@progress/kendo-vue-dialogs 3.12.0 → 3.12.1-dev.202308170413

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.
@@ -51,7 +51,7 @@ var DialogTitleBarVue2 = {
51
51
  attrs: this.v3 ? undefined : {
52
52
  id: id
53
53
  }
54
- }, [h("div", {
54
+ }, [h("span", {
55
55
  "class": "k-window-title k-dialog-title"
56
56
  }, [titleElement]), h("div", {
57
57
  "class": "k-window-titlebar-actions k-dialog-titlebar-actions"
@@ -184,7 +184,7 @@ var WindowTitleBarVue2 = {
184
184
  on: this.v3 ? undefined : {
185
185
  "dblclick": this.onDoubleClick
186
186
  }
187
- }, [h("div", {
187
+ }, [h("span", {
188
188
  "class": "k-window-title",
189
189
  id: this.$props.titleId,
190
190
  attrs: this.v3 ? undefined : {
@@ -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: 1689689110,
8
+ publishDate: 1692244703,
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
  };
@@ -51,7 +51,7 @@ var DialogTitleBarVue2 = {
51
51
  attrs: this.v3 ? undefined : {
52
52
  id: id
53
53
  }
54
- }, [h("div", {
54
+ }, [h("span", {
55
55
  "class": "k-window-title k-dialog-title"
56
56
  }, [titleElement]), h("div", {
57
57
  "class": "k-window-titlebar-actions k-dialog-titlebar-actions"
@@ -184,7 +184,7 @@ var WindowTitleBarVue2 = {
184
184
  on: this.v3 ? undefined : {
185
185
  "dblclick": this.onDoubleClick
186
186
  }
187
- }, [h("div", {
187
+ }, [h("span", {
188
188
  "class": "k-window-title",
189
189
  id: this.$props.titleId,
190
190
  attrs: this.v3 ? undefined : {
@@ -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: 1689689110,
8
+ publishDate: 1692244703,
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
  };
@@ -57,7 +57,7 @@ var DialogTitleBarVue2 = {
57
57
  attrs: this.v3 ? undefined : {
58
58
  id: id
59
59
  }
60
- }, [h("div", {
60
+ }, [h("span", {
61
61
  "class": "k-window-title k-dialog-title"
62
62
  }, [titleElement]), h("div", {
63
63
  "class": "k-window-titlebar-actions k-dialog-titlebar-actions"
@@ -190,7 +190,7 @@ var WindowTitleBarVue2 = {
190
190
  on: this.v3 ? undefined : {
191
191
  "dblclick": this.onDoubleClick
192
192
  }
193
- }, [h("div", {
193
+ }, [h("span", {
194
194
  "class": "k-window-title",
195
195
  id: this.$props.titleId,
196
196
  attrs: this.v3 ? undefined : {
@@ -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: 1689689110,
11
+ publishDate: 1692244703,
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.12.0",
4
+ "version": "3.12.1-dev.202308170413",
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.12.0",
49
- "@progress/kendo-vue-common": "3.12.0"
48
+ "@progress/kendo-vue-buttons": "3.12.1-dev.202308170413",
49
+ "@progress/kendo-vue-common": "3.12.1-dev.202308170413"
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.12.0"
54
+ "@progress/kendo-vue-intl": "3.12.1-dev.202308170413"
55
55
  },
56
56
  "author": "Progress",
57
57
  "license": "SEE LICENSE IN LICENSE.md",