@progress/kendo-vue-editor 2.7.2 → 2.8.0-dev.202201121019
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 -0
- package/dist/es/Editor.d.ts +49 -131
- package/dist/es/Editor.js +66 -37
- package/dist/es/EditorProps.d.ts +11 -5
- package/dist/es/additionalTypes.ts +7 -1
- package/dist/es/config/toolsSettings.js +2 -2
- package/dist/es/dialogs/FindReplace.d.ts +5 -6
- package/dist/es/dialogs/FindReplace.js +103 -57
- package/dist/es/dialogs/insertImage.d.ts +5 -6
- package/dist/es/dialogs/insertImage.js +23 -13
- package/dist/es/dialogs/insertLink.d.ts +5 -6
- package/dist/es/dialogs/insertLink.js +12 -8
- package/dist/es/dialogs/viewHtml.d.ts +5 -6
- package/dist/es/dialogs/viewHtml.js +3 -3
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tools/align.d.ts +36 -0
- package/dist/es/tools/{Align.js → align.js} +3 -3
- package/dist/es/tools/applyColor.d.ts +5 -6
- package/dist/es/tools/applyColor.js +3 -3
- package/dist/es/tools/cleanFormatting.d.ts +5 -6
- package/dist/es/tools/cleanFormatting.js +3 -3
- package/dist/es/tools/findReplace.d.ts +5 -6
- package/dist/es/tools/findReplace.js +3 -3
- package/dist/es/tools/fontStyle.d.ts +5 -6
- package/dist/es/tools/fontStyle.js +12 -7
- package/dist/es/tools/formatBlock.d.ts +5 -6
- package/dist/es/tools/formatBlock.js +11 -6
- package/dist/es/tools/indent.d.ts +41 -0
- package/dist/es/tools/{Indent.js → indent.js} +3 -3
- package/dist/{npm/tools/InlineFormat.d.ts → es/tools/inlineFormat.d.ts} +5 -6
- package/dist/es/tools/{InlineFormat.js → inlineFormat.js} +3 -3
- package/dist/es/tools/insertImage.d.ts +5 -6
- package/dist/es/tools/insertImage.js +3 -3
- package/dist/es/tools/insertLink.d.ts +5 -6
- package/dist/es/tools/insertLink.js +3 -3
- package/dist/es/tools/insertTable/popup.d.ts +5 -6
- package/dist/es/tools/insertTable/popup.js +3 -3
- package/dist/es/tools/insertTable/popupGrid.d.ts +5 -6
- package/dist/es/tools/insertTable/popupGrid.js +3 -3
- package/dist/es/tools/insertTable/tool.d.ts +5 -6
- package/dist/es/tools/insertTable/tool.js +3 -3
- package/dist/es/tools/lists.d.ts +5 -6
- package/dist/es/tools/lists.js +3 -3
- package/dist/es/tools/outdent.d.ts +41 -0
- package/dist/es/tools/{Outdent.js → outdent.js} +3 -3
- package/dist/es/tools/pdf.d.ts +5 -6
- package/dist/es/tools/pdf.js +3 -3
- package/dist/es/tools/print.d.ts +5 -6
- package/dist/es/tools/print.js +3 -3
- package/dist/es/tools/proseMirrorTool.d.ts +5 -6
- package/dist/es/tools/proseMirrorTool.js +3 -3
- package/dist/es/tools/selectAll.d.ts +5 -6
- package/dist/es/tools/selectAll.js +3 -3
- package/dist/es/tools/unlink.d.ts +5 -6
- package/dist/es/tools/unlink.js +3 -3
- package/dist/es/tools/viewHtml.d.ts +5 -6
- package/dist/es/tools/viewHtml.js +3 -3
- package/dist/npm/Editor.d.ts +49 -131
- package/dist/npm/Editor.js +81 -52
- package/dist/npm/EditorProps.d.ts +11 -5
- package/dist/npm/additionalTypes.ts +7 -1
- package/dist/npm/config/toolsSettings.js +1 -1
- package/dist/npm/dialogs/FindReplace.d.ts +5 -6
- package/dist/npm/dialogs/FindReplace.js +106 -59
- package/dist/npm/dialogs/insertImage.d.ts +5 -6
- package/dist/npm/dialogs/insertImage.js +25 -15
- package/dist/npm/dialogs/insertLink.d.ts +5 -6
- package/dist/npm/dialogs/insertLink.js +14 -10
- package/dist/npm/dialogs/viewHtml.d.ts +5 -6
- package/dist/npm/dialogs/viewHtml.js +5 -5
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/align.d.ts +36 -0
- package/dist/npm/tools/{Align.js → align.js} +5 -5
- package/dist/npm/tools/applyColor.d.ts +5 -6
- package/dist/npm/tools/applyColor.js +5 -5
- package/dist/npm/tools/cleanFormatting.d.ts +5 -6
- package/dist/npm/tools/cleanFormatting.js +5 -5
- package/dist/npm/tools/findReplace.d.ts +5 -6
- package/dist/npm/tools/findReplace.js +5 -5
- package/dist/npm/tools/fontStyle.d.ts +5 -6
- package/dist/npm/tools/fontStyle.js +14 -9
- package/dist/npm/tools/formatBlock.d.ts +5 -6
- package/dist/npm/tools/formatBlock.js +13 -8
- package/dist/npm/tools/indent.d.ts +41 -0
- package/dist/npm/tools/{Indent.js → indent.js} +5 -5
- package/dist/{es/tools/InlineFormat.d.ts → npm/tools/inlineFormat.d.ts} +5 -6
- package/dist/npm/tools/{InlineFormat.js → inlineFormat.js} +5 -5
- package/dist/npm/tools/insertImage.d.ts +5 -6
- package/dist/npm/tools/insertImage.js +5 -5
- package/dist/npm/tools/insertLink.d.ts +5 -6
- package/dist/npm/tools/insertLink.js +5 -5
- package/dist/npm/tools/insertTable/popup.d.ts +5 -6
- package/dist/npm/tools/insertTable/popup.js +5 -5
- package/dist/npm/tools/insertTable/popupGrid.d.ts +5 -6
- package/dist/npm/tools/insertTable/popupGrid.js +5 -5
- package/dist/npm/tools/insertTable/tool.d.ts +5 -6
- package/dist/npm/tools/insertTable/tool.js +5 -5
- package/dist/npm/tools/lists.d.ts +5 -6
- package/dist/npm/tools/lists.js +5 -5
- package/dist/npm/tools/outdent.d.ts +41 -0
- package/dist/npm/tools/{Outdent.js → outdent.js} +5 -5
- package/dist/npm/tools/pdf.d.ts +5 -6
- package/dist/npm/tools/pdf.js +5 -5
- package/dist/npm/tools/print.d.ts +5 -6
- package/dist/npm/tools/print.js +5 -5
- package/dist/npm/tools/proseMirrorTool.d.ts +5 -6
- package/dist/npm/tools/proseMirrorTool.js +5 -5
- package/dist/npm/tools/selectAll.d.ts +5 -6
- package/dist/npm/tools/selectAll.js +5 -5
- package/dist/npm/tools/unlink.d.ts +5 -6
- package/dist/npm/tools/unlink.js +5 -5
- package/dist/npm/tools/viewHtml.d.ts +5 -6
- package/dist/npm/tools/viewHtml.js +5 -5
- package/package.json +12 -12
- package/dist/es/tools/Align.d.ts +0 -37
- package/dist/es/tools/Indent.d.ts +0 -42
- package/dist/es/tools/Outdent.d.ts +0 -42
- package/dist/npm/tools/Align.d.ts +0 -37
- package/dist/npm/tools/Indent.d.ts +0 -42
- package/dist/npm/tools/Outdent.d.ts +0 -42
|
@@ -3,13 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.FindAndReplaceDialogVue2 = exports.FindAndReplaceDialog = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
10
10
|
var allVue = Vue;
|
|
11
11
|
var gh = allVue.h;
|
|
12
12
|
|
|
13
|
+
var kendo_vue_buttons_1 = require("@progress/kendo-vue-buttons");
|
|
14
|
+
|
|
13
15
|
var kendo_vue_dialogs_1 = require("@progress/kendo-vue-dialogs");
|
|
14
16
|
|
|
15
17
|
var kendo_vue_layout_1 = require("@progress/kendo-vue-layout");
|
|
@@ -28,7 +30,7 @@ var enter = 13,
|
|
|
28
30
|
esc = 27;
|
|
29
31
|
var settings = toolsSettings_1.EditorToolsSettings.findAndReplace; // tslint:enable:max-line-length
|
|
30
32
|
|
|
31
|
-
var
|
|
33
|
+
var FindAndReplaceDialogVue2 = {
|
|
32
34
|
name: 'KendoFindAndReplaceDialog',
|
|
33
35
|
props: {
|
|
34
36
|
view: Object,
|
|
@@ -45,6 +47,9 @@ var FindAndReplaceDialog = {
|
|
|
45
47
|
default: null
|
|
46
48
|
}
|
|
47
49
|
},
|
|
50
|
+
created: function created() {
|
|
51
|
+
this.matches = undefined;
|
|
52
|
+
},
|
|
48
53
|
data: function data() {
|
|
49
54
|
return {
|
|
50
55
|
selectedTab: 0,
|
|
@@ -149,7 +154,7 @@ var FindAndReplaceDialog = {
|
|
|
149
154
|
var checkboxes = h("div", {
|
|
150
155
|
"class": "k-search-options"
|
|
151
156
|
}, [h("span", [h("input", {
|
|
152
|
-
"class": "k-checkbox",
|
|
157
|
+
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
153
158
|
type: "checkbox",
|
|
154
159
|
attrs: this.v3 ? undefined : {
|
|
155
160
|
type: "checkbox",
|
|
@@ -171,7 +176,7 @@ var FindAndReplaceDialog = {
|
|
|
171
176
|
},
|
|
172
177
|
"class": "k-checkbox-label"
|
|
173
178
|
}, [localization.toLanguageString(findReplaceMatchCase, messages_1.messages[findReplaceMatchCase])])]), h("span", [h("input", {
|
|
174
|
-
"class": "k-checkbox",
|
|
179
|
+
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
175
180
|
type: "checkbox",
|
|
176
181
|
attrs: this.v3 ? undefined : {
|
|
177
182
|
type: "checkbox",
|
|
@@ -193,7 +198,7 @@ var FindAndReplaceDialog = {
|
|
|
193
198
|
},
|
|
194
199
|
"class": "k-checkbox-label"
|
|
195
200
|
}, [localization.toLanguageString(findReplaceMatchWord, messages_1.messages[findReplaceMatchWord])])]), h("span", [h("input", {
|
|
196
|
-
"class": "k-checkbox",
|
|
201
|
+
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
197
202
|
type: "checkbox",
|
|
198
203
|
attrs: this.v3 ? undefined : {
|
|
199
204
|
type: "checkbox",
|
|
@@ -215,7 +220,7 @@ var FindAndReplaceDialog = {
|
|
|
215
220
|
},
|
|
216
221
|
"class": "k-checkbox-label"
|
|
217
222
|
}, [localization.toLanguageString(findReplaceMatchCyclic, messages_1.messages[findReplaceMatchCyclic])])]), h("span", [h("input", {
|
|
218
|
-
"class": "k-checkbox",
|
|
223
|
+
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
219
224
|
type: "checkbox",
|
|
220
225
|
attrs: this.v3 ? undefined : {
|
|
221
226
|
type: "checkbox",
|
|
@@ -239,21 +244,41 @@ var FindAndReplaceDialog = {
|
|
|
239
244
|
}, [localization.toLanguageString(findReplaceUseRegExp, messages_1.messages[findReplaceUseRegExp])])])]);
|
|
240
245
|
var navigation = h("div", {
|
|
241
246
|
"class": "k-matches-container"
|
|
242
|
-
}, [
|
|
243
|
-
|
|
247
|
+
}, [// @ts-ignore function children
|
|
248
|
+
h(kendo_vue_buttons_1.Button, {
|
|
249
|
+
fillMode: 'flat',
|
|
250
|
+
attrs: this.v3 ? undefined : {
|
|
251
|
+
fillMode: 'flat',
|
|
252
|
+
themeColor: 'primary'
|
|
253
|
+
},
|
|
254
|
+
themeColor: 'primary',
|
|
244
255
|
onClick: this.onFindPrev,
|
|
245
256
|
on: this.v3 ? undefined : {
|
|
246
257
|
"click": this.onFindPrev
|
|
247
258
|
}
|
|
248
|
-
},
|
|
259
|
+
}, this.v3 ? function () {
|
|
260
|
+
return [h("span", {
|
|
261
|
+
"class": "k-icon k-i-arrow-chevron-left"
|
|
262
|
+
}), localization.toLanguageString(findReplacePrevMatch, messages_1.messages[findReplacePrevMatch])];
|
|
263
|
+
} : [h("span", {
|
|
249
264
|
"class": "k-icon k-i-arrow-chevron-left"
|
|
250
|
-
}), localization.toLanguageString(findReplacePrevMatch, messages_1.messages[findReplacePrevMatch])]), h("span", [this.matchesMessage(localization.toLanguageString(findReplaceMatches, messages_1.messages[findReplaceMatches]))]),
|
|
251
|
-
|
|
265
|
+
}), localization.toLanguageString(findReplacePrevMatch, messages_1.messages[findReplacePrevMatch])]), h("span", [this.matchesMessage(localization.toLanguageString(findReplaceMatches, messages_1.messages[findReplaceMatches]))]), // @ts-ignore function children
|
|
266
|
+
h(kendo_vue_buttons_1.Button, {
|
|
267
|
+
fillMode: 'flat',
|
|
268
|
+
attrs: this.v3 ? undefined : {
|
|
269
|
+
fillMode: 'flat',
|
|
270
|
+
themeColor: 'primary'
|
|
271
|
+
},
|
|
272
|
+
themeColor: 'primary',
|
|
252
273
|
onClick: this.onFindNext,
|
|
253
274
|
on: this.v3 ? undefined : {
|
|
254
275
|
"click": this.onFindNext
|
|
255
276
|
}
|
|
256
|
-
},
|
|
277
|
+
}, this.v3 ? function () {
|
|
278
|
+
return [localization.toLanguageString(findReplaceNextMatch, messages_1.messages[findReplaceNextMatch]), h("span", {
|
|
279
|
+
"class": "k-icon k-i-arrow-chevron-right"
|
|
280
|
+
})];
|
|
281
|
+
} : [localization.toLanguageString(findReplaceNextMatch, messages_1.messages[findReplaceNextMatch]), h("span", {
|
|
257
282
|
"class": "k-icon k-i-arrow-chevron-right"
|
|
258
283
|
})])]);
|
|
259
284
|
var findWhatLabel = h("div", {
|
|
@@ -266,6 +291,8 @@ var FindAndReplaceDialog = {
|
|
|
266
291
|
}, [localization.toLanguageString(findReplaceFindWhat, messages_1.messages[findReplaceFindWhat])])]);
|
|
267
292
|
var findWhat = h("div", {
|
|
268
293
|
"class": "k-edit-field"
|
|
294
|
+
}, [h("span", {
|
|
295
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
269
296
|
}, [h("input", {
|
|
270
297
|
id: "findWhat",
|
|
271
298
|
attrs: this.v3 ? undefined : {
|
|
@@ -274,7 +301,7 @@ var FindAndReplaceDialog = {
|
|
|
274
301
|
autoFocus: true
|
|
275
302
|
},
|
|
276
303
|
type: "text",
|
|
277
|
-
"class": "k-
|
|
304
|
+
"class": "k-input-inner",
|
|
278
305
|
value: this.v3 ? searchText : null,
|
|
279
306
|
domProps: this.v3 ? undefined : {
|
|
280
307
|
"value": searchText
|
|
@@ -288,7 +315,7 @@ var FindAndReplaceDialog = {
|
|
|
288
315
|
onFocus: this.onSearchChange,
|
|
289
316
|
onKeydown: this.onKeyDown,
|
|
290
317
|
autoFocus: true
|
|
291
|
-
})]);
|
|
318
|
+
})])]);
|
|
292
319
|
var replaceWithLabel = h("div", {
|
|
293
320
|
"class": "k-edit-label"
|
|
294
321
|
}, [h("label", {
|
|
@@ -299,13 +326,15 @@ var FindAndReplaceDialog = {
|
|
|
299
326
|
}, [localization.toLanguageString(findReplaceReplaceWith, messages_1.messages[findReplaceReplaceWith])])]);
|
|
300
327
|
var replaceWith = h("div", {
|
|
301
328
|
"class": "k-edit-field"
|
|
329
|
+
}, [h("span", {
|
|
330
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
302
331
|
}, [h("input", {
|
|
303
332
|
id: "replaceWith",
|
|
304
333
|
attrs: this.v3 ? undefined : {
|
|
305
334
|
id: "replaceWith",
|
|
306
335
|
type: "text"
|
|
307
336
|
},
|
|
308
|
-
"class": "k-
|
|
337
|
+
"class": "k-input-inner",
|
|
309
338
|
type: "text",
|
|
310
339
|
value: this.v3 ? replaceText : null,
|
|
311
340
|
domProps: this.v3 ? undefined : {
|
|
@@ -315,7 +344,7 @@ var FindAndReplaceDialog = {
|
|
|
315
344
|
on: this.v3 ? undefined : {
|
|
316
345
|
"input": this.onReplaceChange
|
|
317
346
|
}
|
|
318
|
-
})]);
|
|
347
|
+
})])]);
|
|
319
348
|
return (// @ts-ignore function children
|
|
320
349
|
h(kendo_vue_dialogs_1.Window, {
|
|
321
350
|
title: localization.toLanguageString(findReplaceDialogTitle, messages_1.messages[findReplaceDialogTitle]),
|
|
@@ -388,8 +417,8 @@ var FindAndReplaceDialog = {
|
|
|
388
417
|
"class": "k-edit-form-container"
|
|
389
418
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
390
419
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
391
|
-
}, [
|
|
392
|
-
|
|
420
|
+
}, [// @ts-ignore function children
|
|
421
|
+
h(kendo_vue_buttons_1.Button, {
|
|
393
422
|
disabled: !Boolean(nextMatch),
|
|
394
423
|
attrs: _this.v3 ? undefined : {
|
|
395
424
|
disabled: !Boolean(nextMatch)
|
|
@@ -398,8 +427,10 @@ var FindAndReplaceDialog = {
|
|
|
398
427
|
on: _this.v3 ? undefined : {
|
|
399
428
|
"click": _this.onReplace
|
|
400
429
|
}
|
|
401
|
-
},
|
|
402
|
-
|
|
430
|
+
}, _this.v3 ? function () {
|
|
431
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
432
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), // @ts-ignore function children
|
|
433
|
+
h(kendo_vue_buttons_1.Button, {
|
|
403
434
|
disabled: !Boolean(nextMatch),
|
|
404
435
|
attrs: _this.v3 ? undefined : {
|
|
405
436
|
disabled: !Boolean(nextMatch)
|
|
@@ -408,13 +439,14 @@ var FindAndReplaceDialog = {
|
|
|
408
439
|
on: _this.v3 ? undefined : {
|
|
409
440
|
"click": _this.onReplaceAll
|
|
410
441
|
}
|
|
411
|
-
},
|
|
442
|
+
}, _this.v3 ? function () {
|
|
443
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
444
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation];
|
|
412
445
|
} : [h("div", {
|
|
413
446
|
"class": "k-edit-form-container"
|
|
414
447
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
415
448
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
416
|
-
}, [h(
|
|
417
|
-
"class": "k-button",
|
|
449
|
+
}, [h(kendo_vue_buttons_1.Button, {
|
|
418
450
|
disabled: !Boolean(nextMatch),
|
|
419
451
|
attrs: _this.v3 ? undefined : {
|
|
420
452
|
disabled: !Boolean(nextMatch)
|
|
@@ -423,8 +455,9 @@ var FindAndReplaceDialog = {
|
|
|
423
455
|
on: _this.v3 ? undefined : {
|
|
424
456
|
"click": _this.onReplace
|
|
425
457
|
}
|
|
426
|
-
},
|
|
427
|
-
|
|
458
|
+
}, _this.v3 ? function () {
|
|
459
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
460
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
428
461
|
disabled: !Boolean(nextMatch),
|
|
429
462
|
attrs: _this.v3 ? undefined : {
|
|
430
463
|
disabled: !Boolean(nextMatch)
|
|
@@ -433,7 +466,9 @@ var FindAndReplaceDialog = {
|
|
|
433
466
|
on: _this.v3 ? undefined : {
|
|
434
467
|
"click": _this.onReplaceAll
|
|
435
468
|
}
|
|
436
|
-
},
|
|
469
|
+
}, _this.v3 ? function () {
|
|
470
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
471
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation])];
|
|
437
472
|
} : [h(kendo_vue_layout_1.TabStripTab, {
|
|
438
473
|
title: localization.toLanguageString(findReplaceTabFind, messages_1.messages[findReplaceTabFind]),
|
|
439
474
|
attrs: _this.v3 ? undefined : {
|
|
@@ -455,8 +490,7 @@ var FindAndReplaceDialog = {
|
|
|
455
490
|
"class": "k-edit-form-container"
|
|
456
491
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
457
492
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
458
|
-
}, [h(
|
|
459
|
-
"class": "k-button",
|
|
493
|
+
}, [h(kendo_vue_buttons_1.Button, {
|
|
460
494
|
disabled: !Boolean(nextMatch),
|
|
461
495
|
attrs: _this.v3 ? undefined : {
|
|
462
496
|
disabled: !Boolean(nextMatch)
|
|
@@ -465,8 +499,9 @@ var FindAndReplaceDialog = {
|
|
|
465
499
|
on: _this.v3 ? undefined : {
|
|
466
500
|
"click": _this.onReplace
|
|
467
501
|
}
|
|
468
|
-
},
|
|
469
|
-
|
|
502
|
+
}, _this.v3 ? function () {
|
|
503
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
504
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
470
505
|
disabled: !Boolean(nextMatch),
|
|
471
506
|
attrs: _this.v3 ? undefined : {
|
|
472
507
|
disabled: !Boolean(nextMatch)
|
|
@@ -475,13 +510,14 @@ var FindAndReplaceDialog = {
|
|
|
475
510
|
on: _this.v3 ? undefined : {
|
|
476
511
|
"click": _this.onReplaceAll
|
|
477
512
|
}
|
|
478
|
-
},
|
|
513
|
+
}, _this.v3 ? function () {
|
|
514
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
515
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation];
|
|
479
516
|
} : [h("div", {
|
|
480
517
|
"class": "k-edit-form-container"
|
|
481
518
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
482
519
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
483
|
-
}, [h(
|
|
484
|
-
"class": "k-button",
|
|
520
|
+
}, [h(kendo_vue_buttons_1.Button, {
|
|
485
521
|
disabled: !Boolean(nextMatch),
|
|
486
522
|
attrs: _this.v3 ? undefined : {
|
|
487
523
|
disabled: !Boolean(nextMatch)
|
|
@@ -490,8 +526,9 @@ var FindAndReplaceDialog = {
|
|
|
490
526
|
on: _this.v3 ? undefined : {
|
|
491
527
|
"click": _this.onReplace
|
|
492
528
|
}
|
|
493
|
-
},
|
|
494
|
-
|
|
529
|
+
}, _this.v3 ? function () {
|
|
530
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
531
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
495
532
|
disabled: !Boolean(nextMatch),
|
|
496
533
|
attrs: _this.v3 ? undefined : {
|
|
497
534
|
disabled: !Boolean(nextMatch)
|
|
@@ -500,7 +537,9 @@ var FindAndReplaceDialog = {
|
|
|
500
537
|
on: _this.v3 ? undefined : {
|
|
501
538
|
"click": _this.onReplaceAll
|
|
502
539
|
}
|
|
503
|
-
},
|
|
540
|
+
}, _this.v3 ? function () {
|
|
541
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
542
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation])])];
|
|
504
543
|
} : [h(kendo_vue_layout_1.TabStrip, {
|
|
505
544
|
selected: _this.selectedTab,
|
|
506
545
|
attrs: _this.v3 ? undefined : {
|
|
@@ -535,8 +574,7 @@ var FindAndReplaceDialog = {
|
|
|
535
574
|
"class": "k-edit-form-container"
|
|
536
575
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
537
576
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
538
|
-
}, [h(
|
|
539
|
-
"class": "k-button",
|
|
577
|
+
}, [h(kendo_vue_buttons_1.Button, {
|
|
540
578
|
disabled: !Boolean(nextMatch),
|
|
541
579
|
attrs: _this.v3 ? undefined : {
|
|
542
580
|
disabled: !Boolean(nextMatch)
|
|
@@ -545,8 +583,9 @@ var FindAndReplaceDialog = {
|
|
|
545
583
|
on: _this.v3 ? undefined : {
|
|
546
584
|
"click": _this.onReplace
|
|
547
585
|
}
|
|
548
|
-
},
|
|
549
|
-
|
|
586
|
+
}, _this.v3 ? function () {
|
|
587
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
588
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
550
589
|
disabled: !Boolean(nextMatch),
|
|
551
590
|
attrs: _this.v3 ? undefined : {
|
|
552
591
|
disabled: !Boolean(nextMatch)
|
|
@@ -555,13 +594,14 @@ var FindAndReplaceDialog = {
|
|
|
555
594
|
on: _this.v3 ? undefined : {
|
|
556
595
|
"click": _this.onReplaceAll
|
|
557
596
|
}
|
|
558
|
-
},
|
|
597
|
+
}, _this.v3 ? function () {
|
|
598
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
599
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation];
|
|
559
600
|
} : [h("div", {
|
|
560
601
|
"class": "k-edit-form-container"
|
|
561
602
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
562
603
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
563
|
-
}, [h(
|
|
564
|
-
"class": "k-button",
|
|
604
|
+
}, [h(kendo_vue_buttons_1.Button, {
|
|
565
605
|
disabled: !Boolean(nextMatch),
|
|
566
606
|
attrs: _this.v3 ? undefined : {
|
|
567
607
|
disabled: !Boolean(nextMatch)
|
|
@@ -570,8 +610,9 @@ var FindAndReplaceDialog = {
|
|
|
570
610
|
on: _this.v3 ? undefined : {
|
|
571
611
|
"click": _this.onReplace
|
|
572
612
|
}
|
|
573
|
-
},
|
|
574
|
-
|
|
613
|
+
}, _this.v3 ? function () {
|
|
614
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
615
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
575
616
|
disabled: !Boolean(nextMatch),
|
|
576
617
|
attrs: _this.v3 ? undefined : {
|
|
577
618
|
disabled: !Boolean(nextMatch)
|
|
@@ -580,7 +621,9 @@ var FindAndReplaceDialog = {
|
|
|
580
621
|
on: _this.v3 ? undefined : {
|
|
581
622
|
"click": _this.onReplaceAll
|
|
582
623
|
}
|
|
583
|
-
},
|
|
624
|
+
}, _this.v3 ? function () {
|
|
625
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
626
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation])];
|
|
584
627
|
} : [h(kendo_vue_layout_1.TabStripTab, {
|
|
585
628
|
title: localization.toLanguageString(findReplaceTabFind, messages_1.messages[findReplaceTabFind]),
|
|
586
629
|
attrs: _this.v3 ? undefined : {
|
|
@@ -602,8 +645,7 @@ var FindAndReplaceDialog = {
|
|
|
602
645
|
"class": "k-edit-form-container"
|
|
603
646
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
604
647
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
605
|
-
}, [h(
|
|
606
|
-
"class": "k-button",
|
|
648
|
+
}, [h(kendo_vue_buttons_1.Button, {
|
|
607
649
|
disabled: !Boolean(nextMatch),
|
|
608
650
|
attrs: _this.v3 ? undefined : {
|
|
609
651
|
disabled: !Boolean(nextMatch)
|
|
@@ -612,8 +654,9 @@ var FindAndReplaceDialog = {
|
|
|
612
654
|
on: _this.v3 ? undefined : {
|
|
613
655
|
"click": _this.onReplace
|
|
614
656
|
}
|
|
615
|
-
},
|
|
616
|
-
|
|
657
|
+
}, _this.v3 ? function () {
|
|
658
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
659
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
617
660
|
disabled: !Boolean(nextMatch),
|
|
618
661
|
attrs: _this.v3 ? undefined : {
|
|
619
662
|
disabled: !Boolean(nextMatch)
|
|
@@ -622,13 +665,14 @@ var FindAndReplaceDialog = {
|
|
|
622
665
|
on: _this.v3 ? undefined : {
|
|
623
666
|
"click": _this.onReplaceAll
|
|
624
667
|
}
|
|
625
|
-
},
|
|
668
|
+
}, _this.v3 ? function () {
|
|
669
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
670
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation];
|
|
626
671
|
} : [h("div", {
|
|
627
672
|
"class": "k-edit-form-container"
|
|
628
673
|
}, [findWhatLabel, findWhat, replaceWithLabel, replaceWith]), h("div", {
|
|
629
674
|
"class": "k-actions k-hstack k-justify-content-end"
|
|
630
|
-
}, [h(
|
|
631
|
-
"class": "k-button",
|
|
675
|
+
}, [h(kendo_vue_buttons_1.Button, {
|
|
632
676
|
disabled: !Boolean(nextMatch),
|
|
633
677
|
attrs: _this.v3 ? undefined : {
|
|
634
678
|
disabled: !Boolean(nextMatch)
|
|
@@ -637,8 +681,9 @@ var FindAndReplaceDialog = {
|
|
|
637
681
|
on: _this.v3 ? undefined : {
|
|
638
682
|
"click": _this.onReplace
|
|
639
683
|
}
|
|
640
|
-
},
|
|
641
|
-
|
|
684
|
+
}, _this.v3 ? function () {
|
|
685
|
+
return [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])];
|
|
686
|
+
} : [localization.toLanguageString(findReplaceReplace, messages_1.messages[findReplaceReplace])]), h(kendo_vue_buttons_1.Button, {
|
|
642
687
|
disabled: !Boolean(nextMatch),
|
|
643
688
|
attrs: _this.v3 ? undefined : {
|
|
644
689
|
disabled: !Boolean(nextMatch)
|
|
@@ -647,7 +692,9 @@ var FindAndReplaceDialog = {
|
|
|
647
692
|
on: _this.v3 ? undefined : {
|
|
648
693
|
"click": _this.onReplaceAll
|
|
649
694
|
}
|
|
650
|
-
},
|
|
695
|
+
}, _this.v3 ? function () {
|
|
696
|
+
return [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])];
|
|
697
|
+
} : [localization.toLanguageString(findReplaceReplaceAll, messages_1.messages[findReplaceReplaceAll])])]), checkboxes, navigation])])])
|
|
651
698
|
); // document.body);
|
|
652
699
|
},
|
|
653
700
|
methods: {
|
|
@@ -800,6 +847,6 @@ var FindAndReplaceDialog = {
|
|
|
800
847
|
}
|
|
801
848
|
}
|
|
802
849
|
};
|
|
803
|
-
exports.
|
|
804
|
-
var
|
|
805
|
-
exports.
|
|
850
|
+
exports.FindAndReplaceDialogVue2 = FindAndReplaceDialogVue2;
|
|
851
|
+
var FindAndReplaceDialog = FindAndReplaceDialogVue2;
|
|
852
|
+
exports.FindAndReplaceDialog = FindAndReplaceDialog;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -45,8 +44,8 @@ export interface InsertImageDialogData {
|
|
|
45
44
|
/**
|
|
46
45
|
* @hidden
|
|
47
46
|
*/
|
|
48
|
-
export interface InsertImageDialogAll extends
|
|
47
|
+
export interface InsertImageDialogAll extends Vue2type, InsertImageDialogMethods, InsertImageDialogData, InsertImageDialogComputed, InsertImageDialogState {
|
|
49
48
|
}
|
|
50
|
-
declare let
|
|
51
|
-
declare const
|
|
52
|
-
export { InsertImageDialog,
|
|
49
|
+
declare let InsertImageDialogVue2: ComponentOptions<InsertImageDialogAll, DefaultData<InsertImageDialogData>, DefaultMethods<InsertImageDialogAll>, InsertImageDialogComputed, RecordPropsDefinition<InsertImageDialogProps>>;
|
|
50
|
+
declare const InsertImageDialog: DefineComponent<InsertImageDialogProps, any, InsertImageDialogData, InsertImageDialogComputed, InsertImageDialogMethods, {}, {}, {}, string, InsertImageDialogProps, InsertImageDialogProps, {}>;
|
|
51
|
+
export { InsertImageDialog, InsertImageDialogVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.InsertImageDialogVue2 = exports.InsertImageDialog = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -21,7 +21,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
|
21
21
|
var messages_1 = require("./../messages"); // tslint:enable:max-line-length
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
var
|
|
24
|
+
var InsertImageDialogVue2 = {
|
|
25
25
|
name: 'KendoInsertImageDialog',
|
|
26
26
|
props: {
|
|
27
27
|
view: Object,
|
|
@@ -86,6 +86,8 @@ var InsertImageDialog = {
|
|
|
86
86
|
}
|
|
87
87
|
}, [localization.toLanguageString(insertImageAddress, messages_1.messages[insertImageAddress])])]), h("div", {
|
|
88
88
|
"class": "k-edit-field"
|
|
89
|
+
}, [h("span", {
|
|
90
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
89
91
|
}, [h("input", {
|
|
90
92
|
type: "text",
|
|
91
93
|
attrs: this.v3 ? undefined : {
|
|
@@ -93,7 +95,7 @@ var InsertImageDialog = {
|
|
|
93
95
|
id: "k-editor-image-url",
|
|
94
96
|
autoFocus: true
|
|
95
97
|
},
|
|
96
|
-
"class": "k-
|
|
98
|
+
"class": "k-input-inner",
|
|
97
99
|
id: "k-editor-image-url",
|
|
98
100
|
value: this.v3 ? attrs.src : null,
|
|
99
101
|
domProps: this.v3 ? undefined : {
|
|
@@ -103,7 +105,7 @@ var InsertImageDialog = {
|
|
|
103
105
|
_this.srcRef = el;
|
|
104
106
|
} : 'src',
|
|
105
107
|
autoFocus: true
|
|
106
|
-
})]), h("div", {
|
|
108
|
+
})])]), h("div", {
|
|
107
109
|
"class": "k-edit-label"
|
|
108
110
|
}, [h("label", {
|
|
109
111
|
"for": "k-editor-image-alt",
|
|
@@ -112,13 +114,15 @@ var InsertImageDialog = {
|
|
|
112
114
|
}
|
|
113
115
|
}, [localization.toLanguageString(insertImageAltText, messages_1.messages[insertImageAltText])])]), h("div", {
|
|
114
116
|
"class": "k-edit-field"
|
|
117
|
+
}, [h("span", {
|
|
118
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
115
119
|
}, [h("input", {
|
|
116
120
|
type: "text",
|
|
117
121
|
attrs: this.v3 ? undefined : {
|
|
118
122
|
type: "text",
|
|
119
123
|
id: "k-editor-image-alt"
|
|
120
124
|
},
|
|
121
|
-
"class": "k-
|
|
125
|
+
"class": "k-input-inner",
|
|
122
126
|
id: "k-editor-image-alt",
|
|
123
127
|
value: this.v3 ? attrs.alt : null,
|
|
124
128
|
domProps: this.v3 ? undefined : {
|
|
@@ -127,7 +131,7 @@ var InsertImageDialog = {
|
|
|
127
131
|
ref: this.v3 ? function (el) {
|
|
128
132
|
_this.altTextRef = el;
|
|
129
133
|
} : 'altText'
|
|
130
|
-
})]), h("div", {
|
|
134
|
+
})])]), h("div", {
|
|
131
135
|
"class": "k-edit-label"
|
|
132
136
|
}, [h("label", {
|
|
133
137
|
"for": "k-editor-image-title",
|
|
@@ -136,13 +140,15 @@ var InsertImageDialog = {
|
|
|
136
140
|
}
|
|
137
141
|
}, [localization.toLanguageString(insertImageTitle, messages_1.messages[insertImageTitle])])]), h("div", {
|
|
138
142
|
"class": "k-edit-field"
|
|
143
|
+
}, [h("span", {
|
|
144
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
139
145
|
}, [h("input", {
|
|
140
146
|
type: "text",
|
|
141
147
|
attrs: this.v3 ? undefined : {
|
|
142
148
|
type: "text",
|
|
143
149
|
id: "k-editor-image-title"
|
|
144
150
|
},
|
|
145
|
-
"class": "k-
|
|
151
|
+
"class": "k-input-inner",
|
|
146
152
|
id: "k-editor-image-title",
|
|
147
153
|
value: this.v3 ? attrs.title : null,
|
|
148
154
|
domProps: this.v3 ? undefined : {
|
|
@@ -151,7 +157,7 @@ var InsertImageDialog = {
|
|
|
151
157
|
ref: this.v3 ? function (el) {
|
|
152
158
|
_this.titleRef = el;
|
|
153
159
|
} : 'title'
|
|
154
|
-
})]), h("div", {
|
|
160
|
+
})])]), h("div", {
|
|
155
161
|
"class": "k-edit-label"
|
|
156
162
|
}, [h("label", {
|
|
157
163
|
"for": "k-editor-image-width",
|
|
@@ -160,13 +166,15 @@ var InsertImageDialog = {
|
|
|
160
166
|
}
|
|
161
167
|
}, [localization.toLanguageString(insertImageWidth, messages_1.messages[insertImageWidth])])]), h("div", {
|
|
162
168
|
"class": "k-edit-field"
|
|
169
|
+
}, [h("span", {
|
|
170
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
163
171
|
}, [h("input", {
|
|
164
172
|
type: "text",
|
|
165
173
|
attrs: this.v3 ? undefined : {
|
|
166
174
|
type: "text",
|
|
167
175
|
id: "k-editor-image-width"
|
|
168
176
|
},
|
|
169
|
-
"class": "k-
|
|
177
|
+
"class": "k-input-inner",
|
|
170
178
|
id: "k-editor-image-width",
|
|
171
179
|
value: this.v3 ? attrs.width : null,
|
|
172
180
|
domProps: this.v3 ? undefined : {
|
|
@@ -175,7 +183,7 @@ var InsertImageDialog = {
|
|
|
175
183
|
ref: this.v3 ? function (el) {
|
|
176
184
|
_this.widthRef = el;
|
|
177
185
|
} : 'width'
|
|
178
|
-
})]), h("div", {
|
|
186
|
+
})])]), h("div", {
|
|
179
187
|
"class": "k-edit-label"
|
|
180
188
|
}, [h("label", {
|
|
181
189
|
"for": "k-editor-image-height",
|
|
@@ -184,13 +192,15 @@ var InsertImageDialog = {
|
|
|
184
192
|
}
|
|
185
193
|
}, [localization.toLanguageString(insertImageHeight, messages_1.messages[insertImageHeight])])]), h("div", {
|
|
186
194
|
"class": "k-edit-field"
|
|
195
|
+
}, [h("span", {
|
|
196
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
187
197
|
}, [h("input", {
|
|
188
198
|
type: "text",
|
|
189
199
|
attrs: this.v3 ? undefined : {
|
|
190
200
|
type: "text",
|
|
191
201
|
id: "k-editor-image-height"
|
|
192
202
|
},
|
|
193
|
-
"class": "k-
|
|
203
|
+
"class": "k-input-inner",
|
|
194
204
|
id: "k-editor-image-height",
|
|
195
205
|
value: this.v3 ? attrs.height : null,
|
|
196
206
|
domProps: this.v3 ? undefined : {
|
|
@@ -199,7 +209,7 @@ var InsertImageDialog = {
|
|
|
199
209
|
ref: this.v3 ? function (el) {
|
|
200
210
|
_this.heightRef = el;
|
|
201
211
|
} : 'height'
|
|
202
|
-
})])]);
|
|
212
|
+
})])])]);
|
|
203
213
|
var actionButtons = [// @ts-ignore function children
|
|
204
214
|
h(kendo_vue_buttons_1.Button, {
|
|
205
215
|
onClick: this.onClose,
|
|
@@ -291,6 +301,6 @@ var InsertImageDialog = {
|
|
|
291
301
|
}
|
|
292
302
|
}
|
|
293
303
|
};
|
|
294
|
-
exports.
|
|
295
|
-
var
|
|
296
|
-
exports.
|
|
304
|
+
exports.InsertImageDialogVue2 = InsertImageDialogVue2;
|
|
305
|
+
var InsertImageDialog = InsertImageDialogVue2;
|
|
306
|
+
exports.InsertImageDialog = InsertImageDialog;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { DefineComponent } from '../additionalTypes';
|
|
2
|
-
import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
3
2
|
declare type DefaultData<V> = object | ((this: V) => {});
|
|
4
3
|
declare type DefaultMethods<V> = {
|
|
5
4
|
[key: string]: (this: V, ...args: any[]) => any;
|
|
@@ -43,8 +42,8 @@ export interface InsertLinkDialogData {
|
|
|
43
42
|
/**
|
|
44
43
|
* @hidden
|
|
45
44
|
*/
|
|
46
|
-
export interface InsertLinkDialogAll extends
|
|
45
|
+
export interface InsertLinkDialogAll extends Vue2type, InsertLinkDialogMethods, InsertLinkDialogData, InsertLinkDialogComputed, InsertLinkDialogState {
|
|
47
46
|
}
|
|
48
|
-
declare let
|
|
49
|
-
declare const
|
|
50
|
-
export { InsertLinkDialog,
|
|
47
|
+
declare let InsertLinkDialogVue2: ComponentOptions<InsertLinkDialogAll, DefaultData<InsertLinkDialogData>, DefaultMethods<InsertLinkDialogAll>, InsertLinkDialogComputed, RecordPropsDefinition<InsertLinkDialogProps>>;
|
|
48
|
+
declare const InsertLinkDialog: DefineComponent<InsertLinkDialogProps, any, InsertLinkDialogData, InsertLinkDialogComputed, InsertLinkDialogMethods, {}, {}, {}, string, InsertLinkDialogProps, InsertLinkDialogProps, {}>;
|
|
49
|
+
export { InsertLinkDialog, InsertLinkDialogVue2 };
|