igniteui-cli 9.0.0-rc.3 → 9.0.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-cli",
3
- "version": "9.0.0-rc.3",
3
+ "version": "9.0.0",
4
4
  "description": "CLI tool for creating Ignite UI projects",
5
5
  "keywords": [
6
6
  "CLI",
@@ -72,8 +72,8 @@
72
72
  "all": true
73
73
  },
74
74
  "dependencies": {
75
- "@igniteui/angular-templates": "~13.0.900-rc.3",
76
- "@igniteui/cli-core": "~9.0.0-rc.3",
75
+ "@igniteui/angular-templates": "~13.0.900",
76
+ "@igniteui/cli-core": "~9.0.0",
77
77
  "chalk": "^2.3.2",
78
78
  "fs-extra": "^3.0.1",
79
79
  "glob": "^7.1.2",
@@ -5,7 +5,7 @@ class IgcGridTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIForWebC
5
5
  constructor() {
6
6
  super(__dirname);
7
7
  this.components = ["Grid"];
8
- this.controlGroup = "Grids & Lists";
8
+ this.controlGroup = "Hidden";
9
9
  this.listInComponentTemplates = true;
10
10
  this.id = "grid";
11
11
  this.projectType = "igc-ts";
@@ -5,7 +5,7 @@ class IgcGridComponent extends cli_core_1.BaseComponent {
5
5
  constructor() {
6
6
  super(__dirname);
7
7
  this.name = "Grid";
8
- this.group = "Grids & Lists";
8
+ this.group = "Hidden";
9
9
  this.description = "pick from different grid views";
10
10
  //this.groupPriority = 10;
11
11
  }
@@ -2,7 +2,7 @@
2
2
  "Data Entry & Display": "",
3
3
  "Interactions": "",
4
4
  "Menus": "",
5
- "Grids & Lists": "",
5
+ "Lists": "",
6
6
  "Scheduling": "",
7
7
  "Layouts": "",
8
8
  "Charts": ""
@@ -5,7 +5,7 @@ class IgcListTemplate extends IgniteUIForWebComponentsTemplate_1.IgniteUIForWebC
5
5
  constructor() {
6
6
  super(__dirname);
7
7
  this.components = ["List"];
8
- this.controlGroup = "Grids & Lists";
8
+ this.controlGroup = "Lists";
9
9
  this.listInComponentTemplates = true;
10
10
  this.id = "list";
11
11
  this.projectType = "igc-ts";
@@ -8,7 +8,7 @@ class IgcListComponent extends cli_core_1.BaseComponent {
8
8
  constructor() {
9
9
  super(__dirname);
10
10
  this.name = "List";
11
- this.group = "Grids & Lists";
11
+ this.group = "Lists";
12
12
  this.description = `Customizable list component`;
13
13
  }
14
14
  }
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@open-wc/testing": "^2.5.33",
22
22
  "@vaadin/router": "^1.7.4",
23
- "igniteui-webcomponents": "1.0.0-rc.0",
23
+ "igniteui-webcomponents": "1.0.0",
24
24
  "igniteui-webcomponents-grids": "~1.3.3",
25
25
  "igniteui-webcomponents-core": "~1.3.3",
26
26
  "igniteui-webcomponents-layouts": "~1.3.3",