@progress/kendo-vue-treeview 3.8.0 → 3.8.1

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.
@@ -306,11 +306,7 @@ var TreeViewItemVue2 = {
306
306
  "aria-disabled": this.computedDisabled ? true : undefined
307
307
  }, [h("div", {
308
308
  "class": "k-treeview-mid",
309
- ref: 'treemid',
310
- ontouchstart: 'return false',
311
- attrs: this.v3 ? undefined : {
312
- ontouchstart: 'return false'
313
- }
309
+ ref: 'treemid'
314
310
  }, [renderExpandIcon.call(this), renderCheckbox.call(this), this.$props.draggable ?
315
311
  // @ts-ignore function children
316
312
  h(Draggable, {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treeview',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1674028776,
8
+ publishDate: 1674122097,
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
  };
@@ -306,11 +306,7 @@ var TreeViewItemVue2 = {
306
306
  "aria-disabled": this.computedDisabled ? true : undefined
307
307
  }, [h("div", {
308
308
  "class": "k-treeview-mid",
309
- ref: 'treemid',
310
- ontouchstart: 'return false',
311
- attrs: this.v3 ? undefined : {
312
- ontouchstart: 'return false'
313
- }
309
+ ref: 'treemid'
314
310
  }, [renderExpandIcon.call(this), renderCheckbox.call(this), this.$props.draggable ?
315
311
  // @ts-ignore function children
316
312
  h(Draggable, {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-treeview',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1674028776,
8
+ publishDate: 1674122097,
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
  };
@@ -312,11 +312,7 @@ var TreeViewItemVue2 = {
312
312
  "aria-disabled": this.computedDisabled ? true : undefined
313
313
  }, [h("div", {
314
314
  "class": "k-treeview-mid",
315
- ref: 'treemid',
316
- ontouchstart: 'return false',
317
- attrs: this.v3 ? undefined : {
318
- ontouchstart: 'return false'
319
- }
315
+ ref: 'treemid'
320
316
  }, [renderExpandIcon.call(this), renderCheckbox.call(this), this.$props.draggable ?
321
317
  // @ts-ignore function children
322
318
  h(kendo_vue_common_1.Draggable, {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-treeview',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1674028776,
11
+ publishDate: 1674122097,
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-treeview",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Kendo Ui for Vue TreeView package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,19 +37,19 @@
37
37
  "peerDependencies": {
38
38
  "@progress/kendo-licensing": "^1.3.0",
39
39
  "@progress/kendo-svg-icons": "^1.0.0",
40
- "@progress/kendo-vue-animation": "^3.6.0",
40
+ "@progress/kendo-vue-animation": "^3.8.0",
41
41
  "vue": "^2.6.12 || ^3.0.2"
42
42
  },
43
43
  "dependencies": {
44
- "@progress/kendo-vue-common": "3.8.0"
44
+ "@progress/kendo-vue-common": "3.8.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@progress/kendo-licensing": "^1.3.0",
48
48
  "@progress/kendo-svg-icons": "^1.0.0",
49
- "@progress/kendo-vue-animation": "3.8.0",
50
- "@progress/kendo-vue-dropdowns": "3.8.0",
51
- "@progress/kendo-vue-inputs": "3.8.0",
52
- "@progress/kendo-vue-intl": "3.8.0"
49
+ "@progress/kendo-vue-animation": "3.8.1",
50
+ "@progress/kendo-vue-dropdowns": "3.8.1",
51
+ "@progress/kendo-vue-inputs": "3.8.1",
52
+ "@progress/kendo-vue-intl": "3.8.1"
53
53
  },
54
54
  "@progress": {
55
55
  "friendlyName": "TreeView",