@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.d.ts
CHANGED
@@ -85914,39 +85914,41 @@ declare module 'vue' {
|
|
85914
85914
|
}
|
85915
85915
|
export interface GlobalComponents {
|
85916
85916
|
VApp: VApp
|
85917
|
+
VAlert: VAlert
|
85918
|
+
VAlertTitle: VAlertTitle
|
85917
85919
|
VAutocomplete: VAutocomplete
|
85918
85920
|
VAppBar: VAppBar
|
85919
85921
|
VAppBarNavIcon: VAppBarNavIcon
|
85920
85922
|
VAppBarTitle: VAppBarTitle
|
85921
|
-
VAlert: VAlert
|
85922
|
-
VAlertTitle: VAlertTitle
|
85923
|
-
VAvatar: VAvatar
|
85924
85923
|
VBanner: VBanner
|
85925
85924
|
VBannerActions: VBannerActions
|
85926
85925
|
VBannerText: VBannerText
|
85927
85926
|
VBadge: VBadge
|
85927
|
+
VAvatar: VAvatar
|
85928
85928
|
VBottomNavigation: VBottomNavigation
|
85929
|
+
VBottomSheet: VBottomSheet
|
85930
|
+
VBtnToggle: VBtnToggle
|
85931
|
+
VBtn: VBtn
|
85932
|
+
VBtnGroup: VBtnGroup
|
85929
85933
|
VBreadcrumbs: VBreadcrumbs
|
85930
85934
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85931
85935
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85932
|
-
|
85933
|
-
|
85934
|
-
VBtnToggle: VBtnToggle
|
85935
|
-
VBottomSheet: VBottomSheet
|
85936
|
-
VCheckbox: VCheckbox
|
85937
|
-
VCheckboxBtn: VCheckboxBtn
|
85936
|
+
VCarousel: VCarousel
|
85937
|
+
VCarouselItem: VCarouselItem
|
85938
85938
|
VCard: VCard
|
85939
85939
|
VCardActions: VCardActions
|
85940
85940
|
VCardItem: VCardItem
|
85941
85941
|
VCardSubtitle: VCardSubtitle
|
85942
85942
|
VCardText: VCardText
|
85943
85943
|
VCardTitle: VCardTitle
|
85944
|
-
|
85945
|
-
|
85946
|
-
VColorPicker: VColorPicker
|
85944
|
+
VChipGroup: VChipGroup
|
85945
|
+
VChip: VChip
|
85947
85946
|
VCombobox: VCombobox
|
85947
|
+
VColorPicker: VColorPicker
|
85948
|
+
VCheckbox: VCheckbox
|
85949
|
+
VCheckboxBtn: VCheckboxBtn
|
85950
|
+
VCounter: VCounter
|
85948
85951
|
VCode: VCode
|
85949
|
-
VChip: VChip
|
85950
85952
|
VDataTable: VDataTable
|
85951
85953
|
VDataTableHeaders: VDataTableHeaders
|
85952
85954
|
VDataTableFooter: VDataTableFooter
|
@@ -85960,18 +85962,14 @@ declare module 'vue' {
|
|
85960
85962
|
VDatePickerMonth: VDatePickerMonth
|
85961
85963
|
VDatePickerMonths: VDatePickerMonths
|
85962
85964
|
VDatePickerYears: VDatePickerYears
|
85963
|
-
VChipGroup: VChipGroup
|
85964
|
-
VDialog: VDialog
|
85965
|
-
VDivider: VDivider
|
85966
|
-
VEmptyState: VEmptyState
|
85967
|
-
VFab: VFab
|
85968
85965
|
VExpansionPanels: VExpansionPanels
|
85969
85966
|
VExpansionPanel: VExpansionPanel
|
85970
85967
|
VExpansionPanelText: VExpansionPanelText
|
85971
85968
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85972
|
-
|
85973
|
-
|
85969
|
+
VDialog: VDialog
|
85970
|
+
VDivider: VDivider
|
85974
85971
|
VFileInput: VFileInput
|
85972
|
+
VFab: VFab
|
85975
85973
|
VField: VField
|
85976
85974
|
VFieldLabel: VFieldLabel
|
85977
85975
|
VIcon: VIcon
|
@@ -85979,13 +85977,13 @@ declare module 'vue' {
|
|
85979
85977
|
VSvgIcon: VSvgIcon
|
85980
85978
|
VLigatureIcon: VLigatureIcon
|
85981
85979
|
VClassIcon: VClassIcon
|
85980
|
+
VEmptyState: VEmptyState
|
85981
|
+
VFooter: VFooter
|
85982
85982
|
VImg: VImg
|
85983
|
+
VInfiniteScroll: VInfiniteScroll
|
85983
85984
|
VItemGroup: VItemGroup
|
85984
85985
|
VItem: VItem
|
85985
85986
|
VInput: VInput
|
85986
|
-
VKbd: VKbd
|
85987
|
-
VInfiniteScroll: VInfiniteScroll
|
85988
|
-
VLabel: VLabel
|
85989
85987
|
VList: VList
|
85990
85988
|
VListGroup: VListGroup
|
85991
85989
|
VListImg: VListImg
|
@@ -85995,50 +85993,52 @@ declare module 'vue' {
|
|
85995
85993
|
VListItemSubtitle: VListItemSubtitle
|
85996
85994
|
VListItemTitle: VListItemTitle
|
85997
85995
|
VListSubheader: VListSubheader
|
85996
|
+
VKbd: VKbd
|
85998
85997
|
VMain: VMain
|
85999
|
-
VMessages: VMessages
|
86000
85998
|
VNavigationDrawer: VNavigationDrawer
|
85999
|
+
VLabel: VLabel
|
86000
|
+
VMessages: VMessages
|
86001
|
+
VMenu: VMenu
|
86001
86002
|
VNumberInput: VNumberInput
|
86002
86003
|
VOtpInput: VOtpInput
|
86003
86004
|
VOverlay: VOverlay
|
86004
86005
|
VProgressCircular: VProgressCircular
|
86005
86006
|
VPagination: VPagination
|
86006
|
-
VRating: VRating
|
86007
86007
|
VProgressLinear: VProgressLinear
|
86008
|
+
VRating: VRating
|
86008
86009
|
VRadioGroup: VRadioGroup
|
86009
86010
|
VSelect: VSelect
|
86010
|
-
VSkeletonLoader: VSkeletonLoader
|
86011
|
-
VSelectionControlGroup: VSelectionControlGroup
|
86012
|
-
VSelectionControl: VSelectionControl
|
86013
86011
|
VSheet: VSheet
|
86014
|
-
|
86015
|
-
|
86012
|
+
VSelectionControl: VSelectionControl
|
86013
|
+
VSelectionControlGroup: VSelectionControlGroup
|
86014
|
+
VSkeletonLoader: VSkeletonLoader
|
86016
86015
|
VSlideGroup: VSlideGroup
|
86017
86016
|
VSlideGroupItem: VSlideGroupItem
|
86017
|
+
VSnackbar: VSnackbar
|
86018
|
+
VSlider: VSlider
|
86018
86019
|
VStepper: VStepper
|
86019
86020
|
VStepperActions: VStepperActions
|
86020
86021
|
VStepperHeader: VStepperHeader
|
86021
86022
|
VStepperItem: VStepperItem
|
86022
86023
|
VStepperWindow: VStepperWindow
|
86023
86024
|
VStepperWindowItem: VStepperWindowItem
|
86024
|
-
VSwitch: VSwitch
|
86025
86025
|
VSystemBar: VSystemBar
|
86026
|
-
|
86026
|
+
VSwitch: VSwitch
|
86027
86027
|
VTab: VTab
|
86028
86028
|
VTabs: VTabs
|
86029
86029
|
VTabsWindow: VTabsWindow
|
86030
86030
|
VTabsWindowItem: VTabsWindowItem
|
86031
|
-
|
86031
|
+
VTextField: VTextField
|
86032
|
+
VTable: VTable
|
86032
86033
|
VTimeline: VTimeline
|
86033
86034
|
VTimelineItem: VTimelineItem
|
86034
|
-
VTable: VTable
|
86035
86035
|
VTooltip: VTooltip
|
86036
|
+
VWindow: VWindow
|
86037
|
+
VWindowItem: VWindowItem
|
86036
86038
|
VToolbar: VToolbar
|
86037
86039
|
VToolbarTitle: VToolbarTitle
|
86038
86040
|
VToolbarItems: VToolbarItems
|
86039
|
-
|
86040
|
-
VWindowItem: VWindowItem
|
86041
|
-
VMenu: VMenu
|
86041
|
+
VTextarea: VTextarea
|
86042
86042
|
VConfirmEdit: VConfirmEdit
|
86043
86043
|
VDataIterator: VDataIterator
|
86044
86044
|
VDefaultsProvider: VDefaultsProvider
|
@@ -86054,14 +86054,15 @@ declare module 'vue' {
|
|
86054
86054
|
VLocaleProvider: VLocaleProvider
|
86055
86055
|
VNoSsr: VNoSsr
|
86056
86056
|
VParallax: VParallax
|
86057
|
-
VRadio: VRadio
|
86058
86057
|
VRangeSlider: VRangeSlider
|
86059
86058
|
VResponsive: VResponsive
|
86060
|
-
VSnackbarQueue: VSnackbarQueue
|
86061
86059
|
VSparkline: VSparkline
|
86062
86060
|
VSpeedDial: VSpeedDial
|
86063
|
-
|
86061
|
+
VSnackbarQueue: VSnackbarQueue
|
86064
86062
|
VValidation: VValidation
|
86063
|
+
VThemeProvider: VThemeProvider
|
86064
|
+
VRadio: VRadio
|
86065
|
+
VVirtualScroll: VVirtualScroll
|
86065
86066
|
VFabTransition: VFabTransition
|
86066
86067
|
VDialogBottomTransition: VDialogBottomTransition
|
86067
86068
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86078,10 +86079,6 @@ declare module 'vue' {
|
|
86078
86079
|
VExpandTransition: VExpandTransition
|
86079
86080
|
VExpandXTransition: VExpandXTransition
|
86080
86081
|
VDialogTransition: VDialogTransition
|
86081
|
-
VVirtualScroll: VVirtualScroll
|
86082
|
-
VPicker: VPicker
|
86083
|
-
VPickerTitle: VPickerTitle
|
86084
|
-
VColorInput: VColorInput
|
86085
86082
|
VFileUpload: VFileUpload
|
86086
86083
|
VFileUploadItem: VFileUploadItem
|
86087
86084
|
VCalendar: VCalendar
|
@@ -86090,16 +86087,19 @@ declare module 'vue' {
|
|
86090
86087
|
VCalendarInterval: VCalendarInterval
|
86091
86088
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86092
86089
|
VCalendarMonthDay: VCalendarMonthDay
|
86093
|
-
|
86094
|
-
|
86095
|
-
|
86090
|
+
VIconBtn: VIconBtn
|
86091
|
+
VPicker: VPicker
|
86092
|
+
VPickerTitle: VPickerTitle
|
86093
|
+
VColorInput: VColorInput
|
86096
86094
|
VTreeview: VTreeview
|
86097
86095
|
VTreeviewItem: VTreeviewItem
|
86098
86096
|
VTreeviewGroup: VTreeviewGroup
|
86097
|
+
VStepperVertical: VStepperVertical
|
86098
|
+
VStepperVerticalItem: VStepperVerticalItem
|
86099
|
+
VStepperVerticalActions: VStepperVerticalActions
|
86099
86100
|
VTimePicker: VTimePicker
|
86100
86101
|
VTimePickerClock: VTimePickerClock
|
86101
86102
|
VTimePickerControls: VTimePickerControls
|
86102
|
-
VIconBtn: VIconBtn
|
86103
86103
|
VDateInput: VDateInput
|
86104
86104
|
VPullToRefresh: VPullToRefresh
|
86105
86105
|
}
|
package/dist/vuetify.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
|
*/
|
@@ -17578,7 +17578,7 @@ function format(value, formatString, locale, formats) {
|
|
17578
17578
|
case 'fullDate':
|
17579
17579
|
options = {
|
17580
17580
|
year: 'numeric',
|
17581
|
-
month: '
|
17581
|
+
month: 'short',
|
17582
17582
|
day: 'numeric'
|
17583
17583
|
};
|
17584
17584
|
break;
|
@@ -22374,13 +22374,9 @@ function useCalendar(props) {
|
|
22374
22374
|
const date = adapter.setYear(adapter.startOfMonth(adapter.date()), adapter.getYear(year.value));
|
22375
22375
|
return adapter.setMonth(date, value);
|
22376
22376
|
}, v => adapter.getMonth(v));
|
22377
|
-
const weekDays = computed(() => {
|
22378
|
-
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22379
|
-
return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
|
22380
|
-
});
|
22381
22377
|
const weekdayLabels = computed(() => {
|
22382
|
-
const
|
22383
|
-
return
|
22378
|
+
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22379
|
+
return adapter.getWeekdays(props.firstDayOfWeek).filter((_, i) => props.weekdays.includes((i + firstDayOfWeek) % 7));
|
22384
22380
|
});
|
22385
22381
|
const weeksInMonth = computed(() => {
|
22386
22382
|
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
@@ -22404,13 +22400,14 @@ function useCalendar(props) {
|
|
22404
22400
|
});
|
22405
22401
|
function genDays(days, today) {
|
22406
22402
|
return days.filter(date => {
|
22407
|
-
return
|
22403
|
+
return props.weekdays.includes(adapter.toJsDate(date).getDay());
|
22408
22404
|
}).map((date, index) => {
|
22409
22405
|
const isoDate = adapter.toISO(date);
|
22410
22406
|
const isAdjacent = !adapter.isSameMonth(date, month.value);
|
22411
22407
|
const isStart = adapter.isSameDay(date, adapter.startOfMonth(month.value));
|
22412
22408
|
const isEnd = adapter.isSameDay(date, adapter.endOfMonth(month.value));
|
22413
22409
|
const isSame = adapter.isSameDay(date, month.value);
|
22410
|
+
const weekdaysCount = props.weekdays.length;
|
22414
22411
|
return {
|
22415
22412
|
date,
|
22416
22413
|
formatted: adapter.format(date, 'keyboardDate'),
|
@@ -22422,8 +22419,8 @@ function useCalendar(props) {
|
|
22422
22419
|
isSelected: model.value.some(value => adapter.isSameDay(date, value)),
|
22423
22420
|
isStart,
|
22424
22421
|
isToday: adapter.isSameDay(date, today),
|
22425
|
-
isWeekEnd: index %
|
22426
|
-
isWeekStart: index %
|
22422
|
+
isWeekEnd: index % weekdaysCount === weekdaysCount - 1,
|
22423
|
+
isWeekStart: index % weekdaysCount === 0,
|
22427
22424
|
isoDate,
|
22428
22425
|
localized: adapter.format(date, 'dayOfMonth'),
|
22429
22426
|
month: adapter.getMonth(date),
|
@@ -22470,7 +22467,6 @@ function useCalendar(props) {
|
|
22470
22467
|
genDays,
|
22471
22468
|
model,
|
22472
22469
|
weeksInMonth,
|
22473
|
-
weekDays,
|
22474
22470
|
weekdayLabels,
|
22475
22471
|
weekNumbers
|
22476
22472
|
};
|
@@ -22511,7 +22507,6 @@ const VDatePickerMonth = genericComponent()({
|
|
22511
22507
|
daysInMonth,
|
22512
22508
|
model,
|
22513
22509
|
weekNumbers,
|
22514
|
-
weekDays,
|
22515
22510
|
weekdayLabels
|
22516
22511
|
} = useCalendar(props);
|
22517
22512
|
const adapter = useDate();
|
@@ -22586,7 +22581,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22586
22581
|
useRender(() => createElementVNode("div", {
|
22587
22582
|
"class": "v-date-picker-month",
|
22588
22583
|
"style": {
|
22589
|
-
'--v-date-picker-days-in-week':
|
22584
|
+
'--v-date-picker-days-in-week': props.weekdays.length
|
22590
22585
|
}
|
22591
22586
|
}, [props.showWeek && createElementVNode("div", {
|
22592
22587
|
"key": "weeks",
|
@@ -22986,7 +22981,8 @@ const VDatePicker = genericComponent()({
|
|
22986
22981
|
}
|
22987
22982
|
function allowedMonths(month) {
|
22988
22983
|
if (typeof props.allowedDates === 'function') {
|
22989
|
-
const
|
22984
|
+
const monthTwoDigits = String(month + 1).padStart(2, '0');
|
22985
|
+
const startOfMonth = adapter.parseISO(`${year.value}-${monthTwoDigits}-01`);
|
22990
22986
|
return isAllowedInRange(startOfMonth, adapter.endOfMonth(startOfMonth));
|
22991
22987
|
}
|
22992
22988
|
if (Array.isArray(props.allowedDates) && props.allowedDates.length) {
|
@@ -25657,19 +25653,21 @@ const VOtpInput = genericComponent()({
|
|
25657
25653
|
const contentRef = ref();
|
25658
25654
|
const inputRef = ref([]);
|
25659
25655
|
const current = computed(() => inputRef.value[focusIndex.value]);
|
25660
|
-
|
25661
|
-
|
25662
|
-
|
25663
|
-
|
25664
|
-
|
25665
|
-
|
25666
|
-
|
25667
|
-
|
25668
|
-
|
25669
|
-
|
25670
|
-
|
25671
|
-
|
25672
|
-
|
25656
|
+
useToggleScope(() => props.autofocus, () => {
|
25657
|
+
const intersectScope = effectScope();
|
25658
|
+
intersectScope.run(() => {
|
25659
|
+
const {
|
25660
|
+
intersectionRef,
|
25661
|
+
isIntersecting
|
25662
|
+
} = useIntersectionObserver();
|
25663
|
+
watchEffect(() => {
|
25664
|
+
intersectionRef.value = inputRef.value[0];
|
25665
|
+
});
|
25666
|
+
watch(isIntersecting, v => {
|
25667
|
+
if (!v) return;
|
25668
|
+
intersectionRef.value?.focus();
|
25669
|
+
intersectScope.stop();
|
25670
|
+
});
|
25673
25671
|
});
|
25674
25672
|
});
|
25675
25673
|
function onInput() {
|
@@ -29508,7 +29506,7 @@ function createVuetify$1() {
|
|
29508
29506
|
};
|
29509
29507
|
});
|
29510
29508
|
}
|
29511
|
-
const version$1 = "3.8.
|
29509
|
+
const version$1 = "3.8.12-master.2025-07-03";
|
29512
29510
|
createVuetify$1.version = version$1;
|
29513
29511
|
|
29514
29512
|
// Vue's inject() can only be used in setup
|
@@ -29533,7 +29531,7 @@ const createVuetify = function () {
|
|
29533
29531
|
...options
|
29534
29532
|
});
|
29535
29533
|
};
|
29536
|
-
const version = "3.8.
|
29534
|
+
const version = "3.8.12-master.2025-07-03";
|
29537
29535
|
createVuetify.version = version;
|
29538
29536
|
|
29539
29537
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|