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