@vuetify/nightly 3.8.11-master.2025-06-30 → 3.8.12-master.2025-07-02
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 +3 -20
- package/dist/json/attributes.json +2770 -2770
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +5060 -5060
- package/dist/vuetify-labs.cjs +34 -37
- package/dist/vuetify-labs.css +4720 -4720
- package/dist/vuetify-labs.d.ts +50 -50
- package/dist/vuetify-labs.esm.js +34 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +34 -37
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +26 -29
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2906 -2906
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +26 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +26 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +28 -28
- package/dist/vuetify.min.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 +50 -50
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +8 -8
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85914,39 +85914,36 @@ declare module 'vue' {
|
|
85914
85914
|
}
|
85915
85915
|
export interface GlobalComponents {
|
85916
85916
|
VApp: VApp
|
85917
|
-
VAutocomplete: VAutocomplete
|
85918
85917
|
VAppBar: VAppBar
|
85919
85918
|
VAppBarNavIcon: VAppBarNavIcon
|
85920
85919
|
VAppBarTitle: VAppBarTitle
|
85920
|
+
VBadge: VBadge
|
85921
85921
|
VAlert: VAlert
|
85922
85922
|
VAlertTitle: VAlertTitle
|
85923
85923
|
VAvatar: VAvatar
|
85924
|
+
VAutocomplete: VAutocomplete
|
85925
|
+
VBottomNavigation: VBottomNavigation
|
85924
85926
|
VBanner: VBanner
|
85925
85927
|
VBannerActions: VBannerActions
|
85926
85928
|
VBannerText: VBannerText
|
85927
|
-
|
85928
|
-
|
85929
|
+
VBtn: VBtn
|
85930
|
+
VBottomSheet: VBottomSheet
|
85929
85931
|
VBreadcrumbs: VBreadcrumbs
|
85930
85932
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85931
85933
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85932
|
-
VBtn: VBtn
|
85933
|
-
VBtnGroup: VBtnGroup
|
85934
|
-
VBtnToggle: VBtnToggle
|
85935
|
-
VBottomSheet: VBottomSheet
|
85936
|
-
VCheckbox: VCheckbox
|
85937
|
-
VCheckboxBtn: VCheckboxBtn
|
85938
85934
|
VCard: VCard
|
85939
85935
|
VCardActions: VCardActions
|
85940
85936
|
VCardItem: VCardItem
|
85941
85937
|
VCardSubtitle: VCardSubtitle
|
85942
85938
|
VCardText: VCardText
|
85943
85939
|
VCardTitle: VCardTitle
|
85944
|
-
|
85945
|
-
|
85946
|
-
|
85947
|
-
|
85948
|
-
VCode: VCode
|
85940
|
+
VBtnToggle: VBtnToggle
|
85941
|
+
VBtnGroup: VBtnGroup
|
85942
|
+
VCheckbox: VCheckbox
|
85943
|
+
VCheckboxBtn: VCheckboxBtn
|
85949
85944
|
VChip: VChip
|
85945
|
+
VChipGroup: VChipGroup
|
85946
|
+
VCombobox: VCombobox
|
85950
85947
|
VDataTable: VDataTable
|
85951
85948
|
VDataTableHeaders: VDataTableHeaders
|
85952
85949
|
VDataTableFooter: VDataTableFooter
|
@@ -85954,38 +85951,41 @@ declare module 'vue' {
|
|
85954
85951
|
VDataTableRow: VDataTableRow
|
85955
85952
|
VDataTableVirtual: VDataTableVirtual
|
85956
85953
|
VDataTableServer: VDataTableServer
|
85954
|
+
VCarousel: VCarousel
|
85955
|
+
VCarouselItem: VCarouselItem
|
85956
|
+
VCode: VCode
|
85957
|
+
VColorPicker: VColorPicker
|
85958
|
+
VCounter: VCounter
|
85959
|
+
VDivider: VDivider
|
85960
|
+
VDialog: VDialog
|
85957
85961
|
VDatePicker: VDatePicker
|
85958
85962
|
VDatePickerControls: VDatePickerControls
|
85959
85963
|
VDatePickerHeader: VDatePickerHeader
|
85960
85964
|
VDatePickerMonth: VDatePickerMonth
|
85961
85965
|
VDatePickerMonths: VDatePickerMonths
|
85962
85966
|
VDatePickerYears: VDatePickerYears
|
85963
|
-
VChipGroup: VChipGroup
|
85964
|
-
VDialog: VDialog
|
85965
|
-
VDivider: VDivider
|
85966
85967
|
VEmptyState: VEmptyState
|
85967
|
-
VFab: VFab
|
85968
85968
|
VExpansionPanels: VExpansionPanels
|
85969
85969
|
VExpansionPanel: VExpansionPanel
|
85970
85970
|
VExpansionPanelText: VExpansionPanelText
|
85971
85971
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85972
|
-
|
85973
|
-
VFooter: VFooter
|
85974
|
-
VFileInput: VFileInput
|
85972
|
+
VFab: VFab
|
85975
85973
|
VField: VField
|
85976
85974
|
VFieldLabel: VFieldLabel
|
85975
|
+
VFileInput: VFileInput
|
85976
|
+
VImg: VImg
|
85977
|
+
VFooter: VFooter
|
85977
85978
|
VIcon: VIcon
|
85978
85979
|
VComponentIcon: VComponentIcon
|
85979
85980
|
VSvgIcon: VSvgIcon
|
85980
85981
|
VLigatureIcon: VLigatureIcon
|
85981
85982
|
VClassIcon: VClassIcon
|
85982
|
-
|
85983
|
+
VInfiniteScroll: VInfiniteScroll
|
85984
|
+
VInput: VInput
|
85983
85985
|
VItemGroup: VItemGroup
|
85984
85986
|
VItem: VItem
|
85985
|
-
VInput: VInput
|
85986
|
-
VKbd: VKbd
|
85987
|
-
VInfiniteScroll: VInfiniteScroll
|
85988
85987
|
VLabel: VLabel
|
85988
|
+
VKbd: VKbd
|
85989
85989
|
VList: VList
|
85990
85990
|
VListGroup: VListGroup
|
85991
85991
|
VListImg: VListImg
|
@@ -85995,50 +85995,50 @@ declare module 'vue' {
|
|
85995
85995
|
VListItemSubtitle: VListItemSubtitle
|
85996
85996
|
VListItemTitle: VListItemTitle
|
85997
85997
|
VListSubheader: VListSubheader
|
85998
|
-
VMain: VMain
|
85999
85998
|
VMessages: VMessages
|
85999
|
+
VMain: VMain
|
86000
|
+
VMenu: VMenu
|
86000
86001
|
VNavigationDrawer: VNavigationDrawer
|
86001
|
-
VNumberInput: VNumberInput
|
86002
86002
|
VOtpInput: VOtpInput
|
86003
|
-
|
86003
|
+
VNumberInput: VNumberInput
|
86004
86004
|
VProgressCircular: VProgressCircular
|
86005
86005
|
VPagination: VPagination
|
86006
|
-
VRating: VRating
|
86007
86006
|
VProgressLinear: VProgressLinear
|
86007
|
+
VRating: VRating
|
86008
86008
|
VRadioGroup: VRadioGroup
|
86009
|
+
VSelectionControlGroup: VSelectionControlGroup
|
86009
86010
|
VSelect: VSelect
|
86010
86011
|
VSkeletonLoader: VSkeletonLoader
|
86011
|
-
VSelectionControlGroup: VSelectionControlGroup
|
86012
|
-
VSelectionControl: VSelectionControl
|
86013
86012
|
VSheet: VSheet
|
86014
|
-
VSnackbar: VSnackbar
|
86015
|
-
VSlider: VSlider
|
86016
86013
|
VSlideGroup: VSlideGroup
|
86017
86014
|
VSlideGroupItem: VSlideGroupItem
|
86015
|
+
VSlider: VSlider
|
86016
|
+
VSnackbar: VSnackbar
|
86017
|
+
VSelectionControl: VSelectionControl
|
86018
86018
|
VStepper: VStepper
|
86019
86019
|
VStepperActions: VStepperActions
|
86020
86020
|
VStepperHeader: VStepperHeader
|
86021
86021
|
VStepperItem: VStepperItem
|
86022
86022
|
VStepperWindow: VStepperWindow
|
86023
86023
|
VStepperWindowItem: VStepperWindowItem
|
86024
|
-
|
86025
|
-
VSystemBar: VSystemBar
|
86026
|
-
VTextField: VTextField
|
86024
|
+
VTable: VTable
|
86027
86025
|
VTab: VTab
|
86028
86026
|
VTabs: VTabs
|
86029
86027
|
VTabsWindow: VTabsWindow
|
86030
86028
|
VTabsWindowItem: VTabsWindowItem
|
86029
|
+
VTextField: VTextField
|
86030
|
+
VSystemBar: VSystemBar
|
86031
|
+
VSwitch: VSwitch
|
86031
86032
|
VTextarea: VTextarea
|
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
|
+
VOverlay: VOverlay
|
86042
86042
|
VConfirmEdit: VConfirmEdit
|
86043
86043
|
VDataIterator: VDataIterator
|
86044
86044
|
VDefaultsProvider: VDefaultsProvider
|
@@ -86052,9 +86052,9 @@ declare module 'vue' {
|
|
86052
86052
|
VLayoutItem: VLayoutItem
|
86053
86053
|
VLazy: VLazy
|
86054
86054
|
VLocaleProvider: VLocaleProvider
|
86055
|
+
VRadio: VRadio
|
86055
86056
|
VNoSsr: VNoSsr
|
86056
86057
|
VParallax: VParallax
|
86057
|
-
VRadio: VRadio
|
86058
86058
|
VRangeSlider: VRangeSlider
|
86059
86059
|
VResponsive: VResponsive
|
86060
86060
|
VSnackbarQueue: VSnackbarQueue
|
@@ -86062,6 +86062,7 @@ declare module 'vue' {
|
|
86062
86062
|
VSpeedDial: VSpeedDial
|
86063
86063
|
VThemeProvider: VThemeProvider
|
86064
86064
|
VValidation: VValidation
|
86065
|
+
VVirtualScroll: VVirtualScroll
|
86065
86066
|
VFabTransition: VFabTransition
|
86066
86067
|
VDialogBottomTransition: VDialogBottomTransition
|
86067
86068
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86078,29 +86079,28 @@ 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
86082
|
VColorInput: VColorInput
|
86085
|
-
VFileUpload: VFileUpload
|
86086
|
-
VFileUploadItem: VFileUploadItem
|
86087
86083
|
VCalendar: VCalendar
|
86088
86084
|
VCalendarDay: VCalendarDay
|
86089
86085
|
VCalendarHeader: VCalendarHeader
|
86090
86086
|
VCalendarInterval: VCalendarInterval
|
86091
86087
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86092
86088
|
VCalendarMonthDay: VCalendarMonthDay
|
86089
|
+
VPicker: VPicker
|
86090
|
+
VPickerTitle: VPickerTitle
|
86093
86091
|
VStepperVertical: VStepperVertical
|
86094
86092
|
VStepperVerticalItem: VStepperVerticalItem
|
86095
86093
|
VStepperVerticalActions: VStepperVerticalActions
|
86096
|
-
|
86097
|
-
|
86098
|
-
VTreeviewGroup: VTreeviewGroup
|
86094
|
+
VFileUpload: VFileUpload
|
86095
|
+
VFileUploadItem: VFileUploadItem
|
86099
86096
|
VTimePicker: VTimePicker
|
86100
86097
|
VTimePickerClock: VTimePickerClock
|
86101
86098
|
VTimePickerControls: VTimePickerControls
|
86102
|
-
|
86099
|
+
VTreeview: VTreeview
|
86100
|
+
VTreeviewItem: VTreeviewItem
|
86101
|
+
VTreeviewGroup: VTreeviewGroup
|
86103
86102
|
VDateInput: VDateInput
|
86104
86103
|
VPullToRefresh: VPullToRefresh
|
86104
|
+
VIconBtn: VIconBtn
|
86105
86105
|
}
|
86106
86106
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.
|
2
|
+
* Vuetify v3.8.12-master.2025-07-02
|
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",
|
@@ -25657,19 +25652,21 @@ const VOtpInput = genericComponent()({
|
|
25657
25652
|
const contentRef = ref();
|
25658
25653
|
const inputRef = ref([]);
|
25659
25654
|
const current = computed(() => inputRef.value[focusIndex.value]);
|
25660
|
-
|
25661
|
-
|
25662
|
-
|
25663
|
-
|
25664
|
-
|
25665
|
-
|
25666
|
-
|
25667
|
-
|
25668
|
-
|
25669
|
-
|
25670
|
-
|
25671
|
-
|
25672
|
-
|
25655
|
+
useToggleScope(() => props.autofocus, () => {
|
25656
|
+
const intersectScope = effectScope();
|
25657
|
+
intersectScope.run(() => {
|
25658
|
+
const {
|
25659
|
+
intersectionRef,
|
25660
|
+
isIntersecting
|
25661
|
+
} = useIntersectionObserver();
|
25662
|
+
watchEffect(() => {
|
25663
|
+
intersectionRef.value = inputRef.value[0];
|
25664
|
+
});
|
25665
|
+
watch(isIntersecting, v => {
|
25666
|
+
if (!v) return;
|
25667
|
+
intersectionRef.value?.focus();
|
25668
|
+
intersectScope.stop();
|
25669
|
+
});
|
25673
25670
|
});
|
25674
25671
|
});
|
25675
25672
|
function onInput() {
|
@@ -29508,7 +29505,7 @@ function createVuetify$1() {
|
|
29508
29505
|
};
|
29509
29506
|
});
|
29510
29507
|
}
|
29511
|
-
const version$1 = "3.8.
|
29508
|
+
const version$1 = "3.8.12-master.2025-07-02";
|
29512
29509
|
createVuetify$1.version = version$1;
|
29513
29510
|
|
29514
29511
|
// Vue's inject() can only be used in setup
|
@@ -29533,7 +29530,7 @@ const createVuetify = function () {
|
|
29533
29530
|
...options
|
29534
29531
|
});
|
29535
29532
|
};
|
29536
|
-
const version = "3.8.
|
29533
|
+
const version = "3.8.12-master.2025-07-02";
|
29537
29534
|
createVuetify.version = version;
|
29538
29535
|
|
29539
29536
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|