@vuetify/nightly 3.8.1-master.2025-04-14 → 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/dist/vuetify.d.ts CHANGED
@@ -37896,7 +37896,6 @@ declare const VDatePicker: {
37896
37896
  showAdjacentMonths: boolean;
37897
37897
  weekdays: CalendarWeekdays[];
37898
37898
  weeksInMonth: "static" | "dynamic";
37899
- firstDayOfWeek: string | number;
37900
37899
  hideWeekdays: boolean;
37901
37900
  showWeek: boolean;
37902
37901
  } & {
@@ -37923,6 +37922,7 @@ declare const VDatePicker: {
37923
37922
  bgColor?: string | undefined;
37924
37923
  controlHeight?: string | number | undefined;
37925
37924
  headerColor?: string | undefined;
37925
+ firstDayOfWeek?: string | number | undefined;
37926
37926
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
37927
37927
  } & {
37928
37928
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -37991,7 +37991,6 @@ declare const VDatePicker: {
37991
37991
  showAdjacentMonths: boolean;
37992
37992
  weekdays: CalendarWeekdays[];
37993
37993
  weeksInMonth: "static" | "dynamic";
37994
- firstDayOfWeek: string | number;
37995
37994
  hideWeekdays: boolean;
37996
37995
  showWeek: boolean;
37997
37996
  } & {
@@ -38018,6 +38017,7 @@ declare const VDatePicker: {
38018
38017
  bgColor?: string | undefined;
38019
38018
  controlHeight?: string | number | undefined;
38020
38019
  headerColor?: string | undefined;
38020
+ firstDayOfWeek?: string | number | undefined;
38021
38021
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38022
38022
  } & {
38023
38023
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38070,7 +38070,6 @@ declare const VDatePicker: {
38070
38070
  showAdjacentMonths: boolean;
38071
38071
  weekdays: CalendarWeekdays[];
38072
38072
  weeksInMonth: "static" | "dynamic";
38073
- firstDayOfWeek: string | number;
38074
38073
  hideWeekdays: boolean;
38075
38074
  showWeek: boolean;
38076
38075
  } & {
@@ -38097,6 +38096,7 @@ declare const VDatePicker: {
38097
38096
  bgColor?: string | undefined;
38098
38097
  controlHeight?: string | number | undefined;
38099
38098
  headerColor?: string | undefined;
38099
+ firstDayOfWeek?: string | number | undefined;
38100
38100
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38101
38101
  } & {
38102
38102
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38207,7 +38207,7 @@ declare const VDatePicker: {
38207
38207
  };
38208
38208
  firstDayOfWeek: {
38209
38209
  type: (StringConstructor | NumberConstructor)[];
38210
- default: number;
38210
+ default: undefined;
38211
38211
  };
38212
38212
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38213
38213
  hideWeekdays: BooleanConstructor;
@@ -38312,7 +38312,7 @@ declare const VDatePicker: {
38312
38312
  };
38313
38313
  firstDayOfWeek: {
38314
38314
  type: (StringConstructor | NumberConstructor)[];
38315
- default: number;
38315
+ default: undefined;
38316
38316
  };
38317
38317
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38318
38318
  hideWeekdays: BooleanConstructor;
@@ -38658,7 +38658,6 @@ declare const VDatePickerMonth: {
38658
38658
  showAdjacentMonths: boolean;
38659
38659
  weekdays: CalendarWeekdays[];
38660
38660
  weeksInMonth: "static" | "dynamic";
38661
- firstDayOfWeek: string | number;
38662
38661
  hideWeekdays: boolean;
38663
38662
  showWeek: boolean;
38664
38663
  } & {
@@ -38669,6 +38668,7 @@ declare const VDatePickerMonth: {
38669
38668
  month?: string | number | undefined;
38670
38669
  year?: string | number | undefined;
38671
38670
  modelValue?: unknown[] | undefined;
38671
+ firstDayOfWeek?: string | number | undefined;
38672
38672
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38673
38673
  } & {
38674
38674
  $children?: {} | vue.VNodeChild | {
@@ -38737,7 +38737,6 @@ declare const VDatePickerMonth: {
38737
38737
  showAdjacentMonths: boolean;
38738
38738
  weekdays: CalendarWeekdays[];
38739
38739
  weeksInMonth: "static" | "dynamic";
38740
- firstDayOfWeek: string | number;
38741
38740
  hideWeekdays: boolean;
38742
38741
  showWeek: boolean;
38743
38742
  } & {
@@ -38748,6 +38747,7 @@ declare const VDatePickerMonth: {
38748
38747
  month?: string | number | undefined;
38749
38748
  year?: string | number | undefined;
38750
38749
  modelValue?: unknown[] | undefined;
38750
+ firstDayOfWeek?: string | number | undefined;
38751
38751
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38752
38752
  } & {
38753
38753
  $children?: {} | vue.VNodeChild | {
@@ -38801,7 +38801,6 @@ declare const VDatePickerMonth: {
38801
38801
  showAdjacentMonths: boolean;
38802
38802
  weekdays: CalendarWeekdays[];
38803
38803
  weeksInMonth: "static" | "dynamic";
38804
- firstDayOfWeek: string | number;
38805
38804
  hideWeekdays: boolean;
38806
38805
  showWeek: boolean;
38807
38806
  } & {
@@ -38812,6 +38811,7 @@ declare const VDatePickerMonth: {
38812
38811
  month?: string | number | undefined;
38813
38812
  year?: string | number | undefined;
38814
38813
  modelValue?: unknown[] | undefined;
38814
+ firstDayOfWeek?: string | number | undefined;
38815
38815
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38816
38816
  } & {
38817
38817
  $children?: {} | vue.VNodeChild | {
@@ -38887,7 +38887,7 @@ declare const VDatePickerMonth: {
38887
38887
  };
38888
38888
  firstDayOfWeek: {
38889
38889
  type: (StringConstructor | NumberConstructor)[];
38890
- default: number;
38890
+ default: undefined;
38891
38891
  };
38892
38892
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38893
38893
  color: StringConstructor;
@@ -38923,7 +38923,7 @@ declare const VDatePickerMonth: {
38923
38923
  };
38924
38924
  firstDayOfWeek: {
38925
38925
  type: (StringConstructor | NumberConstructor)[];
38926
- default: number;
38926
+ default: undefined;
38927
38927
  };
38928
38928
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38929
38929
  color: StringConstructor;
@@ -82961,46 +82961,44 @@ declare module 'vue' {
82961
82961
  VApp: VApp
82962
82962
  VAlert: VAlert
82963
82963
  VAlertTitle: VAlertTitle
82964
- VBottomNavigation: VBottomNavigation
82965
82964
  VAutocomplete: VAutocomplete
82966
- VAppBar: VAppBar
82967
- VAppBarNavIcon: VAppBarNavIcon
82968
- VAppBarTitle: VAppBarTitle
82969
82965
  VAvatar: VAvatar
82970
- VBtnToggle: VBtnToggle
82971
- VBreadcrumbs: VBreadcrumbs
82972
- VBreadcrumbsItem: VBreadcrumbsItem
82973
- VBreadcrumbsDivider: VBreadcrumbsDivider
82974
82966
  VBadge: VBadge
82975
- VBottomSheet: VBottomSheet
82976
- VBtn: VBtn
82967
+ VBottomNavigation: VBottomNavigation
82977
82968
  VBanner: VBanner
82978
82969
  VBannerActions: VBannerActions
82979
82970
  VBannerText: VBannerText
82971
+ VBottomSheet: VBottomSheet
82972
+ VBreadcrumbs: VBreadcrumbs
82973
+ VBreadcrumbsItem: VBreadcrumbsItem
82974
+ VBreadcrumbsDivider: VBreadcrumbsDivider
82980
82975
  VBtnGroup: VBtnGroup
82976
+ VBtn: VBtn
82977
+ VChipGroup: VChipGroup
82978
+ VBtnToggle: VBtnToggle
82981
82979
  VCheckbox: VCheckbox
82982
82980
  VCheckboxBtn: VCheckboxBtn
82981
+ VCounter: VCounter
82982
+ VCode: VCode
82983
82983
  VCard: VCard
82984
82984
  VCardActions: VCardActions
82985
82985
  VCardItem: VCardItem
82986
82986
  VCardSubtitle: VCardSubtitle
82987
82987
  VCardText: VCardText
82988
82988
  VCardTitle: VCardTitle
82989
- VCode: VCode
82990
- VCarousel: VCarousel
82991
- VCarouselItem: VCarouselItem
82992
- VChipGroup: VChipGroup
82993
- VChip: VChip
82994
- VColorPicker: VColorPicker
82995
82989
  VCombobox: VCombobox
82996
- VDialog: VDialog
82990
+ VChip: VChip
82997
82991
  VDatePicker: VDatePicker
82998
82992
  VDatePickerControls: VDatePickerControls
82999
82993
  VDatePickerHeader: VDatePickerHeader
83000
82994
  VDatePickerMonth: VDatePickerMonth
83001
82995
  VDatePickerMonths: VDatePickerMonths
83002
82996
  VDatePickerYears: VDatePickerYears
83003
- VCounter: VCounter
82997
+ VCarousel: VCarousel
82998
+ VCarouselItem: VCarouselItem
82999
+ VColorPicker: VColorPicker
83000
+ VDialog: VDialog
83001
+ VDivider: VDivider
83004
83002
  VDataTable: VDataTable
83005
83003
  VDataTableHeaders: VDataTableHeaders
83006
83004
  VDataTableFooter: VDataTableFooter
@@ -83008,29 +83006,29 @@ declare module 'vue' {
83008
83006
  VDataTableRow: VDataTableRow
83009
83007
  VDataTableVirtual: VDataTableVirtual
83010
83008
  VDataTableServer: VDataTableServer
83011
- VExpansionPanels: VExpansionPanels
83012
- VExpansionPanel: VExpansionPanel
83013
- VExpansionPanelText: VExpansionPanelText
83014
- VExpansionPanelTitle: VExpansionPanelTitle
83015
- VDivider: VDivider
83016
- VEmptyState: VEmptyState
83017
83009
  VFab: VFab
83018
83010
  VField: VField
83019
83011
  VFieldLabel: VFieldLabel
83020
- VFileInput: VFileInput
83021
83012
  VFooter: VFooter
83013
+ VFileInput: VFileInput
83022
83014
  VIcon: VIcon
83023
83015
  VComponentIcon: VComponentIcon
83024
83016
  VSvgIcon: VSvgIcon
83025
83017
  VLigatureIcon: VLigatureIcon
83026
83018
  VClassIcon: VClassIcon
83027
- VInfiniteScroll: VInfiniteScroll
83019
+ VEmptyState: VEmptyState
83020
+ VExpansionPanels: VExpansionPanels
83021
+ VExpansionPanel: VExpansionPanel
83022
+ VExpansionPanelText: VExpansionPanelText
83023
+ VExpansionPanelTitle: VExpansionPanelTitle
83028
83024
  VImg: VImg
83029
- VLabel: VLabel
83025
+ VInput: VInput
83030
83026
  VKbd: VKbd
83027
+ VInfiniteScroll: VInfiniteScroll
83031
83028
  VItemGroup: VItemGroup
83032
83029
  VItem: VItem
83033
- VInput: VInput
83030
+ VLabel: VLabel
83031
+ VMain: VMain
83034
83032
  VList: VList
83035
83033
  VListGroup: VListGroup
83036
83034
  VListImg: VListImg
@@ -83040,70 +83038,65 @@ declare module 'vue' {
83040
83038
  VListItemSubtitle: VListItemSubtitle
83041
83039
  VListItemTitle: VListItemTitle
83042
83040
  VListSubheader: VListSubheader
83043
- VMain: VMain
83044
- VNavigationDrawer: VNavigationDrawer
83045
- VMessages: VMessages
83046
- VOverlay: VOverlay
83047
83041
  VMenu: VMenu
83048
- VOtpInput: VOtpInput
83049
83042
  VNumberInput: VNumberInput
83050
- VProgressLinear: VProgressLinear
83051
- VPagination: VPagination
83043
+ VOtpInput: VOtpInput
83044
+ VMessages: VMessages
83052
83045
  VProgressCircular: VProgressCircular
83046
+ VOverlay: VOverlay
83047
+ VNavigationDrawer: VNavigationDrawer
83048
+ VPagination: VPagination
83053
83049
  VSelectionControl: VSelectionControl
83054
- VRadioGroup: VRadioGroup
83055
83050
  VRating: VRating
83056
- VSelect: VSelect
83057
- VSheet: VSheet
83051
+ VProgressLinear: VProgressLinear
83052
+ VRadioGroup: VRadioGroup
83058
83053
  VSelectionControlGroup: VSelectionControlGroup
83059
- VSkeletonLoader: VSkeletonLoader
83054
+ VSheet: VSheet
83060
83055
  VSnackbar: VSnackbar
83056
+ VSlideGroup: VSlideGroup
83057
+ VSlideGroupItem: VSlideGroupItem
83058
+ VSystemBar: VSystemBar
83059
+ VTextarea: VTextarea
83061
83060
  VSwitch: VSwitch
83062
- VSlider: VSlider
83063
83061
  VTab: VTab
83064
83062
  VTabs: VTabs
83065
83063
  VTabsWindow: VTabsWindow
83066
83064
  VTabsWindowItem: VTabsWindowItem
83067
- VSlideGroup: VSlideGroup
83068
- VSlideGroupItem: VSlideGroupItem
83069
- VSystemBar: VSystemBar
83070
- VTextarea: VTextarea
83065
+ VTable: VTable
83071
83066
  VStepper: VStepper
83072
83067
  VStepperActions: VStepperActions
83073
83068
  VStepperHeader: VStepperHeader
83074
83069
  VStepperItem: VStepperItem
83075
83070
  VStepperWindow: VStepperWindow
83076
83071
  VStepperWindowItem: VStepperWindowItem
83077
- VTable: VTable
83078
83072
  VTextField: VTextField
83079
- VToolbar: VToolbar
83080
- VToolbarTitle: VToolbarTitle
83081
- VToolbarItems: VToolbarItems
83082
- VTimeline: VTimeline
83083
- VTimelineItem: VTimelineItem
83084
83073
  VTooltip: VTooltip
83085
83074
  VWindow: VWindow
83086
83075
  VWindowItem: VWindowItem
83076
+ VTimeline: VTimeline
83077
+ VTimelineItem: VTimelineItem
83078
+ VSelect: VSelect
83087
83079
  VConfirmEdit: VConfirmEdit
83088
83080
  VDataIterator: VDataIterator
83081
+ VDefaultsProvider: VDefaultsProvider
83082
+ VForm: VForm
83089
83083
  VContainer: VContainer
83090
83084
  VCol: VCol
83091
83085
  VRow: VRow
83092
83086
  VSpacer: VSpacer
83093
- VDefaultsProvider: VDefaultsProvider
83094
83087
  VHover: VHover
83095
- VForm: VForm
83096
83088
  VLayout: VLayout
83097
83089
  VLayoutItem: VLayoutItem
83098
- VLazy: VLazy
83099
83090
  VLocaleProvider: VLocaleProvider
83100
- VParallax: VParallax
83101
- VNoSsr: VNoSsr
83091
+ VLazy: VLazy
83102
83092
  VRadio: VRadio
83103
83093
  VRangeSlider: VRangeSlider
83104
- VResponsive: VResponsive
83094
+ VNoSsr: VNoSsr
83095
+ VParallax: VParallax
83105
83096
  VSnackbarQueue: VSnackbarQueue
83106
83097
  VSparkline: VSparkline
83098
+ VSkeletonLoader: VSkeletonLoader
83099
+ VResponsive: VResponsive
83107
83100
  VSpeedDial: VSpeedDial
83108
83101
  VThemeProvider: VThemeProvider
83109
83102
  VValidation: VValidation
@@ -83124,26 +83117,33 @@ declare module 'vue' {
83124
83117
  VExpandTransition: VExpandTransition
83125
83118
  VExpandXTransition: VExpandXTransition
83126
83119
  VDialogTransition: VDialogTransition
83120
+ VToolbar: VToolbar
83121
+ VToolbarTitle: VToolbarTitle
83122
+ VToolbarItems: VToolbarItems
83123
+ VSlider: VSlider
83124
+ VAppBar: VAppBar
83125
+ VAppBarNavIcon: VAppBarNavIcon
83126
+ VAppBarTitle: VAppBarTitle
83127
83127
  VCalendar: VCalendar
83128
83128
  VCalendarDay: VCalendarDay
83129
83129
  VCalendarHeader: VCalendarHeader
83130
83130
  VCalendarInterval: VCalendarInterval
83131
83131
  VCalendarIntervalEvent: VCalendarIntervalEvent
83132
83132
  VCalendarMonthDay: VCalendarMonthDay
83133
- VIconBtn: VIconBtn
83133
+ VFileUpload: VFileUpload
83134
+ VFileUploadItem: VFileUploadItem
83134
83135
  VPicker: VPicker
83135
83136
  VPickerTitle: VPickerTitle
83136
- VStepperVertical: VStepperVertical
83137
- VStepperVerticalItem: VStepperVerticalItem
83138
- VStepperVerticalActions: VStepperVerticalActions
83139
83137
  VTimePicker: VTimePicker
83140
83138
  VTimePickerClock: VTimePickerClock
83141
83139
  VTimePickerControls: VTimePickerControls
83140
+ VStepperVertical: VStepperVertical
83141
+ VStepperVerticalItem: VStepperVerticalItem
83142
+ VStepperVerticalActions: VStepperVerticalActions
83143
+ VIconBtn: VIconBtn
83142
83144
  VTreeview: VTreeview
83143
83145
  VTreeviewItem: VTreeviewItem
83144
83146
  VTreeviewGroup: VTreeviewGroup
83145
- VFileUpload: VFileUpload
83146
- VFileUploadItem: VFileUploadItem
83147
83147
  VDateInput: VDateInput
83148
83148
  VPullToRefresh: VPullToRefresh
83149
83149
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.1-master.2025-04-14
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: 0
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 = Number(props.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 firstDayOfWeek = Number(props.firstDayOfWeek);
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-14";
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-14";
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 };