@vuetify/nightly 3.8.3-master.2025-05-01 → 3.8.3-master.2025-05-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 +6 -3
- package/dist/json/attributes.json +1625 -1625
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +2999 -2999
- package/dist/vuetify-labs.cjs +7 -6
- package/dist/vuetify-labs.css +5622 -5622
- package/dist/vuetify-labs.d.ts +53 -53
- package/dist/vuetify-labs.esm.js +7 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2973 -2973
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +53 -53
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js +4 -3
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -100923,28 +100923,21 @@ declare module 'vue' {
|
|
100923
100923
|
$children?: VNodeChild
|
100924
100924
|
}
|
100925
100925
|
export interface GlobalComponents {
|
100926
|
-
VAlert: VAlert
|
100927
|
-
VAlertTitle: VAlertTitle
|
100928
|
-
VAutocomplete: VAutocomplete
|
100929
100926
|
VAppBar: VAppBar
|
100930
100927
|
VAppBarNavIcon: VAppBarNavIcon
|
100931
100928
|
VAppBarTitle: VAppBarTitle
|
100929
|
+
VAlert: VAlert
|
100930
|
+
VAlertTitle: VAlertTitle
|
100931
|
+
VAutocomplete: VAutocomplete
|
100932
|
+
VApp: VApp
|
100932
100933
|
VAvatar: VAvatar
|
100933
|
-
VBadge: VBadge
|
100934
|
-
VBottomSheet: VBottomSheet
|
100935
100934
|
VBanner: VBanner
|
100936
100935
|
VBannerActions: VBannerActions
|
100937
100936
|
VBannerText: VBannerText
|
100937
|
+
VBottomSheet: VBottomSheet
|
100938
|
+
VBadge: VBadge
|
100938
100939
|
VBtnToggle: VBtnToggle
|
100939
100940
|
VBtn: VBtn
|
100940
|
-
VBreadcrumbs: VBreadcrumbs
|
100941
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
100942
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
100943
|
-
VApp: VApp
|
100944
|
-
VBottomNavigation: VBottomNavigation
|
100945
|
-
VBtnGroup: VBtnGroup
|
100946
|
-
VCarousel: VCarousel
|
100947
|
-
VCarouselItem: VCarouselItem
|
100948
100941
|
VCard: VCard
|
100949
100942
|
VCardActions: VCardActions
|
100950
100943
|
VCardItem: VCardItem
|
@@ -100954,8 +100947,14 @@ declare module 'vue' {
|
|
100954
100947
|
VChip: VChip
|
100955
100948
|
VCheckbox: VCheckbox
|
100956
100949
|
VCheckboxBtn: VCheckboxBtn
|
100957
|
-
VColorPicker: VColorPicker
|
100958
100950
|
VChipGroup: VChipGroup
|
100951
|
+
VBottomNavigation: VBottomNavigation
|
100952
|
+
VColorPicker: VColorPicker
|
100953
|
+
VCarousel: VCarousel
|
100954
|
+
VCarouselItem: VCarouselItem
|
100955
|
+
VBtnGroup: VBtnGroup
|
100956
|
+
VCombobox: VCombobox
|
100957
|
+
VCounter: VCounter
|
100959
100958
|
VDataTable: VDataTable
|
100960
100959
|
VDataTableHeaders: VDataTableHeaders
|
100961
100960
|
VDataTableFooter: VDataTableFooter
|
@@ -100963,37 +100962,32 @@ declare module 'vue' {
|
|
100963
100962
|
VDataTableRow: VDataTableRow
|
100964
100963
|
VDataTableVirtual: VDataTableVirtual
|
100965
100964
|
VDataTableServer: VDataTableServer
|
100966
|
-
VCombobox: VCombobox
|
100967
|
-
VCode: VCode
|
100968
|
-
VCounter: VCounter
|
100969
100965
|
VDatePicker: VDatePicker
|
100970
100966
|
VDatePickerControls: VDatePickerControls
|
100971
100967
|
VDatePickerHeader: VDatePickerHeader
|
100972
100968
|
VDatePickerMonth: VDatePickerMonth
|
100973
100969
|
VDatePickerMonths: VDatePickerMonths
|
100974
100970
|
VDatePickerYears: VDatePickerYears
|
100975
|
-
|
100976
|
-
|
100971
|
+
VCode: VCode
|
100972
|
+
VFab: VFab
|
100973
|
+
VDivider: VDivider
|
100977
100974
|
VExpansionPanels: VExpansionPanels
|
100978
100975
|
VExpansionPanel: VExpansionPanel
|
100979
100976
|
VExpansionPanelText: VExpansionPanelText
|
100980
100977
|
VExpansionPanelTitle: VExpansionPanelTitle
|
100981
|
-
|
100982
|
-
VFileInput: VFileInput
|
100983
|
-
VFooter: VFooter
|
100984
|
-
VDivider: VDivider
|
100978
|
+
VDialog: VDialog
|
100985
100979
|
VField: VField
|
100986
100980
|
VFieldLabel: VFieldLabel
|
100981
|
+
VFileInput: VFileInput
|
100982
|
+
VFooter: VFooter
|
100983
|
+
VInput: VInput
|
100984
|
+
VEmptyState: VEmptyState
|
100987
100985
|
VIcon: VIcon
|
100988
100986
|
VComponentIcon: VComponentIcon
|
100989
100987
|
VSvgIcon: VSvgIcon
|
100990
100988
|
VLigatureIcon: VLigatureIcon
|
100991
100989
|
VClassIcon: VClassIcon
|
100992
|
-
VImg: VImg
|
100993
|
-
VInput: VInput
|
100994
100990
|
VInfiniteScroll: VInfiniteScroll
|
100995
|
-
VKbd: VKbd
|
100996
|
-
VLabel: VLabel
|
100997
100991
|
VList: VList
|
100998
100992
|
VListGroup: VListGroup
|
100999
100993
|
VListImg: VListImg
|
@@ -101003,53 +100997,58 @@ declare module 'vue' {
|
|
101003
100997
|
VListItemSubtitle: VListItemSubtitle
|
101004
100998
|
VListItemTitle: VListItemTitle
|
101005
100999
|
VListSubheader: VListSubheader
|
101000
|
+
VLabel: VLabel
|
101001
|
+
VKbd: VKbd
|
101006
101002
|
VItemGroup: VItemGroup
|
101007
101003
|
VItem: VItem
|
101004
|
+
VImg: VImg
|
101008
101005
|
VMenu: VMenu
|
101009
101006
|
VMain: VMain
|
101010
|
-
VNumberInput: VNumberInput
|
101011
101007
|
VMessages: VMessages
|
101012
|
-
|
101008
|
+
VNumberInput: VNumberInput
|
101009
|
+
VOverlay: VOverlay
|
101013
101010
|
VNavigationDrawer: VNavigationDrawer
|
101014
101011
|
VPagination: VPagination
|
101015
|
-
VOverlay: VOverlay
|
101016
101012
|
VProgressCircular: VProgressCircular
|
101017
|
-
|
101018
|
-
VRating: VRating
|
101013
|
+
VOtpInput: VOtpInput
|
101019
101014
|
VRadioGroup: VRadioGroup
|
101020
101015
|
VProgressLinear: VProgressLinear
|
101016
|
+
VRating: VRating
|
101017
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101018
|
+
VSheet: VSheet
|
101019
|
+
VSelect: VSelect
|
101020
|
+
VSkeletonLoader: VSkeletonLoader
|
101021
101021
|
VSlideGroup: VSlideGroup
|
101022
101022
|
VSlideGroupItem: VSlideGroupItem
|
101023
|
-
VSelectionControl: VSelectionControl
|
101024
|
-
VSnackbar: VSnackbar
|
101025
|
-
VSkeletonLoader: VSkeletonLoader
|
101026
|
-
VSelectionControlGroup: VSelectionControlGroup
|
101027
101023
|
VSlider: VSlider
|
101028
|
-
|
101029
|
-
|
101024
|
+
VSnackbar: VSnackbar
|
101025
|
+
VSelectionControl: VSelectionControl
|
101026
|
+
VBreadcrumbs: VBreadcrumbs
|
101027
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
101028
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101030
101029
|
VStepper: VStepper
|
101031
101030
|
VStepperActions: VStepperActions
|
101032
101031
|
VStepperHeader: VStepperHeader
|
101033
101032
|
VStepperItem: VStepperItem
|
101034
101033
|
VStepperWindow: VStepperWindow
|
101035
101034
|
VStepperWindowItem: VStepperWindowItem
|
101035
|
+
VSwitch: VSwitch
|
101036
|
+
VSystemBar: VSystemBar
|
101037
|
+
VTooltip: VTooltip
|
101038
|
+
VTextField: VTextField
|
101036
101039
|
VTab: VTab
|
101037
101040
|
VTabs: VTabs
|
101038
101041
|
VTabsWindow: VTabsWindow
|
101039
101042
|
VTabsWindowItem: VTabsWindowItem
|
101040
101043
|
VTable: VTable
|
101041
|
-
VTextarea: VTextarea
|
101042
101044
|
VToolbar: VToolbar
|
101043
101045
|
VToolbarTitle: VToolbarTitle
|
101044
101046
|
VToolbarItems: VToolbarItems
|
101045
|
-
|
101046
|
-
VTextField: VTextField
|
101047
|
+
VTextarea: VTextarea
|
101047
101048
|
VTimeline: VTimeline
|
101048
101049
|
VTimelineItem: VTimelineItem
|
101049
|
-
VWindow: VWindow
|
101050
|
-
VWindowItem: VWindowItem
|
101051
|
-
VConfirmEdit: VConfirmEdit
|
101052
101050
|
VDataIterator: VDataIterator
|
101051
|
+
VConfirmEdit: VConfirmEdit
|
101053
101052
|
VDefaultsProvider: VDefaultsProvider
|
101054
101053
|
VForm: VForm
|
101055
101054
|
VContainer: VContainer
|
@@ -101057,22 +101056,22 @@ declare module 'vue' {
|
|
101057
101056
|
VRow: VRow
|
101058
101057
|
VSpacer: VSpacer
|
101059
101058
|
VHover: VHover
|
101059
|
+
VLazy: VLazy
|
101060
|
+
VWindow: VWindow
|
101061
|
+
VWindowItem: VWindowItem
|
101062
|
+
VLocaleProvider: VLocaleProvider
|
101060
101063
|
VLayout: VLayout
|
101061
101064
|
VLayoutItem: VLayoutItem
|
101062
|
-
VLocaleProvider: VLocaleProvider
|
101063
|
-
VLazy: VLazy
|
101064
101065
|
VNoSsr: VNoSsr
|
101065
101066
|
VParallax: VParallax
|
101066
101067
|
VRadio: VRadio
|
101067
|
-
VResponsive: VResponsive
|
101068
101068
|
VRangeSlider: VRangeSlider
|
101069
|
-
|
101070
|
-
VSheet: VSheet
|
101069
|
+
VResponsive: VResponsive
|
101071
101070
|
VSparkline: VSparkline
|
101072
101071
|
VSpeedDial: VSpeedDial
|
101073
101072
|
VThemeProvider: VThemeProvider
|
101074
|
-
VVirtualScroll: VVirtualScroll
|
101075
101073
|
VValidation: VValidation
|
101074
|
+
VVirtualScroll: VVirtualScroll
|
101076
101075
|
VFabTransition: VFabTransition
|
101077
101076
|
VDialogBottomTransition: VDialogBottomTransition
|
101078
101077
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101089,17 +101088,18 @@ declare module 'vue' {
|
|
101089
101088
|
VExpandTransition: VExpandTransition
|
101090
101089
|
VExpandXTransition: VExpandXTransition
|
101091
101090
|
VDialogTransition: VDialogTransition
|
101091
|
+
VSnackbarQueue: VSnackbarQueue
|
101092
101092
|
VCalendar: VCalendar
|
101093
101093
|
VCalendarDay: VCalendarDay
|
101094
101094
|
VCalendarHeader: VCalendarHeader
|
101095
101095
|
VCalendarInterval: VCalendarInterval
|
101096
101096
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101097
101097
|
VCalendarMonthDay: VCalendarMonthDay
|
101098
|
+
VPicker: VPicker
|
101099
|
+
VPickerTitle: VPickerTitle
|
101098
101100
|
VFileUpload: VFileUpload
|
101099
101101
|
VFileUploadItem: VFileUploadItem
|
101100
101102
|
VIconBtn: VIconBtn
|
101101
|
-
VPicker: VPicker
|
101102
|
-
VPickerTitle: VPickerTitle
|
101103
101103
|
VStepperVertical: VStepperVertical
|
101104
101104
|
VStepperVerticalItem: VStepperVerticalItem
|
101105
101105
|
VStepperVerticalActions: VStepperVerticalActions
|
@@ -101109,7 +101109,7 @@ declare module 'vue' {
|
|
101109
101109
|
VTimePicker: VTimePicker
|
101110
101110
|
VTimePickerClock: VTimePickerClock
|
101111
101111
|
VTimePickerControls: VTimePickerControls
|
101112
|
-
VPullToRefresh: VPullToRefresh
|
101113
101112
|
VDateInput: VDateInput
|
101113
|
+
VPullToRefresh: VPullToRefresh
|
101114
101114
|
}
|
101115
101115
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.3-master.2025-05-
|
2
|
+
* Vuetify v3.8.3-master.2025-05-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29106,7 +29106,8 @@ const VDateInput = genericComponent()({
|
|
29106
29106
|
focus,
|
29107
29107
|
blur
|
29108
29108
|
} = useFocus(props);
|
29109
|
-
const
|
29109
|
+
const emptyModelValue = () => props.multiple ? [] : null;
|
29110
|
+
const model = useProxiedModel(props, 'modelValue', emptyModelValue(), val => Array.isArray(val) ? val.map(item => adapter.toJsDate(item)) : val ? adapter.toJsDate(val) : val, val => Array.isArray(val) ? val.map(item => adapter.date(item)) : val ? adapter.date(val) : val);
|
29110
29111
|
const menu = shallowRef(false);
|
29111
29112
|
const isEditingInput = shallowRef(false);
|
29112
29113
|
const vTextFieldRef = ref();
|
@@ -29176,7 +29177,7 @@ const VDateInput = genericComponent()({
|
|
29176
29177
|
}
|
29177
29178
|
function onUpdateDisplayModel(value) {
|
29178
29179
|
if (value != null) return;
|
29179
|
-
model.value =
|
29180
|
+
model.value = emptyModelValue();
|
29180
29181
|
}
|
29181
29182
|
function onBlur(e) {
|
29182
29183
|
if (props.updateOn.includes('blur')) {
|
@@ -29195,7 +29196,7 @@ const VDateInput = genericComponent()({
|
|
29195
29196
|
value
|
29196
29197
|
} = _ref2;
|
29197
29198
|
if (value && !adapter.isValid(value)) return;
|
29198
|
-
model.value = !value ?
|
29199
|
+
model.value = !value ? emptyModelValue() : value;
|
29199
29200
|
}
|
29200
29201
|
useRender(() => {
|
29201
29202
|
const confirmEditProps = VConfirmEdit.filterProps(props);
|
@@ -31657,7 +31658,7 @@ function createVuetify$1() {
|
|
31657
31658
|
};
|
31658
31659
|
});
|
31659
31660
|
}
|
31660
|
-
const version$1 = "3.8.3-master.2025-05-
|
31661
|
+
const version$1 = "3.8.3-master.2025-05-02";
|
31661
31662
|
createVuetify$1.version = version$1;
|
31662
31663
|
|
31663
31664
|
// Vue's inject() can only be used in setup
|
@@ -31955,7 +31956,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31955
31956
|
|
31956
31957
|
/* eslint-disable local-rules/sort-imports */
|
31957
31958
|
|
31958
|
-
const version = "3.8.3-master.2025-05-
|
31959
|
+
const version = "3.8.3-master.2025-05-02";
|
31959
31960
|
|
31960
31961
|
/* eslint-disable local-rules/sort-imports */
|
31961
31962
|
|