vuetify 2.5.14 → 2.6.2

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 (237) hide show
  1. package/dist/json/attributes.json +196 -0
  2. package/dist/json/tags.json +88 -20
  3. package/dist/json/web-types.json +721 -141
  4. package/dist/vuetify.css +165 -5
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +966 -333
  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 +1 -0
  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 +2 -2
  19. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  20. package/es5/components/VCalendar/VCalendarDaily.js +16 -8
  21. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  22. package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
  23. package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
  24. package/es5/components/VCalendar/mixins/calendar-with-events.js +19 -20
  25. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  26. package/es5/components/VCalendar/mixins/mouse.js +13 -4
  27. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  28. package/es5/components/VCombobox/VCombobox.js +1 -1
  29. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  30. package/es5/components/VDataTable/MobileRow.js +2 -2
  31. package/es5/components/VDataTable/MobileRow.js.map +1 -1
  32. package/es5/components/VDataTable/Row.js +25 -9
  33. package/es5/components/VDataTable/Row.js.map +1 -1
  34. package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  35. package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  36. package/es5/components/VDatePicker/mixins/date-picker-table.js +13 -3
  37. package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  38. package/es5/components/VDialog/VDialog.js +4 -10
  39. package/es5/components/VDialog/VDialog.js.map +1 -1
  40. package/es5/components/VInput/VInput.js +3 -1
  41. package/es5/components/VInput/VInput.js.map +1 -1
  42. package/es5/components/VItemGroup/VItemGroup.js +8 -4
  43. package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
  44. package/es5/components/VMenu/VMenu.js +0 -4
  45. package/es5/components/VMenu/VMenu.js.map +1 -1
  46. package/es5/components/VNavigationDrawer/VNavigationDrawer.js +7 -11
  47. package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  48. package/es5/components/VOtpInput/VOtpInput.js +377 -0
  49. package/es5/components/VOtpInput/VOtpInput.js.map +1 -0
  50. package/es5/components/VOtpInput/index.js +20 -0
  51. package/es5/components/VOtpInput/index.js.map +1 -0
  52. package/es5/components/VRadioGroup/VRadioGroup.js +1 -3
  53. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  54. package/es5/components/VSelect/VSelect.js +6 -1
  55. package/es5/components/VSelect/VSelect.js.map +1 -1
  56. package/es5/components/VSlideGroup/VSlideGroup.js +12 -4
  57. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  58. package/es5/components/VSnackbar/VSnackbar.js +4 -8
  59. package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
  60. package/es5/components/VStepper/VStepperStep.js +12 -1
  61. package/es5/components/VStepper/VStepperStep.js.map +1 -1
  62. package/es5/components/VTabs/VTab.js +3 -2
  63. package/es5/components/VTabs/VTab.js.map +1 -1
  64. package/es5/components/VTooltip/VTooltip.js +14 -9
  65. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  66. package/es5/components/VTreeview/VTreeview.js +2 -1
  67. package/es5/components/VTreeview/VTreeview.js.map +1 -1
  68. package/es5/components/VTreeview/VTreeviewNode.js +3 -1
  69. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  70. package/es5/components/index.js +13 -0
  71. package/es5/components/index.js.map +1 -1
  72. package/es5/directives/ripple/index.js +0 -7
  73. package/es5/directives/ripple/index.js.map +1 -1
  74. package/es5/framework.js +1 -1
  75. package/es5/locale/da.js +77 -0
  76. package/es5/locale/da.js.map +1 -0
  77. package/es5/locale/index.js +8 -0
  78. package/es5/locale/index.js.map +1 -1
  79. package/es5/locale/it.js +6 -6
  80. package/es5/locale/it.js.map +1 -1
  81. package/es5/mixins/activatable/index.js +6 -2
  82. package/es5/mixins/activatable/index.js.map +1 -1
  83. package/es5/mixins/menuable/index.js +9 -8
  84. package/es5/mixins/menuable/index.js.map +1 -1
  85. package/es5/mixins/routable/index.js +4 -7
  86. package/es5/mixins/routable/index.js.map +1 -1
  87. package/es5/services/application/index.js +1 -3
  88. package/es5/services/application/index.js.map +1 -1
  89. package/es5/util/helpers.js +13 -6
  90. package/es5/util/helpers.js.map +1 -1
  91. package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
  92. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  93. package/lib/components/VBanner/VBanner.js +3 -2
  94. package/lib/components/VBanner/VBanner.js.map +1 -1
  95. package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
  96. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  97. package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
  98. package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
  99. package/lib/components/VCalendar/VCalendar.js +2 -2
  100. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  101. package/lib/components/VCalendar/VCalendarDaily.js +20 -8
  102. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  103. package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
  104. package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
  105. package/lib/components/VCalendar/mixins/calendar-with-events.js +6 -3
  106. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  107. package/lib/components/VCalendar/mixins/mouse.js +9 -4
  108. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  109. package/lib/components/VCombobox/VCombobox.js +1 -1
  110. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  111. package/lib/components/VDataTable/MobileRow.js +2 -2
  112. package/lib/components/VDataTable/MobileRow.js.map +1 -1
  113. package/lib/components/VDataTable/Row.js +15 -8
  114. package/lib/components/VDataTable/Row.js.map +1 -1
  115. package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  116. package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  117. package/lib/components/VDatePicker/mixins/date-picker-table.js +12 -2
  118. package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  119. package/lib/components/VDialog/VDialog.js +4 -10
  120. package/lib/components/VDialog/VDialog.js.map +1 -1
  121. package/lib/components/VInput/VInput.js +2 -0
  122. package/lib/components/VInput/VInput.js.map +1 -1
  123. package/lib/components/VItemGroup/VItemGroup.js +7 -5
  124. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  125. package/lib/components/VMenu/VMenu.js +0 -4
  126. package/lib/components/VMenu/VMenu.js.map +1 -1
  127. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +3 -7
  128. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  129. package/lib/components/VOtpInput/VOtpInput.js +344 -0
  130. package/lib/components/VOtpInput/VOtpInput.js.map +1 -0
  131. package/lib/components/VOtpInput/index.js +4 -0
  132. package/lib/components/VOtpInput/index.js.map +1 -0
  133. package/lib/components/VRadioGroup/VRadioGroup.js +2 -4
  134. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  135. package/lib/components/VSelect/VSelect.js +6 -1
  136. package/lib/components/VSelect/VSelect.js.map +1 -1
  137. package/lib/components/VSlideGroup/VSlideGroup.js +13 -4
  138. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  139. package/lib/components/VSnackbar/VSnackbar.js +4 -8
  140. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  141. package/lib/components/VStepper/VStepperStep.js +12 -1
  142. package/lib/components/VStepper/VStepperStep.js.map +1 -1
  143. package/lib/components/VTabs/VTab.js +3 -2
  144. package/lib/components/VTabs/VTab.js.map +1 -1
  145. package/lib/components/VTooltip/VTooltip.js +14 -9
  146. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  147. package/lib/components/VTreeview/VTreeview.js +2 -1
  148. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  149. package/lib/components/VTreeview/VTreeviewNode.js +3 -1
  150. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  151. package/lib/components/index.js +1 -0
  152. package/lib/components/index.js.map +1 -1
  153. package/lib/directives/ripple/index.js +0 -7
  154. package/lib/directives/ripple/index.js.map +1 -1
  155. package/lib/framework.js +1 -1
  156. package/lib/locale/da.js +70 -0
  157. package/lib/locale/da.js.map +1 -0
  158. package/lib/locale/index.js +1 -0
  159. package/lib/locale/index.js.map +1 -1
  160. package/lib/locale/it.js +6 -6
  161. package/lib/locale/it.js.map +1 -1
  162. package/lib/mixins/activatable/index.js +6 -2
  163. package/lib/mixins/activatable/index.js.map +1 -1
  164. package/lib/mixins/menuable/index.js +9 -8
  165. package/lib/mixins/menuable/index.js.map +1 -1
  166. package/lib/mixins/routable/index.js +5 -7
  167. package/lib/mixins/routable/index.js.map +1 -1
  168. package/lib/services/application/index.js +1 -3
  169. package/lib/services/application/index.js.map +1 -1
  170. package/lib/util/helpers.js +13 -6
  171. package/lib/util/helpers.js.map +1 -1
  172. package/package.json +2 -2
  173. package/src/components/VAutocomplete/VAutocomplete.ts +2 -0
  174. package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +16 -0
  175. package/src/components/VBanner/VBanner.ts +16 -10
  176. package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
  177. package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
  178. package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
  179. package/src/components/VCalendar/VCalendar.ts +3 -2
  180. package/src/components/VCalendar/VCalendarCategory.sass +67 -0
  181. package/src/components/VCalendar/VCalendarDaily.ts +9 -8
  182. package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
  183. package/src/components/VCalendar/_variables.scss +4 -0
  184. package/src/components/VCalendar/mixins/calendar-with-events.ts +4 -3
  185. package/src/components/VCalendar/mixins/mouse.ts +10 -4
  186. package/src/components/VCombobox/VCombobox.ts +1 -1
  187. package/src/components/VCombobox/__tests__/VCombobox.spec.ts +2 -2
  188. package/src/components/VDataTable/MobileRow.ts +2 -2
  189. package/src/components/VDataTable/Row.ts +23 -16
  190. package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
  191. package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +16 -0
  192. package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +16 -0
  193. package/src/components/VDatePicker/mixins/date-picker-table.ts +24 -2
  194. package/src/components/VDialog/VDialog.ts +4 -10
  195. package/src/components/VInput/VInput.sass +8 -0
  196. package/src/components/VInput/VInput.ts +2 -0
  197. package/src/components/VItemGroup/VItemGroup.ts +5 -3
  198. package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
  199. package/src/components/VMenu/VMenu.ts +0 -4
  200. package/src/components/VNavigationDrawer/VNavigationDrawer.ts +3 -6
  201. package/src/components/VOtpInput/VOtpInput.sass +37 -0
  202. package/src/components/VOtpInput/VOtpInput.ts +324 -0
  203. package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +294 -0
  204. package/src/components/VOtpInput/_variables.scss +4 -0
  205. package/src/components/VOtpInput/index.ts +4 -0
  206. package/src/components/VRadioGroup/VRadioGroup.ts +0 -4
  207. package/src/components/VSelect/VSelect.ts +4 -0
  208. package/src/components/VSlideGroup/VSlideGroup.ts +21 -2
  209. package/src/components/VSnackbar/VSnackbar.ts +3 -7
  210. package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +4 -1
  211. package/src/components/VStepper/VStepper.sass +4 -4
  212. package/src/components/VStepper/VStepperStep.ts +14 -2
  213. package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +18 -6
  214. package/src/components/VTabs/VTab.ts +10 -2
  215. package/src/components/VTextarea/VTextarea.sass +13 -0
  216. package/src/components/VTooltip/VTooltip.sass +4 -1
  217. package/src/components/VTooltip/VTooltip.ts +14 -8
  218. package/src/components/VTooltip/_variables.scss +1 -0
  219. package/src/components/VTreeview/VTreeview.ts +2 -1
  220. package/src/components/VTreeview/VTreeviewNode.ts +3 -1
  221. package/src/components/index.ts +1 -0
  222. package/src/directives/ripple/VRipple.sass +4 -1
  223. package/src/directives/ripple/index.ts +0 -7
  224. package/src/locale/da.ts +69 -0
  225. package/src/locale/index.ts +1 -0
  226. package/src/locale/it.ts +6 -6
  227. package/src/mixins/activatable/__tests__/__snapshots__/activatable.spec.ts.snap +1 -2
  228. package/src/mixins/activatable/index.ts +6 -2
  229. package/src/mixins/menuable/index.ts +8 -7
  230. package/src/mixins/routable/index.ts +3 -6
  231. package/src/services/application/index.ts +1 -1
  232. package/src/styles/settings/_variables.scss +4 -3
  233. package/src/util/__tests__/__snapshots__/helpers.spec.ts.snap +11 -0
  234. package/src/util/__tests__/helpers.spec.ts +17 -0
  235. package/src/util/helpers.ts +14 -7
  236. package/types/lib.d.ts +2 -0
  237. package/src/directives/ripple/_variables.scss +0 -6
@@ -403,6 +403,10 @@
403
403
  "type": "boolean",
404
404
  "description": "Do not display in the select menu items that are already selected"
405
405
  },
406
+ "v-autocomplete/hide-spin-buttons": {
407
+ "type": "boolean",
408
+ "description": "Hides spin buttons on the input when type is set to `number`."
409
+ },
406
410
  "v-autocomplete/hint": {
407
411
  "type": "string",
408
412
  "description": "Hint text"
@@ -943,6 +947,10 @@
943
947
  "type": "number|string",
944
948
  "description": "Milliseconds to wait before opening component."
945
949
  },
950
+ "v-bottom-sheet/open-on-click": {
951
+ "type": "boolean",
952
+ "description": ""
953
+ },
946
954
  "v-bottom-sheet/open-on-focus": {
947
955
  "type": "boolean",
948
956
  "description": ""
@@ -1067,6 +1075,10 @@
1067
1075
  "type": "string|object",
1068
1076
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1069
1077
  },
1078
+ "v-breadcrumbs-divider/tag": {
1079
+ "type": "string",
1080
+ "description": "Specify a custom tag used on the root element."
1081
+ },
1070
1082
  "v-btn/absolute": {
1071
1083
  "type": "boolean",
1072
1084
  "description": "Applies **position: absolute** to the component."
@@ -1327,6 +1339,10 @@
1327
1339
  "type": "any",
1328
1340
  "description": "The designated model value for the component."
1329
1341
  },
1342
+ "v-btn-toggle/value-comparator": {
1343
+ "type": "function",
1344
+ "description": "Apply a custom value comparator function"
1345
+ },
1330
1346
  "v-calendar/categories": {
1331
1347
  "type": "array|string",
1332
1348
  "description": "Specifies what categories to display in the `category` view. This controls the order of the categories as well. If the calendar uses events any categories specified in those events not specified in this value are dynamically rendered in the view unless `category-hide-dynamic` is true."
@@ -1907,6 +1923,22 @@
1907
1923
  "type": "number|string",
1908
1924
  "description": "Sets the width for the component."
1909
1925
  },
1926
+ "v-card-actions/tag": {
1927
+ "type": "string",
1928
+ "description": "Specify a custom tag used on the root element."
1929
+ },
1930
+ "v-card-subtitle/tag": {
1931
+ "type": "string",
1932
+ "description": "Specify a custom tag used on the root element."
1933
+ },
1934
+ "v-card-text/tag": {
1935
+ "type": "string",
1936
+ "description": "Specify a custom tag used on the root element."
1937
+ },
1938
+ "v-card-title/tag": {
1939
+ "type": "string",
1940
+ "description": "Specify a custom tag used on the root element."
1941
+ },
1910
1942
  "v-carousel/active-class": {
1911
1943
  "type": "string",
1912
1944
  "description": "The **active-class** applied to children when they are activated."
@@ -2003,6 +2035,10 @@
2003
2035
  "type": "any",
2004
2036
  "description": "The designated model value for the component."
2005
2037
  },
2038
+ "v-carousel/value-comparator": {
2039
+ "type": "function",
2040
+ "description": "Apply a custom value comparator function"
2041
+ },
2006
2042
  "v-carousel/vertical": {
2007
2043
  "type": "boolean",
2008
2044
  "description": "Uses a vertical transition when changing windows."
@@ -2127,6 +2163,10 @@
2127
2163
  "type": "boolean|string",
2128
2164
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
2129
2165
  },
2166
+ "v-checkbox/hide-spin-buttons": {
2167
+ "type": "boolean",
2168
+ "description": "Hides spin buttons on the input when type is set to `number`."
2169
+ },
2130
2170
  "v-checkbox/hint": {
2131
2171
  "type": "string",
2132
2172
  "description": "Hint text"
@@ -2451,6 +2491,10 @@
2451
2491
  "type": "any",
2452
2492
  "description": "The designated model value for the component."
2453
2493
  },
2494
+ "v-chip-group/value-comparator": {
2495
+ "type": "function",
2496
+ "description": "Apply a custom value comparator function"
2497
+ },
2454
2498
  "v-color-picker/canvas-height": {
2455
2499
  "type": "string|number",
2456
2500
  "description": "Height of canvas"
@@ -2651,6 +2695,10 @@
2651
2695
  "type": "boolean",
2652
2696
  "description": "Do not display in the select menu items that are already selected"
2653
2697
  },
2698
+ "v-combobox/hide-spin-buttons": {
2699
+ "type": "boolean",
2700
+ "description": "Hides spin buttons on the input when type is set to `number`."
2701
+ },
2654
2702
  "v-combobox/hint": {
2655
2703
  "type": "string",
2656
2704
  "description": "Hint text"
@@ -3551,6 +3599,10 @@
3551
3599
  "type": "number|string",
3552
3600
  "description": "Milliseconds to wait before opening component."
3553
3601
  },
3602
+ "v-dialog/open-on-click": {
3603
+ "type": "boolean",
3604
+ "description": ""
3605
+ },
3554
3606
  "v-dialog/open-on-focus": {
3555
3607
  "type": "boolean",
3556
3608
  "description": ""
@@ -3683,6 +3735,10 @@
3683
3735
  "type": "any",
3684
3736
  "description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant."
3685
3737
  },
3738
+ "v-expansion-panels/value-comparator": {
3739
+ "type": "function",
3740
+ "description": "Apply a custom value comparator function"
3741
+ },
3686
3742
  "v-expansion-panel/active-class": {
3687
3743
  "type": "string",
3688
3744
  "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
@@ -3819,6 +3875,10 @@
3819
3875
  "type": "boolean",
3820
3876
  "description": "Display the icon only without the input (file names)"
3821
3877
  },
3878
+ "v-file-input/hide-spin-buttons": {
3879
+ "type": "boolean",
3880
+ "description": "Hides spin buttons on the input when type is set to `number`."
3881
+ },
3822
3882
  "v-file-input/hint": {
3823
3883
  "type": "string",
3824
3884
  "description": "Hint text"
@@ -4191,6 +4251,10 @@
4191
4251
  "type": "string",
4192
4252
  "description": "Specify a custom tag used on the root element."
4193
4253
  },
4254
+ "v-spacer/tag": {
4255
+ "type": "string",
4256
+ "description": "Specify a custom tag used on the root element."
4257
+ },
4194
4258
  "v-layout/align-baseline": {
4195
4259
  "type": "boolean",
4196
4260
  "description": ""
@@ -4519,6 +4583,10 @@
4519
4583
  "type": "boolean|string",
4520
4584
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
4521
4585
  },
4586
+ "v-input/hide-spin-buttons": {
4587
+ "type": "boolean",
4588
+ "description": "Hides spin buttons on the input when type is set to `number`."
4589
+ },
4522
4590
  "v-input/hint": {
4523
4591
  "type": "string",
4524
4592
  "description": "Hint text"
@@ -4619,6 +4687,10 @@
4619
4687
  "type": "any",
4620
4688
  "description": "The designated model value for the component."
4621
4689
  },
4690
+ "v-item-group/value-comparator": {
4691
+ "type": "function",
4692
+ "description": "Apply a custom value comparator function"
4693
+ },
4622
4694
  "v-lazy/height": {
4623
4695
  "type": "number|string",
4624
4696
  "description": "Sets the height for the component."
@@ -4659,6 +4731,22 @@
4659
4731
  "type": "number|string",
4660
4732
  "description": "Sets the width for the component."
4661
4733
  },
4734
+ "v-list-item-action-text/tag": {
4735
+ "type": "string",
4736
+ "description": "Specify a custom tag used on the root element."
4737
+ },
4738
+ "v-list-item-content/tag": {
4739
+ "type": "string",
4740
+ "description": "Specify a custom tag used on the root element."
4741
+ },
4742
+ "v-list-item-title/tag": {
4743
+ "type": "string",
4744
+ "description": "Specify a custom tag used on the root element."
4745
+ },
4746
+ "v-list-item-subtitle/tag": {
4747
+ "type": "string",
4748
+ "description": "Specify a custom tag used on the root element."
4749
+ },
4662
4750
  "v-list/color": {
4663
4751
  "type": "string",
4664
4752
  "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)."
@@ -4979,6 +5067,10 @@
4979
5067
  "type": "any",
4980
5068
  "description": "Sets the active list-item inside the list-group"
4981
5069
  },
5070
+ "v-list-item-group/value-comparator": {
5071
+ "type": "function",
5072
+ "description": "Apply a custom value comparator function"
5073
+ },
4982
5074
  "v-main/tag": {
4983
5075
  "type": "string",
4984
5076
  "description": "Specify a custom tag used on the root element."
@@ -5267,6 +5359,42 @@
5267
5359
  "type": "number|string",
5268
5360
  "description": "Sets the width for the component."
5269
5361
  },
5362
+ "v-otp-input/dark": {
5363
+ "type": "boolean",
5364
+ "description": "Applies the dark theme variant to the component. This will default the components color to _white_ unless you've configured your [application theme](/customization/theme) to **dark** or if you are using the **color** prop on the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
5365
+ },
5366
+ "v-otp-input/disabled": {
5367
+ "type": "boolean",
5368
+ "description": "Disable the input"
5369
+ },
5370
+ "v-otp-input/hide-spin-buttons": {
5371
+ "type": "boolean",
5372
+ "description": "Hides spin buttons on the input when type is set to `number`."
5373
+ },
5374
+ "v-otp-input/id": {
5375
+ "type": "string",
5376
+ "description": "Sets the DOM id on the component"
5377
+ },
5378
+ "v-otp-input/length": {
5379
+ "type": "number|string",
5380
+ "description": "The OTP field's length"
5381
+ },
5382
+ "v-otp-input/plain": {
5383
+ "type": "boolean",
5384
+ "description": "Outlined style applied by default to the input, set to `true` to apply plain style"
5385
+ },
5386
+ "v-otp-input/readonly": {
5387
+ "type": "boolean",
5388
+ "description": "Puts input in readonly state"
5389
+ },
5390
+ "v-otp-input/type": {
5391
+ "type": "string",
5392
+ "description": "Supported types: `text`, `password`, `number`"
5393
+ },
5394
+ "v-otp-input/value": {
5395
+ "type": "any",
5396
+ "description": "The input's value"
5397
+ },
5270
5398
  "v-overflow-btn/allow-overflow": {
5271
5399
  "type": "boolean",
5272
5400
  "description": "Allow the menu to overflow off the screen"
@@ -5395,6 +5523,10 @@
5395
5523
  "type": "boolean",
5396
5524
  "description": "Do not display in the select menu items that are already selected"
5397
5525
  },
5526
+ "v-overflow-btn/hide-spin-buttons": {
5527
+ "type": "boolean",
5528
+ "description": "Hides spin buttons on the input when type is set to `number`."
5529
+ },
5398
5530
  "v-overflow-btn/hint": {
5399
5531
  "type": "string",
5400
5532
  "description": "Hint text"
@@ -5879,6 +6011,10 @@
5879
6011
  "type": "boolean|string",
5880
6012
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
5881
6013
  },
6014
+ "v-radio-group/hide-spin-buttons": {
6015
+ "type": "boolean",
6016
+ "description": "Hides spin buttons on the input when type is set to `number`."
6017
+ },
5882
6018
  "v-radio-group/hint": {
5883
6019
  "type": "string",
5884
6020
  "description": "Hint text"
@@ -6055,6 +6191,10 @@
6055
6191
  "type": "boolean|string",
6056
6192
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
6057
6193
  },
6194
+ "v-range-slider/hide-spin-buttons": {
6195
+ "type": "boolean",
6196
+ "description": "Hides spin buttons on the input when type is set to `number`."
6197
+ },
6058
6198
  "v-range-slider/hint": {
6059
6199
  "type": "string",
6060
6200
  "description": "Hint text"
@@ -6399,6 +6539,10 @@
6399
6539
  "type": "boolean",
6400
6540
  "description": "Do not display in the select menu items that are already selected"
6401
6541
  },
6542
+ "v-select/hide-spin-buttons": {
6543
+ "type": "boolean",
6544
+ "description": "Hides spin buttons on the input when type is set to `number`."
6545
+ },
6402
6546
  "v-select/hint": {
6403
6547
  "type": "string",
6404
6548
  "description": "Hint text"
@@ -6663,6 +6807,10 @@
6663
6807
  "type": "boolean|string",
6664
6808
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
6665
6809
  },
6810
+ "v-slider/hide-spin-buttons": {
6811
+ "type": "boolean",
6812
+ "description": "Hides spin buttons on the input when type is set to `number`."
6813
+ },
6666
6814
  "v-slider/hint": {
6667
6815
  "type": "string",
6668
6816
  "description": "Hint text"
@@ -6827,6 +6975,10 @@
6827
6975
  "type": "any",
6828
6976
  "description": "The designated model value for the component."
6829
6977
  },
6978
+ "v-slide-group/value-comparator": {
6979
+ "type": "function",
6980
+ "description": "Apply a custom value comparator function"
6981
+ },
6830
6982
  "v-slide-item/active-class": {
6831
6983
  "type": "string",
6832
6984
  "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
@@ -7191,6 +7343,14 @@
7191
7343
  "type": "number|string",
7192
7344
  "description": "Content to display inside step circle"
7193
7345
  },
7346
+ "v-stepper-header/tag": {
7347
+ "type": "string",
7348
+ "description": "Specify a custom tag used on the root element."
7349
+ },
7350
+ "v-stepper-items/tag": {
7351
+ "type": "string",
7352
+ "description": "Specify a custom tag used on the root element."
7353
+ },
7194
7354
  "v-subheader/dark": {
7195
7355
  "type": "boolean",
7196
7356
  "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html)."
@@ -7251,6 +7411,10 @@
7251
7411
  "type": "boolean|string",
7252
7412
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
7253
7413
  },
7414
+ "v-switch/hide-spin-buttons": {
7415
+ "type": "boolean",
7416
+ "description": "Hides spin buttons on the input when type is set to `number`."
7417
+ },
7254
7418
  "v-switch/hint": {
7255
7419
  "type": "string",
7256
7420
  "description": "Hint text"
@@ -7615,6 +7779,10 @@
7615
7779
  "type": "any",
7616
7780
  "description": "The designated model value for the component."
7617
7781
  },
7782
+ "v-tabs-items/value-comparator": {
7783
+ "type": "function",
7784
+ "description": "Apply a custom value comparator function"
7785
+ },
7618
7786
  "v-tabs-items/vertical": {
7619
7787
  "type": "boolean",
7620
7788
  "description": "Uses a vertical transition when changing windows."
@@ -7707,6 +7875,10 @@
7707
7875
  "type": "boolean|string",
7708
7876
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
7709
7877
  },
7878
+ "v-textarea/hide-spin-buttons": {
7879
+ "type": "boolean",
7880
+ "description": "Hides spin buttons on the input when type is set to `number`."
7881
+ },
7710
7882
  "v-textarea/hint": {
7711
7883
  "type": "string",
7712
7884
  "description": "Hint text"
@@ -7911,6 +8083,10 @@
7911
8083
  "type": "boolean|string",
7912
8084
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
7913
8085
  },
8086
+ "v-text-field/hide-spin-buttons": {
8087
+ "type": "boolean",
8088
+ "description": "Hides spin buttons on the input when type is set to `number`."
8089
+ },
7914
8090
  "v-text-field/hint": {
7915
8091
  "type": "string",
7916
8092
  "description": "Hint text"
@@ -8291,6 +8467,14 @@
8291
8467
  "type": "number|string",
8292
8468
  "description": "Sets the width for the component."
8293
8469
  },
8470
+ "v-toolbar-items/tag": {
8471
+ "type": "string",
8472
+ "description": "Specify a custom tag used on the root element."
8473
+ },
8474
+ "v-toolbar-title/tag": {
8475
+ "type": "string",
8476
+ "description": "Specify a custom tag used on the root element."
8477
+ },
8294
8478
  "v-tooltip/absolute": {
8295
8479
  "type": "boolean",
8296
8480
  "description": "Applies **position: absolute** to the component."
@@ -8443,6 +8627,14 @@
8443
8627
  "type": "boolean",
8444
8628
  "description": "Decreases the height of the items"
8445
8629
  },
8630
+ "v-treeview/disable-per-node": {
8631
+ "type": "boolean",
8632
+ "description": "Prevents disabling children nodes"
8633
+ },
8634
+ "v-treeview/disabled": {
8635
+ "type": "boolean",
8636
+ "description": "Disables selection for all nodes"
8637
+ },
8446
8638
  "v-treeview/expand-icon": {
8447
8639
  "type": "string",
8448
8640
  "description": "Icon used to indicate that a node can be expanded"
@@ -8639,6 +8831,10 @@
8639
8831
  "type": "any",
8640
8832
  "description": "The designated model value for the component."
8641
8833
  },
8834
+ "v-window/value-comparator": {
8835
+ "type": "function",
8836
+ "description": "Apply a custom value comparator function"
8837
+ },
8642
8838
  "v-window/vertical": {
8643
8839
  "type": "boolean",
8644
8840
  "description": "Uses a vertical transition when changing windows."