@progress/kendo-vue-editor 3.9.3-dev.202304060656 → 3.9.3-dev.202304071437

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.
@@ -175,7 +175,7 @@ var ViewHtmlDialogVue2 = {
175
175
  },
176
176
  methods: {
177
177
  textAreaChange: function textAreaChange(e) {
178
- this.textAreaValue = e.value;
178
+ this.textAreaValue = e.target.value;
179
179
  },
180
180
  onUpdate: function onUpdate() {
181
181
  var _a = this.$props,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-editor',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1680763709,
8
+ publishDate: 1680877768,
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
  };
@@ -175,7 +175,7 @@ var ViewHtmlDialogVue2 = {
175
175
  },
176
176
  methods: {
177
177
  textAreaChange: function textAreaChange(e) {
178
- this.textAreaValue = e.value;
178
+ this.textAreaValue = e.target.value;
179
179
  },
180
180
  onUpdate: function onUpdate() {
181
181
  var _a = this.$props,
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-editor',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1680763709,
8
+ publishDate: 1680877768,
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
  };
@@ -181,7 +181,7 @@ var ViewHtmlDialogVue2 = {
181
181
  },
182
182
  methods: {
183
183
  textAreaChange: function textAreaChange(e) {
184
- this.textAreaValue = e.value;
184
+ this.textAreaValue = e.target.value;
185
185
  },
186
186
  onUpdate: function onUpdate() {
187
187
  var _a = this.$props,
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-editor',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1680763709,
11
+ publishDate: 1680877768,
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-editor",
3
3
  "description": "Kendo UI for Vue Editor package",
4
- "version": "3.9.3-dev.202304060656",
4
+ "version": "3.9.3-dev.202304071437",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -51,22 +51,22 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@progress/kendo-editor-common": "1.9.4",
54
- "@progress/kendo-vue-common": "3.9.3-dev.202304060656"
54
+ "@progress/kendo-vue-common": "3.9.3-dev.202304071437"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@progress/kendo-drawing": "^1.8.0",
58
58
  "@progress/kendo-licensing": "^1.3.0",
59
59
  "@progress/kendo-svg-icons": "^1.0.0",
60
- "@progress/kendo-vue-buttons": "3.9.3-dev.202304060656",
61
- "@progress/kendo-vue-dialogs": "3.9.3-dev.202304060656",
62
- "@progress/kendo-vue-dropdowns": "3.9.3-dev.202304060656",
63
- "@progress/kendo-vue-form": "3.9.3-dev.202304060656",
64
- "@progress/kendo-vue-inputs": "3.9.3-dev.202304060656",
65
- "@progress/kendo-vue-intl": "3.9.3-dev.202304060656",
66
- "@progress/kendo-vue-layout": "3.9.3-dev.202304060656",
67
- "@progress/kendo-vue-pdf": "3.9.3-dev.202304060656",
68
- "@progress/kendo-vue-popup": "3.9.3-dev.202304060656",
69
- "@progress/kendo-vue-upload": "3.9.3-dev.202304060656",
60
+ "@progress/kendo-vue-buttons": "3.9.3-dev.202304071437",
61
+ "@progress/kendo-vue-dialogs": "3.9.3-dev.202304071437",
62
+ "@progress/kendo-vue-dropdowns": "3.9.3-dev.202304071437",
63
+ "@progress/kendo-vue-form": "3.9.3-dev.202304071437",
64
+ "@progress/kendo-vue-inputs": "3.9.3-dev.202304071437",
65
+ "@progress/kendo-vue-intl": "3.9.3-dev.202304071437",
66
+ "@progress/kendo-vue-layout": "3.9.3-dev.202304071437",
67
+ "@progress/kendo-vue-pdf": "3.9.3-dev.202304071437",
68
+ "@progress/kendo-vue-popup": "3.9.3-dev.202304071437",
69
+ "@progress/kendo-vue-upload": "3.9.3-dev.202304071437",
70
70
  "prosemirror-markdown": "1.10.1",
71
71
  "prosemirror-tables": "^1.2.5"
72
72
  },