@vuetify/nightly 3.9.0-master.2025-07-10 → 3.9.0-master.2025-07-11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6995,38 +6995,22 @@
6995
6995
  "type": "string\n",
6996
6996
  "description": "The icon prepending each uploaded file. This will be a preview image if the file is an image."
6997
6997
  },
6998
- "VFooter/tag": {
6999
- "type": "string | (new () => any) | FunctionalComponent\n",
7000
- "description": "Specify a custom tag used on the root element."
7001
- },
7002
- "VFooter/name": {
7003
- "type": "string\n",
7004
- "description": "Assign a specific name for layout registration."
6998
+ "VFooter/border": {
6999
+ "type": "string | number | boolean\n",
7000
+ "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)."
7005
7001
  },
7006
7002
  "VFooter/height": {
7007
7003
  "type": "string | number\n",
7008
7004
  "description": "Sets the height for the component."
7009
7005
  },
7010
- "VFooter/theme": {
7011
- "type": "string\n",
7012
- "description": "Specify a theme for this component and all of its children."
7006
+ "VFooter/elevation": {
7007
+ "type": "string | number\n",
7008
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7013
7009
  },
7014
7010
  "VFooter/absolute": {
7015
7011
  "type": "boolean\n",
7016
7012
  "description": "Applies **position: absolute** to the component."
7017
7013
  },
7018
- "VFooter/color": {
7019
- "type": "string\n",
7020
- "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)."
7021
- },
7022
- "VFooter/border": {
7023
- "type": "string | number | boolean\n",
7024
- "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)."
7025
- },
7026
- "VFooter/elevation": {
7027
- "type": "string | number\n",
7028
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7029
- },
7030
7014
  "VFooter/rounded": {
7031
7015
  "type": "string | number | boolean\n",
7032
7016
  "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)."
@@ -7035,6 +7019,22 @@
7035
7019
  "type": "boolean\n",
7036
7020
  "description": "Removes any applied **border-radius** from the component."
7037
7021
  },
7022
+ "VFooter/tag": {
7023
+ "type": "string | (new () => any) | FunctionalComponent\n",
7024
+ "description": "Specify a custom tag used on the root element."
7025
+ },
7026
+ "VFooter/theme": {
7027
+ "type": "string\n",
7028
+ "description": "Specify a theme for this component and all of its children."
7029
+ },
7030
+ "VFooter/color": {
7031
+ "type": "string\n",
7032
+ "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)."
7033
+ },
7034
+ "VFooter/name": {
7035
+ "type": "string\n",
7036
+ "description": "Assign a specific name for layout registration."
7037
+ },
7038
7038
  "VFooter/order": {
7039
7039
  "type": "string | number\n",
7040
7040
  "description": "Adjust the order of the component in relation to its registration order."
@@ -7067,22 +7067,6 @@
7067
7067
  "type": "string\n",
7068
7068
  "description": "String representing keyboard shortcuts to display. Supports multiple formats:\n- **Single keys:** `\"k\"`, `\"enter\"`, `\"escape\"`\n- **Key combinations:** `\"ctrl+k\"`, `\"meta+shift+p\"`, `\"alt+arrowup\"`\n- **Sequential actions:** `\"ctrl+k-then-p\"` (use dash for 'then' relationships)\n- **Multiple shortcuts:** `\"ctrl+k meta+p\"` (space-separated for alternative shortcuts)\n\nSupports platform-aware key names like `meta` (becomes Cmd on Mac, Ctrl on PC) and `alt` (becomes Option on Mac)."
7069
7069
  },
7070
- "VHotkey/disabled": {
7071
- "type": "boolean\n",
7072
- "description": "Applies a disabled visual state to the component."
7073
- },
7074
- "VHotkey/prefix": {
7075
- "type": "string\n",
7076
- "description": "Text to display before the hotkey."
7077
- },
7078
- "VHotkey/theme": {
7079
- "type": "string\n",
7080
- "description": "Specify a theme for this component and all of its children."
7081
- },
7082
- "VHotkey/color": {
7083
- "type": "string\n",
7084
- "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)."
7085
- },
7086
7070
  "VHotkey/border": {
7087
7071
  "type": "string | number | boolean\n",
7088
7072
  "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)."
@@ -7099,10 +7083,30 @@
7099
7083
  "type": "boolean\n",
7100
7084
  "description": "Removes any applied **border-radius** from the component."
7101
7085
  },
7086
+ "VHotkey/theme": {
7087
+ "type": "string\n",
7088
+ "description": "Specify a theme for this component and all of its children."
7089
+ },
7090
+ "VHotkey/color": {
7091
+ "type": "string\n",
7092
+ "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)."
7093
+ },
7102
7094
  "VHotkey/variant": {
7103
- "type": " | 'flat'\n | 'text'\n | 'elevated'\n | 'tonal'\n | 'outlined'\n | 'plain'\n | 'contained'\n",
7095
+ "type": " | 'text'\n | 'flat'\n | 'elevated'\n | 'tonal'\n | 'outlined'\n | 'plain'\n | 'contained'\n",
7104
7096
  "description": "Controls the visual style and presentation of the hotkey component. Supports standard Vuetify variants plus a special contained variant:\n\n**Standard Variants** (apply styling to individual key elements):\n- **elevated (default):** Raised appearance with shadow, good for standalone hotkey displays\n- **flat:** Solid background without shadow, clean and minimal\n- **tonal:** Subtle tinted background without border, balances visibility with restraint\n- **outlined:** Border-only styling without elevation, lightweight and unobtrusive\n- **text:** Minimal styling with text color emphasis only, blends with content\n- **plain:** No background or border, most subtle option\n\n**Special Variant** (different visual structure):\n- **contained:** Follows MDN's nested `<kbd>` pattern - wraps all keys in a single styled container with unstyled nested elements. Creates a cohesive visual unit that clearly groups related keys together. Cannot be combined with standard variants. Ideal for complex key combinations where you want to show the entire sequence as one unit."
7105
7097
  },
7098
+ "VHotkey/disabled": {
7099
+ "type": "boolean\n",
7100
+ "description": "Applies a disabled visual state to the component."
7101
+ },
7102
+ "VHotkey/prefix": {
7103
+ "type": "string\n",
7104
+ "description": "Text to display before the hotkey."
7105
+ },
7106
+ "VHotkey/inline": {
7107
+ "type": "boolean\n",
7108
+ "description": "Optimizes the component for seamless integration within text content and documentation. Applies compact styling with baseline alignment, constrained height (1lh), and responsive typography that inherits from parent text. Ideal for help documentation, tooltips, and instructional content. When using multiple inline hotkeys in the same paragraph, increase line-height to prevent visual overlap on text wrapping."
7109
+ },
7106
7110
  "VHotkey/suffix": {
7107
7111
  "type": "string\n",
7108
7112
  "description": "Text to display after the hotkey."
@@ -7119,10 +7123,6 @@
7119
7123
  "type": "'auto' | 'pc' | 'mac'\n",
7120
7124
  "description": "Controls platform-specific rendering behavior for keyboard shortcuts. Accepts three values:\n- **`'auto'` (default):** Automatically detects the user's platform based on user agent and renders appropriately\n- **`'mac'`:** Forces Mac-style rendering (Command symbols, icons, Option key, etc.)\n- **`'pc'`:** Forces PC-style rendering (Ctrl text, Alt key, etc.)\n\nThis is particularly useful for:\n- **Cross-platform testing:** Verify how shortcuts appear on different platforms\n- **Design consistency:** Ensure specific platform rendering in demos and prototypes\n- **Development workflow:** Test platform-specific behaviors without switching devices\n- **Documentation:** Show platform-specific examples in help content"
7121
7125
  },
7122
- "VHotkey/inline": {
7123
- "type": "boolean\n",
7124
- "description": "Optimizes the component for seamless integration within text content and documentation. Applies compact styling with baseline alignment, constrained height (1lh), and responsive typography that inherits from parent text. Ideal for help documentation, tooltips, and instructional content. When using multiple inline hotkeys in the same paragraph, increase line-height to prevent visual overlap on text wrapping."
7125
- },
7126
7126
  "VHover/disabled": {
7127
7127
  "type": "boolean\n",
7128
7128
  "description": "Removes hover functionality."
@@ -9607,29 +9607,17 @@
9607
9607
  "type": "string\n",
9608
9608
  "description": "Provides the default type for children selection controls."
9609
9609
  },
9610
- "VRadio/model-value": {
9611
- "type": "any\n",
9612
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9610
+ "VRadio/name": {
9611
+ "type": "string\n",
9612
+ "description": "Sets the component's name attribute."
9613
9613
  },
9614
9614
  "VRadio/error": {
9615
9615
  "type": "boolean\n",
9616
9616
  "description": "Puts the input in a manual error state."
9617
9617
  },
9618
- "VRadio/density": {
9619
- "type": "'default' | 'comfortable' | 'compact'\n",
9620
- "description": "Adjusts the vertical height used by the component."
9621
- },
9622
- "VRadio/theme": {
9623
- "type": "string\n",
9624
- "description": "Specify a theme for this component and all of its children."
9625
- },
9626
- "VRadio/color": {
9627
- "type": "string\n",
9628
- "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)."
9629
- },
9630
- "VRadio/name": {
9618
+ "VRadio/label": {
9631
9619
  "type": "string\n",
9632
- "description": "Sets the component's name attribute."
9620
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9633
9621
  },
9634
9622
  "VRadio/disabled": {
9635
9623
  "type": "boolean\n",
@@ -9647,10 +9635,30 @@
9647
9635
  "type": "string\n",
9648
9636
  "description": "Sets the DOM id on the component."
9649
9637
  },
9638
+ "VRadio/theme": {
9639
+ "type": "string\n",
9640
+ "description": "Specify a theme for this component and all of its children."
9641
+ },
9642
+ "VRadio/model-value": {
9643
+ "type": "any\n",
9644
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9645
+ },
9646
+ "VRadio/color": {
9647
+ "type": "string\n",
9648
+ "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)."
9649
+ },
9650
+ "VRadio/density": {
9651
+ "type": "'default' | 'comfortable' | 'compact'\n",
9652
+ "description": "Adjusts the vertical height used by the component."
9653
+ },
9650
9654
  "VRadio/base-color": {
9651
9655
  "type": "string\n",
9652
9656
  "description": "Sets the color of the input when it is not focused."
9653
9657
  },
9658
+ "VRadio/value-comparator": {
9659
+ "type": "(a: any, b: any) => boolean\n",
9660
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9661
+ },
9654
9662
  "VRadio/readonly": {
9655
9663
  "type": "boolean\n",
9656
9664
  "description": "Puts input in readonly state."
@@ -9659,14 +9667,6 @@
9659
9667
  "type": "boolean | { class: string; keys: number[] }\n",
9660
9668
  "description": "Applies the [v-ripple](/directives/ripple) directive."
9661
9669
  },
9662
- "VRadio/inline": {
9663
- "type": "boolean\n",
9664
- "description": "Puts children inputs into a row."
9665
- },
9666
- "VRadio/label": {
9667
- "type": "string\n",
9668
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9669
- },
9670
9670
  "VRadio/true-value": {
9671
9671
  "type": "any\n",
9672
9672
  "description": "Sets value for truthy state."
@@ -9679,86 +9679,102 @@
9679
9679
  "type": "string\n",
9680
9680
  "description": "The target component to provide defaults values for."
9681
9681
  },
9682
+ "VRadio/inline": {
9683
+ "type": "boolean\n",
9684
+ "description": "Puts children inputs into a row."
9685
+ },
9682
9686
  "VRadio/false-icon": {
9683
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9687
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9684
9688
  "description": "The icon used when inactive."
9685
9689
  },
9686
9690
  "VRadio/true-icon": {
9687
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9691
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9688
9692
  "description": "The icon used when active."
9689
9693
  },
9690
- "VRadio/value-comparator": {
9691
- "type": "(a: any, b: any) => boolean\n",
9692
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9693
- },
9694
9694
  "VRadioGroup/type": {
9695
9695
  "type": "string\n",
9696
9696
  "description": "Provides the default type for children selection controls."
9697
9697
  },
9698
- "VRadioGroup/name": {
9699
- "type": "string\n",
9700
- "description": "Sets the component's name attribute."
9698
+ "VRadioGroup/model-value": {
9699
+ "type": "unknown\n",
9700
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9701
9701
  },
9702
9702
  "VRadioGroup/error": {
9703
9703
  "type": "boolean\n",
9704
9704
  "description": "Puts the input in a manual error state."
9705
9705
  },
9706
- "VRadioGroup/label": {
9707
- "type": "string\n",
9708
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9709
- },
9710
- "VRadioGroup/disabled": {
9711
- "type": "boolean\n",
9712
- "description": "Removes the ability to click or target the component."
9706
+ "VRadioGroup/density": {
9707
+ "type": "'default' | 'comfortable' | 'compact'\n",
9708
+ "description": "Adjusts the vertical height used by the component."
9713
9709
  },
9714
9710
  "VRadioGroup/height": {
9715
9711
  "type": "string | number\n",
9716
9712
  "description": "Sets the height for the component."
9717
9713
  },
9714
+ "VRadioGroup/max-width": {
9715
+ "type": "string | number\n",
9716
+ "description": "Sets the maximum width for the component."
9717
+ },
9718
+ "VRadioGroup/min-width": {
9719
+ "type": "string | number\n",
9720
+ "description": "Sets the minimum width for the component."
9721
+ },
9718
9722
  "VRadioGroup/width": {
9719
9723
  "type": "string | number\n",
9720
9724
  "description": "Sets the width for the component."
9721
9725
  },
9722
- "VRadioGroup/id": {
9723
- "type": "string\n",
9724
- "description": "Sets the DOM id on the component."
9725
- },
9726
9726
  "VRadioGroup/theme": {
9727
9727
  "type": "string\n",
9728
9728
  "description": "Specify a theme for this component and all of its children."
9729
9729
  },
9730
- "VRadioGroup/model-value": {
9731
- "type": "unknown\n",
9732
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9733
- },
9734
9730
  "VRadioGroup/color": {
9735
9731
  "type": "string\n",
9736
9732
  "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)."
9737
9733
  },
9738
- "VRadioGroup/density": {
9739
- "type": "'default' | 'comfortable' | 'compact'\n",
9740
- "description": "Adjusts the vertical height used by the component."
9734
+ "VRadioGroup/name": {
9735
+ "type": "string\n",
9736
+ "description": "Sets the component's name attribute."
9737
+ },
9738
+ "VRadioGroup/disabled": {
9739
+ "type": "boolean\n",
9740
+ "description": "Removes the ability to click or target the component."
9741
+ },
9742
+ "VRadioGroup/id": {
9743
+ "type": "string\n",
9744
+ "description": "Sets the DOM id on the component."
9741
9745
  },
9742
9746
  "VRadioGroup/base-color": {
9743
9747
  "type": "string\n",
9744
9748
  "description": "Sets the color of the input when it is not focused."
9745
9749
  },
9746
- "VRadioGroup/max-width": {
9747
- "type": "string | number\n",
9748
- "description": "Sets the maximum width for the component."
9749
- },
9750
- "VRadioGroup/min-width": {
9751
- "type": "string | number\n",
9752
- "description": "Sets the minimum width for the component."
9753
- },
9754
- "VRadioGroup/value-comparator": {
9755
- "type": "(a: any, b: any) => boolean\n",
9756
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9750
+ "VRadioGroup/prepend-icon": {
9751
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9752
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9757
9753
  },
9758
9754
  "VRadioGroup/append-icon": {
9759
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9755
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9760
9756
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
9761
9757
  },
9758
+ "VRadioGroup/readonly": {
9759
+ "type": "boolean\n",
9760
+ "description": "Puts input in readonly state."
9761
+ },
9762
+ "VRadioGroup/ripple": {
9763
+ "type": "boolean | { class: string; keys: number[] }\n",
9764
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
9765
+ },
9766
+ "VRadioGroup/inline": {
9767
+ "type": "boolean\n",
9768
+ "description": "Displays radio buttons in row."
9769
+ },
9770
+ "VRadioGroup/label": {
9771
+ "type": "string\n",
9772
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9773
+ },
9774
+ "VRadioGroup/direction": {
9775
+ "type": "'horizontal' | 'vertical'\n",
9776
+ "description": "Changes the direction of the input."
9777
+ },
9762
9778
  "VRadioGroup/center-affix": {
9763
9779
  "type": "boolean\n",
9764
9780
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -9771,10 +9787,6 @@
9771
9787
  "type": "string | boolean\n",
9772
9788
  "description": "Sets the color of the prepend/append icons."
9773
9789
  },
9774
- "VRadioGroup/prepend-icon": {
9775
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9776
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9777
- },
9778
9790
  "VRadioGroup/hide-spin-buttons": {
9779
9791
  "type": "boolean\n",
9780
9792
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -9791,10 +9803,6 @@
9791
9803
  "type": "string | string[]\n",
9792
9804
  "description": "Displays a list of messages or a single message if using a string."
9793
9805
  },
9794
- "VRadioGroup/direction": {
9795
- "type": "'horizontal' | 'vertical'\n",
9796
- "description": "Changes the direction of the input."
9797
- },
9798
9806
  "VRadioGroup/error-messages": {
9799
9807
  "type": "string | string[]\n",
9800
9808
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -9803,10 +9811,6 @@
9803
9811
  "type": "string | number\n",
9804
9812
  "description": "Control the maximum number of shown errors from validation."
9805
9813
  },
9806
- "VRadioGroup/readonly": {
9807
- "type": "boolean\n",
9808
- "description": "Puts input in readonly state."
9809
- },
9810
9814
  "VRadioGroup/rules": {
9811
9815
  "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",
9812
9816
  "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`."
@@ -9827,77 +9831,37 @@
9827
9831
  "type": "boolean | 'auto'\n",
9828
9832
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
9829
9833
  },
9830
- "VRadioGroup/inline": {
9831
- "type": "boolean\n",
9832
- "description": "Displays radio buttons in row."
9833
- },
9834
- "VRadioGroup/ripple": {
9835
- "type": "boolean | { class: string; keys: number[] }\n",
9836
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9837
- },
9838
9834
  "VRadioGroup/defaults-target": {
9839
9835
  "type": "string\n",
9840
9836
  "description": "The target component to provide defaults values for."
9841
9837
  },
9842
9838
  "VRadioGroup/false-icon": {
9843
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9839
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9844
9840
  "description": "The icon used when inactive."
9845
9841
  },
9846
9842
  "VRadioGroup/true-icon": {
9847
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9843
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9848
9844
  "description": "The icon used when active."
9849
9845
  },
9850
- "VRangeSlider/model-value": {
9851
- "type": "(string | number)[]\n",
9852
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9853
- },
9854
- "VRangeSlider/error": {
9855
- "type": "boolean\n",
9856
- "description": "Puts the input in a manual error state."
9846
+ "VRadioGroup/value-comparator": {
9847
+ "type": "(a: any, b: any) => boolean\n",
9848
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9857
9849
  },
9858
9850
  "VRangeSlider/reverse": {
9859
9851
  "type": "boolean\n",
9860
9852
  "description": "Reverses the slider direction."
9861
9853
  },
9862
- "VRangeSlider/density": {
9863
- "type": "'default' | 'comfortable' | 'compact'\n",
9864
- "description": "Adjusts the vertical height used by the component."
9865
- },
9866
- "VRangeSlider/max-width": {
9867
- "type": "string | number\n",
9868
- "description": "Sets the maximum width for the component."
9869
- },
9870
- "VRangeSlider/min-width": {
9871
- "type": "string | number\n",
9872
- "description": "Sets the minimum width for the component."
9873
- },
9874
- "VRangeSlider/width": {
9875
- "type": "string | number\n",
9876
- "description": "Sets the width for the component."
9877
- },
9878
- "VRangeSlider/elevation": {
9879
- "type": "string | number\n",
9880
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
9881
- },
9882
- "VRangeSlider/rounded": {
9883
- "type": "string | number | boolean\n",
9884
- "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)."
9885
- },
9886
- "VRangeSlider/tile": {
9887
- "type": "boolean\n",
9888
- "description": "Removes any applied **border-radius** from the component."
9889
- },
9890
- "VRangeSlider/theme": {
9854
+ "VRangeSlider/name": {
9891
9855
  "type": "string\n",
9892
- "description": "Specify a theme for this component and all of its children."
9856
+ "description": "Sets the component's name attribute."
9893
9857
  },
9894
- "VRangeSlider/color": {
9895
- "type": "string\n",
9896
- "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)."
9858
+ "VRangeSlider/error": {
9859
+ "type": "boolean\n",
9860
+ "description": "Puts the input in a manual error state."
9897
9861
  },
9898
- "VRangeSlider/name": {
9862
+ "VRangeSlider/label": {
9899
9863
  "type": "string\n",
9900
- "description": "Sets the component's name attribute."
9864
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9901
9865
  },
9902
9866
  "VRangeSlider/disabled": {
9903
9867
  "type": "boolean\n",
@@ -9915,37 +9879,57 @@
9915
9879
  "type": "string | number\n",
9916
9880
  "description": "If greater than 0, sets step interval for ticks."
9917
9881
  },
9882
+ "VRangeSlider/width": {
9883
+ "type": "string | number\n",
9884
+ "description": "Sets the width for the component."
9885
+ },
9918
9886
  "VRangeSlider/id": {
9919
9887
  "type": "string\n",
9920
9888
  "description": "Sets the DOM id on the component."
9921
9889
  },
9922
- "VRangeSlider/base-color": {
9890
+ "VRangeSlider/theme": {
9923
9891
  "type": "string\n",
9924
- "description": "Sets the color of the input when it is not focused."
9892
+ "description": "Specify a theme for this component and all of its children."
9925
9893
  },
9926
- "VRangeSlider/prepend-icon": {
9927
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9928
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9894
+ "VRangeSlider/model-value": {
9895
+ "type": "(string | number)[]\n",
9896
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9929
9897
  },
9930
- "VRangeSlider/append-icon": {
9931
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9932
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
9898
+ "VRangeSlider/color": {
9899
+ "type": "string\n",
9900
+ "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)."
9933
9901
  },
9934
- "VRangeSlider/readonly": {
9935
- "type": "boolean\n",
9936
- "description": "Puts input in readonly state."
9902
+ "VRangeSlider/density": {
9903
+ "type": "'default' | 'comfortable' | 'compact'\n",
9904
+ "description": "Adjusts the vertical height used by the component."
9937
9905
  },
9938
- "VRangeSlider/ripple": {
9906
+ "VRangeSlider/elevation": {
9907
+ "type": "string | number\n",
9908
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
9909
+ },
9910
+ "VRangeSlider/rounded": {
9911
+ "type": "string | number | boolean\n",
9912
+ "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)."
9913
+ },
9914
+ "VRangeSlider/tile": {
9939
9915
  "type": "boolean\n",
9940
- "description": "Applies the [v-ripple](/directives/ripple) directive."
9916
+ "description": "Removes any applied **border-radius** from the component."
9941
9917
  },
9942
- "VRangeSlider/label": {
9918
+ "VRangeSlider/base-color": {
9943
9919
  "type": "string\n",
9944
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
9920
+ "description": "Sets the color of the input when it is not focused."
9945
9921
  },
9946
- "VRangeSlider/direction": {
9947
- "type": "'horizontal' | 'vertical'\n",
9948
- "description": "Changes the direction of the input."
9922
+ "VRangeSlider/max-width": {
9923
+ "type": "string | number\n",
9924
+ "description": "Sets the maximum width for the component."
9925
+ },
9926
+ "VRangeSlider/min-width": {
9927
+ "type": "string | number\n",
9928
+ "description": "Sets the minimum width for the component."
9929
+ },
9930
+ "VRangeSlider/append-icon": {
9931
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9932
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
9949
9933
  },
9950
9934
  "VRangeSlider/center-affix": {
9951
9935
  "type": "boolean\n",
@@ -9959,6 +9943,10 @@
9959
9943
  "type": "string | boolean\n",
9960
9944
  "description": "Sets the color of the prepend/append icons."
9961
9945
  },
9946
+ "VRangeSlider/prepend-icon": {
9947
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
9948
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
9949
+ },
9962
9950
  "VRangeSlider/hide-spin-buttons": {
9963
9951
  "type": "boolean\n",
9964
9952
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -9975,6 +9963,10 @@
9975
9963
  "type": "string | string[]\n",
9976
9964
  "description": "Displays a list of messages or a single message if using a string."
9977
9965
  },
9966
+ "VRangeSlider/direction": {
9967
+ "type": "'horizontal' | 'vertical'\n",
9968
+ "description": "Changes the direction of the input."
9969
+ },
9978
9970
  "VRangeSlider/error-messages": {
9979
9971
  "type": "string | string[]\n",
9980
9972
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -9983,6 +9975,10 @@
9983
9975
  "type": "string | number\n",
9984
9976
  "description": "Control the maximum number of shown errors from validation."
9985
9977
  },
9978
+ "VRangeSlider/readonly": {
9979
+ "type": "boolean\n",
9980
+ "description": "Puts input in readonly state."
9981
+ },
9986
9982
  "VRangeSlider/rules": {
9987
9983
  "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",
9988
9984
  "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`."
@@ -10003,6 +9999,10 @@
10003
9999
  "type": "boolean | 'auto'\n",
10004
10000
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
10005
10001
  },
10002
+ "VRangeSlider/ripple": {
10003
+ "type": "boolean\n",
10004
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
10005
+ },
10006
10006
  "VRangeSlider/thumb-color": {
10007
10007
  "type": "string\n",
10008
10008
  "description": "Sets the thumb and thumb label color."
@@ -10047,10 +10047,26 @@
10047
10047
  "type": "string | number\n",
10048
10048
  "description": "The amount of items to show."
10049
10049
  },
10050
+ "VRating/model-value": {
10051
+ "type": "string | number\n",
10052
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10053
+ },
10054
+ "VRating/density": {
10055
+ "type": "'default' | 'comfortable' | 'compact'\n",
10056
+ "description": "Adjusts the vertical height used by the component."
10057
+ },
10050
10058
  "VRating/tag": {
10051
10059
  "type": "string | (new () => any) | FunctionalComponent\n",
10052
10060
  "description": "Specify a custom tag used on the root element."
10053
10061
  },
10062
+ "VRating/theme": {
10063
+ "type": "string\n",
10064
+ "description": "Specify a theme for this component and all of its children."
10065
+ },
10066
+ "VRating/color": {
10067
+ "type": "string\n",
10068
+ "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)."
10069
+ },
10054
10070
  "VRating/name": {
10055
10071
  "type": "string\n",
10056
10072
  "description": "Sets the component's name attribute."
@@ -10063,22 +10079,6 @@
10063
10079
  "type": "string | number\n",
10064
10080
  "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**."
10065
10081
  },
10066
- "VRating/theme": {
10067
- "type": "string\n",
10068
- "description": "Specify a theme for this component and all of its children."
10069
- },
10070
- "VRating/model-value": {
10071
- "type": "string | number\n",
10072
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10073
- },
10074
- "VRating/color": {
10075
- "type": "string\n",
10076
- "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)."
10077
- },
10078
- "VRating/density": {
10079
- "type": "'default' | 'comfortable' | 'compact'\n",
10080
- "description": "Adjusts the vertical height used by the component."
10081
- },
10082
10082
  "VRating/active-color": {
10083
10083
  "type": "string\n",
10084
10084
  "description": "The applied color when the component is in an active state."
@@ -10087,28 +10087,28 @@
10087
10087
  "type": "boolean\n",
10088
10088
  "description": "Removes all hover effects and pointer events."
10089
10089
  },
10090
- "VRating/clearable": {
10090
+ "VRating/ripple": {
10091
10091
  "type": "boolean\n",
10092
- "description": "Allows for the component to be cleared by clicking on the current value."
10092
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
10093
10093
  },
10094
10094
  "VRating/hover": {
10095
10095
  "type": "boolean\n",
10096
10096
  "description": "Provides visual feedback when hovering over icons."
10097
10097
  },
10098
- "VRating/ripple": {
10098
+ "VRating/clearable": {
10099
10099
  "type": "boolean\n",
10100
- "description": "Applies the [v-ripple](/directives/ripple) directive."
10100
+ "description": "Allows for the component to be cleared by clicking on the current value."
10101
10101
  },
10102
10102
  "VRating/item-aria-label": {
10103
10103
  "type": "string\n",
10104
10104
  "description": "The **aria-label** used for each item."
10105
10105
  },
10106
10106
  "VRating/empty-icon": {
10107
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
10107
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10108
10108
  "description": "The icon displayed when empty."
10109
10109
  },
10110
10110
  "VRating/full-icon": {
10111
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
10111
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10112
10112
  "description": "The icon displayed when full."
10113
10113
  },
10114
10114
  "VRating/half-increments": {
@@ -10127,10 +10127,6 @@
10127
10127
  "type": "string | number\n",
10128
10128
  "description": "Sets the height for the component."
10129
10129
  },
10130
- "VResponsive/width": {
10131
- "type": "string | number\n",
10132
- "description": "Sets the width for the component."
10133
- },
10134
10130
  "VResponsive/max-height": {
10135
10131
  "type": "string | number\n",
10136
10132
  "description": "Sets the maximum height for the component."
@@ -10147,14 +10143,18 @@
10147
10143
  "type": "string | number\n",
10148
10144
  "description": "Sets the minimum width for the component."
10149
10145
  },
10150
- "VResponsive/content-class": {
10151
- "type": "any\n",
10152
- "description": "Apply a custom class to the internal content element."
10146
+ "VResponsive/width": {
10147
+ "type": "string | number\n",
10148
+ "description": "Sets the width for the component."
10153
10149
  },
10154
10150
  "VResponsive/inline": {
10155
10151
  "type": "boolean\n",
10156
10152
  "description": "Display as an inline element instead of a block, also disables flex-grow."
10157
10153
  },
10154
+ "VResponsive/content-class": {
10155
+ "type": "any\n",
10156
+ "description": "Apply a custom class to the internal content element."
10157
+ },
10158
10158
  "VResponsive/aspect-ratio": {
10159
10159
  "type": "string | number\n",
10160
10160
  "description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content."
@@ -10267,22 +10267,22 @@
10267
10267
  "type": "boolean\n",
10268
10268
  "description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
10269
10269
  },
10270
- "VScrollXReverseTransition/mode": {
10271
- "type": "string\n",
10272
- "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
10273
- },
10274
10270
  "VScrollXReverseTransition/disabled": {
10275
10271
  "type": "boolean\n",
10276
10272
  "description": "Removes the ability to click or target the component."
10277
10273
  },
10278
- "VScrollXReverseTransition/origin": {
10274
+ "VScrollXReverseTransition/mode": {
10279
10275
  "type": "string\n",
10280
- "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
10276
+ "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
10281
10277
  },
10282
10278
  "VScrollXReverseTransition/group": {
10283
10279
  "type": "boolean\n",
10284
10280
  "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
10285
10281
  },
10282
+ "VScrollXReverseTransition/origin": {
10283
+ "type": "string\n",
10284
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
10285
+ },
10286
10286
  "VScrollXReverseTransition/hide-on-leave": {
10287
10287
  "type": "boolean\n",
10288
10288
  "description": "Hides the leaving element (no exit animation)."
@@ -12899,18 +12899,30 @@
12899
12899
  "type": "any\n",
12900
12900
  "description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
12901
12901
  },
12902
+ "VTabs/model-value": {
12903
+ "type": "any\n",
12904
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12905
+ },
12906
+ "VTabs/density": {
12907
+ "type": "'default' | 'comfortable' | 'compact'\n",
12908
+ "description": "Adjusts the vertical height used by the component."
12909
+ },
12910
+ "VTabs/height": {
12911
+ "type": "string | number\n",
12912
+ "description": "Sets the height of the tabs bar."
12913
+ },
12902
12914
  "VTabs/tag": {
12903
12915
  "type": "string | (new () => any) | FunctionalComponent\n",
12904
12916
  "description": "Specify a custom tag used on the root element."
12905
12917
  },
12918
+ "VTabs/color": {
12919
+ "type": "string\n",
12920
+ "description": "Applies specified color to the selected tab - 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)."
12921
+ },
12906
12922
  "VTabs/disabled": {
12907
12923
  "type": "boolean\n",
12908
12924
  "description": "Puts all children components into a disabled state."
12909
12925
  },
12910
- "VTabs/height": {
12911
- "type": "string | number\n",
12912
- "description": "Sets the height of the tabs bar."
12913
- },
12914
12926
  "VTabs/max": {
12915
12927
  "type": "number\n",
12916
12928
  "description": "Sets a maximum number of selections that can be made."
@@ -12919,26 +12931,30 @@
12919
12931
  "type": "boolean\n",
12920
12932
  "description": "Allows one to select multiple items."
12921
12933
  },
12922
- "VTabs/items": {
12923
- "type": "unknown[]\n",
12924
- "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12925
- },
12926
- "VTabs/model-value": {
12927
- "type": "any\n",
12928
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12934
+ "VTabs/stacked": {
12935
+ "type": "boolean\n",
12936
+ "description": "Apply the stacked prop to all children v-tab components."
12929
12937
  },
12930
- "VTabs/color": {
12938
+ "VTabs/selected-class": {
12931
12939
  "type": "string\n",
12932
- "description": "Applies specified color to the selected tab - 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)."
12933
- },
12934
- "VTabs/density": {
12935
- "type": "'default' | 'comfortable' | 'compact'\n",
12936
- "description": "Adjusts the vertical height used by the component."
12940
+ "description": "Configure the active CSS class applied when an item is selected."
12937
12941
  },
12938
12942
  "VTabs/bg-color": {
12939
12943
  "type": "string\n",
12940
12944
  "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)."
12941
12945
  },
12946
+ "VTabs/mobile": {
12947
+ "type": "boolean\n",
12948
+ "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"
12949
+ },
12950
+ "VTabs/mobile-breakpoint": {
12951
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12952
+ "description": "Sets the designated mobile breakpoint for the component."
12953
+ },
12954
+ "VTabs/grow": {
12955
+ "type": "boolean\n",
12956
+ "description": "Force `v-tab`'s to take up all available space."
12957
+ },
12942
12958
  "VTabs/mandatory": {
12943
12959
  "type": "boolean | 'force'\n",
12944
12960
  "description": "Forces at least one item to always be selected (if available)."
@@ -12947,90 +12963,74 @@
12947
12963
  "type": "any\n",
12948
12964
  "description": "Adds classes to the slide group item."
12949
12965
  },
12966
+ "VTabs/items": {
12967
+ "type": "unknown[]\n",
12968
+ "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12969
+ },
12950
12970
  "VTabs/direction": {
12951
12971
  "type": "'horizontal' | 'vertical'\n",
12952
12972
  "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12953
12973
  },
12954
- "VTabs/mobile": {
12955
- "type": "boolean\n",
12956
- "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"
12957
- },
12958
- "VTabs/mobile-breakpoint": {
12959
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12960
- "description": "Sets the designated mobile breakpoint for the component."
12974
+ "VTabs/next-icon": {
12975
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12976
+ "description": "Right pagination icon."
12961
12977
  },
12962
12978
  "VTabs/prev-icon": {
12963
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
12979
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12964
12980
  "description": "Left pagination icon."
12965
12981
  },
12966
- "VTabs/next-icon": {
12967
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
12968
- "description": "Right pagination icon."
12969
- },
12970
- "VTabs/selected-class": {
12971
- "type": "string\n",
12972
- "description": "Configure the active CSS class applied when an item is selected."
12973
- },
12974
- "VTabs/align-tabs": {
12975
- "type": "'title' | 'start' | 'end' | 'center'\n",
12976
- "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
12977
- },
12978
- "VTabs/fixed-tabs": {
12979
- "type": "boolean\n",
12980
- "description": "`v-tabs-item` min-width 160px, max-width 360px."
12981
- },
12982
- "VTabs/stacked": {
12983
- "type": "boolean\n",
12984
- "description": "Apply the stacked prop to all children v-tab components."
12985
- },
12986
- "VTabs/grow": {
12987
- "type": "boolean\n",
12988
- "description": "Force `v-tab`'s to take up all available space."
12982
+ "VTabs/show-arrows": {
12983
+ "type": "string | boolean\n",
12984
+ "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12989
12985
  },
12990
- "VTabs/hide-slider": {
12986
+ "VTabs/center-active": {
12991
12987
  "type": "boolean\n",
12992
- "description": "Hide's the generated `v-tabs-slider`."
12988
+ "description": "Forces the selected tab to be centered."
12993
12989
  },
12994
12990
  "VTabs/slider-color": {
12995
12991
  "type": "string\n",
12996
12992
  "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12997
12993
  },
12998
- "VTabs/center-active": {
12994
+ "VTabs/hide-slider": {
12999
12995
  "type": "boolean\n",
13000
- "description": "Forces the selected tab to be centered."
13001
- },
13002
- "VTabs/show-arrows": {
13003
- "type": "string | boolean\n",
13004
- "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12996
+ "description": "Hide's the generated `v-tabs-slider`."
13005
12997
  },
13006
- "VTabsWindow/model-value": {
13007
- "type": "any\n",
13008
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12998
+ "VTabs/align-tabs": {
12999
+ "type": "'title' | 'end' | 'start' | 'center'\n",
13000
+ "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
13009
13001
  },
13010
- "VTabsWindow/reverse": {
13002
+ "VTabs/fixed-tabs": {
13011
13003
  "type": "boolean\n",
13012
- "description": "Reverse the normal transition direction."
13004
+ "description": "`v-tabs-item` min-width 160px, max-width 360px."
13013
13005
  },
13014
13006
  "VTabsWindow/tag": {
13015
13007
  "type": "string | (new () => any) | FunctionalComponent\n",
13016
13008
  "description": "Specify a custom tag used on the root element."
13017
13009
  },
13018
- "VTabsWindow/theme": {
13019
- "type": "string\n",
13020
- "description": "Specify a theme for this component and all of its children."
13010
+ "VTabsWindow/reverse": {
13011
+ "type": "boolean\n",
13012
+ "description": "Reverse the normal transition direction."
13021
13013
  },
13022
13014
  "VTabsWindow/disabled": {
13023
13015
  "type": "boolean\n",
13024
13016
  "description": "Removes the ability to click or target the component."
13025
13017
  },
13026
- "VTabsWindow/selected-class": {
13018
+ "VTabsWindow/theme": {
13027
13019
  "type": "string\n",
13028
- "description": "Configure the active CSS class applied when an item is selected."
13020
+ "description": "Specify a theme for this component and all of its children."
13021
+ },
13022
+ "VTabsWindow/model-value": {
13023
+ "type": "any\n",
13024
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13029
13025
  },
13030
13026
  "VTabsWindow/direction": {
13031
13027
  "type": "'horizontal' | 'vertical'\n",
13032
13028
  "description": "The transition direction when changing windows."
13033
13029
  },
13030
+ "VTabsWindow/selected-class": {
13031
+ "type": "string\n",
13032
+ "description": "Configure the active CSS class applied when an item is selected."
13033
+ },
13034
13034
  "VTabsWindow/vertical-arrows": {
13035
13035
  "type": "boolean | 'left' | 'right'\n",
13036
13036
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VWindow.json))"
@@ -13043,22 +13043,22 @@
13043
13043
  "type": "any\n",
13044
13044
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13045
13045
  },
13046
- "VTabsWindowItem/eager": {
13047
- "type": "boolean\n",
13048
- "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."
13046
+ "VTabsWindowItem/selected-class": {
13047
+ "type": "string\n",
13048
+ "description": "Configure the active CSS class applied when an item is selected."
13049
13049
  },
13050
13050
  "VTabsWindowItem/transition": {
13051
13051
  "type": "string | boolean\n",
13052
13052
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
13053
13053
  },
13054
+ "VTabsWindowItem/eager": {
13055
+ "type": "boolean\n",
13056
+ "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."
13057
+ },
13054
13058
  "VTabsWindowItem/reverse-transition": {
13055
13059
  "type": "string | boolean\n",
13056
13060
  "description": "Sets the reverse transition."
13057
13061
  },
13058
- "VTabsWindowItem/selected-class": {
13059
- "type": "string\n",
13060
- "description": "Configure the active CSS class applied when an item is selected."
13061
- },
13062
13062
  "VTextField/flat": {
13063
13063
  "type": "boolean\n",
13064
13064
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props."
@@ -13067,57 +13067,21 @@
13067
13067
  "type": "string\n",
13068
13068
  "description": "Sets input type."
13069
13069
  },
13070
- "VTextField/model-value": {
13071
- "type": "any\n",
13072
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13073
- },
13074
- "VTextField/error": {
13075
- "type": "boolean\n",
13076
- "description": "Puts the input in a manual error state."
13077
- },
13078
13070
  "VTextField/reverse": {
13079
13071
  "type": "boolean\n",
13080
13072
  "description": "Reverses the input orientation."
13081
13073
  },
13082
- "VTextField/density": {
13083
- "type": "'default' | 'comfortable' | 'compact'\n",
13084
- "description": "Adjusts the vertical height used by the component."
13085
- },
13086
- "VTextField/max-width": {
13087
- "type": "string | number\n",
13088
- "description": "Sets the maximum width for the component."
13089
- },
13090
- "VTextField/min-width": {
13091
- "type": "string | number\n",
13092
- "description": "Sets the minimum width for the component."
13093
- },
13094
- "VTextField/width": {
13095
- "type": "string | number\n",
13096
- "description": "Sets the width for the component."
13097
- },
13098
- "VTextField/rounded": {
13099
- "type": "string | number | boolean\n",
13100
- "description": "Adds a border radius to the input."
13101
- },
13102
- "VTextField/tile": {
13103
- "type": "boolean\n",
13104
- "description": "Removes any applied **border-radius** from the component."
13105
- },
13106
- "VTextField/theme": {
13107
- "type": "string\n",
13108
- "description": "Specify a theme for this component and all of its children."
13109
- },
13110
- "VTextField/color": {
13074
+ "VTextField/name": {
13111
13075
  "type": "string\n",
13112
- "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)."
13076
+ "description": "Sets the component's name attribute."
13113
13077
  },
13114
- "VTextField/variant": {
13115
- "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
13116
- "description": "Applies a distinct style to the component."
13078
+ "VTextField/error": {
13079
+ "type": "boolean\n",
13080
+ "description": "Puts the input in a manual error state."
13117
13081
  },
13118
- "VTextField/name": {
13082
+ "VTextField/label": {
13119
13083
  "type": "string\n",
13120
- "description": "Sets the component's name attribute."
13084
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13121
13085
  },
13122
13086
  "VTextField/disabled": {
13123
13087
  "type": "boolean\n",
@@ -13127,6 +13091,10 @@
13127
13091
  "type": "string\n",
13128
13092
  "description": "Sets the input’s placeholder text."
13129
13093
  },
13094
+ "VTextField/width": {
13095
+ "type": "string | number\n",
13096
+ "description": "Sets the width for the component."
13097
+ },
13130
13098
  "VTextField/id": {
13131
13099
  "type": "string\n",
13132
13100
  "description": "Sets the DOM id on the component."
@@ -13143,41 +13111,69 @@
13143
13111
  "type": "boolean\n",
13144
13112
  "description": "Enables autofocus."
13145
13113
  },
13146
- "VTextField/active": {
13147
- "type": "boolean\n",
13148
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13114
+ "VTextField/theme": {
13115
+ "type": "string\n",
13116
+ "description": "Specify a theme for this component and all of its children."
13149
13117
  },
13150
- "VTextField/base-color": {
13118
+ "VTextField/model-value": {
13119
+ "type": "any\n",
13120
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13121
+ },
13122
+ "VTextField/color": {
13151
13123
  "type": "string\n",
13152
- "description": "Sets the color of the input when it is not focused."
13124
+ "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)."
13153
13125
  },
13154
- "VTextField/prepend-icon": {
13155
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13156
- "description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
13126
+ "VTextField/density": {
13127
+ "type": "'default' | 'comfortable' | 'compact'\n",
13128
+ "description": "Adjusts the vertical height used by the component."
13157
13129
  },
13158
- "VTextField/append-icon": {
13159
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13160
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13130
+ "VTextField/rounded": {
13131
+ "type": "string | number | boolean\n",
13132
+ "description": "Adds a border radius to the input."
13161
13133
  },
13162
- "VTextField/readonly": {
13134
+ "VTextField/tile": {
13163
13135
  "type": "boolean\n",
13164
- "description": "Puts input in readonly state."
13165
- },
13166
- "VTextField/loading": {
13167
- "type": "string | boolean\n",
13168
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
13136
+ "description": "Removes any applied **border-radius** from the component."
13169
13137
  },
13170
- "VTextField/label": {
13138
+ "VTextField/base-color": {
13171
13139
  "type": "string\n",
13172
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13140
+ "description": "Sets the color of the input when it is not focused."
13173
13141
  },
13174
13142
  "VTextField/bg-color": {
13175
13143
  "type": "string\n",
13176
13144
  "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)."
13177
13145
  },
13178
- "VTextField/direction": {
13179
- "type": "'horizontal' | 'vertical'\n",
13180
- "description": "Changes the direction of the input."
13146
+ "VTextField/max-width": {
13147
+ "type": "string | number\n",
13148
+ "description": "Sets the maximum width for the component."
13149
+ },
13150
+ "VTextField/min-width": {
13151
+ "type": "string | number\n",
13152
+ "description": "Sets the minimum width for the component."
13153
+ },
13154
+ "VTextField/variant": {
13155
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
13156
+ "description": "Applies a distinct style to the component."
13157
+ },
13158
+ "VTextField/counter": {
13159
+ "type": "string | number | boolean\n",
13160
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
13161
+ },
13162
+ "VTextField/persistent-placeholder": {
13163
+ "type": "boolean\n",
13164
+ "description": "Forces placeholder to always be visible."
13165
+ },
13166
+ "VTextField/persistent-counter": {
13167
+ "type": "boolean\n",
13168
+ "description": "Forces counter to always be visible."
13169
+ },
13170
+ "VTextField/suffix": {
13171
+ "type": "string\n",
13172
+ "description": "Displays suffix text."
13173
+ },
13174
+ "VTextField/append-icon": {
13175
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13176
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13181
13177
  },
13182
13178
  "VTextField/center-affix": {
13183
13179
  "type": "boolean\n",
@@ -13191,6 +13187,10 @@
13191
13187
  "type": "string | boolean\n",
13192
13188
  "description": "Sets the color of the prepend/append icons."
13193
13189
  },
13190
+ "VTextField/prepend-icon": {
13191
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13192
+ "description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
13193
+ },
13194
13194
  "VTextField/hide-spin-buttons": {
13195
13195
  "type": "boolean\n",
13196
13196
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -13207,6 +13207,10 @@
13207
13207
  "type": "string | string[]\n",
13208
13208
  "description": "Displays a list of messages or a single message if using a string."
13209
13209
  },
13210
+ "VTextField/direction": {
13211
+ "type": "'horizontal' | 'vertical'\n",
13212
+ "description": "Changes the direction of the input."
13213
+ },
13210
13214
  "VTextField/error-messages": {
13211
13215
  "type": "string | string[]\n",
13212
13216
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -13215,6 +13219,10 @@
13215
13219
  "type": "string | number\n",
13216
13220
  "description": "Control the maximum number of shown errors from validation."
13217
13221
  },
13222
+ "VTextField/readonly": {
13223
+ "type": "boolean\n",
13224
+ "description": "Puts input in readonly state."
13225
+ },
13218
13226
  "VTextField/rules": {
13219
13227
  "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",
13220
13228
  "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`."
@@ -13235,24 +13243,8 @@
13235
13243
  "type": "boolean | 'auto'\n",
13236
13244
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
13237
13245
  },
13238
- "VTextField/counter": {
13239
- "type": "string | number | boolean\n",
13240
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
13241
- },
13242
- "VTextField/persistent-placeholder": {
13243
- "type": "boolean\n",
13244
- "description": "Forces placeholder to always be visible."
13245
- },
13246
- "VTextField/persistent-counter": {
13247
- "type": "boolean\n",
13248
- "description": "Forces counter to always be visible."
13249
- },
13250
- "VTextField/suffix": {
13251
- "type": "string\n",
13252
- "description": "Displays suffix text."
13253
- },
13254
13246
  "VTextField/append-inner-icon": {
13255
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13247
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13256
13248
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
13257
13249
  },
13258
13250
  "VTextField/clearable": {
@@ -13260,9 +13252,13 @@
13260
13252
  "description": "Allows for the component to be cleared."
13261
13253
  },
13262
13254
  "VTextField/clear-icon": {
13263
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13255
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13264
13256
  "description": "Applied when using **clearable** and the input is dirty."
13265
13257
  },
13258
+ "VTextField/active": {
13259
+ "type": "boolean\n",
13260
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13261
+ },
13266
13262
  "VTextField/dirty": {
13267
13263
  "type": "boolean\n",
13268
13264
  "description": "Manually apply the dirty state styling."
@@ -13272,13 +13268,17 @@
13272
13268
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
13273
13269
  },
13274
13270
  "VTextField/prepend-inner-icon": {
13275
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13271
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13276
13272
  "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`."
13277
13273
  },
13278
13274
  "VTextField/single-line": {
13279
13275
  "type": "boolean\n",
13280
13276
  "description": "Label does not move on focus/dirty."
13281
13277
  },
13278
+ "VTextField/loading": {
13279
+ "type": "string | boolean\n",
13280
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
13281
+ },
13282
13282
  "VTextField/counter-value": {
13283
13283
  "type": "number | ((value: any) => number)\n",
13284
13284
  "description": "Function returns the counter display text."
@@ -13291,110 +13291,114 @@
13291
13291
  "type": "boolean\n",
13292
13292
  "description": "Removes box shadow when using a variant with elevation."
13293
13293
  },
13294
- "VTextarea/reverse": {
13295
- "type": "boolean\n",
13296
- "description": "Reverses the orientation."
13297
- },
13298
- "VTextarea/name": {
13299
- "type": "string\n",
13300
- "description": "Sets the component's name attribute."
13294
+ "VTextarea/model-value": {
13295
+ "type": "any\n",
13296
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13301
13297
  },
13302
13298
  "VTextarea/error": {
13303
13299
  "type": "boolean\n",
13304
13300
  "description": "Puts the input in a manual error state."
13305
13301
  },
13306
- "VTextarea/label": {
13307
- "type": "string\n",
13308
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13309
- },
13310
- "VTextarea/disabled": {
13302
+ "VTextarea/reverse": {
13311
13303
  "type": "boolean\n",
13312
- "description": "Removes the ability to click or target the input."
13304
+ "description": "Reverses the orientation."
13313
13305
  },
13314
- "VTextarea/placeholder": {
13315
- "type": "string\n",
13316
- "description": "Sets the input's placeholder text."
13306
+ "VTextarea/density": {
13307
+ "type": "'default' | 'comfortable' | 'compact'\n",
13308
+ "description": "Adjusts the vertical height used by the component."
13309
+ },
13310
+ "VTextarea/max-width": {
13311
+ "type": "string | number\n",
13312
+ "description": "Sets the maximum width for the component."
13313
+ },
13314
+ "VTextarea/min-width": {
13315
+ "type": "string | number\n",
13316
+ "description": "Sets the minimum width for the component."
13317
13317
  },
13318
13318
  "VTextarea/width": {
13319
13319
  "type": "string | number\n",
13320
13320
  "description": "Sets the width for the component."
13321
13321
  },
13322
- "VTextarea/id": {
13323
- "type": "string\n",
13324
- "description": "Sets the DOM id on the component."
13325
- },
13326
- "VTextarea/prefix": {
13327
- "type": "string\n",
13328
- "description": "Displays prefix text."
13322
+ "VTextarea/rounded": {
13323
+ "type": "string | number | boolean\n",
13324
+ "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)."
13329
13325
  },
13330
- "VTextarea/autofocus": {
13326
+ "VTextarea/tile": {
13331
13327
  "type": "boolean\n",
13332
- "description": "The element should be focused as soon as the page loads."
13328
+ "description": "Removes any applied **border-radius** from the component."
13333
13329
  },
13334
13330
  "VTextarea/theme": {
13335
13331
  "type": "string\n",
13336
13332
  "description": "Specify a theme for this component and all of its children."
13337
13333
  },
13338
- "VTextarea/model-value": {
13339
- "type": "any\n",
13340
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13341
- },
13342
13334
  "VTextarea/color": {
13343
13335
  "type": "string\n",
13344
13336
  "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)."
13345
13337
  },
13346
- "VTextarea/density": {
13347
- "type": "'default' | 'comfortable' | 'compact'\n",
13348
- "description": "Adjusts the vertical height used by the component."
13338
+ "VTextarea/variant": {
13339
+ "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
13340
+ "description": "Applies a distinct style to the component."
13349
13341
  },
13350
- "VTextarea/rounded": {
13351
- "type": "string | number | boolean\n",
13352
- "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)."
13342
+ "VTextarea/name": {
13343
+ "type": "string\n",
13344
+ "description": "Sets the component's name attribute."
13353
13345
  },
13354
- "VTextarea/tile": {
13346
+ "VTextarea/disabled": {
13355
13347
  "type": "boolean\n",
13356
- "description": "Removes any applied **border-radius** from the component."
13348
+ "description": "Removes the ability to click or target the input."
13357
13349
  },
13358
- "VTextarea/base-color": {
13350
+ "VTextarea/placeholder": {
13359
13351
  "type": "string\n",
13360
- "description": "Sets the color of the input when it is not focused."
13352
+ "description": "Sets the input's placeholder text."
13361
13353
  },
13362
- "VTextarea/bg-color": {
13354
+ "VTextarea/id": {
13363
13355
  "type": "string\n",
13364
- "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)."
13365
- },
13366
- "VTextarea/max-width": {
13367
- "type": "string | number\n",
13368
- "description": "Sets the maximum width for the component."
13369
- },
13370
- "VTextarea/min-width": {
13371
- "type": "string | number\n",
13372
- "description": "Sets the minimum width for the component."
13373
- },
13374
- "VTextarea/variant": {
13375
- "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
13376
- "description": "Applies a distinct style to the component."
13356
+ "description": "Sets the DOM id on the component."
13377
13357
  },
13378
- "VTextarea/counter": {
13379
- "type": "string | number | true\n",
13380
- "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
13358
+ "VTextarea/prefix": {
13359
+ "type": "string\n",
13360
+ "description": "Displays prefix text."
13381
13361
  },
13382
- "VTextarea/persistent-placeholder": {
13362
+ "VTextarea/autofocus": {
13383
13363
  "type": "boolean\n",
13384
- "description": "Forces placeholder to always be visible."
13364
+ "description": "The element should be focused as soon as the page loads."
13385
13365
  },
13386
- "VTextarea/persistent-counter": {
13366
+ "VTextarea/active": {
13387
13367
  "type": "boolean\n",
13388
- "description": "Forces counter to always be visible."
13368
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13389
13369
  },
13390
- "VTextarea/suffix": {
13370
+ "VTextarea/base-color": {
13391
13371
  "type": "string\n",
13392
- "description": "Displays suffix text."
13372
+ "description": "Sets the color of the input when it is not focused."
13373
+ },
13374
+ "VTextarea/prepend-icon": {
13375
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13376
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13393
13377
  },
13394
13378
  "VTextarea/append-icon": {
13395
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13379
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13396
13380
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13397
13381
  },
13382
+ "VTextarea/readonly": {
13383
+ "type": "boolean\n",
13384
+ "description": "Puts input in readonly state."
13385
+ },
13386
+ "VTextarea/loading": {
13387
+ "type": "string | boolean\n",
13388
+ "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
13389
+ },
13390
+ "VTextarea/label": {
13391
+ "type": "string\n",
13392
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13393
+ },
13394
+ "VTextarea/bg-color": {
13395
+ "type": "string\n",
13396
+ "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)."
13397
+ },
13398
+ "VTextarea/direction": {
13399
+ "type": "'horizontal' | 'vertical'\n",
13400
+ "description": "Changes the direction of the input."
13401
+ },
13398
13402
  "VTextarea/center-affix": {
13399
13403
  "type": "boolean\n",
13400
13404
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -13407,10 +13411,6 @@
13407
13411
  "type": "string | boolean\n",
13408
13412
  "description": "Sets the color of the prepend/append icons."
13409
13413
  },
13410
- "VTextarea/prepend-icon": {
13411
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13412
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13413
- },
13414
13414
  "VTextarea/hide-spin-buttons": {
13415
13415
  "type": "boolean\n",
13416
13416
  "description": "Hides spin buttons on the input when type is set to `number`."
@@ -13427,10 +13427,6 @@
13427
13427
  "type": "string | string[]\n",
13428
13428
  "description": "Displays a list of messages or a single message if using a string."
13429
13429
  },
13430
- "VTextarea/direction": {
13431
- "type": "'horizontal' | 'vertical'\n",
13432
- "description": "Changes the direction of the input."
13433
- },
13434
13430
  "VTextarea/error-messages": {
13435
13431
  "type": "string | string[]\n",
13436
13432
  "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
@@ -13439,10 +13435,6 @@
13439
13435
  "type": "string | number\n",
13440
13436
  "description": "Control the maximum number of shown errors from validation."
13441
13437
  },
13442
- "VTextarea/readonly": {
13443
- "type": "boolean\n",
13444
- "description": "Puts input in readonly state."
13445
- },
13446
13438
  "VTextarea/rules": {
13447
13439
  "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",
13448
13440
  "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`."
@@ -13463,8 +13455,24 @@
13463
13455
  "type": "boolean | 'auto'\n",
13464
13456
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
13465
13457
  },
13458
+ "VTextarea/counter": {
13459
+ "type": "string | number | true\n",
13460
+ "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
13461
+ },
13462
+ "VTextarea/persistent-placeholder": {
13463
+ "type": "boolean\n",
13464
+ "description": "Forces placeholder to always be visible."
13465
+ },
13466
+ "VTextarea/persistent-counter": {
13467
+ "type": "boolean\n",
13468
+ "description": "Forces counter to always be visible."
13469
+ },
13470
+ "VTextarea/suffix": {
13471
+ "type": "string\n",
13472
+ "description": "Displays suffix text."
13473
+ },
13466
13474
  "VTextarea/append-inner-icon": {
13467
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13475
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13468
13476
  "description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
13469
13477
  },
13470
13478
  "VTextarea/clearable": {
@@ -13472,13 +13480,9 @@
13472
13480
  "description": "Allows for the component to be cleared."
13473
13481
  },
13474
13482
  "VTextarea/clear-icon": {
13475
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13483
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13476
13484
  "description": "The icon used when the **clearable** prop is set to true."
13477
13485
  },
13478
- "VTextarea/active": {
13479
- "type": "boolean\n",
13480
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13481
- },
13482
13486
  "VTextarea/dirty": {
13483
13487
  "type": "boolean\n",
13484
13488
  "description": "Manually apply the dirty state styling."
@@ -13488,17 +13492,13 @@
13488
13492
  "description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
13489
13493
  },
13490
13494
  "VTextarea/prepend-inner-icon": {
13491
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13495
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13492
13496
  "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
13493
13497
  },
13494
13498
  "VTextarea/single-line": {
13495
13499
  "type": "boolean\n",
13496
13500
  "description": "Label does not move on focus/dirty."
13497
13501
  },
13498
- "VTextarea/loading": {
13499
- "type": "string | boolean\n",
13500
- "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
13501
- },
13502
13502
  "VTextarea/counter-value": {
13503
13503
  "type": "(value: any) => number\n",
13504
13504
  "description": "Display the input length but do not provide any validation."
@@ -13535,57 +13535,53 @@
13535
13535
  "type": "boolean\n",
13536
13536
  "description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
13537
13537
  },
13538
- "VTimePicker/tag": {
13539
- "type": "string | (new () => any) | FunctionalComponent\n",
13540
- "description": "Specify a custom tag used on the root element."
13541
- },
13542
13538
  "VTimePicker/title": {
13543
13539
  "type": "string\n",
13544
13540
  "description": "Specify a title text for the component."
13545
13541
  },
13546
- "VTimePicker/disabled": {
13547
- "type": "boolean\n",
13548
- "description": "Removes the ability to click or target the component."
13542
+ "VTimePicker/border": {
13543
+ "type": "string | number | boolean\n",
13544
+ "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)."
13545
+ },
13546
+ "VTimePicker/model-value": {
13547
+ "type": "any\n",
13548
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13549
13549
  },
13550
13550
  "VTimePicker/height": {
13551
13551
  "type": "string | number\n",
13552
13552
  "description": "Sets the height for the component."
13553
13553
  },
13554
- "VTimePicker/max": {
13555
- "type": "string\n",
13556
- "description": "Maximum allowed time."
13554
+ "VTimePicker/max-height": {
13555
+ "type": "string | number\n",
13556
+ "description": "Sets the maximum height for the component."
13557
13557
  },
13558
- "VTimePicker/min": {
13559
- "type": "string\n",
13560
- "description": "Minimum allowed time."
13558
+ "VTimePicker/max-width": {
13559
+ "type": "string | number\n",
13560
+ "description": "Sets the maximum width for the component."
13561
+ },
13562
+ "VTimePicker/min-height": {
13563
+ "type": "string | number\n",
13564
+ "description": "Sets the minimum height for the component."
13565
+ },
13566
+ "VTimePicker/min-width": {
13567
+ "type": "string | number\n",
13568
+ "description": "Sets the minimum width for the component."
13561
13569
  },
13562
13570
  "VTimePicker/width": {
13563
13571
  "type": "string | number\n",
13564
13572
  "description": "Width of the picker."
13565
13573
  },
13566
- "VTimePicker/theme": {
13567
- "type": "string\n",
13568
- "description": "Specify a theme for this component and all of its children."
13569
- },
13570
- "VTimePicker/model-value": {
13571
- "type": "any\n",
13572
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13574
+ "VTimePicker/elevation": {
13575
+ "type": "string | number\n",
13576
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13573
13577
  },
13574
13578
  "VTimePicker/location": {
13575
13579
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
13576
13580
  "description": "Specifies the component's location. Can combine by using a space separated string."
13577
13581
  },
13578
- "VTimePicker/color": {
13579
- "type": "string\n",
13580
- "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)."
13581
- },
13582
- "VTimePicker/border": {
13583
- "type": "string | number | boolean\n",
13584
- "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)."
13585
- },
13586
- "VTimePicker/elevation": {
13587
- "type": "string | number\n",
13588
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13582
+ "VTimePicker/position": {
13583
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
13584
+ "description": "Sets the position for the component."
13589
13585
  },
13590
13586
  "VTimePicker/rounded": {
13591
13587
  "type": "string | number | boolean\n",
@@ -13595,30 +13591,42 @@
13595
13591
  "type": "boolean\n",
13596
13592
  "description": "Removes any applied **border-radius** from the component."
13597
13593
  },
13598
- "VTimePicker/bg-color": {
13594
+ "VTimePicker/tag": {
13595
+ "type": "string | (new () => any) | FunctionalComponent\n",
13596
+ "description": "Specify a custom tag used on the root element."
13597
+ },
13598
+ "VTimePicker/theme": {
13599
13599
  "type": "string\n",
13600
- "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)."
13600
+ "description": "Specify a theme for this component and all of its children."
13601
13601
  },
13602
- "VTimePicker/max-height": {
13603
- "type": "string | number\n",
13604
- "description": "Sets the maximum height for the component."
13602
+ "VTimePicker/color": {
13603
+ "type": "string\n",
13604
+ "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)."
13605
13605
  },
13606
- "VTimePicker/max-width": {
13607
- "type": "string | number\n",
13608
- "description": "Sets the maximum width for the component."
13606
+ "VTimePicker/disabled": {
13607
+ "type": "boolean\n",
13608
+ "description": "Removes the ability to click or target the component."
13609
13609
  },
13610
- "VTimePicker/min-height": {
13611
- "type": "string | number\n",
13612
- "description": "Sets the minimum height for the component."
13610
+ "VTimePicker/max": {
13611
+ "type": "string\n",
13612
+ "description": "Maximum allowed time."
13613
13613
  },
13614
- "VTimePicker/min-width": {
13615
- "type": "string | number\n",
13616
- "description": "Sets the minimum width for the component."
13614
+ "VTimePicker/min": {
13615
+ "type": "string\n",
13616
+ "description": "Minimum allowed time."
13617
13617
  },
13618
13618
  "VTimePicker/readonly": {
13619
13619
  "type": "boolean\n",
13620
13620
  "description": "Puts picker in readonly state."
13621
13621
  },
13622
+ "VTimePicker/bg-color": {
13623
+ "type": "string\n",
13624
+ "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)."
13625
+ },
13626
+ "VTimePicker/scrollable": {
13627
+ "type": "boolean\n",
13628
+ "description": "Allows changing hour/minute with mouse scroll."
13629
+ },
13622
13630
  "VTimePicker/divided": {
13623
13631
  "type": "boolean\n",
13624
13632
  "description": "Adds a divider between the header and controls."
@@ -13627,10 +13635,6 @@
13627
13635
  "type": "boolean\n",
13628
13636
  "description": "Hide the picker header."
13629
13637
  },
13630
- "VTimePicker/position": {
13631
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
13632
- "description": "Sets the position for the component."
13633
- },
13634
13638
  "VTimePicker/view-mode": {
13635
13639
  "type": "'hour' | 'minute' | 'second'\n",
13636
13640
  "description": "The current view mode of the picker.`"
@@ -13639,10 +13643,6 @@
13639
13643
  "type": "'ampm' | '24hr'\n",
13640
13644
  "description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
13641
13645
  },
13642
- "VTimePicker/scrollable": {
13643
- "type": "boolean\n",
13644
- "description": "Allows changing hour/minute with mouse scroll."
13645
- },
13646
13646
  "VTimePicker/use-seconds": {
13647
13647
  "type": "boolean\n",
13648
13648
  "description": "Toggles the use of seconds in picker."
@@ -13659,14 +13659,6 @@
13659
13659
  "type": "number[] | ((val: number) => boolean)\n",
13660
13660
  "description": "Restricts which seconds can be selected."
13661
13661
  },
13662
- "VTimePickerClock/model-value": {
13663
- "type": "number\n",
13664
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13665
- },
13666
- "VTimePickerClock/color": {
13667
- "type": "string\n",
13668
- "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)."
13669
- },
13670
13662
  "VTimePickerClock/disabled": {
13671
13663
  "type": "boolean\n",
13672
13664
  "description": "Removes the ability to click or target the component."
@@ -13683,13 +13675,21 @@
13683
13675
  "type": "number\n",
13684
13676
  "description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
13685
13677
  },
13678
+ "VTimePickerClock/model-value": {
13679
+ "type": "number\n",
13680
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13681
+ },
13682
+ "VTimePickerClock/color": {
13683
+ "type": "string\n",
13684
+ "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)."
13685
+ },
13686
13686
  "VTimePickerClock/readonly": {
13687
13687
  "type": "boolean\n",
13688
13688
  "description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
13689
13689
  },
13690
- "VTimePickerClock/scrollable": {
13691
- "type": "boolean\n",
13692
- "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
13690
+ "VTimePickerClock/rotate": {
13691
+ "type": "number\n",
13692
+ "description": "Controls rotation, specifying the degree of rotation for the clock hands."
13693
13693
  },
13694
13694
  "VTimePickerClock/ampm": {
13695
13695
  "type": "boolean\n",
@@ -13707,14 +13707,18 @@
13707
13707
  "type": "Function\n",
13708
13708
  "description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
13709
13709
  },
13710
- "VTimePickerClock/rotate": {
13711
- "type": "number\n",
13712
- "description": "Controls rotation, specifying the degree of rotation for the clock hands."
13710
+ "VTimePickerClock/scrollable": {
13711
+ "type": "boolean\n",
13712
+ "description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
13713
13713
  },
13714
13714
  "VTimePickerClock/allowed-values": {
13715
13715
  "type": "(value: number) => boolean\n",
13716
13716
  "description": "Restricts which hours can be selected."
13717
13717
  },
13718
+ "VTimePickerControls/color": {
13719
+ "type": "string\n",
13720
+ "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)."
13721
+ },
13718
13722
  "VTimePickerControls/disabled": {
13719
13723
  "type": "boolean\n",
13720
13724
  "description": "Removes the ability to click or target the component."
@@ -13723,10 +13727,6 @@
13723
13727
  "type": "number\n",
13724
13728
  "description": "The current value of the timepicker."
13725
13729
  },
13726
- "VTimePickerControls/color": {
13727
- "type": "string\n",
13728
- "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)."
13729
- },
13730
13730
  "VTimePickerControls/readonly": {
13731
13731
  "type": "boolean\n",
13732
13732
  "description": "Makes the timepicker readonly."
@@ -13759,18 +13759,10 @@
13759
13759
  "type": "'am' | 'pm'\n",
13760
13760
  "description": "The current period value. either `am` or `pm`."
13761
13761
  },
13762
- "VTimeline/density": {
13763
- "type": "'default' | 'comfortable' | 'compact'\n",
13764
- "description": "Adjusts the vertical height used by the component."
13765
- },
13766
13762
  "VTimeline/tag": {
13767
13763
  "type": "string | (new () => any) | FunctionalComponent\n",
13768
13764
  "description": "Specify a custom tag used on the root element."
13769
13765
  },
13770
- "VTimeline/theme": {
13771
- "type": "string\n",
13772
- "description": "Specify a theme for this component and all of its children."
13773
- },
13774
13766
  "VTimeline/align": {
13775
13767
  "type": "'start' | 'center'\n",
13776
13768
  "description": "Places the timeline dot at the top or center of the timeline item."
@@ -13779,14 +13771,26 @@
13779
13771
  "type": "string | number\n",
13780
13772
  "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**."
13781
13773
  },
13782
- "VTimeline/direction": {
13783
- "type": "'horizontal' | 'vertical'\n",
13784
- "description": "Display timeline in a **vertical** or **horizontal** direction."
13774
+ "VTimeline/theme": {
13775
+ "type": "string\n",
13776
+ "description": "Specify a theme for this component and all of its children."
13777
+ },
13778
+ "VTimeline/density": {
13779
+ "type": "'default' | 'comfortable' | 'compact'\n",
13780
+ "description": "Adjusts the vertical height used by the component."
13785
13781
  },
13786
13782
  "VTimeline/icon-color": {
13787
13783
  "type": "string\n",
13788
13784
  "description": "Color of the icon."
13789
13785
  },
13786
+ "VTimeline/direction": {
13787
+ "type": "'horizontal' | 'vertical'\n",
13788
+ "description": "Display timeline in a **vertical** or **horizontal** direction."
13789
+ },
13790
+ "VTimeline/side": {
13791
+ "type": "'start' | 'end'\n",
13792
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13793
+ },
13790
13794
  "VTimeline/justify": {
13791
13795
  "type": "string\n",
13792
13796
  "description": "Places timeline line at the center or automatically on the left or right side."
@@ -13815,34 +13819,42 @@
13815
13819
  "type": "string | number\n",
13816
13820
  "description": "Specifies the distance between the line and the dot of timeline items."
13817
13821
  },
13818
- "VTimeline/side": {
13819
- "type": "'end' | 'start'\n",
13820
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
13821
- },
13822
13822
  "VTimeline/truncate-line": {
13823
- "type": "'end' | 'start' | 'both'\n",
13823
+ "type": "'start' | 'end' | 'both'\n",
13824
13824
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
13825
13825
  },
13826
- "VTimelineItem/tag": {
13827
- "type": "string | (new () => any) | FunctionalComponent\n",
13828
- "description": "Specify a custom tag used on the root element."
13826
+ "VTimelineItem/icon": {
13827
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13828
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13829
+ },
13830
+ "VTimelineItem/density": {
13831
+ "type": "'default' | 'compact'\n",
13832
+ "description": "Adjusts the vertical height used by the component."
13829
13833
  },
13830
13834
  "VTimelineItem/height": {
13831
13835
  "type": "string | number\n",
13832
13836
  "description": "Sets the height for the component."
13833
13837
  },
13834
- "VTimelineItem/size": {
13838
+ "VTimelineItem/max-height": {
13835
13839
  "type": "string | number\n",
13836
- "description": "Size of the item dot"
13840
+ "description": "Sets the maximum height for the component."
13841
+ },
13842
+ "VTimelineItem/max-width": {
13843
+ "type": "string | number\n",
13844
+ "description": "Sets the maximum width for the component."
13845
+ },
13846
+ "VTimelineItem/min-height": {
13847
+ "type": "string | number\n",
13848
+ "description": "Sets the minimum height for the component."
13849
+ },
13850
+ "VTimelineItem/min-width": {
13851
+ "type": "string | number\n",
13852
+ "description": "Sets the minimum width for the component."
13837
13853
  },
13838
13854
  "VTimelineItem/width": {
13839
13855
  "type": "string | number\n",
13840
13856
  "description": "Sets the width for the component."
13841
13857
  },
13842
- "VTimelineItem/density": {
13843
- "type": "'default' | 'compact'\n",
13844
- "description": "Adjusts the vertical height used by the component."
13845
- },
13846
13858
  "VTimelineItem/elevation": {
13847
13859
  "type": "string | number\n",
13848
13860
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13855,34 +13867,18 @@
13855
13867
  "type": "boolean\n",
13856
13868
  "description": "Removes any applied **border-radius** from the component."
13857
13869
  },
13858
- "VTimelineItem/max-height": {
13859
- "type": "string | number\n",
13860
- "description": "Sets the maximum height for the component."
13861
- },
13862
- "VTimelineItem/max-width": {
13863
- "type": "string | number\n",
13864
- "description": "Sets the maximum width for the component."
13865
- },
13866
- "VTimelineItem/min-height": {
13867
- "type": "string | number\n",
13868
- "description": "Sets the minimum height for the component."
13870
+ "VTimelineItem/tag": {
13871
+ "type": "string | (new () => any) | FunctionalComponent\n",
13872
+ "description": "Specify a custom tag used on the root element."
13869
13873
  },
13870
- "VTimelineItem/min-width": {
13874
+ "VTimelineItem/size": {
13871
13875
  "type": "string | number\n",
13872
- "description": "Sets the minimum width for the component."
13876
+ "description": "Size of the item dot"
13873
13877
  },
13874
13878
  "VTimelineItem/icon-color": {
13875
13879
  "type": "string\n",
13876
13880
  "description": "Color of the icon."
13877
13881
  },
13878
- "VTimelineItem/icon": {
13879
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13880
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13881
- },
13882
- "VTimelineItem/side": {
13883
- "type": "'start' | 'end'\n",
13884
- "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."
13885
- },
13886
13882
  "VTimelineItem/dot-color": {
13887
13883
  "type": "string\n",
13888
13884
  "description": "Color of the item dot."
@@ -13903,125 +13899,105 @@
13903
13899
  "type": "string | number\n",
13904
13900
  "description": "Specifies the distance between the line and the dot of the item."
13905
13901
  },
13906
- "VToolbar/title": {
13907
- "type": "string\n",
13908
- "description": "Specify a title text for the component."
13902
+ "VTimelineItem/side": {
13903
+ "type": "'end' | 'start'\n",
13904
+ "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."
13909
13905
  },
13910
13906
  "VToolbar/flat": {
13911
13907
  "type": "boolean\n",
13912
13908
  "description": "Removes the toolbar's box-shadow."
13913
13909
  },
13914
- "VToolbar/border": {
13915
- "type": "string | number | boolean\n",
13916
- "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)."
13910
+ "VToolbar/tag": {
13911
+ "type": "string | (new () => any) | FunctionalComponent\n",
13912
+ "description": "Specify a custom tag used on the root element."
13917
13913
  },
13918
- "VToolbar/density": {
13919
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13920
- "description": "Adjusts the vertical height used by the component."
13914
+ "VToolbar/title": {
13915
+ "type": "string\n",
13916
+ "description": "Specify a title text for the component."
13921
13917
  },
13922
13918
  "VToolbar/height": {
13923
13919
  "type": "string | number\n",
13924
13920
  "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13925
13921
  },
13926
- "VToolbar/elevation": {
13927
- "type": "string | number\n",
13928
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13929
- },
13930
- "VToolbar/absolute": {
13931
- "type": "boolean\n",
13932
- "description": "Applies position: absolute to the component."
13933
- },
13934
- "VToolbar/rounded": {
13935
- "type": "string | number | boolean\n",
13936
- "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)."
13937
- },
13938
- "VToolbar/tile": {
13939
- "type": "boolean\n",
13940
- "description": "Removes any applied **border-radius** from the component."
13941
- },
13942
- "VToolbar/tag": {
13943
- "type": "string | (new () => any) | FunctionalComponent\n",
13944
- "description": "Specify a custom tag used on the root element."
13945
- },
13946
13922
  "VToolbar/theme": {
13947
13923
  "type": "string\n",
13948
13924
  "description": "Specify a theme for this component and all of its children."
13949
13925
  },
13950
- "VToolbar/color": {
13951
- "type": "string\n",
13952
- "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)."
13953
- },
13954
13926
  "VToolbar/image": {
13955
13927
  "type": "string\n",
13956
13928
  "description": "Specifies a [v-img](/components/images) as the component's background."
13957
13929
  },
13958
- "VToolbar/floating": {
13930
+ "VToolbar/collapse": {
13959
13931
  "type": "boolean\n",
13960
- "description": "Applies **display: inline-flex** to the component."
13932
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13961
13933
  },
13962
- "VToolbar/extended": {
13934
+ "VToolbar/absolute": {
13963
13935
  "type": "boolean\n",
13964
- "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. When false, will not show extension slot even if content is present."
13936
+ "description": "Applies position: absolute to the component."
13965
13937
  },
13966
- "VToolbar/collapse": {
13938
+ "VToolbar/color": {
13939
+ "type": "string\n",
13940
+ "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)."
13941
+ },
13942
+ "VToolbar/density": {
13943
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13944
+ "description": "Adjusts the vertical height used by the component."
13945
+ },
13946
+ "VToolbar/extended": {
13967
13947
  "type": "boolean\n",
13968
- "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13948
+ "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. When false, will not show extension slot even if content is present."
13969
13949
  },
13970
13950
  "VToolbar/extension-height": {
13971
13951
  "type": "string | number\n",
13972
13952
  "description": "Specify an explicit height for the `extension` slot."
13973
13953
  },
13954
+ "VToolbar/floating": {
13955
+ "type": "boolean\n",
13956
+ "description": "Applies **display: inline-flex** to the component."
13957
+ },
13958
+ "VToolbar/border": {
13959
+ "type": "string | number | boolean\n",
13960
+ "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)."
13961
+ },
13962
+ "VToolbar/elevation": {
13963
+ "type": "string | number\n",
13964
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13965
+ },
13966
+ "VToolbar/rounded": {
13967
+ "type": "string | number | boolean\n",
13968
+ "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)."
13969
+ },
13970
+ "VToolbar/tile": {
13971
+ "type": "boolean\n",
13972
+ "description": "Removes any applied **border-radius** from the component."
13973
+ },
13974
13974
  "VToolbarItems/color": {
13975
13975
  "type": "string\n",
13976
13976
  "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)."
13977
13977
  },
13978
13978
  "VToolbarItems/variant": {
13979
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13979
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13980
13980
  "description": "Applies a distinct style to the component."
13981
13981
  },
13982
- "VToolbarTitle/text": {
13983
- "type": "string\n",
13984
- "description": "Specify content text for the component."
13985
- },
13986
13982
  "VToolbarTitle/tag": {
13987
13983
  "type": "string | (new () => any) | FunctionalComponent\n",
13988
13984
  "description": "Specify a custom tag used on the root element."
13989
13985
  },
13990
- "VTooltip/disabled": {
13991
- "type": "boolean\n",
13992
- "description": "Removes the ability to click or target the component."
13993
- },
13994
- "VTooltip/height": {
13995
- "type": "string | number\n",
13996
- "description": "Sets the height for the component."
13997
- },
13998
- "VTooltip/width": {
13999
- "type": "string | number\n",
14000
- "description": "Sets the width for the component."
14001
- },
14002
- "VTooltip/id": {
13986
+ "VToolbarTitle/text": {
14003
13987
  "type": "string\n",
14004
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
13988
+ "description": "Specify content text for the component."
14005
13989
  },
14006
- "VTooltip/theme": {
13990
+ "VTooltip/text": {
14007
13991
  "type": "string\n",
14008
- "description": "Specify a theme for this component and all of its children."
13992
+ "description": "Specify content text for the component."
14009
13993
  },
14010
13994
  "VTooltip/model-value": {
14011
13995
  "type": "boolean\n",
14012
13996
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14013
13997
  },
14014
- "VTooltip/location": {
14015
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
14016
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
14017
- },
14018
- "VTooltip/text": {
14019
- "type": "string\n",
14020
- "description": "Specify content text for the component."
14021
- },
14022
- "VTooltip/eager": {
14023
- "type": "boolean\n",
14024
- "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."
13998
+ "VTooltip/height": {
13999
+ "type": "string | number\n",
14000
+ "description": "Sets the height for the component."
14025
14001
  },
14026
14002
  "VTooltip/max-height": {
14027
14003
  "type": "string | number\n",
@@ -14039,6 +14015,30 @@
14039
14015
  "type": "string | number\n",
14040
14016
  "description": "Sets the minimum width for the component."
14041
14017
  },
14018
+ "VTooltip/width": {
14019
+ "type": "string | number\n",
14020
+ "description": "Sets the width for the component."
14021
+ },
14022
+ "VTooltip/location": {
14023
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
14024
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
14025
+ },
14026
+ "VTooltip/theme": {
14027
+ "type": "string\n",
14028
+ "description": "Specify a theme for this component and all of its children."
14029
+ },
14030
+ "VTooltip/disabled": {
14031
+ "type": "boolean\n",
14032
+ "description": "Removes the ability to click or target the component."
14033
+ },
14034
+ "VTooltip/id": {
14035
+ "type": "string\n",
14036
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
14037
+ },
14038
+ "VTooltip/transition": {
14039
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
14040
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
14041
+ },
14042
14042
  "VTooltip/activator": {
14043
14043
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
14044
14044
  "description": "Explicitly sets the overlay's activator."
@@ -14107,6 +14107,10 @@
14107
14107
  "type": "string | number\n",
14108
14108
  "description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
14109
14109
  },
14110
+ "VTooltip/eager": {
14111
+ "type": "boolean\n",
14112
+ "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."
14113
+ },
14110
14114
  "VTooltip/location-strategy": {
14111
14115
  "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",
14112
14116
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -14120,13 +14124,9 @@
14120
14124
  "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."
14121
14125
  },
14122
14126
  "VTooltip/scroll-strategy": {
14123
- "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",
14127
+ "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",
14124
14128
  "description": "Strategy used when the component is activate and user scrolls."
14125
14129
  },
14126
- "VTooltip/transition": {
14127
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
14128
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
14129
- },
14130
14130
  "VTooltip/attach": {
14131
14131
  "type": "string | boolean | Element\n",
14132
14132
  "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."
@@ -14139,137 +14139,61 @@
14139
14139
  "type": "string\n",
14140
14140
  "description": "The search model for filtering results."
14141
14141
  },
14142
- "VTreeview/border": {
14143
- "type": "string | number | boolean\n",
14144
- "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)."
14145
- },
14146
- "VTreeview/model-value": {
14147
- "type": "unknown[]\n",
14148
- "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`"
14149
- },
14150
- "VTreeview/density": {
14151
- "type": "'default' | 'comfortable' | 'compact'\n",
14152
- "description": "Adjusts the vertical height used by the component."
14153
- },
14154
- "VTreeview/height": {
14155
- "type": "string | number\n",
14156
- "description": "Sets the height for the component."
14157
- },
14158
- "VTreeview/max-height": {
14159
- "type": "string | number\n",
14160
- "description": "Sets the maximum height for the component."
14161
- },
14162
- "VTreeview/max-width": {
14163
- "type": "string | number\n",
14164
- "description": "Sets the maximum width for the component."
14165
- },
14166
- "VTreeview/min-height": {
14167
- "type": "string | number\n",
14168
- "description": "Sets the minimum height for the component."
14169
- },
14170
- "VTreeview/min-width": {
14171
- "type": "string | number\n",
14172
- "description": "Sets the minimum width for the component."
14173
- },
14174
- "VTreeview/width": {
14175
- "type": "string | number\n",
14176
- "description": "Sets the width for the component."
14177
- },
14178
- "VTreeview/elevation": {
14179
- "type": "string | number\n",
14180
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
14181
- },
14182
- "VTreeview/rounded": {
14183
- "type": "string | number | boolean\n",
14184
- "description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
14185
- },
14186
- "VTreeview/tile": {
14187
- "type": "boolean\n",
14188
- "description": "Removes any applied **border-radius** from the component."
14189
- },
14190
14142
  "VTreeview/tag": {
14191
14143
  "type": "string | (new () => any) | FunctionalComponent\n",
14192
14144
  "description": "Specify a custom tag used on the root element."
14193
14145
  },
14194
- "VTreeview/theme": {
14195
- "type": "string\n",
14196
- "description": "Specify a theme for this component and all of its children."
14197
- },
14198
- "VTreeview/color": {
14199
- "type": "string\n",
14200
- "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)."
14201
- },
14202
- "VTreeview/variant": {
14203
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14204
- "description": "Applies a distinct style to the component."
14205
- },
14206
14146
  "VTreeview/activated": {
14207
- "type": "any\n",
14208
- "description": "Array of ids of activated nodes."
14209
- },
14210
- "VTreeview/disabled": {
14211
- "type": "boolean\n",
14212
- "description": "Disables selection for all nodes."
14213
- },
14214
- "VTreeview/active-color": {
14215
- "type": "string\n",
14216
- "description": "Deprecated, use `color` instead."
14217
- },
14218
- "VTreeview/base-color": {
14219
- "type": "string\n",
14220
- "description": "Sets the color of component when not focused."
14221
- },
14222
- "VTreeview/slim": {
14223
- "type": "boolean\n",
14224
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
14225
- },
14226
- "VTreeview/bg-color": {
14227
- "type": "string\n",
14228
- "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)."
14229
- },
14230
- "VTreeview/lines": {
14231
- "type": "false | 'one' | 'two' | 'three'\n",
14232
- "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."
14147
+ "type": "any\n",
14148
+ "description": "Array of ids of activated nodes."
14233
14149
  },
14234
- "VTreeview/mandatory": {
14150
+ "VTreeview/disabled": {
14235
14151
  "type": "boolean\n",
14236
- "description": "Forces at least one item to always be selected (if available)."
14152
+ "description": "Disables selection for all nodes."
14237
14153
  },
14238
- "VTreeview/open-on-click": {
14239
- "type": "boolean\n",
14240
- "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."
14154
+ "VTreeview/height": {
14155
+ "type": "string | number\n",
14156
+ "description": "Sets the height for the component."
14241
14157
  },
14242
- "VTreeview/active-class": {
14158
+ "VTreeview/width": {
14159
+ "type": "string | number\n",
14160
+ "description": "Sets the width for the component."
14161
+ },
14162
+ "VTreeview/theme": {
14243
14163
  "type": "string\n",
14244
- "description": "The class applied to the component when it is in an active state."
14164
+ "description": "Specify a theme for this component and all of its children."
14245
14165
  },
14246
14166
  "VTreeview/items": {
14247
14167
  "type": "unknown[]\n",
14248
14168
  "description": "An array of items used to build the treeview."
14249
14169
  },
14250
- "VTreeview/selected": {
14251
- "type": "any\n",
14252
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
14170
+ "VTreeview/model-value": {
14171
+ "type": "unknown[]\n",
14172
+ "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`"
14253
14173
  },
14254
- "VTreeview/indeterminate-icon": {
14255
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14256
- "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
14174
+ "VTreeview/color": {
14175
+ "type": "string\n",
14176
+ "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)."
14257
14177
  },
14258
- "VTreeview/false-icon": {
14259
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14260
- "description": "The icon used when inactive."
14178
+ "VTreeview/density": {
14179
+ "type": "'default' | 'comfortable' | 'compact'\n",
14180
+ "description": "Adjusts the vertical height used by the component."
14261
14181
  },
14262
- "VTreeview/true-icon": {
14263
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14264
- "description": "The icon used when active."
14182
+ "VTreeview/border": {
14183
+ "type": "string | number | boolean\n",
14184
+ "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)."
14265
14185
  },
14266
- "VTreeview/value-comparator": {
14267
- "type": "(a: any, b: any) => boolean\n",
14268
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
14186
+ "VTreeview/elevation": {
14187
+ "type": "string | number\n",
14188
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
14269
14189
  },
14270
- "VTreeview/hide-actions": {
14190
+ "VTreeview/rounded": {
14191
+ "type": "string | number | boolean\n",
14192
+ "description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
14193
+ },
14194
+ "VTreeview/tile": {
14271
14195
  "type": "boolean\n",
14272
- "description": "Hide the expand icon and loading indicator next to each item title."
14196
+ "description": "Removes any applied **border-radius** from the component."
14273
14197
  },
14274
14198
  "VTreeview/filter-mode": {
14275
14199
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
@@ -14291,18 +14215,42 @@
14291
14215
  "type": "string | string[]\n",
14292
14216
  "description": "Array of specific keys to filter on the item."
14293
14217
  },
14218
+ "VTreeview/base-color": {
14219
+ "type": "string\n",
14220
+ "description": "Sets the color of component when not focused."
14221
+ },
14222
+ "VTreeview/active-color": {
14223
+ "type": "string\n",
14224
+ "description": "Deprecated, use `color` instead."
14225
+ },
14226
+ "VTreeview/active-class": {
14227
+ "type": "string\n",
14228
+ "description": "The class applied to the component when it is in an active state."
14229
+ },
14230
+ "VTreeview/bg-color": {
14231
+ "type": "string\n",
14232
+ "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)."
14233
+ },
14294
14234
  "VTreeview/filterable": {
14295
14235
  "type": "boolean\n",
14296
14236
  "description": "**FOR INTERNAL USE ONLY** Prevents list item selection using [space] key and pass it back to the text input. Used internally for VAutocomplete and VCombobox."
14297
14237
  },
14298
14238
  "VTreeview/expand-icon": {
14299
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14239
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14300
14240
  "description": "Icon used to indicate that a node can be expanded."
14301
14241
  },
14302
14242
  "VTreeview/collapse-icon": {
14303
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14243
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14304
14244
  "description": "Icon to display when the list item is expanded."
14305
14245
  },
14246
+ "VTreeview/lines": {
14247
+ "type": "false | 'one' | 'two' | 'three'\n",
14248
+ "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."
14249
+ },
14250
+ "VTreeview/slim": {
14251
+ "type": "boolean\n",
14252
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
14253
+ },
14306
14254
  "VTreeview/activatable": {
14307
14255
  "type": "boolean\n",
14308
14256
  "description": "Allows user to mark a node as active by clicking on it."
@@ -14315,6 +14263,14 @@
14315
14263
  "type": "any\n",
14316
14264
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
14317
14265
  },
14266
+ "VTreeview/selected": {
14267
+ "type": "any\n",
14268
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
14269
+ },
14270
+ "VTreeview/mandatory": {
14271
+ "type": "boolean\n",
14272
+ "description": "Forces at least one item to always be selected (if available)."
14273
+ },
14318
14274
  "VTreeview/active-strategy": {
14319
14275
  "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",
14320
14276
  "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."
@@ -14323,6 +14279,22 @@
14323
14279
  "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#L28-L32\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L28-L32\" target=\"_blank\">SelectStrategy</a>)\n",
14324
14280
  "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."
14325
14281
  },
14282
+ "VTreeview/max-height": {
14283
+ "type": "string | number\n",
14284
+ "description": "Sets the maximum height for the component."
14285
+ },
14286
+ "VTreeview/max-width": {
14287
+ "type": "string | number\n",
14288
+ "description": "Sets the maximum width for the component."
14289
+ },
14290
+ "VTreeview/min-height": {
14291
+ "type": "string | number\n",
14292
+ "description": "Sets the minimum height for the component."
14293
+ },
14294
+ "VTreeview/min-width": {
14295
+ "type": "string | number\n",
14296
+ "description": "Sets the minimum width for the component."
14297
+ },
14326
14298
  "VTreeview/item-title": {
14327
14299
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14328
14300
  "description": "Property on supplied `items` that contains its title."
@@ -14347,10 +14319,34 @@
14347
14319
  "type": "boolean\n",
14348
14320
  "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
14349
14321
  },
14322
+ "VTreeview/value-comparator": {
14323
+ "type": "(a: any, b: any) => boolean\n",
14324
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
14325
+ },
14326
+ "VTreeview/variant": {
14327
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
14328
+ "description": "Applies a distinct style to the component."
14329
+ },
14330
+ "VTreeview/open-on-click": {
14331
+ "type": "boolean\n",
14332
+ "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."
14333
+ },
14334
+ "VTreeview/hide-actions": {
14335
+ "type": "boolean\n",
14336
+ "description": "Hide the expand icon and loading indicator next to each item title."
14337
+ },
14350
14338
  "VTreeview/fluid": {
14351
14339
  "type": "boolean\n",
14352
14340
  "description": "Removes indentation from nested items."
14353
14341
  },
14342
+ "VTreeview/false-icon": {
14343
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14344
+ "description": "The icon used when inactive."
14345
+ },
14346
+ "VTreeview/true-icon": {
14347
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14348
+ "description": "The icon used when active."
14349
+ },
14354
14350
  "VTreeview/open-all": {
14355
14351
  "type": "boolean\n",
14356
14352
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -14359,6 +14355,10 @@
14359
14355
  "type": "string\n",
14360
14356
  "description": "Icon used when node is in a loading state."
14361
14357
  },
14358
+ "VTreeview/indeterminate-icon": {
14359
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14360
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
14361
+ },
14362
14362
  "VTreeview/selected-color": {
14363
14363
  "type": "string\n",
14364
14364
  "description": "The color of the selection checkbox."
@@ -14375,13 +14375,17 @@
14375
14375
  "type": "(item: unknown) => Promise<void>\n",
14376
14376
  "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."
14377
14377
  },
14378
+ "VTreeviewGroup/title": {
14379
+ "type": "string\n",
14380
+ "description": "Specify a title text for the component."
14381
+ },
14378
14382
  "VTreeviewGroup/tag": {
14379
14383
  "type": "string | (new () => any) | FunctionalComponent\n",
14380
14384
  "description": "Specify a custom tag used on the root element."
14381
14385
  },
14382
- "VTreeviewGroup/title": {
14386
+ "VTreeviewGroup/color": {
14383
14387
  "type": "string\n",
14384
- "description": "Specify a title text for the component."
14388
+ "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)."
14385
14389
  },
14386
14390
  "VTreeviewGroup/disabled": {
14387
14391
  "type": "boolean\n",
@@ -14391,42 +14395,38 @@
14391
14395
  "type": "any\n",
14392
14396
  "description": "Expands / Collapse the list-group."
14393
14397
  },
14394
- "VTreeviewGroup/color": {
14398
+ "VTreeviewGroup/active-color": {
14395
14399
  "type": "string\n",
14396
- "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)."
14400
+ "description": "Deprecated, use `color` instead."
14397
14401
  },
14398
14402
  "VTreeviewGroup/base-color": {
14399
14403
  "type": "string\n",
14400
14404
  "description": "Sets the color of component when not focused."
14401
14405
  },
14402
- "VTreeviewGroup/active-color": {
14403
- "type": "string\n",
14404
- "description": "Deprecated, use `color` instead."
14406
+ "VTreeviewGroup/prepend-icon": {
14407
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14408
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
14409
+ },
14410
+ "VTreeviewGroup/append-icon": {
14411
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14412
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14405
14413
  },
14406
14414
  "VTreeviewGroup/expand-icon": {
14407
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14415
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14408
14416
  "description": "Icon to display when the list item is collapsed."
14409
14417
  },
14410
14418
  "VTreeviewGroup/collapse-icon": {
14411
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14419
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14412
14420
  "description": "Icon to display when the list item is expanded."
14413
14421
  },
14414
- "VTreeviewGroup/append-icon": {
14415
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14416
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
14417
- },
14418
- "VTreeviewGroup/prepend-icon": {
14419
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14420
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
14422
+ "VTreeviewGroup/raw-id": {
14423
+ "type": "string | number\n",
14424
+ "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]\"."
14421
14425
  },
14422
14426
  "VTreeviewGroup/fluid": {
14423
14427
  "type": "boolean\n",
14424
14428
  "description": "Removes indentation from nested items."
14425
14429
  },
14426
- "VTreeviewGroup/raw-id": {
14427
- "type": "string | number\n",
14428
- "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]\"."
14429
- },
14430
14430
  "VTreeviewItem/replace": {
14431
14431
  "type": "boolean\n",
14432
14432
  "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."
@@ -14639,6 +14639,14 @@
14639
14639
  "type": "string | number\n",
14640
14640
  "description": "Height of the component as a css value/"
14641
14641
  },
14642
+ "VVirtualScroll/width": {
14643
+ "type": "string | number\n",
14644
+ "description": "Sets the width for the component."
14645
+ },
14646
+ "VVirtualScroll/items": {
14647
+ "type": "unknown[]\n",
14648
+ "description": "The array of items to display."
14649
+ },
14642
14650
  "VVirtualScroll/max-height": {
14643
14651
  "type": "string | number\n",
14644
14652
  "description": "Sets the maximum height for the component."
@@ -14655,45 +14663,41 @@
14655
14663
  "type": "string | number\n",
14656
14664
  "description": "Sets the minimum width for the component."
14657
14665
  },
14658
- "VVirtualScroll/width": {
14666
+ "VVirtualScroll/item-height": {
14659
14667
  "type": "string | number\n",
14660
- "description": "Sets the width for the component."
14668
+ "description": "Height in pixels of each item to display."
14661
14669
  },
14662
- "VVirtualScroll/items": {
14663
- "type": "unknown[]\n",
14664
- "description": "The array of items to display."
14670
+ "VVirtualScroll/item-key": {
14671
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14672
+ "description": "Should point to a property with a unique value for each item, if not set then item index will be used as a key which may result in unnecessary re-renders."
14665
14673
  },
14666
14674
  "VVirtualScroll/renderless": {
14667
14675
  "type": "boolean\n",
14668
14676
  "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
14669
14677
  },
14670
- "VVirtualScroll/item-height": {
14671
- "type": "string | number\n",
14672
- "description": "Height in pixels of each item to display."
14678
+ "VWindow/model-value": {
14679
+ "type": "unknown\n",
14680
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14673
14681
  },
14674
- "VVirtualScroll/item-key": {
14675
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
14676
- "description": "Should point to a property with a unique value for each item, if not set then item index will be used as a key which may result in unnecessary re-renders."
14682
+ "VWindow/reverse": {
14683
+ "type": "boolean\n",
14684
+ "description": "Reverse the normal transition direction."
14677
14685
  },
14678
14686
  "VWindow/tag": {
14679
14687
  "type": "string | (new () => any) | FunctionalComponent\n",
14680
14688
  "description": "Specify a custom tag used on the root element."
14681
14689
  },
14682
- "VWindow/reverse": {
14683
- "type": "boolean\n",
14684
- "description": "Reverse the normal transition direction."
14690
+ "VWindow/theme": {
14691
+ "type": "string\n",
14692
+ "description": "Specify a theme for this component and all of its children."
14685
14693
  },
14686
14694
  "VWindow/disabled": {
14687
14695
  "type": "boolean\n",
14688
14696
  "description": "Removes the ability to click or target the component."
14689
14697
  },
14690
- "VWindow/theme": {
14698
+ "VWindow/selected-class": {
14691
14699
  "type": "string\n",
14692
- "description": "Specify a theme for this component and all of its children."
14693
- },
14694
- "VWindow/model-value": {
14695
- "type": "unknown\n",
14696
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
14700
+ "description": "Configure the active CSS class applied when an item is selected."
14697
14701
  },
14698
14702
  "VWindow/mandatory": {
14699
14703
  "type": "boolean | 'force'\n",
@@ -14703,26 +14707,22 @@
14703
14707
  "type": "'horizontal' | 'vertical'\n",
14704
14708
  "description": "The transition direction when changing windows."
14705
14709
  },
14706
- "VWindow/prev-icon": {
14707
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14708
- "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
14709
- },
14710
14710
  "VWindow/next-icon": {
14711
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
14711
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14712
14712
  "description": "Icon used for the \"next\" button if `show-arrows` is `true`."
14713
14713
  },
14714
- "VWindow/selected-class": {
14715
- "type": "string\n",
14716
- "description": "Configure the active CSS class applied when an item is selected."
14717
- },
14718
- "VWindow/show-arrows": {
14719
- "type": "string | boolean\n",
14720
- "description": "Display the \"next\" and \"prev\" buttons."
14714
+ "VWindow/prev-icon": {
14715
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
14716
+ "description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
14721
14717
  },
14722
14718
  "VWindow/continuous": {
14723
14719
  "type": "boolean\n",
14724
14720
  "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
14725
14721
  },
14722
+ "VWindow/show-arrows": {
14723
+ "type": "string | boolean\n",
14724
+ "description": "Display the \"next\" and \"prev\" buttons."
14725
+ },
14726
14726
  "VWindow/touch": {
14727
14727
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
14728
14728
  "description": "Provide a custom **left** and **right** function when swiped left or right."
@@ -14739,20 +14739,20 @@
14739
14739
  "type": "any\n",
14740
14740
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
14741
14741
  },
14742
- "VWindowItem/selected-class": {
14743
- "type": "string\n",
14744
- "description": "Configure the active CSS class applied when an item is selected."
14742
+ "VWindowItem/eager": {
14743
+ "type": "boolean\n",
14744
+ "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."
14745
14745
  },
14746
14746
  "VWindowItem/transition": {
14747
14747
  "type": "string | boolean\n",
14748
14748
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
14749
14749
  },
14750
- "VWindowItem/eager": {
14751
- "type": "boolean\n",
14752
- "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."
14753
- },
14754
14750
  "VWindowItem/reverse-transition": {
14755
14751
  "type": "string | boolean\n",
14756
14752
  "description": "Sets the reverse transition."
14753
+ },
14754
+ "VWindowItem/selected-class": {
14755
+ "type": "string\n",
14756
+ "description": "Configure the active CSS class applied when an item is selected."
14757
14757
  }
14758
14758
  }