vuetify 3.5.13 → 3.5.14

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 (78) hide show
  1. package/dist/json/attributes.json +160 -160
  2. package/dist/json/importMap-labs.json +4 -4
  3. package/dist/json/importMap.json +108 -108
  4. package/dist/json/web-types.json +161 -161
  5. package/dist/vuetify-labs.css +1958 -1944
  6. package/dist/vuetify-labs.d.ts +993 -845
  7. package/dist/vuetify-labs.esm.js +90 -22
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +90 -22
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +762 -753
  12. package/dist/vuetify.d.ts +784 -664
  13. package/dist/vuetify.esm.js +85 -17
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +85 -17
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +121 -119
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +2 -0
  21. package/lib/blueprints/md1.d.mts +2 -0
  22. package/lib/blueprints/md2.d.mts +2 -0
  23. package/lib/blueprints/md3.d.mts +2 -0
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -0
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.mts +34 -28
  27. package/lib/components/VBtn/VBtn.mjs +2 -0
  28. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  29. package/lib/components/VChip/VChip.mjs +1 -0
  30. package/lib/components/VChip/VChip.mjs.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.mjs +6 -0
  32. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  33. package/lib/components/VCombobox/index.d.mts +34 -28
  34. package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
  35. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  36. package/lib/components/VDatePicker/VDatePicker.mjs +9 -2
  37. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  38. package/lib/components/VField/VField.mjs +29 -3
  39. package/lib/components/VField/VField.mjs.map +1 -1
  40. package/lib/components/VField/index.d.mts +9 -3
  41. package/lib/components/VFileInput/VFileInput.mjs +2 -2
  42. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  43. package/lib/components/VFileInput/index.d.mts +51 -23
  44. package/lib/components/VList/VListItem.css +3 -0
  45. package/lib/components/VList/VListItem.sass +4 -0
  46. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  47. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  48. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -3
  49. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  50. package/lib/components/VSelect/VSelect.mjs +6 -0
  51. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  52. package/lib/components/VSelect/index.d.mts +34 -28
  53. package/lib/components/VSwitch/VSwitch.css +6 -0
  54. package/lib/components/VSwitch/VSwitch.sass +7 -0
  55. package/lib/components/VSwitch/_variables.scss +1 -0
  56. package/lib/components/VTextField/index.d.mts +88 -46
  57. package/lib/components/VTextarea/index.d.mts +54 -26
  58. package/lib/components/index.d.mts +764 -650
  59. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  60. package/lib/composables/date/adapters/vuetify.mjs +14 -0
  61. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  62. package/lib/composables/router.mjs +1 -1
  63. package/lib/composables/router.mjs.map +1 -1
  64. package/lib/entry-bundler.mjs +1 -1
  65. package/lib/framework.mjs +1 -1
  66. package/lib/index.d.mts +39 -33
  67. package/lib/labs/VEmptyState/VEmptyState.css +4 -0
  68. package/lib/labs/VEmptyState/VEmptyState.mjs +6 -1
  69. package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
  70. package/lib/labs/VEmptyState/VEmptyState.sass +4 -0
  71. package/lib/labs/VEmptyState/_variables.scss +1 -0
  72. package/lib/labs/VNumberInput/VNumberInput.css +1 -0
  73. package/lib/labs/VNumberInput/VNumberInput.mjs +0 -4
  74. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  75. package/lib/labs/VNumberInput/VNumberInput.sass +1 -0
  76. package/lib/labs/VNumberInput/index.d.mts +51 -23
  77. package/lib/labs/components.d.mts +50 -22
  78. package/package.json +2 -2
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "VAlert/rounded": {
87
87
  "type": "string | number | boolean\n",
88
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
88
+ "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)."
89
89
  },
90
90
  "VAlert/tile": {
91
91
  "type": "boolean\n",
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "VAlert/color": {
103
103
  "type": "string\n",
104
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
104
+ "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)."
105
105
  },
106
106
  "VAlert/variant": {
107
107
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -153,7 +153,7 @@
153
153
  },
154
154
  "VAppBar/color": {
155
155
  "type": "string\n",
156
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
156
+ "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)."
157
157
  },
158
158
  "VAppBar/density": {
159
159
  "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
@@ -177,7 +177,7 @@
177
177
  },
178
178
  "VAppBar/border": {
179
179
  "type": "string | number | boolean\n",
180
- "description": "Applies border styles to component."
180
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
181
181
  },
182
182
  "VAppBar/elevation": {
183
183
  "type": "string | number\n",
@@ -185,7 +185,7 @@
185
185
  },
186
186
  "VAppBar/rounded": {
187
187
  "type": "string | number | boolean\n",
188
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
188
+ "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)."
189
189
  },
190
190
  "VAppBar/tile": {
191
191
  "type": "boolean\n",
@@ -265,7 +265,7 @@
265
265
  },
266
266
  "VAppBarNavIcon/border": {
267
267
  "type": "string | number | boolean\n",
268
- "description": "Applies border styles to component."
268
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
269
269
  },
270
270
  "VAppBarNavIcon/density": {
271
271
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -321,7 +321,7 @@
321
321
  },
322
322
  "VAppBarNavIcon/rounded": {
323
323
  "type": "string | number | boolean\n",
324
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
324
+ "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)."
325
325
  },
326
326
  "VAppBarNavIcon/tile": {
327
327
  "type": "boolean\n",
@@ -357,7 +357,7 @@
357
357
  },
358
358
  "VAppBarNavIcon/color": {
359
359
  "type": "string\n",
360
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
360
+ "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)."
361
361
  },
362
362
  "VAppBarNavIcon/variant": {
363
363
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -489,7 +489,7 @@
489
489
  },
490
490
  "VAutocomplete/item-children": {
491
491
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
492
- "description": "Property on supplied `items` that contains its children."
492
+ "description": "This property currently has **no effect**."
493
493
  },
494
494
  "VAutocomplete/item-props": {
495
495
  "type": "SelectItemKey<any>\n",
@@ -517,7 +517,7 @@
517
517
  },
518
518
  "VAutocomplete/color": {
519
519
  "type": "string\n",
520
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
520
+ "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)."
521
521
  },
522
522
  "VAutocomplete/variant": {
523
523
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
@@ -721,7 +721,7 @@
721
721
  },
722
722
  "VAvatar/rounded": {
723
723
  "type": "string | number | boolean\n",
724
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
724
+ "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)."
725
725
  },
726
726
  "VAvatar/tile": {
727
727
  "type": "boolean\n",
@@ -741,7 +741,7 @@
741
741
  },
742
742
  "VAvatar/color": {
743
743
  "type": "string\n",
744
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
744
+ "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)."
745
745
  },
746
746
  "VAvatar/variant": {
747
747
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -753,7 +753,7 @@
753
753
  },
754
754
  "VBadge/color": {
755
755
  "type": "string\n",
756
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
756
+ "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)."
757
757
  },
758
758
  "VBadge/content": {
759
759
  "type": "string | number\n",
@@ -797,7 +797,7 @@
797
797
  },
798
798
  "VBadge/text-color": {
799
799
  "type": "string\n",
800
- "description": "Applies a specified color to the control text - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
800
+ "description": "Applies a specified color to the control text - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
801
801
  },
802
802
  "VBadge/location": {
803
803
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
@@ -805,7 +805,7 @@
805
805
  },
806
806
  "VBadge/rounded": {
807
807
  "type": "string | number | boolean\n",
808
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
808
+ "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)."
809
809
  },
810
810
  "VBadge/tile": {
811
811
  "type": "boolean\n",
@@ -837,7 +837,7 @@
837
837
  },
838
838
  "VBanner/color": {
839
839
  "type": "string\n",
840
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
840
+ "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)."
841
841
  },
842
842
  "VBanner/icon": {
843
843
  "type": "any\n",
@@ -853,7 +853,7 @@
853
853
  },
854
854
  "VBanner/border": {
855
855
  "type": "string | number | boolean\n",
856
- "description": "Applies border styles to component."
856
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
857
857
  },
858
858
  "VBanner/density": {
859
859
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -901,7 +901,7 @@
901
901
  },
902
902
  "VBanner/rounded": {
903
903
  "type": "string | number | boolean\n",
904
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
904
+ "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)."
905
905
  },
906
906
  "VBanner/tile": {
907
907
  "type": "boolean\n",
@@ -921,7 +921,7 @@
921
921
  },
922
922
  "VBannerActions/color": {
923
923
  "type": "string\n",
924
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
924
+ "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)."
925
925
  },
926
926
  "VBannerActions/density": {
927
927
  "type": "string\n",
@@ -937,7 +937,7 @@
937
937
  },
938
938
  "VBottomNavigation/color": {
939
939
  "type": "string\n",
940
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
940
+ "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)."
941
941
  },
942
942
  "VBottomNavigation/grow": {
943
943
  "type": "boolean\n",
@@ -957,7 +957,7 @@
957
957
  },
958
958
  "VBottomNavigation/border": {
959
959
  "type": "string | number | boolean\n",
960
- "description": "Applies border styles to component."
960
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
961
961
  },
962
962
  "VBottomNavigation/density": {
963
963
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -969,7 +969,7 @@
969
969
  },
970
970
  "VBottomNavigation/rounded": {
971
971
  "type": "string | number | boolean\n",
972
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
972
+ "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)."
973
973
  },
974
974
  "VBottomNavigation/tile": {
975
975
  "type": "boolean\n",
@@ -1197,7 +1197,7 @@
1197
1197
  },
1198
1198
  "VBreadcrumbs/color": {
1199
1199
  "type": "string\n",
1200
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1200
+ "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)."
1201
1201
  },
1202
1202
  "VBreadcrumbs/disabled": {
1203
1203
  "type": "boolean\n",
@@ -1217,7 +1217,7 @@
1217
1217
  },
1218
1218
  "VBreadcrumbs/rounded": {
1219
1219
  "type": "string | number | boolean\n",
1220
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1220
+ "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)."
1221
1221
  },
1222
1222
  "VBreadcrumbs/tile": {
1223
1223
  "type": "boolean\n",
@@ -1245,7 +1245,7 @@
1245
1245
  },
1246
1246
  "VBreadcrumbsItem/color": {
1247
1247
  "type": "string\n",
1248
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1248
+ "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)."
1249
1249
  },
1250
1250
  "VBreadcrumbsItem/disabled": {
1251
1251
  "type": "boolean\n",
@@ -1321,7 +1321,7 @@
1321
1321
  },
1322
1322
  "VBtn/border": {
1323
1323
  "type": "string | number | boolean\n",
1324
- "description": "Applies border styles to component."
1324
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1325
1325
  },
1326
1326
  "VBtn/density": {
1327
1327
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -1377,7 +1377,7 @@
1377
1377
  },
1378
1378
  "VBtn/rounded": {
1379
1379
  "type": "string | number | boolean\n",
1380
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1380
+ "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)."
1381
1381
  },
1382
1382
  "VBtn/tile": {
1383
1383
  "type": "boolean\n",
@@ -1413,7 +1413,7 @@
1413
1413
  },
1414
1414
  "VBtn/color": {
1415
1415
  "type": "string\n",
1416
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1416
+ "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)."
1417
1417
  },
1418
1418
  "VBtn/variant": {
1419
1419
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -1429,7 +1429,7 @@
1429
1429
  },
1430
1430
  "VBtnGroup/border": {
1431
1431
  "type": "string | number | boolean\n",
1432
- "description": "Applies border styles to component."
1432
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1433
1433
  },
1434
1434
  "VBtnGroup/density": {
1435
1435
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -1441,7 +1441,7 @@
1441
1441
  },
1442
1442
  "VBtnGroup/rounded": {
1443
1443
  "type": "string | number | boolean\n",
1444
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1444
+ "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)."
1445
1445
  },
1446
1446
  "VBtnGroup/tile": {
1447
1447
  "type": "boolean\n",
@@ -1457,7 +1457,7 @@
1457
1457
  },
1458
1458
  "VBtnGroup/color": {
1459
1459
  "type": "string\n",
1460
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1460
+ "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)."
1461
1461
  },
1462
1462
  "VBtnGroup/variant": {
1463
1463
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -1469,7 +1469,7 @@
1469
1469
  },
1470
1470
  "VBtnToggle/border": {
1471
1471
  "type": "string | number | boolean\n",
1472
- "description": "Applies border styles to component."
1472
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1473
1473
  },
1474
1474
  "VBtnToggle/density": {
1475
1475
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -1497,7 +1497,7 @@
1497
1497
  },
1498
1498
  "VBtnToggle/color": {
1499
1499
  "type": "string\n",
1500
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1500
+ "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)."
1501
1501
  },
1502
1502
  "VBtnToggle/variant": {
1503
1503
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -1765,7 +1765,7 @@
1765
1765
  },
1766
1766
  "VCalendarMonthDay/color": {
1767
1767
  "type": "string\n",
1768
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1768
+ "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)."
1769
1769
  },
1770
1770
  "VCalendarMonthDay/day": {
1771
1771
  "type": "unknown\n",
@@ -1833,7 +1833,7 @@
1833
1833
  },
1834
1834
  "VCard/border": {
1835
1835
  "type": "string | number | boolean\n",
1836
- "description": "Applies border styles to component."
1836
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
1837
1837
  },
1838
1838
  "VCard/density": {
1839
1839
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -1881,7 +1881,7 @@
1881
1881
  },
1882
1882
  "VCard/rounded": {
1883
1883
  "type": "string | number | boolean\n",
1884
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
1884
+ "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)."
1885
1885
  },
1886
1886
  "VCard/tile": {
1887
1887
  "type": "boolean\n",
@@ -1913,7 +1913,7 @@
1913
1913
  },
1914
1914
  "VCard/color": {
1915
1915
  "type": "string\n",
1916
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1916
+ "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)."
1917
1917
  },
1918
1918
  "VCard/variant": {
1919
1919
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -1961,7 +1961,7 @@
1961
1961
  },
1962
1962
  "VCarousel/color": {
1963
1963
  "type": "string\n",
1964
- "description": "Applies a color to the navigation dots - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
1964
+ "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)."
1965
1965
  },
1966
1966
  "VCarousel/cycle": {
1967
1967
  "type": "boolean\n",
@@ -2057,7 +2057,7 @@
2057
2057
  },
2058
2058
  "VCarouselItem/color": {
2059
2059
  "type": "string\n",
2060
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2060
+ "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)."
2061
2061
  },
2062
2062
  "VCarouselItem/draggable": {
2063
2063
  "type": "boolean | 'true' | 'false'\n",
@@ -2133,7 +2133,7 @@
2133
2133
  },
2134
2134
  "VCarouselItem/rounded": {
2135
2135
  "type": "string | number | boolean\n",
2136
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
2136
+ "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)."
2137
2137
  },
2138
2138
  "VCarouselItem/tile": {
2139
2139
  "type": "boolean\n",
@@ -2289,7 +2289,7 @@
2289
2289
  },
2290
2290
  "VCheckbox/color": {
2291
2291
  "type": "string\n",
2292
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2292
+ "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)."
2293
2293
  },
2294
2294
  "VCheckbox/defaults-target": {
2295
2295
  "type": "string\n",
@@ -2353,7 +2353,7 @@
2353
2353
  },
2354
2354
  "VCheckboxBtn/color": {
2355
2355
  "type": "string\n",
2356
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2356
+ "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)."
2357
2357
  },
2358
2358
  "VCheckboxBtn/disabled": {
2359
2359
  "type": "boolean\n",
@@ -2489,7 +2489,7 @@
2489
2489
  },
2490
2490
  "VChip/border": {
2491
2491
  "type": "string | number | boolean\n",
2492
- "description": "Applies border styles to component."
2492
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2493
2493
  },
2494
2494
  "VChip/density": {
2495
2495
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -2509,7 +2509,7 @@
2509
2509
  },
2510
2510
  "VChip/rounded": {
2511
2511
  "type": "string | number | boolean\n",
2512
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
2512
+ "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)."
2513
2513
  },
2514
2514
  "VChip/tile": {
2515
2515
  "type": "boolean\n",
@@ -2545,7 +2545,7 @@
2545
2545
  },
2546
2546
  "VChip/color": {
2547
2547
  "type": "string\n",
2548
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2548
+ "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
2549
  },
2550
2550
  "VChip/variant": {
2551
2551
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -2625,7 +2625,7 @@
2625
2625
  },
2626
2626
  "VChipGroup/color": {
2627
2627
  "type": "string\n",
2628
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2628
+ "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)."
2629
2629
  },
2630
2630
  "VChipGroup/variant": {
2631
2631
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -2769,11 +2769,11 @@
2769
2769
  },
2770
2770
  "VColorPicker/color": {
2771
2771
  "type": "string\n",
2772
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2772
+ "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)."
2773
2773
  },
2774
2774
  "VColorPicker/border": {
2775
2775
  "type": "string | number | boolean\n",
2776
- "description": "Applies border styles to component."
2776
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
2777
2777
  },
2778
2778
  "VColorPicker/width": {
2779
2779
  "type": "string | number\n",
@@ -2789,7 +2789,7 @@
2789
2789
  },
2790
2790
  "VColorPicker/rounded": {
2791
2791
  "type": "string | number | boolean\n",
2792
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
2792
+ "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)."
2793
2793
  },
2794
2794
  "VColorPicker/tile": {
2795
2795
  "type": "boolean\n",
@@ -2917,7 +2917,7 @@
2917
2917
  },
2918
2918
  "VCombobox/item-children": {
2919
2919
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2920
- "description": "Property on supplied `items` that contains its children."
2920
+ "description": "This property currently has **no effect**."
2921
2921
  },
2922
2922
  "VCombobox/item-props": {
2923
2923
  "type": "SelectItemKey<any>\n",
@@ -2945,7 +2945,7 @@
2945
2945
  },
2946
2946
  "VCombobox/color": {
2947
2947
  "type": "string\n",
2948
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
2948
+ "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)."
2949
2949
  },
2950
2950
  "VCombobox/variant": {
2951
2951
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
@@ -3141,7 +3141,7 @@
3141
3141
  },
3142
3142
  "VConfirmEdit/color": {
3143
3143
  "type": "string\n",
3144
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3144
+ "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)."
3145
3145
  },
3146
3146
  "VConfirmEdit/cancel-text": {
3147
3147
  "type": "string\n",
@@ -3393,7 +3393,7 @@
3393
3393
  },
3394
3394
  "VDataTable/color": {
3395
3395
  "type": "string\n",
3396
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3396
+ "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)."
3397
3397
  },
3398
3398
  "VDataTable/sticky": {
3399
3399
  "type": "boolean\n",
@@ -3505,7 +3505,7 @@
3505
3505
  },
3506
3506
  "VDataTableHeaders/color": {
3507
3507
  "type": "string\n",
3508
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3508
+ "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)."
3509
3509
  },
3510
3510
  "VDataTableHeaders/sticky": {
3511
3511
  "type": "boolean\n",
@@ -3689,7 +3689,7 @@
3689
3689
  },
3690
3690
  "VDataTableServer/color": {
3691
3691
  "type": "string\n",
3692
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3692
+ "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)."
3693
3693
  },
3694
3694
  "VDataTableServer/sticky": {
3695
3695
  "type": "boolean\n",
@@ -3885,7 +3885,7 @@
3885
3885
  },
3886
3886
  "VDataTableVirtual/color": {
3887
3887
  "type": "string\n",
3888
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3888
+ "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)."
3889
3889
  },
3890
3890
  "VDataTableVirtual/sticky": {
3891
3891
  "type": "boolean\n",
@@ -3997,7 +3997,7 @@
3997
3997
  },
3998
3998
  "VDatePicker/color": {
3999
3999
  "type": "string\n",
4000
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4000
+ "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)."
4001
4001
  },
4002
4002
  "VDatePicker/hide-weekdays": {
4003
4003
  "type": "boolean\n",
@@ -4057,7 +4057,7 @@
4057
4057
  },
4058
4058
  "VDatePicker/border": {
4059
4059
  "type": "string | number | boolean\n",
4060
- "description": "Applies border styles to component."
4060
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4061
4061
  },
4062
4062
  "VDatePicker/max-height": {
4063
4063
  "type": "string | number\n",
@@ -4093,7 +4093,7 @@
4093
4093
  },
4094
4094
  "VDatePicker/rounded": {
4095
4095
  "type": "string | number | boolean\n",
4096
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
4096
+ "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)."
4097
4097
  },
4098
4098
  "VDatePicker/tile": {
4099
4099
  "type": "boolean\n",
@@ -4141,7 +4141,7 @@
4141
4141
  },
4142
4142
  "VDatePickerHeader/color": {
4143
4143
  "type": "string\n",
4144
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4144
+ "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)."
4145
4145
  },
4146
4146
  "VDatePickerHeader/header": {
4147
4147
  "type": "string\n",
@@ -4153,7 +4153,7 @@
4153
4153
  },
4154
4154
  "VDatePickerMonth/color": {
4155
4155
  "type": "string\n",
4156
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4156
+ "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)."
4157
4157
  },
4158
4158
  "VDatePickerMonth/hide-weekdays": {
4159
4159
  "type": "boolean\n",
@@ -4209,7 +4209,7 @@
4209
4209
  },
4210
4210
  "VDatePickerMonths/color": {
4211
4211
  "type": "string\n",
4212
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4212
+ "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)."
4213
4213
  },
4214
4214
  "VDatePickerMonths/height": {
4215
4215
  "type": "string | number\n",
@@ -4221,7 +4221,7 @@
4221
4221
  },
4222
4222
  "VDatePickerYears/color": {
4223
4223
  "type": "string\n",
4224
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4224
+ "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)."
4225
4225
  },
4226
4226
  "VDatePickerYears/height": {
4227
4227
  "type": "string | number\n",
@@ -4473,7 +4473,7 @@
4473
4473
  },
4474
4474
  "VDivider/color": {
4475
4475
  "type": "string\n",
4476
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4476
+ "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)."
4477
4477
  },
4478
4478
  "VDivider/inset": {
4479
4479
  "type": "boolean\n",
@@ -4513,7 +4513,7 @@
4513
4513
  },
4514
4514
  "VEmptyState/color": {
4515
4515
  "type": "string\n",
4516
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4516
+ "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)."
4517
4517
  },
4518
4518
  "VEmptyState/icon": {
4519
4519
  "type": "any\n",
@@ -4621,7 +4621,7 @@
4621
4621
  },
4622
4622
  "VExpansionPanel/rounded": {
4623
4623
  "type": "string | number | boolean\n",
4624
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
4624
+ "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)."
4625
4625
  },
4626
4626
  "VExpansionPanel/tile": {
4627
4627
  "type": "boolean\n",
@@ -4633,7 +4633,7 @@
4633
4633
  },
4634
4634
  "VExpansionPanel/color": {
4635
4635
  "type": "string\n",
4636
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4636
+ "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)."
4637
4637
  },
4638
4638
  "VExpansionPanel/expand-icon": {
4639
4639
  "type": "any\n",
@@ -4669,7 +4669,7 @@
4669
4669
  },
4670
4670
  "VExpansionPanelTitle/color": {
4671
4671
  "type": "string\n",
4672
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4672
+ "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)."
4673
4673
  },
4674
4674
  "VExpansionPanelTitle/expand-icon": {
4675
4675
  "type": "any\n",
@@ -4705,7 +4705,7 @@
4705
4705
  },
4706
4706
  "VExpansionPanels/color": {
4707
4707
  "type": "string\n",
4708
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4708
+ "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)."
4709
4709
  },
4710
4710
  "VExpansionPanels/focusable": {
4711
4711
  "type": "boolean\n",
@@ -4829,7 +4829,7 @@
4829
4829
  },
4830
4830
  "VFab/border": {
4831
4831
  "type": "string | number | boolean\n",
4832
- "description": "Applies border styles to component."
4832
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
4833
4833
  },
4834
4834
  "VFab/density": {
4835
4835
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -4885,7 +4885,7 @@
4885
4885
  },
4886
4886
  "VFab/rounded": {
4887
4887
  "type": "string | number | boolean\n",
4888
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
4888
+ "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)."
4889
4889
  },
4890
4890
  "VFab/tile": {
4891
4891
  "type": "boolean\n",
@@ -4921,7 +4921,7 @@
4921
4921
  },
4922
4922
  "VFab/color": {
4923
4923
  "type": "string\n",
4924
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
4924
+ "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)."
4925
4925
  },
4926
4926
  "VFab/variant": {
4927
4927
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -5037,7 +5037,7 @@
5037
5037
  },
5038
5038
  "VField/color": {
5039
5039
  "type": "string\n",
5040
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5040
+ "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)."
5041
5041
  },
5042
5042
  "VField/base-color": {
5043
5043
  "type": "string\n",
@@ -5077,7 +5077,7 @@
5077
5077
  },
5078
5078
  "VField/rounded": {
5079
5079
  "type": "string | number | boolean\n",
5080
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5080
+ "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)."
5081
5081
  },
5082
5082
  "VField/tile": {
5083
5083
  "type": "boolean\n",
@@ -5200,7 +5200,7 @@
5200
5200
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
5201
5201
  },
5202
5202
  "VFileInput/model-value": {
5203
- "type": "File[]\n",
5203
+ "type": "File | File[]\n",
5204
5204
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5205
5205
  },
5206
5206
  "VFileInput/validate-on": {
@@ -5241,7 +5241,7 @@
5241
5241
  },
5242
5242
  "VFileInput/color": {
5243
5243
  "type": "string\n",
5244
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5244
+ "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)."
5245
5245
  },
5246
5246
  "VFileInput/base-color": {
5247
5247
  "type": "string\n",
@@ -5273,7 +5273,7 @@
5273
5273
  },
5274
5274
  "VFileInput/rounded": {
5275
5275
  "type": "string | number | boolean\n",
5276
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5276
+ "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)."
5277
5277
  },
5278
5278
  "VFileInput/tile": {
5279
5279
  "type": "boolean\n",
@@ -5289,7 +5289,7 @@
5289
5289
  },
5290
5290
  "VFooter/color": {
5291
5291
  "type": "string\n",
5292
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5292
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5293
5293
  },
5294
5294
  "VFooter/height": {
5295
5295
  "type": "string | number\n",
@@ -5297,7 +5297,7 @@
5297
5297
  },
5298
5298
  "VFooter/border": {
5299
5299
  "type": "string | number | boolean\n",
5300
- "description": "Applies border styles to component."
5300
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5301
5301
  },
5302
5302
  "VFooter/elevation": {
5303
5303
  "type": "string | number\n",
@@ -5317,7 +5317,7 @@
5317
5317
  },
5318
5318
  "VFooter/rounded": {
5319
5319
  "type": "string | number | boolean\n",
5320
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5320
+ "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)."
5321
5321
  },
5322
5322
  "VFooter/tile": {
5323
5323
  "type": "boolean\n",
@@ -5369,7 +5369,7 @@
5369
5369
  },
5370
5370
  "VIcon/color": {
5371
5371
  "type": "string\n",
5372
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5372
+ "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)."
5373
5373
  },
5374
5374
  "VIcon/disabled": {
5375
5375
  "type": "boolean\n",
@@ -5409,7 +5409,7 @@
5409
5409
  },
5410
5410
  "VImg/color": {
5411
5411
  "type": "string\n",
5412
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5412
+ "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)."
5413
5413
  },
5414
5414
  "VImg/draggable": {
5415
5415
  "type": "boolean | 'true' | 'false'\n",
@@ -5485,7 +5485,7 @@
5485
5485
  },
5486
5486
  "VImg/rounded": {
5487
5487
  "type": "string | number | boolean\n",
5488
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5488
+ "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)."
5489
5489
  },
5490
5490
  "VImg/tile": {
5491
5491
  "type": "boolean\n",
@@ -5505,7 +5505,7 @@
5505
5505
  },
5506
5506
  "VInfiniteScroll/color": {
5507
5507
  "type": "string\n",
5508
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5508
+ "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)."
5509
5509
  },
5510
5510
  "VInfiniteScroll/direction": {
5511
5511
  "type": "'vertical' | 'horizontal'\n",
@@ -5865,7 +5865,7 @@
5865
5865
  },
5866
5866
  "VList/border": {
5867
5867
  "type": "string | number | boolean\n",
5868
- "description": "Applies border styles to component."
5868
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
5869
5869
  },
5870
5870
  "VList/density": {
5871
5871
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -5933,7 +5933,7 @@
5933
5933
  },
5934
5934
  "VList/rounded": {
5935
5935
  "type": "string | number | boolean\n",
5936
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
5936
+ "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)."
5937
5937
  },
5938
5938
  "VList/tile": {
5939
5939
  "type": "boolean\n",
@@ -5949,7 +5949,7 @@
5949
5949
  },
5950
5950
  "VList/color": {
5951
5951
  "type": "string\n",
5952
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5952
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5953
5953
  },
5954
5954
  "VList/variant": {
5955
5955
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -5965,7 +5965,7 @@
5965
5965
  },
5966
5966
  "VListGroup/color": {
5967
5967
  "type": "string\n",
5968
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
5968
+ "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)."
5969
5969
  },
5970
5970
  "VListGroup/collapse-icon": {
5971
5971
  "type": "any\n",
@@ -6073,7 +6073,7 @@
6073
6073
  },
6074
6074
  "VListItem/border": {
6075
6075
  "type": "string | number | boolean\n",
6076
- "description": "Applies border styles to component."
6076
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
6077
6077
  },
6078
6078
  "VListItem/density": {
6079
6079
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -6109,7 +6109,7 @@
6109
6109
  },
6110
6110
  "VListItem/rounded": {
6111
6111
  "type": "string | number | boolean\n",
6112
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6112
+ "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)."
6113
6113
  },
6114
6114
  "VListItem/tile": {
6115
6115
  "type": "boolean\n",
@@ -6141,7 +6141,7 @@
6141
6141
  },
6142
6142
  "VListItem/color": {
6143
6143
  "type": "string\n",
6144
- "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 (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
6144
+ "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),"
6145
6145
  },
6146
6146
  "VListItem/variant": {
6147
6147
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -6185,7 +6185,7 @@
6185
6185
  },
6186
6186
  "VListSubheader/color": {
6187
6187
  "type": "string\n",
6188
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6188
+ "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)."
6189
6189
  },
6190
6190
  "VListSubheader/inset": {
6191
6191
  "type": "boolean\n",
@@ -6377,7 +6377,7 @@
6377
6377
  },
6378
6378
  "VMessages/color": {
6379
6379
  "type": "string\n",
6380
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6380
+ "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)."
6381
6381
  },
6382
6382
  "VMessages/messages": {
6383
6383
  "type": "string | string[]\n",
@@ -6393,7 +6393,7 @@
6393
6393
  },
6394
6394
  "VNavigationDrawer/color": {
6395
6395
  "type": "string\n",
6396
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6396
+ "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)."
6397
6397
  },
6398
6398
  "VNavigationDrawer/disable-resize-watcher": {
6399
6399
  "type": "boolean\n",
@@ -6445,7 +6445,7 @@
6445
6445
  },
6446
6446
  "VNavigationDrawer/location": {
6447
6447
  "type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
6448
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNavigationDrawer.json))"
6448
+ "description": "Controls the edge of the screen the drawer is attached to."
6449
6449
  },
6450
6450
  "VNavigationDrawer/sticky": {
6451
6451
  "type": "boolean\n",
@@ -6453,7 +6453,7 @@
6453
6453
  },
6454
6454
  "VNavigationDrawer/border": {
6455
6455
  "type": "string | number | boolean\n",
6456
- "description": "Applies border styles to component."
6456
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
6457
6457
  },
6458
6458
  "VNavigationDrawer/mobile-breakpoint": {
6459
6459
  "type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
@@ -6477,7 +6477,7 @@
6477
6477
  },
6478
6478
  "VNavigationDrawer/rounded": {
6479
6479
  "type": "string | number | boolean\n",
6480
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6480
+ "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)."
6481
6481
  },
6482
6482
  "VNavigationDrawer/tile": {
6483
6483
  "type": "boolean\n",
@@ -6565,7 +6565,7 @@
6565
6565
  },
6566
6566
  "VNumberInput/color": {
6567
6567
  "type": "string\n",
6568
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6568
+ "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)."
6569
6569
  },
6570
6570
  "VNumberInput/base-color": {
6571
6571
  "type": "string\n",
@@ -6581,7 +6581,7 @@
6581
6581
  },
6582
6582
  "VNumberInput/rounded": {
6583
6583
  "type": "string | number | boolean\n",
6584
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6584
+ "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)."
6585
6585
  },
6586
6586
  "VNumberInput/theme": {
6587
6587
  "type": "string\n",
@@ -6653,7 +6653,7 @@
6653
6653
  },
6654
6654
  "VOtpInput/color": {
6655
6655
  "type": "string\n",
6656
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6656
+ "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)."
6657
6657
  },
6658
6658
  "VOtpInput/base-color": {
6659
6659
  "type": "string\n",
@@ -6677,7 +6677,7 @@
6677
6677
  },
6678
6678
  "VOtpInput/rounded": {
6679
6679
  "type": "string | number | boolean\n",
6680
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6680
+ "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)."
6681
6681
  },
6682
6682
  "VOtpInput/theme": {
6683
6683
  "type": "string\n",
@@ -6905,7 +6905,7 @@
6905
6905
  },
6906
6906
  "VPagination/border": {
6907
6907
  "type": "string | number | boolean\n",
6908
- "description": "Applies border styles to component."
6908
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
6909
6909
  },
6910
6910
  "VPagination/density": {
6911
6911
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -6917,7 +6917,7 @@
6917
6917
  },
6918
6918
  "VPagination/rounded": {
6919
6919
  "type": "string | number | boolean\n",
6920
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
6920
+ "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)."
6921
6921
  },
6922
6922
  "VPagination/tile": {
6923
6923
  "type": "boolean\n",
@@ -6937,7 +6937,7 @@
6937
6937
  },
6938
6938
  "VPagination/color": {
6939
6939
  "type": "string\n",
6940
- "description": "Applies specified color to the selected page button - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6940
+ "description": "Applies specified color to the selected page button - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6941
6941
  },
6942
6942
  "VPagination/variant": {
6943
6943
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -6965,11 +6965,11 @@
6965
6965
  },
6966
6966
  "VPicker/color": {
6967
6967
  "type": "string\n",
6968
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
6968
+ "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)."
6969
6969
  },
6970
6970
  "VPicker/border": {
6971
6971
  "type": "string | number | boolean\n",
6972
- "description": "Applies border styles to component."
6972
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
6973
6973
  },
6974
6974
  "VPicker/height": {
6975
6975
  "type": "string | number\n",
@@ -7009,7 +7009,7 @@
7009
7009
  },
7010
7010
  "VPicker/rounded": {
7011
7011
  "type": "string | number | boolean\n",
7012
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
7012
+ "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)."
7013
7013
  },
7014
7014
  "VPicker/tile": {
7015
7015
  "type": "boolean\n",
@@ -7033,7 +7033,7 @@
7033
7033
  },
7034
7034
  "VProgressCircular/color": {
7035
7035
  "type": "string\n",
7036
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7036
+ "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)."
7037
7037
  },
7038
7038
  "VProgressCircular/model-value": {
7039
7039
  "type": "string | number\n",
@@ -7089,7 +7089,7 @@
7089
7089
  },
7090
7090
  "VProgressLinear/color": {
7091
7091
  "type": "string\n",
7092
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7092
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7093
7093
  },
7094
7094
  "VProgressLinear/height": {
7095
7095
  "type": "string | number\n",
@@ -7129,7 +7129,7 @@
7129
7129
  },
7130
7130
  "VProgressLinear/rounded": {
7131
7131
  "type": "string | number | boolean\n",
7132
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
7132
+ "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)."
7133
7133
  },
7134
7134
  "VProgressLinear/tile": {
7135
7135
  "type": "boolean\n",
@@ -7165,7 +7165,7 @@
7165
7165
  },
7166
7166
  "VRadio/color": {
7167
7167
  "type": "string\n",
7168
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7168
+ "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)."
7169
7169
  },
7170
7170
  "VRadio/disabled": {
7171
7171
  "type": "boolean\n",
@@ -7333,7 +7333,7 @@
7333
7333
  },
7334
7334
  "VRadioGroup/color": {
7335
7335
  "type": "string\n",
7336
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7336
+ "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)."
7337
7337
  },
7338
7338
  "VRadioGroup/defaults-target": {
7339
7339
  "type": "string\n",
@@ -7497,7 +7497,7 @@
7497
7497
  },
7498
7498
  "VRangeSlider/color": {
7499
7499
  "type": "string\n",
7500
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7500
+ "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)."
7501
7501
  },
7502
7502
  "VRangeSlider/track-color": {
7503
7503
  "type": "string\n",
@@ -7513,7 +7513,7 @@
7513
7513
  },
7514
7514
  "VRangeSlider/rounded": {
7515
7515
  "type": "string | number | boolean\n",
7516
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
7516
+ "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)."
7517
7517
  },
7518
7518
  "VRangeSlider/tile": {
7519
7519
  "type": "boolean\n",
@@ -7549,7 +7549,7 @@
7549
7549
  },
7550
7550
  "VRating/color": {
7551
7551
  "type": "string\n",
7552
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
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
7554
  "VRating/clearable": {
7555
7555
  "type": "boolean\n",
@@ -7933,7 +7933,7 @@
7933
7933
  },
7934
7934
  "VSelect/item-children": {
7935
7935
  "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7936
- "description": "Property on supplied `items` that contains its children."
7936
+ "description": "This property currently has **no effect**."
7937
7937
  },
7938
7938
  "VSelect/item-props": {
7939
7939
  "type": "SelectItemKey<any>\n",
@@ -7961,7 +7961,7 @@
7961
7961
  },
7962
7962
  "VSelect/color": {
7963
7963
  "type": "string\n",
7964
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
7964
+ "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)."
7965
7965
  },
7966
7966
  "VSelect/variant": {
7967
7967
  "type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
@@ -8161,7 +8161,7 @@
8161
8161
  },
8162
8162
  "VSelectionControl/color": {
8163
8163
  "type": "string\n",
8164
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
8164
+ "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)."
8165
8165
  },
8166
8166
  "VSelectionControl/disabled": {
8167
8167
  "type": "boolean\n",
@@ -8229,7 +8229,7 @@
8229
8229
  },
8230
8230
  "VSelectionControlGroup/color": {
8231
8231
  "type": "string\n",
8232
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
8232
+ "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)."
8233
8233
  },
8234
8234
  "VSelectionControlGroup/disabled": {
8235
8235
  "type": "boolean\n",
@@ -8297,11 +8297,11 @@
8297
8297
  },
8298
8298
  "VSheet/color": {
8299
8299
  "type": "string\n",
8300
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
8300
+ "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)."
8301
8301
  },
8302
8302
  "VSheet/border": {
8303
8303
  "type": "string | number | boolean\n",
8304
- "description": "Applies border styles to component."
8304
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
8305
8305
  },
8306
8306
  "VSheet/height": {
8307
8307
  "type": "string | number\n",
@@ -8341,7 +8341,7 @@
8341
8341
  },
8342
8342
  "VSheet/rounded": {
8343
8343
  "type": "string | number | boolean\n",
8344
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8344
+ "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)."
8345
8345
  },
8346
8346
  "VSheet/tile": {
8347
8347
  "type": "boolean\n",
@@ -8361,7 +8361,7 @@
8361
8361
  },
8362
8362
  "VSkeletonLoader/color": {
8363
8363
  "type": "string\n",
8364
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
8364
+ "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)."
8365
8365
  },
8366
8366
  "VSkeletonLoader/loading": {
8367
8367
  "type": "boolean\n",
@@ -8633,7 +8633,7 @@
8633
8633
  },
8634
8634
  "VSlider/color": {
8635
8635
  "type": "string\n",
8636
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
8636
+ "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)."
8637
8637
  },
8638
8638
  "VSlider/track-color": {
8639
8639
  "type": "string\n",
@@ -8653,7 +8653,7 @@
8653
8653
  },
8654
8654
  "VSlider/rounded": {
8655
8655
  "type": "string | number | boolean\n",
8656
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8656
+ "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)."
8657
8657
  },
8658
8658
  "VSlider/tile": {
8659
8659
  "type": "boolean\n",
@@ -8773,7 +8773,7 @@
8773
8773
  },
8774
8774
  "VSnackbar/rounded": {
8775
8775
  "type": "string | number | boolean\n",
8776
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
8776
+ "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)."
8777
8777
  },
8778
8778
  "VSnackbar/tile": {
8779
8779
  "type": "boolean\n",
@@ -8781,7 +8781,7 @@
8781
8781
  },
8782
8782
  "VSnackbar/color": {
8783
8783
  "type": "string\n",
8784
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
8784
+ "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)."
8785
8785
  },
8786
8786
  "VSnackbar/variant": {
8787
8787
  "type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -8929,7 +8929,7 @@
8929
8929
  },
8930
8930
  "VSparkline/color": {
8931
8931
  "type": "string\n",
8932
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
8932
+ "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)."
8933
8933
  },
8934
8934
  "VSparkline/gradient": {
8935
8935
  "type": "string[]\n",
@@ -9205,11 +9205,11 @@
9205
9205
  },
9206
9206
  "VStepper/color": {
9207
9207
  "type": "string\n",
9208
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9208
+ "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)."
9209
9209
  },
9210
9210
  "VStepper/border": {
9211
9211
  "type": "string | number | boolean\n",
9212
- "description": "Applies border styles to component."
9212
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
9213
9213
  },
9214
9214
  "VStepper/height": {
9215
9215
  "type": "string | number\n",
@@ -9249,7 +9249,7 @@
9249
9249
  },
9250
9250
  "VStepper/rounded": {
9251
9251
  "type": "string | number | boolean\n",
9252
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
9252
+ "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)."
9253
9253
  },
9254
9254
  "VStepper/tile": {
9255
9255
  "type": "boolean\n",
@@ -9273,7 +9273,7 @@
9273
9273
  },
9274
9274
  "VStepperActions/color": {
9275
9275
  "type": "string\n",
9276
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9276
+ "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)."
9277
9277
  },
9278
9278
  "VStepperActions/disabled": {
9279
9279
  "type": "boolean | 'prev' | 'next'\n",
@@ -9305,7 +9305,7 @@
9305
9305
  },
9306
9306
  "VStepperItem/color": {
9307
9307
  "type": "string\n",
9308
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9308
+ "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)."
9309
9309
  },
9310
9310
  "VStepperItem/complete": {
9311
9311
  "type": "boolean\n",
@@ -9541,7 +9541,7 @@
9541
9541
  },
9542
9542
  "VSwitch/color": {
9543
9543
  "type": "string\n",
9544
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9544
+ "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)."
9545
9545
  },
9546
9546
  "VSwitch/defaults-target": {
9547
9547
  "type": "string\n",
@@ -9577,7 +9577,7 @@
9577
9577
  },
9578
9578
  "VSystemBar/color": {
9579
9579
  "type": "string\n",
9580
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9580
+ "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)."
9581
9581
  },
9582
9582
  "VSystemBar/height": {
9583
9583
  "type": "string | number\n",
@@ -9605,7 +9605,7 @@
9605
9605
  },
9606
9606
  "VSystemBar/rounded": {
9607
9607
  "type": "string | number | boolean\n",
9608
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
9608
+ "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)."
9609
9609
  },
9610
9610
  "VSystemBar/tile": {
9611
9611
  "type": "boolean\n",
@@ -9625,7 +9625,7 @@
9625
9625
  },
9626
9626
  "VTab/slider-color": {
9627
9627
  "type": "string\n",
9628
- "description": "Applies specified color to the slider when active on that component - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9628
+ "description": "Applies specified color to the slider when active on that component - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9629
9629
  },
9630
9630
  "VTab/hide-slider": {
9631
9631
  "type": "boolean\n",
@@ -9665,7 +9665,7 @@
9665
9665
  },
9666
9666
  "VTab/border": {
9667
9667
  "type": "string | number | boolean\n",
9668
- "description": "Applies border styles to component."
9668
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
9669
9669
  },
9670
9670
  "VTab/density": {
9671
9671
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -9713,7 +9713,7 @@
9713
9713
  },
9714
9714
  "VTab/rounded": {
9715
9715
  "type": "string | number | boolean\n",
9716
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
9716
+ "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)."
9717
9717
  },
9718
9718
  "VTab/tile": {
9719
9719
  "type": "boolean\n",
@@ -9749,7 +9749,7 @@
9749
9749
  },
9750
9750
  "VTab/color": {
9751
9751
  "type": "string\n",
9752
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9752
+ "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)."
9753
9753
  },
9754
9754
  "VTab/variant": {
9755
9755
  "type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
@@ -9797,7 +9797,7 @@
9797
9797
  },
9798
9798
  "VTabs/color": {
9799
9799
  "type": "string\n",
9800
- "description": "Applies specified color to the selected tab - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
9800
+ "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)."
9801
9801
  },
9802
9802
  "VTabs/fixed-tabs": {
9803
9803
  "type": "boolean\n",
@@ -10045,7 +10045,7 @@
10045
10045
  },
10046
10046
  "VTextField/color": {
10047
10047
  "type": "string\n",
10048
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10048
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10049
10049
  },
10050
10050
  "VTextField/base-color": {
10051
10051
  "type": "string\n",
@@ -10261,7 +10261,7 @@
10261
10261
  },
10262
10262
  "VTextarea/color": {
10263
10263
  "type": "string\n",
10264
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10264
+ "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)."
10265
10265
  },
10266
10266
  "VTextarea/base-color": {
10267
10267
  "type": "string\n",
@@ -10293,7 +10293,7 @@
10293
10293
  },
10294
10294
  "VTextarea/rounded": {
10295
10295
  "type": "string | number | boolean\n",
10296
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
10296
+ "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)."
10297
10297
  },
10298
10298
  "VTextarea/tile": {
10299
10299
  "type": "boolean\n",
@@ -10369,11 +10369,11 @@
10369
10369
  },
10370
10370
  "VTimePicker/color": {
10371
10371
  "type": "string\n",
10372
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10372
+ "description": "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)."
10373
10373
  },
10374
10374
  "VTimePicker/border": {
10375
10375
  "type": "string | number | boolean\n",
10376
- "description": "Applies border styles to component."
10376
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
10377
10377
  },
10378
10378
  "VTimePicker/height": {
10379
10379
  "type": "string | number\n",
@@ -10413,7 +10413,7 @@
10413
10413
  },
10414
10414
  "VTimePicker/rounded": {
10415
10415
  "type": "string | number | boolean\n",
10416
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
10416
+ "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)."
10417
10417
  },
10418
10418
  "VTimePicker/tile": {
10419
10419
  "type": "boolean\n",
@@ -10449,7 +10449,7 @@
10449
10449
  },
10450
10450
  "VTimePickerClock/color": {
10451
10451
  "type": "string\n",
10452
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10452
+ "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)."
10453
10453
  },
10454
10454
  "VTimePickerClock/disabled": {
10455
10455
  "type": "boolean\n",
@@ -10509,7 +10509,7 @@
10509
10509
  },
10510
10510
  "VTimePickerControls/color": {
10511
10511
  "type": "string\n",
10512
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10512
+ "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)."
10513
10513
  },
10514
10514
  "VTimePickerControls/disabled": {
10515
10515
  "type": "boolean\n",
@@ -10649,7 +10649,7 @@
10649
10649
  },
10650
10650
  "VTimelineItem/rounded": {
10651
10651
  "type": "string | number | boolean\n",
10652
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
10652
+ "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)."
10653
10653
  },
10654
10654
  "VTimelineItem/tile": {
10655
10655
  "type": "boolean\n",
@@ -10689,7 +10689,7 @@
10689
10689
  },
10690
10690
  "VToolbar/color": {
10691
10691
  "type": "string\n",
10692
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10692
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10693
10693
  },
10694
10694
  "VToolbar/density": {
10695
10695
  "type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
@@ -10713,7 +10713,7 @@
10713
10713
  },
10714
10714
  "VToolbar/border": {
10715
10715
  "type": "string | number | boolean\n",
10716
- "description": "Applies border styles to component."
10716
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
10717
10717
  },
10718
10718
  "VToolbar/elevation": {
10719
10719
  "type": "string | number\n",
@@ -10721,7 +10721,7 @@
10721
10721
  },
10722
10722
  "VToolbar/rounded": {
10723
10723
  "type": "string | number | boolean\n",
10724
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
10724
+ "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)."
10725
10725
  },
10726
10726
  "VToolbar/tile": {
10727
10727
  "type": "boolean\n",
@@ -10737,7 +10737,7 @@
10737
10737
  },
10738
10738
  "VToolbarItems/color": {
10739
10739
  "type": "string\n",
10740
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
10740
+ "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)."
10741
10741
  },
10742
10742
  "VToolbarItems/variant": {
10743
10743
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -11009,7 +11009,7 @@
11009
11009
  },
11010
11010
  "VTreeview/border": {
11011
11011
  "type": "string | number | boolean\n",
11012
- "description": "Applies border styles to component."
11012
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
11013
11013
  },
11014
11014
  "VTreeview/density": {
11015
11015
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -11089,7 +11089,7 @@
11089
11089
  },
11090
11090
  "VTreeview/color": {
11091
11091
  "type": "string\n",
11092
- "description": "Applies specified color to the active node - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
11092
+ "description": "Applies specified color to the active node - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
11093
11093
  },
11094
11094
  "VTreeview/variant": {
11095
11095
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
@@ -11105,7 +11105,7 @@
11105
11105
  },
11106
11106
  "VTreeviewGroup/color": {
11107
11107
  "type": "string\n",
11108
- "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
11108
+ "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)."
11109
11109
  },
11110
11110
  "VTreeviewGroup/collapse-icon": {
11111
11111
  "type": "any\n",
@@ -11213,7 +11213,7 @@
11213
11213
  },
11214
11214
  "VTreeviewItem/border": {
11215
11215
  "type": "string | number | boolean\n",
11216
- "description": "Applies border styles to component."
11216
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
11217
11217
  },
11218
11218
  "VTreeviewItem/density": {
11219
11219
  "type": "'default' | 'comfortable' | 'compact'\n",
@@ -11249,7 +11249,7 @@
11249
11249
  },
11250
11250
  "VTreeviewItem/rounded": {
11251
11251
  "type": "string | number | boolean\n",
11252
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
11252
+ "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)."
11253
11253
  },
11254
11254
  "VTreeviewItem/tile": {
11255
11255
  "type": "boolean\n",
@@ -11281,7 +11281,7 @@
11281
11281
  },
11282
11282
  "VTreeviewItem/color": {
11283
11283
  "type": "string\n",
11284
- "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 (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
11284
+ "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),"
11285
11285
  },
11286
11286
  "VTreeviewItem/variant": {
11287
11287
  "type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",