@progress/kendo-react-chart-wizard 11.3.0-develop.6 → 11.3.1-develop.1
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 +1 -0
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
> **Important**
|
|
6
6
|
>
|
|
7
7
|
> - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-chart-wizard)—an enterprise-grade UI library with 120+ free and premium components.
|
|
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/kendo-react-ui/pricing) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-react-ui).
|
|
8
9
|
> - It provides a premium KendoReact component. You will need to install a license key when adding the package to your project. For more information, please refer to the [KendoReact My License page](https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-chart-wizard).
|
|
9
10
|
> - To receive a license key, you need to either [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-chart-wizard) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-chart-wizard). Doing so indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-chart-wizard).
|
|
10
11
|
> - The 30-day free trial gives you access to all KendoReact components and their full functionality. Additionally, for the period of your trial, you can use our legendary technical support provided directly by the KendoReact dev team!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-chart-wizard",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.1-develop.1",
|
|
4
4
|
"description": "React Chart Wizard lets you create a chart using data from a Grid, another data-bound component, or an external source",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -21,19 +21,19 @@
|
|
|
21
21
|
"@progress/kendo-drawing": "^1.21.2",
|
|
22
22
|
"@progress/kendo-file-saver": "^1.0.1",
|
|
23
23
|
"@progress/kendo-licensing": "^1.6.0",
|
|
24
|
-
"@progress/kendo-react-animation": "11.3.
|
|
25
|
-
"@progress/kendo-react-buttons": "11.3.
|
|
26
|
-
"@progress/kendo-react-charts": "11.3.
|
|
27
|
-
"@progress/kendo-react-common": "11.3.
|
|
28
|
-
"@progress/kendo-react-dialogs": "11.3.
|
|
29
|
-
"@progress/kendo-react-form": "11.3.
|
|
30
|
-
"@progress/kendo-react-dropdowns": "11.3.
|
|
31
|
-
"@progress/kendo-react-grid": "11.3.
|
|
32
|
-
"@progress/kendo-react-inputs": "11.3.
|
|
33
|
-
"@progress/kendo-react-intl": "11.3.
|
|
34
|
-
"@progress/kendo-react-labels": "11.3.
|
|
35
|
-
"@progress/kendo-react-layout": "11.3.
|
|
36
|
-
"@progress/kendo-react-popup": "11.3.
|
|
24
|
+
"@progress/kendo-react-animation": "11.3.1-develop.1",
|
|
25
|
+
"@progress/kendo-react-buttons": "11.3.1-develop.1",
|
|
26
|
+
"@progress/kendo-react-charts": "11.3.1-develop.1",
|
|
27
|
+
"@progress/kendo-react-common": "11.3.1-develop.1",
|
|
28
|
+
"@progress/kendo-react-dialogs": "11.3.1-develop.1",
|
|
29
|
+
"@progress/kendo-react-form": "11.3.1-develop.1",
|
|
30
|
+
"@progress/kendo-react-dropdowns": "11.3.1-develop.1",
|
|
31
|
+
"@progress/kendo-react-grid": "11.3.1-develop.1",
|
|
32
|
+
"@progress/kendo-react-inputs": "11.3.1-develop.1",
|
|
33
|
+
"@progress/kendo-react-intl": "11.3.1-develop.1",
|
|
34
|
+
"@progress/kendo-react-labels": "11.3.1-develop.1",
|
|
35
|
+
"@progress/kendo-react-layout": "11.3.1-develop.1",
|
|
36
|
+
"@progress/kendo-react-popup": "11.3.1-develop.1",
|
|
37
37
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
38
38
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
39
39
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|