@vuetify/nightly 3.8.3-master.2025-05-05 → 3.8.4-dev.2025-05-13

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 (104) hide show
  1. package/CHANGELOG.md +17 -29
  2. package/dist/json/attributes.json +3080 -3064
  3. package/dist/json/importMap-labs.json +30 -30
  4. package/dist/json/importMap.json +144 -144
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +5925 -5886
  7. package/dist/vuetify-labs.cjs +206 -92
  8. package/dist/vuetify-labs.css +3956 -3924
  9. package/dist/vuetify-labs.d.ts +1030 -978
  10. package/dist/vuetify-labs.esm.js +207 -93
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +206 -92
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +179 -48
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3200 -3168
  17. package/dist/vuetify.d.ts +620 -566
  18. package/dist/vuetify.esm.js +180 -49
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +179 -48
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +1185 -1174
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAlert/VAlert.css +6 -1
  26. package/lib/components/VAlert/VAlert.d.ts +35 -0
  27. package/lib/components/VAlert/VAlert.js +14 -9
  28. package/lib/components/VAlert/VAlert.js.map +1 -1
  29. package/lib/components/VAlert/VAlert.sass +7 -1
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +97 -97
  31. package/lib/components/VAutocomplete/VAutocomplete.js +5 -0
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  34. package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
  35. package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
  36. package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
  37. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  38. package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
  39. package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
  40. package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
  41. package/lib/components/VCombobox/VCombobox.d.ts +97 -97
  42. package/lib/components/VDataTable/VDataTable.d.ts +110 -110
  43. package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
  44. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  45. package/lib/components/VDataTable/VDataTableServer.d.ts +55 -55
  46. package/lib/components/VDataTable/VDataTableVirtual.d.ts +55 -55
  47. package/lib/components/VDataTable/composables/headers.d.ts +75 -75
  48. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  49. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
  50. package/lib/components/VField/VField.d.ts +3 -3
  51. package/lib/components/VFileInput/VFileInput.css +4 -0
  52. package/lib/components/VFileInput/VFileInput.d.ts +15 -15
  53. package/lib/components/VFileInput/VFileInput.js +21 -3
  54. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  55. package/lib/components/VFileInput/VFileInput.sass +4 -0
  56. package/lib/components/VInput/VInput.d.ts +4 -4
  57. package/lib/components/VNumberInput/VNumberInput.d.ts +92 -92
  58. package/lib/components/VOverlay/VOverlay.css +1 -1
  59. package/lib/components/VOverlay/_variables.scss +1 -1
  60. package/lib/components/VOverlay/locationStrategies.js +1 -1
  61. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  62. package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
  63. package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
  64. package/lib/components/VSelect/VSelect.d.ts +97 -97
  65. package/lib/components/VSlider/VSlider.d.ts +3 -3
  66. package/lib/components/VSwitch/VSwitch.d.ts +3 -3
  67. package/lib/components/VTabs/VTabs.d.ts +6 -6
  68. package/lib/components/VTextField/VTextField.d.ts +27 -27
  69. package/lib/components/VTextarea/VTextarea.d.ts +15 -15
  70. package/lib/components/transitions/dialog-transition.js +3 -3
  71. package/lib/components/transitions/dialog-transition.js.map +1 -1
  72. package/lib/composables/calendar.d.ts +1 -0
  73. package/lib/composables/calendar.js.map +1 -1
  74. package/lib/composables/iconSizes.d.ts +28 -0
  75. package/lib/composables/iconSizes.js +23 -0
  76. package/lib/composables/iconSizes.js.map +1 -0
  77. package/lib/composables/theme.d.ts +6 -1
  78. package/lib/composables/theme.js +94 -26
  79. package/lib/composables/theme.js.map +1 -1
  80. package/lib/composables/virtual.js +6 -1
  81. package/lib/composables/virtual.js.map +1 -1
  82. package/lib/entry-bundler.d.ts +6 -6
  83. package/lib/entry-bundler.js +1 -1
  84. package/lib/entry-bundler.js.map +1 -1
  85. package/lib/framework.d.ts +57 -52
  86. package/lib/framework.js +1 -1
  87. package/lib/framework.js.map +1 -1
  88. package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
  89. package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
  90. package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
  91. package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
  92. package/lib/labs/VDateInput/VDateInput.d.ts +96 -96
  93. package/lib/labs/VFileUpload/VFileUpload.js +19 -31
  94. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  95. package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
  96. package/lib/labs/VIconBtn/VIconBtn.js +7 -11
  97. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  98. package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
  99. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  100. package/lib/util/globals.d.ts +1 -0
  101. package/lib/util/globals.js +1 -0
  102. package/lib/util/globals.js.map +1 -1
  103. package/lib/util/helpers.js.map +1 -1
  104. package/package.json +7 -6
@@ -6,14 +6,14 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
6
6
  headers?: unknown;
7
7
  } = {}>(defaults?: Defaults | undefined) => {
8
8
  headers: unknown extends Defaults["headers"] ? PropType<readonly {
9
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
9
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
10
10
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
11
11
  readonly title?: string | undefined;
12
12
  readonly fixed?: boolean | undefined;
13
- readonly align?: ("start" | "end" | "center") | undefined;
14
- readonly width?: (number | string) | undefined;
15
- readonly minWidth?: (number | string) | undefined;
16
- readonly maxWidth?: (number | string) | undefined;
13
+ readonly align?: "start" | "end" | "center" | undefined;
14
+ readonly width?: number | string | undefined;
15
+ readonly minWidth?: number | string | undefined;
16
+ readonly maxWidth?: number | string | undefined;
17
17
  readonly nowrap?: boolean | undefined;
18
18
  readonly headerProps?: {
19
19
  readonly [x: string]: any;
@@ -26,14 +26,14 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
26
26
  readonly sortRaw?: DataTableCompareFunction | undefined;
27
27
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
28
28
  readonly children?: readonly {
29
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
29
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
30
30
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
31
31
  readonly title?: string | undefined;
32
32
  readonly fixed?: boolean | undefined;
33
- readonly align?: ("start" | "end" | "center") | undefined;
34
- readonly width?: (number | string) | undefined;
35
- readonly minWidth?: (number | string) | undefined;
36
- readonly maxWidth?: (number | string) | undefined;
33
+ readonly align?: "start" | "end" | "center" | undefined;
34
+ readonly width?: number | string | undefined;
35
+ readonly minWidth?: number | string | undefined;
36
+ readonly maxWidth?: number | string | undefined;
37
37
  readonly nowrap?: boolean | undefined;
38
38
  readonly headerProps?: {
39
39
  readonly [x: string]: any;
@@ -45,18 +45,18 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
45
45
  readonly sort?: DataTableCompareFunction | undefined;
46
46
  readonly sortRaw?: DataTableCompareFunction | undefined;
47
47
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
48
- readonly children?: readonly any[] | undefined;
48
+ readonly children?: readonly /*elided*/ any[] | undefined;
49
49
  }[] | undefined;
50
50
  }[]> : {
51
51
  type: PropType<unknown extends Defaults["headers"] ? readonly {
52
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
52
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
53
53
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
54
54
  readonly title?: string | undefined;
55
55
  readonly fixed?: boolean | undefined;
56
- readonly align?: ("start" | "end" | "center") | undefined;
57
- readonly width?: (number | string) | undefined;
58
- readonly minWidth?: (number | string) | undefined;
59
- readonly maxWidth?: (number | string) | undefined;
56
+ readonly align?: "start" | "end" | "center" | undefined;
57
+ readonly width?: number | string | undefined;
58
+ readonly minWidth?: number | string | undefined;
59
+ readonly maxWidth?: number | string | undefined;
60
60
  readonly nowrap?: boolean | undefined;
61
61
  readonly headerProps?: {
62
62
  readonly [x: string]: any;
@@ -69,14 +69,14 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
69
69
  readonly sortRaw?: DataTableCompareFunction | undefined;
70
70
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
71
71
  readonly children?: readonly {
72
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
72
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
73
73
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
74
74
  readonly title?: string | undefined;
75
75
  readonly fixed?: boolean | undefined;
76
- readonly align?: ("start" | "end" | "center") | undefined;
77
- readonly width?: (number | string) | undefined;
78
- readonly minWidth?: (number | string) | undefined;
79
- readonly maxWidth?: (number | string) | undefined;
76
+ readonly align?: "start" | "end" | "center" | undefined;
77
+ readonly width?: number | string | undefined;
78
+ readonly minWidth?: number | string | undefined;
79
+ readonly maxWidth?: number | string | undefined;
80
80
  readonly nowrap?: boolean | undefined;
81
81
  readonly headerProps?: {
82
82
  readonly [x: string]: any;
@@ -88,17 +88,17 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
88
88
  readonly sort?: DataTableCompareFunction | undefined;
89
89
  readonly sortRaw?: DataTableCompareFunction | undefined;
90
90
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
91
- readonly children?: readonly any[] | undefined;
91
+ readonly children?: readonly /*elided*/ any[] | undefined;
92
92
  }[] | undefined;
93
93
  }[] : readonly {
94
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
94
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
95
95
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
96
96
  readonly title?: string | undefined;
97
97
  readonly fixed?: boolean | undefined;
98
- readonly align?: ("start" | "end" | "center") | undefined;
99
- readonly width?: (number | string) | undefined;
100
- readonly minWidth?: (number | string) | undefined;
101
- readonly maxWidth?: (number | string) | undefined;
98
+ readonly align?: "start" | "end" | "center" | undefined;
99
+ readonly width?: number | string | undefined;
100
+ readonly minWidth?: number | string | undefined;
101
+ readonly maxWidth?: number | string | undefined;
102
102
  readonly nowrap?: boolean | undefined;
103
103
  readonly headerProps?: {
104
104
  readonly [x: string]: any;
@@ -111,14 +111,14 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
111
111
  readonly sortRaw?: DataTableCompareFunction | undefined;
112
112
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
113
113
  readonly children?: readonly {
114
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
114
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
115
115
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
116
116
  readonly title?: string | undefined;
117
117
  readonly fixed?: boolean | undefined;
118
- readonly align?: ("start" | "end" | "center") | undefined;
119
- readonly width?: (number | string) | undefined;
120
- readonly minWidth?: (number | string) | undefined;
121
- readonly maxWidth?: (number | string) | undefined;
118
+ readonly align?: "start" | "end" | "center" | undefined;
119
+ readonly width?: number | string | undefined;
120
+ readonly minWidth?: number | string | undefined;
121
+ readonly maxWidth?: number | string | undefined;
122
122
  readonly nowrap?: boolean | undefined;
123
123
  readonly headerProps?: {
124
124
  readonly [x: string]: any;
@@ -130,18 +130,18 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
130
130
  readonly sort?: DataTableCompareFunction | undefined;
131
131
  readonly sortRaw?: DataTableCompareFunction | undefined;
132
132
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
133
- readonly children?: readonly any[] | undefined;
133
+ readonly children?: readonly /*elided*/ any[] | undefined;
134
134
  }[] | undefined;
135
135
  }[] | Defaults["headers"]>;
136
136
  default: unknown extends Defaults["headers"] ? readonly {
137
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
137
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
138
138
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
139
139
  readonly title?: string | undefined;
140
140
  readonly fixed?: boolean | undefined;
141
- readonly align?: ("start" | "end" | "center") | undefined;
142
- readonly width?: (number | string) | undefined;
143
- readonly minWidth?: (number | string) | undefined;
144
- readonly maxWidth?: (number | string) | undefined;
141
+ readonly align?: "start" | "end" | "center" | undefined;
142
+ readonly width?: number | string | undefined;
143
+ readonly minWidth?: number | string | undefined;
144
+ readonly maxWidth?: number | string | undefined;
145
145
  readonly nowrap?: boolean | undefined;
146
146
  readonly headerProps?: {
147
147
  readonly [x: string]: any;
@@ -154,14 +154,14 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
154
154
  readonly sortRaw?: DataTableCompareFunction | undefined;
155
155
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
156
156
  readonly children?: readonly {
157
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
157
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
158
158
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
159
159
  readonly title?: string | undefined;
160
160
  readonly fixed?: boolean | undefined;
161
- readonly align?: ("start" | "end" | "center") | undefined;
162
- readonly width?: (number | string) | undefined;
163
- readonly minWidth?: (number | string) | undefined;
164
- readonly maxWidth?: (number | string) | undefined;
161
+ readonly align?: "start" | "end" | "center" | undefined;
162
+ readonly width?: number | string | undefined;
163
+ readonly minWidth?: number | string | undefined;
164
+ readonly maxWidth?: number | string | undefined;
165
165
  readonly nowrap?: boolean | undefined;
166
166
  readonly headerProps?: {
167
167
  readonly [x: string]: any;
@@ -173,17 +173,17 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
173
173
  readonly sort?: DataTableCompareFunction | undefined;
174
174
  readonly sortRaw?: DataTableCompareFunction | undefined;
175
175
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
176
- readonly children?: readonly any[] | undefined;
176
+ readonly children?: readonly /*elided*/ any[] | undefined;
177
177
  }[] | undefined;
178
178
  }[] : readonly {
179
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
179
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
180
180
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
181
181
  readonly title?: string | undefined;
182
182
  readonly fixed?: boolean | undefined;
183
- readonly align?: ("start" | "end" | "center") | undefined;
184
- readonly width?: (number | string) | undefined;
185
- readonly minWidth?: (number | string) | undefined;
186
- readonly maxWidth?: (number | string) | undefined;
183
+ readonly align?: "start" | "end" | "center" | undefined;
184
+ readonly width?: number | string | undefined;
185
+ readonly minWidth?: number | string | undefined;
186
+ readonly maxWidth?: number | string | undefined;
187
187
  readonly nowrap?: boolean | undefined;
188
188
  readonly headerProps?: {
189
189
  readonly [x: string]: any;
@@ -196,14 +196,14 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
196
196
  readonly sortRaw?: DataTableCompareFunction | undefined;
197
197
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
198
198
  readonly children?: readonly {
199
- readonly key?: ("data-table-group" | "data-table-select" | "data-table-expand" | (string & {})) | undefined;
199
+ readonly key?: "data-table-group" | "data-table-select" | "data-table-expand" | (string & {}) | undefined;
200
200
  readonly value?: import("../../../util/index.js").SelectItemKey<Record<string, any>>;
201
201
  readonly title?: string | undefined;
202
202
  readonly fixed?: boolean | undefined;
203
- readonly align?: ("start" | "end" | "center") | undefined;
204
- readonly width?: (number | string) | undefined;
205
- readonly minWidth?: (number | string) | undefined;
206
- readonly maxWidth?: (number | string) | undefined;
203
+ readonly align?: "start" | "end" | "center" | undefined;
204
+ readonly width?: number | string | undefined;
205
+ readonly minWidth?: number | string | undefined;
206
+ readonly maxWidth?: number | string | undefined;
207
207
  readonly nowrap?: boolean | undefined;
208
208
  readonly headerProps?: {
209
209
  readonly [x: string]: any;
@@ -215,7 +215,7 @@ export declare const makeDataTableHeaderProps: <Defaults extends {
215
215
  readonly sort?: DataTableCompareFunction | undefined;
216
216
  readonly sortRaw?: DataTableCompareFunction | undefined;
217
217
  readonly filter?: import("../../../composables/filter.js").FilterFunction | undefined;
218
- readonly children?: readonly any[] | undefined;
218
+ readonly children?: readonly /*elided*/ any[] | undefined;
219
219
  }[] | undefined;
220
220
  }[] | Defaults["headers"];
221
221
  };
@@ -237,12 +237,12 @@ export declare function createHeaders(props: HeaderProps, options?: {
237
237
  fixed?: boolean | undefined;
238
238
  filter?: import("../../../composables/filter.js").FilterFunction | undefined;
239
239
  sort?: DataTableCompareFunction | undefined;
240
- width?: (number | string) | undefined;
241
- maxWidth?: (number | string) | undefined;
242
- minWidth?: (number | string) | undefined;
240
+ width?: number | string | undefined;
241
+ maxWidth?: number | string | undefined;
242
+ minWidth?: number | string | undefined;
243
243
  title?: string | undefined;
244
244
  nowrap?: boolean | undefined;
245
- align?: ("start" | "end" | "center") | undefined;
245
+ align?: "start" | "end" | "center" | undefined;
246
246
  headerProps?: Record<string, any> | undefined;
247
247
  cellProps?: import("../types.js").HeaderCellProps | undefined;
248
248
  sortable: boolean;
@@ -253,17 +253,17 @@ export declare function createHeaders(props: HeaderProps, options?: {
253
253
  lastFixed?: boolean | undefined;
254
254
  colspan?: number | undefined;
255
255
  rowspan?: number | undefined;
256
- children?: any[] | undefined;
256
+ children?: /*elided*/ any[] | undefined;
257
257
  }[][], InternalDataTableHeader[][] | {
258
258
  fixed?: boolean | undefined;
259
259
  filter?: import("../../../composables/filter.js").FilterFunction | undefined;
260
260
  sort?: DataTableCompareFunction | undefined;
261
- width?: (number | string) | undefined;
262
- maxWidth?: (number | string) | undefined;
263
- minWidth?: (number | string) | undefined;
261
+ width?: number | string | undefined;
262
+ maxWidth?: number | string | undefined;
263
+ minWidth?: number | string | undefined;
264
264
  title?: string | undefined;
265
265
  nowrap?: boolean | undefined;
266
- align?: ("start" | "end" | "center") | undefined;
266
+ align?: "start" | "end" | "center" | undefined;
267
267
  headerProps?: Record<string, any> | undefined;
268
268
  cellProps?: import("../types.js").HeaderCellProps | undefined;
269
269
  sortable: boolean;
@@ -274,18 +274,18 @@ export declare function createHeaders(props: HeaderProps, options?: {
274
274
  lastFixed?: boolean | undefined;
275
275
  colspan?: number | undefined;
276
276
  rowspan?: number | undefined;
277
- children?: any[] | undefined;
277
+ children?: /*elided*/ any[] | undefined;
278
278
  }[][]>;
279
279
  columns: Ref<{
280
280
  fixed?: boolean | undefined;
281
281
  filter?: import("../../../composables/filter.js").FilterFunction | undefined;
282
282
  sort?: DataTableCompareFunction | undefined;
283
- width?: (number | string) | undefined;
284
- maxWidth?: (number | string) | undefined;
285
- minWidth?: (number | string) | undefined;
283
+ width?: number | string | undefined;
284
+ maxWidth?: number | string | undefined;
285
+ minWidth?: number | string | undefined;
286
286
  title?: string | undefined;
287
287
  nowrap?: boolean | undefined;
288
- align?: ("start" | "end" | "center") | undefined;
288
+ align?: "start" | "end" | "center" | undefined;
289
289
  headerProps?: Record<string, any> | undefined;
290
290
  cellProps?: import("../types.js").HeaderCellProps | undefined;
291
291
  sortable: boolean;
@@ -296,17 +296,17 @@ export declare function createHeaders(props: HeaderProps, options?: {
296
296
  lastFixed?: boolean | undefined;
297
297
  colspan?: number | undefined;
298
298
  rowspan?: number | undefined;
299
- children?: any[] | undefined;
299
+ children?: /*elided*/ any[] | undefined;
300
300
  }[], InternalDataTableHeader[] | {
301
301
  fixed?: boolean | undefined;
302
302
  filter?: import("../../../composables/filter.js").FilterFunction | undefined;
303
303
  sort?: DataTableCompareFunction | undefined;
304
- width?: (number | string) | undefined;
305
- maxWidth?: (number | string) | undefined;
306
- minWidth?: (number | string) | undefined;
304
+ width?: number | string | undefined;
305
+ maxWidth?: number | string | undefined;
306
+ minWidth?: number | string | undefined;
307
307
  title?: string | undefined;
308
308
  nowrap?: boolean | undefined;
309
- align?: ("start" | "end" | "center") | undefined;
309
+ align?: "start" | "end" | "center" | undefined;
310
310
  headerProps?: Record<string, any> | undefined;
311
311
  cellProps?: import("../types.js").HeaderCellProps | undefined;
312
312
  sortable: boolean;
@@ -317,7 +317,7 @@ export declare function createHeaders(props: HeaderProps, options?: {
317
317
  lastFixed?: boolean | undefined;
318
318
  colspan?: number | undefined;
319
319
  rowspan?: number | undefined;
320
- children?: any[] | undefined;
320
+ children?: /*elided*/ any[] | undefined;
321
321
  }[]>;
322
322
  sortFunctions: Ref<Record<string, DataTableCompareFunction>, Record<string, DataTableCompareFunction>>;
323
323
  sortRawFunctions: Ref<Record<string, DataTableCompareFunction>, Record<string, DataTableCompareFunction>>;
@@ -257,9 +257,9 @@ export declare const makeVDatePickerProps: <Defaults extends {
257
257
  type: import("vue").PropType<unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"]>;
258
258
  default: unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"];
259
259
  };
260
- multiple: unknown extends Defaults["multiple"] ? import("vue").PropType<number | boolean | "range" | (string & {})> : {
261
- type: import("vue").PropType<unknown extends Defaults["multiple"] ? number | boolean | "range" | (string & {}) : number | boolean | "range" | (string & {}) | Defaults["multiple"]>;
262
- default: unknown extends Defaults["multiple"] ? number | boolean | "range" | (string & {}) : NonNullable<number | boolean | "range" | (string & {})> | Defaults["multiple"];
260
+ multiple: unknown extends Defaults["multiple"] ? import("vue").PropType<number | boolean | (string & {}) | "range"> : {
261
+ type: import("vue").PropType<unknown extends Defaults["multiple"] ? number | boolean | (string & {}) | "range" : number | boolean | (string & {}) | "range" | Defaults["multiple"]>;
262
+ default: unknown extends Defaults["multiple"] ? number | boolean | (string & {}) | "range" : NonNullable<number | boolean | (string & {}) | "range"> | Defaults["multiple"];
263
263
  };
264
264
  showWeek: unknown extends Defaults["showWeek"] ? BooleanConstructor : {
265
265
  type: import("vue").PropType<unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"]>;
@@ -103,9 +103,9 @@ export declare const makeVDatePickerMonthProps: <Defaults extends {
103
103
  type: PropType<unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"]>;
104
104
  default: unknown extends Defaults["hideWeekdays"] ? boolean : boolean | Defaults["hideWeekdays"];
105
105
  };
106
- multiple: unknown extends Defaults["multiple"] ? PropType<number | boolean | "range" | (string & {})> : {
107
- type: PropType<unknown extends Defaults["multiple"] ? number | boolean | "range" | (string & {}) : number | boolean | "range" | (string & {}) | Defaults["multiple"]>;
108
- default: unknown extends Defaults["multiple"] ? number | boolean | "range" | (string & {}) : Defaults["multiple"] | NonNullable<number | boolean | "range" | (string & {})>;
106
+ multiple: unknown extends Defaults["multiple"] ? PropType<number | boolean | (string & {}) | "range"> : {
107
+ type: PropType<unknown extends Defaults["multiple"] ? number | boolean | (string & {}) | "range" : number | boolean | (string & {}) | "range" | Defaults["multiple"]>;
108
+ default: unknown extends Defaults["multiple"] ? number | boolean | (string & {}) | "range" : Defaults["multiple"] | NonNullable<number | boolean | (string & {}) | "range">;
109
109
  };
110
110
  showWeek: unknown extends Defaults["showWeek"] ? BooleanConstructor : {
111
111
  type: PropType<unknown extends Defaults["showWeek"] ? boolean : boolean | Defaults["showWeek"]>;
@@ -146,7 +146,7 @@ export declare const VDatePickerMonth: {
146
146
  max?: unknown;
147
147
  min?: unknown;
148
148
  color?: string | undefined;
149
- multiple?: number | boolean | "range" | (string & {}) | undefined;
149
+ multiple?: number | boolean | (string & {}) | "range" | undefined;
150
150
  month?: string | number | undefined;
151
151
  year?: string | number | undefined;
152
152
  modelValue?: unknown[] | undefined;
@@ -225,7 +225,7 @@ export declare const VDatePickerMonth: {
225
225
  max?: unknown;
226
226
  min?: unknown;
227
227
  color?: string | undefined;
228
- multiple?: number | boolean | "range" | (string & {}) | undefined;
228
+ multiple?: number | boolean | (string & {}) | "range" | undefined;
229
229
  month?: string | number | undefined;
230
230
  year?: string | number | undefined;
231
231
  modelValue?: unknown[] | undefined;
@@ -289,7 +289,7 @@ export declare const VDatePickerMonth: {
289
289
  max?: unknown;
290
290
  min?: unknown;
291
291
  color?: string | undefined;
292
- multiple?: number | boolean | "range" | (string & {}) | undefined;
292
+ multiple?: number | boolean | (string & {}) | "range" | undefined;
293
293
  month?: string | number | undefined;
294
294
  year?: string | number | undefined;
295
295
  modelValue?: unknown[] | undefined;
@@ -241,13 +241,13 @@ export declare const VField: {
241
241
  rounded?: string | number | boolean | undefined;
242
242
  baseColor?: string | undefined;
243
243
  bgColor?: string | undefined;
244
+ iconColor?: string | boolean | undefined;
244
245
  appendInnerIcon?: IconValue | undefined;
245
246
  prependInnerIcon?: IconValue | undefined;
246
247
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
247
248
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
248
249
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
249
250
  centerAffix?: boolean | undefined;
250
- iconColor?: string | boolean | undefined;
251
251
  } & {
252
252
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
253
253
  }, {
@@ -320,13 +320,13 @@ export declare const VField: {
320
320
  rounded?: string | number | boolean | undefined;
321
321
  baseColor?: string | undefined;
322
322
  bgColor?: string | undefined;
323
+ iconColor?: string | boolean | undefined;
323
324
  appendInnerIcon?: IconValue | undefined;
324
325
  prependInnerIcon?: IconValue | undefined;
325
326
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
326
327
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
327
328
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
328
329
  centerAffix?: boolean | undefined;
329
- iconColor?: string | boolean | undefined;
330
330
  } & {
331
331
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
332
332
  }, {
@@ -381,13 +381,13 @@ export declare const VField: {
381
381
  rounded?: string | number | boolean | undefined;
382
382
  baseColor?: string | undefined;
383
383
  bgColor?: string | undefined;
384
+ iconColor?: string | boolean | undefined;
384
385
  appendInnerIcon?: IconValue | undefined;
385
386
  prependInnerIcon?: IconValue | undefined;
386
387
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
387
388
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
388
389
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
389
390
  centerAffix?: boolean | undefined;
390
- iconColor?: string | boolean | undefined;
391
391
  } & {
392
392
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
393
393
  }, {
@@ -20,6 +20,10 @@
20
20
  position: absolute;
21
21
  top: 0;
22
22
  width: 100%;
23
+ z-index: 0;
24
+ }
25
+ .v-file-input--dragging input[type=file] {
26
+ z-index: 1;
23
27
  }
24
28
  .v-file-input .v-input__details {
25
29
  padding-inline: 16px;
@@ -495,6 +495,7 @@ export declare const VFileInput: {
495
495
  baseColor?: string | undefined;
496
496
  bgColor?: string | undefined;
497
497
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
498
+ iconColor?: string | boolean | undefined;
498
499
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
499
500
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
500
501
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -503,7 +504,6 @@ export declare const VFileInput: {
503
504
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
504
505
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
505
506
  centerAffix?: boolean | undefined;
506
- iconColor?: string | boolean | undefined;
507
507
  hint?: string | undefined;
508
508
  hideDetails?: boolean | "auto" | undefined;
509
509
  } & {
@@ -630,9 +630,9 @@ export declare const VFileInput: {
630
630
  baseColor?: string | undefined;
631
631
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
632
632
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
633
+ iconColor?: string | boolean | undefined;
633
634
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
634
635
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
635
- iconColor?: string | boolean | undefined;
636
636
  hint?: string | undefined;
637
637
  hideDetails?: boolean | "auto" | undefined;
638
638
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -686,9 +686,9 @@ export declare const VFileInput: {
686
686
  baseColor?: string | undefined;
687
687
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
688
688
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
689
+ iconColor?: string | boolean | undefined;
689
690
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
690
691
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
691
- iconColor?: string | boolean | undefined;
692
692
  hint?: string | undefined;
693
693
  hideDetails?: boolean | "auto" | undefined;
694
694
  } & {}, {
@@ -789,9 +789,9 @@ export declare const VFileInput: {
789
789
  baseColor?: string | undefined;
790
790
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
791
791
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
792
+ iconColor?: string | boolean | undefined;
792
793
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
793
794
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
794
- iconColor?: string | boolean | undefined;
795
795
  hint?: string | undefined;
796
796
  hideDetails?: boolean | "auto" | undefined;
797
797
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -803,7 +803,7 @@ export declare const VFileInput: {
803
803
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
804
804
  modelValue?: unknown;
805
805
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
806
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
806
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
807
807
  _allExposed: {
808
808
  reset: () => Promise<void>;
809
809
  resetValidation: () => Promise<void>;
@@ -933,6 +933,7 @@ export declare const VFileInput: {
933
933
  baseColor?: string | undefined;
934
934
  bgColor?: string | undefined;
935
935
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
936
+ iconColor?: string | boolean | undefined;
936
937
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
937
938
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
938
939
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -941,7 +942,6 @@ export declare const VFileInput: {
941
942
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
942
943
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
943
944
  centerAffix?: boolean | undefined;
944
- iconColor?: string | boolean | undefined;
945
945
  hint?: string | undefined;
946
946
  hideDetails?: boolean | "auto" | undefined;
947
947
  } & {
@@ -1068,9 +1068,9 @@ export declare const VFileInput: {
1068
1068
  baseColor?: string | undefined;
1069
1069
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1070
1070
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1071
+ iconColor?: string | boolean | undefined;
1071
1072
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1072
1073
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1073
- iconColor?: string | boolean | undefined;
1074
1074
  hint?: string | undefined;
1075
1075
  hideDetails?: boolean | "auto" | undefined;
1076
1076
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1124,9 +1124,9 @@ export declare const VFileInput: {
1124
1124
  baseColor?: string | undefined;
1125
1125
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1126
1126
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1127
+ iconColor?: string | boolean | undefined;
1127
1128
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1128
1129
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1129
- iconColor?: string | boolean | undefined;
1130
1130
  hint?: string | undefined;
1131
1131
  hideDetails?: boolean | "auto" | undefined;
1132
1132
  } & {}, {
@@ -1227,9 +1227,9 @@ export declare const VFileInput: {
1227
1227
  baseColor?: string | undefined;
1228
1228
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1229
1229
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1230
+ iconColor?: string | boolean | undefined;
1230
1231
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1231
1232
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1232
- iconColor?: string | boolean | undefined;
1233
1233
  hint?: string | undefined;
1234
1234
  hideDetails?: boolean | "auto" | undefined;
1235
1235
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1241,7 +1241,7 @@ export declare const VFileInput: {
1241
1241
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1242
1242
  modelValue?: unknown;
1243
1243
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1244
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1244
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1245
1245
  _allExposed: {
1246
1246
  reset: () => Promise<void>;
1247
1247
  resetValidation: () => Promise<void>;
@@ -1341,6 +1341,7 @@ export declare const VFileInput: {
1341
1341
  baseColor?: string | undefined;
1342
1342
  bgColor?: string | undefined;
1343
1343
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1344
+ iconColor?: string | boolean | undefined;
1344
1345
  appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1345
1346
  prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
1346
1347
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
@@ -1349,7 +1350,6 @@ export declare const VFileInput: {
1349
1350
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
1350
1351
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
1351
1352
  centerAffix?: boolean | undefined;
1352
- iconColor?: string | boolean | undefined;
1353
1353
  hint?: string | undefined;
1354
1354
  hideDetails?: boolean | "auto" | undefined;
1355
1355
  } & {
@@ -1476,9 +1476,9 @@ export declare const VFileInput: {
1476
1476
  baseColor?: string | undefined;
1477
1477
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1478
1478
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1479
+ iconColor?: string | boolean | undefined;
1479
1480
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1480
1481
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1481
- iconColor?: string | boolean | undefined;
1482
1482
  hint?: string | undefined;
1483
1483
  hideDetails?: boolean | "auto" | undefined;
1484
1484
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
@@ -1532,9 +1532,9 @@ export declare const VFileInput: {
1532
1532
  baseColor?: string | undefined;
1533
1533
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1534
1534
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1535
+ iconColor?: string | boolean | undefined;
1535
1536
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1536
1537
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1537
- iconColor?: string | boolean | undefined;
1538
1538
  hint?: string | undefined;
1539
1539
  hideDetails?: boolean | "auto" | undefined;
1540
1540
  } & {}, {
@@ -1635,9 +1635,9 @@ export declare const VFileInput: {
1635
1635
  baseColor?: string | undefined;
1636
1636
  prependIcon?: import("../../composables/icons.js").IconValue | undefined;
1637
1637
  appendIcon?: import("../../composables/icons.js").IconValue | undefined;
1638
+ iconColor?: string | boolean | undefined;
1638
1639
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
1639
1640
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
1640
- iconColor?: string | boolean | undefined;
1641
1641
  hint?: string | undefined;
1642
1642
  hideDetails?: boolean | "auto" | undefined;
1643
1643
  } & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
@@ -1649,7 +1649,7 @@ export declare const VFileInput: {
1649
1649
  }> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
1650
1650
  modelValue?: unknown;
1651
1651
  'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
1652
- }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "iconColor" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1652
+ }, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
1653
1653
  _allExposed: {
1654
1654
  reset: () => Promise<void>;
1655
1655
  resetValidation: () => Promise<void>;