@vuetify/nightly 3.0.0-beta.4 → 3.0.0-beta.9

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 (433) hide show
  1. package/CHANGELOG.md +10 -24
  2. package/dist/json/attributes.json +187 -203
  3. package/dist/json/importMap.json +99 -147
  4. package/dist/json/tags.json +49 -102
  5. package/dist/json/web-types.json +761 -949
  6. package/dist/vuetify.css +13059 -13058
  7. package/dist/vuetify.d.ts +1663 -5104
  8. package/dist/vuetify.esm.js +8655 -7971
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +8654 -7969
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +3 -3
  13. package/dist/vuetify.min.js +1115 -1077
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/blueprints/index.mjs +4 -0
  16. package/lib/blueprints/index.mjs.map +1 -0
  17. package/lib/blueprints/md1.mjs +63 -0
  18. package/lib/blueprints/md1.mjs.map +1 -0
  19. package/lib/blueprints/md2.mjs +60 -0
  20. package/lib/blueprints/md2.mjs.map +1 -0
  21. package/lib/blueprints/md3.mjs +74 -0
  22. package/lib/blueprints/md3.mjs.map +1 -0
  23. package/lib/components/VAlert/VAlert.css +0 -3
  24. package/lib/components/VAlert/VAlert.mjs +27 -11
  25. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  26. package/lib/components/VAlert/VAlert.sass +0 -3
  27. package/lib/components/VApp/VApp.css +2 -5
  28. package/lib/components/VApp/VApp.mjs +3 -4
  29. package/lib/components/VApp/VApp.mjs.map +1 -1
  30. package/lib/components/VApp/VApp.sass +11 -12
  31. package/lib/components/VApp/variables.scss +6 -0
  32. package/lib/components/VAppBar/VAppBar.mjs +4 -3
  33. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -12
  35. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  36. package/lib/components/VAppBar/VAppBarTitle.mjs +4 -3
  37. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  38. package/lib/components/VAppBar/_variables.scss +2 -0
  39. package/lib/components/VAutocomplete/VAutocomplete.css +10 -0
  40. package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -8
  41. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  42. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
  43. package/lib/components/VAutocomplete/_variables.scss +1 -0
  44. package/lib/components/VAvatar/VAvatar.css +2 -0
  45. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  46. package/lib/components/VAvatar/VAvatar.sass +3 -0
  47. package/lib/components/VBadge/VBadge.mjs +8 -7
  48. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  49. package/lib/components/VBadge/_variables.scss +2 -2
  50. package/lib/components/VBanner/VBanner.css +7 -7
  51. package/lib/components/VBanner/VBanner.mjs +24 -17
  52. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  53. package/lib/components/VBanner/VBanner.sass +6 -7
  54. package/lib/components/VBanner/VBannerActions.mjs +1 -1
  55. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  56. package/lib/components/VBanner/index.mjs +0 -2
  57. package/lib/components/VBanner/index.mjs.map +1 -1
  58. package/lib/components/VBottomNavigation/VBottomNavigation.css +4 -11
  59. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -3
  60. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  61. package/lib/components/VBottomNavigation/VBottomNavigation.sass +5 -12
  62. package/lib/components/VBottomNavigation/_variables.scss +7 -8
  63. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
  64. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +30 -19
  65. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  66. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -3
  67. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +5 -8
  68. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  69. package/lib/components/VBreadcrumbs/_variables.scss +2 -1
  70. package/lib/components/VBtn/VBtn.css +77 -13
  71. package/lib/components/VBtn/VBtn.mjs +63 -29
  72. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  73. package/lib/components/VBtn/VBtn.sass +86 -14
  74. package/lib/components/VBtn/_variables.scss +8 -1
  75. package/lib/components/VBtnGroup/VBtnGroup.css +1 -0
  76. package/lib/components/VBtnGroup/_variables.scss +2 -0
  77. package/lib/components/VBtnToggle/_variables.scss +1 -0
  78. package/lib/components/VCard/VCard.css +81 -64
  79. package/lib/components/VCard/VCard.mjs +62 -71
  80. package/lib/components/VCard/VCard.mjs.map +1 -1
  81. package/lib/components/VCard/VCard.sass +74 -61
  82. package/lib/components/VCard/VCardActions.mjs +1 -1
  83. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  84. package/lib/components/VCard/VCardItem.mjs +88 -0
  85. package/lib/components/VCard/VCardItem.mjs.map +1 -0
  86. package/lib/components/VCard/_variables.scss +40 -24
  87. package/lib/components/VCard/index.mjs +1 -5
  88. package/lib/components/VCard/index.mjs.map +1 -1
  89. package/lib/components/VCarousel/VCarousel.mjs +5 -4
  90. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  91. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  92. package/lib/components/VCarousel/_variables.scss +1 -0
  93. package/lib/components/VChip/VChip.css +137 -60
  94. package/lib/components/VChip/VChip.mjs +76 -37
  95. package/lib/components/VChip/VChip.mjs.map +1 -1
  96. package/lib/components/VChip/VChip.sass +6 -0
  97. package/lib/components/VChip/_mixins.scss +26 -6
  98. package/lib/components/VChip/_variables.scss +1 -5
  99. package/lib/components/VChipGroup/VChipGroup.mjs +4 -3
  100. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  101. package/lib/components/VChipGroup/VChipGroup.sass +1 -1
  102. package/lib/components/VChipGroup/_variables.scss +1 -1
  103. package/lib/components/VColorPicker/VColorPicker.mjs +16 -10
  104. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  105. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -4
  106. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  107. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
  108. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  109. package/lib/components/VColorPicker/VColorPickerPreview.mjs +4 -3
  110. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  111. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
  112. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  113. package/lib/components/VColorPicker/_variables.scss +17 -10
  114. package/lib/components/VCombobox/VCombobox.css +10 -0
  115. package/lib/components/VCombobox/VCombobox.mjs +15 -17
  116. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  117. package/lib/components/VCombobox/VCombobox.sass +10 -0
  118. package/lib/components/VCombobox/_variables.scss +1 -0
  119. package/lib/components/VCounter/VCounter.mjs +16 -16
  120. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  121. package/lib/components/VCounter/VCounter.sass +1 -1
  122. package/lib/components/VCounter/_variables.scss +2 -1
  123. package/lib/components/VDialog/VDialog.css +2 -5
  124. package/lib/components/VDialog/VDialog.mjs +26 -26
  125. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  126. package/lib/components/VDialog/VDialog.sass +1 -4
  127. package/lib/components/VDialog/_variables.scss +0 -1
  128. package/lib/components/VDivider/VDivider.mjs +16 -17
  129. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  130. package/lib/components/VDivider/_variables.scss +3 -1
  131. package/lib/components/VExpansionPanel/VExpansionPanel.css +1 -0
  132. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +9 -4
  133. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  134. package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -0
  135. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -7
  136. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  137. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  138. package/lib/components/VExpansionPanel/_variables.scss +15 -10
  139. package/lib/components/VField/VField.css +43 -24
  140. package/lib/components/VField/VField.mjs +18 -11
  141. package/lib/components/VField/VField.mjs.map +1 -1
  142. package/lib/components/VField/VField.sass +32 -18
  143. package/lib/components/VField/VFieldLabel.mjs +8 -9
  144. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  145. package/lib/components/VField/_variables.scss +3 -2
  146. package/lib/components/VFileInput/VFileInput.css +3 -3
  147. package/lib/components/VFileInput/VFileInput.mjs +14 -9
  148. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  149. package/lib/components/VFileInput/VFileInput.sass +3 -3
  150. package/lib/components/VFooter/VFooter.mjs +4 -3
  151. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  152. package/lib/components/VFooter/_variables.scss +2 -1
  153. package/lib/components/VForm/VForm.mjs +4 -4
  154. package/lib/components/VForm/VForm.mjs.map +1 -1
  155. package/lib/components/VGrid/VCol.mjs +2 -1
  156. package/lib/components/VGrid/VCol.mjs.map +1 -1
  157. package/lib/components/VGrid/VContainer.mjs +4 -3
  158. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  159. package/lib/components/VGrid/VRow.mjs +8 -3
  160. package/lib/components/VGrid/VRow.mjs.map +1 -1
  161. package/lib/components/VIcon/VIcon.css +0 -18
  162. package/lib/components/VIcon/VIcon.mjs +20 -21
  163. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  164. package/lib/components/VIcon/VIcon.sass +0 -18
  165. package/lib/components/VIcon/_variables.scss +2 -6
  166. package/lib/components/VIcon/index.mjs.map +1 -1
  167. package/lib/components/VImg/VImg.mjs +1 -0
  168. package/lib/components/VImg/VImg.mjs.map +1 -1
  169. package/lib/components/VInput/VInput.css +2 -1
  170. package/lib/components/VInput/VInput.mjs +10 -6
  171. package/lib/components/VInput/VInput.mjs.map +1 -1
  172. package/lib/components/VInput/VInput.sass +2 -1
  173. package/lib/components/VInput/_variables.scss +0 -1
  174. package/lib/components/VItemGroup/VItem.mjs +3 -0
  175. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  176. package/lib/components/VLabel/VLabel.mjs +4 -3
  177. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  178. package/lib/components/VLabel/_variables.scss +1 -0
  179. package/lib/components/VLayout/VLayout.css +0 -2
  180. package/lib/components/VLayout/VLayout.sass +0 -2
  181. package/lib/components/VLazy/VLazy.mjs +5 -3
  182. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  183. package/lib/components/VList/VList.css +6 -3
  184. package/lib/components/VList/VList.mjs +15 -17
  185. package/lib/components/VList/VList.mjs.map +1 -1
  186. package/lib/components/VList/VList.sass +6 -2
  187. package/lib/components/VList/VListChildren.mjs +25 -7
  188. package/lib/components/VList/VListChildren.mjs.map +1 -1
  189. package/lib/components/VList/VListGroup.mjs +47 -42
  190. package/lib/components/VList/VListGroup.mjs.map +1 -1
  191. package/lib/components/VList/VListItem.css +78 -52
  192. package/lib/components/VList/VListItem.mjs +94 -54
  193. package/lib/components/VList/VListItem.mjs.map +1 -1
  194. package/lib/components/VList/VListItem.sass +67 -38
  195. package/lib/components/VList/VListItemAction.mjs +8 -9
  196. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  197. package/lib/components/VList/VListItemMedia.mjs +4 -3
  198. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  199. package/lib/components/VList/VListSubheader.mjs +4 -3
  200. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  201. package/lib/components/VList/_variables.scss +12 -5
  202. package/lib/components/VList/index.mjs +2 -5
  203. package/lib/components/VList/index.mjs.map +1 -1
  204. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
  205. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  206. package/lib/components/VMain/VMain.css +21 -3
  207. package/lib/components/VMain/VMain.mjs +17 -11
  208. package/lib/components/VMain/VMain.mjs.map +1 -1
  209. package/lib/components/VMain/VMain.sass +18 -3
  210. package/lib/components/VMain/_variables.scss +1 -1
  211. package/lib/components/VMenu/VMenu.mjs +6 -6
  212. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  213. package/lib/components/VMessages/VMessages.mjs +5 -3
  214. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  215. package/lib/components/VMessages/_variables.scss +1 -1
  216. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +12 -17
  217. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +54 -19
  218. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  219. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +15 -20
  220. package/lib/components/VNavigationDrawer/_variables.scss +3 -2
  221. package/lib/components/VNavigationDrawer/sticky.mjs +72 -0
  222. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
  223. package/lib/components/VNavigationDrawer/touch.mjs +5 -2
  224. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  225. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  226. package/lib/components/VOverlay/VOverlay.mjs +18 -14
  227. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  228. package/lib/components/VOverlay/_variables.scss +1 -1
  229. package/lib/components/VOverlay/locationStrategies.mjs +267 -78
  230. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  231. package/lib/components/VOverlay/useActivator.mjs +5 -4
  232. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  233. package/lib/components/VOverlay/util/point.mjs +3 -3
  234. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  235. package/lib/components/VPagination/VPagination.mjs +42 -24
  236. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  237. package/lib/components/VParallax/VParallax.mjs +5 -5
  238. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  239. package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
  240. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  241. package/lib/components/VProgressCircular/_variables.scss +2 -0
  242. package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
  243. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  244. package/lib/components/VProgressLinear/_variables.scss +1 -0
  245. package/lib/components/VRadio/VRadio.mjs +8 -17
  246. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  247. package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -5
  248. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  249. package/lib/components/VRadioGroup/VRadioGroup.sass +5 -3
  250. package/lib/components/VRadioGroup/_variables.scss +3 -4
  251. package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -13
  252. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  253. package/lib/components/VRating/VRating.mjs +6 -5
  254. package/lib/components/VRating/VRating.mjs.map +1 -1
  255. package/lib/components/VRating/VRating.sass +2 -0
  256. package/lib/components/VResponsive/VResponsive.mjs +7 -6
  257. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  258. package/lib/components/VSelect/VSelect.css +10 -0
  259. package/lib/components/VSelect/VSelect.mjs +14 -11
  260. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  261. package/lib/components/VSelect/VSelect.sass +10 -0
  262. package/lib/components/VSelect/_variables.scss +1 -0
  263. package/lib/components/VSelectionControl/VSelectionControl.mjs +15 -9
  264. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  265. package/lib/components/VSelectionControl/_variables.scss +1 -0
  266. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
  267. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  268. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +1 -5
  269. package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
  270. package/lib/components/VSheet/VSheet.mjs +3 -3
  271. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  272. package/lib/components/VSheet/_variables.scss +3 -2
  273. package/lib/components/VSlideGroup/VSlideGroup.mjs +47 -49
  274. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  275. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +7 -3
  276. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  277. package/lib/components/VSlideGroup/_variables.scss +0 -5
  278. package/lib/components/VSlideGroup/index.mjs +2 -2
  279. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  280. package/lib/components/VSlider/VSlider.mjs +7 -9
  281. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  282. package/lib/components/VSlider/VSliderThumb.mjs +6 -5
  283. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  284. package/lib/components/VSlider/VSliderTrack.mjs +11 -10
  285. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  286. package/lib/components/VSlider/slider.mjs +4 -4
  287. package/lib/components/VSlider/slider.mjs.map +1 -1
  288. package/lib/components/VSnackbar/VSnackbar.css +1 -1
  289. package/lib/components/VSnackbar/VSnackbar.mjs +50 -50
  290. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  291. package/lib/components/VSnackbar/_variables.scss +3 -3
  292. package/lib/components/VSwitch/VSwitch.css +7 -0
  293. package/lib/components/VSwitch/VSwitch.sass +6 -0
  294. package/lib/components/VSwitch/_variables.scss +1 -0
  295. package/lib/components/VSystemBar/VSystemBar.mjs +5 -13
  296. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  297. package/lib/components/VSystemBar/_variables.scss +2 -1
  298. package/lib/components/VTable/VTable.css +1 -0
  299. package/lib/components/VTable/VTable.mjs +9 -8
  300. package/lib/components/VTable/VTable.mjs.map +1 -1
  301. package/lib/components/VTable/VTable.sass +1 -0
  302. package/lib/components/VTable/_variables.scss +2 -0
  303. package/lib/components/VTabs/VTab.css +3 -2
  304. package/lib/components/VTabs/VTab.mjs +4 -4
  305. package/lib/components/VTabs/VTab.mjs.map +1 -1
  306. package/lib/components/VTabs/VTab.sass +4 -2
  307. package/lib/components/VTabs/VTabs.mjs +15 -12
  308. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  309. package/lib/components/VTabs/_variables.scss +3 -1
  310. package/lib/components/VTextField/VTextField.css +2 -1
  311. package/lib/components/VTextField/VTextField.mjs +31 -23
  312. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  313. package/lib/components/VTextField/VTextField.sass +2 -1
  314. package/lib/components/VTextField/_variables.scss +1 -1
  315. package/lib/components/VTextarea/VTextarea.css +6 -2
  316. package/lib/components/VTextarea/VTextarea.mjs +39 -22
  317. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  318. package/lib/components/VTextarea/VTextarea.sass +9 -2
  319. package/lib/components/VTextarea/_variables.scss +1 -1
  320. package/lib/components/VTimeline/VTimeline.css +123 -112
  321. package/lib/components/VTimeline/VTimeline.mjs +24 -25
  322. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  323. package/lib/components/VTimeline/VTimeline.sass +132 -113
  324. package/lib/components/VTimeline/VTimelineDivider.mjs +44 -38
  325. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  326. package/lib/components/VTimeline/VTimelineItem.mjs +13 -12
  327. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  328. package/lib/components/VTimeline/_variables.scss +11 -6
  329. package/lib/components/VToolbar/VToolbar.css +17 -32
  330. package/lib/components/VToolbar/VToolbar.mjs +12 -13
  331. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  332. package/lib/components/VToolbar/VToolbar.sass +17 -18
  333. package/lib/components/VToolbar/VToolbarItems.mjs +12 -8
  334. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  335. package/lib/components/VToolbar/_variables.scss +7 -7
  336. package/lib/components/VTooltip/VTooltip.mjs +41 -39
  337. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  338. package/lib/components/VTooltip/_variables.scss +1 -0
  339. package/lib/components/VWindow/VWindow.mjs +4 -4
  340. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  341. package/lib/components/VWindow/VWindowItem.mjs +13 -9
  342. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  343. package/lib/components/VWindow/_variables.scss +1 -0
  344. package/lib/components/index.d.ts +1653 -5068
  345. package/lib/components/transitions/dialog-transition.mjs +3 -0
  346. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  347. package/lib/components/transitions/index.mjs +0 -5
  348. package/lib/components/transitions/index.mjs.map +1 -1
  349. package/lib/composables/border.mjs +5 -6
  350. package/lib/composables/border.mjs.map +1 -1
  351. package/lib/composables/color.mjs +19 -26
  352. package/lib/composables/color.mjs.map +1 -1
  353. package/lib/composables/defaults.mjs +1 -1
  354. package/lib/composables/defaults.mjs.map +1 -1
  355. package/lib/composables/form.mjs +29 -9
  356. package/lib/composables/form.mjs.map +1 -1
  357. package/lib/composables/{forwardRef.mjs → forwardRefs.mjs} +29 -3
  358. package/lib/composables/forwardRefs.mjs.map +1 -0
  359. package/lib/composables/group.mjs.map +1 -1
  360. package/lib/composables/index.mjs +3 -2
  361. package/lib/composables/index.mjs.map +1 -1
  362. package/lib/composables/layout.mjs +12 -12
  363. package/lib/composables/layout.mjs.map +1 -1
  364. package/lib/composables/location.mjs +4 -8
  365. package/lib/composables/location.mjs.map +1 -1
  366. package/lib/composables/proxiedModel.mjs +2 -1
  367. package/lib/composables/proxiedModel.mjs.map +1 -1
  368. package/lib/composables/rtl.mjs +2 -2
  369. package/lib/composables/rtl.mjs.map +1 -1
  370. package/lib/composables/size.mjs +18 -14
  371. package/lib/composables/size.mjs.map +1 -1
  372. package/lib/composables/stack.mjs +22 -12
  373. package/lib/composables/stack.mjs.map +1 -1
  374. package/lib/composables/theme.mjs +18 -10
  375. package/lib/composables/theme.mjs.map +1 -1
  376. package/lib/composables/validation.mjs +14 -4
  377. package/lib/composables/validation.mjs.map +1 -1
  378. package/lib/composables/variant.mjs +4 -2
  379. package/lib/composables/variant.mjs.map +1 -1
  380. package/lib/entry-bundler.mjs +1 -1
  381. package/lib/framework.mjs +7 -2
  382. package/lib/framework.mjs.map +1 -1
  383. package/lib/index.d.ts +39 -47
  384. package/lib/styles/generic/_colors.scss +17 -9
  385. package/lib/styles/generic/_transitions.scss +13 -77
  386. package/lib/styles/main.css +1170 -1420
  387. package/lib/styles/settings/_utilities.scss +16 -5
  388. package/lib/styles/utilities/_index.sass +0 -1
  389. package/lib/util/anchor.mjs +33 -29
  390. package/lib/util/anchor.mjs.map +1 -1
  391. package/lib/util/animation.mjs +2 -2
  392. package/lib/util/animation.mjs.map +1 -1
  393. package/lib/util/box.mjs +12 -0
  394. package/lib/util/box.mjs.map +1 -1
  395. package/lib/util/colorUtils.mjs +2 -2
  396. package/lib/util/colorUtils.mjs.map +1 -1
  397. package/lib/util/colors.mjs +1 -1
  398. package/lib/util/colors.mjs.map +1 -1
  399. package/lib/util/defineComponent.mjs +6 -3
  400. package/lib/util/defineComponent.mjs.map +1 -1
  401. package/lib/util/helpers.mjs +24 -1
  402. package/lib/util/helpers.mjs.map +1 -1
  403. package/lib/util/injectSelf.mjs +12 -0
  404. package/lib/util/injectSelf.mjs.map +1 -0
  405. package/package.json +10 -10
  406. package/lib/components/VBanner/VBannerAvatar.mjs +0 -20
  407. package/lib/components/VBanner/VBannerAvatar.mjs.map +0 -1
  408. package/lib/components/VBanner/VBannerIcon.mjs +0 -20
  409. package/lib/components/VBanner/VBannerIcon.mjs.map +0 -1
  410. package/lib/components/VBreadcrumbs/shared.mjs +0 -2
  411. package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
  412. package/lib/components/VCard/VCardAvatar.mjs +0 -3
  413. package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
  414. package/lib/components/VCard/VCardContent.mjs +0 -3
  415. package/lib/components/VCard/VCardContent.mjs.map +0 -1
  416. package/lib/components/VCard/VCardHeader.mjs +0 -3
  417. package/lib/components/VCard/VCardHeader.mjs.map +0 -1
  418. package/lib/components/VCard/VCardHeaderText.mjs +0 -3
  419. package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
  420. package/lib/components/VCard/VCardImg.mjs +0 -3
  421. package/lib/components/VCard/VCardImg.mjs.map +0 -1
  422. package/lib/components/VList/VListItemAvatar.mjs +0 -23
  423. package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
  424. package/lib/components/VList/VListItemHeader.mjs +0 -3
  425. package/lib/components/VList/VListItemHeader.mjs.map +0 -1
  426. package/lib/components/VList/VListItemIcon.mjs +0 -23
  427. package/lib/components/VList/VListItemIcon.mjs.map +0 -1
  428. package/lib/components/VTimeline/shared.mjs +0 -2
  429. package/lib/components/VTimeline/shared.mjs.map +0 -1
  430. package/lib/composables/forwardRef.mjs.map +0 -1
  431. package/lib/presets/default/index.mjs +0 -71
  432. package/lib/presets/default/index.mjs.map +0 -1
  433. package/lib/styles/utilities/_text.sass +0 -9
package/CHANGELOG.md CHANGED
@@ -1,38 +1,24 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.4...v) (2022-06-17)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.9...v) (2022-08-24)
2
2
 
3
3
 
4
4
 
5
- # [3.0.0-beta.4](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2022-06-17)
5
+ # [3.0.0-beta.9](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2022-08-23)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **VSelect:** don't close menu on no-data mousedown ([2db6c84](https://github.com/vuetifyjs/vuetify/commit/2db6c841a3495bc03a9ed3901d759d09a973f5d3)), closes [#15206](https://github.com/vuetifyjs/vuetify/issues/15206)
11
- * **VSelect:** show checkboxes in list when multiple ([38a505d](https://github.com/vuetifyjs/vuetify/commit/38a505de10ec9e71d1e4db7717177f519fe9a2b1))
12
- * validate selected items instead of search ([#15304](https://github.com/vuetifyjs/vuetify/issues/15304)) ([4eec1d9](https://github.com/vuetifyjs/vuetify/commit/4eec1d9e43af9205463b058852497ff26884d282)), closes [#15142](https://github.com/vuetifyjs/vuetify/issues/15142)
13
- * **display:** prevent SSR hydration mismatch ([ab633b4](https://github.com/vuetifyjs/vuetify/commit/ab633b4e5994f6b0fd76ab968c64e0ff5dc85941))
14
- * **inputs:** remove unused variables imports ([b27c532](https://github.com/vuetifyjs/vuetify/commit/b27c532796f334963e87cdc51607b1477f60a895))
15
- * **styles:** separate duplicate forwards into separate files ([310947c](https://github.com/vuetifyjs/vuetify/commit/310947ccdcb9e11270bb6018bdd069afa4c7587d)), closes [#14446](https://github.com/vuetifyjs/vuetify/issues/14446)
16
- * **theme:** reuse existing style element ([2da647a](https://github.com/vuetifyjs/vuetify/commit/2da647ae6d5d1c4ed1dcd4109f3e930418f44337))
17
- * **VAvatar:** includes -> include ([fb7c541](https://github.com/vuetifyjs/vuetify/commit/fb7c5413a203a1615cd2db991a094b2284a3363c))
18
- * generate consistent ids ([#15189](https://github.com/vuetifyjs/vuetify/issues/15189)) ([01d5e1e](https://github.com/vuetifyjs/vuetify/commit/01d5e1eead0a7c75a27bf08aa1721360cd5803d4))
19
- * more lenient peer dependency ([197e776](https://github.com/vuetifyjs/vuetify/commit/197e7764f05f0ad8b7629dad7ce3d1aea3b140b9))
20
- * **VListGroup:** prevent initial transition ([ca29cae](https://github.com/vuetifyjs/vuetify/commit/ca29cae07aaa29337d6ab55b1874b05d0ff89306))
21
- * **VNavigationDrawer:** prevent initial transition ([e56de52](https://github.com/vuetifyjs/vuetify/commit/e56de52c89b86fac42bc5a23ae60c94c68865d99))
22
- * **VWindow:** prevent initial transition ([8fa1a51](https://github.com/vuetifyjs/vuetify/commit/8fa1a51ae7731999ad932e3cd312a7e118e7a14f))
10
+ * **form:** errorMessages should be reactive ([#15188](https://github.com/vuetifyjs/vuetify/issues/15188)) ([a9a471e](https://github.com/vuetifyjs/vuetify/commit/a9a471ec20b1e00d3c689f42240a1da244f0a463))
11
+ * **theme:** correct regexp for on- colors ([d76dba4](https://github.com/vuetifyjs/vuetify/commit/d76dba465ba82e75acf558f4ff19ef2620159aad)), closes [#15647](https://github.com/vuetifyjs/vuetify/issues/15647)
12
+ * **VAutocomplete:** remove emit click:clear event ([#15530](https://github.com/vuetifyjs/vuetify/issues/15530)) ([efb1a52](https://github.com/vuetifyjs/vuetify/commit/efb1a5270e94fb599756d6a9d90af3dc5c15f207)), closes [#15496](https://github.com/vuetifyjs/vuetify/issues/15496)
13
+ * **VColorPicker:** use hexa value for transparent color ([#15667](https://github.com/vuetifyjs/vuetify/issues/15667)) ([8f7f918](https://github.com/vuetifyjs/vuetify/commit/8f7f918300ec3a76cd56170fb24a7d506e0496eb))
14
+ * **VOverlay:** add missing !default to $overlay-opacity ([#15583](https://github.com/vuetifyjs/vuetify/issues/15583)) ([24a6ade](https://github.com/vuetifyjs/vuetify/commit/24a6ade28ff34b5c864b4e49fdafd21b68064b4b))
23
15
 
24
16
 
25
17
  ### Features
26
18
 
27
- * rename variants ([#15311](https://github.com/vuetifyjs/vuetify/issues/15311)) ([fdf1c33](https://github.com/vuetifyjs/vuetify/commit/fdf1c33fb67edacf119d45ea81cfea357a87000c))
28
- * **styles:** move component variables imports to single file ([e9df4dc](https://github.com/vuetifyjs/vuetify/commit/e9df4dccdeeae30cc962120329b39fb3176479a3)), closes [#14446](https://github.com/vuetifyjs/vuetify/issues/14446)
29
- * **theme:** add global values ([#15240](https://github.com/vuetifyjs/vuetify/issues/15240)) ([e07d052](https://github.com/vuetifyjs/vuetify/commit/e07d052395cdf3c6da9593890a2791a42efb5910))
30
- * **VBtn:** add loading prop ([#15132](https://github.com/vuetifyjs/vuetify/issues/15132)) ([a0f88fd](https://github.com/vuetifyjs/vuetify/commit/a0f88fd62062c9d76f8b948a1f96654beec41617)), closes [#15056](https://github.com/vuetifyjs/vuetify/issues/15056)
31
- * **VCheckboxBtn:** create new component ([#15081](https://github.com/vuetifyjs/vuetify/issues/15081)) ([fb1523d](https://github.com/vuetifyjs/vuetify/commit/fb1523d622ad5f71e5a4b3112e46476214e493a8))
32
- * **VForm:** rename errorMessages to errors ([#15190](https://github.com/vuetifyjs/vuetify/issues/15190)) ([c5dfa97](https://github.com/vuetifyjs/vuetify/commit/c5dfa97cd03de4c724f03346dbe822ca6631c621))
33
- * **VSelect:** expose menu model ([2185fe7](https://github.com/vuetifyjs/vuetify/commit/2185fe7ef5d47e7b35884e4a184567c103211daa))
34
- * **VSelect:** implement item slot ([9537787](https://github.com/vuetifyjs/vuetify/commit/9537787f2a1abd529ebb1cb0fdd449a70fcf4966))
35
- * specify required webpack/vite plugin versions ([4f168f3](https://github.com/vuetifyjs/vuetify/commit/4f168f3c94f501e626faa5ce3c94a140e0957b15))
19
+ * **VNavigationDrawer:** add sticky prop ([#15661](https://github.com/vuetifyjs/vuetify/issues/15661)) ([77e8107](https://github.com/vuetifyjs/vuetify/commit/77e8107d669e17b8fb380084d0d5cf5baba5815d))
20
+ * **VRow:** add space-evenly ([#15586](https://github.com/vuetifyjs/vuetify/issues/15586)) ([5b94e25](https://github.com/vuetifyjs/vuetify/commit/5b94e253d4feac26a0fe342feb5fbdcc5dbaa0d3)), closes [#15581](https://github.com/vuetifyjs/vuetify/issues/15581)
21
+ * add blueprints to package exports ([#15646](https://github.com/vuetifyjs/vuetify/issues/15646)) ([4355dda](https://github.com/vuetifyjs/vuetify/commit/4355dda5e057afe074442adb4b964f7d0e8916c2))
36
22
 
37
23
 
38
24
 
@@ -511,78 +511,6 @@
511
511
  "type": "any",
512
512
  "description": ""
513
513
  },
514
- "v-banner-avatar/color": {
515
- "type": "string",
516
- "description": ""
517
- },
518
- "v-banner-avatar/start": {
519
- "type": "boolean",
520
- "description": ""
521
- },
522
- "v-banner-avatar/end": {
523
- "type": "boolean",
524
- "description": ""
525
- },
526
- "v-banner-avatar/icon": {
527
- "type": "string|function|object",
528
- "description": ""
529
- },
530
- "v-banner-avatar/image": {
531
- "type": "string",
532
- "description": ""
533
- },
534
- "v-banner-avatar/density": {
535
- "type": "string",
536
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
537
- },
538
- "v-banner-avatar/rounded": {
539
- "type": "boolean|number|string",
540
- "description": ""
541
- },
542
- "v-banner-avatar/size": {
543
- "type": "string|number",
544
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
545
- },
546
- "v-banner-avatar/tag": {
547
- "type": "string",
548
- "description": "Specify a custom tag used on the root element."
549
- },
550
- "v-banner-icon/color": {
551
- "type": "string",
552
- "description": ""
553
- },
554
- "v-banner-icon/start": {
555
- "type": "boolean",
556
- "description": ""
557
- },
558
- "v-banner-icon/end": {
559
- "type": "boolean",
560
- "description": ""
561
- },
562
- "v-banner-icon/icon": {
563
- "type": "string|function|object",
564
- "description": ""
565
- },
566
- "v-banner-icon/image": {
567
- "type": "string",
568
- "description": ""
569
- },
570
- "v-banner-icon/density": {
571
- "type": "string",
572
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
573
- },
574
- "v-banner-icon/rounded": {
575
- "type": "boolean|number|string",
576
- "description": ""
577
- },
578
- "v-banner-icon/size": {
579
- "type": "string|number",
580
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
581
- },
582
- "v-banner-icon/tag": {
583
- "type": "string",
584
- "description": "Specify a custom tag used on the root element."
585
- },
586
514
  "v-banner-text/tag": {
587
515
  "type": "string",
588
516
  "description": ""
@@ -731,7 +659,7 @@
731
659
  "type": "any",
732
660
  "description": ""
733
661
  },
734
- "v-breadcrumbs-item/text": {
662
+ "v-breadcrumbs-item/title": {
735
663
  "type": "any",
736
664
  "description": ""
737
665
  },
@@ -787,10 +715,6 @@
787
715
  "type": "any",
788
716
  "description": "Displays the button as a flex-column."
789
717
  },
790
- "v-btn/loading": {
791
- "type": "any",
792
- "description": ""
793
- },
794
718
  "v-btn/ripple": {
795
719
  "type": "boolean",
796
720
  "description": ""
@@ -847,6 +771,10 @@
847
771
  "type": "string",
848
772
  "description": "Configure the active CSS class applied when the item is selected."
849
773
  },
774
+ "v-btn/loading": {
775
+ "type": "boolean",
776
+ "description": ""
777
+ },
850
778
  "v-btn/location": {
851
779
  "type": "string",
852
780
  "description": ""
@@ -972,7 +900,7 @@
972
900
  "description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text)."
973
901
  },
974
902
  "v-card/link": {
975
- "type": "any",
903
+ "type": "boolean",
976
904
  "description": ""
977
905
  },
978
906
  "v-card/prepend-avatar": {
@@ -1039,6 +967,10 @@
1039
967
  "type": "number|string",
1040
968
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1041
969
  },
970
+ "v-card/loading": {
971
+ "type": "boolean",
972
+ "description": ""
973
+ },
1042
974
  "v-card/location": {
1043
975
  "type": "string",
1044
976
  "description": ""
@@ -1075,26 +1007,34 @@
1075
1007
  "type": "string",
1076
1008
  "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
1077
1009
  },
1078
- "v-card-avatar/tag": {
1079
- "type": "string",
1010
+ "v-card-item/append-avatar": {
1011
+ "type": "any",
1080
1012
  "description": ""
1081
1013
  },
1082
- "v-card-content/tag": {
1083
- "type": "string",
1014
+ "v-card-item/append-icon": {
1015
+ "type": "any",
1084
1016
  "description": ""
1085
1017
  },
1086
- "v-card-header/tag": {
1087
- "type": "string",
1018
+ "v-card-item/prepend-avatar": {
1019
+ "type": "any",
1088
1020
  "description": ""
1089
1021
  },
1090
- "v-card-header-text/tag": {
1091
- "type": "string",
1022
+ "v-card-item/prepend-icon": {
1023
+ "type": "any",
1092
1024
  "description": ""
1093
1025
  },
1094
- "v-card-img/tag": {
1095
- "type": "string",
1026
+ "v-card-item/subtitle": {
1027
+ "type": "any",
1096
1028
  "description": ""
1097
1029
  },
1030
+ "v-card-item/title": {
1031
+ "type": "any",
1032
+ "description": ""
1033
+ },
1034
+ "v-card-item/density": {
1035
+ "type": "string",
1036
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1037
+ },
1098
1038
  "v-card-subtitle/tag": {
1099
1039
  "type": "string",
1100
1040
  "description": ""
@@ -2823,23 +2763,47 @@
2823
2763
  "type": "string",
2824
2764
  "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
2825
2765
  },
2826
- "v-list-subheader/color": {
2766
+ "v-list-group/title": {
2827
2767
  "type": "any",
2828
2768
  "description": ""
2829
2769
  },
2830
- "v-list-subheader/inset": {
2831
- "type": "any",
2770
+ "v-list-group/active-color": {
2771
+ "type": "string",
2832
2772
  "description": ""
2833
2773
  },
2834
- "v-list-subheader/sticky": {
2835
- "type": "any",
2774
+ "v-list-group/color": {
2775
+ "type": "string",
2836
2776
  "description": ""
2837
2777
  },
2838
- "v-list-subheader/title": {
2839
- "type": "any",
2778
+ "v-list-group/collapse-icon": {
2779
+ "type": "string|function|object",
2840
2780
  "description": ""
2841
2781
  },
2842
- "v-list-subheader/tag": {
2782
+ "v-list-group/expand-icon": {
2783
+ "type": "string|function|object",
2784
+ "description": ""
2785
+ },
2786
+ "v-list-group/prepend-icon": {
2787
+ "type": "string|function|object",
2788
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2789
+ },
2790
+ "v-list-group/append-icon": {
2791
+ "type": "string|function|object",
2792
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2793
+ },
2794
+ "v-list-group/fluid": {
2795
+ "type": "boolean",
2796
+ "description": ""
2797
+ },
2798
+ "v-list-group/subgroup": {
2799
+ "type": "boolean",
2800
+ "description": ""
2801
+ },
2802
+ "v-list-group/value": {
2803
+ "type": "any",
2804
+ "description": "Expands / Collapse the list-group"
2805
+ },
2806
+ "v-list-group/tag": {
2843
2807
  "type": "string",
2844
2808
  "description": "Specify a custom tag used on the root element."
2845
2809
  },
@@ -2848,17 +2812,17 @@
2848
2812
  "description": ""
2849
2813
  },
2850
2814
  "v-list-item/active": {
2851
- "type": "any",
2815
+ "type": "boolean",
2852
2816
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2853
2817
  },
2854
- "v-list-item/active-color": {
2855
- "type": "any",
2856
- "description": "The applied color when a `v-list-item` is in an active state"
2857
- },
2858
2818
  "v-list-item/active-class": {
2859
2819
  "type": "any",
2860
2820
  "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
2861
2821
  },
2822
+ "v-list-item/active-color": {
2823
+ "type": "any",
2824
+ "description": "The applied color when a `v-list-item` is in an active state"
2825
+ },
2862
2826
  "v-list-item/append-avatar": {
2863
2827
  "type": "any",
2864
2828
  "description": "Appends a [v-avatar](/components/avatars/) component to the header"
@@ -2875,6 +2839,10 @@
2875
2839
  "type": "any",
2876
2840
  "description": ""
2877
2841
  },
2842
+ "v-list-item/link": {
2843
+ "type": "boolean",
2844
+ "description": ""
2845
+ },
2878
2846
  "v-list-item/nav": {
2879
2847
  "type": "any",
2880
2848
  "description": ""
@@ -2899,10 +2867,6 @@
2899
2867
  "type": "any",
2900
2868
  "description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
2901
2869
  },
2902
- "v-list-item/link": {
2903
- "type": "any",
2904
- "description": ""
2905
- },
2906
2870
  "v-list-item/border": {
2907
2871
  "type": "boolean|number|string",
2908
2872
  "description": "Applies border styles to component."
@@ -2983,74 +2947,6 @@
2983
2947
  "type": "string",
2984
2948
  "description": "Specify a custom tag used on the root element."
2985
2949
  },
2986
- "v-list-item-avatar/color": {
2987
- "type": "string",
2988
- "description": ""
2989
- },
2990
- "v-list-item-avatar/start": {
2991
- "type": "boolean",
2992
- "description": ""
2993
- },
2994
- "v-list-item-avatar/end": {
2995
- "type": "boolean",
2996
- "description": ""
2997
- },
2998
- "v-list-item-avatar/icon": {
2999
- "type": "string|function|object",
3000
- "description": ""
3001
- },
3002
- "v-list-item-avatar/image": {
3003
- "type": "string",
3004
- "description": ""
3005
- },
3006
- "v-list-item-avatar/density": {
3007
- "type": "string",
3008
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3009
- },
3010
- "v-list-item-avatar/rounded": {
3011
- "type": "boolean|number|string",
3012
- "description": ""
3013
- },
3014
- "v-list-item-avatar/size": {
3015
- "type": "string|number",
3016
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
3017
- },
3018
- "v-list-item-avatar/tag": {
3019
- "type": "string",
3020
- "description": "Specify a custom tag used on the root element."
3021
- },
3022
- "v-list-item-header/tag": {
3023
- "type": "string",
3024
- "description": ""
3025
- },
3026
- "v-list-item-icon/color": {
3027
- "type": "string",
3028
- "description": ""
3029
- },
3030
- "v-list-item-icon/start": {
3031
- "type": "boolean",
3032
- "description": ""
3033
- },
3034
- "v-list-item-icon/end": {
3035
- "type": "boolean",
3036
- "description": ""
3037
- },
3038
- "v-list-item-icon/icon": {
3039
- "type": "string|function|object",
3040
- "description": "Designates a specific icon."
3041
- },
3042
- "v-list-item-icon/size": {
3043
- "type": "string|number",
3044
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
3045
- },
3046
- "v-list-item-icon/tag": {
3047
- "type": "string",
3048
- "description": ""
3049
- },
3050
- "v-list-item-icon/theme": {
3051
- "type": "string",
3052
- "description": ""
3053
- },
3054
2950
  "v-list-item-media/start": {
3055
2951
  "type": "any",
3056
2952
  "description": ""
@@ -3071,27 +2967,23 @@
3071
2967
  "type": "string",
3072
2968
  "description": ""
3073
2969
  },
3074
- "v-list-group/active-color": {
2970
+ "v-list-subheader/color": {
3075
2971
  "type": "any",
3076
2972
  "description": ""
3077
2973
  },
3078
- "v-list-group/color": {
2974
+ "v-list-subheader/inset": {
3079
2975
  "type": "any",
3080
2976
  "description": ""
3081
2977
  },
3082
- "v-list-group/collapse-icon": {
3083
- "type": "string|function|object",
3084
- "description": ""
3085
- },
3086
- "v-list-group/expand-icon": {
3087
- "type": "string|function|object",
2978
+ "v-list-subheader/sticky": {
2979
+ "type": "any",
3088
2980
  "description": ""
3089
2981
  },
3090
- "v-list-group/value": {
2982
+ "v-list-subheader/title": {
3091
2983
  "type": "any",
3092
- "description": "Expands / Collapse the list-group"
2984
+ "description": ""
3093
2985
  },
3094
- "v-list-group/tag": {
2986
+ "v-list-subheader/tag": {
3095
2987
  "type": "string",
3096
2988
  "description": "Specify a custom tag used on the root element."
3097
2989
  },
@@ -3111,6 +3003,10 @@
3111
3003
  "type": "boolean",
3112
3004
  "description": ""
3113
3005
  },
3006
+ "v-main/scrollable": {
3007
+ "type": "any",
3008
+ "description": ""
3009
+ },
3114
3010
  "v-main/tag": {
3115
3011
  "type": "string",
3116
3012
  "description": "Specify a custom tag used on the root element."
@@ -3163,6 +3059,10 @@
3163
3059
  "type": "number|string",
3164
3060
  "description": ""
3165
3061
  },
3062
+ "v-navigation-drawer/scrim": {
3063
+ "type": "string|boolean",
3064
+ "description": ""
3065
+ },
3166
3066
  "v-navigation-drawer/image": {
3167
3067
  "type": "any",
3168
3068
  "description": ""
@@ -3183,6 +3083,10 @@
3183
3083
  "type": "string",
3184
3084
  "description": ""
3185
3085
  },
3086
+ "v-navigation-drawer/sticky": {
3087
+ "type": "any",
3088
+ "description": ""
3089
+ },
3186
3090
  "v-navigation-drawer/border": {
3187
3091
  "type": "boolean|number|string",
3188
3092
  "description": "Applies border styles to component."
@@ -3319,6 +3223,10 @@
3319
3223
  "type": "number|string",
3320
3224
  "description": "Sets the width for the component."
3321
3225
  },
3226
+ "v-overlay/eager": {
3227
+ "type": "boolean",
3228
+ "description": ""
3229
+ },
3322
3230
  "v-overlay/location-strategy": {
3323
3231
  "type": "string|function",
3324
3232
  "description": ""
@@ -3332,7 +3240,7 @@
3332
3240
  "description": ""
3333
3241
  },
3334
3242
  "v-overlay/offset": {
3335
- "type": "number|string",
3243
+ "type": "number|string|array",
3336
3244
  "description": ""
3337
3245
  },
3338
3246
  "v-overlay/scroll-strategy": {
@@ -3347,8 +3255,8 @@
3347
3255
  "type": "boolean|string|object",
3348
3256
  "description": ""
3349
3257
  },
3350
- "v-overlay/eager": {
3351
- "type": "boolean",
3258
+ "v-pagination/active-color": {
3259
+ "type": "any",
3352
3260
  "description": ""
3353
3261
  },
3354
3262
  "v-pagination/start": {
@@ -3423,10 +3331,6 @@
3423
3331
  "type": "any",
3424
3332
  "description": "Show buttons for going to first and last page"
3425
3333
  },
3426
- "v-pagination/rounded": {
3427
- "type": "boolean|number|string",
3428
- "description": ""
3429
- },
3430
3334
  "v-pagination/border": {
3431
3335
  "type": "boolean|number|string",
3432
3336
  "description": "Applies border styles to component."
@@ -3439,6 +3343,10 @@
3439
3343
  "type": "number|string",
3440
3344
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3441
3345
  },
3346
+ "v-pagination/rounded": {
3347
+ "type": "boolean|number|string",
3348
+ "description": ""
3349
+ },
3442
3350
  "v-pagination/size": {
3443
3351
  "type": "string|number",
3444
3352
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
@@ -3567,6 +3475,30 @@
3567
3475
  "type": "string",
3568
3476
  "description": "Specify a theme for this component and all of its children"
3569
3477
  },
3478
+ "v-radio/color": {
3479
+ "type": "string",
3480
+ "description": ""
3481
+ },
3482
+ "v-radio/disabled": {
3483
+ "type": "boolean",
3484
+ "description": ""
3485
+ },
3486
+ "v-radio/error": {
3487
+ "type": "boolean",
3488
+ "description": ""
3489
+ },
3490
+ "v-radio/id": {
3491
+ "type": "string",
3492
+ "description": ""
3493
+ },
3494
+ "v-radio/inline": {
3495
+ "type": "boolean",
3496
+ "description": ""
3497
+ },
3498
+ "v-radio/label": {
3499
+ "type": "string",
3500
+ "description": ""
3501
+ },
3570
3502
  "v-radio/false-icon": {
3571
3503
  "type": "string|function|object",
3572
3504
  "description": "The icon used when inactive"
@@ -3575,6 +3507,54 @@
3575
3507
  "type": "string|function|object",
3576
3508
  "description": "The icon used when active"
3577
3509
  },
3510
+ "v-radio/ripple": {
3511
+ "type": "boolean",
3512
+ "description": ""
3513
+ },
3514
+ "v-radio/multiple": {
3515
+ "type": "boolean",
3516
+ "description": ""
3517
+ },
3518
+ "v-radio/name": {
3519
+ "type": "string",
3520
+ "description": "Sets the component's name attribute"
3521
+ },
3522
+ "v-radio/readonly": {
3523
+ "type": "boolean",
3524
+ "description": ""
3525
+ },
3526
+ "v-radio/true-value": {
3527
+ "type": "any",
3528
+ "description": "Sets value for truthy state"
3529
+ },
3530
+ "v-radio/false-value": {
3531
+ "type": "any",
3532
+ "description": "Sets value for falsy state"
3533
+ },
3534
+ "v-radio/model-value": {
3535
+ "type": "any",
3536
+ "description": ""
3537
+ },
3538
+ "v-radio/type": {
3539
+ "type": "string",
3540
+ "description": ""
3541
+ },
3542
+ "v-radio/value": {
3543
+ "type": "any",
3544
+ "description": ""
3545
+ },
3546
+ "v-radio/value-comparator": {
3547
+ "type": "function",
3548
+ "description": ""
3549
+ },
3550
+ "v-radio/theme": {
3551
+ "type": "string",
3552
+ "description": "Specify a theme for this component and all of its children"
3553
+ },
3554
+ "v-radio/density": {
3555
+ "type": "string",
3556
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3557
+ },
3578
3558
  "v-radio-group/height": {
3579
3559
  "type": "number|string",
3580
3560
  "description": "Sets the height for the component"
@@ -4391,10 +4371,6 @@
4391
4371
  "type": "any",
4392
4372
  "description": ""
4393
4373
  },
4394
- "v-snackbar/app": {
4395
- "type": "any",
4396
- "description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
4397
- },
4398
4374
  "v-snackbar/content-class": {
4399
4375
  "type": "string",
4400
4376
  "description": "Apply a custom class to the snackbar content"
@@ -4771,14 +4747,14 @@
4771
4747
  "type": "string",
4772
4748
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
4773
4749
  },
4774
- "v-table/theme": {
4775
- "type": "string",
4776
- "description": "Specify a theme for this component and all of its children"
4777
- },
4778
4750
  "v-table/tag": {
4779
4751
  "type": "string",
4780
4752
  "description": "Specify a custom tag used on the root element."
4781
4753
  },
4754
+ "v-table/theme": {
4755
+ "type": "string",
4756
+ "description": "Specify a theme for this component and all of its children"
4757
+ },
4782
4758
  "v-textarea/auto-grow": {
4783
4759
  "type": "any",
4784
4760
  "description": "Automatically grow the textarea depending on amount of text"
@@ -5179,6 +5155,10 @@
5179
5155
  "type": "string",
5180
5156
  "description": "Specify a theme for this component and all of its children"
5181
5157
  },
5158
+ "v-timeline-item/density": {
5159
+ "type": "any",
5160
+ "description": ""
5161
+ },
5182
5162
  "v-timeline-item/dot-color": {
5183
5163
  "type": "any",
5184
5164
  "description": ""
@@ -5203,6 +5183,10 @@
5203
5183
  "type": "any",
5204
5184
  "description": "Color of the icon"
5205
5185
  },
5186
+ "v-timeline-item/line-inset": {
5187
+ "type": "any",
5188
+ "description": ""
5189
+ },
5206
5190
  "v-timeline-item/rounded": {
5207
5191
  "type": "boolean|number|string",
5208
5192
  "description": ""
@@ -5443,10 +5427,6 @@
5443
5427
  "type": "boolean|string",
5444
5428
  "description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
5445
5429
  },
5446
- "v-window-item/eager": {
5447
- "type": "boolean",
5448
- "description": ""
5449
- },
5450
5430
  "v-window-item/value": {
5451
5431
  "type": "any",
5452
5432
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -5458,5 +5438,9 @@
5458
5438
  "v-window-item/selected-class": {
5459
5439
  "type": "string",
5460
5440
  "description": "Configure the active CSS class applied when the item is selected."
5441
+ },
5442
+ "v-window-item/eager": {
5443
+ "type": "boolean",
5444
+ "description": ""
5461
5445
  }
5462
5446
  }