@vuetify/nightly 3.8.4-master.2025-05-09 → 3.8.4-master.2025-05-12

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.
@@ -111,6 +111,10 @@
111
111
  "type": "string\n",
112
112
  "description": "Specify a custom tag used on the root element."
113
113
  },
114
+ "VApp/theme": {
115
+ "type": "string\n",
116
+ "description": "Specify a theme for this component and all of its children."
117
+ },
114
118
  "VApp/full-height": {
115
119
  "type": "boolean\n",
116
120
  "description": "Sets the component height to 100%."
@@ -119,37 +123,37 @@
119
123
  "type": "string[]\n",
120
124
  "description": "**FOR INTERNAL USE ONLY**"
121
125
  },
122
- "VApp/theme": {
123
- "type": "string\n",
124
- "description": "Specify a theme for this component and all of its children."
125
- },
126
- "VAppBar/title": {
127
- "type": "string\n",
128
- "description": "Specify a title text for the component."
129
- },
130
126
  "VAppBar/flat": {
131
127
  "type": "boolean\n",
132
128
  "description": "Removes the component's **box-shadow**."
133
129
  },
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)."
130
+ "VAppBar/tag": {
131
+ "type": "string | (new () => any) | FunctionalComponent\n",
132
+ "description": "Specify a custom tag used on the root element."
137
133
  },
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."
134
+ "VAppBar/name": {
135
+ "type": "string\n",
136
+ "description": "Assign a specific name for layout registration."
141
137
  },
142
- "VAppBar/density": {
143
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
144
- "description": "Adjusts the vertical height used by the component."
138
+ "VAppBar/title": {
139
+ "type": "string\n",
140
+ "description": "Specify a title text for the component."
145
141
  },
146
142
  "VAppBar/height": {
147
143
  "type": "string | number\n",
148
144
  "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
149
145
  },
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)."
146
+ "VAppBar/image": {
147
+ "type": "string\n",
148
+ "description": "Specifies a [v-img](/components/images) as the component's background."
149
+ },
150
+ "VAppBar/collapse": {
151
+ "type": "boolean\n",
152
+ "description": "Morphs the component into a collapsed state, reducing its maximum width."
153
+ },
154
+ "VAppBar/model-value": {
155
+ "type": "boolean\n",
156
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
153
157
  },
154
158
  "VAppBar/location": {
155
159
  "type": "'top' | 'bottom'\n",
@@ -159,37 +163,13 @@
159
163
  "type": "boolean\n",
160
164
  "description": "Applies position: absolute to the component."
161
165
  },
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
- },
178
166
  "VAppBar/color": {
179
167
  "type": "string\n",
180
168
  "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)."
181
169
  },
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."
170
+ "VAppBar/density": {
171
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
172
+ "description": "Adjusts the vertical height used by the component."
193
173
  },
194
174
  "VAppBar/extended": {
195
175
  "type": "boolean\n",
@@ -203,6 +183,26 @@
203
183
  "type": "boolean\n",
204
184
  "description": "Applies **display: inline-flex** to the component."
205
185
  },
186
+ "VAppBar/border": {
187
+ "type": "string | number | boolean\n",
188
+ "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)."
189
+ },
190
+ "VAppBar/elevation": {
191
+ "type": "string | number\n",
192
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
193
+ },
194
+ "VAppBar/rounded": {
195
+ "type": "string | number | boolean\n",
196
+ "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)."
197
+ },
198
+ "VAppBar/tile": {
199
+ "type": "boolean\n",
200
+ "description": "Removes any applied **border-radius** from the component."
201
+ },
202
+ "VAppBar/theme": {
203
+ "type": "string\n",
204
+ "description": "Specify a theme for this component and all of its children."
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."
@@ -451,14 +451,30 @@
451
451
  "type": "boolean\n",
452
452
  "description": "Enables autofocus."
453
453
  },
454
+ "VAutocomplete/model-value": {
455
+ "type": "any\n",
456
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
457
+ },
458
+ "VAutocomplete/color": {
459
+ "type": "string\n",
460
+ "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)."
461
+ },
462
+ "VAutocomplete/density": {
463
+ "type": "'default' | 'comfortable' | 'compact'\n",
464
+ "description": "Adjusts the vertical height used by the component."
465
+ },
466
+ "VAutocomplete/rounded": {
467
+ "type": "string | number | boolean\n",
468
+ "description": "Adds a border radius to the input."
469
+ },
470
+ "VAutocomplete/tile": {
471
+ "type": "boolean\n",
472
+ "description": "Removes any applied **border-radius** from the component."
473
+ },
454
474
  "VAutocomplete/theme": {
455
475
  "type": "string\n",
456
476
  "description": "Specify a theme for this component and all of its children."
457
477
  },
458
- "VAutocomplete/items": {
459
- "type": "any[]\n",
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
- },
462
478
  "VAutocomplete/auto-select-first": {
463
479
  "type": "boolean | 'exact'\n",
464
480
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
@@ -527,10 +543,6 @@
527
543
  "type": "string\n",
528
544
  "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)."
529
545
  },
530
- "VAutocomplete/density": {
531
- "type": "'default' | 'comfortable' | 'compact'\n",
532
- "description": "Adjusts the vertical height used by the component."
533
- },
534
546
  "VAutocomplete/max-width": {
535
547
  "type": "string | number\n",
536
548
  "description": "Sets the maximum width for the component."
@@ -539,6 +551,10 @@
539
551
  "type": "string | number\n",
540
552
  "description": "Sets the minimum width for the component."
541
553
  },
554
+ "VAutocomplete/items": {
555
+ "type": "any[]\n",
556
+ "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."
557
+ },
542
558
  "VAutocomplete/item-title": {
543
559
  "type": "SelectItemKey<any>\n",
544
560
  "description": "Property on supplied `items` that contains its title."
@@ -563,18 +579,6 @@
563
579
  "type": "(a: any, b: any) => boolean\n",
564
580
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
565
581
  },
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
- },
578
582
  "VAutocomplete/variant": {
579
583
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
580
584
  "description": "Applies a distinct style to the component."
@@ -587,10 +591,6 @@
587
591
  "type": "unknown\n",
588
592
  "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."
589
593
  },
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,10 +819,6 @@
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
- },
826
822
  "VBadge/bordered": {
827
823
  "type": "boolean\n",
828
824
  "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
@@ -835,6 +831,10 @@
835
831
  "type": "boolean\n",
836
832
  "description": "Reduce the size of the badge and hide its contents."
837
833
  },
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,10 +1031,6 @@
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
- },
1038
1034
  "VBottomNavigation/active": {
1039
1035
  "type": "boolean\n",
1040
1036
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1059,6 +1055,10 @@
1059
1055
  "type": "boolean\n",
1060
1056
  "description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
1061
1057
  },
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)."
@@ -1251,6 +1251,10 @@
1251
1251
  "type": "boolean\n",
1252
1252
  "description": "Removes the ability to click or target the component."
1253
1253
  },
1254
+ "VBreadcrumbs/items": {
1255
+ "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n",
1256
+ "description": "An array of strings or objects used for automatically generating children components."
1257
+ },
1254
1258
  "VBreadcrumbs/active-color": {
1255
1259
  "type": "string\n",
1256
1260
  "description": "The applied color when the component is in an active state."
@@ -1267,10 +1271,6 @@
1267
1271
  "type": "string\n",
1268
1272
  "description": "The class applied to the component when it is in an active state."
1269
1273
  },
1270
- "VBreadcrumbs/items": {
1271
- "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n",
1272
- "description": "An array of strings or objects used for automatically generating children components."
1273
- },
1274
1274
  "VBreadcrumbsDivider/divider": {
1275
1275
  "type": "string | number\n",
1276
1276
  "description": "Specifies the dividing character between items."
@@ -1943,10 +1943,6 @@
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
- },
1950
1946
  "VCard/prepend-icon": {
1951
1947
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1952
1948
  "description": "Prepends a [v-icon](/components/icons/) component to the header."
@@ -1975,6 +1971,10 @@
1975
1971
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1976
1972
  "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."
1977
1973
  },
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,10 +2763,6 @@
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
- },
2770
2766
  "VCol/sm": {
2771
2767
  "type": "string | number | boolean\n",
2772
2768
  "description": "Changes the number of columns on small and greater breakpoints."
@@ -2787,6 +2783,10 @@
2787
2783
  "type": "string | number | boolean\n",
2788
2784
  "description": "Changes the number of columns on extra extra large and greater breakpoints."
2789
2785
  },
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."
@@ -3031,14 +3031,30 @@
3031
3031
  "type": "boolean\n",
3032
3032
  "description": "Enables autofocus."
3033
3033
  },
3034
+ "VCombobox/model-value": {
3035
+ "type": "any\n",
3036
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3037
+ },
3038
+ "VCombobox/color": {
3039
+ "type": "string\n",
3040
+ "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)."
3041
+ },
3042
+ "VCombobox/density": {
3043
+ "type": "'default' | 'comfortable' | 'compact'\n",
3044
+ "description": "Adjusts the vertical height used by the component."
3045
+ },
3046
+ "VCombobox/rounded": {
3047
+ "type": "string | number | boolean\n",
3048
+ "description": "Adds a border radius to the input."
3049
+ },
3050
+ "VCombobox/tile": {
3051
+ "type": "boolean\n",
3052
+ "description": "Removes any applied **border-radius** from the component."
3053
+ },
3034
3054
  "VCombobox/theme": {
3035
3055
  "type": "string\n",
3036
3056
  "description": "Specify a theme for this component and all of its children."
3037
3057
  },
3038
- "VCombobox/items": {
3039
- "type": "any[]\n",
3040
- "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."
3041
- },
3042
3058
  "VCombobox/auto-select-first": {
3043
3059
  "type": "boolean | 'exact'\n",
3044
3060
  "description": "When searching, will always highlight the first option and select it on blur. `exact` will only highlight and select exact matches."
@@ -3107,10 +3123,6 @@
3107
3123
  "type": "string\n",
3108
3124
  "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)."
3109
3125
  },
3110
- "VCombobox/density": {
3111
- "type": "'default' | 'comfortable' | 'compact'\n",
3112
- "description": "Adjusts the vertical height used by the component."
3113
- },
3114
3126
  "VCombobox/max-width": {
3115
3127
  "type": "string | number\n",
3116
3128
  "description": "Sets the maximum width for the component."
@@ -3119,6 +3131,10 @@
3119
3131
  "type": "string | number\n",
3120
3132
  "description": "Sets the minimum width for the component."
3121
3133
  },
3134
+ "VCombobox/items": {
3135
+ "type": "any[]\n",
3136
+ "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."
3137
+ },
3122
3138
  "VCombobox/item-title": {
3123
3139
  "type": "SelectItemKey<any>\n",
3124
3140
  "description": "Property on supplied `items` that contains its title."
@@ -3143,18 +3159,6 @@
3143
3159
  "type": "(a: any, b: any) => boolean\n",
3144
3160
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3145
3161
  },
3146
- "VCombobox/rounded": {
3147
- "type": "string | number | boolean\n",
3148
- "description": "Adds a border radius to the input."
3149
- },
3150
- "VCombobox/tile": {
3151
- "type": "boolean\n",
3152
- "description": "Removes any applied **border-radius** from the component."
3153
- },
3154
- "VCombobox/color": {
3155
- "type": "string\n",
3156
- "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)."
3157
- },
3158
3162
  "VCombobox/variant": {
3159
3163
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
3160
3164
  "description": "Applies a distinct style to the component."
@@ -3167,10 +3171,6 @@
3167
3171
  "type": "unknown\n",
3168
3172
  "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."
3169
3173
  },
3170
- "VCombobox/model-value": {
3171
- "type": "any\n",
3172
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3173
- },
3174
3174
  "VCombobox/transition": {
3175
3175
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
3176
3176
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -3403,6 +3403,10 @@
3403
3403
  "type": "string | (new () => any) | FunctionalComponent\n",
3404
3404
  "description": "Specify a custom tag used on the root element."
3405
3405
  },
3406
+ "VDataIterator/items": {
3407
+ "type": "unknown[]\n",
3408
+ "description": "An array of strings or objects used for automatically generating children components."
3409
+ },
3406
3410
  "VDataIterator/loading": {
3407
3411
  "type": "boolean\n",
3408
3412
  "description": "If `true` and no items are provided, then a loading text will be shown."
@@ -3411,10 +3415,6 @@
3411
3415
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3412
3416
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3413
3417
  },
3414
- "VDataIterator/items": {
3415
- "type": "unknown[]\n",
3416
- "description": "An array of strings or objects used for automatically generating children components."
3417
- },
3418
3418
  "VDataIterator/group-by": {
3419
3419
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
3420
3420
  "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
@@ -3535,6 +3535,10 @@
3535
3535
  "type": "string\n",
3536
3536
  "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)."
3537
3537
  },
3538
+ "VDataTable/items": {
3539
+ "type": "any[]\n",
3540
+ "description": "An array of strings or objects used for automatically generating children components."
3541
+ },
3538
3542
  "VDataTable/loading": {
3539
3543
  "type": "string | boolean\n",
3540
3544
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
@@ -3547,10 +3551,6 @@
3547
3551
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3548
3552
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3549
3553
  },
3550
- "VDataTable/items": {
3551
- "type": "any[]\n",
3552
- "description": "An array of strings or objects used for automatically generating children components."
3553
- },
3554
3554
  "VDataTable/next-icon": {
3555
3555
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3556
3556
  "description": "Next icon."
@@ -3859,6 +3859,10 @@
3859
3859
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3860
3860
  "description": "Props to be applied to the cell."
3861
3861
  },
3862
+ "VDataTableRows/items": {
3863
+ "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L46-L52\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3864
+ "description": "An array of strings or objects used for automatically generating children components."
3865
+ },
3862
3866
  "VDataTableRows/loading": {
3863
3867
  "type": "string | boolean\n",
3864
3868
  "description": "Displays `loading` slot if set to `true`"
@@ -3871,10 +3875,6 @@
3871
3875
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3872
3876
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3873
3877
  },
3874
- "VDataTableRows/items": {
3875
- "type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L46-L52\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
3876
- "description": "An array of strings or objects used for automatically generating children components."
3877
- },
3878
3878
  "VDataTableRows/cell-props": {
3879
3879
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3880
3880
  "description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
@@ -3931,8 +3931,12 @@
3931
3931
  "type": "string\n",
3932
3932
  "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)."
3933
3933
  },
3934
- "VDataTableServer/loading": {
3935
- "type": "string | boolean\n",
3934
+ "VDataTableServer/items": {
3935
+ "type": "any[]\n",
3936
+ "description": "An array of strings or objects used for automatically generating children components."
3937
+ },
3938
+ "VDataTableServer/loading": {
3939
+ "type": "string | boolean\n",
3936
3940
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
3937
3941
  },
3938
3942
  "VDataTableServer/mobile": {
@@ -3943,10 +3947,6 @@
3943
3947
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3944
3948
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3945
3949
  },
3946
- "VDataTableServer/items": {
3947
- "type": "any[]\n",
3948
- "description": "An array of strings or objects used for automatically generating children components."
3949
- },
3950
3950
  "VDataTableServer/next-icon": {
3951
3951
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3952
3952
  "description": "Next icon."
@@ -4163,6 +4163,10 @@
4163
4163
  "type": "string\n",
4164
4164
  "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)."
4165
4165
  },
4166
+ "VDataTableVirtual/items": {
4167
+ "type": "any[]\n",
4168
+ "description": "An array of strings or objects used for automatically generating children components."
4169
+ },
4166
4170
  "VDataTableVirtual/loading": {
4167
4171
  "type": "string | boolean\n",
4168
4172
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
@@ -4175,10 +4179,6 @@
4175
4179
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4176
4180
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4177
4181
  },
4178
- "VDataTableVirtual/items": {
4179
- "type": "any[]\n",
4180
- "description": "An array of strings or objects used for automatically generating children components."
4181
- },
4182
4182
  "VDataTableVirtual/group-by": {
4183
4183
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
4184
4184
  "description": "Defines the grouping of the table items."
@@ -4459,10 +4459,6 @@
4459
4459
  "type": "boolean\n",
4460
4460
  "description": "Enables autofocus."
4461
4461
  },
4462
- "VDateInput/header": {
4463
- "type": "string\n",
4464
- "description": "Text shown when no **display-date** is set."
4465
- },
4466
4462
  "VDateInput/active": {
4467
4463
  "type": "boolean\n",
4468
4464
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -4507,6 +4503,10 @@
4507
4503
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
4508
4504
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
4509
4505
  },
4506
+ "VDateInput/header": {
4507
+ "type": "string\n",
4508
+ "description": "Text shown when no **display-date** is set."
4509
+ },
4510
4510
  "VDateInput/divided": {
4511
4511
  "type": "boolean\n",
4512
4512
  "description": "Adds a divider between the header and controls."
@@ -4751,6 +4751,34 @@
4751
4751
  "type": "string | number\n",
4752
4752
  "description": "Width of the picker."
4753
4753
  },
4754
+ "VDatePicker/model-value": {
4755
+ "type": "unknown\n",
4756
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4757
+ },
4758
+ "VDatePicker/location": {
4759
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4760
+ "description": "Specifies the component's location. Can combine by using a space separated string."
4761
+ },
4762
+ "VDatePicker/color": {
4763
+ "type": "string\n",
4764
+ "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)."
4765
+ },
4766
+ "VDatePicker/border": {
4767
+ "type": "string | number | boolean\n",
4768
+ "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)."
4769
+ },
4770
+ "VDatePicker/elevation": {
4771
+ "type": "string | number\n",
4772
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4773
+ },
4774
+ "VDatePicker/rounded": {
4775
+ "type": "string | number | boolean\n",
4776
+ "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)."
4777
+ },
4778
+ "VDatePicker/tile": {
4779
+ "type": "boolean\n",
4780
+ "description": "Removes any applied **border-radius** from the component."
4781
+ },
4754
4782
  "VDatePicker/theme": {
4755
4783
  "type": "string\n",
4756
4784
  "description": "Specify a theme for this component and all of its children."
@@ -4763,10 +4791,6 @@
4763
4791
  "type": "string\n",
4764
4792
  "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)."
4765
4793
  },
4766
- "VDatePicker/border": {
4767
- "type": "string | number | boolean\n",
4768
- "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)."
4769
- },
4770
4794
  "VDatePicker/max-height": {
4771
4795
  "type": "string | number\n",
4772
4796
  "description": "Sets the maximum height for the component."
@@ -4783,30 +4807,6 @@
4783
4807
  "type": "string | number\n",
4784
4808
  "description": "Sets the minimum width for the component."
4785
4809
  },
4786
- "VDatePicker/elevation": {
4787
- "type": "string | number\n",
4788
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4789
- },
4790
- "VDatePicker/rounded": {
4791
- "type": "string | number | boolean\n",
4792
- "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)."
4793
- },
4794
- "VDatePicker/tile": {
4795
- "type": "boolean\n",
4796
- "description": "Removes any applied **border-radius** from the component."
4797
- },
4798
- "VDatePicker/color": {
4799
- "type": "string\n",
4800
- "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)."
4801
- },
4802
- "VDatePicker/model-value": {
4803
- "type": "unknown\n",
4804
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4805
- },
4806
- "VDatePicker/location": {
4807
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4808
- "description": "Specifies the component's location. Can combine by using a space separated string."
4809
- },
4810
4810
  "VDatePicker/transition": {
4811
4811
  "type": "string\n",
4812
4812
  "description": "The transition used when changing months into the future"
@@ -4892,7 +4892,7 @@
4892
4892
  "description": "Hides the header."
4893
4893
  },
4894
4894
  "VDatePicker/position": {
4895
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4895
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
4896
4896
  "description": "Sets the position for the component."
4897
4897
  },
4898
4898
  "VDatePickerControls/disabled": {
@@ -4959,14 +4959,14 @@
4959
4959
  "type": "number | boolean | (string & {}) | 'range'\n",
4960
4960
  "description": "Sets the multiple of the month."
4961
4961
  },
4962
- "VDatePickerMonth/color": {
4963
- "type": "string\n",
4964
- "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)."
4965
- },
4966
4962
  "VDatePickerMonth/model-value": {
4967
4963
  "type": "unknown[]\n",
4968
4964
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4969
4965
  },
4966
+ "VDatePickerMonth/color": {
4967
+ "type": "string\n",
4968
+ "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)."
4969
+ },
4970
4970
  "VDatePickerMonth/transition": {
4971
4971
  "type": "string\n",
4972
4972
  "description": "The transition used when changing months into the future"
@@ -5023,14 +5023,14 @@
5023
5023
  "type": "unknown\n",
5024
5024
  "description": "Sets the minimum selectable date. Months before this date will be disabled."
5025
5025
  },
5026
- "VDatePickerMonths/color": {
5027
- "type": "string\n",
5028
- "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)."
5029
- },
5030
5026
  "VDatePickerMonths/model-value": {
5031
5027
  "type": "number\n",
5032
5028
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5033
5029
  },
5030
+ "VDatePickerMonths/color": {
5031
+ "type": "string\n",
5032
+ "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)."
5033
+ },
5034
5034
  "VDatePickerMonths/year": {
5035
5035
  "type": "number\n",
5036
5036
  "description": "Sets the year for the given months."
@@ -5047,14 +5047,14 @@
5047
5047
  "type": "unknown\n",
5048
5048
  "description": "Sets the minimum date of the month."
5049
5049
  },
5050
- "VDatePickerYears/color": {
5051
- "type": "string\n",
5052
- "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)."
5053
- },
5054
5050
  "VDatePickerYears/model-value": {
5055
5051
  "type": "number\n",
5056
5052
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5057
5053
  },
5054
+ "VDatePickerYears/color": {
5055
+ "type": "string\n",
5056
+ "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)."
5057
+ },
5058
5058
  "VDefaultsProvider/reset": {
5059
5059
  "type": "string | number\n",
5060
5060
  "description": "Reset the default values up the nested chain by {n} amount."
@@ -5087,6 +5087,18 @@
5087
5087
  "type": "string | number\n",
5088
5088
  "description": "Sets the width for the component."
5089
5089
  },
5090
+ "VDialog/model-value": {
5091
+ "type": "boolean\n",
5092
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5093
+ },
5094
+ "VDialog/location": {
5095
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5096
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
5097
+ },
5098
+ "VDialog/absolute": {
5099
+ "type": "boolean\n",
5100
+ "description": "Applies **position: absolute** to the content element."
5101
+ },
5090
5102
  "VDialog/theme": {
5091
5103
  "type": "string\n",
5092
5104
  "description": "Specify a theme for this component and all of its children."
@@ -5115,10 +5127,6 @@
5115
5127
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
5116
5128
  "description": "Explicitly sets the overlay's activator."
5117
5129
  },
5118
- "VDialog/absolute": {
5119
- "type": "boolean\n",
5120
- "description": "Applies **position: absolute** to the content element."
5121
- },
5122
5130
  "VDialog/close-on-back": {
5123
5131
  "type": "boolean\n",
5124
5132
  "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."
@@ -5143,10 +5151,6 @@
5143
5151
  "type": "boolean\n",
5144
5152
  "description": "Disables the bounce effect when clicking outside of a `v-dialog`'s content when using the **persistent** prop."
5145
5153
  },
5146
- "VDialog/model-value": {
5147
- "type": "boolean\n",
5148
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5149
- },
5150
5154
  "VDialog/persistent": {
5151
5155
  "type": "boolean\n",
5152
5156
  "description": "Clicking outside of the element or pressing **esc** key will not deactivate it."
@@ -5195,10 +5199,6 @@
5195
5199
  "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",
5196
5200
  "description": "A function used to specifies how the component should position relative to its activator."
5197
5201
  },
5198
- "VDialog/location": {
5199
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5200
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
5201
- },
5202
5202
  "VDialog/origin": {
5203
5203
  "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",
5204
5204
  "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)."
@@ -5287,14 +5287,14 @@
5287
5287
  "type": "string | number\n",
5288
5288
  "description": "Sets the dividers length. Default unit is px."
5289
5289
  },
5290
- "VDivider/theme": {
5291
- "type": "string\n",
5292
- "description": "Specify a theme for this component and all of its children."
5293
- },
5294
5290
  "VDivider/color": {
5295
5291
  "type": "string\n",
5296
5292
  "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)."
5297
5293
  },
5294
+ "VDivider/theme": {
5295
+ "type": "string\n",
5296
+ "description": "Specify a theme for this component and all of its children."
5297
+ },
5298
5298
  "VDivider/opacity": {
5299
5299
  "type": "string | number\n",
5300
5300
  "description": "Sets the component's opacity value"
@@ -5327,6 +5327,14 @@
5327
5327
  "type": "string | number\n",
5328
5328
  "description": "Sets the width for the component."
5329
5329
  },
5330
+ "VEmptyState/image": {
5331
+ "type": "string\n",
5332
+ "description": "Apply a specific image using [v-img](/components/images/)."
5333
+ },
5334
+ "VEmptyState/color": {
5335
+ "type": "string\n",
5336
+ "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)."
5337
+ },
5330
5338
  "VEmptyState/theme": {
5331
5339
  "type": "string\n",
5332
5340
  "description": "Specify a theme for this component and all of its children."
@@ -5355,14 +5363,6 @@
5355
5363
  "type": "string | number\n",
5356
5364
  "description": "Sets the minimum width for the component."
5357
5365
  },
5358
- "VEmptyState/color": {
5359
- "type": "string\n",
5360
- "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)."
5361
- },
5362
- "VEmptyState/image": {
5363
- "type": "string\n",
5364
- "description": "Apply a specific image using [v-img](/components/images/)."
5365
- },
5366
5366
  "VEmptyState/headline": {
5367
5367
  "type": "string\n",
5368
5368
  "description": "A large headline often used for 404 pages."
@@ -5439,6 +5439,22 @@
5439
5439
  "type": "string | number\n",
5440
5440
  "description": "Sets the width for the component."
5441
5441
  },
5442
+ "VExpansionPanel/color": {
5443
+ "type": "string\n",
5444
+ "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)."
5445
+ },
5446
+ "VExpansionPanel/elevation": {
5447
+ "type": "string | number\n",
5448
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5449
+ },
5450
+ "VExpansionPanel/rounded": {
5451
+ "type": "string | number | boolean\n",
5452
+ "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)."
5453
+ },
5454
+ "VExpansionPanel/tile": {
5455
+ "type": "boolean\n",
5456
+ "description": "Removes any applied **border-radius** from the component."
5457
+ },
5442
5458
  "VExpansionPanel/text": {
5443
5459
  "type": "string\n",
5444
5460
  "description": "Specify content text for the component."
@@ -5475,22 +5491,6 @@
5475
5491
  "type": "string | number\n",
5476
5492
  "description": "Sets the minimum width for the component."
5477
5493
  },
5478
- "VExpansionPanel/elevation": {
5479
- "type": "string | number\n",
5480
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5481
- },
5482
- "VExpansionPanel/rounded": {
5483
- "type": "string | number | boolean\n",
5484
- "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)."
5485
- },
5486
- "VExpansionPanel/tile": {
5487
- "type": "boolean\n",
5488
- "description": "Removes any applied **border-radius** from the component."
5489
- },
5490
- "VExpansionPanel/color": {
5491
- "type": "string\n",
5492
- "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)."
5493
- },
5494
5494
  "VExpansionPanel/static": {
5495
5495
  "type": "boolean\n",
5496
5496
  "description": "Remove title size expansion when selected."
@@ -5527,6 +5527,10 @@
5527
5527
  "type": "string | number\n",
5528
5528
  "description": "Sets the width for the component."
5529
5529
  },
5530
+ "VExpansionPanelTitle/color": {
5531
+ "type": "string\n",
5532
+ "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)."
5533
+ },
5530
5534
  "VExpansionPanelTitle/expand-icon": {
5531
5535
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
5532
5536
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5551,10 +5555,6 @@
5551
5555
  "type": "string | number\n",
5552
5556
  "description": "Sets the minimum width for the component."
5553
5557
  },
5554
- "VExpansionPanelTitle/color": {
5555
- "type": "string\n",
5556
- "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)."
5557
- },
5558
5558
  "VExpansionPanelTitle/static": {
5559
5559
  "type": "boolean\n",
5560
5560
  "description": "Remove title size expansion when selected."
@@ -5595,6 +5595,26 @@
5595
5595
  "type": "boolean\n",
5596
5596
  "description": "Allows one to select multiple items."
5597
5597
  },
5598
+ "VExpansionPanels/model-value": {
5599
+ "type": "any\n",
5600
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5601
+ },
5602
+ "VExpansionPanels/color": {
5603
+ "type": "string\n",
5604
+ "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)."
5605
+ },
5606
+ "VExpansionPanels/elevation": {
5607
+ "type": "string | number\n",
5608
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5609
+ },
5610
+ "VExpansionPanels/rounded": {
5611
+ "type": "string | number | boolean\n",
5612
+ "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)."
5613
+ },
5614
+ "VExpansionPanels/tile": {
5615
+ "type": "boolean\n",
5616
+ "description": "Removes the border-radius."
5617
+ },
5598
5618
  "VExpansionPanels/theme": {
5599
5619
  "type": "string\n",
5600
5620
  "description": "Specify a theme for this component and all of its children."
@@ -5619,30 +5639,10 @@
5619
5639
  "type": "boolean | 'force'\n",
5620
5640
  "description": "Forces at least one item to always be selected (if available)."
5621
5641
  },
5622
- "VExpansionPanels/elevation": {
5623
- "type": "string | number\n",
5624
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5625
- },
5626
- "VExpansionPanels/rounded": {
5627
- "type": "string | number | boolean\n",
5628
- "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)."
5629
- },
5630
- "VExpansionPanels/tile": {
5631
- "type": "boolean\n",
5632
- "description": "Removes the border-radius."
5633
- },
5634
- "VExpansionPanels/color": {
5635
- "type": "string\n",
5636
- "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)."
5637
- },
5638
5642
  "VExpansionPanels/variant": {
5639
5643
  "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
5640
5644
  "description": "Applies a distinct style to the component."
5641
5645
  },
5642
- "VExpansionPanels/model-value": {
5643
- "type": "any\n",
5644
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5645
- },
5646
5646
  "VExpansionPanels/static": {
5647
5647
  "type": "boolean\n",
5648
5648
  "description": "Remove title size expansion when selected."
@@ -5707,41 +5707,73 @@
5707
5707
  "type": "string | number\n",
5708
5708
  "description": "Sets the width for the component."
5709
5709
  },
5710
- "VFab/layout": {
5710
+ "VFab/model-value": {
5711
5711
  "type": "boolean\n",
5712
- "description": "If true, will effect layout dimensions based on size and position."
5713
- },
5714
- "VFab/theme": {
5715
- "type": "string\n",
5716
- "description": "Specify a theme for this component and all of its children."
5712
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5717
5713
  },
5718
- "VFab/text": {
5719
- "type": "string | number | boolean\n",
5720
- "description": "Specify content text for the component."
5714
+ "VFab/location": {
5715
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5716
+ "description": "The location of the fab relative to the layout. Only works when using **app**."
5721
5717
  },
5722
- "VFab/exact": {
5718
+ "VFab/absolute": {
5723
5719
  "type": "boolean\n",
5724
- "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."
5720
+ "description": "Applies **position: absolute** to the component."
5725
5721
  },
5726
- "VFab/base-color": {
5722
+ "VFab/color": {
5727
5723
  "type": "string\n",
5728
- "description": "Sets the color of component when not focused."
5724
+ "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)."
5729
5725
  },
5730
- "VFab/active-color": {
5731
- "type": "string\n",
5732
- "description": "The applied color when the component is in an active state."
5726
+ "VFab/density": {
5727
+ "type": "'default' | 'comfortable' | 'compact'\n",
5728
+ "description": "Adjusts the vertical height used by the component."
5733
5729
  },
5734
- "VFab/slim": {
5730
+ "VFab/extended": {
5735
5731
  "type": "boolean\n",
5736
- "description": "Reduces padding to 0 8px."
5732
+ "description": "An alternate style for the FAB that expects text."
5737
5733
  },
5738
5734
  "VFab/border": {
5739
5735
  "type": "string | number | boolean\n",
5740
5736
  "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)."
5741
5737
  },
5742
- "VFab/density": {
5743
- "type": "'default' | 'comfortable' | 'compact'\n",
5744
- "description": "Adjusts the vertical height used by the component."
5738
+ "VFab/elevation": {
5739
+ "type": "string | number\n",
5740
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5741
+ },
5742
+ "VFab/rounded": {
5743
+ "type": "string | number | boolean\n",
5744
+ "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)."
5745
+ },
5746
+ "VFab/tile": {
5747
+ "type": "boolean\n",
5748
+ "description": "Removes any applied **border-radius** from the component."
5749
+ },
5750
+ "VFab/theme": {
5751
+ "type": "string\n",
5752
+ "description": "Specify a theme for this component and all of its children."
5753
+ },
5754
+ "VFab/order": {
5755
+ "type": "string | number\n",
5756
+ "description": "Adjust the order of the component in relation to its registration order."
5757
+ },
5758
+ "VFab/text": {
5759
+ "type": "string | number | boolean\n",
5760
+ "description": "Specify content text for the component."
5761
+ },
5762
+ "VFab/exact": {
5763
+ "type": "boolean\n",
5764
+ "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."
5765
+ },
5766
+ "VFab/base-color": {
5767
+ "type": "string\n",
5768
+ "description": "Sets the color of component when not focused."
5769
+ },
5770
+ "VFab/active-color": {
5771
+ "type": "string\n",
5772
+ "description": "The applied color when the component is in an active state."
5773
+ },
5774
+ "VFab/slim": {
5775
+ "type": "boolean\n",
5776
+ "description": "Reduces padding to 0 8px."
5745
5777
  },
5746
5778
  "VFab/max-height": {
5747
5779
  "type": "string | number\n",
@@ -5759,38 +5791,10 @@
5759
5791
  "type": "string | number\n",
5760
5792
  "description": "Sets the minimum width for the component."
5761
5793
  },
5762
- "VFab/elevation": {
5763
- "type": "string | number\n",
5764
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5765
- },
5766
- "VFab/rounded": {
5767
- "type": "string | number | boolean\n",
5768
- "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)."
5769
- },
5770
- "VFab/tile": {
5771
- "type": "boolean\n",
5772
- "description": "Removes any applied **border-radius** from the component."
5773
- },
5774
- "VFab/color": {
5775
- "type": "string\n",
5776
- "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)."
5777
- },
5778
5794
  "VFab/variant": {
5779
5795
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5780
5796
  "description": "Applies a distinct style to the component."
5781
5797
  },
5782
- "VFab/absolute": {
5783
- "type": "boolean\n",
5784
- "description": "Applies **position: absolute** to the component."
5785
- },
5786
- "VFab/model-value": {
5787
- "type": "boolean\n",
5788
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5789
- },
5790
- "VFab/location": {
5791
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5792
- "description": "The location of the fab relative to the layout. Only works when using **app**."
5793
- },
5794
5798
  "VFab/offset": {
5795
5799
  "type": "boolean\n",
5796
5800
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
@@ -5824,7 +5828,7 @@
5824
5828
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5825
5829
  },
5826
5830
  "VFab/position": {
5827
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
5831
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
5828
5832
  "description": "Sets the position for the component."
5829
5833
  },
5830
5834
  "VFab/icon": {
@@ -5855,18 +5859,14 @@
5855
5859
  "type": "boolean\n",
5856
5860
  "description": "Used to control the animation of the FAB."
5857
5861
  },
5858
- "VFab/extended": {
5862
+ "VFab/layout": {
5859
5863
  "type": "boolean\n",
5860
- "description": "An alternate style for the FAB that expects text."
5864
+ "description": "If true, will effect layout dimensions based on size and position."
5861
5865
  },
5862
5866
  "VFab/stacked": {
5863
5867
  "type": "boolean\n",
5864
5868
  "description": "Displays the button as a flex-column."
5865
5869
  },
5866
- "VFab/order": {
5867
- "type": "string | number\n",
5868
- "description": "Adjust the order of the component in relation to its registration order."
5869
- },
5870
5870
  "VFabTransition/mode": {
5871
5871
  "type": "string\n",
5872
5872
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -5939,17 +5939,13 @@
5939
5939
  "type": "string\n",
5940
5940
  "description": "Sets the DOM id on the component."
5941
5941
  },
5942
- "VField/theme": {
5943
- "type": "string\n",
5944
- "description": "Specify a theme for this component and all of its children."
5945
- },
5946
- "VField/base-color": {
5947
- "type": "string\n",
5948
- "description": "Sets the color of the input when it is not focused."
5942
+ "VField/model-value": {
5943
+ "type": "unknown\n",
5944
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5949
5945
  },
5950
- "VField/bg-color": {
5946
+ "VField/color": {
5951
5947
  "type": "string\n",
5952
- "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)."
5948
+ "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)."
5953
5949
  },
5954
5950
  "VField/rounded": {
5955
5951
  "type": "string | number | boolean\n",
@@ -5959,18 +5955,22 @@
5959
5955
  "type": "boolean\n",
5960
5956
  "description": "Removes any applied **border-radius** from the component."
5961
5957
  },
5962
- "VField/color": {
5958
+ "VField/theme": {
5963
5959
  "type": "string\n",
5964
- "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)."
5960
+ "description": "Specify a theme for this component and all of its children."
5961
+ },
5962
+ "VField/base-color": {
5963
+ "type": "string\n",
5964
+ "description": "Sets the color of the input when it is not focused."
5965
+ },
5966
+ "VField/bg-color": {
5967
+ "type": "string\n",
5968
+ "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)."
5965
5969
  },
5966
5970
  "VField/variant": {
5967
5971
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5968
5972
  "description": "Applies a distinct style to the component."
5969
5973
  },
5970
- "VField/model-value": {
5971
- "type": "unknown\n",
5972
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5973
- },
5974
5974
  "VField/center-affix": {
5975
5975
  "type": "boolean\n",
5976
5976
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -6063,6 +6063,26 @@
6063
6063
  "type": "string\n",
6064
6064
  "description": "Sets the DOM id on the component."
6065
6065
  },
6066
+ "VFileInput/model-value": {
6067
+ "type": "File | File[]\n",
6068
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6069
+ },
6070
+ "VFileInput/color": {
6071
+ "type": "string\n",
6072
+ "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)."
6073
+ },
6074
+ "VFileInput/density": {
6075
+ "type": "'default' | 'comfortable' | 'compact'\n",
6076
+ "description": "Adjusts the vertical height used by the component."
6077
+ },
6078
+ "VFileInput/rounded": {
6079
+ "type": "string | number | boolean\n",
6080
+ "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)."
6081
+ },
6082
+ "VFileInput/tile": {
6083
+ "type": "boolean\n",
6084
+ "description": "Removes any applied **border-radius** from the component."
6085
+ },
6066
6086
  "VFileInput/theme": {
6067
6087
  "type": "string\n",
6068
6088
  "description": "Specify a theme for this component and all of its children."
@@ -6079,10 +6099,6 @@
6079
6099
  "type": "string\n",
6080
6100
  "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)."
6081
6101
  },
6082
- "VFileInput/density": {
6083
- "type": "'default' | 'comfortable' | 'compact'\n",
6084
- "description": "Adjusts the vertical height used by the component."
6085
- },
6086
6102
  "VFileInput/max-width": {
6087
6103
  "type": "string | number\n",
6088
6104
  "description": "Sets the maximum width for the component."
@@ -6091,26 +6107,10 @@
6091
6107
  "type": "string | number\n",
6092
6108
  "description": "Sets the minimum width for the component."
6093
6109
  },
6094
- "VFileInput/rounded": {
6095
- "type": "string | number | boolean\n",
6096
- "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)."
6097
- },
6098
- "VFileInput/tile": {
6099
- "type": "boolean\n",
6100
- "description": "Removes any applied **border-radius** from the component."
6101
- },
6102
- "VFileInput/color": {
6103
- "type": "string\n",
6104
- "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)."
6105
- },
6106
6110
  "VFileInput/variant": {
6107
6111
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
6108
6112
  "description": "Applies a distinct style to the component."
6109
6113
  },
6110
- "VFileInput/model-value": {
6111
- "type": "File | File[]\n",
6112
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6113
- },
6114
6114
  "VFileInput/counter": {
6115
6115
  "type": "boolean\n",
6116
6116
  "description": "Displays the number of selected files."
@@ -6271,21 +6271,45 @@
6271
6271
  "type": "string | number\n",
6272
6272
  "description": "Sets the width for the component."
6273
6273
  },
6274
- "VFileUpload/theme": {
6275
- "type": "string\n",
6276
- "description": "Specify a theme for this component and all of its children."
6274
+ "VFileUpload/model-value": {
6275
+ "type": "File | File[]\n",
6276
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6277
6277
  },
6278
- "VFileUpload/subtitle": {
6278
+ "VFileUpload/location": {
6279
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
6280
+ "description": "Specifies the component's location. Can combine by using a space separated string."
6281
+ },
6282
+ "VFileUpload/color": {
6279
6283
  "type": "string\n",
6280
- "description": "Specify a subtitle text for the component."
6284
+ "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)."
6285
+ },
6286
+ "VFileUpload/density": {
6287
+ "type": "'default' | 'comfortable' | 'compact'\n",
6288
+ "description": "Adjusts the vertical height used by the component."
6281
6289
  },
6282
6290
  "VFileUpload/border": {
6283
6291
  "type": "string | number | boolean\n",
6284
6292
  "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)."
6285
6293
  },
6286
- "VFileUpload/density": {
6287
- "type": "'default' | 'comfortable' | 'compact'\n",
6288
- "description": "Adjusts the vertical height used by the component."
6294
+ "VFileUpload/elevation": {
6295
+ "type": "string | number\n",
6296
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6297
+ },
6298
+ "VFileUpload/rounded": {
6299
+ "type": "string | number | boolean\n",
6300
+ "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)."
6301
+ },
6302
+ "VFileUpload/tile": {
6303
+ "type": "boolean\n",
6304
+ "description": "Removes any applied **border-radius** from the component."
6305
+ },
6306
+ "VFileUpload/theme": {
6307
+ "type": "string\n",
6308
+ "description": "Specify a theme for this component and all of its children."
6309
+ },
6310
+ "VFileUpload/subtitle": {
6311
+ "type": "string\n",
6312
+ "description": "Specify a subtitle text for the component."
6289
6313
  },
6290
6314
  "VFileUpload/max-height": {
6291
6315
  "type": "string | number\n",
@@ -6303,30 +6327,10 @@
6303
6327
  "type": "string | number\n",
6304
6328
  "description": "Sets the minimum width for the component."
6305
6329
  },
6306
- "VFileUpload/elevation": {
6307
- "type": "string | number\n",
6308
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6309
- },
6310
- "VFileUpload/rounded": {
6311
- "type": "string | number | boolean\n",
6312
- "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)."
6313
- },
6314
- "VFileUpload/tile": {
6315
- "type": "boolean\n",
6316
- "description": "Removes any applied **border-radius** from the component."
6317
- },
6318
- "VFileUpload/color": {
6319
- "type": "string\n",
6320
- "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)."
6321
- },
6322
6330
  "VFileUpload/opacity": {
6323
6331
  "type": "string | number\n",
6324
6332
  "description": "Sets the component's opacity value"
6325
6333
  },
6326
- "VFileUpload/model-value": {
6327
- "type": "File | File[]\n",
6328
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6329
- },
6330
6334
  "VFileUpload/scrim": {
6331
6335
  "type": "string | boolean\n",
6332
6336
  "description": "Determines whether an overlay is used when hovering over the component with files. Accepts true/false to enable background, and string to define color."
@@ -6339,16 +6343,12 @@
6339
6343
  "type": "string | number\n",
6340
6344
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6341
6345
  },
6342
- "VFileUpload/location": {
6343
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
6344
- "description": "Specifies the component's location. Can combine by using a space separated string."
6345
- },
6346
6346
  "VFileUpload/clearable": {
6347
6347
  "type": "boolean\n",
6348
6348
  "description": "Allows for the component to be cleared."
6349
6349
  },
6350
6350
  "VFileUpload/position": {
6351
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
6351
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
6352
6352
  "description": "Sets the position for the component."
6353
6353
  },
6354
6354
  "VFileUpload/thickness": {
@@ -6411,6 +6411,30 @@
6411
6411
  "type": "string | number\n",
6412
6412
  "description": "Sets the width for the component."
6413
6413
  },
6414
+ "VFileUploadItem/color": {
6415
+ "type": "string\n",
6416
+ "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),"
6417
+ },
6418
+ "VFileUploadItem/density": {
6419
+ "type": "'default' | 'comfortable' | 'compact'\n",
6420
+ "description": "Adjusts the vertical height used by the component."
6421
+ },
6422
+ "VFileUploadItem/border": {
6423
+ "type": "string | number | boolean\n",
6424
+ "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)."
6425
+ },
6426
+ "VFileUploadItem/elevation": {
6427
+ "type": "string | number\n",
6428
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6429
+ },
6430
+ "VFileUploadItem/rounded": {
6431
+ "type": "string | number | boolean\n",
6432
+ "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)."
6433
+ },
6434
+ "VFileUploadItem/tile": {
6435
+ "type": "boolean\n",
6436
+ "description": "Removes any applied **border-radius** from the component."
6437
+ },
6414
6438
  "VFileUploadItem/theme": {
6415
6439
  "type": "string\n",
6416
6440
  "description": "Specify a theme for this component and all of its children."
@@ -6443,14 +6467,6 @@
6443
6467
  "type": "boolean\n",
6444
6468
  "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
6445
6469
  },
6446
- "VFileUploadItem/border": {
6447
- "type": "string | number | boolean\n",
6448
- "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)."
6449
- },
6450
- "VFileUploadItem/density": {
6451
- "type": "'default' | 'comfortable' | 'compact'\n",
6452
- "description": "Adjusts the vertical height used by the component."
6453
- },
6454
6470
  "VFileUploadItem/max-height": {
6455
6471
  "type": "string | number\n",
6456
6472
  "description": "Sets the maximum height for the component."
@@ -6467,22 +6483,6 @@
6467
6483
  "type": "string | number\n",
6468
6484
  "description": "Sets the minimum width for the component."
6469
6485
  },
6470
- "VFileUploadItem/elevation": {
6471
- "type": "string | number\n",
6472
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
6473
- },
6474
- "VFileUploadItem/rounded": {
6475
- "type": "string | number | boolean\n",
6476
- "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)."
6477
- },
6478
- "VFileUploadItem/tile": {
6479
- "type": "boolean\n",
6480
- "description": "Removes any applied **border-radius** from the component."
6481
- },
6482
- "VFileUploadItem/color": {
6483
- "type": "string\n",
6484
- "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),"
6485
- },
6486
6486
  "VFileUploadItem/variant": {
6487
6487
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6488
6488
  "description": "Applies a distinct style to the component."
@@ -6547,9 +6547,13 @@
6547
6547
  "type": "string | number\n",
6548
6548
  "description": "Sets the height for the component."
6549
6549
  },
6550
- "VFooter/theme": {
6550
+ "VFooter/absolute": {
6551
+ "type": "boolean\n",
6552
+ "description": "Applies **position: absolute** to the component."
6553
+ },
6554
+ "VFooter/color": {
6551
6555
  "type": "string\n",
6552
- "description": "Specify a theme for this component and all of its children."
6556
+ "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)."
6553
6557
  },
6554
6558
  "VFooter/border": {
6555
6559
  "type": "string | number | boolean\n",
@@ -6567,22 +6571,18 @@
6567
6571
  "type": "boolean\n",
6568
6572
  "description": "Removes any applied **border-radius** from the component."
6569
6573
  },
6570
- "VFooter/color": {
6574
+ "VFooter/theme": {
6571
6575
  "type": "string\n",
6572
- "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)."
6576
+ "description": "Specify a theme for this component and all of its children."
6573
6577
  },
6574
- "VFooter/absolute": {
6575
- "type": "boolean\n",
6576
- "description": "Applies **position: absolute** to the component."
6578
+ "VFooter/order": {
6579
+ "type": "string | number\n",
6580
+ "description": "Adjust the order of the component in relation to its registration order."
6577
6581
  },
6578
6582
  "VFooter/app": {
6579
6583
  "type": "boolean\n",
6580
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."
6581
6585
  },
6582
- "VFooter/order": {
6583
- "type": "string | number\n",
6584
- "description": "Adjust the order of the component in relation to its registration order."
6585
- },
6586
6586
  "VForm/disabled": {
6587
6587
  "type": "boolean\n",
6588
6588
  "description": "Puts all children inputs into a disabled state."
@@ -6631,14 +6631,14 @@
6631
6631
  "type": "string | number\n",
6632
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**."
6633
6633
  },
6634
- "VIcon/theme": {
6635
- "type": "string\n",
6636
- "description": "Specify a theme for this component and all of its children."
6637
- },
6638
6634
  "VIcon/color": {
6639
6635
  "type": "string\n",
6640
6636
  "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
6637
  },
6638
+ "VIcon/theme": {
6639
+ "type": "string\n",
6640
+ "description": "Specify a theme for this component and all of its children."
6641
+ },
6642
6642
  "VIcon/opacity": {
6643
6643
  "type": "string | number\n",
6644
6644
  "description": "Sets the component's opacity value"
@@ -6675,17 +6675,9 @@
6675
6675
  "type": "string | number\n",
6676
6676
  "description": "Sets the width for the component."
6677
6677
  },
6678
- "VIconBtn/theme": {
6679
- "type": "string\n",
6680
- "description": "Specify a theme for this component and all of its children."
6681
- },
6682
- "VIconBtn/text": {
6683
- "type": "string | number | boolean\n",
6684
- "description": "Specify content text for the component."
6685
- },
6686
- "VIconBtn/active-color": {
6678
+ "VIconBtn/color": {
6687
6679
  "type": "string\n",
6688
- "description": "The applied color when the component is in an active state."
6680
+ "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)."
6689
6681
  },
6690
6682
  "VIconBtn/border": {
6691
6683
  "type": "string | number | boolean\n",
@@ -6703,9 +6695,17 @@
6703
6695
  "type": "boolean\n",
6704
6696
  "description": "Removes any applied **border-radius** from the component."
6705
6697
  },
6706
- "VIconBtn/color": {
6698
+ "VIconBtn/theme": {
6707
6699
  "type": "string\n",
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)."
6700
+ "description": "Specify a theme for this component and all of its children."
6701
+ },
6702
+ "VIconBtn/text": {
6703
+ "type": "string | number | boolean\n",
6704
+ "description": "Specify content text for the component."
6705
+ },
6706
+ "VIconBtn/active-color": {
6707
+ "type": "string\n",
6708
+ "description": "The applied color when the component is in an active state."
6709
6709
  },
6710
6710
  "VIconBtn/variant": {
6711
6711
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -6787,6 +6787,22 @@
6787
6787
  "type": "boolean | 'true' | 'false'\n",
6788
6788
  "description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
6789
6789
  },
6790
+ "VImg/absolute": {
6791
+ "type": "boolean\n",
6792
+ "description": "Applies position: absolute to the component."
6793
+ },
6794
+ "VImg/color": {
6795
+ "type": "string\n",
6796
+ "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)."
6797
+ },
6798
+ "VImg/rounded": {
6799
+ "type": "string | number | boolean\n",
6800
+ "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)."
6801
+ },
6802
+ "VImg/tile": {
6803
+ "type": "boolean\n",
6804
+ "description": "Removes any applied **border-radius** from the component."
6805
+ },
6790
6806
  "VImg/eager": {
6791
6807
  "type": "boolean\n",
6792
6808
  "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."
@@ -6807,22 +6823,6 @@
6807
6823
  "type": "string | number\n",
6808
6824
  "description": "Sets the minimum width for the component."
6809
6825
  },
6810
- "VImg/rounded": {
6811
- "type": "string | number | boolean\n",
6812
- "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)."
6813
- },
6814
- "VImg/tile": {
6815
- "type": "boolean\n",
6816
- "description": "Removes any applied **border-radius** from the component."
6817
- },
6818
- "VImg/color": {
6819
- "type": "string\n",
6820
- "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)."
6821
- },
6822
- "VImg/absolute": {
6823
- "type": "boolean\n",
6824
- "description": "Applies position: absolute to the component."
6825
- },
6826
6826
  "VImg/content-class": {
6827
6827
  "type": "any\n",
6828
6828
  "description": "Apply a custom class to the internal content element."
@@ -6891,6 +6891,10 @@
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
+ },
6894
6898
  "VInfiniteScroll/max-height": {
6895
6899
  "type": "string | number\n",
6896
6900
  "description": "Sets the maximum height for the component."
@@ -6907,10 +6911,6 @@
6907
6911
  "type": "string | number\n",
6908
6912
  "description": "Sets the minimum width for the component."
6909
6913
  },
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**."
@@ -6955,6 +6955,18 @@
6955
6955
  "type": "string\n",
6956
6956
  "description": "Sets the DOM id on the component."
6957
6957
  },
6958
+ "VInput/model-value": {
6959
+ "type": "unknown\n",
6960
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6961
+ },
6962
+ "VInput/color": {
6963
+ "type": "string\n",
6964
+ "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)."
6965
+ },
6966
+ "VInput/density": {
6967
+ "type": "'default' | 'comfortable' | 'compact'\n",
6968
+ "description": "Adjusts the vertical height used by the component."
6969
+ },
6958
6970
  "VInput/theme": {
6959
6971
  "type": "string\n",
6960
6972
  "description": "Specify a theme for this component and all of its children."
@@ -6963,10 +6975,6 @@
6963
6975
  "type": "string\n",
6964
6976
  "description": "Sets the color of the input when it is not focused."
6965
6977
  },
6966
- "VInput/density": {
6967
- "type": "'default' | 'comfortable' | 'compact'\n",
6968
- "description": "Adjusts the vertical height used by the component."
6969
- },
6970
6978
  "VInput/max-width": {
6971
6979
  "type": "string | number\n",
6972
6980
  "description": "Sets the maximum width for the component."
@@ -6975,14 +6983,6 @@
6975
6983
  "type": "string | number\n",
6976
6984
  "description": "Sets the minimum width for the component."
6977
6985
  },
6978
- "VInput/color": {
6979
- "type": "string\n",
6980
- "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)."
6981
- },
6982
- "VInput/model-value": {
6983
- "type": "unknown\n",
6984
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6985
- },
6986
6986
  "VInput/append-icon": {
6987
6987
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
6988
6988
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -7083,6 +7083,10 @@
7083
7083
  "type": "boolean\n",
7084
7084
  "description": "Allows one to select multiple items."
7085
7085
  },
7086
+ "VItemGroup/model-value": {
7087
+ "type": "unknown\n",
7088
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7089
+ },
7086
7090
  "VItemGroup/theme": {
7087
7091
  "type": "string\n",
7088
7092
  "description": "Specify a theme for this component and all of its children."
@@ -7091,10 +7095,6 @@
7091
7095
  "type": "boolean | 'force'\n",
7092
7096
  "description": "Forces at least one item to always be selected (if available)."
7093
7097
  },
7094
- "VItemGroup/model-value": {
7095
- "type": "unknown\n",
7096
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7097
- },
7098
7098
  "VItemGroup/selected-class": {
7099
7099
  "type": "string\n",
7100
7100
  "description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
@@ -7103,14 +7103,14 @@
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."
@@ -7143,18 +7143,6 @@
7143
7143
  "type": "string[]\n",
7144
7144
  "description": "**FOR INTERNAL USE ONLY**"
7145
7145
  },
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."
7153
- },
7154
- "VLayoutItem/absolute": {
7155
- "type": "boolean\n",
7156
- "description": "Applies **position: absolute** to the component."
7157
- },
7158
7146
  "VLayoutItem/name": {
7159
7147
  "type": "string\n",
7160
7148
  "description": "Assign a specific name for layout registration."
@@ -7163,22 +7151,30 @@
7163
7151
  "type": "string | number\n",
7164
7152
  "description": "Sets the height and width of the component."
7165
7153
  },
7154
+ "VLayoutItem/model-value": {
7155
+ "type": "boolean\n",
7156
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7157
+ },
7158
+ "VLayoutItem/absolute": {
7159
+ "type": "boolean\n",
7160
+ "description": "Applies **position: absolute** to the component."
7161
+ },
7166
7162
  "VLayoutItem/order": {
7167
7163
  "type": "string | number\n",
7168
7164
  "description": "Adjust the order of the component in relation to its registration order."
7169
7165
  },
7170
- "VLazy/tag": {
7171
- "type": "string | (new () => any) | FunctionalComponent\n",
7172
- "description": "Specify a custom tag used on the root element."
7166
+ "VLayoutItem/position": {
7167
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
7168
+ "description": "The position of the item."
7169
+ },
7170
+ "VLazy/model-value": {
7171
+ "type": "boolean\n",
7172
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7173
7173
  },
7174
7174
  "VLazy/height": {
7175
7175
  "type": "string | number\n",
7176
7176
  "description": "Sets the height for the component."
7177
7177
  },
7178
- "VLazy/width": {
7179
- "type": "string | number\n",
7180
- "description": "Sets the width for the component."
7181
- },
7182
7178
  "VLazy/max-height": {
7183
7179
  "type": "string | number\n",
7184
7180
  "description": "Sets the maximum height for the component."
@@ -7195,9 +7191,13 @@
7195
7191
  "type": "string | number\n",
7196
7192
  "description": "Sets the minimum width for the component."
7197
7193
  },
7198
- "VLazy/model-value": {
7199
- "type": "boolean\n",
7200
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
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
7201
  },
7202
7202
  "VLazy/transition": {
7203
7203
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -7207,14 +7207,14 @@
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
  },
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."
7217
+ },
7218
7218
  "VList/border": {
7219
7219
  "type": "string | number | boolean\n",
7220
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)."
@@ -7283,6 +7283,10 @@
7283
7283
  "type": "boolean\n",
7284
7284
  "description": "Puts all children inputs into a disabled state."
7285
7285
  },
7286
+ "VList/items": {
7287
+ "type": "any[]\n",
7288
+ "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."
7289
+ },
7286
7290
  "VList/active-color": {
7287
7291
  "type": "string\n",
7288
7292
  "description": "The applied color when the component is in an active state."
@@ -7315,10 +7319,6 @@
7315
7319
  "type": "string\n",
7316
7320
  "description": "The class applied to the component when it is in an active state."
7317
7321
  },
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
7322
  "VList/selected": {
7323
7323
  "type": "unknown\n",
7324
7324
  "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
@@ -7395,6 +7395,10 @@
7395
7395
  "type": "any\n",
7396
7396
  "description": "Expands / Collapse the list-group."
7397
7397
  },
7398
+ "VListGroup/color": {
7399
+ "type": "string\n",
7400
+ "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)."
7401
+ },
7398
7402
  "VListGroup/base-color": {
7399
7403
  "type": "string\n",
7400
7404
  "description": "Sets the color of component when not focused."
@@ -7411,10 +7415,6 @@
7411
7415
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7412
7416
  "description": "Icon to display when the list item is expanded."
7413
7417
  },
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
7418
  "VListGroup/append-icon": {
7419
7419
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7420
7420
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -7435,6 +7435,10 @@
7435
7435
  "type": "string\n",
7436
7436
  "description": "Specify a custom tag used on the root element."
7437
7437
  },
7438
+ "VListItem/title": {
7439
+ "type": "string | number | boolean\n",
7440
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
7441
+ },
7438
7442
  "VListItem/replace": {
7439
7443
  "type": "boolean\n",
7440
7444
  "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
@@ -7443,90 +7447,38 @@
7443
7447
  "type": "boolean\n",
7444
7448
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7445
7449
  },
7446
- "VListItem/tag": {
7447
- "type": "string | (new () => any) | FunctionalComponent\n",
7448
- "description": "Specify a custom tag used on the root element."
7449
- },
7450
- "VListItem/nav": {
7451
- "type": "boolean\n",
7452
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7453
- },
7454
- "VListItem/title": {
7450
+ "VListItem/border": {
7455
7451
  "type": "string | number | boolean\n",
7456
- "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
7452
+ "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)."
7457
7453
  },
7458
- "VListItem/disabled": {
7459
- "type": "boolean\n",
7460
- "description": "Removes the ability to click or target the component."
7454
+ "VListItem/density": {
7455
+ "type": "'default' | 'comfortable' | 'compact'\n",
7456
+ "description": "Adjusts the vertical height used by the component."
7461
7457
  },
7462
7458
  "VListItem/height": {
7463
7459
  "type": "string | number\n",
7464
7460
  "description": "Sets the height for the component."
7465
7461
  },
7466
- "VListItem/value": {
7467
- "type": "any\n",
7468
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7462
+ "VListItem/max-height": {
7463
+ "type": "string | number\n",
7464
+ "description": "Sets the maximum height for the component."
7465
+ },
7466
+ "VListItem/max-width": {
7467
+ "type": "string | number\n",
7468
+ "description": "Sets the maximum width for the component."
7469
+ },
7470
+ "VListItem/min-height": {
7471
+ "type": "string | number\n",
7472
+ "description": "Sets the minimum height for the component."
7473
+ },
7474
+ "VListItem/min-width": {
7475
+ "type": "string | number\n",
7476
+ "description": "Sets the minimum width for the component."
7469
7477
  },
7470
7478
  "VListItem/width": {
7471
7479
  "type": "string | number\n",
7472
7480
  "description": "Sets the width for the component."
7473
7481
  },
7474
- "VListItem/theme": {
7475
- "type": "string\n",
7476
- "description": "Specify a theme for this component and all of its children."
7477
- },
7478
- "VListItem/exact": {
7479
- "type": "boolean\n",
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."
7481
- },
7482
- "VListItem/subtitle": {
7483
- "type": "string | number | boolean\n",
7484
- "description": "Specify a subtitle text for the component."
7485
- },
7486
- "VListItem/base-color": {
7487
- "type": "string\n",
7488
- "description": "Sets the color of component when not focused."
7489
- },
7490
- "VListItem/active-color": {
7491
- "type": "string\n",
7492
- "description": "The applied color when the component is in an active state."
7493
- },
7494
- "VListItem/active-class": {
7495
- "type": "string\n",
7496
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
7497
- },
7498
- "VListItem/lines": {
7499
- "type": "false | 'one' | 'two' | 'three'\n",
7500
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7501
- },
7502
- "VListItem/slim": {
7503
- "type": "boolean\n",
7504
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
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
- },
7514
- "VListItem/max-height": {
7515
- "type": "string | number\n",
7516
- "description": "Sets the maximum height for the component."
7517
- },
7518
- "VListItem/max-width": {
7519
- "type": "string | number\n",
7520
- "description": "Sets the maximum width for the component."
7521
- },
7522
- "VListItem/min-height": {
7523
- "type": "string | number\n",
7524
- "description": "Sets the minimum height for the component."
7525
- },
7526
- "VListItem/min-width": {
7527
- "type": "string | number\n",
7528
- "description": "Sets the minimum width for the component."
7529
- },
7530
7482
  "VListItem/elevation": {
7531
7483
  "type": "string | number\n",
7532
7484
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -7539,37 +7491,85 @@
7539
7491
  "type": "boolean\n",
7540
7492
  "description": "Removes any applied **border-radius** from the component."
7541
7493
  },
7494
+ "VListItem/tag": {
7495
+ "type": "string | (new () => any) | FunctionalComponent\n",
7496
+ "description": "Specify a custom tag used on the root element."
7497
+ },
7498
+ "VListItem/theme": {
7499
+ "type": "string\n",
7500
+ "description": "Specify a theme for this component and all of its children."
7501
+ },
7542
7502
  "VListItem/color": {
7543
7503
  "type": "string\n",
7544
7504
  "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
7505
  },
7546
7506
  "VListItem/variant": {
7547
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7507
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7548
7508
  "description": "Applies a distinct style to the component."
7549
7509
  },
7550
- "VListItem/append-icon": {
7551
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7552
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7510
+ "VListItem/disabled": {
7511
+ "type": "boolean\n",
7512
+ "description": "Removes the ability to click or target the component."
7553
7513
  },
7554
- "VListItem/prepend-icon": {
7555
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
7556
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7514
+ "VListItem/value": {
7515
+ "type": "any\n",
7516
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7557
7517
  },
7558
7518
  "VListItem/active": {
7559
7519
  "type": "boolean\n",
7560
7520
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7561
7521
  },
7522
+ "VListItem/active-color": {
7523
+ "type": "string\n",
7524
+ "description": "The applied color when the component is in an active state."
7525
+ },
7526
+ "VListItem/base-color": {
7527
+ "type": "string\n",
7528
+ "description": "Sets the color of component when not focused."
7529
+ },
7530
+ "VListItem/prepend-icon": {
7531
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7532
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7533
+ },
7534
+ "VListItem/append-icon": {
7535
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7536
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7537
+ },
7538
+ "VListItem/slim": {
7539
+ "type": "boolean\n",
7540
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7541
+ },
7542
+ "VListItem/ripple": {
7543
+ "type": "boolean | { class: string }\n",
7544
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7545
+ },
7562
7546
  "VListItem/href": {
7563
7547
  "type": "string\n",
7564
7548
  "description": "Designates the component as anchor and applies the **href** attribute."
7565
7549
  },
7550
+ "VListItem/exact": {
7551
+ "type": "boolean\n",
7552
+ "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."
7553
+ },
7566
7554
  "VListItem/to": {
7567
7555
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7568
7556
  "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."
7569
7557
  },
7570
- "VListItem/ripple": {
7571
- "type": "boolean | { class: string }\n",
7572
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7558
+ "VListItem/lines": {
7559
+ "type": "false | 'one' | 'two' | 'three'\n",
7560
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7561
+ },
7562
+ "VListItem/nav": {
7563
+ "type": "boolean\n",
7564
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7565
+ },
7566
+ "VListItem/active-class": {
7567
+ "type": "string\n",
7568
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
7569
+ },
7570
+ "VListItem/subtitle": {
7571
+ "type": "string | number | boolean\n",
7572
+ "description": "Specify a subtitle text for the component."
7573
7573
  },
7574
7574
  "VListItem/append-avatar": {
7575
7575
  "type": "string\n",
@@ -7579,29 +7579,29 @@
7579
7579
  "type": "string\n",
7580
7580
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7581
7581
  },
7582
- "VListItemAction/end": {
7583
- "type": "boolean\n",
7584
- "description": "Applies margin at the start of the component."
7582
+ "VListItemAction/tag": {
7583
+ "type": "string | (new () => any) | FunctionalComponent\n",
7584
+ "description": "Specify a custom tag used on the root element."
7585
7585
  },
7586
7586
  "VListItemAction/start": {
7587
7587
  "type": "boolean\n",
7588
7588
  "description": "Applies margin at the end of the component."
7589
7589
  },
7590
- "VListItemAction/tag": {
7591
- "type": "string | (new () => any) | FunctionalComponent\n",
7592
- "description": "Specify a custom tag used on the root element."
7593
- },
7594
- "VListItemMedia/end": {
7590
+ "VListItemAction/end": {
7595
7591
  "type": "boolean\n",
7596
7592
  "description": "Applies margin at the start of the component."
7597
7593
  },
7594
+ "VListItemMedia/tag": {
7595
+ "type": "string | (new () => any) | FunctionalComponent\n",
7596
+ "description": "Specify a custom tag used on the root element."
7597
+ },
7598
7598
  "VListItemMedia/start": {
7599
7599
  "type": "boolean\n",
7600
7600
  "description": "Applies margin at the end of the component."
7601
7601
  },
7602
- "VListItemMedia/tag": {
7603
- "type": "string | (new () => any) | FunctionalComponent\n",
7604
- "description": "Specify a custom tag used on the root element."
7602
+ "VListItemMedia/end": {
7603
+ "type": "boolean\n",
7604
+ "description": "Applies margin at the start of the component."
7605
7605
  },
7606
7606
  "VListItemSubtitle/tag": {
7607
7607
  "type": "string | (new () => any) | FunctionalComponent\n",
@@ -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/title": {
7619
- "type": "string\n",
7620
- "description": "Specify a title text for the component."
7621
- },
7622
- "VListSubheader/sticky": {
7623
- "type": "boolean\n",
7624
- "description": "Sticks the header to the top of the table."
7625
- },
7626
7618
  "VListSubheader/tag": {
7627
7619
  "type": "string | (new () => any) | FunctionalComponent\n",
7628
7620
  "description": "Specify a custom tag used on the root element."
7629
7621
  },
7622
+ "VListSubheader/title": {
7623
+ "type": "string\n",
7624
+ "description": "Specify a title text for the component."
7625
+ },
7630
7626
  "VListSubheader/color": {
7631
7627
  "type": "string\n",
7632
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)."
7633
7629
  },
7630
+ "VListSubheader/sticky": {
7631
+ "type": "boolean\n",
7632
+ "description": "Sticks the header to the top of the table."
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,42 +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/eager": {
7707
- "type": "boolean\n",
7708
- "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."
7709
- },
7710
7694
  "VMenu/max-height": {
7711
7695
  "type": "string | number\n",
7712
7696
  "description": "Sets the maximum height for the component."
@@ -7723,14 +7707,34 @@
7723
7707
  "type": "string | number\n",
7724
7708
  "description": "Sets the minimum width for the component. Use `auto` to use the activator width."
7725
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
+ },
7726
7734
  "VMenu/activator": {
7727
7735
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
7728
7736
  "description": "Explicitly sets the overlay's activator."
7729
7737
  },
7730
- "VMenu/submenu": {
7731
- "type": "boolean\n",
7732
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7733
- },
7734
7738
  "VMenu/close-on-back": {
7735
7739
  "type": "boolean\n",
7736
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."
@@ -7755,10 +7759,6 @@
7755
7759
  "type": "boolean\n",
7756
7760
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
7757
7761
  },
7758
- "VMenu/model-value": {
7759
- "type": "boolean\n",
7760
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7761
- },
7762
7762
  "VMenu/persistent": {
7763
7763
  "type": "boolean\n",
7764
7764
  "description": "Clicking outside of the element or pressing esc key will not deactivate it."
@@ -7803,14 +7803,14 @@
7803
7803
  "type": "string | number\n",
7804
7804
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
7805
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
+ },
7806
7810
  "VMenu/location-strategy": {
7807
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",
7808
7812
  "description": "A function used to specifies how the component should position relative to its activator."
7809
7813
  },
7810
- "VMenu/location": {
7811
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7812
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7813
- },
7814
7814
  "VMenu/origin": {
7815
7815
  "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",
7816
7816
  "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)."
@@ -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,33 +7843,53 @@
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/elevation": {
7863
- "type": "string | number\n",
7864
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7862
+ "VNavigationDrawer/image": {
7863
+ "type": "string\n",
7864
+ "description": "Apply a specific background image to the component."
7865
+ },
7866
+ "VNavigationDrawer/model-value": {
7867
+ "type": "boolean\n",
7868
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7865
7869
  },
7866
7870
  "VNavigationDrawer/location": {
7867
- "type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'\n",
7871
+ "type": "'top' | 'bottom' | 'start' | 'end' | 'left' | 'right'\n",
7868
7872
  "description": "Controls the edge of the screen the drawer is attached to."
7869
7873
  },
7870
7874
  "VNavigationDrawer/absolute": {
7871
7875
  "type": "boolean\n",
7872
7876
  "description": "Applies **position: absolute** to the component."
7873
7877
  },
7874
- "VNavigationDrawer/sticky": {
7878
+ "VNavigationDrawer/color": {
7879
+ "type": "string\n",
7880
+ "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)."
7881
+ },
7882
+ "VNavigationDrawer/floating": {
7875
7883
  "type": "boolean\n",
7876
- "description": "When true, the drawer will remain visible when scrolling past the top of the page."
7884
+ "description": "A floating drawer has no visible container (no border-right)."
7885
+ },
7886
+ "VNavigationDrawer/border": {
7887
+ "type": "string | number | boolean\n",
7888
+ "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)."
7889
+ },
7890
+ "VNavigationDrawer/elevation": {
7891
+ "type": "string | number\n",
7892
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7877
7893
  },
7878
7894
  "VNavigationDrawer/rounded": {
7879
7895
  "type": "string | number | boolean\n",
@@ -7883,42 +7899,14 @@
7883
7899
  "type": "boolean\n",
7884
7900
  "description": "Removes any applied **border-radius** from the component."
7885
7901
  },
7886
- "VNavigationDrawer/tag": {
7887
- "type": "string | (new () => any) | FunctionalComponent\n",
7888
- "description": "Specify a custom tag used on the root element."
7889
- },
7890
7902
  "VNavigationDrawer/theme": {
7891
7903
  "type": "string\n",
7892
7904
  "description": "Specify a theme for this component and all of its children."
7893
7905
  },
7894
- "VNavigationDrawer/color": {
7895
- "type": "string\n",
7896
- "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
- },
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": {
7907
- "type": "boolean\n",
7908
- "description": "A floating drawer has no visible container (no border-right)."
7909
- },
7910
7906
  "VNavigationDrawer/order": {
7911
7907
  "type": "string | number\n",
7912
7908
  "description": "Adjust the order of the component in relation to its registration order."
7913
7909
  },
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/mobile-breakpoint": {
7919
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7920
- "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."
7921
- },
7922
7910
  "VNavigationDrawer/persistent": {
7923
7911
  "type": "boolean\n",
7924
7912
  "description": "Clicking outside or pressing **esc** key will not dismiss the dialog."
@@ -7935,6 +7923,14 @@
7935
7923
  "type": "string | number\n",
7936
7924
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
7937
7925
  },
7926
+ "VNavigationDrawer/mobile": {
7927
+ "type": "boolean\n",
7928
+ "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"
7929
+ },
7930
+ "VNavigationDrawer/sticky": {
7931
+ "type": "boolean\n",
7932
+ "description": "When true, the drawer will remain visible when scrolling past the top of the page."
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,7 @@
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."
7949
7945
  },
7950
7946
  "VNavigationDrawer/permanent": {
7951
7947
  "type": "boolean\n",
@@ -7967,6 +7963,10 @@
7967
7963
  "type": "boolean\n",
7968
7964
  "description": "Disable mobile touch functionality."
7969
7965
  },
7966
+ "VNavigationDrawer/mobile-breakpoint": {
7967
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7968
+ "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."
7969
+ },
7970
7970
  "VNumberInput/flat": {
7971
7971
  "type": "boolean\n",
7972
7972
  "description": "Removes box shadow when using a variant with elevation."
@@ -8031,6 +8031,26 @@
8031
8031
  "type": "boolean\n",
8032
8032
  "description": "Enables autofocus."
8033
8033
  },
8034
+ "VNumberInput/model-value": {
8035
+ "type": "number\n",
8036
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8037
+ },
8038
+ "VNumberInput/color": {
8039
+ "type": "string\n",
8040
+ "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)."
8041
+ },
8042
+ "VNumberInput/density": {
8043
+ "type": "'default' | 'comfortable' | 'compact'\n",
8044
+ "description": "Adjusts the vertical height used by the component."
8045
+ },
8046
+ "VNumberInput/rounded": {
8047
+ "type": "string | number | boolean\n",
8048
+ "description": "Adds a border radius to the input."
8049
+ },
8050
+ "VNumberInput/tile": {
8051
+ "type": "boolean\n",
8052
+ "description": "Removes any applied **border-radius** from the component."
8053
+ },
8034
8054
  "VNumberInput/theme": {
8035
8055
  "type": "string\n",
8036
8056
  "description": "Specify a theme for this component and all of its children."
@@ -8043,10 +8063,6 @@
8043
8063
  "type": "string\n",
8044
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)."
8045
8065
  },
8046
- "VNumberInput/density": {
8047
- "type": "'default' | 'comfortable' | 'compact'\n",
8048
- "description": "Adjusts the vertical height used by the component."
8049
- },
8050
8066
  "VNumberInput/max-width": {
8051
8067
  "type": "string | number\n",
8052
8068
  "description": "Sets the maximum width for the component."
@@ -8055,26 +8071,10 @@
8055
8071
  "type": "string | number\n",
8056
8072
  "description": "Sets the minimum width for the component."
8057
8073
  },
8058
- "VNumberInput/rounded": {
8059
- "type": "string | number | boolean\n",
8060
- "description": "Adds a border radius to the input."
8061
- },
8062
- "VNumberInput/tile": {
8063
- "type": "boolean\n",
8064
- "description": "Removes any applied **border-radius** from the component."
8065
- },
8066
- "VNumberInput/color": {
8067
- "type": "string\n",
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)."
8069
- },
8070
8074
  "VNumberInput/variant": {
8071
8075
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
8072
8076
  "description": "Applies a distinct style to the component."
8073
8077
  },
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."
@@ -9647,6 +9647,10 @@
9647
9647
  "type": "boolean\n",
9648
9648
  "description": "Enables autofocus."
9649
9649
  },
9650
+ "VSelect/items": {
9651
+ "type": "any[]\n",
9652
+ "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."
9653
+ },
9650
9654
  "VSelect/active": {
9651
9655
  "type": "boolean\n",
9652
9656
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -9691,10 +9695,6 @@
9691
9695
  "type": "boolean\n",
9692
9696
  "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."
9693
9697
  },
9694
- "VSelect/items": {
9695
- "type": "any[]\n",
9696
- "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."
9697
- },
9698
9698
  "VSelect/direction": {
9699
9699
  "type": "'horizontal' | 'vertical'\n",
9700
9700
  "description": "Changes the direction of the input."
@@ -9899,6 +9899,18 @@
9899
9899
  "type": "string\n",
9900
9900
  "description": "Sets the DOM id on the component."
9901
9901
  },
9902
+ "VSelectionControl/model-value": {
9903
+ "type": "unknown\n",
9904
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9905
+ },
9906
+ "VSelectionControl/color": {
9907
+ "type": "string\n",
9908
+ "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)."
9909
+ },
9910
+ "VSelectionControl/density": {
9911
+ "type": "'default' | 'comfortable' | 'compact'\n",
9912
+ "description": "Adjusts the vertical height used by the component."
9913
+ },
9902
9914
  "VSelectionControl/theme": {
9903
9915
  "type": "string\n",
9904
9916
  "description": "Specify a theme for this component and all of its children."
@@ -9907,22 +9919,10 @@
9907
9919
  "type": "string\n",
9908
9920
  "description": "Sets the color of the input when it is not focused."
9909
9921
  },
9910
- "VSelectionControl/density": {
9911
- "type": "'default' | 'comfortable' | 'compact'\n",
9912
- "description": "Adjusts the vertical height used by the component."
9913
- },
9914
9922
  "VSelectionControl/value-comparator": {
9915
9923
  "type": "(a: any, b: any) => boolean\n",
9916
9924
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9917
9925
  },
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
9926
  "VSelectionControl/readonly": {
9927
9927
  "type": "boolean\n",
9928
9928
  "description": "Puts input in readonly state."
@@ -9979,26 +9979,26 @@
9979
9979
  "type": "string\n",
9980
9980
  "description": "Sets the DOM id on the component."
9981
9981
  },
9982
- "VSelectionControlGroup/theme": {
9982
+ "VSelectionControlGroup/model-value": {
9983
+ "type": "unknown\n",
9984
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9985
+ },
9986
+ "VSelectionControlGroup/color": {
9983
9987
  "type": "string\n",
9984
- "description": "Specify a theme for this component and all of its children."
9988
+ "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)."
9985
9989
  },
9986
9990
  "VSelectionControlGroup/density": {
9987
9991
  "type": "'default' | 'comfortable' | 'compact'\n",
9988
9992
  "description": "Adjusts the vertical height used by the component."
9989
9993
  },
9994
+ "VSelectionControlGroup/theme": {
9995
+ "type": "string\n",
9996
+ "description": "Specify a theme for this component and all of its children."
9997
+ },
9990
9998
  "VSelectionControlGroup/value-comparator": {
9991
9999
  "type": "(a: any, b: any) => boolean\n",
9992
10000
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
9993
10001
  },
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."
@@ -10035,14 +10035,34 @@
10035
10035
  "type": "string | number\n",
10036
10036
  "description": "Sets the width for the component."
10037
10037
  },
10038
- "VSheet/theme": {
10038
+ "VSheet/location": {
10039
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10040
+ "description": "Specifies the component's location. Can combine by using a space separated string."
10041
+ },
10042
+ "VSheet/color": {
10039
10043
  "type": "string\n",
10040
- "description": "Specify a theme for this component and all of its children."
10044
+ "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)."
10041
10045
  },
10042
10046
  "VSheet/border": {
10043
10047
  "type": "string | number | boolean\n",
10044
10048
  "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)."
10045
10049
  },
10050
+ "VSheet/elevation": {
10051
+ "type": "string | number\n",
10052
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10053
+ },
10054
+ "VSheet/rounded": {
10055
+ "type": "string | number | boolean\n",
10056
+ "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)."
10057
+ },
10058
+ "VSheet/tile": {
10059
+ "type": "boolean\n",
10060
+ "description": "Removes any applied **border-radius** from the component."
10061
+ },
10062
+ "VSheet/theme": {
10063
+ "type": "string\n",
10064
+ "description": "Specify a theme for this component and all of its children."
10065
+ },
10046
10066
  "VSheet/max-height": {
10047
10067
  "type": "string | number\n",
10048
10068
  "description": "Sets the maximum height for the component."
@@ -10059,32 +10079,12 @@
10059
10079
  "type": "string | number\n",
10060
10080
  "description": "Sets the minimum width for the component."
10061
10081
  },
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
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
10083
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | '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 | '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",
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",
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": {
@@ -10095,6 +10095,14 @@
10095
10095
  "type": "string | number\n",
10096
10096
  "description": "Sets the width for the component."
10097
10097
  },
10098
+ "VSkeletonLoader/color": {
10099
+ "type": "string\n",
10100
+ "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)."
10101
+ },
10102
+ "VSkeletonLoader/elevation": {
10103
+ "type": "string | number\n",
10104
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
10105
+ },
10098
10106
  "VSkeletonLoader/theme": {
10099
10107
  "type": "string\n",
10100
10108
  "description": "Specify a theme for this component and all of its children."
@@ -10115,14 +10123,6 @@
10115
10123
  "type": "string | number\n",
10116
10124
  "description": "Sets the minimum width for the component."
10117
10125
  },
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/mandatory": {
10159
- "type": "boolean | 'force'\n",
10160
- "description": "Forces at least one item to always be selected (if available)."
10161
- },
10162
10158
  "VSlideGroup/model-value": {
10163
10159
  "type": "unknown\n",
10164
10160
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10165
10161
  },
10162
+ "VSlideGroup/mandatory": {
10163
+ "type": "boolean | 'force'\n",
10164
+ "description": "Forces at least one item to always be selected (if available)."
10165
+ },
10166
10166
  "VSlideGroup/direction": {
10167
10167
  "type": "'horizontal' | 'vertical'\n",
10168
10168
  "description": "Switch between horizontal and vertical modes."
@@ -10183,6 +10183,10 @@
10183
10183
  "type": "string\n",
10184
10184
  "description": "Configure the active CSS class applied when an item is selected."
10185
10185
  },
10186
+ "VSlideGroup/mobile-breakpoint": {
10187
+ "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
10188
+ "description": "Sets the designated mobile breakpoint for the component."
10189
+ },
10186
10190
  "VSlideGroup/center-active": {
10187
10191
  "type": "boolean\n",
10188
10192
  "description": "Forces the selected component to be centered."
@@ -10191,10 +10195,6 @@
10191
10195
  "type": "string | boolean\n",
10192
10196
  "description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
10193
10197
  },
10194
- "VSlideGroup/mobile-breakpoint": {
10195
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
10196
- "description": "Sets the designated mobile breakpoint for the component."
10197
- },
10198
10198
  "VSlideGroupItem/disabled": {
10199
10199
  "type": "boolean\n",
10200
10200
  "description": "Removes the ability to click or target the component."
@@ -10343,26 +10343,18 @@
10343
10343
  "type": "string\n",
10344
10344
  "description": "Sets the DOM id on the component."
10345
10345
  },
10346
- "VSlider/theme": {
10347
- "type": "string\n",
10348
- "description": "Specify a theme for this component and all of its children."
10346
+ "VSlider/model-value": {
10347
+ "type": "string | number\n",
10348
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10349
10349
  },
10350
- "VSlider/base-color": {
10350
+ "VSlider/color": {
10351
10351
  "type": "string\n",
10352
- "description": "Sets the color of the input when it is not focused."
10352
+ "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)."
10353
10353
  },
10354
10354
  "VSlider/density": {
10355
10355
  "type": "'default' | 'comfortable' | 'compact'\n",
10356
10356
  "description": "Adjusts the vertical height used by the component."
10357
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
- },
10366
10358
  "VSlider/elevation": {
10367
10359
  "type": "string | number\n",
10368
10360
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -10375,13 +10367,21 @@
10375
10367
  "type": "boolean\n",
10376
10368
  "description": "Removes any applied **border-radius** from the component."
10377
10369
  },
10378
- "VSlider/color": {
10370
+ "VSlider/theme": {
10379
10371
  "type": "string\n",
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)."
10372
+ "description": "Specify a theme for this component and all of its children."
10381
10373
  },
10382
- "VSlider/model-value": {
10374
+ "VSlider/base-color": {
10375
+ "type": "string\n",
10376
+ "description": "Sets the color of the input when it is not focused."
10377
+ },
10378
+ "VSlider/max-width": {
10383
10379
  "type": "string | number\n",
10384
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10380
+ "description": "Sets the maximum width for the component."
10381
+ },
10382
+ "VSlider/min-width": {
10383
+ "type": "string | number\n",
10384
+ "description": "Sets the minimum width for the component."
10385
10385
  },
10386
10386
  "VSlider/append-icon": {
10387
10387
  "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
@@ -10507,6 +10507,30 @@
10507
10507
  "type": "string | number\n",
10508
10508
  "description": "Sets the width for the component."
10509
10509
  },
10510
+ "VSnackbar/model-value": {
10511
+ "type": "boolean\n",
10512
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10513
+ },
10514
+ "VSnackbar/location": {
10515
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10516
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10517
+ },
10518
+ "VSnackbar/absolute": {
10519
+ "type": "boolean\n",
10520
+ "description": "Applies **position: absolute** to the content element."
10521
+ },
10522
+ "VSnackbar/color": {
10523
+ "type": "string\n",
10524
+ "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)."
10525
+ },
10526
+ "VSnackbar/rounded": {
10527
+ "type": "string | number | boolean\n",
10528
+ "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)."
10529
+ },
10530
+ "VSnackbar/tile": {
10531
+ "type": "boolean\n",
10532
+ "description": "Removes any applied **border-radius** from the component."
10533
+ },
10510
10534
  "VSnackbar/theme": {
10511
10535
  "type": "string\n",
10512
10536
  "description": "Specify a theme for this component and all of its children."
@@ -10535,18 +10559,6 @@
10535
10559
  "type": "string | number\n",
10536
10560
  "description": "Sets the minimum width for the component."
10537
10561
  },
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
- },
10550
10562
  "VSnackbar/variant": {
10551
10563
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
10552
10564
  "description": "Applies a distinct style to the component."
@@ -10555,10 +10567,6 @@
10555
10567
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10556
10568
  "description": "Explicitly sets the overlay's activator."
10557
10569
  },
10558
- "VSnackbar/absolute": {
10559
- "type": "boolean\n",
10560
- "description": "Applies **position: absolute** to the content element."
10561
- },
10562
10570
  "VSnackbar/close-on-back": {
10563
10571
  "type": "boolean\n",
10564
10572
  "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."
@@ -10579,10 +10587,6 @@
10579
10587
  "type": "string | number\n",
10580
10588
  "description": "Sets the opacity of the scrim element. Only applies if `scrim` is enabled."
10581
10589
  },
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
- },
10586
10590
  "VSnackbar/z-index": {
10587
10591
  "type": "string | number\n",
10588
10592
  "description": "The z-index used for the component."
@@ -10623,10 +10627,6 @@
10623
10627
  "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",
10624
10628
  "description": "A function used to specifies how the component should position relative to its activator."
10625
10629
  },
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)."
@@ -10648,7 +10648,7 @@
10648
10648
  "description": "Stacks snackbar content on top of the actions (button)."
10649
10649
  },
10650
10650
  "VSnackbar/position": {
10651
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
10651
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
10652
10652
  "description": "Sets the position for the component."
10653
10653
  },
10654
10654
  "VSnackbar/multi-line": {
@@ -10675,6 +10675,30 @@
10675
10675
  "type": "string | number\n",
10676
10676
  "description": "Sets the width for the component."
10677
10677
  },
10678
+ "VSnackbarQueue/model-value": {
10679
+ "type": "(\n | string\n | {\n style: StyleValue\n class: any\n disabled: boolean\n height: 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 absolute: boolean\n color: string\n rounded: string | number | boolean\n tile: boolean\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 variant: 'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\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 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' | 'absolute' | 'static' | 'relative' | 'sticky'\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n }\n)[]\n",
10680
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10681
+ },
10682
+ "VSnackbarQueue/location": {
10683
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
10684
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
10685
+ },
10686
+ "VSnackbarQueue/absolute": {
10687
+ "type": "boolean\n",
10688
+ "description": "Applies **position: absolute** to the content element."
10689
+ },
10690
+ "VSnackbarQueue/color": {
10691
+ "type": "string\n",
10692
+ "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)."
10693
+ },
10694
+ "VSnackbarQueue/rounded": {
10695
+ "type": "string | number | boolean\n",
10696
+ "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)."
10697
+ },
10698
+ "VSnackbarQueue/tile": {
10699
+ "type": "boolean\n",
10700
+ "description": "Removes any applied **border-radius** from the component."
10701
+ },
10678
10702
  "VSnackbarQueue/theme": {
10679
10703
  "type": "string\n",
10680
10704
  "description": "Specify a theme for this component and all of its children."
@@ -10707,18 +10731,6 @@
10707
10731
  "type": "string | number\n",
10708
10732
  "description": "Sets the minimum width for the component."
10709
10733
  },
10710
- "VSnackbarQueue/rounded": {
10711
- "type": "string | number | boolean\n",
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)."
10713
- },
10714
- "VSnackbarQueue/tile": {
10715
- "type": "boolean\n",
10716
- "description": "Removes any applied **border-radius** from the component."
10717
- },
10718
- "VSnackbarQueue/color": {
10719
- "type": "string\n",
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)."
10721
- },
10722
10734
  "VSnackbarQueue/variant": {
10723
10735
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
10724
10736
  "description": "Applies a distinct style to the component."
@@ -10727,10 +10739,6 @@
10727
10739
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
10728
10740
  "description": "Explicitly sets the overlay's activator."
10729
10741
  },
10730
- "VSnackbarQueue/absolute": {
10731
- "type": "boolean\n",
10732
- "description": "Applies **position: absolute** to the content element."
10733
- },
10734
10742
  "VSnackbarQueue/close-on-back": {
10735
10743
  "type": "boolean\n",
10736
10744
  "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."
@@ -10751,10 +10759,6 @@
10751
10759
  "type": "string | number\n",
10752
10760
  "description": "Sets the opacity of the scrim element. Only applies if `scrim` is enabled."
10753
10761
  },
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
- },
10758
10762
  "VSnackbarQueue/z-index": {
10759
10763
  "type": "string | number\n",
10760
10764
  "description": "The z-index used for the component."
@@ -10795,10 +10799,6 @@
10795
10799
  "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",
10796
10800
  "description": "A function used to specifies how the component should position relative to its activator."
10797
10801
  },
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
- },
10802
10802
  "VSnackbarQueue/origin": {
10803
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",
10804
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)."
@@ -10820,7 +10820,7 @@
10820
10820
  "description": "Stacks snackbar content on top of the actions (button)."
10821
10821
  },
10822
10822
  "VSnackbarQueue/position": {
10823
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
10823
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
10824
10824
  "description": "Sets the position for the component."
10825
10825
  },
10826
10826
  "VSnackbarQueue/multi-line": {
@@ -10847,6 +10847,10 @@
10847
10847
  "type": "'trend' | 'bar'\n",
10848
10848
  "description": "Choose between a trendline or bars."
10849
10849
  },
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
+ },
10850
10854
  "VSparkline/fill": {
10851
10855
  "type": "boolean\n",
10852
10856
  "description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
@@ -10855,6 +10859,14 @@
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,30 +10879,18 @@
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/item-value": {
10879
- "type": "string\n",
10880
- "description": "The value of the item."
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)."
10885
- },
10886
- "VSparkline/model-value": {
10887
- "type": "(string | number | { value: number })[]\n",
10888
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10889
- },
10890
10886
  "VSparkline/gradient": {
10891
10887
  "type": "string[]\n",
10892
10888
  "description": "An array of colors to use as a linear-gradient."
10893
10889
  },
10890
+ "VSparkline/item-value": {
10891
+ "type": "string\n",
10892
+ "description": "The value of the item."
10893
+ },
10894
10894
  "VSparkline/auto-line-width": {
10895
10895
  "type": "boolean\n",
10896
10896
  "description": "Automatically expand bars to use space efficiently."
@@ -10908,7 +10908,7 @@
10908
10908
  "description": "The easing function to use for the trace animation."
10909
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": {
@@ -11107,14 +11107,38 @@
11107
11107
  "type": "string | number\n",
11108
11108
  "description": "Sets the width for the component."
11109
11109
  },
11110
+ "VStepper/model-value": {
11111
+ "type": "any\n",
11112
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11113
+ },
11114
+ "VStepper/location": {
11115
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
11116
+ "description": "Specifies the component's location. Can combine by using a space separated string."
11117
+ },
11118
+ "VStepper/color": {
11119
+ "type": "string\n",
11120
+ "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)."
11121
+ },
11122
+ "VStepper/border": {
11123
+ "type": "string | number | boolean\n",
11124
+ "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)."
11125
+ },
11126
+ "VStepper/elevation": {
11127
+ "type": "string | number\n",
11128
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11129
+ },
11130
+ "VStepper/rounded": {
11131
+ "type": "string | number | boolean\n",
11132
+ "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)."
11133
+ },
11134
+ "VStepper/tile": {
11135
+ "type": "boolean\n",
11136
+ "description": "Removes any applied **border-radius** from the component."
11137
+ },
11110
11138
  "VStepper/theme": {
11111
11139
  "type": "string\n",
11112
11140
  "description": "Specify a theme for this component and all of its children."
11113
11141
  },
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
11142
  "VStepper/bg-color": {
11119
11143
  "type": "string\n",
11120
11144
  "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)."
@@ -11123,10 +11147,6 @@
11123
11147
  "type": "boolean | 'force'\n",
11124
11148
  "description": "Forces at least one item to always be selected (if available)."
11125
11149
  },
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
- },
11130
11150
  "VStepper/max-height": {
11131
11151
  "type": "string | number\n",
11132
11152
  "description": "Sets the maximum height for the component."
@@ -11143,9 +11163,9 @@
11143
11163
  "type": "string | number\n",
11144
11164
  "description": "Sets the minimum width for the component."
11145
11165
  },
11146
- "VStepper/elevation": {
11147
- "type": "string | number\n",
11148
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11166
+ "VStepper/items": {
11167
+ "type": "(string | Record<string, any>)[]\n",
11168
+ "description": "An array of strings or objects used for automatically generating children components."
11149
11169
  },
11150
11170
  "VStepper/item-title": {
11151
11171
  "type": "string\n",
@@ -11155,32 +11175,12 @@
11155
11175
  "type": "string\n",
11156
11176
  "description": "Property on supplied `items` that contains its value."
11157
11177
  },
11158
- "VStepper/rounded": {
11159
- "type": "string | number | boolean\n",
11160
- "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)."
11161
- },
11162
- "VStepper/tile": {
11163
- "type": "boolean\n",
11164
- "description": "Removes any applied **border-radius** from the component."
11165
- },
11166
- "VStepper/color": {
11167
- "type": "string\n",
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)."
11169
- },
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."
11173
- },
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."
11177
- },
11178
11178
  "VStepper/mobile": {
11179
11179
  "type": "boolean\n",
11180
11180
  "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11181
11181
  },
11182
11182
  "VStepper/position": {
11183
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
11183
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
11184
11184
  "description": "Sets the position for the component."
11185
11185
  },
11186
11186
  "VStepper/selected-class": {
@@ -11263,14 +11263,14 @@
11263
11263
  "type": "any\n",
11264
11264
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11265
11265
  },
11266
- "VStepperItem/subtitle": {
11267
- "type": "string\n",
11268
- "description": "Specify a subtitle text for the component."
11269
- },
11270
11266
  "VStepperItem/color": {
11271
11267
  "type": "string\n",
11272
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)."
11273
11269
  },
11270
+ "VStepperItem/subtitle": {
11271
+ "type": "string\n",
11272
+ "description": "Specify a subtitle text for the component."
11273
+ },
11274
11274
  "VStepperItem/rules": {
11275
11275
  "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
11276
  "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`."
@@ -11355,6 +11355,10 @@
11355
11355
  "type": "boolean\n",
11356
11356
  "description": "Allows one to select multiple items."
11357
11357
  },
11358
+ "VStepperVertical/items": {
11359
+ "type": "(string | Record<string, any>)[]\n",
11360
+ "description": "An array of strings or objects used for automatically generating children components."
11361
+ },
11358
11362
  "VStepperVertical/readonly": {
11359
11363
  "type": "boolean\n",
11360
11364
  "description": "Makes the entire expansion panel read only."
@@ -11373,7 +11377,7 @@
11373
11377
  },
11374
11378
  "VStepperVertical/mobile": {
11375
11379
  "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"
11380
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11377
11381
  },
11378
11382
  "VStepperVertical/mobile-breakpoint": {
11379
11383
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
@@ -11387,10 +11391,6 @@
11387
11391
  "type": "boolean\n",
11388
11392
  "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
11393
  },
11390
- "VStepperVertical/items": {
11391
- "type": "(string | Record<string, any>)[]\n",
11392
- "description": "An array of strings or objects used for automatically generating children components."
11393
- },
11394
11394
  "VStepperVertical/hide-actions": {
11395
11395
  "type": "boolean\n",
11396
11396
  "description": "Hide the expand icon in the content title."
@@ -11491,6 +11491,22 @@
11491
11491
  "type": "string | number\n",
11492
11492
  "description": "Sets the width for the component."
11493
11493
  },
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
+ "VStepperVerticalItem/elevation": {
11499
+ "type": "string | number\n",
11500
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11501
+ },
11502
+ "VStepperVerticalItem/rounded": {
11503
+ "type": "string | number | boolean\n",
11504
+ "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)."
11505
+ },
11506
+ "VStepperVerticalItem/tile": {
11507
+ "type": "boolean\n",
11508
+ "description": "Removes any applied **border-radius** from the component."
11509
+ },
11494
11510
  "VStepperVerticalItem/text": {
11495
11511
  "type": "string\n",
11496
11512
  "description": "Specify content text for the component."
@@ -11531,25 +11547,9 @@
11531
11547
  "type": "string | number\n",
11532
11548
  "description": "Sets the minimum width for the component."
11533
11549
  },
11534
- "VStepperVerticalItem/elevation": {
11535
- "type": "string | number\n",
11536
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11537
- },
11538
- "VStepperVerticalItem/rounded": {
11539
- "type": "string | number | boolean\n",
11540
- "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)."
11541
- },
11542
- "VStepperVerticalItem/tile": {
11543
- "type": "boolean\n",
11544
- "description": "Removes any applied **border-radius** from the component."
11545
- },
11546
- "VStepperVerticalItem/color": {
11547
- "type": "string\n",
11548
- "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)."
11549
- },
11550
- "VStepperVerticalItem/static": {
11551
- "type": "boolean\n",
11552
- "description": "Remove title size expansion when selected."
11550
+ "VStepperVerticalItem/static": {
11551
+ "type": "boolean\n",
11552
+ "description": "Remove title size expansion when selected."
11553
11553
  },
11554
11554
  "VStepperVerticalItem/readonly": {
11555
11555
  "type": "boolean\n",
@@ -11855,9 +11855,13 @@
11855
11855
  "type": "string | number\n",
11856
11856
  "description": "Sets the height for the component."
11857
11857
  },
11858
- "VSystemBar/theme": {
11858
+ "VSystemBar/absolute": {
11859
+ "type": "boolean\n",
11860
+ "description": "Applies **position: absolute** to the component."
11861
+ },
11862
+ "VSystemBar/color": {
11859
11863
  "type": "string\n",
11860
- "description": "Specify a theme for this component and all of its children."
11864
+ "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)."
11861
11865
  },
11862
11866
  "VSystemBar/elevation": {
11863
11867
  "type": "string | number\n",
@@ -11871,13 +11875,9 @@
11871
11875
  "type": "boolean\n",
11872
11876
  "description": "Removes any applied **border-radius** from the component."
11873
11877
  },
11874
- "VSystemBar/color": {
11878
+ "VSystemBar/theme": {
11875
11879
  "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."
11880
+ "description": "Specify a theme for this component and all of its children."
11881
11881
  },
11882
11882
  "VSystemBar/order": {
11883
11883
  "type": "string | number\n",
@@ -11919,6 +11919,30 @@
11919
11919
  "type": "string | number\n",
11920
11920
  "description": "Sets the width for the component."
11921
11921
  },
11922
+ "VTab/color": {
11923
+ "type": "string\n",
11924
+ "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)."
11925
+ },
11926
+ "VTab/density": {
11927
+ "type": "'default' | 'comfortable' | 'compact'\n",
11928
+ "description": "Adjusts the vertical height used by the component."
11929
+ },
11930
+ "VTab/border": {
11931
+ "type": "string | number | boolean\n",
11932
+ "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)."
11933
+ },
11934
+ "VTab/elevation": {
11935
+ "type": "string | number\n",
11936
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
11937
+ },
11938
+ "VTab/rounded": {
11939
+ "type": "string | number | boolean\n",
11940
+ "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)."
11941
+ },
11942
+ "VTab/tile": {
11943
+ "type": "boolean\n",
11944
+ "description": "Removes any applied **border-radius** from the component."
11945
+ },
11922
11946
  "VTab/theme": {
11923
11947
  "type": "string\n",
11924
11948
  "description": "Specify a theme for this component and all of its children."
@@ -11943,14 +11967,6 @@
11943
11967
  "type": "boolean\n",
11944
11968
  "description": "Reduces padding to 0 8px."
11945
11969
  },
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
- },
11954
11970
  "VTab/max-height": {
11955
11971
  "type": "string | number\n",
11956
11972
  "description": "Sets the maximum height for the component."
@@ -11967,22 +11983,6 @@
11967
11983
  "type": "string | number\n",
11968
11984
  "description": "Sets the minimum width for the component."
11969
11985
  },
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."
@@ -12103,6 +12103,10 @@
12103
12103
  "type": "boolean\n",
12104
12104
  "description": "Allows one to select multiple items."
12105
12105
  },
12106
+ "VTabs/items": {
12107
+ "type": "unknown[]\n",
12108
+ "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
12109
+ },
12106
12110
  "VTabs/stacked": {
12107
12111
  "type": "boolean\n",
12108
12112
  "description": "Apply the stacked prop to all children v-tab components."
@@ -12131,10 +12135,6 @@
12131
12135
  "type": "boolean | 'force'\n",
12132
12136
  "description": "Forces at least one item to always be selected (if available)."
12133
12137
  },
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`."
12137
- },
12138
12138
  "VTabs/next-icon": {
12139
12139
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
12140
12140
  "description": "Right pagination icon."
@@ -12183,14 +12183,14 @@
12183
12183
  "type": "boolean\n",
12184
12184
  "description": "Removes the ability to click or target the component."
12185
12185
  },
12186
- "VTabsWindow/theme": {
12187
- "type": "string\n",
12188
- "description": "Specify a theme for this component and all of its children."
12189
- },
12190
12186
  "VTabsWindow/model-value": {
12191
12187
  "type": "any\n",
12192
12188
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12193
12189
  },
12190
+ "VTabsWindow/theme": {
12191
+ "type": "string\n",
12192
+ "description": "Specify a theme for this component and all of its children."
12193
+ },
12194
12194
  "VTabsWindow/direction": {
12195
12195
  "type": "'horizontal' | 'vertical'\n",
12196
12196
  "description": "The transition direction when changing windows."
@@ -12275,6 +12275,26 @@
12275
12275
  "type": "boolean\n",
12276
12276
  "description": "Enables autofocus."
12277
12277
  },
12278
+ "VTextField/model-value": {
12279
+ "type": "any\n",
12280
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12281
+ },
12282
+ "VTextField/color": {
12283
+ "type": "string\n",
12284
+ "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)."
12285
+ },
12286
+ "VTextField/density": {
12287
+ "type": "'default' | 'comfortable' | 'compact'\n",
12288
+ "description": "Adjusts the vertical height used by the component."
12289
+ },
12290
+ "VTextField/rounded": {
12291
+ "type": "string | number | boolean\n",
12292
+ "description": "Adds a border radius to the input."
12293
+ },
12294
+ "VTextField/tile": {
12295
+ "type": "boolean\n",
12296
+ "description": "Removes any applied **border-radius** from the component."
12297
+ },
12278
12298
  "VTextField/theme": {
12279
12299
  "type": "string\n",
12280
12300
  "description": "Specify a theme for this component and all of its children."
@@ -12287,10 +12307,6 @@
12287
12307
  "type": "string\n",
12288
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)."
12289
12309
  },
12290
- "VTextField/density": {
12291
- "type": "'default' | 'comfortable' | 'compact'\n",
12292
- "description": "Adjusts the vertical height used by the component."
12293
- },
12294
12310
  "VTextField/max-width": {
12295
12311
  "type": "string | number\n",
12296
12312
  "description": "Sets the maximum width for the component."
@@ -12299,26 +12315,10 @@
12299
12315
  "type": "string | number\n",
12300
12316
  "description": "Sets the minimum width for the component."
12301
12317
  },
12302
- "VTextField/rounded": {
12303
- "type": "string | number | boolean\n",
12304
- "description": "Adds a border radius to the input."
12305
- },
12306
- "VTextField/tile": {
12307
- "type": "boolean\n",
12308
- "description": "Removes any applied **border-radius** from the component."
12309
- },
12310
- "VTextField/color": {
12311
- "type": "string\n",
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)."
12313
- },
12314
12318
  "VTextField/variant": {
12315
12319
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
12316
12320
  "description": "Applies a distinct style to the component."
12317
12321
  },
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."
@@ -12699,46 +12699,22 @@
12699
12699
  "type": "boolean\n",
12700
12700
  "description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
12701
12701
  },
12702
- "VTimePicker/tag": {
12703
- "type": "string | (new () => any) | FunctionalComponent\n",
12704
- "description": "Specify a custom tag used on the root element."
12705
- },
12706
12702
  "VTimePicker/title": {
12707
12703
  "type": "string\n",
12708
12704
  "description": "Specify a title text for the component."
12709
12705
  },
12710
- "VTimePicker/disabled": {
12711
- "type": "boolean\n",
12712
- "description": "Removes the ability to click or target the component."
12706
+ "VTimePicker/border": {
12707
+ "type": "string | number | boolean\n",
12708
+ "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)."
12709
+ },
12710
+ "VTimePicker/model-value": {
12711
+ "type": "any\n",
12712
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12713
12713
  },
12714
12714
  "VTimePicker/height": {
12715
12715
  "type": "string | number\n",
12716
12716
  "description": "Sets the height for the component."
12717
12717
  },
12718
- "VTimePicker/max": {
12719
- "type": "string\n",
12720
- "description": "Maximum allowed time."
12721
- },
12722
- "VTimePicker/min": {
12723
- "type": "string\n",
12724
- "description": "Minimum allowed time."
12725
- },
12726
- "VTimePicker/width": {
12727
- "type": "string | number\n",
12728
- "description": "Width of the picker."
12729
- },
12730
- "VTimePicker/theme": {
12731
- "type": "string\n",
12732
- "description": "Specify a theme for this component and all of its children."
12733
- },
12734
- "VTimePicker/bg-color": {
12735
- "type": "string\n",
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)."
12737
- },
12738
- "VTimePicker/border": {
12739
- "type": "string | number | boolean\n",
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)."
12741
- },
12742
12718
  "VTimePicker/max-height": {
12743
12719
  "type": "string | number\n",
12744
12720
  "description": "Sets the maximum height for the component."
@@ -12755,10 +12731,22 @@
12755
12731
  "type": "string | number\n",
12756
12732
  "description": "Sets the minimum width for the component."
12757
12733
  },
12734
+ "VTimePicker/width": {
12735
+ "type": "string | number\n",
12736
+ "description": "Width of the picker."
12737
+ },
12758
12738
  "VTimePicker/elevation": {
12759
12739
  "type": "string | number\n",
12760
12740
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
12761
12741
  },
12742
+ "VTimePicker/location": {
12743
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
12744
+ "description": "Specifies the component's location. Can combine by using a space separated string."
12745
+ },
12746
+ "VTimePicker/position": {
12747
+ "type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
12748
+ "description": "Sets the position for the component."
12749
+ },
12762
12750
  "VTimePicker/rounded": {
12763
12751
  "type": "string | number | boolean\n",
12764
12752
  "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)."
@@ -12767,25 +12755,41 @@
12767
12755
  "type": "boolean\n",
12768
12756
  "description": "Removes any applied **border-radius** from the component."
12769
12757
  },
12758
+ "VTimePicker/tag": {
12759
+ "type": "string | (new () => any) | FunctionalComponent\n",
12760
+ "description": "Specify a custom tag used on the root element."
12761
+ },
12762
+ "VTimePicker/theme": {
12763
+ "type": "string\n",
12764
+ "description": "Specify a theme for this component and all of its children."
12765
+ },
12770
12766
  "VTimePicker/color": {
12771
12767
  "type": "string\n",
12772
12768
  "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
12769
  },
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."
12770
+ "VTimePicker/disabled": {
12771
+ "type": "boolean\n",
12772
+ "description": "Removes the ability to click or target the component."
12777
12773
  },
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."
12774
+ "VTimePicker/max": {
12775
+ "type": "string\n",
12776
+ "description": "Maximum allowed time."
12777
+ },
12778
+ "VTimePicker/min": {
12779
+ "type": "string\n",
12780
+ "description": "Minimum allowed time."
12781
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.`"
12786
+ "VTimePicker/bg-color": {
12787
+ "type": "string\n",
12788
+ "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)."
12789
+ },
12790
+ "VTimePicker/scrollable": {
12791
+ "type": "boolean\n",
12792
+ "description": "Allows changing hour/minute with mouse scroll."
12789
12793
  },
12790
12794
  "VTimePicker/divided": {
12791
12795
  "type": "boolean\n",
@@ -12795,13 +12799,9 @@
12795
12799
  "type": "boolean\n",
12796
12800
  "description": "Hide the picker header."
12797
12801
  },
12798
- "VTimePicker/position": {
12799
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
12800
- "description": "Sets the position for the component."
12801
- },
12802
- "VTimePicker/scrollable": {
12803
- "type": "boolean\n",
12804
- "description": "Allows changing hour/minute with mouse scroll."
12802
+ "VTimePicker/view-mode": {
12803
+ "type": "'hour' | 'minute' | 'second'\n",
12804
+ "description": "The current view mode of the picker.`"
12805
12805
  },
12806
12806
  "VTimePicker/ampm-in-title": {
12807
12807
  "type": "boolean\n",
@@ -12827,14 +12827,6 @@
12827
12827
  "type": "number[] | ((val: number) => boolean)\n",
12828
12828
  "description": "Restricts which seconds can be selected."
12829
12829
  },
12830
- "VTimePickerClock/model-value": {
12831
- "type": "number\n",
12832
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12833
- },
12834
- "VTimePickerClock/color": {
12835
- "type": "string\n",
12836
- "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)."
12837
- },
12838
12830
  "VTimePickerClock/disabled": {
12839
12831
  "type": "boolean\n",
12840
12832
  "description": "Removes the ability to click or target the component."
@@ -12851,6 +12843,14 @@
12851
12843
  "type": "number\n",
12852
12844
  "description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
12853
12845
  },
12846
+ "VTimePickerClock/model-value": {
12847
+ "type": "number\n",
12848
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12849
+ },
12850
+ "VTimePickerClock/color": {
12851
+ "type": "string\n",
12852
+ "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)."
12853
+ },
12854
12854
  "VTimePickerClock/readonly": {
12855
12855
  "type": "boolean\n",
12856
12856
  "description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
@@ -12883,6 +12883,10 @@
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
+ },
12886
12890
  "VTimePickerControls/disabled": {
12887
12891
  "type": "boolean\n",
12888
12892
  "description": "Removes the ability to click or target the component."
@@ -12891,10 +12895,6 @@
12891
12895
  "type": "number\n",
12892
12896
  "description": "The current value of the timepicker."
12893
12897
  },
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."
@@ -12935,18 +12935,10 @@
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
- },
12942
12938
  "VTimeline/tag": {
12943
12939
  "type": "string | (new () => any) | FunctionalComponent\n",
12944
12940
  "description": "Specify a custom tag used on the root element."
12945
12941
  },
12946
- "VTimeline/theme": {
12947
- "type": "string\n",
12948
- "description": "Specify a theme for this component and all of its children."
12949
- },
12950
12942
  "VTimeline/align": {
12951
12943
  "type": "'start' | 'center'\n",
12952
12944
  "description": "Places the timeline dot at the top or center of the timeline item."
@@ -12955,18 +12947,30 @@
12955
12947
  "type": "string | number\n",
12956
12948
  "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**."
12957
12949
  },
12958
- "VTimeline/direction": {
12959
- "type": "'horizontal' | 'vertical'\n",
12960
- "description": "Display timeline in a **vertical** or **horizontal** direction."
12950
+ "VTimeline/density": {
12951
+ "type": "'default' | 'comfortable' | 'compact'\n",
12952
+ "description": "Adjusts the vertical height used by the component."
12953
+ },
12954
+ "VTimeline/theme": {
12955
+ "type": "string\n",
12956
+ "description": "Specify a theme for this component and all of its children."
12961
12957
  },
12962
12958
  "VTimeline/icon-color": {
12963
12959
  "type": "string\n",
12964
12960
  "description": "Color of the icon."
12965
12961
  },
12962
+ "VTimeline/direction": {
12963
+ "type": "'horizontal' | 'vertical'\n",
12964
+ "description": "Display timeline in a **vertical** or **horizontal** direction."
12965
+ },
12966
12966
  "VTimeline/justify": {
12967
12967
  "type": "string\n",
12968
12968
  "description": "Places timeline line at the center or automatically on the left or right side."
12969
12969
  },
12970
+ "VTimeline/side": {
12971
+ "type": "'start' | 'end'\n",
12972
+ "description": "Display all timeline items on one side of the timeline, either **start** or **end**."
12973
+ },
12970
12974
  "VTimeline/line-thickness": {
12971
12975
  "type": "string | number\n",
12972
12976
  "description": "Thickness of the timeline line."
@@ -12991,34 +12995,22 @@
12991
12995
  "type": "string | number\n",
12992
12996
  "description": "Specifies the distance between the line and the dot of timeline items."
12993
12997
  },
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": "'end' | 'start' | 'both'\n",
12999
+ "type": "'start' | 'end' | 'both'\n",
13000
13000
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
13001
13001
  },
13002
- "VTimelineItem/tag": {
13003
- "type": "string | (new () => any) | FunctionalComponent\n",
13004
- "description": "Specify a custom tag used on the root element."
13005
- },
13006
- "VTimelineItem/height": {
13007
- "type": "string | number\n",
13008
- "description": "Sets the height for the component."
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."
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."
13017
13005
  },
13018
13006
  "VTimelineItem/density": {
13019
13007
  "type": "'default' | 'compact'\n",
13020
13008
  "description": "Adjusts the vertical height used by the component."
13021
13009
  },
13010
+ "VTimelineItem/height": {
13011
+ "type": "string | number\n",
13012
+ "description": "Sets the height for the component."
13013
+ },
13022
13014
  "VTimelineItem/max-height": {
13023
13015
  "type": "string | number\n",
13024
13016
  "description": "Sets the maximum height for the component."
@@ -13035,6 +13027,10 @@
13035
13027
  "type": "string | number\n",
13036
13028
  "description": "Sets the minimum width for the component."
13037
13029
  },
13030
+ "VTimelineItem/width": {
13031
+ "type": "string | number\n",
13032
+ "description": "Sets the width for the component."
13033
+ },
13038
13034
  "VTimelineItem/elevation": {
13039
13035
  "type": "string | number\n",
13040
13036
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -13047,18 +13043,18 @@
13047
13043
  "type": "boolean\n",
13048
13044
  "description": "Removes any applied **border-radius** from the component."
13049
13045
  },
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
+ },
13050
13054
  "VTimelineItem/icon-color": {
13051
13055
  "type": "string\n",
13052
13056
  "description": "Color of the icon."
13053
13057
  },
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
- },
13062
13058
  "VTimelineItem/dot-color": {
13063
13059
  "type": "string\n",
13064
13060
  "description": "Color of the item dot."
@@ -13079,61 +13075,45 @@
13079
13075
  "type": "string | number\n",
13080
13076
  "description": "Specifies the distance between the line and the dot of the item."
13081
13077
  },
13082
- "VToolbar/title": {
13083
- "type": "string\n",
13084
- "description": "Specify a title text for the component."
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."
13085
13081
  },
13086
13082
  "VToolbar/flat": {
13087
13083
  "type": "boolean\n",
13088
13084
  "description": "Removes the toolbar's box-shadow."
13089
13085
  },
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)."
13086
+ "VToolbar/tag": {
13087
+ "type": "string | (new () => any) | FunctionalComponent\n",
13088
+ "description": "Specify a custom tag used on the root element."
13093
13089
  },
13094
- "VToolbar/density": {
13095
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13096
- "description": "Adjusts the vertical height used by the component."
13090
+ "VToolbar/title": {
13091
+ "type": "string\n",
13092
+ "description": "Specify a title text for the component."
13097
13093
  },
13098
13094
  "VToolbar/height": {
13099
13095
  "type": "string | number\n",
13100
13096
  "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
13101
13097
  },
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)."
13098
+ "VToolbar/image": {
13099
+ "type": "string\n",
13100
+ "description": "Specifies a [v-img](/components/images) as the component's background."
13105
13101
  },
13106
- "VToolbar/absolute": {
13102
+ "VToolbar/collapse": {
13107
13103
  "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)."
13104
+ "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13113
13105
  },
13114
- "VToolbar/tile": {
13106
+ "VToolbar/absolute": {
13115
13107
  "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
- },
13122
- "VToolbar/theme": {
13123
- "type": "string\n",
13124
- "description": "Specify a theme for this component and all of its children."
13108
+ "description": "Applies position: absolute to the component."
13125
13109
  },
13126
13110
  "VToolbar/color": {
13127
13111
  "type": "string\n",
13128
13112
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
13129
13113
  },
13130
- "VToolbar/image": {
13131
- "type": "string\n",
13132
- "description": "Specifies a [v-img](/components/images) as the component's background."
13133
- },
13134
- "VToolbar/collapse": {
13135
- "type": "boolean\n",
13136
- "description": "Puts the toolbar into a collapsed state reducing its maximum width."
13114
+ "VToolbar/density": {
13115
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
13116
+ "description": "Adjusts the vertical height used by the component."
13137
13117
  },
13138
13118
  "VToolbar/extended": {
13139
13119
  "type": "boolean\n",
@@ -13147,49 +13127,53 @@
13147
13127
  "type": "boolean\n",
13148
13128
  "description": "Applies **display: inline-flex** to the component."
13149
13129
  },
13130
+ "VToolbar/border": {
13131
+ "type": "string | number | boolean\n",
13132
+ "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)."
13133
+ },
13134
+ "VToolbar/elevation": {
13135
+ "type": "string | number\n",
13136
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13137
+ },
13138
+ "VToolbar/rounded": {
13139
+ "type": "string | number | boolean\n",
13140
+ "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)."
13141
+ },
13142
+ "VToolbar/tile": {
13143
+ "type": "boolean\n",
13144
+ "description": "Removes any applied **border-radius** from the component."
13145
+ },
13146
+ "VToolbar/theme": {
13147
+ "type": "string\n",
13148
+ "description": "Specify a theme for this component and all of its children."
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": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13155
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13156
13156
  "description": "Applies a distinct style to the component."
13157
13157
  },
13158
- "VToolbarTitle/text": {
13159
- "type": "string\n",
13160
- "description": "Specify content text for the component."
13161
- },
13162
13158
  "VToolbarTitle/tag": {
13163
13159
  "type": "string | (new () => any) | FunctionalComponent\n",
13164
13160
  "description": "Specify a custom tag used on the root element."
13165
13161
  },
13166
- "VTooltip/disabled": {
13167
- "type": "boolean\n",
13168
- "description": "Removes the ability to click or target the component."
13169
- },
13170
- "VTooltip/height": {
13171
- "type": "string | number\n",
13172
- "description": "Sets the height for the component."
13173
- },
13174
- "VTooltip/width": {
13175
- "type": "string | number\n",
13176
- "description": "Sets the width for the component."
13177
- },
13178
- "VTooltip/id": {
13179
- "type": "string\n",
13180
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
13181
- },
13182
- "VTooltip/theme": {
13162
+ "VToolbarTitle/text": {
13183
13163
  "type": "string\n",
13184
- "description": "Specify a theme for this component and all of its children."
13164
+ "description": "Specify content text for the component."
13185
13165
  },
13186
13166
  "VTooltip/text": {
13187
13167
  "type": "string\n",
13188
13168
  "description": "Specify content text for the component."
13189
13169
  },
13190
- "VTooltip/eager": {
13170
+ "VTooltip/model-value": {
13191
13171
  "type": "boolean\n",
13192
- "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."
13172
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13173
+ },
13174
+ "VTooltip/height": {
13175
+ "type": "string | number\n",
13176
+ "description": "Sets the height for the component."
13193
13177
  },
13194
13178
  "VTooltip/max-height": {
13195
13179
  "type": "string | number\n",
@@ -13207,6 +13191,30 @@
13207
13191
  "type": "string | number\n",
13208
13192
  "description": "Sets the minimum width for the component."
13209
13193
  },
13194
+ "VTooltip/width": {
13195
+ "type": "string | number\n",
13196
+ "description": "Sets the width for the component."
13197
+ },
13198
+ "VTooltip/location": {
13199
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
13200
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
13201
+ },
13202
+ "VTooltip/theme": {
13203
+ "type": "string\n",
13204
+ "description": "Specify a theme for this component and all of its children."
13205
+ },
13206
+ "VTooltip/disabled": {
13207
+ "type": "boolean\n",
13208
+ "description": "Removes the ability to click or target the component."
13209
+ },
13210
+ "VTooltip/id": {
13211
+ "type": "string\n",
13212
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
13213
+ },
13214
+ "VTooltip/transition": {
13215
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
13216
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
13217
+ },
13210
13218
  "VTooltip/activator": {
13211
13219
  "type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
13212
13220
  "description": "Explicitly sets the overlay's activator."
@@ -13235,10 +13243,6 @@
13235
13243
  "type": "boolean\n",
13236
13244
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
13237
13245
  },
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
- },
13242
13246
  "VTooltip/scrim": {
13243
13247
  "type": "string | boolean\n",
13244
13248
  "description": "Accepts true/false to enable background, and string to define color."
@@ -13279,14 +13283,14 @@
13279
13283
  "type": "string | number\n",
13280
13284
  "description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
13281
13285
  },
13286
+ "VTooltip/eager": {
13287
+ "type": "boolean\n",
13288
+ "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."
13289
+ },
13282
13290
  "VTooltip/location-strategy": {
13283
13291
  "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",
13284
13292
  "description": "A function used to specifies how the component should position relative to its activator."
13285
13293
  },
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
13294
  "VTooltip/origin": {
13291
13295
  "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
13296
  "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)."
@@ -13296,13 +13300,9 @@
13296
13300
  "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."
13297
13301
  },
13298
13302
  "VTooltip/scroll-strategy": {
13299
- "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",
13303
+ "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",
13300
13304
  "description": "Strategy used when the component is activate and user scrolls."
13301
13305
  },
13302
- "VTooltip/transition": {
13303
- "type": "string | boolean | (TransitionProps & { component: Component })\n",
13304
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
13305
- },
13306
13306
  "VTooltip/attach": {
13307
13307
  "type": "string | boolean | Element\n",
13308
13308
  "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."
@@ -13315,45 +13315,45 @@
13315
13315
  "type": "string\n",
13316
13316
  "description": "The search model for filtering results."
13317
13317
  },
13318
- "VTreeview/border": {
13319
- "type": "string | number | boolean\n",
13320
- "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)."
13318
+ "VTreeview/tag": {
13319
+ "type": "string | (new () => any) | FunctionalComponent\n",
13320
+ "description": "Specify a custom tag used on the root element."
13321
+ },
13322
+ "VTreeview/activated": {
13323
+ "type": "any\n",
13324
+ "description": "Array of ids of activated nodes."
13325
+ },
13326
+ "VTreeview/disabled": {
13327
+ "type": "boolean\n",
13328
+ "description": "Disables selection for all nodes."
13329
+ },
13330
+ "VTreeview/height": {
13331
+ "type": "string | number\n",
13332
+ "description": "Sets the height for the component."
13333
+ },
13334
+ "VTreeview/width": {
13335
+ "type": "string | number\n",
13336
+ "description": "Sets the width for the component."
13321
13337
  },
13322
13338
  "VTreeview/model-value": {
13323
13339
  "type": "unknown[]\n",
13324
13340
  "description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
13325
13341
  },
13342
+ "VTreeview/color": {
13343
+ "type": "string\n",
13344
+ "description": "Applies specified color to the active node - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
13345
+ },
13326
13346
  "VTreeview/density": {
13327
13347
  "type": "'default' | 'comfortable' | 'compact'\n",
13328
13348
  "description": "Adjusts the vertical height used by the component."
13329
13349
  },
13330
- "VTreeview/height": {
13331
- "type": "string | number\n",
13332
- "description": "Sets the height for the component."
13350
+ "VTreeview/border": {
13351
+ "type": "string | number | boolean\n",
13352
+ "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)."
13333
13353
  },
13334
- "VTreeview/max-height": {
13354
+ "VTreeview/elevation": {
13335
13355
  "type": "string | number\n",
13336
- "description": "Sets the maximum height for the component."
13337
- },
13338
- "VTreeview/max-width": {
13339
- "type": "string | number\n",
13340
- "description": "Sets the maximum width for the component."
13341
- },
13342
- "VTreeview/min-height": {
13343
- "type": "string | number\n",
13344
- "description": "Sets the minimum height for the component."
13345
- },
13346
- "VTreeview/min-width": {
13347
- "type": "string | number\n",
13348
- "description": "Sets the minimum width for the component."
13349
- },
13350
- "VTreeview/width": {
13351
- "type": "string | number\n",
13352
- "description": "Sets the width for the component."
13353
- },
13354
- "VTreeview/elevation": {
13355
- "type": "string | number\n",
13356
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13356
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
13357
13357
  },
13358
13358
  "VTreeview/rounded": {
13359
13359
  "type": "string | number | boolean\n",
@@ -13363,150 +13363,118 @@
13363
13363
  "type": "boolean\n",
13364
13364
  "description": "Removes any applied **border-radius** from the component."
13365
13365
  },
13366
- "VTreeview/tag": {
13367
- "type": "string | (new () => any) | FunctionalComponent\n",
13368
- "description": "Specify a custom tag used on the root element."
13369
- },
13370
13366
  "VTreeview/theme": {
13371
13367
  "type": "string\n",
13372
13368
  "description": "Specify a theme for this component and all of its children."
13373
13369
  },
13374
- "VTreeview/color": {
13375
- "type": "string\n",
13376
- "description": "Applies specified color to the active node - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
13370
+ "VTreeview/filter-mode": {
13371
+ "type": "'every' | 'some' | 'union' | 'intersection'\n",
13372
+ "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."
13377
13373
  },
13378
- "VTreeview/variant": {
13379
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13380
- "description": "Applies a distinct style to the component."
13374
+ "VTreeview/no-filter": {
13375
+ "type": "boolean\n",
13376
+ "description": "Disables all item filtering."
13381
13377
  },
13382
- "VTreeview/activated": {
13383
- "type": "any\n",
13384
- "description": "Array of ids of activated nodes."
13378
+ "VTreeview/custom-filter": {
13379
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.tsx#L22-L22\" target=\"_blank\">FilterFunction</a>\n",
13380
+ "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
13385
13381
  },
13386
- "VTreeview/disabled": {
13387
- "type": "boolean\n",
13388
- "description": "Disables selection for all nodes."
13382
+ "VTreeview/custom-key-filter": {
13383
+ "type": "unknown\n",
13384
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
13389
13385
  },
13390
- "VTreeview/active-color": {
13391
- "type": "string\n",
13392
- "description": "The applied color when the component is in an active state."
13386
+ "VTreeview/filter-keys": {
13387
+ "type": "string | string[]\n",
13388
+ "description": "Array of specific keys to filter on the item."
13393
13389
  },
13394
13390
  "VTreeview/base-color": {
13395
13391
  "type": "string\n",
13396
13392
  "description": "Sets the color of component when not focused."
13397
13393
  },
13398
- "VTreeview/slim": {
13399
- "type": "boolean\n",
13400
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
13394
+ "VTreeview/active-color": {
13395
+ "type": "string\n",
13396
+ "description": "The applied color when the component is in an active state."
13397
+ },
13398
+ "VTreeview/active-class": {
13399
+ "type": "string\n",
13400
+ "description": "The class applied to the component when it is in an active state."
13401
13401
  },
13402
13402
  "VTreeview/bg-color": {
13403
13403
  "type": "string\n",
13404
13404
  "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)."
13405
13405
  },
13406
+ "VTreeview/expand-icon": {
13407
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13408
+ "description": "Icon used to indicate that a node can be expanded."
13409
+ },
13410
+ "VTreeview/collapse-icon": {
13411
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13412
+ "description": "Icon to display when the list item is expanded."
13413
+ },
13406
13414
  "VTreeview/lines": {
13407
13415
  "type": "false | 'one' | 'two' | 'three'\n",
13408
13416
  "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."
13409
13417
  },
13410
- "VTreeview/mandatory": {
13418
+ "VTreeview/slim": {
13411
13419
  "type": "boolean\n",
13412
- "description": "Forces at least one item to always be selected (if available)."
13420
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
13413
13421
  },
13414
- "VTreeview/open-on-click": {
13422
+ "VTreeview/activatable": {
13415
13423
  "type": "boolean\n",
13416
- "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
13424
+ "description": "Allows user to mark a node as active by clicking on it."
13417
13425
  },
13418
- "VTreeview/active-class": {
13419
- "type": "string\n",
13420
- "description": "The class applied to the component when it is in an active state."
13426
+ "VTreeview/selectable": {
13427
+ "type": "boolean\n",
13428
+ "description": "Will render a checkbox next to each node allowing them to be selected. Additionally, the **[openOnClick](/api/v-treeview/#props-open-on-click)** property will be applied internally."
13421
13429
  },
13422
- "VTreeview/items": {
13423
- "type": "unknown[]\n",
13424
- "description": "An array of items used to build the treeview."
13430
+ "VTreeview/opened": {
13431
+ "type": "any\n",
13432
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13425
13433
  },
13426
13434
  "VTreeview/selected": {
13427
13435
  "type": "any\n",
13428
13436
  "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
13429
13437
  },
13430
- "VTreeview/indeterminate-icon": {
13431
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13432
- "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
13433
- },
13434
- "VTreeview/false-icon": {
13435
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13436
- "description": "The icon used when inactive."
13437
- },
13438
- "VTreeview/true-icon": {
13439
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13440
- "description": "The icon used when active."
13441
- },
13442
- "VTreeview/value-comparator": {
13443
- "type": "(a: any, b: any) => boolean\n",
13444
- "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13445
- },
13446
- "VTreeview/fluid": {
13438
+ "VTreeview/mandatory": {
13447
13439
  "type": "boolean\n",
13448
- "description": "Removes indentation from nested items."
13449
- },
13450
- "VTreeview/item-value": {
13451
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
13452
- "description": "Property on supplied `items` that contains its value."
13440
+ "description": "Forces at least one item to always be selected (if available)."
13453
13441
  },
13454
- "VTreeview/return-object": {
13455
- "type": "boolean\n",
13456
- "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13442
+ "VTreeview/active-strategy": {
13443
+ "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",
13444
+ "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."
13457
13445
  },
13458
13446
  "VTreeview/select-strategy": {
13459
13447
  "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
13460
13448
  "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
13461
13449
  },
13462
- "VTreeview/filter-mode": {
13463
- "type": "'every' | 'some' | 'union' | 'intersection'\n",
13464
- "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."
13465
- },
13466
- "VTreeview/no-filter": {
13467
- "type": "boolean\n",
13468
- "description": "Disables all item filtering."
13469
- },
13470
- "VTreeview/custom-filter": {
13471
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.tsx#L22-L22\" target=\"_blank\">FilterFunction</a>\n",
13472
- "description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
13473
- },
13474
- "VTreeview/custom-key-filter": {
13475
- "type": "unknown\n",
13476
- "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
13477
- },
13478
- "VTreeview/filter-keys": {
13479
- "type": "string | string[]\n",
13480
- "description": "Array of specific keys to filter on the item."
13481
- },
13482
- "VTreeview/opened": {
13483
- "type": "any\n",
13484
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
13485
- },
13486
- "VTreeview/expand-icon": {
13487
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13488
- "description": "Icon used to indicate that a node can be expanded."
13450
+ "VTreeview/max-height": {
13451
+ "type": "string | number\n",
13452
+ "description": "Sets the maximum height for the component."
13489
13453
  },
13490
- "VTreeview/collapse-icon": {
13491
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13492
- "description": "Icon to display when the list item is expanded."
13454
+ "VTreeview/max-width": {
13455
+ "type": "string | number\n",
13456
+ "description": "Sets the maximum width for the component."
13493
13457
  },
13494
- "VTreeview/activatable": {
13495
- "type": "boolean\n",
13496
- "description": "Allows user to mark a node as active by clicking on it."
13458
+ "VTreeview/min-height": {
13459
+ "type": "string | number\n",
13460
+ "description": "Sets the minimum height for the component."
13497
13461
  },
13498
- "VTreeview/selectable": {
13499
- "type": "boolean\n",
13500
- "description": "Will render a checkbox next to each node allowing them to be selected. Additionally, the **[openOnClick](/api/v-treeview/#props-open-on-click)** property will be applied internally."
13462
+ "VTreeview/min-width": {
13463
+ "type": "string | number\n",
13464
+ "description": "Sets the minimum width for the component."
13501
13465
  },
13502
- "VTreeview/active-strategy": {
13503
- "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",
13504
- "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."
13466
+ "VTreeview/items": {
13467
+ "type": "unknown[]\n",
13468
+ "description": "An array of items used to build the treeview."
13505
13469
  },
13506
13470
  "VTreeview/item-title": {
13507
13471
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
13508
13472
  "description": "Property on supplied `items` that contains its title."
13509
13473
  },
13474
+ "VTreeview/item-value": {
13475
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
13476
+ "description": "Property on supplied `items` that contains its value."
13477
+ },
13510
13478
  "VTreeview/item-children": {
13511
13479
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
13512
13480
  "description": "Property on supplied `items` that contains its children."
@@ -13515,6 +13483,34 @@
13515
13483
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L82-L86\" target=\"_blank\">SelectItemKey</a>\n",
13516
13484
  "description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
13517
13485
  },
13486
+ "VTreeview/return-object": {
13487
+ "type": "boolean\n",
13488
+ "description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
13489
+ },
13490
+ "VTreeview/value-comparator": {
13491
+ "type": "(a: any, b: any) => boolean\n",
13492
+ "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
13493
+ },
13494
+ "VTreeview/variant": {
13495
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13496
+ "description": "Applies a distinct style to the component."
13497
+ },
13498
+ "VTreeview/open-on-click": {
13499
+ "type": "boolean\n",
13500
+ "description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
13501
+ },
13502
+ "VTreeview/fluid": {
13503
+ "type": "boolean\n",
13504
+ "description": "Removes indentation from nested items."
13505
+ },
13506
+ "VTreeview/false-icon": {
13507
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13508
+ "description": "The icon used when inactive."
13509
+ },
13510
+ "VTreeview/true-icon": {
13511
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13512
+ "description": "The icon used when active."
13513
+ },
13518
13514
  "VTreeview/open-all": {
13519
13515
  "type": "boolean\n",
13520
13516
  "description": "When `true` will cause all branch nodes to be opened when component is mounted."
@@ -13523,6 +13519,10 @@
13523
13519
  "type": "string\n",
13524
13520
  "description": "Icon used when node is in a loading state."
13525
13521
  },
13522
+ "VTreeview/indeterminate-icon": {
13523
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13524
+ "description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
13525
+ },
13526
13526
  "VTreeview/selected-color": {
13527
13527
  "type": "string\n",
13528
13528
  "description": "The color of the selection checkbox."
@@ -13531,53 +13531,49 @@
13531
13531
  "type": "(item: unknown) => Promise<void>\n",
13532
13532
  "description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
13533
13533
  },
13534
+ "VTreeviewGroup/title": {
13535
+ "type": "string\n",
13536
+ "description": "Specify a title text for the component."
13537
+ },
13534
13538
  "VTreeviewGroup/tag": {
13535
13539
  "type": "string | (new () => any) | FunctionalComponent\n",
13536
13540
  "description": "Specify a custom tag used on the root element."
13537
13541
  },
13538
- "VTreeviewGroup/title": {
13542
+ "VTreeviewGroup/color": {
13539
13543
  "type": "string\n",
13540
- "description": "Specify a title text for the component."
13544
+ "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)."
13541
13545
  },
13542
13546
  "VTreeviewGroup/value": {
13543
13547
  "type": "any\n",
13544
13548
  "description": "Expands / Collapse the list-group."
13545
13549
  },
13546
- "VTreeviewGroup/base-color": {
13547
- "type": "string\n",
13548
- "description": "Sets the color of component when not focused."
13549
- },
13550
13550
  "VTreeviewGroup/active-color": {
13551
13551
  "type": "string\n",
13552
13552
  "description": "The applied color when the component is in an active state."
13553
13553
  },
13554
- "VTreeviewGroup/expand-icon": {
13555
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13556
- "description": "Icon to display when the list item is collapsed."
13557
- },
13558
- "VTreeviewGroup/collapse-icon": {
13559
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13560
- "description": "Icon to display when the list item is expanded."
13561
- },
13562
- "VTreeviewGroup/color": {
13554
+ "VTreeviewGroup/base-color": {
13563
13555
  "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
- "VTreeviewGroup/append-icon": {
13567
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13568
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13556
+ "description": "Sets the color of component when not focused."
13569
13557
  },
13570
13558
  "VTreeviewGroup/prepend-icon": {
13571
- "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13559
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13572
13560
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
13573
13561
  },
13562
+ "VTreeviewGroup/append-icon": {
13563
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13564
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13565
+ },
13574
13566
  "VTreeviewGroup/fluid": {
13575
13567
  "type": "boolean\n",
13576
13568
  "description": "Removes indentation from nested items."
13577
13569
  },
13578
- "VTreeviewItem/title": {
13579
- "type": "string | number | boolean\n",
13580
- "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
13570
+ "VTreeviewGroup/expand-icon": {
13571
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13572
+ "description": "Icon to display when the list item is collapsed."
13573
+ },
13574
+ "VTreeviewGroup/collapse-icon": {
13575
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13576
+ "description": "Icon to display when the list item is expanded."
13581
13577
  },
13582
13578
  "VTreeviewItem/replace": {
13583
13579
  "type": "boolean\n",
@@ -13587,37 +13583,45 @@
13587
13583
  "type": "boolean\n",
13588
13584
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13589
13585
  },
13590
- "VTreeviewItem/border": {
13586
+ "VTreeviewItem/tag": {
13587
+ "type": "string | (new () => any) | FunctionalComponent\n",
13588
+ "description": "Specify a custom tag used on the root element."
13589
+ },
13590
+ "VTreeviewItem/nav": {
13591
+ "type": "boolean\n",
13592
+ "description": "Reduces the width of v-list-item takes and adds a border radius."
13593
+ },
13594
+ "VTreeviewItem/title": {
13591
13595
  "type": "string | number | boolean\n",
13592
- "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)."
13596
+ "description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
13593
13597
  },
13594
- "VTreeviewItem/density": {
13595
- "type": "'default' | 'comfortable' | 'compact'\n",
13596
- "description": "Adjusts the vertical height used by the component."
13598
+ "VTreeviewItem/disabled": {
13599
+ "type": "boolean\n",
13600
+ "description": "Removes the ability to click or target the component."
13597
13601
  },
13598
13602
  "VTreeviewItem/height": {
13599
13603
  "type": "string | number\n",
13600
13604
  "description": "Sets the height for the component."
13601
13605
  },
13602
- "VTreeviewItem/max-height": {
13603
- "type": "string | number\n",
13604
- "description": "Sets the maximum height for the component."
13606
+ "VTreeviewItem/value": {
13607
+ "type": "any\n",
13608
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13605
13609
  },
13606
- "VTreeviewItem/max-width": {
13610
+ "VTreeviewItem/width": {
13607
13611
  "type": "string | number\n",
13608
- "description": "Sets the maximum width for the component."
13612
+ "description": "Sets the width for the component."
13609
13613
  },
13610
- "VTreeviewItem/min-height": {
13611
- "type": "string | number\n",
13612
- "description": "Sets the minimum height for the component."
13614
+ "VTreeviewItem/color": {
13615
+ "type": "string\n",
13616
+ "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),"
13613
13617
  },
13614
- "VTreeviewItem/min-width": {
13615
- "type": "string | number\n",
13616
- "description": "Sets the minimum width for the component."
13618
+ "VTreeviewItem/density": {
13619
+ "type": "'default' | 'comfortable' | 'compact'\n",
13620
+ "description": "Adjusts the vertical height used by the component."
13617
13621
  },
13618
- "VTreeviewItem/width": {
13619
- "type": "string | number\n",
13620
- "description": "Sets the width for the component."
13622
+ "VTreeviewItem/border": {
13623
+ "type": "string | number | boolean\n",
13624
+ "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)."
13621
13625
  },
13622
13626
  "VTreeviewItem/elevation": {
13623
13627
  "type": "string | number\n",
@@ -13631,57 +13635,69 @@
13631
13635
  "type": "boolean\n",
13632
13636
  "description": "Removes any applied **border-radius** from the component."
13633
13637
  },
13634
- "VTreeviewItem/tag": {
13635
- "type": "string | (new () => any) | FunctionalComponent\n",
13636
- "description": "Specify a custom tag used on the root element."
13637
- },
13638
13638
  "VTreeviewItem/theme": {
13639
13639
  "type": "string\n",
13640
13640
  "description": "Specify a theme for this component and all of its children."
13641
13641
  },
13642
- "VTreeviewItem/color": {
13643
- "type": "string\n",
13644
- "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),"
13645
- },
13646
- "VTreeviewItem/variant": {
13647
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13648
- "description": "Applies a distinct style to the component."
13649
- },
13650
- "VTreeviewItem/disabled": {
13642
+ "VTreeviewItem/exact": {
13651
13643
  "type": "boolean\n",
13652
- "description": "Removes the ability to click or target the component."
13644
+ "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."
13653
13645
  },
13654
- "VTreeviewItem/value": {
13655
- "type": "any\n",
13656
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13646
+ "VTreeviewItem/subtitle": {
13647
+ "type": "string | number | boolean\n",
13648
+ "description": "Specify a subtitle text for the component."
13657
13649
  },
13658
- "VTreeviewItem/active": {
13659
- "type": "boolean\n",
13660
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13650
+ "VTreeviewItem/base-color": {
13651
+ "type": "string\n",
13652
+ "description": "Sets the color of component when not focused."
13661
13653
  },
13662
13654
  "VTreeviewItem/active-color": {
13663
13655
  "type": "string\n",
13664
13656
  "description": "The applied color when the component is in an active state."
13665
13657
  },
13666
- "VTreeviewItem/base-color": {
13658
+ "VTreeviewItem/active-class": {
13667
13659
  "type": "string\n",
13668
- "description": "Sets the color of component when not focused."
13669
- },
13670
- "VTreeviewItem/prepend-icon": {
13671
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13672
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
13660
+ "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
13673
13661
  },
13674
- "VTreeviewItem/append-icon": {
13675
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13676
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13662
+ "VTreeviewItem/lines": {
13663
+ "type": "false | 'one' | 'two' | 'three'\n",
13664
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
13677
13665
  },
13678
13666
  "VTreeviewItem/slim": {
13679
13667
  "type": "boolean\n",
13680
13668
  "description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
13681
13669
  },
13682
- "VTreeviewItem/ripple": {
13683
- "type": "boolean | { class: string }\n",
13684
- "description": "Applies the [v-ripple](/directives/ripple) directive."
13670
+ "VTreeviewItem/max-height": {
13671
+ "type": "string | number\n",
13672
+ "description": "Sets the maximum height for the component."
13673
+ },
13674
+ "VTreeviewItem/max-width": {
13675
+ "type": "string | number\n",
13676
+ "description": "Sets the maximum width for the component."
13677
+ },
13678
+ "VTreeviewItem/min-height": {
13679
+ "type": "string | number\n",
13680
+ "description": "Sets the minimum height for the component."
13681
+ },
13682
+ "VTreeviewItem/min-width": {
13683
+ "type": "string | number\n",
13684
+ "description": "Sets the minimum width for the component."
13685
+ },
13686
+ "VTreeviewItem/variant": {
13687
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
13688
+ "description": "Applies a distinct style to the component."
13689
+ },
13690
+ "VTreeviewItem/append-icon": {
13691
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13692
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13693
+ },
13694
+ "VTreeviewItem/prepend-icon": {
13695
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13696
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
13697
+ },
13698
+ "VTreeviewItem/active": {
13699
+ "type": "boolean\n",
13700
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
13685
13701
  },
13686
13702
  "VTreeviewItem/loading": {
13687
13703
  "type": "boolean\n",
@@ -13691,29 +13707,13 @@
13691
13707
  "type": "string\n",
13692
13708
  "description": "Designates the component as anchor and applies the **href** attribute."
13693
13709
  },
13694
- "VTreeviewItem/exact": {
13695
- "type": "boolean\n",
13696
- "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."
13697
- },
13698
13710
  "VTreeviewItem/to": {
13699
13711
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
13700
13712
  "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."
13701
13713
  },
13702
- "VTreeviewItem/lines": {
13703
- "type": "false | 'one' | 'two' | 'three'\n",
13704
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
13705
- },
13706
- "VTreeviewItem/nav": {
13707
- "type": "boolean\n",
13708
- "description": "Reduces the width of v-list-item takes and adds a border radius."
13709
- },
13710
- "VTreeviewItem/active-class": {
13711
- "type": "string\n",
13712
- "description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
13713
- },
13714
- "VTreeviewItem/subtitle": {
13715
- "type": "string | number | boolean\n",
13716
- "description": "Specify a subtitle text for the component."
13714
+ "VTreeviewItem/ripple": {
13715
+ "type": "boolean | { class: string }\n",
13716
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
13717
13717
  },
13718
13718
  "VTreeviewItem/append-avatar": {
13719
13719
  "type": "string\n",
@@ -13724,28 +13724,32 @@
13724
13724
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
13725
13725
  },
13726
13726
  "VTreeviewItem/toggle-icon": {
13727
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13727
+ "type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
13728
13728
  "description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
13729
13729
  },
13730
- "VValidation/name": {
13731
- "type": "string\n",
13732
- "description": "Sets the component's name attribute."
13730
+ "VValidation/model-value": {
13731
+ "type": "unknown\n",
13732
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13733
13733
  },
13734
13734
  "VValidation/error": {
13735
13735
  "type": "boolean\n",
13736
13736
  "description": "Puts the input in a manual error state."
13737
13737
  },
13738
- "VValidation/label": {
13738
+ "VValidation/name": {
13739
13739
  "type": "string\n",
13740
- "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13740
+ "description": "Sets the component's name attribute."
13741
13741
  },
13742
13742
  "VValidation/disabled": {
13743
13743
  "type": "boolean\n",
13744
13744
  "description": "Removes the ability to click or target the component."
13745
13745
  },
13746
- "VValidation/model-value": {
13747
- "type": "unknown\n",
13748
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13746
+ "VValidation/readonly": {
13747
+ "type": "boolean\n",
13748
+ "description": "Puts input in readonly state."
13749
+ },
13750
+ "VValidation/label": {
13751
+ "type": "string\n",
13752
+ "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
13749
13753
  },
13750
13754
  "VValidation/error-messages": {
13751
13755
  "type": "string | string[]\n",
@@ -13755,10 +13759,6 @@
13755
13759
  "type": "string | number\n",
13756
13760
  "description": "Control the maximum number of shown errors from validation."
13757
13761
  },
13758
- "VValidation/readonly": {
13759
- "type": "boolean\n",
13760
- "description": "Puts input in readonly state."
13761
- },
13762
13762
  "VValidation/rules": {
13763
13763
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L17-L21\" target=\"_blank\">ValidationRule</a>[]\n",
13764
13764
  "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`."
@@ -13827,6 +13827,10 @@
13827
13827
  "type": "boolean\n",
13828
13828
  "description": "Removes the ability to click or target the component."
13829
13829
  },
13830
+ "VWindow/model-value": {
13831
+ "type": "unknown\n",
13832
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13833
+ },
13830
13834
  "VWindow/theme": {
13831
13835
  "type": "string\n",
13832
13836
  "description": "Specify a theme for this component and all of its children."
@@ -13835,10 +13839,6 @@
13835
13839
  "type": "boolean | 'force'\n",
13836
13840
  "description": "Forces at least one item to always be selected (if available)."
13837
13841
  },
13838
- "VWindow/model-value": {
13839
- "type": "unknown\n",
13840
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
13841
- },
13842
13842
  "VWindow/direction": {
13843
13843
  "type": "'horizontal' | 'vertical'\n",
13844
13844
  "description": "The transition direction when changing windows."