@progress/kendo-vue-data-tools 3.7.4-dev.202301161618 → 3.7.4-dev.202301171215

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.
@@ -249,7 +249,8 @@ var HeaderRowVue2 = {
249
249
  colSpan: column.colSpan,
250
250
  rowSpan: column.rowSpan,
251
251
  columnId: column.id,
252
- navigatable: column.navigatable
252
+ navigatable: column.navigatable,
253
+ ontouchstart: 'return false'
253
254
  },
254
255
  role: ariaAttrs.role,
255
256
  ariaColumnIndex: ariaAttrs.ariaColumnIndex,
@@ -268,7 +269,8 @@ var HeaderRowVue2 = {
268
269
  "keydown": function onKeydown(e) {
269
270
  return _this.cellKeyDown(e, column);
270
271
  }
271
- }
272
+ },
273
+ ontouchstart: 'return false'
272
274
  }, this.v3 ? function () {
273
275
  return [[
274
276
  // @ts-ignore
@@ -545,10 +547,12 @@ var HeaderRowVue2 = {
545
547
  role: "presentation",
546
548
  attrs: this.v3 ? undefined : {
547
549
  role: "presentation",
548
- "data-keyboardnavheader": true
550
+ "data-keyboardnavheader": true,
551
+ ontouchstart: 'return false'
549
552
  },
550
553
  "class": this.theadClasses,
551
- "data-keyboardnavheader": true
554
+ "data-keyboardnavheader": true,
555
+ ontouchstart: 'return false'
552
556
  }, [this.$props.columnsMap.map(function (rowIndexes, index) {
553
557
  var _this3 = this;
554
558
  return (this.$props.groupable || this.$props.reorderable) &&
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-data-tools',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1673885263,
8
+ publishDate: 1673957126,
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
  };
@@ -249,7 +249,8 @@ var HeaderRowVue2 = {
249
249
  colSpan: column.colSpan,
250
250
  rowSpan: column.rowSpan,
251
251
  columnId: column.id,
252
- navigatable: column.navigatable
252
+ navigatable: column.navigatable,
253
+ ontouchstart: 'return false'
253
254
  },
254
255
  role: ariaAttrs.role,
255
256
  ariaColumnIndex: ariaAttrs.ariaColumnIndex,
@@ -268,7 +269,8 @@ var HeaderRowVue2 = {
268
269
  "keydown": function onKeydown(e) {
269
270
  return _this.cellKeyDown(e, column);
270
271
  }
271
- }
272
+ },
273
+ ontouchstart: 'return false'
272
274
  }, this.v3 ? function () {
273
275
  return [[
274
276
  // @ts-ignore
@@ -545,10 +547,12 @@ var HeaderRowVue2 = {
545
547
  role: "presentation",
546
548
  attrs: this.v3 ? undefined : {
547
549
  role: "presentation",
548
- "data-keyboardnavheader": true
550
+ "data-keyboardnavheader": true,
551
+ ontouchstart: 'return false'
549
552
  },
550
553
  "class": this.theadClasses,
551
- "data-keyboardnavheader": true
554
+ "data-keyboardnavheader": true,
555
+ ontouchstart: 'return false'
552
556
  }, [this.$props.columnsMap.map(function (rowIndexes, index) {
553
557
  var _this3 = this;
554
558
  return (this.$props.groupable || this.$props.reorderable) &&
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-data-tools',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1673885263,
8
+ publishDate: 1673957126,
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
  };
@@ -255,7 +255,8 @@ var HeaderRowVue2 = {
255
255
  colSpan: column.colSpan,
256
256
  rowSpan: column.rowSpan,
257
257
  columnId: column.id,
258
- navigatable: column.navigatable
258
+ navigatable: column.navigatable,
259
+ ontouchstart: 'return false'
259
260
  },
260
261
  role: ariaAttrs.role,
261
262
  ariaColumnIndex: ariaAttrs.ariaColumnIndex,
@@ -274,7 +275,8 @@ var HeaderRowVue2 = {
274
275
  "keydown": function onKeydown(e) {
275
276
  return _this.cellKeyDown(e, column);
276
277
  }
277
- }
278
+ },
279
+ ontouchstart: 'return false'
278
280
  }, this.v3 ? function () {
279
281
  return [[
280
282
  // @ts-ignore
@@ -551,10 +553,12 @@ var HeaderRowVue2 = {
551
553
  role: "presentation",
552
554
  attrs: this.v3 ? undefined : {
553
555
  role: "presentation",
554
- "data-keyboardnavheader": true
556
+ "data-keyboardnavheader": true,
557
+ ontouchstart: 'return false'
555
558
  },
556
559
  "class": this.theadClasses,
557
- "data-keyboardnavheader": true
560
+ "data-keyboardnavheader": true,
561
+ ontouchstart: 'return false'
558
562
  }, [this.$props.columnsMap.map(function (rowIndexes, index) {
559
563
  var _this3 = this;
560
564
  return (this.$props.groupable || this.$props.reorderable) &&
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-data-tools',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1673885263,
11
+ publishDate: 1673957126,
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-data-tools",
3
3
  "description": "Kendo UI for Vue Data Tools package",
4
- "version": "3.7.4-dev.202301161618",
4
+ "version": "3.7.4-dev.202301171215",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -45,7 +45,7 @@
45
45
  "vue": "^2.6.12 || ^3.0.2"
46
46
  },
47
47
  "dependencies": {
48
- "@progress/kendo-vue-common": "3.7.4-dev.202301161618"
48
+ "@progress/kendo-vue-common": "3.7.4-dev.202301171215"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@progress/kendo-data-query": "^1.0.0",
@@ -53,14 +53,14 @@
53
53
  "@progress/kendo-drawing": "^1.8.0",
54
54
  "@progress/kendo-licensing": "^1.3.0",
55
55
  "@progress/kendo-svg-icons": "^1.0.0",
56
- "@progress/kendo-vue-animation": "3.7.4-dev.202301161618",
57
- "@progress/kendo-vue-buttons": "3.7.4-dev.202301161618",
58
- "@progress/kendo-vue-dateinputs": "3.7.4-dev.202301161618",
59
- "@progress/kendo-vue-dropdowns": "3.7.4-dev.202301161618",
60
- "@progress/kendo-vue-grid": "3.7.4-dev.202301161618",
61
- "@progress/kendo-vue-inputs": "3.7.4-dev.202301161618",
62
- "@progress/kendo-vue-intl": "3.7.4-dev.202301161618",
63
- "@progress/kendo-vue-popup": "3.7.4-dev.202301161618"
56
+ "@progress/kendo-vue-animation": "3.7.4-dev.202301171215",
57
+ "@progress/kendo-vue-buttons": "3.7.4-dev.202301171215",
58
+ "@progress/kendo-vue-dateinputs": "3.7.4-dev.202301171215",
59
+ "@progress/kendo-vue-dropdowns": "3.7.4-dev.202301171215",
60
+ "@progress/kendo-vue-grid": "3.7.4-dev.202301171215",
61
+ "@progress/kendo-vue-inputs": "3.7.4-dev.202301171215",
62
+ "@progress/kendo-vue-intl": "3.7.4-dev.202301171215",
63
+ "@progress/kendo-vue-popup": "3.7.4-dev.202301171215"
64
64
  },
65
65
  "@progress": {
66
66
  "friendlyName": "Data Tools",