@progress/kendo-vue-grid 3.2.6 → 3.2.8-dev.202205030909
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/es/Grid.js
CHANGED
|
@@ -847,7 +847,7 @@ var GridVue2 = {
|
|
|
847
847
|
if (Array.isArray(this.$props.dataItems)) {
|
|
848
848
|
gridData = this.$props.dataItems;
|
|
849
849
|
} else if (this.$props.dataItems) {
|
|
850
|
-
gridData = applyExpandedState(this.$props.dataItems, this.computedCollapsed, this.$props.uniqueField).data;
|
|
850
|
+
gridData = applyExpandedState(this.$props.dataItems, this.$props.collapsedGroups.length ? this.computedCollapsed : [], this.$props.uniqueField).data;
|
|
851
851
|
total = total || this.$props.dataItems.total;
|
|
852
852
|
}
|
|
853
853
|
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-grid',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1651568567,
|
|
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/npm/Grid.js
CHANGED
|
@@ -883,7 +883,7 @@ var GridVue2 = {
|
|
|
883
883
|
if (Array.isArray(this.$props.dataItems)) {
|
|
884
884
|
gridData = this.$props.dataItems;
|
|
885
885
|
} else if (this.$props.dataItems) {
|
|
886
|
-
gridData = index_1.applyExpandedState(this.$props.dataItems, this.computedCollapsed, this.$props.uniqueField).data;
|
|
886
|
+
gridData = index_1.applyExpandedState(this.$props.dataItems, this.$props.collapsedGroups.length ? this.computedCollapsed : [], this.$props.uniqueField).data;
|
|
887
887
|
total = total || this.$props.dataItems.total;
|
|
888
888
|
}
|
|
889
889
|
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-grid',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1651568567,
|
|
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
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-grid",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8-dev.202205030909",
|
|
4
4
|
"description": "Kendo UI for Vue Grid package",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"vue": "^2.6.12 || ^3.0.2"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@progress/kendo-vue-common": "3.2.
|
|
37
|
+
"@progress/kendo-vue-common": "3.2.8-dev.202205030909"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@progress/kendo-data-query": "^1.5.4",
|
|
41
41
|
"@progress/kendo-drawing": "^1.9.3",
|
|
42
42
|
"@progress/kendo-licensing": "^1.1.0",
|
|
43
|
-
"@progress/kendo-vue-animation": "3.2.
|
|
44
|
-
"@progress/kendo-vue-buttons": "3.2.
|
|
45
|
-
"@progress/kendo-vue-charts": "3.2.
|
|
46
|
-
"@progress/kendo-vue-data-tools": "3.2.
|
|
47
|
-
"@progress/kendo-vue-dateinputs": "3.2.
|
|
48
|
-
"@progress/kendo-vue-dropdowns": "3.2.
|
|
49
|
-
"@progress/kendo-vue-excel-export": "3.2.
|
|
50
|
-
"@progress/kendo-vue-inputs": "3.2.
|
|
51
|
-
"@progress/kendo-vue-intl": "3.2.
|
|
52
|
-
"@progress/kendo-vue-pdf": "3.2.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.2.
|
|
43
|
+
"@progress/kendo-vue-animation": "3.2.8-dev.202205030909",
|
|
44
|
+
"@progress/kendo-vue-buttons": "3.2.8-dev.202205030909",
|
|
45
|
+
"@progress/kendo-vue-charts": "3.2.8-dev.202205030909",
|
|
46
|
+
"@progress/kendo-vue-data-tools": "3.2.8-dev.202205030909",
|
|
47
|
+
"@progress/kendo-vue-dateinputs": "3.2.8-dev.202205030909",
|
|
48
|
+
"@progress/kendo-vue-dropdowns": "3.2.8-dev.202205030909",
|
|
49
|
+
"@progress/kendo-vue-excel-export": "3.2.8-dev.202205030909",
|
|
50
|
+
"@progress/kendo-vue-inputs": "3.2.8-dev.202205030909",
|
|
51
|
+
"@progress/kendo-vue-intl": "3.2.8-dev.202205030909",
|
|
52
|
+
"@progress/kendo-vue-pdf": "3.2.8-dev.202205030909",
|
|
53
|
+
"@progress/kendo-vue-popup": "3.2.8-dev.202205030909",
|
|
54
54
|
"cldr-core": "^34.0.0",
|
|
55
55
|
"cldr-dates-full": "^34.0.0",
|
|
56
56
|
"cldr-numbers-full": "^34.0.0",
|