@vuetify/nightly 3.0.0-beta.3 → 3.0.0-beta.4

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 (169) hide show
  1. package/CHANGELOG.md +32 -2
  2. package/dist/_component-variables.sass +61 -0
  3. package/dist/json/attributes.json +176 -20
  4. package/dist/json/importMap.json +208 -204
  5. package/dist/json/tags.json +48 -4
  6. package/dist/json/web-types.json +492 -46
  7. package/dist/vuetify.css +950 -932
  8. package/dist/vuetify.d.ts +2521 -341
  9. package/dist/vuetify.esm.js +2318 -2130
  10. package/dist/vuetify.esm.js.map +1 -1
  11. package/dist/vuetify.js +2317 -2129
  12. package/dist/vuetify.js.map +1 -1
  13. package/dist/vuetify.min.css +2 -2
  14. package/dist/vuetify.min.js +764 -740
  15. package/dist/vuetify.min.js.map +1 -1
  16. package/lib/components/VAlert/VAlert.css +5 -5
  17. package/lib/components/VAlert/VAlert.mjs +1 -1
  18. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  19. package/lib/components/VAlert/VAlert.sass +0 -2
  20. package/lib/components/VAppBar/VAppBar.sass +0 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +46 -17
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
  24. package/lib/components/VAvatar/VAvatar.css +1 -1
  25. package/lib/components/VAvatar/VAvatar.sass +1 -2
  26. package/lib/components/VAvatar/_mixins.scss +0 -1
  27. package/lib/components/VBadge/VBadge.sass +0 -1
  28. package/lib/components/VBanner/VBanner.sass +0 -1
  29. package/lib/components/VBottomNavigation/VBottomNavigation.sass +0 -1
  30. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +0 -1
  31. package/lib/components/VBtn/VBtn.css +24 -7
  32. package/lib/components/VBtn/VBtn.mjs +20 -11
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtn/VBtn.sass +17 -2
  35. package/lib/components/VBtnGroup/VBtnGroup.sass +0 -1
  36. package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
  37. package/lib/components/VCard/VCard.css +5 -5
  38. package/lib/components/VCard/VCard.mjs +1 -1
  39. package/lib/components/VCard/VCard.mjs.map +1 -1
  40. package/lib/components/VCard/VCard.sass +0 -1
  41. package/lib/components/VCarousel/VCarousel.sass +0 -1
  42. package/lib/components/VCheckbox/VCheckbox.mjs +13 -46
  43. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  44. package/lib/components/VCheckbox/VCheckbox.sass +0 -1
  45. package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
  46. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
  47. package/lib/components/VCheckbox/index.mjs +1 -0
  48. package/lib/components/VCheckbox/index.mjs.map +1 -1
  49. package/lib/components/VChip/VChip.css +5 -5
  50. package/lib/components/VChip/VChip.mjs +1 -1
  51. package/lib/components/VChip/VChip.mjs.map +1 -1
  52. package/lib/components/VChip/VChip.sass +0 -1
  53. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  54. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  55. package/lib/components/VCode/VCode.sass +1 -2
  56. package/lib/components/VCode/_variables.scss +1 -1
  57. package/lib/components/VColorPicker/VColorPicker.sass +0 -1
  58. package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
  59. package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
  60. package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
  61. package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
  62. package/lib/components/VCombobox/VCombobox.mjs +47 -29
  63. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  64. package/lib/components/VCombobox/VCombobox.sass +0 -2
  65. package/lib/components/VCounter/VCounter.sass +0 -1
  66. package/lib/components/VDialog/VDialog.sass +0 -1
  67. package/lib/components/VDivider/VDivider.sass +0 -1
  68. package/lib/components/VExpansionPanel/VExpansionPanel.sass +0 -1
  69. package/lib/components/VField/VField.css +9 -9
  70. package/lib/components/VField/VField.mjs +2 -2
  71. package/lib/components/VField/VField.mjs.map +1 -1
  72. package/lib/components/VField/VField.sass +6 -8
  73. package/lib/components/VField/_variables.scss +3 -3
  74. package/lib/components/VFileInput/VFileInput.sass +0 -1
  75. package/lib/components/VFooter/VFooter.sass +0 -1
  76. package/lib/components/VIcon/VIcon.sass +0 -1
  77. package/lib/components/VImg/VImg.sass +0 -1
  78. package/lib/components/VInput/VInput.mjs +3 -3
  79. package/lib/components/VInput/VInput.mjs.map +1 -1
  80. package/lib/components/VInput/VInput.sass +0 -1
  81. package/lib/components/VItemGroup/VItemGroup.sass +0 -1
  82. package/lib/components/VKbd/VKbd.sass +0 -1
  83. package/lib/components/VKbd/_variables.scss +1 -1
  84. package/lib/components/VLabel/VLabel.sass +0 -1
  85. package/lib/components/VList/VList.mjs +1 -1
  86. package/lib/components/VList/VList.mjs.map +1 -1
  87. package/lib/components/VList/VList.sass +0 -1
  88. package/lib/components/VList/VListChildren.mjs +1 -1
  89. package/lib/components/VList/VListChildren.mjs.map +1 -1
  90. package/lib/components/VList/VListGroup.mjs +11 -2
  91. package/lib/components/VList/VListGroup.mjs.map +1 -1
  92. package/lib/components/VList/VListItem.css +6 -6
  93. package/lib/components/VList/VListItem.mjs +7 -7
  94. package/lib/components/VList/VListItem.mjs.map +1 -1
  95. package/lib/components/VList/VListItem.sass +1 -2
  96. package/lib/components/VMain/VMain.sass +0 -1
  97. package/lib/components/VMenu/VMenu.sass +0 -1
  98. package/lib/components/VMessages/VMessages.sass +0 -1
  99. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -1
  100. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  101. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
  102. package/lib/components/VOverlay/VOverlay.sass +0 -1
  103. package/lib/components/VPagination/VPagination.sass +0 -1
  104. package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
  105. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  106. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -1
  107. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  108. package/lib/components/VRating/VRating.sass +0 -1
  109. package/lib/components/VSelect/VSelect.mjs +54 -19
  110. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  111. package/lib/components/VSelect/VSelect.sass +0 -2
  112. package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
  113. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -5
  114. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  115. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  116. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +0 -1
  117. package/lib/components/VSheet/VSheet.sass +0 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -1
  119. package/lib/components/VSlider/VSlider.sass +0 -2
  120. package/lib/components/VSlider/VSliderThumb.sass +0 -2
  121. package/lib/components/VSlider/VSliderTrack.sass +0 -2
  122. package/lib/components/VSnackbar/VSnackbar.css +5 -5
  123. package/lib/components/VSnackbar/VSnackbar.sass +0 -1
  124. package/lib/components/VSwitch/VSwitch.mjs +8 -2
  125. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  126. package/lib/components/VSwitch/VSwitch.sass +0 -1
  127. package/lib/components/VSystemBar/VSystemBar.sass +0 -1
  128. package/lib/components/VTable/VTable.sass +0 -1
  129. package/lib/components/VTabs/VTab.sass +0 -1
  130. package/lib/components/VTabs/VTabs.sass +0 -1
  131. package/lib/components/VTabs/_variables.scss +1 -1
  132. package/lib/components/VTextField/VTextField.mjs +2 -0
  133. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  134. package/lib/components/VTextField/VTextField.sass +0 -1
  135. package/lib/components/VTextarea/VTextarea.sass +0 -2
  136. package/lib/components/VTimeline/VTimeline.sass +0 -1
  137. package/lib/components/VToolbar/VToolbar.sass +0 -1
  138. package/lib/components/VToolbar/VToolbarItems.mjs +1 -1
  139. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  140. package/lib/components/VTooltip/VTooltip.sass +0 -1
  141. package/lib/components/VWindow/VWindow.sass +0 -2
  142. package/lib/components/VWindow/VWindowItem.mjs +9 -3
  143. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  144. package/lib/components/index.d.ts +2520 -342
  145. package/lib/composables/display.mjs +13 -11
  146. package/lib/composables/display.mjs.map +1 -1
  147. package/lib/composables/form.mjs +6 -6
  148. package/lib/composables/form.mjs.map +1 -1
  149. package/lib/composables/items.mjs +2 -2
  150. package/lib/composables/items.mjs.map +1 -1
  151. package/lib/composables/ssrBoot.mjs +3 -2
  152. package/lib/composables/ssrBoot.mjs.map +1 -1
  153. package/lib/composables/theme.mjs +6 -2
  154. package/lib/composables/theme.mjs.map +1 -1
  155. package/lib/composables/validation.mjs +14 -7
  156. package/lib/composables/validation.mjs.map +1 -1
  157. package/lib/composables/variant.mjs +3 -3
  158. package/lib/composables/variant.mjs.map +1 -1
  159. package/lib/directives/ripple/VRipple.sass +0 -1
  160. package/lib/entry-bundler.mjs +1 -1
  161. package/lib/framework.mjs +23 -6
  162. package/lib/framework.mjs.map +1 -1
  163. package/lib/index.d.ts +73 -67
  164. package/lib/styles/tools/_variant.sass +6 -6
  165. package/lib/util/getCurrentInstance.mjs +19 -0
  166. package/lib/util/getCurrentInstance.mjs.map +1 -1
  167. package/lib/util/helpers.mjs +0 -4
  168. package/lib/util/helpers.mjs.map +1 -1
  169. package/package.json +11 -3
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.0.0-beta.3",
5
+ "version": "3.0.0-beta.4",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -686,9 +686,9 @@
686
686
  },
687
687
  {
688
688
  "name": "variant",
689
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
689
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
690
690
  "doc-url": "https://vuetifyjs.com/api/v-alert#props",
691
- "default": "'contained-flat'",
691
+ "default": "'flat'",
692
692
  "value": {
693
693
  "kind": "expression",
694
694
  "type": "string"
@@ -903,6 +903,17 @@
903
903
  },
904
904
  "type": "boolean"
905
905
  },
906
+ {
907
+ "name": "menu",
908
+ "description": "",
909
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
910
+ "default": "false",
911
+ "value": {
912
+ "kind": "expression",
913
+ "type": "boolean"
914
+ },
915
+ "type": "boolean"
916
+ },
906
917
  {
907
918
  "name": "menu-icon",
908
919
  "description": "",
@@ -917,6 +928,15 @@
917
928
  ]
918
929
  }
919
930
  },
931
+ {
932
+ "name": "menu-props",
933
+ "description": "",
934
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
935
+ "value": {
936
+ "kind": "expression",
937
+ "type": "object"
938
+ }
939
+ },
920
940
  {
921
941
  "name": "model-value",
922
942
  "description": "",
@@ -1083,6 +1103,16 @@
1083
1103
  "name": "argument"
1084
1104
  }
1085
1105
  ]
1106
+ },
1107
+ {
1108
+ "name": "update:menu",
1109
+ "description": "",
1110
+ "doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
1111
+ "arguments": [
1112
+ {
1113
+ "name": "argument"
1114
+ }
1115
+ ]
1086
1116
  }
1087
1117
  ],
1088
1118
  "slots": [],
@@ -2600,6 +2630,15 @@
2600
2630
  "type": "any"
2601
2631
  }
2602
2632
  },
2633
+ {
2634
+ "name": "loading",
2635
+ "description": "",
2636
+ "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2637
+ "value": {
2638
+ "kind": "expression",
2639
+ "type": "any"
2640
+ }
2641
+ },
2603
2642
  {
2604
2643
  "name": "ripple",
2605
2644
  "description": "",
@@ -2855,9 +2894,9 @@
2855
2894
  },
2856
2895
  {
2857
2896
  "name": "variant",
2858
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
2897
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
2859
2898
  "doc-url": "https://vuetifyjs.com/api/v-btn#props",
2860
- "default": "'contained'",
2899
+ "default": "'elevated'",
2861
2900
  "value": {
2862
2901
  "kind": "expression",
2863
2902
  "type": "string"
@@ -2992,9 +3031,9 @@
2992
3031
  },
2993
3032
  {
2994
3033
  "name": "variant",
2995
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
3034
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
2996
3035
  "doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
2997
- "default": "'contained'",
3036
+ "default": "'elevated'",
2998
3037
  "value": {
2999
3038
  "kind": "expression",
3000
3039
  "type": "string"
@@ -3444,9 +3483,9 @@
3444
3483
  },
3445
3484
  {
3446
3485
  "name": "variant",
3447
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
3486
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
3448
3487
  "doc-url": "https://vuetifyjs.com/api/v-card#props",
3449
- "default": "'contained'",
3488
+ "default": "'elevated'",
3450
3489
  "value": {
3451
3490
  "kind": "expression",
3452
3491
  "type": "string"
@@ -3996,29 +4035,6 @@
3996
4035
  "description": "",
3997
4036
  "doc-url": "https://vuetifyjs.com/api/v-checkbox",
3998
4037
  "attributes": [
3999
- {
4000
- "name": "indeterminate",
4001
- "description": "Sets an indeterminate state for the checkbox",
4002
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4003
- "value": {
4004
- "kind": "expression",
4005
- "type": "any"
4006
- }
4007
- },
4008
- {
4009
- "name": "indeterminate-icon",
4010
- "description": "The icon used when in an indeterminate state",
4011
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4012
- "default": "'$checkboxIndeterminate'",
4013
- "value": {
4014
- "kind": "expression",
4015
- "type": [
4016
- "string",
4017
- "function",
4018
- "object"
4019
- ]
4020
- }
4021
- },
4022
4038
  {
4023
4039
  "name": "id",
4024
4040
  "description": "",
@@ -4187,6 +4203,40 @@
4187
4203
  "type": "any"
4188
4204
  }
4189
4205
  },
4206
+ {
4207
+ "name": "validation-value",
4208
+ "description": "",
4209
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4210
+ "value": {
4211
+ "kind": "expression",
4212
+ "type": "any"
4213
+ }
4214
+ },
4215
+ {
4216
+ "name": "indeterminate",
4217
+ "description": "Sets an indeterminate state for the checkbox",
4218
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4219
+ "default": "false",
4220
+ "value": {
4221
+ "kind": "expression",
4222
+ "type": "boolean"
4223
+ },
4224
+ "type": "boolean"
4225
+ },
4226
+ {
4227
+ "name": "indeterminate-icon",
4228
+ "description": "The icon used when in an indeterminate state",
4229
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
4230
+ "default": "'$checkboxIndeterminate'",
4231
+ "value": {
4232
+ "kind": "expression",
4233
+ "type": [
4234
+ "string",
4235
+ "function",
4236
+ "object"
4237
+ ]
4238
+ }
4239
+ },
4190
4240
  {
4191
4241
  "name": "color",
4192
4242
  "description": "",
@@ -4321,11 +4371,266 @@
4321
4371
  }
4322
4372
  }
4323
4373
  ],
4374
+ "events": [],
4375
+ "slots": [],
4376
+ "vue-model": {
4377
+ "prop": "modelValue",
4378
+ "event": "update:modelValue"
4379
+ }
4380
+ },
4381
+ {
4382
+ "name": "VCheckboxBtn",
4383
+ "source": {
4384
+ "module": "./src/components/index.ts",
4385
+ "symbol": "VCheckboxBtn"
4386
+ },
4387
+ "description": "",
4388
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn",
4389
+ "attributes": [
4390
+ {
4391
+ "name": "indeterminate",
4392
+ "description": "",
4393
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4394
+ "default": "false",
4395
+ "value": {
4396
+ "kind": "expression",
4397
+ "type": "boolean"
4398
+ },
4399
+ "type": "boolean"
4400
+ },
4401
+ {
4402
+ "name": "indeterminate-icon",
4403
+ "description": "",
4404
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4405
+ "default": "'$checkboxIndeterminate'",
4406
+ "value": {
4407
+ "kind": "expression",
4408
+ "type": [
4409
+ "string",
4410
+ "function",
4411
+ "object"
4412
+ ]
4413
+ }
4414
+ },
4415
+ {
4416
+ "name": "color",
4417
+ "description": "",
4418
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4419
+ "value": {
4420
+ "kind": "expression",
4421
+ "type": "string"
4422
+ }
4423
+ },
4424
+ {
4425
+ "name": "disabled",
4426
+ "description": "",
4427
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4428
+ "default": "false",
4429
+ "value": {
4430
+ "kind": "expression",
4431
+ "type": "boolean"
4432
+ },
4433
+ "type": "boolean"
4434
+ },
4435
+ {
4436
+ "name": "error",
4437
+ "description": "",
4438
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4439
+ "default": "false",
4440
+ "value": {
4441
+ "kind": "expression",
4442
+ "type": "boolean"
4443
+ },
4444
+ "type": "boolean"
4445
+ },
4446
+ {
4447
+ "name": "id",
4448
+ "description": "",
4449
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4450
+ "value": {
4451
+ "kind": "expression",
4452
+ "type": "string"
4453
+ }
4454
+ },
4455
+ {
4456
+ "name": "inline",
4457
+ "description": "",
4458
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4459
+ "default": "false",
4460
+ "value": {
4461
+ "kind": "expression",
4462
+ "type": "boolean"
4463
+ },
4464
+ "type": "boolean"
4465
+ },
4466
+ {
4467
+ "name": "label",
4468
+ "description": "",
4469
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4470
+ "value": {
4471
+ "kind": "expression",
4472
+ "type": "string"
4473
+ }
4474
+ },
4475
+ {
4476
+ "name": "false-icon",
4477
+ "description": "",
4478
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4479
+ "default": "'$checkboxOff'",
4480
+ "value": {
4481
+ "kind": "expression",
4482
+ "type": [
4483
+ "string",
4484
+ "function",
4485
+ "object"
4486
+ ]
4487
+ }
4488
+ },
4489
+ {
4490
+ "name": "true-icon",
4491
+ "description": "",
4492
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4493
+ "default": "'$checkboxOn'",
4494
+ "value": {
4495
+ "kind": "expression",
4496
+ "type": [
4497
+ "string",
4498
+ "function",
4499
+ "object"
4500
+ ]
4501
+ }
4502
+ },
4503
+ {
4504
+ "name": "ripple",
4505
+ "description": "",
4506
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4507
+ "default": "true",
4508
+ "value": {
4509
+ "kind": "expression",
4510
+ "type": "boolean"
4511
+ },
4512
+ "type": "boolean"
4513
+ },
4514
+ {
4515
+ "name": "multiple",
4516
+ "description": "",
4517
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4518
+ "default": "false",
4519
+ "value": {
4520
+ "kind": "expression",
4521
+ "type": "boolean"
4522
+ },
4523
+ "type": "boolean"
4524
+ },
4525
+ {
4526
+ "name": "name",
4527
+ "description": "",
4528
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4529
+ "value": {
4530
+ "kind": "expression",
4531
+ "type": "string"
4532
+ }
4533
+ },
4534
+ {
4535
+ "name": "readonly",
4536
+ "description": "",
4537
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4538
+ "default": "false",
4539
+ "value": {
4540
+ "kind": "expression",
4541
+ "type": "boolean"
4542
+ },
4543
+ "type": "boolean"
4544
+ },
4545
+ {
4546
+ "name": "true-value",
4547
+ "description": "Sets value for truthy state",
4548
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4549
+ "value": {
4550
+ "kind": "expression",
4551
+ "type": "any"
4552
+ }
4553
+ },
4554
+ {
4555
+ "name": "false-value",
4556
+ "description": "Sets value for falsy state",
4557
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4558
+ "value": {
4559
+ "kind": "expression",
4560
+ "type": "any"
4561
+ }
4562
+ },
4563
+ {
4564
+ "name": "model-value",
4565
+ "description": "",
4566
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4567
+ "value": {
4568
+ "kind": "expression",
4569
+ "type": "any"
4570
+ }
4571
+ },
4572
+ {
4573
+ "name": "type",
4574
+ "description": "",
4575
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4576
+ "value": {
4577
+ "kind": "expression",
4578
+ "type": "string"
4579
+ }
4580
+ },
4581
+ {
4582
+ "name": "value",
4583
+ "description": "",
4584
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4585
+ "value": {
4586
+ "kind": "expression",
4587
+ "type": "any"
4588
+ }
4589
+ },
4590
+ {
4591
+ "name": "value-comparator",
4592
+ "description": "",
4593
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4594
+ "value": {
4595
+ "kind": "expression",
4596
+ "type": "function"
4597
+ }
4598
+ },
4599
+ {
4600
+ "name": "theme",
4601
+ "description": "Specify a theme for this component and all of its children",
4602
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4603
+ "value": {
4604
+ "kind": "expression",
4605
+ "type": "string"
4606
+ }
4607
+ },
4608
+ {
4609
+ "name": "density",
4610
+ "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
4611
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
4612
+ "default": "'default'",
4613
+ "value": {
4614
+ "kind": "expression",
4615
+ "type": "string"
4616
+ }
4617
+ }
4618
+ ],
4324
4619
  "events": [
4620
+ {
4621
+ "name": "update:modelValue",
4622
+ "description": "",
4623
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
4624
+ "arguments": [
4625
+ {
4626
+ "name": "argument"
4627
+ }
4628
+ ]
4629
+ },
4325
4630
  {
4326
4631
  "name": "update:indeterminate",
4327
- "description": "The **indeterminate.sync** event.",
4328
- "doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
4632
+ "description": "",
4633
+ "doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
4329
4634
  "arguments": [
4330
4635
  {
4331
4636
  "name": "argument"
@@ -4666,9 +4971,9 @@
4666
4971
  },
4667
4972
  {
4668
4973
  "name": "variant",
4669
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
4974
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
4670
4975
  "doc-url": "https://vuetifyjs.com/api/v-chip#props",
4671
- "default": "'contained-text'",
4976
+ "default": "'tonal'",
4672
4977
  "value": {
4673
4978
  "kind": "expression",
4674
4979
  "type": "string"
@@ -4872,9 +5177,9 @@
4872
5177
  },
4873
5178
  {
4874
5179
  "name": "variant",
4875
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
5180
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
4876
5181
  "doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
4877
- "default": "'contained-text'",
5182
+ "default": "'tonal'",
4878
5183
  "value": {
4879
5184
  "kind": "expression",
4880
5185
  "type": "string"
@@ -5302,6 +5607,17 @@
5302
5607
  },
5303
5608
  "type": "boolean"
5304
5609
  },
5610
+ {
5611
+ "name": "menu",
5612
+ "description": "",
5613
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5614
+ "default": "false",
5615
+ "value": {
5616
+ "kind": "expression",
5617
+ "type": "boolean"
5618
+ },
5619
+ "type": "boolean"
5620
+ },
5305
5621
  {
5306
5622
  "name": "menu-icon",
5307
5623
  "description": "",
@@ -5316,6 +5632,15 @@
5316
5632
  ]
5317
5633
  }
5318
5634
  },
5635
+ {
5636
+ "name": "menu-props",
5637
+ "description": "",
5638
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5639
+ "value": {
5640
+ "kind": "expression",
5641
+ "type": "object"
5642
+ }
5643
+ },
5319
5644
  {
5320
5645
  "name": "model-value",
5321
5646
  "description": "",
@@ -5472,6 +5797,16 @@
5472
5797
  "name": "argument"
5473
5798
  }
5474
5799
  ]
5800
+ },
5801
+ {
5802
+ "name": "update:menu",
5803
+ "description": "",
5804
+ "doc-url": "https://vuetifyjs.com/api/v-combobox#events",
5805
+ "arguments": [
5806
+ {
5807
+ "name": "argument"
5808
+ }
5809
+ ]
5475
5810
  }
5476
5811
  ],
5477
5812
  "slots": [],
@@ -6845,6 +7180,15 @@
6845
7180
  "type": "array"
6846
7181
  }
6847
7182
  },
7183
+ {
7184
+ "name": "validation-value",
7185
+ "description": "",
7186
+ "doc-url": "https://vuetifyjs.com/api/v-file-input#props",
7187
+ "value": {
7188
+ "kind": "expression",
7189
+ "type": "any"
7190
+ }
7191
+ },
6848
7192
  {
6849
7193
  "name": "append-inner-icon",
6850
7194
  "description": "",
@@ -8384,6 +8728,15 @@
8384
8728
  "kind": "expression",
8385
8729
  "type": "any"
8386
8730
  }
8731
+ },
8732
+ {
8733
+ "name": "validation-value",
8734
+ "description": "",
8735
+ "doc-url": "https://vuetifyjs.com/api/v-input#props",
8736
+ "value": {
8737
+ "kind": "expression",
8738
+ "type": "any"
8739
+ }
8387
8740
  }
8388
8741
  ],
8389
8742
  "events": [
@@ -9283,7 +9636,7 @@
9283
9636
  },
9284
9637
  {
9285
9638
  "name": "variant",
9286
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
9639
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
9287
9640
  "doc-url": "https://vuetifyjs.com/api/v-list#props",
9288
9641
  "default": "'text'",
9289
9642
  "value": {
@@ -9755,7 +10108,7 @@
9755
10108
  },
9756
10109
  {
9757
10110
  "name": "variant",
9758
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
10111
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
9759
10112
  "doc-url": "https://vuetifyjs.com/api/v-list-item#props",
9760
10113
  "default": "'text'",
9761
10114
  "value": {
@@ -11577,7 +11930,7 @@
11577
11930
  },
11578
11931
  {
11579
11932
  "name": "variant",
11580
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
11933
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
11581
11934
  "doc-url": "https://vuetifyjs.com/api/v-pagination#props",
11582
11935
  "default": "'text'",
11583
11936
  "value": {
@@ -12279,6 +12632,15 @@
12279
12632
  "type": "any"
12280
12633
  }
12281
12634
  },
12635
+ {
12636
+ "name": "validation-value",
12637
+ "description": "",
12638
+ "doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
12639
+ "value": {
12640
+ "kind": "expression",
12641
+ "type": "any"
12642
+ }
12643
+ },
12282
12644
  {
12283
12645
  "name": "color",
12284
12646
  "description": "",
@@ -12610,6 +12972,15 @@
12610
12972
  "type": "array"
12611
12973
  }
12612
12974
  },
12975
+ {
12976
+ "name": "validation-value",
12977
+ "description": "",
12978
+ "doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
12979
+ "value": {
12980
+ "kind": "expression",
12981
+ "type": "any"
12982
+ }
12983
+ },
12613
12984
  {
12614
12985
  "name": "max",
12615
12986
  "description": "",
@@ -13424,6 +13795,17 @@
13424
13795
  },
13425
13796
  "type": "boolean"
13426
13797
  },
13798
+ {
13799
+ "name": "menu",
13800
+ "description": "",
13801
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
13802
+ "default": "false",
13803
+ "value": {
13804
+ "kind": "expression",
13805
+ "type": "boolean"
13806
+ },
13807
+ "type": "boolean"
13808
+ },
13427
13809
  {
13428
13810
  "name": "menu-icon",
13429
13811
  "description": "",
@@ -13438,6 +13820,15 @@
13438
13820
  ]
13439
13821
  }
13440
13822
  },
13823
+ {
13824
+ "name": "menu-props",
13825
+ "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`",
13826
+ "doc-url": "https://vuetifyjs.com/api/v-select#props",
13827
+ "value": {
13828
+ "kind": "expression",
13829
+ "type": "object"
13830
+ }
13831
+ },
13441
13832
  {
13442
13833
  "name": "model-value",
13443
13834
  "description": "",
@@ -13482,7 +13873,7 @@
13482
13873
  },
13483
13874
  {
13484
13875
  "name": "items",
13485
- "description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
13876
+ "description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable.",
13486
13877
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
13487
13878
  "default": "[]",
13488
13879
  "value": {
@@ -13584,6 +13975,16 @@
13584
13975
  "name": "argument"
13585
13976
  }
13586
13977
  ]
13978
+ },
13979
+ {
13980
+ "name": "update:menu",
13981
+ "description": "",
13982
+ "doc-url": "https://vuetifyjs.com/api/v-select#events",
13983
+ "arguments": [
13984
+ {
13985
+ "name": "argument"
13986
+ }
13987
+ ]
13587
13988
  }
13588
13989
  ],
13589
13990
  "slots": [],
@@ -14778,6 +15179,15 @@
14778
15179
  "string"
14779
15180
  ]
14780
15181
  }
15182
+ },
15183
+ {
15184
+ "name": "validation-value",
15185
+ "description": "",
15186
+ "doc-url": "https://vuetifyjs.com/api/v-slider#props",
15187
+ "value": {
15188
+ "kind": "expression",
15189
+ "type": "any"
15190
+ }
14781
15191
  }
14782
15192
  ],
14783
15193
  "events": [
@@ -14920,9 +15330,9 @@
14920
15330
  },
14921
15331
  {
14922
15332
  "name": "variant",
14923
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
15333
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
14924
15334
  "doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
14925
- "default": "'contained'",
15335
+ "default": "'elevated'",
14926
15336
  "value": {
14927
15337
  "kind": "expression",
14928
15338
  "type": "string"
@@ -15200,6 +15610,15 @@
15200
15610
  "type": "any"
15201
15611
  }
15202
15612
  },
15613
+ {
15614
+ "name": "validation-value",
15615
+ "description": "",
15616
+ "doc-url": "https://vuetifyjs.com/api/v-switch#props",
15617
+ "value": {
15618
+ "kind": "expression",
15619
+ "type": "any"
15620
+ }
15621
+ },
15203
15622
  {
15204
15623
  "name": "color",
15205
15624
  "description": "",
@@ -16300,6 +16719,15 @@
16300
16719
  "type": "any"
16301
16720
  }
16302
16721
  },
16722
+ {
16723
+ "name": "validation-value",
16724
+ "description": "",
16725
+ "doc-url": "https://vuetifyjs.com/api/v-textarea#props",
16726
+ "value": {
16727
+ "kind": "expression",
16728
+ "type": "any"
16729
+ }
16730
+ },
16303
16731
  {
16304
16732
  "name": "append-inner-icon",
16305
16733
  "description": "",
@@ -16779,6 +17207,15 @@
16779
17207
  "type": "any"
16780
17208
  }
16781
17209
  },
17210
+ {
17211
+ "name": "validation-value",
17212
+ "description": "",
17213
+ "doc-url": "https://vuetifyjs.com/api/v-text-field#props",
17214
+ "value": {
17215
+ "kind": "expression",
17216
+ "type": "any"
17217
+ }
17218
+ },
16782
17219
  {
16783
17220
  "name": "append-inner-icon",
16784
17221
  "description": "",
@@ -17659,9 +18096,9 @@
17659
18096
  },
17660
18097
  {
17661
18098
  "name": "variant",
17662
- "description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**.",
18099
+ "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
17663
18100
  "doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
17664
- "default": "'contained-text'",
18101
+ "default": "'tonal'",
17665
18102
  "value": {
17666
18103
  "kind": "expression",
17667
18104
  "type": "string"
@@ -17886,6 +18323,15 @@
17886
18323
  "kind": "expression",
17887
18324
  "type": "any"
17888
18325
  }
18326
+ },
18327
+ {
18328
+ "name": "validation-value",
18329
+ "description": "",
18330
+ "doc-url": "https://vuetifyjs.com/api/v-validation#props",
18331
+ "value": {
18332
+ "kind": "expression",
18333
+ "type": "any"
18334
+ }
17889
18335
  }
17890
18336
  ],
17891
18337
  "events": [