@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.
- package/dist/cdn/js/kendo-vue-dialogs.js +1 -1
- package/dist/es/Dialog.d.ts +1 -1
- package/dist/es/Dialog.js +1 -1
- package/dist/es/Window.js +1 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/Dialog.d.ts +1 -1
- package/dist/esm/Dialog.js +1 -1
- package/dist/esm/Window.js +1 -0
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/Dialog.d.ts +1 -1
- package/dist/npm/Dialog.js +1 -1
- package/dist/npm/Window.js +1 -0
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +4 -4
package/dist/es/Dialog.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export interface DialogProps {
|
|
|
43
43
|
/**
|
|
44
44
|
* Specifies the theme color of the Dialog.
|
|
45
45
|
*/
|
|
46
|
-
themeColor?: '
|
|
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
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:
|
|
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
|
};
|
package/dist/esm/Dialog.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export interface DialogProps {
|
|
|
43
43
|
/**
|
|
44
44
|
* Specifies the theme color of the Dialog.
|
|
45
45
|
*/
|
|
46
|
-
themeColor?: '
|
|
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/esm/Dialog.js
CHANGED
package/dist/esm/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:
|
|
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
|
};
|
package/dist/npm/Dialog.d.ts
CHANGED
|
@@ -43,7 +43,7 @@ export interface DialogProps {
|
|
|
43
43
|
/**
|
|
44
44
|
* Specifies the theme color of the Dialog.
|
|
45
45
|
*/
|
|
46
|
-
themeColor?: '
|
|
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/npm/Dialog.js
CHANGED
package/dist/npm/Window.js
CHANGED
|
@@ -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:
|
|
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.
|
|
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.
|
|
48
|
-
"@progress/kendo-vue-common": "3.7.4-dev.
|
|
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.
|
|
53
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202301151601"
|
|
54
54
|
},
|
|
55
55
|
"author": "Progress",
|
|
56
56
|
"license": "SEE LICENSE IN LICENSE.md",
|