vuetify 2.6.0-beta.0 → 2.6.3

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 (278) hide show
  1. package/dist/json/attributes.json +108 -60
  2. package/dist/json/tags.json +18 -6
  3. package/dist/json/web-types.json +250 -102
  4. package/dist/vuetify.css +92 -41
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +411 -286
  7. package/dist/vuetify.js.map +1 -1
  8. package/dist/vuetify.min.css +2 -2
  9. package/dist/vuetify.min.js +2 -2
  10. package/es5/components/VAutocomplete/VAutocomplete.js +20 -2
  11. package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
  12. package/es5/components/VBanner/VBanner.js +3 -2
  13. package/es5/components/VBanner/VBanner.js.map +1 -1
  14. package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
  15. package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  16. package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
  17. package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
  18. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  19. package/es5/components/VCalendar/VCalendarDaily.js +27 -21
  20. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  21. package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
  22. package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
  23. package/es5/components/VCalendar/mixins/calendar-with-events.js +23 -22
  24. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  25. package/es5/components/VCalendar/mixins/mouse.js +13 -4
  26. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  27. package/es5/components/VCombobox/VCombobox.js +1 -6
  28. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  29. package/es5/components/VData/VData.js +2 -8
  30. package/es5/components/VData/VData.js.map +1 -1
  31. package/es5/components/VDataTable/MobileRow.js +2 -2
  32. package/es5/components/VDataTable/MobileRow.js.map +1 -1
  33. package/es5/components/VDataTable/Row.js +2 -2
  34. package/es5/components/VDataTable/Row.js.map +1 -1
  35. package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  36. package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  37. package/es5/components/VDialog/VDialog.js +11 -17
  38. package/es5/components/VDialog/VDialog.js.map +1 -1
  39. package/es5/components/VItemGroup/VItemGroup.js +8 -4
  40. package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
  41. package/es5/components/VList/VListItem.js +8 -1
  42. package/es5/components/VList/VListItem.js.map +1 -1
  43. package/es5/components/VMenu/VMenu.js +4 -6
  44. package/es5/components/VMenu/VMenu.js.map +1 -1
  45. package/es5/components/VNavigationDrawer/VNavigationDrawer.js +8 -12
  46. package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  47. package/es5/components/VOtpInput/VOtpInput.js +16 -25
  48. package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
  49. package/es5/components/VOverlay/VOverlay.js +1 -0
  50. package/es5/components/VOverlay/VOverlay.js.map +1 -1
  51. package/es5/components/VRadioGroup/VRadioGroup.js +8 -3
  52. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  53. package/es5/components/VRangeSlider/VRangeSlider.js +4 -1
  54. package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
  55. package/es5/components/VSelect/VSelect.js +7 -2
  56. package/es5/components/VSelect/VSelect.js.map +1 -1
  57. package/es5/components/VSlideGroup/VSlideGroup.js +4 -3
  58. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  59. package/es5/components/VStepper/VStepperStep.js +12 -1
  60. package/es5/components/VStepper/VStepperStep.js.map +1 -1
  61. package/es5/components/VTabs/VTab.js +18 -6
  62. package/es5/components/VTabs/VTab.js.map +1 -1
  63. package/es5/components/VTextField/VTextField.js +6 -1
  64. package/es5/components/VTextField/VTextField.js.map +1 -1
  65. package/es5/components/VTooltip/VTooltip.js +14 -8
  66. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  67. package/es5/components/VTreeview/VTreeviewNode.js +3 -1
  68. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  69. package/es5/components/transitions/createTransition.js +0 -20
  70. package/es5/components/transitions/createTransition.js.map +1 -1
  71. package/es5/directives/click-outside/index.js +21 -10
  72. package/es5/directives/click-outside/index.js.map +1 -1
  73. package/es5/directives/intersect/index.js +16 -12
  74. package/es5/directives/intersect/index.js.map +1 -1
  75. package/es5/directives/mutate/index.js +10 -8
  76. package/es5/directives/mutate/index.js.map +1 -1
  77. package/es5/directives/resize/index.js +11 -8
  78. package/es5/directives/resize/index.js.map +1 -1
  79. package/es5/directives/ripple/index.js +0 -7
  80. package/es5/directives/ripple/index.js.map +1 -1
  81. package/es5/directives/scroll/index.js +13 -10
  82. package/es5/directives/scroll/index.js.map +1 -1
  83. package/es5/framework.js +1 -1
  84. package/es5/locale/fr.js +1 -1
  85. package/es5/locale/fr.js.map +1 -1
  86. package/es5/locale/it.js +6 -6
  87. package/es5/locale/it.js.map +1 -1
  88. package/es5/mixins/activatable/index.js +6 -2
  89. package/es5/mixins/activatable/index.js.map +1 -1
  90. package/es5/mixins/detachable/index.js +32 -14
  91. package/es5/mixins/detachable/index.js.map +1 -1
  92. package/es5/mixins/intersectable/index.js +11 -2
  93. package/es5/mixins/intersectable/index.js.map +1 -1
  94. package/es5/mixins/menuable/index.js +11 -9
  95. package/es5/mixins/menuable/index.js.map +1 -1
  96. package/es5/mixins/overlayable/index.js +21 -11
  97. package/es5/mixins/overlayable/index.js.map +1 -1
  98. package/es5/mixins/routable/index.js +12 -9
  99. package/es5/mixins/routable/index.js.map +1 -1
  100. package/es5/services/application/index.js +1 -3
  101. package/es5/services/application/index.js.map +1 -1
  102. package/es5/util/helpers.js +5 -5
  103. package/es5/util/helpers.js.map +1 -1
  104. package/lib/components/VAutocomplete/VAutocomplete.js +18 -2
  105. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  106. package/lib/components/VBanner/VBanner.js +3 -2
  107. package/lib/components/VBanner/VBanner.js.map +1 -1
  108. package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
  109. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  110. package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
  111. package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
  112. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  113. package/lib/components/VCalendar/VCalendarDaily.js +27 -15
  114. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  115. package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
  116. package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
  117. package/lib/components/VCalendar/mixins/calendar-with-events.js +10 -5
  118. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  119. package/lib/components/VCalendar/mixins/mouse.js +9 -4
  120. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  121. package/lib/components/VCombobox/VCombobox.js +1 -6
  122. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  123. package/lib/components/VData/VData.js +2 -4
  124. package/lib/components/VData/VData.js.map +1 -1
  125. package/lib/components/VDataTable/MobileRow.js +2 -2
  126. package/lib/components/VDataTable/MobileRow.js.map +1 -1
  127. package/lib/components/VDataTable/Row.js +2 -2
  128. package/lib/components/VDataTable/Row.js.map +1 -1
  129. package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  130. package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  131. package/lib/components/VDialog/VDialog.js +11 -16
  132. package/lib/components/VDialog/VDialog.js.map +1 -1
  133. package/lib/components/VItemGroup/VItemGroup.js +7 -5
  134. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  135. package/lib/components/VList/VListItem.js +9 -1
  136. package/lib/components/VList/VListItem.js.map +1 -1
  137. package/lib/components/VMenu/VMenu.js +4 -6
  138. package/lib/components/VMenu/VMenu.js.map +1 -1
  139. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +4 -8
  140. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  141. package/lib/components/VOtpInput/VOtpInput.js +16 -25
  142. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  143. package/lib/components/VOverlay/VOverlay.js +1 -0
  144. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  145. package/lib/components/VRadioGroup/VRadioGroup.js +11 -4
  146. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  147. package/lib/components/VRangeSlider/VRangeSlider.js +4 -1
  148. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  149. package/lib/components/VSelect/VSelect.js +7 -2
  150. package/lib/components/VSelect/VSelect.js.map +1 -1
  151. package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
  152. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  153. package/lib/components/VStepper/VStepperStep.js +12 -1
  154. package/lib/components/VStepper/VStepperStep.js.map +1 -1
  155. package/lib/components/VTabs/VTab.js +19 -8
  156. package/lib/components/VTabs/VTab.js.map +1 -1
  157. package/lib/components/VTextField/VTextField.js +8 -1
  158. package/lib/components/VTextField/VTextField.js.map +1 -1
  159. package/lib/components/VTooltip/VTooltip.js +14 -8
  160. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  161. package/lib/components/VTreeview/VTreeviewNode.js +3 -1
  162. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  163. package/lib/components/transitions/createTransition.js +0 -6
  164. package/lib/components/transitions/createTransition.js.map +1 -1
  165. package/lib/directives/click-outside/index.js +22 -10
  166. package/lib/directives/click-outside/index.js.map +1 -1
  167. package/lib/directives/intersect/index.js +16 -12
  168. package/lib/directives/intersect/index.js.map +1 -1
  169. package/lib/directives/mutate/index.js +10 -8
  170. package/lib/directives/mutate/index.js.map +1 -1
  171. package/lib/directives/resize/index.js +9 -6
  172. package/lib/directives/resize/index.js.map +1 -1
  173. package/lib/directives/ripple/index.js +0 -7
  174. package/lib/directives/ripple/index.js.map +1 -1
  175. package/lib/directives/scroll/index.js +9 -6
  176. package/lib/directives/scroll/index.js.map +1 -1
  177. package/lib/framework.js +1 -1
  178. package/lib/locale/fr.js +1 -1
  179. package/lib/locale/fr.js.map +1 -1
  180. package/lib/locale/it.js +6 -6
  181. package/lib/locale/it.js.map +1 -1
  182. package/lib/mixins/activatable/index.js +6 -2
  183. package/lib/mixins/activatable/index.js.map +1 -1
  184. package/lib/mixins/detachable/index.js +28 -13
  185. package/lib/mixins/detachable/index.js.map +1 -1
  186. package/lib/mixins/intersectable/index.js +9 -2
  187. package/lib/mixins/intersectable/index.js.map +1 -1
  188. package/lib/mixins/menuable/index.js +11 -9
  189. package/lib/mixins/menuable/index.js.map +1 -1
  190. package/lib/mixins/overlayable/index.js +21 -11
  191. package/lib/mixins/overlayable/index.js.map +1 -1
  192. package/lib/mixins/routable/index.js +16 -9
  193. package/lib/mixins/routable/index.js.map +1 -1
  194. package/lib/services/application/index.js +1 -3
  195. package/lib/services/application/index.js.map +1 -1
  196. package/lib/util/helpers.js +5 -5
  197. package/lib/util/helpers.js.map +1 -1
  198. package/package.json +2 -2
  199. package/src/components/VAutocomplete/VAutocomplete.ts +15 -2
  200. package/src/components/VBanner/VBanner.ts +16 -10
  201. package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
  202. package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
  203. package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
  204. package/src/components/VCalendar/VCalendar.ts +1 -0
  205. package/src/components/VCalendar/VCalendarCategory.sass +10 -3
  206. package/src/components/VCalendar/VCalendarDaily.ts +14 -13
  207. package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
  208. package/src/components/VCalendar/mixins/calendar-with-events.sass +7 -1
  209. package/src/components/VCalendar/mixins/calendar-with-events.ts +7 -6
  210. package/src/components/VCalendar/mixins/mouse.ts +10 -4
  211. package/src/components/VCombobox/VCombobox.ts +1 -6
  212. package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +113 -0
  213. package/src/components/VCombobox/__tests__/VCombobox.spec.ts +32 -2
  214. package/src/components/VData/VData.ts +2 -4
  215. package/src/components/VDataTable/MobileRow.ts +2 -2
  216. package/src/components/VDataTable/Row.ts +2 -2
  217. package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
  218. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +4 -4
  219. package/src/components/VDialog/VDialog.sass +1 -1
  220. package/src/components/VDialog/VDialog.ts +10 -14
  221. package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +14 -32
  222. package/src/components/VImg/__tests__/VImg.spec.ts +1 -1
  223. package/src/components/VItemGroup/VItemGroup.ts +5 -3
  224. package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
  225. package/src/components/VList/VListItem.sass +2 -1
  226. package/src/components/VList/VListItem.ts +7 -1
  227. package/src/components/VList/__tests__/VListItem.spec.ts +16 -0
  228. package/src/components/VMenu/VMenu.ts +2 -6
  229. package/src/components/VNavigationDrawer/VNavigationDrawer.ts +4 -7
  230. package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +1 -1
  231. package/src/components/VOtpInput/VOtpInput.sass +13 -16
  232. package/src/components/VOtpInput/VOtpInput.ts +14 -28
  233. package/src/components/VOtpInput/_variables.scss +2 -4
  234. package/src/components/VOverlay/VOverlay.ts +1 -0
  235. package/src/components/VRadioGroup/VRadioGroup.ts +8 -4
  236. package/src/components/VRangeSlider/VRangeSlider.ts +3 -1
  237. package/src/components/VSelect/VSelect.ts +5 -1
  238. package/src/components/VSlideGroup/VSlideGroup.ts +8 -2
  239. package/src/components/VStepper/VStepper.sass +4 -4
  240. package/src/components/VStepper/VStepperStep.ts +14 -2
  241. package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +18 -6
  242. package/src/components/VTabs/VTab.ts +24 -6
  243. package/src/components/VTabs/VTabs.sass +5 -2
  244. package/src/components/VTextField/VTextField.ts +8 -3
  245. package/src/components/VTextarea/VTextarea.sass +13 -0
  246. package/src/components/VTooltip/VTooltip.ts +14 -7
  247. package/src/components/VTreeview/VTreeviewNode.ts +3 -1
  248. package/src/components/transitions/createTransition.ts +0 -8
  249. package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +9 -6
  250. package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -4
  251. package/src/directives/click-outside/index.ts +19 -10
  252. package/src/directives/intersect/__tests__/intersect.spec.ts +13 -10
  253. package/src/directives/intersect/index.ts +15 -13
  254. package/src/directives/mutate/__tests__/mutate.spec.ts +36 -17
  255. package/src/directives/mutate/index.ts +9 -9
  256. package/src/directives/resize/__tests__/resize.spec.ts +4 -4
  257. package/src/directives/resize/index.ts +11 -6
  258. package/src/directives/ripple/VRipple.sass +4 -1
  259. package/src/directives/ripple/index.ts +0 -7
  260. package/src/directives/scroll/__tests__/scroll.spec.ts +9 -9
  261. package/src/directives/scroll/index.ts +8 -7
  262. package/src/globals.d.ts +10 -12
  263. package/src/locale/fr.ts +1 -1
  264. package/src/locale/it.ts +6 -6
  265. package/src/mixins/activatable/__tests__/__snapshots__/activatable.spec.ts.snap +1 -2
  266. package/src/mixins/activatable/index.ts +6 -2
  267. package/src/mixins/detachable/index.ts +32 -15
  268. package/src/mixins/intersectable/index.ts +11 -2
  269. package/src/mixins/menuable/index.ts +10 -8
  270. package/src/mixins/overlayable/index.ts +22 -11
  271. package/src/mixins/routable/__tests__/routable.spec.ts +82 -5
  272. package/src/mixins/routable/index.ts +12 -8
  273. package/src/services/application/index.ts +1 -1
  274. package/src/styles/generic/_transitions.scss +219 -215
  275. package/src/styles/settings/_variables.scss +11 -10
  276. package/src/util/helpers.ts +5 -5
  277. package/types/lib.d.ts +2 -0
  278. package/src/directives/ripple/_variables.scss +0 -6
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "2.6.0-beta.0",
5
+ "version": "2.6.3",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -129,7 +129,7 @@
129
129
  },
130
130
  {
131
131
  "name": "color",
132
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
132
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
133
133
  "doc-url": "https://www.vuetifyjs.com/api/v-app-bar#props",
134
134
  "default": "undefined",
135
135
  "value": {
@@ -624,7 +624,7 @@
624
624
  },
625
625
  {
626
626
  "name": "color",
627
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
627
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
628
628
  "doc-url": "https://www.vuetifyjs.com/api/v-alert#props",
629
629
  "default": "undefined",
630
630
  "value": {
@@ -1094,7 +1094,7 @@
1094
1094
  },
1095
1095
  {
1096
1096
  "name": "color",
1097
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
1097
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1098
1098
  "doc-url": "https://www.vuetifyjs.com/api/v-autocomplete#props",
1099
1099
  "default": "undefined",
1100
1100
  "value": {
@@ -2117,7 +2117,7 @@
2117
2117
  "attributes": [
2118
2118
  {
2119
2119
  "name": "color",
2120
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
2120
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2121
2121
  "doc-url": "https://www.vuetifyjs.com/api/v-avatar#props",
2122
2122
  "default": "undefined",
2123
2123
  "value": {
@@ -2320,7 +2320,7 @@
2320
2320
  },
2321
2321
  {
2322
2322
  "name": "color",
2323
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
2323
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2324
2324
  "doc-url": "https://www.vuetifyjs.com/api/v-badge#props",
2325
2325
  "default": "'primary'",
2326
2326
  "value": {
@@ -2542,7 +2542,7 @@
2542
2542
  },
2543
2543
  {
2544
2544
  "name": "color",
2545
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
2545
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2546
2546
  "doc-url": "https://www.vuetifyjs.com/api/v-banner#props",
2547
2547
  "default": "undefined",
2548
2548
  "value": {
@@ -2867,7 +2867,7 @@
2867
2867
  },
2868
2868
  {
2869
2869
  "name": "color",
2870
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
2870
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2871
2871
  "doc-url": "https://www.vuetifyjs.com/api/v-bottom-navigation#props",
2872
2872
  "default": "undefined",
2873
2873
  "value": {
@@ -3276,7 +3276,7 @@
3276
3276
  "name": "max-width",
3277
3277
  "description": "Sets the maximum width for the component.",
3278
3278
  "doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
3279
- "default": "auto",
3279
+ "default": "undefined",
3280
3280
  "value": {
3281
3281
  "kind": "expression",
3282
3282
  "type": [
@@ -3309,6 +3309,17 @@
3309
3309
  ]
3310
3310
  }
3311
3311
  },
3312
+ {
3313
+ "name": "open-on-click",
3314
+ "description": "",
3315
+ "doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
3316
+ "default": "true",
3317
+ "value": {
3318
+ "kind": "expression",
3319
+ "type": "boolean"
3320
+ },
3321
+ "type": "boolean"
3322
+ },
3312
3323
  {
3313
3324
  "name": "open-on-focus",
3314
3325
  "description": "",
@@ -3431,7 +3442,7 @@
3431
3442
  "name": "width",
3432
3443
  "description": "Sets the width for the component.",
3433
3444
  "doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
3434
- "default": "auto",
3445
+ "default": "undefined",
3435
3446
  "value": {
3436
3447
  "kind": "expression",
3437
3448
  "type": [
@@ -3832,7 +3843,7 @@
3832
3843
  },
3833
3844
  {
3834
3845
  "name": "color",
3835
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
3846
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
3836
3847
  "doc-url": "https://www.vuetifyjs.com/api/v-btn#props",
3837
3848
  "default": "undefined",
3838
3849
  "value": {
@@ -4400,7 +4411,7 @@
4400
4411
  },
4401
4412
  {
4402
4413
  "name": "color",
4403
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
4414
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
4404
4415
  "doc-url": "https://www.vuetifyjs.com/api/v-btn-toggle#props",
4405
4416
  "default": "undefined",
4406
4417
  "value": {
@@ -4539,6 +4550,16 @@
4539
4550
  "kind": "expression",
4540
4551
  "type": "any"
4541
4552
  }
4553
+ },
4554
+ {
4555
+ "name": "value-comparator",
4556
+ "description": "Apply a custom value comparator function",
4557
+ "doc-url": "https://www.vuetifyjs.com/api/v-btn-toggle#props",
4558
+ "default": "null",
4559
+ "value": {
4560
+ "kind": "expression",
4561
+ "type": "function"
4562
+ }
4542
4563
  }
4543
4564
  ],
4544
4565
  "events": [
@@ -4648,7 +4669,7 @@
4648
4669
  },
4649
4670
  {
4650
4671
  "name": "color",
4651
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
4672
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
4652
4673
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
4653
4674
  "default": "undefined",
4654
4675
  "value": {
@@ -5119,7 +5140,7 @@
5119
5140
  "name": "start",
5120
5141
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
5121
5142
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
5122
- "default": "2021-10-12",
5143
+ "default": "2022-01-25",
5123
5144
  "value": {
5124
5145
  "kind": "expression",
5125
5146
  "type": [
@@ -6518,7 +6539,7 @@
6518
6539
  "attributes": [
6519
6540
  {
6520
6541
  "name": "color",
6521
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
6542
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
6522
6543
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6523
6544
  "default": "undefined",
6524
6545
  "value": {
@@ -6748,7 +6769,7 @@
6748
6769
  "name": "start",
6749
6770
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6750
6771
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6751
- "default": "2021-10-12",
6772
+ "default": "2022-01-25",
6752
6773
  "value": {
6753
6774
  "kind": "expression",
6754
6775
  "type": [
@@ -6800,7 +6821,7 @@
6800
6821
  "attributes": [
6801
6822
  {
6802
6823
  "name": "color",
6803
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
6824
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
6804
6825
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6805
6826
  "default": "undefined",
6806
6827
  "value": {
@@ -6966,7 +6987,7 @@
6966
6987
  "name": "start",
6967
6988
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6968
6989
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6969
- "default": "2021-10-12",
6990
+ "default": "2022-01-25",
6970
6991
  "value": {
6971
6992
  "kind": "expression",
6972
6993
  "type": [
@@ -7018,7 +7039,7 @@
7018
7039
  "attributes": [
7019
7040
  {
7020
7041
  "name": "color",
7021
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
7042
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
7022
7043
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7023
7044
  "default": "undefined",
7024
7045
  "value": {
@@ -7184,7 +7205,7 @@
7184
7205
  "name": "start",
7185
7206
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
7186
7207
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7187
- "default": "2021-10-12",
7208
+ "default": "2022-01-25",
7188
7209
  "value": {
7189
7210
  "kind": "expression",
7190
7211
  "type": [
@@ -7257,7 +7278,7 @@
7257
7278
  },
7258
7279
  {
7259
7280
  "name": "color",
7260
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
7281
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
7261
7282
  "doc-url": "https://www.vuetifyjs.com/api/v-card#props",
7262
7283
  "default": "undefined",
7263
7284
  "value": {
@@ -8068,6 +8089,16 @@
8068
8089
  "type": "any"
8069
8090
  }
8070
8091
  },
8092
+ {
8093
+ "name": "value-comparator",
8094
+ "description": "Apply a custom value comparator function",
8095
+ "doc-url": "https://www.vuetifyjs.com/api/v-carousel#props",
8096
+ "default": "null",
8097
+ "value": {
8098
+ "kind": "expression",
8099
+ "type": "function"
8100
+ }
8101
+ },
8071
8102
  {
8072
8103
  "name": "vertical",
8073
8104
  "description": "Uses a vertical transition when changing windows.",
@@ -8402,7 +8433,7 @@
8402
8433
  },
8403
8434
  {
8404
8435
  "name": "color",
8405
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
8436
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
8406
8437
  "doc-url": "https://www.vuetifyjs.com/api/v-checkbox#props",
8407
8438
  "default": "undefined",
8408
8439
  "value": {
@@ -8892,7 +8923,7 @@
8892
8923
  "attributes": [
8893
8924
  {
8894
8925
  "name": "color",
8895
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
8926
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
8896
8927
  "doc-url": "https://www.vuetifyjs.com/api/v-simple-checkbox#props",
8897
8928
  "default": "undefined",
8898
8929
  "value": {
@@ -9090,7 +9121,7 @@
9090
9121
  },
9091
9122
  {
9092
9123
  "name": "color",
9093
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
9124
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9094
9125
  "doc-url": "https://www.vuetifyjs.com/api/v-chip#props",
9095
9126
  "default": "undefined",
9096
9127
  "value": {
@@ -9485,7 +9516,7 @@
9485
9516
  },
9486
9517
  {
9487
9518
  "name": "color",
9488
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
9519
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9489
9520
  "doc-url": "https://www.vuetifyjs.com/api/v-chip-group#props",
9490
9521
  "default": "undefined",
9491
9522
  "value": {
@@ -9625,6 +9656,16 @@
9625
9656
  "kind": "expression",
9626
9657
  "type": "any"
9627
9658
  }
9659
+ },
9660
+ {
9661
+ "name": "value-comparator",
9662
+ "description": "Apply a custom value comparator function",
9663
+ "doc-url": "https://www.vuetifyjs.com/api/v-chip-group#props",
9664
+ "default": "null",
9665
+ "value": {
9666
+ "kind": "expression",
9667
+ "type": "function"
9668
+ }
9628
9669
  }
9629
9670
  ],
9630
9671
  "events": [
@@ -10054,7 +10095,7 @@
10054
10095
  },
10055
10096
  {
10056
10097
  "name": "color",
10057
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
10098
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
10058
10099
  "doc-url": "https://www.vuetifyjs.com/api/v-combobox#props",
10059
10100
  "default": "undefined",
10060
10101
  "value": {
@@ -11430,7 +11471,7 @@
11430
11471
  "name": "sort-by",
11431
11472
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
11432
11473
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#props",
11433
- "default": "[]",
11474
+ "default": "undefined",
11434
11475
  "value": {
11435
11476
  "kind": "expression",
11436
11477
  "type": [
@@ -11443,7 +11484,7 @@
11443
11484
  "name": "sort-desc",
11444
11485
  "description": "Changes which direction sorting is done. Can be used with `.sync` modifier",
11445
11486
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#props",
11446
- "default": "[]",
11487
+ "default": "undefined",
11447
11488
  "value": {
11448
11489
  "kind": "expression",
11449
11490
  "type": [
@@ -11466,7 +11507,7 @@
11466
11507
  "events": [
11467
11508
  {
11468
11509
  "name": "current-items",
11469
- "description": "",
11510
+ "description": "Emits the items provided via the **items** prop, every time the internal **computedItems** is changed.",
11470
11511
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11471
11512
  "arguments": [
11472
11513
  {
@@ -11510,7 +11551,7 @@
11510
11551
  },
11511
11552
  {
11512
11553
  "name": "page-count",
11513
- "description": "",
11554
+ "description": "Emits when the **pageCount** property of the **pagination** prop is updated",
11514
11555
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11515
11556
  "arguments": [
11516
11557
  {
@@ -11521,7 +11562,7 @@
11521
11562
  },
11522
11563
  {
11523
11564
  "name": "pagination",
11524
- "description": "",
11565
+ "description": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop",
11525
11566
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11526
11567
  "arguments": [
11527
11568
  {
@@ -11532,7 +11573,7 @@
11532
11573
  },
11533
11574
  {
11534
11575
  "name": "toggle-select-all",
11535
- "description": "",
11576
+ "description": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop",
11536
11577
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11537
11578
  "arguments": [
11538
11579
  {
@@ -11554,7 +11595,7 @@
11554
11595
  },
11555
11596
  {
11556
11597
  "name": "update:group-by",
11557
- "description": "",
11598
+ "description": "Emits when the **group-by** property of the **options** property is updated",
11558
11599
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11559
11600
  "arguments": [
11560
11601
  {
@@ -11565,7 +11606,7 @@
11565
11606
  },
11566
11607
  {
11567
11608
  "name": "update:group-desc",
11568
- "description": "",
11609
+ "description": "Emits when the **group-desc** property of the **options** prop is updated",
11569
11610
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11570
11611
  "arguments": [
11571
11612
  {
@@ -11576,7 +11617,7 @@
11576
11617
  },
11577
11618
  {
11578
11619
  "name": "update:items-per-page",
11579
- "description": "",
11620
+ "description": "Emits when the **items-per-page** property of the **options** prop is updated",
11580
11621
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11581
11622
  "arguments": [
11582
11623
  {
@@ -11587,7 +11628,7 @@
11587
11628
  },
11588
11629
  {
11589
11630
  "name": "update:multi-sort",
11590
- "description": "",
11631
+ "description": "Emits when the **multi-sort** property of the **options** prop is updated",
11591
11632
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11592
11633
  "arguments": [
11593
11634
  {
@@ -11598,7 +11639,7 @@
11598
11639
  },
11599
11640
  {
11600
11641
  "name": "update:must-sort",
11601
- "description": "",
11642
+ "description": "Emits when the **must-sort** property of the **options** prop is updated",
11602
11643
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11603
11644
  "arguments": [
11604
11645
  {
@@ -11609,7 +11650,7 @@
11609
11650
  },
11610
11651
  {
11611
11652
  "name": "update:options",
11612
- "description": "",
11653
+ "description": "Emits when one of the **options** properties is updated",
11613
11654
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11614
11655
  "arguments": [
11615
11656
  {
@@ -11620,7 +11661,7 @@
11620
11661
  },
11621
11662
  {
11622
11663
  "name": "update:page",
11623
- "description": "",
11664
+ "description": "Emits when the **page** property of the **options** prop is updated",
11624
11665
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11625
11666
  "arguments": [
11626
11667
  {
@@ -11631,7 +11672,7 @@
11631
11672
  },
11632
11673
  {
11633
11674
  "name": "update:sort-by",
11634
- "description": "",
11675
+ "description": "Emits when the **sort-by** property of the **options** prop is updated",
11635
11676
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11636
11677
  "arguments": [
11637
11678
  {
@@ -11642,7 +11683,7 @@
11642
11683
  },
11643
11684
  {
11644
11685
  "name": "update:sort-desc",
11645
- "description": "",
11686
+ "description": "Emits when the **sort-desc** property of the **options** prop is updated",
11646
11687
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11647
11688
  "arguments": [
11648
11689
  {
@@ -12500,7 +12541,7 @@
12500
12541
  },
12501
12542
  {
12502
12543
  "name": "page",
12503
- "description": "",
12544
+ "description": "The current displayed page number (1-indexed)",
12504
12545
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
12505
12546
  "default": "1",
12506
12547
  "value": {
@@ -12597,7 +12638,7 @@
12597
12638
  "name": "sort-by",
12598
12639
  "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
12599
12640
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
12600
- "default": "[]",
12641
+ "default": "undefined",
12601
12642
  "value": {
12602
12643
  "kind": "expression",
12603
12644
  "type": [
@@ -12610,7 +12651,7 @@
12610
12651
  "name": "sort-desc",
12611
12652
  "description": "Changes which direction sorting is done. Can be used with `.sync` modifier",
12612
12653
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
12613
- "default": "[]",
12654
+ "default": "undefined",
12614
12655
  "value": {
12615
12656
  "kind": "expression",
12616
12657
  "type": [
@@ -12655,7 +12696,7 @@
12655
12696
  },
12656
12697
  {
12657
12698
  "name": "current-items",
12658
- "description": "",
12699
+ "description": "Emits the items provided via the **items** prop, every time the internal **computedItems** is changed.",
12659
12700
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12660
12701
  "arguments": [
12661
12702
  {
@@ -12710,7 +12751,7 @@
12710
12751
  },
12711
12752
  {
12712
12753
  "name": "page-count",
12713
- "description": "",
12754
+ "description": "Emits when the **pageCount** property of the **pagination** prop is updated",
12714
12755
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12715
12756
  "arguments": [
12716
12757
  {
@@ -12721,7 +12762,7 @@
12721
12762
  },
12722
12763
  {
12723
12764
  "name": "pagination",
12724
- "description": "",
12765
+ "description": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop",
12725
12766
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12726
12767
  "arguments": [
12727
12768
  {
@@ -12732,7 +12773,7 @@
12732
12773
  },
12733
12774
  {
12734
12775
  "name": "toggle-select-all",
12735
- "description": "",
12776
+ "description": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop",
12736
12777
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12737
12778
  "arguments": [
12738
12779
  {
@@ -12754,7 +12795,7 @@
12754
12795
  },
12755
12796
  {
12756
12797
  "name": "update:group-by",
12757
- "description": "",
12798
+ "description": "Emits when the **group-by** property of the **options** property is updated",
12758
12799
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12759
12800
  "arguments": [
12760
12801
  {
@@ -12765,7 +12806,7 @@
12765
12806
  },
12766
12807
  {
12767
12808
  "name": "update:group-desc",
12768
- "description": "",
12809
+ "description": "Emits when the **group-desc** property of the **options** prop is updated",
12769
12810
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12770
12811
  "arguments": [
12771
12812
  {
@@ -12776,7 +12817,7 @@
12776
12817
  },
12777
12818
  {
12778
12819
  "name": "update:items-per-page",
12779
- "description": "",
12820
+ "description": "Emits when the **items-per-page** property of the **options** prop is updated",
12780
12821
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12781
12822
  "arguments": [
12782
12823
  {
@@ -12787,7 +12828,7 @@
12787
12828
  },
12788
12829
  {
12789
12830
  "name": "update:multi-sort",
12790
- "description": "",
12831
+ "description": "Emits when the **multi-sort** property of the **options** prop is updated",
12791
12832
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12792
12833
  "arguments": [
12793
12834
  {
@@ -12798,7 +12839,7 @@
12798
12839
  },
12799
12840
  {
12800
12841
  "name": "update:must-sort",
12801
- "description": "",
12842
+ "description": "Emits when the **must-sort** property of the **options** prop is updated",
12802
12843
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12803
12844
  "arguments": [
12804
12845
  {
@@ -12809,7 +12850,7 @@
12809
12850
  },
12810
12851
  {
12811
12852
  "name": "update:options",
12812
- "description": "",
12853
+ "description": "Emits when one of the **options** properties is updated",
12813
12854
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12814
12855
  "arguments": [
12815
12856
  {
@@ -12820,7 +12861,7 @@
12820
12861
  },
12821
12862
  {
12822
12863
  "name": "update:page",
12823
- "description": "",
12864
+ "description": "Emits when the **page** property of the **options** prop is updated",
12824
12865
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12825
12866
  "arguments": [
12826
12867
  {
@@ -12831,7 +12872,7 @@
12831
12872
  },
12832
12873
  {
12833
12874
  "name": "update:sort-by",
12834
- "description": "",
12875
+ "description": "Emits when the **sort-by** property of the **options** prop is updated",
12835
12876
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12836
12877
  "arguments": [
12837
12878
  {
@@ -12842,7 +12883,7 @@
12842
12883
  },
12843
12884
  {
12844
12885
  "name": "update:sort-desc",
12845
- "description": "",
12886
+ "description": "Emits when the **sort-desc** property of the **options** prop is updated",
12846
12887
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12847
12888
  "arguments": [
12848
12889
  {
@@ -13938,7 +13979,7 @@
13938
13979
  },
13939
13980
  {
13940
13981
  "name": "color",
13941
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
13982
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
13942
13983
  "doc-url": "https://www.vuetifyjs.com/api/v-date-picker#props",
13943
13984
  "default": "undefined",
13944
13985
  "value": {
@@ -14632,7 +14673,7 @@
14632
14673
  "name": "max-width",
14633
14674
  "description": "Sets the maximum width for the component.",
14634
14675
  "doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
14635
- "default": "none",
14676
+ "default": "undefined",
14636
14677
  "value": {
14637
14678
  "kind": "expression",
14638
14679
  "type": [
@@ -14665,6 +14706,17 @@
14665
14706
  ]
14666
14707
  }
14667
14708
  },
14709
+ {
14710
+ "name": "open-on-click",
14711
+ "description": "",
14712
+ "doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
14713
+ "default": "true",
14714
+ "value": {
14715
+ "kind": "expression",
14716
+ "type": "boolean"
14717
+ },
14718
+ "type": "boolean"
14719
+ },
14668
14720
  {
14669
14721
  "name": "open-on-focus",
14670
14722
  "description": "",
@@ -14790,7 +14842,7 @@
14790
14842
  "name": "width",
14791
14843
  "description": "Sets the width for the component.",
14792
14844
  "doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
14793
- "default": "auto",
14845
+ "default": "undefined",
14794
14846
  "value": {
14795
14847
  "kind": "expression",
14796
14848
  "type": [
@@ -15117,6 +15169,16 @@
15117
15169
  "kind": "expression",
15118
15170
  "type": "any"
15119
15171
  }
15172
+ },
15173
+ {
15174
+ "name": "value-comparator",
15175
+ "description": "Apply a custom value comparator function",
15176
+ "doc-url": "https://www.vuetifyjs.com/api/v-expansion-panels#props",
15177
+ "default": "null",
15178
+ "value": {
15179
+ "kind": "expression",
15180
+ "type": "function"
15181
+ }
15120
15182
  }
15121
15183
  ],
15122
15184
  "events": [],
@@ -15208,7 +15270,7 @@
15208
15270
  "attributes": [
15209
15271
  {
15210
15272
  "name": "color",
15211
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
15273
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
15212
15274
  "doc-url": "https://www.vuetifyjs.com/api/v-expansion-panel-header#props",
15213
15275
  "default": "undefined",
15214
15276
  "value": {
@@ -15309,7 +15371,7 @@
15309
15371
  "attributes": [
15310
15372
  {
15311
15373
  "name": "color",
15312
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
15374
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
15313
15375
  "doc-url": "https://www.vuetifyjs.com/api/v-expansion-panel-content#props",
15314
15376
  "default": "undefined",
15315
15377
  "value": {
@@ -15426,7 +15488,7 @@
15426
15488
  },
15427
15489
  {
15428
15490
  "name": "color",
15429
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
15491
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
15430
15492
  "doc-url": "https://www.vuetifyjs.com/api/v-file-input#props",
15431
15493
  "default": "undefined",
15432
15494
  "value": {
@@ -16245,7 +16307,7 @@
16245
16307
  },
16246
16308
  {
16247
16309
  "name": "color",
16248
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
16310
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
16249
16311
  "doc-url": "https://www.vuetifyjs.com/api/v-footer#props",
16250
16312
  "default": "undefined",
16251
16313
  "value": {
@@ -17571,7 +17633,7 @@
17571
17633
  "attributes": [
17572
17634
  {
17573
17635
  "name": "color",
17574
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
17636
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
17575
17637
  "doc-url": "https://www.vuetifyjs.com/api/v-icon#props",
17576
17638
  "default": "undefined",
17577
17639
  "value": {
@@ -18060,7 +18122,7 @@
18060
18122
  },
18061
18123
  {
18062
18124
  "name": "color",
18063
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
18125
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
18064
18126
  "doc-url": "https://www.vuetifyjs.com/api/v-input#props",
18065
18127
  "default": "undefined",
18066
18128
  "value": {
@@ -18584,6 +18646,16 @@
18584
18646
  "kind": "expression",
18585
18647
  "type": "any"
18586
18648
  }
18649
+ },
18650
+ {
18651
+ "name": "value-comparator",
18652
+ "description": "Apply a custom value comparator function",
18653
+ "doc-url": "https://www.vuetifyjs.com/api/v-item-group#props",
18654
+ "default": "null",
18655
+ "value": {
18656
+ "kind": "expression",
18657
+ "type": "function"
18658
+ }
18587
18659
  }
18588
18660
  ],
18589
18661
  "events": [
@@ -18889,7 +18961,7 @@
18889
18961
  "attributes": [
18890
18962
  {
18891
18963
  "name": "color",
18892
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
18964
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
18893
18965
  "doc-url": "https://www.vuetifyjs.com/api/v-list#props",
18894
18966
  "default": "undefined",
18895
18967
  "value": {
@@ -19197,7 +19269,7 @@
19197
19269
  },
19198
19270
  {
19199
19271
  "name": "color",
19200
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
19272
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
19201
19273
  "doc-url": "https://www.vuetifyjs.com/api/v-list-group#props",
19202
19274
  "default": "'primary'",
19203
19275
  "value": {
@@ -19688,7 +19760,7 @@
19688
19760
  "attributes": [
19689
19761
  {
19690
19762
  "name": "color",
19691
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
19763
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
19692
19764
  "doc-url": "https://www.vuetifyjs.com/api/v-list-item-avatar#props",
19693
19765
  "default": "undefined",
19694
19766
  "value": {
@@ -19901,7 +19973,7 @@
19901
19973
  },
19902
19974
  {
19903
19975
  "name": "color",
19904
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
19976
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
19905
19977
  "doc-url": "https://www.vuetifyjs.com/api/v-list-item-group#props",
19906
19978
  "default": "undefined",
19907
19979
  "value": {
@@ -19985,6 +20057,16 @@
19985
20057
  "kind": "expression",
19986
20058
  "type": "any"
19987
20059
  }
20060
+ },
20061
+ {
20062
+ "name": "value-comparator",
20063
+ "description": "Apply a custom value comparator function",
20064
+ "doc-url": "https://www.vuetifyjs.com/api/v-list-item-group#props",
20065
+ "default": "null",
20066
+ "value": {
20067
+ "kind": "expression",
20068
+ "type": "function"
20069
+ }
19988
20070
  }
19989
20071
  ],
19990
20072
  "events": [
@@ -20639,7 +20721,7 @@
20639
20721
  },
20640
20722
  {
20641
20723
  "name": "color",
20642
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
20724
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
20643
20725
  "doc-url": "https://www.vuetifyjs.com/api/v-navigation-drawer#props",
20644
20726
  "default": "undefined",
20645
20727
  "value": {
@@ -21035,12 +21117,15 @@
21035
21117
  },
21036
21118
  {
21037
21119
  "name": "length",
21038
- "description": "The OTP fields length",
21120
+ "description": "The OTP field's length",
21039
21121
  "doc-url": "https://www.vuetifyjs.com/api/v-otp-input#props",
21040
21122
  "default": "6",
21041
21123
  "value": {
21042
21124
  "kind": "expression",
21043
- "type": "number"
21125
+ "type": [
21126
+ "number",
21127
+ "string"
21128
+ ]
21044
21129
  }
21045
21130
  },
21046
21131
  {
@@ -21087,6 +21172,17 @@
21087
21172
  }
21088
21173
  ],
21089
21174
  "events": [
21175
+ {
21176
+ "name": "change",
21177
+ "description": "Emitted when the input is changed by user interaction",
21178
+ "doc-url": "https://www.vuetifyjs.com/api/v-otp-input#events",
21179
+ "arguments": [
21180
+ {
21181
+ "name": "argument",
21182
+ "type": "string"
21183
+ }
21184
+ ]
21185
+ },
21090
21186
  {
21091
21187
  "name": "finish",
21092
21188
  "description": "Emitted when the input is filled completely and cursor is blurred",
@@ -21094,7 +21190,18 @@
21094
21190
  "arguments": [
21095
21191
  {
21096
21192
  "name": "argument",
21097
- "type": "any"
21193
+ "type": "string"
21194
+ }
21195
+ ]
21196
+ },
21197
+ {
21198
+ "name": "input",
21199
+ "description": "The updated bound model",
21200
+ "doc-url": "https://www.vuetifyjs.com/api/v-otp-input#events",
21201
+ "arguments": [
21202
+ {
21203
+ "name": "argument",
21204
+ "type": "string"
21098
21205
  }
21099
21206
  ]
21100
21207
  }
@@ -21232,7 +21339,7 @@
21232
21339
  },
21233
21340
  {
21234
21341
  "name": "color",
21235
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
21342
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
21236
21343
  "doc-url": "https://www.vuetifyjs.com/api/v-overflow-btn#props",
21237
21344
  "default": "undefined",
21238
21345
  "value": {
@@ -22288,7 +22395,7 @@
22288
22395
  },
22289
22396
  {
22290
22397
  "name": "color",
22291
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22398
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
22292
22399
  "doc-url": "https://www.vuetifyjs.com/api/v-overlay#props",
22293
22400
  "default": "'#212121'",
22294
22401
  "value": {
@@ -22390,7 +22497,7 @@
22390
22497
  },
22391
22498
  {
22392
22499
  "name": "color",
22393
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22500
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
22394
22501
  "doc-url": "https://www.vuetifyjs.com/api/v-pagination#props",
22395
22502
  "default": "undefined",
22396
22503
  "value": {
@@ -22587,7 +22694,7 @@
22587
22694
  "attributes": [
22588
22695
  {
22589
22696
  "name": "color",
22590
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22697
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
22591
22698
  "doc-url": "https://www.vuetifyjs.com/api/v-sheet#props",
22592
22699
  "default": "undefined",
22593
22700
  "value": {
@@ -22866,7 +22973,7 @@
22866
22973
  },
22867
22974
  {
22868
22975
  "name": "color",
22869
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22976
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
22870
22977
  "doc-url": "https://www.vuetifyjs.com/api/v-progress-circular#props",
22871
22978
  "default": "undefined",
22872
22979
  "value": {
@@ -23037,7 +23144,7 @@
23037
23144
  },
23038
23145
  {
23039
23146
  "name": "color",
23040
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
23147
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
23041
23148
  "doc-url": "https://www.vuetifyjs.com/api/v-progress-linear#props",
23042
23149
  "default": "'primary'",
23043
23150
  "value": {
@@ -23693,7 +23800,7 @@
23693
23800
  },
23694
23801
  {
23695
23802
  "name": "color",
23696
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
23803
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
23697
23804
  "doc-url": "https://www.vuetifyjs.com/api/v-radio#props",
23698
23805
  "default": "undefined",
23699
23806
  "value": {
@@ -23959,7 +24066,7 @@
23959
24066
  },
23960
24067
  {
23961
24068
  "name": "color",
23962
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
24069
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
23963
24070
  "doc-url": "https://www.vuetifyjs.com/api/v-range-slider#props",
23964
24071
  "default": "undefined",
23965
24072
  "value": {
@@ -24608,7 +24715,7 @@
24608
24715
  },
24609
24716
  {
24610
24717
  "name": "color",
24611
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
24718
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
24612
24719
  "doc-url": "https://www.vuetifyjs.com/api/v-rating#props",
24613
24720
  "default": "'primary'",
24614
24721
  "value": {
@@ -25118,7 +25225,7 @@
25118
25225
  },
25119
25226
  {
25120
25227
  "name": "color",
25121
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
25228
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
25122
25229
  "doc-url": "https://www.vuetifyjs.com/api/v-select#props",
25123
25230
  "default": "undefined",
25124
25231
  "value": {
@@ -26318,7 +26425,7 @@
26318
26425
  },
26319
26426
  {
26320
26427
  "name": "color",
26321
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
26428
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
26322
26429
  "doc-url": "https://www.vuetifyjs.com/api/v-slider#props",
26323
26430
  "default": "undefined",
26324
26431
  "value": {
@@ -27073,6 +27180,16 @@
27073
27180
  "kind": "expression",
27074
27181
  "type": "any"
27075
27182
  }
27183
+ },
27184
+ {
27185
+ "name": "value-comparator",
27186
+ "description": "Apply a custom value comparator function",
27187
+ "doc-url": "https://www.vuetifyjs.com/api/v-slide-group#props",
27188
+ "default": "null",
27189
+ "value": {
27190
+ "kind": "expression",
27191
+ "type": "function"
27192
+ }
27076
27193
  }
27077
27194
  ],
27078
27195
  "events": [
@@ -27240,7 +27357,7 @@
27240
27357
  },
27241
27358
  {
27242
27359
  "name": "color",
27243
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
27360
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
27244
27361
  "doc-url": "https://www.vuetifyjs.com/api/v-snackbar#props",
27245
27362
  "default": "undefined",
27246
27363
  "value": {
@@ -27619,7 +27736,7 @@
27619
27736
  },
27620
27737
  {
27621
27738
  "name": "color",
27622
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
27739
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
27623
27740
  "doc-url": "https://www.vuetifyjs.com/api/v-sparkline#props",
27624
27741
  "default": "'primary'",
27625
27742
  "value": {
@@ -27969,7 +28086,7 @@
27969
28086
  },
27970
28087
  {
27971
28088
  "name": "color",
27972
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
28089
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
27973
28090
  "doc-url": "https://www.vuetifyjs.com/api/v-stepper#props",
27974
28091
  "default": "undefined",
27975
28092
  "value": {
@@ -28262,7 +28379,7 @@
28262
28379
  "attributes": [
28263
28380
  {
28264
28381
  "name": "color",
28265
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
28382
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
28266
28383
  "doc-url": "https://www.vuetifyjs.com/api/v-stepper-step#props",
28267
28384
  "default": "'primary'",
28268
28385
  "value": {
@@ -28524,7 +28641,7 @@
28524
28641
  },
28525
28642
  {
28526
28643
  "name": "color",
28527
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
28644
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
28528
28645
  "doc-url": "https://www.vuetifyjs.com/api/v-switch#props",
28529
28646
  "default": "undefined",
28530
28647
  "value": {
@@ -29009,7 +29126,7 @@
29009
29126
  },
29010
29127
  {
29011
29128
  "name": "color",
29012
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
29129
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
29013
29130
  "doc-url": "https://www.vuetifyjs.com/api/v-system-bar#props",
29014
29131
  "default": "undefined",
29015
29132
  "value": {
@@ -29157,7 +29274,7 @@
29157
29274
  },
29158
29275
  {
29159
29276
  "name": "color",
29160
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
29277
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
29161
29278
  "doc-url": "https://www.vuetifyjs.com/api/v-tabs#props",
29162
29279
  "default": "undefined",
29163
29280
  "value": {
@@ -29903,6 +30020,16 @@
29903
30020
  "type": "any"
29904
30021
  }
29905
30022
  },
30023
+ {
30024
+ "name": "value-comparator",
30025
+ "description": "Apply a custom value comparator function",
30026
+ "doc-url": "https://www.vuetifyjs.com/api/v-tabs-items#props",
30027
+ "default": "null",
30028
+ "value": {
30029
+ "kind": "expression",
30030
+ "type": "function"
30031
+ }
30032
+ },
29906
30033
  {
29907
30034
  "name": "vertical",
29908
30035
  "description": "Uses a vertical transition when changing windows.",
@@ -29951,7 +30078,7 @@
29951
30078
  "attributes": [
29952
30079
  {
29953
30080
  "name": "color",
29954
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
30081
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
29955
30082
  "doc-url": "https://www.vuetifyjs.com/api/v-tabs-slider#props",
29956
30083
  "default": "undefined",
29957
30084
  "value": {
@@ -30051,7 +30178,7 @@
30051
30178
  },
30052
30179
  {
30053
30180
  "name": "color",
30054
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
30181
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
30055
30182
  "doc-url": "https://www.vuetifyjs.com/api/v-textarea#props",
30056
30183
  "default": "undefined",
30057
30184
  "value": {
@@ -30856,7 +30983,7 @@
30856
30983
  },
30857
30984
  {
30858
30985
  "name": "color",
30859
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
30986
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
30860
30987
  "doc-url": "https://www.vuetifyjs.com/api/v-text-field#props",
30861
30988
  "default": "undefined",
30862
30989
  "value": {
@@ -31690,7 +31817,7 @@
31690
31817
  "attributes": [
31691
31818
  {
31692
31819
  "name": "color",
31693
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
31820
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
31694
31821
  "doc-url": "https://www.vuetifyjs.com/api/v-timeline-item#props",
31695
31822
  "default": "'primary'",
31696
31823
  "value": {
@@ -31743,7 +31870,7 @@
31743
31870
  },
31744
31871
  {
31745
31872
  "name": "icon-color",
31746
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
31873
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
31747
31874
  "doc-url": "https://www.vuetifyjs.com/api/v-timeline-item#props",
31748
31875
  "default": "undefined",
31749
31876
  "value": {
@@ -31891,7 +32018,7 @@
31891
32018
  },
31892
32019
  {
31893
32020
  "name": "color",
31894
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
32021
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
31895
32022
  "doc-url": "https://www.vuetifyjs.com/api/v-time-picker#props",
31896
32023
  "default": "undefined",
31897
32024
  "value": {
@@ -32210,7 +32337,7 @@
32210
32337
  },
32211
32338
  {
32212
32339
  "name": "color",
32213
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
32340
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
32214
32341
  "doc-url": "https://www.vuetifyjs.com/api/v-toolbar#props",
32215
32342
  "default": "undefined",
32216
32343
  "value": {
@@ -32652,7 +32779,7 @@
32652
32779
  },
32653
32780
  {
32654
32781
  "name": "color",
32655
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
32782
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
32656
32783
  "doc-url": "https://www.vuetifyjs.com/api/v-tooltip#props",
32657
32784
  "default": "undefined",
32658
32785
  "value": {
@@ -32833,7 +32960,7 @@
32833
32960
  "name": "open-on-click",
32834
32961
  "description": "Designates whether the tooltip should open on activator click",
32835
32962
  "doc-url": "https://www.vuetifyjs.com/api/v-tooltip#props",
32836
- "default": "false",
32963
+ "default": "true",
32837
32964
  "value": {
32838
32965
  "kind": "expression",
32839
32966
  "type": "boolean"
@@ -32844,7 +32971,7 @@
32844
32971
  "name": "open-on-focus",
32845
32972
  "description": "",
32846
32973
  "doc-url": "https://www.vuetifyjs.com/api/v-tooltip#props",
32847
- "default": "false",
32974
+ "default": "true",
32848
32975
  "value": {
32849
32976
  "kind": "expression",
32850
32977
  "type": "boolean"
@@ -33048,6 +33175,17 @@
33048
33175
  },
33049
33176
  "type": "boolean"
33050
33177
  },
33178
+ {
33179
+ "name": "disable-per-node",
33180
+ "description": "Prevents disabling children nodes",
33181
+ "doc-url": "https://www.vuetifyjs.com/api/v-treeview#props",
33182
+ "default": "false",
33183
+ "value": {
33184
+ "kind": "expression",
33185
+ "type": "boolean"
33186
+ },
33187
+ "type": "boolean"
33188
+ },
33051
33189
  {
33052
33190
  "name": "disabled",
33053
33191
  "description": "Disables selection for all nodes",
@@ -33774,6 +33912,16 @@
33774
33912
  "type": "any"
33775
33913
  }
33776
33914
  },
33915
+ {
33916
+ "name": "value-comparator",
33917
+ "description": "Apply a custom value comparator function",
33918
+ "doc-url": "https://www.vuetifyjs.com/api/v-window#props",
33919
+ "default": "null",
33920
+ "value": {
33921
+ "kind": "expression",
33922
+ "type": "function"
33923
+ }
33924
+ },
33777
33925
  {
33778
33926
  "name": "vertical",
33779
33927
  "description": "Uses a vertical transition when changing windows.",