@zeedhi/vuetify 3.0.10 → 3.0.11

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 (321) hide show
  1. package/dist/zd-vuetify.css +2031 -15671
  2. package/dist/zd-vuetify.min.css +5 -0
  3. package/dist/zd-vuetify.min.js +40 -0
  4. package/dist/zd-vuetify.mjs +26244 -0
  5. package/package.json +23 -16
  6. package/src/components/tooltip-overflow/ZdTooltipOverflow.vue +1 -1
  7. package/src/components/zd-button/ZdButton.vue +1 -1
  8. package/src/components/zd-carousel/ZdCarousel.vue +1 -0
  9. package/src/components/zd-checkbox/ZdCheckbox.vue +4 -0
  10. package/src/components/zd-component/ZdComponent.ts +1 -1
  11. package/src/components/zd-container/ZdContainer.vue +1 -1
  12. package/src/components/zd-currency/ZdCurrency.vue +1 -0
  13. package/src/components/zd-date-input/ZdDateInput.ts +3 -11
  14. package/src/components/zd-date-input/ZdDateInput.vue +3 -9
  15. package/src/components/zd-date-range/ZdDateRange.ts +2 -16
  16. package/src/components/zd-date-range/ZdDateRange.vue +3 -5
  17. package/src/components/zd-divider/ZdDivider.vue +1 -0
  18. package/src/components/zd-footer/ZdFooter.ts +3 -15
  19. package/src/components/zd-footer/ZdFooter.vue +5 -1
  20. package/src/components/zd-form/ZdForm.ts +1 -1
  21. package/src/components/zd-grid/cell/ZdGridCell.vue +1 -1
  22. package/src/components/zd-grid/column-header/ZdGridColumnHeader.ts +1 -1
  23. package/src/components/zd-grid-editable/cell/ZdGridEditableCell.vue +1 -1
  24. package/src/components/zd-header/ZdHeader.ts +3 -19
  25. package/src/components/zd-header/ZdHeader.vue +2 -0
  26. package/src/components/zd-icon/ZdIcon.vue +1 -0
  27. package/src/components/zd-image/ZdImage.vue +1 -0
  28. package/src/components/zd-increment/ZdIncrement.vue +1 -0
  29. package/src/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.vue +1 -0
  30. package/src/components/zd-iterable/zd-search/ZdSearch.vue +1 -0
  31. package/src/components/zd-iterable-component-render/ZdIterableComponentRender.vue +1 -1
  32. package/src/components/zd-login/ZdLogin.vue +1 -0
  33. package/src/components/zd-login/ZdLoginButton.vue +1 -0
  34. package/src/components/zd-menu/ZdMenu.ts +4 -2
  35. package/src/components/zd-menu/ZdMenuLink.vue +1 -1
  36. package/src/components/zd-menu/ZdMenuSeparator.vue +1 -1
  37. package/src/components/zd-modal/ZdModal.vue +6 -6
  38. package/src/components/zd-modal/ZdModalCloseButton.vue +1 -1
  39. package/src/components/zd-month/ZdMonth.vue +1 -0
  40. package/src/components/zd-password/ZdPassword.vue +1 -0
  41. package/src/components/zd-radio/ZdRadio.vue +14 -10
  42. package/src/components/zd-select-multiple/ZdSelectMultiple.ts +1 -1
  43. package/src/components/zd-switch/ZdSwitch.vue +41 -41
  44. package/src/components/zd-table/ZdTable.vue +1 -0
  45. package/src/components/zd-tabs/ZdTab.vue +1 -1
  46. package/src/components/zd-tabs/ZdTabItem.vue +1 -1
  47. package/src/components/zd-tabs/ZdTabs.vue +1 -1
  48. package/src/components/zd-tree/ZdTree.vue +2 -1
  49. package/src/composables/useDateKeydown.ts +190 -104
  50. package/src/index.ts +0 -2
  51. package/src/styles/_zd-input.scss +2 -0
  52. package/src/styles/index.scss +2 -2
  53. package/src/utils/logger/logger.ts +3 -1
  54. package/src/utils/mergeDictionaries.ts +1 -1
  55. package/src/utils/plugins/getIconPlugin.ts +21 -4
  56. package/types/components/tek-grid/TekGrid.ts.d.ts +7258 -0
  57. package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +129 -0
  58. package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +225 -0
  59. package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +2432 -0
  60. package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +2920 -0
  61. package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +32 -0
  62. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +1892 -0
  63. package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +90 -0
  64. package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +87 -0
  65. package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +50 -0
  66. package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +25 -0
  67. package/types/components/zd-alert/ZdAlert.ts.d.ts +884 -0
  68. package/types/components/zd-badge/ZdBadge.ts.d.ts +624 -0
  69. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +697 -0
  70. package/types/components/zd-button/ZdButton.ts.d.ts +1158 -0
  71. package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +785 -0
  72. package/types/components/zd-card/ZdCard.ts.d.ts +1028 -0
  73. package/types/components/zd-carousel/ZdCarousel.ts.d.ts +2007 -0
  74. package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +642 -0
  75. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +2010 -0
  76. package/types/components/zd-chip/ZdChip.ts.d.ts +1256 -0
  77. package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +791 -0
  78. package/types/components/zd-col/ZdCol.ts.d.ts +741 -0
  79. package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +1583 -0
  80. package/types/components/zd-container/ZdContainer.ts.d.ts +722 -0
  81. package/types/components/zd-currency/ZdCurrency.ts.d.ts +2024 -0
  82. package/types/components/zd-date-input/ZdDateInput.ts.d.ts +960 -0
  83. package/types/components/zd-date-range/ZdDateRange.d.ts +5 -7
  84. package/types/components/zd-dialog/ZdDialog.ts.d.ts +262 -0
  85. package/types/components/zd-divider/ZdDivider.ts.d.ts +623 -0
  86. package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +836 -0
  87. package/types/components/zd-footer/ZdFooter.ts.d.ts +1262 -0
  88. package/types/components/zd-form/ZdForm.ts.d.ts +118 -0
  89. package/types/components/zd-frame/ZdFrame.ts.d.ts +138 -0
  90. package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +805 -0
  91. package/types/components/zd-grid/ZdGrid.ts.d.ts +7304 -0
  92. package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +14 -0
  93. package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +68 -0
  94. package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +58 -0
  95. package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +53 -0
  96. package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +112 -0
  97. package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +46 -0
  98. package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +165 -0
  99. package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +47 -0
  100. package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +2087 -0
  101. package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +16 -0
  102. package/types/components/zd-grid/row/TableRow.ts.d.ts +34 -0
  103. package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +105 -0
  104. package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +2086 -0
  105. package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +8663 -0
  106. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +637 -0
  107. package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +126 -0
  108. package/types/components/zd-header/ZdHeader.ts.d.ts +1320 -0
  109. package/types/components/zd-icon/ZdIcon.ts.d.ts +383 -0
  110. package/types/components/zd-image/ZdImage.ts.d.ts +753 -0
  111. package/types/components/zd-increment/ZdIncrement.ts.d.ts +2069 -0
  112. package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +2089 -0
  113. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +1645 -0
  114. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +1081 -0
  115. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +2763 -0
  116. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +1627 -0
  117. package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +766 -0
  118. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +2484 -0
  119. package/types/components/zd-layout/ZdLayout.ts.d.ts +647 -0
  120. package/types/components/zd-list/ZdList.ts.d.ts +1140 -0
  121. package/types/components/zd-list/ZdListGroup.ts.d.ts +1332 -0
  122. package/types/components/zd-list/ZdListItem.ts.d.ts +848 -0
  123. package/types/components/zd-loading/ZdLoading.ts.d.ts +350 -0
  124. package/types/components/zd-login/ZdLogin.ts.d.ts +1072 -0
  125. package/types/components/zd-login/ZdLoginButton.ts.d.ts +1910 -0
  126. package/types/components/zd-main/ZdMain.ts.d.ts +619 -0
  127. package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +684 -0
  128. package/types/components/zd-menu/ZdMenu.ts.d.ts +4484 -0
  129. package/types/components/zd-menu/ZdMenuButton.ts.d.ts +1142 -0
  130. package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +6286 -0
  131. package/types/components/zd-menu/ZdMenuLink.ts.d.ts +10437 -0
  132. package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +600 -0
  133. package/types/components/zd-modal/ZdModal.ts.d.ts +10 -0
  134. package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +1137 -0
  135. package/types/components/zd-month/ZdMonth.d.ts +3 -4
  136. package/types/components/zd-month/ZdMonth.ts.d.ts +2217 -0
  137. package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +2021 -0
  138. package/types/components/zd-password/ZdPassword.ts.d.ts +2014 -0
  139. package/types/components/zd-progress/ZdProgress.ts.d.ts +859 -0
  140. package/types/components/zd-radio/ZdRadio.ts.d.ts +682 -0
  141. package/types/components/zd-row/ZdRow.ts.d.ts +734 -0
  142. package/types/components/zd-select/ZdSelect.ts.d.ts +313 -0
  143. package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +333 -0
  144. package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +414 -0
  145. package/types/components/zd-switch/ZdSwitch.ts.d.ts +1918 -0
  146. package/types/components/zd-table/ZdTable.ts.d.ts +1092 -0
  147. package/types/components/zd-tabs/ZdTab.ts.d.ts +674 -0
  148. package/types/components/zd-tabs/ZdTabItem.ts.d.ts +268 -0
  149. package/types/components/zd-tabs/ZdTabs.ts.d.ts +929 -0
  150. package/types/components/zd-tag/ZdTag.ts.d.ts +613 -0
  151. package/types/components/zd-text/ZdText.ts.d.ts +670 -0
  152. package/types/components/zd-text-input/ZdTextInput.ts.d.ts +746 -0
  153. package/types/components/zd-textarea/ZdTextarea.ts.d.ts +877 -0
  154. package/types/components/zd-time/ZdTime.d.ts +2 -2
  155. package/types/components/zd-time/ZdTime.ts.d.ts +2224 -0
  156. package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +781 -0
  157. package/types/components/zd-tree/ZdTree.ts.d.ts +1878 -0
  158. package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +26 -0
  159. package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +74 -0
  160. package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +4178 -0
  161. package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +92 -0
  162. package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +124 -0
  163. package/types/composables/useDateKeydown.d.ts +1 -3
  164. package/vite.config.browser.ts +53 -0
  165. package/vite.config.lib.ts +42 -0
  166. package/dist/components/index.js +0 -275
  167. package/dist/components/tek-grid/TekGrid.js +0 -287
  168. package/dist/components/tek-grid/column-filter/TekGridColumnFilter.js +0 -201
  169. package/dist/components/tek-grid/column-header/TekGridHeaderRow.js +0 -134
  170. package/dist/components/tek-grid/columns-button/TekGridColumnsButton.js +0 -79
  171. package/dist/components/tek-grid/columns-button/TekGridColumnsOptionsController.js +0 -416
  172. package/dist/components/tek-grid/columns-button/TekGridColumnsOptionsModal.js +0 -501
  173. package/dist/components/tek-grid/filter-button/TekGridFilterButton.js +0 -36
  174. package/dist/components/tek-grid/indentation/TekGridIndentation.js +0 -20
  175. package/dist/components/tek-grid/layout-options/TekGridLayoutOptions.js +0 -101
  176. package/dist/components/tek-grid/row/TekGridFooterRow.js +0 -57
  177. package/dist/components/tek-grid/row/TekGridGroupRow.js +0 -58
  178. package/dist/components/tooltip-overflow/ZdTooltipOverflow.js +0 -56
  179. package/dist/components/zd-activator-wrapper/ZdActivatorWrapper.js +0 -33
  180. package/dist/components/zd-alert/ZdAlert.js +0 -112
  181. package/dist/components/zd-badge/ZdBadge.js +0 -28
  182. package/dist/components/zd-breadcrumbs/ZdBreadcrumbs.js +0 -55
  183. package/dist/components/zd-button/ZdButton.js +0 -230
  184. package/dist/components/zd-button-group/ZdButtonGroup.js +0 -110
  185. package/dist/components/zd-card/ZdCard.js +0 -132
  186. package/dist/components/zd-carousel/ZdCarousel.js +0 -242
  187. package/dist/components/zd-checkbox/ZdCheckbox.js +0 -35
  188. package/dist/components/zd-checkbox-multiple/ZdCheckboxMultiple.js +0 -62
  189. package/dist/components/zd-chip/ZdChip.js +0 -94
  190. package/dist/components/zd-code-viewer/ZdCodeViewer.js +0 -55
  191. package/dist/components/zd-code-viewer/prism.js +0 -14
  192. package/dist/components/zd-col/ZdCol.js +0 -45
  193. package/dist/components/zd-collapse-card/ZdCollapseCard.js +0 -85
  194. package/dist/components/zd-component/ZdComponent.js +0 -259
  195. package/dist/components/zd-component/ZdComponentRender.js +0 -14
  196. package/dist/components/zd-container/ZdContainer.js +0 -42
  197. package/dist/components/zd-currency/ZdCurrency.js +0 -24
  198. package/dist/components/zd-date-input/ZdDateInput.js +0 -184
  199. package/dist/components/zd-date-range/ZdDateRange.js +0 -189
  200. package/dist/components/zd-dialog/ZdDialog.js +0 -34
  201. package/dist/components/zd-divider/ZdDivider.js +0 -28
  202. package/dist/components/zd-dropdown/ZdDropdown.js +0 -93
  203. package/dist/components/zd-footer/ZdFooter.js +0 -77
  204. package/dist/components/zd-form/ZdForm.js +0 -85
  205. package/dist/components/zd-frame/ZdFrame.js +0 -76
  206. package/dist/components/zd-frame-page/ZdFramePage.js +0 -21
  207. package/dist/components/zd-grid/ZdGrid.js +0 -284
  208. package/dist/components/zd-grid/cell/ZdGridAction.js +0 -12
  209. package/dist/components/zd-grid/cell/ZdGridCell.js +0 -59
  210. package/dist/components/zd-grid/cell/ZdGridCellContent.js +0 -59
  211. package/dist/components/zd-grid/cell/ZdGridCheckbox.js +0 -38
  212. package/dist/components/zd-grid/column-header/ZdGridColumnHeader.js +0 -70
  213. package/dist/components/zd-grid/column-header/ZdGridHeaderIcon.js +0 -31
  214. package/dist/components/zd-grid/column-header/ZdGridHeaderRow.js +0 -102
  215. package/dist/components/zd-grid/column-header/ZdGridSort.js +0 -32
  216. package/dist/components/zd-grid/composables/grid-instance.js +0 -12
  217. package/dist/components/zd-grid/footer/ZdGridFooter.js +0 -16
  218. package/dist/components/zd-grid/helper/ZdGridHelper.js +0 -12
  219. package/dist/components/zd-grid/row/TableRow.js +0 -25
  220. package/dist/components/zd-grid/row/ZdGridRow.js +0 -70
  221. package/dist/components/zd-grid/toolbar/ZdGridToolbar.js +0 -15
  222. package/dist/components/zd-grid-editable/ZdGridEditable.js +0 -174
  223. package/dist/components/zd-grid-editable/cell/ZdGridEditableCell.js +0 -135
  224. package/dist/components/zd-grid-editable/row/ZdGridEditableRow.js +0 -99
  225. package/dist/components/zd-header/ZdHeader.js +0 -111
  226. package/dist/components/zd-icon/ZdIcon.js +0 -63
  227. package/dist/components/zd-image/ZdImage.js +0 -48
  228. package/dist/components/zd-increment/ZdIncrement.js +0 -38
  229. package/dist/components/zd-input/ZdInput.js +0 -164
  230. package/dist/components/zd-iterable/ZdIterable.js +0 -38
  231. package/dist/components/zd-iterable/ZdIterableNoData.js +0 -20
  232. package/dist/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.js +0 -50
  233. package/dist/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.js +0 -21
  234. package/dist/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.js +0 -55
  235. package/dist/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.js +0 -36
  236. package/dist/components/zd-iterable/zd-search/ZdSearch.js +0 -42
  237. package/dist/components/zd-iterable-component-render/ZdIterableComponentRender.js +0 -108
  238. package/dist/components/zd-layout/ZdLayout.js +0 -41
  239. package/dist/components/zd-list/ZdList.js +0 -84
  240. package/dist/components/zd-list/ZdListGroup.js +0 -38
  241. package/dist/components/zd-list/ZdListItem.js +0 -66
  242. package/dist/components/zd-loading/ZdLoading.js +0 -61
  243. package/dist/components/zd-login/ZdLogin.js +0 -68
  244. package/dist/components/zd-login/ZdLoginButton.js +0 -28
  245. package/dist/components/zd-main/ZdMain.js +0 -33
  246. package/dist/components/zd-master-detail/ZdMasterDetail.js +0 -48
  247. package/dist/components/zd-menu/ZdMenu.js +0 -302
  248. package/dist/components/zd-menu/ZdMenuButton.js +0 -42
  249. package/dist/components/zd-menu/ZdMenuGroup.js +0 -66
  250. package/dist/components/zd-menu/ZdMenuLink.js +0 -63
  251. package/dist/components/zd-menu/ZdMenuSeparator.js +0 -26
  252. package/dist/components/zd-modal/ZdModal.js +0 -123
  253. package/dist/components/zd-modal/ZdModalCloseButton.js +0 -36
  254. package/dist/components/zd-month/ZdMonth.js +0 -31
  255. package/dist/components/zd-number-input/ZdNumberInput.js +0 -84
  256. package/dist/components/zd-password/ZdPassword.js +0 -23
  257. package/dist/components/zd-progress/ZdProgress.js +0 -52
  258. package/dist/components/zd-radio/ZdRadio.js +0 -56
  259. package/dist/components/zd-row/ZdRow.js +0 -43
  260. package/dist/components/zd-select/ZdSelect.js +0 -191
  261. package/dist/components/zd-select-multiple/ZdSelectMultiple.js +0 -326
  262. package/dist/components/zd-svg-map/ZdSvgMap.js +0 -211
  263. package/dist/components/zd-switch/ZdSwitch.js +0 -39
  264. package/dist/components/zd-table/ZdTable.js +0 -42
  265. package/dist/components/zd-tabs/ZdTab.js +0 -89
  266. package/dist/components/zd-tabs/ZdTabItem.js +0 -17
  267. package/dist/components/zd-tabs/ZdTabs.js +0 -84
  268. package/dist/components/zd-tag/ZdTag.js +0 -34
  269. package/dist/components/zd-text/ZdText.js +0 -36
  270. package/dist/components/zd-text-input/ZdTextInput.js +0 -174
  271. package/dist/components/zd-textarea/ZdTextarea.js +0 -76
  272. package/dist/components/zd-time/ZdTime.js +0 -159
  273. package/dist/components/zd-toggleable/ZdToggleable.js +0 -13
  274. package/dist/components/zd-tooltip/ZdTooltip.js +0 -92
  275. package/dist/components/zd-tree/ZdTree.js +0 -315
  276. package/dist/components/zd-tree/ZdTreeAfterTitle.js +0 -17
  277. package/dist/components/zd-tree/ZdTreeCheckbox.js +0 -97
  278. package/dist/components/zd-tree-grid/ZdTreeGrid.js +0 -101
  279. package/dist/components/zd-tree-grid/cell/ZdTreeGridCell.js +0 -81
  280. package/dist/components/zd-tree-grid/row/ZdTreeGridRow.js +0 -85
  281. package/dist/composables/cellSelection.js +0 -37
  282. package/dist/composables/columnDrag.js +0 -82
  283. package/dist/composables/columnResize.js +0 -115
  284. package/dist/composables/density.js +0 -13
  285. package/dist/composables/doubleClick.js +0 -32
  286. package/dist/composables/fixedColumns.js +0 -106
  287. package/dist/composables/gridColorVars.js +0 -30
  288. package/dist/composables/gridColumns.js +0 -87
  289. package/dist/composables/gridSelection.js +0 -91
  290. package/dist/composables/gridSorting.js +0 -19
  291. package/dist/composables/hasSlot.js +0 -25
  292. package/dist/composables/index.js +0 -18
  293. package/dist/composables/maska.js +0 -36
  294. package/dist/composables/tableNavigation.js +0 -126
  295. package/dist/composables/useDateKeydown.js +0 -87
  296. package/dist/composables/useIsMobile.js +0 -8
  297. package/dist/composables/usePickerValue.js +0 -19
  298. package/dist/composables/useTableLayout.js +0 -212
  299. package/dist/composables/virtualScroll.js +0 -92
  300. package/dist/composables/watchUrl.js +0 -14
  301. package/dist/errors/index.js +0 -3
  302. package/dist/errors/not-provided.js +0 -11
  303. package/dist/errors/row-not-found.js +0 -9
  304. package/dist/errors/zeedhi-error.js +0 -8
  305. package/dist/index.js +0 -49
  306. package/dist/propsMixins/heightProps.js +0 -17
  307. package/dist/propsMixins/index.js +0 -3
  308. package/dist/propsMixins/interfaces.js +0 -1
  309. package/dist/propsMixins/widthProps.js +0 -13
  310. package/dist/utils/buildProps.js +0 -3
  311. package/dist/utils/fillHeight.js +0 -18
  312. package/dist/utils/icons/icons.js +0 -28
  313. package/dist/utils/index.js +0 -6
  314. package/dist/utils/isArrayOperation.js +0 -4
  315. package/dist/utils/logger/logger.js +0 -7
  316. package/dist/utils/mergeDictionaries.js +0 -22
  317. package/dist/utils/plugins/formatSizePlugin.js +0 -6
  318. package/dist/utils/plugins/getIconPlugin.js +0 -11
  319. package/dist/utils/plugins/index.js +0 -4
  320. package/dist/utils/plugins/styleObjectPlugin.js +0 -13
  321. package/dist/zd-vuetify.js +0 -62702
@@ -0,0 +1,1892 @@
1
+ import { ITekGridLayout, Input } from '@zeedhi/common';
2
+ import { IEventParam } from '@zeedhi/core';
3
+ import { mergeProps } from 'vue';
4
+ export declare const TekGridLayoutOptionsProps: {
5
+ children: {
6
+ type: (StringConstructor | {
7
+ (arrayLength: number): import("@zeedhi/common").IComponentRender[];
8
+ (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
9
+ new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
10
+ new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
11
+ isArray(arg: any): arg is any[];
12
+ readonly prototype: any[];
13
+ from<T>(arrayLike: ArrayLike<T>): T[];
14
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
15
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
16
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
17
+ of<T_4>(...items: T_4[]): T_4[];
18
+ readonly [Symbol.species]: ArrayConstructor;
19
+ })[];
20
+ default(): never[];
21
+ };
22
+ component: {
23
+ type: StringConstructor;
24
+ };
25
+ allowDuplicate: {
26
+ type: (StringConstructor | BooleanConstructor)[];
27
+ default: boolean;
28
+ };
29
+ autofocus: {
30
+ type: (StringConstructor | BooleanConstructor)[];
31
+ default: boolean;
32
+ };
33
+ cssClass: {
34
+ type: StringConstructor;
35
+ default: string;
36
+ };
37
+ cssStyle: {
38
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
39
+ default: string;
40
+ };
41
+ dark: {
42
+ type: (StringConstructor | BooleanConstructor)[];
43
+ default: boolean;
44
+ };
45
+ directives: {
46
+ type: ObjectConstructor;
47
+ default(): {};
48
+ };
49
+ events: {
50
+ type: ObjectConstructor;
51
+ default(): {};
52
+ };
53
+ instanceObject: {
54
+ type: ObjectConstructor;
55
+ };
56
+ isVisible: {
57
+ type: (StringConstructor | BooleanConstructor)[];
58
+ default: boolean;
59
+ };
60
+ keyMap: {
61
+ type: ObjectConstructor;
62
+ default(): {};
63
+ };
64
+ light: {
65
+ type: (StringConstructor | BooleanConstructor)[];
66
+ default: boolean;
67
+ };
68
+ name: {
69
+ type: StringConstructor;
70
+ required: true;
71
+ };
72
+ parent: {
73
+ type: ObjectConstructor;
74
+ };
75
+ tabStop: {
76
+ type: (StringConstructor | BooleanConstructor)[];
77
+ default: boolean;
78
+ };
79
+ theme: {
80
+ type: StringConstructor;
81
+ };
82
+ };
83
+ declare const layoutOptionsComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
84
+ children: {
85
+ type: (StringConstructor | {
86
+ (arrayLength: number): import("@zeedhi/common").IComponentRender[];
87
+ (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
88
+ new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
89
+ new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
90
+ isArray(arg: any): arg is any[];
91
+ readonly prototype: any[];
92
+ from<T>(arrayLike: ArrayLike<T>): T[];
93
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
94
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
95
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
96
+ of<T_4>(...items: T_4[]): T_4[];
97
+ readonly [Symbol.species]: ArrayConstructor;
98
+ })[];
99
+ default(): never[];
100
+ };
101
+ component: {
102
+ type: StringConstructor;
103
+ };
104
+ allowDuplicate: {
105
+ type: (StringConstructor | BooleanConstructor)[];
106
+ default: boolean;
107
+ };
108
+ autofocus: {
109
+ type: (StringConstructor | BooleanConstructor)[];
110
+ default: boolean;
111
+ };
112
+ cssClass: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ };
116
+ cssStyle: {
117
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
118
+ default: string;
119
+ };
120
+ dark: {
121
+ type: (StringConstructor | BooleanConstructor)[];
122
+ default: boolean;
123
+ };
124
+ directives: {
125
+ type: ObjectConstructor;
126
+ default(): {};
127
+ };
128
+ events: {
129
+ type: ObjectConstructor;
130
+ default(): {};
131
+ };
132
+ instanceObject: {
133
+ type: ObjectConstructor;
134
+ };
135
+ isVisible: {
136
+ type: (StringConstructor | BooleanConstructor)[];
137
+ default: boolean;
138
+ };
139
+ keyMap: {
140
+ type: ObjectConstructor;
141
+ default(): {};
142
+ };
143
+ light: {
144
+ type: (StringConstructor | BooleanConstructor)[];
145
+ default: boolean;
146
+ };
147
+ name: {
148
+ type: StringConstructor;
149
+ required: true;
150
+ };
151
+ parent: {
152
+ type: ObjectConstructor;
153
+ };
154
+ tabStop: {
155
+ type: (StringConstructor | BooleanConstructor)[];
156
+ default: boolean;
157
+ };
158
+ theme: {
159
+ type: StringConstructor;
160
+ };
161
+ }>, {
162
+ instance: {
163
+ currentLayoutName: string;
164
+ layoutEdited: boolean;
165
+ layouts: import("@zeedhi/core").IDictionary<ITekGridLayout>;
166
+ layoutNames: string[];
167
+ viewApplyLayout?: ((layout?: ITekGridLayout | undefined) => void) | undefined;
168
+ viewGetCurrentLayout?: ((layoutName: string) => {
169
+ name: string;
170
+ gridWidth: any;
171
+ order: any;
172
+ filter: any;
173
+ dynamicFilter: any;
174
+ columns: any;
175
+ }) | undefined;
176
+ originalColumnProps: {
177
+ name: string;
178
+ width?: string | undefined;
179
+ minWidth?: string | undefined;
180
+ maxWidth?: string | undefined;
181
+ isVisible?: boolean | undefined;
182
+ fixed?: boolean | undefined;
183
+ grouped?: boolean | undefined;
184
+ aggregation?: "SUM" | "MIN" | "MAX" | "AVG" | "COUNT" | undefined;
185
+ label?: string | undefined;
186
+ align?: "left" | "right" | "center" | undefined;
187
+ groupOpened?: boolean | undefined;
188
+ filterHelperValue?: string | import("@zeedhi/core").IDictionary<any> | undefined;
189
+ }[];
190
+ originalDatasourceOrder: string[];
191
+ originalDatasourceDynamicFilter: import("@zeedhi/core").IDictionary<import("@zeedhi/common").IDynamicFilterItem[]>;
192
+ originalDatasourceFilter: import("@zeedhi/core").IDictionary<any>;
193
+ events: {
194
+ [x: string]: any;
195
+ loadLayouts?: import("@zeedhi/common").IAsyncEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams> | undefined;
196
+ saveLayouts?: import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams> | undefined;
197
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
198
+ click?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
199
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
200
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
201
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
202
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
203
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
204
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams, import("@zeedhi/core").IEvent<IEventParam<any> | import("@zeedhi/common").ITekGridLayoutEventParams>> | undefined;
205
+ };
206
+ grid: {
207
+ datasource: {
208
+ data: import("@zeedhi/core").IDictionary<any>[];
209
+ defaultLimit: number;
210
+ filter: import("@zeedhi/core").IDictionary<any>;
211
+ loadAll: boolean;
212
+ loading: boolean;
213
+ order: string[];
214
+ page: number;
215
+ search: string;
216
+ searchIn: string[];
217
+ selectedRows: import("@zeedhi/core").IDictionary<any>[];
218
+ uniqueKey: string;
219
+ visibleSelectedRows: import("@zeedhi/core").IDictionary<any>[];
220
+ watchUrl: boolean;
221
+ error: any;
222
+ events: {
223
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
224
+ onChangeCurrentRow?: import("@zeedhi/core").IEvent<IEventParam<any>> | undefined;
225
+ onChangePagination?: import("@zeedhi/core").IEvent<IEventParam<any>> | undefined;
226
+ };
227
+ initialize: () => void | Promise<void>;
228
+ destroy: () => void;
229
+ currentRow: import("@zeedhi/core").IDictionary<any>;
230
+ limit: number;
231
+ total: number;
232
+ urlHasChanged: () => boolean;
233
+ get: () => Promise<any>;
234
+ post: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
235
+ put: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
236
+ delete: (row?: import("@zeedhi/core").IDictionary<any> | undefined) => Promise<any>;
237
+ updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
238
+ getLoadedData: () => import("@zeedhi/core").IDictionary<any>[];
239
+ setSearch: (search: string) => Promise<any>;
240
+ addFilter: (column: string, value: any) => Promise<any>;
241
+ removeFilter: (column: string) => Promise<any>;
242
+ setFilter: (filter: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
243
+ clearFilter: () => Promise<any>;
244
+ setLimit: (limit: number, replaceUrl?: boolean | undefined) => Promise<any>;
245
+ setPage: (page: number, replaceUrl?: boolean | undefined) => Promise<any>;
246
+ addOrder: (column: string, value: import("@zeedhi/core").Order) => Promise<any>;
247
+ removeOrder: (column: string) => Promise<any>;
248
+ setOrder: (order: string[]) => Promise<any>;
249
+ clearOrder: () => Promise<any>;
250
+ getOrderByColumn: (column: string) => import("@zeedhi/core").Order | null;
251
+ selectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
252
+ deselectRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
253
+ updateSelectedPage: () => Promise<any> | import("@zeedhi/core").IDictionary<any>[];
254
+ clone: () => import("@zeedhi/core").IDatasource;
255
+ registerGetCallback: (callback: import("@zeedhi/core").Callback) => void;
256
+ hasFilter: (columnName: string) => boolean;
257
+ };
258
+ columns: {
259
+ filterProps: {
260
+ [x: string]: any;
261
+ relation?: import("@zeedhi/common").IFilterRelation | undefined;
262
+ operation?: import("@zeedhi/common").IFilterOperation | undefined;
263
+ helperOptions?: string[] | undefined;
264
+ helperValue?: string | undefined;
265
+ allowDuplicate?: boolean | undefined;
266
+ autofocus?: boolean | undefined;
267
+ children?: {
268
+ [x: string]: any;
269
+ allowDuplicate?: boolean | undefined;
270
+ autofocus?: boolean | undefined;
271
+ children?: any[] | undefined;
272
+ componentId?: number | undefined;
273
+ cssClass?: string | undefined;
274
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
275
+ events?: {
276
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
277
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
278
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
279
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
280
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
281
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
282
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
283
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
284
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
285
+ } | undefined;
286
+ directives?: {
287
+ [x: string]: {
288
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
289
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
290
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
291
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
292
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
293
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
294
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
295
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
296
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
297
+ } | undefined;
298
+ touch?: {
299
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
300
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
301
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
302
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
303
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
304
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
305
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
306
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
307
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
308
+ } | undefined;
309
+ } | undefined;
310
+ isVisible?: string | boolean | undefined;
311
+ dark?: boolean | undefined;
312
+ light?: boolean | undefined;
313
+ theme?: string | undefined;
314
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
315
+ name: string;
316
+ parent?: {
317
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
318
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
319
+ allowDuplicate: boolean;
320
+ autofocus: boolean;
321
+ children: any[];
322
+ componentId: number;
323
+ cssClass: string;
324
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
325
+ events: {
326
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
327
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
328
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
329
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
330
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
331
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
332
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
333
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
334
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
335
+ };
336
+ directives: {
337
+ [x: string]: {
338
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
339
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
340
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
341
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
342
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
343
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
344
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
345
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
346
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
347
+ } | undefined;
348
+ touch?: {
349
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
350
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
351
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
352
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
353
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
354
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
355
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
356
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
357
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
358
+ } | undefined;
359
+ };
360
+ isVisible: string | boolean;
361
+ dark: boolean;
362
+ light: boolean;
363
+ theme?: string | undefined;
364
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
365
+ name: string;
366
+ parent?: any | undefined;
367
+ tabStop: boolean;
368
+ userProperties: import("@zeedhi/core").IDictionary<any>;
369
+ fillHeight: boolean;
370
+ } | undefined;
371
+ tabStop?: boolean | undefined;
372
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
373
+ fillHeight?: boolean | undefined;
374
+ }[] | undefined;
375
+ componentId?: number | undefined;
376
+ cssClass?: string | undefined;
377
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
378
+ events?: {
379
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
380
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
381
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
382
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
383
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
384
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
385
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
386
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
387
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
388
+ } | undefined;
389
+ directives?: {
390
+ [x: string]: {
391
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
392
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
393
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
394
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
395
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
396
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
397
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
398
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
399
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
400
+ } | undefined;
401
+ touch?: {
402
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
403
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
404
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
405
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
406
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
407
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
408
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
409
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
410
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
411
+ } | undefined;
412
+ } | undefined;
413
+ isVisible?: string | boolean | undefined;
414
+ dark?: boolean | undefined;
415
+ light?: boolean | undefined;
416
+ theme?: string | undefined;
417
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
418
+ name: string;
419
+ parent?: {
420
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
421
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
422
+ allowDuplicate: boolean;
423
+ autofocus: boolean;
424
+ children: any[];
425
+ componentId: number;
426
+ cssClass: string;
427
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
428
+ events: {
429
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
430
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
431
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
432
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
433
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
434
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
435
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
436
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
437
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
438
+ };
439
+ directives: {
440
+ [x: string]: {
441
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
442
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
443
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
444
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
445
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
446
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
447
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
448
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
449
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
450
+ } | undefined;
451
+ touch?: {
452
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
453
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
454
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
455
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
456
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
457
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
458
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
459
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
460
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
461
+ } | undefined;
462
+ };
463
+ isVisible: string | boolean;
464
+ dark: boolean;
465
+ light: boolean;
466
+ theme?: string | undefined;
467
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
468
+ name: string;
469
+ parent?: any | undefined;
470
+ tabStop: boolean;
471
+ userProperties: import("@zeedhi/core").IDictionary<any>;
472
+ fillHeight: boolean;
473
+ } | undefined;
474
+ tabStop?: boolean | undefined;
475
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
476
+ fillHeight?: boolean | undefined;
477
+ } | {
478
+ [x: string]: any;
479
+ relation?: import("@zeedhi/common").IFilterRelation | undefined;
480
+ operation?: import("@zeedhi/common").IFilterOperation | undefined;
481
+ helperOptions?: string[] | undefined;
482
+ helperValue?: string | undefined;
483
+ allowDuplicate?: boolean | undefined;
484
+ autofocus?: boolean | undefined;
485
+ children?: {
486
+ [x: string]: any;
487
+ allowDuplicate?: boolean | undefined;
488
+ autofocus?: boolean | undefined;
489
+ children?: any[] | undefined;
490
+ componentId?: number | undefined;
491
+ cssClass?: string | undefined;
492
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
493
+ events?: {
494
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
495
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
496
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
497
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
498
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
499
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
500
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
501
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
502
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
503
+ } | undefined;
504
+ directives?: {
505
+ [x: string]: {
506
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
507
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
508
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
509
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
510
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
511
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
512
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
513
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
514
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
515
+ } | undefined;
516
+ touch?: {
517
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
518
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
519
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
520
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
521
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
522
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
523
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
524
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
525
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
526
+ } | undefined;
527
+ } | undefined;
528
+ isVisible?: string | boolean | undefined;
529
+ dark?: boolean | undefined;
530
+ light?: boolean | undefined;
531
+ theme?: string | undefined;
532
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
533
+ name: string;
534
+ parent?: {
535
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
536
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
537
+ allowDuplicate: boolean;
538
+ autofocus: boolean;
539
+ children: any[];
540
+ componentId: number;
541
+ cssClass: string;
542
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
543
+ events: {
544
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
545
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
546
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
547
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
548
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
549
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
550
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
551
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
552
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
553
+ };
554
+ directives: {
555
+ [x: string]: {
556
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
557
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
558
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
559
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
560
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
561
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
562
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
563
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
564
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
565
+ } | undefined;
566
+ touch?: {
567
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
568
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
569
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
570
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
571
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
572
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
573
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
574
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
575
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
576
+ } | undefined;
577
+ };
578
+ isVisible: string | boolean;
579
+ dark: boolean;
580
+ light: boolean;
581
+ theme?: string | undefined;
582
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
583
+ name: string;
584
+ parent?: any | undefined;
585
+ tabStop: boolean;
586
+ userProperties: import("@zeedhi/core").IDictionary<any>;
587
+ fillHeight: boolean;
588
+ } | undefined;
589
+ tabStop?: boolean | undefined;
590
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
591
+ fillHeight?: boolean | undefined;
592
+ }[] | undefined;
593
+ componentId?: number | undefined;
594
+ cssClass?: string | undefined;
595
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
596
+ events?: {
597
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
598
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
599
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
600
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
601
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
602
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
603
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
604
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
605
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
606
+ } | undefined;
607
+ directives?: {
608
+ [x: string]: {
609
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
610
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
611
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
612
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
613
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
614
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
615
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
616
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
617
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
618
+ } | undefined;
619
+ touch?: {
620
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
621
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
622
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
623
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
624
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
625
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
626
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
627
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
628
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
629
+ } | undefined;
630
+ } | undefined;
631
+ isVisible?: string | boolean | undefined;
632
+ dark?: boolean | undefined;
633
+ light?: boolean | undefined;
634
+ theme?: string | undefined;
635
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
636
+ name: string;
637
+ parent?: {
638
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
639
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
640
+ allowDuplicate: boolean;
641
+ autofocus: boolean;
642
+ children: any[];
643
+ componentId: number;
644
+ cssClass: string;
645
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
646
+ events: {
647
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
648
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
649
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
650
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
651
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
652
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
653
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
654
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
655
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
656
+ };
657
+ directives: {
658
+ [x: string]: {
659
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
660
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
661
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
662
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
663
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
664
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
665
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
666
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
667
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
668
+ } | undefined;
669
+ touch?: {
670
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
671
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
672
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
673
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
674
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
675
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
676
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
677
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
678
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
679
+ } | undefined;
680
+ };
681
+ isVisible: string | boolean;
682
+ dark: boolean;
683
+ light: boolean;
684
+ theme?: string | undefined;
685
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
686
+ name: string;
687
+ parent?: any | undefined;
688
+ tabStop: boolean;
689
+ userProperties: import("@zeedhi/core").IDictionary<any>;
690
+ fillHeight: boolean;
691
+ } | undefined;
692
+ tabStop?: boolean | undefined;
693
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
694
+ fillHeight?: boolean | undefined;
695
+ }[];
696
+ filterable: boolean;
697
+ filterIndex?: number | undefined;
698
+ skipLookupSearch: boolean;
699
+ groupLabelForEmptyValue: string;
700
+ storeData: boolean;
701
+ getBatchLookupData: (lookupColumn: string, values: any[]) => Promise<import("@zeedhi/core").IDictionary<any>[]>;
702
+ memorySearch: (search: string) => Promise<any>;
703
+ grouped: boolean;
704
+ aggregation: "SUM" | "MIN" | "MAX" | "AVG" | "COUNT" | undefined;
705
+ groupOpened: boolean | undefined;
706
+ isVisible: boolean;
707
+ editable: boolean;
708
+ children: {
709
+ [x: string]: any;
710
+ conditions?: import("@zeedhi/core").IDictionary<any> | undefined;
711
+ allowDuplicate?: boolean | undefined;
712
+ autofocus?: boolean | undefined;
713
+ children?: {
714
+ [x: string]: any;
715
+ allowDuplicate?: boolean | undefined;
716
+ autofocus?: boolean | undefined;
717
+ children?: any[] | undefined;
718
+ componentId?: number | undefined;
719
+ cssClass?: string | undefined;
720
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
721
+ events?: {
722
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
723
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
724
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
725
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
726
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
727
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
728
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
729
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
730
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
731
+ } | undefined;
732
+ directives?: {
733
+ [x: string]: {
734
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
735
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
736
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
737
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
738
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
739
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
740
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
741
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
742
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
743
+ } | undefined;
744
+ touch?: {
745
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
746
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
747
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
748
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
749
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
750
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
751
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
752
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
753
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
754
+ } | undefined;
755
+ } | undefined;
756
+ isVisible?: string | boolean | undefined;
757
+ dark?: boolean | undefined;
758
+ light?: boolean | undefined;
759
+ theme?: string | undefined;
760
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
761
+ name: string;
762
+ parent?: {
763
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
764
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
765
+ allowDuplicate: boolean;
766
+ autofocus: boolean;
767
+ children: any[];
768
+ componentId: number;
769
+ cssClass: string;
770
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
771
+ events: {
772
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
773
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
774
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
775
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
776
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
777
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
778
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
779
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
780
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
781
+ };
782
+ directives: {
783
+ [x: string]: {
784
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
785
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
786
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
787
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
788
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
789
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
790
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
791
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
792
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
793
+ } | undefined;
794
+ touch?: {
795
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
796
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
797
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
798
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
799
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
800
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
801
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
802
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
803
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
804
+ } | undefined;
805
+ };
806
+ isVisible: string | boolean;
807
+ dark: boolean;
808
+ light: boolean;
809
+ theme?: string | undefined;
810
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
811
+ name: string;
812
+ parent?: any | undefined;
813
+ tabStop: boolean;
814
+ userProperties: import("@zeedhi/core").IDictionary<any>;
815
+ fillHeight: boolean;
816
+ } | undefined;
817
+ tabStop?: boolean | undefined;
818
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
819
+ fillHeight?: boolean | undefined;
820
+ }[] | undefined;
821
+ componentId?: number | undefined;
822
+ cssClass?: string | undefined;
823
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
824
+ events?: {
825
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
826
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
827
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
828
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
829
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
830
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
831
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
832
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
833
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
834
+ } | undefined;
835
+ directives?: {
836
+ [x: string]: {
837
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
838
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
839
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
840
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
841
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
842
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
843
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
844
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
845
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
846
+ } | undefined;
847
+ touch?: {
848
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
849
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
850
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
851
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
852
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
853
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
854
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
855
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
856
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
857
+ } | undefined;
858
+ } | undefined;
859
+ isVisible?: string | boolean | undefined;
860
+ dark?: boolean | undefined;
861
+ light?: boolean | undefined;
862
+ theme?: string | undefined;
863
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
864
+ name: string;
865
+ parent?: {
866
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
867
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
868
+ allowDuplicate: boolean;
869
+ autofocus: boolean;
870
+ children: any[];
871
+ componentId: number;
872
+ cssClass: string;
873
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
874
+ events: {
875
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
876
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
877
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
878
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
879
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
880
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
881
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
882
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
883
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
884
+ };
885
+ directives: {
886
+ [x: string]: {
887
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
888
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
889
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
890
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
891
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
892
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
893
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
894
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
895
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
896
+ } | undefined;
897
+ touch?: {
898
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
899
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
900
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
901
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
902
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
903
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
904
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
905
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
906
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
907
+ } | undefined;
908
+ };
909
+ isVisible: string | boolean;
910
+ dark: boolean;
911
+ light: boolean;
912
+ theme?: string | undefined;
913
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
914
+ name: string;
915
+ parent?: any | undefined;
916
+ tabStop: boolean;
917
+ userProperties: import("@zeedhi/core").IDictionary<any>;
918
+ fillHeight: boolean;
919
+ } | undefined;
920
+ tabStop?: boolean | undefined;
921
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
922
+ fillHeight?: boolean | undefined;
923
+ }[];
924
+ readonly childrenProps: {
925
+ [x: string]: any;
926
+ allowDuplicate?: boolean | undefined;
927
+ autofocus?: boolean | undefined;
928
+ children?: {
929
+ [x: string]: any;
930
+ allowDuplicate?: boolean | undefined;
931
+ autofocus?: boolean | undefined;
932
+ children?: any[] | undefined;
933
+ componentId?: number | undefined;
934
+ cssClass?: string | undefined;
935
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
936
+ events?: {
937
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
938
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
939
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
940
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
941
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
942
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
943
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
944
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
945
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
946
+ } | undefined;
947
+ directives?: {
948
+ [x: string]: {
949
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
950
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
951
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
952
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
953
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
954
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
955
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
956
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
957
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
958
+ } | undefined;
959
+ touch?: {
960
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
961
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
962
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
963
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
964
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
965
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
966
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
967
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
968
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
969
+ } | undefined;
970
+ } | undefined;
971
+ isVisible?: string | boolean | undefined;
972
+ dark?: boolean | undefined;
973
+ light?: boolean | undefined;
974
+ theme?: string | undefined;
975
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
976
+ name: string;
977
+ parent?: {
978
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
979
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
980
+ allowDuplicate: boolean;
981
+ autofocus: boolean;
982
+ children: any[];
983
+ componentId: number;
984
+ cssClass: string;
985
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
986
+ events: {
987
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
988
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
989
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
990
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
991
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
992
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
993
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
994
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
995
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
996
+ };
997
+ directives: {
998
+ [x: string]: {
999
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1000
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1001
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1002
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1003
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1004
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1005
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1006
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1007
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1008
+ } | undefined;
1009
+ touch?: {
1010
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1011
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1012
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1013
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1014
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1015
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1016
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1017
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1018
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1019
+ } | undefined;
1020
+ };
1021
+ isVisible: string | boolean;
1022
+ dark: boolean;
1023
+ light: boolean;
1024
+ theme?: string | undefined;
1025
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1026
+ name: string;
1027
+ parent?: any | undefined;
1028
+ tabStop: boolean;
1029
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1030
+ fillHeight: boolean;
1031
+ } | undefined;
1032
+ tabStop?: boolean | undefined;
1033
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1034
+ fillHeight?: boolean | undefined;
1035
+ }[] | undefined;
1036
+ componentId?: number | undefined;
1037
+ cssClass?: string | undefined;
1038
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1039
+ events?: {
1040
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1041
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1042
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1043
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1044
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1045
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1046
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1047
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1048
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1049
+ } | undefined;
1050
+ directives?: {
1051
+ [x: string]: {
1052
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1053
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1054
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1055
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1056
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1057
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1058
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1059
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1060
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1061
+ } | undefined;
1062
+ touch?: {
1063
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1064
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1065
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1066
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1067
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1068
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1069
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1070
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1071
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1072
+ } | undefined;
1073
+ } | undefined;
1074
+ isVisible?: string | boolean | undefined;
1075
+ dark?: boolean | undefined;
1076
+ light?: boolean | undefined;
1077
+ theme?: string | undefined;
1078
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
1079
+ name: string;
1080
+ parent?: {
1081
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1082
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1083
+ allowDuplicate: boolean;
1084
+ autofocus: boolean;
1085
+ children: any[];
1086
+ componentId: number;
1087
+ cssClass: string;
1088
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1089
+ events: {
1090
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1091
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1092
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1093
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1094
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1095
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1096
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1097
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1098
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1099
+ };
1100
+ directives: {
1101
+ [x: string]: {
1102
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1103
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1104
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1105
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1106
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1107
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1108
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1109
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1110
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1111
+ } | undefined;
1112
+ touch?: {
1113
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1114
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1115
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1116
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1117
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1118
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1119
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1120
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1121
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1122
+ } | undefined;
1123
+ };
1124
+ isVisible: string | boolean;
1125
+ dark: boolean;
1126
+ light: boolean;
1127
+ theme?: string | undefined;
1128
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1129
+ name: string;
1130
+ parent?: any | undefined;
1131
+ tabStop: boolean;
1132
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1133
+ fillHeight: boolean;
1134
+ } | undefined;
1135
+ tabStop?: boolean | undefined;
1136
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1137
+ fillHeight?: boolean | undefined;
1138
+ }[];
1139
+ getColumnWithoutConditions: (component: any) => any;
1140
+ checkOutValues: (component: any, row: import("@zeedhi/core").IDictionary<any>, newRow: import("@zeedhi/core").IDictionary<any>) => void;
1141
+ align: import("@zeedhi/common").ColumnAlign;
1142
+ label: string;
1143
+ width?: string | undefined;
1144
+ maxWidth?: string | undefined;
1145
+ minWidth?: string | undefined;
1146
+ mask: string;
1147
+ type?: "action" | undefined;
1148
+ actionFixed: boolean;
1149
+ fixed: boolean;
1150
+ sortable: boolean;
1151
+ loading: boolean;
1152
+ componentProps: any;
1153
+ style: import("@zeedhi/core").IDictionary<any>;
1154
+ xlsType: string;
1155
+ lookupData: any;
1156
+ lookupDataCount: number;
1157
+ overflow: string | number;
1158
+ conditions: import("@zeedhi/core").IDictionary<any>;
1159
+ helperText: string;
1160
+ setViewGetWidth: (viewGetWidth: () => number) => void;
1161
+ setLookupDataFilter: (filter: import("@zeedhi/core").IDictionary<any>) => void;
1162
+ getWidth: () => number;
1163
+ formatterByRow: (row: import("@zeedhi/core").IDictionary<any>, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
1164
+ formatter: (value: any, cellProps?: import("@zeedhi/core").IDictionary<any> | undefined) => any;
1165
+ getLookupData: (lookupColumn: string, value: any) => any;
1166
+ initialize: () => void;
1167
+ clearLookupData: () => void;
1168
+ onBeforeDestroy: () => void;
1169
+ allowDuplicate: boolean;
1170
+ autofocus: boolean;
1171
+ childrenInstances: any[];
1172
+ cssClass: string;
1173
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
1174
+ directives: {
1175
+ [x: string]: {
1176
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1177
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1178
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1179
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1180
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1181
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1182
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1183
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1184
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1185
+ } | undefined;
1186
+ touch?: {
1187
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1188
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1189
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1190
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1191
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1192
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1193
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1194
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1195
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1196
+ } | undefined;
1197
+ };
1198
+ events: {
1199
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1200
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1201
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1202
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1203
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1204
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1205
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1206
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1207
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1208
+ };
1209
+ name: string;
1210
+ dark: boolean;
1211
+ light: boolean;
1212
+ theme?: string | undefined;
1213
+ fillHeight: boolean;
1214
+ parent?: {
1215
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1216
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1217
+ allowDuplicate: boolean;
1218
+ autofocus: boolean;
1219
+ children: any[];
1220
+ componentId: number;
1221
+ cssClass: string;
1222
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1223
+ events: {
1224
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1225
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1226
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1227
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1228
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1229
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1230
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1231
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1232
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1233
+ };
1234
+ directives: {
1235
+ [x: string]: {
1236
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1237
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1238
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1239
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1240
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1241
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1242
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1243
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1244
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1245
+ } | undefined;
1246
+ touch?: {
1247
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1248
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1249
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1250
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1251
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1252
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1253
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1254
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1255
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1256
+ } | undefined;
1257
+ };
1258
+ isVisible: string | boolean;
1259
+ dark: boolean;
1260
+ light: boolean;
1261
+ theme?: string | undefined;
1262
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1263
+ name: string;
1264
+ parent?: any | undefined;
1265
+ tabStop: boolean;
1266
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1267
+ fillHeight: boolean;
1268
+ } | undefined;
1269
+ componentId: number;
1270
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1271
+ isFocused: boolean;
1272
+ tabStop: boolean;
1273
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1274
+ setViewFocus: (viewFocus: () => void) => void;
1275
+ setFocus: () => void;
1276
+ callEvent: (eventName: string, args: any) => boolean;
1277
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
1278
+ removeChild: (name: string) => void;
1279
+ getChildInstance: <T_1>(name: string) => T_1;
1280
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1281
+ onCreated: () => void;
1282
+ onBeforeMount: () => void;
1283
+ onMounted: (element: any) => void;
1284
+ onDestroyed: () => void;
1285
+ click: (event?: Event | undefined, element?: any) => void;
1286
+ focus: (event: Event, element: any) => void;
1287
+ blur: (event: Event, element: any) => void;
1288
+ mouseenter: (event?: Event | undefined, element?: any) => void;
1289
+ mouseleave: (event?: Event | undefined, element?: any) => void;
1290
+ mouseout: (event?: Event | undefined, element?: any) => void;
1291
+ mouseover: (event?: Event | undefined, element?: any) => void;
1292
+ }[];
1293
+ pageSizes: string[];
1294
+ events: {
1295
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1296
+ changeLayout?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1297
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1298
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1299
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1300
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1301
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1302
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1303
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1304
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1305
+ };
1306
+ virtualScroll: boolean;
1307
+ virtualScrollCache: number;
1308
+ searchVisibleOnly: boolean;
1309
+ defaultSearchVisibleOnly: boolean;
1310
+ updateData: (data: import("@zeedhi/core").IDictionary<any>[]) => Promise<any>;
1311
+ getAppliedConditions: (args: {
1312
+ row: import("@zeedhi/core").IDictionary<any>;
1313
+ column: import("@zeedhi/common").Column;
1314
+ path?: string | undefined;
1315
+ }) => Partial<import("@zeedhi/common").IComponentRender>;
1316
+ getCurrentRowIndex: () => number;
1317
+ getPage: () => number;
1318
+ setPage: (page: number) => Promise<any>;
1319
+ getLastPage: () => number;
1320
+ onCreated: () => void;
1321
+ createColumn: (columnProps: import("@zeedhi/common").IColumn) => import("@zeedhi/common").TekGridColumn;
1322
+ getColumn: (name: string) => import("@zeedhi/common").TekGridColumn;
1323
+ readonly pageText: string;
1324
+ readonly paginationLength: number;
1325
+ getCellWithAppliedConditions: (columns: import("@zeedhi/common").Column[], row: import("@zeedhi/core").IDictionary<any>) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
1326
+ reapplyConditions: (row: import("@zeedhi/core").IDictionary<any>, columns?: import("@zeedhi/common").Column[] | undefined) => import("@zeedhi/core").IDictionary<import("@zeedhi/core").IDictionary<any>>;
1327
+ reload: () => Promise<any>;
1328
+ changeData: (data: import("@zeedhi/core").IDictionary<any>[]) => void;
1329
+ onBeforeDestroy: () => void;
1330
+ changeLayout: (event?: Event | undefined, element?: any) => void;
1331
+ setSearch: (search: string) => Promise<any>;
1332
+ setCurrentRow: (row: import("@zeedhi/core").IDictionary<any>) => void;
1333
+ setOrder: (order: string[]) => Promise<any>;
1334
+ getRowKey: (row: import("@zeedhi/core").IDictionary<any>) => any;
1335
+ delete: (row: import("@zeedhi/core").IDictionary<any>) => Promise<any>;
1336
+ getData: () => import("@zeedhi/core").IDictionary<any>[];
1337
+ findRow: (key: string | number) => import("@zeedhi/core").IDictionary<any> | undefined;
1338
+ children: {
1339
+ [x: string]: any;
1340
+ children?: any[] | undefined;
1341
+ component: string;
1342
+ allowDuplicate?: boolean | undefined;
1343
+ autofocus?: boolean | undefined;
1344
+ componentId?: number | undefined;
1345
+ cssClass?: string | undefined;
1346
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1347
+ events?: {
1348
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1349
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1350
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1351
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1352
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1353
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1354
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1355
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1356
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1357
+ } | undefined;
1358
+ directives?: {
1359
+ [x: string]: {
1360
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1361
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1362
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1363
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1364
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1365
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1366
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1367
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1368
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1369
+ } | undefined;
1370
+ touch?: {
1371
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1372
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1373
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1374
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1375
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1376
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1377
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1378
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1379
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1380
+ } | undefined;
1381
+ } | undefined;
1382
+ isVisible?: string | boolean | undefined;
1383
+ dark?: boolean | undefined;
1384
+ light?: boolean | undefined;
1385
+ theme?: string | undefined;
1386
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
1387
+ name: string;
1388
+ parent?: {
1389
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1390
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1391
+ allowDuplicate: boolean;
1392
+ autofocus: boolean;
1393
+ children: any[];
1394
+ componentId: number;
1395
+ cssClass: string;
1396
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1397
+ events: {
1398
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1399
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1400
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1401
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1402
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1403
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1404
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1405
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1406
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1407
+ };
1408
+ directives: {
1409
+ [x: string]: {
1410
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1411
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1412
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1413
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1414
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1415
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1416
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1417
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1418
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1419
+ } | undefined;
1420
+ touch?: {
1421
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1422
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1423
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1424
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1425
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1426
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1427
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1428
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1429
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1430
+ } | undefined;
1431
+ };
1432
+ isVisible: string | boolean;
1433
+ dark: boolean;
1434
+ light: boolean;
1435
+ theme?: string | undefined;
1436
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1437
+ name: string;
1438
+ parent?: any | undefined;
1439
+ tabStop: boolean;
1440
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1441
+ fillHeight: boolean;
1442
+ } | undefined;
1443
+ tabStop?: boolean | undefined;
1444
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1445
+ fillHeight?: boolean | undefined;
1446
+ }[];
1447
+ component: string;
1448
+ allowDuplicate: boolean;
1449
+ autofocus: boolean;
1450
+ childrenInstances: any[];
1451
+ cssClass: string;
1452
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
1453
+ directives: {
1454
+ [x: string]: {
1455
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1456
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1457
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1458
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1459
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1460
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1461
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1462
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1463
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1464
+ } | undefined;
1465
+ touch?: {
1466
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1467
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1468
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1469
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1470
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1471
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1472
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1473
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1474
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1475
+ } | undefined;
1476
+ };
1477
+ isVisible: boolean;
1478
+ name: string;
1479
+ dark: boolean;
1480
+ light: boolean;
1481
+ theme?: string | undefined;
1482
+ fillHeight: boolean;
1483
+ parent?: {
1484
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1485
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1486
+ allowDuplicate: boolean;
1487
+ autofocus: boolean;
1488
+ children: any[];
1489
+ componentId: number;
1490
+ cssClass: string;
1491
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1492
+ events: {
1493
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1494
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1495
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1496
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1497
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1498
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1499
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1500
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1501
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1502
+ };
1503
+ directives: {
1504
+ [x: string]: {
1505
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1506
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1507
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1508
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1509
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1510
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1511
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1512
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1513
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1514
+ } | undefined;
1515
+ touch?: {
1516
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1517
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1518
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1519
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1520
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1521
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1522
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1523
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1524
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1525
+ } | undefined;
1526
+ };
1527
+ isVisible: string | boolean;
1528
+ dark: boolean;
1529
+ light: boolean;
1530
+ theme?: string | undefined;
1531
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1532
+ name: string;
1533
+ parent?: any | undefined;
1534
+ tabStop: boolean;
1535
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1536
+ fillHeight: boolean;
1537
+ } | undefined;
1538
+ componentId: number;
1539
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1540
+ isFocused: boolean;
1541
+ tabStop: boolean;
1542
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1543
+ setViewFocus: (viewFocus: () => void) => void;
1544
+ setFocus: () => void;
1545
+ callEvent: (eventName: string, args: any) => boolean;
1546
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
1547
+ removeChild: (name: string) => void;
1548
+ getChildInstance: <T_1>(name: string) => T_1;
1549
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1550
+ onBeforeMount: () => void;
1551
+ onMounted: (element: any) => void;
1552
+ onDestroyed: () => void;
1553
+ click: (event?: Event | undefined, element?: any) => void;
1554
+ focus: (event: Event, element: any) => void;
1555
+ blur: (event: Event, element: any) => void;
1556
+ mouseenter: (event?: Event | undefined, element?: any) => void;
1557
+ mouseleave: (event?: Event | undefined, element?: any) => void;
1558
+ mouseout: (event?: Event | undefined, element?: any) => void;
1559
+ mouseover: (event?: Event | undefined, element?: any) => void;
1560
+ };
1561
+ onMounted: (element: HTMLElement) => Promise<void>;
1562
+ getHelperValue: (column: import("@zeedhi/common").Column) => string | (string | undefined)[] | undefined;
1563
+ newLayout: (layout: ITekGridLayout) => void;
1564
+ addLayout: (layout: ITekGridLayout) => void;
1565
+ discardChanges: () => void;
1566
+ applyLayout: (name: string, save?: boolean | undefined) => void;
1567
+ deleteLayout: (name: string) => void;
1568
+ updateLayout: (name: string, layout: ITekGridLayout) => void;
1569
+ updateDefaultLayout: (layout: ITekGridLayout) => void;
1570
+ children: {
1571
+ [x: string]: any;
1572
+ children?: any[] | undefined;
1573
+ component: string;
1574
+ allowDuplicate?: boolean | undefined;
1575
+ autofocus?: boolean | undefined;
1576
+ componentId?: number | undefined;
1577
+ cssClass?: string | undefined;
1578
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
1579
+ events?: {
1580
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1581
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1582
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1583
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1584
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1585
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1586
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1587
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1588
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1589
+ } | undefined;
1590
+ directives?: {
1591
+ [x: string]: {
1592
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1593
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1594
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1595
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1596
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1597
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1598
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1599
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1600
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1601
+ } | undefined;
1602
+ touch?: {
1603
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1604
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1605
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1606
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1607
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1608
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1609
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1610
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1611
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1612
+ } | undefined;
1613
+ } | undefined;
1614
+ isVisible?: string | boolean | undefined;
1615
+ dark?: boolean | undefined;
1616
+ light?: boolean | undefined;
1617
+ theme?: string | undefined;
1618
+ keyMap?: import("@zeedhi/core").IKeyMap<IEventParam<any>> | undefined;
1619
+ name: string;
1620
+ parent?: {
1621
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1622
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1623
+ allowDuplicate: boolean;
1624
+ autofocus: boolean;
1625
+ children: any[];
1626
+ componentId: number;
1627
+ cssClass: string;
1628
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1629
+ events: {
1630
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1631
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1632
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1633
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1634
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1635
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1636
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1637
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1638
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1639
+ };
1640
+ directives: {
1641
+ [x: string]: {
1642
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1643
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1644
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1645
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1646
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1647
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1648
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1649
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1650
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1651
+ } | undefined;
1652
+ touch?: {
1653
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1654
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1655
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1656
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1657
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1658
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1659
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1660
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1661
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1662
+ } | undefined;
1663
+ };
1664
+ isVisible: string | boolean;
1665
+ dark: boolean;
1666
+ light: boolean;
1667
+ theme?: string | undefined;
1668
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1669
+ name: string;
1670
+ parent?: any | undefined;
1671
+ tabStop: boolean;
1672
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1673
+ fillHeight: boolean;
1674
+ } | undefined;
1675
+ tabStop?: boolean | undefined;
1676
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1677
+ fillHeight?: boolean | undefined;
1678
+ }[];
1679
+ component: string;
1680
+ allowDuplicate: boolean;
1681
+ autofocus: boolean;
1682
+ childrenInstances: any[];
1683
+ cssClass: string;
1684
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
1685
+ directives: {
1686
+ [x: string]: {
1687
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1688
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1689
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1690
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1691
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1692
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1693
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1694
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1695
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1696
+ } | undefined;
1697
+ touch?: {
1698
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1699
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1700
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1701
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1702
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1703
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1704
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1705
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1706
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1707
+ } | undefined;
1708
+ };
1709
+ isVisible: boolean;
1710
+ name: string;
1711
+ dark: boolean;
1712
+ light: boolean;
1713
+ theme?: string | undefined;
1714
+ fillHeight: boolean;
1715
+ parent?: {
1716
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1717
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
1718
+ allowDuplicate: boolean;
1719
+ autofocus: boolean;
1720
+ children: any[];
1721
+ componentId: number;
1722
+ cssClass: string;
1723
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1724
+ events: {
1725
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1726
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1727
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1728
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1729
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1730
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1731
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1732
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1733
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1734
+ };
1735
+ directives: {
1736
+ [x: string]: {
1737
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1738
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1739
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1740
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1741
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1742
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1743
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1744
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1745
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1746
+ } | undefined;
1747
+ touch?: {
1748
+ [x: string]: string | import("@zeedhi/core").IEvent<IEventParam<any>> | (string | import("@zeedhi/core").IEvent<IEventParam<any>> | undefined)[] | undefined;
1749
+ blur?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1750
+ click?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1751
+ focus?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1752
+ onCreated?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1753
+ onBeforeMount?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1754
+ onMounted?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1755
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1756
+ onDestroyed?: import("@zeedhi/common").EventDef<IEventParam<any>, import("@zeedhi/core").IEvent<IEventParam<any>>> | undefined;
1757
+ } | undefined;
1758
+ };
1759
+ isVisible: string | boolean;
1760
+ dark: boolean;
1761
+ light: boolean;
1762
+ theme?: string | undefined;
1763
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1764
+ name: string;
1765
+ parent?: any | undefined;
1766
+ tabStop: boolean;
1767
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1768
+ fillHeight: boolean;
1769
+ } | undefined;
1770
+ componentId: number;
1771
+ keyMap: import("@zeedhi/core").IKeyMap<IEventParam<any>>;
1772
+ isFocused: boolean;
1773
+ tabStop: boolean;
1774
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1775
+ setViewFocus: (viewFocus: () => void) => void;
1776
+ setFocus: () => void;
1777
+ callEvent: (eventName: string, args: any) => boolean;
1778
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
1779
+ removeChild: (name: string) => void;
1780
+ getChildInstance: <T_1>(name: string) => T_1;
1781
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1782
+ onCreated: () => void;
1783
+ onBeforeMount: () => void;
1784
+ onBeforeDestroy: () => void;
1785
+ onDestroyed: () => void;
1786
+ click: (event?: Event | undefined, element?: any) => void;
1787
+ focus: (event: Event, element: any) => void;
1788
+ blur: (event: Event, element: any) => void;
1789
+ mouseenter: (event?: Event | undefined, element?: any) => void;
1790
+ mouseleave: (event?: Event | undefined, element?: any) => void;
1791
+ mouseout: (event?: Event | undefined, element?: any) => void;
1792
+ mouseover: (event?: Event | undefined, element?: any) => void;
1793
+ };
1794
+ root: Readonly<import("vue").ShallowRef<HTMLElement | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, HTMLElement | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null>>;
1795
+ menuActive: import("vue").Ref<boolean, boolean>;
1796
+ confirmLayoutClick: ({ component }: IEventParam<Input>) => void;
1797
+ applyOrUpdateLayout: (event: Event, layoutName: string) => void;
1798
+ deleteLayout: (event: Event, layoutName: string) => void;
1799
+ mergeProps: typeof mergeProps;
1800
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1801
+ children: {
1802
+ type: (StringConstructor | {
1803
+ (arrayLength: number): import("@zeedhi/common").IComponentRender[];
1804
+ (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
1805
+ new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
1806
+ new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
1807
+ isArray(arg: any): arg is any[];
1808
+ readonly prototype: any[];
1809
+ from<T>(arrayLike: ArrayLike<T>): T[];
1810
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
1811
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
1812
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
1813
+ of<T_4>(...items: T_4[]): T_4[];
1814
+ readonly [Symbol.species]: ArrayConstructor;
1815
+ })[];
1816
+ default(): never[];
1817
+ };
1818
+ component: {
1819
+ type: StringConstructor;
1820
+ };
1821
+ allowDuplicate: {
1822
+ type: (StringConstructor | BooleanConstructor)[];
1823
+ default: boolean;
1824
+ };
1825
+ autofocus: {
1826
+ type: (StringConstructor | BooleanConstructor)[];
1827
+ default: boolean;
1828
+ };
1829
+ cssClass: {
1830
+ type: StringConstructor;
1831
+ default: string;
1832
+ };
1833
+ cssStyle: {
1834
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
1835
+ default: string;
1836
+ };
1837
+ dark: {
1838
+ type: (StringConstructor | BooleanConstructor)[];
1839
+ default: boolean;
1840
+ };
1841
+ directives: {
1842
+ type: ObjectConstructor;
1843
+ default(): {};
1844
+ };
1845
+ events: {
1846
+ type: ObjectConstructor;
1847
+ default(): {};
1848
+ };
1849
+ instanceObject: {
1850
+ type: ObjectConstructor;
1851
+ };
1852
+ isVisible: {
1853
+ type: (StringConstructor | BooleanConstructor)[];
1854
+ default: boolean;
1855
+ };
1856
+ keyMap: {
1857
+ type: ObjectConstructor;
1858
+ default(): {};
1859
+ };
1860
+ light: {
1861
+ type: (StringConstructor | BooleanConstructor)[];
1862
+ default: boolean;
1863
+ };
1864
+ name: {
1865
+ type: StringConstructor;
1866
+ required: true;
1867
+ };
1868
+ parent: {
1869
+ type: ObjectConstructor;
1870
+ };
1871
+ tabStop: {
1872
+ type: (StringConstructor | BooleanConstructor)[];
1873
+ default: boolean;
1874
+ };
1875
+ theme: {
1876
+ type: StringConstructor;
1877
+ };
1878
+ }>> & Readonly<{}>, {
1879
+ allowDuplicate: string | boolean;
1880
+ autofocus: string | boolean;
1881
+ children: string | import("@zeedhi/common").IComponentRender[];
1882
+ cssClass: string;
1883
+ cssStyle: import("vue").StyleValue;
1884
+ dark: string | boolean;
1885
+ directives: Record<string, any>;
1886
+ events: Record<string, any>;
1887
+ isVisible: string | boolean;
1888
+ keyMap: Record<string, any>;
1889
+ light: string | boolean;
1890
+ tabStop: string | boolean;
1891
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1892
+ export default layoutOptionsComponent;