@vuetify/nightly 3.7.12-master.2025-02-19 → 3.7.13-master.2025-02-20
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 -43
- package/dist/json/attributes.json +3585 -3585
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +6414 -6414
- package/dist/vuetify-labs.css +5575 -5575
- package/dist/vuetify-labs.esm.js +22 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +22 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4798 -4798
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +22 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +22 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +15 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +19 -10
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +62 -62
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -66957,47 +66957,44 @@ declare module 'vue' {
|
|
66957
66957
|
$children?: VNodeChild
|
66958
66958
|
}
|
66959
66959
|
export interface GlobalComponents {
|
66960
|
+
VApp: typeof import('vuetify/components')['VApp']
|
66961
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66962
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66960
66963
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66961
66964
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66962
66965
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66963
|
-
|
66964
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66965
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66966
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66966
66967
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66967
66968
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66968
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66969
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66970
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66971
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66972
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66973
66969
|
VBanner: typeof import('vuetify/components')['VBanner']
|
66974
66970
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66975
66971
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66976
|
-
|
66977
|
-
|
66972
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66973
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66974
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66975
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66976
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66978
66977
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66979
66978
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66980
66979
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66980
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66981
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66982
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66981
66983
|
VCard: typeof import('vuetify/components')['VCard']
|
66982
66984
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66983
66985
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66984
66986
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66985
66987
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66986
66988
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66989
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66990
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66987
66991
|
VChip: typeof import('vuetify/components')['VChip']
|
66988
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66989
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
66990
66992
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66991
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66992
66993
|
VCode: typeof import('vuetify/components')['VCode']
|
66993
|
-
|
66994
|
-
|
66995
|
-
|
66996
|
-
|
66997
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66998
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66999
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67000
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66994
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
66995
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66996
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
66997
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67001
66998
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67002
66999
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67003
67000
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67005,32 +67002,33 @@ declare module 'vue' {
|
|
67005
67002
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67006
67003
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67007
67004
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67008
|
-
VApp: typeof import('vuetify/components')['VApp']
|
67009
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
67010
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67011
67005
|
VDivider: typeof import('vuetify/components')['VDivider']
|
67012
67006
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67013
67007
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67014
67008
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67015
67009
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67016
|
-
VField: typeof import('vuetify/components')['VField']
|
67017
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67018
67010
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67011
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67012
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67013
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67014
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67015
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67016
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67019
67017
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67018
|
+
VField: typeof import('vuetify/components')['VField']
|
67019
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67020
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67021
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67020
67022
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67021
67023
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67022
67024
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67023
67025
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67024
67026
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67025
|
-
VImg: typeof import('vuetify/components')['VImg']
|
67026
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67027
67027
|
VInput: typeof import('vuetify/components')['VInput']
|
67028
67028
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67029
67029
|
VItem: typeof import('vuetify/components')['VItem']
|
67030
67030
|
VLabel: typeof import('vuetify/components')['VLabel']
|
67031
67031
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67032
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
67033
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
67034
67032
|
VList: typeof import('vuetify/components')['VList']
|
67035
67033
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67036
67034
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67040,27 +67038,28 @@ declare module 'vue' {
|
|
67040
67038
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67041
67039
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67042
67040
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67043
|
-
|
67044
|
-
|
67041
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67042
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
67043
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
67045
67044
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67045
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67046
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67046
67047
|
VPagination: typeof import('vuetify/components')['VPagination']
|
67047
67048
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67048
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67049
67049
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67050
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67051
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67052
67050
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67053
67051
|
VRating: typeof import('vuetify/components')['VRating']
|
67054
|
-
|
67052
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67055
67053
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67056
67054
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67055
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67056
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67057
67057
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67058
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67059
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67058
67060
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67059
67061
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67060
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67061
67062
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67062
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67063
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67064
67063
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67065
67064
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67066
67065
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -67071,35 +67070,36 @@ declare module 'vue' {
|
|
67071
67070
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67072
67071
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67073
67072
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67074
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67075
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67076
|
-
VTable: typeof import('vuetify/components')['VTable']
|
67077
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67078
67073
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67074
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67075
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67076
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67079
67077
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67080
67078
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67081
67079
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67082
|
-
|
67080
|
+
VTable: typeof import('vuetify/components')['VTable']
|
67081
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67082
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67083
67083
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67084
67084
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67085
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67085
67086
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67086
67087
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67087
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67088
67088
|
VForm: typeof import('vuetify/components')['VForm']
|
67089
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67090
67089
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67091
67090
|
VCol: typeof import('vuetify/components')['VCol']
|
67092
67091
|
VRow: typeof import('vuetify/components')['VRow']
|
67093
67092
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67093
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67094
67094
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67095
67095
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67096
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67097
67096
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67097
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67098
67098
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67099
67099
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67100
67100
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67101
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67102
67101
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67102
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67103
67103
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67104
67104
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67105
67105
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
@@ -67121,28 +67121,28 @@ declare module 'vue' {
|
|
67121
67121
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67122
67122
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67123
67123
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67124
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67125
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67126
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67127
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67128
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67129
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67130
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67131
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67124
67132
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67125
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67126
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67127
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67128
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67129
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67130
67133
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67131
67134
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67132
67135
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67133
|
-
|
67134
|
-
|
67136
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67137
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67135
67138
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67136
67139
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67137
67140
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67138
|
-
|
67139
|
-
|
67140
|
-
|
67141
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67142
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67143
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67141
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67142
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67143
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67144
67144
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67145
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67146
67145
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67146
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67147
67147
|
}
|
67148
67148
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.13-master.2025-02-20
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22478,9 +22478,26 @@ const VDatePicker = genericComponent()({
|
|
22478
22478
|
const model = useProxiedModel(props, 'modelValue', undefined, v => wrapInArray(v), v => props.multiple ? v : v[0]);
|
22479
22479
|
const viewMode = useProxiedModel(props, 'viewMode');
|
22480
22480
|
// const inputMode = useProxiedModel(props, 'inputMode')
|
22481
|
+
|
22482
|
+
const minDate = computed(() => {
|
22483
|
+
const date = adapter.date(props.min);
|
22484
|
+
return props.min && adapter.isValid(date) ? date : null;
|
22485
|
+
});
|
22486
|
+
const maxDate = computed(() => {
|
22487
|
+
const date = adapter.date(props.max);
|
22488
|
+
return props.max && adapter.isValid(date) ? date : null;
|
22489
|
+
});
|
22481
22490
|
const internal = computed(() => {
|
22482
|
-
const
|
22483
|
-
|
22491
|
+
const today = adapter.date();
|
22492
|
+
let value = today;
|
22493
|
+
if (model.value?.[0]) {
|
22494
|
+
value = adapter.date(model.value[0]);
|
22495
|
+
} else if (minDate.value && adapter.isBefore(today, minDate.value)) {
|
22496
|
+
value = minDate.value;
|
22497
|
+
} else if (maxDate.value && adapter.isAfter(today, maxDate.value)) {
|
22498
|
+
value = maxDate.value;
|
22499
|
+
}
|
22500
|
+
return value && adapter.isValid(value) ? value : today;
|
22484
22501
|
});
|
22485
22502
|
const month = ref(Number(props.month ?? adapter.getMonth(adapter.startOfMonth(internal.value))));
|
22486
22503
|
const year = ref(Number(props.year ?? adapter.getYear(adapter.startOfYear(adapter.setMonth(internal.value, month.value)))));
|
@@ -22500,14 +22517,6 @@ const VDatePicker = genericComponent()({
|
|
22500
22517
|
});
|
22501
22518
|
// const headerIcon = computed(() => props.inputMode === 'calendar' ? props.keyboardIcon : props.calendarIcon)
|
22502
22519
|
const headerTransition = computed(() => `date-picker-header${isReversing.value ? '-reverse' : ''}-transition`);
|
22503
|
-
const minDate = computed(() => {
|
22504
|
-
const date = adapter.date(props.min);
|
22505
|
-
return props.min && adapter.isValid(date) ? date : null;
|
22506
|
-
});
|
22507
|
-
const maxDate = computed(() => {
|
22508
|
-
const date = adapter.date(props.max);
|
22509
|
-
return props.max && adapter.isValid(date) ? date : null;
|
22510
|
-
});
|
22511
22520
|
const disabled = computed(() => {
|
22512
22521
|
if (props.disabled) return true;
|
22513
22522
|
const targets = [];
|
@@ -28407,7 +28416,7 @@ function createVuetify$1() {
|
|
28407
28416
|
goTo
|
28408
28417
|
};
|
28409
28418
|
}
|
28410
|
-
const version$1 = "3.7.
|
28419
|
+
const version$1 = "3.7.13-master.2025-02-20";
|
28411
28420
|
createVuetify$1.version = version$1;
|
28412
28421
|
|
28413
28422
|
// Vue's inject() can only be used in setup
|
@@ -28432,7 +28441,7 @@ const createVuetify = function () {
|
|
28432
28441
|
...options
|
28433
28442
|
});
|
28434
28443
|
};
|
28435
|
-
const version = "3.7.
|
28444
|
+
const version = "3.7.13-master.2025-02-20";
|
28436
28445
|
createVuetify.version = version;
|
28437
28446
|
|
28438
28447
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|