@progress/kendo-vue-dialogs 3.8.0 → 3.8.1-dev.202301190855

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,8 +527,7 @@ var WindowVue2 = {
527
527
  attrs: this.v3 ? undefined : {
528
528
  tabindex: 0,
529
529
  role: 'dialog',
530
- "aria-labelledby": this.titleId,
531
- ontouchstart: 'return false'
530
+ "aria-labelledby": this.titleId
532
531
  },
533
532
  onFocus: function onFocus(e) {
534
533
  return e.target.classList.add('k-focus');
@@ -555,8 +554,7 @@ var WindowVue2 = {
555
554
  left: this.computedLeft + 'px',
556
555
  width: this.computedWidth + 'px',
557
556
  height: this.computedHeight + 'px' || ''
558
- }, this.$props.windowStyle),
559
- ontouchstart: 'return false'
557
+ }, this.$props.windowStyle)
560
558
  }, [
561
559
  // @ts-ignore function children
562
560
  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: 1674027887,
8
+ publishDate: 1674117540,
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,8 +527,7 @@ var WindowVue2 = {
527
527
  attrs: this.v3 ? undefined : {
528
528
  tabindex: 0,
529
529
  role: 'dialog',
530
- "aria-labelledby": this.titleId,
531
- ontouchstart: 'return false'
530
+ "aria-labelledby": this.titleId
532
531
  },
533
532
  onFocus: function onFocus(e) {
534
533
  return e.target.classList.add('k-focus');
@@ -555,8 +554,7 @@ var WindowVue2 = {
555
554
  left: this.computedLeft + 'px',
556
555
  width: this.computedWidth + 'px',
557
556
  height: this.computedHeight + 'px' || ''
558
- }, this.$props.windowStyle),
559
- ontouchstart: 'return false'
557
+ }, this.$props.windowStyle)
560
558
  }, [
561
559
  // @ts-ignore function children
562
560
  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: 1674027887,
8
+ publishDate: 1674117540,
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,8 +533,7 @@ var WindowVue2 = {
533
533
  attrs: this.v3 ? undefined : {
534
534
  tabindex: 0,
535
535
  role: 'dialog',
536
- "aria-labelledby": this.titleId,
537
- ontouchstart: 'return false'
536
+ "aria-labelledby": this.titleId
538
537
  },
539
538
  onFocus: function onFocus(e) {
540
539
  return e.target.classList.add('k-focus');
@@ -561,8 +560,7 @@ var WindowVue2 = {
561
560
  left: this.computedLeft + 'px',
562
561
  width: this.computedWidth + 'px',
563
562
  height: this.computedHeight + 'px' || ''
564
- }, this.$props.windowStyle),
565
- ontouchstart: 'return false'
563
+ }, this.$props.windowStyle)
566
564
  }, [
567
565
  // @ts-ignore function children
568
566
  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: 1674027887,
11
+ publishDate: 1674117540,
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.8.0",
4
+ "version": "3.8.1-dev.202301190855",
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.8.0",
48
- "@progress/kendo-vue-common": "3.8.0"
47
+ "@progress/kendo-vue-buttons": "3.8.1-dev.202301190855",
48
+ "@progress/kendo-vue-common": "3.8.1-dev.202301190855"
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.8.0"
53
+ "@progress/kendo-vue-intl": "3.8.1-dev.202301190855"
54
54
  },
55
55
  "author": "Progress",
56
56
  "license": "SEE LICENSE IN LICENSE.md",