@vuetify/nightly 3.9.2-master.2025-07-22 → 3.9.2-master.2025-07-24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -3
- package/dist/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +3014 -2750
- package/dist/json/importMap-labs.json +34 -22
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +81 -0
- package/dist/json/web-types.json +6647 -5536
- package/dist/vuetify-labs.cjs +765 -23
- package/dist/vuetify-labs.css +4300 -3958
- package/dist/vuetify-labs.d.ts +6519 -844
- package/dist/vuetify-labs.esm.js +766 -24
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +765 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +50 -16
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5769 -5762
- package/dist/vuetify.d.ts +96 -82
- package/dist/vuetify.esm.js +50 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +50 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +276 -274
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +7 -13
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +1 -0
- package/lib/components/VColorPicker/VColorPicker.sass +1 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +0 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDialog/VDialog.d.ts +6 -6
- package/lib/components/VFileInput/VFileInput.css +3 -0
- package/lib/components/VFileInput/VFileInput.sass +3 -0
- package/lib/components/VOverlay/VOverlay.js +1 -0
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +1 -0
- package/lib/components/VOverlay/scrollStrategies.js +6 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +4 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +2 -1
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +5 -2
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +13 -0
- package/lib/components/VSlider/VSlider.d.ts +13 -0
- package/lib/components/VSlider/VSlider.js +3 -1
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.d.ts +13 -0
- package/lib/components/VSlider/VSliderThumb.js +2 -0
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/slider.d.ts +6 -0
- package/lib/components/VSlider/slider.js +2 -0
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +7 -7
- package/lib/components/VTreeview/VTreeview.js +0 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +8 -2
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -55
- package/lib/framework.js +1 -1
- package/lib/iconsets/fa.js +9 -1
- package/lib/iconsets/fa.js.map +1 -1
- package/lib/iconsets/fa4.js +9 -1
- package/lib/iconsets/fa4.js.map +1 -1
- package/lib/iconsets/md.js +9 -1
- package/lib/iconsets/md.js.map +1 -1
- package/lib/iconsets/mdi-svg.js +9 -1
- package/lib/iconsets/mdi-svg.js.map +1 -1
- package/lib/iconsets/mdi.js +9 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.css +1 -0
- package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +1 -0
- package/lib/labs/VVideo/VVideo.css +319 -0
- package/lib/labs/VVideo/VVideo.d.ts +6932 -0
- package/lib/labs/VVideo/VVideo.js +424 -0
- package/lib/labs/VVideo/VVideo.js.map +1 -0
- package/lib/labs/VVideo/VVideo.sass +301 -0
- package/lib/labs/VVideo/VVideoControls.d.ts +3524 -0
- package/lib/labs/VVideo/VVideoControls.js +232 -0
- package/lib/labs/VVideo/VVideoControls.js.map +1 -0
- package/lib/labs/VVideo/VVideoVolume.d.ts +3088 -0
- package/lib/labs/VVideo/VVideoVolume.js +90 -0
- package/lib/labs/VVideo/VVideoVolume.js.map +1 -0
- package/lib/labs/VVideo/_variables.scss +58 -0
- package/lib/labs/VVideo/index.d.ts +3 -0
- package/lib/labs/VVideo/index.js +4 -0
- package/lib/labs/VVideo/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/locale/af.d.ts +11 -0
- package/lib/locale/af.js +11 -0
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.d.ts +11 -0
- package/lib/locale/ar.js +11 -0
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.d.ts +11 -0
- package/lib/locale/az.js +11 -0
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.d.ts +11 -0
- package/lib/locale/bg.js +11 -0
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.d.ts +11 -0
- package/lib/locale/ca.js +11 -0
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.d.ts +11 -0
- package/lib/locale/ckb.js +11 -0
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.d.ts +11 -0
- package/lib/locale/cs.js +11 -0
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.d.ts +11 -0
- package/lib/locale/da.js +11 -0
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.d.ts +11 -0
- package/lib/locale/de.js +11 -0
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.d.ts +11 -0
- package/lib/locale/el.js +11 -0
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.d.ts +11 -0
- package/lib/locale/en.js +11 -0
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.d.ts +11 -0
- package/lib/locale/es.js +11 -0
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.d.ts +11 -0
- package/lib/locale/et.js +11 -0
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.d.ts +11 -0
- package/lib/locale/fa.js +11 -0
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.d.ts +11 -0
- package/lib/locale/fi.js +11 -0
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.d.ts +11 -0
- package/lib/locale/fr.js +11 -0
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.d.ts +11 -0
- package/lib/locale/he.js +11 -0
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.d.ts +11 -0
- package/lib/locale/hr.js +11 -0
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.d.ts +11 -0
- package/lib/locale/hu.js +11 -0
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.d.ts +11 -0
- package/lib/locale/id.js +11 -0
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.d.ts +11 -0
- package/lib/locale/it.js +11 -0
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.d.ts +11 -0
- package/lib/locale/ja.js +11 -0
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/km.d.ts +11 -0
- package/lib/locale/km.js +11 -0
- package/lib/locale/km.js.map +1 -1
- package/lib/locale/ko.d.ts +11 -0
- package/lib/locale/ko.js +11 -0
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.d.ts +11 -0
- package/lib/locale/lt.js +11 -0
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.d.ts +11 -0
- package/lib/locale/lv.js +11 -0
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.d.ts +11 -0
- package/lib/locale/nl.js +11 -0
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.d.ts +11 -0
- package/lib/locale/no.js +11 -0
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.d.ts +11 -0
- package/lib/locale/pl.js +11 -0
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.d.ts +11 -0
- package/lib/locale/pt.js +11 -0
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.d.ts +11 -0
- package/lib/locale/ro.js +11 -0
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.d.ts +11 -0
- package/lib/locale/ru.js +11 -0
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.d.ts +11 -0
- package/lib/locale/sk.js +11 -0
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.d.ts +11 -0
- package/lib/locale/sl.js +11 -0
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.d.ts +11 -0
- package/lib/locale/sr-Cyrl.js +11 -0
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.d.ts +11 -0
- package/lib/locale/sr-Latn.js +11 -0
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.d.ts +11 -0
- package/lib/locale/sv.js +11 -0
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.d.ts +11 -0
- package/lib/locale/th.js +11 -0
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.d.ts +11 -0
- package/lib/locale/tr.js +11 -0
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.d.ts +11 -0
- package/lib/locale/uk.js +11 -0
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.d.ts +11 -0
- package/lib/locale/vi.js +11 -0
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.d.ts +11 -0
- package/lib/locale/zh-Hans.js +11 -0
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.d.ts +11 -0
- package/lib/locale/zh-Hant.js +11 -0
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/util/index.d.ts +1 -0
- package/lib/util/index.js +1 -0
- package/lib/util/index.js.map +1 -1
- package/lib/util/timeUtils.d.ts +1 -0
- package/lib/util/timeUtils.js +4 -0
- package/lib/util/timeUtils.js.map +1 -0
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -1056,6 +1056,7 @@ interface ScrollStrategyData {
|
|
1056
1056
|
root: Ref<HTMLElement | undefined>;
|
1057
1057
|
contentEl: Ref<HTMLElement | undefined>;
|
1058
1058
|
targetEl: Ref<HTMLElement | undefined>;
|
1059
|
+
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
1059
1060
|
isActive: Ref<boolean>;
|
1060
1061
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1061
1062
|
}
|
@@ -20559,6 +20560,7 @@ declare const VBottomSheet: {
|
|
20559
20560
|
eager: boolean;
|
20560
20561
|
disabled: boolean;
|
20561
20562
|
persistent: boolean;
|
20563
|
+
fullscreen: boolean;
|
20562
20564
|
modelValue: boolean;
|
20563
20565
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
20564
20566
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -20569,7 +20571,6 @@ declare const VBottomSheet: {
|
|
20569
20571
|
contained: boolean;
|
20570
20572
|
noClickAnimation: boolean;
|
20571
20573
|
scrim: string | boolean;
|
20572
|
-
fullscreen: boolean;
|
20573
20574
|
retainFocus: boolean;
|
20574
20575
|
scrollable: boolean;
|
20575
20576
|
} & {
|
@@ -20704,6 +20705,7 @@ declare const VBottomSheet: {
|
|
20704
20705
|
eager: boolean;
|
20705
20706
|
disabled: boolean;
|
20706
20707
|
persistent: boolean;
|
20708
|
+
fullscreen: boolean;
|
20707
20709
|
modelValue: boolean;
|
20708
20710
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
20709
20711
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -20716,7 +20718,6 @@ declare const VBottomSheet: {
|
|
20716
20718
|
contained: boolean;
|
20717
20719
|
noClickAnimation: boolean;
|
20718
20720
|
scrim: string | boolean;
|
20719
|
-
fullscreen: boolean;
|
20720
20721
|
retainFocus: boolean;
|
20721
20722
|
scrollable: boolean;
|
20722
20723
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -20809,6 +20810,7 @@ declare const VBottomSheet: {
|
|
20809
20810
|
eager: boolean;
|
20810
20811
|
disabled: boolean;
|
20811
20812
|
persistent: boolean;
|
20813
|
+
fullscreen: boolean;
|
20812
20814
|
modelValue: boolean;
|
20813
20815
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
20814
20816
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -20819,7 +20821,6 @@ declare const VBottomSheet: {
|
|
20819
20821
|
contained: boolean;
|
20820
20822
|
noClickAnimation: boolean;
|
20821
20823
|
scrim: string | boolean;
|
20822
|
-
fullscreen: boolean;
|
20823
20824
|
retainFocus: boolean;
|
20824
20825
|
scrollable: boolean;
|
20825
20826
|
} & {
|
@@ -20952,6 +20953,7 @@ declare const VBottomSheet: {
|
|
20952
20953
|
eager: boolean;
|
20953
20954
|
disabled: boolean;
|
20954
20955
|
persistent: boolean;
|
20956
|
+
fullscreen: boolean;
|
20955
20957
|
modelValue: boolean;
|
20956
20958
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
20957
20959
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -20964,7 +20966,6 @@ declare const VBottomSheet: {
|
|
20964
20966
|
contained: boolean;
|
20965
20967
|
noClickAnimation: boolean;
|
20966
20968
|
scrim: string | boolean;
|
20967
|
-
fullscreen: boolean;
|
20968
20969
|
retainFocus: boolean;
|
20969
20970
|
scrollable: boolean;
|
20970
20971
|
}>;
|
@@ -21045,6 +21046,7 @@ declare const VBottomSheet: {
|
|
21045
21046
|
eager: boolean;
|
21046
21047
|
disabled: boolean;
|
21047
21048
|
persistent: boolean;
|
21049
|
+
fullscreen: boolean;
|
21048
21050
|
modelValue: boolean;
|
21049
21051
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
21050
21052
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -21055,7 +21057,6 @@ declare const VBottomSheet: {
|
|
21055
21057
|
contained: boolean;
|
21056
21058
|
noClickAnimation: boolean;
|
21057
21059
|
scrim: string | boolean;
|
21058
|
-
fullscreen: boolean;
|
21059
21060
|
retainFocus: boolean;
|
21060
21061
|
scrollable: boolean;
|
21061
21062
|
} & {
|
@@ -21190,6 +21191,7 @@ declare const VBottomSheet: {
|
|
21190
21191
|
eager: boolean;
|
21191
21192
|
disabled: boolean;
|
21192
21193
|
persistent: boolean;
|
21194
|
+
fullscreen: boolean;
|
21193
21195
|
modelValue: boolean;
|
21194
21196
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
21195
21197
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -21202,7 +21204,6 @@ declare const VBottomSheet: {
|
|
21202
21204
|
contained: boolean;
|
21203
21205
|
noClickAnimation: boolean;
|
21204
21206
|
scrim: string | boolean;
|
21205
|
-
fullscreen: boolean;
|
21206
21207
|
retainFocus: boolean;
|
21207
21208
|
scrollable: boolean;
|
21208
21209
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -24665,7 +24666,7 @@ declare const VWindow: {
|
|
24665
24666
|
}>>;
|
24666
24667
|
type VWindow = InstanceType<typeof VWindow>;
|
24667
24668
|
|
24668
|
-
type VCarouselSlots = VWindowSlots & {
|
24669
|
+
type VCarouselSlots = Omit<VWindowSlots, 'additional'> & {
|
24669
24670
|
item: {
|
24670
24671
|
props: Record<string, any>;
|
24671
24672
|
item: {
|
@@ -24704,7 +24705,7 @@ declare const VCarousel: {
|
|
24704
24705
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
24705
24706
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
24706
24707
|
'update:modelValue': (value: any) => true;
|
24707
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:
|
24708
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
24708
24709
|
reverse: boolean;
|
24709
24710
|
interval: string | number;
|
24710
24711
|
height: string | number;
|
@@ -24727,10 +24728,7 @@ declare const VCarousel: {
|
|
24727
24728
|
default: (arg: {
|
24728
24729
|
group: GroupProvide;
|
24729
24730
|
}) => vue.VNode[];
|
24730
|
-
|
24731
|
-
group: GroupProvide;
|
24732
|
-
}) => vue.VNode[];
|
24733
|
-
prev: (arg: {
|
24731
|
+
next: (arg: {
|
24734
24732
|
props: {
|
24735
24733
|
icon: IconValue;
|
24736
24734
|
class: string;
|
@@ -24738,7 +24736,7 @@ declare const VCarousel: {
|
|
24738
24736
|
'aria-label': string;
|
24739
24737
|
};
|
24740
24738
|
}) => vue.VNode[];
|
24741
|
-
|
24739
|
+
prev: (arg: {
|
24742
24740
|
props: {
|
24743
24741
|
icon: IconValue;
|
24744
24742
|
class: string;
|
@@ -24838,7 +24836,7 @@ declare const VCarousel: {
|
|
24838
24836
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
24839
24837
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
24840
24838
|
'update:modelValue': (value: any) => true;
|
24841
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:
|
24839
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
|
24842
24840
|
reverse: boolean;
|
24843
24841
|
interval: string | number;
|
24844
24842
|
height: string | number;
|
@@ -24861,10 +24859,7 @@ declare const VCarousel: {
|
|
24861
24859
|
default: (arg: {
|
24862
24860
|
group: GroupProvide;
|
24863
24861
|
}) => vue.VNode[];
|
24864
|
-
|
24865
|
-
group: GroupProvide;
|
24866
|
-
}) => vue.VNode[];
|
24867
|
-
prev: (arg: {
|
24862
|
+
next: (arg: {
|
24868
24863
|
props: {
|
24869
24864
|
icon: IconValue;
|
24870
24865
|
class: string;
|
@@ -24872,7 +24867,7 @@ declare const VCarousel: {
|
|
24872
24867
|
'aria-label': string;
|
24873
24868
|
};
|
24874
24869
|
}) => vue.VNode[];
|
24875
|
-
|
24870
|
+
prev: (arg: {
|
24876
24871
|
props: {
|
24877
24872
|
icon: IconValue;
|
24878
24873
|
class: string;
|
@@ -43215,6 +43210,7 @@ declare const VDialog: {
|
|
43215
43210
|
eager: boolean;
|
43216
43211
|
disabled: boolean;
|
43217
43212
|
persistent: boolean;
|
43213
|
+
fullscreen: boolean;
|
43218
43214
|
modelValue: boolean;
|
43219
43215
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
43220
43216
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -43225,7 +43221,6 @@ declare const VDialog: {
|
|
43225
43221
|
contained: boolean;
|
43226
43222
|
noClickAnimation: boolean;
|
43227
43223
|
scrim: string | boolean;
|
43228
|
-
fullscreen: boolean;
|
43229
43224
|
retainFocus: boolean;
|
43230
43225
|
scrollable: boolean;
|
43231
43226
|
} & {
|
@@ -43763,6 +43758,7 @@ declare const VDialog: {
|
|
43763
43758
|
eager: boolean;
|
43764
43759
|
disabled: boolean;
|
43765
43760
|
persistent: boolean;
|
43761
|
+
fullscreen: boolean;
|
43766
43762
|
modelValue: boolean;
|
43767
43763
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
43768
43764
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -43775,7 +43771,6 @@ declare const VDialog: {
|
|
43775
43771
|
contained: boolean;
|
43776
43772
|
noClickAnimation: boolean;
|
43777
43773
|
scrim: string | boolean;
|
43778
|
-
fullscreen: boolean;
|
43779
43774
|
retainFocus: boolean;
|
43780
43775
|
scrollable: boolean;
|
43781
43776
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -43867,6 +43862,7 @@ declare const VDialog: {
|
|
43867
43862
|
eager: boolean;
|
43868
43863
|
disabled: boolean;
|
43869
43864
|
persistent: boolean;
|
43865
|
+
fullscreen: boolean;
|
43870
43866
|
modelValue: boolean;
|
43871
43867
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
43872
43868
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -43877,7 +43873,6 @@ declare const VDialog: {
|
|
43877
43873
|
contained: boolean;
|
43878
43874
|
noClickAnimation: boolean;
|
43879
43875
|
scrim: string | boolean;
|
43880
|
-
fullscreen: boolean;
|
43881
43876
|
retainFocus: boolean;
|
43882
43877
|
scrollable: boolean;
|
43883
43878
|
} & {
|
@@ -44411,6 +44406,7 @@ declare const VDialog: {
|
|
44411
44406
|
eager: boolean;
|
44412
44407
|
disabled: boolean;
|
44413
44408
|
persistent: boolean;
|
44409
|
+
fullscreen: boolean;
|
44414
44410
|
modelValue: boolean;
|
44415
44411
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
44416
44412
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -44423,7 +44419,6 @@ declare const VDialog: {
|
|
44423
44419
|
contained: boolean;
|
44424
44420
|
noClickAnimation: boolean;
|
44425
44421
|
scrim: string | boolean;
|
44426
|
-
fullscreen: boolean;
|
44427
44422
|
retainFocus: boolean;
|
44428
44423
|
scrollable: boolean;
|
44429
44424
|
}>;
|
@@ -44503,6 +44498,7 @@ declare const VDialog: {
|
|
44503
44498
|
eager: boolean;
|
44504
44499
|
disabled: boolean;
|
44505
44500
|
persistent: boolean;
|
44501
|
+
fullscreen: boolean;
|
44506
44502
|
modelValue: boolean;
|
44507
44503
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
44508
44504
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -44513,7 +44509,6 @@ declare const VDialog: {
|
|
44513
44509
|
contained: boolean;
|
44514
44510
|
noClickAnimation: boolean;
|
44515
44511
|
scrim: string | boolean;
|
44516
|
-
fullscreen: boolean;
|
44517
44512
|
retainFocus: boolean;
|
44518
44513
|
scrollable: boolean;
|
44519
44514
|
} & {
|
@@ -45051,6 +45046,7 @@ declare const VDialog: {
|
|
45051
45046
|
eager: boolean;
|
45052
45047
|
disabled: boolean;
|
45053
45048
|
persistent: boolean;
|
45049
|
+
fullscreen: boolean;
|
45054
45050
|
modelValue: boolean;
|
45055
45051
|
locationStrategy: "connected" | "static" | LocationStrategyFunction;
|
45056
45052
|
scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
|
@@ -45063,7 +45059,6 @@ declare const VDialog: {
|
|
45063
45059
|
contained: boolean;
|
45064
45060
|
noClickAnimation: boolean;
|
45065
45061
|
scrim: string | boolean;
|
45066
|
-
fullscreen: boolean;
|
45067
45062
|
retainFocus: boolean;
|
45068
45063
|
scrollable: boolean;
|
45069
45064
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -63905,6 +63900,7 @@ declare const VRangeSlider: {
|
|
63905
63900
|
tickSize: string | number;
|
63906
63901
|
trackSize: string | number;
|
63907
63902
|
thumbSize: string | number;
|
63903
|
+
noKeyboard: boolean;
|
63908
63904
|
} & {
|
63909
63905
|
name?: string | undefined;
|
63910
63906
|
id?: string | undefined;
|
@@ -64255,6 +64251,7 @@ declare const VRangeSlider: {
|
|
64255
64251
|
trackSize: string | number;
|
64256
64252
|
thumbLabel: boolean | "always" | undefined;
|
64257
64253
|
thumbSize: string | number;
|
64254
|
+
noKeyboard: boolean;
|
64258
64255
|
}, true, {}, vue.SlotsType<Partial<{
|
64259
64256
|
default: (arg: VInputSlot) => vue.VNode[];
|
64260
64257
|
prepend: (arg: VInputSlot) => vue.VNode[];
|
@@ -64305,6 +64302,7 @@ declare const VRangeSlider: {
|
|
64305
64302
|
tickSize: string | number;
|
64306
64303
|
trackSize: string | number;
|
64307
64304
|
thumbSize: string | number;
|
64305
|
+
noKeyboard: boolean;
|
64308
64306
|
} & {
|
64309
64307
|
name?: string | undefined;
|
64310
64308
|
id?: string | undefined;
|
@@ -64650,6 +64648,7 @@ declare const VRangeSlider: {
|
|
64650
64648
|
trackSize: string | number;
|
64651
64649
|
thumbLabel: boolean | "always" | undefined;
|
64652
64650
|
thumbSize: string | number;
|
64651
|
+
noKeyboard: boolean;
|
64653
64652
|
}>;
|
64654
64653
|
__isFragment?: never;
|
64655
64654
|
__isTeleport?: never;
|
@@ -64683,6 +64682,7 @@ declare const VRangeSlider: {
|
|
64683
64682
|
tickSize: string | number;
|
64684
64683
|
trackSize: string | number;
|
64685
64684
|
thumbSize: string | number;
|
64685
|
+
noKeyboard: boolean;
|
64686
64686
|
} & {
|
64687
64687
|
name?: string | undefined;
|
64688
64688
|
id?: string | undefined;
|
@@ -65033,6 +65033,7 @@ declare const VRangeSlider: {
|
|
65033
65033
|
trackSize: string | number;
|
65034
65034
|
thumbLabel: boolean | "always" | undefined;
|
65035
65035
|
thumbSize: string | number;
|
65036
|
+
noKeyboard: boolean;
|
65036
65037
|
}, {}, string, vue.SlotsType<Partial<{
|
65037
65038
|
default: (arg: VInputSlot) => vue.VNode[];
|
65038
65039
|
prepend: (arg: VInputSlot) => vue.VNode[];
|
@@ -65125,6 +65126,7 @@ declare const VRangeSlider: {
|
|
65125
65126
|
validator: (v: any) => boolean;
|
65126
65127
|
};
|
65127
65128
|
reverse: BooleanConstructor;
|
65129
|
+
noKeyboard: BooleanConstructor;
|
65128
65130
|
focused: BooleanConstructor;
|
65129
65131
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
65130
65132
|
errorMessages: {
|
@@ -65255,6 +65257,7 @@ declare const VRangeSlider: {
|
|
65255
65257
|
validator: (v: any) => boolean;
|
65256
65258
|
};
|
65257
65259
|
reverse: BooleanConstructor;
|
65260
|
+
noKeyboard: BooleanConstructor;
|
65258
65261
|
focused: BooleanConstructor;
|
65259
65262
|
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
65260
65263
|
errorMessages: {
|
@@ -74664,6 +74667,7 @@ declare const VSlider: {
|
|
74664
74667
|
tickSize: string | number;
|
74665
74668
|
trackSize: string | number;
|
74666
74669
|
thumbSize: string | number;
|
74670
|
+
noKeyboard: boolean;
|
74667
74671
|
} & {
|
74668
74672
|
name?: string | undefined;
|
74669
74673
|
id?: string | undefined;
|
@@ -75013,6 +75017,7 @@ declare const VSlider: {
|
|
75013
75017
|
trackSize: string | number;
|
75014
75018
|
thumbLabel: boolean | "always" | undefined;
|
75015
75019
|
thumbSize: string | number;
|
75020
|
+
noKeyboard: boolean;
|
75016
75021
|
}, true, {}, vue.SlotsType<Partial<{
|
75017
75022
|
default: (arg: VInputSlot) => vue.VNode[];
|
75018
75023
|
prepend: (arg: VInputSlot) => vue.VNode[];
|
@@ -75062,6 +75067,7 @@ declare const VSlider: {
|
|
75062
75067
|
tickSize: string | number;
|
75063
75068
|
trackSize: string | number;
|
75064
75069
|
thumbSize: string | number;
|
75070
|
+
noKeyboard: boolean;
|
75065
75071
|
} & {
|
75066
75072
|
name?: string | undefined;
|
75067
75073
|
id?: string | undefined;
|
@@ -75406,6 +75412,7 @@ declare const VSlider: {
|
|
75406
75412
|
trackSize: string | number;
|
75407
75413
|
thumbLabel: boolean | "always" | undefined;
|
75408
75414
|
thumbSize: string | number;
|
75415
|
+
noKeyboard: boolean;
|
75409
75416
|
}>;
|
75410
75417
|
__isFragment?: never;
|
75411
75418
|
__isTeleport?: never;
|
@@ -75438,6 +75445,7 @@ declare const VSlider: {
|
|
75438
75445
|
tickSize: string | number;
|
75439
75446
|
trackSize: string | number;
|
75440
75447
|
thumbSize: string | number;
|
75448
|
+
noKeyboard: boolean;
|
75441
75449
|
} & {
|
75442
75450
|
name?: string | undefined;
|
75443
75451
|
id?: string | undefined;
|
@@ -75787,6 +75795,7 @@ declare const VSlider: {
|
|
75787
75795
|
trackSize: string | number;
|
75788
75796
|
thumbLabel: boolean | "always" | undefined;
|
75789
75797
|
thumbSize: string | number;
|
75798
|
+
noKeyboard: boolean;
|
75790
75799
|
}, {}, string, vue.SlotsType<Partial<{
|
75791
75800
|
default: (arg: VInputSlot) => vue.VNode[];
|
75792
75801
|
prepend: (arg: VInputSlot) => vue.VNode[];
|
@@ -75930,6 +75939,7 @@ declare const VSlider: {
|
|
75930
75939
|
default: number;
|
75931
75940
|
};
|
75932
75941
|
reverse: BooleanConstructor;
|
75942
|
+
noKeyboard: BooleanConstructor;
|
75933
75943
|
}, vue.ExtractPropTypes<{
|
75934
75944
|
modelValue: {
|
75935
75945
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -76059,6 +76069,7 @@ declare const VSlider: {
|
|
76059
76069
|
default: number;
|
76060
76070
|
};
|
76061
76071
|
reverse: BooleanConstructor;
|
76072
|
+
noKeyboard: BooleanConstructor;
|
76062
76073
|
}>>;
|
76063
76074
|
type VSlider = InstanceType<typeof VSlider>;
|
76064
76075
|
|
@@ -90446,6 +90457,7 @@ declare const VTreeview: {
|
|
90446
90457
|
type: PropType<IconValue>;
|
90447
90458
|
default: string;
|
90448
90459
|
};
|
90460
|
+
fluid: BooleanConstructor;
|
90449
90461
|
hideActions: BooleanConstructor;
|
90450
90462
|
loadingIcon: {
|
90451
90463
|
type: StringConstructor;
|
@@ -90464,7 +90476,6 @@ declare const VTreeview: {
|
|
90464
90476
|
default: string;
|
90465
90477
|
};
|
90466
90478
|
noFilter: BooleanConstructor;
|
90467
|
-
fluid: BooleanConstructor;
|
90468
90479
|
openAll: BooleanConstructor;
|
90469
90480
|
indentLines: PropType<boolean | IndentLinesVariant>;
|
90470
90481
|
search: StringConstructor;
|
@@ -90591,6 +90602,7 @@ declare const VTreeview: {
|
|
90591
90602
|
type: PropType<IconValue>;
|
90592
90603
|
default: string;
|
90593
90604
|
};
|
90605
|
+
fluid: BooleanConstructor;
|
90594
90606
|
hideActions: BooleanConstructor;
|
90595
90607
|
loadingIcon: {
|
90596
90608
|
type: StringConstructor;
|
@@ -90609,7 +90621,6 @@ declare const VTreeview: {
|
|
90609
90621
|
default: string;
|
90610
90622
|
};
|
90611
90623
|
noFilter: BooleanConstructor;
|
90612
|
-
fluid: BooleanConstructor;
|
90613
90624
|
openAll: BooleanConstructor;
|
90614
90625
|
indentLines: PropType<boolean | IndentLinesVariant>;
|
90615
90626
|
search: StringConstructor;
|
@@ -95362,23 +95373,19 @@ declare module 'vue' {
|
|
95362
95373
|
$children?: VNodeChild
|
95363
95374
|
}
|
95364
95375
|
export interface GlobalComponents {
|
95365
|
-
VAutocomplete: VAutocomplete
|
95366
|
-
VAlert: VAlert
|
95367
|
-
VAlertTitle: VAlertTitle
|
95368
95376
|
VApp: VApp
|
95369
95377
|
VAppBar: VAppBar
|
95370
95378
|
VAppBarNavIcon: VAppBarNavIcon
|
95371
95379
|
VAppBarTitle: VAppBarTitle
|
95380
|
+
VAutocomplete: VAutocomplete
|
95372
95381
|
VBadge: VBadge
|
95382
|
+
VAlert: VAlert
|
95383
|
+
VAlertTitle: VAlertTitle
|
95373
95384
|
VBanner: VBanner
|
95374
95385
|
VBannerActions: VBannerActions
|
95375
95386
|
VBannerText: VBannerText
|
95376
95387
|
VAvatar: VAvatar
|
95377
95388
|
VBottomNavigation: VBottomNavigation
|
95378
|
-
VBtnGroup: VBtnGroup
|
95379
|
-
VBtn: VBtn
|
95380
|
-
VBottomSheet: VBottomSheet
|
95381
|
-
VBtnToggle: VBtnToggle
|
95382
95389
|
VBreadcrumbs: VBreadcrumbs
|
95383
95390
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95384
95391
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
@@ -95388,16 +95395,25 @@ declare module 'vue' {
|
|
95388
95395
|
VCardSubtitle: VCardSubtitle
|
95389
95396
|
VCardText: VCardText
|
95390
95397
|
VCardTitle: VCardTitle
|
95398
|
+
VBottomSheet: VBottomSheet
|
95399
|
+
VBtnGroup: VBtnGroup
|
95391
95400
|
VCarousel: VCarousel
|
95392
95401
|
VCarouselItem: VCarouselItem
|
95393
|
-
|
95394
|
-
|
95402
|
+
VBtn: VBtn
|
95403
|
+
VBtnToggle: VBtnToggle
|
95395
95404
|
VColorPicker: VColorPicker
|
95396
95405
|
VChip: VChip
|
95397
|
-
VCounter: VCounter
|
95398
|
-
VCode: VCode
|
95399
95406
|
VChipGroup: VChipGroup
|
95407
|
+
VCounter: VCounter
|
95400
95408
|
VCombobox: VCombobox
|
95409
|
+
VDialog: VDialog
|
95410
|
+
VDatePicker: VDatePicker
|
95411
|
+
VDatePickerControls: VDatePickerControls
|
95412
|
+
VDatePickerHeader: VDatePickerHeader
|
95413
|
+
VDatePickerMonth: VDatePickerMonth
|
95414
|
+
VDatePickerMonths: VDatePickerMonths
|
95415
|
+
VDatePickerYears: VDatePickerYears
|
95416
|
+
VCode: VCode
|
95401
95417
|
VDataTable: VDataTable
|
95402
95418
|
VDataTableHeaders: VDataTableHeaders
|
95403
95419
|
VDataTableFooter: VDataTableFooter
|
@@ -95405,34 +95421,30 @@ declare module 'vue' {
|
|
95405
95421
|
VDataTableRow: VDataTableRow
|
95406
95422
|
VDataTableVirtual: VDataTableVirtual
|
95407
95423
|
VDataTableServer: VDataTableServer
|
95408
|
-
VDatePicker: VDatePicker
|
95409
|
-
VDatePickerControls: VDatePickerControls
|
95410
|
-
VDatePickerHeader: VDatePickerHeader
|
95411
|
-
VDatePickerMonth: VDatePickerMonth
|
95412
|
-
VDatePickerMonths: VDatePickerMonths
|
95413
|
-
VDatePickerYears: VDatePickerYears
|
95414
|
-
VDialog: VDialog
|
95415
95424
|
VDivider: VDivider
|
95416
|
-
VFab: VFab
|
95417
95425
|
VEmptyState: VEmptyState
|
95418
|
-
|
95419
|
-
|
95420
|
-
VFieldLabel: VFieldLabel
|
95426
|
+
VCheckbox: VCheckbox
|
95427
|
+
VCheckboxBtn: VCheckboxBtn
|
95421
95428
|
VExpansionPanels: VExpansionPanels
|
95422
95429
|
VExpansionPanel: VExpansionPanel
|
95423
95430
|
VExpansionPanelText: VExpansionPanelText
|
95424
95431
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95432
|
+
VField: VField
|
95433
|
+
VFieldLabel: VFieldLabel
|
95434
|
+
VFab: VFab
|
95435
|
+
VFileInput: VFileInput
|
95425
95436
|
VFooter: VFooter
|
95426
95437
|
VIcon: VIcon
|
95427
95438
|
VComponentIcon: VComponentIcon
|
95428
95439
|
VSvgIcon: VSvgIcon
|
95429
95440
|
VLigatureIcon: VLigatureIcon
|
95430
95441
|
VClassIcon: VClassIcon
|
95442
|
+
VImg: VImg
|
95431
95443
|
VInput: VInput
|
95444
|
+
VInfiniteScroll: VInfiniteScroll
|
95445
|
+
VKbd: VKbd
|
95432
95446
|
VItemGroup: VItemGroup
|
95433
95447
|
VItem: VItem
|
95434
|
-
VKbd: VKbd
|
95435
|
-
VImg: VImg
|
95436
95448
|
VLabel: VLabel
|
95437
95449
|
VList: VList
|
95438
95450
|
VListGroup: VListGroup
|
@@ -95443,44 +95455,39 @@ declare module 'vue' {
|
|
95443
95455
|
VListItemSubtitle: VListItemSubtitle
|
95444
95456
|
VListItemTitle: VListItemTitle
|
95445
95457
|
VListSubheader: VListSubheader
|
95446
|
-
VInfiniteScroll: VInfiniteScroll
|
95447
|
-
VMain: VMain
|
95448
95458
|
VMenu: VMenu
|
95449
|
-
|
95459
|
+
VMain: VMain
|
95450
95460
|
VMessages: VMessages
|
95451
|
-
VNumberInput: VNumberInput
|
95452
95461
|
VNavigationDrawer: VNavigationDrawer
|
95453
|
-
|
95454
|
-
|
95462
|
+
VOtpInput: VOtpInput
|
95463
|
+
VNumberInput: VNumberInput
|
95455
95464
|
VOverlay: VOverlay
|
95465
|
+
VProgressCircular: VProgressCircular
|
95456
95466
|
VProgressLinear: VProgressLinear
|
95457
|
-
VRadioGroup: VRadioGroup
|
95458
95467
|
VRating: VRating
|
95459
95468
|
VSelect: VSelect
|
95469
|
+
VSelectionControlGroup: VSelectionControlGroup
|
95470
|
+
VSheet: VSheet
|
95460
95471
|
VSelectionControl: VSelectionControl
|
95461
95472
|
VSkeletonLoader: VSkeletonLoader
|
95462
|
-
|
95473
|
+
VRadioGroup: VRadioGroup
|
95474
|
+
VPagination: VPagination
|
95463
95475
|
VSlider: VSlider
|
95464
95476
|
VSlideGroup: VSlideGroup
|
95465
95477
|
VSlideGroupItem: VSlideGroupItem
|
95466
|
-
VSnackbar: VSnackbar
|
95467
|
-
VSheet: VSheet
|
95468
95478
|
VStepper: VStepper
|
95469
95479
|
VStepperActions: VStepperActions
|
95470
95480
|
VStepperHeader: VStepperHeader
|
95471
95481
|
VStepperItem: VStepperItem
|
95472
95482
|
VStepperWindow: VStepperWindow
|
95473
95483
|
VStepperWindowItem: VStepperWindowItem
|
95474
|
-
VSwitch: VSwitch
|
95475
95484
|
VSystemBar: VSystemBar
|
95476
|
-
|
95477
|
-
|
95485
|
+
VSwitch: VSwitch
|
95486
|
+
VSnackbar: VSnackbar
|
95487
|
+
VTable: VTable
|
95478
95488
|
VTimeline: VTimeline
|
95479
95489
|
VTimelineItem: VTimelineItem
|
95480
|
-
|
95481
|
-
VTimePickerClock: VTimePickerClock
|
95482
|
-
VTimePickerControls: VTimePickerControls
|
95483
|
-
VTable: VTable
|
95490
|
+
VTextarea: VTextarea
|
95484
95491
|
VTab: VTab
|
95485
95492
|
VTabs: VTabs
|
95486
95493
|
VTabsWindow: VTabsWindow
|
@@ -95489,35 +95496,37 @@ declare module 'vue' {
|
|
95489
95496
|
VToolbarTitle: VToolbarTitle
|
95490
95497
|
VToolbarItems: VToolbarItems
|
95491
95498
|
VTooltip: VTooltip
|
95499
|
+
VTimePicker: VTimePicker
|
95500
|
+
VTimePickerClock: VTimePickerClock
|
95501
|
+
VTimePickerControls: VTimePickerControls
|
95492
95502
|
VTreeview: VTreeview
|
95493
95503
|
VTreeviewItem: VTreeviewItem
|
95494
95504
|
VTreeviewGroup: VTreeviewGroup
|
95495
95505
|
VWindow: VWindow
|
95496
95506
|
VWindowItem: VWindowItem
|
95497
|
-
VConfirmEdit: VConfirmEdit
|
95498
95507
|
VDataIterator: VDataIterator
|
95499
95508
|
VDefaultsProvider: VDefaultsProvider
|
95500
95509
|
VForm: VForm
|
95501
|
-
VHover: VHover
|
95502
95510
|
VContainer: VContainer
|
95503
95511
|
VCol: VCol
|
95504
95512
|
VRow: VRow
|
95505
95513
|
VSpacer: VSpacer
|
95514
|
+
VHover: VHover
|
95515
|
+
VLazy: VLazy
|
95506
95516
|
VLayout: VLayout
|
95507
95517
|
VLayoutItem: VLayoutItem
|
95508
|
-
VLazy: VLazy
|
95509
|
-
VLocaleProvider: VLocaleProvider
|
95510
95518
|
VNoSsr: VNoSsr
|
95519
|
+
VLocaleProvider: VLocaleProvider
|
95511
95520
|
VParallax: VParallax
|
95512
|
-
VRangeSlider: VRangeSlider
|
95513
95521
|
VRadio: VRadio
|
95514
|
-
|
95515
|
-
VSparkline: VSparkline
|
95522
|
+
VRangeSlider: VRangeSlider
|
95516
95523
|
VSnackbarQueue: VSnackbarQueue
|
95524
|
+
VSparkline: VSparkline
|
95517
95525
|
VSpeedDial: VSpeedDial
|
95518
|
-
VValidation: VValidation
|
95519
95526
|
VThemeProvider: VThemeProvider
|
95527
|
+
VResponsive: VResponsive
|
95520
95528
|
VVirtualScroll: VVirtualScroll
|
95529
|
+
VValidation: VValidation
|
95521
95530
|
VFabTransition: VFabTransition
|
95522
95531
|
VDialogBottomTransition: VDialogBottomTransition
|
95523
95532
|
VDialogTopTransition: VDialogTopTransition
|
@@ -95534,25 +95543,30 @@ declare module 'vue' {
|
|
95534
95543
|
VExpandTransition: VExpandTransition
|
95535
95544
|
VExpandXTransition: VExpandXTransition
|
95536
95545
|
VDialogTransition: VDialogTransition
|
95546
|
+
VConfirmEdit: VConfirmEdit
|
95547
|
+
VTextField: VTextField
|
95548
|
+
VFileUpload: VFileUpload
|
95549
|
+
VFileUploadItem: VFileUploadItem
|
95537
95550
|
VCalendar: VCalendar
|
95538
95551
|
VCalendarDay: VCalendarDay
|
95539
95552
|
VCalendarHeader: VCalendarHeader
|
95540
95553
|
VCalendarInterval: VCalendarInterval
|
95541
95554
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95542
95555
|
VCalendarMonthDay: VCalendarMonthDay
|
95543
|
-
VStepperVertical: VStepperVertical
|
95544
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95545
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95546
95556
|
VColorInput: VColorInput
|
95547
95557
|
VIconBtn: VIconBtn
|
95548
|
-
VHotkey: VHotkey
|
95549
95558
|
VPicker: VPicker
|
95550
95559
|
VPickerTitle: VPickerTitle
|
95560
|
+
VHotkey: VHotkey
|
95561
|
+
VStepperVertical: VStepperVertical
|
95562
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95563
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95564
|
+
VVideo: VVideo
|
95565
|
+
VVideoControls: VVideoControls
|
95566
|
+
VVideoVolume: VVideoVolume
|
95551
95567
|
VDateInput: VDateInput
|
95552
95568
|
VMaskInput: VMaskInput
|
95553
95569
|
VPullToRefresh: VPullToRefresh
|
95554
|
-
VFileUpload: VFileUpload
|
95555
|
-
VFileUploadItem: VFileUploadItem
|
95556
95570
|
}
|
95557
95571
|
export interface GlobalDirectives {
|
95558
95572
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|