@vuetify/nightly 3.8.1-master.2025-04-14 → 3.8.1-master.2025-04-16

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;
@@ -82959,48 +82959,46 @@ declare module 'vue' {
82959
82959
  }
82960
82960
  export interface GlobalComponents {
82961
82961
  VApp: VApp
82962
+ VAutocomplete: VAutocomplete
82962
82963
  VAlert: VAlert
82963
82964
  VAlertTitle: VAlertTitle
82964
- VBottomNavigation: VBottomNavigation
82965
- VAutocomplete: VAutocomplete
82965
+ VAvatar: VAvatar
82966
82966
  VAppBar: VAppBar
82967
82967
  VAppBarNavIcon: VAppBarNavIcon
82968
82968
  VAppBarTitle: VAppBarTitle
82969
- VAvatar: VAvatar
82970
- VBtnToggle: VBtnToggle
82971
- VBreadcrumbs: VBreadcrumbs
82972
- VBreadcrumbsItem: VBreadcrumbsItem
82973
- VBreadcrumbsDivider: VBreadcrumbsDivider
82974
82969
  VBadge: VBadge
82975
82970
  VBottomSheet: VBottomSheet
82976
82971
  VBtn: VBtn
82977
82972
  VBanner: VBanner
82978
82973
  VBannerActions: VBannerActions
82979
82974
  VBannerText: VBannerText
82980
- VBtnGroup: VBtnGroup
82981
- VCheckbox: VCheckbox
82982
- VCheckboxBtn: VCheckboxBtn
82975
+ VBottomNavigation: VBottomNavigation
82976
+ VBreadcrumbs: VBreadcrumbs
82977
+ VBreadcrumbsItem: VBreadcrumbsItem
82978
+ VBreadcrumbsDivider: VBreadcrumbsDivider
82983
82979
  VCard: VCard
82984
82980
  VCardActions: VCardActions
82985
82981
  VCardItem: VCardItem
82986
82982
  VCardSubtitle: VCardSubtitle
82987
82983
  VCardText: VCardText
82988
82984
  VCardTitle: VCardTitle
82985
+ VBtnToggle: VBtnToggle
82986
+ VBtnGroup: VBtnGroup
82989
82987
  VCode: VCode
82988
+ VCombobox: VCombobox
82990
82989
  VCarousel: VCarousel
82991
82990
  VCarouselItem: VCarouselItem
82992
- VChipGroup: VChipGroup
82993
- VChip: VChip
82994
82991
  VColorPicker: VColorPicker
82995
- VCombobox: VCombobox
82996
- VDialog: VDialog
82992
+ VCheckbox: VCheckbox
82993
+ VCheckboxBtn: VCheckboxBtn
82994
+ VChip: VChip
82995
+ VCounter: VCounter
82997
82996
  VDatePicker: VDatePicker
82998
82997
  VDatePickerControls: VDatePickerControls
82999
82998
  VDatePickerHeader: VDatePickerHeader
83000
82999
  VDatePickerMonth: VDatePickerMonth
83001
83000
  VDatePickerMonths: VDatePickerMonths
83002
83001
  VDatePickerYears: VDatePickerYears
83003
- VCounter: VCounter
83004
83002
  VDataTable: VDataTable
83005
83003
  VDataTableHeaders: VDataTableHeaders
83006
83004
  VDataTableFooter: VDataTableFooter
@@ -83008,15 +83006,17 @@ declare module 'vue' {
83008
83006
  VDataTableRow: VDataTableRow
83009
83007
  VDataTableVirtual: VDataTableVirtual
83010
83008
  VDataTableServer: VDataTableServer
83009
+ VChipGroup: VChipGroup
83010
+ VDialog: VDialog
83011
+ VDivider: VDivider
83012
+ VEmptyState: VEmptyState
83011
83013
  VExpansionPanels: VExpansionPanels
83012
83014
  VExpansionPanel: VExpansionPanel
83013
83015
  VExpansionPanelText: VExpansionPanelText
83014
83016
  VExpansionPanelTitle: VExpansionPanelTitle
83015
- VDivider: VDivider
83016
- VEmptyState: VEmptyState
83017
- VFab: VFab
83018
83017
  VField: VField
83019
83018
  VFieldLabel: VFieldLabel
83019
+ VFab: VFab
83020
83020
  VFileInput: VFileInput
83021
83021
  VFooter: VFooter
83022
83022
  VIcon: VIcon
@@ -83024,12 +83024,12 @@ declare module 'vue' {
83024
83024
  VSvgIcon: VSvgIcon
83025
83025
  VLigatureIcon: VLigatureIcon
83026
83026
  VClassIcon: VClassIcon
83027
- VInfiniteScroll: VInfiniteScroll
83028
83027
  VImg: VImg
83029
- VLabel: VLabel
83030
- VKbd: VKbd
83028
+ VInfiniteScroll: VInfiniteScroll
83031
83029
  VItemGroup: VItemGroup
83032
83030
  VItem: VItem
83031
+ VKbd: VKbd
83032
+ VLabel: VLabel
83033
83033
  VInput: VInput
83034
83034
  VList: VList
83035
83035
  VListGroup: VListGroup
@@ -83040,34 +83040,28 @@ declare module 'vue' {
83040
83040
  VListItemSubtitle: VListItemSubtitle
83041
83041
  VListItemTitle: VListItemTitle
83042
83042
  VListSubheader: VListSubheader
83043
+ VMessages: VMessages
83043
83044
  VMain: VMain
83044
83045
  VNavigationDrawer: VNavigationDrawer
83045
- VMessages: VMessages
83046
- VOverlay: VOverlay
83046
+ VNumberInput: VNumberInput
83047
83047
  VMenu: VMenu
83048
83048
  VOtpInput: VOtpInput
83049
- VNumberInput: VNumberInput
83050
- VProgressLinear: VProgressLinear
83049
+ VOverlay: VOverlay
83051
83050
  VPagination: VPagination
83052
83051
  VProgressCircular: VProgressCircular
83053
- VSelectionControl: VSelectionControl
83054
- VRadioGroup: VRadioGroup
83052
+ VProgressLinear: VProgressLinear
83055
83053
  VRating: VRating
83056
- VSelect: VSelect
83057
- VSheet: VSheet
83058
- VSelectionControlGroup: VSelectionControlGroup
83054
+ VRadioGroup: VRadioGroup
83055
+ VSelectionControl: VSelectionControl
83059
83056
  VSkeletonLoader: VSkeletonLoader
83057
+ VSheet: VSheet
83060
83058
  VSnackbar: VSnackbar
83061
- VSwitch: VSwitch
83062
- VSlider: VSlider
83063
- VTab: VTab
83064
- VTabs: VTabs
83065
- VTabsWindow: VTabsWindow
83066
- VTabsWindowItem: VTabsWindowItem
83067
83059
  VSlideGroup: VSlideGroup
83068
83060
  VSlideGroupItem: VSlideGroupItem
83069
- VSystemBar: VSystemBar
83070
- VTextarea: VTextarea
83061
+ VSlider: VSlider
83062
+ VSwitch: VSwitch
83063
+ VSelect: VSelect
83064
+ VSelectionControlGroup: VSelectionControlGroup
83071
83065
  VStepper: VStepper
83072
83066
  VStepperActions: VStepperActions
83073
83067
  VStepperHeader: VStepperHeader
@@ -83075,39 +83069,39 @@ declare module 'vue' {
83075
83069
  VStepperWindow: VStepperWindow
83076
83070
  VStepperWindowItem: VStepperWindowItem
83077
83071
  VTable: VTable
83078
- VTextField: VTextField
83079
- VToolbar: VToolbar
83080
- VToolbarTitle: VToolbarTitle
83081
- VToolbarItems: VToolbarItems
83082
83072
  VTimeline: VTimeline
83083
83073
  VTimelineItem: VTimelineItem
83074
+ VTextField: VTextField
83075
+ VTextarea: VTextarea
83076
+ VSystemBar: VSystemBar
83084
83077
  VTooltip: VTooltip
83085
83078
  VWindow: VWindow
83086
83079
  VWindowItem: VWindowItem
83080
+ VToolbar: VToolbar
83081
+ VToolbarTitle: VToolbarTitle
83082
+ VToolbarItems: VToolbarItems
83083
+ VDefaultsProvider: VDefaultsProvider
83087
83084
  VConfirmEdit: VConfirmEdit
83088
- VDataIterator: VDataIterator
83089
83085
  VContainer: VContainer
83090
83086
  VCol: VCol
83091
83087
  VRow: VRow
83092
83088
  VSpacer: VSpacer
83093
- VDefaultsProvider: VDefaultsProvider
83094
- VHover: VHover
83095
83089
  VForm: VForm
83090
+ VHover: VHover
83096
83091
  VLayout: VLayout
83097
83092
  VLayoutItem: VLayoutItem
83098
- VLazy: VLazy
83099
83093
  VLocaleProvider: VLocaleProvider
83100
- VParallax: VParallax
83094
+ VLazy: VLazy
83101
83095
  VNoSsr: VNoSsr
83096
+ VParallax: VParallax
83102
83097
  VRadio: VRadio
83103
83098
  VRangeSlider: VRangeSlider
83104
83099
  VResponsive: VResponsive
83100
+ VSpeedDial: VSpeedDial
83105
83101
  VSnackbarQueue: VSnackbarQueue
83106
83102
  VSparkline: VSparkline
83107
- VSpeedDial: VSpeedDial
83108
83103
  VThemeProvider: VThemeProvider
83109
83104
  VValidation: VValidation
83110
- VVirtualScroll: VVirtualScroll
83111
83105
  VFabTransition: VFabTransition
83112
83106
  VDialogBottomTransition: VDialogBottomTransition
83113
83107
  VDialogTopTransition: VDialogTopTransition
@@ -83124,15 +83118,21 @@ declare module 'vue' {
83124
83118
  VExpandTransition: VExpandTransition
83125
83119
  VExpandXTransition: VExpandXTransition
83126
83120
  VDialogTransition: VDialogTransition
83121
+ VVirtualScroll: VVirtualScroll
83122
+ VDataIterator: VDataIterator
83123
+ VTab: VTab
83124
+ VTabs: VTabs
83125
+ VTabsWindow: VTabsWindow
83126
+ VTabsWindowItem: VTabsWindowItem
83127
+ VFileUpload: VFileUpload
83128
+ VFileUploadItem: VFileUploadItem
83129
+ VIconBtn: VIconBtn
83127
83130
  VCalendar: VCalendar
83128
83131
  VCalendarDay: VCalendarDay
83129
83132
  VCalendarHeader: VCalendarHeader
83130
83133
  VCalendarInterval: VCalendarInterval
83131
83134
  VCalendarIntervalEvent: VCalendarIntervalEvent
83132
83135
  VCalendarMonthDay: VCalendarMonthDay
83133
- VIconBtn: VIconBtn
83134
- VPicker: VPicker
83135
- VPickerTitle: VPickerTitle
83136
83136
  VStepperVertical: VStepperVertical
83137
83137
  VStepperVerticalItem: VStepperVerticalItem
83138
83138
  VStepperVerticalActions: VStepperVerticalActions
@@ -83142,8 +83142,8 @@ declare module 'vue' {
83142
83142
  VTreeview: VTreeview
83143
83143
  VTreeviewItem: VTreeviewItem
83144
83144
  VTreeviewGroup: VTreeviewGroup
83145
- VFileUpload: VFileUpload
83146
- VFileUploadItem: VFileUploadItem
83145
+ VPicker: VPicker
83146
+ VPickerTitle: VPickerTitle
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-16
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1936,7 +1936,7 @@ const md3 = {
1936
1936
  flat: true
1937
1937
  },
1938
1938
  VAutocomplete: {
1939
- variant: 'filled'
1939
+ variant: 'outlined'
1940
1940
  },
1941
1941
  VBanner: {
1942
1942
  color: 'primary'
@@ -1965,7 +1965,10 @@ const md3 = {
1965
1965
  rounded: 'sm'
1966
1966
  },
1967
1967
  VCombobox: {
1968
- variant: 'filled'
1968
+ variant: 'outlined'
1969
+ },
1970
+ VDateInput: {
1971
+ variant: 'outlined'
1969
1972
  },
1970
1973
  VDatePicker: {
1971
1974
  controlHeight: 48,
@@ -1979,6 +1982,9 @@ const md3 = {
1979
1982
  rounded: 'circle'
1980
1983
  }
1981
1984
  },
1985
+ VFileInput: {
1986
+ variant: 'outlined'
1987
+ },
1982
1988
  VNavigationDrawer: {
1983
1989
  // VList: {
1984
1990
  // nav: true,
@@ -1987,8 +1993,15 @@ const md3 = {
1987
1993
  // },
1988
1994
  // },
1989
1995
  },
1996
+ VNumberInput: {
1997
+ variant: 'outlined',
1998
+ VBtn: {
1999
+ color: undefined,
2000
+ rounded: undefined
2001
+ }
2002
+ },
1990
2003
  VSelect: {
1991
- variant: 'filled'
2004
+ variant: 'outlined'
1992
2005
  },
1993
2006
  VSlider: {
1994
2007
  color: 'primary'
@@ -1997,10 +2010,10 @@ const md3 = {
1997
2010
  color: 'primary'
1998
2011
  },
1999
2012
  VTextarea: {
2000
- variant: 'filled'
2013
+ variant: 'outlined'
2001
2014
  },
2002
2015
  VTextField: {
2003
- variant: 'filled'
2016
+ variant: 'outlined'
2004
2017
  },
2005
2018
  VToolbar: {
2006
2019
  VBtn: {
@@ -22171,7 +22184,7 @@ const makeCalendarProps = propsFactory({
22171
22184
  },
22172
22185
  firstDayOfWeek: {
22173
22186
  type: [Number, String],
22174
- default: 0
22187
+ default: undefined
22175
22188
  }
22176
22189
  }, 'calendar');
22177
22190
  function useCalendar(props) {
@@ -22194,14 +22207,12 @@ function useCalendar(props) {
22194
22207
  return adapter.setMonth(date, value);
22195
22208
  }, v => adapter.getMonth(v));
22196
22209
  const weekDays = computed(() => {
22197
- const firstDayOfWeek = Number(props.firstDayOfWeek);
22198
-
22210
+ const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
22199
22211
  // Always generate all days, regardless of props.weekdays
22200
22212
  return [0, 1, 2, 3, 4, 5, 6].map(day => (day + firstDayOfWeek) % 7);
22201
22213
  });
22202
22214
  const weeksInMonth = computed(() => {
22203
- const firstDayOfWeek = Number(props.firstDayOfWeek);
22204
- const weeks = adapter.getWeekArray(month.value, firstDayOfWeek);
22215
+ const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
22205
22216
  const days = weeks.flat();
22206
22217
 
22207
22218
  // Make sure there's always 6 weeks in month (6 * 7 days)
@@ -29163,7 +29174,7 @@ function createVuetify$1() {
29163
29174
  };
29164
29175
  });
29165
29176
  }
29166
- const version$1 = "3.8.1-master.2025-04-14";
29177
+ const version$1 = "3.8.1-master.2025-04-16";
29167
29178
  createVuetify$1.version = version$1;
29168
29179
 
29169
29180
  // Vue's inject() can only be used in setup
@@ -29188,7 +29199,7 @@ const createVuetify = function () {
29188
29199
  ...options
29189
29200
  });
29190
29201
  };
29191
- const version = "3.8.1-master.2025-04-14";
29202
+ const version = "3.8.1-master.2025-04-16";
29192
29203
  createVuetify.version = version;
29193
29204
 
29194
29205
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };