@progress/kendo-vue-editor 3.4.4 → 3.4.5

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.
@@ -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: 1658485451,
8
+ publishDate: 1659330806,
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
  };
@@ -59,6 +59,9 @@ var ApplyColorVue2 = {
59
59
 
60
60
  var cpProps = __assign(__assign({}, colorPickerProps), {
61
61
  dir: dir,
62
+ showButtons: false,
63
+ showClearButton: false,
64
+ showPreview: false,
62
65
  title: titleKey ? localization.toLanguageString(titleKey, messages[titleKey]) : titleKey
63
66
  });
64
67
 
@@ -90,7 +90,7 @@ var InsertTablePopupVue2 = {
90
90
  horizontal: horizontal,
91
91
  vertical: 'top'
92
92
  },
93
- popupClass: "k-ct-popup k-group k-reset k-state-border-up",
93
+ popupClass: "k-ct-popup k-group k-reset k-border-up",
94
94
  show: show
95
95
  },
96
96
  anchorAlign: {
@@ -101,7 +101,7 @@ var InsertTablePopupVue2 = {
101
101
  horizontal: horizontal,
102
102
  vertical: 'top'
103
103
  },
104
- popupClass: "k-ct-popup k-group k-reset k-state-border-up",
104
+ popupClass: "k-ct-popup k-group k-reset k-border-up",
105
105
  show: show,
106
106
  style: dir === 'rtl' ? {
107
107
  direction: 'rtl'
@@ -4,8 +4,8 @@ var allVue = Vue;
4
4
  var gh = allVue.h;
5
5
  var isV3 = allVue.version && allVue.version[0] === '3';
6
6
  import { formatString } from '../utils';
7
- var cellClass = 'k-ct-cell k-state-disabled';
8
- var selectedClass = 'k-state-selected';
7
+ var cellClass = 'k-ct-cell k-disabled';
8
+ var selectedClass = 'k-selected';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -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: 1658485451,
11
+ publishDate: 1659330806,
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
  };
@@ -71,6 +71,9 @@ var ApplyColorVue2 = {
71
71
 
72
72
  var cpProps = __assign(__assign({}, colorPickerProps), {
73
73
  dir: dir,
74
+ showButtons: false,
75
+ showClearButton: false,
76
+ showPreview: false,
74
77
  title: titleKey ? localization.toLanguageString(titleKey, messages_1.messages[titleKey]) : titleKey
75
78
  });
76
79
 
@@ -100,7 +100,7 @@ var InsertTablePopupVue2 = {
100
100
  horizontal: horizontal,
101
101
  vertical: 'top'
102
102
  },
103
- popupClass: "k-ct-popup k-group k-reset k-state-border-up",
103
+ popupClass: "k-ct-popup k-group k-reset k-border-up",
104
104
  show: show
105
105
  },
106
106
  anchorAlign: {
@@ -111,7 +111,7 @@ var InsertTablePopupVue2 = {
111
111
  horizontal: horizontal,
112
112
  vertical: 'top'
113
113
  },
114
- popupClass: "k-ct-popup k-group k-reset k-state-border-up",
114
+ popupClass: "k-ct-popup k-group k-reset k-border-up",
115
115
  show: show,
116
116
  style: dir === 'rtl' ? {
117
117
  direction: 'rtl'
@@ -13,8 +13,8 @@ var isV3 = allVue.version && allVue.version[0] === '3';
13
13
 
14
14
  var utils_1 = require("../utils");
15
15
 
16
- var cellClass = 'k-ct-cell k-state-disabled';
17
- var selectedClass = 'k-state-selected';
16
+ var cellClass = 'k-ct-cell k-disabled';
17
+ var selectedClass = 'k-selected';
18
18
  /**
19
19
  * @hidden
20
20
  */
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.4.4",
4
+ "version": "3.4.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -43,21 +43,21 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@progress/kendo-editor-common": "1.8.0",
46
- "@progress/kendo-vue-common": "3.4.4"
46
+ "@progress/kendo-vue-common": "3.4.5"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@progress/kendo-drawing": "^1.8.0",
50
50
  "@progress/kendo-licensing": "^1.0.1",
51
- "@progress/kendo-vue-buttons": "3.4.4",
52
- "@progress/kendo-vue-dialogs": "3.4.4",
53
- "@progress/kendo-vue-dropdowns": "3.4.4",
54
- "@progress/kendo-vue-form": "3.4.4",
55
- "@progress/kendo-vue-inputs": "3.4.4",
56
- "@progress/kendo-vue-intl": "3.4.4",
57
- "@progress/kendo-vue-layout": "3.4.4",
58
- "@progress/kendo-vue-pdf": "3.4.4",
59
- "@progress/kendo-vue-popup": "3.4.4",
60
- "@progress/kendo-vue-upload": "3.4.4"
51
+ "@progress/kendo-vue-buttons": "3.4.5",
52
+ "@progress/kendo-vue-dialogs": "3.4.5",
53
+ "@progress/kendo-vue-dropdowns": "3.4.5",
54
+ "@progress/kendo-vue-form": "3.4.5",
55
+ "@progress/kendo-vue-inputs": "3.4.5",
56
+ "@progress/kendo-vue-intl": "3.4.5",
57
+ "@progress/kendo-vue-layout": "3.4.5",
58
+ "@progress/kendo-vue-pdf": "3.4.5",
59
+ "@progress/kendo-vue-popup": "3.4.5",
60
+ "@progress/kendo-vue-upload": "3.4.5"
61
61
  },
62
62
  "@progress": {
63
63
  "friendlyName": "Editor",