Skip to content

Commit

Permalink
Merge branch 'vnext' into ESShared/XPlaform_examples_igniteui-xplat-e…
Browse files Browse the repository at this point in the history
…xamples-output+PRs_2025.2.26.2
  • Loading branch information
mddifilippo89 authored Feb 27, 2025
2 parents 87fff16 + 58a6ba3 commit 378e209
Show file tree
Hide file tree
Showing 76 changed files with 2,926 additions and 13 deletions.
12 changes: 12 additions & 0 deletions browser/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
<a class="nav-link" href="#" data-nav="/samples/charts/data-chart/type-scatter-polyline-series"><span>Scatter Polyline Series</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-chart/type-scatter-series"><span>Scatter Series</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-chart/scatter-spline-chart"><span>Scatter Spline Chart</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-chart/selection-matcher"><span>Selection Matcher</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-chart/series-animations"><span>Series Animations</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-chart/series-annotations"><span>Series Annotations</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-chart/series-error-bars"><span>Series Error Bars</span></a>
Expand Down Expand Up @@ -230,6 +231,7 @@
<label id="nav-data-pie-chart" class="nav-component">Data Pie Chart</label>
<div id="nav-data-pie-chart-list" class="nav-list" state="collapsed">
<a class="nav-link" href="#" data-nav="/samples/charts/data-pie-chart/animation"><span>Animation</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-pie-chart/animation-replay"><span>Animation Replay</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-pie-chart/highlight-filter"><span>Highlight Filter</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-pie-chart/highlighting"><span>Highlighting</span></a>
<a class="nav-link" href="#" data-nav="/samples/charts/data-pie-chart/legend"><span>Legend</span></a>
Expand Down Expand Up @@ -1021,6 +1023,16 @@
<a class="nav-link" href="#" data-nav="/samples/layouts/tabs/prefix-suffix"><span>Prefix Suffix</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/tabs/scrolling"><span>Scrolling</span></a>
</div>
<label id="nav-tile-manager" class="nav-component">Tile Manager</label>
<div id="nav-tile-manager-list" class="nav-list" state="collapsed">
<a class="nav-link" href="#" data-nav="/samples/layouts/tile-manager/actions"><span>Actions</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/tile-manager/columngap"><span>Columngap</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/tile-manager/dragndrop"><span>Dragndrop</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/tile-manager/layout"><span>Layout</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/tile-manager/overview"><span>Overview</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/tile-manager/resize"><span>Resize</span></a>
<a class="nav-link" href="#" data-nav="/samples/layouts/tile-manager/styling"><span>Styling</span></a>
</div>

<div class="nav-group">MAPS</div>
<label id="nav-geographic-map" class="nav-component">Geographic Map</label>
Expand Down
26 changes: 14 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"core-js": "^3.6.5",
"file-saver": "^2.0.2",
"igniteui-dockmanager": "1.16.0",
"igniteui-webcomponents": "5.2.1",
"igniteui-webcomponents": "5.3.0-beta.2",
"igniteui-webcomponents-charts": "5.2.1-beta.0",
"igniteui-webcomponents-core": "5.2.1-beta.0",
"igniteui-webcomponents-dashboards": "5.2.1-beta.0",
Expand Down
56 changes: 56 additions & 0 deletions samples/charts/data-chart/selection-matcher/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
<!-- https://github.com/IgniteUI/igniteui-wc-examples/tree/vnext/templates/browser/sample/ReadMe.md -->

This folder contains implementation of Web Components application with example of Selection Matcher feature using [Data Chart](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.


<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<body>
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
</a>
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
</a>
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/charts/data-chart/selection-matcher" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
</a>
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/charts/data-chart/selection-matcher?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
</a>
</body>
</html>

## Branches

> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
## Instructions

To set up this project locally, execute these commands:

```
git clone https://github.com/IgniteUI/igniteui-wc-examples.git
git checkout master
cd ./igniteui-wc-examples
cd ./samples/charts/data-chart/selection-matcher
```

open above folder in VS Code or type:
```
code .
```

In terminal window, run:

```
npm install
npm run start
```

Then open http://localhost:4200/ in your browser


## Learn More

To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
56 changes: 56 additions & 0 deletions samples/charts/data-pie-chart/animation-replay/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
<!-- https://github.com/IgniteUI/igniteui-wc-examples/tree/vnext/templates/browser/sample/ReadMe.md -->

This folder contains implementation of Web Components application with example of Animation Replay feature using [Data Pie Chart](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.


<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<body>
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
</a>
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
</a>
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/charts/data-pie-chart/animation-replay" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
</a>
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/charts/data-pie-chart/animation-replay?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
</a>
</body>
</html>

## Branches

> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
## Instructions

To set up this project locally, execute these commands:

```
git clone https://github.com/IgniteUI/igniteui-wc-examples.git
git checkout master
cd ./igniteui-wc-examples
cd ./samples/charts/data-pie-chart/animation-replay
```

open above folder in VS Code or type:
```
code .
```

In terminal window, run:

```
npm install
npm run start
```

Then open http://localhost:4200/ in your browser


## Learn More

To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
11 changes: 11 additions & 0 deletions samples/layouts/tile-manager/actions/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"printWidth": 250,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"fluid": false
}
56 changes: 56 additions & 0 deletions samples/layouts/tile-manager/actions/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!-- NOTE: do not change this file because it's auto re-generated from template: -->
<!-- https://github.com/IgniteUI/igniteui-wc-examples/tree/vnext/templates/browser/sample/ReadMe.md -->

This folder contains implementation of Web Components application with example of Actions feature using [Tile Manager](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.


<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<body>
<a target="_blank" href="https://infragistics.com/webcomponentssite/components/general-getting-started.html" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem" alt="View Docs" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-docs.png"/>
</a>
<a target="_blank" href="./src/index.ts" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="View Code" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-code.png"/>
</a>
<a target="_blank" href="https://www.infragistics.com/webcomponents-demos/samples/layouts/tile-manager/actions" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-run.png"/>
</a>
<a target="_blank" href="https://codesandbox.io/s/github/IgniteUI/igniteui-wc-examples/tree/master/samples/layouts/tile-manager/actions?fontsize=14&hidenavigation=1&theme=dark&view=preview&file=/src/{SampleFile}" rel="noopener noreferrer">
<img height="40px" style="border-radius: 0rem; max-width: 100%;" alt="Run Sample" src="https://github.com/IgniteUI/igniteui-blazor-examples/raw/vnext/templates/sample/images/button-sandbox.png"/>
</a>
</body>
</html>

## Branches

> **_NOTE:_** You should use [master](https://github.com/IgniteUI/igniteui-angular-examples/tree/master) branch of this repository if you want to run samples on your computer. Use the [vnext](https://github.com/IgniteUI/igniteui-angular-examples/tree/vnext) branch only when you want to contribute new samples to this repository.
## Instructions

To set up this project locally, execute these commands:

```
git clone https://github.com/IgniteUI/igniteui-wc-examples.git
git checkout master
cd ./igniteui-wc-examples
cd ./samples/layouts/tile-manager/actions
```

open above folder in VS Code or type:
```
code .
```

In terminal window, run:

```
npm install
npm run start
```

Then open http://localhost:4200/ in your browser


## Learn More

To learn more about **Ignite UI for Web Components**, check out the [Web Components documentation](https://infragistics.com/webcomponentssite/components/general-getting-started.html).
56 changes: 56 additions & 0 deletions samples/layouts/tile-manager/actions/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html>

<head>
<title>Tile Manager Actions</title>
<meta charset="UTF-8" />

<link rel="shortcut icon" href="https://static.infragistics.com/xplatform/images/browsers/wc.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium Web" />
<link rel="stylesheet" href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" type="text/css" />
</head>

<body>
<div id="root">
<div class="container sample center">
<igc-tile-manager id="tile-manager1" column-count="2" gap="20px">
<igc-tile >
<h3 slot="title">Default Actions</h3>
<p>This tile has default actions and title.</p>
</igc-tile>
<igc-tile disable-fullscreen>
<h3 slot="title">No Fullscreen Action</h3>
<p>Fullscreen is disabled via property.</p>
</igc-tile>
<igc-tile disable-fullscreen disable-maximize>
<h3 slot="title">Custom Actions</h3>
<igc-icon-button id="customOne" slot="actions" variant="flat" collection="material" exportparts="icon" name="north_east"
aria-label="north_east"></igc-icon-button>
<p>Replace the default actions with custom ones, and include extra actions when the tile is maximized.</p>
</igc-tile>
<igc-tile disable-fullscreen disable-maximize>
<igc-icon-button id="customTwo" slot="actions" variant="flat" collection="material" exportparts="icon"
name="north_east"></igc-icon-button>
<p>Display only custom actions in the header.</p>
</igc-tile>
<igc-tile disable-fullscreen disable-maximize>
<h3 slot="title">Only title</h3>
<p>Display only title in the header.</p>
</igc-tile>
<igc-tile disable-fullscreen disable-maximize>
<p>Content only.</p>
</igc-tile>
</igc-tile-manager>
</div>
</div>

<!-- This script is needed only for parcel and it will be excluded for webpack -->
<% if (false) { %>
<script src="src/index.ts"></script>
<% } %>

</body>

</html>
Loading

0 comments on commit 378e209

Please sign in to comment.