vuetify 3.3.10 → 3.3.11

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 (207) hide show
  1. package/dist/_component-variables-labs.sass +3 -1
  2. package/dist/json/attributes.json +221 -33
  3. package/dist/json/importMap-labs.json +28 -0
  4. package/dist/json/tags.json +79 -0
  5. package/dist/json/web-types.json +693 -34
  6. package/dist/vuetify-labs.css +1050 -885
  7. package/dist/vuetify-labs.d.ts +2802 -304
  8. package/dist/vuetify-labs.esm.js +719 -68
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +719 -68
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +187 -182
  13. package/dist/vuetify.d.ts +64 -29
  14. package/dist/vuetify.esm.js +137 -61
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +137 -61
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +954 -947
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/blueprints/md1.mjs +5 -0
  22. package/lib/blueprints/md1.mjs.map +1 -1
  23. package/lib/blueprints/md2.mjs +5 -0
  24. package/lib/blueprints/md2.mjs.map +1 -1
  25. package/lib/blueprints/md3.mjs +5 -0
  26. package/lib/blueprints/md3.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -10
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +6 -0
  30. package/lib/components/VCarousel/index.d.mts +12 -10
  31. package/lib/components/VChip/VChip.mjs +3 -3
  32. package/lib/components/VChip/VChip.mjs.map +1 -1
  33. package/lib/components/VCombobox/VCombobox.mjs +10 -4
  34. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  35. package/lib/components/VCombobox/index.d.mts +6 -0
  36. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +8 -3
  37. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  38. package/lib/components/VMenu/VMenu.mjs +29 -4
  39. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  40. package/lib/components/VOverlay/useActivator.mjs +2 -2
  41. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  42. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  43. package/lib/components/VRangeSlider/index.d.mts +8 -8
  44. package/lib/components/VRating/VRating.mjs +4 -2
  45. package/lib/components/VRating/VRating.mjs.map +1 -1
  46. package/lib/components/VSelect/VSelect.mjs +11 -4
  47. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  48. package/lib/components/VSelect/index.d.mts +6 -0
  49. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
  50. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  51. package/lib/components/VSlider/VSlider.mjs +2 -3
  52. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  53. package/lib/components/VSlider/slider.mjs +1 -0
  54. package/lib/components/VSlider/slider.mjs.map +1 -1
  55. package/lib/components/VSwitch/VSwitch.css +3 -0
  56. package/lib/components/VSwitch/VSwitch.sass +3 -0
  57. package/lib/components/VSwitch/_variables.scss +1 -0
  58. package/lib/components/VTable/VTable.css +2 -0
  59. package/lib/components/VTable/VTable.sass +2 -0
  60. package/lib/components/VTimeline/VTimeline.css +2 -2
  61. package/lib/components/VTimeline/VTimeline.sass +2 -2
  62. package/lib/components/VWindow/VWindow.mjs +1 -0
  63. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  64. package/lib/components/VWindow/VWindowItem.mjs +3 -1
  65. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  66. package/lib/components/VWindow/index.d.mts +29 -11
  67. package/lib/components/index.d.mts +57 -29
  68. package/lib/composables/group.mjs +1 -1
  69. package/lib/composables/group.mjs.map +1 -1
  70. package/lib/composables/theme.mjs +12 -6
  71. package/lib/composables/theme.mjs.map +1 -1
  72. package/lib/entry-bundler.mjs +1 -1
  73. package/lib/framework.mjs +1 -1
  74. package/lib/index.d.mts +7 -0
  75. package/lib/labs/VDatePicker/VDatePicker.css +6 -5
  76. package/lib/labs/VDatePicker/VDatePicker.mjs +3 -3
  77. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  78. package/lib/labs/VDatePicker/VDatePicker.sass +8 -9
  79. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +2 -2
  80. package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -1
  81. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +4 -5
  82. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  83. package/lib/labs/VOtpInput/VOtpInput.css +53 -0
  84. package/lib/labs/VOtpInput/VOtpInput.mjs +213 -0
  85. package/lib/labs/VOtpInput/VOtpInput.mjs.map +1 -0
  86. package/lib/labs/VOtpInput/VOtpInput.sass +55 -0
  87. package/lib/labs/VOtpInput/_variables.scss +2 -0
  88. package/lib/labs/VOtpInput/index.d.mts +459 -0
  89. package/lib/labs/VOtpInput/index.mjs +2 -0
  90. package/lib/labs/VOtpInput/index.mjs.map +1 -0
  91. package/lib/labs/VPicker/VPicker.mjs +1 -1
  92. package/lib/labs/VPicker/VPicker.mjs.map +1 -1
  93. package/lib/labs/VStepper/VStepper.css +42 -0
  94. package/lib/labs/VStepper/VStepper.mjs +147 -0
  95. package/lib/labs/VStepper/VStepper.mjs.map +1 -0
  96. package/lib/labs/VStepper/VStepper.sass +44 -0
  97. package/lib/labs/VStepper/VStepperActions.mjs +61 -0
  98. package/lib/labs/VStepper/VStepperActions.mjs.map +1 -0
  99. package/lib/labs/VStepper/VStepperHeader.mjs +4 -0
  100. package/lib/labs/VStepper/VStepperHeader.mjs.map +1 -0
  101. package/lib/labs/VStepper/VStepperItem.css +67 -0
  102. package/lib/labs/VStepper/VStepperItem.mjs +114 -0
  103. package/lib/labs/VStepper/VStepperItem.mjs.map +1 -0
  104. package/lib/labs/VStepper/VStepperItem.sass +71 -0
  105. package/lib/labs/VStepper/VStepperWindow.mjs +50 -0
  106. package/lib/labs/VStepper/VStepperWindow.mjs.map +1 -0
  107. package/lib/labs/VStepper/VStepperWindowItem.mjs +24 -0
  108. package/lib/labs/VStepper/VStepperWindowItem.mjs.map +1 -0
  109. package/lib/labs/VStepper/_variables.scss +4 -0
  110. package/lib/labs/VStepper/index.d.mts +2051 -0
  111. package/lib/labs/VStepper/index.mjs +7 -0
  112. package/lib/labs/VStepper/index.mjs.map +1 -0
  113. package/lib/labs/components.d.mts +2751 -267
  114. package/lib/labs/components.mjs +2 -0
  115. package/lib/labs/components.mjs.map +1 -1
  116. package/lib/labs/date/adapters/vuetify.mjs +6 -7
  117. package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
  118. package/lib/locale/af.mjs +6 -1
  119. package/lib/locale/af.mjs.map +1 -1
  120. package/lib/locale/ar.mjs +6 -1
  121. package/lib/locale/ar.mjs.map +1 -1
  122. package/lib/locale/az.mjs +6 -1
  123. package/lib/locale/az.mjs.map +1 -1
  124. package/lib/locale/bg.mjs +6 -1
  125. package/lib/locale/bg.mjs.map +1 -1
  126. package/lib/locale/ca.mjs +6 -1
  127. package/lib/locale/ca.mjs.map +1 -1
  128. package/lib/locale/ckb.mjs +6 -1
  129. package/lib/locale/ckb.mjs.map +1 -1
  130. package/lib/locale/cs.mjs +6 -1
  131. package/lib/locale/cs.mjs.map +1 -1
  132. package/lib/locale/da.mjs +6 -1
  133. package/lib/locale/da.mjs.map +1 -1
  134. package/lib/locale/de.mjs +6 -1
  135. package/lib/locale/de.mjs.map +1 -1
  136. package/lib/locale/el.mjs +6 -1
  137. package/lib/locale/el.mjs.map +1 -1
  138. package/lib/locale/en.mjs +6 -1
  139. package/lib/locale/en.mjs.map +1 -1
  140. package/lib/locale/es.mjs +6 -1
  141. package/lib/locale/es.mjs.map +1 -1
  142. package/lib/locale/et.mjs +6 -1
  143. package/lib/locale/et.mjs.map +1 -1
  144. package/lib/locale/fa.mjs +6 -1
  145. package/lib/locale/fa.mjs.map +1 -1
  146. package/lib/locale/fi.mjs +6 -1
  147. package/lib/locale/fi.mjs.map +1 -1
  148. package/lib/locale/fr.mjs +6 -1
  149. package/lib/locale/fr.mjs.map +1 -1
  150. package/lib/locale/he.mjs +6 -1
  151. package/lib/locale/he.mjs.map +1 -1
  152. package/lib/locale/hr.mjs +6 -1
  153. package/lib/locale/hr.mjs.map +1 -1
  154. package/lib/locale/hu.mjs +6 -1
  155. package/lib/locale/hu.mjs.map +1 -1
  156. package/lib/locale/id.mjs +6 -1
  157. package/lib/locale/id.mjs.map +1 -1
  158. package/lib/locale/index.d.mts +210 -0
  159. package/lib/locale/it.mjs +6 -1
  160. package/lib/locale/it.mjs.map +1 -1
  161. package/lib/locale/ja.mjs +6 -1
  162. package/lib/locale/ja.mjs.map +1 -1
  163. package/lib/locale/ko.mjs +6 -1
  164. package/lib/locale/ko.mjs.map +1 -1
  165. package/lib/locale/lt.mjs +6 -1
  166. package/lib/locale/lt.mjs.map +1 -1
  167. package/lib/locale/lv.mjs +6 -1
  168. package/lib/locale/lv.mjs.map +1 -1
  169. package/lib/locale/nl.mjs +6 -1
  170. package/lib/locale/nl.mjs.map +1 -1
  171. package/lib/locale/no.mjs +6 -1
  172. package/lib/locale/no.mjs.map +1 -1
  173. package/lib/locale/pl.mjs +6 -1
  174. package/lib/locale/pl.mjs.map +1 -1
  175. package/lib/locale/pt.mjs +6 -1
  176. package/lib/locale/pt.mjs.map +1 -1
  177. package/lib/locale/ro.mjs +23 -18
  178. package/lib/locale/ro.mjs.map +1 -1
  179. package/lib/locale/ru.mjs +6 -1
  180. package/lib/locale/ru.mjs.map +1 -1
  181. package/lib/locale/sk.mjs +6 -1
  182. package/lib/locale/sk.mjs.map +1 -1
  183. package/lib/locale/sl.mjs +6 -1
  184. package/lib/locale/sl.mjs.map +1 -1
  185. package/lib/locale/sr-Cyrl.mjs +6 -1
  186. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  187. package/lib/locale/sr-Latn.mjs +6 -1
  188. package/lib/locale/sr-Latn.mjs.map +1 -1
  189. package/lib/locale/sv.mjs +6 -1
  190. package/lib/locale/sv.mjs.map +1 -1
  191. package/lib/locale/th.mjs +6 -1
  192. package/lib/locale/th.mjs.map +1 -1
  193. package/lib/locale/tr.mjs +6 -1
  194. package/lib/locale/tr.mjs.map +1 -1
  195. package/lib/locale/uk.mjs +6 -1
  196. package/lib/locale/uk.mjs.map +1 -1
  197. package/lib/locale/vi.mjs +6 -1
  198. package/lib/locale/vi.mjs.map +1 -1
  199. package/lib/locale/zh-Hans.mjs +6 -1
  200. package/lib/locale/zh-Hans.mjs.map +1 -1
  201. package/lib/locale/zh-Hant.mjs +6 -1
  202. package/lib/locale/zh-Hant.mjs.map +1 -1
  203. package/lib/util/globals.mjs +0 -1
  204. package/lib/util/globals.mjs.map +1 -1
  205. package/lib/util/helpers.mjs +32 -12
  206. package/lib/util/helpers.mjs.map +1 -1
  207. package/package.json +3 -2
@@ -2,5 +2,7 @@
2
2
  @forward '../lib/labs/VDataTable/_variables.scss'
3
3
  @forward '../lib/labs/VDatePicker/_variables.scss'
4
4
  @forward '../lib/labs/VInfiniteScroll/_variables.scss'
5
+ @forward '../lib/labs/VOtpInput/_variables.scss'
5
6
  @forward '../lib/labs/VPicker/_variables.scss'
6
- @forward '../lib/labs/VSkeletonLoader/_variables.scss'
7
+ @forward '../lib/labs/VSkeletonLoader/_variables.scss'
8
+ @forward '../lib/labs/VStepper/_variables.scss'
@@ -515,20 +515,24 @@
515
515
  "type": "(a: any, b: any) => boolean\n",
516
516
  "description": "Apply a custom comparison algorithm used for values"
517
517
  },
518
+ "v-autocomplete/item-color": {
519
+ "type": "string\n",
520
+ "description": "MISSING DESCRIPTION"
521
+ },
518
522
  "v-autocomplete/item-title": {
519
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
523
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
520
524
  "description": "Property on supplied `items` that contains its title"
521
525
  },
522
526
  "v-autocomplete/item-value": {
523
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
527
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
524
528
  "description": "Property on supplied `items` that contains its value"
525
529
  },
526
530
  "v-autocomplete/item-children": {
527
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
531
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
528
532
  "description": "Property on supplied `items` that contains its children"
529
533
  },
530
534
  "v-autocomplete/item-props": {
531
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
535
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
532
536
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
533
537
  },
534
538
  "v-autocomplete/return-object": {
@@ -1005,7 +1009,7 @@
1005
1009
  },
1006
1010
  "v-bottom-sheet/contained": {
1007
1011
  "type": "boolean\n",
1008
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
1012
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
1009
1013
  },
1010
1014
  "v-bottom-sheet/content-class": {
1011
1015
  "type": "any\n",
@@ -1636,7 +1640,7 @@
1636
1640
  "description": "The transition direction when changing windows."
1637
1641
  },
1638
1642
  "v-carousel/mandatory": {
1639
- "type": "'force'\n",
1643
+ "type": "boolean | 'force'\n",
1640
1644
  "description": "Forces at least one item to always be selected (if available)."
1641
1645
  },
1642
1646
  "v-carousel/cycle": {
@@ -2523,20 +2527,24 @@
2523
2527
  "type": "(a: any, b: any) => boolean\n",
2524
2528
  "description": "Apply a custom comparison algorithm used for values"
2525
2529
  },
2530
+ "v-combobox/item-color": {
2531
+ "type": "string\n",
2532
+ "description": "MISSING DESCRIPTION"
2533
+ },
2526
2534
  "v-combobox/item-title": {
2527
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2535
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2528
2536
  "description": "Property on supplied `items` that contains its title"
2529
2537
  },
2530
2538
  "v-combobox/item-value": {
2531
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2539
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2532
2540
  "description": "Property on supplied `items` that contains its value"
2533
2541
  },
2534
2542
  "v-combobox/item-children": {
2535
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2543
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2536
2544
  "description": "Property on supplied `items` that contains its children"
2537
2545
  },
2538
2546
  "v-combobox/item-props": {
2539
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2547
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2540
2548
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
2541
2549
  },
2542
2550
  "v-combobox/return-object": {
@@ -2732,7 +2740,7 @@
2732
2740
  "description": "Array of specific keys to filter on the item."
2733
2741
  },
2734
2742
  "v-data-iterator/item-value": {
2735
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2743
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2736
2744
  "description": "MISSING DESCRIPTION"
2737
2745
  },
2738
2746
  "v-data-iterator/return-object": {
@@ -2740,7 +2748,7 @@
2740
2748
  "description": "MISSING DESCRIPTION"
2741
2749
  },
2742
2750
  "v-data-iterator/item-selectable": {
2743
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2751
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2744
2752
  "description": "MISSING DESCRIPTION"
2745
2753
  },
2746
2754
  "v-data-iterator/show-select": {
@@ -2864,7 +2872,7 @@
2864
2872
  "description": "Text shown when no items are provided to the component"
2865
2873
  },
2866
2874
  "v-data-table/item-value": {
2867
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2875
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2868
2876
  "description": "MISSING DESCRIPTION"
2869
2877
  },
2870
2878
  "v-data-table/return-object": {
@@ -2884,7 +2892,7 @@
2884
2892
  "description": "MISSING DESCRIPTION"
2885
2893
  },
2886
2894
  "v-data-table/item-selectable": {
2887
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
2895
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2888
2896
  "description": "MISSING DESCRIPTION"
2889
2897
  },
2890
2898
  "v-data-table/show-select": {
@@ -3088,7 +3096,7 @@
3088
3096
  "description": "Text shown when no items are provided to the component"
3089
3097
  },
3090
3098
  "v-data-table-server/item-value": {
3091
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
3099
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3092
3100
  "description": "MISSING DESCRIPTION"
3093
3101
  },
3094
3102
  "v-data-table-server/return-object": {
@@ -3108,7 +3116,7 @@
3108
3116
  "description": "MISSING DESCRIPTION"
3109
3117
  },
3110
3118
  "v-data-table-server/item-selectable": {
3111
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
3119
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3112
3120
  "description": "MISSING DESCRIPTION"
3113
3121
  },
3114
3122
  "v-data-table-server/show-select": {
@@ -3304,7 +3312,7 @@
3304
3312
  "description": "Text shown when no items are provided to the component"
3305
3313
  },
3306
3314
  "v-data-table-virtual/item-value": {
3307
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
3315
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3308
3316
  "description": "MISSING DESCRIPTION"
3309
3317
  },
3310
3318
  "v-data-table-virtual/return-object": {
@@ -3316,7 +3324,7 @@
3316
3324
  "description": "Will add a hover effect to a table's row when the mouse is over it."
3317
3325
  },
3318
3326
  "v-data-table-virtual/item-selectable": {
3319
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
3327
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3320
3328
  "description": "MISSING DESCRIPTION"
3321
3329
  },
3322
3330
  "v-data-table-virtual/show-select": {
@@ -3841,7 +3849,7 @@
3841
3849
  },
3842
3850
  "v-dialog/contained": {
3843
3851
  "type": "boolean\n",
3844
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
3852
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
3845
3853
  },
3846
3854
  "v-dialog/content-class": {
3847
3855
  "type": "any\n",
@@ -5016,19 +5024,19 @@
5016
5024
  "description": "Puts all children inputs into a disabled state"
5017
5025
  },
5018
5026
  "v-list/item-title": {
5019
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
5027
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5020
5028
  "description": "Property on supplied `items` that contains its title"
5021
5029
  },
5022
5030
  "v-list/item-value": {
5023
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
5031
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5024
5032
  "description": "Property on supplied `items` that contains its value"
5025
5033
  },
5026
5034
  "v-list/item-children": {
5027
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
5035
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5028
5036
  "description": "Property on supplied `items` that contains its children"
5029
5037
  },
5030
5038
  "v-list/item-props": {
5031
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
5039
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
5032
5040
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
5033
5041
  },
5034
5042
  "v-list/return-object": {
@@ -5409,7 +5417,7 @@
5409
5417
  },
5410
5418
  "v-menu/contained": {
5411
5419
  "type": "boolean\n",
5412
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
5420
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
5413
5421
  },
5414
5422
  "v-menu/content-class": {
5415
5423
  "type": "any\n",
@@ -5595,6 +5603,102 @@
5595
5603
  "type": "boolean\n",
5596
5604
  "description": "Disable mobile touch functionality"
5597
5605
  },
5606
+ "v-otp-input/length": {
5607
+ "type": "string | number\n",
5608
+ "description": "The OTP field's length"
5609
+ },
5610
+ "v-otp-input/type": {
5611
+ "type": "'number' | 'text' | 'password'\n",
5612
+ "description": "Supported types: `text`, `password`, `number`"
5613
+ },
5614
+ "v-otp-input/model-value": {
5615
+ "type": "string | number\n",
5616
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
5617
+ },
5618
+ "v-otp-input/error": {
5619
+ "type": "boolean\n",
5620
+ "description": "Puts the input in a manual error state"
5621
+ },
5622
+ "v-otp-input/height": {
5623
+ "type": "string | number\n",
5624
+ "description": "Sets the height for the component."
5625
+ },
5626
+ "v-otp-input/max-height": {
5627
+ "type": "string | number\n",
5628
+ "description": "Sets the maximum height for the component."
5629
+ },
5630
+ "v-otp-input/max-width": {
5631
+ "type": "string | number\n",
5632
+ "description": "Sets the maximum width for the component."
5633
+ },
5634
+ "v-otp-input/min-height": {
5635
+ "type": "string | number\n",
5636
+ "description": "Sets the minimum height for the component."
5637
+ },
5638
+ "v-otp-input/min-width": {
5639
+ "type": "string | number\n",
5640
+ "description": "Sets the minimum width for the component."
5641
+ },
5642
+ "v-otp-input/width": {
5643
+ "type": "string | number\n",
5644
+ "description": "Sets the width for the component."
5645
+ },
5646
+ "v-otp-input/rounded": {
5647
+ "type": "string | number | boolean\n",
5648
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5649
+ },
5650
+ "v-otp-input/theme": {
5651
+ "type": "string\n",
5652
+ "description": "Specify a theme for this component and all of its children"
5653
+ },
5654
+ "v-otp-input/color": {
5655
+ "type": "string\n",
5656
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
5657
+ },
5658
+ "v-otp-input/variant": {
5659
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5660
+ "description": "Applies a distinct style to the component"
5661
+ },
5662
+ "v-otp-input/disabled": {
5663
+ "type": "boolean\n",
5664
+ "description": "Removes the ability to click or target the input"
5665
+ },
5666
+ "v-otp-input/loading": {
5667
+ "type": "string | boolean\n",
5668
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
5669
+ },
5670
+ "v-otp-input/label": {
5671
+ "type": "string\n",
5672
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
5673
+ },
5674
+ "v-otp-input/autofocus": {
5675
+ "type": "boolean\n",
5676
+ "description": "MISSING DESCRIPTION"
5677
+ },
5678
+ "v-otp-input/placeholder": {
5679
+ "type": "string\n",
5680
+ "description": "MISSING DESCRIPTION"
5681
+ },
5682
+ "v-otp-input/focused": {
5683
+ "type": "boolean\n",
5684
+ "description": "Forces a focused state styling on the component."
5685
+ },
5686
+ "v-otp-input/bg-color": {
5687
+ "type": "string\n",
5688
+ "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
5689
+ },
5690
+ "v-otp-input/base-color": {
5691
+ "type": "string\n",
5692
+ "description": "Sets the color of the input when it is not focused"
5693
+ },
5694
+ "v-otp-input/divider": {
5695
+ "type": "string\n",
5696
+ "description": "MISSING DESCRIPTION"
5697
+ },
5698
+ "v-otp-input/focus-all": {
5699
+ "type": "boolean\n",
5700
+ "description": "MISSING DESCRIPTION"
5701
+ },
5598
5702
  "v-overlay/model-value": {
5599
5703
  "type": "boolean\n",
5600
5704
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -5657,7 +5761,7 @@
5657
5761
  },
5658
5762
  "v-overlay/contained": {
5659
5763
  "type": "boolean\n",
5660
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
5764
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
5661
5765
  },
5662
5766
  "v-overlay/content-class": {
5663
5767
  "type": "any\n",
@@ -6236,7 +6340,7 @@
6236
6340
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
6237
6341
  },
6238
6342
  "v-range-slider/model-value": {
6239
- "type": "number[]\n",
6343
+ "type": "(string | number)[]\n",
6240
6344
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
6241
6345
  },
6242
6346
  "v-range-slider/error": {
@@ -6839,20 +6943,24 @@
6839
6943
  "type": "(a: any, b: any) => boolean\n",
6840
6944
  "description": "Apply a custom comparison algorithm used for values"
6841
6945
  },
6946
+ "v-select/item-color": {
6947
+ "type": "string\n",
6948
+ "description": "Sets color of selected items"
6949
+ },
6842
6950
  "v-select/item-title": {
6843
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
6951
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
6844
6952
  "description": "Property on supplied `items` that contains its title"
6845
6953
  },
6846
6954
  "v-select/item-value": {
6847
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
6955
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
6848
6956
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
6849
6957
  },
6850
6958
  "v-select/item-children": {
6851
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
6959
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
6852
6960
  "description": "Property on supplied `items` that contains its children"
6853
6961
  },
6854
6962
  "v-select/item-props": {
6855
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n",
6963
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
6856
6964
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
6857
6965
  },
6858
6966
  "v-select/return-object": {
@@ -7621,7 +7729,7 @@
7621
7729
  },
7622
7730
  "v-snackbar/contained": {
7623
7731
  "type": "boolean\n",
7624
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
7732
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
7625
7733
  },
7626
7734
  "v-snackbar/content-class": {
7627
7735
  "type": "any\n",
@@ -7695,6 +7803,86 @@
7695
7803
  "type": "string\n",
7696
7804
  "description": "Specify a custom tag used on the root element"
7697
7805
  },
7806
+ "v-stepper-header/tag": {
7807
+ "type": "string\n",
7808
+ "description": "Specify a custom tag used on the root element"
7809
+ },
7810
+ "v-stepper-window/model-value": {
7811
+ "type": "any\n",
7812
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
7813
+ },
7814
+ "v-stepper-window/reverse": {
7815
+ "type": "boolean\n",
7816
+ "description": "Reverse the normal transition direction."
7817
+ },
7818
+ "v-stepper-window/tag": {
7819
+ "type": "string\n",
7820
+ "description": "Specify a custom tag used on the root element."
7821
+ },
7822
+ "v-stepper-window/theme": {
7823
+ "type": "string\n",
7824
+ "description": "Specify a theme for this component and all of its children"
7825
+ },
7826
+ "v-stepper-window/disabled": {
7827
+ "type": "boolean\n",
7828
+ "description": "Removes the ability to click or target the component"
7829
+ },
7830
+ "v-stepper-window/selected-class": {
7831
+ "type": "string\n",
7832
+ "description": "Configure the active CSS class applied when an item is selected."
7833
+ },
7834
+ "v-stepper-window/direction": {
7835
+ "type": "'horizontal' | 'vertical'\n",
7836
+ "description": "The transition direction when changing windows."
7837
+ },
7838
+ "v-stepper-window/mandatory": {
7839
+ "type": "boolean | 'force'\n",
7840
+ "description": "Forces at least one item to always be selected (if available)."
7841
+ },
7842
+ "v-stepper-window/continuous": {
7843
+ "type": "boolean\n",
7844
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
7845
+ },
7846
+ "v-stepper-window/next-icon": {
7847
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7848
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`"
7849
+ },
7850
+ "v-stepper-window/prev-icon": {
7851
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7852
+ "description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
7853
+ },
7854
+ "v-stepper-window/show-arrows": {
7855
+ "type": "string | boolean\n",
7856
+ "description": "Display the \"next\" and \"prev\" buttons"
7857
+ },
7858
+ "v-stepper-window/touch": {
7859
+ "type": "any\n",
7860
+ "description": "Provide a custom **left** and **right** function when swiped left or right."
7861
+ },
7862
+ "v-stepper-window-item/value": {
7863
+ "type": "any\n",
7864
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
7865
+ },
7866
+ "v-stepper-window-item/disabled": {
7867
+ "type": "boolean\n",
7868
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
7869
+ },
7870
+ "v-stepper-window-item/selected-class": {
7871
+ "type": "string\n",
7872
+ "description": "Configure the active CSS class applied when an item is selected."
7873
+ },
7874
+ "v-stepper-window-item/eager": {
7875
+ "type": "boolean\n",
7876
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
7877
+ },
7878
+ "v-stepper-window-item/transition": {
7879
+ "type": "string | boolean\n",
7880
+ "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
7881
+ },
7882
+ "v-stepper-window-item/reverse-transition": {
7883
+ "type": "string | boolean\n",
7884
+ "description": "Sets the reverse transition"
7885
+ },
7698
7886
  "v-svg-icon/icon": {
7699
7887
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7700
7888
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -8833,7 +9021,7 @@
8833
9021
  },
8834
9022
  "v-tooltip/contained": {
8835
9023
  "type": "boolean\n",
8836
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
9024
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)"
8837
9025
  },
8838
9026
  "v-tooltip/content-class": {
8839
9027
  "type": "any\n",
@@ -9016,7 +9204,7 @@
9016
9204
  "description": "The transition direction when changing windows."
9017
9205
  },
9018
9206
  "v-window/mandatory": {
9019
- "type": "'force'\n",
9207
+ "type": "boolean | 'force'\n",
9020
9208
  "description": "Forces at least one item to always be selected (if available)."
9021
9209
  },
9022
9210
  "v-window/continuous": {
@@ -56,6 +56,10 @@
56
56
  "from": "labs/VInfiniteScroll/index.mjs",
57
57
  "styles": []
58
58
  },
59
+ "VOtpInput": {
60
+ "from": "labs/VOtpInput/index.mjs",
61
+ "styles": []
62
+ },
59
63
  "VPicker": {
60
64
  "from": "labs/VPicker/index.mjs",
61
65
  "styles": []
@@ -68,6 +72,30 @@
68
72
  "from": "labs/VSkeletonLoader/index.mjs",
69
73
  "styles": []
70
74
  },
75
+ "VStepper": {
76
+ "from": "labs/VStepper/index.mjs",
77
+ "styles": []
78
+ },
79
+ "VStepperActions": {
80
+ "from": "labs/VStepper/index.mjs",
81
+ "styles": []
82
+ },
83
+ "VStepperHeader": {
84
+ "from": "labs/VStepper/index.mjs",
85
+ "styles": []
86
+ },
87
+ "VStepperItem": {
88
+ "from": "labs/VStepper/index.mjs",
89
+ "styles": []
90
+ },
91
+ "VStepperWindow": {
92
+ "from": "labs/VStepper/index.mjs",
93
+ "styles": []
94
+ },
95
+ "VStepperWindowItem": {
96
+ "from": "labs/VStepper/index.mjs",
97
+ "styles": []
98
+ },
71
99
  "VDataIterator": {
72
100
  "from": "labs/VDataIterator/index.mjs",
73
101
  "styles": []
@@ -153,6 +153,7 @@
153
153
  "hint",
154
154
  "id",
155
155
  "item-children",
156
+ "item-color",
156
157
  "item-props",
157
158
  "item-title",
158
159
  "item-value",
@@ -806,6 +807,7 @@
806
807
  "hint",
807
808
  "id",
808
809
  "item-children",
810
+ "item-color",
809
811
  "item-props",
810
812
  "item-title",
811
813
  "item-value",
@@ -1895,6 +1897,35 @@
1895
1897
  "attributes": [],
1896
1898
  "description": ""
1897
1899
  },
1900
+ "v-otp-input": {
1901
+ "attributes": [
1902
+ "autofocus",
1903
+ "base-color",
1904
+ "bg-color",
1905
+ "color",
1906
+ "disabled",
1907
+ "divider",
1908
+ "error",
1909
+ "focus-all",
1910
+ "focused",
1911
+ "height",
1912
+ "label",
1913
+ "length",
1914
+ "loading",
1915
+ "max-height",
1916
+ "max-width",
1917
+ "min-height",
1918
+ "min-width",
1919
+ "model-value",
1920
+ "placeholder",
1921
+ "rounded",
1922
+ "theme",
1923
+ "type",
1924
+ "variant",
1925
+ "width"
1926
+ ],
1927
+ "description": ""
1928
+ },
1898
1929
  "v-overlay": {
1899
1930
  "attributes": [
1900
1931
  "absolute",
@@ -2293,6 +2324,7 @@
2293
2324
  "hint",
2294
2325
  "id",
2295
2326
  "item-children",
2327
+ "item-color",
2296
2328
  "item-props",
2297
2329
  "item-title",
2298
2330
  "item-value",
@@ -2580,6 +2612,53 @@
2580
2612
  ],
2581
2613
  "description": ""
2582
2614
  },
2615
+ "v-stepper": {
2616
+ "attributes": [],
2617
+ "description": ""
2618
+ },
2619
+ "v-stepper-actions": {
2620
+ "attributes": [],
2621
+ "description": ""
2622
+ },
2623
+ "v-stepper-header": {
2624
+ "attributes": [
2625
+ "tag"
2626
+ ],
2627
+ "description": ""
2628
+ },
2629
+ "v-stepper-item": {
2630
+ "attributes": [],
2631
+ "description": ""
2632
+ },
2633
+ "v-stepper-window": {
2634
+ "attributes": [
2635
+ "continuous",
2636
+ "direction",
2637
+ "disabled",
2638
+ "mandatory",
2639
+ "model-value",
2640
+ "next-icon",
2641
+ "prev-icon",
2642
+ "reverse",
2643
+ "selected-class",
2644
+ "show-arrows",
2645
+ "tag",
2646
+ "theme",
2647
+ "touch"
2648
+ ],
2649
+ "description": ""
2650
+ },
2651
+ "v-stepper-window-item": {
2652
+ "attributes": [
2653
+ "disabled",
2654
+ "eager",
2655
+ "reverse-transition",
2656
+ "selected-class",
2657
+ "transition",
2658
+ "value"
2659
+ ],
2660
+ "description": ""
2661
+ },
2583
2662
  "v-svg-icon": {
2584
2663
  "attributes": [
2585
2664
  "icon",