@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,1262 @@
1
+ import { IComponentRender } from '@zeedhi/common';
2
+ export declare const ZdFooterProps: {
3
+ absolute: {
4
+ type: (StringConstructor | BooleanConstructor)[];
5
+ default: boolean;
6
+ };
7
+ app: {
8
+ type: (StringConstructor | BooleanConstructor)[];
9
+ default: boolean;
10
+ };
11
+ centerSlot: {
12
+ type: () => IComponentRender[];
13
+ default: () => never[];
14
+ };
15
+ color: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ fixed: {
20
+ type: (StringConstructor | BooleanConstructor)[];
21
+ default: boolean;
22
+ };
23
+ inset: {
24
+ type: (StringConstructor | BooleanConstructor)[];
25
+ default: boolean;
26
+ };
27
+ leftSlot: {
28
+ type: () => IComponentRender[];
29
+ default: () => never[];
30
+ };
31
+ maxHeight: {
32
+ type: (StringConstructor | NumberConstructor)[];
33
+ };
34
+ maxWidth: {
35
+ type: (StringConstructor | NumberConstructor)[];
36
+ };
37
+ minHeight: {
38
+ type: (StringConstructor | NumberConstructor)[];
39
+ };
40
+ minWidth: {
41
+ type: (StringConstructor | NumberConstructor)[];
42
+ };
43
+ padless: {
44
+ type: (StringConstructor | BooleanConstructor)[];
45
+ default: boolean;
46
+ };
47
+ rightSlot: {
48
+ type: () => IComponentRender[];
49
+ default: () => never[];
50
+ };
51
+ width: {
52
+ type: (StringConstructor | NumberConstructor)[];
53
+ };
54
+ children: {
55
+ type: (StringConstructor | {
56
+ (arrayLength: number): IComponentRender[];
57
+ (...items: IComponentRender[]): IComponentRender[];
58
+ new (arrayLength: number): IComponentRender[];
59
+ new (...items: IComponentRender[]): IComponentRender[];
60
+ isArray(arg: any): arg is any[];
61
+ readonly prototype: any[];
62
+ from<T>(arrayLike: ArrayLike<T>): T[];
63
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
64
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
65
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
66
+ of<T_4>(...items: T_4[]): T_4[];
67
+ readonly [Symbol.species]: ArrayConstructor;
68
+ })[];
69
+ default(): never[];
70
+ };
71
+ component: {
72
+ type: StringConstructor;
73
+ };
74
+ allowDuplicate: {
75
+ type: (StringConstructor | BooleanConstructor)[];
76
+ default: boolean;
77
+ };
78
+ autofocus: {
79
+ type: (StringConstructor | BooleanConstructor)[];
80
+ default: boolean;
81
+ };
82
+ cssClass: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ cssStyle: {
87
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
88
+ default: string;
89
+ };
90
+ dark: {
91
+ type: (StringConstructor | BooleanConstructor)[];
92
+ default: boolean;
93
+ };
94
+ directives: {
95
+ type: ObjectConstructor;
96
+ default(): {};
97
+ };
98
+ events: {
99
+ type: ObjectConstructor;
100
+ default(): {};
101
+ };
102
+ instanceObject: {
103
+ type: ObjectConstructor;
104
+ };
105
+ isVisible: {
106
+ type: (StringConstructor | BooleanConstructor)[];
107
+ default: boolean;
108
+ };
109
+ keyMap: {
110
+ type: ObjectConstructor;
111
+ default(): {};
112
+ };
113
+ light: {
114
+ type: (StringConstructor | BooleanConstructor)[];
115
+ default: boolean;
116
+ };
117
+ name: {
118
+ type: StringConstructor;
119
+ required: true;
120
+ };
121
+ parent: {
122
+ type: ObjectConstructor;
123
+ };
124
+ tabStop: {
125
+ type: (StringConstructor | BooleanConstructor)[];
126
+ default: boolean;
127
+ };
128
+ theme: {
129
+ type: StringConstructor;
130
+ };
131
+ };
132
+ declare const FooterComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
133
+ absolute: {
134
+ type: (StringConstructor | BooleanConstructor)[];
135
+ default: boolean;
136
+ };
137
+ app: {
138
+ type: (StringConstructor | BooleanConstructor)[];
139
+ default: boolean;
140
+ };
141
+ centerSlot: {
142
+ type: () => IComponentRender[];
143
+ default: () => never[];
144
+ };
145
+ color: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ fixed: {
150
+ type: (StringConstructor | BooleanConstructor)[];
151
+ default: boolean;
152
+ };
153
+ inset: {
154
+ type: (StringConstructor | BooleanConstructor)[];
155
+ default: boolean;
156
+ };
157
+ leftSlot: {
158
+ type: () => IComponentRender[];
159
+ default: () => never[];
160
+ };
161
+ maxHeight: {
162
+ type: (StringConstructor | NumberConstructor)[];
163
+ };
164
+ maxWidth: {
165
+ type: (StringConstructor | NumberConstructor)[];
166
+ };
167
+ minHeight: {
168
+ type: (StringConstructor | NumberConstructor)[];
169
+ };
170
+ minWidth: {
171
+ type: (StringConstructor | NumberConstructor)[];
172
+ };
173
+ padless: {
174
+ type: (StringConstructor | BooleanConstructor)[];
175
+ default: boolean;
176
+ };
177
+ rightSlot: {
178
+ type: () => IComponentRender[];
179
+ default: () => never[];
180
+ };
181
+ width: {
182
+ type: (StringConstructor | NumberConstructor)[];
183
+ };
184
+ children: {
185
+ type: (StringConstructor | {
186
+ (arrayLength: number): IComponentRender[];
187
+ (...items: IComponentRender[]): IComponentRender[];
188
+ new (arrayLength: number): IComponentRender[];
189
+ new (...items: IComponentRender[]): IComponentRender[];
190
+ isArray(arg: any): arg is any[];
191
+ readonly prototype: any[];
192
+ from<T>(arrayLike: ArrayLike<T>): T[];
193
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
194
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
195
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
196
+ of<T_4>(...items: T_4[]): T_4[];
197
+ readonly [Symbol.species]: ArrayConstructor;
198
+ })[];
199
+ default(): never[];
200
+ };
201
+ component: {
202
+ type: StringConstructor;
203
+ };
204
+ allowDuplicate: {
205
+ type: (StringConstructor | BooleanConstructor)[];
206
+ default: boolean;
207
+ };
208
+ autofocus: {
209
+ type: (StringConstructor | BooleanConstructor)[];
210
+ default: boolean;
211
+ };
212
+ cssClass: {
213
+ type: StringConstructor;
214
+ default: string;
215
+ };
216
+ cssStyle: {
217
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
218
+ default: string;
219
+ };
220
+ dark: {
221
+ type: (StringConstructor | BooleanConstructor)[];
222
+ default: boolean;
223
+ };
224
+ directives: {
225
+ type: ObjectConstructor;
226
+ default(): {};
227
+ };
228
+ events: {
229
+ type: ObjectConstructor;
230
+ default(): {};
231
+ };
232
+ instanceObject: {
233
+ type: ObjectConstructor;
234
+ };
235
+ isVisible: {
236
+ type: (StringConstructor | BooleanConstructor)[];
237
+ default: boolean;
238
+ };
239
+ keyMap: {
240
+ type: ObjectConstructor;
241
+ default(): {};
242
+ };
243
+ light: {
244
+ type: (StringConstructor | BooleanConstructor)[];
245
+ default: boolean;
246
+ };
247
+ name: {
248
+ type: StringConstructor;
249
+ required: true;
250
+ };
251
+ parent: {
252
+ type: ObjectConstructor;
253
+ };
254
+ tabStop: {
255
+ type: (StringConstructor | BooleanConstructor)[];
256
+ default: boolean;
257
+ };
258
+ theme: {
259
+ type: StringConstructor;
260
+ };
261
+ }>, {
262
+ instance: {
263
+ absolute: boolean;
264
+ app: boolean;
265
+ centerSlot: {
266
+ [x: string]: any;
267
+ children?: any[] | undefined;
268
+ component: string;
269
+ allowDuplicate?: boolean | undefined;
270
+ autofocus?: boolean | undefined;
271
+ componentId?: number | undefined;
272
+ cssClass?: string | undefined;
273
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
274
+ events?: {
275
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
276
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
277
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
278
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
279
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
280
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
281
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
282
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
283
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
284
+ } | undefined;
285
+ directives?: {
286
+ [x: string]: {
287
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
288
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
289
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
290
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
291
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
292
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
293
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
294
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
295
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
296
+ } | undefined;
297
+ touch?: {
298
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
299
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
300
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
301
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
302
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
303
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
304
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
305
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
306
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
307
+ } | undefined;
308
+ } | undefined;
309
+ isVisible?: string | boolean | undefined;
310
+ dark?: boolean | undefined;
311
+ light?: boolean | undefined;
312
+ theme?: string | undefined;
313
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
314
+ name: string;
315
+ parent?: {
316
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
317
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
318
+ allowDuplicate: boolean;
319
+ autofocus: boolean;
320
+ children: {
321
+ [x: string]: any;
322
+ allowDuplicate?: boolean | undefined;
323
+ autofocus?: boolean | undefined;
324
+ children?: any[] | undefined;
325
+ componentId?: number | undefined;
326
+ cssClass?: string | undefined;
327
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
328
+ events?: {
329
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
330
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
331
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
332
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
333
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
334
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
335
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
336
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
337
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
338
+ } | undefined;
339
+ directives?: {
340
+ [x: string]: {
341
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
342
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
343
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
344
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
345
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
346
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
347
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
348
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
349
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
350
+ } | undefined;
351
+ touch?: {
352
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
353
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
354
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
355
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
356
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
357
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
358
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
359
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
360
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
361
+ } | undefined;
362
+ } | undefined;
363
+ isVisible?: string | boolean | undefined;
364
+ dark?: boolean | undefined;
365
+ light?: boolean | undefined;
366
+ theme?: string | undefined;
367
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
368
+ name: string;
369
+ parent?: any | undefined;
370
+ tabStop?: boolean | undefined;
371
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
372
+ fillHeight?: boolean | undefined;
373
+ }[];
374
+ componentId: number;
375
+ cssClass: string;
376
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
377
+ events: {
378
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
379
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
380
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
381
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
382
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
383
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
384
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
385
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
386
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
387
+ };
388
+ directives: {
389
+ [x: string]: {
390
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
391
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
392
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
393
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
394
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
395
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
396
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
397
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
398
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
399
+ } | undefined;
400
+ touch?: {
401
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
402
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
403
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
404
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
405
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
406
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
407
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
408
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
409
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
410
+ } | undefined;
411
+ };
412
+ isVisible: string | boolean;
413
+ dark: boolean;
414
+ light: boolean;
415
+ theme?: string | undefined;
416
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
417
+ name: string;
418
+ parent?: any | undefined;
419
+ tabStop: boolean;
420
+ userProperties: import("@zeedhi/core").IDictionary<any>;
421
+ fillHeight: boolean;
422
+ } | undefined;
423
+ tabStop?: boolean | undefined;
424
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
425
+ fillHeight?: boolean | undefined;
426
+ }[];
427
+ color: string;
428
+ fixed: boolean;
429
+ height: string | number;
430
+ inset: boolean;
431
+ leftSlot: {
432
+ [x: string]: any;
433
+ children?: any[] | undefined;
434
+ component: string;
435
+ allowDuplicate?: boolean | undefined;
436
+ autofocus?: boolean | undefined;
437
+ componentId?: number | undefined;
438
+ cssClass?: string | undefined;
439
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
440
+ events?: {
441
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
442
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
443
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
444
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
445
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
446
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
447
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
448
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
449
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
450
+ } | undefined;
451
+ directives?: {
452
+ [x: string]: {
453
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
454
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
455
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
456
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
457
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
458
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
459
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
460
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
461
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
462
+ } | undefined;
463
+ touch?: {
464
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
465
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
466
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
467
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
468
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
469
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
470
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
471
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
472
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
473
+ } | undefined;
474
+ } | undefined;
475
+ isVisible?: string | boolean | undefined;
476
+ dark?: boolean | undefined;
477
+ light?: boolean | undefined;
478
+ theme?: string | undefined;
479
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
480
+ name: string;
481
+ parent?: {
482
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
483
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
484
+ allowDuplicate: boolean;
485
+ autofocus: boolean;
486
+ children: {
487
+ [x: string]: any;
488
+ allowDuplicate?: boolean | undefined;
489
+ autofocus?: boolean | undefined;
490
+ children?: any[] | undefined;
491
+ componentId?: number | undefined;
492
+ cssClass?: string | undefined;
493
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
494
+ events?: {
495
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
496
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
497
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
498
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
499
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
500
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
501
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
502
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
503
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
504
+ } | undefined;
505
+ directives?: {
506
+ [x: string]: {
507
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
508
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
509
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
510
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
511
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
512
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
513
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
514
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
515
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
516
+ } | undefined;
517
+ touch?: {
518
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
519
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
520
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
521
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
522
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
523
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
524
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
525
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
526
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
527
+ } | undefined;
528
+ } | undefined;
529
+ isVisible?: string | boolean | undefined;
530
+ dark?: boolean | undefined;
531
+ light?: boolean | undefined;
532
+ theme?: string | undefined;
533
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
534
+ name: string;
535
+ parent?: any | undefined;
536
+ tabStop?: boolean | undefined;
537
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
538
+ fillHeight?: boolean | undefined;
539
+ }[];
540
+ componentId: number;
541
+ cssClass: string;
542
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
543
+ events: {
544
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
545
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
546
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
547
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
548
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
549
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
550
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
551
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
552
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
553
+ };
554
+ directives: {
555
+ [x: string]: {
556
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
557
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
558
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
559
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
560
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
561
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
562
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
563
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
564
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
565
+ } | undefined;
566
+ touch?: {
567
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
568
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
569
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
570
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
571
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
572
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
573
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
574
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
575
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").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<import("@zeedhi/core").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
+ }[];
593
+ maxHeight?: string | number | undefined;
594
+ maxWidth?: string | number | undefined;
595
+ minHeight?: string | number | undefined;
596
+ minWidth?: string | number | undefined;
597
+ padless: boolean;
598
+ rightSlot: {
599
+ [x: string]: any;
600
+ children?: any[] | undefined;
601
+ component: string;
602
+ allowDuplicate?: boolean | undefined;
603
+ autofocus?: boolean | undefined;
604
+ componentId?: number | undefined;
605
+ cssClass?: string | undefined;
606
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
607
+ events?: {
608
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
609
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
610
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
611
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
612
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
613
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
614
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
615
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
616
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
617
+ } | undefined;
618
+ directives?: {
619
+ [x: string]: {
620
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
621
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
622
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
623
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
624
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
625
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
626
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
627
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
628
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
629
+ } | undefined;
630
+ touch?: {
631
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
632
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
633
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
634
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
635
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
636
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
637
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
638
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
639
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
640
+ } | undefined;
641
+ } | undefined;
642
+ isVisible?: string | boolean | undefined;
643
+ dark?: boolean | undefined;
644
+ light?: boolean | undefined;
645
+ theme?: string | undefined;
646
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
647
+ name: string;
648
+ parent?: {
649
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
650
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
651
+ allowDuplicate: boolean;
652
+ autofocus: boolean;
653
+ children: {
654
+ [x: string]: any;
655
+ allowDuplicate?: boolean | undefined;
656
+ autofocus?: boolean | undefined;
657
+ children?: any[] | undefined;
658
+ componentId?: number | undefined;
659
+ cssClass?: string | undefined;
660
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
661
+ events?: {
662
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
663
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
664
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
665
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
666
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
667
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
668
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
669
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
670
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
671
+ } | undefined;
672
+ directives?: {
673
+ [x: string]: {
674
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
675
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
676
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
677
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
678
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
679
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
680
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
681
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
682
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
683
+ } | undefined;
684
+ touch?: {
685
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
686
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
687
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
688
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
689
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
690
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
691
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
692
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
693
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
694
+ } | undefined;
695
+ } | undefined;
696
+ isVisible?: string | boolean | undefined;
697
+ dark?: boolean | undefined;
698
+ light?: boolean | undefined;
699
+ theme?: string | undefined;
700
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
701
+ name: string;
702
+ parent?: any | undefined;
703
+ tabStop?: boolean | undefined;
704
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
705
+ fillHeight?: boolean | undefined;
706
+ }[];
707
+ componentId: number;
708
+ cssClass: string;
709
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
710
+ events: {
711
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
712
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
713
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
714
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
715
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
716
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
717
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
718
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
719
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
720
+ };
721
+ directives: {
722
+ [x: string]: {
723
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
724
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
725
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
726
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
727
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
728
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
729
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
730
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
731
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
732
+ } | undefined;
733
+ touch?: {
734
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
735
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
736
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
737
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
738
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
739
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
740
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
741
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
742
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
743
+ } | undefined;
744
+ };
745
+ isVisible: string | boolean;
746
+ dark: boolean;
747
+ light: boolean;
748
+ theme?: string | undefined;
749
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
750
+ name: string;
751
+ parent?: any | undefined;
752
+ tabStop: boolean;
753
+ userProperties: import("@zeedhi/core").IDictionary<any>;
754
+ fillHeight: boolean;
755
+ } | undefined;
756
+ tabStop?: boolean | undefined;
757
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
758
+ fillHeight?: boolean | undefined;
759
+ }[];
760
+ width?: string | number | undefined;
761
+ readonly namedSlotsIsVisible: number;
762
+ children: {
763
+ [x: string]: any;
764
+ children?: any[] | undefined;
765
+ component: string;
766
+ allowDuplicate?: boolean | undefined;
767
+ autofocus?: boolean | undefined;
768
+ componentId?: number | undefined;
769
+ cssClass?: string | undefined;
770
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
771
+ events?: {
772
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
773
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
774
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
775
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
776
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
777
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
778
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
779
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
780
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
781
+ } | undefined;
782
+ directives?: {
783
+ [x: string]: {
784
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
785
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
786
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
787
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
788
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
789
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
790
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
791
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
792
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
793
+ } | undefined;
794
+ touch?: {
795
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
796
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
797
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
798
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
799
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
800
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
801
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
802
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
803
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
804
+ } | undefined;
805
+ } | undefined;
806
+ isVisible?: string | boolean | undefined;
807
+ dark?: boolean | undefined;
808
+ light?: boolean | undefined;
809
+ theme?: string | undefined;
810
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
811
+ name: string;
812
+ parent?: {
813
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
814
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
815
+ allowDuplicate: boolean;
816
+ autofocus: boolean;
817
+ children: {
818
+ [x: string]: any;
819
+ allowDuplicate?: boolean | undefined;
820
+ autofocus?: boolean | undefined;
821
+ children?: any[] | undefined;
822
+ componentId?: number | undefined;
823
+ cssClass?: string | undefined;
824
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
825
+ events?: {
826
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
827
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
828
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
829
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
830
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
831
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
832
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
833
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
834
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
835
+ } | undefined;
836
+ directives?: {
837
+ [x: string]: {
838
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
839
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
840
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
841
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
842
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
843
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
844
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
845
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
846
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
847
+ } | undefined;
848
+ touch?: {
849
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
850
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
851
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
852
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
853
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
854
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
855
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
856
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
857
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
858
+ } | undefined;
859
+ } | undefined;
860
+ isVisible?: string | boolean | undefined;
861
+ dark?: boolean | undefined;
862
+ light?: boolean | undefined;
863
+ theme?: string | undefined;
864
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
865
+ name: string;
866
+ parent?: any | undefined;
867
+ tabStop?: boolean | undefined;
868
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
869
+ fillHeight?: boolean | undefined;
870
+ }[];
871
+ componentId: number;
872
+ cssClass: string;
873
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
874
+ events: {
875
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
876
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
877
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
878
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
879
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
880
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
881
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
882
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
883
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
884
+ };
885
+ directives: {
886
+ [x: string]: {
887
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
888
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
889
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
890
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
891
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
892
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
893
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
894
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
895
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
896
+ } | undefined;
897
+ touch?: {
898
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
899
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
900
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
901
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
902
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
903
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
904
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
905
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
906
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").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<import("@zeedhi/core").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
+ component: string;
925
+ allowDuplicate: boolean;
926
+ autofocus: boolean;
927
+ childrenInstances: any[];
928
+ cssClass: string;
929
+ cssStyle: string | import("@zeedhi/core").IDictionary<string>;
930
+ directives: {
931
+ [x: string]: {
932
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
933
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
934
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
935
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
936
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
937
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
938
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
939
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
940
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
941
+ } | undefined;
942
+ touch?: {
943
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
944
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
945
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
946
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
947
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
948
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
949
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
950
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
951
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
952
+ } | undefined;
953
+ };
954
+ events: {
955
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
956
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
957
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
958
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
959
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
960
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
961
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
962
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
963
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
964
+ };
965
+ isVisible: boolean;
966
+ name: string;
967
+ dark: boolean;
968
+ light: boolean;
969
+ theme?: string | undefined;
970
+ fillHeight: boolean;
971
+ parent?: {
972
+ addChildInstance: (component: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
973
+ getChildInstance: <T extends import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>>(name: string) => T;
974
+ allowDuplicate: boolean;
975
+ autofocus: boolean;
976
+ children: {
977
+ [x: string]: any;
978
+ allowDuplicate?: boolean | undefined;
979
+ autofocus?: boolean | undefined;
980
+ children?: any[] | undefined;
981
+ componentId?: number | undefined;
982
+ cssClass?: string | undefined;
983
+ cssStyle?: string | import("@zeedhi/core").IDictionary<any> | undefined;
984
+ events?: {
985
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
986
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
987
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
988
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
989
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
990
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
991
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
992
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
993
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
994
+ } | undefined;
995
+ directives?: {
996
+ [x: string]: {
997
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
998
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
999
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1000
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1001
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1002
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1003
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1004
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1005
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1006
+ } | undefined;
1007
+ touch?: {
1008
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1009
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1010
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1011
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1012
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1013
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1014
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1015
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1016
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1017
+ } | undefined;
1018
+ } | undefined;
1019
+ isVisible?: string | boolean | undefined;
1020
+ dark?: boolean | undefined;
1021
+ light?: boolean | undefined;
1022
+ theme?: string | undefined;
1023
+ keyMap?: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>> | undefined;
1024
+ name: string;
1025
+ parent?: any | undefined;
1026
+ tabStop?: boolean | undefined;
1027
+ userProperties?: import("@zeedhi/core").IDictionary<any> | undefined;
1028
+ fillHeight?: boolean | undefined;
1029
+ }[];
1030
+ componentId: number;
1031
+ cssClass: string;
1032
+ cssStyle: string | import("@zeedhi/core").IDictionary<any>;
1033
+ events: {
1034
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1035
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1036
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1037
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1038
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1039
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1040
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1041
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1042
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1043
+ };
1044
+ directives: {
1045
+ [x: string]: {
1046
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1047
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1048
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1049
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1050
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1051
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1052
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1053
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1054
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1055
+ } | undefined;
1056
+ touch?: {
1057
+ [x: string]: string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | (string | import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>> | undefined)[] | undefined;
1058
+ blur?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1059
+ click?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1060
+ focus?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1061
+ onCreated?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1062
+ onBeforeMount?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1063
+ onMounted?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1064
+ onBeforeDestroy?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1065
+ onDestroyed?: import("@zeedhi/common").EventDef<import("@zeedhi/core").IEventParam<any>, import("@zeedhi/core").IEvent<import("@zeedhi/core").IEventParam<any>>> | undefined;
1066
+ } | undefined;
1067
+ };
1068
+ isVisible: string | boolean;
1069
+ dark: boolean;
1070
+ light: boolean;
1071
+ theme?: string | undefined;
1072
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1073
+ name: string;
1074
+ parent?: any | undefined;
1075
+ tabStop: boolean;
1076
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1077
+ fillHeight: boolean;
1078
+ } | undefined;
1079
+ componentId: number;
1080
+ keyMap: import("@zeedhi/core").IKeyMap<import("@zeedhi/core").IEventParam<any>>;
1081
+ isFocused: boolean;
1082
+ tabStop: boolean;
1083
+ userProperties: import("@zeedhi/core").IDictionary<any>;
1084
+ setViewFocus: (viewFocus: () => void) => void;
1085
+ setFocus: () => void;
1086
+ callEvent: (eventName: string, args: any) => boolean;
1087
+ addChild: (child: import("@zeedhi/common").IComponent) => void;
1088
+ removeChild: (name: string) => void;
1089
+ getChildInstance: <T_1>(name: string) => T_1;
1090
+ addChildInstance: (instance: import("@zeedhi/common").Component<import("@zeedhi/common").IComponent>) => void;
1091
+ onCreated: () => void;
1092
+ onBeforeMount: () => void;
1093
+ onMounted: (element: any) => void;
1094
+ onBeforeDestroy: () => void;
1095
+ onDestroyed: () => void;
1096
+ click: (event?: Event | undefined, element?: any) => void;
1097
+ focus: (event: Event, element: any) => void;
1098
+ blur: (event: Event, element: any) => void;
1099
+ mouseenter: (event?: Event | undefined, element?: any) => void;
1100
+ mouseleave: (event?: Event | undefined, element?: any) => void;
1101
+ mouseout: (event?: Event | undefined, element?: any) => void;
1102
+ mouseover: (event?: Event | undefined, element?: any) => void;
1103
+ };
1104
+ 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>>;
1105
+ click: (event: Event) => void;
1106
+ mouseenter: (event: Event) => void;
1107
+ mouseleave: (event: Event) => void;
1108
+ mouseout: (event: Event) => void;
1109
+ mouseover: (event: Event) => void;
1110
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1111
+ absolute: {
1112
+ type: (StringConstructor | BooleanConstructor)[];
1113
+ default: boolean;
1114
+ };
1115
+ app: {
1116
+ type: (StringConstructor | BooleanConstructor)[];
1117
+ default: boolean;
1118
+ };
1119
+ centerSlot: {
1120
+ type: () => IComponentRender[];
1121
+ default: () => never[];
1122
+ };
1123
+ color: {
1124
+ type: StringConstructor;
1125
+ default: string;
1126
+ };
1127
+ fixed: {
1128
+ type: (StringConstructor | BooleanConstructor)[];
1129
+ default: boolean;
1130
+ };
1131
+ inset: {
1132
+ type: (StringConstructor | BooleanConstructor)[];
1133
+ default: boolean;
1134
+ };
1135
+ leftSlot: {
1136
+ type: () => IComponentRender[];
1137
+ default: () => never[];
1138
+ };
1139
+ maxHeight: {
1140
+ type: (StringConstructor | NumberConstructor)[];
1141
+ };
1142
+ maxWidth: {
1143
+ type: (StringConstructor | NumberConstructor)[];
1144
+ };
1145
+ minHeight: {
1146
+ type: (StringConstructor | NumberConstructor)[];
1147
+ };
1148
+ minWidth: {
1149
+ type: (StringConstructor | NumberConstructor)[];
1150
+ };
1151
+ padless: {
1152
+ type: (StringConstructor | BooleanConstructor)[];
1153
+ default: boolean;
1154
+ };
1155
+ rightSlot: {
1156
+ type: () => IComponentRender[];
1157
+ default: () => never[];
1158
+ };
1159
+ width: {
1160
+ type: (StringConstructor | NumberConstructor)[];
1161
+ };
1162
+ children: {
1163
+ type: (StringConstructor | {
1164
+ (arrayLength: number): IComponentRender[];
1165
+ (...items: IComponentRender[]): IComponentRender[];
1166
+ new (arrayLength: number): IComponentRender[];
1167
+ new (...items: IComponentRender[]): IComponentRender[];
1168
+ isArray(arg: any): arg is any[];
1169
+ readonly prototype: any[];
1170
+ from<T>(arrayLike: ArrayLike<T>): T[];
1171
+ from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
1172
+ from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
1173
+ from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
1174
+ of<T_4>(...items: T_4[]): T_4[];
1175
+ readonly [Symbol.species]: ArrayConstructor;
1176
+ })[];
1177
+ default(): never[];
1178
+ };
1179
+ component: {
1180
+ type: StringConstructor;
1181
+ };
1182
+ allowDuplicate: {
1183
+ type: (StringConstructor | BooleanConstructor)[];
1184
+ default: boolean;
1185
+ };
1186
+ autofocus: {
1187
+ type: (StringConstructor | BooleanConstructor)[];
1188
+ default: boolean;
1189
+ };
1190
+ cssClass: {
1191
+ type: StringConstructor;
1192
+ default: string;
1193
+ };
1194
+ cssStyle: {
1195
+ type: (StringConstructor | (() => import("vue").StyleValue))[];
1196
+ default: string;
1197
+ };
1198
+ dark: {
1199
+ type: (StringConstructor | BooleanConstructor)[];
1200
+ default: boolean;
1201
+ };
1202
+ directives: {
1203
+ type: ObjectConstructor;
1204
+ default(): {};
1205
+ };
1206
+ events: {
1207
+ type: ObjectConstructor;
1208
+ default(): {};
1209
+ };
1210
+ instanceObject: {
1211
+ type: ObjectConstructor;
1212
+ };
1213
+ isVisible: {
1214
+ type: (StringConstructor | BooleanConstructor)[];
1215
+ default: boolean;
1216
+ };
1217
+ keyMap: {
1218
+ type: ObjectConstructor;
1219
+ default(): {};
1220
+ };
1221
+ light: {
1222
+ type: (StringConstructor | BooleanConstructor)[];
1223
+ default: boolean;
1224
+ };
1225
+ name: {
1226
+ type: StringConstructor;
1227
+ required: true;
1228
+ };
1229
+ parent: {
1230
+ type: ObjectConstructor;
1231
+ };
1232
+ tabStop: {
1233
+ type: (StringConstructor | BooleanConstructor)[];
1234
+ default: boolean;
1235
+ };
1236
+ theme: {
1237
+ type: StringConstructor;
1238
+ };
1239
+ }>> & Readonly<{}>, {
1240
+ allowDuplicate: string | boolean;
1241
+ autofocus: string | boolean;
1242
+ children: string | IComponentRender[];
1243
+ cssClass: string;
1244
+ cssStyle: import("vue").StyleValue;
1245
+ dark: string | boolean;
1246
+ directives: Record<string, any>;
1247
+ events: Record<string, any>;
1248
+ isVisible: string | boolean;
1249
+ keyMap: Record<string, any>;
1250
+ light: string | boolean;
1251
+ tabStop: string | boolean;
1252
+ absolute: string | boolean;
1253
+ app: string | boolean;
1254
+ centerSlot: IComponentRender[];
1255
+ color: string;
1256
+ fixed: string | boolean;
1257
+ inset: string | boolean;
1258
+ leftSlot: IComponentRender[];
1259
+ padless: string | boolean;
1260
+ rightSlot: IComponentRender[];
1261
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1262
+ export default FooterComponent;