@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-dev.2024-06-20

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 (101) hide show
  1. package/CHANGELOG.md +14 -6
  2. package/dist/json/attributes.json +293 -121
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/tags.json +49 -6
  6. package/dist/json/web-types.json +610 -221
  7. package/dist/vuetify-labs.css +3356 -3340
  8. package/dist/vuetify-labs.d.ts +840 -564
  9. package/dist/vuetify-labs.esm.js +93 -44
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +93 -44
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +551 -535
  14. package/dist/vuetify.d.ts +763 -565
  15. package/dist/vuetify.esm.js +81 -38
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +81 -38
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +51 -48
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +6 -0
  23. package/lib/components/VAutocomplete/index.d.mts +49 -49
  24. package/lib/components/VAvatar/VAvatar.css +7 -0
  25. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  26. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  27. package/lib/components/VAvatar/VAvatar.sass +1 -0
  28. package/lib/components/VAvatar/_variables.scss +13 -0
  29. package/lib/components/VAvatar/index.d.mts +6 -0
  30. package/lib/components/VBottomSheet/index.d.mts +7 -7
  31. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  32. package/lib/components/VBtn/VBtn.mjs +3 -1
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtn/index.d.mts +6 -0
  35. package/lib/components/VCarousel/index.d.mts +16 -7
  36. package/lib/components/VCheckbox/index.d.mts +6 -6
  37. package/lib/components/VCombobox/index.d.mts +49 -49
  38. package/lib/components/VDialog/index.d.mts +31 -31
  39. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  40. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  41. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  43. package/lib/components/VExpansionPanel/index.d.mts +122 -14
  44. package/lib/components/VFab/VFab.mjs +4 -7
  45. package/lib/components/VFab/VFab.mjs.map +1 -1
  46. package/lib/components/VFab/index.d.mts +52 -49
  47. package/lib/components/VFileInput/index.d.mts +18 -18
  48. package/lib/components/VForm/index.d.mts +9 -9
  49. package/lib/components/VGrid/VContainer.mjs +6 -1
  50. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  51. package/lib/components/VGrid/index.d.mts +36 -0
  52. package/lib/components/VImg/VImg.css +9 -0
  53. package/lib/components/VImg/VImg.mjs +2 -0
  54. package/lib/components/VImg/VImg.mjs.map +1 -1
  55. package/lib/components/VImg/VImg.sass +9 -0
  56. package/lib/components/VImg/index.d.mts +16 -7
  57. package/lib/components/VInput/index.d.mts +6 -6
  58. package/lib/components/VList/VList.mjs +1 -0
  59. package/lib/components/VList/VList.mjs.map +1 -1
  60. package/lib/components/VList/index.d.mts +14 -12
  61. package/lib/components/VMenu/VMenu.mjs +1 -1
  62. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  63. package/lib/components/VMenu/index.d.mts +33 -33
  64. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  65. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  66. package/lib/components/VOverlay/index.d.mts +7 -7
  67. package/lib/components/VRadioGroup/index.d.mts +6 -6
  68. package/lib/components/VRangeSlider/index.d.mts +6 -6
  69. package/lib/components/VSelect/index.d.mts +49 -49
  70. package/lib/components/VSlider/index.d.mts +6 -6
  71. package/lib/components/VSnackbar/index.d.mts +33 -33
  72. package/lib/components/VSpeedDial/index.d.mts +9 -9
  73. package/lib/components/VSwitch/index.d.mts +6 -6
  74. package/lib/components/VTabs/index.d.mts +21 -3
  75. package/lib/components/VTextField/index.d.mts +18 -18
  76. package/lib/components/VTextarea/index.d.mts +18 -18
  77. package/lib/components/VTooltip/index.d.mts +39 -39
  78. package/lib/components/VValidation/index.d.mts +9 -8
  79. package/lib/components/index.d.mts +707 -509
  80. package/lib/composables/scroll.mjs +6 -0
  81. package/lib/composables/scroll.mjs.map +1 -1
  82. package/lib/composables/validation.mjs +8 -6
  83. package/lib/composables/validation.mjs.map +1 -1
  84. package/lib/entry-bundler.mjs +1 -1
  85. package/lib/entry-bundler.mjs.map +1 -1
  86. package/lib/framework.mjs +1 -1
  87. package/lib/framework.mjs.map +1 -1
  88. package/lib/index.d.mts +56 -56
  89. package/lib/labs/VDateInput/index.d.mts +6 -6
  90. package/lib/labs/VNumberInput/index.d.mts +6 -6
  91. package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
  92. package/lib/labs/VStepperVertical/index.d.mts +90 -18
  93. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  94. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  95. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  96. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  97. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  98. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  99. package/lib/labs/VTreeview/index.d.mts +22 -16
  100. package/lib/labs/components.d.mts +166 -88
  101. package/package.json +1 -1
@@ -231,6 +231,10 @@
231
231
  "type": "boolean\n",
232
232
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
233
233
  },
234
+ "VAppBarNavIcon/active-color": {
235
+ "type": "string\n",
236
+ "description": "The applied color when the component is in an active state."
237
+ },
234
238
  "VAppBarNavIcon/base-color": {
235
239
  "type": "string\n",
236
240
  "description": "Sets the color of component when not focused."
@@ -668,7 +672,7 @@
668
672
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
669
673
  },
670
674
  "VAutocomplete/validate-on": {
671
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
675
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
672
676
  "description": "Change what type of event triggers validation to run."
673
677
  },
674
678
  "VAutocomplete/focused": {
@@ -735,6 +739,10 @@
735
739
  "type": "string\n",
736
740
  "description": "Specify content text for the component."
737
741
  },
742
+ "VAvatar/border": {
743
+ "type": "string | number | boolean\n",
744
+ "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
745
+ },
738
746
  "VAvatar/density": {
739
747
  "type": "'default' | 'comfortable' | 'compact'\n",
740
748
  "description": "Adjusts the vertical height used by the component."
@@ -1315,6 +1323,10 @@
1315
1323
  "type": "boolean\n",
1316
1324
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
1317
1325
  },
1326
+ "VBtn/active-color": {
1327
+ "type": "string\n",
1328
+ "description": "The applied color when the component is in an active state."
1329
+ },
1318
1330
  "VBtn/base-color": {
1319
1331
  "type": "string\n",
1320
1332
  "description": "Sets the color of component when not focused."
@@ -2103,6 +2115,10 @@
2103
2115
  "type": "boolean | 'left' | 'right'\n",
2104
2116
  "description": "Displays carousel delimiters vertically."
2105
2117
  },
2118
+ "VCarouselItem/absolute": {
2119
+ "type": "boolean\n",
2120
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
2121
+ },
2106
2122
  "VCarouselItem/alt": {
2107
2123
  "type": "string\n",
2108
2124
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -2320,7 +2336,7 @@
2320
2336
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
2321
2337
  },
2322
2338
  "VCheckbox/validate-on": {
2323
- "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'\n",
2339
+ "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
2324
2340
  "description": "Change what type of event triggers validation to run."
2325
2341
  },
2326
2342
  "VCheckbox/validation-value": {
@@ -3160,7 +3176,7 @@
3160
3176
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
3161
3177
  },
3162
3178
  "VCombobox/validate-on": {
3163
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
3179
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
3164
3180
  "description": "Change what type of event triggers validation to run."
3165
3181
  },
3166
3182
  "VCombobox/focused": {
@@ -3239,6 +3255,30 @@
3239
3255
  "type": "boolean\n",
3240
3256
  "description": "Removes viewport maximum-width size breakpoints."
3241
3257
  },
3258
+ "VContainer/height": {
3259
+ "type": "string | number\n",
3260
+ "description": "Sets the height for the component."
3261
+ },
3262
+ "VContainer/max-height": {
3263
+ "type": "string | number\n",
3264
+ "description": "Sets the maximum height for the component."
3265
+ },
3266
+ "VContainer/max-width": {
3267
+ "type": "string | number\n",
3268
+ "description": "Sets the maximum width for the component."
3269
+ },
3270
+ "VContainer/min-height": {
3271
+ "type": "string | number\n",
3272
+ "description": "Sets the minimum height for the component."
3273
+ },
3274
+ "VContainer/min-width": {
3275
+ "type": "string | number\n",
3276
+ "description": "Sets the minimum width for the component."
3277
+ },
3278
+ "VContainer/width": {
3279
+ "type": "string | number\n",
3280
+ "description": "Sets the width for the component."
3281
+ },
3242
3282
  "VContainer/tag": {
3243
3283
  "type": "string\n",
3244
3284
  "description": "Specify a custom tag used on the root element."
@@ -3633,7 +3673,7 @@
3633
3673
  },
3634
3674
  "VDataTableHeaders/multi-sort": {
3635
3675
  "type": "boolean\n",
3636
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3676
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3637
3677
  },
3638
3678
  "VDataTableHeaders/sort-asc-icon": {
3639
3679
  "type": "any\n",
@@ -3645,7 +3685,7 @@
3645
3685
  },
3646
3686
  "VDataTableHeaders/header-props": {
3647
3687
  "type": "unknown\n",
3648
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3688
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3649
3689
  },
3650
3690
  "VDataTableHeaders/mobile": {
3651
3691
  "type": "boolean\n",
@@ -3661,7 +3701,7 @@
3661
3701
  },
3662
3702
  "VDataTableRow/cell-props": {
3663
3703
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'index' | 'item' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3664
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))"
3704
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))"
3665
3705
  },
3666
3706
  "VDataTableRow/mobile": {
3667
3707
  "type": "boolean\n",
@@ -3721,7 +3761,7 @@
3721
3761
  },
3722
3762
  "VDataTableServer/header-props": {
3723
3763
  "type": "unknown\n",
3724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3764
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3725
3765
  },
3726
3766
  "VDataTableServer/cell-props": {
3727
3767
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
@@ -3777,15 +3817,15 @@
3777
3817
  },
3778
3818
  "VDataTableServer/hide-default-body": {
3779
3819
  "type": "boolean\n",
3780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3820
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
3781
3821
  },
3782
3822
  "VDataTableServer/hide-default-footer": {
3783
3823
  "type": "boolean\n",
3784
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3824
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
3785
3825
  },
3786
3826
  "VDataTableServer/hide-default-header": {
3787
3827
  "type": "boolean\n",
3788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3828
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
3789
3829
  },
3790
3830
  "VDataTableServer/search": {
3791
3831
  "type": "string\n",
@@ -3953,7 +3993,7 @@
3953
3993
  },
3954
3994
  "VDataTableVirtual/header-props": {
3955
3995
  "type": "unknown\n",
3956
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3996
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3957
3997
  },
3958
3998
  "VDataTableVirtual/cell-props": {
3959
3999
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
@@ -3997,15 +4037,15 @@
3997
4037
  },
3998
4038
  "VDataTableVirtual/hide-default-body": {
3999
4039
  "type": "boolean\n",
4000
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4040
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4001
4041
  },
4002
4042
  "VDataTableVirtual/hide-default-footer": {
4003
4043
  "type": "boolean\n",
4004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4044
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4005
4045
  },
4006
4046
  "VDataTableVirtual/hide-default-header": {
4007
4047
  "type": "boolean\n",
4008
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
4048
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
4009
4049
  },
4010
4050
  "VDataTableVirtual/search": {
4011
4051
  "type": "string\n",
@@ -4149,7 +4189,7 @@
4149
4189
  },
4150
4190
  "VDateInput/hide-actions": {
4151
4191
  "type": "boolean\n",
4152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDateInput.json))"
4192
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
4153
4193
  },
4154
4194
  "VDateInput/focused": {
4155
4195
  "type": "boolean\n",
@@ -4316,7 +4356,7 @@
4316
4356
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
4317
4357
  },
4318
4358
  "VDateInput/validate-on": {
4319
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
4359
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
4320
4360
  "description": "Change what type of event triggers validation to run."
4321
4361
  },
4322
4362
  "VDateInput/validation-value": {
@@ -4677,15 +4717,15 @@
4677
4717
  },
4678
4718
  "VDatePickerControls/next-icon": {
4679
4719
  "type": "string\n",
4680
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4720
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4681
4721
  },
4682
4722
  "VDatePickerControls/prev-icon": {
4683
4723
  "type": "string\n",
4684
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4724
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4685
4725
  },
4686
4726
  "VDatePickerControls/mode-icon": {
4687
4727
  "type": "string\n",
4688
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4728
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4689
4729
  },
4690
4730
  "VDatePickerControls/text": {
4691
4731
  "type": "string\n",
@@ -4693,7 +4733,7 @@
4693
4733
  },
4694
4734
  "VDatePickerControls/view-mode": {
4695
4735
  "type": "'month' | 'months' | 'year'\n",
4696
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4736
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4697
4737
  },
4698
4738
  "VDatePickerHeader/append-icon": {
4699
4739
  "type": "string\n",
@@ -4705,11 +4745,11 @@
4705
4745
  },
4706
4746
  "VDatePickerHeader/header": {
4707
4747
  "type": "string\n",
4708
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4748
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4709
4749
  },
4710
4750
  "VDatePickerHeader/transition": {
4711
4751
  "type": "string\n",
4712
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4752
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4713
4753
  },
4714
4754
  "VDatePickerMonth/color": {
4715
4755
  "type": "string\n",
@@ -4721,7 +4761,7 @@
4721
4761
  },
4722
4762
  "VDatePickerMonth/show-week": {
4723
4763
  "type": "boolean\n",
4724
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4764
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4725
4765
  },
4726
4766
  "VDatePickerMonth/transition": {
4727
4767
  "type": "string\n",
@@ -4741,7 +4781,7 @@
4741
4781
  },
4742
4782
  "VDatePickerMonth/show-adjacent-months": {
4743
4783
  "type": "boolean\n",
4744
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4784
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4745
4785
  },
4746
4786
  "VDatePickerMonth/year": {
4747
4787
  "type": "string | number\n",
@@ -4757,7 +4797,7 @@
4757
4797
  },
4758
4798
  "VDatePickerMonth/allowed-dates": {
4759
4799
  "type": "unknown[] | ((date: unknown) => boolean)\n",
4760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4800
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4761
4801
  },
4762
4802
  "VDatePickerMonth/display-value": {
4763
4803
  "type": "unknown\n",
@@ -4769,15 +4809,15 @@
4769
4809
  },
4770
4810
  "VDatePickerMonth/max": {
4771
4811
  "type": "unknown\n",
4772
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4812
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4773
4813
  },
4774
4814
  "VDatePickerMonth/min": {
4775
4815
  "type": "unknown\n",
4776
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4777
4817
  },
4778
4818
  "VDatePickerMonth/multiple": {
4779
4819
  "type": "number | boolean | 'range' | (string & {})\n",
4780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4820
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4781
4821
  },
4782
4822
  "VDatePickerMonths/color": {
4783
4823
  "type": "string\n",
@@ -4793,15 +4833,15 @@
4793
4833
  },
4794
4834
  "VDatePickerMonths/year": {
4795
4835
  "type": "number\n",
4796
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4836
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4797
4837
  },
4798
4838
  "VDatePickerMonths/min": {
4799
4839
  "type": "unknown\n",
4800
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4840
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4801
4841
  },
4802
4842
  "VDatePickerMonths/max": {
4803
4843
  "type": "unknown\n",
4804
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4844
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
4805
4845
  },
4806
4846
  "VDatePickerYears/color": {
4807
4847
  "type": "string\n",
@@ -4817,11 +4857,11 @@
4817
4857
  },
4818
4858
  "VDatePickerYears/min": {
4819
4859
  "type": "unknown\n",
4820
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4860
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4821
4861
  },
4822
4862
  "VDatePickerYears/max": {
4823
4863
  "type": "unknown\n",
4824
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4864
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4825
4865
  },
4826
4866
  "VDefaultsProvider/disabled": {
4827
4867
  "type": "boolean\n",
@@ -5049,7 +5089,7 @@
5049
5089
  },
5050
5090
  "VDialogTransition/target": {
5051
5091
  "type": "HTMLElement | [number, number]\n",
5052
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
5092
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))"
5053
5093
  },
5054
5094
  "VDivider/length": {
5055
5095
  "type": "string | number\n",
@@ -5241,7 +5281,7 @@
5241
5281
  },
5242
5282
  "VExpansionPanel/focusable": {
5243
5283
  "type": "boolean\n",
5244
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5284
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5245
5285
  },
5246
5286
  "VExpansionPanel/static": {
5247
5287
  "type": "boolean\n",
@@ -5255,6 +5295,30 @@
5255
5295
  "type": "boolean\n",
5256
5296
  "description": "Makes the expansion-panel content read only."
5257
5297
  },
5298
+ "VExpansionPanel/height": {
5299
+ "type": "string | number\n",
5300
+ "description": "Sets the height for the component."
5301
+ },
5302
+ "VExpansionPanel/max-height": {
5303
+ "type": "string | number\n",
5304
+ "description": "Sets the maximum height for the component."
5305
+ },
5306
+ "VExpansionPanel/max-width": {
5307
+ "type": "string | number\n",
5308
+ "description": "Sets the maximum width for the component."
5309
+ },
5310
+ "VExpansionPanel/min-height": {
5311
+ "type": "string | number\n",
5312
+ "description": "Sets the minimum height for the component."
5313
+ },
5314
+ "VExpansionPanel/min-width": {
5315
+ "type": "string | number\n",
5316
+ "description": "Sets the minimum width for the component."
5317
+ },
5318
+ "VExpansionPanel/width": {
5319
+ "type": "string | number\n",
5320
+ "description": "Sets the width for the component."
5321
+ },
5258
5322
  "VExpansionPanel/eager": {
5259
5323
  "type": "boolean\n",
5260
5324
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -5281,7 +5345,7 @@
5281
5345
  },
5282
5346
  "VExpansionPanelTitle/focusable": {
5283
5347
  "type": "boolean\n",
5284
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5348
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5285
5349
  },
5286
5350
  "VExpansionPanelTitle/static": {
5287
5351
  "type": "boolean\n",
@@ -5293,7 +5357,31 @@
5293
5357
  },
5294
5358
  "VExpansionPanelTitle/readonly": {
5295
5359
  "type": "boolean\n",
5296
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5360
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
5361
+ },
5362
+ "VExpansionPanelTitle/height": {
5363
+ "type": "string | number\n",
5364
+ "description": "Sets the height for the component."
5365
+ },
5366
+ "VExpansionPanelTitle/max-height": {
5367
+ "type": "string | number\n",
5368
+ "description": "Sets the maximum height for the component."
5369
+ },
5370
+ "VExpansionPanelTitle/max-width": {
5371
+ "type": "string | number\n",
5372
+ "description": "Sets the maximum width for the component."
5373
+ },
5374
+ "VExpansionPanelTitle/min-height": {
5375
+ "type": "string | number\n",
5376
+ "description": "Sets the minimum height for the component."
5377
+ },
5378
+ "VExpansionPanelTitle/min-width": {
5379
+ "type": "string | number\n",
5380
+ "description": "Sets the minimum width for the component."
5381
+ },
5382
+ "VExpansionPanelTitle/width": {
5383
+ "type": "string | number\n",
5384
+ "description": "Sets the width for the component."
5297
5385
  },
5298
5386
  "VExpansionPanels/flat": {
5299
5387
  "type": "boolean\n",
@@ -5387,6 +5475,30 @@
5387
5475
  "type": "boolean\n",
5388
5476
  "description": "Makes the entire expansion-panel read only."
5389
5477
  },
5478
+ "VExpansionPanels/height": {
5479
+ "type": "string | number\n",
5480
+ "description": "Sets the height for the component."
5481
+ },
5482
+ "VExpansionPanels/max-height": {
5483
+ "type": "string | number\n",
5484
+ "description": "Sets the maximum height for the component."
5485
+ },
5486
+ "VExpansionPanels/max-width": {
5487
+ "type": "string | number\n",
5488
+ "description": "Sets the maximum width for the component."
5489
+ },
5490
+ "VExpansionPanels/min-height": {
5491
+ "type": "string | number\n",
5492
+ "description": "Sets the minimum height for the component."
5493
+ },
5494
+ "VExpansionPanels/min-width": {
5495
+ "type": "string | number\n",
5496
+ "description": "Sets the minimum width for the component."
5497
+ },
5498
+ "VExpansionPanels/width": {
5499
+ "type": "string | number\n",
5500
+ "description": "Sets the width for the component."
5501
+ },
5390
5502
  "VExpansionPanels/eager": {
5391
5503
  "type": "boolean\n",
5392
5504
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -5423,10 +5535,6 @@
5423
5535
  "type": "boolean\n",
5424
5536
  "description": "If true, will effect layout dimensions based on size and position."
5425
5537
  },
5426
- "VFab/location": {
5427
- "type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
5428
- "description": "The location of the fab relative to the layout. Only works when using **app**."
5429
- },
5430
5538
  "VFab/offset": {
5431
5539
  "type": "boolean\n",
5432
5540
  "description": "Translates the Fab up or down, depending on if location is set to **top** or **bottom**."
@@ -5439,6 +5547,10 @@
5439
5547
  "type": "boolean\n",
5440
5548
  "description": "Controls the **active** state of the item. This is typically used to highlight the component."
5441
5549
  },
5550
+ "VFab/active-color": {
5551
+ "type": "string\n",
5552
+ "description": "The applied color when the component is in an active state."
5553
+ },
5442
5554
  "VFab/base-color": {
5443
5555
  "type": "string\n",
5444
5556
  "description": "Sets the color of component when not focused."
@@ -5527,6 +5639,10 @@
5527
5639
  "type": "string | boolean\n",
5528
5640
  "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
5529
5641
  },
5642
+ "VFab/location": {
5643
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
5644
+ "description": "The location of the fab relative to the layout. Only works when using **app**."
5645
+ },
5530
5646
  "VFab/position": {
5531
5647
  "type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
5532
5648
  "description": "Sets the position for the component."
@@ -5876,7 +5992,7 @@
5876
5992
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
5877
5993
  },
5878
5994
  "VFileInput/validate-on": {
5879
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
5995
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
5880
5996
  "description": "Change what type of event triggers validation to run."
5881
5997
  },
5882
5998
  "VFileInput/validation-value": {
@@ -6016,7 +6132,7 @@
6016
6132
  "description": "Puts all children inputs into a readonly state."
6017
6133
  },
6018
6134
  "VForm/validate-on": {
6019
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
6135
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
6020
6136
  "description": "Changes the events in which validation occurs."
6021
6137
  },
6022
6138
  "VHover/disabled": {
@@ -6067,6 +6183,10 @@
6067
6183
  "type": "string\n",
6068
6184
  "description": "Specify a theme for this component and all of its children."
6069
6185
  },
6186
+ "VImg/absolute": {
6187
+ "type": "boolean\n",
6188
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
6189
+ },
6070
6190
  "VImg/alt": {
6071
6191
  "type": "string\n",
6072
6192
  "description": "Alternate text for screen readers. Leave empty for decorative images."
@@ -6320,7 +6440,7 @@
6320
6440
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
6321
6441
  },
6322
6442
  "VInput/validate-on": {
6323
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
6443
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
6324
6444
  "description": "Change what type of event triggers validation to run."
6325
6445
  },
6326
6446
  "VInput/validation-value": {
@@ -6425,7 +6545,7 @@
6425
6545
  },
6426
6546
  "VLayoutItem/position": {
6427
6547
  "type": "'top' | 'right' | 'bottom' | 'left'\n",
6428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLayoutItem.json))"
6548
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))"
6429
6549
  },
6430
6550
  "VLayoutItem/size": {
6431
6551
  "type": "string | number\n",
@@ -6517,11 +6637,11 @@
6517
6637
  },
6518
6638
  "VList/expand-icon": {
6519
6639
  "type": "string\n",
6520
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
6640
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
6521
6641
  },
6522
6642
  "VList/collapse-icon": {
6523
6643
  "type": "string\n",
6524
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
6644
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
6525
6645
  },
6526
6646
  "VList/lines": {
6527
6647
  "type": "false | 'one' | 'two' | 'three'\n",
@@ -6537,11 +6657,11 @@
6537
6657
  },
6538
6658
  "VList/activatable": {
6539
6659
  "type": "boolean\n",
6540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
6660
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))"
6541
6661
  },
6542
6662
  "VList/selectable": {
6543
6663
  "type": "boolean\n",
6544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
6664
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))"
6545
6665
  },
6546
6666
  "VList/opened": {
6547
6667
  "type": "unknown\n",
@@ -6693,7 +6813,7 @@
6693
6813
  },
6694
6814
  "VListGroup/fluid": {
6695
6815
  "type": "boolean\n",
6696
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
6816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
6697
6817
  },
6698
6818
  "VListGroup/subgroup": {
6699
6819
  "type": "boolean\n",
@@ -6757,7 +6877,7 @@
6757
6877
  },
6758
6878
  "VListItem/nav": {
6759
6879
  "type": "boolean\n",
6760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6880
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6761
6881
  },
6762
6882
  "VListItem/prepend-avatar": {
6763
6883
  "type": "string\n",
@@ -6777,7 +6897,7 @@
6777
6897
  },
6778
6898
  "VListItem/slim": {
6779
6899
  "type": "boolean\n",
6780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6900
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6781
6901
  },
6782
6902
  "VListItem/border": {
6783
6903
  "type": "string | number | boolean\n",
@@ -6857,7 +6977,7 @@
6857
6977
  },
6858
6978
  "VListItem/lines": {
6859
6979
  "type": "false | 'one' | 'two' | 'three'\n",
6860
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6980
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6861
6981
  },
6862
6982
  "VListItemAction/start": {
6863
6983
  "type": "boolean\n",
@@ -6901,11 +7021,11 @@
6901
7021
  },
6902
7022
  "VListSubheader/inset": {
6903
7023
  "type": "boolean\n",
6904
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))"
7024
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
6905
7025
  },
6906
7026
  "VListSubheader/sticky": {
6907
7027
  "type": "boolean\n",
6908
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))"
7028
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
6909
7029
  },
6910
7030
  "VListSubheader/title": {
6911
7031
  "type": "string\n",
@@ -6917,11 +7037,11 @@
6917
7037
  },
6918
7038
  "VLocaleProvider/locale": {
6919
7039
  "type": "string\n",
6920
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
7040
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6921
7041
  },
6922
7042
  "VLocaleProvider/fallback-locale": {
6923
7043
  "type": "string\n",
6924
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
7044
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6925
7045
  },
6926
7046
  "VLocaleProvider/messages": {
6927
7047
  "type": "unknown\n",
@@ -6929,11 +7049,11 @@
6929
7049
  },
6930
7050
  "VLocaleProvider/rtl": {
6931
7051
  "type": "boolean\n",
6932
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
7052
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6933
7053
  },
6934
7054
  "VMain/scrollable": {
6935
7055
  "type": "boolean\n",
6936
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMain.json))"
7056
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))"
6937
7057
  },
6938
7058
  "VMain/height": {
6939
7059
  "type": "string | number\n",
@@ -7189,7 +7309,7 @@
7189
7309
  },
7190
7310
  "VNavigationDrawer/sticky": {
7191
7311
  "type": "boolean\n",
7192
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
7312
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
7193
7313
  },
7194
7314
  "VNavigationDrawer/border": {
7195
7315
  "type": "string | number | boolean\n",
@@ -7257,19 +7377,19 @@
7257
7377
  },
7258
7378
  "VNumberInput/control-variant": {
7259
7379
  "type": "'default' | 'stacked' | 'split'\n",
7260
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7380
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7261
7381
  },
7262
7382
  "VNumberInput/inset": {
7263
7383
  "type": "boolean\n",
7264
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7384
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7265
7385
  },
7266
7386
  "VNumberInput/hide-input": {
7267
7387
  "type": "boolean\n",
7268
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7388
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7269
7389
  },
7270
7390
  "VNumberInput/min": {
7271
7391
  "type": "number\n",
7272
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7392
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7273
7393
  },
7274
7394
  "VNumberInput/type": {
7275
7395
  "type": "string\n",
@@ -7277,11 +7397,11 @@
7277
7397
  },
7278
7398
  "VNumberInput/max": {
7279
7399
  "type": "number\n",
7280
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7400
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7281
7401
  },
7282
7402
  "VNumberInput/step": {
7283
7403
  "type": "number\n",
7284
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNumberInput.json))"
7404
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))"
7285
7405
  },
7286
7406
  "VNumberInput/autofocus": {
7287
7407
  "type": "boolean\n",
@@ -7404,7 +7524,7 @@
7404
7524
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
7405
7525
  },
7406
7526
  "VNumberInput/validate-on": {
7407
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
7527
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
7408
7528
  "description": "Change what type of event triggers validation to run."
7409
7529
  },
7410
7530
  "VNumberInput/validation-value": {
@@ -7837,7 +7957,7 @@
7837
7957
  },
7838
7958
  "VParallax/scale": {
7839
7959
  "type": "string | number\n",
7840
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))"
7960
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))"
7841
7961
  },
7842
7962
  "VPicker/title": {
7843
7963
  "type": "string\n",
@@ -8049,7 +8169,7 @@
8049
8169
  },
8050
8170
  "VPullToRefresh/pull-down-threshold": {
8051
8171
  "type": "number\n",
8052
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPullToRefresh.json))"
8172
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))"
8053
8173
  },
8054
8174
  "VRadio/label": {
8055
8175
  "type": "string\n",
@@ -8240,7 +8360,7 @@
8240
8360
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8241
8361
  },
8242
8362
  "VRadioGroup/validate-on": {
8243
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
8363
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
8244
8364
  "description": "Change what type of event triggers validation to run."
8245
8365
  },
8246
8366
  "VRadioGroup/validation-value": {
@@ -8384,7 +8504,7 @@
8384
8504
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8385
8505
  },
8386
8506
  "VRangeSlider/validate-on": {
8387
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
8507
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
8388
8508
  "description": "Change what type of event triggers validation to run."
8389
8509
  },
8390
8510
  "VRangeSlider/validation-value": {
@@ -8477,7 +8597,7 @@
8477
8597
  },
8478
8598
  "VRating/item-aria-label": {
8479
8599
  "type": "string\n",
8480
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VRating.json))"
8600
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))"
8481
8601
  },
8482
8602
  "VRating/active-color": {
8483
8603
  "type": "string\n",
@@ -9040,7 +9160,7 @@
9040
9160
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
9041
9161
  },
9042
9162
  "VSelect/validate-on": {
9043
- "type": " | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n",
9163
+ "type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
9044
9164
  "description": "Change what type of event triggers validation to run."
9045
9165
  },
9046
9166
  "VSelect/focused": {
@@ -9317,7 +9437,7 @@
9317
9437
  },
9318
9438
  "VSkeletonLoader/loading-text": {
9319
9439
  "type": "string\n",
9320
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VSkeletonLoader.json))"
9440
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))"
9321
9441
  },
9322
9442
  "VSkeletonLoader/type": {
9323
9443
  "type": " | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n | (\n | 'avatar'\n | 'button'\n | 'chip'\n | 'divider'\n | 'heading'\n | 'image'\n | 'text'\n | 'sentences'\n | 'paragraph'\n | 'ossein'\n | 'actions'\n | 'article'\n | 'card'\n | 'card-avatar'\n | 'date-picker'\n | 'date-picker-options'\n | 'date-picker-days'\n | 'list-item'\n | 'list-item-avatar'\n | 'list-item-two-line'\n | 'list-item-avatar-two-line'\n | 'list-item-three-line'\n | 'list-item-avatar-three-line'\n | 'subtitle'\n | 'table'\n | 'table-heading'\n | 'table-thead'\n | 'table-tbody'\n | 'table-row-divider'\n | 'table-row'\n | 'table-tfoot'\n | (string & {})\n )[]\n",
@@ -9692,7 +9812,7 @@
9692
9812
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9693
9813
  },
9694
9814
  "VSlider/validate-on": {
9695
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
9815
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
9696
9816
  "description": "Change what type of event triggers validation to run."
9697
9817
  },
9698
9818
  "VSlider/validation-value": {
@@ -10101,11 +10221,11 @@
10101
10221
  },
10102
10222
  "VSparkline/id": {
10103
10223
  "type": "string\n",
10104
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
10224
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
10105
10225
  },
10106
10226
  "VSparkline/item-value": {
10107
10227
  "type": "string\n",
10108
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
10228
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
10109
10229
  },
10110
10230
  "VSparkline/model-value": {
10111
10231
  "type": "(number | { value: number })[]\n",
@@ -10113,11 +10233,11 @@
10113
10233
  },
10114
10234
  "VSparkline/min": {
10115
10235
  "type": "string | number\n",
10116
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
10236
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
10117
10237
  },
10118
10238
  "VSparkline/max": {
10119
10239
  "type": "string | number\n",
10120
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
10240
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
10121
10241
  },
10122
10242
  "VSparkline/padding": {
10123
10243
  "type": "string | number\n",
@@ -10297,11 +10417,11 @@
10297
10417
  },
10298
10418
  "VStepper/complete-icon": {
10299
10419
  "type": "string\n",
10300
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10420
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10301
10421
  },
10302
10422
  "VStepper/edit-icon": {
10303
10423
  "type": "string\n",
10304
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10424
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10305
10425
  },
10306
10426
  "VStepper/editable": {
10307
10427
  "type": "boolean\n",
@@ -10309,7 +10429,7 @@
10309
10429
  },
10310
10430
  "VStepper/error-icon": {
10311
10431
  "type": "string\n",
10312
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10432
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10313
10433
  },
10314
10434
  "VStepper/hide-actions": {
10315
10435
  "type": "boolean\n",
@@ -10537,11 +10657,11 @@
10537
10657
  },
10538
10658
  "VStepperVertical/complete-icon": {
10539
10659
  "type": "string\n",
10540
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10660
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10541
10661
  },
10542
10662
  "VStepperVertical/edit-icon": {
10543
10663
  "type": "string\n",
10544
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10664
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10545
10665
  },
10546
10666
  "VStepperVertical/editable": {
10547
10667
  "type": "boolean\n",
@@ -10549,7 +10669,7 @@
10549
10669
  },
10550
10670
  "VStepperVertical/error-icon": {
10551
10671
  "type": "string\n",
10552
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Stepper.json))"
10672
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
10553
10673
  },
10554
10674
  "VStepperVertical/hide-actions": {
10555
10675
  "type": "boolean\n",
@@ -10651,6 +10771,30 @@
10651
10771
  "type": "boolean\n",
10652
10772
  "description": "Makes the expansion-panel content read only."
10653
10773
  },
10774
+ "VStepperVertical/height": {
10775
+ "type": "string | number\n",
10776
+ "description": "Sets the height for the component."
10777
+ },
10778
+ "VStepperVertical/max-height": {
10779
+ "type": "string | number\n",
10780
+ "description": "Sets the maximum height for the component."
10781
+ },
10782
+ "VStepperVertical/max-width": {
10783
+ "type": "string | number\n",
10784
+ "description": "Sets the maximum width for the component."
10785
+ },
10786
+ "VStepperVertical/min-height": {
10787
+ "type": "string | number\n",
10788
+ "description": "Sets the minimum height for the component."
10789
+ },
10790
+ "VStepperVertical/min-width": {
10791
+ "type": "string | number\n",
10792
+ "description": "Sets the minimum width for the component."
10793
+ },
10794
+ "VStepperVertical/width": {
10795
+ "type": "string | number\n",
10796
+ "description": "Sets the width for the component."
10797
+ },
10654
10798
  "VStepperVertical/eager": {
10655
10799
  "type": "boolean\n",
10656
10800
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -10777,7 +10921,7 @@
10777
10921
  },
10778
10922
  "VStepperVerticalItem/focusable": {
10779
10923
  "type": "boolean\n",
10780
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
10924
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
10781
10925
  },
10782
10926
  "VStepperVerticalItem/static": {
10783
10927
  "type": "boolean\n",
@@ -10787,6 +10931,30 @@
10787
10931
  "type": "boolean\n",
10788
10932
  "description": "Makes the expansion-panel content read only."
10789
10933
  },
10934
+ "VStepperVerticalItem/height": {
10935
+ "type": "string | number\n",
10936
+ "description": "Sets the height for the component."
10937
+ },
10938
+ "VStepperVerticalItem/max-height": {
10939
+ "type": "string | number\n",
10940
+ "description": "Sets the maximum height for the component."
10941
+ },
10942
+ "VStepperVerticalItem/max-width": {
10943
+ "type": "string | number\n",
10944
+ "description": "Sets the maximum width for the component."
10945
+ },
10946
+ "VStepperVerticalItem/min-height": {
10947
+ "type": "string | number\n",
10948
+ "description": "Sets the minimum height for the component."
10949
+ },
10950
+ "VStepperVerticalItem/min-width": {
10951
+ "type": "string | number\n",
10952
+ "description": "Sets the minimum width for the component."
10953
+ },
10954
+ "VStepperVerticalItem/width": {
10955
+ "type": "string | number\n",
10956
+ "description": "Sets the width for the component."
10957
+ },
10790
10958
  "VStepperVerticalItem/eager": {
10791
10959
  "type": "boolean\n",
10792
10960
  "description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
@@ -10964,7 +11132,7 @@
10964
11132
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
10965
11133
  },
10966
11134
  "VSwitch/validate-on": {
10967
- "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'\n",
11135
+ "type": " | 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
10968
11136
  "description": "Change what type of event triggers validation to run."
10969
11137
  },
10970
11138
  "VSwitch/validation-value": {
@@ -11087,6 +11255,10 @@
11087
11255
  "type": "'horizontal' | 'vertical'\n",
11088
11256
  "description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
11089
11257
  },
11258
+ "VTab/active-color": {
11259
+ "type": "string\n",
11260
+ "description": "The applied color when the component is in an active state."
11261
+ },
11090
11262
  "VTab/base-color": {
11091
11263
  "type": "string\n",
11092
11264
  "description": "Sets the color of component when not focused."
@@ -11540,7 +11712,7 @@
11540
11712
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11541
11713
  },
11542
11714
  "VTextField/validate-on": {
11543
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
11715
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
11544
11716
  "description": "Change what type of event triggers validation to run."
11545
11717
  },
11546
11718
  "VTextField/validation-value": {
@@ -11641,7 +11813,7 @@
11641
11813
  },
11642
11814
  "VTextarea/autofocus": {
11643
11815
  "type": "boolean\n",
11644
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTextarea.json))"
11816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))"
11645
11817
  },
11646
11818
  "VTextarea/prefix": {
11647
11819
  "type": "string\n",
@@ -11768,7 +11940,7 @@
11768
11940
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
11769
11941
  },
11770
11942
  "VTextarea/validate-on": {
11771
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
11943
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
11772
11944
  "description": "Change what type of event triggers validation to run."
11773
11945
  },
11774
11946
  "VTextarea/validation-value": {
@@ -11853,7 +12025,7 @@
11853
12025
  },
11854
12026
  "VThemeProvider/with-background": {
11855
12027
  "type": "boolean\n",
11856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VThemeProvider.json))"
12028
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))"
11857
12029
  },
11858
12030
  "VThemeProvider/theme": {
11859
12031
  "type": "string\n",
@@ -11897,7 +12069,7 @@
11897
12069
  },
11898
12070
  "VTimePicker/use-seconds": {
11899
12071
  "type": "boolean\n",
11900
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePicker.json))"
12072
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))"
11901
12073
  },
11902
12074
  "VTimePicker/bg-color": {
11903
12075
  "type": "string\n",
@@ -11985,7 +12157,7 @@
11985
12157
  },
11986
12158
  "VTimePickerClock/ampm": {
11987
12159
  "type": "boolean\n",
11988
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12160
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
11989
12161
  },
11990
12162
  "VTimePickerClock/color": {
11991
12163
  "type": "string\n",
@@ -11997,39 +12169,39 @@
11997
12169
  },
11998
12170
  "VTimePickerClock/displayed-value": {
11999
12171
  "type": "any\n",
12000
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12172
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12001
12173
  },
12002
12174
  "VTimePickerClock/double": {
12003
12175
  "type": "boolean\n",
12004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12176
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12005
12177
  },
12006
12178
  "VTimePickerClock/format": {
12007
12179
  "type": "Function\n",
12008
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12180
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12009
12181
  },
12010
12182
  "VTimePickerClock/max": {
12011
12183
  "type": "number\n",
12012
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12184
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12013
12185
  },
12014
12186
  "VTimePickerClock/min": {
12015
12187
  "type": "number\n",
12016
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12188
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12017
12189
  },
12018
12190
  "VTimePickerClock/scrollable": {
12019
12191
  "type": "boolean\n",
12020
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12192
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12021
12193
  },
12022
12194
  "VTimePickerClock/readonly": {
12023
12195
  "type": "boolean\n",
12024
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12196
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12025
12197
  },
12026
12198
  "VTimePickerClock/rotate": {
12027
12199
  "type": "number\n",
12028
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12200
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12029
12201
  },
12030
12202
  "VTimePickerClock/step": {
12031
12203
  "type": "number\n",
12032
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12204
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12033
12205
  },
12034
12206
  "VTimePickerClock/model-value": {
12035
12207
  "type": "number\n",
@@ -12037,15 +12209,15 @@
12037
12209
  },
12038
12210
  "VTimePickerClock/allowed-values": {
12039
12211
  "type": "(value: number) => boolean\n",
12040
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12212
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
12041
12213
  },
12042
12214
  "VTimePickerControls/ampm": {
12043
12215
  "type": "boolean\n",
12044
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12216
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12045
12217
  },
12046
12218
  "VTimePickerControls/ampm-readonly": {
12047
12219
  "type": "boolean\n",
12048
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12220
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12049
12221
  },
12050
12222
  "VTimePickerControls/color": {
12051
12223
  "type": "string\n",
@@ -12057,35 +12229,35 @@
12057
12229
  },
12058
12230
  "VTimePickerControls/hour": {
12059
12231
  "type": "number\n",
12060
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12232
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12061
12233
  },
12062
12234
  "VTimePickerControls/minute": {
12063
12235
  "type": "number\n",
12064
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12236
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12065
12237
  },
12066
12238
  "VTimePickerControls/second": {
12067
12239
  "type": "number\n",
12068
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12240
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12069
12241
  },
12070
12242
  "VTimePickerControls/period": {
12071
12243
  "type": "string\n",
12072
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12244
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12073
12245
  },
12074
12246
  "VTimePickerControls/readonly": {
12075
12247
  "type": "boolean\n",
12076
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12248
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12077
12249
  },
12078
12250
  "VTimePickerControls/use-seconds": {
12079
12251
  "type": "boolean\n",
12080
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12252
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12081
12253
  },
12082
12254
  "VTimePickerControls/selecting": {
12083
12255
  "type": "number\n",
12084
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12256
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12085
12257
  },
12086
12258
  "VTimePickerControls/value": {
12087
12259
  "type": "number\n",
12088
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12260
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12089
12261
  },
12090
12262
  "VTimeline/justify": {
12091
12263
  "type": "string\n",
@@ -12529,7 +12701,7 @@
12529
12701
  },
12530
12702
  "VTreeview/collapse-icon": {
12531
12703
  "type": "string\n",
12532
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
12704
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
12533
12705
  },
12534
12706
  "VTreeview/lines": {
12535
12707
  "type": "false | 'one' | 'two' | 'three'\n",
@@ -12685,7 +12857,7 @@
12685
12857
  },
12686
12858
  "VTreeviewGroup/fluid": {
12687
12859
  "type": "boolean\n",
12688
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
12860
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
12689
12861
  },
12690
12862
  "VTreeviewGroup/title": {
12691
12863
  "type": "string\n",
@@ -12709,11 +12881,11 @@
12709
12881
  },
12710
12882
  "VTreeviewItem/loading": {
12711
12883
  "type": "boolean\n",
12712
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12884
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12713
12885
  },
12714
12886
  "VTreeviewItem/toggle-icon": {
12715
12887
  "type": "any\n",
12716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12888
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))"
12717
12889
  },
12718
12890
  "VTreeviewItem/active": {
12719
12891
  "type": "boolean\n",
@@ -12749,7 +12921,7 @@
12749
12921
  },
12750
12922
  "VTreeviewItem/nav": {
12751
12923
  "type": "boolean\n",
12752
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
12924
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
12753
12925
  },
12754
12926
  "VTreeviewItem/prepend-avatar": {
12755
12927
  "type": "string\n",
@@ -12769,7 +12941,7 @@
12769
12941
  },
12770
12942
  "VTreeviewItem/slim": {
12771
12943
  "type": "boolean\n",
12772
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
12944
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
12773
12945
  },
12774
12946
  "VTreeviewItem/border": {
12775
12947
  "type": "string | number | boolean\n",
@@ -12849,7 +13021,7 @@
12849
13021
  },
12850
13022
  "VTreeviewItem/lines": {
12851
13023
  "type": "false | 'one' | 'two' | 'three'\n",
12852
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
13024
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
12853
13025
  },
12854
13026
  "VValidation/disabled": {
12855
13027
  "type": "boolean\n",
@@ -12888,7 +13060,7 @@
12888
13060
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
12889
13061
  },
12890
13062
  "VValidation/validate-on": {
12891
- "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
13063
+ "type": " | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'\n",
12892
13064
  "description": "Change what type of event triggers validation to run."
12893
13065
  },
12894
13066
  "VValidation/validation-value": {