@vuetify/nightly 3.7.14-master.2025-02-27 → 3.7.14-master.2025-03-02

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/json/attributes.json +1090 -1090
  3. package/dist/json/importMap-labs.json +34 -34
  4. package/dist/json/importMap.json +208 -208
  5. package/dist/json/web-types.json +2092 -2092
  6. package/dist/vuetify-labs.css +3237 -3233
  7. package/dist/vuetify-labs.d.ts +15 -9
  8. package/dist/vuetify-labs.esm.js +97 -24
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +97 -24
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2908 -2908
  13. package/dist/vuetify.d.ts +74 -74
  14. package/dist/vuetify.esm.js +6 -3
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +6 -3
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +5 -5
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VList/VListItem.mjs +2 -0
  22. package/lib/components/VList/VListItem.mjs.map +1 -1
  23. package/lib/components/VSlider/slider.mjs +1 -0
  24. package/lib/components/VSlider/slider.mjs.map +1 -1
  25. package/lib/entry-bundler.mjs +1 -1
  26. package/lib/framework.mjs +1 -1
  27. package/lib/index.d.mts +74 -74
  28. package/lib/labs/VFileUpload/VFileUpload.css +5 -1
  29. package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
  30. package/lib/labs/VFileUpload/_variables.scss +1 -1
  31. package/lib/labs/VNumberInput/VNumberInput.mjs +53 -18
  32. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  33. package/lib/labs/VNumberInput/hold.mjs +31 -0
  34. package/lib/labs/VNumberInput/hold.mjs.map +1 -0
  35. package/lib/labs/VNumberInput/index.d.mts +1 -1
  36. package/lib/labs/VTreeview/VTreeviewItem.mjs +11 -4
  37. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  38. package/lib/labs/VTreeview/index.d.mts +14 -8
  39. package/lib/labs/components.d.mts +15 -9
  40. package/package.json +1 -1
@@ -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,38 +123,34 @@
119
123
  "type": "string[]\n",
120
124
  "description": "**FOR INTERNAL USE ONLY**"
121
125
  },
122
- "VApp/theme": {
126
+ "VAppBar/flat": {
127
+ "type": "boolean\n",
128
+ "description": "Removes the component's **box-shadow**."
129
+ },
130
+ "VAppBar/tag": {
123
131
  "type": "string\n",
124
- "description": "Specify a theme for this component and all of its children."
132
+ "description": "Specify a custom tag used on the root element."
133
+ },
134
+ "VAppBar/name": {
135
+ "type": "string\n",
136
+ "description": "Assign a specific name for layout registration."
125
137
  },
126
138
  "VAppBar/title": {
127
139
  "type": "string\n",
128
140
  "description": "Specify a title text for the component."
129
141
  },
130
- "VAppBar/flat": {
131
- "type": "boolean\n",
132
- "description": "Removes the component's **box-shadow**."
142
+ "VAppBar/image": {
143
+ "type": "string\n",
144
+ "description": "Specifies a [v-img](/components/images) as the component's background."
133
145
  },
134
- "VAppBar/border": {
135
- "type": "string | number | boolean\n",
136
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
146
+ "VAppBar/collapse": {
147
+ "type": "boolean\n",
148
+ "description": "Morphs the component into a collapsed state, reducing its maximum width."
137
149
  },
138
150
  "VAppBar/model-value": {
139
151
  "type": "boolean\n",
140
152
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
141
153
  },
142
- "VAppBar/density": {
143
- "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
144
- "description": "Adjusts the vertical height used by the component."
145
- },
146
- "VAppBar/height": {
147
- "type": "string | number\n",
148
- "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
149
- },
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)."
153
- },
154
154
  "VAppBar/location": {
155
155
  "type": "'top' | 'bottom'\n",
156
156
  "description": "Aligns the component towards the top or bottom."
@@ -159,37 +159,13 @@
159
159
  "type": "boolean\n",
160
160
  "description": "Applies position: absolute to the component."
161
161
  },
162
- "VAppBar/rounded": {
163
- "type": "string | number | boolean\n",
164
- "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
165
- },
166
- "VAppBar/tile": {
167
- "type": "boolean\n",
168
- "description": "Removes any applied **border-radius** from the component."
169
- },
170
- "VAppBar/tag": {
171
- "type": "string\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
162
  "VAppBar/color": {
179
163
  "type": "string\n",
180
164
  "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
165
  },
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."
166
+ "VAppBar/density": {
167
+ "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
168
+ "description": "Adjusts the vertical height used by the component."
193
169
  },
194
170
  "VAppBar/extended": {
195
171
  "type": "boolean\n",
@@ -203,6 +179,30 @@
203
179
  "type": "boolean\n",
204
180
  "description": "Applies **display: inline-flex** to the component."
205
181
  },
182
+ "VAppBar/height": {
183
+ "type": "string | number\n",
184
+ "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
185
+ },
186
+ "VAppBar/border": {
187
+ "type": "string | number | boolean\n",
188
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
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."
@@ -307,6 +307,14 @@
307
307
  "type": "boolean\n",
308
308
  "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."
309
309
  },
310
+ "VAppBarNavIcon/size": {
311
+ "type": "string | number\n",
312
+ "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**."
313
+ },
314
+ "VAppBarNavIcon/value": {
315
+ "type": "any\n",
316
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
317
+ },
310
318
  "VAppBarNavIcon/active": {
311
319
  "type": "boolean\n",
312
320
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -347,10 +355,6 @@
347
355
  "type": "boolean | { class: string }\n",
348
356
  "description": "Applies the [v-ripple](/directives/ripple) directive."
349
357
  },
350
- "VAppBarNavIcon/value": {
351
- "type": "any\n",
352
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
353
- },
354
358
  "VAppBarNavIcon/disabled": {
355
359
  "type": "boolean\n",
356
360
  "description": "Removes the ability to click or target the component."
@@ -375,10 +379,6 @@
375
379
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
376
380
  "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."
377
381
  },
378
- "VAppBarNavIcon/size": {
379
- "type": "string | number\n",
380
- "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**."
381
- },
382
382
  "VAppBarTitle/tag": {
383
383
  "type": "string\n",
384
384
  "description": "Specify a custom tag used on the root element."
@@ -419,17 +419,29 @@
419
419
  "type": "string\n",
420
420
  "description": "Text input used to filter items."
421
421
  },
422
- "VAutocomplete/theme": {
422
+ "VAutocomplete/model-value": {
423
+ "type": "any\n",
424
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
425
+ },
426
+ "VAutocomplete/color": {
423
427
  "type": "string\n",
424
- "description": "Specify a theme for this component and all of its children."
428
+ "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)."
425
429
  },
426
- "VAutocomplete/items": {
427
- "type": "any[]\n",
428
- "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."
430
+ "VAutocomplete/density": {
431
+ "type": "'default' | 'comfortable' | 'compact'\n",
432
+ "description": "Adjusts the vertical height used by the component."
429
433
  },
430
- "VAutocomplete/id": {
434
+ "VAutocomplete/rounded": {
435
+ "type": "string | number | boolean\n",
436
+ "description": "Adds a border radius to the input."
437
+ },
438
+ "VAutocomplete/tile": {
439
+ "type": "boolean\n",
440
+ "description": "Removes any applied **border-radius** from the component."
441
+ },
442
+ "VAutocomplete/theme": {
431
443
  "type": "string\n",
432
- "description": "Sets the DOM id on the component."
444
+ "description": "Specify a theme for this component and all of its children."
433
445
  },
434
446
  "VAutocomplete/auto-select-first": {
435
447
  "type": "boolean | 'exact'\n",
@@ -507,10 +519,6 @@
507
519
  "type": "boolean\n",
508
520
  "description": "Changes select to multiple. Accepts array for value."
509
521
  },
510
- "VAutocomplete/density": {
511
- "type": "'default' | 'comfortable' | 'compact'\n",
512
- "description": "Adjusts the vertical height used by the component."
513
- },
514
522
  "VAutocomplete/max-width": {
515
523
  "type": "string | number\n",
516
524
  "description": "Sets the maximum width for the component."
@@ -523,6 +531,10 @@
523
531
  "type": "string | number\n",
524
532
  "description": "Sets the width for the component."
525
533
  },
534
+ "VAutocomplete/items": {
535
+ "type": "any[]\n",
536
+ "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."
537
+ },
526
538
  "VAutocomplete/item-title": {
527
539
  "type": "SelectItemKey<any>\n",
528
540
  "description": "Property on supplied `items` that contains its title."
@@ -547,18 +559,6 @@
547
559
  "type": "(a: any, b: any) => boolean\n",
548
560
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
549
561
  },
550
- "VAutocomplete/rounded": {
551
- "type": "string | number | boolean\n",
552
- "description": "Adds a border radius to the input."
553
- },
554
- "VAutocomplete/tile": {
555
- "type": "boolean\n",
556
- "description": "Removes any applied **border-radius** from the component."
557
- },
558
- "VAutocomplete/color": {
559
- "type": "string\n",
560
- "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)."
561
- },
562
562
  "VAutocomplete/variant": {
563
563
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
564
564
  "description": "Applies a distinct style to the component."
@@ -571,9 +571,9 @@
571
571
  "type": "unknown\n",
572
572
  "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."
573
573
  },
574
- "VAutocomplete/model-value": {
575
- "type": "any\n",
576
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
574
+ "VAutocomplete/id": {
575
+ "type": "string\n",
576
+ "description": "Sets the DOM id on the component."
577
577
  },
578
578
  "VAutocomplete/transition": {
579
579
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -767,14 +767,14 @@
767
767
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
768
768
  "description": "Applies a distinct style to the component."
769
769
  },
770
- "VAvatar/image": {
771
- "type": "string\n",
772
- "description": "Apply a specific image using [v-img](/components/images/)."
773
- },
774
770
  "VAvatar/size": {
775
771
  "type": "string | number\n",
776
772
  "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**."
777
773
  },
774
+ "VAvatar/image": {
775
+ "type": "string\n",
776
+ "description": "Apply a specific image using [v-img](/components/images/)."
777
+ },
778
778
  "VBadge/icon": {
779
779
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
780
780
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -807,10 +807,6 @@
807
807
  "type": "string\n",
808
808
  "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)."
809
809
  },
810
- "VBadge/floating": {
811
- "type": "boolean\n",
812
- "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset."
813
- },
814
810
  "VBadge/bordered": {
815
811
  "type": "boolean\n",
816
812
  "description": "Applies a **2px** by default and **1.5px** border around the badge when using the **dot** property."
@@ -823,6 +819,10 @@
823
819
  "type": "boolean\n",
824
820
  "description": "Reduce the size of the badge and hide its contents."
825
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
826
  "VBadge/inline": {
827
827
  "type": "boolean\n",
828
828
  "description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect."
@@ -1011,10 +1011,6 @@
1011
1011
  "type": "string\n",
1012
1012
  "description": "Assign a specific name for layout registration."
1013
1013
  },
1014
- "VBottomNavigation/order": {
1015
- "type": "string | number\n",
1016
- "description": "Adjust the order of the component in relation to its registration order."
1017
- },
1018
1014
  "VBottomNavigation/active": {
1019
1015
  "type": "boolean\n",
1020
1016
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1047,6 +1043,10 @@
1047
1043
  "type": "boolean\n",
1048
1044
  "description": "Force all [v-btn](/components/buttons) children to take up all available horizontal space."
1049
1045
  },
1046
+ "VBottomNavigation/order": {
1047
+ "type": "string | number\n",
1048
+ "description": "Adjust the order of the component in relation to its registration order."
1049
+ },
1050
1050
  "VBottomNavigation/multiple": {
1051
1051
  "type": "boolean\n",
1052
1052
  "description": "Allows one to select multiple items."
@@ -1239,6 +1239,10 @@
1239
1239
  "type": "string\n",
1240
1240
  "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)."
1241
1241
  },
1242
+ "VBreadcrumbs/items": {
1243
+ "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n",
1244
+ "description": "An array of strings or objects used for automatically generating children components."
1245
+ },
1242
1246
  "VBreadcrumbs/active-color": {
1243
1247
  "type": "string\n",
1244
1248
  "description": "The applied color when the component is in an active state."
@@ -1259,10 +1263,6 @@
1259
1263
  "type": "string\n",
1260
1264
  "description": "The class applied to the component when it is in an active state."
1261
1265
  },
1262
- "VBreadcrumbs/items": {
1263
- "type": "(\n | string\n | (Partial<LinkProps> & { title: string; disabled: boolean })\n)[]\n",
1264
- "description": "An array of strings or objects used for automatically generating children components."
1265
- },
1266
1266
  "VBreadcrumbsDivider/divider": {
1267
1267
  "type": "string | number\n",
1268
1268
  "description": "Specifies the dividing character between items."
@@ -1399,6 +1399,14 @@
1399
1399
  "type": "boolean\n",
1400
1400
  "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."
1401
1401
  },
1402
+ "VBtn/size": {
1403
+ "type": "string | number\n",
1404
+ "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**."
1405
+ },
1406
+ "VBtn/value": {
1407
+ "type": "any\n",
1408
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1409
+ },
1402
1410
  "VBtn/active": {
1403
1411
  "type": "boolean\n",
1404
1412
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -1439,10 +1447,6 @@
1439
1447
  "type": "boolean | { class: string }\n",
1440
1448
  "description": "Applies the [v-ripple](/directives/ripple) directive."
1441
1449
  },
1442
- "VBtn/value": {
1443
- "type": "any\n",
1444
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
1445
- },
1446
1450
  "VBtn/disabled": {
1447
1451
  "type": "boolean\n",
1448
1452
  "description": "Removes the ability to click or target the component."
@@ -1467,30 +1471,22 @@
1467
1471
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
1468
1472
  "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."
1469
1473
  },
1470
- "VBtn/size": {
1471
- "type": "string | number\n",
1472
- "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**."
1473
- },
1474
1474
  "VBtnGroup/tag": {
1475
1475
  "type": "string\n",
1476
1476
  "description": "Specify a custom tag used on the root element."
1477
1477
  },
1478
- "VBtnGroup/theme": {
1478
+ "VBtnGroup/color": {
1479
1479
  "type": "string\n",
1480
- "description": "Specify a theme for this component and all of its children."
1480
+ "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)."
1481
1481
  },
1482
- "VBtnGroup/base-color": {
1483
- "type": "string\n",
1484
- "description": "Sets the color of component when not focused."
1482
+ "VBtnGroup/density": {
1483
+ "type": "'default' | 'comfortable' | 'compact'\n",
1484
+ "description": "Adjusts the vertical height used by the component."
1485
1485
  },
1486
1486
  "VBtnGroup/border": {
1487
1487
  "type": "string | number | boolean\n",
1488
1488
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1489
1489
  },
1490
- "VBtnGroup/density": {
1491
- "type": "'default' | 'comfortable' | 'compact'\n",
1492
- "description": "Adjusts the vertical height used by the component."
1493
- },
1494
1490
  "VBtnGroup/elevation": {
1495
1491
  "type": "string | number\n",
1496
1492
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -1503,9 +1499,13 @@
1503
1499
  "type": "boolean\n",
1504
1500
  "description": "Removes any applied **border-radius** from the component."
1505
1501
  },
1506
- "VBtnGroup/color": {
1502
+ "VBtnGroup/theme": {
1507
1503
  "type": "string\n",
1508
- "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)."
1504
+ "description": "Specify a theme for this component and all of its children."
1505
+ },
1506
+ "VBtnGroup/base-color": {
1507
+ "type": "string\n",
1508
+ "description": "Sets the color of component when not focused."
1509
1509
  },
1510
1510
  "VBtnGroup/variant": {
1511
1511
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -1519,34 +1519,22 @@
1519
1519
  "type": "string\n",
1520
1520
  "description": "Specify a custom tag used on the root element."
1521
1521
  },
1522
- "VBtnToggle/theme": {
1523
- "type": "string\n",
1524
- "description": "Specify a theme for this component and all of its children."
1522
+ "VBtnToggle/model-value": {
1523
+ "type": "unknown\n",
1524
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1525
1525
  },
1526
- "VBtnToggle/base-color": {
1526
+ "VBtnToggle/color": {
1527
1527
  "type": "string\n",
1528
- "description": "Sets the color of component when not focused."
1529
- },
1530
- "VBtnToggle/disabled": {
1531
- "type": "boolean\n",
1532
- "description": "Puts all children components into a disabled state."
1533
- },
1534
- "VBtnToggle/multiple": {
1535
- "type": "boolean\n",
1536
- "description": "Allows one to select multiple items."
1528
+ "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)."
1537
1529
  },
1538
- "VBtnToggle/mandatory": {
1539
- "type": "boolean | 'force'\n",
1540
- "description": "Forces at least one item to always be selected (if available)."
1530
+ "VBtnToggle/density": {
1531
+ "type": "'default' | 'comfortable' | 'compact'\n",
1532
+ "description": "Adjusts the vertical height used by the component."
1541
1533
  },
1542
1534
  "VBtnToggle/border": {
1543
1535
  "type": "string | number | boolean\n",
1544
1536
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1545
1537
  },
1546
- "VBtnToggle/density": {
1547
- "type": "'default' | 'comfortable' | 'compact'\n",
1548
- "description": "Adjusts the vertical height used by the component."
1549
- },
1550
1538
  "VBtnToggle/elevation": {
1551
1539
  "type": "string | number\n",
1552
1540
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -1559,18 +1547,30 @@
1559
1547
  "type": "boolean\n",
1560
1548
  "description": "Removes the component's border-radius."
1561
1549
  },
1562
- "VBtnToggle/color": {
1550
+ "VBtnToggle/theme": {
1563
1551
  "type": "string\n",
1564
- "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)."
1552
+ "description": "Specify a theme for this component and all of its children."
1553
+ },
1554
+ "VBtnToggle/base-color": {
1555
+ "type": "string\n",
1556
+ "description": "Sets the color of component when not focused."
1557
+ },
1558
+ "VBtnToggle/disabled": {
1559
+ "type": "boolean\n",
1560
+ "description": "Puts all children components into a disabled state."
1561
+ },
1562
+ "VBtnToggle/multiple": {
1563
+ "type": "boolean\n",
1564
+ "description": "Allows one to select multiple items."
1565
+ },
1566
+ "VBtnToggle/mandatory": {
1567
+ "type": "boolean | 'force'\n",
1568
+ "description": "Forces at least one item to always be selected (if available)."
1565
1569
  },
1566
1570
  "VBtnToggle/variant": {
1567
1571
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1568
1572
  "description": "Applies a distinct style to the component."
1569
1573
  },
1570
- "VBtnToggle/model-value": {
1571
- "type": "unknown\n",
1572
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
1573
- },
1574
1574
  "VBtnToggle/divided": {
1575
1575
  "type": "boolean\n",
1576
1576
  "description": "Add dividers between children [v-btn](/components/buttons) components."
@@ -1795,6 +1795,10 @@
1795
1795
  "type": "number\n",
1796
1796
  "description": "Index or position of the interval in the day view."
1797
1797
  },
1798
+ "VCalendarIntervalEvent/event": {
1799
+ "type": "unknown\n",
1800
+ "description": "The event object associated with this calendar interval."
1801
+ },
1798
1802
  "VCalendarIntervalEvent/interval-divisions": {
1799
1803
  "type": "number\n",
1800
1804
  "description": "Number of subdivisions within the interval for this event."
@@ -1815,10 +1819,6 @@
1815
1819
  "type": "unknown\n",
1816
1820
  "description": "The specific time interval this event is associated with."
1817
1821
  },
1818
- "VCalendarIntervalEvent/event": {
1819
- "type": "unknown\n",
1820
- "description": "The event object associated with this calendar interval."
1821
- },
1822
1822
  "VCalendarMonthDay/title": {
1823
1823
  "type": "string | number\n",
1824
1824
  "description": "Specify a title text for the component."
@@ -1863,6 +1863,42 @@
1863
1863
  "type": "boolean\n",
1864
1864
  "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."
1865
1865
  },
1866
+ "VCard/image": {
1867
+ "type": "string\n",
1868
+ "description": "Apply a specific background image to the component."
1869
+ },
1870
+ "VCard/location": {
1871
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1872
+ "description": "Specifies the component's location. Can combine by using a space separated string."
1873
+ },
1874
+ "VCard/color": {
1875
+ "type": "string\n",
1876
+ "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)."
1877
+ },
1878
+ "VCard/density": {
1879
+ "type": "'default' | 'comfortable' | 'compact'\n",
1880
+ "description": "Adjusts the vertical height used by the component."
1881
+ },
1882
+ "VCard/height": {
1883
+ "type": "string | number\n",
1884
+ "description": "Sets the height for the component."
1885
+ },
1886
+ "VCard/border": {
1887
+ "type": "string | number | boolean\n",
1888
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1889
+ },
1890
+ "VCard/elevation": {
1891
+ "type": "string | number\n",
1892
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1893
+ },
1894
+ "VCard/rounded": {
1895
+ "type": "string | number | boolean\n",
1896
+ "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)."
1897
+ },
1898
+ "VCard/tile": {
1899
+ "type": "boolean\n",
1900
+ "description": "Removes any applied **border-radius** from the component."
1901
+ },
1866
1902
  "VCard/theme": {
1867
1903
  "type": "string\n",
1868
1904
  "description": "Specify a theme for this component and all of its children."
@@ -1883,18 +1919,6 @@
1883
1919
  "type": "boolean\n",
1884
1920
  "description": "Removes the ability to click or target the component."
1885
1921
  },
1886
- "VCard/border": {
1887
- "type": "string | number | boolean\n",
1888
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1889
- },
1890
- "VCard/density": {
1891
- "type": "'default' | 'comfortable' | 'compact'\n",
1892
- "description": "Adjusts the vertical height used by the component."
1893
- },
1894
- "VCard/height": {
1895
- "type": "string | number\n",
1896
- "description": "Sets the height for the component."
1897
- },
1898
1922
  "VCard/max-height": {
1899
1923
  "type": "string | number\n",
1900
1924
  "description": "Sets the maximum height for the component."
@@ -1915,30 +1939,10 @@
1915
1939
  "type": "string | number\n",
1916
1940
  "description": "Sets the width for the component."
1917
1941
  },
1918
- "VCard/elevation": {
1919
- "type": "string | number\n",
1920
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
1921
- },
1922
- "VCard/rounded": {
1923
- "type": "string | number | boolean\n",
1924
- "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)."
1925
- },
1926
- "VCard/tile": {
1927
- "type": "boolean\n",
1928
- "description": "Removes any applied **border-radius** from the component."
1929
- },
1930
- "VCard/color": {
1931
- "type": "string\n",
1932
- "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)."
1933
- },
1934
1942
  "VCard/variant": {
1935
1943
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
1936
1944
  "description": "Applies a distinct style to the component."
1937
1945
  },
1938
- "VCard/location": {
1939
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
1940
- "description": "Specifies the component's location. Can combine by using a space separated string."
1941
- },
1942
1946
  "VCard/append-icon": {
1943
1947
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
1944
1948
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -1951,10 +1955,6 @@
1951
1955
  "type": "string | boolean\n",
1952
1956
  "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."
1953
1957
  },
1954
- "VCard/image": {
1955
- "type": "string\n",
1956
- "description": "Apply a specific background image to the component."
1957
- },
1958
1958
  "VCard/append-avatar": {
1959
1959
  "type": "string\n",
1960
1960
  "description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
@@ -1972,7 +1972,7 @@
1972
1972
  "description": "Applies the [v-ripple](/directives/ripple) directive."
1973
1973
  },
1974
1974
  "VCard/position": {
1975
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
1975
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
1976
1976
  "description": "Sets the position for the component."
1977
1977
  },
1978
1978
  "VCard/href": {
@@ -2043,6 +2043,18 @@
2043
2043
  "type": "string | boolean\n",
2044
2044
  "description": "Displays a carousel progress bar. Requires the **cycle** prop and **interval**."
2045
2045
  },
2046
+ "VCarousel/model-value": {
2047
+ "type": "unknown\n",
2048
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2049
+ },
2050
+ "VCarousel/color": {
2051
+ "type": "string\n",
2052
+ "description": "Applies a color to the navigation dots - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2053
+ },
2054
+ "VCarousel/height": {
2055
+ "type": "string | number\n",
2056
+ "description": "Sets the height for the component."
2057
+ },
2046
2058
  "VCarousel/theme": {
2047
2059
  "type": "string\n",
2048
2060
  "description": "Specify a theme for this component and all of its children."
@@ -2055,18 +2067,6 @@
2055
2067
  "type": "boolean | 'force'\n",
2056
2068
  "description": "Forces at least one item to always be selected (if available)."
2057
2069
  },
2058
- "VCarousel/height": {
2059
- "type": "string | number\n",
2060
- "description": "Sets the height for the component."
2061
- },
2062
- "VCarousel/color": {
2063
- "type": "string\n",
2064
- "description": "Applies a color to the navigation dots - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2065
- },
2066
- "VCarousel/model-value": {
2067
- "type": "unknown\n",
2068
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2069
- },
2070
2070
  "VCarousel/direction": {
2071
2071
  "type": "'horizontal' | 'vertical'\n",
2072
2072
  "description": "The transition direction when changing windows."
@@ -2149,7 +2149,7 @@
2149
2149
  },
2150
2150
  "VCarouselItem/absolute": {
2151
2151
  "type": "boolean\n",
2152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
2152
+ "description": "Applies position: absolute to the component."
2153
2153
  },
2154
2154
  "VCarouselItem/rounded": {
2155
2155
  "type": "string | number | boolean\n",
@@ -2283,6 +2283,14 @@
2283
2283
  "type": "string\n",
2284
2284
  "description": "Sets the component's name attribute."
2285
2285
  },
2286
+ "VCheckbox/id": {
2287
+ "type": "string\n",
2288
+ "description": "Sets the DOM id on the component."
2289
+ },
2290
+ "VCheckbox/value": {
2291
+ "type": "any\n",
2292
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2293
+ },
2286
2294
  "VCheckbox/base-color": {
2287
2295
  "type": "string\n",
2288
2296
  "description": "Sets the color of the input when it is not focused."
@@ -2303,10 +2311,6 @@
2303
2311
  "type": "boolean | { class: string }\n",
2304
2312
  "description": "Applies the [v-ripple](/directives/ripple) directive."
2305
2313
  },
2306
- "VCheckbox/value": {
2307
- "type": "any\n",
2308
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2309
- },
2310
2314
  "VCheckbox/disabled": {
2311
2315
  "type": "boolean\n",
2312
2316
  "description": "Removes the ability to click or target the component."
@@ -2319,10 +2323,6 @@
2319
2323
  "type": "boolean\n",
2320
2324
  "description": "Changes expected model to an array."
2321
2325
  },
2322
- "VCheckbox/id": {
2323
- "type": "string\n",
2324
- "description": "Sets the DOM id on the component."
2325
- },
2326
2326
  "VCheckbox/center-affix": {
2327
2327
  "type": "boolean\n",
2328
2328
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -2423,17 +2423,21 @@
2423
2423
  "type": "string\n",
2424
2424
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
2425
2425
  },
2426
- "VCheckboxBtn/theme": {
2427
- "type": "string\n",
2428
- "description": "Specify a theme for this component and all of its children."
2426
+ "VCheckboxBtn/model-value": {
2427
+ "type": "unknown\n",
2428
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2429
2429
  },
2430
- "VCheckboxBtn/id": {
2430
+ "VCheckboxBtn/color": {
2431
2431
  "type": "string\n",
2432
- "description": "Sets the DOM id on the component."
2432
+ "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)."
2433
2433
  },
2434
- "VCheckboxBtn/value": {
2435
- "type": "any\n",
2436
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2434
+ "VCheckboxBtn/density": {
2435
+ "type": "'default' | 'comfortable' | 'compact'\n",
2436
+ "description": "Adjusts the vertical height used by the component."
2437
+ },
2438
+ "VCheckboxBtn/theme": {
2439
+ "type": "string\n",
2440
+ "description": "Specify a theme for this component and all of its children."
2437
2441
  },
2438
2442
  "VCheckboxBtn/base-color": {
2439
2443
  "type": "string\n",
@@ -2447,21 +2451,17 @@
2447
2451
  "type": "boolean\n",
2448
2452
  "description": "Changes select to multiple. Accepts array for value."
2449
2453
  },
2450
- "VCheckboxBtn/density": {
2451
- "type": "'default' | 'comfortable' | 'compact'\n",
2452
- "description": "Adjusts the vertical height used by the component."
2454
+ "VCheckboxBtn/value": {
2455
+ "type": "any\n",
2456
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
2453
2457
  },
2454
2458
  "VCheckboxBtn/value-comparator": {
2455
2459
  "type": "(a: any, b: any) => boolean\n",
2456
2460
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
2457
2461
  },
2458
- "VCheckboxBtn/color": {
2462
+ "VCheckboxBtn/id": {
2459
2463
  "type": "string\n",
2460
- "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)."
2461
- },
2462
- "VCheckboxBtn/model-value": {
2463
- "type": "unknown\n",
2464
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2464
+ "description": "Sets the DOM id on the component."
2465
2465
  },
2466
2466
  "VCheckboxBtn/readonly": {
2467
2467
  "type": "boolean\n",
@@ -2523,42 +2523,22 @@
2523
2523
  "type": "boolean\n",
2524
2524
  "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."
2525
2525
  },
2526
- "VChip/theme": {
2527
- "type": "string\n",
2528
- "description": "Specify a theme for this component and all of its children."
2529
- },
2530
- "VChip/size": {
2531
- "type": "string | number\n",
2532
- "description": "Sets the height, padding and the font size of the component. Accepts only predefined options: **x-small**, **small**, **default**, **large**, and **x-large**."
2533
- },
2534
- "VChip/value": {
2535
- "type": "any\n",
2536
- "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2537
- },
2538
- "VChip/text": {
2539
- "type": "string\n",
2540
- "description": "Specify content text for the component."
2541
- },
2542
- "VChip/exact": {
2526
+ "VChip/model-value": {
2543
2527
  "type": "boolean\n",
2544
- "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."
2528
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2545
2529
  },
2546
- "VChip/active-class": {
2530
+ "VChip/color": {
2547
2531
  "type": "string\n",
2548
- "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."
2532
+ "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)."
2549
2533
  },
2550
- "VChip/disabled": {
2551
- "type": "boolean\n",
2552
- "description": "Removes the ability to click or target the component."
2534
+ "VChip/density": {
2535
+ "type": "'default' | 'comfortable' | 'compact'\n",
2536
+ "description": "Adjusts the vertical height used by the component."
2553
2537
  },
2554
2538
  "VChip/border": {
2555
2539
  "type": "string | number | boolean\n",
2556
2540
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2557
2541
  },
2558
- "VChip/density": {
2559
- "type": "'default' | 'comfortable' | 'compact'\n",
2560
- "description": "Adjusts the vertical height used by the component."
2561
- },
2562
2542
  "VChip/elevation": {
2563
2543
  "type": "string | number\n",
2564
2544
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -2571,17 +2551,37 @@
2571
2551
  "type": "boolean\n",
2572
2552
  "description": "Removes any applied **border-radius** from the component."
2573
2553
  },
2574
- "VChip/color": {
2554
+ "VChip/theme": {
2575
2555
  "type": "string\n",
2576
- "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)."
2556
+ "description": "Specify a theme for this component and all of its children."
2557
+ },
2558
+ "VChip/text": {
2559
+ "type": "string\n",
2560
+ "description": "Specify content text for the component."
2561
+ },
2562
+ "VChip/exact": {
2563
+ "type": "boolean\n",
2564
+ "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."
2565
+ },
2566
+ "VChip/active-class": {
2567
+ "type": "string\n",
2568
+ "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."
2569
+ },
2570
+ "VChip/disabled": {
2571
+ "type": "boolean\n",
2572
+ "description": "Removes the ability to click or target the component."
2573
+ },
2574
+ "VChip/value": {
2575
+ "type": "any\n",
2576
+ "description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
2577
2577
  },
2578
2578
  "VChip/variant": {
2579
2579
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
2580
2580
  "description": "Applies a distinct style to the component."
2581
2581
  },
2582
- "VChip/model-value": {
2583
- "type": "boolean\n",
2584
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2582
+ "VChip/size": {
2583
+ "type": "string | number\n",
2584
+ "description": "Sets the height, padding and the font size of the component. Accepts only predefined options: **x-small**, **small**, **default**, **large**, and **x-large**."
2585
2585
  },
2586
2586
  "VChip/append-icon": {
2587
2587
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -2739,6 +2739,10 @@
2739
2739
  "type": "string\n",
2740
2740
  "description": "Specify a custom tag used on the root element."
2741
2741
  },
2742
+ "VCol/order": {
2743
+ "type": "string | number\n",
2744
+ "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2745
+ },
2742
2746
  "VCol/offset": {
2743
2747
  "type": "string | number\n",
2744
2748
  "description": "Sets the default offset for the column."
@@ -2787,10 +2791,6 @@
2787
2791
  "type": "string | number\n",
2788
2792
  "description": "Changes the offset of the component on extra extra large and greater breakpoints."
2789
2793
  },
2790
- "VCol/order": {
2791
- "type": "string | number\n",
2792
- "description": "Sets the default [order](https://developer.mozilla.org/en-US/docs/Web/CSS/order) for the column."
2793
- },
2794
2794
  "VCol/order-sm": {
2795
2795
  "type": "string | number\n",
2796
2796
  "description": "Changes the order of the component on small and greater breakpoints."
@@ -2927,17 +2927,29 @@
2927
2927
  "type": "boolean\n",
2928
2928
  "description": "Renders with the menu open by default."
2929
2929
  },
2930
- "VCombobox/theme": {
2930
+ "VCombobox/model-value": {
2931
+ "type": "any\n",
2932
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2933
+ },
2934
+ "VCombobox/color": {
2931
2935
  "type": "string\n",
2932
- "description": "Specify a theme for this component and all of its children."
2936
+ "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)."
2933
2937
  },
2934
- "VCombobox/items": {
2935
- "type": "any[]\n",
2936
- "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."
2938
+ "VCombobox/density": {
2939
+ "type": "'default' | 'comfortable' | 'compact'\n",
2940
+ "description": "Adjusts the vertical height used by the component."
2937
2941
  },
2938
- "VCombobox/id": {
2942
+ "VCombobox/rounded": {
2943
+ "type": "string | number | boolean\n",
2944
+ "description": "Adds a border radius to the input."
2945
+ },
2946
+ "VCombobox/tile": {
2947
+ "type": "boolean\n",
2948
+ "description": "Removes any applied **border-radius** from the component."
2949
+ },
2950
+ "VCombobox/theme": {
2939
2951
  "type": "string\n",
2940
- "description": "Sets the DOM id on the component."
2952
+ "description": "Specify a theme for this component and all of its children."
2941
2953
  },
2942
2954
  "VCombobox/auto-select-first": {
2943
2955
  "type": "boolean | 'exact'\n",
@@ -3015,10 +3027,6 @@
3015
3027
  "type": "boolean\n",
3016
3028
  "description": "Changes select to multiple. Accepts array for value."
3017
3029
  },
3018
- "VCombobox/density": {
3019
- "type": "'default' | 'comfortable' | 'compact'\n",
3020
- "description": "Adjusts the vertical height used by the component."
3021
- },
3022
3030
  "VCombobox/max-width": {
3023
3031
  "type": "string | number\n",
3024
3032
  "description": "Sets the maximum width for the component."
@@ -3031,6 +3039,10 @@
3031
3039
  "type": "string | number\n",
3032
3040
  "description": "Sets the width for the component."
3033
3041
  },
3042
+ "VCombobox/items": {
3043
+ "type": "any[]\n",
3044
+ "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."
3045
+ },
3034
3046
  "VCombobox/item-title": {
3035
3047
  "type": "SelectItemKey<any>\n",
3036
3048
  "description": "Property on supplied `items` that contains its title."
@@ -3055,18 +3067,6 @@
3055
3067
  "type": "(a: any, b: any) => boolean\n",
3056
3068
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3057
3069
  },
3058
- "VCombobox/rounded": {
3059
- "type": "string | number | boolean\n",
3060
- "description": "Adds a border radius to the input."
3061
- },
3062
- "VCombobox/tile": {
3063
- "type": "boolean\n",
3064
- "description": "Removes any applied **border-radius** from the component."
3065
- },
3066
- "VCombobox/color": {
3067
- "type": "string\n",
3068
- "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)."
3069
- },
3070
3070
  "VCombobox/variant": {
3071
3071
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
3072
3072
  "description": "Applies a distinct style to the component."
@@ -3079,9 +3079,9 @@
3079
3079
  "type": "unknown\n",
3080
3080
  "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."
3081
3081
  },
3082
- "VCombobox/model-value": {
3083
- "type": "any\n",
3084
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3082
+ "VCombobox/id": {
3083
+ "type": "string\n",
3084
+ "description": "Sets the DOM id on the component."
3085
3085
  },
3086
3086
  "VCombobox/transition": {
3087
3087
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -3287,14 +3287,14 @@
3287
3287
  "type": "boolean\n",
3288
3288
  "description": "Removes viewport maximum-width size breakpoints."
3289
3289
  },
3290
- "VCounter/active": {
3291
- "type": "boolean\n",
3292
- "description": "Determines whether the counter is visible or not."
3293
- },
3294
3290
  "VCounter/value": {
3295
3291
  "type": "string | number\n",
3296
3292
  "description": "Sets the current counter value."
3297
3293
  },
3294
+ "VCounter/active": {
3295
+ "type": "boolean\n",
3296
+ "description": "Determines whether the counter is visible or not."
3297
+ },
3298
3298
  "VCounter/disabled": {
3299
3299
  "type": "boolean\n",
3300
3300
  "description": "Removes the ability to click or target the component."
@@ -3319,6 +3319,10 @@
3319
3319
  "type": "string\n",
3320
3320
  "description": "Text input used to filter items."
3321
3321
  },
3322
+ "VDataIterator/items": {
3323
+ "type": "unknown[]\n",
3324
+ "description": "An array of strings or objects used for automatically generating children components."
3325
+ },
3322
3326
  "VDataIterator/loading": {
3323
3327
  "type": "boolean\n",
3324
3328
  "description": "If `true` and no items are provided, then a loading text will be shown."
@@ -3327,10 +3331,6 @@
3327
3331
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; hideOnLeave: boolean }\n",
3328
3332
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
3329
3333
  },
3330
- "VDataIterator/items": {
3331
- "type": "unknown[]\n",
3332
- "description": "An array of strings or objects used for automatically generating children components."
3333
- },
3334
3334
  "VDataIterator/value-comparator": {
3335
3335
  "type": "(a: any, b: any) => boolean\n",
3336
3336
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
@@ -3423,14 +3423,26 @@
3423
3423
  "type": "string\n",
3424
3424
  "description": "Text input used to filter items."
3425
3425
  },
3426
+ "VDataTable/model-value": {
3427
+ "type": "unknown\n",
3428
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3429
+ },
3430
+ "VDataTable/color": {
3431
+ "type": "string\n",
3432
+ "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)."
3433
+ },
3434
+ "VDataTable/density": {
3435
+ "type": "'default' | 'comfortable' | 'compact'\n",
3436
+ "description": "Adjusts the vertical height of the table rows."
3437
+ },
3438
+ "VDataTable/height": {
3439
+ "type": "string | number\n",
3440
+ "description": "Set an explicit height of table."
3441
+ },
3426
3442
  "VDataTable/theme": {
3427
3443
  "type": "string\n",
3428
3444
  "description": "Specify a theme for this component and all of its children."
3429
3445
  },
3430
- "VDataTable/items": {
3431
- "type": "any[]\n",
3432
- "description": "An array of strings or objects used for automatically generating children components."
3433
- },
3434
3446
  "VDataTable/filter-mode": {
3435
3447
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
3436
3448
  "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."
@@ -3459,18 +3471,14 @@
3459
3471
  "type": "'single' | 'page' | 'all'\n",
3460
3472
  "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
3461
3473
  },
3462
- "VDataTable/density": {
3463
- "type": "'default' | 'comfortable' | 'compact'\n",
3464
- "description": "Adjusts the vertical height of the table rows."
3465
- },
3466
- "VDataTable/height": {
3467
- "type": "string | number\n",
3468
- "description": "Set an explicit height of table."
3469
- },
3470
3474
  "VDataTable/width": {
3471
3475
  "type": "string | number\n",
3472
3476
  "description": "Sets the width for the component."
3473
3477
  },
3478
+ "VDataTable/items": {
3479
+ "type": "any[]\n",
3480
+ "description": "An array of strings or objects used for automatically generating children components."
3481
+ },
3474
3482
  "VDataTable/item-value": {
3475
3483
  "type": "SelectItemKey<any>\n",
3476
3484
  "description": "Property on supplied `items` that contains its value."
@@ -3483,14 +3491,6 @@
3483
3491
  "type": "(a: any, b: any) => boolean\n",
3484
3492
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
3485
3493
  },
3486
- "VDataTable/color": {
3487
- "type": "string\n",
3488
- "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)."
3489
- },
3490
- "VDataTable/model-value": {
3491
- "type": "unknown\n",
3492
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3493
- },
3494
3494
  "VDataTable/no-data-text": {
3495
3495
  "type": "string\n",
3496
3496
  "description": "Text shown when no items are provided to the component."
@@ -3520,11 +3520,11 @@
3520
3520
  "description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
3521
3521
  },
3522
3522
  "VDataTable/cell-props": {
3523
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3523
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3524
3524
  "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."
3525
3525
  },
3526
3526
  "VDataTable/headers": {
3527
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3527
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
3528
3528
  "description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
3529
3529
  },
3530
3530
  "VDataTable/page": {
@@ -3767,13 +3767,17 @@
3767
3767
  "type": "unknown\n",
3768
3768
  "description": "Data (key, index and column values) of the displayed item."
3769
3769
  },
3770
+ "VDataTableRow/cell-props": {
3771
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3772
+ "description": "Props to be applied to the cell."
3773
+ },
3770
3774
  "VDataTableRow/index": {
3771
3775
  "type": "number\n",
3772
3776
  "description": "Row index."
3773
3777
  },
3774
- "VDataTableRow/cell-props": {
3775
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3776
- "description": "Props to be applied to the cell."
3778
+ "VDataTableRows/items": {
3779
+ "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",
3780
+ "description": "An array of strings or objects used for automatically generating children components."
3777
3781
  },
3778
3782
  "VDataTableRows/loading": {
3779
3783
  "type": "string | boolean\n",
@@ -3787,12 +3791,8 @@
3787
3791
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3788
3792
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3789
3793
  },
3790
- "VDataTableRows/items": {
3791
- "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",
3792
- "description": "An array of strings or objects used for automatically generating children components."
3793
- },
3794
3794
  "VDataTableRows/cell-props": {
3795
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3795
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3796
3796
  "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."
3797
3797
  },
3798
3798
  "VDataTableRows/loading-text": {
@@ -3847,6 +3847,10 @@
3847
3847
  "type": "string\n",
3848
3848
  "description": "Text input used to filter items."
3849
3849
  },
3850
+ "VDataTableServer/items": {
3851
+ "type": "any[]\n",
3852
+ "description": "An array of strings or objects used for automatically generating children components."
3853
+ },
3850
3854
  "VDataTableServer/loading": {
3851
3855
  "type": "string | boolean\n",
3852
3856
  "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."
@@ -3859,10 +3863,6 @@
3859
3863
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
3860
3864
  "description": "Overrides the display configuration default screen size that the component should be considered in mobile."
3861
3865
  },
3862
- "VDataTableServer/items": {
3863
- "type": "any[]\n",
3864
- "description": "An array of strings or objects used for automatically generating children components."
3865
- },
3866
3866
  "VDataTableServer/next-icon": {
3867
3867
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
3868
3868
  "description": "Next icon."
@@ -3940,7 +3940,7 @@
3940
3940
  "description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
3941
3941
  },
3942
3942
  "VDataTableServer/cell-props": {
3943
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'column' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3943
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
3944
3944
  "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."
3945
3945
  },
3946
3946
  "VDataTableServer/items-length": {
@@ -4051,14 +4051,26 @@
4051
4051
  "type": "string\n",
4052
4052
  "description": "Text input used to filter items."
4053
4053
  },
4054
+ "VDataTableVirtual/model-value": {
4055
+ "type": "unknown\n",
4056
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4057
+ },
4058
+ "VDataTableVirtual/color": {
4059
+ "type": "string\n",
4060
+ "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)."
4061
+ },
4062
+ "VDataTableVirtual/density": {
4063
+ "type": "'default' | 'comfortable' | 'compact'\n",
4064
+ "description": "Adjusts the vertical height used by the component."
4065
+ },
4066
+ "VDataTableVirtual/height": {
4067
+ "type": "string | number\n",
4068
+ "description": "Use the height prop to set the height of the table."
4069
+ },
4054
4070
  "VDataTableVirtual/theme": {
4055
4071
  "type": "string\n",
4056
4072
  "description": "Specify a theme for this component and all of its children."
4057
4073
  },
4058
- "VDataTableVirtual/items": {
4059
- "type": "any[]\n",
4060
- "description": "An array of strings or objects used for automatically generating children components."
4061
- },
4062
4074
  "VDataTableVirtual/filter-mode": {
4063
4075
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
4064
4076
  "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."
@@ -4087,18 +4099,14 @@
4087
4099
  "type": "'single' | 'page' | 'all'\n",
4088
4100
  "description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
4089
4101
  },
4090
- "VDataTableVirtual/density": {
4091
- "type": "'default' | 'comfortable' | 'compact'\n",
4092
- "description": "Adjusts the vertical height used by the component."
4093
- },
4094
- "VDataTableVirtual/height": {
4095
- "type": "string | number\n",
4096
- "description": "Use the height prop to set the height of the table."
4097
- },
4098
4102
  "VDataTableVirtual/width": {
4099
4103
  "type": "string | number\n",
4100
4104
  "description": "Sets the width for the component."
4101
4105
  },
4106
+ "VDataTableVirtual/items": {
4107
+ "type": "any[]\n",
4108
+ "description": "An array of strings or objects used for automatically generating children components."
4109
+ },
4102
4110
  "VDataTableVirtual/item-value": {
4103
4111
  "type": "SelectItemKey<any>\n",
4104
4112
  "description": "Property on supplied `items` that contains its value."
@@ -4111,14 +4119,6 @@
4111
4119
  "type": "(a: any, b: any) => boolean\n",
4112
4120
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
4113
4121
  },
4114
- "VDataTableVirtual/color": {
4115
- "type": "string\n",
4116
- "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)."
4117
- },
4118
- "VDataTableVirtual/model-value": {
4119
- "type": "unknown\n",
4120
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4121
- },
4122
4122
  "VDataTableVirtual/no-data-text": {
4123
4123
  "type": "string\n",
4124
4124
  "description": "Text shown when no items are provided to the component."
@@ -4140,11 +4140,11 @@
4140
4140
  "description": "Pass props to the default header."
4141
4141
  },
4142
4142
  "VDataTableVirtual/cell-props": {
4143
- "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
4143
+ "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
4144
4144
  "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."
4145
4145
  },
4146
4146
  "VDataTableVirtual/headers": {
4147
- "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4147
+ "type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
4148
4148
  "description": "An array of objects that each describe a header column."
4149
4149
  },
4150
4150
  "VDataTableVirtual/loading-text": {
@@ -4275,13 +4275,45 @@
4275
4275
  "type": "string\n",
4276
4276
  "description": "Specify a title text for the component."
4277
4277
  },
4278
- "VDateInput/theme": {
4278
+ "VDateInput/model-value": {
4279
+ "type": "any\n",
4280
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4281
+ },
4282
+ "VDateInput/location": {
4283
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4284
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4285
+ },
4286
+ "VDateInput/color": {
4279
4287
  "type": "string\n",
4280
- "description": "Specify a theme for this component and all of its children."
4288
+ "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)."
4281
4289
  },
4282
- "VDateInput/id": {
4290
+ "VDateInput/density": {
4291
+ "type": "'default' | 'comfortable' | 'compact'\n",
4292
+ "description": "Adjusts the vertical height used by the component."
4293
+ },
4294
+ "VDateInput/height": {
4295
+ "type": "string | number\n",
4296
+ "description": "Sets the height for the component."
4297
+ },
4298
+ "VDateInput/border": {
4299
+ "type": "string | number | boolean\n",
4300
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4301
+ },
4302
+ "VDateInput/elevation": {
4303
+ "type": "string | number\n",
4304
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4305
+ },
4306
+ "VDateInput/rounded": {
4307
+ "type": "string | number | boolean\n",
4308
+ "description": "Adds a border radius to the input."
4309
+ },
4310
+ "VDateInput/tile": {
4311
+ "type": "boolean\n",
4312
+ "description": "Removes any applied **border-radius** from the component."
4313
+ },
4314
+ "VDateInput/theme": {
4283
4315
  "type": "string\n",
4284
- "description": "Sets the DOM id on the component."
4316
+ "description": "Specify a theme for this component and all of its children."
4285
4317
  },
4286
4318
  "VDateInput/text": {
4287
4319
  "type": "string\n",
@@ -4303,18 +4335,6 @@
4303
4335
  "type": "number | boolean | (string & {}) | 'range'\n",
4304
4336
  "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
4305
4337
  },
4306
- "VDateInput/border": {
4307
- "type": "string | number | boolean\n",
4308
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4309
- },
4310
- "VDateInput/density": {
4311
- "type": "'default' | 'comfortable' | 'compact'\n",
4312
- "description": "Adjusts the vertical height used by the component."
4313
- },
4314
- "VDateInput/height": {
4315
- "type": "string | number\n",
4316
- "description": "Sets the height of the input."
4317
- },
4318
4338
  "VDateInput/max-height": {
4319
4339
  "type": "string | number\n",
4320
4340
  "description": "Sets the maximum height for the component."
@@ -4335,33 +4355,13 @@
4335
4355
  "type": "string | number\n",
4336
4356
  "description": "Width of the picker."
4337
4357
  },
4338
- "VDateInput/elevation": {
4339
- "type": "string | number\n",
4340
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
4341
- },
4342
- "VDateInput/rounded": {
4343
- "type": "string | number | boolean\n",
4344
- "description": "Adds a border radius to the input."
4345
- },
4346
- "VDateInput/tile": {
4347
- "type": "boolean\n",
4348
- "description": "Removes any applied **border-radius** from the component."
4349
- },
4350
- "VDateInput/color": {
4351
- "type": "string\n",
4352
- "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)."
4353
- },
4354
4358
  "VDateInput/variant": {
4355
4359
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
4356
4360
  "description": "Applies a distinct style to the component."
4357
4361
  },
4358
- "VDateInput/model-value": {
4359
- "type": "any\n",
4360
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4361
- },
4362
- "VDateInput/location": {
4363
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
4364
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4362
+ "VDateInput/id": {
4363
+ "type": "string\n",
4364
+ "description": "Sets the DOM id on the component."
4365
4365
  },
4366
4366
  "VDateInput/transition": {
4367
4367
  "type": "string\n",
@@ -4528,7 +4528,7 @@
4528
4528
  "description": "Sets the month."
4529
4529
  },
4530
4530
  "VDateInput/position": {
4531
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
4531
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
4532
4532
  "description": "Sets the position for the component."
4533
4533
  },
4534
4534
  "VDateInput/hide-actions": {
@@ -4667,10 +4667,6 @@
4667
4667
  "type": "string\n",
4668
4668
  "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)."
4669
4669
  },
4670
- "VDatePicker/header": {
4671
- "type": "string\n",
4672
- "description": "Text shown when no **display-date** is set."
4673
- },
4674
4670
  "VDatePicker/active": {
4675
4671
  "type": "string | string[]\n",
4676
4672
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -4691,6 +4687,10 @@
4691
4687
  "type": "string\n",
4692
4688
  "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)."
4693
4689
  },
4690
+ "VDatePicker/header": {
4691
+ "type": "string\n",
4692
+ "description": "Text shown when no **display-date** is set."
4693
+ },
4694
4694
  "VDatePicker/multiple": {
4695
4695
  "type": "number | boolean | (string & {}) | 'range'\n",
4696
4696
  "description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
@@ -4795,10 +4795,6 @@
4795
4795
  "type": "string\n",
4796
4796
  "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)."
4797
4797
  },
4798
- "VDatePickerHeader/header": {
4799
- "type": "string\n",
4800
- "description": "Sets the header content."
4801
- },
4802
4798
  "VDatePickerHeader/append-icon": {
4803
4799
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
4804
4800
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -4807,6 +4803,10 @@
4807
4803
  "type": "string\n",
4808
4804
  "description": "Sets the transition when the header changes."
4809
4805
  },
4806
+ "VDatePickerHeader/header": {
4807
+ "type": "string\n",
4808
+ "description": "Sets the header content."
4809
+ },
4810
4810
  "VDatePickerMonth/model-value": {
4811
4811
  "type": "unknown[]\n",
4812
4812
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -4819,30 +4819,42 @@
4819
4819
  "type": "boolean\n",
4820
4820
  "description": "Removes the ability to click or target the component."
4821
4821
  },
4822
- "VDatePickerMonth/max": {
4823
- "type": "unknown\n",
4824
- "description": "Sets the maximum date of the month."
4822
+ "VDatePickerMonth/multiple": {
4823
+ "type": "number | boolean | (string & {}) | 'range'\n",
4824
+ "description": "Sets the multiple of the month."
4825
4825
  },
4826
4826
  "VDatePickerMonth/transition": {
4827
4827
  "type": "string\n",
4828
4828
  "description": "The transition used when changing months into the future"
4829
4829
  },
4830
- "VDatePickerMonth/multiple": {
4831
- "type": "number | boolean | (string & {}) | 'range'\n",
4832
- "description": "Sets the multiple of the month."
4830
+ "VDatePickerMonth/max": {
4831
+ "type": "unknown\n",
4832
+ "description": "Sets the maximum date of the month."
4833
4833
  },
4834
4834
  "VDatePickerMonth/month": {
4835
4835
  "type": "string | number\n",
4836
4836
  "description": "Sets the month."
4837
4837
  },
4838
- "VDatePickerMonth/show-adjacent-months": {
4839
- "type": "boolean\n",
4840
- "description": "Show adjacent months."
4841
- },
4842
4838
  "VDatePickerMonth/year": {
4843
4839
  "type": "string | number\n",
4844
4840
  "description": "Sets the year."
4845
4841
  },
4842
+ "VDatePickerMonth/hide-weekdays": {
4843
+ "type": "boolean\n",
4844
+ "description": "Hide the days of the week letters."
4845
+ },
4846
+ "VDatePickerMonth/show-week": {
4847
+ "type": "boolean\n",
4848
+ "description": "Show the week number."
4849
+ },
4850
+ "VDatePickerMonth/reverse-transition": {
4851
+ "type": "string\n",
4852
+ "description": "The transition used when changing months into the past"
4853
+ },
4854
+ "VDatePickerMonth/show-adjacent-months": {
4855
+ "type": "boolean\n",
4856
+ "description": "Show adjacent months."
4857
+ },
4846
4858
  "VDatePickerMonth/weekdays": {
4847
4859
  "type": "number[]\n",
4848
4860
  "description": "Sets the weekdays of the month."
@@ -4853,7 +4865,7 @@
4853
4865
  },
4854
4866
  "VDatePickerMonth/first-day-of-week": {
4855
4867
  "type": "string | number\n",
4856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4868
+ "description": "Sets the first day of the week, starting with 0 for Sunday."
4857
4869
  },
4858
4870
  "VDatePickerMonth/allowed-dates": {
4859
4871
  "type": "unknown[] | ((date: unknown) => boolean)\n",
@@ -4863,17 +4875,9 @@
4863
4875
  "type": "unknown\n",
4864
4876
  "description": "Sets the minimum date of the month."
4865
4877
  },
4866
- "VDatePickerMonth/reverse-transition": {
4867
- "type": "string\n",
4868
- "description": "The transition used when changing months into the past"
4869
- },
4870
- "VDatePickerMonth/hide-weekdays": {
4871
- "type": "boolean\n",
4872
- "description": "Hide the days of the week letters."
4873
- },
4874
- "VDatePickerMonth/show-week": {
4875
- "type": "boolean\n",
4876
- "description": "Show the week number."
4878
+ "VDatePickerMonths/model-value": {
4879
+ "type": "number\n",
4880
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4877
4881
  },
4878
4882
  "VDatePickerMonths/height": {
4879
4883
  "type": "string | number\n",
@@ -4883,10 +4887,6 @@
4883
4887
  "type": "string\n",
4884
4888
  "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)."
4885
4889
  },
4886
- "VDatePickerMonths/model-value": {
4887
- "type": "number\n",
4888
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4889
- },
4890
4890
  "VDatePickerMonths/max": {
4891
4891
  "type": "unknown\n",
4892
4892
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
@@ -4899,6 +4899,10 @@
4899
4899
  "type": "unknown\n",
4900
4900
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4901
4901
  },
4902
+ "VDatePickerYears/model-value": {
4903
+ "type": "number\n",
4904
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4905
+ },
4902
4906
  "VDatePickerYears/height": {
4903
4907
  "type": "string | number\n",
4904
4908
  "description": "Sets the height for the component."
@@ -4907,10 +4911,6 @@
4907
4911
  "type": "string\n",
4908
4912
  "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)."
4909
4913
  },
4910
- "VDatePickerYears/model-value": {
4911
- "type": "number\n",
4912
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
4913
- },
4914
4914
  "VDatePickerYears/max": {
4915
4915
  "type": "unknown\n",
4916
4916
  "description": "Sets the maximum date of the month."
@@ -4919,14 +4919,14 @@
4919
4919
  "type": "unknown\n",
4920
4920
  "description": "Sets the minimum date of the month."
4921
4921
  },
4922
- "VDefaultsProvider/disabled": {
4923
- "type": "boolean\n",
4924
- "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
4925
- },
4926
4922
  "VDefaultsProvider/reset": {
4927
4923
  "type": "string | number\n",
4928
4924
  "description": "Reset the default values up the nested chain by {n} amount."
4929
4925
  },
4926
+ "VDefaultsProvider/disabled": {
4927
+ "type": "boolean\n",
4928
+ "description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
4929
+ },
4930
4930
  "VDefaultsProvider/root": {
4931
4931
  "type": "string | boolean\n",
4932
4932
  "description": "Force current defaults to match the application root defaults."
@@ -5151,14 +5151,14 @@
5151
5151
  "type": "string | number\n",
5152
5152
  "description": "Sets the dividers length. Default unit is px."
5153
5153
  },
5154
- "VDivider/theme": {
5155
- "type": "string\n",
5156
- "description": "Specify a theme for this component and all of its children."
5157
- },
5158
5154
  "VDivider/color": {
5159
5155
  "type": "string\n",
5160
5156
  "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)."
5161
5157
  },
5158
+ "VDivider/theme": {
5159
+ "type": "string\n",
5160
+ "description": "Specify a theme for this component and all of its children."
5161
+ },
5162
5162
  "VDivider/opacity": {
5163
5163
  "type": "string | number\n",
5164
5164
  "description": "Sets the component's opacity value"
@@ -5179,13 +5179,21 @@
5179
5179
  "type": "string\n",
5180
5180
  "description": "Specify a title text for the component."
5181
5181
  },
5182
- "VEmptyState/theme": {
5182
+ "VEmptyState/image": {
5183
5183
  "type": "string\n",
5184
- "description": "Specify a theme for this component and all of its children."
5184
+ "description": "Apply a specific image using [v-img](/components/images/)."
5185
5185
  },
5186
- "VEmptyState/size": {
5186
+ "VEmptyState/color": {
5187
+ "type": "string\n",
5188
+ "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)."
5189
+ },
5190
+ "VEmptyState/height": {
5187
5191
  "type": "string | number\n",
5188
- "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5192
+ "description": "Sets the height for the component."
5193
+ },
5194
+ "VEmptyState/theme": {
5195
+ "type": "string\n",
5196
+ "description": "Specify a theme for this component and all of its children."
5189
5197
  },
5190
5198
  "VEmptyState/text": {
5191
5199
  "type": "string\n",
@@ -5195,10 +5203,6 @@
5195
5203
  "type": "string\n",
5196
5204
  "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)."
5197
5205
  },
5198
- "VEmptyState/height": {
5199
- "type": "string | number\n",
5200
- "description": "Sets the height for the component."
5201
- },
5202
5206
  "VEmptyState/max-height": {
5203
5207
  "type": "string | number\n",
5204
5208
  "description": "Sets the maximum height for the component."
@@ -5219,13 +5223,9 @@
5219
5223
  "type": "string | number\n",
5220
5224
  "description": "Sets the width for the component."
5221
5225
  },
5222
- "VEmptyState/color": {
5223
- "type": "string\n",
5224
- "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)."
5225
- },
5226
- "VEmptyState/image": {
5227
- "type": "string\n",
5228
- "description": "Apply a specific image using [v-img](/components/images/)."
5226
+ "VEmptyState/size": {
5227
+ "type": "string | number\n",
5228
+ "description": "The size used to control the dimensions of the media element inside the component. Can be specified as a number or a string (e.g., '50%', '100px')."
5229
5229
  },
5230
5230
  "VEmptyState/href": {
5231
5231
  "type": "string\n",
@@ -5335,6 +5335,10 @@
5335
5335
  "type": "string\n",
5336
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
5337
  },
5338
+ "VExpansionPanel/value": {
5339
+ "type": "any\n",
5340
+ "description": "Controls the opened/closed state of content."
5341
+ },
5338
5342
  "VExpansionPanel/readonly": {
5339
5343
  "type": "boolean\n",
5340
5344
  "description": "Makes the expansion panel content read only."
@@ -5343,10 +5347,6 @@
5343
5347
  "type": "boolean | { class: string }\n",
5344
5348
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5345
5349
  },
5346
- "VExpansionPanel/value": {
5347
- "type": "any\n",
5348
- "description": "Controls the opened/closed state of content."
5349
- },
5350
5350
  "VExpansionPanel/disabled": {
5351
5351
  "type": "boolean\n",
5352
5352
  "description": "Disables the expansion-panel content."
@@ -5383,6 +5383,14 @@
5383
5383
  "type": "boolean\n",
5384
5384
  "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."
5385
5385
  },
5386
+ "VExpansionPanelTitle/color": {
5387
+ "type": "string\n",
5388
+ "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)."
5389
+ },
5390
+ "VExpansionPanelTitle/height": {
5391
+ "type": "string | number\n",
5392
+ "description": "Sets the height for the component."
5393
+ },
5386
5394
  "VExpansionPanelTitle/expand-icon": {
5387
5395
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5388
5396
  "description": "Icon used when the expansion panel is in a expandable state."
@@ -5391,10 +5399,6 @@
5391
5399
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5392
5400
  "description": "Icon used when the expansion panel is in a collapsable state."
5393
5401
  },
5394
- "VExpansionPanelTitle/height": {
5395
- "type": "string | number\n",
5396
- "description": "Sets the height for the component."
5397
- },
5398
5402
  "VExpansionPanelTitle/max-height": {
5399
5403
  "type": "string | number\n",
5400
5404
  "description": "Sets the maximum height for the component."
@@ -5415,10 +5419,6 @@
5415
5419
  "type": "string | number\n",
5416
5420
  "description": "Sets the width for the component."
5417
5421
  },
5418
- "VExpansionPanelTitle/color": {
5419
- "type": "string\n",
5420
- "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)."
5421
- },
5422
5422
  "VExpansionPanelTitle/static": {
5423
5423
  "type": "boolean\n",
5424
5424
  "description": "Remove title size expansion when selected."
@@ -5551,21 +5551,57 @@
5551
5551
  "type": "boolean\n",
5552
5552
  "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."
5553
5553
  },
5554
- "VFab/layout": {
5554
+ "VFab/model-value": {
5555
5555
  "type": "boolean\n",
5556
- "description": "If true, will effect layout dimensions based on size and position."
5556
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5557
+ },
5558
+ "VFab/location": {
5559
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5560
+ "description": "The location of the fab relative to the layout. Only works when using **app**."
5561
+ },
5562
+ "VFab/absolute": {
5563
+ "type": "boolean\n",
5564
+ "description": "Applies **position: absolute** to the component."
5565
+ },
5566
+ "VFab/color": {
5567
+ "type": "string\n",
5568
+ "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)."
5569
+ },
5570
+ "VFab/density": {
5571
+ "type": "'default' | 'comfortable' | 'compact'\n",
5572
+ "description": "Adjusts the vertical height used by the component."
5573
+ },
5574
+ "VFab/extended": {
5575
+ "type": "boolean\n",
5576
+ "description": "An alternate style for the FAB that expects text."
5577
+ },
5578
+ "VFab/height": {
5579
+ "type": "string | number\n",
5580
+ "description": "Sets the height for the component."
5581
+ },
5582
+ "VFab/border": {
5583
+ "type": "string | number | boolean\n",
5584
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5585
+ },
5586
+ "VFab/elevation": {
5587
+ "type": "string | number\n",
5588
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5589
+ },
5590
+ "VFab/rounded": {
5591
+ "type": "string | number | boolean\n",
5592
+ "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)."
5593
+ },
5594
+ "VFab/tile": {
5595
+ "type": "boolean\n",
5596
+ "description": "Removes any applied **border-radius** from the component."
5557
5597
  },
5558
5598
  "VFab/theme": {
5559
5599
  "type": "string\n",
5560
5600
  "description": "Specify a theme for this component and all of its children."
5561
5601
  },
5562
- "VFab/size": {
5602
+ "VFab/order": {
5563
5603
  "type": "string | number\n",
5564
- "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**."
5565
- },
5566
- "VFab/value": {
5567
- "type": "any\n",
5568
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5604
+ "description": "Adjust the order of the component in relation to its registration order."
5569
5605
  },
5570
5606
  "VFab/text": {
5571
5607
  "type": "string\n",
@@ -5591,18 +5627,6 @@
5591
5627
  "type": "boolean\n",
5592
5628
  "description": "Reduces padding to 0 8px."
5593
5629
  },
5594
- "VFab/border": {
5595
- "type": "string | number | boolean\n",
5596
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5597
- },
5598
- "VFab/density": {
5599
- "type": "'default' | 'comfortable' | 'compact'\n",
5600
- "description": "Adjusts the vertical height used by the component."
5601
- },
5602
- "VFab/height": {
5603
- "type": "string | number\n",
5604
- "description": "Sets the height for the component."
5605
- },
5606
5630
  "VFab/max-height": {
5607
5631
  "type": "string | number\n",
5608
5632
  "description": "Sets the maximum height for the component."
@@ -5623,38 +5647,14 @@
5623
5647
  "type": "string | number\n",
5624
5648
  "description": "Sets the width for the component."
5625
5649
  },
5626
- "VFab/elevation": {
5627
- "type": "string | number\n",
5628
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5629
- },
5630
- "VFab/rounded": {
5631
- "type": "string | number | boolean\n",
5632
- "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)."
5633
- },
5634
- "VFab/tile": {
5635
- "type": "boolean\n",
5636
- "description": "Removes any applied **border-radius** from the component."
5637
- },
5638
- "VFab/color": {
5639
- "type": "string\n",
5640
- "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)."
5650
+ "VFab/value": {
5651
+ "type": "any\n",
5652
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
5641
5653
  },
5642
5654
  "VFab/variant": {
5643
5655
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
5644
5656
  "description": "Applies a distinct style to the component."
5645
5657
  },
5646
- "VFab/absolute": {
5647
- "type": "boolean\n",
5648
- "description": "Applies **position: absolute** to the component."
5649
- },
5650
- "VFab/model-value": {
5651
- "type": "boolean\n",
5652
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5653
- },
5654
- "VFab/location": {
5655
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5656
- "description": "The location of the fab relative to the layout. Only works when using **app**."
5657
- },
5658
5658
  "VFab/offset": {
5659
5659
  "type": "boolean\n",
5660
5660
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
@@ -5667,6 +5667,10 @@
5667
5667
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
5668
5668
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
5669
5669
  },
5670
+ "VFab/size": {
5671
+ "type": "string | number\n",
5672
+ "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**."
5673
+ },
5670
5674
  "VFab/append-icon": {
5671
5675
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5672
5676
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
@@ -5696,7 +5700,7 @@
5696
5700
  "description": "Applies the [v-ripple](/directives/ripple) directive."
5697
5701
  },
5698
5702
  "VFab/position": {
5699
- "type": "'fixed' | 'relative' | 'absolute' | 'static' | 'sticky'\n",
5703
+ "type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
5700
5704
  "description": "Sets the position for the component."
5701
5705
  },
5702
5706
  "VFab/href": {
@@ -5707,10 +5711,6 @@
5707
5711
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
5708
5712
  "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."
5709
5713
  },
5710
- "VFab/order": {
5711
- "type": "string | number\n",
5712
- "description": "Adjust the order of the component in relation to its registration order."
5713
- },
5714
5714
  "VFab/icon": {
5715
5715
  "type": " | boolean\n | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
5716
5716
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
@@ -5723,9 +5723,9 @@
5723
5723
  "type": "boolean\n",
5724
5724
  "description": "Used to control the animation of the FAB."
5725
5725
  },
5726
- "VFab/extended": {
5726
+ "VFab/layout": {
5727
5727
  "type": "boolean\n",
5728
- "description": "An alternate style for the FAB that expects text."
5728
+ "description": "If true, will effect layout dimensions based on size and position."
5729
5729
  },
5730
5730
  "VFab/stacked": {
5731
5731
  "type": "boolean\n",
@@ -5815,6 +5815,10 @@
5815
5815
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5816
5816
  "description": "Applies a distinct style to the component."
5817
5817
  },
5818
+ "VField/id": {
5819
+ "type": "string\n",
5820
+ "description": "Sets the DOM id on the component."
5821
+ },
5818
5822
  "VField/active": {
5819
5823
  "type": "boolean\n",
5820
5824
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -5839,10 +5843,6 @@
5839
5843
  "type": "string\n",
5840
5844
  "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)."
5841
5845
  },
5842
- "VField/id": {
5843
- "type": "string\n",
5844
- "description": "Sets the DOM id on the component."
5845
- },
5846
5846
  "VField/center-affix": {
5847
5847
  "type": "boolean\n",
5848
5848
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -5903,13 +5903,29 @@
5903
5903
  "type": "string\n",
5904
5904
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
5905
5905
  },
5906
- "VFileInput/theme": {
5907
- "type": "string\n",
5908
- "description": "Specify a theme for this component and all of its children."
5906
+ "VFileInput/model-value": {
5907
+ "type": "File | File[]\n",
5908
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5909
5909
  },
5910
- "VFileInput/id": {
5910
+ "VFileInput/color": {
5911
5911
  "type": "string\n",
5912
- "description": "Sets the DOM id on the component."
5912
+ "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)."
5913
+ },
5914
+ "VFileInput/density": {
5915
+ "type": "'default' | 'comfortable' | 'compact'\n",
5916
+ "description": "Adjusts the vertical height used by the component."
5917
+ },
5918
+ "VFileInput/rounded": {
5919
+ "type": "string | number | boolean\n",
5920
+ "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)."
5921
+ },
5922
+ "VFileInput/tile": {
5923
+ "type": "boolean\n",
5924
+ "description": "Removes any applied **border-radius** from the component."
5925
+ },
5926
+ "VFileInput/theme": {
5927
+ "type": "string\n",
5928
+ "description": "Specify a theme for this component and all of its children."
5913
5929
  },
5914
5930
  "VFileInput/chips": {
5915
5931
  "type": "boolean\n",
@@ -5931,10 +5947,6 @@
5931
5947
  "type": "boolean\n",
5932
5948
  "description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
5933
5949
  },
5934
- "VFileInput/density": {
5935
- "type": "'default' | 'comfortable' | 'compact'\n",
5936
- "description": "Adjusts the vertical height used by the component."
5937
- },
5938
5950
  "VFileInput/max-width": {
5939
5951
  "type": "string | number\n",
5940
5952
  "description": "Sets the maximum width for the component."
@@ -5947,25 +5959,13 @@
5947
5959
  "type": "string | number\n",
5948
5960
  "description": "Sets the width for the component."
5949
5961
  },
5950
- "VFileInput/rounded": {
5951
- "type": "string | number | boolean\n",
5952
- "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)."
5953
- },
5954
- "VFileInput/tile": {
5955
- "type": "boolean\n",
5956
- "description": "Removes any applied **border-radius** from the component."
5957
- },
5958
- "VFileInput/color": {
5959
- "type": "string\n",
5960
- "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)."
5961
- },
5962
5962
  "VFileInput/variant": {
5963
5963
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
5964
5964
  "description": "Applies a distinct style to the component."
5965
5965
  },
5966
- "VFileInput/model-value": {
5967
- "type": "File | File[]\n",
5968
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5966
+ "VFileInput/id": {
5967
+ "type": "string\n",
5968
+ "description": "Sets the DOM id on the component."
5969
5969
  },
5970
5970
  "VFileInput/counter": {
5971
5971
  "type": "boolean\n",
@@ -6295,6 +6295,10 @@
6295
6295
  "type": "boolean\n",
6296
6296
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
6297
6297
  },
6298
+ "VFileUploadItem/value": {
6299
+ "type": "any\n",
6300
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
6301
+ },
6298
6302
  "VFileUploadItem/active": {
6299
6303
  "type": "boolean\n",
6300
6304
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -6323,10 +6327,6 @@
6323
6327
  "type": "boolean | { class: string }\n",
6324
6328
  "description": "Applies the [v-ripple](/directives/ripple) directive."
6325
6329
  },
6326
- "VFileUploadItem/value": {
6327
- "type": "any\n",
6328
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
6329
- },
6330
6330
  "VFileUploadItem/disabled": {
6331
6331
  "type": "boolean\n",
6332
6332
  "description": "Removes the ability to click or target the component."
@@ -6467,38 +6467,38 @@
6467
6467
  "type": "string | number\n",
6468
6468
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6469
6469
  },
6470
- "VIcon/end": {
6471
- "type": "boolean\n",
6472
- "description": "Applies margin at the start of the component."
6473
- },
6474
- "VIcon/start": {
6475
- "type": "boolean\n",
6476
- "description": "Applies margin at the end of the component."
6477
- },
6478
- "VIcon/icon": {
6479
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6480
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6481
- },
6482
6470
  "VIcon/tag": {
6483
6471
  "type": "string\n",
6484
6472
  "description": "Specify a custom tag used on the root element."
6485
6473
  },
6486
- "VIcon/theme": {
6487
- "type": "string\n",
6488
- "description": "Specify a theme for this component and all of its children."
6489
- },
6490
6474
  "VIcon/color": {
6491
6475
  "type": "string\n",
6492
6476
  "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)."
6493
6477
  },
6478
+ "VIcon/theme": {
6479
+ "type": "string\n",
6480
+ "description": "Specify a theme for this component and all of its children."
6481
+ },
6494
6482
  "VIcon/disabled": {
6495
6483
  "type": "boolean\n",
6496
6484
  "description": "Removes the ability to click or target the component."
6497
6485
  },
6486
+ "VIcon/start": {
6487
+ "type": "boolean\n",
6488
+ "description": "Applies margin at the end of the component."
6489
+ },
6490
+ "VIcon/end": {
6491
+ "type": "boolean\n",
6492
+ "description": "Applies margin at the start of the component."
6493
+ },
6498
6494
  "VIcon/size": {
6499
6495
  "type": "string | number\n",
6500
6496
  "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**."
6501
6497
  },
6498
+ "VIcon/icon": {
6499
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6500
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6501
+ },
6502
6502
  "VImg/height": {
6503
6503
  "type": "string | number\n",
6504
6504
  "description": "Sets the height for the component."
@@ -6529,7 +6529,7 @@
6529
6529
  },
6530
6530
  "VImg/absolute": {
6531
6531
  "type": "boolean\n",
6532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VImg.json))"
6532
+ "description": "Applies position: absolute to the component."
6533
6533
  },
6534
6534
  "VImg/rounded": {
6535
6535
  "type": "string | number | boolean\n",
@@ -6615,6 +6615,10 @@
6615
6615
  "type": "'intersect' | 'manual'\n",
6616
6616
  "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
6617
6617
  },
6618
+ "VInfiniteScroll/color": {
6619
+ "type": "string\n",
6620
+ "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)."
6621
+ },
6618
6622
  "VInfiniteScroll/height": {
6619
6623
  "type": "string | number\n",
6620
6624
  "description": "Sets the height for the component."
@@ -6639,10 +6643,6 @@
6639
6643
  "type": "string | number\n",
6640
6644
  "description": "Sets the width for the component."
6641
6645
  },
6642
- "VInfiniteScroll/color": {
6643
- "type": "string\n",
6644
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6645
- },
6646
6646
  "VInfiniteScroll/direction": {
6647
6647
  "type": "'horizontal' | 'vertical'\n",
6648
6648
  "description": "Specifies if scroller is **vertical** or **horizontal**."
@@ -6695,6 +6695,10 @@
6695
6695
  "type": "string\n",
6696
6696
  "description": "Sets the component's name attribute."
6697
6697
  },
6698
+ "VInput/id": {
6699
+ "type": "string\n",
6700
+ "description": "Sets the DOM id on the component."
6701
+ },
6698
6702
  "VInput/prepend-icon": {
6699
6703
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6700
6704
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
@@ -6715,10 +6719,6 @@
6715
6719
  "type": "string\n",
6716
6720
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
6717
6721
  },
6718
- "VInput/id": {
6719
- "type": "string\n",
6720
- "description": "Sets the DOM id on the component."
6721
- },
6722
6722
  "VInput/center-affix": {
6723
6723
  "type": "boolean\n",
6724
6724
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -6771,14 +6771,14 @@
6771
6771
  "type": "boolean | 'auto'\n",
6772
6772
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
6773
6773
  },
6774
- "VItem/value": {
6775
- "type": "any\n",
6776
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6777
- },
6778
6774
  "VItem/disabled": {
6779
6775
  "type": "boolean\n",
6780
6776
  "description": "Removes the ability to click or target the component."
6781
6777
  },
6778
+ "VItem/value": {
6779
+ "type": "any\n",
6780
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
6781
+ },
6782
6782
  "VItem/selected-class": {
6783
6783
  "type": "string\n",
6784
6784
  "description": "Configure the active CSS class applied when an item is selected."
@@ -6787,6 +6787,10 @@
6787
6787
  "type": "string\n",
6788
6788
  "description": "Specify a custom tag used on the root element."
6789
6789
  },
6790
+ "VItemGroup/model-value": {
6791
+ "type": "unknown\n",
6792
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6793
+ },
6790
6794
  "VItemGroup/theme": {
6791
6795
  "type": "string\n",
6792
6796
  "description": "Specify a theme for this component and all of its children."
@@ -6803,10 +6807,6 @@
6803
6807
  "type": "boolean | 'force'\n",
6804
6808
  "description": "Forces at least one item to always be selected (if available)."
6805
6809
  },
6806
- "VItemGroup/model-value": {
6807
- "type": "unknown\n",
6808
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6809
- },
6810
6810
  "VItemGroup/max": {
6811
6811
  "type": "number\n",
6812
6812
  "description": "Sets a maximum number of selections that can be made."
@@ -6819,21 +6819,13 @@
6819
6819
  "type": "string\n",
6820
6820
  "description": "Specify a custom tag used on the root element."
6821
6821
  },
6822
- "VLabel/text": {
6823
- "type": "string\n",
6824
- "description": "Specify content text for the component."
6825
- },
6826
6822
  "VLabel/theme": {
6827
6823
  "type": "string\n",
6828
6824
  "description": "Specify a theme for this component and all of its children."
6829
6825
  },
6830
- "VLayout/full-height": {
6831
- "type": "boolean\n",
6832
- "description": "Sets the component height to 100%."
6833
- },
6834
- "VLayout/overlaps": {
6835
- "type": "string[]\n",
6836
- "description": "**FOR INTERNAL USE ONLY**"
6826
+ "VLabel/text": {
6827
+ "type": "string\n",
6828
+ "description": "Specify content text for the component."
6837
6829
  },
6838
6830
  "VLayout/height": {
6839
6831
  "type": "string | number\n",
@@ -6859,22 +6851,26 @@
6859
6851
  "type": "string | number\n",
6860
6852
  "description": "Sets the width for the component."
6861
6853
  },
6854
+ "VLayout/full-height": {
6855
+ "type": "boolean\n",
6856
+ "description": "Sets the component height to 100%."
6857
+ },
6858
+ "VLayout/overlaps": {
6859
+ "type": "string[]\n",
6860
+ "description": "**FOR INTERNAL USE ONLY**"
6861
+ },
6862
+ "VLayoutItem/name": {
6863
+ "type": "string\n",
6864
+ "description": "Assign a specific name for layout registration."
6865
+ },
6862
6866
  "VLayoutItem/model-value": {
6863
6867
  "type": "boolean\n",
6864
6868
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6865
6869
  },
6866
- "VLayoutItem/position": {
6867
- "type": "'top' | 'bottom' | 'left' | 'right'\n",
6868
- "description": "The position of the item."
6869
- },
6870
6870
  "VLayoutItem/absolute": {
6871
6871
  "type": "boolean\n",
6872
6872
  "description": "Applies **position: absolute** to the component."
6873
6873
  },
6874
- "VLayoutItem/name": {
6875
- "type": "string\n",
6876
- "description": "Assign a specific name for layout registration."
6877
- },
6878
6874
  "VLayoutItem/order": {
6879
6875
  "type": "string | number\n",
6880
6876
  "description": "Adjust the order of the component in relation to its registration order."
@@ -6883,9 +6879,13 @@
6883
6879
  "type": "string | number\n",
6884
6880
  "description": "Sets the height and width of the component."
6885
6881
  },
6886
- "VLazy/tag": {
6887
- "type": "string\n",
6888
- "description": "Specify a custom tag used on the root element."
6882
+ "VLayoutItem/position": {
6883
+ "type": "'top' | 'bottom' | 'left' | 'right'\n",
6884
+ "description": "The position of the item."
6885
+ },
6886
+ "VLazy/model-value": {
6887
+ "type": "boolean\n",
6888
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6889
6889
  },
6890
6890
  "VLazy/height": {
6891
6891
  "type": "string | number\n",
@@ -6911,9 +6911,9 @@
6911
6911
  "type": "string | number\n",
6912
6912
  "description": "Sets the width for the component."
6913
6913
  },
6914
- "VLazy/model-value": {
6915
- "type": "boolean\n",
6916
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6914
+ "VLazy/tag": {
6915
+ "type": "string\n",
6916
+ "description": "Specify a custom tag used on the root element."
6917
6917
  },
6918
6918
  "VLazy/transition": {
6919
6919
  "type": "string | boolean | (TransitionProps & { component: Component })\n",
@@ -6923,101 +6923,13 @@
6923
6923
  "type": "IntersectionObserverInit\n",
6924
6924
  "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
6925
6925
  },
6926
- "VLigatureIcon/icon": {
6927
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6928
- "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
6929
- },
6930
6926
  "VLigatureIcon/tag": {
6931
6927
  "type": "string\n",
6932
6928
  "description": "Specify a custom tag used on the root element."
6933
6929
  },
6934
- "VList/tag": {
6935
- "type": "string\n",
6936
- "description": "Specify a custom tag used on the root element."
6937
- },
6938
- "VList/nav": {
6939
- "type": "boolean\n",
6940
- "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
6941
- },
6942
- "VList/theme": {
6943
- "type": "string\n",
6944
- "description": "Specify a theme for this component and all of its children."
6945
- },
6946
- "VList/items": {
6947
- "type": "any[]\n",
6948
- "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."
6949
- },
6950
- "VList/base-color": {
6951
- "type": "string\n",
6952
- "description": "Sets the color of component when not focused."
6953
- },
6954
- "VList/active-color": {
6955
- "type": "string\n",
6956
- "description": "The applied color when the component is in an active state."
6957
- },
6958
- "VList/active-class": {
6959
- "type": "string\n",
6960
- "description": "The class applied to the component when it is in an active state."
6961
- },
6962
- "VList/bg-color": {
6963
- "type": "string\n",
6964
- "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)."
6965
- },
6966
- "VList/disabled": {
6967
- "type": "boolean\n",
6968
- "description": "Puts all children inputs into a disabled state."
6969
- },
6970
- "VList/expand-icon": {
6971
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6972
- "description": "Icon to display when the list item is collapsed."
6973
- },
6974
- "VList/collapse-icon": {
6930
+ "VLigatureIcon/icon": {
6975
6931
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
6976
- "description": "Icon to display when the list item is expanded."
6977
- },
6978
- "VList/lines": {
6979
- "type": "false | 'one' | 'two' | 'three'\n",
6980
- "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."
6981
- },
6982
- "VList/slim": {
6983
- "type": "boolean\n",
6984
- "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
6985
- },
6986
- "VList/activatable": {
6987
- "type": "boolean\n",
6988
- "description": "Designates whether the list items are activatable."
6989
- },
6990
- "VList/selectable": {
6991
- "type": "boolean\n",
6992
- "description": "Designates whether the list items are selectable."
6993
- },
6994
- "VList/opened": {
6995
- "type": "unknown\n",
6996
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
6997
- },
6998
- "VList/activated": {
6999
- "type": "any\n",
7000
- "description": "Array of ids of activated nodes."
7001
- },
7002
- "VList/selected": {
7003
- "type": "unknown\n",
7004
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7005
- },
7006
- "VList/mandatory": {
7007
- "type": "boolean\n",
7008
- "description": "Forces at least one item to always be selected (if available)."
7009
- },
7010
- "VList/active-strategy": {
7011
- "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",
7012
- "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."
7013
- },
7014
- "VList/select-strategy": {
7015
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#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",
7016
- "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."
7017
- },
7018
- "VList/open-strategy": {
7019
- "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7020
- "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
6932
+ "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
7021
6933
  },
7022
6934
  "VList/border": {
7023
6935
  "type": "string | number | boolean\n",
@@ -7055,93 +6967,181 @@
7055
6967
  "type": "string | number\n",
7056
6968
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7057
6969
  },
7058
- "VList/item-type": {
7059
- "type": "string\n",
7060
- "description": "Designates the key on the supplied items that is used for determining the nodes type."
6970
+ "VList/rounded": {
6971
+ "type": "string | number | boolean\n",
6972
+ "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)."
7061
6973
  },
7062
- "VList/item-title": {
7063
- "type": "SelectItemKey<any>\n",
7064
- "description": "Property on supplied `items` that contains its title."
6974
+ "VList/tile": {
6975
+ "type": "boolean\n",
6976
+ "description": "Removes any applied **border-radius** from the component."
7065
6977
  },
7066
- "VList/item-value": {
7067
- "type": "SelectItemKey<any>\n",
7068
- "description": "Property on supplied `items` that contains its value."
6978
+ "VList/tag": {
6979
+ "type": "string\n",
6980
+ "description": "Specify a custom tag used on the root element."
7069
6981
  },
7070
- "VList/item-children": {
7071
- "type": "SelectItemKey<any>\n",
7072
- "description": "Property on supplied `items` that contains its children."
6982
+ "VList/theme": {
6983
+ "type": "string\n",
6984
+ "description": "Specify a theme for this component and all of its children."
7073
6985
  },
7074
- "VList/item-props": {
7075
- "type": "SelectItemKey<any>\n",
7076
- "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."
6986
+ "VList/color": {
6987
+ "type": "string\n",
6988
+ "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)."
7077
6989
  },
7078
- "VList/return-object": {
6990
+ "VList/variant": {
6991
+ "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
6992
+ "description": "Applies a distinct style to the component."
6993
+ },
6994
+ "VList/items": {
6995
+ "type": "any[]\n",
6996
+ "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."
6997
+ },
6998
+ "VList/active-color": {
6999
+ "type": "string\n",
7000
+ "description": "The applied color when the component is in an active state."
7001
+ },
7002
+ "VList/base-color": {
7003
+ "type": "string\n",
7004
+ "description": "Sets the color of component when not focused."
7005
+ },
7006
+ "VList/slim": {
7079
7007
  "type": "boolean\n",
7080
- "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7008
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
7009
+ },
7010
+ "VList/disabled": {
7011
+ "type": "boolean\n",
7012
+ "description": "Puts all children inputs into a disabled state."
7013
+ },
7014
+ "VList/bg-color": {
7015
+ "type": "string\n",
7016
+ "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)."
7017
+ },
7018
+ "VList/lines": {
7019
+ "type": "false | 'one' | 'two' | 'three'\n",
7020
+ "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."
7021
+ },
7022
+ "VList/nav": {
7023
+ "type": "boolean\n",
7024
+ "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
7025
+ },
7026
+ "VList/mandatory": {
7027
+ "type": "boolean\n",
7028
+ "description": "Forces at least one item to always be selected (if available)."
7029
+ },
7030
+ "VList/active-class": {
7031
+ "type": "string\n",
7032
+ "description": "The class applied to the component when it is in an active state."
7033
+ },
7034
+ "VList/selected": {
7035
+ "type": "unknown\n",
7036
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
7081
7037
  },
7082
7038
  "VList/value-comparator": {
7083
7039
  "type": "(a: any, b: any) => boolean\n",
7084
7040
  "description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
7085
7041
  },
7086
- "VList/rounded": {
7087
- "type": "string | number | boolean\n",
7088
- "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)."
7042
+ "VList/item-value": {
7043
+ "type": "SelectItemKey<any>\n",
7044
+ "description": "Property on supplied `items` that contains its value."
7089
7045
  },
7090
- "VList/tile": {
7046
+ "VList/return-object": {
7091
7047
  "type": "boolean\n",
7092
- "description": "Removes any applied **border-radius** from the component."
7048
+ "description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
7093
7049
  },
7094
- "VList/color": {
7095
- "type": "string\n",
7096
- "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)."
7050
+ "VList/select-strategy": {
7051
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#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",
7052
+ "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."
7097
7053
  },
7098
- "VList/variant": {
7099
- "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7100
- "description": "Applies a distinct style to the component."
7054
+ "VList/expand-icon": {
7055
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7056
+ "description": "Icon to display when the list item is collapsed."
7101
7057
  },
7102
- "VListGroup/title": {
7058
+ "VList/collapse-icon": {
7059
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7060
+ "description": "Icon to display when the list item is expanded."
7061
+ },
7062
+ "VList/activated": {
7063
+ "type": "any\n",
7064
+ "description": "Array of ids of activated nodes."
7065
+ },
7066
+ "VList/activatable": {
7067
+ "type": "boolean\n",
7068
+ "description": "Designates whether the list items are activatable."
7069
+ },
7070
+ "VList/selectable": {
7071
+ "type": "boolean\n",
7072
+ "description": "Designates whether the list items are selectable."
7073
+ },
7074
+ "VList/opened": {
7075
+ "type": "unknown\n",
7076
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
7077
+ },
7078
+ "VList/active-strategy": {
7079
+ "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",
7080
+ "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."
7081
+ },
7082
+ "VList/open-strategy": {
7083
+ "type": "'multiple' | 'single' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
7084
+ "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
7085
+ },
7086
+ "VList/item-type": {
7103
7087
  "type": "string\n",
7104
- "description": "Specify a title text for the component."
7088
+ "description": "Designates the key on the supplied items that is used for determining the nodes type."
7089
+ },
7090
+ "VList/item-title": {
7091
+ "type": "SelectItemKey<any>\n",
7092
+ "description": "Property on supplied `items` that contains its title."
7093
+ },
7094
+ "VList/item-children": {
7095
+ "type": "SelectItemKey<any>\n",
7096
+ "description": "Property on supplied `items` that contains its children."
7097
+ },
7098
+ "VList/item-props": {
7099
+ "type": "SelectItemKey<any>\n",
7100
+ "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."
7105
7101
  },
7106
7102
  "VListGroup/tag": {
7107
7103
  "type": "string\n",
7108
7104
  "description": "Specify a custom tag used on the root element."
7109
7105
  },
7110
- "VListGroup/color": {
7106
+ "VListGroup/title": {
7111
7107
  "type": "string\n",
7112
- "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)."
7108
+ "description": "Specify a title text for the component."
7113
7109
  },
7114
- "VListGroup/active-color": {
7110
+ "VListGroup/color": {
7115
7111
  "type": "string\n",
7116
- "description": "The applied color when the component is in an active state."
7112
+ "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)."
7117
7113
  },
7118
7114
  "VListGroup/base-color": {
7119
7115
  "type": "string\n",
7120
7116
  "description": "Sets the color of component when not focused."
7121
7117
  },
7122
- "VListGroup/prepend-icon": {
7118
+ "VListGroup/active-color": {
7119
+ "type": "string\n",
7120
+ "description": "The applied color when the component is in an active state."
7121
+ },
7122
+ "VListGroup/expand-icon": {
7123
7123
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7124
- "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7124
+ "description": "Icon to display when the list item is collapsed."
7125
7125
  },
7126
- "VListGroup/append-icon": {
7126
+ "VListGroup/collapse-icon": {
7127
7127
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7128
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7128
+ "description": "Icon to display when the list item is expanded."
7129
7129
  },
7130
7130
  "VListGroup/value": {
7131
7131
  "type": "any\n",
7132
7132
  "description": "Expands / Collapse the list-group."
7133
7133
  },
7134
- "VListGroup/fluid": {
7135
- "type": "boolean\n",
7136
- "description": "Removes the left padding assigned for action icons from group items."
7137
- },
7138
- "VListGroup/expand-icon": {
7134
+ "VListGroup/append-icon": {
7139
7135
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7140
- "description": "Icon to display when the list item is collapsed."
7136
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7141
7137
  },
7142
- "VListGroup/collapse-icon": {
7138
+ "VListGroup/prepend-icon": {
7143
7139
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7144
- "description": "Icon to display when the list item is expanded."
7140
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
7141
+ },
7142
+ "VListGroup/fluid": {
7143
+ "type": "boolean\n",
7144
+ "description": "Removes the left padding assigned for action icons from group items."
7145
7145
  },
7146
7146
  "VListGroup/subgroup": {
7147
7147
  "type": "boolean\n",
@@ -7151,13 +7151,29 @@
7151
7151
  "type": "string\n",
7152
7152
  "description": "Specify a custom tag used on the root element."
7153
7153
  },
7154
+ "VListItem/tag": {
7155
+ "type": "string\n",
7156
+ "description": "Specify a custom tag used on the root element."
7157
+ },
7158
+ "VListItem/link": {
7159
+ "type": "boolean\n",
7160
+ "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7161
+ },
7162
+ "VListItem/nav": {
7163
+ "type": "boolean\n",
7164
+ "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7165
+ },
7154
7166
  "VListItem/title": {
7155
7167
  "type": "string | number\n",
7156
7168
  "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."
7157
7169
  },
7158
- "VListItem/border": {
7159
- "type": "string | number | boolean\n",
7160
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
7170
+ "VListItem/replace": {
7171
+ "type": "boolean\n",
7172
+ "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."
7173
+ },
7174
+ "VListItem/color": {
7175
+ "type": "string\n",
7176
+ "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),"
7161
7177
  },
7162
7178
  "VListItem/density": {
7163
7179
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -7167,25 +7183,9 @@
7167
7183
  "type": "string | number\n",
7168
7184
  "description": "Sets the height for the component."
7169
7185
  },
7170
- "VListItem/max-height": {
7171
- "type": "string | number\n",
7172
- "description": "Sets the maximum height for the component."
7173
- },
7174
- "VListItem/max-width": {
7175
- "type": "string | number\n",
7176
- "description": "Sets the maximum width for the component."
7177
- },
7178
- "VListItem/min-height": {
7179
- "type": "string | number\n",
7180
- "description": "Sets the minimum height for the component."
7181
- },
7182
- "VListItem/min-width": {
7183
- "type": "string | number\n",
7184
- "description": "Sets the minimum width for the component."
7185
- },
7186
- "VListItem/width": {
7187
- "type": "string | number\n",
7188
- "description": "Sets the width for the component."
7186
+ "VListItem/border": {
7187
+ "type": "string | number | boolean\n",
7188
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
7189
7189
  },
7190
7190
  "VListItem/elevation": {
7191
7191
  "type": "string | number\n",
@@ -7199,93 +7199,81 @@
7199
7199
  "type": "boolean\n",
7200
7200
  "description": "Removes any applied **border-radius** from the component."
7201
7201
  },
7202
- "VListItem/tag": {
7203
- "type": "string\n",
7204
- "description": "Specify a custom tag used on the root element."
7205
- },
7206
7202
  "VListItem/theme": {
7207
7203
  "type": "string\n",
7208
7204
  "description": "Specify a theme for this component and all of its children."
7209
7205
  },
7210
- "VListItem/color": {
7211
- "type": "string\n",
7212
- "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),"
7213
- },
7214
- "VListItem/variant": {
7215
- "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7216
- "description": "Applies a distinct style to the component."
7217
- },
7218
- "VListItem/replace": {
7206
+ "VListItem/exact": {
7219
7207
  "type": "boolean\n",
7220
- "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."
7208
+ "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."
7221
7209
  },
7222
- "VListItem/link": {
7223
- "type": "boolean\n",
7224
- "description": "Designates that the component is a link. This is automatic when using the href or to prop."
7210
+ "VListItem/subtitle": {
7211
+ "type": "string | number\n",
7212
+ "description": "Specify a subtitle text for the component."
7225
7213
  },
7226
- "VListItem/active": {
7227
- "type": "boolean\n",
7228
- "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7214
+ "VListItem/base-color": {
7215
+ "type": "string\n",
7216
+ "description": "Sets the color of component when not focused."
7229
7217
  },
7230
7218
  "VListItem/active-color": {
7231
7219
  "type": "string\n",
7232
7220
  "description": "The applied color when the component is in an active state."
7233
7221
  },
7234
- "VListItem/base-color": {
7222
+ "VListItem/active-class": {
7235
7223
  "type": "string\n",
7236
- "description": "Sets the color of component when not focused."
7224
+ "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."
7237
7225
  },
7238
- "VListItem/prepend-icon": {
7239
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7240
- "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7226
+ "VListItem/disabled": {
7227
+ "type": "boolean\n",
7228
+ "description": "Removes the ability to click or target the component."
7241
7229
  },
7242
- "VListItem/append-icon": {
7243
- "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7244
- "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7230
+ "VListItem/lines": {
7231
+ "type": "false | 'one' | 'two' | 'three'\n",
7232
+ "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7245
7233
  },
7246
7234
  "VListItem/slim": {
7247
7235
  "type": "boolean\n",
7248
7236
  "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
7249
7237
  },
7250
- "VListItem/ripple": {
7251
- "type": "boolean | { class: string }\n",
7252
- "description": "Applies the [v-ripple](/directives/ripple) directive."
7238
+ "VListItem/max-height": {
7239
+ "type": "string | number\n",
7240
+ "description": "Sets the maximum height for the component."
7253
7241
  },
7254
- "VListItem/value": {
7255
- "type": "any\n",
7256
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7242
+ "VListItem/max-width": {
7243
+ "type": "string | number\n",
7244
+ "description": "Sets the maximum width for the component."
7257
7245
  },
7258
- "VListItem/disabled": {
7259
- "type": "boolean\n",
7260
- "description": "Removes the ability to click or target the component."
7246
+ "VListItem/min-height": {
7247
+ "type": "string | number\n",
7248
+ "description": "Sets the minimum height for the component."
7261
7249
  },
7262
- "VListItem/href": {
7263
- "type": "string\n",
7264
- "description": "Designates the component as anchor and applies the **href** attribute."
7250
+ "VListItem/min-width": {
7251
+ "type": "string | number\n",
7252
+ "description": "Sets the minimum width for the component."
7265
7253
  },
7266
- "VListItem/exact": {
7267
- "type": "boolean\n",
7268
- "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."
7254
+ "VListItem/width": {
7255
+ "type": "string | number\n",
7256
+ "description": "Sets the width for the component."
7269
7257
  },
7270
- "VListItem/to": {
7271
- "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7272
- "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."
7258
+ "VListItem/value": {
7259
+ "type": "any\n",
7260
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
7273
7261
  },
7274
- "VListItem/lines": {
7275
- "type": "false | 'one' | 'two' | 'three'\n",
7276
- "description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
7262
+ "VListItem/variant": {
7263
+ "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
7264
+ "description": "Applies a distinct style to the component."
7277
7265
  },
7278
- "VListItem/nav": {
7279
- "type": "boolean\n",
7280
- "description": "Reduces the width v-list-item takes up as well as adding a border radius."
7266
+ "VListItem/append-icon": {
7267
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7268
+ "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
7281
7269
  },
7282
- "VListItem/active-class": {
7283
- "type": "string\n",
7284
- "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."
7270
+ "VListItem/prepend-icon": {
7271
+ "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
7272
+ "description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
7285
7273
  },
7286
- "VListItem/subtitle": {
7287
- "type": "string | number\n",
7288
- "description": "Specify a subtitle text for the component."
7274
+ "VListItem/active": {
7275
+ "type": "boolean\n",
7276
+ "description": "Controls the **active** state of the item. This is typically used to highlight the component."
7289
7277
  },
7290
7278
  "VListItem/append-avatar": {
7291
7279
  "type": "string\n",
@@ -7295,29 +7283,41 @@
7295
7283
  "type": "string\n",
7296
7284
  "description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
7297
7285
  },
7298
- "VListItemAction/tag": {
7286
+ "VListItem/ripple": {
7287
+ "type": "boolean | { class: string }\n",
7288
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
7289
+ },
7290
+ "VListItem/href": {
7299
7291
  "type": "string\n",
7300
- "description": "Specify a custom tag used on the root element."
7292
+ "description": "Designates the component as anchor and applies the **href** attribute."
7301
7293
  },
7302
- "VListItemAction/start": {
7303
- "type": "boolean\n",
7304
- "description": "Applies margin at the end of the component."
7294
+ "VListItem/to": {
7295
+ "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
7296
+ "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."
7305
7297
  },
7306
7298
  "VListItemAction/end": {
7307
7299
  "type": "boolean\n",
7308
7300
  "description": "Applies margin at the start of the component."
7309
7301
  },
7310
- "VListItemMedia/tag": {
7302
+ "VListItemAction/start": {
7303
+ "type": "boolean\n",
7304
+ "description": "Applies margin at the end of the component."
7305
+ },
7306
+ "VListItemAction/tag": {
7311
7307
  "type": "string\n",
7312
7308
  "description": "Specify a custom tag used on the root element."
7313
7309
  },
7310
+ "VListItemMedia/end": {
7311
+ "type": "boolean\n",
7312
+ "description": "Applies margin at the start of the component."
7313
+ },
7314
7314
  "VListItemMedia/start": {
7315
7315
  "type": "boolean\n",
7316
7316
  "description": "Applies margin at the end of the component."
7317
7317
  },
7318
- "VListItemMedia/end": {
7319
- "type": "boolean\n",
7320
- "description": "Applies margin at the start of the component."
7318
+ "VListItemMedia/tag": {
7319
+ "type": "string\n",
7320
+ "description": "Specify a custom tag used on the root element."
7321
7321
  },
7322
7322
  "VListItemSubtitle/tag": {
7323
7323
  "type": "string\n",
@@ -7367,6 +7367,10 @@
7367
7367
  "type": "boolean\n",
7368
7368
  "description": "Specify a RTL mode."
7369
7369
  },
7370
+ "VMain/tag": {
7371
+ "type": "string\n",
7372
+ "description": "Specify a custom tag used on the root element."
7373
+ },
7370
7374
  "VMain/height": {
7371
7375
  "type": "string | number\n",
7372
7376
  "description": "Sets the height for the component."
@@ -7391,29 +7395,13 @@
7391
7395
  "type": "string | number\n",
7392
7396
  "description": "Sets the width for the component."
7393
7397
  },
7394
- "VMain/tag": {
7395
- "type": "string\n",
7396
- "description": "Specify a custom tag used on the root element."
7397
- },
7398
7398
  "VMain/scrollable": {
7399
7399
  "type": "boolean\n",
7400
7400
  "description": "Specify a custom scrollable function."
7401
7401
  },
7402
- "VMenu/theme": {
7403
- "type": "string\n",
7404
- "description": "Specify a theme for this component and all of its children."
7405
- },
7406
- "VMenu/id": {
7407
- "type": "string\n",
7408
- "description": "The unique identifier of the component."
7409
- },
7410
- "VMenu/eager": {
7411
- "type": "boolean\n",
7412
- "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."
7413
- },
7414
- "VMenu/disabled": {
7402
+ "VMenu/model-value": {
7415
7403
  "type": "boolean\n",
7416
- "description": "Removes the ability to click or target the component."
7404
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7417
7405
  },
7418
7406
  "VMenu/height": {
7419
7407
  "type": "string | number\n",
@@ -7439,14 +7427,30 @@
7439
7427
  "type": "string | number\n",
7440
7428
  "description": "Sets the width for the component."
7441
7429
  },
7430
+ "VMenu/location": {
7431
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7432
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7433
+ },
7434
+ "VMenu/theme": {
7435
+ "type": "string\n",
7436
+ "description": "Specify a theme for this component and all of its children."
7437
+ },
7438
+ "VMenu/id": {
7439
+ "type": "string\n",
7440
+ "description": "The unique identifier of the component."
7441
+ },
7442
+ "VMenu/disabled": {
7443
+ "type": "boolean\n",
7444
+ "description": "Removes the ability to click or target the component."
7445
+ },
7446
+ "VMenu/transition": {
7447
+ "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7448
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7449
+ },
7442
7450
  "VMenu/activator": {
7443
7451
  "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
7444
7452
  "description": "Explicitly sets the overlay's activator."
7445
7453
  },
7446
- "VMenu/submenu": {
7447
- "type": "boolean\n",
7448
- "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7449
- },
7450
7454
  "VMenu/close-on-back": {
7451
7455
  "type": "boolean\n",
7452
7456
  "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."
@@ -7471,10 +7475,6 @@
7471
7475
  "type": "boolean\n",
7472
7476
  "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
7473
7477
  },
7474
- "VMenu/model-value": {
7475
- "type": "boolean\n",
7476
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7477
- },
7478
7478
  "VMenu/persistent": {
7479
7479
  "type": "boolean\n",
7480
7480
  "description": "Clicking outside of the element or pressing esc key will not deactivate it."
@@ -7519,14 +7519,14 @@
7519
7519
  "type": "string | number\n",
7520
7520
  "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
7521
7521
  },
7522
+ "VMenu/eager": {
7523
+ "type": "boolean\n",
7524
+ "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."
7525
+ },
7522
7526
  "VMenu/location-strategy": {
7523
7527
  "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
7524
7528
  "description": "A function used to specifies how the component should position relative to its activator."
7525
7529
  },
7526
- "VMenu/location": {
7527
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
7528
- "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
7529
- },
7530
7530
  "VMenu/origin": {
7531
7531
  "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",
7532
7532
  "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)."
@@ -7536,25 +7536,21 @@
7536
7536
  "description": "A single value that offsets content away from the target based upon what side it is on."
7537
7537
  },
7538
7538
  "VMenu/scroll-strategy": {
7539
- "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\">ScrollStrategyFn</a>\n",
7539
+ "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\">ScrollStrategyFn</a>\n",
7540
7540
  "description": "Strategy used when the component is activate and user scrolls."
7541
7541
  },
7542
- "VMenu/transition": {
7543
- "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
7544
- "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
7545
- },
7546
7542
  "VMenu/attach": {
7547
7543
  "type": "string | boolean | Element\n",
7548
7544
  "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."
7549
7545
  },
7546
+ "VMenu/submenu": {
7547
+ "type": "boolean\n",
7548
+ "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
7549
+ },
7550
7550
  "VMessages/color": {
7551
7551
  "type": "string\n",
7552
7552
  "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)."
7553
7553
  },
7554
- "VMessages/active": {
7555
- "type": "boolean\n",
7556
- "description": "Determines whether the messages are visible or not."
7557
- },
7558
7554
  "VMessages/transition": {
7559
7555
  "type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n",
7560
7556
  "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
@@ -7563,33 +7559,49 @@
7563
7559
  "type": "string | string[]\n",
7564
7560
  "description": "Displays a list of messages or a single message if using a string."
7565
7561
  },
7566
- "VNavigationDrawer/border": {
7567
- "type": "string | number | boolean\n",
7568
- "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
7562
+ "VMessages/active": {
7563
+ "type": "boolean\n",
7564
+ "description": "Determines whether the messages are visible or not."
7565
+ },
7566
+ "VNavigationDrawer/tag": {
7567
+ "type": "string\n",
7568
+ "description": "Specify a custom tag used on the root element."
7569
+ },
7570
+ "VNavigationDrawer/name": {
7571
+ "type": "string\n",
7572
+ "description": "Assign a specific name for layout registration."
7573
+ },
7574
+ "VNavigationDrawer/image": {
7575
+ "type": "string\n",
7576
+ "description": "Apply a specific background image to the component."
7569
7577
  },
7570
7578
  "VNavigationDrawer/model-value": {
7571
7579
  "type": "boolean\n",
7572
7580
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7573
7581
  },
7574
- "VNavigationDrawer/width": {
7575
- "type": "string | number\n",
7576
- "description": "Sets the width for the component."
7577
- },
7578
- "VNavigationDrawer/elevation": {
7579
- "type": "string | number\n",
7580
- "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7581
- },
7582
7582
  "VNavigationDrawer/location": {
7583
- "type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'\n",
7583
+ "type": "'top' | 'bottom' | 'start' | 'end' | 'left' | 'right'\n",
7584
7584
  "description": "Controls the edge of the screen the drawer is attached to."
7585
7585
  },
7586
7586
  "VNavigationDrawer/absolute": {
7587
7587
  "type": "boolean\n",
7588
7588
  "description": "Applies **position: absolute** to the component."
7589
7589
  },
7590
- "VNavigationDrawer/sticky": {
7590
+ "VNavigationDrawer/color": {
7591
+ "type": "string\n",
7592
+ "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)."
7593
+ },
7594
+ "VNavigationDrawer/floating": {
7591
7595
  "type": "boolean\n",
7592
- "description": "When true, the drawer will remain visible when scrolling past the top of the page."
7596
+ "description": "A floating drawer has no visible container (no border-right)."
7597
+ },
7598
+ "VNavigationDrawer/border": {
7599
+ "type": "string | number | boolean\n",
7600
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
7601
+ },
7602
+ "VNavigationDrawer/elevation": {
7603
+ "type": "string | number\n",
7604
+ "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
7593
7605
  },
7594
7606
  "VNavigationDrawer/rounded": {
7595
7607
  "type": "string | number | boolean\n",
@@ -7599,41 +7611,17 @@
7599
7611
  "type": "boolean\n",
7600
7612
  "description": "Removes any applied **border-radius** from the component."
7601
7613
  },
7602
- "VNavigationDrawer/tag": {
7603
- "type": "string\n",
7604
- "description": "Specify a custom tag used on the root element."
7605
- },
7606
7614
  "VNavigationDrawer/theme": {
7607
7615
  "type": "string\n",
7608
7616
  "description": "Specify a theme for this component and all of its children."
7609
7617
  },
7610
- "VNavigationDrawer/color": {
7611
- "type": "string\n",
7612
- "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)."
7613
- },
7614
- "VNavigationDrawer/name": {
7615
- "type": "string\n",
7616
- "description": "Assign a specific name for layout registration."
7617
- },
7618
- "VNavigationDrawer/image": {
7619
- "type": "string\n",
7620
- "description": "Apply a specific background image to the component."
7621
- },
7622
- "VNavigationDrawer/floating": {
7623
- "type": "boolean\n",
7624
- "description": "A floating drawer has no visible container (no border-right)."
7625
- },
7626
7618
  "VNavigationDrawer/order": {
7627
7619
  "type": "string | number\n",
7628
7620
  "description": "Adjust the order of the component in relation to its registration order."
7629
7621
  },
7630
- "VNavigationDrawer/mobile": {
7631
- "type": "boolean\n",
7632
- "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"
7633
- },
7634
- "VNavigationDrawer/mobile-breakpoint": {
7635
- "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
7636
- "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."
7622
+ "VNavigationDrawer/width": {
7623
+ "type": "string | number\n",
7624
+ "description": "Sets the width for the component."
7637
7625
  },
7638
7626
  "VNavigationDrawer/persistent": {
7639
7627
  "type": "boolean\n",
@@ -7651,6 +7639,18 @@
7651
7639
  "type": "string | number\n",
7652
7640
  "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
7653
7641
  },
7642
+ "VNavigationDrawer/sticky": {
7643
+ "type": "boolean\n",
7644
+ "description": "When true, the drawer will remain visible when scrolling past the top of the page."
7645
+ },
7646
+ "VNavigationDrawer/mobile": {
7647
+ "type": "boolean\n",
7648
+ "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"
7649
+ },
7650
+ "VNavigationDrawer/mobile-breakpoint": {
7651
+ "type": "number | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xs'\n",
7652
+ "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."
7653
+ },
7654
7654
  "VNavigationDrawer/disable-resize-watcher": {
7655
7655
  "type": "boolean\n",
7656
7656
  "description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
@@ -7707,13 +7707,29 @@
7707
7707
  "type": "string\n",
7708
7708
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
7709
7709
  },
7710
- "VNumberInput/theme": {
7710
+ "VNumberInput/model-value": {
7711
+ "type": "number\n",
7712
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7713
+ },
7714
+ "VNumberInput/color": {
7711
7715
  "type": "string\n",
7712
- "description": "Specify a theme for this component and all of its children."
7716
+ "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)."
7713
7717
  },
7714
- "VNumberInput/id": {
7718
+ "VNumberInput/density": {
7719
+ "type": "'default' | 'comfortable' | 'compact'\n",
7720
+ "description": "Adjusts the vertical height used by the component."
7721
+ },
7722
+ "VNumberInput/rounded": {
7723
+ "type": "string | number | boolean\n",
7724
+ "description": "Adds a border radius to the input."
7725
+ },
7726
+ "VNumberInput/tile": {
7727
+ "type": "boolean\n",
7728
+ "description": "Removes any applied **border-radius** from the component."
7729
+ },
7730
+ "VNumberInput/theme": {
7715
7731
  "type": "string\n",
7716
- "description": "Sets the DOM id on the component."
7732
+ "description": "Specify a theme for this component and all of its children."
7717
7733
  },
7718
7734
  "VNumberInput/base-color": {
7719
7735
  "type": "string\n",
@@ -7727,10 +7743,6 @@
7727
7743
  "type": "boolean\n",
7728
7744
  "description": "Removes the ability to click or target the input."
7729
7745
  },
7730
- "VNumberInput/density": {
7731
- "type": "'default' | 'comfortable' | 'compact'\n",
7732
- "description": "Adjusts the vertical height used by the component."
7733
- },
7734
7746
  "VNumberInput/max-width": {
7735
7747
  "type": "string | number\n",
7736
7748
  "description": "Sets the maximum width for the component."
@@ -7743,25 +7755,13 @@
7743
7755
  "type": "string | number\n",
7744
7756
  "description": "Sets the width for the component."
7745
7757
  },
7746
- "VNumberInput/rounded": {
7747
- "type": "string | number | boolean\n",
7748
- "description": "Adds a border radius to the input."
7749
- },
7750
- "VNumberInput/tile": {
7751
- "type": "boolean\n",
7752
- "description": "Removes any applied **border-radius** from the component."
7753
- },
7754
- "VNumberInput/color": {
7755
- "type": "string\n",
7756
- "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)."
7757
- },
7758
7758
  "VNumberInput/variant": {
7759
7759
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
7760
7760
  "description": "Applies a distinct style to the component."
7761
7761
  },
7762
- "VNumberInput/model-value": {
7763
- "type": "number\n",
7764
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7762
+ "VNumberInput/id": {
7763
+ "type": "string\n",
7764
+ "description": "Sets the DOM id on the component."
7765
7765
  },
7766
7766
  "VNumberInput/autofocus": {
7767
7767
  "type": "boolean\n",
@@ -8215,6 +8215,10 @@
8215
8215
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
8216
8216
  "description": "Applies a distinct style to the component."
8217
8217
  },
8218
+ "VPagination/size": {
8219
+ "type": "string | number\n",
8220
+ "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**."
8221
+ },
8218
8222
  "VPagination/active-color": {
8219
8223
  "type": "string\n",
8220
8224
  "description": "The applied color when the component is in an active state."
@@ -8223,10 +8227,6 @@
8223
8227
  "type": "boolean\n",
8224
8228
  "description": "Removes the ability to click or target the component."
8225
8229
  },
8226
- "VPagination/size": {
8227
- "type": "string | number\n",
8228
- "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**."
8229
- },
8230
8230
  "VPagination/next-icon": {
8231
8231
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8232
8232
  "description": "The icon to use for the next button."
@@ -8531,6 +8531,14 @@
8531
8531
  "type": "string\n",
8532
8532
  "description": "Sets the component's name attribute."
8533
8533
  },
8534
+ "VRadio/id": {
8535
+ "type": "string\n",
8536
+ "description": "Sets the DOM id on the component."
8537
+ },
8538
+ "VRadio/value": {
8539
+ "type": "any\n",
8540
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8541
+ },
8534
8542
  "VRadio/base-color": {
8535
8543
  "type": "string\n",
8536
8544
  "description": "Sets the color of the input when it is not focused."
@@ -8543,10 +8551,6 @@
8543
8551
  "type": "boolean | { class: string }\n",
8544
8552
  "description": "Applies the [v-ripple](/directives/ripple) directive."
8545
8553
  },
8546
- "VRadio/value": {
8547
- "type": "any\n",
8548
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
8549
- },
8550
8554
  "VRadio/disabled": {
8551
8555
  "type": "boolean\n",
8552
8556
  "description": "Removes the ability to click or target the component."
@@ -8563,10 +8567,6 @@
8563
8567
  "type": "boolean\n",
8564
8568
  "description": "Changes select to multiple. Accepts array for value."
8565
8569
  },
8566
- "VRadio/id": {
8567
- "type": "string\n",
8568
- "description": "Sets the DOM id on the component."
8569
- },
8570
8570
  "VRadio/true-value": {
8571
8571
  "type": "any\n",
8572
8572
  "description": "Sets value for truthy state."
@@ -8635,6 +8635,10 @@
8635
8635
  "type": "string\n",
8636
8636
  "description": "Sets the component's name attribute."
8637
8637
  },
8638
+ "VRadioGroup/id": {
8639
+ "type": "string\n",
8640
+ "description": "Sets the DOM id on the component."
8641
+ },
8638
8642
  "VRadioGroup/prepend-icon": {
8639
8643
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8640
8644
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
@@ -8663,10 +8667,6 @@
8663
8667
  "type": "string\n",
8664
8668
  "description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
8665
8669
  },
8666
- "VRadioGroup/id": {
8667
- "type": "string\n",
8668
- "description": "Sets the DOM id on the component."
8669
- },
8670
8670
  "VRadioGroup/center-affix": {
8671
8671
  "type": "boolean\n",
8672
8672
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -8787,6 +8787,10 @@
8787
8787
  "type": "string\n",
8788
8788
  "description": "Sets the component's name attribute."
8789
8789
  },
8790
+ "VRangeSlider/id": {
8791
+ "type": "string\n",
8792
+ "description": "Sets the DOM id on the component."
8793
+ },
8790
8794
  "VRangeSlider/prepend-icon": {
8791
8795
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
8792
8796
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
@@ -8815,10 +8819,6 @@
8815
8819
  "type": "string | number\n",
8816
8820
  "description": "Sets the maximum allowed value."
8817
8821
  },
8818
- "VRangeSlider/id": {
8819
- "type": "string\n",
8820
- "description": "Sets the DOM id on the component."
8821
- },
8822
8822
  "VRangeSlider/min": {
8823
8823
  "type": "string | number\n",
8824
8824
  "description": "Sets the minimum allowed value."
@@ -8947,6 +8947,10 @@
8947
8947
  "type": "string\n",
8948
8948
  "description": "Sets the component's name attribute."
8949
8949
  },
8950
+ "VRating/size": {
8951
+ "type": "string | number\n",
8952
+ "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**."
8953
+ },
8950
8954
  "VRating/active-color": {
8951
8955
  "type": "string\n",
8952
8956
  "description": "The applied color when the component is in an active state."
@@ -8963,10 +8967,6 @@
8963
8967
  "type": "boolean\n",
8964
8968
  "description": "Removes the ability to click or target the component."
8965
8969
  },
8966
- "VRating/size": {
8967
- "type": "string | number\n",
8968
- "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**."
8969
- },
8970
8970
  "VRating/hover": {
8971
8971
  "type": "boolean\n",
8972
8972
  "description": "Provides visual feedback when hovering over icons."
@@ -9295,9 +9295,17 @@
9295
9295
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
9296
9296
  "description": "Applies a distinct style to the component."
9297
9297
  },
9298
- "VSelect/name": {
9298
+ "VSelect/name": {
9299
+ "type": "string\n",
9300
+ "description": "Sets the component's name attribute."
9301
+ },
9302
+ "VSelect/items": {
9303
+ "type": "any[]\n",
9304
+ "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."
9305
+ },
9306
+ "VSelect/id": {
9299
9307
  "type": "string\n",
9300
- "description": "Sets the component's name attribute."
9308
+ "description": "Sets the DOM id on the component."
9301
9309
  },
9302
9310
  "VSelect/active": {
9303
9311
  "type": "boolean\n",
@@ -9351,14 +9359,6 @@
9351
9359
  "type": "boolean\n",
9352
9360
  "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."
9353
9361
  },
9354
- "VSelect/items": {
9355
- "type": "any[]\n",
9356
- "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."
9357
- },
9358
- "VSelect/id": {
9359
- "type": "string\n",
9360
- "description": "Sets the DOM id on the component."
9361
- },
9362
9362
  "VSelect/placeholder": {
9363
9363
  "type": "string\n",
9364
9364
  "description": "Sets the input’s placeholder text."
@@ -9463,6 +9463,18 @@
9463
9463
  "type": "boolean\n",
9464
9464
  "description": "Enables autofocus."
9465
9465
  },
9466
+ "VSelect/item-title": {
9467
+ "type": "SelectItemKey<any>\n",
9468
+ "description": "Property on supplied `items` that contains its title."
9469
+ },
9470
+ "VSelect/item-children": {
9471
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9472
+ "description": "This property currently has **no effect**."
9473
+ },
9474
+ "VSelect/item-props": {
9475
+ "type": "SelectItemKey<any>\n",
9476
+ "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."
9477
+ },
9466
9478
  "VSelect/chips": {
9467
9479
  "type": "boolean\n",
9468
9480
  "description": "Changes display of selections to chips."
@@ -9487,18 +9499,6 @@
9487
9499
  "type": "unknown\n",
9488
9500
  "description": "Pass props through to the `v-list` component. Accepts an object with anything from [v-list](/api/v-list/#props) props, camelCase keys are recommended."
9489
9501
  },
9490
- "VSelect/item-title": {
9491
- "type": "SelectItemKey<any>\n",
9492
- "description": "Property on supplied `items` that contains its title."
9493
- },
9494
- "VSelect/item-children": {
9495
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
9496
- "description": "This property currently has **no effect**."
9497
- },
9498
- "VSelect/item-props": {
9499
- "type": "SelectItemKey<any>\n",
9500
- "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."
9501
- },
9502
9502
  "VSelect/menu-icon": {
9503
9503
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
9504
9504
  "description": "Sets the the spin icon."
@@ -9567,6 +9567,14 @@
9567
9567
  "type": "string\n",
9568
9568
  "description": "Sets the component's name attribute."
9569
9569
  },
9570
+ "VSelectionControl/id": {
9571
+ "type": "string\n",
9572
+ "description": "Sets the DOM id on the component."
9573
+ },
9574
+ "VSelectionControl/value": {
9575
+ "type": "any\n",
9576
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
9577
+ },
9570
9578
  "VSelectionControl/base-color": {
9571
9579
  "type": "string\n",
9572
9580
  "description": "Sets the color of the input when it is not focused."
@@ -9579,10 +9587,6 @@
9579
9587
  "type": "boolean | { class: string }\n",
9580
9588
  "description": "Applies the [v-ripple](/directives/ripple) directive."
9581
9589
  },
9582
- "VSelectionControl/value": {
9583
- "type": "any\n",
9584
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
9585
- },
9586
9590
  "VSelectionControl/disabled": {
9587
9591
  "type": "boolean\n",
9588
9592
  "description": "Removes the ability to click or target the component."
@@ -9599,10 +9603,6 @@
9599
9603
  "type": "boolean\n",
9600
9604
  "description": "Changes select to multiple. Accepts array for value."
9601
9605
  },
9602
- "VSelectionControl/id": {
9603
- "type": "string\n",
9604
- "description": "Sets the DOM id on the component."
9605
- },
9606
9606
  "VSelectionControl/true-value": {
9607
9607
  "type": "any\n",
9608
9608
  "description": "Sets value for truthy state."
@@ -9655,6 +9655,10 @@
9655
9655
  "type": "string\n",
9656
9656
  "description": "Sets the component's name attribute."
9657
9657
  },
9658
+ "VSelectionControlGroup/id": {
9659
+ "type": "string\n",
9660
+ "description": "Sets the DOM id on the component."
9661
+ },
9658
9662
  "VSelectionControlGroup/readonly": {
9659
9663
  "type": "boolean\n",
9660
9664
  "description": "Puts input in readonly state."
@@ -9675,10 +9679,6 @@
9675
9679
  "type": "boolean\n",
9676
9680
  "description": "Changes select to multiple. Accepts array for value."
9677
9681
  },
9678
- "VSelectionControlGroup/id": {
9679
- "type": "string\n",
9680
- "description": "Sets the DOM id on the component."
9681
- },
9682
9682
  "VSelectionControlGroup/defaults-target": {
9683
9683
  "type": "string\n",
9684
9684
  "description": "The target component to provide defaults values for."
@@ -9756,7 +9756,7 @@
9756
9756
  "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)."
9757
9757
  },
9758
9758
  "VSkeletonLoader/type": {
9759
- "type": " | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\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 | 'text'\n | (string & {})\n | 'image'\n | 'button'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\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",
9759
+ "type": " | 'text'\n | (string & {})\n | 'button'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\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 | 'text'\n | (string & {})\n | 'button'\n | 'image'\n | 'actions'\n | 'avatar'\n | 'article'\n | 'table'\n | 'divider'\n | 'subtitle'\n | 'chip'\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",
9760
9760
  "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."
9761
9761
  },
9762
9762
  "VSkeletonLoader/height": {
@@ -10027,6 +10027,10 @@
10027
10027
  "type": "string\n",
10028
10028
  "description": "Sets the component's name attribute."
10029
10029
  },
10030
+ "VSlider/id": {
10031
+ "type": "string\n",
10032
+ "description": "Sets the DOM id on the component."
10033
+ },
10030
10034
  "VSlider/prepend-icon": {
10031
10035
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
10032
10036
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
@@ -10055,10 +10059,6 @@
10055
10059
  "type": "string | number\n",
10056
10060
  "description": "Sets the maximum allowed value."
10057
10061
  },
10058
- "VSlider/id": {
10059
- "type": "string\n",
10060
- "description": "Sets the DOM id on the component."
10061
- },
10062
10062
  "VSlider/min": {
10063
10063
  "type": "string | number\n",
10064
10064
  "description": "Sets the minimum allowed value."
@@ -10527,14 +10527,14 @@
10527
10527
  "type": "string\n",
10528
10528
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10529
10529
  },
10530
- "VSparkline/max": {
10531
- "type": "string | number\n",
10532
- "description": "The maximum value of the sparkline."
10533
- },
10534
10530
  "VSparkline/id": {
10535
10531
  "type": "string\n",
10536
10532
  "description": "The id of the component."
10537
10533
  },
10534
+ "VSparkline/max": {
10535
+ "type": "string | number\n",
10536
+ "description": "The maximum value of the sparkline."
10537
+ },
10538
10538
  "VSparkline/min": {
10539
10539
  "type": "string | number\n",
10540
10540
  "description": "The minimum value of the sparkline."
@@ -10627,6 +10627,10 @@
10627
10627
  "type": "string\n",
10628
10628
  "description": "Specify a theme for this component and all of its children."
10629
10629
  },
10630
+ "VSpeedDial/id": {
10631
+ "type": "string\n",
10632
+ "description": "The unique identifier of the component."
10633
+ },
10630
10634
  "VSpeedDial/disabled": {
10631
10635
  "type": "boolean\n",
10632
10636
  "description": "Removes the ability to click or target the component."
@@ -10685,7 +10689,7 @@
10685
10689
  },
10686
10690
  "VSpeedDial/open-on-click": {
10687
10691
  "type": "boolean\n",
10688
- "description": "Activate the component when the activator is clicked."
10692
+ "description": "Designates whether menu should open on activator click."
10689
10693
  },
10690
10694
  "VSpeedDial/open-on-hover": {
10691
10695
  "type": "boolean\n",
@@ -10697,15 +10701,15 @@
10697
10701
  },
10698
10702
  "VSpeedDial/close-on-content-click": {
10699
10703
  "type": "boolean\n",
10700
- "description": "Closes component when you click on its content."
10704
+ "description": "Designates if menu should close when its content is clicked."
10701
10705
  },
10702
10706
  "VSpeedDial/close-delay": {
10703
10707
  "type": "string | number\n",
10704
- "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
10708
+ "description": "Milliseconds to wait before closing component. Only works with the **open-on-hover** prop."
10705
10709
  },
10706
10710
  "VSpeedDial/open-delay": {
10707
10711
  "type": "string | number\n",
10708
- "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
10712
+ "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
10709
10713
  },
10710
10714
  "VSpeedDial/eager": {
10711
10715
  "type": "boolean\n",
@@ -10731,10 +10735,6 @@
10731
10735
  "type": "string | boolean | Element\n",
10732
10736
  "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."
10733
10737
  },
10734
- "VSpeedDial/id": {
10735
- "type": "string\n",
10736
- "description": "The unique identifier of the component."
10737
- },
10738
10738
  "VSpeedDial/submenu": {
10739
10739
  "type": "boolean\n",
10740
10740
  "description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
@@ -10807,6 +10807,10 @@
10807
10807
  "type": "string\n",
10808
10808
  "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)."
10809
10809
  },
10810
+ "VStepper/items": {
10811
+ "type": "(string | Record<string, any>)[]\n",
10812
+ "description": "An array of strings or objects used for automatically generating children components."
10813
+ },
10810
10814
  "VStepper/disabled": {
10811
10815
  "type": "boolean\n",
10812
10816
  "description": "Puts all children components into a disabled state."
@@ -10839,10 +10843,6 @@
10839
10843
  "type": "boolean | 'force'\n",
10840
10844
  "description": "Forces at least one item to always be selected (if available)."
10841
10845
  },
10842
- "VStepper/items": {
10843
- "type": "(string | Record<string, any>)[]\n",
10844
- "description": "An array of strings or objects used for automatically generating children components."
10845
- },
10846
10846
  "VStepper/item-value": {
10847
10847
  "type": "string\n",
10848
10848
  "description": "Property on supplied `items` that contains its value."
@@ -10923,14 +10923,14 @@
10923
10923
  "type": "string\n",
10924
10924
  "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)."
10925
10925
  },
10926
- "VStepperItem/ripple": {
10927
- "type": "boolean | { class: string }\n",
10928
- "description": "Applies the [v-ripple](/directives/ripple) directive."
10929
- },
10930
10926
  "VStepperItem/value": {
10931
10927
  "type": "any\n",
10932
10928
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
10933
10929
  },
10930
+ "VStepperItem/ripple": {
10931
+ "type": "boolean | { class: string }\n",
10932
+ "description": "Applies the [v-ripple](/directives/ripple) directive."
10933
+ },
10934
10934
  "VStepperItem/disabled": {
10935
10935
  "type": "boolean\n",
10936
10936
  "description": "Removes the ability to click or target the component."
@@ -11003,6 +11003,10 @@
11003
11003
  "type": "'default' | 'inset' | 'accordion' | 'popout'\n",
11004
11004
  "description": "Applies a distinct style to the component."
11005
11005
  },
11006
+ "VStepperVertical/items": {
11007
+ "type": "(string | Record<string, any>)[]\n",
11008
+ "description": "An array of strings or objects used for automatically generating children components."
11009
+ },
11006
11010
  "VStepperVertical/readonly": {
11007
11011
  "type": "boolean\n",
11008
11012
  "description": "Makes the entire expansion panel read only."
@@ -11029,7 +11033,7 @@
11029
11033
  },
11030
11034
  "VStepperVertical/mobile": {
11031
11035
  "type": "boolean\n",
11032
- "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"
11036
+ "description": "Forces the stepper into a mobile state, removing labels from stepper items."
11033
11037
  },
11034
11038
  "VStepperVertical/mobile-breakpoint": {
11035
11039
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
@@ -11047,10 +11051,6 @@
11047
11051
  "type": "boolean\n",
11048
11052
  "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."
11049
11053
  },
11050
- "VStepperVertical/items": {
11051
- "type": "(string | Record<string, any>)[]\n",
11052
- "description": "An array of strings or objects used for automatically generating children components."
11053
- },
11054
11054
  "VStepperVertical/item-value": {
11055
11055
  "type": "string\n",
11056
11056
  "description": "Property on supplied `items` that contains its value."
@@ -11187,6 +11187,10 @@
11187
11187
  "type": "string\n",
11188
11188
  "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)."
11189
11189
  },
11190
+ "VStepperVerticalItem/value": {
11191
+ "type": "any\n",
11192
+ "description": "Controls the opened/closed state of content."
11193
+ },
11190
11194
  "VStepperVerticalItem/readonly": {
11191
11195
  "type": "boolean\n",
11192
11196
  "description": "Makes the expansion panel content read only."
@@ -11195,10 +11199,6 @@
11195
11199
  "type": "boolean | { class: string }\n",
11196
11200
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11197
11201
  },
11198
- "VStepperVerticalItem/value": {
11199
- "type": "any\n",
11200
- "description": "Controls the opened/closed state of content."
11201
- },
11202
11202
  "VStepperVerticalItem/disabled": {
11203
11203
  "type": "boolean\n",
11204
11204
  "description": "Disables the expansion-panel content."
@@ -11363,6 +11363,14 @@
11363
11363
  "type": "string\n",
11364
11364
  "description": "Sets the component's name attribute."
11365
11365
  },
11366
+ "VSwitch/id": {
11367
+ "type": "string\n",
11368
+ "description": "Sets the DOM id on the component."
11369
+ },
11370
+ "VSwitch/value": {
11371
+ "type": "any\n",
11372
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11373
+ },
11366
11374
  "VSwitch/base-color": {
11367
11375
  "type": "string\n",
11368
11376
  "description": "Sets the color of the input when it is not focused."
@@ -11383,10 +11391,6 @@
11383
11391
  "type": "boolean | { class: string }\n",
11384
11392
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11385
11393
  },
11386
- "VSwitch/value": {
11387
- "type": "any\n",
11388
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11389
- },
11390
11394
  "VSwitch/disabled": {
11391
11395
  "type": "boolean\n",
11392
11396
  "description": "Removes the ability to click or target the component."
@@ -11411,10 +11415,6 @@
11411
11415
  "type": "boolean\n",
11412
11416
  "description": "Enlarge the `v-switch` track to encompass the thumb."
11413
11417
  },
11414
- "VSwitch/id": {
11415
- "type": "string\n",
11416
- "description": "Sets the DOM id on the component."
11417
- },
11418
11418
  "VSwitch/center-affix": {
11419
11419
  "type": "boolean\n",
11420
11420
  "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
@@ -11615,6 +11615,14 @@
11615
11615
  "type": "boolean\n",
11616
11616
  "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."
11617
11617
  },
11618
+ "VTab/size": {
11619
+ "type": "string | number\n",
11620
+ "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**."
11621
+ },
11622
+ "VTab/value": {
11623
+ "type": "any\n",
11624
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11625
+ },
11618
11626
  "VTab/active-color": {
11619
11627
  "type": "string\n",
11620
11628
  "description": "The applied color when the component is in an active state."
@@ -11647,10 +11655,6 @@
11647
11655
  "type": "boolean | { class: string }\n",
11648
11656
  "description": "Applies the [v-ripple](/directives/ripple) directive."
11649
11657
  },
11650
- "VTab/value": {
11651
- "type": "any\n",
11652
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
11653
- },
11654
11658
  "VTab/disabled": {
11655
11659
  "type": "boolean\n",
11656
11660
  "description": "Removes the ability to click or target the component."
@@ -11675,10 +11679,6 @@
11675
11679
  "type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
11676
11680
  "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."
11677
11681
  },
11678
- "VTab/size": {
11679
- "type": "string | number\n",
11680
- "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**."
11681
- },
11682
11682
  "VTab/direction": {
11683
11683
  "type": "'horizontal' | 'vertical'\n",
11684
11684
  "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
@@ -11743,6 +11743,10 @@
11743
11743
  "type": "string\n",
11744
11744
  "description": "Applies specified color to the selected tab - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
11745
11745
  },
11746
+ "VTabs/items": {
11747
+ "type": "unknown[]\n",
11748
+ "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
11749
+ },
11746
11750
  "VTabs/stacked": {
11747
11751
  "type": "boolean\n",
11748
11752
  "description": "Apply the stacked prop to all children v-tab components."
@@ -11783,10 +11787,6 @@
11783
11787
  "type": "boolean | 'force'\n",
11784
11788
  "description": "Forces at least one item to always be selected (if available)."
11785
11789
  },
11786
- "VTabs/items": {
11787
- "type": "unknown[]\n",
11788
- "description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
11789
- },
11790
11790
  "VTabs/next-icon": {
11791
11791
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
11792
11792
  "description": "Right pagination icon."
@@ -11935,6 +11935,10 @@
11935
11935
  "type": "string\n",
11936
11936
  "description": "Sets the component's name attribute."
11937
11937
  },
11938
+ "VTextField/id": {
11939
+ "type": "string\n",
11940
+ "description": "Sets the DOM id on the component."
11941
+ },
11938
11942
  "VTextField/active": {
11939
11943
  "type": "boolean\n",
11940
11944
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -11971,10 +11975,6 @@
11971
11975
  "type": "string\n",
11972
11976
  "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)."
11973
11977
  },
11974
- "VTextField/id": {
11975
- "type": "string\n",
11976
- "description": "Sets the DOM id on the component."
11977
- },
11978
11978
  "VTextField/placeholder": {
11979
11979
  "type": "string\n",
11980
11980
  "description": "Sets the input’s placeholder text."
@@ -12151,6 +12151,10 @@
12151
12151
  "type": "string\n",
12152
12152
  "description": "Sets the component's name attribute."
12153
12153
  },
12154
+ "VTextarea/id": {
12155
+ "type": "string\n",
12156
+ "description": "Sets the DOM id on the component."
12157
+ },
12154
12158
  "VTextarea/active": {
12155
12159
  "type": "boolean\n",
12156
12160
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -12187,10 +12191,6 @@
12187
12191
  "type": "string\n",
12188
12192
  "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)."
12189
12193
  },
12190
- "VTextarea/id": {
12191
- "type": "string\n",
12192
- "description": "Sets the DOM id on the component."
12193
- },
12194
12194
  "VTextarea/placeholder": {
12195
12195
  "type": "string\n",
12196
12196
  "description": "Sets the input's placeholder text."
@@ -12515,14 +12515,14 @@
12515
12515
  "type": "string\n",
12516
12516
  "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)."
12517
12517
  },
12518
- "VTimePickerControls/readonly": {
12519
- "type": "boolean\n",
12520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12521
- },
12522
12518
  "VTimePickerControls/value": {
12523
12519
  "type": "number\n",
12524
12520
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12525
12521
  },
12522
+ "VTimePickerControls/readonly": {
12523
+ "type": "boolean\n",
12524
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12525
+ },
12526
12526
  "VTimePickerControls/disabled": {
12527
12527
  "type": "boolean\n",
12528
12528
  "description": "Removes the ability to click or target the component."
@@ -12755,6 +12755,10 @@
12755
12755
  "type": "string\n",
12756
12756
  "description": "Specifies a [v-img](/components/images) as the component's background."
12757
12757
  },
12758
+ "VToolbar/floating": {
12759
+ "type": "boolean\n",
12760
+ "description": "Applies **display: inline-flex** to the component."
12761
+ },
12758
12762
  "VToolbar/collapse": {
12759
12763
  "type": "boolean\n",
12760
12764
  "description": "Puts the toolbar into a collapsed state reducing its maximum width."
@@ -12767,10 +12771,6 @@
12767
12771
  "type": "string | number\n",
12768
12772
  "description": "Specify an explicit height for the `extension` slot."
12769
12773
  },
12770
- "VToolbar/floating": {
12771
- "type": "boolean\n",
12772
- "description": "Applies **display: inline-flex** to the component."
12773
- },
12774
12774
  "VToolbarItems/color": {
12775
12775
  "type": "string\n",
12776
12776
  "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)."
@@ -12827,6 +12827,10 @@
12827
12827
  "type": "string\n",
12828
12828
  "description": "Specify a theme for this component and all of its children."
12829
12829
  },
12830
+ "VTooltip/id": {
12831
+ "type": "string\n",
12832
+ "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
12833
+ },
12830
12834
  "VTooltip/disabled": {
12831
12835
  "type": "boolean\n",
12832
12836
  "description": "Removes the ability to click or target the component."
@@ -12927,10 +12931,6 @@
12927
12931
  "type": "string | boolean | Element\n",
12928
12932
  "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."
12929
12933
  },
12930
- "VTooltip/id": {
12931
- "type": "string\n",
12932
- "description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
12933
- },
12934
12934
  "VTreeview/border": {
12935
12935
  "type": "string | number | boolean\n",
12936
12936
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -12999,6 +12999,10 @@
12999
12999
  "type": "string\n",
13000
13000
  "description": "The search model for filtering results."
13001
13001
  },
13002
+ "VTreeview/items": {
13003
+ "type": "unknown[]\n",
13004
+ "description": "An array of items used to build the treeview."
13005
+ },
13002
13006
  "VTreeview/active-color": {
13003
13007
  "type": "string\n",
13004
13008
  "description": "The applied color when the component is in an active state."
@@ -13035,10 +13039,6 @@
13035
13039
  "type": "string\n",
13036
13040
  "description": "The class applied to the component when it is in an active state."
13037
13041
  },
13038
- "VTreeview/items": {
13039
- "type": "unknown[]\n",
13040
- "description": "An array of items used to build the treeview."
13041
- },
13042
13042
  "VTreeview/selected": {
13043
13043
  "type": "any\n",
13044
13044
  "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
@@ -13163,6 +13163,10 @@
13163
13163
  "type": "string\n",
13164
13164
  "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)."
13165
13165
  },
13166
+ "VTreeviewGroup/value": {
13167
+ "type": "any\n",
13168
+ "description": "Expands / Collapse the list-group."
13169
+ },
13166
13170
  "VTreeviewGroup/active-color": {
13167
13171
  "type": "string\n",
13168
13172
  "description": "The applied color when the component is in an active state."
@@ -13179,10 +13183,6 @@
13179
13183
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
13180
13184
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
13181
13185
  },
13182
- "VTreeviewGroup/value": {
13183
- "type": "any\n",
13184
- "description": "Expands / Collapse the list-group."
13185
- },
13186
13186
  "VTreeviewGroup/fluid": {
13187
13187
  "type": "boolean\n",
13188
13188
  "description": "Removes viewport maximum-width size breakpoints."
@@ -13267,6 +13267,10 @@
13267
13267
  "type": "boolean\n",
13268
13268
  "description": "Designates that the component is a link. This is automatic when using the href or to prop."
13269
13269
  },
13270
+ "VTreeviewItem/value": {
13271
+ "type": "any\n",
13272
+ "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13273
+ },
13270
13274
  "VTreeviewItem/active": {
13271
13275
  "type": "boolean\n",
13272
13276
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
@@ -13295,10 +13299,6 @@
13295
13299
  "type": "boolean | { class: string }\n",
13296
13300
  "description": "Applies the [v-ripple](/directives/ripple) directive."
13297
13301
  },
13298
- "VTreeviewItem/value": {
13299
- "type": "any\n",
13300
- "description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
13301
- },
13302
13302
  "VTreeviewItem/disabled": {
13303
13303
  "type": "boolean\n",
13304
13304
  "description": "Removes the ability to click or target the component."
@@ -13423,14 +13423,14 @@
13423
13423
  "type": "unknown[]\n",
13424
13424
  "description": "The array of items to display."
13425
13425
  },
13426
- "VVirtualScroll/renderless": {
13427
- "type": "boolean\n",
13428
- "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
13429
- },
13430
13426
  "VVirtualScroll/item-height": {
13431
13427
  "type": "string | number\n",
13432
13428
  "description": "Height in pixels of each item to display."
13433
13429
  },
13430
+ "VVirtualScroll/renderless": {
13431
+ "type": "boolean\n",
13432
+ "description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
13433
+ },
13434
13434
  "VWindow/model-value": {
13435
13435
  "type": "unknown\n",
13436
13436
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
@@ -13483,25 +13483,25 @@
13483
13483
  "type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
13484
13484
  "description": "Provide a custom **left** and **right** function when swiped left or right."
13485
13485
  },
13486
- "VWindowItem/value": {
13487
- "type": "any\n",
13488
- "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13486
+ "VWindowItem/eager": {
13487
+ "type": "boolean\n",
13488
+ "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."
13489
13489
  },
13490
13490
  "VWindowItem/disabled": {
13491
13491
  "type": "boolean\n",
13492
13492
  "description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
13493
13493
  },
13494
- "VWindowItem/selected-class": {
13495
- "type": "string\n",
13496
- "description": "Configure the active CSS class applied when an item is selected."
13494
+ "VWindowItem/value": {
13495
+ "type": "any\n",
13496
+ "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
13497
13497
  },
13498
13498
  "VWindowItem/transition": {
13499
13499
  "type": "string | boolean\n",
13500
13500
  "description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
13501
13501
  },
13502
- "VWindowItem/eager": {
13503
- "type": "boolean\n",
13504
- "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."
13502
+ "VWindowItem/selected-class": {
13503
+ "type": "string\n",
13504
+ "description": "Configure the active CSS class applied when an item is selected."
13505
13505
  },
13506
13506
  "VWindowItem/reverse-transition": {
13507
13507
  "type": "string | boolean\n",