@vuetify/nightly 3.8.11-master.2025-06-30 → 3.8.12-master.2025-07-03
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 +5 -12
- package/dist/json/attributes.json +2240 -2240
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +4056 -4056
- package/dist/vuetify-labs.cjs +37 -39
- package/dist/vuetify-labs.css +3621 -3621
- package/dist/vuetify-labs.d.ts +48 -48
- package/dist/vuetify-labs.esm.js +37 -39
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +37 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +28 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3623 -3623
- package/dist/vuetify.d.ts +48 -48
- package/dist/vuetify.esm.js +28 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +30 -30
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -14
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js +6 -10
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +48 -48
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +9 -9
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -101806,39 +101806,41 @@ declare module 'vue' {
|
|
101806
101806
|
}
|
101807
101807
|
export interface GlobalComponents {
|
101808
101808
|
VApp: VApp
|
101809
|
+
VAlert: VAlert
|
101810
|
+
VAlertTitle: VAlertTitle
|
101809
101811
|
VAutocomplete: VAutocomplete
|
101810
101812
|
VAppBar: VAppBar
|
101811
101813
|
VAppBarNavIcon: VAppBarNavIcon
|
101812
101814
|
VAppBarTitle: VAppBarTitle
|
101813
|
-
VAlert: VAlert
|
101814
|
-
VAlertTitle: VAlertTitle
|
101815
|
-
VAvatar: VAvatar
|
101816
101815
|
VBanner: VBanner
|
101817
101816
|
VBannerActions: VBannerActions
|
101818
101817
|
VBannerText: VBannerText
|
101819
101818
|
VBadge: VBadge
|
101819
|
+
VAvatar: VAvatar
|
101820
101820
|
VBottomNavigation: VBottomNavigation
|
101821
|
+
VBottomSheet: VBottomSheet
|
101822
|
+
VBtnToggle: VBtnToggle
|
101823
|
+
VBtn: VBtn
|
101824
|
+
VBtnGroup: VBtnGroup
|
101821
101825
|
VBreadcrumbs: VBreadcrumbs
|
101822
101826
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101823
101827
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101824
|
-
|
101825
|
-
|
101826
|
-
VBtnToggle: VBtnToggle
|
101827
|
-
VBottomSheet: VBottomSheet
|
101828
|
-
VCheckbox: VCheckbox
|
101829
|
-
VCheckboxBtn: VCheckboxBtn
|
101828
|
+
VCarousel: VCarousel
|
101829
|
+
VCarouselItem: VCarouselItem
|
101830
101830
|
VCard: VCard
|
101831
101831
|
VCardActions: VCardActions
|
101832
101832
|
VCardItem: VCardItem
|
101833
101833
|
VCardSubtitle: VCardSubtitle
|
101834
101834
|
VCardText: VCardText
|
101835
101835
|
VCardTitle: VCardTitle
|
101836
|
-
|
101837
|
-
|
101838
|
-
VColorPicker: VColorPicker
|
101836
|
+
VChipGroup: VChipGroup
|
101837
|
+
VChip: VChip
|
101839
101838
|
VCombobox: VCombobox
|
101839
|
+
VColorPicker: VColorPicker
|
101840
|
+
VCheckbox: VCheckbox
|
101841
|
+
VCheckboxBtn: VCheckboxBtn
|
101842
|
+
VCounter: VCounter
|
101840
101843
|
VCode: VCode
|
101841
|
-
VChip: VChip
|
101842
101844
|
VDataTable: VDataTable
|
101843
101845
|
VDataTableHeaders: VDataTableHeaders
|
101844
101846
|
VDataTableFooter: VDataTableFooter
|
@@ -101852,18 +101854,14 @@ declare module 'vue' {
|
|
101852
101854
|
VDatePickerMonth: VDatePickerMonth
|
101853
101855
|
VDatePickerMonths: VDatePickerMonths
|
101854
101856
|
VDatePickerYears: VDatePickerYears
|
101855
|
-
VChipGroup: VChipGroup
|
101856
|
-
VDialog: VDialog
|
101857
|
-
VDivider: VDivider
|
101858
|
-
VEmptyState: VEmptyState
|
101859
|
-
VFab: VFab
|
101860
101857
|
VExpansionPanels: VExpansionPanels
|
101861
101858
|
VExpansionPanel: VExpansionPanel
|
101862
101859
|
VExpansionPanelText: VExpansionPanelText
|
101863
101860
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101864
|
-
|
101865
|
-
|
101861
|
+
VDialog: VDialog
|
101862
|
+
VDivider: VDivider
|
101866
101863
|
VFileInput: VFileInput
|
101864
|
+
VFab: VFab
|
101867
101865
|
VField: VField
|
101868
101866
|
VFieldLabel: VFieldLabel
|
101869
101867
|
VIcon: VIcon
|
@@ -101871,13 +101869,13 @@ declare module 'vue' {
|
|
101871
101869
|
VSvgIcon: VSvgIcon
|
101872
101870
|
VLigatureIcon: VLigatureIcon
|
101873
101871
|
VClassIcon: VClassIcon
|
101872
|
+
VEmptyState: VEmptyState
|
101873
|
+
VFooter: VFooter
|
101874
101874
|
VImg: VImg
|
101875
|
+
VInfiniteScroll: VInfiniteScroll
|
101875
101876
|
VItemGroup: VItemGroup
|
101876
101877
|
VItem: VItem
|
101877
101878
|
VInput: VInput
|
101878
|
-
VKbd: VKbd
|
101879
|
-
VInfiniteScroll: VInfiniteScroll
|
101880
|
-
VLabel: VLabel
|
101881
101879
|
VList: VList
|
101882
101880
|
VListGroup: VListGroup
|
101883
101881
|
VListImg: VListImg
|
@@ -101887,50 +101885,52 @@ declare module 'vue' {
|
|
101887
101885
|
VListItemSubtitle: VListItemSubtitle
|
101888
101886
|
VListItemTitle: VListItemTitle
|
101889
101887
|
VListSubheader: VListSubheader
|
101888
|
+
VKbd: VKbd
|
101890
101889
|
VMain: VMain
|
101891
|
-
VMessages: VMessages
|
101892
101890
|
VNavigationDrawer: VNavigationDrawer
|
101891
|
+
VLabel: VLabel
|
101892
|
+
VMessages: VMessages
|
101893
|
+
VMenu: VMenu
|
101893
101894
|
VNumberInput: VNumberInput
|
101894
101895
|
VOtpInput: VOtpInput
|
101895
101896
|
VOverlay: VOverlay
|
101896
101897
|
VProgressCircular: VProgressCircular
|
101897
101898
|
VPagination: VPagination
|
101898
|
-
VRating: VRating
|
101899
101899
|
VProgressLinear: VProgressLinear
|
101900
|
+
VRating: VRating
|
101900
101901
|
VRadioGroup: VRadioGroup
|
101901
101902
|
VSelect: VSelect
|
101902
|
-
VSkeletonLoader: VSkeletonLoader
|
101903
|
-
VSelectionControlGroup: VSelectionControlGroup
|
101904
|
-
VSelectionControl: VSelectionControl
|
101905
101903
|
VSheet: VSheet
|
101906
|
-
|
101907
|
-
|
101904
|
+
VSelectionControl: VSelectionControl
|
101905
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101906
|
+
VSkeletonLoader: VSkeletonLoader
|
101908
101907
|
VSlideGroup: VSlideGroup
|
101909
101908
|
VSlideGroupItem: VSlideGroupItem
|
101909
|
+
VSnackbar: VSnackbar
|
101910
|
+
VSlider: VSlider
|
101910
101911
|
VStepper: VStepper
|
101911
101912
|
VStepperActions: VStepperActions
|
101912
101913
|
VStepperHeader: VStepperHeader
|
101913
101914
|
VStepperItem: VStepperItem
|
101914
101915
|
VStepperWindow: VStepperWindow
|
101915
101916
|
VStepperWindowItem: VStepperWindowItem
|
101916
|
-
VSwitch: VSwitch
|
101917
101917
|
VSystemBar: VSystemBar
|
101918
|
-
|
101918
|
+
VSwitch: VSwitch
|
101919
101919
|
VTab: VTab
|
101920
101920
|
VTabs: VTabs
|
101921
101921
|
VTabsWindow: VTabsWindow
|
101922
101922
|
VTabsWindowItem: VTabsWindowItem
|
101923
|
-
|
101923
|
+
VTextField: VTextField
|
101924
|
+
VTable: VTable
|
101924
101925
|
VTimeline: VTimeline
|
101925
101926
|
VTimelineItem: VTimelineItem
|
101926
|
-
VTable: VTable
|
101927
101927
|
VTooltip: VTooltip
|
101928
|
+
VWindow: VWindow
|
101929
|
+
VWindowItem: VWindowItem
|
101928
101930
|
VToolbar: VToolbar
|
101929
101931
|
VToolbarTitle: VToolbarTitle
|
101930
101932
|
VToolbarItems: VToolbarItems
|
101931
|
-
|
101932
|
-
VWindowItem: VWindowItem
|
101933
|
-
VMenu: VMenu
|
101933
|
+
VTextarea: VTextarea
|
101934
101934
|
VConfirmEdit: VConfirmEdit
|
101935
101935
|
VDataIterator: VDataIterator
|
101936
101936
|
VDefaultsProvider: VDefaultsProvider
|
@@ -101946,14 +101946,15 @@ declare module 'vue' {
|
|
101946
101946
|
VLocaleProvider: VLocaleProvider
|
101947
101947
|
VNoSsr: VNoSsr
|
101948
101948
|
VParallax: VParallax
|
101949
|
-
VRadio: VRadio
|
101950
101949
|
VRangeSlider: VRangeSlider
|
101951
101950
|
VResponsive: VResponsive
|
101952
|
-
VSnackbarQueue: VSnackbarQueue
|
101953
101951
|
VSparkline: VSparkline
|
101954
101952
|
VSpeedDial: VSpeedDial
|
101955
|
-
|
101953
|
+
VSnackbarQueue: VSnackbarQueue
|
101956
101954
|
VValidation: VValidation
|
101955
|
+
VThemeProvider: VThemeProvider
|
101956
|
+
VRadio: VRadio
|
101957
|
+
VVirtualScroll: VVirtualScroll
|
101957
101958
|
VFabTransition: VFabTransition
|
101958
101959
|
VDialogBottomTransition: VDialogBottomTransition
|
101959
101960
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101970,10 +101971,6 @@ declare module 'vue' {
|
|
101970
101971
|
VExpandTransition: VExpandTransition
|
101971
101972
|
VExpandXTransition: VExpandXTransition
|
101972
101973
|
VDialogTransition: VDialogTransition
|
101973
|
-
VVirtualScroll: VVirtualScroll
|
101974
|
-
VPicker: VPicker
|
101975
|
-
VPickerTitle: VPickerTitle
|
101976
|
-
VColorInput: VColorInput
|
101977
101974
|
VFileUpload: VFileUpload
|
101978
101975
|
VFileUploadItem: VFileUploadItem
|
101979
101976
|
VCalendar: VCalendar
|
@@ -101982,16 +101979,19 @@ declare module 'vue' {
|
|
101982
101979
|
VCalendarInterval: VCalendarInterval
|
101983
101980
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101984
101981
|
VCalendarMonthDay: VCalendarMonthDay
|
101985
|
-
|
101986
|
-
|
101987
|
-
|
101982
|
+
VIconBtn: VIconBtn
|
101983
|
+
VPicker: VPicker
|
101984
|
+
VPickerTitle: VPickerTitle
|
101985
|
+
VColorInput: VColorInput
|
101988
101986
|
VTreeview: VTreeview
|
101989
101987
|
VTreeviewItem: VTreeviewItem
|
101990
101988
|
VTreeviewGroup: VTreeviewGroup
|
101989
|
+
VStepperVertical: VStepperVertical
|
101990
|
+
VStepperVerticalItem: VStepperVerticalItem
|
101991
|
+
VStepperVerticalActions: VStepperVerticalActions
|
101991
101992
|
VTimePicker: VTimePicker
|
101992
101993
|
VTimePickerClock: VTimePickerClock
|
101993
101994
|
VTimePickerControls: VTimePickerControls
|
101994
|
-
VIconBtn: VIconBtn
|
101995
101995
|
VDateInput: VDateInput
|
101996
101996
|
VPullToRefresh: VPullToRefresh
|
101997
101997
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.
|
2
|
+
* Vuetify v3.8.12-master.2025-07-03
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17300,7 +17300,7 @@ function format(value, formatString, locale, formats) {
|
|
17300
17300
|
case 'fullDate':
|
17301
17301
|
options = {
|
17302
17302
|
year: 'numeric',
|
17303
|
-
month: '
|
17303
|
+
month: 'short',
|
17304
17304
|
day: 'numeric'
|
17305
17305
|
};
|
17306
17306
|
break;
|
@@ -22096,13 +22096,9 @@ function useCalendar(props) {
|
|
22096
22096
|
const date = adapter.setYear(adapter.startOfMonth(adapter.date()), adapter.getYear(year.value));
|
22097
22097
|
return adapter.setMonth(date, value);
|
22098
22098
|
}, v => adapter.getMonth(v));
|
22099
|
-
const weekDays = computed(() => {
|
22100
|
-
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22101
|
-
return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
|
22102
|
-
});
|
22103
22099
|
const weekdayLabels = computed(() => {
|
22104
|
-
const
|
22105
|
-
return
|
22100
|
+
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22101
|
+
return adapter.getWeekdays(props.firstDayOfWeek).filter((_, i) => props.weekdays.includes((i + firstDayOfWeek) % 7));
|
22106
22102
|
});
|
22107
22103
|
const weeksInMonth = computed(() => {
|
22108
22104
|
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
@@ -22126,13 +22122,14 @@ function useCalendar(props) {
|
|
22126
22122
|
});
|
22127
22123
|
function genDays(days, today) {
|
22128
22124
|
return days.filter(date => {
|
22129
|
-
return
|
22125
|
+
return props.weekdays.includes(adapter.toJsDate(date).getDay());
|
22130
22126
|
}).map((date, index) => {
|
22131
22127
|
const isoDate = adapter.toISO(date);
|
22132
22128
|
const isAdjacent = !adapter.isSameMonth(date, month.value);
|
22133
22129
|
const isStart = adapter.isSameDay(date, adapter.startOfMonth(month.value));
|
22134
22130
|
const isEnd = adapter.isSameDay(date, adapter.endOfMonth(month.value));
|
22135
22131
|
const isSame = adapter.isSameDay(date, month.value);
|
22132
|
+
const weekdaysCount = props.weekdays.length;
|
22136
22133
|
return {
|
22137
22134
|
date,
|
22138
22135
|
formatted: adapter.format(date, 'keyboardDate'),
|
@@ -22144,8 +22141,8 @@ function useCalendar(props) {
|
|
22144
22141
|
isSelected: model.value.some(value => adapter.isSameDay(date, value)),
|
22145
22142
|
isStart,
|
22146
22143
|
isToday: adapter.isSameDay(date, today),
|
22147
|
-
isWeekEnd: index %
|
22148
|
-
isWeekStart: index %
|
22144
|
+
isWeekEnd: index % weekdaysCount === weekdaysCount - 1,
|
22145
|
+
isWeekStart: index % weekdaysCount === 0,
|
22149
22146
|
isoDate,
|
22150
22147
|
localized: adapter.format(date, 'dayOfMonth'),
|
22151
22148
|
month: adapter.getMonth(date),
|
@@ -22192,7 +22189,6 @@ function useCalendar(props) {
|
|
22192
22189
|
genDays,
|
22193
22190
|
model,
|
22194
22191
|
weeksInMonth,
|
22195
|
-
weekDays,
|
22196
22192
|
weekdayLabels,
|
22197
22193
|
weekNumbers
|
22198
22194
|
};
|
@@ -22233,7 +22229,6 @@ const VDatePickerMonth = genericComponent()({
|
|
22233
22229
|
daysInMonth,
|
22234
22230
|
model,
|
22235
22231
|
weekNumbers,
|
22236
|
-
weekDays,
|
22237
22232
|
weekdayLabels
|
22238
22233
|
} = useCalendar(props);
|
22239
22234
|
const adapter = useDate();
|
@@ -22308,7 +22303,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22308
22303
|
useRender(() => createElementVNode("div", {
|
22309
22304
|
"class": "v-date-picker-month",
|
22310
22305
|
"style": {
|
22311
|
-
'--v-date-picker-days-in-week':
|
22306
|
+
'--v-date-picker-days-in-week': props.weekdays.length
|
22312
22307
|
}
|
22313
22308
|
}, [props.showWeek && createElementVNode("div", {
|
22314
22309
|
"key": "weeks",
|
@@ -22708,7 +22703,8 @@ const VDatePicker = genericComponent()({
|
|
22708
22703
|
}
|
22709
22704
|
function allowedMonths(month) {
|
22710
22705
|
if (typeof props.allowedDates === 'function') {
|
22711
|
-
const
|
22706
|
+
const monthTwoDigits = String(month + 1).padStart(2, '0');
|
22707
|
+
const startOfMonth = adapter.parseISO(`${year.value}-${monthTwoDigits}-01`);
|
22712
22708
|
return isAllowedInRange(startOfMonth, adapter.endOfMonth(startOfMonth));
|
22713
22709
|
}
|
22714
22710
|
if (Array.isArray(props.allowedDates) && props.allowedDates.length) {
|
@@ -25379,19 +25375,21 @@ const VOtpInput = genericComponent()({
|
|
25379
25375
|
const contentRef = ref();
|
25380
25376
|
const inputRef = ref([]);
|
25381
25377
|
const current = computed(() => inputRef.value[focusIndex.value]);
|
25382
|
-
|
25383
|
-
|
25384
|
-
|
25385
|
-
|
25386
|
-
|
25387
|
-
|
25388
|
-
|
25389
|
-
|
25390
|
-
|
25391
|
-
|
25392
|
-
|
25393
|
-
|
25394
|
-
|
25378
|
+
useToggleScope(() => props.autofocus, () => {
|
25379
|
+
const intersectScope = effectScope();
|
25380
|
+
intersectScope.run(() => {
|
25381
|
+
const {
|
25382
|
+
intersectionRef,
|
25383
|
+
isIntersecting
|
25384
|
+
} = useIntersectionObserver();
|
25385
|
+
watchEffect(() => {
|
25386
|
+
intersectionRef.value = inputRef.value[0];
|
25387
|
+
});
|
25388
|
+
watch(isIntersecting, v => {
|
25389
|
+
if (!v) return;
|
25390
|
+
intersectionRef.value?.focus();
|
25391
|
+
intersectScope.stop();
|
25392
|
+
});
|
25395
25393
|
});
|
25396
25394
|
});
|
25397
25395
|
function onInput() {
|
@@ -29230,9 +29228,8 @@ const VCalendar = genericComponent()({
|
|
29230
29228
|
model,
|
29231
29229
|
displayValue,
|
29232
29230
|
weekNumbers,
|
29233
|
-
|
29231
|
+
weekdayLabels
|
29234
29232
|
} = useCalendar(props);
|
29235
|
-
const dayNames = adapter.getWeekdays();
|
29236
29233
|
function onClickNext() {
|
29237
29234
|
if (props.viewMode === 'month') {
|
29238
29235
|
model.value = [adapter.addMonths(displayValue.value, 1)];
|
@@ -29270,6 +29267,7 @@ const VCalendar = genericComponent()({
|
|
29270
29267
|
useRender(() => {
|
29271
29268
|
const calendarDayProps = VCalendarDay.filterProps(props);
|
29272
29269
|
const calendarHeaderProps = VCalendarHeader.filterProps(props);
|
29270
|
+
const weekdaysCount = daysInWeek.value.length;
|
29273
29271
|
return createElementVNode("div", {
|
29274
29272
|
"class": normalizeClass(['v-calendar', {
|
29275
29273
|
'v-calendar-monthly': props.viewMode === 'month',
|
@@ -29291,25 +29289,25 @@ const VCalendar = genericComponent()({
|
|
29291
29289
|
}), {
|
29292
29290
|
title: slots.title
|
29293
29291
|
}))]), createElementVNode("div", {
|
29294
|
-
"class": normalizeClass(['v-calendar__container', `days__${
|
29292
|
+
"class": normalizeClass(['v-calendar__container', `days__${weekdaysCount}`])
|
29295
29293
|
}, [props.viewMode === 'month' && !props.hideDayHeader && createElementVNode("div", {
|
29296
|
-
"class": normalizeClass(['v-calendar-weekly__head', `days__${
|
29294
|
+
"class": normalizeClass(['v-calendar-weekly__head', `days__${weekdaysCount}`, ...(!props.hideWeekNumber ? ['v-calendar-weekly__head-weeknumbers'] : [])]),
|
29297
29295
|
"key": "calendarWeeklyHead"
|
29298
29296
|
}, [!props.hideWeekNumber ? createElementVNode("div", {
|
29299
29297
|
"key": "weekNumber0",
|
29300
29298
|
"class": "v-calendar-weekly__head-weeknumber"
|
29301
|
-
}, null) : '',
|
29299
|
+
}, null) : '', weekdayLabels.value.map(weekday => createElementVNode("div", {
|
29302
29300
|
"class": normalizeClass(`v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`)
|
29303
|
-
}, [
|
29301
|
+
}, [weekday]))]), props.viewMode === 'month' && createElementVNode("div", {
|
29304
29302
|
"key": "VCalendarMonth",
|
29305
|
-
"class": normalizeClass(['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${
|
29306
|
-
}, [chunkArray(daysInMonth.value,
|
29303
|
+
"class": normalizeClass(['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekdaysCount}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])])
|
29304
|
+
}, [chunkArray(daysInMonth.value, weekdaysCount).map((week, wi) => [!props.hideWeekNumber ? createElementVNode("div", mergeProps({
|
29307
29305
|
"class": "v-calendar-month__weeknumber"
|
29308
29306
|
}, getPrefixedEventHandlers(attrs, ':weekNumber', () => ({
|
29309
29307
|
weekNumber: weekNumbers.value[wi],
|
29310
29308
|
week
|
29311
29309
|
}))), [weekNumbers.value[wi]]) : '', week.map(day => createVNode(VCalendarMonthDay, mergeProps({
|
29312
|
-
"key": day.date.getTime()
|
29310
|
+
"key": adapter.toJsDate(day.date).getTime()
|
29313
29311
|
}, calendarDayProps, {
|
29314
29312
|
"day": day,
|
29315
29313
|
"title": adapter.format(day.date, 'dayOfMonth'),
|
@@ -32199,7 +32197,7 @@ function createVuetify$1() {
|
|
32199
32197
|
};
|
32200
32198
|
});
|
32201
32199
|
}
|
32202
|
-
const version$1 = "3.8.
|
32200
|
+
const version$1 = "3.8.12-master.2025-07-03";
|
32203
32201
|
createVuetify$1.version = version$1;
|
32204
32202
|
|
32205
32203
|
// Vue's inject() can only be used in setup
|
@@ -32497,7 +32495,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32497
32495
|
|
32498
32496
|
/* eslint-disable local-rules/sort-imports */
|
32499
32497
|
|
32500
|
-
const version = "3.8.
|
32498
|
+
const version = "3.8.12-master.2025-07-03";
|
32501
32499
|
|
32502
32500
|
/* eslint-disable local-rules/sort-imports */
|
32503
32501
|
|