@igniteui/angular-templates 20.0.1451 → 20.0.1453
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/constants.d.ts +1 -1
- package/constants.js +1 -1
- package/igx-ts/bullet-graph/default/index.js +1 -1
- package/igx-ts/category-chart/default/index.js +1 -1
- package/igx-ts/custom-templates/awesome-grid/index.js +1 -1
- package/igx-ts/custom-templates/crm-grid/files/src/app/__path__/__filePrefix__.component.scss +2 -2
- package/igx-ts/custom-templates/crm-grid/index.js +1 -1
- package/igx-ts/custom-templates/fintech-grid/index.js +1 -1
- package/igx-ts/financial-chart/default/index.js +1 -1
- package/igx-ts/linear-gauge/default/index.js +1 -1
- package/igx-ts/map/default/index.js +1 -1
- package/igx-ts/radial-gauge/default/index.js +1 -1
- package/igx-ts-legacy/bullet-graph/default/index.js +1 -1
- package/igx-ts-legacy/category-chart/default/index.js +1 -1
- package/igx-ts-legacy/custom-templates/awesome-grid/index.js +1 -1
- package/igx-ts-legacy/custom-templates/crm-grid/files/src/app/__path__/__filePrefix__.component.scss +2 -2
- package/igx-ts-legacy/custom-templates/crm-grid/index.js +1 -1
- package/igx-ts-legacy/custom-templates/fintech-grid/index.js +1 -1
- package/igx-ts-legacy/financial-chart/default/index.js +1 -1
- package/igx-ts-legacy/linear-gauge/default/index.js +1 -1
- package/igx-ts-legacy/map/default/index.js +1 -1
- package/igx-ts-legacy/radial-gauge/default/index.js +1 -1
- package/package.json +2 -2
package/constants.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~
|
|
1
|
+
export declare const IGNITEUI_ANGULAR_PACKAGE = "igniteui-angular@~20.0.0";
|
package/constants.js
CHANGED
|
@@ -12,7 +12,7 @@ class IgxBulletGraphTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
12
12
|
this.projectType = "igx-ts";
|
|
13
13
|
this.name = "Bullet Graph";
|
|
14
14
|
this.description = "IgxBulletGraph with different animations.";
|
|
15
|
-
this.packages = ["igniteui-angular-core@~
|
|
15
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-gauges@~20.0.0", constants_1.IGNITEUI_ANGULAR_PACKAGE];
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
module.exports = new IgxBulletGraphTemplate();
|
|
@@ -11,7 +11,7 @@ class IgxCategoryChartTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForA
|
|
|
11
11
|
this.projectType = "igx-ts";
|
|
12
12
|
this.name = "Category Chart";
|
|
13
13
|
this.description = "basic category chart with chart type selector.";
|
|
14
|
-
this.packages = ["igniteui-angular-core@~
|
|
14
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgxCategoryChartTemplate();
|
|
@@ -10,7 +10,7 @@ class IgxGridAwesomeTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
10
10
|
this.listInCustomTemplates = true;
|
|
11
11
|
this.name = "Awesome Grid";
|
|
12
12
|
this.description = "Awesome IgxGrid";
|
|
13
|
-
this.packages = ["igniteui-angular-core@~
|
|
13
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
module.exports = new IgxGridAwesomeTemplate();
|
package/igx-ts/custom-templates/crm-grid/files/src/app/__path__/__filePrefix__.component.scss
CHANGED
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.igx-grid-toolbar__actions {
|
|
160
|
-
@include
|
|
160
|
+
@include css-vars($crm-grid-toolbar-button);
|
|
161
161
|
|
|
162
162
|
.igx-button--outlined {
|
|
163
163
|
margin-left: 0.5rem;
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
height: 36px;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
@include
|
|
181
|
+
@include css-vars($crm-grid-search-button);
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.igx-input-group--search .igx-input-group__bundle,
|
|
@@ -10,7 +10,7 @@ class IgxGridCRMTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAngular
|
|
|
10
10
|
this.listInCustomTemplates = true;
|
|
11
11
|
this.name = "CRM Grid";
|
|
12
12
|
this.description = "CRM IgxGrid";
|
|
13
|
-
this.packages = ["igniteui-angular-core@~
|
|
13
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
module.exports = new IgxGridCRMTemplate();
|
|
@@ -10,7 +10,7 @@ class IgxFinTechGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
10
10
|
this.listInCustomTemplates = true;
|
|
11
11
|
this.name = "FinTech Grid";
|
|
12
12
|
this.description = "Grid with simulated high-frequency data feed";
|
|
13
|
-
this.packages = ["igniteui-angular-core@~
|
|
13
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
module.exports = new IgxFinTechGridTemplate();
|
|
@@ -10,7 +10,7 @@ class IgxFinancialChartTemplate extends IgniteUIForAngularTemplate_1.IgniteUIFor
|
|
|
10
10
|
this.id = "financial-chart";
|
|
11
11
|
this.projectType = "igx-ts";
|
|
12
12
|
this.name = "Financial Chart";
|
|
13
|
-
this.packages = ["igniteui-angular-core@~
|
|
13
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
module.exports = new IgxFinancialChartTemplate();
|
|
@@ -12,7 +12,7 @@ class IgxLinearGaugeTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
12
12
|
this.projectType = "igx-ts";
|
|
13
13
|
this.name = "Linear Gauge";
|
|
14
14
|
this.description = "IgxLinearGauge with different animations.";
|
|
15
|
-
this.packages = ["igniteui-angular-core@~
|
|
15
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-gauges@~20.0.0", constants_1.IGNITEUI_ANGULAR_PACKAGE];
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
module.exports = new IgxLinearGaugeTemplate();
|
|
@@ -11,7 +11,7 @@ class IgxGeographicMapTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForA
|
|
|
11
11
|
this.projectType = "igx-ts";
|
|
12
12
|
this.name = "Geographic Map";
|
|
13
13
|
this.description = "Basic IgxGeographicMap.";
|
|
14
|
-
this.packages = ["igniteui-angular-core@~
|
|
14
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0", "igniteui-angular-maps@~20.0.0"];
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
module.exports = new IgxGeographicMapTemplate();
|
|
@@ -12,7 +12,7 @@ class IgxRadialGaugeTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
12
12
|
this.projectType = "igx-ts";
|
|
13
13
|
this.name = "Radial Gauge";
|
|
14
14
|
this.description = "IgxRadialGauge with different animations";
|
|
15
|
-
this.packages = ["igniteui-angular-core@~
|
|
15
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-gauges@~20.0.0", constants_1.IGNITEUI_ANGULAR_PACKAGE];
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
module.exports = new IgxRadialGaugeTemplate();
|
|
@@ -15,7 +15,7 @@ class IgxBulletGraphTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
15
15
|
import: ["IgxBulletGraphModule"],
|
|
16
16
|
from: "igniteui-angular-gauges"
|
|
17
17
|
}];
|
|
18
|
-
this.packages = ["igniteui-angular-core@~
|
|
18
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-gauges@~20.0.0"];
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
module.exports = new IgxBulletGraphTemplate();
|
|
@@ -15,7 +15,7 @@ class IgxCategoryChartTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForA
|
|
|
15
15
|
{ import: "IgxCategoryChartModule", from: "igniteui-angular-charts" },
|
|
16
16
|
{ import: "FormsModule", from: "@angular/forms" }
|
|
17
17
|
];
|
|
18
|
-
this.packages = ["igniteui-angular-core@~
|
|
18
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
module.exports = new IgxCategoryChartTemplate();
|
|
@@ -33,7 +33,7 @@ class IgxGridAwesomeTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
33
33
|
},
|
|
34
34
|
{ import: "FormsModule", from: "@angular/forms" }
|
|
35
35
|
];
|
|
36
|
-
this.packages = ["igniteui-angular-core@~
|
|
36
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
module.exports = new IgxGridAwesomeTemplate();
|
package/igx-ts-legacy/custom-templates/crm-grid/files/src/app/__path__/__filePrefix__.component.scss
CHANGED
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
.igx-grid-toolbar__actions {
|
|
160
|
-
@include
|
|
160
|
+
@include css-vars($crm-grid-toolbar-button);
|
|
161
161
|
|
|
162
162
|
.igx-button--outlined {
|
|
163
163
|
margin-left: 0.5rem;
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
height: 36px;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
@include
|
|
181
|
+
@include css-vars($crm-grid-search-button);
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.igx-input-group--search .igx-input-group__bundle,
|
|
@@ -43,7 +43,7 @@ class IgxGridCRMTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAngular
|
|
|
43
43
|
},
|
|
44
44
|
{ import: "FormsModule", from: "@angular/forms" }
|
|
45
45
|
];
|
|
46
|
-
this.packages = ["igniteui-angular-core@~
|
|
46
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
module.exports = new IgxGridCRMTemplate();
|
|
@@ -30,7 +30,7 @@ class IgxFinTechGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
30
30
|
},
|
|
31
31
|
{ import: "FormsModule", from: "@angular/forms" }
|
|
32
32
|
];
|
|
33
|
-
this.packages = ["igniteui-angular-core@~
|
|
33
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
module.exports = new IgxFinTechGridTemplate();
|
|
@@ -13,7 +13,7 @@ class IgxFinancialChartTemplate extends IgniteUIForAngularTemplate_1.IgniteUIFor
|
|
|
13
13
|
this.dependencies = [
|
|
14
14
|
{ import: "IgxFinancialChartModule", from: "igniteui-angular-charts" }
|
|
15
15
|
];
|
|
16
|
-
this.packages = ["igniteui-angular-core@~
|
|
16
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0"];
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
module.exports = new IgxFinancialChartTemplate();
|
|
@@ -17,7 +17,7 @@ class IgxLinearGaugeTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
17
17
|
from: "igniteui-angular-gauges"
|
|
18
18
|
}
|
|
19
19
|
];
|
|
20
|
-
this.packages = ["igniteui-angular-core@~
|
|
20
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-gauges@~20.0.0"];
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
module.exports = new IgxLinearGaugeTemplate();
|
|
@@ -21,7 +21,7 @@ class IgxGeographicMapTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForA
|
|
|
21
21
|
from: "igniteui-angular-charts"
|
|
22
22
|
}
|
|
23
23
|
];
|
|
24
|
-
this.packages = ["igniteui-angular-core@~
|
|
24
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-charts@~20.0.0", "igniteui-angular-maps@~20.0.0"];
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
module.exports = new IgxGeographicMapTemplate();
|
|
@@ -17,7 +17,7 @@ class IgxRadialGaugeTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
17
17
|
from: "igniteui-angular-gauges"
|
|
18
18
|
}
|
|
19
19
|
];
|
|
20
|
-
this.packages = ["igniteui-angular-core@~
|
|
20
|
+
this.packages = ["igniteui-angular-core@~20.0.0", "igniteui-angular-gauges@~20.0.0"];
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
module.exports = new IgxRadialGaugeTemplate();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1453",
|
|
4
4
|
"description": "Templates for Ignite UI for Angular projects and components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"author": "Infragistics",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@igniteui/cli-core": "~14.5.
|
|
15
|
+
"@igniteui/cli-core": "~14.5.3",
|
|
16
16
|
"typescript": "~5.5.4"
|
|
17
17
|
}
|
|
18
18
|
}
|