vuetify 3.7.14 → 3.7.15

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 (124) hide show
  1. package/dist/json/attributes.json +3592 -3596
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +172 -172
  4. package/dist/json/tags.json +0 -1
  5. package/dist/json/web-types.json +6319 -6328
  6. package/dist/vuetify-labs.css +2227 -2223
  7. package/dist/vuetify-labs.d.ts +15 -15
  8. package/dist/vuetify-labs.esm.js +102 -28
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +102 -28
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +6087 -6087
  13. package/dist/vuetify.d.ts +61 -61
  14. package/dist/vuetify.esm.js +7 -4
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +7 -4
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +6 -6
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VList/VListItem.mjs +2 -0
  22. package/lib/components/VList/VListItem.mjs.map +1 -1
  23. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  24. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  25. package/lib/components/VSlider/slider.mjs +1 -0
  26. package/lib/components/VSlider/slider.mjs.map +1 -1
  27. package/lib/entry-bundler.mjs +1 -1
  28. package/lib/framework.mjs +1 -1
  29. package/lib/index.d.mts +61 -61
  30. package/lib/labs/VDateInput/VDateInput.mjs +2 -2
  31. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  32. package/lib/labs/VFileUpload/VFileUpload.css +5 -1
  33. package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
  34. package/lib/labs/VFileUpload/_variables.scss +1 -1
  35. package/lib/labs/VNumberInput/VNumberInput.mjs +55 -19
  36. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  37. package/lib/labs/VNumberInput/hold.mjs +31 -0
  38. package/lib/labs/VNumberInput/hold.mjs.map +1 -0
  39. package/lib/labs/VNumberInput/index.d.mts +1 -7
  40. package/lib/labs/VTreeview/VTreeviewItem.mjs +11 -4
  41. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  42. package/lib/labs/VTreeview/index.d.mts +14 -8
  43. package/lib/labs/components.d.mts +15 -15
  44. package/lib/locale/af.mjs +42 -42
  45. package/lib/locale/af.mjs.map +1 -1
  46. package/lib/locale/az.mjs +7 -7
  47. package/lib/locale/az.mjs.map +1 -1
  48. package/lib/locale/bg.mjs +7 -7
  49. package/lib/locale/bg.mjs.map +1 -1
  50. package/lib/locale/ca.mjs +25 -25
  51. package/lib/locale/ca.mjs.map +1 -1
  52. package/lib/locale/ckb.mjs +29 -29
  53. package/lib/locale/ckb.mjs.map +1 -1
  54. package/lib/locale/cs.mjs +13 -13
  55. package/lib/locale/cs.mjs.map +1 -1
  56. package/lib/locale/da.mjs +22 -22
  57. package/lib/locale/da.mjs.map +1 -1
  58. package/lib/locale/el.mjs +41 -41
  59. package/lib/locale/el.mjs.map +1 -1
  60. package/lib/locale/es.mjs +26 -26
  61. package/lib/locale/es.mjs.map +1 -1
  62. package/lib/locale/et.mjs +29 -29
  63. package/lib/locale/et.mjs.map +1 -1
  64. package/lib/locale/fa.mjs +5 -5
  65. package/lib/locale/fa.mjs.map +1 -1
  66. package/lib/locale/fi.mjs +22 -22
  67. package/lib/locale/fi.mjs.map +1 -1
  68. package/lib/locale/fr.mjs +6 -6
  69. package/lib/locale/fr.mjs.map +1 -1
  70. package/lib/locale/he.mjs +29 -29
  71. package/lib/locale/he.mjs.map +1 -1
  72. package/lib/locale/hr.mjs +28 -28
  73. package/lib/locale/hr.mjs.map +1 -1
  74. package/lib/locale/hu.mjs +10 -10
  75. package/lib/locale/hu.mjs.map +1 -1
  76. package/lib/locale/id.mjs +30 -30
  77. package/lib/locale/id.mjs.map +1 -1
  78. package/lib/locale/it.mjs +7 -7
  79. package/lib/locale/it.mjs.map +1 -1
  80. package/lib/locale/ja.mjs +9 -9
  81. package/lib/locale/ja.mjs.map +1 -1
  82. package/lib/locale/km.mjs +6 -6
  83. package/lib/locale/km.mjs.map +1 -1
  84. package/lib/locale/ko.mjs +27 -27
  85. package/lib/locale/ko.mjs.map +1 -1
  86. package/lib/locale/lt.mjs +5 -5
  87. package/lib/locale/lt.mjs.map +1 -1
  88. package/lib/locale/lv.mjs +33 -33
  89. package/lib/locale/lv.mjs.map +1 -1
  90. package/lib/locale/nl.mjs +10 -10
  91. package/lib/locale/nl.mjs.map +1 -1
  92. package/lib/locale/no.mjs +11 -11
  93. package/lib/locale/no.mjs.map +1 -1
  94. package/lib/locale/pl.mjs +7 -7
  95. package/lib/locale/pl.mjs.map +1 -1
  96. package/lib/locale/pt.mjs +11 -11
  97. package/lib/locale/pt.mjs.map +1 -1
  98. package/lib/locale/ro.mjs +9 -9
  99. package/lib/locale/ro.mjs.map +1 -1
  100. package/lib/locale/ru.mjs +6 -6
  101. package/lib/locale/ru.mjs.map +1 -1
  102. package/lib/locale/sk.mjs +5 -5
  103. package/lib/locale/sk.mjs.map +1 -1
  104. package/lib/locale/sl.mjs +4 -4
  105. package/lib/locale/sl.mjs.map +1 -1
  106. package/lib/locale/sr-Cyrl.mjs +30 -30
  107. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  108. package/lib/locale/sr-Latn.mjs +28 -28
  109. package/lib/locale/sr-Latn.mjs.map +1 -1
  110. package/lib/locale/sv.mjs +17 -17
  111. package/lib/locale/sv.mjs.map +1 -1
  112. package/lib/locale/th.mjs +30 -30
  113. package/lib/locale/th.mjs.map +1 -1
  114. package/lib/locale/tr.mjs +31 -31
  115. package/lib/locale/tr.mjs.map +1 -1
  116. package/lib/locale/uk.mjs +29 -29
  117. package/lib/locale/uk.mjs.map +1 -1
  118. package/lib/locale/vi.mjs +28 -28
  119. package/lib/locale/vi.mjs.map +1 -1
  120. package/lib/locale/zh-Hans.mjs +31 -31
  121. package/lib/locale/zh-Hans.mjs.map +1 -1
  122. package/lib/locale/zh-Hant.mjs +31 -31
  123. package/lib/locale/zh-Hant.mjs.map +1 -1
  124. package/package.json +7 -2
package/dist/vuetify.d.ts CHANGED
@@ -66957,26 +66957,24 @@ declare module 'vue' {
66957
66957
  $children?: VNodeChild
66958
66958
  }
66959
66959
  export interface GlobalComponents {
66960
+ VApp: typeof import('vuetify/components')['VApp']
66961
+ VAvatar: typeof import('vuetify/components')['VAvatar']
66962
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66963
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66960
66964
  VAppBar: typeof import('vuetify/components')['VAppBar']
66961
66965
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66962
66966
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66967
+ VBanner: typeof import('vuetify/components')['VBanner']
66968
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
66969
+ VBannerText: typeof import('vuetify/components')['VBannerText']
66963
66970
  VAlert: typeof import('vuetify/components')['VAlert']
66964
66971
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66965
- VApp: typeof import('vuetify/components')['VApp']
66966
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66967
66972
  VBadge: typeof import('vuetify/components')['VBadge']
66968
- VAvatar: typeof import('vuetify/components')['VAvatar']
66969
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
66970
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66971
66973
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66972
- VBanner: typeof import('vuetify/components')['VBanner']
66973
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
66974
- VBannerText: typeof import('vuetify/components')['VBannerText']
66975
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66976
66974
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66977
66975
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66978
66976
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66979
- VBtn: typeof import('vuetify/components')['VBtn']
66977
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66980
66978
  VCard: typeof import('vuetify/components')['VCard']
66981
66979
  VCardActions: typeof import('vuetify/components')['VCardActions']
66982
66980
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -66985,20 +66983,18 @@ declare module 'vue' {
66985
66983
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66986
66984
  VCarousel: typeof import('vuetify/components')['VCarousel']
66987
66985
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
66988
- VChip: typeof import('vuetify/components')['VChip']
66989
- VCode: typeof import('vuetify/components')['VCode']
66990
66986
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
66991
66987
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
66988
+ VBtn: typeof import('vuetify/components')['VBtn']
66989
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66990
+ VChip: typeof import('vuetify/components')['VChip']
66991
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
66992
66992
  VCombobox: typeof import('vuetify/components')['VCombobox']
66993
66993
  VCounter: typeof import('vuetify/components')['VCounter']
66994
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
66994
+ VCode: typeof import('vuetify/components')['VCode']
66995
66995
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
66996
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
66997
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66998
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66999
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67000
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67001
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
66996
+ VDivider: typeof import('vuetify/components')['VDivider']
66997
+ VFab: typeof import('vuetify/components')['VFab']
67002
66998
  VDataTable: typeof import('vuetify/components')['VDataTable']
67003
66999
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67004
67000
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67006,28 +67002,28 @@ declare module 'vue' {
67006
67002
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67007
67003
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67008
67004
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67009
- VDivider: typeof import('vuetify/components')['VDivider']
67010
- VDialog: typeof import('vuetify/components')['VDialog']
67011
67005
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67012
67006
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67013
67007
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67014
67008
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67015
- VField: typeof import('vuetify/components')['VField']
67016
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67017
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67018
67009
  VFooter: typeof import('vuetify/components')['VFooter']
67010
+ VDialog: typeof import('vuetify/components')['VDialog']
67019
67011
  VFileInput: typeof import('vuetify/components')['VFileInput']
67012
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67020
67013
  VImg: typeof import('vuetify/components')['VImg']
67021
- VFab: typeof import('vuetify/components')['VFab']
67022
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67023
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
67024
- VItem: typeof import('vuetify/components')['VItem']
67014
+ VField: typeof import('vuetify/components')['VField']
67015
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67025
67016
  VIcon: typeof import('vuetify/components')['VIcon']
67026
67017
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67027
67018
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67028
67019
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67029
67020
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67030
67021
  VInput: typeof import('vuetify/components')['VInput']
67022
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67023
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
67024
+ VItem: typeof import('vuetify/components')['VItem']
67025
+ VKbd: typeof import('vuetify/components')['VKbd']
67026
+ VLabel: typeof import('vuetify/components')['VLabel']
67031
67027
  VList: typeof import('vuetify/components')['VList']
67032
67028
  VListGroup: typeof import('vuetify/components')['VListGroup']
67033
67029
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67037,62 +67033,66 @@ declare module 'vue' {
67037
67033
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67038
67034
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67039
67035
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67040
- VMain: typeof import('vuetify/components')['VMain']
67041
- VLabel: typeof import('vuetify/components')['VLabel']
67042
- VKbd: typeof import('vuetify/components')['VKbd']
67043
- VPagination: typeof import('vuetify/components')['VPagination']
67044
- VOverlay: typeof import('vuetify/components')['VOverlay']
67045
67036
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67046
- VMessages: typeof import('vuetify/components')['VMessages']
67047
67037
  VMenu: typeof import('vuetify/components')['VMenu']
67038
+ VMain: typeof import('vuetify/components')['VMain']
67039
+ VMessages: typeof import('vuetify/components')['VMessages']
67040
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67041
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67042
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67043
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67044
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67045
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67046
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67047
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67048
67048
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67049
67049
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67050
- VSelect: typeof import('vuetify/components')['VSelect']
67051
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67052
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67050
+ VPagination: typeof import('vuetify/components')['VPagination']
67053
67051
  VRating: typeof import('vuetify/components')['VRating']
67052
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67053
+ VSelect: typeof import('vuetify/components')['VSelect']
67054
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67055
+ VSheet: typeof import('vuetify/components')['VSheet']
67054
67056
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67055
67057
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67056
67058
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67057
- VSheet: typeof import('vuetify/components')['VSheet']
67058
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67059
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67059
67060
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67060
67061
  VSlider: typeof import('vuetify/components')['VSlider']
67061
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67062
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67062
67063
  VStepper: typeof import('vuetify/components')['VStepper']
67063
67064
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67064
67065
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67065
67066
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67066
67067
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67067
67068
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67068
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67069
- VTable: typeof import('vuetify/components')['VTable']
67070
- VSwitch: typeof import('vuetify/components')['VSwitch']
67069
+ VTextField: typeof import('vuetify/components')['VTextField']
67071
67070
  VTextarea: typeof import('vuetify/components')['VTextarea']
67071
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67072
+ VTable: typeof import('vuetify/components')['VTable']
67073
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67074
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67075
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67076
+ VToolbar: typeof import('vuetify/components')['VToolbar']
67077
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67078
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67072
67079
  VTab: typeof import('vuetify/components')['VTab']
67073
67080
  VTabs: typeof import('vuetify/components')['VTabs']
67074
67081
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67075
67082
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67076
- VTextField: typeof import('vuetify/components')['VTextField']
67077
- VToolbar: typeof import('vuetify/components')['VToolbar']
67078
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67079
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67080
- VTimeline: typeof import('vuetify/components')['VTimeline']
67081
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67082
67083
  VWindow: typeof import('vuetify/components')['VWindow']
67083
67084
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67084
- VTooltip: typeof import('vuetify/components')['VTooltip']
67085
67085
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67086
67086
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67087
67087
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67088
67088
  VForm: typeof import('vuetify/components')['VForm']
67089
- VHover: typeof import('vuetify/components')['VHover']
67090
- VLayout: typeof import('vuetify/components')['VLayout']
67091
- VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67092
67089
  VContainer: typeof import('vuetify/components')['VContainer']
67093
67090
  VCol: typeof import('vuetify/components')['VCol']
67094
67091
  VRow: typeof import('vuetify/components')['VRow']
67095
67092
  VSpacer: typeof import('vuetify/components')['VSpacer']
67093
+ VHover: typeof import('vuetify/components')['VHover']
67094
+ VLayout: typeof import('vuetify/components')['VLayout']
67095
+ VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67096
67096
  VLazy: typeof import('vuetify/components')['VLazy']
67097
67097
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67098
67098
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
@@ -67102,8 +67102,9 @@ declare module 'vue' {
67102
67102
  VResponsive: typeof import('vuetify/components')['VResponsive']
67103
67103
  VSparkline: typeof import('vuetify/components')['VSparkline']
67104
67104
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67105
- VValidation: typeof import('vuetify/components')['VValidation']
67106
67105
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67106
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67107
+ VValidation: typeof import('vuetify/components')['VValidation']
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,27 +67121,26 @@ 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
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67125
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67126
67124
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67127
67125
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67128
67126
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67129
67127
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67130
67128
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67131
67129
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67132
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67130
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67131
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67133
67132
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67134
67133
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67134
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67135
67135
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67136
67136
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67137
67137
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67138
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67139
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67140
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67141
67138
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67142
67139
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67143
67140
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67141
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67142
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67143
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67144
67144
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67145
67145
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67146
67146
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.14
2
+ * Vuetify v3.7.15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -9289,6 +9289,8 @@ const VListItem = genericComponent()({
9289
9289
  }
9290
9290
  }
9291
9291
  function onKeyDown(e) {
9292
+ const target = e.target;
9293
+ if (['INPUT', 'TEXTAREA'].includes(target.tagName)) return;
9292
9294
  if (e.key === 'Enter' || e.key === ' ') {
9293
9295
  e.preventDefault();
9294
9296
  e.target.dispatchEvent(new MouseEvent('click', e));
@@ -15914,6 +15916,7 @@ const useSlider = _ref => {
15914
15916
  });
15915
15917
  }
15916
15918
  function onSliderMousedown(e) {
15919
+ if (e.button !== 0) return;
15917
15920
  e.preventDefault();
15918
15921
  handleStart(e);
15919
15922
  window.addEventListener('mousemove', onMouseMove, moveListenerOptions);
@@ -24828,7 +24831,7 @@ const VOtpInput = genericComponent()({
24828
24831
  "disabled": props.disabled,
24829
24832
  "inputmode": props.type === 'number' ? 'numeric' : 'text',
24830
24833
  "min": props.type === 'number' ? 0 : undefined,
24831
- "maxlength": "1",
24834
+ "maxlength": i === 0 ? length.value : '1',
24832
24835
  "placeholder": props.placeholder,
24833
24836
  "type": props.type === 'number' ? 'text' : props.type,
24834
24837
  "value": model.value[i],
@@ -28414,7 +28417,7 @@ function createVuetify$1() {
28414
28417
  goTo
28415
28418
  };
28416
28419
  }
28417
- const version$1 = "3.7.14";
28420
+ const version$1 = "3.7.15";
28418
28421
  createVuetify$1.version = version$1;
28419
28422
 
28420
28423
  // Vue's inject() can only be used in setup
@@ -28439,7 +28442,7 @@ const createVuetify = function () {
28439
28442
  ...options
28440
28443
  });
28441
28444
  };
28442
- const version = "3.7.14";
28445
+ const version = "3.7.15";
28443
28446
  createVuetify.version = version;
28444
28447
 
28445
28448
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };