@progress/kendo-vue-editor 3.4.4 → 3.4.5-dev.202207300828
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/cdn/js/kendo-vue-editor.js +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tools/applyColor.js +3 -0
- package/dist/es/tools/insertTable/popup.js +2 -2
- package/dist/es/tools/insertTable/popupGrid.js +2 -2
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/applyColor.js +3 -0
- package/dist/npm/tools/insertTable/popup.js +2 -2
- package/dist/npm/tools/insertTable/popupGrid.js +2 -2
- package/package.json +12 -12
|
@@ -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:
|
|
8
|
+
publishDate: 1659169289,
|
|
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-
|
|
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-
|
|
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-
|
|
8
|
-
var selectedClass = 'k-
|
|
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:
|
|
11
|
+
publishDate: 1659169289,
|
|
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-
|
|
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-
|
|
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-
|
|
17
|
-
var selectedClass = 'k-
|
|
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
|
+
"version": "3.4.5-dev.202207300828",
|
|
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.
|
|
46
|
+
"@progress/kendo-vue-common": "3.4.5-dev.202207300828"
|
|
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.
|
|
52
|
-
"@progress/kendo-vue-dialogs": "3.4.
|
|
53
|
-
"@progress/kendo-vue-dropdowns": "3.4.
|
|
54
|
-
"@progress/kendo-vue-form": "3.4.
|
|
55
|
-
"@progress/kendo-vue-inputs": "3.4.
|
|
56
|
-
"@progress/kendo-vue-intl": "3.4.
|
|
57
|
-
"@progress/kendo-vue-layout": "3.4.
|
|
58
|
-
"@progress/kendo-vue-pdf": "3.4.
|
|
59
|
-
"@progress/kendo-vue-popup": "3.4.
|
|
60
|
-
"@progress/kendo-vue-upload": "3.4.
|
|
51
|
+
"@progress/kendo-vue-buttons": "3.4.5-dev.202207300828",
|
|
52
|
+
"@progress/kendo-vue-dialogs": "3.4.5-dev.202207300828",
|
|
53
|
+
"@progress/kendo-vue-dropdowns": "3.4.5-dev.202207300828",
|
|
54
|
+
"@progress/kendo-vue-form": "3.4.5-dev.202207300828",
|
|
55
|
+
"@progress/kendo-vue-inputs": "3.4.5-dev.202207300828",
|
|
56
|
+
"@progress/kendo-vue-intl": "3.4.5-dev.202207300828",
|
|
57
|
+
"@progress/kendo-vue-layout": "3.4.5-dev.202207300828",
|
|
58
|
+
"@progress/kendo-vue-pdf": "3.4.5-dev.202207300828",
|
|
59
|
+
"@progress/kendo-vue-popup": "3.4.5-dev.202207300828",
|
|
60
|
+
"@progress/kendo-vue-upload": "3.4.5-dev.202207300828"
|
|
61
61
|
},
|
|
62
62
|
"@progress": {
|
|
63
63
|
"friendlyName": "Editor",
|