vuetify 3.5.8 → 3.5.10

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 (189) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +525 -13
  3. package/dist/json/importMap-labs.json +24 -8
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/tags.json +148 -0
  6. package/dist/json/web-types.json +2021 -147
  7. package/dist/vuetify-labs.css +2819 -2760
  8. package/dist/vuetify-labs.d.ts +5860 -2816
  9. package/dist/vuetify-labs.esm.js +1286 -248
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1286 -247
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +553 -547
  14. package/dist/vuetify.d.ts +2835 -2281
  15. package/dist/vuetify.esm.js +883 -408
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +882 -406
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1137 -1109
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +15 -15
  23. package/lib/components/VApp/index.d.mts +8 -8
  24. package/lib/components/VAppBar/index.d.mts +7 -7
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +232 -100
  28. package/lib/components/VAvatar/index.d.mts +8 -8
  29. package/lib/components/VBadge/index.d.mts +7 -7
  30. package/lib/components/VBanner/index.d.mts +20 -20
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +27 -26
  33. package/lib/components/VBtnGroup/index.d.mts +8 -8
  34. package/lib/components/VCard/index.d.mts +32 -32
  35. package/lib/components/VCarousel/index.d.mts +6 -6
  36. package/lib/components/VCheckbox/index.d.mts +44 -44
  37. package/lib/components/VChip/index.d.mts +7 -7
  38. package/lib/components/VCode/index.d.mts +8 -8
  39. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
  40. package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
  41. package/lib/components/VColorPicker/_variables.scss +1 -0
  42. package/lib/components/VCombobox/VCombobox.mjs +10 -7
  43. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  44. package/lib/components/VCombobox/index.d.mts +232 -100
  45. package/lib/components/VDataTable/index.d.mts +6 -6
  46. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
  47. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  48. package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
  49. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  50. package/lib/components/VDatePicker/index.d.mts +10 -10
  51. package/lib/components/VDefaultsProvider/index.d.mts +8 -8
  52. package/lib/components/VDialog/index.d.mts +12 -6
  53. package/lib/components/VDivider/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +19 -19
  55. package/lib/components/VField/VField.css +2 -0
  56. package/lib/components/VField/VField.mjs +1 -1
  57. package/lib/components/VField/VField.mjs.map +1 -1
  58. package/lib/components/VField/VField.sass +2 -0
  59. package/lib/components/VField/index.d.mts +28 -28
  60. package/lib/components/VFileInput/index.d.mts +133 -133
  61. package/lib/components/VFooter/index.d.mts +8 -8
  62. package/lib/components/VGrid/index.d.mts +32 -32
  63. package/lib/components/VIcon/VIcon.css +4 -0
  64. package/lib/components/VIcon/VIcon.mjs +7 -3
  65. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  66. package/lib/components/VIcon/VIcon.sass +4 -0
  67. package/lib/components/VIcon/_variables.scss +1 -0
  68. package/lib/components/VIcon/index.d.mts +25 -16
  69. package/lib/components/VImg/index.d.mts +4 -4
  70. package/lib/components/VInput/index.d.mts +21 -21
  71. package/lib/components/VKbd/index.d.mts +8 -8
  72. package/lib/components/VLabel/index.d.mts +8 -8
  73. package/lib/components/VLayout/index.d.mts +16 -16
  74. package/lib/components/VLazy/index.d.mts +8 -8
  75. package/lib/components/VList/VList.mjs +8 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListGroup.mjs +3 -1
  78. package/lib/components/VList/VListGroup.mjs.map +1 -1
  79. package/lib/components/VList/VListItem.mjs +17 -4
  80. package/lib/components/VList/VListItem.mjs.map +1 -1
  81. package/lib/components/VList/index.d.mts +156 -54
  82. package/lib/components/VLocaleProvider/index.d.mts +12 -12
  83. package/lib/components/VMain/index.d.mts +8 -8
  84. package/lib/components/VMenu/VMenu.mjs +3 -0
  85. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  86. package/lib/components/VMenu/index.d.mts +14 -8
  87. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
  88. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
  89. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  90. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
  91. package/lib/components/VNavigationDrawer/index.d.mts +11 -11
  92. package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
  93. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  94. package/lib/components/VOtpInput/index.d.mts +31 -31
  95. package/lib/components/VOverlay/VOverlay.mjs +8 -3
  96. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  97. package/lib/components/VOverlay/index.d.mts +3 -0
  98. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  99. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  100. package/lib/components/VPagination/index.d.mts +7 -7
  101. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  102. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  103. package/lib/components/VProgressLinear/index.d.mts +7 -7
  104. package/lib/components/VRadioGroup/index.d.mts +44 -44
  105. package/lib/components/VRangeSlider/index.d.mts +47 -47
  106. package/lib/components/VRating/index.d.mts +7 -7
  107. package/lib/components/VResponsive/index.d.mts +8 -8
  108. package/lib/components/VSelect/VSelect.mjs +5 -3
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +232 -100
  111. package/lib/components/VSheet/index.d.mts +8 -8
  112. package/lib/components/VSkeletonLoader/index.d.mts +8 -8
  113. package/lib/components/VSlider/index.d.mts +47 -47
  114. package/lib/components/VSnackbar/index.d.mts +25 -19
  115. package/lib/components/VStepper/index.d.mts +41 -41
  116. package/lib/components/VSwitch/index.d.mts +39 -39
  117. package/lib/components/VSystemBar/index.d.mts +8 -8
  118. package/lib/components/VTabs/index.d.mts +15 -15
  119. package/lib/components/VTextField/index.d.mts +173 -173
  120. package/lib/components/VTextarea/index.d.mts +119 -119
  121. package/lib/components/VThemeProvider/index.d.mts +8 -8
  122. package/lib/components/VTimeline/index.d.mts +8 -8
  123. package/lib/components/VToolbar/index.d.mts +8 -8
  124. package/lib/components/VTooltip/index.d.mts +14 -8
  125. package/lib/components/VWindow/index.d.mts +10 -10
  126. package/lib/components/index.d.mts +2478 -1943
  127. package/lib/components/transitions/index.d.mts +128 -128
  128. package/lib/composables/date/adapters/vuetify.mjs +1 -1
  129. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  130. package/lib/composables/nested/activeStrategies.mjs +121 -0
  131. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  132. package/lib/composables/nested/nested.mjs +50 -1
  133. package/lib/composables/nested/nested.mjs.map +1 -1
  134. package/lib/composables/nested/selectStrategies.mjs +4 -2
  135. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  136. package/lib/composables/theme.mjs +1 -1
  137. package/lib/composables/theme.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +3 -2
  139. package/lib/entry-bundler.mjs.map +1 -1
  140. package/lib/framework.mjs +1 -1
  141. package/lib/framework.mjs.map +1 -1
  142. package/lib/iconsets/fa.mjs +2 -0
  143. package/lib/iconsets/fa.mjs.map +1 -1
  144. package/lib/iconsets/fa4.mjs +2 -0
  145. package/lib/iconsets/fa4.mjs.map +1 -1
  146. package/lib/iconsets/md.mjs +2 -0
  147. package/lib/iconsets/md.mjs.map +1 -1
  148. package/lib/iconsets/mdi-svg.mjs +2 -0
  149. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  150. package/lib/iconsets/mdi.mjs +2 -0
  151. package/lib/iconsets/mdi.mjs.map +1 -1
  152. package/lib/index.d.mts +48 -44
  153. package/lib/labs/VCalendar/index.d.mts +32 -32
  154. package/lib/labs/VFab/index.d.mts +15 -15
  155. package/lib/labs/VNumberInput/VNumberInput.css +38 -0
  156. package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
  157. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
  158. package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
  159. package/lib/labs/VNumberInput/_variables.scss +1 -0
  160. package/lib/labs/VNumberInput/index.d.mts +607 -0
  161. package/lib/labs/VNumberInput/index.mjs +2 -0
  162. package/lib/labs/VNumberInput/index.mjs.map +1 -0
  163. package/lib/labs/VPicker/index.d.mts +8 -8
  164. package/lib/labs/VSparkline/index.d.mts +7 -7
  165. package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
  166. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  167. package/lib/labs/VSpeedDial/index.d.mts +120 -24
  168. package/lib/labs/VTreeview/VTreeview.mjs +154 -0
  169. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
  170. package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
  171. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
  172. package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
  173. package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
  174. package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
  175. package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
  176. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
  177. package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
  178. package/lib/labs/VTreeview/index.d.mts +1975 -0
  179. package/lib/labs/VTreeview/index.mjs +4 -0
  180. package/lib/labs/VTreeview/index.mjs.map +1 -0
  181. package/lib/labs/VTreeview/shared.mjs +4 -0
  182. package/lib/labs/VTreeview/shared.mjs.map +1 -0
  183. package/lib/labs/VTreeview/variables.scss +8 -0
  184. package/lib/labs/components.d.mts +4553 -1925
  185. package/lib/labs/components.mjs +4 -2
  186. package/lib/labs/components.mjs.map +1 -1
  187. package/lib/locale/no.mjs +1 -1
  188. package/lib/locale/no.mjs.map +1 -1
  189. package/package.json +2 -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.5.8",
5
+ "version": "3.5.10",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3867,7 +3867,7 @@
3867
3867
  "vue-properties": [
3868
3868
  {
3869
3869
  "name": "item",
3870
- "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
3870
+ "type": "Partial<LinkProps> & { title: string; disabled: boolean }"
3871
3871
  },
3872
3872
  {
3873
3873
  "name": "index",
@@ -3897,7 +3897,7 @@
3897
3897
  "vue-properties": [
3898
3898
  {
3899
3899
  "name": "item",
3900
- "type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
3900
+ "type": "Partial<LinkProps> & { title: string; disabled: boolean }"
3901
3901
  },
3902
3902
  {
3903
3903
  "name": "index",
@@ -21661,6 +21661,16 @@
21661
21661
  "type": "string"
21662
21662
  }
21663
21663
  },
21664
+ {
21665
+ "name": "disabled",
21666
+ "description": "Removes the ability to click or target the component.",
21667
+ "doc-url": "https://vuetifyjs.com/api/VIcon#props",
21668
+ "default": "false",
21669
+ "value": {
21670
+ "kind": "expression",
21671
+ "type": "boolean"
21672
+ }
21673
+ },
21664
21674
  {
21665
21675
  "name": "start",
21666
21676
  "description": "Applies margin at the end of the component.",
@@ -23380,7 +23390,7 @@
23380
23390
  "attributes": [
23381
23391
  {
23382
23392
  "name": "baseColor",
23383
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
23393
+ "description": "Sets the color of component when not focused.",
23384
23394
  "doc-url": "https://vuetifyjs.com/api/VList#props",
23385
23395
  "value": {
23386
23396
  "kind": "expression",
@@ -23472,6 +23482,26 @@
23472
23482
  "type": "boolean"
23473
23483
  }
23474
23484
  },
23485
+ {
23486
+ "name": "activatable",
23487
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/nested.json))",
23488
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
23489
+ "default": "false",
23490
+ "value": {
23491
+ "kind": "expression",
23492
+ "type": "boolean"
23493
+ }
23494
+ },
23495
+ {
23496
+ "name": "selectable",
23497
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/nested.json))",
23498
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
23499
+ "default": "false",
23500
+ "value": {
23501
+ "kind": "expression",
23502
+ "type": "boolean"
23503
+ }
23504
+ },
23475
23505
  {
23476
23506
  "name": "mandatory",
23477
23507
  "description": "Forces at least one item to always be selected (if available).",
@@ -23482,6 +23512,15 @@
23482
23512
  "type": "boolean"
23483
23513
  }
23484
23514
  },
23515
+ {
23516
+ "name": "activeStrategy",
23517
+ "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
23518
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
23519
+ "value": {
23520
+ "kind": "expression",
23521
+ "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>"
23522
+ }
23523
+ },
23485
23524
  {
23486
23525
  "name": "selectStrategy",
23487
23526
  "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
@@ -23511,6 +23550,15 @@
23511
23550
  "type": "unknown[]"
23512
23551
  }
23513
23552
  },
23553
+ {
23554
+ "name": "activated",
23555
+ "description": "Array of ids of activated nodes.",
23556
+ "doc-url": "https://vuetifyjs.com/api/VList#props",
23557
+ "value": {
23558
+ "kind": "expression",
23559
+ "type": "unknown[]"
23560
+ }
23561
+ },
23514
23562
  {
23515
23563
  "name": "selected",
23516
23564
  "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
@@ -23605,7 +23653,7 @@
23605
23653
  },
23606
23654
  {
23607
23655
  "name": "itemType",
23608
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
23656
+ "description": "Designates the key on the supplied items that is used for determining the nodes type.",
23609
23657
  "doc-url": "https://vuetifyjs.com/api/VList#props",
23610
23658
  "default": "'type'",
23611
23659
  "value": {
@@ -23763,6 +23811,17 @@
23763
23811
  }
23764
23812
  ]
23765
23813
  },
23814
+ {
23815
+ "name": "update:activated",
23816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
23817
+ "doc-url": "https://vuetifyjs.com/api/v-list#events",
23818
+ "arguments": [
23819
+ {
23820
+ "name": "argument",
23821
+ "type": "[unknown[]]\n"
23822
+ }
23823
+ ]
23824
+ },
23766
23825
  {
23767
23826
  "name": "click:open",
23768
23827
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
@@ -23774,6 +23833,17 @@
23774
23833
  }
23775
23834
  ]
23776
23835
  },
23836
+ {
23837
+ "name": "click:activate",
23838
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
23839
+ "doc-url": "https://vuetifyjs.com/api/v-list#events",
23840
+ "arguments": [
23841
+ {
23842
+ "name": "argument",
23843
+ "type": "[{ id: unknown; value: boolean; path: unknown[] }]\n"
23844
+ }
23845
+ ]
23846
+ },
23777
23847
  {
23778
23848
  "name": "click:select",
23779
23849
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
@@ -23882,7 +23952,7 @@
23882
23952
  },
23883
23953
  {
23884
23954
  "name": "baseColor",
23885
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))",
23955
+ "description": "Sets the color of component when not focused.",
23886
23956
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
23887
23957
  "value": {
23888
23958
  "kind": "expression",
@@ -23900,7 +23970,7 @@
23900
23970
  },
23901
23971
  {
23902
23972
  "name": "collapseIcon",
23903
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))",
23973
+ "description": "Icon to display when the list item is expanded.",
23904
23974
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
23905
23975
  "default": "'$collapse'",
23906
23976
  "value": {
@@ -23910,7 +23980,7 @@
23910
23980
  },
23911
23981
  {
23912
23982
  "name": "expandIcon",
23913
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))",
23983
+ "description": "Icon to display when the list item is collapsed.",
23914
23984
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
23915
23985
  "default": "'$expand'",
23916
23986
  "value": {
@@ -23948,7 +24018,7 @@
23948
24018
  },
23949
24019
  {
23950
24020
  "name": "subgroup",
23951
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))",
24021
+ "description": "Designate the component as nested list group.",
23952
24022
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
23953
24023
  "default": "false",
23954
24024
  "value": {
@@ -24120,7 +24190,7 @@
24120
24190
  },
24121
24191
  {
24122
24192
  "name": "baseColor",
24123
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
24193
+ "description": "Sets the color of component when not focused.",
24124
24194
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
24125
24195
  "value": {
24126
24196
  "kind": "expression",
@@ -25663,47 +25733,47 @@
25663
25733
  }
25664
25734
  },
25665
25735
  {
25666
- "name": "VOtpInput",
25736
+ "name": "VNumberInput",
25667
25737
  "source": {
25668
25738
  "module": "./src/components/index.ts",
25669
- "symbol": "VOtpInput"
25739
+ "symbol": "VNumberInput"
25670
25740
  },
25671
25741
  "description": "",
25672
- "doc-url": "https://vuetifyjs.com/api/v-otp-input",
25742
+ "doc-url": "https://vuetifyjs.com/api/v-number-input",
25673
25743
  "attributes": [
25674
25744
  {
25675
- "name": "length",
25676
- "description": "The OTP field's length.",
25677
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25678
- "default": "6",
25745
+ "name": "label",
25746
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
25747
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25679
25748
  "value": {
25680
25749
  "kind": "expression",
25681
- "type": "string | number"
25750
+ "type": "string"
25682
25751
  }
25683
25752
  },
25684
25753
  {
25685
- "name": "autofocus",
25686
- "description": "Automatically focuses the first input on page load",
25687
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25688
- "default": "false",
25754
+ "name": "controlVariant",
25755
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25756
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25757
+ "default": "'default'",
25689
25758
  "value": {
25690
25759
  "kind": "expression",
25691
- "type": "boolean"
25760
+ "type": "'default' | 'stacked' | 'split'"
25692
25761
  }
25693
25762
  },
25694
25763
  {
25695
- "name": "divider",
25696
- "description": "Specifies the dividing character between items.",
25697
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25764
+ "name": "inset",
25765
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25766
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25767
+ "default": "false",
25698
25768
  "value": {
25699
25769
  "kind": "expression",
25700
- "type": "string"
25770
+ "type": "boolean"
25701
25771
  }
25702
25772
  },
25703
25773
  {
25704
- "name": "focusAll",
25705
- "description": "Puts all inputs into a focus state when any are focused",
25706
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25774
+ "name": "hideInput",
25775
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25776
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25707
25777
  "default": "false",
25708
25778
  "value": {
25709
25779
  "kind": "expression",
@@ -25711,92 +25781,106 @@
25711
25781
  }
25712
25782
  },
25713
25783
  {
25714
- "name": "label",
25715
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
25716
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25717
- "default": "'$vuetify.input.otp'",
25784
+ "name": "min",
25785
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25786
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25718
25787
  "value": {
25719
25788
  "kind": "expression",
25720
- "type": "string"
25789
+ "type": "number"
25721
25790
  }
25722
25791
  },
25723
25792
  {
25724
- "name": "type",
25725
- "description": "Supported types: `text`, `password`, `number`.",
25726
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25727
- "default": "'number'",
25793
+ "name": "max",
25794
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25795
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25728
25796
  "value": {
25729
25797
  "kind": "expression",
25730
- "type": "'number' | 'text' | 'password'"
25798
+ "type": "number"
25731
25799
  }
25732
25800
  },
25733
25801
  {
25734
- "name": "modelValue",
25735
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
25736
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25802
+ "name": "step",
25803
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))",
25804
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25737
25805
  "value": {
25738
25806
  "kind": "expression",
25739
- "type": "string | number"
25807
+ "type": "number"
25740
25808
  }
25741
25809
  },
25742
25810
  {
25743
- "name": "placeholder",
25744
- "description": "Sets the input’s placeholder text.",
25745
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25811
+ "name": "hint",
25812
+ "description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property.",
25813
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25746
25814
  "value": {
25747
25815
  "kind": "expression",
25748
25816
  "type": "string"
25749
25817
  }
25750
25818
  },
25751
25819
  {
25752
- "name": "height",
25753
- "description": "Sets the height for the component.",
25754
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25820
+ "name": "persistentHint",
25821
+ "description": "Forces [hint](#props-hint) to always be visible.",
25822
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25823
+ "default": "false",
25755
25824
  "value": {
25756
25825
  "kind": "expression",
25757
- "type": "string | number"
25826
+ "type": "boolean"
25758
25827
  }
25759
25828
  },
25760
25829
  {
25761
- "name": "maxHeight",
25762
- "description": "Sets the maximum height for the component.",
25763
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25830
+ "name": "reverse",
25831
+ "description": "Reverses the orientation.",
25832
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25833
+ "default": "false",
25764
25834
  "value": {
25765
25835
  "kind": "expression",
25766
- "type": "string | number"
25836
+ "type": "boolean"
25767
25837
  }
25768
25838
  },
25769
25839
  {
25770
- "name": "maxWidth",
25771
- "description": "Sets the maximum width for the component.",
25772
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25840
+ "name": "density",
25841
+ "description": "Adjusts the vertical height used by the component.",
25842
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25843
+ "default": "'default'",
25773
25844
  "value": {
25774
25845
  "kind": "expression",
25775
- "type": "string | number"
25846
+ "type": "'default' | 'comfortable' | 'compact'"
25776
25847
  }
25777
25848
  },
25778
25849
  {
25779
- "name": "minHeight",
25780
- "description": "Sets the minimum height for the component.",
25781
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25850
+ "name": "disabled",
25851
+ "description": "Removes the ability to click or target the input.",
25852
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25853
+ "default": "null",
25782
25854
  "value": {
25783
25855
  "kind": "expression",
25784
- "type": "string | number"
25856
+ "type": "boolean"
25785
25857
  }
25786
25858
  },
25787
25859
  {
25788
- "name": "minWidth",
25789
- "description": "Sets the minimum width for the component.",
25790
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25860
+ "name": "error",
25861
+ "description": "Puts the input in a manual error state.",
25862
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25863
+ "default": "false",
25791
25864
  "value": {
25792
25865
  "kind": "expression",
25793
- "type": "string | number"
25866
+ "type": "boolean"
25794
25867
  }
25795
25868
  },
25796
25869
  {
25797
- "name": "width",
25798
- "description": "Sets the width for the component.",
25799
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25870
+ "name": "readonly",
25871
+ "description": "Puts input in readonly state.",
25872
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25873
+ "default": "null",
25874
+ "value": {
25875
+ "kind": "expression",
25876
+ "type": "boolean"
25877
+ }
25878
+ },
25879
+ {
25880
+ "name": "modelValue",
25881
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
25882
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25883
+ "default": "0",
25800
25884
  "value": {
25801
25885
  "kind": "expression",
25802
25886
  "type": "string | number"
@@ -25805,17 +25889,27 @@
25805
25889
  {
25806
25890
  "name": "focused",
25807
25891
  "description": "Forces a focused state styling on the component.",
25808
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25892
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25809
25893
  "default": "false",
25810
25894
  "value": {
25811
25895
  "kind": "expression",
25812
25896
  "type": "boolean"
25813
25897
  }
25814
25898
  },
25899
+ {
25900
+ "name": "hideDetails",
25901
+ "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.",
25902
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25903
+ "default": "false",
25904
+ "value": {
25905
+ "kind": "expression",
25906
+ "type": "boolean | 'auto'"
25907
+ }
25908
+ },
25815
25909
  {
25816
25910
  "name": "bgColor",
25817
25911
  "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).",
25818
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25912
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25819
25913
  "value": {
25820
25914
  "kind": "expression",
25821
25915
  "type": "string"
@@ -25824,7 +25918,7 @@
25824
25918
  {
25825
25919
  "name": "color",
25826
25920
  "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).",
25827
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25921
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25828
25922
  "value": {
25829
25923
  "kind": "expression",
25830
25924
  "type": "string"
@@ -25833,37 +25927,17 @@
25833
25927
  {
25834
25928
  "name": "baseColor",
25835
25929
  "description": "Sets the color of the input when it is not focused.",
25836
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25930
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25837
25931
  "value": {
25838
25932
  "kind": "expression",
25839
25933
  "type": "string"
25840
25934
  }
25841
25935
  },
25842
- {
25843
- "name": "disabled",
25844
- "description": "Removes the ability to click or target the input.",
25845
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25846
- "default": "null",
25847
- "value": {
25848
- "kind": "expression",
25849
- "type": "boolean"
25850
- }
25851
- },
25852
- {
25853
- "name": "error",
25854
- "description": "Puts the input in a manual error state.",
25855
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25856
- "default": "false",
25857
- "value": {
25858
- "kind": "expression",
25859
- "type": "boolean"
25860
- }
25861
- },
25862
25936
  {
25863
25937
  "name": "variant",
25864
25938
  "description": "Applies a distinct style to the component.",
25865
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25866
- "default": "'outlined'",
25939
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25940
+ "default": "'filled'",
25867
25941
  "value": {
25868
25942
  "kind": "expression",
25869
25943
  "type": "| 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'"
@@ -25872,7 +25946,7 @@
25872
25946
  {
25873
25947
  "name": "loading",
25874
25948
  "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.",
25875
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25949
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25876
25950
  "default": "false",
25877
25951
  "value": {
25878
25952
  "kind": "expression",
@@ -25882,7 +25956,7 @@
25882
25956
  {
25883
25957
  "name": "rounded",
25884
25958
  "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
25885
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25959
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25886
25960
  "value": {
25887
25961
  "kind": "expression",
25888
25962
  "type": "string | number | boolean"
@@ -25891,7 +25965,7 @@
25891
25965
  {
25892
25966
  "name": "theme",
25893
25967
  "description": "Specify a theme for this component and all of its children.",
25894
- "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25968
+ "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25895
25969
  "value": {
25896
25970
  "kind": "expression",
25897
25971
  "type": "string"
@@ -25902,7 +25976,7 @@
25902
25976
  {
25903
25977
  "name": "update:focused",
25904
25978
  "description": "Emitted when the input is focused or blurred",
25905
- "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
25979
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
25906
25980
  "arguments": [
25907
25981
  {
25908
25982
  "name": "argument",
@@ -25910,39 +25984,283 @@
25910
25984
  }
25911
25985
  ]
25912
25986
  },
25913
- {
25914
- "name": "finish",
25915
- "description": "Emitted when the input is filled completely and cursor is blurred.",
25916
- "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
25917
- "arguments": [
25918
- {
25919
- "name": "argument",
25920
- "type": "[string]\n"
25921
- }
25922
- ]
25923
- },
25924
25987
  {
25925
25988
  "name": "update:modelValue",
25926
25989
  "description": "Event that is emitted when the component's model changes.",
25927
- "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
25990
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#events",
25928
25991
  "arguments": [
25929
25992
  {
25930
25993
  "name": "argument",
25931
- "type": "[string]\n"
25994
+ "type": "[number]\n"
25932
25995
  }
25933
25996
  ]
25934
25997
  }
25935
25998
  ],
25936
25999
  "slots": [
25937
26000
  {
25938
- "name": "default",
25939
- "description": "The default Vue slot.",
25940
- "doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
26001
+ "name": "prepend",
26002
+ "description": "Adds an item outside the input and before input content.",
26003
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26004
+ "vue-properties": [
26005
+ {
26006
+ "name": "id",
26007
+ "type": "ComputedRef<string>"
26008
+ },
26009
+ {
26010
+ "name": "messagesId",
26011
+ "type": "ComputedRef<string>"
26012
+ },
26013
+ {
26014
+ "name": "isDirty",
26015
+ "type": "ComputedRef<boolean>"
26016
+ },
26017
+ {
26018
+ "name": "isDisabled",
26019
+ "type": "ComputedRef<boolean>"
26020
+ },
26021
+ {
26022
+ "name": "isReadonly",
26023
+ "type": "ComputedRef<boolean>"
26024
+ },
26025
+ {
26026
+ "name": "isPristine",
26027
+ "type": "Ref<boolean>"
26028
+ },
26029
+ {
26030
+ "name": "isValid",
26031
+ "type": "ComputedRef<boolean | null>"
26032
+ },
26033
+ {
26034
+ "name": "isValidating",
26035
+ "type": "Ref<boolean>"
26036
+ },
26037
+ {
26038
+ "name": "reset",
26039
+ "type": "() => void"
26040
+ },
26041
+ {
26042
+ "name": "resetValidation",
26043
+ "type": "() => void"
26044
+ },
26045
+ {
26046
+ "name": "validate",
26047
+ "type": "() => void"
26048
+ }
26049
+ ]
26050
+ },
26051
+ {
26052
+ "name": "append",
26053
+ "description": "Adds an item inside the input and after input content.",
26054
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26055
+ "vue-properties": [
26056
+ {
26057
+ "name": "id",
26058
+ "type": "ComputedRef<string>"
26059
+ },
26060
+ {
26061
+ "name": "messagesId",
26062
+ "type": "ComputedRef<string>"
26063
+ },
26064
+ {
26065
+ "name": "isDirty",
26066
+ "type": "ComputedRef<boolean>"
26067
+ },
26068
+ {
26069
+ "name": "isDisabled",
26070
+ "type": "ComputedRef<boolean>"
26071
+ },
26072
+ {
26073
+ "name": "isReadonly",
26074
+ "type": "ComputedRef<boolean>"
26075
+ },
26076
+ {
26077
+ "name": "isPristine",
26078
+ "type": "Ref<boolean>"
26079
+ },
26080
+ {
26081
+ "name": "isValid",
26082
+ "type": "ComputedRef<boolean | null>"
26083
+ },
26084
+ {
26085
+ "name": "isValidating",
26086
+ "type": "Ref<boolean>"
26087
+ },
26088
+ {
26089
+ "name": "reset",
26090
+ "type": "() => void"
26091
+ },
26092
+ {
26093
+ "name": "resetValidation",
26094
+ "type": "() => void"
26095
+ },
26096
+ {
26097
+ "name": "validate",
26098
+ "type": "() => void"
26099
+ }
26100
+ ]
26101
+ },
26102
+ {
26103
+ "name": "details",
26104
+ "description": "Slot for custom input details to modifying the display of [messages](#props-messages).",
26105
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26106
+ "vue-properties": [
26107
+ {
26108
+ "name": "id",
26109
+ "type": "ComputedRef<string>"
26110
+ },
26111
+ {
26112
+ "name": "messagesId",
26113
+ "type": "ComputedRef<string>"
26114
+ },
26115
+ {
26116
+ "name": "isDirty",
26117
+ "type": "ComputedRef<boolean>"
26118
+ },
26119
+ {
26120
+ "name": "isDisabled",
26121
+ "type": "ComputedRef<boolean>"
26122
+ },
26123
+ {
26124
+ "name": "isReadonly",
26125
+ "type": "ComputedRef<boolean>"
26126
+ },
26127
+ {
26128
+ "name": "isPristine",
26129
+ "type": "Ref<boolean>"
26130
+ },
26131
+ {
26132
+ "name": "isValid",
26133
+ "type": "ComputedRef<boolean | null>"
26134
+ },
26135
+ {
26136
+ "name": "isValidating",
26137
+ "type": "Ref<boolean>"
26138
+ },
26139
+ {
26140
+ "name": "reset",
26141
+ "type": "() => void"
26142
+ },
26143
+ {
26144
+ "name": "resetValidation",
26145
+ "type": "() => void"
26146
+ },
26147
+ {
26148
+ "name": "validate",
26149
+ "type": "() => void"
26150
+ }
26151
+ ]
26152
+ },
26153
+ {
26154
+ "name": "message",
26155
+ "description": "Slot used to customize the message content.",
26156
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26157
+ "vue-properties": [
26158
+ {
26159
+ "name": "message",
26160
+ "type": "string"
26161
+ }
26162
+ ]
26163
+ },
26164
+ {
26165
+ "name": "clear",
26166
+ "description": "Slot for custom clear icon (displayed when the **clearable** prop is equal to true).",
26167
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots"
26168
+ },
26169
+ {
26170
+ "name": "prepend-inner",
26171
+ "description": "Slot that is prepended to the input.",
26172
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26173
+ "vue-properties": [
26174
+ {
26175
+ "name": "isActive",
26176
+ "type": "Ref<boolean>"
26177
+ },
26178
+ {
26179
+ "name": "isFocused",
26180
+ "type": "Ref<boolean>"
26181
+ },
26182
+ {
26183
+ "name": "controlRef",
26184
+ "type": "Ref<HTMLElement | undefined>"
26185
+ },
26186
+ {
26187
+ "name": "focus",
26188
+ "type": "() => void"
26189
+ },
26190
+ {
26191
+ "name": "blur",
26192
+ "type": "() => void"
26193
+ }
26194
+ ]
26195
+ },
26196
+ {
26197
+ "name": "append-inner",
26198
+ "description": "Adds an item inside the input content.",
26199
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26200
+ "vue-properties": [
26201
+ {
26202
+ "name": "isActive",
26203
+ "type": "Ref<boolean>"
26204
+ },
26205
+ {
26206
+ "name": "isFocused",
26207
+ "type": "Ref<boolean>"
26208
+ },
26209
+ {
26210
+ "name": "controlRef",
26211
+ "type": "Ref<HTMLElement | undefined>"
26212
+ },
26213
+ {
26214
+ "name": "focus",
26215
+ "type": "() => void"
26216
+ },
26217
+ {
26218
+ "name": "blur",
26219
+ "type": "() => void"
26220
+ }
26221
+ ]
26222
+ },
26223
+ {
26224
+ "name": "label",
26225
+ "description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
26226
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots"
25941
26227
  },
25942
26228
  {
25943
26229
  "name": "loader",
25944
26230
  "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).",
25945
- "doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
26231
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26232
+ "vue-properties": [
26233
+ {
26234
+ "name": "color",
26235
+ "type": "string"
26236
+ },
26237
+ {
26238
+ "name": "isActive",
26239
+ "type": "boolean"
26240
+ }
26241
+ ]
26242
+ },
26243
+ {
26244
+ "name": "increment",
26245
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
26246
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26247
+ "vue-properties": [
26248
+ {
26249
+ "name": "click",
26250
+ "type": "() => void"
26251
+ }
26252
+ ]
26253
+ },
26254
+ {
26255
+ "name": "decrement",
26256
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
26257
+ "doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
26258
+ "vue-properties": [
26259
+ {
26260
+ "name": "click",
26261
+ "type": "() => void"
26262
+ }
26263
+ ]
25946
26264
  }
25947
26265
  ],
25948
26266
  "vue-model": {
@@ -25951,27 +26269,28 @@
25951
26269
  }
25952
26270
  },
25953
26271
  {
25954
- "name": "VOverlay",
26272
+ "name": "VOtpInput",
25955
26273
  "source": {
25956
26274
  "module": "./src/components/index.ts",
25957
- "symbol": "VOverlay"
26275
+ "symbol": "VOtpInput"
25958
26276
  },
25959
26277
  "description": "",
25960
- "doc-url": "https://vuetifyjs.com/api/v-overlay",
26278
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input",
25961
26279
  "attributes": [
25962
26280
  {
25963
- "name": "activator",
25964
- "description": "Explicitly sets the overlay's activator.",
25965
- "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
26281
+ "name": "length",
26282
+ "description": "The OTP field's length.",
26283
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26284
+ "default": "6",
25966
26285
  "value": {
25967
26286
  "kind": "expression",
25968
- "type": "Element | 'parent' | (string & {}) | ComponentPublicInstance"
26287
+ "type": "string | number"
25969
26288
  }
25970
26289
  },
25971
26290
  {
25972
- "name": "absolute",
25973
- "description": "Applies **position: absolute** to the content element.",
25974
- "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
26291
+ "name": "autofocus",
26292
+ "description": "Automatically focuses the first input on page load",
26293
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25975
26294
  "default": "false",
25976
26295
  "value": {
25977
26296
  "kind": "expression",
@@ -25979,19 +26298,306 @@
25979
26298
  }
25980
26299
  },
25981
26300
  {
25982
- "name": "closeOnBack",
25983
- "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
25984
- "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
25985
- "default": "true",
26301
+ "name": "divider",
26302
+ "description": "Specifies the dividing character between items.",
26303
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
25986
26304
  "value": {
25987
26305
  "kind": "expression",
25988
- "type": "boolean"
26306
+ "type": "string"
25989
26307
  }
25990
26308
  },
25991
26309
  {
25992
- "name": "contained",
25993
- "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.).",
25994
- "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
26310
+ "name": "focusAll",
26311
+ "description": "Puts all inputs into a focus state when any are focused",
26312
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26313
+ "default": "false",
26314
+ "value": {
26315
+ "kind": "expression",
26316
+ "type": "boolean"
26317
+ }
26318
+ },
26319
+ {
26320
+ "name": "label",
26321
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component.",
26322
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26323
+ "default": "'$vuetify.input.otp'",
26324
+ "value": {
26325
+ "kind": "expression",
26326
+ "type": "string"
26327
+ }
26328
+ },
26329
+ {
26330
+ "name": "type",
26331
+ "description": "Supported types: `text`, `password`, `number`.",
26332
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26333
+ "default": "'number'",
26334
+ "value": {
26335
+ "kind": "expression",
26336
+ "type": "'number' | 'text' | 'password'"
26337
+ }
26338
+ },
26339
+ {
26340
+ "name": "modelValue",
26341
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
26342
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26343
+ "value": {
26344
+ "kind": "expression",
26345
+ "type": "string | number"
26346
+ }
26347
+ },
26348
+ {
26349
+ "name": "placeholder",
26350
+ "description": "Sets the input’s placeholder text.",
26351
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26352
+ "value": {
26353
+ "kind": "expression",
26354
+ "type": "string"
26355
+ }
26356
+ },
26357
+ {
26358
+ "name": "height",
26359
+ "description": "Sets the height for the component.",
26360
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26361
+ "value": {
26362
+ "kind": "expression",
26363
+ "type": "string | number"
26364
+ }
26365
+ },
26366
+ {
26367
+ "name": "maxHeight",
26368
+ "description": "Sets the maximum height for the component.",
26369
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26370
+ "value": {
26371
+ "kind": "expression",
26372
+ "type": "string | number"
26373
+ }
26374
+ },
26375
+ {
26376
+ "name": "maxWidth",
26377
+ "description": "Sets the maximum width for the component.",
26378
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26379
+ "value": {
26380
+ "kind": "expression",
26381
+ "type": "string | number"
26382
+ }
26383
+ },
26384
+ {
26385
+ "name": "minHeight",
26386
+ "description": "Sets the minimum height for the component.",
26387
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26388
+ "value": {
26389
+ "kind": "expression",
26390
+ "type": "string | number"
26391
+ }
26392
+ },
26393
+ {
26394
+ "name": "minWidth",
26395
+ "description": "Sets the minimum width for the component.",
26396
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26397
+ "value": {
26398
+ "kind": "expression",
26399
+ "type": "string | number"
26400
+ }
26401
+ },
26402
+ {
26403
+ "name": "width",
26404
+ "description": "Sets the width for the component.",
26405
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26406
+ "value": {
26407
+ "kind": "expression",
26408
+ "type": "string | number"
26409
+ }
26410
+ },
26411
+ {
26412
+ "name": "focused",
26413
+ "description": "Forces a focused state styling on the component.",
26414
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26415
+ "default": "false",
26416
+ "value": {
26417
+ "kind": "expression",
26418
+ "type": "boolean"
26419
+ }
26420
+ },
26421
+ {
26422
+ "name": "bgColor",
26423
+ "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).",
26424
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26425
+ "value": {
26426
+ "kind": "expression",
26427
+ "type": "string"
26428
+ }
26429
+ },
26430
+ {
26431
+ "name": "color",
26432
+ "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).",
26433
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26434
+ "value": {
26435
+ "kind": "expression",
26436
+ "type": "string"
26437
+ }
26438
+ },
26439
+ {
26440
+ "name": "baseColor",
26441
+ "description": "Sets the color of the input when it is not focused.",
26442
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26443
+ "value": {
26444
+ "kind": "expression",
26445
+ "type": "string"
26446
+ }
26447
+ },
26448
+ {
26449
+ "name": "disabled",
26450
+ "description": "Removes the ability to click or target the input.",
26451
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26452
+ "default": "null",
26453
+ "value": {
26454
+ "kind": "expression",
26455
+ "type": "boolean"
26456
+ }
26457
+ },
26458
+ {
26459
+ "name": "error",
26460
+ "description": "Puts the input in a manual error state.",
26461
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26462
+ "default": "false",
26463
+ "value": {
26464
+ "kind": "expression",
26465
+ "type": "boolean"
26466
+ }
26467
+ },
26468
+ {
26469
+ "name": "variant",
26470
+ "description": "Applies a distinct style to the component.",
26471
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26472
+ "default": "'outlined'",
26473
+ "value": {
26474
+ "kind": "expression",
26475
+ "type": "| 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'"
26476
+ }
26477
+ },
26478
+ {
26479
+ "name": "loading",
26480
+ "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.",
26481
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26482
+ "default": "false",
26483
+ "value": {
26484
+ "kind": "expression",
26485
+ "type": "string | boolean"
26486
+ }
26487
+ },
26488
+ {
26489
+ "name": "rounded",
26490
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
26491
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26492
+ "value": {
26493
+ "kind": "expression",
26494
+ "type": "string | number | boolean"
26495
+ }
26496
+ },
26497
+ {
26498
+ "name": "theme",
26499
+ "description": "Specify a theme for this component and all of its children.",
26500
+ "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26501
+ "value": {
26502
+ "kind": "expression",
26503
+ "type": "string"
26504
+ }
26505
+ }
26506
+ ],
26507
+ "events": [
26508
+ {
26509
+ "name": "update:focused",
26510
+ "description": "Emitted when the input is focused or blurred",
26511
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
26512
+ "arguments": [
26513
+ {
26514
+ "name": "argument",
26515
+ "type": "[boolean]\n"
26516
+ }
26517
+ ]
26518
+ },
26519
+ {
26520
+ "name": "finish",
26521
+ "description": "Emitted when the input is filled completely and cursor is blurred.",
26522
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
26523
+ "arguments": [
26524
+ {
26525
+ "name": "argument",
26526
+ "type": "[string]\n"
26527
+ }
26528
+ ]
26529
+ },
26530
+ {
26531
+ "name": "update:modelValue",
26532
+ "description": "Event that is emitted when the component's model changes.",
26533
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#events",
26534
+ "arguments": [
26535
+ {
26536
+ "name": "argument",
26537
+ "type": "[string]\n"
26538
+ }
26539
+ ]
26540
+ }
26541
+ ],
26542
+ "slots": [
26543
+ {
26544
+ "name": "default",
26545
+ "description": "The default Vue slot.",
26546
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
26547
+ },
26548
+ {
26549
+ "name": "loader",
26550
+ "description": "Slot for custom loader (displayed when [loading](#props-loading) prop is equal to true).",
26551
+ "doc-url": "https://vuetifyjs.com/api/v-otp-input#slots"
26552
+ }
26553
+ ],
26554
+ "vue-model": {
26555
+ "prop": "modelValue",
26556
+ "event": "update:modelValue"
26557
+ }
26558
+ },
26559
+ {
26560
+ "name": "VOverlay",
26561
+ "source": {
26562
+ "module": "./src/components/index.ts",
26563
+ "symbol": "VOverlay"
26564
+ },
26565
+ "description": "",
26566
+ "doc-url": "https://vuetifyjs.com/api/v-overlay",
26567
+ "attributes": [
26568
+ {
26569
+ "name": "activator",
26570
+ "description": "Explicitly sets the overlay's activator.",
26571
+ "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
26572
+ "value": {
26573
+ "kind": "expression",
26574
+ "type": "Element | 'parent' | (string & {}) | ComponentPublicInstance"
26575
+ }
26576
+ },
26577
+ {
26578
+ "name": "absolute",
26579
+ "description": "Applies **position: absolute** to the content element.",
26580
+ "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
26581
+ "default": "false",
26582
+ "value": {
26583
+ "kind": "expression",
26584
+ "type": "boolean"
26585
+ }
26586
+ },
26587
+ {
26588
+ "name": "closeOnBack",
26589
+ "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
26590
+ "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
26591
+ "default": "true",
26592
+ "value": {
26593
+ "kind": "expression",
26594
+ "type": "boolean"
26595
+ }
26596
+ },
26597
+ {
26598
+ "name": "contained",
26599
+ "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.).",
26600
+ "doc-url": "https://vuetifyjs.com/api/VOverlay#props",
25995
26601
  "default": "false",
25996
26602
  "value": {
25997
26603
  "kind": "expression",
@@ -34267,6 +34873,15 @@
34267
34873
  "description": "",
34268
34874
  "doc-url": "https://vuetifyjs.com/api/v-speed-dial",
34269
34875
  "attributes": [
34876
+ {
34877
+ "name": "activator",
34878
+ "description": "Explicitly sets the overlay's activator.",
34879
+ "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34880
+ "value": {
34881
+ "kind": "expression",
34882
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance"
34883
+ }
34884
+ },
34270
34885
  {
34271
34886
  "name": "id",
34272
34887
  "description": "The unique identifier of the component.",
@@ -34392,15 +35007,6 @@
34392
35007
  "type": "| (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]"
34393
35008
  }
34394
35009
  },
34395
- {
34396
- "name": "activator",
34397
- "description": "Explicitly sets the overlay's activator.",
34398
- "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34399
- "value": {
34400
- "kind": "expression",
34401
- "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance"
34402
- }
34403
- },
34404
35010
  {
34405
35011
  "name": "activatorProps",
34406
35012
  "description": "Apply custom properties to the activator.",
@@ -34413,7 +35019,7 @@
34413
35019
  },
34414
35020
  {
34415
35021
  "name": "openOnClick",
34416
- "description": "Designates whether menu should open on activator click.",
35022
+ "description": "Activate the component when the activator is clicked.",
34417
35023
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34418
35024
  "value": {
34419
35025
  "kind": "expression",
@@ -34441,7 +35047,7 @@
34441
35047
  },
34442
35048
  {
34443
35049
  "name": "closeOnContentClick",
34444
- "description": "Designates if menu should close when its content is clicked.",
35050
+ "description": "Closes component when you click on its content.",
34445
35051
  "doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
34446
35052
  "default": "true",
34447
35053
  "value": {
@@ -34619,7 +35225,28 @@
34619
35225
  {
34620
35226
  "name": "default",
34621
35227
  "description": "The default Vue slot.",
34622
- "doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots"
35228
+ "doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots",
35229
+ "vue-properties": [
35230
+ {
35231
+ "name": "isActive",
35232
+ "type": "Ref<boolean>"
35233
+ }
35234
+ ]
35235
+ },
35236
+ {
35237
+ "name": "activator",
35238
+ "description": "When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation.",
35239
+ "doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots",
35240
+ "vue-properties": [
35241
+ {
35242
+ "name": "isActive",
35243
+ "type": "boolean"
35244
+ },
35245
+ {
35246
+ "name": "props",
35247
+ "type": "Record<string, any>"
35248
+ }
35249
+ ]
34623
35250
  }
34624
35251
  ],
34625
35252
  "vue-model": {
@@ -40320,6 +40947,1253 @@
40320
40947
  "event": "update:modelValue"
40321
40948
  }
40322
40949
  },
40950
+ {
40951
+ "name": "VTreeview",
40952
+ "source": {
40953
+ "module": "./src/components/index.ts",
40954
+ "symbol": "VTreeview"
40955
+ },
40956
+ "description": "",
40957
+ "doc-url": "https://vuetifyjs.com/api/v-treeview",
40958
+ "attributes": [
40959
+ {
40960
+ "name": "openAll",
40961
+ "description": "When `true` will cause all branch nodes to be opened when component is mounted.",
40962
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
40963
+ "default": "false",
40964
+ "value": {
40965
+ "kind": "expression",
40966
+ "type": "boolean"
40967
+ }
40968
+ },
40969
+ {
40970
+ "name": "search",
40971
+ "description": "The search model for filtering results.",
40972
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
40973
+ "value": {
40974
+ "kind": "expression",
40975
+ "type": "string"
40976
+ }
40977
+ },
40978
+ {
40979
+ "name": "filterMode",
40980
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
40981
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
40982
+ "default": "'intersection'",
40983
+ "value": {
40984
+ "kind": "expression",
40985
+ "type": "'some' | 'every' | 'union' | 'intersection'"
40986
+ }
40987
+ },
40988
+ {
40989
+ "name": "noFilter",
40990
+ "description": "Disables all item filtering.",
40991
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
40992
+ "default": "false",
40993
+ "value": {
40994
+ "kind": "expression",
40995
+ "type": "boolean"
40996
+ }
40997
+ },
40998
+ {
40999
+ "name": "customFilter",
41000
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted.",
41001
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41002
+ "value": {
41003
+ "kind": "expression",
41004
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>"
41005
+ }
41006
+ },
41007
+ {
41008
+ "name": "customKeyFilter",
41009
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
41010
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41011
+ "value": {
41012
+ "kind": "expression",
41013
+ "type": "unknown"
41014
+ }
41015
+ },
41016
+ {
41017
+ "name": "filterKeys",
41018
+ "description": "Array of specific keys to filter on the item.",
41019
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41020
+ "default": "['title']",
41021
+ "value": {
41022
+ "kind": "expression",
41023
+ "type": "string | string[]"
41024
+ }
41025
+ },
41026
+ {
41027
+ "name": "loadingIcon",
41028
+ "description": "Icon used when node is in a loading state.",
41029
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41030
+ "default": "'$loading'",
41031
+ "value": {
41032
+ "kind": "expression",
41033
+ "type": "string"
41034
+ }
41035
+ },
41036
+ {
41037
+ "name": "selectable",
41038
+ "description": "Will render a checkbox next to each node allowing them to be selected.",
41039
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41040
+ "default": "false",
41041
+ "value": {
41042
+ "kind": "expression",
41043
+ "type": "boolean"
41044
+ }
41045
+ },
41046
+ {
41047
+ "name": "loadChildren",
41048
+ "description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise.",
41049
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41050
+ "value": {
41051
+ "kind": "expression",
41052
+ "type": "(item: unknown) => Promise<void>"
41053
+ }
41054
+ },
41055
+ {
41056
+ "name": "items",
41057
+ "description": "An array of items used to build the treeview.",
41058
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41059
+ "default": "[]",
41060
+ "value": {
41061
+ "kind": "expression",
41062
+ "type": "unknown[]"
41063
+ }
41064
+ },
41065
+ {
41066
+ "name": "baseColor",
41067
+ "description": "Sets the color of component when not focused.",
41068
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41069
+ "value": {
41070
+ "kind": "expression",
41071
+ "type": "string"
41072
+ }
41073
+ },
41074
+ {
41075
+ "name": "activeColor",
41076
+ "description": "The applied color when the component is in an active state.",
41077
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41078
+ "value": {
41079
+ "kind": "expression",
41080
+ "type": "string"
41081
+ }
41082
+ },
41083
+ {
41084
+ "name": "activeClass",
41085
+ "description": "The class applied to the component when it is in an active state.",
41086
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41087
+ "value": {
41088
+ "kind": "expression",
41089
+ "type": "string"
41090
+ }
41091
+ },
41092
+ {
41093
+ "name": "bgColor",
41094
+ "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).",
41095
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41096
+ "value": {
41097
+ "kind": "expression",
41098
+ "type": "string"
41099
+ }
41100
+ },
41101
+ {
41102
+ "name": "disabled",
41103
+ "description": "Disables selection for all nodes.",
41104
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41105
+ "default": "false",
41106
+ "value": {
41107
+ "kind": "expression",
41108
+ "type": "boolean"
41109
+ }
41110
+ },
41111
+ {
41112
+ "name": "expandIcon",
41113
+ "description": "Icon used to indicate that a node can be expanded.",
41114
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41115
+ "default": "'$treeviewExpand'",
41116
+ "value": {
41117
+ "kind": "expression",
41118
+ "type": "string"
41119
+ }
41120
+ },
41121
+ {
41122
+ "name": "collapseIcon",
41123
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))",
41124
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41125
+ "default": "'$treeviewCollapse'",
41126
+ "value": {
41127
+ "kind": "expression",
41128
+ "type": "string"
41129
+ }
41130
+ },
41131
+ {
41132
+ "name": "lines",
41133
+ "description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
41134
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41135
+ "default": "'one'",
41136
+ "value": {
41137
+ "kind": "expression",
41138
+ "type": "false | 'one' | 'two' | 'three'"
41139
+ }
41140
+ },
41141
+ {
41142
+ "name": "slim",
41143
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
41144
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41145
+ "default": "true",
41146
+ "value": {
41147
+ "kind": "expression",
41148
+ "type": "boolean"
41149
+ }
41150
+ },
41151
+ {
41152
+ "name": "activatable",
41153
+ "description": "Allows user to mark a node as active by clicking on it.",
41154
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41155
+ "default": "false",
41156
+ "value": {
41157
+ "kind": "expression",
41158
+ "type": "boolean"
41159
+ }
41160
+ },
41161
+ {
41162
+ "name": "mandatory",
41163
+ "description": "Forces at least one item to always be selected (if available).",
41164
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41165
+ "default": "false",
41166
+ "value": {
41167
+ "kind": "expression",
41168
+ "type": "boolean"
41169
+ }
41170
+ },
41171
+ {
41172
+ "name": "activeStrategy",
41173
+ "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated.",
41174
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41175
+ "value": {
41176
+ "kind": "expression",
41177
+ "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>"
41178
+ }
41179
+ },
41180
+ {
41181
+ "name": "selectStrategy",
41182
+ "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
41183
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41184
+ "default": "'independent'",
41185
+ "value": {
41186
+ "kind": "expression",
41187
+ "type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>"
41188
+ }
41189
+ },
41190
+ {
41191
+ "name": "openStrategy",
41192
+ "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
41193
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41194
+ "default": "'multiple'",
41195
+ "value": {
41196
+ "kind": "expression",
41197
+ "type": "| 'single'\n | 'multiple'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }"
41198
+ }
41199
+ },
41200
+ {
41201
+ "name": "opened",
41202
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`.",
41203
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41204
+ "value": {
41205
+ "kind": "expression",
41206
+ "type": "unknown[]"
41207
+ }
41208
+ },
41209
+ {
41210
+ "name": "activated",
41211
+ "description": "Array of ids of activated nodes.",
41212
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41213
+ "value": {
41214
+ "kind": "expression",
41215
+ "type": "unknown[]"
41216
+ }
41217
+ },
41218
+ {
41219
+ "name": "selected",
41220
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`.",
41221
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41222
+ "value": {
41223
+ "kind": "expression",
41224
+ "type": "unknown[]"
41225
+ }
41226
+ },
41227
+ {
41228
+ "name": "border",
41229
+ "description": "Applies border styles to component.",
41230
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41231
+ "default": "false",
41232
+ "value": {
41233
+ "kind": "expression",
41234
+ "type": "string | number | boolean"
41235
+ }
41236
+ },
41237
+ {
41238
+ "name": "density",
41239
+ "description": "Adjusts the vertical height used by the component.",
41240
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41241
+ "default": "'default'",
41242
+ "value": {
41243
+ "kind": "expression",
41244
+ "type": "'default' | 'comfortable' | 'compact'"
41245
+ }
41246
+ },
41247
+ {
41248
+ "name": "height",
41249
+ "description": "Sets the height for the component.",
41250
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41251
+ "value": {
41252
+ "kind": "expression",
41253
+ "type": "string | number"
41254
+ }
41255
+ },
41256
+ {
41257
+ "name": "maxHeight",
41258
+ "description": "Sets the maximum height for the component.",
41259
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41260
+ "value": {
41261
+ "kind": "expression",
41262
+ "type": "string | number"
41263
+ }
41264
+ },
41265
+ {
41266
+ "name": "maxWidth",
41267
+ "description": "Sets the maximum width for the component.",
41268
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41269
+ "value": {
41270
+ "kind": "expression",
41271
+ "type": "string | number"
41272
+ }
41273
+ },
41274
+ {
41275
+ "name": "minHeight",
41276
+ "description": "Sets the minimum height for the component.",
41277
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41278
+ "value": {
41279
+ "kind": "expression",
41280
+ "type": "string | number"
41281
+ }
41282
+ },
41283
+ {
41284
+ "name": "minWidth",
41285
+ "description": "Sets the minimum width for the component.",
41286
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41287
+ "value": {
41288
+ "kind": "expression",
41289
+ "type": "string | number"
41290
+ }
41291
+ },
41292
+ {
41293
+ "name": "width",
41294
+ "description": "Sets the width for the component.",
41295
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41296
+ "value": {
41297
+ "kind": "expression",
41298
+ "type": "string | number"
41299
+ }
41300
+ },
41301
+ {
41302
+ "name": "elevation",
41303
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
41304
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41305
+ "value": {
41306
+ "kind": "expression",
41307
+ "type": "string | number"
41308
+ }
41309
+ },
41310
+ {
41311
+ "name": "itemType",
41312
+ "description": "Designates the key on the supplied items that is used for determining the nodes type.",
41313
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41314
+ "default": "'type'",
41315
+ "value": {
41316
+ "kind": "expression",
41317
+ "type": "string"
41318
+ }
41319
+ },
41320
+ {
41321
+ "name": "itemTitle",
41322
+ "description": "Property on supplied `items` that contains its title.",
41323
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41324
+ "default": "'title'",
41325
+ "value": {
41326
+ "kind": "expression",
41327
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
41328
+ }
41329
+ },
41330
+ {
41331
+ "name": "itemValue",
41332
+ "description": "Property on supplied `items` that contains its value.",
41333
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41334
+ "default": "'value'",
41335
+ "value": {
41336
+ "kind": "expression",
41337
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
41338
+ }
41339
+ },
41340
+ {
41341
+ "name": "itemChildren",
41342
+ "description": "Property on supplied `items` that contains its children.",
41343
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41344
+ "default": "'children'",
41345
+ "value": {
41346
+ "kind": "expression",
41347
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
41348
+ }
41349
+ },
41350
+ {
41351
+ "name": "itemProps",
41352
+ "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.",
41353
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41354
+ "default": "'props'",
41355
+ "value": {
41356
+ "kind": "expression",
41357
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>"
41358
+ }
41359
+ },
41360
+ {
41361
+ "name": "returnObject",
41362
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key.",
41363
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41364
+ "default": "false",
41365
+ "value": {
41366
+ "kind": "expression",
41367
+ "type": "boolean"
41368
+ }
41369
+ },
41370
+ {
41371
+ "name": "valueComparator",
41372
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.",
41373
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41374
+ "value": {
41375
+ "kind": "expression",
41376
+ "type": "(a: any, b: any) => boolean"
41377
+ }
41378
+ },
41379
+ {
41380
+ "name": "rounded",
41381
+ "description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop.",
41382
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41383
+ "value": {
41384
+ "kind": "expression",
41385
+ "type": "string | number | boolean"
41386
+ }
41387
+ },
41388
+ {
41389
+ "name": "tile",
41390
+ "description": "Removes any applied **border-radius** from the component.",
41391
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41392
+ "default": "false",
41393
+ "value": {
41394
+ "kind": "expression",
41395
+ "type": "boolean"
41396
+ }
41397
+ },
41398
+ {
41399
+ "name": "tag",
41400
+ "description": "Specify a custom tag used on the root element.",
41401
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41402
+ "default": "'div'",
41403
+ "value": {
41404
+ "kind": "expression",
41405
+ "type": "string"
41406
+ }
41407
+ },
41408
+ {
41409
+ "name": "theme",
41410
+ "description": "Specify a theme for this component and all of its children.",
41411
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41412
+ "value": {
41413
+ "kind": "expression",
41414
+ "type": "string"
41415
+ }
41416
+ },
41417
+ {
41418
+ "name": "color",
41419
+ "description": "Applies specified color to the active node - 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).",
41420
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41421
+ "value": {
41422
+ "kind": "expression",
41423
+ "type": "string"
41424
+ }
41425
+ },
41426
+ {
41427
+ "name": "variant",
41428
+ "description": "Applies a distinct style to the component.",
41429
+ "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41430
+ "default": "'text'",
41431
+ "value": {
41432
+ "kind": "expression",
41433
+ "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'"
41434
+ }
41435
+ }
41436
+ ],
41437
+ "events": [
41438
+ {
41439
+ "name": "update:opened",
41440
+ "description": "Emits the array of open items when this value changes.",
41441
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#events",
41442
+ "arguments": [
41443
+ {
41444
+ "name": "argument",
41445
+ "type": "[unknown[]]\n"
41446
+ }
41447
+ ]
41448
+ },
41449
+ {
41450
+ "name": "update:activated",
41451
+ "description": "Emits the array of active items when this value changes.",
41452
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#events",
41453
+ "arguments": [
41454
+ {
41455
+ "name": "argument",
41456
+ "type": "[unknown[]]\n"
41457
+ }
41458
+ ]
41459
+ },
41460
+ {
41461
+ "name": "update:selected",
41462
+ "description": "Emits the array of selected items when this value changes.",
41463
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#events",
41464
+ "arguments": [
41465
+ {
41466
+ "name": "argument",
41467
+ "type": "[unknown[]]\n"
41468
+ }
41469
+ ]
41470
+ },
41471
+ {
41472
+ "name": "click:open",
41473
+ "description": "Emits the item when it is clicked to open.",
41474
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#events",
41475
+ "arguments": [
41476
+ {
41477
+ "name": "argument",
41478
+ "type": "[{ id: unknown; value: boolean; path: unknown[] }]\n"
41479
+ }
41480
+ ]
41481
+ },
41482
+ {
41483
+ "name": "click:select",
41484
+ "description": "Emits the item when it is clicked to select.",
41485
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#events",
41486
+ "arguments": [
41487
+ {
41488
+ "name": "argument",
41489
+ "type": "[{ id: unknown; value: boolean; path: unknown[] }]\n"
41490
+ }
41491
+ ]
41492
+ }
41493
+ ],
41494
+ "slots": [
41495
+ {
41496
+ "name": "prepend",
41497
+ "description": "Prepends content before label.",
41498
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
41499
+ },
41500
+ {
41501
+ "name": "append",
41502
+ "description": "Appends content after label.",
41503
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
41504
+ },
41505
+ {
41506
+ "name": "title",
41507
+ "description": "Slot for the component's title content.",
41508
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
41509
+ },
41510
+ {
41511
+ "name": "subtitle",
41512
+ "description": "Slot for the component's subtitle content.",
41513
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
41514
+ },
41515
+ {
41516
+ "name": "default",
41517
+ "description": "The default Vue slot.",
41518
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots"
41519
+ },
41520
+ {
41521
+ "name": "item",
41522
+ "description": "Define a custom item appearance.",
41523
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots",
41524
+ "vue-properties": [
41525
+ {
41526
+ "name": "props",
41527
+ "type": "{ title: string; value: any; [string]: any }"
41528
+ }
41529
+ ]
41530
+ },
41531
+ {
41532
+ "name": "divider",
41533
+ "description": "Slot for custom divider.",
41534
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots",
41535
+ "vue-properties": [
41536
+ {
41537
+ "name": "props",
41538
+ "type": "{ title: string; value: any; [string]: any }"
41539
+ }
41540
+ ]
41541
+ },
41542
+ {
41543
+ "name": "subheader",
41544
+ "description": "Slot for custom subheader.",
41545
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots",
41546
+ "vue-properties": [
41547
+ {
41548
+ "name": "props",
41549
+ "type": "{ title: string; value: any; [string]: any }"
41550
+ }
41551
+ ]
41552
+ },
41553
+ {
41554
+ "name": "header",
41555
+ "description": "Slot for custom header.",
41556
+ "doc-url": "https://vuetifyjs.com/api/v-treeview#slots",
41557
+ "vue-properties": [
41558
+ {
41559
+ "name": "props",
41560
+ "type": "{ title: string; value: any; [string]: any }"
41561
+ }
41562
+ ]
41563
+ }
41564
+ ],
41565
+ "vue-model": {
41566
+ "prop": "modelValue",
41567
+ "event": "update:modelValue"
41568
+ }
41569
+ },
41570
+ {
41571
+ "name": "VTreeviewGroup",
41572
+ "source": {
41573
+ "module": "./src/components/index.ts",
41574
+ "symbol": "VTreeviewGroup"
41575
+ },
41576
+ "description": "",
41577
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-group",
41578
+ "attributes": [
41579
+ {
41580
+ "name": "activeColor",
41581
+ "description": "The applied color when the component is in an active state.",
41582
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41583
+ "value": {
41584
+ "kind": "expression",
41585
+ "type": "string"
41586
+ }
41587
+ },
41588
+ {
41589
+ "name": "baseColor",
41590
+ "description": "Sets the color of component when not focused.",
41591
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41592
+ "value": {
41593
+ "kind": "expression",
41594
+ "type": "string"
41595
+ }
41596
+ },
41597
+ {
41598
+ "name": "color",
41599
+ "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).",
41600
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41601
+ "value": {
41602
+ "kind": "expression",
41603
+ "type": "string"
41604
+ }
41605
+ },
41606
+ {
41607
+ "name": "collapseIcon",
41608
+ "description": "Icon to display when the list item is expanded.",
41609
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41610
+ "default": "'$treeviewCollapse'",
41611
+ "value": {
41612
+ "kind": "expression",
41613
+ "type": "any"
41614
+ }
41615
+ },
41616
+ {
41617
+ "name": "expandIcon",
41618
+ "description": "Icon to display when the list item is collapsed.",
41619
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41620
+ "default": "'$treeviewExpand'",
41621
+ "value": {
41622
+ "kind": "expression",
41623
+ "type": "any"
41624
+ }
41625
+ },
41626
+ {
41627
+ "name": "prependIcon",
41628
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`.",
41629
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41630
+ "value": {
41631
+ "kind": "expression",
41632
+ "type": "any"
41633
+ }
41634
+ },
41635
+ {
41636
+ "name": "appendIcon",
41637
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
41638
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41639
+ "value": {
41640
+ "kind": "expression",
41641
+ "type": "any"
41642
+ }
41643
+ },
41644
+ {
41645
+ "name": "fluid",
41646
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))",
41647
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41648
+ "default": "false",
41649
+ "value": {
41650
+ "kind": "expression",
41651
+ "type": "boolean"
41652
+ }
41653
+ },
41654
+ {
41655
+ "name": "title",
41656
+ "description": "Specify a title text for the component.",
41657
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41658
+ "value": {
41659
+ "kind": "expression",
41660
+ "type": "string"
41661
+ }
41662
+ },
41663
+ {
41664
+ "name": "value",
41665
+ "description": "Expands / Collapse the list-group.",
41666
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41667
+ "value": {
41668
+ "kind": "expression",
41669
+ "type": "any"
41670
+ }
41671
+ },
41672
+ {
41673
+ "name": "tag",
41674
+ "description": "Specify a custom tag used on the root element.",
41675
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
41676
+ "default": "'div'",
41677
+ "value": {
41678
+ "kind": "expression",
41679
+ "type": "string"
41680
+ }
41681
+ }
41682
+ ],
41683
+ "events": [],
41684
+ "slots": [
41685
+ {
41686
+ "name": "default",
41687
+ "description": "The default Vue slot.",
41688
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-group#slots"
41689
+ },
41690
+ {
41691
+ "name": "activator",
41692
+ "description": "When used, will activate the component when clicked (or hover for specific components). This manually stops the event propagation. Without this slot, if you open the component through its model, you will need to manually stop the event propagation.",
41693
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-group#slots",
41694
+ "vue-properties": [
41695
+ {
41696
+ "name": "isOpen",
41697
+ "type": "boolean"
41698
+ },
41699
+ {
41700
+ "name": "props",
41701
+ "type": "Record<string, unknown>"
41702
+ }
41703
+ ]
41704
+ }
41705
+ ],
41706
+ "vue-model": {
41707
+ "prop": "modelValue",
41708
+ "event": "update:modelValue"
41709
+ }
41710
+ },
41711
+ {
41712
+ "name": "VTreeviewItem",
41713
+ "source": {
41714
+ "module": "./src/components/index.ts",
41715
+ "symbol": "VTreeviewItem"
41716
+ },
41717
+ "description": "",
41718
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item",
41719
+ "attributes": [
41720
+ {
41721
+ "name": "title",
41722
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead.",
41723
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41724
+ "value": {
41725
+ "kind": "expression",
41726
+ "type": "string | number"
41727
+ }
41728
+ },
41729
+ {
41730
+ "name": "subtitle",
41731
+ "description": "Specify a subtitle text for the component.",
41732
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41733
+ "value": {
41734
+ "kind": "expression",
41735
+ "type": "string | number"
41736
+ }
41737
+ },
41738
+ {
41739
+ "name": "loading",
41740
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))",
41741
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41742
+ "default": "false",
41743
+ "value": {
41744
+ "kind": "expression",
41745
+ "type": "boolean"
41746
+ }
41747
+ },
41748
+ {
41749
+ "name": "toggleIcon",
41750
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))",
41751
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41752
+ "value": {
41753
+ "kind": "expression",
41754
+ "type": "any"
41755
+ }
41756
+ },
41757
+ {
41758
+ "name": "active",
41759
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component.",
41760
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41761
+ "value": {
41762
+ "kind": "expression",
41763
+ "type": "boolean"
41764
+ }
41765
+ },
41766
+ {
41767
+ "name": "activeClass",
41768
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation.",
41769
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41770
+ "value": {
41771
+ "kind": "expression",
41772
+ "type": "string"
41773
+ }
41774
+ },
41775
+ {
41776
+ "name": "activeColor",
41777
+ "description": "The applied color when the component is in an active state.",
41778
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41779
+ "value": {
41780
+ "kind": "expression",
41781
+ "type": "string"
41782
+ }
41783
+ },
41784
+ {
41785
+ "name": "appendAvatar",
41786
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot.",
41787
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41788
+ "value": {
41789
+ "kind": "expression",
41790
+ "type": "string"
41791
+ }
41792
+ },
41793
+ {
41794
+ "name": "appendIcon",
41795
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot.",
41796
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41797
+ "value": {
41798
+ "kind": "expression",
41799
+ "type": "any"
41800
+ }
41801
+ },
41802
+ {
41803
+ "name": "baseColor",
41804
+ "description": "Sets the color of component when not focused.",
41805
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41806
+ "value": {
41807
+ "kind": "expression",
41808
+ "type": "string"
41809
+ }
41810
+ },
41811
+ {
41812
+ "name": "disabled",
41813
+ "description": "Removes the ability to click or target the component.",
41814
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41815
+ "default": "false",
41816
+ "value": {
41817
+ "kind": "expression",
41818
+ "type": "boolean"
41819
+ }
41820
+ },
41821
+ {
41822
+ "name": "link",
41823
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop.",
41824
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41825
+ "value": {
41826
+ "kind": "expression",
41827
+ "type": "boolean"
41828
+ }
41829
+ },
41830
+ {
41831
+ "name": "nav",
41832
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
41833
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41834
+ "default": "false",
41835
+ "value": {
41836
+ "kind": "expression",
41837
+ "type": "boolean"
41838
+ }
41839
+ },
41840
+ {
41841
+ "name": "prependAvatar",
41842
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content.",
41843
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41844
+ "value": {
41845
+ "kind": "expression",
41846
+ "type": "string"
41847
+ }
41848
+ },
41849
+ {
41850
+ "name": "prependIcon",
41851
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content.",
41852
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41853
+ "value": {
41854
+ "kind": "expression",
41855
+ "type": "any"
41856
+ }
41857
+ },
41858
+ {
41859
+ "name": "ripple",
41860
+ "description": "Applies the [v-ripple](/directives/ripple) directive.",
41861
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41862
+ "default": "true",
41863
+ "value": {
41864
+ "kind": "expression",
41865
+ "type": "boolean | { class: string }"
41866
+ }
41867
+ },
41868
+ {
41869
+ "name": "value",
41870
+ "description": "The value used for selection.",
41871
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41872
+ "value": {
41873
+ "kind": "expression",
41874
+ "type": "any"
41875
+ }
41876
+ },
41877
+ {
41878
+ "name": "slim",
41879
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
41880
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41881
+ "default": "true",
41882
+ "value": {
41883
+ "kind": "expression",
41884
+ "type": "boolean"
41885
+ }
41886
+ },
41887
+ {
41888
+ "name": "border",
41889
+ "description": "Applies border styles to component.",
41890
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41891
+ "default": "false",
41892
+ "value": {
41893
+ "kind": "expression",
41894
+ "type": "string | number | boolean"
41895
+ }
41896
+ },
41897
+ {
41898
+ "name": "density",
41899
+ "description": "Adjusts the vertical height used by the component.",
41900
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41901
+ "default": "'default'",
41902
+ "value": {
41903
+ "kind": "expression",
41904
+ "type": "'default' | 'comfortable' | 'compact'"
41905
+ }
41906
+ },
41907
+ {
41908
+ "name": "height",
41909
+ "description": "Sets the height for the component.",
41910
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41911
+ "value": {
41912
+ "kind": "expression",
41913
+ "type": "string | number"
41914
+ }
41915
+ },
41916
+ {
41917
+ "name": "maxHeight",
41918
+ "description": "Sets the maximum height for the component.",
41919
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41920
+ "value": {
41921
+ "kind": "expression",
41922
+ "type": "string | number"
41923
+ }
41924
+ },
41925
+ {
41926
+ "name": "maxWidth",
41927
+ "description": "Sets the maximum width for the component.",
41928
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41929
+ "value": {
41930
+ "kind": "expression",
41931
+ "type": "string | number"
41932
+ }
41933
+ },
41934
+ {
41935
+ "name": "minHeight",
41936
+ "description": "Sets the minimum height for the component.",
41937
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41938
+ "value": {
41939
+ "kind": "expression",
41940
+ "type": "string | number"
41941
+ }
41942
+ },
41943
+ {
41944
+ "name": "minWidth",
41945
+ "description": "Sets the minimum width for the component.",
41946
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41947
+ "value": {
41948
+ "kind": "expression",
41949
+ "type": "string | number"
41950
+ }
41951
+ },
41952
+ {
41953
+ "name": "width",
41954
+ "description": "Sets the width for the component.",
41955
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41956
+ "value": {
41957
+ "kind": "expression",
41958
+ "type": "string | number"
41959
+ }
41960
+ },
41961
+ {
41962
+ "name": "elevation",
41963
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
41964
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41965
+ "value": {
41966
+ "kind": "expression",
41967
+ "type": "string | number"
41968
+ }
41969
+ },
41970
+ {
41971
+ "name": "rounded",
41972
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
41973
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41974
+ "value": {
41975
+ "kind": "expression",
41976
+ "type": "string | number | boolean"
41977
+ }
41978
+ },
41979
+ {
41980
+ "name": "tile",
41981
+ "description": "Removes any applied **border-radius** from the component.",
41982
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41983
+ "default": "false",
41984
+ "value": {
41985
+ "kind": "expression",
41986
+ "type": "boolean"
41987
+ }
41988
+ },
41989
+ {
41990
+ "name": "href",
41991
+ "description": "Designates the component as anchor and applies the **href** attribute.",
41992
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
41993
+ "value": {
41994
+ "kind": "expression",
41995
+ "type": "string"
41996
+ }
41997
+ },
41998
+ {
41999
+ "name": "replace",
42000
+ "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation.",
42001
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42002
+ "default": "false",
42003
+ "value": {
42004
+ "kind": "expression",
42005
+ "type": "boolean"
42006
+ }
42007
+ },
42008
+ {
42009
+ "name": "exact",
42010
+ "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
42011
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42012
+ "default": "false",
42013
+ "value": {
42014
+ "kind": "expression",
42015
+ "type": "boolean"
42016
+ }
42017
+ },
42018
+ {
42019
+ "name": "to",
42020
+ "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.",
42021
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42022
+ "value": {
42023
+ "kind": "expression",
42024
+ "type": "RouteLocationRaw"
42025
+ }
42026
+ },
42027
+ {
42028
+ "name": "tag",
42029
+ "description": "Specify a custom tag used on the root element.",
42030
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42031
+ "default": "'div'",
42032
+ "value": {
42033
+ "kind": "expression",
42034
+ "type": "string"
42035
+ }
42036
+ },
42037
+ {
42038
+ "name": "theme",
42039
+ "description": "Specify a theme for this component and all of its children.",
42040
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42041
+ "value": {
42042
+ "kind": "expression",
42043
+ "type": "string"
42044
+ }
42045
+ },
42046
+ {
42047
+ "name": "color",
42048
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),",
42049
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42050
+ "value": {
42051
+ "kind": "expression",
42052
+ "type": "string"
42053
+ }
42054
+ },
42055
+ {
42056
+ "name": "variant",
42057
+ "description": "Applies a distinct style to the component.",
42058
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42059
+ "default": "'text'",
42060
+ "value": {
42061
+ "kind": "expression",
42062
+ "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'"
42063
+ }
42064
+ },
42065
+ {
42066
+ "name": "lines",
42067
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))",
42068
+ "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42069
+ "value": {
42070
+ "kind": "expression",
42071
+ "type": "'one' | 'two' | 'three'"
42072
+ }
42073
+ }
42074
+ ],
42075
+ "events": [
42076
+ {
42077
+ "name": "click",
42078
+ "description": "Event that is emitted when the component is clicked.",
42079
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
42080
+ "arguments": [
42081
+ {
42082
+ "name": "argument",
42083
+ "type": "[MouseEvent]\n"
42084
+ }
42085
+ ]
42086
+ },
42087
+ {
42088
+ "name": "clickOnce",
42089
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))",
42090
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
42091
+ "arguments": [
42092
+ {
42093
+ "name": "argument",
42094
+ "type": "[MouseEvent]\n"
42095
+ }
42096
+ ]
42097
+ }
42098
+ ],
42099
+ "slots": [
42100
+ {
42101
+ "name": "prepend",
42102
+ "description": "Adds an item outside the input and before input content.",
42103
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#slots",
42104
+ "vue-properties": [
42105
+ {
42106
+ "name": "isActive",
42107
+ "type": "boolean"
42108
+ },
42109
+ {
42110
+ "name": "isSelected",
42111
+ "type": "boolean"
42112
+ },
42113
+ {
42114
+ "name": "isIndeterminate",
42115
+ "type": "boolean"
42116
+ },
42117
+ {
42118
+ "name": "select",
42119
+ "type": "(value: boolean) => void"
42120
+ }
42121
+ ]
42122
+ },
42123
+ {
42124
+ "name": "append",
42125
+ "description": "Adds an item inside the input and after input content.",
42126
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#slots",
42127
+ "vue-properties": [
42128
+ {
42129
+ "name": "isActive",
42130
+ "type": "boolean"
42131
+ },
42132
+ {
42133
+ "name": "isSelected",
42134
+ "type": "boolean"
42135
+ },
42136
+ {
42137
+ "name": "isIndeterminate",
42138
+ "type": "boolean"
42139
+ },
42140
+ {
42141
+ "name": "select",
42142
+ "type": "(value: boolean) => void"
42143
+ }
42144
+ ]
42145
+ },
42146
+ {
42147
+ "name": "default",
42148
+ "description": "The default Vue slot.",
42149
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#slots",
42150
+ "vue-properties": [
42151
+ {
42152
+ "name": "isActive",
42153
+ "type": "boolean"
42154
+ },
42155
+ {
42156
+ "name": "isSelected",
42157
+ "type": "boolean"
42158
+ },
42159
+ {
42160
+ "name": "isIndeterminate",
42161
+ "type": "boolean"
42162
+ },
42163
+ {
42164
+ "name": "select",
42165
+ "type": "(value: boolean) => void"
42166
+ }
42167
+ ]
42168
+ },
42169
+ {
42170
+ "name": "title",
42171
+ "description": "Slot for the component's title content.",
42172
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#slots",
42173
+ "vue-properties": [
42174
+ {
42175
+ "name": "title",
42176
+ "type": "string | number"
42177
+ }
42178
+ ]
42179
+ },
42180
+ {
42181
+ "name": "subtitle",
42182
+ "description": "Slot for the component's subtitle content.",
42183
+ "doc-url": "https://vuetifyjs.com/api/v-treeview-item#slots",
42184
+ "vue-properties": [
42185
+ {
42186
+ "name": "subtitle",
42187
+ "type": "string | number"
42188
+ }
42189
+ ]
42190
+ }
42191
+ ],
42192
+ "vue-model": {
42193
+ "prop": "modelValue",
42194
+ "event": "update:modelValue"
42195
+ }
42196
+ },
40323
42197
  {
40324
42198
  "name": "VValidation",
40325
42199
  "source": {