@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-28
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/CHANGELOG.md +7 -3
- package/dist/_component-variables-labs.sass +1 -5
- package/dist/_component-variables.sass +4 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +14 -50
- package/dist/json/importMap.json +98 -62
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +695 -694
- package/dist/vuetify-labs.d.ts +41561 -36837
- package/dist/vuetify-labs.esm.js +3188 -3166
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3187 -3165
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +505 -108
- package/dist/vuetify.d.ts +20359 -13201
- package/dist/vuetify.esm.js +995 -175
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +994 -174
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1306 -1256
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +114 -106
- package/lib/components/VApp/index.d.mts +24 -47
- package/lib/components/VAppBar/index.d.mts +219 -175
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1203 -551
- package/lib/components/VAvatar/index.d.mts +45 -53
- package/lib/components/VBadge/index.d.mts +66 -58
- package/lib/components/VBanner/index.d.mts +106 -146
- package/lib/components/VBottomNavigation/index.d.mts +72 -63
- package/lib/{labs → components}/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -0
- package/lib/{labs → components}/VBottomSheet/index.d.mts +153 -83
- package/lib/components/VBottomSheet/index.mjs.map +1 -0
- package/lib/components/VBreadcrumbs/index.d.mts +89 -147
- package/lib/components/VBtn/index.d.mts +107 -66
- package/lib/components/VBtnGroup/index.d.mts +38 -51
- package/lib/components/VBtnToggle/index.d.mts +53 -55
- package/lib/components/VCard/index.d.mts +238 -298
- package/lib/components/VCarousel/index.d.mts +251 -131
- package/lib/components/VCheckbox/index.d.mts +259 -146
- package/lib/components/VChip/index.d.mts +157 -76
- package/lib/components/VChipGroup/index.d.mts +76 -55
- package/lib/components/VCode/index.d.mts +21 -46
- package/lib/components/VColorPicker/index.d.mts +112 -61
- package/lib/components/VCombobox/VCombobox.mjs +13 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1203 -551
- package/lib/components/VCounter/index.d.mts +45 -57
- package/lib/components/VDefaultsProvider/index.d.mts +24 -49
- package/lib/components/VDialog/index.d.mts +583 -329
- package/lib/components/VDivider/index.d.mts +30 -49
- package/lib/components/VExpansionPanel/index.d.mts +188 -212
- package/lib/components/VField/index.d.mts +88 -105
- package/lib/components/VFileInput/index.d.mts +472 -287
- package/lib/components/VFooter/index.d.mts +42 -52
- package/lib/components/VForm/index.d.mts +149 -51
- package/lib/components/VGrid/index.d.mts +146 -196
- package/lib/components/VHover/index.d.mts +37 -49
- package/lib/components/VIcon/index.d.mts +79 -234
- package/lib/components/VImg/index.d.mts +80 -61
- package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.mjs +2 -2
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/{labs → components}/VInfiniteScroll/index.d.mts +59 -54
- package/lib/components/VInfiniteScroll/index.mjs.map +1 -0
- package/lib/components/VInput/index.d.mts +90 -66
- package/lib/components/VItemGroup/index.d.mts +115 -99
- package/lib/components/VKbd/index.d.mts +21 -46
- package/lib/components/VLabel/index.d.mts +24 -47
- package/lib/components/VLayout/index.d.mts +55 -96
- package/lib/components/VLazy/index.d.mts +43 -50
- package/lib/components/VList/index.d.mts +403 -468
- package/lib/components/VLocaleProvider/index.d.mts +24 -46
- package/lib/components/VMain/index.d.mts +24 -47
- package/lib/components/VMenu/index.d.mts +573 -324
- package/lib/components/VMessages/index.d.mts +41 -49
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -0
- package/lib/components/VNavigationDrawer/index.d.mts +95 -67
- package/lib/components/VOverlay/index.d.mts +138 -76
- package/lib/components/VPagination/index.d.mts +114 -73
- package/lib/components/VParallax/index.d.mts +31 -47
- package/lib/components/VProgressCircular/index.d.mts +48 -53
- package/lib/components/VProgressLinear/index.d.mts +84 -63
- package/lib/components/VRadio/index.d.mts +93 -61
- package/lib/components/VRadioGroup/index.d.mts +130 -77
- package/lib/components/VRangeSlider/index.d.mts +169 -86
- package/lib/components/VRating/index.d.mts +75 -62
- package/lib/components/VResponsive/index.d.mts +33 -47
- package/lib/components/VSelect/VSelect.mjs +13 -10
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1191 -546
- package/lib/components/VSelectionControl/index.d.mts +48 -53
- package/lib/components/VSelectionControlGroup/index.d.mts +58 -57
- package/lib/components/VSheet/index.d.mts +37 -48
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -0
- package/lib/{labs → components}/VSkeletonLoader/index.d.mts +36 -51
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -0
- package/lib/components/VSlideGroup/index.d.mts +106 -105
- package/lib/components/VSlider/index.d.mts +166 -85
- package/lib/components/VSnackbar/index.d.mts +572 -324
- package/lib/components/VStepper/VStepper.mjs +137 -98
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.sass +38 -198
- package/lib/{labs → components}/VStepper/VStepperActions.mjs +2 -2
- package/lib/components/VStepper/VStepperActions.mjs.map +1 -0
- package/lib/components/VStepper/VStepperHeader.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperItem.mjs +2 -2
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -0
- package/lib/{labs → components}/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -0
- package/lib/components/VStepper/_variables.scss +21 -31
- package/lib/{labs → components}/VStepper/index.d.mts +368 -340
- package/lib/components/VStepper/index.mjs +6 -17
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +168 -86
- package/lib/components/VSystemBar/index.d.mts +39 -51
- package/lib/components/VTable/index.d.mts +45 -51
- package/lib/components/VTabs/index.d.mts +177 -132
- package/lib/components/VTextField/index.d.mts +665 -470
- package/lib/components/VTextarea/index.d.mts +469 -297
- package/lib/components/VThemeProvider/index.d.mts +26 -48
- package/lib/components/VTimeline/index.d.mts +98 -106
- package/lib/components/VToolbar/index.d.mts +119 -150
- package/lib/components/VTooltip/index.d.mts +565 -321
- package/lib/components/VValidation/index.d.mts +108 -62
- package/lib/components/VVirtualScroll/index.d.mts +18 -46
- package/lib/components/VWindow/index.d.mts +130 -110
- package/lib/components/index.d.mts +19973 -12833
- package/lib/components/index.mjs +5 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +455 -819
- package/lib/composables/color.mjs +2 -2
- package/lib/composables/color.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VDataIterator/index.d.mts +112 -75
- package/lib/labs/VDataTable/index.d.mts +1456 -530
- package/lib/labs/VDateInput/index.d.mts +260 -157
- package/lib/labs/VDatePicker/index.d.mts +1100 -889
- package/lib/labs/VDateRangePicker/index.d.mts +207 -129
- package/lib/labs/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7514 -10029
- package/lib/labs/components.mjs +0 -4
- package/lib/labs/components.mjs.map +1 -1
- package/lib/labs/date/adapters/vuetify.mjs +6 -3
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/locale/fr.mjs +19 -19
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +3 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +8 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VStepper/VStepperContent.mjs +0 -114
- package/lib/components/VStepper/VStepperContent.mjs.map +0 -1
- package/lib/components/VStepper/VStepperStep.mjs +0 -134
- package/lib/components/VStepper/VStepperStep.mjs.map +0 -1
- package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +0 -1
- package/lib/labs/VBottomSheet/index.mjs.map +0 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +0 -1
- package/lib/labs/VInfiniteScroll/index.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +0 -1
- package/lib/labs/VSkeletonLoader/index.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.mjs +0 -149
- package/lib/labs/VStepper/VStepper.mjs.map +0 -1
- package/lib/labs/VStepper/VStepper.sass +0 -53
- package/lib/labs/VStepper/VStepperActions.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperHeader.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperItem.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindow.mjs.map +0 -1
- package/lib/labs/VStepper/VStepperWindowItem.mjs.map +0 -1
- package/lib/labs/VStepper/_variables.scss +0 -27
- package/lib/labs/VStepper/index.mjs +0 -7
- package/lib/labs/VStepper/index.mjs.map +0 -1
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.css +0 -0
- /package/lib/{labs → components}/VBottomSheet/VBottomSheet.sass +0 -0
- /package/lib/{labs → components}/VBottomSheet/_variables.scss +0 -0
- /package/lib/{labs → components}/VBottomSheet/index.mjs +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.css +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/VInfiniteScroll.sass +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/_variables.scss +0 -0
- /package/lib/{labs → components}/VInfiniteScroll/index.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.css +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.mjs +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/VSkeletonLoader.sass +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/_variables.scss +0 -0
- /package/lib/{labs → components}/VSkeletonLoader/index.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepper.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperHeader.mjs +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.css +0 -0
- /package/lib/{labs → components}/VStepper/VStepperItem.sass +0 -0
|
@@ -54,45 +54,92 @@ declare const VFileInput: {
|
|
|
54
54
|
new (...args: any[]): {
|
|
55
55
|
$: vue.ComponentInternalInstance;
|
|
56
56
|
$data: {};
|
|
57
|
-
$props: {
|
|
58
|
-
flat
|
|
59
|
-
reverse
|
|
60
|
-
error
|
|
61
|
-
active
|
|
62
|
-
direction
|
|
63
|
-
style
|
|
64
|
-
disabled
|
|
65
|
-
multiple
|
|
66
|
-
readonly
|
|
67
|
-
counter
|
|
68
|
-
messages
|
|
69
|
-
rounded
|
|
70
|
-
density
|
|
71
|
-
variant
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
centerAffix
|
|
80
|
-
persistentHint
|
|
81
|
-
clearable
|
|
82
|
-
dirty
|
|
83
|
-
persistentClear
|
|
84
|
-
singleLine
|
|
85
|
-
chips
|
|
86
|
-
counterSizeString
|
|
87
|
-
counterString
|
|
88
|
-
showSize
|
|
89
|
-
|
|
57
|
+
$props: Partial<{
|
|
58
|
+
flat: boolean;
|
|
59
|
+
reverse: boolean;
|
|
60
|
+
error: boolean;
|
|
61
|
+
active: boolean;
|
|
62
|
+
direction: "horizontal" | "vertical";
|
|
63
|
+
style: vue.StyleValue;
|
|
64
|
+
disabled: boolean;
|
|
65
|
+
multiple: boolean;
|
|
66
|
+
readonly: boolean | null;
|
|
67
|
+
counter: boolean;
|
|
68
|
+
messages: string | readonly string[];
|
|
69
|
+
rounded: string | number | boolean;
|
|
70
|
+
density: Density;
|
|
71
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
72
|
+
rules: readonly ValidationRule[];
|
|
73
|
+
modelValue: File[];
|
|
74
|
+
prependIcon: NonNullable<IconValue>;
|
|
75
|
+
clearIcon: IconValue;
|
|
76
|
+
focused: boolean;
|
|
77
|
+
errorMessages: string | readonly string[] | null;
|
|
78
|
+
maxErrors: string | number;
|
|
79
|
+
centerAffix: boolean;
|
|
80
|
+
persistentHint: boolean;
|
|
81
|
+
clearable: boolean;
|
|
82
|
+
dirty: boolean;
|
|
83
|
+
persistentClear: boolean;
|
|
84
|
+
singleLine: boolean;
|
|
85
|
+
chips: boolean;
|
|
86
|
+
counterSizeString: string;
|
|
87
|
+
counterString: string;
|
|
88
|
+
showSize: boolean | 1024 | 1000;
|
|
89
|
+
}> & Omit<{
|
|
90
|
+
flat: boolean;
|
|
91
|
+
reverse: boolean;
|
|
92
|
+
error: boolean;
|
|
93
|
+
active: boolean;
|
|
94
|
+
direction: "horizontal" | "vertical";
|
|
95
|
+
style: vue.StyleValue;
|
|
96
|
+
disabled: boolean;
|
|
97
|
+
multiple: boolean;
|
|
98
|
+
readonly: boolean | null;
|
|
99
|
+
counter: boolean;
|
|
100
|
+
messages: string | readonly string[];
|
|
101
|
+
density: Density;
|
|
102
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
103
|
+
rules: readonly ValidationRule[];
|
|
104
|
+
modelValue: File[];
|
|
105
|
+
prependIcon: NonNullable<IconValue>;
|
|
106
|
+
clearIcon: IconValue;
|
|
107
|
+
focused: boolean;
|
|
108
|
+
errorMessages: string | readonly string[] | null;
|
|
109
|
+
maxErrors: string | number;
|
|
110
|
+
persistentHint: boolean;
|
|
111
|
+
clearable: boolean;
|
|
112
|
+
dirty: boolean;
|
|
113
|
+
persistentClear: boolean;
|
|
114
|
+
singleLine: boolean;
|
|
115
|
+
chips: boolean;
|
|
116
|
+
counterSizeString: string;
|
|
117
|
+
counterString: string;
|
|
118
|
+
showSize: boolean | 1024 | 1000;
|
|
90
119
|
id?: string | undefined;
|
|
91
120
|
name?: string | undefined;
|
|
92
121
|
color?: string | undefined;
|
|
93
122
|
loading?: string | boolean | undefined;
|
|
94
123
|
label?: string | undefined;
|
|
95
124
|
class?: any;
|
|
125
|
+
theme?: string | undefined;
|
|
126
|
+
rounded?: string | number | boolean | undefined;
|
|
127
|
+
bgColor?: string | undefined;
|
|
128
|
+
appendIcon?: IconValue | undefined;
|
|
129
|
+
baseColor?: string | undefined;
|
|
130
|
+
appendInnerIcon?: IconValue | undefined;
|
|
131
|
+
prependInnerIcon?: IconValue | undefined;
|
|
132
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
133
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
134
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
135
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
136
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
137
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
138
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
139
|
+
validationValue?: any;
|
|
140
|
+
centerAffix?: boolean | undefined;
|
|
141
|
+
hint?: string | undefined;
|
|
142
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
96
143
|
$children?: vue.VNodeChild | {
|
|
97
144
|
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
98
145
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -114,11 +161,6 @@ declare const VFileInput: {
|
|
|
114
161
|
totalBytesReadable: string;
|
|
115
162
|
}) => vue.VNodeChild) | undefined;
|
|
116
163
|
} | ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild);
|
|
117
|
-
ref?: vue.VNodeRef | undefined;
|
|
118
|
-
ref_for?: boolean | undefined;
|
|
119
|
-
ref_key?: string | undefined;
|
|
120
|
-
theme?: string | undefined;
|
|
121
|
-
"v-slot:default"?: false | ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
122
164
|
'v-slots'?: {
|
|
123
165
|
default?: false | ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
124
166
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -140,55 +182,70 @@ declare const VFileInput: {
|
|
|
140
182
|
totalBytesReadable: string;
|
|
141
183
|
}) => vue.VNodeChild) | undefined;
|
|
142
184
|
} | undefined;
|
|
143
|
-
|
|
144
|
-
[key: string]: any;
|
|
145
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
146
|
-
[key: string]: any;
|
|
147
|
-
}>) => void)[] | undefined;
|
|
148
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
149
|
-
[key: string]: any;
|
|
150
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
}>) => void)[] | undefined;
|
|
153
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
154
|
-
[key: string]: any;
|
|
155
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
156
|
-
[key: string]: any;
|
|
157
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
158
|
-
[key: string]: any;
|
|
159
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
160
|
-
[key: string]: any;
|
|
161
|
-
}>) => void)[] | undefined;
|
|
162
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
163
|
-
[key: string]: any;
|
|
164
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
165
|
-
[key: string]: any;
|
|
166
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
167
|
-
[key: string]: any;
|
|
168
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
169
|
-
[key: string]: any;
|
|
170
|
-
}>) => void)[] | undefined;
|
|
171
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
172
|
-
[key: string]: any;
|
|
173
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
174
|
-
[key: string]: any;
|
|
175
|
-
}>) => void)[] | undefined;
|
|
176
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
177
|
-
[key: string]: any;
|
|
178
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
179
|
-
[key: string]: any;
|
|
180
|
-
}>) => void)[] | undefined;
|
|
181
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
185
|
+
"v-slot:default"?: false | ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
182
186
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
183
|
-
"
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
"v-slot:
|
|
187
|
-
|
|
187
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
188
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
189
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
190
|
+
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
191
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
192
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
188
193
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
189
194
|
label: string | undefined;
|
|
190
195
|
props: Record<string, any>;
|
|
191
196
|
}) => vue.VNodeChild) | undefined;
|
|
197
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
198
|
+
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
199
|
+
"v-slot:selection"?: false | ((arg: {
|
|
200
|
+
fileNames: string[];
|
|
201
|
+
totalBytes: number;
|
|
202
|
+
totalBytesReadable: string;
|
|
203
|
+
}) => vue.VNodeChild) | undefined;
|
|
204
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
205
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
206
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
207
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
208
|
+
flat: boolean;
|
|
209
|
+
reverse: boolean;
|
|
210
|
+
error: boolean;
|
|
211
|
+
active: boolean;
|
|
212
|
+
direction: "horizontal" | "vertical";
|
|
213
|
+
style: vue.StyleValue;
|
|
214
|
+
disabled: boolean;
|
|
215
|
+
multiple: boolean;
|
|
216
|
+
readonly: boolean | null;
|
|
217
|
+
counter: boolean;
|
|
218
|
+
messages: string | readonly string[];
|
|
219
|
+
density: Density;
|
|
220
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
221
|
+
rules: readonly ValidationRule[];
|
|
222
|
+
modelValue: File[];
|
|
223
|
+
prependIcon: NonNullable<IconValue>;
|
|
224
|
+
clearIcon: IconValue;
|
|
225
|
+
focused: boolean;
|
|
226
|
+
errorMessages: string | readonly string[] | null;
|
|
227
|
+
maxErrors: string | number;
|
|
228
|
+
persistentHint: boolean;
|
|
229
|
+
clearable: boolean;
|
|
230
|
+
dirty: boolean;
|
|
231
|
+
persistentClear: boolean;
|
|
232
|
+
singleLine: boolean;
|
|
233
|
+
chips: boolean;
|
|
234
|
+
counterSizeString: string;
|
|
235
|
+
counterString: string;
|
|
236
|
+
showSize: boolean | 1024 | 1000;
|
|
237
|
+
} & {
|
|
238
|
+
id?: string | undefined;
|
|
239
|
+
name?: string | undefined;
|
|
240
|
+
color?: string | undefined;
|
|
241
|
+
loading?: string | boolean | undefined;
|
|
242
|
+
label?: string | undefined;
|
|
243
|
+
class?: any;
|
|
244
|
+
theme?: string | undefined;
|
|
245
|
+
rounded?: string | number | boolean | undefined;
|
|
246
|
+
bgColor?: string | undefined;
|
|
247
|
+
appendIcon?: IconValue | undefined;
|
|
248
|
+
baseColor?: string | undefined;
|
|
192
249
|
appendInnerIcon?: IconValue | undefined;
|
|
193
250
|
prependInnerIcon?: IconValue | undefined;
|
|
194
251
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -196,25 +253,81 @@ declare const VFileInput: {
|
|
|
196
253
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
197
254
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
198
255
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
199
|
-
|
|
200
|
-
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
256
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
201
257
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
202
258
|
validationValue?: any;
|
|
259
|
+
centerAffix?: boolean | undefined;
|
|
203
260
|
hint?: string | undefined;
|
|
204
261
|
hideDetails?: boolean | "auto" | undefined;
|
|
262
|
+
} & {
|
|
263
|
+
$children?: vue.VNodeChild | {
|
|
264
|
+
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
265
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
266
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
267
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
268
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
269
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
270
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
271
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
272
|
+
label?: ((arg: DefaultInputSlot & {
|
|
273
|
+
label: string | undefined;
|
|
274
|
+
props: Record<string, any>;
|
|
275
|
+
}) => vue.VNodeChild) | undefined;
|
|
276
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
277
|
+
counter?: (() => vue.VNodeChild) | undefined;
|
|
278
|
+
selection?: ((arg: {
|
|
279
|
+
fileNames: string[];
|
|
280
|
+
totalBytes: number;
|
|
281
|
+
totalBytesReadable: string;
|
|
282
|
+
}) => vue.VNodeChild) | undefined;
|
|
283
|
+
} | ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild);
|
|
284
|
+
'v-slots'?: {
|
|
285
|
+
default?: false | ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
286
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
287
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
288
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
289
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
290
|
+
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
291
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
292
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
293
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
294
|
+
label: string | undefined;
|
|
295
|
+
props: Record<string, any>;
|
|
296
|
+
}) => vue.VNodeChild) | undefined;
|
|
297
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
298
|
+
counter?: false | (() => vue.VNodeChild) | undefined;
|
|
299
|
+
selection?: false | ((arg: {
|
|
300
|
+
fileNames: string[];
|
|
301
|
+
totalBytes: number;
|
|
302
|
+
totalBytesReadable: string;
|
|
303
|
+
}) => vue.VNodeChild) | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
} & {
|
|
306
|
+
"v-slot:default"?: false | ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
307
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
308
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
205
309
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
310
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
206
311
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
207
312
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
208
313
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
209
|
-
"
|
|
210
|
-
|
|
314
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
315
|
+
label: string | undefined;
|
|
316
|
+
props: Record<string, any>;
|
|
317
|
+
}) => vue.VNodeChild) | undefined;
|
|
318
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
211
319
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
212
320
|
"v-slot:selection"?: false | ((arg: {
|
|
213
321
|
fileNames: string[];
|
|
214
322
|
totalBytes: number;
|
|
215
323
|
totalBytesReadable: string;
|
|
216
324
|
}) => vue.VNodeChild) | undefined;
|
|
217
|
-
}
|
|
325
|
+
} & {
|
|
326
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
327
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
328
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
329
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
330
|
+
}, "flat" | "reverse" | "error" | "active" | "direction" | "style" | "disabled" | "multiple" | "readonly" | "counter" | "messages" | "rounded" | "density" | "variant" | "rules" | "modelValue" | "prependIcon" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "chips" | "counterSizeString" | "counterString" | "showSize">;
|
|
218
331
|
$attrs: {
|
|
219
332
|
[x: string]: unknown;
|
|
220
333
|
};
|
|
@@ -284,13 +397,13 @@ declare const VFileInput: {
|
|
|
284
397
|
messages: string | readonly string[];
|
|
285
398
|
density: Density;
|
|
286
399
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
400
|
+
rules: readonly ValidationRule[];
|
|
287
401
|
modelValue: File[];
|
|
288
402
|
prependIcon: NonNullable<IconValue>;
|
|
289
403
|
clearIcon: IconValue;
|
|
290
404
|
focused: boolean;
|
|
291
405
|
errorMessages: string | readonly string[] | null;
|
|
292
406
|
maxErrors: string | number;
|
|
293
|
-
rules: readonly ValidationRule[];
|
|
294
407
|
persistentHint: boolean;
|
|
295
408
|
clearable: boolean;
|
|
296
409
|
dirty: boolean;
|
|
@@ -396,25 +509,48 @@ declare const VFileInput: {
|
|
|
396
509
|
}, HTMLInputElement & Omit<Omit<{
|
|
397
510
|
$: vue.ComponentInternalInstance;
|
|
398
511
|
$data: {};
|
|
399
|
-
$props: {
|
|
400
|
-
error
|
|
401
|
-
direction
|
|
402
|
-
style
|
|
403
|
-
disabled
|
|
404
|
-
readonly
|
|
405
|
-
messages
|
|
406
|
-
density
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
centerAffix
|
|
412
|
-
persistentHint
|
|
413
|
-
|
|
512
|
+
$props: Partial<{
|
|
513
|
+
error: boolean;
|
|
514
|
+
direction: "horizontal" | "vertical";
|
|
515
|
+
style: vue.StyleValue;
|
|
516
|
+
disabled: boolean | null;
|
|
517
|
+
readonly: boolean | null;
|
|
518
|
+
messages: string | readonly string[];
|
|
519
|
+
density: Density;
|
|
520
|
+
rules: readonly ValidationRule[];
|
|
521
|
+
focused: boolean;
|
|
522
|
+
errorMessages: string | readonly string[] | null;
|
|
523
|
+
maxErrors: string | number;
|
|
524
|
+
centerAffix: boolean;
|
|
525
|
+
persistentHint: boolean;
|
|
526
|
+
}> & Omit<{
|
|
527
|
+
error: boolean;
|
|
528
|
+
direction: "horizontal" | "vertical";
|
|
529
|
+
style: vue.StyleValue;
|
|
530
|
+
disabled: boolean | null;
|
|
531
|
+
readonly: boolean | null;
|
|
532
|
+
messages: string | readonly string[];
|
|
533
|
+
density: Density;
|
|
534
|
+
rules: readonly ValidationRule[];
|
|
535
|
+
focused: boolean;
|
|
536
|
+
errorMessages: string | readonly string[] | null;
|
|
537
|
+
maxErrors: string | number;
|
|
538
|
+
centerAffix: boolean;
|
|
539
|
+
persistentHint: boolean;
|
|
414
540
|
id?: string | undefined;
|
|
415
541
|
name?: string | undefined;
|
|
416
542
|
label?: string | undefined;
|
|
417
543
|
class?: any;
|
|
544
|
+
modelValue?: any;
|
|
545
|
+
prependIcon?: IconValue | undefined;
|
|
546
|
+
appendIcon?: IconValue | undefined;
|
|
547
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
548
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
549
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
550
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
551
|
+
validationValue?: any;
|
|
552
|
+
hint?: string | undefined;
|
|
553
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
418
554
|
$children?: vue.VNodeChild | {
|
|
419
555
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
420
556
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -422,10 +558,6 @@ declare const VFileInput: {
|
|
|
422
558
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
423
559
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
424
560
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
425
|
-
ref?: vue.VNodeRef | undefined;
|
|
426
|
-
ref_for?: boolean | undefined;
|
|
427
|
-
ref_key?: string | undefined;
|
|
428
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
429
561
|
'v-slots'?: {
|
|
430
562
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
431
563
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -433,60 +565,65 @@ declare const VFileInput: {
|
|
|
433
565
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
434
566
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
435
567
|
} | undefined;
|
|
436
|
-
|
|
437
|
-
[key: string]: any;
|
|
438
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
439
|
-
[key: string]: any;
|
|
440
|
-
}>) => void)[] | undefined;
|
|
441
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
442
|
-
[key: string]: any;
|
|
443
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
444
|
-
[key: string]: any;
|
|
445
|
-
}>) => void)[] | undefined;
|
|
446
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
447
|
-
[key: string]: any;
|
|
448
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
449
|
-
[key: string]: any;
|
|
450
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
451
|
-
[key: string]: any;
|
|
452
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
453
|
-
[key: string]: any;
|
|
454
|
-
}>) => void)[] | undefined;
|
|
455
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
456
|
-
[key: string]: any;
|
|
457
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
458
|
-
[key: string]: any;
|
|
459
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
460
|
-
[key: string]: any;
|
|
461
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
462
|
-
[key: string]: any;
|
|
463
|
-
}>) => void)[] | undefined;
|
|
464
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
465
|
-
[key: string]: any;
|
|
466
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
467
|
-
[key: string]: any;
|
|
468
|
-
}>) => void)[] | undefined;
|
|
469
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
470
|
-
[key: string]: any;
|
|
471
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
472
|
-
[key: string]: any;
|
|
473
|
-
}>) => void)[] | undefined;
|
|
474
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
568
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
475
569
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
476
|
-
|
|
570
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
571
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
572
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
477
573
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
574
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
575
|
+
error: boolean;
|
|
576
|
+
direction: "horizontal" | "vertical";
|
|
577
|
+
style: vue.StyleValue;
|
|
578
|
+
disabled: boolean | null;
|
|
579
|
+
readonly: boolean | null;
|
|
580
|
+
messages: string | readonly string[];
|
|
581
|
+
density: Density;
|
|
582
|
+
rules: readonly ValidationRule[];
|
|
583
|
+
focused: boolean;
|
|
584
|
+
errorMessages: string | readonly string[] | null;
|
|
585
|
+
maxErrors: string | number;
|
|
586
|
+
centerAffix: boolean;
|
|
587
|
+
persistentHint: boolean;
|
|
588
|
+
} & {
|
|
589
|
+
id?: string | undefined;
|
|
590
|
+
name?: string | undefined;
|
|
591
|
+
label?: string | undefined;
|
|
592
|
+
class?: any;
|
|
593
|
+
modelValue?: any;
|
|
478
594
|
prependIcon?: IconValue | undefined;
|
|
479
595
|
appendIcon?: IconValue | undefined;
|
|
480
596
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
481
597
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
482
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
483
598
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
484
599
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
485
600
|
validationValue?: any;
|
|
486
601
|
hint?: string | undefined;
|
|
487
602
|
hideDetails?: boolean | "auto" | undefined;
|
|
603
|
+
} & {
|
|
604
|
+
$children?: vue.VNodeChild | {
|
|
605
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
606
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
607
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
608
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
609
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
610
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
611
|
+
'v-slots'?: {
|
|
612
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
613
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
614
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
615
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
616
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
617
|
+
} | undefined;
|
|
618
|
+
} & {
|
|
619
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
620
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
621
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
488
622
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
489
|
-
|
|
623
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
624
|
+
} & {
|
|
625
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
626
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
490
627
|
$attrs: {
|
|
491
628
|
[x: string]: unknown;
|
|
492
629
|
};
|
|
@@ -522,10 +659,10 @@ declare const VFileInput: {
|
|
|
522
659
|
readonly: boolean | null;
|
|
523
660
|
messages: string | readonly string[];
|
|
524
661
|
density: Density;
|
|
662
|
+
rules: readonly ValidationRule[];
|
|
525
663
|
focused: boolean;
|
|
526
664
|
errorMessages: string | readonly string[] | null;
|
|
527
665
|
maxErrors: string | number;
|
|
528
|
-
rules: readonly ValidationRule[];
|
|
529
666
|
centerAffix: boolean;
|
|
530
667
|
persistentHint: boolean;
|
|
531
668
|
} & {
|
|
@@ -582,10 +719,10 @@ declare const VFileInput: {
|
|
|
582
719
|
readonly: boolean | null;
|
|
583
720
|
messages: string | readonly string[];
|
|
584
721
|
density: Density;
|
|
722
|
+
rules: readonly ValidationRule[];
|
|
585
723
|
focused: boolean;
|
|
586
724
|
errorMessages: string | readonly string[] | null;
|
|
587
725
|
maxErrors: string | number;
|
|
588
|
-
rules: readonly ValidationRule[];
|
|
589
726
|
centerAffix: boolean;
|
|
590
727
|
persistentHint: boolean;
|
|
591
728
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -632,10 +769,10 @@ declare const VFileInput: {
|
|
|
632
769
|
readonly: boolean | null;
|
|
633
770
|
messages: string | readonly string[];
|
|
634
771
|
density: Density;
|
|
772
|
+
rules: readonly ValidationRule[];
|
|
635
773
|
focused: boolean;
|
|
636
774
|
errorMessages: string | readonly string[] | null;
|
|
637
775
|
maxErrors: string | number;
|
|
638
|
-
rules: readonly ValidationRule[];
|
|
639
776
|
centerAffix: boolean;
|
|
640
777
|
persistentHint: boolean;
|
|
641
778
|
} & {
|
|
@@ -682,7 +819,7 @@ declare const VFileInput: {
|
|
|
682
819
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
683
820
|
isValid: vue.ComputedRef<boolean | null>;
|
|
684
821
|
errorMessages: vue.ComputedRef<string[]>;
|
|
685
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "
|
|
822
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
686
823
|
'click:control': (e: MouseEvent) => true;
|
|
687
824
|
'mousedown:control': (e: MouseEvent) => true;
|
|
688
825
|
'update:focused': (focused: boolean) => true;
|
|
@@ -702,13 +839,13 @@ declare const VFileInput: {
|
|
|
702
839
|
rounded: string | number | boolean;
|
|
703
840
|
density: Density;
|
|
704
841
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
842
|
+
rules: readonly ValidationRule[];
|
|
705
843
|
modelValue: File[];
|
|
706
844
|
prependIcon: NonNullable<IconValue>;
|
|
707
845
|
clearIcon: IconValue;
|
|
708
846
|
focused: boolean;
|
|
709
847
|
errorMessages: string | readonly string[] | null;
|
|
710
848
|
maxErrors: string | number;
|
|
711
|
-
rules: readonly ValidationRule[];
|
|
712
849
|
centerAffix: boolean;
|
|
713
850
|
persistentHint: boolean;
|
|
714
851
|
clearable: boolean;
|
|
@@ -797,13 +934,13 @@ declare const VFileInput: {
|
|
|
797
934
|
messages: string | readonly string[];
|
|
798
935
|
density: Density;
|
|
799
936
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
937
|
+
rules: readonly ValidationRule[];
|
|
800
938
|
modelValue: File[];
|
|
801
939
|
prependIcon: NonNullable<IconValue>;
|
|
802
940
|
clearIcon: IconValue;
|
|
803
941
|
focused: boolean;
|
|
804
942
|
errorMessages: string | readonly string[] | null;
|
|
805
943
|
maxErrors: string | number;
|
|
806
|
-
rules: readonly ValidationRule[];
|
|
807
944
|
persistentHint: boolean;
|
|
808
945
|
clearable: boolean;
|
|
809
946
|
dirty: boolean;
|
|
@@ -909,25 +1046,48 @@ declare const VFileInput: {
|
|
|
909
1046
|
} & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
910
1047
|
$: vue.ComponentInternalInstance;
|
|
911
1048
|
$data: {};
|
|
912
|
-
$props: {
|
|
913
|
-
error
|
|
914
|
-
direction
|
|
915
|
-
style
|
|
916
|
-
disabled
|
|
917
|
-
readonly
|
|
918
|
-
messages
|
|
919
|
-
density
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
centerAffix
|
|
925
|
-
persistentHint
|
|
926
|
-
|
|
1049
|
+
$props: Partial<{
|
|
1050
|
+
error: boolean;
|
|
1051
|
+
direction: "horizontal" | "vertical";
|
|
1052
|
+
style: vue.StyleValue;
|
|
1053
|
+
disabled: boolean | null;
|
|
1054
|
+
readonly: boolean | null;
|
|
1055
|
+
messages: string | readonly string[];
|
|
1056
|
+
density: Density;
|
|
1057
|
+
rules: readonly ValidationRule[];
|
|
1058
|
+
focused: boolean;
|
|
1059
|
+
errorMessages: string | readonly string[] | null;
|
|
1060
|
+
maxErrors: string | number;
|
|
1061
|
+
centerAffix: boolean;
|
|
1062
|
+
persistentHint: boolean;
|
|
1063
|
+
}> & Omit<{
|
|
1064
|
+
error: boolean;
|
|
1065
|
+
direction: "horizontal" | "vertical";
|
|
1066
|
+
style: vue.StyleValue;
|
|
1067
|
+
disabled: boolean | null;
|
|
1068
|
+
readonly: boolean | null;
|
|
1069
|
+
messages: string | readonly string[];
|
|
1070
|
+
density: Density;
|
|
1071
|
+
rules: readonly ValidationRule[];
|
|
1072
|
+
focused: boolean;
|
|
1073
|
+
errorMessages: string | readonly string[] | null;
|
|
1074
|
+
maxErrors: string | number;
|
|
1075
|
+
centerAffix: boolean;
|
|
1076
|
+
persistentHint: boolean;
|
|
927
1077
|
id?: string | undefined;
|
|
928
1078
|
name?: string | undefined;
|
|
929
1079
|
label?: string | undefined;
|
|
930
1080
|
class?: any;
|
|
1081
|
+
modelValue?: any;
|
|
1082
|
+
prependIcon?: IconValue | undefined;
|
|
1083
|
+
appendIcon?: IconValue | undefined;
|
|
1084
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1085
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1086
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1087
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1088
|
+
validationValue?: any;
|
|
1089
|
+
hint?: string | undefined;
|
|
1090
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
931
1091
|
$children?: vue.VNodeChild | {
|
|
932
1092
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
933
1093
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -935,10 +1095,6 @@ declare const VFileInput: {
|
|
|
935
1095
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
936
1096
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
937
1097
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
938
|
-
ref?: vue.VNodeRef | undefined;
|
|
939
|
-
ref_for?: boolean | undefined;
|
|
940
|
-
ref_key?: string | undefined;
|
|
941
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
942
1098
|
'v-slots'?: {
|
|
943
1099
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
944
1100
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -946,60 +1102,65 @@ declare const VFileInput: {
|
|
|
946
1102
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
947
1103
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
948
1104
|
} | undefined;
|
|
949
|
-
|
|
950
|
-
[key: string]: any;
|
|
951
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
952
|
-
[key: string]: any;
|
|
953
|
-
}>) => void)[] | undefined;
|
|
954
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
955
|
-
[key: string]: any;
|
|
956
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
957
|
-
[key: string]: any;
|
|
958
|
-
}>) => void)[] | undefined;
|
|
959
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
960
|
-
[key: string]: any;
|
|
961
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
962
|
-
[key: string]: any;
|
|
963
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
964
|
-
[key: string]: any;
|
|
965
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
966
|
-
[key: string]: any;
|
|
967
|
-
}>) => void)[] | undefined;
|
|
968
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
969
|
-
[key: string]: any;
|
|
970
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
971
|
-
[key: string]: any;
|
|
972
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
973
|
-
[key: string]: any;
|
|
974
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
975
|
-
[key: string]: any;
|
|
976
|
-
}>) => void)[] | undefined;
|
|
977
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
978
|
-
[key: string]: any;
|
|
979
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
980
|
-
[key: string]: any;
|
|
981
|
-
}>) => void)[] | undefined;
|
|
982
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
983
|
-
[key: string]: any;
|
|
984
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
985
|
-
[key: string]: any;
|
|
986
|
-
}>) => void)[] | undefined;
|
|
987
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1105
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
988
1106
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
989
|
-
|
|
1107
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1108
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1109
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
990
1110
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1111
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1112
|
+
error: boolean;
|
|
1113
|
+
direction: "horizontal" | "vertical";
|
|
1114
|
+
style: vue.StyleValue;
|
|
1115
|
+
disabled: boolean | null;
|
|
1116
|
+
readonly: boolean | null;
|
|
1117
|
+
messages: string | readonly string[];
|
|
1118
|
+
density: Density;
|
|
1119
|
+
rules: readonly ValidationRule[];
|
|
1120
|
+
focused: boolean;
|
|
1121
|
+
errorMessages: string | readonly string[] | null;
|
|
1122
|
+
maxErrors: string | number;
|
|
1123
|
+
centerAffix: boolean;
|
|
1124
|
+
persistentHint: boolean;
|
|
1125
|
+
} & {
|
|
1126
|
+
id?: string | undefined;
|
|
1127
|
+
name?: string | undefined;
|
|
1128
|
+
label?: string | undefined;
|
|
1129
|
+
class?: any;
|
|
1130
|
+
modelValue?: any;
|
|
991
1131
|
prependIcon?: IconValue | undefined;
|
|
992
1132
|
appendIcon?: IconValue | undefined;
|
|
993
1133
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
994
1134
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
995
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
996
1135
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
997
1136
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
998
1137
|
validationValue?: any;
|
|
999
1138
|
hint?: string | undefined;
|
|
1000
1139
|
hideDetails?: boolean | "auto" | undefined;
|
|
1140
|
+
} & {
|
|
1141
|
+
$children?: vue.VNodeChild | {
|
|
1142
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1143
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1144
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1145
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1146
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1147
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1148
|
+
'v-slots'?: {
|
|
1149
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1150
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1151
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1152
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1153
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1154
|
+
} | undefined;
|
|
1155
|
+
} & {
|
|
1156
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1157
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1158
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1001
1159
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1002
|
-
|
|
1160
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1161
|
+
} & {
|
|
1162
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1163
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
1003
1164
|
$attrs: {
|
|
1004
1165
|
[x: string]: unknown;
|
|
1005
1166
|
};
|
|
@@ -1035,10 +1196,10 @@ declare const VFileInput: {
|
|
|
1035
1196
|
readonly: boolean | null;
|
|
1036
1197
|
messages: string | readonly string[];
|
|
1037
1198
|
density: Density;
|
|
1199
|
+
rules: readonly ValidationRule[];
|
|
1038
1200
|
focused: boolean;
|
|
1039
1201
|
errorMessages: string | readonly string[] | null;
|
|
1040
1202
|
maxErrors: string | number;
|
|
1041
|
-
rules: readonly ValidationRule[];
|
|
1042
1203
|
centerAffix: boolean;
|
|
1043
1204
|
persistentHint: boolean;
|
|
1044
1205
|
} & {
|
|
@@ -1095,10 +1256,10 @@ declare const VFileInput: {
|
|
|
1095
1256
|
readonly: boolean | null;
|
|
1096
1257
|
messages: string | readonly string[];
|
|
1097
1258
|
density: Density;
|
|
1259
|
+
rules: readonly ValidationRule[];
|
|
1098
1260
|
focused: boolean;
|
|
1099
1261
|
errorMessages: string | readonly string[] | null;
|
|
1100
1262
|
maxErrors: string | number;
|
|
1101
|
-
rules: readonly ValidationRule[];
|
|
1102
1263
|
centerAffix: boolean;
|
|
1103
1264
|
persistentHint: boolean;
|
|
1104
1265
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1145,10 +1306,10 @@ declare const VFileInput: {
|
|
|
1145
1306
|
readonly: boolean | null;
|
|
1146
1307
|
messages: string | readonly string[];
|
|
1147
1308
|
density: Density;
|
|
1309
|
+
rules: readonly ValidationRule[];
|
|
1148
1310
|
focused: boolean;
|
|
1149
1311
|
errorMessages: string | readonly string[] | null;
|
|
1150
1312
|
maxErrors: string | number;
|
|
1151
|
-
rules: readonly ValidationRule[];
|
|
1152
1313
|
centerAffix: boolean;
|
|
1153
1314
|
persistentHint: boolean;
|
|
1154
1315
|
} & {
|
|
@@ -1195,7 +1356,7 @@ declare const VFileInput: {
|
|
|
1195
1356
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1196
1357
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1197
1358
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1198
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "
|
|
1359
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1199
1360
|
__isFragment?: undefined;
|
|
1200
1361
|
__isTeleport?: undefined;
|
|
1201
1362
|
__isSuspense?: undefined;
|
|
@@ -1213,13 +1374,13 @@ declare const VFileInput: {
|
|
|
1213
1374
|
messages: string | readonly string[];
|
|
1214
1375
|
density: Density;
|
|
1215
1376
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1377
|
+
rules: readonly ValidationRule[];
|
|
1216
1378
|
modelValue: File[];
|
|
1217
1379
|
prependIcon: NonNullable<IconValue>;
|
|
1218
1380
|
clearIcon: IconValue;
|
|
1219
1381
|
focused: boolean;
|
|
1220
1382
|
errorMessages: string | readonly string[] | null;
|
|
1221
1383
|
maxErrors: string | number;
|
|
1222
|
-
rules: readonly ValidationRule[];
|
|
1223
1384
|
persistentHint: boolean;
|
|
1224
1385
|
clearable: boolean;
|
|
1225
1386
|
dirty: boolean;
|
|
@@ -1325,25 +1486,48 @@ declare const VFileInput: {
|
|
|
1325
1486
|
}, HTMLInputElement & Omit<Omit<{
|
|
1326
1487
|
$: vue.ComponentInternalInstance;
|
|
1327
1488
|
$data: {};
|
|
1328
|
-
$props: {
|
|
1329
|
-
error
|
|
1330
|
-
direction
|
|
1331
|
-
style
|
|
1332
|
-
disabled
|
|
1333
|
-
readonly
|
|
1334
|
-
messages
|
|
1335
|
-
density
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
centerAffix
|
|
1341
|
-
persistentHint
|
|
1342
|
-
|
|
1489
|
+
$props: Partial<{
|
|
1490
|
+
error: boolean;
|
|
1491
|
+
direction: "horizontal" | "vertical";
|
|
1492
|
+
style: vue.StyleValue;
|
|
1493
|
+
disabled: boolean | null;
|
|
1494
|
+
readonly: boolean | null;
|
|
1495
|
+
messages: string | readonly string[];
|
|
1496
|
+
density: Density;
|
|
1497
|
+
rules: readonly ValidationRule[];
|
|
1498
|
+
focused: boolean;
|
|
1499
|
+
errorMessages: string | readonly string[] | null;
|
|
1500
|
+
maxErrors: string | number;
|
|
1501
|
+
centerAffix: boolean;
|
|
1502
|
+
persistentHint: boolean;
|
|
1503
|
+
}> & Omit<{
|
|
1504
|
+
error: boolean;
|
|
1505
|
+
direction: "horizontal" | "vertical";
|
|
1506
|
+
style: vue.StyleValue;
|
|
1507
|
+
disabled: boolean | null;
|
|
1508
|
+
readonly: boolean | null;
|
|
1509
|
+
messages: string | readonly string[];
|
|
1510
|
+
density: Density;
|
|
1511
|
+
rules: readonly ValidationRule[];
|
|
1512
|
+
focused: boolean;
|
|
1513
|
+
errorMessages: string | readonly string[] | null;
|
|
1514
|
+
maxErrors: string | number;
|
|
1515
|
+
centerAffix: boolean;
|
|
1516
|
+
persistentHint: boolean;
|
|
1343
1517
|
id?: string | undefined;
|
|
1344
1518
|
name?: string | undefined;
|
|
1345
1519
|
label?: string | undefined;
|
|
1346
1520
|
class?: any;
|
|
1521
|
+
modelValue?: any;
|
|
1522
|
+
prependIcon?: IconValue | undefined;
|
|
1523
|
+
appendIcon?: IconValue | undefined;
|
|
1524
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1525
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1526
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1527
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1528
|
+
validationValue?: any;
|
|
1529
|
+
hint?: string | undefined;
|
|
1530
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1347
1531
|
$children?: vue.VNodeChild | {
|
|
1348
1532
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1349
1533
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1351,10 +1535,6 @@ declare const VFileInput: {
|
|
|
1351
1535
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1352
1536
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1353
1537
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1354
|
-
ref?: vue.VNodeRef | undefined;
|
|
1355
|
-
ref_for?: boolean | undefined;
|
|
1356
|
-
ref_key?: string | undefined;
|
|
1357
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1358
1538
|
'v-slots'?: {
|
|
1359
1539
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1360
1540
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1362,60 +1542,65 @@ declare const VFileInput: {
|
|
|
1362
1542
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1363
1543
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1364
1544
|
} | undefined;
|
|
1365
|
-
|
|
1366
|
-
[key: string]: any;
|
|
1367
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1368
|
-
[key: string]: any;
|
|
1369
|
-
}>) => void)[] | undefined;
|
|
1370
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1371
|
-
[key: string]: any;
|
|
1372
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1373
|
-
[key: string]: any;
|
|
1374
|
-
}>) => void)[] | undefined;
|
|
1375
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1376
|
-
[key: string]: any;
|
|
1377
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1378
|
-
[key: string]: any;
|
|
1379
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1380
|
-
[key: string]: any;
|
|
1381
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1382
|
-
[key: string]: any;
|
|
1383
|
-
}>) => void)[] | undefined;
|
|
1384
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1385
|
-
[key: string]: any;
|
|
1386
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1387
|
-
[key: string]: any;
|
|
1388
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1389
|
-
[key: string]: any;
|
|
1390
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1391
|
-
[key: string]: any;
|
|
1392
|
-
}>) => void)[] | undefined;
|
|
1393
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1394
|
-
[key: string]: any;
|
|
1395
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1396
|
-
[key: string]: any;
|
|
1397
|
-
}>) => void)[] | undefined;
|
|
1398
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1399
|
-
[key: string]: any;
|
|
1400
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1401
|
-
[key: string]: any;
|
|
1402
|
-
}>) => void)[] | undefined;
|
|
1403
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1545
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1404
1546
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1405
|
-
|
|
1547
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1548
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1549
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1406
1550
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1551
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1552
|
+
error: boolean;
|
|
1553
|
+
direction: "horizontal" | "vertical";
|
|
1554
|
+
style: vue.StyleValue;
|
|
1555
|
+
disabled: boolean | null;
|
|
1556
|
+
readonly: boolean | null;
|
|
1557
|
+
messages: string | readonly string[];
|
|
1558
|
+
density: Density;
|
|
1559
|
+
rules: readonly ValidationRule[];
|
|
1560
|
+
focused: boolean;
|
|
1561
|
+
errorMessages: string | readonly string[] | null;
|
|
1562
|
+
maxErrors: string | number;
|
|
1563
|
+
centerAffix: boolean;
|
|
1564
|
+
persistentHint: boolean;
|
|
1565
|
+
} & {
|
|
1566
|
+
id?: string | undefined;
|
|
1567
|
+
name?: string | undefined;
|
|
1568
|
+
label?: string | undefined;
|
|
1569
|
+
class?: any;
|
|
1570
|
+
modelValue?: any;
|
|
1407
1571
|
prependIcon?: IconValue | undefined;
|
|
1408
1572
|
appendIcon?: IconValue | undefined;
|
|
1409
1573
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1410
1574
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1411
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1412
1575
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1413
1576
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1414
1577
|
validationValue?: any;
|
|
1415
1578
|
hint?: string | undefined;
|
|
1416
1579
|
hideDetails?: boolean | "auto" | undefined;
|
|
1580
|
+
} & {
|
|
1581
|
+
$children?: vue.VNodeChild | {
|
|
1582
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1583
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1584
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1585
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1586
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1587
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1588
|
+
'v-slots'?: {
|
|
1589
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1590
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1591
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1592
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1593
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1594
|
+
} | undefined;
|
|
1595
|
+
} & {
|
|
1596
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1597
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1598
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1417
1599
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1418
|
-
|
|
1600
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1601
|
+
} & {
|
|
1602
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1603
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
1419
1604
|
$attrs: {
|
|
1420
1605
|
[x: string]: unknown;
|
|
1421
1606
|
};
|
|
@@ -1451,10 +1636,10 @@ declare const VFileInput: {
|
|
|
1451
1636
|
readonly: boolean | null;
|
|
1452
1637
|
messages: string | readonly string[];
|
|
1453
1638
|
density: Density;
|
|
1639
|
+
rules: readonly ValidationRule[];
|
|
1454
1640
|
focused: boolean;
|
|
1455
1641
|
errorMessages: string | readonly string[] | null;
|
|
1456
1642
|
maxErrors: string | number;
|
|
1457
|
-
rules: readonly ValidationRule[];
|
|
1458
1643
|
centerAffix: boolean;
|
|
1459
1644
|
persistentHint: boolean;
|
|
1460
1645
|
} & {
|
|
@@ -1511,10 +1696,10 @@ declare const VFileInput: {
|
|
|
1511
1696
|
readonly: boolean | null;
|
|
1512
1697
|
messages: string | readonly string[];
|
|
1513
1698
|
density: Density;
|
|
1699
|
+
rules: readonly ValidationRule[];
|
|
1514
1700
|
focused: boolean;
|
|
1515
1701
|
errorMessages: string | readonly string[] | null;
|
|
1516
1702
|
maxErrors: string | number;
|
|
1517
|
-
rules: readonly ValidationRule[];
|
|
1518
1703
|
centerAffix: boolean;
|
|
1519
1704
|
persistentHint: boolean;
|
|
1520
1705
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1561,10 +1746,10 @@ declare const VFileInput: {
|
|
|
1561
1746
|
readonly: boolean | null;
|
|
1562
1747
|
messages: string | readonly string[];
|
|
1563
1748
|
density: Density;
|
|
1749
|
+
rules: readonly ValidationRule[];
|
|
1564
1750
|
focused: boolean;
|
|
1565
1751
|
errorMessages: string | readonly string[] | null;
|
|
1566
1752
|
maxErrors: string | number;
|
|
1567
|
-
rules: readonly ValidationRule[];
|
|
1568
1753
|
centerAffix: boolean;
|
|
1569
1754
|
persistentHint: boolean;
|
|
1570
1755
|
} & {
|
|
@@ -1611,7 +1796,7 @@ declare const VFileInput: {
|
|
|
1611
1796
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1612
1797
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1613
1798
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1614
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "
|
|
1799
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "id" | "name" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1615
1800
|
'click:control': (e: MouseEvent) => true;
|
|
1616
1801
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1617
1802
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1631,13 +1816,13 @@ declare const VFileInput: {
|
|
|
1631
1816
|
rounded: string | number | boolean;
|
|
1632
1817
|
density: Density;
|
|
1633
1818
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1819
|
+
rules: readonly ValidationRule[];
|
|
1634
1820
|
modelValue: File[];
|
|
1635
1821
|
prependIcon: NonNullable<IconValue>;
|
|
1636
1822
|
clearIcon: IconValue;
|
|
1637
1823
|
focused: boolean;
|
|
1638
1824
|
errorMessages: string | readonly string[] | null;
|
|
1639
1825
|
maxErrors: string | number;
|
|
1640
|
-
rules: readonly ValidationRule[];
|
|
1641
1826
|
centerAffix: boolean;
|
|
1642
1827
|
persistentHint: boolean;
|
|
1643
1828
|
clearable: boolean;
|