@vuetify/nightly 3.9.0-next.2025-07-09 → 3.9.0-next.2025-07-17
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 +4 -3
- package/dist/json/attributes.json +3079 -3079
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +5276 -5276
- package/dist/vuetify-labs.cjs +13 -7
- package/dist/vuetify-labs.css +3970 -3970
- package/dist/vuetify-labs.d.ts +46 -46
- 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 +2340 -2340
- package/dist/vuetify.d.ts +46 -46
- 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 +46 -46
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -113754,23 +113754,22 @@ declare module 'vue' {
|
|
113754
113754
|
$children?: VNodeChild
|
113755
113755
|
}
|
113756
113756
|
export interface GlobalComponents {
|
113757
|
+
VApp: VApp
|
113757
113758
|
VAppBar: VAppBar
|
113758
113759
|
VAppBarNavIcon: VAppBarNavIcon
|
113759
113760
|
VAppBarTitle: VAppBarTitle
|
113760
|
-
VApp: VApp
|
113761
113761
|
VAutocomplete: VAutocomplete
|
113762
|
-
VAvatar: VAvatar
|
113763
113762
|
VAlert: VAlert
|
113764
113763
|
VAlertTitle: VAlertTitle
|
113764
|
+
VBadge: VBadge
|
113765
113765
|
VBanner: VBanner
|
113766
113766
|
VBannerActions: VBannerActions
|
113767
113767
|
VBannerText: VBannerText
|
113768
|
-
|
113769
|
-
VBreadcrumbs: VBreadcrumbs
|
113770
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
113771
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
113768
|
+
VAvatar: VAvatar
|
113772
113769
|
VBottomNavigation: VBottomNavigation
|
113770
|
+
VBottomSheet: VBottomSheet
|
113773
113771
|
VBtn: VBtn
|
113772
|
+
VBtnGroup: VBtnGroup
|
113774
113773
|
VBtnToggle: VBtnToggle
|
113775
113774
|
VCard: VCard
|
113776
113775
|
VCardActions: VCardActions
|
@@ -113778,17 +113777,19 @@ declare module 'vue' {
|
|
113778
113777
|
VCardSubtitle: VCardSubtitle
|
113779
113778
|
VCardText: VCardText
|
113780
113779
|
VCardTitle: VCardTitle
|
113781
|
-
|
113782
|
-
|
113783
|
-
|
113780
|
+
VBreadcrumbs: VBreadcrumbs
|
113781
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
113782
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
113784
113783
|
VCheckbox: VCheckbox
|
113785
113784
|
VCheckboxBtn: VCheckboxBtn
|
113786
|
-
VBtnGroup: VBtnGroup
|
113787
113785
|
VChip: VChip
|
113786
|
+
VCarousel: VCarousel
|
113787
|
+
VCarouselItem: VCarouselItem
|
113788
113788
|
VCode: VCode
|
113789
113789
|
VChipGroup: VChipGroup
|
113790
|
-
|
113791
|
-
|
113790
|
+
VDivider: VDivider
|
113791
|
+
VCounter: VCounter
|
113792
|
+
VDialog: VDialog
|
113792
113793
|
VDataTable: VDataTable
|
113793
113794
|
VDataTableHeaders: VDataTableHeaders
|
113794
113795
|
VDataTableFooter: VDataTableFooter
|
@@ -113796,37 +113797,41 @@ declare module 'vue' {
|
|
113796
113797
|
VDataTableRow: VDataTableRow
|
113797
113798
|
VDataTableVirtual: VDataTableVirtual
|
113798
113799
|
VDataTableServer: VDataTableServer
|
113799
|
-
|
113800
|
-
|
113800
|
+
VColorPicker: VColorPicker
|
113801
|
+
VCombobox: VCombobox
|
113802
|
+
VEmptyState: VEmptyState
|
113801
113803
|
VDatePicker: VDatePicker
|
113802
113804
|
VDatePickerControls: VDatePickerControls
|
113803
113805
|
VDatePickerHeader: VDatePickerHeader
|
113804
113806
|
VDatePickerMonth: VDatePickerMonth
|
113805
113807
|
VDatePickerMonths: VDatePickerMonths
|
113806
113808
|
VDatePickerYears: VDatePickerYears
|
113807
|
-
|
113808
|
-
VDivider: VDivider
|
113809
|
+
VFab: VFab
|
113809
113810
|
VField: VField
|
113810
113811
|
VFieldLabel: VFieldLabel
|
113811
|
-
VFab: VFab
|
113812
113812
|
VExpansionPanels: VExpansionPanels
|
113813
113813
|
VExpansionPanel: VExpansionPanel
|
113814
113814
|
VExpansionPanelText: VExpansionPanelText
|
113815
113815
|
VExpansionPanelTitle: VExpansionPanelTitle
|
113816
|
-
VFileInput: VFileInput
|
113817
113816
|
VFooter: VFooter
|
113818
|
-
|
113817
|
+
VFileInput: VFileInput
|
113819
113818
|
VIcon: VIcon
|
113820
113819
|
VComponentIcon: VComponentIcon
|
113821
113820
|
VSvgIcon: VSvgIcon
|
113822
113821
|
VLigatureIcon: VLigatureIcon
|
113823
113822
|
VClassIcon: VClassIcon
|
113823
|
+
VInfiniteScroll: VInfiniteScroll
|
113824
|
+
VInput: VInput
|
113824
113825
|
VImg: VImg
|
113825
113826
|
VItemGroup: VItemGroup
|
113826
113827
|
VItem: VItem
|
113827
|
-
VInput: VInput
|
113828
|
-
VLabel: VLabel
|
113829
113828
|
VKbd: VKbd
|
113829
|
+
VLabel: VLabel
|
113830
|
+
VMain: VMain
|
113831
|
+
VMenu: VMenu
|
113832
|
+
VOverlay: VOverlay
|
113833
|
+
VMessages: VMessages
|
113834
|
+
VNavigationDrawer: VNavigationDrawer
|
113830
113835
|
VList: VList
|
113831
113836
|
VListGroup: VListGroup
|
113832
113837
|
VListImg: VListImg
|
@@ -113836,66 +113841,63 @@ declare module 'vue' {
|
|
113836
113841
|
VListItemSubtitle: VListItemSubtitle
|
113837
113842
|
VListItemTitle: VListItemTitle
|
113838
113843
|
VListSubheader: VListSubheader
|
113839
|
-
VMain: VMain
|
113840
|
-
VMenu: VMenu
|
113841
|
-
VMessages: VMessages
|
113842
113844
|
VNumberInput: VNumberInput
|
113843
|
-
VNavigationDrawer: VNavigationDrawer
|
113844
|
-
VOtpInput: VOtpInput
|
113845
|
-
VPagination: VPagination
|
113846
|
-
VOverlay: VOverlay
|
113847
113845
|
VProgressLinear: VProgressLinear
|
113846
|
+
VPagination: VPagination
|
113848
113847
|
VProgressCircular: VProgressCircular
|
113849
|
-
|
113850
|
-
VSelect: VSelect
|
113848
|
+
VOtpInput: VOtpInput
|
113851
113849
|
VRating: VRating
|
113850
|
+
VRadioGroup: VRadioGroup
|
113852
113851
|
VSelectionControlGroup: VSelectionControlGroup
|
113853
113852
|
VSelectionControl: VSelectionControl
|
113853
|
+
VSelect: VSelect
|
113854
113854
|
VSkeletonLoader: VSkeletonLoader
|
113855
113855
|
VSlideGroup: VSlideGroup
|
113856
113856
|
VSlideGroupItem: VSlideGroupItem
|
113857
113857
|
VSheet: VSheet
|
113858
113858
|
VSnackbar: VSnackbar
|
113859
113859
|
VSlider: VSlider
|
113860
|
+
VSystemBar: VSystemBar
|
113861
|
+
VTab: VTab
|
113862
|
+
VTabs: VTabs
|
113863
|
+
VTabsWindow: VTabsWindow
|
113864
|
+
VTabsWindowItem: VTabsWindowItem
|
113865
|
+
VSwitch: VSwitch
|
113860
113866
|
VStepper: VStepper
|
113861
113867
|
VStepperActions: VStepperActions
|
113862
113868
|
VStepperHeader: VStepperHeader
|
113863
113869
|
VStepperItem: VStepperItem
|
113864
113870
|
VStepperWindow: VStepperWindow
|
113865
113871
|
VStepperWindowItem: VStepperWindowItem
|
113866
|
-
VTab: VTab
|
113867
|
-
VTabs: VTabs
|
113868
|
-
VTabsWindow: VTabsWindow
|
113869
|
-
VTabsWindowItem: VTabsWindowItem
|
113870
113872
|
VTable: VTable
|
113871
113873
|
VTextField: VTextField
|
113872
113874
|
VTextarea: VTextarea
|
113873
113875
|
VToolbar: VToolbar
|
113874
113876
|
VToolbarTitle: VToolbarTitle
|
113875
113877
|
VToolbarItems: VToolbarItems
|
113876
|
-
VTimeline: VTimeline
|
113877
|
-
VTimelineItem: VTimelineItem
|
113878
113878
|
VTimePicker: VTimePicker
|
113879
113879
|
VTimePickerClock: VTimePickerClock
|
113880
113880
|
VTimePickerControls: VTimePickerControls
|
113881
|
+
VTimeline: VTimeline
|
113882
|
+
VTimelineItem: VTimelineItem
|
113881
113883
|
VTreeview: VTreeview
|
113882
113884
|
VTreeviewItem: VTreeviewItem
|
113883
113885
|
VTreeviewGroup: VTreeviewGroup
|
113886
|
+
VTooltip: VTooltip
|
113884
113887
|
VWindow: VWindow
|
113885
113888
|
VWindowItem: VWindowItem
|
113886
|
-
VTooltip: VTooltip
|
113887
113889
|
VConfirmEdit: VConfirmEdit
|
113888
113890
|
VDataIterator: VDataIterator
|
113889
113891
|
VDefaultsProvider: VDefaultsProvider
|
113890
|
-
VForm: VForm
|
113891
|
-
VHover: VHover
|
113892
113892
|
VContainer: VContainer
|
113893
113893
|
VCol: VCol
|
113894
113894
|
VRow: VRow
|
113895
113895
|
VSpacer: VSpacer
|
113896
|
+
VHover: VHover
|
113897
|
+
VForm: VForm
|
113898
|
+
VLazy: VLazy
|
113896
113899
|
VLayout: VLayout
|
113897
113900
|
VLayoutItem: VLayoutItem
|
113898
|
-
VLazy: VLazy
|
113899
113901
|
VLocaleProvider: VLocaleProvider
|
113900
113902
|
VNoSsr: VNoSsr
|
113901
113903
|
VParallax: VParallax
|
@@ -113924,8 +113926,6 @@ declare module 'vue' {
|
|
113924
113926
|
VExpandTransition: VExpandTransition
|
113925
113927
|
VExpandXTransition: VExpandXTransition
|
113926
113928
|
VDialogTransition: VDialogTransition
|
113927
|
-
VSystemBar: VSystemBar
|
113928
|
-
VSwitch: VSwitch
|
113929
113929
|
VColorInput: VColorInput
|
113930
113930
|
VCalendar: VCalendar
|
113931
113931
|
VCalendarDay: VCalendarDay
|
@@ -113933,18 +113933,18 @@ declare module 'vue' {
|
|
113933
113933
|
VCalendarInterval: VCalendarInterval
|
113934
113934
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
113935
113935
|
VCalendarMonthDay: VCalendarMonthDay
|
113936
|
-
VIconBtn: VIconBtn
|
113937
113936
|
VPicker: VPicker
|
113938
113937
|
VPickerTitle: VPickerTitle
|
113938
|
+
VIconBtn: VIconBtn
|
113939
113939
|
VStepperVertical: VStepperVertical
|
113940
113940
|
VStepperVerticalItem: VStepperVerticalItem
|
113941
113941
|
VStepperVerticalActions: VStepperVerticalActions
|
113942
|
-
VFileUpload: VFileUpload
|
113943
|
-
VFileUploadItem: VFileUploadItem
|
113944
113942
|
VHotkey: VHotkey
|
113945
|
-
VDateInput: VDateInput
|
113946
113943
|
VMaskInput: VMaskInput
|
113944
|
+
VDateInput: VDateInput
|
113947
113945
|
VPullToRefresh: VPullToRefresh
|
113946
|
+
VFileUpload: VFileUpload
|
113947
|
+
VFileUploadItem: VFileUploadItem
|
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-17
|
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-17";
|
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-17";
|
33993
33999
|
|
33994
34000
|
/* eslint-disable local-rules/sort-imports */
|
33995
34001
|
|