@vuetify/nightly 3.6.11-master.2024-07-06 → 3.6.11-master.2024-07-08

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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.11-master.2024-07-06...v) (2024-07-06)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.11-master.2024-07-08...v) (2024-07-08)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.11-master.2024-07-06](https://github.com/vuetifyjs/vuetify/compare/v3.6.11...v3.6.11-master.2024-07-06) (2024-07-06)
5
+ ## [3.6.11-master.2024-07-08](https://github.com/vuetifyjs/vuetify/compare/v3.6.11...v3.6.11-master.2024-07-08) (2024-07-08)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **VExpansionPanels:** specify inherited props ([719a64a](https://github.com/vuetifyjs/vuetify/commit/719a64a2026f42d66262248ba8c20514def1ce36)), closes [#20109](https://github.com/vuetifyjs/vuetify/issues/20109)
10
11
  * **VOverlay:** correct ShadowRoot attach condition ([ec73e6f](https://github.com/vuetifyjs/vuetify/commit/ec73e6fc4bb82368f4cd0ef813234af23a66f122)), closes [#20001](https://github.com/vuetifyjs/vuetify/issues/20001) [#20086](https://github.com/vuetifyjs/vuetify/issues/20086)
11
12
 
12
13
 
@@ -5323,14 +5323,6 @@
5323
5323
  "type": "boolean | 'force'\n",
5324
5324
  "description": "Forces at least one item to always be selected (if available)."
5325
5325
  },
5326
- "VExpansionPanels/title": {
5327
- "type": "string\n",
5328
- "description": "Specify a title text for the component."
5329
- },
5330
- "VExpansionPanels/text": {
5331
- "type": "string\n",
5332
- "description": "Specify content text for the component."
5333
- },
5334
5326
  "VExpansionPanels/bg-color": {
5335
5327
  "type": "string\n",
5336
5328
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
@@ -5339,10 +5331,6 @@
5339
5331
  "type": "string | number\n",
5340
5332
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
5341
5333
  },
5342
- "VExpansionPanels/value": {
5343
- "type": "any\n",
5344
- "description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant."
5345
- },
5346
5334
  "VExpansionPanels/rounded": {
5347
5335
  "type": "string | number | boolean\n",
5348
5336
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
@@ -10511,10 +10499,6 @@
10511
10499
  "type": "string\n",
10512
10500
  "description": "Configure the active CSS class applied when an item is selected."
10513
10501
  },
10514
- "VStepperVertical/title": {
10515
- "type": "string\n",
10516
- "description": "Specify a title text for the component."
10517
- },
10518
10502
  "VStepperVertical/flat": {
10519
10503
  "type": "boolean\n",
10520
10504
  "description": "Removes the expansion-panel's elevation and borders."
@@ -10567,10 +10551,6 @@
10567
10551
  "type": "string\n",
10568
10552
  "description": "Property on supplied `items` that contains its value."
10569
10553
  },
10570
- "VStepperVertical/value": {
10571
- "type": "any\n",
10572
- "description": "Controls the opened/closed state of content."
10573
- },
10574
10554
  "VStepperVertical/non-linear": {
10575
10555
  "type": "boolean\n",
10576
10556
  "description": "Allow user to jump to any step."
@@ -10607,10 +10587,6 @@
10607
10587
  "type": "boolean | 'force'\n",
10608
10588
  "description": "Forces at least one item to always be selected (if available)."
10609
10589
  },
10610
- "VStepperVertical/text": {
10611
- "type": "string\n",
10612
- "description": "Specify content text for the component."
10613
- },
10614
10590
  "VStepperVertical/elevation": {
10615
10591
  "type": "string | number\n",
10616
10592
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
@@ -10649,7 +10625,7 @@
10649
10625
  },
10650
10626
  "VStepperVertical/readonly": {
10651
10627
  "type": "boolean\n",
10652
- "description": "Makes the expansion-panel content read only."
10628
+ "description": "Makes the entire expansion-panel read only."
10653
10629
  },
10654
10630
  "VStepperVertical/eager": {
10655
10631
  "type": "boolean\n",
@@ -36,6 +36,18 @@
36
36
  "from": "labs/VPicker/index.mjs",
37
37
  "styles": []
38
38
  },
39
+ "VStepperVertical": {
40
+ "from": "labs/VStepperVertical/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VStepperVerticalItem": {
44
+ "from": "labs/VStepperVertical/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VStepperVerticalActions": {
48
+ "from": "labs/VStepperVertical/index.mjs",
49
+ "styles": []
50
+ },
39
51
  "VTimePicker": {
40
52
  "from": "labs/VTimePicker/index.mjs",
41
53
  "styles": []
@@ -60,29 +72,17 @@
60
72
  "from": "labs/VTreeview/index.mjs",
61
73
  "styles": []
62
74
  },
63
- "VStepperVertical": {
64
- "from": "labs/VStepperVertical/index.mjs",
65
- "styles": []
66
- },
67
- "VStepperVerticalItem": {
68
- "from": "labs/VStepperVertical/index.mjs",
69
- "styles": []
70
- },
71
- "VStepperVerticalActions": {
72
- "from": "labs/VStepperVertical/index.mjs",
73
- "styles": []
74
- },
75
75
  "VDateInput": {
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VSnackbarQueue": {
80
- "from": "labs/VSnackbarQueue/index.mjs",
81
- "styles": []
82
- },
83
79
  "VPullToRefresh": {
84
80
  "from": "labs/VPullToRefresh/index.mjs",
85
81
  "styles": []
82
+ },
83
+ "VSnackbarQueue": {
84
+ "from": "labs/VSnackbarQueue/index.mjs",
85
+ "styles": []
86
86
  }
87
87
  }
88
88
  }
@@ -4,10 +4,6 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VAvatar": {
8
- "from": "components/VAvatar/index.mjs",
9
- "styles": []
10
- },
11
7
  "VAppBar": {
12
8
  "from": "components/VAppBar/index.mjs",
13
9
  "styles": []
@@ -20,10 +16,6 @@
20
16
  "from": "components/VAppBar/index.mjs",
21
17
  "styles": []
22
18
  },
23
- "VAutocomplete": {
24
- "from": "components/VAutocomplete/index.mjs",
25
- "styles": []
26
- },
27
19
  "VAlert": {
28
20
  "from": "components/VAlert/index.mjs",
29
21
  "styles": []
@@ -32,12 +24,8 @@
32
24
  "from": "components/VAlert/index.mjs",
33
25
  "styles": []
34
26
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
37
- "styles": []
38
- },
39
- "VBottomNavigation": {
40
- "from": "components/VBottomNavigation/index.mjs",
27
+ "VAvatar": {
28
+ "from": "components/VAvatar/index.mjs",
41
29
  "styles": []
42
30
  },
43
31
  "VBanner": {
@@ -52,6 +40,14 @@
52
40
  "from": "components/VBanner/index.mjs",
53
41
  "styles": []
54
42
  },
43
+ "VAutocomplete": {
44
+ "from": "components/VAutocomplete/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VBadge": {
48
+ "from": "components/VBadge/index.mjs",
49
+ "styles": []
50
+ },
55
51
  "VBottomSheet": {
56
52
  "from": "components/VBottomSheet/index.mjs",
57
53
  "styles": []
@@ -68,34 +64,14 @@
68
64
  "from": "components/VBreadcrumbs/index.mjs",
69
65
  "styles": []
70
66
  },
71
- "VBtnToggle": {
72
- "from": "components/VBtnToggle/index.mjs",
73
- "styles": []
74
- },
75
- "VBtn": {
76
- "from": "components/VBtn/index.mjs",
67
+ "VBottomNavigation": {
68
+ "from": "components/VBottomNavigation/index.mjs",
77
69
  "styles": []
78
70
  },
79
71
  "VBtnGroup": {
80
72
  "from": "components/VBtnGroup/index.mjs",
81
73
  "styles": []
82
74
  },
83
- "VCarousel": {
84
- "from": "components/VCarousel/index.mjs",
85
- "styles": []
86
- },
87
- "VCarouselItem": {
88
- "from": "components/VCarousel/index.mjs",
89
- "styles": []
90
- },
91
- "VCheckbox": {
92
- "from": "components/VCheckbox/index.mjs",
93
- "styles": []
94
- },
95
- "VCheckboxBtn": {
96
- "from": "components/VCheckbox/index.mjs",
97
- "styles": []
98
- },
99
75
  "VCard": {
100
76
  "from": "components/VCard/index.mjs",
101
77
  "styles": []
@@ -120,48 +96,52 @@
120
96
  "from": "components/VCard/index.mjs",
121
97
  "styles": []
122
98
  },
123
- "VChip": {
124
- "from": "components/VChip/index.mjs",
99
+ "VBtn": {
100
+ "from": "components/VBtn/index.mjs",
125
101
  "styles": []
126
102
  },
127
- "VChipGroup": {
128
- "from": "components/VChipGroup/index.mjs",
103
+ "VCheckbox": {
104
+ "from": "components/VCheckbox/index.mjs",
129
105
  "styles": []
130
106
  },
131
- "VColorPicker": {
132
- "from": "components/VColorPicker/index.mjs",
107
+ "VCheckboxBtn": {
108
+ "from": "components/VCheckbox/index.mjs",
133
109
  "styles": []
134
110
  },
135
- "VCombobox": {
136
- "from": "components/VCombobox/index.mjs",
111
+ "VBtnToggle": {
112
+ "from": "components/VBtnToggle/index.mjs",
137
113
  "styles": []
138
114
  },
139
- "VCode": {
140
- "from": "components/VCode/index.mjs",
115
+ "VCarousel": {
116
+ "from": "components/VCarousel/index.mjs",
141
117
  "styles": []
142
118
  },
143
- "VDatePicker": {
144
- "from": "components/VDatePicker/index.mjs",
119
+ "VCarouselItem": {
120
+ "from": "components/VCarousel/index.mjs",
145
121
  "styles": []
146
122
  },
147
- "VDatePickerControls": {
148
- "from": "components/VDatePicker/index.mjs",
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup/index.mjs",
149
125
  "styles": []
150
126
  },
151
- "VDatePickerHeader": {
152
- "from": "components/VDatePicker/index.mjs",
127
+ "VChip": {
128
+ "from": "components/VChip/index.mjs",
153
129
  "styles": []
154
130
  },
155
- "VDatePickerMonth": {
156
- "from": "components/VDatePicker/index.mjs",
131
+ "VCode": {
132
+ "from": "components/VCode/index.mjs",
157
133
  "styles": []
158
134
  },
159
- "VDatePickerMonths": {
160
- "from": "components/VDatePicker/index.mjs",
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker/index.mjs",
161
137
  "styles": []
162
138
  },
163
- "VDatePickerYears": {
164
- "from": "components/VDatePicker/index.mjs",
139
+ "VCounter": {
140
+ "from": "components/VCounter/index.mjs",
141
+ "styles": []
142
+ },
143
+ "VCombobox": {
144
+ "from": "components/VCombobox/index.mjs",
165
145
  "styles": []
166
146
  },
167
147
  "VDataTable": {
@@ -196,26 +176,38 @@
196
176
  "from": "components/VDialog/index.mjs",
197
177
  "styles": []
198
178
  },
199
- "VCounter": {
200
- "from": "components/VCounter/index.mjs",
179
+ "VDatePicker": {
180
+ "from": "components/VDatePicker/index.mjs",
201
181
  "styles": []
202
182
  },
203
- "VEmptyState": {
204
- "from": "components/VEmptyState/index.mjs",
183
+ "VDatePickerControls": {
184
+ "from": "components/VDatePicker/index.mjs",
205
185
  "styles": []
206
186
  },
207
- "VFooter": {
208
- "from": "components/VFooter/index.mjs",
187
+ "VDatePickerHeader": {
188
+ "from": "components/VDatePicker/index.mjs",
209
189
  "styles": []
210
190
  },
211
- "VFileInput": {
212
- "from": "components/VFileInput/index.mjs",
191
+ "VDatePickerMonth": {
192
+ "from": "components/VDatePicker/index.mjs",
193
+ "styles": []
194
+ },
195
+ "VDatePickerMonths": {
196
+ "from": "components/VDatePicker/index.mjs",
197
+ "styles": []
198
+ },
199
+ "VDatePickerYears": {
200
+ "from": "components/VDatePicker/index.mjs",
213
201
  "styles": []
214
202
  },
215
203
  "VFab": {
216
204
  "from": "components/VFab/index.mjs",
217
205
  "styles": []
218
206
  },
207
+ "VDivider": {
208
+ "from": "components/VDivider/index.mjs",
209
+ "styles": []
210
+ },
219
211
  "VExpansionPanels": {
220
212
  "from": "components/VExpansionPanel/index.mjs",
221
213
  "styles": []
@@ -232,8 +224,8 @@
232
224
  "from": "components/VExpansionPanel/index.mjs",
233
225
  "styles": []
234
226
  },
235
- "VDivider": {
236
- "from": "components/VDivider/index.mjs",
227
+ "VEmptyState": {
228
+ "from": "components/VEmptyState/index.mjs",
237
229
  "styles": []
238
230
  },
239
231
  "VField": {
@@ -244,6 +236,14 @@
244
236
  "from": "components/VField/index.mjs",
245
237
  "styles": []
246
238
  },
239
+ "VFileInput": {
240
+ "from": "components/VFileInput/index.mjs",
241
+ "styles": []
242
+ },
243
+ "VFooter": {
244
+ "from": "components/VFooter/index.mjs",
245
+ "styles": []
246
+ },
247
247
  "VIcon": {
248
248
  "from": "components/VIcon/index.mjs",
249
249
  "styles": []
@@ -264,6 +264,10 @@
264
264
  "from": "components/VIcon/index.mjs",
265
265
  "styles": []
266
266
  },
267
+ "VInput": {
268
+ "from": "components/VInput/index.mjs",
269
+ "styles": []
270
+ },
267
271
  "VImg": {
268
272
  "from": "components/VImg/index.mjs",
269
273
  "styles": []
@@ -280,14 +284,18 @@
280
284
  "from": "components/VItemGroup/index.mjs",
281
285
  "styles": []
282
286
  },
283
- "VInput": {
284
- "from": "components/VInput/index.mjs",
287
+ "VKbd": {
288
+ "from": "components/VKbd/index.mjs",
285
289
  "styles": []
286
290
  },
287
291
  "VLabel": {
288
292
  "from": "components/VLabel/index.mjs",
289
293
  "styles": []
290
294
  },
295
+ "VMain": {
296
+ "from": "components/VMain/index.mjs",
297
+ "styles": []
298
+ },
291
299
  "VList": {
292
300
  "from": "components/VList/index.mjs",
293
301
  "styles": []
@@ -324,42 +332,34 @@
324
332
  "from": "components/VList/index.mjs",
325
333
  "styles": []
326
334
  },
327
- "VKbd": {
328
- "from": "components/VKbd/index.mjs",
329
- "styles": []
330
- },
331
- "VMain": {
332
- "from": "components/VMain/index.mjs",
333
- "styles": []
334
- },
335
335
  "VMenu": {
336
336
  "from": "components/VMenu/index.mjs",
337
337
  "styles": []
338
338
  },
339
- "VNavigationDrawer": {
340
- "from": "components/VNavigationDrawer/index.mjs",
339
+ "VOverlay": {
340
+ "from": "components/VOverlay/index.mjs",
341
341
  "styles": []
342
342
  },
343
343
  "VMessages": {
344
344
  "from": "components/VMessages/index.mjs",
345
345
  "styles": []
346
346
  },
347
+ "VNavigationDrawer": {
348
+ "from": "components/VNavigationDrawer/index.mjs",
349
+ "styles": []
350
+ },
347
351
  "VOtpInput": {
348
352
  "from": "components/VOtpInput/index.mjs",
349
353
  "styles": []
350
354
  },
351
- "VOverlay": {
352
- "from": "components/VOverlay/index.mjs",
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular/index.mjs",
353
357
  "styles": []
354
358
  },
355
359
  "VPagination": {
356
360
  "from": "components/VPagination/index.mjs",
357
361
  "styles": []
358
362
  },
359
- "VProgressCircular": {
360
- "from": "components/VProgressCircular/index.mjs",
361
- "styles": []
362
- },
363
363
  "VProgressLinear": {
364
364
  "from": "components/VProgressLinear/index.mjs",
365
365
  "styles": []
@@ -372,22 +372,22 @@
372
372
  "from": "components/VRating/index.mjs",
373
373
  "styles": []
374
374
  },
375
- "VSelect": {
376
- "from": "components/VSelect/index.mjs",
377
- "styles": []
378
- },
379
- "VSheet": {
380
- "from": "components/VSheet/index.mjs",
381
- "styles": []
382
- },
383
375
  "VSelectionControl": {
384
376
  "from": "components/VSelectionControl/index.mjs",
385
377
  "styles": []
386
378
  },
379
+ "VSelect": {
380
+ "from": "components/VSelect/index.mjs",
381
+ "styles": []
382
+ },
387
383
  "VSelectionControlGroup": {
388
384
  "from": "components/VSelectionControlGroup/index.mjs",
389
385
  "styles": []
390
386
  },
387
+ "VSheet": {
388
+ "from": "components/VSheet/index.mjs",
389
+ "styles": []
390
+ },
391
391
  "VSkeletonLoader": {
392
392
  "from": "components/VSkeletonLoader/index.mjs",
393
393
  "styles": []
@@ -400,14 +400,14 @@
400
400
  "from": "components/VSlideGroup/index.mjs",
401
401
  "styles": []
402
402
  },
403
- "VSlider": {
404
- "from": "components/VSlider/index.mjs",
405
- "styles": []
406
- },
407
403
  "VSnackbar": {
408
404
  "from": "components/VSnackbar/index.mjs",
409
405
  "styles": []
410
406
  },
407
+ "VSlider": {
408
+ "from": "components/VSlider/index.mjs",
409
+ "styles": []
410
+ },
411
411
  "VStepper": {
412
412
  "from": "components/VStepper/index.mjs",
413
413
  "styles": []
@@ -432,6 +432,10 @@
432
432
  "from": "components/VStepper/index.mjs",
433
433
  "styles": []
434
434
  },
435
+ "VSwitch": {
436
+ "from": "components/VSwitch/index.mjs",
437
+ "styles": []
438
+ },
435
439
  "VTab": {
436
440
  "from": "components/VTabs/index.mjs",
437
441
  "styles": []
@@ -448,8 +452,8 @@
448
452
  "from": "components/VTabs/index.mjs",
449
453
  "styles": []
450
454
  },
451
- "VSwitch": {
452
- "from": "components/VSwitch/index.mjs",
455
+ "VTable": {
456
+ "from": "components/VTable/index.mjs",
453
457
  "styles": []
454
458
  },
455
459
  "VSystemBar": {
@@ -460,18 +464,10 @@
460
464
  "from": "components/VTextarea/index.mjs",
461
465
  "styles": []
462
466
  },
463
- "VTable": {
464
- "from": "components/VTable/index.mjs",
465
- "styles": []
466
- },
467
467
  "VTextField": {
468
468
  "from": "components/VTextField/index.mjs",
469
469
  "styles": []
470
470
  },
471
- "VTooltip": {
472
- "from": "components/VTooltip/index.mjs",
473
- "styles": []
474
- },
475
471
  "VTimeline": {
476
472
  "from": "components/VTimeline/index.mjs",
477
473
  "styles": []
@@ -480,6 +476,10 @@
480
476
  "from": "components/VTimeline/index.mjs",
481
477
  "styles": []
482
478
  },
479
+ "VTooltip": {
480
+ "from": "components/VTooltip/index.mjs",
481
+ "styles": []
482
+ },
483
483
  "VToolbar": {
484
484
  "from": "components/VToolbar/index.mjs",
485
485
  "styles": []
@@ -1713,11 +1713,8 @@
1713
1713
  "selected-class",
1714
1714
  "static",
1715
1715
  "tag",
1716
- "text",
1717
1716
  "theme",
1718
1717
  "tile",
1719
- "title",
1720
- "value",
1721
1718
  "variant"
1722
1719
  ],
1723
1720
  "description": ""
@@ -3423,11 +3420,8 @@
3423
3420
  "rounded",
3424
3421
  "selected-class",
3425
3422
  "tag",
3426
- "text",
3427
3423
  "theme",
3428
3424
  "tile",
3429
- "title",
3430
- "value",
3431
3425
  "variant"
3432
3426
  ],
3433
3427
  "description": ""
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.11-master.2024-07-06",
5
+ "version": "3.6.11-master.2024-07-08",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -21101,24 +21101,6 @@
21101
21101
  "type": "boolean | 'force'"
21102
21102
  }
21103
21103
  },
21104
- {
21105
- "name": "title",
21106
- "description": "Specify a title text for the component.",
21107
- "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21108
- "value": {
21109
- "kind": "expression",
21110
- "type": "string"
21111
- }
21112
- },
21113
- {
21114
- "name": "text",
21115
- "description": "Specify content text for the component.",
21116
- "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21117
- "value": {
21118
- "kind": "expression",
21119
- "type": "string"
21120
- }
21121
- },
21122
21104
  {
21123
21105
  "name": "bgColor",
21124
21106
  "description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
@@ -21137,15 +21119,6 @@
21137
21119
  "type": "string | number"
21138
21120
  }
21139
21121
  },
21140
- {
21141
- "name": "value",
21142
- "description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant.",
21143
- "doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
21144
- "value": {
21145
- "kind": "expression",
21146
- "type": "any"
21147
- }
21148
- },
21149
21122
  {
21150
21123
  "name": "rounded",
21151
21124
  "description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius).",
@@ -39679,15 +39652,6 @@
39679
39652
  "description": "",
39680
39653
  "doc-url": "https://vuetifyjs.com/api/v-stepper-vertical",
39681
39654
  "attributes": [
39682
- {
39683
- "name": "title",
39684
- "description": "Specify a title text for the component.",
39685
- "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39686
- "value": {
39687
- "kind": "expression",
39688
- "type": "string"
39689
- }
39690
- },
39691
39655
  {
39692
39656
  "name": "flat",
39693
39657
  "description": "Removes the expansion-panel's elevation and borders.",
@@ -39814,15 +39778,6 @@
39814
39778
  "type": "string"
39815
39779
  }
39816
39780
  },
39817
- {
39818
- "name": "value",
39819
- "description": "Controls the opened/closed state of content.",
39820
- "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39821
- "value": {
39822
- "kind": "expression",
39823
- "type": "any"
39824
- }
39825
- },
39826
39781
  {
39827
39782
  "name": "nonLinear",
39828
39783
  "description": "Allow user to jump to any step.",
@@ -39909,15 +39864,6 @@
39909
39864
  "type": "boolean | 'force'"
39910
39865
  }
39911
39866
  },
39912
- {
39913
- "name": "text",
39914
- "description": "Specify content text for the component.",
39915
- "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
39916
- "value": {
39917
- "kind": "expression",
39918
- "type": "string"
39919
- }
39920
- },
39921
39867
  {
39922
39868
  "name": "elevation",
39923
39869
  "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
@@ -40007,7 +39953,7 @@
40007
39953
  },
40008
39954
  {
40009
39955
  "name": "readonly",
40010
- "description": "Makes the expansion-panel content read only.",
39956
+ "description": "Makes the entire expansion-panel read only.",
40011
39957
  "doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
40012
39958
  "default": "false",
40013
39959
  "value": {