vuetify 3.5.8 → 3.5.10
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.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +525 -13
- package/dist/json/importMap-labs.json +24 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +148 -0
- package/dist/json/web-types.json +2021 -147
- package/dist/vuetify-labs.css +2819 -2760
- package/dist/vuetify-labs.d.ts +5860 -2816
- package/dist/vuetify-labs.esm.js +1286 -248
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1286 -247
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +553 -547
- package/dist/vuetify.d.ts +2835 -2281
- package/dist/vuetify.esm.js +883 -408
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +882 -406
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1137 -1109
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +232 -100
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +10 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +232 -100
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VList.mjs +8 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +17 -4
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +156 -54
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/VSelect.mjs +5 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +232 -100
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +2478 -1943
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +121 -0
- package/lib/composables/nested/activeStrategies.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +50 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +4 -2
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -0
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -0
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -0
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -0
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -0
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +48 -44
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/VTreeview.mjs +154 -0
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
- package/lib/labs/VTreeview/index.d.mts +1975 -0
- package/lib/labs/VTreeview/index.mjs +4 -0
- package/lib/labs/VTreeview/index.mjs.map +1 -0
- package/lib/labs/VTreeview/shared.mjs +4 -0
- package/lib/labs/VTreeview/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/variables.scss +8 -0
- package/lib/labs/components.d.mts +4553 -1925
- package/lib/labs/components.mjs +4 -2
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -83,7 +83,7 @@ declare const VFileInput: {
|
|
|
83
83
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
84
84
|
flat: boolean;
|
|
85
85
|
reverse: boolean;
|
|
86
|
-
variant: "filled" | "
|
|
86
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
87
87
|
error: boolean;
|
|
88
88
|
active: boolean;
|
|
89
89
|
direction: "horizontal" | "vertical";
|
|
@@ -91,17 +91,17 @@ declare const VFileInput: {
|
|
|
91
91
|
disabled: boolean;
|
|
92
92
|
multiple: boolean;
|
|
93
93
|
readonly: boolean | null;
|
|
94
|
-
counter: boolean;
|
|
95
94
|
messages: string | readonly string[];
|
|
96
|
-
|
|
97
|
-
density: Density;
|
|
98
|
-
modelValue: File[];
|
|
99
|
-
prependIcon: NonNullable<IconValue>;
|
|
100
|
-
clearIcon: IconValue;
|
|
95
|
+
counter: boolean;
|
|
101
96
|
focused: boolean;
|
|
102
97
|
errorMessages: string | readonly string[] | null;
|
|
103
98
|
maxErrors: string | number;
|
|
104
99
|
rules: readonly ValidationRule[];
|
|
100
|
+
modelValue: File[];
|
|
101
|
+
tile: boolean;
|
|
102
|
+
density: Density;
|
|
103
|
+
prependIcon: NonNullable<IconValue>;
|
|
104
|
+
clearIcon: IconValue;
|
|
105
105
|
hideSpinButtons: boolean;
|
|
106
106
|
persistentHint: boolean;
|
|
107
107
|
clearable: boolean;
|
|
@@ -120,6 +120,9 @@ declare const VFileInput: {
|
|
|
120
120
|
label?: string | undefined;
|
|
121
121
|
class?: any;
|
|
122
122
|
theme?: string | undefined;
|
|
123
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
124
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
125
|
+
validationValue?: any;
|
|
123
126
|
rounded?: string | number | boolean | undefined;
|
|
124
127
|
bgColor?: string | undefined;
|
|
125
128
|
appendIcon?: IconValue | undefined;
|
|
@@ -131,9 +134,6 @@ declare const VFileInput: {
|
|
|
131
134
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
132
135
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
133
136
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
134
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
135
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
136
|
-
validationValue?: any;
|
|
137
137
|
centerAffix?: boolean | undefined;
|
|
138
138
|
hint?: string | undefined;
|
|
139
139
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -201,8 +201,8 @@ declare const VFileInput: {
|
|
|
201
201
|
totalBytesReadable: string;
|
|
202
202
|
}) => vue.VNodeChild) | undefined;
|
|
203
203
|
} & {
|
|
204
|
-
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
205
204
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
205
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
206
206
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
207
207
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
208
208
|
}, HTMLInputElement & Omit<Omit<{
|
|
@@ -215,11 +215,11 @@ declare const VFileInput: {
|
|
|
215
215
|
disabled: boolean | null;
|
|
216
216
|
readonly: boolean | null;
|
|
217
217
|
messages: string | readonly string[];
|
|
218
|
-
density: Density;
|
|
219
218
|
focused: boolean;
|
|
220
219
|
errorMessages: string | readonly string[] | null;
|
|
221
220
|
maxErrors: string | number;
|
|
222
221
|
rules: readonly ValidationRule[];
|
|
222
|
+
density: Density;
|
|
223
223
|
centerAffix: boolean;
|
|
224
224
|
hideSpinButtons: boolean;
|
|
225
225
|
persistentHint: boolean;
|
|
@@ -230,11 +230,11 @@ declare const VFileInput: {
|
|
|
230
230
|
disabled: boolean | null;
|
|
231
231
|
readonly: boolean | null;
|
|
232
232
|
messages: string | readonly string[];
|
|
233
|
-
density: Density;
|
|
234
233
|
focused: boolean;
|
|
235
234
|
errorMessages: string | readonly string[] | null;
|
|
236
235
|
maxErrors: string | number;
|
|
237
236
|
rules: readonly ValidationRule[];
|
|
237
|
+
density: Density;
|
|
238
238
|
centerAffix: boolean;
|
|
239
239
|
hideSpinButtons: boolean;
|
|
240
240
|
persistentHint: boolean;
|
|
@@ -242,13 +242,13 @@ declare const VFileInput: {
|
|
|
242
242
|
name?: string | undefined;
|
|
243
243
|
label?: string | undefined;
|
|
244
244
|
class?: any;
|
|
245
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
246
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
247
|
+
validationValue?: any;
|
|
245
248
|
prependIcon?: IconValue | undefined;
|
|
246
249
|
appendIcon?: IconValue | undefined;
|
|
247
250
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
248
251
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
249
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
250
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
251
|
-
validationValue?: any;
|
|
252
252
|
hint?: string | undefined;
|
|
253
253
|
hideDetails?: boolean | "auto" | undefined;
|
|
254
254
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -258,11 +258,11 @@ declare const VFileInput: {
|
|
|
258
258
|
disabled: boolean | null;
|
|
259
259
|
readonly: boolean | null;
|
|
260
260
|
messages: string | readonly string[];
|
|
261
|
-
density: Density;
|
|
262
261
|
focused: boolean;
|
|
263
262
|
errorMessages: string | readonly string[] | null;
|
|
264
263
|
maxErrors: string | number;
|
|
265
264
|
rules: readonly ValidationRule[];
|
|
265
|
+
density: Density;
|
|
266
266
|
centerAffix: boolean;
|
|
267
267
|
hideSpinButtons: boolean;
|
|
268
268
|
persistentHint: boolean;
|
|
@@ -271,16 +271,16 @@ declare const VFileInput: {
|
|
|
271
271
|
name?: string | undefined;
|
|
272
272
|
label?: string | undefined;
|
|
273
273
|
class?: any;
|
|
274
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
275
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
276
|
+
validationValue?: any;
|
|
274
277
|
prependIcon?: IconValue | undefined;
|
|
275
278
|
appendIcon?: IconValue | undefined;
|
|
276
279
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
277
280
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
278
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
279
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
280
|
-
validationValue?: any;
|
|
281
281
|
hint?: string | undefined;
|
|
282
282
|
hideDetails?: boolean | "auto" | undefined;
|
|
283
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "
|
|
283
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
284
284
|
$attrs: {
|
|
285
285
|
[x: string]: unknown;
|
|
286
286
|
};
|
|
@@ -315,11 +315,11 @@ declare const VFileInput: {
|
|
|
315
315
|
disabled: boolean | null;
|
|
316
316
|
readonly: boolean | null;
|
|
317
317
|
messages: string | readonly string[];
|
|
318
|
-
density: Density;
|
|
319
318
|
focused: boolean;
|
|
320
319
|
errorMessages: string | readonly string[] | null;
|
|
321
320
|
maxErrors: string | number;
|
|
322
321
|
rules: readonly ValidationRule[];
|
|
322
|
+
density: Density;
|
|
323
323
|
centerAffix: boolean;
|
|
324
324
|
hideSpinButtons: boolean;
|
|
325
325
|
persistentHint: boolean;
|
|
@@ -328,13 +328,13 @@ declare const VFileInput: {
|
|
|
328
328
|
name?: string | undefined;
|
|
329
329
|
label?: string | undefined;
|
|
330
330
|
class?: any;
|
|
331
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
332
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
333
|
+
validationValue?: any;
|
|
331
334
|
prependIcon?: IconValue | undefined;
|
|
332
335
|
appendIcon?: IconValue | undefined;
|
|
333
336
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
334
337
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
335
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
336
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
337
|
-
validationValue?: any;
|
|
338
338
|
hint?: string | undefined;
|
|
339
339
|
hideDetails?: boolean | "auto" | undefined;
|
|
340
340
|
} & {}, {
|
|
@@ -345,18 +345,18 @@ declare const VFileInput: {
|
|
|
345
345
|
errorMessages: vue.ComputedRef<string[]>;
|
|
346
346
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
347
347
|
'update:modelValue': (value: any) => true;
|
|
348
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
348
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
349
349
|
error: boolean;
|
|
350
350
|
direction: "horizontal" | "vertical";
|
|
351
351
|
style: vue.StyleValue;
|
|
352
352
|
disabled: boolean | null;
|
|
353
353
|
readonly: boolean | null;
|
|
354
354
|
messages: string | readonly string[];
|
|
355
|
-
density: Density;
|
|
356
355
|
focused: boolean;
|
|
357
356
|
errorMessages: string | readonly string[] | null;
|
|
358
357
|
maxErrors: string | number;
|
|
359
358
|
rules: readonly ValidationRule[];
|
|
359
|
+
density: Density;
|
|
360
360
|
centerAffix: boolean;
|
|
361
361
|
hideSpinButtons: boolean;
|
|
362
362
|
persistentHint: boolean;
|
|
@@ -403,11 +403,11 @@ declare const VFileInput: {
|
|
|
403
403
|
disabled: boolean | null;
|
|
404
404
|
readonly: boolean | null;
|
|
405
405
|
messages: string | readonly string[];
|
|
406
|
-
density: Density;
|
|
407
406
|
focused: boolean;
|
|
408
407
|
errorMessages: string | readonly string[] | null;
|
|
409
408
|
maxErrors: string | number;
|
|
410
409
|
rules: readonly ValidationRule[];
|
|
410
|
+
density: Density;
|
|
411
411
|
centerAffix: boolean;
|
|
412
412
|
hideSpinButtons: boolean;
|
|
413
413
|
persistentHint: boolean;
|
|
@@ -416,16 +416,16 @@ declare const VFileInput: {
|
|
|
416
416
|
name?: string | undefined;
|
|
417
417
|
label?: string | undefined;
|
|
418
418
|
class?: any;
|
|
419
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
420
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
421
|
+
validationValue?: any;
|
|
419
422
|
prependIcon?: IconValue | undefined;
|
|
420
423
|
appendIcon?: IconValue | undefined;
|
|
421
424
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
422
425
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
423
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
424
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
425
|
-
validationValue?: any;
|
|
426
426
|
hint?: string | undefined;
|
|
427
427
|
hideDetails?: boolean | "auto" | undefined;
|
|
428
|
-
} & {}, "reset" | "
|
|
428
|
+
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
429
429
|
reset: () => void;
|
|
430
430
|
resetValidation: () => void;
|
|
431
431
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -434,7 +434,7 @@ declare const VFileInput: {
|
|
|
434
434
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
435
435
|
modelValue?: unknown;
|
|
436
436
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
437
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
437
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "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, {
|
|
438
438
|
'click:control': (e: MouseEvent) => true;
|
|
439
439
|
'mousedown:control': (e: MouseEvent) => true;
|
|
440
440
|
'update:focused': (focused: boolean) => true;
|
|
@@ -442,7 +442,7 @@ declare const VFileInput: {
|
|
|
442
442
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
443
443
|
flat: boolean;
|
|
444
444
|
reverse: boolean;
|
|
445
|
-
variant: "filled" | "
|
|
445
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
446
446
|
error: boolean;
|
|
447
447
|
active: boolean;
|
|
448
448
|
direction: "horizontal" | "vertical";
|
|
@@ -450,17 +450,17 @@ declare const VFileInput: {
|
|
|
450
450
|
disabled: boolean;
|
|
451
451
|
multiple: boolean;
|
|
452
452
|
readonly: boolean | null;
|
|
453
|
-
counter: boolean;
|
|
454
453
|
messages: string | readonly string[];
|
|
455
|
-
|
|
456
|
-
density: Density;
|
|
457
|
-
modelValue: File[];
|
|
458
|
-
prependIcon: NonNullable<IconValue>;
|
|
459
|
-
clearIcon: IconValue;
|
|
454
|
+
counter: boolean;
|
|
460
455
|
focused: boolean;
|
|
461
456
|
errorMessages: string | readonly string[] | null;
|
|
462
457
|
maxErrors: string | number;
|
|
463
458
|
rules: readonly ValidationRule[];
|
|
459
|
+
modelValue: File[];
|
|
460
|
+
tile: boolean;
|
|
461
|
+
density: Density;
|
|
462
|
+
prependIcon: NonNullable<IconValue>;
|
|
463
|
+
clearIcon: IconValue;
|
|
464
464
|
hideSpinButtons: boolean;
|
|
465
465
|
persistentHint: boolean;
|
|
466
466
|
clearable: boolean;
|
|
@@ -479,6 +479,9 @@ declare const VFileInput: {
|
|
|
479
479
|
label?: string | undefined;
|
|
480
480
|
class?: any;
|
|
481
481
|
theme?: string | undefined;
|
|
482
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
483
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
484
|
+
validationValue?: any;
|
|
482
485
|
rounded?: string | number | boolean | undefined;
|
|
483
486
|
bgColor?: string | undefined;
|
|
484
487
|
appendIcon?: IconValue | undefined;
|
|
@@ -490,9 +493,6 @@ declare const VFileInput: {
|
|
|
490
493
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
491
494
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
492
495
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
493
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
494
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
495
|
-
validationValue?: any;
|
|
496
496
|
centerAffix?: boolean | undefined;
|
|
497
497
|
hint?: string | undefined;
|
|
498
498
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -560,14 +560,14 @@ declare const VFileInput: {
|
|
|
560
560
|
totalBytesReadable: string;
|
|
561
561
|
}) => vue.VNodeChild) | undefined;
|
|
562
562
|
} & {
|
|
563
|
-
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
564
563
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
564
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
565
565
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
566
566
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
567
567
|
}, {
|
|
568
568
|
flat: boolean;
|
|
569
569
|
reverse: boolean;
|
|
570
|
-
variant: "filled" | "
|
|
570
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
571
571
|
error: boolean;
|
|
572
572
|
active: boolean;
|
|
573
573
|
direction: "horizontal" | "vertical";
|
|
@@ -575,18 +575,18 @@ declare const VFileInput: {
|
|
|
575
575
|
disabled: boolean;
|
|
576
576
|
multiple: boolean;
|
|
577
577
|
readonly: boolean | null;
|
|
578
|
-
counter: boolean;
|
|
579
578
|
messages: string | readonly string[];
|
|
579
|
+
counter: boolean;
|
|
580
|
+
focused: boolean;
|
|
581
|
+
errorMessages: string | readonly string[] | null;
|
|
582
|
+
maxErrors: string | number;
|
|
583
|
+
rules: readonly ValidationRule[];
|
|
584
|
+
modelValue: File[];
|
|
580
585
|
rounded: string | number | boolean;
|
|
581
586
|
tile: boolean;
|
|
582
587
|
density: Density;
|
|
583
|
-
modelValue: File[];
|
|
584
588
|
prependIcon: NonNullable<IconValue>;
|
|
585
589
|
clearIcon: IconValue;
|
|
586
|
-
focused: boolean;
|
|
587
|
-
errorMessages: string | readonly string[] | null;
|
|
588
|
-
maxErrors: string | number;
|
|
589
|
-
rules: readonly ValidationRule[];
|
|
590
590
|
centerAffix: boolean;
|
|
591
591
|
hideSpinButtons: boolean;
|
|
592
592
|
persistentHint: boolean;
|
|
@@ -652,7 +652,7 @@ declare const VFileInput: {
|
|
|
652
652
|
}, {
|
|
653
653
|
flat: boolean;
|
|
654
654
|
reverse: boolean;
|
|
655
|
-
variant: "filled" | "
|
|
655
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
656
656
|
error: boolean;
|
|
657
657
|
active: boolean;
|
|
658
658
|
direction: "horizontal" | "vertical";
|
|
@@ -660,17 +660,17 @@ declare const VFileInput: {
|
|
|
660
660
|
disabled: boolean;
|
|
661
661
|
multiple: boolean;
|
|
662
662
|
readonly: boolean | null;
|
|
663
|
-
counter: boolean;
|
|
664
663
|
messages: string | readonly string[];
|
|
665
|
-
|
|
666
|
-
density: Density;
|
|
667
|
-
modelValue: File[];
|
|
668
|
-
prependIcon: NonNullable<IconValue>;
|
|
669
|
-
clearIcon: IconValue;
|
|
664
|
+
counter: boolean;
|
|
670
665
|
focused: boolean;
|
|
671
666
|
errorMessages: string | readonly string[] | null;
|
|
672
667
|
maxErrors: string | number;
|
|
673
668
|
rules: readonly ValidationRule[];
|
|
669
|
+
modelValue: File[];
|
|
670
|
+
tile: boolean;
|
|
671
|
+
density: Density;
|
|
672
|
+
prependIcon: NonNullable<IconValue>;
|
|
673
|
+
clearIcon: IconValue;
|
|
674
674
|
hideSpinButtons: boolean;
|
|
675
675
|
persistentHint: boolean;
|
|
676
676
|
clearable: boolean;
|
|
@@ -689,6 +689,9 @@ declare const VFileInput: {
|
|
|
689
689
|
label?: string | undefined;
|
|
690
690
|
class?: any;
|
|
691
691
|
theme?: string | undefined;
|
|
692
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
693
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
694
|
+
validationValue?: any;
|
|
692
695
|
rounded?: string | number | boolean | undefined;
|
|
693
696
|
bgColor?: string | undefined;
|
|
694
697
|
appendIcon?: IconValue | undefined;
|
|
@@ -700,9 +703,6 @@ declare const VFileInput: {
|
|
|
700
703
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
701
704
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
702
705
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
703
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
704
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
705
|
-
validationValue?: any;
|
|
706
706
|
centerAffix?: boolean | undefined;
|
|
707
707
|
hint?: string | undefined;
|
|
708
708
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -770,8 +770,8 @@ declare const VFileInput: {
|
|
|
770
770
|
totalBytesReadable: string;
|
|
771
771
|
}) => vue.VNodeChild) | undefined;
|
|
772
772
|
} & {
|
|
773
|
-
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
774
773
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
774
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
775
775
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
776
776
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
777
777
|
}, HTMLInputElement & Omit<Omit<{
|
|
@@ -784,11 +784,11 @@ declare const VFileInput: {
|
|
|
784
784
|
disabled: boolean | null;
|
|
785
785
|
readonly: boolean | null;
|
|
786
786
|
messages: string | readonly string[];
|
|
787
|
-
density: Density;
|
|
788
787
|
focused: boolean;
|
|
789
788
|
errorMessages: string | readonly string[] | null;
|
|
790
789
|
maxErrors: string | number;
|
|
791
790
|
rules: readonly ValidationRule[];
|
|
791
|
+
density: Density;
|
|
792
792
|
centerAffix: boolean;
|
|
793
793
|
hideSpinButtons: boolean;
|
|
794
794
|
persistentHint: boolean;
|
|
@@ -799,11 +799,11 @@ declare const VFileInput: {
|
|
|
799
799
|
disabled: boolean | null;
|
|
800
800
|
readonly: boolean | null;
|
|
801
801
|
messages: string | readonly string[];
|
|
802
|
-
density: Density;
|
|
803
802
|
focused: boolean;
|
|
804
803
|
errorMessages: string | readonly string[] | null;
|
|
805
804
|
maxErrors: string | number;
|
|
806
805
|
rules: readonly ValidationRule[];
|
|
806
|
+
density: Density;
|
|
807
807
|
centerAffix: boolean;
|
|
808
808
|
hideSpinButtons: boolean;
|
|
809
809
|
persistentHint: boolean;
|
|
@@ -811,13 +811,13 @@ declare const VFileInput: {
|
|
|
811
811
|
name?: string | undefined;
|
|
812
812
|
label?: string | undefined;
|
|
813
813
|
class?: any;
|
|
814
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
815
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
816
|
+
validationValue?: any;
|
|
814
817
|
prependIcon?: IconValue | undefined;
|
|
815
818
|
appendIcon?: IconValue | undefined;
|
|
816
819
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
817
820
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
818
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
819
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
820
|
-
validationValue?: any;
|
|
821
821
|
hint?: string | undefined;
|
|
822
822
|
hideDetails?: boolean | "auto" | undefined;
|
|
823
823
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -827,11 +827,11 @@ declare const VFileInput: {
|
|
|
827
827
|
disabled: boolean | null;
|
|
828
828
|
readonly: boolean | null;
|
|
829
829
|
messages: string | readonly string[];
|
|
830
|
-
density: Density;
|
|
831
830
|
focused: boolean;
|
|
832
831
|
errorMessages: string | readonly string[] | null;
|
|
833
832
|
maxErrors: string | number;
|
|
834
833
|
rules: readonly ValidationRule[];
|
|
834
|
+
density: Density;
|
|
835
835
|
centerAffix: boolean;
|
|
836
836
|
hideSpinButtons: boolean;
|
|
837
837
|
persistentHint: boolean;
|
|
@@ -840,16 +840,16 @@ declare const VFileInput: {
|
|
|
840
840
|
name?: string | undefined;
|
|
841
841
|
label?: string | undefined;
|
|
842
842
|
class?: any;
|
|
843
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
844
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
845
|
+
validationValue?: any;
|
|
843
846
|
prependIcon?: IconValue | undefined;
|
|
844
847
|
appendIcon?: IconValue | undefined;
|
|
845
848
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
846
849
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
847
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
848
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
849
|
-
validationValue?: any;
|
|
850
850
|
hint?: string | undefined;
|
|
851
851
|
hideDetails?: boolean | "auto" | undefined;
|
|
852
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "
|
|
852
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
853
853
|
$attrs: {
|
|
854
854
|
[x: string]: unknown;
|
|
855
855
|
};
|
|
@@ -884,11 +884,11 @@ declare const VFileInput: {
|
|
|
884
884
|
disabled: boolean | null;
|
|
885
885
|
readonly: boolean | null;
|
|
886
886
|
messages: string | readonly string[];
|
|
887
|
-
density: Density;
|
|
888
887
|
focused: boolean;
|
|
889
888
|
errorMessages: string | readonly string[] | null;
|
|
890
889
|
maxErrors: string | number;
|
|
891
890
|
rules: readonly ValidationRule[];
|
|
891
|
+
density: Density;
|
|
892
892
|
centerAffix: boolean;
|
|
893
893
|
hideSpinButtons: boolean;
|
|
894
894
|
persistentHint: boolean;
|
|
@@ -897,13 +897,13 @@ declare const VFileInput: {
|
|
|
897
897
|
name?: string | undefined;
|
|
898
898
|
label?: string | undefined;
|
|
899
899
|
class?: any;
|
|
900
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
901
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
902
|
+
validationValue?: any;
|
|
900
903
|
prependIcon?: IconValue | undefined;
|
|
901
904
|
appendIcon?: IconValue | undefined;
|
|
902
905
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
903
906
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
904
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
905
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
906
|
-
validationValue?: any;
|
|
907
907
|
hint?: string | undefined;
|
|
908
908
|
hideDetails?: boolean | "auto" | undefined;
|
|
909
909
|
} & {}, {
|
|
@@ -914,18 +914,18 @@ declare const VFileInput: {
|
|
|
914
914
|
errorMessages: vue.ComputedRef<string[]>;
|
|
915
915
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
916
916
|
'update:modelValue': (value: any) => true;
|
|
917
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
917
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
918
918
|
error: boolean;
|
|
919
919
|
direction: "horizontal" | "vertical";
|
|
920
920
|
style: vue.StyleValue;
|
|
921
921
|
disabled: boolean | null;
|
|
922
922
|
readonly: boolean | null;
|
|
923
923
|
messages: string | readonly string[];
|
|
924
|
-
density: Density;
|
|
925
924
|
focused: boolean;
|
|
926
925
|
errorMessages: string | readonly string[] | null;
|
|
927
926
|
maxErrors: string | number;
|
|
928
927
|
rules: readonly ValidationRule[];
|
|
928
|
+
density: Density;
|
|
929
929
|
centerAffix: boolean;
|
|
930
930
|
hideSpinButtons: boolean;
|
|
931
931
|
persistentHint: boolean;
|
|
@@ -972,11 +972,11 @@ declare const VFileInput: {
|
|
|
972
972
|
disabled: boolean | null;
|
|
973
973
|
readonly: boolean | null;
|
|
974
974
|
messages: string | readonly string[];
|
|
975
|
-
density: Density;
|
|
976
975
|
focused: boolean;
|
|
977
976
|
errorMessages: string | readonly string[] | null;
|
|
978
977
|
maxErrors: string | number;
|
|
979
978
|
rules: readonly ValidationRule[];
|
|
979
|
+
density: Density;
|
|
980
980
|
centerAffix: boolean;
|
|
981
981
|
hideSpinButtons: boolean;
|
|
982
982
|
persistentHint: boolean;
|
|
@@ -985,16 +985,16 @@ declare const VFileInput: {
|
|
|
985
985
|
name?: string | undefined;
|
|
986
986
|
label?: string | undefined;
|
|
987
987
|
class?: any;
|
|
988
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
989
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
990
|
+
validationValue?: any;
|
|
988
991
|
prependIcon?: IconValue | undefined;
|
|
989
992
|
appendIcon?: IconValue | undefined;
|
|
990
993
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
991
994
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
992
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
993
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
994
|
-
validationValue?: any;
|
|
995
995
|
hint?: string | undefined;
|
|
996
996
|
hideDetails?: boolean | "auto" | undefined;
|
|
997
|
-
} & {}, "reset" | "
|
|
997
|
+
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
998
998
|
reset: () => void;
|
|
999
999
|
resetValidation: () => void;
|
|
1000
1000
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -1003,10 +1003,10 @@ declare const VFileInput: {
|
|
|
1003
1003
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1004
1004
|
modelValue?: unknown;
|
|
1005
1005
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1006
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
1006
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "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}`>, {}, {}, {}, {
|
|
1007
1007
|
flat: boolean;
|
|
1008
1008
|
reverse: boolean;
|
|
1009
|
-
variant: "filled" | "
|
|
1009
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1010
1010
|
error: boolean;
|
|
1011
1011
|
active: boolean;
|
|
1012
1012
|
direction: "horizontal" | "vertical";
|
|
@@ -1014,18 +1014,18 @@ declare const VFileInput: {
|
|
|
1014
1014
|
disabled: boolean;
|
|
1015
1015
|
multiple: boolean;
|
|
1016
1016
|
readonly: boolean | null;
|
|
1017
|
-
counter: boolean;
|
|
1018
1017
|
messages: string | readonly string[];
|
|
1018
|
+
counter: boolean;
|
|
1019
|
+
focused: boolean;
|
|
1020
|
+
errorMessages: string | readonly string[] | null;
|
|
1021
|
+
maxErrors: string | number;
|
|
1022
|
+
rules: readonly ValidationRule[];
|
|
1023
|
+
modelValue: File[];
|
|
1019
1024
|
rounded: string | number | boolean;
|
|
1020
1025
|
tile: boolean;
|
|
1021
1026
|
density: Density;
|
|
1022
|
-
modelValue: File[];
|
|
1023
1027
|
prependIcon: NonNullable<IconValue>;
|
|
1024
1028
|
clearIcon: IconValue;
|
|
1025
|
-
focused: boolean;
|
|
1026
|
-
errorMessages: string | readonly string[] | null;
|
|
1027
|
-
maxErrors: string | number;
|
|
1028
|
-
rules: readonly ValidationRule[];
|
|
1029
1029
|
centerAffix: boolean;
|
|
1030
1030
|
hideSpinButtons: boolean;
|
|
1031
1031
|
persistentHint: boolean;
|
|
@@ -1044,7 +1044,7 @@ declare const VFileInput: {
|
|
|
1044
1044
|
} & vue.ComponentOptionsBase<{
|
|
1045
1045
|
flat: boolean;
|
|
1046
1046
|
reverse: boolean;
|
|
1047
|
-
variant: "filled" | "
|
|
1047
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1048
1048
|
error: boolean;
|
|
1049
1049
|
active: boolean;
|
|
1050
1050
|
direction: "horizontal" | "vertical";
|
|
@@ -1052,17 +1052,17 @@ declare const VFileInput: {
|
|
|
1052
1052
|
disabled: boolean;
|
|
1053
1053
|
multiple: boolean;
|
|
1054
1054
|
readonly: boolean | null;
|
|
1055
|
-
counter: boolean;
|
|
1056
1055
|
messages: string | readonly string[];
|
|
1057
|
-
|
|
1058
|
-
density: Density;
|
|
1059
|
-
modelValue: File[];
|
|
1060
|
-
prependIcon: NonNullable<IconValue>;
|
|
1061
|
-
clearIcon: IconValue;
|
|
1056
|
+
counter: boolean;
|
|
1062
1057
|
focused: boolean;
|
|
1063
1058
|
errorMessages: string | readonly string[] | null;
|
|
1064
1059
|
maxErrors: string | number;
|
|
1065
1060
|
rules: readonly ValidationRule[];
|
|
1061
|
+
modelValue: File[];
|
|
1062
|
+
tile: boolean;
|
|
1063
|
+
density: Density;
|
|
1064
|
+
prependIcon: NonNullable<IconValue>;
|
|
1065
|
+
clearIcon: IconValue;
|
|
1066
1066
|
hideSpinButtons: boolean;
|
|
1067
1067
|
persistentHint: boolean;
|
|
1068
1068
|
clearable: boolean;
|
|
@@ -1081,6 +1081,9 @@ declare const VFileInput: {
|
|
|
1081
1081
|
label?: string | undefined;
|
|
1082
1082
|
class?: any;
|
|
1083
1083
|
theme?: string | undefined;
|
|
1084
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1085
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1086
|
+
validationValue?: any;
|
|
1084
1087
|
rounded?: string | number | boolean | undefined;
|
|
1085
1088
|
bgColor?: string | undefined;
|
|
1086
1089
|
appendIcon?: IconValue | undefined;
|
|
@@ -1092,9 +1095,6 @@ declare const VFileInput: {
|
|
|
1092
1095
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1093
1096
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1094
1097
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1095
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1096
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1097
|
-
validationValue?: any;
|
|
1098
1098
|
centerAffix?: boolean | undefined;
|
|
1099
1099
|
hint?: string | undefined;
|
|
1100
1100
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1162,8 +1162,8 @@ declare const VFileInput: {
|
|
|
1162
1162
|
totalBytesReadable: string;
|
|
1163
1163
|
}) => vue.VNodeChild) | undefined;
|
|
1164
1164
|
} & {
|
|
1165
|
-
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
1166
1165
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1166
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
1167
1167
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1168
1168
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1169
1169
|
}, HTMLInputElement & Omit<Omit<{
|
|
@@ -1176,11 +1176,11 @@ declare const VFileInput: {
|
|
|
1176
1176
|
disabled: boolean | null;
|
|
1177
1177
|
readonly: boolean | null;
|
|
1178
1178
|
messages: string | readonly string[];
|
|
1179
|
-
density: Density;
|
|
1180
1179
|
focused: boolean;
|
|
1181
1180
|
errorMessages: string | readonly string[] | null;
|
|
1182
1181
|
maxErrors: string | number;
|
|
1183
1182
|
rules: readonly ValidationRule[];
|
|
1183
|
+
density: Density;
|
|
1184
1184
|
centerAffix: boolean;
|
|
1185
1185
|
hideSpinButtons: boolean;
|
|
1186
1186
|
persistentHint: boolean;
|
|
@@ -1191,11 +1191,11 @@ declare const VFileInput: {
|
|
|
1191
1191
|
disabled: boolean | null;
|
|
1192
1192
|
readonly: boolean | null;
|
|
1193
1193
|
messages: string | readonly string[];
|
|
1194
|
-
density: Density;
|
|
1195
1194
|
focused: boolean;
|
|
1196
1195
|
errorMessages: string | readonly string[] | null;
|
|
1197
1196
|
maxErrors: string | number;
|
|
1198
1197
|
rules: readonly ValidationRule[];
|
|
1198
|
+
density: Density;
|
|
1199
1199
|
centerAffix: boolean;
|
|
1200
1200
|
hideSpinButtons: boolean;
|
|
1201
1201
|
persistentHint: boolean;
|
|
@@ -1203,13 +1203,13 @@ declare const VFileInput: {
|
|
|
1203
1203
|
name?: string | undefined;
|
|
1204
1204
|
label?: string | undefined;
|
|
1205
1205
|
class?: any;
|
|
1206
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1207
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1208
|
+
validationValue?: any;
|
|
1206
1209
|
prependIcon?: IconValue | undefined;
|
|
1207
1210
|
appendIcon?: IconValue | undefined;
|
|
1208
1211
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1209
1212
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1210
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1211
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1212
|
-
validationValue?: any;
|
|
1213
1213
|
hint?: string | undefined;
|
|
1214
1214
|
hideDetails?: boolean | "auto" | undefined;
|
|
1215
1215
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -1219,11 +1219,11 @@ declare const VFileInput: {
|
|
|
1219
1219
|
disabled: boolean | null;
|
|
1220
1220
|
readonly: boolean | null;
|
|
1221
1221
|
messages: string | readonly string[];
|
|
1222
|
-
density: Density;
|
|
1223
1222
|
focused: boolean;
|
|
1224
1223
|
errorMessages: string | readonly string[] | null;
|
|
1225
1224
|
maxErrors: string | number;
|
|
1226
1225
|
rules: readonly ValidationRule[];
|
|
1226
|
+
density: Density;
|
|
1227
1227
|
centerAffix: boolean;
|
|
1228
1228
|
hideSpinButtons: boolean;
|
|
1229
1229
|
persistentHint: boolean;
|
|
@@ -1232,16 +1232,16 @@ declare const VFileInput: {
|
|
|
1232
1232
|
name?: string | undefined;
|
|
1233
1233
|
label?: string | undefined;
|
|
1234
1234
|
class?: any;
|
|
1235
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1236
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1237
|
+
validationValue?: any;
|
|
1235
1238
|
prependIcon?: IconValue | undefined;
|
|
1236
1239
|
appendIcon?: IconValue | undefined;
|
|
1237
1240
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1238
1241
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1239
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1240
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1241
|
-
validationValue?: any;
|
|
1242
1242
|
hint?: string | undefined;
|
|
1243
1243
|
hideDetails?: boolean | "auto" | undefined;
|
|
1244
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "
|
|
1244
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1245
1245
|
$attrs: {
|
|
1246
1246
|
[x: string]: unknown;
|
|
1247
1247
|
};
|
|
@@ -1276,11 +1276,11 @@ declare const VFileInput: {
|
|
|
1276
1276
|
disabled: boolean | null;
|
|
1277
1277
|
readonly: boolean | null;
|
|
1278
1278
|
messages: string | readonly string[];
|
|
1279
|
-
density: Density;
|
|
1280
1279
|
focused: boolean;
|
|
1281
1280
|
errorMessages: string | readonly string[] | null;
|
|
1282
1281
|
maxErrors: string | number;
|
|
1283
1282
|
rules: readonly ValidationRule[];
|
|
1283
|
+
density: Density;
|
|
1284
1284
|
centerAffix: boolean;
|
|
1285
1285
|
hideSpinButtons: boolean;
|
|
1286
1286
|
persistentHint: boolean;
|
|
@@ -1289,13 +1289,13 @@ declare const VFileInput: {
|
|
|
1289
1289
|
name?: string | undefined;
|
|
1290
1290
|
label?: string | undefined;
|
|
1291
1291
|
class?: any;
|
|
1292
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1293
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1294
|
+
validationValue?: any;
|
|
1292
1295
|
prependIcon?: IconValue | undefined;
|
|
1293
1296
|
appendIcon?: IconValue | undefined;
|
|
1294
1297
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1295
1298
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1296
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1297
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1298
|
-
validationValue?: any;
|
|
1299
1299
|
hint?: string | undefined;
|
|
1300
1300
|
hideDetails?: boolean | "auto" | undefined;
|
|
1301
1301
|
} & {}, {
|
|
@@ -1306,18 +1306,18 @@ declare const VFileInput: {
|
|
|
1306
1306
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1307
1307
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1308
1308
|
'update:modelValue': (value: any) => true;
|
|
1309
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
1309
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1310
1310
|
error: boolean;
|
|
1311
1311
|
direction: "horizontal" | "vertical";
|
|
1312
1312
|
style: vue.StyleValue;
|
|
1313
1313
|
disabled: boolean | null;
|
|
1314
1314
|
readonly: boolean | null;
|
|
1315
1315
|
messages: string | readonly string[];
|
|
1316
|
-
density: Density;
|
|
1317
1316
|
focused: boolean;
|
|
1318
1317
|
errorMessages: string | readonly string[] | null;
|
|
1319
1318
|
maxErrors: string | number;
|
|
1320
1319
|
rules: readonly ValidationRule[];
|
|
1320
|
+
density: Density;
|
|
1321
1321
|
centerAffix: boolean;
|
|
1322
1322
|
hideSpinButtons: boolean;
|
|
1323
1323
|
persistentHint: boolean;
|
|
@@ -1364,11 +1364,11 @@ declare const VFileInput: {
|
|
|
1364
1364
|
disabled: boolean | null;
|
|
1365
1365
|
readonly: boolean | null;
|
|
1366
1366
|
messages: string | readonly string[];
|
|
1367
|
-
density: Density;
|
|
1368
1367
|
focused: boolean;
|
|
1369
1368
|
errorMessages: string | readonly string[] | null;
|
|
1370
1369
|
maxErrors: string | number;
|
|
1371
1370
|
rules: readonly ValidationRule[];
|
|
1371
|
+
density: Density;
|
|
1372
1372
|
centerAffix: boolean;
|
|
1373
1373
|
hideSpinButtons: boolean;
|
|
1374
1374
|
persistentHint: boolean;
|
|
@@ -1377,16 +1377,16 @@ declare const VFileInput: {
|
|
|
1377
1377
|
name?: string | undefined;
|
|
1378
1378
|
label?: string | undefined;
|
|
1379
1379
|
class?: any;
|
|
1380
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1381
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1382
|
+
validationValue?: any;
|
|
1380
1383
|
prependIcon?: IconValue | undefined;
|
|
1381
1384
|
appendIcon?: IconValue | undefined;
|
|
1382
1385
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1383
1386
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1384
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1385
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1386
|
-
validationValue?: any;
|
|
1387
1387
|
hint?: string | undefined;
|
|
1388
1388
|
hideDetails?: boolean | "auto" | undefined;
|
|
1389
|
-
} & {}, "reset" | "
|
|
1389
|
+
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
1390
1390
|
reset: () => void;
|
|
1391
1391
|
resetValidation: () => void;
|
|
1392
1392
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -1395,7 +1395,7 @@ declare const VFileInput: {
|
|
|
1395
1395
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1396
1396
|
modelValue?: unknown;
|
|
1397
1397
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1398
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
1398
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "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, {
|
|
1399
1399
|
'click:control': (e: MouseEvent) => true;
|
|
1400
1400
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1401
1401
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1403,7 +1403,7 @@ declare const VFileInput: {
|
|
|
1403
1403
|
}, string, {
|
|
1404
1404
|
flat: boolean;
|
|
1405
1405
|
reverse: boolean;
|
|
1406
|
-
variant: "filled" | "
|
|
1406
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1407
1407
|
error: boolean;
|
|
1408
1408
|
active: boolean;
|
|
1409
1409
|
direction: "horizontal" | "vertical";
|
|
@@ -1411,18 +1411,18 @@ declare const VFileInput: {
|
|
|
1411
1411
|
disabled: boolean;
|
|
1412
1412
|
multiple: boolean;
|
|
1413
1413
|
readonly: boolean | null;
|
|
1414
|
-
counter: boolean;
|
|
1415
1414
|
messages: string | readonly string[];
|
|
1415
|
+
counter: boolean;
|
|
1416
|
+
focused: boolean;
|
|
1417
|
+
errorMessages: string | readonly string[] | null;
|
|
1418
|
+
maxErrors: string | number;
|
|
1419
|
+
rules: readonly ValidationRule[];
|
|
1420
|
+
modelValue: File[];
|
|
1416
1421
|
rounded: string | number | boolean;
|
|
1417
1422
|
tile: boolean;
|
|
1418
1423
|
density: Density;
|
|
1419
|
-
modelValue: File[];
|
|
1420
1424
|
prependIcon: NonNullable<IconValue>;
|
|
1421
1425
|
clearIcon: IconValue;
|
|
1422
|
-
focused: boolean;
|
|
1423
|
-
errorMessages: string | readonly string[] | null;
|
|
1424
|
-
maxErrors: string | number;
|
|
1425
|
-
rules: readonly ValidationRule[];
|
|
1426
1426
|
centerAffix: boolean;
|
|
1427
1427
|
hideSpinButtons: boolean;
|
|
1428
1428
|
persistentHint: boolean;
|
|
@@ -1521,7 +1521,7 @@ declare const VFileInput: {
|
|
|
1521
1521
|
reverse: BooleanConstructor;
|
|
1522
1522
|
singleLine: BooleanConstructor;
|
|
1523
1523
|
variant: {
|
|
1524
|
-
type: PropType<"filled" | "
|
|
1524
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
1525
1525
|
default: string;
|
|
1526
1526
|
validator: (v: any) => boolean;
|
|
1527
1527
|
};
|
|
@@ -1639,7 +1639,7 @@ declare const VFileInput: {
|
|
|
1639
1639
|
reverse: BooleanConstructor;
|
|
1640
1640
|
singleLine: BooleanConstructor;
|
|
1641
1641
|
variant: {
|
|
1642
|
-
type: PropType<"filled" | "
|
|
1642
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
1643
1643
|
default: string;
|
|
1644
1644
|
validator: (v: any) => boolean;
|
|
1645
1645
|
};
|