Skip to content

Commit 6ac4e4d

Browse files
author
tfsbuild
committed
Adding changes from build igniteui-xplat-examples-output+PRs_2024.12.11.3
1 parent 97d5f80 commit 6ac4e4d

File tree

1,975 files changed

+17356
-8778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,975 files changed

+17356
-8778
lines changed

samples/charts/category-chart/annotations-all/sandbox.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
"hardReloadOnChange": false,
44
"view": "browser",
55
"template": "parcel"
6-
}
7-
6+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/* shared styles are loaded from: */
2-
/* https://static.infragistics.com/xplatform/css/samples */
2+
/* https://static.infragistics.com/xplatform/css/samples */
3+

samples/charts/category-chart/annotations-all/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { ComponentRenderer, PropertyEditorPanelDescriptionModule, CategoryChartD
44
import { IgcPropertyEditorPanelComponent, IgcPropertyEditorPropertyDescriptionComponent } from 'igniteui-webcomponents-layouts';
55
import { IgcCategoryChartComponent } from 'igniteui-webcomponents-charts';
66
import { TemperatureAnnotatedDataItem, TemperatureAnnotatedData } from './TemperatureAnnotatedData';
7+
78
import 'igniteui-webcomponents/themes/light/bootstrap.css';
89
import { defineAllComponents } from 'igniteui-webcomponents';
910
import { ModuleManager } from 'igniteui-webcomponents-core';
10-
1111
defineAllComponents();
1212

1313
import "./index.css";
@@ -41,6 +41,7 @@ export class Sample {
4141
chart.dataSource = this.temperatureAnnotatedData;
4242
}
4343
this._bind();
44+
4445
}
4546

4647
private _temperatureAnnotatedData: TemperatureAnnotatedData = null;

samples/charts/category-chart/annotations-all/tsconfig.json

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,34 @@
11
{
22
"compilerOptions": {
3-
"noImplicitReturns": true,
4-
"esModuleInterop": true,
5-
"noImplicitAny": true,
6-
"declarationDir": "dist/types",
7-
"moduleResolution": "node",
8-
"declaration": true,
9-
"target": "es2015",
10-
"module": "es2015",
11-
"strict": true
3+
"noImplicitReturns": true,
4+
"esModuleInterop": true,
5+
"resolveJsonModule": true,
6+
"noImplicitAny": true,
7+
"declarationDir": "dist/types",
8+
"moduleResolution": "node",
9+
"declaration": true,
10+
"target": "es2015",
11+
"module": "es2015",
12+
"strict": true,
13+
"strictNullChecks": false,
14+
"baseUrl": ".",
15+
"paths": {
16+
"igniteui-webcomponents-core": [ "node_modules/igniteui-webcomponents-core", "node_modules/@infragistics/igniteui-webcomponents-core" ],
17+
"igniteui-webcomponents-charts": [ "node_modules/igniteui-webcomponents-charts", "node_modules/@infragistics/igniteui-webcomponents-charts" ],
18+
"igniteui-webcomponents-gauges": [ "node_modules/igniteui-webcomponents-gauges", "node_modules/@infragistics/igniteui-webcomponents-gauges" ],
19+
"igniteui-webcomponents-datasources": [ "node_modules/igniteui-webcomponents-datasources", "node_modules/@infragistics/igniteui-webcomponents-datasources" ],
20+
"igniteui-webcomponents-excel": [ "node_modules/igniteui-webcomponents-excel", "node_modules/@infragistics/igniteui-webcomponents-excel" ],
21+
"igniteui-webcomponents-inputs": [ "node_modules/igniteui-webcomponents-inputs", "node_modules/@infragistics/igniteui-webcomponents-inputs" ],
22+
"igniteui-webcomponents-grids": [ "node_modules/igniteui-webcomponents-grids", "node_modules/@infragistics/igniteui-webcomponents-grids" ],
23+
"igniteui-webcomponents-maps": [ "node_modules/igniteui-webcomponents-maps", "node_modules/@infragistics/igniteui-webcomponents-maps" ],
24+
"igniteui-webcomponents-spreadsheet": [ "node_modules/igniteui-webcomponents-spreadsheet", "node_modules/@infragistics/igniteui-webcomponents-spreadsheet" ],
25+
"igniteui-webcomponents-spreadsheet-chart-adapter": [ "node_modules/igniteui-webcomponents-spreadsheet-chart-adapter", "node_modules/@infragistics/igniteui-webcomponents-spreadsheet-chart-adapter" ],
26+
"igniteui-webcomponents-grids/*": [ "node_modules/igniteui-webcomponents-grids/*", "node_modules/@infragistics/igniteui-webcomponents-grids/*" ],
27+
"igniteui-webcomponents-grids/grids": [ "node_modules/igniteui-webcomponents-grids/grids", "node_modules/@infragistics/igniteui-webcomponents-grids/grids" ],
28+
"igniteui-webcomponents-grids/grids/*": [ "node_modules/igniteui-webcomponents-grids/grids/*", "node_modules/@infragistics/igniteui-webcomponents-grids/grids/*" ],
29+
"igniteui-webcomponents-grids/grids/combined": [ "node_modules/igniteui-webcomponents-grids/grids/combined", "node_modules/@infragistics/igniteui-webcomponents-grids/grids/combined" ],
30+
"igniteui-webcomponents-layouts": [ "node_modules/igniteui-webcomponents-layouts", "node_modules/@infragistics/igniteui-webcomponents-layouts" ]
31+
}
1232
},
1333
"include": [
1434
"src/**/*"

samples/charts/category-chart/annotations-all/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ module.exports = env => {
2929

3030
return {
3131
entry: isLegacy ? [
32-
path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
33-
path.resolve(__dirname, 'node_modules/@webcomponents/template'),
3432
path.resolve(__dirname, 'src')
3533
] : path.resolve(__dirname, 'src'),
3634
devtool: isProd ? false : 'source-map',

samples/charts/category-chart/annotations-callouts/sandbox.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
"hardReloadOnChange": false,
44
"view": "browser",
55
"template": "parcel"
6-
}
7-
6+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/* shared styles are loaded from: */
2-
/* https://static.infragistics.com/xplatform/css/samples */
2+
/* https://static.infragistics.com/xplatform/css/samples */
3+

samples/charts/category-chart/annotations-callouts/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import { ComponentRenderer, PropertyEditorPanelDescriptionModule, CategoryChartD
44
import { IgcPropertyEditorPanelComponent, IgcPropertyEditorPropertyDescriptionComponent } from 'igniteui-webcomponents-layouts';
55
import { IgcCategoryChartComponent } from 'igniteui-webcomponents-charts';
66
import { TemperatureAnnotatedDataItem, TemperatureAnnotatedData } from './TemperatureAnnotatedData';
7+
78
import 'igniteui-webcomponents/themes/light/bootstrap.css';
89
import { defineAllComponents } from 'igniteui-webcomponents';
910
import { ModuleManager } from 'igniteui-webcomponents-core';
10-
1111
defineAllComponents();
1212

1313
import "./index.css";
@@ -35,6 +35,7 @@ export class Sample {
3535
chart.dataSource = this.temperatureAnnotatedData;
3636
}
3737
this._bind();
38+
3839
}
3940

4041
private _temperatureAnnotatedData: TemperatureAnnotatedData = null;

samples/charts/category-chart/annotations-callouts/tsconfig.json

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,34 @@
11
{
22
"compilerOptions": {
3-
"noImplicitReturns": true,
4-
"esModuleInterop": true,
5-
"noImplicitAny": true,
6-
"declarationDir": "dist/types",
7-
"moduleResolution": "node",
8-
"declaration": true,
9-
"target": "es2015",
10-
"module": "es2015",
11-
"strict": true
3+
"noImplicitReturns": true,
4+
"esModuleInterop": true,
5+
"resolveJsonModule": true,
6+
"noImplicitAny": true,
7+
"declarationDir": "dist/types",
8+
"moduleResolution": "node",
9+
"declaration": true,
10+
"target": "es2015",
11+
"module": "es2015",
12+
"strict": true,
13+
"strictNullChecks": false,
14+
"baseUrl": ".",
15+
"paths": {
16+
"igniteui-webcomponents-core": [ "node_modules/igniteui-webcomponents-core", "node_modules/@infragistics/igniteui-webcomponents-core" ],
17+
"igniteui-webcomponents-charts": [ "node_modules/igniteui-webcomponents-charts", "node_modules/@infragistics/igniteui-webcomponents-charts" ],
18+
"igniteui-webcomponents-gauges": [ "node_modules/igniteui-webcomponents-gauges", "node_modules/@infragistics/igniteui-webcomponents-gauges" ],
19+
"igniteui-webcomponents-datasources": [ "node_modules/igniteui-webcomponents-datasources", "node_modules/@infragistics/igniteui-webcomponents-datasources" ],
20+
"igniteui-webcomponents-excel": [ "node_modules/igniteui-webcomponents-excel", "node_modules/@infragistics/igniteui-webcomponents-excel" ],
21+
"igniteui-webcomponents-inputs": [ "node_modules/igniteui-webcomponents-inputs", "node_modules/@infragistics/igniteui-webcomponents-inputs" ],
22+
"igniteui-webcomponents-grids": [ "node_modules/igniteui-webcomponents-grids", "node_modules/@infragistics/igniteui-webcomponents-grids" ],
23+
"igniteui-webcomponents-maps": [ "node_modules/igniteui-webcomponents-maps", "node_modules/@infragistics/igniteui-webcomponents-maps" ],
24+
"igniteui-webcomponents-spreadsheet": [ "node_modules/igniteui-webcomponents-spreadsheet", "node_modules/@infragistics/igniteui-webcomponents-spreadsheet" ],
25+
"igniteui-webcomponents-spreadsheet-chart-adapter": [ "node_modules/igniteui-webcomponents-spreadsheet-chart-adapter", "node_modules/@infragistics/igniteui-webcomponents-spreadsheet-chart-adapter" ],
26+
"igniteui-webcomponents-grids/*": [ "node_modules/igniteui-webcomponents-grids/*", "node_modules/@infragistics/igniteui-webcomponents-grids/*" ],
27+
"igniteui-webcomponents-grids/grids": [ "node_modules/igniteui-webcomponents-grids/grids", "node_modules/@infragistics/igniteui-webcomponents-grids/grids" ],
28+
"igniteui-webcomponents-grids/grids/*": [ "node_modules/igniteui-webcomponents-grids/grids/*", "node_modules/@infragistics/igniteui-webcomponents-grids/grids/*" ],
29+
"igniteui-webcomponents-grids/grids/combined": [ "node_modules/igniteui-webcomponents-grids/grids/combined", "node_modules/@infragistics/igniteui-webcomponents-grids/grids/combined" ],
30+
"igniteui-webcomponents-layouts": [ "node_modules/igniteui-webcomponents-layouts", "node_modules/@infragistics/igniteui-webcomponents-layouts" ]
31+
}
1232
},
1333
"include": [
1434
"src/**/*"

samples/charts/category-chart/annotations-callouts/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ module.exports = env => {
2929

3030
return {
3131
entry: isLegacy ? [
32-
path.resolve(__dirname, 'node_modules/@webcomponents/custom-elements'),
33-
path.resolve(__dirname, 'node_modules/@webcomponents/template'),
3432
path.resolve(__dirname, 'src')
3533
] : path.resolve(__dirname, 'src'),
3634
devtool: isProd ? false : 'source-map',

0 commit comments

Comments
 (0)