@vuetify/nightly 3.7.5-master.2024-12-11 → 3.7.5-master.2024-12-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 (129) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +3306 -3010
  3. package/dist/json/importMap-labs.json +22 -14
  4. package/dist/json/importMap.json +134 -134
  5. package/dist/json/tags.json +84 -0
  6. package/dist/json/web-types.json +6104 -5163
  7. package/dist/vuetify-labs.css +3485 -3412
  8. package/dist/vuetify-labs.d.ts +1314 -1
  9. package/dist/vuetify-labs.esm.js +332 -8
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +332 -8
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1263 -1263
  14. package/dist/vuetify.d.ts +47 -45
  15. package/dist/vuetify.esm.js +10 -4
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +10 -4
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +5 -5
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/entry-bundler.mjs +1 -1
  23. package/lib/framework.mjs +1 -1
  24. package/lib/iconsets/mdi.mjs +2 -1
  25. package/lib/iconsets/mdi.mjs.map +1 -1
  26. package/lib/index.d.mts +47 -45
  27. package/lib/labs/VFileUpload/VFileUpload.css +74 -0
  28. package/lib/labs/VFileUpload/VFileUpload.mjs +241 -0
  29. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -0
  30. package/lib/labs/VFileUpload/VFileUpload.sass +75 -0
  31. package/lib/labs/VFileUpload/VFileUploadItem.mjs +95 -0
  32. package/lib/labs/VFileUpload/VFileUploadItem.mjs.map +1 -0
  33. package/lib/labs/VFileUpload/_variables.scss +12 -0
  34. package/lib/labs/VFileUpload/index.d.mts +1365 -0
  35. package/lib/labs/VFileUpload/index.mjs +3 -0
  36. package/lib/labs/VFileUpload/index.mjs.map +1 -0
  37. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -4
  38. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  39. package/lib/labs/components.d.mts +1348 -37
  40. package/lib/labs/components.mjs +1 -0
  41. package/lib/labs/components.mjs.map +1 -1
  42. package/lib/locale/af.mjs +5 -0
  43. package/lib/locale/af.mjs.map +1 -1
  44. package/lib/locale/ar.mjs +5 -0
  45. package/lib/locale/ar.mjs.map +1 -1
  46. package/lib/locale/az.mjs +5 -0
  47. package/lib/locale/az.mjs.map +1 -1
  48. package/lib/locale/bg.mjs +5 -0
  49. package/lib/locale/bg.mjs.map +1 -1
  50. package/lib/locale/ca.mjs +5 -0
  51. package/lib/locale/ca.mjs.map +1 -1
  52. package/lib/locale/ckb.mjs +5 -0
  53. package/lib/locale/ckb.mjs.map +1 -1
  54. package/lib/locale/cs.mjs +5 -0
  55. package/lib/locale/cs.mjs.map +1 -1
  56. package/lib/locale/da.mjs +5 -0
  57. package/lib/locale/da.mjs.map +1 -1
  58. package/lib/locale/de.mjs +5 -0
  59. package/lib/locale/de.mjs.map +1 -1
  60. package/lib/locale/el.mjs +5 -0
  61. package/lib/locale/el.mjs.map +1 -1
  62. package/lib/locale/en.mjs +5 -0
  63. package/lib/locale/en.mjs.map +1 -1
  64. package/lib/locale/es.mjs +5 -0
  65. package/lib/locale/es.mjs.map +1 -1
  66. package/lib/locale/et.mjs +5 -0
  67. package/lib/locale/et.mjs.map +1 -1
  68. package/lib/locale/fa.mjs +5 -0
  69. package/lib/locale/fa.mjs.map +1 -1
  70. package/lib/locale/fi.mjs +5 -0
  71. package/lib/locale/fi.mjs.map +1 -1
  72. package/lib/locale/fr.mjs +5 -0
  73. package/lib/locale/fr.mjs.map +1 -1
  74. package/lib/locale/he.mjs +5 -0
  75. package/lib/locale/he.mjs.map +1 -1
  76. package/lib/locale/hr.mjs +5 -0
  77. package/lib/locale/hr.mjs.map +1 -1
  78. package/lib/locale/hu.mjs +5 -0
  79. package/lib/locale/hu.mjs.map +1 -1
  80. package/lib/locale/id.mjs +5 -0
  81. package/lib/locale/id.mjs.map +1 -1
  82. package/lib/locale/index.d.mts +215 -0
  83. package/lib/locale/it.mjs +5 -0
  84. package/lib/locale/it.mjs.map +1 -1
  85. package/lib/locale/ja.mjs +5 -0
  86. package/lib/locale/ja.mjs.map +1 -1
  87. package/lib/locale/km.mjs +5 -0
  88. package/lib/locale/km.mjs.map +1 -1
  89. package/lib/locale/ko.mjs +5 -0
  90. package/lib/locale/ko.mjs.map +1 -1
  91. package/lib/locale/lt.mjs +5 -0
  92. package/lib/locale/lt.mjs.map +1 -1
  93. package/lib/locale/lv.mjs +5 -0
  94. package/lib/locale/lv.mjs.map +1 -1
  95. package/lib/locale/nl.mjs +5 -0
  96. package/lib/locale/nl.mjs.map +1 -1
  97. package/lib/locale/no.mjs +5 -0
  98. package/lib/locale/no.mjs.map +1 -1
  99. package/lib/locale/pl.mjs +5 -0
  100. package/lib/locale/pl.mjs.map +1 -1
  101. package/lib/locale/pt.mjs +5 -0
  102. package/lib/locale/pt.mjs.map +1 -1
  103. package/lib/locale/ro.mjs +5 -0
  104. package/lib/locale/ro.mjs.map +1 -1
  105. package/lib/locale/ru.mjs +5 -0
  106. package/lib/locale/ru.mjs.map +1 -1
  107. package/lib/locale/sk.mjs +5 -0
  108. package/lib/locale/sk.mjs.map +1 -1
  109. package/lib/locale/sl.mjs +5 -0
  110. package/lib/locale/sl.mjs.map +1 -1
  111. package/lib/locale/sr-Cyrl.mjs +5 -0
  112. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  113. package/lib/locale/sr-Latn.mjs +5 -0
  114. package/lib/locale/sr-Latn.mjs.map +1 -1
  115. package/lib/locale/sv.mjs +5 -0
  116. package/lib/locale/sv.mjs.map +1 -1
  117. package/lib/locale/th.mjs +5 -0
  118. package/lib/locale/th.mjs.map +1 -1
  119. package/lib/locale/tr.mjs +5 -0
  120. package/lib/locale/tr.mjs.map +1 -1
  121. package/lib/locale/uk.mjs +5 -0
  122. package/lib/locale/uk.mjs.map +1 -1
  123. package/lib/locale/vi.mjs +5 -0
  124. package/lib/locale/vi.mjs.map +1 -1
  125. package/lib/locale/zh-Hans.mjs +5 -0
  126. package/lib/locale/zh-Hans.mjs.map +1 -1
  127. package/lib/locale/zh-Hant.mjs +5 -0
  128. package/lib/locale/zh-Hant.mjs.map +1 -1
  129. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67100,38 +67100,36 @@ declare module 'vue' {
67100
67100
  }
67101
67101
  export interface GlobalComponents {
67102
67102
  VApp: typeof import('vuetify/components')['VApp']
67103
- VAvatar: typeof import('vuetify/components')['VAvatar']
67104
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67105
67103
  VAppBar: typeof import('vuetify/components')['VAppBar']
67106
67104
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67107
67105
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67106
+ VAlert: typeof import('vuetify/components')['VAlert']
67107
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67108
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67109
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67110
+ VBadge: typeof import('vuetify/components')['VBadge']
67108
67111
  VBanner: typeof import('vuetify/components')['VBanner']
67109
67112
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67110
67113
  VBannerText: typeof import('vuetify/components')['VBannerText']
67111
- VBadge: typeof import('vuetify/components')['VBadge']
67112
- VAlert: typeof import('vuetify/components')['VAlert']
67113
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67114
67114
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67115
67115
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67116
67116
  VBtn: typeof import('vuetify/components')['VBtn']
67117
67117
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67118
67118
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67119
67119
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67120
- VCode: typeof import('vuetify/components')['VCode']
67120
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67121
67121
  VCard: typeof import('vuetify/components')['VCard']
67122
67122
  VCardActions: typeof import('vuetify/components')['VCardActions']
67123
67123
  VCardItem: typeof import('vuetify/components')['VCardItem']
67124
67124
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67125
67125
  VCardText: typeof import('vuetify/components')['VCardText']
67126
67126
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67127
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67128
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67129
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67130
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67127
+ VChip: typeof import('vuetify/components')['VChip']
67128
+ VCode: typeof import('vuetify/components')['VCode']
67131
67129
  VCarousel: typeof import('vuetify/components')['VCarousel']
67132
67130
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67133
- VChip: typeof import('vuetify/components')['VChip']
67134
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67131
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67132
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67135
67133
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67136
67134
  VDataTable: typeof import('vuetify/components')['VDataTable']
67137
67135
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
@@ -67140,38 +67138,36 @@ declare module 'vue' {
67140
67138
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67141
67139
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67142
67140
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67143
- VCombobox: typeof import('vuetify/components')['VCombobox']
67144
- VCounter: typeof import('vuetify/components')['VCounter']
67145
- VDivider: typeof import('vuetify/components')['VDivider']
67146
- VFab: typeof import('vuetify/components')['VFab']
67147
67141
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67148
67142
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67149
67143
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67150
67144
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67151
67145
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67152
67146
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67147
+ VCounter: typeof import('vuetify/components')['VCounter']
67148
+ VDialog: typeof import('vuetify/components')['VDialog']
67149
+ VDivider: typeof import('vuetify/components')['VDivider']
67153
67150
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67154
67151
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67155
67152
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67156
67153
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67157
- VFileInput: typeof import('vuetify/components')['VFileInput']
67154
+ VFab: typeof import('vuetify/components')['VFab']
67158
67155
  VField: typeof import('vuetify/components')['VField']
67159
67156
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67157
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67160
67158
  VFooter: typeof import('vuetify/components')['VFooter']
67161
- VDialog: typeof import('vuetify/components')['VDialog']
67162
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67163
67159
  VIcon: typeof import('vuetify/components')['VIcon']
67164
67160
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67165
67161
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67166
67162
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67167
67163
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67168
67164
  VImg: typeof import('vuetify/components')['VImg']
67165
+ VInput: typeof import('vuetify/components')['VInput']
67169
67166
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67170
- VKbd: typeof import('vuetify/components')['VKbd']
67171
67167
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67172
67168
  VItem: typeof import('vuetify/components')['VItem']
67169
+ VKbd: typeof import('vuetify/components')['VKbd']
67173
67170
  VLabel: typeof import('vuetify/components')['VLabel']
67174
- VInput: typeof import('vuetify/components')['VInput']
67175
67171
  VList: typeof import('vuetify/components')['VList']
67176
67172
  VListGroup: typeof import('vuetify/components')['VListGroup']
67177
67173
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67182,65 +67178,65 @@ declare module 'vue' {
67182
67178
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67183
67179
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67184
67180
  VMenu: typeof import('vuetify/components')['VMenu']
67185
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67186
- VMain: typeof import('vuetify/components')['VMain']
67187
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67188
67181
  VMessages: typeof import('vuetify/components')['VMessages']
67189
- VPagination: typeof import('vuetify/components')['VPagination']
67190
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67182
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67183
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67184
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67185
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67191
67186
  VOverlay: typeof import('vuetify/components')['VOverlay']
67192
67187
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67193
- VRating: typeof import('vuetify/components')['VRating']
67188
+ VPagination: typeof import('vuetify/components')['VPagination']
67189
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67194
67190
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67191
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67192
+ VRating: typeof import('vuetify/components')['VRating']
67195
67193
  VSelect: typeof import('vuetify/components')['VSelect']
67196
67194
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67197
67195
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67196
+ VSheet: typeof import('vuetify/components')['VSheet']
67197
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67198
67198
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67199
67199
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67200
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67201
67200
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67202
- VSheet: typeof import('vuetify/components')['VSheet']
67203
67201
  VStepper: typeof import('vuetify/components')['VStepper']
67204
67202
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67205
67203
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67206
67204
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67207
67205
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67208
67206
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67209
- VSlider: typeof import('vuetify/components')['VSlider']
67207
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67208
+ VTable: typeof import('vuetify/components')['VTable']
67210
67209
  VTab: typeof import('vuetify/components')['VTab']
67211
67210
  VTabs: typeof import('vuetify/components')['VTabs']
67212
67211
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67213
67212
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67214
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67215
- VSwitch: typeof import('vuetify/components')['VSwitch']
67216
67213
  VTextarea: typeof import('vuetify/components')['VTextarea']
67217
- VTable: typeof import('vuetify/components')['VTable']
67218
- VTimeline: typeof import('vuetify/components')['VTimeline']
67219
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67220
67214
  VTextField: typeof import('vuetify/components')['VTextField']
67215
+ VSlider: typeof import('vuetify/components')['VSlider']
67221
67216
  VToolbar: typeof import('vuetify/components')['VToolbar']
67222
67217
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67223
67218
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67219
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67220
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67221
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67224
67222
  VWindow: typeof import('vuetify/components')['VWindow']
67225
67223
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67226
- VTooltip: typeof import('vuetify/components')['VTooltip']
67224
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67227
67225
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67228
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67229
67226
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67227
+ VForm: typeof import('vuetify/components')['VForm']
67230
67228
  VContainer: typeof import('vuetify/components')['VContainer']
67231
67229
  VCol: typeof import('vuetify/components')['VCol']
67232
67230
  VRow: typeof import('vuetify/components')['VRow']
67233
67231
  VSpacer: typeof import('vuetify/components')['VSpacer']
67234
- VForm: typeof import('vuetify/components')['VForm']
67235
67232
  VHover: typeof import('vuetify/components')['VHover']
67236
- VLazy: typeof import('vuetify/components')['VLazy']
67237
67233
  VLayout: typeof import('vuetify/components')['VLayout']
67238
67234
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67235
+ VLazy: typeof import('vuetify/components')['VLazy']
67239
67236
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67240
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
67237
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67241
67238
  VParallax: typeof import('vuetify/components')['VParallax']
67242
67239
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67243
- VRadio: typeof import('vuetify/components')['VRadio']
67244
67240
  VResponsive: typeof import('vuetify/components')['VResponsive']
67245
67241
  VSparkline: typeof import('vuetify/components')['VSparkline']
67246
67242
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
@@ -67263,24 +67259,30 @@ declare module 'vue' {
67263
67259
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67264
67260
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67265
67261
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67262
+ VRadio: typeof import('vuetify/components')['VRadio']
67263
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
67264
+ VMain: typeof import('vuetify/components')['VMain']
67265
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67266
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67267
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67266
67268
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67267
67269
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67268
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67269
67270
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67270
67271
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67271
67272
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67272
67273
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67273
67274
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67274
67275
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67275
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67276
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67277
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67276
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67278
67277
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67279
67278
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67280
67279
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67281
67280
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67282
67281
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67283
67282
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67283
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67284
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67285
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67284
67286
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67285
67287
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67286
67288
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-master.2024-12-11
2
+ * Vuetify v3.7.5-master.2024-12-15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1767,7 +1767,8 @@ const aliases = {
1767
1767
  calendar: 'mdi-calendar',
1768
1768
  treeviewCollapse: 'mdi-menu-down',
1769
1769
  treeviewExpand: 'mdi-menu-right',
1770
- eyeDropper: 'mdi-eyedropper'
1770
+ eyeDropper: 'mdi-eyedropper',
1771
+ upload: 'mdi-cloud-upload'
1771
1772
  };
1772
1773
  const mdi = {
1773
1774
  // Not using mergeProps here, functional components merge props by default (?)
@@ -2471,6 +2472,11 @@ var en = {
2471
2472
  counter: '{0} files',
2472
2473
  counterSize: '{0} files ({1} in total)'
2473
2474
  },
2475
+ fileUpload: {
2476
+ title: 'Drag and drop files here',
2477
+ divider: 'or',
2478
+ browse: 'Browse Files'
2479
+ },
2474
2480
  timePicker: {
2475
2481
  am: 'AM',
2476
2482
  pm: 'PM',
@@ -28266,7 +28272,7 @@ function createVuetify$1() {
28266
28272
  goTo
28267
28273
  };
28268
28274
  }
28269
- const version$1 = "3.7.5-master.2024-12-11";
28275
+ const version$1 = "3.7.5-master.2024-12-15";
28270
28276
  createVuetify$1.version = version$1;
28271
28277
 
28272
28278
  // Vue's inject() can only be used in setup
@@ -28291,7 +28297,7 @@ const createVuetify = function () {
28291
28297
  ...options
28292
28298
  });
28293
28299
  };
28294
- const version = "3.7.5-master.2024-12-11";
28300
+ const version = "3.7.5-master.2024-12-15";
28295
28301
  createVuetify.version = version;
28296
28302
 
28297
28303
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };