@zeedhi/vuetify 3.1.0 → 3.2.0

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