@yiitap/vue 1.0.2 → 1.0.3
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/index.cjs +35 -32
- package/dist/index.js +35 -32
- package/dist/index.mjs +10878 -12230
- package/dist/vue.css +1 -1
- package/package.json +3 -2
- package/types/components/YiiEditor.vue.d.ts +244 -14
- package/types/components/buttons/OAlignDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OAlignGroup.vue.d.ts +3 -3
- package/types/components/buttons/OBackColorDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OFontFamilyDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OForeColorDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OHeadingDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OLinkBtn.vue.d.ts +3 -3
- package/types/components/buttons/OLinkEditBtn.vue.d.ts +3 -3
- package/types/components/buttons/OLinkOpenBtn.vue.d.ts +3 -3
- package/types/components/buttons/OListDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OListGroup.vue.d.ts +3 -3
- package/types/components/buttons/OMoreBubble.vue.d.ts +3 -3
- package/types/components/buttons/OSimpleCommandBtn.vue.d.ts +4 -4
- package/types/components/buttons/OStyleDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OTableBtn.vue.d.ts +3 -3
- package/types/components/buttons/OTableGroup.vue.d.ts +3 -3
- package/types/components/buttons/OTextColorDropdown.vue.d.ts +3 -3
- package/types/components/buttons/OTextFormatDropdown.vue.d.ts +3 -3
- package/types/components/common/OBlockMenu.vue.d.ts +69 -0
- package/types/components/common/OBlockPlaceholder.vue.d.ts +5 -5
- package/types/components/common/OBlockPopover.vue.d.ts +379 -11
- package/types/components/common/OBlockToolbar.vue.d.ts +521 -0
- package/types/components/common/OCalloutColorBoard.vue.d.ts +6 -6
- package/types/components/common/OCalloutColorDropdown.vue.d.ts +5 -5
- package/types/components/common/OColorBoard.vue.d.ts +6 -6
- package/types/components/common/OCommandBtn.vue.d.ts +108 -9
- package/types/components/common/OCommonBtn.vue.d.ts +108 -9
- package/types/components/common/OContextMenu.vue.d.ts +354 -9
- package/types/components/common/OLanguageDropdown.vue.d.ts +6 -6
- package/types/components/common/OMediaInput.vue.d.ts +6 -6
- package/types/components/common/OMenubarBtn.vue.d.ts +7 -7
- package/types/components/common/OMetaInput.vue.d.ts +92 -9
- package/types/components/common/ONodeView.vue.d.ts +213 -0
- package/types/components/common/OTableCellBackground.vue.d.ts +3 -3
- package/types/components/common/OTableGrid.vue.d.ts +2 -2
- package/types/components/common/OTextColorBoard.vue.d.ts +6 -6
- package/types/components/common/o-side-menu/AddNode.vue.d.ts +46 -0
- package/types/components/common/o-side-menu/AddNodeView.vue.d.ts +50 -0
- package/types/components/common/o-side-menu/DragNode.vue.d.ts +54 -0
- package/types/components/common/o-side-menu/DragNodeMenu.vue.d.ts +6 -6
- package/types/components/common/o-side-menu/DragNodeView.vue.d.ts +50 -0
- package/types/components/common/o-side-node/AddNode.vue.d.ts +92 -0
- package/types/components/common/o-side-node/AddNodeView.vue.d.ts +96 -0
- package/types/components/common/o-side-node/DragNode.vue.d.ts +96 -0
- package/types/components/common/o-side-node/DragNodeView.vue.d.ts +96 -0
- package/types/components/common/o-side-node/index.vue.d.ts +96 -0
- package/types/components/menus/OBubbleMenu.vue.d.ts +7 -6
- package/types/components/menus/OFloatingMenu.vue.d.ts +7 -6
- package/types/components/menus/OMainMenu.vue.d.ts +39 -8
- package/types/components/menus/OSideMenu.vue.d.ts +4 -4
- package/types/components/ui/OBtn.vue.d.ts +53 -9
- package/types/components/ui/OCheckbox.vue.d.ts +6 -6
- package/types/components/ui/ODivider.vue.d.ts +4 -4
- package/types/components/ui/OIcon.vue.d.ts +4 -4
- package/types/components/ui/OInput.vue.d.ts +63 -11
- package/types/components/ui/OList.vue.d.ts +33 -7
- package/types/components/ui/OListItem.vue.d.ts +28 -9
- package/types/components/ui/OPopover.vue.d.ts +93 -12
- package/types/components/ui/OTooltip.d.ts +5 -5
- package/types/components/ui/OTooltip.vue.d.ts +40 -8
- package/types/extensions/blockquote/view.vue.d.ts +92 -0
- package/types/extensions/callout/index.d.ts +3 -21
- package/types/extensions/callout/index.old.d.ts +21 -0
- package/types/extensions/callout/view.vue.d.ts +92 -0
- package/types/extensions/code-block/view.vue.d.ts +92 -0
- package/types/extensions/dynamic.d.ts +1 -1
- package/types/extensions/heading/view.vue.d.ts +92 -0
- package/types/extensions/horizontal-rule/view.vue.d.ts +92 -0
- package/types/extensions/image/view.vue.d.ts +92 -0
- package/types/extensions/paragraph/view.vue.d.ts +92 -0
- package/types/extensions/slash/view.vue.d.ts +143 -5
- package/types/extensions/table-cell/view.vue.d.ts +92 -0
- package/types/extensions/table-header/view.vue.d.ts +92 -0
- package/types/extensions/table-wrapper/view.vue.d.ts +92 -0
- package/types/extensions/video/view.vue.d.ts +92 -0
|
@@ -1,4 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
import { EditorContent } from '@tiptap/vue-3';
|
|
2
|
+
import OMainMenu from './menus/OMainMenu.vue';
|
|
3
|
+
import OBubbleMenu from './menus/OBubbleMenu.vue';
|
|
4
|
+
import OFloatingMenu from './menus/OFloatingMenu.vue';
|
|
5
|
+
import OSideMenu from './menus/OSideMenu.vue';
|
|
6
|
+
declare const darkModeAlt: import("vue").Ref<boolean, boolean>;
|
|
7
|
+
declare const editor: import("vue").ShallowRef<import("@tiptap/vue-3").Editor, import("@tiptap/vue-3").Editor>;
|
|
8
|
+
declare const mainMenuOptions: import("vue").ComputedRef<{
|
|
9
|
+
editor: import("@tiptap/vue-3").Editor;
|
|
10
|
+
menu: unknown[];
|
|
11
|
+
}>;
|
|
12
|
+
declare const bubbleMenuOptions: import("vue").ComputedRef<{
|
|
13
|
+
editor: import("@tiptap/vue-3").Editor;
|
|
14
|
+
menu: unknown[];
|
|
15
|
+
}>;
|
|
16
|
+
declare const floatingMenuOptions: import("vue").ComputedRef<{
|
|
17
|
+
editor: import("@tiptap/vue-3").Editor;
|
|
18
|
+
menu: unknown[];
|
|
19
|
+
}>;
|
|
20
|
+
declare const sideMenuOptions: import("vue").ComputedRef<{
|
|
21
|
+
editor: import("@tiptap/vue-3").Editor;
|
|
22
|
+
menu: any[];
|
|
23
|
+
}>;
|
|
24
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
25
|
+
declare var __VLS_4: {}, __VLS_6: {};
|
|
26
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
27
|
+
'toolbar-left'?: (props: typeof __VLS_4) => any;
|
|
28
|
+
} & {
|
|
29
|
+
'toolbar-right'?: (props: typeof __VLS_6) => any;
|
|
30
|
+
}>;
|
|
31
|
+
declare const __VLS_self: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
32
|
content: {
|
|
3
33
|
type: (StringConstructor | ObjectConstructor)[];
|
|
4
34
|
default: string;
|
|
@@ -79,14 +109,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
79
109
|
type: ObjectConstructor;
|
|
80
110
|
default: () => {};
|
|
81
111
|
};
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
112
|
+
}>, {
|
|
113
|
+
EditorContent: typeof EditorContent;
|
|
114
|
+
OMainMenu: typeof OMainMenu;
|
|
115
|
+
OBubbleMenu: typeof OBubbleMenu;
|
|
116
|
+
OFloatingMenu: typeof OFloatingMenu;
|
|
117
|
+
OSideMenu: typeof OSideMenu;
|
|
118
|
+
darkModeAlt: typeof darkModeAlt;
|
|
119
|
+
editor: typeof editor;
|
|
120
|
+
mainMenuOptions: typeof mainMenuOptions;
|
|
121
|
+
bubbleMenuOptions: typeof bubbleMenuOptions;
|
|
122
|
+
floatingMenuOptions: typeof floatingMenuOptions;
|
|
123
|
+
sideMenuOptions: typeof sideMenuOptions;
|
|
124
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
87
125
|
transaction: (...args: any[]) => void;
|
|
88
126
|
update: (...args: any[]) => void;
|
|
89
|
-
}, string, import("vue").
|
|
127
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
128
|
content: {
|
|
91
129
|
type: (StringConstructor | ObjectConstructor)[];
|
|
92
130
|
default: string;
|
|
@@ -167,13 +205,207 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
167
205
|
type: ObjectConstructor;
|
|
168
206
|
default: () => {};
|
|
169
207
|
};
|
|
170
|
-
}>> & {
|
|
208
|
+
}>> & Readonly<{
|
|
171
209
|
onTransaction?: (...args: any[]) => any;
|
|
172
210
|
onUpdate?: (...args: any[]) => any;
|
|
173
|
-
}
|
|
211
|
+
}>, {
|
|
174
212
|
content: string | Record<string, any>;
|
|
213
|
+
editable: boolean;
|
|
175
214
|
locale: string;
|
|
215
|
+
darkMode: boolean;
|
|
216
|
+
showMainMenu: boolean;
|
|
217
|
+
showBubbleMenu: boolean;
|
|
218
|
+
showFloatingMenu: boolean;
|
|
219
|
+
showSideMenu: boolean;
|
|
220
|
+
showSideNode: boolean;
|
|
221
|
+
showContent: boolean;
|
|
222
|
+
showGuide: boolean;
|
|
223
|
+
scrollable: boolean;
|
|
224
|
+
editorProps: Record<string, any>;
|
|
225
|
+
extensions: string[];
|
|
226
|
+
mainMenu: unknown[];
|
|
227
|
+
tableMenu: unknown[];
|
|
228
|
+
bubbleMenu: unknown[];
|
|
229
|
+
floatingMenu: unknown[];
|
|
230
|
+
pageView: string;
|
|
231
|
+
options: Record<string, any>;
|
|
232
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
233
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
234
|
+
content: {
|
|
235
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
236
|
+
default: string;
|
|
237
|
+
};
|
|
238
|
+
editable: {
|
|
239
|
+
type: BooleanConstructor;
|
|
240
|
+
default: boolean;
|
|
241
|
+
};
|
|
242
|
+
locale: {
|
|
243
|
+
type: StringConstructor;
|
|
244
|
+
default: string;
|
|
245
|
+
};
|
|
246
|
+
darkMode: {
|
|
247
|
+
type: BooleanConstructor;
|
|
248
|
+
default: boolean;
|
|
249
|
+
};
|
|
250
|
+
showMainMenu: {
|
|
251
|
+
type: BooleanConstructor;
|
|
252
|
+
default: boolean;
|
|
253
|
+
};
|
|
254
|
+
showBubbleMenu: {
|
|
255
|
+
type: BooleanConstructor;
|
|
256
|
+
default: boolean;
|
|
257
|
+
};
|
|
258
|
+
showFloatingMenu: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
showSideMenu: {
|
|
263
|
+
type: BooleanConstructor;
|
|
264
|
+
default: boolean;
|
|
265
|
+
};
|
|
266
|
+
showSideNode: {
|
|
267
|
+
type: BooleanConstructor;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
showContent: {
|
|
271
|
+
type: BooleanConstructor;
|
|
272
|
+
default: boolean;
|
|
273
|
+
};
|
|
274
|
+
showGuide: {
|
|
275
|
+
type: BooleanConstructor;
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
278
|
+
scrollable: {
|
|
279
|
+
type: BooleanConstructor;
|
|
280
|
+
default: boolean;
|
|
281
|
+
};
|
|
282
|
+
editorProps: {
|
|
283
|
+
type: ObjectConstructor;
|
|
284
|
+
default: () => {};
|
|
285
|
+
};
|
|
286
|
+
extensions: {
|
|
287
|
+
type: () => string[];
|
|
288
|
+
default: () => any[];
|
|
289
|
+
};
|
|
290
|
+
mainMenu: {
|
|
291
|
+
type: ArrayConstructor;
|
|
292
|
+
default: () => any[];
|
|
293
|
+
};
|
|
294
|
+
tableMenu: {
|
|
295
|
+
type: ArrayConstructor;
|
|
296
|
+
default: () => any[];
|
|
297
|
+
};
|
|
298
|
+
bubbleMenu: {
|
|
299
|
+
type: ArrayConstructor;
|
|
300
|
+
default: () => any[];
|
|
301
|
+
};
|
|
302
|
+
floatingMenu: {
|
|
303
|
+
type: ArrayConstructor;
|
|
304
|
+
default: () => any[];
|
|
305
|
+
};
|
|
306
|
+
pageView: {
|
|
307
|
+
type: StringConstructor;
|
|
308
|
+
default: string;
|
|
309
|
+
};
|
|
310
|
+
options: {
|
|
311
|
+
type: ObjectConstructor;
|
|
312
|
+
default: () => {};
|
|
313
|
+
};
|
|
314
|
+
}>, {
|
|
315
|
+
editor: import("vue").ShallowRef<import("@tiptap/vue-3").Editor, import("@tiptap/vue-3").Editor>;
|
|
316
|
+
darkModeAlt: import("vue").Ref<boolean, boolean>;
|
|
317
|
+
localeAlt: import("vue").Ref<string, string>;
|
|
318
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
319
|
+
transaction: (...args: any[]) => void;
|
|
320
|
+
update: (...args: any[]) => void;
|
|
321
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
322
|
+
content: {
|
|
323
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
324
|
+
default: string;
|
|
325
|
+
};
|
|
326
|
+
editable: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
330
|
+
locale: {
|
|
331
|
+
type: StringConstructor;
|
|
332
|
+
default: string;
|
|
333
|
+
};
|
|
334
|
+
darkMode: {
|
|
335
|
+
type: BooleanConstructor;
|
|
336
|
+
default: boolean;
|
|
337
|
+
};
|
|
338
|
+
showMainMenu: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
default: boolean;
|
|
341
|
+
};
|
|
342
|
+
showBubbleMenu: {
|
|
343
|
+
type: BooleanConstructor;
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
346
|
+
showFloatingMenu: {
|
|
347
|
+
type: BooleanConstructor;
|
|
348
|
+
default: boolean;
|
|
349
|
+
};
|
|
350
|
+
showSideMenu: {
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
default: boolean;
|
|
353
|
+
};
|
|
354
|
+
showSideNode: {
|
|
355
|
+
type: BooleanConstructor;
|
|
356
|
+
default: boolean;
|
|
357
|
+
};
|
|
358
|
+
showContent: {
|
|
359
|
+
type: BooleanConstructor;
|
|
360
|
+
default: boolean;
|
|
361
|
+
};
|
|
362
|
+
showGuide: {
|
|
363
|
+
type: BooleanConstructor;
|
|
364
|
+
default: boolean;
|
|
365
|
+
};
|
|
366
|
+
scrollable: {
|
|
367
|
+
type: BooleanConstructor;
|
|
368
|
+
default: boolean;
|
|
369
|
+
};
|
|
370
|
+
editorProps: {
|
|
371
|
+
type: ObjectConstructor;
|
|
372
|
+
default: () => {};
|
|
373
|
+
};
|
|
374
|
+
extensions: {
|
|
375
|
+
type: () => string[];
|
|
376
|
+
default: () => any[];
|
|
377
|
+
};
|
|
378
|
+
mainMenu: {
|
|
379
|
+
type: ArrayConstructor;
|
|
380
|
+
default: () => any[];
|
|
381
|
+
};
|
|
382
|
+
tableMenu: {
|
|
383
|
+
type: ArrayConstructor;
|
|
384
|
+
default: () => any[];
|
|
385
|
+
};
|
|
386
|
+
bubbleMenu: {
|
|
387
|
+
type: ArrayConstructor;
|
|
388
|
+
default: () => any[];
|
|
389
|
+
};
|
|
390
|
+
floatingMenu: {
|
|
391
|
+
type: ArrayConstructor;
|
|
392
|
+
default: () => any[];
|
|
393
|
+
};
|
|
394
|
+
pageView: {
|
|
395
|
+
type: StringConstructor;
|
|
396
|
+
default: string;
|
|
397
|
+
};
|
|
398
|
+
options: {
|
|
399
|
+
type: ObjectConstructor;
|
|
400
|
+
default: () => {};
|
|
401
|
+
};
|
|
402
|
+
}>> & Readonly<{
|
|
403
|
+
onTransaction?: (...args: any[]) => any;
|
|
404
|
+
onUpdate?: (...args: any[]) => any;
|
|
405
|
+
}>, {
|
|
406
|
+
content: string | Record<string, any>;
|
|
176
407
|
editable: boolean;
|
|
408
|
+
locale: string;
|
|
177
409
|
darkMode: boolean;
|
|
178
410
|
showMainMenu: boolean;
|
|
179
411
|
showBubbleMenu: boolean;
|
|
@@ -191,12 +423,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
191
423
|
floatingMenu: unknown[];
|
|
192
424
|
pageView: string;
|
|
193
425
|
options: Record<string, any>;
|
|
194
|
-
}, {}
|
|
195
|
-
|
|
196
|
-
"toolbar-right"?(_: {}): any;
|
|
197
|
-
}>;
|
|
426
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
427
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
198
428
|
export default _default;
|
|
199
|
-
type
|
|
429
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
200
430
|
new (): {
|
|
201
431
|
$slots: S;
|
|
202
432
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
editor: {
|
|
8
8
|
type: typeof Editor;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
editor: {
|
|
8
8
|
type: typeof Editor;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
editor: {
|
|
9
9
|
type: typeof Editor;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
editor: {
|
|
9
9
|
type: typeof Editor;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
editor: {
|
|
9
9
|
type: typeof Editor;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
name: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
name: {
|
|
11
11
|
type: StringConstructor;
|
|
12
12
|
default: string;
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
editor: {
|
|
15
15
|
type: ObjectConstructor;
|
|
16
16
|
};
|
|
17
|
-
}
|
|
17
|
+
}>> & Readonly<{}>, {
|
|
18
18
|
name: string;
|
|
19
|
-
}, {}>;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
20
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
editor: {
|
|
3
3
|
type: ObjectConstructor;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
5
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
editor: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
9
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
|
-
}
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
editor: {
|
|
9
9
|
type: typeof Editor;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
editor: {
|
|
8
8
|
type: typeof Editor;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Editor } from '@tiptap/core';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
editor: {
|
|
4
4
|
type: typeof Editor;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
editor: {
|
|
8
8
|
type: typeof Editor;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|