@vuetify/nightly 3.7.5-master.2024-12-11 → 3.7.5-master.2024-12-15
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 +3306 -3010
- package/dist/json/importMap-labs.json +22 -14
- package/dist/json/importMap.json +134 -134
- package/dist/json/tags.json +84 -0
- package/dist/json/web-types.json +6104 -5163
- package/dist/vuetify-labs.css +3485 -3412
- package/dist/vuetify-labs.d.ts +1314 -1
- package/dist/vuetify-labs.esm.js +332 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +332 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1263 -1263
- package/dist/vuetify.d.ts +47 -45
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.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 +47 -45
- 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 +7 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/components.d.mts +1348 -37
- 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 +5 -0
- 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 +1 -1
@@ -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;
|
@@ -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 };
|