@zeedhi/vuetify 3.0.7 → 3.0.9

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