igniteui-cli 14.4.1 → 14.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/templates/webcomponents/igc-ts/financial-chart/default/index.js +2 -2
- package/templates/webcomponents/igc-ts/grid/default/index.js +4 -4
- package/templates/webcomponents/igc-ts/linear-gauge/default/index.js +2 -2
- package/templates/webcomponents/igc-ts/linear-progress/default/index.js +2 -2
- package/templates/webcomponents/igc-ts/pie-chart/default/index.js +2 -2
- package/templates/webcomponents/igc-ts/projects/_base/files/package.json +1 -1
- package/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json +7 -7
- package/templates/webcomponents/igc-ts/radial-gauge/default/index.js +2 -2
- package/templates/webcomponents/igc-ts/tree/default/index.js +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-cli",
|
|
3
|
-
"version": "14.4.
|
|
3
|
+
"version": "14.4.3",
|
|
4
4
|
"description": "CLI tool for creating Ignite UI projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"all": true
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@igniteui/angular-templates": "~19.2.
|
|
74
|
-
"@igniteui/cli-core": "~14.4.
|
|
73
|
+
"@igniteui/angular-templates": "~19.2.1443",
|
|
74
|
+
"@igniteui/cli-core": "~14.4.3",
|
|
75
75
|
"@inquirer/prompts": "^5.4.0",
|
|
76
76
|
"@types/yargs": "^17.0.33",
|
|
77
77
|
"chalk": "^5.3.0",
|
|
@@ -12,8 +12,8 @@ class IgcFinancialChartTemplate extends IgniteUIForWebComponentsTemplate_1.Ignit
|
|
|
12
12
|
this.name = "Financial Chart";
|
|
13
13
|
this.description = "IgcFinancialChart";
|
|
14
14
|
this.packages = [
|
|
15
|
-
"igniteui-webcomponents-core@~5.
|
|
16
|
-
"igniteui-webcomponents-charts@~5.
|
|
15
|
+
"igniteui-webcomponents-core@~5.4.0",
|
|
16
|
+
"igniteui-webcomponents-charts@~5.4.0"
|
|
17
17
|
];
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -12,10 +12,10 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIForWebC
|
|
|
12
12
|
this.name = "Grid";
|
|
13
13
|
this.description = "IgcGrid with local data";
|
|
14
14
|
this.packages = [
|
|
15
|
-
"igniteui-webcomponents-core@~5.
|
|
16
|
-
"igniteui-webcomponents-grids@~5.
|
|
17
|
-
"igniteui-webcomponents-inputs@~5.
|
|
18
|
-
"igniteui-webcomponents-layouts@~5.
|
|
15
|
+
"igniteui-webcomponents-core@~5.4.0",
|
|
16
|
+
"igniteui-webcomponents-grids@~5.4.0",
|
|
17
|
+
"igniteui-webcomponents-inputs@~5.4.0",
|
|
18
|
+
"igniteui-webcomponents-layouts@~5.4.0"
|
|
19
19
|
];
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -12,8 +12,8 @@ class IgcLinearGaugeTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUI
|
|
|
12
12
|
this.name = "Linear Gauge";
|
|
13
13
|
this.description = "IgcLinearGauge";
|
|
14
14
|
this.packages = [
|
|
15
|
-
"igniteui-webcomponents-core@~5.
|
|
16
|
-
"igniteui-webcomponents-gauges@~5.
|
|
15
|
+
"igniteui-webcomponents-core@~5.4.0",
|
|
16
|
+
"igniteui-webcomponents-gauges@~5.4.0"
|
|
17
17
|
];
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -12,8 +12,8 @@ class IgcLinearProgressComponent extends IgniteUIForWebComponentsTemplate_1.Igni
|
|
|
12
12
|
this.name = "Linear Progress";
|
|
13
13
|
this.description = "Basic Linear Progress";
|
|
14
14
|
this.packages = [
|
|
15
|
-
"igniteui-webcomponents-core@~5.
|
|
16
|
-
"igniteui-webcomponents-charts@~5.
|
|
15
|
+
"igniteui-webcomponents-core@~5.4.0",
|
|
16
|
+
"igniteui-webcomponents-charts@~5.4.0"
|
|
17
17
|
];
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -12,8 +12,8 @@ class IgcPieChartTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIFor
|
|
|
12
12
|
this.name = "Pie Chart";
|
|
13
13
|
this.description = "IgcPieChart with local data";
|
|
14
14
|
this.packages = [
|
|
15
|
-
"igniteui-webcomponents-core@~5.
|
|
16
|
-
"igniteui-webcomponents-charts@~5.
|
|
15
|
+
"igniteui-webcomponents-core@~5.4.0",
|
|
16
|
+
"igniteui-webcomponents-charts@~5.4.0"
|
|
17
17
|
];
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@vaadin/router": "^1.7.4",
|
|
24
24
|
"@igniteui/material-icons-extended": "^3.0.2",
|
|
25
25
|
"igniteui-dockmanager": "~1.14.4",
|
|
26
|
-
"igniteui-webcomponents": "~5.
|
|
27
|
-
"igniteui-webcomponents-charts": "~5.
|
|
28
|
-
"igniteui-webcomponents-core": "~5.
|
|
29
|
-
"igniteui-webcomponents-gauges": "~5.
|
|
30
|
-
"igniteui-webcomponents-grids": "~5.
|
|
31
|
-
"igniteui-webcomponents-inputs": "~5.
|
|
32
|
-
"igniteui-webcomponents-layouts": "~5.
|
|
26
|
+
"igniteui-webcomponents": "~5.4.0",
|
|
27
|
+
"igniteui-webcomponents-charts": "~5.4.0",
|
|
28
|
+
"igniteui-webcomponents-core": "~5.4.0",
|
|
29
|
+
"igniteui-webcomponents-gauges": "~5.4.0",
|
|
30
|
+
"igniteui-webcomponents-grids": "~5.4.0",
|
|
31
|
+
"igniteui-webcomponents-inputs": "~5.4.0",
|
|
32
|
+
"igniteui-webcomponents-layouts": "~5.4.0",
|
|
33
33
|
"lit": "^3.2.1",
|
|
34
34
|
"typescript": "~5.7.2"
|
|
35
35
|
},
|
|
@@ -12,8 +12,8 @@ class IgcradialGaugeTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUI
|
|
|
12
12
|
this.name = "Radial Gauge";
|
|
13
13
|
this.description = "IgcRadialGauge";
|
|
14
14
|
this.packages = [
|
|
15
|
-
"igniteui-webcomponents-core@~5.
|
|
16
|
-
"igniteui-webcomponents-gauges@~5.
|
|
15
|
+
"igniteui-webcomponents-core@~5.4.0",
|
|
16
|
+
"igniteui-webcomponents-gauges@~5.4.0"
|
|
17
17
|
];
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -12,10 +12,10 @@ class IgcTreeTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIForWebC
|
|
|
12
12
|
this.name = "Tree";
|
|
13
13
|
this.description = "basic IgcTree";
|
|
14
14
|
this.packages = [
|
|
15
|
-
"igniteui-webcomponents-core@~5.
|
|
16
|
-
"igniteui-webcomponents-grids@~5.
|
|
17
|
-
"igniteui-webcomponents-inputs@~5.
|
|
18
|
-
"igniteui-webcomponents-layouts@~5.
|
|
15
|
+
"igniteui-webcomponents-core@~5.4.0",
|
|
16
|
+
"igniteui-webcomponents-grids@~5.4.0",
|
|
17
|
+
"igniteui-webcomponents-inputs@~5.4.0",
|
|
18
|
+
"igniteui-webcomponents-layouts@~5.4.0"
|
|
19
19
|
];
|
|
20
20
|
}
|
|
21
21
|
}
|