@progress/kendo-vue-grid 2.7.0 → 2.7.1-dev.202112201049

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
@@ -1,4 +1,4 @@
1
- function _typeof3(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof3 = function _typeof(obj) { return typeof obj; }; } else { _typeof3 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof3(obj); }
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
2
 
3
3
  var __assign = this && this.__assign || function () {
4
4
  __assign = Object.assign || function (t) {
@@ -157,7 +157,7 @@ var Grid = {
157
157
  validatePackage(packageMetadata);
158
158
  this.initialHeight = null;
159
159
  this._columns = [];
160
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
160
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
161
161
  this.vs = new VirtualScroll(groupable || this.$props.rowHeight === undefined || this.$props.rowHeight === 0);
162
162
  this.dragLogic = new CommonDragLogic(this.columnReorder.bind(this), this.groupReorder.bind(this), this.columnToGroup.bind(this));
163
163
  this.columnResize = new ColumnResize(this.onResize.bind(this));
@@ -287,14 +287,14 @@ var Grid = {
287
287
  }
288
288
  },
289
289
  onTotalChanged: function onTotalChanged(_value, _oldValue) {
290
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
290
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
291
291
  this.vs.reset();
292
292
  this.vs = new VirtualScroll(groupable || this.$props.rowHeight === undefined || this.$props.rowHeight === 0);
293
293
  this.resetVirtual();
294
294
  this.setRefs();
295
295
  },
296
296
  onRowHeightChanged: function onRowHeightChanged(_value, _oldValue) {
297
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
297
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
298
298
  this.vs.reset();
299
299
  this.vs = new VirtualScroll(groupable || this.$props.rowHeight === undefined || this.$props.rowHeight === 0);
300
300
  this.resetVirtual();
@@ -742,7 +742,7 @@ var Grid = {
742
742
  total = total || this.$props.dataItems.total;
743
743
  }
744
744
 
745
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
745
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
746
746
  this.columnResize.resizable = this.$props.resizable || false;
747
747
  this.dragLogic.reorderable = this.$props.reorderable || false;
748
748
  this.dragLogic.groupable = groupable;
@@ -756,7 +756,7 @@ var Grid = {
756
756
  }
757
757
 
758
758
  var children = defaultSlot || [];
759
- var groupingFooter = _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.footer || 'none';
759
+ var groupingFooter = _typeof(this.$props.groupable) === 'object' && this.$props.groupable.footer || 'none';
760
760
  this.currentData = [];
761
761
  var resolvedGroupsCount = flatData(this.currentData, gridData, groupingFooter, {
762
762
  index: this.$props.skip || 0
@@ -1102,7 +1102,7 @@ var Grid = {
1102
1102
  var leftWidth = 0;
1103
1103
  var vnodeDataStyle = this.v3 ? this.$attrs.style : this.$vnode && this.$vnode.data ? this.$vnode.data.style : null;
1104
1104
  var widthProp = 'width';
1105
- var elementInlineStyleWidth = vnodeDataStyle && (typeof vnodeDataStyle === "undefined" ? "undefined" : _typeof3(vnodeDataStyle)) === 'object' ? vnodeDataStyle[widthProp] || '' : '';
1105
+ var elementInlineStyleWidth = vnodeDataStyle && (typeof vnodeDataStyle === "undefined" ? "undefined" : _typeof(vnodeDataStyle)) === 'object' ? vnodeDataStyle[widthProp] || '' : '';
1106
1106
  var tableWidth = parseFloat(elementInlineStyleWidth.toString());
1107
1107
  var scrollLeft = this.vs && this.vs.container && this.vs.container.scrollLeft || 0;
1108
1108
 
@@ -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: 1638944876,
8
+ publishDate: 1639997034,
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
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- function _typeof3(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof3 = function _typeof(obj) { return typeof obj; }; } else { _typeof3 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof3(obj); }
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
4
 
5
5
  var __assign = undefined && undefined.__assign || function () {
6
6
  __assign = Object.assign || function (t) {
@@ -193,7 +193,7 @@ var Grid = {
193
193
  kendo_vue_common_1.validatePackage(package_metadata_1.packageMetadata);
194
194
  this.initialHeight = null;
195
195
  this._columns = [];
196
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
196
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
197
197
  this.vs = new VirtualScroll_1.VirtualScroll(groupable || this.$props.rowHeight === undefined || this.$props.rowHeight === 0);
198
198
  this.dragLogic = new CommonDragLogic_1.CommonDragLogic(this.columnReorder.bind(this), this.groupReorder.bind(this), this.columnToGroup.bind(this));
199
199
  this.columnResize = new ColumnResize_1.ColumnResize(this.onResize.bind(this));
@@ -323,14 +323,14 @@ var Grid = {
323
323
  }
324
324
  },
325
325
  onTotalChanged: function onTotalChanged(_value, _oldValue) {
326
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
326
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
327
327
  this.vs.reset();
328
328
  this.vs = new VirtualScroll_1.VirtualScroll(groupable || this.$props.rowHeight === undefined || this.$props.rowHeight === 0);
329
329
  this.resetVirtual();
330
330
  this.setRefs();
331
331
  },
332
332
  onRowHeightChanged: function onRowHeightChanged(_value, _oldValue) {
333
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
333
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
334
334
  this.vs.reset();
335
335
  this.vs = new VirtualScroll_1.VirtualScroll(groupable || this.$props.rowHeight === undefined || this.$props.rowHeight === 0);
336
336
  this.resetVirtual();
@@ -778,7 +778,7 @@ var Grid = {
778
778
  total = total || this.$props.dataItems.total;
779
779
  }
780
780
 
781
- var groupable = this.$props.groupable === true || _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
781
+ var groupable = this.$props.groupable === true || _typeof(this.$props.groupable) === 'object' && this.$props.groupable.enabled !== false;
782
782
  this.columnResize.resizable = this.$props.resizable || false;
783
783
  this.dragLogic.reorderable = this.$props.reorderable || false;
784
784
  this.dragLogic.groupable = groupable;
@@ -792,7 +792,7 @@ var Grid = {
792
792
  }
793
793
 
794
794
  var children = defaultSlot || [];
795
- var groupingFooter = _typeof3(this.$props.groupable) === 'object' && this.$props.groupable.footer || 'none';
795
+ var groupingFooter = _typeof(this.$props.groupable) === 'object' && this.$props.groupable.footer || 'none';
796
796
  this.currentData = [];
797
797
  var resolvedGroupsCount = index_1.flatData(this.currentData, gridData, groupingFooter, {
798
798
  index: this.$props.skip || 0
@@ -1138,7 +1138,7 @@ var Grid = {
1138
1138
  var leftWidth = 0;
1139
1139
  var vnodeDataStyle = this.v3 ? this.$attrs.style : this.$vnode && this.$vnode.data ? this.$vnode.data.style : null;
1140
1140
  var widthProp = 'width';
1141
- var elementInlineStyleWidth = vnodeDataStyle && (typeof vnodeDataStyle === "undefined" ? "undefined" : _typeof3(vnodeDataStyle)) === 'object' ? vnodeDataStyle[widthProp] || '' : '';
1141
+ var elementInlineStyleWidth = vnodeDataStyle && (typeof vnodeDataStyle === "undefined" ? "undefined" : _typeof(vnodeDataStyle)) === 'object' ? vnodeDataStyle[widthProp] || '' : '';
1142
1142
  var tableWidth = parseFloat(elementInlineStyleWidth.toString());
1143
1143
  var scrollLeft = this.vs && this.vs.container && this.vs.container.scrollLeft || 0;
1144
1144
 
@@ -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: 1638944876,
11
+ publishDate: 1639997034,
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": "2.7.0",
3
+ "version": "2.7.1-dev.202112201049",
4
4
  "description": "Kendo UI for Vue Grid package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,22 +35,22 @@
35
35
  "vue": "^2.6.12 || ^3.0.2"
36
36
  },
37
37
  "dependencies": {
38
- "@progress/kendo-vue-common": "2.7.0"
38
+ "@progress/kendo-vue-common": "2.7.1-dev.202112201049"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@progress/kendo-data-query": "^1.5.4",
42
42
  "@progress/kendo-drawing": "^1.9.3",
43
43
  "@progress/kendo-licensing": "^1.1.0",
44
- "@progress/kendo-vue-animation": "2.7.0",
45
- "@progress/kendo-vue-charts": "2.7.0",
46
- "@progress/kendo-vue-data-tools": "2.7.0",
47
- "@progress/kendo-vue-dateinputs": "2.7.0",
48
- "@progress/kendo-vue-dropdowns": "2.7.0",
49
- "@progress/kendo-vue-excel-export": "2.7.0",
50
- "@progress/kendo-vue-inputs": "2.7.0",
51
- "@progress/kendo-vue-intl": "2.7.0",
52
- "@progress/kendo-vue-pdf": "2.7.0",
53
- "@progress/kendo-vue-popup": "2.7.0",
44
+ "@progress/kendo-vue-animation": "2.7.1-dev.202112201049",
45
+ "@progress/kendo-vue-charts": "2.7.1-dev.202112201049",
46
+ "@progress/kendo-vue-data-tools": "2.7.1-dev.202112201049",
47
+ "@progress/kendo-vue-dateinputs": "2.7.1-dev.202112201049",
48
+ "@progress/kendo-vue-dropdowns": "2.7.1-dev.202112201049",
49
+ "@progress/kendo-vue-excel-export": "2.7.1-dev.202112201049",
50
+ "@progress/kendo-vue-inputs": "2.7.1-dev.202112201049",
51
+ "@progress/kendo-vue-intl": "2.7.1-dev.202112201049",
52
+ "@progress/kendo-vue-pdf": "2.7.1-dev.202112201049",
53
+ "@progress/kendo-vue-popup": "2.7.1-dev.202112201049",
54
54
  "cldr-core": "^34.0.0",
55
55
  "cldr-dates-full": "^34.0.0",
56
56
  "cldr-numbers-full": "^34.0.0",