@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25

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 (174) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +1255 -1257
  8. package/dist/vuetify-labs.d.ts +12304 -12192
  9. package/dist/vuetify-labs.esm.js +118 -68
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +118 -68
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1293 -1295
  14. package/dist/vuetify.d.ts +10496 -10404
  15. package/dist/vuetify.esm.js +110 -64
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +110 -64
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1078 -1080
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +615 -609
  28. package/lib/components/VAvatar/index.d.mts +36 -36
  29. package/lib/components/VBadge/index.d.mts +58 -58
  30. package/lib/components/VBanner/index.d.mts +59 -59
  31. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  32. package/lib/components/VBottomSheet/index.d.mts +118 -118
  33. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  34. package/lib/components/VBtn/VBtn.css +3 -0
  35. package/lib/components/VBtn/VBtn.sass +3 -0
  36. package/lib/components/VBtn/index.d.mts +107 -107
  37. package/lib/components/VBtnGroup/index.d.mts +23 -23
  38. package/lib/components/VBtnToggle/index.d.mts +40 -40
  39. package/lib/components/VCard/index.d.mts +93 -93
  40. package/lib/components/VCarousel/index.d.mts +128 -128
  41. package/lib/components/VCheckbox/index.d.mts +174 -168
  42. package/lib/components/VChip/index.d.mts +86 -86
  43. package/lib/components/VChipGroup/index.d.mts +46 -46
  44. package/lib/components/VColorPicker/index.d.mts +96 -96
  45. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  46. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  47. package/lib/components/VCombobox/index.d.mts +615 -609
  48. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  49. package/lib/components/VCounter/index.d.mts +27 -27
  50. package/lib/components/VDataIterator/index.d.mts +51 -50
  51. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  53. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  54. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  56. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  57. package/lib/components/VDataTable/composables/group.mjs +2 -1
  58. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  59. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  60. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  61. package/lib/components/VDataTable/index.d.mts +275 -274
  62. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  63. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  64. package/lib/components/VDatePicker/index.d.mts +134 -134
  65. package/lib/components/VDialog/index.d.mts +353 -353
  66. package/lib/components/VDivider/index.d.mts +15 -15
  67. package/lib/components/VEmptyState/index.d.mts +47 -47
  68. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  69. package/lib/components/VFab/index.d.mts +227 -227
  70. package/lib/components/VField/VField.css +6 -11
  71. package/lib/components/VField/VField.mjs +7 -5
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +2 -6
  74. package/lib/components/VField/index.d.mts +58 -52
  75. package/lib/components/VFileInput/index.d.mts +255 -249
  76. package/lib/components/VFooter/index.d.mts +50 -50
  77. package/lib/components/VForm/index.d.mts +9 -9
  78. package/lib/components/VGrid/index.d.mts +150 -150
  79. package/lib/components/VIcon/index.d.mts +24 -24
  80. package/lib/components/VImg/index.d.mts +85 -85
  81. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  82. package/lib/components/VInput/VInput.css +5 -5
  83. package/lib/components/VInput/VInput.mjs +4 -1
  84. package/lib/components/VInput/VInput.mjs.map +1 -1
  85. package/lib/components/VInput/VInput.sass +1 -1
  86. package/lib/components/VInput/index.d.mts +61 -55
  87. package/lib/components/VItemGroup/index.d.mts +17 -17
  88. package/lib/components/VLabel/index.d.mts +8 -8
  89. package/lib/components/VLayout/index.d.mts +36 -36
  90. package/lib/components/VLazy/index.d.mts +31 -31
  91. package/lib/components/VList/index.d.mts +178 -178
  92. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  93. package/lib/components/VMain/index.d.mts +10 -10
  94. package/lib/components/VMenu/VMenu.mjs +7 -5
  95. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  96. package/lib/components/VMenu/index.d.mts +396 -396
  97. package/lib/components/VMessages/index.d.mts +20 -20
  98. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  99. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  100. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  101. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  102. package/lib/components/VOtpInput/index.d.mts +88 -88
  103. package/lib/components/VOverlay/index.d.mts +97 -97
  104. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  105. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  106. package/lib/components/VPagination/index.d.mts +55 -55
  107. package/lib/components/VParallax/index.d.mts +7 -7
  108. package/lib/components/VProgressCircular/index.d.mts +24 -24
  109. package/lib/components/VProgressLinear/index.d.mts +52 -52
  110. package/lib/components/VRadio/index.d.mts +41 -41
  111. package/lib/components/VRadioGroup/index.d.mts +105 -99
  112. package/lib/components/VRangeSlider/index.d.mts +102 -96
  113. package/lib/components/VRating/index.d.mts +22 -22
  114. package/lib/components/VResponsive/index.d.mts +23 -23
  115. package/lib/components/VSelect/VSelect.mjs +15 -13
  116. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  117. package/lib/components/VSelect/index.d.mts +615 -609
  118. package/lib/components/VSelect/useScrolling.mjs +3 -3
  119. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  120. package/lib/components/VSelectionControl/index.d.mts +43 -43
  121. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  122. package/lib/components/VSheet/index.d.mts +34 -34
  123. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  124. package/lib/components/VSlideGroup/index.d.mts +33 -33
  125. package/lib/components/VSlider/index.d.mts +95 -89
  126. package/lib/components/VSnackbar/index.d.mts +411 -411
  127. package/lib/components/VSparkline/index.d.mts +38 -38
  128. package/lib/components/VSpeedDial/index.d.mts +176 -176
  129. package/lib/components/VStepper/index.d.mts +119 -119
  130. package/lib/components/VSwitch/index.d.mts +108 -102
  131. package/lib/components/VSystemBar/index.d.mts +39 -39
  132. package/lib/components/VTable/index.d.mts +4 -4
  133. package/lib/components/VTabs/index.d.mts +512 -512
  134. package/lib/components/VTextField/VTextField.mjs +1 -1
  135. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  136. package/lib/components/VTextField/index.d.mts +421 -415
  137. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  138. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  139. package/lib/components/VTextarea/index.d.mts +359 -344
  140. package/lib/components/VTimeline/index.d.mts +26 -26
  141. package/lib/components/VToolbar/index.d.mts +53 -53
  142. package/lib/components/VTooltip/index.d.mts +424 -424
  143. package/lib/components/VValidation/index.d.mts +19 -19
  144. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  145. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  146. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  147. package/lib/components/VWindow/index.d.mts +31 -31
  148. package/lib/components/index.d.mts +10657 -10566
  149. package/lib/components/transitions/index.d.mts +200 -200
  150. package/lib/composables/nested/nested.mjs +0 -1
  151. package/lib/composables/nested/nested.mjs.map +1 -1
  152. package/lib/composables/virtual.mjs +1 -0
  153. package/lib/composables/virtual.mjs.map +1 -1
  154. package/lib/entry-bundler.mjs +1 -1
  155. package/lib/framework.mjs +1 -1
  156. package/lib/index.d.mts +81 -80
  157. package/lib/labs/VCalendar/index.d.mts +52 -52
  158. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  159. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  160. package/lib/labs/VDateInput/index.d.mts +256 -250
  161. package/lib/labs/VNumberInput/index.d.mts +247 -241
  162. package/lib/labs/VPicker/index.d.mts +45 -45
  163. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  164. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  165. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  166. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  167. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  168. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  169. package/lib/labs/VTimePicker/index.d.mts +131 -122
  170. package/lib/labs/VTreeview/index.d.mts +199 -199
  171. package/lib/labs/components.d.mts +1754 -1733
  172. package/lib/util/helpers.mjs +5 -0
  173. package/lib/util/helpers.mjs.map +1 -1
  174. package/package.json +9 -4
@@ -81,28 +81,27 @@ type VInputSlots = {
81
81
 
82
82
  declare const VFileInput: {
83
83
  new (...args: any[]): vue.CreateComponentPublicInstance<{
84
- reverse: boolean;
85
84
  flat: boolean;
86
- style: vue.StyleValue;
87
- active: boolean;
85
+ reverse: boolean;
86
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
88
87
  error: boolean;
88
+ active: boolean;
89
+ direction: "horizontal" | "vertical";
90
+ style: vue.StyleValue;
89
91
  disabled: boolean;
92
+ multiple: boolean;
93
+ readonly: boolean | null;
90
94
  messages: string | readonly string[];
91
95
  counter: boolean;
92
96
  focused: boolean;
93
97
  errorMessages: string | readonly string[] | null;
94
98
  maxErrors: string | number;
95
- readonly: boolean | null;
96
99
  rules: readonly ValidationRule[];
97
100
  modelValue: File | File[] | null;
98
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
99
- multiple: boolean;
100
101
  tile: boolean;
101
102
  density: Density;
102
- direction: "horizontal" | "vertical";
103
103
  prependIcon: NonNullable<IconValue>;
104
104
  clearIcon: IconValue;
105
- centerAffix: boolean;
106
105
  hideSpinButtons: boolean;
107
106
  persistentHint: boolean;
108
107
  clearable: boolean;
@@ -113,32 +112,33 @@ declare const VFileInput: {
113
112
  counterSizeString: string;
114
113
  counterString: string;
115
114
  hideInput: boolean;
116
- showSize: boolean | 1000 | 1024;
115
+ showSize: boolean | 1024 | 1000;
117
116
  } & {
118
- class?: any;
119
117
  id?: string | undefined;
120
- label?: string | undefined;
121
118
  width?: string | number | undefined;
122
- theme?: string | undefined;
123
- color?: string | undefined;
124
119
  name?: string | undefined;
120
+ color?: string | undefined;
121
+ maxWidth?: string | number | undefined;
122
+ minWidth?: string | number | undefined;
125
123
  loading?: string | boolean | undefined;
124
+ label?: string | undefined;
125
+ class?: any;
126
+ theme?: string | undefined;
126
127
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
127
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
128
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
128
129
  validationValue?: any;
129
130
  rounded?: string | number | boolean | undefined;
130
- maxWidth?: string | number | undefined;
131
- minWidth?: string | number | undefined;
132
131
  baseColor?: string | undefined;
133
132
  bgColor?: string | undefined;
134
133
  appendIcon?: IconValue | undefined;
135
134
  appendInnerIcon?: IconValue | undefined;
136
135
  prependInnerIcon?: IconValue | undefined;
137
136
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
138
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
139
137
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
138
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
140
139
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
141
140
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
141
+ centerAffix?: boolean | undefined;
142
142
  hint?: string | undefined;
143
143
  hideDetails?: boolean | "auto" | undefined;
144
144
  } & {
@@ -219,86 +219,86 @@ declare const VFileInput: {
219
219
  $: vue.ComponentInternalInstance;
220
220
  $data: {};
221
221
  $props: Partial<{
222
- style: vue.StyleValue;
223
222
  error: boolean;
223
+ direction: "horizontal" | "vertical";
224
+ style: vue.StyleValue;
224
225
  disabled: boolean | null;
226
+ readonly: boolean | null;
225
227
  messages: string | readonly string[];
226
228
  focused: boolean;
227
229
  errorMessages: string | readonly string[] | null;
228
230
  maxErrors: string | number;
229
- readonly: boolean | null;
230
231
  rules: readonly ValidationRule[];
231
232
  density: Density;
232
- direction: "horizontal" | "vertical";
233
233
  centerAffix: boolean;
234
234
  hideSpinButtons: boolean;
235
235
  persistentHint: boolean;
236
236
  }> & Omit<{
237
- style: vue.StyleValue;
238
237
  error: boolean;
238
+ direction: "horizontal" | "vertical";
239
+ style: vue.StyleValue;
239
240
  disabled: boolean | null;
241
+ readonly: boolean | null;
240
242
  messages: string | readonly string[];
241
243
  focused: boolean;
242
244
  errorMessages: string | readonly string[] | null;
243
245
  maxErrors: string | number;
244
- readonly: boolean | null;
245
246
  rules: readonly ValidationRule[];
246
247
  density: Density;
247
- direction: "horizontal" | "vertical";
248
248
  centerAffix: boolean;
249
249
  hideSpinButtons: boolean;
250
250
  persistentHint: boolean;
251
- class?: any;
252
251
  id?: string | undefined;
253
- label?: string | undefined;
254
252
  width?: string | number | undefined;
255
- theme?: string | undefined;
256
253
  name?: string | undefined;
257
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
258
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
259
- validationValue?: any;
260
254
  maxWidth?: string | number | undefined;
261
255
  minWidth?: string | number | undefined;
256
+ label?: string | undefined;
257
+ class?: any;
258
+ theme?: string | undefined;
259
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
260
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
261
+ validationValue?: any;
262
262
  prependIcon?: IconValue | undefined;
263
263
  appendIcon?: IconValue | undefined;
264
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
265
264
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
265
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
266
266
  hint?: string | undefined;
267
267
  hideDetails?: boolean | "auto" | undefined;
268
268
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
269
- style: vue.StyleValue;
270
269
  error: boolean;
270
+ direction: "horizontal" | "vertical";
271
+ style: vue.StyleValue;
271
272
  disabled: boolean | null;
273
+ readonly: boolean | null;
272
274
  messages: string | readonly string[];
273
275
  focused: boolean;
274
276
  errorMessages: string | readonly string[] | null;
275
277
  maxErrors: string | number;
276
- readonly: boolean | null;
277
278
  rules: readonly ValidationRule[];
278
279
  density: Density;
279
- direction: "horizontal" | "vertical";
280
280
  centerAffix: boolean;
281
281
  hideSpinButtons: boolean;
282
282
  persistentHint: boolean;
283
283
  } & {
284
- class?: any;
285
284
  id?: string | undefined;
286
- label?: string | undefined;
287
285
  width?: string | number | undefined;
288
- theme?: string | undefined;
289
286
  name?: string | undefined;
290
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
291
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
292
- validationValue?: any;
293
287
  maxWidth?: string | number | undefined;
294
288
  minWidth?: string | number | undefined;
289
+ label?: string | undefined;
290
+ class?: any;
291
+ theme?: string | undefined;
292
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
293
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
294
+ validationValue?: any;
295
295
  prependIcon?: IconValue | undefined;
296
296
  appendIcon?: IconValue | undefined;
297
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
298
297
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
298
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
299
299
  hint?: string | undefined;
300
300
  hideDetails?: boolean | "auto" | undefined;
301
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
301
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
302
302
  $attrs: {
303
303
  [x: string]: unknown;
304
304
  };
@@ -327,36 +327,36 @@ declare const VFileInput: {
327
327
  $emit: (event: string, ...args: any[]) => void;
328
328
  $el: any;
329
329
  $options: vue.ComponentOptionsBase<{
330
- style: vue.StyleValue;
331
330
  error: boolean;
331
+ direction: "horizontal" | "vertical";
332
+ style: vue.StyleValue;
332
333
  disabled: boolean | null;
334
+ readonly: boolean | null;
333
335
  messages: string | readonly string[];
334
336
  focused: boolean;
335
337
  errorMessages: string | readonly string[] | null;
336
338
  maxErrors: string | number;
337
- readonly: boolean | null;
338
339
  rules: readonly ValidationRule[];
339
340
  density: Density;
340
- direction: "horizontal" | "vertical";
341
341
  centerAffix: boolean;
342
342
  hideSpinButtons: boolean;
343
343
  persistentHint: boolean;
344
344
  } & {
345
- class?: any;
346
345
  id?: string | undefined;
347
- label?: string | undefined;
348
346
  width?: string | number | undefined;
349
- theme?: string | undefined;
350
347
  name?: string | undefined;
351
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
352
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
353
- validationValue?: any;
354
348
  maxWidth?: string | number | undefined;
355
349
  minWidth?: string | number | undefined;
350
+ label?: string | undefined;
351
+ class?: any;
352
+ theme?: string | undefined;
353
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
354
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
355
+ validationValue?: any;
356
356
  prependIcon?: IconValue | undefined;
357
357
  appendIcon?: IconValue | undefined;
358
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
359
358
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
359
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
360
360
  hint?: string | undefined;
361
361
  hideDetails?: boolean | "auto" | undefined;
362
362
  } & {}, {
@@ -367,18 +367,18 @@ declare const VFileInput: {
367
367
  errorMessages: vue.ComputedRef<string[]>;
368
368
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
369
369
  'update:modelValue': (value: any) => true;
370
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
371
- style: vue.StyleValue;
370
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
372
371
  error: boolean;
372
+ direction: "horizontal" | "vertical";
373
+ style: vue.StyleValue;
373
374
  disabled: boolean | null;
375
+ readonly: boolean | null;
374
376
  messages: string | readonly string[];
375
377
  focused: boolean;
376
378
  errorMessages: string | readonly string[] | null;
377
379
  maxErrors: string | number;
378
- readonly: boolean | null;
379
380
  rules: readonly ValidationRule[];
380
381
  density: Density;
381
- direction: "horizontal" | "vertical";
382
382
  centerAffix: boolean;
383
383
  hideSpinButtons: boolean;
384
384
  persistentHint: boolean;
@@ -419,36 +419,36 @@ declare const VFileInput: {
419
419
  $nextTick: typeof nextTick;
420
420
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
421
421
  } & Omit<{
422
- style: vue.StyleValue;
423
422
  error: boolean;
423
+ direction: "horizontal" | "vertical";
424
+ style: vue.StyleValue;
424
425
  disabled: boolean | null;
426
+ readonly: boolean | null;
425
427
  messages: string | readonly string[];
426
428
  focused: boolean;
427
429
  errorMessages: string | readonly string[] | null;
428
430
  maxErrors: string | number;
429
- readonly: boolean | null;
430
431
  rules: readonly ValidationRule[];
431
432
  density: Density;
432
- direction: "horizontal" | "vertical";
433
433
  centerAffix: boolean;
434
434
  hideSpinButtons: boolean;
435
435
  persistentHint: boolean;
436
436
  } & {
437
- class?: any;
438
437
  id?: string | undefined;
439
- label?: string | undefined;
440
438
  width?: string | number | undefined;
441
- theme?: string | undefined;
442
439
  name?: string | undefined;
443
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
444
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
445
- validationValue?: any;
446
440
  maxWidth?: string | number | undefined;
447
441
  minWidth?: string | number | undefined;
442
+ label?: string | undefined;
443
+ class?: any;
444
+ theme?: string | undefined;
445
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
446
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
447
+ validationValue?: any;
448
448
  prependIcon?: IconValue | undefined;
449
449
  appendIcon?: IconValue | undefined;
450
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
451
450
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
451
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
452
452
  hint?: string | undefined;
453
453
  hideDetails?: boolean | "auto" | undefined;
454
454
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -460,34 +460,33 @@ declare const VFileInput: {
460
460
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
461
461
  modelValue?: unknown;
462
462
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
463
- }, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
463
+ }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
464
464
  'click:control': (e: MouseEvent) => true;
465
465
  'mousedown:control': (e: MouseEvent) => true;
466
466
  'update:focused': (focused: boolean) => true;
467
467
  'update:modelValue': (files: File | File[]) => true;
468
468
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
469
- reverse: boolean;
470
469
  flat: boolean;
471
- style: vue.StyleValue;
472
- active: boolean;
470
+ reverse: boolean;
471
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
473
472
  error: boolean;
473
+ active: boolean;
474
+ direction: "horizontal" | "vertical";
475
+ style: vue.StyleValue;
474
476
  disabled: boolean;
477
+ multiple: boolean;
478
+ readonly: boolean | null;
475
479
  messages: string | readonly string[];
476
480
  counter: boolean;
477
481
  focused: boolean;
478
482
  errorMessages: string | readonly string[] | null;
479
483
  maxErrors: string | number;
480
- readonly: boolean | null;
481
484
  rules: readonly ValidationRule[];
482
485
  modelValue: File | File[] | null;
483
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
484
- multiple: boolean;
485
486
  tile: boolean;
486
487
  density: Density;
487
- direction: "horizontal" | "vertical";
488
488
  prependIcon: NonNullable<IconValue>;
489
489
  clearIcon: IconValue;
490
- centerAffix: boolean;
491
490
  hideSpinButtons: boolean;
492
491
  persistentHint: boolean;
493
492
  clearable: boolean;
@@ -498,32 +497,33 @@ declare const VFileInput: {
498
497
  counterSizeString: string;
499
498
  counterString: string;
500
499
  hideInput: boolean;
501
- showSize: boolean | 1000 | 1024;
500
+ showSize: boolean | 1024 | 1000;
502
501
  } & {
503
- class?: any;
504
502
  id?: string | undefined;
505
- label?: string | undefined;
506
503
  width?: string | number | undefined;
507
- theme?: string | undefined;
508
- color?: string | undefined;
509
504
  name?: string | undefined;
505
+ color?: string | undefined;
506
+ maxWidth?: string | number | undefined;
507
+ minWidth?: string | number | undefined;
510
508
  loading?: string | boolean | undefined;
509
+ label?: string | undefined;
510
+ class?: any;
511
+ theme?: string | undefined;
511
512
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
512
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
513
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
513
514
  validationValue?: any;
514
515
  rounded?: string | number | boolean | undefined;
515
- maxWidth?: string | number | undefined;
516
- minWidth?: string | number | undefined;
517
516
  baseColor?: string | undefined;
518
517
  bgColor?: string | undefined;
519
518
  appendIcon?: IconValue | undefined;
520
519
  appendInnerIcon?: IconValue | undefined;
521
520
  prependInnerIcon?: IconValue | undefined;
522
521
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
523
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
524
522
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
523
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
525
524
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
526
525
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
526
+ centerAffix?: boolean | undefined;
527
527
  hint?: string | undefined;
528
528
  hideDetails?: boolean | "auto" | undefined;
529
529
  } & {
@@ -601,26 +601,26 @@ declare const VFileInput: {
601
601
  "onClick:control"?: ((e: MouseEvent) => any) | undefined;
602
602
  "onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
603
603
  }, {
604
- reverse: boolean;
605
604
  flat: boolean;
606
- style: vue.StyleValue;
607
- active: boolean;
605
+ reverse: boolean;
606
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
608
607
  error: boolean;
608
+ active: boolean;
609
+ direction: "horizontal" | "vertical";
610
+ style: vue.StyleValue;
609
611
  disabled: boolean;
612
+ multiple: boolean;
613
+ readonly: boolean | null;
610
614
  messages: string | readonly string[];
611
615
  counter: boolean;
612
616
  focused: boolean;
613
617
  errorMessages: string | readonly string[] | null;
614
618
  maxErrors: string | number;
615
- readonly: boolean | null;
616
619
  rules: readonly ValidationRule[];
617
620
  modelValue: File | File[] | null;
618
621
  rounded: string | number | boolean;
619
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
620
- multiple: boolean;
621
622
  tile: boolean;
622
623
  density: Density;
623
- direction: "horizontal" | "vertical";
624
624
  prependIcon: NonNullable<IconValue>;
625
625
  clearIcon: IconValue;
626
626
  centerAffix: boolean;
@@ -634,7 +634,7 @@ declare const VFileInput: {
634
634
  counterSizeString: string;
635
635
  counterString: string;
636
636
  hideInput: boolean;
637
- showSize: boolean | 1000 | 1024;
637
+ showSize: boolean | 1024 | 1000;
638
638
  }, true, {}, vue.SlotsType<Partial<{
639
639
  default: (arg: VInputSlot & VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
640
640
  [key: string]: any;
@@ -689,28 +689,27 @@ declare const VFileInput: {
689
689
  M: {};
690
690
  Defaults: {};
691
691
  }, {
692
- reverse: boolean;
693
692
  flat: boolean;
694
- style: vue.StyleValue;
695
- active: boolean;
693
+ reverse: boolean;
694
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
696
695
  error: boolean;
696
+ active: boolean;
697
+ direction: "horizontal" | "vertical";
698
+ style: vue.StyleValue;
697
699
  disabled: boolean;
700
+ multiple: boolean;
701
+ readonly: boolean | null;
698
702
  messages: string | readonly string[];
699
703
  counter: boolean;
700
704
  focused: boolean;
701
705
  errorMessages: string | readonly string[] | null;
702
706
  maxErrors: string | number;
703
- readonly: boolean | null;
704
707
  rules: readonly ValidationRule[];
705
708
  modelValue: File | File[] | null;
706
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
707
- multiple: boolean;
708
709
  tile: boolean;
709
710
  density: Density;
710
- direction: "horizontal" | "vertical";
711
711
  prependIcon: NonNullable<IconValue>;
712
712
  clearIcon: IconValue;
713
- centerAffix: boolean;
714
713
  hideSpinButtons: boolean;
715
714
  persistentHint: boolean;
716
715
  clearable: boolean;
@@ -721,32 +720,33 @@ declare const VFileInput: {
721
720
  counterSizeString: string;
722
721
  counterString: string;
723
722
  hideInput: boolean;
724
- showSize: boolean | 1000 | 1024;
723
+ showSize: boolean | 1024 | 1000;
725
724
  } & {
726
- class?: any;
727
725
  id?: string | undefined;
728
- label?: string | undefined;
729
726
  width?: string | number | undefined;
730
- theme?: string | undefined;
731
- color?: string | undefined;
732
727
  name?: string | undefined;
728
+ color?: string | undefined;
729
+ maxWidth?: string | number | undefined;
730
+ minWidth?: string | number | undefined;
733
731
  loading?: string | boolean | undefined;
732
+ label?: string | undefined;
733
+ class?: any;
734
+ theme?: string | undefined;
734
735
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
735
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
736
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
736
737
  validationValue?: any;
737
738
  rounded?: string | number | boolean | undefined;
738
- maxWidth?: string | number | undefined;
739
- minWidth?: string | number | undefined;
740
739
  baseColor?: string | undefined;
741
740
  bgColor?: string | undefined;
742
741
  appendIcon?: IconValue | undefined;
743
742
  appendInnerIcon?: IconValue | undefined;
744
743
  prependInnerIcon?: IconValue | undefined;
745
744
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
746
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
747
745
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
746
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
748
747
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
749
748
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
749
+ centerAffix?: boolean | undefined;
750
750
  hint?: string | undefined;
751
751
  hideDetails?: boolean | "auto" | undefined;
752
752
  } & {
@@ -827,86 +827,86 @@ declare const VFileInput: {
827
827
  $: vue.ComponentInternalInstance;
828
828
  $data: {};
829
829
  $props: Partial<{
830
- style: vue.StyleValue;
831
830
  error: boolean;
831
+ direction: "horizontal" | "vertical";
832
+ style: vue.StyleValue;
832
833
  disabled: boolean | null;
834
+ readonly: boolean | null;
833
835
  messages: string | readonly string[];
834
836
  focused: boolean;
835
837
  errorMessages: string | readonly string[] | null;
836
838
  maxErrors: string | number;
837
- readonly: boolean | null;
838
839
  rules: readonly ValidationRule[];
839
840
  density: Density;
840
- direction: "horizontal" | "vertical";
841
841
  centerAffix: boolean;
842
842
  hideSpinButtons: boolean;
843
843
  persistentHint: boolean;
844
844
  }> & Omit<{
845
- style: vue.StyleValue;
846
845
  error: boolean;
846
+ direction: "horizontal" | "vertical";
847
+ style: vue.StyleValue;
847
848
  disabled: boolean | null;
849
+ readonly: boolean | null;
848
850
  messages: string | readonly string[];
849
851
  focused: boolean;
850
852
  errorMessages: string | readonly string[] | null;
851
853
  maxErrors: string | number;
852
- readonly: boolean | null;
853
854
  rules: readonly ValidationRule[];
854
855
  density: Density;
855
- direction: "horizontal" | "vertical";
856
856
  centerAffix: boolean;
857
857
  hideSpinButtons: boolean;
858
858
  persistentHint: boolean;
859
- class?: any;
860
859
  id?: string | undefined;
861
- label?: string | undefined;
862
860
  width?: string | number | undefined;
863
- theme?: string | undefined;
864
861
  name?: string | undefined;
865
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
866
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
867
- validationValue?: any;
868
862
  maxWidth?: string | number | undefined;
869
863
  minWidth?: string | number | undefined;
864
+ label?: string | undefined;
865
+ class?: any;
866
+ theme?: string | undefined;
867
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
868
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
869
+ validationValue?: any;
870
870
  prependIcon?: IconValue | undefined;
871
871
  appendIcon?: IconValue | undefined;
872
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
873
872
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
873
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
874
874
  hint?: string | undefined;
875
875
  hideDetails?: boolean | "auto" | undefined;
876
876
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
877
- style: vue.StyleValue;
878
877
  error: boolean;
878
+ direction: "horizontal" | "vertical";
879
+ style: vue.StyleValue;
879
880
  disabled: boolean | null;
881
+ readonly: boolean | null;
880
882
  messages: string | readonly string[];
881
883
  focused: boolean;
882
884
  errorMessages: string | readonly string[] | null;
883
885
  maxErrors: string | number;
884
- readonly: boolean | null;
885
886
  rules: readonly ValidationRule[];
886
887
  density: Density;
887
- direction: "horizontal" | "vertical";
888
888
  centerAffix: boolean;
889
889
  hideSpinButtons: boolean;
890
890
  persistentHint: boolean;
891
891
  } & {
892
- class?: any;
893
892
  id?: string | undefined;
894
- label?: string | undefined;
895
893
  width?: string | number | undefined;
896
- theme?: string | undefined;
897
894
  name?: string | undefined;
898
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
899
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
900
- validationValue?: any;
901
895
  maxWidth?: string | number | undefined;
902
896
  minWidth?: string | number | undefined;
897
+ label?: string | undefined;
898
+ class?: any;
899
+ theme?: string | undefined;
900
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
901
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
902
+ validationValue?: any;
903
903
  prependIcon?: IconValue | undefined;
904
904
  appendIcon?: IconValue | undefined;
905
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
906
905
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
906
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
907
907
  hint?: string | undefined;
908
908
  hideDetails?: boolean | "auto" | undefined;
909
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
909
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
910
910
  $attrs: {
911
911
  [x: string]: unknown;
912
912
  };
@@ -935,36 +935,36 @@ declare const VFileInput: {
935
935
  $emit: (event: string, ...args: any[]) => void;
936
936
  $el: any;
937
937
  $options: vue.ComponentOptionsBase<{
938
- style: vue.StyleValue;
939
938
  error: boolean;
939
+ direction: "horizontal" | "vertical";
940
+ style: vue.StyleValue;
940
941
  disabled: boolean | null;
942
+ readonly: boolean | null;
941
943
  messages: string | readonly string[];
942
944
  focused: boolean;
943
945
  errorMessages: string | readonly string[] | null;
944
946
  maxErrors: string | number;
945
- readonly: boolean | null;
946
947
  rules: readonly ValidationRule[];
947
948
  density: Density;
948
- direction: "horizontal" | "vertical";
949
949
  centerAffix: boolean;
950
950
  hideSpinButtons: boolean;
951
951
  persistentHint: boolean;
952
952
  } & {
953
- class?: any;
954
953
  id?: string | undefined;
955
- label?: string | undefined;
956
954
  width?: string | number | undefined;
957
- theme?: string | undefined;
958
955
  name?: string | undefined;
959
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
960
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
961
- validationValue?: any;
962
956
  maxWidth?: string | number | undefined;
963
957
  minWidth?: string | number | undefined;
958
+ label?: string | undefined;
959
+ class?: any;
960
+ theme?: string | undefined;
961
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
962
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
963
+ validationValue?: any;
964
964
  prependIcon?: IconValue | undefined;
965
965
  appendIcon?: IconValue | undefined;
966
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
967
966
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
967
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
968
968
  hint?: string | undefined;
969
969
  hideDetails?: boolean | "auto" | undefined;
970
970
  } & {}, {
@@ -975,18 +975,18 @@ declare const VFileInput: {
975
975
  errorMessages: vue.ComputedRef<string[]>;
976
976
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
977
977
  'update:modelValue': (value: any) => true;
978
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
979
- style: vue.StyleValue;
978
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
980
979
  error: boolean;
980
+ direction: "horizontal" | "vertical";
981
+ style: vue.StyleValue;
981
982
  disabled: boolean | null;
983
+ readonly: boolean | null;
982
984
  messages: string | readonly string[];
983
985
  focused: boolean;
984
986
  errorMessages: string | readonly string[] | null;
985
987
  maxErrors: string | number;
986
- readonly: boolean | null;
987
988
  rules: readonly ValidationRule[];
988
989
  density: Density;
989
- direction: "horizontal" | "vertical";
990
990
  centerAffix: boolean;
991
991
  hideSpinButtons: boolean;
992
992
  persistentHint: boolean;
@@ -1027,36 +1027,36 @@ declare const VFileInput: {
1027
1027
  $nextTick: typeof nextTick;
1028
1028
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1029
1029
  } & Omit<{
1030
- style: vue.StyleValue;
1031
1030
  error: boolean;
1031
+ direction: "horizontal" | "vertical";
1032
+ style: vue.StyleValue;
1032
1033
  disabled: boolean | null;
1034
+ readonly: boolean | null;
1033
1035
  messages: string | readonly string[];
1034
1036
  focused: boolean;
1035
1037
  errorMessages: string | readonly string[] | null;
1036
1038
  maxErrors: string | number;
1037
- readonly: boolean | null;
1038
1039
  rules: readonly ValidationRule[];
1039
1040
  density: Density;
1040
- direction: "horizontal" | "vertical";
1041
1041
  centerAffix: boolean;
1042
1042
  hideSpinButtons: boolean;
1043
1043
  persistentHint: boolean;
1044
1044
  } & {
1045
- class?: any;
1046
1045
  id?: string | undefined;
1047
- label?: string | undefined;
1048
1046
  width?: string | number | undefined;
1049
- theme?: string | undefined;
1050
1047
  name?: string | undefined;
1051
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1052
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1053
- validationValue?: any;
1054
1048
  maxWidth?: string | number | undefined;
1055
1049
  minWidth?: string | number | undefined;
1050
+ label?: string | undefined;
1051
+ class?: any;
1052
+ theme?: string | undefined;
1053
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1054
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1055
+ validationValue?: any;
1056
1056
  prependIcon?: IconValue | undefined;
1057
1057
  appendIcon?: IconValue | undefined;
1058
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1059
1058
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1059
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1060
1060
  hint?: string | undefined;
1061
1061
  hideDetails?: boolean | "auto" | undefined;
1062
1062
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1068,27 +1068,27 @@ declare const VFileInput: {
1068
1068
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1069
1069
  modelValue?: unknown;
1070
1070
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1071
- }, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
1072
- reverse: boolean;
1071
+ }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, {}, {}, {}, {
1073
1072
  flat: boolean;
1074
- style: vue.StyleValue;
1075
- active: boolean;
1073
+ reverse: boolean;
1074
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1076
1075
  error: boolean;
1076
+ active: boolean;
1077
+ direction: "horizontal" | "vertical";
1078
+ style: vue.StyleValue;
1077
1079
  disabled: boolean;
1080
+ multiple: boolean;
1081
+ readonly: boolean | null;
1078
1082
  messages: string | readonly string[];
1079
1083
  counter: boolean;
1080
1084
  focused: boolean;
1081
1085
  errorMessages: string | readonly string[] | null;
1082
1086
  maxErrors: string | number;
1083
- readonly: boolean | null;
1084
1087
  rules: readonly ValidationRule[];
1085
1088
  modelValue: File | File[] | null;
1086
1089
  rounded: string | number | boolean;
1087
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1088
- multiple: boolean;
1089
1090
  tile: boolean;
1090
1091
  density: Density;
1091
- direction: "horizontal" | "vertical";
1092
1092
  prependIcon: NonNullable<IconValue>;
1093
1093
  clearIcon: IconValue;
1094
1094
  centerAffix: boolean;
@@ -1102,34 +1102,33 @@ declare const VFileInput: {
1102
1102
  counterSizeString: string;
1103
1103
  counterString: string;
1104
1104
  hideInput: boolean;
1105
- showSize: boolean | 1000 | 1024;
1105
+ showSize: boolean | 1024 | 1000;
1106
1106
  }>;
1107
1107
  __isFragment?: undefined;
1108
1108
  __isTeleport?: undefined;
1109
1109
  __isSuspense?: undefined;
1110
1110
  } & vue.ComponentOptionsBase<{
1111
- reverse: boolean;
1112
1111
  flat: boolean;
1113
- style: vue.StyleValue;
1114
- active: boolean;
1112
+ reverse: boolean;
1113
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1115
1114
  error: boolean;
1115
+ active: boolean;
1116
+ direction: "horizontal" | "vertical";
1117
+ style: vue.StyleValue;
1116
1118
  disabled: boolean;
1119
+ multiple: boolean;
1120
+ readonly: boolean | null;
1117
1121
  messages: string | readonly string[];
1118
1122
  counter: boolean;
1119
1123
  focused: boolean;
1120
1124
  errorMessages: string | readonly string[] | null;
1121
1125
  maxErrors: string | number;
1122
- readonly: boolean | null;
1123
1126
  rules: readonly ValidationRule[];
1124
1127
  modelValue: File | File[] | null;
1125
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1126
- multiple: boolean;
1127
1128
  tile: boolean;
1128
1129
  density: Density;
1129
- direction: "horizontal" | "vertical";
1130
1130
  prependIcon: NonNullable<IconValue>;
1131
1131
  clearIcon: IconValue;
1132
- centerAffix: boolean;
1133
1132
  hideSpinButtons: boolean;
1134
1133
  persistentHint: boolean;
1135
1134
  clearable: boolean;
@@ -1140,32 +1139,33 @@ declare const VFileInput: {
1140
1139
  counterSizeString: string;
1141
1140
  counterString: string;
1142
1141
  hideInput: boolean;
1143
- showSize: boolean | 1000 | 1024;
1142
+ showSize: boolean | 1024 | 1000;
1144
1143
  } & {
1145
- class?: any;
1146
1144
  id?: string | undefined;
1147
- label?: string | undefined;
1148
1145
  width?: string | number | undefined;
1149
- theme?: string | undefined;
1150
- color?: string | undefined;
1151
1146
  name?: string | undefined;
1147
+ color?: string | undefined;
1148
+ maxWidth?: string | number | undefined;
1149
+ minWidth?: string | number | undefined;
1152
1150
  loading?: string | boolean | undefined;
1151
+ label?: string | undefined;
1152
+ class?: any;
1153
+ theme?: string | undefined;
1153
1154
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1154
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1155
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1155
1156
  validationValue?: any;
1156
1157
  rounded?: string | number | boolean | undefined;
1157
- maxWidth?: string | number | undefined;
1158
- minWidth?: string | number | undefined;
1159
1158
  baseColor?: string | undefined;
1160
1159
  bgColor?: string | undefined;
1161
1160
  appendIcon?: IconValue | undefined;
1162
1161
  appendInnerIcon?: IconValue | undefined;
1163
1162
  prependInnerIcon?: IconValue | undefined;
1164
1163
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
1165
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1166
1164
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1165
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1167
1166
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1168
1167
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1168
+ centerAffix?: boolean | undefined;
1169
1169
  hint?: string | undefined;
1170
1170
  hideDetails?: boolean | "auto" | undefined;
1171
1171
  } & {
@@ -1246,86 +1246,86 @@ declare const VFileInput: {
1246
1246
  $: vue.ComponentInternalInstance;
1247
1247
  $data: {};
1248
1248
  $props: Partial<{
1249
- style: vue.StyleValue;
1250
1249
  error: boolean;
1250
+ direction: "horizontal" | "vertical";
1251
+ style: vue.StyleValue;
1251
1252
  disabled: boolean | null;
1253
+ readonly: boolean | null;
1252
1254
  messages: string | readonly string[];
1253
1255
  focused: boolean;
1254
1256
  errorMessages: string | readonly string[] | null;
1255
1257
  maxErrors: string | number;
1256
- readonly: boolean | null;
1257
1258
  rules: readonly ValidationRule[];
1258
1259
  density: Density;
1259
- direction: "horizontal" | "vertical";
1260
1260
  centerAffix: boolean;
1261
1261
  hideSpinButtons: boolean;
1262
1262
  persistentHint: boolean;
1263
1263
  }> & Omit<{
1264
- style: vue.StyleValue;
1265
1264
  error: boolean;
1265
+ direction: "horizontal" | "vertical";
1266
+ style: vue.StyleValue;
1266
1267
  disabled: boolean | null;
1268
+ readonly: boolean | null;
1267
1269
  messages: string | readonly string[];
1268
1270
  focused: boolean;
1269
1271
  errorMessages: string | readonly string[] | null;
1270
1272
  maxErrors: string | number;
1271
- readonly: boolean | null;
1272
1273
  rules: readonly ValidationRule[];
1273
1274
  density: Density;
1274
- direction: "horizontal" | "vertical";
1275
1275
  centerAffix: boolean;
1276
1276
  hideSpinButtons: boolean;
1277
1277
  persistentHint: boolean;
1278
- class?: any;
1279
1278
  id?: string | undefined;
1280
- label?: string | undefined;
1281
1279
  width?: string | number | undefined;
1282
- theme?: string | undefined;
1283
1280
  name?: string | undefined;
1284
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1285
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1286
- validationValue?: any;
1287
1281
  maxWidth?: string | number | undefined;
1288
1282
  minWidth?: string | number | undefined;
1283
+ label?: string | undefined;
1284
+ class?: any;
1285
+ theme?: string | undefined;
1286
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1287
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1288
+ validationValue?: any;
1289
1289
  prependIcon?: IconValue | undefined;
1290
1290
  appendIcon?: IconValue | undefined;
1291
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1292
1291
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1292
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1293
1293
  hint?: string | undefined;
1294
1294
  hideDetails?: boolean | "auto" | undefined;
1295
1295
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1296
- style: vue.StyleValue;
1297
1296
  error: boolean;
1297
+ direction: "horizontal" | "vertical";
1298
+ style: vue.StyleValue;
1298
1299
  disabled: boolean | null;
1300
+ readonly: boolean | null;
1299
1301
  messages: string | readonly string[];
1300
1302
  focused: boolean;
1301
1303
  errorMessages: string | readonly string[] | null;
1302
1304
  maxErrors: string | number;
1303
- readonly: boolean | null;
1304
1305
  rules: readonly ValidationRule[];
1305
1306
  density: Density;
1306
- direction: "horizontal" | "vertical";
1307
1307
  centerAffix: boolean;
1308
1308
  hideSpinButtons: boolean;
1309
1309
  persistentHint: boolean;
1310
1310
  } & {
1311
- class?: any;
1312
1311
  id?: string | undefined;
1313
- label?: string | undefined;
1314
1312
  width?: string | number | undefined;
1315
- theme?: string | undefined;
1316
1313
  name?: string | undefined;
1317
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1318
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1319
- validationValue?: any;
1320
1314
  maxWidth?: string | number | undefined;
1321
1315
  minWidth?: string | number | undefined;
1316
+ label?: string | undefined;
1317
+ class?: any;
1318
+ theme?: string | undefined;
1319
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1320
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1321
+ validationValue?: any;
1322
1322
  prependIcon?: IconValue | undefined;
1323
1323
  appendIcon?: IconValue | undefined;
1324
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1325
1324
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1325
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1326
1326
  hint?: string | undefined;
1327
1327
  hideDetails?: boolean | "auto" | undefined;
1328
- } & {}, "style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1328
+ } & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
1329
1329
  $attrs: {
1330
1330
  [x: string]: unknown;
1331
1331
  };
@@ -1354,36 +1354,36 @@ declare const VFileInput: {
1354
1354
  $emit: (event: string, ...args: any[]) => void;
1355
1355
  $el: any;
1356
1356
  $options: vue.ComponentOptionsBase<{
1357
- style: vue.StyleValue;
1358
1357
  error: boolean;
1358
+ direction: "horizontal" | "vertical";
1359
+ style: vue.StyleValue;
1359
1360
  disabled: boolean | null;
1361
+ readonly: boolean | null;
1360
1362
  messages: string | readonly string[];
1361
1363
  focused: boolean;
1362
1364
  errorMessages: string | readonly string[] | null;
1363
1365
  maxErrors: string | number;
1364
- readonly: boolean | null;
1365
1366
  rules: readonly ValidationRule[];
1366
1367
  density: Density;
1367
- direction: "horizontal" | "vertical";
1368
1368
  centerAffix: boolean;
1369
1369
  hideSpinButtons: boolean;
1370
1370
  persistentHint: boolean;
1371
1371
  } & {
1372
- class?: any;
1373
1372
  id?: string | undefined;
1374
- label?: string | undefined;
1375
1373
  width?: string | number | undefined;
1376
- theme?: string | undefined;
1377
1374
  name?: string | undefined;
1378
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1379
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1380
- validationValue?: any;
1381
1375
  maxWidth?: string | number | undefined;
1382
1376
  minWidth?: string | number | undefined;
1377
+ label?: string | undefined;
1378
+ class?: any;
1379
+ theme?: string | undefined;
1380
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1381
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1382
+ validationValue?: any;
1383
1383
  prependIcon?: IconValue | undefined;
1384
1384
  appendIcon?: IconValue | undefined;
1385
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1386
1385
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1386
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1387
1387
  hint?: string | undefined;
1388
1388
  hideDetails?: boolean | "auto" | undefined;
1389
1389
  } & {}, {
@@ -1394,18 +1394,18 @@ declare const VFileInput: {
1394
1394
  errorMessages: vue.ComputedRef<string[]>;
1395
1395
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1396
1396
  'update:modelValue': (value: any) => true;
1397
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1398
- style: vue.StyleValue;
1397
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
1399
1398
  error: boolean;
1399
+ direction: "horizontal" | "vertical";
1400
+ style: vue.StyleValue;
1400
1401
  disabled: boolean | null;
1402
+ readonly: boolean | null;
1401
1403
  messages: string | readonly string[];
1402
1404
  focused: boolean;
1403
1405
  errorMessages: string | readonly string[] | null;
1404
1406
  maxErrors: string | number;
1405
- readonly: boolean | null;
1406
1407
  rules: readonly ValidationRule[];
1407
1408
  density: Density;
1408
- direction: "horizontal" | "vertical";
1409
1409
  centerAffix: boolean;
1410
1410
  hideSpinButtons: boolean;
1411
1411
  persistentHint: boolean;
@@ -1446,36 +1446,36 @@ declare const VFileInput: {
1446
1446
  $nextTick: typeof nextTick;
1447
1447
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1448
1448
  } & Omit<{
1449
- style: vue.StyleValue;
1450
1449
  error: boolean;
1450
+ direction: "horizontal" | "vertical";
1451
+ style: vue.StyleValue;
1451
1452
  disabled: boolean | null;
1453
+ readonly: boolean | null;
1452
1454
  messages: string | readonly string[];
1453
1455
  focused: boolean;
1454
1456
  errorMessages: string | readonly string[] | null;
1455
1457
  maxErrors: string | number;
1456
- readonly: boolean | null;
1457
1458
  rules: readonly ValidationRule[];
1458
1459
  density: Density;
1459
- direction: "horizontal" | "vertical";
1460
1460
  centerAffix: boolean;
1461
1461
  hideSpinButtons: boolean;
1462
1462
  persistentHint: boolean;
1463
1463
  } & {
1464
- class?: any;
1465
1464
  id?: string | undefined;
1466
- label?: string | undefined;
1467
1465
  width?: string | number | undefined;
1468
- theme?: string | undefined;
1469
1466
  name?: string | undefined;
1470
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1471
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
1472
- validationValue?: any;
1473
1467
  maxWidth?: string | number | undefined;
1474
1468
  minWidth?: string | number | undefined;
1469
+ label?: string | undefined;
1470
+ class?: any;
1471
+ theme?: string | undefined;
1472
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
1473
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
1474
+ validationValue?: any;
1475
1475
  prependIcon?: IconValue | undefined;
1476
1476
  appendIcon?: IconValue | undefined;
1477
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1478
1477
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1478
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1479
1479
  hint?: string | undefined;
1480
1480
  hideDetails?: boolean | "auto" | undefined;
1481
1481
  } & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
@@ -1487,32 +1487,32 @@ declare const VFileInput: {
1487
1487
  }> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
1488
1488
  modelValue?: unknown;
1489
1489
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1490
- }, VInputSlots>, "class" | "id" | "label" | "width" | "theme" | "key" | "name" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "maxWidth" | "minWidth" | "v-slot:prepend" | "v-slot:append" | "prependIcon" | "appendIcon" | "onClick:prepend" | "onClick:append" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("style" | "error" | "disabled" | "messages" | "focused" | "errorMessages" | "maxErrors" | "readonly" | "rules" | "density" | "direction" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1490
+ }, VInputSlots>, "key" | "id" | "width" | "name" | "maxWidth" | "minWidth" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1491
1491
  'click:control': (e: MouseEvent) => true;
1492
1492
  'mousedown:control': (e: MouseEvent) => true;
1493
1493
  'update:focused': (focused: boolean) => true;
1494
1494
  'update:modelValue': (files: File | File[]) => true;
1495
1495
  }, string, {
1496
- reverse: boolean;
1497
1496
  flat: boolean;
1498
- style: vue.StyleValue;
1499
- active: boolean;
1497
+ reverse: boolean;
1498
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1500
1499
  error: boolean;
1500
+ active: boolean;
1501
+ direction: "horizontal" | "vertical";
1502
+ style: vue.StyleValue;
1501
1503
  disabled: boolean;
1504
+ multiple: boolean;
1505
+ readonly: boolean | null;
1502
1506
  messages: string | readonly string[];
1503
1507
  counter: boolean;
1504
1508
  focused: boolean;
1505
1509
  errorMessages: string | readonly string[] | null;
1506
1510
  maxErrors: string | number;
1507
- readonly: boolean | null;
1508
1511
  rules: readonly ValidationRule[];
1509
1512
  modelValue: File | File[] | null;
1510
1513
  rounded: string | number | boolean;
1511
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
1512
- multiple: boolean;
1513
1514
  tile: boolean;
1514
1515
  density: Density;
1515
- direction: "horizontal" | "vertical";
1516
1516
  prependIcon: NonNullable<IconValue>;
1517
1517
  clearIcon: IconValue;
1518
1518
  centerAffix: boolean;
@@ -1526,7 +1526,7 @@ declare const VFileInput: {
1526
1526
  counterSizeString: string;
1527
1527
  counterString: string;
1528
1528
  hideInput: boolean;
1529
- showSize: boolean | 1000 | 1024;
1529
+ showSize: boolean | 1024 | 1000;
1530
1530
  }, {}, string, vue.SlotsType<Partial<{
1531
1531
  default: (arg: VInputSlot & VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1532
1532
  [key: string]: any;
@@ -1576,7 +1576,7 @@ declare const VFileInput: {
1576
1576
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1577
1577
  theme: StringConstructor;
1578
1578
  rounded: {
1579
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1579
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1580
1580
  default: undefined;
1581
1581
  };
1582
1582
  tile: BooleanConstructor;
@@ -1597,7 +1597,10 @@ declare const VFileInput: {
1597
1597
  default: string;
1598
1598
  };
1599
1599
  active: BooleanConstructor;
1600
- centerAffix: BooleanConstructor;
1600
+ centerAffix: {
1601
+ type: BooleanConstructor;
1602
+ default: undefined;
1603
+ };
1601
1604
  color: StringConstructor;
1602
1605
  baseColor: StringConstructor;
1603
1606
  dirty: BooleanConstructor;
@@ -1613,7 +1616,7 @@ declare const VFileInput: {
1613
1616
  reverse: BooleanConstructor;
1614
1617
  singleLine: BooleanConstructor;
1615
1618
  variant: {
1616
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1619
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1617
1620
  default: string;
1618
1621
  validator: (v: any) => boolean;
1619
1622
  };
@@ -1644,7 +1647,7 @@ declare const VFileInput: {
1644
1647
  type: PropType<readonly ValidationRule[]>;
1645
1648
  default: () => never[];
1646
1649
  };
1647
- validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
1650
+ validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
1648
1651
  validationValue: null;
1649
1652
  width: (StringConstructor | NumberConstructor)[];
1650
1653
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -1688,14 +1691,14 @@ declare const VFileInput: {
1688
1691
  hideInput: BooleanConstructor;
1689
1692
  multiple: BooleanConstructor;
1690
1693
  showSize: {
1691
- type: PropType<boolean | 1000 | 1024>;
1694
+ type: PropType<boolean | 1024 | 1000>;
1692
1695
  default: boolean;
1693
1696
  validator: (v: boolean | number) => boolean;
1694
1697
  };
1695
1698
  }, vue.ExtractPropTypes<{
1696
1699
  theme: StringConstructor;
1697
1700
  rounded: {
1698
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1701
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1699
1702
  default: undefined;
1700
1703
  };
1701
1704
  tile: BooleanConstructor;
@@ -1716,7 +1719,10 @@ declare const VFileInput: {
1716
1719
  default: string;
1717
1720
  };
1718
1721
  active: BooleanConstructor;
1719
- centerAffix: BooleanConstructor;
1722
+ centerAffix: {
1723
+ type: BooleanConstructor;
1724
+ default: undefined;
1725
+ };
1720
1726
  color: StringConstructor;
1721
1727
  baseColor: StringConstructor;
1722
1728
  dirty: BooleanConstructor;
@@ -1732,7 +1738,7 @@ declare const VFileInput: {
1732
1738
  reverse: BooleanConstructor;
1733
1739
  singleLine: BooleanConstructor;
1734
1740
  variant: {
1735
- type: PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1741
+ type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
1736
1742
  default: string;
1737
1743
  validator: (v: any) => boolean;
1738
1744
  };
@@ -1763,7 +1769,7 @@ declare const VFileInput: {
1763
1769
  type: PropType<readonly ValidationRule[]>;
1764
1770
  default: () => never[];
1765
1771
  };
1766
- validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
1772
+ validateOn: PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
1767
1773
  validationValue: null;
1768
1774
  width: (StringConstructor | NumberConstructor)[];
1769
1775
  maxWidth: (StringConstructor | NumberConstructor)[];
@@ -1807,7 +1813,7 @@ declare const VFileInput: {
1807
1813
  hideInput: BooleanConstructor;
1808
1814
  multiple: BooleanConstructor;
1809
1815
  showSize: {
1810
- type: PropType<boolean | 1000 | 1024>;
1816
+ type: PropType<boolean | 1024 | 1000>;
1811
1817
  default: boolean;
1812
1818
  validator: (v: boolean | number) => boolean;
1813
1819
  };