vuetify 2.5.13 → 2.6.1

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 (225) hide show
  1. package/dist/json/attributes.json +188 -0
  2. package/dist/json/tags.json +86 -20
  3. package/dist/json/web-types.json +697 -139
  4. package/dist/vuetify.css +136 -5
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +927 -304
  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/VBottomSheet/VBottomSheet.js +1 -4
  15. package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
  16. package/es5/components/VCalendar/VCalendar.js +2 -2
  17. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  18. package/es5/components/VCalendar/VCalendarDaily.js +16 -8
  19. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  20. package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
  21. package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
  22. package/es5/components/VCalendar/mixins/calendar-with-events.js +19 -20
  23. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  24. package/es5/components/VCalendar/mixins/mouse.js +13 -4
  25. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  26. package/es5/components/VDataTable/MobileRow.js +2 -2
  27. package/es5/components/VDataTable/MobileRow.js.map +1 -1
  28. package/es5/components/VDataTable/Row.js +25 -9
  29. package/es5/components/VDataTable/Row.js.map +1 -1
  30. package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  31. package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  32. package/es5/components/VDatePicker/mixins/date-picker-table.js +13 -3
  33. package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  34. package/es5/components/VDialog/VDialog.js +4 -10
  35. package/es5/components/VDialog/VDialog.js.map +1 -1
  36. package/es5/components/VInput/VInput.js +3 -1
  37. package/es5/components/VInput/VInput.js.map +1 -1
  38. package/es5/components/VItemGroup/VItemGroup.js +8 -4
  39. package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
  40. package/es5/components/VMenu/VMenu.js +1 -1
  41. package/es5/components/VMenu/VMenu.js.map +1 -1
  42. package/es5/components/VOtpInput/VOtpInput.js +375 -0
  43. package/es5/components/VOtpInput/VOtpInput.js.map +1 -0
  44. package/es5/components/VOtpInput/index.js +20 -0
  45. package/es5/components/VOtpInput/index.js.map +1 -0
  46. package/es5/components/VRadioGroup/VRadioGroup.js +1 -3
  47. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  48. package/es5/components/VSlideGroup/VSlideGroup.js +8 -1
  49. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  50. package/es5/components/VSnackbar/VSnackbar.js +4 -8
  51. package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
  52. package/es5/components/VTabs/VTab.js +3 -2
  53. package/es5/components/VTabs/VTab.js.map +1 -1
  54. package/es5/components/VTextField/VTextField.js +6 -1
  55. package/es5/components/VTextField/VTextField.js.map +1 -1
  56. package/es5/components/VTooltip/VTooltip.js +0 -1
  57. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  58. package/es5/components/VTreeview/VTreeview.js +2 -1
  59. package/es5/components/VTreeview/VTreeview.js.map +1 -1
  60. package/es5/components/VTreeview/VTreeviewNode.js +3 -1
  61. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  62. package/es5/components/index.js +13 -0
  63. package/es5/components/index.js.map +1 -1
  64. package/es5/directives/click-outside/index.js +3 -1
  65. package/es5/directives/click-outside/index.js.map +1 -1
  66. package/es5/directives/intersect/index.js +8 -5
  67. package/es5/directives/intersect/index.js.map +1 -1
  68. package/es5/directives/mutate/index.js +3 -2
  69. package/es5/directives/mutate/index.js.map +1 -1
  70. package/es5/directives/resize/index.js +3 -1
  71. package/es5/directives/resize/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/directives/scroll/index.js.map +1 -1
  75. package/es5/framework.js +1 -1
  76. package/es5/locale/da.js +77 -0
  77. package/es5/locale/da.js.map +1 -0
  78. package/es5/locale/index.js +8 -0
  79. package/es5/locale/index.js.map +1 -1
  80. package/es5/locale/it.js +6 -6
  81. package/es5/locale/it.js.map +1 -1
  82. package/es5/mixins/intersectable/index.js +6 -0
  83. package/es5/mixins/intersectable/index.js.map +1 -1
  84. package/es5/mixins/routable/index.js +2 -5
  85. package/es5/mixins/routable/index.js.map +1 -1
  86. package/es5/util/helpers.js +13 -6
  87. package/es5/util/helpers.js.map +1 -1
  88. package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
  89. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  90. package/lib/components/VBanner/VBanner.js +3 -2
  91. package/lib/components/VBanner/VBanner.js.map +1 -1
  92. package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
  93. package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
  94. package/lib/components/VCalendar/VCalendar.js +2 -2
  95. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  96. package/lib/components/VCalendar/VCalendarDaily.js +20 -8
  97. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  98. package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
  99. package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
  100. package/lib/components/VCalendar/mixins/calendar-with-events.js +6 -3
  101. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  102. package/lib/components/VCalendar/mixins/mouse.js +9 -4
  103. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  104. package/lib/components/VDataTable/MobileRow.js +2 -2
  105. package/lib/components/VDataTable/MobileRow.js.map +1 -1
  106. package/lib/components/VDataTable/Row.js +15 -8
  107. package/lib/components/VDataTable/Row.js.map +1 -1
  108. package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  109. package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  110. package/lib/components/VDatePicker/mixins/date-picker-table.js +12 -2
  111. package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  112. package/lib/components/VDialog/VDialog.js +4 -10
  113. package/lib/components/VDialog/VDialog.js.map +1 -1
  114. package/lib/components/VInput/VInput.js +2 -0
  115. package/lib/components/VInput/VInput.js.map +1 -1
  116. package/lib/components/VItemGroup/VItemGroup.js +7 -5
  117. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  118. package/lib/components/VMenu/VMenu.js +1 -1
  119. package/lib/components/VMenu/VMenu.js.map +1 -1
  120. package/lib/components/VOtpInput/VOtpInput.js +342 -0
  121. package/lib/components/VOtpInput/VOtpInput.js.map +1 -0
  122. package/lib/components/VOtpInput/index.js +4 -0
  123. package/lib/components/VOtpInput/index.js.map +1 -0
  124. package/lib/components/VRadioGroup/VRadioGroup.js +2 -4
  125. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  126. package/lib/components/VSlideGroup/VSlideGroup.js +9 -1
  127. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  128. package/lib/components/VSnackbar/VSnackbar.js +4 -8
  129. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  130. package/lib/components/VTabs/VTab.js +3 -2
  131. package/lib/components/VTabs/VTab.js.map +1 -1
  132. package/lib/components/VTextField/VTextField.js +8 -1
  133. package/lib/components/VTextField/VTextField.js.map +1 -1
  134. package/lib/components/VTooltip/VTooltip.js +0 -1
  135. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  136. package/lib/components/VTreeview/VTreeview.js +2 -1
  137. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  138. package/lib/components/VTreeview/VTreeviewNode.js +3 -1
  139. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  140. package/lib/components/index.js +1 -0
  141. package/lib/components/index.js.map +1 -1
  142. package/lib/directives/click-outside/index.js +3 -1
  143. package/lib/directives/click-outside/index.js.map +1 -1
  144. package/lib/directives/intersect/index.js +7 -5
  145. package/lib/directives/intersect/index.js.map +1 -1
  146. package/lib/directives/mutate/index.js +3 -2
  147. package/lib/directives/mutate/index.js.map +1 -1
  148. package/lib/directives/resize/index.js +3 -1
  149. package/lib/directives/resize/index.js.map +1 -1
  150. package/lib/directives/ripple/index.js +0 -7
  151. package/lib/directives/ripple/index.js.map +1 -1
  152. package/lib/directives/scroll/index.js.map +1 -1
  153. package/lib/framework.js +1 -1
  154. package/lib/locale/da.js +70 -0
  155. package/lib/locale/da.js.map +1 -0
  156. package/lib/locale/index.js +1 -0
  157. package/lib/locale/index.js.map +1 -1
  158. package/lib/locale/it.js +6 -6
  159. package/lib/locale/it.js.map +1 -1
  160. package/lib/mixins/intersectable/index.js +4 -0
  161. package/lib/mixins/intersectable/index.js.map +1 -1
  162. package/lib/mixins/routable/index.js +3 -5
  163. package/lib/mixins/routable/index.js.map +1 -1
  164. package/lib/util/helpers.js +13 -6
  165. package/lib/util/helpers.js.map +1 -1
  166. package/package.json +2 -2
  167. package/src/components/VAutocomplete/VAutocomplete.ts +2 -0
  168. package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +16 -0
  169. package/src/components/VBanner/VBanner.ts +16 -10
  170. package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
  171. package/src/components/VCalendar/VCalendar.ts +3 -2
  172. package/src/components/VCalendar/VCalendarCategory.sass +67 -0
  173. package/src/components/VCalendar/VCalendarDaily.ts +9 -8
  174. package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
  175. package/src/components/VCalendar/_variables.scss +4 -0
  176. package/src/components/VCalendar/mixins/calendar-with-events.ts +4 -3
  177. package/src/components/VCalendar/mixins/mouse.ts +10 -4
  178. package/src/components/VDataTable/MobileRow.ts +2 -2
  179. package/src/components/VDataTable/Row.ts +23 -16
  180. package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
  181. package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +16 -0
  182. package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +16 -0
  183. package/src/components/VDatePicker/mixins/date-picker-table.ts +24 -2
  184. package/src/components/VDialog/VDialog.ts +4 -10
  185. package/src/components/VInput/VInput.sass +8 -0
  186. package/src/components/VInput/VInput.ts +2 -0
  187. package/src/components/VItemGroup/VItemGroup.ts +5 -3
  188. package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
  189. package/src/components/VMenu/VMenu.ts +1 -1
  190. package/src/components/VOtpInput/VOtpInput.sass +37 -0
  191. package/src/components/VOtpInput/VOtpInput.ts +322 -0
  192. package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +294 -0
  193. package/src/components/VOtpInput/_variables.scss +4 -0
  194. package/src/components/VOtpInput/index.ts +4 -0
  195. package/src/components/VRadioGroup/VRadioGroup.ts +0 -4
  196. package/src/components/VSlideGroup/VSlideGroup.ts +14 -1
  197. package/src/components/VSnackbar/VSnackbar.ts +3 -7
  198. package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +4 -1
  199. package/src/components/VStepper/VStepper.sass +4 -4
  200. package/src/components/VTabs/VTab.ts +10 -2
  201. package/src/components/VTextField/VTextField.ts +8 -3
  202. package/src/components/VTooltip/VTooltip.sass +4 -1
  203. package/src/components/VTooltip/VTooltip.ts +0 -1
  204. package/src/components/VTooltip/_variables.scss +1 -0
  205. package/src/components/VTreeview/VTreeview.ts +2 -1
  206. package/src/components/VTreeview/VTreeviewNode.ts +3 -1
  207. package/src/components/index.ts +1 -0
  208. package/src/directives/click-outside/index.ts +2 -2
  209. package/src/directives/intersect/index.ts +6 -5
  210. package/src/directives/mutate/index.ts +2 -3
  211. package/src/directives/resize/index.ts +2 -2
  212. package/src/directives/ripple/VRipple.sass +4 -1
  213. package/src/directives/ripple/index.ts +0 -7
  214. package/src/directives/scroll/index.ts +1 -1
  215. package/src/globals.d.ts +5 -5
  216. package/src/locale/da.ts +69 -0
  217. package/src/locale/index.ts +1 -0
  218. package/src/locale/it.ts +6 -6
  219. package/src/mixins/intersectable/index.ts +6 -0
  220. package/src/mixins/routable/index.ts +1 -4
  221. package/src/styles/settings/_variables.scss +4 -3
  222. package/src/util/__tests__/__snapshots__/helpers.spec.ts.snap +11 -0
  223. package/src/util/__tests__/helpers.spec.ts +17 -0
  224. package/src/util/helpers.ts +14 -7
  225. 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"
@@ -1067,6 +1071,10 @@
1067
1071
  "type": "string|object",
1068
1072
  "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
1073
  },
1074
+ "v-breadcrumbs-divider/tag": {
1075
+ "type": "string",
1076
+ "description": "Specify a custom tag used on the root element."
1077
+ },
1070
1078
  "v-btn/absolute": {
1071
1079
  "type": "boolean",
1072
1080
  "description": "Applies **position: absolute** to the component."
@@ -1327,6 +1335,10 @@
1327
1335
  "type": "any",
1328
1336
  "description": "The designated model value for the component."
1329
1337
  },
1338
+ "v-btn-toggle/value-comparator": {
1339
+ "type": "function",
1340
+ "description": "Apply a custom value comparator function"
1341
+ },
1330
1342
  "v-calendar/categories": {
1331
1343
  "type": "array|string",
1332
1344
  "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 +1919,22 @@
1907
1919
  "type": "number|string",
1908
1920
  "description": "Sets the width for the component."
1909
1921
  },
1922
+ "v-card-actions/tag": {
1923
+ "type": "string",
1924
+ "description": "Specify a custom tag used on the root element."
1925
+ },
1926
+ "v-card-subtitle/tag": {
1927
+ "type": "string",
1928
+ "description": "Specify a custom tag used on the root element."
1929
+ },
1930
+ "v-card-text/tag": {
1931
+ "type": "string",
1932
+ "description": "Specify a custom tag used on the root element."
1933
+ },
1934
+ "v-card-title/tag": {
1935
+ "type": "string",
1936
+ "description": "Specify a custom tag used on the root element."
1937
+ },
1910
1938
  "v-carousel/active-class": {
1911
1939
  "type": "string",
1912
1940
  "description": "The **active-class** applied to children when they are activated."
@@ -2003,6 +2031,10 @@
2003
2031
  "type": "any",
2004
2032
  "description": "The designated model value for the component."
2005
2033
  },
2034
+ "v-carousel/value-comparator": {
2035
+ "type": "function",
2036
+ "description": "Apply a custom value comparator function"
2037
+ },
2006
2038
  "v-carousel/vertical": {
2007
2039
  "type": "boolean",
2008
2040
  "description": "Uses a vertical transition when changing windows."
@@ -2127,6 +2159,10 @@
2127
2159
  "type": "boolean|string",
2128
2160
  "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
2161
  },
2162
+ "v-checkbox/hide-spin-buttons": {
2163
+ "type": "boolean",
2164
+ "description": "Hides spin buttons on the input when type is set to `number`."
2165
+ },
2130
2166
  "v-checkbox/hint": {
2131
2167
  "type": "string",
2132
2168
  "description": "Hint text"
@@ -2451,6 +2487,10 @@
2451
2487
  "type": "any",
2452
2488
  "description": "The designated model value for the component."
2453
2489
  },
2490
+ "v-chip-group/value-comparator": {
2491
+ "type": "function",
2492
+ "description": "Apply a custom value comparator function"
2493
+ },
2454
2494
  "v-color-picker/canvas-height": {
2455
2495
  "type": "string|number",
2456
2496
  "description": "Height of canvas"
@@ -2651,6 +2691,10 @@
2651
2691
  "type": "boolean",
2652
2692
  "description": "Do not display in the select menu items that are already selected"
2653
2693
  },
2694
+ "v-combobox/hide-spin-buttons": {
2695
+ "type": "boolean",
2696
+ "description": "Hides spin buttons on the input when type is set to `number`."
2697
+ },
2654
2698
  "v-combobox/hint": {
2655
2699
  "type": "string",
2656
2700
  "description": "Hint text"
@@ -3683,6 +3727,10 @@
3683
3727
  "type": "any",
3684
3728
  "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
3729
  },
3730
+ "v-expansion-panels/value-comparator": {
3731
+ "type": "function",
3732
+ "description": "Apply a custom value comparator function"
3733
+ },
3686
3734
  "v-expansion-panel/active-class": {
3687
3735
  "type": "string",
3688
3736
  "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 +3867,10 @@
3819
3867
  "type": "boolean",
3820
3868
  "description": "Display the icon only without the input (file names)"
3821
3869
  },
3870
+ "v-file-input/hide-spin-buttons": {
3871
+ "type": "boolean",
3872
+ "description": "Hides spin buttons on the input when type is set to `number`."
3873
+ },
3822
3874
  "v-file-input/hint": {
3823
3875
  "type": "string",
3824
3876
  "description": "Hint text"
@@ -4191,6 +4243,10 @@
4191
4243
  "type": "string",
4192
4244
  "description": "Specify a custom tag used on the root element."
4193
4245
  },
4246
+ "v-spacer/tag": {
4247
+ "type": "string",
4248
+ "description": "Specify a custom tag used on the root element."
4249
+ },
4194
4250
  "v-layout/align-baseline": {
4195
4251
  "type": "boolean",
4196
4252
  "description": ""
@@ -4519,6 +4575,10 @@
4519
4575
  "type": "boolean|string",
4520
4576
  "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
4577
  },
4578
+ "v-input/hide-spin-buttons": {
4579
+ "type": "boolean",
4580
+ "description": "Hides spin buttons on the input when type is set to `number`."
4581
+ },
4522
4582
  "v-input/hint": {
4523
4583
  "type": "string",
4524
4584
  "description": "Hint text"
@@ -4619,6 +4679,10 @@
4619
4679
  "type": "any",
4620
4680
  "description": "The designated model value for the component."
4621
4681
  },
4682
+ "v-item-group/value-comparator": {
4683
+ "type": "function",
4684
+ "description": "Apply a custom value comparator function"
4685
+ },
4622
4686
  "v-lazy/height": {
4623
4687
  "type": "number|string",
4624
4688
  "description": "Sets the height for the component."
@@ -4659,6 +4723,22 @@
4659
4723
  "type": "number|string",
4660
4724
  "description": "Sets the width for the component."
4661
4725
  },
4726
+ "v-list-item-action-text/tag": {
4727
+ "type": "string",
4728
+ "description": "Specify a custom tag used on the root element."
4729
+ },
4730
+ "v-list-item-content/tag": {
4731
+ "type": "string",
4732
+ "description": "Specify a custom tag used on the root element."
4733
+ },
4734
+ "v-list-item-title/tag": {
4735
+ "type": "string",
4736
+ "description": "Specify a custom tag used on the root element."
4737
+ },
4738
+ "v-list-item-subtitle/tag": {
4739
+ "type": "string",
4740
+ "description": "Specify a custom tag used on the root element."
4741
+ },
4662
4742
  "v-list/color": {
4663
4743
  "type": "string",
4664
4744
  "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 +5059,10 @@
4979
5059
  "type": "any",
4980
5060
  "description": "Sets the active list-item inside the list-group"
4981
5061
  },
5062
+ "v-list-item-group/value-comparator": {
5063
+ "type": "function",
5064
+ "description": "Apply a custom value comparator function"
5065
+ },
4982
5066
  "v-main/tag": {
4983
5067
  "type": "string",
4984
5068
  "description": "Specify a custom tag used on the root element."
@@ -5267,6 +5351,42 @@
5267
5351
  "type": "number|string",
5268
5352
  "description": "Sets the width for the component."
5269
5353
  },
5354
+ "v-otp-input/dark": {
5355
+ "type": "boolean",
5356
+ "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)."
5357
+ },
5358
+ "v-otp-input/disabled": {
5359
+ "type": "boolean",
5360
+ "description": "Disable the input"
5361
+ },
5362
+ "v-otp-input/hide-spin-buttons": {
5363
+ "type": "boolean",
5364
+ "description": "Hides spin buttons on the input when type is set to `number`."
5365
+ },
5366
+ "v-otp-input/id": {
5367
+ "type": "string",
5368
+ "description": "Sets the DOM id on the component"
5369
+ },
5370
+ "v-otp-input/length": {
5371
+ "type": "number|string",
5372
+ "description": "The OTP field's length"
5373
+ },
5374
+ "v-otp-input/plain": {
5375
+ "type": "boolean",
5376
+ "description": "Outlined style applied by default to the input, set to `true` to apply plain style"
5377
+ },
5378
+ "v-otp-input/readonly": {
5379
+ "type": "boolean",
5380
+ "description": "Puts input in readonly state"
5381
+ },
5382
+ "v-otp-input/type": {
5383
+ "type": "string",
5384
+ "description": "Supported types: `text`, `password`, `number`"
5385
+ },
5386
+ "v-otp-input/value": {
5387
+ "type": "any",
5388
+ "description": "The input's value"
5389
+ },
5270
5390
  "v-overflow-btn/allow-overflow": {
5271
5391
  "type": "boolean",
5272
5392
  "description": "Allow the menu to overflow off the screen"
@@ -5395,6 +5515,10 @@
5395
5515
  "type": "boolean",
5396
5516
  "description": "Do not display in the select menu items that are already selected"
5397
5517
  },
5518
+ "v-overflow-btn/hide-spin-buttons": {
5519
+ "type": "boolean",
5520
+ "description": "Hides spin buttons on the input when type is set to `number`."
5521
+ },
5398
5522
  "v-overflow-btn/hint": {
5399
5523
  "type": "string",
5400
5524
  "description": "Hint text"
@@ -5879,6 +6003,10 @@
5879
6003
  "type": "boolean|string",
5880
6004
  "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
6005
  },
6006
+ "v-radio-group/hide-spin-buttons": {
6007
+ "type": "boolean",
6008
+ "description": "Hides spin buttons on the input when type is set to `number`."
6009
+ },
5882
6010
  "v-radio-group/hint": {
5883
6011
  "type": "string",
5884
6012
  "description": "Hint text"
@@ -6055,6 +6183,10 @@
6055
6183
  "type": "boolean|string",
6056
6184
  "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
6185
  },
6186
+ "v-range-slider/hide-spin-buttons": {
6187
+ "type": "boolean",
6188
+ "description": "Hides spin buttons on the input when type is set to `number`."
6189
+ },
6058
6190
  "v-range-slider/hint": {
6059
6191
  "type": "string",
6060
6192
  "description": "Hint text"
@@ -6399,6 +6531,10 @@
6399
6531
  "type": "boolean",
6400
6532
  "description": "Do not display in the select menu items that are already selected"
6401
6533
  },
6534
+ "v-select/hide-spin-buttons": {
6535
+ "type": "boolean",
6536
+ "description": "Hides spin buttons on the input when type is set to `number`."
6537
+ },
6402
6538
  "v-select/hint": {
6403
6539
  "type": "string",
6404
6540
  "description": "Hint text"
@@ -6663,6 +6799,10 @@
6663
6799
  "type": "boolean|string",
6664
6800
  "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
6801
  },
6802
+ "v-slider/hide-spin-buttons": {
6803
+ "type": "boolean",
6804
+ "description": "Hides spin buttons on the input when type is set to `number`."
6805
+ },
6666
6806
  "v-slider/hint": {
6667
6807
  "type": "string",
6668
6808
  "description": "Hint text"
@@ -6827,6 +6967,10 @@
6827
6967
  "type": "any",
6828
6968
  "description": "The designated model value for the component."
6829
6969
  },
6970
+ "v-slide-group/value-comparator": {
6971
+ "type": "function",
6972
+ "description": "Apply a custom value comparator function"
6973
+ },
6830
6974
  "v-slide-item/active-class": {
6831
6975
  "type": "string",
6832
6976
  "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 +7335,14 @@
7191
7335
  "type": "number|string",
7192
7336
  "description": "Content to display inside step circle"
7193
7337
  },
7338
+ "v-stepper-header/tag": {
7339
+ "type": "string",
7340
+ "description": "Specify a custom tag used on the root element."
7341
+ },
7342
+ "v-stepper-items/tag": {
7343
+ "type": "string",
7344
+ "description": "Specify a custom tag used on the root element."
7345
+ },
7194
7346
  "v-subheader/dark": {
7195
7347
  "type": "boolean",
7196
7348
  "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 +7403,10 @@
7251
7403
  "type": "boolean|string",
7252
7404
  "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
7405
  },
7406
+ "v-switch/hide-spin-buttons": {
7407
+ "type": "boolean",
7408
+ "description": "Hides spin buttons on the input when type is set to `number`."
7409
+ },
7254
7410
  "v-switch/hint": {
7255
7411
  "type": "string",
7256
7412
  "description": "Hint text"
@@ -7615,6 +7771,10 @@
7615
7771
  "type": "any",
7616
7772
  "description": "The designated model value for the component."
7617
7773
  },
7774
+ "v-tabs-items/value-comparator": {
7775
+ "type": "function",
7776
+ "description": "Apply a custom value comparator function"
7777
+ },
7618
7778
  "v-tabs-items/vertical": {
7619
7779
  "type": "boolean",
7620
7780
  "description": "Uses a vertical transition when changing windows."
@@ -7707,6 +7867,10 @@
7707
7867
  "type": "boolean|string",
7708
7868
  "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
7869
  },
7870
+ "v-textarea/hide-spin-buttons": {
7871
+ "type": "boolean",
7872
+ "description": "Hides spin buttons on the input when type is set to `number`."
7873
+ },
7710
7874
  "v-textarea/hint": {
7711
7875
  "type": "string",
7712
7876
  "description": "Hint text"
@@ -7911,6 +8075,10 @@
7911
8075
  "type": "boolean|string",
7912
8076
  "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
8077
  },
8078
+ "v-text-field/hide-spin-buttons": {
8079
+ "type": "boolean",
8080
+ "description": "Hides spin buttons on the input when type is set to `number`."
8081
+ },
7914
8082
  "v-text-field/hint": {
7915
8083
  "type": "string",
7916
8084
  "description": "Hint text"
@@ -8291,6 +8459,14 @@
8291
8459
  "type": "number|string",
8292
8460
  "description": "Sets the width for the component."
8293
8461
  },
8462
+ "v-toolbar-items/tag": {
8463
+ "type": "string",
8464
+ "description": "Specify a custom tag used on the root element."
8465
+ },
8466
+ "v-toolbar-title/tag": {
8467
+ "type": "string",
8468
+ "description": "Specify a custom tag used on the root element."
8469
+ },
8294
8470
  "v-tooltip/absolute": {
8295
8471
  "type": "boolean",
8296
8472
  "description": "Applies **position: absolute** to the component."
@@ -8443,6 +8619,14 @@
8443
8619
  "type": "boolean",
8444
8620
  "description": "Decreases the height of the items"
8445
8621
  },
8622
+ "v-treeview/disable-per-node": {
8623
+ "type": "boolean",
8624
+ "description": "Prevents disabling children nodes"
8625
+ },
8626
+ "v-treeview/disabled": {
8627
+ "type": "boolean",
8628
+ "description": "Disables selection for all nodes"
8629
+ },
8446
8630
  "v-treeview/expand-icon": {
8447
8631
  "type": "string",
8448
8632
  "description": "Icon used to indicate that a node can be expanded"
@@ -8639,6 +8823,10 @@
8639
8823
  "type": "any",
8640
8824
  "description": "The designated model value for the component."
8641
8825
  },
8826
+ "v-window/value-comparator": {
8827
+ "type": "function",
8828
+ "description": "Apply a custom value comparator function"
8829
+ },
8642
8830
  "v-window/vertical": {
8643
8831
  "type": "boolean",
8644
8832
  "description": "Uses a vertical transition when changing windows."