@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-master.2024-06-12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -10
- package/dist/json/attributes.json +4 -4
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +12 -13
- package/dist/vuetify-labs.css +2088 -2088
- package/dist/vuetify-labs.d.ts +44 -45
- package/dist/vuetify-labs.esm.js +32 -19
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +32 -19
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +489 -489
- package/dist/vuetify.d.ts +84 -91
- package/dist/vuetify.esm.js +20 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +20 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +31 -28
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VFab/VFab.mjs +4 -7
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/index.d.mts +46 -49
- package/lib/components/VList/VList.mjs +1 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +2 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/index.d.mts +38 -45
- package/lib/composables/scroll.mjs +6 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +3 -4
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +6 -0
- package/lib/labs/components.d.mts +6 -0
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -33316,7 +33316,6 @@ declare const VFab: {
|
|
33316
33316
|
appear: boolean;
|
33317
33317
|
density: Density;
|
33318
33318
|
extended: boolean;
|
33319
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
33320
33319
|
slim: boolean;
|
33321
33320
|
stacked: boolean;
|
33322
33321
|
ripple: boolean | {
|
@@ -33344,6 +33343,7 @@ declare const VFab: {
|
|
33344
33343
|
minHeight?: string | number | undefined;
|
33345
33344
|
minWidth?: string | number | undefined;
|
33346
33345
|
elevation?: string | number | undefined;
|
33346
|
+
location?: Anchor | undefined;
|
33347
33347
|
baseColor?: string | undefined;
|
33348
33348
|
selectedClass?: string | undefined;
|
33349
33349
|
prependIcon?: IconValue | undefined;
|
@@ -33386,7 +33386,6 @@ declare const VFab: {
|
|
33386
33386
|
appear: boolean;
|
33387
33387
|
density: Density;
|
33388
33388
|
extended: boolean;
|
33389
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
33390
33389
|
slim: boolean;
|
33391
33390
|
stacked: boolean;
|
33392
33391
|
ripple: boolean | {
|
@@ -33414,6 +33413,7 @@ declare const VFab: {
|
|
33414
33413
|
minHeight?: string | number | undefined;
|
33415
33414
|
minWidth?: string | number | undefined;
|
33416
33415
|
elevation?: string | number | undefined;
|
33416
|
+
location?: Anchor | undefined;
|
33417
33417
|
baseColor?: string | undefined;
|
33418
33418
|
selectedClass?: string | undefined;
|
33419
33419
|
prependIcon?: IconValue | undefined;
|
@@ -33455,7 +33455,6 @@ declare const VFab: {
|
|
33455
33455
|
appear: boolean;
|
33456
33456
|
density: Density;
|
33457
33457
|
extended: boolean;
|
33458
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
33459
33458
|
slim: boolean;
|
33460
33459
|
stacked: boolean;
|
33461
33460
|
ripple: boolean | {
|
@@ -33498,7 +33497,6 @@ declare const VFab: {
|
|
33498
33497
|
appear: boolean;
|
33499
33498
|
density: Density;
|
33500
33499
|
extended: boolean;
|
33501
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
33502
33500
|
slim: boolean;
|
33503
33501
|
stacked: boolean;
|
33504
33502
|
ripple: boolean | {
|
@@ -33526,6 +33524,7 @@ declare const VFab: {
|
|
33526
33524
|
minHeight?: string | number | undefined;
|
33527
33525
|
minWidth?: string | number | undefined;
|
33528
33526
|
elevation?: string | number | undefined;
|
33527
|
+
location?: Anchor | undefined;
|
33529
33528
|
baseColor?: string | undefined;
|
33530
33529
|
selectedClass?: string | undefined;
|
33531
33530
|
prependIcon?: IconValue | undefined;
|
@@ -33567,7 +33566,6 @@ declare const VFab: {
|
|
33567
33566
|
appear: boolean;
|
33568
33567
|
density: Density;
|
33569
33568
|
extended: boolean;
|
33570
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
33571
33569
|
slim: boolean;
|
33572
33570
|
stacked: boolean;
|
33573
33571
|
ripple: boolean | {
|
@@ -33603,7 +33601,6 @@ declare const VFab: {
|
|
33603
33601
|
appear: boolean;
|
33604
33602
|
density: Density;
|
33605
33603
|
extended: boolean;
|
33606
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
33607
33604
|
slim: boolean;
|
33608
33605
|
stacked: boolean;
|
33609
33606
|
ripple: boolean | {
|
@@ -33631,6 +33628,7 @@ declare const VFab: {
|
|
33631
33628
|
minHeight?: string | number | undefined;
|
33632
33629
|
minWidth?: string | number | undefined;
|
33633
33630
|
elevation?: string | number | undefined;
|
33631
|
+
location?: Anchor | undefined;
|
33634
33632
|
baseColor?: string | undefined;
|
33635
33633
|
selectedClass?: string | undefined;
|
33636
33634
|
prependIcon?: IconValue | undefined;
|
@@ -33674,7 +33672,6 @@ declare const VFab: {
|
|
33674
33672
|
appear: boolean;
|
33675
33673
|
density: Density;
|
33676
33674
|
extended: boolean;
|
33677
|
-
location: "left" | "right" | "end" | "top" | "bottom" | "start";
|
33678
33675
|
slim: boolean;
|
33679
33676
|
stacked: boolean;
|
33680
33677
|
ripple: boolean | {
|
@@ -33687,19 +33684,20 @@ declare const VFab: {
|
|
33687
33684
|
}>[];
|
33688
33685
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
33689
33686
|
transition: Omit<{
|
33690
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
33687
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
33691
33688
|
component?: vue.Component | undefined;
|
33692
33689
|
})>;
|
33693
33690
|
default: string;
|
33694
33691
|
validator: (val: unknown) => boolean;
|
33695
33692
|
}, "default" | "type"> & {
|
33696
|
-
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
33693
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
33697
33694
|
component?: vue.Component | undefined;
|
33698
33695
|
})>>;
|
33699
33696
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
33700
33697
|
component?: vue.Component | undefined;
|
33701
33698
|
})>;
|
33702
33699
|
};
|
33700
|
+
location: vue.PropType<Anchor>;
|
33703
33701
|
name: {
|
33704
33702
|
type: StringConstructor;
|
33705
33703
|
};
|
@@ -33714,9 +33712,9 @@ declare const VFab: {
|
|
33714
33712
|
};
|
33715
33713
|
flat: BooleanConstructor;
|
33716
33714
|
replace: BooleanConstructor;
|
33717
|
-
class: PropType<any>;
|
33715
|
+
class: vue.PropType<any>;
|
33718
33716
|
style: {
|
33719
|
-
type: PropType<vue.StyleValue>;
|
33717
|
+
type: vue.PropType<vue.StyleValue>;
|
33720
33718
|
default: null;
|
33721
33719
|
};
|
33722
33720
|
size: {
|
@@ -33731,7 +33729,7 @@ declare const VFab: {
|
|
33731
33729
|
type: BooleanConstructor;
|
33732
33730
|
default: undefined;
|
33733
33731
|
}, "default" | "type"> & {
|
33734
|
-
type: PropType<boolean>;
|
33732
|
+
type: vue.PropType<boolean>;
|
33735
33733
|
default: boolean;
|
33736
33734
|
};
|
33737
33735
|
theme: StringConstructor;
|
@@ -33742,15 +33740,15 @@ declare const VFab: {
|
|
33742
33740
|
type: StringConstructor;
|
33743
33741
|
default: string;
|
33744
33742
|
}, "default" | "type"> & {
|
33745
|
-
type: PropType<string>;
|
33743
|
+
type: vue.PropType<string>;
|
33746
33744
|
default: string;
|
33747
33745
|
};
|
33748
33746
|
loading: (StringConstructor | BooleanConstructor)[];
|
33749
|
-
icon: PropType<boolean | IconValue>;
|
33750
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
33747
|
+
icon: vue.PropType<boolean | IconValue>;
|
33748
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
33751
33749
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
33752
33750
|
position: {
|
33753
|
-
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
33751
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
33754
33752
|
validator: (v: any) => boolean;
|
33755
33753
|
};
|
33756
33754
|
readonly: BooleanConstructor;
|
@@ -33759,11 +33757,11 @@ declare const VFab: {
|
|
33759
33757
|
default: undefined;
|
33760
33758
|
};
|
33761
33759
|
variant: Omit<{
|
33762
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
33760
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
33763
33761
|
default: string;
|
33764
33762
|
validator: (v: any) => boolean;
|
33765
33763
|
}, "default" | "type"> & {
|
33766
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
33764
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
33767
33765
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
33768
33766
|
};
|
33769
33767
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
@@ -33778,18 +33776,18 @@ declare const VFab: {
|
|
33778
33776
|
validator(v: any): boolean;
|
33779
33777
|
};
|
33780
33778
|
density: {
|
33781
|
-
type: PropType<Density>;
|
33779
|
+
type: vue.PropType<Density>;
|
33782
33780
|
default: string;
|
33783
33781
|
validator: (v: any) => boolean;
|
33784
33782
|
};
|
33785
33783
|
baseColor: StringConstructor;
|
33786
33784
|
selectedClass: StringConstructor;
|
33787
|
-
prependIcon: PropType<IconValue>;
|
33788
|
-
appendIcon: PropType<IconValue>;
|
33785
|
+
prependIcon: vue.PropType<IconValue>;
|
33786
|
+
appendIcon: vue.PropType<IconValue>;
|
33789
33787
|
slim: BooleanConstructor;
|
33790
33788
|
stacked: BooleanConstructor;
|
33791
33789
|
ripple: {
|
33792
|
-
type: PropType<boolean | {
|
33790
|
+
type: vue.PropType<boolean | {
|
33793
33791
|
class: string;
|
33794
33792
|
} | undefined>;
|
33795
33793
|
default: boolean;
|
@@ -33798,10 +33796,6 @@ declare const VFab: {
|
|
33798
33796
|
appear: BooleanConstructor;
|
33799
33797
|
extended: BooleanConstructor;
|
33800
33798
|
layout: BooleanConstructor;
|
33801
|
-
location: {
|
33802
|
-
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
33803
|
-
default: string;
|
33804
|
-
};
|
33805
33799
|
offset: BooleanConstructor;
|
33806
33800
|
modelValue: {
|
33807
33801
|
type: BooleanConstructor;
|
@@ -33809,19 +33803,20 @@ declare const VFab: {
|
|
33809
33803
|
};
|
33810
33804
|
}, vue.ExtractPropTypes<{
|
33811
33805
|
transition: Omit<{
|
33812
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
33806
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
33813
33807
|
component?: vue.Component | undefined;
|
33814
33808
|
})>;
|
33815
33809
|
default: string;
|
33816
33810
|
validator: (val: unknown) => boolean;
|
33817
33811
|
}, "default" | "type"> & {
|
33818
|
-
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
33812
|
+
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
33819
33813
|
component?: vue.Component | undefined;
|
33820
33814
|
})>>;
|
33821
33815
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
33822
33816
|
component?: vue.Component | undefined;
|
33823
33817
|
})>;
|
33824
33818
|
};
|
33819
|
+
location: vue.PropType<Anchor>;
|
33825
33820
|
name: {
|
33826
33821
|
type: StringConstructor;
|
33827
33822
|
};
|
@@ -33836,9 +33831,9 @@ declare const VFab: {
|
|
33836
33831
|
};
|
33837
33832
|
flat: BooleanConstructor;
|
33838
33833
|
replace: BooleanConstructor;
|
33839
|
-
class: PropType<any>;
|
33834
|
+
class: vue.PropType<any>;
|
33840
33835
|
style: {
|
33841
|
-
type: PropType<vue.StyleValue>;
|
33836
|
+
type: vue.PropType<vue.StyleValue>;
|
33842
33837
|
default: null;
|
33843
33838
|
};
|
33844
33839
|
size: {
|
@@ -33853,7 +33848,7 @@ declare const VFab: {
|
|
33853
33848
|
type: BooleanConstructor;
|
33854
33849
|
default: undefined;
|
33855
33850
|
}, "default" | "type"> & {
|
33856
|
-
type: PropType<boolean>;
|
33851
|
+
type: vue.PropType<boolean>;
|
33857
33852
|
default: boolean;
|
33858
33853
|
};
|
33859
33854
|
theme: StringConstructor;
|
@@ -33864,15 +33859,15 @@ declare const VFab: {
|
|
33864
33859
|
type: StringConstructor;
|
33865
33860
|
default: string;
|
33866
33861
|
}, "default" | "type"> & {
|
33867
|
-
type: PropType<string>;
|
33862
|
+
type: vue.PropType<string>;
|
33868
33863
|
default: string;
|
33869
33864
|
};
|
33870
33865
|
loading: (StringConstructor | BooleanConstructor)[];
|
33871
|
-
icon: PropType<boolean | IconValue>;
|
33872
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
33866
|
+
icon: vue.PropType<boolean | IconValue>;
|
33867
|
+
to: vue.PropType<vue_router.RouteLocationRaw>;
|
33873
33868
|
border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
33874
33869
|
position: {
|
33875
|
-
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
33870
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
33876
33871
|
validator: (v: any) => boolean;
|
33877
33872
|
};
|
33878
33873
|
readonly: BooleanConstructor;
|
@@ -33881,11 +33876,11 @@ declare const VFab: {
|
|
33881
33876
|
default: undefined;
|
33882
33877
|
};
|
33883
33878
|
variant: Omit<{
|
33884
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
33879
|
+
type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
33885
33880
|
default: string;
|
33886
33881
|
validator: (v: any) => boolean;
|
33887
33882
|
}, "default" | "type"> & {
|
33888
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
33883
|
+
type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
33889
33884
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
33890
33885
|
};
|
33891
33886
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
@@ -33900,18 +33895,18 @@ declare const VFab: {
|
|
33900
33895
|
validator(v: any): boolean;
|
33901
33896
|
};
|
33902
33897
|
density: {
|
33903
|
-
type: PropType<Density>;
|
33898
|
+
type: vue.PropType<Density>;
|
33904
33899
|
default: string;
|
33905
33900
|
validator: (v: any) => boolean;
|
33906
33901
|
};
|
33907
33902
|
baseColor: StringConstructor;
|
33908
33903
|
selectedClass: StringConstructor;
|
33909
|
-
prependIcon: PropType<IconValue>;
|
33910
|
-
appendIcon: PropType<IconValue>;
|
33904
|
+
prependIcon: vue.PropType<IconValue>;
|
33905
|
+
appendIcon: vue.PropType<IconValue>;
|
33911
33906
|
slim: BooleanConstructor;
|
33912
33907
|
stacked: BooleanConstructor;
|
33913
33908
|
ripple: {
|
33914
|
-
type: PropType<boolean | {
|
33909
|
+
type: vue.PropType<boolean | {
|
33915
33910
|
class: string;
|
33916
33911
|
} | undefined>;
|
33917
33912
|
default: boolean;
|
@@ -33920,10 +33915,6 @@ declare const VFab: {
|
|
33920
33915
|
appear: BooleanConstructor;
|
33921
33916
|
extended: BooleanConstructor;
|
33922
33917
|
layout: BooleanConstructor;
|
33923
|
-
location: {
|
33924
|
-
type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
|
33925
|
-
default: string;
|
33926
|
-
};
|
33927
33918
|
offset: BooleanConstructor;
|
33928
33919
|
modelValue: {
|
33929
33920
|
type: BooleanConstructor;
|
@@ -40070,6 +40061,7 @@ declare const VList: {
|
|
40070
40061
|
value: boolean;
|
40071
40062
|
path: unknown[];
|
40072
40063
|
}) => void>;
|
40064
|
+
'onUpdate:opened': PropType<() => void>;
|
40073
40065
|
}, vue.ExtractPropTypes<{
|
40074
40066
|
color: StringConstructor;
|
40075
40067
|
variant: Omit<{
|
@@ -40178,6 +40170,7 @@ declare const VList: {
|
|
40178
40170
|
value: boolean;
|
40179
40171
|
path: unknown[];
|
40180
40172
|
}) => void>;
|
40173
|
+
'onUpdate:opened': PropType<() => void>;
|
40181
40174
|
}>>;
|
40182
40175
|
type VList = InstanceType<typeof VList>;
|
40183
40176
|
|
@@ -72857,35 +72850,39 @@ declare module '@vue/runtime-core' {
|
|
72857
72850
|
VApp: typeof import('vuetify/components')['VApp']
|
72858
72851
|
VAlert: typeof import('vuetify/components')['VAlert']
|
72859
72852
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72860
|
-
|
72853
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72861
72854
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72862
72855
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72863
72856
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72864
72857
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72865
|
-
|
72858
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72866
72859
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72867
72860
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72868
72861
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72862
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72863
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72869
72864
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72870
72865
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72871
72866
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72872
72867
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72873
|
-
|
72874
|
-
|
72875
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72876
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72877
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72878
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72879
|
-
VChip: typeof import('vuetify/components')['VChip']
|
72880
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72881
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72868
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72869
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72882
72870
|
VCard: typeof import('vuetify/components')['VCard']
|
72883
72871
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72884
72872
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72885
72873
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72886
72874
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72887
72875
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72876
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72877
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72878
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72879
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72880
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72881
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72882
|
+
VChip: typeof import('vuetify/components')['VChip']
|
72888
72883
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72884
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
72885
|
+
VCode: typeof import('vuetify/components')['VCode']
|
72889
72886
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72890
72887
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72891
72888
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72893,40 +72890,37 @@ declare module '@vue/runtime-core' {
|
|
72893
72890
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72894
72891
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72895
72892
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72896
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72897
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72898
|
-
VCode: typeof import('vuetify/components')['VCode']
|
72899
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
72900
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
72901
72893
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72902
72894
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72903
72895
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72904
72896
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72905
72897
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72906
72898
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72899
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72907
72900
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72908
72901
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72909
72902
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
72910
72903
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
72911
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
72912
72904
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72905
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
72913
72906
|
VField: typeof import('vuetify/components')['VField']
|
72914
72907
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72915
72908
|
VFab: typeof import('vuetify/components')['VFab']
|
72916
72909
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72910
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72911
|
+
VImg: typeof import('vuetify/components')['VImg']
|
72912
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72917
72913
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72918
72914
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72919
72915
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72920
72916
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72921
72917
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72922
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
72923
|
-
VImg: typeof import('vuetify/components')['VImg']
|
72924
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72925
72918
|
VInput: typeof import('vuetify/components')['VInput']
|
72926
72919
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72927
72920
|
VItem: typeof import('vuetify/components')['VItem']
|
72928
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
72929
72921
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72922
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72923
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
72930
72924
|
VList: typeof import('vuetify/components')['VList']
|
72931
72925
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72932
72926
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72936,49 +72930,48 @@ declare module '@vue/runtime-core' {
|
|
72936
72930
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72937
72931
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72938
72932
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72939
|
-
|
72940
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
72933
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72941
72934
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72942
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
72943
72935
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72944
|
-
|
72936
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
72945
72937
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72946
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72947
72938
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72939
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72948
72940
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72949
|
-
|
72941
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
72950
72942
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72951
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72952
72943
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72953
|
-
|
72944
|
+
VRating: typeof import('vuetify/components')['VRating']
|
72945
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72946
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
72954
72947
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72955
72948
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72956
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
72957
72949
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72958
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72959
72950
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72960
72951
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72961
72952
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
72962
72953
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
72963
72954
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72964
72955
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72965
|
-
|
72956
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72957
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72966
72958
|
VTable: typeof import('vuetify/components')['VTable']
|
72959
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72967
72961
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72962
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
72968
72963
|
VTab: typeof import('vuetify/components')['VTab']
|
72969
72964
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72970
72965
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72971
72966
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72972
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
72973
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72974
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72975
72967
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72976
72968
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72977
72969
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72978
|
-
|
72970
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72979
72971
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72980
72972
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72981
|
-
|
72973
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72974
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72982
72975
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
72983
72976
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
72984
72977
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -72992,13 +72985,13 @@ declare module '@vue/runtime-core' {
|
|
72992
72985
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72993
72986
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72994
72987
|
VLazy: typeof import('vuetify/components')['VLazy']
|
72995
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
72996
72988
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72989
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
72997
72990
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72998
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72999
72991
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73000
|
-
|
72992
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73001
72993
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72994
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73002
72995
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73003
72996
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73004
72997
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -73024,18 +73017,18 @@ declare module '@vue/runtime-core' {
|
|
73024
73017
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73025
73018
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73026
73019
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73020
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73021
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73022
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73023
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73024
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73025
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73027
73026
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73028
73027
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73029
73028
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73030
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73031
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73032
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73033
73029
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73034
73030
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73035
73031
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73036
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73037
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73038
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73039
73032
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73040
73033
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73041
73034
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.9-master.2024-06-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4196,6 +4196,7 @@ function useScroll(props) {
|
|
4196
4196
|
canScroll
|
4197
4197
|
} = args;
|
4198
4198
|
let previousScroll = 0;
|
4199
|
+
let previousScrollHeight = 0;
|
4199
4200
|
const target = ref(null);
|
4200
4201
|
const currentScroll = shallowRef(0);
|
4201
4202
|
const savedScroll = shallowRef(0);
|
@@ -4218,6 +4219,11 @@ function useScroll(props) {
|
|
4218
4219
|
if (!targetEl || canScroll && !canScroll.value) return;
|
4219
4220
|
previousScroll = currentScroll.value;
|
4220
4221
|
currentScroll.value = 'window' in targetEl ? targetEl.pageYOffset : targetEl.scrollTop;
|
4222
|
+
const currentScrollHeight = targetEl instanceof Window ? document.documentElement.scrollHeight : targetEl.scrollHeight;
|
4223
|
+
if (previousScrollHeight !== currentScrollHeight) {
|
4224
|
+
previousScrollHeight = currentScrollHeight;
|
4225
|
+
return;
|
4226
|
+
}
|
4221
4227
|
isScrollingUp.value = currentScroll.value < previousScroll;
|
4222
4228
|
currentThreshold.value = Math.abs(currentScroll.value - scrollThreshold.value);
|
4223
4229
|
};
|
@@ -9617,6 +9623,7 @@ const makeVListProps = propsFactory({
|
|
9617
9623
|
nav: Boolean,
|
9618
9624
|
'onClick:open': EventProp(),
|
9619
9625
|
'onClick:select': EventProp(),
|
9626
|
+
'onUpdate:opened': EventProp(),
|
9620
9627
|
...makeNestedProps({
|
9621
9628
|
selectStrategy: 'single-leaf',
|
9622
9629
|
openStrategy: 'list'
|
@@ -11020,9 +11027,6 @@ const VOverlay = genericComponent()({
|
|
11020
11027
|
if (!(v && props.disabled)) model.value = v;
|
11021
11028
|
}
|
11022
11029
|
});
|
11023
|
-
const {
|
11024
|
-
teleportTarget
|
11025
|
-
} = useTeleport(computed(() => props.attach || props.contained));
|
11026
11030
|
const {
|
11027
11031
|
themeClasses
|
11028
11032
|
} = provideTheme(props);
|
@@ -11055,6 +11059,10 @@ const VOverlay = genericComponent()({
|
|
11055
11059
|
isActive,
|
11056
11060
|
isTop: localTop
|
11057
11061
|
});
|
11062
|
+
const potentialShadowDomRoot = computed(() => activatorEl?.value?.getRootNode());
|
11063
|
+
const {
|
11064
|
+
teleportTarget
|
11065
|
+
} = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
|
11058
11066
|
const {
|
11059
11067
|
dimensionStyles
|
11060
11068
|
} = useDimension(props);
|
@@ -11397,7 +11405,7 @@ const VMenu = genericComponent()({
|
|
11397
11405
|
function onKeydown(e) {
|
11398
11406
|
if (props.disabled) return;
|
11399
11407
|
if (e.key === 'Tab' || e.key === 'Enter' && !props.closeOnContentClick) {
|
11400
|
-
if (e.key === 'Enter' && e.target instanceof HTMLTextAreaElement) return;
|
11408
|
+
if (e.key === 'Enter' && (e.target instanceof HTMLTextAreaElement || e.target instanceof HTMLInputElement && !!e.target.closest('form'))) return;
|
11401
11409
|
if (e.key === 'Enter') e.preventDefault();
|
11402
11410
|
const nextElement = getNextElement(focusableChildren(overlay.value?.contentEl, false), e.shiftKey ? 'prev' : 'next', el => el.tabIndex >= 0);
|
11403
11411
|
if (!nextElement) {
|
@@ -22745,15 +22753,13 @@ const VExpansionPanels = genericComponent()({
|
|
22745
22753
|
}
|
22746
22754
|
});
|
22747
22755
|
|
22756
|
+
// Types
|
22757
|
+
|
22748
22758
|
const makeVFabProps = propsFactory({
|
22749
22759
|
app: Boolean,
|
22750
22760
|
appear: Boolean,
|
22751
22761
|
extended: Boolean,
|
22752
22762
|
layout: Boolean,
|
22753
|
-
location: {
|
22754
|
-
type: String,
|
22755
|
-
default: 'bottom end'
|
22756
|
-
},
|
22757
22763
|
offset: Boolean,
|
22758
22764
|
modelValue: {
|
22759
22765
|
type: Boolean,
|
@@ -22763,6 +22769,7 @@ const makeVFabProps = propsFactory({
|
|
22763
22769
|
active: true
|
22764
22770
|
}), ['location']),
|
22765
22771
|
...makeLayoutItemProps(),
|
22772
|
+
...makeLocationProps(),
|
22766
22773
|
...makeTransitionProps({
|
22767
22774
|
transition: 'fab-transition'
|
22768
22775
|
})
|
@@ -22789,11 +22796,11 @@ const VFab = genericComponent()({
|
|
22789
22796
|
const hasPosition = computed(() => props.app || props.absolute);
|
22790
22797
|
const position = computed(() => {
|
22791
22798
|
if (!hasPosition.value) return false;
|
22792
|
-
return props.location
|
22799
|
+
return props.location?.split(' ').shift() ?? 'bottom';
|
22793
22800
|
});
|
22794
22801
|
const orientation = computed(() => {
|
22795
22802
|
if (!hasPosition.value) return false;
|
22796
|
-
return props.location
|
22803
|
+
return props.location?.split(' ')[1] ?? 'end';
|
22797
22804
|
});
|
22798
22805
|
useToggleScope(() => props.app, () => {
|
22799
22806
|
const layout = useLayoutItem({
|
@@ -28067,7 +28074,7 @@ function createVuetify$1() {
|
|
28067
28074
|
goTo
|
28068
28075
|
};
|
28069
28076
|
}
|
28070
|
-
const version$1 = "3.6.
|
28077
|
+
const version$1 = "3.6.9-master.2024-06-12";
|
28071
28078
|
createVuetify$1.version = version$1;
|
28072
28079
|
|
28073
28080
|
// Vue's inject() can only be used in setup
|
@@ -28092,7 +28099,7 @@ const createVuetify = function () {
|
|
28092
28099
|
...options
|
28093
28100
|
});
|
28094
28101
|
};
|
28095
|
-
const version = "3.6.
|
28102
|
+
const version = "3.6.9-master.2024-06-12";
|
28096
28103
|
createVuetify.version = version;
|
28097
28104
|
|
28098
28105
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|