@vuetify/nightly 4.0.0-dev-20230511.0 → 4.0.0-dev-20230513.0

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 (398) hide show
  1. package/CHANGELOG.md +6 -14
  2. package/dist/json/attributes.json +564 -256
  3. package/dist/json/importMap-labs.json +4 -4
  4. package/dist/json/tags.json +80 -2
  5. package/dist/json/web-types.json +2399 -606
  6. package/dist/vuetify-labs.css +192 -189
  7. package/dist/vuetify-labs.d.ts +26350 -24518
  8. package/dist/vuetify-labs.esm.js +2485 -2382
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +2485 -2382
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +11 -8
  13. package/dist/vuetify.d.ts +23046 -23682
  14. package/dist/vuetify.esm.js +1865 -1748
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +1865 -1748
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +658 -658
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/index.d.mts +1 -3
  22. package/lib/blueprints/md1.d.mts +1 -3
  23. package/lib/blueprints/md2.d.mts +1 -3
  24. package/lib/blueprints/md3.d.mts +1 -3
  25. package/lib/components/VAlert/VAlert.mjs +48 -48
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/index.d.mts +228 -71
  28. package/lib/components/VApp/VApp.mjs +9 -8
  29. package/lib/components/VApp/VApp.mjs.map +1 -1
  30. package/lib/components/VApp/index.d.mts +65 -19
  31. package/lib/components/VAppBar/VAppBar.mjs +23 -22
  32. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  33. package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  35. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
  36. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  37. package/lib/components/VAppBar/index.d.mts +314 -123
  38. package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
  39. package/lib/components/VAutocomplete/VAutocomplete.mjs +36 -39
  40. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  41. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
  42. package/lib/components/VAutocomplete/index.d.mts +1264 -2467
  43. package/lib/components/VAvatar/index.d.mts +70 -30
  44. package/lib/components/VBadge/VBadge.mjs +33 -32
  45. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  46. package/lib/components/VBadge/index.d.mts +86 -42
  47. package/lib/components/VBanner/VBanner.mjs +21 -20
  48. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  49. package/lib/components/VBanner/VBannerActions.mjs +7 -6
  50. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  51. package/lib/components/VBanner/index.d.mts +227 -65
  52. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
  53. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  54. package/lib/components/VBottomNavigation/index.d.mts +78 -45
  55. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
  56. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  57. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
  58. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  59. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
  60. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  61. package/lib/components/VBreadcrumbs/index.d.mts +311 -208
  62. package/lib/components/VBtn/index.d.mts +112 -53
  63. package/lib/components/VBtnGroup/index.d.mts +69 -27
  64. package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
  65. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  66. package/lib/components/VBtnToggle/index.d.mts +73 -35
  67. package/lib/components/VCard/VCard.mjs +38 -37
  68. package/lib/components/VCard/VCard.mjs.map +1 -1
  69. package/lib/components/VCard/VCardItem.mjs +12 -11
  70. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  71. package/lib/components/VCard/index.d.mts +764 -368
  72. package/lib/components/VCarousel/VCarousel.mjs +28 -27
  73. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  74. package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
  75. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  76. package/lib/components/VCarousel/index.d.mts +600 -103
  77. package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
  78. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  79. package/lib/components/VCheckbox/index.d.mts +304 -125
  80. package/lib/components/VChip/VChip.css +7 -0
  81. package/lib/components/VChip/VChip.mjs +60 -57
  82. package/lib/components/VChip/VChip.mjs.map +1 -1
  83. package/lib/components/VChip/VChip.sass +9 -0
  84. package/lib/components/VChip/index.d.mts +318 -90
  85. package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
  86. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  87. package/lib/components/VChipGroup/index.d.mts +204 -53
  88. package/lib/components/VCode/index.d.mts +63 -17
  89. package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
  90. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  91. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
  92. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  93. package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
  94. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  95. package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
  96. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  97. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
  98. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  99. package/lib/components/VColorPicker/index.d.mts +74 -85
  100. package/lib/components/VColorPicker/util/index.mjs +2 -2
  101. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  102. package/lib/components/VCombobox/VCombobox.mjs +39 -42
  103. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  104. package/lib/components/VCombobox/index.d.mts +1264 -2488
  105. package/lib/components/VCounter/VCounter.mjs +16 -15
  106. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  107. package/lib/components/VCounter/index.d.mts +113 -1817
  108. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
  109. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  110. package/lib/components/VDefaultsProvider/index.d.mts +67 -20
  111. package/lib/components/VDialog/VDialog.mjs +18 -17
  112. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  113. package/lib/components/VDialog/index.d.mts +551 -1401
  114. package/lib/components/VDivider/VDivider.mjs +11 -10
  115. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  116. package/lib/components/VDivider/index.d.mts +66 -21
  117. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
  118. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  119. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
  120. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  121. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
  122. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  123. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
  124. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  125. package/lib/components/VExpansionPanel/index.d.mts +317 -125
  126. package/lib/components/VField/VField.mjs +7 -2
  127. package/lib/components/VField/VField.mjs.map +1 -1
  128. package/lib/components/VField/VFieldLabel.mjs +6 -5
  129. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  130. package/lib/components/VField/index.d.mts +310 -230
  131. package/lib/components/VFileInput/VFileInput.mjs +35 -34
  132. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  133. package/lib/components/VFileInput/index.d.mts +760 -320
  134. package/lib/components/VFooter/VFooter.mjs +21 -20
  135. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  136. package/lib/components/VFooter/index.d.mts +70 -29
  137. package/lib/components/VForm/VForm.mjs +6 -5
  138. package/lib/components/VForm/VForm.mjs.map +1 -1
  139. package/lib/components/VForm/index.d.mts +568 -52
  140. package/lib/components/VGrid/VCol.mjs +26 -25
  141. package/lib/components/VGrid/VCol.mjs.map +1 -1
  142. package/lib/components/VGrid/VContainer.mjs +16 -11
  143. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  144. package/lib/components/VGrid/VRow.mjs +26 -25
  145. package/lib/components/VGrid/VRow.mjs.map +1 -1
  146. package/lib/components/VGrid/index.d.mts +274 -100
  147. package/lib/components/VHover/VHover.mjs +10 -9
  148. package/lib/components/VHover/VHover.mjs.map +1 -1
  149. package/lib/components/VHover/index.d.mts +93 -37
  150. package/lib/components/VIcon/VIcon.mjs +28 -29
  151. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  152. package/lib/components/VIcon/index.d.mts +292 -81
  153. package/lib/components/VImg/VImg.mjs +34 -33
  154. package/lib/components/VImg/VImg.mjs.map +1 -1
  155. package/lib/components/VImg/index.d.mts +118 -53
  156. package/lib/components/VInput/VInput.mjs +1 -1
  157. package/lib/components/VInput/VInput.mjs.map +1 -1
  158. package/lib/components/VInput/index.d.mts +137 -50
  159. package/lib/components/VItemGroup/VItem.mjs +1 -1
  160. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  161. package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
  162. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  163. package/lib/components/VItemGroup/index.d.mts +414 -111
  164. package/lib/components/VKbd/index.d.mts +63 -17
  165. package/lib/components/VLabel/VLabel.mjs +8 -7
  166. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  167. package/lib/components/VLabel/index.d.mts +64 -18
  168. package/lib/components/VLayout/VLayout.mjs +6 -5
  169. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  170. package/lib/components/VLayout/VLayoutItem.mjs +15 -14
  171. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  172. package/lib/components/VLayout/index.d.mts +131 -42
  173. package/lib/components/VLazy/VLazy.mjs +21 -20
  174. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  175. package/lib/components/VLazy/index.d.mts +67 -27
  176. package/lib/components/VList/VList.mjs +37 -36
  177. package/lib/components/VList/VList.mjs.map +1 -1
  178. package/lib/components/VList/VListChildren.mjs +9 -12
  179. package/lib/components/VList/VListChildren.mjs.map +1 -1
  180. package/lib/components/VList/VListGroup.mjs +2 -4
  181. package/lib/components/VList/VListGroup.mjs.map +1 -1
  182. package/lib/components/VList/VListItem.mjs +44 -43
  183. package/lib/components/VList/VListItem.mjs.map +1 -1
  184. package/lib/components/VList/VListItemAction.mjs +8 -7
  185. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  186. package/lib/components/VList/VListItemMedia.mjs +8 -7
  187. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  188. package/lib/components/VList/VListSubheader.mjs +10 -9
  189. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  190. package/lib/components/VList/index.d.mts +1069 -617
  191. package/lib/components/VList/list.mjs +4 -4
  192. package/lib/components/VList/list.mjs.map +1 -1
  193. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
  194. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  195. package/lib/components/VLocaleProvider/index.d.mts +65 -19
  196. package/lib/components/VMain/VMain.mjs +9 -8
  197. package/lib/components/VMain/VMain.mjs.map +1 -1
  198. package/lib/components/VMain/index.d.mts +64 -19
  199. package/lib/components/VMenu/VMenu.mjs +21 -20
  200. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  201. package/lib/components/VMenu/index.d.mts +479 -1327
  202. package/lib/components/VMessages/VMessages.mjs +18 -17
  203. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  204. package/lib/components/VMessages/index.d.mts +88 -1799
  205. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
  206. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  207. package/lib/components/VNavigationDrawer/index.d.mts +115 -60
  208. package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
  209. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  210. package/lib/components/VNavigationDrawer/touch.mjs +4 -4
  211. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  212. package/lib/components/VOverlay/index.d.mts +120 -75
  213. package/lib/components/VOverlay/locationStrategies.mjs +5 -3
  214. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  215. package/lib/components/VPagination/VPagination.mjs +84 -83
  216. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  217. package/lib/components/VPagination/index.d.mts +203 -130
  218. package/lib/components/VParallax/VParallax.mjs +9 -8
  219. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  220. package/lib/components/VParallax/index.d.mts +91 -18
  221. package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
  222. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  223. package/lib/components/VProgressCircular/index.d.mts +125 -45
  224. package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
  225. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  226. package/lib/components/VProgressLinear/index.d.mts +97 -57
  227. package/lib/components/VRadio/VRadio.mjs +8 -7
  228. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  229. package/lib/components/VRadio/index.d.mts +121 -51
  230. package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
  231. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  232. package/lib/components/VRadioGroup/index.d.mts +189 -76
  233. package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
  234. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  235. package/lib/components/VRangeSlider/index.d.mts +192 -80
  236. package/lib/components/VRating/VRating.mjs +49 -45
  237. package/lib/components/VRating/VRating.mjs.map +1 -1
  238. package/lib/components/VRating/index.d.mts +94 -54
  239. package/lib/components/VResponsive/index.d.mts +73 -18
  240. package/lib/components/VSelect/VSelect.mjs +22 -21
  241. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  242. package/lib/components/VSelect/index.d.mts +1192 -3713
  243. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
  244. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  245. package/lib/components/VSelectionControl/index.d.mts +212 -194
  246. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
  247. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  248. package/lib/components/VSelectionControlGroup/index.d.mts +100 -63
  249. package/lib/components/VSheet/VSheet.mjs +1 -3
  250. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  251. package/lib/components/VSheet/index.d.mts +66 -21
  252. package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
  253. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  254. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
  255. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  256. package/lib/components/VSlideGroup/index.d.mts +181 -64
  257. package/lib/components/VSlider/VSlider.mjs +18 -13
  258. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  259. package/lib/components/VSlider/VSliderThumb.mjs +26 -25
  260. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  261. package/lib/components/VSlider/VSliderTrack.mjs +13 -12
  262. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  263. package/lib/components/VSlider/index.d.mts +194 -81
  264. package/lib/components/VSlider/slider.mjs +3 -3
  265. package/lib/components/VSlider/slider.mjs.map +1 -1
  266. package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
  267. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  268. package/lib/components/VSnackbar/index.d.mts +444 -297
  269. package/lib/components/VSwitch/VSwitch.css +3 -3
  270. package/lib/components/VSwitch/VSwitch.mjs +13 -12
  271. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  272. package/lib/components/VSwitch/VSwitch.sass +4 -3
  273. package/lib/components/VSwitch/index.d.mts +206 -86
  274. package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
  275. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  276. package/lib/components/VSystemBar/index.d.mts +69 -27
  277. package/lib/components/VTable/VTable.mjs +12 -11
  278. package/lib/components/VTable/VTable.mjs.map +1 -1
  279. package/lib/components/VTable/index.d.mts +95 -26
  280. package/lib/components/VTabs/VTab.mjs +19 -19
  281. package/lib/components/VTabs/VTab.mjs.map +1 -1
  282. package/lib/components/VTabs/VTabs.mjs +28 -27
  283. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  284. package/lib/components/VTabs/index.d.mts +175 -115
  285. package/lib/components/VTextField/VTextField.mjs +1 -1
  286. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  287. package/lib/components/VTextField/index.d.mts +1254 -770
  288. package/lib/components/VTextarea/VTextarea.mjs +32 -28
  289. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  290. package/lib/components/VTextarea/index.d.mts +683 -313
  291. package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
  292. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  293. package/lib/components/VThemeProvider/index.d.mts +65 -20
  294. package/lib/components/VTimeline/VTimeline.mjs +46 -41
  295. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  296. package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
  297. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  298. package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
  299. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  300. package/lib/components/VTimeline/index.d.mts +163 -62
  301. package/lib/components/VToolbar/VToolbar.mjs +8 -4
  302. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  303. package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
  304. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  305. package/lib/components/VToolbar/index.d.mts +265 -82
  306. package/lib/components/VTooltip/VTooltip.mjs +20 -19
  307. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  308. package/lib/components/VTooltip/index.d.mts +442 -297
  309. package/lib/components/VValidation/VValidation.mjs +1 -3
  310. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  311. package/lib/components/VValidation/index.d.mts +358 -50
  312. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
  313. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  314. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
  315. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  316. package/lib/components/VVirtualScroll/index.d.mts +110 -82
  317. package/lib/components/VWindow/VWindow.mjs +3 -3
  318. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  319. package/lib/components/VWindow/VWindowItem.mjs +18 -17
  320. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  321. package/lib/components/VWindow/index.d.mts +204 -75
  322. package/lib/components/index.d.mts +23230 -23871
  323. package/lib/components/transitions/createTransition.mjs +16 -15
  324. package/lib/components/transitions/createTransition.mjs.map +1 -1
  325. package/lib/components/transitions/dialog-transition.mjs +5 -4
  326. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  327. package/lib/components/transitions/index.d.mts +1207 -472
  328. package/lib/composables/display.mjs +3 -3
  329. package/lib/composables/display.mjs.map +1 -1
  330. package/lib/composables/form.mjs +4 -4
  331. package/lib/composables/form.mjs.map +1 -1
  332. package/lib/composables/forwardRefs.mjs.map +1 -1
  333. package/lib/composables/group.mjs +13 -13
  334. package/lib/composables/group.mjs.map +1 -1
  335. package/lib/composables/hydration.mjs +6 -6
  336. package/lib/composables/hydration.mjs.map +1 -1
  337. package/lib/composables/icons.mjs +2 -2
  338. package/lib/composables/icons.mjs.map +1 -1
  339. package/lib/composables/intersectionObserver.mjs +2 -2
  340. package/lib/composables/intersectionObserver.mjs.map +1 -1
  341. package/lib/composables/layout.mjs +3 -3
  342. package/lib/composables/layout.mjs.map +1 -1
  343. package/lib/composables/lazy.mjs +2 -2
  344. package/lib/composables/lazy.mjs.map +1 -1
  345. package/lib/composables/nested/nested.mjs +5 -4
  346. package/lib/composables/nested/nested.mjs.map +1 -1
  347. package/lib/composables/scroll.mjs +6 -6
  348. package/lib/composables/scroll.mjs.map +1 -1
  349. package/lib/composables/ssrBoot.mjs +2 -2
  350. package/lib/composables/ssrBoot.mjs.map +1 -1
  351. package/lib/composables/stack.mjs +5 -4
  352. package/lib/composables/stack.mjs.map +1 -1
  353. package/lib/composables/theme.mjs +3 -3
  354. package/lib/composables/theme.mjs.map +1 -1
  355. package/lib/composables/transition.mjs +5 -2
  356. package/lib/composables/transition.mjs.map +1 -1
  357. package/lib/composables/validation.mjs +3 -3
  358. package/lib/composables/validation.mjs.map +1 -1
  359. package/lib/directives/click-outside/index.mjs +1 -1
  360. package/lib/directives/click-outside/index.mjs.map +1 -1
  361. package/lib/entry-bundler.mjs +1 -1
  362. package/lib/framework.mjs +1 -1
  363. package/lib/index.d.mts +10 -5
  364. package/lib/labs/VDataTable/VDataTable.mjs +54 -66
  365. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  366. package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
  367. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  368. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
  369. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  370. package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -16
  371. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  372. package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
  373. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  374. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
  375. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  376. package/lib/labs/VDataTable/VDataTableServer.mjs +54 -59
  377. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  378. package/lib/labs/VDataTable/VDataTableVirtual.mjs +72 -80
  379. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  380. package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
  381. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  382. package/lib/labs/VDataTable/index.d.mts +2974 -631
  383. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
  384. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  385. package/lib/labs/VInfiniteScroll/index.d.mts +143 -52
  386. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
  387. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  388. package/lib/labs/VSkeletonLoader/index.d.mts +77 -31
  389. package/lib/labs/components.d.mts +3188 -708
  390. package/lib/labs/date/date.mjs +7 -7
  391. package/lib/labs/date/date.mjs.map +1 -1
  392. package/lib/labs/date/index.d.mts +1 -3
  393. package/lib/locale/adapters/vuetify.mjs +8 -5
  394. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  395. package/lib/util/defineComponent.mjs.map +1 -1
  396. package/lib/util/propsFactory.mjs +2 -0
  397. package/lib/util/propsFactory.mjs.map +1 -1
  398. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v4.0.0-dev-20230511.0
2
+ * Vuetify v4.0.0-dev-20230513.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15954,169 +15954,6 @@ html.overflow-y-hidden {
15954
15954
  font-weight: normal;
15955
15955
  padding: 0.2em 0.4rem;
15956
15956
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15957
- }.v-data-table {
15958
- width: 100%;
15959
- }
15960
-
15961
- .v-data-table__table {
15962
- width: 100%;
15963
- border-collapse: separate;
15964
- border-spacing: 0;
15965
- }
15966
-
15967
- .v-data-table__tr--focus {
15968
- border: 1px dotted black;
15969
- }
15970
- .v-data-table__tr--clickable {
15971
- cursor: pointer;
15972
- }
15973
-
15974
- .v-data-table .v-table__wrapper > table > thead > tr > td,
15975
- .v-data-table .v-table__wrapper > table > thead > tr th,
15976
- .v-data-table .v-table__wrapper > table tbody > tr > td,
15977
- .v-data-table .v-table__wrapper > table tbody > tr th {
15978
- background: rgb(var(--v-theme-surface));
15979
- }
15980
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
15981
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
15982
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
15983
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
15984
- text-align: end;
15985
- }
15986
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
15987
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
15988
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
15989
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
15990
- flex-direction: row-reverse;
15991
- }
15992
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
15993
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
15994
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
15995
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
15996
- text-align: center;
15997
- }
15998
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
15999
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
16000
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
16001
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
16002
- justify-content: center;
16003
- }
16004
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
16005
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
16006
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
16007
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
16008
- padding: 0 8px;
16009
- }
16010
- .v-data-table .v-table__wrapper > table > thead > tr > th,
16011
- .v-data-table .v-table__wrapper > table tbody > tr > th {
16012
- align-items: center;
16013
- }
16014
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
16015
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
16016
- cursor: pointer;
16017
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16018
- }
16019
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
16020
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
16021
- opacity: 0;
16022
- }
16023
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
16024
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
16025
- opacity: 0.5;
16026
- }
16027
-
16028
- .v-data-table-column--fixed {
16029
- position: sticky;
16030
- z-index: 2;
16031
- left: 0;
16032
- }
16033
-
16034
- .v-data-table-column--last-fixed {
16035
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
16036
- }
16037
-
16038
- .v-data-table-group-header-row td {
16039
- background: lightgrey;
16040
- }
16041
- .v-data-table-group-header-row td > span {
16042
- padding-left: 5px;
16043
- }
16044
-
16045
- .v-data-table--loading .v-data-table__td {
16046
- opacity: 0.3;
16047
- }
16048
-
16049
- .v-data-table__progress th {
16050
- position: relative;
16051
- border: none !important;
16052
- height: auto !important;
16053
- }
16054
-
16055
- .v-data-table-group-header-row__column {
16056
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
16057
- }
16058
-
16059
- .v-data-table-header__content {
16060
- display: flex;
16061
- align-items: center;
16062
- }
16063
-
16064
- .v-data-table-header__sort-badge {
16065
- display: inline-flex;
16066
- justify-content: center;
16067
- align-items: center;
16068
- font-size: 0.875rem;
16069
- padding: 4px;
16070
- border-radius: 50%;
16071
- background: rgba(var(--v-border-color), var(--v-border-opacity));
16072
- min-width: 20px;
16073
- min-height: 20px;
16074
- width: 20px;
16075
- height: 20px;
16076
- }
16077
-
16078
- .v-data-table-headers__loader {
16079
- bottom: auto;
16080
- top: 0;
16081
- left: 0;
16082
- position: absolute;
16083
- right: 0;
16084
- width: 100%;
16085
- z-index: 1;
16086
- }
16087
-
16088
- .v-data-table-rows-no-data {
16089
- text-align: center;
16090
- }.v-data-table-footer {
16091
- display: flex;
16092
- align-items: center;
16093
- flex-wrap: wrap;
16094
- padding: 0 8px;
16095
- justify-content: flex-end;
16096
- }
16097
-
16098
- .v-data-table-footer__items-per-page {
16099
- padding-inline-end: 24px;
16100
- display: flex;
16101
- align-items: center;
16102
- justify-content: space-between;
16103
- }
16104
- .v-data-table-footer__items-per-page > span {
16105
- padding-inline-end: 24px;
16106
- }
16107
-
16108
- .v-data-table-footer__info {
16109
- display: flex;
16110
- padding-inline-end: 24px;
16111
- }
16112
-
16113
- .v-data-table-footer__pagination {
16114
- display: flex;
16115
- align-items: center;
16116
- }
16117
-
16118
- .v-data-table-footer__page {
16119
- padding: 0 8px;
16120
15957
  }.v-infinite-scroll--horizontal {
16121
15958
  display: flex;
16122
15959
  flex-direction: row;
@@ -16362,6 +16199,169 @@ html.overflow-y-hidden {
16362
16199
  100% {
16363
16200
  transform: translateX(100%);
16364
16201
  }
16202
+ }.v-data-table {
16203
+ width: 100%;
16204
+ }
16205
+
16206
+ .v-data-table__table {
16207
+ width: 100%;
16208
+ border-collapse: separate;
16209
+ border-spacing: 0;
16210
+ }
16211
+
16212
+ .v-data-table__tr--focus {
16213
+ border: 1px dotted black;
16214
+ }
16215
+ .v-data-table__tr--clickable {
16216
+ cursor: pointer;
16217
+ }
16218
+
16219
+ .v-data-table .v-table__wrapper > table > thead > tr > td,
16220
+ .v-data-table .v-table__wrapper > table > thead > tr th,
16221
+ .v-data-table .v-table__wrapper > table tbody > tr > td,
16222
+ .v-data-table .v-table__wrapper > table tbody > tr th {
16223
+ background: rgb(var(--v-theme-surface));
16224
+ }
16225
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
16226
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
16227
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
16228
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
16229
+ text-align: end;
16230
+ }
16231
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
16232
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
16233
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
16234
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
16235
+ flex-direction: row-reverse;
16236
+ }
16237
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
16238
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
16239
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
16240
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
16241
+ text-align: center;
16242
+ }
16243
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
16244
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
16245
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
16246
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
16247
+ justify-content: center;
16248
+ }
16249
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
16250
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
16251
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
16252
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
16253
+ padding: 0 8px;
16254
+ }
16255
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
16256
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
16257
+ align-items: center;
16258
+ }
16259
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
16260
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
16261
+ cursor: pointer;
16262
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
16263
+ }
16264
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
16265
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
16266
+ opacity: 0;
16267
+ }
16268
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
16269
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
16270
+ opacity: 0.5;
16271
+ }
16272
+
16273
+ .v-data-table-column--fixed {
16274
+ position: sticky;
16275
+ z-index: 2;
16276
+ left: 0;
16277
+ }
16278
+
16279
+ .v-data-table-column--last-fixed {
16280
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
16281
+ }
16282
+
16283
+ .v-data-table-group-header-row td {
16284
+ background: lightgrey;
16285
+ }
16286
+ .v-data-table-group-header-row td > span {
16287
+ padding-left: 5px;
16288
+ }
16289
+
16290
+ .v-data-table--loading .v-data-table__td {
16291
+ opacity: 0.3;
16292
+ }
16293
+
16294
+ .v-data-table__progress th {
16295
+ position: relative;
16296
+ border: none !important;
16297
+ height: auto !important;
16298
+ }
16299
+
16300
+ .v-data-table-group-header-row__column {
16301
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
16302
+ }
16303
+
16304
+ .v-data-table-header__content {
16305
+ display: flex;
16306
+ align-items: center;
16307
+ }
16308
+
16309
+ .v-data-table-header__sort-badge {
16310
+ display: inline-flex;
16311
+ justify-content: center;
16312
+ align-items: center;
16313
+ font-size: 0.875rem;
16314
+ padding: 4px;
16315
+ border-radius: 50%;
16316
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
16317
+ min-width: 20px;
16318
+ min-height: 20px;
16319
+ width: 20px;
16320
+ height: 20px;
16321
+ }
16322
+
16323
+ .v-data-table-headers__loader {
16324
+ bottom: auto;
16325
+ top: 0;
16326
+ left: 0;
16327
+ position: absolute;
16328
+ right: 0;
16329
+ width: 100%;
16330
+ z-index: 1;
16331
+ }
16332
+
16333
+ .v-data-table-rows-no-data {
16334
+ text-align: center;
16335
+ }.v-data-table-footer {
16336
+ display: flex;
16337
+ align-items: center;
16338
+ flex-wrap: wrap;
16339
+ padding: 0 8px;
16340
+ justify-content: flex-end;
16341
+ }
16342
+
16343
+ .v-data-table-footer__items-per-page {
16344
+ padding-inline-end: 24px;
16345
+ display: flex;
16346
+ align-items: center;
16347
+ justify-content: space-between;
16348
+ }
16349
+ .v-data-table-footer__items-per-page > span {
16350
+ padding-inline-end: 24px;
16351
+ }
16352
+
16353
+ .v-data-table-footer__info {
16354
+ display: flex;
16355
+ padding-inline-end: 24px;
16356
+ }
16357
+
16358
+ .v-data-table-footer__pagination {
16359
+ display: flex;
16360
+ align-items: center;
16361
+ }
16362
+
16363
+ .v-data-table-footer__page {
16364
+ padding: 0 8px;
16365
16365
  }.v-application {
16366
16366
  display: flex;
16367
16367
  background: rgb(var(--v-theme-background));
@@ -16688,10 +16688,6 @@ html.overflow-y-hidden {
16688
16688
  }
16689
16689
  .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
16690
16690
  opacity: 0;
16691
- }
16692
- .v-autocomplete--selection-slot.v-text-field input {
16693
- position: relative;
16694
- padding-inline-start: 0;
16695
16691
  }.v-avatar {
16696
16692
  flex: none;
16697
16693
  align-items: center;
@@ -17522,8 +17518,6 @@ html.overflow-y-hidden {
17522
17518
 
17523
17519
  .v-snackbar-actions .v-btn {
17524
17520
  padding: 0 8px;
17525
- }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17526
- opacity: var(--v-activated-opacity);
17527
17521
  }/** if false, disabled buttons will be greyed out */
17528
17522
  .v-btn-group {
17529
17523
  display: inline-flex;
@@ -17581,6 +17575,8 @@ html.overflow-y-hidden {
17581
17575
  }
17582
17576
  .v-btn-group--tile {
17583
17577
  border-radius: 0;
17578
+ }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17579
+ opacity: var(--v-activated-opacity);
17584
17580
  }.v-card {
17585
17581
  display: block;
17586
17582
  overflow: hidden;
@@ -17941,6 +17937,7 @@ html.overflow-y-hidden {
17941
17937
  display: inline-flex;
17942
17938
  font-weight: 400;
17943
17939
  max-width: 100%;
17940
+ min-width: 0;
17944
17941
  overflow: hidden;
17945
17942
  position: relative;
17946
17943
  text-decoration: none;
@@ -18287,6 +18284,12 @@ html.overflow-y-hidden {
18287
18284
  border-radius: 4px;
18288
18285
  }
18289
18286
 
18287
+ .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
18288
+ overflow: hidden;
18289
+ text-overflow: ellipsis;
18290
+ white-space: nowrap;
18291
+ }
18292
+
18290
18293
  .v-chip__filter,
18291
18294
  .v-chip__prepend,
18292
18295
  .v-chip__append,
@@ -20940,6 +20943,22 @@ textarea.v-field__input::placeholder {
20940
20943
  overflow: auto;
20941
20944
  height: 100%;
20942
20945
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20946
+ }.v-messages {
20947
+ flex: 1 1 auto;
20948
+ font-size: 12px;
20949
+ min-height: 14px;
20950
+ min-width: 1px;
20951
+ opacity: var(--v-medium-emphasis-opacity);
20952
+ position: relative;
20953
+ }
20954
+ .v-messages__message {
20955
+ line-height: 12px;
20956
+ word-break: break-word;
20957
+ overflow-wrap: break-word;
20958
+ word-wrap: break-word;
20959
+ -webkit-hyphens: auto;
20960
+ hyphens: auto;
20961
+ transition-duration: 150ms;
20943
20962
  }.v-navigation-drawer {
20944
20963
  -webkit-overflow-scrolling: touch;
20945
20964
  background: rgb(var(--v-theme-surface));
@@ -21984,9 +22003,6 @@ html.v-overlay-scroll-blocked {
21984
22003
  .v-switch .v-selection-control {
21985
22004
  min-height: var(--v-input-control-height);
21986
22005
  }
21987
- .v-switch .v-selection-control__wrapper {
21988
- width: auto;
21989
- }
21990
22006
  .v-switch .v-selection-control__input {
21991
22007
  border-radius: 50%;
21992
22008
  transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
@@ -22002,6 +22018,9 @@ html.v-overlay-scroll-blocked {
22002
22018
  .v-switch.v-switch--indeterminate .v-switch__thumb {
22003
22019
  transform: scale(0.75);
22004
22020
  box-shadow: none;
22021
+ }
22022
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
22023
+ width: auto;
22005
22024
  }.v-system-bar {
22006
22025
  align-items: center;
22007
22026
  display: flex;
@@ -23052,22 +23071,6 @@ html.v-overlay-scroll-blocked {
23052
23071
  }
23053
23072
  .v-window-y-reverse-transition-leave-to {
23054
23073
  transform: translateY(100%);
23055
- }.v-messages {
23056
- flex: 1 1 auto;
23057
- font-size: 12px;
23058
- min-height: 14px;
23059
- min-width: 1px;
23060
- opacity: var(--v-medium-emphasis-opacity);
23061
- position: relative;
23062
- }
23063
- .v-messages__message {
23064
- line-height: 12px;
23065
- word-break: break-word;
23066
- overflow-wrap: break-word;
23067
- word-wrap: break-word;
23068
- -webkit-hyphens: auto;
23069
- hyphens: auto;
23070
- transition-duration: 150ms;
23071
23074
  }.v-color-picker-canvas {
23072
23075
  display: flex;
23073
23076
  position: relative;