@progress/kendo-vue-grid 3.0.5-dev.202202081314 → 3.0.5-dev.202202090804
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
|
@@ -834,9 +834,9 @@ var GridVue2 = {
|
|
|
834
834
|
} else {
|
|
835
835
|
if (this.$props.totalGroupedHeight) {
|
|
836
836
|
this.vs.containerHeight = Math.min(1533915, this.$props.totalGroupedHeight);
|
|
837
|
-
} else if (this.$props.allGroupedItems) {
|
|
838
|
-
var
|
|
839
|
-
this.vs.containerHeight = Math.min(1533915, this.$props.rowHeight *
|
|
837
|
+
} else if (this.$props.allGroupedItems && this.$props.allGroupedItems.data) {
|
|
838
|
+
var allGroupedTotal = this.totalGroupedRows(applyExpandedState(this.$props.allGroupedItems, this.computedCollapsed, this.$props.uniqueField).data);
|
|
839
|
+
this.vs.containerHeight = Math.min(1533915, this.$props.rowHeight * allGroupedTotal);
|
|
840
840
|
} else {
|
|
841
841
|
this.vs.containerHeight = 1533915;
|
|
842
842
|
}
|
package/dist/es/VirtualScroll.js
CHANGED
|
@@ -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: 1644393645,
|
|
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
|
@@ -870,9 +870,9 @@ var GridVue2 = {
|
|
|
870
870
|
} else {
|
|
871
871
|
if (this.$props.totalGroupedHeight) {
|
|
872
872
|
this.vs.containerHeight = Math.min(1533915, this.$props.totalGroupedHeight);
|
|
873
|
-
} else if (this.$props.allGroupedItems) {
|
|
874
|
-
var
|
|
875
|
-
this.vs.containerHeight = Math.min(1533915, this.$props.rowHeight *
|
|
873
|
+
} else if (this.$props.allGroupedItems && this.$props.allGroupedItems.data) {
|
|
874
|
+
var allGroupedTotal = this.totalGroupedRows(index_1.applyExpandedState(this.$props.allGroupedItems, this.computedCollapsed, this.$props.uniqueField).data);
|
|
875
|
+
this.vs.containerHeight = Math.min(1533915, this.$props.rowHeight * allGroupedTotal);
|
|
876
876
|
} else {
|
|
877
877
|
this.vs.containerHeight = 1533915;
|
|
878
878
|
}
|
|
@@ -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: 1644393645,
|
|
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.0.5-dev.
|
|
3
|
+
"version": "3.0.5-dev.202202090804",
|
|
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.0.5-dev.
|
|
37
|
+
"@progress/kendo-vue-common": "3.0.5-dev.202202090804"
|
|
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.0.5-dev.
|
|
44
|
-
"@progress/kendo-vue-buttons": "3.0.5-dev.
|
|
45
|
-
"@progress/kendo-vue-charts": "3.0.5-dev.
|
|
46
|
-
"@progress/kendo-vue-data-tools": "3.0.5-dev.
|
|
47
|
-
"@progress/kendo-vue-dateinputs": "3.0.5-dev.
|
|
48
|
-
"@progress/kendo-vue-dropdowns": "3.0.5-dev.
|
|
49
|
-
"@progress/kendo-vue-excel-export": "3.0.5-dev.
|
|
50
|
-
"@progress/kendo-vue-inputs": "3.0.5-dev.
|
|
51
|
-
"@progress/kendo-vue-intl": "3.0.5-dev.
|
|
52
|
-
"@progress/kendo-vue-pdf": "3.0.5-dev.
|
|
53
|
-
"@progress/kendo-vue-popup": "3.0.5-dev.
|
|
43
|
+
"@progress/kendo-vue-animation": "3.0.5-dev.202202090804",
|
|
44
|
+
"@progress/kendo-vue-buttons": "3.0.5-dev.202202090804",
|
|
45
|
+
"@progress/kendo-vue-charts": "3.0.5-dev.202202090804",
|
|
46
|
+
"@progress/kendo-vue-data-tools": "3.0.5-dev.202202090804",
|
|
47
|
+
"@progress/kendo-vue-dateinputs": "3.0.5-dev.202202090804",
|
|
48
|
+
"@progress/kendo-vue-dropdowns": "3.0.5-dev.202202090804",
|
|
49
|
+
"@progress/kendo-vue-excel-export": "3.0.5-dev.202202090804",
|
|
50
|
+
"@progress/kendo-vue-inputs": "3.0.5-dev.202202090804",
|
|
51
|
+
"@progress/kendo-vue-intl": "3.0.5-dev.202202090804",
|
|
52
|
+
"@progress/kendo-vue-pdf": "3.0.5-dev.202202090804",
|
|
53
|
+
"@progress/kendo-vue-popup": "3.0.5-dev.202202090804",
|
|
54
54
|
"cldr-core": "^34.0.0",
|
|
55
55
|
"cldr-dates-full": "^34.0.0",
|
|
56
56
|
"cldr-numbers-full": "^34.0.0",
|