@vuetify/nightly 3.4.0-alpha.1-dev.2023-10-21 → 3.4.0-alpha.1-dev.2023-10-26
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 +6 -3
- package/dist/_component-variables-labs.sass +1 -4
- package/dist/_component-variables.sass +3 -0
- package/dist/json/attributes.json +26 -26
- package/dist/json/importMap-labs.json +20 -52
- package/dist/json/importMap.json +56 -24
- package/dist/json/web-types.json +30 -30
- package/dist/vuetify-labs.css +725 -724
- package/dist/vuetify-labs.d.ts +41344 -36620
- package/dist/vuetify-labs.esm.js +5358 -5336
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5357 -5335
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +385 -13
- package/dist/vuetify.d.ts +19744 -12997
- package/dist/vuetify.esm.js +735 -145
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +734 -144
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +808 -779
- 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/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 +19539 -12808
- package/lib/components/index.mjs +4 -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 +22 -22
- 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/VInfiniteScroll/index.d.mts +59 -54
- package/lib/labs/VOtpInput/index.d.mts +80 -64
- package/lib/labs/VPicker/index.d.mts +74 -97
- package/lib/labs/components.d.mts +7777 -9883
- package/lib/labs/components.mjs +0 -3
- 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/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}/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
|
@@ -96,35 +96,60 @@ declare const VTextField: {
|
|
|
96
96
|
new (...args: any[]): {
|
|
97
97
|
$: vue.ComponentInternalInstance;
|
|
98
98
|
$data: {};
|
|
99
|
-
$props: {
|
|
100
|
-
flat
|
|
101
|
-
reverse
|
|
102
|
-
type
|
|
103
|
-
error
|
|
104
|
-
active
|
|
105
|
-
direction
|
|
106
|
-
style
|
|
107
|
-
autofocus
|
|
108
|
-
disabled
|
|
109
|
-
readonly
|
|
110
|
-
messages
|
|
111
|
-
rounded
|
|
112
|
-
density
|
|
113
|
-
variant
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
centerAffix
|
|
120
|
-
persistentHint
|
|
121
|
-
clearable
|
|
122
|
-
dirty
|
|
123
|
-
persistentClear
|
|
124
|
-
singleLine
|
|
125
|
-
persistentPlaceholder
|
|
126
|
-
persistentCounter
|
|
127
|
-
|
|
99
|
+
$props: Partial<{
|
|
100
|
+
flat: boolean;
|
|
101
|
+
reverse: boolean;
|
|
102
|
+
type: string;
|
|
103
|
+
error: boolean;
|
|
104
|
+
active: boolean;
|
|
105
|
+
direction: "horizontal" | "vertical";
|
|
106
|
+
style: vue.StyleValue;
|
|
107
|
+
autofocus: boolean;
|
|
108
|
+
disabled: boolean;
|
|
109
|
+
readonly: boolean | null;
|
|
110
|
+
messages: string | readonly string[];
|
|
111
|
+
rounded: string | number | boolean;
|
|
112
|
+
density: Density;
|
|
113
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
114
|
+
rules: readonly ValidationRule[];
|
|
115
|
+
clearIcon: IconValue;
|
|
116
|
+
focused: boolean;
|
|
117
|
+
errorMessages: string | readonly string[] | null;
|
|
118
|
+
maxErrors: string | number;
|
|
119
|
+
centerAffix: boolean;
|
|
120
|
+
persistentHint: boolean;
|
|
121
|
+
clearable: boolean;
|
|
122
|
+
dirty: boolean;
|
|
123
|
+
persistentClear: boolean;
|
|
124
|
+
singleLine: boolean;
|
|
125
|
+
persistentPlaceholder: boolean;
|
|
126
|
+
persistentCounter: boolean;
|
|
127
|
+
}> & Omit<{
|
|
128
|
+
flat: boolean;
|
|
129
|
+
reverse: boolean;
|
|
130
|
+
type: string;
|
|
131
|
+
error: boolean;
|
|
132
|
+
active: boolean;
|
|
133
|
+
direction: "horizontal" | "vertical";
|
|
134
|
+
style: vue.StyleValue;
|
|
135
|
+
autofocus: boolean;
|
|
136
|
+
disabled: boolean;
|
|
137
|
+
readonly: boolean | null;
|
|
138
|
+
messages: string | readonly string[];
|
|
139
|
+
density: Density;
|
|
140
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
141
|
+
rules: readonly ValidationRule[];
|
|
142
|
+
clearIcon: IconValue;
|
|
143
|
+
focused: boolean;
|
|
144
|
+
errorMessages: string | readonly string[] | null;
|
|
145
|
+
maxErrors: string | number;
|
|
146
|
+
persistentHint: boolean;
|
|
147
|
+
clearable: boolean;
|
|
148
|
+
dirty: boolean;
|
|
149
|
+
persistentClear: boolean;
|
|
150
|
+
singleLine: boolean;
|
|
151
|
+
persistentPlaceholder: boolean;
|
|
152
|
+
persistentCounter: boolean;
|
|
128
153
|
id?: string | undefined;
|
|
129
154
|
name?: string | undefined;
|
|
130
155
|
color?: string | undefined;
|
|
@@ -134,6 +159,30 @@ declare const VTextField: {
|
|
|
134
159
|
role?: string | undefined;
|
|
135
160
|
class?: any;
|
|
136
161
|
placeholder?: string | undefined;
|
|
162
|
+
theme?: string | undefined;
|
|
163
|
+
counter?: string | number | boolean | undefined;
|
|
164
|
+
rounded?: string | number | boolean | undefined;
|
|
165
|
+
bgColor?: string | undefined;
|
|
166
|
+
modelValue?: any;
|
|
167
|
+
prependIcon?: IconValue | undefined;
|
|
168
|
+
appendIcon?: IconValue | undefined;
|
|
169
|
+
baseColor?: string | undefined;
|
|
170
|
+
appendInnerIcon?: IconValue | undefined;
|
|
171
|
+
prependInnerIcon?: IconValue | undefined;
|
|
172
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
173
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
174
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
175
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
176
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
177
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
178
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
179
|
+
validationValue?: any;
|
|
180
|
+
centerAffix?: boolean | undefined;
|
|
181
|
+
hint?: string | undefined;
|
|
182
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
183
|
+
suffix?: string | undefined;
|
|
184
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
|
185
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
137
186
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
138
187
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
139
188
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
@@ -150,12 +199,6 @@ declare const VTextField: {
|
|
|
150
199
|
default?: (() => vue.VNodeChild) | undefined;
|
|
151
200
|
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
152
201
|
};
|
|
153
|
-
ref?: vue.VNodeRef | undefined;
|
|
154
|
-
ref_for?: boolean | undefined;
|
|
155
|
-
ref_key?: string | undefined;
|
|
156
|
-
theme?: string | undefined;
|
|
157
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
158
|
-
counter?: string | number | boolean | undefined;
|
|
159
202
|
'v-slots'?: {
|
|
160
203
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
161
204
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -172,57 +215,67 @@ declare const VTextField: {
|
|
|
172
215
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
173
216
|
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
174
217
|
} | undefined;
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
183
|
-
[key: string]: any;
|
|
184
|
-
}>) => void)[] | undefined;
|
|
185
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
186
|
-
[key: string]: any;
|
|
187
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
188
|
-
[key: string]: any;
|
|
189
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
190
|
-
[key: string]: any;
|
|
191
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
192
|
-
[key: string]: any;
|
|
193
|
-
}>) => void)[] | undefined;
|
|
194
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
195
|
-
[key: string]: any;
|
|
196
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
197
|
-
[key: string]: any;
|
|
198
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
199
|
-
[key: string]: any;
|
|
200
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
201
|
-
[key: string]: any;
|
|
202
|
-
}>) => void)[] | undefined;
|
|
203
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
204
|
-
[key: string]: any;
|
|
205
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
206
|
-
[key: string]: any;
|
|
207
|
-
}>) => void)[] | undefined;
|
|
208
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
209
|
-
[key: string]: any;
|
|
210
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
211
|
-
[key: string]: any;
|
|
212
|
-
}>) => void)[] | undefined;
|
|
218
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
219
|
+
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
220
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
221
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
222
|
+
label: string | undefined;
|
|
223
|
+
props: Record<string, any>;
|
|
224
|
+
}) => vue.VNodeChild) | undefined;
|
|
213
225
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
214
226
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
215
|
-
|
|
227
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
228
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
229
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
230
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
231
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
216
232
|
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
233
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
234
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
235
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
236
|
+
flat: boolean;
|
|
237
|
+
reverse: boolean;
|
|
238
|
+
type: string;
|
|
239
|
+
error: boolean;
|
|
240
|
+
active: boolean;
|
|
241
|
+
direction: "horizontal" | "vertical";
|
|
242
|
+
style: vue.StyleValue;
|
|
243
|
+
autofocus: boolean;
|
|
244
|
+
disabled: boolean;
|
|
245
|
+
readonly: boolean | null;
|
|
246
|
+
messages: string | readonly string[];
|
|
247
|
+
density: Density;
|
|
248
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
249
|
+
rules: readonly ValidationRule[];
|
|
250
|
+
clearIcon: IconValue;
|
|
251
|
+
focused: boolean;
|
|
252
|
+
errorMessages: string | readonly string[] | null;
|
|
253
|
+
maxErrors: string | number;
|
|
254
|
+
persistentHint: boolean;
|
|
255
|
+
clearable: boolean;
|
|
256
|
+
dirty: boolean;
|
|
257
|
+
persistentClear: boolean;
|
|
258
|
+
singleLine: boolean;
|
|
259
|
+
persistentPlaceholder: boolean;
|
|
260
|
+
persistentCounter: boolean;
|
|
261
|
+
} & {
|
|
262
|
+
id?: string | undefined;
|
|
263
|
+
name?: string | undefined;
|
|
264
|
+
color?: string | undefined;
|
|
265
|
+
loading?: string | boolean | undefined;
|
|
266
|
+
label?: string | undefined;
|
|
267
|
+
prefix?: string | undefined;
|
|
268
|
+
role?: string | undefined;
|
|
269
|
+
class?: any;
|
|
270
|
+
placeholder?: string | undefined;
|
|
271
|
+
theme?: string | undefined;
|
|
272
|
+
counter?: string | number | boolean | undefined;
|
|
273
|
+
rounded?: string | number | boolean | undefined;
|
|
217
274
|
bgColor?: string | undefined;
|
|
275
|
+
modelValue?: any;
|
|
218
276
|
prependIcon?: IconValue | undefined;
|
|
219
277
|
appendIcon?: IconValue | undefined;
|
|
220
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
221
278
|
baseColor?: string | undefined;
|
|
222
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
223
|
-
label: string | undefined;
|
|
224
|
-
props: Record<string, any>;
|
|
225
|
-
}) => vue.VNodeChild) | undefined;
|
|
226
279
|
appendInnerIcon?: IconValue | undefined;
|
|
227
280
|
prependInnerIcon?: IconValue | undefined;
|
|
228
281
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -230,23 +283,69 @@ declare const VTextField: {
|
|
|
230
283
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
231
284
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
232
285
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
233
|
-
|
|
234
|
-
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
286
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
235
287
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
236
288
|
validationValue?: any;
|
|
289
|
+
centerAffix?: boolean | undefined;
|
|
237
290
|
hint?: string | undefined;
|
|
238
291
|
hideDetails?: boolean | "auto" | undefined;
|
|
239
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
240
|
-
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
241
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
242
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
243
292
|
suffix?: string | undefined;
|
|
244
293
|
counterValue?: number | ((value: any) => number) | undefined;
|
|
245
294
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
295
|
+
} & {
|
|
296
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
297
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
298
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
299
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
300
|
+
label?: ((arg: DefaultInputSlot & {
|
|
301
|
+
label: string | undefined;
|
|
302
|
+
props: Record<string, any>;
|
|
303
|
+
}) => vue.VNodeChild) | undefined;
|
|
304
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
305
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
306
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
307
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
308
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
309
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
310
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
311
|
+
};
|
|
312
|
+
'v-slots'?: {
|
|
313
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
314
|
+
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
315
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
316
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
317
|
+
label: string | undefined;
|
|
318
|
+
props: Record<string, any>;
|
|
319
|
+
}) => vue.VNodeChild) | undefined;
|
|
320
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
321
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
322
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
323
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
324
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
325
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
326
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
327
|
+
} | undefined;
|
|
328
|
+
} & {
|
|
329
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
330
|
+
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
331
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
332
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
333
|
+
label: string | undefined;
|
|
334
|
+
props: Record<string, any>;
|
|
335
|
+
}) => vue.VNodeChild) | undefined;
|
|
336
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
337
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
338
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
339
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
340
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
341
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
342
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
343
|
+
} & {
|
|
344
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
345
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
246
346
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
247
347
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
248
|
-
|
|
249
|
-
};
|
|
348
|
+
}, "flat" | "reverse" | "type" | "error" | "active" | "direction" | "style" | "autofocus" | "disabled" | "readonly" | "messages" | "rounded" | "density" | "variant" | "rules" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "persistentPlaceholder" | "persistentCounter">;
|
|
250
349
|
$attrs: {
|
|
251
350
|
[x: string]: unknown;
|
|
252
351
|
};
|
|
@@ -309,11 +408,11 @@ declare const VTextField: {
|
|
|
309
408
|
messages: string | readonly string[];
|
|
310
409
|
density: Density;
|
|
311
410
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
411
|
+
rules: readonly ValidationRule[];
|
|
312
412
|
clearIcon: IconValue;
|
|
313
413
|
focused: boolean;
|
|
314
414
|
errorMessages: string | readonly string[] | null;
|
|
315
415
|
maxErrors: string | number;
|
|
316
|
-
rules: readonly ValidationRule[];
|
|
317
416
|
persistentHint: boolean;
|
|
318
417
|
clearable: boolean;
|
|
319
418
|
dirty: boolean;
|
|
@@ -334,8 +433,8 @@ declare const VTextField: {
|
|
|
334
433
|
theme?: string | undefined;
|
|
335
434
|
counter?: string | number | boolean | undefined;
|
|
336
435
|
rounded?: string | number | boolean | undefined;
|
|
337
|
-
modelValue?: any;
|
|
338
436
|
bgColor?: string | undefined;
|
|
437
|
+
modelValue?: any;
|
|
339
438
|
prependIcon?: IconValue | undefined;
|
|
340
439
|
appendIcon?: IconValue | undefined;
|
|
341
440
|
baseColor?: string | undefined;
|
|
@@ -411,25 +510,48 @@ declare const VTextField: {
|
|
|
411
510
|
}, HTMLInputElement & Omit<Omit<{
|
|
412
511
|
$: vue.ComponentInternalInstance;
|
|
413
512
|
$data: {};
|
|
414
|
-
$props: {
|
|
415
|
-
error
|
|
416
|
-
direction
|
|
417
|
-
style
|
|
418
|
-
disabled
|
|
419
|
-
readonly
|
|
420
|
-
messages
|
|
421
|
-
density
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
centerAffix
|
|
427
|
-
persistentHint
|
|
428
|
-
|
|
513
|
+
$props: Partial<{
|
|
514
|
+
error: boolean;
|
|
515
|
+
direction: "horizontal" | "vertical";
|
|
516
|
+
style: vue.StyleValue;
|
|
517
|
+
disabled: boolean | null;
|
|
518
|
+
readonly: boolean | null;
|
|
519
|
+
messages: string | readonly string[];
|
|
520
|
+
density: Density;
|
|
521
|
+
rules: readonly ValidationRule[];
|
|
522
|
+
focused: boolean;
|
|
523
|
+
errorMessages: string | readonly string[] | null;
|
|
524
|
+
maxErrors: string | number;
|
|
525
|
+
centerAffix: boolean;
|
|
526
|
+
persistentHint: boolean;
|
|
527
|
+
}> & Omit<{
|
|
528
|
+
error: boolean;
|
|
529
|
+
direction: "horizontal" | "vertical";
|
|
530
|
+
style: vue.StyleValue;
|
|
531
|
+
disabled: boolean | null;
|
|
532
|
+
readonly: boolean | null;
|
|
533
|
+
messages: string | readonly string[];
|
|
534
|
+
density: Density;
|
|
535
|
+
rules: readonly ValidationRule[];
|
|
536
|
+
focused: boolean;
|
|
537
|
+
errorMessages: string | readonly string[] | null;
|
|
538
|
+
maxErrors: string | number;
|
|
539
|
+
centerAffix: boolean;
|
|
540
|
+
persistentHint: boolean;
|
|
429
541
|
id?: string | undefined;
|
|
430
542
|
name?: string | undefined;
|
|
431
543
|
label?: string | undefined;
|
|
432
544
|
class?: any;
|
|
545
|
+
modelValue?: any;
|
|
546
|
+
prependIcon?: IconValue | undefined;
|
|
547
|
+
appendIcon?: IconValue | undefined;
|
|
548
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
549
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
550
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
551
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
552
|
+
validationValue?: any;
|
|
553
|
+
hint?: string | undefined;
|
|
554
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
433
555
|
$children?: vue.VNodeChild | {
|
|
434
556
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
435
557
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -437,10 +559,6 @@ declare const VTextField: {
|
|
|
437
559
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
438
560
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
439
561
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
440
|
-
ref?: vue.VNodeRef | undefined;
|
|
441
|
-
ref_for?: boolean | undefined;
|
|
442
|
-
ref_key?: string | undefined;
|
|
443
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
444
562
|
'v-slots'?: {
|
|
445
563
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
446
564
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -448,60 +566,65 @@ declare const VTextField: {
|
|
|
448
566
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
449
567
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
450
568
|
} | undefined;
|
|
451
|
-
|
|
452
|
-
[key: string]: any;
|
|
453
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
454
|
-
[key: string]: any;
|
|
455
|
-
}>) => void)[] | undefined;
|
|
456
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
457
|
-
[key: string]: any;
|
|
458
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
459
|
-
[key: string]: any;
|
|
460
|
-
}>) => void)[] | undefined;
|
|
461
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
462
|
-
[key: string]: any;
|
|
463
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
464
|
-
[key: string]: any;
|
|
465
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
466
|
-
[key: string]: any;
|
|
467
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
468
|
-
[key: string]: any;
|
|
469
|
-
}>) => void)[] | undefined;
|
|
470
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
471
|
-
[key: string]: any;
|
|
472
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
473
|
-
[key: string]: any;
|
|
474
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
475
|
-
[key: string]: any;
|
|
476
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
477
|
-
[key: string]: any;
|
|
478
|
-
}>) => void)[] | undefined;
|
|
479
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
480
|
-
[key: string]: any;
|
|
481
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
482
|
-
[key: string]: any;
|
|
483
|
-
}>) => void)[] | undefined;
|
|
484
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
485
|
-
[key: string]: any;
|
|
486
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
487
|
-
[key: string]: any;
|
|
488
|
-
}>) => void)[] | undefined;
|
|
489
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
569
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
490
570
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
571
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
572
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
573
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
574
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
575
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
576
|
+
error: boolean;
|
|
577
|
+
direction: "horizontal" | "vertical";
|
|
578
|
+
style: vue.StyleValue;
|
|
579
|
+
disabled: boolean | null;
|
|
580
|
+
readonly: boolean | null;
|
|
581
|
+
messages: string | readonly string[];
|
|
582
|
+
density: Density;
|
|
583
|
+
rules: readonly ValidationRule[];
|
|
584
|
+
focused: boolean;
|
|
585
|
+
errorMessages: string | readonly string[] | null;
|
|
586
|
+
maxErrors: string | number;
|
|
587
|
+
centerAffix: boolean;
|
|
588
|
+
persistentHint: boolean;
|
|
589
|
+
} & {
|
|
590
|
+
id?: string | undefined;
|
|
591
|
+
name?: string | undefined;
|
|
592
|
+
label?: string | undefined;
|
|
593
|
+
class?: any;
|
|
491
594
|
modelValue?: any;
|
|
492
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
493
595
|
prependIcon?: IconValue | undefined;
|
|
494
596
|
appendIcon?: IconValue | undefined;
|
|
495
597
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
496
598
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
497
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
498
599
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
499
600
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
500
601
|
validationValue?: any;
|
|
501
602
|
hint?: string | undefined;
|
|
502
603
|
hideDetails?: boolean | "auto" | undefined;
|
|
604
|
+
} & {
|
|
605
|
+
$children?: vue.VNodeChild | {
|
|
606
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
607
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
608
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
609
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
610
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
611
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
612
|
+
'v-slots'?: {
|
|
613
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
614
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
615
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
616
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
617
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
618
|
+
} | undefined;
|
|
619
|
+
} & {
|
|
620
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
621
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
622
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
503
623
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
504
|
-
|
|
624
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
625
|
+
} & {
|
|
626
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
627
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
505
628
|
$attrs: {
|
|
506
629
|
[x: string]: unknown;
|
|
507
630
|
};
|
|
@@ -537,10 +660,10 @@ declare const VTextField: {
|
|
|
537
660
|
readonly: boolean | null;
|
|
538
661
|
messages: string | readonly string[];
|
|
539
662
|
density: Density;
|
|
663
|
+
rules: readonly ValidationRule[];
|
|
540
664
|
focused: boolean;
|
|
541
665
|
errorMessages: string | readonly string[] | null;
|
|
542
666
|
maxErrors: string | number;
|
|
543
|
-
rules: readonly ValidationRule[];
|
|
544
667
|
centerAffix: boolean;
|
|
545
668
|
persistentHint: boolean;
|
|
546
669
|
} & {
|
|
@@ -597,10 +720,10 @@ declare const VTextField: {
|
|
|
597
720
|
readonly: boolean | null;
|
|
598
721
|
messages: string | readonly string[];
|
|
599
722
|
density: Density;
|
|
723
|
+
rules: readonly ValidationRule[];
|
|
600
724
|
focused: boolean;
|
|
601
725
|
errorMessages: string | readonly string[] | null;
|
|
602
726
|
maxErrors: string | number;
|
|
603
|
-
rules: readonly ValidationRule[];
|
|
604
727
|
centerAffix: boolean;
|
|
605
728
|
persistentHint: boolean;
|
|
606
729
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -647,10 +770,10 @@ declare const VTextField: {
|
|
|
647
770
|
readonly: boolean | null;
|
|
648
771
|
messages: string | readonly string[];
|
|
649
772
|
density: Density;
|
|
773
|
+
rules: readonly ValidationRule[];
|
|
650
774
|
focused: boolean;
|
|
651
775
|
errorMessages: string | readonly string[] | null;
|
|
652
776
|
maxErrors: string | number;
|
|
653
|
-
rules: readonly ValidationRule[];
|
|
654
777
|
centerAffix: boolean;
|
|
655
778
|
persistentHint: boolean;
|
|
656
779
|
} & {
|
|
@@ -697,74 +820,78 @@ declare const VTextField: {
|
|
|
697
820
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
698
821
|
isValid: vue.ComputedRef<boolean | null>;
|
|
699
822
|
errorMessages: vue.ComputedRef<string[]>;
|
|
700
|
-
}> & {} & 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" | "
|
|
823
|
+
}> & {} & 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}`> & Omit<Omit<{
|
|
701
824
|
$: vue.ComponentInternalInstance;
|
|
702
825
|
$data: {};
|
|
703
|
-
$props: {
|
|
704
|
-
flat
|
|
705
|
-
reverse
|
|
706
|
-
error
|
|
707
|
-
active
|
|
708
|
-
style
|
|
709
|
-
disabled
|
|
826
|
+
$props: Partial<{
|
|
827
|
+
flat: boolean;
|
|
828
|
+
reverse: boolean;
|
|
829
|
+
error: boolean;
|
|
830
|
+
active: boolean;
|
|
831
|
+
style: vue.StyleValue;
|
|
832
|
+
disabled: boolean;
|
|
833
|
+
rounded: string | number | boolean;
|
|
834
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
835
|
+
clearIcon: IconValue;
|
|
836
|
+
focused: boolean;
|
|
837
|
+
centerAffix: boolean;
|
|
838
|
+
clearable: boolean;
|
|
839
|
+
dirty: boolean;
|
|
840
|
+
persistentClear: boolean;
|
|
841
|
+
singleLine: boolean;
|
|
842
|
+
}> & Omit<{
|
|
843
|
+
flat: boolean;
|
|
844
|
+
reverse: boolean;
|
|
845
|
+
error: boolean;
|
|
846
|
+
active: boolean;
|
|
847
|
+
style: vue.StyleValue;
|
|
848
|
+
disabled: boolean;
|
|
849
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
850
|
+
clearIcon: IconValue;
|
|
851
|
+
focused: boolean;
|
|
852
|
+
clearable: boolean;
|
|
853
|
+
dirty: boolean;
|
|
854
|
+
persistentClear: boolean;
|
|
855
|
+
singleLine: boolean;
|
|
856
|
+
id?: string | undefined;
|
|
857
|
+
color?: string | undefined;
|
|
858
|
+
loading?: string | boolean | undefined;
|
|
859
|
+
label?: string | undefined;
|
|
860
|
+
class?: any;
|
|
861
|
+
theme?: string | undefined;
|
|
710
862
|
rounded?: string | number | boolean | undefined;
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
863
|
+
bgColor?: string | undefined;
|
|
864
|
+
baseColor?: string | undefined;
|
|
865
|
+
appendInnerIcon?: IconValue | undefined;
|
|
866
|
+
prependInnerIcon?: IconValue | undefined;
|
|
867
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
868
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
869
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
870
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
714
871
|
centerAffix?: boolean | undefined;
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
872
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
873
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
874
|
+
flat: boolean;
|
|
875
|
+
reverse: boolean;
|
|
876
|
+
error: boolean;
|
|
877
|
+
active: boolean;
|
|
878
|
+
style: vue.StyleValue;
|
|
879
|
+
disabled: boolean;
|
|
880
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
881
|
+
clearIcon: IconValue;
|
|
882
|
+
focused: boolean;
|
|
883
|
+
clearable: boolean;
|
|
884
|
+
dirty: boolean;
|
|
885
|
+
persistentClear: boolean;
|
|
886
|
+
singleLine: boolean;
|
|
887
|
+
} & {
|
|
720
888
|
id?: string | undefined;
|
|
721
889
|
color?: string | undefined;
|
|
722
890
|
loading?: string | boolean | undefined;
|
|
723
891
|
label?: string | undefined;
|
|
724
892
|
class?: any;
|
|
725
|
-
ref?: vue.VNodeRef | undefined;
|
|
726
|
-
ref_for?: boolean | undefined;
|
|
727
|
-
ref_key?: string | undefined;
|
|
728
893
|
theme?: string | undefined;
|
|
729
|
-
|
|
730
|
-
[key: string]: any;
|
|
731
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
732
|
-
[key: string]: any;
|
|
733
|
-
}>) => void)[] | undefined;
|
|
734
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
735
|
-
[key: string]: any;
|
|
736
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
737
|
-
[key: string]: any;
|
|
738
|
-
}>) => void)[] | undefined;
|
|
739
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
740
|
-
[key: string]: any;
|
|
741
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
742
|
-
[key: string]: any;
|
|
743
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
744
|
-
[key: string]: any;
|
|
745
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
746
|
-
[key: string]: any;
|
|
747
|
-
}>) => void)[] | undefined;
|
|
748
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
749
|
-
[key: string]: any;
|
|
750
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
751
|
-
[key: string]: any;
|
|
752
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
753
|
-
[key: string]: any;
|
|
754
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
755
|
-
[key: string]: any;
|
|
756
|
-
}>) => void)[] | undefined;
|
|
757
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
758
|
-
[key: string]: any;
|
|
759
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
760
|
-
[key: string]: any;
|
|
761
|
-
}>) => void)[] | undefined;
|
|
762
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
763
|
-
[key: string]: any;
|
|
764
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
765
|
-
[key: string]: any;
|
|
766
|
-
}>) => void)[] | undefined;
|
|
767
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
894
|
+
rounded?: string | number | boolean | undefined;
|
|
768
895
|
bgColor?: string | undefined;
|
|
769
896
|
baseColor?: string | undefined;
|
|
770
897
|
appendInnerIcon?: IconValue | undefined;
|
|
@@ -772,8 +899,12 @@ declare const VTextField: {
|
|
|
772
899
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
773
900
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
774
901
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
775
|
-
'onUpdate:focused'?:
|
|
776
|
-
|
|
902
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
903
|
+
centerAffix?: boolean | undefined;
|
|
904
|
+
} & {
|
|
905
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
906
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
907
|
+
}, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
777
908
|
$attrs: {
|
|
778
909
|
[x: string]: unknown;
|
|
779
910
|
};
|
|
@@ -943,7 +1074,7 @@ declare const VTextField: {
|
|
|
943
1074
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
944
1075
|
modelValue?: unknown;
|
|
945
1076
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
946
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
1077
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "bgColor" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
947
1078
|
'click:control': (e: MouseEvent) => true;
|
|
948
1079
|
'mousedown:control': (e: MouseEvent) => true;
|
|
949
1080
|
'update:focused': (focused: boolean) => true;
|
|
@@ -963,11 +1094,11 @@ declare const VTextField: {
|
|
|
963
1094
|
rounded: string | number | boolean;
|
|
964
1095
|
density: Density;
|
|
965
1096
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1097
|
+
rules: readonly ValidationRule[];
|
|
966
1098
|
clearIcon: IconValue;
|
|
967
1099
|
focused: boolean;
|
|
968
1100
|
errorMessages: string | readonly string[] | null;
|
|
969
1101
|
maxErrors: string | number;
|
|
970
|
-
rules: readonly ValidationRule[];
|
|
971
1102
|
centerAffix: boolean;
|
|
972
1103
|
persistentHint: boolean;
|
|
973
1104
|
clearable: boolean;
|
|
@@ -1047,11 +1178,11 @@ declare const VTextField: {
|
|
|
1047
1178
|
messages: string | readonly string[];
|
|
1048
1179
|
density: Density;
|
|
1049
1180
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1181
|
+
rules: readonly ValidationRule[];
|
|
1050
1182
|
clearIcon: IconValue;
|
|
1051
1183
|
focused: boolean;
|
|
1052
1184
|
errorMessages: string | readonly string[] | null;
|
|
1053
1185
|
maxErrors: string | number;
|
|
1054
|
-
rules: readonly ValidationRule[];
|
|
1055
1186
|
persistentHint: boolean;
|
|
1056
1187
|
clearable: boolean;
|
|
1057
1188
|
dirty: boolean;
|
|
@@ -1072,8 +1203,8 @@ declare const VTextField: {
|
|
|
1072
1203
|
theme?: string | undefined;
|
|
1073
1204
|
counter?: string | number | boolean | undefined;
|
|
1074
1205
|
rounded?: string | number | boolean | undefined;
|
|
1075
|
-
modelValue?: any;
|
|
1076
1206
|
bgColor?: string | undefined;
|
|
1207
|
+
modelValue?: any;
|
|
1077
1208
|
prependIcon?: IconValue | undefined;
|
|
1078
1209
|
appendIcon?: IconValue | undefined;
|
|
1079
1210
|
baseColor?: string | undefined;
|
|
@@ -1149,25 +1280,48 @@ declare const VTextField: {
|
|
|
1149
1280
|
} & vue.ShallowUnwrapRef<HTMLInputElement & Omit<Omit<{
|
|
1150
1281
|
$: vue.ComponentInternalInstance;
|
|
1151
1282
|
$data: {};
|
|
1152
|
-
$props: {
|
|
1153
|
-
error
|
|
1154
|
-
direction
|
|
1155
|
-
style
|
|
1156
|
-
disabled
|
|
1157
|
-
readonly
|
|
1158
|
-
messages
|
|
1159
|
-
density
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
centerAffix
|
|
1165
|
-
persistentHint
|
|
1166
|
-
|
|
1283
|
+
$props: Partial<{
|
|
1284
|
+
error: boolean;
|
|
1285
|
+
direction: "horizontal" | "vertical";
|
|
1286
|
+
style: vue.StyleValue;
|
|
1287
|
+
disabled: boolean | null;
|
|
1288
|
+
readonly: boolean | null;
|
|
1289
|
+
messages: string | readonly string[];
|
|
1290
|
+
density: Density;
|
|
1291
|
+
rules: readonly ValidationRule[];
|
|
1292
|
+
focused: boolean;
|
|
1293
|
+
errorMessages: string | readonly string[] | null;
|
|
1294
|
+
maxErrors: string | number;
|
|
1295
|
+
centerAffix: boolean;
|
|
1296
|
+
persistentHint: boolean;
|
|
1297
|
+
}> & Omit<{
|
|
1298
|
+
error: boolean;
|
|
1299
|
+
direction: "horizontal" | "vertical";
|
|
1300
|
+
style: vue.StyleValue;
|
|
1301
|
+
disabled: boolean | null;
|
|
1302
|
+
readonly: boolean | null;
|
|
1303
|
+
messages: string | readonly string[];
|
|
1304
|
+
density: Density;
|
|
1305
|
+
rules: readonly ValidationRule[];
|
|
1306
|
+
focused: boolean;
|
|
1307
|
+
errorMessages: string | readonly string[] | null;
|
|
1308
|
+
maxErrors: string | number;
|
|
1309
|
+
centerAffix: boolean;
|
|
1310
|
+
persistentHint: boolean;
|
|
1167
1311
|
id?: string | undefined;
|
|
1168
1312
|
name?: string | undefined;
|
|
1169
1313
|
label?: string | undefined;
|
|
1170
1314
|
class?: any;
|
|
1315
|
+
modelValue?: any;
|
|
1316
|
+
prependIcon?: IconValue | undefined;
|
|
1317
|
+
appendIcon?: IconValue | undefined;
|
|
1318
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1319
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1320
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1321
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1322
|
+
validationValue?: any;
|
|
1323
|
+
hint?: string | undefined;
|
|
1324
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1171
1325
|
$children?: vue.VNodeChild | {
|
|
1172
1326
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1173
1327
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1175,10 +1329,6 @@ declare const VTextField: {
|
|
|
1175
1329
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1176
1330
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1177
1331
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1178
|
-
ref?: vue.VNodeRef | undefined;
|
|
1179
|
-
ref_for?: boolean | undefined;
|
|
1180
|
-
ref_key?: string | undefined;
|
|
1181
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1182
1332
|
'v-slots'?: {
|
|
1183
1333
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1184
1334
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1186,60 +1336,65 @@ declare const VTextField: {
|
|
|
1186
1336
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1187
1337
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1188
1338
|
} | undefined;
|
|
1189
|
-
|
|
1190
|
-
[key: string]: any;
|
|
1191
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1192
|
-
[key: string]: any;
|
|
1193
|
-
}>) => void)[] | undefined;
|
|
1194
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1195
|
-
[key: string]: any;
|
|
1196
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1197
|
-
[key: string]: any;
|
|
1198
|
-
}>) => void)[] | undefined;
|
|
1199
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1200
|
-
[key: string]: any;
|
|
1201
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1202
|
-
[key: string]: any;
|
|
1203
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1204
|
-
[key: string]: any;
|
|
1205
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1206
|
-
[key: string]: any;
|
|
1207
|
-
}>) => void)[] | undefined;
|
|
1208
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1209
|
-
[key: string]: any;
|
|
1210
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1211
|
-
[key: string]: any;
|
|
1212
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1213
|
-
[key: string]: any;
|
|
1214
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1215
|
-
[key: string]: any;
|
|
1216
|
-
}>) => void)[] | undefined;
|
|
1217
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1218
|
-
[key: string]: any;
|
|
1219
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1220
|
-
[key: string]: any;
|
|
1221
|
-
}>) => void)[] | undefined;
|
|
1222
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1223
|
-
[key: string]: any;
|
|
1224
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1225
|
-
[key: string]: any;
|
|
1226
|
-
}>) => void)[] | undefined;
|
|
1227
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1339
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1228
1340
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1229
|
-
|
|
1341
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1342
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1343
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1230
1344
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1345
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1346
|
+
error: boolean;
|
|
1347
|
+
direction: "horizontal" | "vertical";
|
|
1348
|
+
style: vue.StyleValue;
|
|
1349
|
+
disabled: boolean | null;
|
|
1350
|
+
readonly: boolean | null;
|
|
1351
|
+
messages: string | readonly string[];
|
|
1352
|
+
density: Density;
|
|
1353
|
+
rules: readonly ValidationRule[];
|
|
1354
|
+
focused: boolean;
|
|
1355
|
+
errorMessages: string | readonly string[] | null;
|
|
1356
|
+
maxErrors: string | number;
|
|
1357
|
+
centerAffix: boolean;
|
|
1358
|
+
persistentHint: boolean;
|
|
1359
|
+
} & {
|
|
1360
|
+
id?: string | undefined;
|
|
1361
|
+
name?: string | undefined;
|
|
1362
|
+
label?: string | undefined;
|
|
1363
|
+
class?: any;
|
|
1364
|
+
modelValue?: any;
|
|
1231
1365
|
prependIcon?: IconValue | undefined;
|
|
1232
1366
|
appendIcon?: IconValue | undefined;
|
|
1233
1367
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1234
1368
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1235
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1236
1369
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1237
1370
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1238
1371
|
validationValue?: any;
|
|
1239
1372
|
hint?: string | undefined;
|
|
1240
1373
|
hideDetails?: boolean | "auto" | undefined;
|
|
1374
|
+
} & {
|
|
1375
|
+
$children?: vue.VNodeChild | {
|
|
1376
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1377
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1378
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1379
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1380
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1381
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1382
|
+
'v-slots'?: {
|
|
1383
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1384
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1385
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1386
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1387
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1388
|
+
} | undefined;
|
|
1389
|
+
} & {
|
|
1390
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1391
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1392
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1241
1393
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1242
|
-
|
|
1394
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1395
|
+
} & {
|
|
1396
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1397
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
1243
1398
|
$attrs: {
|
|
1244
1399
|
[x: string]: unknown;
|
|
1245
1400
|
};
|
|
@@ -1275,10 +1430,10 @@ declare const VTextField: {
|
|
|
1275
1430
|
readonly: boolean | null;
|
|
1276
1431
|
messages: string | readonly string[];
|
|
1277
1432
|
density: Density;
|
|
1433
|
+
rules: readonly ValidationRule[];
|
|
1278
1434
|
focused: boolean;
|
|
1279
1435
|
errorMessages: string | readonly string[] | null;
|
|
1280
1436
|
maxErrors: string | number;
|
|
1281
|
-
rules: readonly ValidationRule[];
|
|
1282
1437
|
centerAffix: boolean;
|
|
1283
1438
|
persistentHint: boolean;
|
|
1284
1439
|
} & {
|
|
@@ -1335,10 +1490,10 @@ declare const VTextField: {
|
|
|
1335
1490
|
readonly: boolean | null;
|
|
1336
1491
|
messages: string | readonly string[];
|
|
1337
1492
|
density: Density;
|
|
1493
|
+
rules: readonly ValidationRule[];
|
|
1338
1494
|
focused: boolean;
|
|
1339
1495
|
errorMessages: string | readonly string[] | null;
|
|
1340
1496
|
maxErrors: string | number;
|
|
1341
|
-
rules: readonly ValidationRule[];
|
|
1342
1497
|
centerAffix: boolean;
|
|
1343
1498
|
persistentHint: boolean;
|
|
1344
1499
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1385,10 +1540,10 @@ declare const VTextField: {
|
|
|
1385
1540
|
readonly: boolean | null;
|
|
1386
1541
|
messages: string | readonly string[];
|
|
1387
1542
|
density: Density;
|
|
1543
|
+
rules: readonly ValidationRule[];
|
|
1388
1544
|
focused: boolean;
|
|
1389
1545
|
errorMessages: string | readonly string[] | null;
|
|
1390
1546
|
maxErrors: string | number;
|
|
1391
|
-
rules: readonly ValidationRule[];
|
|
1392
1547
|
centerAffix: boolean;
|
|
1393
1548
|
persistentHint: boolean;
|
|
1394
1549
|
} & {
|
|
@@ -1435,74 +1590,78 @@ declare const VTextField: {
|
|
|
1435
1590
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1436
1591
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1437
1592
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1438
|
-
}> & {} & 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" | "
|
|
1593
|
+
}> & {} & 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}`> & Omit<Omit<{
|
|
1439
1594
|
$: vue.ComponentInternalInstance;
|
|
1440
1595
|
$data: {};
|
|
1441
|
-
$props: {
|
|
1442
|
-
flat
|
|
1443
|
-
reverse
|
|
1444
|
-
error
|
|
1445
|
-
active
|
|
1446
|
-
style
|
|
1447
|
-
disabled
|
|
1596
|
+
$props: Partial<{
|
|
1597
|
+
flat: boolean;
|
|
1598
|
+
reverse: boolean;
|
|
1599
|
+
error: boolean;
|
|
1600
|
+
active: boolean;
|
|
1601
|
+
style: vue.StyleValue;
|
|
1602
|
+
disabled: boolean;
|
|
1603
|
+
rounded: string | number | boolean;
|
|
1604
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1605
|
+
clearIcon: IconValue;
|
|
1606
|
+
focused: boolean;
|
|
1607
|
+
centerAffix: boolean;
|
|
1608
|
+
clearable: boolean;
|
|
1609
|
+
dirty: boolean;
|
|
1610
|
+
persistentClear: boolean;
|
|
1611
|
+
singleLine: boolean;
|
|
1612
|
+
}> & Omit<{
|
|
1613
|
+
flat: boolean;
|
|
1614
|
+
reverse: boolean;
|
|
1615
|
+
error: boolean;
|
|
1616
|
+
active: boolean;
|
|
1617
|
+
style: vue.StyleValue;
|
|
1618
|
+
disabled: boolean;
|
|
1619
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1620
|
+
clearIcon: IconValue;
|
|
1621
|
+
focused: boolean;
|
|
1622
|
+
clearable: boolean;
|
|
1623
|
+
dirty: boolean;
|
|
1624
|
+
persistentClear: boolean;
|
|
1625
|
+
singleLine: boolean;
|
|
1626
|
+
id?: string | undefined;
|
|
1627
|
+
color?: string | undefined;
|
|
1628
|
+
loading?: string | boolean | undefined;
|
|
1629
|
+
label?: string | undefined;
|
|
1630
|
+
class?: any;
|
|
1631
|
+
theme?: string | undefined;
|
|
1448
1632
|
rounded?: string | number | boolean | undefined;
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1633
|
+
bgColor?: string | undefined;
|
|
1634
|
+
baseColor?: string | undefined;
|
|
1635
|
+
appendInnerIcon?: IconValue | undefined;
|
|
1636
|
+
prependInnerIcon?: IconValue | undefined;
|
|
1637
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1638
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1639
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1640
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
1452
1641
|
centerAffix?: boolean | undefined;
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1642
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1643
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1644
|
+
flat: boolean;
|
|
1645
|
+
reverse: boolean;
|
|
1646
|
+
error: boolean;
|
|
1647
|
+
active: boolean;
|
|
1648
|
+
style: vue.StyleValue;
|
|
1649
|
+
disabled: boolean;
|
|
1650
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1651
|
+
clearIcon: IconValue;
|
|
1652
|
+
focused: boolean;
|
|
1653
|
+
clearable: boolean;
|
|
1654
|
+
dirty: boolean;
|
|
1655
|
+
persistentClear: boolean;
|
|
1656
|
+
singleLine: boolean;
|
|
1657
|
+
} & {
|
|
1458
1658
|
id?: string | undefined;
|
|
1459
1659
|
color?: string | undefined;
|
|
1460
1660
|
loading?: string | boolean | undefined;
|
|
1461
1661
|
label?: string | undefined;
|
|
1462
1662
|
class?: any;
|
|
1463
|
-
ref?: vue.VNodeRef | undefined;
|
|
1464
|
-
ref_for?: boolean | undefined;
|
|
1465
|
-
ref_key?: string | undefined;
|
|
1466
1663
|
theme?: string | undefined;
|
|
1467
|
-
|
|
1468
|
-
[key: string]: any;
|
|
1469
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1470
|
-
[key: string]: any;
|
|
1471
|
-
}>) => void)[] | undefined;
|
|
1472
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1473
|
-
[key: string]: any;
|
|
1474
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1475
|
-
[key: string]: any;
|
|
1476
|
-
}>) => void)[] | undefined;
|
|
1477
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1478
|
-
[key: string]: any;
|
|
1479
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1480
|
-
[key: string]: any;
|
|
1481
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1482
|
-
[key: string]: any;
|
|
1483
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1484
|
-
[key: string]: any;
|
|
1485
|
-
}>) => void)[] | undefined;
|
|
1486
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1487
|
-
[key: string]: any;
|
|
1488
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1489
|
-
[key: string]: any;
|
|
1490
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1491
|
-
[key: string]: any;
|
|
1492
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1493
|
-
[key: string]: any;
|
|
1494
|
-
}>) => void)[] | undefined;
|
|
1495
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1496
|
-
[key: string]: any;
|
|
1497
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1498
|
-
[key: string]: any;
|
|
1499
|
-
}>) => void)[] | undefined;
|
|
1500
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1501
|
-
[key: string]: any;
|
|
1502
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1503
|
-
[key: string]: any;
|
|
1504
|
-
}>) => void)[] | undefined;
|
|
1505
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1664
|
+
rounded?: string | number | boolean | undefined;
|
|
1506
1665
|
bgColor?: string | undefined;
|
|
1507
1666
|
baseColor?: string | undefined;
|
|
1508
1667
|
appendInnerIcon?: IconValue | undefined;
|
|
@@ -1510,8 +1669,12 @@ declare const VTextField: {
|
|
|
1510
1669
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1511
1670
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1512
1671
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1513
|
-
'onUpdate:focused'?:
|
|
1514
|
-
|
|
1672
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1673
|
+
centerAffix?: boolean | undefined;
|
|
1674
|
+
} & {
|
|
1675
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1676
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1677
|
+
}, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1515
1678
|
$attrs: {
|
|
1516
1679
|
[x: string]: unknown;
|
|
1517
1680
|
};
|
|
@@ -1681,7 +1844,7 @@ declare const VTextField: {
|
|
|
1681
1844
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1682
1845
|
modelValue?: unknown;
|
|
1683
1846
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
1684
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
1847
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "bgColor" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1685
1848
|
__isFragment?: undefined;
|
|
1686
1849
|
__isTeleport?: undefined;
|
|
1687
1850
|
__isSuspense?: undefined;
|
|
@@ -1699,11 +1862,11 @@ declare const VTextField: {
|
|
|
1699
1862
|
messages: string | readonly string[];
|
|
1700
1863
|
density: Density;
|
|
1701
1864
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
1865
|
+
rules: readonly ValidationRule[];
|
|
1702
1866
|
clearIcon: IconValue;
|
|
1703
1867
|
focused: boolean;
|
|
1704
1868
|
errorMessages: string | readonly string[] | null;
|
|
1705
1869
|
maxErrors: string | number;
|
|
1706
|
-
rules: readonly ValidationRule[];
|
|
1707
1870
|
persistentHint: boolean;
|
|
1708
1871
|
clearable: boolean;
|
|
1709
1872
|
dirty: boolean;
|
|
@@ -1724,8 +1887,8 @@ declare const VTextField: {
|
|
|
1724
1887
|
theme?: string | undefined;
|
|
1725
1888
|
counter?: string | number | boolean | undefined;
|
|
1726
1889
|
rounded?: string | number | boolean | undefined;
|
|
1727
|
-
modelValue?: any;
|
|
1728
1890
|
bgColor?: string | undefined;
|
|
1891
|
+
modelValue?: any;
|
|
1729
1892
|
prependIcon?: IconValue | undefined;
|
|
1730
1893
|
appendIcon?: IconValue | undefined;
|
|
1731
1894
|
baseColor?: string | undefined;
|
|
@@ -1801,25 +1964,48 @@ declare const VTextField: {
|
|
|
1801
1964
|
}, HTMLInputElement & Omit<Omit<{
|
|
1802
1965
|
$: vue.ComponentInternalInstance;
|
|
1803
1966
|
$data: {};
|
|
1804
|
-
$props: {
|
|
1805
|
-
error
|
|
1806
|
-
direction
|
|
1807
|
-
style
|
|
1808
|
-
disabled
|
|
1809
|
-
readonly
|
|
1810
|
-
messages
|
|
1811
|
-
density
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
centerAffix
|
|
1817
|
-
persistentHint
|
|
1818
|
-
|
|
1967
|
+
$props: Partial<{
|
|
1968
|
+
error: boolean;
|
|
1969
|
+
direction: "horizontal" | "vertical";
|
|
1970
|
+
style: vue.StyleValue;
|
|
1971
|
+
disabled: boolean | null;
|
|
1972
|
+
readonly: boolean | null;
|
|
1973
|
+
messages: string | readonly string[];
|
|
1974
|
+
density: Density;
|
|
1975
|
+
rules: readonly ValidationRule[];
|
|
1976
|
+
focused: boolean;
|
|
1977
|
+
errorMessages: string | readonly string[] | null;
|
|
1978
|
+
maxErrors: string | number;
|
|
1979
|
+
centerAffix: boolean;
|
|
1980
|
+
persistentHint: boolean;
|
|
1981
|
+
}> & Omit<{
|
|
1982
|
+
error: boolean;
|
|
1983
|
+
direction: "horizontal" | "vertical";
|
|
1984
|
+
style: vue.StyleValue;
|
|
1985
|
+
disabled: boolean | null;
|
|
1986
|
+
readonly: boolean | null;
|
|
1987
|
+
messages: string | readonly string[];
|
|
1988
|
+
density: Density;
|
|
1989
|
+
rules: readonly ValidationRule[];
|
|
1990
|
+
focused: boolean;
|
|
1991
|
+
errorMessages: string | readonly string[] | null;
|
|
1992
|
+
maxErrors: string | number;
|
|
1993
|
+
centerAffix: boolean;
|
|
1994
|
+
persistentHint: boolean;
|
|
1819
1995
|
id?: string | undefined;
|
|
1820
1996
|
name?: string | undefined;
|
|
1821
1997
|
label?: string | undefined;
|
|
1822
1998
|
class?: any;
|
|
1999
|
+
modelValue?: any;
|
|
2000
|
+
prependIcon?: IconValue | undefined;
|
|
2001
|
+
appendIcon?: IconValue | undefined;
|
|
2002
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2003
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2004
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
2005
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2006
|
+
validationValue?: any;
|
|
2007
|
+
hint?: string | undefined;
|
|
2008
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
1823
2009
|
$children?: vue.VNodeChild | {
|
|
1824
2010
|
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1825
2011
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1827,10 +2013,6 @@ declare const VTextField: {
|
|
|
1827
2013
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1828
2014
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1829
2015
|
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1830
|
-
ref?: vue.VNodeRef | undefined;
|
|
1831
|
-
ref_for?: boolean | undefined;
|
|
1832
|
-
ref_key?: string | undefined;
|
|
1833
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1834
2016
|
'v-slots'?: {
|
|
1835
2017
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1836
2018
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -1838,60 +2020,65 @@ declare const VTextField: {
|
|
|
1838
2020
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1839
2021
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1840
2022
|
} | undefined;
|
|
1841
|
-
|
|
1842
|
-
[key: string]: any;
|
|
1843
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1844
|
-
[key: string]: any;
|
|
1845
|
-
}>) => void)[] | undefined;
|
|
1846
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1847
|
-
[key: string]: any;
|
|
1848
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1849
|
-
[key: string]: any;
|
|
1850
|
-
}>) => void)[] | undefined;
|
|
1851
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1852
|
-
[key: string]: any;
|
|
1853
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1854
|
-
[key: string]: any;
|
|
1855
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1856
|
-
[key: string]: any;
|
|
1857
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1858
|
-
[key: string]: any;
|
|
1859
|
-
}>) => void)[] | undefined;
|
|
1860
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1861
|
-
[key: string]: any;
|
|
1862
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1863
|
-
[key: string]: any;
|
|
1864
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1865
|
-
[key: string]: any;
|
|
1866
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1867
|
-
[key: string]: any;
|
|
1868
|
-
}>) => void)[] | undefined;
|
|
1869
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1870
|
-
[key: string]: any;
|
|
1871
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1872
|
-
[key: string]: any;
|
|
1873
|
-
}>) => void)[] | undefined;
|
|
1874
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1875
|
-
[key: string]: any;
|
|
1876
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1877
|
-
[key: string]: any;
|
|
1878
|
-
}>) => void)[] | undefined;
|
|
1879
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2023
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1880
2024
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1881
|
-
|
|
2025
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2026
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2027
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1882
2028
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2029
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2030
|
+
error: boolean;
|
|
2031
|
+
direction: "horizontal" | "vertical";
|
|
2032
|
+
style: vue.StyleValue;
|
|
2033
|
+
disabled: boolean | null;
|
|
2034
|
+
readonly: boolean | null;
|
|
2035
|
+
messages: string | readonly string[];
|
|
2036
|
+
density: Density;
|
|
2037
|
+
rules: readonly ValidationRule[];
|
|
2038
|
+
focused: boolean;
|
|
2039
|
+
errorMessages: string | readonly string[] | null;
|
|
2040
|
+
maxErrors: string | number;
|
|
2041
|
+
centerAffix: boolean;
|
|
2042
|
+
persistentHint: boolean;
|
|
2043
|
+
} & {
|
|
2044
|
+
id?: string | undefined;
|
|
2045
|
+
name?: string | undefined;
|
|
2046
|
+
label?: string | undefined;
|
|
2047
|
+
class?: any;
|
|
2048
|
+
modelValue?: any;
|
|
1883
2049
|
prependIcon?: IconValue | undefined;
|
|
1884
2050
|
appendIcon?: IconValue | undefined;
|
|
1885
2051
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1886
2052
|
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1887
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1888
2053
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
1889
2054
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1890
2055
|
validationValue?: any;
|
|
1891
2056
|
hint?: string | undefined;
|
|
1892
2057
|
hideDetails?: boolean | "auto" | undefined;
|
|
2058
|
+
} & {
|
|
2059
|
+
$children?: vue.VNodeChild | {
|
|
2060
|
+
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2061
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2062
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2063
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2064
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2065
|
+
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
2066
|
+
'v-slots'?: {
|
|
2067
|
+
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2068
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2069
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2070
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2071
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2072
|
+
} | undefined;
|
|
2073
|
+
} & {
|
|
2074
|
+
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2075
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2076
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1893
2077
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1894
|
-
|
|
2078
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2079
|
+
} & {
|
|
2080
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2081
|
+
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "persistentHint">;
|
|
1895
2082
|
$attrs: {
|
|
1896
2083
|
[x: string]: unknown;
|
|
1897
2084
|
};
|
|
@@ -1927,10 +2114,10 @@ declare const VTextField: {
|
|
|
1927
2114
|
readonly: boolean | null;
|
|
1928
2115
|
messages: string | readonly string[];
|
|
1929
2116
|
density: Density;
|
|
2117
|
+
rules: readonly ValidationRule[];
|
|
1930
2118
|
focused: boolean;
|
|
1931
2119
|
errorMessages: string | readonly string[] | null;
|
|
1932
2120
|
maxErrors: string | number;
|
|
1933
|
-
rules: readonly ValidationRule[];
|
|
1934
2121
|
centerAffix: boolean;
|
|
1935
2122
|
persistentHint: boolean;
|
|
1936
2123
|
} & {
|
|
@@ -1987,10 +2174,10 @@ declare const VTextField: {
|
|
|
1987
2174
|
readonly: boolean | null;
|
|
1988
2175
|
messages: string | readonly string[];
|
|
1989
2176
|
density: Density;
|
|
2177
|
+
rules: readonly ValidationRule[];
|
|
1990
2178
|
focused: boolean;
|
|
1991
2179
|
errorMessages: string | readonly string[] | null;
|
|
1992
2180
|
maxErrors: string | number;
|
|
1993
|
-
rules: readonly ValidationRule[];
|
|
1994
2181
|
centerAffix: boolean;
|
|
1995
2182
|
persistentHint: boolean;
|
|
1996
2183
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2037,10 +2224,10 @@ declare const VTextField: {
|
|
|
2037
2224
|
readonly: boolean | null;
|
|
2038
2225
|
messages: string | readonly string[];
|
|
2039
2226
|
density: Density;
|
|
2227
|
+
rules: readonly ValidationRule[];
|
|
2040
2228
|
focused: boolean;
|
|
2041
2229
|
errorMessages: string | readonly string[] | null;
|
|
2042
2230
|
maxErrors: string | number;
|
|
2043
|
-
rules: readonly ValidationRule[];
|
|
2044
2231
|
centerAffix: boolean;
|
|
2045
2232
|
persistentHint: boolean;
|
|
2046
2233
|
} & {
|
|
@@ -2087,74 +2274,78 @@ declare const VTextField: {
|
|
|
2087
2274
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
2088
2275
|
isValid: vue.ComputedRef<boolean | null>;
|
|
2089
2276
|
errorMessages: vue.ComputedRef<string[]>;
|
|
2090
|
-
}> & {} & 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" | "
|
|
2277
|
+
}> & {} & 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}`> & Omit<Omit<{
|
|
2091
2278
|
$: vue.ComponentInternalInstance;
|
|
2092
2279
|
$data: {};
|
|
2093
|
-
$props: {
|
|
2094
|
-
flat
|
|
2095
|
-
reverse
|
|
2096
|
-
error
|
|
2097
|
-
active
|
|
2098
|
-
style
|
|
2099
|
-
disabled
|
|
2280
|
+
$props: Partial<{
|
|
2281
|
+
flat: boolean;
|
|
2282
|
+
reverse: boolean;
|
|
2283
|
+
error: boolean;
|
|
2284
|
+
active: boolean;
|
|
2285
|
+
style: vue.StyleValue;
|
|
2286
|
+
disabled: boolean;
|
|
2287
|
+
rounded: string | number | boolean;
|
|
2288
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
2289
|
+
clearIcon: IconValue;
|
|
2290
|
+
focused: boolean;
|
|
2291
|
+
centerAffix: boolean;
|
|
2292
|
+
clearable: boolean;
|
|
2293
|
+
dirty: boolean;
|
|
2294
|
+
persistentClear: boolean;
|
|
2295
|
+
singleLine: boolean;
|
|
2296
|
+
}> & Omit<{
|
|
2297
|
+
flat: boolean;
|
|
2298
|
+
reverse: boolean;
|
|
2299
|
+
error: boolean;
|
|
2300
|
+
active: boolean;
|
|
2301
|
+
style: vue.StyleValue;
|
|
2302
|
+
disabled: boolean;
|
|
2303
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
2304
|
+
clearIcon: IconValue;
|
|
2305
|
+
focused: boolean;
|
|
2306
|
+
clearable: boolean;
|
|
2307
|
+
dirty: boolean;
|
|
2308
|
+
persistentClear: boolean;
|
|
2309
|
+
singleLine: boolean;
|
|
2310
|
+
id?: string | undefined;
|
|
2311
|
+
color?: string | undefined;
|
|
2312
|
+
loading?: string | boolean | undefined;
|
|
2313
|
+
label?: string | undefined;
|
|
2314
|
+
class?: any;
|
|
2315
|
+
theme?: string | undefined;
|
|
2100
2316
|
rounded?: string | number | boolean | undefined;
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2317
|
+
bgColor?: string | undefined;
|
|
2318
|
+
baseColor?: string | undefined;
|
|
2319
|
+
appendInnerIcon?: IconValue | undefined;
|
|
2320
|
+
prependInnerIcon?: IconValue | undefined;
|
|
2321
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2322
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2323
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2324
|
+
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
2104
2325
|
centerAffix?: boolean | undefined;
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2326
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2327
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2328
|
+
flat: boolean;
|
|
2329
|
+
reverse: boolean;
|
|
2330
|
+
error: boolean;
|
|
2331
|
+
active: boolean;
|
|
2332
|
+
style: vue.StyleValue;
|
|
2333
|
+
disabled: boolean;
|
|
2334
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
2335
|
+
clearIcon: IconValue;
|
|
2336
|
+
focused: boolean;
|
|
2337
|
+
clearable: boolean;
|
|
2338
|
+
dirty: boolean;
|
|
2339
|
+
persistentClear: boolean;
|
|
2340
|
+
singleLine: boolean;
|
|
2341
|
+
} & {
|
|
2110
2342
|
id?: string | undefined;
|
|
2111
2343
|
color?: string | undefined;
|
|
2112
2344
|
loading?: string | boolean | undefined;
|
|
2113
2345
|
label?: string | undefined;
|
|
2114
2346
|
class?: any;
|
|
2115
|
-
ref?: vue.VNodeRef | undefined;
|
|
2116
|
-
ref_for?: boolean | undefined;
|
|
2117
|
-
ref_key?: string | undefined;
|
|
2118
2347
|
theme?: string | undefined;
|
|
2119
|
-
|
|
2120
|
-
[key: string]: any;
|
|
2121
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2122
|
-
[key: string]: any;
|
|
2123
|
-
}>) => void)[] | undefined;
|
|
2124
|
-
onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2125
|
-
[key: string]: any;
|
|
2126
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2127
|
-
[key: string]: any;
|
|
2128
|
-
}>) => void)[] | undefined;
|
|
2129
|
-
onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2130
|
-
[key: string]: any;
|
|
2131
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2132
|
-
[key: string]: any;
|
|
2133
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2134
|
-
[key: string]: any;
|
|
2135
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2136
|
-
[key: string]: any;
|
|
2137
|
-
}>) => void)[] | undefined;
|
|
2138
|
-
onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2139
|
-
[key: string]: any;
|
|
2140
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2141
|
-
[key: string]: any;
|
|
2142
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2143
|
-
[key: string]: any;
|
|
2144
|
-
}>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2145
|
-
[key: string]: any;
|
|
2146
|
-
}>) => void)[] | undefined;
|
|
2147
|
-
onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2148
|
-
[key: string]: any;
|
|
2149
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2150
|
-
[key: string]: any;
|
|
2151
|
-
}>) => void)[] | undefined;
|
|
2152
|
-
onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2153
|
-
[key: string]: any;
|
|
2154
|
-
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
2155
|
-
[key: string]: any;
|
|
2156
|
-
}>) => void)[] | undefined;
|
|
2157
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2348
|
+
rounded?: string | number | boolean | undefined;
|
|
2158
2349
|
bgColor?: string | undefined;
|
|
2159
2350
|
baseColor?: string | undefined;
|
|
2160
2351
|
appendInnerIcon?: IconValue | undefined;
|
|
@@ -2162,8 +2353,12 @@ declare const VTextField: {
|
|
|
2162
2353
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2163
2354
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2164
2355
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2165
|
-
'onUpdate:focused'?:
|
|
2166
|
-
|
|
2356
|
+
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
2357
|
+
centerAffix?: boolean | undefined;
|
|
2358
|
+
} & {
|
|
2359
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2360
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2361
|
+
}, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
2167
2362
|
$attrs: {
|
|
2168
2363
|
[x: string]: unknown;
|
|
2169
2364
|
};
|
|
@@ -2333,7 +2528,7 @@ declare const VTextField: {
|
|
|
2333
2528
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
2334
2529
|
modelValue?: unknown;
|
|
2335
2530
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
2336
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
2531
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "bgColor" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2337
2532
|
'click:control': (e: MouseEvent) => true;
|
|
2338
2533
|
'mousedown:control': (e: MouseEvent) => true;
|
|
2339
2534
|
'update:focused': (focused: boolean) => true;
|
|
@@ -2353,11 +2548,11 @@ declare const VTextField: {
|
|
|
2353
2548
|
rounded: string | number | boolean;
|
|
2354
2549
|
density: Density;
|
|
2355
2550
|
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
|
|
2551
|
+
rules: readonly ValidationRule[];
|
|
2356
2552
|
clearIcon: IconValue;
|
|
2357
2553
|
focused: boolean;
|
|
2358
2554
|
errorMessages: string | readonly string[] | null;
|
|
2359
2555
|
maxErrors: string | number;
|
|
2360
|
-
rules: readonly ValidationRule[];
|
|
2361
2556
|
centerAffix: boolean;
|
|
2362
2557
|
persistentHint: boolean;
|
|
2363
2558
|
clearable: boolean;
|