@igniteui/angular-templates 19.0.14314-beta.8 → 19.0.14314

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.
@@ -1,4 +1,4 @@
1
- export const DATA = [
1
+ export const DATA: any = [
2
2
  {
3
3
  Product: {
4
4
  Name: 'Clothing',
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "type": "anyComponentStyle",
54
- "maximumWarning": "6kb",
54
+ "maximumWarning": "8kb",
55
55
  "maximumError": "2mb"
56
56
  }
57
57
  ],
@@ -110,11 +110,11 @@
110
110
  "lint": {
111
111
  "builder": "@angular-eslint/builder:lint",
112
112
  "options": {
113
- "eslintConfig": "eslint.config.mjs",
114
- "lintFilePatterns": [
115
- "src/**/*.ts",
116
- "src/**/*.html"
117
- ]
113
+ "eslintConfig": "eslint.config.mjs",
114
+ "lintFilePatterns": [
115
+ "src/**/*.ts",
116
+ "src/**/*.html"
117
+ ]
118
118
  }
119
119
  }
120
120
  }
@@ -27,6 +27,12 @@
27
27
  "enableI18nLegacyMessageIdFormat": false,
28
28
  "strictInjectionParameters": true,
29
29
  "strictInputAccessModifiers": true,
30
- "strictTemplates": true
30
+ "strictTemplates": true,
31
+ // TODO: Remove this option when fixing https://infragistics.visualstudio.com/Indigo_Platform/_workitems/edit/30602
32
+ "extendedDiagnostics": {
33
+ "checks": {
34
+ "optionalChainNotNullable": "suppress"
35
+ }
36
+ }
31
37
  }
32
38
  }
@@ -1,4 +1,4 @@
1
- export const DATA = [
1
+ export const DATA: any = [
2
2
  {
3
3
  Product: {
4
4
  Name: 'Clothing',
@@ -52,7 +52,7 @@
52
52
  },
53
53
  {
54
54
  "type": "anyComponentStyle",
55
- "maximumWarning": "6kb",
55
+ "maximumWarning": "8kb",
56
56
  "maximumError": "2mb"
57
57
  }
58
58
  ],
@@ -25,6 +25,12 @@
25
25
  "enableI18nLegacyMessageIdFormat": false,
26
26
  "strictInjectionParameters": true,
27
27
  "strictInputAccessModifiers": true,
28
- "strictTemplates": true
28
+ "strictTemplates": true,
29
+ // TODO: Remove this option when fixing https://infragistics.visualstudio.com/Indigo_Platform/_workitems/edit/30602
30
+ "extendedDiagnostics": {
31
+ "checks": {
32
+ "optionalChainNotNullable": "suppress"
33
+ }
34
+ }
29
35
  }
30
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "19.0.14314-beta.8",
3
+ "version": "19.0.14314",
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.3.14-beta.8",
15
+ "@igniteui/cli-core": "~14.3.14",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }