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,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.10",
5
+ "version": "3.3.11",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1500,6 +1500,15 @@
1500
1500
  "type": "(a: any, b: any) => boolean\n"
1501
1501
  }
1502
1502
  },
1503
+ {
1504
+ "name": "itemColor",
1505
+ "description": "MISSING DESCRIPTION",
1506
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1507
+ "value": {
1508
+ "kind": "expression",
1509
+ "type": "string\n"
1510
+ }
1511
+ },
1503
1512
  {
1504
1513
  "name": "itemTitle",
1505
1514
  "description": "Property on supplied `items` that contains its title",
@@ -1507,7 +1516,7 @@
1507
1516
  "default": "'title'",
1508
1517
  "value": {
1509
1518
  "kind": "expression",
1510
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
1519
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1511
1520
  }
1512
1521
  },
1513
1522
  {
@@ -1517,7 +1526,7 @@
1517
1526
  "default": "'value'",
1518
1527
  "value": {
1519
1528
  "kind": "expression",
1520
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
1529
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1521
1530
  }
1522
1531
  },
1523
1532
  {
@@ -1527,7 +1536,7 @@
1527
1536
  "default": "false",
1528
1537
  "value": {
1529
1538
  "kind": "expression",
1530
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
1539
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1531
1540
  }
1532
1541
  },
1533
1542
  {
@@ -1537,7 +1546,7 @@
1537
1546
  "default": "'props'",
1538
1547
  "value": {
1539
1548
  "kind": "expression",
1540
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
1549
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
1541
1550
  }
1542
1551
  },
1543
1552
  {
@@ -3268,7 +3277,7 @@
3268
3277
  },
3269
3278
  {
3270
3279
  "name": "contained",
3271
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
3280
+ "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.)",
3272
3281
  "doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
3273
3282
  "default": "false",
3274
3283
  "value": {
@@ -5281,7 +5290,7 @@
5281
5290
  "default": "'force'",
5282
5291
  "value": {
5283
5292
  "kind": "expression",
5284
- "type": "'force'\n"
5293
+ "type": "boolean | 'force'\n"
5285
5294
  }
5286
5295
  },
5287
5296
  {
@@ -8184,6 +8193,15 @@
8184
8193
  "type": "(a: any, b: any) => boolean\n"
8185
8194
  }
8186
8195
  },
8196
+ {
8197
+ "name": "itemColor",
8198
+ "description": "MISSING DESCRIPTION",
8199
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8200
+ "value": {
8201
+ "kind": "expression",
8202
+ "type": "string\n"
8203
+ }
8204
+ },
8187
8205
  {
8188
8206
  "name": "itemTitle",
8189
8207
  "description": "Property on supplied `items` that contains its title",
@@ -8191,7 +8209,7 @@
8191
8209
  "default": "'title'",
8192
8210
  "value": {
8193
8211
  "kind": "expression",
8194
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
8212
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8195
8213
  }
8196
8214
  },
8197
8215
  {
@@ -8201,7 +8219,7 @@
8201
8219
  "default": "'value'",
8202
8220
  "value": {
8203
8221
  "kind": "expression",
8204
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
8222
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8205
8223
  }
8206
8224
  },
8207
8225
  {
@@ -8211,7 +8229,7 @@
8211
8229
  "default": "false",
8212
8230
  "value": {
8213
8231
  "kind": "expression",
8214
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
8232
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8215
8233
  }
8216
8234
  },
8217
8235
  {
@@ -8221,7 +8239,7 @@
8221
8239
  "default": "'props'",
8222
8240
  "value": {
8223
8241
  "kind": "expression",
8224
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
8242
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
8225
8243
  }
8226
8244
  },
8227
8245
  {
@@ -9205,7 +9223,7 @@
9205
9223
  "default": "'id'",
9206
9224
  "value": {
9207
9225
  "kind": "expression",
9208
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
9226
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
9209
9227
  }
9210
9228
  },
9211
9229
  {
@@ -9225,7 +9243,7 @@
9225
9243
  "default": "null",
9226
9244
  "value": {
9227
9245
  "kind": "expression",
9228
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
9246
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
9229
9247
  }
9230
9248
  },
9231
9249
  {
@@ -9876,7 +9894,7 @@
9876
9894
  "default": "'id'",
9877
9895
  "value": {
9878
9896
  "kind": "expression",
9879
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
9897
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
9880
9898
  }
9881
9899
  },
9882
9900
  {
@@ -9926,7 +9944,7 @@
9926
9944
  "default": "null",
9927
9945
  "value": {
9928
9946
  "kind": "expression",
9929
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
9947
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
9930
9948
  }
9931
9949
  },
9932
9950
  {
@@ -11950,7 +11968,7 @@
11950
11968
  "default": "'id'",
11951
11969
  "value": {
11952
11970
  "kind": "expression",
11953
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
11971
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
11954
11972
  }
11955
11973
  },
11956
11974
  {
@@ -12000,7 +12018,7 @@
12000
12018
  "default": "null",
12001
12019
  "value": {
12002
12020
  "kind": "expression",
12003
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
12021
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
12004
12022
  }
12005
12023
  },
12006
12024
  {
@@ -13694,7 +13712,7 @@
13694
13712
  "default": "'id'",
13695
13713
  "value": {
13696
13714
  "kind": "expression",
13697
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
13715
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
13698
13716
  }
13699
13717
  },
13700
13718
  {
@@ -13724,7 +13742,7 @@
13724
13742
  "default": "null",
13725
13743
  "value": {
13726
13744
  "kind": "expression",
13727
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
13745
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
13728
13746
  }
13729
13747
  },
13730
13748
  {
@@ -16112,7 +16130,7 @@
16112
16130
  },
16113
16131
  {
16114
16132
  "name": "contained",
16115
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
16133
+ "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.)",
16116
16134
  "doc-url": "https://vuetifyjs.com/api/v-dialog#props",
16117
16135
  "default": "false",
16118
16136
  "value": {
@@ -20835,7 +20853,7 @@
20835
20853
  "default": "'title'",
20836
20854
  "value": {
20837
20855
  "kind": "expression",
20838
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
20856
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20839
20857
  }
20840
20858
  },
20841
20859
  {
@@ -20845,7 +20863,7 @@
20845
20863
  "default": "'value'",
20846
20864
  "value": {
20847
20865
  "kind": "expression",
20848
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
20866
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20849
20867
  }
20850
20868
  },
20851
20869
  {
@@ -20855,7 +20873,7 @@
20855
20873
  "default": "'children'",
20856
20874
  "value": {
20857
20875
  "kind": "expression",
20858
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
20876
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20859
20877
  }
20860
20878
  },
20861
20879
  {
@@ -20865,7 +20883,7 @@
20865
20883
  "default": "'props'",
20866
20884
  "value": {
20867
20885
  "kind": "expression",
20868
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
20886
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
20869
20887
  }
20870
20888
  },
20871
20889
  {
@@ -22249,7 +22267,7 @@
22249
22267
  },
22250
22268
  {
22251
22269
  "name": "contained",
22252
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
22270
+ "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.)",
22253
22271
  "doc-url": "https://vuetifyjs.com/api/v-menu#props",
22254
22272
  "default": "false",
22255
22273
  "value": {
@@ -22867,6 +22885,295 @@
22867
22885
  "event": "update:modelValue"
22868
22886
  }
22869
22887
  },
22888
+ {
22889
+ "name": "VOtpInput",
22890
+ "source": {
22891
+ "module": "./src/components/index.ts",
22892
+ "symbol": "VOtpInput"
22893
+ },
22894
+ "description": "",
22895
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input",
22896
+ "attributes": [
22897
+ {
22898
+ "name": "length",
22899
+ "description": "The OTP field's length",
22900
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22901
+ "default": "6",
22902
+ "value": {
22903
+ "kind": "expression",
22904
+ "type": "string | number\n"
22905
+ }
22906
+ },
22907
+ {
22908
+ "name": "type",
22909
+ "description": "Supported types: `text`, `password`, `number`",
22910
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22911
+ "default": "'text'",
22912
+ "value": {
22913
+ "kind": "expression",
22914
+ "type": "'number' | 'text' | 'password'\n"
22915
+ }
22916
+ },
22917
+ {
22918
+ "name": "modelValue",
22919
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
22920
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22921
+ "value": {
22922
+ "kind": "expression",
22923
+ "type": "string | number\n"
22924
+ }
22925
+ },
22926
+ {
22927
+ "name": "error",
22928
+ "description": "Puts the input in a manual error state",
22929
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22930
+ "default": "false",
22931
+ "value": {
22932
+ "kind": "expression",
22933
+ "type": "boolean\n"
22934
+ }
22935
+ },
22936
+ {
22937
+ "name": "height",
22938
+ "description": "Sets the height for the component.",
22939
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22940
+ "value": {
22941
+ "kind": "expression",
22942
+ "type": "string | number\n"
22943
+ }
22944
+ },
22945
+ {
22946
+ "name": "maxHeight",
22947
+ "description": "Sets the maximum height for the component.",
22948
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22949
+ "value": {
22950
+ "kind": "expression",
22951
+ "type": "string | number\n"
22952
+ }
22953
+ },
22954
+ {
22955
+ "name": "maxWidth",
22956
+ "description": "Sets the maximum width for the component.",
22957
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22958
+ "value": {
22959
+ "kind": "expression",
22960
+ "type": "string | number\n"
22961
+ }
22962
+ },
22963
+ {
22964
+ "name": "minHeight",
22965
+ "description": "Sets the minimum height for the component.",
22966
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22967
+ "value": {
22968
+ "kind": "expression",
22969
+ "type": "string | number\n"
22970
+ }
22971
+ },
22972
+ {
22973
+ "name": "minWidth",
22974
+ "description": "Sets the minimum width for the component.",
22975
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22976
+ "value": {
22977
+ "kind": "expression",
22978
+ "type": "string | number\n"
22979
+ }
22980
+ },
22981
+ {
22982
+ "name": "width",
22983
+ "description": "Sets the width for the component.",
22984
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22985
+ "value": {
22986
+ "kind": "expression",
22987
+ "type": "string | number\n"
22988
+ }
22989
+ },
22990
+ {
22991
+ "name": "rounded",
22992
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
22993
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
22994
+ "default": "false",
22995
+ "value": {
22996
+ "kind": "expression",
22997
+ "type": "string | number | boolean\n"
22998
+ }
22999
+ },
23000
+ {
23001
+ "name": "theme",
23002
+ "description": "Specify a theme for this component and all of its children",
23003
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23004
+ "value": {
23005
+ "kind": "expression",
23006
+ "type": "string\n"
23007
+ }
23008
+ },
23009
+ {
23010
+ "name": "color",
23011
+ "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)",
23012
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23013
+ "value": {
23014
+ "kind": "expression",
23015
+ "type": "string\n"
23016
+ }
23017
+ },
23018
+ {
23019
+ "name": "variant",
23020
+ "description": "Applies a distinct style to the component",
23021
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23022
+ "default": "'outlined'",
23023
+ "value": {
23024
+ "kind": "expression",
23025
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n"
23026
+ }
23027
+ },
23028
+ {
23029
+ "name": "disabled",
23030
+ "description": "Removes the ability to click or target the input",
23031
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23032
+ "default": "false",
23033
+ "value": {
23034
+ "kind": "expression",
23035
+ "type": "boolean\n"
23036
+ }
23037
+ },
23038
+ {
23039
+ "name": "loading",
23040
+ "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",
23041
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23042
+ "default": "false",
23043
+ "value": {
23044
+ "kind": "expression",
23045
+ "type": "string | boolean\n"
23046
+ }
23047
+ },
23048
+ {
23049
+ "name": "label",
23050
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component",
23051
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23052
+ "default": "'$vuetify.input.otp'",
23053
+ "value": {
23054
+ "kind": "expression",
23055
+ "type": "string\n"
23056
+ }
23057
+ },
23058
+ {
23059
+ "name": "autofocus",
23060
+ "description": "MISSING DESCRIPTION",
23061
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23062
+ "default": "false",
23063
+ "value": {
23064
+ "kind": "expression",
23065
+ "type": "boolean\n"
23066
+ }
23067
+ },
23068
+ {
23069
+ "name": "placeholder",
23070
+ "description": "MISSING DESCRIPTION",
23071
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23072
+ "value": {
23073
+ "kind": "expression",
23074
+ "type": "string\n"
23075
+ }
23076
+ },
23077
+ {
23078
+ "name": "focused",
23079
+ "description": "Forces a focused state styling on the component.",
23080
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23081
+ "default": "false",
23082
+ "value": {
23083
+ "kind": "expression",
23084
+ "type": "boolean\n"
23085
+ }
23086
+ },
23087
+ {
23088
+ "name": "bgColor",
23089
+ "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)",
23090
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23091
+ "value": {
23092
+ "kind": "expression",
23093
+ "type": "string\n"
23094
+ }
23095
+ },
23096
+ {
23097
+ "name": "baseColor",
23098
+ "description": "Sets the color of the input when it is not focused",
23099
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23100
+ "value": {
23101
+ "kind": "expression",
23102
+ "type": "string\n"
23103
+ }
23104
+ },
23105
+ {
23106
+ "name": "divider",
23107
+ "description": "MISSING DESCRIPTION",
23108
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23109
+ "value": {
23110
+ "kind": "expression",
23111
+ "type": "string\n"
23112
+ }
23113
+ },
23114
+ {
23115
+ "name": "focusAll",
23116
+ "description": "MISSING DESCRIPTION",
23117
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#props",
23118
+ "default": "false",
23119
+ "value": {
23120
+ "kind": "expression",
23121
+ "type": "boolean\n"
23122
+ }
23123
+ }
23124
+ ],
23125
+ "events": [
23126
+ {
23127
+ "name": "update:modelValue",
23128
+ "description": "Event that is emitted when the component's model changes",
23129
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
23130
+ "arguments": [
23131
+ {
23132
+ "name": "argument",
23133
+ "type": "[string]\n"
23134
+ }
23135
+ ]
23136
+ },
23137
+ {
23138
+ "name": "update:focused",
23139
+ "description": "Emitted when the input is focused or blurred",
23140
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
23141
+ "arguments": [
23142
+ {
23143
+ "name": "argument",
23144
+ "type": "[boolean] | [boolean]\n"
23145
+ }
23146
+ ]
23147
+ },
23148
+ {
23149
+ "name": "finish",
23150
+ "description": "Emitted when the input is filled completely and cursor is blurred",
23151
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
23152
+ "arguments": [
23153
+ {
23154
+ "name": "argument",
23155
+ "type": "[string]\n"
23156
+ }
23157
+ ]
23158
+ }
23159
+ ],
23160
+ "slots": [
23161
+ {
23162
+ "name": "default",
23163
+ "description": "The default Vue slot.",
23164
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
23165
+ },
23166
+ {
23167
+ "name": "loader",
23168
+ "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true)",
23169
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
23170
+ }
23171
+ ],
23172
+ "vue-model": {
23173
+ "prop": "modelValue",
23174
+ "event": "update:modelValue"
23175
+ }
23176
+ },
22870
23177
  {
22871
23178
  "name": "VOverlay",
22872
23179
  "source": {
@@ -23020,7 +23327,7 @@
23020
23327
  },
23021
23328
  {
23022
23329
  "name": "contained",
23023
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
23330
+ "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.)",
23024
23331
  "doc-url": "https://vuetifyjs.com/api/v-overlay#props",
23025
23332
  "default": "false",
23026
23333
  "value": {
@@ -25208,7 +25515,7 @@
25208
25515
  "default": "[0, 0]",
25209
25516
  "value": {
25210
25517
  "kind": "expression",
25211
- "type": "number[]\n"
25518
+ "type": "(string | number)[]\n"
25212
25519
  }
25213
25520
  },
25214
25521
  {
@@ -27281,6 +27588,15 @@
27281
27588
  "type": "(a: any, b: any) => boolean\n"
27282
27589
  }
27283
27590
  },
27591
+ {
27592
+ "name": "itemColor",
27593
+ "description": "Sets color of selected items",
27594
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
27595
+ "value": {
27596
+ "kind": "expression",
27597
+ "type": "string\n"
27598
+ }
27599
+ },
27284
27600
  {
27285
27601
  "name": "itemTitle",
27286
27602
  "description": "Property on supplied `items` that contains its title",
@@ -27288,7 +27604,7 @@
27288
27604
  "default": "'title'",
27289
27605
  "value": {
27290
27606
  "kind": "expression",
27291
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
27607
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27292
27608
  }
27293
27609
  },
27294
27610
  {
@@ -27298,7 +27614,7 @@
27298
27614
  "default": "'value'",
27299
27615
  "value": {
27300
27616
  "kind": "expression",
27301
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
27617
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27302
27618
  }
27303
27619
  },
27304
27620
  {
@@ -27308,7 +27624,7 @@
27308
27624
  "default": "false",
27309
27625
  "value": {
27310
27626
  "kind": "expression",
27311
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
27627
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27312
27628
  }
27313
27629
  },
27314
27630
  {
@@ -27318,7 +27634,7 @@
27318
27634
  "default": "'props'",
27319
27635
  "value": {
27320
27636
  "kind": "expression",
27321
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>\n"
27637
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n"
27322
27638
  }
27323
27639
  },
27324
27640
  {
@@ -30321,7 +30637,7 @@
30321
30637
  },
30322
30638
  {
30323
30639
  "name": "contained",
30324
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
30640
+ "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.)",
30325
30641
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
30326
30642
  "default": "false",
30327
30643
  "value": {
@@ -30573,6 +30889,349 @@
30573
30889
  "event": "update:modelValue"
30574
30890
  }
30575
30891
  },
30892
+ {
30893
+ "name": "VStepper",
30894
+ "source": {
30895
+ "module": "./src/components/index.ts",
30896
+ "symbol": "VStepper"
30897
+ },
30898
+ "description": "",
30899
+ "doc-url": "https://vuetifyjs.com/api/v-stepper",
30900
+ "attributes": [],
30901
+ "events": [],
30902
+ "slots": [
30903
+ {
30904
+ "name": "[string]",
30905
+ "description": "MISSING DESCRIPTION",
30906
+ "doc-url": "https://vuetifyjs.com/api/v-stepper#slots"
30907
+ }
30908
+ ],
30909
+ "vue-model": {
30910
+ "prop": "modelValue",
30911
+ "event": "update:modelValue"
30912
+ }
30913
+ },
30914
+ {
30915
+ "name": "VStepperActions",
30916
+ "source": {
30917
+ "module": "./src/components/index.ts",
30918
+ "symbol": "VStepperActions"
30919
+ },
30920
+ "description": "",
30921
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-actions",
30922
+ "attributes": [],
30923
+ "events": [],
30924
+ "slots": [
30925
+ {
30926
+ "name": "[string]",
30927
+ "description": "MISSING DESCRIPTION",
30928
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-actions#slots"
30929
+ }
30930
+ ],
30931
+ "vue-model": {
30932
+ "prop": "modelValue",
30933
+ "event": "update:modelValue"
30934
+ }
30935
+ },
30936
+ {
30937
+ "name": "VStepperHeader",
30938
+ "source": {
30939
+ "module": "./src/components/index.ts",
30940
+ "symbol": "VStepperHeader"
30941
+ },
30942
+ "description": "",
30943
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-header",
30944
+ "attributes": [
30945
+ {
30946
+ "name": "tag",
30947
+ "description": "Specify a custom tag used on the root element",
30948
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-header#props",
30949
+ "default": "'div'",
30950
+ "value": {
30951
+ "kind": "expression",
30952
+ "type": "string\n"
30953
+ }
30954
+ }
30955
+ ],
30956
+ "events": [],
30957
+ "slots": [
30958
+ {
30959
+ "name": "default",
30960
+ "description": "The default Vue slot.",
30961
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-header#slots"
30962
+ }
30963
+ ],
30964
+ "vue-model": {
30965
+ "prop": "modelValue",
30966
+ "event": "update:modelValue"
30967
+ }
30968
+ },
30969
+ {
30970
+ "name": "VStepperItem",
30971
+ "source": {
30972
+ "module": "./src/components/index.ts",
30973
+ "symbol": "VStepperItem"
30974
+ },
30975
+ "description": "",
30976
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-item",
30977
+ "attributes": [],
30978
+ "events": [],
30979
+ "slots": [
30980
+ {
30981
+ "name": "[string]",
30982
+ "description": "MISSING DESCRIPTION",
30983
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-item#slots"
30984
+ }
30985
+ ],
30986
+ "vue-model": {
30987
+ "prop": "modelValue",
30988
+ "event": "update:modelValue"
30989
+ }
30990
+ },
30991
+ {
30992
+ "name": "VStepperWindow",
30993
+ "source": {
30994
+ "module": "./src/components/index.ts",
30995
+ "symbol": "VStepperWindow"
30996
+ },
30997
+ "description": "",
30998
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window",
30999
+ "attributes": [
31000
+ {
31001
+ "name": "modelValue",
31002
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array",
31003
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31004
+ "value": {
31005
+ "kind": "expression",
31006
+ "type": "any\n"
31007
+ }
31008
+ },
31009
+ {
31010
+ "name": "reverse",
31011
+ "description": "Reverse the normal transition direction.",
31012
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31013
+ "default": "false",
31014
+ "value": {
31015
+ "kind": "expression",
31016
+ "type": "boolean\n"
31017
+ }
31018
+ },
31019
+ {
31020
+ "name": "tag",
31021
+ "description": "Specify a custom tag used on the root element.",
31022
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31023
+ "default": "'div'",
31024
+ "value": {
31025
+ "kind": "expression",
31026
+ "type": "string\n"
31027
+ }
31028
+ },
31029
+ {
31030
+ "name": "theme",
31031
+ "description": "Specify a theme for this component and all of its children",
31032
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31033
+ "value": {
31034
+ "kind": "expression",
31035
+ "type": "string\n"
31036
+ }
31037
+ },
31038
+ {
31039
+ "name": "disabled",
31040
+ "description": "Removes the ability to click or target the component",
31041
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31042
+ "default": "false",
31043
+ "value": {
31044
+ "kind": "expression",
31045
+ "type": "boolean\n"
31046
+ }
31047
+ },
31048
+ {
31049
+ "name": "selectedClass",
31050
+ "description": "Configure the active CSS class applied when an item is selected.",
31051
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31052
+ "default": "'v-window-item--active'",
31053
+ "value": {
31054
+ "kind": "expression",
31055
+ "type": "string\n"
31056
+ }
31057
+ },
31058
+ {
31059
+ "name": "direction",
31060
+ "description": "The transition direction when changing windows.",
31061
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31062
+ "default": "'horizontal'",
31063
+ "value": {
31064
+ "kind": "expression",
31065
+ "type": "'horizontal' | 'vertical'\n"
31066
+ }
31067
+ },
31068
+ {
31069
+ "name": "mandatory",
31070
+ "description": "Forces at least one item to always be selected (if available).",
31071
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31072
+ "default": "false",
31073
+ "value": {
31074
+ "kind": "expression",
31075
+ "type": "boolean | 'force'\n"
31076
+ }
31077
+ },
31078
+ {
31079
+ "name": "continuous",
31080
+ "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last",
31081
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31082
+ "default": "false",
31083
+ "value": {
31084
+ "kind": "expression",
31085
+ "type": "boolean\n"
31086
+ }
31087
+ },
31088
+ {
31089
+ "name": "nextIcon",
31090
+ "description": "Icon used for the \"next\" button if `show-arrows` is `true`",
31091
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31092
+ "default": "'$next'",
31093
+ "value": {
31094
+ "kind": "expression",
31095
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
31096
+ }
31097
+ },
31098
+ {
31099
+ "name": "prevIcon",
31100
+ "description": "Icon used for the \"prev\" button if `show-arrows` is `true`",
31101
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31102
+ "default": "'$prev'",
31103
+ "value": {
31104
+ "kind": "expression",
31105
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
31106
+ }
31107
+ },
31108
+ {
31109
+ "name": "showArrows",
31110
+ "description": "Display the \"next\" and \"prev\" buttons",
31111
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31112
+ "default": "false",
31113
+ "value": {
31114
+ "kind": "expression",
31115
+ "type": "string | boolean\n"
31116
+ }
31117
+ },
31118
+ {
31119
+ "name": "touch",
31120
+ "description": "Provide a custom **left** and **right** function when swiped left or right.",
31121
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#props",
31122
+ "default": "false",
31123
+ "value": {
31124
+ "kind": "expression",
31125
+ "type": "any\n"
31126
+ }
31127
+ }
31128
+ ],
31129
+ "events": [
31130
+ {
31131
+ "name": "update:modelValue",
31132
+ "description": "Event that is emitted when the component's model changes",
31133
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#events",
31134
+ "arguments": [
31135
+ {
31136
+ "name": "argument",
31137
+ "type": "[unknown]\n"
31138
+ }
31139
+ ]
31140
+ }
31141
+ ],
31142
+ "slots": [
31143
+ {
31144
+ "name": "default",
31145
+ "description": "The default Vue slot.",
31146
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window#slots"
31147
+ }
31148
+ ],
31149
+ "vue-model": {
31150
+ "prop": "modelValue",
31151
+ "event": "update:modelValue"
31152
+ }
31153
+ },
31154
+ {
31155
+ "name": "VStepperWindowItem",
31156
+ "source": {
31157
+ "module": "./src/components/index.ts",
31158
+ "symbol": "VStepperWindowItem"
31159
+ },
31160
+ "description": "",
31161
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item",
31162
+ "attributes": [
31163
+ {
31164
+ "name": "value",
31165
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used.",
31166
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
31167
+ "value": {
31168
+ "kind": "expression",
31169
+ "type": "any\n"
31170
+ }
31171
+ },
31172
+ {
31173
+ "name": "disabled",
31174
+ "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method",
31175
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
31176
+ "default": "false",
31177
+ "value": {
31178
+ "kind": "expression",
31179
+ "type": "boolean\n"
31180
+ }
31181
+ },
31182
+ {
31183
+ "name": "selectedClass",
31184
+ "description": "Configure the active CSS class applied when an item is selected.",
31185
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
31186
+ "value": {
31187
+ "kind": "expression",
31188
+ "type": "string\n"
31189
+ }
31190
+ },
31191
+ {
31192
+ "name": "eager",
31193
+ "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.",
31194
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
31195
+ "default": "false",
31196
+ "value": {
31197
+ "kind": "expression",
31198
+ "type": "boolean\n"
31199
+ }
31200
+ },
31201
+ {
31202
+ "name": "transition",
31203
+ "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition.",
31204
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
31205
+ "default": "false",
31206
+ "value": {
31207
+ "kind": "expression",
31208
+ "type": "string | boolean\n"
31209
+ }
31210
+ },
31211
+ {
31212
+ "name": "reverseTransition",
31213
+ "description": "Sets the reverse transition",
31214
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#props",
31215
+ "default": "false",
31216
+ "value": {
31217
+ "kind": "expression",
31218
+ "type": "string | boolean\n"
31219
+ }
31220
+ }
31221
+ ],
31222
+ "events": [],
31223
+ "slots": [
31224
+ {
31225
+ "name": "default",
31226
+ "description": "The default Vue slot.",
31227
+ "doc-url": "https://vuetifyjs.com/api/v-stepper-window-item#slots"
31228
+ }
31229
+ ],
31230
+ "vue-model": {
31231
+ "prop": "modelValue",
31232
+ "event": "update:modelValue"
31233
+ }
31234
+ },
30576
31235
  {
30577
31236
  "name": "VSvgIcon",
30578
31237
  "source": {
@@ -34674,7 +35333,7 @@
34674
35333
  },
34675
35334
  {
34676
35335
  "name": "contained",
34677
- "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
35336
+ "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.)",
34678
35337
  "doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
34679
35338
  "default": "false",
34680
35339
  "value": {
@@ -35293,7 +35952,7 @@
35293
35952
  "default": "'force'",
35294
35953
  "value": {
35295
35954
  "kind": "expression",
35296
- "type": "'force'\n"
35955
+ "type": "boolean | 'force'\n"
35297
35956
  }
35298
35957
  },
35299
35958
  {