@progress/kendo-vue-dialogs 3.7.4-dev.202301120847 → 3.7.4-dev.202301151601

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.
@@ -43,7 +43,7 @@ export interface DialogProps {
43
43
  /**
44
44
  * Specifies the theme color of the Dialog.
45
45
  */
46
- themeColor?: 'promary' | 'dark' | 'light' | string;
46
+ themeColor?: 'primary' | 'dark' | 'light' | string;
47
47
  /**
48
48
  * Fires when the **Close** button in the title is clicked or when the `Esc` button is pressed.
49
49
  */
package/dist/es/Dialog.js CHANGED
@@ -167,7 +167,7 @@ var DialogVue2 = {
167
167
  "aria-labelledby": title || titleRender ? id : undefined,
168
168
  role: "dialog"
169
169
  },
170
- "class": "k-window k-dialog",
170
+ "class": this.dialogElementClass,
171
171
  role: "dialog",
172
172
  style: {
173
173
  width: width,
package/dist/es/Window.js CHANGED
@@ -501,6 +501,7 @@ var WindowVue2 = {
501
501
  var restoreButton = templateRendering.call(this, this.$props.restoreButton, getListeners.call(this));
502
502
  var defaultSlot = getDefaultSlots(this);
503
503
  var windowElement = h("div", {
504
+ "class": 'k-dialog-wrapper',
504
505
  ref: 'wrapper'
505
506
  }, [this.$props.modal && h("div", {
506
507
  "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: 1673512015,
8
+ publishDate: 1673797504,
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
  };
@@ -43,7 +43,7 @@ export interface DialogProps {
43
43
  /**
44
44
  * Specifies the theme color of the Dialog.
45
45
  */
46
- themeColor?: 'promary' | 'dark' | 'light' | string;
46
+ themeColor?: 'primary' | 'dark' | 'light' | string;
47
47
  /**
48
48
  * Fires when the **Close** button in the title is clicked or when the `Esc` button is pressed.
49
49
  */
@@ -167,7 +167,7 @@ var DialogVue2 = {
167
167
  "aria-labelledby": title || titleRender ? id : undefined,
168
168
  role: "dialog"
169
169
  },
170
- "class": "k-window k-dialog",
170
+ "class": this.dialogElementClass,
171
171
  role: "dialog",
172
172
  style: {
173
173
  width: width,
@@ -501,6 +501,7 @@ var WindowVue2 = {
501
501
  var restoreButton = templateRendering.call(this, this.$props.restoreButton, getListeners.call(this));
502
502
  var defaultSlot = getDefaultSlots(this);
503
503
  var windowElement = h("div", {
504
+ "class": 'k-dialog-wrapper',
504
505
  ref: 'wrapper'
505
506
  }, [this.$props.modal && h("div", {
506
507
  "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: 1673512015,
8
+ publishDate: 1673797504,
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
  };
@@ -43,7 +43,7 @@ export interface DialogProps {
43
43
  /**
44
44
  * Specifies the theme color of the Dialog.
45
45
  */
46
- themeColor?: 'promary' | 'dark' | 'light' | string;
46
+ themeColor?: 'primary' | 'dark' | 'light' | string;
47
47
  /**
48
48
  * Fires when the **Close** button in the title is clicked or when the `Esc` button is pressed.
49
49
  */
@@ -173,7 +173,7 @@ var DialogVue2 = {
173
173
  "aria-labelledby": title || titleRender ? id : undefined,
174
174
  role: "dialog"
175
175
  },
176
- "class": "k-window k-dialog",
176
+ "class": this.dialogElementClass,
177
177
  role: "dialog",
178
178
  style: {
179
179
  width: width,
@@ -507,6 +507,7 @@ var WindowVue2 = {
507
507
  var restoreButton = kendo_vue_common_1.templateRendering.call(this, this.$props.restoreButton, kendo_vue_common_1.getListeners.call(this));
508
508
  var defaultSlot = (0, kendo_vue_common_1.getDefaultSlots)(this);
509
509
  var windowElement = h("div", {
510
+ "class": 'k-dialog-wrapper',
510
511
  ref: 'wrapper'
511
512
  }, [this.$props.modal && h("div", {
512
513
  "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: 1673512015,
11
+ publishDate: 1673797504,
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.202301120847",
4
+ "version": "3.7.4-dev.202301151601",
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.202301120847",
48
- "@progress/kendo-vue-common": "3.7.4-dev.202301120847"
47
+ "@progress/kendo-vue-buttons": "3.7.4-dev.202301151601",
48
+ "@progress/kendo-vue-common": "3.7.4-dev.202301151601"
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.202301120847"
53
+ "@progress/kendo-vue-intl": "3.7.4-dev.202301151601"
54
54
  },
55
55
  "author": "Progress",
56
56
  "license": "SEE LICENSE IN LICENSE.md",