@vuetify/nightly 3.5.9-dev.2024-03-26 → 3.5.9-dev.2024-03-29

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,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.9-dev.2024-03-26...v) (2024-03-26)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.9-dev.2024-03-29...v) (2024-03-29)
2
2
 
3
3
 
4
4
 
5
- ## [3.5.9-dev.2024-03-26](https://github.com/vuetifyjs/vuetify/compare/v3.5.9...v3.5.9-dev.2024-03-26) (2024-03-26)
5
+ ## [3.5.9-dev.2024-03-29](https://github.com/vuetifyjs/vuetify/compare/v3.5.9...v3.5.9-dev.2024-03-29) (2024-03-29)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -33,6 +33,7 @@
33
33
  * **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
34
34
  * **VMain:** add dimension support ([8ba749b](https://github.com/vuetifyjs/vuetify/commit/8ba749b401ebd5dc07c057a9f363b006fdbe31a4))
35
35
  * **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
36
+ * **VTimeline:** add more passthrough props to defaults provide ([c008ad5](https://github.com/vuetifyjs/vuetify/commit/c008ad506cbd8125d4ecb148c3f63f998c9f5399))
36
37
 
37
38
 
38
39
 
@@ -10303,10 +10303,6 @@
10303
10303
  "type": "string\n",
10304
10304
  "description": "Places timeline line at the center or automatically on the left or right side."
10305
10305
  },
10306
- "VTimeline/line-inset": {
10307
- "type": "string | number\n",
10308
- "description": "Specifies the distance between the line and the dot of timeline items."
10309
- },
10310
10306
  "VTimeline/line-thickness": {
10311
10307
  "type": "string | number\n",
10312
10308
  "description": "Thickness of the timeline line."
@@ -10315,14 +10311,38 @@
10315
10311
  "type": "string\n",
10316
10312
  "description": "Color of the timeline line."
10317
10313
  },
10318
- "VTimeline/density": {
10319
- "type": "'default' | 'comfortable' | 'compact'\n",
10320
- "description": "Adjusts the vertical height used by the component."
10314
+ "VTimeline/dot-color": {
10315
+ "type": "string\n",
10316
+ "description": "Color of the item dot."
10317
+ },
10318
+ "VTimeline/fill-dot": {
10319
+ "type": "boolean\n",
10320
+ "description": "Remove outer border of item dot, making the color fill the entire dot."
10321
+ },
10322
+ "VTimeline/hide-opposite": {
10323
+ "type": "boolean\n",
10324
+ "description": "Hide opposite content if it exists."
10325
+ },
10326
+ "VTimeline/icon-color": {
10327
+ "type": "string\n",
10328
+ "description": "Color of the icon."
10329
+ },
10330
+ "VTimeline/line-inset": {
10331
+ "type": "string | number\n",
10332
+ "description": "Specifies the distance between the line and the dot of timeline items."
10333
+ },
10334
+ "VTimeline/size": {
10335
+ "type": "string | number\n",
10336
+ "description": "Size of the item dot"
10321
10337
  },
10322
10338
  "VTimeline/tag": {
10323
10339
  "type": "string\n",
10324
10340
  "description": "Specify a custom tag used on the root element."
10325
10341
  },
10342
+ "VTimeline/density": {
10343
+ "type": "'default' | 'compact' | 'comfortable'\n",
10344
+ "description": "Adjusts the vertical height used by the component."
10345
+ },
10326
10346
  "VTimeline/theme": {
10327
10347
  "type": "string\n",
10328
10348
  "description": "Specify a theme for this component and all of its children."
@@ -1,5 +1,21 @@
1
1
  {
2
2
  "components": {
3
+ "VPicker": {
4
+ "from": "labs/VPicker/index.mjs",
5
+ "styles": []
6
+ },
7
+ "VPickerTitle": {
8
+ "from": "labs/VPicker/index.mjs",
9
+ "styles": []
10
+ },
11
+ "VEmptyState": {
12
+ "from": "labs/VEmptyState/index.mjs",
13
+ "styles": []
14
+ },
15
+ "VFab": {
16
+ "from": "labs/VFab/index.mjs",
17
+ "styles": []
18
+ },
3
19
  "VCalendar": {
4
20
  "from": "labs/VCalendar/index.mjs",
5
21
  "styles": []
@@ -24,34 +40,18 @@
24
40
  "from": "labs/VCalendar/index.mjs",
25
41
  "styles": []
26
42
  },
27
- "VEmptyState": {
28
- "from": "labs/VEmptyState/index.mjs",
29
- "styles": []
30
- },
31
- "VFab": {
32
- "from": "labs/VFab/index.mjs",
33
- "styles": []
34
- },
35
- "VPicker": {
36
- "from": "labs/VPicker/index.mjs",
37
- "styles": []
38
- },
39
- "VPickerTitle": {
40
- "from": "labs/VPicker/index.mjs",
41
- "styles": []
42
- },
43
43
  "VSparkline": {
44
44
  "from": "labs/VSparkline/index.mjs",
45
45
  "styles": []
46
46
  },
47
- "VConfirmEdit": {
48
- "from": "labs/VConfirmEdit/index.mjs",
49
- "styles": []
50
- },
51
47
  "VSpeedDial": {
52
48
  "from": "labs/VSpeedDial/index.mjs",
53
49
  "styles": []
54
50
  },
51
+ "VConfirmEdit": {
52
+ "from": "labs/VConfirmEdit/index.mjs",
53
+ "styles": []
54
+ },
55
55
  "VTreeview": {
56
56
  "from": "labs/VTreeview/index.mjs",
57
57
  "styles": []
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
3
  "VAppBar": {
8
4
  "from": "components/VAppBar/index.mjs",
9
5
  "styles": []
@@ -16,14 +12,6 @@
16
12
  "from": "components/VAppBar/index.mjs",
17
13
  "styles": []
18
14
  },
19
- "VAlert": {
20
- "from": "components/VAlert/index.mjs",
21
- "styles": []
22
- },
23
- "VAlertTitle": {
24
- "from": "components/VAlert/index.mjs",
25
- "styles": []
26
- },
27
15
  "VAutocomplete": {
28
16
  "from": "components/VAutocomplete/index.mjs",
29
17
  "styles": []
@@ -32,20 +20,20 @@
32
20
  "from": "components/VAvatar/index.mjs",
33
21
  "styles": []
34
22
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
23
+ "VAlert": {
24
+ "from": "components/VAlert/index.mjs",
37
25
  "styles": []
38
26
  },
39
- "VBreadcrumbs": {
40
- "from": "components/VBreadcrumbs/index.mjs",
27
+ "VAlertTitle": {
28
+ "from": "components/VAlert/index.mjs",
41
29
  "styles": []
42
30
  },
43
- "VBreadcrumbsItem": {
44
- "from": "components/VBreadcrumbs/index.mjs",
31
+ "VBadge": {
32
+ "from": "components/VBadge/index.mjs",
45
33
  "styles": []
46
34
  },
47
- "VBreadcrumbsDivider": {
48
- "from": "components/VBreadcrumbs/index.mjs",
35
+ "VBottomSheet": {
36
+ "from": "components/VBottomSheet/index.mjs",
49
37
  "styles": []
50
38
  },
51
39
  "VBottomNavigation": {
@@ -64,36 +52,28 @@
64
52
  "from": "components/VBanner/index.mjs",
65
53
  "styles": []
66
54
  },
67
- "VBottomSheet": {
68
- "from": "components/VBottomSheet/index.mjs",
69
- "styles": []
70
- },
71
- "VBtn": {
72
- "from": "components/VBtn/index.mjs",
55
+ "VBreadcrumbs": {
56
+ "from": "components/VBreadcrumbs/index.mjs",
73
57
  "styles": []
74
58
  },
75
- "VBtnGroup": {
76
- "from": "components/VBtnGroup/index.mjs",
59
+ "VBreadcrumbsItem": {
60
+ "from": "components/VBreadcrumbs/index.mjs",
77
61
  "styles": []
78
62
  },
79
- "VCheckbox": {
80
- "from": "components/VCheckbox/index.mjs",
63
+ "VBreadcrumbsDivider": {
64
+ "from": "components/VBreadcrumbs/index.mjs",
81
65
  "styles": []
82
66
  },
83
- "VCheckboxBtn": {
84
- "from": "components/VCheckbox/index.mjs",
67
+ "VBtn": {
68
+ "from": "components/VBtn/index.mjs",
85
69
  "styles": []
86
70
  },
87
71
  "VBtnToggle": {
88
72
  "from": "components/VBtnToggle/index.mjs",
89
73
  "styles": []
90
74
  },
91
- "VCarousel": {
92
- "from": "components/VCarousel/index.mjs",
93
- "styles": []
94
- },
95
- "VCarouselItem": {
96
- "from": "components/VCarousel/index.mjs",
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup/index.mjs",
97
77
  "styles": []
98
78
  },
99
79
  "VCard": {
@@ -120,6 +100,14 @@
120
100
  "from": "components/VCard/index.mjs",
121
101
  "styles": []
122
102
  },
103
+ "VCheckbox": {
104
+ "from": "components/VCheckbox/index.mjs",
105
+ "styles": []
106
+ },
107
+ "VCheckboxBtn": {
108
+ "from": "components/VCheckbox/index.mjs",
109
+ "styles": []
110
+ },
123
111
  "VChip": {
124
112
  "from": "components/VChip/index.mjs",
125
113
  "styles": []
@@ -132,10 +120,22 @@
132
120
  "from": "components/VColorPicker/index.mjs",
133
121
  "styles": []
134
122
  },
123
+ "VCarousel": {
124
+ "from": "components/VCarousel/index.mjs",
125
+ "styles": []
126
+ },
127
+ "VCarouselItem": {
128
+ "from": "components/VCarousel/index.mjs",
129
+ "styles": []
130
+ },
135
131
  "VCode": {
136
132
  "from": "components/VCode/index.mjs",
137
133
  "styles": []
138
134
  },
135
+ "VCounter": {
136
+ "from": "components/VCounter/index.mjs",
137
+ "styles": []
138
+ },
139
139
  "VDataTable": {
140
140
  "from": "components/VDataTable/index.mjs",
141
141
  "styles": []
@@ -168,10 +168,6 @@
168
168
  "from": "components/VCombobox/index.mjs",
169
169
  "styles": []
170
170
  },
171
- "VCounter": {
172
- "from": "components/VCounter/index.mjs",
173
- "styles": []
174
- },
175
171
  "VDatePicker": {
176
172
  "from": "components/VDatePicker/index.mjs",
177
173
  "styles": []
@@ -228,6 +224,22 @@
228
224
  "from": "components/VField/index.mjs",
229
225
  "styles": []
230
226
  },
227
+ "VFileInput": {
228
+ "from": "components/VFileInput/index.mjs",
229
+ "styles": []
230
+ },
231
+ "VApp": {
232
+ "from": "components/VApp/index.mjs",
233
+ "styles": []
234
+ },
235
+ "VFooter": {
236
+ "from": "components/VFooter/index.mjs",
237
+ "styles": []
238
+ },
239
+ "VImg": {
240
+ "from": "components/VImg/index.mjs",
241
+ "styles": []
242
+ },
231
243
  "VIcon": {
232
244
  "from": "components/VIcon/index.mjs",
233
245
  "styles": []
@@ -248,26 +260,14 @@
248
260
  "from": "components/VIcon/index.mjs",
249
261
  "styles": []
250
262
  },
251
- "VFileInput": {
252
- "from": "components/VFileInput/index.mjs",
253
- "styles": []
254
- },
255
- "VFooter": {
256
- "from": "components/VFooter/index.mjs",
257
- "styles": []
258
- },
259
- "VImg": {
260
- "from": "components/VImg/index.mjs",
263
+ "VInput": {
264
+ "from": "components/VInput/index.mjs",
261
265
  "styles": []
262
266
  },
263
267
  "VInfiniteScroll": {
264
268
  "from": "components/VInfiniteScroll/index.mjs",
265
269
  "styles": []
266
270
  },
267
- "VInput": {
268
- "from": "components/VInput/index.mjs",
269
- "styles": []
270
- },
271
271
  "VItemGroup": {
272
272
  "from": "components/VItemGroup/index.mjs",
273
273
  "styles": []
@@ -276,18 +276,10 @@
276
276
  "from": "components/VItemGroup/index.mjs",
277
277
  "styles": []
278
278
  },
279
- "VLabel": {
280
- "from": "components/VLabel/index.mjs",
281
- "styles": []
282
- },
283
279
  "VKbd": {
284
280
  "from": "components/VKbd/index.mjs",
285
281
  "styles": []
286
282
  },
287
- "VMain": {
288
- "from": "components/VMain/index.mjs",
289
- "styles": []
290
- },
291
283
  "VList": {
292
284
  "from": "components/VList/index.mjs",
293
285
  "styles": []
@@ -324,30 +316,38 @@
324
316
  "from": "components/VList/index.mjs",
325
317
  "styles": []
326
318
  },
327
- "VMenu": {
328
- "from": "components/VMenu/index.mjs",
319
+ "VMain": {
320
+ "from": "components/VMain/index.mjs",
329
321
  "styles": []
330
322
  },
331
- "VNavigationDrawer": {
332
- "from": "components/VNavigationDrawer/index.mjs",
323
+ "VLabel": {
324
+ "from": "components/VLabel/index.mjs",
333
325
  "styles": []
334
326
  },
335
- "VOtpInput": {
336
- "from": "components/VOtpInput/index.mjs",
327
+ "VMenu": {
328
+ "from": "components/VMenu/index.mjs",
337
329
  "styles": []
338
330
  },
339
331
  "VMessages": {
340
332
  "from": "components/VMessages/index.mjs",
341
333
  "styles": []
342
334
  },
343
- "VOverlay": {
344
- "from": "components/VOverlay/index.mjs",
335
+ "VOtpInput": {
336
+ "from": "components/VOtpInput/index.mjs",
337
+ "styles": []
338
+ },
339
+ "VNavigationDrawer": {
340
+ "from": "components/VNavigationDrawer/index.mjs",
345
341
  "styles": []
346
342
  },
347
343
  "VPagination": {
348
344
  "from": "components/VPagination/index.mjs",
349
345
  "styles": []
350
346
  },
347
+ "VOverlay": {
348
+ "from": "components/VOverlay/index.mjs",
349
+ "styles": []
350
+ },
351
351
  "VProgressCircular": {
352
352
  "from": "components/VProgressCircular/index.mjs",
353
353
  "styles": []
@@ -364,14 +364,14 @@
364
364
  "from": "components/VRating/index.mjs",
365
365
  "styles": []
366
366
  },
367
- "VSelect": {
368
- "from": "components/VSelect/index.mjs",
369
- "styles": []
370
- },
371
367
  "VSelectionControl": {
372
368
  "from": "components/VSelectionControl/index.mjs",
373
369
  "styles": []
374
370
  },
371
+ "VSelect": {
372
+ "from": "components/VSelect/index.mjs",
373
+ "styles": []
374
+ },
375
375
  "VSelectionControlGroup": {
376
376
  "from": "components/VSelectionControlGroup/index.mjs",
377
377
  "styles": []
@@ -380,14 +380,6 @@
380
380
  "from": "components/VSheet/index.mjs",
381
381
  "styles": []
382
382
  },
383
- "VSlider": {
384
- "from": "components/VSlider/index.mjs",
385
- "styles": []
386
- },
387
- "VSkeletonLoader": {
388
- "from": "components/VSkeletonLoader/index.mjs",
389
- "styles": []
390
- },
391
383
  "VSlideGroup": {
392
384
  "from": "components/VSlideGroup/index.mjs",
393
385
  "styles": []
@@ -400,6 +392,14 @@
400
392
  "from": "components/VSnackbar/index.mjs",
401
393
  "styles": []
402
394
  },
395
+ "VSkeletonLoader": {
396
+ "from": "components/VSkeletonLoader/index.mjs",
397
+ "styles": []
398
+ },
399
+ "VSlider": {
400
+ "from": "components/VSlider/index.mjs",
401
+ "styles": []
402
+ },
403
403
  "VStepper": {
404
404
  "from": "components/VStepper/index.mjs",
405
405
  "styles": []
@@ -424,6 +424,10 @@
424
424
  "from": "components/VStepper/index.mjs",
425
425
  "styles": []
426
426
  },
427
+ "VSwitch": {
428
+ "from": "components/VSwitch/index.mjs",
429
+ "styles": []
430
+ },
427
431
  "VTabs": {
428
432
  "from": "components/VTabs/index.mjs",
429
433
  "styles": []
@@ -432,20 +436,20 @@
432
436
  "from": "components/VTabs/index.mjs",
433
437
  "styles": []
434
438
  },
435
- "VSwitch": {
436
- "from": "components/VSwitch/index.mjs",
437
- "styles": []
438
- },
439
- "VTable": {
440
- "from": "components/VTable/index.mjs",
439
+ "VSystemBar": {
440
+ "from": "components/VSystemBar/index.mjs",
441
441
  "styles": []
442
442
  },
443
443
  "VTextarea": {
444
444
  "from": "components/VTextarea/index.mjs",
445
445
  "styles": []
446
446
  },
447
- "VSystemBar": {
448
- "from": "components/VSystemBar/index.mjs",
447
+ "VTable": {
448
+ "from": "components/VTable/index.mjs",
449
+ "styles": []
450
+ },
451
+ "VTextField": {
452
+ "from": "components/VTextField/index.mjs",
449
453
  "styles": []
450
454
  },
451
455
  "VTimeline": {
@@ -456,14 +460,6 @@
456
460
  "from": "components/VTimeline/index.mjs",
457
461
  "styles": []
458
462
  },
459
- "VTooltip": {
460
- "from": "components/VTooltip/index.mjs",
461
- "styles": []
462
- },
463
- "VTextField": {
464
- "from": "components/VTextField/index.mjs",
465
- "styles": []
466
- },
467
463
  "VToolbar": {
468
464
  "from": "components/VToolbar/index.mjs",
469
465
  "styles": []
@@ -476,6 +472,10 @@
476
472
  "from": "components/VToolbar/index.mjs",
477
473
  "styles": []
478
474
  },
475
+ "VTooltip": {
476
+ "from": "components/VTooltip/index.mjs",
477
+ "styles": []
478
+ },
479
479
  "VWindow": {
480
480
  "from": "components/VWindow/index.mjs",
481
481
  "styles": []
@@ -496,6 +496,10 @@
496
496
  "from": "components/VForm/index.mjs",
497
497
  "styles": []
498
498
  },
499
+ "VHover": {
500
+ "from": "components/VHover/index.mjs",
501
+ "styles": []
502
+ },
499
503
  "VContainer": {
500
504
  "from": "components/VGrid/index.mjs",
501
505
  "styles": []
@@ -512,10 +516,6 @@
512
516
  "from": "components/VGrid/index.mjs",
513
517
  "styles": []
514
518
  },
515
- "VHover": {
516
- "from": "components/VHover/index.mjs",
517
- "styles": []
518
- },
519
519
  "VLayout": {
520
520
  "from": "components/VLayout/index.mjs",
521
521
  "styles": []
@@ -532,14 +532,14 @@
532
532
  "from": "components/VLocaleProvider/index.mjs",
533
533
  "styles": []
534
534
  },
535
- "VNoSsr": {
536
- "from": "components/VNoSsr/index.mjs",
537
- "styles": []
538
- },
539
535
  "VParallax": {
540
536
  "from": "components/VParallax/index.mjs",
541
537
  "styles": []
542
538
  },
539
+ "VNoSsr": {
540
+ "from": "components/VNoSsr/index.mjs",
541
+ "styles": []
542
+ },
543
543
  "VRadio": {
544
544
  "from": "components/VRadio/index.mjs",
545
545
  "styles": []
@@ -3376,11 +3376,16 @@
3376
3376
  "align",
3377
3377
  "density",
3378
3378
  "direction",
3379
+ "dot-color",
3380
+ "fill-dot",
3381
+ "hide-opposite",
3382
+ "icon-color",
3379
3383
  "justify",
3380
3384
  "line-color",
3381
3385
  "line-inset",
3382
3386
  "line-thickness",
3383
3387
  "side",
3388
+ "size",
3384
3389
  "tag",
3385
3390
  "theme",
3386
3391
  "truncate-line"
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.5.9-dev.2024-03-26",
5
+ "version": "3.5.9-dev.2024-03-29",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -39566,28 +39566,27 @@
39566
39566
  }
39567
39567
  },
39568
39568
  {
39569
- "name": "lineInset",
39570
- "description": "Specifies the distance between the line and the dot of timeline items.",
39569
+ "name": "lineThickness",
39570
+ "description": "Thickness of the timeline line.",
39571
39571
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39572
- "default": "0",
39572
+ "default": "2",
39573
39573
  "value": {
39574
39574
  "kind": "expression",
39575
39575
  "type": "string | number"
39576
39576
  }
39577
39577
  },
39578
39578
  {
39579
- "name": "lineThickness",
39580
- "description": "Thickness of the timeline line.",
39579
+ "name": "lineColor",
39580
+ "description": "Color of the timeline line.",
39581
39581
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39582
- "default": "2",
39583
39582
  "value": {
39584
39583
  "kind": "expression",
39585
- "type": "string | number"
39584
+ "type": "string"
39586
39585
  }
39587
39586
  },
39588
39587
  {
39589
- "name": "lineColor",
39590
- "description": "Color of the timeline line.",
39588
+ "name": "dotColor",
39589
+ "description": "Color of the item dot.",
39591
39590
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39592
39591
  "value": {
39593
39592
  "kind": "expression",
@@ -39595,13 +39594,51 @@
39595
39594
  }
39596
39595
  },
39597
39596
  {
39598
- "name": "density",
39599
- "description": "Adjusts the vertical height used by the component.",
39597
+ "name": "fillDot",
39598
+ "description": "Remove outer border of item dot, making the color fill the entire dot.",
39599
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39600
+ "default": "false",
39601
+ "value": {
39602
+ "kind": "expression",
39603
+ "type": "boolean"
39604
+ }
39605
+ },
39606
+ {
39607
+ "name": "hideOpposite",
39608
+ "description": "Hide opposite content if it exists.",
39609
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39610
+ "value": {
39611
+ "kind": "expression",
39612
+ "type": "boolean"
39613
+ }
39614
+ },
39615
+ {
39616
+ "name": "iconColor",
39617
+ "description": "Color of the icon.",
39618
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39619
+ "value": {
39620
+ "kind": "expression",
39621
+ "type": "string"
39622
+ }
39623
+ },
39624
+ {
39625
+ "name": "lineInset",
39626
+ "description": "Specifies the distance between the line and the dot of timeline items.",
39627
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39628
+ "default": "0",
39629
+ "value": {
39630
+ "kind": "expression",
39631
+ "type": "string | number"
39632
+ }
39633
+ },
39634
+ {
39635
+ "name": "size",
39636
+ "description": "Size of the item dot",
39600
39637
  "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39601
39638
  "default": "'default'",
39602
39639
  "value": {
39603
39640
  "kind": "expression",
39604
- "type": "'default' | 'comfortable' | 'compact'"
39641
+ "type": "string | number"
39605
39642
  }
39606
39643
  },
39607
39644
  {
@@ -39614,6 +39651,16 @@
39614
39651
  "type": "string"
39615
39652
  }
39616
39653
  },
39654
+ {
39655
+ "name": "density",
39656
+ "description": "Adjusts the vertical height used by the component.",
39657
+ "doc-url": "https://vuetifyjs.com/api/VTimeline#props",
39658
+ "default": "'default'",
39659
+ "value": {
39660
+ "kind": "expression",
39661
+ "type": "'default' | 'compact' | 'comfortable'"
39662
+ }
39663
+ },
39617
39664
  {
39618
39665
  "name": "theme",
39619
39666
  "description": "Specify a theme for this component and all of its children.",