@vuetify/nightly 3.6.11-master.2024-07-07 → 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-07...v) (2024-07-07)
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-07](https://github.com/vuetifyjs/vuetify/compare/v3.6.11...v3.6.11-master.2024-07-07) (2024-07-07)
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",
@@ -76,13 +76,13 @@
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
  }
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VAlert": {
4
- "from": "components/VAlert/index.mjs",
5
- "styles": []
6
- },
7
- "VAlertTitle": {
8
- "from": "components/VAlert/index.mjs",
9
- "styles": []
10
- },
11
3
  "VApp": {
12
4
  "from": "components/VApp/index.mjs",
13
5
  "styles": []
@@ -24,28 +16,16 @@
24
16
  "from": "components/VAppBar/index.mjs",
25
17
  "styles": []
26
18
  },
27
- "VAvatar": {
28
- "from": "components/VAvatar/index.mjs",
29
- "styles": []
30
- },
31
- "VBadge": {
32
- "from": "components/VBadge/index.mjs",
33
- "styles": []
34
- },
35
- "VAutocomplete": {
36
- "from": "components/VAutocomplete/index.mjs",
37
- "styles": []
38
- },
39
- "VBottomNavigation": {
40
- "from": "components/VBottomNavigation/index.mjs",
19
+ "VAlert": {
20
+ "from": "components/VAlert/index.mjs",
41
21
  "styles": []
42
22
  },
43
- "VBottomSheet": {
44
- "from": "components/VBottomSheet/index.mjs",
23
+ "VAlertTitle": {
24
+ "from": "components/VAlert/index.mjs",
45
25
  "styles": []
46
26
  },
47
- "VBtn": {
48
- "from": "components/VBtn/index.mjs",
27
+ "VAvatar": {
28
+ "from": "components/VAvatar/index.mjs",
49
29
  "styles": []
50
30
  },
51
31
  "VBanner": {
@@ -60,8 +40,16 @@
60
40
  "from": "components/VBanner/index.mjs",
61
41
  "styles": []
62
42
  },
63
- "VBtnGroup": {
64
- "from": "components/VBtnGroup/index.mjs",
43
+ "VAutocomplete": {
44
+ "from": "components/VAutocomplete/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VBadge": {
48
+ "from": "components/VBadge/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VBottomSheet": {
52
+ "from": "components/VBottomSheet/index.mjs",
65
53
  "styles": []
66
54
  },
67
55
  "VBreadcrumbs": {
@@ -76,12 +64,12 @@
76
64
  "from": "components/VBreadcrumbs/index.mjs",
77
65
  "styles": []
78
66
  },
79
- "VCarousel": {
80
- "from": "components/VCarousel/index.mjs",
67
+ "VBottomNavigation": {
68
+ "from": "components/VBottomNavigation/index.mjs",
81
69
  "styles": []
82
70
  },
83
- "VCarouselItem": {
84
- "from": "components/VCarousel/index.mjs",
71
+ "VBtnGroup": {
72
+ "from": "components/VBtnGroup/index.mjs",
85
73
  "styles": []
86
74
  },
87
75
  "VCard": {
@@ -108,8 +96,8 @@
108
96
  "from": "components/VCard/index.mjs",
109
97
  "styles": []
110
98
  },
111
- "VBtnToggle": {
112
- "from": "components/VBtnToggle/index.mjs",
99
+ "VBtn": {
100
+ "from": "components/VBtn/index.mjs",
113
101
  "styles": []
114
102
  },
115
103
  "VCheckbox": {
@@ -120,26 +108,42 @@
120
108
  "from": "components/VCheckbox/index.mjs",
121
109
  "styles": []
122
110
  },
123
- "VChip": {
124
- "from": "components/VChip/index.mjs",
111
+ "VBtnToggle": {
112
+ "from": "components/VBtnToggle/index.mjs",
125
113
  "styles": []
126
114
  },
127
- "VCombobox": {
128
- "from": "components/VCombobox/index.mjs",
115
+ "VCarousel": {
116
+ "from": "components/VCarousel/index.mjs",
129
117
  "styles": []
130
118
  },
131
- "VCode": {
132
- "from": "components/VCode/index.mjs",
119
+ "VCarouselItem": {
120
+ "from": "components/VCarousel/index.mjs",
133
121
  "styles": []
134
122
  },
135
123
  "VChipGroup": {
136
124
  "from": "components/VChipGroup/index.mjs",
137
125
  "styles": []
138
126
  },
127
+ "VChip": {
128
+ "from": "components/VChip/index.mjs",
129
+ "styles": []
130
+ },
131
+ "VCode": {
132
+ "from": "components/VCode/index.mjs",
133
+ "styles": []
134
+ },
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker/index.mjs",
137
+ "styles": []
138
+ },
139
139
  "VCounter": {
140
140
  "from": "components/VCounter/index.mjs",
141
141
  "styles": []
142
142
  },
143
+ "VCombobox": {
144
+ "from": "components/VCombobox/index.mjs",
145
+ "styles": []
146
+ },
143
147
  "VDataTable": {
144
148
  "from": "components/VDataTable/index.mjs",
145
149
  "styles": []
@@ -168,8 +172,8 @@
168
172
  "from": "components/VDataTable/index.mjs",
169
173
  "styles": []
170
174
  },
171
- "VColorPicker": {
172
- "from": "components/VColorPicker/index.mjs",
175
+ "VDialog": {
176
+ "from": "components/VDialog/index.mjs",
173
177
  "styles": []
174
178
  },
175
179
  "VDatePicker": {
@@ -196,18 +200,14 @@
196
200
  "from": "components/VDatePicker/index.mjs",
197
201
  "styles": []
198
202
  },
199
- "VDialog": {
200
- "from": "components/VDialog/index.mjs",
203
+ "VFab": {
204
+ "from": "components/VFab/index.mjs",
201
205
  "styles": []
202
206
  },
203
207
  "VDivider": {
204
208
  "from": "components/VDivider/index.mjs",
205
209
  "styles": []
206
210
  },
207
- "VFab": {
208
- "from": "components/VFab/index.mjs",
209
- "styles": []
210
- },
211
211
  "VExpansionPanels": {
212
212
  "from": "components/VExpansionPanel/index.mjs",
213
213
  "styles": []
@@ -236,16 +236,12 @@
236
236
  "from": "components/VField/index.mjs",
237
237
  "styles": []
238
238
  },
239
- "VFooter": {
240
- "from": "components/VFooter/index.mjs",
241
- "styles": []
242
- },
243
239
  "VFileInput": {
244
240
  "from": "components/VFileInput/index.mjs",
245
241
  "styles": []
246
242
  },
247
- "VInfiniteScroll": {
248
- "from": "components/VInfiniteScroll/index.mjs",
243
+ "VFooter": {
244
+ "from": "components/VFooter/index.mjs",
249
245
  "styles": []
250
246
  },
251
247
  "VIcon": {
@@ -268,12 +264,16 @@
268
264
  "from": "components/VIcon/index.mjs",
269
265
  "styles": []
270
266
  },
267
+ "VInput": {
268
+ "from": "components/VInput/index.mjs",
269
+ "styles": []
270
+ },
271
271
  "VImg": {
272
272
  "from": "components/VImg/index.mjs",
273
273
  "styles": []
274
274
  },
275
- "VLabel": {
276
- "from": "components/VLabel/index.mjs",
275
+ "VInfiniteScroll": {
276
+ "from": "components/VInfiniteScroll/index.mjs",
277
277
  "styles": []
278
278
  },
279
279
  "VItemGroup": {
@@ -288,8 +288,12 @@
288
288
  "from": "components/VKbd/index.mjs",
289
289
  "styles": []
290
290
  },
291
- "VInput": {
292
- "from": "components/VInput/index.mjs",
291
+ "VLabel": {
292
+ "from": "components/VLabel/index.mjs",
293
+ "styles": []
294
+ },
295
+ "VMain": {
296
+ "from": "components/VMain/index.mjs",
293
297
  "styles": []
294
298
  },
295
299
  "VList": {
@@ -328,46 +332,42 @@
328
332
  "from": "components/VList/index.mjs",
329
333
  "styles": []
330
334
  },
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
- "VOtpInput": {
340
- "from": "components/VOtpInput/index.mjs",
339
+ "VOverlay": {
340
+ "from": "components/VOverlay/index.mjs",
341
+ "styles": []
342
+ },
343
+ "VMessages": {
344
+ "from": "components/VMessages/index.mjs",
341
345
  "styles": []
342
346
  },
343
347
  "VNavigationDrawer": {
344
348
  "from": "components/VNavigationDrawer/index.mjs",
345
349
  "styles": []
346
350
  },
347
- "VMessages": {
348
- "from": "components/VMessages/index.mjs",
351
+ "VOtpInput": {
352
+ "from": "components/VOtpInput/index.mjs",
349
353
  "styles": []
350
354
  },
351
355
  "VProgressCircular": {
352
356
  "from": "components/VProgressCircular/index.mjs",
353
357
  "styles": []
354
358
  },
355
- "VOverlay": {
356
- "from": "components/VOverlay/index.mjs",
357
- "styles": []
358
- },
359
359
  "VPagination": {
360
360
  "from": "components/VPagination/index.mjs",
361
361
  "styles": []
362
362
  },
363
- "VRadioGroup": {
364
- "from": "components/VRadioGroup/index.mjs",
365
- "styles": []
366
- },
367
363
  "VProgressLinear": {
368
364
  "from": "components/VProgressLinear/index.mjs",
369
365
  "styles": []
370
366
  },
367
+ "VRadioGroup": {
368
+ "from": "components/VRadioGroup/index.mjs",
369
+ "styles": []
370
+ },
371
371
  "VRating": {
372
372
  "from": "components/VRating/index.mjs",
373
373
  "styles": []
@@ -380,14 +380,6 @@
380
380
  "from": "components/VSelect/index.mjs",
381
381
  "styles": []
382
382
  },
383
- "VSlideGroup": {
384
- "from": "components/VSlideGroup/index.mjs",
385
- "styles": []
386
- },
387
- "VSlideGroupItem": {
388
- "from": "components/VSlideGroup/index.mjs",
389
- "styles": []
390
- },
391
383
  "VSelectionControlGroup": {
392
384
  "from": "components/VSelectionControlGroup/index.mjs",
393
385
  "styles": []
@@ -400,6 +392,14 @@
400
392
  "from": "components/VSkeletonLoader/index.mjs",
401
393
  "styles": []
402
394
  },
395
+ "VSlideGroup": {
396
+ "from": "components/VSlideGroup/index.mjs",
397
+ "styles": []
398
+ },
399
+ "VSlideGroupItem": {
400
+ "from": "components/VSlideGroup/index.mjs",
401
+ "styles": []
402
+ },
403
403
  "VSnackbar": {
404
404
  "from": "components/VSnackbar/index.mjs",
405
405
  "styles": []
@@ -408,10 +408,6 @@
408
408
  "from": "components/VSlider/index.mjs",
409
409
  "styles": []
410
410
  },
411
- "VSystemBar": {
412
- "from": "components/VSystemBar/index.mjs",
413
- "styles": []
414
- },
415
411
  "VStepper": {
416
412
  "from": "components/VStepper/index.mjs",
417
413
  "styles": []
@@ -440,10 +436,6 @@
440
436
  "from": "components/VSwitch/index.mjs",
441
437
  "styles": []
442
438
  },
443
- "VTextarea": {
444
- "from": "components/VTextarea/index.mjs",
445
- "styles": []
446
- },
447
439
  "VTab": {
448
440
  "from": "components/VTabs/index.mjs",
449
441
  "styles": []
@@ -460,20 +452,16 @@
460
452
  "from": "components/VTabs/index.mjs",
461
453
  "styles": []
462
454
  },
463
- "VToolbar": {
464
- "from": "components/VToolbar/index.mjs",
465
- "styles": []
466
- },
467
- "VToolbarTitle": {
468
- "from": "components/VToolbar/index.mjs",
455
+ "VTable": {
456
+ "from": "components/VTable/index.mjs",
469
457
  "styles": []
470
458
  },
471
- "VToolbarItems": {
472
- "from": "components/VToolbar/index.mjs",
459
+ "VSystemBar": {
460
+ "from": "components/VSystemBar/index.mjs",
473
461
  "styles": []
474
462
  },
475
- "VTable": {
476
- "from": "components/VTable/index.mjs",
463
+ "VTextarea": {
464
+ "from": "components/VTextarea/index.mjs",
477
465
  "styles": []
478
466
  },
479
467
  "VTextField": {
@@ -492,6 +480,18 @@
492
480
  "from": "components/VTooltip/index.mjs",
493
481
  "styles": []
494
482
  },
483
+ "VToolbar": {
484
+ "from": "components/VToolbar/index.mjs",
485
+ "styles": []
486
+ },
487
+ "VToolbarTitle": {
488
+ "from": "components/VToolbar/index.mjs",
489
+ "styles": []
490
+ },
491
+ "VToolbarItems": {
492
+ "from": "components/VToolbar/index.mjs",
493
+ "styles": []
494
+ },
495
495
  "VWindow": {
496
496
  "from": "components/VWindow/index.mjs",
497
497
  "styles": []
@@ -536,10 +536,6 @@
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
538
538
  },
539
- "VLazy": {
540
- "from": "components/VLazy/index.mjs",
541
- "styles": []
542
- },
543
539
  "VLayout": {
544
540
  "from": "components/VLayout/index.mjs",
545
541
  "styles": []
@@ -548,6 +544,10 @@
548
544
  "from": "components/VLayout/index.mjs",
549
545
  "styles": []
550
546
  },
547
+ "VLazy": {
548
+ "from": "components/VLazy/index.mjs",
549
+ "styles": []
550
+ },
551
551
  "VLocaleProvider": {
552
552
  "from": "components/VLocaleProvider/index.mjs",
553
553
  "styles": []
@@ -572,26 +572,26 @@
572
572
  "from": "components/VResponsive/index.mjs",
573
573
  "styles": []
574
574
  },
575
- "VSpeedDial": {
576
- "from": "components/VSpeedDial/index.mjs",
577
- "styles": []
578
- },
579
575
  "VSparkline": {
580
576
  "from": "components/VSparkline/index.mjs",
581
577
  "styles": []
582
578
  },
583
- "VThemeProvider": {
584
- "from": "components/VThemeProvider/index.mjs",
579
+ "VSpeedDial": {
580
+ "from": "components/VSpeedDial/index.mjs",
585
581
  "styles": []
586
582
  },
587
- "VValidation": {
588
- "from": "components/VValidation/index.mjs",
583
+ "VThemeProvider": {
584
+ "from": "components/VThemeProvider/index.mjs",
589
585
  "styles": []
590
586
  },
591
587
  "VVirtualScroll": {
592
588
  "from": "components/VVirtualScroll/index.mjs",
593
589
  "styles": []
594
590
  },
591
+ "VValidation": {
592
+ "from": "components/VValidation/index.mjs",
593
+ "styles": []
594
+ },
595
595
  "VFabTransition": {
596
596
  "from": "components/transitions/index.mjs",
597
597
  "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-07",
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": {