@zeedhi/vuetify 3.0.5 → 3.0.6

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 (258) hide show
  1. package/.package.json +3 -3
  2. package/dist/zd-vuetify.css +6698 -6699
  3. package/package.json +3 -3
  4. package/types/components/index.d.ts +88 -0
  5. package/types/components/tek-grid/TekGrid.d.ts +7258 -0
  6. package/types/components/tek-grid/TekGrid.ts.d.ts +7258 -0
  7. package/types/components/tek-grid/column-filter/TekGridColumnFilter.d.ts +129 -0
  8. package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +129 -0
  9. package/types/components/tek-grid/column-header/TekGridHeaderRow.d.ts +225 -0
  10. package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +225 -0
  11. package/types/components/tek-grid/columns-button/TekGridColumnsButton.d.ts +2432 -0
  12. package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +2432 -0
  13. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsController.d.ts +65 -0
  14. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsModal.d.ts +9 -0
  15. package/types/components/tek-grid/filter-button/TekGridFilterButton.d.ts +2920 -0
  16. package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +2920 -0
  17. package/types/components/tek-grid/indentation/TekGridIndentation.d.ts +32 -0
  18. package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +32 -0
  19. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.d.ts +1892 -0
  20. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +1892 -0
  21. package/types/components/tek-grid/row/TekGridFooterRow.d.ts +90 -0
  22. package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +90 -0
  23. package/types/components/tek-grid/row/TekGridGroupRow.d.ts +87 -0
  24. package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +87 -0
  25. package/types/components/tooltip-overflow/ZdTooltipOverflow.d.ts +50 -0
  26. package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +50 -0
  27. package/types/components/zd-activator-wrapper/ZdActivatorWrapper.d.ts +25 -0
  28. package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +25 -0
  29. package/types/components/zd-alert/ZdAlert.d.ts +884 -0
  30. package/types/components/zd-alert/ZdAlert.ts.d.ts +884 -0
  31. package/types/components/zd-badge/ZdBadge.d.ts +624 -0
  32. package/types/components/zd-badge/ZdBadge.ts.d.ts +624 -0
  33. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.d.ts +697 -0
  34. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +697 -0
  35. package/types/components/zd-button/ZdButton.d.ts +1158 -0
  36. package/types/components/zd-button/ZdButton.ts.d.ts +1158 -0
  37. package/types/components/zd-button-group/ZdButtonGroup.d.ts +785 -0
  38. package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +785 -0
  39. package/types/components/zd-card/ZdCard.d.ts +1028 -0
  40. package/types/components/zd-card/ZdCard.ts.d.ts +1028 -0
  41. package/types/components/zd-carousel/ZdCarousel.d.ts +2007 -0
  42. package/types/components/zd-carousel/ZdCarousel.ts.d.ts +2007 -0
  43. package/types/components/zd-checkbox/ZdCheckbox.d.ts +642 -0
  44. package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +642 -0
  45. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.d.ts +2010 -0
  46. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +2010 -0
  47. package/types/components/zd-chip/ZdChip.d.ts +1256 -0
  48. package/types/components/zd-chip/ZdChip.ts.d.ts +1256 -0
  49. package/types/components/zd-code-viewer/ZdCodeViewer.d.ts +791 -0
  50. package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +791 -0
  51. package/types/components/zd-code-viewer/prism.d.ts +14 -0
  52. package/types/components/zd-col/ZdCol.d.ts +741 -0
  53. package/types/components/zd-col/ZdCol.ts.d.ts +741 -0
  54. package/types/components/zd-collapse-card/ZdCollapseCard.d.ts +1583 -0
  55. package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +1583 -0
  56. package/types/components/zd-component/ZdComponent.d.ts +104 -0
  57. package/types/components/zd-component/ZdComponentRender.d.ts +80 -0
  58. package/types/components/zd-container/ZdContainer.d.ts +722 -0
  59. package/types/components/zd-container/ZdContainer.ts.d.ts +722 -0
  60. package/types/components/zd-currency/ZdCurrency.d.ts +2024 -0
  61. package/types/components/zd-currency/ZdCurrency.ts.d.ts +2024 -0
  62. package/types/components/zd-date-input/ZdDateInput.d.ts +960 -0
  63. package/types/components/zd-date-input/ZdDateInput.ts.d.ts +960 -0
  64. package/types/components/zd-dialog/ZdDialog.d.ts +262 -0
  65. package/types/components/zd-dialog/ZdDialog.ts.d.ts +262 -0
  66. package/types/components/zd-divider/ZdDivider.d.ts +623 -0
  67. package/types/components/zd-divider/ZdDivider.ts.d.ts +623 -0
  68. package/types/components/zd-dropdown/ZdDropdown.d.ts +836 -0
  69. package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +836 -0
  70. package/types/components/zd-footer/ZdFooter.d.ts +1262 -0
  71. package/types/components/zd-footer/ZdFooter.ts.d.ts +1262 -0
  72. package/types/components/zd-form/ZdForm.d.ts +118 -0
  73. package/types/components/zd-form/ZdForm.ts.d.ts +118 -0
  74. package/types/components/zd-frame/ZdFrame.d.ts +138 -0
  75. package/types/components/zd-frame/ZdFrame.ts.d.ts +138 -0
  76. package/types/components/zd-frame-page/ZdFramePage.d.ts +805 -0
  77. package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +805 -0
  78. package/types/components/zd-grid/ZdGrid.d.ts +7304 -0
  79. package/types/components/zd-grid/ZdGrid.ts.d.ts +7304 -0
  80. package/types/components/zd-grid/cell/ZdGridAction.d.ts +14 -0
  81. package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +14 -0
  82. package/types/components/zd-grid/cell/ZdGridCell.d.ts +68 -0
  83. package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +68 -0
  84. package/types/components/zd-grid/cell/ZdGridCellContent.d.ts +58 -0
  85. package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +58 -0
  86. package/types/components/zd-grid/cell/ZdGridCheckbox.d.ts +53 -0
  87. package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +53 -0
  88. package/types/components/zd-grid/column-header/ZdGridColumnHeader.d.ts +112 -0
  89. package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +112 -0
  90. package/types/components/zd-grid/column-header/ZdGridHeaderIcon.d.ts +46 -0
  91. package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +46 -0
  92. package/types/components/zd-grid/column-header/ZdGridHeaderRow.d.ts +165 -0
  93. package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +165 -0
  94. package/types/components/zd-grid/column-header/ZdGridSort.d.ts +47 -0
  95. package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +47 -0
  96. package/types/components/zd-grid/composables/grid-instance.d.ts +2085 -0
  97. package/types/components/zd-grid/footer/ZdGridFooter.d.ts +2087 -0
  98. package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +2087 -0
  99. package/types/components/zd-grid/helper/ZdGridHelper.d.ts +16 -0
  100. package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +16 -0
  101. package/types/components/zd-grid/row/TableRow.d.ts +34 -0
  102. package/types/components/zd-grid/row/TableRow.ts.d.ts +34 -0
  103. package/types/components/zd-grid/row/ZdGridRow.d.ts +105 -0
  104. package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +105 -0
  105. package/types/components/zd-grid/toolbar/ZdGridToolbar.d.ts +2086 -0
  106. package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +2086 -0
  107. package/types/components/zd-grid-editable/ZdGridEditable.d.ts +8663 -0
  108. package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +8663 -0
  109. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +637 -0
  110. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +637 -0
  111. package/types/components/zd-grid-editable/row/ZdGridEditableRow.d.ts +126 -0
  112. package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +126 -0
  113. package/types/components/zd-header/ZdHeader.d.ts +1320 -0
  114. package/types/components/zd-header/ZdHeader.ts.d.ts +1320 -0
  115. package/types/components/zd-icon/ZdIcon.d.ts +383 -0
  116. package/types/components/zd-icon/ZdIcon.ts.d.ts +383 -0
  117. package/types/components/zd-image/ZdImage.d.ts +753 -0
  118. package/types/components/zd-image/ZdImage.ts.d.ts +753 -0
  119. package/types/components/zd-increment/ZdIncrement.d.ts +2069 -0
  120. package/types/components/zd-increment/ZdIncrement.ts.d.ts +2069 -0
  121. package/types/components/zd-input/ZdInput.d.ts +200 -0
  122. package/types/components/zd-iterable/ZdIterable.d.ts +130 -0
  123. package/types/components/zd-iterable/ZdIterableNoData.d.ts +2089 -0
  124. package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +2089 -0
  125. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.d.ts +1645 -0
  126. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +1645 -0
  127. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.d.ts +1081 -0
  128. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +1081 -0
  129. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.d.ts +2763 -0
  130. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +2763 -0
  131. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.d.ts +1627 -0
  132. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +1627 -0
  133. package/types/components/zd-iterable/zd-search/ZdSearch.d.ts +766 -0
  134. package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +766 -0
  135. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.d.ts +2484 -0
  136. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +2484 -0
  137. package/types/components/zd-layout/ZdLayout.d.ts +647 -0
  138. package/types/components/zd-layout/ZdLayout.ts.d.ts +647 -0
  139. package/types/components/zd-list/ZdList.d.ts +1140 -0
  140. package/types/components/zd-list/ZdList.ts.d.ts +1140 -0
  141. package/types/components/zd-list/ZdListGroup.d.ts +1332 -0
  142. package/types/components/zd-list/ZdListGroup.ts.d.ts +1332 -0
  143. package/types/components/zd-list/ZdListItem.d.ts +848 -0
  144. package/types/components/zd-list/ZdListItem.ts.d.ts +848 -0
  145. package/types/components/zd-loading/ZdLoading.d.ts +350 -0
  146. package/types/components/zd-loading/ZdLoading.ts.d.ts +350 -0
  147. package/types/components/zd-login/ZdLogin.d.ts +1072 -0
  148. package/types/components/zd-login/ZdLogin.ts.d.ts +1072 -0
  149. package/types/components/zd-login/ZdLoginButton.d.ts +1910 -0
  150. package/types/components/zd-login/ZdLoginButton.ts.d.ts +1910 -0
  151. package/types/components/zd-main/ZdMain.d.ts +619 -0
  152. package/types/components/zd-main/ZdMain.ts.d.ts +619 -0
  153. package/types/components/zd-master-detail/ZdMasterDetail.d.ts +684 -0
  154. package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +684 -0
  155. package/types/components/zd-menu/ZdMenu.d.ts +4484 -0
  156. package/types/components/zd-menu/ZdMenu.ts.d.ts +4484 -0
  157. package/types/components/zd-menu/ZdMenuButton.d.ts +1142 -0
  158. package/types/components/zd-menu/ZdMenuButton.ts.d.ts +1142 -0
  159. package/types/components/zd-menu/ZdMenuGroup.d.ts +6286 -0
  160. package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +6286 -0
  161. package/types/components/zd-menu/ZdMenuLink.d.ts +10437 -0
  162. package/types/components/zd-menu/ZdMenuLink.ts.d.ts +10437 -0
  163. package/types/components/zd-menu/ZdMenuSeparator.d.ts +600 -0
  164. package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +600 -0
  165. package/types/components/zd-modal/ZdModal.d.ts +10 -0
  166. package/types/components/zd-modal/ZdModal.ts.d.ts +10 -0
  167. package/types/components/zd-modal/ZdModalCloseButton.d.ts +1137 -0
  168. package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +1137 -0
  169. package/types/components/zd-month/ZdMonth.d.ts +2217 -0
  170. package/types/components/zd-month/ZdMonth.ts.d.ts +2217 -0
  171. package/types/components/zd-number-input/ZdNumberInput.d.ts +2021 -0
  172. package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +2021 -0
  173. package/types/components/zd-password/ZdPassword.d.ts +2014 -0
  174. package/types/components/zd-password/ZdPassword.ts.d.ts +2014 -0
  175. package/types/components/zd-progress/ZdProgress.d.ts +859 -0
  176. package/types/components/zd-progress/ZdProgress.ts.d.ts +859 -0
  177. package/types/components/zd-radio/ZdRadio.d.ts +682 -0
  178. package/types/components/zd-radio/ZdRadio.ts.d.ts +682 -0
  179. package/types/components/zd-row/ZdRow.d.ts +734 -0
  180. package/types/components/zd-row/ZdRow.ts.d.ts +734 -0
  181. package/types/components/zd-select/ZdSelect.d.ts +313 -0
  182. package/types/components/zd-select/ZdSelect.ts.d.ts +313 -0
  183. package/types/components/zd-select-multiple/ZdSelectMultiple.d.ts +333 -0
  184. package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +333 -0
  185. package/types/components/zd-svg-map/ZdSvgMap.d.ts +414 -0
  186. package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +414 -0
  187. package/types/components/zd-switch/ZdSwitch.d.ts +1918 -0
  188. package/types/components/zd-switch/ZdSwitch.ts.d.ts +1918 -0
  189. package/types/components/zd-table/ZdTable.d.ts +1092 -0
  190. package/types/components/zd-table/ZdTable.ts.d.ts +1092 -0
  191. package/types/components/zd-tabs/ZdTab.d.ts +674 -0
  192. package/types/components/zd-tabs/ZdTab.ts.d.ts +674 -0
  193. package/types/components/zd-tabs/ZdTabItem.d.ts +268 -0
  194. package/types/components/zd-tabs/ZdTabItem.ts.d.ts +268 -0
  195. package/types/components/zd-tabs/ZdTabs.d.ts +929 -0
  196. package/types/components/zd-tabs/ZdTabs.ts.d.ts +929 -0
  197. package/types/components/zd-tag/ZdTag.d.ts +613 -0
  198. package/types/components/zd-tag/ZdTag.ts.d.ts +613 -0
  199. package/types/components/zd-text/ZdText.d.ts +670 -0
  200. package/types/components/zd-text/ZdText.ts.d.ts +670 -0
  201. package/types/components/zd-text-input/ZdTextInput.d.ts +746 -0
  202. package/types/components/zd-text-input/ZdTextInput.ts.d.ts +746 -0
  203. package/types/components/zd-textarea/ZdTextarea.d.ts +877 -0
  204. package/types/components/zd-textarea/ZdTextarea.ts.d.ts +877 -0
  205. package/types/components/zd-time/ZdTime.d.ts +2224 -0
  206. package/types/components/zd-time/ZdTime.ts.d.ts +2224 -0
  207. package/types/components/zd-toggleable/ZdToggleable.d.ts +199 -0
  208. package/types/components/zd-tooltip/ZdTooltip.d.ts +781 -0
  209. package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +781 -0
  210. package/types/components/zd-tree/ZdTree.d.ts +1878 -0
  211. package/types/components/zd-tree/ZdTree.ts.d.ts +1878 -0
  212. package/types/components/zd-tree/ZdTreeAfterTitle.d.ts +26 -0
  213. package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +26 -0
  214. package/types/components/zd-tree/ZdTreeCheckbox.d.ts +74 -0
  215. package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +74 -0
  216. package/types/components/zd-tree-grid/ZdTreeGrid.d.ts +4178 -0
  217. package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +4178 -0
  218. package/types/components/zd-tree-grid/cell/ZdTreeGridCell.d.ts +92 -0
  219. package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +92 -0
  220. package/types/components/zd-tree-grid/row/ZdTreeGridRow.d.ts +124 -0
  221. package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +124 -0
  222. package/types/composables/cellSelection.d.ts +281 -0
  223. package/types/composables/columnDrag.d.ts +9 -0
  224. package/types/composables/columnResize.d.ts +18 -0
  225. package/types/composables/density.d.ts +12 -0
  226. package/types/composables/doubleClick.d.ts +6 -0
  227. package/types/composables/fixedColumns.d.ts +14 -0
  228. package/types/composables/gridColorVars.d.ts +13 -0
  229. package/types/composables/gridColumns.d.ts +285 -0
  230. package/types/composables/gridSelection.d.ts +15 -0
  231. package/types/composables/gridSorting.d.ts +17 -0
  232. package/types/composables/hasSlot.d.ts +8 -0
  233. package/types/composables/index.d.ts +16 -0
  234. package/types/composables/maska.d.ts +16 -0
  235. package/types/composables/tableNavigation.d.ts +11 -0
  236. package/types/composables/useTableLayout.d.ts +25 -0
  237. package/types/composables/virtualScroll.d.ts +26 -0
  238. package/types/composables/watchUrl.d.ts +8 -0
  239. package/types/errors/index.d.ts +2 -0
  240. package/types/errors/not-provided.d.ts +7 -0
  241. package/types/errors/row-not-found.d.ts +7 -0
  242. package/types/errors/zeedhi-error.d.ts +6 -0
  243. package/types/index.d.ts +21 -0
  244. package/types/propsMixins/heightProps.d.ts +17 -0
  245. package/types/propsMixins/index.d.ts +5 -0
  246. package/types/propsMixins/interfaces.d.ts +2 -0
  247. package/types/propsMixins/widthProps.d.ts +13 -0
  248. package/types/utils/buildProps.d.ts +2 -0
  249. package/types/utils/fillHeight.d.ts +1 -0
  250. package/types/utils/icons/icons.d.ts +5 -0
  251. package/types/utils/index.d.ts +7 -0
  252. package/types/utils/isArrayOperation.d.ts +2 -0
  253. package/types/utils/logger/logger.d.ts +3 -0
  254. package/types/utils/mergeDictionaries.d.ts +3 -0
  255. package/types/utils/plugins/formatSizePlugin.d.ts +1 -0
  256. package/types/utils/plugins/getIconPlugin.d.ts +1 -0
  257. package/types/utils/plugins/index.d.ts +4 -0
  258. package/types/utils/plugins/styleObjectPlugin.d.ts +1 -0
@@ -0,0 +1,2484 @@
1
+ import { IComponentRender } from '@zeedhi/common';
2
+ export declare const ZdIterableComponentRenderProps: {
3
+ footerSlot: {
4
+ type: {
5
+ (arrayLength: number): IComponentRender[];
6
+ (...items: IComponentRender[]): IComponentRender[];
7
+ new (arrayLength: number): IComponentRender[];
8
+ new (...items: IComponentRender[]): IComponentRender[];
9
+ isArray(arg: any): arg is any[];
10
+ readonly prototype: any[];
11
+ from<T>(arrayLike: ArrayLike<T>): T[];
12
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
13
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
14
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
15
+ of<T_4>(...items: T_4[]): T_4[];
16
+ readonly [Symbol.species]: ArrayConstructor;
17
+ };
18
+ default(): never[];
19
+ };
20
+ toolbarSlot: {
21
+ type: {
22
+ (arrayLength: number): IComponentRender[];
23
+ (...items: IComponentRender[]): IComponentRender[];
24
+ new (arrayLength: number): IComponentRender[];
25
+ new (...items: IComponentRender[]): IComponentRender[];
26
+ isArray(arg: any): arg is any[];
27
+ readonly prototype: any[];
28
+ from<T>(arrayLike: ArrayLike<T>): T[];
29
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
30
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
31
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
32
+ of<T_4>(...items: T_4[]): T_4[];
33
+ readonly [Symbol.species]: ArrayConstructor;
34
+ };
35
+ default(): never[];
36
+ };
37
+ componentMetadata: {
38
+ type: (StringConstructor | ObjectConstructor)[];
39
+ };
40
+ rowPropName: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ errorSlot: {
45
+ type: {
46
+ (arrayLength: number): IComponentRender[];
47
+ (...items: IComponentRender[]): IComponentRender[];
48
+ new (arrayLength: number): IComponentRender[];
49
+ new (...items: IComponentRender[]): IComponentRender[];
50
+ isArray(arg: any): arg is any[];
51
+ readonly prototype: any[];
52
+ from<T>(arrayLike: ArrayLike<T>): T[];
53
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
54
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
55
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
56
+ of<T_4>(...items: T_4[]): T_4[];
57
+ readonly [Symbol.species]: ArrayConstructor;
58
+ };
59
+ default(): never[];
60
+ };
61
+ noDataSlot: {
62
+ type: {
63
+ (arrayLength: number): IComponentRender[];
64
+ (...items: IComponentRender[]): IComponentRender[];
65
+ new (arrayLength: number): IComponentRender[];
66
+ new (...items: IComponentRender[]): IComponentRender[];
67
+ isArray(arg: any): arg is any[];
68
+ readonly prototype: any[];
69
+ from<T>(arrayLike: ArrayLike<T>): T[];
70
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
71
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
72
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
73
+ of<T_4>(...items: T_4[]): T_4[];
74
+ readonly [Symbol.species]: ArrayConstructor;
75
+ };
76
+ default: () => {
77
+ name: string;
78
+ component: string;
79
+ cssClass: string;
80
+ text: string;
81
+ }[];
82
+ };
83
+ noResultSlot: {
84
+ type: {
85
+ (arrayLength: number): IComponentRender[];
86
+ (...items: IComponentRender[]): IComponentRender[];
87
+ new (arrayLength: number): IComponentRender[];
88
+ new (...items: IComponentRender[]): IComponentRender[];
89
+ isArray(arg: any): arg is any[];
90
+ readonly prototype: any[];
91
+ from<T>(arrayLike: ArrayLike<T>): T[];
92
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
93
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
94
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
95
+ of<T_4>(...items: T_4[]): T_4[];
96
+ readonly [Symbol.species]: ArrayConstructor;
97
+ };
98
+ default: () => {
99
+ name: string;
100
+ component: string;
101
+ cssClass: string;
102
+ text: string;
103
+ }[];
104
+ };
105
+ height: {
106
+ type: (StringConstructor | NumberConstructor)[];
107
+ default: string;
108
+ };
109
+ minHeight: {
110
+ type: (StringConstructor | NumberConstructor)[];
111
+ default: string;
112
+ };
113
+ maxHeight: {
114
+ type: (StringConstructor | NumberConstructor)[];
115
+ default: string;
116
+ };
117
+ width: {
118
+ type: (StringConstructor | NumberConstructor)[];
119
+ default: string;
120
+ };
121
+ minWidth: {
122
+ type: (StringConstructor | NumberConstructor)[];
123
+ default: string;
124
+ };
125
+ maxWidth: {
126
+ type: (StringConstructor | NumberConstructor)[];
127
+ default: string;
128
+ };
129
+ fillHeight: {
130
+ type: (StringConstructor | BooleanConstructor)[];
131
+ default: boolean;
132
+ };
133
+ columns: {
134
+ type: {
135
+ (arrayLength: number): import("@zeedhi/common").IColumn[];
136
+ (...items: import("@zeedhi/common").IColumn[]): import("@zeedhi/common").IColumn[];
137
+ new (arrayLength: number): import("@zeedhi/common").IColumn[];
138
+ new (...items: import("@zeedhi/common").IColumn[]): import("@zeedhi/common").IColumn[];
139
+ isArray(arg: any): arg is any[];
140
+ readonly prototype: any[];
141
+ from<T>(arrayLike: ArrayLike<T>): T[];
142
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
143
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
144
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
145
+ of<T_4>(...items: T_4[]): T_4[];
146
+ readonly [Symbol.species]: ArrayConstructor;
147
+ };
148
+ default(): never[];
149
+ };
150
+ datasource: {
151
+ type: ObjectConstructor;
152
+ defaut(): {};
153
+ };
154
+ pageSizes: {
155
+ type: (StringConstructor | {
156
+ (arrayLength: number): string[];
157
+ (...items: string[]): string[];
158
+ new (arrayLength: number): string[];
159
+ new (...items: string[]): string[];
160
+ isArray(arg: any): arg is any[];
161
+ readonly prototype: any[];
162
+ from<T>(arrayLike: ArrayLike<T>): T[];
163
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
164
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
165
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
166
+ of<T_4>(...items: T_4[]): T_4[];
167
+ readonly [Symbol.species]: ArrayConstructor;
168
+ })[];
169
+ default(): string[];
170
+ };
171
+ searchVisibleOnly: {
172
+ type: (StringConstructor | BooleanConstructor)[];
173
+ default(): boolean;
174
+ };
175
+ virtualScroll: {
176
+ type: (StringConstructor | BooleanConstructor)[];
177
+ default: boolean;
178
+ };
179
+ virtualScrollCache: {
180
+ type: (StringConstructor | NumberConstructor)[];
181
+ default: number;
182
+ };
183
+ children: {
184
+ type: (StringConstructor | {
185
+ (arrayLength: number): IComponentRender[];
186
+ (...items: IComponentRender[]): IComponentRender[];
187
+ new (arrayLength: number): IComponentRender[];
188
+ new (...items: IComponentRender[]): IComponentRender[];
189
+ isArray(arg: any): arg is any[];
190
+ readonly prototype: any[];
191
+ from<T>(arrayLike: ArrayLike<T>): T[];
192
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
193
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
194
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
195
+ of<T_4>(...items: T_4[]): T_4[];
196
+ readonly [Symbol.species]: ArrayConstructor;
197
+ })[];
198
+ default(): never[];
199
+ };
200
+ component: {
201
+ type: StringConstructor;
202
+ };
203
+ allowDuplicate: {
204
+ type: (StringConstructor | BooleanConstructor)[];
205
+ default: boolean;
206
+ };
207
+ autofocus: {
208
+ type: (StringConstructor | BooleanConstructor)[];
209
+ default: boolean;
210
+ };
211
+ cssClass: {
212
+ type: StringConstructor;
213
+ default: string;
214
+ };
215
+ cssStyle: {
216
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
217
+ default: string;
218
+ };
219
+ dark: {
220
+ type: (StringConstructor | BooleanConstructor)[];
221
+ default: boolean;
222
+ };
223
+ directives: {
224
+ type: ObjectConstructor;
225
+ default(): {};
226
+ };
227
+ events: {
228
+ type: ObjectConstructor;
229
+ default(): {};
230
+ };
231
+ instanceObject: {
232
+ type: ObjectConstructor;
233
+ };
234
+ isVisible: {
235
+ type: (StringConstructor | BooleanConstructor)[];
236
+ default: boolean;
237
+ };
238
+ keyMap: {
239
+ type: ObjectConstructor;
240
+ default(): {};
241
+ };
242
+ light: {
243
+ type: (StringConstructor | BooleanConstructor)[];
244
+ default: boolean;
245
+ };
246
+ name: {
247
+ type: StringConstructor;
248
+ required: true;
249
+ };
250
+ parent: {
251
+ type: ObjectConstructor;
252
+ };
253
+ tabStop: {
254
+ type: (StringConstructor | BooleanConstructor)[];
255
+ default: boolean;
256
+ };
257
+ theme: {
258
+ type: StringConstructor;
259
+ };
260
+ };
261
+ declare const iterableComponentRender: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
262
+ footerSlot: {
263
+ type: {
264
+ (arrayLength: number): IComponentRender[];
265
+ (...items: IComponentRender[]): IComponentRender[];
266
+ new (arrayLength: number): IComponentRender[];
267
+ new (...items: IComponentRender[]): IComponentRender[];
268
+ isArray(arg: any): arg is any[];
269
+ readonly prototype: any[];
270
+ from<T>(arrayLike: ArrayLike<T>): T[];
271
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
272
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
273
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
274
+ of<T_4>(...items: T_4[]): T_4[];
275
+ readonly [Symbol.species]: ArrayConstructor;
276
+ };
277
+ default(): never[];
278
+ };
279
+ toolbarSlot: {
280
+ type: {
281
+ (arrayLength: number): IComponentRender[];
282
+ (...items: IComponentRender[]): IComponentRender[];
283
+ new (arrayLength: number): IComponentRender[];
284
+ new (...items: IComponentRender[]): IComponentRender[];
285
+ isArray(arg: any): arg is any[];
286
+ readonly prototype: any[];
287
+ from<T>(arrayLike: ArrayLike<T>): T[];
288
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
289
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
290
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
291
+ of<T_4>(...items: T_4[]): T_4[];
292
+ readonly [Symbol.species]: ArrayConstructor;
293
+ };
294
+ default(): never[];
295
+ };
296
+ componentMetadata: {
297
+ type: (StringConstructor | ObjectConstructor)[];
298
+ };
299
+ rowPropName: {
300
+ type: StringConstructor;
301
+ default: string;
302
+ };
303
+ errorSlot: {
304
+ type: {
305
+ (arrayLength: number): IComponentRender[];
306
+ (...items: IComponentRender[]): IComponentRender[];
307
+ new (arrayLength: number): IComponentRender[];
308
+ new (...items: IComponentRender[]): IComponentRender[];
309
+ isArray(arg: any): arg is any[];
310
+ readonly prototype: any[];
311
+ from<T>(arrayLike: ArrayLike<T>): T[];
312
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
313
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
314
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
315
+ of<T_4>(...items: T_4[]): T_4[];
316
+ readonly [Symbol.species]: ArrayConstructor;
317
+ };
318
+ default(): never[];
319
+ };
320
+ noDataSlot: {
321
+ type: {
322
+ (arrayLength: number): IComponentRender[];
323
+ (...items: IComponentRender[]): IComponentRender[];
324
+ new (arrayLength: number): IComponentRender[];
325
+ new (...items: IComponentRender[]): IComponentRender[];
326
+ isArray(arg: any): arg is any[];
327
+ readonly prototype: any[];
328
+ from<T>(arrayLike: ArrayLike<T>): T[];
329
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
330
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
331
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
332
+ of<T_4>(...items: T_4[]): T_4[];
333
+ readonly [Symbol.species]: ArrayConstructor;
334
+ };
335
+ default: () => {
336
+ name: string;
337
+ component: string;
338
+ cssClass: string;
339
+ text: string;
340
+ }[];
341
+ };
342
+ noResultSlot: {
343
+ type: {
344
+ (arrayLength: number): IComponentRender[];
345
+ (...items: IComponentRender[]): IComponentRender[];
346
+ new (arrayLength: number): IComponentRender[];
347
+ new (...items: IComponentRender[]): IComponentRender[];
348
+ isArray(arg: any): arg is any[];
349
+ readonly prototype: any[];
350
+ from<T>(arrayLike: ArrayLike<T>): T[];
351
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
352
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
353
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
354
+ of<T_4>(...items: T_4[]): T_4[];
355
+ readonly [Symbol.species]: ArrayConstructor;
356
+ };
357
+ default: () => {
358
+ name: string;
359
+ component: string;
360
+ cssClass: string;
361
+ text: string;
362
+ }[];
363
+ };
364
+ height: {
365
+ type: (StringConstructor | NumberConstructor)[];
366
+ default: string;
367
+ };
368
+ minHeight: {
369
+ type: (StringConstructor | NumberConstructor)[];
370
+ default: string;
371
+ };
372
+ maxHeight: {
373
+ type: (StringConstructor | NumberConstructor)[];
374
+ default: string;
375
+ };
376
+ width: {
377
+ type: (StringConstructor | NumberConstructor)[];
378
+ default: string;
379
+ };
380
+ minWidth: {
381
+ type: (StringConstructor | NumberConstructor)[];
382
+ default: string;
383
+ };
384
+ maxWidth: {
385
+ type: (StringConstructor | NumberConstructor)[];
386
+ default: string;
387
+ };
388
+ fillHeight: {
389
+ type: (StringConstructor | BooleanConstructor)[];
390
+ default: boolean;
391
+ };
392
+ columns: {
393
+ type: {
394
+ (arrayLength: number): import("@zeedhi/common").IColumn[];
395
+ (...items: import("@zeedhi/common").IColumn[]): import("@zeedhi/common").IColumn[];
396
+ new (arrayLength: number): import("@zeedhi/common").IColumn[];
397
+ new (...items: import("@zeedhi/common").IColumn[]): import("@zeedhi/common").IColumn[];
398
+ isArray(arg: any): arg is any[];
399
+ readonly prototype: any[];
400
+ from<T>(arrayLike: ArrayLike<T>): T[];
401
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
402
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
403
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
404
+ of<T_4>(...items: T_4[]): T_4[];
405
+ readonly [Symbol.species]: ArrayConstructor;
406
+ };
407
+ default(): never[];
408
+ };
409
+ datasource: {
410
+ type: ObjectConstructor;
411
+ defaut(): {};
412
+ };
413
+ pageSizes: {
414
+ type: (StringConstructor | {
415
+ (arrayLength: number): string[];
416
+ (...items: string[]): string[];
417
+ new (arrayLength: number): string[];
418
+ new (...items: string[]): string[];
419
+ isArray(arg: any): arg is any[];
420
+ readonly prototype: any[];
421
+ from<T>(arrayLike: ArrayLike<T>): T[];
422
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
423
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
424
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
425
+ of<T_4>(...items: T_4[]): T_4[];
426
+ readonly [Symbol.species]: ArrayConstructor;
427
+ })[];
428
+ default(): string[];
429
+ };
430
+ searchVisibleOnly: {
431
+ type: (StringConstructor | BooleanConstructor)[];
432
+ default(): boolean;
433
+ };
434
+ virtualScroll: {
435
+ type: (StringConstructor | BooleanConstructor)[];
436
+ default: boolean;
437
+ };
438
+ virtualScrollCache: {
439
+ type: (StringConstructor | NumberConstructor)[];
440
+ default: number;
441
+ };
442
+ children: {
443
+ type: (StringConstructor | {
444
+ (arrayLength: number): IComponentRender[];
445
+ (...items: IComponentRender[]): IComponentRender[];
446
+ new (arrayLength: number): IComponentRender[];
447
+ new (...items: IComponentRender[]): IComponentRender[];
448
+ isArray(arg: any): arg is any[];
449
+ readonly prototype: any[];
450
+ from<T>(arrayLike: ArrayLike<T>): T[];
451
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
452
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
453
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
454
+ of<T_4>(...items: T_4[]): T_4[];
455
+ readonly [Symbol.species]: ArrayConstructor;
456
+ })[];
457
+ default(): never[];
458
+ };
459
+ component: {
460
+ type: StringConstructor;
461
+ };
462
+ allowDuplicate: {
463
+ type: (StringConstructor | BooleanConstructor)[];
464
+ default: boolean;
465
+ };
466
+ autofocus: {
467
+ type: (StringConstructor | BooleanConstructor)[];
468
+ default: boolean;
469
+ };
470
+ cssClass: {
471
+ type: StringConstructor;
472
+ default: string;
473
+ };
474
+ cssStyle: {
475
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
476
+ default: string;
477
+ };
478
+ dark: {
479
+ type: (StringConstructor | BooleanConstructor)[];
480
+ default: boolean;
481
+ };
482
+ directives: {
483
+ type: ObjectConstructor;
484
+ default(): {};
485
+ };
486
+ events: {
487
+ type: ObjectConstructor;
488
+ default(): {};
489
+ };
490
+ instanceObject: {
491
+ type: ObjectConstructor;
492
+ };
493
+ isVisible: {
494
+ type: (StringConstructor | BooleanConstructor)[];
495
+ default: boolean;
496
+ };
497
+ keyMap: {
498
+ type: ObjectConstructor;
499
+ default(): {};
500
+ };
501
+ light: {
502
+ type: (StringConstructor | BooleanConstructor)[];
503
+ default: boolean;
504
+ };
505
+ name: {
506
+ type: StringConstructor;
507
+ required: true;
508
+ };
509
+ parent: {
510
+ type: ObjectConstructor;
511
+ };
512
+ tabStop: {
513
+ type: (StringConstructor | BooleanConstructor)[];
514
+ default: boolean;
515
+ };
516
+ theme: {
517
+ type: StringConstructor;
518
+ };
519
+ }>, {
520
+ instance: {
521
+ toolbarSlot: {
522
+ [x: string]: any;
523
+ children?: any[] | undefined;
524
+ component: string;
525
+ allowDuplicate?: boolean | undefined;
526
+ autofocus?: boolean | undefined;
527
+ componentId?: number | undefined;
528
+ cssClass?: string | undefined;
529
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
530
+ events?: {
531
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
532
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
533
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
534
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
535
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
536
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
537
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
538
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
539
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
540
+ } | undefined;
541
+ directives?: {
542
+ [x: string]: {
543
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
544
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
545
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
546
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
547
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
548
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
549
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
550
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
551
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
552
+ } | undefined;
553
+ touch?: {
554
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
555
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
556
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
557
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
558
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
559
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
560
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
561
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
562
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
563
+ } | undefined;
564
+ } | undefined;
565
+ isVisible?: string | boolean | undefined;
566
+ dark?: boolean | undefined;
567
+ light?: boolean | undefined;
568
+ theme?: string | undefined;
569
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
570
+ name: string;
571
+ parent?: {
572
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
573
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
574
+ allowDuplicate: boolean;
575
+ autofocus: boolean;
576
+ children: {
577
+ [x: string]: any;
578
+ allowDuplicate?: boolean | undefined;
579
+ autofocus?: boolean | undefined;
580
+ children?: any[] | undefined;
581
+ componentId?: number | undefined;
582
+ cssClass?: string | undefined;
583
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
584
+ events?: {
585
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
586
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
587
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
588
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
589
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
590
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
591
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
592
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
593
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
594
+ } | undefined;
595
+ directives?: {
596
+ [x: string]: {
597
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
598
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
599
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
600
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
601
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
602
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
603
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
604
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
605
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
606
+ } | undefined;
607
+ touch?: {
608
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
609
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
610
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
611
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
612
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
613
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
614
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
615
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
616
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
617
+ } | undefined;
618
+ } | undefined;
619
+ isVisible?: string | boolean | undefined;
620
+ dark?: boolean | undefined;
621
+ light?: boolean | undefined;
622
+ theme?: string | undefined;
623
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
624
+ name: string;
625
+ parent?: any | undefined;
626
+ tabStop?: boolean | undefined;
627
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
628
+ fillHeight?: boolean | undefined;
629
+ }[];
630
+ componentId: number;
631
+ cssClass: string;
632
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
633
+ events: {
634
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
635
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
636
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
637
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
638
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
639
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
640
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
641
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
642
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
643
+ };
644
+ directives: {
645
+ [x: string]: {
646
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
647
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
648
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
649
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
650
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
651
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
652
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
653
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
654
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
655
+ } | undefined;
656
+ touch?: {
657
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
658
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
659
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
660
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
661
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
662
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
663
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
664
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
665
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
666
+ } | undefined;
667
+ };
668
+ isVisible: string | boolean;
669
+ dark: boolean;
670
+ light: boolean;
671
+ theme?: string | undefined;
672
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
673
+ name: string;
674
+ parent?: any | undefined;
675
+ tabStop: boolean;
676
+ userProperties: import("@zeedhi/core").IDictionary<any>;
677
+ fillHeight: boolean;
678
+ } | undefined;
679
+ tabStop?: boolean | undefined;
680
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
681
+ fillHeight?: boolean | undefined;
682
+ }[];
683
+ footerSlot: {
684
+ [x: string]: any;
685
+ children?: any[] | undefined;
686
+ component: string;
687
+ allowDuplicate?: boolean | undefined;
688
+ autofocus?: boolean | undefined;
689
+ componentId?: number | undefined;
690
+ cssClass?: string | undefined;
691
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
692
+ events?: {
693
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
694
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
695
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
696
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
697
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
698
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
699
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
700
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
701
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
702
+ } | undefined;
703
+ directives?: {
704
+ [x: string]: {
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
+ touch?: {
716
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
717
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
718
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
719
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
720
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
721
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
722
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
723
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
724
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
725
+ } | undefined;
726
+ } | undefined;
727
+ isVisible?: string | boolean | undefined;
728
+ dark?: boolean | undefined;
729
+ light?: boolean | undefined;
730
+ theme?: string | undefined;
731
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
732
+ name: string;
733
+ parent?: {
734
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
735
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
736
+ allowDuplicate: boolean;
737
+ autofocus: boolean;
738
+ children: {
739
+ [x: string]: any;
740
+ allowDuplicate?: boolean | undefined;
741
+ autofocus?: boolean | undefined;
742
+ children?: any[] | undefined;
743
+ componentId?: number | undefined;
744
+ cssClass?: string | undefined;
745
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
746
+ events?: {
747
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
748
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
749
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
750
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
751
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
752
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
753
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
754
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
755
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
756
+ } | undefined;
757
+ directives?: {
758
+ [x: string]: {
759
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
760
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
761
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
762
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
763
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
764
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
765
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
766
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
767
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
768
+ } | undefined;
769
+ touch?: {
770
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
771
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
772
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
773
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
774
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
775
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
776
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
777
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
778
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
779
+ } | undefined;
780
+ } | undefined;
781
+ isVisible?: string | boolean | undefined;
782
+ dark?: boolean | undefined;
783
+ light?: boolean | undefined;
784
+ theme?: string | undefined;
785
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
786
+ name: string;
787
+ parent?: any | undefined;
788
+ tabStop?: boolean | undefined;
789
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
790
+ fillHeight?: boolean | undefined;
791
+ }[];
792
+ componentId: number;
793
+ cssClass: string;
794
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
795
+ events: {
796
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
797
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
798
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
799
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
800
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
801
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
802
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
803
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
804
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
805
+ };
806
+ directives: {
807
+ [x: string]: {
808
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
809
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
810
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
811
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
812
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
813
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
814
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
815
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
816
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
817
+ } | undefined;
818
+ touch?: {
819
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
820
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
821
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
822
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
823
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
824
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
825
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
826
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
827
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
828
+ } | undefined;
829
+ };
830
+ isVisible: string | boolean;
831
+ dark: boolean;
832
+ light: boolean;
833
+ theme?: string | undefined;
834
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
835
+ name: string;
836
+ parent?: any | undefined;
837
+ tabStop: boolean;
838
+ userProperties: import("@zeedhi/core").IDictionary<any>;
839
+ fillHeight: boolean;
840
+ } | undefined;
841
+ tabStop?: boolean | undefined;
842
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
843
+ fillHeight?: boolean | undefined;
844
+ }[];
845
+ componentMetadata: {
846
+ [x: string]: any;
847
+ children?: any[] | undefined;
848
+ component: string;
849
+ allowDuplicate?: boolean | undefined;
850
+ autofocus?: boolean | undefined;
851
+ componentId?: number | undefined;
852
+ cssClass?: string | undefined;
853
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
854
+ events?: {
855
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
856
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
857
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
858
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
859
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
860
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
861
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
862
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
863
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
864
+ } | undefined;
865
+ directives?: {
866
+ [x: string]: {
867
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
868
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
869
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
870
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
871
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
872
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
873
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
874
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
875
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
876
+ } | undefined;
877
+ touch?: {
878
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
879
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
880
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
881
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
882
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
883
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
884
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
885
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
886
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
887
+ } | undefined;
888
+ } | undefined;
889
+ isVisible?: string | boolean | undefined;
890
+ dark?: boolean | undefined;
891
+ light?: boolean | undefined;
892
+ theme?: string | undefined;
893
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
894
+ name: string;
895
+ parent?: {
896
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
897
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
898
+ allowDuplicate: boolean;
899
+ autofocus: boolean;
900
+ children: {
901
+ [x: string]: any;
902
+ allowDuplicate?: boolean | undefined;
903
+ autofocus?: boolean | undefined;
904
+ children?: any[] | undefined;
905
+ componentId?: number | undefined;
906
+ cssClass?: string | undefined;
907
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
908
+ events?: {
909
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
910
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
911
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
912
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
913
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
914
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
915
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
916
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
917
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
918
+ } | undefined;
919
+ directives?: {
920
+ [x: string]: {
921
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
922
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
923
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
924
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
925
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
926
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
927
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
928
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
929
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
930
+ } | undefined;
931
+ touch?: {
932
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
933
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
934
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
935
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
936
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
937
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
938
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
939
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
940
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
941
+ } | undefined;
942
+ } | undefined;
943
+ isVisible?: string | boolean | undefined;
944
+ dark?: boolean | undefined;
945
+ light?: boolean | undefined;
946
+ theme?: string | undefined;
947
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
948
+ name: string;
949
+ parent?: any | undefined;
950
+ tabStop?: boolean | undefined;
951
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
952
+ fillHeight?: boolean | undefined;
953
+ }[];
954
+ componentId: number;
955
+ cssClass: string;
956
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
957
+ events: {
958
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
959
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
960
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
961
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
962
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
963
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
964
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
965
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
966
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
967
+ };
968
+ directives: {
969
+ [x: string]: {
970
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
971
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
972
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
973
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
974
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
975
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
976
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
977
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
978
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
979
+ } | undefined;
980
+ touch?: {
981
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
982
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
983
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
984
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
985
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
986
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
987
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
988
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
989
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
990
+ } | undefined;
991
+ };
992
+ isVisible: string | boolean;
993
+ dark: boolean;
994
+ light: boolean;
995
+ theme?: string | undefined;
996
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
997
+ name: string;
998
+ parent?: any | undefined;
999
+ tabStop: boolean;
1000
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1001
+ fillHeight: boolean;
1002
+ } | undefined;
1003
+ tabStop?: boolean | undefined;
1004
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1005
+ fillHeight?: boolean | undefined;
1006
+ };
1007
+ rowPropName: string;
1008
+ noDataSlot: {
1009
+ [x: string]: any;
1010
+ children?: any[] | undefined;
1011
+ component: string;
1012
+ allowDuplicate?: boolean | undefined;
1013
+ autofocus?: boolean | undefined;
1014
+ componentId?: number | undefined;
1015
+ cssClass?: string | undefined;
1016
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1017
+ events?: {
1018
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1019
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1020
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1021
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1022
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1023
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1024
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1025
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1026
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1027
+ } | undefined;
1028
+ directives?: {
1029
+ [x: string]: {
1030
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1031
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1032
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1033
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1034
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1035
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1036
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1037
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1038
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1039
+ } | undefined;
1040
+ touch?: {
1041
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1042
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1043
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1044
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1045
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1046
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1047
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1048
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1049
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1050
+ } | undefined;
1051
+ } | undefined;
1052
+ isVisible?: string | boolean | undefined;
1053
+ dark?: boolean | undefined;
1054
+ light?: boolean | undefined;
1055
+ theme?: string | undefined;
1056
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1057
+ name: string;
1058
+ parent?: {
1059
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1060
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1061
+ allowDuplicate: boolean;
1062
+ autofocus: boolean;
1063
+ children: {
1064
+ [x: string]: any;
1065
+ allowDuplicate?: boolean | undefined;
1066
+ autofocus?: boolean | undefined;
1067
+ children?: any[] | undefined;
1068
+ componentId?: number | undefined;
1069
+ cssClass?: string | undefined;
1070
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1071
+ events?: {
1072
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1073
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1074
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1075
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1076
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1077
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1078
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1079
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1080
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1081
+ } | undefined;
1082
+ directives?: {
1083
+ [x: string]: {
1084
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1085
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1086
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1087
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1088
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1089
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1090
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1091
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1092
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1093
+ } | undefined;
1094
+ touch?: {
1095
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1096
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1097
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1098
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1099
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1100
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1101
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1102
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1103
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1104
+ } | undefined;
1105
+ } | undefined;
1106
+ isVisible?: string | boolean | undefined;
1107
+ dark?: boolean | undefined;
1108
+ light?: boolean | undefined;
1109
+ theme?: string | undefined;
1110
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1111
+ name: string;
1112
+ parent?: any | undefined;
1113
+ tabStop?: boolean | undefined;
1114
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1115
+ fillHeight?: boolean | undefined;
1116
+ }[];
1117
+ componentId: number;
1118
+ cssClass: string;
1119
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1120
+ events: {
1121
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1122
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1123
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1124
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1125
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1126
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1127
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1128
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1129
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1130
+ };
1131
+ directives: {
1132
+ [x: string]: {
1133
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1134
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1135
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1136
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1137
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1138
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1139
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1140
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1141
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1142
+ } | undefined;
1143
+ touch?: {
1144
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1145
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1146
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1147
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1148
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1149
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1150
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1151
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1152
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1153
+ } | undefined;
1154
+ };
1155
+ isVisible: string | boolean;
1156
+ dark: boolean;
1157
+ light: boolean;
1158
+ theme?: string | undefined;
1159
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1160
+ name: string;
1161
+ parent?: any | undefined;
1162
+ tabStop: boolean;
1163
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1164
+ fillHeight: boolean;
1165
+ } | undefined;
1166
+ tabStop?: boolean | undefined;
1167
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1168
+ fillHeight?: boolean | undefined;
1169
+ }[];
1170
+ noResultSlot: {
1171
+ [x: string]: any;
1172
+ children?: any[] | undefined;
1173
+ component: string;
1174
+ allowDuplicate?: boolean | undefined;
1175
+ autofocus?: boolean | undefined;
1176
+ componentId?: number | undefined;
1177
+ cssClass?: string | undefined;
1178
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1179
+ events?: {
1180
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1181
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1182
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1183
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1184
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1185
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1186
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1187
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1188
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1189
+ } | undefined;
1190
+ directives?: {
1191
+ [x: string]: {
1192
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1193
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1194
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1195
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1196
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1197
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1198
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1199
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1200
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1201
+ } | undefined;
1202
+ touch?: {
1203
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1204
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1205
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1206
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1207
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1208
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1209
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1210
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1211
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1212
+ } | undefined;
1213
+ } | undefined;
1214
+ isVisible?: string | boolean | undefined;
1215
+ dark?: boolean | undefined;
1216
+ light?: boolean | undefined;
1217
+ theme?: string | undefined;
1218
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1219
+ name: string;
1220
+ parent?: {
1221
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1222
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1223
+ allowDuplicate: boolean;
1224
+ autofocus: boolean;
1225
+ children: {
1226
+ [x: string]: any;
1227
+ allowDuplicate?: boolean | undefined;
1228
+ autofocus?: boolean | undefined;
1229
+ children?: any[] | undefined;
1230
+ componentId?: number | undefined;
1231
+ cssClass?: string | undefined;
1232
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1233
+ events?: {
1234
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1235
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1236
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1237
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1238
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1239
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1240
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1241
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1242
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1243
+ } | undefined;
1244
+ directives?: {
1245
+ [x: string]: {
1246
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1247
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1248
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1249
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1250
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1251
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1252
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1253
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1254
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1255
+ } | undefined;
1256
+ touch?: {
1257
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1258
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1259
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1260
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1261
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1262
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1263
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1264
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1265
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1266
+ } | undefined;
1267
+ } | undefined;
1268
+ isVisible?: string | boolean | undefined;
1269
+ dark?: boolean | undefined;
1270
+ light?: boolean | undefined;
1271
+ theme?: string | undefined;
1272
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1273
+ name: string;
1274
+ parent?: any | undefined;
1275
+ tabStop?: boolean | undefined;
1276
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1277
+ fillHeight?: boolean | undefined;
1278
+ }[];
1279
+ componentId: number;
1280
+ cssClass: string;
1281
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1282
+ events: {
1283
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1284
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1285
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1286
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1287
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1288
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1289
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1290
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1291
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1292
+ };
1293
+ directives: {
1294
+ [x: string]: {
1295
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1296
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1297
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1298
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1299
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1300
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1301
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1302
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1303
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1304
+ } | undefined;
1305
+ touch?: {
1306
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1307
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1308
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1309
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1310
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1311
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1312
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1313
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1314
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1315
+ } | undefined;
1316
+ };
1317
+ isVisible: string | boolean;
1318
+ dark: boolean;
1319
+ light: boolean;
1320
+ theme?: string | undefined;
1321
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1322
+ name: string;
1323
+ parent?: any | undefined;
1324
+ tabStop: boolean;
1325
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1326
+ fillHeight: boolean;
1327
+ } | undefined;
1328
+ tabStop?: boolean | undefined;
1329
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1330
+ fillHeight?: boolean | undefined;
1331
+ }[];
1332
+ height: string | number;
1333
+ minHeight: string | number;
1334
+ maxHeight: string | number;
1335
+ fillHeight: boolean;
1336
+ width: string | number;
1337
+ minWidth: string | number;
1338
+ maxWidth: string | number;
1339
+ errorSlot: {
1340
+ [x: string]: any;
1341
+ children?: any[] | undefined;
1342
+ component: string;
1343
+ allowDuplicate?: boolean | undefined;
1344
+ autofocus?: boolean | undefined;
1345
+ componentId?: number | undefined;
1346
+ cssClass?: string | undefined;
1347
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1348
+ events?: {
1349
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1350
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1351
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1352
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1353
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1354
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1355
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1356
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1357
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1358
+ } | undefined;
1359
+ directives?: {
1360
+ [x: string]: {
1361
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1362
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1363
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1364
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1365
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1366
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1367
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1368
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1369
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1370
+ } | undefined;
1371
+ touch?: {
1372
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1373
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1374
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1375
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1376
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1377
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1378
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1379
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1380
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1381
+ } | undefined;
1382
+ } | undefined;
1383
+ isVisible?: string | boolean | undefined;
1384
+ dark?: boolean | undefined;
1385
+ light?: boolean | undefined;
1386
+ theme?: string | undefined;
1387
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1388
+ name: string;
1389
+ parent?: {
1390
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1391
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1392
+ allowDuplicate: boolean;
1393
+ autofocus: boolean;
1394
+ children: {
1395
+ [x: string]: any;
1396
+ allowDuplicate?: boolean | undefined;
1397
+ autofocus?: boolean | undefined;
1398
+ children?: any[] | undefined;
1399
+ componentId?: number | undefined;
1400
+ cssClass?: string | undefined;
1401
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1402
+ events?: {
1403
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1404
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1405
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1406
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1407
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1408
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1409
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1410
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1411
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1412
+ } | undefined;
1413
+ directives?: {
1414
+ [x: string]: {
1415
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1416
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1417
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1418
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1419
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1420
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1421
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1422
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1423
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1424
+ } | undefined;
1425
+ touch?: {
1426
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1427
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1428
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1429
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1430
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1431
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1432
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1433
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1434
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1435
+ } | undefined;
1436
+ } | undefined;
1437
+ isVisible?: string | boolean | undefined;
1438
+ dark?: boolean | undefined;
1439
+ light?: boolean | undefined;
1440
+ theme?: string | undefined;
1441
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1442
+ name: string;
1443
+ parent?: any | undefined;
1444
+ tabStop?: boolean | undefined;
1445
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1446
+ fillHeight?: boolean | undefined;
1447
+ }[];
1448
+ componentId: number;
1449
+ cssClass: string;
1450
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1451
+ events: {
1452
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1453
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1454
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1455
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1456
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1457
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1458
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1459
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1460
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1461
+ };
1462
+ directives: {
1463
+ [x: string]: {
1464
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1465
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1466
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1467
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1468
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1469
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1470
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1471
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1472
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1473
+ } | undefined;
1474
+ touch?: {
1475
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1476
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1477
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1478
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1479
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1480
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1481
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1482
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1483
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1484
+ } | undefined;
1485
+ };
1486
+ isVisible: string | boolean;
1487
+ dark: boolean;
1488
+ light: boolean;
1489
+ theme?: string | undefined;
1490
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1491
+ name: string;
1492
+ parent?: any | undefined;
1493
+ tabStop: boolean;
1494
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1495
+ fillHeight: boolean;
1496
+ } | undefined;
1497
+ tabStop?: boolean | undefined;
1498
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1499
+ fillHeight?: boolean | undefined;
1500
+ }[];
1501
+ getComponentMetadata: (row: import("@zeedhi/core").IDictionary<any>) => any;
1502
+ createColumn: (column: import("@zeedhi/common").IColumn) => import("@zeedhi/common").Column;
1503
+ datasource: {
1504
+ data: import("@zeedhi/core").IDictionary<any>[];
1505
+ defaultLimit: number;
1506
+ filter: import("@zeedhi/core").IDictionary<any>;
1507
+ loadAll: boolean;
1508
+ loading: boolean;
1509
+ order: string[];
1510
+ page: number;
1511
+ search: string;
1512
+ searchIn: string[];
1513
+ selectedRows: import("@zeedhi/core").IDictionary<any>[];
1514
+ uniqueKey: string;
1515
+ visibleSelectedRows: import("@zeedhi/core").IDictionary<any>[];
1516
+ watchUrl: boolean;
1517
+ error: any;
1518
+ events: {
1519
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1520
+ onChangeCurrentRow?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
1521
+ onChangePagination?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
1522
+ };
1523
+ initialize: () => void | Promise<void>;
1524
+ destroy: () => void;
1525
+ currentRow: import("@zeedhi/core").IDictionary<any>;
1526
+ limit: number;
1527
+ total: number;
1528
+ urlHasChanged: () => boolean;
1529
+ get: () => Promise<any>;
1530
+ post: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
1531
+ put: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
1532
+ delete: (row?: import("@zeedhi/core").IDictionary<any> | undefined) => Promise<any>;
1533
+ updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
1534
+ getLoadedData: () => import("@zeedhi/core").IDictionary<any>[];
1535
+ setSearch: (search: string) => Promise<any>;
1536
+ addFilter: (column: string, value: any) => Promise<any>;
1537
+ removeFilter: (column: string) => Promise<any>;
1538
+ setFilter: (filter: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
1539
+ clearFilter: () => Promise<any>;
1540
+ setLimit: (limit: number, replaceUrl?: boolean | undefined) => Promise<any>;
1541
+ setPage: (page: number, replaceUrl?: boolean | undefined) => Promise<any>;
1542
+ addOrder: (column: string, value: import("@zeedhi/core").Order) => Promise<any>;
1543
+ removeOrder: (column: string) => Promise<any>;
1544
+ setOrder: (order: string[]) => Promise<any>;
1545
+ clearOrder: () => Promise<any>;
1546
+ getOrderByColumn: (column: string) => import("@zeedhi/core").Order | null;
1547
+ selectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
1548
+ deselectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
1549
+ updateSelectedPage: () => Promise<any> | import("@zeedhi/core").IDictionary<any>[];
1550
+ clone: () => import("@zeedhi/core").IDatasource;
1551
+ registerGetCallback: (callback: import("@zeedhi/core").Callback) => void;
1552
+ hasFilter: (columnName: string) => boolean;
1553
+ };
1554
+ columns: {
1555
+ align: import("@zeedhi/common").ColumnAlign;
1556
+ label: string;
1557
+ width?: string | undefined;
1558
+ maxWidth?: string | undefined;
1559
+ minWidth?: string | undefined;
1560
+ mask: string;
1561
+ type?: "action" | undefined;
1562
+ actionFixed: boolean;
1563
+ fixed: boolean;
1564
+ sortable: boolean;
1565
+ loading: boolean;
1566
+ componentProps: any;
1567
+ style: import("@zeedhi/core").IDictionary<any>;
1568
+ xlsType: string;
1569
+ lookupData: any;
1570
+ lookupDataCount: number;
1571
+ overflow: string | number;
1572
+ conditions: import("@zeedhi/core").IDictionary<any>;
1573
+ helperText: string;
1574
+ storeData: boolean;
1575
+ setViewGetWidth: (viewGetWidth: () => number) => void;
1576
+ setLookupDataFilter: (filter: import("@zeedhi/core").IDictionary<any>) => void;
1577
+ getWidth: () => number;
1578
+ formatterByRow: (row: import("@zeedhi/core").IDictionary<any>, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
1579
+ formatter: (value: any, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
1580
+ getLookupData: (lookupColumn: string, value: any) => any;
1581
+ initialize: () => void;
1582
+ clearLookupData: () => void;
1583
+ onBeforeDestroy: () => void;
1584
+ allowDuplicate: boolean;
1585
+ autofocus: boolean;
1586
+ children: {
1587
+ [x: string]: any;
1588
+ allowDuplicate?: boolean | undefined;
1589
+ autofocus?: boolean | undefined;
1590
+ children?: any[] | undefined;
1591
+ componentId?: number | undefined;
1592
+ cssClass?: string | undefined;
1593
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1594
+ events?: {
1595
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1596
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1597
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1598
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1599
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1600
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1601
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1602
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1603
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1604
+ } | undefined;
1605
+ directives?: {
1606
+ [x: string]: {
1607
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1608
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1609
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1610
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1611
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1612
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1613
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1614
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1615
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1616
+ } | undefined;
1617
+ touch?: {
1618
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1619
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1620
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1621
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1622
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1623
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1624
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1625
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1626
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1627
+ } | undefined;
1628
+ } | undefined;
1629
+ isVisible?: string | boolean | undefined;
1630
+ dark?: boolean | undefined;
1631
+ light?: boolean | undefined;
1632
+ theme?: string | undefined;
1633
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1634
+ name: string;
1635
+ parent?: any | undefined;
1636
+ tabStop?: boolean | undefined;
1637
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1638
+ fillHeight?: boolean | undefined;
1639
+ }[];
1640
+ childrenInstances: any[];
1641
+ cssClass: string;
1642
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
1643
+ directives: {
1644
+ [x: string]: {
1645
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1646
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1647
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1648
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1649
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1650
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1651
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1652
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1653
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1654
+ } | undefined;
1655
+ touch?: {
1656
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1657
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1658
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1659
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1660
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1661
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1662
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1663
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1664
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1665
+ } | undefined;
1666
+ };
1667
+ events: {
1668
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1669
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1670
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1671
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1672
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1673
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1674
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1675
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1676
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1677
+ };
1678
+ isVisible: boolean;
1679
+ name: string;
1680
+ dark: boolean;
1681
+ light: boolean;
1682
+ theme?: string | undefined;
1683
+ fillHeight: boolean;
1684
+ parent?: {
1685
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1686
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1687
+ allowDuplicate: boolean;
1688
+ autofocus: boolean;
1689
+ children: {
1690
+ [x: string]: any;
1691
+ allowDuplicate?: boolean | undefined;
1692
+ autofocus?: boolean | undefined;
1693
+ children?: any[] | undefined;
1694
+ componentId?: number | undefined;
1695
+ cssClass?: string | undefined;
1696
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1697
+ events?: {
1698
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1699
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1700
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1701
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1702
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1703
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1704
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1705
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1706
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1707
+ } | undefined;
1708
+ directives?: {
1709
+ [x: string]: {
1710
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1711
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1712
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1713
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1714
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1715
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1716
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1717
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1718
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1719
+ } | undefined;
1720
+ touch?: {
1721
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1722
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1723
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1724
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1725
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1726
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1727
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1728
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1729
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1730
+ } | undefined;
1731
+ } | undefined;
1732
+ isVisible?: string | boolean | undefined;
1733
+ dark?: boolean | undefined;
1734
+ light?: boolean | undefined;
1735
+ theme?: string | undefined;
1736
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1737
+ name: string;
1738
+ parent?: any | undefined;
1739
+ tabStop?: boolean | undefined;
1740
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1741
+ fillHeight?: boolean | undefined;
1742
+ }[];
1743
+ componentId: number;
1744
+ cssClass: string;
1745
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1746
+ events: {
1747
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1748
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1749
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1750
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1751
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1752
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1753
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1754
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1755
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1756
+ };
1757
+ directives: {
1758
+ [x: string]: {
1759
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1760
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1761
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1762
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1763
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1764
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1765
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1766
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1767
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1768
+ } | undefined;
1769
+ touch?: {
1770
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1771
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1772
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1773
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1774
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1775
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1776
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1777
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1778
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1779
+ } | undefined;
1780
+ };
1781
+ isVisible: string | boolean;
1782
+ dark: boolean;
1783
+ light: boolean;
1784
+ theme?: string | undefined;
1785
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1786
+ name: string;
1787
+ parent?: any | undefined;
1788
+ tabStop: boolean;
1789
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1790
+ fillHeight: boolean;
1791
+ } | undefined;
1792
+ componentId: number;
1793
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1794
+ isFocused: boolean;
1795
+ tabStop: boolean;
1796
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1797
+ setViewFocus: (viewFocus: () => void) => void;
1798
+ setFocus: () => void;
1799
+ callEvent: (eventName: string, args: any) => boolean;
1800
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
1801
+ removeChild: (name: string) => void;
1802
+ getChildInstance: <T_1>(name: string) => T_1;
1803
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1804
+ onCreated: () => void;
1805
+ onBeforeMount: () => void;
1806
+ onMounted: (element: any) => void;
1807
+ onDestroyed: () => void;
1808
+ click: (event?: Event | undefined, element?: any) => void;
1809
+ focus: (event: Event, element: any) => void;
1810
+ blur: (event: Event, element: any) => void;
1811
+ mouseenter: (event?: Event | undefined, element?: any) => void;
1812
+ mouseleave: (event?: Event | undefined, element?: any) => void;
1813
+ mouseout: (event?: Event | undefined, element?: any) => void;
1814
+ mouseover: (event?: Event | undefined, element?: any) => void;
1815
+ }[];
1816
+ pageSizes: string[];
1817
+ events: {
1818
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1819
+ changeLayout?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1820
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1821
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1822
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1823
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1824
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1825
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1826
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1827
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1828
+ };
1829
+ virtualScroll: boolean;
1830
+ virtualScrollCache: number;
1831
+ searchVisibleOnly: boolean;
1832
+ defaultSearchVisibleOnly: boolean;
1833
+ updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
1834
+ getAppliedConditions: (args: {
1835
+ row: import("@zeedhi/core").IDictionary<any>;
1836
+ column: import("@zeedhi/common").Column;
1837
+ path?: string | undefined;
1838
+ }) => Partial<IComponentRender>;
1839
+ getCurrentRowIndex: () => number;
1840
+ getPage: () => number;
1841
+ setPage: (page: number) => Promise<any>;
1842
+ getLastPage: () => number;
1843
+ onCreated: () => void;
1844
+ getColumn: (name: string) => import("@zeedhi/common").Column;
1845
+ readonly pageText: string;
1846
+ readonly paginationLength: number;
1847
+ getCellWithAppliedConditions: (columns: import("@zeedhi/common").Column[], row: import("@zeedhi/core").IDictionary<any>) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
1848
+ reapplyConditions: (row: import("@zeedhi/core").IDictionary<any>, columns?: import("@zeedhi/common").Column[] | undefined) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
1849
+ reload: () => Promise<any>;
1850
+ changeData: (data: import("@zeedhi/core").IDictionary<any>[]) => void;
1851
+ onBeforeDestroy: () => void;
1852
+ changeLayout: (event?: Event | undefined, element?: any) => void;
1853
+ setSearch: (search: string) => Promise<any>;
1854
+ setCurrentRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
1855
+ setOrder: (order: string[]) => Promise<any>;
1856
+ getRowKey: (row: import("@zeedhi/core").IDictionary<any>) => any;
1857
+ delete: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
1858
+ getData: () => import("@zeedhi/core").IDictionary<any>[];
1859
+ findRow: (key: string | number) => import("@zeedhi/core").IDictionary<any> | undefined;
1860
+ children: {
1861
+ [x: string]: any;
1862
+ children?: any[] | undefined;
1863
+ component: string;
1864
+ allowDuplicate?: boolean | undefined;
1865
+ autofocus?: boolean | undefined;
1866
+ componentId?: number | undefined;
1867
+ cssClass?: string | undefined;
1868
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1869
+ events?: {
1870
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1871
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1872
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1873
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1874
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1875
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1876
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1877
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1878
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1879
+ } | undefined;
1880
+ directives?: {
1881
+ [x: string]: {
1882
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1883
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1884
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1885
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1886
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1887
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1888
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1889
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1890
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1891
+ } | undefined;
1892
+ touch?: {
1893
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1894
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1895
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1896
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1897
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1898
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1899
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1900
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1901
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1902
+ } | undefined;
1903
+ } | undefined;
1904
+ isVisible?: string | boolean | undefined;
1905
+ dark?: boolean | undefined;
1906
+ light?: boolean | undefined;
1907
+ theme?: string | undefined;
1908
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1909
+ name: string;
1910
+ parent?: {
1911
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1912
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1913
+ allowDuplicate: boolean;
1914
+ autofocus: boolean;
1915
+ children: {
1916
+ [x: string]: any;
1917
+ allowDuplicate?: boolean | undefined;
1918
+ autofocus?: boolean | undefined;
1919
+ children?: any[] | undefined;
1920
+ componentId?: number | undefined;
1921
+ cssClass?: string | undefined;
1922
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1923
+ events?: {
1924
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1925
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1926
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1927
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1928
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1929
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1930
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1931
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1932
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1933
+ } | undefined;
1934
+ directives?: {
1935
+ [x: string]: {
1936
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1937
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1938
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1939
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1940
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1941
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1942
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1943
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1944
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1945
+ } | undefined;
1946
+ touch?: {
1947
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1948
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1949
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1950
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1951
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1952
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1953
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1954
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1955
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1956
+ } | undefined;
1957
+ } | undefined;
1958
+ isVisible?: string | boolean | undefined;
1959
+ dark?: boolean | undefined;
1960
+ light?: boolean | undefined;
1961
+ theme?: string | undefined;
1962
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1963
+ name: string;
1964
+ parent?: any | undefined;
1965
+ tabStop?: boolean | undefined;
1966
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1967
+ fillHeight?: boolean | undefined;
1968
+ }[];
1969
+ componentId: number;
1970
+ cssClass: string;
1971
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1972
+ events: {
1973
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1974
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1975
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1976
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1977
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1978
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1979
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1980
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1981
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1982
+ };
1983
+ directives: {
1984
+ [x: string]: {
1985
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1986
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1987
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1988
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1989
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1990
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1991
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1992
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1993
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1994
+ } | undefined;
1995
+ touch?: {
1996
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1997
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1998
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1999
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2000
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2001
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2002
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2003
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2004
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2005
+ } | undefined;
2006
+ };
2007
+ isVisible: string | boolean;
2008
+ dark: boolean;
2009
+ light: boolean;
2010
+ theme?: string | undefined;
2011
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
2012
+ name: string;
2013
+ parent?: any | undefined;
2014
+ tabStop: boolean;
2015
+ userProperties: import("@zeedhi/core").IDictionary<any>;
2016
+ fillHeight: boolean;
2017
+ } | undefined;
2018
+ tabStop?: boolean | undefined;
2019
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
2020
+ fillHeight?: boolean | undefined;
2021
+ }[];
2022
+ component: string;
2023
+ allowDuplicate: boolean;
2024
+ autofocus: boolean;
2025
+ childrenInstances: any[];
2026
+ cssClass: string;
2027
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
2028
+ directives: {
2029
+ [x: string]: {
2030
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2031
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2032
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2033
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2034
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2035
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2036
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2037
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2038
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2039
+ } | undefined;
2040
+ touch?: {
2041
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2042
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2043
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2044
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2045
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2046
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2047
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2048
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2049
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2050
+ } | undefined;
2051
+ };
2052
+ isVisible: boolean;
2053
+ name: string;
2054
+ dark: boolean;
2055
+ light: boolean;
2056
+ theme?: string | undefined;
2057
+ parent?: {
2058
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
2059
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
2060
+ allowDuplicate: boolean;
2061
+ autofocus: boolean;
2062
+ children: {
2063
+ [x: string]: any;
2064
+ allowDuplicate?: boolean | undefined;
2065
+ autofocus?: boolean | undefined;
2066
+ children?: any[] | undefined;
2067
+ componentId?: number | undefined;
2068
+ cssClass?: string | undefined;
2069
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
2070
+ events?: {
2071
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2072
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2073
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2074
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2075
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2076
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2077
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2078
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2079
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2080
+ } | undefined;
2081
+ directives?: {
2082
+ [x: string]: {
2083
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2084
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2085
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2086
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2087
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2088
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2089
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2090
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2091
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2092
+ } | undefined;
2093
+ touch?: {
2094
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2095
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2096
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2097
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2098
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2099
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2100
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2101
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2102
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2103
+ } | undefined;
2104
+ } | undefined;
2105
+ isVisible?: string | boolean | undefined;
2106
+ dark?: boolean | undefined;
2107
+ light?: boolean | undefined;
2108
+ theme?: string | undefined;
2109
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
2110
+ name: string;
2111
+ parent?: any | undefined;
2112
+ tabStop?: boolean | undefined;
2113
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
2114
+ fillHeight?: boolean | undefined;
2115
+ }[];
2116
+ componentId: number;
2117
+ cssClass: string;
2118
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
2119
+ events: {
2120
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2121
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2122
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2123
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2124
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2125
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2126
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2127
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2128
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2129
+ };
2130
+ directives: {
2131
+ [x: string]: {
2132
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2133
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2134
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2135
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2136
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2137
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2138
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2139
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2140
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2141
+ } | undefined;
2142
+ touch?: {
2143
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
2144
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2145
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2146
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2147
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2148
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2149
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2150
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2151
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
2152
+ } | undefined;
2153
+ };
2154
+ isVisible: string | boolean;
2155
+ dark: boolean;
2156
+ light: boolean;
2157
+ theme?: string | undefined;
2158
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
2159
+ name: string;
2160
+ parent?: any | undefined;
2161
+ tabStop: boolean;
2162
+ userProperties: import("@zeedhi/core").IDictionary<any>;
2163
+ fillHeight: boolean;
2164
+ } | undefined;
2165
+ componentId: number;
2166
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
2167
+ isFocused: boolean;
2168
+ tabStop: boolean;
2169
+ userProperties: import("@zeedhi/core").IDictionary<any>;
2170
+ setViewFocus: (viewFocus: () => void) => void;
2171
+ setFocus: () => void;
2172
+ callEvent: (eventName: string, args: any) => boolean;
2173
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
2174
+ removeChild: (name: string) => void;
2175
+ getChildInstance: <T_1>(name: string) => T_1;
2176
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
2177
+ onBeforeMount: () => void;
2178
+ onMounted: (element: any) => void;
2179
+ onDestroyed: () => void;
2180
+ click: (event?: Event | undefined, element?: any) => void;
2181
+ focus: (event: Event, element: any) => void;
2182
+ blur: (event: Event, element: any) => void;
2183
+ mouseenter: (event?: Event | undefined, element?: any) => void;
2184
+ mouseleave: (event?: Event | undefined, element?: any) => void;
2185
+ mouseout: (event?: Event | undefined, element?: any) => void;
2186
+ mouseover: (event?: Event | undefined, element?: any) => void;
2187
+ };
2188
+ 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>>;
2189
+ click: (event: Event) => void;
2190
+ focus: (event: Event) => void;
2191
+ blur: (event: Event) => void;
2192
+ mouseenter: (event: Event) => void;
2193
+ mouseleave: (event: Event) => void;
2194
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2195
+ footerSlot: {
2196
+ type: {
2197
+ (arrayLength: number): IComponentRender[];
2198
+ (...items: IComponentRender[]): IComponentRender[];
2199
+ new (arrayLength: number): IComponentRender[];
2200
+ new (...items: IComponentRender[]): IComponentRender[];
2201
+ isArray(arg: any): arg is any[];
2202
+ readonly prototype: any[];
2203
+ from<T>(arrayLike: ArrayLike<T>): T[];
2204
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2205
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2206
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2207
+ of<T_4>(...items: T_4[]): T_4[];
2208
+ readonly [Symbol.species]: ArrayConstructor;
2209
+ };
2210
+ default(): never[];
2211
+ };
2212
+ toolbarSlot: {
2213
+ type: {
2214
+ (arrayLength: number): IComponentRender[];
2215
+ (...items: IComponentRender[]): IComponentRender[];
2216
+ new (arrayLength: number): IComponentRender[];
2217
+ new (...items: IComponentRender[]): IComponentRender[];
2218
+ isArray(arg: any): arg is any[];
2219
+ readonly prototype: any[];
2220
+ from<T>(arrayLike: ArrayLike<T>): T[];
2221
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2222
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2223
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2224
+ of<T_4>(...items: T_4[]): T_4[];
2225
+ readonly [Symbol.species]: ArrayConstructor;
2226
+ };
2227
+ default(): never[];
2228
+ };
2229
+ componentMetadata: {
2230
+ type: (StringConstructor | ObjectConstructor)[];
2231
+ };
2232
+ rowPropName: {
2233
+ type: StringConstructor;
2234
+ default: string;
2235
+ };
2236
+ errorSlot: {
2237
+ type: {
2238
+ (arrayLength: number): IComponentRender[];
2239
+ (...items: IComponentRender[]): IComponentRender[];
2240
+ new (arrayLength: number): IComponentRender[];
2241
+ new (...items: IComponentRender[]): IComponentRender[];
2242
+ isArray(arg: any): arg is any[];
2243
+ readonly prototype: any[];
2244
+ from<T>(arrayLike: ArrayLike<T>): T[];
2245
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2246
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2247
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2248
+ of<T_4>(...items: T_4[]): T_4[];
2249
+ readonly [Symbol.species]: ArrayConstructor;
2250
+ };
2251
+ default(): never[];
2252
+ };
2253
+ noDataSlot: {
2254
+ type: {
2255
+ (arrayLength: number): IComponentRender[];
2256
+ (...items: IComponentRender[]): IComponentRender[];
2257
+ new (arrayLength: number): IComponentRender[];
2258
+ new (...items: IComponentRender[]): IComponentRender[];
2259
+ isArray(arg: any): arg is any[];
2260
+ readonly prototype: any[];
2261
+ from<T>(arrayLike: ArrayLike<T>): T[];
2262
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2263
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2264
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2265
+ of<T_4>(...items: T_4[]): T_4[];
2266
+ readonly [Symbol.species]: ArrayConstructor;
2267
+ };
2268
+ default: () => {
2269
+ name: string;
2270
+ component: string;
2271
+ cssClass: string;
2272
+ text: string;
2273
+ }[];
2274
+ };
2275
+ noResultSlot: {
2276
+ type: {
2277
+ (arrayLength: number): IComponentRender[];
2278
+ (...items: IComponentRender[]): IComponentRender[];
2279
+ new (arrayLength: number): IComponentRender[];
2280
+ new (...items: IComponentRender[]): IComponentRender[];
2281
+ isArray(arg: any): arg is any[];
2282
+ readonly prototype: any[];
2283
+ from<T>(arrayLike: ArrayLike<T>): T[];
2284
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2285
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2286
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2287
+ of<T_4>(...items: T_4[]): T_4[];
2288
+ readonly [Symbol.species]: ArrayConstructor;
2289
+ };
2290
+ default: () => {
2291
+ name: string;
2292
+ component: string;
2293
+ cssClass: string;
2294
+ text: string;
2295
+ }[];
2296
+ };
2297
+ height: {
2298
+ type: (StringConstructor | NumberConstructor)[];
2299
+ default: string;
2300
+ };
2301
+ minHeight: {
2302
+ type: (StringConstructor | NumberConstructor)[];
2303
+ default: string;
2304
+ };
2305
+ maxHeight: {
2306
+ type: (StringConstructor | NumberConstructor)[];
2307
+ default: string;
2308
+ };
2309
+ width: {
2310
+ type: (StringConstructor | NumberConstructor)[];
2311
+ default: string;
2312
+ };
2313
+ minWidth: {
2314
+ type: (StringConstructor | NumberConstructor)[];
2315
+ default: string;
2316
+ };
2317
+ maxWidth: {
2318
+ type: (StringConstructor | NumberConstructor)[];
2319
+ default: string;
2320
+ };
2321
+ fillHeight: {
2322
+ type: (StringConstructor | BooleanConstructor)[];
2323
+ default: boolean;
2324
+ };
2325
+ columns: {
2326
+ type: {
2327
+ (arrayLength: number): import("@zeedhi/common").IColumn[];
2328
+ (...items: import("@zeedhi/common").IColumn[]): import("@zeedhi/common").IColumn[];
2329
+ new (arrayLength: number): import("@zeedhi/common").IColumn[];
2330
+ new (...items: import("@zeedhi/common").IColumn[]): import("@zeedhi/common").IColumn[];
2331
+ isArray(arg: any): arg is any[];
2332
+ readonly prototype: any[];
2333
+ from<T>(arrayLike: ArrayLike<T>): T[];
2334
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2335
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2336
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2337
+ of<T_4>(...items: T_4[]): T_4[];
2338
+ readonly [Symbol.species]: ArrayConstructor;
2339
+ };
2340
+ default(): never[];
2341
+ };
2342
+ datasource: {
2343
+ type: ObjectConstructor;
2344
+ defaut(): {};
2345
+ };
2346
+ pageSizes: {
2347
+ type: (StringConstructor | {
2348
+ (arrayLength: number): string[];
2349
+ (...items: string[]): string[];
2350
+ new (arrayLength: number): string[];
2351
+ new (...items: string[]): string[];
2352
+ isArray(arg: any): arg is any[];
2353
+ readonly prototype: any[];
2354
+ from<T>(arrayLike: ArrayLike<T>): T[];
2355
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2356
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2357
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2358
+ of<T_4>(...items: T_4[]): T_4[];
2359
+ readonly [Symbol.species]: ArrayConstructor;
2360
+ })[];
2361
+ default(): string[];
2362
+ };
2363
+ searchVisibleOnly: {
2364
+ type: (StringConstructor | BooleanConstructor)[];
2365
+ default(): boolean;
2366
+ };
2367
+ virtualScroll: {
2368
+ type: (StringConstructor | BooleanConstructor)[];
2369
+ default: boolean;
2370
+ };
2371
+ virtualScrollCache: {
2372
+ type: (StringConstructor | NumberConstructor)[];
2373
+ default: number;
2374
+ };
2375
+ children: {
2376
+ type: (StringConstructor | {
2377
+ (arrayLength: number): IComponentRender[];
2378
+ (...items: IComponentRender[]): IComponentRender[];
2379
+ new (arrayLength: number): IComponentRender[];
2380
+ new (...items: IComponentRender[]): IComponentRender[];
2381
+ isArray(arg: any): arg is any[];
2382
+ readonly prototype: any[];
2383
+ from<T>(arrayLike: ArrayLike<T>): T[];
2384
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
2385
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
2386
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
2387
+ of<T_4>(...items: T_4[]): T_4[];
2388
+ readonly [Symbol.species]: ArrayConstructor;
2389
+ })[];
2390
+ default(): never[];
2391
+ };
2392
+ component: {
2393
+ type: StringConstructor;
2394
+ };
2395
+ allowDuplicate: {
2396
+ type: (StringConstructor | BooleanConstructor)[];
2397
+ default: boolean;
2398
+ };
2399
+ autofocus: {
2400
+ type: (StringConstructor | BooleanConstructor)[];
2401
+ default: boolean;
2402
+ };
2403
+ cssClass: {
2404
+ type: StringConstructor;
2405
+ default: string;
2406
+ };
2407
+ cssStyle: {
2408
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
2409
+ default: string;
2410
+ };
2411
+ dark: {
2412
+ type: (StringConstructor | BooleanConstructor)[];
2413
+ default: boolean;
2414
+ };
2415
+ directives: {
2416
+ type: ObjectConstructor;
2417
+ default(): {};
2418
+ };
2419
+ events: {
2420
+ type: ObjectConstructor;
2421
+ default(): {};
2422
+ };
2423
+ instanceObject: {
2424
+ type: ObjectConstructor;
2425
+ };
2426
+ isVisible: {
2427
+ type: (StringConstructor | BooleanConstructor)[];
2428
+ default: boolean;
2429
+ };
2430
+ keyMap: {
2431
+ type: ObjectConstructor;
2432
+ default(): {};
2433
+ };
2434
+ light: {
2435
+ type: (StringConstructor | BooleanConstructor)[];
2436
+ default: boolean;
2437
+ };
2438
+ name: {
2439
+ type: StringConstructor;
2440
+ required: true;
2441
+ };
2442
+ parent: {
2443
+ type: ObjectConstructor;
2444
+ };
2445
+ tabStop: {
2446
+ type: (StringConstructor | BooleanConstructor)[];
2447
+ default: boolean;
2448
+ };
2449
+ theme: {
2450
+ type: StringConstructor;
2451
+ };
2452
+ }>> & Readonly<{}>, {
2453
+ allowDuplicate: string | boolean;
2454
+ autofocus: string | boolean;
2455
+ children: string | IComponentRender[];
2456
+ cssClass: string;
2457
+ cssStyle: import("vue").StyleValue;
2458
+ dark: string | boolean;
2459
+ directives: Record<string, any>;
2460
+ events: Record<string, any>;
2461
+ isVisible: string | boolean;
2462
+ keyMap: Record<string, any>;
2463
+ light: string | boolean;
2464
+ tabStop: string | boolean;
2465
+ columns: import("@zeedhi/common").IColumn[];
2466
+ pageSizes: string | string[];
2467
+ searchVisibleOnly: string | boolean;
2468
+ virtualScroll: string | boolean;
2469
+ virtualScrollCache: string | number;
2470
+ footerSlot: IComponentRender[];
2471
+ toolbarSlot: IComponentRender[];
2472
+ rowPropName: string;
2473
+ errorSlot: IComponentRender[];
2474
+ noDataSlot: IComponentRender[];
2475
+ noResultSlot: IComponentRender[];
2476
+ height: string | number;
2477
+ minHeight: string | number;
2478
+ maxHeight: string | number;
2479
+ width: string | number;
2480
+ minWidth: string | number;
2481
+ maxWidth: string | number;
2482
+ fillHeight: string | boolean;
2483
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2484
+ export default iterableComponentRender;