@dimailn/vuetify 2.7.2-alpha6 → 2.7.2-alpha60

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 (1521) hide show
  1. package/dist/json/attributes.json +4218 -0
  2. package/dist/json/tags.json +1771 -0
  3. package/dist/json/web-types.json +21383 -0
  4. package/dist/vuetify.js +4968 -2679
  5. package/dist/vuetify.js.map +1 -1
  6. package/dist/vuetify.min.css +1 -1
  7. package/dist/vuetify.min.js +2 -2
  8. package/es5/components/VAlert/VAlert.js +46 -12
  9. package/es5/components/VAlert/VAlert.js.map +1 -1
  10. package/es5/components/VApp/VApp.js.map +1 -1
  11. package/es5/components/VAppBar/VAppBar.js +23 -17
  12. package/es5/components/VAppBar/VAppBar.js.map +1 -1
  13. package/es5/components/VAppBar/VAppBarNavIcon.js +5 -1
  14. package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
  15. package/es5/components/VAppBar/VAppBarTitle.js.map +1 -1
  16. package/es5/components/VAppBar/index.js.map +1 -1
  17. package/es5/components/VAutocomplete/VAutocomplete.js +12 -9
  18. package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
  19. package/es5/components/VAvatar/VAvatar.js +3 -1
  20. package/es5/components/VAvatar/VAvatar.js.map +1 -1
  21. package/es5/components/VBadge/VBadge.js +46 -14
  22. package/es5/components/VBadge/VBadge.js.map +1 -1
  23. package/es5/components/VBanner/VBanner.js +51 -15
  24. package/es5/components/VBanner/VBanner.js.map +1 -1
  25. package/es5/components/VBottomNavigation/VBottomNavigation.js +41 -14
  26. package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  27. package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
  28. package/es5/components/VBreadcrumbs/VBreadcrumbs.js +22 -8
  29. package/es5/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
  30. package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js +28 -2
  31. package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
  32. package/es5/components/VBreadcrumbs/index.js.map +1 -1
  33. package/es5/components/VBtn/VBtn.js +20 -16
  34. package/es5/components/VBtn/VBtn.js.map +1 -1
  35. package/es5/components/VBtnToggle/VBtnToggle.js.map +1 -1
  36. package/es5/components/VCalendar/VCalendar.js +27 -29
  37. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  38. package/es5/components/VCalendar/VCalendarCategory.js +26 -34
  39. package/es5/components/VCalendar/VCalendarCategory.js.map +1 -1
  40. package/es5/components/VCalendar/VCalendarDaily.js +47 -60
  41. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  42. package/es5/components/VCalendar/VCalendarMonthly.js +2 -2
  43. package/es5/components/VCalendar/VCalendarMonthly.js.map +1 -1
  44. package/es5/components/VCalendar/VCalendarWeekly.js +38 -36
  45. package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
  46. package/es5/components/VCalendar/index.js.map +1 -1
  47. package/es5/components/VCalendar/mixins/calendar-base.js +5 -10
  48. package/es5/components/VCalendar/mixins/calendar-base.js.map +1 -1
  49. package/es5/components/VCalendar/mixins/calendar-with-events.js +46 -59
  50. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  51. package/es5/components/VCalendar/mixins/calendar-with-intervals.js +2 -2
  52. package/es5/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -1
  53. package/es5/components/VCalendar/mixins/times.js.map +1 -1
  54. package/es5/components/VCalendar/modes/common.js.map +1 -1
  55. package/es5/components/VCalendar/modes/index.js.map +1 -1
  56. package/es5/components/VCalendar/modes/stack.js.map +1 -1
  57. package/es5/components/VCalendar/util/events.js.map +1 -1
  58. package/es5/components/VCalendar/util/props.js.map +1 -1
  59. package/es5/components/VCalendar/util/timestamp.js.map +1 -1
  60. package/es5/components/VCard/VCard.js +2 -1
  61. package/es5/components/VCard/VCard.js.map +1 -1
  62. package/es5/components/VCard/index.js.map +1 -1
  63. package/es5/components/VCarousel/VCarousel.js +62 -18
  64. package/es5/components/VCarousel/VCarousel.js.map +1 -1
  65. package/es5/components/VCarousel/VCarouselItem.js +11 -4
  66. package/es5/components/VCarousel/VCarouselItem.js.map +1 -1
  67. package/es5/components/VCarousel/index.js.map +1 -1
  68. package/es5/components/VCheckbox/VCheckbox.js +40 -9
  69. package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
  70. package/es5/components/VCheckbox/VSimpleCheckbox.js +94 -38
  71. package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
  72. package/es5/components/VCheckbox/index.js.map +1 -1
  73. package/es5/components/VChip/VChip.js +30 -12
  74. package/es5/components/VChip/VChip.js.map +1 -1
  75. package/es5/components/VChipGroup/VChipGroup.js.map +1 -1
  76. package/es5/components/VColorPicker/VColorPicker.js +57 -38
  77. package/es5/components/VColorPicker/VColorPicker.js.map +1 -1
  78. package/es5/components/VColorPicker/VColorPickerCanvas.js +45 -46
  79. package/es5/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
  80. package/es5/components/VColorPicker/VColorPickerEdit.js +36 -28
  81. package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  82. package/es5/components/VColorPicker/VColorPickerPreview.js +41 -30
  83. package/es5/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  84. package/es5/components/VColorPicker/VColorPickerSwatches.js +16 -11
  85. package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  86. package/es5/components/VColorPicker/util/index.js.map +1 -1
  87. package/es5/components/VCombobox/VCombobox.js +1 -0
  88. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  89. package/es5/components/VContent/VContent.js +25 -6
  90. package/es5/components/VContent/VContent.js.map +1 -1
  91. package/es5/components/VCounter/VCounter.js.map +1 -1
  92. package/es5/components/VData/VData.js +4 -3
  93. package/es5/components/VData/VData.js.map +1 -1
  94. package/es5/components/VDataIterator/VDataFooter.js +21 -7
  95. package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
  96. package/es5/components/VDataIterator/VDataIterator.js +47 -50
  97. package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
  98. package/es5/components/VDataIterator/index.js.map +1 -1
  99. package/es5/components/VDataTable/MobileRow.js.map +1 -1
  100. package/es5/components/VDataTable/Row.js +11 -8
  101. package/es5/components/VDataTable/Row.js.map +1 -1
  102. package/es5/components/VDataTable/RowGroup.js +46 -15
  103. package/es5/components/VDataTable/RowGroup.js.map +1 -1
  104. package/es5/components/VDataTable/VDataTable.js +94 -81
  105. package/es5/components/VDataTable/VDataTable.js.map +1 -1
  106. package/es5/components/VDataTable/VDataTableHeader.js +8 -7
  107. package/es5/components/VDataTable/VDataTableHeader.js.map +1 -1
  108. package/es5/components/VDataTable/VDataTableHeaderDesktop.js +8 -2
  109. package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  110. package/es5/components/VDataTable/VDataTableHeaderMobile.js +32 -38
  111. package/es5/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
  112. package/es5/components/VDataTable/VEditDialog.js +26 -22
  113. package/es5/components/VDataTable/VEditDialog.js.map +1 -1
  114. package/es5/components/VDataTable/VSimpleTable.js +1 -1
  115. package/es5/components/VDataTable/VSimpleTable.js.map +1 -1
  116. package/es5/components/VDataTable/VVirtualTable.js +6 -6
  117. package/es5/components/VDataTable/VVirtualTable.js.map +1 -1
  118. package/es5/components/VDataTable/index.js.map +1 -1
  119. package/es5/components/VDataTable/mixins/header.js +7 -9
  120. package/es5/components/VDataTable/mixins/header.js.map +1 -1
  121. package/es5/components/VDatePicker/VDatePicker.js +57 -38
  122. package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
  123. package/es5/components/VDatePicker/VDatePickerDateTable.js +2 -2
  124. package/es5/components/VDatePicker/VDatePickerDateTable.js.map +1 -1
  125. package/es5/components/VDatePicker/VDatePickerHeader.js +68 -24
  126. package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  127. package/es5/components/VDatePicker/VDatePickerMonthTable.js +6 -3
  128. package/es5/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
  129. package/es5/components/VDatePicker/VDatePickerTitle.js +61 -16
  130. package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -1
  131. package/es5/components/VDatePicker/VDatePickerYears.js +47 -23
  132. package/es5/components/VDatePicker/VDatePickerYears.js.map +1 -1
  133. package/es5/components/VDatePicker/index.js.map +1 -1
  134. package/es5/components/VDatePicker/mixins/date-picker-table.js +52 -31
  135. package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  136. package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js +4 -0
  137. package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -1
  138. package/es5/components/VDatePicker/util/eventHelpers.js +27 -17
  139. package/es5/components/VDatePicker/util/eventHelpers.js.map +1 -1
  140. package/es5/components/VDatePicker/util/index.js.map +1 -1
  141. package/es5/components/VDialog/VDialog.js +60 -34
  142. package/es5/components/VDialog/VDialog.js.map +1 -1
  143. package/es5/components/VDivider/VDivider.js.map +1 -1
  144. package/es5/components/VExpansionPanel/VExpansionPanel.js +1 -0
  145. package/es5/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
  146. package/es5/components/VExpansionPanel/VExpansionPanelContent.js +12 -10
  147. package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
  148. package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +17 -20
  149. package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
  150. package/es5/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
  151. package/es5/components/VExpansionPanel/index.js.map +1 -1
  152. package/es5/components/VFileInput/VFileInput.js +55 -28
  153. package/es5/components/VFileInput/VFileInput.js.map +1 -1
  154. package/es5/components/VFooter/VFooter.js +7 -6
  155. package/es5/components/VFooter/VFooter.js.map +1 -1
  156. package/es5/components/VForm/VForm.js +45 -30
  157. package/es5/components/VForm/VForm.js.map +1 -1
  158. package/es5/components/VGrid/VCol.js +6 -4
  159. package/es5/components/VGrid/VCol.js.map +1 -1
  160. package/es5/components/VGrid/VContainer.js +27 -10
  161. package/es5/components/VGrid/VContainer.js.map +1 -1
  162. package/es5/components/VGrid/VRow.js +1 -1
  163. package/es5/components/VGrid/VRow.js.map +1 -1
  164. package/es5/components/VGrid/grid.js +35 -15
  165. package/es5/components/VGrid/grid.js.map +1 -1
  166. package/es5/components/VGrid/index.js.map +1 -1
  167. package/es5/components/VHover/VHover.js +24 -17
  168. package/es5/components/VHover/VHover.js.map +1 -1
  169. package/es5/components/VIcon/VIcon.js +71 -66
  170. package/es5/components/VIcon/VIcon.js.map +1 -1
  171. package/es5/components/VImg/VImg.js +13 -9
  172. package/es5/components/VImg/VImg.js.map +1 -1
  173. package/es5/components/VInput/VInput.js +89 -17
  174. package/es5/components/VInput/VInput.js.map +1 -1
  175. package/es5/components/VItemGroup/VItem.js +21 -17
  176. package/es5/components/VItemGroup/VItem.js.map +1 -1
  177. package/es5/components/VItemGroup/VItemGroup.js +13 -3
  178. package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
  179. package/es5/components/VItemGroup/index.js.map +1 -1
  180. package/es5/components/VLabel/VLabel.js +18 -9
  181. package/es5/components/VLabel/VLabel.js.map +1 -1
  182. package/es5/components/VLazy/VLazy.js +12 -16
  183. package/es5/components/VLazy/VLazy.js.map +1 -1
  184. package/es5/components/VList/VList.js +2 -2
  185. package/es5/components/VList/VList.js.map +1 -1
  186. package/es5/components/VList/VListGroup.js +73 -40
  187. package/es5/components/VList/VListGroup.js.map +1 -1
  188. package/es5/components/VList/VListItem.js +67 -20
  189. package/es5/components/VList/VListItem.js.map +1 -1
  190. package/es5/components/VList/VListItemAction.js +23 -9
  191. package/es5/components/VList/VListItemAction.js.map +1 -1
  192. package/es5/components/VList/VListItemAvatar.js.map +1 -1
  193. package/es5/components/VList/VListItemGroup.js.map +1 -1
  194. package/es5/components/VList/VListItemIcon.js +3 -1
  195. package/es5/components/VList/VListItemIcon.js.map +1 -1
  196. package/es5/components/VList/index.js.map +1 -1
  197. package/es5/components/VMain/VMain.js +1 -1
  198. package/es5/components/VMain/VMain.js.map +1 -1
  199. package/es5/components/VMenu/VMenu.js +66 -33
  200. package/es5/components/VMenu/VMenu.js.map +1 -1
  201. package/es5/components/VMessages/VMessages.js +40 -10
  202. package/es5/components/VMessages/VMessages.js.map +1 -1
  203. package/es5/components/VNavigationDrawer/VNavigationDrawer.js +41 -19
  204. package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  205. package/es5/components/VOtpInput/VOtpInput.js +87 -34
  206. package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
  207. package/es5/components/VOverflowBtn/VOverflowBtn.js +26 -17
  208. package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
  209. package/es5/components/VOverlay/VOverlay.js +31 -3
  210. package/es5/components/VOverlay/VOverlay.js.map +1 -1
  211. package/es5/components/VPagination/VPagination.js +48 -27
  212. package/es5/components/VPagination/VPagination.js.map +1 -1
  213. package/es5/components/VParallax/VParallax.js.map +1 -1
  214. package/es5/components/VPicker/VPicker.js +11 -5
  215. package/es5/components/VPicker/VPicker.js.map +1 -1
  216. package/es5/components/VProgressCircular/VProgressCircular.js +6 -13
  217. package/es5/components/VProgressCircular/VProgressCircular.js.map +1 -1
  218. package/es5/components/VProgressLinear/VProgressLinear.js +51 -30
  219. package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -1
  220. package/es5/components/VRadioGroup/VRadio.js +11 -2
  221. package/es5/components/VRadioGroup/VRadio.js.map +1 -1
  222. package/es5/components/VRadioGroup/VRadioGroup.js +49 -10
  223. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  224. package/es5/components/VRadioGroup/index.js.map +1 -1
  225. package/es5/components/VRangeSlider/VRangeSlider.js +59 -34
  226. package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
  227. package/es5/components/VRating/VRating.js +45 -17
  228. package/es5/components/VRating/VRating.js.map +1 -1
  229. package/es5/components/VResponsive/VResponsive.js.map +1 -1
  230. package/es5/components/VSelect/VSelect.js +163 -82
  231. package/es5/components/VSelect/VSelect.js.map +1 -1
  232. package/es5/components/VSelect/VSelectList.js +127 -47
  233. package/es5/components/VSelect/VSelectList.js.map +1 -1
  234. package/es5/components/VSheet/VSheet.js +3 -1
  235. package/es5/components/VSheet/VSheet.js.map +1 -1
  236. package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  237. package/es5/components/VSlideGroup/VSlideGroup.js +43 -29
  238. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  239. package/es5/components/VSlideGroup/VSlideItem.js +2 -1
  240. package/es5/components/VSlideGroup/VSlideItem.js.map +1 -1
  241. package/es5/components/VSlideGroup/index.js.map +1 -1
  242. package/es5/components/VSlider/VSlider.js +67 -35
  243. package/es5/components/VSlider/VSlider.js.map +1 -1
  244. package/es5/components/VSnackbar/VSnackbar.js +8 -3
  245. package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
  246. package/es5/components/VSparkline/VSparkline.js +48 -68
  247. package/es5/components/VSparkline/VSparkline.js.map +1 -1
  248. package/es5/components/VSparkline/helpers/core.js.map +1 -1
  249. package/es5/components/VSparkline/helpers/math.js.map +1 -1
  250. package/es5/components/VSpeedDial/VSpeedDial.js +19 -19
  251. package/es5/components/VSpeedDial/VSpeedDial.js.map +1 -1
  252. package/es5/components/VStepper/VStepper.js +3 -2
  253. package/es5/components/VStepper/VStepper.js.map +1 -1
  254. package/es5/components/VStepper/VStepperContent.js +9 -8
  255. package/es5/components/VStepper/VStepperContent.js.map +1 -1
  256. package/es5/components/VStepper/VStepperStep.js +15 -21
  257. package/es5/components/VStepper/VStepperStep.js.map +1 -1
  258. package/es5/components/VStepper/index.js.map +1 -1
  259. package/es5/components/VSubheader/VSubheader.js +1 -1
  260. package/es5/components/VSubheader/VSubheader.js.map +1 -1
  261. package/es5/components/VSwitch/VSwitch.js +11 -9
  262. package/es5/components/VSwitch/VSwitch.js.map +1 -1
  263. package/es5/components/VSystemBar/VSystemBar.js +5 -5
  264. package/es5/components/VSystemBar/VSystemBar.js.map +1 -1
  265. package/es5/components/VTabs/VTab.js +9 -1
  266. package/es5/components/VTabs/VTab.js.map +1 -1
  267. package/es5/components/VTabs/VTabItem.js.map +1 -1
  268. package/es5/components/VTabs/VTabs.js +74 -25
  269. package/es5/components/VTabs/VTabs.js.map +1 -1
  270. package/es5/components/VTabs/VTabsBar.js +3 -0
  271. package/es5/components/VTabs/VTabsBar.js.map +1 -1
  272. package/es5/components/VTabs/VTabsItems.js +1 -0
  273. package/es5/components/VTabs/VTabsItems.js.map +1 -1
  274. package/es5/components/VTabs/VTabsSlider.js.map +1 -1
  275. package/es5/components/VTabs/index.js.map +1 -1
  276. package/es5/components/VTextField/VTextField.js +55 -34
  277. package/es5/components/VTextField/VTextField.js.map +1 -1
  278. package/es5/components/VTextarea/VTextarea.js +1 -1
  279. package/es5/components/VTextarea/VTextarea.js.map +1 -1
  280. package/es5/components/VThemeProvider/VThemeProvider.js.map +1 -1
  281. package/es5/components/VTimePicker/VTimePicker.js +72 -44
  282. package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
  283. package/es5/components/VTimePicker/VTimePickerClock.js +37 -48
  284. package/es5/components/VTimePicker/VTimePickerClock.js.map +1 -1
  285. package/es5/components/VTimePicker/VTimePickerTitle.js +13 -11
  286. package/es5/components/VTimePicker/VTimePickerTitle.js.map +1 -1
  287. package/es5/components/VTimePicker/index.js.map +1 -1
  288. package/es5/components/VTimeline/VTimeline.js.map +1 -1
  289. package/es5/components/VTimeline/VTimelineItem.js +8 -2
  290. package/es5/components/VTimeline/VTimelineItem.js.map +1 -1
  291. package/es5/components/VTimeline/index.js.map +1 -1
  292. package/es5/components/VToolbar/VToolbar.js +3 -6
  293. package/es5/components/VToolbar/VToolbar.js.map +1 -1
  294. package/es5/components/VToolbar/index.js.map +1 -1
  295. package/es5/components/VTooltip/VTooltip.js +14 -20
  296. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  297. package/es5/components/VTreeview/VTreeview.js +25 -19
  298. package/es5/components/VTreeview/VTreeview.js.map +1 -1
  299. package/es5/components/VTreeview/VTreeviewNode.js +12 -6
  300. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  301. package/es5/components/VTreeview/index.js.map +1 -1
  302. package/es5/components/VVirtualScroll/VVirtualScroll.js +15 -19
  303. package/es5/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  304. package/es5/components/VWindow/VWindow.js +13 -8
  305. package/es5/components/VWindow/VWindow.js.map +1 -1
  306. package/es5/components/VWindow/VWindowItem.js +10 -10
  307. package/es5/components/VWindow/VWindowItem.js.map +1 -1
  308. package/es5/components/VWindow/index.js.map +1 -1
  309. package/es5/components/transitions/createTransition.js +10 -2
  310. package/es5/components/transitions/createTransition.js.map +1 -1
  311. package/es5/components/transitions/expand-transition.js +1 -0
  312. package/es5/components/transitions/expand-transition.js.map +1 -1
  313. package/es5/components/transitions/index.js.map +1 -1
  314. package/es5/directives/click-outside/index.js +19 -21
  315. package/es5/directives/click-outside/index.js.map +1 -1
  316. package/es5/directives/color/index.js +6 -3
  317. package/es5/directives/color/index.js.map +1 -1
  318. package/es5/directives/intersect/index.js +30 -22
  319. package/es5/directives/intersect/index.js.map +1 -1
  320. package/es5/directives/mutate/index.js +18 -20
  321. package/es5/directives/mutate/index.js.map +1 -1
  322. package/es5/directives/resize/index.js +12 -14
  323. package/es5/directives/resize/index.js.map +1 -1
  324. package/es5/directives/ripple/index.js +5 -2
  325. package/es5/directives/ripple/index.js.map +1 -1
  326. package/es5/directives/scroll/index.js +15 -16
  327. package/es5/directives/scroll/index.js.map +1 -1
  328. package/es5/directives/touch/index.js +16 -12
  329. package/es5/directives/touch/index.js.map +1 -1
  330. package/es5/framework.js +1 -1
  331. package/es5/framework.js.map +1 -1
  332. package/es5/index.js.map +1 -1
  333. package/es5/install.js +10 -33
  334. package/es5/install.js.map +1 -1
  335. package/es5/locale/af.js.map +1 -1
  336. package/es5/locale/ar.js.map +1 -1
  337. package/es5/locale/az.js.map +1 -1
  338. package/es5/locale/bg.js.map +1 -1
  339. package/es5/locale/ca.js.map +1 -1
  340. package/es5/locale/ckb.js.map +1 -1
  341. package/es5/locale/cs.js.map +1 -1
  342. package/es5/locale/da.js.map +1 -1
  343. package/es5/locale/de.js.map +1 -1
  344. package/es5/locale/el.js.map +1 -1
  345. package/es5/locale/en.js.map +1 -1
  346. package/es5/locale/es.js.map +1 -1
  347. package/es5/locale/et.js.map +1 -1
  348. package/es5/locale/fa.js.map +1 -1
  349. package/es5/locale/fi.js.map +1 -1
  350. package/es5/locale/fr.js.map +1 -1
  351. package/es5/locale/he.js.map +1 -1
  352. package/es5/locale/hr.js.map +1 -1
  353. package/es5/locale/hu.js.map +1 -1
  354. package/es5/locale/id.js.map +1 -1
  355. package/es5/locale/it.js.map +1 -1
  356. package/es5/locale/ja.js.map +1 -1
  357. package/es5/locale/ko.js.map +1 -1
  358. package/es5/locale/lt.js.map +1 -1
  359. package/es5/locale/lv.js.map +1 -1
  360. package/es5/locale/nl.js.map +1 -1
  361. package/es5/locale/no.js.map +1 -1
  362. package/es5/locale/pl.js.map +1 -1
  363. package/es5/locale/pt.js.map +1 -1
  364. package/es5/locale/ro.js.map +1 -1
  365. package/es5/locale/ru.js.map +1 -1
  366. package/es5/locale/sk.js.map +1 -1
  367. package/es5/locale/sl.js.map +1 -1
  368. package/es5/locale/sr-Cyrl.js.map +1 -1
  369. package/es5/locale/sr-Latn.js.map +1 -1
  370. package/es5/locale/sv.js.map +1 -1
  371. package/es5/locale/th.js.map +1 -1
  372. package/es5/locale/tr.js.map +1 -1
  373. package/es5/locale/uk.js.map +1 -1
  374. package/es5/locale/vi.js.map +1 -1
  375. package/es5/locale/zh-Hans.js.map +1 -1
  376. package/es5/locale/zh-Hant.js.map +1 -1
  377. package/es5/mixins/activatable/index.js +11 -18
  378. package/es5/mixins/activatable/index.js.map +1 -1
  379. package/es5/mixins/applicationable/index.js +4 -4
  380. package/es5/mixins/applicationable/index.js.map +1 -1
  381. package/es5/mixins/binds-attrs/index.js +1 -1
  382. package/es5/mixins/binds-attrs/index.js.map +1 -1
  383. package/es5/mixins/bootable/index.js +1 -2
  384. package/es5/mixins/bootable/index.js.map +1 -1
  385. package/es5/mixins/button-group/index.js.map +1 -1
  386. package/es5/mixins/colorable/index.js +1 -0
  387. package/es5/mixins/colorable/index.js.map +1 -1
  388. package/es5/mixins/comparable/index.js.map +1 -1
  389. package/es5/mixins/delayable/index.js.map +1 -1
  390. package/es5/mixins/dependent/index.js +36 -14
  391. package/es5/mixins/dependent/index.js.map +1 -1
  392. package/es5/mixins/detachable/index.js +13 -10
  393. package/es5/mixins/detachable/index.js.map +1 -1
  394. package/es5/mixins/elevatable/index.js.map +1 -1
  395. package/es5/mixins/filterable/index.js.map +1 -1
  396. package/es5/mixins/groupable/index.js +6 -2
  397. package/es5/mixins/groupable/index.js.map +1 -1
  398. package/es5/mixins/intersectable/index.js +2 -2
  399. package/es5/mixins/intersectable/index.js.map +1 -1
  400. package/es5/mixins/loadable/index.js +3 -1
  401. package/es5/mixins/loadable/index.js.map +1 -1
  402. package/es5/mixins/localable/index.js.map +1 -1
  403. package/es5/mixins/measurable/index.js.map +1 -1
  404. package/es5/mixins/menuable/index.js +3 -3
  405. package/es5/mixins/menuable/index.js.map +1 -1
  406. package/es5/mixins/mobile/index.js.map +1 -1
  407. package/es5/mixins/mouse/index.js +10 -5
  408. package/es5/mixins/mouse/index.js.map +1 -1
  409. package/es5/mixins/overlayable/index.js +46 -12
  410. package/es5/mixins/overlayable/index.js.map +1 -1
  411. package/es5/mixins/picker/index.js +16 -5
  412. package/es5/mixins/picker/index.js.map +1 -1
  413. package/es5/mixins/picker-button/index.js.map +1 -1
  414. package/es5/mixins/positionable/index.js.map +1 -1
  415. package/es5/mixins/proxyable/index.js +5 -2
  416. package/es5/mixins/proxyable/index.js.map +1 -1
  417. package/es5/mixins/registrable/index.js.map +1 -1
  418. package/es5/mixins/returnable/index.js.map +1 -1
  419. package/es5/mixins/rippleable/index.js.map +1 -1
  420. package/es5/mixins/roundable/index.js.map +1 -1
  421. package/es5/mixins/routable/index.js +17 -8
  422. package/es5/mixins/routable/index.js.map +1 -1
  423. package/es5/mixins/scrollable/index.js.map +1 -1
  424. package/es5/mixins/selectable/index.js +7 -7
  425. package/es5/mixins/selectable/index.js.map +1 -1
  426. package/es5/mixins/sizeable/index.js.map +1 -1
  427. package/es5/mixins/ssr-bootable/index.js.map +1 -1
  428. package/es5/mixins/stackable/index.js.map +1 -1
  429. package/es5/mixins/themeable/index.js.map +1 -1
  430. package/es5/mixins/toggleable/index.js.map +1 -1
  431. package/es5/mixins/transitionable/index.js.map +1 -1
  432. package/es5/mixins/translatable/index.js +1 -1
  433. package/es5/mixins/translatable/index.js.map +1 -1
  434. package/es5/mixins/validatable/index.js +34 -7
  435. package/es5/mixins/validatable/index.js.map +1 -1
  436. package/es5/presets/default/index.js.map +1 -1
  437. package/es5/services/application/index.js.map +1 -1
  438. package/es5/services/breakpoint/index.js.map +1 -1
  439. package/es5/services/goto/index.js.map +1 -1
  440. package/es5/services/goto/util.js +42 -3
  441. package/es5/services/goto/util.js.map +1 -1
  442. package/es5/services/icons/index.js.map +1 -1
  443. package/es5/services/icons/presets/fa-svg.js.map +1 -1
  444. package/es5/services/icons/presets/fa.js.map +1 -1
  445. package/es5/services/icons/presets/fa4.js.map +1 -1
  446. package/es5/services/icons/presets/index.js.map +1 -1
  447. package/es5/services/icons/presets/md.js.map +1 -1
  448. package/es5/services/icons/presets/mdi-svg.js.map +1 -1
  449. package/es5/services/icons/presets/mdi.js.map +1 -1
  450. package/es5/services/lang/index.js.map +1 -1
  451. package/es5/services/presets/index.js.map +1 -1
  452. package/es5/services/service/index.js.map +1 -1
  453. package/es5/services/theme/index.js +21 -72
  454. package/es5/services/theme/index.js.map +1 -1
  455. package/es5/services/theme/utils.js.map +1 -1
  456. package/es5/types/vue-augment.js +4 -0
  457. package/es5/types/vue-augment.js.map +1 -0
  458. package/es5/types/vue-internal.js +6 -0
  459. package/es5/types/vue-internal.js.map +1 -0
  460. package/es5/util/color/transformCIELAB.js.map +1 -1
  461. package/es5/util/color/transformSRGB.js.map +1 -1
  462. package/es5/util/colorUtils.js.map +1 -1
  463. package/es5/util/colors.js.map +1 -1
  464. package/es5/util/console.js +49 -18
  465. package/es5/util/console.js.map +1 -1
  466. package/es5/util/dedupeModelListeners.js.map +1 -1
  467. package/es5/util/helpers.js +107 -21
  468. package/es5/util/helpers.js.map +1 -1
  469. package/es5/util/legacyEventsMixin.js +48 -0
  470. package/es5/util/legacyEventsMixin.js.map +1 -0
  471. package/es5/util/make-directive-activatable.js +1 -1
  472. package/es5/util/make-directive-activatable.js.map +1 -1
  473. package/es5/util/mergeData.js +6 -23
  474. package/es5/util/mergeData.js.map +1 -1
  475. package/es5/util/mixins.js +4 -3
  476. package/es5/util/mixins.js.map +1 -1
  477. package/es5/util/rebuildFunctionalSlots.js.map +1 -1
  478. package/lib/components/VAlert/VAlert.js +17 -13
  479. package/lib/components/VAlert/VAlert.js.map +1 -1
  480. package/lib/components/VApp/VApp.js.map +1 -1
  481. package/lib/components/VAppBar/VAppBar.js +23 -16
  482. package/lib/components/VAppBar/VAppBar.js.map +1 -1
  483. package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
  484. package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
  485. package/lib/components/VAppBar/VAppBarTitle.js.map +1 -1
  486. package/lib/components/VAppBar/index.js.map +1 -1
  487. package/lib/components/VAutocomplete/VAutocomplete.js +13 -10
  488. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  489. package/lib/components/VAvatar/VAvatar.js +3 -1
  490. package/lib/components/VAvatar/VAvatar.js.map +1 -1
  491. package/lib/components/VBadge/VBadge.js +26 -13
  492. package/lib/components/VBadge/VBadge.js.map +1 -1
  493. package/lib/components/VBanner/VBanner.js +20 -13
  494. package/lib/components/VBanner/VBanner.js.map +1 -1
  495. package/lib/components/VBottomNavigation/VBottomNavigation.js +21 -15
  496. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  497. package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
  498. package/lib/components/VBreadcrumbs/VBreadcrumbs.js +7 -5
  499. package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
  500. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +25 -3
  501. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
  502. package/lib/components/VBreadcrumbs/index.js.map +1 -1
  503. package/lib/components/VBtn/VBtn.js +21 -21
  504. package/lib/components/VBtn/VBtn.js.map +1 -1
  505. package/lib/components/VBtnToggle/VBtnToggle.js.map +1 -1
  506. package/lib/components/VCalendar/VCalendar.js +26 -31
  507. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  508. package/lib/components/VCalendar/VCalendarCategory.js +8 -10
  509. package/lib/components/VCalendar/VCalendarCategory.js.map +1 -1
  510. package/lib/components/VCalendar/VCalendarDaily.js +25 -33
  511. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  512. package/lib/components/VCalendar/VCalendarMonthly.js +2 -2
  513. package/lib/components/VCalendar/VCalendarMonthly.js.map +1 -1
  514. package/lib/components/VCalendar/VCalendarWeekly.js +36 -40
  515. package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
  516. package/lib/components/VCalendar/index.js.map +1 -1
  517. package/lib/components/VCalendar/mixins/calendar-base.js +7 -11
  518. package/lib/components/VCalendar/mixins/calendar-base.js.map +1 -1
  519. package/lib/components/VCalendar/mixins/calendar-with-events.js +20 -40
  520. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  521. package/lib/components/VCalendar/mixins/calendar-with-intervals.js +2 -2
  522. package/lib/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -1
  523. package/lib/components/VCalendar/mixins/times.js.map +1 -1
  524. package/lib/components/VCalendar/modes/common.js.map +1 -1
  525. package/lib/components/VCalendar/modes/index.js.map +1 -1
  526. package/lib/components/VCalendar/modes/stack.js.map +1 -1
  527. package/lib/components/VCalendar/util/events.js.map +1 -1
  528. package/lib/components/VCalendar/util/props.js.map +1 -1
  529. package/lib/components/VCalendar/util/timestamp.js.map +1 -1
  530. package/lib/components/VCard/VCard.js +3 -2
  531. package/lib/components/VCard/VCard.js.map +1 -1
  532. package/lib/components/VCard/index.js.map +1 -1
  533. package/lib/components/VCarousel/VCarousel.js +37 -17
  534. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  535. package/lib/components/VCarousel/VCarouselItem.js +4 -3
  536. package/lib/components/VCarousel/VCarouselItem.js.map +1 -1
  537. package/lib/components/VCarousel/index.js.map +1 -1
  538. package/lib/components/VCheckbox/VCheckbox.js +19 -9
  539. package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
  540. package/lib/components/VCheckbox/VSimpleCheckbox.js +83 -39
  541. package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
  542. package/lib/components/VCheckbox/index.js.map +1 -1
  543. package/lib/components/VChip/VChip.js +21 -11
  544. package/lib/components/VChip/VChip.js.map +1 -1
  545. package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
  546. package/lib/components/VColorPicker/VColorPicker.js +48 -45
  547. package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
  548. package/lib/components/VColorPicker/VColorPickerCanvas.js +41 -43
  549. package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
  550. package/lib/components/VColorPicker/VColorPickerEdit.js +30 -33
  551. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  552. package/lib/components/VColorPicker/VColorPickerPreview.js +45 -32
  553. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  554. package/lib/components/VColorPicker/VColorPickerSwatches.js +16 -10
  555. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  556. package/lib/components/VColorPicker/util/index.js.map +1 -1
  557. package/lib/components/VCombobox/VCombobox.js +1 -0
  558. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  559. package/lib/components/VContent/VContent.js +19 -4
  560. package/lib/components/VContent/VContent.js.map +1 -1
  561. package/lib/components/VCounter/VCounter.js.map +1 -1
  562. package/lib/components/VData/VData.js +6 -4
  563. package/lib/components/VData/VData.js.map +1 -1
  564. package/lib/components/VDataIterator/VDataFooter.js +15 -7
  565. package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
  566. package/lib/components/VDataIterator/VDataIterator.js +32 -35
  567. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  568. package/lib/components/VDataIterator/index.js.map +1 -1
  569. package/lib/components/VDataTable/MobileRow.js.map +1 -1
  570. package/lib/components/VDataTable/Row.js +11 -8
  571. package/lib/components/VDataTable/Row.js.map +1 -1
  572. package/lib/components/VDataTable/RowGroup.js +30 -14
  573. package/lib/components/VDataTable/RowGroup.js.map +1 -1
  574. package/lib/components/VDataTable/VDataTable.js +67 -73
  575. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  576. package/lib/components/VDataTable/VDataTableHeader.js +10 -8
  577. package/lib/components/VDataTable/VDataTableHeader.js.map +1 -1
  578. package/lib/components/VDataTable/VDataTableHeaderDesktop.js +7 -1
  579. package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  580. package/lib/components/VDataTable/VDataTableHeaderMobile.js +19 -26
  581. package/lib/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
  582. package/lib/components/VDataTable/VEditDialog.js +18 -18
  583. package/lib/components/VDataTable/VEditDialog.js.map +1 -1
  584. package/lib/components/VDataTable/VSimpleTable.js +1 -1
  585. package/lib/components/VDataTable/VSimpleTable.js.map +1 -1
  586. package/lib/components/VDataTable/VVirtualTable.js +2 -3
  587. package/lib/components/VDataTable/VVirtualTable.js.map +1 -1
  588. package/lib/components/VDataTable/index.js.map +1 -1
  589. package/lib/components/VDataTable/mixins/header.js +3 -8
  590. package/lib/components/VDataTable/mixins/header.js.map +1 -1
  591. package/lib/components/VDatePicker/VDatePicker.js +44 -29
  592. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  593. package/lib/components/VDatePicker/VDatePickerDateTable.js +2 -2
  594. package/lib/components/VDatePicker/VDatePickerDateTable.js.map +1 -1
  595. package/lib/components/VDatePicker/VDatePickerHeader.js +45 -21
  596. package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  597. package/lib/components/VDatePicker/VDatePickerMonthTable.js +3 -1
  598. package/lib/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
  599. package/lib/components/VDatePicker/VDatePickerTitle.js +34 -11
  600. package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -1
  601. package/lib/components/VDatePicker/VDatePickerYears.js +17 -8
  602. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  603. package/lib/components/VDatePicker/index.js.map +1 -1
  604. package/lib/components/VDatePicker/mixins/date-picker-table.js +30 -17
  605. package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  606. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js +4 -0
  607. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -1
  608. package/lib/components/VDatePicker/util/eventHelpers.js +26 -14
  609. package/lib/components/VDatePicker/util/eventHelpers.js.map +1 -1
  610. package/lib/components/VDatePicker/util/index.js.map +1 -1
  611. package/lib/components/VDialog/VDialog.js +14 -6
  612. package/lib/components/VDialog/VDialog.js.map +1 -1
  613. package/lib/components/VDivider/VDivider.js.map +1 -1
  614. package/lib/components/VExpansionPanel/VExpansionPanel.js +1 -0
  615. package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
  616. package/lib/components/VExpansionPanel/VExpansionPanelContent.js +2 -2
  617. package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
  618. package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +4 -7
  619. package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
  620. package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
  621. package/lib/components/VExpansionPanel/index.js.map +1 -1
  622. package/lib/components/VFileInput/VFileInput.js +46 -26
  623. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  624. package/lib/components/VFooter/VFooter.js +6 -4
  625. package/lib/components/VFooter/VFooter.js.map +1 -1
  626. package/lib/components/VForm/VForm.js +41 -26
  627. package/lib/components/VForm/VForm.js.map +1 -1
  628. package/lib/components/VGrid/VCol.js +8 -7
  629. package/lib/components/VGrid/VCol.js.map +1 -1
  630. package/lib/components/VGrid/VContainer.js +14 -10
  631. package/lib/components/VGrid/VContainer.js.map +1 -1
  632. package/lib/components/VGrid/VRow.js +3 -4
  633. package/lib/components/VGrid/VRow.js.map +1 -1
  634. package/lib/components/VGrid/grid.js +16 -14
  635. package/lib/components/VGrid/grid.js.map +1 -1
  636. package/lib/components/VGrid/index.js.map +1 -1
  637. package/lib/components/VHover/VHover.js +24 -18
  638. package/lib/components/VHover/VHover.js.map +1 -1
  639. package/lib/components/VIcon/VIcon.js +48 -71
  640. package/lib/components/VIcon/VIcon.js.map +1 -1
  641. package/lib/components/VImg/VImg.js +8 -10
  642. package/lib/components/VImg/VImg.js.map +1 -1
  643. package/lib/components/VInput/VInput.js +55 -14
  644. package/lib/components/VInput/VInput.js.map +1 -1
  645. package/lib/components/VItemGroup/VItem.js +24 -20
  646. package/lib/components/VItemGroup/VItem.js.map +1 -1
  647. package/lib/components/VItemGroup/VItemGroup.js +16 -6
  648. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  649. package/lib/components/VItemGroup/index.js.map +1 -1
  650. package/lib/components/VLabel/VLabel.js +13 -3
  651. package/lib/components/VLabel/VLabel.js.map +1 -1
  652. package/lib/components/VLazy/VLazy.js +13 -17
  653. package/lib/components/VLazy/VLazy.js.map +1 -1
  654. package/lib/components/VList/VList.js +3 -3
  655. package/lib/components/VList/VList.js.map +1 -1
  656. package/lib/components/VList/VListGroup.js +34 -32
  657. package/lib/components/VList/VListGroup.js.map +1 -1
  658. package/lib/components/VList/VListItem.js +42 -18
  659. package/lib/components/VList/VListItem.js.map +1 -1
  660. package/lib/components/VList/VListItemAction.js +15 -9
  661. package/lib/components/VList/VListItemAction.js.map +1 -1
  662. package/lib/components/VList/VListItemAvatar.js.map +1 -1
  663. package/lib/components/VList/VListItemGroup.js.map +1 -1
  664. package/lib/components/VList/VListItemIcon.js +3 -1
  665. package/lib/components/VList/VListItemIcon.js.map +1 -1
  666. package/lib/components/VList/index.js.map +1 -1
  667. package/lib/components/VMain/VMain.js +2 -2
  668. package/lib/components/VMain/VMain.js.map +1 -1
  669. package/lib/components/VMenu/VMenu.js +27 -11
  670. package/lib/components/VMenu/VMenu.js.map +1 -1
  671. package/lib/components/VMessages/VMessages.js +20 -6
  672. package/lib/components/VMessages/VMessages.js.map +1 -1
  673. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +17 -12
  674. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  675. package/lib/components/VOtpInput/VOtpInput.js +103 -35
  676. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  677. package/lib/components/VOverflowBtn/VOverflowBtn.js +24 -18
  678. package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
  679. package/lib/components/VOverlay/VOverlay.js +13 -2
  680. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  681. package/lib/components/VPagination/VPagination.js +28 -23
  682. package/lib/components/VPagination/VPagination.js.map +1 -1
  683. package/lib/components/VParallax/VParallax.js.map +1 -1
  684. package/lib/components/VPicker/VPicker.js +10 -6
  685. package/lib/components/VPicker/VPicker.js.map +1 -1
  686. package/lib/components/VProgressCircular/VProgressCircular.js +6 -7
  687. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  688. package/lib/components/VProgressLinear/VProgressLinear.js +45 -22
  689. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  690. package/lib/components/VRadioGroup/VRadio.js +3 -2
  691. package/lib/components/VRadioGroup/VRadio.js.map +1 -1
  692. package/lib/components/VRadioGroup/VRadioGroup.js +27 -12
  693. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  694. package/lib/components/VRadioGroup/index.js.map +1 -1
  695. package/lib/components/VRangeSlider/VRangeSlider.js +20 -8
  696. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  697. package/lib/components/VRating/VRating.js +11 -0
  698. package/lib/components/VRating/VRating.js.map +1 -1
  699. package/lib/components/VResponsive/VResponsive.js.map +1 -1
  700. package/lib/components/VSelect/VSelect.js +106 -43
  701. package/lib/components/VSelect/VSelect.js.map +1 -1
  702. package/lib/components/VSelect/VSelectList.js +74 -34
  703. package/lib/components/VSelect/VSelectList.js.map +1 -1
  704. package/lib/components/VSheet/VSheet.js +3 -2
  705. package/lib/components/VSheet/VSheet.js.map +1 -1
  706. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  707. package/lib/components/VSlideGroup/VSlideGroup.js +26 -24
  708. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  709. package/lib/components/VSlideGroup/VSlideItem.js +2 -1
  710. package/lib/components/VSlideGroup/VSlideItem.js.map +1 -1
  711. package/lib/components/VSlideGroup/index.js.map +1 -1
  712. package/lib/components/VSlider/VSlider.js +36 -26
  713. package/lib/components/VSlider/VSlider.js.map +1 -1
  714. package/lib/components/VSnackbar/VSnackbar.js +2 -1
  715. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  716. package/lib/components/VSparkline/VSparkline.js +48 -67
  717. package/lib/components/VSparkline/VSparkline.js.map +1 -1
  718. package/lib/components/VSparkline/helpers/core.js.map +1 -1
  719. package/lib/components/VSparkline/helpers/math.js.map +1 -1
  720. package/lib/components/VSpeedDial/VSpeedDial.js +13 -17
  721. package/lib/components/VSpeedDial/VSpeedDial.js.map +1 -1
  722. package/lib/components/VStepper/VStepper.js +4 -3
  723. package/lib/components/VStepper/VStepper.js.map +1 -1
  724. package/lib/components/VStepper/VStepperContent.js +7 -8
  725. package/lib/components/VStepper/VStepperContent.js.map +1 -1
  726. package/lib/components/VStepper/VStepperStep.js +9 -20
  727. package/lib/components/VStepper/VStepperStep.js.map +1 -1
  728. package/lib/components/VStepper/index.js.map +1 -1
  729. package/lib/components/VSubheader/VSubheader.js +1 -1
  730. package/lib/components/VSubheader/VSubheader.js.map +1 -1
  731. package/lib/components/VSwitch/VSwitch.js +2 -4
  732. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  733. package/lib/components/VSystemBar/VSystemBar.js +1 -2
  734. package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
  735. package/lib/components/VTabs/VTab.js +8 -2
  736. package/lib/components/VTabs/VTab.js.map +1 -1
  737. package/lib/components/VTabs/VTabItem.js.map +1 -1
  738. package/lib/components/VTabs/VTabs.js +38 -9
  739. package/lib/components/VTabs/VTabs.js.map +1 -1
  740. package/lib/components/VTabs/VTabsBar.js +3 -0
  741. package/lib/components/VTabs/VTabsBar.js.map +1 -1
  742. package/lib/components/VTabs/VTabsItems.js +1 -0
  743. package/lib/components/VTabs/VTabsItems.js.map +1 -1
  744. package/lib/components/VTabs/VTabsSlider.js.map +1 -1
  745. package/lib/components/VTabs/index.js.map +1 -1
  746. package/lib/components/VTextField/VTextField.js +26 -22
  747. package/lib/components/VTextField/VTextField.js.map +1 -1
  748. package/lib/components/VTextarea/VTextarea.js +1 -1
  749. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  750. package/lib/components/VThemeProvider/VThemeProvider.js.map +1 -1
  751. package/lib/components/VTimePicker/VTimePicker.js +65 -31
  752. package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
  753. package/lib/components/VTimePicker/VTimePickerClock.js +24 -39
  754. package/lib/components/VTimePicker/VTimePickerClock.js.map +1 -1
  755. package/lib/components/VTimePicker/VTimePickerTitle.js +3 -2
  756. package/lib/components/VTimePicker/VTimePickerTitle.js.map +1 -1
  757. package/lib/components/VTimePicker/index.js.map +1 -1
  758. package/lib/components/VTimeline/VTimeline.js.map +1 -1
  759. package/lib/components/VTimeline/VTimelineItem.js +4 -2
  760. package/lib/components/VTimeline/VTimelineItem.js.map +1 -1
  761. package/lib/components/VTimeline/index.js.map +1 -1
  762. package/lib/components/VToolbar/VToolbar.js +6 -7
  763. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  764. package/lib/components/VToolbar/index.js.map +1 -1
  765. package/lib/components/VTooltip/VTooltip.js +11 -22
  766. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  767. package/lib/components/VTreeview/VTreeview.js +17 -15
  768. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  769. package/lib/components/VTreeview/VTreeviewNode.js +4 -6
  770. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  771. package/lib/components/VTreeview/index.js.map +1 -1
  772. package/lib/components/VVirtualScroll/VVirtualScroll.js +8 -14
  773. package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  774. package/lib/components/VWindow/VWindow.js +9 -9
  775. package/lib/components/VWindow/VWindow.js.map +1 -1
  776. package/lib/components/VWindow/VWindowItem.js +5 -7
  777. package/lib/components/VWindow/VWindowItem.js.map +1 -1
  778. package/lib/components/VWindow/index.js.map +1 -1
  779. package/lib/components/transitions/createTransition.js +7 -4
  780. package/lib/components/transitions/createTransition.js.map +1 -1
  781. package/lib/components/transitions/expand-transition.js +1 -0
  782. package/lib/components/transitions/expand-transition.js.map +1 -1
  783. package/lib/components/transitions/index.js.map +1 -1
  784. package/lib/directives/click-outside/index.js +17 -19
  785. package/lib/directives/click-outside/index.js.map +1 -1
  786. package/lib/directives/color/index.js +6 -3
  787. package/lib/directives/color/index.js.map +1 -1
  788. package/lib/directives/intersect/index.js +30 -21
  789. package/lib/directives/intersect/index.js.map +1 -1
  790. package/lib/directives/mutate/index.js +18 -20
  791. package/lib/directives/mutate/index.js.map +1 -1
  792. package/lib/directives/resize/index.js +12 -12
  793. package/lib/directives/resize/index.js.map +1 -1
  794. package/lib/directives/ripple/index.js +5 -3
  795. package/lib/directives/ripple/index.js.map +1 -1
  796. package/lib/directives/scroll/index.js +12 -12
  797. package/lib/directives/scroll/index.js.map +1 -1
  798. package/lib/directives/touch/index.js +16 -12
  799. package/lib/directives/touch/index.js.map +1 -1
  800. package/lib/framework.js +1 -1
  801. package/lib/framework.js.map +1 -1
  802. package/lib/install.js +5 -28
  803. package/lib/install.js.map +1 -1
  804. package/lib/locale/af.js.map +1 -1
  805. package/lib/locale/ar.js.map +1 -1
  806. package/lib/locale/az.js.map +1 -1
  807. package/lib/locale/bg.js.map +1 -1
  808. package/lib/locale/ca.js.map +1 -1
  809. package/lib/locale/ckb.js.map +1 -1
  810. package/lib/locale/cs.js.map +1 -1
  811. package/lib/locale/da.js.map +1 -1
  812. package/lib/locale/de.js.map +1 -1
  813. package/lib/locale/el.js.map +1 -1
  814. package/lib/locale/en.js.map +1 -1
  815. package/lib/locale/es.js.map +1 -1
  816. package/lib/locale/et.js.map +1 -1
  817. package/lib/locale/fa.js.map +1 -1
  818. package/lib/locale/fi.js.map +1 -1
  819. package/lib/locale/fr.js.map +1 -1
  820. package/lib/locale/he.js.map +1 -1
  821. package/lib/locale/hr.js.map +1 -1
  822. package/lib/locale/hu.js.map +1 -1
  823. package/lib/locale/id.js.map +1 -1
  824. package/lib/locale/it.js.map +1 -1
  825. package/lib/locale/ja.js.map +1 -1
  826. package/lib/locale/ko.js.map +1 -1
  827. package/lib/locale/lt.js.map +1 -1
  828. package/lib/locale/lv.js.map +1 -1
  829. package/lib/locale/nl.js.map +1 -1
  830. package/lib/locale/no.js.map +1 -1
  831. package/lib/locale/pl.js.map +1 -1
  832. package/lib/locale/pt.js.map +1 -1
  833. package/lib/locale/ro.js.map +1 -1
  834. package/lib/locale/ru.js.map +1 -1
  835. package/lib/locale/sk.js.map +1 -1
  836. package/lib/locale/sl.js.map +1 -1
  837. package/lib/locale/sr-Cyrl.js.map +1 -1
  838. package/lib/locale/sr-Latn.js.map +1 -1
  839. package/lib/locale/sv.js.map +1 -1
  840. package/lib/locale/th.js.map +1 -1
  841. package/lib/locale/tr.js.map +1 -1
  842. package/lib/locale/uk.js.map +1 -1
  843. package/lib/locale/vi.js.map +1 -1
  844. package/lib/locale/zh-Hans.js.map +1 -1
  845. package/lib/locale/zh-Hant.js.map +1 -1
  846. package/lib/mixins/activatable/index.js +14 -20
  847. package/lib/mixins/activatable/index.js.map +1 -1
  848. package/lib/mixins/applicationable/index.js +4 -4
  849. package/lib/mixins/applicationable/index.js.map +1 -1
  850. package/lib/mixins/binds-attrs/index.js +1 -1
  851. package/lib/mixins/binds-attrs/index.js.map +1 -1
  852. package/lib/mixins/bootable/index.js +2 -4
  853. package/lib/mixins/bootable/index.js.map +1 -1
  854. package/lib/mixins/button-group/index.js.map +1 -1
  855. package/lib/mixins/colorable/index.js +1 -0
  856. package/lib/mixins/colorable/index.js.map +1 -1
  857. package/lib/mixins/comparable/index.js.map +1 -1
  858. package/lib/mixins/delayable/index.js.map +1 -1
  859. package/lib/mixins/dependent/index.js +21 -11
  860. package/lib/mixins/dependent/index.js.map +1 -1
  861. package/lib/mixins/detachable/index.js +14 -11
  862. package/lib/mixins/detachable/index.js.map +1 -1
  863. package/lib/mixins/elevatable/index.js.map +1 -1
  864. package/lib/mixins/filterable/index.js.map +1 -1
  865. package/lib/mixins/groupable/index.js +4 -2
  866. package/lib/mixins/groupable/index.js.map +1 -1
  867. package/lib/mixins/intersectable/index.js +2 -2
  868. package/lib/mixins/intersectable/index.js.map +1 -1
  869. package/lib/mixins/loadable/index.js +3 -1
  870. package/lib/mixins/loadable/index.js.map +1 -1
  871. package/lib/mixins/localable/index.js.map +1 -1
  872. package/lib/mixins/measurable/index.js.map +1 -1
  873. package/lib/mixins/menuable/index.js +3 -3
  874. package/lib/mixins/menuable/index.js.map +1 -1
  875. package/lib/mixins/mobile/index.js.map +1 -1
  876. package/lib/mixins/mouse/index.js +9 -5
  877. package/lib/mixins/mouse/index.js.map +1 -1
  878. package/lib/mixins/overlayable/index.js +46 -9
  879. package/lib/mixins/overlayable/index.js.map +1 -1
  880. package/lib/mixins/picker/index.js +11 -6
  881. package/lib/mixins/picker/index.js.map +1 -1
  882. package/lib/mixins/picker-button/index.js +1 -2
  883. package/lib/mixins/picker-button/index.js.map +1 -1
  884. package/lib/mixins/positionable/index.js.map +1 -1
  885. package/lib/mixins/proxyable/index.js +5 -2
  886. package/lib/mixins/proxyable/index.js.map +1 -1
  887. package/lib/mixins/registrable/index.js.map +1 -1
  888. package/lib/mixins/returnable/index.js.map +1 -1
  889. package/lib/mixins/rippleable/index.js.map +1 -1
  890. package/lib/mixins/roundable/index.js.map +1 -1
  891. package/lib/mixins/routable/index.js +16 -7
  892. package/lib/mixins/routable/index.js.map +1 -1
  893. package/lib/mixins/scrollable/index.js.map +1 -1
  894. package/lib/mixins/selectable/index.js +12 -12
  895. package/lib/mixins/selectable/index.js.map +1 -1
  896. package/lib/mixins/sizeable/index.js.map +1 -1
  897. package/lib/mixins/ssr-bootable/index.js.map +1 -1
  898. package/lib/mixins/stackable/index.js.map +1 -1
  899. package/lib/mixins/themeable/index.js.map +1 -1
  900. package/lib/mixins/toggleable/index.js.map +1 -1
  901. package/lib/mixins/transitionable/index.js.map +1 -1
  902. package/lib/mixins/translatable/index.js +1 -1
  903. package/lib/mixins/translatable/index.js.map +1 -1
  904. package/lib/mixins/validatable/index.js +17 -7
  905. package/lib/mixins/validatable/index.js.map +1 -1
  906. package/lib/presets/default/index.js.map +1 -1
  907. package/lib/services/application/index.js.map +1 -1
  908. package/lib/services/breakpoint/index.js.map +1 -1
  909. package/lib/services/goto/index.js.map +1 -1
  910. package/lib/services/goto/util.js +42 -3
  911. package/lib/services/goto/util.js.map +1 -1
  912. package/lib/services/icons/index.js.map +1 -1
  913. package/lib/services/icons/presets/fa-svg.js.map +1 -1
  914. package/lib/services/icons/presets/fa.js.map +1 -1
  915. package/lib/services/icons/presets/fa4.js.map +1 -1
  916. package/lib/services/icons/presets/index.js.map +1 -1
  917. package/lib/services/icons/presets/md.js.map +1 -1
  918. package/lib/services/icons/presets/mdi-svg.js.map +1 -1
  919. package/lib/services/icons/presets/mdi.js.map +1 -1
  920. package/lib/services/lang/index.js.map +1 -1
  921. package/lib/services/presets/index.js.map +1 -1
  922. package/lib/services/service/index.js.map +1 -1
  923. package/lib/services/theme/index.js +19 -65
  924. package/lib/services/theme/index.js.map +1 -1
  925. package/lib/services/theme/utils.js.map +1 -1
  926. package/lib/types/vue-augment.js +5 -0
  927. package/lib/types/vue-augment.js.map +1 -0
  928. package/lib/types/vue-internal.js +2 -0
  929. package/lib/types/vue-internal.js.map +1 -0
  930. package/lib/util/color/transformCIELAB.js.map +1 -1
  931. package/lib/util/color/transformSRGB.js.map +1 -1
  932. package/lib/util/colorUtils.js.map +1 -1
  933. package/lib/util/colors.js.map +1 -1
  934. package/lib/util/console.js +47 -17
  935. package/lib/util/console.js.map +1 -1
  936. package/lib/util/dedupeModelListeners.js.map +1 -1
  937. package/lib/util/helpers.js +94 -21
  938. package/lib/util/helpers.js.map +1 -1
  939. package/lib/util/legacyEventsMixin.js +37 -0
  940. package/lib/util/legacyEventsMixin.js.map +1 -0
  941. package/lib/util/make-directive-activatable.js +1 -1
  942. package/lib/util/make-directive-activatable.js.map +1 -1
  943. package/lib/util/mergeData.js +6 -23
  944. package/lib/util/mergeData.js.map +1 -1
  945. package/lib/util/mixins.js +3 -2
  946. package/lib/util/mixins.js.map +1 -1
  947. package/lib/util/rebuildFunctionalSlots.js.map +1 -1
  948. package/package.json +6 -5
  949. package/src/components/VAlert/VAlert.ts +43 -33
  950. package/src/components/VAlert/__tests__/VAlert.spec.ts +88 -60
  951. package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +18 -20
  952. package/src/components/VApp/VApp.ts +9 -9
  953. package/src/components/VApp/__tests__/VApp.spec.ts +35 -29
  954. package/src/components/VApp/__tests__/__snapshots__/VApp.spec.ts.snap +4 -4
  955. package/src/components/VAppBar/VAppBar.ts +31 -24
  956. package/src/components/VAppBar/VAppBarNavIcon.ts +4 -4
  957. package/src/components/VAppBar/VAppBarTitle.ts +13 -13
  958. package/src/components/VAppBar/__tests__/VAppBar.spec.ts +284 -99
  959. package/src/components/VAppBar/__tests__/VAppBarNavIcon.spec.ts +3 -7
  960. package/src/components/VAppBar/__tests__/__snapshots__/VAppBar.spec.ts.snap +13 -4
  961. package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +4 -5
  962. package/src/components/VAppBar/index.ts +2 -2
  963. package/src/components/VAutocomplete/VAutocomplete.ts +56 -30
  964. package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +170 -100
  965. package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +140 -113
  966. package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +130 -68
  967. package/src/components/VAvatar/VAvatar.ts +9 -9
  968. package/src/components/VAvatar/__tests__/VAvatar.spec.ts +72 -10
  969. package/src/components/VBadge/VBadge.ts +49 -37
  970. package/src/components/VBadge/__tests__/VBadge.spec.ts +64 -47
  971. package/src/components/VBadge/__tests__/__snapshots__/VBadge.spec.ts.snap +5 -5
  972. package/src/components/VBanner/VBanner.ts +46 -33
  973. package/src/components/VBanner/__tests__/VBanner.spec.ts +65 -66
  974. package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +3 -3
  975. package/src/components/VBottomNavigation/VBottomNavigation.ts +44 -28
  976. package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +55 -49
  977. package/src/components/VBottomNavigation/__tests__/__snapshots__/VBottomNavigation.spec.ts.snap +10 -10
  978. package/src/components/VBottomSheet/VBottomSheet.ts +5 -5
  979. package/src/components/VBreadcrumbs/VBreadcrumbs.ts +18 -14
  980. package/src/components/VBreadcrumbs/VBreadcrumbsItem.ts +38 -14
  981. package/src/components/VBreadcrumbs/__tests__/VBreadcrumbs.spec.ts +141 -26
  982. package/src/components/VBreadcrumbs/__tests__/VBreadcrumbsItem.spec.ts +14 -10
  983. package/src/components/VBreadcrumbs/index.ts +2 -2
  984. package/src/components/VBtn/VBtn.ts +42 -34
  985. package/src/components/VBtn/__tests__/VBtn.spec.ts +268 -248
  986. package/src/components/VBtn/__tests__/__snapshots__/VBtn.spec.ts.snap +13 -73
  987. package/src/components/VBtnToggle/VBtnToggle.ts +6 -6
  988. package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +11 -7
  989. package/src/components/VCalendar/VCalendar.ts +41 -40
  990. package/src/components/VCalendar/VCalendarCategory.ts +28 -25
  991. package/src/components/VCalendar/VCalendarDaily.ts +59 -66
  992. package/src/components/VCalendar/VCalendarMonthly.ts +4 -3
  993. package/src/components/VCalendar/VCalendarWeekly.ts +47 -48
  994. package/src/components/VCalendar/__tests__/VCalendar.spec.ts +36 -52
  995. package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +33 -31
  996. package/src/components/VCalendar/__tests__/VCalendarDaily.spec.ts +57 -55
  997. package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +38 -38
  998. package/src/components/VCalendar/__tests__/__snapshots__/VCalendarDaily.spec.ts.snap +122 -122
  999. package/src/components/VCalendar/index.ts +2 -2
  1000. package/src/components/VCalendar/mixins/__tests__/__snapshots__/calendar-with-events.spec.ts.snap +1 -56
  1001. package/src/components/VCalendar/mixins/__tests__/calendar-base.spec.ts +45 -42
  1002. package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +60 -67
  1003. package/src/components/VCalendar/mixins/__tests__/calendar-with-intervals.spec.ts +63 -60
  1004. package/src/components/VCalendar/mixins/__tests__/times.spec.ts +15 -14
  1005. package/src/components/VCalendar/mixins/calendar-base.ts +12 -17
  1006. package/src/components/VCalendar/mixins/calendar-with-events.ts +56 -69
  1007. package/src/components/VCalendar/mixins/calendar-with-intervals.ts +5 -5
  1008. package/src/components/VCalendar/mixins/times.ts +10 -10
  1009. package/src/components/VCalendar/modes/__tests__/common.spec.ts +12 -12
  1010. package/src/components/VCalendar/modes/common.ts +2 -2
  1011. package/src/components/VCalendar/modes/index.ts +1 -1
  1012. package/src/components/VCalendar/modes/stack.ts +1 -1
  1013. package/src/components/VCalendar/util/__tests__/events.spec.ts +10 -10
  1014. package/src/components/VCalendar/util/__tests__/timestamp.spec.ts +18 -18
  1015. package/src/components/VCalendar/util/events.ts +2 -2
  1016. package/src/components/VCalendar/util/props.ts +56 -58
  1017. package/src/components/VCalendar/util/timestamp.ts +2 -2
  1018. package/src/components/VCard/VCard.ts +13 -11
  1019. package/src/components/VCard/__tests__/VCard.spec.ts +58 -40
  1020. package/src/components/VCard/__tests__/__snapshots__/VCard.spec.ts.snap +2 -2
  1021. package/src/components/VCard/index.ts +3 -3
  1022. package/src/components/VCarousel/VCarousel.ts +58 -31
  1023. package/src/components/VCarousel/VCarouselItem.ts +16 -12
  1024. package/src/components/VCarousel/__tests__/VCarousel.spec.ts +101 -78
  1025. package/src/components/VCarousel/__tests__/VCarouselItem.spec.ts +11 -7
  1026. package/src/components/VCarousel/__tests__/__snapshots__/VCarousel.spec.ts.snap +1 -1
  1027. package/src/components/VCarousel/index.ts +2 -2
  1028. package/src/components/VCheckbox/VCheckbox.ts +35 -22
  1029. package/src/components/VCheckbox/VSimpleCheckbox.ts +103 -51
  1030. package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +193 -158
  1031. package/src/components/VCheckbox/__tests__/VSimpleCheckbox.spec.ts +46 -13
  1032. package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +54 -47
  1033. package/src/components/VCheckbox/index.ts +2 -2
  1034. package/src/components/VChip/VChip.ts +43 -36
  1035. package/src/components/VChip/__tests__/VChip.spec.ts +104 -63
  1036. package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +9 -4
  1037. package/src/components/VChipGroup/VChipGroup.ts +8 -8
  1038. package/src/components/VChipGroup/__tests__/VChipGroup.spec.ts +19 -26
  1039. package/src/components/VColorPicker/VColorPicker.ts +68 -58
  1040. package/src/components/VColorPicker/VColorPickerCanvas.ts +59 -52
  1041. package/src/components/VColorPicker/VColorPickerEdit.ts +62 -56
  1042. package/src/components/VColorPicker/VColorPickerPreview.ts +56 -36
  1043. package/src/components/VColorPicker/VColorPickerSwatches.ts +53 -40
  1044. package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +68 -68
  1045. package/src/components/VColorPicker/__tests__/VColorPickerCanvas.spec.ts +23 -21
  1046. package/src/components/VColorPicker/__tests__/VColorPickerEdit.spec.ts +76 -63
  1047. package/src/components/VColorPicker/__tests__/VColorPickerPreview.spec.ts +106 -35
  1048. package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +236 -184
  1049. package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +48 -26
  1050. package/src/components/VColorPicker/util/__tests__/index.spec.ts +2 -2
  1051. package/src/components/VColorPicker/util/index.ts +5 -5
  1052. package/src/components/VCombobox/VCombobox.ts +33 -10
  1053. package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +220 -192
  1054. package/src/components/VCombobox/__tests__/VCombobox.spec.ts +145 -114
  1055. package/src/components/VContent/VContent.ts +15 -5
  1056. package/src/components/VContent/__tests__/VContent.spec.ts +40 -0
  1057. package/src/components/VCounter/VCounter.ts +6 -6
  1058. package/src/components/VCounter/__tests__/VCounter.spec.ts +10 -25
  1059. package/src/components/VData/VData.ts +44 -43
  1060. package/src/components/VData/__tests__/VData.spec.ts +174 -195
  1061. package/src/components/VDataIterator/VDataFooter.ts +43 -35
  1062. package/src/components/VDataIterator/VDataIterator.ts +77 -60
  1063. package/src/components/VDataIterator/__tests__/VDataFooter.spec.ts +66 -67
  1064. package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +133 -165
  1065. package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +130 -99
  1066. package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +109 -84
  1067. package/src/components/VDataIterator/index.ts +2 -2
  1068. package/src/components/VDataTable/MobileRow.ts +7 -7
  1069. package/src/components/VDataTable/Row.ts +13 -9
  1070. package/src/components/VDataTable/RowGroup.ts +40 -23
  1071. package/src/components/VDataTable/VDataTable.ts +131 -126
  1072. package/src/components/VDataTable/VDataTableHeader.ts +12 -13
  1073. package/src/components/VDataTable/VDataTableHeaderDesktop.ts +23 -13
  1074. package/src/components/VDataTable/VDataTableHeaderMobile.ts +29 -35
  1075. package/src/components/VDataTable/VEditDialog.ts +33 -31
  1076. package/src/components/VDataTable/VSimpleTable.ts +12 -13
  1077. package/src/components/VDataTable/VVirtualTable.ts +25 -27
  1078. package/src/components/VDataTable/__tests__/MobileRow.spec.ts +65 -76
  1079. package/src/components/VDataTable/__tests__/Row.spec.ts +73 -82
  1080. package/src/components/VDataTable/__tests__/RowGroup.spec.ts +11 -9
  1081. package/src/components/VDataTable/__tests__/VDataTable.spec.ts +1007 -1011
  1082. package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +60 -54
  1083. package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +68 -56
  1084. package/src/components/VDataTable/__tests__/VSimpleTable.spec.ts +70 -44
  1085. package/src/components/VDataTable/__tests__/VVirtualTable.spec.ts +19 -21
  1086. package/src/components/VDataTable/__tests__/__snapshots__/Row.spec.ts.snap +30 -0
  1087. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +3597 -1706
  1088. package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +157 -151
  1089. package/src/components/VDataTable/__tests__/__snapshots__/VEditDialog.spec.ts.snap +6 -6
  1090. package/src/components/VDataTable/__tests__/__snapshots__/VSimpleTable.spec.ts.snap +22 -18
  1091. package/src/components/VDataTable/index.ts +2 -2
  1092. package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +14 -17
  1093. package/src/components/VDataTable/mixins/__tests__/header.spec.ts +31 -31
  1094. package/src/components/VDataTable/mixins/header.ts +17 -22
  1095. package/src/components/VDatePicker/VDatePicker.ts +97 -73
  1096. package/src/components/VDatePicker/VDatePickerDateTable.ts +25 -20
  1097. package/src/components/VDatePicker/VDatePickerHeader.ts +66 -41
  1098. package/src/components/VDatePicker/VDatePickerMonthTable.ts +8 -8
  1099. package/src/components/VDatePicker/VDatePickerTitle.ts +54 -28
  1100. package/src/components/VDatePicker/VDatePickerYears.ts +26 -24
  1101. package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +406 -349
  1102. package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +191 -165
  1103. package/src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts +115 -129
  1104. package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +107 -97
  1105. package/src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts +94 -108
  1106. package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +68 -44
  1107. package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +40 -37
  1108. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +680 -595
  1109. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +278 -228
  1110. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerDateTable.spec.ts.snap +615 -615
  1111. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerHeader.spec.ts.snap +92 -52
  1112. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerMonthTable.spec.ts.snap +144 -144
  1113. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +22 -9
  1114. package/src/components/VDatePicker/index.ts +3 -3
  1115. package/src/components/VDatePicker/mixins/date-picker-table.ts +68 -51
  1116. package/src/components/VDatePicker/util/__tests__/createNativeLocaleFormatter.spec.ts +7 -0
  1117. package/src/components/VDatePicker/util/createNativeLocaleFormatter.ts +3 -0
  1118. package/src/components/VDatePicker/util/eventHelpers.ts +33 -13
  1119. package/src/components/VDatePicker/util/index.ts +2 -2
  1120. package/src/components/VDialog/VDialog.ts +43 -34
  1121. package/src/components/VDialog/__tests__/VDialog.spec.ts +131 -127
  1122. package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +0 -15
  1123. package/src/components/VDivider/VDivider.ts +4 -5
  1124. package/src/components/VDivider/__tests__/VDivider.spec.ts +14 -18
  1125. package/src/components/VDivider/__tests__/__snapshots__/VDivider.spec.ts.snap +2 -2
  1126. package/src/components/VExpansionPanel/VExpansionPanel.ts +13 -8
  1127. package/src/components/VExpansionPanel/VExpansionPanelContent.ts +12 -15
  1128. package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +19 -24
  1129. package/src/components/VExpansionPanel/VExpansionPanels.ts +6 -6
  1130. package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +59 -43
  1131. package/src/components/VExpansionPanel/__tests__/VExpansionPanelHeader.spec.ts +9 -7
  1132. package/src/components/VExpansionPanel/__tests__/VExpansionPanels.spec.ts +11 -7
  1133. package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +12 -11
  1134. package/src/components/VExpansionPanel/index.ts +2 -2
  1135. package/src/components/VFileInput/VFileInput.ts +68 -53
  1136. package/src/components/VFileInput/__tests__/VFileInput.spec.ts +106 -76
  1137. package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +242 -146
  1138. package/src/components/VFooter/VFooter.ts +15 -16
  1139. package/src/components/VFooter/__tests__/VFooter.spec.ts +35 -28
  1140. package/src/components/VForm/VForm.ts +71 -43
  1141. package/src/components/VForm/__tests__/VForm.spec.ts +114 -94
  1142. package/src/components/VGrid/VCol.ts +18 -18
  1143. package/src/components/VGrid/VContainer.ts +20 -16
  1144. package/src/components/VGrid/VRow.ts +17 -17
  1145. package/src/components/VGrid/__tests__/VCol.spec.ts +34 -32
  1146. package/src/components/VGrid/__tests__/VContainer.spec.ts +59 -4
  1147. package/src/components/VGrid/__tests__/VFlex.spec.ts +4 -4
  1148. package/src/components/VGrid/__tests__/VGrid.spec.ts +19 -19
  1149. package/src/components/VGrid/__tests__/VLayout.spec.ts +4 -4
  1150. package/src/components/VGrid/grid.ts +18 -19
  1151. package/src/components/VGrid/index.ts +3 -3
  1152. package/src/components/VHover/VHover.ts +27 -22
  1153. package/src/components/VHover/__tests__/VHover.spec.ts +50 -34
  1154. package/src/components/VIcon/VIcon.ts +74 -95
  1155. package/src/components/VIcon/__tests__/VIcon.spec.ts +164 -127
  1156. package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +19 -67
  1157. package/src/components/VImg/VImg.ts +52 -52
  1158. package/src/components/VImg/__tests__/VImg.spec.ts +42 -41
  1159. package/src/components/VImg/__tests__/__snapshots__/VImg.spec.ts.snap +71 -66
  1160. package/src/components/VInput/VInput.ts +83 -46
  1161. package/src/components/VInput/__tests__/VInput.spec.ts +158 -159
  1162. package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +68 -103
  1163. package/src/components/VItemGroup/VItem.ts +35 -29
  1164. package/src/components/VItemGroup/VItemGroup.ts +35 -22
  1165. package/src/components/VItemGroup/__tests__/VItem.spec.ts +40 -48
  1166. package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +158 -152
  1167. package/src/components/VItemGroup/__tests__/__snapshots__/VItem.spec.ts.snap +2 -0
  1168. package/src/components/VItemGroup/index.ts +3 -3
  1169. package/src/components/VLabel/VLabel.ts +14 -10
  1170. package/src/components/VLabel/__tests__/VLabel.spec.ts +254 -18
  1171. package/src/components/VLazy/VLazy.ts +28 -29
  1172. package/src/components/VLazy/__tests__/VLazy.spec.ts +11 -9
  1173. package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +1 -1
  1174. package/src/components/VList/VList.ts +15 -15
  1175. package/src/components/VList/VListGroup.ts +62 -50
  1176. package/src/components/VList/VListItem.ts +72 -39
  1177. package/src/components/VList/VListItemAction.ts +12 -11
  1178. package/src/components/VList/VListItemAvatar.ts +5 -5
  1179. package/src/components/VList/VListItemGroup.ts +7 -7
  1180. package/src/components/VList/VListItemIcon.ts +2 -2
  1181. package/src/components/VList/__tests__/VList.spec.ts +22 -21
  1182. package/src/components/VList/__tests__/VListGroup.spec.ts +74 -66
  1183. package/src/components/VList/__tests__/VListItem.spec.ts +274 -78
  1184. package/src/components/VList/__tests__/VListItemAction.spec.ts +34 -33
  1185. package/src/components/VList/__tests__/VListItemAvatar.spec.ts +6 -3
  1186. package/src/components/VList/__tests__/VListItemGroup.spec.ts +37 -3
  1187. package/src/components/VList/__tests__/__snapshots__/VList.spec.ts.snap +10 -10
  1188. package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +6 -7
  1189. package/src/components/VList/__tests__/__snapshots__/VListItem.spec.ts.snap +1 -1
  1190. package/src/components/VList/__tests__/__snapshots__/VListItemAction.spec.ts.snap +20 -6
  1191. package/src/components/VList/index.ts +3 -3
  1192. package/src/components/VMain/VMain.ts +11 -11
  1193. package/src/components/VMain/__tests__/VMain.spec.ts +74 -20
  1194. package/src/components/VMenu/VMenu.ts +67 -42
  1195. package/src/components/VMenu/__tests__/VMenu.spec.ts +119 -98
  1196. package/src/components/VMenu/__tests__/VMenuActivatorTest.spec.ts +25 -0
  1197. package/src/components/VMenu/__tests__/__snapshots__/VMenu.spec.ts.snap +3 -5
  1198. package/src/components/VMenu/__tests__/test-with-directives.spec.ts +50 -0
  1199. package/src/components/VMessages/VMessages.ts +29 -11
  1200. package/src/components/VMessages/__tests__/VMessages.spec.ts +60 -21
  1201. package/src/components/VMessages/__tests__/__snapshots__/VMessages.spec.ts.snap +16 -25
  1202. package/src/components/VNavigationDrawer/VNavigationDrawer.ts +51 -43
  1203. package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +157 -112
  1204. package/src/components/VOtpInput/VOtpInput.ts +109 -49
  1205. package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +85 -88
  1206. package/src/components/VOverflowBtn/VOverflowBtn.ts +30 -20
  1207. package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +36 -21
  1208. package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +36 -46
  1209. package/src/components/VOverlay/VOverlay.ts +31 -17
  1210. package/src/components/VOverlay/__tests__/VOverlay.spec.ts +7 -7
  1211. package/src/components/VPagination/VPagination.ts +61 -49
  1212. package/src/components/VPagination/__tests__/VPagination.spec.ts +106 -92
  1213. package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +214 -459
  1214. package/src/components/VParallax/VParallax.ts +17 -17
  1215. package/src/components/VParallax/__tests__/VParallax.spec.ts +6 -6
  1216. package/src/components/VParallax/__tests__/__snapshots__/VParallax.spec.ts.snap +8 -8
  1217. package/src/components/VPicker/VPicker.ts +33 -30
  1218. package/src/components/VPicker/__tests__/VPicker.spec.ts +47 -26
  1219. package/src/components/VPicker/__tests__/__snapshots__/VPicker.spec.ts.snap +2 -2
  1220. package/src/components/VProgressCircular/VProgressCircular.ts +25 -26
  1221. package/src/components/VProgressCircular/__tests__/VProgressCircular.spec.ts +46 -39
  1222. package/src/components/VProgressCircular/__tests__/__snapshots__/VProgressCircular.spec.ts.snap +62 -62
  1223. package/src/components/VProgressLinear/VProgressLinear.ts +81 -52
  1224. package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +418 -103
  1225. package/src/components/VProgressLinear/__tests__/__snapshots__/VProgressLinear.spec.ts.snap +53 -79
  1226. package/src/components/VRadioGroup/VRadio.ts +25 -23
  1227. package/src/components/VRadioGroup/VRadioGroup.ts +44 -27
  1228. package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +65 -52
  1229. package/src/components/VRadioGroup/__tests__/VRadioGroup.spec.ts +26 -7
  1230. package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +25 -27
  1231. package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +10 -18
  1232. package/src/components/VRadioGroup/index.ts +2 -2
  1233. package/src/components/VRangeSlider/VRangeSlider.ts +41 -25
  1234. package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +56 -53
  1235. package/src/components/VRangeSlider/__tests__/__snapshots__/VRangeSlider.spec.ts.snap +32 -38
  1236. package/src/components/VRating/VRating.ts +39 -26
  1237. package/src/components/VRating/__tests__/VRating.spec.ts +45 -51
  1238. package/src/components/VResponsive/VResponsive.ts +9 -9
  1239. package/src/components/VResponsive/__tests__/VResponsive.spec.ts +12 -7
  1240. package/src/components/VResponsive/__tests__/__snapshots__/VResponsive.spec.ts.snap +2 -2
  1241. package/src/components/VSelect/VSelect.ts +150 -82
  1242. package/src/components/VSelect/VSelectList.ts +95 -52
  1243. package/src/components/VSelect/__tests__/VSelect.placeholder.spec.ts +118 -0
  1244. package/src/components/VSelect/__tests__/VSelect.spec.ts +265 -169
  1245. package/src/components/VSelect/__tests__/VSelect2.spec.ts +164 -148
  1246. package/src/components/VSelect/__tests__/VSelect3.spec.ts +149 -131
  1247. package/src/components/VSelect/__tests__/VSelect4.spec.ts +135 -97
  1248. package/src/components/VSelect/__tests__/VSelectList.spec.ts +50 -45
  1249. package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +70 -62
  1250. package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +68 -60
  1251. package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +13 -297
  1252. package/src/components/VSelect/__tests__/__snapshots__/VSelectList.spec.ts.snap +30 -27
  1253. package/src/components/VSheet/VSheet.ts +9 -8
  1254. package/src/components/VSheet/__tests__/VSheet.spec.ts +9 -9
  1255. package/src/components/VSkeletonLoader/VSkeletonLoader.ts +13 -14
  1256. package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +29 -22
  1257. package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +60 -60
  1258. package/src/components/VSlideGroup/VSlideGroup.ts +58 -53
  1259. package/src/components/VSlideGroup/VSlideItem.ts +2 -0
  1260. package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +101 -93
  1261. package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +13 -34
  1262. package/src/components/VSlideGroup/index.ts +3 -3
  1263. package/src/components/VSlider/VSlider.ts +110 -89
  1264. package/src/components/VSlider/__tests__/VSlider.spec.ts +223 -321
  1265. package/src/components/VSlider/__tests__/__snapshots__/VSlider.spec.ts.snap +160 -249
  1266. package/src/components/VSnackbar/VSnackbar.ts +26 -26
  1267. package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +59 -50
  1268. package/src/components/VSparkline/VSparkline.ts +85 -121
  1269. package/src/components/VSparkline/__tests__/VSparkline.spec.ts +80 -82
  1270. package/src/components/VSparkline/helpers/core.ts +2 -2
  1271. package/src/components/VSparkline/helpers/math.ts +1 -1
  1272. package/src/components/VSpeedDial/VSpeedDial.ts +27 -28
  1273. package/src/components/VSpeedDial/__tests__/VSpeedDial.spec.ts +28 -20
  1274. package/src/components/VSpeedDial/__tests__/__snapshots__/VSpeedDial.spec.ts.snap +6 -6
  1275. package/src/components/VStepper/VStepper.ts +18 -16
  1276. package/src/components/VStepper/VStepperContent.ts +27 -33
  1277. package/src/components/VStepper/VStepperStep.ts +26 -35
  1278. package/src/components/VStepper/__tests__/VStepper.spec.ts +8 -5
  1279. package/src/components/VStepper/__tests__/VStepperContent.spec.ts +142 -129
  1280. package/src/components/VStepper/__tests__/VStepperStep.spec.ts +66 -59
  1281. package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +10 -11
  1282. package/src/components/VStepper/index.ts +3 -3
  1283. package/src/components/VSubheader/VSubheader.ts +5 -5
  1284. package/src/components/VSubheader/__tests__/VSubheader.spec.ts +13 -8
  1285. package/src/components/VSubheader/__tests__/__snapshots__/VSubheader.spec.ts.snap +1 -1
  1286. package/src/components/VSwitch/VSwitch.ts +27 -28
  1287. package/src/components/VSwitch/__tests__/VSwitch.spec.ts +55 -51
  1288. package/src/components/VSwitch/__tests__/__snapshots__/VSwitch.spec.ts.snap +11 -15
  1289. package/src/components/VSystemBar/VSystemBar.ts +11 -12
  1290. package/src/components/VSystemBar/__tests__/VSystemBar.spec.ts +94 -22
  1291. package/src/components/VTabs/VTab.ts +29 -16
  1292. package/src/components/VTabs/VTabItem.ts +3 -3
  1293. package/src/components/VTabs/VTabs.ts +61 -31
  1294. package/src/components/VTabs/VTabsBar.ts +17 -11
  1295. package/src/components/VTabs/VTabsItems.ts +8 -6
  1296. package/src/components/VTabs/VTabsSlider.ts +4 -4
  1297. package/src/components/VTabs/__tests__/VTab.spec.ts +54 -45
  1298. package/src/components/VTabs/__tests__/VTabs.spec.ts +199 -86
  1299. package/src/components/VTabs/__tests__/VTabsBar.spec.ts +69 -28
  1300. package/src/components/VTabs/__tests__/VTabsSlider.spec.ts +10 -9
  1301. package/src/components/VTabs/__tests__/__snapshots__/VTabs.spec.ts.snap +1 -3
  1302. package/src/components/VTabs/index.ts +2 -2
  1303. package/src/components/VTextField/VTextField.ts +61 -55
  1304. package/src/components/VTextField/__tests__/VTextField.spec.ts +455 -346
  1305. package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +49 -71
  1306. package/src/components/VTextarea/VTextarea.ts +10 -23
  1307. package/src/components/VTextarea/__tests__/VTextarea.spec.ts +186 -43
  1308. package/src/components/VTextarea/__tests__/__snapshots__/VTextarea.spec.ts.snap +99 -4
  1309. package/src/components/VThemeProvider/VThemeProvider.ts +2 -2
  1310. package/src/components/VThemeProvider/__tests__/VThemeProvider.spec.ts +50 -11
  1311. package/src/components/VTimePicker/VTimePicker.ts +210 -100
  1312. package/src/components/VTimePicker/VTimePickerClock.ts +59 -71
  1313. package/src/components/VTimePicker/VTimePickerTitle.ts +15 -14
  1314. package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +214 -201
  1315. package/src/components/VTimePicker/__tests__/VTimePickerClock.spec.ts +106 -109
  1316. package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +66 -60
  1317. package/src/components/VTimePicker/__tests__/__snapshots__/VTimePicker.spec.ts.snap +80 -40
  1318. package/src/components/VTimePicker/index.ts +2 -2
  1319. package/src/components/VTimeline/VTimeline.ts +6 -6
  1320. package/src/components/VTimeline/VTimelineItem.ts +21 -19
  1321. package/src/components/VTimeline/__tests__/VTimelineItem.spec.ts +29 -39
  1322. package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +6 -6
  1323. package/src/components/VTimeline/index.ts +2 -2
  1324. package/src/components/VToolbar/VToolbar.ts +22 -23
  1325. package/src/components/VToolbar/__tests__/VToolbar.spec.ts +61 -37
  1326. package/src/components/VToolbar/index.ts +3 -3
  1327. package/src/components/VTooltip/VTooltip.ts +42 -48
  1328. package/src/components/VTooltip/__tests__/VTooltip.spec.ts +85 -99
  1329. package/src/components/VTooltip/__tests__/__snapshots__/VTooltip.spec.ts.snap +34 -18
  1330. package/src/components/VTreeview/VTreeview.ts +48 -42
  1331. package/src/components/VTreeview/VTreeviewNode.ts +45 -47
  1332. package/src/components/VTreeview/__tests__/VTreeview.spec.ts +273 -279
  1333. package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +83 -87
  1334. package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +156 -135
  1335. package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +32 -25
  1336. package/src/components/VTreeview/index.ts +2 -2
  1337. package/src/components/VVirtualScroll/VVirtualScroll.ts +27 -28
  1338. package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +31 -27
  1339. package/src/components/VWindow/VWindow.ts +31 -31
  1340. package/src/components/VWindow/VWindowItem.ts +16 -16
  1341. package/src/components/VWindow/__tests__/VWindow.spec.ts +323 -204
  1342. package/src/components/VWindow/__tests__/VWindowItem.spec.ts +247 -91
  1343. package/src/components/VWindow/__tests__/__snapshots__/VWindow.spec.ts.snap +59 -0
  1344. package/src/components/VWindow/__tests__/__snapshots__/VWindowItem.spec.ts.snap +36 -0
  1345. package/src/components/VWindow/index.ts +2 -2
  1346. package/src/components/transitions/createTransition.ts +16 -16
  1347. package/src/components/transitions/expand-transition.ts +5 -3
  1348. package/src/components/transitions/index.ts +3 -3
  1349. package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +8 -7
  1350. package/src/directives/click-outside/__tests__/click-outside.spec.ts +8 -7
  1351. package/src/directives/click-outside/index.ts +28 -21
  1352. package/src/directives/color/__tests__/color.spec.ts +66 -42
  1353. package/src/directives/color/index.ts +14 -9
  1354. package/src/directives/intersect/__tests__/intersect.spec.ts +38 -20
  1355. package/src/directives/intersect/index.ts +85 -49
  1356. package/src/directives/mutate/__tests__/mutate.spec.ts +61 -47
  1357. package/src/directives/mutate/index.ts +64 -49
  1358. package/src/directives/resize/__tests__/resize.spec.ts +5 -5
  1359. package/src/directives/resize/index.ts +31 -19
  1360. package/src/directives/ripple/__tests__/ripple.spec.ts +38 -40
  1361. package/src/directives/ripple/index.ts +6 -8
  1362. package/src/directives/scroll/__tests__/scroll.spec.ts +19 -43
  1363. package/src/directives/scroll/index.ts +46 -24
  1364. package/src/directives/touch/__tests__/touch.spec.ts +23 -16
  1365. package/src/directives/touch/index.ts +47 -34
  1366. package/src/framework.ts +6 -7
  1367. package/src/globals.d.ts +8 -91
  1368. package/src/index.ts +1 -1
  1369. package/src/install.ts +10 -32
  1370. package/src/locale/af.ts +16 -16
  1371. package/src/locale/ar.ts +16 -16
  1372. package/src/locale/az.ts +16 -16
  1373. package/src/locale/bg.ts +16 -16
  1374. package/src/locale/ca.ts +16 -16
  1375. package/src/locale/ckb.ts +16 -16
  1376. package/src/locale/cs.ts +16 -16
  1377. package/src/locale/da.ts +16 -16
  1378. package/src/locale/de.ts +16 -16
  1379. package/src/locale/el.ts +16 -16
  1380. package/src/locale/en.ts +16 -16
  1381. package/src/locale/es.ts +16 -16
  1382. package/src/locale/et.ts +16 -16
  1383. package/src/locale/fa.ts +16 -16
  1384. package/src/locale/fi.ts +16 -16
  1385. package/src/locale/fr.ts +16 -16
  1386. package/src/locale/he.ts +16 -16
  1387. package/src/locale/hr.ts +16 -16
  1388. package/src/locale/hu.ts +16 -16
  1389. package/src/locale/id.ts +16 -16
  1390. package/src/locale/it.ts +16 -16
  1391. package/src/locale/ja.ts +16 -16
  1392. package/src/locale/ko.ts +16 -16
  1393. package/src/locale/lt.ts +16 -16
  1394. package/src/locale/lv.ts +16 -16
  1395. package/src/locale/nl.ts +16 -16
  1396. package/src/locale/no.ts +16 -16
  1397. package/src/locale/pl.ts +16 -16
  1398. package/src/locale/pt.ts +16 -16
  1399. package/src/locale/ro.ts +16 -16
  1400. package/src/locale/ru.ts +16 -16
  1401. package/src/locale/sk.ts +16 -16
  1402. package/src/locale/sl.ts +16 -16
  1403. package/src/locale/sr-Cyrl.ts +16 -16
  1404. package/src/locale/sr-Latn.ts +16 -16
  1405. package/src/locale/sv.ts +16 -16
  1406. package/src/locale/th.ts +16 -16
  1407. package/src/locale/tr.ts +16 -16
  1408. package/src/locale/uk.ts +16 -16
  1409. package/src/locale/vi.ts +16 -16
  1410. package/src/locale/zh-Hans.ts +16 -16
  1411. package/src/locale/zh-Hant.ts +16 -16
  1412. package/src/mixins/activatable/__tests__/activatable.spec.ts +66 -66
  1413. package/src/mixins/activatable/index.ts +23 -29
  1414. package/src/mixins/applicationable/__tests__/applicationable.spec.ts +47 -43
  1415. package/src/mixins/applicationable/index.ts +9 -9
  1416. package/src/mixins/binds-attrs/index.ts +4 -4
  1417. package/src/mixins/bootable/__tests__/bootable.spec.ts +27 -21
  1418. package/src/mixins/bootable/index.ts +10 -9
  1419. package/src/mixins/button-group/index.ts +4 -4
  1420. package/src/mixins/colorable/__tests__/colorable.spec.ts +29 -26
  1421. package/src/mixins/colorable/index.ts +15 -14
  1422. package/src/mixins/comparable/index.ts +4 -5
  1423. package/src/mixins/delayable/index.ts +7 -7
  1424. package/src/mixins/dependent/__tests__/dependent.spec.ts +77 -38
  1425. package/src/mixins/dependent/index.ts +27 -20
  1426. package/src/mixins/detachable/__tests__/detachable.spec.ts +53 -39
  1427. package/src/mixins/detachable/index.ts +27 -25
  1428. package/src/mixins/elevatable/__tests__/elevatable.spec.ts +18 -17
  1429. package/src/mixins/elevatable/index.ts +4 -4
  1430. package/src/mixins/filterable/index.ts +4 -4
  1431. package/src/mixins/groupable/index.ts +19 -17
  1432. package/src/mixins/intersectable/__tests__/intersectable.spec.ts +21 -15
  1433. package/src/mixins/intersectable/index.ts +11 -11
  1434. package/src/mixins/loadable/index.ts +9 -7
  1435. package/src/mixins/localable/index.ts +4 -4
  1436. package/src/mixins/measurable/index.ts +3 -3
  1437. package/src/mixins/menuable/__tests__/menuable.spec.ts +84 -41
  1438. package/src/mixins/menuable/index.ts +27 -27
  1439. package/src/mixins/mobile/__tests__/mobile.spec.ts +12 -9
  1440. package/src/mixins/mobile/index.ts +8 -8
  1441. package/src/mixins/mouse/__tests__/mouse.spec.ts +59 -45
  1442. package/src/mixins/mouse/index.ts +14 -10
  1443. package/src/mixins/overlayable/__tests__/overlayable.spec.ts +177 -27
  1444. package/src/mixins/overlayable/index.ts +52 -23
  1445. package/src/mixins/picker/index.ts +15 -12
  1446. package/src/mixins/picker-button/index.ts +6 -5
  1447. package/src/mixins/positionable/index.ts +6 -6
  1448. package/src/mixins/proxyable/__tests__/proxyable.spec.ts +20 -19
  1449. package/src/mixins/proxyable/index.ts +13 -10
  1450. package/src/mixins/registrable/__tests__/registrable.spec.ts +31 -0
  1451. package/src/mixins/registrable/index.ts +20 -21
  1452. package/src/mixins/returnable/index.ts +6 -6
  1453. package/src/mixins/rippleable/__tests__/rippleable.spec.ts +11 -10
  1454. package/src/mixins/rippleable/index.ts +6 -5
  1455. package/src/mixins/roundable/__tests__/roundable.spec.ts +10 -8
  1456. package/src/mixins/roundable/index.ts +9 -7
  1457. package/src/mixins/routable/__tests__/routable.spec.ts +139 -57
  1458. package/src/mixins/routable/index.ts +25 -19
  1459. package/src/mixins/scrollable/__tests__/scrollable.spec.ts +68 -39
  1460. package/src/mixins/scrollable/index.ts +7 -7
  1461. package/src/mixins/selectable/__tests__/selectable.spec.ts +23 -10
  1462. package/src/mixins/selectable/index.ts +21 -20
  1463. package/src/mixins/sizeable/index.ts +5 -5
  1464. package/src/mixins/ssr-bootable/index.ts +3 -3
  1465. package/src/mixins/stackable/index.ts +6 -6
  1466. package/src/mixins/themeable/index.ts +17 -17
  1467. package/src/mixins/toggleable/index.ts +6 -6
  1468. package/src/mixins/transitionable/index.ts +3 -3
  1469. package/src/mixins/translatable/index.ts +7 -7
  1470. package/src/mixins/validatable/__tests__/validatable.spec.ts +209 -173
  1471. package/src/mixins/validatable/index.ts +44 -36
  1472. package/src/presets/default/index.ts +10 -10
  1473. package/src/services/application/index.ts +1 -1
  1474. package/src/services/breakpoint/__tests__/breakpoint.spec.ts +34 -34
  1475. package/src/services/breakpoint/index.ts +3 -4
  1476. package/src/services/goto/__tests__/goto.spec.ts +147 -2
  1477. package/src/services/goto/index.ts +2 -2
  1478. package/src/services/goto/util.ts +44 -5
  1479. package/src/services/icons/index.ts +1 -1
  1480. package/src/services/icons/presets/fa-svg.ts +3 -3
  1481. package/src/services/icons/presets/fa.ts +1 -1
  1482. package/src/services/icons/presets/fa4.ts +1 -1
  1483. package/src/services/icons/presets/index.ts +1 -1
  1484. package/src/services/icons/presets/md.ts +1 -1
  1485. package/src/services/icons/presets/mdi-svg.ts +1 -1
  1486. package/src/services/icons/presets/mdi.ts +1 -1
  1487. package/src/services/lang/__tests__/lang.spec.ts +5 -5
  1488. package/src/services/lang/index.ts +2 -2
  1489. package/src/services/presets/__tests__/presets.spec.ts +22 -9
  1490. package/src/services/presets/index.ts +2 -2
  1491. package/src/services/service/index.ts +2 -2
  1492. package/src/services/theme/__tests__/__snapshots__/theme.spec.ts.snap +0 -1128
  1493. package/src/services/theme/__tests__/theme-utils.spec.ts +4 -4
  1494. package/src/services/theme/__tests__/theme.spec.ts +96 -98
  1495. package/src/services/theme/index.ts +29 -67
  1496. package/src/services/theme/utils.ts +4 -4
  1497. package/src/types/vue-augment.ts +15 -0
  1498. package/src/types/vue-internal.ts +34 -0
  1499. package/src/util/__tests__/colorUtils.spec.ts +4 -4
  1500. package/src/util/__tests__/console.spec.ts +124 -11
  1501. package/src/util/__tests__/dateTimeUtils.spec.ts +1 -1
  1502. package/src/util/__tests__/dom.spec.ts +10 -7
  1503. package/src/util/__tests__/helpers.spec.ts +312 -49
  1504. package/src/util/__tests__/mergeData.spec.ts +10 -10
  1505. package/src/util/color/transformCIELAB.ts +2 -2
  1506. package/src/util/color/transformSRGB.ts +2 -2
  1507. package/src/util/colorUtils.ts +4 -4
  1508. package/src/util/colors.ts +21 -21
  1509. package/src/util/console.ts +44 -25
  1510. package/src/util/dedupeModelListeners.ts +1 -1
  1511. package/src/util/helpers.ts +108 -32
  1512. package/src/util/legacyEventsMixin.ts +34 -0
  1513. package/src/util/make-directive-activatable.ts +12 -12
  1514. package/src/util/mergeData.ts +12 -21
  1515. package/src/util/mixins.ts +25 -6
  1516. package/src/util/rebuildFunctionalSlots.ts +1 -1
  1517. package/types/alacarte.d.ts +15 -14
  1518. package/types/index.d.ts +7 -15
  1519. package/types/lib.d.ts +173 -173
  1520. package/types/services/goto.d.ts +3 -3
  1521. package/types/services/index.d.ts +2 -2
@@ -0,0 +1,1771 @@
1
+ {
2
+ "v-app": {
3
+ "attributes": [
4
+ "id"
5
+ ],
6
+ "description": ""
7
+ },
8
+ "v-app-bar": {
9
+ "attributes": [
10
+ "clipped-left",
11
+ "clipped-right",
12
+ "collapse-on-scroll",
13
+ "elevate-on-scroll",
14
+ "fade-img-on-scroll",
15
+ "hide-on-scroll",
16
+ "inverted-scroll",
17
+ "scroll-off-screen",
18
+ "shrink-on-scroll",
19
+ "value"
20
+ ],
21
+ "description": ""
22
+ },
23
+ "v-app-bar-nav-icon": {
24
+ "attributes": [],
25
+ "description": ""
26
+ },
27
+ "v-app-bar-title": {
28
+ "attributes": [],
29
+ "description": ""
30
+ },
31
+ "v-alert": {
32
+ "attributes": [
33
+ "border",
34
+ "close-icon",
35
+ "close-label",
36
+ "colored-border",
37
+ "dense",
38
+ "dismissible",
39
+ "icon",
40
+ "model-value",
41
+ "outlined",
42
+ "prominent",
43
+ "text",
44
+ "type"
45
+ ],
46
+ "description": ""
47
+ },
48
+ "v-autocomplete": {
49
+ "attributes": [
50
+ "auto-select-first",
51
+ "disabled",
52
+ "filter",
53
+ "hide-no-data",
54
+ "items",
55
+ "label",
56
+ "menu-props",
57
+ "no-filter",
58
+ "readonly",
59
+ "search-input",
60
+ "value",
61
+ "value-comparator"
62
+ ],
63
+ "description": ""
64
+ },
65
+ "v-avatar": {
66
+ "attributes": [
67
+ "left",
68
+ "right",
69
+ "size"
70
+ ],
71
+ "description": ""
72
+ },
73
+ "v-badge": {
74
+ "attributes": [
75
+ "avatar",
76
+ "bordered",
77
+ "color",
78
+ "content",
79
+ "dot",
80
+ "icon",
81
+ "inline",
82
+ "label",
83
+ "model-value",
84
+ "offset-x",
85
+ "offset-y",
86
+ "overlap",
87
+ "tile",
88
+ "transition"
89
+ ],
90
+ "description": ""
91
+ },
92
+ "v-banner": {
93
+ "attributes": [
94
+ "app",
95
+ "icon",
96
+ "icon-color",
97
+ "model-value",
98
+ "single-line",
99
+ "sticky"
100
+ ],
101
+ "description": ""
102
+ },
103
+ "v-bottom-navigation": {
104
+ "attributes": [
105
+ "active-class",
106
+ "background-color",
107
+ "grow",
108
+ "height",
109
+ "hide-on-scroll",
110
+ "horizontal",
111
+ "mandatory",
112
+ "model-value",
113
+ "shift",
114
+ "tag"
115
+ ],
116
+ "description": ""
117
+ },
118
+ "v-bottom-sheet": {
119
+ "attributes": [
120
+ "inset",
121
+ "max-width",
122
+ "transition"
123
+ ],
124
+ "description": ""
125
+ },
126
+ "v-breadcrumbs": {
127
+ "attributes": [
128
+ "divider",
129
+ "items",
130
+ "large"
131
+ ],
132
+ "description": ""
133
+ },
134
+ "v-breadcrumbs-item": {
135
+ "attributes": [
136
+ "active-class",
137
+ "ripple",
138
+ "text"
139
+ ],
140
+ "description": ""
141
+ },
142
+ "v-breadcrumbs-divider": {
143
+ "attributes": [
144
+ "tag"
145
+ ],
146
+ "description": ""
147
+ },
148
+ "v-btn": {
149
+ "attributes": [
150
+ "active-class",
151
+ "block",
152
+ "depressed",
153
+ "fab",
154
+ "icon",
155
+ "loading",
156
+ "outlined",
157
+ "plain",
158
+ "retain-focus-on-click",
159
+ "rounded",
160
+ "tag",
161
+ "text",
162
+ "tile",
163
+ "type",
164
+ "value"
165
+ ],
166
+ "description": ""
167
+ },
168
+ "v-btn-toggle": {
169
+ "attributes": [
170
+ "background-color",
171
+ "borderless",
172
+ "dense",
173
+ "group",
174
+ "rounded",
175
+ "shaped",
176
+ "tile"
177
+ ],
178
+ "description": ""
179
+ },
180
+ "v-calendar": {
181
+ "attributes": [
182
+ "categories",
183
+ "category-days",
184
+ "category-for-invalid",
185
+ "category-hide-dynamic",
186
+ "category-show-all",
187
+ "category-text",
188
+ "first-interval",
189
+ "first-time",
190
+ "interval-count",
191
+ "interval-format",
192
+ "interval-height",
193
+ "interval-minutes",
194
+ "interval-style",
195
+ "interval-width",
196
+ "locale-first-day-of-year",
197
+ "max-days",
198
+ "min-weeks",
199
+ "month-format",
200
+ "short-intervals",
201
+ "short-months",
202
+ "show-interval-label",
203
+ "show-month-on-first",
204
+ "show-week",
205
+ "type",
206
+ "value"
207
+ ],
208
+ "description": ""
209
+ },
210
+ "v-calendar-daily": {
211
+ "attributes": [],
212
+ "description": ""
213
+ },
214
+ "v-calendar-weekly": {
215
+ "attributes": [
216
+ "locale-first-day-of-year",
217
+ "min-weeks",
218
+ "month-format",
219
+ "now",
220
+ "short-months",
221
+ "show-month-on-first",
222
+ "show-week"
223
+ ],
224
+ "description": ""
225
+ },
226
+ "v-calendar-monthly": {
227
+ "attributes": [],
228
+ "description": ""
229
+ },
230
+ "v-card": {
231
+ "attributes": [
232
+ "flat",
233
+ "hover",
234
+ "img",
235
+ "link",
236
+ "loader-height",
237
+ "raised"
238
+ ],
239
+ "description": ""
240
+ },
241
+ "v-card-actions": {
242
+ "attributes": [
243
+ "tag"
244
+ ],
245
+ "description": ""
246
+ },
247
+ "v-card-subtitle": {
248
+ "attributes": [
249
+ "tag"
250
+ ],
251
+ "description": ""
252
+ },
253
+ "v-card-text": {
254
+ "attributes": [
255
+ "tag"
256
+ ],
257
+ "description": ""
258
+ },
259
+ "v-card-title": {
260
+ "attributes": [
261
+ "tag"
262
+ ],
263
+ "description": ""
264
+ },
265
+ "v-carousel": {
266
+ "attributes": [
267
+ "continuous",
268
+ "cycle",
269
+ "delimiter-icon",
270
+ "height",
271
+ "hide-delimiter-background",
272
+ "hide-delimiters",
273
+ "interval",
274
+ "mandatory",
275
+ "progress",
276
+ "progress-color",
277
+ "show-arrows",
278
+ "vertical-delimiters"
279
+ ],
280
+ "description": ""
281
+ },
282
+ "v-carousel-item": {
283
+ "attributes": [],
284
+ "description": ""
285
+ },
286
+ "v-checkbox": {
287
+ "attributes": [
288
+ "disabled",
289
+ "indeterminate",
290
+ "indeterminate-icon",
291
+ "label",
292
+ "off-icon",
293
+ "on-icon",
294
+ "readonly",
295
+ "value"
296
+ ],
297
+ "description": ""
298
+ },
299
+ "v-simple-checkbox": {
300
+ "attributes": [
301
+ "color",
302
+ "dark",
303
+ "disabled",
304
+ "indeterminate",
305
+ "indeterminate-icon",
306
+ "light",
307
+ "model-value",
308
+ "off-icon",
309
+ "on-icon",
310
+ "ripple"
311
+ ],
312
+ "description": ""
313
+ },
314
+ "v-chip": {
315
+ "attributes": [
316
+ "active",
317
+ "active-class",
318
+ "close",
319
+ "close-icon",
320
+ "close-label",
321
+ "disabled",
322
+ "draggable",
323
+ "filter",
324
+ "filter-icon",
325
+ "label",
326
+ "link",
327
+ "model-value",
328
+ "on-click",
329
+ "outlined",
330
+ "pill",
331
+ "tag",
332
+ "text-color"
333
+ ],
334
+ "description": ""
335
+ },
336
+ "v-chip-group": {
337
+ "attributes": [
338
+ "column"
339
+ ],
340
+ "description": ""
341
+ },
342
+ "v-color-picker": {
343
+ "attributes": [
344
+ "canvas-height",
345
+ "disabled",
346
+ "dot-size",
347
+ "flat",
348
+ "hide-canvas",
349
+ "hide-inputs",
350
+ "hide-mode-switch",
351
+ "hide-sliders",
352
+ "mode",
353
+ "model-value",
354
+ "show-swatches",
355
+ "swatches",
356
+ "swatches-max-height",
357
+ "width"
358
+ ],
359
+ "description": ""
360
+ },
361
+ "v-content": {
362
+ "attributes": [],
363
+ "description": ""
364
+ },
365
+ "v-combobox": {
366
+ "attributes": [
367
+ "delimiters",
368
+ "disabled",
369
+ "items",
370
+ "label",
371
+ "menu-props",
372
+ "readonly",
373
+ "return-object",
374
+ "value",
375
+ "value-comparator"
376
+ ],
377
+ "description": ""
378
+ },
379
+ "v-data-iterator": {
380
+ "attributes": [
381
+ "checkbox-color",
382
+ "custom-filter",
383
+ "custom-group",
384
+ "custom-sort",
385
+ "disable-filtering",
386
+ "disable-pagination",
387
+ "disable-sort",
388
+ "expanded",
389
+ "footer-props",
390
+ "group-by",
391
+ "group-desc",
392
+ "hide-default-footer",
393
+ "item-key",
394
+ "items",
395
+ "items-per-page",
396
+ "loading",
397
+ "loading-text",
398
+ "locale",
399
+ "mobile-breakpoint",
400
+ "model-value",
401
+ "multi-sort",
402
+ "must-sort",
403
+ "no-data-text",
404
+ "no-results-text",
405
+ "options",
406
+ "page",
407
+ "search",
408
+ "selectable-key",
409
+ "server-items-length",
410
+ "single-expand",
411
+ "single-select",
412
+ "sort-by",
413
+ "sort-desc",
414
+ "value"
415
+ ],
416
+ "description": ""
417
+ },
418
+ "v-data-footer": {
419
+ "attributes": [
420
+ "disable-items-per-page",
421
+ "disable-pagination",
422
+ "first-icon",
423
+ "items-per-page-all-text",
424
+ "items-per-page-options",
425
+ "items-per-page-text",
426
+ "last-icon",
427
+ "next-icon",
428
+ "options",
429
+ "page-text",
430
+ "pagination",
431
+ "prev-icon",
432
+ "show-current-page",
433
+ "show-first-last-page"
434
+ ],
435
+ "description": ""
436
+ },
437
+ "v-data-table": {
438
+ "attributes": [
439
+ "calculate-widths",
440
+ "caption",
441
+ "checkbox-color",
442
+ "color",
443
+ "custom-filter",
444
+ "custom-group",
445
+ "custom-sort",
446
+ "dense",
447
+ "disable-filtering",
448
+ "disable-pagination",
449
+ "disable-sort",
450
+ "expand-icon",
451
+ "expanded",
452
+ "filter-mode",
453
+ "fixed-header",
454
+ "footer-props",
455
+ "group-by",
456
+ "group-desc",
457
+ "header-props",
458
+ "headers",
459
+ "headers-length",
460
+ "height",
461
+ "hide-default-footer",
462
+ "hide-default-header",
463
+ "item-class",
464
+ "item-key",
465
+ "item-style",
466
+ "items",
467
+ "items-per-page",
468
+ "loader-height",
469
+ "loading",
470
+ "loading-text",
471
+ "locale",
472
+ "multi-sort",
473
+ "must-sort",
474
+ "no-data-text",
475
+ "no-results-text",
476
+ "options",
477
+ "page",
478
+ "search",
479
+ "server-items-length",
480
+ "show-expand",
481
+ "show-group-by",
482
+ "show-select",
483
+ "single-expand",
484
+ "single-select",
485
+ "sort-by",
486
+ "sort-desc",
487
+ "value"
488
+ ],
489
+ "description": ""
490
+ },
491
+ "v-data-table-header": {
492
+ "attributes": [
493
+ "checkbox-color",
494
+ "disable-sort",
495
+ "every-item",
496
+ "headers",
497
+ "mobile",
498
+ "options",
499
+ "show-group-by",
500
+ "single-select",
501
+ "some-items",
502
+ "sort-by-text",
503
+ "sort-icon"
504
+ ],
505
+ "description": ""
506
+ },
507
+ "v-edit-dialog": {
508
+ "attributes": [
509
+ "cancel-text",
510
+ "eager",
511
+ "large",
512
+ "persistent",
513
+ "save-text",
514
+ "transition"
515
+ ],
516
+ "description": ""
517
+ },
518
+ "v-simple-table": {
519
+ "attributes": [
520
+ "dense",
521
+ "fixed-header",
522
+ "height"
523
+ ],
524
+ "description": ""
525
+ },
526
+ "v-date-picker": {
527
+ "attributes": [
528
+ "active-picker",
529
+ "allowed-dates",
530
+ "day-format",
531
+ "disabled",
532
+ "event-color",
533
+ "events",
534
+ "first-day-of-week",
535
+ "header-date-format",
536
+ "locale-first-day-of-year",
537
+ "max",
538
+ "min",
539
+ "model-value",
540
+ "month-format",
541
+ "multiple",
542
+ "next-icon",
543
+ "next-month-aria-label",
544
+ "next-year-aria-label",
545
+ "picker-date",
546
+ "prev-icon",
547
+ "prev-month-aria-label",
548
+ "prev-year-aria-label",
549
+ "range",
550
+ "reactive",
551
+ "readonly",
552
+ "scrollable",
553
+ "selected-items-text",
554
+ "show-adjacent-months",
555
+ "show-current",
556
+ "show-week",
557
+ "title-date-format",
558
+ "type",
559
+ "weekday-format",
560
+ "year-format",
561
+ "year-icon"
562
+ ],
563
+ "description": ""
564
+ },
565
+ "v-dialog": {
566
+ "attributes": [
567
+ "dark",
568
+ "disabled",
569
+ "fullscreen",
570
+ "light",
571
+ "max-width",
572
+ "no-click-animation",
573
+ "origin",
574
+ "persistent",
575
+ "retain-focus",
576
+ "scrollable",
577
+ "transition",
578
+ "width"
579
+ ],
580
+ "description": ""
581
+ },
582
+ "v-divider": {
583
+ "attributes": [
584
+ "dark",
585
+ "inset",
586
+ "light",
587
+ "vertical"
588
+ ],
589
+ "description": ""
590
+ },
591
+ "v-expansion-panels": {
592
+ "attributes": [
593
+ "accordion",
594
+ "disabled",
595
+ "flat",
596
+ "focusable",
597
+ "hover",
598
+ "inset",
599
+ "popout",
600
+ "readonly",
601
+ "tile"
602
+ ],
603
+ "description": ""
604
+ },
605
+ "v-expansion-panel": {
606
+ "attributes": [
607
+ "disabled",
608
+ "readonly"
609
+ ],
610
+ "description": ""
611
+ },
612
+ "v-expansion-panel-content": {
613
+ "attributes": [],
614
+ "description": ""
615
+ },
616
+ "v-expansion-panel-header": {
617
+ "attributes": [
618
+ "disable-icon-rotate",
619
+ "expand-icon",
620
+ "hide-actions",
621
+ "ripple"
622
+ ],
623
+ "description": ""
624
+ },
625
+ "v-file-input": {
626
+ "attributes": [
627
+ "chips",
628
+ "clearable",
629
+ "counter-size-string",
630
+ "counter-string",
631
+ "disabled",
632
+ "hide-input",
633
+ "label",
634
+ "multiple",
635
+ "placeholder",
636
+ "prepend-icon",
637
+ "show-size",
638
+ "small-chips",
639
+ "truncate-length",
640
+ "value"
641
+ ],
642
+ "description": ""
643
+ },
644
+ "v-footer": {
645
+ "attributes": [
646
+ "height",
647
+ "inset",
648
+ "padless",
649
+ "tag"
650
+ ],
651
+ "description": ""
652
+ },
653
+ "v-form": {
654
+ "attributes": [
655
+ "disabled",
656
+ "lazy-validation",
657
+ "readonly",
658
+ "value"
659
+ ],
660
+ "description": ""
661
+ },
662
+ "v-container": {
663
+ "attributes": [
664
+ "fluid",
665
+ "id",
666
+ "tag"
667
+ ],
668
+ "description": ""
669
+ },
670
+ "v-col": {
671
+ "attributes": [
672
+ "align-self",
673
+ "cols",
674
+ "lg",
675
+ "md",
676
+ "offset",
677
+ "offset-lg",
678
+ "offset-md",
679
+ "offset-sm",
680
+ "offset-xl",
681
+ "order",
682
+ "order-lg",
683
+ "order-md",
684
+ "order-sm",
685
+ "order-xl",
686
+ "sm",
687
+ "tag",
688
+ "xl"
689
+ ],
690
+ "description": ""
691
+ },
692
+ "v-row": {
693
+ "attributes": [
694
+ "align",
695
+ "align-content",
696
+ "align-content-lg",
697
+ "align-content-md",
698
+ "align-content-sm",
699
+ "align-content-xl",
700
+ "align-lg",
701
+ "align-md",
702
+ "align-sm",
703
+ "align-xl",
704
+ "dense",
705
+ "justify",
706
+ "justify-lg",
707
+ "justify-md",
708
+ "justify-sm",
709
+ "justify-xl",
710
+ "no-gutters",
711
+ "tag"
712
+ ],
713
+ "description": ""
714
+ },
715
+ "v-spacer": {
716
+ "attributes": [
717
+ "tag"
718
+ ],
719
+ "description": ""
720
+ },
721
+ "v-layout": {
722
+ "attributes": [
723
+ "align-baseline",
724
+ "align-center",
725
+ "align-content-center",
726
+ "align-content-end",
727
+ "align-content-space-around",
728
+ "align-content-space-between",
729
+ "align-content-start",
730
+ "align-end",
731
+ "align-start",
732
+ "column",
733
+ "d-{type}",
734
+ "fill-height",
735
+ "id",
736
+ "justify-center",
737
+ "justify-end",
738
+ "justify-space-around",
739
+ "justify-space-between",
740
+ "justify-start",
741
+ "reverse",
742
+ "row",
743
+ "tag",
744
+ "wrap"
745
+ ],
746
+ "description": ""
747
+ },
748
+ "v-flex": {
749
+ "attributes": [
750
+ "(size)(1-12)",
751
+ "align-self-baseline",
752
+ "align-self-center",
753
+ "align-self-end",
754
+ "align-self-start",
755
+ "grow",
756
+ "id",
757
+ "offset-(size)(0-12)",
758
+ "order-(size)(1-12)",
759
+ "shrink",
760
+ "tag"
761
+ ],
762
+ "description": ""
763
+ },
764
+ "v-hover": {
765
+ "attributes": [
766
+ "disabled",
767
+ "model-value"
768
+ ],
769
+ "description": ""
770
+ },
771
+ "v-icon": {
772
+ "attributes": [
773
+ "dense",
774
+ "disabled",
775
+ "inner-h-t-m-l",
776
+ "left",
777
+ "right",
778
+ "size",
779
+ "tag",
780
+ "text-content"
781
+ ],
782
+ "description": ""
783
+ },
784
+ "v-img": {
785
+ "attributes": [
786
+ "alt",
787
+ "contain",
788
+ "eager",
789
+ "gradient",
790
+ "lazy-src",
791
+ "options",
792
+ "position",
793
+ "sizes",
794
+ "src",
795
+ "srcset",
796
+ "transition"
797
+ ],
798
+ "description": ""
799
+ },
800
+ "v-input": {
801
+ "attributes": [
802
+ "append-icon",
803
+ "background-color",
804
+ "dense",
805
+ "disabled",
806
+ "height",
807
+ "hide-details",
808
+ "hide-spin-buttons",
809
+ "hint",
810
+ "id",
811
+ "label",
812
+ "loading",
813
+ "model-value",
814
+ "persistent-hint",
815
+ "prepend-icon",
816
+ "readonly",
817
+ "value"
818
+ ],
819
+ "description": ""
820
+ },
821
+ "v-item": {
822
+ "attributes": [],
823
+ "description": ""
824
+ },
825
+ "v-item-group": {
826
+ "attributes": [],
827
+ "description": ""
828
+ },
829
+ "v-lazy": {
830
+ "attributes": [
831
+ "options",
832
+ "tag",
833
+ "transition"
834
+ ],
835
+ "description": ""
836
+ },
837
+ "v-list": {
838
+ "attributes": [
839
+ "dense",
840
+ "disabled",
841
+ "expand",
842
+ "flat",
843
+ "nav",
844
+ "rounded",
845
+ "subheader",
846
+ "three-line",
847
+ "two-line"
848
+ ],
849
+ "description": ""
850
+ },
851
+ "v-list-group": {
852
+ "attributes": [
853
+ "active-class",
854
+ "append-icon",
855
+ "color",
856
+ "disabled",
857
+ "group",
858
+ "no-action",
859
+ "prepend-icon",
860
+ "ripple",
861
+ "sub-group"
862
+ ],
863
+ "description": ""
864
+ },
865
+ "v-list-item": {
866
+ "attributes": [
867
+ "active-class",
868
+ "dense",
869
+ "inactive",
870
+ "link",
871
+ "model-value",
872
+ "on-click",
873
+ "selectable",
874
+ "tag",
875
+ "three-line",
876
+ "two-line"
877
+ ],
878
+ "description": ""
879
+ },
880
+ "v-list-item-group": {
881
+ "attributes": [],
882
+ "description": ""
883
+ },
884
+ "v-list-item-action": {
885
+ "attributes": [],
886
+ "description": ""
887
+ },
888
+ "v-list-item-avatar": {
889
+ "attributes": [
890
+ "horizontal",
891
+ "size"
892
+ ],
893
+ "description": ""
894
+ },
895
+ "v-list-item-icon": {
896
+ "attributes": [],
897
+ "description": ""
898
+ },
899
+ "v-list-item-action-text": {
900
+ "attributes": [
901
+ "tag"
902
+ ],
903
+ "description": ""
904
+ },
905
+ "v-list-item-content": {
906
+ "attributes": [
907
+ "tag"
908
+ ],
909
+ "description": ""
910
+ },
911
+ "v-list-item-title": {
912
+ "attributes": [
913
+ "tag"
914
+ ],
915
+ "description": ""
916
+ },
917
+ "v-list-item-subtitle": {
918
+ "attributes": [
919
+ "tag"
920
+ ],
921
+ "description": ""
922
+ },
923
+ "v-main": {
924
+ "attributes": [
925
+ "tag"
926
+ ],
927
+ "description": ""
928
+ },
929
+ "v-menu": {
930
+ "attributes": [
931
+ "auto",
932
+ "close-on-click",
933
+ "close-on-content-click",
934
+ "content-props",
935
+ "disable-keys",
936
+ "disabled",
937
+ "max-height",
938
+ "offset-x",
939
+ "offset-y",
940
+ "on-scroll",
941
+ "open-on-hover",
942
+ "origin",
943
+ "transition"
944
+ ],
945
+ "description": ""
946
+ },
947
+ "v-navigation-drawer": {
948
+ "attributes": [
949
+ "bottom",
950
+ "clipped",
951
+ "disable-resize-watcher",
952
+ "disable-route-watcher",
953
+ "expand-on-hover",
954
+ "floating",
955
+ "height",
956
+ "mini-variant",
957
+ "mini-variant-width",
958
+ "model-value",
959
+ "permanent",
960
+ "right",
961
+ "src",
962
+ "stateless",
963
+ "tag",
964
+ "temporary",
965
+ "touchless",
966
+ "width"
967
+ ],
968
+ "description": ""
969
+ },
970
+ "v-otp-input": {
971
+ "attributes": [
972
+ "length",
973
+ "model-value",
974
+ "plain",
975
+ "type"
976
+ ],
977
+ "description": ""
978
+ },
979
+ "v-overflow-btn": {
980
+ "attributes": [
981
+ "disabled",
982
+ "editable",
983
+ "items",
984
+ "label",
985
+ "menu-props",
986
+ "readonly",
987
+ "segmented",
988
+ "value",
989
+ "value-comparator"
990
+ ],
991
+ "description": ""
992
+ },
993
+ "v-overlay": {
994
+ "attributes": [
995
+ "absolute",
996
+ "color",
997
+ "dark",
998
+ "model-value",
999
+ "opacity",
1000
+ "z-index"
1001
+ ],
1002
+ "description": ""
1003
+ },
1004
+ "v-pagination": {
1005
+ "attributes": [
1006
+ "circle",
1007
+ "current-page-aria-label",
1008
+ "disabled",
1009
+ "length",
1010
+ "model-value",
1011
+ "navigation-color",
1012
+ "navigation-text-color",
1013
+ "next-aria-label",
1014
+ "next-icon",
1015
+ "page-aria-label",
1016
+ "prev-icon",
1017
+ "previous-aria-label",
1018
+ "total-visible",
1019
+ "wrapper-aria-label"
1020
+ ],
1021
+ "description": ""
1022
+ },
1023
+ "v-sheet": {
1024
+ "attributes": [
1025
+ "outlined",
1026
+ "shaped",
1027
+ "tag",
1028
+ "tile"
1029
+ ],
1030
+ "description": ""
1031
+ },
1032
+ "v-parallax": {
1033
+ "attributes": [
1034
+ "alt",
1035
+ "height",
1036
+ "src",
1037
+ "srcset"
1038
+ ],
1039
+ "description": ""
1040
+ },
1041
+ "v-progress-circular": {
1042
+ "attributes": [
1043
+ "button",
1044
+ "indeterminate",
1045
+ "rotate",
1046
+ "size",
1047
+ "value",
1048
+ "width"
1049
+ ],
1050
+ "description": ""
1051
+ },
1052
+ "v-progress-linear": {
1053
+ "attributes": [
1054
+ "active",
1055
+ "background-color",
1056
+ "background-opacity",
1057
+ "buffer-value",
1058
+ "color",
1059
+ "height",
1060
+ "indeterminate",
1061
+ "model-value",
1062
+ "on-change",
1063
+ "on-update-model-value",
1064
+ "query",
1065
+ "reverse",
1066
+ "rounded",
1067
+ "stream",
1068
+ "striped",
1069
+ "value"
1070
+ ],
1071
+ "description": ""
1072
+ },
1073
+ "v-radio-group": {
1074
+ "attributes": [
1075
+ "column",
1076
+ "disabled",
1077
+ "label",
1078
+ "model-value",
1079
+ "name",
1080
+ "readonly",
1081
+ "row",
1082
+ "value"
1083
+ ],
1084
+ "description": ""
1085
+ },
1086
+ "v-radio": {
1087
+ "attributes": [
1088
+ "disabled",
1089
+ "id",
1090
+ "label",
1091
+ "name",
1092
+ "off-icon",
1093
+ "on-icon",
1094
+ "readonly",
1095
+ "value"
1096
+ ],
1097
+ "description": ""
1098
+ },
1099
+ "v-range-slider": {
1100
+ "attributes": [
1101
+ "disabled",
1102
+ "label",
1103
+ "model-value",
1104
+ "readonly",
1105
+ "value"
1106
+ ],
1107
+ "description": ""
1108
+ },
1109
+ "v-rating": {
1110
+ "attributes": [
1111
+ "background-color",
1112
+ "clearable",
1113
+ "color",
1114
+ "dense",
1115
+ "empty-icon",
1116
+ "full-icon",
1117
+ "half-icon",
1118
+ "half-increments",
1119
+ "hover",
1120
+ "icon-label",
1121
+ "length",
1122
+ "model-value",
1123
+ "readonly",
1124
+ "size"
1125
+ ],
1126
+ "description": ""
1127
+ },
1128
+ "v-responsive": {
1129
+ "attributes": [
1130
+ "aspect-ratio",
1131
+ "content-class"
1132
+ ],
1133
+ "description": ""
1134
+ },
1135
+ "v-select": {
1136
+ "attributes": [
1137
+ "append-icon",
1138
+ "attach",
1139
+ "auto",
1140
+ "cache-items",
1141
+ "chips",
1142
+ "clearable",
1143
+ "deletable-chips",
1144
+ "disable-lookup",
1145
+ "disabled",
1146
+ "eager",
1147
+ "hide-selected",
1148
+ "item-color",
1149
+ "item-disabled",
1150
+ "item-text",
1151
+ "item-value",
1152
+ "items",
1153
+ "label",
1154
+ "menu-props",
1155
+ "min-width",
1156
+ "multiple",
1157
+ "open-on-clear",
1158
+ "readonly",
1159
+ "return-object",
1160
+ "small-chips",
1161
+ "value",
1162
+ "value-comparator"
1163
+ ],
1164
+ "description": ""
1165
+ },
1166
+ "v-skeleton-loader": {
1167
+ "attributes": [
1168
+ "boilerplate",
1169
+ "loading",
1170
+ "loading-text",
1171
+ "tile",
1172
+ "transition",
1173
+ "type",
1174
+ "types"
1175
+ ],
1176
+ "description": ""
1177
+ },
1178
+ "v-slider": {
1179
+ "attributes": [
1180
+ "disabled",
1181
+ "inverse-label",
1182
+ "label",
1183
+ "max",
1184
+ "min",
1185
+ "model-value",
1186
+ "readonly",
1187
+ "step",
1188
+ "thumb-color",
1189
+ "thumb-label",
1190
+ "thumb-size",
1191
+ "tick-labels",
1192
+ "tick-size",
1193
+ "ticks",
1194
+ "track-color",
1195
+ "track-fill-color",
1196
+ "value",
1197
+ "vertical"
1198
+ ],
1199
+ "description": ""
1200
+ },
1201
+ "v-slide-group": {
1202
+ "attributes": [],
1203
+ "description": ""
1204
+ },
1205
+ "v-slide-item": {
1206
+ "attributes": [],
1207
+ "description": ""
1208
+ },
1209
+ "v-snackbar": {
1210
+ "attributes": [
1211
+ "app",
1212
+ "centered",
1213
+ "content-class",
1214
+ "multi-line",
1215
+ "text",
1216
+ "timeout",
1217
+ "transition",
1218
+ "vertical"
1219
+ ],
1220
+ "description": ""
1221
+ },
1222
+ "v-sparkline": {
1223
+ "attributes": [
1224
+ "auto-draw",
1225
+ "auto-draw-duration",
1226
+ "auto-draw-easing",
1227
+ "auto-line-width",
1228
+ "color",
1229
+ "fill",
1230
+ "gradient",
1231
+ "gradient-direction",
1232
+ "height",
1233
+ "label-size",
1234
+ "labels",
1235
+ "line-width",
1236
+ "padding",
1237
+ "show-labels",
1238
+ "smooth",
1239
+ "type",
1240
+ "value",
1241
+ "width"
1242
+ ],
1243
+ "description": ""
1244
+ },
1245
+ "v-speed-dial": {
1246
+ "attributes": [
1247
+ "direction",
1248
+ "open-on-hover",
1249
+ "transition"
1250
+ ],
1251
+ "description": ""
1252
+ },
1253
+ "v-stepper": {
1254
+ "attributes": [
1255
+ "alt-labels",
1256
+ "flat",
1257
+ "non-linear",
1258
+ "vertical"
1259
+ ],
1260
+ "description": ""
1261
+ },
1262
+ "v-stepper-step": {
1263
+ "attributes": [
1264
+ "color",
1265
+ "complete",
1266
+ "complete-icon",
1267
+ "edit-icon",
1268
+ "editable",
1269
+ "error-icon",
1270
+ "rules",
1271
+ "step"
1272
+ ],
1273
+ "description": ""
1274
+ },
1275
+ "v-stepper-content": {
1276
+ "attributes": [
1277
+ "step"
1278
+ ],
1279
+ "description": ""
1280
+ },
1281
+ "v-stepper-header": {
1282
+ "attributes": [
1283
+ "tag"
1284
+ ],
1285
+ "description": ""
1286
+ },
1287
+ "v-stepper-items": {
1288
+ "attributes": [
1289
+ "tag"
1290
+ ],
1291
+ "description": ""
1292
+ },
1293
+ "v-subheader": {
1294
+ "attributes": [
1295
+ "inset"
1296
+ ],
1297
+ "description": ""
1298
+ },
1299
+ "v-switch": {
1300
+ "attributes": [
1301
+ "disabled",
1302
+ "flat",
1303
+ "inset",
1304
+ "label",
1305
+ "loading",
1306
+ "readonly",
1307
+ "value"
1308
+ ],
1309
+ "description": ""
1310
+ },
1311
+ "v-system-bar": {
1312
+ "attributes": [
1313
+ "height",
1314
+ "lights-out",
1315
+ "window"
1316
+ ],
1317
+ "description": ""
1318
+ },
1319
+ "v-tabs": {
1320
+ "attributes": [
1321
+ "active-class",
1322
+ "align-with-title",
1323
+ "allow-deselect",
1324
+ "background-color",
1325
+ "center-active",
1326
+ "centered",
1327
+ "fixed-tabs",
1328
+ "grow",
1329
+ "height",
1330
+ "hide-slider",
1331
+ "icons-and-text",
1332
+ "mobile-breakpoint",
1333
+ "next-icon",
1334
+ "optional",
1335
+ "prev-icon",
1336
+ "right",
1337
+ "show-arrows",
1338
+ "slider-color",
1339
+ "slider-size",
1340
+ "vertical"
1341
+ ],
1342
+ "description": ""
1343
+ },
1344
+ "v-tab": {
1345
+ "attributes": [
1346
+ "ripple",
1347
+ "tab-value"
1348
+ ],
1349
+ "description": ""
1350
+ },
1351
+ "v-tabs-items": {
1352
+ "attributes": [
1353
+ "mandatory"
1354
+ ],
1355
+ "description": ""
1356
+ },
1357
+ "v-tab-item": {
1358
+ "attributes": [
1359
+ "id"
1360
+ ],
1361
+ "description": ""
1362
+ },
1363
+ "v-tabs-slider": {
1364
+ "attributes": [],
1365
+ "description": ""
1366
+ },
1367
+ "v-textarea": {
1368
+ "attributes": [
1369
+ "auto-grow",
1370
+ "disabled",
1371
+ "label",
1372
+ "no-resize",
1373
+ "readonly",
1374
+ "row-height",
1375
+ "rows",
1376
+ "value"
1377
+ ],
1378
+ "description": ""
1379
+ },
1380
+ "v-text-field": {
1381
+ "attributes": [
1382
+ "append-outer-icon",
1383
+ "autofocus",
1384
+ "clear-icon",
1385
+ "clearable",
1386
+ "counter",
1387
+ "counter-value",
1388
+ "disabled",
1389
+ "filled",
1390
+ "flat",
1391
+ "full-width",
1392
+ "label",
1393
+ "outlined",
1394
+ "persistent-placeholder",
1395
+ "placeholder",
1396
+ "prefix",
1397
+ "prepend-inner-icon",
1398
+ "readonly",
1399
+ "reverse",
1400
+ "rounded",
1401
+ "shaped",
1402
+ "single-line",
1403
+ "solo",
1404
+ "solo-inverted",
1405
+ "suffix",
1406
+ "type",
1407
+ "value"
1408
+ ],
1409
+ "description": ""
1410
+ },
1411
+ "v-theme-provider": {
1412
+ "attributes": [
1413
+ "root"
1414
+ ],
1415
+ "description": ""
1416
+ },
1417
+ "v-timeline": {
1418
+ "attributes": [
1419
+ "align-top",
1420
+ "dense",
1421
+ "reverse"
1422
+ ],
1423
+ "description": ""
1424
+ },
1425
+ "v-timeline-item": {
1426
+ "attributes": [
1427
+ "color",
1428
+ "fill-dot",
1429
+ "hide-dot",
1430
+ "icon",
1431
+ "icon-color",
1432
+ "large",
1433
+ "left",
1434
+ "right",
1435
+ "small"
1436
+ ],
1437
+ "description": ""
1438
+ },
1439
+ "v-time-picker": {
1440
+ "attributes": [
1441
+ "active-picker",
1442
+ "allowed-hours",
1443
+ "allowed-minutes",
1444
+ "allowed-seconds",
1445
+ "ampm-in-title",
1446
+ "disabled",
1447
+ "format",
1448
+ "max",
1449
+ "min",
1450
+ "model-value",
1451
+ "readonly",
1452
+ "scrollable",
1453
+ "use-seconds"
1454
+ ],
1455
+ "description": ""
1456
+ },
1457
+ "v-toolbar": {
1458
+ "attributes": [
1459
+ "absolute",
1460
+ "bottom",
1461
+ "collapse",
1462
+ "dense",
1463
+ "extended",
1464
+ "extension-height",
1465
+ "flat",
1466
+ "floating",
1467
+ "prominent",
1468
+ "short",
1469
+ "src",
1470
+ "tag"
1471
+ ],
1472
+ "description": ""
1473
+ },
1474
+ "v-toolbar-items": {
1475
+ "attributes": [
1476
+ "tag"
1477
+ ],
1478
+ "description": ""
1479
+ },
1480
+ "v-toolbar-title": {
1481
+ "attributes": [
1482
+ "tag"
1483
+ ],
1484
+ "description": ""
1485
+ },
1486
+ "v-tooltip": {
1487
+ "attributes": [
1488
+ "close-delay",
1489
+ "disabled",
1490
+ "open-delay",
1491
+ "open-on-focus",
1492
+ "open-on-hover",
1493
+ "tag",
1494
+ "transition"
1495
+ ],
1496
+ "description": ""
1497
+ },
1498
+ "v-treeview": {
1499
+ "attributes": [
1500
+ "activatable",
1501
+ "active",
1502
+ "active-class",
1503
+ "color",
1504
+ "dense",
1505
+ "disable-per-node",
1506
+ "disabled",
1507
+ "expand-icon",
1508
+ "filter",
1509
+ "hoverable",
1510
+ "indeterminate-icon",
1511
+ "item-children",
1512
+ "item-disabled",
1513
+ "item-key",
1514
+ "item-text",
1515
+ "items",
1516
+ "load-children",
1517
+ "loading-icon",
1518
+ "model-value",
1519
+ "multiple-active",
1520
+ "off-icon",
1521
+ "on-icon",
1522
+ "open",
1523
+ "open-all",
1524
+ "open-on-click",
1525
+ "return-object",
1526
+ "rounded",
1527
+ "search",
1528
+ "selectable",
1529
+ "selected-color",
1530
+ "selection-type",
1531
+ "shaped",
1532
+ "transition"
1533
+ ],
1534
+ "description": ""
1535
+ },
1536
+ "v-virtual-scroll": {
1537
+ "attributes": [
1538
+ "bench",
1539
+ "item-height",
1540
+ "items"
1541
+ ],
1542
+ "description": ""
1543
+ },
1544
+ "v-window": {
1545
+ "attributes": [
1546
+ "active-class",
1547
+ "continuous",
1548
+ "model-value",
1549
+ "next-icon",
1550
+ "prev-icon",
1551
+ "reverse",
1552
+ "show-arrows",
1553
+ "show-arrows-on-hover",
1554
+ "touch",
1555
+ "touchless",
1556
+ "vertical"
1557
+ ],
1558
+ "description": ""
1559
+ },
1560
+ "v-window-item": {
1561
+ "attributes": [
1562
+ "disabled",
1563
+ "reverse-transition",
1564
+ "transition",
1565
+ "value"
1566
+ ],
1567
+ "description": ""
1568
+ },
1569
+ "v-carousel-transition": {
1570
+ "attributes": [
1571
+ "group",
1572
+ "hide-on-leave",
1573
+ "leave-absolute",
1574
+ "mode",
1575
+ "origin"
1576
+ ],
1577
+ "description": ""
1578
+ },
1579
+ "v-carousel-reverse-transition": {
1580
+ "attributes": [
1581
+ "group",
1582
+ "hide-on-leave",
1583
+ "leave-absolute",
1584
+ "mode",
1585
+ "origin"
1586
+ ],
1587
+ "description": ""
1588
+ },
1589
+ "v-tab-transition": {
1590
+ "attributes": [
1591
+ "group",
1592
+ "hide-on-leave",
1593
+ "leave-absolute",
1594
+ "mode",
1595
+ "origin"
1596
+ ],
1597
+ "description": ""
1598
+ },
1599
+ "v-tab-reverse-transition": {
1600
+ "attributes": [
1601
+ "group",
1602
+ "hide-on-leave",
1603
+ "leave-absolute",
1604
+ "mode",
1605
+ "origin"
1606
+ ],
1607
+ "description": ""
1608
+ },
1609
+ "v-menu-transition": {
1610
+ "attributes": [
1611
+ "group",
1612
+ "hide-on-leave",
1613
+ "leave-absolute",
1614
+ "mode",
1615
+ "origin"
1616
+ ],
1617
+ "description": ""
1618
+ },
1619
+ "v-fab-transition": {
1620
+ "attributes": [
1621
+ "group",
1622
+ "hide-on-leave",
1623
+ "leave-absolute",
1624
+ "mode",
1625
+ "origin"
1626
+ ],
1627
+ "description": ""
1628
+ },
1629
+ "v-dialog-transition": {
1630
+ "attributes": [
1631
+ "group",
1632
+ "hide-on-leave",
1633
+ "leave-absolute",
1634
+ "mode",
1635
+ "origin"
1636
+ ],
1637
+ "description": ""
1638
+ },
1639
+ "v-dialog-bottom-transition": {
1640
+ "attributes": [
1641
+ "group",
1642
+ "hide-on-leave",
1643
+ "leave-absolute",
1644
+ "mode",
1645
+ "origin"
1646
+ ],
1647
+ "description": ""
1648
+ },
1649
+ "v-dialog-top-transition": {
1650
+ "attributes": [
1651
+ "group",
1652
+ "hide-on-leave",
1653
+ "leave-absolute",
1654
+ "mode",
1655
+ "origin"
1656
+ ],
1657
+ "description": ""
1658
+ },
1659
+ "v-fade-transition": {
1660
+ "attributes": [
1661
+ "group",
1662
+ "hide-on-leave",
1663
+ "leave-absolute",
1664
+ "mode",
1665
+ "origin"
1666
+ ],
1667
+ "description": ""
1668
+ },
1669
+ "v-scale-transition": {
1670
+ "attributes": [
1671
+ "group",
1672
+ "hide-on-leave",
1673
+ "leave-absolute",
1674
+ "mode",
1675
+ "origin"
1676
+ ],
1677
+ "description": ""
1678
+ },
1679
+ "v-scroll-x-transition": {
1680
+ "attributes": [
1681
+ "group",
1682
+ "hide-on-leave",
1683
+ "leave-absolute",
1684
+ "mode",
1685
+ "origin"
1686
+ ],
1687
+ "description": ""
1688
+ },
1689
+ "v-scroll-x-reverse-transition": {
1690
+ "attributes": [
1691
+ "group",
1692
+ "hide-on-leave",
1693
+ "leave-absolute",
1694
+ "mode",
1695
+ "origin"
1696
+ ],
1697
+ "description": ""
1698
+ },
1699
+ "v-scroll-y-transition": {
1700
+ "attributes": [
1701
+ "group",
1702
+ "hide-on-leave",
1703
+ "leave-absolute",
1704
+ "mode",
1705
+ "origin"
1706
+ ],
1707
+ "description": ""
1708
+ },
1709
+ "v-scroll-y-reverse-transition": {
1710
+ "attributes": [
1711
+ "group",
1712
+ "hide-on-leave",
1713
+ "leave-absolute",
1714
+ "mode",
1715
+ "origin"
1716
+ ],
1717
+ "description": ""
1718
+ },
1719
+ "v-slide-x-transition": {
1720
+ "attributes": [
1721
+ "group",
1722
+ "hide-on-leave",
1723
+ "leave-absolute",
1724
+ "mode",
1725
+ "origin"
1726
+ ],
1727
+ "description": ""
1728
+ },
1729
+ "v-slide-x-reverse-transition": {
1730
+ "attributes": [
1731
+ "group",
1732
+ "hide-on-leave",
1733
+ "leave-absolute",
1734
+ "mode",
1735
+ "origin"
1736
+ ],
1737
+ "description": ""
1738
+ },
1739
+ "v-slide-y-transition": {
1740
+ "attributes": [
1741
+ "group",
1742
+ "hide-on-leave",
1743
+ "leave-absolute",
1744
+ "mode",
1745
+ "origin"
1746
+ ],
1747
+ "description": ""
1748
+ },
1749
+ "v-slide-y-reverse-transition": {
1750
+ "attributes": [
1751
+ "group",
1752
+ "hide-on-leave",
1753
+ "leave-absolute",
1754
+ "mode",
1755
+ "origin"
1756
+ ],
1757
+ "description": ""
1758
+ },
1759
+ "v-expand-transition": {
1760
+ "attributes": [
1761
+ "mode"
1762
+ ],
1763
+ "description": ""
1764
+ },
1765
+ "v-expand-x-transition": {
1766
+ "attributes": [
1767
+ "mode"
1768
+ ],
1769
+ "description": ""
1770
+ }
1771
+ }