@progress/kendo-angular-gauges 18.0.0-develop.8 → 18.0.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.
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-gauges',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737465305,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -293,9 +293,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
293
293
|
const packageMetadata = {
|
|
294
294
|
name: '@progress/kendo-angular-gauges',
|
|
295
295
|
productName: 'Kendo UI for Angular',
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
296
|
+
productCode: 'KENDOUIANGULAR',
|
|
297
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
298
|
+
publishDate: 1737465305,
|
|
299
|
+
version: '18.0.0',
|
|
299
300
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
300
301
|
};
|
|
301
302
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-gauges",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Kendo UI Angular Gauges",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,13 @@
|
|
|
17
17
|
"Progress"
|
|
18
18
|
],
|
|
19
19
|
"@progress": {
|
|
20
|
-
"friendlyName": "Gauges"
|
|
20
|
+
"friendlyName": "Gauges",
|
|
21
|
+
"package": {
|
|
22
|
+
"productName": "Kendo UI for Angular",
|
|
23
|
+
"productCode": "KENDOUIANGULAR",
|
|
24
|
+
"publishDate": 1737465305,
|
|
25
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
|
+
}
|
|
21
27
|
},
|
|
22
28
|
"peerDependencies": {
|
|
23
29
|
"@angular/animations": "16 - 19",
|
|
@@ -26,14 +32,14 @@
|
|
|
26
32
|
"@angular/platform-browser": "16 - 19",
|
|
27
33
|
"@progress/kendo-drawing": "^1.21.0",
|
|
28
34
|
"@progress/kendo-licensing": "^1.0.2",
|
|
29
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
30
|
-
"@progress/kendo-angular-intl": "18.0.0
|
|
31
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
35
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
36
|
+
"@progress/kendo-angular-intl": "18.0.0",
|
|
37
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
32
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
39
|
},
|
|
34
40
|
"dependencies": {
|
|
35
41
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "18.0.0
|
|
42
|
+
"@progress/kendo-angular-schematics": "18.0.0",
|
|
37
43
|
"@progress/kendo-charts": "2.6.2"
|
|
38
44
|
},
|
|
39
45
|
"schematics": "./schematics/collection.json",
|