@zeedhi/vuetify 3.0.7 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/.package.json +54 -0
  2. package/dist/zd-vuetify.css +5462 -5462
  3. package/package.json +3 -3
  4. package/dist/components/tek-grid/TekGrid.js +0 -287
  5. package/dist/components/tek-grid/column-filter/TekGridColumnFilter.js +0 -201
  6. package/dist/components/tek-grid/column-header/TekGridHeaderRow.js +0 -134
  7. package/dist/components/tek-grid/columns-button/TekGridColumnsButton.js +0 -79
  8. package/dist/components/tek-grid/columns-button/TekGridColumnsOptionsController.js +0 -416
  9. package/dist/components/tek-grid/columns-button/TekGridColumnsOptionsModal.js +0 -501
  10. package/dist/components/tek-grid/filter-button/TekGridFilterButton.js +0 -36
  11. package/dist/components/tek-grid/indentation/TekGridIndentation.js +0 -20
  12. package/dist/components/tek-grid/layout-options/TekGridLayoutOptions.js +0 -101
  13. package/dist/components/tek-grid/row/TekGridFooterRow.js +0 -57
  14. package/dist/components/tek-grid/row/TekGridGroupRow.js +0 -58
  15. package/dist/composables/useTableLayout.js +0 -212
  16. package/dist/utils/isArrayOperation.js +0 -4
  17. package/types/components/tek-grid/TekGrid.d.ts +0 -7258
  18. package/types/components/tek-grid/TekGrid.ts.d.ts +0 -7258
  19. package/types/components/tek-grid/column-filter/TekGridColumnFilter.d.ts +0 -129
  20. package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +0 -129
  21. package/types/components/tek-grid/column-header/TekGridHeaderRow.d.ts +0 -225
  22. package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +0 -225
  23. package/types/components/tek-grid/columns-button/TekGridColumnsButton.d.ts +0 -2432
  24. package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +0 -2432
  25. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsController.d.ts +0 -65
  26. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsModal.d.ts +0 -9
  27. package/types/components/tek-grid/filter-button/TekGridFilterButton.d.ts +0 -2920
  28. package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +0 -2920
  29. package/types/components/tek-grid/indentation/TekGridIndentation.d.ts +0 -32
  30. package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +0 -32
  31. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.d.ts +0 -1892
  32. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +0 -1892
  33. package/types/components/tek-grid/row/TekGridFooterRow.d.ts +0 -90
  34. package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +0 -90
  35. package/types/components/tek-grid/row/TekGridGroupRow.d.ts +0 -87
  36. package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +0 -87
  37. package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +0 -50
  38. package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +0 -25
  39. package/types/components/zd-alert/ZdAlert.ts.d.ts +0 -884
  40. package/types/components/zd-badge/ZdBadge.ts.d.ts +0 -624
  41. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +0 -697
  42. package/types/components/zd-button/ZdButton.ts.d.ts +0 -1158
  43. package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +0 -785
  44. package/types/components/zd-card/ZdCard.ts.d.ts +0 -1028
  45. package/types/components/zd-carousel/ZdCarousel.ts.d.ts +0 -2007
  46. package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +0 -642
  47. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +0 -2010
  48. package/types/components/zd-chip/ZdChip.ts.d.ts +0 -1256
  49. package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +0 -791
  50. package/types/components/zd-col/ZdCol.ts.d.ts +0 -741
  51. package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +0 -1583
  52. package/types/components/zd-container/ZdContainer.ts.d.ts +0 -722
  53. package/types/components/zd-currency/ZdCurrency.ts.d.ts +0 -2024
  54. package/types/components/zd-date-input/ZdDateInput.ts.d.ts +0 -960
  55. package/types/components/zd-dialog/ZdDialog.ts.d.ts +0 -262
  56. package/types/components/zd-divider/ZdDivider.ts.d.ts +0 -623
  57. package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +0 -836
  58. package/types/components/zd-footer/ZdFooter.ts.d.ts +0 -1262
  59. package/types/components/zd-form/ZdForm.ts.d.ts +0 -118
  60. package/types/components/zd-frame/ZdFrame.ts.d.ts +0 -138
  61. package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +0 -805
  62. package/types/components/zd-grid/ZdGrid.ts.d.ts +0 -7304
  63. package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +0 -14
  64. package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +0 -68
  65. package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +0 -58
  66. package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +0 -53
  67. package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +0 -112
  68. package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +0 -46
  69. package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +0 -165
  70. package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +0 -47
  71. package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +0 -2087
  72. package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +0 -16
  73. package/types/components/zd-grid/row/TableRow.ts.d.ts +0 -34
  74. package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +0 -105
  75. package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +0 -2086
  76. package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +0 -8663
  77. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +0 -637
  78. package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +0 -126
  79. package/types/components/zd-header/ZdHeader.ts.d.ts +0 -1320
  80. package/types/components/zd-icon/ZdIcon.ts.d.ts +0 -383
  81. package/types/components/zd-image/ZdImage.ts.d.ts +0 -753
  82. package/types/components/zd-increment/ZdIncrement.ts.d.ts +0 -2069
  83. package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +0 -2089
  84. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +0 -1645
  85. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +0 -1081
  86. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +0 -2763
  87. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +0 -1627
  88. package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +0 -766
  89. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +0 -2484
  90. package/types/components/zd-layout/ZdLayout.ts.d.ts +0 -647
  91. package/types/components/zd-list/ZdList.ts.d.ts +0 -1140
  92. package/types/components/zd-list/ZdListGroup.ts.d.ts +0 -1332
  93. package/types/components/zd-list/ZdListItem.ts.d.ts +0 -848
  94. package/types/components/zd-loading/ZdLoading.ts.d.ts +0 -350
  95. package/types/components/zd-login/ZdLogin.ts.d.ts +0 -1072
  96. package/types/components/zd-login/ZdLoginButton.ts.d.ts +0 -1910
  97. package/types/components/zd-main/ZdMain.ts.d.ts +0 -619
  98. package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +0 -684
  99. package/types/components/zd-menu/ZdMenu.ts.d.ts +0 -4484
  100. package/types/components/zd-menu/ZdMenuButton.ts.d.ts +0 -1142
  101. package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +0 -6286
  102. package/types/components/zd-menu/ZdMenuLink.ts.d.ts +0 -10437
  103. package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +0 -600
  104. package/types/components/zd-modal/ZdModal.ts.d.ts +0 -10
  105. package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +0 -1137
  106. package/types/components/zd-month/ZdMonth.ts.d.ts +0 -2217
  107. package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +0 -2021
  108. package/types/components/zd-password/ZdPassword.ts.d.ts +0 -2014
  109. package/types/components/zd-progress/ZdProgress.ts.d.ts +0 -859
  110. package/types/components/zd-radio/ZdRadio.ts.d.ts +0 -682
  111. package/types/components/zd-row/ZdRow.ts.d.ts +0 -734
  112. package/types/components/zd-select/ZdSelect.ts.d.ts +0 -313
  113. package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +0 -333
  114. package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +0 -414
  115. package/types/components/zd-switch/ZdSwitch.ts.d.ts +0 -1918
  116. package/types/components/zd-table/ZdTable.ts.d.ts +0 -1092
  117. package/types/components/zd-tabs/ZdTab.ts.d.ts +0 -674
  118. package/types/components/zd-tabs/ZdTabItem.ts.d.ts +0 -268
  119. package/types/components/zd-tabs/ZdTabs.ts.d.ts +0 -929
  120. package/types/components/zd-tag/ZdTag.ts.d.ts +0 -613
  121. package/types/components/zd-text/ZdText.ts.d.ts +0 -670
  122. package/types/components/zd-text-input/ZdTextInput.ts.d.ts +0 -746
  123. package/types/components/zd-textarea/ZdTextarea.ts.d.ts +0 -877
  124. package/types/components/zd-time/ZdTime.ts.d.ts +0 -2224
  125. package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +0 -781
  126. package/types/components/zd-tree/ZdTree.ts.d.ts +0 -1878
  127. package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +0 -26
  128. package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +0 -74
  129. package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +0 -4178
  130. package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +0 -92
  131. package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +0 -124
  132. package/types/composables/useTableLayout.d.ts +0 -25
  133. package/types/utils/isArrayOperation.d.ts +0 -2
@@ -1,1081 +0,0 @@
1
- export declare const ZdIterablePageInfoProps: {
2
- iterableComponentName: {
3
- type: StringConstructor;
4
- };
5
- children: {
6
- type: (StringConstructor | {
7
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
8
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
9
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
10
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
11
- isArray(arg: any): arg is any[];
12
- readonly prototype: any[];
13
- from<T>(arrayLike: ArrayLike<T>): T[];
14
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
15
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
16
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
17
- of<T_4>(...items: T_4[]): T_4[];
18
- readonly [Symbol.species]: ArrayConstructor;
19
- })[];
20
- default(): never[];
21
- };
22
- component: {
23
- type: StringConstructor;
24
- };
25
- allowDuplicate: {
26
- type: (StringConstructor | BooleanConstructor)[];
27
- default: boolean;
28
- };
29
- autofocus: {
30
- type: (StringConstructor | BooleanConstructor)[];
31
- default: boolean;
32
- };
33
- cssClass: {
34
- type: StringConstructor;
35
- default: string;
36
- };
37
- cssStyle: {
38
- type: (StringConstructor | (() => import("vue").StyleValue))[];
39
- default: string;
40
- };
41
- dark: {
42
- type: (StringConstructor | BooleanConstructor)[];
43
- default: boolean;
44
- };
45
- directives: {
46
- type: ObjectConstructor;
47
- default(): {};
48
- };
49
- events: {
50
- type: ObjectConstructor;
51
- default(): {};
52
- };
53
- instanceObject: {
54
- type: ObjectConstructor;
55
- };
56
- isVisible: {
57
- type: (StringConstructor | BooleanConstructor)[];
58
- default: boolean;
59
- };
60
- keyMap: {
61
- type: ObjectConstructor;
62
- default(): {};
63
- };
64
- light: {
65
- type: (StringConstructor | BooleanConstructor)[];
66
- default: boolean;
67
- };
68
- name: {
69
- type: StringConstructor;
70
- required: true;
71
- };
72
- parent: {
73
- type: ObjectConstructor;
74
- };
75
- tabStop: {
76
- type: (StringConstructor | BooleanConstructor)[];
77
- default: boolean;
78
- };
79
- theme: {
80
- type: StringConstructor;
81
- };
82
- };
83
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
84
- iterableComponentName: {
85
- type: StringConstructor;
86
- };
87
- children: {
88
- type: (StringConstructor | {
89
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
90
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
91
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
92
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
93
- isArray(arg: any): arg is any[];
94
- readonly prototype: any[];
95
- from<T>(arrayLike: ArrayLike<T>): T[];
96
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
97
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
98
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
99
- of<T_4>(...items: T_4[]): T_4[];
100
- readonly [Symbol.species]: ArrayConstructor;
101
- })[];
102
- default(): never[];
103
- };
104
- component: {
105
- type: StringConstructor;
106
- };
107
- allowDuplicate: {
108
- type: (StringConstructor | BooleanConstructor)[];
109
- default: boolean;
110
- };
111
- autofocus: {
112
- type: (StringConstructor | BooleanConstructor)[];
113
- default: boolean;
114
- };
115
- cssClass: {
116
- type: StringConstructor;
117
- default: string;
118
- };
119
- cssStyle: {
120
- type: (StringConstructor | (() => import("vue").StyleValue))[];
121
- default: string;
122
- };
123
- dark: {
124
- type: (StringConstructor | BooleanConstructor)[];
125
- default: boolean;
126
- };
127
- directives: {
128
- type: ObjectConstructor;
129
- default(): {};
130
- };
131
- events: {
132
- type: ObjectConstructor;
133
- default(): {};
134
- };
135
- instanceObject: {
136
- type: ObjectConstructor;
137
- };
138
- isVisible: {
139
- type: (StringConstructor | BooleanConstructor)[];
140
- default: boolean;
141
- };
142
- keyMap: {
143
- type: ObjectConstructor;
144
- default(): {};
145
- };
146
- light: {
147
- type: (StringConstructor | BooleanConstructor)[];
148
- default: boolean;
149
- };
150
- name: {
151
- type: StringConstructor;
152
- required: true;
153
- };
154
- parent: {
155
- type: ObjectConstructor;
156
- };
157
- tabStop: {
158
- type: (StringConstructor | BooleanConstructor)[];
159
- default: boolean;
160
- };
161
- theme: {
162
- type: StringConstructor;
163
- };
164
- }>, {
165
- instance: {
166
- iterableComponentName: string;
167
- iterableComponent: {
168
- datasource: {
169
- data: import("@zeedhi/core").IDictionary<any>[];
170
- defaultLimit: number;
171
- filter: import("@zeedhi/core").IDictionary<any>;
172
- loadAll: boolean;
173
- loading: boolean;
174
- order: string[];
175
- page: number;
176
- search: string;
177
- searchIn: string[];
178
- selectedRows: import("@zeedhi/core").IDictionary<any>[];
179
- uniqueKey: string;
180
- visibleSelectedRows: import("@zeedhi/core").IDictionary<any>[];
181
- watchUrl: boolean;
182
- error: any;
183
- events: {
184
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
185
- onChangeCurrentRow?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
186
- onChangePagination?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
187
- };
188
- initialize: () => void | Promise<void>;
189
- destroy: () => void;
190
- currentRow: import("@zeedhi/core").IDictionary<any>;
191
- limit: number;
192
- total: number;
193
- urlHasChanged: () => boolean;
194
- get: () => Promise<any>;
195
- post: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
196
- put: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
197
- delete: (row?: import("@zeedhi/core").IDictionary<any> | undefined) => Promise<any>;
198
- updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
199
- getLoadedData: () => import("@zeedhi/core").IDictionary<any>[];
200
- setSearch: (search: string) => Promise<any>;
201
- addFilter: (column: string, value: any) => Promise<any>;
202
- removeFilter: (column: string) => Promise<any>;
203
- setFilter: (filter: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
204
- clearFilter: () => Promise<any>;
205
- setLimit: (limit: number, replaceUrl?: boolean | undefined) => Promise<any>;
206
- setPage: (page: number, replaceUrl?: boolean | undefined) => Promise<any>;
207
- addOrder: (column: string, value: import("@zeedhi/core").Order) => Promise<any>;
208
- removeOrder: (column: string) => Promise<any>;
209
- setOrder: (order: string[]) => Promise<any>;
210
- clearOrder: () => Promise<any>;
211
- getOrderByColumn: (column: string) => import("@zeedhi/core").Order | null;
212
- selectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
213
- deselectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
214
- updateSelectedPage: () => Promise<any> | import("@zeedhi/core").IDictionary<any>[];
215
- clone: () => import("@zeedhi/core").IDatasource;
216
- registerGetCallback: (callback: import("@zeedhi/core").Callback) => void;
217
- hasFilter: (columnName: string) => boolean;
218
- };
219
- columns: {
220
- align: import("@zeedhi/common").ColumnAlign;
221
- label: string;
222
- width?: string | undefined;
223
- maxWidth?: string | undefined;
224
- minWidth?: string | undefined;
225
- mask: string;
226
- type?: "action" | undefined;
227
- actionFixed: boolean;
228
- fixed: boolean;
229
- sortable: boolean;
230
- loading: boolean;
231
- componentProps: any;
232
- style: import("@zeedhi/core").IDictionary<any>;
233
- xlsType: string;
234
- lookupData: any;
235
- lookupDataCount: number;
236
- overflow: string | number;
237
- conditions: import("@zeedhi/core").IDictionary<any>;
238
- helperText: string;
239
- storeData: boolean;
240
- setViewGetWidth: (viewGetWidth: () => number) => void;
241
- setLookupDataFilter: (filter: import("@zeedhi/core").IDictionary<any>) => void;
242
- getWidth: () => number;
243
- formatterByRow: (row: import("@zeedhi/core").IDictionary<any>, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
244
- formatter: (value: any, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
245
- getLookupData: (lookupColumn: string, value: any) => any;
246
- initialize: () => void;
247
- clearLookupData: () => void;
248
- onBeforeDestroy: () => void;
249
- allowDuplicate: boolean;
250
- autofocus: boolean;
251
- children: {
252
- [x: string]: any;
253
- allowDuplicate?: boolean | undefined;
254
- autofocus?: boolean | undefined;
255
- children?: any[] | 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_5 extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T_5;
303
- allowDuplicate: boolean;
304
- autofocus: boolean;
305
- children: any[];
306
- componentId: number;
307
- cssClass: string;
308
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
309
- events: {
310
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
311
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
312
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
313
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
314
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
315
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
316
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
317
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
318
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
319
- };
320
- directives: {
321
- [x: string]: {
322
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
323
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
324
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
325
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
326
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
327
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
328
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
329
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
330
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
331
- } | undefined;
332
- touch?: {
333
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
334
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
335
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
336
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
337
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
338
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
339
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
340
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
341
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
342
- } | undefined;
343
- };
344
- isVisible: string | boolean;
345
- dark: boolean;
346
- light: boolean;
347
- theme?: string | undefined;
348
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
349
- name: string;
350
- parent?: any | undefined;
351
- tabStop: boolean;
352
- userProperties: import("@zeedhi/core").IDictionary<any>;
353
- fillHeight: boolean;
354
- } | undefined;
355
- tabStop?: boolean | undefined;
356
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
357
- fillHeight?: boolean | undefined;
358
- }[];
359
- childrenInstances: any[];
360
- cssClass: string;
361
- cssStyle: string | import("@zeedhi/core").IDictionary<string>;
362
- directives: {
363
- [x: string]: {
364
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
365
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
366
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
367
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
368
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
369
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
370
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
371
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
372
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
373
- } | undefined;
374
- touch?: {
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
- };
386
- events: {
387
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
388
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
389
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
390
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
391
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
392
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
393
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
394
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
395
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
396
- };
397
- isVisible: boolean;
398
- name: string;
399
- dark: boolean;
400
- light: boolean;
401
- theme?: string | undefined;
402
- fillHeight: boolean;
403
- parent?: {
404
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
405
- getChildInstance: <T_5 extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T_5;
406
- allowDuplicate: boolean;
407
- autofocus: boolean;
408
- children: any[];
409
- componentId: number;
410
- cssClass: string;
411
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
412
- events: {
413
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
414
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
415
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
416
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
417
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
418
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
419
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
420
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
421
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
422
- };
423
- directives: {
424
- [x: string]: {
425
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
426
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
427
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
428
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
429
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
430
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
431
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
432
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
433
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
434
- } | undefined;
435
- touch?: {
436
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
437
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
438
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
439
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
440
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
441
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
442
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
443
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
444
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
445
- } | undefined;
446
- };
447
- isVisible: string | boolean;
448
- dark: boolean;
449
- light: boolean;
450
- theme?: string | undefined;
451
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
452
- name: string;
453
- parent?: any | undefined;
454
- tabStop: boolean;
455
- userProperties: import("@zeedhi/core").IDictionary<any>;
456
- fillHeight: boolean;
457
- } | undefined;
458
- componentId: number;
459
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
460
- isFocused: boolean;
461
- tabStop: boolean;
462
- userProperties: import("@zeedhi/core").IDictionary<any>;
463
- setViewFocus: (viewFocus: () => void) => void;
464
- setFocus: () => void;
465
- callEvent: (eventName: string, args: any) => boolean;
466
- addChild: (child: import("@zeedhi/common").IComponent) => void;
467
- removeChild: (name: string) => void;
468
- getChildInstance: <T_6>(name: string) => T_6;
469
- addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
470
- onCreated: () => void;
471
- onBeforeMount: () => void;
472
- onMounted: (element: any) => void;
473
- onDestroyed: () => void;
474
- click: (event?: Event | undefined, element?: any) => void;
475
- focus: (event: Event, element: any) => void;
476
- blur: (event: Event, element: any) => void;
477
- mouseenter: (event?: Event | undefined, element?: any) => void;
478
- mouseleave: (event?: Event | undefined, element?: any) => void;
479
- mouseout: (event?: Event | undefined, element?: any) => void;
480
- mouseover: (event?: Event | undefined, element?: any) => void;
481
- }[];
482
- pageSizes: string[];
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
- changeLayout?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
486
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
487
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
488
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
489
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
490
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
491
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
492
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
493
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
494
- };
495
- virtualScroll: boolean;
496
- virtualScrollCache: number;
497
- searchVisibleOnly: boolean;
498
- defaultSearchVisibleOnly: boolean;
499
- updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
500
- getAppliedConditions: (args: {
501
- row: import("@zeedhi/core").IDictionary<any>;
502
- column: import("@zeedhi/common").Column;
503
- path?: string | undefined;
504
- }) => Partial<import("@zeedhi/common").IComponentRender>;
505
- getCurrentRowIndex: () => number;
506
- getPage: () => number;
507
- setPage: (page: number) => Promise<any>;
508
- getLastPage: () => number;
509
- onCreated: () => void;
510
- createColumn: (columnProps: import("@zeedhi/common").IColumn) => import("@zeedhi/common").Column;
511
- getColumn: (name: string) => import("@zeedhi/common").Column;
512
- readonly pageText: string;
513
- readonly paginationLength: number;
514
- getCellWithAppliedConditions: (columns: import("@zeedhi/common").Column[], row: import("@zeedhi/core").IDictionary<any>) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
515
- reapplyConditions: (row: import("@zeedhi/core").IDictionary<any>, columns?: import("@zeedhi/common").Column[] | undefined) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
516
- reload: () => Promise<any>;
517
- changeData: (data: import("@zeedhi/core").IDictionary<any>[]) => void;
518
- onBeforeDestroy: () => void;
519
- changeLayout: (event?: Event | undefined, element?: any) => void;
520
- setSearch: (search: string) => Promise<any>;
521
- setCurrentRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
522
- setOrder: (order: string[]) => Promise<any>;
523
- getRowKey: (row: import("@zeedhi/core").IDictionary<any>) => any;
524
- delete: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
525
- getData: () => import("@zeedhi/core").IDictionary<any>[];
526
- findRow: (key: string | number) => import("@zeedhi/core").IDictionary<any> | undefined;
527
- children: {
528
- [x: string]: any;
529
- children?: any[] | undefined;
530
- component: string;
531
- allowDuplicate?: boolean | undefined;
532
- autofocus?: boolean | undefined;
533
- componentId?: number | undefined;
534
- cssClass?: string | undefined;
535
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
536
- events?: {
537
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
538
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
539
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
540
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
541
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
542
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
543
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
544
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
545
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
546
- } | undefined;
547
- directives?: {
548
- [x: string]: {
549
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
550
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
551
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
552
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
553
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
554
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
555
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
556
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
557
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
558
- } | undefined;
559
- touch?: {
560
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
561
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
562
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
563
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
564
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
565
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
566
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
567
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
568
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
569
- } | undefined;
570
- } | undefined;
571
- isVisible?: string | boolean | undefined;
572
- dark?: boolean | undefined;
573
- light?: boolean | undefined;
574
- theme?: string | undefined;
575
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
576
- name: string;
577
- parent?: {
578
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
579
- getChildInstance: <T_5 extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T_5;
580
- allowDuplicate: boolean;
581
- autofocus: boolean;
582
- children: any[];
583
- componentId: number;
584
- cssClass: string;
585
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
586
- events: {
587
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
588
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
589
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
590
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
591
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
592
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
593
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
594
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
595
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
596
- };
597
- directives: {
598
- [x: string]: {
599
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
600
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
601
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
602
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
603
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
604
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
605
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
606
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
607
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
608
- } | undefined;
609
- touch?: {
610
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
611
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
612
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
613
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
614
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
615
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
616
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
617
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
618
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
619
- } | undefined;
620
- };
621
- isVisible: string | boolean;
622
- dark: boolean;
623
- light: boolean;
624
- theme?: string | undefined;
625
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
626
- name: string;
627
- parent?: any | undefined;
628
- tabStop: boolean;
629
- userProperties: import("@zeedhi/core").IDictionary<any>;
630
- fillHeight: boolean;
631
- } | undefined;
632
- tabStop?: boolean | undefined;
633
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
634
- fillHeight?: boolean | undefined;
635
- }[];
636
- component: string;
637
- allowDuplicate: boolean;
638
- autofocus: boolean;
639
- childrenInstances: any[];
640
- cssClass: string;
641
- cssStyle: string | import("@zeedhi/core").IDictionary<string>;
642
- directives: {
643
- [x: string]: {
644
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
645
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
646
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
647
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
648
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
649
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
650
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
651
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
652
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
653
- } | undefined;
654
- touch?: {
655
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
656
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
657
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
658
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
659
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
660
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
661
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
662
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
663
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
664
- } | undefined;
665
- };
666
- isVisible: boolean;
667
- name: string;
668
- dark: boolean;
669
- light: boolean;
670
- theme?: string | undefined;
671
- fillHeight: boolean;
672
- parent?: {
673
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
674
- getChildInstance: <T_5 extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T_5;
675
- allowDuplicate: boolean;
676
- autofocus: boolean;
677
- children: any[];
678
- componentId: number;
679
- cssClass: string;
680
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
681
- events: {
682
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
683
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
684
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
685
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
686
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
687
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
688
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
689
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
690
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
691
- };
692
- directives: {
693
- [x: string]: {
694
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
695
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
696
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
697
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
698
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
699
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
700
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
701
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
702
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
703
- } | undefined;
704
- touch?: {
705
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
706
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
707
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
708
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
709
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
710
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
711
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
712
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
713
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
714
- } | undefined;
715
- };
716
- isVisible: string | boolean;
717
- dark: boolean;
718
- light: boolean;
719
- theme?: string | undefined;
720
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
721
- name: string;
722
- parent?: any | undefined;
723
- tabStop: boolean;
724
- userProperties: import("@zeedhi/core").IDictionary<any>;
725
- fillHeight: boolean;
726
- } | undefined;
727
- componentId: number;
728
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
729
- isFocused: boolean;
730
- tabStop: boolean;
731
- userProperties: import("@zeedhi/core").IDictionary<any>;
732
- setViewFocus: (viewFocus: () => void) => void;
733
- setFocus: () => void;
734
- callEvent: (eventName: string, args: any) => boolean;
735
- addChild: (child: import("@zeedhi/common").IComponent) => void;
736
- removeChild: (name: string) => void;
737
- getChildInstance: <T_6>(name: string) => T_6;
738
- addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
739
- onBeforeMount: () => void;
740
- onMounted: (element: any) => void;
741
- onDestroyed: () => void;
742
- click: (event?: Event | undefined, element?: any) => void;
743
- focus: (event: Event, element: any) => void;
744
- blur: (event: Event, element: any) => void;
745
- mouseenter: (event?: Event | undefined, element?: any) => void;
746
- mouseleave: (event?: Event | undefined, element?: any) => void;
747
- mouseout: (event?: Event | undefined, element?: any) => void;
748
- mouseover: (event?: Event | undefined, element?: any) => void;
749
- };
750
- onMounted: (element: any) => void;
751
- children: {
752
- [x: string]: any;
753
- children?: any[] | undefined;
754
- component: string;
755
- allowDuplicate?: boolean | undefined;
756
- autofocus?: boolean | undefined;
757
- componentId?: number | undefined;
758
- cssClass?: string | undefined;
759
- cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
760
- events?: {
761
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
762
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
763
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
764
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
765
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
766
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
767
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
768
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
769
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
770
- } | undefined;
771
- directives?: {
772
- [x: string]: {
773
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
774
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
775
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
776
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
777
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
778
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
779
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
780
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
781
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
782
- } | undefined;
783
- touch?: {
784
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
785
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
786
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
787
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
788
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
789
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
790
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
791
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
792
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
793
- } | undefined;
794
- } | undefined;
795
- isVisible?: string | boolean | undefined;
796
- dark?: boolean | undefined;
797
- light?: boolean | undefined;
798
- theme?: string | undefined;
799
- keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
800
- name: string;
801
- parent?: {
802
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
803
- getChildInstance: <T_5 extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T_5;
804
- allowDuplicate: boolean;
805
- autofocus: boolean;
806
- children: any[];
807
- componentId: number;
808
- cssClass: string;
809
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
810
- events: {
811
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
812
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
813
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
814
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
815
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
816
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
817
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
818
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
819
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
820
- };
821
- directives: {
822
- [x: string]: {
823
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
824
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
825
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
826
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
827
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
828
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
829
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
830
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
831
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
832
- } | undefined;
833
- touch?: {
834
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
835
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
836
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
837
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
838
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
839
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
840
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
841
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
842
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
843
- } | undefined;
844
- };
845
- isVisible: string | boolean;
846
- dark: boolean;
847
- light: boolean;
848
- theme?: string | undefined;
849
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
850
- name: string;
851
- parent?: any | undefined;
852
- tabStop: boolean;
853
- userProperties: import("@zeedhi/core").IDictionary<any>;
854
- fillHeight: boolean;
855
- } | undefined;
856
- tabStop?: boolean | undefined;
857
- userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
858
- fillHeight?: boolean | undefined;
859
- }[];
860
- component: string;
861
- allowDuplicate: boolean;
862
- autofocus: boolean;
863
- childrenInstances: any[];
864
- cssClass: string;
865
- cssStyle: string | import("@zeedhi/core").IDictionary<string>;
866
- directives: {
867
- [x: string]: {
868
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
869
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
870
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
871
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
872
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
873
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
874
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
875
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
876
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
877
- } | undefined;
878
- touch?: {
879
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
880
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
881
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
882
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
883
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
884
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
885
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
886
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
887
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
888
- } | undefined;
889
- };
890
- events: {
891
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
892
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
893
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
894
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
895
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
896
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
897
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
898
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
899
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
900
- };
901
- isVisible: boolean;
902
- name: string;
903
- dark: boolean;
904
- light: boolean;
905
- theme?: string | undefined;
906
- fillHeight: boolean;
907
- parent?: {
908
- addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
909
- getChildInstance: <T_5 extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T_5;
910
- allowDuplicate: boolean;
911
- autofocus: boolean;
912
- children: any[];
913
- componentId: number;
914
- cssClass: string;
915
- cssStyle: string | import("@zeedhi/core").IDictionary<any>;
916
- events: {
917
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
918
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
919
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
920
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
921
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
922
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
923
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
924
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
925
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
926
- };
927
- directives: {
928
- [x: string]: {
929
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
930
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
931
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
932
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
933
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
934
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
935
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
936
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
937
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
938
- } | undefined;
939
- touch?: {
940
- [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
941
- blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
942
- click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
943
- focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
944
- onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
945
- onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
946
- onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
947
- onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
948
- onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
949
- } | undefined;
950
- };
951
- isVisible: string | boolean;
952
- dark: boolean;
953
- light: boolean;
954
- theme?: string | undefined;
955
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
956
- name: string;
957
- parent?: any | undefined;
958
- tabStop: boolean;
959
- userProperties: import("@zeedhi/core").IDictionary<any>;
960
- fillHeight: boolean;
961
- } | undefined;
962
- componentId: number;
963
- keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
964
- isFocused: boolean;
965
- tabStop: boolean;
966
- userProperties: import("@zeedhi/core").IDictionary<any>;
967
- setViewFocus: (viewFocus: () => void) => void;
968
- setFocus: () => void;
969
- callEvent: (eventName: string, args: any) => boolean;
970
- addChild: (child: import("@zeedhi/common").IComponent) => void;
971
- removeChild: (name: string) => void;
972
- getChildInstance: <T_6>(name: string) => T_6;
973
- addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
974
- onCreated: () => void;
975
- onBeforeMount: () => void;
976
- onBeforeDestroy: () => void;
977
- onDestroyed: () => void;
978
- click: (event?: Event | undefined, element?: any) => void;
979
- focus: (event: Event, element: any) => void;
980
- blur: (event: Event, element: any) => void;
981
- mouseenter: (event?: Event | undefined, element?: any) => void;
982
- mouseleave: (event?: Event | undefined, element?: any) => void;
983
- mouseout: (event?: Event | undefined, element?: any) => void;
984
- mouseover: (event?: Event | undefined, element?: any) => void;
985
- };
986
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
987
- iterableComponentName: {
988
- type: StringConstructor;
989
- };
990
- children: {
991
- type: (StringConstructor | {
992
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
993
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
994
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
995
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
996
- isArray(arg: any): arg is any[];
997
- readonly prototype: any[];
998
- from<T>(arrayLike: ArrayLike<T>): T[];
999
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
1000
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
1001
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
1002
- of<T_4>(...items: T_4[]): T_4[];
1003
- readonly [Symbol.species]: ArrayConstructor;
1004
- })[];
1005
- default(): never[];
1006
- };
1007
- component: {
1008
- type: StringConstructor;
1009
- };
1010
- allowDuplicate: {
1011
- type: (StringConstructor | BooleanConstructor)[];
1012
- default: boolean;
1013
- };
1014
- autofocus: {
1015
- type: (StringConstructor | BooleanConstructor)[];
1016
- default: boolean;
1017
- };
1018
- cssClass: {
1019
- type: StringConstructor;
1020
- default: string;
1021
- };
1022
- cssStyle: {
1023
- type: (StringConstructor | (() => import("vue").StyleValue))[];
1024
- default: string;
1025
- };
1026
- dark: {
1027
- type: (StringConstructor | BooleanConstructor)[];
1028
- default: boolean;
1029
- };
1030
- directives: {
1031
- type: ObjectConstructor;
1032
- default(): {};
1033
- };
1034
- events: {
1035
- type: ObjectConstructor;
1036
- default(): {};
1037
- };
1038
- instanceObject: {
1039
- type: ObjectConstructor;
1040
- };
1041
- isVisible: {
1042
- type: (StringConstructor | BooleanConstructor)[];
1043
- default: boolean;
1044
- };
1045
- keyMap: {
1046
- type: ObjectConstructor;
1047
- default(): {};
1048
- };
1049
- light: {
1050
- type: (StringConstructor | BooleanConstructor)[];
1051
- default: boolean;
1052
- };
1053
- name: {
1054
- type: StringConstructor;
1055
- required: true;
1056
- };
1057
- parent: {
1058
- type: ObjectConstructor;
1059
- };
1060
- tabStop: {
1061
- type: (StringConstructor | BooleanConstructor)[];
1062
- default: boolean;
1063
- };
1064
- theme: {
1065
- type: StringConstructor;
1066
- };
1067
- }>> & Readonly<{}>, {
1068
- allowDuplicate: string | boolean;
1069
- autofocus: string | boolean;
1070
- children: string | import("@zeedhi/common").IComponentRender[];
1071
- cssClass: string;
1072
- cssStyle: import("vue").StyleValue;
1073
- dark: string | boolean;
1074
- directives: Record<string, any>;
1075
- events: Record<string, any>;
1076
- isVisible: string | boolean;
1077
- keyMap: Record<string, any>;
1078
- light: string | boolean;
1079
- tabStop: string | boolean;
1080
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1081
- export default _default;