@igniteui/angular-templates 20.0.1457 → 20.1.1460-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.
|
@@ -6,56 +6,56 @@
|
|
|
6
6
|
"start": "ng serve -o",
|
|
7
7
|
"build": "ng build",
|
|
8
8
|
"watch": "ng build --watch --configuration development",
|
|
9
|
-
"test": "node --max-old-space-size=
|
|
9
|
+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
|
|
10
10
|
"lint": "ng lint"
|
|
11
11
|
},
|
|
12
12
|
"private": true,
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "~20.
|
|
15
|
-
"@angular/common": "~20.
|
|
16
|
-
"@angular/compiler": "~20.
|
|
17
|
-
"@angular/core": "~20.
|
|
18
|
-
"@angular/forms": "~20.
|
|
19
|
-
"@angular/platform-browser": "~20.
|
|
20
|
-
"@angular/platform-browser-dynamic": "~20.
|
|
21
|
-
"@angular/router": "~20.
|
|
14
|
+
"@angular/animations": "~20.3.0",
|
|
15
|
+
"@angular/common": "~20.3.0",
|
|
16
|
+
"@angular/compiler": "~20.3.0",
|
|
17
|
+
"@angular/core": "~20.3.0",
|
|
18
|
+
"@angular/forms": "~20.3.0",
|
|
19
|
+
"@angular/platform-browser": "~20.3.0",
|
|
20
|
+
"@angular/platform-browser-dynamic": "~20.3.0",
|
|
21
|
+
"@angular/router": "~20.3.0",
|
|
22
22
|
"hammerjs": "~2.0.8",
|
|
23
|
-
"igniteui-angular": "~20.
|
|
23
|
+
"igniteui-angular": "~20.1.0",
|
|
24
24
|
"minireset.css": "~0.0.7",
|
|
25
25
|
"rxjs": "~7.8.1",
|
|
26
|
-
"tslib": "~2.
|
|
26
|
+
"tslib": "~2.8.1",
|
|
27
27
|
"zone.js": "~0.15.0"
|
|
28
28
|
},
|
|
29
29
|
"overrides": {
|
|
30
30
|
"reveal-sdk-wrappers-angular": {
|
|
31
|
-
"@angular/core": "^20.
|
|
32
|
-
"@angular/common": "^20.
|
|
31
|
+
"@angular/core": "^20.3.0",
|
|
32
|
+
"@angular/common": "^20.3.0"
|
|
33
33
|
},
|
|
34
34
|
"rxjs": "~7.8.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@angular-devkit/build-angular": "~20.
|
|
38
|
-
"@angular-eslint/builder": "~
|
|
39
|
-
"@angular-eslint/eslint-plugin": "~
|
|
40
|
-
"@angular-eslint/eslint-plugin-template": "~
|
|
41
|
-
"@angular-eslint/schematics": "~
|
|
42
|
-
"@angular-eslint/template-parser": "~
|
|
43
|
-
"@angular/cli": "~20.
|
|
44
|
-
"@angular/compiler-cli": "~20.
|
|
37
|
+
"@angular-devkit/build-angular": "~20.3.0",
|
|
38
|
+
"@angular-eslint/builder": "~20.3.0",
|
|
39
|
+
"@angular-eslint/eslint-plugin": "~20.3.0",
|
|
40
|
+
"@angular-eslint/eslint-plugin-template": "~20.3.0",
|
|
41
|
+
"@angular-eslint/schematics": "~20.3.0",
|
|
42
|
+
"@angular-eslint/template-parser": "~20.3.0",
|
|
43
|
+
"@angular/cli": "~20.3.0",
|
|
44
|
+
"@angular/compiler-cli": "~20.3.0",
|
|
45
45
|
"@types/jasmine": "~5.1.4",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "~8.
|
|
47
|
-
"@typescript-eslint/parser": "~8.
|
|
48
|
-
"eslint": "~9.
|
|
49
|
-
"eslint-plugin-import": "^2.
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "~8.45.0",
|
|
47
|
+
"@typescript-eslint/parser": "~8.45.0",
|
|
48
|
+
"eslint": "~9.36.0",
|
|
49
|
+
"eslint-plugin-import": "^2.32.0",
|
|
50
50
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
51
|
-
"eslint-plugin-unicorn": "^
|
|
51
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
52
52
|
"igniteui-cli": "~<%=cliVersion%>",
|
|
53
|
-
"jasmine-core": "~5.
|
|
54
|
-
"karma": "~6.4.
|
|
53
|
+
"jasmine-core": "~5.11.0",
|
|
54
|
+
"karma": "~6.4.4",
|
|
55
55
|
"karma-chrome-launcher": "~3.2.0",
|
|
56
56
|
"karma-coverage": "~2.2.1",
|
|
57
57
|
"karma-jasmine": "~5.1.0",
|
|
58
58
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
59
|
-
"typescript": "~5.
|
|
59
|
+
"typescript": "~5.9.2"
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -6,51 +6,53 @@
|
|
|
6
6
|
"start": "ng serve -o",
|
|
7
7
|
"build": "ng build",
|
|
8
8
|
"watch": "ng build --watch --configuration development",
|
|
9
|
-
"test": "node --max-old-space-size=
|
|
9
|
+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
|
|
10
10
|
"lint": "ng lint"
|
|
11
11
|
},
|
|
12
12
|
"private": true,
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "~20.
|
|
15
|
-
"@angular/common": "~20.
|
|
16
|
-
"@angular/compiler": "~20.
|
|
17
|
-
"@angular/core": "~20.
|
|
18
|
-
"@angular/forms": "~20.
|
|
19
|
-
"@angular/platform-browser": "~20.
|
|
20
|
-
"@angular/platform-browser-dynamic": "~20.
|
|
21
|
-
"@angular/router": "~20.
|
|
14
|
+
"@angular/animations": "~20.3.0",
|
|
15
|
+
"@angular/common": "~20.3.0",
|
|
16
|
+
"@angular/compiler": "~20.3.0",
|
|
17
|
+
"@angular/core": "~20.3.0",
|
|
18
|
+
"@angular/forms": "~20.3.0",
|
|
19
|
+
"@angular/platform-browser": "~20.3.0",
|
|
20
|
+
"@angular/platform-browser-dynamic": "~20.3.0",
|
|
21
|
+
"@angular/router": "~20.3.0",
|
|
22
22
|
"angular-auth-oidc-client": "~15.0.4",
|
|
23
23
|
"hammerjs": "~2.0.8",
|
|
24
|
-
"igniteui-angular": "~20.
|
|
24
|
+
"igniteui-angular": "~20.1.0",
|
|
25
25
|
"minireset.css": "~0.0.7",
|
|
26
26
|
"rxjs": "~7.8.0",
|
|
27
|
-
"tslib": "~2.
|
|
27
|
+
"tslib": "~2.8.1",
|
|
28
28
|
"zone.js": "~0.14.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@angular-devkit/build-angular": "~20.
|
|
32
|
-
"@angular-eslint/builder": "~
|
|
33
|
-
"@angular-eslint/eslint-plugin": "~
|
|
34
|
-
"@angular-eslint/eslint-plugin-template": "~
|
|
35
|
-
"@angular-eslint/schematics": "~
|
|
36
|
-
"@angular-eslint/template-parser": "~
|
|
37
|
-
"@angular/cli": "~20.
|
|
38
|
-
"@angular/compiler-cli": "~20.
|
|
39
|
-
"@angular/language-service": "~20.
|
|
31
|
+
"@angular-devkit/build-angular": "~20.3.0",
|
|
32
|
+
"@angular-eslint/builder": "~20.3.0",
|
|
33
|
+
"@angular-eslint/eslint-plugin": "~20.3.0",
|
|
34
|
+
"@angular-eslint/eslint-plugin-template": "~20.3.0",
|
|
35
|
+
"@angular-eslint/schematics": "~20.3.0",
|
|
36
|
+
"@angular-eslint/template-parser": "~20.3.0",
|
|
37
|
+
"@angular/cli": "~20.3.0",
|
|
38
|
+
"@angular/compiler-cli": "~20.3.0",
|
|
39
|
+
"@angular/language-service": "~20.3.0",
|
|
40
40
|
"@types/facebook-js-sdk": "~3.3.6",
|
|
41
|
-
"@types/hammerjs": "~2.0.
|
|
42
|
-
"@types/jasmine": "~5.1.
|
|
43
|
-
"@
|
|
44
|
-
"@typescript-eslint/
|
|
45
|
-
"
|
|
46
|
-
"eslint": "
|
|
41
|
+
"@types/hammerjs": "~2.0.46",
|
|
42
|
+
"@types/jasmine": "~5.1.4",
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "~8.45.0",
|
|
44
|
+
"@typescript-eslint/parser": "~8.45.0",
|
|
45
|
+
"eslint": "~9.36.0",
|
|
46
|
+
"eslint-plugin-import": "^2.32.0",
|
|
47
|
+
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
48
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
47
49
|
"igniteui-cli": "~<%=cliVersion%>",
|
|
48
|
-
"jasmine-core": "~5.
|
|
49
|
-
"karma": "~6.4.
|
|
50
|
+
"jasmine-core": "~5.11.0",
|
|
51
|
+
"karma": "~6.4.4",
|
|
50
52
|
"karma-chrome-launcher": "~3.2.0",
|
|
51
|
-
"karma-coverage": "~2.2.
|
|
53
|
+
"karma-coverage": "~2.2.1",
|
|
52
54
|
"karma-jasmine": "~5.1.0",
|
|
53
55
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
54
|
-
"typescript": "~5.
|
|
56
|
+
"typescript": "~5.9.2"
|
|
55
57
|
}
|
|
56
58
|
}
|
|
@@ -6,56 +6,56 @@
|
|
|
6
6
|
"start": "ng serve -o",
|
|
7
7
|
"build": "ng build",
|
|
8
8
|
"watch": "ng build --watch --configuration development",
|
|
9
|
-
"test": "node --max-old-space-size=
|
|
9
|
+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
|
|
10
10
|
"lint": "ng lint"
|
|
11
11
|
},
|
|
12
12
|
"private": true,
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "~20.
|
|
15
|
-
"@angular/common": "~20.
|
|
16
|
-
"@angular/compiler": "~20.
|
|
17
|
-
"@angular/core": "~20.
|
|
18
|
-
"@angular/forms": "~20.
|
|
19
|
-
"@angular/platform-browser": "~20.
|
|
20
|
-
"@angular/platform-browser-dynamic": "~20.
|
|
21
|
-
"@angular/router": "~20.
|
|
14
|
+
"@angular/animations": "~20.3.0",
|
|
15
|
+
"@angular/common": "~20.3.0",
|
|
16
|
+
"@angular/compiler": "~20.3.0",
|
|
17
|
+
"@angular/core": "~20.3.0",
|
|
18
|
+
"@angular/forms": "~20.3.0",
|
|
19
|
+
"@angular/platform-browser": "~20.3.0",
|
|
20
|
+
"@angular/platform-browser-dynamic": "~20.3.0",
|
|
21
|
+
"@angular/router": "~20.3.0",
|
|
22
22
|
"hammerjs": "~2.0.8",
|
|
23
|
-
"igniteui-angular": "~20.
|
|
23
|
+
"igniteui-angular": "~20.1.0",
|
|
24
24
|
"minireset.css": "~0.0.7",
|
|
25
25
|
"rxjs": "~7.8.1",
|
|
26
|
-
"tslib": "~2.
|
|
26
|
+
"tslib": "~2.8.1",
|
|
27
27
|
"zone.js": "~0.15.0"
|
|
28
28
|
},
|
|
29
29
|
"overrides": {
|
|
30
30
|
"reveal-sdk-wrappers-angular": {
|
|
31
|
-
"@angular/core": "^20.
|
|
32
|
-
"@angular/common": "^20.
|
|
31
|
+
"@angular/core": "^20.3.0",
|
|
32
|
+
"@angular/common": "^20.3.0"
|
|
33
33
|
},
|
|
34
34
|
"rxjs": "~7.8.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@angular-devkit/build-angular": "~20.
|
|
38
|
-
"@angular-eslint/builder": "~20.
|
|
39
|
-
"@angular-eslint/eslint-plugin": "~20.
|
|
40
|
-
"@angular-eslint/eslint-plugin-template": "~20.
|
|
41
|
-
"@angular-eslint/schematics": "~20.
|
|
42
|
-
"@angular-eslint/template-parser": "~20.
|
|
43
|
-
"@angular/cli": "~20.
|
|
44
|
-
"@angular/compiler-cli": "~20.
|
|
37
|
+
"@angular-devkit/build-angular": "~20.3.0",
|
|
38
|
+
"@angular-eslint/builder": "~20.3.0",
|
|
39
|
+
"@angular-eslint/eslint-plugin": "~20.3.0",
|
|
40
|
+
"@angular-eslint/eslint-plugin-template": "~20.3.0",
|
|
41
|
+
"@angular-eslint/schematics": "~20.3.0",
|
|
42
|
+
"@angular-eslint/template-parser": "~20.3.0",
|
|
43
|
+
"@angular/cli": "~20.3.0",
|
|
44
|
+
"@angular/compiler-cli": "~20.3.0",
|
|
45
45
|
"@types/jasmine": "~5.1.4",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
47
|
-
"@typescript-eslint/parser": "8.
|
|
48
|
-
"eslint": "~9.
|
|
49
|
-
"eslint-plugin-import": "^2.
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "~8.45.0",
|
|
47
|
+
"@typescript-eslint/parser": "~8.45.0",
|
|
48
|
+
"eslint": "~9.36.0",
|
|
49
|
+
"eslint-plugin-import": "^2.32.0",
|
|
50
50
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
51
|
-
"eslint-plugin-unicorn": "^
|
|
51
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
52
52
|
"igniteui-cli": "~<%=cliVersion%>",
|
|
53
|
-
"jasmine-core": "~5.
|
|
54
|
-
"karma": "~6.4.
|
|
53
|
+
"jasmine-core": "~5.11.0",
|
|
54
|
+
"karma": "~6.4.4",
|
|
55
55
|
"karma-chrome-launcher": "~3.2.0",
|
|
56
56
|
"karma-coverage": "~2.2.1",
|
|
57
57
|
"karma-jasmine": "~5.1.0",
|
|
58
58
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
59
|
-
"typescript": "~5.
|
|
59
|
+
"typescript": "~5.9.2"
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -6,51 +6,54 @@
|
|
|
6
6
|
"start": "ng serve -o",
|
|
7
7
|
"build": "ng build",
|
|
8
8
|
"watch": "ng build --watch --configuration development",
|
|
9
|
-
"test": "node --max-old-space-size=
|
|
9
|
+
"test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
|
|
10
10
|
"lint": "ng lint"
|
|
11
11
|
},
|
|
12
12
|
"private": true,
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "~20.
|
|
15
|
-
"@angular/common": "~20.
|
|
16
|
-
"@angular/compiler": "~20.
|
|
17
|
-
"@angular/core": "~20.
|
|
18
|
-
"@angular/forms": "~20.
|
|
19
|
-
"@angular/platform-browser": "~20.
|
|
20
|
-
"@angular/platform-browser-dynamic": "~20.
|
|
21
|
-
"@angular/router": "~20.
|
|
14
|
+
"@angular/animations": "~20.3.0",
|
|
15
|
+
"@angular/common": "~20.3.0",
|
|
16
|
+
"@angular/compiler": "~20.3.0",
|
|
17
|
+
"@angular/core": "~20.3.0",
|
|
18
|
+
"@angular/forms": "~20.3.0",
|
|
19
|
+
"@angular/platform-browser": "~20.3.0",
|
|
20
|
+
"@angular/platform-browser-dynamic": "~20.3.0",
|
|
21
|
+
"@angular/router": "~20.3.0",
|
|
22
22
|
"angular-auth-oidc-client": "~15.0.4",
|
|
23
23
|
"hammerjs": "~2.0.8",
|
|
24
|
-
"igniteui-angular": "~20.
|
|
24
|
+
"igniteui-angular": "~20.1.0",
|
|
25
25
|
"minireset.css": "~0.0.7",
|
|
26
26
|
"rxjs": "~7.8.0",
|
|
27
|
-
"tslib": "~2.
|
|
27
|
+
"tslib": "~2.8.1",
|
|
28
28
|
"zone.js": "~0.15.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@angular-devkit/build-angular": "~20.
|
|
32
|
-
"@angular-eslint/builder": "~20.
|
|
33
|
-
"@angular-eslint/eslint-plugin": "~20.
|
|
34
|
-
"@angular-eslint/eslint-plugin-template": "~20.
|
|
35
|
-
"@angular-eslint/schematics": "~20.
|
|
36
|
-
"@angular-eslint/template-parser": "~20.
|
|
37
|
-
"@angular/cli": "~20.
|
|
38
|
-
"@angular/compiler-cli": "~20.
|
|
39
|
-
"@angular/language-service": "~20.
|
|
31
|
+
"@angular-devkit/build-angular": "~20.3.0",
|
|
32
|
+
"@angular-eslint/builder": "~20.3.0",
|
|
33
|
+
"@angular-eslint/eslint-plugin": "~20.3.0",
|
|
34
|
+
"@angular-eslint/eslint-plugin-template": "~20.3.0",
|
|
35
|
+
"@angular-eslint/schematics": "~20.3.0",
|
|
36
|
+
"@angular-eslint/template-parser": "~20.3.0",
|
|
37
|
+
"@angular/cli": "~20.3.0",
|
|
38
|
+
"@angular/compiler-cli": "~20.3.0",
|
|
39
|
+
"@angular/language-service": "~20.3.0",
|
|
40
40
|
"@types/facebook-js-sdk": "~3.3.6",
|
|
41
41
|
"@types/hammerjs": "~2.0.41",
|
|
42
|
-
"@types/jasmine": "~5.1.
|
|
42
|
+
"@types/jasmine": "~5.1.4",
|
|
43
43
|
"@types/jasminewd2": "~2.0.3",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
45
|
-
"@typescript-eslint/parser": "8.
|
|
46
|
-
"eslint": "~9.
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "~8.45.0",
|
|
45
|
+
"@typescript-eslint/parser": "~8.45.0",
|
|
46
|
+
"eslint": "~9.36.0",
|
|
47
|
+
"eslint-plugin-import": "^2.32.0",
|
|
48
|
+
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
49
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
47
50
|
"igniteui-cli": "~<%=cliVersion%>",
|
|
48
|
-
"jasmine-core": "~5.
|
|
49
|
-
"karma": "~6.4.
|
|
51
|
+
"jasmine-core": "~5.11.0",
|
|
52
|
+
"karma": "~6.4.4",
|
|
50
53
|
"karma-chrome-launcher": "~3.2.0",
|
|
51
|
-
"karma-coverage": "~2.2.
|
|
54
|
+
"karma-coverage": "~2.2.1",
|
|
52
55
|
"karma-jasmine": "~5.1.0",
|
|
53
56
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
54
|
-
"typescript": "~5.
|
|
57
|
+
"typescript": "~5.9.2"
|
|
55
58
|
}
|
|
56
59
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.1460-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": "~14.
|
|
15
|
+
"@igniteui/cli-core": "~14.6.0-beta.0",
|
|
16
16
|
"typescript": "~5.5.4"
|
|
17
17
|
}
|
|
18
18
|
}
|