@progress/kendo-angular-charts 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-charts',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737465174,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -2907,9 +2907,10 @@ class LegendItemClickEvent extends LegendEvent {
|
|
|
2907
2907
|
const packageMetadata = {
|
|
2908
2908
|
name: '@progress/kendo-angular-charts',
|
|
2909
2909
|
productName: 'Kendo UI for Angular',
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2910
|
+
productCode: 'KENDOUIANGULAR',
|
|
2911
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
2912
|
+
publishDate: 1737465174,
|
|
2913
|
+
version: '18.0.0',
|
|
2913
2914
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2914
2915
|
};
|
|
2915
2916
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -38,7 +38,13 @@
|
|
|
38
38
|
"Angular-graphs"
|
|
39
39
|
],
|
|
40
40
|
"@progress": {
|
|
41
|
-
"friendlyName": "Charts"
|
|
41
|
+
"friendlyName": "Charts",
|
|
42
|
+
"package": {
|
|
43
|
+
"productName": "Kendo UI for Angular",
|
|
44
|
+
"productCode": "KENDOUIANGULAR",
|
|
45
|
+
"publishDate": 1737465174,
|
|
46
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
47
|
+
}
|
|
42
48
|
},
|
|
43
49
|
"peerDependencies": {
|
|
44
50
|
"@angular/animations": "16 - 19",
|
|
@@ -47,17 +53,17 @@
|
|
|
47
53
|
"@angular/platform-browser": "16 - 19",
|
|
48
54
|
"@progress/kendo-drawing": "^1.21.0",
|
|
49
55
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
51
|
-
"@progress/kendo-angular-intl": "18.0.0
|
|
52
|
-
"@progress/kendo-angular-icons": "18.0.0
|
|
53
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
54
|
-
"@progress/kendo-angular-popup": "18.0.0
|
|
55
|
-
"@progress/kendo-angular-navigation": "18.0.0
|
|
56
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
57
|
+
"@progress/kendo-angular-intl": "18.0.0",
|
|
58
|
+
"@progress/kendo-angular-icons": "18.0.0",
|
|
59
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
60
|
+
"@progress/kendo-angular-popup": "18.0.0",
|
|
61
|
+
"@progress/kendo-angular-navigation": "18.0.0",
|
|
56
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
57
63
|
},
|
|
58
64
|
"dependencies": {
|
|
59
65
|
"tslib": "^2.3.1",
|
|
60
|
-
"@progress/kendo-angular-schematics": "18.0.0
|
|
66
|
+
"@progress/kendo-angular-schematics": "18.0.0",
|
|
61
67
|
"@progress/kendo-charts": "2.6.2",
|
|
62
68
|
"@progress/kendo-svg-icons": "^4.0.0"
|
|
63
69
|
},
|