@progress/kendo-vue-editor 3.5.2 → 3.5.4-dev.202209071223

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) {
@@ -256,10 +256,10 @@ var FindAndReplaceDialogVue2 = {
256
256
  }
257
257
  }, this.v3 ? function () {
258
258
  return [h("span", {
259
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
259
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
260
260
  }), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])];
261
261
  } : [h("span", {
262
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
262
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
263
263
  }), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])]);
264
264
  var nextButton = // @ts-ignore function children
265
265
  h(Button, {
@@ -275,10 +275,10 @@ var FindAndReplaceDialogVue2 = {
275
275
  }
276
276
  }, this.v3 ? function () {
277
277
  return [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
278
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
278
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
279
279
  })];
280
280
  } : [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
281
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
281
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
282
282
  })]);
283
283
  return h("div", {
284
284
  "class": "k-matches-container"
@@ -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: 1662552868,
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) {
@@ -256,10 +256,10 @@ var FindAndReplaceDialogVue2 = {
256
256
  }
257
257
  }, this.v3 ? function () {
258
258
  return [h("span", {
259
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
259
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
260
260
  }), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])];
261
261
  } : [h("span", {
262
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
262
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
263
263
  }), localization.toLanguageString(findReplacePrevMatch, messages[findReplacePrevMatch])]);
264
264
  var nextButton = // @ts-ignore function children
265
265
  h(Button, {
@@ -275,10 +275,10 @@ var FindAndReplaceDialogVue2 = {
275
275
  }
276
276
  }, this.v3 ? function () {
277
277
  return [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
278
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
278
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
279
279
  })];
280
280
  } : [localization.toLanguageString(findReplaceNextMatch, messages[findReplaceNextMatch]), h("span", {
281
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
281
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
282
282
  })]);
283
283
  return h("div", {
284
284
  "class": "k-matches-container"
@@ -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: 1662552868,
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) {
@@ -272,10 +272,10 @@ var FindAndReplaceDialogVue2 = {
272
272
  }
273
273
  }, this.v3 ? function () {
274
274
  return [h("span", {
275
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
275
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
276
276
  }), localization.toLanguageString(findReplacePrevMatch, main_1.messages[findReplacePrevMatch])];
277
277
  } : [h("span", {
278
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
278
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'right' : 'left')
279
279
  }), localization.toLanguageString(findReplacePrevMatch, main_1.messages[findReplacePrevMatch])]);
280
280
  var nextButton = // @ts-ignore function children
281
281
  h(kendo_vue_buttons_1.Button, {
@@ -291,10 +291,10 @@ var FindAndReplaceDialogVue2 = {
291
291
  }
292
292
  }, this.v3 ? function () {
293
293
  return [localization.toLanguageString(findReplaceNextMatch, main_1.messages[findReplaceNextMatch]), h("span", {
294
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
294
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
295
295
  })];
296
296
  } : [localization.toLanguageString(findReplaceNextMatch, main_1.messages[findReplaceNextMatch]), h("span", {
297
- "class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
297
+ "class": "k-icon k-i-chevron-".concat(isRtl ? 'left' : 'right')
298
298
  })]);
299
299
  return h("div", {
300
300
  "class": "k-matches-container"
@@ -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: 1662552868,
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.4-dev.202209071223",
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.4-dev.202209071223"
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.4-dev.202209071223",
58
+ "@progress/kendo-vue-dialogs": "3.5.4-dev.202209071223",
59
+ "@progress/kendo-vue-dropdowns": "3.5.4-dev.202209071223",
60
+ "@progress/kendo-vue-form": "3.5.4-dev.202209071223",
61
+ "@progress/kendo-vue-inputs": "3.5.4-dev.202209071223",
62
+ "@progress/kendo-vue-intl": "3.5.4-dev.202209071223",
63
+ "@progress/kendo-vue-layout": "3.5.4-dev.202209071223",
64
+ "@progress/kendo-vue-pdf": "3.5.4-dev.202209071223",
65
+ "@progress/kendo-vue-popup": "3.5.4-dev.202209071223",
66
+ "@progress/kendo-vue-upload": "3.5.4-dev.202209071223"
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
- // };