@progress/kendo-vue-dialogs 3.7.4-dev.202301161618 → 3.8.0-dev.202301180727

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/Window.js CHANGED
@@ -527,7 +527,8 @@ var WindowVue2 = {
527
527
  attrs: this.v3 ? undefined : {
528
528
  tabindex: 0,
529
529
  role: 'dialog',
530
- "aria-labelledby": this.titleId
530
+ "aria-labelledby": this.titleId,
531
+ ontouchstart: 'return false'
531
532
  },
532
533
  onFocus: function onFocus(e) {
533
534
  return e.target.classList.add('k-focus');
@@ -554,7 +555,8 @@ var WindowVue2 = {
554
555
  left: this.computedLeft + 'px',
555
556
  width: this.computedWidth + 'px',
556
557
  height: this.computedHeight + 'px' || ''
557
- }, this.$props.windowStyle)
558
+ }, this.$props.windowStyle),
559
+ ontouchstart: 'return false'
558
560
  }, [
559
561
  // @ts-ignore function children
560
562
  h(Draggable, {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dialogs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1673884807,
8
+ publishDate: 1674025822,
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
  };
@@ -527,7 +527,8 @@ var WindowVue2 = {
527
527
  attrs: this.v3 ? undefined : {
528
528
  tabindex: 0,
529
529
  role: 'dialog',
530
- "aria-labelledby": this.titleId
530
+ "aria-labelledby": this.titleId,
531
+ ontouchstart: 'return false'
531
532
  },
532
533
  onFocus: function onFocus(e) {
533
534
  return e.target.classList.add('k-focus');
@@ -554,7 +555,8 @@ var WindowVue2 = {
554
555
  left: this.computedLeft + 'px',
555
556
  width: this.computedWidth + 'px',
556
557
  height: this.computedHeight + 'px' || ''
557
- }, this.$props.windowStyle)
558
+ }, this.$props.windowStyle),
559
+ ontouchstart: 'return false'
558
560
  }, [
559
561
  // @ts-ignore function children
560
562
  h(Draggable, {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-dialogs',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1673884807,
8
+ publishDate: 1674025822,
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
  };
@@ -533,7 +533,8 @@ var WindowVue2 = {
533
533
  attrs: this.v3 ? undefined : {
534
534
  tabindex: 0,
535
535
  role: 'dialog',
536
- "aria-labelledby": this.titleId
536
+ "aria-labelledby": this.titleId,
537
+ ontouchstart: 'return false'
537
538
  },
538
539
  onFocus: function onFocus(e) {
539
540
  return e.target.classList.add('k-focus');
@@ -560,7 +561,8 @@ var WindowVue2 = {
560
561
  left: this.computedLeft + 'px',
561
562
  width: this.computedWidth + 'px',
562
563
  height: this.computedHeight + 'px' || ''
563
- }, this.$props.windowStyle)
564
+ }, this.$props.windowStyle),
565
+ ontouchstart: 'return false'
564
566
  }, [
565
567
  // @ts-ignore function children
566
568
  h(kendo_vue_common_1.Draggable, {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-dialogs',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1673884807,
11
+ publishDate: 1674025822,
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-dialogs",
3
3
  "description": "Kendo UI for Vue Dialogs package",
4
- "version": "3.7.4-dev.202301161618",
4
+ "version": "3.8.0-dev.202301180727",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -44,13 +44,13 @@
44
44
  "vue": "^2.6.12 || ^3.0.2"
45
45
  },
46
46
  "dependencies": {
47
- "@progress/kendo-vue-buttons": "3.7.4-dev.202301161618",
48
- "@progress/kendo-vue-common": "3.7.4-dev.202301161618"
47
+ "@progress/kendo-vue-buttons": "3.8.0-dev.202301180727",
48
+ "@progress/kendo-vue-common": "3.8.0-dev.202301180727"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@progress/kendo-licensing": "^1.3.0",
52
52
  "@progress/kendo-svg-icons": "^1.0.0",
53
- "@progress/kendo-vue-intl": "3.7.4-dev.202301161618"
53
+ "@progress/kendo-vue-intl": "3.8.0-dev.202301180727"
54
54
  },
55
55
  "author": "Progress",
56
56
  "license": "SEE LICENSE IN LICENSE.md",