@vuetify/nightly 3.2.0-dev-20230405.0 → 3.2.0-dev-20230415.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -2
- package/dist/json/attributes.json +24 -8
- package/dist/json/importMap-labs.json +0 -4
- package/dist/json/importMap.json +56 -52
- package/dist/json/tags.json +5 -1
- package/dist/json/web-types.json +83 -47
- package/dist/vuetify-labs.css +2296 -2277
- package/dist/vuetify-labs.d.ts +712 -662
- package/dist/vuetify-labs.esm.js +269 -227
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +268 -226
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +32 -4
- package/dist/vuetify.d.ts +593 -417
- package/dist/vuetify.esm.js +247 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +246 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +319 -293
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +38 -32
- package/lib/components/VCheckbox/index.d.ts +14 -14
- package/lib/components/VChip/VChip.mjs +2 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +14 -14
- package/lib/components/VCombobox/VCombobox.mjs +6 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +38 -32
- package/lib/components/VField/VField.mjs +3 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +20 -20
- package/lib/components/VFileInput/VFileInput.mjs +0 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +50 -56
- package/lib/components/VImg/VImg.mjs +3 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +19 -19
- package/lib/components/VInput/VInput.mjs +2 -2
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +14 -14
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +12 -0
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +5 -0
- package/lib/components/VList/index.d.ts +14 -14
- package/lib/components/VOverlay/useActivator.mjs +1 -0
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
- package/lib/components/VProgressCircular/_variables.scss +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
- package/lib/components/VProgressLinear/_variables.scss +1 -1
- package/lib/components/VRadioGroup/index.d.ts +14 -14
- package/lib/components/VRangeSlider/index.d.ts +14 -14
- package/lib/components/VSelect/VSelect.mjs +31 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +38 -32
- package/lib/components/VSlider/index.d.ts +14 -14
- package/lib/components/VSwitch/index.d.ts +14 -14
- package/lib/components/VTextField/VTextField.mjs +2 -2
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +83 -77
- package/lib/components/VTextarea/VTextarea.mjs +8 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +56 -50
- package/lib/components/VToolbar/VToolbar.css +2 -0
- package/lib/components/VToolbar/VToolbar.sass +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -0
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -0
- package/lib/components/VVirtualScroll/index.mjs.map +1 -0
- package/lib/components/index.d.ts +576 -403
- package/lib/components/index.mjs +2 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +16 -15
- package/lib/labs/VDataTable/VDataTable.mjs +4 -4
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +5 -7
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +4 -3
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -3
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +137 -111
- package/lib/labs/components.d.ts +138 -261
- package/lib/labs/components.mjs +0 -1
- package/lib/labs/components.mjs.map +1 -1
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +0 -1
- package/lib/labs/VVirtualScroll/index.mjs.map +0 -1
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.css +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.mjs +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScroll.sass +0 -0
- /package/lib/{labs → components}/VVirtualScroll/VVirtualScrollItem.mjs +0 -0
- /package/lib/{labs → components}/VVirtualScroll/index.d.ts +0 -0
- /package/lib/{labs → components}/VVirtualScroll/index.mjs +0 -0
package/dist/vuetify.d.ts
CHANGED
|
@@ -175,8 +175,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
175
175
|
|
|
176
176
|
declare function deepEqual(a: any, b: any): boolean;
|
|
177
177
|
type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
|
|
178
|
-
type EventProp<T = (...args:
|
|
179
|
-
declare const EventProp: PropType<EventProp<(...args:
|
|
178
|
+
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
179
|
+
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
180
180
|
|
|
181
181
|
type DefaultsInstance = undefined | {
|
|
182
182
|
[key: string]: undefined | Record<string, unknown>;
|
|
@@ -2627,8 +2627,8 @@ declare const VInput: {
|
|
|
2627
2627
|
modelValue?: any;
|
|
2628
2628
|
prependIcon?: IconValue | undefined;
|
|
2629
2629
|
appendIcon?: IconValue | undefined;
|
|
2630
|
-
'onClick:append'?: EventProp<(
|
|
2631
|
-
'onClick:prepend'?: EventProp<(
|
|
2630
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2631
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2632
2632
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
2633
2633
|
validationValue?: any;
|
|
2634
2634
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2690,8 +2690,8 @@ declare const VInput: {
|
|
|
2690
2690
|
modelValue?: any;
|
|
2691
2691
|
prependIcon?: IconValue | undefined;
|
|
2692
2692
|
appendIcon?: IconValue | undefined;
|
|
2693
|
-
'onClick:append'?: EventProp<(
|
|
2694
|
-
'onClick:prepend'?: EventProp<(
|
|
2693
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2694
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2695
2695
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
2696
2696
|
validationValue?: any;
|
|
2697
2697
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2776,8 +2776,8 @@ declare const VInput: {
|
|
|
2776
2776
|
modelValue?: any;
|
|
2777
2777
|
prependIcon?: IconValue | undefined;
|
|
2778
2778
|
appendIcon?: IconValue | undefined;
|
|
2779
|
-
'onClick:append'?: EventProp<(
|
|
2780
|
-
'onClick:prepend'?: EventProp<(
|
|
2779
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2780
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2781
2781
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
2782
2782
|
validationValue?: any;
|
|
2783
2783
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2833,8 +2833,8 @@ declare const VInput: {
|
|
|
2833
2833
|
modelValue?: any;
|
|
2834
2834
|
prependIcon?: IconValue | undefined;
|
|
2835
2835
|
appendIcon?: IconValue | undefined;
|
|
2836
|
-
'onClick:append'?: EventProp<(
|
|
2837
|
-
'onClick:prepend'?: EventProp<(
|
|
2836
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2837
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
2838
2838
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
2839
2839
|
validationValue?: any;
|
|
2840
2840
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -2921,8 +2921,8 @@ declare const VInput: {
|
|
|
2921
2921
|
default: string;
|
|
2922
2922
|
validator: (v: any) => boolean;
|
|
2923
2923
|
};
|
|
2924
|
-
'onClick:prepend': PropType<EventProp<(
|
|
2925
|
-
'onClick:append': PropType<EventProp<(
|
|
2924
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2925
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2926
2926
|
}, vue.ExtractPropTypes<{
|
|
2927
2927
|
focused: BooleanConstructor;
|
|
2928
2928
|
disabled: BooleanConstructor;
|
|
@@ -2963,8 +2963,8 @@ declare const VInput: {
|
|
|
2963
2963
|
default: string;
|
|
2964
2964
|
validator: (v: any) => boolean;
|
|
2965
2965
|
};
|
|
2966
|
-
'onClick:prepend': PropType<EventProp<(
|
|
2967
|
-
'onClick:append': PropType<EventProp<(
|
|
2966
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2967
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
2968
2968
|
}>>;
|
|
2969
2969
|
type VInput = InstanceType<typeof VInput>;
|
|
2970
2970
|
|
|
@@ -3019,9 +3019,9 @@ declare const VField: {
|
|
|
3019
3019
|
default: string;
|
|
3020
3020
|
validator: (v: any) => boolean;
|
|
3021
3021
|
};
|
|
3022
|
-
'onClick:clear': PropType<EventProp<(
|
|
3023
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
3024
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
3022
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3023
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3024
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3025
3025
|
focused: BooleanConstructor;
|
|
3026
3026
|
id: StringConstructor;
|
|
3027
3027
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -3065,9 +3065,9 @@ declare const VField: {
|
|
|
3065
3065
|
default: string;
|
|
3066
3066
|
validator: (v: any) => boolean;
|
|
3067
3067
|
};
|
|
3068
|
-
'onClick:clear': PropType<EventProp<(
|
|
3069
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
3070
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
3068
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3069
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3070
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3071
3071
|
focused: BooleanConstructor;
|
|
3072
3072
|
id: StringConstructor;
|
|
3073
3073
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -3134,9 +3134,9 @@ declare const VField: {
|
|
|
3134
3134
|
default: string;
|
|
3135
3135
|
validator: (v: any) => boolean;
|
|
3136
3136
|
};
|
|
3137
|
-
'onClick:clear': PropType<EventProp<(
|
|
3138
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
3139
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
3137
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3138
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3139
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3140
3140
|
focused: BooleanConstructor;
|
|
3141
3141
|
id: StringConstructor;
|
|
3142
3142
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -3172,9 +3172,9 @@ declare const VField: {
|
|
|
3172
3172
|
default: string;
|
|
3173
3173
|
validator: (v: any) => boolean;
|
|
3174
3174
|
};
|
|
3175
|
-
'onClick:clear': PropType<EventProp<(
|
|
3176
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
3177
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
3175
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3176
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3177
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3178
3178
|
focused: BooleanConstructor;
|
|
3179
3179
|
id: StringConstructor;
|
|
3180
3180
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -3258,9 +3258,9 @@ declare const VField: {
|
|
|
3258
3258
|
default: string;
|
|
3259
3259
|
validator: (v: any) => boolean;
|
|
3260
3260
|
};
|
|
3261
|
-
'onClick:clear': PropType<EventProp<(
|
|
3262
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
3263
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
3261
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3262
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3263
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3264
3264
|
focused: BooleanConstructor;
|
|
3265
3265
|
id: StringConstructor;
|
|
3266
3266
|
}, vue.ExtractPropTypes<{
|
|
@@ -3288,9 +3288,9 @@ declare const VField: {
|
|
|
3288
3288
|
default: string;
|
|
3289
3289
|
validator: (v: any) => boolean;
|
|
3290
3290
|
};
|
|
3291
|
-
'onClick:clear': PropType<EventProp<(
|
|
3292
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
3293
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
3291
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3292
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3293
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3294
3294
|
focused: BooleanConstructor;
|
|
3295
3295
|
id: StringConstructor;
|
|
3296
3296
|
}>>;
|
|
@@ -3491,11 +3491,11 @@ declare const VAutocomplete: {
|
|
|
3491
3491
|
default: string;
|
|
3492
3492
|
};
|
|
3493
3493
|
prependInnerIcon: vue.PropType<IconValue>;
|
|
3494
|
-
'onClick:clear': vue.PropType<EventProp<(
|
|
3495
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
3496
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
3497
|
-
'onClick:appendInner': vue.PropType<EventProp<(
|
|
3498
|
-
'onClick:prependInner': vue.PropType<EventProp<(
|
|
3494
|
+
'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3495
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3496
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3497
|
+
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3498
|
+
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3499
3499
|
focused: BooleanConstructor;
|
|
3500
3500
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
3501
3501
|
errorMessages: {
|
|
@@ -3520,6 +3520,7 @@ declare const VAutocomplete: {
|
|
|
3520
3520
|
persistentCounter: BooleanConstructor;
|
|
3521
3521
|
suffix: StringConstructor;
|
|
3522
3522
|
counterValue: vue.PropType<(value: any) => number>;
|
|
3523
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
3523
3524
|
items: {
|
|
3524
3525
|
type: vue.PropType<any[]>;
|
|
3525
3526
|
default: () => never[];
|
|
@@ -3973,11 +3974,11 @@ declare const VAutocomplete: {
|
|
|
3973
3974
|
default: string;
|
|
3974
3975
|
};
|
|
3975
3976
|
prependInnerIcon: vue.PropType<IconValue>;
|
|
3976
|
-
'onClick:clear': vue.PropType<EventProp<(
|
|
3977
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
3978
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
3979
|
-
'onClick:appendInner': vue.PropType<EventProp<(
|
|
3980
|
-
'onClick:prependInner': vue.PropType<EventProp<(
|
|
3977
|
+
'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3978
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3979
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3980
|
+
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3981
|
+
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
3981
3982
|
focused: BooleanConstructor;
|
|
3982
3983
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
3983
3984
|
errorMessages: {
|
|
@@ -4002,6 +4003,7 @@ declare const VAutocomplete: {
|
|
|
4002
4003
|
persistentCounter: BooleanConstructor;
|
|
4003
4004
|
suffix: StringConstructor;
|
|
4004
4005
|
counterValue: vue.PropType<(value: any) => number>;
|
|
4006
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
4005
4007
|
items: {
|
|
4006
4008
|
type: vue.PropType<any[]>;
|
|
4007
4009
|
default: () => never[];
|
|
@@ -4517,11 +4519,11 @@ declare const VAutocomplete: {
|
|
|
4517
4519
|
default: string;
|
|
4518
4520
|
};
|
|
4519
4521
|
prependInnerIcon: vue.PropType<IconValue>;
|
|
4520
|
-
'onClick:clear': vue.PropType<EventProp<(
|
|
4521
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
4522
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
4523
|
-
'onClick:appendInner': vue.PropType<EventProp<(
|
|
4524
|
-
'onClick:prependInner': vue.PropType<EventProp<(
|
|
4522
|
+
'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
4523
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
4524
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
4525
|
+
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
4526
|
+
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
4525
4527
|
focused: BooleanConstructor;
|
|
4526
4528
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
4527
4529
|
errorMessages: {
|
|
@@ -4546,6 +4548,7 @@ declare const VAutocomplete: {
|
|
|
4546
4548
|
persistentCounter: BooleanConstructor;
|
|
4547
4549
|
suffix: StringConstructor;
|
|
4548
4550
|
counterValue: vue.PropType<(value: any) => number>;
|
|
4551
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
4549
4552
|
items: {
|
|
4550
4553
|
type: vue.PropType<any[]>;
|
|
4551
4554
|
default: () => never[];
|
|
@@ -4998,11 +5001,11 @@ declare const VAutocomplete: {
|
|
|
4998
5001
|
default: string;
|
|
4999
5002
|
};
|
|
5000
5003
|
prependInnerIcon: vue.PropType<IconValue>;
|
|
5001
|
-
'onClick:clear': vue.PropType<EventProp<(
|
|
5002
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
5003
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
5004
|
-
'onClick:appendInner': vue.PropType<EventProp<(
|
|
5005
|
-
'onClick:prependInner': vue.PropType<EventProp<(
|
|
5004
|
+
'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5005
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5006
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5007
|
+
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5008
|
+
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5006
5009
|
focused: BooleanConstructor;
|
|
5007
5010
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
5008
5011
|
errorMessages: {
|
|
@@ -5027,6 +5030,7 @@ declare const VAutocomplete: {
|
|
|
5027
5030
|
persistentCounter: BooleanConstructor;
|
|
5028
5031
|
suffix: StringConstructor;
|
|
5029
5032
|
counterValue: vue.PropType<(value: any) => number>;
|
|
5033
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
5030
5034
|
items: {
|
|
5031
5035
|
type: vue.PropType<any[]>;
|
|
5032
5036
|
default: () => never[];
|
|
@@ -5638,11 +5642,11 @@ declare const VAutocomplete: {
|
|
|
5638
5642
|
default: string;
|
|
5639
5643
|
};
|
|
5640
5644
|
prependInnerIcon: vue.PropType<IconValue>;
|
|
5641
|
-
'onClick:clear': vue.PropType<EventProp<(
|
|
5642
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
5643
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
5644
|
-
'onClick:appendInner': vue.PropType<EventProp<(
|
|
5645
|
-
'onClick:prependInner': vue.PropType<EventProp<(
|
|
5645
|
+
'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5646
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5647
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5648
|
+
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5649
|
+
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
5646
5650
|
focused: BooleanConstructor;
|
|
5647
5651
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
5648
5652
|
errorMessages: {
|
|
@@ -5667,6 +5671,7 @@ declare const VAutocomplete: {
|
|
|
5667
5671
|
persistentCounter: BooleanConstructor;
|
|
5668
5672
|
suffix: StringConstructor;
|
|
5669
5673
|
counterValue: vue.PropType<(value: any) => number>;
|
|
5674
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
5670
5675
|
items: {
|
|
5671
5676
|
type: vue.PropType<any[]>;
|
|
5672
5677
|
default: () => never[];
|
|
@@ -6103,11 +6108,11 @@ declare const VAutocomplete: {
|
|
|
6103
6108
|
default: string;
|
|
6104
6109
|
};
|
|
6105
6110
|
prependInnerIcon: vue.PropType<IconValue>;
|
|
6106
|
-
'onClick:clear': vue.PropType<EventProp<(
|
|
6107
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
6108
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
6109
|
-
'onClick:appendInner': vue.PropType<EventProp<(
|
|
6110
|
-
'onClick:prependInner': vue.PropType<EventProp<(
|
|
6111
|
+
'onClick:clear': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
6112
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
6113
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
6114
|
+
'onClick:appendInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
6115
|
+
'onClick:prependInner': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
6111
6116
|
focused: BooleanConstructor;
|
|
6112
6117
|
validateOn: vue.PropType<"input" | "blur" | "submit" | undefined>;
|
|
6113
6118
|
errorMessages: {
|
|
@@ -6132,6 +6137,7 @@ declare const VAutocomplete: {
|
|
|
6132
6137
|
persistentCounter: BooleanConstructor;
|
|
6133
6138
|
suffix: StringConstructor;
|
|
6134
6139
|
counterValue: vue.PropType<(value: any) => number>;
|
|
6140
|
+
modelModifiers: vue.PropType<Record<string, boolean>>;
|
|
6135
6141
|
items: {
|
|
6136
6142
|
type: vue.PropType<any[]>;
|
|
6137
6143
|
default: () => never[];
|
|
@@ -12358,8 +12364,8 @@ declare const VCheckbox: {
|
|
|
12358
12364
|
modelValue?: any;
|
|
12359
12365
|
prependIcon?: IconValue | undefined;
|
|
12360
12366
|
appendIcon?: IconValue | undefined;
|
|
12361
|
-
'onClick:append'?: EventProp<(
|
|
12362
|
-
'onClick:prepend'?: EventProp<(
|
|
12367
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12368
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12363
12369
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
12364
12370
|
validationValue?: any;
|
|
12365
12371
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -12454,8 +12460,8 @@ declare const VCheckbox: {
|
|
|
12454
12460
|
modelValue?: any;
|
|
12455
12461
|
prependIcon?: IconValue | undefined;
|
|
12456
12462
|
appendIcon?: IconValue | undefined;
|
|
12457
|
-
'onClick:append'?: EventProp<(
|
|
12458
|
-
'onClick:prepend'?: EventProp<(
|
|
12463
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12464
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12459
12465
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
12460
12466
|
validationValue?: any;
|
|
12461
12467
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -12576,8 +12582,8 @@ declare const VCheckbox: {
|
|
|
12576
12582
|
modelValue?: any;
|
|
12577
12583
|
prependIcon?: IconValue | undefined;
|
|
12578
12584
|
appendIcon?: IconValue | undefined;
|
|
12579
|
-
'onClick:append'?: EventProp<(
|
|
12580
|
-
'onClick:prepend'?: EventProp<(
|
|
12585
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12586
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12581
12587
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
12582
12588
|
validationValue?: any;
|
|
12583
12589
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -12662,8 +12668,8 @@ declare const VCheckbox: {
|
|
|
12662
12668
|
modelValue?: any;
|
|
12663
12669
|
prependIcon?: IconValue | undefined;
|
|
12664
12670
|
appendIcon?: IconValue | undefined;
|
|
12665
|
-
'onClick:append'?: EventProp<(
|
|
12666
|
-
'onClick:prepend'?: EventProp<(
|
|
12671
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12672
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
12667
12673
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
12668
12674
|
validationValue?: any;
|
|
12669
12675
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -12806,8 +12812,8 @@ declare const VCheckbox: {
|
|
|
12806
12812
|
default: string;
|
|
12807
12813
|
validator: (v: any) => boolean;
|
|
12808
12814
|
};
|
|
12809
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
12810
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
12815
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
12816
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
12811
12817
|
}, vue.ExtractPropTypes<{
|
|
12812
12818
|
type: StringConstructor;
|
|
12813
12819
|
error: BooleanConstructor;
|
|
@@ -12879,8 +12885,8 @@ declare const VCheckbox: {
|
|
|
12879
12885
|
default: string;
|
|
12880
12886
|
validator: (v: any) => boolean;
|
|
12881
12887
|
};
|
|
12882
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
12883
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
12888
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
12889
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
12884
12890
|
}>>;
|
|
12885
12891
|
type VCheckbox = InstanceType<typeof VCheckbox>;
|
|
12886
12892
|
|
|
@@ -13348,8 +13354,8 @@ declare const VChip: {
|
|
|
13348
13354
|
color?: string | undefined;
|
|
13349
13355
|
value?: any;
|
|
13350
13356
|
text?: string | undefined;
|
|
13351
|
-
onClick?: EventProp<(
|
|
13352
|
-
onClickOnce?: EventProp<(
|
|
13357
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13358
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13353
13359
|
href?: string | undefined;
|
|
13354
13360
|
elevation?: string | number | undefined;
|
|
13355
13361
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -13432,8 +13438,8 @@ declare const VChip: {
|
|
|
13432
13438
|
color?: string | undefined;
|
|
13433
13439
|
value?: any;
|
|
13434
13440
|
text?: string | undefined;
|
|
13435
|
-
onClick?: EventProp<(
|
|
13436
|
-
onClickOnce?: EventProp<(
|
|
13441
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13442
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13437
13443
|
href?: string | undefined;
|
|
13438
13444
|
elevation?: string | number | undefined;
|
|
13439
13445
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -13547,8 +13553,8 @@ declare const VChip: {
|
|
|
13547
13553
|
color?: string | undefined;
|
|
13548
13554
|
value?: any;
|
|
13549
13555
|
text?: string | undefined;
|
|
13550
|
-
onClick?: EventProp<(
|
|
13551
|
-
onClickOnce?: EventProp<(
|
|
13556
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13557
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13552
13558
|
href?: string | undefined;
|
|
13553
13559
|
elevation?: string | number | undefined;
|
|
13554
13560
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -13619,8 +13625,8 @@ declare const VChip: {
|
|
|
13619
13625
|
color?: string | undefined;
|
|
13620
13626
|
value?: any;
|
|
13621
13627
|
text?: string | undefined;
|
|
13622
|
-
onClick?: EventProp<(
|
|
13623
|
-
onClickOnce?: EventProp<(
|
|
13628
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13629
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
13624
13630
|
href?: string | undefined;
|
|
13625
13631
|
elevation?: string | number | undefined;
|
|
13626
13632
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -13768,8 +13774,8 @@ declare const VChip: {
|
|
|
13768
13774
|
type: BooleanConstructor;
|
|
13769
13775
|
default: boolean;
|
|
13770
13776
|
};
|
|
13771
|
-
onClick: vue.PropType<EventProp<(
|
|
13772
|
-
onClickOnce: vue.PropType<EventProp<(
|
|
13777
|
+
onClick: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
13778
|
+
onClickOnce: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
13773
13779
|
}, vue.ExtractPropTypes<{
|
|
13774
13780
|
color: StringConstructor;
|
|
13775
13781
|
variant: Omit<{
|
|
@@ -13848,8 +13854,8 @@ declare const VChip: {
|
|
|
13848
13854
|
type: BooleanConstructor;
|
|
13849
13855
|
default: boolean;
|
|
13850
13856
|
};
|
|
13851
|
-
onClick: vue.PropType<EventProp<(
|
|
13852
|
-
onClickOnce: vue.PropType<EventProp<(
|
|
13857
|
+
onClick: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
13858
|
+
onClickOnce: vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
13853
13859
|
}>>;
|
|
13854
13860
|
type VChip = InstanceType<typeof VChip>;
|
|
13855
13861
|
|
|
@@ -14787,11 +14793,11 @@ declare const VCombobox: {
|
|
|
14787
14793
|
default: string;
|
|
14788
14794
|
};
|
|
14789
14795
|
prependInnerIcon: PropType<IconValue>;
|
|
14790
|
-
'onClick:clear': PropType<EventProp<(
|
|
14791
|
-
'onClick:append': PropType<EventProp<(
|
|
14792
|
-
'onClick:prepend': PropType<EventProp<(
|
|
14793
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
14794
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
14796
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
14797
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
14798
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
14799
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
14800
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
14795
14801
|
focused: BooleanConstructor;
|
|
14796
14802
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
14797
14803
|
errorMessages: {
|
|
@@ -14816,6 +14822,7 @@ declare const VCombobox: {
|
|
|
14816
14822
|
persistentCounter: BooleanConstructor;
|
|
14817
14823
|
suffix: StringConstructor;
|
|
14818
14824
|
counterValue: PropType<(value: any) => number>;
|
|
14825
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
14819
14826
|
items: {
|
|
14820
14827
|
type: PropType<any[]>;
|
|
14821
14828
|
default: () => never[];
|
|
@@ -15275,11 +15282,11 @@ declare const VCombobox: {
|
|
|
15275
15282
|
default: string;
|
|
15276
15283
|
};
|
|
15277
15284
|
prependInnerIcon: PropType<IconValue>;
|
|
15278
|
-
'onClick:clear': PropType<EventProp<(
|
|
15279
|
-
'onClick:append': PropType<EventProp<(
|
|
15280
|
-
'onClick:prepend': PropType<EventProp<(
|
|
15281
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
15282
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
15285
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15286
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15287
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15288
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15289
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15283
15290
|
focused: BooleanConstructor;
|
|
15284
15291
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
15285
15292
|
errorMessages: {
|
|
@@ -15304,6 +15311,7 @@ declare const VCombobox: {
|
|
|
15304
15311
|
persistentCounter: BooleanConstructor;
|
|
15305
15312
|
suffix: StringConstructor;
|
|
15306
15313
|
counterValue: PropType<(value: any) => number>;
|
|
15314
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
15307
15315
|
items: {
|
|
15308
15316
|
type: PropType<any[]>;
|
|
15309
15317
|
default: () => never[];
|
|
@@ -15824,11 +15832,11 @@ declare const VCombobox: {
|
|
|
15824
15832
|
default: string;
|
|
15825
15833
|
};
|
|
15826
15834
|
prependInnerIcon: PropType<IconValue>;
|
|
15827
|
-
'onClick:clear': PropType<EventProp<(
|
|
15828
|
-
'onClick:append': PropType<EventProp<(
|
|
15829
|
-
'onClick:prepend': PropType<EventProp<(
|
|
15830
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
15831
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
15835
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15836
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15837
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15838
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15839
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
15832
15840
|
focused: BooleanConstructor;
|
|
15833
15841
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
15834
15842
|
errorMessages: {
|
|
@@ -15853,6 +15861,7 @@ declare const VCombobox: {
|
|
|
15853
15861
|
persistentCounter: BooleanConstructor;
|
|
15854
15862
|
suffix: StringConstructor;
|
|
15855
15863
|
counterValue: PropType<(value: any) => number>;
|
|
15864
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
15856
15865
|
items: {
|
|
15857
15866
|
type: PropType<any[]>;
|
|
15858
15867
|
default: () => never[];
|
|
@@ -16310,11 +16319,11 @@ declare const VCombobox: {
|
|
|
16310
16319
|
default: string;
|
|
16311
16320
|
};
|
|
16312
16321
|
prependInnerIcon: PropType<IconValue>;
|
|
16313
|
-
'onClick:clear': PropType<EventProp<(
|
|
16314
|
-
'onClick:append': PropType<EventProp<(
|
|
16315
|
-
'onClick:prepend': PropType<EventProp<(
|
|
16316
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
16317
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
16322
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16323
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16324
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16325
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16326
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16318
16327
|
focused: BooleanConstructor;
|
|
16319
16328
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
16320
16329
|
errorMessages: {
|
|
@@ -16339,6 +16348,7 @@ declare const VCombobox: {
|
|
|
16339
16348
|
persistentCounter: BooleanConstructor;
|
|
16340
16349
|
suffix: StringConstructor;
|
|
16341
16350
|
counterValue: PropType<(value: any) => number>;
|
|
16351
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
16342
16352
|
items: {
|
|
16343
16353
|
type: PropType<any[]>;
|
|
16344
16354
|
default: () => never[];
|
|
@@ -16955,11 +16965,11 @@ declare const VCombobox: {
|
|
|
16955
16965
|
default: string;
|
|
16956
16966
|
};
|
|
16957
16967
|
prependInnerIcon: PropType<IconValue>;
|
|
16958
|
-
'onClick:clear': PropType<EventProp<(
|
|
16959
|
-
'onClick:append': PropType<EventProp<(
|
|
16960
|
-
'onClick:prepend': PropType<EventProp<(
|
|
16961
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
16962
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
16968
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16969
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16970
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16971
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16972
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
16963
16973
|
focused: BooleanConstructor;
|
|
16964
16974
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
16965
16975
|
errorMessages: {
|
|
@@ -16984,6 +16994,7 @@ declare const VCombobox: {
|
|
|
16984
16994
|
persistentCounter: BooleanConstructor;
|
|
16985
16995
|
suffix: StringConstructor;
|
|
16986
16996
|
counterValue: PropType<(value: any) => number>;
|
|
16997
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
16987
16998
|
items: {
|
|
16988
16999
|
type: PropType<any[]>;
|
|
16989
17000
|
default: () => never[];
|
|
@@ -17426,11 +17437,11 @@ declare const VCombobox: {
|
|
|
17426
17437
|
default: string;
|
|
17427
17438
|
};
|
|
17428
17439
|
prependInnerIcon: PropType<IconValue>;
|
|
17429
|
-
'onClick:clear': PropType<EventProp<(
|
|
17430
|
-
'onClick:append': PropType<EventProp<(
|
|
17431
|
-
'onClick:prepend': PropType<EventProp<(
|
|
17432
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
17433
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
17440
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
17441
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
17442
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
17443
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
17444
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
17434
17445
|
focused: BooleanConstructor;
|
|
17435
17446
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
17436
17447
|
errorMessages: {
|
|
@@ -17455,6 +17466,7 @@ declare const VCombobox: {
|
|
|
17455
17466
|
persistentCounter: BooleanConstructor;
|
|
17456
17467
|
suffix: StringConstructor;
|
|
17457
17468
|
counterValue: PropType<(value: any) => number>;
|
|
17469
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
17458
17470
|
items: {
|
|
17459
17471
|
type: PropType<any[]>;
|
|
17460
17472
|
default: () => never[];
|
|
@@ -24098,17 +24110,16 @@ declare const VFileInput: {
|
|
|
24098
24110
|
color?: string | undefined;
|
|
24099
24111
|
loading?: string | boolean | undefined;
|
|
24100
24112
|
label?: string | undefined;
|
|
24101
|
-
placeholder?: string | undefined;
|
|
24102
24113
|
theme?: string | undefined;
|
|
24103
24114
|
bgColor?: string | undefined;
|
|
24104
24115
|
appendIcon?: IconValue | undefined;
|
|
24105
24116
|
appendInnerIcon?: IconValue | undefined;
|
|
24106
24117
|
prependInnerIcon?: IconValue | undefined;
|
|
24107
|
-
'onClick:clear'?: EventProp<(
|
|
24108
|
-
'onClick:append'?: EventProp<(
|
|
24109
|
-
'onClick:prepend'?: EventProp<(
|
|
24110
|
-
'onClick:appendInner'?: EventProp<(
|
|
24111
|
-
'onClick:prependInner'?: EventProp<(
|
|
24118
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24119
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24120
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24121
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24122
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24112
24123
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24113
24124
|
validationValue?: any;
|
|
24114
24125
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24213,17 +24224,16 @@ declare const VFileInput: {
|
|
|
24213
24224
|
color?: string | undefined;
|
|
24214
24225
|
loading?: string | boolean | undefined;
|
|
24215
24226
|
label?: string | undefined;
|
|
24216
|
-
placeholder?: string | undefined;
|
|
24217
24227
|
theme?: string | undefined;
|
|
24218
24228
|
bgColor?: string | undefined;
|
|
24219
24229
|
appendIcon?: IconValue | undefined;
|
|
24220
24230
|
appendInnerIcon?: IconValue | undefined;
|
|
24221
24231
|
prependInnerIcon?: IconValue | undefined;
|
|
24222
|
-
'onClick:clear'?: EventProp<(
|
|
24223
|
-
'onClick:append'?: EventProp<(
|
|
24224
|
-
'onClick:prepend'?: EventProp<(
|
|
24225
|
-
'onClick:appendInner'?: EventProp<(
|
|
24226
|
-
'onClick:prependInner'?: EventProp<(
|
|
24232
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24233
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24234
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24235
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24236
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24227
24237
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24228
24238
|
validationValue?: any;
|
|
24229
24239
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24312,8 +24322,8 @@ declare const VFileInput: {
|
|
|
24312
24322
|
modelValue?: any;
|
|
24313
24323
|
prependIcon?: IconValue | undefined;
|
|
24314
24324
|
appendIcon?: IconValue | undefined;
|
|
24315
|
-
'onClick:append'?: EventProp<(
|
|
24316
|
-
'onClick:prepend'?: EventProp<(
|
|
24325
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24326
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24317
24327
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24318
24328
|
validationValue?: any;
|
|
24319
24329
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24375,8 +24385,8 @@ declare const VFileInput: {
|
|
|
24375
24385
|
modelValue?: any;
|
|
24376
24386
|
prependIcon?: IconValue | undefined;
|
|
24377
24387
|
appendIcon?: IconValue | undefined;
|
|
24378
|
-
'onClick:append'?: EventProp<(
|
|
24379
|
-
'onClick:prepend'?: EventProp<(
|
|
24388
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24389
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24380
24390
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24381
24391
|
validationValue?: any;
|
|
24382
24392
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24461,8 +24471,8 @@ declare const VFileInput: {
|
|
|
24461
24471
|
modelValue?: any;
|
|
24462
24472
|
prependIcon?: IconValue | undefined;
|
|
24463
24473
|
appendIcon?: IconValue | undefined;
|
|
24464
|
-
'onClick:append'?: EventProp<(
|
|
24465
|
-
'onClick:prepend'?: EventProp<(
|
|
24474
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24475
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24466
24476
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24467
24477
|
validationValue?: any;
|
|
24468
24478
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24582,17 +24592,16 @@ declare const VFileInput: {
|
|
|
24582
24592
|
color?: string | undefined;
|
|
24583
24593
|
loading?: string | boolean | undefined;
|
|
24584
24594
|
label?: string | undefined;
|
|
24585
|
-
placeholder?: string | undefined;
|
|
24586
24595
|
theme?: string | undefined;
|
|
24587
24596
|
bgColor?: string | undefined;
|
|
24588
24597
|
appendIcon?: IconValue | undefined;
|
|
24589
24598
|
appendInnerIcon?: IconValue | undefined;
|
|
24590
24599
|
prependInnerIcon?: IconValue | undefined;
|
|
24591
|
-
'onClick:clear'?: EventProp<(
|
|
24592
|
-
'onClick:append'?: EventProp<(
|
|
24593
|
-
'onClick:prepend'?: EventProp<(
|
|
24594
|
-
'onClick:appendInner'?: EventProp<(
|
|
24595
|
-
'onClick:prependInner'?: EventProp<(
|
|
24600
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24601
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24602
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24603
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24604
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24596
24605
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24597
24606
|
validationValue?: any;
|
|
24598
24607
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24681,8 +24690,8 @@ declare const VFileInput: {
|
|
|
24681
24690
|
modelValue?: any;
|
|
24682
24691
|
prependIcon?: IconValue | undefined;
|
|
24683
24692
|
appendIcon?: IconValue | undefined;
|
|
24684
|
-
'onClick:append'?: EventProp<(
|
|
24685
|
-
'onClick:prepend'?: EventProp<(
|
|
24693
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24694
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24686
24695
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24687
24696
|
validationValue?: any;
|
|
24688
24697
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24744,8 +24753,8 @@ declare const VFileInput: {
|
|
|
24744
24753
|
modelValue?: any;
|
|
24745
24754
|
prependIcon?: IconValue | undefined;
|
|
24746
24755
|
appendIcon?: IconValue | undefined;
|
|
24747
|
-
'onClick:append'?: EventProp<(
|
|
24748
|
-
'onClick:prepend'?: EventProp<(
|
|
24756
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24757
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24749
24758
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24750
24759
|
validationValue?: any;
|
|
24751
24760
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24830,8 +24839,8 @@ declare const VFileInput: {
|
|
|
24830
24839
|
modelValue?: any;
|
|
24831
24840
|
prependIcon?: IconValue | undefined;
|
|
24832
24841
|
appendIcon?: IconValue | undefined;
|
|
24833
|
-
'onClick:append'?: EventProp<(
|
|
24834
|
-
'onClick:prepend'?: EventProp<(
|
|
24842
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24843
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24835
24844
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24836
24845
|
validationValue?: any;
|
|
24837
24846
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -24903,17 +24912,16 @@ declare const VFileInput: {
|
|
|
24903
24912
|
color?: string | undefined;
|
|
24904
24913
|
loading?: string | boolean | undefined;
|
|
24905
24914
|
label?: string | undefined;
|
|
24906
|
-
placeholder?: string | undefined;
|
|
24907
24915
|
theme?: string | undefined;
|
|
24908
24916
|
bgColor?: string | undefined;
|
|
24909
24917
|
appendIcon?: IconValue | undefined;
|
|
24910
24918
|
appendInnerIcon?: IconValue | undefined;
|
|
24911
24919
|
prependInnerIcon?: IconValue | undefined;
|
|
24912
|
-
'onClick:clear'?: EventProp<(
|
|
24913
|
-
'onClick:append'?: EventProp<(
|
|
24914
|
-
'onClick:prepend'?: EventProp<(
|
|
24915
|
-
'onClick:appendInner'?: EventProp<(
|
|
24916
|
-
'onClick:prependInner'?: EventProp<(
|
|
24920
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24921
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24922
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24923
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24924
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
24917
24925
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
24918
24926
|
validationValue?: any;
|
|
24919
24927
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -25002,8 +25010,8 @@ declare const VFileInput: {
|
|
|
25002
25010
|
modelValue?: any;
|
|
25003
25011
|
prependIcon?: IconValue | undefined;
|
|
25004
25012
|
appendIcon?: IconValue | undefined;
|
|
25005
|
-
'onClick:append'?: EventProp<(
|
|
25006
|
-
'onClick:prepend'?: EventProp<(
|
|
25013
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
25014
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
25007
25015
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
25008
25016
|
validationValue?: any;
|
|
25009
25017
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -25065,8 +25073,8 @@ declare const VFileInput: {
|
|
|
25065
25073
|
modelValue?: any;
|
|
25066
25074
|
prependIcon?: IconValue | undefined;
|
|
25067
25075
|
appendIcon?: IconValue | undefined;
|
|
25068
|
-
'onClick:append'?: EventProp<(
|
|
25069
|
-
'onClick:prepend'?: EventProp<(
|
|
25076
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
25077
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
25070
25078
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
25071
25079
|
validationValue?: any;
|
|
25072
25080
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -25151,8 +25159,8 @@ declare const VFileInput: {
|
|
|
25151
25159
|
modelValue?: any;
|
|
25152
25160
|
prependIcon?: IconValue | undefined;
|
|
25153
25161
|
appendIcon?: IconValue | undefined;
|
|
25154
|
-
'onClick:append'?: EventProp<(
|
|
25155
|
-
'onClick:prepend'?: EventProp<(
|
|
25162
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
25163
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
25156
25164
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
25157
25165
|
validationValue?: any;
|
|
25158
25166
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -25246,9 +25254,9 @@ declare const VFileInput: {
|
|
|
25246
25254
|
default: string;
|
|
25247
25255
|
validator: (v: any) => boolean;
|
|
25248
25256
|
};
|
|
25249
|
-
'onClick:clear': PropType<EventProp<(
|
|
25250
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
25251
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
25257
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25258
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25259
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25252
25260
|
modelValue: {
|
|
25253
25261
|
type: PropType<File[]>;
|
|
25254
25262
|
default: () => never[];
|
|
@@ -25292,8 +25300,8 @@ declare const VFileInput: {
|
|
|
25292
25300
|
default: string;
|
|
25293
25301
|
validator: (v: any) => boolean;
|
|
25294
25302
|
};
|
|
25295
|
-
'onClick:prepend': PropType<EventProp<(
|
|
25296
|
-
'onClick:append': PropType<EventProp<(
|
|
25303
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25304
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25297
25305
|
chips: BooleanConstructor;
|
|
25298
25306
|
counter: BooleanConstructor;
|
|
25299
25307
|
counterSizeString: {
|
|
@@ -25307,7 +25315,6 @@ declare const VFileInput: {
|
|
|
25307
25315
|
multiple: BooleanConstructor;
|
|
25308
25316
|
hint: StringConstructor;
|
|
25309
25317
|
persistentHint: BooleanConstructor;
|
|
25310
|
-
placeholder: StringConstructor;
|
|
25311
25318
|
showSize: {
|
|
25312
25319
|
type: PropType<boolean | 1024 | 1000>;
|
|
25313
25320
|
default: boolean;
|
|
@@ -25341,9 +25348,9 @@ declare const VFileInput: {
|
|
|
25341
25348
|
default: string;
|
|
25342
25349
|
validator: (v: any) => boolean;
|
|
25343
25350
|
};
|
|
25344
|
-
'onClick:clear': PropType<EventProp<(
|
|
25345
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
25346
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
25351
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25352
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25353
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25347
25354
|
modelValue: {
|
|
25348
25355
|
type: PropType<File[]>;
|
|
25349
25356
|
default: () => never[];
|
|
@@ -25387,8 +25394,8 @@ declare const VFileInput: {
|
|
|
25387
25394
|
default: string;
|
|
25388
25395
|
validator: (v: any) => boolean;
|
|
25389
25396
|
};
|
|
25390
|
-
'onClick:prepend': PropType<EventProp<(
|
|
25391
|
-
'onClick:append': PropType<EventProp<(
|
|
25397
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25398
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
25392
25399
|
chips: BooleanConstructor;
|
|
25393
25400
|
counter: BooleanConstructor;
|
|
25394
25401
|
counterSizeString: {
|
|
@@ -25402,7 +25409,6 @@ declare const VFileInput: {
|
|
|
25402
25409
|
multiple: BooleanConstructor;
|
|
25403
25410
|
hint: StringConstructor;
|
|
25404
25411
|
persistentHint: BooleanConstructor;
|
|
25405
|
-
placeholder: StringConstructor;
|
|
25406
25412
|
showSize: {
|
|
25407
25413
|
type: PropType<boolean | 1024 | 1000>;
|
|
25408
25414
|
default: boolean;
|
|
@@ -27170,9 +27176,9 @@ declare const VImg: {
|
|
|
27170
27176
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
27171
27177
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
27172
27178
|
} & {
|
|
27173
|
-
onError?: ((
|
|
27174
|
-
onLoad?: ((
|
|
27175
|
-
onLoadstart?: ((
|
|
27179
|
+
onError?: ((value: string | undefined) => any) | undefined;
|
|
27180
|
+
onLoad?: ((value: string | undefined) => any) | undefined;
|
|
27181
|
+
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
27176
27182
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "transition" | "eager" | "options" | "cover" | "src">;
|
|
27177
27183
|
$attrs: {
|
|
27178
27184
|
[x: string]: unknown;
|
|
@@ -27185,7 +27191,7 @@ declare const VImg: {
|
|
|
27185
27191
|
}>;
|
|
27186
27192
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
27187
27193
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
27188
|
-
$emit: ((event: "error",
|
|
27194
|
+
$emit: ((event: "error", value: string | undefined) => void) & ((event: "load", value: string | undefined) => void) & ((event: "loadstart", value: string | undefined) => void);
|
|
27189
27195
|
$el: any;
|
|
27190
27196
|
$options: vue.ComponentOptionsBase<{
|
|
27191
27197
|
transition: string | boolean | (vue.TransitionProps & {
|
|
@@ -27228,9 +27234,9 @@ declare const VImg: {
|
|
|
27228
27234
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
27229
27235
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
27230
27236
|
} & {
|
|
27231
|
-
onError?: ((
|
|
27232
|
-
onLoad?: ((
|
|
27233
|
-
onLoadstart?: ((
|
|
27237
|
+
onError?: ((value: string | undefined) => any) | undefined;
|
|
27238
|
+
onLoad?: ((value: string | undefined) => any) | undefined;
|
|
27239
|
+
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
27234
27240
|
}, {
|
|
27235
27241
|
currentSrc: vue.Ref<string>;
|
|
27236
27242
|
image: vue.Ref<HTMLImageElement | undefined>;
|
|
@@ -27238,9 +27244,9 @@ declare const VImg: {
|
|
|
27238
27244
|
naturalWidth: vue.Ref<number | undefined>;
|
|
27239
27245
|
naturalHeight: vue.Ref<number | undefined>;
|
|
27240
27246
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
27241
|
-
loadstart: (
|
|
27242
|
-
load: (
|
|
27243
|
-
error: (
|
|
27247
|
+
loadstart: (value: string | undefined) => true;
|
|
27248
|
+
load: (value: string | undefined) => true;
|
|
27249
|
+
error: (value: string | undefined) => true;
|
|
27244
27250
|
}, string, {
|
|
27245
27251
|
transition: string | boolean | (vue.TransitionProps & {
|
|
27246
27252
|
component?: vue.Component | undefined;
|
|
@@ -27310,9 +27316,9 @@ declare const VImg: {
|
|
|
27310
27316
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
27311
27317
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
27312
27318
|
} & {
|
|
27313
|
-
onError?: ((
|
|
27314
|
-
onLoad?: ((
|
|
27315
|
-
onLoadstart?: ((
|
|
27319
|
+
onError?: ((value: string | undefined) => any) | undefined;
|
|
27320
|
+
onLoad?: ((value: string | undefined) => any) | undefined;
|
|
27321
|
+
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
27316
27322
|
} & vue.ShallowUnwrapRef<{
|
|
27317
27323
|
currentSrc: vue.Ref<string>;
|
|
27318
27324
|
image: vue.Ref<HTMLImageElement | undefined>;
|
|
@@ -27364,9 +27370,9 @@ declare const VImg: {
|
|
|
27364
27370
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
27365
27371
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
27366
27372
|
} & {
|
|
27367
|
-
onError?: ((
|
|
27368
|
-
onLoad?: ((
|
|
27369
|
-
onLoadstart?: ((
|
|
27373
|
+
onError?: ((value: string | undefined) => any) | undefined;
|
|
27374
|
+
onLoad?: ((value: string | undefined) => any) | undefined;
|
|
27375
|
+
onLoadstart?: ((value: string | undefined) => any) | undefined;
|
|
27370
27376
|
}, {
|
|
27371
27377
|
currentSrc: vue.Ref<string>;
|
|
27372
27378
|
image: vue.Ref<HTMLImageElement | undefined>;
|
|
@@ -27374,9 +27380,9 @@ declare const VImg: {
|
|
|
27374
27380
|
naturalWidth: vue.Ref<number | undefined>;
|
|
27375
27381
|
naturalHeight: vue.Ref<number | undefined>;
|
|
27376
27382
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
27377
|
-
loadstart: (
|
|
27378
|
-
load: (
|
|
27379
|
-
error: (
|
|
27383
|
+
loadstart: (value: string | undefined) => true;
|
|
27384
|
+
load: (value: string | undefined) => true;
|
|
27385
|
+
error: (value: string | undefined) => true;
|
|
27380
27386
|
}, string, {
|
|
27381
27387
|
transition: string | boolean | (vue.TransitionProps & {
|
|
27382
27388
|
component?: vue.Component | undefined;
|
|
@@ -29840,8 +29846,8 @@ declare const VListItem: {
|
|
|
29840
29846
|
minWidth?: string | number | undefined;
|
|
29841
29847
|
value?: any;
|
|
29842
29848
|
title?: string | number | boolean | undefined;
|
|
29843
|
-
onClick?: EventProp<(
|
|
29844
|
-
onClickOnce?: EventProp<(
|
|
29849
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
29850
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
29845
29851
|
href?: string | undefined;
|
|
29846
29852
|
elevation?: string | number | undefined;
|
|
29847
29853
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -29921,8 +29927,8 @@ declare const VListItem: {
|
|
|
29921
29927
|
minWidth?: string | number | undefined;
|
|
29922
29928
|
value?: any;
|
|
29923
29929
|
title?: string | number | boolean | undefined;
|
|
29924
|
-
onClick?: EventProp<(
|
|
29925
|
-
onClickOnce?: EventProp<(
|
|
29930
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
29931
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
29926
29932
|
href?: string | undefined;
|
|
29927
29933
|
elevation?: string | number | undefined;
|
|
29928
29934
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -30022,8 +30028,8 @@ declare const VListItem: {
|
|
|
30022
30028
|
minWidth?: string | number | undefined;
|
|
30023
30029
|
value?: any;
|
|
30024
30030
|
title?: string | number | boolean | undefined;
|
|
30025
|
-
onClick?: EventProp<(
|
|
30026
|
-
onClickOnce?: EventProp<(
|
|
30031
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
30032
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
30027
30033
|
href?: string | undefined;
|
|
30028
30034
|
elevation?: string | number | undefined;
|
|
30029
30035
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -30093,8 +30099,8 @@ declare const VListItem: {
|
|
|
30093
30099
|
minWidth?: string | number | undefined;
|
|
30094
30100
|
value?: any;
|
|
30095
30101
|
title?: string | number | boolean | undefined;
|
|
30096
|
-
onClick?: EventProp<(
|
|
30097
|
-
onClickOnce?: EventProp<(
|
|
30102
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
30103
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
30098
30104
|
href?: string | undefined;
|
|
30099
30105
|
elevation?: string | number | undefined;
|
|
30100
30106
|
to?: vue_router.RouteLocationRaw | undefined;
|
|
@@ -30215,8 +30221,8 @@ declare const VListItem: {
|
|
|
30215
30221
|
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
30216
30222
|
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
30217
30223
|
value: null;
|
|
30218
|
-
onClick: PropType<EventProp<(
|
|
30219
|
-
onClickOnce: PropType<EventProp<(
|
|
30224
|
+
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
30225
|
+
onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
30220
30226
|
}, vue.ExtractPropTypes<{
|
|
30221
30227
|
color: StringConstructor;
|
|
30222
30228
|
variant: Omit<{
|
|
@@ -30280,8 +30286,8 @@ declare const VListItem: {
|
|
|
30280
30286
|
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
30281
30287
|
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
30282
30288
|
value: null;
|
|
30283
|
-
onClick: PropType<EventProp<(
|
|
30284
|
-
onClickOnce: PropType<EventProp<(
|
|
30289
|
+
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
30290
|
+
onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
30285
30291
|
}>>;
|
|
30286
30292
|
type VListItem = InstanceType<typeof VListItem>;
|
|
30287
30293
|
|
|
@@ -39044,8 +39050,8 @@ declare const VRadioGroup: {
|
|
|
39044
39050
|
modelValue?: any;
|
|
39045
39051
|
prependIcon?: IconValue | undefined;
|
|
39046
39052
|
appendIcon?: IconValue | undefined;
|
|
39047
|
-
'onClick:append'?: EventProp<(
|
|
39048
|
-
'onClick:prepend'?: EventProp<(
|
|
39053
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39054
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39049
39055
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39050
39056
|
validationValue?: any;
|
|
39051
39057
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -39136,8 +39142,8 @@ declare const VRadioGroup: {
|
|
|
39136
39142
|
modelValue?: any;
|
|
39137
39143
|
prependIcon?: IconValue | undefined;
|
|
39138
39144
|
appendIcon?: IconValue | undefined;
|
|
39139
|
-
'onClick:append'?: EventProp<(
|
|
39140
|
-
'onClick:prepend'?: EventProp<(
|
|
39145
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39146
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39141
39147
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39142
39148
|
validationValue?: any;
|
|
39143
39149
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -39254,8 +39260,8 @@ declare const VRadioGroup: {
|
|
|
39254
39260
|
modelValue?: any;
|
|
39255
39261
|
prependIcon?: IconValue | undefined;
|
|
39256
39262
|
appendIcon?: IconValue | undefined;
|
|
39257
|
-
'onClick:append'?: EventProp<(
|
|
39258
|
-
'onClick:prepend'?: EventProp<(
|
|
39263
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39264
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39259
39265
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39260
39266
|
validationValue?: any;
|
|
39261
39267
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -39336,8 +39342,8 @@ declare const VRadioGroup: {
|
|
|
39336
39342
|
modelValue?: any;
|
|
39337
39343
|
prependIcon?: IconValue | undefined;
|
|
39338
39344
|
appendIcon?: IconValue | undefined;
|
|
39339
|
-
'onClick:append'?: EventProp<(
|
|
39340
|
-
'onClick:prepend'?: EventProp<(
|
|
39345
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39346
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39341
39347
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39342
39348
|
validationValue?: any;
|
|
39343
39349
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -39470,8 +39476,8 @@ declare const VRadioGroup: {
|
|
|
39470
39476
|
default: string;
|
|
39471
39477
|
validator: (v: any) => boolean;
|
|
39472
39478
|
};
|
|
39473
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
39474
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
39479
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
39480
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
39475
39481
|
height: {
|
|
39476
39482
|
type: (StringConstructor | NumberConstructor)[];
|
|
39477
39483
|
default: string;
|
|
@@ -39539,8 +39545,8 @@ declare const VRadioGroup: {
|
|
|
39539
39545
|
default: string;
|
|
39540
39546
|
validator: (v: any) => boolean;
|
|
39541
39547
|
};
|
|
39542
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
39543
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
39548
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
39549
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
39544
39550
|
height: {
|
|
39545
39551
|
type: (StringConstructor | NumberConstructor)[];
|
|
39546
39552
|
default: string;
|
|
@@ -39606,8 +39612,8 @@ declare const VRangeSlider: {
|
|
|
39606
39612
|
rounded?: string | number | boolean | undefined;
|
|
39607
39613
|
prependIcon?: IconValue | undefined;
|
|
39608
39614
|
appendIcon?: IconValue | undefined;
|
|
39609
|
-
'onClick:append'?: EventProp<(
|
|
39610
|
-
'onClick:prepend'?: EventProp<(
|
|
39615
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39616
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39611
39617
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39612
39618
|
validationValue?: any;
|
|
39613
39619
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -39695,8 +39701,8 @@ declare const VRangeSlider: {
|
|
|
39695
39701
|
rounded?: string | number | boolean | undefined;
|
|
39696
39702
|
prependIcon?: IconValue | undefined;
|
|
39697
39703
|
appendIcon?: IconValue | undefined;
|
|
39698
|
-
'onClick:append'?: EventProp<(
|
|
39699
|
-
'onClick:prepend'?: EventProp<(
|
|
39704
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39705
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39700
39706
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39701
39707
|
validationValue?: any;
|
|
39702
39708
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -39817,8 +39823,8 @@ declare const VRangeSlider: {
|
|
|
39817
39823
|
rounded?: string | number | boolean | undefined;
|
|
39818
39824
|
prependIcon?: IconValue | undefined;
|
|
39819
39825
|
appendIcon?: IconValue | undefined;
|
|
39820
|
-
'onClick:append'?: EventProp<(
|
|
39821
|
-
'onClick:prepend'?: EventProp<(
|
|
39826
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39827
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39822
39828
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39823
39829
|
validationValue?: any;
|
|
39824
39830
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -39896,8 +39902,8 @@ declare const VRangeSlider: {
|
|
|
39896
39902
|
rounded?: string | number | boolean | undefined;
|
|
39897
39903
|
prependIcon?: IconValue | undefined;
|
|
39898
39904
|
appendIcon?: IconValue | undefined;
|
|
39899
|
-
'onClick:append'?: EventProp<(
|
|
39900
|
-
'onClick:prepend'?: EventProp<(
|
|
39905
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39906
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
39901
39907
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
39902
39908
|
validationValue?: any;
|
|
39903
39909
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -40065,8 +40071,8 @@ declare const VRangeSlider: {
|
|
|
40065
40071
|
type: PropType<string | string[]>;
|
|
40066
40072
|
default: () => never[];
|
|
40067
40073
|
};
|
|
40068
|
-
'onClick:prepend': PropType<EventProp<(
|
|
40069
|
-
'onClick:append': PropType<EventProp<(
|
|
40074
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
40075
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
40070
40076
|
}, vue.ExtractPropTypes<{
|
|
40071
40077
|
strict: BooleanConstructor;
|
|
40072
40078
|
modelValue: {
|
|
@@ -40164,8 +40170,8 @@ declare const VRangeSlider: {
|
|
|
40164
40170
|
type: PropType<string | string[]>;
|
|
40165
40171
|
default: () => never[];
|
|
40166
40172
|
};
|
|
40167
|
-
'onClick:prepend': PropType<EventProp<(
|
|
40168
|
-
'onClick:append': PropType<EventProp<(
|
|
40173
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
40174
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
40169
40175
|
}>>;
|
|
40170
40176
|
type VRangeSlider = InstanceType<typeof VRangeSlider>;
|
|
40171
40177
|
|
|
@@ -41128,11 +41134,11 @@ declare const VSelect: {
|
|
|
41128
41134
|
default: string;
|
|
41129
41135
|
};
|
|
41130
41136
|
prependInnerIcon: PropType<IconValue>;
|
|
41131
|
-
'onClick:clear': PropType<EventProp<(
|
|
41132
|
-
'onClick:append': PropType<EventProp<(
|
|
41133
|
-
'onClick:prepend': PropType<EventProp<(
|
|
41134
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
41135
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
41137
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41138
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41139
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41140
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41141
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41136
41142
|
focused: BooleanConstructor;
|
|
41137
41143
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
41138
41144
|
errorMessages: {
|
|
@@ -41157,6 +41163,7 @@ declare const VSelect: {
|
|
|
41157
41163
|
persistentCounter: BooleanConstructor;
|
|
41158
41164
|
suffix: StringConstructor;
|
|
41159
41165
|
counterValue: PropType<(value: any) => number>;
|
|
41166
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
41160
41167
|
items: {
|
|
41161
41168
|
type: PropType<any[]>;
|
|
41162
41169
|
default: () => never[];
|
|
@@ -41805,11 +41812,11 @@ declare const VSelect: {
|
|
|
41805
41812
|
default: string;
|
|
41806
41813
|
};
|
|
41807
41814
|
prependInnerIcon: PropType<IconValue>;
|
|
41808
|
-
'onClick:clear': PropType<EventProp<(
|
|
41809
|
-
'onClick:append': PropType<EventProp<(
|
|
41810
|
-
'onClick:prepend': PropType<EventProp<(
|
|
41811
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
41812
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
41815
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41816
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41817
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41818
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41819
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
41813
41820
|
focused: BooleanConstructor;
|
|
41814
41821
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
41815
41822
|
errorMessages: {
|
|
@@ -41834,6 +41841,7 @@ declare const VSelect: {
|
|
|
41834
41841
|
persistentCounter: BooleanConstructor;
|
|
41835
41842
|
suffix: StringConstructor;
|
|
41836
41843
|
counterValue: PropType<(value: any) => number>;
|
|
41844
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
41837
41845
|
items: {
|
|
41838
41846
|
type: PropType<any[]>;
|
|
41839
41847
|
default: () => never[];
|
|
@@ -42638,11 +42646,11 @@ declare const VSelect: {
|
|
|
42638
42646
|
default: string;
|
|
42639
42647
|
};
|
|
42640
42648
|
prependInnerIcon: PropType<IconValue>;
|
|
42641
|
-
'onClick:clear': PropType<EventProp<(
|
|
42642
|
-
'onClick:append': PropType<EventProp<(
|
|
42643
|
-
'onClick:prepend': PropType<EventProp<(
|
|
42644
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
42645
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
42649
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
42650
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
42651
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
42652
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
42653
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
42646
42654
|
focused: BooleanConstructor;
|
|
42647
42655
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
42648
42656
|
errorMessages: {
|
|
@@ -42667,6 +42675,7 @@ declare const VSelect: {
|
|
|
42667
42675
|
persistentCounter: BooleanConstructor;
|
|
42668
42676
|
suffix: StringConstructor;
|
|
42669
42677
|
counterValue: PropType<(value: any) => number>;
|
|
42678
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
42670
42679
|
items: {
|
|
42671
42680
|
type: PropType<any[]>;
|
|
42672
42681
|
default: () => never[];
|
|
@@ -43308,11 +43317,11 @@ declare const VSelect: {
|
|
|
43308
43317
|
default: string;
|
|
43309
43318
|
};
|
|
43310
43319
|
prependInnerIcon: PropType<IconValue>;
|
|
43311
|
-
'onClick:clear': PropType<EventProp<(
|
|
43312
|
-
'onClick:append': PropType<EventProp<(
|
|
43313
|
-
'onClick:prepend': PropType<EventProp<(
|
|
43314
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
43315
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
43320
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43321
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43322
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43323
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43324
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43316
43325
|
focused: BooleanConstructor;
|
|
43317
43326
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
43318
43327
|
errorMessages: {
|
|
@@ -43337,6 +43346,7 @@ declare const VSelect: {
|
|
|
43337
43346
|
persistentCounter: BooleanConstructor;
|
|
43338
43347
|
suffix: StringConstructor;
|
|
43339
43348
|
counterValue: PropType<(value: any) => number>;
|
|
43349
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
43340
43350
|
items: {
|
|
43341
43351
|
type: PropType<any[]>;
|
|
43342
43352
|
default: () => never[];
|
|
@@ -44237,11 +44247,11 @@ declare const VSelect: {
|
|
|
44237
44247
|
default: string;
|
|
44238
44248
|
};
|
|
44239
44249
|
prependInnerIcon: PropType<IconValue>;
|
|
44240
|
-
'onClick:clear': PropType<EventProp<(
|
|
44241
|
-
'onClick:append': PropType<EventProp<(
|
|
44242
|
-
'onClick:prepend': PropType<EventProp<(
|
|
44243
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
44244
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
44250
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44251
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44252
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44253
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44254
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44245
44255
|
focused: BooleanConstructor;
|
|
44246
44256
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
44247
44257
|
errorMessages: {
|
|
@@ -44266,6 +44276,7 @@ declare const VSelect: {
|
|
|
44266
44276
|
persistentCounter: BooleanConstructor;
|
|
44267
44277
|
suffix: StringConstructor;
|
|
44268
44278
|
counterValue: PropType<(value: any) => number>;
|
|
44279
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
44269
44280
|
items: {
|
|
44270
44281
|
type: PropType<any[]>;
|
|
44271
44282
|
default: () => never[];
|
|
@@ -44898,11 +44909,11 @@ declare const VSelect: {
|
|
|
44898
44909
|
default: string;
|
|
44899
44910
|
};
|
|
44900
44911
|
prependInnerIcon: PropType<IconValue>;
|
|
44901
|
-
'onClick:clear': PropType<EventProp<(
|
|
44902
|
-
'onClick:append': PropType<EventProp<(
|
|
44903
|
-
'onClick:prepend': PropType<EventProp<(
|
|
44904
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
44905
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
44912
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44913
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44914
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44915
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44916
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44906
44917
|
focused: BooleanConstructor;
|
|
44907
44918
|
validateOn: PropType<"input" | "blur" | "submit" | undefined>;
|
|
44908
44919
|
errorMessages: {
|
|
@@ -44927,6 +44938,7 @@ declare const VSelect: {
|
|
|
44927
44938
|
persistentCounter: BooleanConstructor;
|
|
44928
44939
|
suffix: StringConstructor;
|
|
44929
44940
|
counterValue: PropType<(value: any) => number>;
|
|
44941
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
44930
44942
|
items: {
|
|
44931
44943
|
type: PropType<any[]>;
|
|
44932
44944
|
default: () => never[];
|
|
@@ -46151,8 +46163,8 @@ declare const VSlider: {
|
|
|
46151
46163
|
rounded?: string | number | boolean | undefined;
|
|
46152
46164
|
prependIcon?: IconValue | undefined;
|
|
46153
46165
|
appendIcon?: IconValue | undefined;
|
|
46154
|
-
'onClick:append'?: EventProp<(
|
|
46155
|
-
'onClick:prepend'?: EventProp<(
|
|
46166
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46167
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46156
46168
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
46157
46169
|
validationValue?: any;
|
|
46158
46170
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -46239,8 +46251,8 @@ declare const VSlider: {
|
|
|
46239
46251
|
rounded?: string | number | boolean | undefined;
|
|
46240
46252
|
prependIcon?: IconValue | undefined;
|
|
46241
46253
|
appendIcon?: IconValue | undefined;
|
|
46242
|
-
'onClick:append'?: EventProp<(
|
|
46243
|
-
'onClick:prepend'?: EventProp<(
|
|
46254
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46255
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46244
46256
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
46245
46257
|
validationValue?: any;
|
|
46246
46258
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -46359,8 +46371,8 @@ declare const VSlider: {
|
|
|
46359
46371
|
rounded?: string | number | boolean | undefined;
|
|
46360
46372
|
prependIcon?: IconValue | undefined;
|
|
46361
46373
|
appendIcon?: IconValue | undefined;
|
|
46362
|
-
'onClick:append'?: EventProp<(
|
|
46363
|
-
'onClick:prepend'?: EventProp<(
|
|
46374
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46375
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46364
46376
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
46365
46377
|
validationValue?: any;
|
|
46366
46378
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -46437,8 +46449,8 @@ declare const VSlider: {
|
|
|
46437
46449
|
rounded?: string | number | boolean | undefined;
|
|
46438
46450
|
prependIcon?: IconValue | undefined;
|
|
46439
46451
|
appendIcon?: IconValue | undefined;
|
|
46440
|
-
'onClick:append'?: EventProp<(
|
|
46441
|
-
'onClick:prepend'?: EventProp<(
|
|
46452
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46453
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
46442
46454
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
46443
46455
|
validationValue?: any;
|
|
46444
46456
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -46551,8 +46563,8 @@ declare const VSlider: {
|
|
|
46551
46563
|
default: string;
|
|
46552
46564
|
validator: (v: any) => boolean;
|
|
46553
46565
|
};
|
|
46554
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
46555
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
46566
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
46567
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
46556
46568
|
elevation: Omit<{
|
|
46557
46569
|
type: (StringConstructor | NumberConstructor)[];
|
|
46558
46570
|
validator(v: any): boolean;
|
|
@@ -46649,8 +46661,8 @@ declare const VSlider: {
|
|
|
46649
46661
|
default: string;
|
|
46650
46662
|
validator: (v: any) => boolean;
|
|
46651
46663
|
};
|
|
46652
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
46653
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
46664
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
46665
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
46654
46666
|
elevation: Omit<{
|
|
46655
46667
|
type: (StringConstructor | NumberConstructor)[];
|
|
46656
46668
|
validator(v: any): boolean;
|
|
@@ -48427,8 +48439,8 @@ declare const VSwitch: {
|
|
|
48427
48439
|
modelValue?: any;
|
|
48428
48440
|
prependIcon?: IconValue | undefined;
|
|
48429
48441
|
appendIcon?: IconValue | undefined;
|
|
48430
|
-
'onClick:append'?: EventProp<(
|
|
48431
|
-
'onClick:prepend'?: EventProp<(
|
|
48442
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48443
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48432
48444
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
48433
48445
|
validationValue?: any;
|
|
48434
48446
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -48528,8 +48540,8 @@ declare const VSwitch: {
|
|
|
48528
48540
|
modelValue?: any;
|
|
48529
48541
|
prependIcon?: IconValue | undefined;
|
|
48530
48542
|
appendIcon?: IconValue | undefined;
|
|
48531
|
-
'onClick:append'?: EventProp<(
|
|
48532
|
-
'onClick:prepend'?: EventProp<(
|
|
48543
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48544
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48533
48545
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
48534
48546
|
validationValue?: any;
|
|
48535
48547
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -48658,8 +48670,8 @@ declare const VSwitch: {
|
|
|
48658
48670
|
modelValue?: any;
|
|
48659
48671
|
prependIcon?: IconValue | undefined;
|
|
48660
48672
|
appendIcon?: IconValue | undefined;
|
|
48661
|
-
'onClick:append'?: EventProp<(
|
|
48662
|
-
'onClick:prepend'?: EventProp<(
|
|
48673
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48674
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48663
48675
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
48664
48676
|
validationValue?: any;
|
|
48665
48677
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -48749,8 +48761,8 @@ declare const VSwitch: {
|
|
|
48749
48761
|
modelValue?: any;
|
|
48750
48762
|
prependIcon?: IconValue | undefined;
|
|
48751
48763
|
appendIcon?: IconValue | undefined;
|
|
48752
|
-
'onClick:append'?: EventProp<(
|
|
48753
|
-
'onClick:prepend'?: EventProp<(
|
|
48764
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48765
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
48754
48766
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
48755
48767
|
validationValue?: any;
|
|
48756
48768
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -48890,8 +48902,8 @@ declare const VSwitch: {
|
|
|
48890
48902
|
default: string;
|
|
48891
48903
|
validator: (v: any) => boolean;
|
|
48892
48904
|
};
|
|
48893
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
48894
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
48905
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
48906
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
48895
48907
|
indeterminate: BooleanConstructor;
|
|
48896
48908
|
inset: BooleanConstructor;
|
|
48897
48909
|
flat: BooleanConstructor;
|
|
@@ -48960,8 +48972,8 @@ declare const VSwitch: {
|
|
|
48960
48972
|
default: string;
|
|
48961
48973
|
validator: (v: any) => boolean;
|
|
48962
48974
|
};
|
|
48963
|
-
'onClick:prepend': vue.PropType<EventProp<(
|
|
48964
|
-
'onClick:append': vue.PropType<EventProp<(
|
|
48975
|
+
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
48976
|
+
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
48965
48977
|
indeterminate: BooleanConstructor;
|
|
48966
48978
|
inset: BooleanConstructor;
|
|
48967
48979
|
flat: BooleanConstructor;
|
|
@@ -50300,17 +50312,18 @@ declare const VTextarea: {
|
|
|
50300
50312
|
appendIcon?: IconValue | undefined;
|
|
50301
50313
|
appendInnerIcon?: IconValue | undefined;
|
|
50302
50314
|
prependInnerIcon?: IconValue | undefined;
|
|
50303
|
-
'onClick:clear'?: EventProp<(
|
|
50304
|
-
'onClick:append'?: EventProp<(
|
|
50305
|
-
'onClick:prepend'?: EventProp<(
|
|
50306
|
-
'onClick:appendInner'?: EventProp<(
|
|
50307
|
-
'onClick:prependInner'?: EventProp<(
|
|
50315
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50316
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50317
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50318
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50319
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50308
50320
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50309
50321
|
validationValue?: any;
|
|
50310
50322
|
hideDetails?: boolean | "auto" | undefined;
|
|
50311
50323
|
hint?: string | undefined;
|
|
50312
50324
|
suffix?: string | undefined;
|
|
50313
50325
|
counterValue?: ((value: any) => number) | undefined;
|
|
50326
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
50314
50327
|
maxRows?: string | number | undefined;
|
|
50315
50328
|
} & {
|
|
50316
50329
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -50413,17 +50426,18 @@ declare const VTextarea: {
|
|
|
50413
50426
|
appendIcon?: IconValue | undefined;
|
|
50414
50427
|
appendInnerIcon?: IconValue | undefined;
|
|
50415
50428
|
prependInnerIcon?: IconValue | undefined;
|
|
50416
|
-
'onClick:clear'?: EventProp<(
|
|
50417
|
-
'onClick:append'?: EventProp<(
|
|
50418
|
-
'onClick:prepend'?: EventProp<(
|
|
50419
|
-
'onClick:appendInner'?: EventProp<(
|
|
50420
|
-
'onClick:prependInner'?: EventProp<(
|
|
50429
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50430
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50431
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50432
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50433
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50421
50434
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50422
50435
|
validationValue?: any;
|
|
50423
50436
|
hideDetails?: boolean | "auto" | undefined;
|
|
50424
50437
|
hint?: string | undefined;
|
|
50425
50438
|
suffix?: string | undefined;
|
|
50426
50439
|
counterValue?: ((value: any) => number) | undefined;
|
|
50440
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
50427
50441
|
maxRows?: string | number | undefined;
|
|
50428
50442
|
} & {
|
|
50429
50443
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -50502,8 +50516,8 @@ declare const VTextarea: {
|
|
|
50502
50516
|
modelValue?: any;
|
|
50503
50517
|
prependIcon?: IconValue | undefined;
|
|
50504
50518
|
appendIcon?: IconValue | undefined;
|
|
50505
|
-
'onClick:append'?: EventProp<(
|
|
50506
|
-
'onClick:prepend'?: EventProp<(
|
|
50519
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50520
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50507
50521
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50508
50522
|
validationValue?: any;
|
|
50509
50523
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -50565,8 +50579,8 @@ declare const VTextarea: {
|
|
|
50565
50579
|
modelValue?: any;
|
|
50566
50580
|
prependIcon?: IconValue | undefined;
|
|
50567
50581
|
appendIcon?: IconValue | undefined;
|
|
50568
|
-
'onClick:append'?: EventProp<(
|
|
50569
|
-
'onClick:prepend'?: EventProp<(
|
|
50582
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50583
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50570
50584
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50571
50585
|
validationValue?: any;
|
|
50572
50586
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -50651,8 +50665,8 @@ declare const VTextarea: {
|
|
|
50651
50665
|
modelValue?: any;
|
|
50652
50666
|
prependIcon?: IconValue | undefined;
|
|
50653
50667
|
appendIcon?: IconValue | undefined;
|
|
50654
|
-
'onClick:append'?: EventProp<(
|
|
50655
|
-
'onClick:prepend'?: EventProp<(
|
|
50668
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50669
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50656
50670
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50657
50671
|
validationValue?: any;
|
|
50658
50672
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -50779,17 +50793,18 @@ declare const VTextarea: {
|
|
|
50779
50793
|
appendIcon?: IconValue | undefined;
|
|
50780
50794
|
appendInnerIcon?: IconValue | undefined;
|
|
50781
50795
|
prependInnerIcon?: IconValue | undefined;
|
|
50782
|
-
'onClick:clear'?: EventProp<(
|
|
50783
|
-
'onClick:append'?: EventProp<(
|
|
50784
|
-
'onClick:prepend'?: EventProp<(
|
|
50785
|
-
'onClick:appendInner'?: EventProp<(
|
|
50786
|
-
'onClick:prependInner'?: EventProp<(
|
|
50796
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50797
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50798
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50799
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50800
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50787
50801
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50788
50802
|
validationValue?: any;
|
|
50789
50803
|
hideDetails?: boolean | "auto" | undefined;
|
|
50790
50804
|
hint?: string | undefined;
|
|
50791
50805
|
suffix?: string | undefined;
|
|
50792
50806
|
counterValue?: ((value: any) => number) | undefined;
|
|
50807
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
50793
50808
|
maxRows?: string | number | undefined;
|
|
50794
50809
|
} & {
|
|
50795
50810
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -50868,8 +50883,8 @@ declare const VTextarea: {
|
|
|
50868
50883
|
modelValue?: any;
|
|
50869
50884
|
prependIcon?: IconValue | undefined;
|
|
50870
50885
|
appendIcon?: IconValue | undefined;
|
|
50871
|
-
'onClick:append'?: EventProp<(
|
|
50872
|
-
'onClick:prepend'?: EventProp<(
|
|
50886
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50887
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50873
50888
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50874
50889
|
validationValue?: any;
|
|
50875
50890
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -50931,8 +50946,8 @@ declare const VTextarea: {
|
|
|
50931
50946
|
modelValue?: any;
|
|
50932
50947
|
prependIcon?: IconValue | undefined;
|
|
50933
50948
|
appendIcon?: IconValue | undefined;
|
|
50934
|
-
'onClick:append'?: EventProp<(
|
|
50935
|
-
'onClick:prepend'?: EventProp<(
|
|
50949
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50950
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50936
50951
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
50937
50952
|
validationValue?: any;
|
|
50938
50953
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -51017,8 +51032,8 @@ declare const VTextarea: {
|
|
|
51017
51032
|
modelValue?: any;
|
|
51018
51033
|
prependIcon?: IconValue | undefined;
|
|
51019
51034
|
appendIcon?: IconValue | undefined;
|
|
51020
|
-
'onClick:append'?: EventProp<(
|
|
51021
|
-
'onClick:prepend'?: EventProp<(
|
|
51035
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51036
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51022
51037
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51023
51038
|
validationValue?: any;
|
|
51024
51039
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -51098,17 +51113,18 @@ declare const VTextarea: {
|
|
|
51098
51113
|
appendIcon?: IconValue | undefined;
|
|
51099
51114
|
appendInnerIcon?: IconValue | undefined;
|
|
51100
51115
|
prependInnerIcon?: IconValue | undefined;
|
|
51101
|
-
'onClick:clear'?: EventProp<(
|
|
51102
|
-
'onClick:append'?: EventProp<(
|
|
51103
|
-
'onClick:prepend'?: EventProp<(
|
|
51104
|
-
'onClick:appendInner'?: EventProp<(
|
|
51105
|
-
'onClick:prependInner'?: EventProp<(
|
|
51116
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51117
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51118
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51119
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51120
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51106
51121
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51107
51122
|
validationValue?: any;
|
|
51108
51123
|
hideDetails?: boolean | "auto" | undefined;
|
|
51109
51124
|
hint?: string | undefined;
|
|
51110
51125
|
suffix?: string | undefined;
|
|
51111
51126
|
counterValue?: ((value: any) => number) | undefined;
|
|
51127
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
51112
51128
|
maxRows?: string | number | undefined;
|
|
51113
51129
|
} & {
|
|
51114
51130
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -51187,8 +51203,8 @@ declare const VTextarea: {
|
|
|
51187
51203
|
modelValue?: any;
|
|
51188
51204
|
prependIcon?: IconValue | undefined;
|
|
51189
51205
|
appendIcon?: IconValue | undefined;
|
|
51190
|
-
'onClick:append'?: EventProp<(
|
|
51191
|
-
'onClick:prepend'?: EventProp<(
|
|
51206
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51207
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51192
51208
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51193
51209
|
validationValue?: any;
|
|
51194
51210
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -51250,8 +51266,8 @@ declare const VTextarea: {
|
|
|
51250
51266
|
modelValue?: any;
|
|
51251
51267
|
prependIcon?: IconValue | undefined;
|
|
51252
51268
|
appendIcon?: IconValue | undefined;
|
|
51253
|
-
'onClick:append'?: EventProp<(
|
|
51254
|
-
'onClick:prepend'?: EventProp<(
|
|
51269
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51270
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51255
51271
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51256
51272
|
validationValue?: any;
|
|
51257
51273
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -51336,8 +51352,8 @@ declare const VTextarea: {
|
|
|
51336
51352
|
modelValue?: any;
|
|
51337
51353
|
prependIcon?: IconValue | undefined;
|
|
51338
51354
|
appendIcon?: IconValue | undefined;
|
|
51339
|
-
'onClick:append'?: EventProp<(
|
|
51340
|
-
'onClick:prepend'?: EventProp<(
|
|
51355
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51356
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51341
51357
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51342
51358
|
validationValue?: any;
|
|
51343
51359
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -51427,9 +51443,9 @@ declare const VTextarea: {
|
|
|
51427
51443
|
default: string;
|
|
51428
51444
|
validator: (v: any) => boolean;
|
|
51429
51445
|
};
|
|
51430
|
-
'onClick:clear': PropType<EventProp<(
|
|
51431
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
51432
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
51446
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51447
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51448
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51433
51449
|
focused: BooleanConstructor;
|
|
51434
51450
|
errorMessages: {
|
|
51435
51451
|
type: PropType<string | string[]>;
|
|
@@ -51466,8 +51482,8 @@ declare const VTextarea: {
|
|
|
51466
51482
|
default: string;
|
|
51467
51483
|
validator: (v: any) => boolean;
|
|
51468
51484
|
};
|
|
51469
|
-
'onClick:prepend': PropType<EventProp<(
|
|
51470
|
-
'onClick:append': PropType<EventProp<(
|
|
51485
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51486
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51471
51487
|
autoGrow: BooleanConstructor;
|
|
51472
51488
|
autofocus: BooleanConstructor;
|
|
51473
51489
|
counter: PropType<string | number | true>;
|
|
@@ -51489,6 +51505,7 @@ declare const VTextarea: {
|
|
|
51489
51505
|
validator: (v: any) => boolean;
|
|
51490
51506
|
};
|
|
51491
51507
|
suffix: StringConstructor;
|
|
51508
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
51492
51509
|
}, vue.ExtractPropTypes<{
|
|
51493
51510
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
51494
51511
|
theme: StringConstructor;
|
|
@@ -51514,9 +51531,9 @@ declare const VTextarea: {
|
|
|
51514
51531
|
default: string;
|
|
51515
51532
|
validator: (v: any) => boolean;
|
|
51516
51533
|
};
|
|
51517
|
-
'onClick:clear': PropType<EventProp<(
|
|
51518
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
51519
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
51534
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51535
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51536
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51520
51537
|
focused: BooleanConstructor;
|
|
51521
51538
|
errorMessages: {
|
|
51522
51539
|
type: PropType<string | string[]>;
|
|
@@ -51553,8 +51570,8 @@ declare const VTextarea: {
|
|
|
51553
51570
|
default: string;
|
|
51554
51571
|
validator: (v: any) => boolean;
|
|
51555
51572
|
};
|
|
51556
|
-
'onClick:prepend': PropType<EventProp<(
|
|
51557
|
-
'onClick:append': PropType<EventProp<(
|
|
51573
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51574
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
51558
51575
|
autoGrow: BooleanConstructor;
|
|
51559
51576
|
autofocus: BooleanConstructor;
|
|
51560
51577
|
counter: PropType<string | number | true>;
|
|
@@ -51576,6 +51593,7 @@ declare const VTextarea: {
|
|
|
51576
51593
|
validator: (v: any) => boolean;
|
|
51577
51594
|
};
|
|
51578
51595
|
suffix: StringConstructor;
|
|
51596
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
51579
51597
|
}>>;
|
|
51580
51598
|
type VTextarea = InstanceType<typeof VTextarea>;
|
|
51581
51599
|
|
|
@@ -51647,17 +51665,18 @@ declare const VTextField: {
|
|
|
51647
51665
|
appendIcon?: IconValue | undefined;
|
|
51648
51666
|
appendInnerIcon?: IconValue | undefined;
|
|
51649
51667
|
prependInnerIcon?: IconValue | undefined;
|
|
51650
|
-
'onClick:clear'?: EventProp<(
|
|
51651
|
-
'onClick:append'?: EventProp<(
|
|
51652
|
-
'onClick:prepend'?: EventProp<(
|
|
51653
|
-
'onClick:appendInner'?: EventProp<(
|
|
51654
|
-
'onClick:prependInner'?: EventProp<(
|
|
51668
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51669
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51670
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51671
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51672
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51655
51673
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51656
51674
|
validationValue?: any;
|
|
51657
51675
|
hideDetails?: boolean | "auto" | undefined;
|
|
51658
51676
|
hint?: string | undefined;
|
|
51659
51677
|
suffix?: string | undefined;
|
|
51660
51678
|
counterValue?: ((value: any) => number) | undefined;
|
|
51679
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
51661
51680
|
} & {
|
|
51662
51681
|
$children?: {} | vue.VNodeChild | {
|
|
51663
51682
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
@@ -51761,17 +51780,18 @@ declare const VTextField: {
|
|
|
51761
51780
|
appendIcon?: IconValue | undefined;
|
|
51762
51781
|
appendInnerIcon?: IconValue | undefined;
|
|
51763
51782
|
prependInnerIcon?: IconValue | undefined;
|
|
51764
|
-
'onClick:clear'?: EventProp<(
|
|
51765
|
-
'onClick:append'?: EventProp<(
|
|
51766
|
-
'onClick:prepend'?: EventProp<(
|
|
51767
|
-
'onClick:appendInner'?: EventProp<(
|
|
51768
|
-
'onClick:prependInner'?: EventProp<(
|
|
51783
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51784
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51785
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51786
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51787
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51769
51788
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51770
51789
|
validationValue?: any;
|
|
51771
51790
|
hideDetails?: boolean | "auto" | undefined;
|
|
51772
51791
|
hint?: string | undefined;
|
|
51773
51792
|
suffix?: string | undefined;
|
|
51774
51793
|
counterValue?: ((value: any) => number) | undefined;
|
|
51794
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
51775
51795
|
} & {
|
|
51776
51796
|
$children?: {} | vue.VNodeChild | {
|
|
51777
51797
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
@@ -51853,8 +51873,8 @@ declare const VTextField: {
|
|
|
51853
51873
|
modelValue?: any;
|
|
51854
51874
|
prependIcon?: IconValue | undefined;
|
|
51855
51875
|
appendIcon?: IconValue | undefined;
|
|
51856
|
-
'onClick:append'?: EventProp<(
|
|
51857
|
-
'onClick:prepend'?: EventProp<(
|
|
51876
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51877
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51858
51878
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51859
51879
|
validationValue?: any;
|
|
51860
51880
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -51916,8 +51936,8 @@ declare const VTextField: {
|
|
|
51916
51936
|
modelValue?: any;
|
|
51917
51937
|
prependIcon?: IconValue | undefined;
|
|
51918
51938
|
appendIcon?: IconValue | undefined;
|
|
51919
|
-
'onClick:append'?: EventProp<(
|
|
51920
|
-
'onClick:prepend'?: EventProp<(
|
|
51939
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51940
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51921
51941
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
51922
51942
|
validationValue?: any;
|
|
51923
51943
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -52002,8 +52022,8 @@ declare const VTextField: {
|
|
|
52002
52022
|
modelValue?: any;
|
|
52003
52023
|
prependIcon?: IconValue | undefined;
|
|
52004
52024
|
appendIcon?: IconValue | undefined;
|
|
52005
|
-
'onClick:append'?: EventProp<(
|
|
52006
|
-
'onClick:prepend'?: EventProp<(
|
|
52025
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52026
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52007
52027
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
52008
52028
|
validationValue?: any;
|
|
52009
52029
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -52077,9 +52097,9 @@ declare const VTextField: {
|
|
|
52077
52097
|
default: string;
|
|
52078
52098
|
validator: (v: any) => boolean;
|
|
52079
52099
|
};
|
|
52080
|
-
'onClick:clear': PropType<EventProp<(
|
|
52081
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
52082
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
52100
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52101
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52102
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52083
52103
|
focused: BooleanConstructor;
|
|
52084
52104
|
id: StringConstructor;
|
|
52085
52105
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -52123,9 +52143,9 @@ declare const VTextField: {
|
|
|
52123
52143
|
default: string;
|
|
52124
52144
|
validator: (v: any) => boolean;
|
|
52125
52145
|
};
|
|
52126
|
-
'onClick:clear': PropType<EventProp<(
|
|
52127
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
52128
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
52146
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52147
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52148
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52129
52149
|
focused: BooleanConstructor;
|
|
52130
52150
|
id: StringConstructor;
|
|
52131
52151
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -52192,9 +52212,9 @@ declare const VTextField: {
|
|
|
52192
52212
|
default: string;
|
|
52193
52213
|
validator: (v: any) => boolean;
|
|
52194
52214
|
};
|
|
52195
|
-
'onClick:clear': PropType<EventProp<(
|
|
52196
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
52197
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
52215
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52216
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52217
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52198
52218
|
focused: BooleanConstructor;
|
|
52199
52219
|
id: StringConstructor;
|
|
52200
52220
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -52327,17 +52347,18 @@ declare const VTextField: {
|
|
|
52327
52347
|
appendIcon?: IconValue | undefined;
|
|
52328
52348
|
appendInnerIcon?: IconValue | undefined;
|
|
52329
52349
|
prependInnerIcon?: IconValue | undefined;
|
|
52330
|
-
'onClick:clear'?: EventProp<(
|
|
52331
|
-
'onClick:append'?: EventProp<(
|
|
52332
|
-
'onClick:prepend'?: EventProp<(
|
|
52333
|
-
'onClick:appendInner'?: EventProp<(
|
|
52334
|
-
'onClick:prependInner'?: EventProp<(
|
|
52350
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52351
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52352
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52353
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52354
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52335
52355
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
52336
52356
|
validationValue?: any;
|
|
52337
52357
|
hideDetails?: boolean | "auto" | undefined;
|
|
52338
52358
|
hint?: string | undefined;
|
|
52339
52359
|
suffix?: string | undefined;
|
|
52340
52360
|
counterValue?: ((value: any) => number) | undefined;
|
|
52361
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
52341
52362
|
} & {
|
|
52342
52363
|
$children?: {} | vue.VNodeChild | {
|
|
52343
52364
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
@@ -52419,8 +52440,8 @@ declare const VTextField: {
|
|
|
52419
52440
|
modelValue?: any;
|
|
52420
52441
|
prependIcon?: IconValue | undefined;
|
|
52421
52442
|
appendIcon?: IconValue | undefined;
|
|
52422
|
-
'onClick:append'?: EventProp<(
|
|
52423
|
-
'onClick:prepend'?: EventProp<(
|
|
52443
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52444
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52424
52445
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
52425
52446
|
validationValue?: any;
|
|
52426
52447
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -52482,8 +52503,8 @@ declare const VTextField: {
|
|
|
52482
52503
|
modelValue?: any;
|
|
52483
52504
|
prependIcon?: IconValue | undefined;
|
|
52484
52505
|
appendIcon?: IconValue | undefined;
|
|
52485
|
-
'onClick:append'?: EventProp<(
|
|
52486
|
-
'onClick:prepend'?: EventProp<(
|
|
52506
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52507
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52487
52508
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
52488
52509
|
validationValue?: any;
|
|
52489
52510
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -52568,8 +52589,8 @@ declare const VTextField: {
|
|
|
52568
52589
|
modelValue?: any;
|
|
52569
52590
|
prependIcon?: IconValue | undefined;
|
|
52570
52591
|
appendIcon?: IconValue | undefined;
|
|
52571
|
-
'onClick:append'?: EventProp<(
|
|
52572
|
-
'onClick:prepend'?: EventProp<(
|
|
52592
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52593
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52573
52594
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
52574
52595
|
validationValue?: any;
|
|
52575
52596
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -52643,9 +52664,9 @@ declare const VTextField: {
|
|
|
52643
52664
|
default: string;
|
|
52644
52665
|
validator: (v: any) => boolean;
|
|
52645
52666
|
};
|
|
52646
|
-
'onClick:clear': PropType<EventProp<(
|
|
52647
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
52648
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
52667
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52668
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52669
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52649
52670
|
focused: BooleanConstructor;
|
|
52650
52671
|
id: StringConstructor;
|
|
52651
52672
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -52689,9 +52710,9 @@ declare const VTextField: {
|
|
|
52689
52710
|
default: string;
|
|
52690
52711
|
validator: (v: any) => boolean;
|
|
52691
52712
|
};
|
|
52692
|
-
'onClick:clear': PropType<EventProp<(
|
|
52693
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
52694
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
52713
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52714
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52715
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52695
52716
|
focused: BooleanConstructor;
|
|
52696
52717
|
id: StringConstructor;
|
|
52697
52718
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -52758,9 +52779,9 @@ declare const VTextField: {
|
|
|
52758
52779
|
default: string;
|
|
52759
52780
|
validator: (v: any) => boolean;
|
|
52760
52781
|
};
|
|
52761
|
-
'onClick:clear': PropType<EventProp<(
|
|
52762
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
52763
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
52782
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52783
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52784
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
52764
52785
|
focused: BooleanConstructor;
|
|
52765
52786
|
id: StringConstructor;
|
|
52766
52787
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -52848,17 +52869,18 @@ declare const VTextField: {
|
|
|
52848
52869
|
appendIcon?: IconValue | undefined;
|
|
52849
52870
|
appendInnerIcon?: IconValue | undefined;
|
|
52850
52871
|
prependInnerIcon?: IconValue | undefined;
|
|
52851
|
-
'onClick:clear'?: EventProp<(
|
|
52852
|
-
'onClick:append'?: EventProp<(
|
|
52853
|
-
'onClick:prepend'?: EventProp<(
|
|
52854
|
-
'onClick:appendInner'?: EventProp<(
|
|
52855
|
-
'onClick:prependInner'?: EventProp<(
|
|
52872
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52873
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52874
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52875
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52876
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52856
52877
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
52857
52878
|
validationValue?: any;
|
|
52858
52879
|
hideDetails?: boolean | "auto" | undefined;
|
|
52859
52880
|
hint?: string | undefined;
|
|
52860
52881
|
suffix?: string | undefined;
|
|
52861
52882
|
counterValue?: ((value: any) => number) | undefined;
|
|
52883
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
52862
52884
|
} & {
|
|
52863
52885
|
$children?: {} | vue.VNodeChild | {
|
|
52864
52886
|
clear?: (() => vue.VNodeChild) | undefined;
|
|
@@ -52940,8 +52962,8 @@ declare const VTextField: {
|
|
|
52940
52962
|
modelValue?: any;
|
|
52941
52963
|
prependIcon?: IconValue | undefined;
|
|
52942
52964
|
appendIcon?: IconValue | undefined;
|
|
52943
|
-
'onClick:append'?: EventProp<(
|
|
52944
|
-
'onClick:prepend'?: EventProp<(
|
|
52965
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52966
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
52945
52967
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
52946
52968
|
validationValue?: any;
|
|
52947
52969
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -53003,8 +53025,8 @@ declare const VTextField: {
|
|
|
53003
53025
|
modelValue?: any;
|
|
53004
53026
|
prependIcon?: IconValue | undefined;
|
|
53005
53027
|
appendIcon?: IconValue | undefined;
|
|
53006
|
-
'onClick:append'?: EventProp<(
|
|
53007
|
-
'onClick:prepend'?: EventProp<(
|
|
53028
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
53029
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
53008
53030
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
53009
53031
|
validationValue?: any;
|
|
53010
53032
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -53089,8 +53111,8 @@ declare const VTextField: {
|
|
|
53089
53111
|
modelValue?: any;
|
|
53090
53112
|
prependIcon?: IconValue | undefined;
|
|
53091
53113
|
appendIcon?: IconValue | undefined;
|
|
53092
|
-
'onClick:append'?: EventProp<(
|
|
53093
|
-
'onClick:prepend'?: EventProp<(
|
|
53114
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
53115
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
53094
53116
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
53095
53117
|
validationValue?: any;
|
|
53096
53118
|
hideDetails?: boolean | "auto" | undefined;
|
|
@@ -53164,9 +53186,9 @@ declare const VTextField: {
|
|
|
53164
53186
|
default: string;
|
|
53165
53187
|
validator: (v: any) => boolean;
|
|
53166
53188
|
};
|
|
53167
|
-
'onClick:clear': PropType<EventProp<(
|
|
53168
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
53169
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
53189
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53190
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53191
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53170
53192
|
focused: BooleanConstructor;
|
|
53171
53193
|
id: StringConstructor;
|
|
53172
53194
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -53210,9 +53232,9 @@ declare const VTextField: {
|
|
|
53210
53232
|
default: string;
|
|
53211
53233
|
validator: (v: any) => boolean;
|
|
53212
53234
|
};
|
|
53213
|
-
'onClick:clear': PropType<EventProp<(
|
|
53214
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
53215
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
53235
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53236
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53237
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53216
53238
|
focused: BooleanConstructor;
|
|
53217
53239
|
id: StringConstructor;
|
|
53218
53240
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -53279,9 +53301,9 @@ declare const VTextField: {
|
|
|
53279
53301
|
default: string;
|
|
53280
53302
|
validator: (v: any) => boolean;
|
|
53281
53303
|
};
|
|
53282
|
-
'onClick:clear': PropType<EventProp<(
|
|
53283
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
53284
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
53304
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53305
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53306
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53285
53307
|
focused: BooleanConstructor;
|
|
53286
53308
|
id: StringConstructor;
|
|
53287
53309
|
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner">>> & {
|
|
@@ -53379,9 +53401,9 @@ declare const VTextField: {
|
|
|
53379
53401
|
default: string;
|
|
53380
53402
|
validator: (v: any) => boolean;
|
|
53381
53403
|
};
|
|
53382
|
-
'onClick:clear': PropType<EventProp<(
|
|
53383
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
53384
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
53404
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53405
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53406
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53385
53407
|
focused: BooleanConstructor;
|
|
53386
53408
|
errorMessages: {
|
|
53387
53409
|
type: PropType<string | string[]>;
|
|
@@ -53418,8 +53440,8 @@ declare const VTextField: {
|
|
|
53418
53440
|
default: string;
|
|
53419
53441
|
validator: (v: any) => boolean;
|
|
53420
53442
|
};
|
|
53421
|
-
'onClick:prepend': PropType<EventProp<(
|
|
53422
|
-
'onClick:append': PropType<EventProp<(
|
|
53443
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53444
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53423
53445
|
autofocus: BooleanConstructor;
|
|
53424
53446
|
counter: PropType<string | number | true>;
|
|
53425
53447
|
counterValue: PropType<(value: any) => number>;
|
|
@@ -53434,6 +53456,7 @@ declare const VTextField: {
|
|
|
53434
53456
|
type: StringConstructor;
|
|
53435
53457
|
default: string;
|
|
53436
53458
|
};
|
|
53459
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
53437
53460
|
}, vue.ExtractPropTypes<{
|
|
53438
53461
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
53439
53462
|
theme: StringConstructor;
|
|
@@ -53459,9 +53482,9 @@ declare const VTextField: {
|
|
|
53459
53482
|
default: string;
|
|
53460
53483
|
validator: (v: any) => boolean;
|
|
53461
53484
|
};
|
|
53462
|
-
'onClick:clear': PropType<EventProp<(
|
|
53463
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
53464
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
53485
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53486
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53487
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53465
53488
|
focused: BooleanConstructor;
|
|
53466
53489
|
errorMessages: {
|
|
53467
53490
|
type: PropType<string | string[]>;
|
|
@@ -53498,8 +53521,8 @@ declare const VTextField: {
|
|
|
53498
53521
|
default: string;
|
|
53499
53522
|
validator: (v: any) => boolean;
|
|
53500
53523
|
};
|
|
53501
|
-
'onClick:prepend': PropType<EventProp<(
|
|
53502
|
-
'onClick:append': PropType<EventProp<(
|
|
53524
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53525
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
53503
53526
|
autofocus: BooleanConstructor;
|
|
53504
53527
|
counter: PropType<string | number | true>;
|
|
53505
53528
|
counterValue: PropType<(value: any) => number>;
|
|
@@ -53514,6 +53537,7 @@ declare const VTextField: {
|
|
|
53514
53537
|
type: StringConstructor;
|
|
53515
53538
|
default: string;
|
|
53516
53539
|
};
|
|
53540
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
|
53517
53541
|
}>>;
|
|
53518
53542
|
type VTextField = InstanceType<typeof VTextField>;
|
|
53519
53543
|
|
|
@@ -56415,6 +56439,155 @@ declare const VValidation: {
|
|
|
56415
56439
|
}>>;
|
|
56416
56440
|
type VValidation = InstanceType<typeof VValidation>;
|
|
56417
56441
|
|
|
56442
|
+
interface VVirtualScrollSlot<T> {
|
|
56443
|
+
item: T;
|
|
56444
|
+
index: number;
|
|
56445
|
+
}
|
|
56446
|
+
declare const VVirtualScroll: {
|
|
56447
|
+
new (...args: any[]): {
|
|
56448
|
+
$: vue.ComponentInternalInstance;
|
|
56449
|
+
$data: {};
|
|
56450
|
+
$props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
56451
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56452
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56453
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56454
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56455
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56456
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56457
|
+
items: {
|
|
56458
|
+
type: ArrayConstructor;
|
|
56459
|
+
default: () => never[];
|
|
56460
|
+
};
|
|
56461
|
+
itemHeight: (StringConstructor | NumberConstructor)[];
|
|
56462
|
+
visibleItems: (StringConstructor | NumberConstructor)[];
|
|
56463
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "items">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
|
56464
|
+
$attrs: {
|
|
56465
|
+
[x: string]: unknown;
|
|
56466
|
+
};
|
|
56467
|
+
$refs: {
|
|
56468
|
+
[x: string]: unknown;
|
|
56469
|
+
};
|
|
56470
|
+
$slots: Readonly<{
|
|
56471
|
+
[name: string]: vue.Slot | undefined;
|
|
56472
|
+
}>;
|
|
56473
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
56474
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
56475
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
56476
|
+
$el: any;
|
|
56477
|
+
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
56478
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56479
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56480
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56481
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56482
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56483
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56484
|
+
items: {
|
|
56485
|
+
type: ArrayConstructor;
|
|
56486
|
+
default: () => never[];
|
|
56487
|
+
};
|
|
56488
|
+
itemHeight: (StringConstructor | NumberConstructor)[];
|
|
56489
|
+
visibleItems: (StringConstructor | NumberConstructor)[];
|
|
56490
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "items">>>, {
|
|
56491
|
+
scrollToIndex: (index: number) => void;
|
|
56492
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "$slots" | "v-slots" | "items">, string, {}, {}, string> & {
|
|
56493
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
56494
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
56495
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
56496
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
56497
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
56498
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
56499
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
56500
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
56501
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
56502
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
56503
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
56504
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
56505
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
56506
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
56507
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
56508
|
+
};
|
|
56509
|
+
$forceUpdate: () => void;
|
|
56510
|
+
$nextTick: typeof vue.nextTick;
|
|
56511
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
56512
|
+
} & Readonly<vue.ExtractPropTypes<Omit<{
|
|
56513
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56514
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56515
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56516
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56517
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56518
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56519
|
+
items: {
|
|
56520
|
+
type: ArrayConstructor;
|
|
56521
|
+
default: () => never[];
|
|
56522
|
+
};
|
|
56523
|
+
itemHeight: (StringConstructor | NumberConstructor)[];
|
|
56524
|
+
visibleItems: (StringConstructor | NumberConstructor)[];
|
|
56525
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "items">>> & vue.ShallowUnwrapRef<{
|
|
56526
|
+
scrollToIndex: (index: number) => void;
|
|
56527
|
+
}> & {} & vue.ComponentCustomProperties & {};
|
|
56528
|
+
__isFragment?: undefined;
|
|
56529
|
+
__isTeleport?: undefined;
|
|
56530
|
+
__isSuspense?: undefined;
|
|
56531
|
+
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
56532
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56533
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56534
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56535
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56536
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56537
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56538
|
+
items: {
|
|
56539
|
+
type: ArrayConstructor;
|
|
56540
|
+
default: () => never[];
|
|
56541
|
+
};
|
|
56542
|
+
itemHeight: (StringConstructor | NumberConstructor)[];
|
|
56543
|
+
visibleItems: (StringConstructor | NumberConstructor)[];
|
|
56544
|
+
}, "$children" | "v-slot:default" | "$slots" | "v-slots" | "items">>>, {
|
|
56545
|
+
scrollToIndex: (index: number) => void;
|
|
56546
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "$slots" | "v-slots" | "items">, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>() => {
|
|
56547
|
+
$props: {
|
|
56548
|
+
items: readonly T_1[];
|
|
56549
|
+
} & {
|
|
56550
|
+
$children?: vue.VNodeChild | ((args_0: VVirtualScrollSlot<T_1>) => vue.VNodeChild) | {
|
|
56551
|
+
default?: ((args_0: VVirtualScrollSlot<T_1>) => vue.VNodeChild) | undefined;
|
|
56552
|
+
};
|
|
56553
|
+
$slots?: {
|
|
56554
|
+
default?: ((args_0: VVirtualScrollSlot<T_1>) => vue.VNodeChild) | undefined;
|
|
56555
|
+
} | undefined;
|
|
56556
|
+
'v-slots'?: {
|
|
56557
|
+
default?: false | ((args_0: VVirtualScrollSlot<T_1>) => vue.VNodeChild) | undefined;
|
|
56558
|
+
} | undefined;
|
|
56559
|
+
} & {
|
|
56560
|
+
"v-slot:default"?: false | ((args_0: VVirtualScrollSlot<T_1>) => vue.VNodeChild) | undefined;
|
|
56561
|
+
};
|
|
56562
|
+
}) & FilterPropsOptions<{
|
|
56563
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56564
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56565
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56566
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56567
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56568
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56569
|
+
items: {
|
|
56570
|
+
type: ArrayConstructor;
|
|
56571
|
+
default: () => never[];
|
|
56572
|
+
};
|
|
56573
|
+
itemHeight: (StringConstructor | NumberConstructor)[];
|
|
56574
|
+
visibleItems: (StringConstructor | NumberConstructor)[];
|
|
56575
|
+
}, vue.ExtractPropTypes<{
|
|
56576
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
56577
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
56578
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
56579
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
56580
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
56581
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
56582
|
+
items: {
|
|
56583
|
+
type: ArrayConstructor;
|
|
56584
|
+
default: () => never[];
|
|
56585
|
+
};
|
|
56586
|
+
itemHeight: (StringConstructor | NumberConstructor)[];
|
|
56587
|
+
visibleItems: (StringConstructor | NumberConstructor)[];
|
|
56588
|
+
}>>;
|
|
56589
|
+
type VVirtualScroll = InstanceType<typeof VVirtualScroll>;
|
|
56590
|
+
|
|
56418
56591
|
type ControlProps = {
|
|
56419
56592
|
icon: IconValue;
|
|
56420
56593
|
class: string;
|
|
@@ -59816,6 +59989,7 @@ declare const index_d$1_VToolbarItems: typeof VToolbarItems;
|
|
|
59816
59989
|
declare const index_d$1_VToolbarTitle: typeof VToolbarTitle;
|
|
59817
59990
|
declare const index_d$1_VTooltip: typeof VTooltip;
|
|
59818
59991
|
declare const index_d$1_VValidation: typeof VValidation;
|
|
59992
|
+
declare const index_d$1_VVirtualScroll: typeof VVirtualScroll;
|
|
59819
59993
|
declare const index_d$1_VWindow: typeof VWindow;
|
|
59820
59994
|
declare const index_d$1_VWindowItem: typeof VWindowItem;
|
|
59821
59995
|
declare namespace index_d$1 {
|
|
@@ -59950,6 +60124,7 @@ declare namespace index_d$1 {
|
|
|
59950
60124
|
index_d$1_VToolbarTitle as VToolbarTitle,
|
|
59951
60125
|
index_d$1_VTooltip as VTooltip,
|
|
59952
60126
|
index_d$1_VValidation as VValidation,
|
|
60127
|
+
index_d$1_VVirtualScroll as VVirtualScroll,
|
|
59953
60128
|
index_d$1_VWindow as VWindow,
|
|
59954
60129
|
index_d$1_VWindowItem as VWindowItem,
|
|
59955
60130
|
};
|
|
@@ -60155,8 +60330,9 @@ declare module '@vue/runtime-core' {
|
|
|
60155
60330
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
60156
60331
|
VAlert: typeof import('vuetify/components')['VAlert']
|
|
60157
60332
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
60158
|
-
|
|
60333
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
60159
60334
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
60335
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
60160
60336
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
60161
60337
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
60162
60338
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
@@ -60164,7 +60340,6 @@ declare module '@vue/runtime-core' {
|
|
|
60164
60340
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
60165
60341
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
60166
60342
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
60167
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
60168
60343
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
60169
60344
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
60170
60345
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
@@ -60176,16 +60351,14 @@ declare module '@vue/runtime-core' {
|
|
|
60176
60351
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
60177
60352
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
60178
60353
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
60179
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
60180
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
60181
60354
|
VChip: typeof import('vuetify/components')['VChip']
|
|
60182
60355
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
60183
60356
|
VCode: typeof import('vuetify/components')['VCode']
|
|
60184
60357
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
60185
60358
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
60186
60359
|
VCounter: typeof import('vuetify/components')['VCounter']
|
|
60187
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
60188
60360
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
60361
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
60189
60362
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
60190
60363
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
60191
60364
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
@@ -60193,19 +60366,18 @@ declare module '@vue/runtime-core' {
|
|
|
60193
60366
|
VField: typeof import('vuetify/components')['VField']
|
|
60194
60367
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
60195
60368
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
60369
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
60196
60370
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
60197
60371
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
60198
60372
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
60199
60373
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
60200
60374
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
60201
60375
|
VImg: typeof import('vuetify/components')['VImg']
|
|
60202
|
-
|
|
60376
|
+
VInput: typeof import('vuetify/components')['VInput']
|
|
60203
60377
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
60204
60378
|
VItem: typeof import('vuetify/components')['VItem']
|
|
60205
|
-
VInput: typeof import('vuetify/components')['VInput']
|
|
60206
60379
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
60207
60380
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
60208
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
60209
60381
|
VList: typeof import('vuetify/components')['VList']
|
|
60210
60382
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
60211
60383
|
VListImg: typeof import('vuetify/components')['VListImg']
|
|
@@ -60215,18 +60387,20 @@ declare module '@vue/runtime-core' {
|
|
|
60215
60387
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
60216
60388
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
60217
60389
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
60390
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
60218
60391
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
60219
60392
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
60220
60393
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
60221
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
60222
60394
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
60395
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
60223
60396
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
60224
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
60225
60397
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
60398
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
60226
60399
|
VRating: typeof import('vuetify/components')['VRating']
|
|
60227
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
60228
60400
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
60401
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
60229
60402
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
60403
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
60230
60404
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
60231
60405
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
60232
60406
|
VSlider: typeof import('vuetify/components')['VSlider']
|
|
@@ -60236,8 +60410,8 @@ declare module '@vue/runtime-core' {
|
|
|
60236
60410
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
60237
60411
|
VTab: typeof import('vuetify/components')['VTab']
|
|
60238
60412
|
VTable: typeof import('vuetify/components')['VTable']
|
|
60239
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
60240
60413
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
60414
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
60241
60415
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
60242
60416
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
60243
60417
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
@@ -60246,13 +60420,12 @@ declare module '@vue/runtime-core' {
|
|
|
60246
60420
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
60247
60421
|
VWindow: typeof import('vuetify/components')['VWindow']
|
|
60248
60422
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
60249
|
-
|
|
60423
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
60250
60424
|
VForm: typeof import('vuetify/components')['VForm']
|
|
60251
60425
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
60252
60426
|
VCol: typeof import('vuetify/components')['VCol']
|
|
60253
60427
|
VRow: typeof import('vuetify/components')['VRow']
|
|
60254
60428
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
60255
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
60256
60429
|
VHover: typeof import('vuetify/components')['VHover']
|
|
60257
60430
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
60258
60431
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
@@ -60263,7 +60436,9 @@ declare module '@vue/runtime-core' {
|
|
|
60263
60436
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
60264
60437
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
60265
60438
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
60439
|
+
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
60266
60440
|
VValidation: typeof import('vuetify/components')['VValidation']
|
|
60441
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
60267
60442
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
60268
60443
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
60269
60444
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -60280,6 +60455,7 @@ declare module '@vue/runtime-core' {
|
|
|
60280
60455
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
60281
60456
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
60282
60457
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
60283
|
-
|
|
60458
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
60459
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
60284
60460
|
}
|
|
60285
60461
|
}
|