@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,1645 @@
1
+ export declare const ZdIterableColumnsButtonProps: {
2
+ iterableComponentName: {
3
+ type: StringConstructor;
4
+ };
5
+ iconName: {
6
+ type: StringConstructor;
7
+ default: string;
8
+ };
9
+ icon: {
10
+ type: (StringConstructor | BooleanConstructor)[];
11
+ default: boolean;
12
+ };
13
+ ignoreColumns: {
14
+ type: (StringConstructor | ArrayConstructor)[];
15
+ default: () => never[];
16
+ };
17
+ absolute: {
18
+ type: (StringConstructor | BooleanConstructor)[];
19
+ default: boolean; /**
20
+ * Iterable Columns Button component
21
+ */
22
+ };
23
+ block: {
24
+ type: (StringConstructor | BooleanConstructor)[];
25
+ default: boolean;
26
+ };
27
+ bottom: {
28
+ type: (StringConstructor | BooleanConstructor)[];
29
+ default: boolean;
30
+ };
31
+ color: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ disabled: {
36
+ type: (StringConstructor | BooleanConstructor)[];
37
+ default: boolean;
38
+ };
39
+ fab: {
40
+ type: (StringConstructor | BooleanConstructor)[];
41
+ default: boolean;
42
+ };
43
+ fixed: {
44
+ type: (StringConstructor | BooleanConstructor)[];
45
+ default: boolean;
46
+ };
47
+ flat: {
48
+ type: (StringConstructor | BooleanConstructor)[];
49
+ default: boolean;
50
+ };
51
+ href: {
52
+ type: StringConstructor;
53
+ default: string;
54
+ };
55
+ label: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ large: {
60
+ type: (StringConstructor | BooleanConstructor)[];
61
+ default: boolean;
62
+ };
63
+ left: {
64
+ type: (StringConstructor | BooleanConstructor)[];
65
+ default: boolean;
66
+ };
67
+ outline: {
68
+ type: (StringConstructor | BooleanConstructor)[];
69
+ default: boolean;
70
+ };
71
+ reverse: {
72
+ type: (StringConstructor | BooleanConstructor)[];
73
+ default: boolean;
74
+ };
75
+ right: {
76
+ type: (StringConstructor | BooleanConstructor)[];
77
+ default: boolean;
78
+ };
79
+ round: {
80
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
81
+ default: boolean;
82
+ };
83
+ small: {
84
+ type: (StringConstructor | BooleanConstructor)[];
85
+ default: boolean;
86
+ };
87
+ target: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
91
+ tile: {
92
+ type: (StringConstructor | BooleanConstructor)[];
93
+ default: boolean;
94
+ };
95
+ to: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ top: {
100
+ type: (StringConstructor | BooleanConstructor)[];
101
+ default: boolean;
102
+ };
103
+ type: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ width: {
108
+ type: (StringConstructor | NumberConstructor)[];
109
+ default: string;
110
+ };
111
+ active: {
112
+ type: (StringConstructor | BooleanConstructor)[];
113
+ default: undefined;
114
+ };
115
+ appendIcon: {
116
+ type: StringConstructor;
117
+ };
118
+ border: {
119
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
120
+ default: boolean;
121
+ };
122
+ density: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ };
126
+ elevation: {
127
+ type: (StringConstructor | NumberConstructor)[];
128
+ };
129
+ loading: {
130
+ type: (StringConstructor | BooleanConstructor)[];
131
+ default: boolean;
132
+ };
133
+ position: {
134
+ type: StringConstructor;
135
+ };
136
+ prependIcon: {
137
+ type: StringConstructor;
138
+ };
139
+ replace: {
140
+ type: (StringConstructor | BooleanConstructor)[];
141
+ default: boolean;
142
+ };
143
+ ripple: {
144
+ type: (StringConstructor | BooleanConstructor)[];
145
+ default: boolean;
146
+ };
147
+ selectedClass: {
148
+ type: StringConstructor;
149
+ };
150
+ size: {
151
+ type: StringConstructor;
152
+ };
153
+ stacked: {
154
+ type: (StringConstructor | BooleanConstructor)[];
155
+ default: boolean;
156
+ };
157
+ tag: {
158
+ type: StringConstructor;
159
+ };
160
+ variant: {
161
+ type: StringConstructor;
162
+ };
163
+ children: {
164
+ type: (StringConstructor | {
165
+ (arrayLength: number): import("@zeedhi/common").IComponentRender[];
166
+ (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
167
+ new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
168
+ new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
169
+ isArray(arg: any): arg is any[];
170
+ readonly prototype: any[];
171
+ from<T>(arrayLike: ArrayLike<T>): T[];
172
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
173
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
174
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
175
+ of<T_4>(...items: T_4[]): T_4[];
176
+ readonly [Symbol.species]: ArrayConstructor;
177
+ })[];
178
+ default(): never[];
179
+ };
180
+ component: {
181
+ type: StringConstructor;
182
+ };
183
+ allowDuplicate: {
184
+ type: (StringConstructor | BooleanConstructor)[];
185
+ default: boolean;
186
+ };
187
+ autofocus: {
188
+ type: (StringConstructor | BooleanConstructor)[];
189
+ default: boolean;
190
+ };
191
+ cssClass: {
192
+ type: StringConstructor;
193
+ default: string;
194
+ };
195
+ cssStyle: {
196
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
197
+ default: string;
198
+ };
199
+ dark: {
200
+ type: (StringConstructor | BooleanConstructor)[];
201
+ default: boolean;
202
+ };
203
+ directives: {
204
+ type: ObjectConstructor;
205
+ default(): {};
206
+ };
207
+ events: {
208
+ type: ObjectConstructor;
209
+ default(): {};
210
+ };
211
+ instanceObject: {
212
+ type: ObjectConstructor;
213
+ };
214
+ isVisible: {
215
+ type: (StringConstructor | BooleanConstructor)[];
216
+ default: boolean;
217
+ };
218
+ keyMap: {
219
+ type: ObjectConstructor;
220
+ default(): {};
221
+ };
222
+ light: {
223
+ type: (StringConstructor | BooleanConstructor)[];
224
+ default: boolean;
225
+ };
226
+ name: {
227
+ type: StringConstructor;
228
+ required: true;
229
+ };
230
+ parent: {
231
+ type: ObjectConstructor;
232
+ };
233
+ tabStop: {
234
+ type: (StringConstructor | BooleanConstructor)[];
235
+ default: boolean;
236
+ };
237
+ theme: {
238
+ type: StringConstructor;
239
+ };
240
+ };
241
+ /**
242
+ * Iterable Columns Button component
243
+ */
244
+ declare const iterableColumnsButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
245
+ iterableComponentName: {
246
+ type: StringConstructor;
247
+ };
248
+ iconName: {
249
+ type: StringConstructor;
250
+ default: string;
251
+ };
252
+ icon: {
253
+ type: (StringConstructor | BooleanConstructor)[];
254
+ default: boolean;
255
+ };
256
+ ignoreColumns: {
257
+ type: (StringConstructor | ArrayConstructor)[];
258
+ default: () => never[];
259
+ };
260
+ absolute: {
261
+ type: (StringConstructor | BooleanConstructor)[];
262
+ default: boolean; /**
263
+ * Iterable Columns Button component
264
+ */
265
+ };
266
+ block: {
267
+ type: (StringConstructor | BooleanConstructor)[];
268
+ default: boolean;
269
+ };
270
+ bottom: {
271
+ type: (StringConstructor | BooleanConstructor)[];
272
+ default: boolean;
273
+ };
274
+ color: {
275
+ type: StringConstructor;
276
+ default: string;
277
+ };
278
+ disabled: {
279
+ type: (StringConstructor | BooleanConstructor)[];
280
+ default: boolean;
281
+ };
282
+ fab: {
283
+ type: (StringConstructor | BooleanConstructor)[];
284
+ default: boolean;
285
+ };
286
+ fixed: {
287
+ type: (StringConstructor | BooleanConstructor)[];
288
+ default: boolean;
289
+ };
290
+ flat: {
291
+ type: (StringConstructor | BooleanConstructor)[];
292
+ default: boolean;
293
+ };
294
+ href: {
295
+ type: StringConstructor;
296
+ default: string;
297
+ };
298
+ label: {
299
+ type: StringConstructor;
300
+ default: string;
301
+ };
302
+ large: {
303
+ type: (StringConstructor | BooleanConstructor)[];
304
+ default: boolean;
305
+ };
306
+ left: {
307
+ type: (StringConstructor | BooleanConstructor)[];
308
+ default: boolean;
309
+ };
310
+ outline: {
311
+ type: (StringConstructor | BooleanConstructor)[];
312
+ default: boolean;
313
+ };
314
+ reverse: {
315
+ type: (StringConstructor | BooleanConstructor)[];
316
+ default: boolean;
317
+ };
318
+ right: {
319
+ type: (StringConstructor | BooleanConstructor)[];
320
+ default: boolean;
321
+ };
322
+ round: {
323
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
324
+ default: boolean;
325
+ };
326
+ small: {
327
+ type: (StringConstructor | BooleanConstructor)[];
328
+ default: boolean;
329
+ };
330
+ target: {
331
+ type: StringConstructor;
332
+ default: string;
333
+ };
334
+ tile: {
335
+ type: (StringConstructor | BooleanConstructor)[];
336
+ default: boolean;
337
+ };
338
+ to: {
339
+ type: StringConstructor;
340
+ default: string;
341
+ };
342
+ top: {
343
+ type: (StringConstructor | BooleanConstructor)[];
344
+ default: boolean;
345
+ };
346
+ type: {
347
+ type: StringConstructor;
348
+ default: string;
349
+ };
350
+ width: {
351
+ type: (StringConstructor | NumberConstructor)[];
352
+ default: string;
353
+ };
354
+ active: {
355
+ type: (StringConstructor | BooleanConstructor)[];
356
+ default: undefined;
357
+ };
358
+ appendIcon: {
359
+ type: StringConstructor;
360
+ };
361
+ border: {
362
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
363
+ default: boolean;
364
+ };
365
+ density: {
366
+ type: StringConstructor;
367
+ default: string;
368
+ };
369
+ elevation: {
370
+ type: (StringConstructor | NumberConstructor)[];
371
+ };
372
+ loading: {
373
+ type: (StringConstructor | BooleanConstructor)[];
374
+ default: boolean;
375
+ };
376
+ position: {
377
+ type: StringConstructor;
378
+ };
379
+ prependIcon: {
380
+ type: StringConstructor;
381
+ };
382
+ replace: {
383
+ type: (StringConstructor | BooleanConstructor)[];
384
+ default: boolean;
385
+ };
386
+ ripple: {
387
+ type: (StringConstructor | BooleanConstructor)[];
388
+ default: boolean;
389
+ };
390
+ selectedClass: {
391
+ type: StringConstructor;
392
+ };
393
+ size: {
394
+ type: StringConstructor;
395
+ };
396
+ stacked: {
397
+ type: (StringConstructor | BooleanConstructor)[];
398
+ default: boolean;
399
+ };
400
+ tag: {
401
+ type: StringConstructor;
402
+ };
403
+ variant: {
404
+ type: StringConstructor;
405
+ };
406
+ children: {
407
+ type: (StringConstructor | {
408
+ (arrayLength: number): import("@zeedhi/common").IComponentRender[];
409
+ (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
410
+ new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
411
+ new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
412
+ isArray(arg: any): arg is any[];
413
+ readonly prototype: any[];
414
+ from<T>(arrayLike: ArrayLike<T>): T[];
415
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
416
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
417
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
418
+ of<T_4>(...items: T_4[]): T_4[];
419
+ readonly [Symbol.species]: ArrayConstructor;
420
+ })[];
421
+ default(): never[];
422
+ };
423
+ component: {
424
+ type: StringConstructor;
425
+ };
426
+ allowDuplicate: {
427
+ type: (StringConstructor | BooleanConstructor)[];
428
+ default: boolean;
429
+ };
430
+ autofocus: {
431
+ type: (StringConstructor | BooleanConstructor)[];
432
+ default: boolean;
433
+ };
434
+ cssClass: {
435
+ type: StringConstructor;
436
+ default: string;
437
+ };
438
+ cssStyle: {
439
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
440
+ default: string;
441
+ };
442
+ dark: {
443
+ type: (StringConstructor | BooleanConstructor)[];
444
+ default: boolean;
445
+ };
446
+ directives: {
447
+ type: ObjectConstructor;
448
+ default(): {};
449
+ };
450
+ events: {
451
+ type: ObjectConstructor;
452
+ default(): {};
453
+ };
454
+ instanceObject: {
455
+ type: ObjectConstructor;
456
+ };
457
+ isVisible: {
458
+ type: (StringConstructor | BooleanConstructor)[];
459
+ default: boolean;
460
+ };
461
+ keyMap: {
462
+ type: ObjectConstructor;
463
+ default(): {};
464
+ };
465
+ light: {
466
+ type: (StringConstructor | BooleanConstructor)[];
467
+ default: boolean;
468
+ };
469
+ name: {
470
+ type: StringConstructor;
471
+ required: true;
472
+ };
473
+ parent: {
474
+ type: ObjectConstructor;
475
+ };
476
+ tabStop: {
477
+ type: (StringConstructor | BooleanConstructor)[];
478
+ default: boolean;
479
+ };
480
+ theme: {
481
+ type: StringConstructor;
482
+ };
483
+ }>, {
484
+ instance: {
485
+ iterableComponentName: string;
486
+ iterableComponent: {
487
+ datasource: {
488
+ data: import("@zeedhi/core").IDictionary<any>[];
489
+ defaultLimit: number;
490
+ filter: import("@zeedhi/core").IDictionary<any>;
491
+ loadAll: boolean;
492
+ loading: boolean;
493
+ order: string[];
494
+ page: number;
495
+ search: string;
496
+ searchIn: string[];
497
+ selectedRows: import("@zeedhi/core").IDictionary<any>[];
498
+ uniqueKey: string;
499
+ visibleSelectedRows: import("@zeedhi/core").IDictionary<any>[];
500
+ watchUrl: boolean;
501
+ error: any;
502
+ events: {
503
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
504
+ onChangeCurrentRow?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
505
+ onChangePagination?: import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined;
506
+ };
507
+ initialize: () => void | Promise<void>;
508
+ destroy: () => void;
509
+ currentRow: import("@zeedhi/core").IDictionary<any>;
510
+ limit: number;
511
+ total: number;
512
+ urlHasChanged: () => boolean;
513
+ get: () => Promise<any>;
514
+ post: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
515
+ put: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
516
+ delete: (row?: import("@zeedhi/core").IDictionary<any> | undefined) => Promise<any>;
517
+ updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
518
+ getLoadedData: () => import("@zeedhi/core").IDictionary<any>[];
519
+ setSearch: (search: string) => Promise<any>;
520
+ addFilter: (column: string, value: any) => Promise<any>;
521
+ removeFilter: (column: string) => Promise<any>;
522
+ setFilter: (filter: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
523
+ clearFilter: () => Promise<any>;
524
+ setLimit: (limit: number, replaceUrl?: boolean | undefined) => Promise<any>;
525
+ setPage: (page: number, replaceUrl?: boolean | undefined) => Promise<any>;
526
+ addOrder: (column: string, value: import("@zeedhi/core").Order) => Promise<any>;
527
+ removeOrder: (column: string) => Promise<any>;
528
+ setOrder: (order: string[]) => Promise<any>;
529
+ clearOrder: () => Promise<any>;
530
+ getOrderByColumn: (column: string) => import("@zeedhi/core").Order | null;
531
+ selectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
532
+ deselectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
533
+ updateSelectedPage: () => Promise<any> | import("@zeedhi/core").IDictionary<any>[];
534
+ clone: () => import("@zeedhi/core").IDatasource;
535
+ registerGetCallback: (callback: import("@zeedhi/core").Callback) => void;
536
+ hasFilter: (columnName: string) => boolean;
537
+ };
538
+ columns: {
539
+ align: import("@zeedhi/common").ColumnAlign;
540
+ label: string;
541
+ width?: string | undefined;
542
+ maxWidth?: string | undefined;
543
+ minWidth?: string | undefined;
544
+ mask: string;
545
+ type?: "action" | undefined;
546
+ actionFixed: boolean;
547
+ fixed: boolean;
548
+ sortable: boolean;
549
+ loading: boolean;
550
+ componentProps: any;
551
+ style: import("@zeedhi/core").IDictionary<any>;
552
+ xlsType: string;
553
+ lookupData: any;
554
+ lookupDataCount: number;
555
+ overflow: string | number;
556
+ conditions: import("@zeedhi/core").IDictionary<any>;
557
+ helperText: string;
558
+ storeData: boolean;
559
+ setViewGetWidth: (viewGetWidth: () => number) => void;
560
+ setLookupDataFilter: (filter: import("@zeedhi/core").IDictionary<any>) => void;
561
+ getWidth: () => number;
562
+ formatterByRow: (row: import("@zeedhi/core").IDictionary<any>, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
563
+ formatter: (value: any, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
564
+ getLookupData: (lookupColumn: string, value: any) => any;
565
+ initialize: () => void;
566
+ clearLookupData: () => void;
567
+ onBeforeDestroy: () => void;
568
+ allowDuplicate: boolean;
569
+ autofocus: boolean;
570
+ children: {
571
+ [x: string]: any;
572
+ allowDuplicate?: boolean | undefined;
573
+ autofocus?: boolean | undefined;
574
+ children?: any[] | undefined;
575
+ componentId?: number | undefined;
576
+ cssClass?: string | undefined;
577
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
578
+ events?: {
579
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
580
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
581
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
582
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
583
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
584
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
585
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
586
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
587
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
588
+ } | undefined;
589
+ directives?: {
590
+ [x: string]: {
591
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
592
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
593
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
594
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
595
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
596
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
597
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
598
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
599
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
600
+ } | undefined;
601
+ touch?: {
602
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
603
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
604
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
605
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
606
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
607
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
608
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
609
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
610
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
611
+ } | undefined;
612
+ } | undefined;
613
+ isVisible?: string | boolean | undefined;
614
+ dark?: boolean | undefined;
615
+ light?: boolean | undefined;
616
+ theme?: string | undefined;
617
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
618
+ name: string;
619
+ parent?: {
620
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
621
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
622
+ allowDuplicate: boolean;
623
+ autofocus: boolean;
624
+ children: any[];
625
+ componentId: number;
626
+ cssClass: string;
627
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
628
+ events: {
629
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
630
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
631
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
632
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
633
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
634
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
635
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
636
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
637
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
638
+ };
639
+ directives: {
640
+ [x: string]: {
641
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
642
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
643
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
644
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
645
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
646
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
647
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
648
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
649
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
650
+ } | undefined;
651
+ touch?: {
652
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
653
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
654
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
655
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
656
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
657
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
658
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
659
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
660
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
661
+ } | undefined;
662
+ };
663
+ isVisible: string | boolean;
664
+ dark: boolean;
665
+ light: boolean;
666
+ theme?: string | undefined;
667
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
668
+ name: string;
669
+ parent?: any | undefined;
670
+ tabStop: boolean;
671
+ userProperties: import("@zeedhi/core").IDictionary<any>;
672
+ fillHeight: boolean;
673
+ } | undefined;
674
+ tabStop?: boolean | undefined;
675
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
676
+ fillHeight?: boolean | undefined;
677
+ }[];
678
+ childrenInstances: any[];
679
+ cssClass: string;
680
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
681
+ directives: {
682
+ [x: string]: {
683
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
684
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
685
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
686
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
687
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
688
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
689
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
690
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
691
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
692
+ } | undefined;
693
+ touch?: {
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
+ };
705
+ events: {
706
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
707
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
708
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
709
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
710
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
711
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
712
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
713
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
714
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
715
+ };
716
+ isVisible: boolean;
717
+ name: string;
718
+ dark: boolean;
719
+ light: boolean;
720
+ theme?: string | undefined;
721
+ fillHeight: boolean;
722
+ parent?: {
723
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
724
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
725
+ allowDuplicate: boolean;
726
+ autofocus: boolean;
727
+ children: any[];
728
+ componentId: number;
729
+ cssClass: string;
730
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
731
+ events: {
732
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
733
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
734
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
735
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
736
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
737
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
738
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
739
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
740
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
741
+ };
742
+ directives: {
743
+ [x: string]: {
744
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
745
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
746
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
747
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
748
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
749
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
750
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
751
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
752
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
753
+ } | undefined;
754
+ touch?: {
755
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
756
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
757
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
758
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
759
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
760
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
761
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
762
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
763
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
764
+ } | undefined;
765
+ };
766
+ isVisible: string | boolean;
767
+ dark: boolean;
768
+ light: boolean;
769
+ theme?: string | undefined;
770
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
771
+ name: string;
772
+ parent?: any | undefined;
773
+ tabStop: boolean;
774
+ userProperties: import("@zeedhi/core").IDictionary<any>;
775
+ fillHeight: boolean;
776
+ } | undefined;
777
+ componentId: number;
778
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
779
+ isFocused: boolean;
780
+ tabStop: boolean;
781
+ userProperties: import("@zeedhi/core").IDictionary<any>;
782
+ setViewFocus: (viewFocus: () => void) => void;
783
+ setFocus: () => void;
784
+ callEvent: (eventName: string, args: any) => boolean;
785
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
786
+ removeChild: (name: string) => void;
787
+ getChildInstance: <T_1>(name: string) => T_1;
788
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
789
+ onCreated: () => void;
790
+ onBeforeMount: () => void;
791
+ onMounted: (element: any) => void;
792
+ onDestroyed: () => void;
793
+ click: (event?: Event | undefined, element?: any) => void;
794
+ focus: (event: Event, element: any) => void;
795
+ blur: (event: Event, element: any) => void;
796
+ mouseenter: (event?: Event | undefined, element?: any) => void;
797
+ mouseleave: (event?: Event | undefined, element?: any) => void;
798
+ mouseout: (event?: Event | undefined, element?: any) => void;
799
+ mouseover: (event?: Event | undefined, element?: any) => void;
800
+ }[];
801
+ pageSizes: string[];
802
+ events: {
803
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
804
+ changeLayout?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
805
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
806
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
807
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
808
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
809
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
810
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
811
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
812
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
813
+ };
814
+ virtualScroll: boolean;
815
+ virtualScrollCache: number;
816
+ searchVisibleOnly: boolean;
817
+ defaultSearchVisibleOnly: boolean;
818
+ updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
819
+ getAppliedConditions: (args: {
820
+ row: import("@zeedhi/core").IDictionary<any>;
821
+ column: import("@zeedhi/common").Column;
822
+ path?: string | undefined;
823
+ }) => Partial<import("@zeedhi/common").IComponentRender>;
824
+ getCurrentRowIndex: () => number;
825
+ getPage: () => number;
826
+ setPage: (page: number) => Promise<any>;
827
+ getLastPage: () => number;
828
+ onCreated: () => void;
829
+ createColumn: (columnProps: import("@zeedhi/common").IColumn) => import("@zeedhi/common").Column;
830
+ getColumn: (name: string) => import("@zeedhi/common").Column;
831
+ readonly pageText: string;
832
+ readonly paginationLength: number;
833
+ getCellWithAppliedConditions: (columns: import("@zeedhi/common").Column[], row: import("@zeedhi/core").IDictionary<any>) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
834
+ reapplyConditions: (row: import("@zeedhi/core").IDictionary<any>, columns?: import("@zeedhi/common").Column[] | undefined) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
835
+ reload: () => Promise<any>;
836
+ changeData: (data: import("@zeedhi/core").IDictionary<any>[]) => void;
837
+ onBeforeDestroy: () => void;
838
+ changeLayout: (event?: Event | undefined, element?: any) => void;
839
+ setSearch: (search: string) => Promise<any>;
840
+ setCurrentRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
841
+ setOrder: (order: string[]) => Promise<any>;
842
+ getRowKey: (row: import("@zeedhi/core").IDictionary<any>) => any;
843
+ delete: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
844
+ getData: () => import("@zeedhi/core").IDictionary<any>[];
845
+ findRow: (key: string | number) => import("@zeedhi/core").IDictionary<any> | undefined;
846
+ children: {
847
+ [x: string]: any;
848
+ children?: any[] | undefined;
849
+ component: string;
850
+ allowDuplicate?: boolean | undefined;
851
+ autofocus?: boolean | undefined;
852
+ componentId?: number | undefined;
853
+ cssClass?: string | undefined;
854
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
855
+ events?: {
856
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
857
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
858
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
859
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
860
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
861
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
862
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
863
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
864
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
865
+ } | undefined;
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
+ } | undefined;
890
+ isVisible?: string | boolean | undefined;
891
+ dark?: boolean | undefined;
892
+ light?: boolean | undefined;
893
+ theme?: string | undefined;
894
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
895
+ name: string;
896
+ parent?: {
897
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
898
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
899
+ allowDuplicate: boolean;
900
+ autofocus: boolean;
901
+ children: any[];
902
+ componentId: number;
903
+ cssClass: string;
904
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
905
+ events: {
906
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
907
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
908
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
909
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
910
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
911
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
912
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
913
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
914
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
915
+ };
916
+ directives: {
917
+ [x: string]: {
918
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
919
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
920
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
921
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
922
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
923
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
924
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
925
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
926
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
927
+ } | undefined;
928
+ touch?: {
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
+ };
940
+ isVisible: string | boolean;
941
+ dark: boolean;
942
+ light: boolean;
943
+ theme?: string | undefined;
944
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
945
+ name: string;
946
+ parent?: any | undefined;
947
+ tabStop: boolean;
948
+ userProperties: import("@zeedhi/core").IDictionary<any>;
949
+ fillHeight: boolean;
950
+ } | undefined;
951
+ tabStop?: boolean | undefined;
952
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
953
+ fillHeight?: boolean | undefined;
954
+ }[];
955
+ component: string;
956
+ allowDuplicate: boolean;
957
+ autofocus: boolean;
958
+ childrenInstances: any[];
959
+ cssClass: string;
960
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
961
+ directives: {
962
+ [x: string]: {
963
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
964
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
965
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
966
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
967
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
968
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
969
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
970
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
971
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
972
+ } | undefined;
973
+ touch?: {
974
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
975
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
976
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
977
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
978
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
979
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
980
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
981
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
982
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
983
+ } | undefined;
984
+ };
985
+ isVisible: boolean;
986
+ name: string;
987
+ dark: boolean;
988
+ light: boolean;
989
+ theme?: string | undefined;
990
+ fillHeight: boolean;
991
+ parent?: {
992
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
993
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
994
+ allowDuplicate: boolean;
995
+ autofocus: boolean;
996
+ children: any[];
997
+ componentId: number;
998
+ cssClass: string;
999
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1000
+ events: {
1001
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1002
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1003
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1004
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1005
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1006
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1007
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1008
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1009
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1010
+ };
1011
+ directives: {
1012
+ [x: string]: {
1013
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1014
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1015
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1016
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1017
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1018
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1019
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1020
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1021
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1022
+ } | undefined;
1023
+ touch?: {
1024
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1025
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1026
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1027
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1028
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1029
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1030
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1031
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1032
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1033
+ } | undefined;
1034
+ };
1035
+ isVisible: string | boolean;
1036
+ dark: boolean;
1037
+ light: boolean;
1038
+ theme?: string | undefined;
1039
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1040
+ name: string;
1041
+ parent?: any | undefined;
1042
+ tabStop: boolean;
1043
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1044
+ fillHeight: boolean;
1045
+ } | undefined;
1046
+ componentId: number;
1047
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1048
+ isFocused: boolean;
1049
+ tabStop: boolean;
1050
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1051
+ setViewFocus: (viewFocus: () => void) => void;
1052
+ setFocus: () => void;
1053
+ callEvent: (eventName: string, args: any) => boolean;
1054
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
1055
+ removeChild: (name: string) => void;
1056
+ getChildInstance: <T_1>(name: string) => T_1;
1057
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1058
+ onBeforeMount: () => void;
1059
+ onMounted: (element: any) => void;
1060
+ onDestroyed: () => void;
1061
+ click: (event?: Event | undefined, element?: any) => void;
1062
+ focus: (event: Event, element: any) => void;
1063
+ blur: (event: Event, element: any) => void;
1064
+ mouseenter: (event?: Event | undefined, element?: any) => void;
1065
+ mouseleave: (event?: Event | undefined, element?: any) => void;
1066
+ mouseout: (event?: Event | undefined, element?: any) => void;
1067
+ mouseover: (event?: Event | undefined, element?: any) => void;
1068
+ };
1069
+ ignoreColumns: string[];
1070
+ controller: any;
1071
+ iconName: string;
1072
+ icon: boolean;
1073
+ onCreated: () => void;
1074
+ filteredColumns: () => import("@zeedhi/common").Column[];
1075
+ absolute: boolean;
1076
+ block: boolean;
1077
+ bottom: boolean;
1078
+ color: string;
1079
+ disabled: boolean;
1080
+ events: {
1081
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | undefined)[] | undefined;
1082
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1083
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1084
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1085
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1086
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1087
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1088
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1089
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1090
+ };
1091
+ fab: boolean;
1092
+ fixed: boolean;
1093
+ flat: boolean;
1094
+ href: string;
1095
+ label: string;
1096
+ large: boolean;
1097
+ left: boolean;
1098
+ outline: boolean;
1099
+ reverse: boolean;
1100
+ right: boolean;
1101
+ round: string | number | boolean;
1102
+ small: boolean;
1103
+ target: string;
1104
+ tile: boolean;
1105
+ to: string;
1106
+ top: boolean;
1107
+ type: string;
1108
+ width: string | number;
1109
+ active?: boolean | undefined;
1110
+ appendIcon?: string | undefined;
1111
+ border: string | number | boolean;
1112
+ density: "default" | "comfortable" | "compact";
1113
+ elevation?: string | number | undefined;
1114
+ loading: string | boolean;
1115
+ position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
1116
+ prependIcon?: string | undefined;
1117
+ replace: boolean;
1118
+ ripple: boolean;
1119
+ selectedClass?: string | undefined;
1120
+ size?: "default" | "large" | "small" | "x-small" | "x-large" | undefined;
1121
+ stacked: boolean;
1122
+ tag?: string | undefined;
1123
+ variant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
1124
+ children: {
1125
+ [x: string]: any;
1126
+ children?: any[] | undefined;
1127
+ component: string;
1128
+ allowDuplicate?: boolean | undefined;
1129
+ autofocus?: boolean | undefined;
1130
+ componentId?: number | undefined;
1131
+ cssClass?: string | undefined;
1132
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1133
+ events?: {
1134
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1135
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1136
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1137
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1138
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1139
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1140
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1141
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1142
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1143
+ } | undefined;
1144
+ directives?: {
1145
+ [x: string]: {
1146
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1147
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1148
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1149
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1150
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1151
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1152
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1153
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1154
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1155
+ } | undefined;
1156
+ touch?: {
1157
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1158
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1159
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1160
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1161
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1162
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1163
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1164
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1165
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1166
+ } | undefined;
1167
+ } | undefined;
1168
+ isVisible?: string | boolean | undefined;
1169
+ dark?: boolean | undefined;
1170
+ light?: boolean | undefined;
1171
+ theme?: string | undefined;
1172
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1173
+ name: string;
1174
+ parent?: {
1175
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1176
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1177
+ allowDuplicate: boolean;
1178
+ autofocus: boolean;
1179
+ children: any[];
1180
+ componentId: number;
1181
+ cssClass: string;
1182
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1183
+ events: {
1184
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1185
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1186
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1187
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1188
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1189
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1190
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1191
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1192
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1193
+ };
1194
+ directives: {
1195
+ [x: string]: {
1196
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1197
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1198
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1199
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1200
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1201
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1202
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1203
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1204
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1205
+ } | undefined;
1206
+ touch?: {
1207
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1208
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1209
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1210
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1211
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1212
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1213
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1214
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1215
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1216
+ } | undefined;
1217
+ };
1218
+ isVisible: string | boolean;
1219
+ dark: boolean;
1220
+ light: boolean;
1221
+ theme?: string | undefined;
1222
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1223
+ name: string;
1224
+ parent?: any | undefined;
1225
+ tabStop: boolean;
1226
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1227
+ fillHeight: boolean;
1228
+ } | undefined;
1229
+ tabStop?: boolean | undefined;
1230
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1231
+ fillHeight?: boolean | undefined;
1232
+ }[];
1233
+ component: string;
1234
+ allowDuplicate: boolean;
1235
+ autofocus: boolean;
1236
+ childrenInstances: any[];
1237
+ cssClass: string;
1238
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
1239
+ directives: {
1240
+ [x: string]: {
1241
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1242
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1243
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1244
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1245
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1246
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1247
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1248
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1249
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1250
+ } | undefined;
1251
+ touch?: {
1252
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1253
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1254
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1255
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1256
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1257
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1258
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1259
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1260
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1261
+ } | undefined;
1262
+ };
1263
+ isVisible: boolean;
1264
+ name: string;
1265
+ dark: boolean;
1266
+ light: boolean;
1267
+ theme?: string | undefined;
1268
+ fillHeight: boolean;
1269
+ parent?: {
1270
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1271
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1272
+ allowDuplicate: boolean;
1273
+ autofocus: boolean;
1274
+ children: any[];
1275
+ componentId: number;
1276
+ cssClass: string;
1277
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1278
+ events: {
1279
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1280
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1281
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1282
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1283
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1284
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1285
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1286
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1287
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1288
+ };
1289
+ directives: {
1290
+ [x: string]: {
1291
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1292
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1293
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1294
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1295
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1296
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1297
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1298
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1299
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1300
+ } | undefined;
1301
+ touch?: {
1302
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1303
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1304
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1305
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1306
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1307
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1308
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1309
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1310
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1311
+ } | undefined;
1312
+ };
1313
+ isVisible: string | boolean;
1314
+ dark: boolean;
1315
+ light: boolean;
1316
+ theme?: string | undefined;
1317
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1318
+ name: string;
1319
+ parent?: any | undefined;
1320
+ tabStop: boolean;
1321
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1322
+ fillHeight: boolean;
1323
+ } | undefined;
1324
+ componentId: number;
1325
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1326
+ isFocused: boolean;
1327
+ tabStop: boolean;
1328
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1329
+ setViewFocus: (viewFocus: () => void) => void;
1330
+ setFocus: () => void;
1331
+ callEvent: (eventName: string, args: any) => boolean;
1332
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
1333
+ removeChild: (name: string) => void;
1334
+ getChildInstance: <T_1>(name: string) => T_1;
1335
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1336
+ onBeforeMount: () => void;
1337
+ onMounted: (element: any) => void;
1338
+ onBeforeDestroy: () => void;
1339
+ onDestroyed: () => void;
1340
+ click: (event?: Event | undefined, element?: any) => void;
1341
+ focus: (event: Event, element: any) => void;
1342
+ blur: (event: Event, element: any) => void;
1343
+ mouseenter: (event?: Event | undefined, element?: any) => void;
1344
+ mouseleave: (event?: Event | undefined, element?: any) => void;
1345
+ mouseout: (event?: Event | undefined, element?: any) => void;
1346
+ mouseover: (event?: Event | undefined, element?: any) => void;
1347
+ };
1348
+ getEvents: (on: any) => {
1349
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent> | undefined)[] | undefined;
1350
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1351
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1352
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1353
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1354
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1355
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1356
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1357
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/common").IButtonEvent, import("@zeedhi/core").IEvent<import("@zeedhi/common").IButtonEvent>> | undefined;
1358
+ };
1359
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1360
+ iterableComponentName: {
1361
+ type: StringConstructor;
1362
+ };
1363
+ iconName: {
1364
+ type: StringConstructor;
1365
+ default: string;
1366
+ };
1367
+ icon: {
1368
+ type: (StringConstructor | BooleanConstructor)[];
1369
+ default: boolean;
1370
+ };
1371
+ ignoreColumns: {
1372
+ type: (StringConstructor | ArrayConstructor)[];
1373
+ default: () => never[];
1374
+ };
1375
+ absolute: {
1376
+ type: (StringConstructor | BooleanConstructor)[];
1377
+ default: boolean; /**
1378
+ * Iterable Columns Button component
1379
+ */
1380
+ };
1381
+ block: {
1382
+ type: (StringConstructor | BooleanConstructor)[];
1383
+ default: boolean;
1384
+ };
1385
+ bottom: {
1386
+ type: (StringConstructor | BooleanConstructor)[];
1387
+ default: boolean;
1388
+ };
1389
+ color: {
1390
+ type: StringConstructor;
1391
+ default: string;
1392
+ };
1393
+ disabled: {
1394
+ type: (StringConstructor | BooleanConstructor)[];
1395
+ default: boolean;
1396
+ };
1397
+ fab: {
1398
+ type: (StringConstructor | BooleanConstructor)[];
1399
+ default: boolean;
1400
+ };
1401
+ fixed: {
1402
+ type: (StringConstructor | BooleanConstructor)[];
1403
+ default: boolean;
1404
+ };
1405
+ flat: {
1406
+ type: (StringConstructor | BooleanConstructor)[];
1407
+ default: boolean;
1408
+ };
1409
+ href: {
1410
+ type: StringConstructor;
1411
+ default: string;
1412
+ };
1413
+ label: {
1414
+ type: StringConstructor;
1415
+ default: string;
1416
+ };
1417
+ large: {
1418
+ type: (StringConstructor | BooleanConstructor)[];
1419
+ default: boolean;
1420
+ };
1421
+ left: {
1422
+ type: (StringConstructor | BooleanConstructor)[];
1423
+ default: boolean;
1424
+ };
1425
+ outline: {
1426
+ type: (StringConstructor | BooleanConstructor)[];
1427
+ default: boolean;
1428
+ };
1429
+ reverse: {
1430
+ type: (StringConstructor | BooleanConstructor)[];
1431
+ default: boolean;
1432
+ };
1433
+ right: {
1434
+ type: (StringConstructor | BooleanConstructor)[];
1435
+ default: boolean;
1436
+ };
1437
+ round: {
1438
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1439
+ default: boolean;
1440
+ };
1441
+ small: {
1442
+ type: (StringConstructor | BooleanConstructor)[];
1443
+ default: boolean;
1444
+ };
1445
+ target: {
1446
+ type: StringConstructor;
1447
+ default: string;
1448
+ };
1449
+ tile: {
1450
+ type: (StringConstructor | BooleanConstructor)[];
1451
+ default: boolean;
1452
+ };
1453
+ to: {
1454
+ type: StringConstructor;
1455
+ default: string;
1456
+ };
1457
+ top: {
1458
+ type: (StringConstructor | BooleanConstructor)[];
1459
+ default: boolean;
1460
+ };
1461
+ type: {
1462
+ type: StringConstructor;
1463
+ default: string;
1464
+ };
1465
+ width: {
1466
+ type: (StringConstructor | NumberConstructor)[];
1467
+ default: string;
1468
+ };
1469
+ active: {
1470
+ type: (StringConstructor | BooleanConstructor)[];
1471
+ default: undefined;
1472
+ };
1473
+ appendIcon: {
1474
+ type: StringConstructor;
1475
+ };
1476
+ border: {
1477
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1478
+ default: boolean;
1479
+ };
1480
+ density: {
1481
+ type: StringConstructor;
1482
+ default: string;
1483
+ };
1484
+ elevation: {
1485
+ type: (StringConstructor | NumberConstructor)[];
1486
+ };
1487
+ loading: {
1488
+ type: (StringConstructor | BooleanConstructor)[];
1489
+ default: boolean;
1490
+ };
1491
+ position: {
1492
+ type: StringConstructor;
1493
+ };
1494
+ prependIcon: {
1495
+ type: StringConstructor;
1496
+ };
1497
+ replace: {
1498
+ type: (StringConstructor | BooleanConstructor)[];
1499
+ default: boolean;
1500
+ };
1501
+ ripple: {
1502
+ type: (StringConstructor | BooleanConstructor)[];
1503
+ default: boolean;
1504
+ };
1505
+ selectedClass: {
1506
+ type: StringConstructor;
1507
+ };
1508
+ size: {
1509
+ type: StringConstructor;
1510
+ };
1511
+ stacked: {
1512
+ type: (StringConstructor | BooleanConstructor)[];
1513
+ default: boolean;
1514
+ };
1515
+ tag: {
1516
+ type: StringConstructor;
1517
+ };
1518
+ variant: {
1519
+ type: StringConstructor;
1520
+ };
1521
+ children: {
1522
+ type: (StringConstructor | {
1523
+ (arrayLength: number): import("@zeedhi/common").IComponentRender[];
1524
+ (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
1525
+ new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
1526
+ new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
1527
+ isArray(arg: any): arg is any[];
1528
+ readonly prototype: any[];
1529
+ from<T>(arrayLike: ArrayLike<T>): T[];
1530
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
1531
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
1532
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
1533
+ of<T_4>(...items: T_4[]): T_4[];
1534
+ readonly [Symbol.species]: ArrayConstructor;
1535
+ })[];
1536
+ default(): never[];
1537
+ };
1538
+ component: {
1539
+ type: StringConstructor;
1540
+ };
1541
+ allowDuplicate: {
1542
+ type: (StringConstructor | BooleanConstructor)[];
1543
+ default: boolean;
1544
+ };
1545
+ autofocus: {
1546
+ type: (StringConstructor | BooleanConstructor)[];
1547
+ default: boolean;
1548
+ };
1549
+ cssClass: {
1550
+ type: StringConstructor;
1551
+ default: string;
1552
+ };
1553
+ cssStyle: {
1554
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
1555
+ default: string;
1556
+ };
1557
+ dark: {
1558
+ type: (StringConstructor | BooleanConstructor)[];
1559
+ default: boolean;
1560
+ };
1561
+ directives: {
1562
+ type: ObjectConstructor;
1563
+ default(): {};
1564
+ };
1565
+ events: {
1566
+ type: ObjectConstructor;
1567
+ default(): {};
1568
+ };
1569
+ instanceObject: {
1570
+ type: ObjectConstructor;
1571
+ };
1572
+ isVisible: {
1573
+ type: (StringConstructor | BooleanConstructor)[];
1574
+ default: boolean;
1575
+ };
1576
+ keyMap: {
1577
+ type: ObjectConstructor;
1578
+ default(): {};
1579
+ };
1580
+ light: {
1581
+ type: (StringConstructor | BooleanConstructor)[];
1582
+ default: boolean;
1583
+ };
1584
+ name: {
1585
+ type: StringConstructor;
1586
+ required: true;
1587
+ };
1588
+ parent: {
1589
+ type: ObjectConstructor;
1590
+ };
1591
+ tabStop: {
1592
+ type: (StringConstructor | BooleanConstructor)[];
1593
+ default: boolean;
1594
+ };
1595
+ theme: {
1596
+ type: StringConstructor;
1597
+ };
1598
+ }>> & Readonly<{}>, {
1599
+ reverse: string | boolean;
1600
+ flat: string | boolean;
1601
+ allowDuplicate: string | boolean;
1602
+ type: string;
1603
+ autofocus: string | boolean;
1604
+ children: string | import("@zeedhi/common").IComponentRender[];
1605
+ cssClass: string;
1606
+ cssStyle: import("vue").StyleValue;
1607
+ dark: string | boolean;
1608
+ directives: Record<string, any>;
1609
+ events: Record<string, any>;
1610
+ isVisible: string | boolean;
1611
+ keyMap: Record<string, any>;
1612
+ light: string | boolean;
1613
+ tabStop: string | boolean;
1614
+ absolute: string | boolean;
1615
+ block: string | boolean;
1616
+ bottom: string | boolean;
1617
+ color: string;
1618
+ disabled: string | boolean;
1619
+ fab: string | boolean;
1620
+ fixed: string | boolean;
1621
+ href: string;
1622
+ icon: string | boolean;
1623
+ iconName: string;
1624
+ label: string;
1625
+ large: string | boolean;
1626
+ left: string | boolean;
1627
+ outline: string | boolean;
1628
+ right: string | boolean;
1629
+ round: string | number | boolean;
1630
+ small: string | boolean;
1631
+ target: string;
1632
+ tile: string | boolean;
1633
+ to: string;
1634
+ top: string | boolean;
1635
+ width: string | number;
1636
+ active: string | boolean;
1637
+ border: string | number | boolean;
1638
+ density: string;
1639
+ loading: string | boolean;
1640
+ replace: string | boolean;
1641
+ ripple: string | boolean;
1642
+ stacked: string | boolean;
1643
+ ignoreColumns: string | unknown[];
1644
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1645
+ export default iterableColumnsButton;