@progress/kendo-vue-editor 3.7.4-dev.202301120847 → 3.7.4-dev.202301131104
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/Editor.js +2 -2
- package/dist/es/dialogs/FindReplace.js +24 -8
- package/dist/es/dialogs/insertImage.js +27 -7
- package/dist/es/dialogs/insertLink.js +26 -9
- package/dist/es/dialogs/viewHtml.js +41 -15
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/Editor.js +2 -2
- package/dist/esm/dialogs/FindReplace.js +24 -8
- package/dist/esm/dialogs/insertImage.js +27 -7
- package/dist/esm/dialogs/insertLink.js +26 -9
- package/dist/esm/dialogs/viewHtml.js +41 -15
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/Editor.js +2 -2
- package/dist/npm/dialogs/FindReplace.js +24 -8
- package/dist/npm/dialogs/insertImage.js +26 -6
- package/dist/npm/dialogs/insertLink.js +25 -8
- package/dist/npm/dialogs/viewHtml.js +40 -14
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +12 -12
|
@@ -441,10 +441,14 @@ var FindAndReplaceDialogVue2 = {
|
|
|
441
441
|
}, _this2.v3 ? function () {
|
|
442
442
|
return [h("div", {
|
|
443
443
|
"class": "k-edit-form-container"
|
|
444
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
444
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
445
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
446
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')];
|
|
445
447
|
} : [h("div", {
|
|
446
448
|
"class": "k-edit-form-container"
|
|
447
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
449
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
450
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
451
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')]),
|
|
448
452
|
// @ts-ignore function children
|
|
449
453
|
h(kendo_vue_layout_1.TabStripTab, {
|
|
450
454
|
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
@@ -518,10 +522,14 @@ var FindAndReplaceDialogVue2 = {
|
|
|
518
522
|
}, _this2.v3 ? function () {
|
|
519
523
|
return [h("div", {
|
|
520
524
|
"class": "k-edit-form-container"
|
|
521
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
525
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
526
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
527
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')];
|
|
522
528
|
} : [h("div", {
|
|
523
529
|
"class": "k-edit-form-container"
|
|
524
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
530
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
531
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
532
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')]), h(kendo_vue_layout_1.TabStripTab, {
|
|
525
533
|
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
526
534
|
attrs: _this2.v3 ? undefined : {
|
|
527
535
|
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace])
|
|
@@ -604,10 +612,14 @@ var FindAndReplaceDialogVue2 = {
|
|
|
604
612
|
}, _this2.v3 ? function () {
|
|
605
613
|
return [h("div", {
|
|
606
614
|
"class": "k-edit-form-container"
|
|
607
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
615
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
616
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
617
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')];
|
|
608
618
|
} : [h("div", {
|
|
609
619
|
"class": "k-edit-form-container"
|
|
610
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
620
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
621
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
622
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')]), h(kendo_vue_layout_1.TabStripTab, {
|
|
611
623
|
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
612
624
|
attrs: _this2.v3 ? undefined : {
|
|
613
625
|
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace])
|
|
@@ -675,10 +687,14 @@ var FindAndReplaceDialogVue2 = {
|
|
|
675
687
|
}, _this2.v3 ? function () {
|
|
676
688
|
return [h("div", {
|
|
677
689
|
"class": "k-edit-form-container"
|
|
678
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
690
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
691
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
692
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')];
|
|
679
693
|
} : [h("div", {
|
|
680
694
|
"class": "k-edit-form-container"
|
|
681
|
-
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]),
|
|
695
|
+
}, [findWhatLabel.call(_this2, 'findWhatFind'), findWhat.call(_this2, 'findWhatFind')]), h("div", {
|
|
696
|
+
"class": "k-actions k-hstack k-justify-content-end"
|
|
697
|
+
}), checkboxes, navigation.call(_this2, 'findWhatFind')]), h(kendo_vue_layout_1.TabStripTab, {
|
|
682
698
|
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
683
699
|
attrs: _this2.v3 ? undefined : {
|
|
684
700
|
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace])
|
|
@@ -245,23 +245,43 @@ var InsertImageDialogVue2 = {
|
|
|
245
245
|
} : [localization.toLanguageString(insertImageInsert, main_1.messages[insertImageInsert])])];
|
|
246
246
|
var dialog =
|
|
247
247
|
// @ts-ignore function children
|
|
248
|
-
h(kendo_vue_dialogs_1.
|
|
249
|
-
|
|
248
|
+
h(kendo_vue_dialogs_1.Window, {
|
|
249
|
+
initialWidth: 500,
|
|
250
250
|
attrs: this.v3 ? undefined : {
|
|
251
|
+
initialWidth: 500,
|
|
252
|
+
initialHeight: 360,
|
|
253
|
+
windowClass: 'k-editor-window',
|
|
251
254
|
title: localization.toLanguageString(insertImageDialogTitle, main_1.messages[insertImageDialogTitle]),
|
|
252
|
-
|
|
253
|
-
|
|
255
|
+
dir: dir,
|
|
256
|
+
modal: true,
|
|
257
|
+
minimizeButton: function minimizeButton() {
|
|
258
|
+
return null;
|
|
259
|
+
},
|
|
260
|
+
maximizeButton: function maximizeButton() {
|
|
261
|
+
return null;
|
|
262
|
+
},
|
|
263
|
+
resizable: false
|
|
254
264
|
},
|
|
265
|
+
initialHeight: 360,
|
|
266
|
+
windowClass: 'k-editor-window',
|
|
267
|
+
title: localization.toLanguageString(insertImageDialogTitle, main_1.messages[insertImageDialogTitle]),
|
|
255
268
|
onClose: this.onClose,
|
|
256
269
|
on: this.v3 ? undefined : {
|
|
257
270
|
"close": this.onClose
|
|
258
271
|
},
|
|
259
272
|
key: "dialog",
|
|
260
|
-
closeIcon: true,
|
|
261
273
|
dir: dir,
|
|
262
274
|
style: dir === 'rtl' ? {
|
|
263
275
|
textAlign: 'right'
|
|
264
|
-
} : undefined
|
|
276
|
+
} : undefined,
|
|
277
|
+
modal: true,
|
|
278
|
+
minimizeButton: function minimizeButton() {
|
|
279
|
+
return null;
|
|
280
|
+
},
|
|
281
|
+
maximizeButton: function maximizeButton() {
|
|
282
|
+
return null;
|
|
283
|
+
},
|
|
284
|
+
resizable: false
|
|
265
285
|
}, this.v3 ? function () {
|
|
266
286
|
return [content,
|
|
267
287
|
// @ts-ignore function children
|
|
@@ -140,22 +140,39 @@ var InsertLinkDialogVue2 = {
|
|
|
140
140
|
}, [localization.toLanguageString(insertHyperlinkNewWindow, main_1.messages[insertHyperlinkNewWindow])])])]);
|
|
141
141
|
var dialog =
|
|
142
142
|
// @ts-ignore function children
|
|
143
|
-
h(kendo_vue_dialogs_1.
|
|
144
|
-
|
|
143
|
+
h(kendo_vue_dialogs_1.Window, {
|
|
144
|
+
initialWidth: 450,
|
|
145
145
|
attrs: this.v3 ? undefined : {
|
|
146
|
+
initialWidth: 450,
|
|
147
|
+
initialHeight: 250,
|
|
148
|
+
windowClass: 'k-editor-window',
|
|
146
149
|
title: localization.toLanguageString(insertHyperlinkDialogTitle, main_1.messages[insertHyperlinkDialogTitle]),
|
|
147
|
-
|
|
148
|
-
|
|
150
|
+
dir: dir,
|
|
151
|
+
modal: true,
|
|
152
|
+
minimizeButton: function minimizeButton() {
|
|
153
|
+
return null;
|
|
154
|
+
},
|
|
155
|
+
maximizeButton: function maximizeButton() {
|
|
156
|
+
return null;
|
|
157
|
+
},
|
|
158
|
+
resizable: false
|
|
149
159
|
},
|
|
160
|
+
initialHeight: 250,
|
|
161
|
+
windowClass: 'k-editor-window',
|
|
162
|
+
title: localization.toLanguageString(insertHyperlinkDialogTitle, main_1.messages[insertHyperlinkDialogTitle]),
|
|
150
163
|
onClose: this.onClose,
|
|
151
164
|
on: this.v3 ? undefined : {
|
|
152
165
|
"close": this.onClose
|
|
153
166
|
},
|
|
154
|
-
closeIcon: true,
|
|
155
167
|
dir: dir,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
168
|
+
modal: true,
|
|
169
|
+
minimizeButton: function minimizeButton() {
|
|
170
|
+
return null;
|
|
171
|
+
},
|
|
172
|
+
maximizeButton: function maximizeButton() {
|
|
173
|
+
return null;
|
|
174
|
+
},
|
|
175
|
+
resizable: false
|
|
159
176
|
}, this.v3 ? function () {
|
|
160
177
|
return [content,
|
|
161
178
|
// @ts-ignore function children
|
|
@@ -11,6 +11,7 @@ var gh = allVue.h;
|
|
|
11
11
|
var isV3 = allVue.version && allVue.version[0] === '3';
|
|
12
12
|
var kendo_vue_dialogs_1 = require("@progress/kendo-vue-dialogs");
|
|
13
13
|
var kendo_vue_buttons_1 = require("@progress/kendo-vue-buttons");
|
|
14
|
+
var kendo_vue_inputs_1 = require("@progress/kendo-vue-inputs");
|
|
14
15
|
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
15
16
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
16
17
|
var main_1 = require("../messages/main");
|
|
@@ -58,17 +59,22 @@ var ViewHtmlDialogVue2 = {
|
|
|
58
59
|
viewHtmlDialogTitle = _b.viewHtmlDialogTitle,
|
|
59
60
|
viewHtmlCancel = _b.viewHtmlCancel,
|
|
60
61
|
viewHtmlUpdate = _b.viewHtmlUpdate;
|
|
61
|
-
var content = h(
|
|
62
|
-
"class": "k-
|
|
62
|
+
var content = h(kendo_vue_inputs_1.TextArea, {
|
|
63
|
+
"class": "k-editor-textarea",
|
|
64
|
+
defaultValue: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state)),
|
|
65
|
+
attrs: this.v3 ? undefined : {
|
|
66
|
+
defaultValue: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state)),
|
|
67
|
+
autoFocus: true,
|
|
68
|
+
autoSize: false,
|
|
69
|
+
value: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state))
|
|
70
|
+
},
|
|
63
71
|
style: {
|
|
64
|
-
height: '
|
|
65
|
-
width: '490px'
|
|
72
|
+
height: '275px'
|
|
66
73
|
},
|
|
74
|
+
autoFocus: true,
|
|
75
|
+
autoSize: false,
|
|
67
76
|
ref: (0, kendo_vue_common_1.setRef)(this, 'htmlArea'),
|
|
68
|
-
value:
|
|
69
|
-
domProps: this.v3 ? undefined : {
|
|
70
|
-
"value": (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state))
|
|
71
|
-
}
|
|
77
|
+
value: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state))
|
|
72
78
|
});
|
|
73
79
|
var actionButtons = [
|
|
74
80
|
// @ts-ignore function children
|
|
@@ -107,23 +113,43 @@ var ViewHtmlDialogVue2 = {
|
|
|
107
113
|
} : [localization.toLanguageString(viewHtmlUpdate, main_1.messages[viewHtmlUpdate])])];
|
|
108
114
|
var dialog =
|
|
109
115
|
// @ts-ignore function children
|
|
110
|
-
h(kendo_vue_dialogs_1.
|
|
111
|
-
|
|
116
|
+
h(kendo_vue_dialogs_1.Window, {
|
|
117
|
+
initialHeight: 400,
|
|
112
118
|
attrs: this.v3 ? undefined : {
|
|
119
|
+
initialHeight: 400,
|
|
120
|
+
initialWidth: 500,
|
|
121
|
+
windowClass: 'k-editor-window',
|
|
113
122
|
title: localization.toLanguageString(viewHtmlDialogTitle, main_1.messages[viewHtmlDialogTitle]),
|
|
114
|
-
|
|
115
|
-
|
|
123
|
+
dir: dir,
|
|
124
|
+
modal: true,
|
|
125
|
+
minimizeButton: function minimizeButton() {
|
|
126
|
+
return null;
|
|
127
|
+
},
|
|
128
|
+
maximizeButton: function maximizeButton() {
|
|
129
|
+
return null;
|
|
130
|
+
},
|
|
131
|
+
resizable: false
|
|
116
132
|
},
|
|
133
|
+
initialWidth: 500,
|
|
134
|
+
windowClass: 'k-editor-window',
|
|
135
|
+
title: localization.toLanguageString(viewHtmlDialogTitle, main_1.messages[viewHtmlDialogTitle]),
|
|
117
136
|
onClose: this.onClose,
|
|
118
137
|
on: this.v3 ? undefined : {
|
|
119
138
|
"close": this.onClose
|
|
120
139
|
},
|
|
121
140
|
key: "dialog",
|
|
122
|
-
closeIcon: true,
|
|
123
141
|
dir: dir,
|
|
124
142
|
style: dir === 'rtl' ? {
|
|
125
143
|
textAlign: 'right'
|
|
126
|
-
} : undefined
|
|
144
|
+
} : undefined,
|
|
145
|
+
modal: true,
|
|
146
|
+
minimizeButton: function minimizeButton() {
|
|
147
|
+
return null;
|
|
148
|
+
},
|
|
149
|
+
maximizeButton: function maximizeButton() {
|
|
150
|
+
return null;
|
|
151
|
+
},
|
|
152
|
+
resizable: false
|
|
127
153
|
}, this.v3 ? function () {
|
|
128
154
|
return [content,
|
|
129
155
|
// @ts-ignore function children
|
|
@@ -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: 1673606993,
|
|
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.7.4-dev.
|
|
4
|
+
"version": "3.7.4-dev.202301131104",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -50,22 +50,22 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-editor-common": "1.9.3",
|
|
53
|
-
"@progress/kendo-vue-common": "3.7.4-dev.
|
|
53
|
+
"@progress/kendo-vue-common": "3.7.4-dev.202301131104"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@progress/kendo-drawing": "^1.8.0",
|
|
57
57
|
"@progress/kendo-licensing": "^1.3.0",
|
|
58
58
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
59
|
-
"@progress/kendo-vue-buttons": "3.7.4-dev.
|
|
60
|
-
"@progress/kendo-vue-dialogs": "3.7.4-dev.
|
|
61
|
-
"@progress/kendo-vue-dropdowns": "3.7.4-dev.
|
|
62
|
-
"@progress/kendo-vue-form": "3.7.4-dev.
|
|
63
|
-
"@progress/kendo-vue-inputs": "3.7.4-dev.
|
|
64
|
-
"@progress/kendo-vue-intl": "3.7.4-dev.
|
|
65
|
-
"@progress/kendo-vue-layout": "3.7.4-dev.
|
|
66
|
-
"@progress/kendo-vue-pdf": "3.7.4-dev.
|
|
67
|
-
"@progress/kendo-vue-popup": "3.7.4-dev.
|
|
68
|
-
"@progress/kendo-vue-upload": "3.7.4-dev.
|
|
59
|
+
"@progress/kendo-vue-buttons": "3.7.4-dev.202301131104",
|
|
60
|
+
"@progress/kendo-vue-dialogs": "3.7.4-dev.202301131104",
|
|
61
|
+
"@progress/kendo-vue-dropdowns": "3.7.4-dev.202301131104",
|
|
62
|
+
"@progress/kendo-vue-form": "3.7.4-dev.202301131104",
|
|
63
|
+
"@progress/kendo-vue-inputs": "3.7.4-dev.202301131104",
|
|
64
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202301131104",
|
|
65
|
+
"@progress/kendo-vue-layout": "3.7.4-dev.202301131104",
|
|
66
|
+
"@progress/kendo-vue-pdf": "3.7.4-dev.202301131104",
|
|
67
|
+
"@progress/kendo-vue-popup": "3.7.4-dev.202301131104",
|
|
68
|
+
"@progress/kendo-vue-upload": "3.7.4-dev.202301131104",
|
|
69
69
|
"prosemirror-markdown": "1.10.1",
|
|
70
70
|
"prosemirror-tables": "^1.2.5"
|
|
71
71
|
},
|