@progress/kendo-vue-editor 3.5.1 → 3.5.2-dev.202209020458
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 +1 -1
- package/dist/es/EditorProps.d.ts +1 -1
- package/dist/es/config/shortcuts.d.ts +2 -0
- package/dist/es/config/toolsSettings.js +1 -1
- package/dist/es/dialogs/FindReplace.js +1 -1
- package/dist/es/dialogs/insertImage.js +1 -1
- package/dist/es/dialogs/insertLink.js +1 -1
- package/dist/es/dialogs/viewHtml.js +1 -1
- package/dist/es/main.d.ts +1 -1
- package/dist/es/main.js +1 -1
- package/dist/es/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/messages/{index.js → main.js} +0 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tools/align.js +1 -1
- package/dist/es/tools/applyColor.js +1 -1
- package/dist/es/tools/cleanFormatting.js +1 -1
- package/dist/es/tools/findReplace.js +1 -1
- package/dist/es/tools/fontStyle.js +1 -1
- package/dist/es/tools/formatBlock.js +1 -1
- package/dist/es/tools/indent.js +1 -1
- package/dist/es/tools/inlineFormat.js +1 -1
- package/dist/es/tools/insertImage.js +1 -1
- package/dist/es/tools/insertLink.js +1 -1
- package/dist/es/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
- package/dist/es/tools/insertTable/{index.js → main.js} +0 -0
- package/dist/es/tools/insertTable/tool.js +1 -1
- package/dist/es/tools/lists.js +1 -1
- package/dist/es/tools/outdent.js +1 -1
- package/dist/es/tools/pdf.js +1 -1
- package/dist/es/tools/print.js +1 -1
- package/dist/es/tools/proseMirrorTool.js +1 -1
- package/dist/es/tools/selectAll.js +1 -1
- package/dist/es/tools/unlink.js +1 -1
- package/dist/es/tools/viewHtml.js +1 -1
- package/dist/es/utils/controlled-value.js +1 -1
- package/dist/es/utils/{index.d.ts → main.d.ts} +2 -2
- package/dist/es/utils/{index.js → main.js} +2 -2
- package/dist/esm/Editor.js +1 -1
- package/dist/esm/EditorProps.d.ts +1 -1
- package/dist/esm/config/shortcuts.d.ts +2 -0
- package/dist/esm/config/toolsSettings.js +1 -1
- package/dist/esm/dialogs/FindReplace.js +1 -1
- package/dist/esm/dialogs/insertImage.js +1 -1
- package/dist/esm/dialogs/insertLink.js +1 -1
- package/dist/esm/dialogs/viewHtml.js +1 -1
- package/dist/esm/main.d.ts +1 -1
- package/dist/esm/main.js +1 -1
- package/dist/esm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/messages/{index.js → main.js} +0 -0
- package/dist/esm/package-metadata.js +1 -1
- package/dist/esm/tools/align.js +1 -1
- package/dist/esm/tools/applyColor.js +1 -1
- package/dist/esm/tools/cleanFormatting.js +1 -1
- package/dist/esm/tools/findReplace.js +1 -1
- package/dist/esm/tools/fontStyle.js +1 -1
- package/dist/esm/tools/formatBlock.js +1 -1
- package/dist/esm/tools/indent.js +1 -1
- package/dist/esm/tools/inlineFormat.js +1 -1
- package/dist/esm/tools/insertImage.js +1 -1
- package/dist/esm/tools/insertLink.js +1 -1
- package/dist/esm/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
- package/dist/esm/tools/insertTable/{index.js → main.js} +0 -0
- package/dist/esm/tools/insertTable/tool.js +1 -1
- package/dist/esm/tools/lists.js +1 -1
- package/dist/esm/tools/outdent.js +1 -1
- package/dist/esm/tools/pdf.js +1 -1
- package/dist/esm/tools/print.js +1 -1
- package/dist/esm/tools/proseMirrorTool.js +1 -1
- package/dist/esm/tools/selectAll.js +1 -1
- package/dist/esm/tools/unlink.js +1 -1
- package/dist/esm/tools/viewHtml.js +1 -1
- package/dist/esm/utils/controlled-value.js +1 -1
- package/dist/esm/utils/{index.d.ts → main.d.ts} +2 -2
- package/dist/esm/utils/{index.js → main.js} +2 -2
- package/dist/npm/Editor.js +6 -6
- package/dist/npm/EditorProps.d.ts +1 -1
- package/dist/npm/config/shortcuts.d.ts +2 -0
- package/dist/npm/config/toolsSettings.js +79 -79
- package/dist/npm/dialogs/FindReplace.js +62 -62
- package/dist/npm/dialogs/insertImage.js +12 -12
- package/dist/npm/dialogs/insertLink.js +22 -22
- package/dist/npm/dialogs/viewHtml.js +7 -7
- package/dist/npm/main.d.ts +1 -1
- package/dist/npm/main.js +2 -2
- package/dist/npm/messages/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/messages/{index.js → main.js} +0 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/align.js +2 -2
- package/dist/npm/tools/applyColor.js +2 -2
- package/dist/npm/tools/cleanFormatting.js +2 -2
- package/dist/npm/tools/findReplace.js +2 -2
- package/dist/npm/tools/fontStyle.js +2 -2
- package/dist/npm/tools/formatBlock.js +2 -2
- package/dist/npm/tools/indent.js +2 -2
- package/dist/npm/tools/inlineFormat.js +2 -2
- package/dist/npm/tools/insertImage.js +2 -2
- package/dist/npm/tools/insertLink.js +2 -2
- package/dist/npm/tools/insertTable/{index.d.ts → main.d.ts} +0 -0
- package/dist/npm/tools/insertTable/{index.js → main.js} +0 -0
- package/dist/npm/tools/insertTable/tool.js +3 -3
- package/dist/npm/tools/lists.js +2 -2
- package/dist/npm/tools/outdent.js +2 -2
- package/dist/npm/tools/pdf.js +2 -2
- package/dist/npm/tools/print.js +2 -2
- package/dist/npm/tools/proseMirrorTool.js +2 -2
- package/dist/npm/tools/selectAll.js +2 -2
- package/dist/npm/tools/unlink.js +2 -2
- package/dist/npm/tools/viewHtml.js +2 -2
- package/dist/npm/utils/controlled-value.js +2 -2
- package/dist/npm/utils/{index.d.ts → main.d.ts} +2 -2
- package/dist/npm/utils/{index.js → main.js} +2 -2
- package/package.json +12 -12
|
@@ -19,7 +19,7 @@ var kendo_vue_layout_1 = require("@progress/kendo-vue-layout");
|
|
|
19
19
|
|
|
20
20
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var main_1 = require("../messages/main");
|
|
23
23
|
|
|
24
24
|
var toolsSettings_1 = require("./../config/toolsSettings");
|
|
25
25
|
|
|
@@ -188,7 +188,7 @@ var FindAndReplaceDialogVue2 = {
|
|
|
188
188
|
"for": "match-case"
|
|
189
189
|
},
|
|
190
190
|
"class": "k-checkbox-label"
|
|
191
|
-
}, [localization.toLanguageString(findReplaceMatchCase,
|
|
191
|
+
}, [localization.toLanguageString(findReplaceMatchCase, main_1.messages[findReplaceMatchCase])])]), h("span", [h("input", {
|
|
192
192
|
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
193
193
|
type: "checkbox",
|
|
194
194
|
attrs: this.v3 ? undefined : {
|
|
@@ -210,7 +210,7 @@ var FindAndReplaceDialogVue2 = {
|
|
|
210
210
|
"for": "match-whole"
|
|
211
211
|
},
|
|
212
212
|
"class": "k-checkbox-label"
|
|
213
|
-
}, [localization.toLanguageString(findReplaceMatchWord,
|
|
213
|
+
}, [localization.toLanguageString(findReplaceMatchWord, main_1.messages[findReplaceMatchWord])])]), h("span", [h("input", {
|
|
214
214
|
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
215
215
|
type: "checkbox",
|
|
216
216
|
attrs: this.v3 ? undefined : {
|
|
@@ -232,7 +232,7 @@ var FindAndReplaceDialogVue2 = {
|
|
|
232
232
|
"for": "match-cyclic"
|
|
233
233
|
},
|
|
234
234
|
"class": "k-checkbox-label"
|
|
235
|
-
}, [localization.toLanguageString(findReplaceMatchCyclic,
|
|
235
|
+
}, [localization.toLanguageString(findReplaceMatchCyclic, main_1.messages[findReplaceMatchCyclic])])]), h("span", [h("input", {
|
|
236
236
|
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
237
237
|
type: "checkbox",
|
|
238
238
|
attrs: this.v3 ? undefined : {
|
|
@@ -254,7 +254,7 @@ var FindAndReplaceDialogVue2 = {
|
|
|
254
254
|
"for": "regular-expression"
|
|
255
255
|
},
|
|
256
256
|
"class": "k-checkbox-label"
|
|
257
|
-
}, [localization.toLanguageString(findReplaceUseRegExp,
|
|
257
|
+
}, [localization.toLanguageString(findReplaceUseRegExp, main_1.messages[findReplaceUseRegExp])])])]);
|
|
258
258
|
|
|
259
259
|
var navigation = function navigation(findWhatRef) {
|
|
260
260
|
var isRtl = this.$props.dir === 'rtl';
|
|
@@ -273,10 +273,10 @@ var FindAndReplaceDialogVue2 = {
|
|
|
273
273
|
}, this.v3 ? function () {
|
|
274
274
|
return [h("span", {
|
|
275
275
|
"class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
|
|
276
|
-
}), localization.toLanguageString(findReplacePrevMatch,
|
|
276
|
+
}), localization.toLanguageString(findReplacePrevMatch, main_1.messages[findReplacePrevMatch])];
|
|
277
277
|
} : [h("span", {
|
|
278
278
|
"class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'right' : 'left')
|
|
279
|
-
}), localization.toLanguageString(findReplacePrevMatch,
|
|
279
|
+
}), localization.toLanguageString(findReplacePrevMatch, main_1.messages[findReplacePrevMatch])]);
|
|
280
280
|
var nextButton = // @ts-ignore function children
|
|
281
281
|
h(kendo_vue_buttons_1.Button, {
|
|
282
282
|
fillMode: 'flat',
|
|
@@ -290,17 +290,17 @@ var FindAndReplaceDialogVue2 = {
|
|
|
290
290
|
"click": this.onFindNext
|
|
291
291
|
}
|
|
292
292
|
}, this.v3 ? function () {
|
|
293
|
-
return [localization.toLanguageString(findReplaceNextMatch,
|
|
293
|
+
return [localization.toLanguageString(findReplaceNextMatch, main_1.messages[findReplaceNextMatch]), h("span", {
|
|
294
294
|
"class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
|
|
295
295
|
})];
|
|
296
|
-
} : [localization.toLanguageString(findReplaceNextMatch,
|
|
296
|
+
} : [localization.toLanguageString(findReplaceNextMatch, main_1.messages[findReplaceNextMatch]), h("span", {
|
|
297
297
|
"class": "k-icon k-i-arrow-chevron-".concat(isRtl ? 'left' : 'right')
|
|
298
298
|
})]);
|
|
299
299
|
return h("div", {
|
|
300
300
|
"class": "k-matches-container"
|
|
301
301
|
}, [prevButton, this.hasMounted && h("span", {
|
|
302
302
|
ref: findWhatRef
|
|
303
|
-
}, [this.matchesMessage(localization.toLanguageString(findReplaceMatches,
|
|
303
|
+
}, [this.matchesMessage(localization.toLanguageString(findReplaceMatches, main_1.messages[findReplaceMatches]))]), nextButton]);
|
|
304
304
|
};
|
|
305
305
|
|
|
306
306
|
var findWhatLabel = function findWhatLabel(findWhatId) {
|
|
@@ -312,7 +312,7 @@ var FindAndReplaceDialogVue2 = {
|
|
|
312
312
|
attrs: this.v3 ? undefined : {
|
|
313
313
|
"for": findWhatId
|
|
314
314
|
}
|
|
315
|
-
}, [localization.toLanguageString(findReplaceFindWhat,
|
|
315
|
+
}, [localization.toLanguageString(findReplaceFindWhat, main_1.messages[findReplaceFindWhat])])]);
|
|
316
316
|
};
|
|
317
317
|
|
|
318
318
|
var findWhat = function findWhat(findWhatId) {
|
|
@@ -351,7 +351,7 @@ var FindAndReplaceDialogVue2 = {
|
|
|
351
351
|
attrs: this.v3 ? undefined : {
|
|
352
352
|
"for": "replaceWith"
|
|
353
353
|
}
|
|
354
|
-
}, [localization.toLanguageString(findReplaceReplaceWith,
|
|
354
|
+
}, [localization.toLanguageString(findReplaceReplaceWith, main_1.messages[findReplaceReplaceWith])])]);
|
|
355
355
|
var replaceWith = h("div", {
|
|
356
356
|
"class": "k-edit-field"
|
|
357
357
|
}, [h("span", {
|
|
@@ -375,9 +375,9 @@ var FindAndReplaceDialogVue2 = {
|
|
|
375
375
|
})])]);
|
|
376
376
|
return (// @ts-ignore function children
|
|
377
377
|
h(kendo_vue_dialogs_1.Window, {
|
|
378
|
-
title: localization.toLanguageString(findReplaceDialogTitle,
|
|
378
|
+
title: localization.toLanguageString(findReplaceDialogTitle, main_1.messages[findReplaceDialogTitle]),
|
|
379
379
|
attrs: this.v3 ? undefined : {
|
|
380
|
-
title: localization.toLanguageString(findReplaceDialogTitle,
|
|
380
|
+
title: localization.toLanguageString(findReplaceDialogTitle, main_1.messages[findReplaceDialogTitle]),
|
|
381
381
|
windowStyle: {
|
|
382
382
|
width: 'auto',
|
|
383
383
|
height: 'auto',
|
|
@@ -428,9 +428,9 @@ var FindAndReplaceDialogVue2 = {
|
|
|
428
428
|
}, _this.v3 ? function () {
|
|
429
429
|
return [// @ts-ignore function children
|
|
430
430
|
h(kendo_vue_layout_1.TabStripTab, {
|
|
431
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
431
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind]),
|
|
432
432
|
attrs: _this.v3 ? undefined : {
|
|
433
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
433
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind])
|
|
434
434
|
}
|
|
435
435
|
}, _this.v3 ? function () {
|
|
436
436
|
return [h("div", {
|
|
@@ -440,9 +440,9 @@ var FindAndReplaceDialogVue2 = {
|
|
|
440
440
|
"class": "k-edit-form-container"
|
|
441
441
|
}, [findWhatLabel.call(_this, 'findWhatFind'), findWhat.call(_this, 'findWhatFind')]), checkboxes, navigation.call(_this, 'findWhatFind')]), // @ts-ignore function children
|
|
442
442
|
h(kendo_vue_layout_1.TabStripTab, {
|
|
443
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
443
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
444
444
|
attrs: _this.v3 ? undefined : {
|
|
445
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
445
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace])
|
|
446
446
|
}
|
|
447
447
|
}, _this.v3 ? function () {
|
|
448
448
|
return [h("div", {
|
|
@@ -460,8 +460,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
460
460
|
"click": _this.onReplace
|
|
461
461
|
}
|
|
462
462
|
}, _this.v3 ? function () {
|
|
463
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
464
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
463
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
464
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), // @ts-ignore function children
|
|
465
465
|
h(kendo_vue_buttons_1.Button, {
|
|
466
466
|
disabled: !Boolean(nextMatch),
|
|
467
467
|
attrs: _this.v3 ? undefined : {
|
|
@@ -472,8 +472,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
472
472
|
"click": _this.onReplaceAll
|
|
473
473
|
}
|
|
474
474
|
}, _this.v3 ? function () {
|
|
475
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
476
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
475
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
476
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')];
|
|
477
477
|
} : [h("div", {
|
|
478
478
|
"class": "k-edit-form-container"
|
|
479
479
|
}, [findWhatLabel.call(_this, 'findWhatReplace'), findWhat.call(_this, 'findWhatReplace'), replaceWithLabel, replaceWith]), h("div", {
|
|
@@ -488,8 +488,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
488
488
|
"click": _this.onReplace
|
|
489
489
|
}
|
|
490
490
|
}, _this.v3 ? function () {
|
|
491
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
492
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
491
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
492
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
493
493
|
disabled: !Boolean(nextMatch),
|
|
494
494
|
attrs: _this.v3 ? undefined : {
|
|
495
495
|
disabled: !Boolean(nextMatch)
|
|
@@ -499,12 +499,12 @@ var FindAndReplaceDialogVue2 = {
|
|
|
499
499
|
"click": _this.onReplaceAll
|
|
500
500
|
}
|
|
501
501
|
}, _this.v3 ? function () {
|
|
502
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
503
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
502
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
503
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')])];
|
|
504
504
|
} : [h(kendo_vue_layout_1.TabStripTab, {
|
|
505
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
505
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind]),
|
|
506
506
|
attrs: _this.v3 ? undefined : {
|
|
507
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
507
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind])
|
|
508
508
|
}
|
|
509
509
|
}, _this.v3 ? function () {
|
|
510
510
|
return [h("div", {
|
|
@@ -513,9 +513,9 @@ var FindAndReplaceDialogVue2 = {
|
|
|
513
513
|
} : [h("div", {
|
|
514
514
|
"class": "k-edit-form-container"
|
|
515
515
|
}, [findWhatLabel.call(_this, 'findWhatFind'), findWhat.call(_this, 'findWhatFind')]), checkboxes, navigation.call(_this, 'findWhatFind')]), h(kendo_vue_layout_1.TabStripTab, {
|
|
516
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
516
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
517
517
|
attrs: _this.v3 ? undefined : {
|
|
518
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
518
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace])
|
|
519
519
|
}
|
|
520
520
|
}, _this.v3 ? function () {
|
|
521
521
|
return [h("div", {
|
|
@@ -532,8 +532,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
532
532
|
"click": _this.onReplace
|
|
533
533
|
}
|
|
534
534
|
}, _this.v3 ? function () {
|
|
535
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
536
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
535
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
536
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
537
537
|
disabled: !Boolean(nextMatch),
|
|
538
538
|
attrs: _this.v3 ? undefined : {
|
|
539
539
|
disabled: !Boolean(nextMatch)
|
|
@@ -543,8 +543,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
543
543
|
"click": _this.onReplaceAll
|
|
544
544
|
}
|
|
545
545
|
}, _this.v3 ? function () {
|
|
546
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
547
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
546
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
547
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')];
|
|
548
548
|
} : [h("div", {
|
|
549
549
|
"class": "k-edit-form-container"
|
|
550
550
|
}, [findWhatLabel.call(_this, 'findWhatReplace'), findWhat.call(_this, 'findWhatReplace'), replaceWithLabel, replaceWith]), h("div", {
|
|
@@ -559,8 +559,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
559
559
|
"click": _this.onReplace
|
|
560
560
|
}
|
|
561
561
|
}, _this.v3 ? function () {
|
|
562
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
563
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
562
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
563
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
564
564
|
disabled: !Boolean(nextMatch),
|
|
565
565
|
attrs: _this.v3 ? undefined : {
|
|
566
566
|
disabled: !Boolean(nextMatch)
|
|
@@ -570,8 +570,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
570
570
|
"click": _this.onReplaceAll
|
|
571
571
|
}
|
|
572
572
|
}, _this.v3 ? function () {
|
|
573
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
574
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
573
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
574
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')])])];
|
|
575
575
|
} : [h(kendo_vue_layout_1.TabStrip, {
|
|
576
576
|
dir: _this.$props.dir,
|
|
577
577
|
attrs: _this.v3 ? undefined : {
|
|
@@ -588,9 +588,9 @@ var FindAndReplaceDialogVue2 = {
|
|
|
588
588
|
animation: false
|
|
589
589
|
}, _this.v3 ? function () {
|
|
590
590
|
return [h(kendo_vue_layout_1.TabStripTab, {
|
|
591
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
591
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind]),
|
|
592
592
|
attrs: _this.v3 ? undefined : {
|
|
593
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
593
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind])
|
|
594
594
|
}
|
|
595
595
|
}, _this.v3 ? function () {
|
|
596
596
|
return [h("div", {
|
|
@@ -599,9 +599,9 @@ var FindAndReplaceDialogVue2 = {
|
|
|
599
599
|
} : [h("div", {
|
|
600
600
|
"class": "k-edit-form-container"
|
|
601
601
|
}, [findWhatLabel.call(_this, 'findWhatFind'), findWhat.call(_this, 'findWhatFind')]), checkboxes, navigation.call(_this, 'findWhatFind')]), h(kendo_vue_layout_1.TabStripTab, {
|
|
602
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
602
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
603
603
|
attrs: _this.v3 ? undefined : {
|
|
604
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
604
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace])
|
|
605
605
|
}
|
|
606
606
|
}, _this.v3 ? function () {
|
|
607
607
|
return [h("div", {
|
|
@@ -618,8 +618,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
618
618
|
"click": _this.onReplace
|
|
619
619
|
}
|
|
620
620
|
}, _this.v3 ? function () {
|
|
621
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
622
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
621
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
622
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
623
623
|
disabled: !Boolean(nextMatch),
|
|
624
624
|
attrs: _this.v3 ? undefined : {
|
|
625
625
|
disabled: !Boolean(nextMatch)
|
|
@@ -629,8 +629,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
629
629
|
"click": _this.onReplaceAll
|
|
630
630
|
}
|
|
631
631
|
}, _this.v3 ? function () {
|
|
632
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
633
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
632
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
633
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')];
|
|
634
634
|
} : [h("div", {
|
|
635
635
|
"class": "k-edit-form-container"
|
|
636
636
|
}, [findWhatLabel.call(_this, 'findWhatReplace'), findWhat.call(_this, 'findWhatReplace'), replaceWithLabel, replaceWith]), h("div", {
|
|
@@ -645,8 +645,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
645
645
|
"click": _this.onReplace
|
|
646
646
|
}
|
|
647
647
|
}, _this.v3 ? function () {
|
|
648
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
649
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
648
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
649
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
650
650
|
disabled: !Boolean(nextMatch),
|
|
651
651
|
attrs: _this.v3 ? undefined : {
|
|
652
652
|
disabled: !Boolean(nextMatch)
|
|
@@ -656,12 +656,12 @@ var FindAndReplaceDialogVue2 = {
|
|
|
656
656
|
"click": _this.onReplaceAll
|
|
657
657
|
}
|
|
658
658
|
}, _this.v3 ? function () {
|
|
659
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
660
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
659
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
660
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')])];
|
|
661
661
|
} : [h(kendo_vue_layout_1.TabStripTab, {
|
|
662
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
662
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind]),
|
|
663
663
|
attrs: _this.v3 ? undefined : {
|
|
664
|
-
title: localization.toLanguageString(findReplaceTabFind,
|
|
664
|
+
title: localization.toLanguageString(findReplaceTabFind, main_1.messages[findReplaceTabFind])
|
|
665
665
|
}
|
|
666
666
|
}, _this.v3 ? function () {
|
|
667
667
|
return [h("div", {
|
|
@@ -670,9 +670,9 @@ var FindAndReplaceDialogVue2 = {
|
|
|
670
670
|
} : [h("div", {
|
|
671
671
|
"class": "k-edit-form-container"
|
|
672
672
|
}, [findWhatLabel.call(_this, 'findWhatFind'), findWhat.call(_this, 'findWhatFind')]), checkboxes, navigation.call(_this, 'findWhatFind')]), h(kendo_vue_layout_1.TabStripTab, {
|
|
673
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
673
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace]),
|
|
674
674
|
attrs: _this.v3 ? undefined : {
|
|
675
|
-
title: localization.toLanguageString(findReplaceTabReplace,
|
|
675
|
+
title: localization.toLanguageString(findReplaceTabReplace, main_1.messages[findReplaceTabReplace])
|
|
676
676
|
}
|
|
677
677
|
}, _this.v3 ? function () {
|
|
678
678
|
return [h("div", {
|
|
@@ -689,8 +689,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
689
689
|
"click": _this.onReplace
|
|
690
690
|
}
|
|
691
691
|
}, _this.v3 ? function () {
|
|
692
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
693
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
692
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
693
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
694
694
|
disabled: !Boolean(nextMatch),
|
|
695
695
|
attrs: _this.v3 ? undefined : {
|
|
696
696
|
disabled: !Boolean(nextMatch)
|
|
@@ -700,8 +700,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
700
700
|
"click": _this.onReplaceAll
|
|
701
701
|
}
|
|
702
702
|
}, _this.v3 ? function () {
|
|
703
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
704
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
703
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
704
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')];
|
|
705
705
|
} : [h("div", {
|
|
706
706
|
"class": "k-edit-form-container"
|
|
707
707
|
}, [findWhatLabel.call(_this, 'findWhatReplace'), findWhat.call(_this, 'findWhatReplace'), replaceWithLabel, replaceWith]), h("div", {
|
|
@@ -716,8 +716,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
716
716
|
"click": _this.onReplace
|
|
717
717
|
}
|
|
718
718
|
}, _this.v3 ? function () {
|
|
719
|
-
return [localization.toLanguageString(findReplaceReplace,
|
|
720
|
-
} : [localization.toLanguageString(findReplaceReplace,
|
|
719
|
+
return [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])];
|
|
720
|
+
} : [localization.toLanguageString(findReplaceReplace, main_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
721
721
|
disabled: !Boolean(nextMatch),
|
|
722
722
|
attrs: _this.v3 ? undefined : {
|
|
723
723
|
disabled: !Boolean(nextMatch)
|
|
@@ -727,8 +727,8 @@ var FindAndReplaceDialogVue2 = {
|
|
|
727
727
|
"click": _this.onReplaceAll
|
|
728
728
|
}
|
|
729
729
|
}, _this.v3 ? function () {
|
|
730
|
-
return [localization.toLanguageString(findReplaceReplaceAll,
|
|
731
|
-
} : [localization.toLanguageString(findReplaceReplaceAll,
|
|
730
|
+
return [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])];
|
|
731
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, main_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation.call(_this, 'findWhatReplace')])])])
|
|
732
732
|
); // document.body);
|
|
733
733
|
},
|
|
734
734
|
methods: {
|
|
@@ -19,7 +19,7 @@ var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
|
19
19
|
|
|
20
20
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var main_1 = require("../messages/main");
|
|
23
23
|
|
|
24
24
|
var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
25
25
|
/**
|
|
@@ -96,7 +96,7 @@ var InsertImageDialogVue2 = {
|
|
|
96
96
|
attrs: this.v3 ? undefined : {
|
|
97
97
|
"for": "k-editor-image-url"
|
|
98
98
|
}
|
|
99
|
-
}, [localization.toLanguageString(insertImageAddress,
|
|
99
|
+
}, [localization.toLanguageString(insertImageAddress, main_1.messages[insertImageAddress])])]), h("div", {
|
|
100
100
|
"class": "k-edit-field"
|
|
101
101
|
}, [h("span", {
|
|
102
102
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
@@ -120,7 +120,7 @@ var InsertImageDialogVue2 = {
|
|
|
120
120
|
attrs: this.v3 ? undefined : {
|
|
121
121
|
"for": "k-editor-image-alt"
|
|
122
122
|
}
|
|
123
|
-
}, [localization.toLanguageString(insertImageAltText,
|
|
123
|
+
}, [localization.toLanguageString(insertImageAltText, main_1.messages[insertImageAltText])])]), h("div", {
|
|
124
124
|
"class": "k-edit-field"
|
|
125
125
|
}, [h("span", {
|
|
126
126
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
@@ -144,7 +144,7 @@ var InsertImageDialogVue2 = {
|
|
|
144
144
|
attrs: this.v3 ? undefined : {
|
|
145
145
|
"for": "k-editor-image-title"
|
|
146
146
|
}
|
|
147
|
-
}, [localization.toLanguageString(insertImageTitle,
|
|
147
|
+
}, [localization.toLanguageString(insertImageTitle, main_1.messages[insertImageTitle])])]), h("div", {
|
|
148
148
|
"class": "k-edit-field"
|
|
149
149
|
}, [h("span", {
|
|
150
150
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
@@ -168,7 +168,7 @@ var InsertImageDialogVue2 = {
|
|
|
168
168
|
attrs: this.v3 ? undefined : {
|
|
169
169
|
"for": "k-editor-image-width"
|
|
170
170
|
}
|
|
171
|
-
}, [localization.toLanguageString(insertImageWidth,
|
|
171
|
+
}, [localization.toLanguageString(insertImageWidth, main_1.messages[insertImageWidth])])]), h("div", {
|
|
172
172
|
"class": "k-edit-field"
|
|
173
173
|
}, [h("span", {
|
|
174
174
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
@@ -192,7 +192,7 @@ var InsertImageDialogVue2 = {
|
|
|
192
192
|
attrs: this.v3 ? undefined : {
|
|
193
193
|
"for": "k-editor-image-height"
|
|
194
194
|
}
|
|
195
|
-
}, [localization.toLanguageString(insertImageHeight,
|
|
195
|
+
}, [localization.toLanguageString(insertImageHeight, main_1.messages[insertImageHeight])])]), h("div", {
|
|
196
196
|
"class": "k-edit-field"
|
|
197
197
|
}, [h("span", {
|
|
198
198
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
@@ -224,8 +224,8 @@ var InsertImageDialogVue2 = {
|
|
|
224
224
|
dir: dir,
|
|
225
225
|
key: "cancel"
|
|
226
226
|
}, this.v3 ? function () {
|
|
227
|
-
return [localization.toLanguageString(insertImageCancel,
|
|
228
|
-
} : [localization.toLanguageString(insertImageCancel,
|
|
227
|
+
return [localization.toLanguageString(insertImageCancel, main_1.messages[insertImageCancel])];
|
|
228
|
+
} : [localization.toLanguageString(insertImageCancel, main_1.messages[insertImageCancel])]), // @ts-ignore function children
|
|
229
229
|
h(kendo_vue_buttons_1.Button, {
|
|
230
230
|
type: "button",
|
|
231
231
|
attrs: this.v3 ? undefined : {
|
|
@@ -241,13 +241,13 @@ var InsertImageDialogVue2 = {
|
|
|
241
241
|
dir: dir,
|
|
242
242
|
key: "insert"
|
|
243
243
|
}, this.v3 ? function () {
|
|
244
|
-
return [localization.toLanguageString(insertImageInsert,
|
|
245
|
-
} : [localization.toLanguageString(insertImageInsert,
|
|
244
|
+
return [localization.toLanguageString(insertImageInsert, main_1.messages[insertImageInsert])];
|
|
245
|
+
} : [localization.toLanguageString(insertImageInsert, main_1.messages[insertImageInsert])])];
|
|
246
246
|
var dialog = // @ts-ignore function children
|
|
247
247
|
h(kendo_vue_dialogs_1.Dialog, {
|
|
248
|
-
title: localization.toLanguageString(insertImageDialogTitle,
|
|
248
|
+
title: localization.toLanguageString(insertImageDialogTitle, main_1.messages[insertImageDialogTitle]),
|
|
249
249
|
attrs: this.v3 ? undefined : {
|
|
250
|
-
title: localization.toLanguageString(insertImageDialogTitle,
|
|
250
|
+
title: localization.toLanguageString(insertImageDialogTitle, main_1.messages[insertImageDialogTitle]),
|
|
251
251
|
closeIcon: true,
|
|
252
252
|
dir: dir
|
|
253
253
|
},
|
|
@@ -19,7 +19,7 @@ var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
|
19
19
|
|
|
20
20
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var main_1 = require("../messages/main");
|
|
23
23
|
|
|
24
24
|
var kendo_vue_common_1 = require("@progress/kendo-vue-common");
|
|
25
25
|
/**
|
|
@@ -86,7 +86,7 @@ var InsertLinkDialogVue2 = {
|
|
|
86
86
|
attrs: this.v3 ? undefined : {
|
|
87
87
|
"for": "k-editor-link-url"
|
|
88
88
|
}
|
|
89
|
-
}, [localization.toLanguageString(insertHyperlinkAddress,
|
|
89
|
+
}, [localization.toLanguageString(insertHyperlinkAddress, main_1.messages[insertHyperlinkAddress])])]), h("div", {
|
|
90
90
|
"class": "k-edit-field"
|
|
91
91
|
}, [h("span", {
|
|
92
92
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
@@ -110,7 +110,7 @@ var InsertLinkDialogVue2 = {
|
|
|
110
110
|
attrs: this.v3 ? undefined : {
|
|
111
111
|
"for": "k-editor-link-text"
|
|
112
112
|
}
|
|
113
|
-
}, [localization.toLanguageString(insertHyperlinkTitle,
|
|
113
|
+
}, [localization.toLanguageString(insertHyperlinkTitle, main_1.messages[insertHyperlinkTitle])])]), h("div", {
|
|
114
114
|
"class": "k-edit-field k-editor-link-text-row"
|
|
115
115
|
}, [h("span", {
|
|
116
116
|
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
@@ -148,12 +148,12 @@ var InsertLinkDialogVue2 = {
|
|
|
148
148
|
"for": "k-editor-link-target"
|
|
149
149
|
},
|
|
150
150
|
"class": "k-checkbox-label"
|
|
151
|
-
}, [localization.toLanguageString(insertHyperlinkNewWindow,
|
|
151
|
+
}, [localization.toLanguageString(insertHyperlinkNewWindow, main_1.messages[insertHyperlinkNewWindow])])])]);
|
|
152
152
|
var dialog = // @ts-ignore function children
|
|
153
153
|
h(kendo_vue_dialogs_1.Dialog, {
|
|
154
|
-
title: localization.toLanguageString(insertHyperlinkDialogTitle,
|
|
154
|
+
title: localization.toLanguageString(insertHyperlinkDialogTitle, main_1.messages[insertHyperlinkDialogTitle]),
|
|
155
155
|
attrs: this.v3 ? undefined : {
|
|
156
|
-
title: localization.toLanguageString(insertHyperlinkDialogTitle,
|
|
156
|
+
title: localization.toLanguageString(insertHyperlinkDialogTitle, main_1.messages[insertHyperlinkDialogTitle]),
|
|
157
157
|
closeIcon: true,
|
|
158
158
|
dir: dir
|
|
159
159
|
},
|
|
@@ -183,8 +183,8 @@ var InsertLinkDialogVue2 = {
|
|
|
183
183
|
dir: dir,
|
|
184
184
|
key: "cancel"
|
|
185
185
|
}, _this.v3 ? function () {
|
|
186
|
-
return [localization.toLanguageString(insertHyperlinkCancel,
|
|
187
|
-
} : [localization.toLanguageString(insertHyperlinkCancel,
|
|
186
|
+
return [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])];
|
|
187
|
+
} : [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])]), // @ts-ignore function children
|
|
188
188
|
h(kendo_vue_buttons_1.Button, {
|
|
189
189
|
type: "button",
|
|
190
190
|
attrs: _this.v3 ? undefined : {
|
|
@@ -200,8 +200,8 @@ var InsertLinkDialogVue2 = {
|
|
|
200
200
|
dir: dir,
|
|
201
201
|
key: "insert"
|
|
202
202
|
}, _this.v3 ? function () {
|
|
203
|
-
return [localization.toLanguageString(insertHyperlinkInsert,
|
|
204
|
-
} : [localization.toLanguageString(insertHyperlinkInsert,
|
|
203
|
+
return [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])];
|
|
204
|
+
} : [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])])];
|
|
205
205
|
} : [h(kendo_vue_buttons_1.Button, {
|
|
206
206
|
type: "button",
|
|
207
207
|
attrs: _this.v3 ? undefined : {
|
|
@@ -215,8 +215,8 @@ var InsertLinkDialogVue2 = {
|
|
|
215
215
|
dir: dir,
|
|
216
216
|
key: "cancel"
|
|
217
217
|
}, _this.v3 ? function () {
|
|
218
|
-
return [localization.toLanguageString(insertHyperlinkCancel,
|
|
219
|
-
} : [localization.toLanguageString(insertHyperlinkCancel,
|
|
218
|
+
return [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])];
|
|
219
|
+
} : [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])]), h(kendo_vue_buttons_1.Button, {
|
|
220
220
|
type: "button",
|
|
221
221
|
attrs: _this.v3 ? undefined : {
|
|
222
222
|
type: "button",
|
|
@@ -231,8 +231,8 @@ var InsertLinkDialogVue2 = {
|
|
|
231
231
|
dir: dir,
|
|
232
232
|
key: "insert"
|
|
233
233
|
}, _this.v3 ? function () {
|
|
234
|
-
return [localization.toLanguageString(insertHyperlinkInsert,
|
|
235
|
-
} : [localization.toLanguageString(insertHyperlinkInsert,
|
|
234
|
+
return [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])];
|
|
235
|
+
} : [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])])])];
|
|
236
236
|
} : [content, h(kendo_vue_dialogs_1.DialogActionsBar, _this.v3 ? function () {
|
|
237
237
|
return [h(kendo_vue_buttons_1.Button, {
|
|
238
238
|
type: "button",
|
|
@@ -247,8 +247,8 @@ var InsertLinkDialogVue2 = {
|
|
|
247
247
|
dir: dir,
|
|
248
248
|
key: "cancel"
|
|
249
249
|
}, _this.v3 ? function () {
|
|
250
|
-
return [localization.toLanguageString(insertHyperlinkCancel,
|
|
251
|
-
} : [localization.toLanguageString(insertHyperlinkCancel,
|
|
250
|
+
return [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])];
|
|
251
|
+
} : [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])]), h(kendo_vue_buttons_1.Button, {
|
|
252
252
|
type: "button",
|
|
253
253
|
attrs: _this.v3 ? undefined : {
|
|
254
254
|
type: "button",
|
|
@@ -263,8 +263,8 @@ var InsertLinkDialogVue2 = {
|
|
|
263
263
|
dir: dir,
|
|
264
264
|
key: "insert"
|
|
265
265
|
}, _this.v3 ? function () {
|
|
266
|
-
return [localization.toLanguageString(insertHyperlinkInsert,
|
|
267
|
-
} : [localization.toLanguageString(insertHyperlinkInsert,
|
|
266
|
+
return [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])];
|
|
267
|
+
} : [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])])];
|
|
268
268
|
} : [h(kendo_vue_buttons_1.Button, {
|
|
269
269
|
type: "button",
|
|
270
270
|
attrs: _this.v3 ? undefined : {
|
|
@@ -278,8 +278,8 @@ var InsertLinkDialogVue2 = {
|
|
|
278
278
|
dir: dir,
|
|
279
279
|
key: "cancel"
|
|
280
280
|
}, _this.v3 ? function () {
|
|
281
|
-
return [localization.toLanguageString(insertHyperlinkCancel,
|
|
282
|
-
} : [localization.toLanguageString(insertHyperlinkCancel,
|
|
281
|
+
return [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])];
|
|
282
|
+
} : [localization.toLanguageString(insertHyperlinkCancel, main_1.messages[insertHyperlinkCancel])]), h(kendo_vue_buttons_1.Button, {
|
|
283
283
|
type: "button",
|
|
284
284
|
attrs: _this.v3 ? undefined : {
|
|
285
285
|
type: "button",
|
|
@@ -294,8 +294,8 @@ var InsertLinkDialogVue2 = {
|
|
|
294
294
|
dir: dir,
|
|
295
295
|
key: "insert"
|
|
296
296
|
}, _this.v3 ? function () {
|
|
297
|
-
return [localization.toLanguageString(insertHyperlinkInsert,
|
|
298
|
-
} : [localization.toLanguageString(insertHyperlinkInsert,
|
|
297
|
+
return [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])];
|
|
298
|
+
} : [localization.toLanguageString(insertHyperlinkInsert, main_1.messages[insertHyperlinkInsert])])])]);
|
|
299
299
|
return dialog;
|
|
300
300
|
},
|
|
301
301
|
methods: {
|
|
@@ -19,7 +19,7 @@ var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
|
19
19
|
|
|
20
20
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var main_1 = require("../messages/main");
|
|
23
23
|
|
|
24
24
|
var props_key_1 = require("./../utils/props-key");
|
|
25
25
|
|
|
@@ -91,8 +91,8 @@ var ViewHtmlDialogVue2 = {
|
|
|
91
91
|
dir: dir,
|
|
92
92
|
key: "cancel"
|
|
93
93
|
}, this.v3 ? function () {
|
|
94
|
-
return [localization.toLanguageString(viewHtmlCancel,
|
|
95
|
-
} : [localization.toLanguageString(viewHtmlCancel,
|
|
94
|
+
return [localization.toLanguageString(viewHtmlCancel, main_1.messages[viewHtmlCancel])];
|
|
95
|
+
} : [localization.toLanguageString(viewHtmlCancel, main_1.messages[viewHtmlCancel])]), // @ts-ignore function children
|
|
96
96
|
h(kendo_vue_buttons_1.Button, {
|
|
97
97
|
type: "button",
|
|
98
98
|
attrs: this.v3 ? undefined : {
|
|
@@ -108,13 +108,13 @@ var ViewHtmlDialogVue2 = {
|
|
|
108
108
|
dir: dir,
|
|
109
109
|
key: "update"
|
|
110
110
|
}, this.v3 ? function () {
|
|
111
|
-
return [localization.toLanguageString(viewHtmlUpdate,
|
|
112
|
-
} : [localization.toLanguageString(viewHtmlUpdate,
|
|
111
|
+
return [localization.toLanguageString(viewHtmlUpdate, main_1.messages[viewHtmlUpdate])];
|
|
112
|
+
} : [localization.toLanguageString(viewHtmlUpdate, main_1.messages[viewHtmlUpdate])])];
|
|
113
113
|
var dialog = // @ts-ignore function children
|
|
114
114
|
h(kendo_vue_dialogs_1.Dialog, {
|
|
115
|
-
title: localization.toLanguageString(viewHtmlDialogTitle,
|
|
115
|
+
title: localization.toLanguageString(viewHtmlDialogTitle, main_1.messages[viewHtmlDialogTitle]),
|
|
116
116
|
attrs: this.v3 ? undefined : {
|
|
117
|
-
title: localization.toLanguageString(viewHtmlDialogTitle,
|
|
117
|
+
title: localization.toLanguageString(viewHtmlDialogTitle, main_1.messages[viewHtmlDialogTitle]),
|
|
118
118
|
closeIcon: true,
|
|
119
119
|
dir: dir
|
|
120
120
|
},
|
package/dist/npm/main.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { Editor } from './Editor';
|
|
|
2
2
|
import { EditorProps, EditorMountEvent, EditorPasteEvent, EditorChangeEvent, EditorExecuteEvent, EditorFocusEvent, EditorBlurEvent } from './EditorProps';
|
|
3
3
|
import { EditorTools } from './tools/main';
|
|
4
4
|
import { EditorToolsSettings } from './config/toolsSettings';
|
|
5
|
-
import { EditorUtils } from './utils';
|
|
5
|
+
import { EditorUtils } from './utils/main';
|
|
6
6
|
import { Selection, SelectionRange, TextSelection, NodeSelection, AllSelection, EditorState, Plugin, PluginKey, Transaction, Decoration, DecorationSet, EditorView, Node, ResolvedPos, NodeRange, Fragment, Slice, ReplaceError, Mark, Schema, NodeType, MarkType, ContentMatch, DOMParser, DOMSerializer, Transform, Step, StepResult, joinPoint, canJoin, canSplit, insertPoint, dropPoint, liftTarget, findWrapping, StepMap, MapResult, Mapping, AddMarkStep, RemoveMarkStep, ReplaceStep, ReplaceAroundStep, replaceStep, deleteSelection, joinBackward, selectNodeBackward, joinForward, selectNodeForward, joinUp, joinDown, lift, newlineInCode, exitCode, createParagraphNear, liftEmptyBlock, splitBlock, splitBlockKeepMarks, selectParentNode, selectAll, wrapIn, setBlockType, toggleMark, autoJoin, chainCommands, history, undo, redo, undoDepth, redoDepth, InputRule, inputRules, undoInputRule, wrappingInputRule, textblockTypeInputRule, keymap, keydownHandler, addListNodes, wrapInList, splitListItem, liftListItem, sinkListItem, dropCursor, gapCursor, tableEditing, fixTables, cellAround, isInTable, selectionCell, moveCellForward, inSameTable, findCell, colCount, nextCell, removeColSpan, addColSpan, columnIsHeader, tableNodes, tableNodeTypes, CellSelection, TableMap, columnResizing, updateColumnsOnResize, selectedRect, addColumn, addColumnBefore, addColumnAfter, deleteColumn, rowIsHeader, addRow, deleteRow, mergeCells, splitCell, splitCellWithType, setCellAttr, toggleHeader, toggleHeaderRow, toggleHeaderColumn, toggleHeaderCell, goToNextCell, deleteTable } from '@progress/kendo-editor-common';
|
|
7
7
|
export { Shortcuts } from './config/shortcuts';
|
|
8
8
|
export { PasteCleanupSettings } from './config/pasteSettings';
|
package/dist/npm/main.js
CHANGED
|
@@ -5,8 +5,8 @@ var Editor_1 = require("./Editor");
|
|
|
5
5
|
Object.defineProperty(exports, "Editor", { enumerable: true, get: function () { return Editor_1.Editor; } });
|
|
6
6
|
var toolsSettings_1 = require("./config/toolsSettings");
|
|
7
7
|
Object.defineProperty(exports, "EditorToolsSettings", { enumerable: true, get: function () { return toolsSettings_1.EditorToolsSettings; } });
|
|
8
|
-
var
|
|
9
|
-
Object.defineProperty(exports, "EditorUtils", { enumerable: true, get: function () { return
|
|
8
|
+
var main_1 = require("./utils/main");
|
|
9
|
+
Object.defineProperty(exports, "EditorUtils", { enumerable: true, get: function () { return main_1.EditorUtils; } });
|
|
10
10
|
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
11
11
|
/**
|
|
12
12
|
* An object containing the content of ProseMirror packages used at the Editor component.
|