@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 allGroupedItems = this.totalGroupedRows(applyExpandedState(this.$props.allGroupedItems, this.computedCollapsed, this.$props.uniqueField).data);
839
- this.vs.containerHeight = Math.min(1533915, this.$props.rowHeight * allGroupedItems);
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
  }
@@ -47,6 +47,12 @@ var VirtualScroll = /** @class */ (function () {
47
47
  accumulate = 0;
48
48
  }
49
49
  }
50
+ if (allRows.length && !result.length) {
51
+ result.push({
52
+ line: allRows[0].scrollHeight,
53
+ acc: accumulate
54
+ });
55
+ }
50
56
  return result;
51
57
  },
52
58
  enumerable: false,
@@ -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: 1644325857,
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 allGroupedItems = this.totalGroupedRows(index_1.applyExpandedState(this.$props.allGroupedItems, this.computedCollapsed, this.$props.uniqueField).data);
875
- this.vs.containerHeight = Math.min(1533915, this.$props.rowHeight * allGroupedItems);
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
  }
@@ -50,6 +50,12 @@ var VirtualScroll = /** @class */ (function () {
50
50
  accumulate = 0;
51
51
  }
52
52
  }
53
+ if (allRows.length && !result.length) {
54
+ result.push({
55
+ line: allRows[0].scrollHeight,
56
+ acc: accumulate
57
+ });
58
+ }
53
59
  return result;
54
60
  },
55
61
  enumerable: false,
@@ -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: 1644325857,
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.202202081314",
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.202202081314"
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.202202081314",
44
- "@progress/kendo-vue-buttons": "3.0.5-dev.202202081314",
45
- "@progress/kendo-vue-charts": "3.0.5-dev.202202081314",
46
- "@progress/kendo-vue-data-tools": "3.0.5-dev.202202081314",
47
- "@progress/kendo-vue-dateinputs": "3.0.5-dev.202202081314",
48
- "@progress/kendo-vue-dropdowns": "3.0.5-dev.202202081314",
49
- "@progress/kendo-vue-excel-export": "3.0.5-dev.202202081314",
50
- "@progress/kendo-vue-inputs": "3.0.5-dev.202202081314",
51
- "@progress/kendo-vue-intl": "3.0.5-dev.202202081314",
52
- "@progress/kendo-vue-pdf": "3.0.5-dev.202202081314",
53
- "@progress/kendo-vue-popup": "3.0.5-dev.202202081314",
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",