@zeedhi/zd-richtext-vue 1.5.2 → 1.6.0

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.
@@ -0,0 +1,1174 @@
1
+ export declare const ZdRichTextProps: {
2
+ outputFormat: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ placeholder: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ disabled: {
11
+ type: (StringConstructor | BooleanConstructor)[];
12
+ default: boolean;
13
+ };
14
+ readonly: {
15
+ type: (StringConstructor | BooleanConstructor)[];
16
+ default: boolean;
17
+ };
18
+ toolbarColor: {
19
+ type: StringConstructor;
20
+ default: undefined;
21
+ };
22
+ content: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ cardColor: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ fonts: {
31
+ type: ArrayConstructor;
32
+ default: () => import('@zeedhi/zd-richtext-common').IFonts[];
33
+ };
34
+ outlined: {
35
+ type: (StringConstructor | BooleanConstructor)[];
36
+ default: boolean;
37
+ };
38
+ width: {
39
+ type: (StringConstructor | NumberConstructor)[];
40
+ default: string;
41
+ };
42
+ height: {
43
+ type: (StringConstructor | NumberConstructor)[];
44
+ default: string;
45
+ };
46
+ formatGetter: {
47
+ type: (ObjectConstructor | StringConstructor)[];
48
+ default: () => void;
49
+ };
50
+ value: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ fillHeight: {
55
+ type: (StringConstructor | BooleanConstructor)[];
56
+ default: boolean;
57
+ };
58
+ dark: {
59
+ type: (StringConstructor | BooleanConstructor)[];
60
+ default: boolean;
61
+ };
62
+ children: {
63
+ type: (StringConstructor | {
64
+ (arrayLength: number): import('@zeedhi/common').IComponentRender[];
65
+ (...items: import('@zeedhi/common').IComponentRender[]): import('@zeedhi/common').IComponentRender[];
66
+ new (arrayLength: number): import('@zeedhi/common').IComponentRender[];
67
+ new (...items: import('@zeedhi/common').IComponentRender[]): import('@zeedhi/common').IComponentRender[];
68
+ isArray(arg: any): arg is any[];
69
+ readonly prototype: any[];
70
+ from<T>(arrayLike: ArrayLike<T>): T[];
71
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
72
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
73
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
74
+ of<T_4>(...items: T_4[]): T_4[];
75
+ readonly [Symbol.species]: ArrayConstructor;
76
+ })[];
77
+ default(): never[];
78
+ };
79
+ component: {
80
+ type: StringConstructor;
81
+ };
82
+ allowDuplicate: {
83
+ type: (StringConstructor | BooleanConstructor)[];
84
+ default: boolean;
85
+ };
86
+ autofocus: {
87
+ type: (StringConstructor | BooleanConstructor)[];
88
+ default: boolean;
89
+ };
90
+ cssClass: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ cssStyle: {
95
+ type: (StringConstructor | (() => import('vue').StyleValue))[];
96
+ default: string;
97
+ };
98
+ directives: {
99
+ type: ObjectConstructor;
100
+ default(): {};
101
+ };
102
+ events: {
103
+ type: ObjectConstructor;
104
+ default(): {};
105
+ };
106
+ instanceObject: {
107
+ type: ObjectConstructor;
108
+ };
109
+ isVisible: {
110
+ type: (StringConstructor | BooleanConstructor)[];
111
+ default: boolean;
112
+ };
113
+ keyMap: {
114
+ type: ObjectConstructor;
115
+ default(): {};
116
+ };
117
+ light: {
118
+ type: (StringConstructor | BooleanConstructor)[];
119
+ default: boolean;
120
+ };
121
+ name: {
122
+ type: StringConstructor;
123
+ required: true;
124
+ };
125
+ parent: {
126
+ type: ObjectConstructor;
127
+ };
128
+ tabStop: {
129
+ type: (StringConstructor | BooleanConstructor)[];
130
+ default: boolean;
131
+ };
132
+ theme: {
133
+ type: StringConstructor;
134
+ };
135
+ };
136
+ declare const richTextComponent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
137
+ outputFormat: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
141
+ placeholder: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
145
+ disabled: {
146
+ type: (StringConstructor | BooleanConstructor)[];
147
+ default: boolean;
148
+ };
149
+ readonly: {
150
+ type: (StringConstructor | BooleanConstructor)[];
151
+ default: boolean;
152
+ };
153
+ toolbarColor: {
154
+ type: StringConstructor;
155
+ default: undefined;
156
+ };
157
+ content: {
158
+ type: StringConstructor;
159
+ default: string;
160
+ };
161
+ cardColor: {
162
+ type: StringConstructor;
163
+ default: string;
164
+ };
165
+ fonts: {
166
+ type: ArrayConstructor;
167
+ default: () => import('@zeedhi/zd-richtext-common').IFonts[];
168
+ };
169
+ outlined: {
170
+ type: (StringConstructor | BooleanConstructor)[];
171
+ default: boolean;
172
+ };
173
+ width: {
174
+ type: (StringConstructor | NumberConstructor)[];
175
+ default: string;
176
+ };
177
+ height: {
178
+ type: (StringConstructor | NumberConstructor)[];
179
+ default: string;
180
+ };
181
+ formatGetter: {
182
+ type: (ObjectConstructor | StringConstructor)[];
183
+ default: () => void;
184
+ };
185
+ value: {
186
+ type: StringConstructor;
187
+ default: string;
188
+ };
189
+ fillHeight: {
190
+ type: (StringConstructor | BooleanConstructor)[];
191
+ default: boolean;
192
+ };
193
+ dark: {
194
+ type: (StringConstructor | BooleanConstructor)[];
195
+ default: boolean;
196
+ };
197
+ children: {
198
+ type: (StringConstructor | {
199
+ (arrayLength: number): import('@zeedhi/common').IComponentRender[];
200
+ (...items: import('@zeedhi/common').IComponentRender[]): import('@zeedhi/common').IComponentRender[];
201
+ new (arrayLength: number): import('@zeedhi/common').IComponentRender[];
202
+ new (...items: import('@zeedhi/common').IComponentRender[]): import('@zeedhi/common').IComponentRender[];
203
+ isArray(arg: any): arg is any[];
204
+ readonly prototype: any[];
205
+ from<T>(arrayLike: ArrayLike<T>): T[];
206
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
207
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
208
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
209
+ of<T_4>(...items: T_4[]): T_4[];
210
+ readonly [Symbol.species]: ArrayConstructor;
211
+ })[];
212
+ default(): never[];
213
+ };
214
+ component: {
215
+ type: StringConstructor;
216
+ };
217
+ allowDuplicate: {
218
+ type: (StringConstructor | BooleanConstructor)[];
219
+ default: boolean;
220
+ };
221
+ autofocus: {
222
+ type: (StringConstructor | BooleanConstructor)[];
223
+ default: boolean;
224
+ };
225
+ cssClass: {
226
+ type: StringConstructor;
227
+ default: string;
228
+ };
229
+ cssStyle: {
230
+ type: (StringConstructor | (() => import('vue').StyleValue))[];
231
+ default: string;
232
+ };
233
+ directives: {
234
+ type: ObjectConstructor;
235
+ default(): {};
236
+ };
237
+ events: {
238
+ type: ObjectConstructor;
239
+ default(): {};
240
+ };
241
+ instanceObject: {
242
+ type: ObjectConstructor;
243
+ };
244
+ isVisible: {
245
+ type: (StringConstructor | BooleanConstructor)[];
246
+ default: boolean;
247
+ };
248
+ keyMap: {
249
+ type: ObjectConstructor;
250
+ default(): {};
251
+ };
252
+ light: {
253
+ type: (StringConstructor | BooleanConstructor)[];
254
+ default: boolean;
255
+ };
256
+ name: {
257
+ type: StringConstructor;
258
+ required: true;
259
+ };
260
+ parent: {
261
+ type: ObjectConstructor;
262
+ };
263
+ tabStop: {
264
+ type: (StringConstructor | BooleanConstructor)[];
265
+ default: boolean;
266
+ };
267
+ theme: {
268
+ type: StringConstructor;
269
+ };
270
+ }>, {
271
+ toolbar: (import('@tiptap/core').Extension<import('vuetify-pro-tiptap').FontFamilyOptions, any> | import('@tiptap/core').Extension<import('vuetify-pro-tiptap').BaseKitOptions, any> | import('@tiptap/core').Mark<import('vuetify-pro-tiptap').BoldOptions, any> | import('@tiptap/core').Extension<import('vuetify-pro-tiptap').ColorOptions, any> | import('@tiptap/core').Mark<import('vuetify-pro-tiptap').HighlightOptions, any> | import('@tiptap/core').Node<import('vuetify-pro-tiptap').HeadingOptions, any> | import('@tiptap/core').Extension<import('vuetify-pro-tiptap').TextAlignOptions, any> | import('@tiptap/core').Mark<import('vuetify-pro-tiptap').LinkOptions, any> | import('@tiptap/core').Node<import('vuetify-pro-tiptap').ImageOptions, any> | import('@tiptap/core').Node<import('vuetify-pro-tiptap').VideoOptions, any> | import('@tiptap/core').Extension<import('vuetify-pro-tiptap').HistoryOptions, any> | import('@tiptap/core').Node<import('vuetify-pro-tiptap').BulletListOptions, any>)[];
272
+ toolbarReadonly: import('@tiptap/core').Extension<import('vuetify-pro-tiptap').BaseKitOptions, any>[];
273
+ instance: {
274
+ outputFormat: string;
275
+ fonts: {
276
+ font: string;
277
+ title: string;
278
+ }[];
279
+ placeholder: string;
280
+ disabled: boolean;
281
+ readonly: boolean;
282
+ toolbarColor?: string | undefined;
283
+ cardColor: string;
284
+ outlined: boolean;
285
+ width: string;
286
+ height: string;
287
+ value: any;
288
+ fillHeight: boolean;
289
+ formatGetter: import('@zeedhi/core').IDictionary<() => any>;
290
+ content: string;
291
+ keydown: (event?: KeyboardEvent, key?: string | HTMLElement) => void;
292
+ input: (text: string, event?: Event, element?: HTMLElement) => void;
293
+ change: (text: string, event?: Event, element?: HTMLElement) => void;
294
+ children: {
295
+ [x: string]: any;
296
+ children?: /*elided*/ any[] | undefined;
297
+ component: string;
298
+ allowDuplicate?: boolean | undefined;
299
+ autofocus?: boolean | undefined;
300
+ componentId?: number | undefined;
301
+ cssClass?: string | undefined;
302
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
303
+ events?: {
304
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
305
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
306
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
307
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
308
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
309
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
310
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
311
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
312
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
313
+ } | undefined;
314
+ directives?: {
315
+ [x: string]: {
316
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
317
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
318
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
319
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
320
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
321
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
322
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
323
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
324
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
325
+ } | undefined;
326
+ touch?: {
327
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
328
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
329
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
330
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
331
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
332
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
333
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
334
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
335
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
336
+ } | undefined;
337
+ } | undefined;
338
+ isVisible?: boolean | string | undefined;
339
+ dark?: boolean | undefined;
340
+ light?: boolean | undefined;
341
+ theme?: string | undefined;
342
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
343
+ name: string;
344
+ parent?: {
345
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
346
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
347
+ allowDuplicate: boolean;
348
+ autofocus: boolean;
349
+ children: {
350
+ [x: string]: any;
351
+ allowDuplicate?: boolean | undefined;
352
+ autofocus?: boolean | undefined;
353
+ children?: /*elided*/ any[] | undefined;
354
+ componentId?: number | undefined;
355
+ cssClass?: string | undefined;
356
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
357
+ events?: {
358
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
359
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
360
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
361
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
362
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
363
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
364
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
365
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
366
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
367
+ } | undefined;
368
+ directives?: {
369
+ [x: string]: {
370
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
371
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
372
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
373
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
374
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
375
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
376
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
377
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
378
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
379
+ } | undefined;
380
+ touch?: {
381
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
382
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
383
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
384
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
385
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
386
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
387
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
388
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
389
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
390
+ } | undefined;
391
+ } | undefined;
392
+ isVisible?: boolean | string | undefined;
393
+ dark?: boolean | undefined;
394
+ light?: boolean | undefined;
395
+ theme?: string | undefined;
396
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
397
+ name: string;
398
+ parent?: /*elided*/ any | undefined;
399
+ tabStop?: boolean | undefined;
400
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
401
+ fillHeight?: boolean | undefined;
402
+ }[];
403
+ componentId: number;
404
+ cssClass: string;
405
+ cssStyle: string | import('@zeedhi/core').IDictionary;
406
+ events: {
407
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
408
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
409
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
410
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
411
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
412
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
413
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
414
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
415
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
416
+ };
417
+ directives: {
418
+ [x: string]: {
419
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
420
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
421
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
422
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
423
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
424
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
425
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
426
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
427
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
428
+ } | undefined;
429
+ touch?: {
430
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
431
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
432
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
433
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
434
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
435
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
436
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
437
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
438
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
439
+ } | undefined;
440
+ };
441
+ isVisible: boolean | string;
442
+ dark: boolean;
443
+ light: boolean;
444
+ theme?: string | undefined;
445
+ keyMap: import('@zeedhi/core').IKeyMap;
446
+ name: string;
447
+ parent?: /*elided*/ any | undefined;
448
+ tabStop: boolean;
449
+ userProperties: import('@zeedhi/core').IDictionary;
450
+ fillHeight: boolean;
451
+ } | undefined;
452
+ tabStop?: boolean | undefined;
453
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
454
+ fillHeight?: boolean | undefined;
455
+ }[];
456
+ component: string;
457
+ allowDuplicate: boolean;
458
+ autofocus: boolean;
459
+ childrenInstances: any[];
460
+ cssClass: string;
461
+ cssStyle: string | import('@zeedhi/core').IDictionary<string>;
462
+ directives: {
463
+ [x: string]: {
464
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
465
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
466
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
467
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
468
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
469
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
470
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
471
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
472
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
473
+ } | undefined;
474
+ touch?: {
475
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
476
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
477
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
478
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
479
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
480
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
481
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
482
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
483
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
484
+ } | undefined;
485
+ };
486
+ events: {
487
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
488
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
489
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
490
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
491
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
492
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
493
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
494
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
495
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
496
+ };
497
+ isVisible: boolean;
498
+ name: string;
499
+ dark: boolean;
500
+ light: boolean;
501
+ theme?: string | undefined;
502
+ parent?: {
503
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
504
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
505
+ allowDuplicate: boolean;
506
+ autofocus: boolean;
507
+ children: {
508
+ [x: string]: any;
509
+ allowDuplicate?: boolean | undefined;
510
+ autofocus?: boolean | undefined;
511
+ children?: /*elided*/ any[] | undefined;
512
+ componentId?: number | undefined;
513
+ cssClass?: string | undefined;
514
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
515
+ events?: {
516
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
517
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
518
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
519
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
520
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
521
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
522
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
523
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
524
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
525
+ } | undefined;
526
+ directives?: {
527
+ [x: string]: {
528
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
529
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
530
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
531
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
532
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
533
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
534
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
535
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
536
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
537
+ } | undefined;
538
+ touch?: {
539
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
540
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
541
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
542
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
543
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
544
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
545
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
546
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
547
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
548
+ } | undefined;
549
+ } | undefined;
550
+ isVisible?: boolean | string | undefined;
551
+ dark?: boolean | undefined;
552
+ light?: boolean | undefined;
553
+ theme?: string | undefined;
554
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
555
+ name: string;
556
+ parent?: /*elided*/ any | undefined;
557
+ tabStop?: boolean | undefined;
558
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
559
+ fillHeight?: boolean | undefined;
560
+ }[];
561
+ componentId: number;
562
+ cssClass: string;
563
+ cssStyle: string | import('@zeedhi/core').IDictionary;
564
+ events: {
565
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
566
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
567
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
568
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
569
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
570
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
571
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
572
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
573
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
574
+ };
575
+ directives: {
576
+ [x: string]: {
577
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
578
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
579
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
580
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
581
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
582
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
583
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
584
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
585
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
586
+ } | undefined;
587
+ touch?: {
588
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
589
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
590
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
591
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
592
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
593
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
594
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
595
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
596
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
597
+ } | undefined;
598
+ };
599
+ isVisible: boolean | string;
600
+ dark: boolean;
601
+ light: boolean;
602
+ theme?: string | undefined;
603
+ keyMap: import('@zeedhi/core').IKeyMap;
604
+ name: string;
605
+ parent?: /*elided*/ any | undefined;
606
+ tabStop: boolean;
607
+ userProperties: import('@zeedhi/core').IDictionary;
608
+ fillHeight: boolean;
609
+ } | undefined;
610
+ componentId: number;
611
+ keyMap: import('@zeedhi/core').IKeyMap;
612
+ isFocused: boolean;
613
+ tabStop: boolean;
614
+ userProperties: import('@zeedhi/core').IDictionary<any>;
615
+ setViewFocus: (viewFocus: () => void) => void;
616
+ setFocus: () => void;
617
+ callEvent: (eventName: string, args: any) => boolean;
618
+ addChild: (child: import('@zeedhi/common').IComponent) => void;
619
+ removeChild: (name: string) => void;
620
+ getChildInstance: <T>(name: string) => T;
621
+ addChildInstance: (instance: import('@zeedhi/common').Component) => void;
622
+ onCreated: () => void;
623
+ onBeforeMount: () => void;
624
+ onMounted: (element: any) => void;
625
+ onBeforeDestroy: () => void;
626
+ onDestroyed: () => void;
627
+ click: (event?: Event, element?: any) => void;
628
+ focus: (event: Event, element: any) => void;
629
+ blur: (event: Event, element: any) => void;
630
+ mouseenter: (event?: Event, element?: any) => void;
631
+ mouseleave: (event?: Event, element?: any) => void;
632
+ mouseout: (event?: Event, element?: any) => void;
633
+ mouseover: (event?: Event, element?: any) => void;
634
+ };
635
+ root: Readonly<import('vue').ShallowRef<HTMLElement | import('vue').ComponentPublicInstance | null>>;
636
+ tiptap: import('vue').Ref<{
637
+ editor: any;
638
+ } | null, {
639
+ editor: any;
640
+ } | {
641
+ editor: any;
642
+ } | null>;
643
+ hasClass: () => Promise<any>;
644
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
645
+ outputFormat: {
646
+ type: StringConstructor;
647
+ default: string;
648
+ };
649
+ placeholder: {
650
+ type: StringConstructor;
651
+ default: string;
652
+ };
653
+ disabled: {
654
+ type: (StringConstructor | BooleanConstructor)[];
655
+ default: boolean;
656
+ };
657
+ readonly: {
658
+ type: (StringConstructor | BooleanConstructor)[];
659
+ default: boolean;
660
+ };
661
+ toolbarColor: {
662
+ type: StringConstructor;
663
+ default: undefined;
664
+ };
665
+ content: {
666
+ type: StringConstructor;
667
+ default: string;
668
+ };
669
+ cardColor: {
670
+ type: StringConstructor;
671
+ default: string;
672
+ };
673
+ fonts: {
674
+ type: ArrayConstructor;
675
+ default: () => import('@zeedhi/zd-richtext-common').IFonts[];
676
+ };
677
+ outlined: {
678
+ type: (StringConstructor | BooleanConstructor)[];
679
+ default: boolean;
680
+ };
681
+ width: {
682
+ type: (StringConstructor | NumberConstructor)[];
683
+ default: string;
684
+ };
685
+ height: {
686
+ type: (StringConstructor | NumberConstructor)[];
687
+ default: string;
688
+ };
689
+ formatGetter: {
690
+ type: (ObjectConstructor | StringConstructor)[];
691
+ default: () => void;
692
+ };
693
+ value: {
694
+ type: StringConstructor;
695
+ default: string;
696
+ };
697
+ fillHeight: {
698
+ type: (StringConstructor | BooleanConstructor)[];
699
+ default: boolean;
700
+ };
701
+ dark: {
702
+ type: (StringConstructor | BooleanConstructor)[];
703
+ default: boolean;
704
+ };
705
+ children: {
706
+ type: (StringConstructor | {
707
+ (arrayLength: number): import('@zeedhi/common').IComponentRender[];
708
+ (...items: import('@zeedhi/common').IComponentRender[]): import('@zeedhi/common').IComponentRender[];
709
+ new (arrayLength: number): import('@zeedhi/common').IComponentRender[];
710
+ new (...items: import('@zeedhi/common').IComponentRender[]): import('@zeedhi/common').IComponentRender[];
711
+ isArray(arg: any): arg is any[];
712
+ readonly prototype: any[];
713
+ from<T>(arrayLike: ArrayLike<T>): T[];
714
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
715
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
716
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
717
+ of<T_4>(...items: T_4[]): T_4[];
718
+ readonly [Symbol.species]: ArrayConstructor;
719
+ })[];
720
+ default(): never[];
721
+ };
722
+ component: {
723
+ type: StringConstructor;
724
+ };
725
+ allowDuplicate: {
726
+ type: (StringConstructor | BooleanConstructor)[];
727
+ default: boolean;
728
+ };
729
+ autofocus: {
730
+ type: (StringConstructor | BooleanConstructor)[];
731
+ default: boolean;
732
+ };
733
+ cssClass: {
734
+ type: StringConstructor;
735
+ default: string;
736
+ };
737
+ cssStyle: {
738
+ type: (StringConstructor | (() => import('vue').StyleValue))[];
739
+ default: string;
740
+ };
741
+ directives: {
742
+ type: ObjectConstructor;
743
+ default(): {};
744
+ };
745
+ events: {
746
+ type: ObjectConstructor;
747
+ default(): {};
748
+ };
749
+ instanceObject: {
750
+ type: ObjectConstructor;
751
+ };
752
+ isVisible: {
753
+ type: (StringConstructor | BooleanConstructor)[];
754
+ default: boolean;
755
+ };
756
+ keyMap: {
757
+ type: ObjectConstructor;
758
+ default(): {};
759
+ };
760
+ light: {
761
+ type: (StringConstructor | BooleanConstructor)[];
762
+ default: boolean;
763
+ };
764
+ name: {
765
+ type: StringConstructor;
766
+ required: true;
767
+ };
768
+ parent: {
769
+ type: ObjectConstructor;
770
+ };
771
+ tabStop: {
772
+ type: (StringConstructor | BooleanConstructor)[];
773
+ default: boolean;
774
+ };
775
+ theme: {
776
+ type: StringConstructor;
777
+ };
778
+ }>> & Readonly<{}>, {
779
+ fonts: unknown[];
780
+ children: string | import('@zeedhi/common').IComponentRender[];
781
+ allowDuplicate: string | boolean;
782
+ autofocus: string | boolean;
783
+ cssClass: string;
784
+ cssStyle: import('vue').StyleValue;
785
+ dark: string | boolean;
786
+ directives: Record<string, any>;
787
+ events: Record<string, any>;
788
+ isVisible: string | boolean;
789
+ keyMap: Record<string, any>;
790
+ light: string | boolean;
791
+ tabStop: string | boolean;
792
+ outlined: string | boolean;
793
+ disabled: string | boolean;
794
+ outputFormat: string;
795
+ placeholder: string;
796
+ readonly: string | boolean;
797
+ toolbarColor: string;
798
+ content: string;
799
+ cardColor: string;
800
+ width: string | number;
801
+ height: string | number;
802
+ formatGetter: string | Record<string, any>;
803
+ value: string;
804
+ fillHeight: string | boolean;
805
+ }, {}, {
806
+ FontFamily: import('@tiptap/core').Extension<import('vuetify-pro-tiptap').FontFamilyOptions, any>;
807
+ EditorContent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
808
+ editor: {
809
+ default: null;
810
+ type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
811
+ };
812
+ }>, {
813
+ rootEl: import('vue').Ref<Element | undefined, Element | undefined>;
814
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
815
+ editor: {
816
+ default: null;
817
+ type: import('vue').PropType<import('@tiptap/vue-3').Editor>;
818
+ };
819
+ }>> & Readonly<{}>, {
820
+ editor: import('@tiptap/vue-3').Editor;
821
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
822
+ VuetifyTiptap: {
823
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
824
+ dark: {
825
+ type: import('vue').PropType<boolean>;
826
+ default: undefined;
827
+ };
828
+ flat: {
829
+ type: import('vue').PropType<boolean>;
830
+ default: boolean;
831
+ };
832
+ modelValue: {
833
+ type: import('vue').PropType<string | object>;
834
+ default: string;
835
+ };
836
+ markdownTheme: {
837
+ type: import('vue').PropType<string | false>;
838
+ default: undefined;
839
+ };
840
+ output: {
841
+ type: import('vue').PropType<"html" | "json" | "text">;
842
+ default: string;
843
+ };
844
+ dense: {
845
+ type: import('vue').PropType<boolean>;
846
+ default: boolean;
847
+ };
848
+ outlined: {
849
+ type: import('vue').PropType<boolean>;
850
+ default: boolean;
851
+ };
852
+ disabled: {
853
+ type: import('vue').PropType<boolean>;
854
+ default: boolean;
855
+ };
856
+ label: {
857
+ type: import('vue').PropType<string>;
858
+ default: undefined;
859
+ };
860
+ hideToolbar: {
861
+ type: import('vue').PropType<boolean>;
862
+ default: boolean;
863
+ };
864
+ disableToolbar: {
865
+ type: import('vue').PropType<boolean>;
866
+ default: boolean;
867
+ };
868
+ hideBubble: {
869
+ type: import('vue').PropType<boolean>;
870
+ default: boolean;
871
+ };
872
+ removeDefaultWrapper: {
873
+ type: import('vue').PropType<boolean>;
874
+ default: boolean;
875
+ };
876
+ maxWidth: {
877
+ type: import('vue').PropType<string | number>;
878
+ default: undefined;
879
+ };
880
+ minHeight: {
881
+ type: import('vue').PropType<string | number>;
882
+ default: undefined;
883
+ };
884
+ maxHeight: {
885
+ type: import('vue').PropType<string | number>;
886
+ default: undefined;
887
+ };
888
+ extensions: {
889
+ type: import('vue').PropType<import('@tiptap/core').AnyExtension[]>;
890
+ default: () => never[];
891
+ };
892
+ editorClass: {
893
+ type: import('vue').PropType<string | Record<string, any> | string[]>;
894
+ default: undefined;
895
+ };
896
+ errorMessages: {
897
+ type: import('vue').PropType<string | string[] | null>;
898
+ required: true;
899
+ default: () => never[];
900
+ };
901
+ }>> & {
902
+ "onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
903
+ onChange?: ((value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => any) | undefined;
904
+ onEnter?: (() => any) | undefined;
905
+ "onUpdate:markdownTheme"?: ((value: string) => any) | undefined;
906
+ }, {
907
+ editor: import('@tiptap/vue-3').Editor;
908
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
909
+ enter: () => void;
910
+ change: (value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => void;
911
+ "update:modelValue": (value: string | object | undefined) => void;
912
+ "update:markdownTheme": (value: string) => void;
913
+ }, import('vue').PublicProps, {
914
+ markdownTheme: string | false;
915
+ extensions: import('@tiptap/core').AnyExtension[];
916
+ flat: boolean;
917
+ disabled: boolean;
918
+ maxHeight: string | number;
919
+ maxWidth: string | number;
920
+ minHeight: string | number;
921
+ outlined: boolean;
922
+ modelValue: string | object;
923
+ label: string;
924
+ output: "html" | "json" | "text";
925
+ dark: boolean;
926
+ dense: boolean;
927
+ hideToolbar: boolean;
928
+ disableToolbar: boolean;
929
+ hideBubble: boolean;
930
+ removeDefaultWrapper: boolean;
931
+ editorClass: string | string[] | Record<string, any>;
932
+ errorMessages: string | string[] | null;
933
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
934
+ P: {};
935
+ B: {};
936
+ D: {};
937
+ C: {};
938
+ M: {};
939
+ Defaults: {};
940
+ }, Readonly<import('vue').ExtractPropTypes<{
941
+ dark: {
942
+ type: import('vue').PropType<boolean>;
943
+ default: undefined;
944
+ };
945
+ flat: {
946
+ type: import('vue').PropType<boolean>;
947
+ default: boolean;
948
+ };
949
+ modelValue: {
950
+ type: import('vue').PropType<string | object>;
951
+ default: string;
952
+ };
953
+ markdownTheme: {
954
+ type: import('vue').PropType<string | false>;
955
+ default: undefined;
956
+ };
957
+ output: {
958
+ type: import('vue').PropType<"html" | "json" | "text">;
959
+ default: string;
960
+ };
961
+ dense: {
962
+ type: import('vue').PropType<boolean>;
963
+ default: boolean;
964
+ };
965
+ outlined: {
966
+ type: import('vue').PropType<boolean>;
967
+ default: boolean;
968
+ };
969
+ disabled: {
970
+ type: import('vue').PropType<boolean>;
971
+ default: boolean;
972
+ };
973
+ label: {
974
+ type: import('vue').PropType<string>;
975
+ default: undefined;
976
+ };
977
+ hideToolbar: {
978
+ type: import('vue').PropType<boolean>;
979
+ default: boolean;
980
+ };
981
+ disableToolbar: {
982
+ type: import('vue').PropType<boolean>;
983
+ default: boolean;
984
+ };
985
+ hideBubble: {
986
+ type: import('vue').PropType<boolean>;
987
+ default: boolean;
988
+ };
989
+ removeDefaultWrapper: {
990
+ type: import('vue').PropType<boolean>;
991
+ default: boolean;
992
+ };
993
+ maxWidth: {
994
+ type: import('vue').PropType<string | number>;
995
+ default: undefined;
996
+ };
997
+ minHeight: {
998
+ type: import('vue').PropType<string | number>;
999
+ default: undefined;
1000
+ };
1001
+ maxHeight: {
1002
+ type: import('vue').PropType<string | number>;
1003
+ default: undefined;
1004
+ };
1005
+ extensions: {
1006
+ type: import('vue').PropType<import('@tiptap/core').AnyExtension[]>;
1007
+ default: () => never[];
1008
+ };
1009
+ editorClass: {
1010
+ type: import('vue').PropType<string | Record<string, any> | string[]>;
1011
+ default: undefined;
1012
+ };
1013
+ errorMessages: {
1014
+ type: import('vue').PropType<string | string[] | null>;
1015
+ required: true;
1016
+ default: () => never[];
1017
+ };
1018
+ }>> & {
1019
+ "onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
1020
+ onChange?: ((value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => any) | undefined;
1021
+ onEnter?: (() => any) | undefined;
1022
+ "onUpdate:markdownTheme"?: ((value: string) => any) | undefined;
1023
+ }, {
1024
+ editor: import('@tiptap/vue-3').Editor;
1025
+ }, {}, {}, {}, {
1026
+ markdownTheme: string | false;
1027
+ extensions: import('@tiptap/core').AnyExtension[];
1028
+ flat: boolean;
1029
+ disabled: boolean;
1030
+ maxHeight: string | number;
1031
+ maxWidth: string | number;
1032
+ minHeight: string | number;
1033
+ outlined: boolean;
1034
+ modelValue: string | object;
1035
+ label: string;
1036
+ output: "html" | "json" | "text";
1037
+ dark: boolean;
1038
+ dense: boolean;
1039
+ hideToolbar: boolean;
1040
+ disableToolbar: boolean;
1041
+ hideBubble: boolean;
1042
+ removeDefaultWrapper: boolean;
1043
+ editorClass: string | string[] | Record<string, any>;
1044
+ errorMessages: string | string[] | null;
1045
+ }>;
1046
+ __isFragment?: never;
1047
+ __isTeleport?: never;
1048
+ __isSuspense?: never;
1049
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1050
+ dark: {
1051
+ type: import('vue').PropType<boolean>;
1052
+ default: undefined;
1053
+ };
1054
+ flat: {
1055
+ type: import('vue').PropType<boolean>;
1056
+ default: boolean;
1057
+ };
1058
+ modelValue: {
1059
+ type: import('vue').PropType<string | object>;
1060
+ default: string;
1061
+ };
1062
+ markdownTheme: {
1063
+ type: import('vue').PropType<string | false>;
1064
+ default: undefined;
1065
+ };
1066
+ output: {
1067
+ type: import('vue').PropType<"html" | "json" | "text">;
1068
+ default: string;
1069
+ };
1070
+ dense: {
1071
+ type: import('vue').PropType<boolean>;
1072
+ default: boolean;
1073
+ };
1074
+ outlined: {
1075
+ type: import('vue').PropType<boolean>;
1076
+ default: boolean;
1077
+ };
1078
+ disabled: {
1079
+ type: import('vue').PropType<boolean>;
1080
+ default: boolean;
1081
+ };
1082
+ label: {
1083
+ type: import('vue').PropType<string>;
1084
+ default: undefined;
1085
+ };
1086
+ hideToolbar: {
1087
+ type: import('vue').PropType<boolean>;
1088
+ default: boolean;
1089
+ };
1090
+ disableToolbar: {
1091
+ type: import('vue').PropType<boolean>;
1092
+ default: boolean;
1093
+ };
1094
+ hideBubble: {
1095
+ type: import('vue').PropType<boolean>;
1096
+ default: boolean;
1097
+ };
1098
+ removeDefaultWrapper: {
1099
+ type: import('vue').PropType<boolean>;
1100
+ default: boolean;
1101
+ };
1102
+ maxWidth: {
1103
+ type: import('vue').PropType<string | number>;
1104
+ default: undefined;
1105
+ };
1106
+ minHeight: {
1107
+ type: import('vue').PropType<string | number>;
1108
+ default: undefined;
1109
+ };
1110
+ maxHeight: {
1111
+ type: import('vue').PropType<string | number>;
1112
+ default: undefined;
1113
+ };
1114
+ extensions: {
1115
+ type: import('vue').PropType<import('@tiptap/core').AnyExtension[]>;
1116
+ default: () => never[];
1117
+ };
1118
+ editorClass: {
1119
+ type: import('vue').PropType<string | Record<string, any> | string[]>;
1120
+ default: undefined;
1121
+ };
1122
+ errorMessages: {
1123
+ type: import('vue').PropType<string | string[] | null>;
1124
+ required: true;
1125
+ default: () => never[];
1126
+ };
1127
+ }>> & {
1128
+ "onUpdate:modelValue"?: ((value: string | object | undefined) => any) | undefined;
1129
+ onChange?: ((value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => any) | undefined;
1130
+ onEnter?: (() => any) | undefined;
1131
+ "onUpdate:markdownTheme"?: ((value: string) => any) | undefined;
1132
+ }, {
1133
+ editor: import('@tiptap/vue-3').Editor;
1134
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1135
+ enter: () => void;
1136
+ change: (value: import('vuetify-pro-tiptap').VuetifyTiptapOnChange) => void;
1137
+ "update:modelValue": (value: string | object | undefined) => void;
1138
+ "update:markdownTheme": (value: string) => void;
1139
+ }, string, {
1140
+ markdownTheme: string | false;
1141
+ extensions: import('@tiptap/core').AnyExtension[];
1142
+ flat: boolean;
1143
+ disabled: boolean;
1144
+ maxHeight: string | number;
1145
+ maxWidth: string | number;
1146
+ minHeight: string | number;
1147
+ outlined: boolean;
1148
+ modelValue: string | object;
1149
+ label: string;
1150
+ output: "html" | "json" | "text";
1151
+ dark: boolean;
1152
+ dense: boolean;
1153
+ hideToolbar: boolean;
1154
+ disableToolbar: boolean;
1155
+ hideBubble: boolean;
1156
+ removeDefaultWrapper: boolean;
1157
+ editorClass: string | string[] | Record<string, any>;
1158
+ errorMessages: string | string[] | null;
1159
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1160
+ $slots: {
1161
+ editor?(_: {
1162
+ editor: import('@tiptap/vue-3').Editor;
1163
+ props: {
1164
+ class: string;
1165
+ "data-testid": string;
1166
+ };
1167
+ }): any;
1168
+ bottom?(_: {
1169
+ editor: import('@tiptap/vue-3').Editor;
1170
+ }): any;
1171
+ };
1172
+ });
1173
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1174
+ export default richTextComponent;