@progress/kendo-vue-editor 2.7.3 → 3.0.0-dev.202201141128
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.d.ts +49 -131
- package/dist/es/Editor.js +51 -25
- package/dist/es/EditorProps.d.ts +11 -5
- package/dist/es/additionalTypes.ts +7 -1
- package/dist/es/config/toolsSettings.d.ts +4 -0
- package/dist/es/dialogs/FindReplace.d.ts +6 -7
- package/dist/es/dialogs/FindReplace.js +203 -131
- 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/main.d.ts +19 -0
- package/dist/es/main.js +19 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tools/align.d.ts +5 -6
- package/dist/es/tools/align.js +5 -5
- package/dist/es/tools/applyColor.d.ts +5 -6
- package/dist/es/tools/applyColor.js +9 -5
- package/dist/es/tools/cleanFormatting.d.ts +5 -6
- package/dist/es/tools/cleanFormatting.js +5 -5
- package/dist/es/tools/findReplace.d.ts +5 -6
- package/dist/es/tools/findReplace.js +7 -7
- package/dist/es/tools/fontStyle.d.ts +5 -6
- package/dist/es/tools/fontStyle.js +5 -5
- package/dist/es/tools/formatBlock.d.ts +5 -6
- package/dist/es/tools/formatBlock.js +5 -5
- package/dist/es/tools/indent.d.ts +5 -6
- package/dist/es/tools/indent.js +5 -5
- package/dist/es/tools/inlineFormat.d.ts +5 -6
- package/dist/es/tools/inlineFormat.js +5 -5
- package/dist/es/tools/insertImage.d.ts +5 -6
- package/dist/es/tools/insertImage.js +5 -5
- package/dist/es/tools/insertLink.d.ts +5 -6
- package/dist/es/tools/insertLink.js +5 -5
- 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 +5 -5
- package/dist/es/tools/lists.d.ts +5 -6
- package/dist/es/tools/lists.js +5 -5
- package/dist/es/tools/outdent.d.ts +5 -6
- package/dist/es/tools/outdent.js +5 -5
- package/dist/es/tools/pdf.d.ts +5 -6
- package/dist/es/tools/pdf.js +5 -5
- package/dist/es/tools/print.d.ts +5 -6
- package/dist/es/tools/print.js +5 -5
- package/dist/es/tools/proseMirrorTool.d.ts +5 -6
- package/dist/es/tools/proseMirrorTool.js +5 -5
- package/dist/es/tools/selectAll.d.ts +5 -6
- package/dist/es/tools/selectAll.js +5 -5
- package/dist/es/tools/unlink.d.ts +5 -6
- package/dist/es/tools/unlink.js +5 -5
- package/dist/es/tools/viewHtml.d.ts +5 -6
- package/dist/es/tools/viewHtml.js +5 -5
- package/dist/npm/Editor.d.ts +49 -131
- package/dist/npm/Editor.js +52 -26
- package/dist/npm/EditorProps.d.ts +11 -5
- package/dist/npm/additionalTypes.ts +7 -1
- package/dist/npm/config/toolsSettings.d.ts +4 -0
- package/dist/npm/dialogs/FindReplace.d.ts +6 -7
- package/dist/npm/dialogs/FindReplace.js +206 -133
- 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/main.d.ts +19 -0
- package/dist/npm/main.js +38 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/align.d.ts +5 -6
- package/dist/npm/tools/align.js +7 -7
- package/dist/npm/tools/applyColor.d.ts +5 -6
- package/dist/npm/tools/applyColor.js +11 -7
- package/dist/npm/tools/cleanFormatting.d.ts +5 -6
- package/dist/npm/tools/cleanFormatting.js +7 -7
- package/dist/npm/tools/findReplace.d.ts +5 -6
- package/dist/npm/tools/findReplace.js +9 -9
- package/dist/npm/tools/fontStyle.d.ts +5 -6
- package/dist/npm/tools/fontStyle.js +7 -7
- package/dist/npm/tools/formatBlock.d.ts +5 -6
- package/dist/npm/tools/formatBlock.js +7 -7
- package/dist/npm/tools/indent.d.ts +5 -6
- package/dist/npm/tools/indent.js +7 -7
- package/dist/npm/tools/inlineFormat.d.ts +5 -6
- package/dist/npm/tools/inlineFormat.js +7 -7
- package/dist/npm/tools/insertImage.d.ts +5 -6
- package/dist/npm/tools/insertImage.js +7 -7
- package/dist/npm/tools/insertLink.d.ts +5 -6
- package/dist/npm/tools/insertLink.js +7 -7
- 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 +7 -7
- package/dist/npm/tools/lists.d.ts +5 -6
- package/dist/npm/tools/lists.js +7 -7
- package/dist/npm/tools/outdent.d.ts +5 -6
- package/dist/npm/tools/outdent.js +7 -7
- package/dist/npm/tools/pdf.d.ts +5 -6
- package/dist/npm/tools/pdf.js +7 -7
- package/dist/npm/tools/print.d.ts +5 -6
- package/dist/npm/tools/print.js +7 -7
- package/dist/npm/tools/proseMirrorTool.d.ts +5 -6
- package/dist/npm/tools/proseMirrorTool.js +7 -7
- package/dist/npm/tools/selectAll.d.ts +5 -6
- package/dist/npm/tools/selectAll.js +7 -7
- package/dist/npm/tools/unlink.d.ts +5 -6
- package/dist/npm/tools/unlink.js +7 -7
- package/dist/npm/tools/viewHtml.d.ts +5 -6
- package/dist/npm/tools/viewHtml.js +7 -7
- package/package.json +12 -12
|
@@ -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 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.InsertLinkDialogVue2 = exports.InsertLinkDialog = 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 InsertLinkDialogVue2 = {
|
|
25
25
|
name: 'KendoInsertLinkDialog',
|
|
26
26
|
props: {
|
|
27
27
|
view: Object,
|
|
@@ -76,6 +76,8 @@ var InsertLinkDialog = {
|
|
|
76
76
|
}
|
|
77
77
|
}, [localization.toLanguageString(insertHyperlinkAddress, messages_1.messages[insertHyperlinkAddress])])]), h("div", {
|
|
78
78
|
"class": "k-edit-field"
|
|
79
|
+
}, [h("span", {
|
|
80
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
79
81
|
}, [h("input", {
|
|
80
82
|
type: "text",
|
|
81
83
|
attrs: this.v3 ? undefined : {
|
|
@@ -83,7 +85,7 @@ var InsertLinkDialog = {
|
|
|
83
85
|
id: "k-editor-link-url",
|
|
84
86
|
autoFocus: true
|
|
85
87
|
},
|
|
86
|
-
"class": "k-
|
|
88
|
+
"class": "k-input-inner",
|
|
87
89
|
ref: this.v3 ? function (el) {
|
|
88
90
|
_this.hrefRef = el;
|
|
89
91
|
} : 'href',
|
|
@@ -93,7 +95,7 @@ var InsertLinkDialog = {
|
|
|
93
95
|
"value": linkMark && linkMark.attrs.href || undefined
|
|
94
96
|
},
|
|
95
97
|
autoFocus: true
|
|
96
|
-
})]), h("div", {
|
|
98
|
+
})])]), h("div", {
|
|
97
99
|
"class": "k-edit-label k-editor-link-text-row"
|
|
98
100
|
}, [h("label", {
|
|
99
101
|
"for": "k-editor-link-text",
|
|
@@ -102,13 +104,15 @@ var InsertLinkDialog = {
|
|
|
102
104
|
}
|
|
103
105
|
}, [localization.toLanguageString(insertHyperlinkTitle, messages_1.messages[insertHyperlinkTitle])])]), h("div", {
|
|
104
106
|
"class": "k-edit-field k-editor-link-text-row"
|
|
107
|
+
}, [h("span", {
|
|
108
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
105
109
|
}, [h("input", {
|
|
106
110
|
type: "text",
|
|
107
111
|
attrs: this.v3 ? undefined : {
|
|
108
112
|
type: "text",
|
|
109
113
|
id: "k-editor-link-text"
|
|
110
114
|
},
|
|
111
|
-
"class": "k-
|
|
115
|
+
"class": "k-input-inner",
|
|
112
116
|
id: "k-editor-link-text",
|
|
113
117
|
ref: this.v3 ? function (el) {
|
|
114
118
|
_this.titleRef = el;
|
|
@@ -117,7 +121,7 @@ var InsertLinkDialog = {
|
|
|
117
121
|
domProps: this.v3 ? undefined : {
|
|
118
122
|
"value": linkMark && linkMark.attrs.title || undefined
|
|
119
123
|
}
|
|
120
|
-
})]), settings.linkTarget !== false && h("div", {
|
|
124
|
+
})])]), settings.linkTarget !== false && h("div", {
|
|
121
125
|
"class": "k-edit-field"
|
|
122
126
|
}, [h("input", {
|
|
123
127
|
type: "checkbox",
|
|
@@ -125,7 +129,7 @@ var InsertLinkDialog = {
|
|
|
125
129
|
type: "checkbox",
|
|
126
130
|
id: "k-editor-link-target"
|
|
127
131
|
},
|
|
128
|
-
"class": "k-checkbox",
|
|
132
|
+
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
129
133
|
id: "k-editor-link-target",
|
|
130
134
|
ref: this.v3 ? function (el) {
|
|
131
135
|
_this.targetRef = el;
|
|
@@ -295,6 +299,6 @@ var InsertLinkDialog = {
|
|
|
295
299
|
}
|
|
296
300
|
}
|
|
297
301
|
};
|
|
298
|
-
exports.
|
|
299
|
-
var
|
|
300
|
-
exports.
|
|
302
|
+
exports.InsertLinkDialogVue2 = InsertLinkDialogVue2;
|
|
303
|
+
var InsertLinkDialog = InsertLinkDialogVue2;
|
|
304
|
+
exports.InsertLinkDialog = InsertLinkDialog;
|
|
@@ -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;
|
|
@@ -42,8 +41,8 @@ export interface ViewHtmlDialogData {
|
|
|
42
41
|
/**
|
|
43
42
|
* @hidden
|
|
44
43
|
*/
|
|
45
|
-
export interface ViewHtmlDialogAll extends
|
|
44
|
+
export interface ViewHtmlDialogAll extends Vue2type, ViewHtmlDialogMethods, ViewHtmlDialogData, ViewHtmlDialogComputed, ViewHtmlDialogState {
|
|
46
45
|
}
|
|
47
|
-
declare let
|
|
48
|
-
declare const
|
|
49
|
-
export { ViewHtmlDialog,
|
|
46
|
+
declare let ViewHtmlDialogVue2: ComponentOptions<ViewHtmlDialogAll, DefaultData<ViewHtmlDialogData>, DefaultMethods<ViewHtmlDialogAll>, ViewHtmlDialogComputed, RecordPropsDefinition<ViewHtmlDialogProps>>;
|
|
47
|
+
declare const ViewHtmlDialog: DefineComponent<ViewHtmlDialogProps, any, ViewHtmlDialogData, ViewHtmlDialogComputed, ViewHtmlDialogMethods, {}, {}, {}, string, ViewHtmlDialogProps, ViewHtmlDialogProps, {}>;
|
|
48
|
+
export { ViewHtmlDialog, ViewHtmlDialogVue2 };
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.ViewHtmlDialogVue2 = exports.ViewHtmlDialog = void 0; // @ts-ignore
|
|
7
7
|
|
|
8
8
|
var Vue = require("vue");
|
|
9
9
|
|
|
@@ -23,7 +23,7 @@ var messages_1 = require("./../messages");
|
|
|
23
23
|
var props_key_1 = require("./../utils/props-key"); // tslint:enable:max-line-length
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var ViewHtmlDialogVue2 = {
|
|
27
27
|
name: 'KendoViewHtmlDialog',
|
|
28
28
|
props: {
|
|
29
29
|
view: Object,
|
|
@@ -154,6 +154,6 @@ var ViewHtmlDialog = {
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
};
|
|
157
|
-
exports.
|
|
158
|
-
var
|
|
159
|
-
exports.
|
|
157
|
+
exports.ViewHtmlDialogVue2 = ViewHtmlDialogVue2;
|
|
158
|
+
var ViewHtmlDialog = ViewHtmlDialogVue2;
|
|
159
|
+
exports.ViewHtmlDialog = ViewHtmlDialog;
|
package/dist/npm/main.d.ts
CHANGED
|
@@ -163,4 +163,23 @@ export declare const ProseMirror: {
|
|
|
163
163
|
goToNextCell: typeof goToNextCell;
|
|
164
164
|
deleteTable: typeof deleteTable;
|
|
165
165
|
};
|
|
166
|
+
export { Align } from './tools/align';
|
|
167
|
+
export { Indent } from './tools/indent';
|
|
168
|
+
export { List } from './tools/lists';
|
|
169
|
+
export { Outdent } from './tools/outdent';
|
|
170
|
+
export { InlineFormat } from './tools/inlineFormat';
|
|
171
|
+
export { FontName } from './tools/fontStyle';
|
|
172
|
+
export { FormatBlock } from './tools/formatBlock';
|
|
173
|
+
export { ProseMirror as ProseMirrorTool } from './tools/proseMirrorTool';
|
|
174
|
+
export { LinkTool } from './tools/insertLink';
|
|
175
|
+
export { Unlink } from './tools/unlink';
|
|
176
|
+
export { CleanFormatting } from './tools/cleanFormatting';
|
|
177
|
+
export { SelectAll } from './tools/selectAll';
|
|
178
|
+
export { InsertImage } from './tools/insertImage';
|
|
179
|
+
export { InsertTable } from './tools/insertTable/tool';
|
|
180
|
+
export { ViewHtml } from './tools/viewHtml';
|
|
181
|
+
export { Pdf } from './tools/pdf';
|
|
182
|
+
export { Print } from './tools/print';
|
|
183
|
+
export { FindAndReplace } from './tools/findReplace';
|
|
184
|
+
export { ApplyColor } from './tools/applyColor';
|
|
166
185
|
export { Editor, EditorProps, EditorMountEvent, EditorPasteEvent, EditorChangeEvent, EditorExecuteEvent, EditorFocusEvent, EditorBlurEvent, EditorTools, EditorToolsSettings, EditorUtils };
|
package/dist/npm/main.js
CHANGED
|
@@ -89,3 +89,41 @@ exports.ProseMirror = {
|
|
|
89
89
|
goToNextCell: kendo_editor_common_1.goToNextCell,
|
|
90
90
|
deleteTable: kendo_editor_common_1.deleteTable
|
|
91
91
|
};
|
|
92
|
+
var align_1 = require("./tools/align");
|
|
93
|
+
Object.defineProperty(exports, "Align", { enumerable: true, get: function () { return align_1.Align; } });
|
|
94
|
+
var indent_1 = require("./tools/indent");
|
|
95
|
+
Object.defineProperty(exports, "Indent", { enumerable: true, get: function () { return indent_1.Indent; } });
|
|
96
|
+
var lists_1 = require("./tools/lists");
|
|
97
|
+
Object.defineProperty(exports, "List", { enumerable: true, get: function () { return lists_1.List; } });
|
|
98
|
+
var outdent_1 = require("./tools/outdent");
|
|
99
|
+
Object.defineProperty(exports, "Outdent", { enumerable: true, get: function () { return outdent_1.Outdent; } });
|
|
100
|
+
var inlineFormat_1 = require("./tools/inlineFormat");
|
|
101
|
+
Object.defineProperty(exports, "InlineFormat", { enumerable: true, get: function () { return inlineFormat_1.InlineFormat; } });
|
|
102
|
+
var fontStyle_1 = require("./tools/fontStyle");
|
|
103
|
+
Object.defineProperty(exports, "FontName", { enumerable: true, get: function () { return fontStyle_1.FontName; } });
|
|
104
|
+
var formatBlock_1 = require("./tools/formatBlock");
|
|
105
|
+
Object.defineProperty(exports, "FormatBlock", { enumerable: true, get: function () { return formatBlock_1.FormatBlock; } });
|
|
106
|
+
var proseMirrorTool_1 = require("./tools/proseMirrorTool");
|
|
107
|
+
Object.defineProperty(exports, "ProseMirrorTool", { enumerable: true, get: function () { return proseMirrorTool_1.ProseMirror; } });
|
|
108
|
+
var insertLink_1 = require("./tools/insertLink");
|
|
109
|
+
Object.defineProperty(exports, "LinkTool", { enumerable: true, get: function () { return insertLink_1.LinkTool; } });
|
|
110
|
+
var unlink_1 = require("./tools/unlink");
|
|
111
|
+
Object.defineProperty(exports, "Unlink", { enumerable: true, get: function () { return unlink_1.Unlink; } });
|
|
112
|
+
var cleanFormatting_1 = require("./tools/cleanFormatting");
|
|
113
|
+
Object.defineProperty(exports, "CleanFormatting", { enumerable: true, get: function () { return cleanFormatting_1.CleanFormatting; } });
|
|
114
|
+
var selectAll_1 = require("./tools/selectAll");
|
|
115
|
+
Object.defineProperty(exports, "SelectAll", { enumerable: true, get: function () { return selectAll_1.SelectAll; } });
|
|
116
|
+
var insertImage_1 = require("./tools/insertImage");
|
|
117
|
+
Object.defineProperty(exports, "InsertImage", { enumerable: true, get: function () { return insertImage_1.InsertImage; } });
|
|
118
|
+
var tool_1 = require("./tools/insertTable/tool");
|
|
119
|
+
Object.defineProperty(exports, "InsertTable", { enumerable: true, get: function () { return tool_1.InsertTable; } });
|
|
120
|
+
var viewHtml_1 = require("./tools/viewHtml");
|
|
121
|
+
Object.defineProperty(exports, "ViewHtml", { enumerable: true, get: function () { return viewHtml_1.ViewHtml; } });
|
|
122
|
+
var pdf_1 = require("./tools/pdf");
|
|
123
|
+
Object.defineProperty(exports, "Pdf", { enumerable: true, get: function () { return pdf_1.Pdf; } });
|
|
124
|
+
var print_1 = require("./tools/print");
|
|
125
|
+
Object.defineProperty(exports, "Print", { enumerable: true, get: function () { return print_1.Print; } });
|
|
126
|
+
var findReplace_1 = require("./tools/findReplace");
|
|
127
|
+
Object.defineProperty(exports, "FindAndReplace", { enumerable: true, get: function () { return findReplace_1.FindAndReplace; } });
|
|
128
|
+
var applyColor_1 = require("./tools/applyColor");
|
|
129
|
+
Object.defineProperty(exports, "ApplyColor", { enumerable: true, get: function () { return applyColor_1.ApplyColor; } });
|
|
@@ -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: 1642159085,
|
|
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
|
};
|
|
@@ -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;
|
|
@@ -30,8 +29,8 @@ export interface AlignData {
|
|
|
30
29
|
/**
|
|
31
30
|
* @hidden
|
|
32
31
|
*/
|
|
33
|
-
export interface AlignAll extends
|
|
32
|
+
export interface AlignAll extends Vue2type, AlignMethods, AlignData, AlignComputed, AlignState {
|
|
34
33
|
}
|
|
35
|
-
declare let
|
|
36
|
-
declare const
|
|
37
|
-
export { Align,
|
|
34
|
+
declare let AlignVue2: ComponentOptions<AlignAll, DefaultData<AlignData>, DefaultMethods<AlignAll>, AlignComputed, RecordPropsDefinition<EditorTools.AlignToolProps>>;
|
|
35
|
+
declare const Align: DefineComponent<EditorTools.AlignToolProps, any, AlignData, AlignComputed, AlignMethods, {}, {}, {}, string, EditorTools.AlignToolProps, EditorTools.AlignToolProps, {}>;
|
|
36
|
+
export { Align, AlignVue2 };
|
package/dist/npm/tools/align.js
CHANGED
|
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
|
|
|
32
32
|
Object.defineProperty(exports, "__esModule", {
|
|
33
33
|
value: true
|
|
34
34
|
});
|
|
35
|
-
exports.
|
|
35
|
+
exports.AlignVue2 = exports.Align = void 0; // @ts-ignore
|
|
36
36
|
|
|
37
37
|
var Vue = require("vue");
|
|
38
38
|
|
|
@@ -51,7 +51,7 @@ var messages_1 = require("./../messages");
|
|
|
51
51
|
|
|
52
52
|
var alignRemove = toolsSettings_1.EditorToolsSettings.alignRemove; // tslint:enable:max-line-length
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var AlignVue2 = {
|
|
55
55
|
name: 'KendoAlign',
|
|
56
56
|
props: __assign({
|
|
57
57
|
view: Object,
|
|
@@ -90,11 +90,11 @@ var Align = {
|
|
|
90
90
|
var localization = kendo_vue_intl_1.provideLocalizationService(this);
|
|
91
91
|
var titleKey = settings.messages.title;
|
|
92
92
|
|
|
93
|
-
var buttonProps = __assign(__assign(__assign({}, other),
|
|
93
|
+
var buttonProps = __assign(__assign(__assign({}, other), {
|
|
94
94
|
selected: aligned,
|
|
95
95
|
togglable: true,
|
|
96
96
|
title: localization.toLanguageString(titleKey, messages_1.messages[titleKey])
|
|
97
|
-
});
|
|
97
|
+
}), settings.props);
|
|
98
98
|
|
|
99
99
|
var button = h(kendo_vue_buttons_1.Button, __assign({
|
|
100
100
|
onClick: this.handleClick,
|
|
@@ -125,6 +125,6 @@ var Align = {
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
exports.
|
|
129
|
-
var
|
|
130
|
-
exports.
|
|
128
|
+
exports.AlignVue2 = AlignVue2;
|
|
129
|
+
var Align = AlignVue2;
|
|
130
|
+
exports.Align = Align;
|
|
@@ -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;
|
|
@@ -36,8 +35,8 @@ export interface ApplyColorData {
|
|
|
36
35
|
/**
|
|
37
36
|
* @hidden
|
|
38
37
|
*/
|
|
39
|
-
export interface ApplyColorAll extends
|
|
38
|
+
export interface ApplyColorAll extends Vue2type, ApplyColorMethods, ApplyColorData, ApplyColorComputed, ApplyColorState {
|
|
40
39
|
}
|
|
41
|
-
declare let
|
|
42
|
-
declare const
|
|
43
|
-
export { ApplyColor,
|
|
40
|
+
declare let ApplyColorVue2: ComponentOptions<ApplyColorAll, DefaultData<ApplyColorData>, DefaultMethods<ApplyColorAll>, ApplyColorComputed, RecordPropsDefinition<ApplyColorToolProps>>;
|
|
41
|
+
declare const ApplyColor: DefineComponent<ApplyColorToolProps, any, ApplyColorData, ApplyColorComputed, ApplyColorMethods, {}, {}, {}, string, ApplyColorToolProps, ApplyColorToolProps, {}>;
|
|
42
|
+
export { ApplyColor, ApplyColorVue2 };
|
|
@@ -19,7 +19,7 @@ var __assign = undefined && undefined.__assign || function () {
|
|
|
19
19
|
Object.defineProperty(exports, "__esModule", {
|
|
20
20
|
value: true
|
|
21
21
|
});
|
|
22
|
-
exports.
|
|
22
|
+
exports.ApplyColorVue2 = exports.ApplyColor = void 0; // @ts-ignore
|
|
23
23
|
|
|
24
24
|
var Vue = require("vue");
|
|
25
25
|
|
|
@@ -35,13 +35,14 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
|
35
35
|
var messages_1 = require("../messages"); // tslint:enable:max-line-length
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
var
|
|
38
|
+
var ApplyColorVue2 = {
|
|
39
39
|
name: 'KendoApplyColor',
|
|
40
40
|
props: {
|
|
41
41
|
view: Object,
|
|
42
42
|
color: String,
|
|
43
43
|
colorPickerProps: Object,
|
|
44
|
-
commandName: String
|
|
44
|
+
commandName: String,
|
|
45
|
+
dir: String
|
|
45
46
|
},
|
|
46
47
|
inject: {
|
|
47
48
|
kendoLocalizationService: {
|
|
@@ -58,11 +59,14 @@ var ApplyColor = {
|
|
|
58
59
|
// @ts-ignore
|
|
59
60
|
render: function render(createElement) {
|
|
60
61
|
var h = gh || createElement;
|
|
61
|
-
var
|
|
62
|
+
var _a = this.$props,
|
|
63
|
+
colorPickerProps = _a.colorPickerProps,
|
|
64
|
+
dir = _a.dir;
|
|
62
65
|
var titleKey = colorPickerProps.title;
|
|
63
66
|
var localization = kendo_vue_intl_1.provideLocalizationService(this);
|
|
64
67
|
|
|
65
68
|
var cpProps = __assign(__assign({}, colorPickerProps), {
|
|
69
|
+
dir: dir,
|
|
66
70
|
title: titleKey ? localization.toLanguageString(titleKey, messages_1.messages[titleKey]) : titleKey
|
|
67
71
|
});
|
|
68
72
|
|
|
@@ -100,6 +104,6 @@ var ApplyColor = {
|
|
|
100
104
|
}
|
|
101
105
|
}
|
|
102
106
|
};
|
|
103
|
-
exports.
|
|
104
|
-
var
|
|
105
|
-
exports.
|
|
107
|
+
exports.ApplyColorVue2 = ApplyColorVue2;
|
|
108
|
+
var ApplyColor = ApplyColorVue2;
|
|
109
|
+
exports.ApplyColor = ApplyColor;
|
|
@@ -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;
|
|
@@ -40,8 +39,8 @@ export interface CleanFormattingData {
|
|
|
40
39
|
/**
|
|
41
40
|
* @hidden
|
|
42
41
|
*/
|
|
43
|
-
export interface CleanFormattingAll extends
|
|
42
|
+
export interface CleanFormattingAll extends Vue2type, CleanFormattingMethods, CleanFormattingData, CleanFormattingComputed, CleanFormattingState {
|
|
44
43
|
}
|
|
45
|
-
declare let
|
|
46
|
-
declare const
|
|
47
|
-
export { CleanFormatting,
|
|
44
|
+
declare let CleanFormattingVue2: ComponentOptions<CleanFormattingAll, DefaultData<CleanFormattingData>, DefaultMethods<CleanFormattingAll>, CleanFormattingComputed, RecordPropsDefinition<CleanFormattingProps>>;
|
|
45
|
+
declare const CleanFormatting: DefineComponent<CleanFormattingProps, any, CleanFormattingData, CleanFormattingComputed, CleanFormattingMethods, {}, {}, {}, string, CleanFormattingProps, CleanFormattingProps, {}>;
|
|
46
|
+
export { CleanFormatting, CleanFormattingVue2 };
|
|
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
|
|
|
32
32
|
Object.defineProperty(exports, "__esModule", {
|
|
33
33
|
value: true
|
|
34
34
|
});
|
|
35
|
-
exports.
|
|
35
|
+
exports.CleanFormattingVue2 = exports.CleanFormatting = void 0; // @ts-ignore
|
|
36
36
|
|
|
37
37
|
var Vue = require("vue");
|
|
38
38
|
|
|
@@ -52,7 +52,7 @@ var toolsSettings_1 = require("./../config/toolsSettings");
|
|
|
52
52
|
var cleanFormatting = toolsSettings_1.EditorToolsSettings.cleanFormatting;
|
|
53
53
|
var command = kendo_editor_common_1.cleanFormatting(); // tslint:enable:max-line-length
|
|
54
54
|
|
|
55
|
-
var
|
|
55
|
+
var CleanFormattingVue2 = {
|
|
56
56
|
name: 'KendoCleanFormatting',
|
|
57
57
|
props: __assign({
|
|
58
58
|
view: Object,
|
|
@@ -88,10 +88,10 @@ var CleanFormatting = {
|
|
|
88
88
|
var titleKey = settings.messages.title;
|
|
89
89
|
var localization = kendo_vue_intl_1.provideLocalizationService(this);
|
|
90
90
|
|
|
91
|
-
var buttonProps = __assign(__assign(__assign({}, other),
|
|
91
|
+
var buttonProps = __assign(__assign(__assign({}, other), {
|
|
92
92
|
disabled: !view || !command(view.state),
|
|
93
93
|
title: localization.toLanguageString(titleKey, messages_1.messages[titleKey])
|
|
94
|
-
});
|
|
94
|
+
}), settings.props);
|
|
95
95
|
|
|
96
96
|
var button = h(kendo_vue_buttons_1.Button, __assign({
|
|
97
97
|
onClick: this.handleClick,
|
|
@@ -123,6 +123,6 @@ var CleanFormatting = {
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
exports.
|
|
127
|
-
var
|
|
128
|
-
exports.
|
|
126
|
+
exports.CleanFormattingVue2 = CleanFormattingVue2;
|
|
127
|
+
var CleanFormatting = CleanFormattingVue2;
|
|
128
|
+
exports.CleanFormatting = CleanFormatting;
|
|
@@ -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;
|
|
@@ -34,8 +33,8 @@ export interface FindAndReplaceData {
|
|
|
34
33
|
/**
|
|
35
34
|
* @hidden
|
|
36
35
|
*/
|
|
37
|
-
export interface FindAndReplaceAll extends
|
|
36
|
+
export interface FindAndReplaceAll extends Vue2type, FindAndReplaceMethods, FindAndReplaceData, FindAndReplaceComputed, FindAndReplaceState {
|
|
38
37
|
}
|
|
39
|
-
declare let
|
|
40
|
-
declare const
|
|
41
|
-
export { FindAndReplace,
|
|
38
|
+
declare let FindAndReplaceVue2: ComponentOptions<FindAndReplaceAll, DefaultData<FindAndReplaceData>, DefaultMethods<FindAndReplaceAll>, FindAndReplaceComputed, RecordPropsDefinition<FindAndReplaceProps>>;
|
|
39
|
+
declare const FindAndReplace: DefineComponent<FindAndReplaceProps, any, FindAndReplaceData, FindAndReplaceComputed, FindAndReplaceMethods, {}, {}, {}, string, FindAndReplaceProps, FindAndReplaceProps, {}>;
|
|
40
|
+
export { FindAndReplace, FindAndReplaceVue2 };
|