@quoreadmin/ui 1.4.0 → 1.4.2

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 (153) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +14365 -16291
  3. package/dist/index.umd.cjs +935 -113
  4. package/dist/src/App.vue.d.ts +2 -0
  5. package/dist/src/components/accordion/accordion.d.ts +113 -0
  6. package/dist/src/components/accordion/accordion.stories.d.ts +803 -0
  7. package/dist/src/components/accordion/accordion.vue.d.ts +2 -0
  8. package/dist/src/components/activity-item/activity-item.d.ts +83 -0
  9. package/dist/src/components/activity-item/activity-item.stories.d.ts +7 -0
  10. package/dist/src/components/activity-item/activity-item.vue.d.ts +2 -0
  11. package/dist/src/components/avatar/avatar.d.ts +54 -0
  12. package/dist/src/components/avatar/avatar.stories.d.ts +68 -0
  13. package/dist/src/components/avatar/avatar.vue.d.ts +2 -0
  14. package/dist/src/components/badge/badge.d.ts +31 -0
  15. package/dist/src/components/badge/badge.stories.d.ts +135 -0
  16. package/dist/src/components/badge/badge.vue.d.ts +2 -0
  17. package/dist/src/components/banner/banner.d.ts +24 -0
  18. package/dist/src/components/banner/banner.stories.d.ts +40 -0
  19. package/dist/src/components/banner/banner.vue.d.ts +2 -0
  20. package/dist/src/components/bottom-sheet/bottom-sheet.d.ts +120 -0
  21. package/dist/src/components/bottom-sheet/bottom-sheet.stories.d.ts +925 -0
  22. package/dist/src/components/bottom-sheet/bottom-sheet.vue.d.ts +2 -0
  23. package/dist/src/components/button/button.d.ts +121 -0
  24. package/dist/src/components/button/button.stories.d.ts +518 -0
  25. package/dist/src/components/button/button.vue.d.ts +2 -0
  26. package/dist/src/components/button-group/button-group.d.ts +92 -0
  27. package/dist/src/components/button-group/button-group.stories.d.ts +325 -0
  28. package/dist/src/components/button-group/button-group.vue.d.ts +2 -0
  29. package/dist/src/components/checkbox/checkbox.d.ts +205 -0
  30. package/dist/src/components/checkbox/checkbox.vue.d.ts +2 -0
  31. package/dist/src/components/comment/comment.d.ts +3157 -0
  32. package/dist/src/components/comment/comment.stories.d.ts +3186 -0
  33. package/dist/src/components/comment/comment.vue.d.ts +2 -0
  34. package/dist/src/components/comment-section/comment-section.d.ts +4866 -0
  35. package/dist/src/components/comment-section/comment-section.stories.d.ts +6541 -0
  36. package/dist/src/components/comment-section/comment-section.vue.d.ts +2 -0
  37. package/dist/src/components/counter/counter.d.ts +53 -0
  38. package/dist/src/components/counter/counter.stories.d.ts +120 -0
  39. package/dist/src/components/counter/counter.vue.d.ts +2 -0
  40. package/dist/src/components/data-filter/data-filter.d.ts +773 -0
  41. package/dist/src/components/data-filter/data-filter.vue.d.ts +2 -0
  42. package/dist/src/components/data-list/data-list.d.ts +945 -0
  43. package/dist/src/components/data-list/data-list.vue.d.ts +2 -0
  44. package/dist/src/components/data-table/data-table.d.ts +543 -0
  45. package/dist/src/components/data-table/data-table.vue.d.ts +2 -0
  46. package/dist/src/components/data-table-cell/data-table-cell.d.ts +42 -0
  47. package/dist/src/components/data-table-cell/data-table-cell.vue.d.ts +2 -0
  48. package/dist/src/components/data-table-head/data-table-head.d.ts +110 -0
  49. package/dist/src/components/data-table-head/data-table-head.vue.d.ts +2 -0
  50. package/dist/src/components/date-picker/date-picker.d.ts +672 -0
  51. package/dist/src/components/date-picker/date-picker.stories.d.ts +1316 -0
  52. package/dist/src/components/date-picker/date-picker.vue.d.ts +2 -0
  53. package/dist/src/components/divider/divider.d.ts +41 -0
  54. package/dist/src/components/divider/divider.stories.d.ts +103 -0
  55. package/dist/src/components/divider/divider.vue.d.ts +2 -0
  56. package/dist/src/components/file-upload/file-upload.d.ts +1214 -0
  57. package/dist/src/components/file-upload/file-upload.stories.d.ts +6974 -0
  58. package/dist/src/components/file-upload/file-upload.vue.d.ts +2 -0
  59. package/dist/src/components/footer-actions/footer-actions.d.ts +3 -0
  60. package/dist/src/components/footer-actions/footer-actions.stories.d.ts +17 -0
  61. package/dist/src/components/footer-actions/footer-actions.vue.d.ts +2 -0
  62. package/dist/src/components/form-group/form-group.d.ts +33 -0
  63. package/dist/src/components/form-group/form-group.stories.d.ts +230 -0
  64. package/dist/src/components/form-group/form-group.vue.d.ts +2 -0
  65. package/dist/src/components/grid/grid.d.ts +267 -0
  66. package/dist/src/components/grid/grid.stories.d.ts +3523 -0
  67. package/dist/src/components/grid/grid.vue.d.ts +2 -0
  68. package/dist/src/components/icon/icon.d.ts +93 -0
  69. package/dist/src/components/icon/icon.stories.d.ts +115 -0
  70. package/dist/src/components/icon/icon.vue.d.ts +2 -0
  71. package/dist/src/components/icon-action-group/icon-action-group.d.ts +513 -0
  72. package/dist/src/components/icon-action-group/icon-action-group.stories.d.ts +2570 -0
  73. package/dist/src/components/icon-action-group/icon-action-group.vue.d.ts +2 -0
  74. package/dist/src/components/image-gallery/image-gallery.d.ts +840 -0
  75. package/dist/src/components/image-gallery/image-gallery.stories.d.ts +1711 -0
  76. package/dist/src/components/image-gallery/image-gallery.vue.d.ts +2 -0
  77. package/dist/src/components/input/input.d.ts +185 -0
  78. package/dist/src/components/input/input.stories.d.ts +1065 -0
  79. package/dist/src/components/input/input.vue.d.ts +2 -0
  80. package/dist/src/components/list/list.d.ts +209 -0
  81. package/dist/src/components/list/list.stories.d.ts +1682 -0
  82. package/dist/src/components/list/list.vue.d.ts +2 -0
  83. package/dist/src/components/menu/menu.d.ts +120 -0
  84. package/dist/src/components/menu/menu.stories.d.ts +239 -0
  85. package/dist/src/components/menu/menu.vue.d.ts +2 -0
  86. package/dist/src/components/modal/modal.d.ts +192 -0
  87. package/dist/src/components/modal/modal.stories.d.ts +2102 -0
  88. package/dist/src/components/modal/modal.vue.d.ts +2 -0
  89. package/dist/src/components/modal/variants/error-modal/error-modal.d.ts +221 -0
  90. package/dist/src/components/modal/variants/error-modal/error-modal.vue.d.ts +2 -0
  91. package/dist/src/components/modal/variants/warning-modal/warning-modal.d.ts +241 -0
  92. package/dist/src/components/modal/variants/warning-modal/warning-modal.vue.d.ts +2 -0
  93. package/dist/src/components/modal-content/modal-content.d.ts +37 -0
  94. package/dist/src/components/modal-content/modal-content.vue.d.ts +2 -0
  95. package/dist/src/components/page-heading/page-heading.d.ts +57 -0
  96. package/dist/src/components/page-heading/page-heading.vue.d.ts +2 -0
  97. package/dist/src/components/page-navigation/page-navigation.d.ts +15 -0
  98. package/dist/src/components/page-navigation/page-navigation.vue.d.ts +2 -0
  99. package/dist/src/components/pdf-viewer/pdf-viewer.d.ts +243 -0
  100. package/dist/src/components/pdf-viewer/pdf-viewer.stories.d.ts +260 -0
  101. package/dist/src/components/pdf-viewer/pdf-viewer.vue.d.ts +2 -0
  102. package/dist/src/components/popover/popover.d.ts +118 -0
  103. package/dist/src/components/popover/popover.stories.d.ts +411 -0
  104. package/dist/src/components/popover/popover.vue.d.ts +2 -0
  105. package/dist/src/components/progress-bar/progress-bar.d.ts +85 -0
  106. package/dist/src/components/progress-bar/progress-bar.stories.d.ts +103 -0
  107. package/dist/src/components/progress-bar/progress-bar.vue.d.ts +2 -0
  108. package/dist/src/components/progress-bar-group/progress-bar-group.d.ts +152 -0
  109. package/dist/src/components/progress-bar-group/progress-bar-group.stories.d.ts +5 -0
  110. package/dist/src/components/progress-bar-group/progress-bar-group.vue.d.ts +2 -0
  111. package/dist/src/components/radio/radio.d.ts +93 -0
  112. package/dist/src/components/radio/radio.stories.d.ts +233 -0
  113. package/dist/src/components/radio/radio.vue.d.ts +2 -0
  114. package/dist/src/components/room-details-popover/room-details-popover.d.ts +6467 -0
  115. package/dist/src/components/room-details-popover/room-details-popover.vue.d.ts +2 -0
  116. package/dist/src/components/select/select.d.ts +407 -0
  117. package/dist/src/components/select/select.stories.d.ts +1297 -0
  118. package/dist/src/components/select/select.vue.d.ts +2 -0
  119. package/dist/src/components/table/table.d.ts +407 -0
  120. package/dist/src/components/table/table.vue.d.ts +2 -0
  121. package/dist/src/components/tag/tag.d.ts +43 -0
  122. package/dist/src/components/tag/tag.stories.d.ts +176 -0
  123. package/dist/src/components/tag/tag.vue.d.ts +2 -0
  124. package/dist/src/components/textarea/textarea.d.ts +92 -0
  125. package/dist/src/components/textarea/textarea.stories.d.ts +111 -0
  126. package/dist/src/components/textarea/textarea.vue.d.ts +2 -0
  127. package/dist/src/components/toast/toast.d.ts +117 -0
  128. package/dist/src/components/toast/toast.stories.d.ts +661 -0
  129. package/dist/src/components/toast/toast.vue.d.ts +2 -0
  130. package/dist/src/components/tooltip/tooltip.d.ts +137 -0
  131. package/dist/src/components/tooltip/tooltip.stories.d.ts +953 -0
  132. package/dist/src/components/tooltip/tooltip.vue.d.ts +2 -0
  133. package/dist/src/components/tour/tour.d.ts +364 -0
  134. package/dist/src/components/tour/tour.vue.d.ts +2 -0
  135. package/dist/src/components/wysiwyg/wysiwyg.d.ts +1560 -0
  136. package/dist/src/components/wysiwyg/wysiwyg.stories.d.ts +1583 -0
  137. package/dist/src/components/wysiwyg/wysiwyg.vue.d.ts +2 -0
  138. package/dist/src/composables/filtering.d.ts +22 -0
  139. package/dist/src/composables/mq.d.ts +12 -0
  140. package/dist/src/composables/nanopop.d.ts +77 -0
  141. package/dist/src/composables/table-data.d.ts +138 -0
  142. package/dist/src/composables/useDeviceType.d.ts +4 -0
  143. package/dist/src/index.d.ts +58 -0
  144. package/dist/src/main.d.ts +0 -0
  145. package/dist/src/plugins/luxon.d.ts +3 -0
  146. package/dist/src/router/index.d.ts +2 -0
  147. package/dist/src/views/lists.vue.d.ts +2491 -0
  148. package/dist/src/views/rdp.vue.d.ts +9 -0
  149. package/dist/src/views/showcase.vue.d.ts +523 -0
  150. package/dist/src/views/tables.vue.d.ts +1846 -0
  151. package/dist/src/views/tour.vue.d.ts +48 -0
  152. package/package.json +30 -5
  153. package/tailwind.preset.ts +245 -0
@@ -0,0 +1,1065 @@
1
+ import { Args, Meta } from '@storybook/vue3';
2
+ import { default as QInput } from './input.vue';
3
+ declare const meta: Meta<typeof QInput>;
4
+ export default meta;
5
+ export declare const Example: {
6
+ name: string;
7
+ render: (args: Args) => {
8
+ components: {
9
+ QInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
10
+ modelValue: {
11
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
12
+ default: string;
13
+ };
14
+ type: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ validator: (value: string) => boolean;
18
+ };
19
+ placeholder: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ maxlength: {
24
+ type: NumberConstructor;
25
+ default: null;
26
+ };
27
+ size: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ status: {
32
+ type: StringConstructor;
33
+ default: string;
34
+ };
35
+ controlClass: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ inputClass: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ disabled: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ autocomplete: {
48
+ type: StringConstructor;
49
+ default: string;
50
+ };
51
+ expands: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ hideClear: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ iconPosition: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ }>, {
64
+ currentInput: import('vue').Ref<null, null>;
65
+ focused: import('vue').Ref<boolean, boolean>;
66
+ icon: import('vue').Ref<string, string>;
67
+ isExpanded: import('vue').Ref<boolean, boolean>;
68
+ rootClasses: import('vue').ComputedRef<(string | {
69
+ focused: boolean;
70
+ disabled?: undefined;
71
+ collapsed?: undefined;
72
+ } | {
73
+ disabled: boolean;
74
+ focused?: undefined;
75
+ collapsed?: undefined;
76
+ } | {
77
+ [x: string]: boolean | "";
78
+ focused?: undefined;
79
+ disabled?: undefined;
80
+ collapsed?: undefined;
81
+ } | {
82
+ [x: string]: string;
83
+ focused?: undefined;
84
+ disabled?: undefined;
85
+ collapsed?: undefined;
86
+ } | {
87
+ collapsed: boolean;
88
+ focused?: undefined;
89
+ disabled?: undefined;
90
+ })[]>;
91
+ inputClasses: import('vue').ComputedRef<(string | {
92
+ [x: string]: boolean | "";
93
+ populated?: undefined;
94
+ } | {
95
+ populated: boolean;
96
+ })[]>;
97
+ isDisabled: import('vue').ComputedRef<boolean>;
98
+ showClearIcon: import('vue').ComputedRef<boolean>;
99
+ isSlotAvailable: import('vue').ComputedRef<boolean>;
100
+ onClickIcon: () => void;
101
+ onFocusOut: () => void;
102
+ togglePasswordVisibility: () => void;
103
+ updateValue: (event: Event) => void;
104
+ mq: {
105
+ xs: boolean;
106
+ sm: boolean;
107
+ md: boolean;
108
+ lg: boolean;
109
+ xl: boolean;
110
+ 'sm-md': boolean;
111
+ 'md-lg': boolean;
112
+ 'lg-xl': boolean;
113
+ 'sm-down': boolean;
114
+ };
115
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "update-type")[], "update:model-value" | "update-type", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
116
+ modelValue: {
117
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
118
+ default: string;
119
+ };
120
+ type: {
121
+ type: StringConstructor;
122
+ default: string;
123
+ validator: (value: string) => boolean;
124
+ };
125
+ placeholder: {
126
+ type: StringConstructor;
127
+ default: string;
128
+ };
129
+ maxlength: {
130
+ type: NumberConstructor;
131
+ default: null;
132
+ };
133
+ size: {
134
+ type: StringConstructor;
135
+ default: string;
136
+ };
137
+ status: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
141
+ controlClass: {
142
+ type: StringConstructor;
143
+ default: string;
144
+ };
145
+ inputClass: {
146
+ type: StringConstructor;
147
+ default: string;
148
+ };
149
+ disabled: {
150
+ type: BooleanConstructor;
151
+ default: boolean;
152
+ };
153
+ autocomplete: {
154
+ type: StringConstructor;
155
+ default: string;
156
+ };
157
+ expands: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ hideClear: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ iconPosition: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ }>> & Readonly<{
170
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
171
+ "onUpdate-type"?: ((...args: any[]) => any) | undefined;
172
+ }>, {
173
+ modelValue: string | number | Record<string, any>;
174
+ type: string;
175
+ size: string;
176
+ placeholder: string;
177
+ disabled: boolean;
178
+ status: string;
179
+ expands: boolean;
180
+ maxlength: number;
181
+ controlClass: string;
182
+ inputClass: string;
183
+ autocomplete: string;
184
+ hideClear: boolean;
185
+ iconPosition: string;
186
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
187
+ };
188
+ setup(this: void): {
189
+ args: Args;
190
+ };
191
+ template: string;
192
+ };
193
+ args: {
194
+ type: string;
195
+ placeholder: string;
196
+ size: string;
197
+ hideClear: false;
198
+ disabled: false;
199
+ };
200
+ };
201
+ export declare const IconOnRight: {
202
+ name: string;
203
+ render: (args: Args) => {
204
+ components: {
205
+ QInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
206
+ modelValue: {
207
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
208
+ default: string;
209
+ };
210
+ type: {
211
+ type: StringConstructor;
212
+ default: string;
213
+ validator: (value: string) => boolean;
214
+ };
215
+ placeholder: {
216
+ type: StringConstructor;
217
+ default: string;
218
+ };
219
+ maxlength: {
220
+ type: NumberConstructor;
221
+ default: null;
222
+ };
223
+ size: {
224
+ type: StringConstructor;
225
+ default: string;
226
+ };
227
+ status: {
228
+ type: StringConstructor;
229
+ default: string;
230
+ };
231
+ controlClass: {
232
+ type: StringConstructor;
233
+ default: string;
234
+ };
235
+ inputClass: {
236
+ type: StringConstructor;
237
+ default: string;
238
+ };
239
+ disabled: {
240
+ type: BooleanConstructor;
241
+ default: boolean;
242
+ };
243
+ autocomplete: {
244
+ type: StringConstructor;
245
+ default: string;
246
+ };
247
+ expands: {
248
+ type: BooleanConstructor;
249
+ default: boolean;
250
+ };
251
+ hideClear: {
252
+ type: BooleanConstructor;
253
+ default: boolean;
254
+ };
255
+ iconPosition: {
256
+ type: StringConstructor;
257
+ default: string;
258
+ };
259
+ }>, {
260
+ currentInput: import('vue').Ref<null, null>;
261
+ focused: import('vue').Ref<boolean, boolean>;
262
+ icon: import('vue').Ref<string, string>;
263
+ isExpanded: import('vue').Ref<boolean, boolean>;
264
+ rootClasses: import('vue').ComputedRef<(string | {
265
+ focused: boolean;
266
+ disabled?: undefined;
267
+ collapsed?: undefined;
268
+ } | {
269
+ disabled: boolean;
270
+ focused?: undefined;
271
+ collapsed?: undefined;
272
+ } | {
273
+ [x: string]: boolean | "";
274
+ focused?: undefined;
275
+ disabled?: undefined;
276
+ collapsed?: undefined;
277
+ } | {
278
+ [x: string]: string;
279
+ focused?: undefined;
280
+ disabled?: undefined;
281
+ collapsed?: undefined;
282
+ } | {
283
+ collapsed: boolean;
284
+ focused?: undefined;
285
+ disabled?: undefined;
286
+ })[]>;
287
+ inputClasses: import('vue').ComputedRef<(string | {
288
+ [x: string]: boolean | "";
289
+ populated?: undefined;
290
+ } | {
291
+ populated: boolean;
292
+ })[]>;
293
+ isDisabled: import('vue').ComputedRef<boolean>;
294
+ showClearIcon: import('vue').ComputedRef<boolean>;
295
+ isSlotAvailable: import('vue').ComputedRef<boolean>;
296
+ onClickIcon: () => void;
297
+ onFocusOut: () => void;
298
+ togglePasswordVisibility: () => void;
299
+ updateValue: (event: Event) => void;
300
+ mq: {
301
+ xs: boolean;
302
+ sm: boolean;
303
+ md: boolean;
304
+ lg: boolean;
305
+ xl: boolean;
306
+ 'sm-md': boolean;
307
+ 'md-lg': boolean;
308
+ 'lg-xl': boolean;
309
+ 'sm-down': boolean;
310
+ };
311
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "update-type")[], "update:model-value" | "update-type", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
312
+ modelValue: {
313
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
314
+ default: string;
315
+ };
316
+ type: {
317
+ type: StringConstructor;
318
+ default: string;
319
+ validator: (value: string) => boolean;
320
+ };
321
+ placeholder: {
322
+ type: StringConstructor;
323
+ default: string;
324
+ };
325
+ maxlength: {
326
+ type: NumberConstructor;
327
+ default: null;
328
+ };
329
+ size: {
330
+ type: StringConstructor;
331
+ default: string;
332
+ };
333
+ status: {
334
+ type: StringConstructor;
335
+ default: string;
336
+ };
337
+ controlClass: {
338
+ type: StringConstructor;
339
+ default: string;
340
+ };
341
+ inputClass: {
342
+ type: StringConstructor;
343
+ default: string;
344
+ };
345
+ disabled: {
346
+ type: BooleanConstructor;
347
+ default: boolean;
348
+ };
349
+ autocomplete: {
350
+ type: StringConstructor;
351
+ default: string;
352
+ };
353
+ expands: {
354
+ type: BooleanConstructor;
355
+ default: boolean;
356
+ };
357
+ hideClear: {
358
+ type: BooleanConstructor;
359
+ default: boolean;
360
+ };
361
+ iconPosition: {
362
+ type: StringConstructor;
363
+ default: string;
364
+ };
365
+ }>> & Readonly<{
366
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
367
+ "onUpdate-type"?: ((...args: any[]) => any) | undefined;
368
+ }>, {
369
+ modelValue: string | number | Record<string, any>;
370
+ type: string;
371
+ size: string;
372
+ placeholder: string;
373
+ disabled: boolean;
374
+ status: string;
375
+ expands: boolean;
376
+ maxlength: number;
377
+ controlClass: string;
378
+ inputClass: string;
379
+ autocomplete: string;
380
+ hideClear: boolean;
381
+ iconPosition: string;
382
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
383
+ QIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
384
+ icon: {
385
+ type: StringConstructor;
386
+ required: true;
387
+ };
388
+ type: {
389
+ type: StringConstructor;
390
+ default: string;
391
+ };
392
+ width: {
393
+ type: NumberConstructor;
394
+ default: number;
395
+ required: false;
396
+ };
397
+ height: {
398
+ type: NumberConstructor;
399
+ default: number;
400
+ required: false;
401
+ };
402
+ size: {
403
+ type: StringConstructor;
404
+ default: string;
405
+ };
406
+ color: {
407
+ type: StringConstructor;
408
+ default: string;
409
+ };
410
+ inline: {
411
+ type: BooleanConstructor;
412
+ default: boolean;
413
+ };
414
+ customClass: {
415
+ type: StringConstructor;
416
+ default: string;
417
+ };
418
+ customSize: {
419
+ type: BooleanConstructor;
420
+ default: boolean;
421
+ };
422
+ }>, {
423
+ iconPath: import('vue').ComputedRef<string>;
424
+ customizedSize: import('vue').ComputedRef<boolean>;
425
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
426
+ icon: {
427
+ type: StringConstructor;
428
+ required: true;
429
+ };
430
+ type: {
431
+ type: StringConstructor;
432
+ default: string;
433
+ };
434
+ width: {
435
+ type: NumberConstructor;
436
+ default: number;
437
+ required: false;
438
+ };
439
+ height: {
440
+ type: NumberConstructor;
441
+ default: number;
442
+ required: false;
443
+ };
444
+ size: {
445
+ type: StringConstructor;
446
+ default: string;
447
+ };
448
+ color: {
449
+ type: StringConstructor;
450
+ default: string;
451
+ };
452
+ inline: {
453
+ type: BooleanConstructor;
454
+ default: boolean;
455
+ };
456
+ customClass: {
457
+ type: StringConstructor;
458
+ default: string;
459
+ };
460
+ customSize: {
461
+ type: BooleanConstructor;
462
+ default: boolean;
463
+ };
464
+ }>> & Readonly<{}>, {
465
+ type: string;
466
+ color: string;
467
+ size: string;
468
+ height: number;
469
+ width: number;
470
+ inline: boolean;
471
+ customClass: string;
472
+ customSize: boolean;
473
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
474
+ };
475
+ setup(this: void): {
476
+ args: Args;
477
+ };
478
+ template: string;
479
+ };
480
+ args: {
481
+ type: string;
482
+ placeholder: string;
483
+ size: string;
484
+ hideClear: false;
485
+ disabled: false;
486
+ };
487
+ };
488
+ export declare const IconOnLeft: {
489
+ name: string;
490
+ render: (args: Args) => {
491
+ components: {
492
+ QInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
493
+ modelValue: {
494
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
495
+ default: string;
496
+ };
497
+ type: {
498
+ type: StringConstructor;
499
+ default: string;
500
+ validator: (value: string) => boolean;
501
+ };
502
+ placeholder: {
503
+ type: StringConstructor;
504
+ default: string;
505
+ };
506
+ maxlength: {
507
+ type: NumberConstructor;
508
+ default: null;
509
+ };
510
+ size: {
511
+ type: StringConstructor;
512
+ default: string;
513
+ };
514
+ status: {
515
+ type: StringConstructor;
516
+ default: string;
517
+ };
518
+ controlClass: {
519
+ type: StringConstructor;
520
+ default: string;
521
+ };
522
+ inputClass: {
523
+ type: StringConstructor;
524
+ default: string;
525
+ };
526
+ disabled: {
527
+ type: BooleanConstructor;
528
+ default: boolean;
529
+ };
530
+ autocomplete: {
531
+ type: StringConstructor;
532
+ default: string;
533
+ };
534
+ expands: {
535
+ type: BooleanConstructor;
536
+ default: boolean;
537
+ };
538
+ hideClear: {
539
+ type: BooleanConstructor;
540
+ default: boolean;
541
+ };
542
+ iconPosition: {
543
+ type: StringConstructor;
544
+ default: string;
545
+ };
546
+ }>, {
547
+ currentInput: import('vue').Ref<null, null>;
548
+ focused: import('vue').Ref<boolean, boolean>;
549
+ icon: import('vue').Ref<string, string>;
550
+ isExpanded: import('vue').Ref<boolean, boolean>;
551
+ rootClasses: import('vue').ComputedRef<(string | {
552
+ focused: boolean;
553
+ disabled?: undefined;
554
+ collapsed?: undefined;
555
+ } | {
556
+ disabled: boolean;
557
+ focused?: undefined;
558
+ collapsed?: undefined;
559
+ } | {
560
+ [x: string]: boolean | "";
561
+ focused?: undefined;
562
+ disabled?: undefined;
563
+ collapsed?: undefined;
564
+ } | {
565
+ [x: string]: string;
566
+ focused?: undefined;
567
+ disabled?: undefined;
568
+ collapsed?: undefined;
569
+ } | {
570
+ collapsed: boolean;
571
+ focused?: undefined;
572
+ disabled?: undefined;
573
+ })[]>;
574
+ inputClasses: import('vue').ComputedRef<(string | {
575
+ [x: string]: boolean | "";
576
+ populated?: undefined;
577
+ } | {
578
+ populated: boolean;
579
+ })[]>;
580
+ isDisabled: import('vue').ComputedRef<boolean>;
581
+ showClearIcon: import('vue').ComputedRef<boolean>;
582
+ isSlotAvailable: import('vue').ComputedRef<boolean>;
583
+ onClickIcon: () => void;
584
+ onFocusOut: () => void;
585
+ togglePasswordVisibility: () => void;
586
+ updateValue: (event: Event) => void;
587
+ mq: {
588
+ xs: boolean;
589
+ sm: boolean;
590
+ md: boolean;
591
+ lg: boolean;
592
+ xl: boolean;
593
+ 'sm-md': boolean;
594
+ 'md-lg': boolean;
595
+ 'lg-xl': boolean;
596
+ 'sm-down': boolean;
597
+ };
598
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "update-type")[], "update:model-value" | "update-type", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
599
+ modelValue: {
600
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
601
+ default: string;
602
+ };
603
+ type: {
604
+ type: StringConstructor;
605
+ default: string;
606
+ validator: (value: string) => boolean;
607
+ };
608
+ placeholder: {
609
+ type: StringConstructor;
610
+ default: string;
611
+ };
612
+ maxlength: {
613
+ type: NumberConstructor;
614
+ default: null;
615
+ };
616
+ size: {
617
+ type: StringConstructor;
618
+ default: string;
619
+ };
620
+ status: {
621
+ type: StringConstructor;
622
+ default: string;
623
+ };
624
+ controlClass: {
625
+ type: StringConstructor;
626
+ default: string;
627
+ };
628
+ inputClass: {
629
+ type: StringConstructor;
630
+ default: string;
631
+ };
632
+ disabled: {
633
+ type: BooleanConstructor;
634
+ default: boolean;
635
+ };
636
+ autocomplete: {
637
+ type: StringConstructor;
638
+ default: string;
639
+ };
640
+ expands: {
641
+ type: BooleanConstructor;
642
+ default: boolean;
643
+ };
644
+ hideClear: {
645
+ type: BooleanConstructor;
646
+ default: boolean;
647
+ };
648
+ iconPosition: {
649
+ type: StringConstructor;
650
+ default: string;
651
+ };
652
+ }>> & Readonly<{
653
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
654
+ "onUpdate-type"?: ((...args: any[]) => any) | undefined;
655
+ }>, {
656
+ modelValue: string | number | Record<string, any>;
657
+ type: string;
658
+ size: string;
659
+ placeholder: string;
660
+ disabled: boolean;
661
+ status: string;
662
+ expands: boolean;
663
+ maxlength: number;
664
+ controlClass: string;
665
+ inputClass: string;
666
+ autocomplete: string;
667
+ hideClear: boolean;
668
+ iconPosition: string;
669
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
670
+ QIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
671
+ icon: {
672
+ type: StringConstructor;
673
+ required: true;
674
+ };
675
+ type: {
676
+ type: StringConstructor;
677
+ default: string;
678
+ };
679
+ width: {
680
+ type: NumberConstructor;
681
+ default: number;
682
+ required: false;
683
+ };
684
+ height: {
685
+ type: NumberConstructor;
686
+ default: number;
687
+ required: false;
688
+ };
689
+ size: {
690
+ type: StringConstructor;
691
+ default: string;
692
+ };
693
+ color: {
694
+ type: StringConstructor;
695
+ default: string;
696
+ };
697
+ inline: {
698
+ type: BooleanConstructor;
699
+ default: boolean;
700
+ };
701
+ customClass: {
702
+ type: StringConstructor;
703
+ default: string;
704
+ };
705
+ customSize: {
706
+ type: BooleanConstructor;
707
+ default: boolean;
708
+ };
709
+ }>, {
710
+ iconPath: import('vue').ComputedRef<string>;
711
+ customizedSize: import('vue').ComputedRef<boolean>;
712
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
713
+ icon: {
714
+ type: StringConstructor;
715
+ required: true;
716
+ };
717
+ type: {
718
+ type: StringConstructor;
719
+ default: string;
720
+ };
721
+ width: {
722
+ type: NumberConstructor;
723
+ default: number;
724
+ required: false;
725
+ };
726
+ height: {
727
+ type: NumberConstructor;
728
+ default: number;
729
+ required: false;
730
+ };
731
+ size: {
732
+ type: StringConstructor;
733
+ default: string;
734
+ };
735
+ color: {
736
+ type: StringConstructor;
737
+ default: string;
738
+ };
739
+ inline: {
740
+ type: BooleanConstructor;
741
+ default: boolean;
742
+ };
743
+ customClass: {
744
+ type: StringConstructor;
745
+ default: string;
746
+ };
747
+ customSize: {
748
+ type: BooleanConstructor;
749
+ default: boolean;
750
+ };
751
+ }>> & Readonly<{}>, {
752
+ type: string;
753
+ color: string;
754
+ size: string;
755
+ height: number;
756
+ width: number;
757
+ inline: boolean;
758
+ customClass: string;
759
+ customSize: boolean;
760
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
761
+ };
762
+ setup(this: void): {
763
+ args: Args;
764
+ };
765
+ template: string;
766
+ };
767
+ args: {
768
+ type: string;
769
+ placeholder: string;
770
+ size: string;
771
+ hideClear: false;
772
+ disabled: false;
773
+ iconPosition: string;
774
+ };
775
+ };
776
+ export declare const ExpandingInput: {
777
+ name: string;
778
+ render: (args: Args) => {
779
+ components: {
780
+ QInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
781
+ modelValue: {
782
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
783
+ default: string;
784
+ };
785
+ type: {
786
+ type: StringConstructor;
787
+ default: string;
788
+ validator: (value: string) => boolean;
789
+ };
790
+ placeholder: {
791
+ type: StringConstructor;
792
+ default: string;
793
+ };
794
+ maxlength: {
795
+ type: NumberConstructor;
796
+ default: null;
797
+ };
798
+ size: {
799
+ type: StringConstructor;
800
+ default: string;
801
+ };
802
+ status: {
803
+ type: StringConstructor;
804
+ default: string;
805
+ };
806
+ controlClass: {
807
+ type: StringConstructor;
808
+ default: string;
809
+ };
810
+ inputClass: {
811
+ type: StringConstructor;
812
+ default: string;
813
+ };
814
+ disabled: {
815
+ type: BooleanConstructor;
816
+ default: boolean;
817
+ };
818
+ autocomplete: {
819
+ type: StringConstructor;
820
+ default: string;
821
+ };
822
+ expands: {
823
+ type: BooleanConstructor;
824
+ default: boolean;
825
+ };
826
+ hideClear: {
827
+ type: BooleanConstructor;
828
+ default: boolean;
829
+ };
830
+ iconPosition: {
831
+ type: StringConstructor;
832
+ default: string;
833
+ };
834
+ }>, {
835
+ currentInput: import('vue').Ref<null, null>;
836
+ focused: import('vue').Ref<boolean, boolean>;
837
+ icon: import('vue').Ref<string, string>;
838
+ isExpanded: import('vue').Ref<boolean, boolean>;
839
+ rootClasses: import('vue').ComputedRef<(string | {
840
+ focused: boolean;
841
+ disabled?: undefined;
842
+ collapsed?: undefined;
843
+ } | {
844
+ disabled: boolean;
845
+ focused?: undefined;
846
+ collapsed?: undefined;
847
+ } | {
848
+ [x: string]: boolean | "";
849
+ focused?: undefined;
850
+ disabled?: undefined;
851
+ collapsed?: undefined;
852
+ } | {
853
+ [x: string]: string;
854
+ focused?: undefined;
855
+ disabled?: undefined;
856
+ collapsed?: undefined;
857
+ } | {
858
+ collapsed: boolean;
859
+ focused?: undefined;
860
+ disabled?: undefined;
861
+ })[]>;
862
+ inputClasses: import('vue').ComputedRef<(string | {
863
+ [x: string]: boolean | "";
864
+ populated?: undefined;
865
+ } | {
866
+ populated: boolean;
867
+ })[]>;
868
+ isDisabled: import('vue').ComputedRef<boolean>;
869
+ showClearIcon: import('vue').ComputedRef<boolean>;
870
+ isSlotAvailable: import('vue').ComputedRef<boolean>;
871
+ onClickIcon: () => void;
872
+ onFocusOut: () => void;
873
+ togglePasswordVisibility: () => void;
874
+ updateValue: (event: Event) => void;
875
+ mq: {
876
+ xs: boolean;
877
+ sm: boolean;
878
+ md: boolean;
879
+ lg: boolean;
880
+ xl: boolean;
881
+ 'sm-md': boolean;
882
+ 'md-lg': boolean;
883
+ 'lg-xl': boolean;
884
+ 'sm-down': boolean;
885
+ };
886
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:model-value" | "update-type")[], "update:model-value" | "update-type", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
887
+ modelValue: {
888
+ type: (NumberConstructor | StringConstructor | ObjectConstructor)[];
889
+ default: string;
890
+ };
891
+ type: {
892
+ type: StringConstructor;
893
+ default: string;
894
+ validator: (value: string) => boolean;
895
+ };
896
+ placeholder: {
897
+ type: StringConstructor;
898
+ default: string;
899
+ };
900
+ maxlength: {
901
+ type: NumberConstructor;
902
+ default: null;
903
+ };
904
+ size: {
905
+ type: StringConstructor;
906
+ default: string;
907
+ };
908
+ status: {
909
+ type: StringConstructor;
910
+ default: string;
911
+ };
912
+ controlClass: {
913
+ type: StringConstructor;
914
+ default: string;
915
+ };
916
+ inputClass: {
917
+ type: StringConstructor;
918
+ default: string;
919
+ };
920
+ disabled: {
921
+ type: BooleanConstructor;
922
+ default: boolean;
923
+ };
924
+ autocomplete: {
925
+ type: StringConstructor;
926
+ default: string;
927
+ };
928
+ expands: {
929
+ type: BooleanConstructor;
930
+ default: boolean;
931
+ };
932
+ hideClear: {
933
+ type: BooleanConstructor;
934
+ default: boolean;
935
+ };
936
+ iconPosition: {
937
+ type: StringConstructor;
938
+ default: string;
939
+ };
940
+ }>> & Readonly<{
941
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
942
+ "onUpdate-type"?: ((...args: any[]) => any) | undefined;
943
+ }>, {
944
+ modelValue: string | number | Record<string, any>;
945
+ type: string;
946
+ size: string;
947
+ placeholder: string;
948
+ disabled: boolean;
949
+ status: string;
950
+ expands: boolean;
951
+ maxlength: number;
952
+ controlClass: string;
953
+ inputClass: string;
954
+ autocomplete: string;
955
+ hideClear: boolean;
956
+ iconPosition: string;
957
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
958
+ QIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
959
+ icon: {
960
+ type: StringConstructor;
961
+ required: true;
962
+ };
963
+ type: {
964
+ type: StringConstructor;
965
+ default: string;
966
+ };
967
+ width: {
968
+ type: NumberConstructor;
969
+ default: number;
970
+ required: false;
971
+ };
972
+ height: {
973
+ type: NumberConstructor;
974
+ default: number;
975
+ required: false;
976
+ };
977
+ size: {
978
+ type: StringConstructor;
979
+ default: string;
980
+ };
981
+ color: {
982
+ type: StringConstructor;
983
+ default: string;
984
+ };
985
+ inline: {
986
+ type: BooleanConstructor;
987
+ default: boolean;
988
+ };
989
+ customClass: {
990
+ type: StringConstructor;
991
+ default: string;
992
+ };
993
+ customSize: {
994
+ type: BooleanConstructor;
995
+ default: boolean;
996
+ };
997
+ }>, {
998
+ iconPath: import('vue').ComputedRef<string>;
999
+ customizedSize: import('vue').ComputedRef<boolean>;
1000
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1001
+ icon: {
1002
+ type: StringConstructor;
1003
+ required: true;
1004
+ };
1005
+ type: {
1006
+ type: StringConstructor;
1007
+ default: string;
1008
+ };
1009
+ width: {
1010
+ type: NumberConstructor;
1011
+ default: number;
1012
+ required: false;
1013
+ };
1014
+ height: {
1015
+ type: NumberConstructor;
1016
+ default: number;
1017
+ required: false;
1018
+ };
1019
+ size: {
1020
+ type: StringConstructor;
1021
+ default: string;
1022
+ };
1023
+ color: {
1024
+ type: StringConstructor;
1025
+ default: string;
1026
+ };
1027
+ inline: {
1028
+ type: BooleanConstructor;
1029
+ default: boolean;
1030
+ };
1031
+ customClass: {
1032
+ type: StringConstructor;
1033
+ default: string;
1034
+ };
1035
+ customSize: {
1036
+ type: BooleanConstructor;
1037
+ default: boolean;
1038
+ };
1039
+ }>> & Readonly<{}>, {
1040
+ type: string;
1041
+ color: string;
1042
+ size: string;
1043
+ height: number;
1044
+ width: number;
1045
+ inline: boolean;
1046
+ customClass: string;
1047
+ customSize: boolean;
1048
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1049
+ };
1050
+ setup(this: void): {
1051
+ args: Args;
1052
+ };
1053
+ template: string;
1054
+ };
1055
+ args: {
1056
+ type: string;
1057
+ expands: true;
1058
+ placeholder: string;
1059
+ size: string;
1060
+ hideClear: false;
1061
+ disabled: false;
1062
+ iconPosition: string;
1063
+ controlClass: string;
1064
+ };
1065
+ };