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