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