@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.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 (986) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/_settings.scss +2 -0
  3. package/_styles.scss +1 -0
  4. package/_tools.scss +1 -0
  5. package/dist/_component-variables.sass +61 -0
  6. package/dist/json/attributes.json +898 -526
  7. package/dist/json/importMap.json +156 -180
  8. package/dist/json/tags.json +221 -147
  9. package/dist/json/web-types.json +2698 -1609
  10. package/dist/vuetify.css +4126 -4566
  11. package/dist/vuetify.d.ts +13705 -11374
  12. package/dist/vuetify.esm.js +11107 -9293
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +11015 -9200
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +3 -3
  17. package/dist/vuetify.min.js +1375 -1254
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.ts +171 -0
  20. package/lib/blueprints/index.mjs +4 -0
  21. package/lib/blueprints/index.mjs.map +1 -0
  22. package/lib/blueprints/md1.d.ts +167 -0
  23. package/lib/blueprints/md1.mjs +63 -0
  24. package/lib/blueprints/md1.mjs.map +1 -0
  25. package/lib/blueprints/md2.d.ts +167 -0
  26. package/lib/blueprints/md2.mjs +60 -0
  27. package/lib/blueprints/md2.mjs.map +1 -0
  28. package/lib/blueprints/md3.d.ts +167 -0
  29. package/lib/blueprints/md3.mjs +74 -0
  30. package/lib/blueprints/md3.mjs.map +1 -0
  31. package/lib/components/VAlert/VAlert.css +36 -19
  32. package/lib/components/VAlert/VAlert.mjs +69 -40
  33. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  34. package/lib/components/VAlert/VAlert.sass +26 -11
  35. package/lib/components/VAlert/VAlertTitle.mjs +1 -0
  36. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
  37. package/lib/components/VAlert/_variables.scss +14 -7
  38. package/lib/components/VAlert/index.d.ts +185 -0
  39. package/lib/components/VAlert/index.mjs.map +1 -1
  40. package/lib/components/VApp/VApp.css +2 -15
  41. package/lib/components/VApp/VApp.mjs +3 -4
  42. package/lib/components/VApp/VApp.mjs.map +1 -1
  43. package/lib/components/VApp/VApp.sass +11 -20
  44. package/lib/components/VApp/index.d.ts +83 -0
  45. package/lib/components/VApp/index.mjs.map +1 -1
  46. package/lib/components/VApp/variables.scss +6 -0
  47. package/lib/components/VAppBar/VAppBar.css +4 -1
  48. package/lib/components/VAppBar/VAppBar.mjs +15 -10
  49. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  50. package/lib/components/VAppBar/VAppBar.sass +3 -1
  51. package/lib/components/VAppBar/VAppBarNavIcon.mjs +11 -14
  52. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  53. package/lib/components/VAppBar/VAppBarTitle.mjs +7 -4
  54. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  55. package/lib/components/VAppBar/_variables.scss +2 -0
  56. package/lib/components/VAppBar/index.d.ts +156 -0
  57. package/lib/components/VAppBar/index.mjs.map +1 -1
  58. package/lib/components/VAutocomplete/VAutocomplete.css +11 -1
  59. package/lib/components/VAutocomplete/VAutocomplete.mjs +142 -105
  60. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  61. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -2
  62. package/lib/components/VAutocomplete/_variables.scss +1 -0
  63. package/lib/components/VAutocomplete/index.d.ts +1569 -0
  64. package/lib/components/VAutocomplete/index.mjs.map +1 -1
  65. package/lib/components/VAvatar/VAvatar.css +48 -3
  66. package/lib/components/VAvatar/VAvatar.mjs +29 -23
  67. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  68. package/lib/components/VAvatar/VAvatar.sass +10 -3
  69. package/lib/components/VAvatar/_mixins.scss +0 -1
  70. package/lib/components/VAvatar/_variables.scss +9 -4
  71. package/lib/components/VAvatar/index.d.ts +80 -0
  72. package/lib/components/VAvatar/index.mjs.map +1 -1
  73. package/lib/components/VBadge/VBadge.css +3 -6
  74. package/lib/components/VBadge/VBadge.mjs +20 -49
  75. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  76. package/lib/components/VBadge/VBadge.sass +2 -5
  77. package/lib/components/VBadge/_variables.scss +3 -4
  78. package/lib/components/VBadge/index.d.ts +123 -0
  79. package/lib/components/VBadge/index.mjs.map +1 -1
  80. package/lib/components/VBanner/VBanner.css +81 -57
  81. package/lib/components/VBanner/VBanner.mjs +45 -37
  82. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  83. package/lib/components/VBanner/VBanner.sass +60 -55
  84. package/lib/components/VBanner/VBannerActions.mjs +34 -2
  85. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  86. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  87. package/lib/components/VBanner/_variables.scss +10 -14
  88. package/lib/components/VBanner/index.d.ts +122 -0
  89. package/lib/components/VBanner/index.mjs.map +1 -1
  90. package/lib/components/VBottomNavigation/VBottomNavigation.css +6 -13
  91. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
  92. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  93. package/lib/components/VBottomNavigation/VBottomNavigation.sass +6 -14
  94. package/lib/components/VBottomNavigation/_variables.scss +7 -8
  95. package/lib/components/VBottomNavigation/index.d.ts +143 -0
  96. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  97. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  98. package/lib/components/VBottomSheet/index.mjs.map +1 -1
  99. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
  100. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -21
  101. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  102. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
  103. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  104. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -17
  105. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  106. package/lib/components/VBreadcrumbs/_variables.scss +2 -1
  107. package/lib/components/VBreadcrumbs/index.d.ts +301 -0
  108. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  109. package/lib/components/VBtn/VBtn.css +141 -28
  110. package/lib/components/VBtn/VBtn.mjs +109 -34
  111. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  112. package/lib/components/VBtn/VBtn.sass +119 -16
  113. package/lib/components/VBtn/_variables.scss +10 -1
  114. package/lib/components/VBtn/index.d.ts +210 -0
  115. package/lib/components/VBtn/index.mjs.map +1 -1
  116. package/lib/components/VBtnGroup/VBtnGroup.css +16 -7
  117. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  118. package/lib/components/VBtnGroup/VBtnGroup.sass +14 -7
  119. package/lib/components/VBtnGroup/_variables.scss +2 -0
  120. package/lib/components/VBtnGroup/index.d.ts +65 -0
  121. package/lib/components/VBtnGroup/index.mjs.map +1 -1
  122. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
  123. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  124. package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
  125. package/lib/components/VBtnToggle/_variables.scss +1 -0
  126. package/lib/components/VBtnToggle/index.d.ts +175 -0
  127. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  128. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  129. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  130. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  131. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  132. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  133. package/lib/components/VCalendar/index.mjs.map +1 -1
  134. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  135. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +2 -6
  136. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  137. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  138. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  139. package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
  140. package/lib/components/VCalendar/modes/column.mjs.map +1 -1
  141. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  142. package/lib/components/VCalendar/modes/index.mjs.map +1 -1
  143. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  144. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  145. package/lib/components/VCalendar/util/parser.mjs.map +1 -1
  146. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  147. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  148. package/lib/components/VCard/VCard.css +108 -84
  149. package/lib/components/VCard/VCard.mjs +72 -73
  150. package/lib/components/VCard/VCard.mjs.map +1 -1
  151. package/lib/components/VCard/VCard.sass +76 -61
  152. package/lib/components/VCard/VCardActions.mjs +2 -3
  153. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  154. package/lib/components/VCard/VCardItem.mjs +88 -0
  155. package/lib/components/VCard/VCardItem.mjs.map +1 -0
  156. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  157. package/lib/components/VCard/VCardText.mjs.map +1 -1
  158. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  159. package/lib/components/VCard/_variables.scss +45 -23
  160. package/lib/components/VCard/index.d.ts +230 -0
  161. package/lib/components/VCard/index.mjs +1 -4
  162. package/lib/components/VCard/index.mjs.map +1 -1
  163. package/lib/components/VCarousel/VCarousel.mjs +9 -7
  164. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  165. package/lib/components/VCarousel/VCarousel.sass +0 -1
  166. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  167. package/lib/components/VCarousel/_variables.scss +1 -0
  168. package/lib/components/VCarousel/index.d.ts +80 -0
  169. package/lib/components/VCarousel/index.mjs.map +1 -1
  170. package/lib/components/VCheckbox/VCheckbox.mjs +15 -47
  171. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  172. package/lib/components/VCheckbox/VCheckbox.sass +0 -1
  173. package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
  174. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
  175. package/lib/components/VCheckbox/index.d.ts +291 -0
  176. package/lib/components/VCheckbox/index.mjs +1 -0
  177. package/lib/components/VCheckbox/index.mjs.map +1 -1
  178. package/lib/components/VChip/VChip.css +147 -68
  179. package/lib/components/VChip/VChip.mjs +83 -43
  180. package/lib/components/VChip/VChip.mjs.map +1 -1
  181. package/lib/components/VChip/VChip.sass +9 -1
  182. package/lib/components/VChip/_mixins.scss +26 -6
  183. package/lib/components/VChip/_variables.scss +4 -5
  184. package/lib/components/VChip/index.d.ts +195 -0
  185. package/lib/components/VChip/index.mjs.map +1 -1
  186. package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
  187. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  188. package/lib/components/VChipGroup/VChipGroup.sass +1 -1
  189. package/lib/components/VChipGroup/_variables.scss +1 -1
  190. package/lib/components/VChipGroup/index.d.ts +89 -0
  191. package/lib/components/VChipGroup/index.mjs.map +1 -1
  192. package/lib/components/VCode/VCode.sass +1 -2
  193. package/lib/components/VCode/_variables.scss +1 -1
  194. package/lib/components/VCode/index.d.ts +19 -0
  195. package/lib/components/VCode/index.mjs.map +1 -1
  196. package/lib/components/VColorPicker/VColorPicker.css +3 -3
  197. package/lib/components/VColorPicker/VColorPicker.mjs +55 -53
  198. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  199. package/lib/components/VColorPicker/VColorPicker.sass +0 -1
  200. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
  201. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +10 -9
  202. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  203. package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
  204. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
  205. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  206. package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
  207. package/lib/components/VColorPicker/VColorPickerPreview.mjs +14 -21
  208. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  209. package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
  210. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
  211. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  212. package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
  213. package/lib/components/VColorPicker/_variables.scss +17 -10
  214. package/lib/components/VColorPicker/index.d.ts +116 -0
  215. package/lib/components/VColorPicker/index.mjs.map +1 -1
  216. package/lib/components/VColorPicker/util/index.mjs +1 -3
  217. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  218. package/lib/components/VCombobox/VCombobox.css +11 -1
  219. package/lib/components/VCombobox/VCombobox.mjs +145 -116
  220. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  221. package/lib/components/VCombobox/VCombobox.sass +10 -2
  222. package/lib/components/VCombobox/_variables.scss +1 -0
  223. package/lib/components/VCombobox/index.d.ts +1590 -0
  224. package/lib/components/VCombobox/index.mjs.map +1 -1
  225. package/lib/components/VCounter/VCounter.mjs +16 -16
  226. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  227. package/lib/components/VCounter/VCounter.sass +1 -2
  228. package/lib/components/VCounter/_variables.scss +2 -1
  229. package/lib/components/VCounter/index.d.ts +223 -0
  230. package/lib/components/VCounter/index.mjs.map +1 -1
  231. package/lib/components/VData/VData.mjs.map +1 -1
  232. package/lib/components/VData/index.mjs.map +1 -1
  233. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  234. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  235. package/lib/components/VDataIterator/index.mjs.map +1 -1
  236. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  237. package/lib/components/VDataTable/Row.mjs.map +1 -1
  238. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  239. package/lib/components/VDataTable/VDataTable.mjs +11 -15
  240. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  242. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
  243. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  244. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  245. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  246. package/lib/components/VDataTable/index.mjs.map +1 -1
  247. package/lib/components/VDataTable/mixins/header.mjs +1 -3
  248. package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
  249. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  250. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
  251. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  252. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
  253. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  254. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  255. package/lib/components/VDatePicker/index.mjs.map +1 -1
  256. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  257. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  258. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
  259. package/lib/components/VDatePicker/util/index.mjs.map +1 -1
  260. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
  261. package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
  262. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  263. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
  264. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  265. package/lib/components/VDefaultsProvider/index.d.ts +26 -0
  266. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  267. package/lib/components/VDialog/VDialog.css +36 -17
  268. package/lib/components/VDialog/VDialog.mjs +46 -38
  269. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  270. package/lib/components/VDialog/VDialog.sass +30 -15
  271. package/lib/components/VDialog/_variables.scss +3 -8
  272. package/lib/components/VDialog/index.d.ts +859 -0
  273. package/lib/components/VDialog/index.mjs.map +1 -1
  274. package/lib/components/VDivider/VDivider.mjs +16 -17
  275. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  276. package/lib/components/VDivider/VDivider.sass +0 -1
  277. package/lib/components/VDivider/_variables.scss +3 -1
  278. package/lib/components/VDivider/index.d.ts +22 -0
  279. package/lib/components/VDivider/index.mjs.map +1 -1
  280. package/lib/components/VExpansionPanel/VExpansionPanel.css +15 -7
  281. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -6
  282. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  283. package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
  284. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  285. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +14 -11
  286. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  287. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
  288. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  289. package/lib/components/VExpansionPanel/_variables.scss +15 -10
  290. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  291. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  292. package/lib/components/VField/VField.css +63 -41
  293. package/lib/components/VField/VField.mjs +52 -36
  294. package/lib/components/VField/VField.mjs.map +1 -1
  295. package/lib/components/VField/VField.sass +49 -35
  296. package/lib/components/VField/VFieldLabel.mjs +8 -9
  297. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  298. package/lib/components/VField/_variables.scss +6 -5
  299. package/lib/components/VField/index.d.ts +332 -0
  300. package/lib/components/VField/index.mjs.map +1 -1
  301. package/lib/components/VFileInput/VFileInput.css +3 -3
  302. package/lib/components/VFileInput/VFileInput.mjs +48 -47
  303. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  304. package/lib/components/VFileInput/VFileInput.sass +3 -4
  305. package/lib/components/VFileInput/index.d.ts +236 -0
  306. package/lib/components/VFileInput/index.mjs.map +1 -1
  307. package/lib/components/VFooter/VFooter.css +8 -1
  308. package/lib/components/VFooter/VFooter.mjs +36 -18
  309. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  310. package/lib/components/VFooter/VFooter.sass +1 -2
  311. package/lib/components/VFooter/_variables.scss +13 -1
  312. package/lib/components/VFooter/index.d.ts +76 -0
  313. package/lib/components/VFooter/index.mjs.map +1 -1
  314. package/lib/components/VForm/VForm.mjs +27 -13
  315. package/lib/components/VForm/VForm.mjs.map +1 -1
  316. package/lib/components/VForm/index.d.ts +72 -0
  317. package/lib/components/VForm/index.mjs.map +1 -1
  318. package/lib/components/VGrid/VCol.mjs +2 -1
  319. package/lib/components/VGrid/VCol.mjs.map +1 -1
  320. package/lib/components/VGrid/VContainer.mjs +4 -3
  321. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  322. package/lib/components/VGrid/VRow.mjs +8 -3
  323. package/lib/components/VGrid/VRow.mjs.map +1 -1
  324. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  325. package/lib/components/VGrid/index.d.ts +154 -0
  326. package/lib/components/VGrid/index.mjs.map +1 -1
  327. package/lib/components/VHover/VHover.mjs.map +1 -1
  328. package/lib/components/VHover/index.d.ts +30 -0
  329. package/lib/components/VHover/index.mjs.map +1 -1
  330. package/lib/components/VIcon/VIcon.css +13 -16
  331. package/lib/components/VIcon/VIcon.mjs +34 -33
  332. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  333. package/lib/components/VIcon/VIcon.sass +8 -16
  334. package/lib/components/VIcon/_variables.scss +2 -5
  335. package/lib/components/VIcon/index.d.ts +124 -0
  336. package/lib/components/VIcon/index.mjs.map +1 -1
  337. package/lib/components/VImg/VImg.mjs +29 -26
  338. package/lib/components/VImg/VImg.mjs.map +1 -1
  339. package/lib/components/VImg/VImg.sass +0 -1
  340. package/lib/components/VImg/index.d.ts +89 -0
  341. package/lib/components/VImg/index.mjs.map +1 -1
  342. package/lib/components/VInput/InputIcon.mjs +33 -0
  343. package/lib/components/VInput/InputIcon.mjs.map +1 -0
  344. package/lib/components/VInput/VInput.css +5 -2
  345. package/lib/components/VInput/VInput.mjs +26 -18
  346. package/lib/components/VInput/VInput.mjs.map +1 -1
  347. package/lib/components/VInput/VInput.sass +5 -3
  348. package/lib/components/VInput/_variables.scss +4 -1
  349. package/lib/components/VInput/index.d.ts +325 -0
  350. package/lib/components/VInput/index.mjs.map +1 -1
  351. package/lib/components/VItemGroup/VItem.mjs +3 -0
  352. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  353. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  354. package/lib/components/VItemGroup/VItemGroup.sass +0 -1
  355. package/lib/components/VItemGroup/index.d.ts +210 -0
  356. package/lib/components/VItemGroup/index.mjs.map +1 -1
  357. package/lib/components/VKbd/VKbd.css +1 -1
  358. package/lib/components/VKbd/VKbd.sass +0 -1
  359. package/lib/components/VKbd/_variables.scss +1 -1
  360. package/lib/components/VKbd/index.d.ts +19 -0
  361. package/lib/components/VKbd/index.mjs.map +1 -1
  362. package/lib/components/VLabel/VLabel.css +4 -1
  363. package/lib/components/VLabel/VLabel.mjs +8 -4
  364. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  365. package/lib/components/VLabel/VLabel.sass +3 -2
  366. package/lib/components/VLabel/_variables.scss +1 -0
  367. package/lib/components/VLabel/index.d.ts +16 -0
  368. package/lib/components/VLabel/index.mjs.map +1 -1
  369. package/lib/components/VLayout/VLayout.css +0 -2
  370. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  371. package/lib/components/VLayout/VLayout.sass +0 -2
  372. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  373. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  374. package/lib/components/VLayout/index.d.ts +75 -0
  375. package/lib/components/VLayout/index.mjs.map +1 -1
  376. package/lib/components/VLazy/VLazy.mjs +5 -3
  377. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  378. package/lib/components/VLazy/index.d.ts +85 -0
  379. package/lib/components/VLazy/index.mjs.map +1 -1
  380. package/lib/components/VList/VList.css +14 -16
  381. package/lib/components/VList/VList.mjs +92 -59
  382. package/lib/components/VList/VList.mjs.map +1 -1
  383. package/lib/components/VList/VList.sass +9 -6
  384. package/lib/components/VList/VListChildren.mjs +69 -13
  385. package/lib/components/VList/VListChildren.mjs.map +1 -1
  386. package/lib/components/VList/VListGroup.mjs +52 -19
  387. package/lib/components/VList/VListGroup.mjs.map +1 -1
  388. package/lib/components/VList/VListImg.mjs.map +1 -1
  389. package/lib/components/VList/VListItem.css +181 -73
  390. package/lib/components/VList/VListItem.mjs +124 -82
  391. package/lib/components/VList/VListItem.mjs.map +1 -1
  392. package/lib/components/VList/VListItem.sass +125 -49
  393. package/lib/components/VList/VListItemAction.mjs +28 -0
  394. package/lib/components/VList/VListItemAction.mjs.map +1 -0
  395. package/lib/components/VList/VListItemMedia.mjs +8 -7
  396. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  397. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  398. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  399. package/lib/components/VList/VListSubheader.mjs +8 -7
  400. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  401. package/lib/components/VList/_variables.scss +24 -9
  402. package/lib/components/VList/index.d.ts +1250 -0
  403. package/lib/components/VList/index.mjs +3 -4
  404. package/lib/components/VList/index.mjs.map +1 -1
  405. package/lib/components/VList/list.mjs.map +1 -1
  406. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
  407. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  408. package/lib/components/VLocaleProvider/index.d.ts +23 -0
  409. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  410. package/lib/components/VMain/VMain.css +20 -9
  411. package/lib/components/VMain/VMain.mjs +17 -11
  412. package/lib/components/VMain/VMain.mjs.map +1 -1
  413. package/lib/components/VMain/VMain.sass +17 -11
  414. package/lib/components/VMain/_variables.scss +1 -1
  415. package/lib/components/VMain/index.d.ts +26 -0
  416. package/lib/components/VMain/index.mjs.map +1 -1
  417. package/lib/components/VMenu/VMenu.css +3 -13
  418. package/lib/components/VMenu/VMenu.mjs +81 -34
  419. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  420. package/lib/components/VMenu/VMenu.sass +3 -7
  421. package/lib/components/VMenu/_variables.scss +0 -1
  422. package/lib/components/VMenu/index.d.ts +817 -0
  423. package/lib/components/VMenu/index.mjs.map +1 -1
  424. package/lib/components/VMenu/shared.mjs +2 -0
  425. package/lib/components/VMenu/shared.mjs.map +1 -0
  426. package/lib/components/VMessages/VMessages.mjs +5 -3
  427. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  428. package/lib/components/VMessages/VMessages.sass +0 -1
  429. package/lib/components/VMessages/_variables.scss +1 -1
  430. package/lib/components/VMessages/index.d.ts +234 -0
  431. package/lib/components/VMessages/index.mjs.map +1 -1
  432. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +14 -19
  433. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +60 -21
  434. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  435. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +16 -22
  436. package/lib/components/VNavigationDrawer/_variables.scss +4 -2
  437. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  438. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  439. package/lib/components/VNavigationDrawer/sticky.mjs +70 -0
  440. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
  441. package/lib/components/VNavigationDrawer/touch.mjs +5 -2
  442. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  443. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  444. package/lib/components/VNoSsr/index.d.ts +7 -0
  445. package/lib/components/VNoSsr/index.mjs.map +1 -1
  446. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  447. package/lib/components/VOtpInput/index.mjs.map +1 -1
  448. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  449. package/lib/components/VOverflowBtn/index.mjs.map +1 -1
  450. package/lib/components/VOverlay/VOverlay.css +7 -0
  451. package/lib/components/VOverlay/VOverlay.mjs +73 -45
  452. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  453. package/lib/components/VOverlay/VOverlay.sass +8 -1
  454. package/lib/components/VOverlay/_variables.scss +1 -1
  455. package/lib/components/VOverlay/index.d.ts +579 -0
  456. package/lib/components/VOverlay/index.mjs.map +1 -1
  457. package/lib/components/VOverlay/locationStrategies.mjs +404 -0
  458. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
  459. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
  460. package/lib/components/VOverlay/scrollStrategies.mjs +19 -13
  461. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  462. package/lib/components/VOverlay/useActivator.mjs +86 -17
  463. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  464. package/lib/components/VOverlay/util/point.mjs +3 -3
  465. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  466. package/lib/components/VPagination/VPagination.mjs +63 -44
  467. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  468. package/lib/components/VPagination/VPagination.sass +0 -1
  469. package/lib/components/VPagination/index.d.ts +247 -0
  470. package/lib/components/VPagination/index.mjs.map +1 -1
  471. package/lib/components/VParallax/VParallax.mjs +30 -16
  472. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  473. package/lib/components/VParallax/index.d.ts +18 -0
  474. package/lib/components/VParallax/index.mjs.map +1 -1
  475. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  476. package/lib/components/VPicker/index.mjs.map +1 -1
  477. package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
  478. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  479. package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
  480. package/lib/components/VProgressCircular/_variables.scss +2 -0
  481. package/lib/components/VProgressCircular/index.d.ts +68 -0
  482. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  483. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  484. package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
  485. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  486. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  487. package/lib/components/VProgressLinear/_variables.scss +1 -0
  488. package/lib/components/VProgressLinear/index.d.ts +101 -0
  489. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  490. package/lib/components/VRadio/VRadio.mjs +9 -17
  491. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  492. package/lib/components/VRadio/index.d.ts +103 -0
  493. package/lib/components/VRadio/index.mjs.map +1 -1
  494. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  495. package/lib/components/VRadioGroup/VRadioGroup.mjs +32 -9
  496. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  497. package/lib/components/VRadioGroup/VRadioGroup.sass +6 -4
  498. package/lib/components/VRadioGroup/_variables.scss +2 -4
  499. package/lib/components/VRadioGroup/index.d.ts +186 -0
  500. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  501. package/lib/components/VRangeSlider/VRangeSlider.mjs +27 -15
  502. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  503. package/lib/components/VRangeSlider/index.d.ts +242 -0
  504. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  505. package/lib/components/VRating/VRating.css +2 -2
  506. package/lib/components/VRating/VRating.mjs +24 -18
  507. package/lib/components/VRating/VRating.mjs.map +1 -1
  508. package/lib/components/VRating/VRating.sass +4 -3
  509. package/lib/components/VRating/index.d.ts +356 -0
  510. package/lib/components/VRating/index.mjs.map +1 -1
  511. package/lib/components/VResponsive/VResponsive.mjs +7 -6
  512. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  513. package/lib/components/VResponsive/index.d.ts +23 -0
  514. package/lib/components/VResponsive/index.mjs.map +1 -1
  515. package/lib/components/VSelect/VSelect.css +18 -2
  516. package/lib/components/VSelect/VSelect.mjs +145 -112
  517. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  518. package/lib/components/VSelect/VSelect.sass +20 -3
  519. package/lib/components/VSelect/_variables.scss +1 -0
  520. package/lib/components/VSelect/index.d.ts +1521 -0
  521. package/lib/components/VSelect/index.mjs.map +1 -1
  522. package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
  523. package/lib/components/VSelectionControl/VSelectionControl.mjs +33 -25
  524. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  525. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  526. package/lib/components/VSelectionControl/_variables.scss +1 -0
  527. package/lib/components/VSelectionControl/index.d.ts +275 -0
  528. package/lib/components/VSelectionControl/index.mjs.map +1 -1
  529. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
  530. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -7
  531. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  532. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +6 -6
  533. package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
  534. package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
  535. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
  536. package/lib/components/VSheet/VSheet.css +1 -1
  537. package/lib/components/VSheet/VSheet.mjs +10 -6
  538. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  539. package/lib/components/VSheet/VSheet.sass +0 -1
  540. package/lib/components/VSheet/_variables.scss +3 -2
  541. package/lib/components/VSheet/index.d.ts +68 -0
  542. package/lib/components/VSheet/index.mjs.map +1 -1
  543. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  544. package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
  545. package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
  546. package/lib/components/VSlideGroup/VSlideGroup.mjs +105 -74
  547. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  548. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -5
  549. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +10 -4
  550. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  551. package/lib/components/VSlideGroup/_variables.scss +0 -5
  552. package/lib/components/VSlideGroup/helpers.mjs +4 -15
  553. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  554. package/lib/components/VSlideGroup/index.d.ts +151 -0
  555. package/lib/components/VSlideGroup/index.mjs +2 -2
  556. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  557. package/lib/components/VSlider/VSlider.css +14 -4
  558. package/lib/components/VSlider/VSlider.mjs +17 -9
  559. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  560. package/lib/components/VSlider/VSlider.sass +17 -9
  561. package/lib/components/VSlider/VSliderThumb.css +10 -6
  562. package/lib/components/VSlider/VSliderThumb.mjs +9 -8
  563. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  564. package/lib/components/VSlider/VSliderThumb.sass +11 -10
  565. package/lib/components/VSlider/VSliderTrack.css +25 -25
  566. package/lib/components/VSlider/VSliderTrack.mjs +22 -16
  567. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  568. package/lib/components/VSlider/VSliderTrack.sass +20 -22
  569. package/lib/components/VSlider/_variables.scss +7 -4
  570. package/lib/components/VSlider/index.d.ts +239 -0
  571. package/lib/components/VSlider/index.mjs.map +1 -1
  572. package/lib/components/VSlider/slider.mjs +15 -25
  573. package/lib/components/VSlider/slider.mjs.map +1 -1
  574. package/lib/components/VSnackbar/VSnackbar.css +22 -40
  575. package/lib/components/VSnackbar/VSnackbar.mjs +70 -50
  576. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  577. package/lib/components/VSnackbar/VSnackbar.sass +15 -35
  578. package/lib/components/VSnackbar/_variables.scss +3 -7
  579. package/lib/components/VSnackbar/index.d.ts +892 -0
  580. package/lib/components/VSnackbar/index.mjs.map +1 -1
  581. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  582. package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
  583. package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
  584. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  585. package/lib/components/VSparkline/index.mjs.map +1 -1
  586. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  587. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  588. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  589. package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
  590. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  591. package/lib/components/VStepper/index.mjs.map +1 -1
  592. package/lib/components/VSwitch/VSwitch.css +9 -2
  593. package/lib/components/VSwitch/VSwitch.mjs +15 -6
  594. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  595. package/lib/components/VSwitch/VSwitch.sass +6 -1
  596. package/lib/components/VSwitch/_variables.scss +1 -0
  597. package/lib/components/VSwitch/index.d.ts +175 -0
  598. package/lib/components/VSwitch/index.mjs.map +1 -1
  599. package/lib/components/VSystemBar/VSystemBar.css +1 -6
  600. package/lib/components/VSystemBar/VSystemBar.mjs +22 -17
  601. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  602. package/lib/components/VSystemBar/VSystemBar.sass +0 -6
  603. package/lib/components/VSystemBar/_variables.scss +2 -4
  604. package/lib/components/VSystemBar/index.d.ts +61 -0
  605. package/lib/components/VSystemBar/index.mjs.map +1 -1
  606. package/lib/components/VTable/VTable.css +1 -0
  607. package/lib/components/VTable/VTable.mjs +9 -8
  608. package/lib/components/VTable/VTable.mjs.map +1 -1
  609. package/lib/components/VTable/VTable.sass +1 -1
  610. package/lib/components/VTable/_variables.scss +2 -0
  611. package/lib/components/VTable/index.d.ts +39 -0
  612. package/lib/components/VTable/index.mjs.map +1 -1
  613. package/lib/components/VTabs/VTab.css +6 -3
  614. package/lib/components/VTabs/VTab.mjs +34 -36
  615. package/lib/components/VTabs/VTab.mjs.map +1 -1
  616. package/lib/components/VTabs/VTab.sass +7 -4
  617. package/lib/components/VTabs/VTabs.css +16 -13
  618. package/lib/components/VTabs/VTabs.mjs +17 -15
  619. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  620. package/lib/components/VTabs/VTabs.sass +11 -8
  621. package/lib/components/VTabs/_variables.scss +2 -0
  622. package/lib/components/VTabs/index.d.ts +178 -0
  623. package/lib/components/VTabs/index.mjs.map +1 -1
  624. package/lib/components/VTabs/shared.mjs +2 -0
  625. package/lib/components/VTabs/shared.mjs.map +1 -0
  626. package/lib/components/VTextField/VTextField.css +5 -5
  627. package/lib/components/VTextField/VTextField.mjs +42 -37
  628. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  629. package/lib/components/VTextField/VTextField.sass +5 -7
  630. package/lib/components/VTextField/_variables.scss +1 -1
  631. package/lib/components/VTextField/index.d.ts +582 -0
  632. package/lib/components/VTextField/index.mjs.map +1 -1
  633. package/lib/components/VTextarea/VTextarea.css +14 -5
  634. package/lib/components/VTextarea/VTextarea.mjs +47 -26
  635. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  636. package/lib/components/VTextarea/VTextarea.sass +18 -8
  637. package/lib/components/VTextarea/_variables.scss +1 -1
  638. package/lib/components/VTextarea/index.d.ts +218 -0
  639. package/lib/components/VTextarea/index.mjs.map +1 -1
  640. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  641. package/lib/components/VThemeProvider/index.d.ts +24 -0
  642. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  643. package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
  644. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  645. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  646. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  647. package/lib/components/VTimePicker/index.mjs.map +1 -1
  648. package/lib/components/VTimeline/VTimeline.css +241 -55
  649. package/lib/components/VTimeline/VTimeline.mjs +52 -32
  650. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  651. package/lib/components/VTimeline/VTimeline.sass +251 -57
  652. package/lib/components/VTimeline/VTimelineDivider.mjs +45 -37
  653. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  654. package/lib/components/VTimeline/VTimelineItem.mjs +17 -15
  655. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  656. package/lib/components/VTimeline/_mixins.sass +10 -0
  657. package/lib/components/VTimeline/_variables.scss +16 -9
  658. package/lib/components/VTimeline/index.d.ts +154 -0
  659. package/lib/components/VTimeline/index.mjs.map +1 -1
  660. package/lib/components/VToolbar/VToolbar.css +24 -33
  661. package/lib/components/VToolbar/VToolbar.mjs +32 -31
  662. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  663. package/lib/components/VToolbar/VToolbar.sass +17 -19
  664. package/lib/components/VToolbar/VToolbarItems.mjs +12 -9
  665. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  666. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  667. package/lib/components/VToolbar/_variables.scss +20 -8
  668. package/lib/components/VToolbar/index.d.ts +414 -0
  669. package/lib/components/VToolbar/index.mjs.map +1 -1
  670. package/lib/components/VTooltip/VTooltip.mjs +48 -41
  671. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  672. package/lib/components/VTooltip/VTooltip.sass +0 -1
  673. package/lib/components/VTooltip/_variables.scss +1 -0
  674. package/lib/components/VTooltip/index.d.ts +799 -0
  675. package/lib/components/VTooltip/index.mjs.map +1 -1
  676. package/lib/components/VTreeview/VTreeview.mjs +1 -3
  677. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  678. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  679. package/lib/components/VTreeview/index.mjs.map +1 -1
  680. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
  681. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  682. package/lib/components/VValidation/index.d.ts +61 -0
  683. package/lib/components/VValidation/index.mjs.map +1 -1
  684. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  685. package/lib/components/VVirtualScroll/index.mjs.map +1 -1
  686. package/lib/components/VWindow/VWindow.mjs +7 -21
  687. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  688. package/lib/components/VWindow/VWindow.sass +0 -2
  689. package/lib/components/VWindow/VWindowItem.mjs +21 -11
  690. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  691. package/lib/components/VWindow/_variables.scss +1 -0
  692. package/lib/components/VWindow/index.d.ts +428 -0
  693. package/lib/components/VWindow/index.mjs.map +1 -1
  694. package/lib/components/index.d.ts +14675 -12342
  695. package/lib/components/index.mjs.map +1 -1
  696. package/lib/components/transitions/createTransition.mjs.map +1 -1
  697. package/lib/components/transitions/dialog-transition.mjs +66 -10
  698. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  699. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  700. package/lib/components/transitions/index.d.ts +454 -0
  701. package/lib/components/transitions/index.mjs +0 -5
  702. package/lib/components/transitions/index.mjs.map +1 -1
  703. package/lib/composables/border.mjs +5 -6
  704. package/lib/composables/border.mjs.map +1 -1
  705. package/lib/composables/color.mjs +19 -26
  706. package/lib/composables/color.mjs.map +1 -1
  707. package/lib/composables/defaults.mjs +2 -2
  708. package/lib/composables/defaults.mjs.map +1 -1
  709. package/lib/composables/delay.mjs +1 -3
  710. package/lib/composables/delay.mjs.map +1 -1
  711. package/lib/composables/density.mjs.map +1 -1
  712. package/lib/composables/dimensions.mjs.map +1 -1
  713. package/lib/composables/display.mjs +12 -10
  714. package/lib/composables/display.mjs.map +1 -1
  715. package/lib/composables/elevation.mjs.map +1 -1
  716. package/lib/composables/filter.mjs +35 -17
  717. package/lib/composables/filter.mjs.map +1 -1
  718. package/lib/composables/focus.mjs.map +1 -1
  719. package/lib/composables/form.mjs +44 -11
  720. package/lib/composables/form.mjs.map +1 -1
  721. package/lib/composables/forwardRefs.mjs +72 -0
  722. package/lib/composables/forwardRefs.mjs.map +1 -0
  723. package/lib/composables/group.mjs +16 -12
  724. package/lib/composables/group.mjs.map +1 -1
  725. package/lib/composables/hydration.mjs.map +1 -1
  726. package/lib/composables/icons.mjs +16 -4
  727. package/lib/composables/icons.mjs.map +1 -1
  728. package/lib/composables/index.mjs +3 -2
  729. package/lib/composables/index.mjs.map +1 -1
  730. package/lib/composables/intersectionObserver.mjs.map +1 -1
  731. package/lib/composables/items.mjs +84 -0
  732. package/lib/composables/items.mjs.map +1 -0
  733. package/lib/composables/layout.mjs +24 -24
  734. package/lib/composables/layout.mjs.map +1 -1
  735. package/lib/composables/lazy.mjs.map +1 -1
  736. package/lib/composables/loader.mjs.map +1 -1
  737. package/lib/composables/locale.mjs +21 -25
  738. package/lib/composables/locale.mjs.map +1 -1
  739. package/lib/composables/location.mjs +66 -0
  740. package/lib/composables/location.mjs.map +1 -0
  741. package/lib/composables/mutationObserver.mjs +4 -6
  742. package/lib/composables/mutationObserver.mjs.map +1 -1
  743. package/lib/composables/nested/nested.mjs +34 -22
  744. package/lib/composables/nested/nested.mjs.map +1 -1
  745. package/lib/composables/nested/openStrategies.mjs +63 -36
  746. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  747. package/lib/composables/nested/selectStrategies.mjs +163 -122
  748. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  749. package/lib/composables/position.mjs +4 -25
  750. package/lib/composables/position.mjs.map +1 -1
  751. package/lib/composables/proxiedModel.mjs +29 -10
  752. package/lib/composables/proxiedModel.mjs.map +1 -1
  753. package/lib/composables/refs.mjs.map +1 -1
  754. package/lib/composables/resizeObserver.mjs +1 -9
  755. package/lib/composables/resizeObserver.mjs.map +1 -1
  756. package/lib/composables/rounded.mjs.map +1 -1
  757. package/lib/composables/router.mjs +39 -17
  758. package/lib/composables/router.mjs.map +1 -1
  759. package/lib/composables/rtl.mjs +2 -4
  760. package/lib/composables/rtl.mjs.map +1 -1
  761. package/lib/composables/scopeId.mjs +11 -0
  762. package/lib/composables/scopeId.mjs.map +1 -0
  763. package/lib/composables/scroll.mjs +1 -3
  764. package/lib/composables/scroll.mjs.map +1 -1
  765. package/lib/composables/selectLink.mjs +19 -0
  766. package/lib/composables/selectLink.mjs.map +1 -0
  767. package/lib/composables/size.mjs +18 -14
  768. package/lib/composables/size.mjs.map +1 -1
  769. package/lib/composables/ssrBoot.mjs +3 -2
  770. package/lib/composables/ssrBoot.mjs.map +1 -1
  771. package/lib/composables/stack.mjs +37 -23
  772. package/lib/composables/stack.mjs.map +1 -1
  773. package/lib/composables/tag.mjs.map +1 -1
  774. package/lib/composables/teleport.mjs.map +1 -1
  775. package/lib/composables/theme.mjs +123 -112
  776. package/lib/composables/theme.mjs.map +1 -1
  777. package/lib/composables/toggleScope.mjs +18 -0
  778. package/lib/composables/toggleScope.mjs.map +1 -0
  779. package/lib/composables/touch.mjs +1 -3
  780. package/lib/composables/touch.mjs.map +1 -1
  781. package/lib/composables/transition.mjs.map +1 -1
  782. package/lib/composables/validation.mjs +24 -10
  783. package/lib/composables/validation.mjs.map +1 -1
  784. package/lib/composables/variant.mjs +7 -8
  785. package/lib/composables/variant.mjs.map +1 -1
  786. package/lib/directives/click-outside/index.mjs.map +1 -1
  787. package/lib/directives/color/index.mjs.map +1 -1
  788. package/lib/directives/index.mjs.map +1 -1
  789. package/lib/directives/intersect/index.mjs.map +1 -1
  790. package/lib/directives/mutate/index.mjs +4 -6
  791. package/lib/directives/mutate/index.mjs.map +1 -1
  792. package/lib/directives/resize/index.mjs.map +1 -1
  793. package/lib/directives/ripple/VRipple.sass +0 -1
  794. package/lib/directives/ripple/index.mjs +16 -6
  795. package/lib/directives/ripple/index.mjs.map +1 -1
  796. package/lib/directives/scroll/index.mjs +1 -3
  797. package/lib/directives/scroll/index.mjs.map +1 -1
  798. package/lib/directives/touch/index.mjs +3 -3
  799. package/lib/directives/touch/index.mjs.map +1 -1
  800. package/lib/entry-bundler.mjs +2 -1
  801. package/lib/entry-bundler.mjs.map +1 -1
  802. package/lib/framework.mjs +59 -47
  803. package/lib/framework.mjs.map +1 -1
  804. package/lib/iconsets/fa-svg.d.ts +2 -1
  805. package/lib/iconsets/fa-svg.mjs.map +1 -1
  806. package/lib/iconsets/fa.d.ts +2 -1
  807. package/lib/iconsets/fa.mjs.map +1 -1
  808. package/lib/iconsets/fa4.d.ts +2 -1
  809. package/lib/iconsets/fa4.mjs.map +1 -1
  810. package/lib/iconsets/md.d.ts +2 -1
  811. package/lib/iconsets/md.mjs.map +1 -1
  812. package/lib/iconsets/mdi-svg.d.ts +2 -1
  813. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  814. package/lib/iconsets/mdi.d.ts +2 -1
  815. package/lib/iconsets/mdi.mjs.map +1 -1
  816. package/lib/index.d.ts +158 -130
  817. package/lib/locale/adapters/vue-i18n.d.ts +35 -0
  818. package/lib/locale/adapters/vue-i18n.mjs +1 -3
  819. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  820. package/lib/locale/adapters/vue-intl.d.ts +42 -0
  821. package/lib/locale/adapters/vue-intl.mjs +3 -5
  822. package/lib/locale/adapters/vue-intl.mjs.map +1 -1
  823. package/lib/locale/af.mjs +5 -0
  824. package/lib/locale/af.mjs.map +1 -1
  825. package/lib/locale/ar.mjs +5 -0
  826. package/lib/locale/ar.mjs.map +1 -1
  827. package/lib/locale/az.mjs +5 -0
  828. package/lib/locale/az.mjs.map +1 -1
  829. package/lib/locale/bg.mjs +5 -0
  830. package/lib/locale/bg.mjs.map +1 -1
  831. package/lib/locale/ca.mjs +14 -9
  832. package/lib/locale/ca.mjs.map +1 -1
  833. package/lib/locale/ckb.mjs +5 -0
  834. package/lib/locale/ckb.mjs.map +1 -1
  835. package/lib/locale/cs.mjs +5 -0
  836. package/lib/locale/cs.mjs.map +1 -1
  837. package/lib/locale/da.mjs +5 -0
  838. package/lib/locale/da.mjs.map +1 -1
  839. package/lib/locale/de.mjs +5 -0
  840. package/lib/locale/de.mjs.map +1 -1
  841. package/lib/locale/el.mjs +5 -0
  842. package/lib/locale/el.mjs.map +1 -1
  843. package/lib/locale/en.mjs +5 -0
  844. package/lib/locale/en.mjs.map +1 -1
  845. package/lib/locale/es.mjs +5 -0
  846. package/lib/locale/es.mjs.map +1 -1
  847. package/lib/locale/et.mjs +5 -0
  848. package/lib/locale/et.mjs.map +1 -1
  849. package/lib/locale/fa.mjs +5 -0
  850. package/lib/locale/fa.mjs.map +1 -1
  851. package/lib/locale/fi.mjs +5 -0
  852. package/lib/locale/fi.mjs.map +1 -1
  853. package/lib/locale/fr.mjs +5 -0
  854. package/lib/locale/fr.mjs.map +1 -1
  855. package/lib/locale/he.mjs +5 -0
  856. package/lib/locale/he.mjs.map +1 -1
  857. package/lib/locale/hr.mjs +5 -0
  858. package/lib/locale/hr.mjs.map +1 -1
  859. package/lib/locale/hu.mjs +5 -0
  860. package/lib/locale/hu.mjs.map +1 -1
  861. package/lib/locale/id.mjs +5 -0
  862. package/lib/locale/id.mjs.map +1 -1
  863. package/lib/locale/index.d.ts +210 -0
  864. package/lib/locale/index.mjs.map +1 -1
  865. package/lib/locale/it.mjs +5 -0
  866. package/lib/locale/it.mjs.map +1 -1
  867. package/lib/locale/ja.mjs +5 -0
  868. package/lib/locale/ja.mjs.map +1 -1
  869. package/lib/locale/ko.mjs +5 -0
  870. package/lib/locale/ko.mjs.map +1 -1
  871. package/lib/locale/lt.mjs +5 -0
  872. package/lib/locale/lt.mjs.map +1 -1
  873. package/lib/locale/lv.mjs +5 -0
  874. package/lib/locale/lv.mjs.map +1 -1
  875. package/lib/locale/nl.mjs +5 -0
  876. package/lib/locale/nl.mjs.map +1 -1
  877. package/lib/locale/no.mjs +5 -0
  878. package/lib/locale/no.mjs.map +1 -1
  879. package/lib/locale/pl.mjs +5 -0
  880. package/lib/locale/pl.mjs.map +1 -1
  881. package/lib/locale/pt.mjs +5 -0
  882. package/lib/locale/pt.mjs.map +1 -1
  883. package/lib/locale/ro.mjs +5 -0
  884. package/lib/locale/ro.mjs.map +1 -1
  885. package/lib/locale/ru.mjs +5 -0
  886. package/lib/locale/ru.mjs.map +1 -1
  887. package/lib/locale/sk.mjs +5 -0
  888. package/lib/locale/sk.mjs.map +1 -1
  889. package/lib/locale/sl.mjs +5 -0
  890. package/lib/locale/sl.mjs.map +1 -1
  891. package/lib/locale/sr-Cyrl.mjs +5 -0
  892. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  893. package/lib/locale/sr-Latn.mjs +5 -0
  894. package/lib/locale/sr-Latn.mjs.map +1 -1
  895. package/lib/locale/sv.mjs +5 -0
  896. package/lib/locale/sv.mjs.map +1 -1
  897. package/lib/locale/th.mjs +5 -0
  898. package/lib/locale/th.mjs.map +1 -1
  899. package/lib/locale/tr.mjs +5 -0
  900. package/lib/locale/tr.mjs.map +1 -1
  901. package/lib/locale/uk.mjs +5 -0
  902. package/lib/locale/uk.mjs.map +1 -1
  903. package/lib/locale/vi.mjs +5 -0
  904. package/lib/locale/vi.mjs.map +1 -1
  905. package/lib/locale/zh-Hans.mjs +5 -0
  906. package/lib/locale/zh-Hans.mjs.map +1 -1
  907. package/lib/locale/zh-Hant.mjs +5 -0
  908. package/lib/locale/zh-Hant.mjs.map +1 -1
  909. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  910. package/lib/services/goto/index.mjs.map +1 -1
  911. package/lib/services/goto/util.mjs.map +1 -1
  912. package/lib/styles/generic/_colors.scss +17 -10
  913. package/lib/styles/generic/_transitions.scss +13 -77
  914. package/lib/styles/main.css +1677 -1919
  915. package/lib/styles/settings/_colors.scss +84 -84
  916. package/lib/styles/settings/_elevations.scss +3 -3
  917. package/lib/styles/settings/_utilities.scss +74 -35
  918. package/lib/styles/tools/_states.sass +18 -5
  919. package/lib/styles/tools/_utilities.sass +1 -1
  920. package/lib/styles/tools/_variant.sass +6 -7
  921. package/lib/styles/utilities/_index.sass +0 -1
  922. package/lib/util/anchor.mjs +56 -0
  923. package/lib/util/anchor.mjs.map +1 -0
  924. package/lib/util/animation.mjs +18 -2
  925. package/lib/util/animation.mjs.map +1 -1
  926. package/lib/util/box.mjs +12 -0
  927. package/lib/util/box.mjs.map +1 -1
  928. package/lib/util/color/APCA.mjs.map +1 -1
  929. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  930. package/lib/util/color/transformSRGB.mjs.map +1 -1
  931. package/lib/util/colorUtils.mjs +2 -2
  932. package/lib/util/colorUtils.mjs.map +1 -1
  933. package/lib/util/colors.mjs +1 -1
  934. package/lib/util/colors.mjs.map +1 -1
  935. package/lib/util/console.mjs.map +1 -1
  936. package/lib/util/createSimpleFunctional.mjs +1 -1
  937. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  938. package/lib/util/dateTimeUtils.mjs.map +1 -1
  939. package/lib/util/defineComponent.mjs +37 -11
  940. package/lib/util/defineComponent.mjs.map +1 -1
  941. package/lib/util/dom.mjs.map +1 -1
  942. package/lib/util/easing.mjs.map +1 -1
  943. package/lib/util/getCurrentInstance.mjs +22 -4
  944. package/lib/util/getCurrentInstance.mjs.map +1 -1
  945. package/lib/util/getScrollParent.mjs +3 -1
  946. package/lib/util/getScrollParent.mjs.map +1 -1
  947. package/lib/util/globals.mjs +1 -4
  948. package/lib/util/globals.mjs.map +1 -1
  949. package/lib/util/helpers.mjs +37 -7
  950. package/lib/util/helpers.mjs.map +1 -1
  951. package/lib/util/index.mjs +1 -0
  952. package/lib/util/index.mjs.map +1 -1
  953. package/lib/util/injectSelf.mjs +12 -0
  954. package/lib/util/injectSelf.mjs.map +1 -0
  955. package/lib/util/isFixedPosition.mjs.map +1 -1
  956. package/lib/util/propsFactory.mjs.map +1 -1
  957. package/lib/util/useRender.mjs.map +1 -1
  958. package/package.json +50 -35
  959. package/lib/components/VBreadcrumbs/shared.mjs +0 -2
  960. package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
  961. package/lib/components/VCard/VCardAvatar.mjs +0 -3
  962. package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
  963. package/lib/components/VCard/VCardHeader.mjs +0 -3
  964. package/lib/components/VCard/VCardHeader.mjs.map +0 -1
  965. package/lib/components/VCard/VCardHeaderText.mjs +0 -3
  966. package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
  967. package/lib/components/VCard/VCardImg.mjs +0 -3
  968. package/lib/components/VCard/VCardImg.mjs.map +0 -1
  969. package/lib/components/VList/VListItemAvatar.mjs +0 -29
  970. package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
  971. package/lib/components/VList/VListItemHeader.mjs +0 -3
  972. package/lib/components/VList/VListItemHeader.mjs.map +0 -1
  973. package/lib/components/VOverlay/positionStrategies.mjs +0 -203
  974. package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
  975. package/lib/components/VOverlay/util/anchor.mjs +0 -52
  976. package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
  977. package/lib/components/VTimeline/shared.mjs +0 -2
  978. package/lib/components/VTimeline/shared.mjs.map +0 -1
  979. package/lib/composables/forwardRef.mjs +0 -42
  980. package/lib/composables/forwardRef.mjs.map +0 -1
  981. package/lib/composables/overlay.mjs +0 -30
  982. package/lib/composables/overlay.mjs.map +0 -1
  983. package/lib/presets/default/index.mjs +0 -71
  984. package/lib/presets/default/index.mjs.map +0 -1
  985. package/lib/styles/utilities/_text.sass +0 -9
  986. package/lib/styles.scss +0 -4
@@ -15,7 +15,7 @@
15
15
  "type": "boolean",
16
16
  "description": ""
17
17
  },
18
- "v-app-bar/position": {
18
+ "v-app-bar/location": {
19
19
  "type": "string",
20
20
  "description": ""
21
21
  },
@@ -87,12 +87,12 @@
87
87
  "type": "string",
88
88
  "description": ""
89
89
  },
90
- "v-app-bar/priority": {
90
+ "v-app-bar/order": {
91
91
  "type": "number|string",
92
92
  "description": ""
93
93
  },
94
94
  "v-app-bar-nav-icon/icon": {
95
- "type": "string",
95
+ "type": "string|function|object",
96
96
  "description": ""
97
97
  },
98
98
  "v-app-bar-title/text": {
@@ -116,7 +116,7 @@
116
116
  "description": ""
117
117
  },
118
118
  "v-alert/close-icon": {
119
- "type": "string",
119
+ "type": "string|function|object",
120
120
  "description": "Change the default icon used for **dismissible** alerts."
121
121
  },
122
122
  "v-alert/close-label": {
@@ -124,7 +124,7 @@
124
124
  "description": "Text used for *aria-label* on **dismissible** alerts. Can also be customizing globally in [Internationalization](/customization/internationalization)."
125
125
  },
126
126
  "v-alert/icon": {
127
- "type": "boolean|string",
127
+ "type": "boolean|string|function|object",
128
128
  "description": "Designates a specific icon."
129
129
  },
130
130
  "v-alert/model-value": {
@@ -179,34 +179,14 @@
179
179
  "type": "number|string",
180
180
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
181
181
  },
182
- "v-alert/absolute": {
183
- "type": "boolean",
184
- "description": "Applies **position: absolute** to the component."
185
- },
186
- "v-alert/bottom": {
187
- "type": "boolean|number|string",
188
- "description": "Aligns the component towards the bottom."
189
- },
190
- "v-alert/fixed": {
191
- "type": "boolean",
192
- "description": "Applies **position: fixed** to the component."
193
- },
194
- "v-alert/left": {
195
- "type": "boolean|number|string",
196
- "description": "Aligns the component towards the left."
182
+ "v-alert/location": {
183
+ "type": "string",
184
+ "description": ""
197
185
  },
198
186
  "v-alert/position": {
199
187
  "type": "string",
200
188
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
201
189
  },
202
- "v-alert/right": {
203
- "type": "boolean|number|string",
204
- "description": "Aligns the component towards the right."
205
- },
206
- "v-alert/top": {
207
- "type": "boolean|number|string",
208
- "description": "Aligns the content towards the top."
209
- },
210
190
  "v-alert/rounded": {
211
191
  "type": "boolean|number|string",
212
192
  "description": ""
@@ -223,13 +203,9 @@
223
203
  "type": "string",
224
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 a list of built-in classes on the [colors page](/styles/colors#material-colors)."
225
205
  },
226
- "v-alert/text-color": {
227
- "type": "string",
228
- "description": "Applies a specified color to the control text"
229
- },
230
206
  "v-alert/variant": {
231
207
  "type": "string",
232
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
208
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
233
209
  },
234
210
  "v-alert-title/tag": {
235
211
  "type": "string",
@@ -279,16 +255,20 @@
279
255
  "type": "boolean",
280
256
  "description": ""
281
257
  },
282
- "v-autocomplete/items": {
283
- "type": "array",
258
+ "v-autocomplete/menu": {
259
+ "type": "boolean",
284
260
  "description": ""
285
261
  },
286
262
  "v-autocomplete/menu-icon": {
287
- "type": "string",
263
+ "type": "string|function|object",
264
+ "description": ""
265
+ },
266
+ "v-autocomplete/menu-props": {
267
+ "type": "object",
288
268
  "description": ""
289
269
  },
290
270
  "v-autocomplete/model-value": {
291
- "type": "number|string|array",
271
+ "type": "any",
292
272
  "description": ""
293
273
  },
294
274
  "v-autocomplete/multiple": {
@@ -303,28 +283,52 @@
303
283
  "type": "boolean",
304
284
  "description": ""
305
285
  },
286
+ "v-autocomplete/readonly": {
287
+ "type": "boolean",
288
+ "description": ""
289
+ },
290
+ "v-autocomplete/items": {
291
+ "type": "array",
292
+ "description": ""
293
+ },
294
+ "v-autocomplete/item-title": {
295
+ "type": "string|array|function",
296
+ "description": ""
297
+ },
298
+ "v-autocomplete/item-value": {
299
+ "type": "string|array|function",
300
+ "description": ""
301
+ },
302
+ "v-autocomplete/item-children": {
303
+ "type": "boolean|string|array|function",
304
+ "description": ""
305
+ },
306
+ "v-autocomplete/item-props": {
307
+ "type": "boolean|string|array|function",
308
+ "description": ""
309
+ },
310
+ "v-autocomplete/return-object": {
311
+ "type": "boolean",
312
+ "description": ""
313
+ },
306
314
  "v-autocomplete/transition": {
307
315
  "type": "boolean|string|object",
308
316
  "description": ""
309
317
  },
310
- "v-avatar/color": {
311
- "type": "any",
318
+ "v-avatar/start": {
319
+ "type": "boolean",
312
320
  "description": ""
313
321
  },
314
- "v-avatar/left": {
315
- "type": "any",
316
- "description": "Designates that the avatar is on the left side of a component. This is hooked into by components such as [v-chip](/components/chips) and [v-btn](/components/buttons)."
317
- },
318
- "v-avatar/right": {
319
- "type": "any",
320
- "description": "Designates that the avatar is on the right side of a component. This is hooked into by components such as [v-chip](/components/chips) and [v-btn](/components/buttons)."
322
+ "v-avatar/end": {
323
+ "type": "boolean",
324
+ "description": ""
321
325
  },
322
326
  "v-avatar/icon": {
323
- "type": "any",
327
+ "type": "string|function|object",
324
328
  "description": ""
325
329
  },
326
330
  "v-avatar/image": {
327
- "type": "any",
331
+ "type": "string",
328
332
  "description": ""
329
333
  },
330
334
  "v-avatar/density": {
@@ -343,6 +347,14 @@
343
347
  "type": "string",
344
348
  "description": "Specify a custom tag used on the root element."
345
349
  },
350
+ "v-avatar/color": {
351
+ "type": "string",
352
+ "description": ""
353
+ },
354
+ "v-avatar/variant": {
355
+ "type": "string",
356
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
357
+ },
346
358
  "v-badge/bordered": {
347
359
  "type": "any",
348
360
  "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
@@ -375,10 +387,6 @@
375
387
  "type": "string",
376
388
  "description": "The **aria-label** used for the badge."
377
389
  },
378
- "v-badge/location": {
379
- "type": "string",
380
- "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
381
- },
382
390
  "v-badge/max": {
383
391
  "type": "any",
384
392
  "description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
@@ -399,6 +407,10 @@
399
407
  "type": "any",
400
408
  "description": "Defines the text color of the badge."
401
409
  },
410
+ "v-badge/location": {
411
+ "type": "string",
412
+ "description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
413
+ },
402
414
  "v-badge/rounded": {
403
415
  "type": "boolean|number|string",
404
416
  "description": ""
@@ -431,6 +443,10 @@
431
443
  "type": "any",
432
444
  "description": ""
433
445
  },
446
+ "v-banner/stacked": {
447
+ "type": "any",
448
+ "description": ""
449
+ },
434
450
  "v-banner/sticky": {
435
451
  "type": "any",
436
452
  "description": "Applies **position: sticky** to the component (**Evergreen browsers only**). You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position)."
@@ -475,34 +491,14 @@
475
491
  "type": "number|string",
476
492
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
477
493
  },
478
- "v-banner/absolute": {
479
- "type": "boolean",
480
- "description": "Applies **position: absolute** to the component."
481
- },
482
- "v-banner/bottom": {
483
- "type": "boolean|number|string",
484
- "description": "Aligns the component towards the bottom."
485
- },
486
- "v-banner/fixed": {
487
- "type": "boolean",
488
- "description": "Applies **position: fixed** to the component."
489
- },
490
- "v-banner/left": {
491
- "type": "boolean|number|string",
492
- "description": "Aligns the component towards the left."
494
+ "v-banner/location": {
495
+ "type": "string",
496
+ "description": ""
493
497
  },
494
498
  "v-banner/position": {
495
499
  "type": "string",
496
500
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
497
501
  },
498
- "v-banner/right": {
499
- "type": "boolean|number|string",
500
- "description": "Aligns the component towards the right."
501
- },
502
- "v-banner/top": {
503
- "type": "boolean|number|string",
504
- "description": "Aligns the content towards the top."
505
- },
506
502
  "v-banner/rounded": {
507
503
  "type": "boolean|number|string",
508
504
  "description": ""
@@ -515,8 +511,12 @@
515
511
  "type": "string",
516
512
  "description": "Specify a theme for this component and all of its children"
517
513
  },
518
- "v-banner-actions/tag": {
519
- "type": "string",
514
+ "v-banner-actions/color": {
515
+ "type": "any",
516
+ "description": ""
517
+ },
518
+ "v-banner-actions/density": {
519
+ "type": "any",
520
520
  "description": ""
521
521
  },
522
522
  "v-banner-text/tag": {
@@ -563,7 +563,7 @@
563
563
  "type": "string",
564
564
  "description": ""
565
565
  },
566
- "v-bottom-navigation/priority": {
566
+ "v-bottom-navigation/order": {
567
567
  "type": "number|string",
568
568
  "description": ""
569
569
  },
@@ -611,6 +611,10 @@
611
611
  "type": "any",
612
612
  "description": ""
613
613
  },
614
+ "v-breadcrumbs/active-color": {
615
+ "type": "any",
616
+ "description": ""
617
+ },
614
618
  "v-breadcrumbs/bg-color": {
615
619
  "type": "any",
616
620
  "description": ""
@@ -663,7 +667,7 @@
663
667
  "type": "any",
664
668
  "description": ""
665
669
  },
666
- "v-breadcrumbs-item/text": {
670
+ "v-breadcrumbs-item/title": {
667
671
  "type": "any",
668
672
  "description": ""
669
673
  },
@@ -679,6 +683,10 @@
679
683
  "type": "string|object",
680
684
  "description": ""
681
685
  },
686
+ "v-breadcrumbs-item/exact": {
687
+ "type": "boolean",
688
+ "description": ""
689
+ },
682
690
  "v-breadcrumbs-item/tag": {
683
691
  "type": "string",
684
692
  "description": "Specify a custom tag used on the root element."
@@ -687,6 +695,14 @@
687
695
  "type": "string",
688
696
  "description": ""
689
697
  },
698
+ "v-btn/active": {
699
+ "type": "boolean",
700
+ "description": ""
701
+ },
702
+ "v-btn/symbol": {
703
+ "type": "any",
704
+ "description": ""
705
+ },
690
706
  "v-btn/flat": {
691
707
  "type": "any",
692
708
  "description": "Removes the button box shadow."
@@ -767,34 +783,18 @@
767
783
  "type": "string",
768
784
  "description": "Configure the active CSS class applied when the item is selected."
769
785
  },
770
- "v-btn/absolute": {
786
+ "v-btn/loading": {
771
787
  "type": "boolean",
772
- "description": "Applies **position: absolute** to the component."
773
- },
774
- "v-btn/bottom": {
775
- "type": "boolean|number|string",
776
- "description": "Aligns the component towards the bottom."
777
- },
778
- "v-btn/fixed": {
779
- "type": "boolean",
780
- "description": "Applies **position: fixed** to the component."
788
+ "description": ""
781
789
  },
782
- "v-btn/left": {
783
- "type": "boolean|number|string",
784
- "description": "Aligns the component towards the left."
790
+ "v-btn/location": {
791
+ "type": "string",
792
+ "description": ""
785
793
  },
786
794
  "v-btn/position": {
787
795
  "type": "string",
788
796
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
789
797
  },
790
- "v-btn/right": {
791
- "type": "boolean|number|string",
792
- "description": "Aligns the component towards the right."
793
- },
794
- "v-btn/top": {
795
- "type": "boolean|number|string",
796
- "description": "Aligns the content towards the top."
797
- },
798
798
  "v-btn/href": {
799
799
  "type": "string",
800
800
  "description": ""
@@ -807,6 +807,10 @@
807
807
  "type": "string|object",
808
808
  "description": ""
809
809
  },
810
+ "v-btn/exact": {
811
+ "type": "boolean",
812
+ "description": ""
813
+ },
810
814
  "v-btn/size": {
811
815
  "type": "string|number",
812
816
  "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**."
@@ -823,13 +827,9 @@
823
827
  "type": "string",
824
828
  "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)."
825
829
  },
826
- "v-btn/text-color": {
827
- "type": "string",
828
- "description": "Applies a specified color to the control text"
829
- },
830
830
  "v-btn/variant": {
831
831
  "type": "string",
832
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
832
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
833
833
  },
834
834
  "v-btn-group/divided": {
835
835
  "type": "any",
@@ -863,13 +863,9 @@
863
863
  "type": "string",
864
864
  "description": ""
865
865
  },
866
- "v-btn-group/text-color": {
867
- "type": "string",
868
- "description": "Applies a specified color to the control text"
869
- },
870
866
  "v-btn-group/variant": {
871
867
  "type": "string",
872
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
868
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
873
869
  },
874
870
  "v-btn-toggle/model-value": {
875
871
  "type": "any",
@@ -920,7 +916,7 @@
920
916
  "description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text)."
921
917
  },
922
918
  "v-card/link": {
923
- "type": "any",
919
+ "type": "boolean",
924
920
  "description": ""
925
921
  },
926
922
  "v-card/prepend-avatar": {
@@ -987,34 +983,18 @@
987
983
  "type": "number|string",
988
984
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
989
985
  },
990
- "v-card/absolute": {
991
- "type": "boolean",
992
- "description": "Applies **position: absolute** to the component."
993
- },
994
- "v-card/bottom": {
995
- "type": "boolean|number|string",
996
- "description": "Aligns the component towards the bottom."
997
- },
998
- "v-card/fixed": {
986
+ "v-card/loading": {
999
987
  "type": "boolean",
1000
- "description": "Applies **position: fixed** to the component."
988
+ "description": ""
1001
989
  },
1002
- "v-card/left": {
1003
- "type": "boolean|number|string",
1004
- "description": "Aligns the component towards the left."
990
+ "v-card/location": {
991
+ "type": "string",
992
+ "description": ""
1005
993
  },
1006
994
  "v-card/position": {
1007
995
  "type": "string",
1008
996
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
1009
997
  },
1010
- "v-card/right": {
1011
- "type": "boolean|number|string",
1012
- "description": "Aligns the component towards the right."
1013
- },
1014
- "v-card/top": {
1015
- "type": "boolean|number|string",
1016
- "description": "Aligns the content towards the top."
1017
- },
1018
998
  "v-card/rounded": {
1019
999
  "type": "boolean|number|string",
1020
1000
  "description": ""
@@ -1031,6 +1011,10 @@
1031
1011
  "type": "string|object",
1032
1012
  "description": ""
1033
1013
  },
1014
+ "v-card/exact": {
1015
+ "type": "boolean",
1016
+ "description": ""
1017
+ },
1034
1018
  "v-card/tag": {
1035
1019
  "type": "string",
1036
1020
  "description": "Specify a custom tag used on the root element."
@@ -1039,30 +1023,38 @@
1039
1023
  "type": "string",
1040
1024
  "description": ""
1041
1025
  },
1042
- "v-card/text-color": {
1043
- "type": "string",
1044
- "description": "Applies a specified color to the control text"
1045
- },
1046
1026
  "v-card/variant": {
1047
1027
  "type": "string",
1048
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
1028
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
1049
1029
  },
1050
- "v-card-avatar/tag": {
1051
- "type": "string",
1030
+ "v-card-item/append-avatar": {
1031
+ "type": "any",
1052
1032
  "description": ""
1053
1033
  },
1054
- "v-card-header/tag": {
1055
- "type": "string",
1034
+ "v-card-item/append-icon": {
1035
+ "type": "any",
1056
1036
  "description": ""
1057
1037
  },
1058
- "v-card-header-text/tag": {
1059
- "type": "string",
1038
+ "v-card-item/prepend-avatar": {
1039
+ "type": "any",
1060
1040
  "description": ""
1061
1041
  },
1062
- "v-card-img/tag": {
1063
- "type": "string",
1042
+ "v-card-item/prepend-icon": {
1043
+ "type": "any",
1044
+ "description": ""
1045
+ },
1046
+ "v-card-item/subtitle": {
1047
+ "type": "any",
1048
+ "description": ""
1049
+ },
1050
+ "v-card-item/title": {
1051
+ "type": "any",
1064
1052
  "description": ""
1065
1053
  },
1054
+ "v-card-item/density": {
1055
+ "type": "string",
1056
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1057
+ },
1066
1058
  "v-card-subtitle/tag": {
1067
1059
  "type": "string",
1068
1060
  "description": ""
@@ -1084,7 +1076,7 @@
1084
1076
  "description": "Determines if the carousel should cycle through images."
1085
1077
  },
1086
1078
  "v-carousel/delimiter-icon": {
1087
- "type": "string",
1079
+ "type": "string|function|object",
1088
1080
  "description": "Sets icon for carousel delimiter"
1089
1081
  },
1090
1082
  "v-carousel/height": {
@@ -1123,24 +1115,16 @@
1123
1115
  "type": "any",
1124
1116
  "description": ""
1125
1117
  },
1126
- "v-checkbox/indeterminate": {
1127
- "type": "any",
1128
- "description": "Sets an indeterminate state for the checkbox"
1129
- },
1130
- "v-checkbox/indeterminate-icon": {
1131
- "type": "string",
1132
- "description": "The icon used when in an indeterminate state"
1133
- },
1134
1118
  "v-checkbox/id": {
1135
1119
  "type": "string",
1136
1120
  "description": ""
1137
1121
  },
1138
1122
  "v-checkbox/append-icon": {
1139
- "type": "string",
1123
+ "type": "string|function|object",
1140
1124
  "description": ""
1141
1125
  },
1142
1126
  "v-checkbox/prepend-icon": {
1143
- "type": "string",
1127
+ "type": "string|function|object",
1144
1128
  "description": ""
1145
1129
  },
1146
1130
  "v-checkbox/hide-details": {
@@ -1155,6 +1139,14 @@
1155
1139
  "type": "string",
1156
1140
  "description": ""
1157
1141
  },
1142
+ "v-checkbox/on-click:prepend": {
1143
+ "type": "function|array",
1144
+ "description": ""
1145
+ },
1146
+ "v-checkbox/on-click:append": {
1147
+ "type": "function|array",
1148
+ "description": ""
1149
+ },
1158
1150
  "v-checkbox/density": {
1159
1151
  "type": "string",
1160
1152
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -1179,6 +1171,10 @@
1179
1171
  "type": "string",
1180
1172
  "description": "Sets the component's name attribute"
1181
1173
  },
1174
+ "v-checkbox/label": {
1175
+ "type": "string",
1176
+ "description": ""
1177
+ },
1182
1178
  "v-checkbox/readonly": {
1183
1179
  "type": "boolean",
1184
1180
  "description": ""
@@ -1191,6 +1187,18 @@
1191
1187
  "type": "any",
1192
1188
  "description": ""
1193
1189
  },
1190
+ "v-checkbox/validation-value": {
1191
+ "type": "any",
1192
+ "description": ""
1193
+ },
1194
+ "v-checkbox/indeterminate": {
1195
+ "type": "boolean",
1196
+ "description": "Sets an indeterminate state for the checkbox"
1197
+ },
1198
+ "v-checkbox/indeterminate-icon": {
1199
+ "type": "string|function|object",
1200
+ "description": "The icon used when in an indeterminate state"
1201
+ },
1194
1202
  "v-checkbox/color": {
1195
1203
  "type": "string",
1196
1204
  "description": ""
@@ -1199,16 +1207,12 @@
1199
1207
  "type": "boolean",
1200
1208
  "description": ""
1201
1209
  },
1202
- "v-checkbox/label": {
1203
- "type": "string",
1204
- "description": ""
1205
- },
1206
1210
  "v-checkbox/false-icon": {
1207
- "type": "string",
1211
+ "type": "string|function|object",
1208
1212
  "description": "The icon used when inactive"
1209
1213
  },
1210
1214
  "v-checkbox/true-icon": {
1211
- "type": "string",
1215
+ "type": "string|function|object",
1212
1216
  "description": "The icon used when active"
1213
1217
  },
1214
1218
  "v-checkbox/ripple": {
@@ -1243,6 +1247,94 @@
1243
1247
  "type": "string",
1244
1248
  "description": "Specify a theme for this component and all of its children"
1245
1249
  },
1250
+ "v-checkbox-btn/indeterminate": {
1251
+ "type": "boolean",
1252
+ "description": ""
1253
+ },
1254
+ "v-checkbox-btn/indeterminate-icon": {
1255
+ "type": "string|function|object",
1256
+ "description": ""
1257
+ },
1258
+ "v-checkbox-btn/color": {
1259
+ "type": "string",
1260
+ "description": ""
1261
+ },
1262
+ "v-checkbox-btn/disabled": {
1263
+ "type": "boolean",
1264
+ "description": ""
1265
+ },
1266
+ "v-checkbox-btn/error": {
1267
+ "type": "boolean",
1268
+ "description": ""
1269
+ },
1270
+ "v-checkbox-btn/id": {
1271
+ "type": "string",
1272
+ "description": ""
1273
+ },
1274
+ "v-checkbox-btn/inline": {
1275
+ "type": "boolean",
1276
+ "description": ""
1277
+ },
1278
+ "v-checkbox-btn/label": {
1279
+ "type": "string",
1280
+ "description": ""
1281
+ },
1282
+ "v-checkbox-btn/false-icon": {
1283
+ "type": "string|function|object",
1284
+ "description": ""
1285
+ },
1286
+ "v-checkbox-btn/true-icon": {
1287
+ "type": "string|function|object",
1288
+ "description": ""
1289
+ },
1290
+ "v-checkbox-btn/ripple": {
1291
+ "type": "boolean",
1292
+ "description": ""
1293
+ },
1294
+ "v-checkbox-btn/multiple": {
1295
+ "type": "boolean",
1296
+ "description": ""
1297
+ },
1298
+ "v-checkbox-btn/name": {
1299
+ "type": "string",
1300
+ "description": ""
1301
+ },
1302
+ "v-checkbox-btn/readonly": {
1303
+ "type": "boolean",
1304
+ "description": ""
1305
+ },
1306
+ "v-checkbox-btn/true-value": {
1307
+ "type": "any",
1308
+ "description": "Sets value for truthy state"
1309
+ },
1310
+ "v-checkbox-btn/false-value": {
1311
+ "type": "any",
1312
+ "description": "Sets value for falsy state"
1313
+ },
1314
+ "v-checkbox-btn/model-value": {
1315
+ "type": "any",
1316
+ "description": ""
1317
+ },
1318
+ "v-checkbox-btn/type": {
1319
+ "type": "string",
1320
+ "description": ""
1321
+ },
1322
+ "v-checkbox-btn/value": {
1323
+ "type": "any",
1324
+ "description": ""
1325
+ },
1326
+ "v-checkbox-btn/value-comparator": {
1327
+ "type": "function",
1328
+ "description": ""
1329
+ },
1330
+ "v-checkbox-btn/theme": {
1331
+ "type": "string",
1332
+ "description": "Specify a theme for this component and all of its children"
1333
+ },
1334
+ "v-checkbox-btn/density": {
1335
+ "type": "string",
1336
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
1337
+ },
1246
1338
  "v-chip/active-class": {
1247
1339
  "type": "any",
1248
1340
  "description": ""
@@ -1260,7 +1352,7 @@
1260
1352
  "description": ""
1261
1353
  },
1262
1354
  "v-chip/close-icon": {
1263
- "type": "string",
1355
+ "type": "string|function|object",
1264
1356
  "description": "Change the default icon used for **close** chips"
1265
1357
  },
1266
1358
  "v-chip/close-label": {
@@ -1351,6 +1443,10 @@
1351
1443
  "type": "string|object",
1352
1444
  "description": ""
1353
1445
  },
1446
+ "v-chip/exact": {
1447
+ "type": "boolean",
1448
+ "description": ""
1449
+ },
1354
1450
  "v-chip/size": {
1355
1451
  "type": "string|number",
1356
1452
  "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**."
@@ -1367,13 +1463,9 @@
1367
1463
  "type": "string",
1368
1464
  "description": ""
1369
1465
  },
1370
- "v-chip/text-color": {
1371
- "type": "string",
1372
- "description": "Applies a specified color to the control text"
1373
- },
1374
1466
  "v-chip/variant": {
1375
1467
  "type": "string",
1376
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
1468
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
1377
1469
  },
1378
1470
  "v-chip-group/column": {
1379
1471
  "type": "any",
@@ -1423,13 +1515,9 @@
1423
1515
  "type": "string",
1424
1516
  "description": ""
1425
1517
  },
1426
- "v-chip-group/text-color": {
1427
- "type": "string",
1428
- "description": "Applies a specified color to the control text"
1429
- },
1430
1518
  "v-chip-group/variant": {
1431
1519
  "type": "string",
1432
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
1520
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
1433
1521
  },
1434
1522
  "v-code/tag": {
1435
1523
  "type": "string",
@@ -1543,16 +1631,20 @@
1543
1631
  "type": "boolean",
1544
1632
  "description": ""
1545
1633
  },
1546
- "v-combobox/items": {
1547
- "type": "array",
1634
+ "v-combobox/menu": {
1635
+ "type": "boolean",
1548
1636
  "description": ""
1549
1637
  },
1550
1638
  "v-combobox/menu-icon": {
1551
- "type": "string",
1639
+ "type": "string|function|object",
1640
+ "description": ""
1641
+ },
1642
+ "v-combobox/menu-props": {
1643
+ "type": "object",
1552
1644
  "description": ""
1553
1645
  },
1554
1646
  "v-combobox/model-value": {
1555
- "type": "number|string|array",
1647
+ "type": "any",
1556
1648
  "description": ""
1557
1649
  },
1558
1650
  "v-combobox/multiple": {
@@ -1567,6 +1659,34 @@
1567
1659
  "type": "boolean",
1568
1660
  "description": ""
1569
1661
  },
1662
+ "v-combobox/readonly": {
1663
+ "type": "boolean",
1664
+ "description": ""
1665
+ },
1666
+ "v-combobox/items": {
1667
+ "type": "array",
1668
+ "description": ""
1669
+ },
1670
+ "v-combobox/item-title": {
1671
+ "type": "string|array|function",
1672
+ "description": ""
1673
+ },
1674
+ "v-combobox/item-value": {
1675
+ "type": "string|array|function",
1676
+ "description": ""
1677
+ },
1678
+ "v-combobox/item-children": {
1679
+ "type": "boolean|string|array|function",
1680
+ "description": ""
1681
+ },
1682
+ "v-combobox/item-props": {
1683
+ "type": "boolean|string|array|function",
1684
+ "description": ""
1685
+ },
1686
+ "v-combobox/return-object": {
1687
+ "type": "boolean",
1688
+ "description": ""
1689
+ },
1570
1690
  "v-combobox/transition": {
1571
1691
  "type": "boolean|string|object",
1572
1692
  "description": ""
@@ -1607,30 +1727,6 @@
1607
1727
  "type": "any",
1608
1728
  "description": ""
1609
1729
  },
1610
- "v-dialog/height": {
1611
- "type": "number|string",
1612
- "description": "Sets the height for the component."
1613
- },
1614
- "v-dialog/max-height": {
1615
- "type": "number|string",
1616
- "description": "Sets the maximum height for the component."
1617
- },
1618
- "v-dialog/max-width": {
1619
- "type": "number|string",
1620
- "description": "Sets the maximum width for the component."
1621
- },
1622
- "v-dialog/min-height": {
1623
- "type": "number|string",
1624
- "description": "Sets the minimum height for the component."
1625
- },
1626
- "v-dialog/min-width": {
1627
- "type": "number|string",
1628
- "description": "Sets the minimum width for the component."
1629
- },
1630
- "v-dialog/width": {
1631
- "type": "number|string",
1632
- "description": "Sets the width for the component."
1633
- },
1634
1730
  "v-dialog/transition": {
1635
1731
  "type": "boolean|string|object",
1636
1732
  "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
@@ -1667,6 +1763,10 @@
1667
1763
  "type": "string",
1668
1764
  "description": ""
1669
1765
  },
1766
+ "v-expansion-panels/readonly": {
1767
+ "type": "any",
1768
+ "description": "Makes the entire expansion-panel read only."
1769
+ },
1670
1770
  "v-expansion-panels/model-value": {
1671
1771
  "type": "any",
1672
1772
  "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
@@ -1744,11 +1844,11 @@
1744
1844
  "description": ""
1745
1845
  },
1746
1846
  "v-expansion-panel/expand-icon": {
1747
- "type": "string",
1847
+ "type": "string|function|object",
1748
1848
  "description": ""
1749
1849
  },
1750
1850
  "v-expansion-panel/collapse-icon": {
1751
- "type": "string",
1851
+ "type": "string|function|object",
1752
1852
  "description": ""
1753
1853
  },
1754
1854
  "v-expansion-panel/hide-actions": {
@@ -1759,6 +1859,10 @@
1759
1859
  "type": "boolean|object",
1760
1860
  "description": ""
1761
1861
  },
1862
+ "v-expansion-panel/readonly": {
1863
+ "type": "boolean",
1864
+ "description": "Makes the expansion-panel content read only."
1865
+ },
1762
1866
  "v-expansion-panel-text/eager": {
1763
1867
  "type": "boolean",
1764
1868
  "description": ""
@@ -1768,11 +1872,11 @@
1768
1872
  "description": ""
1769
1873
  },
1770
1874
  "v-expansion-panel-title/expand-icon": {
1771
- "type": "string",
1875
+ "type": "string|function|object",
1772
1876
  "description": ""
1773
1877
  },
1774
1878
  "v-expansion-panel-title/collapse-icon": {
1775
- "type": "string",
1879
+ "type": "string|function|object",
1776
1880
  "description": ""
1777
1881
  },
1778
1882
  "v-expansion-panel-title/hide-actions": {
@@ -1783,6 +1887,10 @@
1783
1887
  "type": "boolean|object",
1784
1888
  "description": ""
1785
1889
  },
1890
+ "v-expansion-panel-title/readonly": {
1891
+ "type": "boolean",
1892
+ "description": ""
1893
+ },
1786
1894
  "v-field/id": {
1787
1895
  "type": "any",
1788
1896
  "description": ""
@@ -1792,7 +1900,7 @@
1792
1900
  "description": ""
1793
1901
  },
1794
1902
  "v-field/append-inner-icon": {
1795
- "type": "string",
1903
+ "type": "string|function|object",
1796
1904
  "description": ""
1797
1905
  },
1798
1906
  "v-field/bg-color": {
@@ -1804,7 +1912,7 @@
1804
1912
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1805
1913
  },
1806
1914
  "v-field/clear-icon": {
1807
- "type": "string",
1915
+ "type": "string|function|object",
1808
1916
  "description": ""
1809
1917
  },
1810
1918
  "v-field/active": {
@@ -1836,7 +1944,7 @@
1836
1944
  "description": ""
1837
1945
  },
1838
1946
  "v-field/prepend-inner-icon": {
1839
- "type": "string",
1947
+ "type": "string|function|object",
1840
1948
  "description": ""
1841
1949
  },
1842
1950
  "v-field/reverse": {
@@ -1851,6 +1959,18 @@
1851
1959
  "type": "string",
1852
1960
  "description": ""
1853
1961
  },
1962
+ "v-field/on-click:clear": {
1963
+ "type": "function|array",
1964
+ "description": ""
1965
+ },
1966
+ "v-field/on-click:append-inner": {
1967
+ "type": "function|array",
1968
+ "description": ""
1969
+ },
1970
+ "v-field/on-click:prepend-inner": {
1971
+ "type": "function|array",
1972
+ "description": ""
1973
+ },
1854
1974
  "v-field/theme": {
1855
1975
  "type": "string",
1856
1976
  "description": ""
@@ -1904,11 +2024,11 @@
1904
2024
  "description": ""
1905
2025
  },
1906
2026
  "v-file-input/append-icon": {
1907
- "type": "string",
2027
+ "type": "string|function|object",
1908
2028
  "description": ""
1909
2029
  },
1910
2030
  "v-file-input/prepend-icon": {
1911
- "type": "string",
2031
+ "type": "string|function|object",
1912
2032
  "description": ""
1913
2033
  },
1914
2034
  "v-file-input/hide-details": {
@@ -1923,6 +2043,14 @@
1923
2043
  "type": "string",
1924
2044
  "description": ""
1925
2045
  },
2046
+ "v-file-input/on-click:prepend": {
2047
+ "type": "function|array",
2048
+ "description": ""
2049
+ },
2050
+ "v-file-input/on-click:append": {
2051
+ "type": "function|array",
2052
+ "description": ""
2053
+ },
1926
2054
  "v-file-input/density": {
1927
2055
  "type": "string",
1928
2056
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -1947,6 +2075,10 @@
1947
2075
  "type": "string",
1948
2076
  "description": ""
1949
2077
  },
2078
+ "v-file-input/label": {
2079
+ "type": "string",
2080
+ "description": ""
2081
+ },
1950
2082
  "v-file-input/readonly": {
1951
2083
  "type": "boolean",
1952
2084
  "description": ""
@@ -1959,8 +2091,12 @@
1959
2091
  "type": "array",
1960
2092
  "description": ""
1961
2093
  },
2094
+ "v-file-input/validation-value": {
2095
+ "type": "any",
2096
+ "description": ""
2097
+ },
1962
2098
  "v-file-input/append-inner-icon": {
1963
- "type": "string",
2099
+ "type": "string|function|object",
1964
2100
  "description": ""
1965
2101
  },
1966
2102
  "v-file-input/bg-color": {
@@ -1972,7 +2108,7 @@
1972
2108
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
1973
2109
  },
1974
2110
  "v-file-input/clear-icon": {
1975
- "type": "string",
2111
+ "type": "string|function|object",
1976
2112
  "description": ""
1977
2113
  },
1978
2114
  "v-file-input/active": {
@@ -1987,16 +2123,12 @@
1987
2123
  "type": "boolean",
1988
2124
  "description": ""
1989
2125
  },
1990
- "v-file-input/label": {
1991
- "type": "string",
1992
- "description": ""
1993
- },
1994
2126
  "v-file-input/persistent-clear": {
1995
2127
  "type": "boolean",
1996
2128
  "description": ""
1997
2129
  },
1998
2130
  "v-file-input/prepend-inner-icon": {
1999
- "type": "string",
2131
+ "type": "string|function|object",
2000
2132
  "description": ""
2001
2133
  },
2002
2134
  "v-file-input/reverse": {
@@ -2011,6 +2143,18 @@
2011
2143
  "type": "string",
2012
2144
  "description": ""
2013
2145
  },
2146
+ "v-file-input/on-click:clear": {
2147
+ "type": "function|array",
2148
+ "description": ""
2149
+ },
2150
+ "v-file-input/on-click:append-inner": {
2151
+ "type": "function|array",
2152
+ "description": ""
2153
+ },
2154
+ "v-file-input/on-click:prepend-inner": {
2155
+ "type": "function|array",
2156
+ "description": ""
2157
+ },
2014
2158
  "v-file-input/theme": {
2015
2159
  "type": "string",
2016
2160
  "description": ""
@@ -2019,69 +2163,37 @@
2019
2163
  "type": "boolean",
2020
2164
  "description": ""
2021
2165
  },
2022
- "v-footer/color": {
2166
+ "v-footer/app": {
2023
2167
  "type": "any",
2024
2168
  "description": ""
2025
2169
  },
2026
- "v-footer/border": {
2027
- "type": "boolean|number|string",
2028
- "description": "Applies border styles to component."
2170
+ "v-footer/color": {
2171
+ "type": "any",
2172
+ "description": ""
2029
2173
  },
2030
2174
  "v-footer/height": {
2031
2175
  "type": "number|string",
2032
- "description": "Sets the height for the component."
2033
- },
2034
- "v-footer/max-height": {
2035
- "type": "number|string",
2036
- "description": "Sets the maximum height for the component."
2037
- },
2038
- "v-footer/max-width": {
2039
- "type": "number|string",
2040
- "description": "Sets the maximum width for the component."
2041
- },
2042
- "v-footer/min-height": {
2043
- "type": "number|string",
2044
- "description": "Sets the minimum height for the component."
2045
- },
2046
- "v-footer/min-width": {
2047
- "type": "number|string",
2048
- "description": "Sets the minimum width for the component."
2049
- },
2050
- "v-footer/width": {
2051
- "type": "number|string",
2052
- "description": "Sets the width for the component."
2053
- },
2054
- "v-footer/elevation": {
2055
- "type": "number|string",
2056
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2057
- },
2058
- "v-footer/absolute": {
2059
- "type": "boolean",
2060
- "description": "Applies **position: absolute** to the component."
2061
- },
2062
- "v-footer/bottom": {
2063
- "type": "boolean|number|string",
2064
- "description": "Aligns the component towards the bottom."
2065
- },
2066
- "v-footer/fixed": {
2067
- "type": "boolean",
2068
- "description": "Applies **position: fixed** to the component."
2176
+ "description": "Sets the height for the component"
2069
2177
  },
2070
- "v-footer/left": {
2178
+ "v-footer/border": {
2071
2179
  "type": "boolean|number|string",
2072
- "description": "Aligns the component towards the left."
2180
+ "description": "Applies border styles to component."
2181
+ },
2182
+ "v-footer/elevation": {
2183
+ "type": "number|string",
2184
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2073
2185
  },
2074
- "v-footer/position": {
2186
+ "v-footer/name": {
2075
2187
  "type": "string",
2076
- "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
2188
+ "description": ""
2077
2189
  },
2078
- "v-footer/right": {
2079
- "type": "boolean|number|string",
2080
- "description": "Aligns the component towards the right."
2190
+ "v-footer/order": {
2191
+ "type": "number|string",
2192
+ "description": ""
2081
2193
  },
2082
- "v-footer/top": {
2083
- "type": "boolean|number|string",
2084
- "description": "Aligns the content towards the top."
2194
+ "v-footer/absolute": {
2195
+ "type": "boolean",
2196
+ "description": ""
2085
2197
  },
2086
2198
  "v-footer/rounded": {
2087
2199
  "type": "boolean|number|string",
@@ -2308,19 +2420,19 @@
2308
2420
  "description": ""
2309
2421
  },
2310
2422
  "v-icon/color": {
2311
- "type": "any",
2423
+ "type": "string",
2312
2424
  "description": ""
2313
2425
  },
2314
- "v-icon/left": {
2315
- "type": "any",
2316
- "description": "Applies appropriate margins to the icon inside of a button when placed to the **left** of another element or text."
2426
+ "v-icon/start": {
2427
+ "type": "boolean",
2428
+ "description": ""
2317
2429
  },
2318
- "v-icon/right": {
2319
- "type": "any",
2320
- "description": "Applies appropriate margins to the icon inside of a button when placed to the **right** of another element or text."
2430
+ "v-icon/end": {
2431
+ "type": "boolean",
2432
+ "description": ""
2321
2433
  },
2322
2434
  "v-icon/icon": {
2323
- "type": "string|object",
2435
+ "type": "string|function|object",
2324
2436
  "description": "Designates a specific icon."
2325
2437
  },
2326
2438
  "v-icon/size": {
@@ -2329,11 +2441,11 @@
2329
2441
  },
2330
2442
  "v-icon/tag": {
2331
2443
  "type": "string",
2332
- "description": "Specify a custom tag used on the root element."
2444
+ "description": ""
2333
2445
  },
2334
2446
  "v-icon/theme": {
2335
2447
  "type": "string",
2336
- "description": "Specify a theme for this component and all of its children"
2448
+ "description": ""
2337
2449
  },
2338
2450
  "v-img/aspect-ratio": {
2339
2451
  "type": "any",
@@ -2388,11 +2500,11 @@
2388
2500
  "description": ""
2389
2501
  },
2390
2502
  "v-input/append-icon": {
2391
- "type": "string",
2503
+ "type": "string|function|object",
2392
2504
  "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2393
2505
  },
2394
2506
  "v-input/prepend-icon": {
2395
- "type": "string",
2507
+ "type": "string|function|object",
2396
2508
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2397
2509
  },
2398
2510
  "v-input/hide-details": {
@@ -2407,6 +2519,14 @@
2407
2519
  "type": "string",
2408
2520
  "description": ""
2409
2521
  },
2522
+ "v-input/on-click:prepend": {
2523
+ "type": "function|array",
2524
+ "description": ""
2525
+ },
2526
+ "v-input/on-click:append": {
2527
+ "type": "function|array",
2528
+ "description": ""
2529
+ },
2410
2530
  "v-input/density": {
2411
2531
  "type": "string",
2412
2532
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -2431,6 +2551,10 @@
2431
2551
  "type": "string",
2432
2552
  "description": ""
2433
2553
  },
2554
+ "v-input/label": {
2555
+ "type": "string",
2556
+ "description": "Sets input label"
2557
+ },
2434
2558
  "v-input/readonly": {
2435
2559
  "type": "boolean",
2436
2560
  "description": ""
@@ -2443,6 +2567,10 @@
2443
2567
  "type": "any",
2444
2568
  "description": ""
2445
2569
  },
2570
+ "v-input/validation-value": {
2571
+ "type": "any",
2572
+ "description": ""
2573
+ },
2446
2574
  "v-item-group/model-value": {
2447
2575
  "type": "any",
2448
2576
  "description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
@@ -2515,7 +2643,7 @@
2515
2643
  "type": "string",
2516
2644
  "description": ""
2517
2645
  },
2518
- "v-layout-item/priority": {
2646
+ "v-layout-item/order": {
2519
2647
  "type": "number|string",
2520
2648
  "description": ""
2521
2649
  },
@@ -2563,7 +2691,15 @@
2563
2691
  "type": "boolean|string|object",
2564
2692
  "description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
2565
2693
  },
2566
- "v-list/color": {
2694
+ "v-list/active-color": {
2695
+ "type": "any",
2696
+ "description": ""
2697
+ },
2698
+ "v-list/active-class": {
2699
+ "type": "any",
2700
+ "description": ""
2701
+ },
2702
+ "v-list/bg-color": {
2567
2703
  "type": "any",
2568
2704
  "description": ""
2569
2705
  },
@@ -2572,17 +2708,13 @@
2572
2708
  "description": "Disables all children `v-list-item` components"
2573
2709
  },
2574
2710
  "v-list/lines": {
2575
- "type": "string",
2711
+ "type": "boolean|string",
2576
2712
  "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."
2577
2713
  },
2578
2714
  "v-list/nav": {
2579
2715
  "type": "any",
2580
2716
  "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
2581
2717
  },
2582
- "v-list/items": {
2583
- "type": "any",
2584
- "description": ""
2585
- },
2586
2718
  "v-list/select-strategy": {
2587
2719
  "type": "string|function",
2588
2720
  "description": ""
@@ -2639,6 +2771,34 @@
2639
2771
  "type": "number|string",
2640
2772
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2641
2773
  },
2774
+ "v-list/item-type": {
2775
+ "type": "string",
2776
+ "description": ""
2777
+ },
2778
+ "v-list/items": {
2779
+ "type": "array",
2780
+ "description": ""
2781
+ },
2782
+ "v-list/item-title": {
2783
+ "type": "string|array|function",
2784
+ "description": ""
2785
+ },
2786
+ "v-list/item-value": {
2787
+ "type": "string|array|function",
2788
+ "description": ""
2789
+ },
2790
+ "v-list/item-children": {
2791
+ "type": "boolean|string|array|function",
2792
+ "description": ""
2793
+ },
2794
+ "v-list/item-props": {
2795
+ "type": "boolean|string|array|function",
2796
+ "description": ""
2797
+ },
2798
+ "v-list/return-object": {
2799
+ "type": "boolean",
2800
+ "description": ""
2801
+ },
2642
2802
  "v-list/rounded": {
2643
2803
  "type": "boolean|number|string",
2644
2804
  "description": ""
@@ -2651,23 +2811,55 @@
2651
2811
  "type": "string",
2652
2812
  "description": "Specify a theme for this component and all of its children"
2653
2813
  },
2654
- "v-list-subheader/color": {
2655
- "type": "any",
2814
+ "v-list/color": {
2815
+ "type": "string",
2656
2816
  "description": ""
2657
2817
  },
2658
- "v-list-subheader/inset": {
2818
+ "v-list/variant": {
2819
+ "type": "string",
2820
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
2821
+ },
2822
+ "v-list-group/title": {
2659
2823
  "type": "any",
2660
2824
  "description": ""
2661
2825
  },
2662
- "v-list-subheader/sticky": {
2663
- "type": "any",
2826
+ "v-list-group/active-color": {
2827
+ "type": "string",
2664
2828
  "description": ""
2665
2829
  },
2666
- "v-list-subheader/text": {
2667
- "type": "any",
2830
+ "v-list-group/color": {
2831
+ "type": "string",
2668
2832
  "description": ""
2669
2833
  },
2670
- "v-list-subheader/tag": {
2834
+ "v-list-group/collapse-icon": {
2835
+ "type": "string|function|object",
2836
+ "description": ""
2837
+ },
2838
+ "v-list-group/expand-icon": {
2839
+ "type": "string|function|object",
2840
+ "description": ""
2841
+ },
2842
+ "v-list-group/prepend-icon": {
2843
+ "type": "string|function|object",
2844
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2845
+ },
2846
+ "v-list-group/append-icon": {
2847
+ "type": "string|function|object",
2848
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2849
+ },
2850
+ "v-list-group/fluid": {
2851
+ "type": "boolean",
2852
+ "description": ""
2853
+ },
2854
+ "v-list-group/subgroup": {
2855
+ "type": "boolean",
2856
+ "description": ""
2857
+ },
2858
+ "v-list-group/value": {
2859
+ "type": "any",
2860
+ "description": "Expands / Collapse the list-group"
2861
+ },
2862
+ "v-list-group/tag": {
2671
2863
  "type": "string",
2672
2864
  "description": "Specify a custom tag used on the root element."
2673
2865
  },
@@ -2676,17 +2868,17 @@
2676
2868
  "description": ""
2677
2869
  },
2678
2870
  "v-list-item/active": {
2679
- "type": "any",
2871
+ "type": "boolean",
2680
2872
  "description": "Controls the **active** state of the item. This is typically used to highlight the component"
2681
2873
  },
2682
- "v-list-item/active-color": {
2683
- "type": "any",
2684
- "description": "The applied color when a `v-list-item` is in an active state"
2685
- },
2686
2874
  "v-list-item/active-class": {
2687
2875
  "type": "any",
2688
2876
  "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."
2689
2877
  },
2878
+ "v-list-item/active-color": {
2879
+ "type": "any",
2880
+ "description": "The applied color when a `v-list-item` is in an active state"
2881
+ },
2690
2882
  "v-list-item/append-avatar": {
2691
2883
  "type": "any",
2692
2884
  "description": "Appends a [v-avatar](/components/avatars/) component to the header"
@@ -2699,7 +2891,15 @@
2699
2891
  "type": "any",
2700
2892
  "description": "Disables the component"
2701
2893
  },
2894
+ "v-list-item/lines": {
2895
+ "type": "any",
2896
+ "description": ""
2897
+ },
2702
2898
  "v-list-item/link": {
2899
+ "type": "boolean",
2900
+ "description": ""
2901
+ },
2902
+ "v-list-item/nav": {
2703
2903
  "type": "any",
2704
2904
  "description": ""
2705
2905
  },
@@ -2775,6 +2975,10 @@
2775
2975
  "type": "string|object",
2776
2976
  "description": ""
2777
2977
  },
2978
+ "v-list-item/exact": {
2979
+ "type": "boolean",
2980
+ "description": ""
2981
+ },
2778
2982
  "v-list-item/tag": {
2779
2983
  "type": "string",
2780
2984
  "description": "Specify a custom tag used on the root element."
@@ -2787,35 +2991,27 @@
2787
2991
  "type": "string",
2788
2992
  "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)`)"
2789
2993
  },
2790
- "v-list-item/text-color": {
2791
- "type": "string",
2792
- "description": "Applies a specified color to the control text"
2793
- },
2794
2994
  "v-list-item/variant": {
2795
2995
  "type": "string",
2796
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
2996
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
2797
2997
  },
2798
- "v-list-item-avatar/left": {
2998
+ "v-list-item-action/start": {
2799
2999
  "type": "any",
2800
3000
  "description": ""
2801
3001
  },
2802
- "v-list-item-avatar/right": {
3002
+ "v-list-item-action/end": {
2803
3003
  "type": "any",
2804
3004
  "description": ""
2805
3005
  },
2806
- "v-list-item-avatar/tag": {
3006
+ "v-list-item-action/tag": {
2807
3007
  "type": "string",
2808
3008
  "description": "Specify a custom tag used on the root element."
2809
3009
  },
2810
- "v-list-item-header/tag": {
2811
- "type": "string",
2812
- "description": ""
2813
- },
2814
- "v-list-item-media/left": {
3010
+ "v-list-item-media/start": {
2815
3011
  "type": "any",
2816
3012
  "description": ""
2817
3013
  },
2818
- "v-list-item-media/right": {
3014
+ "v-list-item-media/end": {
2819
3015
  "type": "any",
2820
3016
  "description": ""
2821
3017
  },
@@ -2831,19 +3027,23 @@
2831
3027
  "type": "string",
2832
3028
  "description": ""
2833
3029
  },
2834
- "v-list-group/collapse-icon": {
2835
- "type": "string",
3030
+ "v-list-subheader/color": {
3031
+ "type": "any",
2836
3032
  "description": ""
2837
3033
  },
2838
- "v-list-group/expand-icon": {
2839
- "type": "string",
3034
+ "v-list-subheader/inset": {
3035
+ "type": "any",
2840
3036
  "description": ""
2841
3037
  },
2842
- "v-list-group/value": {
3038
+ "v-list-subheader/sticky": {
2843
3039
  "type": "any",
2844
- "description": "Expands / Collapse the list-group"
3040
+ "description": ""
2845
3041
  },
2846
- "v-list-group/tag": {
3042
+ "v-list-subheader/title": {
3043
+ "type": "any",
3044
+ "description": ""
3045
+ },
3046
+ "v-list-subheader/tag": {
2847
3047
  "type": "string",
2848
3048
  "description": "Specify a custom tag used on the root element."
2849
3049
  },
@@ -2863,14 +3063,14 @@
2863
3063
  "type": "boolean",
2864
3064
  "description": ""
2865
3065
  },
3066
+ "v-main/scrollable": {
3067
+ "type": "any",
3068
+ "description": ""
3069
+ },
2866
3070
  "v-main/tag": {
2867
3071
  "type": "string",
2868
3072
  "description": "Specify a custom tag used on the root element."
2869
3073
  },
2870
- "v-menu/disable-keys": {
2871
- "type": "any",
2872
- "description": "Removes all keyboard interaction"
2873
- },
2874
3074
  "v-menu/model-value": {
2875
3075
  "type": "any",
2876
3076
  "description": ""
@@ -2919,6 +3119,10 @@
2919
3119
  "type": "number|string",
2920
3120
  "description": ""
2921
3121
  },
3122
+ "v-navigation-drawer/scrim": {
3123
+ "type": "string|boolean",
3124
+ "description": ""
3125
+ },
2922
3126
  "v-navigation-drawer/image": {
2923
3127
  "type": "any",
2924
3128
  "description": ""
@@ -2935,10 +3139,14 @@
2935
3139
  "type": "number|string",
2936
3140
  "description": "Sets the width for the component."
2937
3141
  },
2938
- "v-navigation-drawer/position": {
3142
+ "v-navigation-drawer/location": {
2939
3143
  "type": "string",
2940
3144
  "description": ""
2941
3145
  },
3146
+ "v-navigation-drawer/sticky": {
3147
+ "type": "any",
3148
+ "description": ""
3149
+ },
2942
3150
  "v-navigation-drawer/border": {
2943
3151
  "type": "boolean|number|string",
2944
3152
  "description": "Applies border styles to component."
@@ -2951,7 +3159,7 @@
2951
3159
  "type": "string",
2952
3160
  "description": ""
2953
3161
  },
2954
- "v-navigation-drawer/priority": {
3162
+ "v-navigation-drawer/order": {
2955
3163
  "type": "number|string",
2956
3164
  "description": ""
2957
3165
  },
@@ -2979,6 +3187,10 @@
2979
3187
  "type": "any",
2980
3188
  "description": ""
2981
3189
  },
3190
+ "v-overlay/close-on-back": {
3191
+ "type": "boolean",
3192
+ "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
3193
+ },
2982
3194
  "v-overlay/contained": {
2983
3195
  "type": "any",
2984
3196
  "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
@@ -2987,6 +3199,14 @@
2987
3199
  "type": "any",
2988
3200
  "description": ""
2989
3201
  },
3202
+ "v-overlay/content-props": {
3203
+ "type": "any",
3204
+ "description": ""
3205
+ },
3206
+ "v-overlay/disabled": {
3207
+ "type": "any",
3208
+ "description": ""
3209
+ },
2990
3210
  "v-overlay/no-click-animation": {
2991
3211
  "type": "any",
2992
3212
  "description": ""
@@ -3003,6 +3223,10 @@
3003
3223
  "type": "string|boolean",
3004
3224
  "description": ""
3005
3225
  },
3226
+ "v-overlay/z-index": {
3227
+ "type": "number|string",
3228
+ "description": "The z-index used for the component"
3229
+ },
3006
3230
  "v-overlay/activator": {
3007
3231
  "type": "string|object",
3008
3232
  "description": ""
@@ -3023,6 +3247,10 @@
3023
3247
  "type": "boolean",
3024
3248
  "description": ""
3025
3249
  },
3250
+ "v-overlay/close-on-content-click": {
3251
+ "type": "boolean",
3252
+ "description": ""
3253
+ },
3026
3254
  "v-overlay/close-delay": {
3027
3255
  "type": "number|string",
3028
3256
  "description": ""
@@ -3055,11 +3283,15 @@
3055
3283
  "type": "number|string",
3056
3284
  "description": "Sets the width for the component."
3057
3285
  },
3058
- "v-overlay/position-strategy": {
3286
+ "v-overlay/eager": {
3287
+ "type": "boolean",
3288
+ "description": ""
3289
+ },
3290
+ "v-overlay/location-strategy": {
3059
3291
  "type": "string|function",
3060
3292
  "description": ""
3061
3293
  },
3062
- "v-overlay/anchor": {
3294
+ "v-overlay/location": {
3063
3295
  "type": "string",
3064
3296
  "description": ""
3065
3297
  },
@@ -3068,7 +3300,7 @@
3068
3300
  "description": ""
3069
3301
  },
3070
3302
  "v-overlay/offset": {
3071
- "type": "number|string",
3303
+ "type": "number|string|array",
3072
3304
  "description": ""
3073
3305
  },
3074
3306
  "v-overlay/scroll-strategy": {
@@ -3083,8 +3315,8 @@
3083
3315
  "type": "boolean|string|object",
3084
3316
  "description": ""
3085
3317
  },
3086
- "v-overlay/eager": {
3087
- "type": "boolean",
3318
+ "v-pagination/active-color": {
3319
+ "type": "any",
3088
3320
  "description": ""
3089
3321
  },
3090
3322
  "v-pagination/start": {
@@ -3108,19 +3340,19 @@
3108
3340
  "description": "Specify the total visible pagination numbers"
3109
3341
  },
3110
3342
  "v-pagination/first-icon": {
3111
- "type": "string",
3343
+ "type": "string|function|object",
3112
3344
  "description": "The icon to use for the first button"
3113
3345
  },
3114
3346
  "v-pagination/prev-icon": {
3115
- "type": "string",
3347
+ "type": "string|function|object",
3116
3348
  "description": "The icon to use for the prev button"
3117
3349
  },
3118
3350
  "v-pagination/next-icon": {
3119
- "type": "string",
3351
+ "type": "string|function|object",
3120
3352
  "description": "The icon to use for the next button"
3121
3353
  },
3122
3354
  "v-pagination/last-icon": {
3123
- "type": "string",
3355
+ "type": "string|function|object",
3124
3356
  "description": "The icon to use for the last button"
3125
3357
  },
3126
3358
  "v-pagination/aria-label": {
@@ -3159,10 +3391,6 @@
3159
3391
  "type": "any",
3160
3392
  "description": "Show buttons for going to first and last page"
3161
3393
  },
3162
- "v-pagination/rounded": {
3163
- "type": "boolean|number|string",
3164
- "description": ""
3165
- },
3166
3394
  "v-pagination/border": {
3167
3395
  "type": "boolean|number|string",
3168
3396
  "description": "Applies border styles to component."
@@ -3175,6 +3403,10 @@
3175
3403
  "type": "number|string",
3176
3404
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3177
3405
  },
3406
+ "v-pagination/rounded": {
3407
+ "type": "boolean|number|string",
3408
+ "description": ""
3409
+ },
3178
3410
  "v-pagination/size": {
3179
3411
  "type": "string|number",
3180
3412
  "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**."
@@ -3191,13 +3423,9 @@
3191
3423
  "type": "string",
3192
3424
  "description": "Color of the selected page button"
3193
3425
  },
3194
- "v-pagination/text-color": {
3195
- "type": "string",
3196
- "description": "Applies a specified color to the control text"
3197
- },
3198
3426
  "v-pagination/variant": {
3199
3427
  "type": "string",
3200
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
3428
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
3201
3429
  },
3202
3430
  "v-parallax/scale": {
3203
3431
  "type": "number|string",
@@ -3307,14 +3535,86 @@
3307
3535
  "type": "string",
3308
3536
  "description": "Specify a theme for this component and all of its children"
3309
3537
  },
3310
- "v-radio/false-icon": {
3538
+ "v-radio/color": {
3539
+ "type": "string",
3540
+ "description": ""
3541
+ },
3542
+ "v-radio/disabled": {
3543
+ "type": "boolean",
3544
+ "description": ""
3545
+ },
3546
+ "v-radio/error": {
3547
+ "type": "boolean",
3548
+ "description": ""
3549
+ },
3550
+ "v-radio/id": {
3551
+ "type": "string",
3552
+ "description": ""
3553
+ },
3554
+ "v-radio/inline": {
3555
+ "type": "boolean",
3556
+ "description": ""
3557
+ },
3558
+ "v-radio/label": {
3311
3559
  "type": "string",
3560
+ "description": ""
3561
+ },
3562
+ "v-radio/false-icon": {
3563
+ "type": "string|function|object",
3312
3564
  "description": "The icon used when inactive"
3313
3565
  },
3314
3566
  "v-radio/true-icon": {
3315
- "type": "string",
3567
+ "type": "string|function|object",
3316
3568
  "description": "The icon used when active"
3317
3569
  },
3570
+ "v-radio/ripple": {
3571
+ "type": "boolean",
3572
+ "description": ""
3573
+ },
3574
+ "v-radio/multiple": {
3575
+ "type": "boolean",
3576
+ "description": ""
3577
+ },
3578
+ "v-radio/name": {
3579
+ "type": "string",
3580
+ "description": "Sets the component's name attribute"
3581
+ },
3582
+ "v-radio/readonly": {
3583
+ "type": "boolean",
3584
+ "description": ""
3585
+ },
3586
+ "v-radio/true-value": {
3587
+ "type": "any",
3588
+ "description": "Sets value for truthy state"
3589
+ },
3590
+ "v-radio/false-value": {
3591
+ "type": "any",
3592
+ "description": "Sets value for falsy state"
3593
+ },
3594
+ "v-radio/model-value": {
3595
+ "type": "any",
3596
+ "description": ""
3597
+ },
3598
+ "v-radio/type": {
3599
+ "type": "string",
3600
+ "description": ""
3601
+ },
3602
+ "v-radio/value": {
3603
+ "type": "any",
3604
+ "description": ""
3605
+ },
3606
+ "v-radio/value-comparator": {
3607
+ "type": "function",
3608
+ "description": ""
3609
+ },
3610
+ "v-radio/theme": {
3611
+ "type": "string",
3612
+ "description": "Specify a theme for this component and all of its children"
3613
+ },
3614
+ "v-radio/density": {
3615
+ "type": "string",
3616
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
3617
+ },
3318
3618
  "v-radio-group/height": {
3319
3619
  "type": "number|string",
3320
3620
  "description": "Sets the height for the component"
@@ -3324,11 +3624,11 @@
3324
3624
  "description": ""
3325
3625
  },
3326
3626
  "v-radio-group/append-icon": {
3327
- "type": "string",
3627
+ "type": "string|function|object",
3328
3628
  "description": ""
3329
3629
  },
3330
3630
  "v-radio-group/prepend-icon": {
3331
- "type": "string",
3631
+ "type": "string|function|object",
3332
3632
  "description": ""
3333
3633
  },
3334
3634
  "v-radio-group/hide-details": {
@@ -3339,8 +3639,16 @@
3339
3639
  "type": "array|string",
3340
3640
  "description": ""
3341
3641
  },
3342
- "v-radio-group/direction": {
3343
- "type": "string",
3642
+ "v-radio-group/direction": {
3643
+ "type": "string",
3644
+ "description": ""
3645
+ },
3646
+ "v-radio-group/on-click:prepend": {
3647
+ "type": "function|array",
3648
+ "description": ""
3649
+ },
3650
+ "v-radio-group/on-click:append": {
3651
+ "type": "function|array",
3344
3652
  "description": ""
3345
3653
  },
3346
3654
  "v-radio-group/density": {
@@ -3367,6 +3675,10 @@
3367
3675
  "type": "string",
3368
3676
  "description": "Sets the component's name attribute"
3369
3677
  },
3678
+ "v-radio-group/label": {
3679
+ "type": "string",
3680
+ "description": ""
3681
+ },
3370
3682
  "v-radio-group/readonly": {
3371
3683
  "type": "boolean",
3372
3684
  "description": ""
@@ -3379,6 +3691,10 @@
3379
3691
  "type": "any",
3380
3692
  "description": ""
3381
3693
  },
3694
+ "v-radio-group/validation-value": {
3695
+ "type": "any",
3696
+ "description": ""
3697
+ },
3382
3698
  "v-radio-group/color": {
3383
3699
  "type": "string",
3384
3700
  "description": ""
@@ -3387,16 +3703,12 @@
3387
3703
  "type": "boolean",
3388
3704
  "description": "Displays radio buttons in row"
3389
3705
  },
3390
- "v-radio-group/label": {
3391
- "type": "string",
3392
- "description": ""
3393
- },
3394
3706
  "v-radio-group/false-icon": {
3395
- "type": "string",
3707
+ "type": "string|function|object",
3396
3708
  "description": ""
3397
3709
  },
3398
3710
  "v-radio-group/true-icon": {
3399
- "type": "string",
3711
+ "type": "string|function|object",
3400
3712
  "description": ""
3401
3713
  },
3402
3714
  "v-radio-group/ripple": {
@@ -3440,11 +3752,11 @@
3440
3752
  "description": ""
3441
3753
  },
3442
3754
  "v-range-slider/append-icon": {
3443
- "type": "string",
3755
+ "type": "string|function|object",
3444
3756
  "description": ""
3445
3757
  },
3446
3758
  "v-range-slider/prepend-icon": {
3447
- "type": "string",
3759
+ "type": "string|function|object",
3448
3760
  "description": ""
3449
3761
  },
3450
3762
  "v-range-slider/hide-details": {
@@ -3459,6 +3771,14 @@
3459
3771
  "type": "string",
3460
3772
  "description": ""
3461
3773
  },
3774
+ "v-range-slider/on-click:prepend": {
3775
+ "type": "function|array",
3776
+ "description": ""
3777
+ },
3778
+ "v-range-slider/on-click:append": {
3779
+ "type": "function|array",
3780
+ "description": ""
3781
+ },
3462
3782
  "v-range-slider/density": {
3463
3783
  "type": "string",
3464
3784
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -3483,6 +3803,10 @@
3483
3803
  "type": "string",
3484
3804
  "description": ""
3485
3805
  },
3806
+ "v-range-slider/label": {
3807
+ "type": "string",
3808
+ "description": ""
3809
+ },
3486
3810
  "v-range-slider/readonly": {
3487
3811
  "type": "boolean",
3488
3812
  "description": ""
@@ -3495,6 +3819,10 @@
3495
3819
  "type": "array",
3496
3820
  "description": ""
3497
3821
  },
3822
+ "v-range-slider/validation-value": {
3823
+ "type": "any",
3824
+ "description": ""
3825
+ },
3498
3826
  "v-range-slider/max": {
3499
3827
  "type": "number|string",
3500
3828
  "description": ""
@@ -3588,11 +3916,11 @@
3588
3916
  "description": ""
3589
3917
  },
3590
3918
  "v-rating/empty-icon": {
3591
- "type": "string",
3919
+ "type": "string|function|object",
3592
3920
  "description": "The icon displayed when empty"
3593
3921
  },
3594
3922
  "v-rating/full-icon": {
3595
- "type": "string",
3923
+ "type": "string|function|object",
3596
3924
  "description": "The icon displayed when full"
3597
3925
  },
3598
3926
  "v-rating/half-increments": {
@@ -3695,16 +4023,20 @@
3695
4023
  "type": "boolean",
3696
4024
  "description": "Do not display in the select menu items that are already selected"
3697
4025
  },
3698
- "v-select/items": {
3699
- "type": "array",
3700
- "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."
4026
+ "v-select/menu": {
4027
+ "type": "boolean",
4028
+ "description": ""
3701
4029
  },
3702
4030
  "v-select/menu-icon": {
3703
- "type": "string",
4031
+ "type": "string|function|object",
3704
4032
  "description": ""
3705
4033
  },
4034
+ "v-select/menu-props": {
4035
+ "type": "object",
4036
+ "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
4037
+ },
3706
4038
  "v-select/model-value": {
3707
- "type": "number|string|array",
4039
+ "type": "any",
3708
4040
  "description": ""
3709
4041
  },
3710
4042
  "v-select/multiple": {
@@ -3719,6 +4051,34 @@
3719
4051
  "type": "boolean",
3720
4052
  "description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
3721
4053
  },
4054
+ "v-select/readonly": {
4055
+ "type": "boolean",
4056
+ "description": ""
4057
+ },
4058
+ "v-select/items": {
4059
+ "type": "array",
4060
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **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."
4061
+ },
4062
+ "v-select/item-title": {
4063
+ "type": "string|array|function",
4064
+ "description": ""
4065
+ },
4066
+ "v-select/item-value": {
4067
+ "type": "string|array|function",
4068
+ "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
4069
+ },
4070
+ "v-select/item-children": {
4071
+ "type": "boolean|string|array|function",
4072
+ "description": ""
4073
+ },
4074
+ "v-select/item-props": {
4075
+ "type": "boolean|string|array|function",
4076
+ "description": ""
4077
+ },
4078
+ "v-select/return-object": {
4079
+ "type": "boolean",
4080
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
4081
+ },
3722
4082
  "v-select/transition": {
3723
4083
  "type": "boolean|string|object",
3724
4084
  "description": ""
@@ -3748,11 +4108,11 @@
3748
4108
  "description": ""
3749
4109
  },
3750
4110
  "v-selection-control/false-icon": {
3751
- "type": "string",
4111
+ "type": "string|function|object",
3752
4112
  "description": ""
3753
4113
  },
3754
4114
  "v-selection-control/true-icon": {
3755
- "type": "string",
4115
+ "type": "string|function|object",
3756
4116
  "description": ""
3757
4117
  },
3758
4118
  "v-selection-control/ripple": {
@@ -3879,34 +4239,14 @@
3879
4239
  "type": "number|string",
3880
4240
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
3881
4241
  },
3882
- "v-sheet/absolute": {
3883
- "type": "boolean",
3884
- "description": "Applies **position: absolute** to the component."
3885
- },
3886
- "v-sheet/bottom": {
3887
- "type": "boolean|number|string",
3888
- "description": "Aligns the component towards the bottom."
3889
- },
3890
- "v-sheet/fixed": {
3891
- "type": "boolean",
3892
- "description": "Applies **position: fixed** to the component."
3893
- },
3894
- "v-sheet/left": {
3895
- "type": "boolean|number|string",
3896
- "description": "Aligns the component towards the left."
4242
+ "v-sheet/location": {
4243
+ "type": "string",
4244
+ "description": ""
3897
4245
  },
3898
4246
  "v-sheet/position": {
3899
4247
  "type": "string",
3900
4248
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
3901
4249
  },
3902
- "v-sheet/right": {
3903
- "type": "boolean|number|string",
3904
- "description": "Aligns the component towards the right."
3905
- },
3906
- "v-sheet/top": {
3907
- "type": "boolean|number|string",
3908
- "description": "Aligns the content towards the top."
3909
- },
3910
4250
  "v-sheet/rounded": {
3911
4251
  "type": "boolean|number|string",
3912
4252
  "description": ""
@@ -3919,10 +4259,6 @@
3919
4259
  "type": "string",
3920
4260
  "description": "Specify a theme for this component and all of its children"
3921
4261
  },
3922
- "v-slide-group/active-class": {
3923
- "type": "string",
3924
- "description": ""
3925
- },
3926
4262
  "v-slide-group/center-active": {
3927
4263
  "type": "any",
3928
4264
  "description": "Forces the selected component to be centered"
@@ -3936,11 +4272,11 @@
3936
4272
  "description": ""
3937
4273
  },
3938
4274
  "v-slide-group/next-icon": {
3939
- "type": "string",
4275
+ "type": "string|function|object",
3940
4276
  "description": "The appended slot when arrows are shown"
3941
4277
  },
3942
4278
  "v-slide-group/prev-icon": {
3943
- "type": "string",
4279
+ "type": "string|function|object",
3944
4280
  "description": "The prepended slot when arrows are shown"
3945
4281
  },
3946
4282
  "v-slide-group/show-arrows": {
@@ -4076,11 +4412,11 @@
4076
4412
  "description": ""
4077
4413
  },
4078
4414
  "v-slider/append-icon": {
4079
- "type": "string",
4415
+ "type": "string|function|object",
4080
4416
  "description": ""
4081
4417
  },
4082
4418
  "v-slider/prepend-icon": {
4083
- "type": "string",
4419
+ "type": "string|function|object",
4084
4420
  "description": ""
4085
4421
  },
4086
4422
  "v-slider/hide-details": {
@@ -4091,6 +4427,14 @@
4091
4427
  "type": "array|string",
4092
4428
  "description": ""
4093
4429
  },
4430
+ "v-slider/on-click:prepend": {
4431
+ "type": "function|array",
4432
+ "description": ""
4433
+ },
4434
+ "v-slider/on-click:append": {
4435
+ "type": "function|array",
4436
+ "description": ""
4437
+ },
4094
4438
  "v-slider/density": {
4095
4439
  "type": "string",
4096
4440
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -4107,6 +4451,10 @@
4107
4451
  "type": "string",
4108
4452
  "description": ""
4109
4453
  },
4454
+ "v-slider/label": {
4455
+ "type": "string",
4456
+ "description": ""
4457
+ },
4110
4458
  "v-slider/rules": {
4111
4459
  "type": "array",
4112
4460
  "description": ""
@@ -4115,13 +4463,9 @@
4115
4463
  "type": "number|string",
4116
4464
  "description": ""
4117
4465
  },
4118
- "v-snackbar/app": {
4119
- "type": "any",
4120
- "description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
4121
- },
4122
- "v-snackbar/centered": {
4466
+ "v-slider/validation-value": {
4123
4467
  "type": "any",
4124
- "description": "Positions the snackbar in the center of the screen, (x and y axis)."
4468
+ "description": ""
4125
4469
  },
4126
4470
  "v-snackbar/content-class": {
4127
4471
  "type": "string",
@@ -4143,45 +4487,25 @@
4143
4487
  "type": "any",
4144
4488
  "description": ""
4145
4489
  },
4146
- "v-snackbar/absolute": {
4147
- "type": "boolean",
4148
- "description": "Applies **position: absolute** to the component."
4149
- },
4150
- "v-snackbar/bottom": {
4151
- "type": "boolean|number|string",
4152
- "description": "Aligns the component towards the bottom."
4153
- },
4154
- "v-snackbar/fixed": {
4155
- "type": "boolean",
4156
- "description": "Applies **position: fixed** to the component."
4157
- },
4158
- "v-snackbar/left": {
4159
- "type": "boolean|number|string",
4160
- "description": "Aligns the component towards the left."
4490
+ "v-snackbar/location": {
4491
+ "type": "string",
4492
+ "description": ""
4161
4493
  },
4162
4494
  "v-snackbar/position": {
4163
4495
  "type": "string",
4164
4496
  "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
4165
4497
  },
4166
- "v-snackbar/right": {
4167
- "type": "boolean|number|string",
4168
- "description": "Aligns the component towards the right."
4169
- },
4170
- "v-snackbar/top": {
4498
+ "v-snackbar/rounded": {
4171
4499
  "type": "boolean|number|string",
4172
- "description": "Aligns the content towards the top."
4500
+ "description": ""
4173
4501
  },
4174
4502
  "v-snackbar/color": {
4175
4503
  "type": "string",
4176
4504
  "description": ""
4177
4505
  },
4178
- "v-snackbar/text-color": {
4179
- "type": "string",
4180
- "description": "Applies a specified color to the control text"
4181
- },
4182
4506
  "v-snackbar/variant": {
4183
4507
  "type": "string",
4184
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
4508
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
4185
4509
  },
4186
4510
  "v-snackbar/transition": {
4187
4511
  "type": "boolean|string|object",
@@ -4200,7 +4524,7 @@
4200
4524
  "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
4201
4525
  },
4202
4526
  "v-switch/loading": {
4203
- "type": "boolean",
4527
+ "type": "boolean|string",
4204
4528
  "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"
4205
4529
  },
4206
4530
  "v-switch/id": {
@@ -4208,11 +4532,11 @@
4208
4532
  "description": ""
4209
4533
  },
4210
4534
  "v-switch/append-icon": {
4211
- "type": "string",
4535
+ "type": "string|function|object",
4212
4536
  "description": ""
4213
4537
  },
4214
4538
  "v-switch/prepend-icon": {
4215
- "type": "string",
4539
+ "type": "string|function|object",
4216
4540
  "description": ""
4217
4541
  },
4218
4542
  "v-switch/hide-details": {
@@ -4227,6 +4551,14 @@
4227
4551
  "type": "string",
4228
4552
  "description": ""
4229
4553
  },
4554
+ "v-switch/on-click:prepend": {
4555
+ "type": "function|array",
4556
+ "description": ""
4557
+ },
4558
+ "v-switch/on-click:append": {
4559
+ "type": "function|array",
4560
+ "description": ""
4561
+ },
4230
4562
  "v-switch/density": {
4231
4563
  "type": "string",
4232
4564
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -4251,6 +4583,10 @@
4251
4583
  "type": "string",
4252
4584
  "description": ""
4253
4585
  },
4586
+ "v-switch/label": {
4587
+ "type": "string",
4588
+ "description": ""
4589
+ },
4254
4590
  "v-switch/readonly": {
4255
4591
  "type": "boolean",
4256
4592
  "description": ""
@@ -4263,6 +4599,10 @@
4263
4599
  "type": "any",
4264
4600
  "description": ""
4265
4601
  },
4602
+ "v-switch/validation-value": {
4603
+ "type": "any",
4604
+ "description": ""
4605
+ },
4266
4606
  "v-switch/color": {
4267
4607
  "type": "string",
4268
4608
  "description": ""
@@ -4271,16 +4611,12 @@
4271
4611
  "type": "boolean",
4272
4612
  "description": ""
4273
4613
  },
4274
- "v-switch/label": {
4275
- "type": "string",
4276
- "description": ""
4277
- },
4278
4614
  "v-switch/false-icon": {
4279
- "type": "string",
4615
+ "type": "string|function|object",
4280
4616
  "description": ""
4281
4617
  },
4282
4618
  "v-switch/true-icon": {
4283
- "type": "string",
4619
+ "type": "string|function|object",
4284
4620
  "description": ""
4285
4621
  },
4286
4622
  "v-switch/ripple": {
@@ -4319,65 +4655,29 @@
4319
4655
  "type": "any",
4320
4656
  "description": ""
4321
4657
  },
4322
- "v-system-bar/window": {
4323
- "type": "any",
4324
- "description": "Increases the system bar height to 32px (24px default)."
4325
- },
4326
4658
  "v-system-bar/height": {
4327
- "type": "number|string",
4659
+ "type": "any",
4328
4660
  "description": "Sets the height for the component."
4329
4661
  },
4330
- "v-system-bar/max-height": {
4331
- "type": "number|string",
4332
- "description": "Sets the maximum height for the component."
4333
- },
4334
- "v-system-bar/max-width": {
4335
- "type": "number|string",
4336
- "description": "Sets the maximum width for the component."
4337
- },
4338
- "v-system-bar/min-height": {
4339
- "type": "number|string",
4340
- "description": "Sets the minimum height for the component."
4341
- },
4342
- "v-system-bar/min-width": {
4343
- "type": "number|string",
4344
- "description": "Sets the minimum width for the component."
4345
- },
4346
- "v-system-bar/width": {
4347
- "type": "number|string",
4348
- "description": "Sets the width for the component."
4662
+ "v-system-bar/window": {
4663
+ "type": "any",
4664
+ "description": "Increases the system bar height to 32px (24px default)."
4349
4665
  },
4350
4666
  "v-system-bar/elevation": {
4351
4667
  "type": "number|string",
4352
4668
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4353
4669
  },
4354
- "v-system-bar/absolute": {
4355
- "type": "boolean",
4356
- "description": "Applies **position: absolute** to the component."
4357
- },
4358
- "v-system-bar/bottom": {
4359
- "type": "boolean|number|string",
4360
- "description": "Aligns the component towards the bottom."
4361
- },
4362
- "v-system-bar/fixed": {
4363
- "type": "boolean",
4364
- "description": "Applies **position: fixed** to the component."
4365
- },
4366
- "v-system-bar/left": {
4367
- "type": "boolean|number|string",
4368
- "description": "Aligns the component towards the left."
4369
- },
4370
- "v-system-bar/position": {
4670
+ "v-system-bar/name": {
4371
4671
  "type": "string",
4372
- "description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
4672
+ "description": ""
4373
4673
  },
4374
- "v-system-bar/right": {
4375
- "type": "boolean|number|string",
4376
- "description": "Aligns the component towards the right."
4674
+ "v-system-bar/order": {
4675
+ "type": "number|string",
4676
+ "description": ""
4377
4677
  },
4378
- "v-system-bar/top": {
4379
- "type": "boolean|number|string",
4380
- "description": "Aligns the content towards the top."
4678
+ "v-system-bar/absolute": {
4679
+ "type": "boolean",
4680
+ "description": ""
4381
4681
  },
4382
4682
  "v-system-bar/rounded": {
4383
4683
  "type": "boolean|number|string",
@@ -4415,9 +4715,9 @@
4415
4715
  "type": "any",
4416
4716
  "description": ""
4417
4717
  },
4418
- "v-tabs/background-color": {
4718
+ "v-tabs/bg-color": {
4419
4719
  "type": "any",
4420
- "description": "Changes the background color of the component."
4720
+ "description": ""
4421
4721
  },
4422
4722
  "v-tabs/centered": {
4423
4723
  "type": "any",
@@ -4439,9 +4739,9 @@
4439
4739
  "type": "any",
4440
4740
  "description": "Does not require an active item. Useful when using `v-tab` as a `router-link`"
4441
4741
  },
4442
- "v-tabs/right": {
4742
+ "v-tabs/end": {
4443
4743
  "type": "any",
4444
- "description": "Aligns tabs to the right"
4744
+ "description": ""
4445
4745
  },
4446
4746
  "v-tabs/slider-color": {
4447
4747
  "type": "any",
@@ -4519,6 +4819,10 @@
4519
4819
  "type": "string|object",
4520
4820
  "description": ""
4521
4821
  },
4822
+ "v-tab/exact": {
4823
+ "type": "boolean",
4824
+ "description": ""
4825
+ },
4522
4826
  "v-tab/value": {
4523
4827
  "type": "any",
4524
4828
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -4551,14 +4855,14 @@
4551
4855
  "type": "string",
4552
4856
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
4553
4857
  },
4554
- "v-table/theme": {
4555
- "type": "string",
4556
- "description": "Specify a theme for this component and all of its children"
4557
- },
4558
4858
  "v-table/tag": {
4559
4859
  "type": "string",
4560
4860
  "description": "Specify a custom tag used on the root element."
4561
4861
  },
4862
+ "v-table/theme": {
4863
+ "type": "string",
4864
+ "description": "Specify a theme for this component and all of its children"
4865
+ },
4562
4866
  "v-textarea/auto-grow": {
4563
4867
  "type": "any",
4564
4868
  "description": "Automatically grow the textarea depending on amount of text"
@@ -4620,11 +4924,11 @@
4620
4924
  "description": ""
4621
4925
  },
4622
4926
  "v-textarea/append-icon": {
4623
- "type": "string",
4927
+ "type": "string|function|object",
4624
4928
  "description": ""
4625
4929
  },
4626
4930
  "v-textarea/prepend-icon": {
4627
- "type": "string",
4931
+ "type": "string|function|object",
4628
4932
  "description": ""
4629
4933
  },
4630
4934
  "v-textarea/hide-details": {
@@ -4639,6 +4943,14 @@
4639
4943
  "type": "string",
4640
4944
  "description": ""
4641
4945
  },
4946
+ "v-textarea/on-click:prepend": {
4947
+ "type": "function|array",
4948
+ "description": ""
4949
+ },
4950
+ "v-textarea/on-click:append": {
4951
+ "type": "function|array",
4952
+ "description": ""
4953
+ },
4642
4954
  "v-textarea/density": {
4643
4955
  "type": "string",
4644
4956
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -4663,6 +4975,10 @@
4663
4975
  "type": "string",
4664
4976
  "description": ""
4665
4977
  },
4978
+ "v-textarea/label": {
4979
+ "type": "string",
4980
+ "description": ""
4981
+ },
4666
4982
  "v-textarea/readonly": {
4667
4983
  "type": "boolean",
4668
4984
  "description": ""
@@ -4675,8 +4991,12 @@
4675
4991
  "type": "any",
4676
4992
  "description": ""
4677
4993
  },
4994
+ "v-textarea/validation-value": {
4995
+ "type": "any",
4996
+ "description": ""
4997
+ },
4678
4998
  "v-textarea/append-inner-icon": {
4679
- "type": "string",
4999
+ "type": "string|function|object",
4680
5000
  "description": ""
4681
5001
  },
4682
5002
  "v-textarea/bg-color": {
@@ -4688,7 +5008,7 @@
4688
5008
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
4689
5009
  },
4690
5010
  "v-textarea/clear-icon": {
4691
- "type": "string",
5011
+ "type": "string|function|object",
4692
5012
  "description": ""
4693
5013
  },
4694
5014
  "v-textarea/active": {
@@ -4703,16 +5023,12 @@
4703
5023
  "type": "boolean",
4704
5024
  "description": ""
4705
5025
  },
4706
- "v-textarea/label": {
4707
- "type": "string",
4708
- "description": ""
4709
- },
4710
5026
  "v-textarea/persistent-clear": {
4711
5027
  "type": "boolean",
4712
5028
  "description": ""
4713
5029
  },
4714
5030
  "v-textarea/prepend-inner-icon": {
4715
- "type": "string",
5031
+ "type": "string|function|object",
4716
5032
  "description": ""
4717
5033
  },
4718
5034
  "v-textarea/reverse": {
@@ -4727,6 +5043,18 @@
4727
5043
  "type": "string",
4728
5044
  "description": ""
4729
5045
  },
5046
+ "v-textarea/on-click:clear": {
5047
+ "type": "function|array",
5048
+ "description": ""
5049
+ },
5050
+ "v-textarea/on-click:append-inner": {
5051
+ "type": "function|array",
5052
+ "description": ""
5053
+ },
5054
+ "v-textarea/on-click:prepend-inner": {
5055
+ "type": "function|array",
5056
+ "description": ""
5057
+ },
4730
5058
  "v-textarea/theme": {
4731
5059
  "type": "string",
4732
5060
  "description": ""
@@ -4784,11 +5112,11 @@
4784
5112
  "description": ""
4785
5113
  },
4786
5114
  "v-text-field/append-icon": {
4787
- "type": "string",
5115
+ "type": "string|function|object",
4788
5116
  "description": ""
4789
5117
  },
4790
5118
  "v-text-field/prepend-icon": {
4791
- "type": "string",
5119
+ "type": "string|function|object",
4792
5120
  "description": ""
4793
5121
  },
4794
5122
  "v-text-field/hide-details": {
@@ -4803,6 +5131,14 @@
4803
5131
  "type": "string",
4804
5132
  "description": ""
4805
5133
  },
5134
+ "v-text-field/on-click:prepend": {
5135
+ "type": "function|array",
5136
+ "description": ""
5137
+ },
5138
+ "v-text-field/on-click:append": {
5139
+ "type": "function|array",
5140
+ "description": ""
5141
+ },
4806
5142
  "v-text-field/density": {
4807
5143
  "type": "string",
4808
5144
  "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
@@ -4827,6 +5163,10 @@
4827
5163
  "type": "string",
4828
5164
  "description": ""
4829
5165
  },
5166
+ "v-text-field/label": {
5167
+ "type": "string",
5168
+ "description": ""
5169
+ },
4830
5170
  "v-text-field/readonly": {
4831
5171
  "type": "boolean",
4832
5172
  "description": ""
@@ -4839,8 +5179,12 @@
4839
5179
  "type": "any",
4840
5180
  "description": ""
4841
5181
  },
5182
+ "v-text-field/validation-value": {
5183
+ "type": "any",
5184
+ "description": ""
5185
+ },
4842
5186
  "v-text-field/append-inner-icon": {
4843
- "type": "string",
5187
+ "type": "string|function|object",
4844
5188
  "description": ""
4845
5189
  },
4846
5190
  "v-text-field/bg-color": {
@@ -4852,7 +5196,7 @@
4852
5196
  "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
4853
5197
  },
4854
5198
  "v-text-field/clear-icon": {
4855
- "type": "string",
5199
+ "type": "string|function|object",
4856
5200
  "description": "Applied when using **clearable** and the input is dirty"
4857
5201
  },
4858
5202
  "v-text-field/active": {
@@ -4867,16 +5211,12 @@
4867
5211
  "type": "boolean",
4868
5212
  "description": ""
4869
5213
  },
4870
- "v-text-field/label": {
4871
- "type": "string",
4872
- "description": ""
4873
- },
4874
5214
  "v-text-field/persistent-clear": {
4875
5215
  "type": "boolean",
4876
5216
  "description": ""
4877
5217
  },
4878
5218
  "v-text-field/prepend-inner-icon": {
4879
- "type": "string",
5219
+ "type": "string|function|object",
4880
5220
  "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
4881
5221
  },
4882
5222
  "v-text-field/reverse": {
@@ -4891,6 +5231,18 @@
4891
5231
  "type": "string",
4892
5232
  "description": ""
4893
5233
  },
5234
+ "v-text-field/on-click:clear": {
5235
+ "type": "function|array",
5236
+ "description": ""
5237
+ },
5238
+ "v-text-field/on-click:append-inner": {
5239
+ "type": "function|array",
5240
+ "description": ""
5241
+ },
5242
+ "v-text-field/on-click:prepend-inner": {
5243
+ "type": "function|array",
5244
+ "description": ""
5245
+ },
4894
5246
  "v-text-field/theme": {
4895
5247
  "type": "string",
4896
5248
  "description": ""
@@ -4911,10 +5263,18 @@
4911
5263
  "type": "string",
4912
5264
  "description": "Specify a custom tag used on the root element."
4913
5265
  },
5266
+ "v-timeline/align": {
5267
+ "type": "string",
5268
+ "description": ""
5269
+ },
4914
5270
  "v-timeline/direction": {
4915
5271
  "type": "string",
4916
5272
  "description": "Display timeline in a **vertical** or **horizontal** direction"
4917
5273
  },
5274
+ "v-timeline/justify": {
5275
+ "type": "string",
5276
+ "description": ""
5277
+ },
4918
5278
  "v-timeline/side": {
4919
5279
  "type": "string",
4920
5280
  "description": ""
@@ -4947,6 +5307,10 @@
4947
5307
  "type": "string",
4948
5308
  "description": "Specify a theme for this component and all of its children"
4949
5309
  },
5310
+ "v-timeline-item/density": {
5311
+ "type": "any",
5312
+ "description": ""
5313
+ },
4950
5314
  "v-timeline-item/dot-color": {
4951
5315
  "type": "any",
4952
5316
  "description": ""
@@ -4971,6 +5335,10 @@
4971
5335
  "type": "any",
4972
5336
  "description": "Color of the icon"
4973
5337
  },
5338
+ "v-timeline-item/line-inset": {
5339
+ "type": "any",
5340
+ "description": ""
5341
+ },
4974
5342
  "v-timeline-item/rounded": {
4975
5343
  "type": "boolean|number|string",
4976
5344
  "description": ""
@@ -5087,13 +5455,9 @@
5087
5455
  "type": "string",
5088
5456
  "description": ""
5089
5457
  },
5090
- "v-toolbar-items/text-color": {
5091
- "type": "string",
5092
- "description": "Applies a specified color to the control text"
5093
- },
5094
5458
  "v-toolbar-items/variant": {
5095
5459
  "type": "string",
5096
- "description": "Applies one of 4 styles, default, contained, outlined, and text."
5460
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
5097
5461
  },
5098
5462
  "v-tooltip/id": {
5099
5463
  "type": "any",
@@ -5107,7 +5471,7 @@
5107
5471
  "type": "any",
5108
5472
  "description": ""
5109
5473
  },
5110
- "v-tooltip/anchor": {
5474
+ "v-tooltip/location": {
5111
5475
  "type": "string",
5112
5476
  "description": ""
5113
5477
  },
@@ -5139,6 +5503,10 @@
5139
5503
  "type": "string",
5140
5504
  "description": ""
5141
5505
  },
5506
+ "v-validation/label": {
5507
+ "type": "string",
5508
+ "description": ""
5509
+ },
5142
5510
  "v-validation/readonly": {
5143
5511
  "type": "boolean",
5144
5512
  "description": ""
@@ -5151,6 +5519,10 @@
5151
5519
  "type": "any",
5152
5520
  "description": ""
5153
5521
  },
5522
+ "v-validation/validation-value": {
5523
+ "type": "any",
5524
+ "description": ""
5525
+ },
5154
5526
  "v-window/touch": {
5155
5527
  "type": "object|boolean",
5156
5528
  "description": "Provide a custom **left** and **right** function when swiped left or right."
@@ -5160,11 +5532,11 @@
5160
5532
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
5161
5533
  },
5162
5534
  "v-window/next-icon": {
5163
- "type": "boolean|string",
5535
+ "type": "boolean|string|function|object",
5164
5536
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
5165
5537
  },
5166
5538
  "v-window/prev-icon": {
5167
- "type": "boolean|string",
5539
+ "type": "boolean|string|function|object",
5168
5540
  "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
5169
5541
  },
5170
5542
  "v-window/reverse": {
@@ -5211,10 +5583,6 @@
5211
5583
  "type": "boolean|string",
5212
5584
  "description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
5213
5585
  },
5214
- "v-window-item/eager": {
5215
- "type": "boolean",
5216
- "description": ""
5217
- },
5218
5586
  "v-window-item/value": {
5219
5587
  "type": "any",
5220
5588
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
@@ -5226,5 +5594,9 @@
5226
5594
  "v-window-item/selected-class": {
5227
5595
  "type": "string",
5228
5596
  "description": "Configure the active CSS class applied when the item is selected."
5597
+ },
5598
+ "v-window-item/eager": {
5599
+ "type": "boolean",
5600
+ "description": ""
5229
5601
  }
5230
5602
  }