vuetify 3.0.1 → 3.0.3

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 (71) hide show
  1. package/dist/json/attributes.json +24 -24
  2. package/dist/json/importMap.json +34 -30
  3. package/dist/json/web-types.json +93 -62
  4. package/dist/vuetify.css +204 -205
  5. package/dist/vuetify.d.ts +334 -142
  6. package/dist/vuetify.esm.js +57 -47
  7. package/dist/vuetify.esm.js.map +1 -1
  8. package/dist/vuetify.js +56 -46
  9. package/dist/vuetify.js.map +1 -1
  10. package/dist/vuetify.min.css +2 -2
  11. package/dist/vuetify.min.js +333 -330
  12. package/dist/vuetify.min.js.map +1 -1
  13. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  14. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  15. package/lib/components/VAppBar/index.d.ts +275 -62
  16. package/lib/components/VAutocomplete/index.d.ts +6 -6
  17. package/lib/components/VCard/VCard.css +0 -3
  18. package/lib/components/VCard/VCard.mjs +2 -1
  19. package/lib/components/VCard/VCard.mjs.map +1 -1
  20. package/lib/components/VCard/VCard.sass +0 -3
  21. package/lib/components/VCard/VCardItem.mjs +1 -2
  22. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  23. package/lib/components/VCombobox/index.d.ts +6 -6
  24. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +1 -1
  25. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  26. package/lib/components/VField/index.d.ts +6 -6
  27. package/lib/components/VFileInput/index.d.ts +1 -1
  28. package/lib/components/VFooter/VFooter.mjs +1 -1
  29. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  30. package/lib/components/VLazy/VLazy.mjs +2 -1
  31. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  32. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +2 -2
  33. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  34. package/lib/components/VOverlay/locationStrategies.mjs +3 -1
  35. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  36. package/lib/components/VOverlay/scrollStrategies.mjs +4 -0
  37. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  38. package/lib/components/VOverlay/useActivator.mjs +4 -0
  39. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  40. package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -0
  41. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  42. package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
  43. package/lib/components/VProgressLinear/_variables.scss +1 -1
  44. package/lib/components/VRating/VRating.mjs +7 -6
  45. package/lib/components/VRating/VRating.mjs.map +1 -1
  46. package/lib/components/VRating/index.d.ts +14 -14
  47. package/lib/components/VSelect/index.d.ts +6 -6
  48. package/lib/components/VSelectionControl/index.d.ts +6 -6
  49. package/lib/components/VSlideGroup/VSlideGroup.css +1 -0
  50. package/lib/components/VSlideGroup/VSlideGroup.sass +1 -0
  51. package/lib/components/VTextField/index.d.ts +18 -18
  52. package/lib/components/VTextarea/index.d.ts +1 -1
  53. package/lib/components/VToolbar/VToolbar.css +1 -0
  54. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  55. package/lib/components/VToolbar/VToolbar.sass +1 -0
  56. package/lib/components/VToolbar/index.d.ts +9 -8
  57. package/lib/components/index.d.ts +324 -133
  58. package/lib/components/transitions/dialog-transition.mjs +2 -2
  59. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  60. package/lib/components/transitions/index.mjs +1 -1
  61. package/lib/components/transitions/index.mjs.map +1 -1
  62. package/lib/composables/nested/nested.mjs +2 -2
  63. package/lib/composables/nested/nested.mjs.map +1 -1
  64. package/lib/composables/toggleScope.mjs +6 -2
  65. package/lib/composables/toggleScope.mjs.map +1 -1
  66. package/lib/entry-bundler.mjs +1 -1
  67. package/lib/framework.mjs +1 -1
  68. package/lib/index.d.ts +10 -9
  69. package/lib/util/defineComponent.mjs +8 -13
  70. package/lib/util/defineComponent.mjs.map +1 -1
  71. package/package.json +2 -2
@@ -11,6 +11,26 @@
11
11
  "type": "string",
12
12
  "description": "Specify a theme for this component and all of its children"
13
13
  },
14
+ "v-app-bar/image": {
15
+ "type": "string",
16
+ "description": "The `src` used for `v-img`. For additional customization options, use the **image** slot."
17
+ },
18
+ "v-app-bar/title": {
19
+ "type": "string",
20
+ "description": "MISSING DESCRIPTION"
21
+ },
22
+ "v-app-bar/flat": {
23
+ "type": "boolean",
24
+ "description": "Removes the component's **box-shadow**."
25
+ },
26
+ "v-app-bar/model-value": {
27
+ "type": "boolean",
28
+ "description": "MISSING DESCRIPTION"
29
+ },
30
+ "v-app-bar/location": {
31
+ "type": "\"top\" | \"bottom\"",
32
+ "description": "MISSING DESCRIPTION"
33
+ },
14
34
  "v-app-bar/absolute": {
15
35
  "type": "boolean",
16
36
  "description": "Applies position: absolute to the component."
@@ -35,10 +55,6 @@
35
55
  "type": "string | number",
36
56
  "description": "Designate an explicit height for the `extension` slot."
37
57
  },
38
- "v-app-bar/flat": {
39
- "type": "boolean",
40
- "description": "Removes the component's **box-shadow**."
41
- },
42
58
  "v-app-bar/floating": {
43
59
  "type": "boolean",
44
60
  "description": "Applies **display: inline-flex** to the component."
@@ -47,14 +63,6 @@
47
63
  "type": "string | number",
48
64
  "description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
49
65
  },
50
- "v-app-bar/image": {
51
- "type": "string",
52
- "description": "The `src` used for `v-img`. For additional customization options, use the **image** slot."
53
- },
54
- "v-app-bar/title": {
55
- "type": "string",
56
- "description": "MISSING DESCRIPTION"
57
- },
58
66
  "v-app-bar/border": {
59
67
  "type": "string | number | boolean",
60
68
  "description": "Applies border styles to component."
@@ -83,14 +91,6 @@
83
91
  "type": "string | number",
84
92
  "description": "MISSING DESCRIPTION"
85
93
  },
86
- "v-app-bar/model-value": {
87
- "type": "boolean",
88
- "description": "MISSING DESCRIPTION"
89
- },
90
- "v-app-bar/location": {
91
- "type": "\"top\" | \"bottom\"",
92
- "description": "MISSING DESCRIPTION"
93
- },
94
94
  "v-app-bar-nav-icon/icon": {
95
95
  "type": "string | (new () => any) | FunctionalComponent",
96
96
  "description": "MISSING DESCRIPTION"
@@ -265,7 +265,7 @@
265
265
  },
266
266
  "v-autocomplete/menu-props": {
267
267
  "type": "unknown",
268
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
268
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
269
269
  },
270
270
  "v-autocomplete/id": {
271
271
  "type": "string",
@@ -1793,7 +1793,7 @@
1793
1793
  },
1794
1794
  "v-combobox/menu-props": {
1795
1795
  "type": "unknown",
1796
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
1796
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
1797
1797
  },
1798
1798
  "v-combobox/id": {
1799
1799
  "type": "string",
@@ -4384,7 +4384,7 @@
4384
4384
  "description": "The icon displayed when full"
4385
4385
  },
4386
4386
  "v-rating/model-value": {
4387
- "type": "number",
4387
+ "type": "string | number",
4388
4388
  "description": "The rating value"
4389
4389
  },
4390
4390
  "v-rating/item-label-position": {
@@ -4481,7 +4481,7 @@
4481
4481
  },
4482
4482
  "v-select/menu-props": {
4483
4483
  "type": "unknown",
4484
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
4484
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended."
4485
4485
  },
4486
4486
  "v-select/id": {
4487
4487
  "type": "string",
@@ -136,6 +136,10 @@
136
136
  "from": "components/transitions/index.mjs",
137
137
  "styles": []
138
138
  },
139
+ "VDialogTransition": {
140
+ "from": "components/transitions/index.mjs",
141
+ "styles": []
142
+ },
139
143
  "VAppBar": {
140
144
  "from": "components/VAppBar/index.mjs",
141
145
  "styles": []
@@ -164,6 +168,10 @@
164
168
  "from": "components/VAvatar/index.mjs",
165
169
  "styles": []
166
170
  },
171
+ "VBottomNavigation": {
172
+ "from": "components/VBottomNavigation/index.mjs",
173
+ "styles": []
174
+ },
167
175
  "VBadge": {
168
176
  "from": "components/VBadge/index.mjs",
169
177
  "styles": []
@@ -180,8 +188,8 @@
180
188
  "from": "components/VBanner/index.mjs",
181
189
  "styles": []
182
190
  },
183
- "VBottomNavigation": {
184
- "from": "components/VBottomNavigation/index.mjs",
191
+ "VBtn": {
192
+ "from": "components/VBtn/index.mjs",
185
193
  "styles": []
186
194
  },
187
195
  "VBreadcrumbs": {
@@ -196,10 +204,6 @@
196
204
  "from": "components/VBreadcrumbs/index.mjs",
197
205
  "styles": []
198
206
  },
199
- "VBtn": {
200
- "from": "components/VBtn/index.mjs",
201
- "styles": []
202
- },
203
207
  "VBtnGroup": {
204
208
  "from": "components/VBtnGroup/index.mjs",
205
209
  "styles": []
@@ -232,14 +236,6 @@
232
236
  "from": "components/VCard/index.mjs",
233
237
  "styles": []
234
238
  },
235
- "VCarousel": {
236
- "from": "components/VCarousel/index.mjs",
237
- "styles": []
238
- },
239
- "VCarouselItem": {
240
- "from": "components/VCarousel/index.mjs",
241
- "styles": []
242
- },
243
239
  "VCheckbox": {
244
240
  "from": "components/VCheckbox/index.mjs",
245
241
  "styles": []
@@ -248,12 +244,16 @@
248
244
  "from": "components/VCheckbox/index.mjs",
249
245
  "styles": []
250
246
  },
247
+ "VChipGroup": {
248
+ "from": "components/VChipGroup/index.mjs",
249
+ "styles": []
250
+ },
251
251
  "VChip": {
252
252
  "from": "components/VChip/index.mjs",
253
253
  "styles": []
254
254
  },
255
- "VChipGroup": {
256
- "from": "components/VChipGroup/index.mjs",
255
+ "VCode": {
256
+ "from": "components/VCode/index.mjs",
257
257
  "styles": []
258
258
  },
259
259
  "VColorPicker": {
@@ -300,14 +300,14 @@
300
300
  "from": "components/VField/index.mjs",
301
301
  "styles": []
302
302
  },
303
- "VFileInput": {
304
- "from": "components/VFileInput/index.mjs",
305
- "styles": []
306
- },
307
303
  "VFooter": {
308
304
  "from": "components/VFooter/index.mjs",
309
305
  "styles": []
310
306
  },
307
+ "VFileInput": {
308
+ "from": "components/VFileInput/index.mjs",
309
+ "styles": []
310
+ },
311
311
  "VIcon": {
312
312
  "from": "components/VIcon/index.mjs",
313
313
  "styles": []
@@ -436,14 +436,14 @@
436
436
  "from": "components/VSelectionControl/index.mjs",
437
437
  "styles": []
438
438
  },
439
- "VSelectionControlGroup": {
440
- "from": "components/VSelectionControlGroup/index.mjs",
441
- "styles": []
442
- },
443
439
  "VSheet": {
444
440
  "from": "components/VSheet/index.mjs",
445
441
  "styles": []
446
442
  },
443
+ "VSelectionControlGroup": {
444
+ "from": "components/VSelectionControlGroup/index.mjs",
445
+ "styles": []
446
+ },
447
447
  "VSlideGroup": {
448
448
  "from": "components/VSlideGroup/index.mjs",
449
449
  "styles": []
@@ -464,10 +464,6 @@
464
464
  "from": "components/VSwitch/index.mjs",
465
465
  "styles": []
466
466
  },
467
- "VSystemBar": {
468
- "from": "components/VSystemBar/index.mjs",
469
- "styles": []
470
- },
471
467
  "VTabs": {
472
468
  "from": "components/VTabs/index.mjs",
473
469
  "styles": []
@@ -476,6 +472,10 @@
476
472
  "from": "components/VTabs/index.mjs",
477
473
  "styles": []
478
474
  },
475
+ "VSystemBar": {
476
+ "from": "components/VSystemBar/index.mjs",
477
+ "styles": []
478
+ },
479
479
  "VTable": {
480
480
  "from": "components/VTable/index.mjs",
481
481
  "styles": []
@@ -520,8 +520,12 @@
520
520
  "from": "components/VWindow/index.mjs",
521
521
  "styles": []
522
522
  },
523
- "VCode": {
524
- "from": "components/VCode/index.mjs",
523
+ "VCarousel": {
524
+ "from": "components/VCarousel/index.mjs",
525
+ "styles": []
526
+ },
527
+ "VCarouselItem": {
528
+ "from": "components/VCarousel/index.mjs",
525
529
  "styles": []
526
530
  }
527
531
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.0.1",
5
+ "version": "3.0.3",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -64,6 +64,56 @@
64
64
  "description": "",
65
65
  "doc-url": "https://vuetifyjs.com/api/v-app-bar",
66
66
  "attributes": [
67
+ {
68
+ "name": "image",
69
+ "description": "The `src` used for `v-img`. For additional customization options, use the **image** slot.",
70
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
71
+ "value": {
72
+ "kind": "expression",
73
+ "type": "string"
74
+ }
75
+ },
76
+ {
77
+ "name": "title",
78
+ "description": "MISSING DESCRIPTION",
79
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
80
+ "value": {
81
+ "kind": "expression",
82
+ "type": "string"
83
+ }
84
+ },
85
+ {
86
+ "name": "flat",
87
+ "description": "Removes the component's **box-shadow**.",
88
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
89
+ "default": "false",
90
+ "value": {
91
+ "kind": "expression",
92
+ "type": "boolean"
93
+ },
94
+ "type": "boolean"
95
+ },
96
+ {
97
+ "name": "modelValue",
98
+ "description": "MISSING DESCRIPTION",
99
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
100
+ "default": "true",
101
+ "value": {
102
+ "kind": "expression",
103
+ "type": "boolean"
104
+ },
105
+ "type": "boolean"
106
+ },
107
+ {
108
+ "name": "location",
109
+ "description": "MISSING DESCRIPTION",
110
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
111
+ "default": "'top'",
112
+ "value": {
113
+ "kind": "expression",
114
+ "type": "\"top\" | \"bottom\""
115
+ }
116
+ },
67
117
  {
68
118
  "name": "absolute",
69
119
  "description": "Applies position: absolute to the component.",
@@ -126,17 +176,6 @@
126
176
  "type": "string | number"
127
177
  }
128
178
  },
129
- {
130
- "name": "flat",
131
- "description": "Removes the component's **box-shadow**.",
132
- "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
133
- "default": "false",
134
- "value": {
135
- "kind": "expression",
136
- "type": "boolean"
137
- },
138
- "type": "boolean"
139
- },
140
179
  {
141
180
  "name": "floating",
142
181
  "description": "Applies **display: inline-flex** to the component.",
@@ -158,24 +197,6 @@
158
197
  "type": "string | number"
159
198
  }
160
199
  },
161
- {
162
- "name": "image",
163
- "description": "The `src` used for `v-img`. For additional customization options, use the **image** slot.",
164
- "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
165
- "value": {
166
- "kind": "expression",
167
- "type": "string"
168
- }
169
- },
170
- {
171
- "name": "title",
172
- "description": "MISSING DESCRIPTION",
173
- "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
174
- "value": {
175
- "kind": "expression",
176
- "type": "string"
177
- }
178
- },
179
200
  {
180
201
  "name": "border",
181
202
  "description": "Applies border styles to component.",
@@ -242,27 +263,6 @@
242
263
  "kind": "expression",
243
264
  "type": "string | number"
244
265
  }
245
- },
246
- {
247
- "name": "modelValue",
248
- "description": "MISSING DESCRIPTION",
249
- "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
250
- "default": "true",
251
- "value": {
252
- "kind": "expression",
253
- "type": "boolean"
254
- },
255
- "type": "boolean"
256
- },
257
- {
258
- "name": "location",
259
- "description": "MISSING DESCRIPTION",
260
- "doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
261
- "default": "'top'",
262
- "value": {
263
- "kind": "expression",
264
- "type": "\"top\" | \"bottom\""
265
- }
266
266
  }
267
267
  ],
268
268
  "events": [
@@ -278,7 +278,38 @@
278
278
  ]
279
279
  }
280
280
  ],
281
- "slots": [],
281
+ "slots": [
282
+ {
283
+ "name": "default",
284
+ "description": "The default Vue slot.",
285
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#slots"
286
+ },
287
+ {
288
+ "name": "image",
289
+ "description": "Expects the [`v-img`](/components/images/) component.",
290
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#slots"
291
+ },
292
+ {
293
+ "name": "prepend",
294
+ "description": "Adds an item after the app bar content",
295
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#slots"
296
+ },
297
+ {
298
+ "name": "append",
299
+ "description": "Adds an item before the app bar content",
300
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#slots"
301
+ },
302
+ {
303
+ "name": "title",
304
+ "description": "Slot containing the app bar title",
305
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#slots"
306
+ },
307
+ {
308
+ "name": "extension",
309
+ "description": "Slot positioned directly under the main content of the app bar. Height of this slot can be set explicitly with the **extension-height** prop.",
310
+ "doc-url": "https://vuetifyjs.com/api/v-app-bar#slots"
311
+ }
312
+ ],
282
313
  "vue-model": {
283
314
  "prop": "modelValue",
284
315
  "event": "update:modelValue"
@@ -795,7 +826,7 @@
795
826
  },
796
827
  {
797
828
  "name": "menuProps",
798
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`",
829
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended.",
799
830
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
800
831
  "value": {
801
832
  "kind": "expression",
@@ -5585,7 +5616,7 @@
5585
5616
  },
5586
5617
  {
5587
5618
  "name": "menuProps",
5588
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`",
5619
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended.",
5589
5620
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
5590
5621
  "value": {
5591
5622
  "kind": "expression",
@@ -14405,7 +14436,7 @@
14405
14436
  "default": "0",
14406
14437
  "value": {
14407
14438
  "kind": "expression",
14408
- "type": "number"
14439
+ "type": "string | number"
14409
14440
  }
14410
14441
  },
14411
14442
  {
@@ -14475,7 +14506,7 @@
14475
14506
  "arguments": [
14476
14507
  {
14477
14508
  "name": "argument",
14478
- "type": "[number]"
14509
+ "type": "[string | number]"
14479
14510
  }
14480
14511
  ]
14481
14512
  }
@@ -14736,7 +14767,7 @@
14736
14767
  },
14737
14768
  {
14738
14769
  "name": "menuProps",
14739
- "description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`",
14770
+ "description": "Pass props through to the `v-menu` component. Accepts an object with anything from [/api/v-menu](/api/v-menu/#props), camelCase keys are recommended.",
14740
14771
  "doc-url": "https://vuetifyjs.com/api/v-select#props",
14741
14772
  "value": {
14742
14773
  "kind": "expression",
@@ -20156,27 +20187,27 @@
20156
20187
  },
20157
20188
  {
20158
20189
  "name": "image",
20159
- "description": "MISSING DESCRIPTION",
20190
+ "description": "Expects the [`v-img`](/components/images/) component.",
20160
20191
  "doc-url": "https://vuetifyjs.com/api/v-toolbar#slots"
20161
20192
  },
20162
20193
  {
20163
20194
  "name": "prepend",
20164
- "description": "Adds an item outside the input and before input content",
20195
+ "description": "Adds an item after the toolbar content",
20165
20196
  "doc-url": "https://vuetifyjs.com/api/v-toolbar#slots"
20166
20197
  },
20167
20198
  {
20168
20199
  "name": "append",
20169
- "description": "Adds an item inside the input and after input content",
20200
+ "description": "Adds an item before the toolbar content",
20170
20201
  "doc-url": "https://vuetifyjs.com/api/v-toolbar#slots"
20171
20202
  },
20172
20203
  {
20173
20204
  "name": "title",
20174
- "description": "MISSING DESCRIPTION",
20205
+ "description": "Slot containing the toolbar title",
20175
20206
  "doc-url": "https://vuetifyjs.com/api/v-toolbar#slots"
20176
20207
  },
20177
20208
  {
20178
20209
  "name": "extension",
20179
- "description": "Slot positioned directly under the main content of the toolbar. Height of this slot can be set explicitly with the **extension-height** prop. If this slot has no content, the **extended** prop may be used instead.",
20210
+ "description": "Slot positioned directly under the main content of the toolbar. Height of this slot can be set explicitly with the **extension-height** prop.",
20180
20211
  "doc-url": "https://vuetifyjs.com/api/v-toolbar#slots"
20181
20212
  }
20182
20213
  ],