@progress/kendo-vue-grid 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.
@@ -101,14 +101,24 @@ var GroupPanelVue2 = {
101
101
  attrs: this.v3 ? undefined : {
102
102
  role: 'toolbar',
103
103
  "aria-label": groupHeaderAriaLabelValue,
104
- "aria-controls": ariaControls
104
+ "aria-controls": ariaControls,
105
+ ontouchstart: 'return false'
105
106
  },
106
107
  "aria-label": groupHeaderAriaLabelValue,
107
- "aria-controls": ariaControls
108
+ "aria-controls": ariaControls,
109
+ ontouchstart: 'return false'
108
110
  }, [!!groups.length && h("div", {
109
- "class": "k-chip-list k-chip-list-md"
111
+ "class": "k-chip-list k-chip-list-md",
112
+ ontouchstart: 'return false',
113
+ attrs: this.v3 ? undefined : {
114
+ ontouchstart: 'return false'
115
+ }
110
116
  }, [groups]), h("div", {
111
- "class": "k-grouping-drop-container"
117
+ "class": "k-grouping-drop-container",
118
+ ontouchstart: 'return false',
119
+ attrs: this.v3 ? undefined : {
120
+ ontouchstart: 'return false'
121
+ }
112
122
  }, [!groups.length && provideLocalizationService(this).toLanguageString(messageKey, messages[messageKey])])]);
113
123
  }
114
124
  };
@@ -270,7 +270,8 @@ var HeaderRowVue2 = {
270
270
  colSpan: column.colSpan,
271
271
  rowSpan: column.rowSpan,
272
272
  columnId: column.id,
273
- navigatable: column.navigatable
273
+ navigatable: column.navigatable,
274
+ ontouchstart: 'return false'
274
275
  },
275
276
  ariaLabel: sortable ? ariaAttrs.ariaLabel : undefined,
276
277
  role: ariaAttrs.role,
@@ -291,7 +292,8 @@ var HeaderRowVue2 = {
291
292
  "keydown": function onKeydown(e) {
292
293
  return _this.cellKeyDown(e, column);
293
294
  }
294
- }
295
+ },
296
+ ontouchstart: 'return false'
295
297
  }, this.v3 ? function () {
296
298
  return [[
297
299
  // @ts-ignore
@@ -510,10 +512,12 @@ var HeaderRowVue2 = {
510
512
  role: "rowgroup",
511
513
  attrs: this.v3 ? undefined : {
512
514
  role: "rowgroup",
513
- "data-keyboardnavheader": true
515
+ "data-keyboardnavheader": true,
516
+ ontouchstart: 'return false'
514
517
  },
515
518
  "class": this.theadClasses,
516
- "data-keyboardnavheader": true
519
+ "data-keyboardnavheader": true,
520
+ ontouchstart: 'return false'
517
521
  }, [this.$props.columnsMap.map(function (rowIndexes, index) {
518
522
  var _this3 = this;
519
523
  return (this.$props.groupable || this.$props.reorderable) &&
@@ -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: 1673885348,
8
+ publishDate: 1673957213,
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
  };
@@ -101,14 +101,24 @@ var GroupPanelVue2 = {
101
101
  attrs: this.v3 ? undefined : {
102
102
  role: 'toolbar',
103
103
  "aria-label": groupHeaderAriaLabelValue,
104
- "aria-controls": ariaControls
104
+ "aria-controls": ariaControls,
105
+ ontouchstart: 'return false'
105
106
  },
106
107
  "aria-label": groupHeaderAriaLabelValue,
107
- "aria-controls": ariaControls
108
+ "aria-controls": ariaControls,
109
+ ontouchstart: 'return false'
108
110
  }, [!!groups.length && h("div", {
109
- "class": "k-chip-list k-chip-list-md"
111
+ "class": "k-chip-list k-chip-list-md",
112
+ ontouchstart: 'return false',
113
+ attrs: this.v3 ? undefined : {
114
+ ontouchstart: 'return false'
115
+ }
110
116
  }, [groups]), h("div", {
111
- "class": "k-grouping-drop-container"
117
+ "class": "k-grouping-drop-container",
118
+ ontouchstart: 'return false',
119
+ attrs: this.v3 ? undefined : {
120
+ ontouchstart: 'return false'
121
+ }
112
122
  }, [!groups.length && provideLocalizationService(this).toLanguageString(messageKey, messages[messageKey])])]);
113
123
  }
114
124
  };
@@ -270,7 +270,8 @@ var HeaderRowVue2 = {
270
270
  colSpan: column.colSpan,
271
271
  rowSpan: column.rowSpan,
272
272
  columnId: column.id,
273
- navigatable: column.navigatable
273
+ navigatable: column.navigatable,
274
+ ontouchstart: 'return false'
274
275
  },
275
276
  ariaLabel: sortable ? ariaAttrs.ariaLabel : undefined,
276
277
  role: ariaAttrs.role,
@@ -291,7 +292,8 @@ var HeaderRowVue2 = {
291
292
  "keydown": function onKeydown(e) {
292
293
  return _this.cellKeyDown(e, column);
293
294
  }
294
- }
295
+ },
296
+ ontouchstart: 'return false'
295
297
  }, this.v3 ? function () {
296
298
  return [[
297
299
  // @ts-ignore
@@ -510,10 +512,12 @@ var HeaderRowVue2 = {
510
512
  role: "rowgroup",
511
513
  attrs: this.v3 ? undefined : {
512
514
  role: "rowgroup",
513
- "data-keyboardnavheader": true
515
+ "data-keyboardnavheader": true,
516
+ ontouchstart: 'return false'
514
517
  },
515
518
  "class": this.theadClasses,
516
- "data-keyboardnavheader": true
519
+ "data-keyboardnavheader": true,
520
+ ontouchstart: 'return false'
517
521
  }, [this.$props.columnsMap.map(function (rowIndexes, index) {
518
522
  var _this3 = this;
519
523
  return (this.$props.groupable || this.$props.reorderable) &&
@@ -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: 1673885348,
8
+ publishDate: 1673957213,
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
  };
@@ -107,14 +107,24 @@ var GroupPanelVue2 = {
107
107
  attrs: this.v3 ? undefined : {
108
108
  role: 'toolbar',
109
109
  "aria-label": groupHeaderAriaLabelValue,
110
- "aria-controls": ariaControls
110
+ "aria-controls": ariaControls,
111
+ ontouchstart: 'return false'
111
112
  },
112
113
  "aria-label": groupHeaderAriaLabelValue,
113
- "aria-controls": ariaControls
114
+ "aria-controls": ariaControls,
115
+ ontouchstart: 'return false'
114
116
  }, [!!groups.length && h("div", {
115
- "class": "k-chip-list k-chip-list-md"
117
+ "class": "k-chip-list k-chip-list-md",
118
+ ontouchstart: 'return false',
119
+ attrs: this.v3 ? undefined : {
120
+ ontouchstart: 'return false'
121
+ }
116
122
  }, [groups]), h("div", {
117
- "class": "k-grouping-drop-container"
123
+ "class": "k-grouping-drop-container",
124
+ ontouchstart: 'return false',
125
+ attrs: this.v3 ? undefined : {
126
+ ontouchstart: 'return false'
127
+ }
118
128
  }, [!groups.length && (0, kendo_vue_intl_1.provideLocalizationService)(this).toLanguageString(main_1.groupPanelEmpty, main_1.messages[main_1.groupPanelEmpty])])]);
119
129
  }
120
130
  };
@@ -276,7 +276,8 @@ var HeaderRowVue2 = {
276
276
  colSpan: column.colSpan,
277
277
  rowSpan: column.rowSpan,
278
278
  columnId: column.id,
279
- navigatable: column.navigatable
279
+ navigatable: column.navigatable,
280
+ ontouchstart: 'return false'
280
281
  },
281
282
  ariaLabel: sortable ? ariaAttrs.ariaLabel : undefined,
282
283
  role: ariaAttrs.role,
@@ -297,7 +298,8 @@ var HeaderRowVue2 = {
297
298
  "keydown": function onKeydown(e) {
298
299
  return _this.cellKeyDown(e, column);
299
300
  }
300
- }
301
+ },
302
+ ontouchstart: 'return false'
301
303
  }, this.v3 ? function () {
302
304
  return [[
303
305
  // @ts-ignore
@@ -516,10 +518,12 @@ var HeaderRowVue2 = {
516
518
  role: "rowgroup",
517
519
  attrs: this.v3 ? undefined : {
518
520
  role: "rowgroup",
519
- "data-keyboardnavheader": true
521
+ "data-keyboardnavheader": true,
522
+ ontouchstart: 'return false'
520
523
  },
521
524
  "class": this.theadClasses,
522
- "data-keyboardnavheader": true
525
+ "data-keyboardnavheader": true,
526
+ ontouchstart: 'return false'
523
527
  }, [this.$props.columnsMap.map(function (rowIndexes, index) {
524
528
  var _this3 = this;
525
529
  return (this.$props.groupable || this.$props.reorderable) &&
@@ -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: 1673885348,
11
+ publishDate: 1673957213,
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.7.4-dev.202301161618",
3
+ "version": "3.7.4-dev.202301171215",
4
4
  "description": "Kendo UI for Vue Grid package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,25 +42,25 @@
42
42
  "vue": "^2.6.12 || ^3.0.2"
43
43
  },
44
44
  "dependencies": {
45
- "@progress/kendo-vue-common": "3.7.4-dev.202301161618"
45
+ "@progress/kendo-vue-common": "3.7.4-dev.202301171215"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@progress/kendo-data-query": "^1.5.4",
49
49
  "@progress/kendo-drawing": "^1.9.3",
50
50
  "@progress/kendo-licensing": "^1.3.0",
51
51
  "@progress/kendo-svg-icons": "^1.0.0",
52
- "@progress/kendo-vue-animation": "3.7.4-dev.202301161618",
53
- "@progress/kendo-vue-buttons": "3.7.4-dev.202301161618",
54
- "@progress/kendo-vue-charts": "3.7.4-dev.202301161618",
55
- "@progress/kendo-vue-data-tools": "3.7.4-dev.202301161618",
56
- "@progress/kendo-vue-dateinputs": "3.7.4-dev.202301161618",
57
- "@progress/kendo-vue-dropdowns": "3.7.4-dev.202301161618",
58
- "@progress/kendo-vue-excel-export": "3.7.4-dev.202301161618",
59
- "@progress/kendo-vue-indicators": "3.7.4-dev.202301161618",
60
- "@progress/kendo-vue-inputs": "3.7.4-dev.202301161618",
61
- "@progress/kendo-vue-intl": "3.7.4-dev.202301161618",
62
- "@progress/kendo-vue-pdf": "3.7.4-dev.202301161618",
63
- "@progress/kendo-vue-popup": "3.7.4-dev.202301161618",
52
+ "@progress/kendo-vue-animation": "3.7.4-dev.202301171215",
53
+ "@progress/kendo-vue-buttons": "3.7.4-dev.202301171215",
54
+ "@progress/kendo-vue-charts": "3.7.4-dev.202301171215",
55
+ "@progress/kendo-vue-data-tools": "3.7.4-dev.202301171215",
56
+ "@progress/kendo-vue-dateinputs": "3.7.4-dev.202301171215",
57
+ "@progress/kendo-vue-dropdowns": "3.7.4-dev.202301171215",
58
+ "@progress/kendo-vue-excel-export": "3.7.4-dev.202301171215",
59
+ "@progress/kendo-vue-indicators": "3.7.4-dev.202301171215",
60
+ "@progress/kendo-vue-inputs": "3.7.4-dev.202301171215",
61
+ "@progress/kendo-vue-intl": "3.7.4-dev.202301171215",
62
+ "@progress/kendo-vue-pdf": "3.7.4-dev.202301171215",
63
+ "@progress/kendo-vue-popup": "3.7.4-dev.202301171215",
64
64
  "cldr-core": "^41.0.0",
65
65
  "cldr-dates-full": "^41.0.0",
66
66
  "cldr-numbers-full": "^41.0.0",