@vuetify/nightly 3.8.10-master.2025-06-18 → 3.8.10-master.2025-06-19

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.
@@ -7471,30 +7471,18 @@
7471
7471
  "type": "string\n",
7472
7472
  "description": "Specify a custom tag used on the root element."
7473
7473
  },
7474
- "VLabel/text": {
7475
- "type": "string\n",
7476
- "description": "Specify content text for the component."
7477
- },
7478
7474
  "VLabel/theme": {
7479
7475
  "type": "string\n",
7480
7476
  "description": "Specify a theme for this component and all of its children."
7481
7477
  },
7478
+ "VLabel/text": {
7479
+ "type": "string\n",
7480
+ "description": "Specify content text for the component."
7481
+ },
7482
7482
  "VLayout/height": {
7483
7483
  "type": "string | number\n",
7484
7484
  "description": "Sets the height for the component."
7485
7485
  },
7486
- "VLayout/width": {
7487
- "type": "string | number\n",
7488
- "description": "Sets the width for the component."
7489
- },
7490
- "VLayout/full-height": {
7491
- "type": "boolean\n",
7492
- "description": "Sets the component height to 100%."
7493
- },
7494
- "VLayout/overlaps": {
7495
- "type": "string[]\n",
7496
- "description": "**FOR INTERNAL USE ONLY**"
7497
- },
7498
7486
  "VLayout/max-height": {
7499
7487
  "type": "string | number\n",
7500
7488
  "description": "Sets the maximum height for the component."
@@ -7511,17 +7499,17 @@
7511
7499
  "type": "string | number\n",
7512
7500
  "description": "Sets the minimum width for the component."
7513
7501
  },
7514
- "VLayoutItem/model-value": {
7515
- "type": "boolean\n",
7516
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7517
- },
7518
- "VLayoutItem/position": {
7519
- "type": "'top' | 'bottom' | 'left' | 'right'\n",
7520
- "description": "The position of the item."
7502
+ "VLayout/width": {
7503
+ "type": "string | number\n",
7504
+ "description": "Sets the width for the component."
7521
7505
  },
7522
- "VLayoutItem/absolute": {
7506
+ "VLayout/full-height": {
7523
7507
  "type": "boolean\n",
7524
- "description": "Applies **position: absolute** to the component."
7508
+ "description": "Sets the component height to 100%."
7509
+ },
7510
+ "VLayout/overlaps": {
7511
+ "type": "string[]\n",
7512
+ "description": "**FOR INTERNAL USE ONLY**"
7525
7513
  },
7526
7514
  "VLayoutItem/name": {
7527
7515
  "type": "string\n",
@@ -7531,6 +7519,18 @@
7531
7519
  "type": "string | number\n",
7532
7520
  "description": "Sets the height and width of the component."
7533
7521
  },
7522
+ "VLayoutItem/position": {
7523
+ "type": "'top' | 'left' | 'right' | 'bottom'\n",
7524
+ "description": "The position of the item."
7525
+ },
7526
+ "VLayoutItem/absolute": {
7527
+ "type": "boolean\n",
7528
+ "description": "Applies **position: absolute** to the component."
7529
+ },
7530
+ "VLayoutItem/model-value": {
7531
+ "type": "boolean\n",
7532
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7533
+ },
7534
7534
  "VLayoutItem/order": {
7535
7535
  "type": "string | number\n",
7536
7536
  "description": "Adjust the order of the component in relation to its registration order."
@@ -7583,50 +7583,6 @@
7583
7583
  "type": "string | (new () => any) | FunctionalComponent\n",
7584
7584
  "description": "Specify a custom tag used on the root element."
7585
7585
  },
7586
- "VList/tag": {
7587
- "type": "string | (new () => any) | FunctionalComponent\n",
7588
- "description": "Specify a custom tag used on the root element."
7589
- },
7590
- "VList/nav": {
7591
- "type": "boolean\n",
7592
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7593
- },
7594
- "VList/activated": {
7595
- "type": "any\n",
7596
- "description": "Array of ids of activated nodes."
7597
- },
7598
- "VList/disabled": {
7599
- "type": "boolean\n",
7600
- "description": "Puts all children inputs into a disabled state."
7601
- },
7602
- "VList/height": {
7603
- "type": "string | number\n",
7604
- "description": "Sets the height for the component."
7605
- },
7606
- "VList/width": {
7607
- "type": "string | number\n",
7608
- "description": "Sets the width for the component."
7609
- },
7610
- "VList/theme": {
7611
- "type": "string\n",
7612
- "description": "Specify a theme for this component and all of its children."
7613
- },
7614
- "VList/items": {
7615
- "type": "any[]\n",
7616
- "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7617
- },
7618
- "VList/active-color": {
7619
- "type": "string\n",
7620
- "description": "Deprecated, use `color` instead."
7621
- },
7622
- "VList/base-color": {
7623
- "type": "string\n",
7624
- "description": "Sets the color of component when not focused."
7625
- },
7626
- "VList/slim": {
7627
- "type": "boolean\n",
7628
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7629
- },
7630
7586
  "VList/border": {
7631
7587
  "type": "string | number | boolean\n",
7632
7588
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
@@ -7635,6 +7591,10 @@
7635
7591
  "type": "'default' | 'comfortable' | 'compact'\n",
7636
7592
  "description": "Adjusts the vertical height used by the component."
7637
7593
  },
7594
+ "VList/height": {
7595
+ "type": "string | number\n",
7596
+ "description": "Sets the height for the component."
7597
+ },
7638
7598
  "VList/max-height": {
7639
7599
  "type": "string | number\n",
7640
7600
  "description": "Sets the maximum height for the component."
@@ -7651,6 +7611,10 @@
7651
7611
  "type": "string | number\n",
7652
7612
  "description": "Sets the minimum width for the component."
7653
7613
  },
7614
+ "VList/width": {
7615
+ "type": "string | number\n",
7616
+ "description": "Sets the width for the component."
7617
+ },
7654
7618
  "VList/elevation": {
7655
7619
  "type": "string | number\n",
7656
7620
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -7663,37 +7627,45 @@
7663
7627
  "type": "boolean\n",
7664
7628
  "description": "Removes any applied **border-radius** from the component."
7665
7629
  },
7630
+ "VList/tag": {
7631
+ "type": "string | (new () => any) | FunctionalComponent\n",
7632
+ "description": "Specify a custom tag used on the root element."
7633
+ },
7634
+ "VList/theme": {
7635
+ "type": "string\n",
7636
+ "description": "Specify a theme for this component and all of its children."
7637
+ },
7666
7638
  "VList/color": {
7667
7639
  "type": "string\n",
7668
7640
  "description": "Applies specified color to the control - 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)."
7669
7641
  },
7670
7642
  "VList/variant": {
7671
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7643
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7672
7644
  "description": "Applies a distinct style to the component."
7673
7645
  },
7674
- "VList/bg-color": {
7675
- "type": "string\n",
7676
- "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)."
7677
- },
7678
- "VList/lines": {
7679
- "type": "false | 'one' | 'two' | 'three'\n",
7680
- "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."
7646
+ "VList/activated": {
7647
+ "type": "any\n",
7648
+ "description": "Array of ids of activated nodes."
7681
7649
  },
7682
- "VList/mandatory": {
7650
+ "VList/disabled": {
7683
7651
  "type": "boolean\n",
7684
- "description": "Forces at least one item to always be selected (if available)."
7652
+ "description": "Puts all children inputs into a disabled state."
7653
+ },
7654
+ "VList/base-color": {
7655
+ "type": "string\n",
7656
+ "description": "Sets the color of component when not focused."
7657
+ },
7658
+ "VList/active-color": {
7659
+ "type": "string\n",
7660
+ "description": "Deprecated, use `color` instead."
7685
7661
  },
7686
7662
  "VList/active-class": {
7687
7663
  "type": "string\n",
7688
7664
  "description": "The class applied to the component when it is in an active state."
7689
7665
  },
7690
- "VList/selected": {
7691
- "type": "unknown\n",
7692
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7693
- },
7694
- "VList/value-comparator": {
7695
- "type": "(a: any, b: any) => boolean\n",
7696
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7666
+ "VList/bg-color": {
7667
+ "type": "string\n",
7668
+ "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)."
7697
7669
  },
7698
7670
  "VList/expand-icon": {
7699
7671
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7703,6 +7675,18 @@
7703
7675
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7704
7676
  "description": "Icon to display when the list item is expanded."
7705
7677
  },
7678
+ "VList/lines": {
7679
+ "type": "false | 'one' | 'two' | 'three'\n",
7680
+ "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."
7681
+ },
7682
+ "VList/slim": {
7683
+ "type": "boolean\n",
7684
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7685
+ },
7686
+ "VList/nav": {
7687
+ "type": "boolean\n",
7688
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7689
+ },
7706
7690
  "VList/activatable": {
7707
7691
  "type": "boolean\n",
7708
7692
  "description": "Designates whether the list items are activatable."
@@ -7715,6 +7699,14 @@
7715
7699
  "type": "unknown\n",
7716
7700
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
7717
7701
  },
7702
+ "VList/selected": {
7703
+ "type": "unknown\n",
7704
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7705
+ },
7706
+ "VList/mandatory": {
7707
+ "type": "boolean\n",
7708
+ "description": "Forces at least one item to always be selected (if available)."
7709
+ },
7718
7710
  "VList/active-strategy": {
7719
7711
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
7720
7712
  "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."
@@ -7731,6 +7723,10 @@
7731
7723
  "type": "string\n",
7732
7724
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
7733
7725
  },
7726
+ "VList/items": {
7727
+ "type": "any[]\n",
7728
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7729
+ },
7734
7730
  "VList/item-title": {
7735
7731
  "type": "SelectItemKey<any>\n",
7736
7732
  "description": "Property on supplied `items` that contains its title."
@@ -7751,29 +7747,41 @@
7751
7747
  "type": "boolean\n",
7752
7748
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7753
7749
  },
7754
- "VListGroup/title": {
7755
- "type": "string\n",
7756
- "description": "Specify a title text for the component."
7750
+ "VList/value-comparator": {
7751
+ "type": "(a: any, b: any) => boolean\n",
7752
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7757
7753
  },
7758
7754
  "VListGroup/tag": {
7759
7755
  "type": "string | (new () => any) | FunctionalComponent\n",
7760
7756
  "description": "Specify a custom tag used on the root element."
7761
7757
  },
7762
- "VListGroup/color": {
7758
+ "VListGroup/title": {
7763
7759
  "type": "string\n",
7764
- "description": "Applies specified color to the control - 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)."
7760
+ "description": "Specify a title text for the component."
7765
7761
  },
7766
7762
  "VListGroup/value": {
7767
7763
  "type": "any\n",
7768
7764
  "description": "Expands / Collapse the list-group."
7769
7765
  },
7766
+ "VListGroup/active-color": {
7767
+ "type": "string\n",
7768
+ "description": "Deprecated, use `color` instead."
7769
+ },
7770
7770
  "VListGroup/base-color": {
7771
7771
  "type": "string\n",
7772
7772
  "description": "Sets the color of component when not focused."
7773
7773
  },
7774
- "VListGroup/active-color": {
7774
+ "VListGroup/prepend-icon": {
7775
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7776
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7777
+ },
7778
+ "VListGroup/append-icon": {
7779
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7780
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7781
+ },
7782
+ "VListGroup/color": {
7775
7783
  "type": "string\n",
7776
- "description": "Deprecated, use `color` instead."
7784
+ "description": "Applies specified color to the control - 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)."
7777
7785
  },
7778
7786
  "VListGroup/expand-icon": {
7779
7787
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -7783,22 +7791,14 @@
7783
7791
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7784
7792
  "description": "Icon to display when the list item is expanded."
7785
7793
  },
7786
- "VListGroup/append-icon": {
7787
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7788
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7789
- },
7790
- "VListGroup/prepend-icon": {
7791
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7792
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7794
+ "VListGroup/raw-id": {
7795
+ "type": "string | number\n",
7796
+ "description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
7793
7797
  },
7794
7798
  "VListGroup/fluid": {
7795
7799
  "type": "boolean\n",
7796
7800
  "description": "Removes the left padding assigned for action icons from group items."
7797
7801
  },
7798
- "VListGroup/raw-id": {
7799
- "type": "string | number\n",
7800
- "description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
7801
- },
7802
7802
  "VListGroup/subgroup": {
7803
7803
  "type": "boolean\n",
7804
7804
  "description": "Designate the component as nested list group."
@@ -7807,6 +7807,10 @@
7807
7807
  "type": "string\n",
7808
7808
  "description": "Specify a custom tag used on the root element."
7809
7809
  },
7810
+ "VListItem/title": {
7811
+ "type": "string | number | boolean\n",
7812
+ "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."
7813
+ },
7810
7814
  "VListItem/replace": {
7811
7815
  "type": "boolean\n",
7812
7816
  "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."
@@ -7815,93 +7819,41 @@
7815
7819
  "type": "boolean\n",
7816
7820
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7817
7821
  },
7818
- "VListItem/tag": {
7819
- "type": "string | (new () => any) | FunctionalComponent\n",
7820
- "description": "Specify a custom tag used on the root element."
7821
- },
7822
- "VListItem/nav": {
7823
- "type": "boolean\n",
7824
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7825
- },
7826
- "VListItem/title": {
7822
+ "VListItem/border": {
7827
7823
  "type": "string | number | boolean\n",
7828
- "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."
7824
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
7829
7825
  },
7830
- "VListItem/disabled": {
7831
- "type": "boolean\n",
7832
- "description": "Removes the ability to click or target the component."
7826
+ "VListItem/density": {
7827
+ "type": "'default' | 'comfortable' | 'compact'\n",
7828
+ "description": "Adjusts the vertical height used by the component."
7833
7829
  },
7834
7830
  "VListItem/height": {
7835
7831
  "type": "string | number\n",
7836
7832
  "description": "Sets the height for the component."
7837
7833
  },
7838
- "VListItem/value": {
7839
- "type": "any\n",
7840
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7834
+ "VListItem/max-height": {
7835
+ "type": "string | number\n",
7836
+ "description": "Sets the maximum height for the component."
7837
+ },
7838
+ "VListItem/max-width": {
7839
+ "type": "string | number\n",
7840
+ "description": "Sets the maximum width for the component."
7841
+ },
7842
+ "VListItem/min-height": {
7843
+ "type": "string | number\n",
7844
+ "description": "Sets the minimum height for the component."
7845
+ },
7846
+ "VListItem/min-width": {
7847
+ "type": "string | number\n",
7848
+ "description": "Sets the minimum width for the component."
7841
7849
  },
7842
7850
  "VListItem/width": {
7843
7851
  "type": "string | number\n",
7844
7852
  "description": "Sets the width for the component."
7845
7853
  },
7846
- "VListItem/theme": {
7847
- "type": "string\n",
7848
- "description": "Specify a theme for this component and all of its children."
7849
- },
7850
- "VListItem/active": {
7851
- "type": "boolean\n",
7852
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7853
- },
7854
- "VListItem/active-color": {
7855
- "type": "string\n",
7856
- "description": "Deprecated, use `color` instead."
7857
- },
7858
- "VListItem/base-color": {
7859
- "type": "string\n",
7860
- "description": "Sets the color of component when not focused."
7861
- },
7862
- "VListItem/prepend-icon": {
7863
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7864
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7865
- },
7866
- "VListItem/append-icon": {
7867
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7868
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7869
- },
7870
- "VListItem/slim": {
7871
- "type": "boolean\n",
7872
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7873
- },
7874
- "VListItem/ripple": {
7875
- "type": "boolean | { class: string }\n",
7876
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7877
- },
7878
- "VListItem/border": {
7879
- "type": "string | number | boolean\n",
7880
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
7881
- },
7882
- "VListItem/density": {
7883
- "type": "'default' | 'comfortable' | 'compact'\n",
7884
- "description": "Adjusts the vertical height used by the component."
7885
- },
7886
- "VListItem/max-height": {
7887
- "type": "string | number\n",
7888
- "description": "Sets the maximum height for the component."
7889
- },
7890
- "VListItem/max-width": {
7891
- "type": "string | number\n",
7892
- "description": "Sets the maximum width for the component."
7893
- },
7894
- "VListItem/min-height": {
7895
- "type": "string | number\n",
7896
- "description": "Sets the minimum height for the component."
7897
- },
7898
- "VListItem/min-width": {
7899
- "type": "string | number\n",
7900
- "description": "Sets the minimum width for the component."
7901
- },
7902
- "VListItem/elevation": {
7903
- "type": "string | number\n",
7904
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7854
+ "VListItem/elevation": {
7855
+ "type": "string | number\n",
7856
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7905
7857
  },
7906
7858
  "VListItem/rounded": {
7907
7859
  "type": "string | number | boolean\n",
@@ -7911,37 +7863,73 @@
7911
7863
  "type": "boolean\n",
7912
7864
  "description": "Removes any applied **border-radius** from the component."
7913
7865
  },
7914
- "VListItem/href": {
7866
+ "VListItem/tag": {
7867
+ "type": "string | (new () => any) | FunctionalComponent\n",
7868
+ "description": "Specify a custom tag used on the root element."
7869
+ },
7870
+ "VListItem/theme": {
7915
7871
  "type": "string\n",
7916
- "description": "Designates the component as anchor and applies the **href** attribute."
7872
+ "description": "Specify a theme for this component and all of its children."
7873
+ },
7874
+ "VListItem/color": {
7875
+ "type": "string\n",
7876
+ "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 (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
7877
+ },
7878
+ "VListItem/variant": {
7879
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7880
+ "description": "Applies a distinct style to the component."
7881
+ },
7882
+ "VListItem/disabled": {
7883
+ "type": "boolean\n",
7884
+ "description": "Removes the ability to click or target the component."
7885
+ },
7886
+ "VListItem/value": {
7887
+ "type": "any\n",
7888
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7917
7889
  },
7918
7890
  "VListItem/exact": {
7919
7891
  "type": "boolean\n",
7920
7892
  "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."
7921
7893
  },
7922
- "VListItem/to": {
7923
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7924
- "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."
7894
+ "VListItem/subtitle": {
7895
+ "type": "string | number | boolean\n",
7896
+ "description": "Specify a subtitle text for the component."
7925
7897
  },
7926
- "VListItem/color": {
7898
+ "VListItem/base-color": {
7927
7899
  "type": "string\n",
7928
- "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 (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
7900
+ "description": "Sets the color of component when not focused."
7929
7901
  },
7930
- "VListItem/variant": {
7931
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7932
- "description": "Applies a distinct style to the component."
7902
+ "VListItem/active-color": {
7903
+ "type": "string\n",
7904
+ "description": "Deprecated, use `color` instead."
7905
+ },
7906
+ "VListItem/active-class": {
7907
+ "type": "string\n",
7908
+ "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."
7933
7909
  },
7934
7910
  "VListItem/lines": {
7935
7911
  "type": "false | 'one' | 'two' | 'three'\n",
7936
7912
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7937
7913
  },
7938
- "VListItem/active-class": {
7939
- "type": "string\n",
7940
- "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."
7914
+ "VListItem/slim": {
7915
+ "type": "boolean\n",
7916
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7941
7917
  },
7942
- "VListItem/subtitle": {
7943
- "type": "string | number | boolean\n",
7944
- "description": "Specify a subtitle text for the component."
7918
+ "VListItem/nav": {
7919
+ "type": "boolean\n",
7920
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7921
+ },
7922
+ "VListItem/append-icon": {
7923
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7924
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7925
+ },
7926
+ "VListItem/prepend-icon": {
7927
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7928
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7929
+ },
7930
+ "VListItem/active": {
7931
+ "type": "boolean\n",
7932
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7945
7933
  },
7946
7934
  "VListItem/append-avatar": {
7947
7935
  "type": "string\n",
@@ -7951,30 +7939,42 @@
7951
7939
  "type": "string\n",
7952
7940
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7953
7941
  },
7954
- "VListItemAction/end": {
7955
- "type": "boolean\n",
7956
- "description": "Applies margin at the start of the component."
7942
+ "VListItem/ripple": {
7943
+ "type": "boolean | { class: string }\n",
7944
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7957
7945
  },
7958
- "VListItemAction/start": {
7959
- "type": "boolean\n",
7960
- "description": "Applies margin at the end of the component."
7946
+ "VListItem/href": {
7947
+ "type": "string\n",
7948
+ "description": "Designates the component as anchor and applies the **href** attribute."
7949
+ },
7950
+ "VListItem/to": {
7951
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7952
+ "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."
7961
7953
  },
7962
7954
  "VListItemAction/tag": {
7963
7955
  "type": "string | (new () => any) | FunctionalComponent\n",
7964
7956
  "description": "Specify a custom tag used on the root element."
7965
7957
  },
7966
- "VListItemMedia/end": {
7958
+ "VListItemAction/start": {
7967
7959
  "type": "boolean\n",
7968
- "description": "Applies margin at the start of the component."
7960
+ "description": "Applies margin at the end of the component."
7969
7961
  },
7970
- "VListItemMedia/start": {
7962
+ "VListItemAction/end": {
7971
7963
  "type": "boolean\n",
7972
- "description": "Applies margin at the end of the component."
7964
+ "description": "Applies margin at the start of the component."
7973
7965
  },
7974
7966
  "VListItemMedia/tag": {
7975
7967
  "type": "string | (new () => any) | FunctionalComponent\n",
7976
7968
  "description": "Specify a custom tag used on the root element."
7977
7969
  },
7970
+ "VListItemMedia/start": {
7971
+ "type": "boolean\n",
7972
+ "description": "Applies margin at the end of the component."
7973
+ },
7974
+ "VListItemMedia/end": {
7975
+ "type": "boolean\n",
7976
+ "description": "Applies margin at the start of the component."
7977
+ },
7978
7978
  "VListItemSubtitle/tag": {
7979
7979
  "type": "string | (new () => any) | FunctionalComponent\n",
7980
7980
  "description": "Specify a custom tag used on the root element."
@@ -7987,6 +7987,10 @@
7987
7987
  "type": "string\n",
7988
7988
  "description": "Specify a custom tag used on the root element."
7989
7989
  },
7990
+ "VListSubheader/tag": {
7991
+ "type": "string | (new () => any) | FunctionalComponent\n",
7992
+ "description": "Specify a custom tag used on the root element."
7993
+ },
7990
7994
  "VListSubheader/title": {
7991
7995
  "type": "string\n",
7992
7996
  "description": "Specify a title text for the component."
@@ -7995,10 +7999,6 @@
7995
7999
  "type": "boolean\n",
7996
8000
  "description": "Sticks the header to the top of the table."
7997
8001
  },
7998
- "VListSubheader/tag": {
7999
- "type": "string | (new () => any) | FunctionalComponent\n",
8000
- "description": "Specify a custom tag used on the root element."
8001
- },
8002
8002
  "VListSubheader/color": {
8003
8003
  "type": "string\n",
8004
8004
  "description": "Applies specified color to the control - 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)."
@@ -8023,10 +8023,18 @@
8023
8023
  "type": "boolean\n",
8024
8024
  "description": "Specify a RTL mode."
8025
8025
  },
8026
+ "VMain/tag": {
8027
+ "type": "string | (new () => any) | FunctionalComponent\n",
8028
+ "description": "Specify a custom tag used on the root element."
8029
+ },
8026
8030
  "VMain/height": {
8027
8031
  "type": "string | number\n",
8028
8032
  "description": "Sets the height for the component."
8029
8033
  },
8034
+ "VMain/width": {
8035
+ "type": "string | number\n",
8036
+ "description": "Sets the width for the component."
8037
+ },
8030
8038
  "VMain/max-height": {
8031
8039
  "type": "string | number\n",
8032
8040
  "description": "Sets the maximum height for the component."
@@ -8043,38 +8051,18 @@
8043
8051
  "type": "string | number\n",
8044
8052
  "description": "Sets the minimum width for the component."
8045
8053
  },
8046
- "VMain/width": {
8047
- "type": "string | number\n",
8048
- "description": "Sets the width for the component."
8049
- },
8050
- "VMain/tag": {
8051
- "type": "string | (new () => any) | FunctionalComponent\n",
8052
- "description": "Specify a custom tag used on the root element."
8053
- },
8054
8054
  "VMain/scrollable": {
8055
8055
  "type": "boolean\n",
8056
8056
  "description": "Specify a custom scrollable function."
8057
8057
  },
8058
- "VMenu/disabled": {
8058
+ "VMenu/model-value": {
8059
8059
  "type": "boolean\n",
8060
- "description": "Removes the ability to click or target the component."
8060
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8061
8061
  },
8062
8062
  "VMenu/height": {
8063
8063
  "type": "string | number\n",
8064
8064
  "description": "Sets the height for the component."
8065
8065
  },
8066
- "VMenu/width": {
8067
- "type": "string | number\n",
8068
- "description": "Sets the width for the component."
8069
- },
8070
- "VMenu/id": {
8071
- "type": "string\n",
8072
- "description": "The unique identifier of the component."
8073
- },
8074
- "VMenu/theme": {
8075
- "type": "string\n",
8076
- "description": "Specify a theme for this component and all of its children."
8077
- },
8078
8066
  "VMenu/max-height": {
8079
8067
  "type": "string | number\n",
8080
8068
  "description": "Sets the maximum height for the component."
@@ -8091,22 +8079,38 @@
8091
8079
  "type": "string | number\n",
8092
8080
  "description": "Sets the minimum width for the component. Use `auto` to use the activator width."
8093
8081
  },
8082
+ "VMenu/width": {
8083
+ "type": "string | number\n",
8084
+ "description": "Sets the width for the component."
8085
+ },
8094
8086
  "VMenu/location": {
8095
8087
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
8096
8088
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
8097
8089
  },
8098
- "VMenu/model-value": {
8090
+ "VMenu/theme": {
8091
+ "type": "string\n",
8092
+ "description": "Specify a theme for this component and all of its children."
8093
+ },
8094
+ "VMenu/disabled": {
8099
8095
  "type": "boolean\n",
8100
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8096
+ "description": "Removes the ability to click or target the component."
8101
8097
  },
8102
- "VMenu/transition": {
8103
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
8104
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
8098
+ "VMenu/id": {
8099
+ "type": "string\n",
8100
+ "description": "The unique identifier of the component."
8101
+ },
8102
+ "VMenu/eager": {
8103
+ "type": "boolean\n",
8104
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
8105
8105
  },
8106
8106
  "VMenu/activator": {
8107
8107
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
8108
8108
  "description": "Explicitly sets the overlay's activator."
8109
8109
  },
8110
+ "VMenu/submenu": {
8111
+ "type": "boolean\n",
8112
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
8113
+ },
8110
8114
  "VMenu/close-on-back": {
8111
8115
  "type": "boolean\n",
8112
8116
  "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."
@@ -8175,10 +8179,6 @@
8175
8179
  "type": "string | number\n",
8176
8180
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
8177
8181
  },
8178
- "VMenu/eager": {
8179
- "type": "boolean\n",
8180
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
8181
- },
8182
8182
  "VMenu/location-strategy": {
8183
8183
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
8184
8184
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -8192,16 +8192,20 @@
8192
8192
  "description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
8193
8193
  },
8194
8194
  "VMenu/scroll-strategy": {
8195
- "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
8195
+ "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
8196
8196
  "description": "Strategy used when the component is activate and user scrolls."
8197
8197
  },
8198
+ "VMenu/transition": {
8199
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
8200
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
8201
+ },
8198
8202
  "VMenu/attach": {
8199
8203
  "type": "string | boolean | Element\n",
8200
8204
  "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. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
8201
8205
  },
8202
- "VMenu/submenu": {
8206
+ "VMessages/active": {
8203
8207
  "type": "boolean\n",
8204
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
8208
+ "description": "Determines whether the messages are visible or not."
8205
8209
  },
8206
8210
  "VMessages/color": {
8207
8211
  "type": "string\n",
@@ -8215,28 +8219,32 @@
8215
8219
  "type": "string | string[]\n",
8216
8220
  "description": "Displays a list of messages or a single message if using a string."
8217
8221
  },
8218
- "VMessages/active": {
8219
- "type": "boolean\n",
8220
- "description": "Determines whether the messages are visible or not."
8221
- },
8222
- "VNavigationDrawer/border": {
8223
- "type": "string | number | boolean\n",
8224
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
8222
+ "VNavigationDrawer/tag": {
8223
+ "type": "string | (new () => any) | FunctionalComponent\n",
8224
+ "description": "Specify a custom tag used on the root element."
8225
8225
  },
8226
- "VNavigationDrawer/model-value": {
8227
- "type": "boolean\n",
8228
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8226
+ "VNavigationDrawer/name": {
8227
+ "type": "string\n",
8228
+ "description": "Assign a specific name for layout registration."
8229
8229
  },
8230
8230
  "VNavigationDrawer/width": {
8231
8231
  "type": "string | number\n",
8232
8232
  "description": "Sets the width for the component."
8233
8233
  },
8234
- "VNavigationDrawer/elevation": {
8235
- "type": "string | number\n",
8236
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
8234
+ "VNavigationDrawer/theme": {
8235
+ "type": "string\n",
8236
+ "description": "Specify a theme for this component and all of its children."
8237
8237
  },
8238
- "VNavigationDrawer/location": {
8239
- "type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'\n",
8238
+ "VNavigationDrawer/border": {
8239
+ "type": "string | number | boolean\n",
8240
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
8241
+ },
8242
+ "VNavigationDrawer/elevation": {
8243
+ "type": "string | number\n",
8244
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
8245
+ },
8246
+ "VNavigationDrawer/location": {
8247
+ "type": "'top' | 'left' | 'right' | 'bottom' | 'start' | 'end'\n",
8240
8248
  "description": "Controls the edge of the screen the drawer is attached to."
8241
8249
  },
8242
8250
  "VNavigationDrawer/absolute": {
@@ -8255,22 +8263,10 @@
8255
8263
  "type": "boolean\n",
8256
8264
  "description": "Removes any applied **border-radius** from the component."
8257
8265
  },
8258
- "VNavigationDrawer/tag": {
8259
- "type": "string | (new () => any) | FunctionalComponent\n",
8260
- "description": "Specify a custom tag used on the root element."
8261
- },
8262
- "VNavigationDrawer/theme": {
8263
- "type": "string\n",
8264
- "description": "Specify a theme for this component and all of its children."
8265
- },
8266
8266
  "VNavigationDrawer/color": {
8267
8267
  "type": "string\n",
8268
8268
  "description": "Applies specified color to the control - 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)."
8269
8269
  },
8270
- "VNavigationDrawer/name": {
8271
- "type": "string\n",
8272
- "description": "Assign a specific name for layout registration."
8273
- },
8274
8270
  "VNavigationDrawer/image": {
8275
8271
  "type": "string\n",
8276
8272
  "description": "Apply a specific background image to the component."
@@ -8279,6 +8275,18 @@
8279
8275
  "type": "boolean\n",
8280
8276
  "description": "A floating drawer has no visible container (no border-right)."
8281
8277
  },
8278
+ "VNavigationDrawer/model-value": {
8279
+ "type": "boolean\n",
8280
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8281
+ },
8282
+ "VNavigationDrawer/mobile": {
8283
+ "type": "boolean\n",
8284
+ "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
8285
+ },
8286
+ "VNavigationDrawer/mobile-breakpoint": {
8287
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
8288
+ "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
8289
+ },
8282
8290
  "VNavigationDrawer/order": {
8283
8291
  "type": "string | number\n",
8284
8292
  "description": "Adjust the order of the component in relation to its registration order."
@@ -8299,14 +8307,6 @@
8299
8307
  "type": "string | number\n",
8300
8308
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
8301
8309
  },
8302
- "VNavigationDrawer/mobile": {
8303
- "type": "boolean\n",
8304
- "description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
8305
- },
8306
- "VNavigationDrawer/mobile-breakpoint": {
8307
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
8308
- "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
8309
- },
8310
8310
  "VNavigationDrawer/disable-resize-watcher": {
8311
8311
  "type": "boolean\n",
8312
8312
  "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
@@ -9235,6 +9235,10 @@
9235
9235
  "type": "boolean\n",
9236
9236
  "description": "Puts children inputs into a row."
9237
9237
  },
9238
+ "VRadio/ripple": {
9239
+ "type": "boolean | { class: string }\n",
9240
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9241
+ },
9238
9242
  "VRadio/true-value": {
9239
9243
  "type": "any\n",
9240
9244
  "description": "Sets value for truthy state."
@@ -9255,10 +9259,6 @@
9255
9259
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9256
9260
  "description": "The icon used when active."
9257
9261
  },
9258
- "VRadio/ripple": {
9259
- "type": "boolean | { class: string }\n",
9260
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9261
- },
9262
9262
  "VRadioGroup/type": {
9263
9263
  "type": "string\n",
9264
9264
  "description": "Provides the default type for children selection controls."
@@ -9399,6 +9399,10 @@
9399
9399
  "type": "boolean\n",
9400
9400
  "description": "Displays radio buttons in row."
9401
9401
  },
9402
+ "VRadioGroup/ripple": {
9403
+ "type": "boolean | { class: string }\n",
9404
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9405
+ },
9402
9406
  "VRadioGroup/defaults-target": {
9403
9407
  "type": "string\n",
9404
9408
  "description": "The target component to provide defaults values for."
@@ -9411,10 +9415,6 @@
9411
9415
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9412
9416
  "description": "The icon used when active."
9413
9417
  },
9414
- "VRadioGroup/ripple": {
9415
- "type": "boolean | { class: string }\n",
9416
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9417
- },
9418
9418
  "VRangeSlider/model-value": {
9419
9419
  "type": "(string | number)[]\n",
9420
9420
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -11303,26 +11303,14 @@
11303
11303
  "type": "string | number | boolean\n",
11304
11304
  "description": "Number of px to use as a corner radius. `true` defaults to 8, `false` is 0."
11305
11305
  },
11306
- "VSpeedDial/disabled": {
11306
+ "VSpeedDial/model-value": {
11307
11307
  "type": "boolean\n",
11308
- "description": "Removes the ability to click or target the component."
11308
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11309
11309
  },
11310
11310
  "VSpeedDial/height": {
11311
11311
  "type": "string | number\n",
11312
11312
  "description": "Sets the height for the component."
11313
11313
  },
11314
- "VSpeedDial/width": {
11315
- "type": "string | number\n",
11316
- "description": "Sets the width for the component."
11317
- },
11318
- "VSpeedDial/id": {
11319
- "type": "string\n",
11320
- "description": "The unique identifier of the component."
11321
- },
11322
- "VSpeedDial/theme": {
11323
- "type": "string\n",
11324
- "description": "Specify a theme for this component and all of its children."
11325
- },
11326
11314
  "VSpeedDial/max-height": {
11327
11315
  "type": "string | number\n",
11328
11316
  "description": "Sets the maximum height for the component."
@@ -11339,22 +11327,38 @@
11339
11327
  "type": "string | number\n",
11340
11328
  "description": "Sets the minimum width for the component."
11341
11329
  },
11330
+ "VSpeedDial/width": {
11331
+ "type": "string | number\n",
11332
+ "description": "Sets the width for the component."
11333
+ },
11342
11334
  "VSpeedDial/location": {
11343
11335
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11344
11336
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
11345
11337
  },
11346
- "VSpeedDial/model-value": {
11338
+ "VSpeedDial/theme": {
11339
+ "type": "string\n",
11340
+ "description": "Specify a theme for this component and all of its children."
11341
+ },
11342
+ "VSpeedDial/disabled": {
11347
11343
  "type": "boolean\n",
11348
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11344
+ "description": "Removes the ability to click or target the component."
11349
11345
  },
11350
- "VSpeedDial/transition": {
11351
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
11352
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
11346
+ "VSpeedDial/id": {
11347
+ "type": "string\n",
11348
+ "description": "The unique identifier of the component."
11349
+ },
11350
+ "VSpeedDial/eager": {
11351
+ "type": "boolean\n",
11352
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
11353
11353
  },
11354
11354
  "VSpeedDial/activator": {
11355
11355
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
11356
11356
  "description": "Explicitly sets the overlay's activator."
11357
11357
  },
11358
+ "VSpeedDial/submenu": {
11359
+ "type": "boolean\n",
11360
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
11361
+ },
11358
11362
  "VSpeedDial/close-on-back": {
11359
11363
  "type": "boolean\n",
11360
11364
  "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."
@@ -11423,10 +11427,6 @@
11423
11427
  "type": "string | number\n",
11424
11428
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
11425
11429
  },
11426
- "VSpeedDial/eager": {
11427
- "type": "boolean\n",
11428
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
11429
- },
11430
11430
  "VSpeedDial/location-strategy": {
11431
11431
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
11432
11432
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -11440,33 +11440,57 @@
11440
11440
  "description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
11441
11441
  },
11442
11442
  "VSpeedDial/scroll-strategy": {
11443
- "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
11443
+ "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
11444
11444
  "description": "Strategy used when the component is activate and user scrolls."
11445
11445
  },
11446
+ "VSpeedDial/transition": {
11447
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
11448
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
11449
+ },
11446
11450
  "VSpeedDial/attach": {
11447
11451
  "type": "string | boolean | Element\n",
11448
11452
  "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."
11449
11453
  },
11450
- "VSpeedDial/submenu": {
11451
- "type": "boolean\n",
11452
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
11453
- },
11454
11454
  "VStepper/flat": {
11455
11455
  "type": "boolean\n",
11456
11456
  "description": "Removes the stepper's elevation."
11457
11457
  },
11458
- "VStepper/border": {
11459
- "type": "string | number | boolean\n",
11460
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
11458
+ "VStepper/tag": {
11459
+ "type": "string | (new () => any) | FunctionalComponent\n",
11460
+ "description": "Specify a custom tag used on the root element."
11461
11461
  },
11462
- "VStepper/model-value": {
11463
- "type": "any\n",
11464
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11462
+ "VStepper/disabled": {
11463
+ "type": "boolean\n",
11464
+ "description": "Puts all children components into a disabled state."
11465
11465
  },
11466
11466
  "VStepper/height": {
11467
11467
  "type": "string | number\n",
11468
11468
  "description": "Sets the height for the component."
11469
11469
  },
11470
+ "VStepper/max": {
11471
+ "type": "number\n",
11472
+ "description": "Sets a maximum number of selections that can be made."
11473
+ },
11474
+ "VStepper/multiple": {
11475
+ "type": "boolean\n",
11476
+ "description": "Allows one to select multiple items."
11477
+ },
11478
+ "VStepper/width": {
11479
+ "type": "string | number\n",
11480
+ "description": "Sets the width for the component."
11481
+ },
11482
+ "VStepper/theme": {
11483
+ "type": "string\n",
11484
+ "description": "Specify a theme for this component and all of its children."
11485
+ },
11486
+ "VStepper/items": {
11487
+ "type": "(string | Record<string, any>)[]\n",
11488
+ "description": "An array of strings or objects used for automatically generating children components."
11489
+ },
11490
+ "VStepper/border": {
11491
+ "type": "string | number | boolean\n",
11492
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
11493
+ },
11470
11494
  "VStepper/max-height": {
11471
11495
  "type": "string | number\n",
11472
11496
  "description": "Sets the maximum height for the component."
@@ -11483,20 +11507,20 @@
11483
11507
  "type": "string | number\n",
11484
11508
  "description": "Sets the minimum width for the component."
11485
11509
  },
11486
- "VStepper/width": {
11487
- "type": "string | number\n",
11488
- "description": "Sets the width for the component."
11489
- },
11490
11510
  "VStepper/elevation": {
11491
11511
  "type": "string | number\n",
11492
11512
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11493
11513
  },
11514
+ "VStepper/selected-class": {
11515
+ "type": "string\n",
11516
+ "description": "Configure the active CSS class applied when an item is selected."
11517
+ },
11494
11518
  "VStepper/location": {
11495
11519
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11496
11520
  "description": "Specifies the component's location. Can combine by using a space separated string."
11497
11521
  },
11498
11522
  "VStepper/position": {
11499
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
11523
+ "type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
11500
11524
  "description": "Sets the position for the component."
11501
11525
  },
11502
11526
  "VStepper/rounded": {
@@ -11507,41 +11531,33 @@
11507
11531
  "type": "boolean\n",
11508
11532
  "description": "Removes any applied **border-radius** from the component."
11509
11533
  },
11510
- "VStepper/tag": {
11511
- "type": "string | (new () => any) | FunctionalComponent\n",
11512
- "description": "Specify a custom tag used on the root element."
11513
- },
11514
- "VStepper/theme": {
11515
- "type": "string\n",
11516
- "description": "Specify a theme for this component and all of its children."
11517
- },
11518
11534
  "VStepper/color": {
11519
11535
  "type": "string\n",
11520
11536
  "description": "Applies specified color to the control - 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)."
11521
11537
  },
11522
- "VStepper/disabled": {
11523
- "type": "boolean\n",
11524
- "description": "Puts all children components into a disabled state."
11525
- },
11526
- "VStepper/max": {
11527
- "type": "number\n",
11528
- "description": "Sets a maximum number of selections that can be made."
11529
- },
11530
- "VStepper/multiple": {
11531
- "type": "boolean\n",
11532
- "description": "Allows one to select multiple items."
11538
+ "VStepper/model-value": {
11539
+ "type": "any\n",
11540
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11533
11541
  },
11534
11542
  "VStepper/bg-color": {
11535
11543
  "type": "string\n",
11536
11544
  "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)."
11537
11545
  },
11546
+ "VStepper/mobile": {
11547
+ "type": "boolean\n",
11548
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11549
+ },
11550
+ "VStepper/mobile-breakpoint": {
11551
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11552
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11553
+ },
11538
11554
  "VStepper/mandatory": {
11539
11555
  "type": "boolean | 'force'\n",
11540
11556
  "description": "Forces at least one item to always be selected (if available)."
11541
11557
  },
11542
- "VStepper/items": {
11543
- "type": "(string | Record<string, any>)[]\n",
11544
- "description": "An array of strings or objects used for automatically generating children components."
11558
+ "VStepper/hide-actions": {
11559
+ "type": "boolean\n",
11560
+ "description": "Hide actions bar (prev and next buttons)."
11545
11561
  },
11546
11562
  "VStepper/item-title": {
11547
11563
  "type": "string\n",
@@ -11551,18 +11567,6 @@
11551
11567
  "type": "string\n",
11552
11568
  "description": "Property on supplied `items` that contains its value."
11553
11569
  },
11554
- "VStepper/mobile": {
11555
- "type": "boolean\n",
11556
- "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11557
- },
11558
- "VStepper/hide-actions": {
11559
- "type": "boolean\n",
11560
- "description": "Hide actions bar (prev and next buttons)."
11561
- },
11562
- "VStepper/mobile-breakpoint": {
11563
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11564
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11565
- },
11566
11570
  "VStepper/alt-labels": {
11567
11571
  "type": "boolean\n",
11568
11572
  "description": "Places the labels beneath the step."
@@ -11587,10 +11591,6 @@
11587
11591
  "type": "boolean\n",
11588
11592
  "description": "Allow user to jump to any step."
11589
11593
  },
11590
- "VStepper/selected-class": {
11591
- "type": "string\n",
11592
- "description": "Configure the active CSS class applied when an item is selected."
11593
- },
11594
11594
  "VStepper/prev-text": {
11595
11595
  "type": "string\n",
11596
11596
  "description": "The text used for the Prev button."
@@ -11599,14 +11599,14 @@
11599
11599
  "type": "string\n",
11600
11600
  "description": "The text used for the Next button."
11601
11601
  },
11602
- "VStepperActions/disabled": {
11603
- "type": "boolean | 'prev' | 'next'\n",
11604
- "description": "Removes the ability to click or target the component."
11605
- },
11606
11602
  "VStepperActions/color": {
11607
11603
  "type": "string\n",
11608
11604
  "description": "Applies specified color to the control - 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)."
11609
11605
  },
11606
+ "VStepperActions/disabled": {
11607
+ "type": "boolean | 'next' | 'prev'\n",
11608
+ "description": "Removes the ability to click or target the component."
11609
+ },
11610
11610
  "VStepperActions/prev-text": {
11611
11611
  "type": "string\n",
11612
11612
  "description": "The text used for the Prev button."
@@ -11655,18 +11655,22 @@
11655
11655
  "type": "boolean | { class: string }\n",
11656
11656
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11657
11657
  },
11658
+ "VStepperItem/complete": {
11659
+ "type": "boolean\n",
11660
+ "description": "Marks step as complete."
11661
+ },
11658
11662
  "VStepperItem/complete-icon": {
11659
11663
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11660
11664
  "description": "Icon to display when step is marked as completed."
11661
11665
  },
11662
- "VStepperItem/edit-icon": {
11663
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11664
- "description": "Icon to display when step is editable."
11665
- },
11666
11666
  "VStepperItem/editable": {
11667
11667
  "type": "boolean\n",
11668
11668
  "description": "Marks step as editable."
11669
11669
  },
11670
+ "VStepperItem/edit-icon": {
11671
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11672
+ "description": "Icon to display when step is editable."
11673
+ },
11670
11674
  "VStepperItem/error-icon": {
11671
11675
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11672
11676
  "description": "Icon to display when step has an error."
@@ -11675,10 +11679,6 @@
11675
11679
  "type": "string\n",
11676
11680
  "description": "Configure the active CSS class applied when an item is selected."
11677
11681
  },
11678
- "VStepperItem/complete": {
11679
- "type": "boolean\n",
11680
- "description": "Marks step as complete."
11681
- },
11682
11682
  "VStepperVertical/flat": {
11683
11683
  "type": "boolean\n",
11684
11684
  "description": "Removes the expansion-panel's elevation and borders."
@@ -11787,14 +11787,6 @@
11787
11787
  "type": "boolean\n",
11788
11788
  "description": "Makes the expansion-panel headers focusable."
11789
11789
  },
11790
- "VStepperVertical/prev-text": {
11791
- "type": "string\n",
11792
- "description": "The text used for the Prev button."
11793
- },
11794
- "VStepperVertical/next-text": {
11795
- "type": "string\n",
11796
- "description": "The text used for the Next button."
11797
- },
11798
11790
  "VStepperVertical/alt-labels": {
11799
11791
  "type": "boolean\n",
11800
11792
  "description": "Places the labels beneath the step."
@@ -11819,6 +11811,14 @@
11819
11811
  "type": "boolean\n",
11820
11812
  "description": "Allow user to jump to any step."
11821
11813
  },
11814
+ "VStepperVertical/prev-text": {
11815
+ "type": "string\n",
11816
+ "description": "The text used for the Prev button."
11817
+ },
11818
+ "VStepperVertical/next-text": {
11819
+ "type": "string\n",
11820
+ "description": "The text used for the Next button."
11821
+ },
11822
11822
  "VStepperVerticalActions/color": {
11823
11823
  "type": "string\n",
11824
11824
  "description": "Applies specified color to the control - 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)."
@@ -11943,18 +11943,22 @@
11943
11943
  "type": "boolean | { class: string }\n",
11944
11944
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11945
11945
  },
11946
+ "VStepperVerticalItem/complete": {
11947
+ "type": "boolean\n",
11948
+ "description": "Marks step as complete."
11949
+ },
11946
11950
  "VStepperVerticalItem/complete-icon": {
11947
11951
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11948
11952
  "description": "Icon to display when step is marked as completed."
11949
11953
  },
11950
- "VStepperVerticalItem/edit-icon": {
11951
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11952
- "description": "Icon to display when step is editable."
11953
- },
11954
11954
  "VStepperVerticalItem/editable": {
11955
11955
  "type": "boolean\n",
11956
11956
  "description": "Marks step as editable."
11957
11957
  },
11958
+ "VStepperVerticalItem/edit-icon": {
11959
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11960
+ "description": "Icon to display when step is editable."
11961
+ },
11958
11962
  "VStepperVerticalItem/error-icon": {
11959
11963
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11960
11964
  "description": "Icon to display when step has an error."
@@ -11963,10 +11967,6 @@
11963
11967
  "type": "string\n",
11964
11968
  "description": "Configure the active CSS class applied when an item is selected."
11965
11969
  },
11966
- "VStepperVerticalItem/complete": {
11967
- "type": "boolean\n",
11968
- "description": "Marks step as complete."
11969
- },
11970
11970
  "VStepperVerticalItem/focusable": {
11971
11971
  "type": "boolean\n",
11972
11972
  "description": "Makes the expansion panel content focusable."
@@ -12387,6 +12387,14 @@
12387
12387
  "type": "boolean | { class: string }\n",
12388
12388
  "description": "Applies the [v-ripple](/directives/ripple) directive."
12389
12389
  },
12390
+ "VTab/href": {
12391
+ "type": "string\n",
12392
+ "description": "Designates the component as anchor and applies the **href** attribute."
12393
+ },
12394
+ "VTab/to": {
12395
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12396
+ "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."
12397
+ },
12390
12398
  "VTab/selected-class": {
12391
12399
  "type": "string\n",
12392
12400
  "description": "Configure the active CSS class applied when an item is selected."
@@ -12403,14 +12411,6 @@
12403
12411
  "type": "boolean\n",
12404
12412
  "description": "Displays the tab as a flex-column."
12405
12413
  },
12406
- "VTab/href": {
12407
- "type": "string\n",
12408
- "description": "Designates the component as anchor and applies the **href** attribute."
12409
- },
12410
- "VTab/to": {
12411
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
12412
- "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."
12413
- },
12414
12414
  "VTable/tag": {
12415
12415
  "type": "string | (new () => any) | FunctionalComponent\n",
12416
12416
  "description": "Specify a custom tag used on the root element."
@@ -12579,22 +12579,22 @@
12579
12579
  "type": "any\n",
12580
12580
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
12581
12581
  },
12582
- "VTabsWindowItem/eager": {
12583
- "type": "boolean\n",
12584
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
12582
+ "VTabsWindowItem/selected-class": {
12583
+ "type": "string\n",
12584
+ "description": "Configure the active CSS class applied when an item is selected."
12585
12585
  },
12586
12586
  "VTabsWindowItem/transition": {
12587
12587
  "type": "string | boolean\n",
12588
12588
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
12589
12589
  },
12590
+ "VTabsWindowItem/eager": {
12591
+ "type": "boolean\n",
12592
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
12593
+ },
12590
12594
  "VTabsWindowItem/reverse-transition": {
12591
12595
  "type": "string | boolean\n",
12592
12596
  "description": "Sets the reverse transition."
12593
12597
  },
12594
- "VTabsWindowItem/selected-class": {
12595
- "type": "string\n",
12596
- "description": "Configure the active CSS class applied when an item is selected."
12597
- },
12598
12598
  "VTextField/flat": {
12599
12599
  "type": "boolean\n",
12600
12600
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props."
@@ -13171,10 +13171,6 @@
13171
13171
  "type": "'hour' | 'minute' | 'second'\n",
13172
13172
  "description": "The current view mode of the picker.`"
13173
13173
  },
13174
- "VTimePicker/scrollable": {
13175
- "type": "boolean\n",
13176
- "description": "Allows changing hour/minute with mouse scroll."
13177
- },
13178
13174
  "VTimePicker/ampm-in-title": {
13179
13175
  "type": "boolean\n",
13180
13176
  "description": "Place AM/PM switch in title, not near the clock."
@@ -13183,6 +13179,10 @@
13183
13179
  "type": "'ampm' | '24hr'\n",
13184
13180
  "description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
13185
13181
  },
13182
+ "VTimePicker/scrollable": {
13183
+ "type": "boolean\n",
13184
+ "description": "Allows changing hour/minute with mouse scroll."
13185
+ },
13186
13186
  "VTimePicker/use-seconds": {
13187
13187
  "type": "boolean\n",
13188
13188
  "description": "Toggles the use of seconds in picker."
@@ -13255,10 +13255,6 @@
13255
13255
  "type": "(value: number) => boolean\n",
13256
13256
  "description": "Restricts which hours can be selected."
13257
13257
  },
13258
- "VTimePickerControls/color": {
13259
- "type": "string\n",
13260
- "description": "Applies specified color to the control - 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)."
13261
- },
13262
13258
  "VTimePickerControls/disabled": {
13263
13259
  "type": "boolean\n",
13264
13260
  "description": "Removes the ability to click or target the component."
@@ -13271,17 +13267,25 @@
13271
13267
  "type": "boolean\n",
13272
13268
  "description": "Makes the timepicker readonly."
13273
13269
  },
13270
+ "VTimePickerControls/color": {
13271
+ "type": "string\n",
13272
+ "description": "Applies specified color to the control - 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)."
13273
+ },
13274
13274
  "VTimePickerControls/view-mode": {
13275
13275
  "type": "'hour' | 'minute' | 'second'\n",
13276
13276
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
13277
13277
  },
13278
+ "VTimePickerControls/ampm": {
13279
+ "type": "boolean\n",
13280
+ "description": "Enables AM/PM mode."
13281
+ },
13278
13282
  "VTimePickerControls/ampm-in-title": {
13279
13283
  "type": "boolean\n",
13280
13284
  "description": "Displays AM/PM in the title."
13281
13285
  },
13282
- "VTimePickerControls/ampm": {
13286
+ "VTimePickerControls/ampm-readonly": {
13283
13287
  "type": "boolean\n",
13284
- "description": "Enables AM/PM mode."
13288
+ "description": "Makes AM/PM controls readonly."
13285
13289
  },
13286
13290
  "VTimePickerControls/hour": {
13287
13291
  "type": "number\n",
@@ -13299,18 +13303,22 @@
13299
13303
  "type": "boolean\n",
13300
13304
  "description": "Enables the display and selection of seconds in the timepicker."
13301
13305
  },
13302
- "VTimePickerControls/ampm-readonly": {
13303
- "type": "boolean\n",
13304
- "description": "Makes AM/PM controls readonly."
13305
- },
13306
13306
  "VTimePickerControls/period": {
13307
13307
  "type": "'am' | 'pm'\n",
13308
13308
  "description": "The current period value. either `am` or `pm`."
13309
13309
  },
13310
+ "VTimeline/density": {
13311
+ "type": "'default' | 'comfortable' | 'compact'\n",
13312
+ "description": "Adjusts the vertical height used by the component."
13313
+ },
13310
13314
  "VTimeline/tag": {
13311
13315
  "type": "string | (new () => any) | FunctionalComponent\n",
13312
13316
  "description": "Specify a custom tag used on the root element."
13313
13317
  },
13318
+ "VTimeline/theme": {
13319
+ "type": "string\n",
13320
+ "description": "Specify a theme for this component and all of its children."
13321
+ },
13314
13322
  "VTimeline/align": {
13315
13323
  "type": "'start' | 'center'\n",
13316
13324
  "description": "Places the timeline dot at the top or center of the timeline item."
@@ -13319,30 +13327,18 @@
13319
13327
  "type": "string | number\n",
13320
13328
  "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
13321
13329
  },
13322
- "VTimeline/theme": {
13330
+ "VTimeline/icon-color": {
13323
13331
  "type": "string\n",
13324
- "description": "Specify a theme for this component and all of its children."
13325
- },
13326
- "VTimeline/density": {
13327
- "type": "'default' | 'comfortable' | 'compact'\n",
13328
- "description": "Adjusts the vertical height used by the component."
13332
+ "description": "Color of the icon."
13329
13333
  },
13330
13334
  "VTimeline/direction": {
13331
13335
  "type": "'horizontal' | 'vertical'\n",
13332
13336
  "description": "Display timeline in a **vertical** or **horizontal** direction."
13333
13337
  },
13334
- "VTimeline/icon-color": {
13335
- "type": "string\n",
13336
- "description": "Color of the icon."
13337
- },
13338
13338
  "VTimeline/justify": {
13339
13339
  "type": "string\n",
13340
13340
  "description": "Places timeline line at the center or automatically on the left or right side."
13341
13341
  },
13342
- "VTimeline/side": {
13343
- "type": "'start' | 'end'\n",
13344
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13345
- },
13346
13342
  "VTimeline/line-thickness": {
13347
13343
  "type": "string | number\n",
13348
13344
  "description": "Thickness of the timeline line."
@@ -13367,22 +13363,34 @@
13367
13363
  "type": "string | number\n",
13368
13364
  "description": "Specifies the distance between the line and the dot of timeline items."
13369
13365
  },
13366
+ "VTimeline/side": {
13367
+ "type": "'end' | 'start'\n",
13368
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13369
+ },
13370
13370
  "VTimeline/truncate-line": {
13371
- "type": "'start' | 'end' | 'both'\n",
13371
+ "type": "'end' | 'start' | 'both'\n",
13372
13372
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
13373
13373
  },
13374
- "VTimelineItem/icon": {
13375
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13376
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13377
- },
13378
- "VTimelineItem/density": {
13379
- "type": "'default' | 'compact'\n",
13380
- "description": "Adjusts the vertical height used by the component."
13374
+ "VTimelineItem/tag": {
13375
+ "type": "string | (new () => any) | FunctionalComponent\n",
13376
+ "description": "Specify a custom tag used on the root element."
13381
13377
  },
13382
13378
  "VTimelineItem/height": {
13383
13379
  "type": "string | number\n",
13384
13380
  "description": "Sets the height for the component."
13385
13381
  },
13382
+ "VTimelineItem/size": {
13383
+ "type": "string | number\n",
13384
+ "description": "Size of the item dot"
13385
+ },
13386
+ "VTimelineItem/width": {
13387
+ "type": "string | number\n",
13388
+ "description": "Sets the width for the component."
13389
+ },
13390
+ "VTimelineItem/density": {
13391
+ "type": "'default' | 'compact'\n",
13392
+ "description": "Adjusts the vertical height used by the component."
13393
+ },
13386
13394
  "VTimelineItem/max-height": {
13387
13395
  "type": "string | number\n",
13388
13396
  "description": "Sets the maximum height for the component."
@@ -13399,10 +13407,6 @@
13399
13407
  "type": "string | number\n",
13400
13408
  "description": "Sets the minimum width for the component."
13401
13409
  },
13402
- "VTimelineItem/width": {
13403
- "type": "string | number\n",
13404
- "description": "Sets the width for the component."
13405
- },
13406
13410
  "VTimelineItem/elevation": {
13407
13411
  "type": "string | number\n",
13408
13412
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13415,18 +13419,18 @@
13415
13419
  "type": "boolean\n",
13416
13420
  "description": "Removes any applied **border-radius** from the component."
13417
13421
  },
13418
- "VTimelineItem/tag": {
13419
- "type": "string | (new () => any) | FunctionalComponent\n",
13420
- "description": "Specify a custom tag used on the root element."
13421
- },
13422
- "VTimelineItem/size": {
13423
- "type": "string | number\n",
13424
- "description": "Size of the item dot"
13422
+ "VTimelineItem/icon": {
13423
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13424
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13425
13425
  },
13426
13426
  "VTimelineItem/icon-color": {
13427
13427
  "type": "string\n",
13428
13428
  "description": "Color of the icon."
13429
13429
  },
13430
+ "VTimelineItem/side": {
13431
+ "type": "'start' | 'end'\n",
13432
+ "description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
13433
+ },
13430
13434
  "VTimelineItem/dot-color": {
13431
13435
  "type": "string\n",
13432
13436
  "description": "Color of the item dot."
@@ -13447,38 +13451,26 @@
13447
13451
  "type": "string | number\n",
13448
13452
  "description": "Specifies the distance between the line and the dot of the item."
13449
13453
  },
13450
- "VTimelineItem/side": {
13451
- "type": "'end' | 'start'\n",
13452
- "description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
13453
- },
13454
- "VToolbar/flat": {
13455
- "type": "boolean\n",
13456
- "description": "Removes the toolbar's box-shadow."
13457
- },
13458
- "VToolbar/tag": {
13459
- "type": "string | (new () => any) | FunctionalComponent\n",
13460
- "description": "Specify a custom tag used on the root element."
13461
- },
13462
13454
  "VToolbar/title": {
13463
13455
  "type": "string\n",
13464
13456
  "description": "Specify a title text for the component."
13465
13457
  },
13466
- "VToolbar/height": {
13467
- "type": "string | number\n",
13468
- "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13469
- },
13470
- "VToolbar/theme": {
13471
- "type": "string\n",
13472
- "description": "Specify a theme for this component and all of its children."
13458
+ "VToolbar/flat": {
13459
+ "type": "boolean\n",
13460
+ "description": "Removes the toolbar's box-shadow."
13473
13461
  },
13474
13462
  "VToolbar/border": {
13475
13463
  "type": "string | number | boolean\n",
13476
13464
  "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13477
13465
  },
13478
13466
  "VToolbar/density": {
13479
- "type": "'default' | 'comfortable' | 'compact' | 'prominent'\n",
13467
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13480
13468
  "description": "Adjusts the vertical height used by the component."
13481
13469
  },
13470
+ "VToolbar/height": {
13471
+ "type": "string | number\n",
13472
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13473
+ },
13482
13474
  "VToolbar/elevation": {
13483
13475
  "type": "string | number\n",
13484
13476
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13495,6 +13487,14 @@
13495
13487
  "type": "boolean\n",
13496
13488
  "description": "Removes any applied **border-radius** from the component."
13497
13489
  },
13490
+ "VToolbar/tag": {
13491
+ "type": "string | (new () => any) | FunctionalComponent\n",
13492
+ "description": "Specify a custom tag used on the root element."
13493
+ },
13494
+ "VToolbar/theme": {
13495
+ "type": "string\n",
13496
+ "description": "Specify a theme for this component and all of its children."
13497
+ },
13498
13498
  "VToolbar/color": {
13499
13499
  "type": "string\n",
13500
13500
  "description": "Applies specified color to the control - 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)."
@@ -13503,50 +13503,62 @@
13503
13503
  "type": "string\n",
13504
13504
  "description": "Specifies a [v-img](/components/images) as the component's background."
13505
13505
  },
13506
- "VToolbar/floating": {
13506
+ "VToolbar/collapse": {
13507
13507
  "type": "boolean\n",
13508
- "description": "Applies **display: inline-flex** to the component."
13508
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13509
13509
  },
13510
13510
  "VToolbar/extended": {
13511
13511
  "type": "boolean\n",
13512
13512
  "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
13513
13513
  },
13514
- "VToolbar/collapse": {
13515
- "type": "boolean\n",
13516
- "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13517
- },
13518
13514
  "VToolbar/extension-height": {
13519
13515
  "type": "string | number\n",
13520
13516
  "description": "Specify an explicit height for the `extension` slot."
13521
13517
  },
13518
+ "VToolbar/floating": {
13519
+ "type": "boolean\n",
13520
+ "description": "Applies **display: inline-flex** to the component."
13521
+ },
13522
13522
  "VToolbarItems/color": {
13523
13523
  "type": "string\n",
13524
13524
  "description": "Applies specified color to the control - 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)."
13525
13525
  },
13526
13526
  "VToolbarItems/variant": {
13527
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13527
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13528
13528
  "description": "Applies a distinct style to the component."
13529
13529
  },
13530
- "VToolbarTitle/tag": {
13531
- "type": "string | (new () => any) | FunctionalComponent\n",
13532
- "description": "Specify a custom tag used on the root element."
13533
- },
13534
13530
  "VToolbarTitle/text": {
13535
13531
  "type": "string\n",
13536
13532
  "description": "Specify content text for the component."
13537
13533
  },
13538
- "VTooltip/text": {
13539
- "type": "string\n",
13540
- "description": "Specify content text for the component."
13534
+ "VToolbarTitle/tag": {
13535
+ "type": "string | (new () => any) | FunctionalComponent\n",
13536
+ "description": "Specify a custom tag used on the root element."
13541
13537
  },
13542
- "VTooltip/model-value": {
13538
+ "VTooltip/disabled": {
13543
13539
  "type": "boolean\n",
13544
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13540
+ "description": "Removes the ability to click or target the component."
13545
13541
  },
13546
13542
  "VTooltip/height": {
13547
13543
  "type": "string | number\n",
13548
13544
  "description": "Sets the height for the component."
13549
13545
  },
13546
+ "VTooltip/width": {
13547
+ "type": "string | number\n",
13548
+ "description": "Sets the width for the component."
13549
+ },
13550
+ "VTooltip/id": {
13551
+ "type": "string\n",
13552
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
13553
+ },
13554
+ "VTooltip/theme": {
13555
+ "type": "string\n",
13556
+ "description": "Specify a theme for this component and all of its children."
13557
+ },
13558
+ "VTooltip/text": {
13559
+ "type": "string\n",
13560
+ "description": "Specify content text for the component."
13561
+ },
13550
13562
  "VTooltip/max-height": {
13551
13563
  "type": "string | number\n",
13552
13564
  "description": "Sets the maximum height for the component."
@@ -13563,29 +13575,17 @@
13563
13575
  "type": "string | number\n",
13564
13576
  "description": "Sets the minimum width for the component."
13565
13577
  },
13566
- "VTooltip/width": {
13567
- "type": "string | number\n",
13568
- "description": "Sets the width for the component."
13569
- },
13570
13578
  "VTooltip/location": {
13571
13579
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
13572
13580
  "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
13573
13581
  },
13574
- "VTooltip/theme": {
13575
- "type": "string\n",
13576
- "description": "Specify a theme for this component and all of its children."
13577
- },
13578
- "VTooltip/disabled": {
13582
+ "VTooltip/model-value": {
13579
13583
  "type": "boolean\n",
13580
- "description": "Removes the ability to click or target the component."
13581
- },
13582
- "VTooltip/id": {
13583
- "type": "string\n",
13584
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
13584
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13585
13585
  },
13586
- "VTooltip/eager": {
13587
- "type": "boolean\n",
13588
- "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
13586
+ "VTooltip/transition": {
13587
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
13588
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
13589
13589
  },
13590
13590
  "VTooltip/activator": {
13591
13591
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
@@ -13655,6 +13655,10 @@
13655
13655
  "type": "string | number\n",
13656
13656
  "description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
13657
13657
  },
13658
+ "VTooltip/eager": {
13659
+ "type": "boolean\n",
13660
+ "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
13661
+ },
13658
13662
  "VTooltip/location-strategy": {
13659
13663
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
13660
13664
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -13668,13 +13672,9 @@
13668
13672
  "description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
13669
13673
  },
13670
13674
  "VTooltip/scroll-strategy": {
13671
- "type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
13675
+ "type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
13672
13676
  "description": "Strategy used when the component is activate and user scrolls."
13673
13677
  },
13674
- "VTooltip/transition": {
13675
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
13676
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
13677
- },
13678
13678
  "VTooltip/attach": {
13679
13679
  "type": "string | boolean | Element\n",
13680
13680
  "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."
@@ -13687,54 +13687,22 @@
13687
13687
  "type": "string\n",
13688
13688
  "description": "The search model for filtering results."
13689
13689
  },
13690
- "VTreeview/tag": {
13691
- "type": "string | (new () => any) | FunctionalComponent\n",
13692
- "description": "Specify a custom tag used on the root element."
13690
+ "VTreeview/border": {
13691
+ "type": "string | number | boolean\n",
13692
+ "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13693
13693
  },
13694
- "VTreeview/activated": {
13695
- "type": "any\n",
13696
- "description": "Array of ids of activated nodes."
13697
- },
13698
- "VTreeview/disabled": {
13699
- "type": "boolean\n",
13700
- "description": "Disables selection for all nodes."
13701
- },
13702
- "VTreeview/height": {
13703
- "type": "string | number\n",
13704
- "description": "Sets the height for the component."
13705
- },
13706
- "VTreeview/width": {
13707
- "type": "string | number\n",
13708
- "description": "Sets the width for the component."
13709
- },
13710
- "VTreeview/theme": {
13711
- "type": "string\n",
13712
- "description": "Specify a theme for this component and all of its children."
13713
- },
13714
- "VTreeview/items": {
13694
+ "VTreeview/model-value": {
13715
13695
  "type": "unknown[]\n",
13716
- "description": "An array of items used to build the treeview."
13717
- },
13718
- "VTreeview/active-color": {
13719
- "type": "string\n",
13720
- "description": "Deprecated, use `color` instead."
13721
- },
13722
- "VTreeview/base-color": {
13723
- "type": "string\n",
13724
- "description": "Sets the color of component when not focused."
13725
- },
13726
- "VTreeview/slim": {
13727
- "type": "boolean\n",
13728
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
13729
- },
13730
- "VTreeview/border": {
13731
- "type": "string | number | boolean\n",
13732
- "description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
13696
+ "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
13733
13697
  },
13734
13698
  "VTreeview/density": {
13735
13699
  "type": "'default' | 'comfortable' | 'compact'\n",
13736
13700
  "description": "Adjusts the vertical height used by the component."
13737
13701
  },
13702
+ "VTreeview/height": {
13703
+ "type": "string | number\n",
13704
+ "description": "Sets the height for the component."
13705
+ },
13738
13706
  "VTreeview/max-height": {
13739
13707
  "type": "string | number\n",
13740
13708
  "description": "Sets the maximum height for the component."
@@ -13751,6 +13719,10 @@
13751
13719
  "type": "string | number\n",
13752
13720
  "description": "Sets the minimum width for the component."
13753
13721
  },
13722
+ "VTreeview/width": {
13723
+ "type": "string | number\n",
13724
+ "description": "Sets the width for the component."
13725
+ },
13754
13726
  "VTreeview/elevation": {
13755
13727
  "type": "string | number\n",
13756
13728
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13763,57 +13735,29 @@
13763
13735
  "type": "boolean\n",
13764
13736
  "description": "Removes any applied **border-radius** from the component."
13765
13737
  },
13738
+ "VTreeview/tag": {
13739
+ "type": "string | (new () => any) | FunctionalComponent\n",
13740
+ "description": "Specify a custom tag used on the root element."
13741
+ },
13742
+ "VTreeview/theme": {
13743
+ "type": "string\n",
13744
+ "description": "Specify a theme for this component and all of its children."
13745
+ },
13766
13746
  "VTreeview/color": {
13767
13747
  "type": "string\n",
13768
13748
  "description": "Applies specified color to the active node - 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)."
13769
13749
  },
13770
13750
  "VTreeview/variant": {
13771
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13751
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13772
13752
  "description": "Applies a distinct style to the component."
13773
13753
  },
13774
- "VTreeview/model-value": {
13775
- "type": "unknown[]\n",
13776
- "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
13777
- },
13778
- "VTreeview/bg-color": {
13779
- "type": "string\n",
13780
- "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)."
13781
- },
13782
- "VTreeview/lines": {
13783
- "type": "false | 'one' | 'two' | 'three'\n",
13784
- "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."
13785
- },
13786
- "VTreeview/mandatory": {
13787
- "type": "boolean\n",
13788
- "description": "Forces at least one item to always be selected (if available)."
13789
- },
13790
- "VTreeview/open-on-click": {
13791
- "type": "boolean\n",
13792
- "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
13793
- },
13794
- "VTreeview/active-class": {
13795
- "type": "string\n",
13796
- "description": "The class applied to the component when it is in an active state."
13797
- },
13798
- "VTreeview/selected": {
13754
+ "VTreeview/activated": {
13799
13755
  "type": "any\n",
13800
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
13801
- },
13802
- "VTreeview/indeterminate-icon": {
13803
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13804
- "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
13805
- },
13806
- "VTreeview/false-icon": {
13807
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13808
- "description": "The icon used when inactive."
13809
- },
13810
- "VTreeview/true-icon": {
13811
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13812
- "description": "The icon used when active."
13756
+ "description": "Array of ids of activated nodes."
13813
13757
  },
13814
- "VTreeview/value-comparator": {
13815
- "type": "(a: any, b: any) => boolean\n",
13816
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13758
+ "VTreeview/disabled": {
13759
+ "type": "boolean\n",
13760
+ "description": "Disables selection for all nodes."
13817
13761
  },
13818
13762
  "VTreeview/filter-mode": {
13819
13763
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
@@ -13835,6 +13779,22 @@
13835
13779
  "type": "string | string[]\n",
13836
13780
  "description": "Array of specific keys to filter on the item."
13837
13781
  },
13782
+ "VTreeview/base-color": {
13783
+ "type": "string\n",
13784
+ "description": "Sets the color of component when not focused."
13785
+ },
13786
+ "VTreeview/active-color": {
13787
+ "type": "string\n",
13788
+ "description": "Deprecated, use `color` instead."
13789
+ },
13790
+ "VTreeview/active-class": {
13791
+ "type": "string\n",
13792
+ "description": "The class applied to the component when it is in an active state."
13793
+ },
13794
+ "VTreeview/bg-color": {
13795
+ "type": "string\n",
13796
+ "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)."
13797
+ },
13838
13798
  "VTreeview/expand-icon": {
13839
13799
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13840
13800
  "description": "Icon used to indicate that a node can be expanded."
@@ -13843,6 +13803,14 @@
13843
13803
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13844
13804
  "description": "Icon to display when the list item is expanded."
13845
13805
  },
13806
+ "VTreeview/lines": {
13807
+ "type": "false | 'one' | 'two' | 'three'\n",
13808
+ "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."
13809
+ },
13810
+ "VTreeview/slim": {
13811
+ "type": "boolean\n",
13812
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
13813
+ },
13846
13814
  "VTreeview/activatable": {
13847
13815
  "type": "boolean\n",
13848
13816
  "description": "Allows user to mark a node as active by clicking on it."
@@ -13855,6 +13823,14 @@
13855
13823
  "type": "any\n",
13856
13824
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13857
13825
  },
13826
+ "VTreeview/selected": {
13827
+ "type": "any\n",
13828
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
13829
+ },
13830
+ "VTreeview/mandatory": {
13831
+ "type": "boolean\n",
13832
+ "description": "Forces at least one item to always be selected (if available)."
13833
+ },
13858
13834
  "VTreeview/active-strategy": {
13859
13835
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
13860
13836
  "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."
@@ -13863,6 +13839,10 @@
13863
13839
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13864
13840
  "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.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
13865
13841
  },
13842
+ "VTreeview/items": {
13843
+ "type": "unknown[]\n",
13844
+ "description": "An array of items used to build the treeview."
13845
+ },
13866
13846
  "VTreeview/item-title": {
13867
13847
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
13868
13848
  "description": "Property on supplied `items` that contains its title."
@@ -13883,10 +13863,26 @@
13883
13863
  "type": "boolean\n",
13884
13864
  "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13885
13865
  },
13866
+ "VTreeview/value-comparator": {
13867
+ "type": "(a: any, b: any) => boolean\n",
13868
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13869
+ },
13870
+ "VTreeview/open-on-click": {
13871
+ "type": "boolean\n",
13872
+ "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
13873
+ },
13886
13874
  "VTreeview/fluid": {
13887
13875
  "type": "boolean\n",
13888
13876
  "description": "Removes indentation from nested items."
13889
13877
  },
13878
+ "VTreeview/false-icon": {
13879
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13880
+ "description": "The icon used when inactive."
13881
+ },
13882
+ "VTreeview/true-icon": {
13883
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13884
+ "description": "The icon used when active."
13885
+ },
13890
13886
  "VTreeview/open-all": {
13891
13887
  "type": "boolean\n",
13892
13888
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -13895,6 +13891,10 @@
13895
13891
  "type": "string\n",
13896
13892
  "description": "Icon used when node is in a loading state."
13897
13893
  },
13894
+ "VTreeview/indeterminate-icon": {
13895
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13896
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
13897
+ },
13898
13898
  "VTreeview/selected-color": {
13899
13899
  "type": "string\n",
13900
13900
  "description": "The color of the selection checkbox."
@@ -13903,121 +13903,65 @@
13903
13903
  "type": "(item: unknown) => Promise<void>\n",
13904
13904
  "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."
13905
13905
  },
13906
- "VTreeviewGroup/title": {
13907
- "type": "string\n",
13908
- "description": "Specify a title text for the component."
13909
- },
13910
13906
  "VTreeviewGroup/tag": {
13911
13907
  "type": "string | (new () => any) | FunctionalComponent\n",
13912
13908
  "description": "Specify a custom tag used on the root element."
13913
13909
  },
13914
- "VTreeviewGroup/color": {
13910
+ "VTreeviewGroup/title": {
13915
13911
  "type": "string\n",
13916
- "description": "Applies specified color to the control - 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)."
13912
+ "description": "Specify a title text for the component."
13917
13913
  },
13918
13914
  "VTreeviewGroup/value": {
13919
13915
  "type": "any\n",
13920
13916
  "description": "Expands / Collapse the list-group."
13921
13917
  },
13922
- "VTreeviewGroup/base-color": {
13923
- "type": "string\n",
13924
- "description": "Sets the color of component when not focused."
13925
- },
13926
13918
  "VTreeviewGroup/active-color": {
13927
13919
  "type": "string\n",
13928
13920
  "description": "Deprecated, use `color` instead."
13929
13921
  },
13930
- "VTreeviewGroup/expand-icon": {
13931
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13932
- "description": "Icon to display when the list item is collapsed."
13922
+ "VTreeviewGroup/base-color": {
13923
+ "type": "string\n",
13924
+ "description": "Sets the color of component when not focused."
13933
13925
  },
13934
- "VTreeviewGroup/collapse-icon": {
13926
+ "VTreeviewGroup/prepend-icon": {
13935
13927
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13936
- "description": "Icon to display when the list item is expanded."
13928
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13937
13929
  },
13938
13930
  "VTreeviewGroup/append-icon": {
13939
13931
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13940
13932
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13941
13933
  },
13942
- "VTreeviewGroup/prepend-icon": {
13934
+ "VTreeviewGroup/color": {
13935
+ "type": "string\n",
13936
+ "description": "Applies specified color to the control - 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)."
13937
+ },
13938
+ "VTreeviewGroup/expand-icon": {
13943
13939
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13944
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13940
+ "description": "Icon to display when the list item is collapsed."
13945
13941
  },
13946
- "VTreeviewGroup/fluid": {
13947
- "type": "boolean\n",
13948
- "description": "Removes indentation from nested items."
13942
+ "VTreeviewGroup/collapse-icon": {
13943
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13944
+ "description": "Icon to display when the list item is expanded."
13949
13945
  },
13950
13946
  "VTreeviewGroup/raw-id": {
13951
13947
  "type": "string | number\n",
13952
13948
  "description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
13953
13949
  },
13954
- "VTreeviewItem/replace": {
13955
- "type": "boolean\n",
13956
- "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."
13957
- },
13958
- "VTreeviewItem/link": {
13959
- "type": "boolean\n",
13960
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13961
- },
13962
- "VTreeviewItem/tag": {
13963
- "type": "string | (new () => any) | FunctionalComponent\n",
13964
- "description": "Specify a custom tag used on the root element."
13965
- },
13966
- "VTreeviewItem/nav": {
13950
+ "VTreeviewGroup/fluid": {
13967
13951
  "type": "boolean\n",
13968
- "description": "Reduces the width of v-list-item takes and adds a border radius."
13952
+ "description": "Removes indentation from nested items."
13969
13953
  },
13970
13954
  "VTreeviewItem/title": {
13971
13955
  "type": "string | number | boolean\n",
13972
13956
  "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."
13973
13957
  },
13974
- "VTreeviewItem/disabled": {
13975
- "type": "boolean\n",
13976
- "description": "Removes the ability to click or target the component."
13977
- },
13978
- "VTreeviewItem/height": {
13979
- "type": "string | number\n",
13980
- "description": "Sets the height for the component."
13981
- },
13982
- "VTreeviewItem/value": {
13983
- "type": "any\n",
13984
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13985
- },
13986
- "VTreeviewItem/width": {
13987
- "type": "string | number\n",
13988
- "description": "Sets the width for the component."
13989
- },
13990
- "VTreeviewItem/theme": {
13991
- "type": "string\n",
13992
- "description": "Specify a theme for this component and all of its children."
13993
- },
13994
- "VTreeviewItem/active": {
13958
+ "VTreeviewItem/replace": {
13995
13959
  "type": "boolean\n",
13996
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13997
- },
13998
- "VTreeviewItem/active-color": {
13999
- "type": "string\n",
14000
- "description": "Deprecated, use `color` instead."
14001
- },
14002
- "VTreeviewItem/base-color": {
14003
- "type": "string\n",
14004
- "description": "Sets the color of component when not focused."
14005
- },
14006
- "VTreeviewItem/prepend-icon": {
14007
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14008
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
14009
- },
14010
- "VTreeviewItem/append-icon": {
14011
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14012
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13960
+ "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."
14013
13961
  },
14014
- "VTreeviewItem/slim": {
13962
+ "VTreeviewItem/link": {
14015
13963
  "type": "boolean\n",
14016
- "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
14017
- },
14018
- "VTreeviewItem/ripple": {
14019
- "type": "boolean | { class: string }\n",
14020
- "description": "Applies the [v-ripple](/directives/ripple) directive."
13964
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
14021
13965
  },
14022
13966
  "VTreeviewItem/border": {
14023
13967
  "type": "string | number | boolean\n",
@@ -14027,6 +13971,10 @@
14027
13971
  "type": "'default' | 'comfortable' | 'compact'\n",
14028
13972
  "description": "Adjusts the vertical height used by the component."
14029
13973
  },
13974
+ "VTreeviewItem/height": {
13975
+ "type": "string | number\n",
13976
+ "description": "Sets the height for the component."
13977
+ },
14030
13978
  "VTreeviewItem/max-height": {
14031
13979
  "type": "string | number\n",
14032
13980
  "description": "Sets the maximum height for the component."
@@ -14043,14 +13991,14 @@
14043
13991
  "type": "string | number\n",
14044
13992
  "description": "Sets the minimum width for the component."
14045
13993
  },
13994
+ "VTreeviewItem/width": {
13995
+ "type": "string | number\n",
13996
+ "description": "Sets the width for the component."
13997
+ },
14046
13998
  "VTreeviewItem/elevation": {
14047
13999
  "type": "string | number\n",
14048
14000
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
14049
14001
  },
14050
- "VTreeviewItem/loading": {
14051
- "type": "boolean\n",
14052
- "description": "Places the v-treeview-item into a loading state."
14053
- },
14054
14002
  "VTreeviewItem/rounded": {
14055
14003
  "type": "string | number | boolean\n",
14056
14004
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -14059,37 +14007,77 @@
14059
14007
  "type": "boolean\n",
14060
14008
  "description": "Removes any applied **border-radius** from the component."
14061
14009
  },
14062
- "VTreeviewItem/href": {
14010
+ "VTreeviewItem/tag": {
14011
+ "type": "string | (new () => any) | FunctionalComponent\n",
14012
+ "description": "Specify a custom tag used on the root element."
14013
+ },
14014
+ "VTreeviewItem/theme": {
14063
14015
  "type": "string\n",
14064
- "description": "Designates the component as anchor and applies the **href** attribute."
14016
+ "description": "Specify a theme for this component and all of its children."
14017
+ },
14018
+ "VTreeviewItem/color": {
14019
+ "type": "string\n",
14020
+ "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 (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
14021
+ },
14022
+ "VTreeviewItem/variant": {
14023
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14024
+ "description": "Applies a distinct style to the component."
14025
+ },
14026
+ "VTreeviewItem/disabled": {
14027
+ "type": "boolean\n",
14028
+ "description": "Removes the ability to click or target the component."
14029
+ },
14030
+ "VTreeviewItem/value": {
14031
+ "type": "any\n",
14032
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
14065
14033
  },
14066
14034
  "VTreeviewItem/exact": {
14067
14035
  "type": "boolean\n",
14068
14036
  "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."
14069
14037
  },
14070
- "VTreeviewItem/to": {
14071
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
14072
- "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."
14038
+ "VTreeviewItem/subtitle": {
14039
+ "type": "string | number | boolean\n",
14040
+ "description": "Specify a subtitle text for the component."
14073
14041
  },
14074
- "VTreeviewItem/color": {
14042
+ "VTreeviewItem/base-color": {
14075
14043
  "type": "string\n",
14076
- "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 (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
14044
+ "description": "Sets the color of component when not focused."
14077
14045
  },
14078
- "VTreeviewItem/variant": {
14079
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14080
- "description": "Applies a distinct style to the component."
14046
+ "VTreeviewItem/active-color": {
14047
+ "type": "string\n",
14048
+ "description": "Deprecated, use `color` instead."
14049
+ },
14050
+ "VTreeviewItem/active-class": {
14051
+ "type": "string\n",
14052
+ "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."
14081
14053
  },
14082
14054
  "VTreeviewItem/lines": {
14083
14055
  "type": "false | 'one' | 'two' | 'three'\n",
14084
14056
  "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
14085
14057
  },
14086
- "VTreeviewItem/active-class": {
14087
- "type": "string\n",
14088
- "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."
14058
+ "VTreeviewItem/slim": {
14059
+ "type": "boolean\n",
14060
+ "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
14089
14061
  },
14090
- "VTreeviewItem/subtitle": {
14091
- "type": "string | number | boolean\n",
14092
- "description": "Specify a subtitle text for the component."
14062
+ "VTreeviewItem/nav": {
14063
+ "type": "boolean\n",
14064
+ "description": "Reduces the width of v-list-item takes and adds a border radius."
14065
+ },
14066
+ "VTreeviewItem/append-icon": {
14067
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14068
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14069
+ },
14070
+ "VTreeviewItem/prepend-icon": {
14071
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14072
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
14073
+ },
14074
+ "VTreeviewItem/active": {
14075
+ "type": "boolean\n",
14076
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
14077
+ },
14078
+ "VTreeviewItem/loading": {
14079
+ "type": "boolean\n",
14080
+ "description": "Places the v-treeview-item into a loading state."
14093
14081
  },
14094
14082
  "VTreeviewItem/append-avatar": {
14095
14083
  "type": "string\n",
@@ -14099,29 +14087,45 @@
14099
14087
  "type": "string\n",
14100
14088
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
14101
14089
  },
14090
+ "VTreeviewItem/ripple": {
14091
+ "type": "boolean | { class: string }\n",
14092
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
14093
+ },
14094
+ "VTreeviewItem/href": {
14095
+ "type": "string\n",
14096
+ "description": "Designates the component as anchor and applies the **href** attribute."
14097
+ },
14098
+ "VTreeviewItem/to": {
14099
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
14100
+ "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."
14101
+ },
14102
14102
  "VTreeviewItem/toggle-icon": {
14103
14103
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14104
14104
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
14105
14105
  },
14106
- "VValidation/model-value": {
14107
- "type": "unknown\n",
14108
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14106
+ "VValidation/name": {
14107
+ "type": "string\n",
14108
+ "description": "Sets the component's name attribute."
14109
14109
  },
14110
14110
  "VValidation/error": {
14111
14111
  "type": "boolean\n",
14112
14112
  "description": "Puts the input in a manual error state."
14113
14113
  },
14114
- "VValidation/name": {
14114
+ "VValidation/label": {
14115
14115
  "type": "string\n",
14116
- "description": "Sets the component's name attribute."
14116
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
14117
14117
  },
14118
14118
  "VValidation/disabled": {
14119
14119
  "type": "boolean\n",
14120
14120
  "description": "Removes the ability to click or target the component."
14121
14121
  },
14122
- "VValidation/label": {
14123
- "type": "string\n",
14124
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
14122
+ "VValidation/readonly": {
14123
+ "type": "boolean\n",
14124
+ "description": "Puts input in readonly state."
14125
+ },
14126
+ "VValidation/model-value": {
14127
+ "type": "unknown\n",
14128
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14125
14129
  },
14126
14130
  "VValidation/error-messages": {
14127
14131
  "type": "string | string[]\n",
@@ -14131,10 +14135,6 @@
14131
14135
  "type": "string | number\n",
14132
14136
  "description": "Control the maximum number of shown errors from validation."
14133
14137
  },
14134
- "VValidation/readonly": {
14135
- "type": "boolean\n",
14136
- "description": "Puts input in readonly state."
14137
- },
14138
14138
  "VValidation/rules": {
14139
14139
  "type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
14140
14140
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."