@vuetify/nightly 3.7.5-master.2024-12-03 → 3.7.5-master.2024-12-12

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 (133) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +3129 -2833
  3. package/dist/json/importMap-labs.json +22 -14
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +84 -0
  6. package/dist/json/web-types.json +6118 -5177
  7. package/dist/vuetify-labs.css +4145 -4074
  8. package/dist/vuetify-labs.d.ts +1314 -1
  9. package/dist/vuetify-labs.esm.js +331 -6
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +331 -6
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +3508 -3510
  14. package/dist/vuetify.d.ts +50 -48
  15. package/dist/vuetify.esm.js +16 -6
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +16 -6
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +14 -13
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
  23. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  24. package/lib/components/VSelectionControl/VSelectionControl.css +1 -3
  25. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -5
  26. package/lib/composables/virtual.mjs +4 -0
  27. package/lib/composables/virtual.mjs.map +1 -1
  28. package/lib/entry-bundler.mjs +1 -1
  29. package/lib/framework.mjs +1 -1
  30. package/lib/iconsets/mdi.mjs +2 -1
  31. package/lib/iconsets/mdi.mjs.map +1 -1
  32. package/lib/index.d.mts +50 -48
  33. package/lib/labs/VFileUpload/VFileUpload.css +74 -0
  34. package/lib/labs/VFileUpload/VFileUpload.mjs +241 -0
  35. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -0
  36. package/lib/labs/VFileUpload/VFileUpload.sass +75 -0
  37. package/lib/labs/VFileUpload/VFileUploadItem.mjs +95 -0
  38. package/lib/labs/VFileUpload/VFileUploadItem.mjs.map +1 -0
  39. package/lib/labs/VFileUpload/_variables.scss +12 -0
  40. package/lib/labs/VFileUpload/index.d.mts +1365 -0
  41. package/lib/labs/VFileUpload/index.mjs +3 -0
  42. package/lib/labs/VFileUpload/index.mjs.map +1 -0
  43. package/lib/labs/components.d.mts +1348 -37
  44. package/lib/labs/components.mjs +1 -0
  45. package/lib/labs/components.mjs.map +1 -1
  46. package/lib/locale/af.mjs +5 -0
  47. package/lib/locale/af.mjs.map +1 -1
  48. package/lib/locale/ar.mjs +5 -0
  49. package/lib/locale/ar.mjs.map +1 -1
  50. package/lib/locale/az.mjs +5 -0
  51. package/lib/locale/az.mjs.map +1 -1
  52. package/lib/locale/bg.mjs +5 -0
  53. package/lib/locale/bg.mjs.map +1 -1
  54. package/lib/locale/ca.mjs +5 -0
  55. package/lib/locale/ca.mjs.map +1 -1
  56. package/lib/locale/ckb.mjs +5 -0
  57. package/lib/locale/ckb.mjs.map +1 -1
  58. package/lib/locale/cs.mjs +5 -0
  59. package/lib/locale/cs.mjs.map +1 -1
  60. package/lib/locale/da.mjs +5 -0
  61. package/lib/locale/da.mjs.map +1 -1
  62. package/lib/locale/de.mjs +5 -0
  63. package/lib/locale/de.mjs.map +1 -1
  64. package/lib/locale/el.mjs +5 -0
  65. package/lib/locale/el.mjs.map +1 -1
  66. package/lib/locale/en.mjs +5 -0
  67. package/lib/locale/en.mjs.map +1 -1
  68. package/lib/locale/es.mjs +5 -0
  69. package/lib/locale/es.mjs.map +1 -1
  70. package/lib/locale/et.mjs +5 -0
  71. package/lib/locale/et.mjs.map +1 -1
  72. package/lib/locale/fa.mjs +5 -0
  73. package/lib/locale/fa.mjs.map +1 -1
  74. package/lib/locale/fi.mjs +5 -0
  75. package/lib/locale/fi.mjs.map +1 -1
  76. package/lib/locale/fr.mjs +5 -0
  77. package/lib/locale/fr.mjs.map +1 -1
  78. package/lib/locale/he.mjs +5 -0
  79. package/lib/locale/he.mjs.map +1 -1
  80. package/lib/locale/hr.mjs +5 -0
  81. package/lib/locale/hr.mjs.map +1 -1
  82. package/lib/locale/hu.mjs +5 -0
  83. package/lib/locale/hu.mjs.map +1 -1
  84. package/lib/locale/id.mjs +5 -0
  85. package/lib/locale/id.mjs.map +1 -1
  86. package/lib/locale/index.d.mts +215 -0
  87. package/lib/locale/it.mjs +5 -0
  88. package/lib/locale/it.mjs.map +1 -1
  89. package/lib/locale/ja.mjs +5 -0
  90. package/lib/locale/ja.mjs.map +1 -1
  91. package/lib/locale/km.mjs +5 -0
  92. package/lib/locale/km.mjs.map +1 -1
  93. package/lib/locale/ko.mjs +5 -0
  94. package/lib/locale/ko.mjs.map +1 -1
  95. package/lib/locale/lt.mjs +5 -0
  96. package/lib/locale/lt.mjs.map +1 -1
  97. package/lib/locale/lv.mjs +5 -0
  98. package/lib/locale/lv.mjs.map +1 -1
  99. package/lib/locale/nl.mjs +5 -0
  100. package/lib/locale/nl.mjs.map +1 -1
  101. package/lib/locale/no.mjs +5 -0
  102. package/lib/locale/no.mjs.map +1 -1
  103. package/lib/locale/pl.mjs +5 -0
  104. package/lib/locale/pl.mjs.map +1 -1
  105. package/lib/locale/pt.mjs +5 -0
  106. package/lib/locale/pt.mjs.map +1 -1
  107. package/lib/locale/ro.mjs +5 -0
  108. package/lib/locale/ro.mjs.map +1 -1
  109. package/lib/locale/ru.mjs +5 -0
  110. package/lib/locale/ru.mjs.map +1 -1
  111. package/lib/locale/sk.mjs +5 -0
  112. package/lib/locale/sk.mjs.map +1 -1
  113. package/lib/locale/sl.mjs +5 -0
  114. package/lib/locale/sl.mjs.map +1 -1
  115. package/lib/locale/sr-Cyrl.mjs +5 -0
  116. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  117. package/lib/locale/sr-Latn.mjs +5 -0
  118. package/lib/locale/sr-Latn.mjs.map +1 -1
  119. package/lib/locale/sv.mjs +5 -0
  120. package/lib/locale/sv.mjs.map +1 -1
  121. package/lib/locale/th.mjs +5 -0
  122. package/lib/locale/th.mjs.map +1 -1
  123. package/lib/locale/tr.mjs +5 -0
  124. package/lib/locale/tr.mjs.map +1 -1
  125. package/lib/locale/uk.mjs +5 -0
  126. package/lib/locale/uk.mjs.map +1 -1
  127. package/lib/locale/vi.mjs +5 -0
  128. package/lib/locale/vi.mjs.map +1 -1
  129. package/lib/locale/zh-Hans.mjs +5 -0
  130. package/lib/locale/zh-Hans.mjs.map +1 -1
  131. package/lib/locale/zh-Hant.mjs +5 -0
  132. package/lib/locale/zh-Hant.mjs.map +1 -1
  133. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67101,22 +67101,29 @@ declare module 'vue' {
67101
67101
  export interface GlobalComponents {
67102
67102
  VApp: typeof import('vuetify/components')['VApp']
67103
67103
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67104
- VAlert: typeof import('vuetify/components')['VAlert']
67105
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67106
- VAvatar: typeof import('vuetify/components')['VAvatar']
67107
67104
  VAppBar: typeof import('vuetify/components')['VAppBar']
67108
67105
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67109
67106
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67110
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67107
+ VAlert: typeof import('vuetify/components')['VAlert']
67108
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67111
67109
  VBadge: typeof import('vuetify/components')['VBadge']
67110
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67112
67111
  VBanner: typeof import('vuetify/components')['VBanner']
67113
67112
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67114
67113
  VBannerText: typeof import('vuetify/components')['VBannerText']
67115
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67114
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67116
67115
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67117
67116
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67118
67117
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67119
67118
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67119
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67120
+ VBtn: typeof import('vuetify/components')['VBtn']
67121
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67122
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67123
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67124
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67125
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67126
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67120
67127
  VCard: typeof import('vuetify/components')['VCard']
67121
67128
  VCardActions: typeof import('vuetify/components')['VCardActions']
67122
67129
  VCardItem: typeof import('vuetify/components')['VCardItem']
@@ -67124,21 +67131,15 @@ declare module 'vue' {
67124
67131
  VCardText: typeof import('vuetify/components')['VCardText']
67125
67132
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67126
67133
  VChip: typeof import('vuetify/components')['VChip']
67127
- VCarousel: typeof import('vuetify/components')['VCarousel']
67128
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67129
67134
  VCombobox: typeof import('vuetify/components')['VCombobox']
67130
- VBtn: typeof import('vuetify/components')['VBtn']
67131
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67132
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67133
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67134
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67135
- VCode: typeof import('vuetify/components')['VCode']
67135
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
67136
67136
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67137
67137
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67138
67138
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67139
67139
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67140
67140
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67141
67141
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67142
+ VCode: typeof import('vuetify/components')['VCode']
67142
67143
  VCounter: typeof import('vuetify/components')['VCounter']
67143
67144
  VDataTable: typeof import('vuetify/components')['VDataTable']
67144
67145
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
@@ -67147,32 +67148,29 @@ declare module 'vue' {
67147
67148
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67148
67149
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67149
67150
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67150
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
67151
+ VDialog: typeof import('vuetify/components')['VDialog']
67151
67152
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67152
67153
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67153
67154
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67154
67155
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67155
- VDialog: typeof import('vuetify/components')['VDialog']
67156
67156
  VDivider: typeof import('vuetify/components')['VDivider']
67157
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67157
67158
  VField: typeof import('vuetify/components')['VField']
67158
67159
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67159
67160
  VFab: typeof import('vuetify/components')['VFab']
67160
67161
  VFooter: typeof import('vuetify/components')['VFooter']
67161
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67162
+ VImg: typeof import('vuetify/components')['VImg']
67163
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67164
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67162
67165
  VIcon: typeof import('vuetify/components')['VIcon']
67163
67166
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67164
67167
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67165
67168
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67166
67169
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67167
- VFileInput: typeof import('vuetify/components')['VFileInput']
67168
- VImg: typeof import('vuetify/components')['VImg']
67169
- VKbd: typeof import('vuetify/components')['VKbd']
67170
67170
  VInput: typeof import('vuetify/components')['VInput']
67171
- VLabel: typeof import('vuetify/components')['VLabel']
67172
- VMain: typeof import('vuetify/components')['VMain']
67173
67171
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67174
67172
  VItem: typeof import('vuetify/components')['VItem']
67175
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67173
+ VKbd: typeof import('vuetify/components')['VKbd']
67176
67174
  VList: typeof import('vuetify/components')['VList']
67177
67175
  VListGroup: typeof import('vuetify/components')['VListGroup']
67178
67176
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67182,70 +67180,73 @@ declare module 'vue' {
67182
67180
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67183
67181
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67184
67182
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67183
+ VMain: typeof import('vuetify/components')['VMain']
67184
+ VLabel: typeof import('vuetify/components')['VLabel']
67185
67185
  VMessages: typeof import('vuetify/components')['VMessages']
67186
- VOverlay: typeof import('vuetify/components')['VOverlay']
67187
67186
  VMenu: typeof import('vuetify/components')['VMenu']
67188
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67189
67187
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67190
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67191
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67192
- VRating: typeof import('vuetify/components')['VRating']
67188
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67193
67189
  VPagination: typeof import('vuetify/components')['VPagination']
67190
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67194
67191
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67195
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67192
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67193
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67196
67194
  VSheet: typeof import('vuetify/components')['VSheet']
67197
67195
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67196
+ VRating: typeof import('vuetify/components')['VRating']
67198
67197
  VSelect: typeof import('vuetify/components')['VSelect']
67199
- VSlider: typeof import('vuetify/components')['VSlider']
67198
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67200
67199
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67201
67200
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67202
67201
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67202
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67203
67203
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67204
+ VSlider: typeof import('vuetify/components')['VSlider']
67205
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67204
67206
  VStepper: typeof import('vuetify/components')['VStepper']
67205
67207
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67206
67208
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67207
67209
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67208
67210
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67209
67211
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67210
- VSwitch: typeof import('vuetify/components')['VSwitch']
67212
+ VTable: typeof import('vuetify/components')['VTable']
67211
67213
  VTextField: typeof import('vuetify/components')['VTextField']
67212
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67214
+ VToolbar: typeof import('vuetify/components')['VToolbar']
67215
+ VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67216
+ VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67217
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67213
67218
  VTab: typeof import('vuetify/components')['VTab']
67214
67219
  VTabs: typeof import('vuetify/components')['VTabs']
67215
67220
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67216
67221
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67217
- VTextarea: typeof import('vuetify/components')['VTextarea']
67218
- VTable: typeof import('vuetify/components')['VTable']
67219
- VTooltip: typeof import('vuetify/components')['VTooltip']
67220
- VToolbar: typeof import('vuetify/components')['VToolbar']
67221
- VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67222
- VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67223
67222
  VTimeline: typeof import('vuetify/components')['VTimeline']
67224
67223
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67224
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67225
67225
  VWindow: typeof import('vuetify/components')['VWindow']
67226
67226
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67227
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
67228
67227
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67228
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
67229
67229
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67230
+ VForm: typeof import('vuetify/components')['VForm']
67231
+ VHover: typeof import('vuetify/components')['VHover']
67230
67232
  VContainer: typeof import('vuetify/components')['VContainer']
67231
67233
  VCol: typeof import('vuetify/components')['VCol']
67232
67234
  VRow: typeof import('vuetify/components')['VRow']
67233
67235
  VSpacer: typeof import('vuetify/components')['VSpacer']
67234
- VForm: typeof import('vuetify/components')['VForm']
67235
67236
  VLazy: typeof import('vuetify/components')['VLazy']
67236
- VHover: typeof import('vuetify/components')['VHover']
67237
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67238
67237
  VLayout: typeof import('vuetify/components')['VLayout']
67239
67238
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67239
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67240
67240
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67241
67241
  VParallax: typeof import('vuetify/components')['VParallax']
67242
67242
  VRadio: typeof import('vuetify/components')['VRadio']
67243
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67244
67243
  VResponsive: typeof import('vuetify/components')['VResponsive']
67245
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67244
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67246
67245
  VSparkline: typeof import('vuetify/components')['VSparkline']
67246
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67247
67247
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67248
67248
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67249
+ VValidation: typeof import('vuetify/components')['VValidation']
67249
67250
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67250
67251
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67251
67252
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67262,7 +67263,6 @@ declare module 'vue' {
67262
67263
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67263
67264
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67264
67265
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67265
- VValidation: typeof import('vuetify/components')['VValidation']
67266
67266
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67267
67267
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67268
67268
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -67271,18 +67271,20 @@ declare module 'vue' {
67271
67271
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67272
67272
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67273
67273
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67274
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67275
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67276
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67274
67277
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67275
67278
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67276
67279
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67277
67280
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67281
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67282
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67278
67283
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67279
67284
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67280
67285
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67281
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67282
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67283
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67286
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67284
67287
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67285
67288
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67286
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67287
67289
  }
67288
67290
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-master.2024-12-03
2
+ * Vuetify v3.7.5-master.2024-12-12
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',
@@ -12297,6 +12303,7 @@ function useVirtual(props, items) {
12297
12303
  }
12298
12304
  }
12299
12305
  });
12306
+ let scrollTimeout = -1;
12300
12307
  function handleScroll() {
12301
12308
  if (!containerRef.value || !markerRef.value) return;
12302
12309
  const scrollTop = containerRef.value.scrollTop;
@@ -12313,12 +12320,15 @@ function useVirtual(props, items) {
12313
12320
  }
12314
12321
  lastScrollTop = scrollTop;
12315
12322
  lastScrollTime = scrollTime;
12323
+ window.clearTimeout(scrollTimeout);
12324
+ scrollTimeout = window.setTimeout(handleScrollend, 500);
12316
12325
  calculateVisibleItems();
12317
12326
  }
12318
12327
  function handleScrollend() {
12319
12328
  if (!containerRef.value || !markerRef.value) return;
12320
12329
  scrollVelocity = 0;
12321
12330
  lastScrollTime = 0;
12331
+ window.clearTimeout(scrollTimeout);
12322
12332
  calculateVisibleItems();
12323
12333
  }
12324
12334
  let raf = -1;
@@ -25089,7 +25099,7 @@ const VRangeSlider = genericComponent()({
25089
25099
  // the thumbs are on top of each other
25090
25100
  // and they are both at minimum value
25091
25101
  // but only if focused from outside.
25092
- if (model.value[0] === model.value[1] && model.value[1] === min.value && e.relatedTarget !== stopThumbRef.value?.$el) {
25102
+ if (max.value !== min.value && model.value[0] === model.value[1] && model.value[1] === min.value && e.relatedTarget !== stopThumbRef.value?.$el) {
25093
25103
  startThumbRef.value?.$el.blur();
25094
25104
  stopThumbRef.value?.$el.focus();
25095
25105
  }
@@ -25118,7 +25128,7 @@ const VRangeSlider = genericComponent()({
25118
25128
  // the thumbs are on top of each other
25119
25129
  // and they are both at maximum value
25120
25130
  // but only if focused from outside.
25121
- if (model.value[0] === model.value[1] && model.value[0] === max.value && e.relatedTarget !== startThumbRef.value?.$el) {
25131
+ if (max.value !== min.value && model.value[0] === model.value[1] && model.value[0] === max.value && e.relatedTarget !== startThumbRef.value?.$el) {
25122
25132
  stopThumbRef.value?.$el.blur();
25123
25133
  startThumbRef.value?.$el.focus();
25124
25134
  }
@@ -28262,7 +28272,7 @@ function createVuetify$1() {
28262
28272
  goTo
28263
28273
  };
28264
28274
  }
28265
- const version$1 = "3.7.5-master.2024-12-03";
28275
+ const version$1 = "3.7.5-master.2024-12-12";
28266
28276
  createVuetify$1.version = version$1;
28267
28277
 
28268
28278
  // Vue's inject() can only be used in setup
@@ -28287,7 +28297,7 @@ const createVuetify = function () {
28287
28297
  ...options
28288
28298
  });
28289
28299
  };
28290
- const version = "3.7.5-master.2024-12-03";
28300
+ const version = "3.7.5-master.2024-12-12";
28291
28301
  createVuetify.version = version;
28292
28302
 
28293
28303
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };