@progress/kendo-vue-editor 2.7.3-dev.202201070829 → 2.8.0-dev.202201131525
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 +40 -21
- package/dist/es/EditorProps.d.ts +11 -5
- package/dist/es/additionalTypes.ts +7 -1
- package/dist/es/dialogs/FindReplace.d.ts +6 -7
- package/dist/es/dialogs/FindReplace.js +190 -127
- 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 +5 -6
- package/dist/es/tools/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 +3 -3
- package/dist/es/tools/formatBlock.d.ts +5 -6
- package/dist/es/tools/formatBlock.js +3 -3
- package/dist/es/tools/indent.d.ts +5 -6
- package/dist/es/tools/indent.js +3 -3
- package/dist/es/tools/inlineFormat.d.ts +5 -6
- package/dist/es/tools/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 +5 -6
- package/dist/es/tools/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 +42 -23
- package/dist/npm/EditorProps.d.ts +11 -5
- package/dist/npm/additionalTypes.ts +7 -1
- package/dist/npm/dialogs/FindReplace.d.ts +6 -7
- package/dist/npm/dialogs/FindReplace.js +193 -129
- 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 +5 -6
- package/dist/npm/tools/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 +5 -5
- package/dist/npm/tools/formatBlock.d.ts +5 -6
- package/dist/npm/tools/formatBlock.js +5 -5
- package/dist/npm/tools/indent.d.ts +5 -6
- package/dist/npm/tools/indent.js +5 -5
- package/dist/npm/tools/inlineFormat.d.ts +5 -6
- package/dist/npm/tools/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 +5 -6
- package/dist/npm/tools/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
|
@@ -8,7 +8,7 @@ import { NodeSelection, insertNode } from '@progress/kendo-editor-common';
|
|
|
8
8
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
9
9
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var InsertImageDialogVue2 = {
|
|
12
12
|
name: 'KendoInsertImageDialog',
|
|
13
13
|
props: {
|
|
14
14
|
view: Object,
|
|
@@ -73,6 +73,8 @@ var InsertImageDialog = {
|
|
|
73
73
|
}
|
|
74
74
|
}, [localization.toLanguageString(insertImageAddress, messages[insertImageAddress])])]), h("div", {
|
|
75
75
|
"class": "k-edit-field"
|
|
76
|
+
}, [h("span", {
|
|
77
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
76
78
|
}, [h("input", {
|
|
77
79
|
type: "text",
|
|
78
80
|
attrs: this.v3 ? undefined : {
|
|
@@ -80,7 +82,7 @@ var InsertImageDialog = {
|
|
|
80
82
|
id: "k-editor-image-url",
|
|
81
83
|
autoFocus: true
|
|
82
84
|
},
|
|
83
|
-
"class": "k-
|
|
85
|
+
"class": "k-input-inner",
|
|
84
86
|
id: "k-editor-image-url",
|
|
85
87
|
value: this.v3 ? attrs.src : null,
|
|
86
88
|
domProps: this.v3 ? undefined : {
|
|
@@ -90,7 +92,7 @@ var InsertImageDialog = {
|
|
|
90
92
|
_this.srcRef = el;
|
|
91
93
|
} : 'src',
|
|
92
94
|
autoFocus: true
|
|
93
|
-
})]), h("div", {
|
|
95
|
+
})])]), h("div", {
|
|
94
96
|
"class": "k-edit-label"
|
|
95
97
|
}, [h("label", {
|
|
96
98
|
"for": "k-editor-image-alt",
|
|
@@ -99,13 +101,15 @@ var InsertImageDialog = {
|
|
|
99
101
|
}
|
|
100
102
|
}, [localization.toLanguageString(insertImageAltText, messages[insertImageAltText])])]), h("div", {
|
|
101
103
|
"class": "k-edit-field"
|
|
104
|
+
}, [h("span", {
|
|
105
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
102
106
|
}, [h("input", {
|
|
103
107
|
type: "text",
|
|
104
108
|
attrs: this.v3 ? undefined : {
|
|
105
109
|
type: "text",
|
|
106
110
|
id: "k-editor-image-alt"
|
|
107
111
|
},
|
|
108
|
-
"class": "k-
|
|
112
|
+
"class": "k-input-inner",
|
|
109
113
|
id: "k-editor-image-alt",
|
|
110
114
|
value: this.v3 ? attrs.alt : null,
|
|
111
115
|
domProps: this.v3 ? undefined : {
|
|
@@ -114,7 +118,7 @@ var InsertImageDialog = {
|
|
|
114
118
|
ref: this.v3 ? function (el) {
|
|
115
119
|
_this.altTextRef = el;
|
|
116
120
|
} : 'altText'
|
|
117
|
-
})]), h("div", {
|
|
121
|
+
})])]), h("div", {
|
|
118
122
|
"class": "k-edit-label"
|
|
119
123
|
}, [h("label", {
|
|
120
124
|
"for": "k-editor-image-title",
|
|
@@ -123,13 +127,15 @@ var InsertImageDialog = {
|
|
|
123
127
|
}
|
|
124
128
|
}, [localization.toLanguageString(insertImageTitle, messages[insertImageTitle])])]), h("div", {
|
|
125
129
|
"class": "k-edit-field"
|
|
130
|
+
}, [h("span", {
|
|
131
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
126
132
|
}, [h("input", {
|
|
127
133
|
type: "text",
|
|
128
134
|
attrs: this.v3 ? undefined : {
|
|
129
135
|
type: "text",
|
|
130
136
|
id: "k-editor-image-title"
|
|
131
137
|
},
|
|
132
|
-
"class": "k-
|
|
138
|
+
"class": "k-input-inner",
|
|
133
139
|
id: "k-editor-image-title",
|
|
134
140
|
value: this.v3 ? attrs.title : null,
|
|
135
141
|
domProps: this.v3 ? undefined : {
|
|
@@ -138,7 +144,7 @@ var InsertImageDialog = {
|
|
|
138
144
|
ref: this.v3 ? function (el) {
|
|
139
145
|
_this.titleRef = el;
|
|
140
146
|
} : 'title'
|
|
141
|
-
})]), h("div", {
|
|
147
|
+
})])]), h("div", {
|
|
142
148
|
"class": "k-edit-label"
|
|
143
149
|
}, [h("label", {
|
|
144
150
|
"for": "k-editor-image-width",
|
|
@@ -147,13 +153,15 @@ var InsertImageDialog = {
|
|
|
147
153
|
}
|
|
148
154
|
}, [localization.toLanguageString(insertImageWidth, messages[insertImageWidth])])]), h("div", {
|
|
149
155
|
"class": "k-edit-field"
|
|
156
|
+
}, [h("span", {
|
|
157
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
150
158
|
}, [h("input", {
|
|
151
159
|
type: "text",
|
|
152
160
|
attrs: this.v3 ? undefined : {
|
|
153
161
|
type: "text",
|
|
154
162
|
id: "k-editor-image-width"
|
|
155
163
|
},
|
|
156
|
-
"class": "k-
|
|
164
|
+
"class": "k-input-inner",
|
|
157
165
|
id: "k-editor-image-width",
|
|
158
166
|
value: this.v3 ? attrs.width : null,
|
|
159
167
|
domProps: this.v3 ? undefined : {
|
|
@@ -162,7 +170,7 @@ var InsertImageDialog = {
|
|
|
162
170
|
ref: this.v3 ? function (el) {
|
|
163
171
|
_this.widthRef = el;
|
|
164
172
|
} : 'width'
|
|
165
|
-
})]), h("div", {
|
|
173
|
+
})])]), h("div", {
|
|
166
174
|
"class": "k-edit-label"
|
|
167
175
|
}, [h("label", {
|
|
168
176
|
"for": "k-editor-image-height",
|
|
@@ -171,13 +179,15 @@ var InsertImageDialog = {
|
|
|
171
179
|
}
|
|
172
180
|
}, [localization.toLanguageString(insertImageHeight, messages[insertImageHeight])])]), h("div", {
|
|
173
181
|
"class": "k-edit-field"
|
|
182
|
+
}, [h("span", {
|
|
183
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
174
184
|
}, [h("input", {
|
|
175
185
|
type: "text",
|
|
176
186
|
attrs: this.v3 ? undefined : {
|
|
177
187
|
type: "text",
|
|
178
188
|
id: "k-editor-image-height"
|
|
179
189
|
},
|
|
180
|
-
"class": "k-
|
|
190
|
+
"class": "k-input-inner",
|
|
181
191
|
id: "k-editor-image-height",
|
|
182
192
|
value: this.v3 ? attrs.height : null,
|
|
183
193
|
domProps: this.v3 ? undefined : {
|
|
@@ -186,7 +196,7 @@ var InsertImageDialog = {
|
|
|
186
196
|
ref: this.v3 ? function (el) {
|
|
187
197
|
_this.heightRef = el;
|
|
188
198
|
} : 'height'
|
|
189
|
-
})])]);
|
|
199
|
+
})])])]);
|
|
190
200
|
var actionButtons = [// @ts-ignore function children
|
|
191
201
|
h(KButton, {
|
|
192
202
|
onClick: this.onClose,
|
|
@@ -278,5 +288,5 @@ var InsertImageDialog = {
|
|
|
278
288
|
}
|
|
279
289
|
}
|
|
280
290
|
};
|
|
281
|
-
var
|
|
282
|
-
export { InsertImageDialog,
|
|
291
|
+
var InsertImageDialog = InsertImageDialogVue2;
|
|
292
|
+
export { InsertImageDialog, InsertImageDialogVue2 };
|
|
@@ -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 };
|
|
@@ -8,7 +8,7 @@ import { getMark, applyLink } from '@progress/kendo-editor-common';
|
|
|
8
8
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
9
9
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var InsertLinkDialogVue2 = {
|
|
12
12
|
name: 'KendoInsertLinkDialog',
|
|
13
13
|
props: {
|
|
14
14
|
view: Object,
|
|
@@ -63,6 +63,8 @@ var InsertLinkDialog = {
|
|
|
63
63
|
}
|
|
64
64
|
}, [localization.toLanguageString(insertHyperlinkAddress, messages[insertHyperlinkAddress])])]), h("div", {
|
|
65
65
|
"class": "k-edit-field"
|
|
66
|
+
}, [h("span", {
|
|
67
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
66
68
|
}, [h("input", {
|
|
67
69
|
type: "text",
|
|
68
70
|
attrs: this.v3 ? undefined : {
|
|
@@ -70,7 +72,7 @@ var InsertLinkDialog = {
|
|
|
70
72
|
id: "k-editor-link-url",
|
|
71
73
|
autoFocus: true
|
|
72
74
|
},
|
|
73
|
-
"class": "k-
|
|
75
|
+
"class": "k-input-inner",
|
|
74
76
|
ref: this.v3 ? function (el) {
|
|
75
77
|
_this.hrefRef = el;
|
|
76
78
|
} : 'href',
|
|
@@ -80,7 +82,7 @@ var InsertLinkDialog = {
|
|
|
80
82
|
"value": linkMark && linkMark.attrs.href || undefined
|
|
81
83
|
},
|
|
82
84
|
autoFocus: true
|
|
83
|
-
})]), h("div", {
|
|
85
|
+
})])]), h("div", {
|
|
84
86
|
"class": "k-edit-label k-editor-link-text-row"
|
|
85
87
|
}, [h("label", {
|
|
86
88
|
"for": "k-editor-link-text",
|
|
@@ -89,13 +91,15 @@ var InsertLinkDialog = {
|
|
|
89
91
|
}
|
|
90
92
|
}, [localization.toLanguageString(insertHyperlinkTitle, messages[insertHyperlinkTitle])])]), h("div", {
|
|
91
93
|
"class": "k-edit-field k-editor-link-text-row"
|
|
94
|
+
}, [h("span", {
|
|
95
|
+
"class": "k-textbox k-input k-input-md k-rounded-md k-input-solid"
|
|
92
96
|
}, [h("input", {
|
|
93
97
|
type: "text",
|
|
94
98
|
attrs: this.v3 ? undefined : {
|
|
95
99
|
type: "text",
|
|
96
100
|
id: "k-editor-link-text"
|
|
97
101
|
},
|
|
98
|
-
"class": "k-
|
|
102
|
+
"class": "k-input-inner",
|
|
99
103
|
id: "k-editor-link-text",
|
|
100
104
|
ref: this.v3 ? function (el) {
|
|
101
105
|
_this.titleRef = el;
|
|
@@ -104,7 +108,7 @@ var InsertLinkDialog = {
|
|
|
104
108
|
domProps: this.v3 ? undefined : {
|
|
105
109
|
"value": linkMark && linkMark.attrs.title || undefined
|
|
106
110
|
}
|
|
107
|
-
})]), settings.linkTarget !== false && h("div", {
|
|
111
|
+
})])]), settings.linkTarget !== false && h("div", {
|
|
108
112
|
"class": "k-edit-field"
|
|
109
113
|
}, [h("input", {
|
|
110
114
|
type: "checkbox",
|
|
@@ -112,7 +116,7 @@ var InsertLinkDialog = {
|
|
|
112
116
|
type: "checkbox",
|
|
113
117
|
id: "k-editor-link-target"
|
|
114
118
|
},
|
|
115
|
-
"class": "k-checkbox",
|
|
119
|
+
"class": "k-checkbox k-checkbox-md k-rounded-md",
|
|
116
120
|
id: "k-editor-link-target",
|
|
117
121
|
ref: this.v3 ? function (el) {
|
|
118
122
|
_this.targetRef = el;
|
|
@@ -282,5 +286,5 @@ var InsertLinkDialog = {
|
|
|
282
286
|
}
|
|
283
287
|
}
|
|
284
288
|
};
|
|
285
|
-
var
|
|
286
|
-
export { InsertLinkDialog,
|
|
289
|
+
var InsertLinkDialog = InsertLinkDialogVue2;
|
|
290
|
+
export { InsertLinkDialog, InsertLinkDialogVue2 };
|
|
@@ -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 };
|
|
@@ -9,7 +9,7 @@ import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
|
9
9
|
import { messages } from './../messages';
|
|
10
10
|
import { editorPropsKey } from './../utils/props-key'; // tslint:enable:max-line-length
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var ViewHtmlDialogVue2 = {
|
|
13
13
|
name: 'KendoViewHtmlDialog',
|
|
14
14
|
props: {
|
|
15
15
|
view: Object,
|
|
@@ -140,5 +140,5 @@ var ViewHtmlDialog = {
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
};
|
|
143
|
-
var
|
|
144
|
-
export { ViewHtmlDialog,
|
|
143
|
+
var ViewHtmlDialog = ViewHtmlDialogVue2;
|
|
144
|
+
export { ViewHtmlDialog, ViewHtmlDialogVue2 };
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-editor',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1642086914,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
package/dist/es/tools/align.d.ts
CHANGED
|
@@ -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/es/tools/align.js
CHANGED
|
@@ -38,7 +38,7 @@ import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
|
38
38
|
import { messages } from './../messages';
|
|
39
39
|
var alignRemove = EditorToolsSettings.alignRemove; // tslint:enable:max-line-length
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var AlignVue2 = {
|
|
42
42
|
name: 'KendoAlign',
|
|
43
43
|
props: __assign({
|
|
44
44
|
view: Object,
|
|
@@ -112,5 +112,5 @@ var Align = {
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
};
|
|
115
|
-
var
|
|
116
|
-
export { Align,
|
|
115
|
+
var Align = AlignVue2;
|
|
116
|
+
export { Align, AlignVue2 };
|
|
@@ -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 };
|
|
@@ -23,7 +23,7 @@ import { applyInlineStyle } from '@progress/kendo-editor-common';
|
|
|
23
23
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
24
24
|
import { messages } from '../messages'; // tslint:enable:max-line-length
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var ApplyColorVue2 = {
|
|
27
27
|
name: 'KendoApplyColor',
|
|
28
28
|
props: {
|
|
29
29
|
view: Object,
|
|
@@ -88,5 +88,5 @@ var ApplyColor = {
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
};
|
|
91
|
-
var
|
|
92
|
-
export { ApplyColor,
|
|
91
|
+
var ApplyColor = ApplyColorVue2;
|
|
92
|
+
export { ApplyColor, ApplyColorVue2 };
|
|
@@ -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 };
|
|
@@ -39,7 +39,7 @@ import { EditorToolsSettings } from './../config/toolsSettings';
|
|
|
39
39
|
var cleanFormatting = EditorToolsSettings.cleanFormatting;
|
|
40
40
|
var command = cleanFormattingCmd(); // tslint:enable:max-line-length
|
|
41
41
|
|
|
42
|
-
var
|
|
42
|
+
var CleanFormattingVue2 = {
|
|
43
43
|
name: 'KendoCleanFormatting',
|
|
44
44
|
props: __assign({
|
|
45
45
|
view: Object,
|
|
@@ -110,5 +110,5 @@ var CleanFormatting = {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
};
|
|
113
|
-
var
|
|
114
|
-
export { CleanFormatting,
|
|
113
|
+
var CleanFormatting = CleanFormattingVue2;
|
|
114
|
+
export { CleanFormatting, CleanFormattingVue2 };
|
|
@@ -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 };
|
|
@@ -38,7 +38,7 @@ import { EditorToolsSettings } from './../config/toolsSettings';
|
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
39
|
var settings = EditorToolsSettings.findAndReplace; // tslint:enable:max-line-length
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var FindAndReplaceVue2 = {
|
|
42
42
|
name: 'KendoFindAndReplace',
|
|
43
43
|
props: __assign({
|
|
44
44
|
view: Object
|
|
@@ -115,5 +115,5 @@ var FindAndReplace = {
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
};
|
|
118
|
-
var
|
|
119
|
-
export { FindAndReplace,
|
|
118
|
+
var FindAndReplace = FindAndReplaceVue2;
|
|
119
|
+
export { FindAndReplace, FindAndReplaceVue2 };
|
|
@@ -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;
|
|
@@ -46,8 +45,8 @@ export interface FontNameData {
|
|
|
46
45
|
/**
|
|
47
46
|
* @hidden
|
|
48
47
|
*/
|
|
49
|
-
export interface FontNameAll extends
|
|
48
|
+
export interface FontNameAll extends Vue2type, FontNameMethods, FontNameData, FontNameComputed, FontNameState {
|
|
50
49
|
}
|
|
51
|
-
declare let
|
|
52
|
-
declare const
|
|
53
|
-
export { FontName,
|
|
50
|
+
declare let FontNameVue2: ComponentOptions<FontNameAll, DefaultData<FontNameData>, DefaultMethods<FontNameAll>, FontNameComputed, RecordPropsDefinition<FontNameProps>>;
|
|
51
|
+
declare const FontName: DefineComponent<FontNameProps, any, FontNameData, FontNameComputed, FontNameMethods, {}, {}, {}, string, FontNameProps, FontNameProps, {}>;
|
|
52
|
+
export { FontName, FontNameVue2 };
|
|
@@ -51,7 +51,7 @@ import { userSelectNone } from './utils';
|
|
|
51
51
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
52
52
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var FontNameVue2 = {
|
|
55
55
|
name: 'KendoFontName',
|
|
56
56
|
props: __assign({
|
|
57
57
|
view: Object,
|
|
@@ -159,5 +159,5 @@ var FontName = {
|
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
|
-
var
|
|
163
|
-
export { FontName,
|
|
162
|
+
var FontName = FontNameVue2;
|
|
163
|
+
export { FontName, FontNameVue2 };
|
|
@@ -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 FormatBlockData {
|
|
|
36
35
|
/**
|
|
37
36
|
* @hidden
|
|
38
37
|
*/
|
|
39
|
-
export interface FormatBlockAll extends
|
|
38
|
+
export interface FormatBlockAll extends Vue2type, FormatBlockMethods, FormatBlockData, FormatBlockComputed, FormatBlockState {
|
|
40
39
|
}
|
|
41
|
-
declare let
|
|
42
|
-
declare const
|
|
43
|
-
export { FormatBlock,
|
|
40
|
+
declare let FormatBlockVue2: ComponentOptions<FormatBlockAll, DefaultData<FormatBlockData>, DefaultMethods<FormatBlockAll>, FormatBlockComputed, RecordPropsDefinition<FormatBlockProps>>;
|
|
41
|
+
declare const FormatBlock: DefineComponent<FormatBlockProps, any, FormatBlockData, FormatBlockComputed, FormatBlockMethods, {}, {}, {}, string, FormatBlockProps, FormatBlockProps, {}>;
|
|
42
|
+
export { FormatBlock, FormatBlockVue2 };
|
|
@@ -51,7 +51,7 @@ import { userSelectNone } from './utils';
|
|
|
51
51
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
52
52
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var FormatBlockVue2 = {
|
|
55
55
|
name: 'KendoFormatBlock',
|
|
56
56
|
props: __assign({
|
|
57
57
|
view: Object,
|
|
@@ -151,5 +151,5 @@ var FormatBlock = {
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
};
|
|
154
|
-
var
|
|
155
|
-
export { FormatBlock,
|
|
154
|
+
var FormatBlock = FormatBlockVue2;
|
|
155
|
+
export { FormatBlock, FormatBlockVue2 };
|
|
@@ -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;
|
|
@@ -35,8 +34,8 @@ export interface IndentData {
|
|
|
35
34
|
/**
|
|
36
35
|
* @hidden
|
|
37
36
|
*/
|
|
38
|
-
export interface IndentAll extends
|
|
37
|
+
export interface IndentAll extends Vue2type, IndentMethods, IndentData, IndentComputed, IndentState {
|
|
39
38
|
}
|
|
40
|
-
declare let
|
|
41
|
-
declare const
|
|
42
|
-
export { Indent,
|
|
39
|
+
declare let IndentVue2: ComponentOptions<IndentAll, DefaultData<IndentData>, DefaultMethods<IndentAll>, IndentComputed, RecordPropsDefinition<IndentProps>>;
|
|
40
|
+
declare const Indent: DefineComponent<IndentProps, any, IndentData, IndentComputed, IndentMethods, {}, {}, {}, string, IndentProps, IndentProps, {}>;
|
|
41
|
+
export { Indent, IndentVue2 };
|
package/dist/es/tools/indent.js
CHANGED
|
@@ -36,7 +36,7 @@ import { indentBlocks, isIndented, canIndentAsListItem, hasNode, sinkListItem }
|
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
37
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var IndentVue2 = {
|
|
40
40
|
name: 'KendoIndent',
|
|
41
41
|
props: __assign({
|
|
42
42
|
view: Object,
|
|
@@ -123,5 +123,5 @@ var Indent = {
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
var
|
|
127
|
-
export { Indent,
|
|
126
|
+
var Indent = IndentVue2;
|
|
127
|
+
export { Indent, IndentVue2 };
|
|
@@ -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;
|
|
@@ -65,8 +64,8 @@ export interface InlineFormatData {
|
|
|
65
64
|
/**
|
|
66
65
|
* @hidden
|
|
67
66
|
*/
|
|
68
|
-
export interface InlineFormatAll extends
|
|
67
|
+
export interface InlineFormatAll extends Vue2type, InlineFormatMethods, InlineFormatData, InlineFormatComputed, InlineFormatState {
|
|
69
68
|
}
|
|
70
|
-
declare let
|
|
71
|
-
declare const
|
|
72
|
-
export { InlineFormat,
|
|
69
|
+
declare let InlineFormatVue2: ComponentOptions<InlineFormatAll, DefaultData<InlineFormatData>, DefaultMethods<InlineFormatAll>, InlineFormatComputed, RecordPropsDefinition<InlineFormatToolProps>>;
|
|
70
|
+
declare const InlineFormat: DefineComponent<InlineFormatToolProps, any, InlineFormatData, InlineFormatComputed, InlineFormatMethods, {}, {}, {}, string, InlineFormatToolProps, InlineFormatToolProps, {}>;
|
|
71
|
+
export { InlineFormat, InlineFormatVue2 };
|
|
@@ -36,7 +36,7 @@ import { toggleInlineFormat, hasMark } from '@progress/kendo-editor-common';
|
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
37
|
import { messages } from '../messages'; // tslint:enable:max-line-length
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var InlineFormatVue2 = {
|
|
40
40
|
name: 'KendoInlineFormat',
|
|
41
41
|
props: __assign({
|
|
42
42
|
view: Object,
|
|
@@ -121,5 +121,5 @@ var InlineFormat = {
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
};
|
|
124
|
-
var
|
|
125
|
-
export { InlineFormat,
|
|
124
|
+
var InlineFormat = InlineFormatVue2;
|
|
125
|
+
export { InlineFormat, InlineFormatVue2 };
|
|
@@ -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;
|
|
@@ -37,8 +36,8 @@ export interface InsertImageData {
|
|
|
37
36
|
/**
|
|
38
37
|
* @hidden
|
|
39
38
|
*/
|
|
40
|
-
export interface InsertImageAll extends
|
|
39
|
+
export interface InsertImageAll extends Vue2type, InsertImageMethods, InsertImageData, InsertImageComputed, InsertImageState {
|
|
41
40
|
}
|
|
42
|
-
declare let
|
|
43
|
-
declare const
|
|
44
|
-
export { InsertImage,
|
|
41
|
+
declare let InsertImageVue2: ComponentOptions<InsertImageAll, DefaultData<InsertImageData>, DefaultMethods<InsertImageAll>, InsertImageComputed, RecordPropsDefinition<InsertImageProps>>;
|
|
42
|
+
declare const InsertImage: DefineComponent<BasicToolProps, any, InsertImageData, InsertImageComputed, InsertImageMethods, {}, {}, {}, string, BasicToolProps, BasicToolProps, {}>;
|
|
43
|
+
export { InsertImage, InsertImageVue2 };
|
|
@@ -37,7 +37,7 @@ import { InsertImageDialog } from '../dialogs/insertImage';
|
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
38
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
39
39
|
|
|
40
|
-
var
|
|
40
|
+
var InsertImageVue2 = {
|
|
41
41
|
name: 'KendoInsertImage',
|
|
42
42
|
props: __assign({
|
|
43
43
|
view: Object,
|
|
@@ -126,5 +126,5 @@ var InsertImage = {
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
var
|
|
130
|
-
export { InsertImage,
|
|
129
|
+
var InsertImage = InsertImageVue2;
|
|
130
|
+
export { InsertImage, InsertImageVue2 };
|