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

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 (38) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/dist/json/attributes.json +43 -7
  3. package/dist/json/importMap-labs.json +4 -4
  4. package/dist/json/importMap.json +110 -110
  5. package/dist/json/tags.json +9 -0
  6. package/dist/json/web-types.json +101 -14
  7. package/dist/vuetify-labs.css +2027 -2025
  8. package/dist/vuetify-labs.d.ts +130 -19
  9. package/dist/vuetify-labs.esm.js +162 -138
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +162 -138
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +336 -334
  14. package/dist/vuetify.d.ts +163 -52
  15. package/dist/vuetify.esm.js +162 -138
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +162 -138
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +189 -189
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  23. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  24. package/lib/components/VDatePicker/VDatePickerMonth.mjs +64 -42
  25. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  26. package/lib/components/VDatePicker/index.d.mts +60 -0
  27. package/lib/components/VTimeline/VTimeline.mjs +12 -6
  28. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  29. package/lib/components/VTimeline/index.d.mts +70 -19
  30. package/lib/components/index.d.mts +130 -19
  31. package/lib/entry-bundler.mjs +1 -1
  32. package/lib/framework.mjs +1 -1
  33. package/lib/index.d.mts +33 -33
  34. package/lib/labs/VPicker/VPicker.css +2 -0
  35. package/lib/labs/VPicker/VPicker.sass +2 -0
  36. package/lib/styles/generic/_transitions.scss +4 -4
  37. package/lib/styles/main.css +4 -4
  38. package/package.json +1 -1
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-30...v) (2024-03-30)
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-30](https://github.com/vuetifyjs/vuetify/compare/v3.5.9...v3.5.9-dev.2024-03-30) (2024-03-30)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -13,6 +13,8 @@
13
13
  * **theme:** add null check for current dark check ([#19408](https://github.com/vuetifyjs/vuetify/issues/19408)) ([5e07860](https://github.com/vuetifyjs/vuetify/commit/5e078604868b22858dabd7877ca56c1e2874fc24))
14
14
  * **VAutocomplete/VCombobox:** allow delete in single mode ([#19387](https://github.com/vuetifyjs/vuetify/issues/19387)) ([a95aeb2](https://github.com/vuetifyjs/vuetify/commit/a95aeb2ce257bf08f5e0b4a132b9a0641cd0dcf9)), closes [#19369](https://github.com/vuetifyjs/vuetify/issues/19369)
15
15
  * **VBreadcrumbs:** item types for slots ([#19341](https://github.com/vuetifyjs/vuetify/issues/19341)) ([756331e](https://github.com/vuetifyjs/vuetify/commit/756331e642437afbd6f20c533dac23f631572217)), closes [#19339](https://github.com/vuetifyjs/vuetify/issues/19339)
16
+ * **VDataTableFooter:** dont apply i18n to numbers ([#18980](https://github.com/vuetifyjs/vuetify/issues/18980)) ([8e1f56e](https://github.com/vuetifyjs/vuetify/commit/8e1f56e7f7cec212f95a9fe991960107be7093e4)), closes [#18978](https://github.com/vuetifyjs/vuetify/issues/18978)
17
+ * **VDatePicker:** add missing transition between months ([24c53d0](https://github.com/vuetifyjs/vuetify/commit/24c53d02e407a0d5ef148d9c39ac42bd9fed57e8))
16
18
  * **VDatePickerMonth:** set correct rangeStart/Stop from model ([#19372](https://github.com/vuetifyjs/vuetify/issues/19372)) ([f4055aa](https://github.com/vuetifyjs/vuetify/commit/f4055aab2b3e4abe843608e874ab35940bc327ba)), closes [#19366](https://github.com/vuetifyjs/vuetify/issues/19366)
17
19
  * **VExpansionPanels:** propagate all defaults to VExpansionPanel ([27b172b](https://github.com/vuetifyjs/vuetify/commit/27b172b6820ee0089e4a39791825c35f0dd2d52a))
18
20
  * **VMenu:** close when press key enter or space ([#19368](https://github.com/vuetifyjs/vuetify/issues/19368)) ([cc266f4](https://github.com/vuetifyjs/vuetify/commit/cc266f40aad476d948be112c164c705be648ce34)), closes [#19361](https://github.com/vuetifyjs/vuetify/issues/19361)
@@ -33,6 +35,7 @@
33
35
  * **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
34
36
  * **VMain:** add dimension support ([8ba749b](https://github.com/vuetifyjs/vuetify/commit/8ba749b401ebd5dc07c057a9f363b006fdbe31a4))
35
37
  * **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
38
+ * **VTimeline:** add more passthrough props to defaults provide ([c008ad5](https://github.com/vuetifyjs/vuetify/commit/c008ad506cbd8125d4ecb148c3f63f998c9f5399))
36
39
 
37
40
 
38
41
 
@@ -4007,6 +4007,14 @@
4007
4007
  "type": "boolean\n",
4008
4008
  "description": "Toggles visibility of the week numbers in the body of the calendar."
4009
4009
  },
4010
+ "VDatePicker/transition": {
4011
+ "type": "string\n",
4012
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4013
+ },
4014
+ "VDatePicker/reverse-transition": {
4015
+ "type": "string\n",
4016
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4017
+ },
4010
4018
  "VDatePicker/show-adjacent-months": {
4011
4019
  "type": "boolean\n",
4012
4020
  "description": "Toggles visibility of days from previous and next months."
@@ -4163,6 +4171,14 @@
4163
4171
  "type": "boolean\n",
4164
4172
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4165
4173
  },
4174
+ "VDatePickerMonth/transition": {
4175
+ "type": "string\n",
4176
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4177
+ },
4178
+ "VDatePickerMonth/reverse-transition": {
4179
+ "type": "string\n",
4180
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
4181
+ },
4166
4182
  "VDatePickerMonth/disabled": {
4167
4183
  "type": "boolean\n",
4168
4184
  "description": "Removes the ability to click or target the component."
@@ -10303,10 +10319,6 @@
10303
10319
  "type": "string\n",
10304
10320
  "description": "Places timeline line at the center or automatically on the left or right side."
10305
10321
  },
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
10322
  "VTimeline/line-thickness": {
10311
10323
  "type": "string | number\n",
10312
10324
  "description": "Thickness of the timeline line."
@@ -10315,14 +10327,38 @@
10315
10327
  "type": "string\n",
10316
10328
  "description": "Color of the timeline line."
10317
10329
  },
10318
- "VTimeline/density": {
10319
- "type": "'default' | 'comfortable' | 'compact'\n",
10320
- "description": "Adjusts the vertical height used by the component."
10330
+ "VTimeline/dot-color": {
10331
+ "type": "string\n",
10332
+ "description": "Color of the item dot."
10333
+ },
10334
+ "VTimeline/fill-dot": {
10335
+ "type": "boolean\n",
10336
+ "description": "Remove outer border of item dot, making the color fill the entire dot."
10337
+ },
10338
+ "VTimeline/hide-opposite": {
10339
+ "type": "boolean\n",
10340
+ "description": "Hide opposite content if it exists."
10341
+ },
10342
+ "VTimeline/icon-color": {
10343
+ "type": "string\n",
10344
+ "description": "Color of the icon."
10345
+ },
10346
+ "VTimeline/line-inset": {
10347
+ "type": "string | number\n",
10348
+ "description": "Specifies the distance between the line and the dot of timeline items."
10349
+ },
10350
+ "VTimeline/size": {
10351
+ "type": "string | number\n",
10352
+ "description": "Size of the item dot"
10321
10353
  },
10322
10354
  "VTimeline/tag": {
10323
10355
  "type": "string\n",
10324
10356
  "description": "Specify a custom tag used on the root element."
10325
10357
  },
10358
+ "VTimeline/density": {
10359
+ "type": "'default' | 'compact' | 'comfortable'\n",
10360
+ "description": "Adjusts the vertical height used by the component."
10361
+ },
10326
10362
  "VTimeline/theme": {
10327
10363
  "type": "string\n",
10328
10364
  "description": "Specify a theme for this component and all of its children."
@@ -40,14 +40,14 @@
40
40
  "from": "labs/VPicker/index.mjs",
41
41
  "styles": []
42
42
  },
43
- "VSparkline": {
44
- "from": "labs/VSparkline/index.mjs",
45
- "styles": []
46
- },
47
43
  "VConfirmEdit": {
48
44
  "from": "labs/VConfirmEdit/index.mjs",
49
45
  "styles": []
50
46
  },
47
+ "VSparkline": {
48
+ "from": "labs/VSparkline/index.mjs",
49
+ "styles": []
50
+ },
51
51
  "VSpeedDial": {
52
52
  "from": "labs/VSpeedDial/index.mjs",
53
53
  "styles": []
@@ -16,6 +16,10 @@
16
16
  "from": "components/VAppBar/index.mjs",
17
17
  "styles": []
18
18
  },
19
+ "VAutocomplete": {
20
+ "from": "components/VAutocomplete/index.mjs",
21
+ "styles": []
22
+ },
19
23
  "VAlert": {
20
24
  "from": "components/VAlert/index.mjs",
21
25
  "styles": []
@@ -24,30 +28,10 @@
24
28
  "from": "components/VAlert/index.mjs",
25
29
  "styles": []
26
30
  },
27
- "VAutocomplete": {
28
- "from": "components/VAutocomplete/index.mjs",
29
- "styles": []
30
- },
31
31
  "VAvatar": {
32
32
  "from": "components/VAvatar/index.mjs",
33
33
  "styles": []
34
34
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
37
- "styles": []
38
- },
39
- "VBreadcrumbs": {
40
- "from": "components/VBreadcrumbs/index.mjs",
41
- "styles": []
42
- },
43
- "VBreadcrumbsItem": {
44
- "from": "components/VBreadcrumbs/index.mjs",
45
- "styles": []
46
- },
47
- "VBreadcrumbsDivider": {
48
- "from": "components/VBreadcrumbs/index.mjs",
49
- "styles": []
50
- },
51
35
  "VBottomNavigation": {
52
36
  "from": "components/VBottomNavigation/index.mjs",
53
37
  "styles": []
@@ -64,6 +48,10 @@
64
48
  "from": "components/VBanner/index.mjs",
65
49
  "styles": []
66
50
  },
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
53
+ "styles": []
54
+ },
67
55
  "VBottomSheet": {
68
56
  "from": "components/VBottomSheet/index.mjs",
69
57
  "styles": []
@@ -72,28 +60,24 @@
72
60
  "from": "components/VBtn/index.mjs",
73
61
  "styles": []
74
62
  },
75
- "VBtnGroup": {
76
- "from": "components/VBtnGroup/index.mjs",
63
+ "VBreadcrumbs": {
64
+ "from": "components/VBreadcrumbs/index.mjs",
77
65
  "styles": []
78
66
  },
79
- "VCheckbox": {
80
- "from": "components/VCheckbox/index.mjs",
67
+ "VBreadcrumbsItem": {
68
+ "from": "components/VBreadcrumbs/index.mjs",
81
69
  "styles": []
82
70
  },
83
- "VCheckboxBtn": {
84
- "from": "components/VCheckbox/index.mjs",
71
+ "VBreadcrumbsDivider": {
72
+ "from": "components/VBreadcrumbs/index.mjs",
85
73
  "styles": []
86
74
  },
87
75
  "VBtnToggle": {
88
76
  "from": "components/VBtnToggle/index.mjs",
89
77
  "styles": []
90
78
  },
91
- "VCarousel": {
92
- "from": "components/VCarousel/index.mjs",
93
- "styles": []
94
- },
95
- "VCarouselItem": {
96
- "from": "components/VCarousel/index.mjs",
79
+ "VBtnGroup": {
80
+ "from": "components/VBtnGroup/index.mjs",
97
81
  "styles": []
98
82
  },
99
83
  "VCard": {
@@ -120,22 +104,42 @@
120
104
  "from": "components/VCard/index.mjs",
121
105
  "styles": []
122
106
  },
107
+ "VCheckbox": {
108
+ "from": "components/VCheckbox/index.mjs",
109
+ "styles": []
110
+ },
111
+ "VCheckboxBtn": {
112
+ "from": "components/VCheckbox/index.mjs",
113
+ "styles": []
114
+ },
123
115
  "VChip": {
124
116
  "from": "components/VChip/index.mjs",
125
117
  "styles": []
126
118
  },
127
- "VChipGroup": {
128
- "from": "components/VChipGroup/index.mjs",
119
+ "VCarousel": {
120
+ "from": "components/VCarousel/index.mjs",
129
121
  "styles": []
130
122
  },
131
- "VColorPicker": {
132
- "from": "components/VColorPicker/index.mjs",
123
+ "VCarouselItem": {
124
+ "from": "components/VCarousel/index.mjs",
133
125
  "styles": []
134
126
  },
135
127
  "VCode": {
136
128
  "from": "components/VCode/index.mjs",
137
129
  "styles": []
138
130
  },
131
+ "VChipGroup": {
132
+ "from": "components/VChipGroup/index.mjs",
133
+ "styles": []
134
+ },
135
+ "VCombobox": {
136
+ "from": "components/VCombobox/index.mjs",
137
+ "styles": []
138
+ },
139
+ "VColorPicker": {
140
+ "from": "components/VColorPicker/index.mjs",
141
+ "styles": []
142
+ },
139
143
  "VDataTable": {
140
144
  "from": "components/VDataTable/index.mjs",
141
145
  "styles": []
@@ -164,10 +168,6 @@
164
168
  "from": "components/VDataTable/index.mjs",
165
169
  "styles": []
166
170
  },
167
- "VCombobox": {
168
- "from": "components/VCombobox/index.mjs",
169
- "styles": []
170
- },
171
171
  "VCounter": {
172
172
  "from": "components/VCounter/index.mjs",
173
173
  "styles": []
@@ -228,6 +228,18 @@
228
228
  "from": "components/VField/index.mjs",
229
229
  "styles": []
230
230
  },
231
+ "VFileInput": {
232
+ "from": "components/VFileInput/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,10 @@
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",
261
- "styles": []
262
- },
263
263
  "VInfiniteScroll": {
264
264
  "from": "components/VInfiniteScroll/index.mjs",
265
265
  "styles": []
266
266
  },
267
- "VInput": {
268
- "from": "components/VInput/index.mjs",
269
- "styles": []
270
- },
271
267
  "VItemGroup": {
272
268
  "from": "components/VItemGroup/index.mjs",
273
269
  "styles": []
@@ -276,16 +272,8 @@
276
272
  "from": "components/VItemGroup/index.mjs",
277
273
  "styles": []
278
274
  },
279
- "VLabel": {
280
- "from": "components/VLabel/index.mjs",
281
- "styles": []
282
- },
283
- "VKbd": {
284
- "from": "components/VKbd/index.mjs",
285
- "styles": []
286
- },
287
- "VMain": {
288
- "from": "components/VMain/index.mjs",
275
+ "VInput": {
276
+ "from": "components/VInput/index.mjs",
289
277
  "styles": []
290
278
  },
291
279
  "VList": {
@@ -324,22 +312,30 @@
324
312
  "from": "components/VList/index.mjs",
325
313
  "styles": []
326
314
  },
327
- "VMenu": {
328
- "from": "components/VMenu/index.mjs",
315
+ "VLabel": {
316
+ "from": "components/VLabel/index.mjs",
329
317
  "styles": []
330
318
  },
331
- "VNavigationDrawer": {
332
- "from": "components/VNavigationDrawer/index.mjs",
319
+ "VKbd": {
320
+ "from": "components/VKbd/index.mjs",
333
321
  "styles": []
334
322
  },
335
- "VOtpInput": {
336
- "from": "components/VOtpInput/index.mjs",
323
+ "VMain": {
324
+ "from": "components/VMain/index.mjs",
337
325
  "styles": []
338
326
  },
339
327
  "VMessages": {
340
328
  "from": "components/VMessages/index.mjs",
341
329
  "styles": []
342
330
  },
331
+ "VMenu": {
332
+ "from": "components/VMenu/index.mjs",
333
+ "styles": []
334
+ },
335
+ "VNavigationDrawer": {
336
+ "from": "components/VNavigationDrawer/index.mjs",
337
+ "styles": []
338
+ },
343
339
  "VOverlay": {
344
340
  "from": "components/VOverlay/index.mjs",
345
341
  "styles": []
@@ -348,46 +344,50 @@
348
344
  "from": "components/VPagination/index.mjs",
349
345
  "styles": []
350
346
  },
351
- "VProgressCircular": {
352
- "from": "components/VProgressCircular/index.mjs",
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput/index.mjs",
353
349
  "styles": []
354
350
  },
355
- "VRadioGroup": {
356
- "from": "components/VRadioGroup/index.mjs",
351
+ "VProgressCircular": {
352
+ "from": "components/VProgressCircular/index.mjs",
357
353
  "styles": []
358
354
  },
359
355
  "VProgressLinear": {
360
356
  "from": "components/VProgressLinear/index.mjs",
361
357
  "styles": []
362
358
  },
363
- "VRating": {
364
- "from": "components/VRating/index.mjs",
365
- "styles": []
366
- },
367
359
  "VSelect": {
368
360
  "from": "components/VSelect/index.mjs",
369
361
  "styles": []
370
362
  },
371
- "VSelectionControl": {
372
- "from": "components/VSelectionControl/index.mjs",
363
+ "VRadioGroup": {
364
+ "from": "components/VRadioGroup/index.mjs",
365
+ "styles": []
366
+ },
367
+ "VRating": {
368
+ "from": "components/VRating/index.mjs",
373
369
  "styles": []
374
370
  },
375
371
  "VSelectionControlGroup": {
376
372
  "from": "components/VSelectionControlGroup/index.mjs",
377
373
  "styles": []
378
374
  },
379
- "VSheet": {
380
- "from": "components/VSheet/index.mjs",
375
+ "VSelectionControl": {
376
+ "from": "components/VSelectionControl/index.mjs",
381
377
  "styles": []
382
378
  },
383
- "VSlider": {
384
- "from": "components/VSlider/index.mjs",
379
+ "VSheet": {
380
+ "from": "components/VSheet/index.mjs",
385
381
  "styles": []
386
382
  },
387
383
  "VSkeletonLoader": {
388
384
  "from": "components/VSkeletonLoader/index.mjs",
389
385
  "styles": []
390
386
  },
387
+ "VSlider": {
388
+ "from": "components/VSlider/index.mjs",
389
+ "styles": []
390
+ },
391
391
  "VSlideGroup": {
392
392
  "from": "components/VSlideGroup/index.mjs",
393
393
  "styles": []
@@ -400,6 +400,10 @@
400
400
  "from": "components/VSnackbar/index.mjs",
401
401
  "styles": []
402
402
  },
403
+ "VSwitch": {
404
+ "from": "components/VSwitch/index.mjs",
405
+ "styles": []
406
+ },
403
407
  "VStepper": {
404
408
  "from": "components/VStepper/index.mjs",
405
409
  "styles": []
@@ -432,38 +436,22 @@
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",
441
- "styles": []
442
- },
443
439
  "VTextarea": {
444
440
  "from": "components/VTextarea/index.mjs",
445
441
  "styles": []
446
442
  },
447
- "VSystemBar": {
448
- "from": "components/VSystemBar/index.mjs",
449
- "styles": []
450
- },
451
- "VTimeline": {
452
- "from": "components/VTimeline/index.mjs",
443
+ "VTable": {
444
+ "from": "components/VTable/index.mjs",
453
445
  "styles": []
454
446
  },
455
- "VTimelineItem": {
456
- "from": "components/VTimeline/index.mjs",
447
+ "VTextField": {
448
+ "from": "components/VTextField/index.mjs",
457
449
  "styles": []
458
450
  },
459
451
  "VTooltip": {
460
452
  "from": "components/VTooltip/index.mjs",
461
453
  "styles": []
462
454
  },
463
- "VTextField": {
464
- "from": "components/VTextField/index.mjs",
465
- "styles": []
466
- },
467
455
  "VToolbar": {
468
456
  "from": "components/VToolbar/index.mjs",
469
457
  "styles": []
@@ -476,6 +464,10 @@
476
464
  "from": "components/VToolbar/index.mjs",
477
465
  "styles": []
478
466
  },
467
+ "VSystemBar": {
468
+ "from": "components/VSystemBar/index.mjs",
469
+ "styles": []
470
+ },
479
471
  "VWindow": {
480
472
  "from": "components/VWindow/index.mjs",
481
473
  "styles": []
@@ -484,6 +476,14 @@
484
476
  "from": "components/VWindow/index.mjs",
485
477
  "styles": []
486
478
  },
479
+ "VTimeline": {
480
+ "from": "components/VTimeline/index.mjs",
481
+ "styles": []
482
+ },
483
+ "VTimelineItem": {
484
+ "from": "components/VTimeline/index.mjs",
485
+ "styles": []
486
+ },
487
487
  "VDataIterator": {
488
488
  "from": "components/VDataIterator/index.mjs",
489
489
  "styles": []
@@ -492,10 +492,6 @@
492
492
  "from": "components/VDefaultsProvider/index.mjs",
493
493
  "styles": []
494
494
  },
495
- "VForm": {
496
- "from": "components/VForm/index.mjs",
497
- "styles": []
498
- },
499
495
  "VContainer": {
500
496
  "from": "components/VGrid/index.mjs",
501
497
  "styles": []
@@ -512,6 +508,10 @@
512
508
  "from": "components/VGrid/index.mjs",
513
509
  "styles": []
514
510
  },
511
+ "VForm": {
512
+ "from": "components/VForm/index.mjs",
513
+ "styles": []
514
+ },
515
515
  "VHover": {
516
516
  "from": "components/VHover/index.mjs",
517
517
  "styles": []
@@ -1289,6 +1289,7 @@
1289
1289
  "next-icon",
1290
1290
  "position",
1291
1291
  "prev-icon",
1292
+ "reverse-transition",
1292
1293
  "rounded",
1293
1294
  "show-adjacent-months",
1294
1295
  "show-week",
@@ -1297,6 +1298,7 @@
1297
1298
  "theme",
1298
1299
  "tile",
1299
1300
  "title",
1301
+ "transition",
1300
1302
  "view-mode",
1301
1303
  "weekdays",
1302
1304
  "width",
@@ -1337,8 +1339,10 @@
1337
1339
  "model-value",
1338
1340
  "month",
1339
1341
  "multiple",
1342
+ "reverse-transition",
1340
1343
  "show-adjacent-months",
1341
1344
  "show-week",
1345
+ "transition",
1342
1346
  "weekdays",
1343
1347
  "year"
1344
1348
  ],
@@ -3376,11 +3380,16 @@
3376
3380
  "align",
3377
3381
  "density",
3378
3382
  "direction",
3383
+ "dot-color",
3384
+ "fill-dot",
3385
+ "hide-opposite",
3386
+ "icon-color",
3379
3387
  "justify",
3380
3388
  "line-color",
3381
3389
  "line-inset",
3382
3390
  "line-thickness",
3383
3391
  "side",
3392
+ "size",
3384
3393
  "tag",
3385
3394
  "theme",
3386
3395
  "truncate-line"