@vuetify/nightly 3.8.4-master.2025-05-07 → 3.8.4-master.2025-05-10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,41 +123,33 @@
123
123
  "type": "string\n",
124
124
  "description": "Specify a theme for this component and all of its children."
125
125
  },
126
+ "VAppBar/title": {
127
+ "type": "string\n",
128
+ "description": "Specify a title text for the component."
129
+ },
126
130
  "VAppBar/flat": {
127
131
  "type": "boolean\n",
128
132
  "description": "Removes the component's **box-shadow**."
129
133
  },
130
- "VAppBar/tag": {
131
- "type": "string | (new () => any) | FunctionalComponent\n",
132
- "description": "Specify a custom tag used on the root element."
134
+ "VAppBar/border": {
135
+ "type": "string | number | boolean\n",
136
+ "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)."
133
137
  },
134
- "VAppBar/name": {
135
- "type": "string\n",
136
- "description": "Assign a specific name for layout registration."
138
+ "VAppBar/model-value": {
139
+ "type": "boolean\n",
140
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
137
141
  },
138
- "VAppBar/title": {
139
- "type": "string\n",
140
- "description": "Specify a title text for the component."
142
+ "VAppBar/density": {
143
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
144
+ "description": "Adjusts the vertical height used by the component."
141
145
  },
142
146
  "VAppBar/height": {
143
147
  "type": "string | number\n",
144
148
  "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
145
149
  },
146
- "VAppBar/theme": {
147
- "type": "string\n",
148
- "description": "Specify a theme for this component and all of its children."
149
- },
150
- "VAppBar/image": {
151
- "type": "string\n",
152
- "description": "Specifies a [v-img](/components/images) as the component's background."
153
- },
154
- "VAppBar/collapse": {
155
- "type": "boolean\n",
156
- "description": "Morphs the component into a collapsed state, reducing its maximum width."
157
- },
158
- "VAppBar/model-value": {
159
- "type": "boolean\n",
160
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
150
+ "VAppBar/elevation": {
151
+ "type": "string | number\n",
152
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
161
153
  },
162
154
  "VAppBar/location": {
163
155
  "type": "'top' | 'bottom'\n",
@@ -167,13 +159,37 @@
167
159
  "type": "boolean\n",
168
160
  "description": "Applies position: absolute to the component."
169
161
  },
162
+ "VAppBar/rounded": {
163
+ "type": "string | number | boolean\n",
164
+ "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)."
165
+ },
166
+ "VAppBar/tile": {
167
+ "type": "boolean\n",
168
+ "description": "Removes any applied **border-radius** from the component."
169
+ },
170
+ "VAppBar/tag": {
171
+ "type": "string | (new () => any) | FunctionalComponent\n",
172
+ "description": "Specify a custom tag used on the root element."
173
+ },
174
+ "VAppBar/theme": {
175
+ "type": "string\n",
176
+ "description": "Specify a theme for this component and all of its children."
177
+ },
170
178
  "VAppBar/color": {
171
179
  "type": "string\n",
172
180
  "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)."
173
181
  },
174
- "VAppBar/density": {
175
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
176
- "description": "Adjusts the vertical height used by the component."
182
+ "VAppBar/name": {
183
+ "type": "string\n",
184
+ "description": "Assign a specific name for layout registration."
185
+ },
186
+ "VAppBar/image": {
187
+ "type": "string\n",
188
+ "description": "Specifies a [v-img](/components/images) as the component's background."
189
+ },
190
+ "VAppBar/collapse": {
191
+ "type": "boolean\n",
192
+ "description": "Morphs the component into a collapsed state, reducing its maximum width."
177
193
  },
178
194
  "VAppBar/extended": {
179
195
  "type": "boolean\n",
@@ -187,22 +203,6 @@
187
203
  "type": "boolean\n",
188
204
  "description": "Applies **display: inline-flex** to the component."
189
205
  },
190
- "VAppBar/border": {
191
- "type": "string | number | boolean\n",
192
- "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)."
193
- },
194
- "VAppBar/elevation": {
195
- "type": "string | number\n",
196
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
197
- },
198
- "VAppBar/rounded": {
199
- "type": "string | number | boolean\n",
200
- "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)."
201
- },
202
- "VAppBar/tile": {
203
- "type": "boolean\n",
204
- "description": "Removes any applied **border-radius** from the component."
205
- },
206
206
  "VAppBar/order": {
207
207
  "type": "string | number\n",
208
208
  "description": "Adjust the order of the component in relation to its registration order."
@@ -459,26 +459,6 @@
459
459
  "type": "any[]\n",
460
460
  "description": "Can be an array of objects or strings. By default objects should have **title** and **value** properties, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props). Keys to use for these can be changed with the **item-title**, **item-value**, and **item-props** props."
461
461
  },
462
- "VAutocomplete/model-value": {
463
- "type": "any\n",
464
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
465
- },
466
- "VAutocomplete/color": {
467
- "type": "string\n",
468
- "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)."
469
- },
470
- "VAutocomplete/density": {
471
- "type": "'default' | 'comfortable' | 'compact'\n",
472
- "description": "Adjusts the vertical height used by the component."
473
- },
474
- "VAutocomplete/rounded": {
475
- "type": "string | number | boolean\n",
476
- "description": "Adds a border radius to the input."
477
- },
478
- "VAutocomplete/tile": {
479
- "type": "boolean\n",
480
- "description": "Removes any applied **border-radius** from the component."
481
- },
482
462
  "VAutocomplete/auto-select-first": {
483
463
  "type": "boolean | 'exact'\n",
484
464
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
@@ -547,6 +527,10 @@
547
527
  "type": "string\n",
548
528
  "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)."
549
529
  },
530
+ "VAutocomplete/density": {
531
+ "type": "'default' | 'comfortable' | 'compact'\n",
532
+ "description": "Adjusts the vertical height used by the component."
533
+ },
550
534
  "VAutocomplete/max-width": {
551
535
  "type": "string | number\n",
552
536
  "description": "Sets the maximum width for the component."
@@ -579,6 +563,18 @@
579
563
  "type": "(a: any, b: any) => boolean\n",
580
564
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
581
565
  },
566
+ "VAutocomplete/rounded": {
567
+ "type": "string | number | boolean\n",
568
+ "description": "Adds a border radius to the input."
569
+ },
570
+ "VAutocomplete/tile": {
571
+ "type": "boolean\n",
572
+ "description": "Removes any applied **border-radius** from the component."
573
+ },
574
+ "VAutocomplete/color": {
575
+ "type": "string\n",
576
+ "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)."
577
+ },
582
578
  "VAutocomplete/variant": {
583
579
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
584
580
  "description": "Applies a distinct style to the component."
@@ -591,6 +587,10 @@
591
587
  "type": "unknown\n",
592
588
  "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [v-menu](/api/v-menu/#props) props, camelCase keys are recommended."
593
589
  },
590
+ "VAutocomplete/model-value": {
591
+ "type": "any\n",
592
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
593
+ },
594
594
  "VAutocomplete/transition": {
595
595
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
596
596
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -819,6 +819,10 @@
819
819
  "type": "string | number\n",
820
820
  "description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
821
821
  },
822
+ "VBadge/floating": {
823
+ "type": "boolean\n",
824
+ "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset."
825
+ },
822
826
  "VBadge/bordered": {
823
827
  "type": "boolean\n",
824
828
  "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
@@ -831,10 +835,6 @@
831
835
  "type": "boolean\n",
832
836
  "description": "Reduce the size of the badge and hide its contents."
833
837
  },
834
- "VBadge/floating": {
835
- "type": "boolean\n",
836
- "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset."
837
- },
838
838
  "VBadge/inline": {
839
839
  "type": "boolean\n",
840
840
  "description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect."
@@ -1031,6 +1031,10 @@
1031
1031
  "type": "boolean\n",
1032
1032
  "description": "Allows one to select multiple items."
1033
1033
  },
1034
+ "VBottomNavigation/order": {
1035
+ "type": "string | number\n",
1036
+ "description": "Adjust the order of the component in relation to its registration order."
1037
+ },
1034
1038
  "VBottomNavigation/active": {
1035
1039
  "type": "boolean\n",
1036
1040
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1055,10 +1059,6 @@
1055
1059
  "type": "boolean\n",
1056
1060
  "description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
1057
1061
  },
1058
- "VBottomNavigation/order": {
1059
- "type": "string | number\n",
1060
- "description": "Adjust the order of the component in relation to its registration order."
1061
- },
1062
1062
  "VBottomNavigation/mandatory": {
1063
1063
  "type": "boolean | 'force'\n",
1064
1064
  "description": "Forces at least one item to always be selected (if available)."
@@ -1943,6 +1943,10 @@
1943
1943
  "type": "boolean\n",
1944
1944
  "description": "Removes the ability to click or target the component."
1945
1945
  },
1946
+ "VCard/image": {
1947
+ "type": "string\n",
1948
+ "description": "Apply a specific background image to the component."
1949
+ },
1946
1950
  "VCard/prepend-icon": {
1947
1951
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1948
1952
  "description": "Prepends a [v-icon](/components/icons/) component to the header."
@@ -1971,10 +1975,6 @@
1971
1975
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1972
1976
  "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
1973
1977
  },
1974
- "VCard/image": {
1975
- "type": "string\n",
1976
- "description": "Apply a specific background image to the component."
1977
- },
1978
1978
  "VCard/subtitle": {
1979
1979
  "type": "string | number | boolean\n",
1980
1980
  "description": "Specify a subtitle text for the component."
@@ -2763,6 +2763,10 @@
2763
2763
  "type": "string | (new () => any) | FunctionalComponent\n",
2764
2764
  "description": "Specify a custom tag used on the root element."
2765
2765
  },
2766
+ "VCol/order": {
2767
+ "type": "string | number\n",
2768
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2769
+ },
2766
2770
  "VCol/sm": {
2767
2771
  "type": "string | number | boolean\n",
2768
2772
  "description": "Changes the number of columns on small and greater breakpoints."
@@ -2783,10 +2787,6 @@
2783
2787
  "type": "string | number | boolean\n",
2784
2788
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2785
2789
  },
2786
- "VCol/order": {
2787
- "type": "string | number\n",
2788
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2789
- },
2790
2790
  "VCol/offset": {
2791
2791
  "type": "string | number\n",
2792
2792
  "description": "Sets the default offset for the column."
@@ -2839,54 +2839,54 @@
2839
2839
  "type": "'end' | 'start' | 'center' | 'auto' | 'baseline' | 'stretch'\n",
2840
2840
  "description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **auto**, **baseline** and **stretch**."
2841
2841
  },
2842
- "VColorPicker/tag": {
2843
- "type": "string | (new () => any) | FunctionalComponent\n",
2844
- "description": "Specify a custom tag used on the root element."
2845
- },
2846
- "VColorPicker/mode": {
2847
- "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2848
- "description": "The current selected input type. Syncable with `v-model:mode`."
2849
- },
2850
2842
  "VColorPicker/title": {
2851
2843
  "type": "string\n",
2852
2844
  "description": "Specify a title text for the component."
2853
2845
  },
2854
- "VColorPicker/disabled": {
2855
- "type": "boolean\n",
2856
- "description": "Removes the ability to click or target the component."
2846
+ "VColorPicker/border": {
2847
+ "type": "string | number | boolean\n",
2848
+ "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)."
2849
+ },
2850
+ "VColorPicker/model-value": {
2851
+ "type": "string | Record<string, unknown>\n",
2852
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2857
2853
  },
2858
2854
  "VColorPicker/height": {
2859
2855
  "type": "string | number\n",
2860
2856
  "description": "Sets the height for the component."
2861
2857
  },
2862
- "VColorPicker/width": {
2858
+ "VColorPicker/max-height": {
2863
2859
  "type": "string | number\n",
2864
- "description": "Sets the width of the color picker."
2865
- },
2866
- "VColorPicker/theme": {
2867
- "type": "string\n",
2868
- "description": "Specify a theme for this component and all of its children."
2860
+ "description": "Sets the maximum height for the component."
2869
2861
  },
2870
- "VColorPicker/model-value": {
2871
- "type": "string | Record<string, unknown>\n",
2872
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2862
+ "VColorPicker/max-width": {
2863
+ "type": "string | number\n",
2864
+ "description": "Sets the maximum width for the component."
2873
2865
  },
2874
- "VColorPicker/location": {
2875
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
2876
- "description": "Specifies the component's location. Can combine by using a space separated string."
2866
+ "VColorPicker/min-height": {
2867
+ "type": "string | number\n",
2868
+ "description": "Sets the minimum height for the component."
2877
2869
  },
2878
- "VColorPicker/color": {
2879
- "type": "string\n",
2880
- "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)."
2870
+ "VColorPicker/min-width": {
2871
+ "type": "string | number\n",
2872
+ "description": "Sets the minimum width for the component."
2881
2873
  },
2882
- "VColorPicker/border": {
2883
- "type": "string | number | boolean\n",
2884
- "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)."
2874
+ "VColorPicker/width": {
2875
+ "type": "string | number\n",
2876
+ "description": "Sets the width of the color picker."
2885
2877
  },
2886
2878
  "VColorPicker/elevation": {
2887
2879
  "type": "string | number\n",
2888
2880
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
2889
2881
  },
2882
+ "VColorPicker/location": {
2883
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
2884
+ "description": "Specifies the component's location. Can combine by using a space separated string."
2885
+ },
2886
+ "VColorPicker/position": {
2887
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
2888
+ "description": "Sets the position for the component."
2889
+ },
2890
2890
  "VColorPicker/rounded": {
2891
2891
  "type": "string | number | boolean\n",
2892
2892
  "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)."
@@ -2895,25 +2895,37 @@
2895
2895
  "type": "boolean\n",
2896
2896
  "description": "Removes any applied **border-radius** from the component."
2897
2897
  },
2898
+ "VColorPicker/tag": {
2899
+ "type": "string | (new () => any) | FunctionalComponent\n",
2900
+ "description": "Specify a custom tag used on the root element."
2901
+ },
2902
+ "VColorPicker/theme": {
2903
+ "type": "string\n",
2904
+ "description": "Specify a theme for this component and all of its children."
2905
+ },
2906
+ "VColorPicker/color": {
2907
+ "type": "string\n",
2908
+ "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)."
2909
+ },
2910
+ "VColorPicker/disabled": {
2911
+ "type": "boolean\n",
2912
+ "description": "Removes the ability to click or target the component."
2913
+ },
2898
2914
  "VColorPicker/bg-color": {
2899
2915
  "type": "string\n",
2900
2916
  "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)."
2901
2917
  },
2902
- "VColorPicker/max-height": {
2903
- "type": "string | number\n",
2904
- "description": "Sets the maximum height for the component."
2905
- },
2906
- "VColorPicker/max-width": {
2907
- "type": "string | number\n",
2908
- "description": "Sets the maximum width for the component."
2918
+ "VColorPicker/mode": {
2919
+ "type": "'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hex' | 'hexa'\n",
2920
+ "description": "The current selected input type. Syncable with `v-model:mode`."
2909
2921
  },
2910
- "VColorPicker/min-height": {
2911
- "type": "string | number\n",
2912
- "description": "Sets the minimum height for the component."
2922
+ "VColorPicker/divided": {
2923
+ "type": "boolean\n",
2924
+ "description": "Adds a divider between the header and controls."
2913
2925
  },
2914
- "VColorPicker/min-width": {
2915
- "type": "string | number\n",
2916
- "description": "Sets the minimum width for the component."
2926
+ "VColorPicker/hide-header": {
2927
+ "type": "boolean\n",
2928
+ "description": "Hide the picker header."
2917
2929
  },
2918
2930
  "VColorPicker/canvas-height": {
2919
2931
  "type": "string | number\n",
@@ -2947,22 +2959,10 @@
2947
2959
  "type": "string | number\n",
2948
2960
  "description": "Sets the maximum height of the swatches section."
2949
2961
  },
2950
- "VColorPicker/divided": {
2951
- "type": "boolean\n",
2952
- "description": "Adds a divider between the header and controls."
2953
- },
2954
- "VColorPicker/landscape": {
2962
+ "VColorPicker/landscape": {
2955
2963
  "type": "boolean\n",
2956
2964
  "description": "Puts the picker into landscape mode."
2957
2965
  },
2958
- "VColorPicker/hide-header": {
2959
- "type": "boolean\n",
2960
- "description": "Hide the picker header."
2961
- },
2962
- "VColorPicker/position": {
2963
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
2964
- "description": "Sets the position for the component."
2965
- },
2966
2966
  "VColorPicker/swatches": {
2967
2967
  "type": "(\n | string\n | number\n | {\n readonly h: number\n readonly s: number\n readonly v: number\n readonly a?: number | undefined\n }\n | {\n readonly r: number\n readonly g: number\n readonly b: number\n readonly a?: number | undefined\n }\n | {\n readonly h: number\n readonly s: number\n readonly l: number\n readonly a?: number | undefined\n }\n)[][]\n",
2968
2968
  "description": "Sets the available color swatches to select from. 2D array of rows and columns, accepts any color format the picker does."
@@ -3319,14 +3319,14 @@
3319
3319
  "type": "boolean | ('cancel' | 'save')[]\n",
3320
3320
  "description": "Control the disabled state of action buttons. If not provided, internal logic will be used to determine the disabled state."
3321
3321
  },
3322
- "VConfirmEdit/model-value": {
3323
- "type": "unknown\n",
3324
- "description": "Represents the committed v-model value"
3325
- },
3326
3322
  "VConfirmEdit/color": {
3327
3323
  "type": "string\n",
3328
3324
  "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)."
3329
3325
  },
3326
+ "VConfirmEdit/model-value": {
3327
+ "type": "unknown\n",
3328
+ "description": "Represents the committed v-model value"
3329
+ },
3330
3330
  "VConfirmEdit/cancel-text": {
3331
3331
  "type": "string\n",
3332
3332
  "description": "Text for the cancel button"
@@ -3403,10 +3403,6 @@
3403
3403
  "type": "unknown[]\n",
3404
3404
  "description": "An array of strings or objects used for automatically generating children components."
3405
3405
  },
3406
- "VDataIterator/model-value": {
3407
- "type": "any[]\n",
3408
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3409
- },
3410
3406
  "VDataIterator/filter-mode": {
3411
3407
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
3412
3408
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -3443,6 +3439,10 @@
3443
3439
  "type": "(a: any, b: any) => boolean\n",
3444
3440
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3445
3441
  },
3442
+ "VDataIterator/model-value": {
3443
+ "type": "any[]\n",
3444
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3445
+ },
3446
3446
  "VDataIterator/transition": {
3447
3447
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3448
3448
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -3523,18 +3523,6 @@
3523
3523
  "type": "any[]\n",
3524
3524
  "description": "An array of strings or objects used for automatically generating children components."
3525
3525
  },
3526
- "VDataTable/model-value": {
3527
- "type": "unknown\n",
3528
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3529
- },
3530
- "VDataTable/color": {
3531
- "type": "string\n",
3532
- "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)."
3533
- },
3534
- "VDataTable/density": {
3535
- "type": "'default' | 'comfortable' | 'compact'\n",
3536
- "description": "Adjusts the vertical height of the table rows."
3537
- },
3538
3526
  "VDataTable/filter-mode": {
3539
3527
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
3540
3528
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -3563,6 +3551,10 @@
3563
3551
  "type": "'single' | 'page' | 'all'\n",
3564
3552
  "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3565
3553
  },
3554
+ "VDataTable/density": {
3555
+ "type": "'default' | 'comfortable' | 'compact'\n",
3556
+ "description": "Adjusts the vertical height of the table rows."
3557
+ },
3566
3558
  "VDataTable/item-value": {
3567
3559
  "type": "SelectItemKey<any>\n",
3568
3560
  "description": "Property on supplied `items` that contains its value."
@@ -3575,6 +3567,14 @@
3575
3567
  "type": "(a: any, b: any) => boolean\n",
3576
3568
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3577
3569
  },
3570
+ "VDataTable/color": {
3571
+ "type": "string\n",
3572
+ "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)."
3573
+ },
3574
+ "VDataTable/model-value": {
3575
+ "type": "unknown\n",
3576
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3577
+ },
3578
3578
  "VDataTable/no-data-text": {
3579
3579
  "type": "string\n",
3580
3580
  "description": "Text shown when no items are provided to the component."
@@ -3587,10 +3587,6 @@
3587
3587
  "type": "boolean\n",
3588
3588
  "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"
3589
3589
  },
3590
- "VDataTable/sticky": {
3591
- "type": "boolean\n",
3592
- "description": "Deprecated, use `fixed-header` instead."
3593
- },
3594
3590
  "VDataTable/item-selectable": {
3595
3591
  "type": "SelectItemKey<any>\n",
3596
3592
  "description": "Property on supplied `items` that indicates whether the item is selectable."
@@ -3691,6 +3687,10 @@
3691
3687
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3692
3688
  "description": "Icon used for descending sort button."
3693
3689
  },
3690
+ "VDataTable/sticky": {
3691
+ "type": "boolean\n",
3692
+ "description": "Deprecated, use `fixed-header` instead."
3693
+ },
3694
3694
  "VDataTable/fixed-footer": {
3695
3695
  "type": "boolean\n",
3696
3696
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
@@ -3807,10 +3807,6 @@
3807
3807
  "type": "boolean\n",
3808
3808
  "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"
3809
3809
  },
3810
- "VDataTableHeaders/sticky": {
3811
- "type": "boolean\n",
3812
- "description": "Deprecated, use `fixed-header` instead."
3813
- },
3814
3810
  "VDataTableHeaders/multi-sort": {
3815
3811
  "type": "boolean\n",
3816
3812
  "description": "Sort on multiple columns at the same time."
@@ -3839,6 +3835,10 @@
3839
3835
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
3840
3836
  "description": "Icon used for descending sort button."
3841
3837
  },
3838
+ "VDataTableHeaders/sticky": {
3839
+ "type": "boolean\n",
3840
+ "description": "Deprecated, use `fixed-header` instead."
3841
+ },
3842
3842
  "VDataTableRow/item": {
3843
3843
  "type": "unknown\n",
3844
3844
  "description": "Data (key, index and column values) of the displayed item."
@@ -3919,18 +3919,6 @@
3919
3919
  "type": "any[]\n",
3920
3920
  "description": "An array of strings or objects used for automatically generating children components."
3921
3921
  },
3922
- "VDataTableServer/model-value": {
3923
- "type": "unknown\n",
3924
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3925
- },
3926
- "VDataTableServer/color": {
3927
- "type": "string\n",
3928
- "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)."
3929
- },
3930
- "VDataTableServer/density": {
3931
- "type": "'default' | 'comfortable' | 'compact'\n",
3932
- "description": "Adjusts the vertical height used by the component."
3933
- },
3934
3922
  "VDataTableServer/hide-no-data": {
3935
3923
  "type": "boolean\n",
3936
3924
  "description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
@@ -3939,6 +3927,10 @@
3939
3927
  "type": "'single' | 'page' | 'all'\n",
3940
3928
  "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3941
3929
  },
3930
+ "VDataTableServer/density": {
3931
+ "type": "'default' | 'comfortable' | 'compact'\n",
3932
+ "description": "Adjusts the vertical height used by the component."
3933
+ },
3942
3934
  "VDataTableServer/item-value": {
3943
3935
  "type": "SelectItemKey<any>\n",
3944
3936
  "description": "Property on supplied `items` that contains its value."
@@ -3951,6 +3943,14 @@
3951
3943
  "type": "(a: any, b: any) => boolean\n",
3952
3944
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3953
3945
  },
3946
+ "VDataTableServer/color": {
3947
+ "type": "string\n",
3948
+ "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)."
3949
+ },
3950
+ "VDataTableServer/model-value": {
3951
+ "type": "unknown\n",
3952
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3953
+ },
3954
3954
  "VDataTableServer/no-data-text": {
3955
3955
  "type": "string\n",
3956
3956
  "description": "Text shown when no items are provided to the component."
@@ -3963,10 +3963,6 @@
3963
3963
  "type": "boolean\n",
3964
3964
  "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"
3965
3965
  },
3966
- "VDataTableServer/sticky": {
3967
- "type": "boolean\n",
3968
- "description": "Deprecated, use `fixed-header` instead."
3969
- },
3970
3966
  "VDataTableServer/item-selectable": {
3971
3967
  "type": "SelectItemKey<any>\n",
3972
3968
  "description": "Property on supplied `items` that indicates whether the item is selectable."
@@ -3985,7 +3981,7 @@
3985
3981
  },
3986
3982
  "VDataTableServer/multi-sort": {
3987
3983
  "type": "boolean\n",
3988
- "description": "Sort on multiple columns at the same time."
3984
+ "description": "Allows sorting by multiple columns."
3989
3985
  },
3990
3986
  "VDataTableServer/must-sort": {
3991
3987
  "type": "boolean\n",
@@ -4071,6 +4067,10 @@
4071
4067
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4072
4068
  "description": "Icon used for descending sort button."
4073
4069
  },
4070
+ "VDataTableServer/sticky": {
4071
+ "type": "boolean\n",
4072
+ "description": "Deprecated, use `fixed-header` instead."
4073
+ },
4074
4074
  "VDataTableServer/fixed-footer": {
4075
4075
  "type": "boolean\n",
4076
4076
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
@@ -4151,18 +4151,6 @@
4151
4151
  "type": "any[]\n",
4152
4152
  "description": "An array of strings or objects used for automatically generating children components."
4153
4153
  },
4154
- "VDataTableVirtual/model-value": {
4155
- "type": "unknown\n",
4156
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4157
- },
4158
- "VDataTableVirtual/color": {
4159
- "type": "string\n",
4160
- "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)."
4161
- },
4162
- "VDataTableVirtual/density": {
4163
- "type": "'default' | 'comfortable' | 'compact'\n",
4164
- "description": "Adjusts the vertical height used by the component."
4165
- },
4166
4154
  "VDataTableVirtual/filter-mode": {
4167
4155
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
4168
4156
  "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
@@ -4191,6 +4179,10 @@
4191
4179
  "type": "'single' | 'page' | 'all'\n",
4192
4180
  "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4193
4181
  },
4182
+ "VDataTableVirtual/density": {
4183
+ "type": "'default' | 'comfortable' | 'compact'\n",
4184
+ "description": "Adjusts the vertical height used by the component."
4185
+ },
4194
4186
  "VDataTableVirtual/item-value": {
4195
4187
  "type": "SelectItemKey<any>\n",
4196
4188
  "description": "Property on supplied `items` that contains its value."
@@ -4203,6 +4195,14 @@
4203
4195
  "type": "(a: any, b: any) => boolean\n",
4204
4196
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4205
4197
  },
4198
+ "VDataTableVirtual/color": {
4199
+ "type": "string\n",
4200
+ "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)."
4201
+ },
4202
+ "VDataTableVirtual/model-value": {
4203
+ "type": "unknown\n",
4204
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4205
+ },
4206
4206
  "VDataTableVirtual/no-data-text": {
4207
4207
  "type": "string\n",
4208
4208
  "description": "Text shown when no items are provided to the component."
@@ -4215,10 +4215,6 @@
4215
4215
  "type": "boolean\n",
4216
4216
  "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"
4217
4217
  },
4218
- "VDataTableVirtual/sticky": {
4219
- "type": "boolean\n",
4220
- "description": "Deprecated, use `fixed-header` instead."
4221
- },
4222
4218
  "VDataTableVirtual/item-selectable": {
4223
4219
  "type": "SelectItemKey<any>\n",
4224
4220
  "description": "Property on supplied `items` that indicates whether the item is selectable."
@@ -4233,7 +4229,7 @@
4233
4229
  },
4234
4230
  "VDataTableVirtual/multi-sort": {
4235
4231
  "type": "boolean\n",
4236
- "description": "Sort on multiple columns at the same time."
4232
+ "description": "Allows sorting by multiple columns."
4237
4233
  },
4238
4234
  "VDataTableVirtual/must-sort": {
4239
4235
  "type": "boolean\n",
@@ -4307,6 +4303,10 @@
4307
4303
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
4308
4304
  "description": "Icon used for descending sort button."
4309
4305
  },
4306
+ "VDataTableVirtual/sticky": {
4307
+ "type": "boolean\n",
4308
+ "description": "Deprecated, use `fixed-header` instead."
4309
+ },
4310
4310
  "VDataTableVirtual/fixed-footer": {
4311
4311
  "type": "boolean\n",
4312
4312
  "description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
@@ -4407,38 +4407,6 @@
4407
4407
  "type": "string\n",
4408
4408
  "description": "Specify a theme for this component and all of its children."
4409
4409
  },
4410
- "VDateInput/model-value": {
4411
- "type": "any\n",
4412
- "description": "Represents the committed v-model value"
4413
- },
4414
- "VDateInput/location": {
4415
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4416
- "description": "Specifies the date picker's location. Can combine by using a space separated string."
4417
- },
4418
- "VDateInput/color": {
4419
- "type": "string\n",
4420
- "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)."
4421
- },
4422
- "VDateInput/density": {
4423
- "type": "'default' | 'comfortable' | 'compact'\n",
4424
- "description": "Adjusts the vertical height used by the component."
4425
- },
4426
- "VDateInput/border": {
4427
- "type": "string | number | boolean\n",
4428
- "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)."
4429
- },
4430
- "VDateInput/elevation": {
4431
- "type": "string | number\n",
4432
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4433
- },
4434
- "VDateInput/rounded": {
4435
- "type": "string | number | boolean\n",
4436
- "description": "Adds a border radius to the input."
4437
- },
4438
- "VDateInput/tile": {
4439
- "type": "boolean\n",
4440
- "description": "Removes any applied **border-radius** from the component."
4441
- },
4442
4410
  "VDateInput/text": {
4443
4411
  "type": "string\n",
4444
4412
  "description": "Specify content text for the component."
@@ -4451,6 +4419,14 @@
4451
4419
  "type": "string\n",
4452
4420
  "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)."
4453
4421
  },
4422
+ "VDateInput/border": {
4423
+ "type": "string | number | boolean\n",
4424
+ "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)."
4425
+ },
4426
+ "VDateInput/density": {
4427
+ "type": "'default' | 'comfortable' | 'compact'\n",
4428
+ "description": "Adjusts the vertical height used by the component."
4429
+ },
4454
4430
  "VDateInput/max-height": {
4455
4431
  "type": "string | number\n",
4456
4432
  "description": "Sets the maximum height for the component."
@@ -4467,10 +4443,34 @@
4467
4443
  "type": "string | number\n",
4468
4444
  "description": "Sets the minimum width for the component."
4469
4445
  },
4446
+ "VDateInput/elevation": {
4447
+ "type": "string | number\n",
4448
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4449
+ },
4450
+ "VDateInput/rounded": {
4451
+ "type": "string | number | boolean\n",
4452
+ "description": "Adds a border radius to the input."
4453
+ },
4454
+ "VDateInput/tile": {
4455
+ "type": "boolean\n",
4456
+ "description": "Removes any applied **border-radius** from the component."
4457
+ },
4458
+ "VDateInput/color": {
4459
+ "type": "string\n",
4460
+ "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)."
4461
+ },
4470
4462
  "VDateInput/variant": {
4471
4463
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
4472
4464
  "description": "Applies a distinct style to the component."
4473
4465
  },
4466
+ "VDateInput/model-value": {
4467
+ "type": "any\n",
4468
+ "description": "Represents the committed v-model value"
4469
+ },
4470
+ "VDateInput/location": {
4471
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4472
+ "description": "Specifies the date picker's location. Can combine by using a space separated string."
4473
+ },
4474
4474
  "VDateInput/transition": {
4475
4475
  "type": "string\n",
4476
4476
  "description": "The transition used when changing months into the future"
@@ -4611,22 +4611,6 @@
4611
4611
  "type": "boolean\n",
4612
4612
  "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"
4613
4613
  },
4614
- "VDateInput/divided": {
4615
- "type": "boolean\n",
4616
- "description": "Adds a divider between the header and controls."
4617
- },
4618
- "VDateInput/landscape": {
4619
- "type": "boolean\n",
4620
- "description": "Changes the picker to landscape mode."
4621
- },
4622
- "VDateInput/hide-header": {
4623
- "type": "boolean\n",
4624
- "description": "Hides the header."
4625
- },
4626
- "VDateInput/position": {
4627
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4628
- "description": "Sets the position for the component."
4629
- },
4630
4614
  "VDateInput/cancel-text": {
4631
4615
  "type": "string\n",
4632
4616
  "description": "Text for the cancel button"
@@ -4715,6 +4699,22 @@
4715
4699
  "type": "unknown[] | ((date: unknown) => boolean)\n",
4716
4700
  "description": "Restricts which dates can be selected."
4717
4701
  },
4702
+ "VDateInput/divided": {
4703
+ "type": "boolean\n",
4704
+ "description": "Adds a divider between the header and controls."
4705
+ },
4706
+ "VDateInput/landscape": {
4707
+ "type": "boolean\n",
4708
+ "description": "Changes the picker to landscape mode."
4709
+ },
4710
+ "VDateInput/hide-header": {
4711
+ "type": "boolean\n",
4712
+ "description": "Hides the header."
4713
+ },
4714
+ "VDateInput/position": {
4715
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4716
+ "description": "Sets the position for the component."
4717
+ },
4718
4718
  "VDatePicker/title": {
4719
4719
  "type": "string\n",
4720
4720
  "description": "Specify a title text for the component."
@@ -4803,6 +4803,10 @@
4803
4803
  "type": "number | boolean | (string & {}) | 'range'\n",
4804
4804
  "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
4805
4805
  },
4806
+ "VDatePicker/header": {
4807
+ "type": "string\n",
4808
+ "description": "Text shown when no **display-date** is set."
4809
+ },
4806
4810
  "VDatePicker/active": {
4807
4811
  "type": "string | string[]\n",
4808
4812
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -4815,10 +4819,6 @@
4815
4819
  "type": "string\n",
4816
4820
  "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)."
4817
4821
  },
4818
- "VDatePicker/header": {
4819
- "type": "string\n",
4820
- "description": "Text shown when no **display-date** is set."
4821
- },
4822
4822
  "VDatePicker/divided": {
4823
4823
  "type": "boolean\n",
4824
4824
  "description": "Adds a divider between the header and controls."
@@ -4871,6 +4871,10 @@
4871
4871
  "type": "string\n",
4872
4872
  "description": "The transition used when changing months into the past"
4873
4873
  },
4874
+ "VDatePicker/landscape": {
4875
+ "type": "boolean\n",
4876
+ "description": "Changes the picker to landscape mode."
4877
+ },
4874
4878
  "VDatePicker/header-color": {
4875
4879
  "type": "string\n",
4876
4880
  "description": "Allows you to set a different color for the header when used in conjunction with the `color` prop."
@@ -4891,10 +4895,6 @@
4891
4895
  "type": "boolean\n",
4892
4896
  "description": "Toggles visibility of the week numbers in the body of the calendar."
4893
4897
  },
4894
- "VDatePicker/landscape": {
4895
- "type": "boolean\n",
4896
- "description": "Changes the picker to landscape mode."
4897
- },
4898
4898
  "VDatePickerControls/text": {
4899
4899
  "type": "string\n",
4900
4900
  "description": "Specify content text for the component."
@@ -4931,6 +4931,10 @@
4931
4931
  "type": "string\n",
4932
4932
  "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)."
4933
4933
  },
4934
+ "VDatePickerHeader/header": {
4935
+ "type": "string\n",
4936
+ "description": "Sets the header content."
4937
+ },
4934
4938
  "VDatePickerHeader/append-icon": {
4935
4939
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4936
4940
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -4939,10 +4943,6 @@
4939
4943
  "type": "string\n",
4940
4944
  "description": "Sets the transition when the header changes."
4941
4945
  },
4942
- "VDatePickerHeader/header": {
4943
- "type": "string\n",
4944
- "description": "Sets the header content."
4945
- },
4946
4946
  "VDatePickerMonth/model-value": {
4947
4947
  "type": "unknown[]\n",
4948
4948
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -5359,17 +5359,17 @@
5359
5359
  "type": "string | number\n",
5360
5360
  "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5361
5361
  },
5362
- "VEmptyState/href": {
5362
+ "VEmptyState/image": {
5363
5363
  "type": "string\n",
5364
- "description": "The URL the action button links to."
5364
+ "description": "Apply a specific image using [v-img](/components/images/)."
5365
5365
  },
5366
- "VEmptyState/to": {
5366
+ "VEmptyState/href": {
5367
5367
  "type": "string\n",
5368
5368
  "description": "The URL the action button links to."
5369
5369
  },
5370
- "VEmptyState/image": {
5370
+ "VEmptyState/to": {
5371
5371
  "type": "string\n",
5372
- "description": "Apply a specific image using [v-img](/components/images/)."
5372
+ "description": "The URL the action button links to."
5373
5373
  },
5374
5374
  "VEmptyState/bg-color": {
5375
5375
  "type": "string\n",
@@ -5779,6 +5779,14 @@
5779
5779
  "type": "any\n",
5780
5780
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5781
5781
  },
5782
+ "VFab/extended": {
5783
+ "type": "boolean\n",
5784
+ "description": "An alternate style for the FAB that expects text."
5785
+ },
5786
+ "VFab/order": {
5787
+ "type": "string | number\n",
5788
+ "description": "Adjust the order of the component in relation to its registration order."
5789
+ },
5782
5790
  "VFab/active": {
5783
5791
  "type": "boolean\n",
5784
5792
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -5843,10 +5851,6 @@
5843
5851
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
5844
5852
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5845
5853
  },
5846
- "VFab/order": {
5847
- "type": "string | number\n",
5848
- "description": "Adjust the order of the component in relation to its registration order."
5849
- },
5850
5854
  "VFab/offset": {
5851
5855
  "type": "boolean\n",
5852
5856
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
@@ -5859,10 +5863,6 @@
5859
5863
  "type": "boolean\n",
5860
5864
  "description": "Used to control the animation of the FAB."
5861
5865
  },
5862
- "VFab/extended": {
5863
- "type": "boolean\n",
5864
- "description": "An alternate style for the FAB that expects text."
5865
- },
5866
5866
  "VFab/layout": {
5867
5867
  "type": "boolean\n",
5868
5868
  "description": "If true, will effect layout dimensions based on size and position."
@@ -6583,14 +6583,14 @@
6583
6583
  "type": "boolean\n",
6584
6584
  "description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
6585
6585
  },
6586
- "VForm/model-value": {
6587
- "type": "boolean\n",
6588
- "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
6589
- },
6590
6586
  "VForm/disabled": {
6591
6587
  "type": "boolean\n",
6592
6588
  "description": "Puts all children inputs into a disabled state."
6593
6589
  },
6590
+ "VForm/model-value": {
6591
+ "type": "boolean\n",
6592
+ "description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
6593
+ },
6594
6594
  "VForm/readonly": {
6595
6595
  "type": "boolean\n",
6596
6596
  "description": "Puts all children inputs into a readonly state."
@@ -6619,17 +6619,21 @@
6619
6619
  "type": "string | number\n",
6620
6620
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6621
6621
  },
6622
- "VIcon/tag": {
6623
- "type": "string | (new () => any) | FunctionalComponent\n",
6624
- "description": "Specify a custom tag used on the root element."
6622
+ "VIcon/end": {
6623
+ "type": "boolean\n",
6624
+ "description": "Applies margin at the start of the component."
6625
6625
  },
6626
- "VIcon/disabled": {
6626
+ "VIcon/start": {
6627
6627
  "type": "boolean\n",
6628
- "description": "Removes the ability to click or target the component."
6628
+ "description": "Applies margin at the end of the component."
6629
6629
  },
6630
- "VIcon/size": {
6631
- "type": "string | number\n",
6632
- "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**."
6630
+ "VIcon/icon": {
6631
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6632
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6633
+ },
6634
+ "VIcon/tag": {
6635
+ "type": "string | (new () => any) | FunctionalComponent\n",
6636
+ "description": "Specify a custom tag used on the root element."
6633
6637
  },
6634
6638
  "VIcon/theme": {
6635
6639
  "type": "string\n",
@@ -6639,42 +6643,54 @@
6639
6643
  "type": "string\n",
6640
6644
  "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)."
6641
6645
  },
6646
+ "VIcon/disabled": {
6647
+ "type": "boolean\n",
6648
+ "description": "Removes the ability to click or target the component."
6649
+ },
6650
+ "VIcon/size": {
6651
+ "type": "string | number\n",
6652
+ "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**."
6653
+ },
6642
6654
  "VIcon/opacity": {
6643
6655
  "type": "string | number\n",
6644
6656
  "description": "Sets the component's opacity value"
6645
6657
  },
6646
- "VIcon/start": {
6647
- "type": "boolean\n",
6648
- "description": "Applies margin at the end of the component."
6658
+ "VIconBtn/tag": {
6659
+ "type": "string | (new () => any) | FunctionalComponent\n",
6660
+ "description": "Specify a custom tag used on the root element."
6649
6661
  },
6650
- "VIcon/end": {
6662
+ "VIconBtn/disabled": {
6651
6663
  "type": "boolean\n",
6652
- "description": "Applies margin at the start of the component."
6664
+ "description": "Removes the ability to click or target the component."
6653
6665
  },
6654
- "VIcon/icon": {
6655
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
6656
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6666
+ "VIconBtn/height": {
6667
+ "type": "string | number\n",
6668
+ "description": "Sets the height for the component."
6669
+ },
6670
+ "VIconBtn/size": {
6671
+ "type": "string | number\n",
6672
+ "description": "Sets the height and width of the component."
6673
+ },
6674
+ "VIconBtn/width": {
6675
+ "type": "string | number\n",
6676
+ "description": "Sets the width for the component."
6677
+ },
6678
+ "VIconBtn/theme": {
6679
+ "type": "string\n",
6680
+ "description": "Specify a theme for this component and all of its children."
6657
6681
  },
6658
6682
  "VIconBtn/text": {
6659
6683
  "type": "string | number | boolean\n",
6660
6684
  "description": "Specify content text for the component."
6661
6685
  },
6686
+ "VIconBtn/active-color": {
6687
+ "type": "string\n",
6688
+ "description": "The applied color when the component is in an active state."
6689
+ },
6662
6690
  "VIconBtn/border": {
6663
6691
  "type": "string | number | boolean\n",
6664
6692
  "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)."
6665
6693
  },
6666
- "VIconBtn/icon": {
6667
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6668
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6669
- },
6670
- "VIconBtn/height": {
6671
- "type": "string | number\n",
6672
- "description": "Sets the height for the component."
6673
- },
6674
- "VIconBtn/width": {
6675
- "type": "string | number\n",
6676
- "description": "Sets the width for the component."
6677
- },
6678
6694
  "VIconBtn/elevation": {
6679
6695
  "type": "string | number\n",
6680
6696
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -6687,60 +6703,40 @@
6687
6703
  "type": "boolean\n",
6688
6704
  "description": "Removes any applied **border-radius** from the component."
6689
6705
  },
6690
- "VIconBtn/tag": {
6691
- "type": "string | (new () => any) | FunctionalComponent\n",
6692
- "description": "Specify a custom tag used on the root element."
6693
- },
6694
- "VIconBtn/theme": {
6695
- "type": "string\n",
6696
- "description": "Specify a theme for this component and all of its children."
6697
- },
6698
6706
  "VIconBtn/color": {
6699
6707
  "type": "string\n",
6700
6708
  "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)."
6701
6709
  },
6702
6710
  "VIconBtn/variant": {
6703
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6711
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6704
6712
  "description": "Applies a distinct style to the component."
6705
6713
  },
6706
- "VIconBtn/disabled": {
6707
- "type": "boolean\n",
6708
- "description": "Removes the ability to click or target the component."
6709
- },
6710
- "VIconBtn/size": {
6714
+ "VIconBtn/opacity": {
6711
6715
  "type": "string | number\n",
6712
- "description": "Sets the height and width of the component."
6713
- },
6714
- "VIconBtn/active": {
6715
- "type": "boolean\n",
6716
- "description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
6716
+ "description": "Sets the component's opacity value"
6717
6717
  },
6718
- "VIconBtn/active-color": {
6718
+ "VIconBtn/icon-color": {
6719
6719
  "type": "string\n",
6720
- "description": "The applied color when the component is in an active state."
6720
+ "description": "Explicit color applied to the icon."
6721
6721
  },
6722
6722
  "VIconBtn/readonly": {
6723
6723
  "type": "boolean\n",
6724
6724
  "description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
6725
6725
  },
6726
+ "VIconBtn/active": {
6727
+ "type": "boolean\n",
6728
+ "description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
6729
+ },
6726
6730
  "VIconBtn/loading": {
6727
6731
  "type": "boolean\n",
6728
6732
  "description": "Displays circular progress bar in place of the icon."
6729
6733
  },
6730
- "VIconBtn/opacity": {
6731
- "type": "string | number\n",
6732
- "description": "Sets the component's opacity value"
6733
- },
6734
- "VIconBtn/sizes": {
6735
- "type": "['default' | 'small' | 'x-small' | 'large' | 'x-large', number][]\n",
6736
- "description": "An array of tuples that define the button sizes for each named size."
6737
- },
6738
- "VIconBtn/icon-color": {
6739
- "type": "string\n",
6740
- "description": "Explicit color applied to the icon."
6734
+ "VIconBtn/icon": {
6735
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
6736
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6741
6737
  },
6742
6738
  "VIconBtn/base-variant": {
6743
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6739
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6744
6740
  "description": "When active is a boolean, this variant is used when active is false."
6745
6741
  },
6746
6742
  "VIconBtn/hide-overlay": {
@@ -6748,19 +6744,23 @@
6748
6744
  "description": "Hides overlay from being displayed when active or focused."
6749
6745
  },
6750
6746
  "VIconBtn/icon-sizes": {
6751
- "type": "['default' | 'small' | 'x-small' | 'large' | 'x-large', number][]\n",
6747
+ "type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
6752
6748
  "description": "An array of tuples that define the icon sizes for each named size."
6753
6749
  },
6754
6750
  "VIconBtn/rotate": {
6755
6751
  "type": "string | number\n",
6756
6752
  "description": "The rotation of the icon in degrees."
6757
6753
  },
6754
+ "VIconBtn/sizes": {
6755
+ "type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
6756
+ "description": "An array of tuples that define the button sizes for each named size."
6757
+ },
6758
6758
  "VIconBtn/active-icon": {
6759
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6759
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
6760
6760
  "description": "When active is a boolean, this icon is used when active is true."
6761
6761
  },
6762
6762
  "VIconBtn/active-variant": {
6763
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6763
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6764
6764
  "description": "When active is a boolean, this variant is used when active is true."
6765
6765
  },
6766
6766
  "VIconBtn/icon-size": {
@@ -6891,10 +6891,6 @@
6891
6891
  "type": "string | number\n",
6892
6892
  "description": "Sets the width for the component."
6893
6893
  },
6894
- "VInfiniteScroll/color": {
6895
- "type": "string\n",
6896
- "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)."
6897
- },
6898
6894
  "VInfiniteScroll/max-height": {
6899
6895
  "type": "string | number\n",
6900
6896
  "description": "Sets the maximum height for the component."
@@ -6911,6 +6907,10 @@
6911
6907
  "type": "string | number\n",
6912
6908
  "description": "Sets the minimum width for the component."
6913
6909
  },
6910
+ "VInfiniteScroll/color": {
6911
+ "type": "string\n",
6912
+ "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)."
6913
+ },
6914
6914
  "VInfiniteScroll/direction": {
6915
6915
  "type": "'horizontal' | 'vertical'\n",
6916
6916
  "description": "Specifies if scroller is **vertical** or **horizontal**."
@@ -7067,10 +7067,18 @@
7067
7067
  "type": "string\n",
7068
7068
  "description": "Configure the active CSS class applied when an item is selected."
7069
7069
  },
7070
+ "VItemGroup/model-value": {
7071
+ "type": "unknown\n",
7072
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7073
+ },
7070
7074
  "VItemGroup/tag": {
7071
7075
  "type": "string | (new () => any) | FunctionalComponent\n",
7072
7076
  "description": "Specify a custom tag used on the root element."
7073
7077
  },
7078
+ "VItemGroup/theme": {
7079
+ "type": "string\n",
7080
+ "description": "Specify a theme for this component and all of its children."
7081
+ },
7074
7082
  "VItemGroup/disabled": {
7075
7083
  "type": "boolean\n",
7076
7084
  "description": "Puts all children components into a disabled state."
@@ -7083,50 +7091,30 @@
7083
7091
  "type": "boolean\n",
7084
7092
  "description": "Allows one to select multiple items."
7085
7093
  },
7086
- "VItemGroup/theme": {
7094
+ "VItemGroup/selected-class": {
7087
7095
  "type": "string\n",
7088
- "description": "Specify a theme for this component and all of its children."
7089
- },
7090
- "VItemGroup/model-value": {
7091
- "type": "unknown\n",
7092
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7096
+ "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
7093
7097
  },
7094
7098
  "VItemGroup/mandatory": {
7095
7099
  "type": "boolean | 'force'\n",
7096
7100
  "description": "Forces at least one item to always be selected (if available)."
7097
7101
  },
7098
- "VItemGroup/selected-class": {
7099
- "type": "string\n",
7100
- "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
7101
- },
7102
7102
  "VKbd/tag": {
7103
7103
  "type": "string\n",
7104
7104
  "description": "Specify a custom tag used on the root element."
7105
7105
  },
7106
- "VLabel/text": {
7107
- "type": "string\n",
7108
- "description": "Specify content text for the component."
7109
- },
7110
7106
  "VLabel/theme": {
7111
7107
  "type": "string\n",
7112
7108
  "description": "Specify a theme for this component and all of its children."
7113
7109
  },
7110
+ "VLabel/text": {
7111
+ "type": "string\n",
7112
+ "description": "Specify content text for the component."
7113
+ },
7114
7114
  "VLayout/height": {
7115
7115
  "type": "string | number\n",
7116
7116
  "description": "Sets the height for the component."
7117
7117
  },
7118
- "VLayout/width": {
7119
- "type": "string | number\n",
7120
- "description": "Sets the width for the component."
7121
- },
7122
- "VLayout/full-height": {
7123
- "type": "boolean\n",
7124
- "description": "Sets the component height to 100%."
7125
- },
7126
- "VLayout/overlaps": {
7127
- "type": "string[]\n",
7128
- "description": "**FOR INTERNAL USE ONLY**"
7129
- },
7130
7118
  "VLayout/max-height": {
7131
7119
  "type": "string | number\n",
7132
7120
  "description": "Sets the maximum height for the component."
@@ -7143,17 +7131,17 @@
7143
7131
  "type": "string | number\n",
7144
7132
  "description": "Sets the minimum width for the component."
7145
7133
  },
7146
- "VLayoutItem/model-value": {
7147
- "type": "boolean\n",
7148
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7149
- },
7150
- "VLayoutItem/position": {
7151
- "type": "'top' | 'bottom' | 'left' | 'right'\n",
7152
- "description": "The position of the item."
7134
+ "VLayout/width": {
7135
+ "type": "string | number\n",
7136
+ "description": "Sets the width for the component."
7153
7137
  },
7154
- "VLayoutItem/absolute": {
7138
+ "VLayout/full-height": {
7155
7139
  "type": "boolean\n",
7156
- "description": "Applies **position: absolute** to the component."
7140
+ "description": "Sets the component height to 100%."
7141
+ },
7142
+ "VLayout/overlaps": {
7143
+ "type": "string[]\n",
7144
+ "description": "**FOR INTERNAL USE ONLY**"
7157
7145
  },
7158
7146
  "VLayoutItem/name": {
7159
7147
  "type": "string\n",
@@ -7163,26 +7151,30 @@
7163
7151
  "type": "string | number\n",
7164
7152
  "description": "Sets the height and width of the component."
7165
7153
  },
7166
- "VLayoutItem/order": {
7167
- "type": "string | number\n",
7168
- "description": "Adjust the order of the component in relation to its registration order."
7154
+ "VLayoutItem/absolute": {
7155
+ "type": "boolean\n",
7156
+ "description": "Applies **position: absolute** to the component."
7169
7157
  },
7170
- "VLazy/tag": {
7171
- "type": "string | (new () => any) | FunctionalComponent\n",
7172
- "description": "Specify a custom tag used on the root element."
7158
+ "VLayoutItem/model-value": {
7159
+ "type": "boolean\n",
7160
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7173
7161
  },
7174
- "VLazy/height": {
7175
- "type": "string | number\n",
7176
- "description": "Sets the height for the component."
7162
+ "VLayoutItem/position": {
7163
+ "type": "'top' | 'left' | 'right' | 'bottom'\n",
7164
+ "description": "The position of the item."
7177
7165
  },
7178
- "VLazy/width": {
7166
+ "VLayoutItem/order": {
7179
7167
  "type": "string | number\n",
7180
- "description": "Sets the width for the component."
7168
+ "description": "Adjust the order of the component in relation to its registration order."
7181
7169
  },
7182
7170
  "VLazy/model-value": {
7183
7171
  "type": "boolean\n",
7184
7172
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7185
7173
  },
7174
+ "VLazy/height": {
7175
+ "type": "string | number\n",
7176
+ "description": "Sets the height for the component."
7177
+ },
7186
7178
  "VLazy/max-height": {
7187
7179
  "type": "string | number\n",
7188
7180
  "description": "Sets the maximum height for the component."
@@ -7199,6 +7191,14 @@
7199
7191
  "type": "string | number\n",
7200
7192
  "description": "Sets the minimum width for the component."
7201
7193
  },
7194
+ "VLazy/width": {
7195
+ "type": "string | number\n",
7196
+ "description": "Sets the width for the component."
7197
+ },
7198
+ "VLazy/tag": {
7199
+ "type": "string | (new () => any) | FunctionalComponent\n",
7200
+ "description": "Specify a custom tag used on the root element."
7201
+ },
7202
7202
  "VLazy/transition": {
7203
7203
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
7204
7204
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -7207,57 +7207,45 @@
7207
7207
  "type": "IntersectionObserverInit\n",
7208
7208
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
7209
7209
  },
7210
- "VLigatureIcon/icon": {
7211
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7212
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7213
- },
7214
7210
  "VLigatureIcon/tag": {
7215
7211
  "type": "string | (new () => any) | FunctionalComponent\n",
7216
7212
  "description": "Specify a custom tag used on the root element."
7217
7213
  },
7218
- "VList/tag": {
7219
- "type": "string | (new () => any) | FunctionalComponent\n",
7220
- "description": "Specify a custom tag used on the root element."
7221
- },
7222
- "VList/nav": {
7223
- "type": "boolean\n",
7224
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7214
+ "VLigatureIcon/icon": {
7215
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7216
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7225
7217
  },
7226
- "VList/activated": {
7227
- "type": "any\n",
7228
- "description": "Array of ids of activated nodes."
7218
+ "VList/border": {
7219
+ "type": "string | number | boolean\n",
7220
+ "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)."
7229
7221
  },
7230
- "VList/disabled": {
7231
- "type": "boolean\n",
7232
- "description": "Puts all children inputs into a disabled state."
7222
+ "VList/density": {
7223
+ "type": "'default' | 'comfortable' | 'compact'\n",
7224
+ "description": "Adjusts the vertical height used by the component."
7233
7225
  },
7234
7226
  "VList/height": {
7235
7227
  "type": "string | number\n",
7236
7228
  "description": "Sets the height for the component."
7237
7229
  },
7238
- "VList/width": {
7230
+ "VList/max-height": {
7239
7231
  "type": "string | number\n",
7240
- "description": "Sets the width for the component."
7241
- },
7242
- "VList/theme": {
7243
- "type": "string\n",
7244
- "description": "Specify a theme for this component and all of its children."
7232
+ "description": "Sets the maximum height for the component."
7245
7233
  },
7246
- "VList/items": {
7247
- "type": "any[]\n",
7248
- "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7234
+ "VList/max-width": {
7235
+ "type": "string | number\n",
7236
+ "description": "Sets the maximum width for the component."
7249
7237
  },
7250
- "VList/color": {
7251
- "type": "string\n",
7252
- "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)."
7238
+ "VList/min-height": {
7239
+ "type": "string | number\n",
7240
+ "description": "Sets the minimum height for the component."
7253
7241
  },
7254
- "VList/density": {
7255
- "type": "'default' | 'comfortable' | 'compact'\n",
7256
- "description": "Adjusts the vertical height used by the component."
7242
+ "VList/min-width": {
7243
+ "type": "string | number\n",
7244
+ "description": "Sets the minimum width for the component."
7257
7245
  },
7258
- "VList/border": {
7259
- "type": "string | number | boolean\n",
7260
- "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)."
7246
+ "VList/width": {
7247
+ "type": "string | number\n",
7248
+ "description": "Sets the width for the component."
7261
7249
  },
7262
7250
  "VList/elevation": {
7263
7251
  "type": "string | number\n",
@@ -7271,37 +7259,81 @@
7271
7259
  "type": "boolean\n",
7272
7260
  "description": "Removes any applied **border-radius** from the component."
7273
7261
  },
7274
- "VList/base-color": {
7262
+ "VList/tag": {
7263
+ "type": "string | (new () => any) | FunctionalComponent\n",
7264
+ "description": "Specify a custom tag used on the root element."
7265
+ },
7266
+ "VList/theme": {
7275
7267
  "type": "string\n",
7276
- "description": "Sets the color of component when not focused."
7268
+ "description": "Specify a theme for this component and all of its children."
7269
+ },
7270
+ "VList/color": {
7271
+ "type": "string\n",
7272
+ "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)."
7273
+ },
7274
+ "VList/variant": {
7275
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7276
+ "description": "Applies a distinct style to the component."
7277
+ },
7278
+ "VList/activated": {
7279
+ "type": "any\n",
7280
+ "description": "Array of ids of activated nodes."
7281
+ },
7282
+ "VList/disabled": {
7283
+ "type": "boolean\n",
7284
+ "description": "Puts all children inputs into a disabled state."
7277
7285
  },
7278
7286
  "VList/active-color": {
7279
7287
  "type": "string\n",
7280
7288
  "description": "The applied color when the component is in an active state."
7281
7289
  },
7282
- "VList/active-class": {
7290
+ "VList/base-color": {
7283
7291
  "type": "string\n",
7284
- "description": "The class applied to the component when it is in an active state."
7292
+ "description": "Sets the color of component when not focused."
7293
+ },
7294
+ "VList/slim": {
7295
+ "type": "boolean\n",
7296
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7285
7297
  },
7286
7298
  "VList/bg-color": {
7287
7299
  "type": "string\n",
7288
7300
  "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)."
7289
7301
  },
7290
- "VList/expand-icon": {
7291
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7292
- "description": "Icon to display when the list item is collapsed."
7293
- },
7294
- "VList/collapse-icon": {
7295
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7296
- "description": "Icon to display when the list item is expanded."
7297
- },
7298
7302
  "VList/lines": {
7299
7303
  "type": "false | 'one' | 'two' | 'three'\n",
7300
7304
  "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."
7301
7305
  },
7302
- "VList/slim": {
7306
+ "VList/nav": {
7303
7307
  "type": "boolean\n",
7304
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7308
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7309
+ },
7310
+ "VList/mandatory": {
7311
+ "type": "boolean\n",
7312
+ "description": "Forces at least one item to always be selected (if available)."
7313
+ },
7314
+ "VList/active-class": {
7315
+ "type": "string\n",
7316
+ "description": "The class applied to the component when it is in an active state."
7317
+ },
7318
+ "VList/items": {
7319
+ "type": "any[]\n",
7320
+ "description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
7321
+ },
7322
+ "VList/selected": {
7323
+ "type": "unknown\n",
7324
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7325
+ },
7326
+ "VList/value-comparator": {
7327
+ "type": "(a: any, b: any) => boolean\n",
7328
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7329
+ },
7330
+ "VList/expand-icon": {
7331
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7332
+ "description": "Icon to display when the list item is collapsed."
7333
+ },
7334
+ "VList/collapse-icon": {
7335
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7336
+ "description": "Icon to display when the list item is expanded."
7305
7337
  },
7306
7338
  "VList/activatable": {
7307
7339
  "type": "boolean\n",
@@ -7315,14 +7347,6 @@
7315
7347
  "type": "unknown\n",
7316
7348
  "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
7317
7349
  },
7318
- "VList/selected": {
7319
- "type": "unknown\n",
7320
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7321
- },
7322
- "VList/mandatory": {
7323
- "type": "boolean\n",
7324
- "description": "Forces at least one item to always be selected (if available)."
7325
- },
7326
7350
  "VList/active-strategy": {
7327
7351
  "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",
7328
7352
  "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."
@@ -7335,22 +7359,6 @@
7335
7359
  "type": "'list' | 'multiple' | 'single' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7336
7360
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
7337
7361
  },
7338
- "VList/max-height": {
7339
- "type": "string | number\n",
7340
- "description": "Sets the maximum height for the component."
7341
- },
7342
- "VList/max-width": {
7343
- "type": "string | number\n",
7344
- "description": "Sets the maximum width for the component."
7345
- },
7346
- "VList/min-height": {
7347
- "type": "string | number\n",
7348
- "description": "Sets the minimum height for the component."
7349
- },
7350
- "VList/min-width": {
7351
- "type": "string | number\n",
7352
- "description": "Sets the minimum width for the component."
7353
- },
7354
7362
  "VList/item-type": {
7355
7363
  "type": "string\n",
7356
7364
  "description": "Designates the key on the supplied items that is used for determining the nodes type."
@@ -7375,54 +7383,46 @@
7375
7383
  "type": "boolean\n",
7376
7384
  "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7377
7385
  },
7378
- "VList/value-comparator": {
7379
- "type": "(a: any, b: any) => boolean\n",
7380
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7381
- },
7382
- "VList/variant": {
7383
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7384
- "description": "Applies a distinct style to the component."
7385
- },
7386
- "VListGroup/title": {
7387
- "type": "string\n",
7388
- "description": "Specify a title text for the component."
7389
- },
7390
7386
  "VListGroup/tag": {
7391
7387
  "type": "string | (new () => any) | FunctionalComponent\n",
7392
7388
  "description": "Specify a custom tag used on the root element."
7393
7389
  },
7394
- "VListGroup/color": {
7390
+ "VListGroup/title": {
7395
7391
  "type": "string\n",
7396
- "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)."
7392
+ "description": "Specify a title text for the component."
7397
7393
  },
7398
7394
  "VListGroup/value": {
7399
7395
  "type": "any\n",
7400
7396
  "description": "Expands / Collapse the list-group."
7401
7397
  },
7402
- "VListGroup/active-color": {
7403
- "type": "string\n",
7404
- "description": "The applied color when the component is in an active state."
7405
- },
7406
7398
  "VListGroup/base-color": {
7407
7399
  "type": "string\n",
7408
7400
  "description": "Sets the color of component when not focused."
7409
7401
  },
7410
- "VListGroup/prepend-icon": {
7411
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7412
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7413
- },
7414
- "VListGroup/append-icon": {
7415
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7416
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7402
+ "VListGroup/active-color": {
7403
+ "type": "string\n",
7404
+ "description": "The applied color when the component is in an active state."
7417
7405
  },
7418
7406
  "VListGroup/expand-icon": {
7419
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7407
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7420
7408
  "description": "Icon to display when the list item is collapsed."
7421
7409
  },
7422
7410
  "VListGroup/collapse-icon": {
7423
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7411
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7424
7412
  "description": "Icon to display when the list item is expanded."
7425
7413
  },
7414
+ "VListGroup/color": {
7415
+ "type": "string\n",
7416
+ "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)."
7417
+ },
7418
+ "VListGroup/append-icon": {
7419
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7420
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7421
+ },
7422
+ "VListGroup/prepend-icon": {
7423
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7424
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7425
+ },
7426
7426
  "VListGroup/fluid": {
7427
7427
  "type": "boolean\n",
7428
7428
  "description": "Removes the left padding assigned for action icons from group items."
@@ -7475,30 +7475,6 @@
7475
7475
  "type": "string\n",
7476
7476
  "description": "Specify a theme for this component and all of its children."
7477
7477
  },
7478
- "VListItem/color": {
7479
- "type": "string\n",
7480
- "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
7481
- },
7482
- "VListItem/density": {
7483
- "type": "'default' | 'comfortable' | 'compact'\n",
7484
- "description": "Adjusts the vertical height used by the component."
7485
- },
7486
- "VListItem/border": {
7487
- "type": "string | number | boolean\n",
7488
- "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)."
7489
- },
7490
- "VListItem/elevation": {
7491
- "type": "string | number\n",
7492
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7493
- },
7494
- "VListItem/rounded": {
7495
- "type": "string | number | boolean\n",
7496
- "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)."
7497
- },
7498
- "VListItem/tile": {
7499
- "type": "boolean\n",
7500
- "description": "Removes any applied **border-radius** from the component."
7501
- },
7502
7478
  "VListItem/exact": {
7503
7479
  "type": "boolean\n",
7504
7480
  "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
@@ -7527,6 +7503,14 @@
7527
7503
  "type": "boolean\n",
7528
7504
  "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7529
7505
  },
7506
+ "VListItem/border": {
7507
+ "type": "string | number | boolean\n",
7508
+ "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)."
7509
+ },
7510
+ "VListItem/density": {
7511
+ "type": "'default' | 'comfortable' | 'compact'\n",
7512
+ "description": "Adjusts the vertical height used by the component."
7513
+ },
7530
7514
  "VListItem/max-height": {
7531
7515
  "type": "string | number\n",
7532
7516
  "description": "Sets the maximum height for the component."
@@ -7543,6 +7527,22 @@
7543
7527
  "type": "string | number\n",
7544
7528
  "description": "Sets the minimum width for the component."
7545
7529
  },
7530
+ "VListItem/elevation": {
7531
+ "type": "string | number\n",
7532
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7533
+ },
7534
+ "VListItem/rounded": {
7535
+ "type": "string | number | boolean\n",
7536
+ "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)."
7537
+ },
7538
+ "VListItem/tile": {
7539
+ "type": "boolean\n",
7540
+ "description": "Removes any applied **border-radius** from the component."
7541
+ },
7542
+ "VListItem/color": {
7543
+ "type": "string\n",
7544
+ "description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
7545
+ },
7546
7546
  "VListItem/variant": {
7547
7547
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7548
7548
  "description": "Applies a distinct style to the component."
@@ -7615,22 +7615,22 @@
7615
7615
  "type": "string\n",
7616
7616
  "description": "Specify a custom tag used on the root element."
7617
7617
  },
7618
+ "VListSubheader/tag": {
7619
+ "type": "string | (new () => any) | FunctionalComponent\n",
7620
+ "description": "Specify a custom tag used on the root element."
7621
+ },
7618
7622
  "VListSubheader/title": {
7619
7623
  "type": "string\n",
7620
7624
  "description": "Specify a title text for the component."
7621
7625
  },
7626
+ "VListSubheader/color": {
7627
+ "type": "string\n",
7628
+ "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)."
7629
+ },
7622
7630
  "VListSubheader/sticky": {
7623
7631
  "type": "boolean\n",
7624
7632
  "description": "Sticks the header to the top of the table."
7625
7633
  },
7626
- "VListSubheader/tag": {
7627
- "type": "string | (new () => any) | FunctionalComponent\n",
7628
- "description": "Specify a custom tag used on the root element."
7629
- },
7630
- "VListSubheader/color": {
7631
- "type": "string\n",
7632
- "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)."
7633
- },
7634
7634
  "VListSubheader/inset": {
7635
7635
  "type": "boolean\n",
7636
7636
  "description": "Insets the subheader without additional spacing, aligning it flush with the surrounding content."
@@ -7651,10 +7651,18 @@
7651
7651
  "type": "boolean\n",
7652
7652
  "description": "Specify a RTL mode."
7653
7653
  },
7654
+ "VMain/tag": {
7655
+ "type": "string | (new () => any) | FunctionalComponent\n",
7656
+ "description": "Specify a custom tag used on the root element."
7657
+ },
7654
7658
  "VMain/height": {
7655
7659
  "type": "string | number\n",
7656
7660
  "description": "Sets the height for the component."
7657
7661
  },
7662
+ "VMain/width": {
7663
+ "type": "string | number\n",
7664
+ "description": "Sets the width for the component."
7665
+ },
7658
7666
  "VMain/max-height": {
7659
7667
  "type": "string | number\n",
7660
7668
  "description": "Sets the maximum height for the component."
@@ -7671,50 +7679,18 @@
7671
7679
  "type": "string | number\n",
7672
7680
  "description": "Sets the minimum width for the component."
7673
7681
  },
7674
- "VMain/width": {
7675
- "type": "string | number\n",
7676
- "description": "Sets the width for the component."
7677
- },
7678
- "VMain/tag": {
7679
- "type": "string | (new () => any) | FunctionalComponent\n",
7680
- "description": "Specify a custom tag used on the root element."
7681
- },
7682
7682
  "VMain/scrollable": {
7683
7683
  "type": "boolean\n",
7684
7684
  "description": "Specify a custom scrollable function."
7685
7685
  },
7686
- "VMenu/disabled": {
7686
+ "VMenu/model-value": {
7687
7687
  "type": "boolean\n",
7688
- "description": "Removes the ability to click or target the component."
7688
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7689
7689
  },
7690
7690
  "VMenu/height": {
7691
7691
  "type": "string | number\n",
7692
7692
  "description": "Sets the height for the component."
7693
7693
  },
7694
- "VMenu/width": {
7695
- "type": "string | number\n",
7696
- "description": "Sets the width for the component."
7697
- },
7698
- "VMenu/id": {
7699
- "type": "string\n",
7700
- "description": "The unique identifier of the component."
7701
- },
7702
- "VMenu/theme": {
7703
- "type": "string\n",
7704
- "description": "Specify a theme for this component and all of its children."
7705
- },
7706
- "VMenu/model-value": {
7707
- "type": "boolean\n",
7708
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7709
- },
7710
- "VMenu/location": {
7711
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7712
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7713
- },
7714
- "VMenu/eager": {
7715
- "type": "boolean\n",
7716
- "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."
7717
- },
7718
7694
  "VMenu/max-height": {
7719
7695
  "type": "string | number\n",
7720
7696
  "description": "Sets the maximum height for the component."
@@ -7731,14 +7707,34 @@
7731
7707
  "type": "string | number\n",
7732
7708
  "description": "Sets the minimum width for the component. Use `auto` to use the activator width."
7733
7709
  },
7710
+ "VMenu/width": {
7711
+ "type": "string | number\n",
7712
+ "description": "Sets the width for the component."
7713
+ },
7714
+ "VMenu/location": {
7715
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7716
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7717
+ },
7718
+ "VMenu/theme": {
7719
+ "type": "string\n",
7720
+ "description": "Specify a theme for this component and all of its children."
7721
+ },
7722
+ "VMenu/disabled": {
7723
+ "type": "boolean\n",
7724
+ "description": "Removes the ability to click or target the component."
7725
+ },
7726
+ "VMenu/id": {
7727
+ "type": "string\n",
7728
+ "description": "The unique identifier of the component."
7729
+ },
7730
+ "VMenu/transition": {
7731
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
7732
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7733
+ },
7734
7734
  "VMenu/activator": {
7735
7735
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
7736
7736
  "description": "Explicitly sets the overlay's activator."
7737
7737
  },
7738
- "VMenu/submenu": {
7739
- "type": "boolean\n",
7740
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7741
- },
7742
7738
  "VMenu/close-on-back": {
7743
7739
  "type": "boolean\n",
7744
7740
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -7807,6 +7803,10 @@
7807
7803
  "type": "string | number\n",
7808
7804
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
7809
7805
  },
7806
+ "VMenu/eager": {
7807
+ "type": "boolean\n",
7808
+ "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."
7809
+ },
7810
7810
  "VMenu/location-strategy": {
7811
7811
  "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",
7812
7812
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -7820,25 +7820,21 @@
7820
7820
  "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."
7821
7821
  },
7822
7822
  "VMenu/scroll-strategy": {
7823
- "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",
7823
+ "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",
7824
7824
  "description": "Strategy used when the component is activate and user scrolls."
7825
7825
  },
7826
- "VMenu/transition": {
7827
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
7828
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7829
- },
7830
7826
  "VMenu/attach": {
7831
7827
  "type": "string | boolean | Element\n",
7832
7828
  "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
7833
7829
  },
7830
+ "VMenu/submenu": {
7831
+ "type": "boolean\n",
7832
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7833
+ },
7834
7834
  "VMessages/color": {
7835
7835
  "type": "string\n",
7836
7836
  "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)."
7837
7837
  },
7838
- "VMessages/active": {
7839
- "type": "boolean\n",
7840
- "description": "Determines whether the messages are visible or not."
7841
- },
7842
7838
  "VMessages/transition": {
7843
7839
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n",
7844
7840
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -7847,34 +7843,34 @@
7847
7843
  "type": "string | string[]\n",
7848
7844
  "description": "Displays a list of messages or a single message if using a string."
7849
7845
  },
7850
- "VNavigationDrawer/border": {
7851
- "type": "string | number | boolean\n",
7852
- "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)."
7853
- },
7854
- "VNavigationDrawer/model-value": {
7846
+ "VMessages/active": {
7855
7847
  "type": "boolean\n",
7856
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7848
+ "description": "Determines whether the messages are visible or not."
7849
+ },
7850
+ "VNavigationDrawer/tag": {
7851
+ "type": "string | (new () => any) | FunctionalComponent\n",
7852
+ "description": "Specify a custom tag used on the root element."
7853
+ },
7854
+ "VNavigationDrawer/name": {
7855
+ "type": "string\n",
7856
+ "description": "Assign a specific name for layout registration."
7857
7857
  },
7858
7858
  "VNavigationDrawer/width": {
7859
7859
  "type": "string | number\n",
7860
7860
  "description": "Sets the width for the component."
7861
7861
  },
7862
+ "VNavigationDrawer/theme": {
7863
+ "type": "string\n",
7864
+ "description": "Specify a theme for this component and all of its children."
7865
+ },
7866
+ "VNavigationDrawer/border": {
7867
+ "type": "string | number | boolean\n",
7868
+ "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)."
7869
+ },
7862
7870
  "VNavigationDrawer/elevation": {
7863
7871
  "type": "string | number\n",
7864
7872
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7865
7873
  },
7866
- "VNavigationDrawer/location": {
7867
- "type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'\n",
7868
- "description": "Controls the edge of the screen the drawer is attached to."
7869
- },
7870
- "VNavigationDrawer/absolute": {
7871
- "type": "boolean\n",
7872
- "description": "Applies **position: absolute** to the component."
7873
- },
7874
- "VNavigationDrawer/sticky": {
7875
- "type": "boolean\n",
7876
- "description": "When true, the drawer will remain visible when scrolling past the top of the page."
7877
- },
7878
7874
  "VNavigationDrawer/rounded": {
7879
7875
  "type": "string | number | boolean\n",
7880
7876
  "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)."
@@ -7883,41 +7879,17 @@
7883
7879
  "type": "boolean\n",
7884
7880
  "description": "Removes any applied **border-radius** from the component."
7885
7881
  },
7886
- "VNavigationDrawer/tag": {
7887
- "type": "string | (new () => any) | FunctionalComponent\n",
7888
- "description": "Specify a custom tag used on the root element."
7889
- },
7890
- "VNavigationDrawer/theme": {
7891
- "type": "string\n",
7892
- "description": "Specify a theme for this component and all of its children."
7893
- },
7894
7882
  "VNavigationDrawer/color": {
7895
7883
  "type": "string\n",
7896
7884
  "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)."
7897
7885
  },
7898
- "VNavigationDrawer/name": {
7899
- "type": "string\n",
7900
- "description": "Assign a specific name for layout registration."
7901
- },
7902
- "VNavigationDrawer/image": {
7903
- "type": "string\n",
7904
- "description": "Apply a specific background image to the component."
7905
- },
7906
- "VNavigationDrawer/floating": {
7886
+ "VNavigationDrawer/absolute": {
7907
7887
  "type": "boolean\n",
7908
- "description": "A floating drawer has no visible container (no border-right)."
7888
+ "description": "Applies **position: absolute** to the component."
7909
7889
  },
7910
- "VNavigationDrawer/mobile": {
7890
+ "VNavigationDrawer/model-value": {
7911
7891
  "type": "boolean\n",
7912
- "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"
7913
- },
7914
- "VNavigationDrawer/mobile-breakpoint": {
7915
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7916
- "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
7917
- },
7918
- "VNavigationDrawer/order": {
7919
- "type": "string | number\n",
7920
- "description": "Adjust the order of the component in relation to its registration order."
7892
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7921
7893
  },
7922
7894
  "VNavigationDrawer/persistent": {
7923
7895
  "type": "boolean\n",
@@ -7935,6 +7907,30 @@
7935
7907
  "type": "string | number\n",
7936
7908
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
7937
7909
  },
7910
+ "VNavigationDrawer/location": {
7911
+ "type": "'top' | 'left' | 'right' | 'bottom' | 'start' | 'end'\n",
7912
+ "description": "Controls the edge of the screen the drawer is attached to."
7913
+ },
7914
+ "VNavigationDrawer/mobile": {
7915
+ "type": "boolean\n",
7916
+ "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"
7917
+ },
7918
+ "VNavigationDrawer/image": {
7919
+ "type": "string\n",
7920
+ "description": "Apply a specific background image to the component."
7921
+ },
7922
+ "VNavigationDrawer/mobile-breakpoint": {
7923
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7924
+ "description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
7925
+ },
7926
+ "VNavigationDrawer/sticky": {
7927
+ "type": "boolean\n",
7928
+ "description": "When true, the drawer will remain visible when scrolling past the top of the page."
7929
+ },
7930
+ "VNavigationDrawer/order": {
7931
+ "type": "string | number\n",
7932
+ "description": "Adjust the order of the component in relation to its registration order."
7933
+ },
7938
7934
  "VNavigationDrawer/disable-resize-watcher": {
7939
7935
  "type": "boolean\n",
7940
7936
  "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
@@ -7945,7 +7941,11 @@
7945
7941
  },
7946
7942
  "VNavigationDrawer/expand-on-hover": {
7947
7943
  "type": "boolean\n",
7948
- "description": "Collapses the drawer to a **mini-variant** until hovering with the mouse."
7944
+ "description": "Collapses the drawer to a **rail-variant** until hovering with the mouse."
7945
+ },
7946
+ "VNavigationDrawer/floating": {
7947
+ "type": "boolean\n",
7948
+ "description": "A floating drawer has no visible container (no border-right)."
7949
7949
  },
7950
7950
  "VNavigationDrawer/permanent": {
7951
7951
  "type": "boolean\n",
@@ -8035,18 +8035,26 @@
8035
8035
  "type": "string\n",
8036
8036
  "description": "Specify a theme for this component and all of its children."
8037
8037
  },
8038
- "VNumberInput/model-value": {
8039
- "type": "number\n",
8040
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8038
+ "VNumberInput/base-color": {
8039
+ "type": "string\n",
8040
+ "description": "Sets the color of the input when it is not focused."
8041
8041
  },
8042
- "VNumberInput/color": {
8042
+ "VNumberInput/bg-color": {
8043
8043
  "type": "string\n",
8044
- "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)."
8044
+ "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)."
8045
8045
  },
8046
8046
  "VNumberInput/density": {
8047
8047
  "type": "'default' | 'comfortable' | 'compact'\n",
8048
8048
  "description": "Adjusts the vertical height used by the component."
8049
8049
  },
8050
+ "VNumberInput/max-width": {
8051
+ "type": "string | number\n",
8052
+ "description": "Sets the maximum width for the component."
8053
+ },
8054
+ "VNumberInput/min-width": {
8055
+ "type": "string | number\n",
8056
+ "description": "Sets the minimum width for the component."
8057
+ },
8050
8058
  "VNumberInput/rounded": {
8051
8059
  "type": "string | number | boolean\n",
8052
8060
  "description": "Adds a border radius to the input."
@@ -8055,26 +8063,18 @@
8055
8063
  "type": "boolean\n",
8056
8064
  "description": "Removes any applied **border-radius** from the component."
8057
8065
  },
8058
- "VNumberInput/base-color": {
8059
- "type": "string\n",
8060
- "description": "Sets the color of the input when it is not focused."
8061
- },
8062
- "VNumberInput/bg-color": {
8066
+ "VNumberInput/color": {
8063
8067
  "type": "string\n",
8064
- "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)."
8065
- },
8066
- "VNumberInput/max-width": {
8067
- "type": "string | number\n",
8068
- "description": "Sets the maximum width for the component."
8069
- },
8070
- "VNumberInput/min-width": {
8071
- "type": "string | number\n",
8072
- "description": "Sets the minimum width for the component."
8068
+ "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)."
8073
8069
  },
8074
8070
  "VNumberInput/variant": {
8075
8071
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
8076
8072
  "description": "Applies a distinct style to the component."
8077
8073
  },
8074
+ "VNumberInput/model-value": {
8075
+ "type": "number\n",
8076
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8077
+ },
8078
8078
  "VNumberInput/counter": {
8079
8079
  "type": "string | number | boolean\n",
8080
8080
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
@@ -8203,14 +8203,14 @@
8203
8203
  "type": "unknown\n",
8204
8204
  "description": "**FOR INTERNAL USE ONLY**"
8205
8205
  },
8206
- "VNumberInput/control-variant": {
8207
- "type": "'split' | 'default' | 'hidden' | 'stacked'\n",
8208
- "description": "The color of the control. It defaults to the value of `variant` prop."
8209
- },
8210
8206
  "VNumberInput/inset": {
8211
8207
  "type": "boolean\n",
8212
8208
  "description": "Applies an indentation to the dividers used in the stepper buttons."
8213
8209
  },
8210
+ "VNumberInput/control-variant": {
8211
+ "type": "'split' | 'default' | 'hidden' | 'stacked'\n",
8212
+ "description": "The color of the control. It defaults to the value of `variant` prop."
8213
+ },
8214
8214
  "VNumberInput/hide-input": {
8215
8215
  "type": "boolean\n",
8216
8216
  "description": "Hide the input field."
@@ -9903,29 +9903,29 @@
9903
9903
  "type": "string\n",
9904
9904
  "description": "Specify a theme for this component and all of its children."
9905
9905
  },
9906
- "VSelectionControl/model-value": {
9907
- "type": "unknown\n",
9908
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9909
- },
9910
- "VSelectionControl/color": {
9906
+ "VSelectionControl/base-color": {
9911
9907
  "type": "string\n",
9912
- "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)."
9908
+ "description": "Sets the color of the input when it is not focused."
9913
9909
  },
9914
9910
  "VSelectionControl/density": {
9915
9911
  "type": "'default' | 'comfortable' | 'compact'\n",
9916
9912
  "description": "Adjusts the vertical height used by the component."
9917
9913
  },
9918
- "VSelectionControl/base-color": {
9919
- "type": "string\n",
9920
- "description": "Sets the color of the input when it is not focused."
9921
- },
9922
9914
  "VSelectionControl/value-comparator": {
9923
9915
  "type": "(a: any, b: any) => boolean\n",
9924
9916
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9925
9917
  },
9926
- "VSelectionControl/readonly": {
9927
- "type": "boolean\n",
9928
- "description": "Puts input in readonly state."
9918
+ "VSelectionControl/color": {
9919
+ "type": "string\n",
9920
+ "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)."
9921
+ },
9922
+ "VSelectionControl/model-value": {
9923
+ "type": "unknown\n",
9924
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9925
+ },
9926
+ "VSelectionControl/readonly": {
9927
+ "type": "boolean\n",
9928
+ "description": "Puts input in readonly state."
9929
9929
  },
9930
9930
  "VSelectionControl/ripple": {
9931
9931
  "type": "boolean | { class: string }\n",
@@ -9983,14 +9983,6 @@
9983
9983
  "type": "string\n",
9984
9984
  "description": "Specify a theme for this component and all of its children."
9985
9985
  },
9986
- "VSelectionControlGroup/model-value": {
9987
- "type": "unknown\n",
9988
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9989
- },
9990
- "VSelectionControlGroup/color": {
9991
- "type": "string\n",
9992
- "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)."
9993
- },
9994
9986
  "VSelectionControlGroup/density": {
9995
9987
  "type": "'default' | 'comfortable' | 'compact'\n",
9996
9988
  "description": "Adjusts the vertical height used by the component."
@@ -9999,6 +9991,14 @@
9999
9991
  "type": "(a: any, b: any) => boolean\n",
10000
9992
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
10001
9993
  },
9994
+ "VSelectionControlGroup/color": {
9995
+ "type": "string\n",
9996
+ "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)."
9997
+ },
9998
+ "VSelectionControlGroup/model-value": {
9999
+ "type": "unknown\n",
10000
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10001
+ },
10002
10002
  "VSelectionControlGroup/readonly": {
10003
10003
  "type": "boolean\n",
10004
10004
  "description": "Puts input in readonly state."
@@ -10039,30 +10039,10 @@
10039
10039
  "type": "string\n",
10040
10040
  "description": "Specify a theme for this component and all of its children."
10041
10041
  },
10042
- "VSheet/location": {
10043
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10044
- "description": "Specifies the component's location. Can combine by using a space separated string."
10045
- },
10046
- "VSheet/color": {
10047
- "type": "string\n",
10048
- "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)."
10049
- },
10050
10042
  "VSheet/border": {
10051
10043
  "type": "string | number | boolean\n",
10052
10044
  "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)."
10053
10045
  },
10054
- "VSheet/elevation": {
10055
- "type": "string | number\n",
10056
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10057
- },
10058
- "VSheet/rounded": {
10059
- "type": "string | number | boolean\n",
10060
- "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)."
10061
- },
10062
- "VSheet/tile": {
10063
- "type": "boolean\n",
10064
- "description": "Removes any applied **border-radius** from the component."
10065
- },
10066
10046
  "VSheet/max-height": {
10067
10047
  "type": "string | number\n",
10068
10048
  "description": "Sets the maximum height for the component."
@@ -10079,12 +10059,32 @@
10079
10059
  "type": "string | number\n",
10080
10060
  "description": "Sets the minimum width for the component."
10081
10061
  },
10062
+ "VSheet/elevation": {
10063
+ "type": "string | number\n",
10064
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10065
+ },
10066
+ "VSheet/rounded": {
10067
+ "type": "string | number | boolean\n",
10068
+ "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)."
10069
+ },
10070
+ "VSheet/tile": {
10071
+ "type": "boolean\n",
10072
+ "description": "Removes any applied **border-radius** from the component."
10073
+ },
10074
+ "VSheet/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
+ "VSheet/location": {
10079
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10080
+ "description": "Specifies the component's location. Can combine by using a space separated string."
10081
+ },
10082
10082
  "VSheet/position": {
10083
10083
  "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
10084
10084
  "description": "Sets the position for the component."
10085
10085
  },
10086
10086
  "VSkeletonLoader/type": {
10087
- "type": " | (string & {})\n | 'article'\n | 'button'\n | 'table'\n | 'image'\n | 'text'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'actions'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | (string & {})\n | 'article'\n | 'button'\n | 'table'\n | 'image'\n | 'text'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'actions'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
10087
+ "type": " | (string & {})\n | 'article'\n | 'button'\n | 'table'\n | 'text'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (\n | (string & {})\n | 'article'\n | 'button'\n | 'table'\n | 'text'\n | 'chip'\n | 'subtitle'\n | 'divider'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'heading'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n )[]\n",
10088
10088
  "description": "A string delimited list of skeleton components to create such as `type=\"text@3\"` or `type=\"card, list-item\"`. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as **article@3** and **paragraph@2** which will generate 3 _article_ skeletons and 2 _paragraph_ skeletons. Please see below for a list of available pre-defined options."
10089
10089
  },
10090
10090
  "VSkeletonLoader/height": {
@@ -10099,14 +10099,6 @@
10099
10099
  "type": "string\n",
10100
10100
  "description": "Specify a theme for this component and all of its children."
10101
10101
  },
10102
- "VSkeletonLoader/color": {
10103
- "type": "string\n",
10104
- "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)."
10105
- },
10106
- "VSkeletonLoader/elevation": {
10107
- "type": "string | number\n",
10108
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10109
- },
10110
10102
  "VSkeletonLoader/max-height": {
10111
10103
  "type": "string | number\n",
10112
10104
  "description": "Sets the maximum height for the component."
@@ -10123,6 +10115,14 @@
10123
10115
  "type": "string | number\n",
10124
10116
  "description": "Sets the minimum width for the component."
10125
10117
  },
10118
+ "VSkeletonLoader/elevation": {
10119
+ "type": "string | number\n",
10120
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10121
+ },
10122
+ "VSkeletonLoader/color": {
10123
+ "type": "string\n",
10124
+ "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)."
10125
+ },
10126
10126
  "VSkeletonLoader/loading": {
10127
10127
  "type": "boolean\n",
10128
10128
  "description": "Applies a loading animation with a on-hover loading cursor. A value of **false** will only work when there is content in the `default` slot."
@@ -10155,14 +10155,14 @@
10155
10155
  "type": "boolean\n",
10156
10156
  "description": "Allows one to select multiple items."
10157
10157
  },
10158
- "VSlideGroup/model-value": {
10159
- "type": "unknown\n",
10160
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10161
- },
10162
10158
  "VSlideGroup/mandatory": {
10163
10159
  "type": "boolean | 'force'\n",
10164
10160
  "description": "Forces at least one item to always be selected (if available)."
10165
10161
  },
10162
+ "VSlideGroup/model-value": {
10163
+ "type": "unknown\n",
10164
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10165
+ },
10166
10166
  "VSlideGroup/direction": {
10167
10167
  "type": "'horizontal' | 'vertical'\n",
10168
10168
  "description": "Switch between horizontal and vertical modes."
@@ -10347,18 +10347,22 @@
10347
10347
  "type": "string\n",
10348
10348
  "description": "Specify a theme for this component and all of its children."
10349
10349
  },
10350
- "VSlider/model-value": {
10351
- "type": "string | number\n",
10352
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10353
- },
10354
- "VSlider/color": {
10350
+ "VSlider/base-color": {
10355
10351
  "type": "string\n",
10356
- "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)."
10352
+ "description": "Sets the color of the input when it is not focused."
10357
10353
  },
10358
10354
  "VSlider/density": {
10359
10355
  "type": "'default' | 'comfortable' | 'compact'\n",
10360
10356
  "description": "Adjusts the vertical height used by the component."
10361
10357
  },
10358
+ "VSlider/max-width": {
10359
+ "type": "string | number\n",
10360
+ "description": "Sets the maximum width for the component."
10361
+ },
10362
+ "VSlider/min-width": {
10363
+ "type": "string | number\n",
10364
+ "description": "Sets the minimum width for the component."
10365
+ },
10362
10366
  "VSlider/elevation": {
10363
10367
  "type": "string | number\n",
10364
10368
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -10371,17 +10375,13 @@
10371
10375
  "type": "boolean\n",
10372
10376
  "description": "Removes any applied **border-radius** from the component."
10373
10377
  },
10374
- "VSlider/base-color": {
10378
+ "VSlider/color": {
10375
10379
  "type": "string\n",
10376
- "description": "Sets the color of the input when it is not focused."
10377
- },
10378
- "VSlider/max-width": {
10379
- "type": "string | number\n",
10380
- "description": "Sets the maximum width for the component."
10380
+ "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)."
10381
10381
  },
10382
- "VSlider/min-width": {
10382
+ "VSlider/model-value": {
10383
10383
  "type": "string | number\n",
10384
- "description": "Sets the minimum width for the component."
10384
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10385
10385
  },
10386
10386
  "VSlider/append-icon": {
10387
10387
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
@@ -10511,30 +10511,6 @@
10511
10511
  "type": "string\n",
10512
10512
  "description": "Specify a theme for this component and all of its children."
10513
10513
  },
10514
- "VSnackbar/model-value": {
10515
- "type": "boolean\n",
10516
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10517
- },
10518
- "VSnackbar/location": {
10519
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10520
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10521
- },
10522
- "VSnackbar/absolute": {
10523
- "type": "boolean\n",
10524
- "description": "Applies **position: absolute** to the content element."
10525
- },
10526
- "VSnackbar/color": {
10527
- "type": "string\n",
10528
- "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)."
10529
- },
10530
- "VSnackbar/rounded": {
10531
- "type": "string | number | boolean\n",
10532
- "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)."
10533
- },
10534
- "VSnackbar/tile": {
10535
- "type": "boolean\n",
10536
- "description": "Removes any applied **border-radius** from the component."
10537
- },
10538
10514
  "VSnackbar/text": {
10539
10515
  "type": "string\n",
10540
10516
  "description": "Specify content text for the component."
@@ -10559,6 +10535,18 @@
10559
10535
  "type": "string | number\n",
10560
10536
  "description": "Sets the minimum width for the component."
10561
10537
  },
10538
+ "VSnackbar/rounded": {
10539
+ "type": "string | number | boolean\n",
10540
+ "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)."
10541
+ },
10542
+ "VSnackbar/tile": {
10543
+ "type": "boolean\n",
10544
+ "description": "Removes any applied **border-radius** from the component."
10545
+ },
10546
+ "VSnackbar/color": {
10547
+ "type": "string\n",
10548
+ "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)."
10549
+ },
10562
10550
  "VSnackbar/variant": {
10563
10551
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
10564
10552
  "description": "Applies a distinct style to the component."
@@ -10567,6 +10555,10 @@
10567
10555
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10568
10556
  "description": "Explicitly sets the overlay's activator."
10569
10557
  },
10558
+ "VSnackbar/absolute": {
10559
+ "type": "boolean\n",
10560
+ "description": "Applies **position: absolute** to the content element."
10561
+ },
10570
10562
  "VSnackbar/close-on-back": {
10571
10563
  "type": "boolean\n",
10572
10564
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -10587,6 +10579,10 @@
10587
10579
  "type": "string | number\n",
10588
10580
  "description": "Sets the opacity of the scrim element. Only applies if `scrim` is enabled."
10589
10581
  },
10582
+ "VSnackbar/model-value": {
10583
+ "type": "boolean\n",
10584
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10585
+ },
10590
10586
  "VSnackbar/z-index": {
10591
10587
  "type": "string | number\n",
10592
10588
  "description": "The z-index used for the component."
@@ -10627,6 +10623,10 @@
10627
10623
  "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",
10628
10624
  "description": "A function used to specifies how the component should position relative to its activator."
10629
10625
  },
10626
+ "VSnackbar/location": {
10627
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10628
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10629
+ },
10630
10630
  "VSnackbar/origin": {
10631
10631
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
10632
10632
  "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)."
@@ -10663,21 +10663,33 @@
10663
10663
  "type": "string | number\n",
10664
10664
  "description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
10665
10665
  },
10666
+ "VSnackbarQueue/disabled": {
10667
+ "type": "boolean\n",
10668
+ "description": "Removes the ability to click or target the component."
10669
+ },
10670
+ "VSnackbarQueue/height": {
10671
+ "type": "string | number\n",
10672
+ "description": "Sets the height for the component."
10673
+ },
10674
+ "VSnackbarQueue/width": {
10675
+ "type": "string | number\n",
10676
+ "description": "Sets the width for the component."
10677
+ },
10678
+ "VSnackbarQueue/theme": {
10679
+ "type": "string\n",
10680
+ "description": "Specify a theme for this component and all of its children."
10681
+ },
10666
10682
  "VSnackbarQueue/text": {
10667
10683
  "type": "string\n",
10668
10684
  "description": "Specify content text for the component."
10669
10685
  },
10670
- "VSnackbarQueue/closable": {
10671
- "type": "string | boolean\n",
10672
- "description": "Adds a dismiss button that closes the active snackbar."
10673
- },
10674
- "VSnackbarQueue/model-value": {
10675
- "type": "(\n | string\n | {\n text: string\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n theme: string\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n disabled: boolean\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n eager: boolean\n locationStrategy: '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 origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n attach: string | boolean | Element\n vertical: boolean\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n }\n)[]\n",
10676
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10686
+ "VSnackbarQueue/close-text": {
10687
+ "type": "string\n",
10688
+ "description": "The text used in the close button when using the **closable** prop."
10677
10689
  },
10678
- "VSnackbarQueue/height": {
10679
- "type": "string | number\n",
10680
- "description": "Sets the height for the component."
10690
+ "VSnackbarQueue/eager": {
10691
+ "type": "boolean\n",
10692
+ "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."
10681
10693
  },
10682
10694
  "VSnackbarQueue/max-height": {
10683
10695
  "type": "string | number\n",
@@ -10695,22 +10707,6 @@
10695
10707
  "type": "string | number\n",
10696
10708
  "description": "Sets the minimum width for the component."
10697
10709
  },
10698
- "VSnackbarQueue/width": {
10699
- "type": "string | number\n",
10700
- "description": "Sets the width for the component."
10701
- },
10702
- "VSnackbarQueue/location": {
10703
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10704
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10705
- },
10706
- "VSnackbarQueue/position": {
10707
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
10708
- "description": "Sets the position for the component."
10709
- },
10710
- "VSnackbarQueue/absolute": {
10711
- "type": "boolean\n",
10712
- "description": "Applies **position: absolute** to the content element."
10713
- },
10714
10710
  "VSnackbarQueue/rounded": {
10715
10711
  "type": "string | number | boolean\n",
10716
10712
  "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)."
@@ -10719,30 +10715,22 @@
10719
10715
  "type": "boolean\n",
10720
10716
  "description": "Removes any applied **border-radius** from the component."
10721
10717
  },
10722
- "VSnackbarQueue/theme": {
10723
- "type": "string\n",
10724
- "description": "Specify a theme for this component and all of its children."
10725
- },
10726
10718
  "VSnackbarQueue/color": {
10727
10719
  "type": "string\n",
10728
10720
  "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)."
10729
10721
  },
10730
10722
  "VSnackbarQueue/variant": {
10731
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
10723
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
10732
10724
  "description": "Applies a distinct style to the component."
10733
10725
  },
10734
- "VSnackbarQueue/disabled": {
10735
- "type": "boolean\n",
10736
- "description": "Removes the ability to click or target the component."
10737
- },
10738
- "VSnackbarQueue/transition": {
10739
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
10740
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
10741
- },
10742
10726
  "VSnackbarQueue/activator": {
10743
10727
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10744
10728
  "description": "Explicitly sets the overlay's activator."
10745
10729
  },
10730
+ "VSnackbarQueue/absolute": {
10731
+ "type": "boolean\n",
10732
+ "description": "Applies **position: absolute** to the content element."
10733
+ },
10746
10734
  "VSnackbarQueue/close-on-back": {
10747
10735
  "type": "boolean\n",
10748
10736
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -10763,6 +10751,10 @@
10763
10751
  "type": "string | number\n",
10764
10752
  "description": "Sets the opacity of the scrim element. Only applies if `scrim` is enabled."
10765
10753
  },
10754
+ "VSnackbarQueue/model-value": {
10755
+ "type": "(\n | string\n | {\n style: StyleValue\n class: any\n disabled: boolean\n height: string | number\n width: string | number\n theme: string\n text: string\n eager: boolean\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n absolute: boolean\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n locationStrategy: '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 location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n vertical: boolean\n position: 'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n }\n)[]\n",
10756
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10757
+ },
10766
10758
  "VSnackbarQueue/z-index": {
10767
10759
  "type": "string | number\n",
10768
10760
  "description": "The z-index used for the component."
@@ -10799,14 +10791,14 @@
10799
10791
  "type": "string | number\n",
10800
10792
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
10801
10793
  },
10802
- "VSnackbarQueue/eager": {
10803
- "type": "boolean\n",
10804
- "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."
10805
- },
10806
10794
  "VSnackbarQueue/location-strategy": {
10807
10795
  "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",
10808
10796
  "description": "A function used to specifies how the component should position relative to its activator."
10809
10797
  },
10798
+ "VSnackbarQueue/location": {
10799
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10800
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10801
+ },
10810
10802
  "VSnackbarQueue/origin": {
10811
10803
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
10812
10804
  "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)."
@@ -10815,6 +10807,10 @@
10815
10807
  "type": "string | number | number[]\n",
10816
10808
  "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."
10817
10809
  },
10810
+ "VSnackbarQueue/transition": {
10811
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
10812
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
10813
+ },
10818
10814
  "VSnackbarQueue/attach": {
10819
10815
  "type": "string | boolean | Element\n",
10820
10816
  "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."
@@ -10823,9 +10819,9 @@
10823
10819
  "type": "boolean\n",
10824
10820
  "description": "Stacks snackbar content on top of the actions (button)."
10825
10821
  },
10826
- "VSnackbarQueue/close-text": {
10827
- "type": "string\n",
10828
- "description": "The text used in the close button when using the **closable** prop."
10822
+ "VSnackbarQueue/position": {
10823
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
10824
+ "description": "Sets the position for the component."
10829
10825
  },
10830
10826
  "VSnackbarQueue/multi-line": {
10831
10827
  "type": "boolean\n",
@@ -10839,6 +10835,10 @@
10839
10835
  "type": "string | number\n",
10840
10836
  "description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
10841
10837
  },
10838
+ "VSnackbarQueue/closable": {
10839
+ "type": "string | boolean\n",
10840
+ "description": "Adds a dismiss button that closes the active snackbar."
10841
+ },
10842
10842
  "VSpacer/tag": {
10843
10843
  "type": "string\n",
10844
10844
  "description": "Specify a custom tag used on the root element."
@@ -10847,14 +10847,26 @@
10847
10847
  "type": "'trend' | 'bar'\n",
10848
10848
  "description": "Choose between a trendline or bars."
10849
10849
  },
10850
- "VSparkline/fill": {
10851
- "type": "boolean\n",
10850
+ "VSparkline/model-value": {
10851
+ "type": "(string | number | { value: number })[]\n",
10852
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10853
+ },
10854
+ "VSparkline/fill": {
10855
+ "type": "boolean\n",
10852
10856
  "description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
10853
10857
  },
10854
10858
  "VSparkline/height": {
10855
10859
  "type": "string | number\n",
10856
10860
  "description": "Height of the SVG trendline or bars."
10857
10861
  },
10862
+ "VSparkline/width": {
10863
+ "type": "string | number\n",
10864
+ "description": "Width of the SVG trendline or bars."
10865
+ },
10866
+ "VSparkline/color": {
10867
+ "type": "string\n",
10868
+ "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)."
10869
+ },
10858
10870
  "VSparkline/labels": {
10859
10871
  "type": "(string | number | { value: number })[]\n",
10860
10872
  "description": "An array of string labels that correspond to the same index as its data counterpart."
@@ -10867,21 +10879,13 @@
10867
10879
  "type": "string | number\n",
10868
10880
  "description": "The minimum value of the sparkline."
10869
10881
  },
10870
- "VSparkline/width": {
10871
- "type": "string | number\n",
10872
- "description": "Width of the SVG trendline or bars."
10873
- },
10874
10882
  "VSparkline/id": {
10875
10883
  "type": "string\n",
10876
10884
  "description": "The id of the component."
10877
10885
  },
10878
- "VSparkline/model-value": {
10879
- "type": "(string | number | { value: number })[]\n",
10880
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10881
- },
10882
- "VSparkline/color": {
10883
- "type": "string\n",
10884
- "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)."
10886
+ "VSparkline/gradient": {
10887
+ "type": "string[]\n",
10888
+ "description": "An array of colors to use as a linear-gradient."
10885
10889
  },
10886
10890
  "VSparkline/item-value": {
10887
10891
  "type": "string\n",
@@ -10903,12 +10907,8 @@
10903
10907
  "type": "string\n",
10904
10908
  "description": "The easing function to use for the trace animation."
10905
10909
  },
10906
- "VSparkline/gradient": {
10907
- "type": "string[]\n",
10908
- "description": "An array of colors to use as a linear-gradient."
10909
- },
10910
10910
  "VSparkline/gradient-direction": {
10911
- "type": "'top' | 'left' | 'right' | 'bottom'\n",
10911
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
10912
10912
  "description": "The direction the gradient should run."
10913
10913
  },
10914
10914
  "VSparkline/label-size": {
@@ -10931,38 +10931,14 @@
10931
10931
  "type": "string | number | boolean\n",
10932
10932
  "description": "Number of px to use as a corner radius. `true` defaults to 8, `false` is 0."
10933
10933
  },
10934
- "VSpeedDial/disabled": {
10934
+ "VSpeedDial/model-value": {
10935
10935
  "type": "boolean\n",
10936
- "description": "Removes the ability to click or target the component."
10936
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10937
10937
  },
10938
10938
  "VSpeedDial/height": {
10939
10939
  "type": "string | number\n",
10940
10940
  "description": "Sets the height for the component."
10941
10941
  },
10942
- "VSpeedDial/width": {
10943
- "type": "string | number\n",
10944
- "description": "Sets the width for the component."
10945
- },
10946
- "VSpeedDial/id": {
10947
- "type": "string\n",
10948
- "description": "The unique identifier of the component."
10949
- },
10950
- "VSpeedDial/theme": {
10951
- "type": "string\n",
10952
- "description": "Specify a theme for this component and all of its children."
10953
- },
10954
- "VSpeedDial/model-value": {
10955
- "type": "boolean\n",
10956
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10957
- },
10958
- "VSpeedDial/location": {
10959
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10960
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10961
- },
10962
- "VSpeedDial/eager": {
10963
- "type": "boolean\n",
10964
- "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."
10965
- },
10966
10942
  "VSpeedDial/max-height": {
10967
10943
  "type": "string | number\n",
10968
10944
  "description": "Sets the maximum height for the component."
@@ -10979,14 +10955,34 @@
10979
10955
  "type": "string | number\n",
10980
10956
  "description": "Sets the minimum width for the component."
10981
10957
  },
10958
+ "VSpeedDial/width": {
10959
+ "type": "string | number\n",
10960
+ "description": "Sets the width for the component."
10961
+ },
10962
+ "VSpeedDial/location": {
10963
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10964
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10965
+ },
10966
+ "VSpeedDial/theme": {
10967
+ "type": "string\n",
10968
+ "description": "Specify a theme for this component and all of its children."
10969
+ },
10970
+ "VSpeedDial/disabled": {
10971
+ "type": "boolean\n",
10972
+ "description": "Removes the ability to click or target the component."
10973
+ },
10974
+ "VSpeedDial/id": {
10975
+ "type": "string\n",
10976
+ "description": "The unique identifier of the component."
10977
+ },
10978
+ "VSpeedDial/transition": {
10979
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
10980
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
10981
+ },
10982
10982
  "VSpeedDial/activator": {
10983
10983
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10984
10984
  "description": "Explicitly sets the overlay's activator."
10985
10985
  },
10986
- "VSpeedDial/submenu": {
10987
- "type": "boolean\n",
10988
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
10989
- },
10990
10986
  "VSpeedDial/close-on-back": {
10991
10987
  "type": "boolean\n",
10992
10988
  "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
@@ -11055,6 +11051,10 @@
11055
11051
  "type": "string | number\n",
11056
11052
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
11057
11053
  },
11054
+ "VSpeedDial/eager": {
11055
+ "type": "boolean\n",
11056
+ "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."
11057
+ },
11058
11058
  "VSpeedDial/location-strategy": {
11059
11059
  "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",
11060
11060
  "description": "A function used to specifies how the component should position relative to its activator."
@@ -11068,33 +11068,65 @@
11068
11068
  "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."
11069
11069
  },
11070
11070
  "VSpeedDial/scroll-strategy": {
11071
- "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",
11071
+ "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",
11072
11072
  "description": "Strategy used when the component is activate and user scrolls."
11073
11073
  },
11074
- "VSpeedDial/transition": {
11075
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => any,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
11076
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
11077
- },
11078
11074
  "VSpeedDial/attach": {
11079
11075
  "type": "string | boolean | Element\n",
11080
11076
  "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."
11081
11077
  },
11078
+ "VSpeedDial/submenu": {
11079
+ "type": "boolean\n",
11080
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
11081
+ },
11082
11082
  "VStepper/flat": {
11083
11083
  "type": "boolean\n",
11084
11084
  "description": "Removes the stepper's elevation."
11085
11085
  },
11086
- "VStepper/border": {
11087
- "type": "string | number | boolean\n",
11088
- "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)."
11086
+ "VStepper/tag": {
11087
+ "type": "string | (new () => any) | FunctionalComponent\n",
11088
+ "description": "Specify a custom tag used on the root element."
11089
11089
  },
11090
- "VStepper/model-value": {
11091
- "type": "any\n",
11092
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11090
+ "VStepper/disabled": {
11091
+ "type": "boolean\n",
11092
+ "description": "Puts all children components into a disabled state."
11093
11093
  },
11094
11094
  "VStepper/height": {
11095
11095
  "type": "string | number\n",
11096
11096
  "description": "Sets the height for the component."
11097
11097
  },
11098
+ "VStepper/max": {
11099
+ "type": "number\n",
11100
+ "description": "Sets a maximum number of selections that can be made."
11101
+ },
11102
+ "VStepper/multiple": {
11103
+ "type": "boolean\n",
11104
+ "description": "Allows one to select multiple items."
11105
+ },
11106
+ "VStepper/width": {
11107
+ "type": "string | number\n",
11108
+ "description": "Sets the width for the component."
11109
+ },
11110
+ "VStepper/theme": {
11111
+ "type": "string\n",
11112
+ "description": "Specify a theme for this component and all of its children."
11113
+ },
11114
+ "VStepper/items": {
11115
+ "type": "(string | Record<string, any>)[]\n",
11116
+ "description": "An array of strings or objects used for automatically generating children components."
11117
+ },
11118
+ "VStepper/bg-color": {
11119
+ "type": "string\n",
11120
+ "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)."
11121
+ },
11122
+ "VStepper/mandatory": {
11123
+ "type": "boolean | 'force'\n",
11124
+ "description": "Forces at least one item to always be selected (if available)."
11125
+ },
11126
+ "VStepper/border": {
11127
+ "type": "string | number | boolean\n",
11128
+ "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)."
11129
+ },
11098
11130
  "VStepper/max-height": {
11099
11131
  "type": "string | number\n",
11100
11132
  "description": "Sets the maximum height for the component."
@@ -11111,21 +11143,17 @@
11111
11143
  "type": "string | number\n",
11112
11144
  "description": "Sets the minimum width for the component."
11113
11145
  },
11114
- "VStepper/width": {
11115
- "type": "string | number\n",
11116
- "description": "Sets the width for the component."
11117
- },
11118
11146
  "VStepper/elevation": {
11119
11147
  "type": "string | number\n",
11120
11148
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11121
11149
  },
11122
- "VStepper/location": {
11123
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11124
- "description": "Specifies the component's location. Can combine by using a space separated string."
11150
+ "VStepper/item-title": {
11151
+ "type": "string\n",
11152
+ "description": "Property on supplied `items` that contains its title."
11125
11153
  },
11126
- "VStepper/position": {
11127
- "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
11128
- "description": "Sets the position for the component."
11154
+ "VStepper/item-value": {
11155
+ "type": "string\n",
11156
+ "description": "Property on supplied `items` that contains its value."
11129
11157
  },
11130
11158
  "VStepper/rounded": {
11131
11159
  "type": "string | number | boolean\n",
@@ -11135,76 +11163,48 @@
11135
11163
  "type": "boolean\n",
11136
11164
  "description": "Removes any applied **border-radius** from the component."
11137
11165
  },
11138
- "VStepper/tag": {
11139
- "type": "string | (new () => any) | FunctionalComponent\n",
11140
- "description": "Specify a custom tag used on the root element."
11141
- },
11142
- "VStepper/theme": {
11143
- "type": "string\n",
11144
- "description": "Specify a theme for this component and all of its children."
11145
- },
11146
11166
  "VStepper/color": {
11147
11167
  "type": "string\n",
11148
11168
  "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)."
11149
11169
  },
11150
- "VStepper/disabled": {
11151
- "type": "boolean\n",
11152
- "description": "Puts all children components into a disabled state."
11153
- },
11154
- "VStepper/max": {
11155
- "type": "number\n",
11156
- "description": "Sets a maximum number of selections that can be made."
11157
- },
11158
- "VStepper/multiple": {
11159
- "type": "boolean\n",
11160
- "description": "Allows one to select multiple items."
11161
- },
11162
- "VStepper/selected-class": {
11163
- "type": "string\n",
11164
- "description": "Configure the active CSS class applied when an item is selected."
11170
+ "VStepper/model-value": {
11171
+ "type": "any\n",
11172
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11165
11173
  },
11166
- "VStepper/bg-color": {
11167
- "type": "string\n",
11168
- "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)."
11174
+ "VStepper/location": {
11175
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11176
+ "description": "Specifies the component's location. Can combine by using a space separated string."
11169
11177
  },
11170
11178
  "VStepper/mobile": {
11171
11179
  "type": "boolean\n",
11172
11180
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11173
11181
  },
11182
+ "VStepper/hide-actions": {
11183
+ "type": "boolean\n",
11184
+ "description": "Hide actions bar (prev and next buttons)."
11185
+ },
11174
11186
  "VStepper/mobile-breakpoint": {
11175
11187
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11176
11188
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11177
11189
  },
11178
- "VStepper/mandatory": {
11179
- "type": "boolean | 'force'\n",
11180
- "description": "Forces at least one item to always be selected (if available)."
11181
- },
11182
- "VStepper/items": {
11183
- "type": "(string | Record<string, any>)[]\n",
11184
- "description": "An array of strings or objects used for automatically generating children components."
11185
- },
11186
- "VStepper/item-title": {
11187
- "type": "string\n",
11188
- "description": "Property on supplied `items` that contains its title."
11190
+ "VStepper/position": {
11191
+ "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
11192
+ "description": "Sets the position for the component."
11189
11193
  },
11190
- "VStepper/item-value": {
11194
+ "VStepper/selected-class": {
11191
11195
  "type": "string\n",
11192
- "description": "Property on supplied `items` that contains its value."
11193
- },
11194
- "VStepper/hide-actions": {
11195
- "type": "boolean\n",
11196
- "description": "Hide actions bar (prev and next buttons)."
11196
+ "description": "Configure the active CSS class applied when an item is selected."
11197
11197
  },
11198
11198
  "VStepper/alt-labels": {
11199
11199
  "type": "boolean\n",
11200
11200
  "description": "Places the labels beneath the step."
11201
11201
  },
11202
11202
  "VStepper/complete-icon": {
11203
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11203
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11204
11204
  "description": "Icon to display when step is marked as completed."
11205
11205
  },
11206
11206
  "VStepper/edit-icon": {
11207
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11207
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11208
11208
  "description": "Icon to display when step is editable."
11209
11209
  },
11210
11210
  "VStepper/editable": {
@@ -11212,7 +11212,7 @@
11212
11212
  "description": "Marks step as editable."
11213
11213
  },
11214
11214
  "VStepper/error-icon": {
11215
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11215
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11216
11216
  "description": "Icon to display when step has an error."
11217
11217
  },
11218
11218
  "VStepper/non-linear": {
@@ -11227,14 +11227,14 @@
11227
11227
  "type": "string\n",
11228
11228
  "description": "The text used for the Next button."
11229
11229
  },
11230
- "VStepperActions/disabled": {
11231
- "type": "boolean | 'next' | 'prev'\n",
11232
- "description": "Removes the ability to click or target the component."
11233
- },
11234
11230
  "VStepperActions/color": {
11235
11231
  "type": "string\n",
11236
11232
  "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)."
11237
11233
  },
11234
+ "VStepperActions/disabled": {
11235
+ "type": "boolean | 'prev' | 'next'\n",
11236
+ "description": "Removes the ability to click or target the component."
11237
+ },
11238
11238
  "VStepperActions/prev-text": {
11239
11239
  "type": "string\n",
11240
11240
  "description": "The text used for the Prev button."
@@ -11247,13 +11247,21 @@
11247
11247
  "type": "string\n",
11248
11248
  "description": "Specify a custom tag used on the root element."
11249
11249
  },
11250
+ "VStepperItem/title": {
11251
+ "type": "string\n",
11252
+ "description": "Specify a title text for the component."
11253
+ },
11254
+ "VStepperItem/icon": {
11255
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11256
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11257
+ },
11250
11258
  "VStepperItem/error": {
11251
11259
  "type": "boolean\n",
11252
11260
  "description": "Puts the stepper item in a manual error state."
11253
11261
  },
11254
- "VStepperItem/title": {
11262
+ "VStepperItem/color": {
11255
11263
  "type": "string\n",
11256
- "description": "Specify a title text for the component."
11264
+ "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)."
11257
11265
  },
11258
11266
  "VStepperItem/disabled": {
11259
11267
  "type": "boolean\n",
@@ -11263,9 +11271,13 @@
11263
11271
  "type": "any\n",
11264
11272
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11265
11273
  },
11266
- "VStepperItem/color": {
11274
+ "VStepperItem/ripple": {
11275
+ "type": "boolean | { class: string }\n",
11276
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11277
+ },
11278
+ "VStepperItem/selected-class": {
11267
11279
  "type": "string\n",
11268
- "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)."
11280
+ "description": "Configure the active CSS class applied when an item is selected."
11269
11281
  },
11270
11282
  "VStepperItem/subtitle": {
11271
11283
  "type": "string\n",
@@ -11275,24 +11287,12 @@
11275
11287
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11276
11288
  "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`."
11277
11289
  },
11278
- "VStepperItem/icon": {
11279
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11280
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11281
- },
11282
- "VStepperItem/selected-class": {
11283
- "type": "string\n",
11284
- "description": "Configure the active CSS class applied when an item is selected."
11285
- },
11286
- "VStepperItem/ripple": {
11287
- "type": "boolean | { class: string }\n",
11288
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11289
- },
11290
11290
  "VStepperItem/complete": {
11291
11291
  "type": "boolean\n",
11292
11292
  "description": "Marks step as complete."
11293
11293
  },
11294
11294
  "VStepperItem/complete-icon": {
11295
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11295
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11296
11296
  "description": "Icon to display when step is marked as completed."
11297
11297
  },
11298
11298
  "VStepperItem/editable": {
@@ -11300,49 +11300,21 @@
11300
11300
  "description": "Marks step as editable."
11301
11301
  },
11302
11302
  "VStepperItem/edit-icon": {
11303
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11303
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11304
11304
  "description": "Icon to display when step is editable."
11305
11305
  },
11306
11306
  "VStepperItem/error-icon": {
11307
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11307
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11308
11308
  "description": "Icon to display when step has an error."
11309
11309
  },
11310
11310
  "VStepperVertical/flat": {
11311
11311
  "type": "boolean\n",
11312
11312
  "description": "Removes the expansion-panel's elevation and borders."
11313
11313
  },
11314
- "VStepperVertical/model-value": {
11315
- "type": "unknown\n",
11316
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11317
- },
11318
- "VStepperVertical/elevation": {
11319
- "type": "string | number\n",
11320
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11321
- },
11322
- "VStepperVertical/rounded": {
11323
- "type": "string | number | boolean\n",
11324
- "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)."
11325
- },
11326
- "VStepperVertical/tile": {
11327
- "type": "boolean\n",
11328
- "description": "Removes the border-radius."
11329
- },
11330
11314
  "VStepperVertical/tag": {
11331
11315
  "type": "string | (new () => any) | FunctionalComponent\n",
11332
11316
  "description": "Specify a custom tag used on the root element."
11333
11317
  },
11334
- "VStepperVertical/theme": {
11335
- "type": "string\n",
11336
- "description": "Specify a theme for this component and all of its children."
11337
- },
11338
- "VStepperVertical/color": {
11339
- "type": "string\n",
11340
- "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)."
11341
- },
11342
- "VStepperVertical/variant": {
11343
- "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
11344
- "description": "Applies a distinct style to the component."
11345
- },
11346
11318
  "VStepperVertical/disabled": {
11347
11319
  "type": "boolean\n",
11348
11320
  "description": "Puts all children components into a disabled state."
@@ -11355,50 +11327,38 @@
11355
11327
  "type": "boolean\n",
11356
11328
  "description": "Allows one to select multiple items."
11357
11329
  },
11358
- "VStepperVertical/readonly": {
11359
- "type": "boolean\n",
11360
- "description": "Makes the entire expansion panel read only."
11361
- },
11362
- "VStepperVertical/ripple": {
11363
- "type": "boolean | { class: string }\n",
11364
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11365
- },
11366
- "VStepperVertical/selected-class": {
11367
- "type": "string\n",
11368
- "description": "Configure the active CSS class applied when an item is selected."
11369
- },
11370
- "VStepperVertical/bg-color": {
11330
+ "VStepperVertical/theme": {
11371
11331
  "type": "string\n",
11372
- "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)."
11373
- },
11374
- "VStepperVertical/mobile": {
11375
- "type": "boolean\n",
11376
- "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"
11377
- },
11378
- "VStepperVertical/mobile-breakpoint": {
11379
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11380
- "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11332
+ "description": "Specify a theme for this component and all of its children."
11381
11333
  },
11382
- "VStepperVertical/mandatory": {
11383
- "type": "boolean | 'force'\n",
11384
- "description": "Forces at least one item to always be selected (if available)."
11334
+ "VStepperVertical/items": {
11335
+ "type": "(string | Record<string, any>)[]\n",
11336
+ "description": "An array of strings or objects used for automatically generating children components."
11385
11337
  },
11386
11338
  "VStepperVertical/eager": {
11387
11339
  "type": "boolean\n",
11388
11340
  "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."
11389
11341
  },
11390
- "VStepperVertical/items": {
11391
- "type": "(string | Record<string, any>)[]\n",
11392
- "description": "An array of strings or objects used for automatically generating children components."
11342
+ "VStepperVertical/bg-color": {
11343
+ "type": "string\n",
11344
+ "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)."
11393
11345
  },
11394
11346
  "VStepperVertical/expand-icon": {
11395
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11347
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11396
11348
  "description": "Icon used when the expansion panel is in a expandable state."
11397
11349
  },
11398
11350
  "VStepperVertical/collapse-icon": {
11399
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11351
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11400
11352
  "description": "Icon used when the expansion panel is in a collapsable state."
11401
11353
  },
11354
+ "VStepperVertical/mandatory": {
11355
+ "type": "boolean | 'force'\n",
11356
+ "description": "Forces at least one item to always be selected (if available)."
11357
+ },
11358
+ "VStepperVertical/elevation": {
11359
+ "type": "string | number\n",
11360
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11361
+ },
11402
11362
  "VStepperVertical/item-title": {
11403
11363
  "type": "string\n",
11404
11364
  "description": "Property on supplied `items` that contains its title."
@@ -11407,24 +11367,60 @@
11407
11367
  "type": "string\n",
11408
11368
  "description": "Property on supplied `items` that contains its value."
11409
11369
  },
11410
- "VStepperVertical/hide-actions": {
11370
+ "VStepperVertical/rounded": {
11371
+ "type": "string | number | boolean\n",
11372
+ "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)."
11373
+ },
11374
+ "VStepperVertical/tile": {
11411
11375
  "type": "boolean\n",
11412
- "description": "Hide the expand icon in the content title."
11376
+ "description": "Removes the border-radius."
11413
11377
  },
11414
- "VStepperVertical/focusable": {
11378
+ "VStepperVertical/color": {
11379
+ "type": "string\n",
11380
+ "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)."
11381
+ },
11382
+ "VStepperVertical/variant": {
11383
+ "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
11384
+ "description": "Applies a distinct style to the component."
11385
+ },
11386
+ "VStepperVertical/model-value": {
11387
+ "type": "unknown\n",
11388
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11389
+ },
11390
+ "VStepperVertical/readonly": {
11415
11391
  "type": "boolean\n",
11416
- "description": "Makes the expansion-panel headers focusable."
11392
+ "description": "Makes the entire expansion panel read only."
11393
+ },
11394
+ "VStepperVertical/mobile": {
11395
+ "type": "boolean\n",
11396
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11397
+ },
11398
+ "VStepperVertical/hide-actions": {
11399
+ "type": "boolean\n",
11400
+ "description": "Hide actions bar (prev and next buttons)."
11401
+ },
11402
+ "VStepperVertical/mobile-breakpoint": {
11403
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
11404
+ "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
11405
+ },
11406
+ "VStepperVertical/selected-class": {
11407
+ "type": "string\n",
11408
+ "description": "Configure the active CSS class applied when an item is selected."
11409
+ },
11410
+ "VStepperVertical/ripple": {
11411
+ "type": "boolean | { class: string }\n",
11412
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11417
11413
  },
11418
11414
  "VStepperVertical/alt-labels": {
11419
11415
  "type": "boolean\n",
11420
11416
  "description": "Places the labels beneath the step."
11421
11417
  },
11422
11418
  "VStepperVertical/complete-icon": {
11423
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11419
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11424
11420
  "description": "Icon to display when step is marked as completed."
11425
11421
  },
11426
11422
  "VStepperVertical/edit-icon": {
11427
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11423
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11428
11424
  "description": "Icon to display when step is editable."
11429
11425
  },
11430
11426
  "VStepperVertical/editable": {
@@ -11432,7 +11428,7 @@
11432
11428
  "description": "Marks step as editable."
11433
11429
  },
11434
11430
  "VStepperVertical/error-icon": {
11435
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11431
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11436
11432
  "description": "Icon to display when step has an error."
11437
11433
  },
11438
11434
  "VStepperVertical/non-linear": {
@@ -11447,14 +11443,18 @@
11447
11443
  "type": "string\n",
11448
11444
  "description": "The text used for the Next button."
11449
11445
  },
11450
- "VStepperVerticalActions/disabled": {
11451
- "type": "boolean | 'next' | 'prev'\n",
11452
- "description": "Removes the ability to click or target the component."
11446
+ "VStepperVertical/focusable": {
11447
+ "type": "boolean\n",
11448
+ "description": "Makes the expansion-panel headers focusable."
11453
11449
  },
11454
11450
  "VStepperVerticalActions/color": {
11455
11451
  "type": "string\n",
11456
11452
  "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)."
11457
11453
  },
11454
+ "VStepperVerticalActions/disabled": {
11455
+ "type": "boolean | 'prev' | 'next'\n",
11456
+ "description": "Removes the ability to click or target the component."
11457
+ },
11458
11458
  "VStepperVerticalActions/prev-text": {
11459
11459
  "type": "string\n",
11460
11460
  "description": "The text used for the Prev button."
@@ -11463,42 +11463,54 @@
11463
11463
  "type": "string\n",
11464
11464
  "description": "The text used for the Next button."
11465
11465
  },
11466
- "VStepperVerticalItem/tag": {
11467
- "type": "string | (new () => any) | FunctionalComponent\n",
11468
- "description": "Specify a custom tag used on the root element."
11469
- },
11470
- "VStepperVerticalItem/error": {
11471
- "type": "boolean\n",
11472
- "description": "Puts the stepper item in a manual error state."
11473
- },
11474
11466
  "VStepperVerticalItem/title": {
11475
11467
  "type": "string\n",
11476
11468
  "description": "Specify a title text for the component."
11477
11469
  },
11478
- "VStepperVerticalItem/disabled": {
11470
+ "VStepperVerticalItem/text": {
11471
+ "type": "string\n",
11472
+ "description": "Specify content text for the component."
11473
+ },
11474
+ "VStepperVerticalItem/icon": {
11475
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11476
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11477
+ },
11478
+ "VStepperVerticalItem/error": {
11479
11479
  "type": "boolean\n",
11480
- "description": "Disables the expansion-panel content."
11480
+ "description": "Puts the stepper item in a manual error state."
11481
11481
  },
11482
11482
  "VStepperVerticalItem/height": {
11483
11483
  "type": "string | number\n",
11484
11484
  "description": "Sets the height for the component."
11485
11485
  },
11486
- "VStepperVerticalItem/value": {
11487
- "type": "any\n",
11488
- "description": "Controls the opened/closed state of content."
11486
+ "VStepperVerticalItem/max-height": {
11487
+ "type": "string | number\n",
11488
+ "description": "Sets the maximum height for the component."
11489
+ },
11490
+ "VStepperVerticalItem/max-width": {
11491
+ "type": "string | number\n",
11492
+ "description": "Sets the maximum width for the component."
11493
+ },
11494
+ "VStepperVerticalItem/min-height": {
11495
+ "type": "string | number\n",
11496
+ "description": "Sets the minimum height for the component."
11497
+ },
11498
+ "VStepperVerticalItem/min-width": {
11499
+ "type": "string | number\n",
11500
+ "description": "Sets the minimum width for the component."
11489
11501
  },
11490
11502
  "VStepperVerticalItem/width": {
11491
11503
  "type": "string | number\n",
11492
11504
  "description": "Sets the width for the component."
11493
11505
  },
11494
- "VStepperVerticalItem/color": {
11495
- "type": "string\n",
11496
- "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)."
11497
- },
11498
11506
  "VStepperVerticalItem/elevation": {
11499
11507
  "type": "string | number\n",
11500
11508
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11501
11509
  },
11510
+ "VStepperVerticalItem/static": {
11511
+ "type": "boolean\n",
11512
+ "description": "Remove title size expansion when selected."
11513
+ },
11502
11514
  "VStepperVerticalItem/rounded": {
11503
11515
  "type": "string | number | boolean\n",
11504
11516
  "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)."
@@ -11507,80 +11519,72 @@
11507
11519
  "type": "boolean\n",
11508
11520
  "description": "Removes any applied **border-radius** from the component."
11509
11521
  },
11510
- "VStepperVerticalItem/text": {
11522
+ "VStepperVerticalItem/tag": {
11523
+ "type": "string | (new () => any) | FunctionalComponent\n",
11524
+ "description": "Specify a custom tag used on the root element."
11525
+ },
11526
+ "VStepperVerticalItem/color": {
11511
11527
  "type": "string\n",
11512
- "description": "Specify content text for the component."
11528
+ "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)."
11513
11529
  },
11514
- "VStepperVerticalItem/eager": {
11530
+ "VStepperVerticalItem/disabled": {
11515
11531
  "type": "boolean\n",
11516
- "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."
11532
+ "description": "Disables the expansion-panel content."
11517
11533
  },
11518
- "VStepperVerticalItem/subtitle": {
11534
+ "VStepperVerticalItem/value": {
11535
+ "type": "any\n",
11536
+ "description": "Controls the opened/closed state of content."
11537
+ },
11538
+ "VStepperVerticalItem/readonly": {
11539
+ "type": "boolean\n",
11540
+ "description": "Makes the expansion panel content read only."
11541
+ },
11542
+ "VStepperVerticalItem/ripple": {
11543
+ "type": "boolean | { class: string }\n",
11544
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
11545
+ },
11546
+ "VStepperVerticalItem/selected-class": {
11519
11547
  "type": "string\n",
11520
- "description": "Specify a subtitle text for the component."
11548
+ "description": "Configure the active CSS class applied when an item is selected."
11521
11549
  },
11522
11550
  "VStepperVerticalItem/bg-color": {
11523
11551
  "type": "string\n",
11524
11552
  "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)."
11525
11553
  },
11526
- "VStepperVerticalItem/expand-icon": {
11527
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11528
- "description": "Icon used when the expansion panel is in a expandable state."
11529
- },
11530
- "VStepperVerticalItem/collapse-icon": {
11531
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11532
- "description": "Icon used when the expansion panel is in a collapsable state."
11533
- },
11534
- "VStepperVerticalItem/max-height": {
11535
- "type": "string | number\n",
11536
- "description": "Sets the maximum height for the component."
11537
- },
11538
- "VStepperVerticalItem/max-width": {
11539
- "type": "string | number\n",
11540
- "description": "Sets the maximum width for the component."
11541
- },
11542
- "VStepperVerticalItem/min-height": {
11543
- "type": "string | number\n",
11544
- "description": "Sets the minimum height for the component."
11545
- },
11546
- "VStepperVerticalItem/min-width": {
11547
- "type": "string | number\n",
11548
- "description": "Sets the minimum width for the component."
11549
- },
11550
- "VStepperVerticalItem/static": {
11554
+ "VStepperVerticalItem/eager": {
11551
11555
  "type": "boolean\n",
11552
- "description": "Remove title size expansion when selected."
11556
+ "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."
11553
11557
  },
11554
- "VStepperVerticalItem/readonly": {
11555
- "type": "boolean\n",
11556
- "description": "Makes the expansion panel content read only."
11558
+ "VStepperVerticalItem/subtitle": {
11559
+ "type": "string\n",
11560
+ "description": "Specify a subtitle text for the component."
11557
11561
  },
11558
11562
  "VStepperVerticalItem/rules": {
11559
11563
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L43-L43\" target=\"_blank\">ValidationRule</a>[]\n",
11560
11564
  "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`."
11561
11565
  },
11562
- "VStepperVerticalItem/icon": {
11563
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11564
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11566
+ "VStepperVerticalItem/expand-icon": {
11567
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11568
+ "description": "Icon used when the expansion panel is in a expandable state."
11569
+ },
11570
+ "VStepperVerticalItem/collapse-icon": {
11571
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11572
+ "description": "Icon used when the expansion panel is in a collapsable state."
11565
11573
  },
11566
11574
  "VStepperVerticalItem/hide-actions": {
11567
11575
  "type": "boolean\n",
11568
11576
  "description": "Hide the expand icon in the content title."
11569
11577
  },
11570
- "VStepperVerticalItem/selected-class": {
11571
- "type": "string\n",
11572
- "description": "Configure the active CSS class applied when an item is selected."
11573
- },
11574
- "VStepperVerticalItem/ripple": {
11575
- "type": "boolean | { class: string }\n",
11576
- "description": "Applies the [v-ripple](/directives/ripple) directive."
11578
+ "VStepperVerticalItem/focusable": {
11579
+ "type": "boolean\n",
11580
+ "description": "Makes the expansion panel content focusable."
11577
11581
  },
11578
11582
  "VStepperVerticalItem/complete": {
11579
11583
  "type": "boolean\n",
11580
11584
  "description": "Marks step as complete."
11581
11585
  },
11582
11586
  "VStepperVerticalItem/complete-icon": {
11583
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11587
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11584
11588
  "description": "Icon to display when step is marked as completed."
11585
11589
  },
11586
11590
  "VStepperVerticalItem/editable": {
@@ -11588,45 +11592,41 @@
11588
11592
  "description": "Marks step as editable."
11589
11593
  },
11590
11594
  "VStepperVerticalItem/edit-icon": {
11591
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11595
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11592
11596
  "description": "Icon to display when step is editable."
11593
11597
  },
11594
11598
  "VStepperVerticalItem/error-icon": {
11595
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11599
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11596
11600
  "description": "Icon to display when step has an error."
11597
11601
  },
11598
- "VStepperVerticalItem/focusable": {
11599
- "type": "boolean\n",
11600
- "description": "Makes the expansion panel content focusable."
11601
- },
11602
- "VStepperWindow/model-value": {
11603
- "type": "any\n",
11604
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11605
- },
11606
- "VStepperWindow/reverse": {
11607
- "type": "boolean\n",
11608
- "description": "Reverse the normal transition direction."
11609
- },
11610
11602
  "VStepperWindow/tag": {
11611
11603
  "type": "string | (new () => any) | FunctionalComponent\n",
11612
11604
  "description": "Specify a custom tag used on the root element."
11613
11605
  },
11614
- "VStepperWindow/theme": {
11615
- "type": "string\n",
11616
- "description": "Specify a theme for this component and all of its children."
11606
+ "VStepperWindow/reverse": {
11607
+ "type": "boolean\n",
11608
+ "description": "Reverse the normal transition direction."
11617
11609
  },
11618
11610
  "VStepperWindow/disabled": {
11619
11611
  "type": "boolean\n",
11620
11612
  "description": "Removes the ability to click or target the component."
11621
11613
  },
11622
- "VStepperWindow/selected-class": {
11614
+ "VStepperWindow/theme": {
11623
11615
  "type": "string\n",
11624
- "description": "Configure the active CSS class applied when an item is selected."
11616
+ "description": "Specify a theme for this component and all of its children."
11617
+ },
11618
+ "VStepperWindow/model-value": {
11619
+ "type": "any\n",
11620
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11625
11621
  },
11626
11622
  "VStepperWindow/direction": {
11627
11623
  "type": "'horizontal' | 'vertical'\n",
11628
11624
  "description": "The transition direction when changing windows."
11629
11625
  },
11626
+ "VStepperWindow/selected-class": {
11627
+ "type": "string\n",
11628
+ "description": "Configure the active CSS class applied when an item is selected."
11629
+ },
11630
11630
  "VStepperWindowItem/disabled": {
11631
11631
  "type": "boolean\n",
11632
11632
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
@@ -11635,30 +11635,30 @@
11635
11635
  "type": "any\n",
11636
11636
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11637
11637
  },
11638
- "VStepperWindowItem/selected-class": {
11639
- "type": "string\n",
11640
- "description": "Configure the active CSS class applied when an item is selected."
11638
+ "VStepperWindowItem/eager": {
11639
+ "type": "boolean\n",
11640
+ "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."
11641
11641
  },
11642
11642
  "VStepperWindowItem/transition": {
11643
11643
  "type": "string | boolean\n",
11644
11644
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
11645
11645
  },
11646
- "VStepperWindowItem/eager": {
11647
- "type": "boolean\n",
11648
- "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."
11649
- },
11650
11646
  "VStepperWindowItem/reverse-transition": {
11651
11647
  "type": "string | boolean\n",
11652
11648
  "description": "Sets the reverse transition."
11653
11649
  },
11654
- "VSvgIcon/tag": {
11655
- "type": "string | (new () => any) | FunctionalComponent\n",
11656
- "description": "Specify a custom tag used on the root element."
11650
+ "VStepperWindowItem/selected-class": {
11651
+ "type": "string\n",
11652
+ "description": "Configure the active CSS class applied when an item is selected."
11657
11653
  },
11658
11654
  "VSvgIcon/icon": {
11659
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
11655
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11660
11656
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
11661
11657
  },
11658
+ "VSvgIcon/tag": {
11659
+ "type": "string | (new () => any) | FunctionalComponent\n",
11660
+ "description": "Specify a custom tag used on the root element."
11661
+ },
11662
11662
  "VSwitch/flat": {
11663
11663
  "type": "boolean\n",
11664
11664
  "description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it."
@@ -11859,14 +11859,6 @@
11859
11859
  "type": "string\n",
11860
11860
  "description": "Specify a theme for this component and all of its children."
11861
11861
  },
11862
- "VSystemBar/absolute": {
11863
- "type": "boolean\n",
11864
- "description": "Applies **position: absolute** to the component."
11865
- },
11866
- "VSystemBar/color": {
11867
- "type": "string\n",
11868
- "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)."
11869
- },
11870
11862
  "VSystemBar/elevation": {
11871
11863
  "type": "string | number\n",
11872
11864
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -11879,6 +11871,14 @@
11879
11871
  "type": "boolean\n",
11880
11872
  "description": "Removes any applied **border-radius** from the component."
11881
11873
  },
11874
+ "VSystemBar/color": {
11875
+ "type": "string\n",
11876
+ "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)."
11877
+ },
11878
+ "VSystemBar/absolute": {
11879
+ "type": "boolean\n",
11880
+ "description": "Applies **position: absolute** to the component."
11881
+ },
11882
11882
  "VSystemBar/order": {
11883
11883
  "type": "string | number\n",
11884
11884
  "description": "Adjust the order of the component in relation to its registration order."
@@ -11923,30 +11923,6 @@
11923
11923
  "type": "string\n",
11924
11924
  "description": "Specify a theme for this component and all of its children."
11925
11925
  },
11926
- "VTab/color": {
11927
- "type": "string\n",
11928
- "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)."
11929
- },
11930
- "VTab/density": {
11931
- "type": "'default' | 'comfortable' | 'compact'\n",
11932
- "description": "Adjusts the vertical height used by the component."
11933
- },
11934
- "VTab/border": {
11935
- "type": "string | number | boolean\n",
11936
- "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)."
11937
- },
11938
- "VTab/elevation": {
11939
- "type": "string | number\n",
11940
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11941
- },
11942
- "VTab/rounded": {
11943
- "type": "string | number | boolean\n",
11944
- "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)."
11945
- },
11946
- "VTab/tile": {
11947
- "type": "boolean\n",
11948
- "description": "Removes any applied **border-radius** from the component."
11949
- },
11950
11926
  "VTab/text": {
11951
11927
  "type": "string | number | boolean\n",
11952
11928
  "description": "Specify content text for the component."
@@ -11967,6 +11943,14 @@
11967
11943
  "type": "boolean\n",
11968
11944
  "description": "Reduces padding to 0 8px."
11969
11945
  },
11946
+ "VTab/border": {
11947
+ "type": "string | number | boolean\n",
11948
+ "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)."
11949
+ },
11950
+ "VTab/density": {
11951
+ "type": "'default' | 'comfortable' | 'compact'\n",
11952
+ "description": "Adjusts the vertical height used by the component."
11953
+ },
11970
11954
  "VTab/max-height": {
11971
11955
  "type": "string | number\n",
11972
11956
  "description": "Sets the maximum height for the component."
@@ -11983,6 +11967,22 @@
11983
11967
  "type": "string | number\n",
11984
11968
  "description": "Sets the minimum width for the component."
11985
11969
  },
11970
+ "VTab/elevation": {
11971
+ "type": "string | number\n",
11972
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11973
+ },
11974
+ "VTab/rounded": {
11975
+ "type": "string | number | boolean\n",
11976
+ "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)."
11977
+ },
11978
+ "VTab/tile": {
11979
+ "type": "boolean\n",
11980
+ "description": "Removes any applied **border-radius** from the component."
11981
+ },
11982
+ "VTab/color": {
11983
+ "type": "string\n",
11984
+ "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)."
11985
+ },
11986
11986
  "VTab/variant": {
11987
11987
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
11988
11988
  "description": "Applies a distinct style to the component."
@@ -12071,18 +12071,30 @@
12071
12071
  "type": "any\n",
12072
12072
  "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/)."
12073
12073
  },
12074
+ "VTabs/model-value": {
12075
+ "type": "any\n",
12076
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12077
+ },
12078
+ "VTabs/density": {
12079
+ "type": "'default' | 'comfortable' | 'compact'\n",
12080
+ "description": "Adjusts the vertical height used by the component."
12081
+ },
12082
+ "VTabs/height": {
12083
+ "type": "string | number\n",
12084
+ "description": "Sets the height of the tabs bar."
12085
+ },
12074
12086
  "VTabs/tag": {
12075
12087
  "type": "string | (new () => any) | FunctionalComponent\n",
12076
12088
  "description": "Specify a custom tag used on the root element."
12077
12089
  },
12090
+ "VTabs/color": {
12091
+ "type": "string\n",
12092
+ "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)."
12093
+ },
12078
12094
  "VTabs/disabled": {
12079
12095
  "type": "boolean\n",
12080
12096
  "description": "Puts all children components into a disabled state."
12081
12097
  },
12082
- "VTabs/height": {
12083
- "type": "string | number\n",
12084
- "description": "Sets the height of the tabs bar."
12085
- },
12086
12098
  "VTabs/max": {
12087
12099
  "type": "number\n",
12088
12100
  "description": "Sets a maximum number of selections that can be made."
@@ -12091,34 +12103,18 @@
12091
12103
  "type": "boolean\n",
12092
12104
  "description": "Allows one to select multiple items."
12093
12105
  },
12094
- "VTabs/items": {
12095
- "type": "unknown[]\n",
12096
- "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12097
- },
12098
- "VTabs/model-value": {
12099
- "type": "any\n",
12100
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12106
+ "VTabs/stacked": {
12107
+ "type": "boolean\n",
12108
+ "description": "Apply the stacked prop to all children v-tab components."
12101
12109
  },
12102
- "VTabs/color": {
12110
+ "VTabs/selected-class": {
12103
12111
  "type": "string\n",
12104
- "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)."
12105
- },
12106
- "VTabs/density": {
12107
- "type": "'default' | 'comfortable' | 'compact'\n",
12108
- "description": "Adjusts the vertical height used by the component."
12112
+ "description": "Configure the active CSS class applied when an item is selected."
12109
12113
  },
12110
12114
  "VTabs/bg-color": {
12111
12115
  "type": "string\n",
12112
12116
  "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)."
12113
12117
  },
12114
- "VTabs/mandatory": {
12115
- "type": "boolean | 'force'\n",
12116
- "description": "Forces at least one item to always be selected (if available)."
12117
- },
12118
- "VTabs/direction": {
12119
- "type": "'horizontal' | 'vertical'\n",
12120
- "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12121
- },
12122
12118
  "VTabs/mobile": {
12123
12119
  "type": "boolean\n",
12124
12120
  "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"
@@ -12127,78 +12123,82 @@
12127
12123
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
12128
12124
  "description": "Sets the designated mobile breakpoint for the component."
12129
12125
  },
12130
- "VTabs/prev-icon": {
12131
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
12132
- "description": "Left pagination icon."
12126
+ "VTabs/grow": {
12127
+ "type": "boolean\n",
12128
+ "description": "Force `v-tab`'s to take up all available space."
12133
12129
  },
12134
- "VTabs/next-icon": {
12135
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
12136
- "description": "Right pagination icon."
12130
+ "VTabs/mandatory": {
12131
+ "type": "boolean | 'force'\n",
12132
+ "description": "Forces at least one item to always be selected (if available)."
12137
12133
  },
12138
- "VTabs/selected-class": {
12139
- "type": "string\n",
12140
- "description": "Configure the active CSS class applied when an item is selected."
12134
+ "VTabs/items": {
12135
+ "type": "unknown[]\n",
12136
+ "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12141
12137
  },
12142
- "VTabs/stacked": {
12143
- "type": "boolean\n",
12144
- "description": "Apply the stacked prop to all children v-tab components."
12138
+ "VTabs/next-icon": {
12139
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12140
+ "description": "Right pagination icon."
12145
12141
  },
12146
- "VTabs/center-active": {
12147
- "type": "boolean\n",
12148
- "description": "Forces the selected tab to be centered."
12142
+ "VTabs/prev-icon": {
12143
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12144
+ "description": "Left pagination icon."
12149
12145
  },
12150
12146
  "VTabs/show-arrows": {
12151
12147
  "type": "string | boolean\n",
12152
12148
  "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
12153
12149
  },
12154
- "VTabs/slider-color": {
12155
- "type": "string\n",
12156
- "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12150
+ "VTabs/direction": {
12151
+ "type": "'horizontal' | 'vertical'\n",
12152
+ "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
12157
12153
  },
12158
- "VTabs/hide-slider": {
12154
+ "VTabs/center-active": {
12159
12155
  "type": "boolean\n",
12160
- "description": "Hide's the generated `v-tabs-slider`."
12156
+ "description": "Forces the selected tab to be centered."
12161
12157
  },
12162
12158
  "VTabs/align-tabs": {
12163
- "type": "'title' | 'start' | 'end' | 'center'\n",
12159
+ "type": "'title' | 'end' | 'start' | 'center'\n",
12164
12160
  "description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
12165
12161
  },
12166
12162
  "VTabs/fixed-tabs": {
12167
12163
  "type": "boolean\n",
12168
12164
  "description": "`v-tabs-item` min-width 160px, max-width 360px."
12169
12165
  },
12170
- "VTabs/grow": {
12166
+ "VTabs/hide-slider": {
12171
12167
  "type": "boolean\n",
12172
- "description": "Force `v-tab`'s to take up all available space."
12173
- },
12174
- "VTabsWindow/model-value": {
12175
- "type": "any\n",
12176
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12168
+ "description": "Hide's the generated `v-tabs-slider`."
12177
12169
  },
12178
- "VTabsWindow/reverse": {
12179
- "type": "boolean\n",
12180
- "description": "Reverse the normal transition direction."
12170
+ "VTabs/slider-color": {
12171
+ "type": "string\n",
12172
+ "description": "Changes the background color of an auto-generated `v-tabs-slider`."
12181
12173
  },
12182
12174
  "VTabsWindow/tag": {
12183
12175
  "type": "string | (new () => any) | FunctionalComponent\n",
12184
12176
  "description": "Specify a custom tag used on the root element."
12185
12177
  },
12186
- "VTabsWindow/theme": {
12187
- "type": "string\n",
12188
- "description": "Specify a theme for this component and all of its children."
12178
+ "VTabsWindow/reverse": {
12179
+ "type": "boolean\n",
12180
+ "description": "Reverse the normal transition direction."
12189
12181
  },
12190
12182
  "VTabsWindow/disabled": {
12191
12183
  "type": "boolean\n",
12192
12184
  "description": "Removes the ability to click or target the component."
12193
12185
  },
12194
- "VTabsWindow/selected-class": {
12186
+ "VTabsWindow/theme": {
12195
12187
  "type": "string\n",
12196
- "description": "Configure the active CSS class applied when an item is selected."
12188
+ "description": "Specify a theme for this component and all of its children."
12189
+ },
12190
+ "VTabsWindow/model-value": {
12191
+ "type": "any\n",
12192
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12197
12193
  },
12198
12194
  "VTabsWindow/direction": {
12199
12195
  "type": "'horizontal' | 'vertical'\n",
12200
12196
  "description": "The transition direction when changing windows."
12201
12197
  },
12198
+ "VTabsWindow/selected-class": {
12199
+ "type": "string\n",
12200
+ "description": "Configure the active CSS class applied when an item is selected."
12201
+ },
12202
12202
  "VTabsWindowItem/disabled": {
12203
12203
  "type": "boolean\n",
12204
12204
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
@@ -12207,22 +12207,22 @@
12207
12207
  "type": "any\n",
12208
12208
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
12209
12209
  },
12210
- "VTabsWindowItem/selected-class": {
12211
- "type": "string\n",
12212
- "description": "Configure the active CSS class applied when an item is selected."
12210
+ "VTabsWindowItem/eager": {
12211
+ "type": "boolean\n",
12212
+ "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."
12213
12213
  },
12214
12214
  "VTabsWindowItem/transition": {
12215
12215
  "type": "string | boolean\n",
12216
12216
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
12217
12217
  },
12218
- "VTabsWindowItem/eager": {
12219
- "type": "boolean\n",
12220
- "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."
12221
- },
12222
12218
  "VTabsWindowItem/reverse-transition": {
12223
12219
  "type": "string | boolean\n",
12224
12220
  "description": "Sets the reverse transition."
12225
12221
  },
12222
+ "VTabsWindowItem/selected-class": {
12223
+ "type": "string\n",
12224
+ "description": "Configure the active CSS class applied when an item is selected."
12225
+ },
12226
12226
  "VTextField/flat": {
12227
12227
  "type": "boolean\n",
12228
12228
  "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props."
@@ -12279,18 +12279,26 @@
12279
12279
  "type": "string\n",
12280
12280
  "description": "Specify a theme for this component and all of its children."
12281
12281
  },
12282
- "VTextField/model-value": {
12283
- "type": "any\n",
12284
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12282
+ "VTextField/base-color": {
12283
+ "type": "string\n",
12284
+ "description": "Sets the color of the input when it is not focused."
12285
12285
  },
12286
- "VTextField/color": {
12286
+ "VTextField/bg-color": {
12287
12287
  "type": "string\n",
12288
- "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)."
12288
+ "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)."
12289
12289
  },
12290
12290
  "VTextField/density": {
12291
12291
  "type": "'default' | 'comfortable' | 'compact'\n",
12292
12292
  "description": "Adjusts the vertical height used by the component."
12293
12293
  },
12294
+ "VTextField/max-width": {
12295
+ "type": "string | number\n",
12296
+ "description": "Sets the maximum width for the component."
12297
+ },
12298
+ "VTextField/min-width": {
12299
+ "type": "string | number\n",
12300
+ "description": "Sets the minimum width for the component."
12301
+ },
12294
12302
  "VTextField/rounded": {
12295
12303
  "type": "string | number | boolean\n",
12296
12304
  "description": "Adds a border radius to the input."
@@ -12299,26 +12307,18 @@
12299
12307
  "type": "boolean\n",
12300
12308
  "description": "Removes any applied **border-radius** from the component."
12301
12309
  },
12302
- "VTextField/base-color": {
12303
- "type": "string\n",
12304
- "description": "Sets the color of the input when it is not focused."
12305
- },
12306
- "VTextField/bg-color": {
12310
+ "VTextField/color": {
12307
12311
  "type": "string\n",
12308
- "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)."
12309
- },
12310
- "VTextField/max-width": {
12311
- "type": "string | number\n",
12312
- "description": "Sets the maximum width for the component."
12313
- },
12314
- "VTextField/min-width": {
12315
- "type": "string | number\n",
12316
- "description": "Sets the minimum width for the component."
12312
+ "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)."
12317
12313
  },
12318
12314
  "VTextField/variant": {
12319
12315
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
12320
12316
  "description": "Applies a distinct style to the component."
12321
12317
  },
12318
+ "VTextField/model-value": {
12319
+ "type": "any\n",
12320
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12321
+ },
12322
12322
  "VTextField/counter": {
12323
12323
  "type": "string | number | boolean\n",
12324
12324
  "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
@@ -12731,38 +12731,14 @@
12731
12731
  "type": "string\n",
12732
12732
  "description": "Specify a theme for this component and all of its children."
12733
12733
  },
12734
- "VTimePicker/model-value": {
12735
- "type": "any\n",
12736
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12737
- },
12738
- "VTimePicker/location": {
12739
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
12740
- "description": "Specifies the component's location. Can combine by using a space separated string."
12741
- },
12742
- "VTimePicker/color": {
12734
+ "VTimePicker/bg-color": {
12743
12735
  "type": "string\n",
12744
- "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)."
12736
+ "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)."
12745
12737
  },
12746
12738
  "VTimePicker/border": {
12747
12739
  "type": "string | number | boolean\n",
12748
12740
  "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)."
12749
12741
  },
12750
- "VTimePicker/elevation": {
12751
- "type": "string | number\n",
12752
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12753
- },
12754
- "VTimePicker/rounded": {
12755
- "type": "string | number | boolean\n",
12756
- "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)."
12757
- },
12758
- "VTimePicker/tile": {
12759
- "type": "boolean\n",
12760
- "description": "Removes any applied **border-radius** from the component."
12761
- },
12762
- "VTimePicker/bg-color": {
12763
- "type": "string\n",
12764
- "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)."
12765
- },
12766
12742
  "VTimePicker/max-height": {
12767
12743
  "type": "string | number\n",
12768
12744
  "description": "Sets the maximum height for the component."
@@ -12779,10 +12755,38 @@
12779
12755
  "type": "string | number\n",
12780
12756
  "description": "Sets the minimum width for the component."
12781
12757
  },
12758
+ "VTimePicker/elevation": {
12759
+ "type": "string | number\n",
12760
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12761
+ },
12762
+ "VTimePicker/rounded": {
12763
+ "type": "string | number | boolean\n",
12764
+ "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)."
12765
+ },
12766
+ "VTimePicker/tile": {
12767
+ "type": "boolean\n",
12768
+ "description": "Removes any applied **border-radius** from the component."
12769
+ },
12770
+ "VTimePicker/color": {
12771
+ "type": "string\n",
12772
+ "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)."
12773
+ },
12774
+ "VTimePicker/model-value": {
12775
+ "type": "any\n",
12776
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12777
+ },
12778
+ "VTimePicker/location": {
12779
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
12780
+ "description": "Specifies the component's location. Can combine by using a space separated string."
12781
+ },
12782
12782
  "VTimePicker/readonly": {
12783
12783
  "type": "boolean\n",
12784
12784
  "description": "Puts picker in readonly state."
12785
12785
  },
12786
+ "VTimePicker/view-mode": {
12787
+ "type": "'hour' | 'minute' | 'second'\n",
12788
+ "description": "The current view mode of the picker.`"
12789
+ },
12786
12790
  "VTimePicker/divided": {
12787
12791
  "type": "boolean\n",
12788
12792
  "description": "Adds a divider between the header and controls."
@@ -12795,9 +12799,9 @@
12795
12799
  "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
12796
12800
  "description": "Sets the position for the component."
12797
12801
  },
12798
- "VTimePicker/view-mode": {
12799
- "type": "'hour' | 'minute' | 'second'\n",
12800
- "description": "The current view mode of the picker.`"
12802
+ "VTimePicker/scrollable": {
12803
+ "type": "boolean\n",
12804
+ "description": "Allows changing hour/minute with mouse scroll."
12801
12805
  },
12802
12806
  "VTimePicker/ampm-in-title": {
12803
12807
  "type": "boolean\n",
@@ -12807,10 +12811,6 @@
12807
12811
  "type": "'ampm' | '24hr'\n",
12808
12812
  "description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
12809
12813
  },
12810
- "VTimePicker/scrollable": {
12811
- "type": "boolean\n",
12812
- "description": "Allows changing hour/minute with mouse scroll."
12813
- },
12814
12814
  "VTimePicker/use-seconds": {
12815
12815
  "type": "boolean\n",
12816
12816
  "description": "Toggles the use of seconds in picker."
@@ -12883,10 +12883,6 @@
12883
12883
  "type": "(value: number) => boolean\n",
12884
12884
  "description": "Restricts which hours can be selected."
12885
12885
  },
12886
- "VTimePickerControls/color": {
12887
- "type": "string\n",
12888
- "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)."
12889
- },
12890
12886
  "VTimePickerControls/disabled": {
12891
12887
  "type": "boolean\n",
12892
12888
  "description": "Removes the ability to click or target the component."
@@ -12895,6 +12891,10 @@
12895
12891
  "type": "number\n",
12896
12892
  "description": "The current value of the timepicker."
12897
12893
  },
12894
+ "VTimePickerControls/color": {
12895
+ "type": "string\n",
12896
+ "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)."
12897
+ },
12898
12898
  "VTimePickerControls/readonly": {
12899
12899
  "type": "boolean\n",
12900
12900
  "description": "Makes the timepicker readonly."
@@ -12903,17 +12903,13 @@
12903
12903
  "type": "'hour' | 'minute' | 'second'\n",
12904
12904
  "description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
12905
12905
  },
12906
- "VTimePickerControls/ampm": {
12907
- "type": "boolean\n",
12908
- "description": "Enables AM/PM mode."
12909
- },
12910
12906
  "VTimePickerControls/ampm-in-title": {
12911
12907
  "type": "boolean\n",
12912
12908
  "description": "Displays AM/PM in the title."
12913
12909
  },
12914
- "VTimePickerControls/ampm-readonly": {
12910
+ "VTimePickerControls/ampm": {
12915
12911
  "type": "boolean\n",
12916
- "description": "Makes AM/PM controls readonly."
12912
+ "description": "Enables AM/PM mode."
12917
12913
  },
12918
12914
  "VTimePickerControls/hour": {
12919
12915
  "type": "number\n",
@@ -12931,14 +12927,26 @@
12931
12927
  "type": "boolean\n",
12932
12928
  "description": "Enables the display and selection of seconds in the timepicker."
12933
12929
  },
12930
+ "VTimePickerControls/ampm-readonly": {
12931
+ "type": "boolean\n",
12932
+ "description": "Makes AM/PM controls readonly."
12933
+ },
12934
12934
  "VTimePickerControls/period": {
12935
12935
  "type": "'am' | 'pm'\n",
12936
12936
  "description": "The current period value. either `am` or `pm`."
12937
12937
  },
12938
+ "VTimeline/density": {
12939
+ "type": "'default' | 'comfortable' | 'compact'\n",
12940
+ "description": "Adjusts the vertical height used by the component."
12941
+ },
12938
12942
  "VTimeline/tag": {
12939
12943
  "type": "string | (new () => any) | FunctionalComponent\n",
12940
12944
  "description": "Specify a custom tag used on the root element."
12941
12945
  },
12946
+ "VTimeline/theme": {
12947
+ "type": "string\n",
12948
+ "description": "Specify a theme for this component and all of its children."
12949
+ },
12942
12950
  "VTimeline/align": {
12943
12951
  "type": "'start' | 'center'\n",
12944
12952
  "description": "Places the timeline dot at the top or center of the timeline item."
@@ -12947,25 +12955,13 @@
12947
12955
  "type": "string | number\n",
12948
12956
  "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**."
12949
12957
  },
12950
- "VTimeline/theme": {
12951
- "type": "string\n",
12952
- "description": "Specify a theme for this component and all of its children."
12953
- },
12954
- "VTimeline/density": {
12955
- "type": "'default' | 'comfortable' | 'compact'\n",
12956
- "description": "Adjusts the vertical height used by the component."
12957
- },
12958
- "VTimeline/icon-color": {
12959
- "type": "string\n",
12960
- "description": "Color of the icon."
12961
- },
12962
12958
  "VTimeline/direction": {
12963
12959
  "type": "'horizontal' | 'vertical'\n",
12964
12960
  "description": "Display timeline in a **vertical** or **horizontal** direction."
12965
12961
  },
12966
- "VTimeline/side": {
12967
- "type": "'start' | 'end'\n",
12968
- "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
12962
+ "VTimeline/icon-color": {
12963
+ "type": "string\n",
12964
+ "description": "Color of the icon."
12969
12965
  },
12970
12966
  "VTimeline/justify": {
12971
12967
  "type": "string\n",
@@ -12995,22 +12991,34 @@
12995
12991
  "type": "string | number\n",
12996
12992
  "description": "Specifies the distance between the line and the dot of timeline items."
12997
12993
  },
12994
+ "VTimeline/side": {
12995
+ "type": "'end' | 'start'\n",
12996
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
12997
+ },
12998
12998
  "VTimeline/truncate-line": {
12999
- "type": "'start' | 'end' | 'both'\n",
12999
+ "type": "'end' | 'start' | 'both'\n",
13000
13000
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
13001
13001
  },
13002
- "VTimelineItem/icon": {
13003
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13004
- "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13005
- },
13006
- "VTimelineItem/density": {
13007
- "type": "'default' | 'compact'\n",
13008
- "description": "Adjusts the vertical height used by the component."
13002
+ "VTimelineItem/tag": {
13003
+ "type": "string | (new () => any) | FunctionalComponent\n",
13004
+ "description": "Specify a custom tag used on the root element."
13009
13005
  },
13010
13006
  "VTimelineItem/height": {
13011
13007
  "type": "string | number\n",
13012
13008
  "description": "Sets the height for the component."
13013
13009
  },
13010
+ "VTimelineItem/size": {
13011
+ "type": "string | number\n",
13012
+ "description": "Size of the item dot"
13013
+ },
13014
+ "VTimelineItem/width": {
13015
+ "type": "string | number\n",
13016
+ "description": "Sets the width for the component."
13017
+ },
13018
+ "VTimelineItem/density": {
13019
+ "type": "'default' | 'compact'\n",
13020
+ "description": "Adjusts the vertical height used by the component."
13021
+ },
13014
13022
  "VTimelineItem/max-height": {
13015
13023
  "type": "string | number\n",
13016
13024
  "description": "Sets the maximum height for the component."
@@ -13027,10 +13035,6 @@
13027
13035
  "type": "string | number\n",
13028
13036
  "description": "Sets the minimum width for the component."
13029
13037
  },
13030
- "VTimelineItem/width": {
13031
- "type": "string | number\n",
13032
- "description": "Sets the width for the component."
13033
- },
13034
13038
  "VTimelineItem/elevation": {
13035
13039
  "type": "string | number\n",
13036
13040
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13043,18 +13047,18 @@
13043
13047
  "type": "boolean\n",
13044
13048
  "description": "Removes any applied **border-radius** from the component."
13045
13049
  },
13046
- "VTimelineItem/tag": {
13047
- "type": "string | (new () => any) | FunctionalComponent\n",
13048
- "description": "Specify a custom tag used on the root element."
13049
- },
13050
- "VTimelineItem/size": {
13051
- "type": "string | number\n",
13052
- "description": "Size of the item dot"
13053
- },
13054
13050
  "VTimelineItem/icon-color": {
13055
13051
  "type": "string\n",
13056
13052
  "description": "Color of the icon."
13057
13053
  },
13054
+ "VTimelineItem/icon": {
13055
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13056
+ "description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
13057
+ },
13058
+ "VTimelineItem/side": {
13059
+ "type": "'start' | 'end'\n",
13060
+ "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."
13061
+ },
13058
13062
  "VTimelineItem/dot-color": {
13059
13063
  "type": "string\n",
13060
13064
  "description": "Color of the item dot."
@@ -13075,30 +13079,54 @@
13075
13079
  "type": "string | number\n",
13076
13080
  "description": "Specifies the distance between the line and the dot of the item."
13077
13081
  },
13078
- "VTimelineItem/side": {
13079
- "type": "'end' | 'start'\n",
13080
- "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."
13082
+ "VToolbar/title": {
13083
+ "type": "string\n",
13084
+ "description": "Specify a title text for the component."
13081
13085
  },
13082
13086
  "VToolbar/flat": {
13083
13087
  "type": "boolean\n",
13084
13088
  "description": "Removes the toolbar's box-shadow."
13085
13089
  },
13086
- "VToolbar/tag": {
13087
- "type": "string | (new () => any) | FunctionalComponent\n",
13088
- "description": "Specify a custom tag used on the root element."
13090
+ "VToolbar/border": {
13091
+ "type": "string | number | boolean\n",
13092
+ "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)."
13089
13093
  },
13090
- "VToolbar/title": {
13091
- "type": "string\n",
13092
- "description": "Specify a title text for the component."
13094
+ "VToolbar/density": {
13095
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13096
+ "description": "Adjusts the vertical height used by the component."
13093
13097
  },
13094
13098
  "VToolbar/height": {
13095
13099
  "type": "string | number\n",
13096
13100
  "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13097
13101
  },
13102
+ "VToolbar/elevation": {
13103
+ "type": "string | number\n",
13104
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13105
+ },
13106
+ "VToolbar/absolute": {
13107
+ "type": "boolean\n",
13108
+ "description": "Applies position: absolute to the component."
13109
+ },
13110
+ "VToolbar/rounded": {
13111
+ "type": "string | number | boolean\n",
13112
+ "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)."
13113
+ },
13114
+ "VToolbar/tile": {
13115
+ "type": "boolean\n",
13116
+ "description": "Removes any applied **border-radius** from the component."
13117
+ },
13118
+ "VToolbar/tag": {
13119
+ "type": "string | (new () => any) | FunctionalComponent\n",
13120
+ "description": "Specify a custom tag used on the root element."
13121
+ },
13098
13122
  "VToolbar/theme": {
13099
13123
  "type": "string\n",
13100
13124
  "description": "Specify a theme for this component and all of its children."
13101
13125
  },
13126
+ "VToolbar/color": {
13127
+ "type": "string\n",
13128
+ "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)."
13129
+ },
13102
13130
  "VToolbar/image": {
13103
13131
  "type": "string\n",
13104
13132
  "description": "Specifies a [v-img](/components/images) as the component's background."
@@ -13107,18 +13135,6 @@
13107
13135
  "type": "boolean\n",
13108
13136
  "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13109
13137
  },
13110
- "VToolbar/absolute": {
13111
- "type": "boolean\n",
13112
- "description": "Applies position: absolute to the component."
13113
- },
13114
- "VToolbar/color": {
13115
- "type": "string\n",
13116
- "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)."
13117
- },
13118
- "VToolbar/density": {
13119
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13120
- "description": "Adjusts the vertical height used by the component."
13121
- },
13122
13138
  "VToolbar/extended": {
13123
13139
  "type": "boolean\n",
13124
13140
  "description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
@@ -13131,28 +13147,12 @@
13131
13147
  "type": "boolean\n",
13132
13148
  "description": "Applies **display: inline-flex** to the component."
13133
13149
  },
13134
- "VToolbar/border": {
13135
- "type": "string | number | boolean\n",
13136
- "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)."
13137
- },
13138
- "VToolbar/elevation": {
13139
- "type": "string | number\n",
13140
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13141
- },
13142
- "VToolbar/rounded": {
13143
- "type": "string | number | boolean\n",
13144
- "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)."
13145
- },
13146
- "VToolbar/tile": {
13147
- "type": "boolean\n",
13148
- "description": "Removes any applied **border-radius** from the component."
13149
- },
13150
13150
  "VToolbarItems/color": {
13151
13151
  "type": "string\n",
13152
13152
  "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
13153
  },
13154
13154
  "VToolbarItems/variant": {
13155
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13155
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13156
13156
  "description": "Applies a distinct style to the component."
13157
13157
  },
13158
13158
  "VToolbarTitle/text": {
@@ -13183,14 +13183,6 @@
13183
13183
  "type": "string\n",
13184
13184
  "description": "Specify a theme for this component and all of its children."
13185
13185
  },
13186
- "VTooltip/model-value": {
13187
- "type": "boolean\n",
13188
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13189
- },
13190
- "VTooltip/location": {
13191
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
13192
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
13193
- },
13194
13186
  "VTooltip/text": {
13195
13187
  "type": "string\n",
13196
13188
  "description": "Specify content text for the component."
@@ -13243,6 +13235,10 @@
13243
13235
  "type": "boolean\n",
13244
13236
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
13245
13237
  },
13238
+ "VTooltip/model-value": {
13239
+ "type": "boolean\n",
13240
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13241
+ },
13246
13242
  "VTooltip/scrim": {
13247
13243
  "type": "string | boolean\n",
13248
13244
  "description": "Accepts true/false to enable background, and string to define color."
@@ -13287,6 +13283,10 @@
13287
13283
  "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",
13288
13284
  "description": "A function used to specifies how the component should position relative to its activator."
13289
13285
  },
13286
+ "VTooltip/location": {
13287
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
13288
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
13289
+ },
13290
13290
  "VTooltip/origin": {
13291
13291
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
13292
13292
  "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)."
@@ -13543,10 +13543,6 @@
13543
13543
  "type": "any\n",
13544
13544
  "description": "Expands / Collapse the list-group."
13545
13545
  },
13546
- "VTreeviewGroup/color": {
13547
- "type": "string\n",
13548
- "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)."
13549
- },
13550
13546
  "VTreeviewGroup/base-color": {
13551
13547
  "type": "string\n",
13552
13548
  "description": "Sets the color of component when not focused."
@@ -13563,6 +13559,10 @@
13563
13559
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13564
13560
  "description": "Icon to display when the list item is expanded."
13565
13561
  },
13562
+ "VTreeviewGroup/color": {
13563
+ "type": "string\n",
13564
+ "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)."
13565
+ },
13566
13566
  "VTreeviewGroup/append-icon": {
13567
13567
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13568
13568
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."