@zeedhi/vuetify 3.0.8 → 3.0.9

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.
Files changed (133) hide show
  1. package/.package.json +6 -6
  2. package/dist/zd-vuetify.css +5378 -5377
  3. package/package.json +3 -3
  4. package/dist/components/tek-grid/TekGrid.js +0 -287
  5. package/dist/components/tek-grid/column-filter/TekGridColumnFilter.js +0 -201
  6. package/dist/components/tek-grid/column-header/TekGridHeaderRow.js +0 -134
  7. package/dist/components/tek-grid/columns-button/TekGridColumnsButton.js +0 -79
  8. package/dist/components/tek-grid/columns-button/TekGridColumnsOptionsController.js +0 -416
  9. package/dist/components/tek-grid/columns-button/TekGridColumnsOptionsModal.js +0 -501
  10. package/dist/components/tek-grid/filter-button/TekGridFilterButton.js +0 -36
  11. package/dist/components/tek-grid/indentation/TekGridIndentation.js +0 -20
  12. package/dist/components/tek-grid/layout-options/TekGridLayoutOptions.js +0 -101
  13. package/dist/components/tek-grid/row/TekGridFooterRow.js +0 -57
  14. package/dist/components/tek-grid/row/TekGridGroupRow.js +0 -58
  15. package/dist/composables/useTableLayout.js +0 -212
  16. package/dist/utils/isArrayOperation.js +0 -4
  17. package/types/components/tek-grid/TekGrid.d.ts +0 -7258
  18. package/types/components/tek-grid/TekGrid.ts.d.ts +0 -7258
  19. package/types/components/tek-grid/column-filter/TekGridColumnFilter.d.ts +0 -129
  20. package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +0 -129
  21. package/types/components/tek-grid/column-header/TekGridHeaderRow.d.ts +0 -225
  22. package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +0 -225
  23. package/types/components/tek-grid/columns-button/TekGridColumnsButton.d.ts +0 -2432
  24. package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +0 -2432
  25. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsController.d.ts +0 -65
  26. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsModal.d.ts +0 -9
  27. package/types/components/tek-grid/filter-button/TekGridFilterButton.d.ts +0 -2920
  28. package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +0 -2920
  29. package/types/components/tek-grid/indentation/TekGridIndentation.d.ts +0 -32
  30. package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +0 -32
  31. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.d.ts +0 -1892
  32. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +0 -1892
  33. package/types/components/tek-grid/row/TekGridFooterRow.d.ts +0 -90
  34. package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +0 -90
  35. package/types/components/tek-grid/row/TekGridGroupRow.d.ts +0 -87
  36. package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +0 -87
  37. package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +0 -50
  38. package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +0 -25
  39. package/types/components/zd-alert/ZdAlert.ts.d.ts +0 -884
  40. package/types/components/zd-badge/ZdBadge.ts.d.ts +0 -624
  41. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +0 -697
  42. package/types/components/zd-button/ZdButton.ts.d.ts +0 -1158
  43. package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +0 -785
  44. package/types/components/zd-card/ZdCard.ts.d.ts +0 -1028
  45. package/types/components/zd-carousel/ZdCarousel.ts.d.ts +0 -2007
  46. package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +0 -642
  47. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +0 -2010
  48. package/types/components/zd-chip/ZdChip.ts.d.ts +0 -1256
  49. package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +0 -791
  50. package/types/components/zd-col/ZdCol.ts.d.ts +0 -741
  51. package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +0 -1583
  52. package/types/components/zd-container/ZdContainer.ts.d.ts +0 -722
  53. package/types/components/zd-currency/ZdCurrency.ts.d.ts +0 -2024
  54. package/types/components/zd-date-input/ZdDateInput.ts.d.ts +0 -960
  55. package/types/components/zd-dialog/ZdDialog.ts.d.ts +0 -262
  56. package/types/components/zd-divider/ZdDivider.ts.d.ts +0 -623
  57. package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +0 -836
  58. package/types/components/zd-footer/ZdFooter.ts.d.ts +0 -1262
  59. package/types/components/zd-form/ZdForm.ts.d.ts +0 -118
  60. package/types/components/zd-frame/ZdFrame.ts.d.ts +0 -138
  61. package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +0 -805
  62. package/types/components/zd-grid/ZdGrid.ts.d.ts +0 -7304
  63. package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +0 -14
  64. package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +0 -68
  65. package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +0 -58
  66. package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +0 -53
  67. package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +0 -112
  68. package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +0 -46
  69. package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +0 -165
  70. package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +0 -47
  71. package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +0 -2087
  72. package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +0 -16
  73. package/types/components/zd-grid/row/TableRow.ts.d.ts +0 -34
  74. package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +0 -105
  75. package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +0 -2086
  76. package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +0 -8663
  77. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +0 -637
  78. package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +0 -126
  79. package/types/components/zd-header/ZdHeader.ts.d.ts +0 -1320
  80. package/types/components/zd-icon/ZdIcon.ts.d.ts +0 -383
  81. package/types/components/zd-image/ZdImage.ts.d.ts +0 -753
  82. package/types/components/zd-increment/ZdIncrement.ts.d.ts +0 -2069
  83. package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +0 -2089
  84. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +0 -1645
  85. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +0 -1081
  86. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +0 -2763
  87. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +0 -1627
  88. package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +0 -766
  89. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +0 -2484
  90. package/types/components/zd-layout/ZdLayout.ts.d.ts +0 -647
  91. package/types/components/zd-list/ZdList.ts.d.ts +0 -1140
  92. package/types/components/zd-list/ZdListGroup.ts.d.ts +0 -1332
  93. package/types/components/zd-list/ZdListItem.ts.d.ts +0 -848
  94. package/types/components/zd-loading/ZdLoading.ts.d.ts +0 -350
  95. package/types/components/zd-login/ZdLogin.ts.d.ts +0 -1072
  96. package/types/components/zd-login/ZdLoginButton.ts.d.ts +0 -1910
  97. package/types/components/zd-main/ZdMain.ts.d.ts +0 -619
  98. package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +0 -684
  99. package/types/components/zd-menu/ZdMenu.ts.d.ts +0 -4484
  100. package/types/components/zd-menu/ZdMenuButton.ts.d.ts +0 -1142
  101. package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +0 -6286
  102. package/types/components/zd-menu/ZdMenuLink.ts.d.ts +0 -10437
  103. package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +0 -600
  104. package/types/components/zd-modal/ZdModal.ts.d.ts +0 -10
  105. package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +0 -1137
  106. package/types/components/zd-month/ZdMonth.ts.d.ts +0 -2217
  107. package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +0 -2021
  108. package/types/components/zd-password/ZdPassword.ts.d.ts +0 -2014
  109. package/types/components/zd-progress/ZdProgress.ts.d.ts +0 -859
  110. package/types/components/zd-radio/ZdRadio.ts.d.ts +0 -682
  111. package/types/components/zd-row/ZdRow.ts.d.ts +0 -734
  112. package/types/components/zd-select/ZdSelect.ts.d.ts +0 -313
  113. package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +0 -333
  114. package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +0 -414
  115. package/types/components/zd-switch/ZdSwitch.ts.d.ts +0 -1918
  116. package/types/components/zd-table/ZdTable.ts.d.ts +0 -1092
  117. package/types/components/zd-tabs/ZdTab.ts.d.ts +0 -674
  118. package/types/components/zd-tabs/ZdTabItem.ts.d.ts +0 -268
  119. package/types/components/zd-tabs/ZdTabs.ts.d.ts +0 -929
  120. package/types/components/zd-tag/ZdTag.ts.d.ts +0 -613
  121. package/types/components/zd-text/ZdText.ts.d.ts +0 -670
  122. package/types/components/zd-text-input/ZdTextInput.ts.d.ts +0 -746
  123. package/types/components/zd-textarea/ZdTextarea.ts.d.ts +0 -877
  124. package/types/components/zd-time/ZdTime.ts.d.ts +0 -2224
  125. package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +0 -781
  126. package/types/components/zd-tree/ZdTree.ts.d.ts +0 -1878
  127. package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +0 -26
  128. package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +0 -74
  129. package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +0 -4178
  130. package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +0 -92
  131. package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +0 -124
  132. package/types/composables/useTableLayout.d.ts +0 -25
  133. package/types/utils/isArrayOperation.d.ts +0 -2
@@ -1,1256 +0,0 @@
1
- export declare const ZdChipProps: {
2
- active: {
3
- type: (StringConstructor | BooleanConstructor)[];
4
- default: boolean;
5
- };
6
- activeClass: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- closable: {
11
- type: (StringConstructor | BooleanConstructor)[];
12
- default: boolean;
13
- };
14
- closeIcon: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- draggable: {
19
- type: (StringConstructor | BooleanConstructor)[];
20
- default: boolean;
21
- };
22
- link: {
23
- type: (StringConstructor | BooleanConstructor)[];
24
- default: boolean;
25
- };
26
- outlined: {
27
- type: (StringConstructor | BooleanConstructor)[];
28
- default: boolean;
29
- };
30
- ripple: {
31
- type: (StringConstructor | BooleanConstructor)[];
32
- default: boolean;
33
- };
34
- round: {
35
- type: (StringConstructor | BooleanConstructor)[];
36
- default: boolean;
37
- };
38
- xLarge: {
39
- type: (StringConstructor | BooleanConstructor)[];
40
- default: boolean;
41
- };
42
- xSmall: {
43
- type: (StringConstructor | BooleanConstructor)[];
44
- default: boolean;
45
- };
46
- value: {
47
- type: (StringConstructor | BooleanConstructor)[];
48
- default: boolean;
49
- };
50
- absolute: {
51
- type: (StringConstructor | BooleanConstructor)[];
52
- default: boolean;
53
- };
54
- block: {
55
- type: (StringConstructor | BooleanConstructor)[];
56
- default: boolean;
57
- };
58
- bottom: {
59
- type: (StringConstructor | BooleanConstructor)[];
60
- default: boolean;
61
- };
62
- color: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- disabled: {
67
- type: (StringConstructor | BooleanConstructor)[];
68
- default: boolean;
69
- };
70
- fab: {
71
- type: (StringConstructor | BooleanConstructor)[];
72
- default: boolean;
73
- };
74
- fixed: {
75
- type: (StringConstructor | BooleanConstructor)[];
76
- default: boolean;
77
- };
78
- flat: {
79
- type: (StringConstructor | BooleanConstructor)[];
80
- default: boolean;
81
- };
82
- href: {
83
- type: StringConstructor;
84
- default: string;
85
- };
86
- icon: {
87
- type: (StringConstructor | BooleanConstructor)[];
88
- default: boolean;
89
- };
90
- iconName: {
91
- type: StringConstructor;
92
- default: string;
93
- };
94
- label: {
95
- type: StringConstructor;
96
- default: string;
97
- };
98
- large: {
99
- type: (StringConstructor | BooleanConstructor)[];
100
- default: boolean;
101
- };
102
- left: {
103
- type: (StringConstructor | BooleanConstructor)[];
104
- default: boolean;
105
- };
106
- outline: {
107
- type: (StringConstructor | BooleanConstructor)[];
108
- default: boolean;
109
- };
110
- reverse: {
111
- type: (StringConstructor | BooleanConstructor)[];
112
- default: boolean;
113
- };
114
- right: {
115
- type: (StringConstructor | BooleanConstructor)[];
116
- default: boolean;
117
- };
118
- small: {
119
- type: (StringConstructor | BooleanConstructor)[];
120
- default: boolean;
121
- };
122
- target: {
123
- type: StringConstructor;
124
- default: string;
125
- };
126
- tile: {
127
- type: (StringConstructor | BooleanConstructor)[];
128
- default: boolean;
129
- };
130
- to: {
131
- type: StringConstructor;
132
- default: string;
133
- };
134
- top: {
135
- type: (StringConstructor | BooleanConstructor)[];
136
- default: boolean;
137
- };
138
- type: {
139
- type: StringConstructor;
140
- default: string;
141
- };
142
- width: {
143
- type: (StringConstructor | NumberConstructor)[];
144
- default: string;
145
- };
146
- appendIcon: {
147
- type: StringConstructor;
148
- };
149
- border: {
150
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
151
- default: boolean;
152
- };
153
- density: {
154
- type: StringConstructor;
155
- default: string;
156
- };
157
- elevation: {
158
- type: (StringConstructor | NumberConstructor)[];
159
- };
160
- loading: {
161
- type: (StringConstructor | BooleanConstructor)[];
162
- default: boolean;
163
- };
164
- position: {
165
- type: StringConstructor;
166
- };
167
- prependIcon: {
168
- type: StringConstructor;
169
- };
170
- replace: {
171
- type: (StringConstructor | BooleanConstructor)[];
172
- default: boolean;
173
- };
174
- selectedClass: {
175
- type: StringConstructor;
176
- };
177
- size: {
178
- type: StringConstructor;
179
- };
180
- stacked: {
181
- type: (StringConstructor | BooleanConstructor)[];
182
- default: boolean;
183
- };
184
- tag: {
185
- type: StringConstructor;
186
- };
187
- variant: {
188
- type: StringConstructor;
189
- };
190
- children: {
191
- type: (StringConstructor | {
192
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
193
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
194
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
195
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
196
- isArray(arg: any): arg is any[];
197
- readonly prototype: any[];
198
- from<T>(arrayLike: ArrayLike<T>): T[];
199
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
200
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
201
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
202
- of<T_4>(...items: T_4[]): T_4[];
203
- readonly [Symbol.species]: ArrayConstructor;
204
- })[];
205
- default(): never[];
206
- };
207
- component: {
208
- type: StringConstructor;
209
- };
210
- allowDuplicate: {
211
- type: (StringConstructor | BooleanConstructor)[];
212
- default: boolean;
213
- };
214
- autofocus: {
215
- type: (StringConstructor | BooleanConstructor)[];
216
- default: boolean;
217
- };
218
- cssClass: {
219
- type: StringConstructor;
220
- default: string;
221
- };
222
- cssStyle: {
223
- type: (StringConstructor | (() => import("vue").StyleValue))[];
224
- default: string;
225
- };
226
- dark: {
227
- type: (StringConstructor | BooleanConstructor)[];
228
- default: boolean;
229
- };
230
- directives: {
231
- type: ObjectConstructor;
232
- default(): {};
233
- };
234
- events: {
235
- type: ObjectConstructor;
236
- default(): {};
237
- };
238
- instanceObject: {
239
- type: ObjectConstructor;
240
- };
241
- isVisible: {
242
- type: (StringConstructor | BooleanConstructor)[];
243
- default: boolean;
244
- };
245
- keyMap: {
246
- type: ObjectConstructor;
247
- default(): {};
248
- };
249
- light: {
250
- type: (StringConstructor | BooleanConstructor)[];
251
- default: boolean;
252
- };
253
- name: {
254
- type: StringConstructor;
255
- required: true;
256
- };
257
- parent: {
258
- type: ObjectConstructor;
259
- };
260
- tabStop: {
261
- type: (StringConstructor | BooleanConstructor)[];
262
- default: boolean;
263
- };
264
- theme: {
265
- type: StringConstructor;
266
- };
267
- };
268
- declare const chipComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
269
- active: {
270
- type: (StringConstructor | BooleanConstructor)[];
271
- default: boolean;
272
- };
273
- activeClass: {
274
- type: StringConstructor;
275
- default: string;
276
- };
277
- closable: {
278
- type: (StringConstructor | BooleanConstructor)[];
279
- default: boolean;
280
- };
281
- closeIcon: {
282
- type: StringConstructor;
283
- default: string;
284
- };
285
- draggable: {
286
- type: (StringConstructor | BooleanConstructor)[];
287
- default: boolean;
288
- };
289
- link: {
290
- type: (StringConstructor | BooleanConstructor)[];
291
- default: boolean;
292
- };
293
- outlined: {
294
- type: (StringConstructor | BooleanConstructor)[];
295
- default: boolean;
296
- };
297
- ripple: {
298
- type: (StringConstructor | BooleanConstructor)[];
299
- default: boolean;
300
- };
301
- round: {
302
- type: (StringConstructor | BooleanConstructor)[];
303
- default: boolean;
304
- };
305
- xLarge: {
306
- type: (StringConstructor | BooleanConstructor)[];
307
- default: boolean;
308
- };
309
- xSmall: {
310
- type: (StringConstructor | BooleanConstructor)[];
311
- default: boolean;
312
- };
313
- value: {
314
- type: (StringConstructor | BooleanConstructor)[];
315
- default: boolean;
316
- };
317
- absolute: {
318
- type: (StringConstructor | BooleanConstructor)[];
319
- default: boolean;
320
- };
321
- block: {
322
- type: (StringConstructor | BooleanConstructor)[];
323
- default: boolean;
324
- };
325
- bottom: {
326
- type: (StringConstructor | BooleanConstructor)[];
327
- default: boolean;
328
- };
329
- color: {
330
- type: StringConstructor;
331
- default: string;
332
- };
333
- disabled: {
334
- type: (StringConstructor | BooleanConstructor)[];
335
- default: boolean;
336
- };
337
- fab: {
338
- type: (StringConstructor | BooleanConstructor)[];
339
- default: boolean;
340
- };
341
- fixed: {
342
- type: (StringConstructor | BooleanConstructor)[];
343
- default: boolean;
344
- };
345
- flat: {
346
- type: (StringConstructor | BooleanConstructor)[];
347
- default: boolean;
348
- };
349
- href: {
350
- type: StringConstructor;
351
- default: string;
352
- };
353
- icon: {
354
- type: (StringConstructor | BooleanConstructor)[];
355
- default: boolean;
356
- };
357
- iconName: {
358
- type: StringConstructor;
359
- default: string;
360
- };
361
- label: {
362
- type: StringConstructor;
363
- default: string;
364
- };
365
- large: {
366
- type: (StringConstructor | BooleanConstructor)[];
367
- default: boolean;
368
- };
369
- left: {
370
- type: (StringConstructor | BooleanConstructor)[];
371
- default: boolean;
372
- };
373
- outline: {
374
- type: (StringConstructor | BooleanConstructor)[];
375
- default: boolean;
376
- };
377
- reverse: {
378
- type: (StringConstructor | BooleanConstructor)[];
379
- default: boolean;
380
- };
381
- right: {
382
- type: (StringConstructor | BooleanConstructor)[];
383
- default: boolean;
384
- };
385
- small: {
386
- type: (StringConstructor | BooleanConstructor)[];
387
- default: boolean;
388
- };
389
- target: {
390
- type: StringConstructor;
391
- default: string;
392
- };
393
- tile: {
394
- type: (StringConstructor | BooleanConstructor)[];
395
- default: boolean;
396
- };
397
- to: {
398
- type: StringConstructor;
399
- default: string;
400
- };
401
- top: {
402
- type: (StringConstructor | BooleanConstructor)[];
403
- default: boolean;
404
- };
405
- type: {
406
- type: StringConstructor;
407
- default: string;
408
- };
409
- width: {
410
- type: (StringConstructor | NumberConstructor)[];
411
- default: string;
412
- };
413
- appendIcon: {
414
- type: StringConstructor;
415
- };
416
- border: {
417
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
418
- default: boolean;
419
- };
420
- density: {
421
- type: StringConstructor;
422
- default: string;
423
- };
424
- elevation: {
425
- type: (StringConstructor | NumberConstructor)[];
426
- };
427
- loading: {
428
- type: (StringConstructor | BooleanConstructor)[];
429
- default: boolean;
430
- };
431
- position: {
432
- type: StringConstructor;
433
- };
434
- prependIcon: {
435
- type: StringConstructor;
436
- };
437
- replace: {
438
- type: (StringConstructor | BooleanConstructor)[];
439
- default: boolean;
440
- };
441
- selectedClass: {
442
- type: StringConstructor;
443
- };
444
- size: {
445
- type: StringConstructor;
446
- };
447
- stacked: {
448
- type: (StringConstructor | BooleanConstructor)[];
449
- default: boolean;
450
- };
451
- tag: {
452
- type: StringConstructor;
453
- };
454
- variant: {
455
- type: StringConstructor;
456
- };
457
- children: {
458
- type: (StringConstructor | {
459
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
460
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
461
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
462
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
463
- isArray(arg: any): arg is any[];
464
- readonly prototype: any[];
465
- from<T>(arrayLike: ArrayLike<T>): T[];
466
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
467
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
468
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
469
- of<T_4>(...items: T_4[]): T_4[];
470
- readonly [Symbol.species]: ArrayConstructor;
471
- })[];
472
- default(): never[];
473
- };
474
- component: {
475
- type: StringConstructor;
476
- };
477
- allowDuplicate: {
478
- type: (StringConstructor | BooleanConstructor)[];
479
- default: boolean;
480
- };
481
- autofocus: {
482
- type: (StringConstructor | BooleanConstructor)[];
483
- default: boolean;
484
- };
485
- cssClass: {
486
- type: StringConstructor;
487
- default: string;
488
- };
489
- cssStyle: {
490
- type: (StringConstructor | (() => import("vue").StyleValue))[];
491
- default: string;
492
- };
493
- dark: {
494
- type: (StringConstructor | BooleanConstructor)[];
495
- default: boolean;
496
- };
497
- directives: {
498
- type: ObjectConstructor;
499
- default(): {};
500
- };
501
- events: {
502
- type: ObjectConstructor;
503
- default(): {};
504
- };
505
- instanceObject: {
506
- type: ObjectConstructor;
507
- };
508
- isVisible: {
509
- type: (StringConstructor | BooleanConstructor)[];
510
- default: boolean;
511
- };
512
- keyMap: {
513
- type: ObjectConstructor;
514
- default(): {};
515
- };
516
- light: {
517
- type: (StringConstructor | BooleanConstructor)[];
518
- default: boolean;
519
- };
520
- name: {
521
- type: StringConstructor;
522
- required: true;
523
- };
524
- parent: {
525
- type: ObjectConstructor;
526
- };
527
- tabStop: {
528
- type: (StringConstructor | BooleanConstructor)[];
529
- default: boolean;
530
- };
531
- theme: {
532
- type: StringConstructor;
533
- };
534
- }>, {
535
- mouseenter: (event: Event) => void;
536
- mouseleave: (event: Event) => void;
537
- click: (event: Event) => void;
538
- focus: (event: Event) => void;
539
- blur: (event: Event) => void;
540
- variant: import("vue").ComputedRef<"outlined" | "text" | "flat">;
541
- size: import("vue").ComputedRef<"x-large" | "x-small" | "large" | "small" | undefined>;
542
- instance: {
543
- active: boolean;
544
- activeClass: string;
545
- closable: boolean;
546
- closeIcon: string;
547
- draggable: boolean;
548
- link: boolean;
549
- outlined: boolean;
550
- ripple: boolean;
551
- round: boolean;
552
- value: boolean;
553
- xLarge: boolean;
554
- xSmall: boolean;
555
- absolute: boolean;
556
- block: boolean;
557
- bottom: boolean;
558
- color: string;
559
- disabled: boolean;
560
- events: {
561
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | undefined)[] | undefined;
562
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
563
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
564
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
565
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
566
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
567
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
568
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
569
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
570
- };
571
- fab: boolean;
572
- fixed: boolean;
573
- flat: boolean;
574
- href: string;
575
- icon: boolean;
576
- iconName: string;
577
- label: string;
578
- large: boolean;
579
- left: boolean;
580
- outline: boolean;
581
- reverse: boolean;
582
- right: boolean;
583
- small: boolean;
584
- target: string;
585
- tile: boolean;
586
- to: string;
587
- top: boolean;
588
- type: string;
589
- width: string | number;
590
- appendIcon?: string | undefined;
591
- border: string | number | boolean;
592
- density: "default" | "comfortable" | "compact";
593
- elevation?: string | number | undefined;
594
- loading: string | boolean;
595
- position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
596
- prependIcon?: string | undefined;
597
- replace: boolean;
598
- selectedClass?: string | undefined;
599
- size?: "default" | "large" | "small" | "x-large" | "x-small" | undefined;
600
- stacked: boolean;
601
- tag?: string | undefined;
602
- variant?: "flat" | "outlined" | "text" | "elevated" | "tonal" | "plain" | undefined;
603
- children: {
604
- [x: string]: any;
605
- children?: any[] | undefined;
606
- component: string;
607
- allowDuplicate?: boolean | undefined;
608
- autofocus?: boolean | undefined;
609
- componentId?: number | undefined;
610
- cssClass?: string | undefined;
611
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
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
- } | undefined;
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
- } | undefined;
647
- isVisible?: string | boolean | undefined;
648
- dark?: boolean | undefined;
649
- light?: boolean | undefined;
650
- theme?: string | undefined;
651
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
652
- name: string;
653
- parent?: {
654
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
655
- getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
656
- allowDuplicate: boolean;
657
- autofocus: boolean;
658
- children: {
659
- [x: string]: any;
660
- allowDuplicate?: boolean | undefined;
661
- autofocus?: boolean | undefined;
662
- children?: any[] | undefined;
663
- componentId?: number | undefined;
664
- cssClass?: string | undefined;
665
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
666
- events?: {
667
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
668
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
669
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
670
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
671
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
672
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
673
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
674
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
675
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
676
- } | undefined;
677
- directives?: {
678
- [x: string]: {
679
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
680
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
681
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
682
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
683
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
684
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
685
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
686
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
687
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
688
- } | undefined;
689
- touch?: {
690
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
691
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
692
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
693
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
694
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
695
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
696
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
697
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
698
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
699
- } | undefined;
700
- } | undefined;
701
- isVisible?: string | boolean | undefined;
702
- dark?: boolean | undefined;
703
- light?: boolean | undefined;
704
- theme?: string | undefined;
705
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
706
- name: string;
707
- parent?: any | undefined;
708
- tabStop?: boolean | undefined;
709
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
710
- fillHeight?: boolean | undefined;
711
- }[];
712
- componentId: number;
713
- cssClass: string;
714
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
715
- events: {
716
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
717
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
718
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
719
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
720
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
721
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
722
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
723
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
724
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
725
- };
726
- directives: {
727
- [x: string]: {
728
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
729
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
730
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
731
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
732
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
733
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
734
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
735
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
736
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
737
- } | undefined;
738
- touch?: {
739
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
740
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
741
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
742
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
743
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
744
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
745
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
746
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
747
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
748
- } | undefined;
749
- };
750
- isVisible: string | boolean;
751
- dark: boolean;
752
- light: boolean;
753
- theme?: string | undefined;
754
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
755
- name: string;
756
- parent?: any | undefined;
757
- tabStop: boolean;
758
- userProperties: import("@zeedhi/core").IDictionary<any>;
759
- fillHeight: boolean;
760
- } | undefined;
761
- tabStop?: boolean | undefined;
762
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
763
- fillHeight?: boolean | undefined;
764
- }[];
765
- component: string;
766
- allowDuplicate: boolean;
767
- autofocus: boolean;
768
- childrenInstances: any[];
769
- cssClass: string;
770
- cssStyle: string | import("@zeedhi/core").IDictionary<string>;
771
- directives: {
772
- [x: string]: {
773
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
774
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
775
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
776
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
777
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
778
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
779
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
780
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
781
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
782
- } | undefined;
783
- touch?: {
784
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
785
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
786
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
787
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
788
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
789
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
790
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
791
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
792
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
793
- } | undefined;
794
- };
795
- isVisible: boolean;
796
- name: string;
797
- dark: boolean;
798
- light: boolean;
799
- theme?: string | undefined;
800
- fillHeight: boolean;
801
- parent?: {
802
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
803
- getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
804
- allowDuplicate: boolean;
805
- autofocus: boolean;
806
- children: {
807
- [x: string]: any;
808
- allowDuplicate?: boolean | undefined;
809
- autofocus?: boolean | undefined;
810
- children?: any[] | undefined;
811
- componentId?: number | undefined;
812
- cssClass?: string | undefined;
813
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
814
- events?: {
815
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
816
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
817
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
818
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
819
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
820
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
821
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
822
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
823
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
824
- } | undefined;
825
- directives?: {
826
- [x: string]: {
827
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
828
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
829
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
830
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
831
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
832
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
833
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
834
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
835
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
836
- } | undefined;
837
- touch?: {
838
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
839
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
840
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
841
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
842
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
843
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
844
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
845
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
846
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
847
- } | undefined;
848
- } | undefined;
849
- isVisible?: string | boolean | undefined;
850
- dark?: boolean | undefined;
851
- light?: boolean | undefined;
852
- theme?: string | undefined;
853
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
854
- name: string;
855
- parent?: any | undefined;
856
- tabStop?: boolean | undefined;
857
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
858
- fillHeight?: boolean | undefined;
859
- }[];
860
- componentId: number;
861
- cssClass: string;
862
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
863
- events: {
864
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
865
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
866
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
867
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
868
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
869
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
870
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
871
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
872
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
873
- };
874
- directives: {
875
- [x: string]: {
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
- touch?: {
887
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
888
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
889
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
890
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
891
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
892
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
893
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
894
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
895
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
896
- } | undefined;
897
- };
898
- isVisible: string | boolean;
899
- dark: boolean;
900
- light: boolean;
901
- theme?: string | undefined;
902
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
903
- name: string;
904
- parent?: any | undefined;
905
- tabStop: boolean;
906
- userProperties: import("@zeedhi/core").IDictionary<any>;
907
- fillHeight: boolean;
908
- } | undefined;
909
- componentId: number;
910
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
911
- isFocused: boolean;
912
- tabStop: boolean;
913
- userProperties: import("@zeedhi/core").IDictionary<any>;
914
- setViewFocus: (viewFocus: () => void) => void;
915
- setFocus: () => void;
916
- callEvent: (eventName: string, args: any) => boolean;
917
- addChild: (child: import("@zeedhi/common").IComponent) => void;
918
- removeChild: (name: string) => void;
919
- getChildInstance: <T_1>(name: string) => T_1;
920
- addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
921
- onCreated: () => void;
922
- onBeforeMount: () => void;
923
- onMounted: (element: any) => void;
924
- onBeforeDestroy: () => void;
925
- onDestroyed: () => void;
926
- click: (event?: Event | undefined, element?: any) => void;
927
- focus: (event: Event, element: any) => void;
928
- blur: (event: Event, element: any) => void;
929
- mouseenter: (event?: Event | undefined, element?: any) => void;
930
- mouseleave: (event?: Event | undefined, element?: any) => void;
931
- mouseout: (event?: Event | undefined, element?: any) => void;
932
- mouseover: (event?: Event | undefined, element?: any) => void;
933
- };
934
- root: Readonly<import("vue").ShallowRef<HTMLElement | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, HTMLElement | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null>>;
935
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
936
- active: {
937
- type: (StringConstructor | BooleanConstructor)[];
938
- default: boolean;
939
- };
940
- activeClass: {
941
- type: StringConstructor;
942
- default: string;
943
- };
944
- closable: {
945
- type: (StringConstructor | BooleanConstructor)[];
946
- default: boolean;
947
- };
948
- closeIcon: {
949
- type: StringConstructor;
950
- default: string;
951
- };
952
- draggable: {
953
- type: (StringConstructor | BooleanConstructor)[];
954
- default: boolean;
955
- };
956
- link: {
957
- type: (StringConstructor | BooleanConstructor)[];
958
- default: boolean;
959
- };
960
- outlined: {
961
- type: (StringConstructor | BooleanConstructor)[];
962
- default: boolean;
963
- };
964
- ripple: {
965
- type: (StringConstructor | BooleanConstructor)[];
966
- default: boolean;
967
- };
968
- round: {
969
- type: (StringConstructor | BooleanConstructor)[];
970
- default: boolean;
971
- };
972
- xLarge: {
973
- type: (StringConstructor | BooleanConstructor)[];
974
- default: boolean;
975
- };
976
- xSmall: {
977
- type: (StringConstructor | BooleanConstructor)[];
978
- default: boolean;
979
- };
980
- value: {
981
- type: (StringConstructor | BooleanConstructor)[];
982
- default: boolean;
983
- };
984
- absolute: {
985
- type: (StringConstructor | BooleanConstructor)[];
986
- default: boolean;
987
- };
988
- block: {
989
- type: (StringConstructor | BooleanConstructor)[];
990
- default: boolean;
991
- };
992
- bottom: {
993
- type: (StringConstructor | BooleanConstructor)[];
994
- default: boolean;
995
- };
996
- color: {
997
- type: StringConstructor;
998
- default: string;
999
- };
1000
- disabled: {
1001
- type: (StringConstructor | BooleanConstructor)[];
1002
- default: boolean;
1003
- };
1004
- fab: {
1005
- type: (StringConstructor | BooleanConstructor)[];
1006
- default: boolean;
1007
- };
1008
- fixed: {
1009
- type: (StringConstructor | BooleanConstructor)[];
1010
- default: boolean;
1011
- };
1012
- flat: {
1013
- type: (StringConstructor | BooleanConstructor)[];
1014
- default: boolean;
1015
- };
1016
- href: {
1017
- type: StringConstructor;
1018
- default: string;
1019
- };
1020
- icon: {
1021
- type: (StringConstructor | BooleanConstructor)[];
1022
- default: boolean;
1023
- };
1024
- iconName: {
1025
- type: StringConstructor;
1026
- default: string;
1027
- };
1028
- label: {
1029
- type: StringConstructor;
1030
- default: string;
1031
- };
1032
- large: {
1033
- type: (StringConstructor | BooleanConstructor)[];
1034
- default: boolean;
1035
- };
1036
- left: {
1037
- type: (StringConstructor | BooleanConstructor)[];
1038
- default: boolean;
1039
- };
1040
- outline: {
1041
- type: (StringConstructor | BooleanConstructor)[];
1042
- default: boolean;
1043
- };
1044
- reverse: {
1045
- type: (StringConstructor | BooleanConstructor)[];
1046
- default: boolean;
1047
- };
1048
- right: {
1049
- type: (StringConstructor | BooleanConstructor)[];
1050
- default: boolean;
1051
- };
1052
- small: {
1053
- type: (StringConstructor | BooleanConstructor)[];
1054
- default: boolean;
1055
- };
1056
- target: {
1057
- type: StringConstructor;
1058
- default: string;
1059
- };
1060
- tile: {
1061
- type: (StringConstructor | BooleanConstructor)[];
1062
- default: boolean;
1063
- };
1064
- to: {
1065
- type: StringConstructor;
1066
- default: string;
1067
- };
1068
- top: {
1069
- type: (StringConstructor | BooleanConstructor)[];
1070
- default: boolean;
1071
- };
1072
- type: {
1073
- type: StringConstructor;
1074
- default: string;
1075
- };
1076
- width: {
1077
- type: (StringConstructor | NumberConstructor)[];
1078
- default: string;
1079
- };
1080
- appendIcon: {
1081
- type: StringConstructor;
1082
- };
1083
- border: {
1084
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1085
- default: boolean;
1086
- };
1087
- density: {
1088
- type: StringConstructor;
1089
- default: string;
1090
- };
1091
- elevation: {
1092
- type: (StringConstructor | NumberConstructor)[];
1093
- };
1094
- loading: {
1095
- type: (StringConstructor | BooleanConstructor)[];
1096
- default: boolean;
1097
- };
1098
- position: {
1099
- type: StringConstructor;
1100
- };
1101
- prependIcon: {
1102
- type: StringConstructor;
1103
- };
1104
- replace: {
1105
- type: (StringConstructor | BooleanConstructor)[];
1106
- default: boolean;
1107
- };
1108
- selectedClass: {
1109
- type: StringConstructor;
1110
- };
1111
- size: {
1112
- type: StringConstructor;
1113
- };
1114
- stacked: {
1115
- type: (StringConstructor | BooleanConstructor)[];
1116
- default: boolean;
1117
- };
1118
- tag: {
1119
- type: StringConstructor;
1120
- };
1121
- variant: {
1122
- type: StringConstructor;
1123
- };
1124
- children: {
1125
- type: (StringConstructor | {
1126
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
1127
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
1128
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
1129
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
1130
- isArray(arg: any): arg is any[];
1131
- readonly prototype: any[];
1132
- from<T>(arrayLike: ArrayLike<T>): T[];
1133
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
1134
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
1135
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
1136
- of<T_4>(...items: T_4[]): T_4[];
1137
- readonly [Symbol.species]: ArrayConstructor;
1138
- })[];
1139
- default(): never[];
1140
- };
1141
- component: {
1142
- type: StringConstructor;
1143
- };
1144
- allowDuplicate: {
1145
- type: (StringConstructor | BooleanConstructor)[];
1146
- default: boolean;
1147
- };
1148
- autofocus: {
1149
- type: (StringConstructor | BooleanConstructor)[];
1150
- default: boolean;
1151
- };
1152
- cssClass: {
1153
- type: StringConstructor;
1154
- default: string;
1155
- };
1156
- cssStyle: {
1157
- type: (StringConstructor | (() => import("vue").StyleValue))[];
1158
- default: string;
1159
- };
1160
- dark: {
1161
- type: (StringConstructor | BooleanConstructor)[];
1162
- default: boolean;
1163
- };
1164
- directives: {
1165
- type: ObjectConstructor;
1166
- default(): {};
1167
- };
1168
- events: {
1169
- type: ObjectConstructor;
1170
- default(): {};
1171
- };
1172
- instanceObject: {
1173
- type: ObjectConstructor;
1174
- };
1175
- isVisible: {
1176
- type: (StringConstructor | BooleanConstructor)[];
1177
- default: boolean;
1178
- };
1179
- keyMap: {
1180
- type: ObjectConstructor;
1181
- default(): {};
1182
- };
1183
- light: {
1184
- type: (StringConstructor | BooleanConstructor)[];
1185
- default: boolean;
1186
- };
1187
- name: {
1188
- type: StringConstructor;
1189
- required: true;
1190
- };
1191
- parent: {
1192
- type: ObjectConstructor;
1193
- };
1194
- tabStop: {
1195
- type: (StringConstructor | BooleanConstructor)[];
1196
- default: boolean;
1197
- };
1198
- theme: {
1199
- type: StringConstructor;
1200
- };
1201
- }>> & Readonly<{}>, {
1202
- reverse: string | boolean;
1203
- flat: string | boolean;
1204
- allowDuplicate: string | boolean;
1205
- type: string;
1206
- autofocus: string | boolean;
1207
- children: string | import("@zeedhi/common").IComponentRender[];
1208
- cssClass: string;
1209
- cssStyle: import("vue").StyleValue;
1210
- dark: string | boolean;
1211
- directives: Record<string, any>;
1212
- events: Record<string, any>;
1213
- isVisible: string | boolean;
1214
- keyMap: Record<string, any>;
1215
- light: string | boolean;
1216
- tabStop: string | boolean;
1217
- absolute: string | boolean;
1218
- block: string | boolean;
1219
- bottom: string | boolean;
1220
- color: string;
1221
- disabled: string | boolean;
1222
- fab: string | boolean;
1223
- fixed: string | boolean;
1224
- href: string;
1225
- icon: string | boolean;
1226
- iconName: string;
1227
- label: string;
1228
- large: string | boolean;
1229
- left: string | boolean;
1230
- outline: string | boolean;
1231
- right: string | boolean;
1232
- round: string | boolean;
1233
- small: string | boolean;
1234
- target: string;
1235
- tile: string | boolean;
1236
- to: string;
1237
- top: string | boolean;
1238
- width: string | number;
1239
- active: string | boolean;
1240
- border: string | number | boolean;
1241
- density: string;
1242
- loading: string | boolean;
1243
- replace: string | boolean;
1244
- ripple: string | boolean;
1245
- stacked: string | boolean;
1246
- activeClass: string;
1247
- closable: string | boolean;
1248
- closeIcon: string;
1249
- draggable: string | boolean;
1250
- link: string | boolean;
1251
- outlined: string | boolean;
1252
- xLarge: string | boolean;
1253
- xSmall: string | boolean;
1254
- value: string | boolean;
1255
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1256
- export default chipComponent;