vuetify 3.0.0-alpha.10 → 3.0.0-alpha.13

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 (1034) hide show
  1. package/dist/json/attributes.json +2859 -943
  2. package/dist/json/importMap.json +541 -0
  3. package/dist/json/tags.json +794 -151
  4. package/dist/json/web-types.json +10032 -3845
  5. package/dist/vuetify.css +6361 -6212
  6. package/dist/vuetify.d.ts +12964 -24
  7. package/dist/vuetify.esm.js +14351 -0
  8. package/dist/vuetify.esm.js.map +1 -0
  9. package/dist/vuetify.js +12983 -15206
  10. package/dist/vuetify.js.map +1 -1
  11. package/dist/vuetify.min.css +6 -4
  12. package/dist/vuetify.min.js +4 -9729
  13. package/dist/vuetify.min.js.map +1 -1
  14. package/lib/components/VAlert/VAlert.css +194 -0
  15. package/lib/components/VAlert/VAlert.mjs +51 -66
  16. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  17. package/lib/components/VAlert/VAlert.sass +64 -83
  18. package/lib/components/VAlert/VAlertTitle.mjs +3 -0
  19. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -0
  20. package/lib/components/VAlert/_variables.scss +23 -28
  21. package/lib/components/VAlert/index.mjs +2 -1
  22. package/lib/components/VAlert/index.mjs.map +1 -1
  23. package/lib/components/VApp/VApp.css +28 -0
  24. package/lib/components/VApp/VApp.mjs +24 -14
  25. package/lib/components/VApp/VApp.mjs.map +1 -1
  26. package/lib/components/VApp/VApp.sass +0 -3
  27. package/lib/components/VApp/index.mjs +1 -1
  28. package/lib/components/VApp/index.mjs.map +1 -1
  29. package/lib/components/VAppBar/VAppBar.css +97 -0
  30. package/lib/components/VAppBar/VAppBar.mjs +27 -20
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/VAppBar.sass +12 -13
  33. package/lib/components/VAppBar/VAppBarNavIcon.mjs +6 -5
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  35. package/lib/components/VAppBar/VAppBarTitle.css +10 -0
  36. package/lib/components/VAppBar/VAppBarTitle.mjs +6 -5
  37. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  38. package/lib/components/VAppBar/VAppBarTitle.sass +1 -1
  39. package/lib/components/VAppBar/_variables.scss +11 -7
  40. package/lib/components/VAppBar/index.mjs +3 -3
  41. package/lib/components/VAppBar/index.mjs.map +1 -1
  42. package/lib/components/VAutocomplete/VAutocomplete.mjs +21 -4
  43. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  44. package/lib/components/VAvatar/VAvatar.css +45 -0
  45. package/lib/components/VAvatar/VAvatar.mjs +12 -12
  46. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  47. package/lib/components/VAvatar/VAvatar.sass +6 -15
  48. package/lib/components/VAvatar/_mixins.scss +10 -4
  49. package/lib/components/VAvatar/_variables.scss +7 -3
  50. package/lib/components/VAvatar/index.mjs +1 -1
  51. package/lib/components/VAvatar/index.mjs.map +1 -1
  52. package/lib/components/VBadge/VBadge.css +74 -0
  53. package/lib/components/VBadge/VBadge.mjs +9 -9
  54. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  55. package/lib/components/VBadge/VBadge.sass +4 -3
  56. package/lib/components/VBadge/_variables.scss +3 -3
  57. package/lib/components/VBadge/index.mjs +1 -1
  58. package/lib/components/VBadge/index.mjs.map +1 -1
  59. package/lib/components/VBanner/VBanner.css +145 -0
  60. package/lib/components/VBanner/VBanner.mjs +20 -21
  61. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  62. package/lib/components/VBanner/VBanner.sass +10 -9
  63. package/lib/components/VBanner/VBannerActions.mjs +1 -1
  64. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  65. package/lib/components/VBanner/VBannerAvatar.mjs +6 -5
  66. package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -1
  67. package/lib/components/VBanner/VBannerContent.mjs +1 -1
  68. package/lib/components/VBanner/VBannerContent.mjs.map +1 -1
  69. package/lib/components/VBanner/VBannerText.mjs +1 -1
  70. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  71. package/lib/components/VBanner/_variables.scss +11 -7
  72. package/lib/components/VBanner/index.mjs +5 -5
  73. package/lib/components/VBanner/index.mjs.map +1 -1
  74. package/lib/components/VBottomNavigation/VBottomNavigation.css +61 -0
  75. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +51 -31
  76. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  77. package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -12
  78. package/lib/components/VBottomNavigation/_variables.scss +25 -5
  79. package/lib/components/VBottomNavigation/index.mjs +1 -1
  80. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  81. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  82. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  83. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +48 -0
  84. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +53 -48
  85. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  86. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +5 -3
  87. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
  88. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  89. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +30 -34
  90. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  91. package/lib/components/VBreadcrumbs/_variables.scss +6 -3
  92. package/lib/components/VBreadcrumbs/index.mjs +3 -3
  93. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  94. package/lib/components/VBtn/VBtn.css +296 -0
  95. package/lib/components/VBtn/VBtn.mjs +32 -26
  96. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  97. package/lib/components/VBtn/VBtn.sass +41 -79
  98. package/lib/components/VBtn/_mixins.scss +14 -7
  99. package/lib/components/VBtn/_variables.scss +20 -33
  100. package/lib/components/VBtn/index.mjs +1 -1
  101. package/lib/components/VBtn/index.mjs.map +1 -1
  102. package/lib/components/VBtnGroup/VBtnGroup.css +49 -0
  103. package/lib/components/VBtnGroup/VBtnGroup.mjs +67 -0
  104. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -0
  105. package/lib/components/VBtnGroup/VBtnGroup.sass +44 -0
  106. package/lib/components/VBtnGroup/_variables.scss +25 -0
  107. package/lib/components/VBtnGroup/index.mjs +2 -0
  108. package/lib/components/VBtnGroup/index.mjs.map +1 -0
  109. package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
  110. package/lib/components/VBtnToggle/VBtnToggle.mjs +45 -39
  111. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  112. package/lib/components/VBtnToggle/VBtnToggle.sass +5 -97
  113. package/lib/components/VBtnToggle/_variables.scss +3 -10
  114. package/lib/components/VBtnToggle/index.mjs +1 -3
  115. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  116. package/lib/components/VCalendar/VCalendar.mjs +8 -4
  117. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  118. package/lib/components/VCalendar/VCalendarCategory.mjs +1 -1
  119. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  120. package/lib/components/VCalendar/VCalendarCategory.sass +67 -0
  121. package/lib/components/VCalendar/VCalendarDaily.mjs +1 -1
  122. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  123. package/lib/components/VCalendar/VCalendarMonthly.mjs +1 -1
  124. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  125. package/lib/components/VCalendar/VCalendarWeekly.mjs +1 -1
  126. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  127. package/lib/components/VCalendar/_variables.scss +4 -0
  128. package/lib/components/VCalendar/mixins/calendar-base.mjs +5 -4
  129. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  130. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +18 -12
  131. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  132. package/lib/components/VCalendar/mixins/calendar-with-events.sass +7 -1
  133. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +2 -1
  134. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  135. package/lib/components/VCalendar/mixins/mouse.mjs +19 -0
  136. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  137. package/lib/components/VCalendar/modes/common.mjs +7 -3
  138. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  139. package/lib/components/VCalendar/modes/stack.mjs +2 -1
  140. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  141. package/lib/components/VCalendar/util/events.mjs +3 -1
  142. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  143. package/lib/components/VCalendar/util/timestamp.mjs +19 -7
  144. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  145. package/lib/components/VCard/VCard.css +263 -0
  146. package/lib/components/VCard/VCard.mjs +30 -32
  147. package/lib/components/VCard/VCard.mjs.map +1 -1
  148. package/lib/components/VCard/VCard.sass +18 -18
  149. package/lib/components/VCard/VCardActions.mjs +1 -1
  150. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  151. package/lib/components/VCard/VCardAvatar.mjs +1 -1
  152. package/lib/components/VCard/VCardAvatar.mjs.map +1 -1
  153. package/lib/components/VCard/VCardHeader.mjs +1 -1
  154. package/lib/components/VCard/VCardHeader.mjs.map +1 -1
  155. package/lib/components/VCard/VCardHeaderText.mjs +1 -1
  156. package/lib/components/VCard/VCardHeaderText.mjs.map +1 -1
  157. package/lib/components/VCard/VCardImg.mjs +1 -1
  158. package/lib/components/VCard/VCardImg.mjs.map +1 -1
  159. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  160. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  161. package/lib/components/VCard/VCardText.mjs +1 -1
  162. package/lib/components/VCard/VCardText.mjs.map +1 -1
  163. package/lib/components/VCard/VCardTitle.mjs +1 -1
  164. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  165. package/lib/components/VCard/_variables.scss +20 -20
  166. package/lib/components/VCard/index.mjs +9 -10
  167. package/lib/components/VCard/index.mjs.map +1 -1
  168. package/lib/components/VCarousel/VCarousel.mjs +2 -2
  169. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  170. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  171. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  172. package/lib/components/VCheckbox/VCheckbox.css +3 -0
  173. package/lib/components/VCheckbox/VCheckbox.mjs +56 -83
  174. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  175. package/lib/components/VCheckbox/VCheckbox.sass +8 -8
  176. package/lib/components/VCheckbox/_variables.scss +2 -4
  177. package/lib/components/VCheckbox/index.mjs +1 -9
  178. package/lib/components/VCheckbox/index.mjs.map +1 -1
  179. package/lib/components/VChip/VChip.css +273 -0
  180. package/lib/components/VChip/VChip.mjs +52 -30
  181. package/lib/components/VChip/VChip.mjs.map +1 -1
  182. package/lib/components/VChip/VChip.sass +24 -21
  183. package/lib/components/VChip/_mixins.scss +24 -15
  184. package/lib/components/VChip/_variables.scss +17 -21
  185. package/lib/components/VChip/index.mjs +1 -1
  186. package/lib/components/VChip/index.mjs.map +1 -1
  187. package/lib/components/VChipGroup/VChipGroup.css +18 -0
  188. package/lib/components/VChipGroup/VChipGroup.mjs +66 -38
  189. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  190. package/lib/components/VChipGroup/VChipGroup.sass +11 -17
  191. package/lib/components/VChipGroup/_variables.scss +3 -5
  192. package/lib/components/VChipGroup/index.mjs +1 -3
  193. package/lib/components/VChipGroup/index.mjs.map +1 -1
  194. package/lib/components/VCode/VCode.css +7 -0
  195. package/lib/components/VCode/VCode.sass +2 -2
  196. package/lib/components/VCode/index.mjs +1 -1
  197. package/lib/components/VColorPicker/VColorPicker.mjs +3 -3
  198. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  199. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  200. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  201. package/lib/components/VColorPicker/VColorPickerEdit.mjs +3 -2
  202. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  203. package/lib/components/VColorPicker/VColorPickerPreview.mjs +1 -1
  204. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  205. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +2 -2
  206. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  207. package/lib/components/VColorPicker/_variables.scss +1 -1
  208. package/lib/components/VCombobox/VCombobox.mjs +1 -6
  209. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  210. package/lib/components/VCounter/VCounter.css +6 -0
  211. package/lib/components/VCounter/VCounter.mjs +36 -27
  212. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  213. package/lib/components/VCounter/VCounter.sass +5 -7
  214. package/lib/components/VCounter/_variables.scss +3 -2
  215. package/lib/components/VCounter/index.mjs +1 -3
  216. package/lib/components/VCounter/index.mjs.map +1 -1
  217. package/lib/components/VDataIterator/VDataFooter.mjs +1 -1
  218. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  219. package/lib/components/VDataIterator/VDataIterator.mjs +14 -6
  220. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  221. package/lib/components/VDataTable/MobileRow.mjs +6 -5
  222. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  223. package/lib/components/VDataTable/Row.mjs +19 -11
  224. package/lib/components/VDataTable/Row.mjs.map +1 -1
  225. package/lib/components/VDataTable/RowGroup.mjs +5 -4
  226. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  227. package/lib/components/VDataTable/VDataTable.mjs +6 -4
  228. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  229. package/lib/components/VDataTable/VDataTableHeader.mjs +7 -6
  230. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  231. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs +2 -2
  232. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  233. package/lib/components/VDataTable/VEditDialog.mjs +7 -6
  234. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  235. package/lib/components/VDataTable/VVirtualTable.mjs +1 -1
  236. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  237. package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
  238. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  239. package/lib/components/VDatePicker/VDatePickerHeader.mjs +4 -4
  240. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  241. package/lib/components/VDatePicker/VDatePickerTitle.mjs +2 -2
  242. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  243. package/lib/components/VDatePicker/VDatePickerYears.mjs +3 -3
  244. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  245. package/lib/components/VDatePicker/mixins/date-picker-table.mjs +6 -5
  246. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  247. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +6 -4
  248. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  249. package/lib/components/VDatePicker/util/pad.mjs +4 -1
  250. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  251. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +26 -8
  252. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  253. package/lib/components/VDefaultsProvider/index.mjs +1 -1
  254. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  255. package/lib/components/VDialog/VDialog.css +57 -0
  256. package/lib/components/VDialog/VDialog.mjs +45 -44
  257. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  258. package/lib/components/VDialog/VDialog.sass +20 -2
  259. package/lib/components/VDialog/_variables.scss +9 -4
  260. package/lib/components/VDialog/index.mjs +1 -2
  261. package/lib/components/VDialog/index.mjs.map +1 -1
  262. package/lib/components/VDivider/VDivider.css +30 -0
  263. package/lib/components/VDivider/VDivider.mjs +9 -8
  264. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  265. package/lib/components/VDivider/VDivider.sass +4 -3
  266. package/lib/components/VDivider/_variables.scss +4 -2
  267. package/lib/components/VDivider/index.mjs +1 -1
  268. package/lib/components/VDivider/index.mjs.map +1 -1
  269. package/lib/components/VExpansionPanel/VExpansionPanel.css +189 -0
  270. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +83 -81
  271. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  272. package/lib/components/VExpansionPanel/VExpansionPanel.sass +91 -129
  273. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +42 -0
  274. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -0
  275. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +77 -0
  276. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -0
  277. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +42 -60
  278. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  279. package/lib/components/VExpansionPanel/_variables.scss +13 -7
  280. package/lib/components/VExpansionPanel/index.mjs +4 -13
  281. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  282. package/lib/components/VField/VField.css +394 -0
  283. package/lib/components/VField/VField.mjs +249 -0
  284. package/lib/components/VField/VField.mjs.map +1 -0
  285. package/lib/components/VField/VField.sass +388 -0
  286. package/lib/components/VField/VFieldLabel.mjs +27 -0
  287. package/lib/components/VField/VFieldLabel.mjs.map +1 -0
  288. package/lib/components/VField/_variables.scss +43 -0
  289. package/lib/components/VField/index.mjs +3 -0
  290. package/lib/components/VField/index.mjs.map +1 -0
  291. package/lib/components/VFileInput/VFileInput.css +8 -0
  292. package/lib/components/VFileInput/VFileInput.mjs +176 -221
  293. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  294. package/lib/components/VFileInput/VFileInput.sass +3 -51
  295. package/lib/components/VFileInput/_variables.scss +2 -6
  296. package/lib/components/VFileInput/index.mjs +1 -3
  297. package/lib/components/VFileInput/index.mjs.map +1 -1
  298. package/lib/components/VFooter/VFooter.css +20 -0
  299. package/lib/components/VFooter/VFooter.mjs +12 -11
  300. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  301. package/lib/components/VFooter/VFooter.sass +10 -8
  302. package/lib/components/VFooter/_variables.scss +5 -2
  303. package/lib/components/VFooter/index.mjs +1 -1
  304. package/lib/components/VFooter/index.mjs.map +1 -1
  305. package/lib/components/VForm/VForm.mjs +46 -127
  306. package/lib/components/VForm/VForm.mjs.map +1 -1
  307. package/lib/components/VForm/index.mjs +1 -3
  308. package/lib/components/VForm/index.mjs.map +1 -1
  309. package/lib/components/VGrid/VCol.mjs +6 -5
  310. package/lib/components/VGrid/VCol.mjs.map +1 -1
  311. package/lib/components/VGrid/VContainer.mjs +7 -6
  312. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  313. package/lib/components/VGrid/VGrid.css +1002 -0
  314. package/lib/components/VGrid/VGrid.sass +9 -8
  315. package/lib/components/VGrid/VRow.mjs +6 -5
  316. package/lib/components/VGrid/VRow.mjs.map +1 -1
  317. package/lib/components/VGrid/VSpacer.mjs +1 -1
  318. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  319. package/lib/components/VGrid/_mixins.sass +26 -21
  320. package/lib/components/VGrid/index.mjs +4 -4
  321. package/lib/components/VGrid/index.mjs.map +1 -1
  322. package/lib/components/VHover/VHover.mjs +8 -7
  323. package/lib/components/VHover/VHover.mjs.map +1 -1
  324. package/lib/components/VHover/index.mjs +1 -1
  325. package/lib/components/VHover/index.mjs.map +1 -1
  326. package/lib/components/VIcon/VIcon.css +48 -0
  327. package/lib/components/VIcon/VIcon.mjs +16 -10
  328. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  329. package/lib/components/VIcon/VIcon.sass +6 -12
  330. package/lib/components/VIcon/_variables.scss +8 -5
  331. package/lib/components/VIcon/index.mjs +1 -1
  332. package/lib/components/VIcon/index.mjs.map +1 -1
  333. package/lib/components/VImg/VImg.css +34 -0
  334. package/lib/components/VImg/VImg.mjs +51 -22
  335. package/lib/components/VImg/VImg.mjs.map +1 -1
  336. package/lib/components/VImg/VImg.sass +12 -6
  337. package/lib/components/VImg/index.mjs +1 -1
  338. package/lib/components/VImg/index.mjs.map +1 -1
  339. package/lib/components/VInput/VInput.css +94 -0
  340. package/lib/components/VInput/VInput.mjs +88 -235
  341. package/lib/components/VInput/VInput.mjs.map +1 -1
  342. package/lib/components/VInput/VInput.sass +51 -354
  343. package/lib/components/VInput/_variables.scss +8 -36
  344. package/lib/components/VInput/index.mjs +1 -2
  345. package/lib/components/VInput/index.mjs.map +1 -1
  346. package/lib/components/VItemGroup/VItem.mjs +7 -5
  347. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  348. package/lib/components/VItemGroup/VItemGroup.css +6 -0
  349. package/lib/components/VItemGroup/VItemGroup.mjs +9 -8
  350. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  351. package/lib/components/VItemGroup/VItemGroup.sass +2 -2
  352. package/lib/components/VItemGroup/_variables.scss +3 -1
  353. package/lib/components/VItemGroup/index.mjs +2 -2
  354. package/lib/components/VItemGroup/index.mjs.map +1 -1
  355. package/lib/components/VKbd/VKbd.css +9 -0
  356. package/lib/components/VKbd/VKbd.sass +4 -3
  357. package/lib/components/VKbd/index.mjs +1 -1
  358. package/lib/components/VLabel/VLabel.css +18 -0
  359. package/lib/components/VLabel/VLabel.mjs +22 -55
  360. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  361. package/lib/components/VLabel/VLabel.sass +19 -11
  362. package/lib/components/VLabel/_variables.scss +7 -4
  363. package/lib/components/VLabel/index.mjs +1 -3
  364. package/lib/components/VLabel/index.mjs.map +1 -1
  365. package/lib/components/VLayout/VLayout.css +11 -0
  366. package/lib/components/VLayout/VLayout.mjs +13 -8
  367. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  368. package/lib/components/VLayout/VLayout.sass +1 -4
  369. package/lib/components/VLayout/VLayoutItem.css +8 -0
  370. package/lib/components/VLayout/VLayoutItem.mjs +21 -12
  371. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  372. package/lib/components/VLayout/VLayoutItem.sass +3 -3
  373. package/lib/components/VLayout/index.mjs +2 -2
  374. package/lib/components/VLayout/index.mjs.map +1 -1
  375. package/lib/components/VLazy/VLazy.mjs +7 -6
  376. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  377. package/lib/components/VLazy/index.mjs +1 -1
  378. package/lib/components/VLazy/index.mjs.map +1 -1
  379. package/lib/components/VList/VList.css +106 -0
  380. package/lib/components/VList/VList.mjs +80 -29
  381. package/lib/components/VList/VList.mjs.map +1 -1
  382. package/lib/components/VList/VList.sass +15 -10
  383. package/lib/components/VList/VListChildren.mjs +53 -0
  384. package/lib/components/VList/VListChildren.mjs.map +1 -0
  385. package/lib/components/VList/VListGroup.mjs +67 -0
  386. package/lib/components/VList/VListGroup.mjs.map +1 -0
  387. package/lib/components/VList/VListImg.mjs +1 -1
  388. package/lib/components/VList/VListImg.mjs.map +1 -1
  389. package/lib/components/VList/VListItem.css +271 -0
  390. package/lib/components/VList/VListItem.mjs +78 -37
  391. package/lib/components/VList/VListItem.mjs.map +1 -1
  392. package/lib/components/VList/VListItem.sass +42 -21
  393. package/lib/components/VList/VListItemAvatar.mjs +6 -5
  394. package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
  395. package/lib/components/VList/VListItemHeader.mjs +1 -1
  396. package/lib/components/VList/VListItemHeader.mjs.map +1 -1
  397. package/lib/components/VList/VListItemMedia.mjs +6 -5
  398. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  399. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  400. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  401. package/lib/components/VList/VListItemTitle.mjs +1 -1
  402. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  403. package/lib/components/VList/VListSubheader.mjs +25 -16
  404. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  405. package/lib/components/VList/_variables.scss +25 -21
  406. package/lib/components/VList/index.mjs +10 -9
  407. package/lib/components/VList/index.mjs.map +1 -1
  408. package/lib/components/VList/list.mjs +31 -0
  409. package/lib/components/VList/list.mjs.map +1 -0
  410. package/lib/components/VLocaleProvider/VLocaleProvider.css +3 -0
  411. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +7 -6
  412. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  413. package/lib/components/VLocaleProvider/index.mjs +1 -1
  414. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  415. package/lib/components/VMain/VMain.css +18 -0
  416. package/lib/components/VMain/VMain.mjs +9 -8
  417. package/lib/components/VMain/VMain.mjs.map +1 -1
  418. package/lib/components/VMain/VMain.sass +2 -1
  419. package/lib/components/VMain/_variables.scss +3 -1
  420. package/lib/components/VMain/index.mjs +1 -1
  421. package/lib/components/VMain/index.mjs.map +1 -1
  422. package/lib/components/VMenu/VMenu.css +24 -0
  423. package/lib/components/VMenu/VMenu.mjs +53 -451
  424. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  425. package/lib/components/VMenu/VMenu.sass +20 -68
  426. package/lib/components/VMenu/_variables.scss +3 -2
  427. package/lib/components/VMenu/index.mjs +1 -3
  428. package/lib/components/VMenu/index.mjs.map +1 -1
  429. package/lib/components/VMessages/VMessages.css +16 -0
  430. package/lib/components/VMessages/VMessages.mjs +42 -41
  431. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  432. package/lib/components/VMessages/VMessages.sass +6 -11
  433. package/lib/components/VMessages/_variables.scss +3 -2
  434. package/lib/components/VMessages/index.mjs +1 -3
  435. package/lib/components/VMessages/index.mjs.map +1 -1
  436. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +93 -0
  437. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +86 -23
  438. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  439. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +32 -20
  440. package/lib/components/VNavigationDrawer/_variables.scss +8 -5
  441. package/lib/components/VNavigationDrawer/index.mjs +1 -1
  442. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  443. package/lib/components/VNavigationDrawer/touch.mjs +139 -0
  444. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -0
  445. package/lib/components/VNoSsr/VNoSsr.mjs +23 -0
  446. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -0
  447. package/lib/components/VNoSsr/index.mjs +2 -0
  448. package/lib/components/VNoSsr/index.mjs.map +1 -0
  449. package/lib/components/VOtpInput/VOtpInput.mjs +345 -0
  450. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -0
  451. package/lib/components/VOtpInput/VOtpInput.sass +37 -0
  452. package/lib/components/VOtpInput/_variables.scss +4 -0
  453. package/lib/components/VOtpInput/index.mjs +4 -0
  454. package/lib/components/VOtpInput/index.mjs.map +1 -0
  455. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +1 -1
  456. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  457. package/lib/components/VOverlay/VOverlay.css +55 -0
  458. package/lib/components/VOverlay/VOverlay.mjs +112 -188
  459. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  460. package/lib/components/VOverlay/VOverlay.sass +21 -17
  461. package/lib/components/VOverlay/_variables.scss +0 -2
  462. package/lib/components/VOverlay/index.mjs +1 -2
  463. package/lib/components/VOverlay/index.mjs.map +1 -1
  464. package/lib/components/VOverlay/positionStrategies.mjs +203 -0
  465. package/lib/components/VOverlay/positionStrategies.mjs.map +1 -0
  466. package/lib/components/VOverlay/requestNewFrame.mjs +28 -0
  467. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -0
  468. package/lib/components/VOverlay/scrollStrategies.mjs +128 -0
  469. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -0
  470. package/lib/components/VOverlay/useActivator.mjs +205 -0
  471. package/lib/components/VOverlay/useActivator.mjs.map +1 -0
  472. package/lib/components/VOverlay/util/anchor.mjs +52 -0
  473. package/lib/components/VOverlay/util/anchor.mjs.map +1 -0
  474. package/lib/components/VOverlay/util/point.mjs +56 -0
  475. package/lib/components/VOverlay/util/point.mjs.map +1 -0
  476. package/lib/components/VPagination/VPagination.css +9 -0
  477. package/lib/components/VPagination/VPagination.mjs +45 -48
  478. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  479. package/lib/components/VPagination/VPagination.sass +14 -8
  480. package/lib/components/VPagination/index.mjs +1 -2
  481. package/lib/components/VPagination/index.mjs.map +1 -1
  482. package/lib/components/VParallax/VParallax.css +7 -0
  483. package/lib/components/VParallax/VParallax.mjs +71 -77
  484. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  485. package/lib/components/VParallax/VParallax.sass +1 -32
  486. package/lib/components/VParallax/index.mjs +1 -3
  487. package/lib/components/VParallax/index.mjs.map +1 -1
  488. package/lib/components/VPicker/VPicker.mjs +5 -5
  489. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  490. package/lib/components/VProgressCircular/VProgressCircular.css +101 -0
  491. package/lib/components/VProgressCircular/VProgressCircular.mjs +13 -13
  492. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  493. package/lib/components/VProgressCircular/VProgressCircular.sass +6 -4
  494. package/lib/components/VProgressCircular/_variables.scss +1 -1
  495. package/lib/components/VProgressCircular/index.mjs +1 -1
  496. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  497. package/lib/components/VProgressLinear/VProgressLinear.css +212 -0
  498. package/lib/components/VProgressLinear/VProgressLinear.mjs +138 -226
  499. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  500. package/lib/components/VProgressLinear/VProgressLinear.sass +83 -157
  501. package/lib/components/VProgressLinear/_variables.scss +11 -3
  502. package/lib/components/VProgressLinear/index.mjs +1 -3
  503. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  504. package/lib/components/VRadio/VRadio.mjs +34 -0
  505. package/lib/components/VRadio/VRadio.mjs.map +1 -0
  506. package/lib/components/VRadio/index.mjs +2 -0
  507. package/lib/components/VRadio/index.mjs.map +1 -0
  508. package/lib/components/VRadioGroup/VRadioGroup.css +10 -0
  509. package/lib/components/VRadioGroup/VRadioGroup.mjs +69 -69
  510. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  511. package/lib/components/VRadioGroup/VRadioGroup.sass +7 -37
  512. package/lib/components/VRadioGroup/_variables.scss +3 -3
  513. package/lib/components/VRadioGroup/index.mjs +1 -9
  514. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  515. package/lib/components/VRangeSlider/VRangeSlider.mjs +192 -211
  516. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  517. package/lib/components/VRangeSlider/index.mjs +1 -3
  518. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  519. package/lib/components/VRating/VRating.css +58 -0
  520. package/lib/components/VRating/VRating.mjs +28 -22
  521. package/lib/components/VRating/VRating.mjs.map +1 -1
  522. package/lib/components/VRating/VRating.sass +5 -3
  523. package/lib/components/VRating/_variables.scss +3 -1
  524. package/lib/components/VRating/index.mjs +1 -1
  525. package/lib/components/VRating/index.mjs.map +1 -1
  526. package/lib/components/VResponsive/VResponsive.css +23 -0
  527. package/lib/components/VResponsive/VResponsive.mjs +8 -7
  528. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  529. package/lib/components/VResponsive/VResponsive.sass +3 -2
  530. package/lib/components/VResponsive/index.mjs +1 -1
  531. package/lib/components/VResponsive/index.mjs.map +1 -1
  532. package/lib/components/VSelect/VSelect.css +37 -0
  533. package/lib/components/VSelect/VSelect.mjs +140 -766
  534. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  535. package/lib/components/VSelect/VSelect.sass +36 -147
  536. package/lib/components/VSelect/_variables.scss +7 -21
  537. package/lib/components/VSelect/index.mjs +1 -3
  538. package/lib/components/VSelect/index.mjs.map +1 -1
  539. package/lib/components/VSelectionControl/VSelectionControl.css +94 -0
  540. package/lib/components/VSelectionControl/VSelectionControl.mjs +211 -0
  541. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -0
  542. package/lib/components/VSelectionControl/VSelectionControl.sass +87 -0
  543. package/lib/components/VSelectionControl/_variables.scss +9 -0
  544. package/lib/components/VSelectionControl/index.mjs +2 -0
  545. package/lib/components/VSelectionControl/index.mjs.map +1 -0
  546. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +3 -0
  547. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +64 -0
  548. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -0
  549. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -0
  550. package/lib/components/VSelectionControlGroup/_variables.scss +4 -0
  551. package/lib/components/VSelectionControlGroup/index.mjs +2 -0
  552. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -0
  553. package/lib/components/VSheet/VSheet.css +23 -0
  554. package/lib/components/VSheet/VSheet.mjs +12 -11
  555. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  556. package/lib/components/VSheet/VSheet.sass +11 -16
  557. package/lib/components/VSheet/_variables.scss +5 -6
  558. package/lib/components/VSheet/index.mjs +1 -1
  559. package/lib/components/VSheet/index.mjs.map +1 -1
  560. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +7 -7
  561. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  562. package/lib/components/VSlideGroup/VSlideGroup.mjs +74 -43
  563. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  564. package/lib/components/VSlider/VSlider.css +42 -0
  565. package/lib/components/VSlider/VSlider.mjs +113 -542
  566. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  567. package/lib/components/VSlider/VSlider.sass +23 -280
  568. package/lib/components/VSlider/VSliderThumb.css +139 -0
  569. package/lib/components/VSlider/VSliderThumb.mjs +167 -0
  570. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -0
  571. package/lib/components/VSlider/VSliderThumb.sass +144 -0
  572. package/lib/components/VSlider/VSliderTrack.css +147 -0
  573. package/lib/components/VSlider/VSliderTrack.mjs +121 -0
  574. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -0
  575. package/lib/components/VSlider/VSliderTrack.sass +156 -0
  576. package/lib/components/VSlider/_variables.scss +18 -13
  577. package/lib/components/VSlider/index.mjs +1 -3
  578. package/lib/components/VSlider/index.mjs.map +1 -1
  579. package/lib/components/VSlider/slider.mjs +306 -0
  580. package/lib/components/VSlider/slider.mjs.map +1 -0
  581. package/lib/components/VSnackbar/VSnackbar.mjs +8 -12
  582. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  583. package/lib/components/VSnackbar/VSnackbar.sass +2 -0
  584. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  585. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  586. package/lib/components/VSparkline/helpers/path.mjs +3 -1
  587. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  588. package/lib/components/VSpeedDial/VSpeedDial.mjs +2 -2
  589. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  590. package/lib/components/VStepper/VStepper.mjs +2 -2
  591. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  592. package/lib/components/VStepper/VStepper.sass +5 -1
  593. package/lib/components/VStepper/VStepperStep.mjs +1 -1
  594. package/lib/components/VStepper/_variables.scss +2 -1
  595. package/lib/components/VSwitch/VSwitch.css +69 -0
  596. package/lib/components/VSwitch/VSwitch.mjs +100 -111
  597. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  598. package/lib/components/VSwitch/VSwitch.sass +71 -129
  599. package/lib/components/VSwitch/_variables.scss +10 -23
  600. package/lib/components/VSwitch/index.mjs +1 -3
  601. package/lib/components/VSwitch/index.mjs.map +1 -1
  602. package/lib/components/VSystemBar/VSystemBar.css +37 -0
  603. package/lib/components/VSystemBar/VSystemBar.mjs +12 -11
  604. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  605. package/lib/components/VSystemBar/VSystemBar.sass +7 -6
  606. package/lib/components/VSystemBar/_variables.scss +9 -5
  607. package/lib/components/VSystemBar/index.mjs +1 -1
  608. package/lib/components/VSystemBar/index.mjs.map +1 -1
  609. package/lib/components/VTable/VTable.css +143 -0
  610. package/lib/components/VTable/VTable.mjs +54 -0
  611. package/lib/components/VTable/VTable.mjs.map +1 -0
  612. package/lib/components/VTable/VTable.sass +156 -0
  613. package/lib/components/VTable/_mixins.scss +25 -0
  614. package/lib/components/VTable/_variables.scss +21 -0
  615. package/lib/components/VTable/index.mjs +2 -0
  616. package/lib/components/VTable/index.mjs.map +1 -0
  617. package/lib/components/VTabs/VTab.mjs +18 -8
  618. package/lib/components/VTabs/VTab.mjs.map +1 -1
  619. package/lib/components/VTabs/VTabs.mjs +4 -4
  620. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  621. package/lib/components/VTabs/VTabs.sass +5 -2
  622. package/lib/components/VTabs/VTabsBar.mjs +2 -2
  623. package/lib/components/VTabs/VTabsBar.mjs.map +1 -1
  624. package/lib/components/VTabs/VTabsSlider.mjs +1 -1
  625. package/lib/components/VTabs/VTabsSlider.mjs.map +1 -1
  626. package/lib/components/VTextField/VTextField.css +57 -0
  627. package/lib/components/VTextField/VTextField.mjs +161 -489
  628. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  629. package/lib/components/VTextField/VTextField.sass +45 -493
  630. package/lib/components/VTextField/_variables.scss +6 -4
  631. package/lib/components/VTextField/index.mjs +1 -3
  632. package/lib/components/VTextField/index.mjs.map +1 -1
  633. package/lib/components/VTextarea/VTextarea.css +34 -0
  634. package/lib/components/VTextarea/VTextarea.mjs +205 -74
  635. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  636. package/lib/components/VTextarea/VTextarea.sass +32 -76
  637. package/lib/components/VTextarea/_variables.scss +2 -4
  638. package/lib/components/VTextarea/index.mjs +1 -3
  639. package/lib/components/VTextarea/index.mjs.map +1 -1
  640. package/lib/components/VThemeProvider/VThemeProvider.css +4 -0
  641. package/lib/components/VThemeProvider/VThemeProvider.mjs +9 -8
  642. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  643. package/lib/components/VThemeProvider/index.mjs +1 -1
  644. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  645. package/lib/components/VTimePicker/VTimePicker.mjs +2 -2
  646. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  647. package/lib/components/VTimePicker/VTimePickerClock.mjs +3 -3
  648. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  649. package/lib/components/VTimePicker/VTimePickerTitle.mjs +2 -2
  650. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  651. package/lib/components/VTimeline/VTimeline.css +260 -0
  652. package/lib/components/VTimeline/VTimeline.mjs +12 -12
  653. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  654. package/lib/components/VTimeline/VTimeline.sass +11 -7
  655. package/lib/components/VTimeline/VTimelineDivider.mjs +7 -6
  656. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  657. package/lib/components/VTimeline/VTimelineItem.mjs +9 -10
  658. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  659. package/lib/components/VTimeline/_mixins.sass +8 -5
  660. package/lib/components/VTimeline/_variables.scss +3 -1
  661. package/lib/components/VTimeline/index.mjs +2 -2
  662. package/lib/components/VTimeline/index.mjs.map +1 -1
  663. package/lib/components/VToolbar/VToolbar.css +133 -0
  664. package/lib/components/VToolbar/VToolbar.mjs +110 -128
  665. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  666. package/lib/components/VToolbar/VToolbar.sass +71 -125
  667. package/lib/components/VToolbar/VToolbarItems.mjs +33 -0
  668. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -0
  669. package/lib/components/VToolbar/VToolbarTitle.mjs +34 -0
  670. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -0
  671. package/lib/components/VToolbar/_variables.scss +52 -14
  672. package/lib/components/VToolbar/index.mjs +3 -14
  673. package/lib/components/VToolbar/index.mjs.map +1 -1
  674. package/lib/components/VTooltip/VTooltip.css +22 -0
  675. package/lib/components/VTooltip/VTooltip.mjs +73 -198
  676. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  677. package/lib/components/VTooltip/VTooltip.sass +8 -15
  678. package/lib/components/VTooltip/_variables.scss +6 -6
  679. package/lib/components/VTooltip/index.mjs +1 -3
  680. package/lib/components/VTooltip/index.mjs.map +1 -1
  681. package/lib/components/VTreeview/VTreeview.mjs +15 -8
  682. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  683. package/lib/components/VTreeview/VTreeviewNode.mjs +4 -2
  684. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  685. package/lib/components/VTreeview/_mixins.sass +3 -3
  686. package/lib/components/VValidation/VValidation.mjs +26 -0
  687. package/lib/components/VValidation/VValidation.mjs.map +1 -0
  688. package/lib/components/VValidation/index.mjs +2 -0
  689. package/lib/components/VValidation/index.mjs.map +1 -0
  690. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  691. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  692. package/lib/components/VWindow/VWindow.css +70 -0
  693. package/lib/components/VWindow/VWindow.mjs +158 -233
  694. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  695. package/lib/components/VWindow/VWindow.sass +26 -50
  696. package/lib/components/VWindow/VWindowItem.mjs +72 -98
  697. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  698. package/lib/components/VWindow/_variables.scss +2 -3
  699. package/lib/components/VWindow/index.mjs +2 -9
  700. package/lib/components/VWindow/index.mjs.map +1 -1
  701. package/lib/components/index.d.ts +9764 -1736
  702. package/lib/components/index.mjs +48 -40
  703. package/lib/components/index.mjs.map +1 -1
  704. package/lib/components/transitions/createTransition.mjs +14 -14
  705. package/lib/components/transitions/createTransition.mjs.map +1 -1
  706. package/lib/components/transitions/dialog-transition.mjs +48 -20
  707. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  708. package/lib/components/transitions/expand-transition.mjs +3 -1
  709. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  710. package/lib/components/transitions/index.mjs +1 -1
  711. package/lib/components/transitions/index.mjs.map +1 -1
  712. package/lib/composables/border.mjs +3 -2
  713. package/lib/composables/border.mjs.map +1 -1
  714. package/lib/composables/defaults.mjs +29 -5
  715. package/lib/composables/defaults.mjs.map +1 -1
  716. package/lib/composables/density.mjs +3 -2
  717. package/lib/composables/density.mjs.map +1 -1
  718. package/lib/composables/display.mjs +2 -1
  719. package/lib/composables/display.mjs.map +1 -1
  720. package/lib/composables/elevation.mjs +4 -3
  721. package/lib/composables/elevation.mjs.map +1 -1
  722. package/lib/composables/filter.mjs +90 -0
  723. package/lib/composables/filter.mjs.map +1 -0
  724. package/lib/composables/focus.mjs +35 -0
  725. package/lib/composables/focus.mjs.map +1 -0
  726. package/lib/composables/form.mjs +99 -0
  727. package/lib/composables/form.mjs.map +1 -0
  728. package/lib/composables/forwardRef.mjs +42 -0
  729. package/lib/composables/forwardRef.mjs.map +1 -0
  730. package/lib/composables/group.mjs +25 -19
  731. package/lib/composables/group.mjs.map +1 -1
  732. package/lib/composables/hydration.mjs +12 -0
  733. package/lib/composables/hydration.mjs.map +1 -0
  734. package/lib/composables/icons.mjs +11 -16
  735. package/lib/composables/icons.mjs.map +1 -1
  736. package/lib/composables/index.mjs +9 -0
  737. package/lib/composables/index.mjs.map +1 -0
  738. package/lib/composables/layout.mjs +145 -41
  739. package/lib/composables/layout.mjs.map +1 -1
  740. package/lib/composables/lazy.mjs +23 -0
  741. package/lib/composables/lazy.mjs.map +1 -0
  742. package/lib/composables/loader.mjs +39 -0
  743. package/lib/composables/loader.mjs.map +1 -0
  744. package/lib/composables/locale.mjs +5 -1
  745. package/lib/composables/locale.mjs.map +1 -1
  746. package/lib/composables/nested/activeStrategies.mjs +19 -0
  747. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  748. package/lib/composables/nested/nested.mjs +207 -0
  749. package/lib/composables/nested/nested.mjs.map +1 -0
  750. package/lib/composables/nested/openStrategies.mjs +49 -0
  751. package/lib/composables/nested/openStrategies.mjs.map +1 -0
  752. package/lib/composables/nested/selectStrategies.mjs +127 -0
  753. package/lib/composables/nested/selectStrategies.mjs.map +1 -0
  754. package/lib/composables/position.mjs +3 -2
  755. package/lib/composables/position.mjs.map +1 -1
  756. package/lib/composables/proxiedModel.mjs +6 -5
  757. package/lib/composables/proxiedModel.mjs.map +1 -1
  758. package/lib/composables/refs.mjs.map +1 -1
  759. package/lib/composables/resizeObserver.mjs +27 -21
  760. package/lib/composables/resizeObserver.mjs.map +1 -1
  761. package/lib/composables/rounded.mjs +9 -10
  762. package/lib/composables/rounded.mjs.map +1 -1
  763. package/lib/composables/router.mjs +4 -4
  764. package/lib/composables/router.mjs.map +1 -1
  765. package/lib/composables/scroll.mjs +2 -1
  766. package/lib/composables/scroll.mjs.map +1 -1
  767. package/lib/composables/size.mjs +3 -2
  768. package/lib/composables/size.mjs.map +1 -1
  769. package/lib/composables/stack.mjs +33 -0
  770. package/lib/composables/stack.mjs.map +1 -0
  771. package/lib/composables/teleport.mjs +4 -1
  772. package/lib/composables/teleport.mjs.map +1 -1
  773. package/lib/composables/theme.mjs +100 -64
  774. package/lib/composables/theme.mjs.map +1 -1
  775. package/lib/composables/touch.mjs +129 -0
  776. package/lib/composables/touch.mjs.map +1 -0
  777. package/lib/composables/transition.mjs +4 -3
  778. package/lib/composables/transition.mjs.map +1 -1
  779. package/lib/composables/validation.mjs +116 -0
  780. package/lib/composables/validation.mjs.map +1 -0
  781. package/lib/composables/variant.mjs +5 -4
  782. package/lib/composables/variant.mjs.map +1 -1
  783. package/lib/directives/click-outside/index.mjs +23 -11
  784. package/lib/directives/click-outside/index.mjs.map +1 -1
  785. package/lib/directives/index.d.ts +3 -3
  786. package/lib/directives/intersect/index.mjs +19 -12
  787. package/lib/directives/intersect/index.mjs.map +1 -1
  788. package/lib/directives/mutate/index.mjs +13 -7
  789. package/lib/directives/mutate/index.mjs.map +1 -1
  790. package/lib/directives/resize/index.mjs +8 -5
  791. package/lib/directives/resize/index.mjs.map +1 -1
  792. package/lib/directives/ripple/VRipple.css +34 -0
  793. package/lib/directives/ripple/VRipple.sass +2 -1
  794. package/lib/directives/ripple/_variables.scss +4 -4
  795. package/lib/directives/ripple/index.mjs +7 -4
  796. package/lib/directives/ripple/index.mjs.map +1 -1
  797. package/lib/directives/scroll/index.mjs +9 -6
  798. package/lib/directives/scroll/index.mjs.map +1 -1
  799. package/lib/directives/touch/index.mjs +8 -4
  800. package/lib/directives/touch/index.mjs.map +1 -1
  801. package/lib/entry-bundler.mjs +8 -4
  802. package/lib/entry-bundler.mjs.map +1 -1
  803. package/lib/framework.mjs +5 -2
  804. package/lib/framework.mjs.map +1 -1
  805. package/lib/iconsets/fa-svg.d.ts +54 -0
  806. package/lib/iconsets/fa.d.ts +54 -0
  807. package/lib/iconsets/fa.mjs +1 -0
  808. package/lib/iconsets/fa.mjs.map +1 -1
  809. package/lib/iconsets/fa4.d.ts +54 -0
  810. package/lib/iconsets/fa4.mjs +2 -1
  811. package/lib/iconsets/fa4.mjs.map +1 -1
  812. package/lib/iconsets/md.d.ts +54 -0
  813. package/lib/iconsets/md.mjs +2 -1
  814. package/lib/iconsets/md.mjs.map +1 -1
  815. package/lib/iconsets/mdi-svg.d.ts +54 -0
  816. package/lib/iconsets/mdi-svg.mjs +1 -1
  817. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  818. package/lib/iconsets/mdi.d.ts +54 -0
  819. package/lib/iconsets/mdi.mjs +2 -1
  820. package/lib/iconsets/mdi.mjs.map +1 -1
  821. package/lib/index.d.ts +431 -0
  822. package/lib/locale/adapters/vue-i18n.mjs +64 -0
  823. package/lib/locale/adapters/vue-i18n.mjs.map +1 -0
  824. package/lib/locale/adapters/vue-intl.mjs +67 -0
  825. package/lib/locale/adapters/vue-intl.mjs.map +1 -0
  826. package/lib/locale/cs.mjs +3 -3
  827. package/lib/locale/cs.mjs.map +1 -1
  828. package/lib/locale/es.mjs +2 -2
  829. package/lib/locale/es.mjs.map +1 -1
  830. package/lib/locale/fr.mjs +1 -1
  831. package/lib/locale/fr.mjs.map +1 -1
  832. package/lib/locale/index.d.ts +3111 -0
  833. package/lib/presets/default/index.mjs +1 -1
  834. package/lib/presets/default/index.mjs.map +1 -1
  835. package/lib/services/goto/easing-patterns.mjs +0 -3
  836. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  837. package/lib/services/goto/index.mjs +16 -18
  838. package/lib/services/goto/index.mjs.map +1 -1
  839. package/lib/styles/elements/_blockquote.sass +5 -3
  840. package/lib/styles/elements/_global.sass +5 -4
  841. package/lib/styles/elements/_index.sass +2 -2
  842. package/lib/styles/generic/_colors.scss +31 -10
  843. package/lib/styles/generic/_elevation.scss +2 -2
  844. package/lib/styles/generic/_index.scss +6 -6
  845. package/lib/styles/generic/_reset.scss +236 -232
  846. package/lib/styles/generic/_transitions.scss +8 -5
  847. package/lib/styles/main.css +18584 -0
  848. package/lib/styles/main.sass +4 -5
  849. package/lib/styles/settings/_colors.scss +431 -7
  850. package/lib/styles/settings/_elevations.scss +1 -1
  851. package/lib/styles/settings/_index.sass +4 -10
  852. package/lib/styles/settings/_utilities.scss +478 -472
  853. package/lib/styles/settings/_variables.scss +39 -39
  854. package/lib/styles/tools/_absolute.sass +3 -2
  855. package/lib/styles/tools/_density.sass +3 -1
  856. package/lib/styles/tools/_display.sass +11 -0
  857. package/lib/styles/tools/_elevation.sass +4 -1
  858. package/lib/styles/tools/_functions.sass +30 -25
  859. package/lib/styles/tools/_index.sass +17 -25
  860. package/lib/styles/tools/_radius.sass +5 -2
  861. package/lib/styles/tools/_sheet.sass +7 -4
  862. package/lib/styles/tools/_states.sass +13 -5
  863. package/lib/styles/tools/_utilities.sass +24 -20
  864. package/lib/styles/tools/_variant.sass +10 -2
  865. package/lib/styles/utilities/_display.sass +3 -1
  866. package/lib/styles/utilities/_index.sass +25 -22
  867. package/lib/styles/utilities/_text.sass +3 -1
  868. package/lib/styles.scss +4 -0
  869. package/lib/util/animation.mjs +7 -9
  870. package/lib/util/animation.mjs.map +1 -1
  871. package/lib/util/box.mjs +32 -0
  872. package/lib/util/box.mjs.map +1 -0
  873. package/lib/util/colorUtils.mjs.map +1 -1
  874. package/lib/util/console.mjs +2 -1
  875. package/lib/util/console.mjs.map +1 -1
  876. package/lib/util/createSimpleFunctional.mjs +7 -4
  877. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  878. package/lib/util/dateTimeUtils.mjs +3 -1
  879. package/lib/util/dateTimeUtils.mjs.map +1 -1
  880. package/lib/util/defineComponent.mjs +5 -1
  881. package/lib/util/defineComponent.mjs.map +1 -1
  882. package/lib/util/getCurrentInstance.mjs +19 -0
  883. package/lib/util/getCurrentInstance.mjs.map +1 -0
  884. package/lib/util/getScrollParent.mjs +1 -2
  885. package/lib/util/getScrollParent.mjs.map +1 -1
  886. package/lib/util/globals.mjs +1 -0
  887. package/lib/util/globals.mjs.map +1 -1
  888. package/lib/util/helpers.mjs +103 -23
  889. package/lib/util/helpers.mjs.map +1 -1
  890. package/lib/util/index.mjs +2 -0
  891. package/lib/util/isFixedPosition.mjs +12 -0
  892. package/lib/util/isFixedPosition.mjs.map +1 -0
  893. package/lib/util/propsFactory.mjs.map +1 -1
  894. package/lib/util/useRender.mjs +4 -2
  895. package/lib/util/useRender.mjs.map +1 -1
  896. package/package.json +102 -55
  897. package/dist/vuetify.css.map +0 -1
  898. package/dist/vuetify.min.css.map +0 -1
  899. package/lib/components/VAlert/_index.scss +0 -2
  900. package/lib/components/VApp/_index.scss +0 -1
  901. package/lib/components/VAppBar/_index.scss +0 -2
  902. package/lib/components/VAvatar/_index.scss +0 -3
  903. package/lib/components/VBadge/_index.scss +0 -2
  904. package/lib/components/VBanner/_index.scss +0 -2
  905. package/lib/components/VBottomNavigation/_index.scss +0 -2
  906. package/lib/components/VBreadcrumbs/_index.scss +0 -2
  907. package/lib/components/VBtn/_index.scss +0 -3
  908. package/lib/components/VCard/_index.scss +0 -3
  909. package/lib/components/VCheckbox/VSimpleCheckbox.mjs +0 -92
  910. package/lib/components/VCheckbox/VSimpleCheckbox.mjs.map +0 -1
  911. package/lib/components/VCheckbox/VSimpleCheckbox.sass +0 -16
  912. package/lib/components/VChip/_index.scss +0 -3
  913. package/lib/components/VCode/_index.scss +0 -2
  914. package/lib/components/VDataTable/VSimpleTable.mjs +0 -48
  915. package/lib/components/VDataTable/VSimpleTable.mjs.map +0 -1
  916. package/lib/components/VDataTable/VSimpleTable.sass +0 -179
  917. package/lib/components/VDialog/_index.scss +0 -2
  918. package/lib/components/VDivider/_index.scss +0 -2
  919. package/lib/components/VExpansionPanel/VExpansionPanelContent.mjs +0 -61
  920. package/lib/components/VExpansionPanel/VExpansionPanelContent.mjs.map +0 -1
  921. package/lib/components/VExpansionPanel/VExpansionPanelHeader.mjs +0 -112
  922. package/lib/components/VExpansionPanel/VExpansionPanelHeader.mjs.map +0 -1
  923. package/lib/components/VFooter/_index.scss +0 -2
  924. package/lib/components/VGrid/_index.scss +0 -2
  925. package/lib/components/VIcon/_index.scss +0 -2
  926. package/lib/components/VImg/_index.scss +0 -2
  927. package/lib/components/VInput/VInputLabel.mjs +0 -29
  928. package/lib/components/VInput/VInputLabel.mjs.map +0 -1
  929. package/lib/components/VInput/_index.scss +0 -2
  930. package/lib/components/VItemGroup/_index.scss +0 -2
  931. package/lib/components/VKbd/_index.scss +0 -2
  932. package/lib/components/VLayout/_index.scss +0 -1
  933. package/lib/components/VList/_index.scss +0 -3
  934. package/lib/components/VList/_mixins.scss +0 -0
  935. package/lib/components/VMain/_index.scss +0 -2
  936. package/lib/components/VNavigationDrawer/_index.scss +0 -2
  937. package/lib/components/VOverlay/_index.scss +0 -2
  938. package/lib/components/VPagination/VPaginationBtn.mjs +0 -8
  939. package/lib/components/VPagination/VPaginationBtn.mjs.map +0 -1
  940. package/lib/components/VPagination/_index.scss +0 -2
  941. package/lib/components/VParallax/_variables.scss +0 -4
  942. package/lib/components/VProgressCircular/_index.scss +0 -2
  943. package/lib/components/VRadioGroup/VRadio.mjs +0 -179
  944. package/lib/components/VRadioGroup/VRadio.mjs.map +0 -1
  945. package/lib/components/VRadioGroup/VRadio.sass +0 -25
  946. package/lib/components/VRangeSlider/VRangeSlider.sass +0 -19
  947. package/lib/components/VRating/_index.scss +0 -2
  948. package/lib/components/VResponsive/_index.scss +0 -1
  949. package/lib/components/VSelect/VSelectList.mjs +0 -251
  950. package/lib/components/VSelect/VSelectList.mjs.map +0 -1
  951. package/lib/components/VSheet/_index.scss +0 -2
  952. package/lib/components/VSystemBar/_index.scss +0 -2
  953. package/lib/components/VTextField/_index.scss +0 -3
  954. package/lib/components/VTextField/_mixins.sass +0 -18
  955. package/lib/components/VTimeline/_index.scss +0 -3
  956. package/lib/components/VToolbar/_index.scss +0 -2
  957. package/lib/entry.d.ts +0 -4721
  958. package/lib/entry.mjs +0 -4
  959. package/lib/entry.mjs.map +0 -1
  960. package/lib/framework.d.ts +0 -158
  961. package/lib/globals.d.mjs +0 -2
  962. package/lib/globals.d.mjs.map +0 -1
  963. package/lib/mixins/activatable/index.mjs +0 -199
  964. package/lib/mixins/activatable/index.mjs.map +0 -1
  965. package/lib/mixins/applicationable/index.mjs +0 -72
  966. package/lib/mixins/applicationable/index.mjs.map +0 -1
  967. package/lib/mixins/binds-attrs/index.mjs +0 -42
  968. package/lib/mixins/binds-attrs/index.mjs.map +0 -1
  969. package/lib/mixins/bootable/index.mjs +0 -54
  970. package/lib/mixins/bootable/index.mjs.map +0 -1
  971. package/lib/mixins/button-group/index.mjs +0 -28
  972. package/lib/mixins/button-group/index.mjs.map +0 -1
  973. package/lib/mixins/colorable/index.mjs +0 -78
  974. package/lib/mixins/colorable/index.mjs.map +0 -1
  975. package/lib/mixins/comparable/index.mjs +0 -15
  976. package/lib/mixins/comparable/index.mjs.map +0 -1
  977. package/lib/mixins/dependent/index.mjs +0 -73
  978. package/lib/mixins/dependent/index.mjs.map +0 -1
  979. package/lib/mixins/elevatable/index.mjs +0 -26
  980. package/lib/mixins/elevatable/index.mjs.map +0 -1
  981. package/lib/mixins/filterable/index.mjs +0 -16
  982. package/lib/mixins/filterable/index.mjs.map +0 -1
  983. package/lib/mixins/loadable/index.mjs +0 -45
  984. package/lib/mixins/loadable/index.mjs.map +0 -1
  985. package/lib/mixins/localable/index.mjs +0 -17
  986. package/lib/mixins/localable/index.mjs.map +0 -1
  987. package/lib/mixins/menuable/index.mjs +0 -388
  988. package/lib/mixins/menuable/index.mjs.map +0 -1
  989. package/lib/mixins/mobile/index.mjs +0 -50
  990. package/lib/mixins/mobile/index.mjs.map +0 -1
  991. package/lib/mixins/overlayable/index.mjs +0 -212
  992. package/lib/mixins/overlayable/index.mjs.map +0 -1
  993. package/lib/mixins/picker/index.mjs +0 -75
  994. package/lib/mixins/picker/index.mjs.map +0 -1
  995. package/lib/mixins/picker-button/index.mjs +0 -35
  996. package/lib/mixins/picker-button/index.mjs.map +0 -1
  997. package/lib/mixins/proxyable/index.mjs +0 -50
  998. package/lib/mixins/proxyable/index.mjs.map +0 -1
  999. package/lib/mixins/returnable/index.mjs +0 -36
  1000. package/lib/mixins/returnable/index.mjs.map +0 -1
  1001. package/lib/mixins/rippleable/index.mjs +0 -35
  1002. package/lib/mixins/rippleable/index.mjs.map +0 -1
  1003. package/lib/mixins/roundable/index.mjs +0 -37
  1004. package/lib/mixins/roundable/index.mjs.map +0 -1
  1005. package/lib/mixins/routable/index.mjs +0 -148
  1006. package/lib/mixins/routable/index.mjs.map +0 -1
  1007. package/lib/mixins/selectable/index.mjs +0 -167
  1008. package/lib/mixins/selectable/index.mjs.map +0 -1
  1009. package/lib/mixins/stackable/index.mjs +0 -55
  1010. package/lib/mixins/stackable/index.mjs.map +0 -1
  1011. package/lib/mixins/themeable/index.mjs +0 -111
  1012. package/lib/mixins/themeable/index.mjs.map +0 -1
  1013. package/lib/mixins/toggleable/index.mjs +0 -40
  1014. package/lib/mixins/toggleable/index.mjs.map +0 -1
  1015. package/lib/mixins/translatable/index.mjs +0 -59
  1016. package/lib/mixins/translatable/index.mjs.map +0 -1
  1017. package/lib/mixins/validatable/index.mjs +0 -263
  1018. package/lib/mixins/validatable/index.mjs.map +0 -1
  1019. package/lib/services/application/index.mjs +0 -58
  1020. package/lib/services/application/index.mjs.map +0 -1
  1021. package/lib/services/breakpoint/index.mjs +0 -175
  1022. package/lib/services/breakpoint/index.mjs.map +0 -1
  1023. package/lib/services/index.mjs +0 -10
  1024. package/lib/services/index.mjs.map +0 -1
  1025. package/lib/services/lang/index.mjs +0 -73
  1026. package/lib/services/lang/index.mjs.map +0 -1
  1027. package/lib/services/service/index.mjs +0 -13
  1028. package/lib/services/service/index.mjs.map +0 -1
  1029. package/lib/styles/components/_index.sass +0 -1
  1030. package/lib/styles/components/_selection-controls.sass +0 -119
  1031. package/lib/styles/settings/_dark.scss +0 -137
  1032. package/lib/styles/settings/_light.scss +0 -118
  1033. package/lib/styles/settings/_theme.scss +0 -1
  1034. package/lib/styles/styles.sass +0 -2
@@ -71,16 +71,12 @@
71
71
  "type": "boolean|number|string",
72
72
  "description": ""
73
73
  },
74
- "v-app-bar/tile": {
75
- "type": "boolean",
76
- "description": ""
77
- },
78
74
  "v-app-bar/name": {
79
75
  "type": "string",
80
76
  "description": ""
81
77
  },
82
78
  "v-app-bar/priority": {
83
- "type": "number",
79
+ "type": "number|string",
84
80
  "description": ""
85
81
  },
86
82
  "v-app-bar/absolute": {
@@ -131,7 +127,7 @@
131
127
  "type": "any",
132
128
  "description": "Displays a larger vertically centered icon to draw more attention."
133
129
  },
134
- "v-alert/sticky": {
130
+ "v-alert/title": {
135
131
  "type": "any",
136
132
  "description": ""
137
133
  },
@@ -139,10 +135,6 @@
139
135
  "type": "any",
140
136
  "description": "Applies the defined **color** to text and a low opacity background of the same."
141
137
  },
142
- "v-alert/tip": {
143
- "type": "any",
144
- "description": ""
145
- },
146
138
  "v-alert/type": {
147
139
  "type": "string",
148
140
  "description": "Specify a **success**, **info**, **warning** or **error** alert. Uses the contextual color and has a pre-defined icon."
@@ -187,10 +179,6 @@
187
179
  "type": "boolean|number|string",
188
180
  "description": ""
189
181
  },
190
- "v-alert/tile": {
191
- "type": "boolean",
192
- "description": "Removes the component's border-radius."
193
- },
194
182
  "v-alert/tag": {
195
183
  "type": "string",
196
184
  "description": "Specify a custom tag used on the root element."
@@ -201,7 +189,7 @@
201
189
  },
202
190
  "v-alert/color": {
203
191
  "type": "string",
204
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors)."
192
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
205
193
  },
206
194
  "v-alert/text-color": {
207
195
  "type": "string",
@@ -211,6 +199,10 @@
211
199
  "type": "string",
212
200
  "description": "Applies one of 4 styles, default, contained, outlined, and text."
213
201
  },
202
+ "v-alert-title/tag": {
203
+ "type": "string",
204
+ "description": ""
205
+ },
214
206
  "v-avatar/color": {
215
207
  "type": "any",
216
208
  "description": ""
@@ -239,10 +231,6 @@
239
231
  "type": "boolean|number|string",
240
232
  "description": ""
241
233
  },
242
- "v-avatar/tile": {
243
- "type": "boolean",
244
- "description": ""
245
- },
246
234
  "v-avatar/size": {
247
235
  "type": "string|number",
248
236
  "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**."
@@ -311,10 +299,6 @@
311
299
  "type": "boolean|number|string",
312
300
  "description": ""
313
301
  },
314
- "v-badge/tile": {
315
- "type": "boolean",
316
- "description": ""
317
- },
318
302
  "v-badge/tag": {
319
303
  "type": "string",
320
304
  "description": "Specify a custom tag used on the root element."
@@ -415,10 +399,6 @@
415
399
  "type": "boolean|number|string",
416
400
  "description": ""
417
401
  },
418
- "v-banner/tile": {
419
- "type": "boolean",
420
- "description": ""
421
- },
422
402
  "v-banner/tag": {
423
403
  "type": "string",
424
404
  "description": "Specify a custom tag used on the root element."
@@ -463,10 +443,6 @@
463
443
  "type": "any",
464
444
  "description": "Force [v-btn](/components/buttons)s to take up all available space."
465
445
  },
466
- "v-bottom-navigation/model-value": {
467
- "type": "boolean",
468
- "description": ""
469
- },
470
446
  "v-bottom-navigation/mode": {
471
447
  "type": "string",
472
448
  "description": "Changes the orientation and active state styling of the component. Available options are **horizontal** and **shift**."
@@ -491,16 +467,12 @@
491
467
  "type": "boolean|number|string",
492
468
  "description": ""
493
469
  },
494
- "v-bottom-navigation/tile": {
495
- "type": "boolean",
496
- "description": ""
497
- },
498
470
  "v-bottom-navigation/name": {
499
471
  "type": "string",
500
472
  "description": ""
501
473
  },
502
474
  "v-bottom-navigation/priority": {
503
- "type": "number",
475
+ "type": "number|string",
504
476
  "description": ""
505
477
  },
506
478
  "v-bottom-navigation/absolute": {
@@ -511,6 +483,30 @@
511
483
  "type": "string",
512
484
  "description": "Specify a custom tag used on the root element."
513
485
  },
486
+ "v-bottom-navigation/model-value": {
487
+ "type": "any",
488
+ "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
489
+ },
490
+ "v-bottom-navigation/multiple": {
491
+ "type": "boolean",
492
+ "description": "Allows one to select mulitple items."
493
+ },
494
+ "v-bottom-navigation/mandatory": {
495
+ "type": "boolean|string",
496
+ "description": "Forces at least one item to always be selected (if available)."
497
+ },
498
+ "v-bottom-navigation/max": {
499
+ "type": "number",
500
+ "description": "Sets a maximum number of selections that can be made."
501
+ },
502
+ "v-bottom-navigation/selected-class": {
503
+ "type": "string",
504
+ "description": "Configure the selected CSS class."
505
+ },
506
+ "v-bottom-navigation/disabled": {
507
+ "type": "boolean",
508
+ "description": ""
509
+ },
514
510
  "v-bottom-navigation/theme": {
515
511
  "type": "string",
516
512
  "description": "Specify a theme for this component and all of its children"
@@ -519,6 +515,14 @@
519
515
  "type": "array",
520
516
  "description": "An array of objects for each breadcrumb."
521
517
  },
518
+ "v-breadcrumbs/active-class": {
519
+ "type": "any",
520
+ "description": ""
521
+ },
522
+ "v-breadcrumbs/bg-color": {
523
+ "type": "any",
524
+ "description": ""
525
+ },
522
526
  "v-breadcrumbs/color": {
523
527
  "type": "any",
524
528
  "description": ""
@@ -543,18 +547,10 @@
543
547
  "type": "boolean|number|string",
544
548
  "description": ""
545
549
  },
546
- "v-breadcrumbs/tile": {
547
- "type": "boolean",
548
- "description": ""
549
- },
550
550
  "v-breadcrumbs/tag": {
551
551
  "type": "string",
552
552
  "description": "Specify a custom tag used on the root element."
553
553
  },
554
- "v-breadcrumbs-divider/tag": {
555
- "type": "string",
556
- "description": ""
557
- },
558
554
  "v-breadcrumbs-item/active": {
559
555
  "type": "any",
560
556
  "description": ""
@@ -595,6 +591,10 @@
595
591
  "type": "string",
596
592
  "description": "Specify a custom tag used on the root element."
597
593
  },
594
+ "v-breadcrumbs-divider/tag": {
595
+ "type": "string",
596
+ "description": ""
597
+ },
598
598
  "v-btn/flat": {
599
599
  "type": "any",
600
600
  "description": "Removes the button box shadow."
@@ -619,10 +619,6 @@
619
619
  "type": "any",
620
620
  "description": "Displays the button as a flex-column."
621
621
  },
622
- "v-btn/disabled": {
623
- "type": "any",
624
- "description": "Removes the ability to click or target the component."
625
- },
626
622
  "v-btn/ripple": {
627
623
  "type": "boolean",
628
624
  "description": ""
@@ -635,10 +631,6 @@
635
631
  "type": "boolean|number|string",
636
632
  "description": ""
637
633
  },
638
- "v-btn/tile": {
639
- "type": "boolean",
640
- "description": ""
641
- },
642
634
  "v-btn/density": {
643
635
  "type": "string",
644
636
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -671,6 +663,18 @@
671
663
  "type": "number|string",
672
664
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
673
665
  },
666
+ "v-btn/value": {
667
+ "type": "any",
668
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
669
+ },
670
+ "v-btn/disabled": {
671
+ "type": "boolean",
672
+ "description": "Removes the ability to click or target the component."
673
+ },
674
+ "v-btn/selected-class": {
675
+ "type": "string",
676
+ "description": "Configure the active CSS class applied when the item is selected."
677
+ },
674
678
  "v-btn/absolute": {
675
679
  "type": "boolean",
676
680
  "description": "Applies **position: absolute** to the component."
@@ -735,6 +739,70 @@
735
739
  "type": "string",
736
740
  "description": "Applies one of 4 styles, default, contained, outlined, and text."
737
741
  },
742
+ "v-btn-group/divided": {
743
+ "type": "any",
744
+ "description": ""
745
+ },
746
+ "v-btn-group/border": {
747
+ "type": "boolean|number|string",
748
+ "description": "Applies border styles to component."
749
+ },
750
+ "v-btn-group/density": {
751
+ "type": "string",
752
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
753
+ },
754
+ "v-btn-group/elevation": {
755
+ "type": "number|string",
756
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
757
+ },
758
+ "v-btn-group/rounded": {
759
+ "type": "boolean|number|string",
760
+ "description": ""
761
+ },
762
+ "v-btn-group/tag": {
763
+ "type": "string",
764
+ "description": "Specify a custom tag used on the root element."
765
+ },
766
+ "v-btn-group/theme": {
767
+ "type": "string",
768
+ "description": "Specify a theme for this component and all of its children"
769
+ },
770
+ "v-btn-group/color": {
771
+ "type": "string",
772
+ "description": ""
773
+ },
774
+ "v-btn-group/text-color": {
775
+ "type": "string",
776
+ "description": "Applies a specified color to the control text"
777
+ },
778
+ "v-btn-group/variant": {
779
+ "type": "string",
780
+ "description": "Applies one of 4 styles, default, contained, outlined, and text."
781
+ },
782
+ "v-btn-toggle/model-value": {
783
+ "type": "any",
784
+ "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
785
+ },
786
+ "v-btn-toggle/multiple": {
787
+ "type": "boolean",
788
+ "description": "Allows one to select mulitple items."
789
+ },
790
+ "v-btn-toggle/mandatory": {
791
+ "type": "boolean|string",
792
+ "description": "Forces at least one item to always be selected (if available)."
793
+ },
794
+ "v-btn-toggle/max": {
795
+ "type": "number",
796
+ "description": "Sets a maximum number of selections that can be made."
797
+ },
798
+ "v-btn-toggle/selected-class": {
799
+ "type": "string",
800
+ "description": "Configure the selected CSS class."
801
+ },
802
+ "v-btn-toggle/disabled": {
803
+ "type": "boolean",
804
+ "description": ""
805
+ },
738
806
  "v-card/append-avatar": {
739
807
  "type": "any",
740
808
  "description": "Appends a [v-avatar](/components/avatars/) component to the header"
@@ -859,10 +927,6 @@
859
927
  "type": "boolean|number|string",
860
928
  "description": ""
861
929
  },
862
- "v-card/tile": {
863
- "type": "boolean",
864
- "description": ""
865
- },
866
930
  "v-card/href": {
867
931
  "type": "string",
868
932
  "description": ""
@@ -911,10 +975,6 @@
911
975
  "type": "string",
912
976
  "description": ""
913
977
  },
914
- "v-card-item/tag": {
915
- "type": "string",
916
- "description": ""
917
- },
918
978
  "v-card-subtitle/tag": {
919
979
  "type": "string",
920
980
  "description": ""
@@ -927,6 +987,126 @@
927
987
  "type": "string",
928
988
  "description": ""
929
989
  },
990
+ "v-checkbox/indeterminate": {
991
+ "type": "any",
992
+ "description": "Sets an indeterminate state for the checkbox"
993
+ },
994
+ "v-checkbox/indeterminate-icon": {
995
+ "type": "string",
996
+ "description": "The icon used when in an indeterminate state"
997
+ },
998
+ "v-checkbox/id": {
999
+ "type": "string",
1000
+ "description": ""
1001
+ },
1002
+ "v-checkbox/append-icon": {
1003
+ "type": "string",
1004
+ "description": ""
1005
+ },
1006
+ "v-checkbox/prepend-icon": {
1007
+ "type": "string",
1008
+ "description": ""
1009
+ },
1010
+ "v-checkbox/hide-details": {
1011
+ "type": "boolean|string",
1012
+ "description": ""
1013
+ },
1014
+ "v-checkbox/messages": {
1015
+ "type": "array|string",
1016
+ "description": ""
1017
+ },
1018
+ "v-checkbox/direction": {
1019
+ "type": "string",
1020
+ "description": ""
1021
+ },
1022
+ "v-checkbox/density": {
1023
+ "type": "string",
1024
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1025
+ },
1026
+ "v-checkbox/disabled": {
1027
+ "type": "boolean",
1028
+ "description": ""
1029
+ },
1030
+ "v-checkbox/error": {
1031
+ "type": "boolean",
1032
+ "description": ""
1033
+ },
1034
+ "v-checkbox/error-messages": {
1035
+ "type": "array|string",
1036
+ "description": ""
1037
+ },
1038
+ "v-checkbox/max-errors": {
1039
+ "type": "number|string",
1040
+ "description": ""
1041
+ },
1042
+ "v-checkbox/name": {
1043
+ "type": "string",
1044
+ "description": "Sets the component's name attribute"
1045
+ },
1046
+ "v-checkbox/readonly": {
1047
+ "type": "boolean",
1048
+ "description": ""
1049
+ },
1050
+ "v-checkbox/rules": {
1051
+ "type": "array",
1052
+ "description": ""
1053
+ },
1054
+ "v-checkbox/model-value": {
1055
+ "type": "any",
1056
+ "description": ""
1057
+ },
1058
+ "v-checkbox/color": {
1059
+ "type": "string",
1060
+ "description": ""
1061
+ },
1062
+ "v-checkbox/inline": {
1063
+ "type": "boolean",
1064
+ "description": ""
1065
+ },
1066
+ "v-checkbox/label": {
1067
+ "type": "string",
1068
+ "description": ""
1069
+ },
1070
+ "v-checkbox/false-icon": {
1071
+ "type": "string",
1072
+ "description": "The icon used when inactive"
1073
+ },
1074
+ "v-checkbox/true-icon": {
1075
+ "type": "string",
1076
+ "description": "The icon used when active"
1077
+ },
1078
+ "v-checkbox/ripple": {
1079
+ "type": "boolean",
1080
+ "description": ""
1081
+ },
1082
+ "v-checkbox/multiple": {
1083
+ "type": "boolean",
1084
+ "description": "Changes expected model to an array"
1085
+ },
1086
+ "v-checkbox/true-value": {
1087
+ "type": "any",
1088
+ "description": "Sets value for truthy state"
1089
+ },
1090
+ "v-checkbox/false-value": {
1091
+ "type": "any",
1092
+ "description": "Sets value for falsy state"
1093
+ },
1094
+ "v-checkbox/type": {
1095
+ "type": "string",
1096
+ "description": ""
1097
+ },
1098
+ "v-checkbox/value": {
1099
+ "type": "any",
1100
+ "description": ""
1101
+ },
1102
+ "v-checkbox/value-comparator": {
1103
+ "type": "function",
1104
+ "description": ""
1105
+ },
1106
+ "v-checkbox/theme": {
1107
+ "type": "string",
1108
+ "description": "Specify a theme for this component and all of its children"
1109
+ },
930
1110
  "v-chip/active-class": {
931
1111
  "type": "any",
932
1112
  "description": ""
@@ -951,10 +1131,6 @@
951
1131
  "type": "string",
952
1132
  "description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
953
1133
  },
954
- "v-chip/disabled": {
955
- "type": "any",
956
- "description": "Disables the chip, making it un-selectable"
957
- },
958
1134
  "v-chip/draggable": {
959
1135
  "type": "any",
960
1136
  "description": "Makes the chip draggable"
@@ -991,6 +1167,10 @@
991
1167
  "type": "boolean",
992
1168
  "description": ""
993
1169
  },
1170
+ "v-chip/text": {
1171
+ "type": "any",
1172
+ "description": ""
1173
+ },
994
1174
  "v-chip/model-value": {
995
1175
  "type": "boolean",
996
1176
  "description": ""
@@ -1007,12 +1187,20 @@
1007
1187
  "type": "number|string",
1008
1188
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1009
1189
  },
1010
- "v-chip/rounded": {
1011
- "type": "boolean|number|string",
1012
- "description": ""
1190
+ "v-chip/value": {
1191
+ "type": "any",
1192
+ "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
1013
1193
  },
1014
- "v-chip/tile": {
1194
+ "v-chip/disabled": {
1015
1195
  "type": "boolean",
1196
+ "description": "Disables the chip, making it un-selectable"
1197
+ },
1198
+ "v-chip/selected-class": {
1199
+ "type": "string",
1200
+ "description": "Configure the active CSS class applied when the item is selected."
1201
+ },
1202
+ "v-chip/rounded": {
1203
+ "type": "boolean|number|string",
1016
1204
  "description": ""
1017
1205
  },
1018
1206
  "v-chip/href": {
@@ -1051,31 +1239,99 @@
1051
1239
  "type": "string",
1052
1240
  "description": "Applies one of 4 styles, default, contained, outlined, and text."
1053
1241
  },
1054
- "v-code/tag": {
1055
- "type": "string",
1056
- "description": ""
1057
- },
1058
- "v-defaults-provider/defaults": {
1242
+ "v-chip-group/column": {
1059
1243
  "type": "any",
1060
- "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
1244
+ "description": "Remove horizontal pagination and wrap items as needed"
1061
1245
  },
1062
- "v-dialog/fullscreen": {
1246
+ "v-chip-group/filter": {
1063
1247
  "type": "any",
1064
- "description": "Changes layout for fullscreen display."
1065
- },
1066
- "v-dialog/origin": {
1067
- "type": "string",
1068
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
1248
+ "description": ""
1069
1249
  },
1070
- "v-dialog/retain-focus": {
1071
- "type": "boolean",
1072
- "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
1250
+ "v-chip-group/value-comparator": {
1251
+ "type": "function",
1252
+ "description": ""
1073
1253
  },
1074
- "v-dialog/scrollable": {
1254
+ "v-chip-group/model-value": {
1075
1255
  "type": "any",
1076
- "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
1256
+ "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
1077
1257
  },
1078
- "v-dialog/model-value": {
1258
+ "v-chip-group/multiple": {
1259
+ "type": "boolean",
1260
+ "description": "Allows one to select mulitple items."
1261
+ },
1262
+ "v-chip-group/mandatory": {
1263
+ "type": "boolean|string",
1264
+ "description": "Forces at least one item to always be selected (if available)."
1265
+ },
1266
+ "v-chip-group/max": {
1267
+ "type": "number",
1268
+ "description": "Sets a maximum number of selections that can be made."
1269
+ },
1270
+ "v-chip-group/selected-class": {
1271
+ "type": "string",
1272
+ "description": "Configure the selected CSS class."
1273
+ },
1274
+ "v-chip-group/disabled": {
1275
+ "type": "boolean",
1276
+ "description": ""
1277
+ },
1278
+ "v-chip-group/tag": {
1279
+ "type": "string",
1280
+ "description": "Specify a custom tag used on the root element."
1281
+ },
1282
+ "v-chip-group/theme": {
1283
+ "type": "string",
1284
+ "description": "Specify a theme for this component and all of its children"
1285
+ },
1286
+ "v-chip-group/color": {
1287
+ "type": "string",
1288
+ "description": ""
1289
+ },
1290
+ "v-chip-group/text-color": {
1291
+ "type": "string",
1292
+ "description": "Applies a specified color to the control text"
1293
+ },
1294
+ "v-chip-group/variant": {
1295
+ "type": "string",
1296
+ "description": "Applies one of 4 styles, default, contained, outlined, and text."
1297
+ },
1298
+ "v-code/tag": {
1299
+ "type": "string",
1300
+ "description": ""
1301
+ },
1302
+ "v-defaults-provider/defaults": {
1303
+ "type": "any",
1304
+ "description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
1305
+ },
1306
+ "v-defaults-provider/reset": {
1307
+ "type": "any",
1308
+ "description": ""
1309
+ },
1310
+ "v-defaults-provider/root": {
1311
+ "type": "any",
1312
+ "description": ""
1313
+ },
1314
+ "v-defaults-provider/scoped": {
1315
+ "type": "any",
1316
+ "description": ""
1317
+ },
1318
+ "v-dialog/fullscreen": {
1319
+ "type": "any",
1320
+ "description": "Changes layout for fullscreen display."
1321
+ },
1322
+ "v-dialog/origin": {
1323
+ "type": "string",
1324
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
1325
+ },
1326
+ "v-dialog/retain-focus": {
1327
+ "type": "boolean",
1328
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
1329
+ },
1330
+ "v-dialog/scrollable": {
1331
+ "type": "any",
1332
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
1333
+ },
1334
+ "v-dialog/model-value": {
1079
1335
  "type": "any",
1080
1336
  "description": ""
1081
1337
  },
@@ -1127,1509 +1383,2957 @@
1127
1383
  "type": "string",
1128
1384
  "description": "Specify a theme for this component and all of its children"
1129
1385
  },
1130
- "v-footer/border": {
1131
- "type": "boolean|number|string",
1132
- "description": "Applies border styles to component."
1386
+ "v-expansion-panels/color": {
1387
+ "type": "any",
1388
+ "description": ""
1133
1389
  },
1134
- "v-footer/height": {
1135
- "type": "number|string",
1136
- "description": "Sets the height for the component."
1390
+ "v-expansion-panels/variant": {
1391
+ "type": "string",
1392
+ "description": ""
1137
1393
  },
1138
- "v-footer/max-height": {
1139
- "type": "number|string",
1140
- "description": "Sets the maximum height for the component."
1394
+ "v-expansion-panels/model-value": {
1395
+ "type": "any",
1396
+ "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
1141
1397
  },
1142
- "v-footer/max-width": {
1143
- "type": "number|string",
1144
- "description": "Sets the maximum width for the component."
1398
+ "v-expansion-panels/multiple": {
1399
+ "type": "boolean",
1400
+ "description": "Allows one to select mulitple items."
1145
1401
  },
1146
- "v-footer/min-height": {
1147
- "type": "number|string",
1148
- "description": "Sets the minimum height for the component."
1402
+ "v-expansion-panels/mandatory": {
1403
+ "type": "boolean|string",
1404
+ "description": "Forces at least one item to always be selected (if available)."
1149
1405
  },
1150
- "v-footer/min-width": {
1151
- "type": "number|string",
1152
- "description": "Sets the minimum width for the component."
1406
+ "v-expansion-panels/max": {
1407
+ "type": "number",
1408
+ "description": "Sets a maximum number of selections that can be made."
1153
1409
  },
1154
- "v-footer/width": {
1155
- "type": "number|string",
1156
- "description": "Sets the width for the component."
1410
+ "v-expansion-panels/selected-class": {
1411
+ "type": "string",
1412
+ "description": "Configure the selected CSS class."
1157
1413
  },
1158
- "v-footer/elevation": {
1414
+ "v-expansion-panels/disabled": {
1415
+ "type": "boolean",
1416
+ "description": "Disables the entire expansion-panel"
1417
+ },
1418
+ "v-expansion-panels/tag": {
1419
+ "type": "string",
1420
+ "description": "Specify a custom tag used on the root element."
1421
+ },
1422
+ "v-expansion-panels/theme": {
1423
+ "type": "string",
1424
+ "description": "Specify a theme for this component and all of its children"
1425
+ },
1426
+ "v-expansion-panel/title": {
1427
+ "type": "any",
1428
+ "description": ""
1429
+ },
1430
+ "v-expansion-panel/text": {
1431
+ "type": "any",
1432
+ "description": ""
1433
+ },
1434
+ "v-expansion-panel/bg-color": {
1435
+ "type": "any",
1436
+ "description": ""
1437
+ },
1438
+ "v-expansion-panel/elevation": {
1159
1439
  "type": "number|string",
1160
1440
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1161
1441
  },
1162
- "v-footer/absolute": {
1442
+ "v-expansion-panel/value": {
1443
+ "type": "any",
1444
+ "description": "Controls the opened/closed state of content"
1445
+ },
1446
+ "v-expansion-panel/disabled": {
1163
1447
  "type": "boolean",
1164
- "description": "Applies **position: absolute** to the component."
1448
+ "description": "Disables the expansion-panel content"
1165
1449
  },
1166
- "v-footer/bottom": {
1167
- "type": "boolean|number|string",
1168
- "description": "Aligns the component towards the bottom."
1450
+ "v-expansion-panel/selected-class": {
1451
+ "type": "string",
1452
+ "description": "Configure the active CSS class applied when the item is selected."
1169
1453
  },
1170
- "v-footer/fixed": {
1454
+ "v-expansion-panel/eager": {
1171
1455
  "type": "boolean",
1172
- "description": "Applies **position: fixed** to the component."
1456
+ "description": ""
1173
1457
  },
1174
- "v-footer/left": {
1458
+ "v-expansion-panel/rounded": {
1175
1459
  "type": "boolean|number|string",
1176
- "description": "Aligns the component towards the left."
1460
+ "description": ""
1177
1461
  },
1178
- "v-footer/position": {
1462
+ "v-expansion-panel/tag": {
1179
1463
  "type": "string",
1180
- "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
1464
+ "description": "Specify a custom tag used on the root element."
1181
1465
  },
1182
- "v-footer/right": {
1183
- "type": "boolean|number|string",
1184
- "description": "Aligns the component towards the right."
1466
+ "v-expansion-panel/color": {
1467
+ "type": "string",
1468
+ "description": ""
1185
1469
  },
1186
- "v-footer/top": {
1187
- "type": "boolean|number|string",
1188
- "description": "Aligns the content towards the top."
1470
+ "v-expansion-panel/expand-icon": {
1471
+ "type": "string",
1472
+ "description": ""
1189
1473
  },
1190
- "v-footer/rounded": {
1191
- "type": "boolean|number|string",
1474
+ "v-expansion-panel/collapse-icon": {
1475
+ "type": "string",
1192
1476
  "description": ""
1193
1477
  },
1194
- "v-footer/tile": {
1478
+ "v-expansion-panel/hide-actions": {
1195
1479
  "type": "boolean",
1196
1480
  "description": ""
1197
1481
  },
1198
- "v-footer/tag": {
1482
+ "v-expansion-panel/ripple": {
1483
+ "type": "boolean|object",
1484
+ "description": ""
1485
+ },
1486
+ "v-expansion-panel-text/eager": {
1487
+ "type": "boolean",
1488
+ "description": ""
1489
+ },
1490
+ "v-expansion-panel-title/color": {
1199
1491
  "type": "string",
1200
- "description": "Specify a custom tag used on the root element."
1492
+ "description": ""
1201
1493
  },
1202
- "v-footer/theme": {
1494
+ "v-expansion-panel-title/expand-icon": {
1203
1495
  "type": "string",
1204
- "description": "Specify a theme for this component and all of its children"
1496
+ "description": ""
1205
1497
  },
1206
- "v-col/cols": {
1207
- "type": "boolean|string|number",
1208
- "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
1498
+ "v-expansion-panel-title/collapse-icon": {
1499
+ "type": "string",
1500
+ "description": ""
1209
1501
  },
1210
- "v-col/sm": {
1211
- "type": "boolean|string|number",
1212
- "description": "Changes the number of columns on small and greater breakpoints."
1502
+ "v-expansion-panel-title/hide-actions": {
1503
+ "type": "boolean",
1504
+ "description": ""
1213
1505
  },
1214
- "v-col/md": {
1215
- "type": "boolean|string|number",
1216
- "description": "Changes the number of columns on medium and greater breakpoints."
1506
+ "v-expansion-panel-title/ripple": {
1507
+ "type": "boolean|object",
1508
+ "description": ""
1217
1509
  },
1218
- "v-col/lg": {
1219
- "type": "boolean|string|number",
1220
- "description": "Changes the number of columns on large and greater breakpoints."
1510
+ "v-field/disabled": {
1511
+ "type": "any",
1512
+ "description": ""
1221
1513
  },
1222
- "v-col/xl": {
1223
- "type": "boolean|string|number",
1224
- "description": "Changes the number of columns on extra large and greater breakpoints."
1514
+ "v-field/error": {
1515
+ "type": "any",
1516
+ "description": ""
1225
1517
  },
1226
- "v-col/xxl": {
1227
- "type": "boolean|string|number",
1518
+ "v-field/id": {
1519
+ "type": "any",
1228
1520
  "description": ""
1229
1521
  },
1230
- "v-col/offset": {
1231
- "type": "string|number",
1232
- "description": "Sets the default offset for the column."
1522
+ "v-field/model-value": {
1523
+ "type": "any",
1524
+ "description": ""
1233
1525
  },
1234
- "v-col/offset-sm": {
1235
- "type": "string|number",
1236
- "description": "Changes the offset of the component on small and greater breakpoints."
1526
+ "v-field/focused": {
1527
+ "type": "boolean",
1528
+ "description": ""
1237
1529
  },
1238
- "v-col/offset-md": {
1239
- "type": "string|number",
1240
- "description": "Changes the offset of the component on medium and greater breakpoints."
1530
+ "v-field/append-inner-icon": {
1531
+ "type": "string",
1532
+ "description": ""
1241
1533
  },
1242
- "v-col/offset-lg": {
1243
- "type": "string|number",
1244
- "description": "Changes the offset of the component on large and greater breakpoints."
1534
+ "v-field/bg-color": {
1535
+ "type": "string",
1536
+ "description": ""
1245
1537
  },
1246
- "v-col/offset-xl": {
1247
- "type": "string|number",
1248
- "description": "Changes the offset of the component on extra large and greater breakpoints."
1538
+ "v-field/clearable": {
1539
+ "type": "boolean",
1540
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1249
1541
  },
1250
- "v-col/offset-xxl": {
1251
- "type": "string|number",
1542
+ "v-field/clear-icon": {
1543
+ "type": "string",
1252
1544
  "description": ""
1253
1545
  },
1254
- "v-col/order": {
1255
- "type": "string|number",
1256
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
1546
+ "v-field/color": {
1547
+ "type": "string",
1548
+ "description": ""
1257
1549
  },
1258
- "v-col/order-sm": {
1259
- "type": "string|number",
1260
- "description": "Changes the order of the component on small and greater breakpoints."
1550
+ "v-field/label": {
1551
+ "type": "string",
1552
+ "description": ""
1261
1553
  },
1262
- "v-col/order-md": {
1263
- "type": "string|number",
1264
- "description": "Changes the order of the component on medium and greater breakpoints."
1554
+ "v-field/persistent-clear": {
1555
+ "type": "boolean",
1556
+ "description": ""
1265
1557
  },
1266
- "v-col/order-lg": {
1267
- "type": "string|number",
1268
- "description": "Changes the order of the component on large and greater breakpoints."
1558
+ "v-field/prepend-inner-icon": {
1559
+ "type": "string",
1560
+ "description": ""
1269
1561
  },
1270
- "v-col/order-xl": {
1271
- "type": "string|number",
1272
- "description": "Changes the order of the component on extra large and greater breakpoints."
1562
+ "v-field/reverse": {
1563
+ "type": "boolean",
1564
+ "description": ""
1273
1565
  },
1274
- "v-col/order-xxl": {
1275
- "type": "string|number",
1566
+ "v-field/single-line": {
1567
+ "type": "boolean",
1276
1568
  "description": ""
1277
1569
  },
1278
- "v-col/align-self": {
1570
+ "v-field/variant": {
1279
1571
  "type": "string",
1280
- "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
1572
+ "description": ""
1281
1573
  },
1282
- "v-col/tag": {
1574
+ "v-field/theme": {
1283
1575
  "type": "string",
1284
- "description": "Specify a custom tag used on the root element."
1576
+ "description": ""
1285
1577
  },
1286
- "v-container/fluid": {
1578
+ "v-field/loading": {
1287
1579
  "type": "boolean",
1288
- "description": "Removes viewport maximum-width size breakpoints."
1580
+ "description": ""
1289
1581
  },
1290
- "v-container/tag": {
1291
- "type": "string",
1292
- "description": "Specify a custom tag used on the root element."
1582
+ "v-field-label/floating": {
1583
+ "type": "any",
1584
+ "description": ""
1293
1585
  },
1294
- "v-row/dense": {
1586
+ "v-file-input/chips": {
1295
1587
  "type": "any",
1296
- "description": "Reduces the gutter between `v-col`s."
1588
+ "description": "Changes display of selections to chips"
1297
1589
  },
1298
- "v-row/no-gutters": {
1590
+ "v-file-input/counter": {
1299
1591
  "type": "any",
1300
- "description": "Removes the gutter between `v-col`s."
1592
+ "description": ""
1301
1593
  },
1302
- "v-row/align": {
1594
+ "v-file-input/counter-size-string": {
1303
1595
  "type": "string",
1304
- "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
1596
+ "description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
1305
1597
  },
1306
- "v-row/align-sm": {
1598
+ "v-file-input/counter-string": {
1307
1599
  "type": "string",
1308
- "description": "Changes the **align-items** property on small and greater breakpoints."
1600
+ "description": "The text displayed when using the **counter** prop. Can also be customized globally on the [internationalization page](/customization/internationalization)."
1309
1601
  },
1310
- "v-row/align-md": {
1311
- "type": "string",
1312
- "description": "Changes the **align-items** property on medium and greater breakpoints."
1602
+ "v-file-input/multiple": {
1603
+ "type": "any",
1604
+ "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
1313
1605
  },
1314
- "v-row/align-lg": {
1315
- "type": "string",
1316
- "description": "Changes the **align-items** property on large and greater breakpoints."
1606
+ "v-file-input/hint": {
1607
+ "type": "any",
1608
+ "description": ""
1317
1609
  },
1318
- "v-row/align-xl": {
1319
- "type": "string",
1320
- "description": "Changes the **align-items** property on extra large and greater breakpoints."
1610
+ "v-file-input/persistent-hint": {
1611
+ "type": "any",
1612
+ "description": ""
1321
1613
  },
1322
- "v-row/align-xxl": {
1323
- "type": "string",
1614
+ "v-file-input/placeholder": {
1615
+ "type": "any",
1324
1616
  "description": ""
1325
1617
  },
1326
- "v-row/justify": {
1327
- "type": "string",
1328
- "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
1618
+ "v-file-input/persistent-placeholder": {
1619
+ "type": "any",
1620
+ "description": ""
1329
1621
  },
1330
- "v-row/justify-sm": {
1331
- "type": "string",
1332
- "description": "Changes the **justify-content** property on small and greater breakpoints."
1622
+ "v-file-input/show-size": {
1623
+ "type": "boolean|number",
1624
+ "description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
1333
1625
  },
1334
- "v-row/justify-md": {
1626
+ "v-file-input/id": {
1335
1627
  "type": "string",
1336
- "description": "Changes the **justify-content** property on medium and greater breakpoints."
1628
+ "description": ""
1337
1629
  },
1338
- "v-row/justify-lg": {
1630
+ "v-file-input/append-icon": {
1339
1631
  "type": "string",
1340
- "description": "Changes the **justify-content** property on large and greater breakpoints."
1632
+ "description": ""
1341
1633
  },
1342
- "v-row/justify-xl": {
1634
+ "v-file-input/prepend-icon": {
1343
1635
  "type": "string",
1344
- "description": "Changes the **justify-content** property on extra large and greater breakpoints."
1636
+ "description": ""
1345
1637
  },
1346
- "v-row/justify-xxl": {
1638
+ "v-file-input/hide-details": {
1639
+ "type": "boolean|string",
1640
+ "description": ""
1641
+ },
1642
+ "v-file-input/messages": {
1643
+ "type": "array|string",
1644
+ "description": ""
1645
+ },
1646
+ "v-file-input/direction": {
1347
1647
  "type": "string",
1348
1648
  "description": ""
1349
1649
  },
1350
- "v-row/align-content": {
1650
+ "v-file-input/density": {
1351
1651
  "type": "string",
1352
- "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
1652
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1353
1653
  },
1354
- "v-row/align-content-sm": {
1654
+ "v-file-input/disabled": {
1655
+ "type": "boolean",
1656
+ "description": ""
1657
+ },
1658
+ "v-file-input/error": {
1659
+ "type": "boolean",
1660
+ "description": ""
1661
+ },
1662
+ "v-file-input/error-messages": {
1663
+ "type": "array|string",
1664
+ "description": ""
1665
+ },
1666
+ "v-file-input/max-errors": {
1667
+ "type": "number|string",
1668
+ "description": ""
1669
+ },
1670
+ "v-file-input/name": {
1355
1671
  "type": "string",
1356
- "description": "Changes the **align-content** property on small and greater breakpoints."
1672
+ "description": ""
1357
1673
  },
1358
- "v-row/align-content-md": {
1674
+ "v-file-input/readonly": {
1675
+ "type": "boolean",
1676
+ "description": ""
1677
+ },
1678
+ "v-file-input/rules": {
1679
+ "type": "array",
1680
+ "description": ""
1681
+ },
1682
+ "v-file-input/model-value": {
1683
+ "type": "array",
1684
+ "description": ""
1685
+ },
1686
+ "v-file-input/append-inner-icon": {
1359
1687
  "type": "string",
1360
- "description": "Changes the **align-content** property on medium and greater breakpoints."
1688
+ "description": ""
1361
1689
  },
1362
- "v-row/align-content-lg": {
1690
+ "v-file-input/bg-color": {
1363
1691
  "type": "string",
1364
- "description": "Changes the **align-content** property on large and greater breakpoints."
1692
+ "description": ""
1365
1693
  },
1366
- "v-row/align-content-xl": {
1694
+ "v-file-input/clearable": {
1695
+ "type": "boolean",
1696
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1697
+ },
1698
+ "v-file-input/clear-icon": {
1367
1699
  "type": "string",
1368
- "description": "Changes the **align-content** property on extra large and greater breakpoints."
1700
+ "description": ""
1369
1701
  },
1370
- "v-row/align-content-xxl": {
1702
+ "v-file-input/color": {
1371
1703
  "type": "string",
1372
1704
  "description": ""
1373
1705
  },
1374
- "v-row/tag": {
1706
+ "v-file-input/label": {
1375
1707
  "type": "string",
1376
- "description": "Specify a custom tag used on the root element."
1708
+ "description": ""
1377
1709
  },
1378
- "v-spacer/tag": {
1710
+ "v-file-input/persistent-clear": {
1711
+ "type": "boolean",
1712
+ "description": ""
1713
+ },
1714
+ "v-file-input/prepend-inner-icon": {
1379
1715
  "type": "string",
1380
1716
  "description": ""
1381
1717
  },
1382
- "v-hover/disabled": {
1383
- "type": "any",
1384
- "description": "Turns off hover functionality"
1718
+ "v-file-input/reverse": {
1719
+ "type": "boolean",
1720
+ "description": ""
1385
1721
  },
1386
- "v-hover/model-value": {
1722
+ "v-file-input/single-line": {
1387
1723
  "type": "boolean",
1388
1724
  "description": ""
1389
1725
  },
1390
- "v-hover/close-delay": {
1391
- "type": "number|string",
1726
+ "v-file-input/variant": {
1727
+ "type": "string",
1392
1728
  "description": ""
1393
1729
  },
1394
- "v-hover/open-delay": {
1395
- "type": "number|string",
1730
+ "v-file-input/theme": {
1731
+ "type": "string",
1396
1732
  "description": ""
1397
1733
  },
1398
- "v-icon/color": {
1399
- "type": "any",
1734
+ "v-file-input/loading": {
1735
+ "type": "boolean",
1400
1736
  "description": ""
1401
1737
  },
1402
- "v-icon/left": {
1403
- "type": "any",
1404
- "description": "Applies appropriate margins to the icon inside of a button when placed to the **left** of another element or text."
1738
+ "v-footer/border": {
1739
+ "type": "boolean|number|string",
1740
+ "description": "Applies border styles to component."
1405
1741
  },
1406
- "v-icon/right": {
1407
- "type": "any",
1408
- "description": "Applies appropriate margins to the icon inside of a button when placed to the **right** of another element or text."
1742
+ "v-footer/height": {
1743
+ "type": "number|string",
1744
+ "description": "Sets the height for the component."
1409
1745
  },
1410
- "v-icon/icon": {
1411
- "type": "string|object",
1412
- "description": "Designates a specific icon."
1746
+ "v-footer/max-height": {
1747
+ "type": "number|string",
1748
+ "description": "Sets the maximum height for the component."
1413
1749
  },
1414
- "v-icon/size": {
1415
- "type": "string|number",
1416
- "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**."
1750
+ "v-footer/max-width": {
1751
+ "type": "number|string",
1752
+ "description": "Sets the maximum width for the component."
1417
1753
  },
1418
- "v-icon/tag": {
1754
+ "v-footer/min-height": {
1755
+ "type": "number|string",
1756
+ "description": "Sets the minimum height for the component."
1757
+ },
1758
+ "v-footer/min-width": {
1759
+ "type": "number|string",
1760
+ "description": "Sets the minimum width for the component."
1761
+ },
1762
+ "v-footer/width": {
1763
+ "type": "number|string",
1764
+ "description": "Sets the width for the component."
1765
+ },
1766
+ "v-footer/elevation": {
1767
+ "type": "number|string",
1768
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1769
+ },
1770
+ "v-footer/absolute": {
1771
+ "type": "boolean",
1772
+ "description": "Applies **position: absolute** to the component."
1773
+ },
1774
+ "v-footer/bottom": {
1775
+ "type": "boolean|number|string",
1776
+ "description": "Aligns the component towards the bottom."
1777
+ },
1778
+ "v-footer/fixed": {
1779
+ "type": "boolean",
1780
+ "description": "Applies **position: fixed** to the component."
1781
+ },
1782
+ "v-footer/left": {
1783
+ "type": "boolean|number|string",
1784
+ "description": "Aligns the component towards the left."
1785
+ },
1786
+ "v-footer/position": {
1787
+ "type": "string",
1788
+ "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
1789
+ },
1790
+ "v-footer/right": {
1791
+ "type": "boolean|number|string",
1792
+ "description": "Aligns the component towards the right."
1793
+ },
1794
+ "v-footer/top": {
1795
+ "type": "boolean|number|string",
1796
+ "description": "Aligns the content towards the top."
1797
+ },
1798
+ "v-footer/rounded": {
1799
+ "type": "boolean|number|string",
1800
+ "description": ""
1801
+ },
1802
+ "v-footer/tag": {
1419
1803
  "type": "string",
1420
1804
  "description": "Specify a custom tag used on the root element."
1421
1805
  },
1422
- "v-img/aspect-ratio": {
1423
- "type": "any",
1424
- "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
1806
+ "v-footer/theme": {
1807
+ "type": "string",
1808
+ "description": "Specify a theme for this component and all of its children"
1425
1809
  },
1426
- "v-img/alt": {
1427
- "type": "any",
1428
- "description": "Alternate text for screen readers. Leave empty for decorative images."
1810
+ "v-form/disabled": {
1811
+ "type": "boolean",
1812
+ "description": "Puts all children inputs into a disabled state."
1429
1813
  },
1430
- "v-img/cover": {
1431
- "type": "any",
1432
- "description": "Resizes the background image to cover the entire container."
1814
+ "v-form/fast-fail": {
1815
+ "type": "boolean",
1816
+ "description": ""
1433
1817
  },
1434
- "v-img/eager": {
1435
- "type": "any",
1436
- "description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
1818
+ "v-form/lazy-validation": {
1819
+ "type": "boolean",
1820
+ "description": "If enabled, **value** will always be _true_ unless there are visible validation errors. You can still call `validate()` to manually trigger validation"
1437
1821
  },
1438
- "v-img/lazy-src": {
1439
- "type": "any",
1440
- "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically."
1822
+ "v-form/readonly": {
1823
+ "type": "boolean",
1824
+ "description": "Puts all children inputs into a readonly state."
1441
1825
  },
1442
- "v-img/options": {
1443
- "type": "object",
1444
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
1826
+ "v-form/model-value": {
1827
+ "type": "boolean",
1828
+ "description": ""
1445
1829
  },
1446
- "v-img/position": {
1830
+ "v-container/fluid": {
1831
+ "type": "boolean",
1832
+ "description": "Removes viewport maximum-width size breakpoints."
1833
+ },
1834
+ "v-container/tag": {
1447
1835
  "type": "string",
1448
- "description": "Overrides the default to change which parts get cropped off. Uses the same syntax as [`background-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-position)."
1836
+ "description": "Specify a custom tag used on the root element."
1449
1837
  },
1450
- "v-img/sizes": {
1451
- "type": "any",
1452
- "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
1838
+ "v-col/cols": {
1839
+ "type": "boolean|string|number",
1840
+ "description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**."
1453
1841
  },
1454
- "v-img/src": {
1455
- "type": "string|object",
1456
- "description": "The image URL. This prop is mandatory."
1842
+ "v-col/sm": {
1843
+ "type": "boolean|string|number",
1844
+ "description": "Changes the number of columns on small and greater breakpoints."
1457
1845
  },
1458
- "v-img/srcset": {
1459
- "type": "any",
1460
- "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
1846
+ "v-col/md": {
1847
+ "type": "boolean|string|number",
1848
+ "description": "Changes the number of columns on medium and greater breakpoints."
1461
1849
  },
1462
- "v-img/transition": {
1463
- "type": "boolean|string|object",
1464
- "description": "The transition to use when switching from `lazy-src` to `src`."
1850
+ "v-col/lg": {
1851
+ "type": "boolean|string|number",
1852
+ "description": "Changes the number of columns on large and greater breakpoints."
1465
1853
  },
1466
- "v-input/active": {
1467
- "type": "any",
1854
+ "v-col/xl": {
1855
+ "type": "boolean|string|number",
1856
+ "description": "Changes the number of columns on extra large and greater breakpoints."
1857
+ },
1858
+ "v-col/xxl": {
1859
+ "type": "boolean|string|number",
1468
1860
  "description": ""
1469
1861
  },
1470
- "v-input/append-icon": {
1471
- "type": "any",
1472
- "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
1862
+ "v-col/offset": {
1863
+ "type": "string|number",
1864
+ "description": "Sets the default offset for the column."
1865
+ },
1866
+ "v-col/offset-sm": {
1867
+ "type": "string|number",
1868
+ "description": "Changes the offset of the component on small and greater breakpoints."
1869
+ },
1870
+ "v-col/offset-md": {
1871
+ "type": "string|number",
1872
+ "description": "Changes the offset of the component on medium and greater breakpoints."
1873
+ },
1874
+ "v-col/offset-lg": {
1875
+ "type": "string|number",
1876
+ "description": "Changes the offset of the component on large and greater breakpoints."
1877
+ },
1878
+ "v-col/offset-xl": {
1879
+ "type": "string|number",
1880
+ "description": "Changes the offset of the component on extra large and greater breakpoints."
1881
+ },
1882
+ "v-col/offset-xxl": {
1883
+ "type": "string|number",
1884
+ "description": ""
1885
+ },
1886
+ "v-col/order": {
1887
+ "type": "string|number",
1888
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
1889
+ },
1890
+ "v-col/order-sm": {
1891
+ "type": "string|number",
1892
+ "description": "Changes the order of the component on small and greater breakpoints."
1893
+ },
1894
+ "v-col/order-md": {
1895
+ "type": "string|number",
1896
+ "description": "Changes the order of the component on medium and greater breakpoints."
1897
+ },
1898
+ "v-col/order-lg": {
1899
+ "type": "string|number",
1900
+ "description": "Changes the order of the component on large and greater breakpoints."
1901
+ },
1902
+ "v-col/order-xl": {
1903
+ "type": "string|number",
1904
+ "description": "Changes the order of the component on extra large and greater breakpoints."
1905
+ },
1906
+ "v-col/order-xxl": {
1907
+ "type": "string|number",
1908
+ "description": ""
1909
+ },
1910
+ "v-col/align-self": {
1911
+ "type": "string",
1912
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
1913
+ },
1914
+ "v-col/tag": {
1915
+ "type": "string",
1916
+ "description": "Specify a custom tag used on the root element."
1917
+ },
1918
+ "v-row/dense": {
1919
+ "type": "any",
1920
+ "description": "Reduces the gutter between `v-col`s."
1921
+ },
1922
+ "v-row/no-gutters": {
1923
+ "type": "any",
1924
+ "description": "Removes the gutter between `v-col`s."
1925
+ },
1926
+ "v-row/align": {
1927
+ "type": "string",
1928
+ "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
1929
+ },
1930
+ "v-row/align-sm": {
1931
+ "type": "string",
1932
+ "description": "Changes the **align-items** property on small and greater breakpoints."
1933
+ },
1934
+ "v-row/align-md": {
1935
+ "type": "string",
1936
+ "description": "Changes the **align-items** property on medium and greater breakpoints."
1937
+ },
1938
+ "v-row/align-lg": {
1939
+ "type": "string",
1940
+ "description": "Changes the **align-items** property on large and greater breakpoints."
1941
+ },
1942
+ "v-row/align-xl": {
1943
+ "type": "string",
1944
+ "description": "Changes the **align-items** property on extra large and greater breakpoints."
1945
+ },
1946
+ "v-row/align-xxl": {
1947
+ "type": "string",
1948
+ "description": ""
1949
+ },
1950
+ "v-row/justify": {
1951
+ "type": "string",
1952
+ "description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
1953
+ },
1954
+ "v-row/justify-sm": {
1955
+ "type": "string",
1956
+ "description": "Changes the **justify-content** property on small and greater breakpoints."
1957
+ },
1958
+ "v-row/justify-md": {
1959
+ "type": "string",
1960
+ "description": "Changes the **justify-content** property on medium and greater breakpoints."
1961
+ },
1962
+ "v-row/justify-lg": {
1963
+ "type": "string",
1964
+ "description": "Changes the **justify-content** property on large and greater breakpoints."
1965
+ },
1966
+ "v-row/justify-xl": {
1967
+ "type": "string",
1968
+ "description": "Changes the **justify-content** property on extra large and greater breakpoints."
1969
+ },
1970
+ "v-row/justify-xxl": {
1971
+ "type": "string",
1972
+ "description": ""
1973
+ },
1974
+ "v-row/align-content": {
1975
+ "type": "string",
1976
+ "description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
1977
+ },
1978
+ "v-row/align-content-sm": {
1979
+ "type": "string",
1980
+ "description": "Changes the **align-content** property on small and greater breakpoints."
1981
+ },
1982
+ "v-row/align-content-md": {
1983
+ "type": "string",
1984
+ "description": "Changes the **align-content** property on medium and greater breakpoints."
1985
+ },
1986
+ "v-row/align-content-lg": {
1987
+ "type": "string",
1988
+ "description": "Changes the **align-content** property on large and greater breakpoints."
1989
+ },
1990
+ "v-row/align-content-xl": {
1991
+ "type": "string",
1992
+ "description": "Changes the **align-content** property on extra large and greater breakpoints."
1993
+ },
1994
+ "v-row/align-content-xxl": {
1995
+ "type": "string",
1996
+ "description": ""
1997
+ },
1998
+ "v-row/tag": {
1999
+ "type": "string",
2000
+ "description": "Specify a custom tag used on the root element."
2001
+ },
2002
+ "v-spacer/tag": {
2003
+ "type": "string",
2004
+ "description": ""
2005
+ },
2006
+ "v-hover/disabled": {
2007
+ "type": "any",
2008
+ "description": "Turns off hover functionality"
2009
+ },
2010
+ "v-hover/model-value": {
2011
+ "type": "boolean",
2012
+ "description": ""
2013
+ },
2014
+ "v-hover/close-delay": {
2015
+ "type": "number|string",
2016
+ "description": ""
2017
+ },
2018
+ "v-hover/open-delay": {
2019
+ "type": "number|string",
2020
+ "description": ""
2021
+ },
2022
+ "v-icon/color": {
2023
+ "type": "any",
2024
+ "description": ""
2025
+ },
2026
+ "v-icon/left": {
2027
+ "type": "any",
2028
+ "description": "Applies appropriate margins to the icon inside of a button when placed to the **left** of another element or text."
2029
+ },
2030
+ "v-icon/right": {
2031
+ "type": "any",
2032
+ "description": "Applies appropriate margins to the icon inside of a button when placed to the **right** of another element or text."
2033
+ },
2034
+ "v-icon/icon": {
2035
+ "type": "string|object",
2036
+ "description": "Designates a specific icon."
2037
+ },
2038
+ "v-icon/size": {
2039
+ "type": "string|number",
2040
+ "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**."
2041
+ },
2042
+ "v-icon/tag": {
2043
+ "type": "string",
2044
+ "description": "Specify a custom tag used on the root element."
2045
+ },
2046
+ "v-icon/theme": {
2047
+ "type": "string",
2048
+ "description": "Specify a theme for this component and all of its children"
2049
+ },
2050
+ "v-img/aspect-ratio": {
2051
+ "type": "any",
2052
+ "description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
2053
+ },
2054
+ "v-img/alt": {
2055
+ "type": "any",
2056
+ "description": "Alternate text for screen readers. Leave empty for decorative images."
2057
+ },
2058
+ "v-img/cover": {
2059
+ "type": "any",
2060
+ "description": "Resizes the background image to cover the entire container."
2061
+ },
2062
+ "v-img/eager": {
2063
+ "type": "any",
2064
+ "description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
2065
+ },
2066
+ "v-img/gradient": {
2067
+ "type": "any",
2068
+ "description": ""
2069
+ },
2070
+ "v-img/lazy-src": {
2071
+ "type": "any",
2072
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically."
2073
+ },
2074
+ "v-img/options": {
2075
+ "type": "object",
2076
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2077
+ },
2078
+ "v-img/sizes": {
2079
+ "type": "any",
2080
+ "description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
2081
+ },
2082
+ "v-img/src": {
2083
+ "type": "string|object",
2084
+ "description": "The image URL. This prop is mandatory."
2085
+ },
2086
+ "v-img/srcset": {
2087
+ "type": "any",
2088
+ "description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
2089
+ },
2090
+ "v-img/width": {
2091
+ "type": "any",
2092
+ "description": "Sets the width for the component."
2093
+ },
2094
+ "v-img/transition": {
2095
+ "type": "boolean|string|object",
2096
+ "description": "The transition to use when switching from `lazy-src` to `src`."
2097
+ },
2098
+ "v-input/id": {
2099
+ "type": "string",
2100
+ "description": ""
2101
+ },
2102
+ "v-input/append-icon": {
2103
+ "type": "string",
2104
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2105
+ },
2106
+ "v-input/prepend-icon": {
2107
+ "type": "string",
2108
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2109
+ },
2110
+ "v-input/hide-details": {
2111
+ "type": "boolean|string",
2112
+ "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
2113
+ },
2114
+ "v-input/messages": {
2115
+ "type": "array|string",
2116
+ "description": ""
2117
+ },
2118
+ "v-input/direction": {
2119
+ "type": "string",
2120
+ "description": ""
2121
+ },
2122
+ "v-input/density": {
2123
+ "type": "string",
2124
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2125
+ },
2126
+ "v-input/disabled": {
2127
+ "type": "boolean",
2128
+ "description": ""
2129
+ },
2130
+ "v-input/error": {
2131
+ "type": "boolean",
2132
+ "description": ""
2133
+ },
2134
+ "v-input/error-messages": {
2135
+ "type": "array|string",
2136
+ "description": ""
2137
+ },
2138
+ "v-input/max-errors": {
2139
+ "type": "number|string",
2140
+ "description": ""
2141
+ },
2142
+ "v-input/name": {
2143
+ "type": "string",
2144
+ "description": ""
2145
+ },
2146
+ "v-input/readonly": {
2147
+ "type": "boolean",
2148
+ "description": ""
2149
+ },
2150
+ "v-input/rules": {
2151
+ "type": "array",
2152
+ "description": ""
2153
+ },
2154
+ "v-input/model-value": {
2155
+ "type": "any",
2156
+ "description": ""
2157
+ },
2158
+ "v-item-group/model-value": {
2159
+ "type": "any",
2160
+ "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
2161
+ },
2162
+ "v-item-group/multiple": {
2163
+ "type": "boolean",
2164
+ "description": "Allows one to select mulitple items."
2165
+ },
2166
+ "v-item-group/mandatory": {
2167
+ "type": "boolean|string",
2168
+ "description": "Forces at least one item to always be selected (if available)."
2169
+ },
2170
+ "v-item-group/max": {
2171
+ "type": "number",
2172
+ "description": "Sets a maximum number of selections that can be made."
2173
+ },
2174
+ "v-item-group/selected-class": {
2175
+ "type": "string",
2176
+ "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
2177
+ },
2178
+ "v-item-group/disabled": {
2179
+ "type": "boolean",
2180
+ "description": ""
2181
+ },
2182
+ "v-item-group/tag": {
2183
+ "type": "string",
2184
+ "description": "Specify a custom tag used on the root element."
2185
+ },
2186
+ "v-item-group/theme": {
2187
+ "type": "string",
2188
+ "description": "Specify a theme for this component and all of its children"
2189
+ },
2190
+ "v-item/value": {
2191
+ "type": "any",
2192
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2193
+ },
2194
+ "v-item/disabled": {
2195
+ "type": "boolean",
2196
+ "description": "Removes the ability to click or target the component."
2197
+ },
2198
+ "v-item/selected-class": {
2199
+ "type": "string",
2200
+ "description": "Configure the active CSS class applied when the item is selected."
2201
+ },
2202
+ "v-kbd/tag": {
2203
+ "type": "string",
2204
+ "description": ""
2205
+ },
2206
+ "v-layout/overlaps": {
2207
+ "type": "array",
2208
+ "description": ""
2209
+ },
2210
+ "v-layout/full-height": {
2211
+ "type": "boolean",
2212
+ "description": ""
2213
+ },
2214
+ "v-layout-item/position": {
2215
+ "type": "string",
2216
+ "description": ""
2217
+ },
2218
+ "v-layout-item/size": {
2219
+ "type": "number|string",
2220
+ "description": "Sets the height and width of the component."
2221
+ },
2222
+ "v-layout-item/model-value": {
2223
+ "type": "any",
2224
+ "description": ""
2225
+ },
2226
+ "v-layout-item/name": {
2227
+ "type": "string",
2228
+ "description": ""
2229
+ },
2230
+ "v-layout-item/priority": {
2231
+ "type": "number|string",
2232
+ "description": ""
2233
+ },
2234
+ "v-layout-item/absolute": {
2235
+ "type": "boolean",
2236
+ "description": ""
2237
+ },
2238
+ "v-lazy/model-value": {
2239
+ "type": "any",
2240
+ "description": ""
2241
+ },
2242
+ "v-lazy/options": {
2243
+ "type": "object",
2244
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
2245
+ },
2246
+ "v-lazy/height": {
2247
+ "type": "number|string",
2248
+ "description": "Sets the height for the component."
2249
+ },
2250
+ "v-lazy/max-height": {
2251
+ "type": "number|string",
2252
+ "description": "Sets the maximum height for the component."
2253
+ },
2254
+ "v-lazy/max-width": {
2255
+ "type": "number|string",
2256
+ "description": "Sets the maximum width for the component."
2257
+ },
2258
+ "v-lazy/min-height": {
2259
+ "type": "number|string",
2260
+ "description": "Sets the minimum height for the component."
2261
+ },
2262
+ "v-lazy/min-width": {
2263
+ "type": "number|string",
2264
+ "description": "Sets the minimum width for the component."
2265
+ },
2266
+ "v-lazy/width": {
2267
+ "type": "number|string",
2268
+ "description": "Sets the width for the component."
2269
+ },
2270
+ "v-lazy/tag": {
2271
+ "type": "string",
2272
+ "description": "Specify a custom tag used on the root element."
2273
+ },
2274
+ "v-lazy/transition": {
2275
+ "type": "boolean|string|object",
2276
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
2277
+ },
2278
+ "v-list/color": {
2279
+ "type": "any",
2280
+ "description": ""
2281
+ },
2282
+ "v-list/disabled": {
2283
+ "type": "any",
2284
+ "description": "Disables all children `v-list-item` components"
2285
+ },
2286
+ "v-list/lines": {
2287
+ "type": "string",
2288
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
2289
+ },
2290
+ "v-list/nav": {
2291
+ "type": "any",
2292
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
2293
+ },
2294
+ "v-list/items": {
2295
+ "type": "any",
2296
+ "description": ""
2297
+ },
2298
+ "v-list/select-strategy": {
2299
+ "type": "string|function",
2300
+ "description": ""
2301
+ },
2302
+ "v-list/open-strategy": {
2303
+ "type": "string|function",
2304
+ "description": ""
2305
+ },
2306
+ "v-list/active-strategy": {
2307
+ "type": "string|function",
2308
+ "description": ""
2309
+ },
2310
+ "v-list/opened": {
2311
+ "type": "array",
2312
+ "description": ""
2313
+ },
2314
+ "v-list/selected": {
2315
+ "type": "array",
2316
+ "description": ""
2317
+ },
2318
+ "v-list/active": {
2319
+ "type": "array",
2320
+ "description": ""
2321
+ },
2322
+ "v-list/border": {
2323
+ "type": "boolean|number|string",
2324
+ "description": "Applies border styles to component."
2325
+ },
2326
+ "v-list/density": {
2327
+ "type": "string",
2328
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2329
+ },
2330
+ "v-list/height": {
2331
+ "type": "number|string",
2332
+ "description": "Sets the height for the component."
2333
+ },
2334
+ "v-list/max-height": {
2335
+ "type": "number|string",
2336
+ "description": "Sets the maximum height for the component."
2337
+ },
2338
+ "v-list/max-width": {
2339
+ "type": "number|string",
2340
+ "description": "Sets the maximum width for the component."
2341
+ },
2342
+ "v-list/min-height": {
2343
+ "type": "number|string",
2344
+ "description": "Sets the minimum height for the component."
2345
+ },
2346
+ "v-list/min-width": {
2347
+ "type": "number|string",
2348
+ "description": "Sets the minimum width for the component."
2349
+ },
2350
+ "v-list/width": {
2351
+ "type": "number|string",
2352
+ "description": "Sets the width for the component."
2353
+ },
2354
+ "v-list/elevation": {
2355
+ "type": "number|string",
2356
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2357
+ },
2358
+ "v-list/rounded": {
2359
+ "type": "boolean|number|string",
2360
+ "description": ""
2361
+ },
2362
+ "v-list/tag": {
2363
+ "type": "string",
2364
+ "description": "Specify a custom tag used on the root element."
2365
+ },
2366
+ "v-list/theme": {
2367
+ "type": "string",
2368
+ "description": "Specify a theme for this component and all of its children"
2369
+ },
2370
+ "v-list-subheader/color": {
2371
+ "type": "any",
2372
+ "description": ""
2373
+ },
2374
+ "v-list-subheader/inset": {
2375
+ "type": "any",
2376
+ "description": ""
2377
+ },
2378
+ "v-list-subheader/sticky": {
2379
+ "type": "any",
2380
+ "description": ""
2381
+ },
2382
+ "v-list-subheader/text": {
2383
+ "type": "any",
2384
+ "description": ""
2385
+ },
2386
+ "v-list-subheader/tag": {
2387
+ "type": "string",
2388
+ "description": "Specify a custom tag used on the root element."
2389
+ },
2390
+ "v-list-img/tag": {
2391
+ "type": "string",
2392
+ "description": ""
2393
+ },
2394
+ "v-list-item/active": {
2395
+ "type": "any",
2396
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2397
+ },
2398
+ "v-list-item/active-color": {
2399
+ "type": "any",
2400
+ "description": "The applied color when a `v-list-item` is in an active state"
2401
+ },
2402
+ "v-list-item/active-class": {
2403
+ "type": "any",
2404
+ "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."
2405
+ },
2406
+ "v-list-item/append-avatar": {
2407
+ "type": "any",
2408
+ "description": "Appends a [v-avatar](/components/avatars/) component to the header"
2409
+ },
2410
+ "v-list-item/append-icon": {
2411
+ "type": "any",
2412
+ "description": "Appends a [v-icon](/components/icons/) component to the header"
2413
+ },
2414
+ "v-list-item/disabled": {
2415
+ "type": "any",
2416
+ "description": "Disables the component"
2417
+ },
2418
+ "v-list-item/link": {
2419
+ "type": "any",
2420
+ "description": ""
2421
+ },
2422
+ "v-list-item/prepend-avatar": {
2423
+ "type": "any",
2424
+ "description": "Prepends a [v-avatar](/components/avatars/) component to the header"
2425
+ },
2426
+ "v-list-item/prepend-icon": {
2427
+ "type": "any",
2428
+ "description": "Prepends a [v-icon](/components/icons/) component to the header"
2429
+ },
2430
+ "v-list-item/subtitle": {
2431
+ "type": "any",
2432
+ "description": "Generates a `v-list-item-subtitle` component with the supplied value"
2433
+ },
2434
+ "v-list-item/title": {
2435
+ "type": "any",
2436
+ "description": "Generates a `v-list-item-title` component with the supplied value"
2437
+ },
2438
+ "v-list-item/value": {
2439
+ "type": "any",
2440
+ "description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
2441
+ },
2442
+ "v-list-item/border": {
2443
+ "type": "boolean|number|string",
2444
+ "description": "Applies border styles to component."
2445
+ },
2446
+ "v-list-item/density": {
2447
+ "type": "string",
2448
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2449
+ },
2450
+ "v-list-item/height": {
2451
+ "type": "number|string",
2452
+ "description": "Sets the height for the component."
2453
+ },
2454
+ "v-list-item/max-height": {
2455
+ "type": "number|string",
2456
+ "description": "Sets the maximum height for the component."
2457
+ },
2458
+ "v-list-item/max-width": {
2459
+ "type": "number|string",
2460
+ "description": "Sets the maximum width for the component."
2461
+ },
2462
+ "v-list-item/min-height": {
2463
+ "type": "number|string",
2464
+ "description": "Sets the minimum height for the component."
2465
+ },
2466
+ "v-list-item/min-width": {
2467
+ "type": "number|string",
2468
+ "description": "Sets the minimum width for the component."
2469
+ },
2470
+ "v-list-item/width": {
2471
+ "type": "number|string",
2472
+ "description": "Sets the width for the component."
2473
+ },
2474
+ "v-list-item/elevation": {
2475
+ "type": "number|string",
2476
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2477
+ },
2478
+ "v-list-item/rounded": {
2479
+ "type": "boolean|number|string",
2480
+ "description": ""
2481
+ },
2482
+ "v-list-item/href": {
2483
+ "type": "string",
2484
+ "description": ""
2485
+ },
2486
+ "v-list-item/replace": {
2487
+ "type": "boolean",
2488
+ "description": ""
2489
+ },
2490
+ "v-list-item/to": {
2491
+ "type": "string|object",
2492
+ "description": ""
2493
+ },
2494
+ "v-list-item/tag": {
2495
+ "type": "string",
2496
+ "description": "Specify a custom tag used on the root element."
2497
+ },
2498
+ "v-list-item/theme": {
2499
+ "type": "string",
2500
+ "description": "Specify a theme for this component and all of its children"
2501
+ },
2502
+ "v-list-item/color": {
2503
+ "type": "string",
2504
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`)"
2505
+ },
2506
+ "v-list-item/text-color": {
2507
+ "type": "string",
2508
+ "description": "Applies a specified color to the control text"
2509
+ },
2510
+ "v-list-item/variant": {
2511
+ "type": "string",
2512
+ "description": "Applies one of 4 styles, default, contained, outlined, and text."
2513
+ },
2514
+ "v-list-item-avatar/left": {
2515
+ "type": "any",
2516
+ "description": ""
2517
+ },
2518
+ "v-list-item-avatar/right": {
2519
+ "type": "any",
2520
+ "description": ""
2521
+ },
2522
+ "v-list-item-avatar/tag": {
2523
+ "type": "string",
2524
+ "description": "Specify a custom tag used on the root element."
2525
+ },
2526
+ "v-list-item-header/tag": {
2527
+ "type": "string",
2528
+ "description": ""
2529
+ },
2530
+ "v-list-item-media/left": {
2531
+ "type": "any",
2532
+ "description": ""
2533
+ },
2534
+ "v-list-item-media/right": {
2535
+ "type": "any",
2536
+ "description": ""
2537
+ },
2538
+ "v-list-item-media/tag": {
2539
+ "type": "string",
2540
+ "description": "Specify a custom tag used on the root element."
2541
+ },
2542
+ "v-list-item-subtitle/tag": {
2543
+ "type": "string",
2544
+ "description": ""
2545
+ },
2546
+ "v-list-item-title/tag": {
2547
+ "type": "string",
2548
+ "description": ""
2549
+ },
2550
+ "v-list-group/value": {
2551
+ "type": "any",
2552
+ "description": "Expands / Collapse the list-group"
2553
+ },
2554
+ "v-list-group/collapse-icon": {
2555
+ "type": "string",
2556
+ "description": ""
2557
+ },
2558
+ "v-list-group/expand-icon": {
2559
+ "type": "string",
2560
+ "description": ""
2561
+ },
2562
+ "v-list-group/tag": {
2563
+ "type": "string",
2564
+ "description": "Specify a custom tag used on the root element."
2565
+ },
2566
+ "v-locale-provider/locale": {
2567
+ "type": "any",
2568
+ "description": ""
2569
+ },
2570
+ "v-locale-provider/fallback-locale": {
2571
+ "type": "any",
2572
+ "description": ""
2573
+ },
2574
+ "v-locale-provider/messages": {
2575
+ "type": "any",
2576
+ "description": ""
2577
+ },
2578
+ "v-locale-provider/rtl": {
2579
+ "type": "boolean",
2580
+ "description": ""
2581
+ },
2582
+ "v-main/tag": {
2583
+ "type": "string",
2584
+ "description": "Specify a custom tag used on the root element."
2585
+ },
2586
+ "v-menu/disable-keys": {
2587
+ "type": "any",
2588
+ "description": "Removes all keyboard interaction"
2589
+ },
2590
+ "v-menu/model-value": {
2591
+ "type": "any",
2592
+ "description": ""
2593
+ },
2594
+ "v-menu/id": {
2595
+ "type": "any",
2596
+ "description": ""
2597
+ },
2598
+ "v-menu/transition": {
2599
+ "type": "boolean|string|object",
2600
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
2601
+ },
2602
+ "v-navigation-drawer/color": {
2603
+ "type": "any",
2604
+ "description": ""
2605
+ },
2606
+ "v-navigation-drawer/disable-resize-watcher": {
2607
+ "type": "any",
2608
+ "description": "Will automatically open/close drawer when resized depending if mobile or desktop."
2609
+ },
2610
+ "v-navigation-drawer/disable-route-watcher": {
2611
+ "type": "any",
2612
+ "description": "Disables opening of navigation drawer when route changes"
2613
+ },
2614
+ "v-navigation-drawer/expand-on-hover": {
2615
+ "type": "any",
2616
+ "description": "Collapses the drawer to a **mini-variant** until hovering with the mouse"
2617
+ },
2618
+ "v-navigation-drawer/floating": {
2619
+ "type": "any",
2620
+ "description": "A floating drawer has no visible container (no border-right)"
2621
+ },
2622
+ "v-navigation-drawer/model-value": {
2623
+ "type": "boolean",
2624
+ "description": ""
2625
+ },
2626
+ "v-navigation-drawer/permanent": {
2627
+ "type": "any",
2628
+ "description": "The drawer remains visible regardless of screen size"
2629
+ },
2630
+ "v-navigation-drawer/rail": {
2631
+ "type": "any",
2632
+ "description": ""
2633
+ },
2634
+ "v-navigation-drawer/rail-width": {
2635
+ "type": "number|string",
2636
+ "description": ""
2637
+ },
2638
+ "v-navigation-drawer/image": {
2639
+ "type": "any",
2640
+ "description": ""
2641
+ },
2642
+ "v-navigation-drawer/temporary": {
2643
+ "type": "any",
2644
+ "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
2645
+ },
2646
+ "v-navigation-drawer/touchless": {
2647
+ "type": "any",
2648
+ "description": "Disable mobile touch functionality"
2649
+ },
2650
+ "v-navigation-drawer/width": {
2651
+ "type": "number|string",
2652
+ "description": "Sets the width for the component."
2653
+ },
2654
+ "v-navigation-drawer/position": {
2655
+ "type": "string",
2656
+ "description": ""
2657
+ },
2658
+ "v-navigation-drawer/border": {
2659
+ "type": "boolean|number|string",
2660
+ "description": "Applies border styles to component."
2661
+ },
2662
+ "v-navigation-drawer/elevation": {
2663
+ "type": "number|string",
2664
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2665
+ },
2666
+ "v-navigation-drawer/name": {
2667
+ "type": "string",
2668
+ "description": ""
2669
+ },
2670
+ "v-navigation-drawer/priority": {
2671
+ "type": "number|string",
2672
+ "description": ""
2673
+ },
2674
+ "v-navigation-drawer/absolute": {
2675
+ "type": "boolean",
2676
+ "description": ""
2677
+ },
2678
+ "v-navigation-drawer/rounded": {
2679
+ "type": "boolean|number|string",
2680
+ "description": ""
2681
+ },
2682
+ "v-navigation-drawer/tag": {
2683
+ "type": "string",
2684
+ "description": "Specify a custom tag used on the root element."
2685
+ },
2686
+ "v-navigation-drawer/theme": {
2687
+ "type": "string",
2688
+ "description": "Specify a theme for this component and all of its children"
2689
+ },
2690
+ "v-overlay/absolute": {
2691
+ "type": "any",
2692
+ "description": "Applies **position: absolute** to the content element."
2693
+ },
2694
+ "v-overlay/attach": {
2695
+ "type": "any",
2696
+ "description": ""
2697
+ },
2698
+ "v-overlay/contained": {
2699
+ "type": "any",
2700
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
2701
+ },
2702
+ "v-overlay/content-class": {
2703
+ "type": "any",
2704
+ "description": ""
2705
+ },
2706
+ "v-overlay/no-click-animation": {
2707
+ "type": "any",
2708
+ "description": ""
2709
+ },
2710
+ "v-overlay/model-value": {
2711
+ "type": "any",
2712
+ "description": ""
2713
+ },
2714
+ "v-overlay/persistent": {
2715
+ "type": "any",
2716
+ "description": "Clicking outside or pressing **esc** key will not dismiss the dialog"
2717
+ },
2718
+ "v-overlay/scrim": {
2719
+ "type": "string|boolean",
2720
+ "description": ""
2721
+ },
2722
+ "v-overlay/activator": {
2723
+ "type": "string|object",
2724
+ "description": ""
2725
+ },
2726
+ "v-overlay/activator-props": {
2727
+ "type": "object",
2728
+ "description": ""
2729
+ },
2730
+ "v-overlay/open-on-click": {
2731
+ "type": "boolean",
2732
+ "description": ""
2733
+ },
2734
+ "v-overlay/open-on-hover": {
2735
+ "type": "boolean",
2736
+ "description": ""
2737
+ },
2738
+ "v-overlay/open-on-focus": {
2739
+ "type": "boolean",
2740
+ "description": ""
2741
+ },
2742
+ "v-overlay/close-delay": {
2743
+ "type": "number|string",
2744
+ "description": ""
2745
+ },
2746
+ "v-overlay/open-delay": {
2747
+ "type": "number|string",
2748
+ "description": ""
2749
+ },
2750
+ "v-overlay/height": {
2751
+ "type": "number|string",
2752
+ "description": "Sets the height for the component."
2753
+ },
2754
+ "v-overlay/max-height": {
2755
+ "type": "number|string",
2756
+ "description": "Sets the maximum height for the component."
2757
+ },
2758
+ "v-overlay/max-width": {
2759
+ "type": "number|string",
2760
+ "description": "Sets the maximum width for the component."
2761
+ },
2762
+ "v-overlay/min-height": {
2763
+ "type": "number|string",
2764
+ "description": "Sets the minimum height for the component."
2765
+ },
2766
+ "v-overlay/min-width": {
2767
+ "type": "number|string",
2768
+ "description": "Sets the minimum width for the component."
2769
+ },
2770
+ "v-overlay/width": {
2771
+ "type": "number|string",
2772
+ "description": "Sets the width for the component."
2773
+ },
2774
+ "v-overlay/position-strategy": {
2775
+ "type": "string|function",
2776
+ "description": ""
2777
+ },
2778
+ "v-overlay/anchor": {
2779
+ "type": "string",
2780
+ "description": ""
2781
+ },
2782
+ "v-overlay/origin": {
2783
+ "type": "string",
2784
+ "description": ""
2785
+ },
2786
+ "v-overlay/offset": {
2787
+ "type": "number|string",
2788
+ "description": ""
2789
+ },
2790
+ "v-overlay/scroll-strategy": {
2791
+ "type": "string|function",
2792
+ "description": ""
2793
+ },
2794
+ "v-overlay/theme": {
2795
+ "type": "string",
2796
+ "description": "Specify a theme for this component and all of its children"
2797
+ },
2798
+ "v-overlay/transition": {
2799
+ "type": "boolean|string|object",
2800
+ "description": ""
2801
+ },
2802
+ "v-overlay/eager": {
2803
+ "type": "boolean",
2804
+ "description": ""
2805
+ },
2806
+ "v-pagination/start": {
2807
+ "type": "number|string",
2808
+ "description": "Specify the starting page"
2809
+ },
2810
+ "v-pagination/model-value": {
2811
+ "type": "number",
2812
+ "description": "Current selected page"
2813
+ },
2814
+ "v-pagination/disabled": {
2815
+ "type": "any",
2816
+ "description": "Disables component"
2817
+ },
2818
+ "v-pagination/length": {
2819
+ "type": "number|string",
2820
+ "description": "The number of pages"
2821
+ },
2822
+ "v-pagination/total-visible": {
2823
+ "type": "any",
2824
+ "description": "Specify the total visible pagination numbers"
2825
+ },
2826
+ "v-pagination/first-icon": {
2827
+ "type": "string",
2828
+ "description": "The icon to use for the first button"
2829
+ },
2830
+ "v-pagination/prev-icon": {
2831
+ "type": "string",
2832
+ "description": "The icon to use for the prev button"
2833
+ },
2834
+ "v-pagination/next-icon": {
2835
+ "type": "string",
2836
+ "description": "The icon to use for the next button"
2837
+ },
2838
+ "v-pagination/last-icon": {
2839
+ "type": "string",
2840
+ "description": "The icon to use for the last button"
2841
+ },
2842
+ "v-pagination/aria-label": {
2843
+ "type": "string",
2844
+ "description": "Label for the root element"
2845
+ },
2846
+ "v-pagination/page-aria-label": {
2847
+ "type": "string",
2848
+ "description": "Label for each page button"
2849
+ },
2850
+ "v-pagination/current-page-aria-label": {
2851
+ "type": "string",
2852
+ "description": "Label for the currently selected page"
2853
+ },
2854
+ "v-pagination/first-aria-label": {
2855
+ "type": "string",
2856
+ "description": "Label for the go to first button"
2857
+ },
2858
+ "v-pagination/previous-aria-label": {
2859
+ "type": "string",
2860
+ "description": "Label for the previous button"
2861
+ },
2862
+ "v-pagination/next-aria-label": {
2863
+ "type": "string",
2864
+ "description": "Label for the next button"
2865
+ },
2866
+ "v-pagination/last-aria-label": {
2867
+ "type": "string",
2868
+ "description": "Label for the go to last button"
2869
+ },
2870
+ "v-pagination/ellipsis": {
2871
+ "type": "string",
2872
+ "description": "Text to show between page buttons when truncating the list"
2873
+ },
2874
+ "v-pagination/show-first-last-page": {
2875
+ "type": "any",
2876
+ "description": "Show buttons for going to first and last page"
2877
+ },
2878
+ "v-pagination/rounded": {
2879
+ "type": "boolean|number|string",
2880
+ "description": ""
2881
+ },
2882
+ "v-pagination/border": {
2883
+ "type": "boolean|number|string",
2884
+ "description": "Applies border styles to component."
2885
+ },
2886
+ "v-pagination/density": {
2887
+ "type": "string",
2888
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2889
+ },
2890
+ "v-pagination/elevation": {
2891
+ "type": "number|string",
2892
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2893
+ },
2894
+ "v-pagination/size": {
2895
+ "type": "string|number",
2896
+ "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**."
2897
+ },
2898
+ "v-pagination/tag": {
2899
+ "type": "string",
2900
+ "description": "Specify a custom tag used on the root element."
2901
+ },
2902
+ "v-pagination/theme": {
2903
+ "type": "string",
2904
+ "description": "Specify a theme for this component and all of its children"
2905
+ },
2906
+ "v-pagination/color": {
2907
+ "type": "string",
2908
+ "description": "Color of the selected page button"
2909
+ },
2910
+ "v-pagination/text-color": {
2911
+ "type": "string",
2912
+ "description": "Applies a specified color to the control text"
2913
+ },
2914
+ "v-pagination/variant": {
2915
+ "type": "string",
2916
+ "description": "Applies one of 4 styles, default, contained, outlined, and text."
1473
2917
  },
1474
- "v-input/append-outer-icon": {
1475
- "type": "any",
2918
+ "v-parallax/scale": {
2919
+ "type": "number|string",
1476
2920
  "description": ""
1477
2921
  },
1478
- "v-input/bg-color": {
2922
+ "v-progress-circular/bg-color": {
1479
2923
  "type": "any",
1480
2924
  "description": ""
1481
2925
  },
1482
- "v-input/color": {
2926
+ "v-progress-circular/color": {
1483
2927
  "type": "any",
1484
2928
  "description": ""
1485
2929
  },
1486
- "v-input/hide-details": {
2930
+ "v-progress-circular/indeterminate": {
1487
2931
  "type": "any",
1488
- "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
2932
+ "description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
2933
+ },
2934
+ "v-progress-circular/model-value": {
2935
+ "type": "number|string",
2936
+ "description": "The percentage value for current progress"
2937
+ },
2938
+ "v-progress-circular/rotate": {
2939
+ "type": "number|string",
2940
+ "description": "Rotates the circle start point in degrees"
2941
+ },
2942
+ "v-progress-circular/width": {
2943
+ "type": "number|string",
2944
+ "description": "Sets the stroke of the circle in pixels"
2945
+ },
2946
+ "v-progress-circular/size": {
2947
+ "type": "string|number",
2948
+ "description": "Sets the diameter of the circle in pixels"
2949
+ },
2950
+ "v-progress-circular/tag": {
2951
+ "type": "string",
2952
+ "description": "Specify a custom tag used on the root element."
2953
+ },
2954
+ "v-progress-circular/theme": {
2955
+ "type": "string",
2956
+ "description": "Specify a theme for this component and all of its children"
2957
+ },
2958
+ "v-progress-linear/active": {
2959
+ "type": "boolean",
2960
+ "description": "Reduce the height to 0, hiding component"
1489
2961
  },
1490
- "v-input/hide-spin-buttons": {
2962
+ "v-progress-linear/bg-color": {
1491
2963
  "type": "any",
1492
- "description": "Hides spin buttons on the input when type is set to `number`."
2964
+ "description": "Background color, set to component's color if null"
1493
2965
  },
1494
- "v-input/hint": {
2966
+ "v-progress-linear/bg-opacity": {
1495
2967
  "type": "any",
1496
- "description": "Hint text"
2968
+ "description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise"
1497
2969
  },
1498
- "v-input/id": {
2970
+ "v-progress-linear/buffer-value": {
2971
+ "type": "number|string",
2972
+ "description": "The percentage value for the buffer"
2973
+ },
2974
+ "v-progress-linear/clickable": {
1499
2975
  "type": "any",
1500
2976
  "description": ""
1501
2977
  },
1502
- "v-input/label": {
2978
+ "v-progress-linear/color": {
1503
2979
  "type": "any",
1504
- "description": "Sets input label"
2980
+ "description": ""
1505
2981
  },
1506
- "v-input/loading": {
1507
- "type": "any",
1508
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
2982
+ "v-progress-linear/height": {
2983
+ "type": "number|string",
2984
+ "description": "Sets the height for the component"
1509
2985
  },
1510
- "v-input/model-value": {
2986
+ "v-progress-linear/indeterminate": {
1511
2987
  "type": "any",
2988
+ "description": "Constantly animates, use when loading progress is unknown."
2989
+ },
2990
+ "v-progress-linear/max": {
2991
+ "type": "number|string",
2992
+ "description": ""
2993
+ },
2994
+ "v-progress-linear/model-value": {
2995
+ "type": "number|string",
1512
2996
  "description": ""
1513
2997
  },
1514
- "v-input/persistent-hint": {
2998
+ "v-progress-linear/reverse": {
1515
2999
  "type": "any",
1516
- "description": "Forces hint to always be visible"
3000
+ "description": "Displays reversed progress (right to left in LTR mode and left to right in RTL)"
1517
3001
  },
1518
- "v-input/prepend-icon": {
3002
+ "v-progress-linear/stream": {
1519
3003
  "type": "any",
1520
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
3004
+ "description": "An alternative style for portraying loading that works in tandem with **buffer-value**"
1521
3005
  },
1522
- "v-input/prepend-outer-icon": {
3006
+ "v-progress-linear/striped": {
1523
3007
  "type": "any",
1524
- "description": ""
3008
+ "description": "Adds a stripe background to the filled portion of the progress component"
1525
3009
  },
1526
- "v-input/reverse": {
3010
+ "v-progress-linear/rounded-bar": {
1527
3011
  "type": "any",
1528
3012
  "description": ""
1529
3013
  },
1530
- "v-input/single-line": {
1531
- "type": "any",
3014
+ "v-progress-linear/rounded": {
3015
+ "type": "boolean|number|string",
1532
3016
  "description": ""
1533
3017
  },
1534
- "v-input/variant": {
3018
+ "v-progress-linear/tag": {
1535
3019
  "type": "string",
1536
- "description": ""
3020
+ "description": "Specify a custom tag used on the root element."
1537
3021
  },
1538
- "v-input/theme": {
3022
+ "v-progress-linear/theme": {
1539
3023
  "type": "string",
1540
3024
  "description": "Specify a theme for this component and all of its children"
1541
3025
  },
1542
- "v-input/density": {
3026
+ "v-radio/false-icon": {
1543
3027
  "type": "string",
1544
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1545
- },
1546
- "v-input-label/floating": {
1547
- "type": "any",
1548
- "description": ""
3028
+ "description": "The icon used when inactive"
1549
3029
  },
1550
- "v-input-label/theme": {
3030
+ "v-radio/true-icon": {
1551
3031
  "type": "string",
1552
- "description": "Specify a theme for this component and all of its children"
3032
+ "description": "The icon used when active"
1553
3033
  },
1554
- "v-kbd/tag": {
3034
+ "v-radio-group/height": {
3035
+ "type": "number|string",
3036
+ "description": "Sets the height for the component"
3037
+ },
3038
+ "v-radio-group/id": {
1555
3039
  "type": "string",
1556
3040
  "description": ""
1557
3041
  },
1558
- "v-item/value": {
1559
- "type": "number|boolean|string|object",
1560
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1561
- },
1562
- "v-item/disabled": {
1563
- "type": "boolean",
1564
- "description": "Removes the ability to click or target the component."
1565
- },
1566
- "v-item/selected-class": {
3042
+ "v-radio-group/append-icon": {
1567
3043
  "type": "string",
1568
- "description": "Configure the active CSS class applied when the item is selected."
1569
- },
1570
- "v-item-group/model-value": {
1571
- "type": "number|boolean|string|array|object",
1572
- "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
3044
+ "description": ""
1573
3045
  },
1574
- "v-item-group/multiple": {
1575
- "type": "boolean",
1576
- "description": "Allows one to select mulitple items."
3046
+ "v-radio-group/prepend-icon": {
3047
+ "type": "string",
3048
+ "description": ""
1577
3049
  },
1578
- "v-item-group/mandatory": {
3050
+ "v-radio-group/hide-details": {
1579
3051
  "type": "boolean|string",
1580
- "description": "Forces at least one item to always be selected (if available)."
1581
- },
1582
- "v-item-group/max": {
1583
- "type": "number",
1584
- "description": "Sets a maximum number of selections that can be made."
3052
+ "description": ""
1585
3053
  },
1586
- "v-item-group/selected-class": {
1587
- "type": "string",
1588
- "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
3054
+ "v-radio-group/messages": {
3055
+ "type": "array|string",
3056
+ "description": ""
1589
3057
  },
1590
- "v-item-group/tag": {
3058
+ "v-radio-group/direction": {
1591
3059
  "type": "string",
1592
- "description": "Specify a custom tag used on the root element."
3060
+ "description": ""
1593
3061
  },
1594
- "v-item-group/theme": {
3062
+ "v-radio-group/density": {
1595
3063
  "type": "string",
1596
- "description": "Specify a theme for this component and all of its children"
3064
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1597
3065
  },
1598
- "v-layout/overlaps": {
1599
- "type": "array",
3066
+ "v-radio-group/disabled": {
3067
+ "type": "boolean",
1600
3068
  "description": ""
1601
3069
  },
1602
- "v-layout/full-height": {
3070
+ "v-radio-group/error": {
1603
3071
  "type": "boolean",
1604
3072
  "description": ""
1605
3073
  },
1606
- "v-layout-item/position": {
1607
- "type": "string",
3074
+ "v-radio-group/error-messages": {
3075
+ "type": "array|string",
1608
3076
  "description": ""
1609
3077
  },
1610
- "v-layout-item/size": {
3078
+ "v-radio-group/max-errors": {
1611
3079
  "type": "number|string",
1612
- "description": "Sets the height and width of the component."
1613
- },
1614
- "v-layout-item/model-value": {
1615
- "type": "any",
1616
3080
  "description": ""
1617
3081
  },
1618
- "v-layout-item/name": {
3082
+ "v-radio-group/name": {
1619
3083
  "type": "string",
1620
- "description": ""
1621
- },
1622
- "v-layout-item/priority": {
1623
- "type": "number",
1624
- "description": ""
3084
+ "description": "Sets the component's name attribute"
1625
3085
  },
1626
- "v-layout-item/absolute": {
3086
+ "v-radio-group/readonly": {
1627
3087
  "type": "boolean",
1628
3088
  "description": ""
1629
3089
  },
1630
- "v-locale-provider/locale": {
1631
- "type": "any",
3090
+ "v-radio-group/rules": {
3091
+ "type": "array",
1632
3092
  "description": ""
1633
3093
  },
1634
- "v-locale-provider/fallback-locale": {
3094
+ "v-radio-group/model-value": {
1635
3095
  "type": "any",
1636
3096
  "description": ""
1637
3097
  },
1638
- "v-locale-provider/messages": {
1639
- "type": "any",
3098
+ "v-radio-group/color": {
3099
+ "type": "string",
1640
3100
  "description": ""
1641
3101
  },
1642
- "v-locale-provider/rtl": {
3102
+ "v-radio-group/inline": {
1643
3103
  "type": "boolean",
1644
3104
  "description": ""
1645
3105
  },
1646
- "v-list/color": {
1647
- "type": "any",
3106
+ "v-radio-group/label": {
3107
+ "type": "string",
1648
3108
  "description": ""
1649
3109
  },
1650
- "v-list/disabled": {
1651
- "type": "any",
1652
- "description": "Disables all children `v-list-item` components"
1653
- },
1654
- "v-list/lines": {
3110
+ "v-radio-group/false-icon": {
1655
3111
  "type": "string",
1656
- "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
1657
- },
1658
- "v-list/nav": {
1659
- "type": "any",
1660
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
1661
- },
1662
- "v-list/subheader": {
1663
- "type": "boolean|string",
1664
- "description": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you"
1665
- },
1666
- "v-list/border": {
1667
- "type": "boolean|number|string",
1668
- "description": "Applies border styles to component."
3112
+ "description": ""
1669
3113
  },
1670
- "v-list/density": {
3114
+ "v-radio-group/true-icon": {
1671
3115
  "type": "string",
1672
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1673
- },
1674
- "v-list/height": {
1675
- "type": "number|string",
1676
- "description": "Sets the height for the component."
3116
+ "description": ""
1677
3117
  },
1678
- "v-list/max-height": {
1679
- "type": "number|string",
1680
- "description": "Sets the maximum height for the component."
3118
+ "v-radio-group/ripple": {
3119
+ "type": "boolean",
3120
+ "description": ""
1681
3121
  },
1682
- "v-list/max-width": {
1683
- "type": "number|string",
1684
- "description": "Sets the maximum width for the component."
3122
+ "v-radio-group/multiple": {
3123
+ "type": "boolean",
3124
+ "description": ""
1685
3125
  },
1686
- "v-list/min-height": {
1687
- "type": "number|string",
1688
- "description": "Sets the minimum height for the component."
3126
+ "v-radio-group/true-value": {
3127
+ "type": "any",
3128
+ "description": "Sets value for truthy state"
1689
3129
  },
1690
- "v-list/min-width": {
1691
- "type": "number|string",
1692
- "description": "Sets the minimum width for the component."
3130
+ "v-radio-group/false-value": {
3131
+ "type": "any",
3132
+ "description": "Sets value for falsy state"
1693
3133
  },
1694
- "v-list/width": {
1695
- "type": "number|string",
1696
- "description": "Sets the width for the component."
3134
+ "v-radio-group/type": {
3135
+ "type": "string",
3136
+ "description": ""
1697
3137
  },
1698
- "v-list/elevation": {
1699
- "type": "number|string",
1700
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3138
+ "v-radio-group/value": {
3139
+ "type": "any",
3140
+ "description": ""
1701
3141
  },
1702
- "v-list/rounded": {
1703
- "type": "boolean|number|string",
3142
+ "v-radio-group/value-comparator": {
3143
+ "type": "function",
1704
3144
  "description": ""
1705
3145
  },
1706
- "v-list/tile": {
3146
+ "v-radio-group/theme": {
3147
+ "type": "string",
3148
+ "description": "Specify a theme for this component and all of its children"
3149
+ },
3150
+ "v-range-slider/focused": {
1707
3151
  "type": "boolean",
1708
3152
  "description": ""
1709
3153
  },
1710
- "v-list/tag": {
3154
+ "v-range-slider/id": {
1711
3155
  "type": "string",
1712
- "description": "Specify a custom tag used on the root element."
3156
+ "description": ""
1713
3157
  },
1714
- "v-list/theme": {
3158
+ "v-range-slider/append-icon": {
1715
3159
  "type": "string",
1716
- "description": "Specify a theme for this component and all of its children"
3160
+ "description": ""
1717
3161
  },
1718
- "v-list-img/tag": {
3162
+ "v-range-slider/prepend-icon": {
1719
3163
  "type": "string",
1720
3164
  "description": ""
1721
3165
  },
1722
- "v-list-item/active": {
1723
- "type": "any",
1724
- "description": "Controls the **active** state of the item. This is typically used to highlight the component"
1725
- },
1726
- "v-list-item/active-color": {
1727
- "type": "any",
1728
- "description": "The applied color when a `v-list-item` is in an active state"
1729
- },
1730
- "v-list-item/active-class": {
1731
- "type": "any",
1732
- "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."
3166
+ "v-range-slider/hide-details": {
3167
+ "type": "boolean|string",
3168
+ "description": ""
1733
3169
  },
1734
- "v-list-item/append-avatar": {
1735
- "type": "any",
1736
- "description": "Appends a [v-avatar](/components/avatars/) component to the header"
3170
+ "v-range-slider/messages": {
3171
+ "type": "array|string",
3172
+ "description": ""
1737
3173
  },
1738
- "v-list-item/append-icon": {
1739
- "type": "any",
1740
- "description": "Appends a [v-icon](/components/icons/) component to the header"
3174
+ "v-range-slider/direction": {
3175
+ "type": "string",
3176
+ "description": ""
1741
3177
  },
1742
- "v-list-item/disabled": {
1743
- "type": "any",
1744
- "description": "Disables the component"
3178
+ "v-range-slider/density": {
3179
+ "type": "string",
3180
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1745
3181
  },
1746
- "v-list-item/link": {
1747
- "type": "any",
3182
+ "v-range-slider/disabled": {
3183
+ "type": "boolean",
1748
3184
  "description": ""
1749
3185
  },
1750
- "v-list-item/prepend-avatar": {
1751
- "type": "any",
1752
- "description": "Prepends a [v-avatar](/components/avatars/) component to the header"
3186
+ "v-range-slider/error": {
3187
+ "type": "boolean",
3188
+ "description": ""
1753
3189
  },
1754
- "v-list-item/prepend-icon": {
1755
- "type": "any",
1756
- "description": "Prepends a [v-icon](/components/icons/) component to the header"
3190
+ "v-range-slider/error-messages": {
3191
+ "type": "array|string",
3192
+ "description": ""
1757
3193
  },
1758
- "v-list-item/subtitle": {
1759
- "type": "any",
1760
- "description": "Generates a `v-list-item-subtitle` component with the supplied value"
3194
+ "v-range-slider/max-errors": {
3195
+ "type": "number|string",
3196
+ "description": ""
1761
3197
  },
1762
- "v-list-item/title": {
1763
- "type": "any",
1764
- "description": "Generates a `v-list-item-title` component with the supplied value"
3198
+ "v-range-slider/name": {
3199
+ "type": "string",
3200
+ "description": ""
1765
3201
  },
1766
- "v-list-item/border": {
1767
- "type": "boolean|number|string",
1768
- "description": "Applies border styles to component."
3202
+ "v-range-slider/readonly": {
3203
+ "type": "boolean",
3204
+ "description": ""
1769
3205
  },
1770
- "v-list-item/density": {
1771
- "type": "string",
1772
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3206
+ "v-range-slider/rules": {
3207
+ "type": "array",
3208
+ "description": ""
1773
3209
  },
1774
- "v-list-item/height": {
1775
- "type": "number|string",
1776
- "description": "Sets the height for the component."
3210
+ "v-range-slider/model-value": {
3211
+ "type": "array",
3212
+ "description": ""
1777
3213
  },
1778
- "v-list-item/max-height": {
3214
+ "v-range-slider/max": {
1779
3215
  "type": "number|string",
1780
- "description": "Sets the maximum height for the component."
3216
+ "description": ""
1781
3217
  },
1782
- "v-list-item/max-width": {
3218
+ "v-range-slider/min": {
1783
3219
  "type": "number|string",
1784
- "description": "Sets the maximum width for the component."
3220
+ "description": ""
1785
3221
  },
1786
- "v-list-item/min-height": {
3222
+ "v-range-slider/step": {
1787
3223
  "type": "number|string",
1788
- "description": "Sets the minimum height for the component."
3224
+ "description": ""
1789
3225
  },
1790
- "v-list-item/min-width": {
1791
- "type": "number|string",
1792
- "description": "Sets the minimum width for the component."
3226
+ "v-range-slider/thumb-color": {
3227
+ "type": "string",
3228
+ "description": ""
1793
3229
  },
1794
- "v-list-item/width": {
1795
- "type": "number|string",
1796
- "description": "Sets the width for the component."
3230
+ "v-range-slider/thumb-label": {
3231
+ "type": "boolean|string",
3232
+ "description": ""
1797
3233
  },
1798
- "v-list-item/elevation": {
3234
+ "v-range-slider/thumb-size": {
1799
3235
  "type": "number|string",
1800
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3236
+ "description": ""
1801
3237
  },
1802
- "v-list-item/rounded": {
1803
- "type": "boolean|number|string",
3238
+ "v-range-slider/show-ticks": {
3239
+ "type": "boolean|string",
1804
3240
  "description": ""
1805
3241
  },
1806
- "v-list-item/tile": {
3242
+ "v-range-slider/show-tick-labels": {
1807
3243
  "type": "boolean",
1808
3244
  "description": ""
1809
3245
  },
1810
- "v-list-item/href": {
1811
- "type": "string",
3246
+ "v-range-slider/ticks": {
3247
+ "type": "array|object",
1812
3248
  "description": ""
1813
3249
  },
1814
- "v-list-item/replace": {
1815
- "type": "boolean",
3250
+ "v-range-slider/tick-size": {
3251
+ "type": "number|string",
1816
3252
  "description": ""
1817
3253
  },
1818
- "v-list-item/to": {
1819
- "type": "string|object",
3254
+ "v-range-slider/color": {
3255
+ "type": "string",
1820
3256
  "description": ""
1821
3257
  },
1822
- "v-list-item/tag": {
3258
+ "v-range-slider/track-color": {
1823
3259
  "type": "string",
1824
- "description": "Specify a custom tag used on the root element."
3260
+ "description": ""
1825
3261
  },
1826
- "v-list-item/theme": {
3262
+ "v-range-slider/track-fill-color": {
1827
3263
  "type": "string",
1828
- "description": "Specify a theme for this component and all of its children"
3264
+ "description": ""
1829
3265
  },
1830
- "v-list-item/color": {
1831
- "type": "string",
1832
- "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`)"
3266
+ "v-range-slider/track-size": {
3267
+ "type": "number|string",
3268
+ "description": ""
1833
3269
  },
1834
- "v-list-item/text-color": {
1835
- "type": "string",
1836
- "description": "Applies a specified color to the control text"
3270
+ "v-range-slider/reverse": {
3271
+ "type": "boolean",
3272
+ "description": ""
1837
3273
  },
1838
- "v-list-item/variant": {
3274
+ "v-range-slider/label": {
1839
3275
  "type": "string",
1840
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
3276
+ "description": ""
1841
3277
  },
1842
- "v-list-item-avatar/left": {
3278
+ "v-range-slider/rounded": {
3279
+ "type": "boolean|number|string",
3280
+ "description": ""
3281
+ },
3282
+ "v-range-slider/elevation": {
3283
+ "type": "number|string",
3284
+ "description": ""
3285
+ },
3286
+ "v-range-slider/strict": {
1843
3287
  "type": "any",
1844
3288
  "description": ""
1845
3289
  },
1846
- "v-list-item-avatar/right": {
3290
+ "v-rating/name": {
1847
3291
  "type": "any",
1848
3292
  "description": ""
1849
3293
  },
1850
- "v-list-item-avatar/tag": {
3294
+ "v-rating/item-aria-label": {
1851
3295
  "type": "string",
1852
- "description": "Specify a custom tag used on the root element."
3296
+ "description": ""
1853
3297
  },
1854
- "v-list-item-header/tag": {
1855
- "type": "string",
3298
+ "v-rating/active-color": {
3299
+ "type": "any",
1856
3300
  "description": ""
1857
3301
  },
1858
- "v-list-item-media/left": {
3302
+ "v-rating/color": {
1859
3303
  "type": "any",
1860
3304
  "description": ""
1861
3305
  },
1862
- "v-list-item-media/right": {
3306
+ "v-rating/clearable": {
3307
+ "type": "any",
3308
+ "description": "Allows for the component to be cleared by clicking on the current value"
3309
+ },
3310
+ "v-rating/disabled": {
1863
3311
  "type": "any",
1864
3312
  "description": ""
1865
3313
  },
1866
- "v-list-item-media/tag": {
3314
+ "v-rating/empty-icon": {
1867
3315
  "type": "string",
1868
- "description": "Specify a custom tag used on the root element."
3316
+ "description": "The icon displayed when empty"
1869
3317
  },
1870
- "v-list-item-subtitle/tag": {
3318
+ "v-rating/full-icon": {
1871
3319
  "type": "string",
1872
- "description": ""
3320
+ "description": "The icon displayed when full"
1873
3321
  },
1874
- "v-list-item-title/tag": {
1875
- "type": "string",
1876
- "description": ""
3322
+ "v-rating/half-increments": {
3323
+ "type": "any",
3324
+ "description": "Allows the selection of half increments"
1877
3325
  },
1878
- "v-list-subheader/color": {
3326
+ "v-rating/hover": {
1879
3327
  "type": "any",
1880
- "description": ""
3328
+ "description": "Provides visual feedback when hovering over icons"
1881
3329
  },
1882
- "v-list-subheader/inset": {
3330
+ "v-rating/length": {
3331
+ "type": "number|string",
3332
+ "description": "The amount of items to show"
3333
+ },
3334
+ "v-rating/readonly": {
3335
+ "type": "any",
3336
+ "description": "Removes all hover effects and pointer events"
3337
+ },
3338
+ "v-rating/model-value": {
3339
+ "type": "number",
3340
+ "description": "The rating value"
3341
+ },
3342
+ "v-rating/item-labels": {
3343
+ "type": "any",
3344
+ "description": "Array of labels to display next to each item."
3345
+ },
3346
+ "v-rating/item-label-position": {
3347
+ "type": "string",
3348
+ "description": "Position of item labels. Accepts 'top' and 'bottom'."
3349
+ },
3350
+ "v-rating/ripple": {
1883
3351
  "type": "any",
1884
3352
  "description": ""
1885
3353
  },
1886
- "v-list-subheader/tag": {
3354
+ "v-rating/density": {
3355
+ "type": "string",
3356
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3357
+ },
3358
+ "v-rating/size": {
3359
+ "type": "string|number",
3360
+ "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**."
3361
+ },
3362
+ "v-rating/tag": {
1887
3363
  "type": "string",
1888
3364
  "description": "Specify a custom tag used on the root element."
1889
3365
  },
1890
- "v-lazy/model-value": {
3366
+ "v-rating/theme": {
3367
+ "type": "string",
3368
+ "description": "Specify a theme for this component and all of its children"
3369
+ },
3370
+ "v-responsive/aspect-ratio": {
1891
3371
  "type": "any",
1892
- "description": ""
3372
+ "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
1893
3373
  },
1894
- "v-lazy/options": {
1895
- "type": "object",
1896
- "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
3374
+ "v-responsive/content-class": {
3375
+ "type": "any",
3376
+ "description": "Apply a custom class to the responsive content div."
1897
3377
  },
1898
- "v-lazy/height": {
3378
+ "v-responsive/height": {
1899
3379
  "type": "number|string",
1900
3380
  "description": "Sets the height for the component."
1901
3381
  },
1902
- "v-lazy/max-height": {
3382
+ "v-responsive/max-height": {
1903
3383
  "type": "number|string",
1904
3384
  "description": "Sets the maximum height for the component."
1905
3385
  },
1906
- "v-lazy/max-width": {
3386
+ "v-responsive/max-width": {
1907
3387
  "type": "number|string",
1908
3388
  "description": "Sets the maximum width for the component."
1909
3389
  },
1910
- "v-lazy/min-height": {
3390
+ "v-responsive/min-height": {
1911
3391
  "type": "number|string",
1912
3392
  "description": "Sets the minimum height for the component."
1913
3393
  },
1914
- "v-lazy/min-width": {
3394
+ "v-responsive/min-width": {
1915
3395
  "type": "number|string",
1916
3396
  "description": "Sets the minimum width for the component."
1917
3397
  },
1918
- "v-lazy/width": {
3398
+ "v-responsive/width": {
1919
3399
  "type": "number|string",
1920
3400
  "description": "Sets the width for the component."
1921
3401
  },
1922
- "v-lazy/tag": {
1923
- "type": "string",
1924
- "description": "Specify a custom tag used on the root element."
1925
- },
1926
- "v-lazy/transition": {
1927
- "type": "boolean|string|object",
1928
- "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
1929
- },
1930
- "v-main/tag": {
1931
- "type": "string",
1932
- "description": "Specify a custom tag used on the root element."
3402
+ "v-select/chips": {
3403
+ "type": "any",
3404
+ "description": "Changes display of selections to chips"
1933
3405
  },
1934
- "v-navigation-drawer/color": {
3406
+ "v-select/hide-no-data": {
1935
3407
  "type": "any",
1936
3408
  "description": ""
1937
3409
  },
1938
- "v-navigation-drawer/disable-resize-watcher": {
3410
+ "v-select/hide-selected": {
1939
3411
  "type": "any",
1940
- "description": "Will automatically open/close drawer when resized depending if mobile or desktop."
3412
+ "description": "Do not display in the select menu items that are already selected"
1941
3413
  },
1942
- "v-navigation-drawer/expand-on-hover": {
3414
+ "v-select/items": {
3415
+ "type": "array",
3416
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
3417
+ },
3418
+ "v-select/model-value": {
3419
+ "type": "number|string|array",
3420
+ "description": ""
3421
+ },
3422
+ "v-select/multiple": {
1943
3423
  "type": "any",
1944
- "description": "Collapses the drawer to a **mini-variant** until hovering with the mouse"
3424
+ "description": "Changes select to multiple. Accepts array for value"
1945
3425
  },
1946
- "v-navigation-drawer/floating": {
3426
+ "v-select/no-data-text": {
3427
+ "type": "string",
3428
+ "description": "Display text when there is no data"
3429
+ },
3430
+ "v-select/open-on-clear": {
1947
3431
  "type": "any",
1948
- "description": "A floating drawer has no visible container (no border-right)"
3432
+ "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
1949
3433
  },
1950
- "v-navigation-drawer/model-value": {
1951
- "type": "boolean",
3434
+ "v-select/custom-filter": {
3435
+ "type": "function",
1952
3436
  "description": ""
1953
3437
  },
1954
- "v-navigation-drawer/permanent": {
1955
- "type": "any",
1956
- "description": "The drawer remains visible regardless of screen size"
3438
+ "v-select/custom-key-filter": {
3439
+ "type": "object",
3440
+ "description": ""
1957
3441
  },
1958
- "v-navigation-drawer/rail": {
1959
- "type": "any",
3442
+ "v-select/filter-keys": {
3443
+ "type": "array|string",
1960
3444
  "description": ""
1961
3445
  },
1962
- "v-navigation-drawer/rail-width": {
1963
- "type": "number|string",
3446
+ "v-select/filter-mode": {
3447
+ "type": "string",
1964
3448
  "description": ""
1965
3449
  },
1966
- "v-navigation-drawer/image": {
1967
- "type": "any",
3450
+ "v-selection-control/color": {
3451
+ "type": "string",
1968
3452
  "description": ""
1969
3453
  },
1970
- "v-navigation-drawer/temporary": {
1971
- "type": "any",
1972
- "description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
3454
+ "v-selection-control/disabled": {
3455
+ "type": "boolean",
3456
+ "description": ""
1973
3457
  },
1974
- "v-navigation-drawer/width": {
1975
- "type": "number|string",
1976
- "description": "Sets the width for the component."
3458
+ "v-selection-control/error": {
3459
+ "type": "boolean",
3460
+ "description": ""
1977
3461
  },
1978
- "v-navigation-drawer/position": {
3462
+ "v-selection-control/id": {
1979
3463
  "type": "string",
1980
3464
  "description": ""
1981
3465
  },
1982
- "v-navigation-drawer/border": {
1983
- "type": "boolean|number|string",
1984
- "description": "Applies border styles to component."
3466
+ "v-selection-control/inline": {
3467
+ "type": "boolean",
3468
+ "description": ""
1985
3469
  },
1986
- "v-navigation-drawer/elevation": {
1987
- "type": "number|string",
1988
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3470
+ "v-selection-control/label": {
3471
+ "type": "string",
3472
+ "description": ""
1989
3473
  },
1990
- "v-navigation-drawer/name": {
3474
+ "v-selection-control/false-icon": {
1991
3475
  "type": "string",
1992
3476
  "description": ""
1993
3477
  },
1994
- "v-navigation-drawer/priority": {
1995
- "type": "number",
3478
+ "v-selection-control/true-icon": {
3479
+ "type": "string",
1996
3480
  "description": ""
1997
3481
  },
1998
- "v-navigation-drawer/absolute": {
3482
+ "v-selection-control/ripple": {
1999
3483
  "type": "boolean",
2000
3484
  "description": ""
2001
3485
  },
2002
- "v-navigation-drawer/rounded": {
2003
- "type": "boolean|number|string",
3486
+ "v-selection-control/multiple": {
3487
+ "type": "boolean",
3488
+ "description": ""
3489
+ },
3490
+ "v-selection-control/name": {
3491
+ "type": "string",
2004
3492
  "description": ""
2005
3493
  },
2006
- "v-navigation-drawer/tile": {
3494
+ "v-selection-control/readonly": {
2007
3495
  "type": "boolean",
2008
3496
  "description": ""
2009
3497
  },
2010
- "v-navigation-drawer/tag": {
3498
+ "v-selection-control/true-value": {
3499
+ "type": "any",
3500
+ "description": "Sets value for truthy state"
3501
+ },
3502
+ "v-selection-control/false-value": {
3503
+ "type": "any",
3504
+ "description": "Sets value for falsy state"
3505
+ },
3506
+ "v-selection-control/model-value": {
3507
+ "type": "any",
3508
+ "description": ""
3509
+ },
3510
+ "v-selection-control/type": {
2011
3511
  "type": "string",
2012
- "description": "Specify a custom tag used on the root element."
3512
+ "description": ""
2013
3513
  },
2014
- "v-navigation-drawer/theme": {
3514
+ "v-selection-control/value": {
3515
+ "type": "any",
3516
+ "description": ""
3517
+ },
3518
+ "v-selection-control/value-comparator": {
3519
+ "type": "function",
3520
+ "description": ""
3521
+ },
3522
+ "v-selection-control/theme": {
2015
3523
  "type": "string",
2016
3524
  "description": "Specify a theme for this component and all of its children"
2017
3525
  },
2018
- "v-overlay/absolute": {
3526
+ "v-selection-control/density": {
3527
+ "type": "string",
3528
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3529
+ },
3530
+ "v-selection-control-group/disabled": {
2019
3531
  "type": "any",
2020
- "description": "Applies **position: absolute** to the component."
3532
+ "description": ""
2021
3533
  },
2022
- "v-overlay/attach": {
2023
- "type": "boolean|string|object",
3534
+ "v-selection-control-group/id": {
3535
+ "type": "any",
2024
3536
  "description": ""
2025
3537
  },
2026
- "v-overlay/eager": {
3538
+ "v-selection-control-group/inline": {
2027
3539
  "type": "any",
2028
3540
  "description": ""
2029
3541
  },
2030
- "v-overlay/no-click-animation": {
3542
+ "v-selection-control-group/name": {
2031
3543
  "type": "any",
2032
3544
  "description": ""
2033
3545
  },
2034
- "v-overlay/model-value": {
3546
+ "v-selection-control-group/false-icon": {
2035
3547
  "type": "any",
2036
3548
  "description": ""
2037
3549
  },
2038
- "v-overlay/origin": {
3550
+ "v-selection-control-group/true-icon": {
2039
3551
  "type": "any",
2040
3552
  "description": ""
2041
3553
  },
2042
- "v-overlay/persistent": {
3554
+ "v-selection-control-group/multiple": {
3555
+ "type": "boolean",
3556
+ "description": ""
3557
+ },
3558
+ "v-selection-control-group/readonly": {
2043
3559
  "type": "any",
2044
- "description": "Clicking outside or pressing **esc** key will not dismiss the dialog"
3560
+ "description": ""
2045
3561
  },
2046
- "v-overlay/position-strategy": {
2047
- "type": "string",
3562
+ "v-selection-control-group/type": {
3563
+ "type": "any",
2048
3564
  "description": ""
2049
3565
  },
2050
- "v-overlay/scrim": {
2051
- "type": "string|boolean",
3566
+ "v-selection-control-group/model-value": {
3567
+ "type": "any",
2052
3568
  "description": ""
2053
3569
  },
2054
- "v-overlay/scroll-strategy": {
3570
+ "v-sheet/color": {
2055
3571
  "type": "string",
2056
3572
  "description": ""
2057
3573
  },
2058
- "v-overlay/theme": {
2059
- "type": "string",
2060
- "description": "Specify a theme for this component and all of its children"
3574
+ "v-sheet/border": {
3575
+ "type": "boolean|number|string",
3576
+ "description": "Applies border styles to component."
2061
3577
  },
2062
- "v-overlay/transition": {
2063
- "type": "boolean|string|object",
2064
- "description": ""
3578
+ "v-sheet/height": {
3579
+ "type": "number|string",
3580
+ "description": "Sets the height for the component."
2065
3581
  },
2066
- "v-pagination/start": {
3582
+ "v-sheet/max-height": {
2067
3583
  "type": "number|string",
2068
- "description": "Specify the starting page"
3584
+ "description": "Sets the maximum height for the component."
2069
3585
  },
2070
- "v-pagination/model-value": {
2071
- "type": "number",
2072
- "description": "Current selected page"
3586
+ "v-sheet/max-width": {
3587
+ "type": "number|string",
3588
+ "description": "Sets the maximum width for the component."
2073
3589
  },
2074
- "v-pagination/disabled": {
2075
- "type": "any",
2076
- "description": "Disables component"
3590
+ "v-sheet/min-height": {
3591
+ "type": "number|string",
3592
+ "description": "Sets the minimum height for the component."
2077
3593
  },
2078
- "v-pagination/length": {
3594
+ "v-sheet/min-width": {
2079
3595
  "type": "number|string",
2080
- "description": "The number of pages"
3596
+ "description": "Sets the minimum width for the component."
2081
3597
  },
2082
- "v-pagination/total-visible": {
2083
- "type": "any",
2084
- "description": "Specify the total visible pagination numbers"
3598
+ "v-sheet/width": {
3599
+ "type": "number|string",
3600
+ "description": "Sets the width for the component."
2085
3601
  },
2086
- "v-pagination/first-icon": {
2087
- "type": "string",
2088
- "description": "The icon to use for the first button"
3602
+ "v-sheet/elevation": {
3603
+ "type": "number|string",
3604
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2089
3605
  },
2090
- "v-pagination/prev-icon": {
2091
- "type": "string",
2092
- "description": "The icon to use for the prev button"
3606
+ "v-sheet/absolute": {
3607
+ "type": "boolean",
3608
+ "description": "Applies **position: absolute** to the component."
2093
3609
  },
2094
- "v-pagination/next-icon": {
2095
- "type": "string",
2096
- "description": "The icon to use for the next button"
3610
+ "v-sheet/bottom": {
3611
+ "type": "boolean|number|string",
3612
+ "description": "Aligns the component towards the bottom."
2097
3613
  },
2098
- "v-pagination/last-icon": {
2099
- "type": "string",
2100
- "description": "The icon to use for the last button"
3614
+ "v-sheet/fixed": {
3615
+ "type": "boolean",
3616
+ "description": "Applies **position: fixed** to the component."
2101
3617
  },
2102
- "v-pagination/aria-label": {
2103
- "type": "string",
2104
- "description": "Label for the root element"
3618
+ "v-sheet/left": {
3619
+ "type": "boolean|number|string",
3620
+ "description": "Aligns the component towards the left."
2105
3621
  },
2106
- "v-pagination/page-aria-label": {
3622
+ "v-sheet/position": {
2107
3623
  "type": "string",
2108
- "description": "Label for each page button"
3624
+ "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
2109
3625
  },
2110
- "v-pagination/current-page-aria-label": {
2111
- "type": "string",
2112
- "description": "Label for the currently selected page"
3626
+ "v-sheet/right": {
3627
+ "type": "boolean|number|string",
3628
+ "description": "Aligns the component towards the right."
2113
3629
  },
2114
- "v-pagination/first-aria-label": {
2115
- "type": "string",
2116
- "description": "Label for the go to first button"
3630
+ "v-sheet/top": {
3631
+ "type": "boolean|number|string",
3632
+ "description": "Aligns the content towards the top."
2117
3633
  },
2118
- "v-pagination/previous-aria-label": {
3634
+ "v-sheet/rounded": {
3635
+ "type": "boolean|number|string",
3636
+ "description": ""
3637
+ },
3638
+ "v-sheet/tag": {
2119
3639
  "type": "string",
2120
- "description": "Label for the previous button"
3640
+ "description": "Specify a custom tag used on the root element."
2121
3641
  },
2122
- "v-pagination/next-aria-label": {
3642
+ "v-sheet/theme": {
2123
3643
  "type": "string",
2124
- "description": "Label for the next button"
3644
+ "description": "Specify a theme for this component and all of its children"
2125
3645
  },
2126
- "v-pagination/last-aria-label": {
3646
+ "v-slider/focused": {
3647
+ "type": "boolean",
3648
+ "description": ""
3649
+ },
3650
+ "v-slider/disabled": {
3651
+ "type": "boolean",
3652
+ "description": ""
3653
+ },
3654
+ "v-slider/readonly": {
3655
+ "type": "boolean",
3656
+ "description": ""
3657
+ },
3658
+ "v-slider/max": {
3659
+ "type": "number|string",
3660
+ "description": "Sets the maximum allowed value"
3661
+ },
3662
+ "v-slider/min": {
3663
+ "type": "number|string",
3664
+ "description": "Sets the minimum allowed value"
3665
+ },
3666
+ "v-slider/step": {
3667
+ "type": "number|string",
3668
+ "description": "If greater than 0, sets step interval for ticks"
3669
+ },
3670
+ "v-slider/thumb-color": {
2127
3671
  "type": "string",
2128
- "description": "Label for the go to last button"
3672
+ "description": "Sets the thumb and thumb label color"
2129
3673
  },
2130
- "v-pagination/ellipsis": {
3674
+ "v-slider/thumb-label": {
3675
+ "type": "boolean|string",
3676
+ "description": "Show thumb label. If `true` it shows label when using slider. If set to `'always'` it always shows label."
3677
+ },
3678
+ "v-slider/thumb-size": {
3679
+ "type": "number|string",
3680
+ "description": "Controls the size of the thumb label."
3681
+ },
3682
+ "v-slider/show-ticks": {
3683
+ "type": "boolean|string",
3684
+ "description": ""
3685
+ },
3686
+ "v-slider/show-tick-labels": {
3687
+ "type": "boolean",
3688
+ "description": ""
3689
+ },
3690
+ "v-slider/ticks": {
3691
+ "type": "array|object",
3692
+ "description": "Show track ticks. If `true` it shows ticks when using slider. If set to `'always'` it always shows ticks."
3693
+ },
3694
+ "v-slider/tick-size": {
3695
+ "type": "number|string",
3696
+ "description": "Controls the size of **ticks**"
3697
+ },
3698
+ "v-slider/color": {
2131
3699
  "type": "string",
2132
- "description": "Text to show between page buttons when truncating the list"
3700
+ "description": ""
2133
3701
  },
2134
- "v-pagination/show-first-last-page": {
2135
- "type": "any",
2136
- "description": "Show buttons for going to first and last page"
3702
+ "v-slider/track-color": {
3703
+ "type": "string",
3704
+ "description": "Sets the track's color"
2137
3705
  },
2138
- "v-pagination/tag": {
3706
+ "v-slider/track-fill-color": {
2139
3707
  "type": "string",
2140
- "description": "Specify a custom tag used on the root element."
3708
+ "description": "Sets the track's fill color"
2141
3709
  },
2142
- "v-pagination/elevation": {
3710
+ "v-slider/track-size": {
2143
3711
  "type": "number|string",
2144
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3712
+ "description": ""
2145
3713
  },
2146
- "v-pagination/density": {
3714
+ "v-slider/direction": {
2147
3715
  "type": "string",
2148
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2149
- },
2150
- "v-pagination/rounded": {
2151
- "type": "boolean|number|string",
2152
3716
  "description": ""
2153
3717
  },
2154
- "v-pagination/tile": {
3718
+ "v-slider/reverse": {
2155
3719
  "type": "boolean",
2156
3720
  "description": ""
2157
3721
  },
2158
- "v-pagination/size": {
2159
- "type": "string|number",
2160
- "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**."
3722
+ "v-slider/label": {
3723
+ "type": "string",
3724
+ "description": ""
2161
3725
  },
2162
- "v-pagination/border": {
3726
+ "v-slider/rounded": {
2163
3727
  "type": "boolean|number|string",
2164
- "description": "Applies border styles to component."
3728
+ "description": ""
2165
3729
  },
2166
- "v-pagination/theme": {
3730
+ "v-slider/elevation": {
3731
+ "type": "number|string",
3732
+ "description": ""
3733
+ },
3734
+ "v-slider/id": {
2167
3735
  "type": "string",
2168
- "description": "Specify a theme for this component and all of its children"
3736
+ "description": ""
2169
3737
  },
2170
- "v-pagination/color": {
3738
+ "v-slider/append-icon": {
2171
3739
  "type": "string",
2172
- "description": "Color of the selected page button"
3740
+ "description": ""
2173
3741
  },
2174
- "v-pagination/text-color": {
3742
+ "v-slider/prepend-icon": {
2175
3743
  "type": "string",
2176
- "description": "Applies a specified color to the control text"
3744
+ "description": ""
2177
3745
  },
2178
- "v-pagination/variant": {
3746
+ "v-slider/hide-details": {
3747
+ "type": "boolean|string",
3748
+ "description": ""
3749
+ },
3750
+ "v-slider/messages": {
3751
+ "type": "array|string",
3752
+ "description": ""
3753
+ },
3754
+ "v-slider/density": {
2179
3755
  "type": "string",
2180
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
3756
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2181
3757
  },
2182
- "v-pagination-btn/flat": {
2183
- "type": "any",
3758
+ "v-slider/error": {
3759
+ "type": "boolean",
2184
3760
  "description": ""
2185
3761
  },
2186
- "v-pagination-btn/icon": {
2187
- "type": "any",
3762
+ "v-slider/error-messages": {
3763
+ "type": "array|string",
2188
3764
  "description": ""
2189
3765
  },
2190
- "v-pagination-btn/prepend-icon": {
2191
- "type": "any",
3766
+ "v-slider/max-errors": {
3767
+ "type": "number|string",
2192
3768
  "description": ""
2193
3769
  },
2194
- "v-pagination-btn/append-icon": {
2195
- "type": "any",
3770
+ "v-slider/name": {
3771
+ "type": "string",
2196
3772
  "description": ""
2197
3773
  },
2198
- "v-pagination-btn/block": {
2199
- "type": "any",
3774
+ "v-slider/rules": {
3775
+ "type": "array",
2200
3776
  "description": ""
2201
3777
  },
2202
- "v-pagination-btn/stacked": {
2203
- "type": "any",
3778
+ "v-slider/model-value": {
3779
+ "type": "number|string",
2204
3780
  "description": ""
2205
3781
  },
2206
- "v-pagination-btn/disabled": {
3782
+ "v-switch/indeterminate": {
2207
3783
  "type": "any",
2208
3784
  "description": ""
2209
3785
  },
2210
- "v-pagination-btn/ripple": {
3786
+ "v-switch/inset": {
3787
+ "type": "any",
3788
+ "description": "Enlarge the `v-switch` track to encompass the thumb"
3789
+ },
3790
+ "v-switch/flat": {
3791
+ "type": "any",
3792
+ "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
3793
+ },
3794
+ "v-switch/loading": {
2211
3795
  "type": "boolean",
3796
+ "description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
3797
+ },
3798
+ "v-switch/id": {
3799
+ "type": "string",
2212
3800
  "description": ""
2213
3801
  },
2214
- "v-pagination-btn/border": {
2215
- "type": "boolean|number|string",
2216
- "description": "Applies border styles to component."
3802
+ "v-switch/append-icon": {
3803
+ "type": "string",
3804
+ "description": ""
2217
3805
  },
2218
- "v-pagination-btn/rounded": {
2219
- "type": "boolean|number|string",
3806
+ "v-switch/prepend-icon": {
3807
+ "type": "string",
2220
3808
  "description": ""
2221
3809
  },
2222
- "v-pagination-btn/tile": {
2223
- "type": "boolean",
3810
+ "v-switch/hide-details": {
3811
+ "type": "boolean|string",
2224
3812
  "description": ""
2225
3813
  },
2226
- "v-pagination-btn/density": {
2227
- "type": "string",
2228
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3814
+ "v-switch/messages": {
3815
+ "type": "array|string",
3816
+ "description": ""
2229
3817
  },
2230
- "v-pagination-btn/height": {
2231
- "type": "number|string",
2232
- "description": "Sets the height for the component."
3818
+ "v-switch/direction": {
3819
+ "type": "string",
3820
+ "description": ""
2233
3821
  },
2234
- "v-pagination-btn/max-height": {
2235
- "type": "number|string",
2236
- "description": "Sets the maximum height for the component."
3822
+ "v-switch/density": {
3823
+ "type": "string",
3824
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2237
3825
  },
2238
- "v-pagination-btn/max-width": {
2239
- "type": "number|string",
2240
- "description": "Sets the maximum width for the component."
3826
+ "v-switch/disabled": {
3827
+ "type": "boolean",
3828
+ "description": ""
2241
3829
  },
2242
- "v-pagination-btn/min-height": {
2243
- "type": "number|string",
2244
- "description": "Sets the minimum height for the component."
3830
+ "v-switch/error": {
3831
+ "type": "boolean",
3832
+ "description": ""
2245
3833
  },
2246
- "v-pagination-btn/min-width": {
2247
- "type": "number|string",
2248
- "description": "Sets the minimum width for the component."
3834
+ "v-switch/error-messages": {
3835
+ "type": "array|string",
3836
+ "description": ""
2249
3837
  },
2250
- "v-pagination-btn/width": {
3838
+ "v-switch/max-errors": {
2251
3839
  "type": "number|string",
2252
- "description": "Sets the width for the component."
3840
+ "description": ""
2253
3841
  },
2254
- "v-pagination-btn/elevation": {
2255
- "type": "number|string",
2256
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3842
+ "v-switch/name": {
3843
+ "type": "string",
3844
+ "description": ""
2257
3845
  },
2258
- "v-pagination-btn/absolute": {
3846
+ "v-switch/readonly": {
2259
3847
  "type": "boolean",
2260
- "description": "Applies **position: absolute** to the component."
2261
- },
2262
- "v-pagination-btn/bottom": {
2263
- "type": "boolean|number|string",
2264
- "description": "Aligns the component towards the bottom."
3848
+ "description": ""
2265
3849
  },
2266
- "v-pagination-btn/fixed": {
2267
- "type": "boolean",
2268
- "description": "Applies **position: fixed** to the component."
3850
+ "v-switch/rules": {
3851
+ "type": "array",
3852
+ "description": ""
2269
3853
  },
2270
- "v-pagination-btn/left": {
2271
- "type": "boolean|number|string",
2272
- "description": "Aligns the component towards the left."
3854
+ "v-switch/model-value": {
3855
+ "type": "any",
3856
+ "description": ""
2273
3857
  },
2274
- "v-pagination-btn/position": {
3858
+ "v-switch/color": {
2275
3859
  "type": "string",
2276
- "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
3860
+ "description": ""
2277
3861
  },
2278
- "v-pagination-btn/right": {
2279
- "type": "boolean|number|string",
2280
- "description": "Aligns the component towards the right."
3862
+ "v-switch/inline": {
3863
+ "type": "boolean",
3864
+ "description": ""
2281
3865
  },
2282
- "v-pagination-btn/top": {
2283
- "type": "boolean|number|string",
2284
- "description": "Aligns the content towards the top."
3866
+ "v-switch/label": {
3867
+ "type": "string",
3868
+ "description": ""
2285
3869
  },
2286
- "v-pagination-btn/href": {
3870
+ "v-switch/false-icon": {
2287
3871
  "type": "string",
2288
3872
  "description": ""
2289
3873
  },
2290
- "v-pagination-btn/replace": {
2291
- "type": "boolean",
3874
+ "v-switch/true-icon": {
3875
+ "type": "string",
2292
3876
  "description": ""
2293
3877
  },
2294
- "v-pagination-btn/to": {
2295
- "type": "string|object",
3878
+ "v-switch/ripple": {
3879
+ "type": "boolean",
2296
3880
  "description": ""
2297
3881
  },
2298
- "v-pagination-btn/size": {
2299
- "type": "string|number",
2300
- "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**."
3882
+ "v-switch/multiple": {
3883
+ "type": "boolean",
3884
+ "description": "Changes expected model to an array"
2301
3885
  },
2302
- "v-pagination-btn/tag": {
2303
- "type": "string",
2304
- "description": "Specify a custom tag used on the root element."
3886
+ "v-switch/true-value": {
3887
+ "type": "any",
3888
+ "description": "Sets value for truthy state"
2305
3889
  },
2306
- "v-pagination-btn/theme": {
2307
- "type": "string",
2308
- "description": "Specify a theme for this component and all of its children"
3890
+ "v-switch/false-value": {
3891
+ "type": "any",
3892
+ "description": "Sets value for falsy state"
2309
3893
  },
2310
- "v-pagination-btn/color": {
3894
+ "v-switch/type": {
2311
3895
  "type": "string",
2312
3896
  "description": ""
2313
3897
  },
2314
- "v-pagination-btn/text-color": {
2315
- "type": "string",
2316
- "description": "Applies a specified color to the control text"
3898
+ "v-switch/value": {
3899
+ "type": "any",
3900
+ "description": ""
2317
3901
  },
2318
- "v-pagination-btn/variant": {
2319
- "type": "string",
2320
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
3902
+ "v-switch/value-comparator": {
3903
+ "type": "function",
3904
+ "description": ""
2321
3905
  },
2322
- "v-sheet/color": {
3906
+ "v-switch/theme": {
2323
3907
  "type": "string",
2324
- "description": ""
3908
+ "description": "Specify a theme for this component and all of its children"
2325
3909
  },
2326
- "v-sheet/border": {
3910
+ "v-system-bar/lights-out": {
3911
+ "type": "any",
3912
+ "description": "Reduces the system bar opacity."
3913
+ },
3914
+ "v-system-bar/window": {
3915
+ "type": "any",
3916
+ "description": "Increases the system bar height to 32px (24px default)."
3917
+ },
3918
+ "v-system-bar/border": {
2327
3919
  "type": "boolean|number|string",
2328
3920
  "description": "Applies border styles to component."
2329
3921
  },
2330
- "v-sheet/height": {
3922
+ "v-system-bar/height": {
2331
3923
  "type": "number|string",
2332
3924
  "description": "Sets the height for the component."
2333
3925
  },
2334
- "v-sheet/max-height": {
3926
+ "v-system-bar/max-height": {
2335
3927
  "type": "number|string",
2336
3928
  "description": "Sets the maximum height for the component."
2337
3929
  },
2338
- "v-sheet/max-width": {
3930
+ "v-system-bar/max-width": {
2339
3931
  "type": "number|string",
2340
3932
  "description": "Sets the maximum width for the component."
2341
3933
  },
2342
- "v-sheet/min-height": {
3934
+ "v-system-bar/min-height": {
2343
3935
  "type": "number|string",
2344
3936
  "description": "Sets the minimum height for the component."
2345
3937
  },
2346
- "v-sheet/min-width": {
3938
+ "v-system-bar/min-width": {
2347
3939
  "type": "number|string",
2348
3940
  "description": "Sets the minimum width for the component."
2349
3941
  },
2350
- "v-sheet/width": {
3942
+ "v-system-bar/width": {
2351
3943
  "type": "number|string",
2352
3944
  "description": "Sets the width for the component."
2353
3945
  },
2354
- "v-sheet/elevation": {
3946
+ "v-system-bar/elevation": {
2355
3947
  "type": "number|string",
2356
3948
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2357
3949
  },
2358
- "v-sheet/absolute": {
3950
+ "v-system-bar/absolute": {
2359
3951
  "type": "boolean",
2360
3952
  "description": "Applies **position: absolute** to the component."
2361
3953
  },
2362
- "v-sheet/bottom": {
3954
+ "v-system-bar/bottom": {
2363
3955
  "type": "boolean|number|string",
2364
3956
  "description": "Aligns the component towards the bottom."
2365
3957
  },
2366
- "v-sheet/fixed": {
3958
+ "v-system-bar/fixed": {
2367
3959
  "type": "boolean",
2368
3960
  "description": "Applies **position: fixed** to the component."
2369
3961
  },
2370
- "v-sheet/left": {
3962
+ "v-system-bar/left": {
2371
3963
  "type": "boolean|number|string",
2372
3964
  "description": "Aligns the component towards the left."
2373
3965
  },
2374
- "v-sheet/position": {
3966
+ "v-system-bar/position": {
2375
3967
  "type": "string",
2376
3968
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
2377
3969
  },
2378
- "v-sheet/right": {
3970
+ "v-system-bar/right": {
2379
3971
  "type": "boolean|number|string",
2380
3972
  "description": "Aligns the component towards the right."
2381
3973
  },
2382
- "v-sheet/top": {
3974
+ "v-system-bar/top": {
2383
3975
  "type": "boolean|number|string",
2384
3976
  "description": "Aligns the content towards the top."
2385
3977
  },
2386
- "v-sheet/rounded": {
3978
+ "v-system-bar/rounded": {
2387
3979
  "type": "boolean|number|string",
2388
3980
  "description": ""
2389
3981
  },
2390
- "v-sheet/tile": {
2391
- "type": "boolean",
2392
- "description": ""
2393
- },
2394
- "v-sheet/tag": {
3982
+ "v-system-bar/tag": {
2395
3983
  "type": "string",
2396
3984
  "description": "Specify a custom tag used on the root element."
2397
3985
  },
2398
- "v-sheet/theme": {
3986
+ "v-system-bar/theme": {
2399
3987
  "type": "string",
2400
3988
  "description": "Specify a theme for this component and all of its children"
2401
3989
  },
2402
- "v-progress-circular/bg-color": {
3990
+ "v-table/fixed-header": {
2403
3991
  "type": "any",
2404
3992
  "description": ""
2405
3993
  },
2406
- "v-progress-circular/color": {
3994
+ "v-table/fixed-footer": {
2407
3995
  "type": "any",
2408
3996
  "description": ""
2409
3997
  },
2410
- "v-progress-circular/indeterminate": {
3998
+ "v-table/height": {
2411
3999
  "type": "any",
2412
- "description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
2413
- },
2414
- "v-progress-circular/model-value": {
2415
- "type": "number|string",
2416
- "description": "The percentage value for current progress"
2417
- },
2418
- "v-progress-circular/rotate": {
2419
- "type": "number|string",
2420
- "description": "Rotates the circle start point in degrees"
4000
+ "description": "Sets the height for the component"
2421
4001
  },
2422
- "v-progress-circular/width": {
2423
- "type": "number|string",
2424
- "description": "Sets the stroke of the circle in pixels"
4002
+ "v-table/density": {
4003
+ "type": "string",
4004
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2425
4005
  },
2426
- "v-progress-circular/size": {
2427
- "type": "string|number",
2428
- "description": "Sets the diameter of the circle in pixels"
4006
+ "v-table/theme": {
4007
+ "type": "string",
4008
+ "description": "Specify a theme for this component and all of its children"
2429
4009
  },
2430
- "v-progress-circular/tag": {
4010
+ "v-table/tag": {
2431
4011
  "type": "string",
2432
4012
  "description": "Specify a custom tag used on the root element."
2433
4013
  },
2434
- "v-progress-circular/theme": {
2435
- "type": "string",
2436
- "description": "Specify a theme for this component and all of its children"
4014
+ "v-textarea/auto-grow": {
4015
+ "type": "any",
4016
+ "description": "Automatically grow the textarea depending on amount of text"
2437
4017
  },
2438
- "v-rating/name": {
4018
+ "v-textarea/autofocus": {
2439
4019
  "type": "any",
2440
4020
  "description": ""
2441
4021
  },
2442
- "v-rating/item-aria-label": {
2443
- "type": "string",
4022
+ "v-textarea/counter": {
4023
+ "type": "any",
2444
4024
  "description": ""
2445
4025
  },
2446
- "v-rating/active-color": {
4026
+ "v-textarea/counter-value": {
2447
4027
  "type": "any",
2448
4028
  "description": ""
2449
4029
  },
2450
- "v-rating/color": {
4030
+ "v-textarea/hint": {
2451
4031
  "type": "any",
2452
4032
  "description": ""
2453
4033
  },
2454
- "v-rating/clearable": {
4034
+ "v-textarea/persistent-hint": {
2455
4035
  "type": "any",
2456
- "description": "Allows for the component to be cleared by clicking on the current value"
4036
+ "description": ""
2457
4037
  },
2458
- "v-rating/disabled": {
4038
+ "v-textarea/prefix": {
2459
4039
  "type": "any",
2460
4040
  "description": ""
2461
4041
  },
2462
- "v-rating/empty-icon": {
2463
- "type": "string",
2464
- "description": "The icon displayed when empty"
4042
+ "v-textarea/placeholder": {
4043
+ "type": "any",
4044
+ "description": ""
2465
4045
  },
2466
- "v-rating/full-icon": {
2467
- "type": "string",
2468
- "description": "The icon displayed when full"
4046
+ "v-textarea/persistent-placeholder": {
4047
+ "type": "any",
4048
+ "description": ""
2469
4049
  },
2470
- "v-rating/half-increments": {
4050
+ "v-textarea/persistent-counter": {
2471
4051
  "type": "any",
2472
- "description": "Allows the selection of half increments"
4052
+ "description": ""
2473
4053
  },
2474
- "v-rating/hover": {
4054
+ "v-textarea/no-resize": {
2475
4055
  "type": "any",
2476
- "description": "Provides visual feedback when hovering over icons"
4056
+ "description": "Remove resize handle"
2477
4057
  },
2478
- "v-rating/length": {
4058
+ "v-textarea/rows": {
2479
4059
  "type": "number|string",
2480
- "description": "The amount of items to show"
4060
+ "description": "Default row count"
2481
4061
  },
2482
- "v-rating/readonly": {
4062
+ "v-textarea/max-rows": {
4063
+ "type": "number|string",
4064
+ "description": ""
4065
+ },
4066
+ "v-textarea/suffix": {
2483
4067
  "type": "any",
2484
- "description": "Removes all hover effects and pointer events"
4068
+ "description": ""
2485
4069
  },
2486
- "v-rating/model-value": {
2487
- "type": "number",
2488
- "description": "The rating value"
4070
+ "v-textarea/id": {
4071
+ "type": "string",
4072
+ "description": ""
2489
4073
  },
2490
- "v-rating/item-labels": {
2491
- "type": "any",
2492
- "description": "Array of labels to display next to each item."
4074
+ "v-textarea/append-icon": {
4075
+ "type": "string",
4076
+ "description": ""
2493
4077
  },
2494
- "v-rating/item-label-position": {
4078
+ "v-textarea/prepend-icon": {
2495
4079
  "type": "string",
2496
- "description": "Position of item labels. Accepts 'top' and 'bottom'."
4080
+ "description": ""
2497
4081
  },
2498
- "v-rating/ripple": {
2499
- "type": "any",
4082
+ "v-textarea/hide-details": {
4083
+ "type": "boolean|string",
2500
4084
  "description": ""
2501
4085
  },
2502
- "v-rating/density": {
4086
+ "v-textarea/messages": {
4087
+ "type": "array|string",
4088
+ "description": ""
4089
+ },
4090
+ "v-textarea/direction": {
4091
+ "type": "string",
4092
+ "description": ""
4093
+ },
4094
+ "v-textarea/density": {
2503
4095
  "type": "string",
2504
4096
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2505
4097
  },
2506
- "v-rating/size": {
2507
- "type": "string|number",
2508
- "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**."
4098
+ "v-textarea/disabled": {
4099
+ "type": "boolean",
4100
+ "description": ""
2509
4101
  },
2510
- "v-rating/tag": {
2511
- "type": "string",
2512
- "description": "Specify a custom tag used on the root element."
4102
+ "v-textarea/error": {
4103
+ "type": "boolean",
4104
+ "description": ""
2513
4105
  },
2514
- "v-rating/theme": {
4106
+ "v-textarea/error-messages": {
4107
+ "type": "array|string",
4108
+ "description": ""
4109
+ },
4110
+ "v-textarea/max-errors": {
4111
+ "type": "number|string",
4112
+ "description": ""
4113
+ },
4114
+ "v-textarea/name": {
2515
4115
  "type": "string",
2516
- "description": "Specify a theme for this component and all of its children"
4116
+ "description": ""
2517
4117
  },
2518
- "v-responsive/aspect-ratio": {
4118
+ "v-textarea/readonly": {
4119
+ "type": "boolean",
4120
+ "description": ""
4121
+ },
4122
+ "v-textarea/rules": {
4123
+ "type": "array",
4124
+ "description": ""
4125
+ },
4126
+ "v-textarea/model-value": {
2519
4127
  "type": "any",
2520
- "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
4128
+ "description": ""
2521
4129
  },
2522
- "v-responsive/content-class": {
4130
+ "v-textarea/append-inner-icon": {
4131
+ "type": "string",
4132
+ "description": ""
4133
+ },
4134
+ "v-textarea/bg-color": {
4135
+ "type": "string",
4136
+ "description": ""
4137
+ },
4138
+ "v-textarea/clearable": {
4139
+ "type": "boolean",
4140
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
4141
+ },
4142
+ "v-textarea/clear-icon": {
4143
+ "type": "string",
4144
+ "description": ""
4145
+ },
4146
+ "v-textarea/color": {
4147
+ "type": "string",
4148
+ "description": ""
4149
+ },
4150
+ "v-textarea/label": {
4151
+ "type": "string",
4152
+ "description": ""
4153
+ },
4154
+ "v-textarea/persistent-clear": {
4155
+ "type": "boolean",
4156
+ "description": ""
4157
+ },
4158
+ "v-textarea/prepend-inner-icon": {
4159
+ "type": "string",
4160
+ "description": ""
4161
+ },
4162
+ "v-textarea/reverse": {
4163
+ "type": "boolean",
4164
+ "description": ""
4165
+ },
4166
+ "v-textarea/single-line": {
4167
+ "type": "boolean",
4168
+ "description": ""
4169
+ },
4170
+ "v-textarea/variant": {
4171
+ "type": "string",
4172
+ "description": ""
4173
+ },
4174
+ "v-textarea/theme": {
4175
+ "type": "string",
4176
+ "description": ""
4177
+ },
4178
+ "v-textarea/loading": {
4179
+ "type": "boolean",
4180
+ "description": ""
4181
+ },
4182
+ "v-text-field/autofocus": {
2523
4183
  "type": "any",
2524
- "description": "Apply a custom class to the responsive content div."
4184
+ "description": "Enables autofocus"
2525
4185
  },
2526
- "v-responsive/height": {
2527
- "type": "number|string",
2528
- "description": "Sets the height for the component."
4186
+ "v-text-field/counter": {
4187
+ "type": "any",
4188
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
2529
4189
  },
2530
- "v-responsive/max-height": {
2531
- "type": "number|string",
2532
- "description": "Sets the maximum height for the component."
4190
+ "v-text-field/counter-value": {
4191
+ "type": "any",
4192
+ "description": ""
2533
4193
  },
2534
- "v-responsive/max-width": {
2535
- "type": "number|string",
2536
- "description": "Sets the maximum width for the component."
4194
+ "v-text-field/hint": {
4195
+ "type": "any",
4196
+ "description": ""
2537
4197
  },
2538
- "v-responsive/min-height": {
2539
- "type": "number|string",
2540
- "description": "Sets the minimum height for the component."
4198
+ "v-text-field/persistent-hint": {
4199
+ "type": "any",
4200
+ "description": ""
2541
4201
  },
2542
- "v-responsive/min-width": {
2543
- "type": "number|string",
2544
- "description": "Sets the minimum width for the component."
4202
+ "v-text-field/prefix": {
4203
+ "type": "any",
4204
+ "description": "Displays prefix text"
2545
4205
  },
2546
- "v-responsive/width": {
2547
- "type": "number|string",
2548
- "description": "Sets the width for the component."
4206
+ "v-text-field/placeholder": {
4207
+ "type": "any",
4208
+ "description": "Sets the input’s placeholder text"
2549
4209
  },
2550
- "v-system-bar/lights-out": {
4210
+ "v-text-field/persistent-placeholder": {
2551
4211
  "type": "any",
2552
- "description": "Reduces the system bar opacity."
4212
+ "description": "Forces placeholder to always be visible"
2553
4213
  },
2554
- "v-system-bar/window": {
4214
+ "v-text-field/persistent-counter": {
2555
4215
  "type": "any",
2556
- "description": "Increases the system bar height to 32px (24px default)."
4216
+ "description": ""
2557
4217
  },
2558
- "v-system-bar/border": {
2559
- "type": "boolean|number|string",
2560
- "description": "Applies border styles to component."
4218
+ "v-text-field/suffix": {
4219
+ "type": "any",
4220
+ "description": "Displays suffix text"
2561
4221
  },
2562
- "v-system-bar/height": {
2563
- "type": "number|string",
2564
- "description": "Sets the height for the component."
4222
+ "v-text-field/type": {
4223
+ "type": "string",
4224
+ "description": "Sets input type"
2565
4225
  },
2566
- "v-system-bar/max-height": {
2567
- "type": "number|string",
2568
- "description": "Sets the maximum height for the component."
4226
+ "v-text-field/id": {
4227
+ "type": "string",
4228
+ "description": ""
2569
4229
  },
2570
- "v-system-bar/max-width": {
2571
- "type": "number|string",
2572
- "description": "Sets the maximum width for the component."
4230
+ "v-text-field/append-icon": {
4231
+ "type": "string",
4232
+ "description": ""
2573
4233
  },
2574
- "v-system-bar/min-height": {
2575
- "type": "number|string",
2576
- "description": "Sets the minimum height for the component."
4234
+ "v-text-field/prepend-icon": {
4235
+ "type": "string",
4236
+ "description": ""
2577
4237
  },
2578
- "v-system-bar/min-width": {
2579
- "type": "number|string",
2580
- "description": "Sets the minimum width for the component."
4238
+ "v-text-field/hide-details": {
4239
+ "type": "boolean|string",
4240
+ "description": ""
2581
4241
  },
2582
- "v-system-bar/width": {
2583
- "type": "number|string",
2584
- "description": "Sets the width for the component."
4242
+ "v-text-field/messages": {
4243
+ "type": "array|string",
4244
+ "description": ""
2585
4245
  },
2586
- "v-system-bar/elevation": {
2587
- "type": "number|string",
2588
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4246
+ "v-text-field/direction": {
4247
+ "type": "string",
4248
+ "description": ""
2589
4249
  },
2590
- "v-system-bar/absolute": {
4250
+ "v-text-field/density": {
4251
+ "type": "string",
4252
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
4253
+ },
4254
+ "v-text-field/disabled": {
2591
4255
  "type": "boolean",
2592
- "description": "Applies **position: absolute** to the component."
4256
+ "description": ""
2593
4257
  },
2594
- "v-system-bar/bottom": {
2595
- "type": "boolean|number|string",
2596
- "description": "Aligns the component towards the bottom."
4258
+ "v-text-field/error": {
4259
+ "type": "boolean",
4260
+ "description": ""
2597
4261
  },
2598
- "v-system-bar/fixed": {
4262
+ "v-text-field/error-messages": {
4263
+ "type": "array|string",
4264
+ "description": ""
4265
+ },
4266
+ "v-text-field/max-errors": {
4267
+ "type": "number|string",
4268
+ "description": ""
4269
+ },
4270
+ "v-text-field/name": {
4271
+ "type": "string",
4272
+ "description": ""
4273
+ },
4274
+ "v-text-field/readonly": {
2599
4275
  "type": "boolean",
2600
- "description": "Applies **position: fixed** to the component."
4276
+ "description": ""
2601
4277
  },
2602
- "v-system-bar/left": {
2603
- "type": "boolean|number|string",
2604
- "description": "Aligns the component towards the left."
4278
+ "v-text-field/rules": {
4279
+ "type": "array",
4280
+ "description": ""
2605
4281
  },
2606
- "v-system-bar/position": {
4282
+ "v-text-field/model-value": {
4283
+ "type": "any",
4284
+ "description": ""
4285
+ },
4286
+ "v-text-field/append-inner-icon": {
2607
4287
  "type": "string",
2608
- "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
4288
+ "description": ""
2609
4289
  },
2610
- "v-system-bar/right": {
2611
- "type": "boolean|number|string",
2612
- "description": "Aligns the component towards the right."
4290
+ "v-text-field/bg-color": {
4291
+ "type": "string",
4292
+ "description": ""
2613
4293
  },
2614
- "v-system-bar/top": {
2615
- "type": "boolean|number|string",
2616
- "description": "Aligns the content towards the top."
4294
+ "v-text-field/clearable": {
4295
+ "type": "boolean",
4296
+ "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
2617
4297
  },
2618
- "v-system-bar/rounded": {
2619
- "type": "boolean|number|string",
4298
+ "v-text-field/clear-icon": {
4299
+ "type": "string",
4300
+ "description": "Applied when using **clearable** and the input is dirty"
4301
+ },
4302
+ "v-text-field/color": {
4303
+ "type": "string",
4304
+ "description": ""
4305
+ },
4306
+ "v-text-field/label": {
4307
+ "type": "string",
2620
4308
  "description": ""
2621
4309
  },
2622
- "v-system-bar/tile": {
4310
+ "v-text-field/persistent-clear": {
2623
4311
  "type": "boolean",
2624
4312
  "description": ""
2625
4313
  },
2626
- "v-system-bar/tag": {
4314
+ "v-text-field/prepend-inner-icon": {
2627
4315
  "type": "string",
2628
- "description": "Specify a custom tag used on the root element."
4316
+ "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
2629
4317
  },
2630
- "v-system-bar/theme": {
4318
+ "v-text-field/reverse": {
4319
+ "type": "boolean",
4320
+ "description": "Reverses the input orientation"
4321
+ },
4322
+ "v-text-field/single-line": {
4323
+ "type": "boolean",
4324
+ "description": "Label does not move on focus/dirty"
4325
+ },
4326
+ "v-text-field/variant": {
2631
4327
  "type": "string",
2632
- "description": "Specify a theme for this component and all of its children"
4328
+ "description": ""
4329
+ },
4330
+ "v-text-field/theme": {
4331
+ "type": "string",
4332
+ "description": ""
4333
+ },
4334
+ "v-text-field/loading": {
4335
+ "type": "boolean",
4336
+ "description": ""
2633
4337
  },
2634
4338
  "v-theme-provider/with-background": {
2635
4339
  "type": "any",
@@ -2707,10 +4411,6 @@
2707
4411
  "type": "boolean|number|string",
2708
4412
  "description": ""
2709
4413
  },
2710
- "v-timeline-item/tile": {
2711
- "type": "boolean",
2712
- "description": ""
2713
- },
2714
4414
  "v-timeline-item/elevation": {
2715
4415
  "type": "number|string",
2716
4416
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -2746,5 +4446,221 @@
2746
4446
  "v-timeline-item/width": {
2747
4447
  "type": "number|string",
2748
4448
  "description": "Sets the width for the component."
4449
+ },
4450
+ "v-toolbar/absolute": {
4451
+ "type": "any",
4452
+ "description": "Applies position: absolute to the component."
4453
+ },
4454
+ "v-toolbar/collapse": {
4455
+ "type": "any",
4456
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
4457
+ },
4458
+ "v-toolbar/color": {
4459
+ "type": "any",
4460
+ "description": ""
4461
+ },
4462
+ "v-toolbar/density": {
4463
+ "type": "string",
4464
+ "description": ""
4465
+ },
4466
+ "v-toolbar/extended": {
4467
+ "type": "any",
4468
+ "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
4469
+ },
4470
+ "v-toolbar/extension-height": {
4471
+ "type": "number|string",
4472
+ "description": "Specify an explicit height for the `extension` slot. "
4473
+ },
4474
+ "v-toolbar/flat": {
4475
+ "type": "any",
4476
+ "description": "Removes the toolbar's box-shadow."
4477
+ },
4478
+ "v-toolbar/floating": {
4479
+ "type": "any",
4480
+ "description": "Applies **display: inline-flex** to the component."
4481
+ },
4482
+ "v-toolbar/height": {
4483
+ "type": "number|string",
4484
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
4485
+ },
4486
+ "v-toolbar/image": {
4487
+ "type": "any",
4488
+ "description": ""
4489
+ },
4490
+ "v-toolbar/title": {
4491
+ "type": "any",
4492
+ "description": ""
4493
+ },
4494
+ "v-toolbar/border": {
4495
+ "type": "boolean|number|string",
4496
+ "description": "Applies border styles to component."
4497
+ },
4498
+ "v-toolbar/elevation": {
4499
+ "type": "number|string",
4500
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4501
+ },
4502
+ "v-toolbar/rounded": {
4503
+ "type": "boolean|number|string",
4504
+ "description": ""
4505
+ },
4506
+ "v-toolbar/tag": {
4507
+ "type": "string",
4508
+ "description": "Specify a custom tag used on the root element."
4509
+ },
4510
+ "v-toolbar/theme": {
4511
+ "type": "string",
4512
+ "description": "Specify a theme for this component and all of its children"
4513
+ },
4514
+ "v-toolbar-title/text": {
4515
+ "type": "any",
4516
+ "description": ""
4517
+ },
4518
+ "v-toolbar-title/tag": {
4519
+ "type": "string",
4520
+ "description": "Specify a custom tag used on the root element."
4521
+ },
4522
+ "v-toolbar-items/color": {
4523
+ "type": "string",
4524
+ "description": ""
4525
+ },
4526
+ "v-toolbar-items/text-color": {
4527
+ "type": "string",
4528
+ "description": "Applies a specified color to the control text"
4529
+ },
4530
+ "v-toolbar-items/variant": {
4531
+ "type": "string",
4532
+ "description": "Applies one of 4 styles, default, contained, outlined, and text."
4533
+ },
4534
+ "v-tooltip/id": {
4535
+ "type": "any",
4536
+ "description": ""
4537
+ },
4538
+ "v-tooltip/model-value": {
4539
+ "type": "any",
4540
+ "description": ""
4541
+ },
4542
+ "v-tooltip/text": {
4543
+ "type": "any",
4544
+ "description": ""
4545
+ },
4546
+ "v-tooltip/anchor": {
4547
+ "type": "string",
4548
+ "description": ""
4549
+ },
4550
+ "v-tooltip/origin": {
4551
+ "type": "string",
4552
+ "description": ""
4553
+ },
4554
+ "v-tooltip/transition": {
4555
+ "type": "boolean|string|object",
4556
+ "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
4557
+ },
4558
+ "v-validation/disabled": {
4559
+ "type": "boolean",
4560
+ "description": ""
4561
+ },
4562
+ "v-validation/error": {
4563
+ "type": "boolean",
4564
+ "description": ""
4565
+ },
4566
+ "v-validation/error-messages": {
4567
+ "type": "array|string",
4568
+ "description": ""
4569
+ },
4570
+ "v-validation/max-errors": {
4571
+ "type": "number|string",
4572
+ "description": ""
4573
+ },
4574
+ "v-validation/name": {
4575
+ "type": "string",
4576
+ "description": ""
4577
+ },
4578
+ "v-validation/readonly": {
4579
+ "type": "boolean",
4580
+ "description": ""
4581
+ },
4582
+ "v-validation/rules": {
4583
+ "type": "array",
4584
+ "description": ""
4585
+ },
4586
+ "v-validation/model-value": {
4587
+ "type": "any",
4588
+ "description": ""
4589
+ },
4590
+ "v-window/touch": {
4591
+ "type": "object|boolean",
4592
+ "description": "Provide a custom **left** and **right** function when swiped left or right."
4593
+ },
4594
+ "v-window/continuous": {
4595
+ "type": "any",
4596
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
4597
+ },
4598
+ "v-window/next-icon": {
4599
+ "type": "boolean|string",
4600
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
4601
+ },
4602
+ "v-window/prev-icon": {
4603
+ "type": "boolean|string",
4604
+ "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
4605
+ },
4606
+ "v-window/reverse": {
4607
+ "type": "any",
4608
+ "description": "Reverse the normal transition direction."
4609
+ },
4610
+ "v-window/show-arrows": {
4611
+ "type": "boolean|string",
4612
+ "description": "Display the \"next\" and \"prev\" buttons"
4613
+ },
4614
+ "v-window/direction": {
4615
+ "type": "string",
4616
+ "description": ""
4617
+ },
4618
+ "v-window/model-value": {
4619
+ "type": "any",
4620
+ "description": ""
4621
+ },
4622
+ "v-window/disabled": {
4623
+ "type": "any",
4624
+ "description": ""
4625
+ },
4626
+ "v-window/selected-class": {
4627
+ "type": "string",
4628
+ "description": ""
4629
+ },
4630
+ "v-window/mandatory": {
4631
+ "type": "any",
4632
+ "description": ""
4633
+ },
4634
+ "v-window/tag": {
4635
+ "type": "string",
4636
+ "description": "Specify a custom tag used on the root element."
4637
+ },
4638
+ "v-window/theme": {
4639
+ "type": "string",
4640
+ "description": "Specify a theme for this component and all of its children"
4641
+ },
4642
+ "v-window-item/reverse-transition": {
4643
+ "type": "boolean|string",
4644
+ "description": "Sets the reverse transition"
4645
+ },
4646
+ "v-window-item/transition": {
4647
+ "type": "boolean|string",
4648
+ "description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
4649
+ },
4650
+ "v-window-item/eager": {
4651
+ "type": "boolean",
4652
+ "description": ""
4653
+ },
4654
+ "v-window-item/value": {
4655
+ "type": "any",
4656
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
4657
+ },
4658
+ "v-window-item/disabled": {
4659
+ "type": "boolean",
4660
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
4661
+ },
4662
+ "v-window-item/selected-class": {
4663
+ "type": "string",
4664
+ "description": "Configure the active CSS class applied when the item is selected."
2749
4665
  }
2750
4666
  }