@progress/kendo-vue-dialogs 4.3.1-dev.202402051124 → 4.3.1-dev.202402201349

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/Dialog.js CHANGED
@@ -37,7 +37,8 @@ var DialogVue2 = {
37
37
  validator: function validator(value) {
38
38
  return ['primary', 'dark', 'light'].includes(value);
39
39
  }
40
- }
40
+ },
41
+ onClose: Function
41
42
  },
42
43
  provide: function provide() {
43
44
  return {
@@ -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: 1707131605,
8
+ publishDate: 1708436246,
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
  };
@@ -37,7 +37,8 @@ var DialogVue2 = {
37
37
  validator: function validator(value) {
38
38
  return ['primary', 'dark', 'light'].includes(value);
39
39
  }
40
- }
40
+ },
41
+ onClose: Function
41
42
  },
42
43
  provide: function provide() {
43
44
  return {
@@ -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: 1707131605,
8
+ publishDate: 1708436246,
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,8 @@ var DialogVue2 = {
43
43
  validator: function validator(value) {
44
44
  return ['primary', 'dark', 'light'].includes(value);
45
45
  }
46
- }
46
+ },
47
+ onClose: Function
47
48
  },
48
49
  provide: function provide() {
49
50
  return {
@@ -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: 1707131605,
11
+ publishDate: 1708436246,
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.1-dev.202402051124",
4
+ "version": "4.3.1-dev.202402201349",
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.1-dev.202402051124",
49
- "@progress/kendo-vue-common": "4.3.1-dev.202402051124"
48
+ "@progress/kendo-vue-buttons": "4.3.1-dev.202402201349",
49
+ "@progress/kendo-vue-common": "4.3.1-dev.202402201349"
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.1-dev.202402051124"
54
+ "@progress/kendo-vue-intl": "4.3.1-dev.202402201349"
55
55
  },
56
56
  "author": "Progress",
57
57
  "license": "SEE LICENSE IN LICENSE.md",