@vuetify/nightly 3.5.7-master.2024-03-05 → 3.5.8-dev.2024-03-13

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 +11 -7
  2. package/dist/json/attributes.json +229 -77
  3. package/dist/json/importMap-labs.json +4 -0
  4. package/dist/json/importMap.json +136 -136
  5. package/dist/json/tags.json +43 -0
  6. package/dist/json/web-types.json +539 -144
  7. package/dist/vuetify-labs.css +4771 -4747
  8. package/dist/vuetify-labs.d.ts +787 -147
  9. package/dist/vuetify-labs.esm.js +168 -76
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +167 -75
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +586 -570
  14. package/dist/vuetify.d.ts +264 -186
  15. package/dist/vuetify.esm.js +119 -74
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +118 -73
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +931 -927
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.mts +5 -2
  23. package/lib/blueprints/md1.d.mts +5 -2
  24. package/lib/blueprints/md2.d.mts +5 -2
  25. package/lib/blueprints/md3.d.mts +5 -2
  26. package/lib/components/VApp/VApp.mjs +5 -2
  27. package/lib/components/VApp/VApp.mjs.map +1 -1
  28. package/lib/components/VApp/index.d.mts +6 -6
  29. package/lib/components/VAppBar/VAppBar.mjs +5 -5
  30. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  31. package/lib/components/VAppBar/index.d.mts +2 -2
  32. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -3
  33. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  34. package/lib/components/VBottomNavigation/index.d.mts +2 -2
  35. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  36. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  37. package/lib/components/VFooter/VFooter.mjs +3 -2
  38. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  39. package/lib/components/VForm/index.d.mts +21 -0
  40. package/lib/components/VInput/VInput.sass +1 -1
  41. package/lib/components/VInput/_variables.scss +1 -0
  42. package/lib/components/VLabel/VLabel.sass +1 -1
  43. package/lib/components/VLabel/_variables.scss +1 -0
  44. package/lib/components/VLayout/VLayout.mjs +5 -2
  45. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  46. package/lib/components/VLayout/VLayoutItem.mjs +6 -4
  47. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  48. package/lib/components/VLayout/index.d.mts +9 -9
  49. package/lib/components/VMain/VMain.mjs +3 -2
  50. package/lib/components/VMain/VMain.mjs.map +1 -1
  51. package/lib/components/VMain/index.d.mts +2 -2
  52. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -7
  53. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  54. package/lib/components/VSnackbar/VSnackbar.mjs +4 -2
  55. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  56. package/lib/components/VSnackbar/index.d.mts +147 -119
  57. package/lib/components/index.d.mts +207 -140
  58. package/lib/components/transitions/createTransition.mjs +4 -2
  59. package/lib/components/transitions/createTransition.mjs.map +1 -1
  60. package/lib/components/transitions/index.d.mts +18 -0
  61. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  62. package/lib/composables/date/adapters/vuetify.mjs +39 -3
  63. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  64. package/lib/composables/form.mjs +3 -1
  65. package/lib/composables/form.mjs.map +1 -1
  66. package/lib/composables/icons.mjs +2 -1
  67. package/lib/composables/icons.mjs.map +1 -1
  68. package/lib/composables/layout.mjs +14 -37
  69. package/lib/composables/layout.mjs.map +1 -1
  70. package/lib/composables/transition.mjs +7 -5
  71. package/lib/composables/transition.mjs.map +1 -1
  72. package/lib/composables/validation.mjs +3 -1
  73. package/lib/composables/validation.mjs.map +1 -1
  74. package/lib/entry-bundler.mjs +1 -1
  75. package/lib/entry-bundler.mjs.map +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/framework.mjs.map +1 -1
  78. package/lib/index.d.mts +57 -46
  79. package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
  80. package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
  81. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
  82. package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
  83. package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
  84. package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
  85. package/lib/labs/VFab/VFab.css +1 -1
  86. package/lib/labs/VFab/VFab.sass +1 -1
  87. package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
  88. package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
  89. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
  90. package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
  91. package/lib/labs/VSpeedDial/index.d.mts +649 -0
  92. package/lib/labs/VSpeedDial/index.mjs +2 -0
  93. package/lib/labs/VSpeedDial/index.mjs.map +1 -0
  94. package/lib/labs/components.d.mts +637 -2
  95. package/lib/labs/components.mjs +1 -0
  96. package/lib/labs/components.mjs.map +1 -1
  97. package/lib/styles/main.css +16 -0
  98. package/lib/styles/settings/_utilities.scss +20 -0
  99. package/lib/util/helpers.mjs +11 -1
  100. package/lib/util/helpers.mjs.map +1 -1
  101. package/package.json +1 -1
@@ -488,7 +488,7 @@
488
488
  "description": "Property on supplied `items` that contains its value."
489
489
  },
490
490
  "VAutocomplete/item-children": {
491
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
491
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
492
492
  "description": "Property on supplied `items` that contains its children."
493
493
  },
494
494
  "VAutocomplete/item-props": {
@@ -2916,7 +2916,7 @@
2916
2916
  "description": "Property on supplied `items` that contains its value."
2917
2917
  },
2918
2918
  "VCombobox/item-children": {
2919
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
2919
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
2920
2920
  "description": "Property on supplied `items` that contains its children."
2921
2921
  },
2922
2922
  "VCombobox/item-props": {
@@ -3188,11 +3188,11 @@
3188
3188
  "description": "An array of strings or objects used for automatically generating children components."
3189
3189
  },
3190
3190
  "VDataIterator/item-value": {
3191
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3191
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3192
3192
  "description": "Property on supplied `items` that contains its value."
3193
3193
  },
3194
3194
  "VDataIterator/item-selectable": {
3195
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
3195
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
3196
3196
  "description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
3197
3197
  },
3198
3198
  "VDataIterator/return-object": {
@@ -3513,7 +3513,7 @@
3513
3513
  },
3514
3514
  "VDataTableHeaders/multi-sort": {
3515
3515
  "type": "boolean\n",
3516
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3516
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3517
3517
  },
3518
3518
  "VDataTableHeaders/sort-asc-icon": {
3519
3519
  "type": "any\n",
@@ -3525,7 +3525,7 @@
3525
3525
  },
3526
3526
  "VDataTableHeaders/header-props": {
3527
3527
  "type": "unknown\n",
3528
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3528
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3529
3529
  },
3530
3530
  "VDataTableHeaders/loading": {
3531
3531
  "type": "string | boolean\n",
@@ -3533,7 +3533,7 @@
3533
3533
  },
3534
3534
  "VDataTableRow/cell-props": {
3535
3535
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'index' | 'item' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
3536
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableRow.json))"
3536
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))"
3537
3537
  },
3538
3538
  "VDataTableRow/index": {
3539
3539
  "type": "number\n",
@@ -3577,7 +3577,7 @@
3577
3577
  },
3578
3578
  "VDataTableServer/header-props": {
3579
3579
  "type": "unknown\n",
3580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3580
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3581
3581
  },
3582
3582
  "VDataTableServer/cell-props": {
3583
3583
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
@@ -3785,7 +3785,7 @@
3785
3785
  },
3786
3786
  "VDataTableVirtual/header-props": {
3787
3787
  "type": "unknown\n",
3788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3788
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
3789
3789
  },
3790
3790
  "VDataTableVirtual/cell-props": {
3791
3791
  "type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
@@ -3989,11 +3989,11 @@
3989
3989
  },
3990
3990
  "VDatePicker/month": {
3991
3991
  "type": "string | number\n",
3992
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
3992
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
3993
3993
  },
3994
3994
  "VDatePicker/year": {
3995
3995
  "type": "string | number\n",
3996
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
3996
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
3997
3997
  },
3998
3998
  "VDatePicker/color": {
3999
3999
  "type": "string\n",
@@ -4001,7 +4001,7 @@
4001
4001
  },
4002
4002
  "VDatePicker/hide-weekdays": {
4003
4003
  "type": "boolean\n",
4004
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4004
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4005
4005
  },
4006
4006
  "VDatePicker/show-week": {
4007
4007
  "type": "boolean\n",
@@ -4013,7 +4013,7 @@
4013
4013
  },
4014
4014
  "VDatePicker/weekdays": {
4015
4015
  "type": "number[]\n",
4016
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4016
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4017
4017
  },
4018
4018
  "VDatePicker/allowed-dates": {
4019
4019
  "type": "unknown[] | ((date: unknown) => boolean)\n",
@@ -4021,7 +4021,7 @@
4021
4021
  },
4022
4022
  "VDatePicker/display-value": {
4023
4023
  "type": "unknown\n",
4024
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4024
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4025
4025
  },
4026
4026
  "VDatePicker/model-value": {
4027
4027
  "type": "unknown\n",
@@ -4049,11 +4049,11 @@
4049
4049
  },
4050
4050
  "VDatePicker/landscape": {
4051
4051
  "type": "boolean\n",
4052
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))"
4052
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
4053
4053
  },
4054
4054
  "VDatePicker/hide-header": {
4055
4055
  "type": "boolean\n",
4056
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))"
4056
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
4057
4057
  },
4058
4058
  "VDatePicker/border": {
4059
4059
  "type": "string | number | boolean\n",
@@ -4117,15 +4117,15 @@
4117
4117
  },
4118
4118
  "VDatePickerControls/next-icon": {
4119
4119
  "type": "string\n",
4120
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4120
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4121
4121
  },
4122
4122
  "VDatePickerControls/prev-icon": {
4123
4123
  "type": "string\n",
4124
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4124
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4125
4125
  },
4126
4126
  "VDatePickerControls/mode-icon": {
4127
4127
  "type": "string\n",
4128
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4128
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4129
4129
  },
4130
4130
  "VDatePickerControls/text": {
4131
4131
  "type": "string\n",
@@ -4133,7 +4133,7 @@
4133
4133
  },
4134
4134
  "VDatePickerControls/view-mode": {
4135
4135
  "type": "'month' | 'months' | 'year'\n",
4136
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4136
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))"
4137
4137
  },
4138
4138
  "VDatePickerHeader/append-icon": {
4139
4139
  "type": "string\n",
@@ -4145,11 +4145,11 @@
4145
4145
  },
4146
4146
  "VDatePickerHeader/header": {
4147
4147
  "type": "string\n",
4148
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4148
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4149
4149
  },
4150
4150
  "VDatePickerHeader/transition": {
4151
4151
  "type": "string\n",
4152
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4152
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
4153
4153
  },
4154
4154
  "VDatePickerMonth/color": {
4155
4155
  "type": "string\n",
@@ -4157,11 +4157,11 @@
4157
4157
  },
4158
4158
  "VDatePickerMonth/hide-weekdays": {
4159
4159
  "type": "boolean\n",
4160
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4160
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4161
4161
  },
4162
4162
  "VDatePickerMonth/show-week": {
4163
4163
  "type": "boolean\n",
4164
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4164
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4165
4165
  },
4166
4166
  "VDatePickerMonth/disabled": {
4167
4167
  "type": "boolean\n",
@@ -4169,27 +4169,27 @@
4169
4169
  },
4170
4170
  "VDatePickerMonth/month": {
4171
4171
  "type": "string | number\n",
4172
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4172
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4173
4173
  },
4174
4174
  "VDatePickerMonth/show-adjacent-months": {
4175
4175
  "type": "boolean\n",
4176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4176
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4177
4177
  },
4178
4178
  "VDatePickerMonth/year": {
4179
4179
  "type": "string | number\n",
4180
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4180
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4181
4181
  },
4182
4182
  "VDatePickerMonth/weekdays": {
4183
4183
  "type": "number[]\n",
4184
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4184
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4185
4185
  },
4186
4186
  "VDatePickerMonth/allowed-dates": {
4187
4187
  "type": "unknown[] | ((date: unknown) => boolean)\n",
4188
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4188
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4189
4189
  },
4190
4190
  "VDatePickerMonth/display-value": {
4191
4191
  "type": "unknown\n",
4192
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4192
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4193
4193
  },
4194
4194
  "VDatePickerMonth/model-value": {
4195
4195
  "type": "unknown[]\n",
@@ -4197,15 +4197,15 @@
4197
4197
  },
4198
4198
  "VDatePickerMonth/max": {
4199
4199
  "type": "unknown\n",
4200
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4200
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4201
4201
  },
4202
4202
  "VDatePickerMonth/min": {
4203
4203
  "type": "unknown\n",
4204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/calendar.json))"
4204
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
4205
4205
  },
4206
4206
  "VDatePickerMonth/multiple": {
4207
4207
  "type": "number | boolean | 'range' | (string & {})\n",
4208
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4209
4209
  },
4210
4210
  "VDatePickerMonths/color": {
4211
4211
  "type": "string\n",
@@ -4233,11 +4233,11 @@
4233
4233
  },
4234
4234
  "VDatePickerYears/min": {
4235
4235
  "type": "unknown\n",
4236
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4236
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4237
4237
  },
4238
4238
  "VDatePickerYears/max": {
4239
4239
  "type": "unknown\n",
4240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4240
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
4241
4241
  },
4242
4242
  "VDefaultsProvider/disabled": {
4243
4243
  "type": "boolean\n",
@@ -4465,7 +4465,7 @@
4465
4465
  },
4466
4466
  "VDialogTransition/target": {
4467
4467
  "type": "HTMLElement | [number, number]\n",
4468
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-dialog-transition.json))"
4468
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))"
4469
4469
  },
4470
4470
  "VDivider/length": {
4471
4471
  "type": "string | number\n",
@@ -4575,6 +4575,10 @@
4575
4575
  "type": "boolean\n",
4576
4576
  "description": "Removes the ability to click or target the component."
4577
4577
  },
4578
+ "VExpandTransition/group": {
4579
+ "type": "boolean\n",
4580
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4581
+ },
4578
4582
  "VExpandTransition/mode": {
4579
4583
  "type": "'default' | 'in-out' | 'out-in'\n",
4580
4584
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -4583,6 +4587,10 @@
4583
4587
  "type": "boolean\n",
4584
4588
  "description": "Removes the ability to click or target the component."
4585
4589
  },
4590
+ "VExpandXTransition/group": {
4591
+ "type": "boolean\n",
4592
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4593
+ },
4586
4594
  "VExpandXTransition/mode": {
4587
4595
  "type": "'default' | 'in-out' | 'out-in'\n",
4588
4596
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -4649,11 +4657,11 @@
4649
4657
  },
4650
4658
  "VExpansionPanel/focusable": {
4651
4659
  "type": "boolean\n",
4652
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4660
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4653
4661
  },
4654
4662
  "VExpansionPanel/static": {
4655
4663
  "type": "boolean\n",
4656
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4664
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4657
4665
  },
4658
4666
  "VExpansionPanel/ripple": {
4659
4667
  "type": "boolean | { class: string }\n",
@@ -4685,11 +4693,11 @@
4685
4693
  },
4686
4694
  "VExpansionPanelTitle/focusable": {
4687
4695
  "type": "boolean\n",
4688
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4696
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4689
4697
  },
4690
4698
  "VExpansionPanelTitle/static": {
4691
4699
  "type": "boolean\n",
4692
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4700
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4693
4701
  },
4694
4702
  "VExpansionPanelTitle/ripple": {
4695
4703
  "type": "boolean | { class: string }\n",
@@ -4697,7 +4705,7 @@
4697
4705
  },
4698
4706
  "VExpansionPanelTitle/readonly": {
4699
4707
  "type": "boolean\n",
4700
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4708
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
4701
4709
  },
4702
4710
  "VExpansionPanels/flat": {
4703
4711
  "type": "boolean\n",
@@ -4713,7 +4721,7 @@
4713
4721
  },
4714
4722
  "VExpansionPanels/static": {
4715
4723
  "type": "boolean\n",
4716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VExpansionPanels.json))"
4724
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanels.json))"
4717
4725
  },
4718
4726
  "VExpansionPanels/tile": {
4719
4727
  "type": "boolean\n",
@@ -5713,7 +5721,7 @@
5713
5721
  },
5714
5722
  "VLayoutItem/position": {
5715
5723
  "type": "'top' | 'right' | 'bottom' | 'left'\n",
5716
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLayoutItem.json))"
5724
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))"
5717
5725
  },
5718
5726
  "VLayoutItem/size": {
5719
5727
  "type": "string | number\n",
@@ -5785,7 +5793,7 @@
5785
5793
  },
5786
5794
  "VList/base-color": {
5787
5795
  "type": "string\n",
5788
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
5796
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
5789
5797
  },
5790
5798
  "VList/active-color": {
5791
5799
  "type": "string\n",
@@ -5805,11 +5813,11 @@
5805
5813
  },
5806
5814
  "VList/expand-icon": {
5807
5815
  "type": "string\n",
5808
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
5816
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
5809
5817
  },
5810
5818
  "VList/collapse-icon": {
5811
5819
  "type": "string\n",
5812
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
5820
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
5813
5821
  },
5814
5822
  "VList/lines": {
5815
5823
  "type": "false | 'one' | 'two' | 'three'\n",
@@ -5881,7 +5889,7 @@
5881
5889
  },
5882
5890
  "VList/item-type": {
5883
5891
  "type": "string\n",
5884
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VList.json))"
5892
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
5885
5893
  },
5886
5894
  "VList/items": {
5887
5895
  "type": "any[]\n",
@@ -5941,7 +5949,7 @@
5941
5949
  },
5942
5950
  "VListGroup/base-color": {
5943
5951
  "type": "string\n",
5944
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
5952
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
5945
5953
  },
5946
5954
  "VListGroup/color": {
5947
5955
  "type": "string\n",
@@ -5949,11 +5957,11 @@
5949
5957
  },
5950
5958
  "VListGroup/collapse-icon": {
5951
5959
  "type": "any\n",
5952
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
5960
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
5953
5961
  },
5954
5962
  "VListGroup/expand-icon": {
5955
5963
  "type": "any\n",
5956
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
5964
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
5957
5965
  },
5958
5966
  "VListGroup/prepend-icon": {
5959
5967
  "type": "any\n",
@@ -5965,11 +5973,11 @@
5965
5973
  },
5966
5974
  "VListGroup/fluid": {
5967
5975
  "type": "boolean\n",
5968
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
5976
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
5969
5977
  },
5970
5978
  "VListGroup/subgroup": {
5971
5979
  "type": "boolean\n",
5972
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListGroup.json))"
5980
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))"
5973
5981
  },
5974
5982
  "VListGroup/title": {
5975
5983
  "type": "string\n",
@@ -6017,7 +6025,7 @@
6017
6025
  },
6018
6026
  "VListItem/base-color": {
6019
6027
  "type": "string\n",
6020
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6028
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6021
6029
  },
6022
6030
  "VListItem/disabled": {
6023
6031
  "type": "boolean\n",
@@ -6029,7 +6037,7 @@
6029
6037
  },
6030
6038
  "VListItem/nav": {
6031
6039
  "type": "boolean\n",
6032
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6040
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6033
6041
  },
6034
6042
  "VListItem/prepend-avatar": {
6035
6043
  "type": "string\n",
@@ -6049,7 +6057,7 @@
6049
6057
  },
6050
6058
  "VListItem/slim": {
6051
6059
  "type": "boolean\n",
6052
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6060
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6053
6061
  },
6054
6062
  "VListItem/border": {
6055
6063
  "type": "string | number | boolean\n",
@@ -6129,7 +6137,7 @@
6129
6137
  },
6130
6138
  "VListItem/lines": {
6131
6139
  "type": "'one' | 'two' | 'three'\n",
6132
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListItem.json))"
6140
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))"
6133
6141
  },
6134
6142
  "VListItemAction/start": {
6135
6143
  "type": "boolean\n",
@@ -6169,11 +6177,11 @@
6169
6177
  },
6170
6178
  "VListSubheader/inset": {
6171
6179
  "type": "boolean\n",
6172
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))"
6180
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
6173
6181
  },
6174
6182
  "VListSubheader/sticky": {
6175
6183
  "type": "boolean\n",
6176
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VListSubheader.json))"
6184
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))"
6177
6185
  },
6178
6186
  "VListSubheader/title": {
6179
6187
  "type": "string\n",
@@ -6185,11 +6193,11 @@
6185
6193
  },
6186
6194
  "VLocaleProvider/locale": {
6187
6195
  "type": "string\n",
6188
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6196
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6189
6197
  },
6190
6198
  "VLocaleProvider/fallback-locale": {
6191
6199
  "type": "string\n",
6192
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6200
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6193
6201
  },
6194
6202
  "VLocaleProvider/messages": {
6195
6203
  "type": "unknown\n",
@@ -6197,11 +6205,11 @@
6197
6205
  },
6198
6206
  "VLocaleProvider/rtl": {
6199
6207
  "type": "boolean\n",
6200
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))"
6201
6209
  },
6202
6210
  "VMain/scrollable": {
6203
6211
  "type": "boolean\n",
6204
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMain.json))"
6212
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))"
6205
6213
  },
6206
6214
  "VMain/tag": {
6207
6215
  "type": "string\n",
@@ -6213,7 +6221,7 @@
6213
6221
  },
6214
6222
  "VMenu/id": {
6215
6223
  "type": "string\n",
6216
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VMenu.json))"
6224
+ "description": "The unique identifier of the component."
6217
6225
  },
6218
6226
  "VMenu/close-on-back": {
6219
6227
  "type": "boolean\n",
@@ -6425,11 +6433,11 @@
6425
6433
  },
6426
6434
  "VNavigationDrawer/location": {
6427
6435
  "type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
6428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
6436
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
6429
6437
  },
6430
6438
  "VNavigationDrawer/sticky": {
6431
6439
  "type": "boolean\n",
6432
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
6440
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))"
6433
6441
  },
6434
6442
  "VNavigationDrawer/border": {
6435
6443
  "type": "string | number | boolean\n",
@@ -6829,7 +6837,7 @@
6829
6837
  },
6830
6838
  "VParallax/scale": {
6831
6839
  "type": "string | number\n",
6832
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VParallax.json))"
6840
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))"
6833
6841
  },
6834
6842
  "VPicker/title": {
6835
6843
  "type": "string\n",
@@ -6841,11 +6849,11 @@
6841
6849
  },
6842
6850
  "VPicker/landscape": {
6843
6851
  "type": "boolean\n",
6844
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))"
6852
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
6845
6853
  },
6846
6854
  "VPicker/hide-header": {
6847
6855
  "type": "boolean\n",
6848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VPicker.json))"
6856
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
6849
6857
  },
6850
6858
  "VPicker/color": {
6851
6859
  "type": "string\n",
@@ -7425,7 +7433,7 @@
7425
7433
  },
7426
7434
  "VRating/item-aria-label": {
7427
7435
  "type": "string\n",
7428
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VRating.json))"
7436
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))"
7429
7437
  },
7430
7438
  "VRating/active-color": {
7431
7439
  "type": "string\n",
@@ -7816,7 +7824,7 @@
7816
7824
  "description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
7817
7825
  },
7818
7826
  "VSelect/item-children": {
7819
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
7827
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
7820
7828
  "description": "Property on supplied `items` that contains its children."
7821
7829
  },
7822
7830
  "VSelect/item-props": {
@@ -8253,7 +8261,7 @@
8253
8261
  },
8254
8262
  "VSkeletonLoader/loading-text": {
8255
8263
  "type": "string\n",
8256
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VSkeletonLoader.json))"
8264
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))"
8257
8265
  },
8258
8266
  "VSkeletonLoader/type": {
8259
8267
  "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",
@@ -8841,11 +8849,11 @@
8841
8849
  },
8842
8850
  "VSparkline/id": {
8843
8851
  "type": "string\n",
8844
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
8852
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
8845
8853
  },
8846
8854
  "VSparkline/item-value": {
8847
8855
  "type": "string\n",
8848
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
8856
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
8849
8857
  },
8850
8858
  "VSparkline/model-value": {
8851
8859
  "type": "(number | { value: number })[]\n",
@@ -8853,11 +8861,11 @@
8853
8861
  },
8854
8862
  "VSparkline/min": {
8855
8863
  "type": "string | number\n",
8856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
8864
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
8857
8865
  },
8858
8866
  "VSparkline/max": {
8859
8867
  "type": "string | number\n",
8860
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Line.json))"
8868
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))"
8861
8869
  },
8862
8870
  "VSparkline/padding": {
8863
8871
  "type": "string | number\n",
@@ -8879,6 +8887,150 @@
8879
8887
  "type": "boolean\n",
8880
8888
  "description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
8881
8889
  },
8890
+ "VSpeedDial/id": {
8891
+ "type": "string\n",
8892
+ "description": "The unique identifier of the component."
8893
+ },
8894
+ "VSpeedDial/close-on-back": {
8895
+ "type": "boolean\n",
8896
+ "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
8897
+ },
8898
+ "VSpeedDial/contained": {
8899
+ "type": "boolean\n",
8900
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)."
8901
+ },
8902
+ "VSpeedDial/content-class": {
8903
+ "type": "any\n",
8904
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component."
8905
+ },
8906
+ "VSpeedDial/content-props": {
8907
+ "type": "any\n",
8908
+ "description": "Apply custom properties to the content."
8909
+ },
8910
+ "VSpeedDial/disabled": {
8911
+ "type": "boolean\n",
8912
+ "description": "Removes the ability to click or target the component."
8913
+ },
8914
+ "VSpeedDial/opacity": {
8915
+ "type": "string | number\n",
8916
+ "description": "Sets the overlay opacity."
8917
+ },
8918
+ "VSpeedDial/no-click-animation": {
8919
+ "type": "boolean\n",
8920
+ "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
8921
+ },
8922
+ "VSpeedDial/model-value": {
8923
+ "type": "boolean\n",
8924
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
8925
+ },
8926
+ "VSpeedDial/persistent": {
8927
+ "type": "boolean\n",
8928
+ "description": "Clicking outside of the element or pressing esc key will not deactivate it."
8929
+ },
8930
+ "VSpeedDial/scrim": {
8931
+ "type": "string | boolean\n",
8932
+ "description": "Accepts true/false to enable background, and string to define color."
8933
+ },
8934
+ "VSpeedDial/z-index": {
8935
+ "type": "string | number\n",
8936
+ "description": "The z-index used for the component."
8937
+ },
8938
+ "VSpeedDial/target": {
8939
+ "type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
8940
+ "description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
8941
+ },
8942
+ "VSpeedDial/activator": {
8943
+ "type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
8944
+ "description": "Explicitly sets the overlay's activator."
8945
+ },
8946
+ "VSpeedDial/activator-props": {
8947
+ "type": "unknown\n",
8948
+ "description": "Apply custom properties to the activator."
8949
+ },
8950
+ "VSpeedDial/open-on-click": {
8951
+ "type": "boolean\n",
8952
+ "description": "Designates whether menu should open on activator click."
8953
+ },
8954
+ "VSpeedDial/open-on-hover": {
8955
+ "type": "boolean\n",
8956
+ "description": "Opens speed-dial on hover."
8957
+ },
8958
+ "VSpeedDial/open-on-focus": {
8959
+ "type": "boolean\n",
8960
+ "description": "Activate the component when the activator is focused."
8961
+ },
8962
+ "VSpeedDial/close-on-content-click": {
8963
+ "type": "boolean\n",
8964
+ "description": "Designates if menu should close when its content is clicked."
8965
+ },
8966
+ "VSpeedDial/close-delay": {
8967
+ "type": "string | number\n",
8968
+ "description": "Milliseconds to wait before closing component. Only works with the **open-on-hover** prop."
8969
+ },
8970
+ "VSpeedDial/open-delay": {
8971
+ "type": "string | number\n",
8972
+ "description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
8973
+ },
8974
+ "VSpeedDial/height": {
8975
+ "type": "string | number\n",
8976
+ "description": "Sets the height for the component."
8977
+ },
8978
+ "VSpeedDial/max-height": {
8979
+ "type": "string | number\n",
8980
+ "description": "Sets the maximum height for the component."
8981
+ },
8982
+ "VSpeedDial/max-width": {
8983
+ "type": "string | number\n",
8984
+ "description": "Sets the maximum width for the component."
8985
+ },
8986
+ "VSpeedDial/min-height": {
8987
+ "type": "string | number\n",
8988
+ "description": "Sets the minimum height for the component."
8989
+ },
8990
+ "VSpeedDial/min-width": {
8991
+ "type": "string | number\n",
8992
+ "description": "Sets the minimum width for the component. Use `auto` to use the activator width."
8993
+ },
8994
+ "VSpeedDial/width": {
8995
+ "type": "string | number\n",
8996
+ "description": "Sets the width for the component."
8997
+ },
8998
+ "VSpeedDial/eager": {
8999
+ "type": "boolean\n",
9000
+ "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."
9001
+ },
9002
+ "VSpeedDial/location-strategy": {
9003
+ "type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
9004
+ "description": "A function used to specifies how the component should position relative to its activator."
9005
+ },
9006
+ "VSpeedDial/location": {
9007
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
9008
+ "description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
9009
+ },
9010
+ "VSpeedDial/origin": {
9011
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
9012
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
9013
+ },
9014
+ "VSpeedDial/offset": {
9015
+ "type": "string | number | number[]\n",
9016
+ "description": "A single value that offsets content away from the target based upon what side it is on."
9017
+ },
9018
+ "VSpeedDial/scroll-strategy": {
9019
+ "type": "'none' | 'close' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
9020
+ "description": "Strategy used when the component is activate and user scrolls."
9021
+ },
9022
+ "VSpeedDial/theme": {
9023
+ "type": "string\n",
9024
+ "description": "Specify a theme for this component and all of its children."
9025
+ },
9026
+ "VSpeedDial/transition": {
9027
+ "type": "string | boolean | (TransitionProps & { component: Component })\n",
9028
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
9029
+ },
9030
+ "VSpeedDial/attach": {
9031
+ "type": "string | boolean | Element\n",
9032
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
9033
+ },
8882
9034
  "VStepper/flat": {
8883
9035
  "type": "boolean\n",
8884
9036
  "description": "Removes the stepper's elevation."
@@ -9853,7 +10005,7 @@
9853
10005
  },
9854
10006
  "VTextarea/autofocus": {
9855
10007
  "type": "boolean\n",
9856
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VTextarea.json))"
10008
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))"
9857
10009
  },
9858
10010
  "VTextarea/prefix": {
9859
10011
  "type": "string\n",
@@ -10053,7 +10205,7 @@
10053
10205
  },
10054
10206
  "VThemeProvider/with-background": {
10055
10207
  "type": "boolean\n",
10056
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VThemeProvider.json))"
10208
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))"
10057
10209
  },
10058
10210
  "VThemeProvider/theme": {
10059
10211
  "type": "string\n",