vuetify 3.5.9 → 3.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +106 -6
- package/dist/json/importMap-labs.json +10 -6
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +30 -0
- package/dist/json/web-types.json +582 -15
- package/dist/vuetify-labs.css +3076 -3034
- package/dist/vuetify-labs.d.ts +2711 -1996
- package/dist/vuetify-labs.esm.js +518 -40
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +518 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1609 -1604
- package/dist/vuetify.d.ts +1885 -1832
- package/dist/vuetify.esm.js +605 -330
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +604 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1106 -1098
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +4 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +94 -94
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VCombobox/VCombobox.mjs +5 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +94 -94
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +48 -48
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +94 -94
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +1869 -1832
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -39
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/index.d.mts +8 -8
- package/lib/labs/components.d.mts +788 -95
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -100,7 +100,7 @@ declare const VTextField: {
|
|
|
100
100
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
101
101
|
flat: boolean;
|
|
102
102
|
reverse: boolean;
|
|
103
|
-
variant: "filled" | "
|
|
103
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
104
104
|
type: string;
|
|
105
105
|
error: boolean;
|
|
106
106
|
active: boolean;
|
|
@@ -110,13 +110,13 @@ declare const VTextField: {
|
|
|
110
110
|
disabled: boolean;
|
|
111
111
|
readonly: boolean | null;
|
|
112
112
|
messages: string | readonly string[];
|
|
113
|
-
tile: boolean;
|
|
114
|
-
density: Density;
|
|
115
|
-
clearIcon: IconValue;
|
|
116
113
|
focused: boolean;
|
|
117
114
|
errorMessages: string | readonly string[] | null;
|
|
118
115
|
maxErrors: string | number;
|
|
119
116
|
rules: readonly ValidationRule[];
|
|
117
|
+
tile: boolean;
|
|
118
|
+
density: Density;
|
|
119
|
+
clearIcon: IconValue;
|
|
120
120
|
hideSpinButtons: boolean;
|
|
121
121
|
persistentHint: boolean;
|
|
122
122
|
clearable: boolean;
|
|
@@ -137,8 +137,11 @@ declare const VTextField: {
|
|
|
137
137
|
placeholder?: string | undefined;
|
|
138
138
|
theme?: string | undefined;
|
|
139
139
|
counter?: string | number | boolean | undefined;
|
|
140
|
-
|
|
140
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
141
141
|
modelValue?: any;
|
|
142
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
143
|
+
validationValue?: any;
|
|
144
|
+
rounded?: string | number | boolean | undefined;
|
|
142
145
|
bgColor?: string | undefined;
|
|
143
146
|
prependIcon?: IconValue | undefined;
|
|
144
147
|
appendIcon?: IconValue | undefined;
|
|
@@ -150,9 +153,6 @@ declare const VTextField: {
|
|
|
150
153
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
151
154
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
152
155
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
153
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
154
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
155
|
-
validationValue?: any;
|
|
156
156
|
centerAffix?: boolean | undefined;
|
|
157
157
|
hint?: string | undefined;
|
|
158
158
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -208,8 +208,8 @@ declare const VTextField: {
|
|
|
208
208
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
209
209
|
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
210
210
|
} & {
|
|
211
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
212
211
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
212
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
213
213
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
214
214
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
215
215
|
}, HTMLInputElement & Omit<Omit<{
|
|
@@ -222,11 +222,11 @@ declare const VTextField: {
|
|
|
222
222
|
disabled: boolean | null;
|
|
223
223
|
readonly: boolean | null;
|
|
224
224
|
messages: string | readonly string[];
|
|
225
|
-
density: Density;
|
|
226
225
|
focused: boolean;
|
|
227
226
|
errorMessages: string | readonly string[] | null;
|
|
228
227
|
maxErrors: string | number;
|
|
229
228
|
rules: readonly ValidationRule[];
|
|
229
|
+
density: Density;
|
|
230
230
|
centerAffix: boolean;
|
|
231
231
|
hideSpinButtons: boolean;
|
|
232
232
|
persistentHint: boolean;
|
|
@@ -237,11 +237,11 @@ declare const VTextField: {
|
|
|
237
237
|
disabled: boolean | null;
|
|
238
238
|
readonly: boolean | null;
|
|
239
239
|
messages: string | readonly string[];
|
|
240
|
-
density: Density;
|
|
241
240
|
focused: boolean;
|
|
242
241
|
errorMessages: string | readonly string[] | null;
|
|
243
242
|
maxErrors: string | number;
|
|
244
243
|
rules: readonly ValidationRule[];
|
|
244
|
+
density: Density;
|
|
245
245
|
centerAffix: boolean;
|
|
246
246
|
hideSpinButtons: boolean;
|
|
247
247
|
persistentHint: boolean;
|
|
@@ -249,13 +249,13 @@ declare const VTextField: {
|
|
|
249
249
|
name?: string | undefined;
|
|
250
250
|
label?: string | undefined;
|
|
251
251
|
class?: any;
|
|
252
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
253
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
254
|
+
validationValue?: any;
|
|
252
255
|
prependIcon?: IconValue | undefined;
|
|
253
256
|
appendIcon?: IconValue | undefined;
|
|
254
257
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
255
258
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
256
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
257
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
258
|
-
validationValue?: any;
|
|
259
259
|
hint?: string | undefined;
|
|
260
260
|
hideDetails?: boolean | "auto" | undefined;
|
|
261
261
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -265,11 +265,11 @@ declare const VTextField: {
|
|
|
265
265
|
disabled: boolean | null;
|
|
266
266
|
readonly: boolean | null;
|
|
267
267
|
messages: string | readonly string[];
|
|
268
|
-
density: Density;
|
|
269
268
|
focused: boolean;
|
|
270
269
|
errorMessages: string | readonly string[] | null;
|
|
271
270
|
maxErrors: string | number;
|
|
272
271
|
rules: readonly ValidationRule[];
|
|
272
|
+
density: Density;
|
|
273
273
|
centerAffix: boolean;
|
|
274
274
|
hideSpinButtons: boolean;
|
|
275
275
|
persistentHint: boolean;
|
|
@@ -278,16 +278,16 @@ declare const VTextField: {
|
|
|
278
278
|
name?: string | undefined;
|
|
279
279
|
label?: string | undefined;
|
|
280
280
|
class?: any;
|
|
281
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
282
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
283
|
+
validationValue?: any;
|
|
281
284
|
prependIcon?: IconValue | undefined;
|
|
282
285
|
appendIcon?: IconValue | undefined;
|
|
283
286
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
284
287
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
285
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
286
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
287
|
-
validationValue?: any;
|
|
288
288
|
hint?: string | undefined;
|
|
289
289
|
hideDetails?: boolean | "auto" | undefined;
|
|
290
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "
|
|
290
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
291
291
|
$attrs: {
|
|
292
292
|
[x: string]: unknown;
|
|
293
293
|
};
|
|
@@ -322,11 +322,11 @@ declare const VTextField: {
|
|
|
322
322
|
disabled: boolean | null;
|
|
323
323
|
readonly: boolean | null;
|
|
324
324
|
messages: string | readonly string[];
|
|
325
|
-
density: Density;
|
|
326
325
|
focused: boolean;
|
|
327
326
|
errorMessages: string | readonly string[] | null;
|
|
328
327
|
maxErrors: string | number;
|
|
329
328
|
rules: readonly ValidationRule[];
|
|
329
|
+
density: Density;
|
|
330
330
|
centerAffix: boolean;
|
|
331
331
|
hideSpinButtons: boolean;
|
|
332
332
|
persistentHint: boolean;
|
|
@@ -335,13 +335,13 @@ declare const VTextField: {
|
|
|
335
335
|
name?: string | undefined;
|
|
336
336
|
label?: string | undefined;
|
|
337
337
|
class?: any;
|
|
338
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
339
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
340
|
+
validationValue?: any;
|
|
338
341
|
prependIcon?: IconValue | undefined;
|
|
339
342
|
appendIcon?: IconValue | undefined;
|
|
340
343
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
341
344
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
342
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
343
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
344
|
-
validationValue?: any;
|
|
345
345
|
hint?: string | undefined;
|
|
346
346
|
hideDetails?: boolean | "auto" | undefined;
|
|
347
347
|
} & {}, {
|
|
@@ -352,18 +352,18 @@ declare const VTextField: {
|
|
|
352
352
|
errorMessages: vue.ComputedRef<string[]>;
|
|
353
353
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
354
354
|
'update:modelValue': (value: any) => true;
|
|
355
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
355
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
356
356
|
error: boolean;
|
|
357
357
|
direction: "horizontal" | "vertical";
|
|
358
358
|
style: vue.StyleValue;
|
|
359
359
|
disabled: boolean | null;
|
|
360
360
|
readonly: boolean | null;
|
|
361
361
|
messages: string | readonly string[];
|
|
362
|
-
density: Density;
|
|
363
362
|
focused: boolean;
|
|
364
363
|
errorMessages: string | readonly string[] | null;
|
|
365
364
|
maxErrors: string | number;
|
|
366
365
|
rules: readonly ValidationRule[];
|
|
366
|
+
density: Density;
|
|
367
367
|
centerAffix: boolean;
|
|
368
368
|
hideSpinButtons: boolean;
|
|
369
369
|
persistentHint: boolean;
|
|
@@ -410,11 +410,11 @@ declare const VTextField: {
|
|
|
410
410
|
disabled: boolean | null;
|
|
411
411
|
readonly: boolean | null;
|
|
412
412
|
messages: string | readonly string[];
|
|
413
|
-
density: Density;
|
|
414
413
|
focused: boolean;
|
|
415
414
|
errorMessages: string | readonly string[] | null;
|
|
416
415
|
maxErrors: string | number;
|
|
417
416
|
rules: readonly ValidationRule[];
|
|
417
|
+
density: Density;
|
|
418
418
|
centerAffix: boolean;
|
|
419
419
|
hideSpinButtons: boolean;
|
|
420
420
|
persistentHint: boolean;
|
|
@@ -423,16 +423,16 @@ declare const VTextField: {
|
|
|
423
423
|
name?: string | undefined;
|
|
424
424
|
label?: string | undefined;
|
|
425
425
|
class?: any;
|
|
426
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
427
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
428
|
+
validationValue?: any;
|
|
426
429
|
prependIcon?: IconValue | undefined;
|
|
427
430
|
appendIcon?: IconValue | undefined;
|
|
428
431
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
429
432
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
430
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
431
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
432
|
-
validationValue?: any;
|
|
433
433
|
hint?: string | undefined;
|
|
434
434
|
hideDetails?: boolean | "auto" | undefined;
|
|
435
|
-
} & {}, "reset" | "
|
|
435
|
+
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
436
436
|
reset: () => void;
|
|
437
437
|
resetValidation: () => void;
|
|
438
438
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -441,21 +441,21 @@ declare const VTextField: {
|
|
|
441
441
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
442
442
|
modelValue?: unknown;
|
|
443
443
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
444
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
444
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
445
445
|
$: vue.ComponentInternalInstance;
|
|
446
446
|
$data: {};
|
|
447
447
|
$props: Partial<{
|
|
448
448
|
flat: boolean;
|
|
449
449
|
reverse: boolean;
|
|
450
|
-
variant: "filled" | "
|
|
450
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
451
451
|
error: boolean;
|
|
452
452
|
active: boolean;
|
|
453
453
|
style: vue.StyleValue;
|
|
454
454
|
disabled: boolean;
|
|
455
|
+
focused: boolean;
|
|
455
456
|
rounded: string | number | boolean;
|
|
456
457
|
tile: boolean;
|
|
457
458
|
clearIcon: IconValue;
|
|
458
|
-
focused: boolean;
|
|
459
459
|
centerAffix: boolean;
|
|
460
460
|
clearable: boolean;
|
|
461
461
|
dirty: boolean;
|
|
@@ -464,14 +464,14 @@ declare const VTextField: {
|
|
|
464
464
|
}> & Omit<{
|
|
465
465
|
flat: boolean;
|
|
466
466
|
reverse: boolean;
|
|
467
|
-
variant: "filled" | "
|
|
467
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
468
468
|
error: boolean;
|
|
469
469
|
active: boolean;
|
|
470
470
|
style: vue.StyleValue;
|
|
471
471
|
disabled: boolean;
|
|
472
|
+
focused: boolean;
|
|
472
473
|
tile: boolean;
|
|
473
474
|
clearIcon: IconValue;
|
|
474
|
-
focused: boolean;
|
|
475
475
|
clearable: boolean;
|
|
476
476
|
dirty: boolean;
|
|
477
477
|
persistentClear: boolean;
|
|
@@ -482,6 +482,7 @@ declare const VTextField: {
|
|
|
482
482
|
label?: string | undefined;
|
|
483
483
|
class?: any;
|
|
484
484
|
theme?: string | undefined;
|
|
485
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
485
486
|
rounded?: string | number | boolean | undefined;
|
|
486
487
|
bgColor?: string | undefined;
|
|
487
488
|
baseColor?: string | undefined;
|
|
@@ -490,19 +491,18 @@ declare const VTextField: {
|
|
|
490
491
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
491
492
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
492
493
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
493
|
-
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
494
494
|
centerAffix?: boolean | undefined;
|
|
495
495
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
496
496
|
flat: boolean;
|
|
497
497
|
reverse: boolean;
|
|
498
|
-
variant: "filled" | "
|
|
498
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
499
499
|
error: boolean;
|
|
500
500
|
active: boolean;
|
|
501
501
|
style: vue.StyleValue;
|
|
502
502
|
disabled: boolean;
|
|
503
|
+
focused: boolean;
|
|
503
504
|
tile: boolean;
|
|
504
505
|
clearIcon: IconValue;
|
|
505
|
-
focused: boolean;
|
|
506
506
|
clearable: boolean;
|
|
507
507
|
dirty: boolean;
|
|
508
508
|
persistentClear: boolean;
|
|
@@ -514,6 +514,7 @@ declare const VTextField: {
|
|
|
514
514
|
label?: string | undefined;
|
|
515
515
|
class?: any;
|
|
516
516
|
theme?: string | undefined;
|
|
517
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
517
518
|
rounded?: string | number | boolean | undefined;
|
|
518
519
|
bgColor?: string | undefined;
|
|
519
520
|
baseColor?: string | undefined;
|
|
@@ -522,11 +523,10 @@ declare const VTextField: {
|
|
|
522
523
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
523
524
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
524
525
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
525
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
526
526
|
centerAffix?: boolean | undefined;
|
|
527
527
|
} & {
|
|
528
528
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
529
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "
|
|
529
|
+
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
530
530
|
$attrs: {
|
|
531
531
|
[x: string]: unknown;
|
|
532
532
|
};
|
|
@@ -563,14 +563,14 @@ declare const VTextField: {
|
|
|
563
563
|
$options: vue.ComponentOptionsBase<{
|
|
564
564
|
flat: boolean;
|
|
565
565
|
reverse: boolean;
|
|
566
|
-
variant: "filled" | "
|
|
566
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
567
567
|
error: boolean;
|
|
568
568
|
active: boolean;
|
|
569
569
|
style: vue.StyleValue;
|
|
570
570
|
disabled: boolean;
|
|
571
|
+
focused: boolean;
|
|
571
572
|
tile: boolean;
|
|
572
573
|
clearIcon: IconValue;
|
|
573
|
-
focused: boolean;
|
|
574
574
|
clearable: boolean;
|
|
575
575
|
dirty: boolean;
|
|
576
576
|
persistentClear: boolean;
|
|
@@ -582,6 +582,7 @@ declare const VTextField: {
|
|
|
582
582
|
label?: string | undefined;
|
|
583
583
|
class?: any;
|
|
584
584
|
theme?: string | undefined;
|
|
585
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
585
586
|
rounded?: string | number | boolean | undefined;
|
|
586
587
|
bgColor?: string | undefined;
|
|
587
588
|
baseColor?: string | undefined;
|
|
@@ -590,7 +591,6 @@ declare const VTextField: {
|
|
|
590
591
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
591
592
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
592
593
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
593
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
594
594
|
centerAffix?: boolean | undefined;
|
|
595
595
|
} & {
|
|
596
596
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -602,15 +602,15 @@ declare const VTextField: {
|
|
|
602
602
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
603
603
|
flat: boolean;
|
|
604
604
|
reverse: boolean;
|
|
605
|
-
variant: "filled" | "
|
|
605
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
606
606
|
error: boolean;
|
|
607
607
|
active: boolean;
|
|
608
608
|
style: vue.StyleValue;
|
|
609
609
|
disabled: boolean;
|
|
610
|
+
focused: boolean;
|
|
610
611
|
rounded: string | number | boolean;
|
|
611
612
|
tile: boolean;
|
|
612
613
|
clearIcon: IconValue;
|
|
613
|
-
focused: boolean;
|
|
614
614
|
centerAffix: boolean;
|
|
615
615
|
clearable: boolean;
|
|
616
616
|
dirty: boolean;
|
|
@@ -661,14 +661,14 @@ declare const VTextField: {
|
|
|
661
661
|
} & Omit<{
|
|
662
662
|
flat: boolean;
|
|
663
663
|
reverse: boolean;
|
|
664
|
-
variant: "filled" | "
|
|
664
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
665
665
|
error: boolean;
|
|
666
666
|
active: boolean;
|
|
667
667
|
style: vue.StyleValue;
|
|
668
668
|
disabled: boolean;
|
|
669
|
+
focused: boolean;
|
|
669
670
|
tile: boolean;
|
|
670
671
|
clearIcon: IconValue;
|
|
671
|
-
focused: boolean;
|
|
672
672
|
clearable: boolean;
|
|
673
673
|
dirty: boolean;
|
|
674
674
|
persistentClear: boolean;
|
|
@@ -680,6 +680,7 @@ declare const VTextField: {
|
|
|
680
680
|
label?: string | undefined;
|
|
681
681
|
class?: any;
|
|
682
682
|
theme?: string | undefined;
|
|
683
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
683
684
|
rounded?: string | number | boolean | undefined;
|
|
684
685
|
bgColor?: string | undefined;
|
|
685
686
|
baseColor?: string | undefined;
|
|
@@ -688,7 +689,6 @@ declare const VTextField: {
|
|
|
688
689
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
689
690
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
690
691
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
691
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
692
692
|
centerAffix?: boolean | undefined;
|
|
693
693
|
} & {
|
|
694
694
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -697,7 +697,7 @@ declare const VTextField: {
|
|
|
697
697
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
698
698
|
modelValue?: unknown;
|
|
699
699
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
700
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
|
700
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
701
701
|
'click:control': (e: MouseEvent) => true;
|
|
702
702
|
'mousedown:control': (e: MouseEvent) => true;
|
|
703
703
|
'update:focused': (focused: boolean) => true;
|
|
@@ -705,7 +705,7 @@ declare const VTextField: {
|
|
|
705
705
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
706
706
|
flat: boolean;
|
|
707
707
|
reverse: boolean;
|
|
708
|
-
variant: "filled" | "
|
|
708
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
709
709
|
type: string;
|
|
710
710
|
error: boolean;
|
|
711
711
|
active: boolean;
|
|
@@ -715,13 +715,13 @@ declare const VTextField: {
|
|
|
715
715
|
disabled: boolean;
|
|
716
716
|
readonly: boolean | null;
|
|
717
717
|
messages: string | readonly string[];
|
|
718
|
-
tile: boolean;
|
|
719
|
-
density: Density;
|
|
720
|
-
clearIcon: IconValue;
|
|
721
718
|
focused: boolean;
|
|
722
719
|
errorMessages: string | readonly string[] | null;
|
|
723
720
|
maxErrors: string | number;
|
|
724
721
|
rules: readonly ValidationRule[];
|
|
722
|
+
tile: boolean;
|
|
723
|
+
density: Density;
|
|
724
|
+
clearIcon: IconValue;
|
|
725
725
|
hideSpinButtons: boolean;
|
|
726
726
|
persistentHint: boolean;
|
|
727
727
|
clearable: boolean;
|
|
@@ -742,8 +742,11 @@ declare const VTextField: {
|
|
|
742
742
|
placeholder?: string | undefined;
|
|
743
743
|
theme?: string | undefined;
|
|
744
744
|
counter?: string | number | boolean | undefined;
|
|
745
|
-
|
|
745
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
746
746
|
modelValue?: any;
|
|
747
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
748
|
+
validationValue?: any;
|
|
749
|
+
rounded?: string | number | boolean | undefined;
|
|
747
750
|
bgColor?: string | undefined;
|
|
748
751
|
prependIcon?: IconValue | undefined;
|
|
749
752
|
appendIcon?: IconValue | undefined;
|
|
@@ -755,9 +758,6 @@ declare const VTextField: {
|
|
|
755
758
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
756
759
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
757
760
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
758
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
759
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
760
|
-
validationValue?: any;
|
|
761
761
|
centerAffix?: boolean | undefined;
|
|
762
762
|
hint?: string | undefined;
|
|
763
763
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -813,14 +813,14 @@ declare const VTextField: {
|
|
|
813
813
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
814
814
|
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
815
815
|
} & {
|
|
816
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
817
816
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
817
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
818
818
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
819
819
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
820
820
|
}, {
|
|
821
821
|
flat: boolean;
|
|
822
822
|
reverse: boolean;
|
|
823
|
-
variant: "filled" | "
|
|
823
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
824
824
|
type: string;
|
|
825
825
|
error: boolean;
|
|
826
826
|
active: boolean;
|
|
@@ -830,14 +830,14 @@ declare const VTextField: {
|
|
|
830
830
|
disabled: boolean;
|
|
831
831
|
readonly: boolean | null;
|
|
832
832
|
messages: string | readonly string[];
|
|
833
|
-
rounded: string | number | boolean;
|
|
834
|
-
tile: boolean;
|
|
835
|
-
density: Density;
|
|
836
|
-
clearIcon: IconValue;
|
|
837
833
|
focused: boolean;
|
|
838
834
|
errorMessages: string | readonly string[] | null;
|
|
839
835
|
maxErrors: string | number;
|
|
840
836
|
rules: readonly ValidationRule[];
|
|
837
|
+
rounded: string | number | boolean;
|
|
838
|
+
tile: boolean;
|
|
839
|
+
density: Density;
|
|
840
|
+
clearIcon: IconValue;
|
|
841
841
|
centerAffix: boolean;
|
|
842
842
|
hideSpinButtons: boolean;
|
|
843
843
|
persistentHint: boolean;
|
|
@@ -894,7 +894,7 @@ declare const VTextField: {
|
|
|
894
894
|
}, {
|
|
895
895
|
flat: boolean;
|
|
896
896
|
reverse: boolean;
|
|
897
|
-
variant: "filled" | "
|
|
897
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
898
898
|
type: string;
|
|
899
899
|
error: boolean;
|
|
900
900
|
active: boolean;
|
|
@@ -904,13 +904,13 @@ declare const VTextField: {
|
|
|
904
904
|
disabled: boolean;
|
|
905
905
|
readonly: boolean | null;
|
|
906
906
|
messages: string | readonly string[];
|
|
907
|
-
tile: boolean;
|
|
908
|
-
density: Density;
|
|
909
|
-
clearIcon: IconValue;
|
|
910
907
|
focused: boolean;
|
|
911
908
|
errorMessages: string | readonly string[] | null;
|
|
912
909
|
maxErrors: string | number;
|
|
913
910
|
rules: readonly ValidationRule[];
|
|
911
|
+
tile: boolean;
|
|
912
|
+
density: Density;
|
|
913
|
+
clearIcon: IconValue;
|
|
914
914
|
hideSpinButtons: boolean;
|
|
915
915
|
persistentHint: boolean;
|
|
916
916
|
clearable: boolean;
|
|
@@ -931,8 +931,11 @@ declare const VTextField: {
|
|
|
931
931
|
placeholder?: string | undefined;
|
|
932
932
|
theme?: string | undefined;
|
|
933
933
|
counter?: string | number | boolean | undefined;
|
|
934
|
-
|
|
934
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
935
935
|
modelValue?: any;
|
|
936
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
937
|
+
validationValue?: any;
|
|
938
|
+
rounded?: string | number | boolean | undefined;
|
|
936
939
|
bgColor?: string | undefined;
|
|
937
940
|
prependIcon?: IconValue | undefined;
|
|
938
941
|
appendIcon?: IconValue | undefined;
|
|
@@ -944,9 +947,6 @@ declare const VTextField: {
|
|
|
944
947
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
945
948
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
946
949
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
947
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
948
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
949
|
-
validationValue?: any;
|
|
950
950
|
centerAffix?: boolean | undefined;
|
|
951
951
|
hint?: string | undefined;
|
|
952
952
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1002,8 +1002,8 @@ declare const VTextField: {
|
|
|
1002
1002
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1003
1003
|
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
1004
1004
|
} & {
|
|
1005
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1006
1005
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1006
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1007
1007
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1008
1008
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1009
1009
|
}, HTMLInputElement & Omit<Omit<{
|
|
@@ -1016,11 +1016,11 @@ declare const VTextField: {
|
|
|
1016
1016
|
disabled: boolean | null;
|
|
1017
1017
|
readonly: boolean | null;
|
|
1018
1018
|
messages: string | readonly string[];
|
|
1019
|
-
density: Density;
|
|
1020
1019
|
focused: boolean;
|
|
1021
1020
|
errorMessages: string | readonly string[] | null;
|
|
1022
1021
|
maxErrors: string | number;
|
|
1023
1022
|
rules: readonly ValidationRule[];
|
|
1023
|
+
density: Density;
|
|
1024
1024
|
centerAffix: boolean;
|
|
1025
1025
|
hideSpinButtons: boolean;
|
|
1026
1026
|
persistentHint: boolean;
|
|
@@ -1031,11 +1031,11 @@ declare const VTextField: {
|
|
|
1031
1031
|
disabled: boolean | null;
|
|
1032
1032
|
readonly: boolean | null;
|
|
1033
1033
|
messages: string | readonly string[];
|
|
1034
|
-
density: Density;
|
|
1035
1034
|
focused: boolean;
|
|
1036
1035
|
errorMessages: string | readonly string[] | null;
|
|
1037
1036
|
maxErrors: string | number;
|
|
1038
1037
|
rules: readonly ValidationRule[];
|
|
1038
|
+
density: Density;
|
|
1039
1039
|
centerAffix: boolean;
|
|
1040
1040
|
hideSpinButtons: boolean;
|
|
1041
1041
|
persistentHint: boolean;
|
|
@@ -1043,13 +1043,13 @@ declare const VTextField: {
|
|
|
1043
1043
|
name?: string | undefined;
|
|
1044
1044
|
label?: string | undefined;
|
|
1045
1045
|
class?: any;
|
|
1046
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1047
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1048
|
+
validationValue?: any;
|
|
1046
1049
|
prependIcon?: IconValue | undefined;
|
|
1047
1050
|
appendIcon?: IconValue | undefined;
|
|
1048
1051
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1049
1052
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1050
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1051
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1052
|
-
validationValue?: any;
|
|
1053
1053
|
hint?: string | undefined;
|
|
1054
1054
|
hideDetails?: boolean | "auto" | undefined;
|
|
1055
1055
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -1059,11 +1059,11 @@ declare const VTextField: {
|
|
|
1059
1059
|
disabled: boolean | null;
|
|
1060
1060
|
readonly: boolean | null;
|
|
1061
1061
|
messages: string | readonly string[];
|
|
1062
|
-
density: Density;
|
|
1063
1062
|
focused: boolean;
|
|
1064
1063
|
errorMessages: string | readonly string[] | null;
|
|
1065
1064
|
maxErrors: string | number;
|
|
1066
1065
|
rules: readonly ValidationRule[];
|
|
1066
|
+
density: Density;
|
|
1067
1067
|
centerAffix: boolean;
|
|
1068
1068
|
hideSpinButtons: boolean;
|
|
1069
1069
|
persistentHint: boolean;
|
|
@@ -1072,16 +1072,16 @@ declare const VTextField: {
|
|
|
1072
1072
|
name?: string | undefined;
|
|
1073
1073
|
label?: string | undefined;
|
|
1074
1074
|
class?: any;
|
|
1075
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1076
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1077
|
+
validationValue?: any;
|
|
1075
1078
|
prependIcon?: IconValue | undefined;
|
|
1076
1079
|
appendIcon?: IconValue | undefined;
|
|
1077
1080
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1078
1081
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1079
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1080
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1081
|
-
validationValue?: any;
|
|
1082
1082
|
hint?: string | undefined;
|
|
1083
1083
|
hideDetails?: boolean | "auto" | undefined;
|
|
1084
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "
|
|
1084
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1085
1085
|
$attrs: {
|
|
1086
1086
|
[x: string]: unknown;
|
|
1087
1087
|
};
|
|
@@ -1116,11 +1116,11 @@ declare const VTextField: {
|
|
|
1116
1116
|
disabled: boolean | null;
|
|
1117
1117
|
readonly: boolean | null;
|
|
1118
1118
|
messages: string | readonly string[];
|
|
1119
|
-
density: Density;
|
|
1120
1119
|
focused: boolean;
|
|
1121
1120
|
errorMessages: string | readonly string[] | null;
|
|
1122
1121
|
maxErrors: string | number;
|
|
1123
1122
|
rules: readonly ValidationRule[];
|
|
1123
|
+
density: Density;
|
|
1124
1124
|
centerAffix: boolean;
|
|
1125
1125
|
hideSpinButtons: boolean;
|
|
1126
1126
|
persistentHint: boolean;
|
|
@@ -1129,13 +1129,13 @@ declare const VTextField: {
|
|
|
1129
1129
|
name?: string | undefined;
|
|
1130
1130
|
label?: string | undefined;
|
|
1131
1131
|
class?: any;
|
|
1132
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1133
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1134
|
+
validationValue?: any;
|
|
1132
1135
|
prependIcon?: IconValue | undefined;
|
|
1133
1136
|
appendIcon?: IconValue | undefined;
|
|
1134
1137
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1135
1138
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1136
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1137
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1138
|
-
validationValue?: any;
|
|
1139
1139
|
hint?: string | undefined;
|
|
1140
1140
|
hideDetails?: boolean | "auto" | undefined;
|
|
1141
1141
|
} & {}, {
|
|
@@ -1146,18 +1146,18 @@ declare const VTextField: {
|
|
|
1146
1146
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1147
1147
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1148
1148
|
'update:modelValue': (value: any) => true;
|
|
1149
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
1149
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1150
1150
|
error: boolean;
|
|
1151
1151
|
direction: "horizontal" | "vertical";
|
|
1152
1152
|
style: vue.StyleValue;
|
|
1153
1153
|
disabled: boolean | null;
|
|
1154
1154
|
readonly: boolean | null;
|
|
1155
1155
|
messages: string | readonly string[];
|
|
1156
|
-
density: Density;
|
|
1157
1156
|
focused: boolean;
|
|
1158
1157
|
errorMessages: string | readonly string[] | null;
|
|
1159
1158
|
maxErrors: string | number;
|
|
1160
1159
|
rules: readonly ValidationRule[];
|
|
1160
|
+
density: Density;
|
|
1161
1161
|
centerAffix: boolean;
|
|
1162
1162
|
hideSpinButtons: boolean;
|
|
1163
1163
|
persistentHint: boolean;
|
|
@@ -1204,11 +1204,11 @@ declare const VTextField: {
|
|
|
1204
1204
|
disabled: boolean | null;
|
|
1205
1205
|
readonly: boolean | null;
|
|
1206
1206
|
messages: string | readonly string[];
|
|
1207
|
-
density: Density;
|
|
1208
1207
|
focused: boolean;
|
|
1209
1208
|
errorMessages: string | readonly string[] | null;
|
|
1210
1209
|
maxErrors: string | number;
|
|
1211
1210
|
rules: readonly ValidationRule[];
|
|
1211
|
+
density: Density;
|
|
1212
1212
|
centerAffix: boolean;
|
|
1213
1213
|
hideSpinButtons: boolean;
|
|
1214
1214
|
persistentHint: boolean;
|
|
@@ -1217,16 +1217,16 @@ declare const VTextField: {
|
|
|
1217
1217
|
name?: string | undefined;
|
|
1218
1218
|
label?: string | undefined;
|
|
1219
1219
|
class?: any;
|
|
1220
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1221
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1222
|
+
validationValue?: any;
|
|
1220
1223
|
prependIcon?: IconValue | undefined;
|
|
1221
1224
|
appendIcon?: IconValue | undefined;
|
|
1222
1225
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1223
1226
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1224
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1225
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1226
|
-
validationValue?: any;
|
|
1227
1227
|
hint?: string | undefined;
|
|
1228
1228
|
hideDetails?: boolean | "auto" | undefined;
|
|
1229
|
-
} & {}, "reset" | "
|
|
1229
|
+
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
1230
1230
|
reset: () => void;
|
|
1231
1231
|
resetValidation: () => void;
|
|
1232
1232
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -1235,21 +1235,21 @@ declare const VTextField: {
|
|
|
1235
1235
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1236
1236
|
modelValue?: unknown;
|
|
1237
1237
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1238
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
1238
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1239
1239
|
$: vue.ComponentInternalInstance;
|
|
1240
1240
|
$data: {};
|
|
1241
1241
|
$props: Partial<{
|
|
1242
1242
|
flat: boolean;
|
|
1243
1243
|
reverse: boolean;
|
|
1244
|
-
variant: "filled" | "
|
|
1244
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1245
1245
|
error: boolean;
|
|
1246
1246
|
active: boolean;
|
|
1247
1247
|
style: vue.StyleValue;
|
|
1248
1248
|
disabled: boolean;
|
|
1249
|
+
focused: boolean;
|
|
1249
1250
|
rounded: string | number | boolean;
|
|
1250
1251
|
tile: boolean;
|
|
1251
1252
|
clearIcon: IconValue;
|
|
1252
|
-
focused: boolean;
|
|
1253
1253
|
centerAffix: boolean;
|
|
1254
1254
|
clearable: boolean;
|
|
1255
1255
|
dirty: boolean;
|
|
@@ -1258,14 +1258,14 @@ declare const VTextField: {
|
|
|
1258
1258
|
}> & Omit<{
|
|
1259
1259
|
flat: boolean;
|
|
1260
1260
|
reverse: boolean;
|
|
1261
|
-
variant: "filled" | "
|
|
1261
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1262
1262
|
error: boolean;
|
|
1263
1263
|
active: boolean;
|
|
1264
1264
|
style: vue.StyleValue;
|
|
1265
1265
|
disabled: boolean;
|
|
1266
|
+
focused: boolean;
|
|
1266
1267
|
tile: boolean;
|
|
1267
1268
|
clearIcon: IconValue;
|
|
1268
|
-
focused: boolean;
|
|
1269
1269
|
clearable: boolean;
|
|
1270
1270
|
dirty: boolean;
|
|
1271
1271
|
persistentClear: boolean;
|
|
@@ -1276,6 +1276,7 @@ declare const VTextField: {
|
|
|
1276
1276
|
label?: string | undefined;
|
|
1277
1277
|
class?: any;
|
|
1278
1278
|
theme?: string | undefined;
|
|
1279
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1279
1280
|
rounded?: string | number | boolean | undefined;
|
|
1280
1281
|
bgColor?: string | undefined;
|
|
1281
1282
|
baseColor?: string | undefined;
|
|
@@ -1284,19 +1285,18 @@ declare const VTextField: {
|
|
|
1284
1285
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1285
1286
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1286
1287
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1287
|
-
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1288
1288
|
centerAffix?: boolean | undefined;
|
|
1289
1289
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1290
1290
|
flat: boolean;
|
|
1291
1291
|
reverse: boolean;
|
|
1292
|
-
variant: "filled" | "
|
|
1292
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1293
1293
|
error: boolean;
|
|
1294
1294
|
active: boolean;
|
|
1295
1295
|
style: vue.StyleValue;
|
|
1296
1296
|
disabled: boolean;
|
|
1297
|
+
focused: boolean;
|
|
1297
1298
|
tile: boolean;
|
|
1298
1299
|
clearIcon: IconValue;
|
|
1299
|
-
focused: boolean;
|
|
1300
1300
|
clearable: boolean;
|
|
1301
1301
|
dirty: boolean;
|
|
1302
1302
|
persistentClear: boolean;
|
|
@@ -1308,6 +1308,7 @@ declare const VTextField: {
|
|
|
1308
1308
|
label?: string | undefined;
|
|
1309
1309
|
class?: any;
|
|
1310
1310
|
theme?: string | undefined;
|
|
1311
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1311
1312
|
rounded?: string | number | boolean | undefined;
|
|
1312
1313
|
bgColor?: string | undefined;
|
|
1313
1314
|
baseColor?: string | undefined;
|
|
@@ -1316,11 +1317,10 @@ declare const VTextField: {
|
|
|
1316
1317
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1317
1318
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1318
1319
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1319
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1320
1320
|
centerAffix?: boolean | undefined;
|
|
1321
1321
|
} & {
|
|
1322
1322
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1323
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "
|
|
1323
|
+
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1324
1324
|
$attrs: {
|
|
1325
1325
|
[x: string]: unknown;
|
|
1326
1326
|
};
|
|
@@ -1357,14 +1357,14 @@ declare const VTextField: {
|
|
|
1357
1357
|
$options: vue.ComponentOptionsBase<{
|
|
1358
1358
|
flat: boolean;
|
|
1359
1359
|
reverse: boolean;
|
|
1360
|
-
variant: "filled" | "
|
|
1360
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1361
1361
|
error: boolean;
|
|
1362
1362
|
active: boolean;
|
|
1363
1363
|
style: vue.StyleValue;
|
|
1364
1364
|
disabled: boolean;
|
|
1365
|
+
focused: boolean;
|
|
1365
1366
|
tile: boolean;
|
|
1366
1367
|
clearIcon: IconValue;
|
|
1367
|
-
focused: boolean;
|
|
1368
1368
|
clearable: boolean;
|
|
1369
1369
|
dirty: boolean;
|
|
1370
1370
|
persistentClear: boolean;
|
|
@@ -1376,6 +1376,7 @@ declare const VTextField: {
|
|
|
1376
1376
|
label?: string | undefined;
|
|
1377
1377
|
class?: any;
|
|
1378
1378
|
theme?: string | undefined;
|
|
1379
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1379
1380
|
rounded?: string | number | boolean | undefined;
|
|
1380
1381
|
bgColor?: string | undefined;
|
|
1381
1382
|
baseColor?: string | undefined;
|
|
@@ -1384,7 +1385,6 @@ declare const VTextField: {
|
|
|
1384
1385
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1385
1386
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1386
1387
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1387
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1388
1388
|
centerAffix?: boolean | undefined;
|
|
1389
1389
|
} & {
|
|
1390
1390
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -1396,15 +1396,15 @@ declare const VTextField: {
|
|
|
1396
1396
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
1397
1397
|
flat: boolean;
|
|
1398
1398
|
reverse: boolean;
|
|
1399
|
-
variant: "filled" | "
|
|
1399
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1400
1400
|
error: boolean;
|
|
1401
1401
|
active: boolean;
|
|
1402
1402
|
style: vue.StyleValue;
|
|
1403
1403
|
disabled: boolean;
|
|
1404
|
+
focused: boolean;
|
|
1404
1405
|
rounded: string | number | boolean;
|
|
1405
1406
|
tile: boolean;
|
|
1406
1407
|
clearIcon: IconValue;
|
|
1407
|
-
focused: boolean;
|
|
1408
1408
|
centerAffix: boolean;
|
|
1409
1409
|
clearable: boolean;
|
|
1410
1410
|
dirty: boolean;
|
|
@@ -1455,14 +1455,14 @@ declare const VTextField: {
|
|
|
1455
1455
|
} & Omit<{
|
|
1456
1456
|
flat: boolean;
|
|
1457
1457
|
reverse: boolean;
|
|
1458
|
-
variant: "filled" | "
|
|
1458
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1459
1459
|
error: boolean;
|
|
1460
1460
|
active: boolean;
|
|
1461
1461
|
style: vue.StyleValue;
|
|
1462
1462
|
disabled: boolean;
|
|
1463
|
+
focused: boolean;
|
|
1463
1464
|
tile: boolean;
|
|
1464
1465
|
clearIcon: IconValue;
|
|
1465
|
-
focused: boolean;
|
|
1466
1466
|
clearable: boolean;
|
|
1467
1467
|
dirty: boolean;
|
|
1468
1468
|
persistentClear: boolean;
|
|
@@ -1474,6 +1474,7 @@ declare const VTextField: {
|
|
|
1474
1474
|
label?: string | undefined;
|
|
1475
1475
|
class?: any;
|
|
1476
1476
|
theme?: string | undefined;
|
|
1477
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1477
1478
|
rounded?: string | number | boolean | undefined;
|
|
1478
1479
|
bgColor?: string | undefined;
|
|
1479
1480
|
baseColor?: string | undefined;
|
|
@@ -1482,7 +1483,6 @@ declare const VTextField: {
|
|
|
1482
1483
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1483
1484
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1484
1485
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1485
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1486
1486
|
centerAffix?: boolean | undefined;
|
|
1487
1487
|
} & {
|
|
1488
1488
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -1491,10 +1491,10 @@ declare const VTextField: {
|
|
|
1491
1491
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1492
1492
|
modelValue?: unknown;
|
|
1493
1493
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1494
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
|
1494
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, {}, {}, {}, {
|
|
1495
1495
|
flat: boolean;
|
|
1496
1496
|
reverse: boolean;
|
|
1497
|
-
variant: "filled" | "
|
|
1497
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1498
1498
|
type: string;
|
|
1499
1499
|
error: boolean;
|
|
1500
1500
|
active: boolean;
|
|
@@ -1504,14 +1504,14 @@ declare const VTextField: {
|
|
|
1504
1504
|
disabled: boolean;
|
|
1505
1505
|
readonly: boolean | null;
|
|
1506
1506
|
messages: string | readonly string[];
|
|
1507
|
-
rounded: string | number | boolean;
|
|
1508
|
-
tile: boolean;
|
|
1509
|
-
density: Density;
|
|
1510
|
-
clearIcon: IconValue;
|
|
1511
1507
|
focused: boolean;
|
|
1512
1508
|
errorMessages: string | readonly string[] | null;
|
|
1513
1509
|
maxErrors: string | number;
|
|
1514
1510
|
rules: readonly ValidationRule[];
|
|
1511
|
+
rounded: string | number | boolean;
|
|
1512
|
+
tile: boolean;
|
|
1513
|
+
density: Density;
|
|
1514
|
+
clearIcon: IconValue;
|
|
1515
1515
|
centerAffix: boolean;
|
|
1516
1516
|
hideSpinButtons: boolean;
|
|
1517
1517
|
persistentHint: boolean;
|
|
@@ -1528,7 +1528,7 @@ declare const VTextField: {
|
|
|
1528
1528
|
} & vue.ComponentOptionsBase<{
|
|
1529
1529
|
flat: boolean;
|
|
1530
1530
|
reverse: boolean;
|
|
1531
|
-
variant: "filled" | "
|
|
1531
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1532
1532
|
type: string;
|
|
1533
1533
|
error: boolean;
|
|
1534
1534
|
active: boolean;
|
|
@@ -1538,13 +1538,13 @@ declare const VTextField: {
|
|
|
1538
1538
|
disabled: boolean;
|
|
1539
1539
|
readonly: boolean | null;
|
|
1540
1540
|
messages: string | readonly string[];
|
|
1541
|
-
tile: boolean;
|
|
1542
|
-
density: Density;
|
|
1543
|
-
clearIcon: IconValue;
|
|
1544
1541
|
focused: boolean;
|
|
1545
1542
|
errorMessages: string | readonly string[] | null;
|
|
1546
1543
|
maxErrors: string | number;
|
|
1547
1544
|
rules: readonly ValidationRule[];
|
|
1545
|
+
tile: boolean;
|
|
1546
|
+
density: Density;
|
|
1547
|
+
clearIcon: IconValue;
|
|
1548
1548
|
hideSpinButtons: boolean;
|
|
1549
1549
|
persistentHint: boolean;
|
|
1550
1550
|
clearable: boolean;
|
|
@@ -1565,8 +1565,11 @@ declare const VTextField: {
|
|
|
1565
1565
|
placeholder?: string | undefined;
|
|
1566
1566
|
theme?: string | undefined;
|
|
1567
1567
|
counter?: string | number | boolean | undefined;
|
|
1568
|
-
|
|
1568
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1569
1569
|
modelValue?: any;
|
|
1570
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1571
|
+
validationValue?: any;
|
|
1572
|
+
rounded?: string | number | boolean | undefined;
|
|
1570
1573
|
bgColor?: string | undefined;
|
|
1571
1574
|
prependIcon?: IconValue | undefined;
|
|
1572
1575
|
appendIcon?: IconValue | undefined;
|
|
@@ -1578,9 +1581,6 @@ declare const VTextField: {
|
|
|
1578
1581
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1579
1582
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1580
1583
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1581
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1582
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1583
|
-
validationValue?: any;
|
|
1584
1584
|
centerAffix?: boolean | undefined;
|
|
1585
1585
|
hint?: string | undefined;
|
|
1586
1586
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -1636,8 +1636,8 @@ declare const VTextField: {
|
|
|
1636
1636
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
1637
1637
|
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
1638
1638
|
} & {
|
|
1639
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1640
1639
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1640
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
1641
1641
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1642
1642
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1643
1643
|
}, HTMLInputElement & Omit<Omit<{
|
|
@@ -1650,11 +1650,11 @@ declare const VTextField: {
|
|
|
1650
1650
|
disabled: boolean | null;
|
|
1651
1651
|
readonly: boolean | null;
|
|
1652
1652
|
messages: string | readonly string[];
|
|
1653
|
-
density: Density;
|
|
1654
1653
|
focused: boolean;
|
|
1655
1654
|
errorMessages: string | readonly string[] | null;
|
|
1656
1655
|
maxErrors: string | number;
|
|
1657
1656
|
rules: readonly ValidationRule[];
|
|
1657
|
+
density: Density;
|
|
1658
1658
|
centerAffix: boolean;
|
|
1659
1659
|
hideSpinButtons: boolean;
|
|
1660
1660
|
persistentHint: boolean;
|
|
@@ -1665,11 +1665,11 @@ declare const VTextField: {
|
|
|
1665
1665
|
disabled: boolean | null;
|
|
1666
1666
|
readonly: boolean | null;
|
|
1667
1667
|
messages: string | readonly string[];
|
|
1668
|
-
density: Density;
|
|
1669
1668
|
focused: boolean;
|
|
1670
1669
|
errorMessages: string | readonly string[] | null;
|
|
1671
1670
|
maxErrors: string | number;
|
|
1672
1671
|
rules: readonly ValidationRule[];
|
|
1672
|
+
density: Density;
|
|
1673
1673
|
centerAffix: boolean;
|
|
1674
1674
|
hideSpinButtons: boolean;
|
|
1675
1675
|
persistentHint: boolean;
|
|
@@ -1677,13 +1677,13 @@ declare const VTextField: {
|
|
|
1677
1677
|
name?: string | undefined;
|
|
1678
1678
|
label?: string | undefined;
|
|
1679
1679
|
class?: any;
|
|
1680
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1681
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1682
|
+
validationValue?: any;
|
|
1680
1683
|
prependIcon?: IconValue | undefined;
|
|
1681
1684
|
appendIcon?: IconValue | undefined;
|
|
1682
1685
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1683
1686
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1684
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1685
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1686
|
-
validationValue?: any;
|
|
1687
1687
|
hint?: string | undefined;
|
|
1688
1688
|
hideDetails?: boolean | "auto" | undefined;
|
|
1689
1689
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
@@ -1693,11 +1693,11 @@ declare const VTextField: {
|
|
|
1693
1693
|
disabled: boolean | null;
|
|
1694
1694
|
readonly: boolean | null;
|
|
1695
1695
|
messages: string | readonly string[];
|
|
1696
|
-
density: Density;
|
|
1697
1696
|
focused: boolean;
|
|
1698
1697
|
errorMessages: string | readonly string[] | null;
|
|
1699
1698
|
maxErrors: string | number;
|
|
1700
1699
|
rules: readonly ValidationRule[];
|
|
1700
|
+
density: Density;
|
|
1701
1701
|
centerAffix: boolean;
|
|
1702
1702
|
hideSpinButtons: boolean;
|
|
1703
1703
|
persistentHint: boolean;
|
|
@@ -1706,16 +1706,16 @@ declare const VTextField: {
|
|
|
1706
1706
|
name?: string | undefined;
|
|
1707
1707
|
label?: string | undefined;
|
|
1708
1708
|
class?: any;
|
|
1709
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1710
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1711
|
+
validationValue?: any;
|
|
1709
1712
|
prependIcon?: IconValue | undefined;
|
|
1710
1713
|
appendIcon?: IconValue | undefined;
|
|
1711
1714
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1712
1715
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1713
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1714
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1715
|
-
validationValue?: any;
|
|
1716
1716
|
hint?: string | undefined;
|
|
1717
1717
|
hideDetails?: boolean | "auto" | undefined;
|
|
1718
|
-
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "
|
|
1718
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1719
1719
|
$attrs: {
|
|
1720
1720
|
[x: string]: unknown;
|
|
1721
1721
|
};
|
|
@@ -1750,11 +1750,11 @@ declare const VTextField: {
|
|
|
1750
1750
|
disabled: boolean | null;
|
|
1751
1751
|
readonly: boolean | null;
|
|
1752
1752
|
messages: string | readonly string[];
|
|
1753
|
-
density: Density;
|
|
1754
1753
|
focused: boolean;
|
|
1755
1754
|
errorMessages: string | readonly string[] | null;
|
|
1756
1755
|
maxErrors: string | number;
|
|
1757
1756
|
rules: readonly ValidationRule[];
|
|
1757
|
+
density: Density;
|
|
1758
1758
|
centerAffix: boolean;
|
|
1759
1759
|
hideSpinButtons: boolean;
|
|
1760
1760
|
persistentHint: boolean;
|
|
@@ -1763,13 +1763,13 @@ declare const VTextField: {
|
|
|
1763
1763
|
name?: string | undefined;
|
|
1764
1764
|
label?: string | undefined;
|
|
1765
1765
|
class?: any;
|
|
1766
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1767
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1768
|
+
validationValue?: any;
|
|
1766
1769
|
prependIcon?: IconValue | undefined;
|
|
1767
1770
|
appendIcon?: IconValue | undefined;
|
|
1768
1771
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1769
1772
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1770
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1771
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1772
|
-
validationValue?: any;
|
|
1773
1773
|
hint?: string | undefined;
|
|
1774
1774
|
hideDetails?: boolean | "auto" | undefined;
|
|
1775
1775
|
} & {}, {
|
|
@@ -1780,18 +1780,18 @@ declare const VTextField: {
|
|
|
1780
1780
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1781
1781
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1782
1782
|
'update:modelValue': (value: any) => true;
|
|
1783
|
-
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "
|
|
1783
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1784
1784
|
error: boolean;
|
|
1785
1785
|
direction: "horizontal" | "vertical";
|
|
1786
1786
|
style: vue.StyleValue;
|
|
1787
1787
|
disabled: boolean | null;
|
|
1788
1788
|
readonly: boolean | null;
|
|
1789
1789
|
messages: string | readonly string[];
|
|
1790
|
-
density: Density;
|
|
1791
1790
|
focused: boolean;
|
|
1792
1791
|
errorMessages: string | readonly string[] | null;
|
|
1793
1792
|
maxErrors: string | number;
|
|
1794
1793
|
rules: readonly ValidationRule[];
|
|
1794
|
+
density: Density;
|
|
1795
1795
|
centerAffix: boolean;
|
|
1796
1796
|
hideSpinButtons: boolean;
|
|
1797
1797
|
persistentHint: boolean;
|
|
@@ -1838,11 +1838,11 @@ declare const VTextField: {
|
|
|
1838
1838
|
disabled: boolean | null;
|
|
1839
1839
|
readonly: boolean | null;
|
|
1840
1840
|
messages: string | readonly string[];
|
|
1841
|
-
density: Density;
|
|
1842
1841
|
focused: boolean;
|
|
1843
1842
|
errorMessages: string | readonly string[] | null;
|
|
1844
1843
|
maxErrors: string | number;
|
|
1845
1844
|
rules: readonly ValidationRule[];
|
|
1845
|
+
density: Density;
|
|
1846
1846
|
centerAffix: boolean;
|
|
1847
1847
|
hideSpinButtons: boolean;
|
|
1848
1848
|
persistentHint: boolean;
|
|
@@ -1851,16 +1851,16 @@ declare const VTextField: {
|
|
|
1851
1851
|
name?: string | undefined;
|
|
1852
1852
|
label?: string | undefined;
|
|
1853
1853
|
class?: any;
|
|
1854
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1855
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1856
|
+
validationValue?: any;
|
|
1854
1857
|
prependIcon?: IconValue | undefined;
|
|
1855
1858
|
appendIcon?: IconValue | undefined;
|
|
1856
1859
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1857
1860
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1858
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1859
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1860
|
-
validationValue?: any;
|
|
1861
1861
|
hint?: string | undefined;
|
|
1862
1862
|
hideDetails?: boolean | "auto" | undefined;
|
|
1863
|
-
} & {}, "reset" | "
|
|
1863
|
+
} & {}, "reset" | "isValid" | "errorMessages" | "validate" | "resetValidation"> & vue.ShallowUnwrapRef<{
|
|
1864
1864
|
reset: () => void;
|
|
1865
1865
|
resetValidation: () => void;
|
|
1866
1866
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
@@ -1869,21 +1869,21 @@ declare const VTextField: {
|
|
|
1869
1869
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1870
1870
|
modelValue?: unknown;
|
|
1871
1871
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1872
|
-
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "
|
|
1872
|
+
}, VInputSlots>, "key" | "id" | "name" | "label" | "class" | "ref" | "$children" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "focused" | "errorMessages" | "maxErrors" | "rules" | "density" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1873
1873
|
$: vue.ComponentInternalInstance;
|
|
1874
1874
|
$data: {};
|
|
1875
1875
|
$props: Partial<{
|
|
1876
1876
|
flat: boolean;
|
|
1877
1877
|
reverse: boolean;
|
|
1878
|
-
variant: "filled" | "
|
|
1878
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1879
1879
|
error: boolean;
|
|
1880
1880
|
active: boolean;
|
|
1881
1881
|
style: vue.StyleValue;
|
|
1882
1882
|
disabled: boolean;
|
|
1883
|
+
focused: boolean;
|
|
1883
1884
|
rounded: string | number | boolean;
|
|
1884
1885
|
tile: boolean;
|
|
1885
1886
|
clearIcon: IconValue;
|
|
1886
|
-
focused: boolean;
|
|
1887
1887
|
centerAffix: boolean;
|
|
1888
1888
|
clearable: boolean;
|
|
1889
1889
|
dirty: boolean;
|
|
@@ -1892,14 +1892,14 @@ declare const VTextField: {
|
|
|
1892
1892
|
}> & Omit<{
|
|
1893
1893
|
flat: boolean;
|
|
1894
1894
|
reverse: boolean;
|
|
1895
|
-
variant: "filled" | "
|
|
1895
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1896
1896
|
error: boolean;
|
|
1897
1897
|
active: boolean;
|
|
1898
1898
|
style: vue.StyleValue;
|
|
1899
1899
|
disabled: boolean;
|
|
1900
|
+
focused: boolean;
|
|
1900
1901
|
tile: boolean;
|
|
1901
1902
|
clearIcon: IconValue;
|
|
1902
|
-
focused: boolean;
|
|
1903
1903
|
clearable: boolean;
|
|
1904
1904
|
dirty: boolean;
|
|
1905
1905
|
persistentClear: boolean;
|
|
@@ -1910,6 +1910,7 @@ declare const VTextField: {
|
|
|
1910
1910
|
label?: string | undefined;
|
|
1911
1911
|
class?: any;
|
|
1912
1912
|
theme?: string | undefined;
|
|
1913
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1913
1914
|
rounded?: string | number | boolean | undefined;
|
|
1914
1915
|
bgColor?: string | undefined;
|
|
1915
1916
|
baseColor?: string | undefined;
|
|
@@ -1918,19 +1919,18 @@ declare const VTextField: {
|
|
|
1918
1919
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1919
1920
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1920
1921
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1921
|
-
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1922
1922
|
centerAffix?: boolean | undefined;
|
|
1923
1923
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1924
1924
|
flat: boolean;
|
|
1925
1925
|
reverse: boolean;
|
|
1926
|
-
variant: "filled" | "
|
|
1926
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1927
1927
|
error: boolean;
|
|
1928
1928
|
active: boolean;
|
|
1929
1929
|
style: vue.StyleValue;
|
|
1930
1930
|
disabled: boolean;
|
|
1931
|
+
focused: boolean;
|
|
1931
1932
|
tile: boolean;
|
|
1932
1933
|
clearIcon: IconValue;
|
|
1933
|
-
focused: boolean;
|
|
1934
1934
|
clearable: boolean;
|
|
1935
1935
|
dirty: boolean;
|
|
1936
1936
|
persistentClear: boolean;
|
|
@@ -1942,6 +1942,7 @@ declare const VTextField: {
|
|
|
1942
1942
|
label?: string | undefined;
|
|
1943
1943
|
class?: any;
|
|
1944
1944
|
theme?: string | undefined;
|
|
1945
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1945
1946
|
rounded?: string | number | boolean | undefined;
|
|
1946
1947
|
bgColor?: string | undefined;
|
|
1947
1948
|
baseColor?: string | undefined;
|
|
@@ -1950,11 +1951,10 @@ declare const VTextField: {
|
|
|
1950
1951
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1951
1952
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1952
1953
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1953
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1954
1954
|
centerAffix?: boolean | undefined;
|
|
1955
1955
|
} & {
|
|
1956
1956
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1957
|
-
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "
|
|
1957
|
+
}, "flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1958
1958
|
$attrs: {
|
|
1959
1959
|
[x: string]: unknown;
|
|
1960
1960
|
};
|
|
@@ -1991,14 +1991,14 @@ declare const VTextField: {
|
|
|
1991
1991
|
$options: vue.ComponentOptionsBase<{
|
|
1992
1992
|
flat: boolean;
|
|
1993
1993
|
reverse: boolean;
|
|
1994
|
-
variant: "filled" | "
|
|
1994
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
1995
1995
|
error: boolean;
|
|
1996
1996
|
active: boolean;
|
|
1997
1997
|
style: vue.StyleValue;
|
|
1998
1998
|
disabled: boolean;
|
|
1999
|
+
focused: boolean;
|
|
1999
2000
|
tile: boolean;
|
|
2000
2001
|
clearIcon: IconValue;
|
|
2001
|
-
focused: boolean;
|
|
2002
2002
|
clearable: boolean;
|
|
2003
2003
|
dirty: boolean;
|
|
2004
2004
|
persistentClear: boolean;
|
|
@@ -2010,6 +2010,7 @@ declare const VTextField: {
|
|
|
2010
2010
|
label?: string | undefined;
|
|
2011
2011
|
class?: any;
|
|
2012
2012
|
theme?: string | undefined;
|
|
2013
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2013
2014
|
rounded?: string | number | boolean | undefined;
|
|
2014
2015
|
bgColor?: string | undefined;
|
|
2015
2016
|
baseColor?: string | undefined;
|
|
@@ -2018,7 +2019,6 @@ declare const VTextField: {
|
|
|
2018
2019
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2019
2020
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2020
2021
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2021
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2022
2022
|
centerAffix?: boolean | undefined;
|
|
2023
2023
|
} & {
|
|
2024
2024
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -2030,15 +2030,15 @@ declare const VTextField: {
|
|
|
2030
2030
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
2031
2031
|
flat: boolean;
|
|
2032
2032
|
reverse: boolean;
|
|
2033
|
-
variant: "filled" | "
|
|
2033
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2034
2034
|
error: boolean;
|
|
2035
2035
|
active: boolean;
|
|
2036
2036
|
style: vue.StyleValue;
|
|
2037
2037
|
disabled: boolean;
|
|
2038
|
+
focused: boolean;
|
|
2038
2039
|
rounded: string | number | boolean;
|
|
2039
2040
|
tile: boolean;
|
|
2040
2041
|
clearIcon: IconValue;
|
|
2041
|
-
focused: boolean;
|
|
2042
2042
|
centerAffix: boolean;
|
|
2043
2043
|
clearable: boolean;
|
|
2044
2044
|
dirty: boolean;
|
|
@@ -2089,14 +2089,14 @@ declare const VTextField: {
|
|
|
2089
2089
|
} & Omit<{
|
|
2090
2090
|
flat: boolean;
|
|
2091
2091
|
reverse: boolean;
|
|
2092
|
-
variant: "filled" | "
|
|
2092
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2093
2093
|
error: boolean;
|
|
2094
2094
|
active: boolean;
|
|
2095
2095
|
style: vue.StyleValue;
|
|
2096
2096
|
disabled: boolean;
|
|
2097
|
+
focused: boolean;
|
|
2097
2098
|
tile: boolean;
|
|
2098
2099
|
clearIcon: IconValue;
|
|
2099
|
-
focused: boolean;
|
|
2100
2100
|
clearable: boolean;
|
|
2101
2101
|
dirty: boolean;
|
|
2102
2102
|
persistentClear: boolean;
|
|
@@ -2108,6 +2108,7 @@ declare const VTextField: {
|
|
|
2108
2108
|
label?: string | undefined;
|
|
2109
2109
|
class?: any;
|
|
2110
2110
|
theme?: string | undefined;
|
|
2111
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2111
2112
|
rounded?: string | number | boolean | undefined;
|
|
2112
2113
|
bgColor?: string | undefined;
|
|
2113
2114
|
baseColor?: string | undefined;
|
|
@@ -2116,7 +2117,6 @@ declare const VTextField: {
|
|
|
2116
2117
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2117
2118
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2118
2119
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2119
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2120
2120
|
centerAffix?: boolean | undefined;
|
|
2121
2121
|
} & {
|
|
2122
2122
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -2125,7 +2125,7 @@ declare const VTextField: {
|
|
|
2125
2125
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
2126
2126
|
modelValue?: unknown;
|
|
2127
2127
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2128
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "
|
|
2128
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "ref" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:focused" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "variant" | "error" | "active" | "style" | "disabled" | "focused" | "rounded" | "tile" | "clearIcon" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2129
2129
|
'click:control': (e: MouseEvent) => true;
|
|
2130
2130
|
'mousedown:control': (e: MouseEvent) => true;
|
|
2131
2131
|
'update:focused': (focused: boolean) => true;
|
|
@@ -2133,7 +2133,7 @@ declare const VTextField: {
|
|
|
2133
2133
|
}, string, {
|
|
2134
2134
|
flat: boolean;
|
|
2135
2135
|
reverse: boolean;
|
|
2136
|
-
variant: "filled" | "
|
|
2136
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
2137
2137
|
type: string;
|
|
2138
2138
|
error: boolean;
|
|
2139
2139
|
active: boolean;
|
|
@@ -2143,14 +2143,14 @@ declare const VTextField: {
|
|
|
2143
2143
|
disabled: boolean;
|
|
2144
2144
|
readonly: boolean | null;
|
|
2145
2145
|
messages: string | readonly string[];
|
|
2146
|
-
rounded: string | number | boolean;
|
|
2147
|
-
tile: boolean;
|
|
2148
|
-
density: Density;
|
|
2149
|
-
clearIcon: IconValue;
|
|
2150
2146
|
focused: boolean;
|
|
2151
2147
|
errorMessages: string | readonly string[] | null;
|
|
2152
2148
|
maxErrors: string | number;
|
|
2153
2149
|
rules: readonly ValidationRule[];
|
|
2150
|
+
rounded: string | number | boolean;
|
|
2151
|
+
tile: boolean;
|
|
2152
|
+
density: Density;
|
|
2153
|
+
clearIcon: IconValue;
|
|
2154
2154
|
centerAffix: boolean;
|
|
2155
2155
|
hideSpinButtons: boolean;
|
|
2156
2156
|
persistentHint: boolean;
|
|
@@ -2237,7 +2237,7 @@ declare const VTextField: {
|
|
|
2237
2237
|
reverse: BooleanConstructor;
|
|
2238
2238
|
singleLine: BooleanConstructor;
|
|
2239
2239
|
variant: {
|
|
2240
|
-
type: PropType<"filled" | "
|
|
2240
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2241
2241
|
default: string;
|
|
2242
2242
|
validator: (v: any) => boolean;
|
|
2243
2243
|
};
|
|
@@ -2343,7 +2343,7 @@ declare const VTextField: {
|
|
|
2343
2343
|
reverse: BooleanConstructor;
|
|
2344
2344
|
singleLine: BooleanConstructor;
|
|
2345
2345
|
variant: {
|
|
2346
|
-
type: PropType<"filled" | "
|
|
2346
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
2347
2347
|
default: string;
|
|
2348
2348
|
validator: (v: any) => boolean;
|
|
2349
2349
|
};
|