@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
package/dist/vuetify-labs.d.ts
CHANGED
@@ -69747,6 +69747,1317 @@ declare const VDateInput: {
|
|
69747
69747
|
}>>;
|
69748
69748
|
type VDateInput = InstanceType<typeof VDateInput>;
|
69749
69749
|
|
69750
|
+
declare const VFileUpload: {
|
69751
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
69752
|
+
length: string | number;
|
69753
|
+
style: vue.StyleValue;
|
69754
|
+
title: string;
|
69755
|
+
disabled: boolean;
|
69756
|
+
multiple: boolean;
|
69757
|
+
tag: string;
|
69758
|
+
icon: IconValue;
|
69759
|
+
modelValue: File | File[];
|
69760
|
+
tile: boolean;
|
69761
|
+
density: Density;
|
69762
|
+
scrim: string | boolean;
|
69763
|
+
clearable: boolean;
|
69764
|
+
showSize: boolean;
|
69765
|
+
browseText: string;
|
69766
|
+
dividerText: string;
|
69767
|
+
hideBrowse: boolean;
|
69768
|
+
} & {
|
69769
|
+
name?: string | undefined;
|
69770
|
+
location?: Anchor | null | undefined;
|
69771
|
+
height?: string | number | undefined;
|
69772
|
+
width?: string | number | undefined;
|
69773
|
+
border?: string | number | boolean | undefined;
|
69774
|
+
color?: string | undefined;
|
69775
|
+
maxHeight?: string | number | undefined;
|
69776
|
+
maxWidth?: string | number | undefined;
|
69777
|
+
minHeight?: string | number | undefined;
|
69778
|
+
minWidth?: string | number | undefined;
|
69779
|
+
opacity?: string | number | undefined;
|
69780
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
69781
|
+
class?: any;
|
69782
|
+
theme?: string | undefined;
|
69783
|
+
elevation?: string | number | undefined;
|
69784
|
+
rounded?: string | number | boolean | undefined;
|
69785
|
+
subtitle?: string | undefined;
|
69786
|
+
thickness?: string | number | undefined;
|
69787
|
+
closeDelay?: string | number | undefined;
|
69788
|
+
openDelay?: string | number | undefined;
|
69789
|
+
} & {
|
69790
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
69791
|
+
browse?: ((arg: {
|
69792
|
+
props: {
|
69793
|
+
onClick: (e: MouseEvent) => void;
|
69794
|
+
};
|
69795
|
+
}) => vue.VNodeChild) | undefined;
|
69796
|
+
default?: (() => vue.VNodeChild) | undefined;
|
69797
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
69798
|
+
input?: ((arg: {
|
69799
|
+
inputNode: VNode;
|
69800
|
+
}) => vue.VNodeChild) | undefined;
|
69801
|
+
item?: ((arg: {
|
69802
|
+
file: File;
|
69803
|
+
props: {
|
69804
|
+
"onClick:remove": () => void;
|
69805
|
+
};
|
69806
|
+
}) => vue.VNodeChild) | undefined;
|
69807
|
+
title?: (() => vue.VNodeChild) | undefined;
|
69808
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
69809
|
+
};
|
69810
|
+
'v-slots'?: {
|
69811
|
+
browse?: false | ((arg: {
|
69812
|
+
props: {
|
69813
|
+
onClick: (e: MouseEvent) => void;
|
69814
|
+
};
|
69815
|
+
}) => vue.VNodeChild) | undefined;
|
69816
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
69817
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
69818
|
+
input?: false | ((arg: {
|
69819
|
+
inputNode: VNode;
|
69820
|
+
}) => vue.VNodeChild) | undefined;
|
69821
|
+
item?: false | ((arg: {
|
69822
|
+
file: File;
|
69823
|
+
props: {
|
69824
|
+
"onClick:remove": () => void;
|
69825
|
+
};
|
69826
|
+
}) => vue.VNodeChild) | undefined;
|
69827
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
69828
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
69829
|
+
} | undefined;
|
69830
|
+
} & {
|
69831
|
+
"v-slot:browse"?: false | ((arg: {
|
69832
|
+
props: {
|
69833
|
+
onClick: (e: MouseEvent) => void;
|
69834
|
+
};
|
69835
|
+
}) => vue.VNodeChild) | undefined;
|
69836
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
69837
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
69838
|
+
"v-slot:input"?: false | ((arg: {
|
69839
|
+
inputNode: VNode;
|
69840
|
+
}) => vue.VNodeChild) | undefined;
|
69841
|
+
"v-slot:item"?: false | ((arg: {
|
69842
|
+
file: File;
|
69843
|
+
props: {
|
69844
|
+
"onClick:remove": () => void;
|
69845
|
+
};
|
69846
|
+
}) => vue.VNodeChild) | undefined;
|
69847
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
69848
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
69849
|
+
} & {
|
69850
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
69851
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
69852
|
+
'update:modelValue': (files: File[]) => true;
|
69853
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
69854
|
+
length: string | number;
|
69855
|
+
style: vue.StyleValue;
|
69856
|
+
title: string;
|
69857
|
+
disabled: boolean;
|
69858
|
+
multiple: boolean;
|
69859
|
+
tag: string;
|
69860
|
+
icon: IconValue;
|
69861
|
+
modelValue: File | File[];
|
69862
|
+
tile: boolean;
|
69863
|
+
density: Density;
|
69864
|
+
scrim: string | boolean;
|
69865
|
+
clearable: boolean;
|
69866
|
+
showSize: boolean;
|
69867
|
+
browseText: string;
|
69868
|
+
dividerText: string;
|
69869
|
+
hideBrowse: boolean;
|
69870
|
+
} & {
|
69871
|
+
name?: string | undefined;
|
69872
|
+
location?: Anchor | null | undefined;
|
69873
|
+
height?: string | number | undefined;
|
69874
|
+
width?: string | number | undefined;
|
69875
|
+
border?: string | number | boolean | undefined;
|
69876
|
+
color?: string | undefined;
|
69877
|
+
maxHeight?: string | number | undefined;
|
69878
|
+
maxWidth?: string | number | undefined;
|
69879
|
+
minHeight?: string | number | undefined;
|
69880
|
+
minWidth?: string | number | undefined;
|
69881
|
+
opacity?: string | number | undefined;
|
69882
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
69883
|
+
class?: any;
|
69884
|
+
theme?: string | undefined;
|
69885
|
+
elevation?: string | number | undefined;
|
69886
|
+
rounded?: string | number | boolean | undefined;
|
69887
|
+
subtitle?: string | undefined;
|
69888
|
+
thickness?: string | number | undefined;
|
69889
|
+
closeDelay?: string | number | undefined;
|
69890
|
+
openDelay?: string | number | undefined;
|
69891
|
+
} & {
|
69892
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
69893
|
+
browse?: ((arg: {
|
69894
|
+
props: {
|
69895
|
+
onClick: (e: MouseEvent) => void;
|
69896
|
+
};
|
69897
|
+
}) => vue.VNodeChild) | undefined;
|
69898
|
+
default?: (() => vue.VNodeChild) | undefined;
|
69899
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
69900
|
+
input?: ((arg: {
|
69901
|
+
inputNode: VNode;
|
69902
|
+
}) => vue.VNodeChild) | undefined;
|
69903
|
+
item?: ((arg: {
|
69904
|
+
file: File;
|
69905
|
+
props: {
|
69906
|
+
"onClick:remove": () => void;
|
69907
|
+
};
|
69908
|
+
}) => vue.VNodeChild) | undefined;
|
69909
|
+
title?: (() => vue.VNodeChild) | undefined;
|
69910
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
69911
|
+
};
|
69912
|
+
'v-slots'?: {
|
69913
|
+
browse?: false | ((arg: {
|
69914
|
+
props: {
|
69915
|
+
onClick: (e: MouseEvent) => void;
|
69916
|
+
};
|
69917
|
+
}) => vue.VNodeChild) | undefined;
|
69918
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
69919
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
69920
|
+
input?: false | ((arg: {
|
69921
|
+
inputNode: VNode;
|
69922
|
+
}) => vue.VNodeChild) | undefined;
|
69923
|
+
item?: false | ((arg: {
|
69924
|
+
file: File;
|
69925
|
+
props: {
|
69926
|
+
"onClick:remove": () => void;
|
69927
|
+
};
|
69928
|
+
}) => vue.VNodeChild) | undefined;
|
69929
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
69930
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
69931
|
+
} | undefined;
|
69932
|
+
} & {
|
69933
|
+
"v-slot:browse"?: false | ((arg: {
|
69934
|
+
props: {
|
69935
|
+
onClick: (e: MouseEvent) => void;
|
69936
|
+
};
|
69937
|
+
}) => vue.VNodeChild) | undefined;
|
69938
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
69939
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
69940
|
+
"v-slot:input"?: false | ((arg: {
|
69941
|
+
inputNode: VNode;
|
69942
|
+
}) => vue.VNodeChild) | undefined;
|
69943
|
+
"v-slot:item"?: false | ((arg: {
|
69944
|
+
file: File;
|
69945
|
+
props: {
|
69946
|
+
"onClick:remove": () => void;
|
69947
|
+
};
|
69948
|
+
}) => vue.VNodeChild) | undefined;
|
69949
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
69950
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
69951
|
+
} & {
|
69952
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
69953
|
+
}, {
|
69954
|
+
length: string | number;
|
69955
|
+
style: vue.StyleValue;
|
69956
|
+
title: string;
|
69957
|
+
disabled: boolean;
|
69958
|
+
multiple: boolean;
|
69959
|
+
tag: string;
|
69960
|
+
icon: IconValue;
|
69961
|
+
modelValue: File | File[];
|
69962
|
+
rounded: string | number | boolean;
|
69963
|
+
tile: boolean;
|
69964
|
+
density: Density;
|
69965
|
+
scrim: string | boolean;
|
69966
|
+
clearable: boolean;
|
69967
|
+
showSize: boolean;
|
69968
|
+
browseText: string;
|
69969
|
+
dividerText: string;
|
69970
|
+
hideBrowse: boolean;
|
69971
|
+
}, true, {}, vue.SlotsType<Partial<{
|
69972
|
+
browse: (arg: {
|
69973
|
+
props: {
|
69974
|
+
onClick: (e: MouseEvent) => void;
|
69975
|
+
};
|
69976
|
+
}) => VNode[];
|
69977
|
+
default: () => VNode[];
|
69978
|
+
icon: () => VNode[];
|
69979
|
+
input: (arg: {
|
69980
|
+
inputNode: VNode;
|
69981
|
+
}) => VNode[];
|
69982
|
+
item: (arg: {
|
69983
|
+
file: File;
|
69984
|
+
props: {
|
69985
|
+
"onClick:remove": () => void;
|
69986
|
+
};
|
69987
|
+
}) => VNode[];
|
69988
|
+
title: () => VNode[];
|
69989
|
+
divider: () => VNode[];
|
69990
|
+
}>>, {
|
69991
|
+
P: {};
|
69992
|
+
B: {};
|
69993
|
+
D: {};
|
69994
|
+
C: {};
|
69995
|
+
M: {};
|
69996
|
+
Defaults: {};
|
69997
|
+
}, {
|
69998
|
+
length: string | number;
|
69999
|
+
style: vue.StyleValue;
|
70000
|
+
title: string;
|
70001
|
+
disabled: boolean;
|
70002
|
+
multiple: boolean;
|
70003
|
+
tag: string;
|
70004
|
+
icon: IconValue;
|
70005
|
+
modelValue: File | File[];
|
70006
|
+
tile: boolean;
|
70007
|
+
density: Density;
|
70008
|
+
scrim: string | boolean;
|
70009
|
+
clearable: boolean;
|
70010
|
+
showSize: boolean;
|
70011
|
+
browseText: string;
|
70012
|
+
dividerText: string;
|
70013
|
+
hideBrowse: boolean;
|
70014
|
+
} & {
|
70015
|
+
name?: string | undefined;
|
70016
|
+
location?: Anchor | null | undefined;
|
70017
|
+
height?: string | number | undefined;
|
70018
|
+
width?: string | number | undefined;
|
70019
|
+
border?: string | number | boolean | undefined;
|
70020
|
+
color?: string | undefined;
|
70021
|
+
maxHeight?: string | number | undefined;
|
70022
|
+
maxWidth?: string | number | undefined;
|
70023
|
+
minHeight?: string | number | undefined;
|
70024
|
+
minWidth?: string | number | undefined;
|
70025
|
+
opacity?: string | number | undefined;
|
70026
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
70027
|
+
class?: any;
|
70028
|
+
theme?: string | undefined;
|
70029
|
+
elevation?: string | number | undefined;
|
70030
|
+
rounded?: string | number | boolean | undefined;
|
70031
|
+
subtitle?: string | undefined;
|
70032
|
+
thickness?: string | number | undefined;
|
70033
|
+
closeDelay?: string | number | undefined;
|
70034
|
+
openDelay?: string | number | undefined;
|
70035
|
+
} & {
|
70036
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
70037
|
+
browse?: ((arg: {
|
70038
|
+
props: {
|
70039
|
+
onClick: (e: MouseEvent) => void;
|
70040
|
+
};
|
70041
|
+
}) => vue.VNodeChild) | undefined;
|
70042
|
+
default?: (() => vue.VNodeChild) | undefined;
|
70043
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
70044
|
+
input?: ((arg: {
|
70045
|
+
inputNode: VNode;
|
70046
|
+
}) => vue.VNodeChild) | undefined;
|
70047
|
+
item?: ((arg: {
|
70048
|
+
file: File;
|
70049
|
+
props: {
|
70050
|
+
"onClick:remove": () => void;
|
70051
|
+
};
|
70052
|
+
}) => vue.VNodeChild) | undefined;
|
70053
|
+
title?: (() => vue.VNodeChild) | undefined;
|
70054
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
70055
|
+
};
|
70056
|
+
'v-slots'?: {
|
70057
|
+
browse?: false | ((arg: {
|
70058
|
+
props: {
|
70059
|
+
onClick: (e: MouseEvent) => void;
|
70060
|
+
};
|
70061
|
+
}) => vue.VNodeChild) | undefined;
|
70062
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
70063
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
70064
|
+
input?: false | ((arg: {
|
70065
|
+
inputNode: VNode;
|
70066
|
+
}) => vue.VNodeChild) | undefined;
|
70067
|
+
item?: false | ((arg: {
|
70068
|
+
file: File;
|
70069
|
+
props: {
|
70070
|
+
"onClick:remove": () => void;
|
70071
|
+
};
|
70072
|
+
}) => vue.VNodeChild) | undefined;
|
70073
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
70074
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
70075
|
+
} | undefined;
|
70076
|
+
} & {
|
70077
|
+
"v-slot:browse"?: false | ((arg: {
|
70078
|
+
props: {
|
70079
|
+
onClick: (e: MouseEvent) => void;
|
70080
|
+
};
|
70081
|
+
}) => vue.VNodeChild) | undefined;
|
70082
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
70083
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
70084
|
+
"v-slot:input"?: false | ((arg: {
|
70085
|
+
inputNode: VNode;
|
70086
|
+
}) => vue.VNodeChild) | undefined;
|
70087
|
+
"v-slot:item"?: false | ((arg: {
|
70088
|
+
file: File;
|
70089
|
+
props: {
|
70090
|
+
"onClick:remove": () => void;
|
70091
|
+
};
|
70092
|
+
}) => vue.VNodeChild) | undefined;
|
70093
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
70094
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
70095
|
+
} & {
|
70096
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
70097
|
+
}, {}, {}, {}, {}, {
|
70098
|
+
length: string | number;
|
70099
|
+
style: vue.StyleValue;
|
70100
|
+
title: string;
|
70101
|
+
disabled: boolean;
|
70102
|
+
multiple: boolean;
|
70103
|
+
tag: string;
|
70104
|
+
icon: IconValue;
|
70105
|
+
modelValue: File | File[];
|
70106
|
+
rounded: string | number | boolean;
|
70107
|
+
tile: boolean;
|
70108
|
+
density: Density;
|
70109
|
+
scrim: string | boolean;
|
70110
|
+
clearable: boolean;
|
70111
|
+
showSize: boolean;
|
70112
|
+
browseText: string;
|
70113
|
+
dividerText: string;
|
70114
|
+
hideBrowse: boolean;
|
70115
|
+
}>;
|
70116
|
+
__isFragment?: never;
|
70117
|
+
__isTeleport?: never;
|
70118
|
+
__isSuspense?: never;
|
70119
|
+
} & vue.ComponentOptionsBase<{
|
70120
|
+
length: string | number;
|
70121
|
+
style: vue.StyleValue;
|
70122
|
+
title: string;
|
70123
|
+
disabled: boolean;
|
70124
|
+
multiple: boolean;
|
70125
|
+
tag: string;
|
70126
|
+
icon: IconValue;
|
70127
|
+
modelValue: File | File[];
|
70128
|
+
tile: boolean;
|
70129
|
+
density: Density;
|
70130
|
+
scrim: string | boolean;
|
70131
|
+
clearable: boolean;
|
70132
|
+
showSize: boolean;
|
70133
|
+
browseText: string;
|
70134
|
+
dividerText: string;
|
70135
|
+
hideBrowse: boolean;
|
70136
|
+
} & {
|
70137
|
+
name?: string | undefined;
|
70138
|
+
location?: Anchor | null | undefined;
|
70139
|
+
height?: string | number | undefined;
|
70140
|
+
width?: string | number | undefined;
|
70141
|
+
border?: string | number | boolean | undefined;
|
70142
|
+
color?: string | undefined;
|
70143
|
+
maxHeight?: string | number | undefined;
|
70144
|
+
maxWidth?: string | number | undefined;
|
70145
|
+
minHeight?: string | number | undefined;
|
70146
|
+
minWidth?: string | number | undefined;
|
70147
|
+
opacity?: string | number | undefined;
|
70148
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
70149
|
+
class?: any;
|
70150
|
+
theme?: string | undefined;
|
70151
|
+
elevation?: string | number | undefined;
|
70152
|
+
rounded?: string | number | boolean | undefined;
|
70153
|
+
subtitle?: string | undefined;
|
70154
|
+
thickness?: string | number | undefined;
|
70155
|
+
closeDelay?: string | number | undefined;
|
70156
|
+
openDelay?: string | number | undefined;
|
70157
|
+
} & {
|
70158
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
70159
|
+
browse?: ((arg: {
|
70160
|
+
props: {
|
70161
|
+
onClick: (e: MouseEvent) => void;
|
70162
|
+
};
|
70163
|
+
}) => vue.VNodeChild) | undefined;
|
70164
|
+
default?: (() => vue.VNodeChild) | undefined;
|
70165
|
+
icon?: (() => vue.VNodeChild) | undefined;
|
70166
|
+
input?: ((arg: {
|
70167
|
+
inputNode: VNode;
|
70168
|
+
}) => vue.VNodeChild) | undefined;
|
70169
|
+
item?: ((arg: {
|
70170
|
+
file: File;
|
70171
|
+
props: {
|
70172
|
+
"onClick:remove": () => void;
|
70173
|
+
};
|
70174
|
+
}) => vue.VNodeChild) | undefined;
|
70175
|
+
title?: (() => vue.VNodeChild) | undefined;
|
70176
|
+
divider?: (() => vue.VNodeChild) | undefined;
|
70177
|
+
};
|
70178
|
+
'v-slots'?: {
|
70179
|
+
browse?: false | ((arg: {
|
70180
|
+
props: {
|
70181
|
+
onClick: (e: MouseEvent) => void;
|
70182
|
+
};
|
70183
|
+
}) => vue.VNodeChild) | undefined;
|
70184
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
70185
|
+
icon?: false | (() => vue.VNodeChild) | undefined;
|
70186
|
+
input?: false | ((arg: {
|
70187
|
+
inputNode: VNode;
|
70188
|
+
}) => vue.VNodeChild) | undefined;
|
70189
|
+
item?: false | ((arg: {
|
70190
|
+
file: File;
|
70191
|
+
props: {
|
70192
|
+
"onClick:remove": () => void;
|
70193
|
+
};
|
70194
|
+
}) => vue.VNodeChild) | undefined;
|
70195
|
+
title?: false | (() => vue.VNodeChild) | undefined;
|
70196
|
+
divider?: false | (() => vue.VNodeChild) | undefined;
|
70197
|
+
} | undefined;
|
70198
|
+
} & {
|
70199
|
+
"v-slot:browse"?: false | ((arg: {
|
70200
|
+
props: {
|
70201
|
+
onClick: (e: MouseEvent) => void;
|
70202
|
+
};
|
70203
|
+
}) => vue.VNodeChild) | undefined;
|
70204
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
70205
|
+
"v-slot:icon"?: false | (() => vue.VNodeChild) | undefined;
|
70206
|
+
"v-slot:input"?: false | ((arg: {
|
70207
|
+
inputNode: VNode;
|
70208
|
+
}) => vue.VNodeChild) | undefined;
|
70209
|
+
"v-slot:item"?: false | ((arg: {
|
70210
|
+
file: File;
|
70211
|
+
props: {
|
70212
|
+
"onClick:remove": () => void;
|
70213
|
+
};
|
70214
|
+
}) => vue.VNodeChild) | undefined;
|
70215
|
+
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
70216
|
+
"v-slot:divider"?: false | (() => vue.VNodeChild) | undefined;
|
70217
|
+
} & {
|
70218
|
+
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
70219
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
70220
|
+
'update:modelValue': (files: File[]) => true;
|
70221
|
+
}, string, {
|
70222
|
+
length: string | number;
|
70223
|
+
style: vue.StyleValue;
|
70224
|
+
title: string;
|
70225
|
+
disabled: boolean;
|
70226
|
+
multiple: boolean;
|
70227
|
+
tag: string;
|
70228
|
+
icon: IconValue;
|
70229
|
+
modelValue: File | File[];
|
70230
|
+
rounded: string | number | boolean;
|
70231
|
+
tile: boolean;
|
70232
|
+
density: Density;
|
70233
|
+
scrim: string | boolean;
|
70234
|
+
clearable: boolean;
|
70235
|
+
showSize: boolean;
|
70236
|
+
browseText: string;
|
70237
|
+
dividerText: string;
|
70238
|
+
hideBrowse: boolean;
|
70239
|
+
}, {}, string, vue.SlotsType<Partial<{
|
70240
|
+
browse: (arg: {
|
70241
|
+
props: {
|
70242
|
+
onClick: (e: MouseEvent) => void;
|
70243
|
+
};
|
70244
|
+
}) => VNode[];
|
70245
|
+
default: () => VNode[];
|
70246
|
+
icon: () => VNode[];
|
70247
|
+
input: (arg: {
|
70248
|
+
inputNode: VNode;
|
70249
|
+
}) => VNode[];
|
70250
|
+
item: (arg: {
|
70251
|
+
file: File;
|
70252
|
+
props: {
|
70253
|
+
"onClick:remove": () => void;
|
70254
|
+
};
|
70255
|
+
}) => VNode[];
|
70256
|
+
title: () => VNode[];
|
70257
|
+
divider: () => VNode[];
|
70258
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
70259
|
+
theme: StringConstructor;
|
70260
|
+
tag: {
|
70261
|
+
type: StringConstructor;
|
70262
|
+
default: string;
|
70263
|
+
};
|
70264
|
+
rounded: {
|
70265
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
70266
|
+
default: undefined;
|
70267
|
+
};
|
70268
|
+
tile: BooleanConstructor;
|
70269
|
+
position: {
|
70270
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
70271
|
+
validator: (v: any) => boolean;
|
70272
|
+
};
|
70273
|
+
location: PropType<Anchor | null>;
|
70274
|
+
elevation: {
|
70275
|
+
type: (StringConstructor | NumberConstructor)[];
|
70276
|
+
validator(v: any): boolean;
|
70277
|
+
};
|
70278
|
+
height: (StringConstructor | NumberConstructor)[];
|
70279
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
70280
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
70281
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
70282
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
70283
|
+
width: (StringConstructor | NumberConstructor)[];
|
70284
|
+
class: PropType<ClassValue>;
|
70285
|
+
style: {
|
70286
|
+
type: PropType<vue.StyleValue>;
|
70287
|
+
default: null;
|
70288
|
+
};
|
70289
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
70290
|
+
color: StringConstructor;
|
70291
|
+
length: {
|
70292
|
+
type: PropType<string | number>;
|
70293
|
+
default: NonNullable<string | number>;
|
70294
|
+
};
|
70295
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
70296
|
+
thickness: (StringConstructor | NumberConstructor)[];
|
70297
|
+
density: {
|
70298
|
+
type: PropType<Density>;
|
70299
|
+
default: string;
|
70300
|
+
validator: (v: any) => boolean;
|
70301
|
+
};
|
70302
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
70303
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
70304
|
+
browseText: {
|
70305
|
+
type: StringConstructor;
|
70306
|
+
default: string;
|
70307
|
+
};
|
70308
|
+
dividerText: {
|
70309
|
+
type: StringConstructor;
|
70310
|
+
default: string;
|
70311
|
+
};
|
70312
|
+
title: {
|
70313
|
+
type: StringConstructor;
|
70314
|
+
default: string;
|
70315
|
+
};
|
70316
|
+
subtitle: StringConstructor;
|
70317
|
+
icon: {
|
70318
|
+
type: PropType<IconValue>;
|
70319
|
+
default: string;
|
70320
|
+
};
|
70321
|
+
modelValue: {
|
70322
|
+
type: PropType<File[] | File>;
|
70323
|
+
default: null;
|
70324
|
+
validator: (val: any) => boolean;
|
70325
|
+
};
|
70326
|
+
clearable: BooleanConstructor;
|
70327
|
+
disabled: BooleanConstructor;
|
70328
|
+
hideBrowse: BooleanConstructor;
|
70329
|
+
multiple: BooleanConstructor;
|
70330
|
+
scrim: {
|
70331
|
+
type: (StringConstructor | BooleanConstructor)[];
|
70332
|
+
default: boolean;
|
70333
|
+
};
|
70334
|
+
showSize: BooleanConstructor;
|
70335
|
+
name: StringConstructor;
|
70336
|
+
}, vue.ExtractPropTypes<{
|
70337
|
+
theme: StringConstructor;
|
70338
|
+
tag: {
|
70339
|
+
type: StringConstructor;
|
70340
|
+
default: string;
|
70341
|
+
};
|
70342
|
+
rounded: {
|
70343
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
70344
|
+
default: undefined;
|
70345
|
+
};
|
70346
|
+
tile: BooleanConstructor;
|
70347
|
+
position: {
|
70348
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
70349
|
+
validator: (v: any) => boolean;
|
70350
|
+
};
|
70351
|
+
location: PropType<Anchor | null>;
|
70352
|
+
elevation: {
|
70353
|
+
type: (StringConstructor | NumberConstructor)[];
|
70354
|
+
validator(v: any): boolean;
|
70355
|
+
};
|
70356
|
+
height: (StringConstructor | NumberConstructor)[];
|
70357
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
70358
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
70359
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
70360
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
70361
|
+
width: (StringConstructor | NumberConstructor)[];
|
70362
|
+
class: PropType<ClassValue>;
|
70363
|
+
style: {
|
70364
|
+
type: PropType<vue.StyleValue>;
|
70365
|
+
default: null;
|
70366
|
+
};
|
70367
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
70368
|
+
color: StringConstructor;
|
70369
|
+
length: {
|
70370
|
+
type: PropType<string | number>;
|
70371
|
+
default: NonNullable<string | number>;
|
70372
|
+
};
|
70373
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
70374
|
+
thickness: (StringConstructor | NumberConstructor)[];
|
70375
|
+
density: {
|
70376
|
+
type: PropType<Density>;
|
70377
|
+
default: string;
|
70378
|
+
validator: (v: any) => boolean;
|
70379
|
+
};
|
70380
|
+
closeDelay: (StringConstructor | NumberConstructor)[];
|
70381
|
+
openDelay: (StringConstructor | NumberConstructor)[];
|
70382
|
+
browseText: {
|
70383
|
+
type: StringConstructor;
|
70384
|
+
default: string;
|
70385
|
+
};
|
70386
|
+
dividerText: {
|
70387
|
+
type: StringConstructor;
|
70388
|
+
default: string;
|
70389
|
+
};
|
70390
|
+
title: {
|
70391
|
+
type: StringConstructor;
|
70392
|
+
default: string;
|
70393
|
+
};
|
70394
|
+
subtitle: StringConstructor;
|
70395
|
+
icon: {
|
70396
|
+
type: PropType<IconValue>;
|
70397
|
+
default: string;
|
70398
|
+
};
|
70399
|
+
modelValue: {
|
70400
|
+
type: PropType<File[] | File>;
|
70401
|
+
default: null;
|
70402
|
+
validator: (val: any) => boolean;
|
70403
|
+
};
|
70404
|
+
clearable: BooleanConstructor;
|
70405
|
+
disabled: BooleanConstructor;
|
70406
|
+
hideBrowse: BooleanConstructor;
|
70407
|
+
multiple: BooleanConstructor;
|
70408
|
+
scrim: {
|
70409
|
+
type: (StringConstructor | BooleanConstructor)[];
|
70410
|
+
default: boolean;
|
70411
|
+
};
|
70412
|
+
showSize: BooleanConstructor;
|
70413
|
+
name: StringConstructor;
|
70414
|
+
}>>;
|
70415
|
+
type VFileUpload = InstanceType<typeof VFileUpload>;
|
70416
|
+
|
70417
|
+
declare const VFileUploadItem: {
|
70418
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
70419
|
+
replace: boolean;
|
70420
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
70421
|
+
exact: boolean;
|
70422
|
+
file: File;
|
70423
|
+
border: string | number | boolean;
|
70424
|
+
nav: boolean;
|
70425
|
+
style: vue.StyleValue;
|
70426
|
+
disabled: boolean;
|
70427
|
+
tag: string;
|
70428
|
+
lines: false | "one" | "two" | "three";
|
70429
|
+
rounded: string | number | boolean;
|
70430
|
+
tile: boolean;
|
70431
|
+
density: Density;
|
70432
|
+
slim: boolean;
|
70433
|
+
ripple: boolean | {
|
70434
|
+
class: string;
|
70435
|
+
} | undefined;
|
70436
|
+
clearable: boolean;
|
70437
|
+
showSize: boolean;
|
70438
|
+
fileIcon: string;
|
70439
|
+
} & {
|
70440
|
+
link?: boolean | undefined;
|
70441
|
+
height?: string | number | undefined;
|
70442
|
+
width?: string | number | undefined;
|
70443
|
+
active?: boolean | undefined;
|
70444
|
+
color?: string | undefined;
|
70445
|
+
maxHeight?: string | number | undefined;
|
70446
|
+
maxWidth?: string | number | undefined;
|
70447
|
+
minHeight?: string | number | undefined;
|
70448
|
+
minWidth?: string | number | undefined;
|
70449
|
+
value?: any;
|
70450
|
+
title?: string | number | undefined;
|
70451
|
+
class?: any;
|
70452
|
+
theme?: string | undefined;
|
70453
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
70454
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70455
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70456
|
+
href?: string | undefined;
|
70457
|
+
elevation?: string | number | undefined;
|
70458
|
+
baseColor?: string | undefined;
|
70459
|
+
activeColor?: string | undefined;
|
70460
|
+
prependIcon?: IconValue | undefined;
|
70461
|
+
appendIcon?: IconValue | undefined;
|
70462
|
+
activeClass?: string | undefined;
|
70463
|
+
appendAvatar?: string | undefined;
|
70464
|
+
prependAvatar?: string | undefined;
|
70465
|
+
subtitle?: string | number | undefined;
|
70466
|
+
} & {
|
70467
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
70468
|
+
clear?: ((arg: {
|
70469
|
+
props: {
|
70470
|
+
onClick: () => void;
|
70471
|
+
};
|
70472
|
+
}) => vue.VNodeChild) | undefined;
|
70473
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70474
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70475
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70476
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70477
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70478
|
+
};
|
70479
|
+
'v-slots'?: {
|
70480
|
+
clear?: false | ((arg: {
|
70481
|
+
props: {
|
70482
|
+
onClick: () => void;
|
70483
|
+
};
|
70484
|
+
}) => vue.VNodeChild) | undefined;
|
70485
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70486
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70487
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70488
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70489
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70490
|
+
} | undefined;
|
70491
|
+
} & {
|
70492
|
+
"v-slot:clear"?: false | ((arg: {
|
70493
|
+
props: {
|
70494
|
+
onClick: () => void;
|
70495
|
+
};
|
70496
|
+
}) => vue.VNodeChild) | undefined;
|
70497
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70498
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70499
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70500
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70501
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70502
|
+
} & {
|
70503
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
70504
|
+
"onClick:remove"?: (() => any) | undefined;
|
70505
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
70506
|
+
'click:remove': () => true;
|
70507
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
70508
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
70509
|
+
replace: boolean;
|
70510
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
70511
|
+
exact: boolean;
|
70512
|
+
file: File;
|
70513
|
+
border: string | number | boolean;
|
70514
|
+
nav: boolean;
|
70515
|
+
style: vue.StyleValue;
|
70516
|
+
disabled: boolean;
|
70517
|
+
tag: string;
|
70518
|
+
lines: false | "one" | "two" | "three";
|
70519
|
+
rounded: string | number | boolean;
|
70520
|
+
tile: boolean;
|
70521
|
+
density: Density;
|
70522
|
+
slim: boolean;
|
70523
|
+
ripple: boolean | {
|
70524
|
+
class: string;
|
70525
|
+
} | undefined;
|
70526
|
+
clearable: boolean;
|
70527
|
+
showSize: boolean;
|
70528
|
+
fileIcon: string;
|
70529
|
+
} & {
|
70530
|
+
link?: boolean | undefined;
|
70531
|
+
height?: string | number | undefined;
|
70532
|
+
width?: string | number | undefined;
|
70533
|
+
active?: boolean | undefined;
|
70534
|
+
color?: string | undefined;
|
70535
|
+
maxHeight?: string | number | undefined;
|
70536
|
+
maxWidth?: string | number | undefined;
|
70537
|
+
minHeight?: string | number | undefined;
|
70538
|
+
minWidth?: string | number | undefined;
|
70539
|
+
value?: any;
|
70540
|
+
title?: string | number | undefined;
|
70541
|
+
class?: any;
|
70542
|
+
theme?: string | undefined;
|
70543
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
70544
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70545
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70546
|
+
href?: string | undefined;
|
70547
|
+
elevation?: string | number | undefined;
|
70548
|
+
baseColor?: string | undefined;
|
70549
|
+
activeColor?: string | undefined;
|
70550
|
+
prependIcon?: IconValue | undefined;
|
70551
|
+
appendIcon?: IconValue | undefined;
|
70552
|
+
activeClass?: string | undefined;
|
70553
|
+
appendAvatar?: string | undefined;
|
70554
|
+
prependAvatar?: string | undefined;
|
70555
|
+
subtitle?: string | number | undefined;
|
70556
|
+
} & {
|
70557
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
70558
|
+
clear?: ((arg: {
|
70559
|
+
props: {
|
70560
|
+
onClick: () => void;
|
70561
|
+
};
|
70562
|
+
}) => vue.VNodeChild) | undefined;
|
70563
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70564
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70565
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70566
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70567
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70568
|
+
};
|
70569
|
+
'v-slots'?: {
|
70570
|
+
clear?: false | ((arg: {
|
70571
|
+
props: {
|
70572
|
+
onClick: () => void;
|
70573
|
+
};
|
70574
|
+
}) => vue.VNodeChild) | undefined;
|
70575
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70576
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70577
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70578
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70579
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70580
|
+
} | undefined;
|
70581
|
+
} & {
|
70582
|
+
"v-slot:clear"?: false | ((arg: {
|
70583
|
+
props: {
|
70584
|
+
onClick: () => void;
|
70585
|
+
};
|
70586
|
+
}) => vue.VNodeChild) | undefined;
|
70587
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70588
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70589
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70590
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70591
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70592
|
+
} & {
|
70593
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
70594
|
+
"onClick:remove"?: (() => any) | undefined;
|
70595
|
+
}, {
|
70596
|
+
replace: boolean;
|
70597
|
+
link: boolean;
|
70598
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
70599
|
+
exact: boolean;
|
70600
|
+
file: File;
|
70601
|
+
active: boolean;
|
70602
|
+
border: string | number | boolean;
|
70603
|
+
nav: boolean;
|
70604
|
+
style: vue.StyleValue;
|
70605
|
+
disabled: boolean;
|
70606
|
+
tag: string;
|
70607
|
+
lines: false | "one" | "two" | "three";
|
70608
|
+
rounded: string | number | boolean;
|
70609
|
+
tile: boolean;
|
70610
|
+
density: Density;
|
70611
|
+
slim: boolean;
|
70612
|
+
ripple: boolean | {
|
70613
|
+
class: string;
|
70614
|
+
} | undefined;
|
70615
|
+
clearable: boolean;
|
70616
|
+
showSize: boolean;
|
70617
|
+
fileIcon: string;
|
70618
|
+
}, true, {}, vue.SlotsType<Partial<{
|
70619
|
+
clear: (arg: {
|
70620
|
+
props: {
|
70621
|
+
onClick: () => void;
|
70622
|
+
};
|
70623
|
+
}) => vue.VNode[];
|
70624
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
70625
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
70626
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
70627
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
70628
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
70629
|
+
}>>, {
|
70630
|
+
P: {};
|
70631
|
+
B: {};
|
70632
|
+
D: {};
|
70633
|
+
C: {};
|
70634
|
+
M: {};
|
70635
|
+
Defaults: {};
|
70636
|
+
}, {
|
70637
|
+
replace: boolean;
|
70638
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
70639
|
+
exact: boolean;
|
70640
|
+
file: File;
|
70641
|
+
border: string | number | boolean;
|
70642
|
+
nav: boolean;
|
70643
|
+
style: vue.StyleValue;
|
70644
|
+
disabled: boolean;
|
70645
|
+
tag: string;
|
70646
|
+
lines: false | "one" | "two" | "three";
|
70647
|
+
rounded: string | number | boolean;
|
70648
|
+
tile: boolean;
|
70649
|
+
density: Density;
|
70650
|
+
slim: boolean;
|
70651
|
+
ripple: boolean | {
|
70652
|
+
class: string;
|
70653
|
+
} | undefined;
|
70654
|
+
clearable: boolean;
|
70655
|
+
showSize: boolean;
|
70656
|
+
fileIcon: string;
|
70657
|
+
} & {
|
70658
|
+
link?: boolean | undefined;
|
70659
|
+
height?: string | number | undefined;
|
70660
|
+
width?: string | number | undefined;
|
70661
|
+
active?: boolean | undefined;
|
70662
|
+
color?: string | undefined;
|
70663
|
+
maxHeight?: string | number | undefined;
|
70664
|
+
maxWidth?: string | number | undefined;
|
70665
|
+
minHeight?: string | number | undefined;
|
70666
|
+
minWidth?: string | number | undefined;
|
70667
|
+
value?: any;
|
70668
|
+
title?: string | number | undefined;
|
70669
|
+
class?: any;
|
70670
|
+
theme?: string | undefined;
|
70671
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
70672
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70673
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70674
|
+
href?: string | undefined;
|
70675
|
+
elevation?: string | number | undefined;
|
70676
|
+
baseColor?: string | undefined;
|
70677
|
+
activeColor?: string | undefined;
|
70678
|
+
prependIcon?: IconValue | undefined;
|
70679
|
+
appendIcon?: IconValue | undefined;
|
70680
|
+
activeClass?: string | undefined;
|
70681
|
+
appendAvatar?: string | undefined;
|
70682
|
+
prependAvatar?: string | undefined;
|
70683
|
+
subtitle?: string | number | undefined;
|
70684
|
+
} & {
|
70685
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
70686
|
+
clear?: ((arg: {
|
70687
|
+
props: {
|
70688
|
+
onClick: () => void;
|
70689
|
+
};
|
70690
|
+
}) => vue.VNodeChild) | undefined;
|
70691
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70692
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70693
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70694
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70695
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70696
|
+
};
|
70697
|
+
'v-slots'?: {
|
70698
|
+
clear?: false | ((arg: {
|
70699
|
+
props: {
|
70700
|
+
onClick: () => void;
|
70701
|
+
};
|
70702
|
+
}) => vue.VNodeChild) | undefined;
|
70703
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70704
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70705
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70706
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70707
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70708
|
+
} | undefined;
|
70709
|
+
} & {
|
70710
|
+
"v-slot:clear"?: false | ((arg: {
|
70711
|
+
props: {
|
70712
|
+
onClick: () => void;
|
70713
|
+
};
|
70714
|
+
}) => vue.VNodeChild) | undefined;
|
70715
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70716
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70717
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70718
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70719
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70720
|
+
} & {
|
70721
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
70722
|
+
"onClick:remove"?: (() => any) | undefined;
|
70723
|
+
}, {}, {}, {}, {}, {
|
70724
|
+
replace: boolean;
|
70725
|
+
link: boolean;
|
70726
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
70727
|
+
exact: boolean;
|
70728
|
+
file: File;
|
70729
|
+
active: boolean;
|
70730
|
+
border: string | number | boolean;
|
70731
|
+
nav: boolean;
|
70732
|
+
style: vue.StyleValue;
|
70733
|
+
disabled: boolean;
|
70734
|
+
tag: string;
|
70735
|
+
lines: false | "one" | "two" | "three";
|
70736
|
+
rounded: string | number | boolean;
|
70737
|
+
tile: boolean;
|
70738
|
+
density: Density;
|
70739
|
+
slim: boolean;
|
70740
|
+
ripple: boolean | {
|
70741
|
+
class: string;
|
70742
|
+
} | undefined;
|
70743
|
+
clearable: boolean;
|
70744
|
+
showSize: boolean;
|
70745
|
+
fileIcon: string;
|
70746
|
+
}>;
|
70747
|
+
__isFragment?: never;
|
70748
|
+
__isTeleport?: never;
|
70749
|
+
__isSuspense?: never;
|
70750
|
+
} & vue.ComponentOptionsBase<{
|
70751
|
+
replace: boolean;
|
70752
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
70753
|
+
exact: boolean;
|
70754
|
+
file: File;
|
70755
|
+
border: string | number | boolean;
|
70756
|
+
nav: boolean;
|
70757
|
+
style: vue.StyleValue;
|
70758
|
+
disabled: boolean;
|
70759
|
+
tag: string;
|
70760
|
+
lines: false | "one" | "two" | "three";
|
70761
|
+
rounded: string | number | boolean;
|
70762
|
+
tile: boolean;
|
70763
|
+
density: Density;
|
70764
|
+
slim: boolean;
|
70765
|
+
ripple: boolean | {
|
70766
|
+
class: string;
|
70767
|
+
} | undefined;
|
70768
|
+
clearable: boolean;
|
70769
|
+
showSize: boolean;
|
70770
|
+
fileIcon: string;
|
70771
|
+
} & {
|
70772
|
+
link?: boolean | undefined;
|
70773
|
+
height?: string | number | undefined;
|
70774
|
+
width?: string | number | undefined;
|
70775
|
+
active?: boolean | undefined;
|
70776
|
+
color?: string | undefined;
|
70777
|
+
maxHeight?: string | number | undefined;
|
70778
|
+
maxWidth?: string | number | undefined;
|
70779
|
+
minHeight?: string | number | undefined;
|
70780
|
+
minWidth?: string | number | undefined;
|
70781
|
+
value?: any;
|
70782
|
+
title?: string | number | undefined;
|
70783
|
+
class?: any;
|
70784
|
+
theme?: string | undefined;
|
70785
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
70786
|
+
onClick?: ((args_0: MouseEvent | KeyboardEvent) => void) | undefined;
|
70787
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
70788
|
+
href?: string | undefined;
|
70789
|
+
elevation?: string | number | undefined;
|
70790
|
+
baseColor?: string | undefined;
|
70791
|
+
activeColor?: string | undefined;
|
70792
|
+
prependIcon?: IconValue | undefined;
|
70793
|
+
appendIcon?: IconValue | undefined;
|
70794
|
+
activeClass?: string | undefined;
|
70795
|
+
appendAvatar?: string | undefined;
|
70796
|
+
prependAvatar?: string | undefined;
|
70797
|
+
subtitle?: string | number | undefined;
|
70798
|
+
} & {
|
70799
|
+
$children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
|
70800
|
+
clear?: ((arg: {
|
70801
|
+
props: {
|
70802
|
+
onClick: () => void;
|
70803
|
+
};
|
70804
|
+
}) => vue.VNodeChild) | undefined;
|
70805
|
+
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70806
|
+
append?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70807
|
+
default?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70808
|
+
title?: ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70809
|
+
subtitle?: ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70810
|
+
};
|
70811
|
+
'v-slots'?: {
|
70812
|
+
clear?: false | ((arg: {
|
70813
|
+
props: {
|
70814
|
+
onClick: () => void;
|
70815
|
+
};
|
70816
|
+
}) => vue.VNodeChild) | undefined;
|
70817
|
+
prepend?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70818
|
+
append?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70819
|
+
default?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70820
|
+
title?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70821
|
+
subtitle?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70822
|
+
} | undefined;
|
70823
|
+
} & {
|
70824
|
+
"v-slot:clear"?: false | ((arg: {
|
70825
|
+
props: {
|
70826
|
+
onClick: () => void;
|
70827
|
+
};
|
70828
|
+
}) => vue.VNodeChild) | undefined;
|
70829
|
+
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70830
|
+
"v-slot:append"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70831
|
+
"v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
70832
|
+
"v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
70833
|
+
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
70834
|
+
} & {
|
70835
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
70836
|
+
"onClick:remove"?: (() => any) | undefined;
|
70837
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
70838
|
+
'click:remove': () => true;
|
70839
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
70840
|
+
}, string, {
|
70841
|
+
replace: boolean;
|
70842
|
+
link: boolean;
|
70843
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
70844
|
+
exact: boolean;
|
70845
|
+
file: File;
|
70846
|
+
active: boolean;
|
70847
|
+
border: string | number | boolean;
|
70848
|
+
nav: boolean;
|
70849
|
+
style: vue.StyleValue;
|
70850
|
+
disabled: boolean;
|
70851
|
+
tag: string;
|
70852
|
+
lines: false | "one" | "two" | "three";
|
70853
|
+
rounded: string | number | boolean;
|
70854
|
+
tile: boolean;
|
70855
|
+
density: Density;
|
70856
|
+
slim: boolean;
|
70857
|
+
ripple: boolean | {
|
70858
|
+
class: string;
|
70859
|
+
} | undefined;
|
70860
|
+
clearable: boolean;
|
70861
|
+
showSize: boolean;
|
70862
|
+
fileIcon: string;
|
70863
|
+
}, {}, string, vue.SlotsType<Partial<{
|
70864
|
+
clear: (arg: {
|
70865
|
+
props: {
|
70866
|
+
onClick: () => void;
|
70867
|
+
};
|
70868
|
+
}) => vue.VNode[];
|
70869
|
+
prepend: (arg: ListItemSlot) => vue.VNode[];
|
70870
|
+
append: (arg: ListItemSlot) => vue.VNode[];
|
70871
|
+
default: (arg: ListItemSlot) => vue.VNode[];
|
70872
|
+
title: (arg: ListItemTitleSlot) => vue.VNode[];
|
70873
|
+
subtitle: (arg: ListItemSubtitleSlot) => vue.VNode[];
|
70874
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
70875
|
+
color: StringConstructor;
|
70876
|
+
variant: Omit<{
|
70877
|
+
type: PropType<Variant$2>;
|
70878
|
+
default: string;
|
70879
|
+
validator: (v: any) => boolean;
|
70880
|
+
}, "type" | "default"> & {
|
70881
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
70882
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
70883
|
+
};
|
70884
|
+
theme: StringConstructor;
|
70885
|
+
tag: {
|
70886
|
+
type: StringConstructor;
|
70887
|
+
default: string;
|
70888
|
+
};
|
70889
|
+
href: StringConstructor;
|
70890
|
+
replace: BooleanConstructor;
|
70891
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
70892
|
+
exact: BooleanConstructor;
|
70893
|
+
rounded: Omit<{
|
70894
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
70895
|
+
default: undefined;
|
70896
|
+
}, "type" | "default"> & {
|
70897
|
+
type: PropType<string | number | boolean>;
|
70898
|
+
default: NonNullable<string | number | boolean>;
|
70899
|
+
};
|
70900
|
+
tile: BooleanConstructor;
|
70901
|
+
elevation: {
|
70902
|
+
type: (StringConstructor | NumberConstructor)[];
|
70903
|
+
validator(v: any): boolean;
|
70904
|
+
};
|
70905
|
+
height: (StringConstructor | NumberConstructor)[];
|
70906
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
70907
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
70908
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
70909
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
70910
|
+
width: (StringConstructor | NumberConstructor)[];
|
70911
|
+
density: {
|
70912
|
+
type: PropType<Density>;
|
70913
|
+
default: string;
|
70914
|
+
validator: (v: any) => boolean;
|
70915
|
+
};
|
70916
|
+
class: PropType<ClassValue>;
|
70917
|
+
style: {
|
70918
|
+
type: PropType<vue.StyleValue>;
|
70919
|
+
default: null;
|
70920
|
+
};
|
70921
|
+
border: {
|
70922
|
+
type: PropType<string | number | boolean>;
|
70923
|
+
default: NonNullable<string | number | boolean>;
|
70924
|
+
};
|
70925
|
+
active: {
|
70926
|
+
type: BooleanConstructor;
|
70927
|
+
default: undefined;
|
70928
|
+
};
|
70929
|
+
activeClass: StringConstructor;
|
70930
|
+
activeColor: StringConstructor;
|
70931
|
+
appendAvatar: StringConstructor;
|
70932
|
+
appendIcon: PropType<IconValue>;
|
70933
|
+
baseColor: StringConstructor;
|
70934
|
+
disabled: BooleanConstructor;
|
70935
|
+
lines: {
|
70936
|
+
type: PropType<false | "one" | "two" | "three">;
|
70937
|
+
default: NonNullable<false | "one" | "two" | "three">;
|
70938
|
+
};
|
70939
|
+
link: {
|
70940
|
+
type: BooleanConstructor;
|
70941
|
+
default: undefined;
|
70942
|
+
};
|
70943
|
+
nav: BooleanConstructor;
|
70944
|
+
prependAvatar: StringConstructor;
|
70945
|
+
prependIcon: PropType<IconValue>;
|
70946
|
+
ripple: {
|
70947
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
70948
|
+
default: boolean;
|
70949
|
+
};
|
70950
|
+
slim: BooleanConstructor;
|
70951
|
+
subtitle: (StringConstructor | NumberConstructor)[];
|
70952
|
+
title: (StringConstructor | NumberConstructor)[];
|
70953
|
+
value: null;
|
70954
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
70955
|
+
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
70956
|
+
clearable: BooleanConstructor;
|
70957
|
+
file: {
|
70958
|
+
type: PropType<File>;
|
70959
|
+
default: null;
|
70960
|
+
};
|
70961
|
+
fileIcon: {
|
70962
|
+
type: StringConstructor;
|
70963
|
+
default: string;
|
70964
|
+
};
|
70965
|
+
showSize: BooleanConstructor;
|
70966
|
+
}, vue.ExtractPropTypes<{
|
70967
|
+
color: StringConstructor;
|
70968
|
+
variant: Omit<{
|
70969
|
+
type: PropType<Variant$2>;
|
70970
|
+
default: string;
|
70971
|
+
validator: (v: any) => boolean;
|
70972
|
+
}, "type" | "default"> & {
|
70973
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
70974
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
70975
|
+
};
|
70976
|
+
theme: StringConstructor;
|
70977
|
+
tag: {
|
70978
|
+
type: StringConstructor;
|
70979
|
+
default: string;
|
70980
|
+
};
|
70981
|
+
href: StringConstructor;
|
70982
|
+
replace: BooleanConstructor;
|
70983
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
70984
|
+
exact: BooleanConstructor;
|
70985
|
+
rounded: Omit<{
|
70986
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
70987
|
+
default: undefined;
|
70988
|
+
}, "type" | "default"> & {
|
70989
|
+
type: PropType<string | number | boolean>;
|
70990
|
+
default: NonNullable<string | number | boolean>;
|
70991
|
+
};
|
70992
|
+
tile: BooleanConstructor;
|
70993
|
+
elevation: {
|
70994
|
+
type: (StringConstructor | NumberConstructor)[];
|
70995
|
+
validator(v: any): boolean;
|
70996
|
+
};
|
70997
|
+
height: (StringConstructor | NumberConstructor)[];
|
70998
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
70999
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
71000
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
71001
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
71002
|
+
width: (StringConstructor | NumberConstructor)[];
|
71003
|
+
density: {
|
71004
|
+
type: PropType<Density>;
|
71005
|
+
default: string;
|
71006
|
+
validator: (v: any) => boolean;
|
71007
|
+
};
|
71008
|
+
class: PropType<ClassValue>;
|
71009
|
+
style: {
|
71010
|
+
type: PropType<vue.StyleValue>;
|
71011
|
+
default: null;
|
71012
|
+
};
|
71013
|
+
border: {
|
71014
|
+
type: PropType<string | number | boolean>;
|
71015
|
+
default: NonNullable<string | number | boolean>;
|
71016
|
+
};
|
71017
|
+
active: {
|
71018
|
+
type: BooleanConstructor;
|
71019
|
+
default: undefined;
|
71020
|
+
};
|
71021
|
+
activeClass: StringConstructor;
|
71022
|
+
activeColor: StringConstructor;
|
71023
|
+
appendAvatar: StringConstructor;
|
71024
|
+
appendIcon: PropType<IconValue>;
|
71025
|
+
baseColor: StringConstructor;
|
71026
|
+
disabled: BooleanConstructor;
|
71027
|
+
lines: {
|
71028
|
+
type: PropType<false | "one" | "two" | "three">;
|
71029
|
+
default: NonNullable<false | "one" | "two" | "three">;
|
71030
|
+
};
|
71031
|
+
link: {
|
71032
|
+
type: BooleanConstructor;
|
71033
|
+
default: undefined;
|
71034
|
+
};
|
71035
|
+
nav: BooleanConstructor;
|
71036
|
+
prependAvatar: StringConstructor;
|
71037
|
+
prependIcon: PropType<IconValue>;
|
71038
|
+
ripple: {
|
71039
|
+
type: PropType<RippleDirectiveBinding["value"]>;
|
71040
|
+
default: boolean;
|
71041
|
+
};
|
71042
|
+
slim: BooleanConstructor;
|
71043
|
+
subtitle: (StringConstructor | NumberConstructor)[];
|
71044
|
+
title: (StringConstructor | NumberConstructor)[];
|
71045
|
+
value: null;
|
71046
|
+
onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
|
71047
|
+
onClickOnce: PropType<(args_0: MouseEvent) => void>;
|
71048
|
+
clearable: BooleanConstructor;
|
71049
|
+
file: {
|
71050
|
+
type: PropType<File>;
|
71051
|
+
default: null;
|
71052
|
+
};
|
71053
|
+
fileIcon: {
|
71054
|
+
type: StringConstructor;
|
71055
|
+
default: string;
|
71056
|
+
};
|
71057
|
+
showSize: BooleanConstructor;
|
71058
|
+
}>>;
|
71059
|
+
type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
|
71060
|
+
|
69750
71061
|
type ControlSlot = {
|
69751
71062
|
click: (e: MouseEvent) => void;
|
69752
71063
|
};
|
@@ -81653,6 +82964,8 @@ declare const allComponents_d_VFadeTransition: typeof VFadeTransition;
|
|
81653
82964
|
declare const allComponents_d_VField: typeof VField;
|
81654
82965
|
declare const allComponents_d_VFieldLabel: typeof VFieldLabel;
|
81655
82966
|
declare const allComponents_d_VFileInput: typeof VFileInput;
|
82967
|
+
declare const allComponents_d_VFileUpload: typeof VFileUpload;
|
82968
|
+
declare const allComponents_d_VFileUploadItem: typeof VFileUploadItem;
|
81656
82969
|
declare const allComponents_d_VFooter: typeof VFooter;
|
81657
82970
|
declare const allComponents_d_VForm: typeof VForm;
|
81658
82971
|
declare const allComponents_d_VHover: typeof VHover;
|
@@ -81758,7 +83071,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
|
|
81758
83071
|
declare const allComponents_d_VWindow: typeof VWindow;
|
81759
83072
|
declare const allComponents_d_VWindowItem: typeof VWindowItem;
|
81760
83073
|
declare namespace allComponents_d {
|
81761
|
-
export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
|
83074
|
+
export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
|
81762
83075
|
}
|
81763
83076
|
|
81764
83077
|
declare const md1: Blueprint;
|