igniteui-cli 14.5.8 → 14.6.0
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/react/igr-es6/bullet-graph/default/index.js +1 -1
- package/templates/react/igr-es6/category-chart/default/index.js +1 -1
- package/templates/react/igr-es6/doughnut-chart/default/index.js +1 -1
- package/templates/react/igr-es6/financial-chart/default/index.js +1 -1
- package/templates/react/igr-es6/grid/basic/index.js +2 -2
- package/templates/react/igr-es6/linear-gauge/default/index.js +1 -1
- package/templates/react/igr-es6/pie-chart/default/index.js +1 -1
- package/templates/react/igr-es6/radial-gauge/default/index.js +1 -1
- package/templates/react/igr-ts/bullet-graph/default/index.js +1 -1
- package/templates/react/igr-ts/category-chart/default/index.js +1 -1
- package/templates/react/igr-ts/doughnut-chart/default/index.js +1 -1
- package/templates/react/igr-ts/financial-chart/default/index.js +1 -1
- package/templates/react/igr-ts/grid/basic/index.js +2 -2
- package/templates/react/igr-ts/linear-gauge/default/index.js +1 -1
- package/templates/react/igr-ts/pie-chart/default/index.js +1 -1
- package/templates/react/igr-ts/radial-gauge/default/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-cli",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.6.0",
|
|
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": "~20.
|
|
74
|
-
"@igniteui/cli-core": "~14.
|
|
73
|
+
"@igniteui/angular-templates": "~20.1.1460",
|
|
74
|
+
"@igniteui/cli-core": "~14.6.0",
|
|
75
75
|
"@inquirer/prompts": "^5.4.0",
|
|
76
76
|
"@types/yargs": "^17.0.33",
|
|
77
77
|
"chalk": "^5.3.0",
|
|
@@ -11,7 +11,7 @@ class IgrBulletGraphTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReact
|
|
|
11
11
|
this.projectType = "igr-es6";
|
|
12
12
|
this.name = "Bullet Graph";
|
|
13
13
|
this.description = `allows for a linear and concise view of measures compared against a scale.`;
|
|
14
|
-
this.packages = ["igniteui-react-gauges@~19.
|
|
14
|
+
this.packages = ["igniteui-react-gauges@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrBulletGraphTemplate();
|
|
@@ -12,7 +12,7 @@ class IgrCategoryChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
|
|
|
12
12
|
this.name = "Category Chart";
|
|
13
13
|
this.description = `makes visualizing category data easy. Simplifies the complexities
|
|
14
14
|
of the data visualization domain into manageable API`;
|
|
15
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
15
|
+
this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
module.exports = new IgrCategoryChartTemplate();
|
|
@@ -11,7 +11,7 @@ class IgrDoughnutChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
|
|
|
11
11
|
this.projectType = "igr-es6";
|
|
12
12
|
this.name = "Doughnut Chart";
|
|
13
13
|
this.description = `proportionally illustrate the occurrences of variables.`;
|
|
14
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
14
|
+
this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrDoughnutChartTemplate();
|
|
@@ -13,7 +13,7 @@ class IgrFinancialChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRe
|
|
|
13
13
|
this.name = "Financial Chart";
|
|
14
14
|
this.description = `charting component that makes it easy to visualize financial data by
|
|
15
15
|
using a simple and intuitive API.`;
|
|
16
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
16
|
+
this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
module.exports = new IgrFinancialChartTemplate();
|
|
@@ -15,8 +15,8 @@ class GridTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactTemplate {
|
|
|
15
15
|
this.components = ["Grid"];
|
|
16
16
|
this.controlGroup = "Data Grids";
|
|
17
17
|
// TODO: read version from igniteui-react-core in package.json
|
|
18
|
-
this.packages = ["igniteui-react-grids@~19.
|
|
19
|
-
"igniteui-react-layouts@~19.
|
|
18
|
+
this.packages = ["igniteui-react-grids@~19.2.2", "igniteui-react-inputs@~19.2.2",
|
|
19
|
+
"igniteui-react-layouts@~19.2.2"];
|
|
20
20
|
this.hasExtraConfiguration = false;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -11,7 +11,7 @@ class IgrLinearGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReact
|
|
|
11
11
|
this.projectType = "igr-es6";
|
|
12
12
|
this.name = "Linear Gauge";
|
|
13
13
|
this.description = `value compared against a scale and one or more ranges.`;
|
|
14
|
-
this.packages = ["igniteui-react-gauges@~19.
|
|
14
|
+
this.packages = ["igniteui-react-gauges@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrLinearGaugeTemplate();
|
|
@@ -11,7 +11,7 @@ class IgrPieChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactTem
|
|
|
11
11
|
this.projectType = "igr-es6";
|
|
12
12
|
this.name = "Pie Chart";
|
|
13
13
|
this.description = `easily illustate the proportions of data entries`;
|
|
14
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
14
|
+
this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrPieChartTemplate();
|
|
@@ -12,7 +12,7 @@ class IgrRadialGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReact
|
|
|
12
12
|
this.name = "Radial Gauge";
|
|
13
13
|
this.description = `provides a number of visual elements, like a needle, tick marks, ranges
|
|
14
14
|
and labels, in order to create a predefined shape and scale.`;
|
|
15
|
-
this.packages = ["igniteui-react-gauges@~19.
|
|
15
|
+
this.packages = ["igniteui-react-gauges@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
module.exports = new IgrRadialGaugeTemplate();
|
|
@@ -11,7 +11,7 @@ class IgrTsBulletGraphTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
|
|
|
11
11
|
this.projectType = "igr-ts";
|
|
12
12
|
this.name = "Bullet Graph";
|
|
13
13
|
this.description = `allows for a linear and concise view of measures compared against a scale.`;
|
|
14
|
-
this.packages = ["igniteui-react-gauges@~19.
|
|
14
|
+
this.packages = ["igniteui-react-gauges@~19.2.2"];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrTsBulletGraphTemplate();
|
|
@@ -12,7 +12,7 @@ class IgrTsCategoryChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForR
|
|
|
12
12
|
this.name = "Category Chart";
|
|
13
13
|
this.description = `makes visualizing category data easy. Simplifies the complexities
|
|
14
14
|
of the data visualization domain into manageable API`;
|
|
15
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
15
|
+
this.packages = ["igniteui-react-charts@~19.2.2"];
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
module.exports = new IgrTsCategoryChartTemplate();
|
|
@@ -11,7 +11,7 @@ class IgrTsDoughnutChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForR
|
|
|
11
11
|
this.projectType = "igr-ts";
|
|
12
12
|
this.name = "Doughnut Chart";
|
|
13
13
|
this.description = `proportionally illustrate the occurrences of variables.`;
|
|
14
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
14
|
+
this.packages = ["igniteui-react-charts@~19.2.2"];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrTsDoughnutChartTemplate();
|
|
@@ -13,7 +13,7 @@ class IgrTsFinancialChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIFor
|
|
|
13
13
|
this.name = "Financial Chart";
|
|
14
14
|
this.description = `charting component that makes it easy to visualize financial data by
|
|
15
15
|
using a simple and intuitive API.`;
|
|
16
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
16
|
+
this.packages = ["igniteui-react-charts@~19.2.2"];
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
module.exports = new IgrTsFinancialChartTemplate();
|
|
@@ -14,8 +14,8 @@ class GridTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactTemplate {
|
|
|
14
14
|
this.projectType = "igr-ts";
|
|
15
15
|
this.components = ["Grid"];
|
|
16
16
|
this.controlGroup = "Data Grids";
|
|
17
|
-
this.packages = ["igniteui-react-grids@~19.2.1", "igniteui-react-inputs@~19.
|
|
18
|
-
"igniteui-react-layouts@~19.
|
|
17
|
+
this.packages = ["igniteui-react-grids@~19.2.1", "igniteui-react-inputs@~19.2.2",
|
|
18
|
+
"igniteui-react-layouts@~19.2.2", "igniteui-react@~19.2.1"];
|
|
19
19
|
this.hasExtraConfiguration = false;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -11,7 +11,7 @@ class IgrTsLinearGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
|
|
|
11
11
|
this.projectType = "igr-ts";
|
|
12
12
|
this.name = "Linear Gauge";
|
|
13
13
|
this.description = `value compared against a scale and one or more ranges.`;
|
|
14
|
-
this.packages = ["igniteui-react-gauges@~19.
|
|
14
|
+
this.packages = ["igniteui-react-gauges@~19.2.2"];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrTsLinearGaugeTemplate();
|
|
@@ -11,7 +11,7 @@ class IgrTsPieChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactT
|
|
|
11
11
|
this.projectType = "igr-ts";
|
|
12
12
|
this.name = "Pie Chart";
|
|
13
13
|
this.description = `easily illustate the proportions of data entries`;
|
|
14
|
-
this.packages = ["igniteui-react-charts@~19.
|
|
14
|
+
this.packages = ["igniteui-react-charts@~19.2.2"];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgrTsPieChartTemplate();
|
|
@@ -13,7 +13,7 @@ class IgrTsRadialGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
|
|
|
13
13
|
this.description = `provides a number of visual elements, like a needle, tick marks, ranges
|
|
14
14
|
and labels, in order to create a predefined shape and scale.`;
|
|
15
15
|
// TODO: read version from igniteui-react-core in package.json
|
|
16
|
-
this.packages = ["igniteui-react-gauges@~19.
|
|
16
|
+
this.packages = ["igniteui-react-gauges@~19.2.2"];
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
module.exports = new IgrTsRadialGaugeTemplate();
|