@zeedhi/vuetify 3.1.0 → 3.2.0

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 (200) hide show
  1. package/dist/zd-vuetify.css +5 -17
  2. package/dist/zd-vuetify.min.css +1 -1
  3. package/dist/zd-vuetify.min.js +15 -17
  4. package/dist/zd-vuetify.mjs +334 -247
  5. package/package.json +3 -3
  6. package/src/components/zd-checkbox/ZdCheckbox.vue +4 -0
  7. package/src/components/zd-component/ZdComponent.ts +1 -1
  8. package/src/components/zd-date-input/ZdDateInput.ts +1 -0
  9. package/src/components/zd-grid-editable/ZdGridEditable.ts +16 -13
  10. package/src/components/zd-select/ZdSelect.ts +18 -1
  11. package/src/components/zd-select/ZdSelect.vue +3 -2
  12. package/src/components/zd-select-multiple/ZdSelectMultiple.ts +21 -3
  13. package/src/components/zd-select-multiple/ZdSelectMultiple.vue +10 -1
  14. package/src/components/zd-tabs/ZdTabItem.vue +2 -0
  15. package/src/components/zd-text-input/ZdTextInput.ts +6 -0
  16. package/src/components/zd-text-input/ZdTextInput.vue +1 -1
  17. package/src/components/zd-textarea/ZdTextarea.vue +1 -0
  18. package/src/components/zd-tooltip/ZdTooltip.vue +2 -1
  19. package/src/composables/gridColumns.ts +11 -6
  20. package/types/components/zd-alert/ZdAlert.d.ts +299 -299
  21. package/types/components/zd-badge/ZdBadge.d.ts +159 -159
  22. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.d.ts +168 -168
  23. package/types/components/zd-button/ZdButton.d.ts +159 -159
  24. package/types/components/zd-button-group/ZdButtonGroup.d.ts +168 -168
  25. package/types/components/zd-card/ZdCard.d.ts +159 -159
  26. package/types/components/zd-carousel/ZdCarousel.d.ts +476 -476
  27. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.d.ts +599 -599
  28. package/types/components/zd-chip/ZdChip.d.ts +159 -159
  29. package/types/components/zd-code-viewer/ZdCodeViewer.d.ts +168 -168
  30. package/types/components/zd-col/ZdCol.d.ts +168 -168
  31. package/types/components/zd-collapse-card/ZdCollapseCard.d.ts +374 -374
  32. package/types/components/zd-container/ZdContainer.d.ts +168 -168
  33. package/types/components/zd-currency/ZdCurrency.d.ts +595 -595
  34. package/types/components/zd-date-range/ZdDateRange.d.ts +600 -597
  35. package/types/components/zd-divider/ZdDivider.d.ts +168 -168
  36. package/types/components/zd-dropdown/ZdDropdown.d.ts +252 -252
  37. package/types/components/zd-footer/ZdFooter.d.ts +420 -420
  38. package/types/components/zd-frame-page/ZdFramePage.d.ts +160 -160
  39. package/types/components/zd-grid/ZdGrid.d.ts +2976 -2976
  40. package/types/components/zd-grid/composables/grid-instance.d.ts +1351 -1351
  41. package/types/components/zd-grid/footer/ZdGridFooter.d.ts +1351 -1351
  42. package/types/components/zd-grid/toolbar/ZdGridToolbar.d.ts +1351 -1351
  43. package/types/components/zd-grid-editable/ZdGridEditable.d.ts +2977 -2979
  44. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.d.ts +271 -271
  45. package/types/components/zd-header/ZdHeader.d.ts +412 -412
  46. package/types/components/zd-image/ZdImage.d.ts +168 -168
  47. package/types/components/zd-increment/ZdIncrement.d.ts +595 -595
  48. package/types/components/zd-iterable/ZdIterableNoData.d.ts +1351 -1351
  49. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.d.ts +472 -472
  50. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.d.ts +481 -481
  51. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.d.ts +1080 -1080
  52. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.d.ts +481 -481
  53. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.d.ts +816 -816
  54. package/types/components/zd-layout/ZdLayout.d.ts +168 -168
  55. package/types/components/zd-list/ZdList.d.ts +447 -447
  56. package/types/components/zd-list/ZdListGroup.d.ts +560 -560
  57. package/types/components/zd-list/ZdListItem.d.ts +280 -280
  58. package/types/components/zd-login/ZdLogin.d.ts +336 -336
  59. package/types/components/zd-login/ZdLoginButton.d.ts +526 -526
  60. package/types/components/zd-main/ZdMain.d.ts +168 -168
  61. package/types/components/zd-master-detail/ZdMasterDetail.d.ts +167 -167
  62. package/types/components/zd-menu/ZdMenu.d.ts +3060 -1068
  63. package/types/components/zd-menu/ZdMenuButton.d.ts +159 -159
  64. package/types/components/zd-menu/ZdMenuGroup.d.ts +5205 -1000
  65. package/types/components/zd-menu/ZdMenuLink.d.ts +8943 -1529
  66. package/types/components/zd-menu/ZdMenuSeparator.d.ts +168 -168
  67. package/types/components/zd-modal/ZdModalCloseButton.d.ts +159 -159
  68. package/types/components/zd-month/ZdMonth.d.ts +598 -597
  69. package/types/components/zd-number-input/ZdNumberInput.d.ts +596 -596
  70. package/types/components/zd-password/ZdPassword.d.ts +595 -595
  71. package/types/components/zd-progress/ZdProgress.d.ts +252 -252
  72. package/types/components/zd-row/ZdRow.d.ts +168 -168
  73. package/types/components/zd-switch/ZdSwitch.d.ts +595 -595
  74. package/types/components/zd-table/ZdTable.d.ts +313 -313
  75. package/types/components/zd-tabs/ZdTab.d.ts +140 -140
  76. package/types/components/zd-tabs/ZdTabs.d.ts +310 -310
  77. package/types/components/zd-tag/ZdTag.d.ts +168 -168
  78. package/types/components/zd-text/ZdText.d.ts +168 -168
  79. package/types/components/zd-time/ZdTime.d.ts +595 -595
  80. package/types/components/zd-tooltip/ZdTooltip.d.ts +168 -168
  81. package/types/components/zd-tree/ZdTree.d.ts +591 -591
  82. package/types/components/zd-tree-grid/ZdTreeGrid.d.ts +1485 -1485
  83. package/types/composables/gridColumns.d.ts +140 -140
  84. package/types/components/tek-grid/TekGrid.d.ts +0 -7258
  85. package/types/components/tek-grid/TekGrid.ts.d.ts +0 -7258
  86. package/types/components/tek-grid/column-filter/TekGridColumnFilter.d.ts +0 -129
  87. package/types/components/tek-grid/column-filter/TekGridColumnFilter.ts.d.ts +0 -129
  88. package/types/components/tek-grid/column-header/TekGridHeaderRow.d.ts +0 -225
  89. package/types/components/tek-grid/column-header/TekGridHeaderRow.ts.d.ts +0 -225
  90. package/types/components/tek-grid/columns-button/TekGridColumnsButton.d.ts +0 -2432
  91. package/types/components/tek-grid/columns-button/TekGridColumnsButton.ts.d.ts +0 -2432
  92. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsController.d.ts +0 -65
  93. package/types/components/tek-grid/columns-button/TekGridColumnsOptionsModal.d.ts +0 -9
  94. package/types/components/tek-grid/filter-button/TekGridFilterButton.d.ts +0 -2920
  95. package/types/components/tek-grid/filter-button/TekGridFilterButton.ts.d.ts +0 -2920
  96. package/types/components/tek-grid/indentation/TekGridIndentation.d.ts +0 -32
  97. package/types/components/tek-grid/indentation/TekGridIndentation.ts.d.ts +0 -32
  98. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.d.ts +0 -1892
  99. package/types/components/tek-grid/layout-options/TekGridLayoutOptions.ts.d.ts +0 -1892
  100. package/types/components/tek-grid/row/TekGridFooterRow.d.ts +0 -90
  101. package/types/components/tek-grid/row/TekGridFooterRow.ts.d.ts +0 -90
  102. package/types/components/tek-grid/row/TekGridGroupRow.d.ts +0 -87
  103. package/types/components/tek-grid/row/TekGridGroupRow.ts.d.ts +0 -87
  104. package/types/components/tooltip-overflow/ZdTooltipOverflow.ts.d.ts +0 -50
  105. package/types/components/zd-activator-wrapper/ZdActivatorWrapper.ts.d.ts +0 -25
  106. package/types/components/zd-alert/ZdAlert.ts.d.ts +0 -884
  107. package/types/components/zd-badge/ZdBadge.ts.d.ts +0 -624
  108. package/types/components/zd-breadcrumbs/ZdBreadcrumbs.ts.d.ts +0 -697
  109. package/types/components/zd-button/ZdButton.ts.d.ts +0 -1158
  110. package/types/components/zd-button-group/ZdButtonGroup.ts.d.ts +0 -785
  111. package/types/components/zd-card/ZdCard.ts.d.ts +0 -1028
  112. package/types/components/zd-carousel/ZdCarousel.ts.d.ts +0 -2007
  113. package/types/components/zd-checkbox/ZdCheckbox.ts.d.ts +0 -642
  114. package/types/components/zd-checkbox-multiple/ZdCheckboxMultiple.ts.d.ts +0 -2010
  115. package/types/components/zd-chip/ZdChip.ts.d.ts +0 -1256
  116. package/types/components/zd-code-viewer/ZdCodeViewer.ts.d.ts +0 -791
  117. package/types/components/zd-col/ZdCol.ts.d.ts +0 -741
  118. package/types/components/zd-collapse-card/ZdCollapseCard.ts.d.ts +0 -1583
  119. package/types/components/zd-container/ZdContainer.ts.d.ts +0 -722
  120. package/types/components/zd-currency/ZdCurrency.ts.d.ts +0 -2024
  121. package/types/components/zd-date-input/ZdDateInput.ts.d.ts +0 -960
  122. package/types/components/zd-dialog/ZdDialog.ts.d.ts +0 -262
  123. package/types/components/zd-divider/ZdDivider.ts.d.ts +0 -623
  124. package/types/components/zd-dropdown/ZdDropdown.ts.d.ts +0 -836
  125. package/types/components/zd-footer/ZdFooter.ts.d.ts +0 -1262
  126. package/types/components/zd-form/ZdForm.ts.d.ts +0 -118
  127. package/types/components/zd-frame/ZdFrame.ts.d.ts +0 -138
  128. package/types/components/zd-frame-page/ZdFramePage.ts.d.ts +0 -805
  129. package/types/components/zd-grid/ZdGrid.ts.d.ts +0 -7304
  130. package/types/components/zd-grid/cell/ZdGridAction.ts.d.ts +0 -14
  131. package/types/components/zd-grid/cell/ZdGridCell.ts.d.ts +0 -68
  132. package/types/components/zd-grid/cell/ZdGridCellContent.ts.d.ts +0 -58
  133. package/types/components/zd-grid/cell/ZdGridCheckbox.ts.d.ts +0 -53
  134. package/types/components/zd-grid/column-header/ZdGridColumnHeader.ts.d.ts +0 -112
  135. package/types/components/zd-grid/column-header/ZdGridHeaderIcon.ts.d.ts +0 -46
  136. package/types/components/zd-grid/column-header/ZdGridHeaderRow.ts.d.ts +0 -165
  137. package/types/components/zd-grid/column-header/ZdGridSort.ts.d.ts +0 -47
  138. package/types/components/zd-grid/footer/ZdGridFooter.ts.d.ts +0 -2087
  139. package/types/components/zd-grid/helper/ZdGridHelper.ts.d.ts +0 -16
  140. package/types/components/zd-grid/row/TableRow.ts.d.ts +0 -34
  141. package/types/components/zd-grid/row/ZdGridRow.ts.d.ts +0 -105
  142. package/types/components/zd-grid/toolbar/ZdGridToolbar.ts.d.ts +0 -2086
  143. package/types/components/zd-grid-editable/ZdGridEditable.ts.d.ts +0 -8663
  144. package/types/components/zd-grid-editable/cell/ZdGridEditableCell.ts.d.ts +0 -637
  145. package/types/components/zd-grid-editable/row/ZdGridEditableRow.ts.d.ts +0 -126
  146. package/types/components/zd-header/ZdHeader.ts.d.ts +0 -1320
  147. package/types/components/zd-icon/ZdIcon.ts.d.ts +0 -383
  148. package/types/components/zd-image/ZdImage.ts.d.ts +0 -753
  149. package/types/components/zd-increment/ZdIncrement.ts.d.ts +0 -2069
  150. package/types/components/zd-iterable/ZdIterableNoData.ts.d.ts +0 -2089
  151. package/types/components/zd-iterable/zd-iterable-columns-button/ZdIterableColumnsButton.ts.d.ts +0 -1645
  152. package/types/components/zd-iterable/zd-iterable-page-info/ZdIterablePageInfo.ts.d.ts +0 -1081
  153. package/types/components/zd-iterable/zd-iterable-page-size/ZdIterablePageSize.ts.d.ts +0 -2763
  154. package/types/components/zd-iterable/zd-iterable-pagination/ZdIterablePagination.ts.d.ts +0 -1627
  155. package/types/components/zd-iterable/zd-search/ZdSearch.ts.d.ts +0 -766
  156. package/types/components/zd-iterable-component-render/ZdIterableComponentRender.ts.d.ts +0 -2484
  157. package/types/components/zd-layout/ZdLayout.ts.d.ts +0 -647
  158. package/types/components/zd-list/ZdList.ts.d.ts +0 -1140
  159. package/types/components/zd-list/ZdListGroup.ts.d.ts +0 -1332
  160. package/types/components/zd-list/ZdListItem.ts.d.ts +0 -848
  161. package/types/components/zd-loading/ZdLoading.ts.d.ts +0 -350
  162. package/types/components/zd-login/ZdLogin.ts.d.ts +0 -1072
  163. package/types/components/zd-login/ZdLoginButton.ts.d.ts +0 -1910
  164. package/types/components/zd-main/ZdMain.ts.d.ts +0 -619
  165. package/types/components/zd-master-detail/ZdMasterDetail.ts.d.ts +0 -684
  166. package/types/components/zd-menu/ZdMenu.ts.d.ts +0 -4484
  167. package/types/components/zd-menu/ZdMenuButton.ts.d.ts +0 -1142
  168. package/types/components/zd-menu/ZdMenuGroup.ts.d.ts +0 -6286
  169. package/types/components/zd-menu/ZdMenuLink.ts.d.ts +0 -10437
  170. package/types/components/zd-menu/ZdMenuSeparator.ts.d.ts +0 -600
  171. package/types/components/zd-modal/ZdModal.ts.d.ts +0 -10
  172. package/types/components/zd-modal/ZdModalCloseButton.ts.d.ts +0 -1137
  173. package/types/components/zd-month/ZdMonth.ts.d.ts +0 -2217
  174. package/types/components/zd-number-input/ZdNumberInput.ts.d.ts +0 -2021
  175. package/types/components/zd-password/ZdPassword.ts.d.ts +0 -2014
  176. package/types/components/zd-progress/ZdProgress.ts.d.ts +0 -859
  177. package/types/components/zd-radio/ZdRadio.ts.d.ts +0 -682
  178. package/types/components/zd-row/ZdRow.ts.d.ts +0 -734
  179. package/types/components/zd-select/ZdSelect.ts.d.ts +0 -313
  180. package/types/components/zd-select-multiple/ZdSelectMultiple.ts.d.ts +0 -333
  181. package/types/components/zd-svg-map/ZdSvgMap.ts.d.ts +0 -414
  182. package/types/components/zd-switch/ZdSwitch.ts.d.ts +0 -1918
  183. package/types/components/zd-table/ZdTable.ts.d.ts +0 -1092
  184. package/types/components/zd-tabs/ZdTab.ts.d.ts +0 -674
  185. package/types/components/zd-tabs/ZdTabItem.ts.d.ts +0 -268
  186. package/types/components/zd-tabs/ZdTabs.ts.d.ts +0 -929
  187. package/types/components/zd-tag/ZdTag.ts.d.ts +0 -613
  188. package/types/components/zd-text/ZdText.ts.d.ts +0 -670
  189. package/types/components/zd-text-input/ZdTextInput.ts.d.ts +0 -746
  190. package/types/components/zd-textarea/ZdTextarea.ts.d.ts +0 -877
  191. package/types/components/zd-time/ZdTime.ts.d.ts +0 -2224
  192. package/types/components/zd-tooltip/ZdTooltip.ts.d.ts +0 -781
  193. package/types/components/zd-tree/ZdTree.ts.d.ts +0 -1878
  194. package/types/components/zd-tree/ZdTreeAfterTitle.ts.d.ts +0 -26
  195. package/types/components/zd-tree/ZdTreeCheckbox.ts.d.ts +0 -74
  196. package/types/components/zd-tree-grid/ZdTreeGrid.ts.d.ts +0 -4178
  197. package/types/components/zd-tree-grid/cell/ZdTreeGridCell.ts.d.ts +0 -92
  198. package/types/components/zd-tree-grid/row/ZdTreeGridRow.ts.d.ts +0 -124
  199. package/types/composables/useTableLayout.d.ts +0 -25
  200. package/types/utils/isArrayOperation.d.ts +0 -2
@@ -1,642 +0,0 @@
1
- import { Checkbox } from '@zeedhi/common';
2
- import { ComponentPublicInstance, Ref, SetupContext, UnwrapNestedRefs } from 'vue';
3
- export declare const ZdCheckboxProps: {
4
- falseValue: {
5
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
6
- default: boolean;
7
- };
8
- trueValue: {
9
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
10
- default: boolean;
11
- };
12
- align: {
13
- type: StringConstructor;
14
- default: string;
15
- };
16
- alwaysShowError: {
17
- type: (StringConstructor | BooleanConstructor)[];
18
- default: boolean;
19
- };
20
- autofill: {
21
- type: (StringConstructor | BooleanConstructor)[];
22
- default: boolean;
23
- };
24
- clearable: {
25
- type: (StringConstructor | BooleanConstructor)[];
26
- default: boolean;
27
- };
28
- color: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- dense: {
33
- type: (StringConstructor | BooleanConstructor)[];
34
- default: boolean;
35
- };
36
- disabled: {
37
- type: (StringConstructor | BooleanConstructor)[];
38
- default: boolean;
39
- };
40
- hint: {
41
- type: StringConstructor;
42
- default: string;
43
- };
44
- label: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
- mask: {
49
- default: string;
50
- };
51
- maxLength: {
52
- type: (StringConstructor | NumberConstructor)[];
53
- default: undefined;
54
- };
55
- persistentHint: {
56
- type: (StringConstructor | BooleanConstructor)[];
57
- default: boolean;
58
- };
59
- placeholder: {
60
- type: StringConstructor;
61
- default: string;
62
- };
63
- readonly: {
64
- type: (StringConstructor | BooleanConstructor)[];
65
- default: boolean;
66
- };
67
- autoHintDetails: {
68
- type: (StringConstructor | BooleanConstructor)[];
69
- default: boolean;
70
- };
71
- reverse: {
72
- type: (StringConstructor | BooleanConstructor)[];
73
- default: boolean;
74
- };
75
- showBorder: {
76
- type: (StringConstructor | BooleanConstructor)[];
77
- default: boolean;
78
- };
79
- showHelper: {
80
- type: (StringConstructor | BooleanConstructor)[];
81
- default: boolean;
82
- };
83
- showLabel: {
84
- type: (StringConstructor | BooleanConstructor)[];
85
- default: boolean;
86
- };
87
- storePath: {
88
- type: StringConstructor;
89
- default: string;
90
- };
91
- validations: {
92
- type: (StringConstructor | ObjectConstructor)[];
93
- default: {};
94
- };
95
- value: {
96
- default: null;
97
- };
98
- width: {
99
- type: (StringConstructor | NumberConstructor)[];
100
- };
101
- minWidth: {
102
- type: (StringConstructor | NumberConstructor)[];
103
- default: string;
104
- };
105
- maxWidth: {
106
- type: (StringConstructor | NumberConstructor)[];
107
- default: string;
108
- };
109
- fillHeight: {
110
- type: (StringConstructor | BooleanConstructor)[];
111
- default: boolean;
112
- };
113
- height: {
114
- type: (StringConstructor | NumberConstructor)[];
115
- };
116
- minHeight: {
117
- type: (StringConstructor | NumberConstructor)[];
118
- default: string;
119
- };
120
- maxHeight: {
121
- type: (StringConstructor | NumberConstructor)[];
122
- default: string;
123
- };
124
- children: {
125
- type: (StringConstructor | {
126
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
127
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
128
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
129
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
130
- isArray(arg: any): arg is any[];
131
- readonly prototype: any[];
132
- from<T>(arrayLike: ArrayLike<T>): T[];
133
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
134
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
135
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
136
- of<T_4>(...items: T_4[]): T_4[];
137
- readonly [Symbol.species]: ArrayConstructor;
138
- })[];
139
- default(): never[];
140
- };
141
- component: {
142
- type: StringConstructor;
143
- };
144
- allowDuplicate: {
145
- type: (StringConstructor | BooleanConstructor)[];
146
- default: boolean;
147
- };
148
- autofocus: {
149
- type: (StringConstructor | BooleanConstructor)[];
150
- default: boolean;
151
- };
152
- cssClass: {
153
- type: StringConstructor;
154
- default: string;
155
- };
156
- cssStyle: {
157
- type: (StringConstructor | (() => import("vue").StyleValue))[];
158
- default: string;
159
- };
160
- dark: {
161
- type: (StringConstructor | BooleanConstructor)[];
162
- default: boolean;
163
- };
164
- directives: {
165
- type: ObjectConstructor;
166
- default(): {};
167
- };
168
- events: {
169
- type: ObjectConstructor;
170
- default(): {};
171
- };
172
- instanceObject: {
173
- type: ObjectConstructor;
174
- };
175
- isVisible: {
176
- type: (StringConstructor | BooleanConstructor)[];
177
- default: boolean;
178
- };
179
- keyMap: {
180
- type: ObjectConstructor;
181
- default(): {};
182
- };
183
- light: {
184
- type: (StringConstructor | BooleanConstructor)[];
185
- default: boolean;
186
- };
187
- name: {
188
- type: StringConstructor;
189
- required: true;
190
- };
191
- parent: {
192
- type: ObjectConstructor;
193
- };
194
- tabStop: {
195
- type: (StringConstructor | BooleanConstructor)[];
196
- default: boolean;
197
- };
198
- theme: {
199
- type: StringConstructor;
200
- };
201
- };
202
- declare const checkboxComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
203
- falseValue: {
204
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
205
- default: boolean;
206
- };
207
- trueValue: {
208
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
209
- default: boolean;
210
- };
211
- align: {
212
- type: StringConstructor;
213
- default: string;
214
- };
215
- alwaysShowError: {
216
- type: (StringConstructor | BooleanConstructor)[];
217
- default: boolean;
218
- };
219
- autofill: {
220
- type: (StringConstructor | BooleanConstructor)[];
221
- default: boolean;
222
- };
223
- clearable: {
224
- type: (StringConstructor | BooleanConstructor)[];
225
- default: boolean;
226
- };
227
- color: {
228
- type: StringConstructor;
229
- default: string;
230
- };
231
- dense: {
232
- type: (StringConstructor | BooleanConstructor)[];
233
- default: boolean;
234
- };
235
- disabled: {
236
- type: (StringConstructor | BooleanConstructor)[];
237
- default: boolean;
238
- };
239
- hint: {
240
- type: StringConstructor;
241
- default: string;
242
- };
243
- label: {
244
- type: StringConstructor;
245
- default: string;
246
- };
247
- mask: {
248
- default: string;
249
- };
250
- maxLength: {
251
- type: (StringConstructor | NumberConstructor)[];
252
- default: undefined;
253
- };
254
- persistentHint: {
255
- type: (StringConstructor | BooleanConstructor)[];
256
- default: boolean;
257
- };
258
- placeholder: {
259
- type: StringConstructor;
260
- default: string;
261
- };
262
- readonly: {
263
- type: (StringConstructor | BooleanConstructor)[];
264
- default: boolean;
265
- };
266
- autoHintDetails: {
267
- type: (StringConstructor | BooleanConstructor)[];
268
- default: boolean;
269
- };
270
- reverse: {
271
- type: (StringConstructor | BooleanConstructor)[];
272
- default: boolean;
273
- };
274
- showBorder: {
275
- type: (StringConstructor | BooleanConstructor)[];
276
- default: boolean;
277
- };
278
- showHelper: {
279
- type: (StringConstructor | BooleanConstructor)[];
280
- default: boolean;
281
- };
282
- showLabel: {
283
- type: (StringConstructor | BooleanConstructor)[];
284
- default: boolean;
285
- };
286
- storePath: {
287
- type: StringConstructor;
288
- default: string;
289
- };
290
- validations: {
291
- type: (StringConstructor | ObjectConstructor)[];
292
- default: {};
293
- };
294
- value: {
295
- default: null;
296
- };
297
- width: {
298
- type: (StringConstructor | NumberConstructor)[];
299
- };
300
- minWidth: {
301
- type: (StringConstructor | NumberConstructor)[];
302
- default: string;
303
- };
304
- maxWidth: {
305
- type: (StringConstructor | NumberConstructor)[];
306
- default: string;
307
- };
308
- fillHeight: {
309
- type: (StringConstructor | BooleanConstructor)[];
310
- default: boolean;
311
- };
312
- height: {
313
- type: (StringConstructor | NumberConstructor)[];
314
- };
315
- minHeight: {
316
- type: (StringConstructor | NumberConstructor)[];
317
- default: string;
318
- };
319
- maxHeight: {
320
- type: (StringConstructor | NumberConstructor)[];
321
- default: string;
322
- };
323
- children: {
324
- type: (StringConstructor | {
325
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
326
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
327
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
328
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
329
- isArray(arg: any): arg is any[];
330
- readonly prototype: any[];
331
- from<T>(arrayLike: ArrayLike<T>): T[];
332
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
333
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
334
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
335
- of<T_4>(...items: T_4[]): T_4[];
336
- readonly [Symbol.species]: ArrayConstructor;
337
- })[];
338
- default(): never[];
339
- };
340
- component: {
341
- type: StringConstructor;
342
- };
343
- allowDuplicate: {
344
- type: (StringConstructor | BooleanConstructor)[];
345
- default: boolean;
346
- };
347
- autofocus: {
348
- type: (StringConstructor | BooleanConstructor)[];
349
- default: boolean;
350
- };
351
- cssClass: {
352
- type: StringConstructor;
353
- default: string;
354
- };
355
- cssStyle: {
356
- type: (StringConstructor | (() => import("vue").StyleValue))[];
357
- default: string;
358
- };
359
- dark: {
360
- type: (StringConstructor | BooleanConstructor)[];
361
- default: boolean;
362
- };
363
- directives: {
364
- type: ObjectConstructor;
365
- default(): {};
366
- };
367
- events: {
368
- type: ObjectConstructor;
369
- default(): {};
370
- };
371
- instanceObject: {
372
- type: ObjectConstructor;
373
- };
374
- isVisible: {
375
- type: (StringConstructor | BooleanConstructor)[];
376
- default: boolean;
377
- };
378
- keyMap: {
379
- type: ObjectConstructor;
380
- default(): {};
381
- };
382
- light: {
383
- type: (StringConstructor | BooleanConstructor)[];
384
- default: boolean;
385
- };
386
- name: {
387
- type: StringConstructor;
388
- required: true;
389
- };
390
- parent: {
391
- type: ObjectConstructor;
392
- };
393
- tabStop: {
394
- type: (StringConstructor | BooleanConstructor)[];
395
- default: boolean;
396
- };
397
- theme: {
398
- type: StringConstructor;
399
- };
400
- }>, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
401
- falseValue: {
402
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
403
- default: boolean;
404
- };
405
- trueValue: {
406
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
407
- default: boolean;
408
- };
409
- align: {
410
- type: StringConstructor;
411
- default: string;
412
- };
413
- alwaysShowError: {
414
- type: (StringConstructor | BooleanConstructor)[];
415
- default: boolean;
416
- };
417
- autofill: {
418
- type: (StringConstructor | BooleanConstructor)[];
419
- default: boolean;
420
- };
421
- clearable: {
422
- type: (StringConstructor | BooleanConstructor)[];
423
- default: boolean;
424
- };
425
- color: {
426
- type: StringConstructor;
427
- default: string;
428
- };
429
- dense: {
430
- type: (StringConstructor | BooleanConstructor)[];
431
- default: boolean;
432
- };
433
- disabled: {
434
- type: (StringConstructor | BooleanConstructor)[];
435
- default: boolean;
436
- };
437
- hint: {
438
- type: StringConstructor;
439
- default: string;
440
- };
441
- label: {
442
- type: StringConstructor;
443
- default: string;
444
- };
445
- mask: {
446
- default: string;
447
- };
448
- maxLength: {
449
- type: (StringConstructor | NumberConstructor)[];
450
- default: undefined;
451
- };
452
- persistentHint: {
453
- type: (StringConstructor | BooleanConstructor)[];
454
- default: boolean;
455
- };
456
- placeholder: {
457
- type: StringConstructor;
458
- default: string;
459
- };
460
- readonly: {
461
- type: (StringConstructor | BooleanConstructor)[];
462
- default: boolean;
463
- };
464
- autoHintDetails: {
465
- type: (StringConstructor | BooleanConstructor)[];
466
- default: boolean;
467
- };
468
- reverse: {
469
- type: (StringConstructor | BooleanConstructor)[];
470
- default: boolean;
471
- };
472
- showBorder: {
473
- type: (StringConstructor | BooleanConstructor)[];
474
- default: boolean;
475
- };
476
- showHelper: {
477
- type: (StringConstructor | BooleanConstructor)[];
478
- default: boolean;
479
- };
480
- showLabel: {
481
- type: (StringConstructor | BooleanConstructor)[];
482
- default: boolean;
483
- };
484
- storePath: {
485
- type: StringConstructor;
486
- default: string;
487
- };
488
- validations: {
489
- type: (StringConstructor | ObjectConstructor)[];
490
- default: {};
491
- };
492
- value: {
493
- default: null;
494
- };
495
- width: {
496
- type: (StringConstructor | NumberConstructor)[];
497
- };
498
- minWidth: {
499
- type: (StringConstructor | NumberConstructor)[];
500
- default: string;
501
- };
502
- maxWidth: {
503
- type: (StringConstructor | NumberConstructor)[];
504
- default: string;
505
- };
506
- fillHeight: {
507
- type: (StringConstructor | BooleanConstructor)[];
508
- default: boolean;
509
- };
510
- height: {
511
- type: (StringConstructor | NumberConstructor)[];
512
- };
513
- minHeight: {
514
- type: (StringConstructor | NumberConstructor)[];
515
- default: string;
516
- };
517
- maxHeight: {
518
- type: (StringConstructor | NumberConstructor)[];
519
- default: string;
520
- };
521
- children: {
522
- type: (StringConstructor | {
523
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
524
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
525
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
526
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
527
- isArray(arg: any): arg is any[];
528
- readonly prototype: any[];
529
- from<T>(arrayLike: ArrayLike<T>): T[];
530
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
531
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
532
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
533
- of<T_4>(...items: T_4[]): T_4[];
534
- readonly [Symbol.species]: ArrayConstructor;
535
- })[];
536
- default(): never[];
537
- };
538
- component: {
539
- type: StringConstructor;
540
- };
541
- allowDuplicate: {
542
- type: (StringConstructor | BooleanConstructor)[];
543
- default: boolean;
544
- };
545
- autofocus: {
546
- type: (StringConstructor | BooleanConstructor)[];
547
- default: boolean;
548
- };
549
- cssClass: {
550
- type: StringConstructor;
551
- default: string;
552
- };
553
- cssStyle: {
554
- type: (StringConstructor | (() => import("vue").StyleValue))[];
555
- default: string;
556
- };
557
- dark: {
558
- type: (StringConstructor | BooleanConstructor)[];
559
- default: boolean;
560
- };
561
- directives: {
562
- type: ObjectConstructor;
563
- default(): {};
564
- };
565
- events: {
566
- type: ObjectConstructor;
567
- default(): {};
568
- };
569
- instanceObject: {
570
- type: ObjectConstructor;
571
- };
572
- isVisible: {
573
- type: (StringConstructor | BooleanConstructor)[];
574
- default: boolean;
575
- };
576
- keyMap: {
577
- type: ObjectConstructor;
578
- default(): {};
579
- };
580
- light: {
581
- type: (StringConstructor | BooleanConstructor)[];
582
- default: boolean;
583
- };
584
- name: {
585
- type: StringConstructor;
586
- required: true;
587
- };
588
- parent: {
589
- type: ObjectConstructor;
590
- };
591
- tabStop: {
592
- type: (StringConstructor | BooleanConstructor)[];
593
- default: boolean;
594
- };
595
- theme: {
596
- type: StringConstructor;
597
- };
598
- }>> & Readonly<{}>, {
599
- reverse: string | boolean;
600
- allowDuplicate: string | boolean;
601
- autofocus: string | boolean;
602
- children: string | import("@zeedhi/common").IComponentRender[];
603
- cssClass: string;
604
- cssStyle: import("vue").StyleValue;
605
- dark: string | boolean;
606
- directives: Record<string, any>;
607
- events: Record<string, any>;
608
- isVisible: string | boolean;
609
- keyMap: Record<string, any>;
610
- light: string | boolean;
611
- tabStop: string | boolean;
612
- align: string;
613
- alwaysShowError: string | boolean;
614
- autofill: string | boolean;
615
- clearable: string | boolean;
616
- color: string;
617
- dense: string | boolean;
618
- disabled: string | boolean;
619
- hint: string;
620
- label: string;
621
- mask: string;
622
- maxLength: string | number;
623
- persistentHint: string | boolean;
624
- placeholder: string;
625
- readonly: string | boolean;
626
- autoHintDetails: string | boolean;
627
- showBorder: string | boolean;
628
- showHelper: string | boolean;
629
- showLabel: string | boolean;
630
- storePath: string;
631
- validations: string | Record<string, any>;
632
- value: null;
633
- minWidth: string | number;
634
- maxWidth: string | number;
635
- fillHeight: string | boolean;
636
- minHeight: string | number;
637
- maxHeight: string | number;
638
- falseValue: string | number | boolean | Record<string, any>;
639
- trueValue: string | number | boolean | Record<string, any>;
640
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
641
- export default checkboxComponent;
642
- export declare function useCheckbox<TG extends Checkbox>(instance: UnwrapNestedRefs<TG>, ctx: SetupContext, root: Ref<ComponentPublicInstance | HTMLElement | null>): any;