@progress/kendo-vue-dialogs 3.11.0-dev.202305230751 → 3.11.0-dev.202306051432

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
@@ -177,6 +177,11 @@ var WindowVue2 = {
177
177
  }
178
178
  },
179
179
  computed: {
180
+ wrapperClass: function wrapperClass() {
181
+ return {
182
+ 'k-dialog-wrapper': this.$props.modal
183
+ };
184
+ },
180
185
  windowElementClass: function windowElementClass() {
181
186
  var _a;
182
187
  var _b = this.$props,
@@ -514,7 +519,7 @@ var WindowVue2 = {
514
519
  content.splice(actionBarIndex, 1);
515
520
  }
516
521
  var windowElement = h("div", {
517
- "class": 'k-dialog-wrapper',
522
+ "class": this.wrapperClass,
518
523
  ref: 'wrapper'
519
524
  }, [this.$props.modal && h("div", {
520
525
  "class": "k-overlay",
@@ -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: 1684827577,
8
+ publishDate: 1685974527,
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
  };
@@ -177,6 +177,11 @@ var WindowVue2 = {
177
177
  }
178
178
  },
179
179
  computed: {
180
+ wrapperClass: function wrapperClass() {
181
+ return {
182
+ 'k-dialog-wrapper': this.$props.modal
183
+ };
184
+ },
180
185
  windowElementClass: function windowElementClass() {
181
186
  var _a;
182
187
  var _b = this.$props,
@@ -514,7 +519,7 @@ var WindowVue2 = {
514
519
  content.splice(actionBarIndex, 1);
515
520
  }
516
521
  var windowElement = h("div", {
517
- "class": 'k-dialog-wrapper',
522
+ "class": this.wrapperClass,
518
523
  ref: 'wrapper'
519
524
  }, [this.$props.modal && h("div", {
520
525
  "class": "k-overlay",
@@ -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: 1684827577,
8
+ publishDate: 1685974527,
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
  };
@@ -183,6 +183,11 @@ var WindowVue2 = {
183
183
  }
184
184
  },
185
185
  computed: {
186
+ wrapperClass: function wrapperClass() {
187
+ return {
188
+ 'k-dialog-wrapper': this.$props.modal
189
+ };
190
+ },
186
191
  windowElementClass: function windowElementClass() {
187
192
  var _a;
188
193
  var _b = this.$props,
@@ -520,7 +525,7 @@ var WindowVue2 = {
520
525
  content.splice(actionBarIndex, 1);
521
526
  }
522
527
  var windowElement = h("div", {
523
- "class": 'k-dialog-wrapper',
528
+ "class": this.wrapperClass,
524
529
  ref: 'wrapper'
525
530
  }, [this.$props.modal && h("div", {
526
531
  "class": "k-overlay",
@@ -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: 1684827577,
11
+ publishDate: 1685974527,
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.11.0-dev.202305230751",
4
+ "version": "3.11.0-dev.202306051432",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -45,13 +45,13 @@
45
45
  "vue": "^2.6.12 || ^3.0.2"
46
46
  },
47
47
  "dependencies": {
48
- "@progress/kendo-vue-buttons": "3.11.0-dev.202305230751",
49
- "@progress/kendo-vue-common": "3.11.0-dev.202305230751"
48
+ "@progress/kendo-vue-buttons": "3.11.0-dev.202306051432",
49
+ "@progress/kendo-vue-common": "3.11.0-dev.202306051432"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@progress/kendo-licensing": "^1.3.0",
53
53
  "@progress/kendo-svg-icons": "^1.0.0",
54
- "@progress/kendo-vue-intl": "3.11.0-dev.202305230751"
54
+ "@progress/kendo-vue-intl": "3.11.0-dev.202306051432"
55
55
  },
56
56
  "author": "Progress",
57
57
  "license": "SEE LICENSE IN LICENSE.md",