@zeedhi/zd-user-info-vue 1.3.4 → 3.0.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,2417 @@
1
+ import { IComponentRender } from '@zeedhi/common';
2
+ export declare const TekUserInfoProps: {
3
+ aboutImage: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ defaultEmail: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ versionInfo: {
12
+ type: (ObjectConstructor | StringConstructor)[];
13
+ default: null;
14
+ };
15
+ versionUrl: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ bottomSlot: {
20
+ type: () => IComponentRender[];
21
+ default: undefined;
22
+ };
23
+ activator: {
24
+ type: ObjectConstructor;
25
+ };
26
+ avatarProps: {
27
+ type: ObjectConstructor;
28
+ default: () => {};
29
+ };
30
+ centerSlot: {
31
+ type: () => IComponentRender[];
32
+ };
33
+ topSlot: {
34
+ type: () => IComponentRender[];
35
+ default: () => never[];
36
+ };
37
+ headerSlot: {
38
+ type: () => IComponentRender[];
39
+ default: () => never[];
40
+ };
41
+ user: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ };
45
+ userImage: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ closeOnClick: {
50
+ type: (StringConstructor | BooleanConstructor)[];
51
+ default: boolean;
52
+ };
53
+ closeOnContentClick: {
54
+ type: (StringConstructor | BooleanConstructor)[];
55
+ default: boolean;
56
+ };
57
+ fixed: {
58
+ type: (StringConstructor | BooleanConstructor)[];
59
+ default: boolean;
60
+ };
61
+ imageProps: {
62
+ type: ObjectConstructor;
63
+ default: () => {};
64
+ };
65
+ offsetX: {
66
+ type: (StringConstructor | BooleanConstructor)[];
67
+ default: boolean;
68
+ };
69
+ offsetY: {
70
+ type: (StringConstructor | BooleanConstructor)[];
71
+ default: boolean;
72
+ };
73
+ openOnClick: {
74
+ type: (StringConstructor | BooleanConstructor)[];
75
+ default: boolean;
76
+ };
77
+ openOnHover: {
78
+ type: (StringConstructor | BooleanConstructor)[];
79
+ default: boolean;
80
+ };
81
+ height: {
82
+ type: (StringConstructor | NumberConstructor)[];
83
+ default: string;
84
+ };
85
+ maxHeight: {
86
+ type: (StringConstructor | NumberConstructor)[];
87
+ default: undefined;
88
+ };
89
+ maxWidth: {
90
+ type: (StringConstructor | NumberConstructor)[];
91
+ default: undefined;
92
+ };
93
+ minHeight: {
94
+ type: (StringConstructor | NumberConstructor)[];
95
+ default: undefined;
96
+ };
97
+ minWidth: {
98
+ type: (StringConstructor | NumberConstructor)[];
99
+ default: undefined;
100
+ };
101
+ value: {
102
+ default: undefined;
103
+ };
104
+ visibleItems: {
105
+ type: (ObjectConstructor | StringConstructor)[];
106
+ default: () => {};
107
+ };
108
+ children: {
109
+ type: (StringConstructor | {
110
+ (arrayLength: number): IComponentRender[];
111
+ (...items: IComponentRender[]): IComponentRender[];
112
+ new (arrayLength: number): IComponentRender[];
113
+ new (...items: IComponentRender[]): IComponentRender[];
114
+ isArray(arg: any): arg is any[];
115
+ readonly prototype: any[];
116
+ from<T>(arrayLike: ArrayLike<T>): T[];
117
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
118
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
119
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
120
+ of<T_4>(...items: T_4[]): T_4[];
121
+ readonly [Symbol.species]: ArrayConstructor;
122
+ })[];
123
+ default(): never[];
124
+ };
125
+ component: {
126
+ type: StringConstructor;
127
+ };
128
+ allowDuplicate: {
129
+ type: (StringConstructor | BooleanConstructor)[];
130
+ default: boolean;
131
+ };
132
+ autofocus: {
133
+ type: (StringConstructor | BooleanConstructor)[];
134
+ default: boolean;
135
+ };
136
+ cssClass: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ cssStyle: {
141
+ type: (StringConstructor | (() => import('vue').StyleValue))[];
142
+ default: string;
143
+ };
144
+ dark: {
145
+ type: (StringConstructor | BooleanConstructor)[];
146
+ default: boolean;
147
+ };
148
+ directives: {
149
+ type: ObjectConstructor;
150
+ default(): {};
151
+ };
152
+ events: {
153
+ type: ObjectConstructor;
154
+ default(): {};
155
+ };
156
+ instanceObject: {
157
+ type: ObjectConstructor;
158
+ };
159
+ isVisible: {
160
+ type: (StringConstructor | BooleanConstructor)[];
161
+ default: boolean;
162
+ };
163
+ keyMap: {
164
+ type: ObjectConstructor;
165
+ default(): {};
166
+ };
167
+ light: {
168
+ type: (StringConstructor | BooleanConstructor)[];
169
+ default: boolean;
170
+ };
171
+ name: {
172
+ type: StringConstructor;
173
+ required: true;
174
+ };
175
+ parent: {
176
+ type: ObjectConstructor;
177
+ };
178
+ tabStop: {
179
+ type: (StringConstructor | BooleanConstructor)[];
180
+ default: boolean;
181
+ };
182
+ theme: {
183
+ type: StringConstructor;
184
+ };
185
+ };
186
+ declare const tekUserInfoComponent: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
187
+ aboutImage: {
188
+ type: StringConstructor;
189
+ default: string;
190
+ };
191
+ defaultEmail: {
192
+ type: StringConstructor;
193
+ default: string;
194
+ };
195
+ versionInfo: {
196
+ type: (ObjectConstructor | StringConstructor)[];
197
+ default: null;
198
+ };
199
+ versionUrl: {
200
+ type: StringConstructor;
201
+ default: string;
202
+ };
203
+ bottomSlot: {
204
+ type: () => IComponentRender[];
205
+ default: undefined;
206
+ };
207
+ activator: {
208
+ type: ObjectConstructor;
209
+ };
210
+ avatarProps: {
211
+ type: ObjectConstructor;
212
+ default: () => {};
213
+ };
214
+ centerSlot: {
215
+ type: () => IComponentRender[];
216
+ };
217
+ topSlot: {
218
+ type: () => IComponentRender[];
219
+ default: () => never[];
220
+ };
221
+ headerSlot: {
222
+ type: () => IComponentRender[];
223
+ default: () => never[];
224
+ };
225
+ user: {
226
+ type: StringConstructor;
227
+ default: string;
228
+ };
229
+ userImage: {
230
+ type: StringConstructor;
231
+ default: string;
232
+ };
233
+ closeOnClick: {
234
+ type: (StringConstructor | BooleanConstructor)[];
235
+ default: boolean;
236
+ };
237
+ closeOnContentClick: {
238
+ type: (StringConstructor | BooleanConstructor)[];
239
+ default: boolean;
240
+ };
241
+ fixed: {
242
+ type: (StringConstructor | BooleanConstructor)[];
243
+ default: boolean;
244
+ };
245
+ imageProps: {
246
+ type: ObjectConstructor;
247
+ default: () => {};
248
+ };
249
+ offsetX: {
250
+ type: (StringConstructor | BooleanConstructor)[];
251
+ default: boolean;
252
+ };
253
+ offsetY: {
254
+ type: (StringConstructor | BooleanConstructor)[];
255
+ default: boolean;
256
+ };
257
+ openOnClick: {
258
+ type: (StringConstructor | BooleanConstructor)[];
259
+ default: boolean;
260
+ };
261
+ openOnHover: {
262
+ type: (StringConstructor | BooleanConstructor)[];
263
+ default: boolean;
264
+ };
265
+ height: {
266
+ type: (StringConstructor | NumberConstructor)[];
267
+ default: string;
268
+ };
269
+ maxHeight: {
270
+ type: (StringConstructor | NumberConstructor)[];
271
+ default: undefined;
272
+ };
273
+ maxWidth: {
274
+ type: (StringConstructor | NumberConstructor)[];
275
+ default: undefined;
276
+ };
277
+ minHeight: {
278
+ type: (StringConstructor | NumberConstructor)[];
279
+ default: undefined;
280
+ };
281
+ minWidth: {
282
+ type: (StringConstructor | NumberConstructor)[];
283
+ default: undefined;
284
+ };
285
+ value: {
286
+ default: undefined;
287
+ };
288
+ visibleItems: {
289
+ type: (ObjectConstructor | StringConstructor)[];
290
+ default: () => {};
291
+ };
292
+ children: {
293
+ type: (StringConstructor | {
294
+ (arrayLength: number): IComponentRender[];
295
+ (...items: IComponentRender[]): IComponentRender[];
296
+ new (arrayLength: number): IComponentRender[];
297
+ new (...items: IComponentRender[]): IComponentRender[];
298
+ isArray(arg: any): arg is any[];
299
+ readonly prototype: any[];
300
+ from<T>(arrayLike: ArrayLike<T>): T[];
301
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
302
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
303
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
304
+ of<T_4>(...items: T_4[]): T_4[];
305
+ readonly [Symbol.species]: ArrayConstructor;
306
+ })[];
307
+ default(): never[];
308
+ };
309
+ component: {
310
+ type: StringConstructor;
311
+ };
312
+ allowDuplicate: {
313
+ type: (StringConstructor | BooleanConstructor)[];
314
+ default: boolean;
315
+ };
316
+ autofocus: {
317
+ type: (StringConstructor | BooleanConstructor)[];
318
+ default: boolean;
319
+ };
320
+ cssClass: {
321
+ type: StringConstructor;
322
+ default: string;
323
+ };
324
+ cssStyle: {
325
+ type: (StringConstructor | (() => import('vue').StyleValue))[];
326
+ default: string;
327
+ };
328
+ dark: {
329
+ type: (StringConstructor | BooleanConstructor)[];
330
+ default: boolean;
331
+ };
332
+ directives: {
333
+ type: ObjectConstructor;
334
+ default(): {};
335
+ };
336
+ events: {
337
+ type: ObjectConstructor;
338
+ default(): {};
339
+ };
340
+ instanceObject: {
341
+ type: ObjectConstructor;
342
+ };
343
+ isVisible: {
344
+ type: (StringConstructor | BooleanConstructor)[];
345
+ default: boolean;
346
+ };
347
+ keyMap: {
348
+ type: ObjectConstructor;
349
+ default(): {};
350
+ };
351
+ light: {
352
+ type: (StringConstructor | BooleanConstructor)[];
353
+ default: boolean;
354
+ };
355
+ name: {
356
+ type: StringConstructor;
357
+ required: true;
358
+ };
359
+ parent: {
360
+ type: ObjectConstructor;
361
+ };
362
+ tabStop: {
363
+ type: (StringConstructor | BooleanConstructor)[];
364
+ default: boolean;
365
+ };
366
+ theme: {
367
+ type: StringConstructor;
368
+ };
369
+ }>, {
370
+ instance: {
371
+ aboutModal?: {
372
+ title: string;
373
+ fullscreen: boolean;
374
+ grid: {
375
+ cols?: number | string | undefined;
376
+ xs?: number | string | undefined;
377
+ sm?: number | string | undefined;
378
+ md?: number | string | undefined;
379
+ lg?: number | string | undefined;
380
+ xl?: number | string | undefined;
381
+ 'offset-xs'?: number | string | undefined;
382
+ 'offset-sm'?: number | string | undefined;
383
+ 'offset-md'?: number | string | undefined;
384
+ 'offset-lg'?: number | string | undefined;
385
+ 'offset-xl'?: number | string | undefined;
386
+ };
387
+ persistent: boolean;
388
+ draggable: boolean;
389
+ dragHandle?: string | undefined;
390
+ escKeydownStop?: boolean | undefined;
391
+ events: {
392
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
393
+ onShow?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>> | undefined;
394
+ onHide?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>> | undefined;
395
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
396
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
397
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
398
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
399
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
400
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
401
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
402
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
403
+ };
404
+ destroy: () => void;
405
+ show: () => void;
406
+ hide: () => void;
407
+ allowDuplicate: boolean;
408
+ autofocus: boolean;
409
+ children: {
410
+ [x: string]: any;
411
+ allowDuplicate?: boolean | undefined;
412
+ autofocus?: boolean | undefined;
413
+ children?: /*elided*/ any[] | undefined;
414
+ componentId?: number | undefined;
415
+ cssClass?: string | undefined;
416
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
417
+ events?: {
418
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
419
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
420
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
421
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
422
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
423
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
424
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
425
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
426
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
427
+ } | undefined;
428
+ directives?: {
429
+ [x: string]: {
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
+ touch?: {
441
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
442
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
443
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
444
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
445
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
446
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
447
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
448
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
449
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
450
+ } | undefined;
451
+ } | undefined;
452
+ isVisible?: boolean | string | undefined;
453
+ dark?: boolean | undefined;
454
+ light?: boolean | undefined;
455
+ theme?: string | undefined;
456
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
457
+ name: string;
458
+ parent?: {
459
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
460
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
461
+ allowDuplicate: boolean;
462
+ autofocus: boolean;
463
+ children: /*elided*/ any[];
464
+ componentId: number;
465
+ cssClass: string;
466
+ cssStyle: string | import('@zeedhi/core').IDictionary;
467
+ events: {
468
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
469
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
470
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
471
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
472
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
473
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
474
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
475
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
476
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
477
+ };
478
+ directives: {
479
+ [x: string]: {
480
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
481
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
482
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
483
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
484
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
485
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
486
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
487
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
488
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
489
+ } | undefined;
490
+ touch?: {
491
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
492
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
493
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
494
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
495
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
496
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
497
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
498
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
499
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
500
+ } | undefined;
501
+ };
502
+ isVisible: boolean | string;
503
+ dark: boolean;
504
+ light: boolean;
505
+ theme?: string | undefined;
506
+ keyMap: import('@zeedhi/core').IKeyMap;
507
+ name: string;
508
+ parent?: /*elided*/ any | undefined;
509
+ tabStop: boolean;
510
+ userProperties: import('@zeedhi/core').IDictionary;
511
+ fillHeight: boolean;
512
+ } | undefined;
513
+ tabStop?: boolean | undefined;
514
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
515
+ fillHeight?: boolean | undefined;
516
+ }[];
517
+ childrenInstances: any[];
518
+ cssClass: string;
519
+ cssStyle: string | import('@zeedhi/core').IDictionary<string>;
520
+ directives: {
521
+ [x: string]: {
522
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
523
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
524
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
525
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
526
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
527
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
528
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
529
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
530
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
531
+ } | undefined;
532
+ touch?: {
533
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
534
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
535
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
536
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
537
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
538
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
539
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
540
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
541
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
542
+ } | undefined;
543
+ };
544
+ isVisible: boolean;
545
+ name: string;
546
+ dark: boolean;
547
+ light: boolean;
548
+ theme?: string | undefined;
549
+ fillHeight: boolean;
550
+ parent?: {
551
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
552
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
553
+ allowDuplicate: boolean;
554
+ autofocus: boolean;
555
+ children: {
556
+ [x: string]: any;
557
+ allowDuplicate?: boolean | undefined;
558
+ autofocus?: boolean | undefined;
559
+ children?: /*elided*/ any[] | undefined;
560
+ componentId?: number | undefined;
561
+ cssClass?: string | undefined;
562
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
563
+ events?: {
564
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
565
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
566
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
567
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
568
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
569
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
570
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
571
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
572
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
573
+ } | undefined;
574
+ directives?: {
575
+ [x: string]: {
576
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
577
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
578
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
579
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
580
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
581
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
582
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
583
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
584
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
585
+ } | undefined;
586
+ touch?: {
587
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
588
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
589
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
590
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
591
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
592
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
593
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
594
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
595
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
596
+ } | undefined;
597
+ } | undefined;
598
+ isVisible?: boolean | string | undefined;
599
+ dark?: boolean | undefined;
600
+ light?: boolean | undefined;
601
+ theme?: string | undefined;
602
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
603
+ name: string;
604
+ parent?: /*elided*/ any | undefined;
605
+ tabStop?: boolean | undefined;
606
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
607
+ fillHeight?: boolean | undefined;
608
+ }[];
609
+ componentId: number;
610
+ cssClass: string;
611
+ cssStyle: string | import('@zeedhi/core').IDictionary;
612
+ events: {
613
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
614
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
615
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
616
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
617
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
618
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
619
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
620
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
621
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
622
+ };
623
+ directives: {
624
+ [x: string]: {
625
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
626
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
627
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
628
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
629
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
630
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
631
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
632
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
633
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
634
+ } | undefined;
635
+ touch?: {
636
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
637
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
638
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
639
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
640
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
641
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
642
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
643
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
644
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
645
+ } | undefined;
646
+ };
647
+ isVisible: boolean | string;
648
+ dark: boolean;
649
+ light: boolean;
650
+ theme?: string | undefined;
651
+ keyMap: import('@zeedhi/core').IKeyMap;
652
+ name: string;
653
+ parent?: /*elided*/ any | undefined;
654
+ tabStop: boolean;
655
+ userProperties: import('@zeedhi/core').IDictionary;
656
+ fillHeight: boolean;
657
+ } | undefined;
658
+ componentId: number;
659
+ keyMap: import('@zeedhi/core').IKeyMap;
660
+ isFocused: boolean;
661
+ tabStop: boolean;
662
+ userProperties: import('@zeedhi/core').IDictionary<any>;
663
+ setViewFocus: (viewFocus: () => void) => void;
664
+ setFocus: () => void;
665
+ callEvent: (eventName: string, args: any) => boolean;
666
+ addChild: (child: import('@zeedhi/common').IComponent) => void;
667
+ removeChild: (name: string) => void;
668
+ getChildInstance: <T>(name: string) => T;
669
+ addChildInstance: (instance: import('@zeedhi/common').Component) => void;
670
+ onCreated: () => void;
671
+ onBeforeMount: () => void;
672
+ onMounted: (element: any) => void;
673
+ onBeforeDestroy: () => void;
674
+ onDestroyed: () => void;
675
+ click: (event?: Event, element?: any) => void;
676
+ focus: (event: Event, element: any) => void;
677
+ blur: (event: Event, element: any) => void;
678
+ mouseenter: (event?: Event, element?: any) => void;
679
+ mouseleave: (event?: Event, element?: any) => void;
680
+ mouseout: (event?: Event, element?: any) => void;
681
+ mouseover: (event?: Event, element?: any) => void;
682
+ } | undefined;
683
+ reportModal?: {
684
+ title: string;
685
+ fullscreen: boolean;
686
+ grid: {
687
+ cols?: number | string | undefined;
688
+ xs?: number | string | undefined;
689
+ sm?: number | string | undefined;
690
+ md?: number | string | undefined;
691
+ lg?: number | string | undefined;
692
+ xl?: number | string | undefined;
693
+ 'offset-xs'?: number | string | undefined;
694
+ 'offset-sm'?: number | string | undefined;
695
+ 'offset-md'?: number | string | undefined;
696
+ 'offset-lg'?: number | string | undefined;
697
+ 'offset-xl'?: number | string | undefined;
698
+ };
699
+ persistent: boolean;
700
+ draggable: boolean;
701
+ dragHandle?: string | undefined;
702
+ escKeydownStop?: boolean | undefined;
703
+ events: {
704
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
705
+ onShow?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>> | undefined;
706
+ onHide?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>> | undefined;
707
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
708
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
709
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
710
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
711
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
712
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
713
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
714
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
715
+ };
716
+ destroy: () => void;
717
+ show: () => void;
718
+ hide: () => void;
719
+ allowDuplicate: boolean;
720
+ autofocus: boolean;
721
+ children: {
722
+ [x: string]: any;
723
+ allowDuplicate?: boolean | undefined;
724
+ autofocus?: boolean | undefined;
725
+ children?: /*elided*/ any[] | undefined;
726
+ componentId?: number | undefined;
727
+ cssClass?: string | undefined;
728
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
729
+ events?: {
730
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
731
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
732
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
733
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
734
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
735
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
736
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
737
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
738
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
739
+ } | undefined;
740
+ directives?: {
741
+ [x: string]: {
742
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
743
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
744
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
745
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
746
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
747
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
748
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
749
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
750
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
751
+ } | undefined;
752
+ touch?: {
753
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
754
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
755
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
756
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
757
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
758
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
759
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
760
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
761
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
762
+ } | undefined;
763
+ } | undefined;
764
+ isVisible?: boolean | string | undefined;
765
+ dark?: boolean | undefined;
766
+ light?: boolean | undefined;
767
+ theme?: string | undefined;
768
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
769
+ name: string;
770
+ parent?: {
771
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
772
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
773
+ allowDuplicate: boolean;
774
+ autofocus: boolean;
775
+ children: /*elided*/ any[];
776
+ componentId: number;
777
+ cssClass: string;
778
+ cssStyle: string | import('@zeedhi/core').IDictionary;
779
+ events: {
780
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
781
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
782
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
783
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
784
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
785
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
786
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
787
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
788
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
789
+ };
790
+ directives: {
791
+ [x: string]: {
792
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
793
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
794
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
795
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
796
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
797
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
798
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
799
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
800
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
801
+ } | undefined;
802
+ touch?: {
803
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
804
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
805
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
806
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
807
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
808
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
809
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
810
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
811
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
812
+ } | undefined;
813
+ };
814
+ isVisible: boolean | string;
815
+ dark: boolean;
816
+ light: boolean;
817
+ theme?: string | undefined;
818
+ keyMap: import('@zeedhi/core').IKeyMap;
819
+ name: string;
820
+ parent?: /*elided*/ any | undefined;
821
+ tabStop: boolean;
822
+ userProperties: import('@zeedhi/core').IDictionary;
823
+ fillHeight: boolean;
824
+ } | undefined;
825
+ tabStop?: boolean | undefined;
826
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
827
+ fillHeight?: boolean | undefined;
828
+ }[];
829
+ childrenInstances: any[];
830
+ cssClass: string;
831
+ cssStyle: string | import('@zeedhi/core').IDictionary<string>;
832
+ directives: {
833
+ [x: string]: {
834
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
835
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
836
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
837
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
838
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
839
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
840
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
841
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
842
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
843
+ } | undefined;
844
+ touch?: {
845
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
846
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
847
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
848
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
849
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
850
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
851
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
852
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
853
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
854
+ } | undefined;
855
+ };
856
+ isVisible: boolean;
857
+ name: string;
858
+ dark: boolean;
859
+ light: boolean;
860
+ theme?: string | undefined;
861
+ fillHeight: boolean;
862
+ parent?: {
863
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
864
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
865
+ allowDuplicate: boolean;
866
+ autofocus: boolean;
867
+ children: {
868
+ [x: string]: any;
869
+ allowDuplicate?: boolean | undefined;
870
+ autofocus?: boolean | undefined;
871
+ children?: /*elided*/ any[] | undefined;
872
+ componentId?: number | undefined;
873
+ cssClass?: string | undefined;
874
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
875
+ events?: {
876
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
877
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
878
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
879
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
880
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
881
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
882
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
883
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
884
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
885
+ } | undefined;
886
+ directives?: {
887
+ [x: string]: {
888
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
889
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
890
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
891
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
892
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
893
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
894
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
895
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
896
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
897
+ } | undefined;
898
+ touch?: {
899
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
900
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
901
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
902
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
903
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
904
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
905
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
906
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
907
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
908
+ } | undefined;
909
+ } | undefined;
910
+ isVisible?: boolean | string | undefined;
911
+ dark?: boolean | undefined;
912
+ light?: boolean | undefined;
913
+ theme?: string | undefined;
914
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
915
+ name: string;
916
+ parent?: /*elided*/ any | undefined;
917
+ tabStop?: boolean | undefined;
918
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
919
+ fillHeight?: boolean | undefined;
920
+ }[];
921
+ componentId: number;
922
+ cssClass: string;
923
+ cssStyle: string | import('@zeedhi/core').IDictionary;
924
+ events: {
925
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
926
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
927
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
928
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
929
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
930
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
931
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
932
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
933
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
934
+ };
935
+ directives: {
936
+ [x: string]: {
937
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
938
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
939
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
940
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
941
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
942
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
943
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
944
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
945
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
946
+ } | undefined;
947
+ touch?: {
948
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
949
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
950
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
951
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
952
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
953
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
954
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
955
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
956
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
957
+ } | undefined;
958
+ };
959
+ isVisible: boolean | string;
960
+ dark: boolean;
961
+ light: boolean;
962
+ theme?: string | undefined;
963
+ keyMap: import('@zeedhi/core').IKeyMap;
964
+ name: string;
965
+ parent?: /*elided*/ any | undefined;
966
+ tabStop: boolean;
967
+ userProperties: import('@zeedhi/core').IDictionary;
968
+ fillHeight: boolean;
969
+ } | undefined;
970
+ componentId: number;
971
+ keyMap: import('@zeedhi/core').IKeyMap;
972
+ isFocused: boolean;
973
+ tabStop: boolean;
974
+ userProperties: import('@zeedhi/core').IDictionary<any>;
975
+ setViewFocus: (viewFocus: () => void) => void;
976
+ setFocus: () => void;
977
+ callEvent: (eventName: string, args: any) => boolean;
978
+ addChild: (child: import('@zeedhi/common').IComponent) => void;
979
+ removeChild: (name: string) => void;
980
+ getChildInstance: <T>(name: string) => T;
981
+ addChildInstance: (instance: import('@zeedhi/common').Component) => void;
982
+ onCreated: () => void;
983
+ onBeforeMount: () => void;
984
+ onMounted: (element: any) => void;
985
+ onBeforeDestroy: () => void;
986
+ onDestroyed: () => void;
987
+ click: (event?: Event, element?: any) => void;
988
+ focus: (event: Event, element: any) => void;
989
+ blur: (event: Event, element: any) => void;
990
+ mouseenter: (event?: Event, element?: any) => void;
991
+ mouseleave: (event?: Event, element?: any) => void;
992
+ mouseout: (event?: Event, element?: any) => void;
993
+ mouseover: (event?: Event, element?: any) => void;
994
+ } | undefined;
995
+ versionInfo: {
996
+ name: string;
997
+ version: string;
998
+ frontend: {
999
+ name: string;
1000
+ version: string;
1001
+ }[];
1002
+ backend: {
1003
+ name: string;
1004
+ version: string;
1005
+ }[];
1006
+ modules: {
1007
+ name: string;
1008
+ version: string;
1009
+ }[];
1010
+ } | null;
1011
+ defaultEmail: string;
1012
+ versionUrl: string;
1013
+ aboutImage: string;
1014
+ onAboutClick: () => void;
1015
+ onReportClick: () => void;
1016
+ onSendReport: ({ event, element }: import('@zeedhi/core').IEventParam<import('@zeedhi/common').Button>) => Promise<void>;
1017
+ onCreated: () => void;
1018
+ onMounted: (element: any) => Promise<void>;
1019
+ activator: {
1020
+ [x: string]: any;
1021
+ children?: /*elided*/ any[] | undefined;
1022
+ component: string;
1023
+ allowDuplicate?: boolean | undefined;
1024
+ autofocus?: boolean | undefined;
1025
+ componentId?: number | undefined;
1026
+ cssClass?: string | undefined;
1027
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1028
+ events?: {
1029
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1030
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1031
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1032
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1033
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1034
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1035
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1036
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1037
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1038
+ } | undefined;
1039
+ directives?: {
1040
+ [x: string]: {
1041
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1042
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1043
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1044
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1045
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1046
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1047
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1048
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1049
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1050
+ } | undefined;
1051
+ touch?: {
1052
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1053
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1054
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1055
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1056
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1057
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1058
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1059
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1060
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1061
+ } | undefined;
1062
+ } | undefined;
1063
+ isVisible?: boolean | string | undefined;
1064
+ dark?: boolean | undefined;
1065
+ light?: boolean | undefined;
1066
+ theme?: string | undefined;
1067
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1068
+ name: string;
1069
+ parent?: {
1070
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
1071
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
1072
+ allowDuplicate: boolean;
1073
+ autofocus: boolean;
1074
+ children: {
1075
+ [x: string]: any;
1076
+ allowDuplicate?: boolean | undefined;
1077
+ autofocus?: boolean | undefined;
1078
+ children?: /*elided*/ any[] | undefined;
1079
+ componentId?: number | undefined;
1080
+ cssClass?: string | undefined;
1081
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1082
+ events?: {
1083
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1084
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1085
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1086
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1087
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1088
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1089
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1090
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1091
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1092
+ } | undefined;
1093
+ directives?: {
1094
+ [x: string]: {
1095
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1096
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1097
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1098
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1099
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1100
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1101
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1102
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1103
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1104
+ } | undefined;
1105
+ touch?: {
1106
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1107
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1108
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1109
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1110
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1111
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1112
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1113
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1114
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1115
+ } | undefined;
1116
+ } | undefined;
1117
+ isVisible?: boolean | string | undefined;
1118
+ dark?: boolean | undefined;
1119
+ light?: boolean | undefined;
1120
+ theme?: string | undefined;
1121
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1122
+ name: string;
1123
+ parent?: /*elided*/ any | undefined;
1124
+ tabStop?: boolean | undefined;
1125
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1126
+ fillHeight?: boolean | undefined;
1127
+ }[];
1128
+ componentId: number;
1129
+ cssClass: string;
1130
+ cssStyle: string | import('@zeedhi/core').IDictionary;
1131
+ events: {
1132
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1133
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1134
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1135
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1136
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1137
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1138
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1139
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1140
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1141
+ };
1142
+ directives: {
1143
+ [x: string]: {
1144
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1145
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1146
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1147
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1148
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1149
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1150
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1151
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1152
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1153
+ } | undefined;
1154
+ touch?: {
1155
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1156
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1157
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1158
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1159
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1160
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1161
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1162
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1163
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1164
+ } | undefined;
1165
+ };
1166
+ isVisible: boolean | string;
1167
+ dark: boolean;
1168
+ light: boolean;
1169
+ theme?: string | undefined;
1170
+ keyMap: import('@zeedhi/core').IKeyMap;
1171
+ name: string;
1172
+ parent?: /*elided*/ any | undefined;
1173
+ tabStop: boolean;
1174
+ userProperties: import('@zeedhi/core').IDictionary;
1175
+ fillHeight: boolean;
1176
+ } | undefined;
1177
+ tabStop?: boolean | undefined;
1178
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1179
+ fillHeight?: boolean | undefined;
1180
+ };
1181
+ avatarProps: import('@zeedhi/core').IDictionary;
1182
+ bottomSlot: {
1183
+ [x: string]: any;
1184
+ children?: /*elided*/ any[] | undefined;
1185
+ component: string;
1186
+ allowDuplicate?: boolean | undefined;
1187
+ autofocus?: boolean | undefined;
1188
+ componentId?: number | undefined;
1189
+ cssClass?: string | undefined;
1190
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1191
+ events?: {
1192
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1193
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1194
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1195
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1196
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1197
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1198
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1199
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1200
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1201
+ } | undefined;
1202
+ directives?: {
1203
+ [x: string]: {
1204
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1205
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1206
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1207
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1208
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1209
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1210
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1211
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1212
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1213
+ } | undefined;
1214
+ touch?: {
1215
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1216
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1217
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1218
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1219
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1220
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1221
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1222
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1223
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1224
+ } | undefined;
1225
+ } | undefined;
1226
+ isVisible?: boolean | string | undefined;
1227
+ dark?: boolean | undefined;
1228
+ light?: boolean | undefined;
1229
+ theme?: string | undefined;
1230
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1231
+ name: string;
1232
+ parent?: {
1233
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
1234
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
1235
+ allowDuplicate: boolean;
1236
+ autofocus: boolean;
1237
+ children: {
1238
+ [x: string]: any;
1239
+ allowDuplicate?: boolean | undefined;
1240
+ autofocus?: boolean | undefined;
1241
+ children?: /*elided*/ any[] | undefined;
1242
+ componentId?: number | undefined;
1243
+ cssClass?: string | undefined;
1244
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1245
+ events?: {
1246
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1247
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1248
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1249
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1250
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1251
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1252
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1253
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1254
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1255
+ } | undefined;
1256
+ directives?: {
1257
+ [x: string]: {
1258
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1259
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1260
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1261
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1262
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1263
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1264
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1265
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1266
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1267
+ } | undefined;
1268
+ touch?: {
1269
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1270
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1271
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1272
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1273
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1274
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1275
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1276
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1277
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1278
+ } | undefined;
1279
+ } | undefined;
1280
+ isVisible?: boolean | string | undefined;
1281
+ dark?: boolean | undefined;
1282
+ light?: boolean | undefined;
1283
+ theme?: string | undefined;
1284
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1285
+ name: string;
1286
+ parent?: /*elided*/ any | undefined;
1287
+ tabStop?: boolean | undefined;
1288
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1289
+ fillHeight?: boolean | undefined;
1290
+ }[];
1291
+ componentId: number;
1292
+ cssClass: string;
1293
+ cssStyle: string | import('@zeedhi/core').IDictionary;
1294
+ events: {
1295
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1296
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1297
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1298
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1299
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1300
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1301
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1302
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1303
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1304
+ };
1305
+ directives: {
1306
+ [x: string]: {
1307
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1308
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1309
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1310
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1311
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1312
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1313
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1314
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1315
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1316
+ } | undefined;
1317
+ touch?: {
1318
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1319
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1320
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1321
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1322
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1323
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1324
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1325
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1326
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1327
+ } | undefined;
1328
+ };
1329
+ isVisible: boolean | string;
1330
+ dark: boolean;
1331
+ light: boolean;
1332
+ theme?: string | undefined;
1333
+ keyMap: import('@zeedhi/core').IKeyMap;
1334
+ name: string;
1335
+ parent?: /*elided*/ any | undefined;
1336
+ tabStop: boolean;
1337
+ userProperties: import('@zeedhi/core').IDictionary;
1338
+ fillHeight: boolean;
1339
+ } | undefined;
1340
+ tabStop?: boolean | undefined;
1341
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1342
+ fillHeight?: boolean | undefined;
1343
+ }[];
1344
+ centerSlot: {
1345
+ [x: string]: any;
1346
+ children?: /*elided*/ any[] | undefined;
1347
+ component: string;
1348
+ allowDuplicate?: boolean | undefined;
1349
+ autofocus?: boolean | undefined;
1350
+ componentId?: number | undefined;
1351
+ cssClass?: string | undefined;
1352
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1353
+ events?: {
1354
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1355
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1356
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1357
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1358
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1359
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1360
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1361
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1362
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1363
+ } | undefined;
1364
+ directives?: {
1365
+ [x: string]: {
1366
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1367
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1368
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1369
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1370
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1371
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1372
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1373
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1374
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1375
+ } | undefined;
1376
+ touch?: {
1377
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1378
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1379
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1380
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1381
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1382
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1383
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1384
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1385
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1386
+ } | undefined;
1387
+ } | undefined;
1388
+ isVisible?: boolean | string | undefined;
1389
+ dark?: boolean | undefined;
1390
+ light?: boolean | undefined;
1391
+ theme?: string | undefined;
1392
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1393
+ name: string;
1394
+ parent?: {
1395
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
1396
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
1397
+ allowDuplicate: boolean;
1398
+ autofocus: boolean;
1399
+ children: {
1400
+ [x: string]: any;
1401
+ allowDuplicate?: boolean | undefined;
1402
+ autofocus?: boolean | undefined;
1403
+ children?: /*elided*/ any[] | undefined;
1404
+ componentId?: number | undefined;
1405
+ cssClass?: string | undefined;
1406
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1407
+ events?: {
1408
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1409
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1410
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1411
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1412
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1413
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1414
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1415
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1416
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1417
+ } | undefined;
1418
+ directives?: {
1419
+ [x: string]: {
1420
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1421
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1422
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1423
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1424
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1425
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1426
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1427
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1428
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1429
+ } | undefined;
1430
+ touch?: {
1431
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1432
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1433
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1434
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1435
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1436
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1437
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1438
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1439
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1440
+ } | undefined;
1441
+ } | undefined;
1442
+ isVisible?: boolean | string | undefined;
1443
+ dark?: boolean | undefined;
1444
+ light?: boolean | undefined;
1445
+ theme?: string | undefined;
1446
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1447
+ name: string;
1448
+ parent?: /*elided*/ any | undefined;
1449
+ tabStop?: boolean | undefined;
1450
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1451
+ fillHeight?: boolean | undefined;
1452
+ }[];
1453
+ componentId: number;
1454
+ cssClass: string;
1455
+ cssStyle: string | import('@zeedhi/core').IDictionary;
1456
+ events: {
1457
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1458
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1459
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1460
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1461
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1462
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1463
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1464
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1465
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1466
+ };
1467
+ directives: {
1468
+ [x: string]: {
1469
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1470
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1471
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1472
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1473
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1474
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1475
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1476
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1477
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1478
+ } | undefined;
1479
+ touch?: {
1480
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1481
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1482
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1483
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1484
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1485
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1486
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1487
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1488
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1489
+ } | undefined;
1490
+ };
1491
+ isVisible: boolean | string;
1492
+ dark: boolean;
1493
+ light: boolean;
1494
+ theme?: string | undefined;
1495
+ keyMap: import('@zeedhi/core').IKeyMap;
1496
+ name: string;
1497
+ parent?: /*elided*/ any | undefined;
1498
+ tabStop: boolean;
1499
+ userProperties: import('@zeedhi/core').IDictionary;
1500
+ fillHeight: boolean;
1501
+ } | undefined;
1502
+ tabStop?: boolean | undefined;
1503
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1504
+ fillHeight?: boolean | undefined;
1505
+ }[];
1506
+ topSlot: {
1507
+ [x: string]: any;
1508
+ children?: /*elided*/ any[] | undefined;
1509
+ component: string;
1510
+ allowDuplicate?: boolean | undefined;
1511
+ autofocus?: boolean | undefined;
1512
+ componentId?: number | undefined;
1513
+ cssClass?: string | undefined;
1514
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1515
+ events?: {
1516
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1517
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1518
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1519
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1520
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1521
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1522
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1523
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1524
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1525
+ } | undefined;
1526
+ directives?: {
1527
+ [x: string]: {
1528
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1529
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1530
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1531
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1532
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1533
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1534
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1535
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1536
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1537
+ } | undefined;
1538
+ touch?: {
1539
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1540
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1541
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1542
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1543
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1544
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1545
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1546
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1547
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1548
+ } | undefined;
1549
+ } | undefined;
1550
+ isVisible?: boolean | string | undefined;
1551
+ dark?: boolean | undefined;
1552
+ light?: boolean | undefined;
1553
+ theme?: string | undefined;
1554
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1555
+ name: string;
1556
+ parent?: {
1557
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
1558
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
1559
+ allowDuplicate: boolean;
1560
+ autofocus: boolean;
1561
+ children: {
1562
+ [x: string]: any;
1563
+ allowDuplicate?: boolean | undefined;
1564
+ autofocus?: boolean | undefined;
1565
+ children?: /*elided*/ any[] | undefined;
1566
+ componentId?: number | undefined;
1567
+ cssClass?: string | undefined;
1568
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1569
+ events?: {
1570
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1571
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1572
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1573
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1574
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1575
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1576
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1577
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1578
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1579
+ } | undefined;
1580
+ directives?: {
1581
+ [x: string]: {
1582
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1583
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1584
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1585
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1586
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1587
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1588
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1589
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1590
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1591
+ } | undefined;
1592
+ touch?: {
1593
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1594
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1595
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1596
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1597
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1598
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1599
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1600
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1601
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1602
+ } | undefined;
1603
+ } | undefined;
1604
+ isVisible?: boolean | string | undefined;
1605
+ dark?: boolean | undefined;
1606
+ light?: boolean | undefined;
1607
+ theme?: string | undefined;
1608
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1609
+ name: string;
1610
+ parent?: /*elided*/ any | undefined;
1611
+ tabStop?: boolean | undefined;
1612
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1613
+ fillHeight?: boolean | undefined;
1614
+ }[];
1615
+ componentId: number;
1616
+ cssClass: string;
1617
+ cssStyle: string | import('@zeedhi/core').IDictionary;
1618
+ events: {
1619
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1620
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1621
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1622
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1623
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1624
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1625
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1626
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1627
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1628
+ };
1629
+ directives: {
1630
+ [x: string]: {
1631
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1632
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1633
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1634
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1635
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1636
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1637
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1638
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1639
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1640
+ } | undefined;
1641
+ touch?: {
1642
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1643
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1644
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1645
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1646
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1647
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1648
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1649
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1650
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1651
+ } | undefined;
1652
+ };
1653
+ isVisible: boolean | string;
1654
+ dark: boolean;
1655
+ light: boolean;
1656
+ theme?: string | undefined;
1657
+ keyMap: import('@zeedhi/core').IKeyMap;
1658
+ name: string;
1659
+ parent?: /*elided*/ any | undefined;
1660
+ tabStop: boolean;
1661
+ userProperties: import('@zeedhi/core').IDictionary;
1662
+ fillHeight: boolean;
1663
+ } | undefined;
1664
+ tabStop?: boolean | undefined;
1665
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1666
+ fillHeight?: boolean | undefined;
1667
+ }[];
1668
+ user: string;
1669
+ userImage: string;
1670
+ closeOnClick: boolean;
1671
+ closeOnContentClick: boolean;
1672
+ fixed: boolean;
1673
+ headerSlot?: {
1674
+ [x: string]: any;
1675
+ children?: /*elided*/ any[] | undefined;
1676
+ component: string;
1677
+ allowDuplicate?: boolean | undefined;
1678
+ autofocus?: boolean | undefined;
1679
+ componentId?: number | undefined;
1680
+ cssClass?: string | undefined;
1681
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1682
+ events?: {
1683
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1684
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1685
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1686
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1687
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1688
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1689
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1690
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1691
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1692
+ } | undefined;
1693
+ directives?: {
1694
+ [x: string]: {
1695
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1696
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1697
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1698
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1699
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1700
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1701
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1702
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1703
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1704
+ } | undefined;
1705
+ touch?: {
1706
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1707
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1708
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1709
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1710
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1711
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1712
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1713
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1714
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1715
+ } | undefined;
1716
+ } | undefined;
1717
+ isVisible?: boolean | string | undefined;
1718
+ dark?: boolean | undefined;
1719
+ light?: boolean | undefined;
1720
+ theme?: string | undefined;
1721
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1722
+ name: string;
1723
+ parent?: {
1724
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
1725
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
1726
+ allowDuplicate: boolean;
1727
+ autofocus: boolean;
1728
+ children: {
1729
+ [x: string]: any;
1730
+ allowDuplicate?: boolean | undefined;
1731
+ autofocus?: boolean | undefined;
1732
+ children?: /*elided*/ any[] | undefined;
1733
+ componentId?: number | undefined;
1734
+ cssClass?: string | undefined;
1735
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1736
+ events?: {
1737
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1738
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1739
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1740
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1741
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1742
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1743
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1744
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1745
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1746
+ } | undefined;
1747
+ directives?: {
1748
+ [x: string]: {
1749
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1750
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1751
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1752
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1753
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1754
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1755
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1756
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1757
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1758
+ } | undefined;
1759
+ touch?: {
1760
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1761
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1762
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1763
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1764
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1765
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1766
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1767
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1768
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1769
+ } | undefined;
1770
+ } | undefined;
1771
+ isVisible?: boolean | string | undefined;
1772
+ dark?: boolean | undefined;
1773
+ light?: boolean | undefined;
1774
+ theme?: string | undefined;
1775
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1776
+ name: string;
1777
+ parent?: /*elided*/ any | undefined;
1778
+ tabStop?: boolean | undefined;
1779
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1780
+ fillHeight?: boolean | undefined;
1781
+ }[];
1782
+ componentId: number;
1783
+ cssClass: string;
1784
+ cssStyle: string | import('@zeedhi/core').IDictionary;
1785
+ events: {
1786
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1787
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1788
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1789
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1790
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1791
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1792
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1793
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1794
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1795
+ };
1796
+ directives: {
1797
+ [x: string]: {
1798
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1799
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1800
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1801
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1802
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1803
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1804
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1805
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1806
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1807
+ } | undefined;
1808
+ touch?: {
1809
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1810
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1811
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1812
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1813
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1814
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1815
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1816
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1817
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1818
+ } | undefined;
1819
+ };
1820
+ isVisible: boolean | string;
1821
+ dark: boolean;
1822
+ light: boolean;
1823
+ theme?: string | undefined;
1824
+ keyMap: import('@zeedhi/core').IKeyMap;
1825
+ name: string;
1826
+ parent?: /*elided*/ any | undefined;
1827
+ tabStop: boolean;
1828
+ userProperties: import('@zeedhi/core').IDictionary;
1829
+ fillHeight: boolean;
1830
+ } | undefined;
1831
+ tabStop?: boolean | undefined;
1832
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1833
+ fillHeight?: boolean | undefined;
1834
+ }[] | undefined;
1835
+ imageProps?: import('@zeedhi/core').IDictionary | undefined;
1836
+ offsetX: boolean;
1837
+ offsetY: boolean;
1838
+ openOnClick: boolean;
1839
+ openOnHover: boolean;
1840
+ value: boolean;
1841
+ visibleItems: import('@zeedhi/core').IDictionary<boolean>;
1842
+ height?: number | string | undefined;
1843
+ maxHeight?: number | string | undefined;
1844
+ maxWidth?: number | string | undefined;
1845
+ minHeight?: number | string | undefined;
1846
+ minWidth?: number | string | undefined;
1847
+ onLogoutClick: (event: Event, element: HTMLElement) => void;
1848
+ onProfileChange: (event: Event, element: HTMLElement) => void;
1849
+ children: {
1850
+ [x: string]: any;
1851
+ children?: /*elided*/ any[] | undefined;
1852
+ component: string;
1853
+ allowDuplicate?: boolean | undefined;
1854
+ autofocus?: boolean | undefined;
1855
+ componentId?: number | undefined;
1856
+ cssClass?: string | undefined;
1857
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1858
+ events?: {
1859
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1860
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1861
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1862
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1863
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1864
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1865
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1866
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1867
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1868
+ } | undefined;
1869
+ directives?: {
1870
+ [x: string]: {
1871
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1872
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1873
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1874
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1875
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1876
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1877
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1878
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1879
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1880
+ } | undefined;
1881
+ touch?: {
1882
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1883
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1884
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1885
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1886
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1887
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1888
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1889
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1890
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1891
+ } | undefined;
1892
+ } | undefined;
1893
+ isVisible?: boolean | string | undefined;
1894
+ dark?: boolean | undefined;
1895
+ light?: boolean | undefined;
1896
+ theme?: string | undefined;
1897
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1898
+ name: string;
1899
+ parent?: {
1900
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
1901
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
1902
+ allowDuplicate: boolean;
1903
+ autofocus: boolean;
1904
+ children: {
1905
+ [x: string]: any;
1906
+ allowDuplicate?: boolean | undefined;
1907
+ autofocus?: boolean | undefined;
1908
+ children?: /*elided*/ any[] | undefined;
1909
+ componentId?: number | undefined;
1910
+ cssClass?: string | undefined;
1911
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
1912
+ events?: {
1913
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1914
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1915
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1916
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1917
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1918
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1919
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1920
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1921
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1922
+ } | undefined;
1923
+ directives?: {
1924
+ [x: string]: {
1925
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1926
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1927
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1928
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1929
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1930
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1931
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1932
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1933
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1934
+ } | undefined;
1935
+ touch?: {
1936
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1937
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1938
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1939
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1940
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1941
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1942
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1943
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1944
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1945
+ } | undefined;
1946
+ } | undefined;
1947
+ isVisible?: boolean | string | undefined;
1948
+ dark?: boolean | undefined;
1949
+ light?: boolean | undefined;
1950
+ theme?: string | undefined;
1951
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
1952
+ name: string;
1953
+ parent?: /*elided*/ any | undefined;
1954
+ tabStop?: boolean | undefined;
1955
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
1956
+ fillHeight?: boolean | undefined;
1957
+ }[];
1958
+ componentId: number;
1959
+ cssClass: string;
1960
+ cssStyle: string | import('@zeedhi/core').IDictionary;
1961
+ events: {
1962
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1963
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1964
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1965
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1966
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1967
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1968
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1969
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1970
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1971
+ };
1972
+ directives: {
1973
+ [x: string]: {
1974
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1975
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1976
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1977
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1978
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1979
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1980
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1981
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1982
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1983
+ } | undefined;
1984
+ touch?: {
1985
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
1986
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1987
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1988
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1989
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1990
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1991
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1992
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1993
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
1994
+ } | undefined;
1995
+ };
1996
+ isVisible: boolean | string;
1997
+ dark: boolean;
1998
+ light: boolean;
1999
+ theme?: string | undefined;
2000
+ keyMap: import('@zeedhi/core').IKeyMap;
2001
+ name: string;
2002
+ parent?: /*elided*/ any | undefined;
2003
+ tabStop: boolean;
2004
+ userProperties: import('@zeedhi/core').IDictionary;
2005
+ fillHeight: boolean;
2006
+ } | undefined;
2007
+ tabStop?: boolean | undefined;
2008
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
2009
+ fillHeight?: boolean | undefined;
2010
+ }[];
2011
+ component: string;
2012
+ allowDuplicate: boolean;
2013
+ autofocus: boolean;
2014
+ childrenInstances: any[];
2015
+ cssClass: string;
2016
+ cssStyle: string | import('@zeedhi/core').IDictionary<string>;
2017
+ directives: {
2018
+ [x: string]: {
2019
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2020
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2021
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2022
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2023
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2024
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2025
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2026
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2027
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2028
+ } | undefined;
2029
+ touch?: {
2030
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2031
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2032
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2033
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2034
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2035
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2036
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2037
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2038
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2039
+ } | undefined;
2040
+ };
2041
+ events: {
2042
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2043
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2044
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2045
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2046
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2047
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2048
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2049
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2050
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2051
+ };
2052
+ isVisible: boolean;
2053
+ name: string;
2054
+ dark: boolean;
2055
+ light: boolean;
2056
+ theme?: string | undefined;
2057
+ fillHeight: boolean;
2058
+ parent?: {
2059
+ addChildInstance: (component: import('@zeedhi/common').Component) => void;
2060
+ getChildInstance: <T extends import('@zeedhi/common').Component>(name: string) => T;
2061
+ allowDuplicate: boolean;
2062
+ autofocus: boolean;
2063
+ children: {
2064
+ [x: string]: any;
2065
+ allowDuplicate?: boolean | undefined;
2066
+ autofocus?: boolean | undefined;
2067
+ children?: /*elided*/ any[] | undefined;
2068
+ componentId?: number | undefined;
2069
+ cssClass?: string | undefined;
2070
+ cssStyle?: (string | import('@zeedhi/core').IDictionary) | undefined;
2071
+ events?: {
2072
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2073
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2074
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2075
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2076
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2077
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2078
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2079
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2080
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2081
+ } | undefined;
2082
+ directives?: {
2083
+ [x: string]: {
2084
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2085
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2086
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2087
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2088
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2089
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2090
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2091
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2092
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2093
+ } | undefined;
2094
+ touch?: {
2095
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2096
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2097
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2098
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2099
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2100
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2101
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2102
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2103
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2104
+ } | undefined;
2105
+ } | undefined;
2106
+ isVisible?: boolean | string | undefined;
2107
+ dark?: boolean | undefined;
2108
+ light?: boolean | undefined;
2109
+ theme?: string | undefined;
2110
+ keyMap?: import('@zeedhi/core').IKeyMap | undefined;
2111
+ name: string;
2112
+ parent?: /*elided*/ any | undefined;
2113
+ tabStop?: boolean | undefined;
2114
+ userProperties?: import('@zeedhi/core').IDictionary | undefined;
2115
+ fillHeight?: boolean | undefined;
2116
+ }[];
2117
+ componentId: number;
2118
+ cssClass: string;
2119
+ cssStyle: string | import('@zeedhi/core').IDictionary;
2120
+ events: {
2121
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2122
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2123
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2124
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2125
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2126
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2127
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2128
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2129
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2130
+ };
2131
+ directives: {
2132
+ [x: string]: {
2133
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2134
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2135
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2136
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2137
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2138
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2139
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2140
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2141
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2142
+ } | undefined;
2143
+ touch?: {
2144
+ [x: string]: string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | (string | import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>> | undefined)[] | undefined;
2145
+ blur?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2146
+ click?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2147
+ focus?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2148
+ onCreated?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2149
+ onBeforeMount?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2150
+ onMounted?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2151
+ onBeforeDestroy?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2152
+ onDestroyed?: import('@zeedhi/common').EventDef<import('@zeedhi/core').IEventParam<any>, import('@zeedhi/core').IEvent<import('@zeedhi/core').IEventParam<any>>> | undefined;
2153
+ } | undefined;
2154
+ };
2155
+ isVisible: boolean | string;
2156
+ dark: boolean;
2157
+ light: boolean;
2158
+ theme?: string | undefined;
2159
+ keyMap: import('@zeedhi/core').IKeyMap;
2160
+ name: string;
2161
+ parent?: /*elided*/ any | undefined;
2162
+ tabStop: boolean;
2163
+ userProperties: import('@zeedhi/core').IDictionary;
2164
+ fillHeight: boolean;
2165
+ } | undefined;
2166
+ componentId: number;
2167
+ keyMap: import('@zeedhi/core').IKeyMap;
2168
+ isFocused: boolean;
2169
+ tabStop: boolean;
2170
+ userProperties: import('@zeedhi/core').IDictionary<any>;
2171
+ setViewFocus: (viewFocus: () => void) => void;
2172
+ setFocus: () => void;
2173
+ callEvent: (eventName: string, args: any) => boolean;
2174
+ addChild: (child: import('@zeedhi/common').IComponent) => void;
2175
+ removeChild: (name: string) => void;
2176
+ getChildInstance: <T>(name: string) => T;
2177
+ addChildInstance: (instance: import('@zeedhi/common').Component) => void;
2178
+ onBeforeMount: () => void;
2179
+ onBeforeDestroy: () => void;
2180
+ onDestroyed: () => void;
2181
+ click: (event?: Event, element?: any) => void;
2182
+ focus: (event: Event, element: any) => void;
2183
+ blur: (event: Event, element: any) => void;
2184
+ mouseenter: (event?: Event, element?: any) => void;
2185
+ mouseleave: (event?: Event, element?: any) => void;
2186
+ mouseout: (event?: Event, element?: any) => void;
2187
+ mouseover: (event?: Event, element?: any) => void;
2188
+ };
2189
+ root: Readonly<import('vue').ShallowRef<HTMLElement | import('vue').ComponentPublicInstance | null>>;
2190
+ click: (event: Event) => void;
2191
+ focus: (event: Event) => void;
2192
+ blur: (event: Event) => void;
2193
+ mouseenter: (event: Event) => void;
2194
+ mouseleave: (event: Event) => void;
2195
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2196
+ aboutImage: {
2197
+ type: StringConstructor;
2198
+ default: string;
2199
+ };
2200
+ defaultEmail: {
2201
+ type: StringConstructor;
2202
+ default: string;
2203
+ };
2204
+ versionInfo: {
2205
+ type: (ObjectConstructor | StringConstructor)[];
2206
+ default: null;
2207
+ };
2208
+ versionUrl: {
2209
+ type: StringConstructor;
2210
+ default: string;
2211
+ };
2212
+ bottomSlot: {
2213
+ type: () => IComponentRender[];
2214
+ default: undefined;
2215
+ };
2216
+ activator: {
2217
+ type: ObjectConstructor;
2218
+ };
2219
+ avatarProps: {
2220
+ type: ObjectConstructor;
2221
+ default: () => {};
2222
+ };
2223
+ centerSlot: {
2224
+ type: () => IComponentRender[];
2225
+ };
2226
+ topSlot: {
2227
+ type: () => IComponentRender[];
2228
+ default: () => never[];
2229
+ };
2230
+ headerSlot: {
2231
+ type: () => IComponentRender[];
2232
+ default: () => never[];
2233
+ };
2234
+ user: {
2235
+ type: StringConstructor;
2236
+ default: string;
2237
+ };
2238
+ userImage: {
2239
+ type: StringConstructor;
2240
+ default: string;
2241
+ };
2242
+ closeOnClick: {
2243
+ type: (StringConstructor | BooleanConstructor)[];
2244
+ default: boolean;
2245
+ };
2246
+ closeOnContentClick: {
2247
+ type: (StringConstructor | BooleanConstructor)[];
2248
+ default: boolean;
2249
+ };
2250
+ fixed: {
2251
+ type: (StringConstructor | BooleanConstructor)[];
2252
+ default: boolean;
2253
+ };
2254
+ imageProps: {
2255
+ type: ObjectConstructor;
2256
+ default: () => {};
2257
+ };
2258
+ offsetX: {
2259
+ type: (StringConstructor | BooleanConstructor)[];
2260
+ default: boolean;
2261
+ };
2262
+ offsetY: {
2263
+ type: (StringConstructor | BooleanConstructor)[];
2264
+ default: boolean;
2265
+ };
2266
+ openOnClick: {
2267
+ type: (StringConstructor | BooleanConstructor)[];
2268
+ default: boolean;
2269
+ };
2270
+ openOnHover: {
2271
+ type: (StringConstructor | BooleanConstructor)[];
2272
+ default: boolean;
2273
+ };
2274
+ height: {
2275
+ type: (StringConstructor | NumberConstructor)[];
2276
+ default: string;
2277
+ };
2278
+ maxHeight: {
2279
+ type: (StringConstructor | NumberConstructor)[];
2280
+ default: undefined;
2281
+ };
2282
+ maxWidth: {
2283
+ type: (StringConstructor | NumberConstructor)[];
2284
+ default: undefined;
2285
+ };
2286
+ minHeight: {
2287
+ type: (StringConstructor | NumberConstructor)[];
2288
+ default: undefined;
2289
+ };
2290
+ minWidth: {
2291
+ type: (StringConstructor | NumberConstructor)[];
2292
+ default: undefined;
2293
+ };
2294
+ value: {
2295
+ default: undefined;
2296
+ };
2297
+ visibleItems: {
2298
+ type: (ObjectConstructor | StringConstructor)[];
2299
+ default: () => {};
2300
+ };
2301
+ children: {
2302
+ type: (StringConstructor | {
2303
+ (arrayLength: number): IComponentRender[];
2304
+ (...items: IComponentRender[]): IComponentRender[];
2305
+ new (arrayLength: number): IComponentRender[];
2306
+ new (...items: IComponentRender[]): IComponentRender[];
2307
+ isArray(arg: any): arg is any[];
2308
+ readonly prototype: any[];
2309
+ from<T>(arrayLike: ArrayLike<T>): T[];
2310
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2311
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2312
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2313
+ of<T_4>(...items: T_4[]): T_4[];
2314
+ readonly [Symbol.species]: ArrayConstructor;
2315
+ })[];
2316
+ default(): never[];
2317
+ };
2318
+ component: {
2319
+ type: StringConstructor;
2320
+ };
2321
+ allowDuplicate: {
2322
+ type: (StringConstructor | BooleanConstructor)[];
2323
+ default: boolean;
2324
+ };
2325
+ autofocus: {
2326
+ type: (StringConstructor | BooleanConstructor)[];
2327
+ default: boolean;
2328
+ };
2329
+ cssClass: {
2330
+ type: StringConstructor;
2331
+ default: string;
2332
+ };
2333
+ cssStyle: {
2334
+ type: (StringConstructor | (() => import('vue').StyleValue))[];
2335
+ default: string;
2336
+ };
2337
+ dark: {
2338
+ type: (StringConstructor | BooleanConstructor)[];
2339
+ default: boolean;
2340
+ };
2341
+ directives: {
2342
+ type: ObjectConstructor;
2343
+ default(): {};
2344
+ };
2345
+ events: {
2346
+ type: ObjectConstructor;
2347
+ default(): {};
2348
+ };
2349
+ instanceObject: {
2350
+ type: ObjectConstructor;
2351
+ };
2352
+ isVisible: {
2353
+ type: (StringConstructor | BooleanConstructor)[];
2354
+ default: boolean;
2355
+ };
2356
+ keyMap: {
2357
+ type: ObjectConstructor;
2358
+ default(): {};
2359
+ };
2360
+ light: {
2361
+ type: (StringConstructor | BooleanConstructor)[];
2362
+ default: boolean;
2363
+ };
2364
+ name: {
2365
+ type: StringConstructor;
2366
+ required: true;
2367
+ };
2368
+ parent: {
2369
+ type: ObjectConstructor;
2370
+ };
2371
+ tabStop: {
2372
+ type: (StringConstructor | BooleanConstructor)[];
2373
+ default: boolean;
2374
+ };
2375
+ theme: {
2376
+ type: StringConstructor;
2377
+ };
2378
+ }>> & Readonly<{}>, {
2379
+ avatarProps: Record<string, any>;
2380
+ bottomSlot: IComponentRender[];
2381
+ topSlot: IComponentRender[];
2382
+ headerSlot: IComponentRender[];
2383
+ user: string;
2384
+ userImage: string;
2385
+ closeOnClick: string | boolean;
2386
+ closeOnContentClick: string | boolean;
2387
+ fixed: string | boolean;
2388
+ imageProps: Record<string, any>;
2389
+ offsetX: string | boolean;
2390
+ offsetY: string | boolean;
2391
+ openOnClick: string | boolean;
2392
+ openOnHover: string | boolean;
2393
+ height: string | number;
2394
+ maxHeight: string | number;
2395
+ maxWidth: string | number;
2396
+ minHeight: string | number;
2397
+ minWidth: string | number;
2398
+ value: undefined;
2399
+ visibleItems: string | Record<string, any>;
2400
+ children: string | IComponentRender[];
2401
+ allowDuplicate: string | boolean;
2402
+ autofocus: string | boolean;
2403
+ cssClass: string;
2404
+ cssStyle: import('vue').StyleValue;
2405
+ dark: string | boolean;
2406
+ directives: Record<string, any>;
2407
+ events: Record<string, any>;
2408
+ isVisible: string | boolean;
2409
+ keyMap: Record<string, any>;
2410
+ light: string | boolean;
2411
+ tabStop: string | boolean;
2412
+ aboutImage: string;
2413
+ defaultEmail: string;
2414
+ versionInfo: string | Record<string, any>;
2415
+ versionUrl: string;
2416
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2417
+ export default tekUserInfoComponent;