@igniteui/angular-templates 13.0.901 → 13.0.905-beta.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/Update.spec.js +4 -8
- 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/files/src/app/__path__/__filePrefix__.component.scss +1 -2
- 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 +1 -2
- package/igx-ts/custom-templates/crm-grid/index.js +1 -1
- package/igx-ts/custom-templates/fintech-grid/files/src/app/__path__/__filePrefix__.component.scss +3 -2
- package/igx-ts/custom-templates/fintech-grid/files/src/app/__path__/themes/_mixins.scss +3 -1
- package/igx-ts/custom-templates/fintech-grid/index.js +1 -1
- package/igx-ts/custom-templates/fintech-tree-grid/files/src/app/__path__/__filePrefix__.component.scss +3 -2
- package/igx-ts/custom-templates/fintech-tree-grid/files/src/app/__path__/themes/_mixins.scss +3 -1
- package/igx-ts/dock-manager/default/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/projects/_base/files/package.json +12 -12
- package/igx-ts/projects/_base/files/src/styles.scss +2 -1
- package/igx-ts/projects/_base/index.js +1 -1
- package/igx-ts/projects/empty/files/src/app/home/home.component.scss +1 -1
- package/igx-ts/projects/side-nav-auth/files/package.json +13 -13
- package/igx-ts/radial-gauge/default/index.js +1 -1
- package/igx-ts/tree/default/files/src/app/__path__/__filePrefix__.component.scss +1 -1
- package/package.json +3 -3
package/Update.spec.js
CHANGED
|
@@ -116,16 +116,12 @@ export class HomeComponent {
|
|
|
116
116
|
}`
|
|
117
117
|
}, {
|
|
118
118
|
path: "src/home.component.scss",
|
|
119
|
-
content: `@
|
|
120
|
-
@
|
|
121
|
-
@use 'igniteui-angular/theming';
|
|
122
|
-
@forward 'igniteui-angular/theming';
|
|
119
|
+
content: `@use 'igniteui-angular/theming' as *;
|
|
120
|
+
@use 'igniteui-dockmanager/styles/themes/test' as *;
|
|
123
121
|
@include igx-core();
|
|
124
122
|
`,
|
|
125
|
-
expected: `@
|
|
126
|
-
@
|
|
127
|
-
@use '@infragistics/igniteui-angular/theming';
|
|
128
|
-
@forward '@infragistics/igniteui-angular/theming';
|
|
123
|
+
expected: `@use '@infragistics/igniteui-angular/theming' as *;
|
|
124
|
+
@use '@infragistics/igniteui-dockmanager/styles/themes/test' as *;
|
|
129
125
|
@include igx-core();
|
|
130
126
|
`
|
|
131
127
|
}, {
|
|
@@ -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@~13.
|
|
18
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-gauges@~13.1.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@~13.
|
|
18
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-charts@~13.1.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@~13.
|
|
36
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-charts@~13.1.0"];
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
module.exports = new IgxGridAwesomeTemplate();
|
package/igx-ts/custom-templates/crm-grid/files/src/app/__path__/__filePrefix__.component.scss
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
@use '<%=igxPackage%>/theming' as *;
|
|
1
2
|
@import url("https://unpkg.com/@fortawesome/fontawesome-free-webfonts@^1.0.9/css/fontawesome.css");
|
|
2
3
|
@import url("https://unpkg.com/@fortawesome/fontawesome-free-webfonts@^1.0.9/css/fa-regular.css");
|
|
3
4
|
@import url("https://unpkg.com/@fortawesome/fontawesome-free-webfonts@^1.0.9/css/fa-solid.css");
|
|
4
|
-
@import '~<%=igxPackage%>/theming';
|
|
5
|
-
|
|
6
5
|
:host ::ng-deep {
|
|
7
6
|
|
|
8
7
|
$crm-grid-palette: igx-palette(
|
|
@@ -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@~13.
|
|
46
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-charts@~13.1.0"];
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
module.exports = new IgxGridCRMTemplate();
|
package/igx-ts/custom-templates/fintech-grid/files/src/app/__path__/__filePrefix__.component.scss
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use '<%=igxPackage%>/theming' as *;
|
|
2
|
+
@use './themes/_mixins' as *;
|
|
3
|
+
|
|
1
4
|
:host {
|
|
2
5
|
display: block;
|
|
3
6
|
width: 100%;
|
|
@@ -224,12 +227,10 @@
|
|
|
224
227
|
height: 100%;
|
|
225
228
|
}
|
|
226
229
|
|
|
227
|
-
@import '~<%=igxPackage%>/theming';
|
|
228
230
|
@include igx-core();
|
|
229
231
|
@include igx-typography($font-family: $material-typeface, $type-scale: $material-type-scale);
|
|
230
232
|
@include igx-theme($default-palette);
|
|
231
233
|
|
|
232
|
-
@import './themes/_mixins';
|
|
233
234
|
|
|
234
235
|
@include scrollbar-love();
|
|
235
236
|
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
@use '<%=igxPackage%>/theming' as *;
|
|
2
|
+
|
|
1
3
|
@mixin scrollbar-love($scrollbar-color: null) {
|
|
2
4
|
$scrollbar-track: hexrgba(igx-color($default-palette, 'grays', 200));
|
|
3
5
|
$scrollbar-thumb: hexrgba(igx-color($default-palette, 'grays', 400));
|
|
4
|
-
|
|
6
|
+
|
|
5
7
|
@if $scrollbar-color and luminance($scrollbar-color) < .5 {
|
|
6
8
|
$scrollbar-track: darken($scrollbar-color, 8%);
|
|
7
9
|
$scrollbar-thumb: lighten($scrollbar-color, 20%);
|
|
@@ -29,7 +29,7 @@ class IgxFinTechGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
29
29
|
},
|
|
30
30
|
{ import: "FormsModule", from: "@angular/forms" }
|
|
31
31
|
];
|
|
32
|
-
this.packages = ["igniteui-angular-core@~13.
|
|
32
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-charts@~13.1.0"];
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
module.exports = new IgxFinTechGridTemplate();
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use '<%=igxPackage%>/theming' as *;
|
|
2
|
+
@use './themes/_mixins' as *;
|
|
3
|
+
|
|
1
4
|
:host ::ng-deep {
|
|
2
5
|
.finjs-icons {
|
|
3
6
|
display: flex;
|
|
@@ -202,12 +205,10 @@
|
|
|
202
205
|
// Custom Dark Theme
|
|
203
206
|
|
|
204
207
|
// Import the theme utilities first
|
|
205
|
-
@import '~<%=igxPackage%>/theming';
|
|
206
208
|
@include igx-core();
|
|
207
209
|
@include igx-typography($font-family: $material-typeface, $type-scale: $material-type-scale);
|
|
208
210
|
@include igx-theme($default-palette);
|
|
209
211
|
|
|
210
|
-
@import './themes/_mixins';
|
|
211
212
|
|
|
212
213
|
$green-palette: igx-palette($primary: #09f,$secondary: #72da67, $surface: #333);
|
|
213
214
|
|
package/igx-ts/custom-templates/fintech-tree-grid/files/src/app/__path__/themes/_mixins.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use '<%=igxPackage%>/theming' as *;
|
|
2
|
+
|
|
1
3
|
@mixin scrollbar-love($scrollbar-color: null) {
|
|
2
4
|
$scrollbar-track: hexrgba(igx-color($default-palette, 'grays', 200));
|
|
3
5
|
$scrollbar-thumb: hexrgba(igx-color($default-palette, 'grays', 400));
|
|
@@ -16,4 +18,4 @@
|
|
|
16
18
|
::-webkit-scrollbar-thumb {
|
|
17
19
|
background-color: $scrollbar-thumb;
|
|
18
20
|
}
|
|
19
|
-
}
|
|
21
|
+
}
|
|
@@ -16,7 +16,7 @@ class IgcDockManagerTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAng
|
|
|
16
16
|
{ import: "<%=ClassName%>Module", from: "./src/app/<%=path%>/<%=filePrefix%>.module.ts" }
|
|
17
17
|
];
|
|
18
18
|
// "igniteui-dockmanager@~1.0.0":
|
|
19
|
-
this.packages = [`${(0, package_resolve_1.resolveIgxPackage)(package_resolve_1.NPM_DOCK_MANAGER)}@~1.
|
|
19
|
+
this.packages = [`${(0, package_resolve_1.resolveIgxPackage)(package_resolve_1.NPM_DOCK_MANAGER)}@~1.6.0`];
|
|
20
20
|
}
|
|
21
21
|
addClassDeclaration(mainModule, projPath, name, modulePath) {
|
|
22
22
|
// not applicable with custom module
|
|
@@ -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@~13.
|
|
16
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-charts@~13.1.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@~13.
|
|
20
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-gauges@~13.1.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@~13.
|
|
24
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-charts@~13.1.0", "igniteui-angular-maps@~13.1.0"];
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
module.exports = new IgxGeographicMapTemplate();
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
},
|
|
11
11
|
"private": true,
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@angular/animations": "~13.
|
|
14
|
-
"@angular/common": "~13.
|
|
15
|
-
"@angular/compiler": "~13.
|
|
16
|
-
"@angular/core": "~13.
|
|
17
|
-
"@angular/forms": "~13.
|
|
18
|
-
"@angular/platform-browser": "~13.
|
|
19
|
-
"@angular/platform-browser-dynamic": "~13.
|
|
20
|
-
"@angular/router": "~13.
|
|
13
|
+
"@angular/animations": "~13.1.1",
|
|
14
|
+
"@angular/common": "~13.1.1",
|
|
15
|
+
"@angular/compiler": "~13.1.1",
|
|
16
|
+
"@angular/core": "~13.1.1",
|
|
17
|
+
"@angular/forms": "~13.1.1",
|
|
18
|
+
"@angular/platform-browser": "~13.1.1",
|
|
19
|
+
"@angular/platform-browser-dynamic": "~13.1.1",
|
|
20
|
+
"@angular/router": "~13.1.1",
|
|
21
21
|
"hammerjs": "^2.0.8",
|
|
22
22
|
"igniteui-angular": "~13.0.0",
|
|
23
23
|
"core-js": "^3.6.5",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"zone.js": "~0.11.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@angular-devkit/build-angular": "~13.
|
|
31
|
+
"@angular-devkit/build-angular": "~13.1.2",
|
|
32
32
|
"@angular-eslint/builder": "13.0.1",
|
|
33
33
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
34
34
|
"@angular-eslint/eslint-plugin-template": "13.0.1",
|
|
35
35
|
"@angular-eslint/schematics": "13.0.1",
|
|
36
36
|
"@angular-eslint/template-parser": "13.0.1",
|
|
37
|
-
"@angular/cli": "~13.
|
|
38
|
-
"@angular/compiler-cli": "~13.
|
|
37
|
+
"@angular/cli": "~13.1.2",
|
|
38
|
+
"@angular/compiler-cli": "~13.1.1",
|
|
39
39
|
"@types/jasmine": "~3.8.0",
|
|
40
40
|
"@types/node": "^12.11.1",
|
|
41
41
|
"@typescript-eslint/eslint-plugin": "5.3.0",
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"karma-jasmine-html-reporter": "~1.7.0",
|
|
53
53
|
"protractor": "~7.0.0",
|
|
54
54
|
"ts-node": "~9.1.1",
|
|
55
|
-
"typescript": "~4.
|
|
55
|
+
"typescript": "~4.5.2"
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* You can add global styles to this file, and also import other style files */
|
|
2
2
|
// Standard CSS normalize, comment out if not required or using a different module
|
|
3
|
-
@
|
|
3
|
+
@use "~minireset.css/minireset" as *;
|
|
4
|
+
@forward "~minireset.css/minireset";
|
|
4
5
|
|
|
5
6
|
<%=CustomTheme%>
|
|
6
7
|
html, body {
|
|
@@ -33,7 +33,7 @@ class BaseIgxProject {
|
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
35
|
this.CUSTOM_THEME = `/* See: https://www.infragistics.com/products/ignite-ui-angular/angular/components/themes/sass/index */
|
|
36
|
-
@
|
|
36
|
+
@use "igniteui-angular/theming" as *;
|
|
37
37
|
|
|
38
38
|
$primary: #731963 !default;
|
|
39
39
|
$secondary: #ce5712 !default;
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
},
|
|
11
11
|
"private": true,
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@angular/animations": "~13.
|
|
14
|
-
"@angular/common": "~13.
|
|
15
|
-
"@angular/compiler": "~13.
|
|
16
|
-
"@angular/core": "~13.
|
|
17
|
-
"@angular/forms": "~13.
|
|
18
|
-
"@angular/platform-browser": "~13.
|
|
19
|
-
"@angular/platform-browser-dynamic": "~13.
|
|
20
|
-
"@angular/router": "~13.
|
|
13
|
+
"@angular/animations": "~13.1.1",
|
|
14
|
+
"@angular/common": "~13.1.1",
|
|
15
|
+
"@angular/compiler": "~13.1.1",
|
|
16
|
+
"@angular/core": "~13.1.1",
|
|
17
|
+
"@angular/forms": "~13.1.1",
|
|
18
|
+
"@angular/platform-browser": "~13.1.1",
|
|
19
|
+
"@angular/platform-browser-dynamic": "~13.1.1",
|
|
20
|
+
"@angular/router": "~13.1.1",
|
|
21
21
|
"angular-auth-oidc-client": "^9.0.3",
|
|
22
22
|
"hammerjs": "^2.0.8",
|
|
23
23
|
"igniteui-angular": "~13.0.0",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"zone.js": "~0.11.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@angular-devkit/build-angular": "~13.
|
|
32
|
+
"@angular-devkit/build-angular": "~13.1.2",
|
|
33
33
|
"@angular-eslint/builder": "13.0.1",
|
|
34
34
|
"@angular-eslint/eslint-plugin": "13.0.1",
|
|
35
35
|
"@angular-eslint/eslint-plugin-template": "13.0.1",
|
|
36
36
|
"@angular-eslint/schematics": "13.0.1",
|
|
37
37
|
"@angular-eslint/template-parser": "13.0.1",
|
|
38
|
-
"@angular/cli": "~13.
|
|
39
|
-
"@angular/compiler-cli": "~13.
|
|
40
|
-
"@angular/language-service": "~13.
|
|
38
|
+
"@angular/cli": "~13.1.2",
|
|
39
|
+
"@angular/compiler-cli": "~13.1.1",
|
|
40
|
+
"@angular/language-service": "~13.1.1",
|
|
41
41
|
"@types/facebook-js-sdk": "^2.8.6",
|
|
42
42
|
"@types/hammerjs": "^2.0.35",
|
|
43
43
|
"@types/jasmine": "~3.8.0",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"karma-jasmine-html-reporter": "~1.7.0",
|
|
58
58
|
"protractor": "~7.0.0",
|
|
59
59
|
"ts-node": "~9.1.1",
|
|
60
|
-
"typescript": "~4.
|
|
60
|
+
"typescript": "~4.5.2"
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -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@~13.
|
|
20
|
+
this.packages = ["igniteui-angular-core@~13.1.0", "igniteui-angular-gauges@~13.1.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": "13.0.
|
|
3
|
+
"version": "13.0.905-beta.0",
|
|
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": "~9.0.
|
|
16
|
-
"typescript": "~4.
|
|
15
|
+
"@igniteui/cli-core": "~9.0.5-beta.0",
|
|
16
|
+
"typescript": "~4.5.2"
|
|
17
17
|
}
|
|
18
18
|
}
|