@vuetify/nightly 3.7.13-master.2025-02-25 → 3.7.14-master.2025-02-26

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.
Files changed (37) hide show
  1. package/CHANGELOG.md +7 -22
  2. package/dist/json/attributes.json +3724 -3728
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +202 -202
  5. package/dist/json/tags.json +0 -1
  6. package/dist/json/web-types.json +7050 -7059
  7. package/dist/vuetify-labs.css +3559 -3560
  8. package/dist/vuetify-labs.d.ts +0 -6
  9. package/dist/vuetify-labs.esm.js +25 -26
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +25 -26
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +3935 -3936
  14. package/dist/vuetify.d.ts +71 -71
  15. package/dist/vuetify.esm.js +23 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +23 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +16 -13
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VFileInput/VFileInput.css +0 -1
  23. package/lib/components/VFileInput/VFileInput.mjs +11 -1
  24. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  25. package/lib/components/VFileInput/VFileInput.sass +0 -1
  26. package/lib/composables/date/adapters/vuetify.mjs +9 -21
  27. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/framework.mjs +1 -1
  30. package/lib/index.d.mts +71 -71
  31. package/lib/labs/VNumberInput/VNumberInput.mjs +2 -1
  32. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  33. package/lib/labs/VNumberInput/index.d.mts +0 -6
  34. package/lib/labs/components.d.mts +0 -6
  35. package/lib/locale/zh-Hant.mjs +30 -30
  36. package/lib/locale/zh-Hant.mjs.map +1 -1
  37. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -66957,31 +66957,46 @@ declare module 'vue' {
66957
66957
  $children?: VNodeChild
66958
66958
  }
66959
66959
  export interface GlobalComponents {
66960
+ VApp: typeof import('vuetify/components')['VApp']
66960
66961
  VAlert: typeof import('vuetify/components')['VAlert']
66961
66962
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66962
- VApp: typeof import('vuetify/components')['VApp']
66963
+ VAppBar: typeof import('vuetify/components')['VAppBar']
66964
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66965
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66963
66966
  VAvatar: typeof import('vuetify/components')['VAvatar']
66967
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66968
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66964
66969
  VBadge: typeof import('vuetify/components')['VBadge']
66965
66970
  VBanner: typeof import('vuetify/components')['VBanner']
66966
66971
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
66967
66972
  VBannerText: typeof import('vuetify/components')['VBannerText']
66968
- VAppBar: typeof import('vuetify/components')['VAppBar']
66969
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66970
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66971
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66972
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66973
66973
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66974
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66975
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66976
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66977
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66978
66974
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66979
66975
  VCarousel: typeof import('vuetify/components')['VCarousel']
66980
66976
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66981
66977
  VBtn: typeof import('vuetify/components')['VBtn']
66982
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
66983
- VCounter: typeof import('vuetify/components')['VCounter']
66978
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66979
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66980
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66981
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
66982
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66983
+ VCard: typeof import('vuetify/components')['VCard']
66984
+ VCardActions: typeof import('vuetify/components')['VCardActions']
66985
+ VCardItem: typeof import('vuetify/components')['VCardItem']
66986
+ VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66987
+ VCardText: typeof import('vuetify/components')['VCardText']
66988
+ VCardTitle: typeof import('vuetify/components')['VCardTitle']
66989
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66984
66990
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
66991
+ VChip: typeof import('vuetify/components')['VChip']
66992
+ VCounter: typeof import('vuetify/components')['VCounter']
66993
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
66994
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
66995
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66996
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66997
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
66998
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
66999
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
66985
67000
  VCode: typeof import('vuetify/components')['VCode']
66986
67001
  VCombobox: typeof import('vuetify/components')['VCombobox']
66987
67002
  VDataTable: typeof import('vuetify/components')['VDataTable']
@@ -66991,37 +67006,29 @@ declare module 'vue' {
66991
67006
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
66992
67007
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
66993
67008
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
66994
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
66995
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66996
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66997
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
66998
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
66999
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67000
- VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67001
- VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67002
- VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67003
- VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67004
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67005
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67006
- VChip: typeof import('vuetify/components')['VChip']
67007
- VDialog: typeof import('vuetify/components')['VDialog']
67008
67009
  VDivider: typeof import('vuetify/components')['VDivider']
67010
+ VDialog: typeof import('vuetify/components')['VDialog']
67009
67011
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67012
+ VFab: typeof import('vuetify/components')['VFab']
67010
67013
  VField: typeof import('vuetify/components')['VField']
67011
67014
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67012
- VFab: typeof import('vuetify/components')['VFab']
67013
- VFileInput: typeof import('vuetify/components')['VFileInput']
67015
+ VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67016
+ VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67017
+ VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67018
+ VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67014
67019
  VFooter: typeof import('vuetify/components')['VFooter']
67020
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67021
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67015
67022
  VIcon: typeof import('vuetify/components')['VIcon']
67016
67023
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67017
67024
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67018
67025
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67019
67026
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67020
67027
  VImg: typeof import('vuetify/components')['VImg']
67021
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67022
- VInput: typeof import('vuetify/components')['VInput']
67028
+ VKbd: typeof import('vuetify/components')['VKbd']
67023
67029
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67024
67030
  VItem: typeof import('vuetify/components')['VItem']
67031
+ VInput: typeof import('vuetify/components')['VInput']
67025
67032
  VLabel: typeof import('vuetify/components')['VLabel']
67026
67033
  VList: typeof import('vuetify/components')['VList']
67027
67034
  VListGroup: typeof import('vuetify/components')['VListGroup']
@@ -67032,78 +67039,72 @@ declare module 'vue' {
67032
67039
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67033
67040
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67034
67041
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67035
- VKbd: typeof import('vuetify/components')['VKbd']
67036
67042
  VMain: typeof import('vuetify/components')['VMain']
67037
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67038
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67039
67043
  VMessages: typeof import('vuetify/components')['VMessages']
67040
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67041
- VOverlay: typeof import('vuetify/components')['VOverlay']
67042
67044
  VMenu: typeof import('vuetify/components')['VMenu']
67045
+ VPagination: typeof import('vuetify/components')['VPagination']
67046
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67047
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67048
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67049
+ VSelect: typeof import('vuetify/components')['VSelect']
67043
67050
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67051
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67044
67052
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67045
- VSelect: typeof import('vuetify/components')['VSelect']
67046
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67047
67053
  VRating: typeof import('vuetify/components')['VRating']
67054
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67048
67055
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67049
- VPagination: typeof import('vuetify/components')['VPagination']
67050
67056
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67051
67057
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67052
67058
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67053
67059
  VSheet: typeof import('vuetify/components')['VSheet']
67054
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67055
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67056
- VTab: typeof import('vuetify/components')['VTab']
67057
- VTabs: typeof import('vuetify/components')['VTabs']
67058
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67059
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67060
- VTable: typeof import('vuetify/components')['VTable']
67061
67060
  VStepper: typeof import('vuetify/components')['VStepper']
67062
67061
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67063
67062
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67064
67063
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67065
67064
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67066
67065
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67067
- VTextarea: typeof import('vuetify/components')['VTextarea']
67068
- VTimeline: typeof import('vuetify/components')['VTimeline']
67069
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67070
- VTooltip: typeof import('vuetify/components')['VTooltip']
67066
+ VSlider: typeof import('vuetify/components')['VSlider']
67067
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67068
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67069
+ VTable: typeof import('vuetify/components')['VTable']
67070
+ VTab: typeof import('vuetify/components')['VTab']
67071
+ VTabs: typeof import('vuetify/components')['VTabs']
67072
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67073
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67074
+ VTextField: typeof import('vuetify/components')['VTextField']
67071
67075
  VToolbar: typeof import('vuetify/components')['VToolbar']
67072
67076
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67073
67077
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67074
- VSwitch: typeof import('vuetify/components')['VSwitch']
67075
- VTextField: typeof import('vuetify/components')['VTextField']
67078
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67079
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67076
67080
  VWindow: typeof import('vuetify/components')['VWindow']
67077
67081
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67078
- VCard: typeof import('vuetify/components')['VCard']
67079
- VCardActions: typeof import('vuetify/components')['VCardActions']
67080
- VCardItem: typeof import('vuetify/components')['VCardItem']
67081
- VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67082
- VCardText: typeof import('vuetify/components')['VCardText']
67083
- VCardTitle: typeof import('vuetify/components')['VCardTitle']
67082
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67083
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67084
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67084
67085
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67085
67086
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67086
- VForm: typeof import('vuetify/components')['VForm']
67087
67087
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67088
+ VContainer: typeof import('vuetify/components')['VContainer']
67089
+ VCol: typeof import('vuetify/components')['VCol']
67090
+ VRow: typeof import('vuetify/components')['VRow']
67091
+ VSpacer: typeof import('vuetify/components')['VSpacer']
67092
+ VForm: typeof import('vuetify/components')['VForm']
67088
67093
  VHover: typeof import('vuetify/components')['VHover']
67089
67094
  VLayout: typeof import('vuetify/components')['VLayout']
67090
67095
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67091
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67092
67096
  VLazy: typeof import('vuetify/components')['VLazy']
67097
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
67098
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67093
67099
  VParallax: typeof import('vuetify/components')['VParallax']
67094
67100
  VRadio: typeof import('vuetify/components')['VRadio']
67095
67101
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67096
67102
  VResponsive: typeof import('vuetify/components')['VResponsive']
67097
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
67098
67103
  VSparkline: typeof import('vuetify/components')['VSparkline']
67099
- VSlider: typeof import('vuetify/components')['VSlider']
67100
67104
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67101
67105
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67102
- VContainer: typeof import('vuetify/components')['VContainer']
67103
- VCol: typeof import('vuetify/components')['VCol']
67104
- VRow: typeof import('vuetify/components')['VRow']
67105
- VSpacer: typeof import('vuetify/components')['VSpacer']
67106
67106
  VValidation: typeof import('vuetify/components')['VValidation']
67107
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67107
67108
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67108
67109
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67109
67110
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67120,7 +67121,6 @@ declare module 'vue' {
67120
67121
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67121
67122
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67122
67123
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67123
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67124
67124
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67125
67125
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67126
67126
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
@@ -67129,20 +67129,20 @@ declare module 'vue' {
67129
67129
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67130
67130
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67131
67131
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67132
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67132
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67133
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67134
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67133
67135
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67134
67136
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67135
67137
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67136
67138
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67137
67139
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67138
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67139
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67140
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67140
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67141
67141
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67142
67142
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67143
67143
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
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
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.13-master.2025-02-25
2
+ * Vuetify v3.7.14-master.2025-02-26
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17946,16 +17946,13 @@ function format(value, formatString, locale, formats) {
17946
17946
  case 'fullTime':
17947
17947
  options = {
17948
17948
  hour: 'numeric',
17949
- minute: 'numeric',
17950
- second: 'numeric',
17951
- hour12: true
17949
+ minute: 'numeric'
17952
17950
  };
17953
17951
  break;
17954
17952
  case 'fullTime12h':
17955
17953
  options = {
17956
17954
  hour: 'numeric',
17957
17955
  minute: 'numeric',
17958
- second: 'numeric',
17959
17956
  hour12: true
17960
17957
  };
17961
17958
  break;
@@ -17963,40 +17960,35 @@ function format(value, formatString, locale, formats) {
17963
17960
  options = {
17964
17961
  hour: 'numeric',
17965
17962
  minute: 'numeric',
17966
- second: 'numeric',
17967
17963
  hour12: false
17968
17964
  };
17969
17965
  break;
17970
17966
  case 'fullDateTime':
17971
17967
  options = {
17972
17968
  year: 'numeric',
17973
- month: 'long',
17969
+ month: 'short',
17974
17970
  day: 'numeric',
17975
17971
  hour: 'numeric',
17976
- minute: 'numeric',
17977
- second: 'numeric',
17978
- hour12: true
17972
+ minute: 'numeric'
17979
17973
  };
17980
17974
  break;
17981
17975
  case 'fullDateTime12h':
17982
17976
  options = {
17983
17977
  year: 'numeric',
17984
- month: 'long',
17978
+ month: 'short',
17985
17979
  day: 'numeric',
17986
17980
  hour: 'numeric',
17987
17981
  minute: 'numeric',
17988
- second: 'numeric',
17989
17982
  hour12: true
17990
17983
  };
17991
17984
  break;
17992
17985
  case 'fullDateTime24h':
17993
17986
  options = {
17994
17987
  year: 'numeric',
17995
- month: 'long',
17988
+ month: 'short',
17996
17989
  day: 'numeric',
17997
17990
  hour: 'numeric',
17998
17991
  minute: 'numeric',
17999
- second: 'numeric',
18000
17992
  hour12: false
18001
17993
  };
18002
17994
  break;
@@ -18013,11 +18005,9 @@ function format(value, formatString, locale, formats) {
18013
18005
  month: '2-digit',
18014
18006
  day: '2-digit',
18015
18007
  hour: 'numeric',
18016
- minute: 'numeric',
18017
- second: 'numeric',
18018
- hour12: false
18008
+ minute: 'numeric'
18019
18009
  };
18020
- break;
18010
+ return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
18021
18011
  case 'keyboardDateTime12h':
18022
18012
  options = {
18023
18013
  year: 'numeric',
@@ -18025,10 +18015,9 @@ function format(value, formatString, locale, formats) {
18025
18015
  day: '2-digit',
18026
18016
  hour: 'numeric',
18027
18017
  minute: 'numeric',
18028
- second: 'numeric',
18029
18018
  hour12: true
18030
18019
  };
18031
- break;
18020
+ return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
18032
18021
  case 'keyboardDateTime24h':
18033
18022
  options = {
18034
18023
  year: 'numeric',
@@ -18036,10 +18025,9 @@ function format(value, formatString, locale, formats) {
18036
18025
  day: '2-digit',
18037
18026
  hour: 'numeric',
18038
18027
  minute: 'numeric',
18039
- second: 'numeric',
18040
18028
  hour12: false
18041
18029
  };
18042
- break;
18030
+ return new Intl.DateTimeFormat(locale, options).format(newDate).replace(/, /g, ' ');
18043
18031
  default:
18044
18032
  options = customFormat ?? {
18045
18033
  timeZone: 'UTC',
@@ -23295,6 +23283,14 @@ const VFileInput = genericComponent()({
23295
23283
  callEvent(props['onClick:clear'], e);
23296
23284
  });
23297
23285
  }
23286
+ function onDragover(e) {
23287
+ e.preventDefault();
23288
+ }
23289
+ function onDrop(e) {
23290
+ e.preventDefault();
23291
+ if (!e.dataTransfer) return;
23292
+ model.value = [...(e.dataTransfer.files ?? [])];
23293
+ }
23298
23294
  watch(model, newValue => {
23299
23295
  const hasModelReset = !Array.isArray(newValue) || !newValue.length;
23300
23296
  if (hasModelReset && inputRef.value) {
@@ -23347,7 +23343,9 @@ const VFileInput = genericComponent()({
23347
23343
  "dirty": isDirty.value || props.dirty,
23348
23344
  "disabled": isDisabled.value,
23349
23345
  "focused": isFocused.value,
23350
- "error": isValid.value === false
23346
+ "error": isValid.value === false,
23347
+ "onDragover": onDragover,
23348
+ "onDrop": onDrop
23351
23349
  }), {
23352
23350
  ...slots,
23353
23351
  default: _ref4 => {
@@ -28416,7 +28414,7 @@ function createVuetify$1() {
28416
28414
  goTo
28417
28415
  };
28418
28416
  }
28419
- const version$1 = "3.7.13-master.2025-02-25";
28417
+ const version$1 = "3.7.14-master.2025-02-26";
28420
28418
  createVuetify$1.version = version$1;
28421
28419
 
28422
28420
  // Vue's inject() can only be used in setup
@@ -28441,7 +28439,7 @@ const createVuetify = function () {
28441
28439
  ...options
28442
28440
  });
28443
28441
  };
28444
- const version = "3.7.13-master.2025-02-25";
28442
+ const version = "3.7.14-master.2025-02-26";
28445
28443
  createVuetify.version = version;
28446
28444
 
28447
28445
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };