@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,877 +0,0 @@
1
- export declare const ZdTextareaProps: {
2
- autoGrow: {
3
- type: (StringConstructor | BooleanConstructor)[];
4
- default: boolean;
5
- };
6
- backgroundColor: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- clearIcon: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- counter: {
15
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
16
- default: undefined;
17
- };
18
- filled: {
19
- type: (StringConstructor | BooleanConstructor)[];
20
- default: boolean;
21
- };
22
- loading: {
23
- type: (StringConstructor | BooleanConstructor)[];
24
- default: boolean;
25
- };
26
- resize: {
27
- type: (StringConstructor | BooleanConstructor)[];
28
- default: boolean;
29
- };
30
- rounded: {
31
- type: (StringConstructor | BooleanConstructor)[];
32
- default: boolean;
33
- };
34
- rowHeight: {
35
- type: (StringConstructor | NumberConstructor)[];
36
- default: number;
37
- };
38
- rows: {
39
- type: (StringConstructor | NumberConstructor)[];
40
- default: number;
41
- };
42
- height: {
43
- type: (StringConstructor | NumberConstructor)[];
44
- default: string;
45
- };
46
- fillHeight: {
47
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
48
- default: boolean;
49
- };
50
- appendIcon: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- appendOuterIcon: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- prefix: {
59
- type: StringConstructor;
60
- default: string;
61
- };
62
- prependIcon: {
63
- type: StringConstructor;
64
- default: string;
65
- };
66
- prependOuterIcon: {
67
- type: StringConstructor;
68
- default: string;
69
- };
70
- suffix: {
71
- type: StringConstructor;
72
- default: string;
73
- };
74
- valueWithPrefix: {
75
- type: (StringConstructor | BooleanConstructor)[];
76
- default: boolean;
77
- };
78
- valueWithSuffix: {
79
- type: (StringConstructor | BooleanConstructor)[];
80
- default: boolean;
81
- };
82
- type: {
83
- type: StringConstructor;
84
- default: string;
85
- };
86
- disableMaska: {
87
- type: BooleanConstructor;
88
- default: boolean;
89
- };
90
- width: {
91
- type: (StringConstructor | NumberConstructor)[];
92
- };
93
- minWidth: {
94
- type: (StringConstructor | NumberConstructor)[];
95
- default: string;
96
- };
97
- maxWidth: {
98
- type: (StringConstructor | NumberConstructor)[];
99
- default: string;
100
- };
101
- minHeight: {
102
- type: (StringConstructor | NumberConstructor)[];
103
- default: string;
104
- };
105
- maxHeight: {
106
- type: (StringConstructor | NumberConstructor)[];
107
- default: string;
108
- };
109
- align: {
110
- type: StringConstructor;
111
- default: string;
112
- };
113
- alwaysShowError: {
114
- type: (StringConstructor | BooleanConstructor)[];
115
- default: boolean;
116
- };
117
- autofill: {
118
- type: (StringConstructor | BooleanConstructor)[];
119
- default: boolean;
120
- };
121
- clearable: {
122
- type: (StringConstructor | BooleanConstructor)[];
123
- default: boolean;
124
- };
125
- color: {
126
- type: StringConstructor;
127
- default: string;
128
- };
129
- dense: {
130
- type: (StringConstructor | BooleanConstructor)[];
131
- default: boolean;
132
- };
133
- disabled: {
134
- type: (StringConstructor | BooleanConstructor)[];
135
- default: boolean;
136
- };
137
- hint: {
138
- type: StringConstructor;
139
- default: string;
140
- };
141
- label: {
142
- type: StringConstructor;
143
- default: string;
144
- };
145
- mask: {
146
- default: string;
147
- };
148
- maxLength: {
149
- type: (StringConstructor | NumberConstructor)[];
150
- default: undefined;
151
- };
152
- persistentHint: {
153
- type: (StringConstructor | BooleanConstructor)[];
154
- default: boolean;
155
- };
156
- placeholder: {
157
- type: StringConstructor;
158
- default: string;
159
- };
160
- readonly: {
161
- type: (StringConstructor | BooleanConstructor)[];
162
- default: boolean;
163
- };
164
- autoHintDetails: {
165
- type: (StringConstructor | BooleanConstructor)[];
166
- default: boolean;
167
- };
168
- reverse: {
169
- type: (StringConstructor | BooleanConstructor)[];
170
- default: boolean;
171
- };
172
- showBorder: {
173
- type: (StringConstructor | BooleanConstructor)[];
174
- default: boolean;
175
- };
176
- showHelper: {
177
- type: (StringConstructor | BooleanConstructor)[];
178
- default: boolean;
179
- };
180
- showLabel: {
181
- type: (StringConstructor | BooleanConstructor)[];
182
- default: boolean;
183
- };
184
- storePath: {
185
- type: StringConstructor;
186
- default: string;
187
- };
188
- validations: {
189
- type: (StringConstructor | ObjectConstructor)[];
190
- default: {};
191
- };
192
- value: {
193
- default: null;
194
- };
195
- children: {
196
- type: (StringConstructor | {
197
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
198
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
199
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
200
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
201
- isArray(arg: any): arg is any[];
202
- readonly prototype: any[];
203
- from<T>(arrayLike: ArrayLike<T>): T[];
204
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
205
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
206
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
207
- of<T_4>(...items: T_4[]): T_4[];
208
- readonly [Symbol.species]: ArrayConstructor;
209
- })[];
210
- default(): never[];
211
- };
212
- component: {
213
- type: StringConstructor;
214
- };
215
- allowDuplicate: {
216
- type: (StringConstructor | BooleanConstructor)[];
217
- default: boolean;
218
- };
219
- autofocus: {
220
- type: (StringConstructor | BooleanConstructor)[];
221
- default: boolean;
222
- };
223
- cssClass: {
224
- type: StringConstructor;
225
- default: string;
226
- };
227
- cssStyle: {
228
- type: (StringConstructor | (() => import("vue").StyleValue))[];
229
- default: string;
230
- };
231
- dark: {
232
- type: (StringConstructor | BooleanConstructor)[];
233
- default: boolean;
234
- };
235
- directives: {
236
- type: ObjectConstructor;
237
- default(): {};
238
- };
239
- events: {
240
- type: ObjectConstructor;
241
- default(): {};
242
- };
243
- instanceObject: {
244
- type: ObjectConstructor;
245
- };
246
- isVisible: {
247
- type: (StringConstructor | BooleanConstructor)[];
248
- default: boolean;
249
- };
250
- keyMap: {
251
- type: ObjectConstructor;
252
- default(): {};
253
- };
254
- light: {
255
- type: (StringConstructor | BooleanConstructor)[];
256
- default: boolean;
257
- };
258
- name: {
259
- type: StringConstructor;
260
- required: true;
261
- };
262
- parent: {
263
- type: ObjectConstructor;
264
- };
265
- tabStop: {
266
- type: (StringConstructor | BooleanConstructor)[];
267
- default: boolean;
268
- };
269
- theme: {
270
- type: StringConstructor;
271
- };
272
- };
273
- declare const textareaComponent: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
274
- autoGrow: {
275
- type: (StringConstructor | BooleanConstructor)[];
276
- default: boolean;
277
- };
278
- backgroundColor: {
279
- type: StringConstructor;
280
- default: string;
281
- };
282
- clearIcon: {
283
- type: StringConstructor;
284
- default: string;
285
- };
286
- counter: {
287
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
288
- default: undefined;
289
- };
290
- filled: {
291
- type: (StringConstructor | BooleanConstructor)[];
292
- default: boolean;
293
- };
294
- loading: {
295
- type: (StringConstructor | BooleanConstructor)[];
296
- default: boolean;
297
- };
298
- resize: {
299
- type: (StringConstructor | BooleanConstructor)[];
300
- default: boolean;
301
- };
302
- rounded: {
303
- type: (StringConstructor | BooleanConstructor)[];
304
- default: boolean;
305
- };
306
- rowHeight: {
307
- type: (StringConstructor | NumberConstructor)[];
308
- default: number;
309
- };
310
- rows: {
311
- type: (StringConstructor | NumberConstructor)[];
312
- default: number;
313
- };
314
- height: {
315
- type: (StringConstructor | NumberConstructor)[];
316
- default: string;
317
- };
318
- fillHeight: {
319
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
320
- default: boolean;
321
- };
322
- appendIcon: {
323
- type: StringConstructor;
324
- default: string;
325
- };
326
- appendOuterIcon: {
327
- type: StringConstructor;
328
- default: string;
329
- };
330
- prefix: {
331
- type: StringConstructor;
332
- default: string;
333
- };
334
- prependIcon: {
335
- type: StringConstructor;
336
- default: string;
337
- };
338
- prependOuterIcon: {
339
- type: StringConstructor;
340
- default: string;
341
- };
342
- suffix: {
343
- type: StringConstructor;
344
- default: string;
345
- };
346
- valueWithPrefix: {
347
- type: (StringConstructor | BooleanConstructor)[];
348
- default: boolean;
349
- };
350
- valueWithSuffix: {
351
- type: (StringConstructor | BooleanConstructor)[];
352
- default: boolean;
353
- };
354
- type: {
355
- type: StringConstructor;
356
- default: string;
357
- };
358
- disableMaska: {
359
- type: BooleanConstructor;
360
- default: boolean;
361
- };
362
- width: {
363
- type: (StringConstructor | NumberConstructor)[];
364
- };
365
- minWidth: {
366
- type: (StringConstructor | NumberConstructor)[];
367
- default: string;
368
- };
369
- maxWidth: {
370
- type: (StringConstructor | NumberConstructor)[];
371
- default: string;
372
- };
373
- minHeight: {
374
- type: (StringConstructor | NumberConstructor)[];
375
- default: string;
376
- };
377
- maxHeight: {
378
- type: (StringConstructor | NumberConstructor)[];
379
- default: string;
380
- };
381
- align: {
382
- type: StringConstructor;
383
- default: string;
384
- };
385
- alwaysShowError: {
386
- type: (StringConstructor | BooleanConstructor)[];
387
- default: boolean;
388
- };
389
- autofill: {
390
- type: (StringConstructor | BooleanConstructor)[];
391
- default: boolean;
392
- };
393
- clearable: {
394
- type: (StringConstructor | BooleanConstructor)[];
395
- default: boolean;
396
- };
397
- color: {
398
- type: StringConstructor;
399
- default: string;
400
- };
401
- dense: {
402
- type: (StringConstructor | BooleanConstructor)[];
403
- default: boolean;
404
- };
405
- disabled: {
406
- type: (StringConstructor | BooleanConstructor)[];
407
- default: boolean;
408
- };
409
- hint: {
410
- type: StringConstructor;
411
- default: string;
412
- };
413
- label: {
414
- type: StringConstructor;
415
- default: string;
416
- };
417
- mask: {
418
- default: string;
419
- };
420
- maxLength: {
421
- type: (StringConstructor | NumberConstructor)[];
422
- default: undefined;
423
- };
424
- persistentHint: {
425
- type: (StringConstructor | BooleanConstructor)[];
426
- default: boolean;
427
- };
428
- placeholder: {
429
- type: StringConstructor;
430
- default: string;
431
- };
432
- readonly: {
433
- type: (StringConstructor | BooleanConstructor)[];
434
- default: boolean;
435
- };
436
- autoHintDetails: {
437
- type: (StringConstructor | BooleanConstructor)[];
438
- default: boolean;
439
- };
440
- reverse: {
441
- type: (StringConstructor | BooleanConstructor)[];
442
- default: boolean;
443
- };
444
- showBorder: {
445
- type: (StringConstructor | BooleanConstructor)[];
446
- default: boolean;
447
- };
448
- showHelper: {
449
- type: (StringConstructor | BooleanConstructor)[];
450
- default: boolean;
451
- };
452
- showLabel: {
453
- type: (StringConstructor | BooleanConstructor)[];
454
- default: boolean;
455
- };
456
- storePath: {
457
- type: StringConstructor;
458
- default: string;
459
- };
460
- validations: {
461
- type: (StringConstructor | ObjectConstructor)[];
462
- default: {};
463
- };
464
- value: {
465
- default: null;
466
- };
467
- children: {
468
- type: (StringConstructor | {
469
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
470
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
471
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
472
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
473
- isArray(arg: any): arg is any[];
474
- readonly prototype: any[];
475
- from<T>(arrayLike: ArrayLike<T>): T[];
476
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
477
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
478
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
479
- of<T_4>(...items: T_4[]): T_4[];
480
- readonly [Symbol.species]: ArrayConstructor;
481
- })[];
482
- default(): never[];
483
- };
484
- component: {
485
- type: StringConstructor;
486
- };
487
- allowDuplicate: {
488
- type: (StringConstructor | BooleanConstructor)[];
489
- default: boolean;
490
- };
491
- autofocus: {
492
- type: (StringConstructor | BooleanConstructor)[];
493
- default: boolean;
494
- };
495
- cssClass: {
496
- type: StringConstructor;
497
- default: string;
498
- };
499
- cssStyle: {
500
- type: (StringConstructor | (() => import("vue").StyleValue))[];
501
- default: string;
502
- };
503
- dark: {
504
- type: (StringConstructor | BooleanConstructor)[];
505
- default: boolean;
506
- };
507
- directives: {
508
- type: ObjectConstructor;
509
- default(): {};
510
- };
511
- events: {
512
- type: ObjectConstructor;
513
- default(): {};
514
- };
515
- instanceObject: {
516
- type: ObjectConstructor;
517
- };
518
- isVisible: {
519
- type: (StringConstructor | BooleanConstructor)[];
520
- default: boolean;
521
- };
522
- keyMap: {
523
- type: ObjectConstructor;
524
- default(): {};
525
- };
526
- light: {
527
- type: (StringConstructor | BooleanConstructor)[];
528
- default: boolean;
529
- };
530
- name: {
531
- type: StringConstructor;
532
- required: true;
533
- };
534
- parent: {
535
- type: ObjectConstructor;
536
- };
537
- tabStop: {
538
- type: (StringConstructor | BooleanConstructor)[];
539
- default: boolean;
540
- };
541
- theme: {
542
- type: StringConstructor;
543
- };
544
- }>, any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
545
- autoGrow: {
546
- type: (StringConstructor | BooleanConstructor)[];
547
- default: boolean;
548
- };
549
- backgroundColor: {
550
- type: StringConstructor;
551
- default: string;
552
- };
553
- clearIcon: {
554
- type: StringConstructor;
555
- default: string;
556
- };
557
- counter: {
558
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
559
- default: undefined;
560
- };
561
- filled: {
562
- type: (StringConstructor | BooleanConstructor)[];
563
- default: boolean;
564
- };
565
- loading: {
566
- type: (StringConstructor | BooleanConstructor)[];
567
- default: boolean;
568
- };
569
- resize: {
570
- type: (StringConstructor | BooleanConstructor)[];
571
- default: boolean;
572
- };
573
- rounded: {
574
- type: (StringConstructor | BooleanConstructor)[];
575
- default: boolean;
576
- };
577
- rowHeight: {
578
- type: (StringConstructor | NumberConstructor)[];
579
- default: number;
580
- };
581
- rows: {
582
- type: (StringConstructor | NumberConstructor)[];
583
- default: number;
584
- };
585
- height: {
586
- type: (StringConstructor | NumberConstructor)[];
587
- default: string;
588
- };
589
- fillHeight: {
590
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
591
- default: boolean;
592
- };
593
- appendIcon: {
594
- type: StringConstructor;
595
- default: string;
596
- };
597
- appendOuterIcon: {
598
- type: StringConstructor;
599
- default: string;
600
- };
601
- prefix: {
602
- type: StringConstructor;
603
- default: string;
604
- };
605
- prependIcon: {
606
- type: StringConstructor;
607
- default: string;
608
- };
609
- prependOuterIcon: {
610
- type: StringConstructor;
611
- default: string;
612
- };
613
- suffix: {
614
- type: StringConstructor;
615
- default: string;
616
- };
617
- valueWithPrefix: {
618
- type: (StringConstructor | BooleanConstructor)[];
619
- default: boolean;
620
- };
621
- valueWithSuffix: {
622
- type: (StringConstructor | BooleanConstructor)[];
623
- default: boolean;
624
- };
625
- type: {
626
- type: StringConstructor;
627
- default: string;
628
- };
629
- disableMaska: {
630
- type: BooleanConstructor;
631
- default: boolean;
632
- };
633
- width: {
634
- type: (StringConstructor | NumberConstructor)[];
635
- };
636
- minWidth: {
637
- type: (StringConstructor | NumberConstructor)[];
638
- default: string;
639
- };
640
- maxWidth: {
641
- type: (StringConstructor | NumberConstructor)[];
642
- default: string;
643
- };
644
- minHeight: {
645
- type: (StringConstructor | NumberConstructor)[];
646
- default: string;
647
- };
648
- maxHeight: {
649
- type: (StringConstructor | NumberConstructor)[];
650
- default: string;
651
- };
652
- align: {
653
- type: StringConstructor;
654
- default: string;
655
- };
656
- alwaysShowError: {
657
- type: (StringConstructor | BooleanConstructor)[];
658
- default: boolean;
659
- };
660
- autofill: {
661
- type: (StringConstructor | BooleanConstructor)[];
662
- default: boolean;
663
- };
664
- clearable: {
665
- type: (StringConstructor | BooleanConstructor)[];
666
- default: boolean;
667
- };
668
- color: {
669
- type: StringConstructor;
670
- default: string;
671
- };
672
- dense: {
673
- type: (StringConstructor | BooleanConstructor)[];
674
- default: boolean;
675
- };
676
- disabled: {
677
- type: (StringConstructor | BooleanConstructor)[];
678
- default: boolean;
679
- };
680
- hint: {
681
- type: StringConstructor;
682
- default: string;
683
- };
684
- label: {
685
- type: StringConstructor;
686
- default: string;
687
- };
688
- mask: {
689
- default: string;
690
- };
691
- maxLength: {
692
- type: (StringConstructor | NumberConstructor)[];
693
- default: undefined;
694
- };
695
- persistentHint: {
696
- type: (StringConstructor | BooleanConstructor)[];
697
- default: boolean;
698
- };
699
- placeholder: {
700
- type: StringConstructor;
701
- default: string;
702
- };
703
- readonly: {
704
- type: (StringConstructor | BooleanConstructor)[];
705
- default: boolean;
706
- };
707
- autoHintDetails: {
708
- type: (StringConstructor | BooleanConstructor)[];
709
- default: boolean;
710
- };
711
- reverse: {
712
- type: (StringConstructor | BooleanConstructor)[];
713
- default: boolean;
714
- };
715
- showBorder: {
716
- type: (StringConstructor | BooleanConstructor)[];
717
- default: boolean;
718
- };
719
- showHelper: {
720
- type: (StringConstructor | BooleanConstructor)[];
721
- default: boolean;
722
- };
723
- showLabel: {
724
- type: (StringConstructor | BooleanConstructor)[];
725
- default: boolean;
726
- };
727
- storePath: {
728
- type: StringConstructor;
729
- default: string;
730
- };
731
- validations: {
732
- type: (StringConstructor | ObjectConstructor)[];
733
- default: {};
734
- };
735
- value: {
736
- default: null;
737
- };
738
- children: {
739
- type: (StringConstructor | {
740
- (arrayLength: number): import("@zeedhi/common").IComponentRender[];
741
- (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
742
- new (arrayLength: number): import("@zeedhi/common").IComponentRender[];
743
- new (...items: import("@zeedhi/common").IComponentRender[]): import("@zeedhi/common").IComponentRender[];
744
- isArray(arg: any): arg is any[];
745
- readonly prototype: any[];
746
- from<T>(arrayLike: ArrayLike<T>): T[];
747
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
748
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
749
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
750
- of<T_4>(...items: T_4[]): T_4[];
751
- readonly [Symbol.species]: ArrayConstructor;
752
- })[];
753
- default(): never[];
754
- };
755
- component: {
756
- type: StringConstructor;
757
- };
758
- allowDuplicate: {
759
- type: (StringConstructor | BooleanConstructor)[];
760
- default: boolean;
761
- };
762
- autofocus: {
763
- type: (StringConstructor | BooleanConstructor)[];
764
- default: boolean;
765
- };
766
- cssClass: {
767
- type: StringConstructor;
768
- default: string;
769
- };
770
- cssStyle: {
771
- type: (StringConstructor | (() => import("vue").StyleValue))[];
772
- default: string;
773
- };
774
- dark: {
775
- type: (StringConstructor | BooleanConstructor)[];
776
- default: boolean;
777
- };
778
- directives: {
779
- type: ObjectConstructor;
780
- default(): {};
781
- };
782
- events: {
783
- type: ObjectConstructor;
784
- default(): {};
785
- };
786
- instanceObject: {
787
- type: ObjectConstructor;
788
- };
789
- isVisible: {
790
- type: (StringConstructor | BooleanConstructor)[];
791
- default: boolean;
792
- };
793
- keyMap: {
794
- type: ObjectConstructor;
795
- default(): {};
796
- };
797
- light: {
798
- type: (StringConstructor | BooleanConstructor)[];
799
- default: boolean;
800
- };
801
- name: {
802
- type: StringConstructor;
803
- required: true;
804
- };
805
- parent: {
806
- type: ObjectConstructor;
807
- };
808
- tabStop: {
809
- type: (StringConstructor | BooleanConstructor)[];
810
- default: boolean;
811
- };
812
- theme: {
813
- type: StringConstructor;
814
- };
815
- }>> & Readonly<{}>, {
816
- reverse: string | boolean;
817
- allowDuplicate: string | boolean;
818
- type: string;
819
- autofocus: string | boolean;
820
- children: string | import("@zeedhi/common").IComponentRender[];
821
- cssClass: string;
822
- cssStyle: import("vue").StyleValue;
823
- dark: string | boolean;
824
- directives: Record<string, any>;
825
- events: Record<string, any>;
826
- isVisible: string | boolean;
827
- keyMap: Record<string, any>;
828
- light: string | boolean;
829
- tabStop: string | boolean;
830
- align: string;
831
- alwaysShowError: string | boolean;
832
- autofill: string | boolean;
833
- clearable: string | boolean;
834
- color: string;
835
- dense: string | boolean;
836
- disabled: string | boolean;
837
- hint: string;
838
- label: string;
839
- mask: string;
840
- maxLength: string | number;
841
- persistentHint: string | boolean;
842
- placeholder: string;
843
- readonly: string | boolean;
844
- autoHintDetails: string | boolean;
845
- showBorder: string | boolean;
846
- showHelper: string | boolean;
847
- showLabel: string | boolean;
848
- storePath: string;
849
- validations: string | Record<string, any>;
850
- value: null;
851
- minWidth: string | number;
852
- maxWidth: string | number;
853
- fillHeight: string | number | boolean;
854
- height: string | number;
855
- minHeight: string | number;
856
- maxHeight: string | number;
857
- appendIcon: string;
858
- appendOuterIcon: string;
859
- prefix: string;
860
- prependIcon: string;
861
- prependOuterIcon: string;
862
- suffix: string;
863
- valueWithPrefix: string | boolean;
864
- valueWithSuffix: string | boolean;
865
- disableMaska: boolean;
866
- autoGrow: string | boolean;
867
- backgroundColor: string;
868
- clearIcon: string;
869
- counter: string | number | boolean;
870
- filled: string | boolean;
871
- loading: string | boolean;
872
- resize: string | boolean;
873
- rounded: string | boolean;
874
- rowHeight: string | number;
875
- rows: string | number;
876
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
877
- export default textareaComponent;