@progress/kendo-vue-dialogs 4.3.1 → 4.3.2-dev.202403050844
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/package-metadata.js +1 -1
- package/dist/esm/Dialog.d.ts +1 -1
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/Dialog.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +4 -4
package/dist/es/Dialog.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export interface DialogProps {
|
|
|
41
41
|
*/
|
|
42
42
|
minWidth?: number | string;
|
|
43
43
|
/**
|
|
44
|
-
* Specifies the theme color of the Dialog.
|
|
44
|
+
* Specifies the theme color of the Dialog. The available options are `primary`, `dark`, and `light`.
|
|
45
45
|
*/
|
|
46
46
|
themeColor?: 'primary' | 'dark' | 'light' | string;
|
|
47
47
|
/**
|
|
@@ -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: 1709627525,
|
|
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
|
@@ -41,7 +41,7 @@ export interface DialogProps {
|
|
|
41
41
|
*/
|
|
42
42
|
minWidth?: number | string;
|
|
43
43
|
/**
|
|
44
|
-
* Specifies the theme color of the Dialog.
|
|
44
|
+
* Specifies the theme color of the Dialog. The available options are `primary`, `dark`, and `light`.
|
|
45
45
|
*/
|
|
46
46
|
themeColor?: 'primary' | 'dark' | 'light' | string;
|
|
47
47
|
/**
|
|
@@ -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: 1709627525,
|
|
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
|
@@ -41,7 +41,7 @@ export interface DialogProps {
|
|
|
41
41
|
*/
|
|
42
42
|
minWidth?: number | string;
|
|
43
43
|
/**
|
|
44
|
-
* Specifies the theme color of the Dialog.
|
|
44
|
+
* Specifies the theme color of the Dialog. The available options are `primary`, `dark`, and `light`.
|
|
45
45
|
*/
|
|
46
46
|
themeColor?: 'primary' | 'dark' | 'light' | string;
|
|
47
47
|
/**
|
|
@@ -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: 1709627525,
|
|
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": "4.3.
|
|
4
|
+
"version": "4.3.2-dev.202403050844",
|
|
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": "4.3.
|
|
49
|
-
"@progress/kendo-vue-common": "4.3.
|
|
48
|
+
"@progress/kendo-vue-buttons": "4.3.2-dev.202403050844",
|
|
49
|
+
"@progress/kendo-vue-common": "4.3.2-dev.202403050844"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@progress/kendo-licensing": "^1.3.0",
|
|
53
53
|
"@progress/kendo-svg-icons": "^2.0.0",
|
|
54
|
-
"@progress/kendo-vue-intl": "4.3.
|
|
54
|
+
"@progress/kendo-vue-intl": "4.3.2-dev.202403050844"
|
|
55
55
|
},
|
|
56
56
|
"author": "Progress",
|
|
57
57
|
"license": "SEE LICENSE IN LICENSE.md",
|