@vuetify/nightly 3.2.0-dev-20230407.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 +2 -2
- package/dist/json/attributes.json +24 -8
- package/dist/json/importMap.json +14 -14
- package/dist/json/tags.json +5 -1
- package/dist/json/web-types.json +83 -47
- package/dist/vuetify-labs.css +2299 -2280
- package/dist/vuetify-labs.d.ts +548 -498
- package/dist/vuetify-labs.esm.js +92 -50
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +92 -50
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +23 -4
- package/dist/vuetify.d.ts +430 -406
- package/dist/vuetify.esm.js +74 -33
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +74 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +280 -270
- 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/index.d.ts +426 -402
- 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 +4 -4
- 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 +122 -96
- package/lib/labs/components.d.ts +122 -96
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.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
|
|
|
@@ -59909,6 +59933,9 @@ declare const VDataTableRows: {
|
|
|
59909
59933
|
} & {
|
|
59910
59934
|
loading?: string | boolean | undefined;
|
|
59911
59935
|
rowHeight?: number | undefined;
|
|
59936
|
+
'onClick:row'?: ((e: Event, value: {
|
|
59937
|
+
item: DataTableItem;
|
|
59938
|
+
}) => void) | undefined;
|
|
59912
59939
|
} & {
|
|
59913
59940
|
$children?: {} | vue.VNodeChild | {
|
|
59914
59941
|
[x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -59953,10 +59980,6 @@ declare const VDataTableRows: {
|
|
|
59953
59980
|
"v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
59954
59981
|
"v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
59955
59982
|
"v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
59956
|
-
} & {
|
|
59957
|
-
"onClick:row"?: ((event: Event, value: {
|
|
59958
|
-
item: DataTableItem;
|
|
59959
|
-
}) => any) | undefined;
|
|
59960
59983
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "noDataText" | "loadingText" | "items" | "hideNoData">;
|
|
59961
59984
|
$attrs: {
|
|
59962
59985
|
[x: string]: unknown;
|
|
@@ -59969,9 +59992,7 @@ declare const VDataTableRows: {
|
|
|
59969
59992
|
}>;
|
|
59970
59993
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
59971
59994
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
59972
|
-
$emit: (event:
|
|
59973
|
-
item: DataTableItem;
|
|
59974
|
-
}) => void;
|
|
59995
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
59975
59996
|
$el: any;
|
|
59976
59997
|
$options: vue.ComponentOptionsBase<{
|
|
59977
59998
|
noDataText: string;
|
|
@@ -59981,6 +60002,9 @@ declare const VDataTableRows: {
|
|
|
59981
60002
|
} & {
|
|
59982
60003
|
loading?: string | boolean | undefined;
|
|
59983
60004
|
rowHeight?: number | undefined;
|
|
60005
|
+
'onClick:row'?: ((e: Event, value: {
|
|
60006
|
+
item: DataTableItem;
|
|
60007
|
+
}) => void) | undefined;
|
|
59984
60008
|
} & {
|
|
59985
60009
|
$children?: {} | vue.VNodeChild | {
|
|
59986
60010
|
[x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -60025,15 +60049,7 @@ declare const VDataTableRows: {
|
|
|
60025
60049
|
"v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60026
60050
|
"v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60027
60051
|
"v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60028
|
-
}
|
|
60029
|
-
"onClick:row"?: ((event: Event, value: {
|
|
60030
|
-
item: DataTableItem;
|
|
60031
|
-
}) => any) | undefined;
|
|
60032
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
60033
|
-
'click:row': (event: Event, value: {
|
|
60034
|
-
item: DataTableItem;
|
|
60035
|
-
}) => true;
|
|
60036
|
-
}, string, {
|
|
60052
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
60037
60053
|
noDataText: string;
|
|
60038
60054
|
loadingText: string;
|
|
60039
60055
|
items: InternalDataTableItem[];
|
|
@@ -60066,6 +60082,9 @@ declare const VDataTableRows: {
|
|
|
60066
60082
|
} & {
|
|
60067
60083
|
loading?: string | boolean | undefined;
|
|
60068
60084
|
rowHeight?: number | undefined;
|
|
60085
|
+
'onClick:row'?: ((e: Event, value: {
|
|
60086
|
+
item: DataTableItem;
|
|
60087
|
+
}) => void) | undefined;
|
|
60069
60088
|
} & {
|
|
60070
60089
|
$children?: {} | vue.VNodeChild | {
|
|
60071
60090
|
[x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -60110,10 +60129,6 @@ declare const VDataTableRows: {
|
|
|
60110
60129
|
"v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60111
60130
|
"v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60112
60131
|
"v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60113
|
-
} & {
|
|
60114
|
-
"onClick:row"?: ((event: Event, value: {
|
|
60115
|
-
item: DataTableItem;
|
|
60116
|
-
}) => any) | undefined;
|
|
60117
60132
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
60118
60133
|
__isFragment?: undefined;
|
|
60119
60134
|
__isTeleport?: undefined;
|
|
@@ -60126,6 +60141,9 @@ declare const VDataTableRows: {
|
|
|
60126
60141
|
} & {
|
|
60127
60142
|
loading?: string | boolean | undefined;
|
|
60128
60143
|
rowHeight?: number | undefined;
|
|
60144
|
+
'onClick:row'?: ((e: Event, value: {
|
|
60145
|
+
item: DataTableItem;
|
|
60146
|
+
}) => void) | undefined;
|
|
60129
60147
|
} & {
|
|
60130
60148
|
$children?: {} | vue.VNodeChild | {
|
|
60131
60149
|
[x: `item.${string}`]: ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -60170,15 +60188,7 @@ declare const VDataTableRows: {
|
|
|
60170
60188
|
"v-slot:expanded-row"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60171
60189
|
"v-slot:item.data-table-select"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60172
60190
|
"v-slot:item.data-table-expand"?: false | ((args_0: ItemSlot) => vue.VNodeChild) | undefined;
|
|
60173
|
-
}
|
|
60174
|
-
"onClick:row"?: ((event: Event, value: {
|
|
60175
|
-
item: DataTableItem;
|
|
60176
|
-
}) => any) | undefined;
|
|
60177
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
60178
|
-
'click:row': (event: Event, value: {
|
|
60179
|
-
item: DataTableItem;
|
|
60180
|
-
}) => true;
|
|
60181
|
-
}, string, {
|
|
60191
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
60182
60192
|
noDataText: string;
|
|
60183
60193
|
loadingText: string;
|
|
60184
60194
|
items: InternalDataTableItem[];
|
|
@@ -60199,6 +60209,9 @@ declare const VDataTableRows: {
|
|
|
60199
60209
|
default: string;
|
|
60200
60210
|
};
|
|
60201
60211
|
rowHeight: NumberConstructor;
|
|
60212
|
+
'onClick:row': PropType<(e: Event, value: {
|
|
60213
|
+
item: DataTableItem;
|
|
60214
|
+
}) => void>;
|
|
60202
60215
|
}, vue.ExtractPropTypes<{
|
|
60203
60216
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
60204
60217
|
loadingText: {
|
|
@@ -60215,6 +60228,9 @@ declare const VDataTableRows: {
|
|
|
60215
60228
|
default: string;
|
|
60216
60229
|
};
|
|
60217
60230
|
rowHeight: NumberConstructor;
|
|
60231
|
+
'onClick:row': PropType<(e: Event, value: {
|
|
60232
|
+
item: DataTableItem;
|
|
60233
|
+
}) => void>;
|
|
60218
60234
|
}>>;
|
|
60219
60235
|
type VDataTableRows = InstanceType<typeof VDataTableRows>;
|
|
60220
60236
|
|
|
@@ -60281,6 +60297,9 @@ declare const VDataTable: {
|
|
|
60281
60297
|
customFilter?: FilterFunction | undefined;
|
|
60282
60298
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
60283
60299
|
filterKeys?: FilterKeys | undefined;
|
|
60300
|
+
'onClick:row'?: ((e: Event, value: {
|
|
60301
|
+
item: DataTableItem;
|
|
60302
|
+
}) => void) | undefined;
|
|
60284
60303
|
} & {
|
|
60285
60304
|
$children?: {} | vue.VNodeChild | {
|
|
60286
60305
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -60566,9 +60585,6 @@ declare const VDataTable: {
|
|
|
60566
60585
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
60567
60586
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
60568
60587
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
60569
|
-
"onClick:row"?: ((event: Event, value: {
|
|
60570
|
-
item: DataTableItem;
|
|
60571
|
-
}) => any) | undefined;
|
|
60572
60588
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
60573
60589
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
60574
60590
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -60584,9 +60600,7 @@ declare const VDataTable: {
|
|
|
60584
60600
|
}>;
|
|
60585
60601
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
60586
60602
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
60587
|
-
$emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "
|
|
60588
|
-
item: DataTableItem;
|
|
60589
|
-
}) => void) & ((event: "update:options", value: any) => void) & ((event: "update:page", value: number) => void) & ((event: "update:itemsPerPage", value: number) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void);
|
|
60603
|
+
$emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "update:options", value: any) => void) & ((event: "update:page", value: number) => void) & ((event: "update:itemsPerPage", value: number) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void);
|
|
60590
60604
|
$el: any;
|
|
60591
60605
|
$options: vue.ComponentOptionsBase<{
|
|
60592
60606
|
expanded: string[];
|
|
@@ -60621,6 +60635,9 @@ declare const VDataTable: {
|
|
|
60621
60635
|
customFilter?: FilterFunction | undefined;
|
|
60622
60636
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
60623
60637
|
filterKeys?: FilterKeys | undefined;
|
|
60638
|
+
'onClick:row'?: ((e: Event, value: {
|
|
60639
|
+
item: DataTableItem;
|
|
60640
|
+
}) => void) | undefined;
|
|
60624
60641
|
} & {
|
|
60625
60642
|
$children?: {} | vue.VNodeChild | {
|
|
60626
60643
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -60906,9 +60923,6 @@ declare const VDataTable: {
|
|
|
60906
60923
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
60907
60924
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
60908
60925
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
60909
|
-
"onClick:row"?: ((event: Event, value: {
|
|
60910
|
-
item: DataTableItem;
|
|
60911
|
-
}) => any) | undefined;
|
|
60912
60926
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
60913
60927
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
60914
60928
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -60920,9 +60934,6 @@ declare const VDataTable: {
|
|
|
60920
60934
|
'update:options': (value: any) => true;
|
|
60921
60935
|
'update:groupBy': (value: any) => true;
|
|
60922
60936
|
'update:expanded': (value: any) => true;
|
|
60923
|
-
'click:row': (event: Event, value: {
|
|
60924
|
-
item: DataTableItem;
|
|
60925
|
-
}) => true;
|
|
60926
60937
|
}, string, {
|
|
60927
60938
|
expanded: string[];
|
|
60928
60939
|
page: string | number;
|
|
@@ -61002,6 +61013,9 @@ declare const VDataTable: {
|
|
|
61002
61013
|
customFilter?: FilterFunction | undefined;
|
|
61003
61014
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
61004
61015
|
filterKeys?: FilterKeys | undefined;
|
|
61016
|
+
'onClick:row'?: ((e: Event, value: {
|
|
61017
|
+
item: DataTableItem;
|
|
61018
|
+
}) => void) | undefined;
|
|
61005
61019
|
} & {
|
|
61006
61020
|
$children?: {} | vue.VNodeChild | {
|
|
61007
61021
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -61287,9 +61301,6 @@ declare const VDataTable: {
|
|
|
61287
61301
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
61288
61302
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
61289
61303
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
61290
|
-
"onClick:row"?: ((event: Event, value: {
|
|
61291
|
-
item: DataTableItem;
|
|
61292
|
-
}) => any) | undefined;
|
|
61293
61304
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
61294
61305
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
61295
61306
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -61330,6 +61341,9 @@ declare const VDataTable: {
|
|
|
61330
61341
|
customFilter?: FilterFunction | undefined;
|
|
61331
61342
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
61332
61343
|
filterKeys?: FilterKeys | undefined;
|
|
61344
|
+
'onClick:row'?: ((e: Event, value: {
|
|
61345
|
+
item: DataTableItem;
|
|
61346
|
+
}) => void) | undefined;
|
|
61333
61347
|
} & {
|
|
61334
61348
|
$children?: {} | vue.VNodeChild | {
|
|
61335
61349
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -61615,9 +61629,6 @@ declare const VDataTable: {
|
|
|
61615
61629
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
61616
61630
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
61617
61631
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
61618
|
-
"onClick:row"?: ((event: Event, value: {
|
|
61619
|
-
item: DataTableItem;
|
|
61620
|
-
}) => any) | undefined;
|
|
61621
61632
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
|
61622
61633
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
|
61623
61634
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -61629,9 +61640,6 @@ declare const VDataTable: {
|
|
|
61629
61640
|
'update:options': (value: any) => true;
|
|
61630
61641
|
'update:groupBy': (value: any) => true;
|
|
61631
61642
|
'update:expanded': (value: any) => true;
|
|
61632
|
-
'click:row': (event: Event, value: {
|
|
61633
|
-
item: DataTableItem;
|
|
61634
|
-
}) => true;
|
|
61635
61643
|
}, string, {
|
|
61636
61644
|
expanded: string[];
|
|
61637
61645
|
page: string | number;
|
|
@@ -61659,11 +61667,11 @@ declare const VDataTable: {
|
|
|
61659
61667
|
showExpand: boolean;
|
|
61660
61668
|
itemsPerPage: string | number;
|
|
61661
61669
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
61662
|
-
customFilter:
|
|
61663
|
-
customKeyFilter:
|
|
61664
|
-
filterKeys:
|
|
61670
|
+
customFilter: PropType<FilterFunction>;
|
|
61671
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
61672
|
+
filterKeys: PropType<FilterKeys>;
|
|
61665
61673
|
filterMode: {
|
|
61666
|
-
type:
|
|
61674
|
+
type: PropType<FilterMode>;
|
|
61667
61675
|
default: string;
|
|
61668
61676
|
};
|
|
61669
61677
|
noFilter: BooleanConstructor;
|
|
@@ -61676,24 +61684,24 @@ declare const VDataTable: {
|
|
|
61676
61684
|
default: number;
|
|
61677
61685
|
};
|
|
61678
61686
|
sortBy: {
|
|
61679
|
-
type:
|
|
61687
|
+
type: PropType<SortItem[]>;
|
|
61680
61688
|
default: () => never[];
|
|
61681
61689
|
};
|
|
61682
61690
|
multiSort: BooleanConstructor;
|
|
61683
61691
|
mustSort: BooleanConstructor;
|
|
61684
61692
|
showSelect: BooleanConstructor;
|
|
61685
61693
|
modelValue: {
|
|
61686
|
-
type:
|
|
61694
|
+
type: PropType<any[]>;
|
|
61687
61695
|
default: () => never[];
|
|
61688
61696
|
};
|
|
61689
61697
|
groupBy: {
|
|
61690
|
-
type:
|
|
61698
|
+
type: PropType<SortItem[]>;
|
|
61691
61699
|
default: () => never[];
|
|
61692
61700
|
};
|
|
61693
61701
|
expandOnClick: BooleanConstructor;
|
|
61694
61702
|
showExpand: BooleanConstructor;
|
|
61695
61703
|
expanded: {
|
|
61696
|
-
type:
|
|
61704
|
+
type: PropType<string[]>;
|
|
61697
61705
|
default: () => never[];
|
|
61698
61706
|
};
|
|
61699
61707
|
hideNoData: BooleanConstructor;
|
|
@@ -61706,41 +61714,44 @@ declare const VDataTable: {
|
|
|
61706
61714
|
width: (StringConstructor | NumberConstructor)[];
|
|
61707
61715
|
fixedHeader: BooleanConstructor;
|
|
61708
61716
|
fixedFooter: BooleanConstructor;
|
|
61717
|
+
'onClick:row': PropType<(e: Event, value: {
|
|
61718
|
+
item: DataTableItem;
|
|
61719
|
+
}) => void>;
|
|
61709
61720
|
headers: {
|
|
61710
|
-
type:
|
|
61721
|
+
type: PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
61711
61722
|
default: () => never[];
|
|
61712
61723
|
};
|
|
61713
61724
|
items: {
|
|
61714
|
-
type:
|
|
61725
|
+
type: PropType<any[]>;
|
|
61715
61726
|
default: () => never[];
|
|
61716
61727
|
};
|
|
61717
61728
|
itemTitle: {
|
|
61718
|
-
type:
|
|
61729
|
+
type: PropType<SelectItemKey>;
|
|
61719
61730
|
default: string;
|
|
61720
61731
|
};
|
|
61721
61732
|
itemValue: Omit<{
|
|
61722
|
-
type:
|
|
61733
|
+
type: PropType<SelectItemKey>;
|
|
61723
61734
|
default: string;
|
|
61724
61735
|
}, "type" | "default"> & {
|
|
61725
|
-
type:
|
|
61736
|
+
type: PropType<NonNullable<SelectItemKey>>;
|
|
61726
61737
|
default: NonNullable<SelectItemKey>;
|
|
61727
61738
|
};
|
|
61728
61739
|
itemChildren: {
|
|
61729
|
-
type:
|
|
61740
|
+
type: PropType<SelectItemKey>;
|
|
61730
61741
|
default: string;
|
|
61731
61742
|
};
|
|
61732
61743
|
itemProps: {
|
|
61733
|
-
type:
|
|
61744
|
+
type: PropType<SelectItemKey>;
|
|
61734
61745
|
default: string;
|
|
61735
61746
|
};
|
|
61736
61747
|
returnObject: BooleanConstructor;
|
|
61737
61748
|
search: StringConstructor;
|
|
61738
61749
|
}, vue.ExtractPropTypes<{
|
|
61739
|
-
customFilter:
|
|
61740
|
-
customKeyFilter:
|
|
61741
|
-
filterKeys:
|
|
61750
|
+
customFilter: PropType<FilterFunction>;
|
|
61751
|
+
customKeyFilter: PropType<FilterKeyFunctions>;
|
|
61752
|
+
filterKeys: PropType<FilterKeys>;
|
|
61742
61753
|
filterMode: {
|
|
61743
|
-
type:
|
|
61754
|
+
type: PropType<FilterMode>;
|
|
61744
61755
|
default: string;
|
|
61745
61756
|
};
|
|
61746
61757
|
noFilter: BooleanConstructor;
|
|
@@ -61753,24 +61764,24 @@ declare const VDataTable: {
|
|
|
61753
61764
|
default: number;
|
|
61754
61765
|
};
|
|
61755
61766
|
sortBy: {
|
|
61756
|
-
type:
|
|
61767
|
+
type: PropType<SortItem[]>;
|
|
61757
61768
|
default: () => never[];
|
|
61758
61769
|
};
|
|
61759
61770
|
multiSort: BooleanConstructor;
|
|
61760
61771
|
mustSort: BooleanConstructor;
|
|
61761
61772
|
showSelect: BooleanConstructor;
|
|
61762
61773
|
modelValue: {
|
|
61763
|
-
type:
|
|
61774
|
+
type: PropType<any[]>;
|
|
61764
61775
|
default: () => never[];
|
|
61765
61776
|
};
|
|
61766
61777
|
groupBy: {
|
|
61767
|
-
type:
|
|
61778
|
+
type: PropType<SortItem[]>;
|
|
61768
61779
|
default: () => never[];
|
|
61769
61780
|
};
|
|
61770
61781
|
expandOnClick: BooleanConstructor;
|
|
61771
61782
|
showExpand: BooleanConstructor;
|
|
61772
61783
|
expanded: {
|
|
61773
|
-
type:
|
|
61784
|
+
type: PropType<string[]>;
|
|
61774
61785
|
default: () => never[];
|
|
61775
61786
|
};
|
|
61776
61787
|
hideNoData: BooleanConstructor;
|
|
@@ -61783,31 +61794,34 @@ declare const VDataTable: {
|
|
|
61783
61794
|
width: (StringConstructor | NumberConstructor)[];
|
|
61784
61795
|
fixedHeader: BooleanConstructor;
|
|
61785
61796
|
fixedFooter: BooleanConstructor;
|
|
61797
|
+
'onClick:row': PropType<(e: Event, value: {
|
|
61798
|
+
item: DataTableItem;
|
|
61799
|
+
}) => void>;
|
|
61786
61800
|
headers: {
|
|
61787
|
-
type:
|
|
61801
|
+
type: PropType<DataTableHeader[] | DataTableHeader[][]>;
|
|
61788
61802
|
default: () => never[];
|
|
61789
61803
|
};
|
|
61790
61804
|
items: {
|
|
61791
|
-
type:
|
|
61805
|
+
type: PropType<any[]>;
|
|
61792
61806
|
default: () => never[];
|
|
61793
61807
|
};
|
|
61794
61808
|
itemTitle: {
|
|
61795
|
-
type:
|
|
61809
|
+
type: PropType<SelectItemKey>;
|
|
61796
61810
|
default: string;
|
|
61797
61811
|
};
|
|
61798
61812
|
itemValue: Omit<{
|
|
61799
|
-
type:
|
|
61813
|
+
type: PropType<SelectItemKey>;
|
|
61800
61814
|
default: string;
|
|
61801
61815
|
}, "type" | "default"> & {
|
|
61802
|
-
type:
|
|
61816
|
+
type: PropType<NonNullable<SelectItemKey>>;
|
|
61803
61817
|
default: NonNullable<SelectItemKey>;
|
|
61804
61818
|
};
|
|
61805
61819
|
itemChildren: {
|
|
61806
|
-
type:
|
|
61820
|
+
type: PropType<SelectItemKey>;
|
|
61807
61821
|
default: string;
|
|
61808
61822
|
};
|
|
61809
61823
|
itemProps: {
|
|
61810
|
-
type:
|
|
61824
|
+
type: PropType<SelectItemKey>;
|
|
61811
61825
|
default: string;
|
|
61812
61826
|
};
|
|
61813
61827
|
returnObject: BooleanConstructor;
|
|
@@ -61947,6 +61961,9 @@ declare const VDataTableVirtual: {
|
|
|
61947
61961
|
customFilter?: FilterFunction | undefined;
|
|
61948
61962
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
61949
61963
|
filterKeys?: FilterKeys | undefined;
|
|
61964
|
+
'onClick:row'?: ((e: Event, value: {
|
|
61965
|
+
item: DataTableItem;
|
|
61966
|
+
}) => void) | undefined;
|
|
61950
61967
|
} & {
|
|
61951
61968
|
$children?: {} | vue.VNodeChild | {
|
|
61952
61969
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -62208,7 +62225,7 @@ declare const VDataTableVirtual: {
|
|
|
62208
62225
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
62209
62226
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
62210
62227
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
62211
|
-
"onClick:row"?: ((
|
|
62228
|
+
"onClick:row"?: ((e: Event, value: {
|
|
62212
62229
|
item: DataTableItem;
|
|
62213
62230
|
}) => any) | undefined;
|
|
62214
62231
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -62224,9 +62241,9 @@ declare const VDataTableVirtual: {
|
|
|
62224
62241
|
}>;
|
|
62225
62242
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
62226
62243
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
62227
|
-
$emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "click:row",
|
|
62244
|
+
$emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "update:options", value: any) => void) & ((event: "update:sortBy", value: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", value: any) => void) & ((event: "click:row", e: Event, value: {
|
|
62228
62245
|
item: DataTableItem;
|
|
62229
|
-
}) => void)
|
|
62246
|
+
}) => void);
|
|
62230
62247
|
$el: any;
|
|
62231
62248
|
$options: vue.ComponentOptionsBase<{
|
|
62232
62249
|
expanded: string[];
|
|
@@ -62261,6 +62278,9 @@ declare const VDataTableVirtual: {
|
|
|
62261
62278
|
customFilter?: FilterFunction | undefined;
|
|
62262
62279
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
62263
62280
|
filterKeys?: FilterKeys | undefined;
|
|
62281
|
+
'onClick:row'?: ((e: Event, value: {
|
|
62282
|
+
item: DataTableItem;
|
|
62283
|
+
}) => void) | undefined;
|
|
62264
62284
|
} & {
|
|
62265
62285
|
$children?: {} | vue.VNodeChild | {
|
|
62266
62286
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -62522,7 +62542,7 @@ declare const VDataTableVirtual: {
|
|
|
62522
62542
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
62523
62543
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
62524
62544
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
62525
|
-
"onClick:row"?: ((
|
|
62545
|
+
"onClick:row"?: ((e: Event, value: {
|
|
62526
62546
|
item: DataTableItem;
|
|
62527
62547
|
}) => any) | undefined;
|
|
62528
62548
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -62532,7 +62552,7 @@ declare const VDataTableVirtual: {
|
|
|
62532
62552
|
'update:options': (value: any) => true;
|
|
62533
62553
|
'update:groupBy': (value: any) => true;
|
|
62534
62554
|
'update:expanded': (value: any) => true;
|
|
62535
|
-
'click:row': (
|
|
62555
|
+
'click:row': (e: Event, value: {
|
|
62536
62556
|
item: DataTableItem;
|
|
62537
62557
|
}) => true;
|
|
62538
62558
|
}, string, {
|
|
@@ -62614,6 +62634,9 @@ declare const VDataTableVirtual: {
|
|
|
62614
62634
|
customFilter?: FilterFunction | undefined;
|
|
62615
62635
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
62616
62636
|
filterKeys?: FilterKeys | undefined;
|
|
62637
|
+
'onClick:row'?: ((e: Event, value: {
|
|
62638
|
+
item: DataTableItem;
|
|
62639
|
+
}) => void) | undefined;
|
|
62617
62640
|
} & {
|
|
62618
62641
|
$children?: {} | vue.VNodeChild | {
|
|
62619
62642
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -62875,7 +62898,7 @@ declare const VDataTableVirtual: {
|
|
|
62875
62898
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
62876
62899
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
62877
62900
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
62878
|
-
"onClick:row"?: ((
|
|
62901
|
+
"onClick:row"?: ((e: Event, value: {
|
|
62879
62902
|
item: DataTableItem;
|
|
62880
62903
|
}) => any) | undefined;
|
|
62881
62904
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -62916,6 +62939,9 @@ declare const VDataTableVirtual: {
|
|
|
62916
62939
|
customFilter?: FilterFunction | undefined;
|
|
62917
62940
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
|
62918
62941
|
filterKeys?: FilterKeys | undefined;
|
|
62942
|
+
'onClick:row'?: ((e: Event, value: {
|
|
62943
|
+
item: DataTableItem;
|
|
62944
|
+
}) => void) | undefined;
|
|
62919
62945
|
} & {
|
|
62920
62946
|
$children?: {} | vue.VNodeChild | {
|
|
62921
62947
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -63177,7 +63203,7 @@ declare const VDataTableVirtual: {
|
|
|
63177
63203
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
|
63178
63204
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
63179
63205
|
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
|
63180
|
-
"onClick:row"?: ((
|
|
63206
|
+
"onClick:row"?: ((e: Event, value: {
|
|
63181
63207
|
item: DataTableItem;
|
|
63182
63208
|
}) => any) | undefined;
|
|
63183
63209
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
|
@@ -63187,7 +63213,7 @@ declare const VDataTableVirtual: {
|
|
|
63187
63213
|
'update:options': (value: any) => true;
|
|
63188
63214
|
'update:groupBy': (value: any) => true;
|
|
63189
63215
|
'update:expanded': (value: any) => true;
|
|
63190
|
-
'click:row': (
|
|
63216
|
+
'click:row': (e: Event, value: {
|
|
63191
63217
|
item: DataTableItem;
|
|
63192
63218
|
}) => true;
|
|
63193
63219
|
}, string, {
|
|
@@ -63292,6 +63318,9 @@ declare const VDataTableVirtual: {
|
|
|
63292
63318
|
width: (StringConstructor | NumberConstructor)[];
|
|
63293
63319
|
fixedHeader: BooleanConstructor;
|
|
63294
63320
|
fixedFooter: BooleanConstructor;
|
|
63321
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
|
63322
|
+
item: DataTableItem;
|
|
63323
|
+
}) => void>;
|
|
63295
63324
|
search: StringConstructor;
|
|
63296
63325
|
}, vue.ExtractPropTypes<{
|
|
63297
63326
|
customFilter: vue.PropType<FilterFunction>;
|
|
@@ -63369,6 +63398,9 @@ declare const VDataTableVirtual: {
|
|
|
63369
63398
|
width: (StringConstructor | NumberConstructor)[];
|
|
63370
63399
|
fixedHeader: BooleanConstructor;
|
|
63371
63400
|
fixedFooter: BooleanConstructor;
|
|
63401
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
|
63402
|
+
item: DataTableItem;
|
|
63403
|
+
}) => void>;
|
|
63372
63404
|
search: StringConstructor;
|
|
63373
63405
|
}>>;
|
|
63374
63406
|
type VDataTableVirtual = InstanceType<typeof VDataTableVirtual>;
|
|
@@ -63433,6 +63465,9 @@ declare const VDataTableServer: {
|
|
|
63433
63465
|
width?: string | number | undefined;
|
|
63434
63466
|
color?: string | undefined;
|
|
63435
63467
|
loading?: string | boolean | undefined;
|
|
63468
|
+
'onClick:row'?: ((e: Event, value: {
|
|
63469
|
+
item: DataTableItem;
|
|
63470
|
+
}) => void) | undefined;
|
|
63436
63471
|
} & {
|
|
63437
63472
|
$children?: {} | vue.VNodeChild | {
|
|
63438
63473
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -63718,7 +63753,7 @@ declare const VDataTableServer: {
|
|
|
63718
63753
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
63719
63754
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
63720
63755
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
63721
|
-
"onClick:row"?: ((
|
|
63756
|
+
"onClick:row"?: ((e: Event, value: {
|
|
63722
63757
|
item: DataTableItem;
|
|
63723
63758
|
}) => any) | undefined;
|
|
63724
63759
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
@@ -63736,9 +63771,9 @@ declare const VDataTableServer: {
|
|
|
63736
63771
|
}>;
|
|
63737
63772
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
63738
63773
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
63739
|
-
$emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "click:row",
|
|
63774
|
+
$emit: ((event: "update:modelValue", value: any[]) => void) & ((event: "update:options", options: any) => void) & ((event: "update:page", page: number) => void) & ((event: "update:itemsPerPage", page: number) => void) & ((event: "update:sortBy", sortBy: any) => void) & ((event: "update:groupBy", value: any) => void) & ((event: "update:expanded", options: any) => void) & ((event: "click:row", e: Event, value: {
|
|
63740
63775
|
item: DataTableItem;
|
|
63741
|
-
}) => void)
|
|
63776
|
+
}) => void);
|
|
63742
63777
|
$el: any;
|
|
63743
63778
|
$options: vue.ComponentOptionsBase<{
|
|
63744
63779
|
expanded: string[];
|
|
@@ -63771,6 +63806,9 @@ declare const VDataTableServer: {
|
|
|
63771
63806
|
width?: string | number | undefined;
|
|
63772
63807
|
color?: string | undefined;
|
|
63773
63808
|
loading?: string | boolean | undefined;
|
|
63809
|
+
'onClick:row'?: ((e: Event, value: {
|
|
63810
|
+
item: DataTableItem;
|
|
63811
|
+
}) => void) | undefined;
|
|
63774
63812
|
} & {
|
|
63775
63813
|
$children?: {} | vue.VNodeChild | {
|
|
63776
63814
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -64056,7 +64094,7 @@ declare const VDataTableServer: {
|
|
|
64056
64094
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
64057
64095
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
64058
64096
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
64059
|
-
"onClick:row"?: ((
|
|
64097
|
+
"onClick:row"?: ((e: Event, value: {
|
|
64060
64098
|
item: DataTableItem;
|
|
64061
64099
|
}) => any) | undefined;
|
|
64062
64100
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
@@ -64070,7 +64108,7 @@ declare const VDataTableServer: {
|
|
|
64070
64108
|
'update:options': (options: any) => true;
|
|
64071
64109
|
'update:expanded': (options: any) => true;
|
|
64072
64110
|
'update:groupBy': (value: any) => true;
|
|
64073
|
-
'click:row': (
|
|
64111
|
+
'click:row': (e: Event, value: {
|
|
64074
64112
|
item: DataTableItem;
|
|
64075
64113
|
}) => true;
|
|
64076
64114
|
}, string, {
|
|
@@ -64149,6 +64187,9 @@ declare const VDataTableServer: {
|
|
|
64149
64187
|
width?: string | number | undefined;
|
|
64150
64188
|
color?: string | undefined;
|
|
64151
64189
|
loading?: string | boolean | undefined;
|
|
64190
|
+
'onClick:row'?: ((e: Event, value: {
|
|
64191
|
+
item: DataTableItem;
|
|
64192
|
+
}) => void) | undefined;
|
|
64152
64193
|
} & {
|
|
64153
64194
|
$children?: {} | vue.VNodeChild | {
|
|
64154
64195
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -64434,7 +64475,7 @@ declare const VDataTableServer: {
|
|
|
64434
64475
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
64435
64476
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
64436
64477
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
64437
|
-
"onClick:row"?: ((
|
|
64478
|
+
"onClick:row"?: ((e: Event, value: {
|
|
64438
64479
|
item: DataTableItem;
|
|
64439
64480
|
}) => any) | undefined;
|
|
64440
64481
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
@@ -64475,6 +64516,9 @@ declare const VDataTableServer: {
|
|
|
64475
64516
|
width?: string | number | undefined;
|
|
64476
64517
|
color?: string | undefined;
|
|
64477
64518
|
loading?: string | boolean | undefined;
|
|
64519
|
+
'onClick:row'?: ((e: Event, value: {
|
|
64520
|
+
item: DataTableItem;
|
|
64521
|
+
}) => void) | undefined;
|
|
64478
64522
|
} & {
|
|
64479
64523
|
$children?: {} | vue.VNodeChild | {
|
|
64480
64524
|
[x: `item.${string}`]: ((args_0: {
|
|
@@ -64760,7 +64804,7 @@ declare const VDataTableServer: {
|
|
|
64760
64804
|
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
64761
64805
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
|
64762
64806
|
"onUpdate:expanded"?: ((options: any) => any) | undefined;
|
|
64763
|
-
"onClick:row"?: ((
|
|
64807
|
+
"onClick:row"?: ((e: Event, value: {
|
|
64764
64808
|
item: DataTableItem;
|
|
64765
64809
|
}) => any) | undefined;
|
|
64766
64810
|
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
@@ -64774,7 +64818,7 @@ declare const VDataTableServer: {
|
|
|
64774
64818
|
'update:options': (options: any) => true;
|
|
64775
64819
|
'update:expanded': (options: any) => true;
|
|
64776
64820
|
'update:groupBy': (value: any) => true;
|
|
64777
|
-
'click:row': (
|
|
64821
|
+
'click:row': (e: Event, value: {
|
|
64778
64822
|
item: DataTableItem;
|
|
64779
64823
|
}) => true;
|
|
64780
64824
|
}, string, {
|
|
@@ -64870,6 +64914,9 @@ declare const VDataTableServer: {
|
|
|
64870
64914
|
width: (StringConstructor | NumberConstructor)[];
|
|
64871
64915
|
fixedHeader: BooleanConstructor;
|
|
64872
64916
|
fixedFooter: BooleanConstructor;
|
|
64917
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
|
64918
|
+
item: DataTableItem;
|
|
64919
|
+
}) => void>;
|
|
64873
64920
|
color: StringConstructor;
|
|
64874
64921
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
64875
64922
|
loadingText: {
|
|
@@ -64948,6 +64995,9 @@ declare const VDataTableServer: {
|
|
|
64948
64995
|
width: (StringConstructor | NumberConstructor)[];
|
|
64949
64996
|
fixedHeader: BooleanConstructor;
|
|
64950
64997
|
fixedFooter: BooleanConstructor;
|
|
64998
|
+
'onClick:row': vue.PropType<(e: Event, value: {
|
|
64999
|
+
item: DataTableItem;
|
|
65000
|
+
}) => void>;
|
|
64951
65001
|
color: StringConstructor;
|
|
64952
65002
|
loading: (StringConstructor | BooleanConstructor)[];
|
|
64953
65003
|
loadingText: {
|