@progress/kendo-angular-charts 19.2.0-develop.12 → 19.2.0-develop.14
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.
package/README.md
CHANGED
|
@@ -4,9 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## Kendo UI for Angular Charts Package (Chart, Sparkline, StockChart, and Sankey Components)
|
|
6
6
|
|
|
7
|
-
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)—a commercial
|
|
8
|
-
> *
|
|
9
|
-
> *
|
|
7
|
+
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
|
|
8
|
+
> * To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
|
9
|
+
> * Adding a valid license key file ensures a seamless experience during the trial period—no watermarks, no warnings, and full access to all components and features.
|
|
10
|
+
> * Trial users can register for a free license key file. Without it, your trial may be interrupted by visual indicators or functionality limitations.
|
|
11
|
+
> * Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
|
|
12
|
+
> * Learn more: https://www.telerik.com/kendo-angular-ui/components/licensing
|
|
10
13
|
>
|
|
11
14
|
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
|
|
12
15
|
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.2.0-develop.
|
|
13
|
+
publishDate: 1751450561,
|
|
14
|
+
version: '19.2.0-develop.14',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -2878,8 +2878,8 @@ const packageMetadata = {
|
|
|
2878
2878
|
productName: 'Kendo UI for Angular',
|
|
2879
2879
|
productCode: 'KENDOUIANGULAR',
|
|
2880
2880
|
productCodes: ['KENDOUIANGULAR'],
|
|
2881
|
-
publishDate:
|
|
2882
|
-
version: '19.2.0-develop.
|
|
2881
|
+
publishDate: 1751450561,
|
|
2882
|
+
version: '19.2.0-develop.14',
|
|
2883
2883
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2884
2884
|
};
|
|
2885
2885
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "19.2.0-develop.
|
|
3
|
+
"version": "19.2.0-develop.14",
|
|
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"package": {
|
|
43
43
|
"productName": "Kendo UI for Angular",
|
|
44
44
|
"productCode": "KENDOUIANGULAR",
|
|
45
|
-
"publishDate":
|
|
45
|
+
"publishDate": 1751450561,
|
|
46
46
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"@angular/platform-browser": "16 - 20",
|
|
54
54
|
"@progress/kendo-drawing": "^1.21.0",
|
|
55
55
|
"@progress/kendo-licensing": "^1.5.0",
|
|
56
|
-
"@progress/kendo-angular-common": "19.2.0-develop.
|
|
57
|
-
"@progress/kendo-angular-intl": "19.2.0-develop.
|
|
58
|
-
"@progress/kendo-angular-icons": "19.2.0-develop.
|
|
59
|
-
"@progress/kendo-angular-l10n": "19.2.0-develop.
|
|
60
|
-
"@progress/kendo-angular-popup": "19.2.0-develop.
|
|
61
|
-
"@progress/kendo-angular-navigation": "19.2.0-develop.
|
|
56
|
+
"@progress/kendo-angular-common": "19.2.0-develop.14",
|
|
57
|
+
"@progress/kendo-angular-intl": "19.2.0-develop.14",
|
|
58
|
+
"@progress/kendo-angular-icons": "19.2.0-develop.14",
|
|
59
|
+
"@progress/kendo-angular-l10n": "19.2.0-develop.14",
|
|
60
|
+
"@progress/kendo-angular-popup": "19.2.0-develop.14",
|
|
61
|
+
"@progress/kendo-angular-navigation": "19.2.0-develop.14",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "19.2.0-develop.
|
|
66
|
+
"@progress/kendo-angular-schematics": "19.2.0-develop.14",
|
|
67
67
|
"@progress/kendo-charts": "2.7.2",
|
|
68
68
|
"@progress/kendo-svg-icons": "^4.0.0"
|
|
69
69
|
},
|