vuetify 3.4.0 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1860 -1856
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3641 -3631
- package/dist/vuetify-labs.css +1393 -1386
- package/dist/vuetify-labs.d.ts +1936 -9147
- package/dist/vuetify-labs.esm.js +91 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +940 -933
- package/dist/vuetify.d.ts +2081 -9282
- package/dist/vuetify.esm.js +91 -79
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -79
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -66
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +0 -2
- package/lib/blueprints/md1.d.mts +0 -2
- package/lib/blueprints/md2.d.mts +0 -2
- package/lib/blueprints/md3.d.mts +0 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +74 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +44 -69
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +11 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +45 -71
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +73 -513
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +100 -482
- package/lib/components/VChip/index.d.mts +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +49 -189
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +74 -98
- package/lib/components/VDataIterator/index.d.mts +8 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +411 -4142
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +4 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +32 -36
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.sass +4 -3
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +33 -41
- package/lib/components/VFileInput/index.d.mts +144 -385
- package/lib/components/VImg/VImg.mjs +10 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +72 -154
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +49 -189
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +58 -95
- package/lib/components/VOtpInput/index.d.mts +8 -11
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +77 -211
- package/lib/components/VRangeSlider/index.d.mts +22 -25
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +67 -91
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +9 -18
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +47 -101
- package/lib/components/VSlider/index.d.mts +22 -25
- package/lib/components/VSwitch/VSwitch.mjs +7 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +90 -303
- package/lib/components/VTextField/index.d.mts +173 -451
- package/lib/components/VTextarea/index.d.mts +144 -385
- package/lib/components/VValidation/VValidation.mjs +2 -2
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +88 -359
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +58 -245
- package/lib/components/index.d.mts +1933 -9130
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -13
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -44
- package/lib/labs/VConfirmEdit/index.d.mts +0 -10
- package/lib/labs/components.d.mts +0 -10
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, Ref, ComputedRef, nextTick } from 'vue';
|
|
3
3
|
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
5
|
$children?: (VNodeChild | (T extends {
|
|
@@ -30,9 +30,6 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
30
30
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
34
|
-
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
35
|
-
|
|
36
33
|
interface LoaderSlotProps {
|
|
37
34
|
color: string | undefined;
|
|
38
35
|
isActive: boolean;
|
|
@@ -85,6 +82,13 @@ interface VInputSlot {
|
|
|
85
82
|
resetValidation: () => void;
|
|
86
83
|
validate: () => void;
|
|
87
84
|
}
|
|
85
|
+
type VInputSlots = {
|
|
86
|
+
default: VInputSlot;
|
|
87
|
+
prepend: VInputSlot;
|
|
88
|
+
append: VInputSlot;
|
|
89
|
+
details: VInputSlot;
|
|
90
|
+
message: VMessageSlot;
|
|
91
|
+
};
|
|
88
92
|
|
|
89
93
|
type VCounterSlot = {
|
|
90
94
|
counter: string;
|
|
@@ -171,12 +175,12 @@ declare const VTextField: {
|
|
|
171
175
|
baseColor?: string | undefined;
|
|
172
176
|
appendInnerIcon?: IconValue | undefined;
|
|
173
177
|
prependInnerIcon?: IconValue | undefined;
|
|
174
|
-
'onClick:clear'?:
|
|
175
|
-
'onClick:append'?:
|
|
176
|
-
'onClick:prepend'?:
|
|
177
|
-
'onClick:appendInner'?:
|
|
178
|
-
'onClick:prependInner'?:
|
|
179
|
-
'onUpdate:focused'?: (
|
|
178
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
179
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
180
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
181
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
182
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
183
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
180
184
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
181
185
|
validationValue?: any;
|
|
182
186
|
centerAffix?: boolean | undefined;
|
|
@@ -281,12 +285,12 @@ declare const VTextField: {
|
|
|
281
285
|
baseColor?: string | undefined;
|
|
282
286
|
appendInnerIcon?: IconValue | undefined;
|
|
283
287
|
prependInnerIcon?: IconValue | undefined;
|
|
284
|
-
'onClick:clear'?:
|
|
285
|
-
'onClick:append'?:
|
|
286
|
-
'onClick:prepend'?:
|
|
287
|
-
'onClick:appendInner'?:
|
|
288
|
-
'onClick:prependInner'?:
|
|
289
|
-
'onUpdate:focused'?:
|
|
288
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
289
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
290
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
291
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
292
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
293
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
290
294
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
291
295
|
validationValue?: any;
|
|
292
296
|
centerAffix?: boolean | undefined;
|
|
@@ -444,12 +448,12 @@ declare const VTextField: {
|
|
|
444
448
|
baseColor?: string | undefined;
|
|
445
449
|
appendInnerIcon?: IconValue | undefined;
|
|
446
450
|
prependInnerIcon?: IconValue | undefined;
|
|
447
|
-
'onClick:clear'?:
|
|
448
|
-
'onClick:append'?:
|
|
449
|
-
'onClick:prepend'?:
|
|
450
|
-
'onClick:appendInner'?:
|
|
451
|
-
'onClick:prependInner'?:
|
|
452
|
-
'onUpdate:focused'?:
|
|
451
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
452
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
453
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
454
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
455
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
456
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
453
457
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
454
458
|
validationValue?: any;
|
|
455
459
|
centerAffix?: boolean | undefined;
|
|
@@ -548,36 +552,15 @@ declare const VTextField: {
|
|
|
548
552
|
name?: string | undefined;
|
|
549
553
|
label?: string | undefined;
|
|
550
554
|
class?: any;
|
|
551
|
-
modelValue?: any;
|
|
552
555
|
prependIcon?: IconValue | undefined;
|
|
553
556
|
appendIcon?: IconValue | undefined;
|
|
554
|
-
'onClick:append'?:
|
|
555
|
-
'onClick:prepend'?:
|
|
556
|
-
'onUpdate:focused'?:
|
|
557
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
558
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
559
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
557
560
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
558
561
|
validationValue?: any;
|
|
559
562
|
hint?: string | undefined;
|
|
560
563
|
hideDetails?: boolean | "auto" | undefined;
|
|
561
|
-
$children?: vue.VNodeChild | {
|
|
562
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
563
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
564
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
565
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
566
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
567
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
568
|
-
'v-slots'?: {
|
|
569
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
570
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
571
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
572
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
573
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
574
|
-
} | undefined;
|
|
575
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
576
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
577
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
578
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
579
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
580
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
581
564
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
582
565
|
error: boolean;
|
|
583
566
|
direction: "horizontal" | "vertical";
|
|
@@ -598,40 +581,16 @@ declare const VTextField: {
|
|
|
598
581
|
name?: string | undefined;
|
|
599
582
|
label?: string | undefined;
|
|
600
583
|
class?: any;
|
|
601
|
-
modelValue?: any;
|
|
602
584
|
prependIcon?: IconValue | undefined;
|
|
603
585
|
appendIcon?: IconValue | undefined;
|
|
604
|
-
'onClick:append'?:
|
|
605
|
-
'onClick:prepend'?:
|
|
606
|
-
'onUpdate:focused'?:
|
|
586
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
587
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
588
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
607
589
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
608
590
|
validationValue?: any;
|
|
609
591
|
hint?: string | undefined;
|
|
610
592
|
hideDetails?: boolean | "auto" | undefined;
|
|
611
|
-
} & {
|
|
612
|
-
$children?: vue.VNodeChild | {
|
|
613
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
614
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
615
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
616
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
617
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
618
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
619
|
-
'v-slots'?: {
|
|
620
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
621
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
622
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
623
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
624
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
625
|
-
} | undefined;
|
|
626
|
-
} & {
|
|
627
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
628
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
629
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
630
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
631
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
632
|
-
} & {
|
|
633
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
634
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
593
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
635
594
|
$attrs: {
|
|
636
595
|
[x: string]: unknown;
|
|
637
596
|
};
|
|
@@ -657,7 +616,7 @@ declare const VTextField: {
|
|
|
657
616
|
}>;
|
|
658
617
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
659
618
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
660
|
-
$emit: (event:
|
|
619
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
661
620
|
$el: any;
|
|
662
621
|
$options: vue.ComponentOptionsBase<{
|
|
663
622
|
error: boolean;
|
|
@@ -679,48 +638,24 @@ declare const VTextField: {
|
|
|
679
638
|
name?: string | undefined;
|
|
680
639
|
label?: string | undefined;
|
|
681
640
|
class?: any;
|
|
682
|
-
modelValue?: any;
|
|
683
641
|
prependIcon?: IconValue | undefined;
|
|
684
642
|
appendIcon?: IconValue | undefined;
|
|
685
|
-
'onClick:append'?:
|
|
686
|
-
'onClick:prepend'?:
|
|
687
|
-
'onUpdate:focused'?:
|
|
643
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
644
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
645
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
688
646
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
689
647
|
validationValue?: any;
|
|
690
648
|
hint?: string | undefined;
|
|
691
649
|
hideDetails?: boolean | "auto" | undefined;
|
|
692
|
-
} & {
|
|
693
|
-
$children?: vue.VNodeChild | {
|
|
694
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
695
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
696
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
697
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
698
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
699
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
700
|
-
'v-slots'?: {
|
|
701
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
702
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
703
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
704
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
705
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
706
|
-
} | undefined;
|
|
707
|
-
} & {
|
|
708
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
709
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
710
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
711
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
712
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
713
|
-
} & {
|
|
714
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
715
|
-
}, {
|
|
650
|
+
} & {}, {
|
|
716
651
|
reset: () => void;
|
|
717
652
|
resetValidation: () => void;
|
|
718
653
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
719
654
|
isValid: vue.ComputedRef<boolean | null>;
|
|
720
655
|
errorMessages: vue.ComputedRef<string[]>;
|
|
721
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
722
|
-
'update:modelValue': (
|
|
723
|
-
}, string, {
|
|
656
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
657
|
+
'update:modelValue': (value: any) => true;
|
|
658
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
724
659
|
error: boolean;
|
|
725
660
|
direction: "horizontal" | "vertical";
|
|
726
661
|
style: vue.StyleValue;
|
|
@@ -791,46 +726,25 @@ declare const VTextField: {
|
|
|
791
726
|
name?: string | undefined;
|
|
792
727
|
label?: string | undefined;
|
|
793
728
|
class?: any;
|
|
794
|
-
modelValue?: any;
|
|
795
729
|
prependIcon?: IconValue | undefined;
|
|
796
730
|
appendIcon?: IconValue | undefined;
|
|
797
|
-
'onClick:append'?:
|
|
798
|
-
'onClick:prepend'?:
|
|
799
|
-
'onUpdate:focused'?:
|
|
731
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
732
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
733
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
800
734
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
801
735
|
validationValue?: any;
|
|
802
736
|
hint?: string | undefined;
|
|
803
737
|
hideDetails?: boolean | "auto" | undefined;
|
|
804
|
-
} & {
|
|
805
|
-
$children?: vue.VNodeChild | {
|
|
806
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
807
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
808
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
809
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
810
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
811
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
812
|
-
'v-slots'?: {
|
|
813
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
814
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
815
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
816
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
817
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
818
|
-
} | undefined;
|
|
819
|
-
} & {
|
|
820
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
821
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
822
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
823
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
824
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
825
|
-
} & {
|
|
826
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
827
|
-
} & vue.ShallowUnwrapRef<{
|
|
738
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
828
739
|
reset: () => void;
|
|
829
740
|
resetValidation: () => void;
|
|
830
741
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
831
742
|
isValid: vue.ComputedRef<boolean | null>;
|
|
832
743
|
errorMessages: vue.ComputedRef<string[]>;
|
|
833
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
744
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
745
|
+
modelValue?: unknown;
|
|
746
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
747
|
+
}, VInputSlots>, "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" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
834
748
|
$: vue.ComponentInternalInstance;
|
|
835
749
|
$data: {};
|
|
836
750
|
$props: Partial<{
|
|
@@ -874,12 +788,11 @@ declare const VTextField: {
|
|
|
874
788
|
baseColor?: string | undefined;
|
|
875
789
|
appendInnerIcon?: IconValue | undefined;
|
|
876
790
|
prependInnerIcon?: IconValue | undefined;
|
|
877
|
-
'onClick:clear'?:
|
|
878
|
-
'onClick:appendInner'?:
|
|
879
|
-
'onClick:prependInner'?:
|
|
880
|
-
'onUpdate:focused'?: (
|
|
791
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
792
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
793
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
794
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
881
795
|
centerAffix?: boolean | undefined;
|
|
882
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
883
796
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
884
797
|
flat: boolean;
|
|
885
798
|
reverse: boolean;
|
|
@@ -906,13 +819,12 @@ declare const VTextField: {
|
|
|
906
819
|
baseColor?: string | undefined;
|
|
907
820
|
appendInnerIcon?: IconValue | undefined;
|
|
908
821
|
prependInnerIcon?: IconValue | undefined;
|
|
909
|
-
'onClick:clear'?:
|
|
910
|
-
'onClick:appendInner'?:
|
|
911
|
-
'onClick:prependInner'?:
|
|
912
|
-
'onUpdate:focused'?:
|
|
822
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
823
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
824
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
825
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
913
826
|
centerAffix?: boolean | undefined;
|
|
914
827
|
} & {
|
|
915
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
916
828
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
917
829
|
}, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
918
830
|
$attrs: {
|
|
@@ -974,19 +886,18 @@ declare const VTextField: {
|
|
|
974
886
|
baseColor?: string | undefined;
|
|
975
887
|
appendInnerIcon?: IconValue | undefined;
|
|
976
888
|
prependInnerIcon?: IconValue | undefined;
|
|
977
|
-
'onClick:clear'?:
|
|
978
|
-
'onClick:appendInner'?:
|
|
979
|
-
'onClick:prependInner'?:
|
|
980
|
-
'onUpdate:focused'?:
|
|
889
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
890
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
891
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
892
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
981
893
|
centerAffix?: boolean | undefined;
|
|
982
894
|
} & {
|
|
983
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
984
895
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
985
896
|
}, {
|
|
986
897
|
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
987
898
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
988
899
|
'update:focused': (focused: boolean) => true;
|
|
989
|
-
'update:modelValue': (
|
|
900
|
+
'update:modelValue': (value: any) => true;
|
|
990
901
|
}, "$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, {
|
|
991
902
|
flat: boolean;
|
|
992
903
|
reverse: boolean;
|
|
@@ -1071,19 +982,18 @@ declare const VTextField: {
|
|
|
1071
982
|
baseColor?: string | undefined;
|
|
1072
983
|
appendInnerIcon?: IconValue | undefined;
|
|
1073
984
|
prependInnerIcon?: IconValue | undefined;
|
|
1074
|
-
'onClick:clear'?:
|
|
1075
|
-
'onClick:appendInner'?:
|
|
1076
|
-
'onClick:prependInner'?:
|
|
1077
|
-
'onUpdate:focused'?:
|
|
985
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
986
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
987
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
988
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1078
989
|
centerAffix?: boolean | undefined;
|
|
1079
990
|
} & {
|
|
1080
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1081
991
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1082
992
|
} & vue.ShallowUnwrapRef<{
|
|
1083
993
|
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
1084
994
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1085
995
|
modelValue?: unknown;
|
|
1086
|
-
'onUpdate:modelValue'?: ((
|
|
996
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1087
997
|
}, 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" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "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, {
|
|
1088
998
|
'click:control': (e: MouseEvent) => true;
|
|
1089
999
|
'mousedown:control': (e: MouseEvent) => true;
|
|
@@ -1222,12 +1132,12 @@ declare const VTextField: {
|
|
|
1222
1132
|
baseColor?: string | undefined;
|
|
1223
1133
|
appendInnerIcon?: IconValue | undefined;
|
|
1224
1134
|
prependInnerIcon?: IconValue | undefined;
|
|
1225
|
-
'onClick:clear'?:
|
|
1226
|
-
'onClick:append'?:
|
|
1227
|
-
'onClick:prepend'?:
|
|
1228
|
-
'onClick:appendInner'?:
|
|
1229
|
-
'onClick:prependInner'?:
|
|
1230
|
-
'onUpdate:focused'?:
|
|
1135
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1136
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1137
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1138
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1139
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1140
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1231
1141
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1232
1142
|
validationValue?: any;
|
|
1233
1143
|
centerAffix?: boolean | undefined;
|
|
@@ -1326,36 +1236,15 @@ declare const VTextField: {
|
|
|
1326
1236
|
name?: string | undefined;
|
|
1327
1237
|
label?: string | undefined;
|
|
1328
1238
|
class?: any;
|
|
1329
|
-
modelValue?: any;
|
|
1330
1239
|
prependIcon?: IconValue | undefined;
|
|
1331
1240
|
appendIcon?: IconValue | undefined;
|
|
1332
|
-
'onClick:append'?:
|
|
1333
|
-
'onClick:prepend'?:
|
|
1334
|
-
'onUpdate:focused'?:
|
|
1241
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1242
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1243
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1335
1244
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1336
1245
|
validationValue?: any;
|
|
1337
1246
|
hint?: string | undefined;
|
|
1338
1247
|
hideDetails?: boolean | "auto" | undefined;
|
|
1339
|
-
$children?: vue.VNodeChild | {
|
|
1340
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1341
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1342
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1343
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1344
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1345
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1346
|
-
'v-slots'?: {
|
|
1347
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1348
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1349
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1350
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1351
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1352
|
-
} | undefined;
|
|
1353
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1354
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1355
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1356
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1357
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1358
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1359
1248
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1360
1249
|
error: boolean;
|
|
1361
1250
|
direction: "horizontal" | "vertical";
|
|
@@ -1376,40 +1265,16 @@ declare const VTextField: {
|
|
|
1376
1265
|
name?: string | undefined;
|
|
1377
1266
|
label?: string | undefined;
|
|
1378
1267
|
class?: any;
|
|
1379
|
-
modelValue?: any;
|
|
1380
1268
|
prependIcon?: IconValue | undefined;
|
|
1381
1269
|
appendIcon?: IconValue | undefined;
|
|
1382
|
-
'onClick:append'?:
|
|
1383
|
-
'onClick:prepend'?:
|
|
1384
|
-
'onUpdate:focused'?:
|
|
1270
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1271
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1272
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1385
1273
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1386
1274
|
validationValue?: any;
|
|
1387
1275
|
hint?: string | undefined;
|
|
1388
1276
|
hideDetails?: boolean | "auto" | undefined;
|
|
1389
|
-
} & {
|
|
1390
|
-
$children?: vue.VNodeChild | {
|
|
1391
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1392
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1393
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1394
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1395
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1396
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1397
|
-
'v-slots'?: {
|
|
1398
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1399
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1400
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1401
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1402
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1403
|
-
} | undefined;
|
|
1404
|
-
} & {
|
|
1405
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1406
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1407
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1408
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1409
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1410
|
-
} & {
|
|
1411
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1412
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1277
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1413
1278
|
$attrs: {
|
|
1414
1279
|
[x: string]: unknown;
|
|
1415
1280
|
};
|
|
@@ -1435,7 +1300,7 @@ declare const VTextField: {
|
|
|
1435
1300
|
}>;
|
|
1436
1301
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1437
1302
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1438
|
-
$emit: (event:
|
|
1303
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1439
1304
|
$el: any;
|
|
1440
1305
|
$options: vue.ComponentOptionsBase<{
|
|
1441
1306
|
error: boolean;
|
|
@@ -1457,48 +1322,24 @@ declare const VTextField: {
|
|
|
1457
1322
|
name?: string | undefined;
|
|
1458
1323
|
label?: string | undefined;
|
|
1459
1324
|
class?: any;
|
|
1460
|
-
modelValue?: any;
|
|
1461
1325
|
prependIcon?: IconValue | undefined;
|
|
1462
1326
|
appendIcon?: IconValue | undefined;
|
|
1463
|
-
'onClick:append'?:
|
|
1464
|
-
'onClick:prepend'?:
|
|
1465
|
-
'onUpdate:focused'?:
|
|
1327
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1328
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1329
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1466
1330
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1467
1331
|
validationValue?: any;
|
|
1468
1332
|
hint?: string | undefined;
|
|
1469
1333
|
hideDetails?: boolean | "auto" | undefined;
|
|
1470
|
-
} & {
|
|
1471
|
-
$children?: vue.VNodeChild | {
|
|
1472
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1473
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1474
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1475
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1476
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1477
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1478
|
-
'v-slots'?: {
|
|
1479
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1480
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1481
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1482
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1483
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1484
|
-
} | undefined;
|
|
1485
|
-
} & {
|
|
1486
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1487
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1488
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1489
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1490
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1491
|
-
} & {
|
|
1492
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1493
|
-
}, {
|
|
1334
|
+
} & {}, {
|
|
1494
1335
|
reset: () => void;
|
|
1495
1336
|
resetValidation: () => void;
|
|
1496
1337
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1497
1338
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1498
1339
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1499
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1500
|
-
'update:modelValue': (
|
|
1501
|
-
}, string, {
|
|
1340
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1341
|
+
'update:modelValue': (value: any) => true;
|
|
1342
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1502
1343
|
error: boolean;
|
|
1503
1344
|
direction: "horizontal" | "vertical";
|
|
1504
1345
|
style: vue.StyleValue;
|
|
@@ -1569,46 +1410,25 @@ declare const VTextField: {
|
|
|
1569
1410
|
name?: string | undefined;
|
|
1570
1411
|
label?: string | undefined;
|
|
1571
1412
|
class?: any;
|
|
1572
|
-
modelValue?: any;
|
|
1573
1413
|
prependIcon?: IconValue | undefined;
|
|
1574
1414
|
appendIcon?: IconValue | undefined;
|
|
1575
|
-
'onClick:append'?:
|
|
1576
|
-
'onClick:prepend'?:
|
|
1577
|
-
'onUpdate:focused'?:
|
|
1415
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1416
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1417
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1578
1418
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1579
1419
|
validationValue?: any;
|
|
1580
1420
|
hint?: string | undefined;
|
|
1581
1421
|
hideDetails?: boolean | "auto" | undefined;
|
|
1582
|
-
} & {
|
|
1583
|
-
$children?: vue.VNodeChild | {
|
|
1584
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1585
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1586
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1587
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1588
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1589
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1590
|
-
'v-slots'?: {
|
|
1591
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1592
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1593
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1594
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1595
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1596
|
-
} | undefined;
|
|
1597
|
-
} & {
|
|
1598
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1599
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1600
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1601
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1602
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1603
|
-
} & {
|
|
1604
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1605
|
-
} & vue.ShallowUnwrapRef<{
|
|
1422
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
1606
1423
|
reset: () => void;
|
|
1607
1424
|
resetValidation: () => void;
|
|
1608
1425
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1609
1426
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1610
1427
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1611
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
1428
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1429
|
+
modelValue?: unknown;
|
|
1430
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1431
|
+
}, VInputSlots>, "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" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
1612
1432
|
$: vue.ComponentInternalInstance;
|
|
1613
1433
|
$data: {};
|
|
1614
1434
|
$props: Partial<{
|
|
@@ -1652,12 +1472,11 @@ declare const VTextField: {
|
|
|
1652
1472
|
baseColor?: string | undefined;
|
|
1653
1473
|
appendInnerIcon?: IconValue | undefined;
|
|
1654
1474
|
prependInnerIcon?: IconValue | undefined;
|
|
1655
|
-
'onClick:clear'?:
|
|
1656
|
-
'onClick:appendInner'?:
|
|
1657
|
-
'onClick:prependInner'?:
|
|
1658
|
-
'onUpdate:focused'?: (
|
|
1475
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1476
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1477
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1478
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
1659
1479
|
centerAffix?: boolean | undefined;
|
|
1660
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1661
1480
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1662
1481
|
flat: boolean;
|
|
1663
1482
|
reverse: boolean;
|
|
@@ -1684,13 +1503,12 @@ declare const VTextField: {
|
|
|
1684
1503
|
baseColor?: string | undefined;
|
|
1685
1504
|
appendInnerIcon?: IconValue | undefined;
|
|
1686
1505
|
prependInnerIcon?: IconValue | undefined;
|
|
1687
|
-
'onClick:clear'?:
|
|
1688
|
-
'onClick:appendInner'?:
|
|
1689
|
-
'onClick:prependInner'?:
|
|
1690
|
-
'onUpdate:focused'?:
|
|
1506
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1507
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1508
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1509
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1691
1510
|
centerAffix?: boolean | undefined;
|
|
1692
1511
|
} & {
|
|
1693
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1694
1512
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1695
1513
|
}, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
1696
1514
|
$attrs: {
|
|
@@ -1752,19 +1570,18 @@ declare const VTextField: {
|
|
|
1752
1570
|
baseColor?: string | undefined;
|
|
1753
1571
|
appendInnerIcon?: IconValue | undefined;
|
|
1754
1572
|
prependInnerIcon?: IconValue | undefined;
|
|
1755
|
-
'onClick:clear'?:
|
|
1756
|
-
'onClick:appendInner'?:
|
|
1757
|
-
'onClick:prependInner'?:
|
|
1758
|
-
'onUpdate:focused'?:
|
|
1573
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1574
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1575
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1576
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1759
1577
|
centerAffix?: boolean | undefined;
|
|
1760
1578
|
} & {
|
|
1761
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1762
1579
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1763
1580
|
}, {
|
|
1764
1581
|
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
1765
1582
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1766
1583
|
'update:focused': (focused: boolean) => true;
|
|
1767
|
-
'update:modelValue': (
|
|
1584
|
+
'update:modelValue': (value: any) => true;
|
|
1768
1585
|
}, "$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, {
|
|
1769
1586
|
flat: boolean;
|
|
1770
1587
|
reverse: boolean;
|
|
@@ -1849,19 +1666,18 @@ declare const VTextField: {
|
|
|
1849
1666
|
baseColor?: string | undefined;
|
|
1850
1667
|
appendInnerIcon?: IconValue | undefined;
|
|
1851
1668
|
prependInnerIcon?: IconValue | undefined;
|
|
1852
|
-
'onClick:clear'?:
|
|
1853
|
-
'onClick:appendInner'?:
|
|
1854
|
-
'onClick:prependInner'?:
|
|
1855
|
-
'onUpdate:focused'?:
|
|
1669
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1670
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1671
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1672
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1856
1673
|
centerAffix?: boolean | undefined;
|
|
1857
1674
|
} & {
|
|
1858
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1859
1675
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1860
1676
|
} & vue.ShallowUnwrapRef<{
|
|
1861
1677
|
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
1862
1678
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1863
1679
|
modelValue?: unknown;
|
|
1864
|
-
'onUpdate:modelValue'?: ((
|
|
1680
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1865
1681
|
}, 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" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "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 & {};
|
|
1866
1682
|
__isFragment?: undefined;
|
|
1867
1683
|
__isTeleport?: undefined;
|
|
@@ -1913,12 +1729,12 @@ declare const VTextField: {
|
|
|
1913
1729
|
baseColor?: string | undefined;
|
|
1914
1730
|
appendInnerIcon?: IconValue | undefined;
|
|
1915
1731
|
prependInnerIcon?: IconValue | undefined;
|
|
1916
|
-
'onClick:clear'?:
|
|
1917
|
-
'onClick:append'?:
|
|
1918
|
-
'onClick:prepend'?:
|
|
1919
|
-
'onClick:appendInner'?:
|
|
1920
|
-
'onClick:prependInner'?:
|
|
1921
|
-
'onUpdate:focused'?:
|
|
1732
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1733
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1734
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1735
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1736
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1737
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1922
1738
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1923
1739
|
validationValue?: any;
|
|
1924
1740
|
centerAffix?: boolean | undefined;
|
|
@@ -2017,36 +1833,15 @@ declare const VTextField: {
|
|
|
2017
1833
|
name?: string | undefined;
|
|
2018
1834
|
label?: string | undefined;
|
|
2019
1835
|
class?: any;
|
|
2020
|
-
modelValue?: any;
|
|
2021
1836
|
prependIcon?: IconValue | undefined;
|
|
2022
1837
|
appendIcon?: IconValue | undefined;
|
|
2023
|
-
'onClick:append'?:
|
|
2024
|
-
'onClick:prepend'?:
|
|
2025
|
-
'onUpdate:focused'?:
|
|
1838
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1839
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1840
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2026
1841
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2027
1842
|
validationValue?: any;
|
|
2028
1843
|
hint?: string | undefined;
|
|
2029
1844
|
hideDetails?: boolean | "auto" | undefined;
|
|
2030
|
-
$children?: vue.VNodeChild | {
|
|
2031
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2032
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2033
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2034
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2035
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2036
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
2037
|
-
'v-slots'?: {
|
|
2038
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2039
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2040
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2041
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2042
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2043
|
-
} | undefined;
|
|
2044
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2045
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2046
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2047
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2048
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2049
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2050
1845
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2051
1846
|
error: boolean;
|
|
2052
1847
|
direction: "horizontal" | "vertical";
|
|
@@ -2067,40 +1862,16 @@ declare const VTextField: {
|
|
|
2067
1862
|
name?: string | undefined;
|
|
2068
1863
|
label?: string | undefined;
|
|
2069
1864
|
class?: any;
|
|
2070
|
-
modelValue?: any;
|
|
2071
1865
|
prependIcon?: IconValue | undefined;
|
|
2072
1866
|
appendIcon?: IconValue | undefined;
|
|
2073
|
-
'onClick:append'?:
|
|
2074
|
-
'onClick:prepend'?:
|
|
2075
|
-
'onUpdate:focused'?:
|
|
1867
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1868
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1869
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2076
1870
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2077
1871
|
validationValue?: any;
|
|
2078
1872
|
hint?: string | undefined;
|
|
2079
1873
|
hideDetails?: boolean | "auto" | undefined;
|
|
2080
|
-
} & {
|
|
2081
|
-
$children?: vue.VNodeChild | {
|
|
2082
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2083
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2084
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2085
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2086
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2087
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
2088
|
-
'v-slots'?: {
|
|
2089
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2090
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2091
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2092
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2093
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2094
|
-
} | undefined;
|
|
2095
|
-
} & {
|
|
2096
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2097
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2098
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2099
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2100
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2101
|
-
} & {
|
|
2102
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2103
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1874
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
2104
1875
|
$attrs: {
|
|
2105
1876
|
[x: string]: unknown;
|
|
2106
1877
|
};
|
|
@@ -2126,7 +1897,7 @@ declare const VTextField: {
|
|
|
2126
1897
|
}>;
|
|
2127
1898
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2128
1899
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
2129
|
-
$emit: (event:
|
|
1900
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
2130
1901
|
$el: any;
|
|
2131
1902
|
$options: vue.ComponentOptionsBase<{
|
|
2132
1903
|
error: boolean;
|
|
@@ -2148,48 +1919,24 @@ declare const VTextField: {
|
|
|
2148
1919
|
name?: string | undefined;
|
|
2149
1920
|
label?: string | undefined;
|
|
2150
1921
|
class?: any;
|
|
2151
|
-
modelValue?: any;
|
|
2152
1922
|
prependIcon?: IconValue | undefined;
|
|
2153
1923
|
appendIcon?: IconValue | undefined;
|
|
2154
|
-
'onClick:append'?:
|
|
2155
|
-
'onClick:prepend'?:
|
|
2156
|
-
'onUpdate:focused'?:
|
|
1924
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1925
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1926
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2157
1927
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2158
1928
|
validationValue?: any;
|
|
2159
1929
|
hint?: string | undefined;
|
|
2160
1930
|
hideDetails?: boolean | "auto" | undefined;
|
|
2161
|
-
} & {
|
|
2162
|
-
$children?: vue.VNodeChild | {
|
|
2163
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2164
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2165
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2166
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2167
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2168
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
2169
|
-
'v-slots'?: {
|
|
2170
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2171
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2172
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2173
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2174
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2175
|
-
} | undefined;
|
|
2176
|
-
} & {
|
|
2177
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2178
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2179
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2180
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2181
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2182
|
-
} & {
|
|
2183
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2184
|
-
}, {
|
|
1931
|
+
} & {}, {
|
|
2185
1932
|
reset: () => void;
|
|
2186
1933
|
resetValidation: () => void;
|
|
2187
1934
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
2188
1935
|
isValid: vue.ComputedRef<boolean | null>;
|
|
2189
1936
|
errorMessages: vue.ComputedRef<string[]>;
|
|
2190
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2191
|
-
'update:modelValue': (
|
|
2192
|
-
}, string, {
|
|
1937
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1938
|
+
'update:modelValue': (value: any) => true;
|
|
1939
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
2193
1940
|
error: boolean;
|
|
2194
1941
|
direction: "horizontal" | "vertical";
|
|
2195
1942
|
style: vue.StyleValue;
|
|
@@ -2260,46 +2007,25 @@ declare const VTextField: {
|
|
|
2260
2007
|
name?: string | undefined;
|
|
2261
2008
|
label?: string | undefined;
|
|
2262
2009
|
class?: any;
|
|
2263
|
-
modelValue?: any;
|
|
2264
2010
|
prependIcon?: IconValue | undefined;
|
|
2265
2011
|
appendIcon?: IconValue | undefined;
|
|
2266
|
-
'onClick:append'?:
|
|
2267
|
-
'onClick:prepend'?:
|
|
2268
|
-
'onUpdate:focused'?:
|
|
2012
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2013
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2014
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2269
2015
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
2270
2016
|
validationValue?: any;
|
|
2271
2017
|
hint?: string | undefined;
|
|
2272
2018
|
hideDetails?: boolean | "auto" | undefined;
|
|
2273
|
-
} & {
|
|
2274
|
-
$children?: vue.VNodeChild | {
|
|
2275
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2276
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2277
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2278
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2279
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2280
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
2281
|
-
'v-slots'?: {
|
|
2282
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2283
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2284
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2285
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2286
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2287
|
-
} | undefined;
|
|
2288
|
-
} & {
|
|
2289
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2290
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2291
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2292
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
2293
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
2294
|
-
} & {
|
|
2295
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2296
|
-
} & vue.ShallowUnwrapRef<{
|
|
2019
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
2297
2020
|
reset: () => void;
|
|
2298
2021
|
resetValidation: () => void;
|
|
2299
2022
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
2300
2023
|
isValid: vue.ComputedRef<boolean | null>;
|
|
2301
2024
|
errorMessages: vue.ComputedRef<string[]>;
|
|
2302
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
2025
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
2026
|
+
modelValue?: unknown;
|
|
2027
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2028
|
+
}, VInputSlots>, "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" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & Omit<Omit<{
|
|
2303
2029
|
$: vue.ComponentInternalInstance;
|
|
2304
2030
|
$data: {};
|
|
2305
2031
|
$props: Partial<{
|
|
@@ -2343,12 +2069,11 @@ declare const VTextField: {
|
|
|
2343
2069
|
baseColor?: string | undefined;
|
|
2344
2070
|
appendInnerIcon?: IconValue | undefined;
|
|
2345
2071
|
prependInnerIcon?: IconValue | undefined;
|
|
2346
|
-
'onClick:clear'?:
|
|
2347
|
-
'onClick:appendInner'?:
|
|
2348
|
-
'onClick:prependInner'?:
|
|
2349
|
-
'onUpdate:focused'?: (
|
|
2072
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2073
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2074
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2075
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
2350
2076
|
centerAffix?: boolean | undefined;
|
|
2351
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2352
2077
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2353
2078
|
flat: boolean;
|
|
2354
2079
|
reverse: boolean;
|
|
@@ -2375,13 +2100,12 @@ declare const VTextField: {
|
|
|
2375
2100
|
baseColor?: string | undefined;
|
|
2376
2101
|
appendInnerIcon?: IconValue | undefined;
|
|
2377
2102
|
prependInnerIcon?: IconValue | undefined;
|
|
2378
|
-
'onClick:clear'?:
|
|
2379
|
-
'onClick:appendInner'?:
|
|
2380
|
-
'onClick:prependInner'?:
|
|
2381
|
-
'onUpdate:focused'?:
|
|
2103
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2104
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2105
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2106
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2382
2107
|
centerAffix?: boolean | undefined;
|
|
2383
2108
|
} & {
|
|
2384
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2385
2109
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2386
2110
|
}, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
2387
2111
|
$attrs: {
|
|
@@ -2443,19 +2167,18 @@ declare const VTextField: {
|
|
|
2443
2167
|
baseColor?: string | undefined;
|
|
2444
2168
|
appendInnerIcon?: IconValue | undefined;
|
|
2445
2169
|
prependInnerIcon?: IconValue | undefined;
|
|
2446
|
-
'onClick:clear'?:
|
|
2447
|
-
'onClick:appendInner'?:
|
|
2448
|
-
'onClick:prependInner'?:
|
|
2449
|
-
'onUpdate:focused'?:
|
|
2170
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2171
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2172
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2173
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2450
2174
|
centerAffix?: boolean | undefined;
|
|
2451
2175
|
} & {
|
|
2452
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2453
2176
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2454
2177
|
}, {
|
|
2455
2178
|
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
2456
2179
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
2457
2180
|
'update:focused': (focused: boolean) => true;
|
|
2458
|
-
'update:modelValue': (
|
|
2181
|
+
'update:modelValue': (value: any) => true;
|
|
2459
2182
|
}, "$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, {
|
|
2460
2183
|
flat: boolean;
|
|
2461
2184
|
reverse: boolean;
|
|
@@ -2540,19 +2263,18 @@ declare const VTextField: {
|
|
|
2540
2263
|
baseColor?: string | undefined;
|
|
2541
2264
|
appendInnerIcon?: IconValue | undefined;
|
|
2542
2265
|
prependInnerIcon?: IconValue | undefined;
|
|
2543
|
-
'onClick:clear'?:
|
|
2544
|
-
'onClick:appendInner'?:
|
|
2545
|
-
'onClick:prependInner'?:
|
|
2546
|
-
'onUpdate:focused'?:
|
|
2266
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2267
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2268
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
2269
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
2547
2270
|
centerAffix?: boolean | undefined;
|
|
2548
2271
|
} & {
|
|
2549
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
2550
2272
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
2551
2273
|
} & vue.ShallowUnwrapRef<{
|
|
2552
2274
|
controlRef: vue.Ref<HTMLElement | undefined>;
|
|
2553
2275
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
2554
2276
|
modelValue?: unknown;
|
|
2555
|
-
'onUpdate:modelValue'?: ((
|
|
2277
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
2556
2278
|
}, 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" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "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, {
|
|
2557
2279
|
'click:control': (e: MouseEvent) => true;
|
|
2558
2280
|
'mousedown:control': (e: MouseEvent) => true;
|
|
@@ -2667,11 +2389,11 @@ declare const VTextField: {
|
|
|
2667
2389
|
default: string;
|
|
2668
2390
|
validator: (v: any) => boolean;
|
|
2669
2391
|
};
|
|
2670
|
-
'onClick:clear': PropType<
|
|
2671
|
-
'onClick:appendInner': PropType<
|
|
2672
|
-
'onClick:prependInner': PropType<
|
|
2392
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
2393
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
2394
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
2673
2395
|
focused: BooleanConstructor;
|
|
2674
|
-
'onUpdate:focused': PropType<
|
|
2396
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2675
2397
|
errorMessages: {
|
|
2676
2398
|
type: PropType<string | readonly string[] | null>;
|
|
2677
2399
|
default: () => never[];
|
|
@@ -2713,8 +2435,8 @@ declare const VTextField: {
|
|
|
2713
2435
|
default: string;
|
|
2714
2436
|
validator: (v: any) => boolean;
|
|
2715
2437
|
};
|
|
2716
|
-
'onClick:prepend': PropType<
|
|
2717
|
-
'onClick:append': PropType<
|
|
2438
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2439
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2718
2440
|
autofocus: BooleanConstructor;
|
|
2719
2441
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2720
2442
|
counterValue: PropType<number | ((value: any) => number)>;
|
|
@@ -2772,11 +2494,11 @@ declare const VTextField: {
|
|
|
2772
2494
|
default: string;
|
|
2773
2495
|
validator: (v: any) => boolean;
|
|
2774
2496
|
};
|
|
2775
|
-
'onClick:clear': PropType<
|
|
2776
|
-
'onClick:appendInner': PropType<
|
|
2777
|
-
'onClick:prependInner': PropType<
|
|
2497
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
2498
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
2499
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
2778
2500
|
focused: BooleanConstructor;
|
|
2779
|
-
'onUpdate:focused': PropType<
|
|
2501
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2780
2502
|
errorMessages: {
|
|
2781
2503
|
type: PropType<string | readonly string[] | null>;
|
|
2782
2504
|
default: () => never[];
|
|
@@ -2818,8 +2540,8 @@ declare const VTextField: {
|
|
|
2818
2540
|
default: string;
|
|
2819
2541
|
validator: (v: any) => boolean;
|
|
2820
2542
|
};
|
|
2821
|
-
'onClick:prepend': PropType<
|
|
2822
|
-
'onClick:append': PropType<
|
|
2543
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
2544
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2823
2545
|
autofocus: BooleanConstructor;
|
|
2824
2546
|
counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2825
2547
|
counterValue: PropType<number | ((value: any) => number)>;
|