vuetify 3.7.4 → 3.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3914 -3618
- package/dist/json/importMap-labs.json +34 -26
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +84 -0
- package/dist/json/web-types.json +7277 -6336
- package/dist/vuetify-labs.css +3535 -3460
- package/dist/vuetify-labs.d.ts +1909 -600
- package/dist/vuetify-labs.esm.js +428 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +428 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4119 -4117
- package/dist/vuetify.d.ts +187 -189
- package/dist/vuetify.esm.js +95 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +95 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +66 -65
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +28 -28
- package/lib/components/VBadge/VBadge.css +4 -0
- package/lib/components/VBadge/VBadge.sass +4 -0
- package/lib/components/VChip/VChip.mjs +3 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -9
- package/lib/components/VCombobox/VCombobox.mjs +6 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +28 -28
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +3 -7
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +6 -6
- package/lib/components/VField/VField.mjs +2 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +3 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +17 -10
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +5 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +28 -28
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -3
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -5
- package/lib/components/VStepper/VStepper.mjs +5 -4
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +5 -4
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +58 -52
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/index.d.mts +129 -133
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +4 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/validation.mjs +10 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +7 -2
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +58 -56
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.css +74 -0
- package/lib/labs/VFileUpload/VFileUpload.mjs +241 -0
- package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -0
- package/lib/labs/VFileUpload/VFileUpload.sass +75 -0
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +95 -0
- package/lib/labs/VFileUpload/VFileUploadItem.mjs.map +1 -0
- package/lib/labs/VFileUpload/_variables.scss +12 -0
- package/lib/labs/VFileUpload/index.d.mts +1365 -0
- package/lib/labs/VFileUpload/index.mjs +3 -0
- package/lib/labs/VFileUpload/index.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +14 -9
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +51 -51
- package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +22 -22
- package/lib/labs/components.d.mts +1421 -110
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +5 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +6 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +215 -0
- package/lib/locale/it.mjs +5 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +5 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, nextTick,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding, ComputedRef, Ref, nextTick, EffectScope } from 'vue';
|
|
3
3
|
// @ts-ignore
|
|
4
4
|
import * as vue_router from 'vue-router';
|
|
5
5
|
|
|
@@ -2880,6 +2880,1352 @@ declare const VDateInput: {
|
|
|
2880
2880
|
}>>;
|
|
2881
2881
|
type VDateInput = InstanceType<typeof VDateInput>;
|
|
2882
2882
|
|
|
2883
|
+
declare const VFileUpload: {
|
|
2884
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
2885
|
+
length: string | number;
|
|
2886
|
+
style: vue.StyleValue;
|
|
2887
|
+
title: string;
|
|
2888
|
+
disabled: boolean;
|
|
2889
|
+
multiple: boolean;
|
|
2890
|
+
tag: string;
|
|
2891
|
+
icon: IconValue;
|
|
2892
|
+
modelValue: File | File[];
|
|
2893
|
+
tile: boolean;
|
|
2894
|
+
density: Density;
|
|
2895
|
+
scrim: string | boolean;
|
|
2896
|
+
clearable: boolean;
|
|
2897
|
+
showSize: boolean;
|
|
2898
|
+
browseText: string;
|
|
2899
|
+
dividerText: string;
|
|
2900
|
+
hideBrowse: boolean;
|
|
2901
|
+
} & {
|
|
2902
|
+
name?: string | undefined;
|
|
2903
|
+
location?: Anchor | null | undefined;
|
|
2904
|
+
height?: string | number | undefined;
|
|
2905
|
+
width?: string | number | undefined;
|
|
2906
|
+
border?: string | number | boolean | undefined;
|
|
2907
|
+
color?: string | undefined;
|
|
2908
|
+
maxHeight?: string | number | undefined;
|
|
2909
|
+
maxWidth?: string | number | undefined;
|
|
2910
|
+
minHeight?: string | number | undefined;
|
|
2911
|
+
minWidth?: string | number | undefined;
|
|
2912
|
+
opacity?: string | number | undefined;
|
|
2913
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2914
|
+
class?: any;
|
|
2915
|
+
theme?: string | undefined;
|
|
2916
|
+
elevation?: string | number | undefined;
|
|
2917
|
+
rounded?: string | number | boolean | undefined;
|
|
2918
|
+
subtitle?: string | undefined;
|
|
2919
|
+
thickness?: string | number | undefined;
|
|
2920
|
+
closeDelay?: string | number | undefined;
|
|
2921
|
+
openDelay?: string | number | undefined;
|
|
2922
|
+
} & {
|
|
2923
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
2924
|
+
browse?: ((arg: {
|
|
2925
|
+
props: {
|
|
2926
|
+
onClick: (e: MouseEvent) => void;
|
|
2927
|
+
};
|
|
2928
|
+
}) => vue.VNodeChild) | undefined;
|
|
2929
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
2930
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
|
2931
|
+
input?: ((arg: {
|
|
2932
|
+
inputNode: VNode;
|
|
2933
|
+
}) => vue.VNodeChild) | undefined;
|
|
2934
|
+
item?: ((arg: {
|
|
2935
|
+
file: File;
|
|
2936
|
+
props: {
|
|
2937
|
+
"onClick:remove": () => void;
|
|
2938
|
+
};
|
|
2939
|
+
}) => vue.VNodeChild) | undefined;
|
|
2940
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
2941
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
|
2942
|
+
};
|
|
2943
|
+
'v-slots'?: {
|
|
2944
|
+
browse?: false | ((arg: {
|
|
2945
|
+
props: {
|
|
2946
|
+
onClick: (e: MouseEvent) => void;
|
|
2947
|
+
};
|
|
2948
|
+
}) => vue.VNodeChild) | undefined;
|
|
2949
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
2950
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
|
2951
|
+
input?: false | ((arg: {
|
|
2952
|
+
inputNode: VNode;
|
|
2953
|
+
}) => vue.VNodeChild) | undefined;
|
|
2954
|
+
item?: false | ((arg: {
|
|
2955
|
+
file: File;
|
|
2956
|
+
props: {
|
|
2957
|
+
"onClick:remove": () => void;
|
|
2958
|
+
};
|
|
2959
|
+
}) => vue.VNodeChild) | undefined;
|
|
2960
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
2961
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
|
2962
|
+
} | undefined;
|
|
2963
|
+
} & {
|
|
2964
|
+
"v-slot:browse"?: false | ((arg: {
|
|
2965
|
+
props: {
|
|
2966
|
+
onClick: (e: MouseEvent) => void;
|
|
2967
|
+
};
|
|
2968
|
+
}) => vue.VNodeChild) | undefined;
|
|
2969
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2970
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
|
2971
|
+
"v-slot:input"?: false | ((arg: {
|
|
2972
|
+
inputNode: VNode;
|
|
2973
|
+
}) => vue.VNodeChild) | undefined;
|
|
2974
|
+
"v-slot:item"?: false | ((arg: {
|
|
2975
|
+
file: File;
|
|
2976
|
+
props: {
|
|
2977
|
+
"onClick:remove": () => void;
|
|
2978
|
+
};
|
|
2979
|
+
}) => vue.VNodeChild) | undefined;
|
|
2980
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
2981
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
|
2982
|
+
} & {
|
|
2983
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
2984
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
2985
|
+
'update:modelValue': (files: File[]) => true;
|
|
2986
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2987
|
+
length: string | number;
|
|
2988
|
+
style: vue.StyleValue;
|
|
2989
|
+
title: string;
|
|
2990
|
+
disabled: boolean;
|
|
2991
|
+
multiple: boolean;
|
|
2992
|
+
tag: string;
|
|
2993
|
+
icon: IconValue;
|
|
2994
|
+
modelValue: File | File[];
|
|
2995
|
+
tile: boolean;
|
|
2996
|
+
density: Density;
|
|
2997
|
+
scrim: string | boolean;
|
|
2998
|
+
clearable: boolean;
|
|
2999
|
+
showSize: boolean;
|
|
3000
|
+
browseText: string;
|
|
3001
|
+
dividerText: string;
|
|
3002
|
+
hideBrowse: boolean;
|
|
3003
|
+
} & {
|
|
3004
|
+
name?: string | undefined;
|
|
3005
|
+
location?: Anchor | null | undefined;
|
|
3006
|
+
height?: string | number | undefined;
|
|
3007
|
+
width?: string | number | undefined;
|
|
3008
|
+
border?: string | number | boolean | undefined;
|
|
3009
|
+
color?: string | undefined;
|
|
3010
|
+
maxHeight?: string | number | undefined;
|
|
3011
|
+
maxWidth?: string | number | undefined;
|
|
3012
|
+
minHeight?: string | number | undefined;
|
|
3013
|
+
minWidth?: string | number | undefined;
|
|
3014
|
+
opacity?: string | number | undefined;
|
|
3015
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
3016
|
+
class?: any;
|
|
3017
|
+
theme?: string | undefined;
|
|
3018
|
+
elevation?: string | number | undefined;
|
|
3019
|
+
rounded?: string | number | boolean | undefined;
|
|
3020
|
+
subtitle?: string | undefined;
|
|
3021
|
+
thickness?: string | number | undefined;
|
|
3022
|
+
closeDelay?: string | number | undefined;
|
|
3023
|
+
openDelay?: string | number | undefined;
|
|
3024
|
+
} & {
|
|
3025
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3026
|
+
browse?: ((arg: {
|
|
3027
|
+
props: {
|
|
3028
|
+
onClick: (e: MouseEvent) => void;
|
|
3029
|
+
};
|
|
3030
|
+
}) => vue.VNodeChild) | undefined;
|
|
3031
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3032
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
|
3033
|
+
input?: ((arg: {
|
|
3034
|
+
inputNode: VNode;
|
|
3035
|
+
}) => vue.VNodeChild) | undefined;
|
|
3036
|
+
item?: ((arg: {
|
|
3037
|
+
file: File;
|
|
3038
|
+
props: {
|
|
3039
|
+
"onClick:remove": () => void;
|
|
3040
|
+
};
|
|
3041
|
+
}) => vue.VNodeChild) | undefined;
|
|
3042
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
3043
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
|
3044
|
+
};
|
|
3045
|
+
'v-slots'?: {
|
|
3046
|
+
browse?: false | ((arg: {
|
|
3047
|
+
props: {
|
|
3048
|
+
onClick: (e: MouseEvent) => void;
|
|
3049
|
+
};
|
|
3050
|
+
}) => vue.VNodeChild) | undefined;
|
|
3051
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3052
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
|
3053
|
+
input?: false | ((arg: {
|
|
3054
|
+
inputNode: VNode;
|
|
3055
|
+
}) => vue.VNodeChild) | undefined;
|
|
3056
|
+
item?: false | ((arg: {
|
|
3057
|
+
file: File;
|
|
3058
|
+
props: {
|
|
3059
|
+
"onClick:remove": () => void;
|
|
3060
|
+
};
|
|
3061
|
+
}) => vue.VNodeChild) | undefined;
|
|
3062
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
3063
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
|
3064
|
+
} | undefined;
|
|
3065
|
+
} & {
|
|
3066
|
+
"v-slot:browse"?: false | ((arg: {
|
|
3067
|
+
props: {
|
|
3068
|
+
onClick: (e: MouseEvent) => void;
|
|
3069
|
+
};
|
|
3070
|
+
}) => vue.VNodeChild) | undefined;
|
|
3071
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3072
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
|
3073
|
+
"v-slot:input"?: false | ((arg: {
|
|
3074
|
+
inputNode: VNode;
|
|
3075
|
+
}) => vue.VNodeChild) | undefined;
|
|
3076
|
+
"v-slot:item"?: false | ((arg: {
|
|
3077
|
+
file: File;
|
|
3078
|
+
props: {
|
|
3079
|
+
"onClick:remove": () => void;
|
|
3080
|
+
};
|
|
3081
|
+
}) => vue.VNodeChild) | undefined;
|
|
3082
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
3083
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
|
3084
|
+
} & {
|
|
3085
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
3086
|
+
}, {
|
|
3087
|
+
length: string | number;
|
|
3088
|
+
style: vue.StyleValue;
|
|
3089
|
+
title: string;
|
|
3090
|
+
disabled: boolean;
|
|
3091
|
+
multiple: boolean;
|
|
3092
|
+
tag: string;
|
|
3093
|
+
icon: IconValue;
|
|
3094
|
+
modelValue: File | File[];
|
|
3095
|
+
rounded: string | number | boolean;
|
|
3096
|
+
tile: boolean;
|
|
3097
|
+
density: Density;
|
|
3098
|
+
scrim: string | boolean;
|
|
3099
|
+
clearable: boolean;
|
|
3100
|
+
showSize: boolean;
|
|
3101
|
+
browseText: string;
|
|
3102
|
+
dividerText: string;
|
|
3103
|
+
hideBrowse: boolean;
|
|
3104
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
3105
|
+
browse: (arg: {
|
|
3106
|
+
props: {
|
|
3107
|
+
onClick: (e: MouseEvent) => void;
|
|
3108
|
+
};
|
|
3109
|
+
}) => VNode[];
|
|
3110
|
+
default: () => VNode[];
|
|
3111
|
+
icon: () => VNode[];
|
|
3112
|
+
input: (arg: {
|
|
3113
|
+
inputNode: VNode;
|
|
3114
|
+
}) => VNode[];
|
|
3115
|
+
item: (arg: {
|
|
3116
|
+
file: File;
|
|
3117
|
+
props: {
|
|
3118
|
+
"onClick:remove": () => void;
|
|
3119
|
+
};
|
|
3120
|
+
}) => VNode[];
|
|
3121
|
+
title: () => VNode[];
|
|
3122
|
+
divider: () => VNode[];
|
|
3123
|
+
}>>, {
|
|
3124
|
+
P: {};
|
|
3125
|
+
B: {};
|
|
3126
|
+
D: {};
|
|
3127
|
+
C: {};
|
|
3128
|
+
M: {};
|
|
3129
|
+
Defaults: {};
|
|
3130
|
+
}, {
|
|
3131
|
+
length: string | number;
|
|
3132
|
+
style: vue.StyleValue;
|
|
3133
|
+
title: string;
|
|
3134
|
+
disabled: boolean;
|
|
3135
|
+
multiple: boolean;
|
|
3136
|
+
tag: string;
|
|
3137
|
+
icon: IconValue;
|
|
3138
|
+
modelValue: File | File[];
|
|
3139
|
+
tile: boolean;
|
|
3140
|
+
density: Density;
|
|
3141
|
+
scrim: string | boolean;
|
|
3142
|
+
clearable: boolean;
|
|
3143
|
+
showSize: boolean;
|
|
3144
|
+
browseText: string;
|
|
3145
|
+
dividerText: string;
|
|
3146
|
+
hideBrowse: boolean;
|
|
3147
|
+
} & {
|
|
3148
|
+
name?: string | undefined;
|
|
3149
|
+
location?: Anchor | null | undefined;
|
|
3150
|
+
height?: string | number | undefined;
|
|
3151
|
+
width?: string | number | undefined;
|
|
3152
|
+
border?: string | number | boolean | undefined;
|
|
3153
|
+
color?: string | undefined;
|
|
3154
|
+
maxHeight?: string | number | undefined;
|
|
3155
|
+
maxWidth?: string | number | undefined;
|
|
3156
|
+
minHeight?: string | number | undefined;
|
|
3157
|
+
minWidth?: string | number | undefined;
|
|
3158
|
+
opacity?: string | number | undefined;
|
|
3159
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
3160
|
+
class?: any;
|
|
3161
|
+
theme?: string | undefined;
|
|
3162
|
+
elevation?: string | number | undefined;
|
|
3163
|
+
rounded?: string | number | boolean | undefined;
|
|
3164
|
+
subtitle?: string | undefined;
|
|
3165
|
+
thickness?: string | number | undefined;
|
|
3166
|
+
closeDelay?: string | number | undefined;
|
|
3167
|
+
openDelay?: string | number | undefined;
|
|
3168
|
+
} & {
|
|
3169
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3170
|
+
browse?: ((arg: {
|
|
3171
|
+
props: {
|
|
3172
|
+
onClick: (e: MouseEvent) => void;
|
|
3173
|
+
};
|
|
3174
|
+
}) => vue.VNodeChild) | undefined;
|
|
3175
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3176
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
|
3177
|
+
input?: ((arg: {
|
|
3178
|
+
inputNode: VNode;
|
|
3179
|
+
}) => vue.VNodeChild) | undefined;
|
|
3180
|
+
item?: ((arg: {
|
|
3181
|
+
file: File;
|
|
3182
|
+
props: {
|
|
3183
|
+
"onClick:remove": () => void;
|
|
3184
|
+
};
|
|
3185
|
+
}) => vue.VNodeChild) | undefined;
|
|
3186
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
3187
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
|
3188
|
+
};
|
|
3189
|
+
'v-slots'?: {
|
|
3190
|
+
browse?: false | ((arg: {
|
|
3191
|
+
props: {
|
|
3192
|
+
onClick: (e: MouseEvent) => void;
|
|
3193
|
+
};
|
|
3194
|
+
}) => vue.VNodeChild) | undefined;
|
|
3195
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3196
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
|
3197
|
+
input?: false | ((arg: {
|
|
3198
|
+
inputNode: VNode;
|
|
3199
|
+
}) => vue.VNodeChild) | undefined;
|
|
3200
|
+
item?: false | ((arg: {
|
|
3201
|
+
file: File;
|
|
3202
|
+
props: {
|
|
3203
|
+
"onClick:remove": () => void;
|
|
3204
|
+
};
|
|
3205
|
+
}) => vue.VNodeChild) | undefined;
|
|
3206
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
3207
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
|
3208
|
+
} | undefined;
|
|
3209
|
+
} & {
|
|
3210
|
+
"v-slot:browse"?: false | ((arg: {
|
|
3211
|
+
props: {
|
|
3212
|
+
onClick: (e: MouseEvent) => void;
|
|
3213
|
+
};
|
|
3214
|
+
}) => vue.VNodeChild) | undefined;
|
|
3215
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3216
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
|
3217
|
+
"v-slot:input"?: false | ((arg: {
|
|
3218
|
+
inputNode: VNode;
|
|
3219
|
+
}) => vue.VNodeChild) | undefined;
|
|
3220
|
+
"v-slot:item"?: false | ((arg: {
|
|
3221
|
+
file: File;
|
|
3222
|
+
props: {
|
|
3223
|
+
"onClick:remove": () => void;
|
|
3224
|
+
};
|
|
3225
|
+
}) => vue.VNodeChild) | undefined;
|
|
3226
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
3227
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
|
3228
|
+
} & {
|
|
3229
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
3230
|
+
}, {}, {}, {}, {}, {
|
|
3231
|
+
length: string | number;
|
|
3232
|
+
style: vue.StyleValue;
|
|
3233
|
+
title: string;
|
|
3234
|
+
disabled: boolean;
|
|
3235
|
+
multiple: boolean;
|
|
3236
|
+
tag: string;
|
|
3237
|
+
icon: IconValue;
|
|
3238
|
+
modelValue: File | File[];
|
|
3239
|
+
rounded: string | number | boolean;
|
|
3240
|
+
tile: boolean;
|
|
3241
|
+
density: Density;
|
|
3242
|
+
scrim: string | boolean;
|
|
3243
|
+
clearable: boolean;
|
|
3244
|
+
showSize: boolean;
|
|
3245
|
+
browseText: string;
|
|
3246
|
+
dividerText: string;
|
|
3247
|
+
hideBrowse: boolean;
|
|
3248
|
+
}>;
|
|
3249
|
+
__isFragment?: never;
|
|
3250
|
+
__isTeleport?: never;
|
|
3251
|
+
__isSuspense?: never;
|
|
3252
|
+
} & vue.ComponentOptionsBase<{
|
|
3253
|
+
length: string | number;
|
|
3254
|
+
style: vue.StyleValue;
|
|
3255
|
+
title: string;
|
|
3256
|
+
disabled: boolean;
|
|
3257
|
+
multiple: boolean;
|
|
3258
|
+
tag: string;
|
|
3259
|
+
icon: IconValue;
|
|
3260
|
+
modelValue: File | File[];
|
|
3261
|
+
tile: boolean;
|
|
3262
|
+
density: Density;
|
|
3263
|
+
scrim: string | boolean;
|
|
3264
|
+
clearable: boolean;
|
|
3265
|
+
showSize: boolean;
|
|
3266
|
+
browseText: string;
|
|
3267
|
+
dividerText: string;
|
|
3268
|
+
hideBrowse: boolean;
|
|
3269
|
+
} & {
|
|
3270
|
+
name?: string | undefined;
|
|
3271
|
+
location?: Anchor | null | undefined;
|
|
3272
|
+
height?: string | number | undefined;
|
|
3273
|
+
width?: string | number | undefined;
|
|
3274
|
+
border?: string | number | boolean | undefined;
|
|
3275
|
+
color?: string | undefined;
|
|
3276
|
+
maxHeight?: string | number | undefined;
|
|
3277
|
+
maxWidth?: string | number | undefined;
|
|
3278
|
+
minHeight?: string | number | undefined;
|
|
3279
|
+
minWidth?: string | number | undefined;
|
|
3280
|
+
opacity?: string | number | undefined;
|
|
3281
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
3282
|
+
class?: any;
|
|
3283
|
+
theme?: string | undefined;
|
|
3284
|
+
elevation?: string | number | undefined;
|
|
3285
|
+
rounded?: string | number | boolean | undefined;
|
|
3286
|
+
subtitle?: string | undefined;
|
|
3287
|
+
thickness?: string | number | undefined;
|
|
3288
|
+
closeDelay?: string | number | undefined;
|
|
3289
|
+
openDelay?: string | number | undefined;
|
|
3290
|
+
} & {
|
|
3291
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
3292
|
+
browse?: ((arg: {
|
|
3293
|
+
props: {
|
|
3294
|
+
onClick: (e: MouseEvent) => void;
|
|
3295
|
+
};
|
|
3296
|
+
}) => vue.VNodeChild) | undefined;
|
|
3297
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
3298
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
|
3299
|
+
input?: ((arg: {
|
|
3300
|
+
inputNode: VNode;
|
|
3301
|
+
}) => vue.VNodeChild) | undefined;
|
|
3302
|
+
item?: ((arg: {
|
|
3303
|
+
file: File;
|
|
3304
|
+
props: {
|
|
3305
|
+
"onClick:remove": () => void;
|
|
3306
|
+
};
|
|
3307
|
+
}) => vue.VNodeChild) | undefined;
|
|
3308
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
3309
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
|
3310
|
+
};
|
|
3311
|
+
'v-slots'?: {
|
|
3312
|
+
browse?: false | ((arg: {
|
|
3313
|
+
props: {
|
|
3314
|
+
onClick: (e: MouseEvent) => void;
|
|
3315
|
+
};
|
|
3316
|
+
}) => vue.VNodeChild) | undefined;
|
|
3317
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
3318
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
|
3319
|
+
input?: false | ((arg: {
|
|
3320
|
+
inputNode: VNode;
|
|
3321
|
+
}) => vue.VNodeChild) | undefined;
|
|
3322
|
+
item?: false | ((arg: {
|
|
3323
|
+
file: File;
|
|
3324
|
+
props: {
|
|
3325
|
+
"onClick:remove": () => void;
|
|
3326
|
+
};
|
|
3327
|
+
}) => vue.VNodeChild) | undefined;
|
|
3328
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
|
3329
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
|
3330
|
+
} | undefined;
|
|
3331
|
+
} & {
|
|
3332
|
+
"v-slot:browse"?: false | ((arg: {
|
|
3333
|
+
props: {
|
|
3334
|
+
onClick: (e: MouseEvent) => void;
|
|
3335
|
+
};
|
|
3336
|
+
}) => vue.VNodeChild) | undefined;
|
|
3337
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
3338
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
|
3339
|
+
"v-slot:input"?: false | ((arg: {
|
|
3340
|
+
inputNode: VNode;
|
|
3341
|
+
}) => vue.VNodeChild) | undefined;
|
|
3342
|
+
"v-slot:item"?: false | ((arg: {
|
|
3343
|
+
file: File;
|
|
3344
|
+
props: {
|
|
3345
|
+
"onClick:remove": () => void;
|
|
3346
|
+
};
|
|
3347
|
+
}) => vue.VNodeChild) | undefined;
|
|
3348
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
|
3349
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
|
3350
|
+
} & {
|
|
3351
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
3352
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3353
|
+
'update:modelValue': (files: File[]) => true;
|
|
3354
|
+
}, string, {
|
|
3355
|
+
length: string | number;
|
|
3356
|
+
style: vue.StyleValue;
|
|
3357
|
+
title: string;
|
|
3358
|
+
disabled: boolean;
|
|
3359
|
+
multiple: boolean;
|
|
3360
|
+
tag: string;
|
|
3361
|
+
icon: IconValue;
|
|
3362
|
+
modelValue: File | File[];
|
|
3363
|
+
rounded: string | number | boolean;
|
|
3364
|
+
tile: boolean;
|
|
3365
|
+
density: Density;
|
|
3366
|
+
scrim: string | boolean;
|
|
3367
|
+
clearable: boolean;
|
|
3368
|
+
showSize: boolean;
|
|
3369
|
+
browseText: string;
|
|
3370
|
+
dividerText: string;
|
|
3371
|
+
hideBrowse: boolean;
|
|
3372
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
3373
|
+
browse: (arg: {
|
|
3374
|
+
props: {
|
|
3375
|
+
onClick: (e: MouseEvent) => void;
|
|
3376
|
+
};
|
|
3377
|
+
}) => VNode[];
|
|
3378
|
+
default: () => VNode[];
|
|
3379
|
+
icon: () => VNode[];
|
|
3380
|
+
input: (arg: {
|
|
3381
|
+
inputNode: VNode;
|
|
3382
|
+
}) => VNode[];
|
|
3383
|
+
item: (arg: {
|
|
3384
|
+
file: File;
|
|
3385
|
+
props: {
|
|
3386
|
+
"onClick:remove": () => void;
|
|
3387
|
+
};
|
|
3388
|
+
}) => VNode[];
|
|
3389
|
+
title: () => VNode[];
|
|
3390
|
+
divider: () => VNode[];
|
|
3391
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
3392
|
+
theme: StringConstructor;
|
|
3393
|
+
tag: {
|
|
3394
|
+
type: StringConstructor;
|
|
3395
|
+
default: string;
|
|
3396
|
+
};
|
|
3397
|
+
rounded: {
|
|
3398
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3399
|
+
default: undefined;
|
|
3400
|
+
};
|
|
3401
|
+
tile: BooleanConstructor;
|
|
3402
|
+
position: {
|
|
3403
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
3404
|
+
validator: (v: any) => boolean;
|
|
3405
|
+
};
|
|
3406
|
+
location: PropType<Anchor | null>;
|
|
3407
|
+
elevation: {
|
|
3408
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3409
|
+
validator(v: any): boolean;
|
|
3410
|
+
};
|
|
3411
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3412
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3413
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3414
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3415
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3416
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3417
|
+
class: PropType<ClassValue>;
|
|
3418
|
+
style: {
|
|
3419
|
+
type: PropType<vue.StyleValue>;
|
|
3420
|
+
default: null;
|
|
3421
|
+
};
|
|
3422
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3423
|
+
color: StringConstructor;
|
|
3424
|
+
length: {
|
|
3425
|
+
type: PropType<string | number>;
|
|
3426
|
+
default: NonNullable<string | number>;
|
|
3427
|
+
};
|
|
3428
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
3429
|
+
thickness: (StringConstructor | NumberConstructor)[];
|
|
3430
|
+
density: {
|
|
3431
|
+
type: PropType<Density>;
|
|
3432
|
+
default: string;
|
|
3433
|
+
validator: (v: any) => boolean;
|
|
3434
|
+
};
|
|
3435
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
3436
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
3437
|
+
browseText: {
|
|
3438
|
+
type: StringConstructor;
|
|
3439
|
+
default: string;
|
|
3440
|
+
};
|
|
3441
|
+
dividerText: {
|
|
3442
|
+
type: StringConstructor;
|
|
3443
|
+
default: string;
|
|
3444
|
+
};
|
|
3445
|
+
title: {
|
|
3446
|
+
type: StringConstructor;
|
|
3447
|
+
default: string;
|
|
3448
|
+
};
|
|
3449
|
+
subtitle: StringConstructor;
|
|
3450
|
+
icon: {
|
|
3451
|
+
type: PropType<IconValue>;
|
|
3452
|
+
default: string;
|
|
3453
|
+
};
|
|
3454
|
+
modelValue: {
|
|
3455
|
+
type: PropType<File[] | File>;
|
|
3456
|
+
default: null;
|
|
3457
|
+
validator: (val: any) => boolean;
|
|
3458
|
+
};
|
|
3459
|
+
clearable: BooleanConstructor;
|
|
3460
|
+
disabled: BooleanConstructor;
|
|
3461
|
+
hideBrowse: BooleanConstructor;
|
|
3462
|
+
multiple: BooleanConstructor;
|
|
3463
|
+
scrim: {
|
|
3464
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3465
|
+
default: boolean;
|
|
3466
|
+
};
|
|
3467
|
+
showSize: BooleanConstructor;
|
|
3468
|
+
name: StringConstructor;
|
|
3469
|
+
}, vue.ExtractPropTypes<{
|
|
3470
|
+
theme: StringConstructor;
|
|
3471
|
+
tag: {
|
|
3472
|
+
type: StringConstructor;
|
|
3473
|
+
default: string;
|
|
3474
|
+
};
|
|
3475
|
+
rounded: {
|
|
3476
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3477
|
+
default: undefined;
|
|
3478
|
+
};
|
|
3479
|
+
tile: BooleanConstructor;
|
|
3480
|
+
position: {
|
|
3481
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
3482
|
+
validator: (v: any) => boolean;
|
|
3483
|
+
};
|
|
3484
|
+
location: PropType<Anchor | null>;
|
|
3485
|
+
elevation: {
|
|
3486
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3487
|
+
validator(v: any): boolean;
|
|
3488
|
+
};
|
|
3489
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
3490
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
3491
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
3492
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
3493
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
3494
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
3495
|
+
class: PropType<ClassValue>;
|
|
3496
|
+
style: {
|
|
3497
|
+
type: PropType<vue.StyleValue>;
|
|
3498
|
+
default: null;
|
|
3499
|
+
};
|
|
3500
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3501
|
+
color: StringConstructor;
|
|
3502
|
+
length: {
|
|
3503
|
+
type: PropType<string | number>;
|
|
3504
|
+
default: NonNullable<string | number>;
|
|
3505
|
+
};
|
|
3506
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
|
3507
|
+
thickness: (StringConstructor | NumberConstructor)[];
|
|
3508
|
+
density: {
|
|
3509
|
+
type: PropType<Density>;
|
|
3510
|
+
default: string;
|
|
3511
|
+
validator: (v: any) => boolean;
|
|
3512
|
+
};
|
|
3513
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
3514
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
|
3515
|
+
browseText: {
|
|
3516
|
+
type: StringConstructor;
|
|
3517
|
+
default: string;
|
|
3518
|
+
};
|
|
3519
|
+
dividerText: {
|
|
3520
|
+
type: StringConstructor;
|
|
3521
|
+
default: string;
|
|
3522
|
+
};
|
|
3523
|
+
title: {
|
|
3524
|
+
type: StringConstructor;
|
|
3525
|
+
default: string;
|
|
3526
|
+
};
|
|
3527
|
+
subtitle: StringConstructor;
|
|
3528
|
+
icon: {
|
|
3529
|
+
type: PropType<IconValue>;
|
|
3530
|
+
default: string;
|
|
3531
|
+
};
|
|
3532
|
+
modelValue: {
|
|
3533
|
+
type: PropType<File[] | File>;
|
|
3534
|
+
default: null;
|
|
3535
|
+
validator: (val: any) => boolean;
|
|
3536
|
+
};
|
|
3537
|
+
clearable: BooleanConstructor;
|
|
3538
|
+
disabled: BooleanConstructor;
|
|
3539
|
+
hideBrowse: BooleanConstructor;
|
|
3540
|
+
multiple: BooleanConstructor;
|
|
3541
|
+
scrim: {
|
|
3542
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
3543
|
+
default: boolean;
|
|
3544
|
+
};
|
|
3545
|
+
showSize: BooleanConstructor;
|
|
3546
|
+
name: StringConstructor;
|
|
3547
|
+
}>>;
|
|
3548
|
+
type VFileUpload = InstanceType<typeof VFileUpload>;
|
|
3549
|
+
|
|
3550
|
+
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
|
3551
|
+
type Variant = typeof allowedVariants[number];
|
|
3552
|
+
|
|
3553
|
+
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
|
3554
|
+
value?: boolean | {
|
|
3555
|
+
class: string;
|
|
3556
|
+
};
|
|
3557
|
+
modifiers: {
|
|
3558
|
+
center?: boolean;
|
|
3559
|
+
circle?: boolean;
|
|
3560
|
+
stop?: boolean;
|
|
3561
|
+
};
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3564
|
+
type ListItemSlot = {
|
|
3565
|
+
isActive: boolean;
|
|
3566
|
+
isOpen: boolean;
|
|
3567
|
+
isSelected: boolean;
|
|
3568
|
+
isIndeterminate: boolean;
|
|
3569
|
+
select: (value: boolean) => void;
|
|
3570
|
+
};
|
|
3571
|
+
type ListItemTitleSlot = {
|
|
3572
|
+
title?: string | number;
|
|
3573
|
+
};
|
|
3574
|
+
type ListItemSubtitleSlot = {
|
|
3575
|
+
subtitle?: string | number;
|
|
3576
|
+
};
|
|
3577
|
+
type VListItemSlots = {
|
|
3578
|
+
prepend: ListItemSlot;
|
|
3579
|
+
append: ListItemSlot;
|
|
3580
|
+
default: ListItemSlot;
|
|
3581
|
+
title: ListItemTitleSlot;
|
|
3582
|
+
subtitle: ListItemSubtitleSlot;
|
|
3583
|
+
};
|
|
3584
|
+
|
|
3585
|
+
declare const VFileUploadItem: {
|
|
3586
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3587
|
+
replace: boolean;
|
|
3588
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
3589
|
+
exact: boolean;
|
|
3590
|
+
file: File;
|
|
3591
|
+
border: string | number | boolean;
|
|
3592
|
+
nav: boolean;
|
|
3593
|
+
style: vue.StyleValue;
|
|
3594
|
+
disabled: boolean;
|
|
3595
|
+
tag: string;
|
|
3596
|
+
lines: false | "one" | "two" | "three";
|
|
3597
|
+
rounded: string | number | boolean;
|
|
3598
|
+
tile: boolean;
|
|
3599
|
+
density: Density;
|
|
3600
|
+
slim: boolean;
|
|
3601
|
+
ripple: boolean | {
|
|
3602
|
+
class: string;
|
|
3603
|
+
} | undefined;
|
|
3604
|
+
clearable: boolean;
|
|
3605
|
+
showSize: boolean;
|
|
3606
|
+
fileIcon: string;
|
|
3607
|
+
} & {
|
|
3608
|
+
link?: boolean | undefined;
|
|
3609
|
+
height?: string | number | undefined;
|
|
3610
|
+
width?: string | number | undefined;
|
|
3611
|
+
active?: boolean | undefined;
|
|
3612
|
+
color?: string | undefined;
|
|
3613
|
+
maxHeight?: string | number | undefined;
|
|
3614
|
+
maxWidth?: string | number | undefined;
|
|
3615
|
+
minHeight?: string | number | undefined;
|
|
3616
|
+
minWidth?: string | number | undefined;
|
|
3617
|
+
value?: any;
|
|
3618
|
+
title?: string | number | undefined;
|
|
3619
|
+
class?: any;
|
|
3620
|
+
theme?: string | undefined;
|
|
3621
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
3622
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3623
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3624
|
+
href?: string | undefined;
|
|
3625
|
+
elevation?: string | number | undefined;
|
|
3626
|
+
baseColor?: string | undefined;
|
|
3627
|
+
activeColor?: string | undefined;
|
|
3628
|
+
prependIcon?: IconValue | undefined;
|
|
3629
|
+
appendIcon?: IconValue | undefined;
|
|
3630
|
+
activeClass?: string | undefined;
|
|
3631
|
+
appendAvatar?: string | undefined;
|
|
3632
|
+
prependAvatar?: string | undefined;
|
|
3633
|
+
subtitle?: string | number | undefined;
|
|
3634
|
+
} & {
|
|
3635
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
3636
|
+
clear?: ((arg: {
|
|
3637
|
+
props: {
|
|
3638
|
+
onClick: () => void;
|
|
3639
|
+
};
|
|
3640
|
+
}) => vue.VNodeChild) | undefined;
|
|
3641
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3642
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3643
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3644
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3645
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3646
|
+
};
|
|
3647
|
+
'v-slots'?: {
|
|
3648
|
+
clear?: false | ((arg: {
|
|
3649
|
+
props: {
|
|
3650
|
+
onClick: () => void;
|
|
3651
|
+
};
|
|
3652
|
+
}) => vue.VNodeChild) | undefined;
|
|
3653
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3654
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3655
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3656
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3657
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3658
|
+
} | undefined;
|
|
3659
|
+
} & {
|
|
3660
|
+
"v-slot:clear"?: false | ((arg: {
|
|
3661
|
+
props: {
|
|
3662
|
+
onClick: () => void;
|
|
3663
|
+
};
|
|
3664
|
+
}) => vue.VNodeChild) | undefined;
|
|
3665
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3666
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3667
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3668
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3669
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3670
|
+
} & {
|
|
3671
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
3672
|
+
"onClick:remove"?: (() => any) | undefined;
|
|
3673
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
3674
|
+
'click:remove': () => true;
|
|
3675
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
3676
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3677
|
+
replace: boolean;
|
|
3678
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
3679
|
+
exact: boolean;
|
|
3680
|
+
file: File;
|
|
3681
|
+
border: string | number | boolean;
|
|
3682
|
+
nav: boolean;
|
|
3683
|
+
style: vue.StyleValue;
|
|
3684
|
+
disabled: boolean;
|
|
3685
|
+
tag: string;
|
|
3686
|
+
lines: false | "one" | "two" | "three";
|
|
3687
|
+
rounded: string | number | boolean;
|
|
3688
|
+
tile: boolean;
|
|
3689
|
+
density: Density;
|
|
3690
|
+
slim: boolean;
|
|
3691
|
+
ripple: boolean | {
|
|
3692
|
+
class: string;
|
|
3693
|
+
} | undefined;
|
|
3694
|
+
clearable: boolean;
|
|
3695
|
+
showSize: boolean;
|
|
3696
|
+
fileIcon: string;
|
|
3697
|
+
} & {
|
|
3698
|
+
link?: boolean | undefined;
|
|
3699
|
+
height?: string | number | undefined;
|
|
3700
|
+
width?: string | number | undefined;
|
|
3701
|
+
active?: boolean | undefined;
|
|
3702
|
+
color?: string | undefined;
|
|
3703
|
+
maxHeight?: string | number | undefined;
|
|
3704
|
+
maxWidth?: string | number | undefined;
|
|
3705
|
+
minHeight?: string | number | undefined;
|
|
3706
|
+
minWidth?: string | number | undefined;
|
|
3707
|
+
value?: any;
|
|
3708
|
+
title?: string | number | undefined;
|
|
3709
|
+
class?: any;
|
|
3710
|
+
theme?: string | undefined;
|
|
3711
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
3712
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3713
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3714
|
+
href?: string | undefined;
|
|
3715
|
+
elevation?: string | number | undefined;
|
|
3716
|
+
baseColor?: string | undefined;
|
|
3717
|
+
activeColor?: string | undefined;
|
|
3718
|
+
prependIcon?: IconValue | undefined;
|
|
3719
|
+
appendIcon?: IconValue | undefined;
|
|
3720
|
+
activeClass?: string | undefined;
|
|
3721
|
+
appendAvatar?: string | undefined;
|
|
3722
|
+
prependAvatar?: string | undefined;
|
|
3723
|
+
subtitle?: string | number | undefined;
|
|
3724
|
+
} & {
|
|
3725
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
3726
|
+
clear?: ((arg: {
|
|
3727
|
+
props: {
|
|
3728
|
+
onClick: () => void;
|
|
3729
|
+
};
|
|
3730
|
+
}) => vue.VNodeChild) | undefined;
|
|
3731
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3732
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3733
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3734
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3735
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3736
|
+
};
|
|
3737
|
+
'v-slots'?: {
|
|
3738
|
+
clear?: false | ((arg: {
|
|
3739
|
+
props: {
|
|
3740
|
+
onClick: () => void;
|
|
3741
|
+
};
|
|
3742
|
+
}) => vue.VNodeChild) | undefined;
|
|
3743
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3744
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3745
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3746
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3747
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3748
|
+
} | undefined;
|
|
3749
|
+
} & {
|
|
3750
|
+
"v-slot:clear"?: false | ((arg: {
|
|
3751
|
+
props: {
|
|
3752
|
+
onClick: () => void;
|
|
3753
|
+
};
|
|
3754
|
+
}) => vue.VNodeChild) | undefined;
|
|
3755
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3756
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3757
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3758
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3759
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3760
|
+
} & {
|
|
3761
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
3762
|
+
"onClick:remove"?: (() => any) | undefined;
|
|
3763
|
+
}, {
|
|
3764
|
+
replace: boolean;
|
|
3765
|
+
link: boolean;
|
|
3766
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
3767
|
+
exact: boolean;
|
|
3768
|
+
file: File;
|
|
3769
|
+
active: boolean;
|
|
3770
|
+
border: string | number | boolean;
|
|
3771
|
+
nav: boolean;
|
|
3772
|
+
style: vue.StyleValue;
|
|
3773
|
+
disabled: boolean;
|
|
3774
|
+
tag: string;
|
|
3775
|
+
lines: false | "one" | "two" | "three";
|
|
3776
|
+
rounded: string | number | boolean;
|
|
3777
|
+
tile: boolean;
|
|
3778
|
+
density: Density;
|
|
3779
|
+
slim: boolean;
|
|
3780
|
+
ripple: boolean | {
|
|
3781
|
+
class: string;
|
|
3782
|
+
} | undefined;
|
|
3783
|
+
clearable: boolean;
|
|
3784
|
+
showSize: boolean;
|
|
3785
|
+
fileIcon: string;
|
|
3786
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
3787
|
+
clear: (arg: {
|
|
3788
|
+
props: {
|
|
3789
|
+
onClick: () => void;
|
|
3790
|
+
};
|
|
3791
|
+
}) => vue.VNode[];
|
|
3792
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
3793
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
|
3794
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
|
3795
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
|
3796
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
|
3797
|
+
}>>, {
|
|
3798
|
+
P: {};
|
|
3799
|
+
B: {};
|
|
3800
|
+
D: {};
|
|
3801
|
+
C: {};
|
|
3802
|
+
M: {};
|
|
3803
|
+
Defaults: {};
|
|
3804
|
+
}, {
|
|
3805
|
+
replace: boolean;
|
|
3806
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
3807
|
+
exact: boolean;
|
|
3808
|
+
file: File;
|
|
3809
|
+
border: string | number | boolean;
|
|
3810
|
+
nav: boolean;
|
|
3811
|
+
style: vue.StyleValue;
|
|
3812
|
+
disabled: boolean;
|
|
3813
|
+
tag: string;
|
|
3814
|
+
lines: false | "one" | "two" | "three";
|
|
3815
|
+
rounded: string | number | boolean;
|
|
3816
|
+
tile: boolean;
|
|
3817
|
+
density: Density;
|
|
3818
|
+
slim: boolean;
|
|
3819
|
+
ripple: boolean | {
|
|
3820
|
+
class: string;
|
|
3821
|
+
} | undefined;
|
|
3822
|
+
clearable: boolean;
|
|
3823
|
+
showSize: boolean;
|
|
3824
|
+
fileIcon: string;
|
|
3825
|
+
} & {
|
|
3826
|
+
link?: boolean | undefined;
|
|
3827
|
+
height?: string | number | undefined;
|
|
3828
|
+
width?: string | number | undefined;
|
|
3829
|
+
active?: boolean | undefined;
|
|
3830
|
+
color?: string | undefined;
|
|
3831
|
+
maxHeight?: string | number | undefined;
|
|
3832
|
+
maxWidth?: string | number | undefined;
|
|
3833
|
+
minHeight?: string | number | undefined;
|
|
3834
|
+
minWidth?: string | number | undefined;
|
|
3835
|
+
value?: any;
|
|
3836
|
+
title?: string | number | undefined;
|
|
3837
|
+
class?: any;
|
|
3838
|
+
theme?: string | undefined;
|
|
3839
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
3840
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3841
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3842
|
+
href?: string | undefined;
|
|
3843
|
+
elevation?: string | number | undefined;
|
|
3844
|
+
baseColor?: string | undefined;
|
|
3845
|
+
activeColor?: string | undefined;
|
|
3846
|
+
prependIcon?: IconValue | undefined;
|
|
3847
|
+
appendIcon?: IconValue | undefined;
|
|
3848
|
+
activeClass?: string | undefined;
|
|
3849
|
+
appendAvatar?: string | undefined;
|
|
3850
|
+
prependAvatar?: string | undefined;
|
|
3851
|
+
subtitle?: string | number | undefined;
|
|
3852
|
+
} & {
|
|
3853
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
3854
|
+
clear?: ((arg: {
|
|
3855
|
+
props: {
|
|
3856
|
+
onClick: () => void;
|
|
3857
|
+
};
|
|
3858
|
+
}) => vue.VNodeChild) | undefined;
|
|
3859
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3860
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3861
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3862
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3863
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3864
|
+
};
|
|
3865
|
+
'v-slots'?: {
|
|
3866
|
+
clear?: false | ((arg: {
|
|
3867
|
+
props: {
|
|
3868
|
+
onClick: () => void;
|
|
3869
|
+
};
|
|
3870
|
+
}) => vue.VNodeChild) | undefined;
|
|
3871
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3872
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3873
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3874
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3875
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3876
|
+
} | undefined;
|
|
3877
|
+
} & {
|
|
3878
|
+
"v-slot:clear"?: false | ((arg: {
|
|
3879
|
+
props: {
|
|
3880
|
+
onClick: () => void;
|
|
3881
|
+
};
|
|
3882
|
+
}) => vue.VNodeChild) | undefined;
|
|
3883
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3884
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3885
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3886
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3887
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3888
|
+
} & {
|
|
3889
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
3890
|
+
"onClick:remove"?: (() => any) | undefined;
|
|
3891
|
+
}, {}, {}, {}, {}, {
|
|
3892
|
+
replace: boolean;
|
|
3893
|
+
link: boolean;
|
|
3894
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
3895
|
+
exact: boolean;
|
|
3896
|
+
file: File;
|
|
3897
|
+
active: boolean;
|
|
3898
|
+
border: string | number | boolean;
|
|
3899
|
+
nav: boolean;
|
|
3900
|
+
style: vue.StyleValue;
|
|
3901
|
+
disabled: boolean;
|
|
3902
|
+
tag: string;
|
|
3903
|
+
lines: false | "one" | "two" | "three";
|
|
3904
|
+
rounded: string | number | boolean;
|
|
3905
|
+
tile: boolean;
|
|
3906
|
+
density: Density;
|
|
3907
|
+
slim: boolean;
|
|
3908
|
+
ripple: boolean | {
|
|
3909
|
+
class: string;
|
|
3910
|
+
} | undefined;
|
|
3911
|
+
clearable: boolean;
|
|
3912
|
+
showSize: boolean;
|
|
3913
|
+
fileIcon: string;
|
|
3914
|
+
}>;
|
|
3915
|
+
__isFragment?: never;
|
|
3916
|
+
__isTeleport?: never;
|
|
3917
|
+
__isSuspense?: never;
|
|
3918
|
+
} & vue.ComponentOptionsBase<{
|
|
3919
|
+
replace: boolean;
|
|
3920
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
3921
|
+
exact: boolean;
|
|
3922
|
+
file: File;
|
|
3923
|
+
border: string | number | boolean;
|
|
3924
|
+
nav: boolean;
|
|
3925
|
+
style: vue.StyleValue;
|
|
3926
|
+
disabled: boolean;
|
|
3927
|
+
tag: string;
|
|
3928
|
+
lines: false | "one" | "two" | "three";
|
|
3929
|
+
rounded: string | number | boolean;
|
|
3930
|
+
tile: boolean;
|
|
3931
|
+
density: Density;
|
|
3932
|
+
slim: boolean;
|
|
3933
|
+
ripple: boolean | {
|
|
3934
|
+
class: string;
|
|
3935
|
+
} | undefined;
|
|
3936
|
+
clearable: boolean;
|
|
3937
|
+
showSize: boolean;
|
|
3938
|
+
fileIcon: string;
|
|
3939
|
+
} & {
|
|
3940
|
+
link?: boolean | undefined;
|
|
3941
|
+
height?: string | number | undefined;
|
|
3942
|
+
width?: string | number | undefined;
|
|
3943
|
+
active?: boolean | undefined;
|
|
3944
|
+
color?: string | undefined;
|
|
3945
|
+
maxHeight?: string | number | undefined;
|
|
3946
|
+
maxWidth?: string | number | undefined;
|
|
3947
|
+
minHeight?: string | number | undefined;
|
|
3948
|
+
minWidth?: string | number | undefined;
|
|
3949
|
+
value?: any;
|
|
3950
|
+
title?: string | number | undefined;
|
|
3951
|
+
class?: any;
|
|
3952
|
+
theme?: string | undefined;
|
|
3953
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
3954
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
|
3955
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
|
3956
|
+
href?: string | undefined;
|
|
3957
|
+
elevation?: string | number | undefined;
|
|
3958
|
+
baseColor?: string | undefined;
|
|
3959
|
+
activeColor?: string | undefined;
|
|
3960
|
+
prependIcon?: IconValue | undefined;
|
|
3961
|
+
appendIcon?: IconValue | undefined;
|
|
3962
|
+
activeClass?: string | undefined;
|
|
3963
|
+
appendAvatar?: string | undefined;
|
|
3964
|
+
prependAvatar?: string | undefined;
|
|
3965
|
+
subtitle?: string | number | undefined;
|
|
3966
|
+
} & {
|
|
3967
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
|
3968
|
+
clear?: ((arg: {
|
|
3969
|
+
props: {
|
|
3970
|
+
onClick: () => void;
|
|
3971
|
+
};
|
|
3972
|
+
}) => vue.VNodeChild) | undefined;
|
|
3973
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3974
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3975
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3976
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3977
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3978
|
+
};
|
|
3979
|
+
'v-slots'?: {
|
|
3980
|
+
clear?: false | ((arg: {
|
|
3981
|
+
props: {
|
|
3982
|
+
onClick: () => void;
|
|
3983
|
+
};
|
|
3984
|
+
}) => vue.VNodeChild) | undefined;
|
|
3985
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3986
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3987
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3988
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
3989
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
3990
|
+
} | undefined;
|
|
3991
|
+
} & {
|
|
3992
|
+
"v-slot:clear"?: false | ((arg: {
|
|
3993
|
+
props: {
|
|
3994
|
+
onClick: () => void;
|
|
3995
|
+
};
|
|
3996
|
+
}) => vue.VNodeChild) | undefined;
|
|
3997
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3998
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
3999
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
4000
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
|
4001
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
4002
|
+
} & {
|
|
4003
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
4004
|
+
"onClick:remove"?: (() => any) | undefined;
|
|
4005
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
4006
|
+
'click:remove': () => true;
|
|
4007
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4008
|
+
}, string, {
|
|
4009
|
+
replace: boolean;
|
|
4010
|
+
link: boolean;
|
|
4011
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
4012
|
+
exact: boolean;
|
|
4013
|
+
file: File;
|
|
4014
|
+
active: boolean;
|
|
4015
|
+
border: string | number | boolean;
|
|
4016
|
+
nav: boolean;
|
|
4017
|
+
style: vue.StyleValue;
|
|
4018
|
+
disabled: boolean;
|
|
4019
|
+
tag: string;
|
|
4020
|
+
lines: false | "one" | "two" | "three";
|
|
4021
|
+
rounded: string | number | boolean;
|
|
4022
|
+
tile: boolean;
|
|
4023
|
+
density: Density;
|
|
4024
|
+
slim: boolean;
|
|
4025
|
+
ripple: boolean | {
|
|
4026
|
+
class: string;
|
|
4027
|
+
} | undefined;
|
|
4028
|
+
clearable: boolean;
|
|
4029
|
+
showSize: boolean;
|
|
4030
|
+
fileIcon: string;
|
|
4031
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
4032
|
+
clear: (arg: {
|
|
4033
|
+
props: {
|
|
4034
|
+
onClick: () => void;
|
|
4035
|
+
};
|
|
4036
|
+
}) => vue.VNode[];
|
|
4037
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
|
4038
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
|
4039
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
|
4040
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
|
4041
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
|
4042
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
4043
|
+
color: StringConstructor;
|
|
4044
|
+
variant: Omit<{
|
|
4045
|
+
type: PropType<Variant>;
|
|
4046
|
+
default: string;
|
|
4047
|
+
validator: (v: any) => boolean;
|
|
4048
|
+
}, "type" | "default"> & {
|
|
4049
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
4050
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
4051
|
+
};
|
|
4052
|
+
theme: StringConstructor;
|
|
4053
|
+
tag: {
|
|
4054
|
+
type: StringConstructor;
|
|
4055
|
+
default: string;
|
|
4056
|
+
};
|
|
4057
|
+
href: StringConstructor;
|
|
4058
|
+
replace: BooleanConstructor;
|
|
4059
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
4060
|
+
exact: BooleanConstructor;
|
|
4061
|
+
rounded: Omit<{
|
|
4062
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4063
|
+
default: undefined;
|
|
4064
|
+
}, "type" | "default"> & {
|
|
4065
|
+
type: PropType<string | number | boolean>;
|
|
4066
|
+
default: NonNullable<string | number | boolean>;
|
|
4067
|
+
};
|
|
4068
|
+
tile: BooleanConstructor;
|
|
4069
|
+
elevation: {
|
|
4070
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4071
|
+
validator(v: any): boolean;
|
|
4072
|
+
};
|
|
4073
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4074
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4075
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
4076
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
4077
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
4078
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4079
|
+
density: {
|
|
4080
|
+
type: PropType<Density>;
|
|
4081
|
+
default: string;
|
|
4082
|
+
validator: (v: any) => boolean;
|
|
4083
|
+
};
|
|
4084
|
+
class: PropType<ClassValue>;
|
|
4085
|
+
style: {
|
|
4086
|
+
type: PropType<vue.StyleValue>;
|
|
4087
|
+
default: null;
|
|
4088
|
+
};
|
|
4089
|
+
border: {
|
|
4090
|
+
type: PropType<string | number | boolean>;
|
|
4091
|
+
default: NonNullable<string | number | boolean>;
|
|
4092
|
+
};
|
|
4093
|
+
active: {
|
|
4094
|
+
type: BooleanConstructor;
|
|
4095
|
+
default: undefined;
|
|
4096
|
+
};
|
|
4097
|
+
activeClass: StringConstructor;
|
|
4098
|
+
activeColor: StringConstructor;
|
|
4099
|
+
appendAvatar: StringConstructor;
|
|
4100
|
+
appendIcon: PropType<IconValue>;
|
|
4101
|
+
baseColor: StringConstructor;
|
|
4102
|
+
disabled: BooleanConstructor;
|
|
4103
|
+
lines: {
|
|
4104
|
+
type: PropType<false | "one" | "two" | "three">;
|
|
4105
|
+
default: NonNullable<false | "one" | "two" | "three">;
|
|
4106
|
+
};
|
|
4107
|
+
link: {
|
|
4108
|
+
type: BooleanConstructor;
|
|
4109
|
+
default: undefined;
|
|
4110
|
+
};
|
|
4111
|
+
nav: BooleanConstructor;
|
|
4112
|
+
prependAvatar: StringConstructor;
|
|
4113
|
+
prependIcon: PropType<IconValue>;
|
|
4114
|
+
ripple: {
|
|
4115
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
|
4116
|
+
default: boolean;
|
|
4117
|
+
};
|
|
4118
|
+
slim: BooleanConstructor;
|
|
4119
|
+
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4120
|
+
title: (StringConstructor | NumberConstructor)[];
|
|
4121
|
+
value: null;
|
|
4122
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4123
|
+
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4124
|
+
clearable: BooleanConstructor;
|
|
4125
|
+
file: {
|
|
4126
|
+
type: PropType<File>;
|
|
4127
|
+
default: null;
|
|
4128
|
+
};
|
|
4129
|
+
fileIcon: {
|
|
4130
|
+
type: StringConstructor;
|
|
4131
|
+
default: string;
|
|
4132
|
+
};
|
|
4133
|
+
showSize: BooleanConstructor;
|
|
4134
|
+
}, vue.ExtractPropTypes<{
|
|
4135
|
+
color: StringConstructor;
|
|
4136
|
+
variant: Omit<{
|
|
4137
|
+
type: PropType<Variant>;
|
|
4138
|
+
default: string;
|
|
4139
|
+
validator: (v: any) => boolean;
|
|
4140
|
+
}, "type" | "default"> & {
|
|
4141
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
4142
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
4143
|
+
};
|
|
4144
|
+
theme: StringConstructor;
|
|
4145
|
+
tag: {
|
|
4146
|
+
type: StringConstructor;
|
|
4147
|
+
default: string;
|
|
4148
|
+
};
|
|
4149
|
+
href: StringConstructor;
|
|
4150
|
+
replace: BooleanConstructor;
|
|
4151
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
|
4152
|
+
exact: BooleanConstructor;
|
|
4153
|
+
rounded: Omit<{
|
|
4154
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4155
|
+
default: undefined;
|
|
4156
|
+
}, "type" | "default"> & {
|
|
4157
|
+
type: PropType<string | number | boolean>;
|
|
4158
|
+
default: NonNullable<string | number | boolean>;
|
|
4159
|
+
};
|
|
4160
|
+
tile: BooleanConstructor;
|
|
4161
|
+
elevation: {
|
|
4162
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4163
|
+
validator(v: any): boolean;
|
|
4164
|
+
};
|
|
4165
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
4166
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
4167
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
4168
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
4169
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
4170
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
4171
|
+
density: {
|
|
4172
|
+
type: PropType<Density>;
|
|
4173
|
+
default: string;
|
|
4174
|
+
validator: (v: any) => boolean;
|
|
4175
|
+
};
|
|
4176
|
+
class: PropType<ClassValue>;
|
|
4177
|
+
style: {
|
|
4178
|
+
type: PropType<vue.StyleValue>;
|
|
4179
|
+
default: null;
|
|
4180
|
+
};
|
|
4181
|
+
border: {
|
|
4182
|
+
type: PropType<string | number | boolean>;
|
|
4183
|
+
default: NonNullable<string | number | boolean>;
|
|
4184
|
+
};
|
|
4185
|
+
active: {
|
|
4186
|
+
type: BooleanConstructor;
|
|
4187
|
+
default: undefined;
|
|
4188
|
+
};
|
|
4189
|
+
activeClass: StringConstructor;
|
|
4190
|
+
activeColor: StringConstructor;
|
|
4191
|
+
appendAvatar: StringConstructor;
|
|
4192
|
+
appendIcon: PropType<IconValue>;
|
|
4193
|
+
baseColor: StringConstructor;
|
|
4194
|
+
disabled: BooleanConstructor;
|
|
4195
|
+
lines: {
|
|
4196
|
+
type: PropType<false | "one" | "two" | "three">;
|
|
4197
|
+
default: NonNullable<false | "one" | "two" | "three">;
|
|
4198
|
+
};
|
|
4199
|
+
link: {
|
|
4200
|
+
type: BooleanConstructor;
|
|
4201
|
+
default: undefined;
|
|
4202
|
+
};
|
|
4203
|
+
nav: BooleanConstructor;
|
|
4204
|
+
prependAvatar: StringConstructor;
|
|
4205
|
+
prependIcon: PropType<IconValue>;
|
|
4206
|
+
ripple: {
|
|
4207
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
|
4208
|
+
default: boolean;
|
|
4209
|
+
};
|
|
4210
|
+
slim: BooleanConstructor;
|
|
4211
|
+
subtitle: (StringConstructor | NumberConstructor)[];
|
|
4212
|
+
title: (StringConstructor | NumberConstructor)[];
|
|
4213
|
+
value: null;
|
|
4214
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
|
4215
|
+
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
|
4216
|
+
clearable: BooleanConstructor;
|
|
4217
|
+
file: {
|
|
4218
|
+
type: PropType<File>;
|
|
4219
|
+
default: null;
|
|
4220
|
+
};
|
|
4221
|
+
fileIcon: {
|
|
4222
|
+
type: StringConstructor;
|
|
4223
|
+
default: string;
|
|
4224
|
+
};
|
|
4225
|
+
showSize: BooleanConstructor;
|
|
4226
|
+
}>>;
|
|
4227
|
+
type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
|
|
4228
|
+
|
|
2883
4229
|
type VCounterSlot = {
|
|
2884
4230
|
counter: string;
|
|
2885
4231
|
max: string | number | undefined;
|
|
@@ -10396,20 +11742,6 @@ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
|
10396
11742
|
type Breakpoint = typeof breakpoints[number];
|
|
10397
11743
|
type DisplayBreakpoint = 'xs' | Breakpoint;
|
|
10398
11744
|
|
|
10399
|
-
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
|
10400
|
-
value?: boolean | {
|
|
10401
|
-
class: string;
|
|
10402
|
-
};
|
|
10403
|
-
modifiers: {
|
|
10404
|
-
center?: boolean;
|
|
10405
|
-
circle?: boolean;
|
|
10406
|
-
stop?: boolean;
|
|
10407
|
-
};
|
|
10408
|
-
}
|
|
10409
|
-
|
|
10410
|
-
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
|
10411
|
-
type Variant = typeof allowedVariants[number];
|
|
10412
|
-
|
|
10413
11745
|
/**
|
|
10414
11746
|
* - match without highlight
|
|
10415
11747
|
* - single match (index), length already known
|
|
@@ -10482,27 +11814,6 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
|
10482
11814
|
} | undefined;
|
|
10483
11815
|
};
|
|
10484
11816
|
|
|
10485
|
-
type ListItemSlot = {
|
|
10486
|
-
isActive: boolean;
|
|
10487
|
-
isOpen: boolean;
|
|
10488
|
-
isSelected: boolean;
|
|
10489
|
-
isIndeterminate: boolean;
|
|
10490
|
-
select: (value: boolean) => void;
|
|
10491
|
-
};
|
|
10492
|
-
type ListItemTitleSlot = {
|
|
10493
|
-
title?: string | number;
|
|
10494
|
-
};
|
|
10495
|
-
type ListItemSubtitleSlot = {
|
|
10496
|
-
subtitle?: string | number;
|
|
10497
|
-
};
|
|
10498
|
-
type VListItemSlots = {
|
|
10499
|
-
prepend: ListItemSlot;
|
|
10500
|
-
append: ListItemSlot;
|
|
10501
|
-
default: ListItemSlot;
|
|
10502
|
-
title: ListItemTitleSlot;
|
|
10503
|
-
subtitle: ListItemSubtitleSlot;
|
|
10504
|
-
};
|
|
10505
|
-
|
|
10506
11817
|
type ActiveStrategyFn = (data: {
|
|
10507
11818
|
id: unknown;
|
|
10508
11819
|
value: boolean;
|
|
@@ -12692,9 +14003,9 @@ declare const VStepperVertical: {
|
|
|
12692
14003
|
rounded?: string | number | boolean | undefined;
|
|
12693
14004
|
selectedClass?: string | undefined;
|
|
12694
14005
|
bgColor?: string | undefined;
|
|
12695
|
-
completeIcon?:
|
|
12696
|
-
editIcon?:
|
|
12697
|
-
errorIcon?:
|
|
14006
|
+
completeIcon?: IconValue | undefined;
|
|
14007
|
+
editIcon?: IconValue | undefined;
|
|
14008
|
+
errorIcon?: IconValue | undefined;
|
|
12698
14009
|
} & {
|
|
12699
14010
|
$children?: vue.VNodeChild | {
|
|
12700
14011
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -12781,9 +14092,9 @@ declare const VStepperVertical: {
|
|
|
12781
14092
|
rounded?: string | number | boolean | undefined;
|
|
12782
14093
|
selectedClass?: string | undefined;
|
|
12783
14094
|
bgColor?: string | undefined;
|
|
12784
|
-
completeIcon?:
|
|
12785
|
-
editIcon?:
|
|
12786
|
-
errorIcon?:
|
|
14095
|
+
completeIcon?: IconValue | undefined;
|
|
14096
|
+
editIcon?: IconValue | undefined;
|
|
14097
|
+
errorIcon?: IconValue | undefined;
|
|
12787
14098
|
} & {
|
|
12788
14099
|
$children?: vue.VNodeChild | {
|
|
12789
14100
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -12917,9 +14228,9 @@ declare const VStepperVertical: {
|
|
|
12917
14228
|
rounded?: string | number | boolean | undefined;
|
|
12918
14229
|
selectedClass?: string | undefined;
|
|
12919
14230
|
bgColor?: string | undefined;
|
|
12920
|
-
completeIcon?:
|
|
12921
|
-
editIcon?:
|
|
12922
|
-
errorIcon?:
|
|
14231
|
+
completeIcon?: IconValue | undefined;
|
|
14232
|
+
editIcon?: IconValue | undefined;
|
|
14233
|
+
errorIcon?: IconValue | undefined;
|
|
12923
14234
|
} & {
|
|
12924
14235
|
$children?: vue.VNodeChild | {
|
|
12925
14236
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -13037,9 +14348,9 @@ declare const VStepperVertical: {
|
|
|
13037
14348
|
rounded?: string | number | boolean | undefined;
|
|
13038
14349
|
selectedClass?: string | undefined;
|
|
13039
14350
|
bgColor?: string | undefined;
|
|
13040
|
-
completeIcon?:
|
|
13041
|
-
editIcon?:
|
|
13042
|
-
errorIcon?:
|
|
14351
|
+
completeIcon?: IconValue | undefined;
|
|
14352
|
+
editIcon?: IconValue | undefined;
|
|
14353
|
+
errorIcon?: IconValue | undefined;
|
|
13043
14354
|
} & {
|
|
13044
14355
|
$children?: vue.VNodeChild | {
|
|
13045
14356
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
|
@@ -13195,10 +14506,10 @@ declare const VStepperVertical: {
|
|
|
13195
14506
|
};
|
|
13196
14507
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
13197
14508
|
altLabels: BooleanConstructor;
|
|
13198
|
-
completeIcon:
|
|
13199
|
-
editIcon:
|
|
14509
|
+
completeIcon: vue.PropType<IconValue>;
|
|
14510
|
+
editIcon: vue.PropType<IconValue>;
|
|
13200
14511
|
editable: BooleanConstructor;
|
|
13201
|
-
errorIcon:
|
|
14512
|
+
errorIcon: vue.PropType<IconValue>;
|
|
13202
14513
|
items: {
|
|
13203
14514
|
type: vue.PropType<readonly StepperItem[]>;
|
|
13204
14515
|
default: () => never[];
|
|
@@ -13285,10 +14596,10 @@ declare const VStepperVertical: {
|
|
|
13285
14596
|
};
|
|
13286
14597
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
|
13287
14598
|
altLabels: BooleanConstructor;
|
|
13288
|
-
completeIcon:
|
|
13289
|
-
editIcon:
|
|
14599
|
+
completeIcon: vue.PropType<IconValue>;
|
|
14600
|
+
editIcon: vue.PropType<IconValue>;
|
|
13290
14601
|
editable: BooleanConstructor;
|
|
13291
|
-
errorIcon:
|
|
14602
|
+
errorIcon: vue.PropType<IconValue>;
|
|
13292
14603
|
items: {
|
|
13293
14604
|
type: vue.PropType<readonly StepperItem[]>;
|
|
13294
14605
|
default: () => never[];
|
|
@@ -13332,10 +14643,10 @@ declare const VStepperVerticalItem: {
|
|
|
13332
14643
|
collapseIcon: IconValue;
|
|
13333
14644
|
expandIcon: IconValue;
|
|
13334
14645
|
hideActions: boolean;
|
|
13335
|
-
completeIcon:
|
|
14646
|
+
completeIcon: IconValue;
|
|
13336
14647
|
editable: boolean;
|
|
13337
|
-
editIcon:
|
|
13338
|
-
errorIcon:
|
|
14648
|
+
editIcon: IconValue;
|
|
14649
|
+
errorIcon: IconValue;
|
|
13339
14650
|
} & {
|
|
13340
14651
|
height?: string | number | undefined;
|
|
13341
14652
|
width?: string | number | undefined;
|
|
@@ -13348,7 +14659,7 @@ declare const VStepperVerticalItem: {
|
|
|
13348
14659
|
title?: string | undefined;
|
|
13349
14660
|
text?: string | undefined;
|
|
13350
14661
|
class?: any;
|
|
13351
|
-
icon?:
|
|
14662
|
+
icon?: IconValue | undefined;
|
|
13352
14663
|
elevation?: string | number | undefined;
|
|
13353
14664
|
rounded?: string | number | boolean | undefined;
|
|
13354
14665
|
selectedClass?: string | undefined;
|
|
@@ -13419,10 +14730,10 @@ declare const VStepperVerticalItem: {
|
|
|
13419
14730
|
collapseIcon: IconValue;
|
|
13420
14731
|
expandIcon: IconValue;
|
|
13421
14732
|
hideActions: boolean;
|
|
13422
|
-
completeIcon:
|
|
14733
|
+
completeIcon: IconValue;
|
|
13423
14734
|
editable: boolean;
|
|
13424
|
-
editIcon:
|
|
13425
|
-
errorIcon:
|
|
14735
|
+
editIcon: IconValue;
|
|
14736
|
+
errorIcon: IconValue;
|
|
13426
14737
|
} & {
|
|
13427
14738
|
height?: string | number | undefined;
|
|
13428
14739
|
width?: string | number | undefined;
|
|
@@ -13435,7 +14746,7 @@ declare const VStepperVerticalItem: {
|
|
|
13435
14746
|
title?: string | undefined;
|
|
13436
14747
|
text?: string | undefined;
|
|
13437
14748
|
class?: any;
|
|
13438
|
-
icon?:
|
|
14749
|
+
icon?: IconValue | undefined;
|
|
13439
14750
|
elevation?: string | number | undefined;
|
|
13440
14751
|
rounded?: string | number | boolean | undefined;
|
|
13441
14752
|
selectedClass?: string | undefined;
|
|
@@ -13503,10 +14814,10 @@ declare const VStepperVerticalItem: {
|
|
|
13503
14814
|
collapseIcon: IconValue;
|
|
13504
14815
|
expandIcon: IconValue;
|
|
13505
14816
|
hideActions: boolean;
|
|
13506
|
-
completeIcon:
|
|
14817
|
+
completeIcon: IconValue;
|
|
13507
14818
|
editable: boolean;
|
|
13508
|
-
editIcon:
|
|
13509
|
-
errorIcon:
|
|
14819
|
+
editIcon: IconValue;
|
|
14820
|
+
errorIcon: IconValue;
|
|
13510
14821
|
}, true, {}, vue.SlotsType<Partial<{
|
|
13511
14822
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
|
13512
14823
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
@@ -13544,10 +14855,10 @@ declare const VStepperVerticalItem: {
|
|
|
13544
14855
|
collapseIcon: IconValue;
|
|
13545
14856
|
expandIcon: IconValue;
|
|
13546
14857
|
hideActions: boolean;
|
|
13547
|
-
completeIcon:
|
|
14858
|
+
completeIcon: IconValue;
|
|
13548
14859
|
editable: boolean;
|
|
13549
|
-
editIcon:
|
|
13550
|
-
errorIcon:
|
|
14860
|
+
editIcon: IconValue;
|
|
14861
|
+
errorIcon: IconValue;
|
|
13551
14862
|
} & {
|
|
13552
14863
|
height?: string | number | undefined;
|
|
13553
14864
|
width?: string | number | undefined;
|
|
@@ -13560,7 +14871,7 @@ declare const VStepperVerticalItem: {
|
|
|
13560
14871
|
title?: string | undefined;
|
|
13561
14872
|
text?: string | undefined;
|
|
13562
14873
|
class?: any;
|
|
13563
|
-
icon?:
|
|
14874
|
+
icon?: IconValue | undefined;
|
|
13564
14875
|
elevation?: string | number | undefined;
|
|
13565
14876
|
rounded?: string | number | boolean | undefined;
|
|
13566
14877
|
selectedClass?: string | undefined;
|
|
@@ -13628,10 +14939,10 @@ declare const VStepperVerticalItem: {
|
|
|
13628
14939
|
collapseIcon: IconValue;
|
|
13629
14940
|
expandIcon: IconValue;
|
|
13630
14941
|
hideActions: boolean;
|
|
13631
|
-
completeIcon:
|
|
14942
|
+
completeIcon: IconValue;
|
|
13632
14943
|
editable: boolean;
|
|
13633
|
-
editIcon:
|
|
13634
|
-
errorIcon:
|
|
14944
|
+
editIcon: IconValue;
|
|
14945
|
+
errorIcon: IconValue;
|
|
13635
14946
|
}>;
|
|
13636
14947
|
__isFragment?: never;
|
|
13637
14948
|
__isTeleport?: never;
|
|
@@ -13654,10 +14965,10 @@ declare const VStepperVerticalItem: {
|
|
|
13654
14965
|
collapseIcon: IconValue;
|
|
13655
14966
|
expandIcon: IconValue;
|
|
13656
14967
|
hideActions: boolean;
|
|
13657
|
-
completeIcon:
|
|
14968
|
+
completeIcon: IconValue;
|
|
13658
14969
|
editable: boolean;
|
|
13659
|
-
editIcon:
|
|
13660
|
-
errorIcon:
|
|
14970
|
+
editIcon: IconValue;
|
|
14971
|
+
errorIcon: IconValue;
|
|
13661
14972
|
} & {
|
|
13662
14973
|
height?: string | number | undefined;
|
|
13663
14974
|
width?: string | number | undefined;
|
|
@@ -13670,7 +14981,7 @@ declare const VStepperVerticalItem: {
|
|
|
13670
14981
|
title?: string | undefined;
|
|
13671
14982
|
text?: string | undefined;
|
|
13672
14983
|
class?: any;
|
|
13673
|
-
icon?:
|
|
14984
|
+
icon?: IconValue | undefined;
|
|
13674
14985
|
elevation?: string | number | undefined;
|
|
13675
14986
|
rounded?: string | number | boolean | undefined;
|
|
13676
14987
|
selectedClass?: string | undefined;
|
|
@@ -13742,10 +15053,10 @@ declare const VStepperVerticalItem: {
|
|
|
13742
15053
|
collapseIcon: IconValue;
|
|
13743
15054
|
expandIcon: IconValue;
|
|
13744
15055
|
hideActions: boolean;
|
|
13745
|
-
completeIcon:
|
|
15056
|
+
completeIcon: IconValue;
|
|
13746
15057
|
editable: boolean;
|
|
13747
|
-
editIcon:
|
|
13748
|
-
errorIcon:
|
|
15058
|
+
editIcon: IconValue;
|
|
15059
|
+
errorIcon: IconValue;
|
|
13749
15060
|
}, {}, string, vue.SlotsType<Partial<{
|
|
13750
15061
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
|
13751
15062
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
|
@@ -13815,20 +15126,20 @@ declare const VStepperVerticalItem: {
|
|
|
13815
15126
|
subtitle: StringConstructor;
|
|
13816
15127
|
complete: BooleanConstructor;
|
|
13817
15128
|
completeIcon: {
|
|
13818
|
-
type:
|
|
15129
|
+
type: vue.PropType<IconValue>;
|
|
13819
15130
|
default: string;
|
|
13820
15131
|
};
|
|
13821
15132
|
editable: BooleanConstructor;
|
|
13822
15133
|
editIcon: {
|
|
13823
|
-
type:
|
|
15134
|
+
type: vue.PropType<IconValue>;
|
|
13824
15135
|
default: string;
|
|
13825
15136
|
};
|
|
13826
15137
|
error: BooleanConstructor;
|
|
13827
15138
|
errorIcon: {
|
|
13828
|
-
type:
|
|
15139
|
+
type: vue.PropType<IconValue>;
|
|
13829
15140
|
default: string;
|
|
13830
15141
|
};
|
|
13831
|
-
icon:
|
|
15142
|
+
icon: vue.PropType<IconValue>;
|
|
13832
15143
|
rules: {
|
|
13833
15144
|
type: vue.PropType<readonly ValidationRule[]>;
|
|
13834
15145
|
default: () => never[];
|
|
@@ -13891,20 +15202,20 @@ declare const VStepperVerticalItem: {
|
|
|
13891
15202
|
subtitle: StringConstructor;
|
|
13892
15203
|
complete: BooleanConstructor;
|
|
13893
15204
|
completeIcon: {
|
|
13894
|
-
type:
|
|
15205
|
+
type: vue.PropType<IconValue>;
|
|
13895
15206
|
default: string;
|
|
13896
15207
|
};
|
|
13897
15208
|
editable: BooleanConstructor;
|
|
13898
15209
|
editIcon: {
|
|
13899
|
-
type:
|
|
15210
|
+
type: vue.PropType<IconValue>;
|
|
13900
15211
|
default: string;
|
|
13901
15212
|
};
|
|
13902
15213
|
error: BooleanConstructor;
|
|
13903
15214
|
errorIcon: {
|
|
13904
|
-
type:
|
|
15215
|
+
type: vue.PropType<IconValue>;
|
|
13905
15216
|
default: string;
|
|
13906
15217
|
};
|
|
13907
|
-
icon:
|
|
15218
|
+
icon: vue.PropType<IconValue>;
|
|
13908
15219
|
rules: {
|
|
13909
15220
|
type: vue.PropType<readonly ValidationRule[]>;
|
|
13910
15221
|
default: () => never[];
|
|
@@ -15756,8 +17067,8 @@ declare const VTreeview: {
|
|
|
15756
17067
|
activatable: boolean;
|
|
15757
17068
|
selectable: boolean;
|
|
15758
17069
|
selectStrategy: SelectStrategyProp;
|
|
15759
|
-
collapseIcon:
|
|
15760
|
-
expandIcon:
|
|
17070
|
+
collapseIcon: IconValue;
|
|
17071
|
+
expandIcon: IconValue;
|
|
15761
17072
|
returnObject: boolean;
|
|
15762
17073
|
filterMode: FilterMode;
|
|
15763
17074
|
noFilter: boolean;
|
|
@@ -15854,8 +17165,8 @@ declare const VTreeview: {
|
|
|
15854
17165
|
activatable: boolean;
|
|
15855
17166
|
selectable: boolean;
|
|
15856
17167
|
selectStrategy: SelectStrategyProp;
|
|
15857
|
-
collapseIcon:
|
|
15858
|
-
expandIcon:
|
|
17168
|
+
collapseIcon: IconValue;
|
|
17169
|
+
expandIcon: IconValue;
|
|
15859
17170
|
returnObject: boolean;
|
|
15860
17171
|
filterMode: FilterMode;
|
|
15861
17172
|
noFilter: boolean;
|
|
@@ -15938,8 +17249,8 @@ declare const VTreeview: {
|
|
|
15938
17249
|
activatable: boolean;
|
|
15939
17250
|
selectable: boolean;
|
|
15940
17251
|
selectStrategy: SelectStrategyProp;
|
|
15941
|
-
collapseIcon:
|
|
15942
|
-
expandIcon:
|
|
17252
|
+
collapseIcon: IconValue;
|
|
17253
|
+
expandIcon: IconValue;
|
|
15943
17254
|
returnObject: boolean;
|
|
15944
17255
|
filterMode: FilterMode;
|
|
15945
17256
|
noFilter: boolean;
|
|
@@ -16000,8 +17311,8 @@ declare const VTreeview: {
|
|
|
16000
17311
|
activatable: boolean;
|
|
16001
17312
|
selectable: boolean;
|
|
16002
17313
|
selectStrategy: SelectStrategyProp;
|
|
16003
|
-
collapseIcon:
|
|
16004
|
-
expandIcon:
|
|
17314
|
+
collapseIcon: IconValue;
|
|
17315
|
+
expandIcon: IconValue;
|
|
16005
17316
|
returnObject: boolean;
|
|
16006
17317
|
filterMode: FilterMode;
|
|
16007
17318
|
noFilter: boolean;
|
|
@@ -16084,8 +17395,8 @@ declare const VTreeview: {
|
|
|
16084
17395
|
activatable: boolean;
|
|
16085
17396
|
selectable: boolean;
|
|
16086
17397
|
selectStrategy: SelectStrategyProp;
|
|
16087
|
-
collapseIcon:
|
|
16088
|
-
expandIcon:
|
|
17398
|
+
collapseIcon: IconValue;
|
|
17399
|
+
expandIcon: IconValue;
|
|
16089
17400
|
returnObject: boolean;
|
|
16090
17401
|
filterMode: FilterMode;
|
|
16091
17402
|
noFilter: boolean;
|
|
@@ -16117,8 +17428,8 @@ declare const VTreeview: {
|
|
|
16117
17428
|
activatable: boolean;
|
|
16118
17429
|
selectable: boolean;
|
|
16119
17430
|
selectStrategy: SelectStrategyProp;
|
|
16120
|
-
collapseIcon:
|
|
16121
|
-
expandIcon:
|
|
17431
|
+
collapseIcon: IconValue;
|
|
17432
|
+
expandIcon: IconValue;
|
|
16122
17433
|
returnObject: boolean;
|
|
16123
17434
|
filterMode: FilterMode;
|
|
16124
17435
|
noFilter: boolean;
|
|
@@ -16216,8 +17527,8 @@ declare const VTreeview: {
|
|
|
16216
17527
|
activatable: boolean;
|
|
16217
17528
|
selectable: boolean;
|
|
16218
17529
|
selectStrategy: SelectStrategyProp;
|
|
16219
|
-
collapseIcon:
|
|
16220
|
-
expandIcon:
|
|
17530
|
+
collapseIcon: IconValue;
|
|
17531
|
+
expandIcon: IconValue;
|
|
16221
17532
|
returnObject: boolean;
|
|
16222
17533
|
filterMode: FilterMode;
|
|
16223
17534
|
noFilter: boolean;
|
|
@@ -16336,12 +17647,12 @@ declare const VTreeview: {
|
|
|
16336
17647
|
};
|
|
16337
17648
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
16338
17649
|
collapseIcon: {
|
|
16339
|
-
type: vue.PropType<
|
|
16340
|
-
default:
|
|
17650
|
+
type: vue.PropType<IconValue>;
|
|
17651
|
+
default: NonNullable<IconValue>;
|
|
16341
17652
|
};
|
|
16342
17653
|
expandIcon: {
|
|
16343
|
-
type: vue.PropType<
|
|
16344
|
-
default:
|
|
17654
|
+
type: vue.PropType<IconValue>;
|
|
17655
|
+
default: NonNullable<IconValue>;
|
|
16345
17656
|
};
|
|
16346
17657
|
returnObject: BooleanConstructor;
|
|
16347
17658
|
itemTitle: {
|
|
@@ -16478,12 +17789,12 @@ declare const VTreeview: {
|
|
|
16478
17789
|
};
|
|
16479
17790
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
16480
17791
|
collapseIcon: {
|
|
16481
|
-
type: vue.PropType<
|
|
16482
|
-
default:
|
|
17792
|
+
type: vue.PropType<IconValue>;
|
|
17793
|
+
default: NonNullable<IconValue>;
|
|
16483
17794
|
};
|
|
16484
17795
|
expandIcon: {
|
|
16485
|
-
type: vue.PropType<
|
|
16486
|
-
default:
|
|
17796
|
+
type: vue.PropType<IconValue>;
|
|
17797
|
+
default: NonNullable<IconValue>;
|
|
16487
17798
|
};
|
|
16488
17799
|
returnObject: BooleanConstructor;
|
|
16489
17800
|
itemTitle: {
|
|
@@ -17308,4 +18619,4 @@ declare const VTreeviewGroup: {
|
|
|
17308
18619
|
}>>;
|
|
17309
18620
|
type VTreeviewGroup = InstanceType<typeof VTreeviewGroup>;
|
|
17310
18621
|
|
|
17311
|
-
export { VCalendar, VCalendarDay, VCalendarHeader, VCalendarInterval, VCalendarIntervalEvent, VCalendarMonthDay, VDateInput, VNumberInput, VPicker, VPickerTitle, VPullToRefresh, VSnackbarQueue, VStepperVertical, VStepperVerticalActions, VStepperVerticalItem, VTimePicker, VTimePickerClock, VTimePickerControls, VTreeview, VTreeviewGroup, VTreeviewItem };
|
|
18622
|
+
export { VCalendar, VCalendarDay, VCalendarHeader, VCalendarInterval, VCalendarIntervalEvent, VCalendarMonthDay, VDateInput, VFileUpload, VFileUploadItem, VNumberInput, VPicker, VPickerTitle, VPullToRefresh, VSnackbarQueue, VStepperVertical, VStepperVerticalActions, VStepperVerticalItem, VTimePicker, VTimePickerClock, VTimePickerControls, VTreeview, VTreeviewGroup, VTreeviewItem };
|