vuetify 3.5.12 → 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 +10 -10
  3. package/dist/json/importMap.json +124 -124
  4. package/dist/json/web-types.json +161 -161
  5. package/dist/vuetify-labs.css +2164 -2150
  6. package/dist/vuetify-labs.d.ts +993 -845
  7. package/dist/vuetify-labs.esm.js +91 -23
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +91 -23
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +745 -736
  12. package/dist/vuetify.d.ts +789 -669
  13. package/dist/vuetify.esm.js +86 -18
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +86 -18
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +122 -120
  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 +2 -2
  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 +44 -38
  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
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.5.12",
5
+ "version": "3.5.14",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -216,7 +216,7 @@
216
216
  },
217
217
  {
218
218
  "name": "rounded",
219
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
219
+ "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).",
220
220
  "doc-url": "https://vuetifyjs.com/api/VAlert#props",
221
221
  "value": {
222
222
  "kind": "expression",
@@ -254,7 +254,7 @@
254
254
  },
255
255
  {
256
256
  "name": "color",
257
- "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).",
257
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
258
258
  "doc-url": "https://vuetifyjs.com/api/VAlert#props",
259
259
  "value": {
260
260
  "kind": "expression",
@@ -503,7 +503,7 @@
503
503
  },
504
504
  {
505
505
  "name": "color",
506
- "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).",
506
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
507
507
  "doc-url": "https://vuetifyjs.com/api/VAppBar#props",
508
508
  "value": {
509
509
  "kind": "expression",
@@ -562,7 +562,7 @@
562
562
  },
563
563
  {
564
564
  "name": "border",
565
- "description": "Applies border styles to component.",
565
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
566
566
  "doc-url": "https://vuetifyjs.com/api/VAppBar#props",
567
567
  "default": "false",
568
568
  "value": {
@@ -581,7 +581,7 @@
581
581
  },
582
582
  {
583
583
  "name": "rounded",
584
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
584
+ "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).",
585
585
  "doc-url": "https://vuetifyjs.com/api/VAppBar#props",
586
586
  "value": {
587
587
  "kind": "expression",
@@ -830,7 +830,7 @@
830
830
  },
831
831
  {
832
832
  "name": "border",
833
- "description": "Applies border styles to component.",
833
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
834
834
  "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
835
835
  "default": "false",
836
836
  "value": {
@@ -960,7 +960,7 @@
960
960
  },
961
961
  {
962
962
  "name": "rounded",
963
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
963
+ "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).",
964
964
  "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
965
965
  "value": {
966
966
  "kind": "expression",
@@ -1046,7 +1046,7 @@
1046
1046
  },
1047
1047
  {
1048
1048
  "name": "color",
1049
- "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).",
1049
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1050
1050
  "doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
1051
1051
  "value": {
1052
1052
  "kind": "expression",
@@ -1433,7 +1433,7 @@
1433
1433
  },
1434
1434
  {
1435
1435
  "name": "itemChildren",
1436
- "description": "Property on supplied `items` that contains its children.",
1436
+ "description": "This property currently has **no effect**.",
1437
1437
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1438
1438
  "default": "false",
1439
1439
  "value": {
@@ -1500,7 +1500,7 @@
1500
1500
  },
1501
1501
  {
1502
1502
  "name": "color",
1503
- "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).",
1503
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1504
1504
  "doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
1505
1505
  "value": {
1506
1506
  "kind": "expression",
@@ -2420,7 +2420,7 @@
2420
2420
  },
2421
2421
  {
2422
2422
  "name": "rounded",
2423
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
2423
+ "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).",
2424
2424
  "doc-url": "https://vuetifyjs.com/api/VAvatar#props",
2425
2425
  "value": {
2426
2426
  "kind": "expression",
@@ -2468,7 +2468,7 @@
2468
2468
  },
2469
2469
  {
2470
2470
  "name": "color",
2471
- "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).",
2471
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2472
2472
  "doc-url": "https://vuetifyjs.com/api/VAvatar#props",
2473
2473
  "value": {
2474
2474
  "kind": "expression",
@@ -2520,7 +2520,7 @@
2520
2520
  },
2521
2521
  {
2522
2522
  "name": "color",
2523
- "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).",
2523
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2524
2524
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2525
2525
  "value": {
2526
2526
  "kind": "expression",
@@ -2624,7 +2624,7 @@
2624
2624
  },
2625
2625
  {
2626
2626
  "name": "textColor",
2627
- "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).",
2627
+ "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).",
2628
2628
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2629
2629
  "value": {
2630
2630
  "kind": "expression",
@@ -2643,7 +2643,7 @@
2643
2643
  },
2644
2644
  {
2645
2645
  "name": "rounded",
2646
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
2646
+ "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).",
2647
2647
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2648
2648
  "value": {
2649
2649
  "kind": "expression",
@@ -2746,7 +2746,7 @@
2746
2746
  },
2747
2747
  {
2748
2748
  "name": "color",
2749
- "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).",
2749
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2750
2750
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2751
2751
  "value": {
2752
2752
  "kind": "expression",
@@ -2784,7 +2784,7 @@
2784
2784
  },
2785
2785
  {
2786
2786
  "name": "border",
2787
- "description": "Applies border styles to component.",
2787
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
2788
2788
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2789
2789
  "default": "false",
2790
2790
  "value": {
@@ -2894,7 +2894,7 @@
2894
2894
  },
2895
2895
  {
2896
2896
  "name": "rounded",
2897
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
2897
+ "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).",
2898
2898
  "doc-url": "https://vuetifyjs.com/api/VBanner#props",
2899
2899
  "value": {
2900
2900
  "kind": "expression",
@@ -2979,7 +2979,7 @@
2979
2979
  "attributes": [
2980
2980
  {
2981
2981
  "name": "color",
2982
- "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).",
2982
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
2983
2983
  "doc-url": "https://vuetifyjs.com/api/VBannerActions#props",
2984
2984
  "value": {
2985
2985
  "kind": "expression",
@@ -3062,7 +3062,7 @@
3062
3062
  },
3063
3063
  {
3064
3064
  "name": "color",
3065
- "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).",
3065
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
3066
3066
  "doc-url": "https://vuetifyjs.com/api/VBottomNavigation#props",
3067
3067
  "value": {
3068
3068
  "kind": "expression",
@@ -3110,7 +3110,7 @@
3110
3110
  },
3111
3111
  {
3112
3112
  "name": "border",
3113
- "description": "Applies border styles to component.",
3113
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
3114
3114
  "doc-url": "https://vuetifyjs.com/api/VBottomNavigation#props",
3115
3115
  "default": "false",
3116
3116
  "value": {
@@ -3139,7 +3139,7 @@
3139
3139
  },
3140
3140
  {
3141
3141
  "name": "rounded",
3142
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
3142
+ "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).",
3143
3143
  "doc-url": "https://vuetifyjs.com/api/VBottomNavigation#props",
3144
3144
  "value": {
3145
3145
  "kind": "expression",
@@ -3777,7 +3777,7 @@
3777
3777
  },
3778
3778
  {
3779
3779
  "name": "color",
3780
- "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).",
3780
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
3781
3781
  "doc-url": "https://vuetifyjs.com/api/VBreadcrumbs#props",
3782
3782
  "value": {
3783
3783
  "kind": "expression",
@@ -3825,7 +3825,7 @@
3825
3825
  },
3826
3826
  {
3827
3827
  "name": "rounded",
3828
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
3828
+ "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).",
3829
3829
  "doc-url": "https://vuetifyjs.com/api/VBreadcrumbs#props",
3830
3830
  "value": {
3831
3831
  "kind": "expression",
@@ -3987,7 +3987,7 @@
3987
3987
  },
3988
3988
  {
3989
3989
  "name": "color",
3990
- "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).",
3990
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
3991
3991
  "doc-url": "https://vuetifyjs.com/api/VBreadcrumbsItem#props",
3992
3992
  "value": {
3993
3993
  "kind": "expression",
@@ -4190,7 +4190,7 @@
4190
4190
  },
4191
4191
  {
4192
4192
  "name": "border",
4193
- "description": "Applies border styles to component.",
4193
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
4194
4194
  "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4195
4195
  "default": "false",
4196
4196
  "value": {
@@ -4320,7 +4320,7 @@
4320
4320
  },
4321
4321
  {
4322
4322
  "name": "rounded",
4323
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
4323
+ "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).",
4324
4324
  "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4325
4325
  "value": {
4326
4326
  "kind": "expression",
@@ -4406,7 +4406,7 @@
4406
4406
  },
4407
4407
  {
4408
4408
  "name": "color",
4409
- "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).",
4409
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
4410
4410
  "doc-url": "https://vuetifyjs.com/api/VBtn#props",
4411
4411
  "value": {
4412
4412
  "kind": "expression",
@@ -4495,7 +4495,7 @@
4495
4495
  },
4496
4496
  {
4497
4497
  "name": "border",
4498
- "description": "Applies border styles to component.",
4498
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
4499
4499
  "doc-url": "https://vuetifyjs.com/api/VBtnGroup#props",
4500
4500
  "default": "false",
4501
4501
  "value": {
@@ -4524,7 +4524,7 @@
4524
4524
  },
4525
4525
  {
4526
4526
  "name": "rounded",
4527
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
4527
+ "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).",
4528
4528
  "doc-url": "https://vuetifyjs.com/api/VBtnGroup#props",
4529
4529
  "value": {
4530
4530
  "kind": "expression",
@@ -4562,7 +4562,7 @@
4562
4562
  },
4563
4563
  {
4564
4564
  "name": "color",
4565
- "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).",
4565
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
4566
4566
  "doc-url": "https://vuetifyjs.com/api/VBtnGroup#props",
4567
4567
  "value": {
4568
4568
  "kind": "expression",
@@ -4614,7 +4614,7 @@
4614
4614
  },
4615
4615
  {
4616
4616
  "name": "border",
4617
- "description": "Applies border styles to component.",
4617
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
4618
4618
  "doc-url": "https://vuetifyjs.com/api/VBtnToggle#props",
4619
4619
  "default": "false",
4620
4620
  "value": {
@@ -4681,7 +4681,7 @@
4681
4681
  },
4682
4682
  {
4683
4683
  "name": "color",
4684
- "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).",
4684
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
4685
4685
  "doc-url": "https://vuetifyjs.com/api/VBtnToggle#props",
4686
4686
  "value": {
4687
4687
  "kind": "expression",
@@ -5571,7 +5571,7 @@
5571
5571
  },
5572
5572
  {
5573
5573
  "name": "color",
5574
- "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).",
5574
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
5575
5575
  "doc-url": "https://vuetifyjs.com/api/VCalendarMonthDay#props",
5576
5576
  "value": {
5577
5577
  "kind": "expression",
@@ -5768,7 +5768,7 @@
5768
5768
  },
5769
5769
  {
5770
5770
  "name": "border",
5771
- "description": "Applies border styles to component.",
5771
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
5772
5772
  "doc-url": "https://vuetifyjs.com/api/VCard#props",
5773
5773
  "default": "false",
5774
5774
  "value": {
@@ -5879,7 +5879,7 @@
5879
5879
  },
5880
5880
  {
5881
5881
  "name": "rounded",
5882
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
5882
+ "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).",
5883
5883
  "doc-url": "https://vuetifyjs.com/api/VCard#props",
5884
5884
  "value": {
5885
5885
  "kind": "expression",
@@ -5955,7 +5955,7 @@
5955
5955
  },
5956
5956
  {
5957
5957
  "name": "color",
5958
- "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).",
5958
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
5959
5959
  "doc-url": "https://vuetifyjs.com/api/VCard#props",
5960
5960
  "value": {
5961
5961
  "kind": "expression",
@@ -6280,7 +6280,7 @@
6280
6280
  "attributes": [
6281
6281
  {
6282
6282
  "name": "color",
6283
- "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).",
6283
+ "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).",
6284
6284
  "doc-url": "https://vuetifyjs.com/api/VCarousel#props",
6285
6285
  "value": {
6286
6286
  "kind": "expression",
@@ -6604,7 +6604,7 @@
6604
6604
  },
6605
6605
  {
6606
6606
  "name": "color",
6607
- "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).",
6607
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
6608
6608
  "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6609
6609
  "value": {
6610
6610
  "kind": "expression",
@@ -6779,7 +6779,7 @@
6779
6779
  },
6780
6780
  {
6781
6781
  "name": "rounded",
6782
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
6782
+ "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).",
6783
6783
  "doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
6784
6784
  "value": {
6785
6785
  "kind": "expression",
@@ -7186,7 +7186,7 @@
7186
7186
  },
7187
7187
  {
7188
7188
  "name": "color",
7189
- "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).",
7189
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
7190
7190
  "doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
7191
7191
  "value": {
7192
7192
  "kind": "expression",
@@ -7632,7 +7632,7 @@
7632
7632
  },
7633
7633
  {
7634
7634
  "name": "color",
7635
- "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).",
7635
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
7636
7636
  "doc-url": "https://vuetifyjs.com/api/VCheckboxBtn#props",
7637
7637
  "value": {
7638
7638
  "kind": "expression",
@@ -8067,7 +8067,7 @@
8067
8067
  },
8068
8068
  {
8069
8069
  "name": "border",
8070
- "description": "Applies border styles to component.",
8070
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
8071
8071
  "doc-url": "https://vuetifyjs.com/api/VChip#props",
8072
8072
  "default": "false",
8073
8073
  "value": {
@@ -8115,7 +8115,7 @@
8115
8115
  },
8116
8116
  {
8117
8117
  "name": "rounded",
8118
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
8118
+ "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).",
8119
8119
  "doc-url": "https://vuetifyjs.com/api/VChip#props",
8120
8120
  "value": {
8121
8121
  "kind": "expression",
@@ -8201,7 +8201,7 @@
8201
8201
  },
8202
8202
  {
8203
8203
  "name": "color",
8204
- "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).",
8204
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
8205
8205
  "doc-url": "https://vuetifyjs.com/api/VChip#props",
8206
8206
  "value": {
8207
8207
  "kind": "expression",
@@ -8524,7 +8524,7 @@
8524
8524
  },
8525
8525
  {
8526
8526
  "name": "color",
8527
- "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).",
8527
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
8528
8528
  "doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
8529
8529
  "value": {
8530
8530
  "kind": "expression",
@@ -9000,7 +9000,7 @@
9000
9000
  },
9001
9001
  {
9002
9002
  "name": "color",
9003
- "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).",
9003
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9004
9004
  "doc-url": "https://vuetifyjs.com/api/VColorPicker#props",
9005
9005
  "value": {
9006
9006
  "kind": "expression",
@@ -9009,7 +9009,7 @@
9009
9009
  },
9010
9010
  {
9011
9011
  "name": "border",
9012
- "description": "Applies border styles to component.",
9012
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
9013
9013
  "doc-url": "https://vuetifyjs.com/api/VColorPicker#props",
9014
9014
  "default": "false",
9015
9015
  "value": {
@@ -9047,7 +9047,7 @@
9047
9047
  },
9048
9048
  {
9049
9049
  "name": "rounded",
9050
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
9050
+ "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).",
9051
9051
  "doc-url": "https://vuetifyjs.com/api/VColorPicker#props",
9052
9052
  "value": {
9053
9053
  "kind": "expression",
@@ -9398,7 +9398,7 @@
9398
9398
  },
9399
9399
  {
9400
9400
  "name": "itemChildren",
9401
- "description": "Property on supplied `items` that contains its children.",
9401
+ "description": "This property currently has **no effect**.",
9402
9402
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
9403
9403
  "default": "false",
9404
9404
  "value": {
@@ -9465,7 +9465,7 @@
9465
9465
  },
9466
9466
  {
9467
9467
  "name": "color",
9468
- "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).",
9468
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
9469
9469
  "doc-url": "https://vuetifyjs.com/api/VCombobox#props",
9470
9470
  "value": {
9471
9471
  "kind": "expression",
@@ -10387,7 +10387,7 @@
10387
10387
  },
10388
10388
  {
10389
10389
  "name": "color",
10390
- "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).",
10390
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
10391
10391
  "doc-url": "https://vuetifyjs.com/api/VConfirmEdit#props",
10392
10392
  "value": {
10393
10393
  "kind": "expression",
@@ -11489,7 +11489,7 @@
11489
11489
  },
11490
11490
  {
11491
11491
  "name": "color",
11492
- "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).",
11492
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
11493
11493
  "doc-url": "https://vuetifyjs.com/api/VDataTable#props",
11494
11494
  "value": {
11495
11495
  "kind": "expression",
@@ -13090,7 +13090,7 @@
13090
13090
  "attributes": [
13091
13091
  {
13092
13092
  "name": "color",
13093
- "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).",
13093
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
13094
13094
  "doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
13095
13095
  "value": {
13096
13096
  "kind": "expression",
@@ -13920,7 +13920,7 @@
13920
13920
  },
13921
13921
  {
13922
13922
  "name": "color",
13923
- "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).",
13923
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
13924
13924
  "doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
13925
13925
  "value": {
13926
13926
  "kind": "expression",
@@ -15693,7 +15693,7 @@
15693
15693
  },
15694
15694
  {
15695
15695
  "name": "color",
15696
- "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).",
15696
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
15697
15697
  "doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
15698
15698
  "value": {
15699
15699
  "kind": "expression",
@@ -16695,7 +16695,7 @@
16695
16695
  },
16696
16696
  {
16697
16697
  "name": "color",
16698
- "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).",
16698
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
16699
16699
  "doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
16700
16700
  "value": {
16701
16701
  "kind": "expression",
@@ -16837,7 +16837,7 @@
16837
16837
  },
16838
16838
  {
16839
16839
  "name": "border",
16840
- "description": "Applies border styles to component.",
16840
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
16841
16841
  "doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
16842
16842
  "default": "false",
16843
16843
  "value": {
@@ -16919,7 +16919,7 @@
16919
16919
  },
16920
16920
  {
16921
16921
  "name": "rounded",
16922
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
16922
+ "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).",
16923
16923
  "doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
16924
16924
  "value": {
16925
16925
  "kind": "expression",
@@ -17206,7 +17206,7 @@
17206
17206
  },
17207
17207
  {
17208
17208
  "name": "color",
17209
- "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).",
17209
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
17210
17210
  "doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
17211
17211
  "value": {
17212
17212
  "kind": "expression",
@@ -17289,7 +17289,7 @@
17289
17289
  "attributes": [
17290
17290
  {
17291
17291
  "name": "color",
17292
- "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).",
17292
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
17293
17293
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
17294
17294
  "value": {
17295
17295
  "kind": "expression",
@@ -17492,7 +17492,7 @@
17492
17492
  "attributes": [
17493
17493
  {
17494
17494
  "name": "color",
17495
- "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).",
17495
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
17496
17496
  "doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
17497
17497
  "value": {
17498
17498
  "kind": "expression",
@@ -17568,7 +17568,7 @@
17568
17568
  "attributes": [
17569
17569
  {
17570
17570
  "name": "color",
17571
- "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).",
17571
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
17572
17572
  "doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
17573
17573
  "value": {
17574
17574
  "kind": "expression",
@@ -18365,7 +18365,7 @@
18365
18365
  },
18366
18366
  {
18367
18367
  "name": "color",
18368
- "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).",
18368
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
18369
18369
  "doc-url": "https://vuetifyjs.com/api/VDivider#props",
18370
18370
  "value": {
18371
18371
  "kind": "expression",
@@ -18480,7 +18480,7 @@
18480
18480
  },
18481
18481
  {
18482
18482
  "name": "color",
18483
- "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).",
18483
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
18484
18484
  "doc-url": "https://vuetifyjs.com/api/VEmptyState#props",
18485
18485
  "value": {
18486
18486
  "kind": "expression",
@@ -18843,7 +18843,7 @@
18843
18843
  },
18844
18844
  {
18845
18845
  "name": "rounded",
18846
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
18846
+ "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).",
18847
18847
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
18848
18848
  "value": {
18849
18849
  "kind": "expression",
@@ -18872,7 +18872,7 @@
18872
18872
  },
18873
18873
  {
18874
18874
  "name": "color",
18875
- "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).",
18875
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
18876
18876
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
18877
18877
  "value": {
18878
18878
  "kind": "expression",
@@ -19029,7 +19029,7 @@
19029
19029
  "attributes": [
19030
19030
  {
19031
19031
  "name": "color",
19032
- "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).",
19032
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
19033
19033
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
19034
19034
  "value": {
19035
19035
  "kind": "expression",
@@ -19190,7 +19190,7 @@
19190
19190
  },
19191
19191
  {
19192
19192
  "name": "color",
19193
- "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).",
19193
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
19194
19194
  "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
19195
19195
  "value": {
19196
19196
  "kind": "expression",
@@ -19525,7 +19525,7 @@
19525
19525
  },
19526
19526
  {
19527
19527
  "name": "border",
19528
- "description": "Applies border styles to component.",
19528
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
19529
19529
  "doc-url": "https://vuetifyjs.com/api/VFab#props",
19530
19530
  "default": "false",
19531
19531
  "value": {
@@ -19656,7 +19656,7 @@
19656
19656
  },
19657
19657
  {
19658
19658
  "name": "rounded",
19659
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
19659
+ "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).",
19660
19660
  "doc-url": "https://vuetifyjs.com/api/VFab#props",
19661
19661
  "value": {
19662
19662
  "kind": "expression",
@@ -19742,7 +19742,7 @@
19742
19742
  },
19743
19743
  {
19744
19744
  "name": "color",
19745
- "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).",
19745
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
19746
19746
  "doc-url": "https://vuetifyjs.com/api/VFab#props",
19747
19747
  "value": {
19748
19748
  "kind": "expression",
@@ -20104,7 +20104,7 @@
20104
20104
  },
20105
20105
  {
20106
20106
  "name": "color",
20107
- "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).",
20107
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
20108
20108
  "doc-url": "https://vuetifyjs.com/api/VField#props",
20109
20109
  "value": {
20110
20110
  "kind": "expression",
@@ -20201,7 +20201,7 @@
20201
20201
  },
20202
20202
  {
20203
20203
  "name": "rounded",
20204
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
20204
+ "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).",
20205
20205
  "doc-url": "https://vuetifyjs.com/api/VField#props",
20206
20206
  "value": {
20207
20207
  "kind": "expression",
@@ -20714,7 +20714,7 @@
20714
20714
  "default": "[]",
20715
20715
  "value": {
20716
20716
  "kind": "expression",
20717
- "type": "File[]"
20717
+ "type": "File | File[]"
20718
20718
  }
20719
20719
  },
20720
20720
  {
@@ -20805,7 +20805,7 @@
20805
20805
  },
20806
20806
  {
20807
20807
  "name": "color",
20808
- "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).",
20808
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
20809
20809
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
20810
20810
  "value": {
20811
20811
  "kind": "expression",
@@ -20882,7 +20882,7 @@
20882
20882
  },
20883
20883
  {
20884
20884
  "name": "rounded",
20885
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
20885
+ "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).",
20886
20886
  "doc-url": "https://vuetifyjs.com/api/VFileInput#props",
20887
20887
  "value": {
20888
20888
  "kind": "expression",
@@ -21310,7 +21310,7 @@
21310
21310
  },
21311
21311
  {
21312
21312
  "name": "color",
21313
- "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).",
21313
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
21314
21314
  "doc-url": "https://vuetifyjs.com/api/VFooter#props",
21315
21315
  "value": {
21316
21316
  "kind": "expression",
@@ -21329,7 +21329,7 @@
21329
21329
  },
21330
21330
  {
21331
21331
  "name": "border",
21332
- "description": "Applies border styles to component.",
21332
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
21333
21333
  "doc-url": "https://vuetifyjs.com/api/VFooter#props",
21334
21334
  "default": "false",
21335
21335
  "value": {
@@ -21377,7 +21377,7 @@
21377
21377
  },
21378
21378
  {
21379
21379
  "name": "rounded",
21380
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
21380
+ "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).",
21381
21381
  "doc-url": "https://vuetifyjs.com/api/VFooter#props",
21382
21382
  "value": {
21383
21383
  "kind": "expression",
@@ -21654,7 +21654,7 @@
21654
21654
  "attributes": [
21655
21655
  {
21656
21656
  "name": "color",
21657
- "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).",
21657
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
21658
21658
  "doc-url": "https://vuetifyjs.com/api/VIcon#props",
21659
21659
  "value": {
21660
21660
  "kind": "expression",
@@ -21773,7 +21773,7 @@
21773
21773
  },
21774
21774
  {
21775
21775
  "name": "color",
21776
- "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).",
21776
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
21777
21777
  "doc-url": "https://vuetifyjs.com/api/VImg#props",
21778
21778
  "value": {
21779
21779
  "kind": "expression",
@@ -21948,7 +21948,7 @@
21948
21948
  },
21949
21949
  {
21950
21950
  "name": "rounded",
21951
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
21951
+ "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).",
21952
21952
  "doc-url": "https://vuetifyjs.com/api/VImg#props",
21953
21953
  "value": {
21954
21954
  "kind": "expression",
@@ -22067,7 +22067,7 @@
22067
22067
  "attributes": [
22068
22068
  {
22069
22069
  "name": "color",
22070
- "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).",
22070
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
22071
22071
  "doc-url": "https://vuetifyjs.com/api/VInfiniteScroll#props",
22072
22072
  "value": {
22073
22073
  "kind": "expression",
@@ -23570,7 +23570,7 @@
23570
23570
  },
23571
23571
  {
23572
23572
  "name": "border",
23573
- "description": "Applies border styles to component.",
23573
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
23574
23574
  "doc-url": "https://vuetifyjs.com/api/VList#props",
23575
23575
  "default": "false",
23576
23576
  "value": {
@@ -23732,7 +23732,7 @@
23732
23732
  },
23733
23733
  {
23734
23734
  "name": "rounded",
23735
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
23735
+ "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).",
23736
23736
  "doc-url": "https://vuetifyjs.com/api/VList#props",
23737
23737
  "value": {
23738
23738
  "kind": "expression",
@@ -23770,7 +23770,7 @@
23770
23770
  },
23771
23771
  {
23772
23772
  "name": "color",
23773
- "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).",
23773
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
23774
23774
  "doc-url": "https://vuetifyjs.com/api/VList#props",
23775
23775
  "value": {
23776
23776
  "kind": "expression",
@@ -23961,7 +23961,7 @@
23961
23961
  },
23962
23962
  {
23963
23963
  "name": "color",
23964
- "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).",
23964
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
23965
23965
  "doc-url": "https://vuetifyjs.com/api/VListGroup#props",
23966
23966
  "value": {
23967
23967
  "kind": "expression",
@@ -24275,7 +24275,7 @@
24275
24275
  },
24276
24276
  {
24277
24277
  "name": "border",
24278
- "description": "Applies border styles to component.",
24278
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
24279
24279
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
24280
24280
  "default": "false",
24281
24281
  "value": {
@@ -24358,7 +24358,7 @@
24358
24358
  },
24359
24359
  {
24360
24360
  "name": "rounded",
24361
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
24361
+ "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).",
24362
24362
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
24363
24363
  "value": {
24364
24364
  "kind": "expression",
@@ -24434,7 +24434,7 @@
24434
24434
  },
24435
24435
  {
24436
24436
  "name": "color",
24437
- "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),",
24437
+ "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),",
24438
24438
  "doc-url": "https://vuetifyjs.com/api/VListItem#props",
24439
24439
  "value": {
24440
24440
  "kind": "expression",
@@ -24766,7 +24766,7 @@
24766
24766
  "attributes": [
24767
24767
  {
24768
24768
  "name": "color",
24769
- "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).",
24769
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
24770
24770
  "doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
24771
24771
  "value": {
24772
24772
  "kind": "expression",
@@ -25349,7 +25349,7 @@
25349
25349
  },
25350
25350
  {
25351
25351
  "name": "color",
25352
- "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).",
25352
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
25353
25353
  "doc-url": "https://vuetifyjs.com/api/VMessages#props",
25354
25354
  "value": {
25355
25355
  "kind": "expression",
@@ -25416,7 +25416,7 @@
25416
25416
  },
25417
25417
  {
25418
25418
  "name": "color",
25419
- "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).",
25419
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
25420
25420
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
25421
25421
  "value": {
25422
25422
  "kind": "expression",
@@ -25545,7 +25545,7 @@
25545
25545
  },
25546
25546
  {
25547
25547
  "name": "location",
25548
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNavigationDrawer.json))",
25548
+ "description": "Controls the edge of the screen the drawer is attached to.",
25549
25549
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
25550
25550
  "default": "'start'",
25551
25551
  "value": {
@@ -25565,7 +25565,7 @@
25565
25565
  },
25566
25566
  {
25567
25567
  "name": "border",
25568
- "description": "Applies border styles to component.",
25568
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
25569
25569
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
25570
25570
  "default": "false",
25571
25571
  "value": {
@@ -25622,7 +25622,7 @@
25622
25622
  },
25623
25623
  {
25624
25624
  "name": "rounded",
25625
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
25625
+ "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).",
25626
25626
  "doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
25627
25627
  "value": {
25628
25628
  "kind": "expression",
@@ -25917,7 +25917,7 @@
25917
25917
  },
25918
25918
  {
25919
25919
  "name": "color",
25920
- "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).",
25920
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
25921
25921
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25922
25922
  "value": {
25923
25923
  "kind": "expression",
@@ -25955,7 +25955,7 @@
25955
25955
  },
25956
25956
  {
25957
25957
  "name": "rounded",
25958
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
25958
+ "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).",
25959
25959
  "doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
25960
25960
  "value": {
25961
25961
  "kind": "expression",
@@ -26429,7 +26429,7 @@
26429
26429
  },
26430
26430
  {
26431
26431
  "name": "color",
26432
- "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).",
26432
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
26433
26433
  "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26434
26434
  "value": {
26435
26435
  "kind": "expression",
@@ -26487,7 +26487,7 @@
26487
26487
  },
26488
26488
  {
26489
26489
  "name": "rounded",
26490
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
26490
+ "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).",
26491
26491
  "doc-url": "https://vuetifyjs.com/api/VOtpInput#props",
26492
26492
  "value": {
26493
26493
  "kind": "expression",
@@ -27175,7 +27175,7 @@
27175
27175
  },
27176
27176
  {
27177
27177
  "name": "border",
27178
- "description": "Applies border styles to component.",
27178
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
27179
27179
  "doc-url": "https://vuetifyjs.com/api/VPagination#props",
27180
27180
  "default": "false",
27181
27181
  "value": {
@@ -27204,7 +27204,7 @@
27204
27204
  },
27205
27205
  {
27206
27206
  "name": "rounded",
27207
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
27207
+ "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).",
27208
27208
  "doc-url": "https://vuetifyjs.com/api/VPagination#props",
27209
27209
  "value": {
27210
27210
  "kind": "expression",
@@ -27252,7 +27252,7 @@
27252
27252
  },
27253
27253
  {
27254
27254
  "name": "color",
27255
- "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).",
27255
+ "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).",
27256
27256
  "doc-url": "https://vuetifyjs.com/api/VPagination#props",
27257
27257
  "value": {
27258
27258
  "kind": "expression",
@@ -27562,7 +27562,7 @@
27562
27562
  },
27563
27563
  {
27564
27564
  "name": "color",
27565
- "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).",
27565
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
27566
27566
  "doc-url": "https://vuetifyjs.com/api/VPicker#props",
27567
27567
  "value": {
27568
27568
  "kind": "expression",
@@ -27571,7 +27571,7 @@
27571
27571
  },
27572
27572
  {
27573
27573
  "name": "border",
27574
- "description": "Applies border styles to component.",
27574
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
27575
27575
  "doc-url": "https://vuetifyjs.com/api/VPicker#props",
27576
27576
  "default": "false",
27577
27577
  "value": {
@@ -27662,7 +27662,7 @@
27662
27662
  },
27663
27663
  {
27664
27664
  "name": "rounded",
27665
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
27665
+ "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).",
27666
27666
  "doc-url": "https://vuetifyjs.com/api/VPicker#props",
27667
27667
  "value": {
27668
27668
  "kind": "expression",
@@ -27780,7 +27780,7 @@
27780
27780
  },
27781
27781
  {
27782
27782
  "name": "color",
27783
- "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).",
27783
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
27784
27784
  "doc-url": "https://vuetifyjs.com/api/VProgressCircular#props",
27785
27785
  "value": {
27786
27786
  "kind": "expression",
@@ -27945,7 +27945,7 @@
27945
27945
  },
27946
27946
  {
27947
27947
  "name": "color",
27948
- "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).",
27948
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
27949
27949
  "doc-url": "https://vuetifyjs.com/api/VProgressLinear#props",
27950
27950
  "value": {
27951
27951
  "kind": "expression",
@@ -28044,7 +28044,7 @@
28044
28044
  },
28045
28045
  {
28046
28046
  "name": "rounded",
28047
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
28047
+ "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).",
28048
28048
  "doc-url": "https://vuetifyjs.com/api/VProgressLinear#props",
28049
28049
  "value": {
28050
28050
  "kind": "expression",
@@ -28172,7 +28172,7 @@
28172
28172
  },
28173
28173
  {
28174
28174
  "name": "color",
28175
- "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).",
28175
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
28176
28176
  "doc-url": "https://vuetifyjs.com/api/VRadio#props",
28177
28177
  "value": {
28178
28178
  "kind": "expression",
@@ -28662,7 +28662,7 @@
28662
28662
  },
28663
28663
  {
28664
28664
  "name": "color",
28665
- "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).",
28665
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
28666
28666
  "doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
28667
28667
  "value": {
28668
28668
  "kind": "expression",
@@ -29304,7 +29304,7 @@
29304
29304
  },
29305
29305
  {
29306
29306
  "name": "color",
29307
- "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).",
29307
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
29308
29308
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
29309
29309
  "value": {
29310
29310
  "kind": "expression",
@@ -29341,7 +29341,7 @@
29341
29341
  },
29342
29342
  {
29343
29343
  "name": "rounded",
29344
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
29344
+ "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).",
29345
29345
  "doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
29346
29346
  "value": {
29347
29347
  "kind": "expression",
@@ -29805,7 +29805,7 @@
29805
29805
  },
29806
29806
  {
29807
29807
  "name": "color",
29808
- "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).",
29808
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
29809
29809
  "doc-url": "https://vuetifyjs.com/api/VRating#props",
29810
29810
  "value": {
29811
29811
  "kind": "expression",
@@ -30994,7 +30994,7 @@
30994
30994
  },
30995
30995
  {
30996
30996
  "name": "itemChildren",
30997
- "description": "Property on supplied `items` that contains its children.",
30997
+ "description": "This property currently has **no effect**.",
30998
30998
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
30999
30999
  "default": "false",
31000
31000
  "value": {
@@ -31061,7 +31061,7 @@
31061
31061
  },
31062
31062
  {
31063
31063
  "name": "color",
31064
- "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).",
31064
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
31065
31065
  "doc-url": "https://vuetifyjs.com/api/VSelect#props",
31066
31066
  "value": {
31067
31067
  "kind": "expression",
@@ -31958,7 +31958,7 @@
31958
31958
  },
31959
31959
  {
31960
31960
  "name": "color",
31961
- "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).",
31961
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
31962
31962
  "doc-url": "https://vuetifyjs.com/api/VSelectionControl#props",
31963
31963
  "value": {
31964
31964
  "kind": "expression",
@@ -32217,7 +32217,7 @@
32217
32217
  "attributes": [
32218
32218
  {
32219
32219
  "name": "color",
32220
- "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).",
32220
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
32221
32221
  "doc-url": "https://vuetifyjs.com/api/VSelectionControlGroup#props",
32222
32222
  "value": {
32223
32223
  "kind": "expression",
@@ -32413,7 +32413,7 @@
32413
32413
  "attributes": [
32414
32414
  {
32415
32415
  "name": "color",
32416
- "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).",
32416
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
32417
32417
  "doc-url": "https://vuetifyjs.com/api/VSheet#props",
32418
32418
  "value": {
32419
32419
  "kind": "expression",
@@ -32422,7 +32422,7 @@
32422
32422
  },
32423
32423
  {
32424
32424
  "name": "border",
32425
- "description": "Applies border styles to component.",
32425
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
32426
32426
  "doc-url": "https://vuetifyjs.com/api/VSheet#props",
32427
32427
  "default": "false",
32428
32428
  "value": {
@@ -32513,7 +32513,7 @@
32513
32513
  },
32514
32514
  {
32515
32515
  "name": "rounded",
32516
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
32516
+ "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).",
32517
32517
  "doc-url": "https://vuetifyjs.com/api/VSheet#props",
32518
32518
  "value": {
32519
32519
  "kind": "expression",
@@ -32584,7 +32584,7 @@
32584
32584
  },
32585
32585
  {
32586
32586
  "name": "color",
32587
- "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).",
32587
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
32588
32588
  "doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
32589
32589
  "value": {
32590
32590
  "kind": "expression",
@@ -33504,7 +33504,7 @@
33504
33504
  },
33505
33505
  {
33506
33506
  "name": "color",
33507
- "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).",
33507
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
33508
33508
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
33509
33509
  "value": {
33510
33510
  "kind": "expression",
@@ -33551,7 +33551,7 @@
33551
33551
  },
33552
33552
  {
33553
33553
  "name": "rounded",
33554
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
33554
+ "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).",
33555
33555
  "doc-url": "https://vuetifyjs.com/api/VSlider#props",
33556
33556
  "value": {
33557
33557
  "kind": "expression",
@@ -34217,7 +34217,7 @@
34217
34217
  },
34218
34218
  {
34219
34219
  "name": "rounded",
34220
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
34220
+ "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).",
34221
34221
  "doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
34222
34222
  "value": {
34223
34223
  "kind": "expression",
@@ -34236,7 +34236,7 @@
34236
34236
  },
34237
34237
  {
34238
34238
  "name": "color",
34239
- "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).",
34239
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
34240
34240
  "doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
34241
34241
  "value": {
34242
34242
  "kind": "expression",
@@ -34671,7 +34671,7 @@
34671
34671
  },
34672
34672
  {
34673
34673
  "name": "color",
34674
- "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).",
34674
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
34675
34675
  "doc-url": "https://vuetifyjs.com/api/VSparkline#props",
34676
34676
  "value": {
34677
34677
  "kind": "expression",
@@ -35422,7 +35422,7 @@
35422
35422
  },
35423
35423
  {
35424
35424
  "name": "color",
35425
- "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).",
35425
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
35426
35426
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
35427
35427
  "value": {
35428
35428
  "kind": "expression",
@@ -35431,7 +35431,7 @@
35431
35431
  },
35432
35432
  {
35433
35433
  "name": "border",
35434
- "description": "Applies border styles to component.",
35434
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
35435
35435
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
35436
35436
  "default": "false",
35437
35437
  "value": {
@@ -35522,7 +35522,7 @@
35522
35522
  },
35523
35523
  {
35524
35524
  "name": "rounded",
35525
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
35525
+ "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).",
35526
35526
  "doc-url": "https://vuetifyjs.com/api/VStepper#props",
35527
35527
  "value": {
35528
35528
  "kind": "expression",
@@ -35820,7 +35820,7 @@
35820
35820
  "attributes": [
35821
35821
  {
35822
35822
  "name": "color",
35823
- "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).",
35823
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
35824
35824
  "doc-url": "https://vuetifyjs.com/api/VStepperActions#props",
35825
35825
  "value": {
35826
35826
  "kind": "expression",
@@ -35982,7 +35982,7 @@
35982
35982
  },
35983
35983
  {
35984
35984
  "name": "color",
35985
- "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).",
35985
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
35986
35986
  "doc-url": "https://vuetifyjs.com/api/VStepperItem#props",
35987
35987
  "value": {
35988
35988
  "kind": "expression",
@@ -36776,7 +36776,7 @@
36776
36776
  },
36777
36777
  {
36778
36778
  "name": "color",
36779
- "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).",
36779
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
36780
36780
  "doc-url": "https://vuetifyjs.com/api/VSwitch#props",
36781
36781
  "value": {
36782
36782
  "kind": "expression",
@@ -37207,7 +37207,7 @@
37207
37207
  "attributes": [
37208
37208
  {
37209
37209
  "name": "color",
37210
- "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).",
37210
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
37211
37211
  "doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
37212
37212
  "value": {
37213
37213
  "kind": "expression",
@@ -37273,7 +37273,7 @@
37273
37273
  },
37274
37274
  {
37275
37275
  "name": "rounded",
37276
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
37276
+ "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).",
37277
37277
  "doc-url": "https://vuetifyjs.com/api/VSystemBar#props",
37278
37278
  "value": {
37279
37279
  "kind": "expression",
@@ -37344,7 +37344,7 @@
37344
37344
  },
37345
37345
  {
37346
37346
  "name": "sliderColor",
37347
- "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).",
37347
+ "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).",
37348
37348
  "doc-url": "https://vuetifyjs.com/api/VTab#props",
37349
37349
  "value": {
37350
37350
  "kind": "expression",
@@ -37439,7 +37439,7 @@
37439
37439
  },
37440
37440
  {
37441
37441
  "name": "border",
37442
- "description": "Applies border styles to component.",
37442
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
37443
37443
  "doc-url": "https://vuetifyjs.com/api/VTab#props",
37444
37444
  "default": "false",
37445
37445
  "value": {
@@ -37552,7 +37552,7 @@
37552
37552
  },
37553
37553
  {
37554
37554
  "name": "rounded",
37555
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
37555
+ "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).",
37556
37556
  "doc-url": "https://vuetifyjs.com/api/VTab#props",
37557
37557
  "value": {
37558
37558
  "kind": "expression",
@@ -37638,7 +37638,7 @@
37638
37638
  },
37639
37639
  {
37640
37640
  "name": "color",
37641
- "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).",
37641
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
37642
37642
  "doc-url": "https://vuetifyjs.com/api/VTab#props",
37643
37643
  "value": {
37644
37644
  "kind": "expression",
@@ -37830,7 +37830,7 @@
37830
37830
  },
37831
37831
  {
37832
37832
  "name": "color",
37833
- "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).",
37833
+ "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).",
37834
37834
  "doc-url": "https://vuetifyjs.com/api/VTabs#props",
37835
37835
  "value": {
37836
37836
  "kind": "expression",
@@ -38462,7 +38462,7 @@
38462
38462
  },
38463
38463
  {
38464
38464
  "name": "color",
38465
- "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).",
38465
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
38466
38466
  "doc-url": "https://vuetifyjs.com/api/VTextField#props",
38467
38467
  "value": {
38468
38468
  "kind": "expression",
@@ -39364,7 +39364,7 @@
39364
39364
  },
39365
39365
  {
39366
39366
  "name": "color",
39367
- "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).",
39367
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
39368
39368
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
39369
39369
  "value": {
39370
39370
  "kind": "expression",
@@ -39441,7 +39441,7 @@
39441
39441
  },
39442
39442
  {
39443
39443
  "name": "rounded",
39444
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
39444
+ "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).",
39445
39445
  "doc-url": "https://vuetifyjs.com/api/VTextarea#props",
39446
39446
  "value": {
39447
39447
  "kind": "expression",
@@ -40026,7 +40026,7 @@
40026
40026
  },
40027
40027
  {
40028
40028
  "name": "color",
40029
- "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).",
40029
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
40030
40030
  "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
40031
40031
  "value": {
40032
40032
  "kind": "expression",
@@ -40035,7 +40035,7 @@
40035
40035
  },
40036
40036
  {
40037
40037
  "name": "border",
40038
- "description": "Applies border styles to component.",
40038
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
40039
40039
  "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
40040
40040
  "default": "false",
40041
40041
  "value": {
@@ -40126,7 +40126,7 @@
40126
40126
  },
40127
40127
  {
40128
40128
  "name": "rounded",
40129
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
40129
+ "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).",
40130
40130
  "doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
40131
40131
  "value": {
40132
40132
  "kind": "expression",
@@ -40299,7 +40299,7 @@
40299
40299
  },
40300
40300
  {
40301
40301
  "name": "color",
40302
- "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).",
40302
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
40303
40303
  "doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
40304
40304
  "value": {
40305
40305
  "kind": "expression",
@@ -40489,7 +40489,7 @@
40489
40489
  },
40490
40490
  {
40491
40491
  "name": "color",
40492
- "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).",
40492
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
40493
40493
  "doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
40494
40494
  "value": {
40495
40495
  "kind": "expression",
@@ -40885,7 +40885,7 @@
40885
40885
  },
40886
40886
  {
40887
40887
  "name": "rounded",
40888
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
40888
+ "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).",
40889
40889
  "doc-url": "https://vuetifyjs.com/api/VTimelineItem#props",
40890
40890
  "value": {
40891
40891
  "kind": "expression",
@@ -41014,7 +41014,7 @@
41014
41014
  },
41015
41015
  {
41016
41016
  "name": "color",
41017
- "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).",
41017
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
41018
41018
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
41019
41019
  "value": {
41020
41020
  "kind": "expression",
@@ -41073,7 +41073,7 @@
41073
41073
  },
41074
41074
  {
41075
41075
  "name": "border",
41076
- "description": "Applies border styles to component.",
41076
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
41077
41077
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
41078
41078
  "default": "false",
41079
41079
  "value": {
@@ -41092,7 +41092,7 @@
41092
41092
  },
41093
41093
  {
41094
41094
  "name": "rounded",
41095
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
41095
+ "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).",
41096
41096
  "doc-url": "https://vuetifyjs.com/api/VToolbar#props",
41097
41097
  "value": {
41098
41098
  "kind": "expression",
@@ -41178,7 +41178,7 @@
41178
41178
  "attributes": [
41179
41179
  {
41180
41180
  "name": "color",
41181
- "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).",
41181
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
41182
41182
  "doc-url": "https://vuetifyjs.com/api/VToolbarItems#props",
41183
41183
  "value": {
41184
41184
  "kind": "expression",
@@ -41935,7 +41935,7 @@
41935
41935
  },
41936
41936
  {
41937
41937
  "name": "border",
41938
- "description": "Applies border styles to component.",
41938
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
41939
41939
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
41940
41940
  "default": "false",
41941
41941
  "value": {
@@ -42125,7 +42125,7 @@
42125
42125
  },
42126
42126
  {
42127
42127
  "name": "color",
42128
- "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).",
42128
+ "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).",
42129
42129
  "doc-url": "https://vuetifyjs.com/api/VTreeview#props",
42130
42130
  "value": {
42131
42131
  "kind": "expression",
@@ -42305,7 +42305,7 @@
42305
42305
  },
42306
42306
  {
42307
42307
  "name": "color",
42308
- "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).",
42308
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
42309
42309
  "doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
42310
42310
  "value": {
42311
42311
  "kind": "expression",
@@ -42595,7 +42595,7 @@
42595
42595
  },
42596
42596
  {
42597
42597
  "name": "border",
42598
- "description": "Applies border styles to component.",
42598
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
42599
42599
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42600
42600
  "default": "false",
42601
42601
  "value": {
@@ -42678,7 +42678,7 @@
42678
42678
  },
42679
42679
  {
42680
42680
  "name": "rounded",
42681
- "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
42681
+ "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).",
42682
42682
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42683
42683
  "value": {
42684
42684
  "kind": "expression",
@@ -42754,7 +42754,7 @@
42754
42754
  },
42755
42755
  {
42756
42756
  "name": "color",
42757
- "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),",
42757
+ "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),",
42758
42758
  "doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
42759
42759
  "value": {
42760
42760
  "kind": "expression",