@igniteui/angular-templates 19.0.14314-beta.9 → 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.
|
@@ -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
|
}
|
|
@@ -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
|
|
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
|
|
15
|
+
"@igniteui/cli-core": "~14.3.14",
|
|
16
16
|
"typescript": "~5.5.4"
|
|
17
17
|
}
|
|
18
18
|
}
|