@zeedhi/vuetify 3.0.5 → 3.0.6

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