@zeedhi/vuetify 3.0.8 → 3.0.10

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 (163) hide show
  1. package/dist/components/zd-date-input/ZdDateInput.js +23 -86
  2. package/dist/components/zd-date-range/ZdDateRange.js +22 -84
  3. package/dist/components/zd-tabs/ZdTab.js +0 -3
  4. package/dist/components/zd-text/ZdText.js +3 -2
  5. package/dist/composables/index.js +2 -0
  6. package/dist/composables/useDateKeydown.js +87 -0
  7. package/dist/composables/usePickerValue.js +19 -0
  8. package/dist/zd-vuetify.css +14068 -13501
  9. package/dist/zd-vuetify.js +8322 -4831
  10. package/package.json +4 -4
  11. package/src/components/zd-badge/ZdBadge.vue +2 -2
  12. package/src/components/zd-card/ZdCard.vue +2 -2
  13. package/src/components/zd-col/ZdCol.vue +1 -0
  14. package/src/components/zd-container/ZdContainer.vue +2 -2
  15. package/src/components/zd-date-input/ZdDateInput.ts +27 -94
  16. package/src/components/zd-date-input/ZdDateInput.vue +1 -0
  17. package/src/components/zd-date-range/ZdDateRange.ts +22 -88
  18. package/src/components/zd-date-range/ZdDateRange.vue +12 -14
  19. package/src/components/zd-footer/ZdFooter.vue +1 -0
  20. package/src/components/zd-grid/footer/ZdGridFooter.vue +2 -2
  21. package/src/components/zd-grid/toolbar/ZdGridToolbar.vue +2 -2
  22. package/src/components/zd-header/ZdHeader.vue +5 -5
  23. package/src/components/zd-iterable/ZdIterableNoData.vue +6 -6
  24. package/src/components/zd-iterable-component-render/ZdIterableComponentRender.vue +10 -10
  25. package/src/components/zd-layout/ZdLayout.vue +2 -2
  26. package/src/components/zd-login/ZdLogin.vue +4 -4
  27. package/src/components/zd-main/ZdMain.vue +2 -2
  28. package/src/components/zd-master-detail/ZdMasterDetail.vue +2 -2
  29. package/src/components/zd-modal/ZdModal.vue +2 -2
  30. package/src/components/zd-progress/ZdProgress.vue +2 -2
  31. package/src/components/zd-row/ZdRow.vue +1 -0
  32. package/src/components/zd-select/ZdSelect.vue +4 -4
  33. package/src/components/zd-select-multiple/ZdSelectMultiple.vue +4 -4
  34. package/src/components/zd-tabs/ZdTab.ts +0 -3
  35. package/src/components/zd-tabs/ZdTab.vue +1 -1
  36. package/src/components/zd-tabs/ZdTabItem.vue +11 -10
  37. package/src/components/zd-tabs/ZdTabs.vue +4 -20
  38. package/src/components/zd-text/ZdText.ts +3 -2
  39. package/src/components/zd-time/ZdTime.vue +1 -0
  40. package/src/components/zd-tooltip/ZdTooltip.vue +2 -2
  41. package/src/components/zd-tree/ZdTree.vue +4 -4
  42. package/src/composables/index.ts +2 -0
  43. package/src/composables/useDateKeydown.ts +109 -0
  44. package/src/composables/usePickerValue.ts +22 -0
  45. package/types/components/zd-date-input/ZdDateInput.d.ts +2 -2
  46. package/types/components/zd-date-range/ZdDateRange.d.ts +22 -7
  47. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +1 -1
  48. package/types/components/zd-layout/ZdLayout.d.ts +1 -1
  49. package/types/components/zd-list/ZdList.d.ts +3 -3
  50. package/types/components/zd-list/ZdListGroup.d.ts +2 -2
  51. package/types/components/zd-list/ZdListItem.d.ts +1 -1
  52. package/types/components/zd-month/ZdMonth.d.ts +2 -2
  53. package/types/components/zd-tabs/ZdTab.d.ts +0 -9
  54. package/types/components/zd-text/ZdText.d.ts +46 -37
  55. package/types/components/zd-time/ZdTime.d.ts +2 -2
  56. package/types/composables/index.d.ts +2 -0
  57. package/types/composables/useDateKeydown.d.ts +5 -0
  58. package/types/composables/usePickerValue.d.ts +10 -0
  59. package/.package.json +0 -54
  60. package/types/components/tek-grid/TekGrid.ts.d.ts +0 -7258
  61. package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +0 -129
  62. package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +0 -225
  63. package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +0 -2432
  64. package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +0 -2920
  65. package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +0 -32
  66. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +0 -1892
  67. package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +0 -90
  68. package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +0 -87
  69. package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +0 -50
  70. package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +0 -25
  71. package/types/components/zd-alert/ZdAlert.ts.d.ts +0 -884
  72. package/types/components/zd-badge/ZdBadge.ts.d.ts +0 -624
  73. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +0 -697
  74. package/types/components/zd-button/ZdButton.ts.d.ts +0 -1158
  75. package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +0 -785
  76. package/types/components/zd-card/ZdCard.ts.d.ts +0 -1028
  77. package/types/components/zd-carousel/ZdCarousel.ts.d.ts +0 -2007
  78. package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +0 -642
  79. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +0 -2010
  80. package/types/components/zd-chip/ZdChip.ts.d.ts +0 -1256
  81. package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +0 -791
  82. package/types/components/zd-col/ZdCol.ts.d.ts +0 -741
  83. package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +0 -1583
  84. package/types/components/zd-container/ZdContainer.ts.d.ts +0 -722
  85. package/types/components/zd-currency/ZdCurrency.ts.d.ts +0 -2024
  86. package/types/components/zd-date-input/ZdDateInput.ts.d.ts +0 -960
  87. package/types/components/zd-dialog/ZdDialog.ts.d.ts +0 -262
  88. package/types/components/zd-divider/ZdDivider.ts.d.ts +0 -623
  89. package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +0 -836
  90. package/types/components/zd-footer/ZdFooter.ts.d.ts +0 -1262
  91. package/types/components/zd-form/ZdForm.ts.d.ts +0 -118
  92. package/types/components/zd-frame/ZdFrame.ts.d.ts +0 -138
  93. package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +0 -805
  94. package/types/components/zd-grid/ZdGrid.ts.d.ts +0 -7304
  95. package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +0 -14
  96. package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +0 -68
  97. package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +0 -58
  98. package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +0 -53
  99. package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +0 -112
  100. package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +0 -46
  101. package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +0 -165
  102. package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +0 -47
  103. package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +0 -2087
  104. package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +0 -16
  105. package/types/components/zd-grid/row/TableRow.ts.d.ts +0 -34
  106. package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +0 -105
  107. package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +0 -2086
  108. package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +0 -8663
  109. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +0 -637
  110. package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +0 -126
  111. package/types/components/zd-header/ZdHeader.ts.d.ts +0 -1320
  112. package/types/components/zd-icon/ZdIcon.ts.d.ts +0 -383
  113. package/types/components/zd-image/ZdImage.ts.d.ts +0 -753
  114. package/types/components/zd-increment/ZdIncrement.ts.d.ts +0 -2069
  115. package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +0 -2089
  116. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +0 -1645
  117. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +0 -1081
  118. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +0 -2763
  119. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +0 -1627
  120. package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +0 -766
  121. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +0 -2484
  122. package/types/components/zd-layout/ZdLayout.ts.d.ts +0 -647
  123. package/types/components/zd-list/ZdList.ts.d.ts +0 -1140
  124. package/types/components/zd-list/ZdListGroup.ts.d.ts +0 -1332
  125. package/types/components/zd-list/ZdListItem.ts.d.ts +0 -848
  126. package/types/components/zd-loading/ZdLoading.ts.d.ts +0 -350
  127. package/types/components/zd-login/ZdLogin.ts.d.ts +0 -1072
  128. package/types/components/zd-login/ZdLoginButton.ts.d.ts +0 -1910
  129. package/types/components/zd-main/ZdMain.ts.d.ts +0 -619
  130. package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +0 -684
  131. package/types/components/zd-menu/ZdMenu.ts.d.ts +0 -4484
  132. package/types/components/zd-menu/ZdMenuButton.ts.d.ts +0 -1142
  133. package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +0 -6286
  134. package/types/components/zd-menu/ZdMenuLink.ts.d.ts +0 -10437
  135. package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +0 -600
  136. package/types/components/zd-modal/ZdModal.ts.d.ts +0 -10
  137. package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +0 -1137
  138. package/types/components/zd-month/ZdMonth.ts.d.ts +0 -2217
  139. package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +0 -2021
  140. package/types/components/zd-password/ZdPassword.ts.d.ts +0 -2014
  141. package/types/components/zd-progress/ZdProgress.ts.d.ts +0 -859
  142. package/types/components/zd-radio/ZdRadio.ts.d.ts +0 -682
  143. package/types/components/zd-row/ZdRow.ts.d.ts +0 -734
  144. package/types/components/zd-select/ZdSelect.ts.d.ts +0 -313
  145. package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +0 -333
  146. package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +0 -414
  147. package/types/components/zd-switch/ZdSwitch.ts.d.ts +0 -1918
  148. package/types/components/zd-table/ZdTable.ts.d.ts +0 -1092
  149. package/types/components/zd-tabs/ZdTab.ts.d.ts +0 -674
  150. package/types/components/zd-tabs/ZdTabItem.ts.d.ts +0 -268
  151. package/types/components/zd-tabs/ZdTabs.ts.d.ts +0 -929
  152. package/types/components/zd-tag/ZdTag.ts.d.ts +0 -613
  153. package/types/components/zd-text/ZdText.ts.d.ts +0 -670
  154. package/types/components/zd-text-input/ZdTextInput.ts.d.ts +0 -746
  155. package/types/components/zd-textarea/ZdTextarea.ts.d.ts +0 -877
  156. package/types/components/zd-time/ZdTime.ts.d.ts +0 -2224
  157. package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +0 -781
  158. package/types/components/zd-tree/ZdTree.ts.d.ts +0 -1878
  159. package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +0 -26
  160. package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +0 -74
  161. package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +0 -4178
  162. package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +0 -92
  163. package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +0 -124
@@ -1,848 +0,0 @@
1
- export declare const ZdListItemProps: {
2
- appendIcon: {
3
- type: StringConstructor;
4
- default: undefined;
5
- };
6
- disabled: {
7
- type: (StringConstructor | BooleanConstructor)[];
8
- default: boolean;
9
- };
10
- leftField: {
11
- type: ObjectConstructor;
12
- default: undefined;
13
- };
14
- prependIcon: {
15
- type: StringConstructor;
16
- default: undefined;
17
- };
18
- rightField: {
19
- type: ObjectConstructor;
20
- default: undefined;
21
- };
22
- ripple: {
23
- type: (StringConstructor | BooleanConstructor)[];
24
- default: boolean;
25
- };
26
- subtitle: {
27
- type: StringConstructor;
28
- default: undefined;
29
- };
30
- lines: {
31
- type: (StringConstructor | BooleanConstructor)[];
32
- default: string;
33
- };
34
- title: {
35
- type: StringConstructor;
36
- default: undefined;
37
- };
38
- dense: {
39
- type: (StringConstructor | BooleanConstructor)[];
40
- default: boolean;
41
- };
42
- children: {
43
- type: (StringConstructor | {
44
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
45
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
46
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
47
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
48
- isArray(arg: any): arg is any[];
49
- readonly prototype: any[];
50
- from<T>(arrayLike: ArrayLike<T>): T[];
51
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
52
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
53
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
54
- of<T_4>(...items: T_4[]): T_4[];
55
- readonly [Symbol.species]: ArrayConstructor;
56
- })[];
57
- default(): never[];
58
- };
59
- component: {
60
- type: StringConstructor;
61
- };
62
- allowDuplicate: {
63
- type: (StringConstructor | BooleanConstructor)[];
64
- default: boolean;
65
- };
66
- autofocus: {
67
- type: (StringConstructor | BooleanConstructor)[];
68
- default: boolean;
69
- };
70
- cssClass: {
71
- type: StringConstructor;
72
- default: string;
73
- };
74
- cssStyle: {
75
- type: (StringConstructor | (() => import("vue").StyleValue))[];
76
- default: string;
77
- };
78
- dark: {
79
- type: (StringConstructor | BooleanConstructor)[];
80
- default: boolean;
81
- };
82
- directives: {
83
- type: ObjectConstructor;
84
- default(): {};
85
- };
86
- events: {
87
- type: ObjectConstructor;
88
- default(): {};
89
- };
90
- instanceObject: {
91
- type: ObjectConstructor;
92
- };
93
- isVisible: {
94
- type: (StringConstructor | BooleanConstructor)[];
95
- default: boolean;
96
- };
97
- keyMap: {
98
- type: ObjectConstructor;
99
- default(): {};
100
- };
101
- light: {
102
- type: (StringConstructor | BooleanConstructor)[];
103
- default: boolean;
104
- };
105
- name: {
106
- type: StringConstructor;
107
- required: true;
108
- };
109
- parent: {
110
- type: ObjectConstructor;
111
- };
112
- tabStop: {
113
- type: (StringConstructor | BooleanConstructor)[];
114
- default: boolean;
115
- };
116
- theme: {
117
- type: StringConstructor;
118
- };
119
- };
120
- declare const listItemComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
121
- appendIcon: {
122
- type: StringConstructor;
123
- default: undefined;
124
- };
125
- disabled: {
126
- type: (StringConstructor | BooleanConstructor)[];
127
- default: boolean;
128
- };
129
- leftField: {
130
- type: ObjectConstructor;
131
- default: undefined;
132
- };
133
- prependIcon: {
134
- type: StringConstructor;
135
- default: undefined;
136
- };
137
- rightField: {
138
- type: ObjectConstructor;
139
- default: undefined;
140
- };
141
- ripple: {
142
- type: (StringConstructor | BooleanConstructor)[];
143
- default: boolean;
144
- };
145
- subtitle: {
146
- type: StringConstructor;
147
- default: undefined;
148
- };
149
- lines: {
150
- type: (StringConstructor | BooleanConstructor)[];
151
- default: string;
152
- };
153
- title: {
154
- type: StringConstructor;
155
- default: undefined;
156
- };
157
- dense: {
158
- type: (StringConstructor | BooleanConstructor)[];
159
- default: boolean;
160
- };
161
- children: {
162
- type: (StringConstructor | {
163
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
164
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
165
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
166
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
167
- isArray(arg: any): arg is any[];
168
- readonly prototype: any[];
169
- from<T>(arrayLike: ArrayLike<T>): T[];
170
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
171
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
172
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
173
- of<T_4>(...items: T_4[]): T_4[];
174
- readonly [Symbol.species]: ArrayConstructor;
175
- })[];
176
- default(): never[];
177
- };
178
- component: {
179
- type: StringConstructor;
180
- };
181
- allowDuplicate: {
182
- type: (StringConstructor | BooleanConstructor)[];
183
- default: boolean;
184
- };
185
- autofocus: {
186
- type: (StringConstructor | BooleanConstructor)[];
187
- default: boolean;
188
- };
189
- cssClass: {
190
- type: StringConstructor;
191
- default: string;
192
- };
193
- cssStyle: {
194
- type: (StringConstructor | (() => import("vue").StyleValue))[];
195
- default: string;
196
- };
197
- dark: {
198
- type: (StringConstructor | BooleanConstructor)[];
199
- default: boolean;
200
- };
201
- directives: {
202
- type: ObjectConstructor;
203
- default(): {};
204
- };
205
- events: {
206
- type: ObjectConstructor;
207
- default(): {};
208
- };
209
- instanceObject: {
210
- type: ObjectConstructor;
211
- };
212
- isVisible: {
213
- type: (StringConstructor | BooleanConstructor)[];
214
- default: boolean;
215
- };
216
- keyMap: {
217
- type: ObjectConstructor;
218
- default(): {};
219
- };
220
- light: {
221
- type: (StringConstructor | BooleanConstructor)[];
222
- default: boolean;
223
- };
224
- name: {
225
- type: StringConstructor;
226
- required: true;
227
- };
228
- parent: {
229
- type: ObjectConstructor;
230
- };
231
- tabStop: {
232
- type: (StringConstructor | BooleanConstructor)[];
233
- default: boolean;
234
- };
235
- theme: {
236
- type: StringConstructor;
237
- };
238
- }>, {
239
- instance: {
240
- appendIcon?: string | undefined;
241
- disabled: boolean;
242
- leftField?: {
243
- [x: string]: any;
244
- allowDuplicate?: boolean | undefined;
245
- autofocus?: boolean | undefined;
246
- children?: any[] | undefined;
247
- componentId?: number | undefined;
248
- cssClass?: string | undefined;
249
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
250
- events?: {
251
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
252
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
253
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
254
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
255
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
256
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
257
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
258
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
259
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
260
- } | undefined;
261
- directives?: {
262
- [x: string]: {
263
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
264
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
265
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
266
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
267
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
268
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
269
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
270
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
271
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
272
- } | undefined;
273
- touch?: {
274
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
275
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
276
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
277
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
278
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
279
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
280
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
281
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
282
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
283
- } | undefined;
284
- } | undefined;
285
- isVisible?: string | boolean | undefined;
286
- dark?: boolean | undefined;
287
- light?: boolean | undefined;
288
- theme?: string | undefined;
289
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
290
- name: string;
291
- parent?: {
292
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
293
- getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
294
- allowDuplicate: boolean;
295
- autofocus: boolean;
296
- children: any[];
297
- componentId: number;
298
- cssClass: string;
299
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
300
- events: {
301
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
302
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
303
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
304
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
305
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
306
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
307
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
308
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
309
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
310
- };
311
- directives: {
312
- [x: string]: {
313
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
314
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
315
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
316
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
317
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
318
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
319
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
320
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
321
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
322
- } | undefined;
323
- touch?: {
324
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
325
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
326
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
327
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
328
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
329
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
330
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
331
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
332
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
333
- } | undefined;
334
- };
335
- isVisible: string | boolean;
336
- dark: boolean;
337
- light: boolean;
338
- theme?: string | undefined;
339
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
340
- name: string;
341
- parent?: any | undefined;
342
- tabStop: boolean;
343
- userProperties: import("@zeedhi/core").IDictionary<any>;
344
- fillHeight: boolean;
345
- } | undefined;
346
- tabStop?: boolean | undefined;
347
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
348
- fillHeight?: boolean | undefined;
349
- } | undefined;
350
- prependIcon?: string | undefined;
351
- rightField?: {
352
- [x: string]: any;
353
- allowDuplicate?: boolean | undefined;
354
- autofocus?: boolean | undefined;
355
- children?: any[] | undefined;
356
- componentId?: number | undefined;
357
- cssClass?: string | undefined;
358
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
359
- events?: {
360
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
361
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
362
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
363
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
364
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
365
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
366
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
367
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
368
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
369
- } | undefined;
370
- directives?: {
371
- [x: string]: {
372
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
373
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
374
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
375
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
376
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
377
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
378
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
379
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
380
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
381
- } | undefined;
382
- touch?: {
383
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
384
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
385
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
386
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
387
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
388
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
389
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
390
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
391
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
392
- } | undefined;
393
- } | undefined;
394
- isVisible?: string | boolean | undefined;
395
- dark?: boolean | undefined;
396
- light?: boolean | undefined;
397
- theme?: string | undefined;
398
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
399
- name: string;
400
- parent?: {
401
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
402
- getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
403
- allowDuplicate: boolean;
404
- autofocus: boolean;
405
- children: any[];
406
- componentId: number;
407
- cssClass: string;
408
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
409
- events: {
410
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
411
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
412
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
413
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
414
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
415
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
416
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
417
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
418
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
419
- };
420
- directives: {
421
- [x: string]: {
422
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
423
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
424
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
425
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
426
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
427
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
428
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
429
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
430
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
431
- } | undefined;
432
- touch?: {
433
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
434
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
435
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
436
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
437
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
438
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
439
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
440
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
441
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
442
- } | undefined;
443
- };
444
- isVisible: string | boolean;
445
- dark: boolean;
446
- light: boolean;
447
- theme?: string | undefined;
448
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
449
- name: string;
450
- parent?: any | undefined;
451
- tabStop: boolean;
452
- userProperties: import("@zeedhi/core").IDictionary<any>;
453
- fillHeight: boolean;
454
- } | undefined;
455
- tabStop?: boolean | undefined;
456
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
457
- fillHeight?: boolean | undefined;
458
- } | undefined;
459
- ripple: boolean;
460
- subtitle?: string | undefined;
461
- lines?: false | "one" | "two" | "three" | undefined;
462
- title?: string | undefined;
463
- dense: boolean;
464
- children: {
465
- [x: string]: any;
466
- children?: any[] | undefined;
467
- component: string;
468
- allowDuplicate?: boolean | undefined;
469
- autofocus?: boolean | undefined;
470
- componentId?: number | undefined;
471
- cssClass?: string | undefined;
472
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
473
- events?: {
474
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
475
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
476
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
477
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
478
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
479
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
480
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
481
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
482
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
483
- } | undefined;
484
- directives?: {
485
- [x: string]: {
486
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
487
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
488
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
489
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
490
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
491
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
492
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
493
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
494
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
495
- } | undefined;
496
- touch?: {
497
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
498
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
499
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
500
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
501
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
502
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
503
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
504
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
505
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
506
- } | undefined;
507
- } | undefined;
508
- isVisible?: string | boolean | undefined;
509
- dark?: boolean | undefined;
510
- light?: boolean | undefined;
511
- theme?: string | undefined;
512
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
513
- name: string;
514
- parent?: {
515
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
516
- getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
517
- allowDuplicate: boolean;
518
- autofocus: boolean;
519
- children: any[];
520
- componentId: number;
521
- cssClass: string;
522
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
523
- events: {
524
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
525
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
526
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
527
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
528
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
529
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
530
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
531
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
532
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
533
- };
534
- directives: {
535
- [x: string]: {
536
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
537
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
538
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
539
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
540
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
541
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
542
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
543
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
544
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
545
- } | undefined;
546
- touch?: {
547
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
548
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
549
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
550
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
551
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
552
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
553
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
554
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
555
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
556
- } | undefined;
557
- };
558
- isVisible: string | boolean;
559
- dark: boolean;
560
- light: boolean;
561
- theme?: string | undefined;
562
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
563
- name: string;
564
- parent?: any | undefined;
565
- tabStop: boolean;
566
- userProperties: import("@zeedhi/core").IDictionary<any>;
567
- fillHeight: boolean;
568
- } | undefined;
569
- tabStop?: boolean | undefined;
570
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
571
- fillHeight?: boolean | undefined;
572
- }[];
573
- component: string;
574
- allowDuplicate: boolean;
575
- autofocus: boolean;
576
- childrenInstances: any[];
577
- cssClass: string;
578
- cssStyle: string | import("@zeedhi/core").IDictionary<string>;
579
- directives: {
580
- [x: string]: {
581
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
582
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
583
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
584
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
585
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
586
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
587
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
588
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
589
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
590
- } | undefined;
591
- touch?: {
592
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
593
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
594
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
595
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
596
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
597
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
598
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
599
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
600
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
601
- } | undefined;
602
- };
603
- events: {
604
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
605
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
606
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
607
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
608
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
609
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
610
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
611
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
612
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
613
- };
614
- isVisible: boolean;
615
- name: string;
616
- dark: boolean;
617
- light: boolean;
618
- theme?: string | undefined;
619
- fillHeight: boolean;
620
- parent?: {
621
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
622
- getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
623
- allowDuplicate: boolean;
624
- autofocus: boolean;
625
- children: any[];
626
- componentId: number;
627
- cssClass: string;
628
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
629
- events: {
630
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
631
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
632
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
633
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
634
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
635
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
636
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
637
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
638
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
639
- };
640
- directives: {
641
- [x: string]: {
642
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
643
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
644
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
645
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
646
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
647
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
648
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
649
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
650
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
651
- } | undefined;
652
- touch?: {
653
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
654
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
655
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
656
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
657
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
658
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
659
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
660
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
661
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
662
- } | undefined;
663
- };
664
- isVisible: string | boolean;
665
- dark: boolean;
666
- light: boolean;
667
- theme?: string | undefined;
668
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
669
- name: string;
670
- parent?: any | undefined;
671
- tabStop: boolean;
672
- userProperties: import("@zeedhi/core").IDictionary<any>;
673
- fillHeight: boolean;
674
- } | undefined;
675
- componentId: number;
676
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
677
- isFocused: boolean;
678
- tabStop: boolean;
679
- userProperties: import("@zeedhi/core").IDictionary<any>;
680
- setViewFocus: (viewFocus: () => void) => void;
681
- setFocus: () => void;
682
- callEvent: (eventName: string, args: any) => boolean;
683
- addChild: (child: import("@zeedhi/common").IComponent) => void;
684
- removeChild: (name: string) => void;
685
- getChildInstance: <T_1>(name: string) => T_1;
686
- addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
687
- onCreated: () => void;
688
- onBeforeMount: () => void;
689
- onMounted: (element: any) => void;
690
- onBeforeDestroy: () => void;
691
- onDestroyed: () => void;
692
- click: (event?: Event | undefined, element?: any) => void;
693
- focus: (event: Event, element: any) => void;
694
- blur: (event: Event, element: any) => void;
695
- mouseenter: (event?: Event | undefined, element?: any) => void;
696
- mouseleave: (event?: Event | undefined, element?: any) => void;
697
- mouseout: (event?: Event | undefined, element?: any) => void;
698
- mouseover: (event?: Event | undefined, element?: any) => void;
699
- };
700
- 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>>;
701
- click: (event: Event) => void;
702
- focus: (event: Event) => void;
703
- blur: (event: Event) => void;
704
- mouseenter: (event: Event) => void;
705
- mouseleave: (event: Event) => void;
706
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
707
- appendIcon: {
708
- type: StringConstructor;
709
- default: undefined;
710
- };
711
- disabled: {
712
- type: (StringConstructor | BooleanConstructor)[];
713
- default: boolean;
714
- };
715
- leftField: {
716
- type: ObjectConstructor;
717
- default: undefined;
718
- };
719
- prependIcon: {
720
- type: StringConstructor;
721
- default: undefined;
722
- };
723
- rightField: {
724
- type: ObjectConstructor;
725
- default: undefined;
726
- };
727
- ripple: {
728
- type: (StringConstructor | BooleanConstructor)[];
729
- default: boolean;
730
- };
731
- subtitle: {
732
- type: StringConstructor;
733
- default: undefined;
734
- };
735
- lines: {
736
- type: (StringConstructor | BooleanConstructor)[];
737
- default: string;
738
- };
739
- title: {
740
- type: StringConstructor;
741
- default: undefined;
742
- };
743
- dense: {
744
- type: (StringConstructor | BooleanConstructor)[];
745
- default: boolean;
746
- };
747
- children: {
748
- type: (StringConstructor | {
749
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
750
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
751
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
752
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
753
- isArray(arg: any): arg is any[];
754
- readonly prototype: any[];
755
- from<T>(arrayLike: ArrayLike<T>): T[];
756
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
757
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
758
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
759
- of<T_4>(...items: T_4[]): T_4[];
760
- readonly [Symbol.species]: ArrayConstructor;
761
- })[];
762
- default(): never[];
763
- };
764
- component: {
765
- type: StringConstructor;
766
- };
767
- allowDuplicate: {
768
- type: (StringConstructor | BooleanConstructor)[];
769
- default: boolean;
770
- };
771
- autofocus: {
772
- type: (StringConstructor | BooleanConstructor)[];
773
- default: boolean;
774
- };
775
- cssClass: {
776
- type: StringConstructor;
777
- default: string;
778
- };
779
- cssStyle: {
780
- type: (StringConstructor | (() => import("vue").StyleValue))[];
781
- default: string;
782
- };
783
- dark: {
784
- type: (StringConstructor | BooleanConstructor)[];
785
- default: boolean;
786
- };
787
- directives: {
788
- type: ObjectConstructor;
789
- default(): {};
790
- };
791
- events: {
792
- type: ObjectConstructor;
793
- default(): {};
794
- };
795
- instanceObject: {
796
- type: ObjectConstructor;
797
- };
798
- isVisible: {
799
- type: (StringConstructor | BooleanConstructor)[];
800
- default: boolean;
801
- };
802
- keyMap: {
803
- type: ObjectConstructor;
804
- default(): {};
805
- };
806
- light: {
807
- type: (StringConstructor | BooleanConstructor)[];
808
- default: boolean;
809
- };
810
- name: {
811
- type: StringConstructor;
812
- required: true;
813
- };
814
- parent: {
815
- type: ObjectConstructor;
816
- };
817
- tabStop: {
818
- type: (StringConstructor | BooleanConstructor)[];
819
- default: boolean;
820
- };
821
- theme: {
822
- type: StringConstructor;
823
- };
824
- }>> & Readonly<{}>, {
825
- allowDuplicate: string | boolean;
826
- autofocus: string | boolean;
827
- children: string | import("@zeedhi/common").IComponentRender[];
828
- cssClass: string;
829
- cssStyle: import("vue").StyleValue;
830
- dark: string | boolean;
831
- directives: Record<string, any>;
832
- events: Record<string, any>;
833
- isVisible: string | boolean;
834
- keyMap: Record<string, any>;
835
- light: string | boolean;
836
- tabStop: string | boolean;
837
- appendIcon: string;
838
- disabled: string | boolean;
839
- leftField: Record<string, any>;
840
- prependIcon: string;
841
- rightField: Record<string, any>;
842
- ripple: string | boolean;
843
- subtitle: string;
844
- lines: string | boolean;
845
- title: string;
846
- dense: string | boolean;
847
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
848
- export default listItemComponent;