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