vuetify 3.5.8 → 3.5.9

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 (81) hide show
  1. package/dist/json/attributes.json +419 -7
  2. package/dist/json/importMap-labs.json +20 -8
  3. package/dist/json/importMap.json +150 -150
  4. package/dist/json/tags.json +118 -0
  5. package/dist/json/web-types.json +1315 -8
  6. package/dist/vuetify-labs.css +1437 -1420
  7. package/dist/vuetify-labs.d.ts +3021 -692
  8. package/dist/vuetify-labs.esm.js +790 -230
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +790 -230
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +592 -591
  13. package/dist/vuetify.d.ts +569 -68
  14. package/dist/vuetify.esm.js +220 -20
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +220 -20
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +486 -466
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -3
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/index.d.mts +138 -6
  24. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
  25. package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
  26. package/lib/components/VColorPicker/_variables.scss +1 -0
  27. package/lib/components/VCombobox/VCombobox.mjs +5 -3
  28. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  29. package/lib/components/VCombobox/index.d.mts +138 -6
  30. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
  31. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  32. package/lib/components/VList/VList.mjs +8 -2
  33. package/lib/components/VList/VList.mjs.map +1 -1
  34. package/lib/components/VList/VListGroup.mjs +3 -1
  35. package/lib/components/VList/VListGroup.mjs.map +1 -1
  36. package/lib/components/VList/VListItem.mjs +17 -4
  37. package/lib/components/VList/VListItem.mjs.map +1 -1
  38. package/lib/components/VList/index.d.mts +108 -6
  39. package/lib/components/VSelect/VSelect.mjs +5 -3
  40. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  41. package/lib/components/VSelect/index.d.mts +138 -6
  42. package/lib/components/index.d.mts +522 -24
  43. package/lib/composables/nested/activeStrategies.mjs +121 -0
  44. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  45. package/lib/composables/nested/nested.mjs +50 -1
  46. package/lib/composables/nested/nested.mjs.map +1 -1
  47. package/lib/composables/nested/selectStrategies.mjs +4 -2
  48. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  49. package/lib/entry-bundler.mjs +1 -1
  50. package/lib/framework.mjs +1 -1
  51. package/lib/iconsets/fa.mjs +2 -0
  52. package/lib/iconsets/fa.mjs.map +1 -1
  53. package/lib/iconsets/fa4.mjs +2 -0
  54. package/lib/iconsets/fa4.mjs.map +1 -1
  55. package/lib/iconsets/md.mjs +2 -0
  56. package/lib/iconsets/md.mjs.map +1 -1
  57. package/lib/iconsets/mdi-svg.mjs +2 -0
  58. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  59. package/lib/iconsets/mdi.mjs +2 -0
  60. package/lib/iconsets/mdi.mjs.map +1 -1
  61. package/lib/index.d.mts +47 -44
  62. package/lib/labs/VTreeview/VTreeview.mjs +154 -0
  63. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
  64. package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
  65. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
  66. package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
  67. package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
  68. package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
  69. package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
  70. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
  71. package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
  72. package/lib/labs/VTreeview/index.d.mts +1975 -0
  73. package/lib/labs/VTreeview/index.mjs +4 -0
  74. package/lib/labs/VTreeview/index.mjs.map +1 -0
  75. package/lib/labs/VTreeview/shared.mjs +4 -0
  76. package/lib/labs/VTreeview/shared.mjs.map +1 -0
  77. package/lib/labs/VTreeview/variables.scss +8 -0
  78. package/lib/labs/components.d.mts +3708 -1773
  79. package/lib/labs/components.mjs +3 -2
  80. package/lib/labs/components.mjs.map +1 -1
  81. package/package.json +2 -2
@@ -5785,7 +5785,7 @@
5785
5785
  },
5786
5786
  "VList/base-color": {
5787
5787
  "type": "string\n",
5788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
5788
+ "description": "Sets the color of component when not focused."
5789
5789
  },
5790
5790
  "VList/active-color": {
5791
5791
  "type": "string\n",
@@ -5823,10 +5823,22 @@
5823
5823
  "type": "boolean\n",
5824
5824
  "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
5825
5825
  },
5826
+ "VList/activatable": {
5827
+ "type": "boolean\n",
5828
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/nested.json))"
5829
+ },
5830
+ "VList/selectable": {
5831
+ "type": "boolean\n",
5832
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/nested.json))"
5833
+ },
5826
5834
  "VList/mandatory": {
5827
5835
  "type": "boolean\n",
5828
5836
  "description": "Forces at least one item to always be selected (if available)."
5829
5837
  },
5838
+ "VList/active-strategy": {
5839
+ "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>\n",
5840
+ "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."
5841
+ },
5830
5842
  "VList/select-strategy": {
5831
5843
  "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>\n",
5832
5844
  "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."
@@ -5839,6 +5851,10 @@
5839
5851
  "type": "unknown[]\n",
5840
5852
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
5841
5853
  },
5854
+ "VList/activated": {
5855
+ "type": "unknown[]\n",
5856
+ "description": "Array of ids of activated nodes."
5857
+ },
5842
5858
  "VList/selected": {
5843
5859
  "type": "unknown[]\n",
5844
5860
  "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
@@ -5881,7 +5897,7 @@
5881
5897
  },
5882
5898
  "VList/item-type": {
5883
5899
  "type": "string\n",
5884
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
5900
+ "description": "Designates the key on the supplied items that is used for determining the nodes type."
5885
5901
  },
5886
5902
  "VList/items": {
5887
5903
  "type": "any[]\n",
@@ -5941,7 +5957,7 @@
5941
5957
  },
5942
5958
  "VListGroup/base-color": {
5943
5959
  "type": "string\n",
5944
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5960
+ "description": "Sets the color of component when not focused."
5945
5961
  },
5946
5962
  "VListGroup/color": {
5947
5963
  "type": "string\n",
@@ -5949,11 +5965,11 @@
5949
5965
  },
5950
5966
  "VListGroup/collapse-icon": {
5951
5967
  "type": "any\n",
5952
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5968
+ "description": "Icon to display when the list item is expanded."
5953
5969
  },
5954
5970
  "VListGroup/expand-icon": {
5955
5971
  "type": "any\n",
5956
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5972
+ "description": "Icon to display when the list item is collapsed."
5957
5973
  },
5958
5974
  "VListGroup/prepend-icon": {
5959
5975
  "type": "any\n",
@@ -5969,7 +5985,7 @@
5969
5985
  },
5970
5986
  "VListGroup/subgroup": {
5971
5987
  "type": "boolean\n",
5972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
5988
+ "description": "Designate the component as nested list group."
5973
5989
  },
5974
5990
  "VListGroup/title": {
5975
5991
  "type": "string\n",
@@ -6017,7 +6033,7 @@
6017
6033
  },
6018
6034
  "VListItem/base-color": {
6019
6035
  "type": "string\n",
6020
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
6036
+ "description": "Sets the color of component when not focused."
6021
6037
  },
6022
6038
  "VListItem/disabled": {
6023
6039
  "type": "boolean\n",
@@ -10555,6 +10571,402 @@
10555
10571
  "type": "string | boolean | Element\n",
10556
10572
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
10557
10573
  },
10574
+ "VTreeview/open-all": {
10575
+ "type": "boolean\n",
10576
+ "description": "When `true` will cause all branch nodes to be opened when component is mounted."
10577
+ },
10578
+ "VTreeview/search": {
10579
+ "type": "string\n",
10580
+ "description": "The search model for filtering results."
10581
+ },
10582
+ "VTreeview/filter-mode": {
10583
+ "type": "'some' | 'every' | 'union' | 'intersection'\n",
10584
+ "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."
10585
+ },
10586
+ "VTreeview/no-filter": {
10587
+ "type": "boolean\n",
10588
+ "description": "Disables all item filtering."
10589
+ },
10590
+ "VTreeview/custom-filter": {
10591
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
10592
+ "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."
10593
+ },
10594
+ "VTreeview/custom-key-filter": {
10595
+ "type": "unknown\n",
10596
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
10597
+ },
10598
+ "VTreeview/filter-keys": {
10599
+ "type": "string | string[]\n",
10600
+ "description": "Array of specific keys to filter on the item."
10601
+ },
10602
+ "VTreeview/loading-icon": {
10603
+ "type": "string\n",
10604
+ "description": "Icon used when node is in a loading state."
10605
+ },
10606
+ "VTreeview/selectable": {
10607
+ "type": "boolean\n",
10608
+ "description": "Will render a checkbox next to each node allowing them to be selected."
10609
+ },
10610
+ "VTreeview/load-children": {
10611
+ "type": "(item: unknown) => Promise<void>\n",
10612
+ "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."
10613
+ },
10614
+ "VTreeview/items": {
10615
+ "type": "unknown[]\n",
10616
+ "description": "An array of items used to build the treeview."
10617
+ },
10618
+ "VTreeview/base-color": {
10619
+ "type": "string\n",
10620
+ "description": "Sets the color of component when not focused."
10621
+ },
10622
+ "VTreeview/active-color": {
10623
+ "type": "string\n",
10624
+ "description": "The applied color when the component is in an active state."
10625
+ },
10626
+ "VTreeview/active-class": {
10627
+ "type": "string\n",
10628
+ "description": "The class applied to the component when it is in an active state."
10629
+ },
10630
+ "VTreeview/bg-color": {
10631
+ "type": "string\n",
10632
+ "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)."
10633
+ },
10634
+ "VTreeview/disabled": {
10635
+ "type": "boolean\n",
10636
+ "description": "Disables selection for all nodes."
10637
+ },
10638
+ "VTreeview/expand-icon": {
10639
+ "type": "string\n",
10640
+ "description": "Icon used to indicate that a node can be expanded."
10641
+ },
10642
+ "VTreeview/collapse-icon": {
10643
+ "type": "string\n",
10644
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
10645
+ },
10646
+ "VTreeview/lines": {
10647
+ "type": "false | 'one' | 'two' | 'three'\n",
10648
+ "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."
10649
+ },
10650
+ "VTreeview/slim": {
10651
+ "type": "boolean\n",
10652
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
10653
+ },
10654
+ "VTreeview/activatable": {
10655
+ "type": "boolean\n",
10656
+ "description": "Allows user to mark a node as active by clicking on it."
10657
+ },
10658
+ "VTreeview/mandatory": {
10659
+ "type": "boolean\n",
10660
+ "description": "Forces at least one item to always be selected (if available)."
10661
+ },
10662
+ "VTreeview/active-strategy": {
10663
+ "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>\n",
10664
+ "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."
10665
+ },
10666
+ "VTreeview/select-strategy": {
10667
+ "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>\n",
10668
+ "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."
10669
+ },
10670
+ "VTreeview/open-strategy": {
10671
+ "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> }\n",
10672
+ "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."
10673
+ },
10674
+ "VTreeview/opened": {
10675
+ "type": "unknown[]\n",
10676
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
10677
+ },
10678
+ "VTreeview/activated": {
10679
+ "type": "unknown[]\n",
10680
+ "description": "Array of ids of activated nodes."
10681
+ },
10682
+ "VTreeview/selected": {
10683
+ "type": "unknown[]\n",
10684
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
10685
+ },
10686
+ "VTreeview/border": {
10687
+ "type": "string | number | boolean\n",
10688
+ "description": "Applies border styles to component."
10689
+ },
10690
+ "VTreeview/density": {
10691
+ "type": "'default' | 'comfortable' | 'compact'\n",
10692
+ "description": "Adjusts the vertical height used by the component."
10693
+ },
10694
+ "VTreeview/height": {
10695
+ "type": "string | number\n",
10696
+ "description": "Sets the height for the component."
10697
+ },
10698
+ "VTreeview/max-height": {
10699
+ "type": "string | number\n",
10700
+ "description": "Sets the maximum height for the component."
10701
+ },
10702
+ "VTreeview/max-width": {
10703
+ "type": "string | number\n",
10704
+ "description": "Sets the maximum width for the component."
10705
+ },
10706
+ "VTreeview/min-height": {
10707
+ "type": "string | number\n",
10708
+ "description": "Sets the minimum height for the component."
10709
+ },
10710
+ "VTreeview/min-width": {
10711
+ "type": "string | number\n",
10712
+ "description": "Sets the minimum width for the component."
10713
+ },
10714
+ "VTreeview/width": {
10715
+ "type": "string | number\n",
10716
+ "description": "Sets the width for the component."
10717
+ },
10718
+ "VTreeview/elevation": {
10719
+ "type": "string | number\n",
10720
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10721
+ },
10722
+ "VTreeview/item-type": {
10723
+ "type": "string\n",
10724
+ "description": "Designates the key on the supplied items that is used for determining the nodes type."
10725
+ },
10726
+ "VTreeview/item-title": {
10727
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
10728
+ "description": "Property on supplied `items` that contains its title."
10729
+ },
10730
+ "VTreeview/item-value": {
10731
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
10732
+ "description": "Property on supplied `items` that contains its value."
10733
+ },
10734
+ "VTreeview/item-children": {
10735
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
10736
+ "description": "Property on supplied `items` that contains its children."
10737
+ },
10738
+ "VTreeview/item-props": {
10739
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
10740
+ "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."
10741
+ },
10742
+ "VTreeview/return-object": {
10743
+ "type": "boolean\n",
10744
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
10745
+ },
10746
+ "VTreeview/value-comparator": {
10747
+ "type": "(a: any, b: any) => boolean\n",
10748
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
10749
+ },
10750
+ "VTreeview/rounded": {
10751
+ "type": "string | number | boolean\n",
10752
+ "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."
10753
+ },
10754
+ "VTreeview/tile": {
10755
+ "type": "boolean\n",
10756
+ "description": "Removes any applied **border-radius** from the component."
10757
+ },
10758
+ "VTreeview/tag": {
10759
+ "type": "string\n",
10760
+ "description": "Specify a custom tag used on the root element."
10761
+ },
10762
+ "VTreeview/theme": {
10763
+ "type": "string\n",
10764
+ "description": "Specify a theme for this component and all of its children."
10765
+ },
10766
+ "VTreeview/color": {
10767
+ "type": "string\n",
10768
+ "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)."
10769
+ },
10770
+ "VTreeview/variant": {
10771
+ "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
10772
+ "description": "Applies a distinct style to the component."
10773
+ },
10774
+ "VTreeviewGroup/active-color": {
10775
+ "type": "string\n",
10776
+ "description": "The applied color when the component is in an active state."
10777
+ },
10778
+ "VTreeviewGroup/base-color": {
10779
+ "type": "string\n",
10780
+ "description": "Sets the color of component when not focused."
10781
+ },
10782
+ "VTreeviewGroup/color": {
10783
+ "type": "string\n",
10784
+ "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)."
10785
+ },
10786
+ "VTreeviewGroup/collapse-icon": {
10787
+ "type": "any\n",
10788
+ "description": "Icon to display when the list item is expanded."
10789
+ },
10790
+ "VTreeviewGroup/expand-icon": {
10791
+ "type": "any\n",
10792
+ "description": "Icon to display when the list item is collapsed."
10793
+ },
10794
+ "VTreeviewGroup/prepend-icon": {
10795
+ "type": "any\n",
10796
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
10797
+ },
10798
+ "VTreeviewGroup/append-icon": {
10799
+ "type": "any\n",
10800
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
10801
+ },
10802
+ "VTreeviewGroup/fluid": {
10803
+ "type": "boolean\n",
10804
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
10805
+ },
10806
+ "VTreeviewGroup/title": {
10807
+ "type": "string\n",
10808
+ "description": "Specify a title text for the component."
10809
+ },
10810
+ "VTreeviewGroup/value": {
10811
+ "type": "any\n",
10812
+ "description": "Expands / Collapse the list-group."
10813
+ },
10814
+ "VTreeviewGroup/tag": {
10815
+ "type": "string\n",
10816
+ "description": "Specify a custom tag used on the root element."
10817
+ },
10818
+ "VTreeviewItem/title": {
10819
+ "type": "string | number\n",
10820
+ "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."
10821
+ },
10822
+ "VTreeviewItem/subtitle": {
10823
+ "type": "string | number\n",
10824
+ "description": "Specify a subtitle text for the component."
10825
+ },
10826
+ "VTreeviewItem/loading": {
10827
+ "type": "boolean\n",
10828
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))"
10829
+ },
10830
+ "VTreeviewItem/toggle-icon": {
10831
+ "type": "any\n",
10832
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))"
10833
+ },
10834
+ "VTreeviewItem/active": {
10835
+ "type": "boolean\n",
10836
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
10837
+ },
10838
+ "VTreeviewItem/active-class": {
10839
+ "type": "string\n",
10840
+ "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."
10841
+ },
10842
+ "VTreeviewItem/active-color": {
10843
+ "type": "string\n",
10844
+ "description": "The applied color when the component is in an active state."
10845
+ },
10846
+ "VTreeviewItem/append-avatar": {
10847
+ "type": "string\n",
10848
+ "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
10849
+ },
10850
+ "VTreeviewItem/append-icon": {
10851
+ "type": "any\n",
10852
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
10853
+ },
10854
+ "VTreeviewItem/base-color": {
10855
+ "type": "string\n",
10856
+ "description": "Sets the color of component when not focused."
10857
+ },
10858
+ "VTreeviewItem/disabled": {
10859
+ "type": "boolean\n",
10860
+ "description": "Removes the ability to click or target the component."
10861
+ },
10862
+ "VTreeviewItem/link": {
10863
+ "type": "boolean\n",
10864
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
10865
+ },
10866
+ "VTreeviewItem/nav": {
10867
+ "type": "boolean\n",
10868
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
10869
+ },
10870
+ "VTreeviewItem/prepend-avatar": {
10871
+ "type": "string\n",
10872
+ "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
10873
+ },
10874
+ "VTreeviewItem/prepend-icon": {
10875
+ "type": "any\n",
10876
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
10877
+ },
10878
+ "VTreeviewItem/ripple": {
10879
+ "type": "boolean | { class: string }\n",
10880
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
10881
+ },
10882
+ "VTreeviewItem/value": {
10883
+ "type": "any\n",
10884
+ "description": "The value used for selection."
10885
+ },
10886
+ "VTreeviewItem/slim": {
10887
+ "type": "boolean\n",
10888
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
10889
+ },
10890
+ "VTreeviewItem/border": {
10891
+ "type": "string | number | boolean\n",
10892
+ "description": "Applies border styles to component."
10893
+ },
10894
+ "VTreeviewItem/density": {
10895
+ "type": "'default' | 'comfortable' | 'compact'\n",
10896
+ "description": "Adjusts the vertical height used by the component."
10897
+ },
10898
+ "VTreeviewItem/height": {
10899
+ "type": "string | number\n",
10900
+ "description": "Sets the height for the component."
10901
+ },
10902
+ "VTreeviewItem/max-height": {
10903
+ "type": "string | number\n",
10904
+ "description": "Sets the maximum height for the component."
10905
+ },
10906
+ "VTreeviewItem/max-width": {
10907
+ "type": "string | number\n",
10908
+ "description": "Sets the maximum width for the component."
10909
+ },
10910
+ "VTreeviewItem/min-height": {
10911
+ "type": "string | number\n",
10912
+ "description": "Sets the minimum height for the component."
10913
+ },
10914
+ "VTreeviewItem/min-width": {
10915
+ "type": "string | number\n",
10916
+ "description": "Sets the minimum width for the component."
10917
+ },
10918
+ "VTreeviewItem/width": {
10919
+ "type": "string | number\n",
10920
+ "description": "Sets the width for the component."
10921
+ },
10922
+ "VTreeviewItem/elevation": {
10923
+ "type": "string | number\n",
10924
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10925
+ },
10926
+ "VTreeviewItem/rounded": {
10927
+ "type": "string | number | boolean\n",
10928
+ "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
10929
+ },
10930
+ "VTreeviewItem/tile": {
10931
+ "type": "boolean\n",
10932
+ "description": "Removes any applied **border-radius** from the component."
10933
+ },
10934
+ "VTreeviewItem/href": {
10935
+ "type": "string\n",
10936
+ "description": "Designates the component as anchor and applies the **href** attribute."
10937
+ },
10938
+ "VTreeviewItem/replace": {
10939
+ "type": "boolean\n",
10940
+ "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."
10941
+ },
10942
+ "VTreeviewItem/exact": {
10943
+ "type": "boolean\n",
10944
+ "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."
10945
+ },
10946
+ "VTreeviewItem/to": {
10947
+ "type": "RouteLocationRaw\n",
10948
+ "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."
10949
+ },
10950
+ "VTreeviewItem/tag": {
10951
+ "type": "string\n",
10952
+ "description": "Specify a custom tag used on the root element."
10953
+ },
10954
+ "VTreeviewItem/theme": {
10955
+ "type": "string\n",
10956
+ "description": "Specify a theme for this component and all of its children."
10957
+ },
10958
+ "VTreeviewItem/color": {
10959
+ "type": "string\n",
10960
+ "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),"
10961
+ },
10962
+ "VTreeviewItem/variant": {
10963
+ "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
10964
+ "description": "Applies a distinct style to the component."
10965
+ },
10966
+ "VTreeviewItem/lines": {
10967
+ "type": "'one' | 'two' | 'three'\n",
10968
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
10969
+ },
10558
10970
  "VValidation/disabled": {
10559
10971
  "type": "boolean\n",
10560
10972
  "description": "Removes the ability to click or target the component."
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VPicker": {
4
- "from": "labs/VPicker/index.mjs",
5
- "styles": []
6
- },
7
- "VPickerTitle": {
8
- "from": "labs/VPicker/index.mjs",
9
- "styles": []
10
- },
11
3
  "VCalendar": {
12
4
  "from": "labs/VCalendar/index.mjs",
13
5
  "styles": []
@@ -40,6 +32,14 @@
40
32
  "from": "labs/VFab/index.mjs",
41
33
  "styles": []
42
34
  },
35
+ "VPicker": {
36
+ "from": "labs/VPicker/index.mjs",
37
+ "styles": []
38
+ },
39
+ "VPickerTitle": {
40
+ "from": "labs/VPicker/index.mjs",
41
+ "styles": []
42
+ },
43
43
  "VConfirmEdit": {
44
44
  "from": "labs/VConfirmEdit/index.mjs",
45
45
  "styles": []
@@ -51,6 +51,18 @@
51
51
  "VSpeedDial": {
52
52
  "from": "labs/VSpeedDial/index.mjs",
53
53
  "styles": []
54
+ },
55
+ "VTreeview": {
56
+ "from": "labs/VTreeview/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VTreeviewItem": {
60
+ "from": "labs/VTreeview/index.mjs",
61
+ "styles": []
62
+ },
63
+ "VTreeviewGroup": {
64
+ "from": "labs/VTreeview/index.mjs",
65
+ "styles": []
54
66
  }
55
67
  }
56
68
  }