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,13 +1,35 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, Ref, ComputedRef, nextTick } from 'vue';
|
|
3
3
|
|
|
4
|
+
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
|
+
$children?: (VNodeChild | (T extends {
|
|
6
|
+
default: infer V;
|
|
7
|
+
} ? V : {}) | {
|
|
8
|
+
[K in keyof T]?: T[K];
|
|
9
|
+
});
|
|
10
|
+
'v-slots'?: {
|
|
11
|
+
[K in keyof T]?: T[K] | false;
|
|
12
|
+
};
|
|
13
|
+
} & {
|
|
14
|
+
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
|
15
|
+
};
|
|
16
|
+
type RawSlots = Record<string, unknown>;
|
|
17
|
+
type Slot<T> = [T] extends [never] ? () => VNodeChild : (arg: T) => VNodeChild;
|
|
18
|
+
type VueSlot<T> = [T] extends [never] ? () => VNode[] : (arg: T) => VNode[];
|
|
19
|
+
type MakeInternalSlots<T extends RawSlots> = {
|
|
20
|
+
[K in keyof T]: Slot<T[K]>;
|
|
21
|
+
};
|
|
22
|
+
type MakeSlots<T extends RawSlots> = {
|
|
23
|
+
[K in keyof T]: VueSlot<T[K]>;
|
|
24
|
+
};
|
|
25
|
+
type GenericProps<Props, Slots extends Record<string, unknown>> = {
|
|
26
|
+
$props: Props & SlotsToProps<Slots>;
|
|
27
|
+
$slots: MakeSlots<Slots>;
|
|
28
|
+
};
|
|
4
29
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
30
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
6
31
|
}
|
|
7
32
|
|
|
8
|
-
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
9
|
-
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
10
|
-
|
|
11
33
|
interface LoaderSlotProps {
|
|
12
34
|
color: string | undefined;
|
|
13
35
|
isActive: boolean;
|
|
@@ -49,6 +71,13 @@ interface VInputSlot {
|
|
|
49
71
|
resetValidation: () => void;
|
|
50
72
|
validate: () => void;
|
|
51
73
|
}
|
|
74
|
+
type VInputSlots = {
|
|
75
|
+
default: VInputSlot;
|
|
76
|
+
prepend: VInputSlot;
|
|
77
|
+
append: VInputSlot;
|
|
78
|
+
details: VInputSlot;
|
|
79
|
+
message: VMessageSlot;
|
|
80
|
+
};
|
|
52
81
|
|
|
53
82
|
declare const VFileInput: {
|
|
54
83
|
new (...args: any[]): {
|
|
@@ -131,12 +160,12 @@ declare const VFileInput: {
|
|
|
131
160
|
baseColor?: string | undefined;
|
|
132
161
|
appendInnerIcon?: IconValue | undefined;
|
|
133
162
|
prependInnerIcon?: IconValue | undefined;
|
|
134
|
-
'onClick:clear'?:
|
|
135
|
-
'onClick:append'?:
|
|
136
|
-
'onClick:prepend'?:
|
|
137
|
-
'onClick:appendInner'?:
|
|
138
|
-
'onClick:prependInner'?:
|
|
139
|
-
'onUpdate:focused'?: (
|
|
163
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
164
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
165
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
166
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
167
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
168
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
140
169
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
141
170
|
validationValue?: any;
|
|
142
171
|
centerAffix?: boolean | undefined;
|
|
@@ -251,12 +280,12 @@ declare const VFileInput: {
|
|
|
251
280
|
baseColor?: string | undefined;
|
|
252
281
|
appendInnerIcon?: IconValue | undefined;
|
|
253
282
|
prependInnerIcon?: IconValue | undefined;
|
|
254
|
-
'onClick:clear'?:
|
|
255
|
-
'onClick:append'?:
|
|
256
|
-
'onClick:prepend'?:
|
|
257
|
-
'onClick:appendInner'?:
|
|
258
|
-
'onClick:prependInner'?:
|
|
259
|
-
'onUpdate:focused'?:
|
|
283
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
284
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
285
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
286
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
287
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
288
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
260
289
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
261
290
|
validationValue?: any;
|
|
262
291
|
centerAffix?: boolean | undefined;
|
|
@@ -431,12 +460,12 @@ declare const VFileInput: {
|
|
|
431
460
|
baseColor?: string | undefined;
|
|
432
461
|
appendInnerIcon?: IconValue | undefined;
|
|
433
462
|
prependInnerIcon?: IconValue | undefined;
|
|
434
|
-
'onClick:clear'?:
|
|
435
|
-
'onClick:append'?:
|
|
436
|
-
'onClick:prepend'?:
|
|
437
|
-
'onClick:appendInner'?:
|
|
438
|
-
'onClick:prependInner'?:
|
|
439
|
-
'onUpdate:focused'?:
|
|
463
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
464
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
465
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
466
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
467
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
468
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
440
469
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
441
470
|
validationValue?: any;
|
|
442
471
|
centerAffix?: boolean | undefined;
|
|
@@ -547,36 +576,15 @@ declare const VFileInput: {
|
|
|
547
576
|
name?: string | undefined;
|
|
548
577
|
label?: string | undefined;
|
|
549
578
|
class?: any;
|
|
550
|
-
modelValue?: any;
|
|
551
579
|
prependIcon?: IconValue | undefined;
|
|
552
580
|
appendIcon?: IconValue | undefined;
|
|
553
|
-
'onClick:append'?:
|
|
554
|
-
'onClick:prepend'?:
|
|
555
|
-
'onUpdate:focused'?:
|
|
581
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
582
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
583
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
556
584
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
557
585
|
validationValue?: any;
|
|
558
586
|
hint?: string | undefined;
|
|
559
587
|
hideDetails?: boolean | "auto" | undefined;
|
|
560
|
-
$children?: vue.VNodeChild | {
|
|
561
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
562
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
563
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
564
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
565
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
566
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
567
|
-
'v-slots'?: {
|
|
568
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
569
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
570
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
571
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
572
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
573
|
-
} | undefined;
|
|
574
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
575
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
576
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
577
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
578
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
579
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
580
588
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
581
589
|
error: boolean;
|
|
582
590
|
direction: "horizontal" | "vertical";
|
|
@@ -597,40 +605,16 @@ declare const VFileInput: {
|
|
|
597
605
|
name?: string | undefined;
|
|
598
606
|
label?: string | undefined;
|
|
599
607
|
class?: any;
|
|
600
|
-
modelValue?: any;
|
|
601
608
|
prependIcon?: IconValue | undefined;
|
|
602
609
|
appendIcon?: IconValue | undefined;
|
|
603
|
-
'onClick:append'?:
|
|
604
|
-
'onClick:prepend'?:
|
|
605
|
-
'onUpdate:focused'?:
|
|
610
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
611
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
612
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
606
613
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
607
614
|
validationValue?: any;
|
|
608
615
|
hint?: string | undefined;
|
|
609
616
|
hideDetails?: boolean | "auto" | undefined;
|
|
610
|
-
} & {
|
|
611
|
-
$children?: vue.VNodeChild | {
|
|
612
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
613
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
614
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
615
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
616
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
617
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
618
|
-
'v-slots'?: {
|
|
619
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
620
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
621
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
622
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
623
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
624
|
-
} | undefined;
|
|
625
|
-
} & {
|
|
626
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
627
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
628
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
629
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
630
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
631
|
-
} & {
|
|
632
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
633
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
617
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
634
618
|
$attrs: {
|
|
635
619
|
[x: string]: unknown;
|
|
636
620
|
};
|
|
@@ -656,7 +640,7 @@ declare const VFileInput: {
|
|
|
656
640
|
}>;
|
|
657
641
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
658
642
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
659
|
-
$emit: (event:
|
|
643
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
660
644
|
$el: any;
|
|
661
645
|
$options: vue.ComponentOptionsBase<{
|
|
662
646
|
error: boolean;
|
|
@@ -678,48 +662,24 @@ declare const VFileInput: {
|
|
|
678
662
|
name?: string | undefined;
|
|
679
663
|
label?: string | undefined;
|
|
680
664
|
class?: any;
|
|
681
|
-
modelValue?: any;
|
|
682
665
|
prependIcon?: IconValue | undefined;
|
|
683
666
|
appendIcon?: IconValue | undefined;
|
|
684
|
-
'onClick:append'?:
|
|
685
|
-
'onClick:prepend'?:
|
|
686
|
-
'onUpdate:focused'?:
|
|
667
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
668
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
669
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
687
670
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
688
671
|
validationValue?: any;
|
|
689
672
|
hint?: string | undefined;
|
|
690
673
|
hideDetails?: boolean | "auto" | undefined;
|
|
691
|
-
} & {
|
|
692
|
-
$children?: vue.VNodeChild | {
|
|
693
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
694
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
695
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
696
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
697
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
698
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
699
|
-
'v-slots'?: {
|
|
700
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
701
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
702
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
703
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
704
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
705
|
-
} | undefined;
|
|
706
|
-
} & {
|
|
707
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
708
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
709
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
710
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
711
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
712
|
-
} & {
|
|
713
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
714
|
-
}, {
|
|
674
|
+
} & {}, {
|
|
715
675
|
reset: () => void;
|
|
716
676
|
resetValidation: () => void;
|
|
717
677
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
718
678
|
isValid: vue.ComputedRef<boolean | null>;
|
|
719
679
|
errorMessages: vue.ComputedRef<string[]>;
|
|
720
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
721
|
-
'update:modelValue': (
|
|
722
|
-
}, string, {
|
|
680
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
681
|
+
'update:modelValue': (value: any) => true;
|
|
682
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
723
683
|
error: boolean;
|
|
724
684
|
direction: "horizontal" | "vertical";
|
|
725
685
|
style: vue.StyleValue;
|
|
@@ -790,46 +750,25 @@ declare const VFileInput: {
|
|
|
790
750
|
name?: string | undefined;
|
|
791
751
|
label?: string | undefined;
|
|
792
752
|
class?: any;
|
|
793
|
-
modelValue?: any;
|
|
794
753
|
prependIcon?: IconValue | undefined;
|
|
795
754
|
appendIcon?: IconValue | undefined;
|
|
796
|
-
'onClick:append'?:
|
|
797
|
-
'onClick:prepend'?:
|
|
798
|
-
'onUpdate:focused'?:
|
|
755
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
756
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
757
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
799
758
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
800
759
|
validationValue?: any;
|
|
801
760
|
hint?: string | undefined;
|
|
802
761
|
hideDetails?: boolean | "auto" | undefined;
|
|
803
|
-
} & {
|
|
804
|
-
$children?: vue.VNodeChild | {
|
|
805
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
806
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
807
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
808
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
809
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
810
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
811
|
-
'v-slots'?: {
|
|
812
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
813
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
814
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
815
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
816
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
817
|
-
} | undefined;
|
|
818
|
-
} & {
|
|
819
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
820
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
821
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
822
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
823
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
824
|
-
} & {
|
|
825
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
826
|
-
} & vue.ShallowUnwrapRef<{
|
|
762
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
827
763
|
reset: () => void;
|
|
828
764
|
resetValidation: () => void;
|
|
829
765
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
830
766
|
isValid: vue.ComputedRef<boolean | null>;
|
|
831
767
|
errorMessages: vue.ComputedRef<string[]>;
|
|
832
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
768
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
769
|
+
modelValue?: unknown;
|
|
770
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
771
|
+
}, 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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
833
772
|
'click:control': (e: MouseEvent) => true;
|
|
834
773
|
'mousedown:control': (e: MouseEvent) => true;
|
|
835
774
|
'update:focused': (focused: boolean) => true;
|
|
@@ -976,12 +915,12 @@ declare const VFileInput: {
|
|
|
976
915
|
baseColor?: string | undefined;
|
|
977
916
|
appendInnerIcon?: IconValue | undefined;
|
|
978
917
|
prependInnerIcon?: IconValue | undefined;
|
|
979
|
-
'onClick:clear'?:
|
|
980
|
-
'onClick:append'?:
|
|
981
|
-
'onClick:prepend'?:
|
|
982
|
-
'onClick:appendInner'?:
|
|
983
|
-
'onClick:prependInner'?:
|
|
984
|
-
'onUpdate:focused'?:
|
|
918
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
919
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
920
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
921
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
922
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
923
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
985
924
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
986
925
|
validationValue?: any;
|
|
987
926
|
centerAffix?: boolean | undefined;
|
|
@@ -1092,36 +1031,15 @@ declare const VFileInput: {
|
|
|
1092
1031
|
name?: string | undefined;
|
|
1093
1032
|
label?: string | undefined;
|
|
1094
1033
|
class?: any;
|
|
1095
|
-
modelValue?: any;
|
|
1096
1034
|
prependIcon?: IconValue | undefined;
|
|
1097
1035
|
appendIcon?: IconValue | undefined;
|
|
1098
|
-
'onClick:append'?:
|
|
1099
|
-
'onClick:prepend'?:
|
|
1100
|
-
'onUpdate:focused'?:
|
|
1036
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1037
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1038
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1101
1039
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1102
1040
|
validationValue?: any;
|
|
1103
1041
|
hint?: string | undefined;
|
|
1104
1042
|
hideDetails?: boolean | "auto" | undefined;
|
|
1105
|
-
$children?: vue.VNodeChild | {
|
|
1106
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1107
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1108
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1109
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1110
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1111
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1112
|
-
'v-slots'?: {
|
|
1113
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1114
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1115
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1116
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1117
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1118
|
-
} | undefined;
|
|
1119
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1120
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1121
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1122
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1123
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1124
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1125
1043
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1126
1044
|
error: boolean;
|
|
1127
1045
|
direction: "horizontal" | "vertical";
|
|
@@ -1142,40 +1060,16 @@ declare const VFileInput: {
|
|
|
1142
1060
|
name?: string | undefined;
|
|
1143
1061
|
label?: string | undefined;
|
|
1144
1062
|
class?: any;
|
|
1145
|
-
modelValue?: any;
|
|
1146
1063
|
prependIcon?: IconValue | undefined;
|
|
1147
1064
|
appendIcon?: IconValue | undefined;
|
|
1148
|
-
'onClick:append'?:
|
|
1149
|
-
'onClick:prepend'?:
|
|
1150
|
-
'onUpdate:focused'?:
|
|
1065
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1066
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1067
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1151
1068
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1152
1069
|
validationValue?: any;
|
|
1153
1070
|
hint?: string | undefined;
|
|
1154
1071
|
hideDetails?: boolean | "auto" | undefined;
|
|
1155
|
-
} & {
|
|
1156
|
-
$children?: vue.VNodeChild | {
|
|
1157
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1158
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1159
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1160
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1161
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1162
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1163
|
-
'v-slots'?: {
|
|
1164
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1165
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1166
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1167
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1168
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1169
|
-
} | undefined;
|
|
1170
|
-
} & {
|
|
1171
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1172
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1173
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1174
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1175
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1176
|
-
} & {
|
|
1177
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1178
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1072
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1179
1073
|
$attrs: {
|
|
1180
1074
|
[x: string]: unknown;
|
|
1181
1075
|
};
|
|
@@ -1201,7 +1095,7 @@ declare const VFileInput: {
|
|
|
1201
1095
|
}>;
|
|
1202
1096
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1203
1097
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1204
|
-
$emit: (event:
|
|
1098
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1205
1099
|
$el: any;
|
|
1206
1100
|
$options: vue.ComponentOptionsBase<{
|
|
1207
1101
|
error: boolean;
|
|
@@ -1223,48 +1117,24 @@ declare const VFileInput: {
|
|
|
1223
1117
|
name?: string | undefined;
|
|
1224
1118
|
label?: string | undefined;
|
|
1225
1119
|
class?: any;
|
|
1226
|
-
modelValue?: any;
|
|
1227
1120
|
prependIcon?: IconValue | undefined;
|
|
1228
1121
|
appendIcon?: IconValue | undefined;
|
|
1229
|
-
'onClick:append'?:
|
|
1230
|
-
'onClick:prepend'?:
|
|
1231
|
-
'onUpdate:focused'?:
|
|
1122
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1123
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1124
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1232
1125
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1233
1126
|
validationValue?: any;
|
|
1234
1127
|
hint?: string | undefined;
|
|
1235
1128
|
hideDetails?: boolean | "auto" | undefined;
|
|
1236
|
-
} & {
|
|
1237
|
-
$children?: vue.VNodeChild | {
|
|
1238
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1239
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1240
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1241
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1242
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1243
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1244
|
-
'v-slots'?: {
|
|
1245
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1246
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1247
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1248
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1249
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1250
|
-
} | undefined;
|
|
1251
|
-
} & {
|
|
1252
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1253
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1254
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1255
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1256
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1257
|
-
} & {
|
|
1258
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1259
|
-
}, {
|
|
1129
|
+
} & {}, {
|
|
1260
1130
|
reset: () => void;
|
|
1261
1131
|
resetValidation: () => void;
|
|
1262
1132
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1263
1133
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1264
1134
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1265
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1266
|
-
'update:modelValue': (
|
|
1267
|
-
}, string, {
|
|
1135
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1136
|
+
'update:modelValue': (value: any) => true;
|
|
1137
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1268
1138
|
error: boolean;
|
|
1269
1139
|
direction: "horizontal" | "vertical";
|
|
1270
1140
|
style: vue.StyleValue;
|
|
@@ -1335,46 +1205,25 @@ declare const VFileInput: {
|
|
|
1335
1205
|
name?: string | undefined;
|
|
1336
1206
|
label?: string | undefined;
|
|
1337
1207
|
class?: any;
|
|
1338
|
-
modelValue?: any;
|
|
1339
1208
|
prependIcon?: IconValue | undefined;
|
|
1340
1209
|
appendIcon?: IconValue | undefined;
|
|
1341
|
-
'onClick:append'?:
|
|
1342
|
-
'onClick:prepend'?:
|
|
1343
|
-
'onUpdate:focused'?:
|
|
1210
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1211
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1212
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1344
1213
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1345
1214
|
validationValue?: any;
|
|
1346
1215
|
hint?: string | undefined;
|
|
1347
1216
|
hideDetails?: boolean | "auto" | undefined;
|
|
1348
|
-
} & {
|
|
1349
|
-
$children?: vue.VNodeChild | {
|
|
1350
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1351
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1352
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1353
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1354
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1355
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1356
|
-
'v-slots'?: {
|
|
1357
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1358
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1359
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1360
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1361
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1362
|
-
} | undefined;
|
|
1363
|
-
} & {
|
|
1364
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1365
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1366
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1367
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1368
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1369
|
-
} & {
|
|
1370
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1371
|
-
} & vue.ShallowUnwrapRef<{
|
|
1217
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
1372
1218
|
reset: () => void;
|
|
1373
1219
|
resetValidation: () => void;
|
|
1374
1220
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1375
1221
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1376
1222
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1377
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
1223
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1224
|
+
modelValue?: unknown;
|
|
1225
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1226
|
+
}, 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}`>> & {} & vue.ComponentCustomProperties & {};
|
|
1378
1227
|
__isFragment?: undefined;
|
|
1379
1228
|
__isTeleport?: undefined;
|
|
1380
1229
|
__isSuspense?: undefined;
|
|
@@ -1423,12 +1272,12 @@ declare const VFileInput: {
|
|
|
1423
1272
|
baseColor?: string | undefined;
|
|
1424
1273
|
appendInnerIcon?: IconValue | undefined;
|
|
1425
1274
|
prependInnerIcon?: IconValue | undefined;
|
|
1426
|
-
'onClick:clear'?:
|
|
1427
|
-
'onClick:append'?:
|
|
1428
|
-
'onClick:prepend'?:
|
|
1429
|
-
'onClick:appendInner'?:
|
|
1430
|
-
'onClick:prependInner'?:
|
|
1431
|
-
'onUpdate:focused'?:
|
|
1275
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1276
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1277
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1278
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1279
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1280
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1432
1281
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1433
1282
|
validationValue?: any;
|
|
1434
1283
|
centerAffix?: boolean | undefined;
|
|
@@ -1539,36 +1388,15 @@ declare const VFileInput: {
|
|
|
1539
1388
|
name?: string | undefined;
|
|
1540
1389
|
label?: string | undefined;
|
|
1541
1390
|
class?: any;
|
|
1542
|
-
modelValue?: any;
|
|
1543
1391
|
prependIcon?: IconValue | undefined;
|
|
1544
1392
|
appendIcon?: IconValue | undefined;
|
|
1545
|
-
'onClick:append'?:
|
|
1546
|
-
'onClick:prepend'?:
|
|
1547
|
-
'onUpdate:focused'?:
|
|
1393
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1394
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1395
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1548
1396
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1549
1397
|
validationValue?: any;
|
|
1550
1398
|
hint?: string | undefined;
|
|
1551
1399
|
hideDetails?: boolean | "auto" | undefined;
|
|
1552
|
-
$children?: vue.VNodeChild | {
|
|
1553
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1554
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1555
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1556
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1557
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1558
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1559
|
-
'v-slots'?: {
|
|
1560
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1561
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1562
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1563
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1564
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1565
|
-
} | undefined;
|
|
1566
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1567
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1568
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1569
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1570
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1571
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1572
1400
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1573
1401
|
error: boolean;
|
|
1574
1402
|
direction: "horizontal" | "vertical";
|
|
@@ -1589,40 +1417,16 @@ declare const VFileInput: {
|
|
|
1589
1417
|
name?: string | undefined;
|
|
1590
1418
|
label?: string | undefined;
|
|
1591
1419
|
class?: any;
|
|
1592
|
-
modelValue?: any;
|
|
1593
1420
|
prependIcon?: IconValue | undefined;
|
|
1594
1421
|
appendIcon?: IconValue | undefined;
|
|
1595
|
-
'onClick:append'?:
|
|
1596
|
-
'onClick:prepend'?:
|
|
1597
|
-
'onUpdate:focused'?:
|
|
1422
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1423
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1424
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1598
1425
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1599
1426
|
validationValue?: any;
|
|
1600
1427
|
hint?: string | undefined;
|
|
1601
1428
|
hideDetails?: boolean | "auto" | undefined;
|
|
1602
|
-
} & {
|
|
1603
|
-
$children?: vue.VNodeChild | {
|
|
1604
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1605
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1606
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1607
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1608
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1609
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1610
|
-
'v-slots'?: {
|
|
1611
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1612
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1613
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1614
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1615
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1616
|
-
} | undefined;
|
|
1617
|
-
} & {
|
|
1618
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1619
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1620
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1621
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1622
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1623
|
-
} & {
|
|
1624
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1625
|
-
}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1429
|
+
} & {}, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "centerAffix" | "hideSpinButtons" | "persistentHint">;
|
|
1626
1430
|
$attrs: {
|
|
1627
1431
|
[x: string]: unknown;
|
|
1628
1432
|
};
|
|
@@ -1648,7 +1452,7 @@ declare const VFileInput: {
|
|
|
1648
1452
|
}>;
|
|
1649
1453
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1650
1454
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
1651
|
-
$emit: (event:
|
|
1455
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
1652
1456
|
$el: any;
|
|
1653
1457
|
$options: vue.ComponentOptionsBase<{
|
|
1654
1458
|
error: boolean;
|
|
@@ -1670,48 +1474,24 @@ declare const VFileInput: {
|
|
|
1670
1474
|
name?: string | undefined;
|
|
1671
1475
|
label?: string | undefined;
|
|
1672
1476
|
class?: any;
|
|
1673
|
-
modelValue?: any;
|
|
1674
1477
|
prependIcon?: IconValue | undefined;
|
|
1675
1478
|
appendIcon?: IconValue | undefined;
|
|
1676
|
-
'onClick:append'?:
|
|
1677
|
-
'onClick:prepend'?:
|
|
1678
|
-
'onUpdate:focused'?:
|
|
1479
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1480
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1481
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1679
1482
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1680
1483
|
validationValue?: any;
|
|
1681
1484
|
hint?: string | undefined;
|
|
1682
1485
|
hideDetails?: boolean | "auto" | undefined;
|
|
1683
|
-
} & {
|
|
1684
|
-
$children?: vue.VNodeChild | {
|
|
1685
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1686
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1687
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1688
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1689
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1690
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1691
|
-
'v-slots'?: {
|
|
1692
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1693
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1694
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1695
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1696
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1697
|
-
} | undefined;
|
|
1698
|
-
} & {
|
|
1699
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1700
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1701
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1702
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1703
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1704
|
-
} & {
|
|
1705
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1706
|
-
}, {
|
|
1486
|
+
} & {}, {
|
|
1707
1487
|
reset: () => void;
|
|
1708
1488
|
resetValidation: () => void;
|
|
1709
1489
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1710
1490
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1711
1491
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1712
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1713
|
-
'update:modelValue': (
|
|
1714
|
-
}, string, {
|
|
1492
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1493
|
+
'update:modelValue': (value: any) => true;
|
|
1494
|
+
}, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1715
1495
|
error: boolean;
|
|
1716
1496
|
direction: "horizontal" | "vertical";
|
|
1717
1497
|
style: vue.StyleValue;
|
|
@@ -1782,46 +1562,25 @@ declare const VFileInput: {
|
|
|
1782
1562
|
name?: string | undefined;
|
|
1783
1563
|
label?: string | undefined;
|
|
1784
1564
|
class?: any;
|
|
1785
|
-
modelValue?: any;
|
|
1786
1565
|
prependIcon?: IconValue | undefined;
|
|
1787
1566
|
appendIcon?: IconValue | undefined;
|
|
1788
|
-
'onClick:append'?:
|
|
1789
|
-
'onClick:prepend'?:
|
|
1790
|
-
'onUpdate:focused'?:
|
|
1567
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1568
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
1569
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
1791
1570
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
1792
1571
|
validationValue?: any;
|
|
1793
1572
|
hint?: string | undefined;
|
|
1794
1573
|
hideDetails?: boolean | "auto" | undefined;
|
|
1795
|
-
} & {
|
|
1796
|
-
$children?: vue.VNodeChild | {
|
|
1797
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1798
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1799
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1800
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1801
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1802
|
-
} | ((arg: VInputSlot) => vue.VNodeChild);
|
|
1803
|
-
'v-slots'?: {
|
|
1804
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1805
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1806
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1807
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1808
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1809
|
-
} | undefined;
|
|
1810
|
-
} & {
|
|
1811
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1812
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1813
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1814
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1815
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
1816
|
-
} & {
|
|
1817
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1818
|
-
} & vue.ShallowUnwrapRef<{
|
|
1574
|
+
} & {} & vue.ShallowUnwrapRef<{
|
|
1819
1575
|
reset: () => void;
|
|
1820
1576
|
resetValidation: () => void;
|
|
1821
1577
|
validate: (silent?: boolean) => Promise<string[]>;
|
|
1822
1578
|
isValid: vue.ComputedRef<boolean | null>;
|
|
1823
1579
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1824
|
-
}> & {} & vue.ComponentCustomProperties & {}
|
|
1580
|
+
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
1581
|
+
modelValue?: unknown;
|
|
1582
|
+
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
|
1583
|
+
}, 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}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1825
1584
|
'click:control': (e: MouseEvent) => true;
|
|
1826
1585
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1827
1586
|
'update:focused': (focused: boolean) => true;
|
|
@@ -1949,16 +1708,16 @@ declare const VFileInput: {
|
|
|
1949
1708
|
default: string;
|
|
1950
1709
|
validator: (v: any) => boolean;
|
|
1951
1710
|
};
|
|
1952
|
-
'onClick:clear': PropType<
|
|
1953
|
-
'onClick:appendInner': PropType<
|
|
1954
|
-
'onClick:prependInner': PropType<
|
|
1711
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
1712
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
1713
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
1955
1714
|
modelValue: {
|
|
1956
1715
|
type: PropType<File[]>;
|
|
1957
1716
|
default: () => never[];
|
|
1958
1717
|
validator: (val: any) => boolean;
|
|
1959
1718
|
};
|
|
1960
1719
|
focused: BooleanConstructor;
|
|
1961
|
-
'onUpdate:focused': PropType<
|
|
1720
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
1962
1721
|
errorMessages: {
|
|
1963
1722
|
type: PropType<string | readonly string[] | null>;
|
|
1964
1723
|
default: () => never[];
|
|
@@ -2002,8 +1761,8 @@ declare const VFileInput: {
|
|
|
2002
1761
|
default: string;
|
|
2003
1762
|
validator: (v: any) => boolean;
|
|
2004
1763
|
};
|
|
2005
|
-
'onClick:prepend': PropType<
|
|
2006
|
-
'onClick:append': PropType<
|
|
1764
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
1765
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2007
1766
|
chips: BooleanConstructor;
|
|
2008
1767
|
counter: BooleanConstructor;
|
|
2009
1768
|
counterSizeString: {
|
|
@@ -2066,16 +1825,16 @@ declare const VFileInput: {
|
|
|
2066
1825
|
default: string;
|
|
2067
1826
|
validator: (v: any) => boolean;
|
|
2068
1827
|
};
|
|
2069
|
-
'onClick:clear': PropType<
|
|
2070
|
-
'onClick:appendInner': PropType<
|
|
2071
|
-
'onClick:prependInner': PropType<
|
|
1828
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
1829
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
1830
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
2072
1831
|
modelValue: {
|
|
2073
1832
|
type: PropType<File[]>;
|
|
2074
1833
|
default: () => never[];
|
|
2075
1834
|
validator: (val: any) => boolean;
|
|
2076
1835
|
};
|
|
2077
1836
|
focused: BooleanConstructor;
|
|
2078
|
-
'onUpdate:focused': PropType<
|
|
1837
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
2079
1838
|
errorMessages: {
|
|
2080
1839
|
type: PropType<string | readonly string[] | null>;
|
|
2081
1840
|
default: () => never[];
|
|
@@ -2119,8 +1878,8 @@ declare const VFileInput: {
|
|
|
2119
1878
|
default: string;
|
|
2120
1879
|
validator: (v: any) => boolean;
|
|
2121
1880
|
};
|
|
2122
|
-
'onClick:prepend': PropType<
|
|
2123
|
-
'onClick:append': PropType<
|
|
1881
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
|
1882
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
|
2124
1883
|
chips: BooleanConstructor;
|
|
2125
1884
|
counter: BooleanConstructor;
|
|
2126
1885
|
counterSizeString: {
|