@progress/kendo-vue-editor 3.5.2 → 3.5.3-dev.202209051408

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/Editor.js CHANGED
@@ -656,6 +656,7 @@ var EditorVue2 = {
656
656
  this.view = markRaw(view);
657
657
  } else {
658
658
  this._view = view;
659
+ this.$forceUpdate();
659
660
  }
660
661
  },
661
662
  filterTransaction: function filterTransaction(transaction, state) {
@@ -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: 1662110435,
8
+ publishDate: 1662386324,
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
  };
@@ -1,5 +1,3 @@
1
1
  // @ts-ignore
2
2
  import * as Vue from 'vue';
3
- var allVue = Vue;
4
- var gh = allVue.h;
5
- var isV3 = allVue.version && allVue.version[0] === '3';
3
+ var allVue = Vue;
@@ -656,6 +656,7 @@ var EditorVue2 = {
656
656
  this.view = markRaw(view);
657
657
  } else {
658
658
  this._view = view;
659
+ this.$forceUpdate();
659
660
  }
660
661
  },
661
662
  filterTransaction: function filterTransaction(transaction, state) {
@@ -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: 1662110435,
8
+ publishDate: 1662386324,
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
  };
@@ -1,5 +1,3 @@
1
1
  // @ts-ignore
2
2
  import * as Vue from 'vue';
3
- var allVue = Vue;
4
- var gh = allVue.h;
5
- var isV3 = allVue.version && allVue.version[0] === '3';
3
+ var allVue = Vue;
@@ -696,6 +696,7 @@ var EditorVue2 = {
696
696
  this.view = markRaw(view);
697
697
  } else {
698
698
  this._view = view;
699
+ this.$forceUpdate();
699
700
  }
700
701
  },
701
702
  filterTransaction: function filterTransaction(transaction, state) {
@@ -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: 1662110435,
11
+ publishDate: 1662386324,
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
  };
@@ -6,6 +6,4 @@ Object.defineProperty(exports, "__esModule", {
6
6
 
7
7
  var Vue = require("vue");
8
8
 
9
- var allVue = Vue;
10
- var gh = allVue.h;
11
- var isV3 = allVue.version && allVue.version[0] === '3';
9
+ var allVue = Vue;
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.5.2",
4
+ "version": "3.5.3-dev.202209051408",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -49,21 +49,21 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@progress/kendo-editor-common": "1.8.0",
52
- "@progress/kendo-vue-common": "3.5.2"
52
+ "@progress/kendo-vue-common": "3.5.3-dev.202209051408"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@progress/kendo-drawing": "^1.8.0",
56
56
  "@progress/kendo-licensing": "^1.0.1",
57
- "@progress/kendo-vue-buttons": "3.5.2",
58
- "@progress/kendo-vue-dialogs": "3.5.2",
59
- "@progress/kendo-vue-dropdowns": "3.5.2",
60
- "@progress/kendo-vue-form": "3.5.2",
61
- "@progress/kendo-vue-inputs": "3.5.2",
62
- "@progress/kendo-vue-intl": "3.5.2",
63
- "@progress/kendo-vue-layout": "3.5.2",
64
- "@progress/kendo-vue-pdf": "3.5.2",
65
- "@progress/kendo-vue-popup": "3.5.2",
66
- "@progress/kendo-vue-upload": "3.5.2"
57
+ "@progress/kendo-vue-buttons": "3.5.3-dev.202209051408",
58
+ "@progress/kendo-vue-dialogs": "3.5.3-dev.202209051408",
59
+ "@progress/kendo-vue-dropdowns": "3.5.3-dev.202209051408",
60
+ "@progress/kendo-vue-form": "3.5.3-dev.202209051408",
61
+ "@progress/kendo-vue-inputs": "3.5.3-dev.202209051408",
62
+ "@progress/kendo-vue-intl": "3.5.3-dev.202209051408",
63
+ "@progress/kendo-vue-layout": "3.5.3-dev.202209051408",
64
+ "@progress/kendo-vue-pdf": "3.5.3-dev.202209051408",
65
+ "@progress/kendo-vue-popup": "3.5.3-dev.202209051408",
66
+ "@progress/kendo-vue-upload": "3.5.3-dev.202209051408"
67
67
  },
68
68
  "@progress": {
69
69
  "friendlyName": "Editor",
@@ -1 +0,0 @@
1
-
@@ -1,6 +0,0 @@
1
- // import { InsertTableToolNS } from './tool';
2
- // import { InsertTablePopupNS } from './popup';
3
- // export {
4
- // InsertTableToolNS,
5
- // InsertTablePopupNS
6
- // };
@@ -1 +0,0 @@
1
-
@@ -1,6 +0,0 @@
1
- // import { InsertTableToolNS } from './tool.js';
2
- // import { InsertTablePopupNS } from './popup.js';
3
- // export {
4
- // InsertTableToolNS,
5
- // InsertTablePopupNS
6
- // };
@@ -1 +0,0 @@
1
-
@@ -1,6 +0,0 @@
1
- // import { InsertTableToolNS } from './tool';
2
- // import { InsertTablePopupNS } from './popup';
3
- // export {
4
- // InsertTableToolNS,
5
- // InsertTablePopupNS
6
- // };