@vuetify/nightly 3.8.1-master.2025-04-13 → 3.8.1-master.2025-04-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/CHANGELOG.md +32 -27
- package/dist/json/attributes.json +3391 -3391
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +202 -202
- package/dist/json/web-types.json +6071 -6075
- package/dist/vuetify-labs.cjs +30 -26
- package/dist/vuetify-labs.css +4235 -4235
- package/dist/vuetify-labs.d.ts +104 -91
- package/dist/vuetify-labs.esm.js +30 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3224 -3224
- package/dist/vuetify.d.ts +94 -81
- package/dist/vuetify.esm.js +6 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/composables/calendar.d.ts +2 -2
- package/lib/composables/calendar.js +3 -5
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -70
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/package.json +44 -43
package/dist/vuetify.d.ts
CHANGED
@@ -3349,7 +3349,11 @@ declare const index_d$2_md1: typeof md1;
|
|
3349
3349
|
declare const index_d$2_md2: typeof md2;
|
3350
3350
|
declare const index_d$2_md3: typeof md3;
|
3351
3351
|
declare namespace index_d$2 {
|
3352
|
-
export {
|
3352
|
+
export {
|
3353
|
+
index_d$2_md1 as md1,
|
3354
|
+
index_d$2_md2 as md2,
|
3355
|
+
index_d$2_md3 as md3,
|
3356
|
+
};
|
3353
3357
|
}
|
3354
3358
|
|
3355
3359
|
declare const VApp: {
|
@@ -37892,7 +37896,6 @@ declare const VDatePicker: {
|
|
37892
37896
|
showAdjacentMonths: boolean;
|
37893
37897
|
weekdays: CalendarWeekdays[];
|
37894
37898
|
weeksInMonth: "static" | "dynamic";
|
37895
|
-
firstDayOfWeek: string | number;
|
37896
37899
|
hideWeekdays: boolean;
|
37897
37900
|
showWeek: boolean;
|
37898
37901
|
} & {
|
@@ -37919,6 +37922,7 @@ declare const VDatePicker: {
|
|
37919
37922
|
bgColor?: string | undefined;
|
37920
37923
|
controlHeight?: string | number | undefined;
|
37921
37924
|
headerColor?: string | undefined;
|
37925
|
+
firstDayOfWeek?: string | number | undefined;
|
37922
37926
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
37923
37927
|
} & {
|
37924
37928
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -37987,7 +37991,6 @@ declare const VDatePicker: {
|
|
37987
37991
|
showAdjacentMonths: boolean;
|
37988
37992
|
weekdays: CalendarWeekdays[];
|
37989
37993
|
weeksInMonth: "static" | "dynamic";
|
37990
|
-
firstDayOfWeek: string | number;
|
37991
37994
|
hideWeekdays: boolean;
|
37992
37995
|
showWeek: boolean;
|
37993
37996
|
} & {
|
@@ -38014,6 +38017,7 @@ declare const VDatePicker: {
|
|
38014
38017
|
bgColor?: string | undefined;
|
38015
38018
|
controlHeight?: string | number | undefined;
|
38016
38019
|
headerColor?: string | undefined;
|
38020
|
+
firstDayOfWeek?: string | number | undefined;
|
38017
38021
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38018
38022
|
} & {
|
38019
38023
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38066,7 +38070,6 @@ declare const VDatePicker: {
|
|
38066
38070
|
showAdjacentMonths: boolean;
|
38067
38071
|
weekdays: CalendarWeekdays[];
|
38068
38072
|
weeksInMonth: "static" | "dynamic";
|
38069
|
-
firstDayOfWeek: string | number;
|
38070
38073
|
hideWeekdays: boolean;
|
38071
38074
|
showWeek: boolean;
|
38072
38075
|
} & {
|
@@ -38093,6 +38096,7 @@ declare const VDatePicker: {
|
|
38093
38096
|
bgColor?: string | undefined;
|
38094
38097
|
controlHeight?: string | number | undefined;
|
38095
38098
|
headerColor?: string | undefined;
|
38099
|
+
firstDayOfWeek?: string | number | undefined;
|
38096
38100
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38097
38101
|
} & {
|
38098
38102
|
"onUpdate:month"?: ((date: any) => any) | undefined;
|
@@ -38203,7 +38207,7 @@ declare const VDatePicker: {
|
|
38203
38207
|
};
|
38204
38208
|
firstDayOfWeek: {
|
38205
38209
|
type: (StringConstructor | NumberConstructor)[];
|
38206
|
-
default:
|
38210
|
+
default: undefined;
|
38207
38211
|
};
|
38208
38212
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38209
38213
|
hideWeekdays: BooleanConstructor;
|
@@ -38308,7 +38312,7 @@ declare const VDatePicker: {
|
|
38308
38312
|
};
|
38309
38313
|
firstDayOfWeek: {
|
38310
38314
|
type: (StringConstructor | NumberConstructor)[];
|
38311
|
-
default:
|
38315
|
+
default: undefined;
|
38312
38316
|
};
|
38313
38317
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
38314
38318
|
hideWeekdays: BooleanConstructor;
|
@@ -38654,7 +38658,6 @@ declare const VDatePickerMonth: {
|
|
38654
38658
|
showAdjacentMonths: boolean;
|
38655
38659
|
weekdays: CalendarWeekdays[];
|
38656
38660
|
weeksInMonth: "static" | "dynamic";
|
38657
|
-
firstDayOfWeek: string | number;
|
38658
38661
|
hideWeekdays: boolean;
|
38659
38662
|
showWeek: boolean;
|
38660
38663
|
} & {
|
@@ -38665,6 +38668,7 @@ declare const VDatePickerMonth: {
|
|
38665
38668
|
month?: string | number | undefined;
|
38666
38669
|
year?: string | number | undefined;
|
38667
38670
|
modelValue?: unknown[] | undefined;
|
38671
|
+
firstDayOfWeek?: string | number | undefined;
|
38668
38672
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38669
38673
|
} & {
|
38670
38674
|
$children?: {} | vue.VNodeChild | {
|
@@ -38733,7 +38737,6 @@ declare const VDatePickerMonth: {
|
|
38733
38737
|
showAdjacentMonths: boolean;
|
38734
38738
|
weekdays: CalendarWeekdays[];
|
38735
38739
|
weeksInMonth: "static" | "dynamic";
|
38736
|
-
firstDayOfWeek: string | number;
|
38737
38740
|
hideWeekdays: boolean;
|
38738
38741
|
showWeek: boolean;
|
38739
38742
|
} & {
|
@@ -38744,6 +38747,7 @@ declare const VDatePickerMonth: {
|
|
38744
38747
|
month?: string | number | undefined;
|
38745
38748
|
year?: string | number | undefined;
|
38746
38749
|
modelValue?: unknown[] | undefined;
|
38750
|
+
firstDayOfWeek?: string | number | undefined;
|
38747
38751
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38748
38752
|
} & {
|
38749
38753
|
$children?: {} | vue.VNodeChild | {
|
@@ -38797,7 +38801,6 @@ declare const VDatePickerMonth: {
|
|
38797
38801
|
showAdjacentMonths: boolean;
|
38798
38802
|
weekdays: CalendarWeekdays[];
|
38799
38803
|
weeksInMonth: "static" | "dynamic";
|
38800
|
-
firstDayOfWeek: string | number;
|
38801
38804
|
hideWeekdays: boolean;
|
38802
38805
|
showWeek: boolean;
|
38803
38806
|
} & {
|
@@ -38808,6 +38811,7 @@ declare const VDatePickerMonth: {
|
|
38808
38811
|
month?: string | number | undefined;
|
38809
38812
|
year?: string | number | undefined;
|
38810
38813
|
modelValue?: unknown[] | undefined;
|
38814
|
+
firstDayOfWeek?: string | number | undefined;
|
38811
38815
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
38812
38816
|
} & {
|
38813
38817
|
$children?: {} | vue.VNodeChild | {
|
@@ -38883,7 +38887,7 @@ declare const VDatePickerMonth: {
|
|
38883
38887
|
};
|
38884
38888
|
firstDayOfWeek: {
|
38885
38889
|
type: (StringConstructor | NumberConstructor)[];
|
38886
|
-
default:
|
38890
|
+
default: undefined;
|
38887
38891
|
};
|
38888
38892
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38889
38893
|
color: StringConstructor;
|
@@ -38919,7 +38923,7 @@ declare const VDatePickerMonth: {
|
|
38919
38923
|
};
|
38920
38924
|
firstDayOfWeek: {
|
38921
38925
|
type: (StringConstructor | NumberConstructor)[];
|
38922
|
-
default:
|
38926
|
+
default: undefined;
|
38923
38927
|
};
|
38924
38928
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
38925
38929
|
color: StringConstructor;
|
@@ -82828,7 +82832,16 @@ declare const index_d_Scroll: typeof Scroll;
|
|
82828
82832
|
declare const index_d_Tooltip: typeof Tooltip;
|
82829
82833
|
declare const index_d_Touch: typeof Touch;
|
82830
82834
|
declare namespace index_d {
|
82831
|
-
export {
|
82835
|
+
export {
|
82836
|
+
index_d_ClickOutside as ClickOutside,
|
82837
|
+
index_d_Intersect as Intersect,
|
82838
|
+
index_d_Mutate as Mutate,
|
82839
|
+
index_d_Resize as Resize,
|
82840
|
+
index_d_Ripple as Ripple,
|
82841
|
+
index_d_Scroll as Scroll,
|
82842
|
+
index_d_Tooltip as Tooltip,
|
82843
|
+
index_d_Touch as Touch,
|
82844
|
+
};
|
82832
82845
|
}
|
82833
82846
|
|
82834
82847
|
declare const createVuetify: {
|
@@ -82948,35 +82961,44 @@ declare module 'vue' {
|
|
82948
82961
|
VApp: VApp
|
82949
82962
|
VAlert: VAlert
|
82950
82963
|
VAlertTitle: VAlertTitle
|
82964
|
+
VAutocomplete: VAutocomplete
|
82951
82965
|
VAvatar: VAvatar
|
82966
|
+
VBadge: VBadge
|
82967
|
+
VBottomNavigation: VBottomNavigation
|
82952
82968
|
VBanner: VBanner
|
82953
82969
|
VBannerActions: VBannerActions
|
82954
82970
|
VBannerText: VBannerText
|
82955
82971
|
VBottomSheet: VBottomSheet
|
82956
|
-
VBtn: VBtn
|
82957
|
-
VAutocomplete: VAutocomplete
|
82958
|
-
VBottomNavigation: VBottomNavigation
|
82959
82972
|
VBreadcrumbs: VBreadcrumbs
|
82960
82973
|
VBreadcrumbsItem: VBreadcrumbsItem
|
82961
82974
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
82962
82975
|
VBtnGroup: VBtnGroup
|
82963
|
-
|
82964
|
-
|
82976
|
+
VBtn: VBtn
|
82977
|
+
VChipGroup: VChipGroup
|
82978
|
+
VBtnToggle: VBtnToggle
|
82979
|
+
VCheckbox: VCheckbox
|
82980
|
+
VCheckboxBtn: VCheckboxBtn
|
82981
|
+
VCounter: VCounter
|
82982
|
+
VCode: VCode
|
82965
82983
|
VCard: VCard
|
82966
82984
|
VCardActions: VCardActions
|
82967
82985
|
VCardItem: VCardItem
|
82968
82986
|
VCardSubtitle: VCardSubtitle
|
82969
82987
|
VCardText: VCardText
|
82970
82988
|
VCardTitle: VCardTitle
|
82971
|
-
VBtnToggle: VBtnToggle
|
82972
|
-
VCheckbox: VCheckbox
|
82973
|
-
VCheckboxBtn: VCheckboxBtn
|
82974
|
-
VChip: VChip
|
82975
|
-
VChipGroup: VChipGroup
|
82976
|
-
VCode: VCode
|
82977
|
-
VBadge: VBadge
|
82978
82989
|
VCombobox: VCombobox
|
82990
|
+
VChip: VChip
|
82991
|
+
VDatePicker: VDatePicker
|
82992
|
+
VDatePickerControls: VDatePickerControls
|
82993
|
+
VDatePickerHeader: VDatePickerHeader
|
82994
|
+
VDatePickerMonth: VDatePickerMonth
|
82995
|
+
VDatePickerMonths: VDatePickerMonths
|
82996
|
+
VDatePickerYears: VDatePickerYears
|
82997
|
+
VCarousel: VCarousel
|
82998
|
+
VCarouselItem: VCarouselItem
|
82979
82999
|
VColorPicker: VColorPicker
|
83000
|
+
VDialog: VDialog
|
83001
|
+
VDivider: VDivider
|
82980
83002
|
VDataTable: VDataTable
|
82981
83003
|
VDataTableHeaders: VDataTableHeaders
|
82982
83004
|
VDataTableFooter: VDataTableFooter
|
@@ -82984,39 +83006,29 @@ declare module 'vue' {
|
|
82984
83006
|
VDataTableRow: VDataTableRow
|
82985
83007
|
VDataTableVirtual: VDataTableVirtual
|
82986
83008
|
VDataTableServer: VDataTableServer
|
82987
|
-
VDialog: VDialog
|
82988
|
-
VAppBar: VAppBar
|
82989
|
-
VAppBarNavIcon: VAppBarNavIcon
|
82990
|
-
VAppBarTitle: VAppBarTitle
|
82991
|
-
VCounter: VCounter
|
82992
|
-
VDivider: VDivider
|
82993
|
-
VDatePicker: VDatePicker
|
82994
|
-
VDatePickerControls: VDatePickerControls
|
82995
|
-
VDatePickerHeader: VDatePickerHeader
|
82996
|
-
VDatePickerMonth: VDatePickerMonth
|
82997
|
-
VDatePickerMonths: VDatePickerMonths
|
82998
|
-
VDatePickerYears: VDatePickerYears
|
82999
|
-
VEmptyState: VEmptyState
|
83000
83009
|
VFab: VFab
|
83001
|
-
VFileInput: VFileInput
|
83002
|
-
VExpansionPanels: VExpansionPanels
|
83003
|
-
VExpansionPanel: VExpansionPanel
|
83004
|
-
VExpansionPanelText: VExpansionPanelText
|
83005
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
83006
|
-
VFooter: VFooter
|
83007
83010
|
VField: VField
|
83008
83011
|
VFieldLabel: VFieldLabel
|
83012
|
+
VFooter: VFooter
|
83013
|
+
VFileInput: VFileInput
|
83009
83014
|
VIcon: VIcon
|
83010
83015
|
VComponentIcon: VComponentIcon
|
83011
83016
|
VSvgIcon: VSvgIcon
|
83012
83017
|
VLigatureIcon: VLigatureIcon
|
83013
83018
|
VClassIcon: VClassIcon
|
83019
|
+
VEmptyState: VEmptyState
|
83020
|
+
VExpansionPanels: VExpansionPanels
|
83021
|
+
VExpansionPanel: VExpansionPanel
|
83022
|
+
VExpansionPanelText: VExpansionPanelText
|
83023
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
83014
83024
|
VImg: VImg
|
83025
|
+
VInput: VInput
|
83026
|
+
VKbd: VKbd
|
83027
|
+
VInfiniteScroll: VInfiniteScroll
|
83015
83028
|
VItemGroup: VItemGroup
|
83016
83029
|
VItem: VItem
|
83017
83030
|
VLabel: VLabel
|
83018
|
-
|
83019
|
-
VInfiniteScroll: VInfiniteScroll
|
83031
|
+
VMain: VMain
|
83020
83032
|
VList: VList
|
83021
83033
|
VListGroup: VListGroup
|
83022
83034
|
VListImg: VListImg
|
@@ -83026,53 +83038,46 @@ declare module 'vue' {
|
|
83026
83038
|
VListItemSubtitle: VListItemSubtitle
|
83027
83039
|
VListItemTitle: VListItemTitle
|
83028
83040
|
VListSubheader: VListSubheader
|
83029
|
-
VKbd: VKbd
|
83030
83041
|
VMenu: VMenu
|
83031
|
-
VMessages: VMessages
|
83032
|
-
VMain: VMain
|
83033
83042
|
VNumberInput: VNumberInput
|
83034
83043
|
VOtpInput: VOtpInput
|
83044
|
+
VMessages: VMessages
|
83045
|
+
VProgressCircular: VProgressCircular
|
83035
83046
|
VOverlay: VOverlay
|
83036
83047
|
VNavigationDrawer: VNavigationDrawer
|
83037
|
-
VRadioGroup: VRadioGroup
|
83038
|
-
VProgressLinear: VProgressLinear
|
83039
83048
|
VPagination: VPagination
|
83040
|
-
VRating: VRating
|
83041
83049
|
VSelectionControl: VSelectionControl
|
83042
|
-
|
83043
|
-
|
83044
|
-
|
83045
|
-
VSkeletonLoader: VSkeletonLoader
|
83050
|
+
VRating: VRating
|
83051
|
+
VProgressLinear: VProgressLinear
|
83052
|
+
VRadioGroup: VRadioGroup
|
83046
83053
|
VSelectionControlGroup: VSelectionControlGroup
|
83054
|
+
VSheet: VSheet
|
83055
|
+
VSnackbar: VSnackbar
|
83047
83056
|
VSlideGroup: VSlideGroup
|
83048
83057
|
VSlideGroupItem: VSlideGroupItem
|
83049
|
-
|
83050
|
-
|
83058
|
+
VSystemBar: VSystemBar
|
83059
|
+
VTextarea: VTextarea
|
83051
83060
|
VSwitch: VSwitch
|
83061
|
+
VTab: VTab
|
83062
|
+
VTabs: VTabs
|
83063
|
+
VTabsWindow: VTabsWindow
|
83064
|
+
VTabsWindowItem: VTabsWindowItem
|
83065
|
+
VTable: VTable
|
83052
83066
|
VStepper: VStepper
|
83053
83067
|
VStepperActions: VStepperActions
|
83054
83068
|
VStepperHeader: VStepperHeader
|
83055
83069
|
VStepperItem: VStepperItem
|
83056
83070
|
VStepperWindow: VStepperWindow
|
83057
83071
|
VStepperWindowItem: VStepperWindowItem
|
83058
|
-
VTab: VTab
|
83059
|
-
VTabs: VTabs
|
83060
|
-
VTabsWindow: VTabsWindow
|
83061
|
-
VTabsWindowItem: VTabsWindowItem
|
83062
|
-
VSystemBar: VSystemBar
|
83063
|
-
VTable: VTable
|
83064
83072
|
VTextField: VTextField
|
83065
|
-
VTimeline: VTimeline
|
83066
|
-
VTimelineItem: VTimelineItem
|
83067
83073
|
VTooltip: VTooltip
|
83068
|
-
VTextarea: VTextarea
|
83069
83074
|
VWindow: VWindow
|
83070
83075
|
VWindowItem: VWindowItem
|
83071
|
-
|
83072
|
-
|
83073
|
-
|
83074
|
-
VDataIterator: VDataIterator
|
83076
|
+
VTimeline: VTimeline
|
83077
|
+
VTimelineItem: VTimelineItem
|
83078
|
+
VSelect: VSelect
|
83075
83079
|
VConfirmEdit: VConfirmEdit
|
83080
|
+
VDataIterator: VDataIterator
|
83076
83081
|
VDefaultsProvider: VDefaultsProvider
|
83077
83082
|
VForm: VForm
|
83078
83083
|
VContainer: VContainer
|
@@ -83082,19 +83087,20 @@ declare module 'vue' {
|
|
83082
83087
|
VHover: VHover
|
83083
83088
|
VLayout: VLayout
|
83084
83089
|
VLayoutItem: VLayoutItem
|
83085
|
-
VLazy: VLazy
|
83086
83090
|
VLocaleProvider: VLocaleProvider
|
83087
|
-
|
83088
|
-
VParallax: VParallax
|
83091
|
+
VLazy: VLazy
|
83089
83092
|
VRadio: VRadio
|
83090
83093
|
VRangeSlider: VRangeSlider
|
83091
|
-
|
83092
|
-
|
83094
|
+
VNoSsr: VNoSsr
|
83095
|
+
VParallax: VParallax
|
83093
83096
|
VSnackbarQueue: VSnackbarQueue
|
83097
|
+
VSparkline: VSparkline
|
83098
|
+
VSkeletonLoader: VSkeletonLoader
|
83099
|
+
VResponsive: VResponsive
|
83094
83100
|
VSpeedDial: VSpeedDial
|
83095
83101
|
VThemeProvider: VThemeProvider
|
83096
|
-
VVirtualScroll: VVirtualScroll
|
83097
83102
|
VValidation: VValidation
|
83103
|
+
VVirtualScroll: VVirtualScroll
|
83098
83104
|
VFabTransition: VFabTransition
|
83099
83105
|
VDialogBottomTransition: VDialogBottomTransition
|
83100
83106
|
VDialogTopTransition: VDialogTopTransition
|
@@ -83111,23 +83117,30 @@ declare module 'vue' {
|
|
83111
83117
|
VExpandTransition: VExpandTransition
|
83112
83118
|
VExpandXTransition: VExpandXTransition
|
83113
83119
|
VDialogTransition: VDialogTransition
|
83114
|
-
|
83115
|
-
|
83120
|
+
VToolbar: VToolbar
|
83121
|
+
VToolbarTitle: VToolbarTitle
|
83122
|
+
VToolbarItems: VToolbarItems
|
83123
|
+
VSlider: VSlider
|
83124
|
+
VAppBar: VAppBar
|
83125
|
+
VAppBarNavIcon: VAppBarNavIcon
|
83126
|
+
VAppBarTitle: VAppBarTitle
|
83116
83127
|
VCalendar: VCalendar
|
83117
83128
|
VCalendarDay: VCalendarDay
|
83118
83129
|
VCalendarHeader: VCalendarHeader
|
83119
83130
|
VCalendarInterval: VCalendarInterval
|
83120
83131
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
83121
83132
|
VCalendarMonthDay: VCalendarMonthDay
|
83133
|
+
VFileUpload: VFileUpload
|
83134
|
+
VFileUploadItem: VFileUploadItem
|
83122
83135
|
VPicker: VPicker
|
83123
83136
|
VPickerTitle: VPickerTitle
|
83137
|
+
VTimePicker: VTimePicker
|
83138
|
+
VTimePickerClock: VTimePickerClock
|
83139
|
+
VTimePickerControls: VTimePickerControls
|
83124
83140
|
VStepperVertical: VStepperVertical
|
83125
83141
|
VStepperVerticalItem: VStepperVerticalItem
|
83126
83142
|
VStepperVerticalActions: VStepperVerticalActions
|
83127
83143
|
VIconBtn: VIconBtn
|
83128
|
-
VTimePicker: VTimePicker
|
83129
|
-
VTimePickerClock: VTimePickerClock
|
83130
|
-
VTimePickerControls: VTimePickerControls
|
83131
83144
|
VTreeview: VTreeview
|
83132
83145
|
VTreeviewItem: VTreeviewItem
|
83133
83146
|
VTreeviewGroup: VTreeviewGroup
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.1-master.2025-04-
|
2
|
+
* Vuetify v3.8.1-master.2025-04-15
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22171,7 +22171,7 @@ const makeCalendarProps = propsFactory({
|
|
22171
22171
|
},
|
22172
22172
|
firstDayOfWeek: {
|
22173
22173
|
type: [Number, String],
|
22174
|
-
default:
|
22174
|
+
default: undefined
|
22175
22175
|
}
|
22176
22176
|
}, 'calendar');
|
22177
22177
|
function useCalendar(props) {
|
@@ -22194,14 +22194,12 @@ function useCalendar(props) {
|
|
22194
22194
|
return adapter.setMonth(date, value);
|
22195
22195
|
}, v => adapter.getMonth(v));
|
22196
22196
|
const weekDays = computed(() => {
|
22197
|
-
const firstDayOfWeek =
|
22198
|
-
|
22197
|
+
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22199
22198
|
// Always generate all days, regardless of props.weekdays
|
22200
22199
|
return [0, 1, 2, 3, 4, 5, 6].map(day => (day + firstDayOfWeek) % 7);
|
22201
22200
|
});
|
22202
22201
|
const weeksInMonth = computed(() => {
|
22203
|
-
const
|
22204
|
-
const weeks = adapter.getWeekArray(month.value, firstDayOfWeek);
|
22202
|
+
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
22205
22203
|
const days = weeks.flat();
|
22206
22204
|
|
22207
22205
|
// Make sure there's always 6 weeks in month (6 * 7 days)
|
@@ -29163,7 +29161,7 @@ function createVuetify$1() {
|
|
29163
29161
|
};
|
29164
29162
|
});
|
29165
29163
|
}
|
29166
|
-
const version$1 = "3.8.1-master.2025-04-
|
29164
|
+
const version$1 = "3.8.1-master.2025-04-15";
|
29167
29165
|
createVuetify$1.version = version$1;
|
29168
29166
|
|
29169
29167
|
// Vue's inject() can only be used in setup
|
@@ -29188,7 +29186,7 @@ const createVuetify = function () {
|
|
29188
29186
|
...options
|
29189
29187
|
});
|
29190
29188
|
};
|
29191
|
-
const version = "3.8.1-master.2025-04-
|
29189
|
+
const version = "3.8.1-master.2025-04-15";
|
29192
29190
|
createVuetify.version = version;
|
29193
29191
|
|
29194
29192
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|