@progress/kendo-vue-charts 3.6.2 → 3.6.3
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/dist/cdn/js/kendo-vue-charts.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/store/reducer.js +1 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/store/reducer.js +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/store/reducer.js +1 -1
- package/package.json +6 -6
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-charts',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1663838863,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/es/store/reducer.js
CHANGED
|
@@ -89,7 +89,7 @@ var reducers = {
|
|
|
89
89
|
var _d = action.chartCollectionIdxKey.split('_'), collectionName = _d[0], collectionIdx = _d[1];
|
|
90
90
|
var currentCollection = action.parentKey ?
|
|
91
91
|
currentState[action.parentKey] ? (currentState[action.parentKey][collectionName] || []) : []
|
|
92
|
-
: currentState[collectionName];
|
|
92
|
+
: (currentState[collectionName] || []);
|
|
93
93
|
var collection = currentCollection.map(function (item, index) {
|
|
94
94
|
if (parseInt(collectionIdx, 10) === index ||
|
|
95
95
|
(action.payload && action.payload.uid === item.uid)) {
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-charts',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1663838863,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -89,7 +89,7 @@ var reducers = {
|
|
|
89
89
|
var _d = action.chartCollectionIdxKey.split('_'), collectionName = _d[0], collectionIdx = _d[1];
|
|
90
90
|
var currentCollection = action.parentKey ?
|
|
91
91
|
currentState[action.parentKey] ? (currentState[action.parentKey][collectionName] || []) : []
|
|
92
|
-
: currentState[collectionName];
|
|
92
|
+
: (currentState[collectionName] || []);
|
|
93
93
|
var collection = currentCollection.map(function (item, index) {
|
|
94
94
|
if (parseInt(collectionIdx, 10) === index ||
|
|
95
95
|
(action.payload && action.payload.uid === item.uid)) {
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-charts',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1663838863,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
14
14
|
};
|
|
@@ -95,7 +95,7 @@ var reducers = {
|
|
|
95
95
|
var _d = action.chartCollectionIdxKey.split('_'), collectionName = _d[0], collectionIdx = _d[1];
|
|
96
96
|
var currentCollection = action.parentKey ?
|
|
97
97
|
currentState[action.parentKey] ? (currentState[action.parentKey][collectionName] || []) : []
|
|
98
|
-
: currentState[collectionName];
|
|
98
|
+
: (currentState[collectionName] || []);
|
|
99
99
|
var collection = currentCollection.map(function (item, index) {
|
|
100
100
|
if (parseInt(collectionIdx, 10) === index ||
|
|
101
101
|
(action.payload && action.payload.uid === item.uid)) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-charts",
|
|
3
3
|
"description": "Kendo UI for Vue Charts package",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.3",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -44,17 +44,17 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@progress/kendo-charts": "^1.18.0",
|
|
47
|
-
"@progress/kendo-vue-common": "3.6.
|
|
48
|
-
"@progress/kendo-vue-popup": "3.6.
|
|
47
|
+
"@progress/kendo-vue-common": "3.6.3",
|
|
48
|
+
"@progress/kendo-vue-popup": "3.6.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@progress/kendo-data-query": "^1.0.0",
|
|
52
52
|
"@progress/kendo-drawing": "^1.8.0",
|
|
53
53
|
"@progress/kendo-file-saver": "^1.0.1",
|
|
54
54
|
"@progress/kendo-licensing": "^1.2.0",
|
|
55
|
-
"@progress/kendo-vue-dropdowns": "3.6.
|
|
56
|
-
"@progress/kendo-vue-inputs": "3.6.
|
|
57
|
-
"@progress/kendo-vue-intl": "3.6.
|
|
55
|
+
"@progress/kendo-vue-dropdowns": "3.6.3",
|
|
56
|
+
"@progress/kendo-vue-inputs": "3.6.3",
|
|
57
|
+
"@progress/kendo-vue-intl": "3.6.3",
|
|
58
58
|
"cldr-core": "^41.0.0",
|
|
59
59
|
"cldr-dates-full": "^41.0.0",
|
|
60
60
|
"cldr-numbers-full": "^41.0.0",
|