@vuetify/nightly 3.9.0-next.2025-07-09 → 3.9.0-next.2025-07-12
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 +8 -3
- package/dist/json/attributes.json +3462 -3462
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6283 -6283
- package/dist/vuetify-labs.cjs +13 -7
- package/dist/vuetify-labs.css +4709 -4709
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +13 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +13 -19
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2769 -2769
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +13 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +5 -0
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +5 -4
- package/lib/components/VDatePicker/VDatePickerMonth.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 +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -113754,23 +113754,25 @@ declare module 'vue' {
|
|
113754
113754
|
$children?: VNodeChild
|
113755
113755
|
}
|
113756
113756
|
export interface GlobalComponents {
|
113757
|
+
VApp: VApp
|
113758
|
+
VAvatar: VAvatar
|
113757
113759
|
VAppBar: VAppBar
|
113758
113760
|
VAppBarNavIcon: VAppBarNavIcon
|
113759
113761
|
VAppBarTitle: VAppBarTitle
|
113760
|
-
VApp: VApp
|
113761
113762
|
VAutocomplete: VAutocomplete
|
113762
|
-
VAvatar: VAvatar
|
113763
113763
|
VAlert: VAlert
|
113764
113764
|
VAlertTitle: VAlertTitle
|
113765
113765
|
VBanner: VBanner
|
113766
113766
|
VBannerActions: VBannerActions
|
113767
113767
|
VBannerText: VBannerText
|
113768
|
+
VBottomNavigation: VBottomNavigation
|
113768
113769
|
VBadge: VBadge
|
113770
|
+
VBottomSheet: VBottomSheet
|
113769
113771
|
VBreadcrumbs: VBreadcrumbs
|
113770
113772
|
VBreadcrumbsItem: VBreadcrumbsItem
|
113771
113773
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
113772
|
-
VBottomNavigation: VBottomNavigation
|
113773
113774
|
VBtn: VBtn
|
113775
|
+
VBtnGroup: VBtnGroup
|
113774
113776
|
VBtnToggle: VBtnToggle
|
113775
113777
|
VCard: VCard
|
113776
113778
|
VCardActions: VCardActions
|
@@ -113778,17 +113780,14 @@ declare module 'vue' {
|
|
113778
113780
|
VCardSubtitle: VCardSubtitle
|
113779
113781
|
VCardText: VCardText
|
113780
113782
|
VCardTitle: VCardTitle
|
113781
|
-
VBottomSheet: VBottomSheet
|
113782
113783
|
VCarousel: VCarousel
|
113783
113784
|
VCarouselItem: VCarouselItem
|
113785
|
+
VChip: VChip
|
113786
|
+
VChipGroup: VChipGroup
|
113784
113787
|
VCheckbox: VCheckbox
|
113785
113788
|
VCheckboxBtn: VCheckboxBtn
|
113786
|
-
VBtnGroup: VBtnGroup
|
113787
|
-
VChip: VChip
|
113788
113789
|
VCode: VCode
|
113789
|
-
VChipGroup: VChipGroup
|
113790
113790
|
VColorPicker: VColorPicker
|
113791
|
-
VCombobox: VCombobox
|
113792
113791
|
VDataTable: VDataTable
|
113793
113792
|
VDataTableHeaders: VDataTableHeaders
|
113794
113793
|
VDataTableFooter: VDataTableFooter
|
@@ -113796,7 +113795,6 @@ declare module 'vue' {
|
|
113796
113795
|
VDataTableRow: VDataTableRow
|
113797
113796
|
VDataTableVirtual: VDataTableVirtual
|
113798
113797
|
VDataTableServer: VDataTableServer
|
113799
|
-
VCounter: VCounter
|
113800
113798
|
VDialog: VDialog
|
113801
113799
|
VDatePicker: VDatePicker
|
113802
113800
|
VDatePickerControls: VDatePickerControls
|
@@ -113804,29 +113802,32 @@ declare module 'vue' {
|
|
113804
113802
|
VDatePickerMonth: VDatePickerMonth
|
113805
113803
|
VDatePickerMonths: VDatePickerMonths
|
113806
113804
|
VDatePickerYears: VDatePickerYears
|
113807
|
-
VEmptyState: VEmptyState
|
113808
113805
|
VDivider: VDivider
|
113809
|
-
|
113810
|
-
VFieldLabel: VFieldLabel
|
113806
|
+
VCombobox: VCombobox
|
113811
113807
|
VFab: VFab
|
113812
113808
|
VExpansionPanels: VExpansionPanels
|
113813
113809
|
VExpansionPanel: VExpansionPanel
|
113814
113810
|
VExpansionPanelText: VExpansionPanelText
|
113815
113811
|
VExpansionPanelTitle: VExpansionPanelTitle
|
113812
|
+
VEmptyState: VEmptyState
|
113813
|
+
VCounter: VCounter
|
113814
|
+
VField: VField
|
113815
|
+
VFieldLabel: VFieldLabel
|
113816
113816
|
VFileInput: VFileInput
|
113817
|
-
VFooter: VFooter
|
113818
|
-
VInfiniteScroll: VInfiniteScroll
|
113819
113817
|
VIcon: VIcon
|
113820
113818
|
VComponentIcon: VComponentIcon
|
113821
113819
|
VSvgIcon: VSvgIcon
|
113822
113820
|
VLigatureIcon: VLigatureIcon
|
113823
113821
|
VClassIcon: VClassIcon
|
113824
113822
|
VImg: VImg
|
113825
|
-
|
113826
|
-
|
113823
|
+
VFooter: VFooter
|
113824
|
+
VInfiniteScroll: VInfiniteScroll
|
113827
113825
|
VInput: VInput
|
113828
113826
|
VLabel: VLabel
|
113829
113827
|
VKbd: VKbd
|
113828
|
+
VMain: VMain
|
113829
|
+
VItemGroup: VItemGroup
|
113830
|
+
VItem: VItem
|
113830
113831
|
VList: VList
|
113831
113832
|
VListGroup: VListGroup
|
113832
113833
|
VListImg: VListImg
|
@@ -113836,63 +113837,56 @@ declare module 'vue' {
|
|
113836
113837
|
VListItemSubtitle: VListItemSubtitle
|
113837
113838
|
VListItemTitle: VListItemTitle
|
113838
113839
|
VListSubheader: VListSubheader
|
113839
|
-
VMain: VMain
|
113840
113840
|
VMenu: VMenu
|
113841
113841
|
VMessages: VMessages
|
113842
|
-
VNumberInput: VNumberInput
|
113843
113842
|
VNavigationDrawer: VNavigationDrawer
|
113843
|
+
VNumberInput: VNumberInput
|
113844
113844
|
VOtpInput: VOtpInput
|
113845
113845
|
VPagination: VPagination
|
113846
113846
|
VOverlay: VOverlay
|
113847
|
-
VProgressLinear: VProgressLinear
|
113848
113847
|
VProgressCircular: VProgressCircular
|
113849
|
-
|
113850
|
-
VSelect: VSelect
|
113848
|
+
VProgressLinear: VProgressLinear
|
113851
113849
|
VRating: VRating
|
113850
|
+
VRadioGroup: VRadioGroup
|
113852
113851
|
VSelectionControlGroup: VSelectionControlGroup
|
113852
|
+
VSelect: VSelect
|
113853
|
+
VSheet: VSheet
|
113853
113854
|
VSelectionControl: VSelectionControl
|
113855
|
+
VSlider: VSlider
|
113854
113856
|
VSkeletonLoader: VSkeletonLoader
|
113855
113857
|
VSlideGroup: VSlideGroup
|
113856
113858
|
VSlideGroupItem: VSlideGroupItem
|
113857
|
-
VSheet: VSheet
|
113858
113859
|
VSnackbar: VSnackbar
|
113859
|
-
|
113860
|
-
VStepper: VStepper
|
113861
|
-
VStepperActions: VStepperActions
|
113862
|
-
VStepperHeader: VStepperHeader
|
113863
|
-
VStepperItem: VStepperItem
|
113864
|
-
VStepperWindow: VStepperWindow
|
113865
|
-
VStepperWindowItem: VStepperWindowItem
|
113860
|
+
VSwitch: VSwitch
|
113866
113861
|
VTab: VTab
|
113867
113862
|
VTabs: VTabs
|
113868
113863
|
VTabsWindow: VTabsWindow
|
113869
113864
|
VTabsWindowItem: VTabsWindowItem
|
113870
113865
|
VTable: VTable
|
113871
|
-
|
113866
|
+
VSystemBar: VSystemBar
|
113872
113867
|
VTextarea: VTextarea
|
113873
|
-
VToolbar: VToolbar
|
113874
|
-
VToolbarTitle: VToolbarTitle
|
113875
|
-
VToolbarItems: VToolbarItems
|
113876
|
-
VTimeline: VTimeline
|
113877
|
-
VTimelineItem: VTimelineItem
|
113878
113868
|
VTimePicker: VTimePicker
|
113879
113869
|
VTimePickerClock: VTimePickerClock
|
113880
113870
|
VTimePickerControls: VTimePickerControls
|
113871
|
+
VTextField: VTextField
|
113872
|
+
VTimeline: VTimeline
|
113873
|
+
VTimelineItem: VTimelineItem
|
113881
113874
|
VTreeview: VTreeview
|
113882
113875
|
VTreeviewItem: VTreeviewItem
|
113883
113876
|
VTreeviewGroup: VTreeviewGroup
|
113877
|
+
VTooltip: VTooltip
|
113878
|
+
VToolbar: VToolbar
|
113879
|
+
VToolbarTitle: VToolbarTitle
|
113880
|
+
VToolbarItems: VToolbarItems
|
113884
113881
|
VWindow: VWindow
|
113885
113882
|
VWindowItem: VWindowItem
|
113886
|
-
VTooltip: VTooltip
|
113887
|
-
VConfirmEdit: VConfirmEdit
|
113888
113883
|
VDataIterator: VDataIterator
|
113889
113884
|
VDefaultsProvider: VDefaultsProvider
|
113890
|
-
VForm: VForm
|
113891
|
-
VHover: VHover
|
113892
113885
|
VContainer: VContainer
|
113893
113886
|
VCol: VCol
|
113894
113887
|
VRow: VRow
|
113895
113888
|
VSpacer: VSpacer
|
113889
|
+
VHover: VHover
|
113896
113890
|
VLayout: VLayout
|
113897
113891
|
VLayoutItem: VLayoutItem
|
113898
113892
|
VLazy: VLazy
|
@@ -113902,8 +113896,14 @@ declare module 'vue' {
|
|
113902
113896
|
VRadio: VRadio
|
113903
113897
|
VRangeSlider: VRangeSlider
|
113904
113898
|
VResponsive: VResponsive
|
113905
|
-
VSnackbarQueue: VSnackbarQueue
|
113906
113899
|
VSparkline: VSparkline
|
113900
|
+
VStepper: VStepper
|
113901
|
+
VStepperActions: VStepperActions
|
113902
|
+
VStepperHeader: VStepperHeader
|
113903
|
+
VStepperItem: VStepperItem
|
113904
|
+
VStepperWindow: VStepperWindow
|
113905
|
+
VStepperWindowItem: VStepperWindowItem
|
113906
|
+
VSnackbarQueue: VSnackbarQueue
|
113907
113907
|
VSpeedDial: VSpeedDial
|
113908
113908
|
VThemeProvider: VThemeProvider
|
113909
113909
|
VValidation: VValidation
|
@@ -113924,27 +113924,27 @@ declare module 'vue' {
|
|
113924
113924
|
VExpandTransition: VExpandTransition
|
113925
113925
|
VExpandXTransition: VExpandXTransition
|
113926
113926
|
VDialogTransition: VDialogTransition
|
113927
|
-
|
113928
|
-
|
113929
|
-
VColorInput: VColorInput
|
113927
|
+
VForm: VForm
|
113928
|
+
VConfirmEdit: VConfirmEdit
|
113930
113929
|
VCalendar: VCalendar
|
113931
113930
|
VCalendarDay: VCalendarDay
|
113932
113931
|
VCalendarHeader: VCalendarHeader
|
113933
113932
|
VCalendarInterval: VCalendarInterval
|
113934
113933
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
113935
113934
|
VCalendarMonthDay: VCalendarMonthDay
|
113935
|
+
VColorInput: VColorInput
|
113936
113936
|
VIconBtn: VIconBtn
|
113937
|
+
VFileUpload: VFileUpload
|
113938
|
+
VFileUploadItem: VFileUploadItem
|
113937
113939
|
VPicker: VPicker
|
113938
113940
|
VPickerTitle: VPickerTitle
|
113939
113941
|
VStepperVertical: VStepperVertical
|
113940
113942
|
VStepperVerticalItem: VStepperVerticalItem
|
113941
113943
|
VStepperVerticalActions: VStepperVerticalActions
|
113942
|
-
VFileUpload: VFileUpload
|
113943
|
-
VFileUploadItem: VFileUploadItem
|
113944
|
-
VHotkey: VHotkey
|
113945
113944
|
VDateInput: VDateInput
|
113946
|
-
|
113945
|
+
VHotkey: VHotkey
|
113947
113946
|
VPullToRefresh: VPullToRefresh
|
113947
|
+
VMaskInput: VMaskInput
|
113948
113948
|
}
|
113949
113949
|
export interface GlobalDirectives {
|
113950
113950
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-next.2025-07-
|
2
|
+
* Vuetify v3.9.0-next.2025-07-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17860,7 +17860,7 @@ function endOfYear(date) {
|
|
17860
17860
|
return new Date(date.getFullYear(), 11, 31);
|
17861
17861
|
}
|
17862
17862
|
function isWithinRange(date, range) {
|
17863
|
-
return isAfter(date, range[0]) && isBefore(date, range[1]);
|
17863
|
+
return isEqual(date, range[0]) || isEqual(date, range[1]) || isAfter(date, range[0]) && isBefore(date, range[1]);
|
17864
17864
|
}
|
17865
17865
|
function isValid(date) {
|
17866
17866
|
const d = new Date(date);
|
@@ -22951,7 +22951,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22951
22951
|
} else {
|
22952
22952
|
rangeStop.value = adapter.endOfDay(_value);
|
22953
22953
|
}
|
22954
|
-
model.value =
|
22954
|
+
model.value = [rangeStart.value, rangeStop.value];
|
22955
22955
|
} else {
|
22956
22956
|
rangeStart.value = value;
|
22957
22957
|
rangeStop.value = undefined;
|
@@ -23014,14 +23014,15 @@ const VDatePickerMonth = genericComponent()({
|
|
23014
23014
|
item,
|
23015
23015
|
i
|
23016
23016
|
};
|
23017
|
-
|
23017
|
+
const isSelected = props.multiple === 'range' && model.value.length === 2 ? adapter.isWithinRange(item.date, model.value) : model.value.some(selectedDate => adapter.isSameDay(selectedDate, item.date));
|
23018
|
+
if (atMax.value && !isSelected) {
|
23018
23019
|
item.isDisabled = true;
|
23019
23020
|
}
|
23020
23021
|
return createElementVNode("div", {
|
23021
23022
|
"class": normalizeClass(['v-date-picker-month__day', {
|
23022
23023
|
'v-date-picker-month__day--adjacent': item.isAdjacent,
|
23023
23024
|
'v-date-picker-month__day--hide-adjacent': item.isHidden,
|
23024
|
-
'v-date-picker-month__day--selected':
|
23025
|
+
'v-date-picker-month__day--selected': isSelected,
|
23025
23026
|
'v-date-picker-month__day--week-end': item.isWeekEnd,
|
23026
23027
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
23027
23028
|
}]),
|
@@ -23321,6 +23322,11 @@ const VDatePicker = genericComponent()({
|
|
23321
23322
|
});
|
23322
23323
|
const isReversing = shallowRef(false);
|
23323
23324
|
const header = computed(() => {
|
23325
|
+
if (props.multiple === 'range' && model.value.length === 2) {
|
23326
|
+
const [startDate, endDate] = model.value;
|
23327
|
+
const daysBetween = adapter.getDiff(endDate, startDate, 'days') + 1;
|
23328
|
+
return t('$vuetify.datePicker.itemsSelected', daysBetween);
|
23329
|
+
}
|
23324
23330
|
if (props.multiple && model.value.length > 1) {
|
23325
23331
|
return t('$vuetify.datePicker.itemsSelected', model.value.length);
|
23326
23332
|
}
|
@@ -33691,7 +33697,7 @@ function createVuetify$1() {
|
|
33691
33697
|
};
|
33692
33698
|
});
|
33693
33699
|
}
|
33694
|
-
const version$1 = "3.9.0-next.2025-07-
|
33700
|
+
const version$1 = "3.9.0-next.2025-07-12";
|
33695
33701
|
createVuetify$1.version = version$1;
|
33696
33702
|
|
33697
33703
|
// Vue's inject() can only be used in setup
|
@@ -33989,7 +33995,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
33989
33995
|
|
33990
33996
|
/* eslint-disable local-rules/sort-imports */
|
33991
33997
|
|
33992
|
-
const version = "3.9.0-next.2025-07-
|
33998
|
+
const version = "3.9.0-next.2025-07-12";
|
33993
33999
|
|
33994
34000
|
/* eslint-disable local-rules/sort-imports */
|
33995
34001
|
|