@vuetify/nightly 3.5.9-dev.2024-03-29 → 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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.9-dev.2024-03-29...v) (2024-03-29)
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-29](https://github.com/vuetifyjs/vuetify/compare/v3.5.9...v3.5.9-dev.2024-03-29) (2024-03-29)
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)
@@ -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."
@@ -1,21 +1,5 @@
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
- },
19
3
  "VCalendar": {
20
4
  "from": "labs/VCalendar/index.mjs",
21
5
  "styles": []
@@ -40,18 +24,34 @@
40
24
  "from": "labs/VCalendar/index.mjs",
41
25
  "styles": []
42
26
  },
43
- "VSparkline": {
44
- "from": "labs/VSparkline/index.mjs",
27
+ "VEmptyState": {
28
+ "from": "labs/VEmptyState/index.mjs",
45
29
  "styles": []
46
30
  },
47
- "VSpeedDial": {
48
- "from": "labs/VSpeedDial/index.mjs",
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",
49
41
  "styles": []
50
42
  },
51
43
  "VConfirmEdit": {
52
44
  "from": "labs/VConfirmEdit/index.mjs",
53
45
  "styles": []
54
46
  },
47
+ "VSparkline": {
48
+ "from": "labs/VSparkline/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VSpeedDial": {
52
+ "from": "labs/VSpeedDial/index.mjs",
53
+ "styles": []
54
+ },
55
55
  "VTreeview": {
56
56
  "from": "labs/VTreeview/index.mjs",
57
57
  "styles": []
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VApp": {
4
+ "from": "components/VApp/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VAppBar": {
4
8
  "from": "components/VAppBar/index.mjs",
5
9
  "styles": []
@@ -16,10 +20,6 @@
16
20
  "from": "components/VAutocomplete/index.mjs",
17
21
  "styles": []
18
22
  },
19
- "VAvatar": {
20
- "from": "components/VAvatar/index.mjs",
21
- "styles": []
22
- },
23
23
  "VAlert": {
24
24
  "from": "components/VAlert/index.mjs",
25
25
  "styles": []
@@ -28,12 +28,8 @@
28
28
  "from": "components/VAlert/index.mjs",
29
29
  "styles": []
30
30
  },
31
- "VBadge": {
32
- "from": "components/VBadge/index.mjs",
33
- "styles": []
34
- },
35
- "VBottomSheet": {
36
- "from": "components/VBottomSheet/index.mjs",
31
+ "VAvatar": {
32
+ "from": "components/VAvatar/index.mjs",
37
33
  "styles": []
38
34
  },
39
35
  "VBottomNavigation": {
@@ -52,6 +48,18 @@
52
48
  "from": "components/VBanner/index.mjs",
53
49
  "styles": []
54
50
  },
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
53
+ "styles": []
54
+ },
55
+ "VBottomSheet": {
56
+ "from": "components/VBottomSheet/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VBtn": {
60
+ "from": "components/VBtn/index.mjs",
61
+ "styles": []
62
+ },
55
63
  "VBreadcrumbs": {
56
64
  "from": "components/VBreadcrumbs/index.mjs",
57
65
  "styles": []
@@ -64,10 +72,6 @@
64
72
  "from": "components/VBreadcrumbs/index.mjs",
65
73
  "styles": []
66
74
  },
67
- "VBtn": {
68
- "from": "components/VBtn/index.mjs",
69
- "styles": []
70
- },
71
75
  "VBtnToggle": {
72
76
  "from": "components/VBtnToggle/index.mjs",
73
77
  "styles": []
@@ -112,14 +116,6 @@
112
116
  "from": "components/VChip/index.mjs",
113
117
  "styles": []
114
118
  },
115
- "VChipGroup": {
116
- "from": "components/VChipGroup/index.mjs",
117
- "styles": []
118
- },
119
- "VColorPicker": {
120
- "from": "components/VColorPicker/index.mjs",
121
- "styles": []
122
- },
123
119
  "VCarousel": {
124
120
  "from": "components/VCarousel/index.mjs",
125
121
  "styles": []
@@ -132,8 +128,16 @@
132
128
  "from": "components/VCode/index.mjs",
133
129
  "styles": []
134
130
  },
135
- "VCounter": {
136
- "from": "components/VCounter/index.mjs",
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",
137
141
  "styles": []
138
142
  },
139
143
  "VDataTable": {
@@ -164,8 +168,8 @@
164
168
  "from": "components/VDataTable/index.mjs",
165
169
  "styles": []
166
170
  },
167
- "VCombobox": {
168
- "from": "components/VCombobox/index.mjs",
171
+ "VCounter": {
172
+ "from": "components/VCounter/index.mjs",
169
173
  "styles": []
170
174
  },
171
175
  "VDatePicker": {
@@ -228,10 +232,6 @@
228
232
  "from": "components/VFileInput/index.mjs",
229
233
  "styles": []
230
234
  },
231
- "VApp": {
232
- "from": "components/VApp/index.mjs",
233
- "styles": []
234
- },
235
235
  "VFooter": {
236
236
  "from": "components/VFooter/index.mjs",
237
237
  "styles": []
@@ -260,10 +260,6 @@
260
260
  "from": "components/VIcon/index.mjs",
261
261
  "styles": []
262
262
  },
263
- "VInput": {
264
- "from": "components/VInput/index.mjs",
265
- "styles": []
266
- },
267
263
  "VInfiniteScroll": {
268
264
  "from": "components/VInfiniteScroll/index.mjs",
269
265
  "styles": []
@@ -276,8 +272,8 @@
276
272
  "from": "components/VItemGroup/index.mjs",
277
273
  "styles": []
278
274
  },
279
- "VKbd": {
280
- "from": "components/VKbd/index.mjs",
275
+ "VInput": {
276
+ "from": "components/VInput/index.mjs",
281
277
  "styles": []
282
278
  },
283
279
  "VList": {
@@ -316,70 +312,82 @@
316
312
  "from": "components/VList/index.mjs",
317
313
  "styles": []
318
314
  },
319
- "VMain": {
320
- "from": "components/VMain/index.mjs",
321
- "styles": []
322
- },
323
315
  "VLabel": {
324
316
  "from": "components/VLabel/index.mjs",
325
317
  "styles": []
326
318
  },
327
- "VMenu": {
328
- "from": "components/VMenu/index.mjs",
319
+ "VKbd": {
320
+ "from": "components/VKbd/index.mjs",
321
+ "styles": []
322
+ },
323
+ "VMain": {
324
+ "from": "components/VMain/index.mjs",
329
325
  "styles": []
330
326
  },
331
327
  "VMessages": {
332
328
  "from": "components/VMessages/index.mjs",
333
329
  "styles": []
334
330
  },
335
- "VOtpInput": {
336
- "from": "components/VOtpInput/index.mjs",
331
+ "VMenu": {
332
+ "from": "components/VMenu/index.mjs",
337
333
  "styles": []
338
334
  },
339
335
  "VNavigationDrawer": {
340
336
  "from": "components/VNavigationDrawer/index.mjs",
341
337
  "styles": []
342
338
  },
339
+ "VOverlay": {
340
+ "from": "components/VOverlay/index.mjs",
341
+ "styles": []
342
+ },
343
343
  "VPagination": {
344
344
  "from": "components/VPagination/index.mjs",
345
345
  "styles": []
346
346
  },
347
- "VOverlay": {
348
- "from": "components/VOverlay/index.mjs",
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput/index.mjs",
349
349
  "styles": []
350
350
  },
351
351
  "VProgressCircular": {
352
352
  "from": "components/VProgressCircular/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VRadioGroup": {
356
- "from": "components/VRadioGroup/index.mjs",
357
- "styles": []
358
- },
359
355
  "VProgressLinear": {
360
356
  "from": "components/VProgressLinear/index.mjs",
361
357
  "styles": []
362
358
  },
363
- "VRating": {
364
- "from": "components/VRating/index.mjs",
359
+ "VSelect": {
360
+ "from": "components/VSelect/index.mjs",
365
361
  "styles": []
366
362
  },
367
- "VSelectionControl": {
368
- "from": "components/VSelectionControl/index.mjs",
363
+ "VRadioGroup": {
364
+ "from": "components/VRadioGroup/index.mjs",
369
365
  "styles": []
370
366
  },
371
- "VSelect": {
372
- "from": "components/VSelect/index.mjs",
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
  },
375
+ "VSelectionControl": {
376
+ "from": "components/VSelectionControl/index.mjs",
377
+ "styles": []
378
+ },
379
379
  "VSheet": {
380
380
  "from": "components/VSheet/index.mjs",
381
381
  "styles": []
382
382
  },
383
+ "VSkeletonLoader": {
384
+ "from": "components/VSkeletonLoader/index.mjs",
385
+ "styles": []
386
+ },
387
+ "VSlider": {
388
+ "from": "components/VSlider/index.mjs",
389
+ "styles": []
390
+ },
383
391
  "VSlideGroup": {
384
392
  "from": "components/VSlideGroup/index.mjs",
385
393
  "styles": []
@@ -392,12 +400,8 @@
392
400
  "from": "components/VSnackbar/index.mjs",
393
401
  "styles": []
394
402
  },
395
- "VSkeletonLoader": {
396
- "from": "components/VSkeletonLoader/index.mjs",
397
- "styles": []
398
- },
399
- "VSlider": {
400
- "from": "components/VSlider/index.mjs",
403
+ "VSwitch": {
404
+ "from": "components/VSwitch/index.mjs",
401
405
  "styles": []
402
406
  },
403
407
  "VStepper": {
@@ -424,10 +428,6 @@
424
428
  "from": "components/VStepper/index.mjs",
425
429
  "styles": []
426
430
  },
427
- "VSwitch": {
428
- "from": "components/VSwitch/index.mjs",
429
- "styles": []
430
- },
431
431
  "VTabs": {
432
432
  "from": "components/VTabs/index.mjs",
433
433
  "styles": []
@@ -436,10 +436,6 @@
436
436
  "from": "components/VTabs/index.mjs",
437
437
  "styles": []
438
438
  },
439
- "VSystemBar": {
440
- "from": "components/VSystemBar/index.mjs",
441
- "styles": []
442
- },
443
439
  "VTextarea": {
444
440
  "from": "components/VTextarea/index.mjs",
445
441
  "styles": []
@@ -452,12 +448,8 @@
452
448
  "from": "components/VTextField/index.mjs",
453
449
  "styles": []
454
450
  },
455
- "VTimeline": {
456
- "from": "components/VTimeline/index.mjs",
457
- "styles": []
458
- },
459
- "VTimelineItem": {
460
- "from": "components/VTimeline/index.mjs",
451
+ "VTooltip": {
452
+ "from": "components/VTooltip/index.mjs",
461
453
  "styles": []
462
454
  },
463
455
  "VToolbar": {
@@ -472,8 +464,8 @@
472
464
  "from": "components/VToolbar/index.mjs",
473
465
  "styles": []
474
466
  },
475
- "VTooltip": {
476
- "from": "components/VTooltip/index.mjs",
467
+ "VSystemBar": {
468
+ "from": "components/VSystemBar/index.mjs",
477
469
  "styles": []
478
470
  },
479
471
  "VWindow": {
@@ -484,20 +476,20 @@
484
476
  "from": "components/VWindow/index.mjs",
485
477
  "styles": []
486
478
  },
487
- "VDataIterator": {
488
- "from": "components/VDataIterator/index.mjs",
479
+ "VTimeline": {
480
+ "from": "components/VTimeline/index.mjs",
489
481
  "styles": []
490
482
  },
491
- "VDefaultsProvider": {
492
- "from": "components/VDefaultsProvider/index.mjs",
483
+ "VTimelineItem": {
484
+ "from": "components/VTimeline/index.mjs",
493
485
  "styles": []
494
486
  },
495
- "VForm": {
496
- "from": "components/VForm/index.mjs",
487
+ "VDataIterator": {
488
+ "from": "components/VDataIterator/index.mjs",
497
489
  "styles": []
498
490
  },
499
- "VHover": {
500
- "from": "components/VHover/index.mjs",
491
+ "VDefaultsProvider": {
492
+ "from": "components/VDefaultsProvider/index.mjs",
501
493
  "styles": []
502
494
  },
503
495
  "VContainer": {
@@ -516,6 +508,14 @@
516
508
  "from": "components/VGrid/index.mjs",
517
509
  "styles": []
518
510
  },
511
+ "VForm": {
512
+ "from": "components/VForm/index.mjs",
513
+ "styles": []
514
+ },
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
- "VParallax": {
536
- "from": "components/VParallax/index.mjs",
537
- "styles": []
538
- },
539
535
  "VNoSsr": {
540
536
  "from": "components/VNoSsr/index.mjs",
541
537
  "styles": []
542
538
  },
539
+ "VParallax": {
540
+ "from": "components/VParallax/index.mjs",
541
+ "styles": []
542
+ },
543
543
  "VRadio": {
544
544
  "from": "components/VRadio/index.mjs",
545
545
  "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
  ],
@@ -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-29",
5
+ "version": "3.5.9-dev.2024-03-30",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -16722,6 +16722,26 @@
16722
16722
  "type": "boolean"
16723
16723
  }
16724
16724
  },
16725
+ {
16726
+ "name": "transition",
16727
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16728
+ "doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
16729
+ "default": "'picker-transition'",
16730
+ "value": {
16731
+ "kind": "expression",
16732
+ "type": "string"
16733
+ }
16734
+ },
16735
+ {
16736
+ "name": "reverseTransition",
16737
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
16738
+ "doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
16739
+ "default": "'picker-reverse-transition'",
16740
+ "value": {
16741
+ "kind": "expression",
16742
+ "type": "string"
16743
+ }
16744
+ },
16725
16745
  {
16726
16746
  "name": "showAdjacentMonths",
16727
16747
  "description": "Toggles visibility of days from previous and next months.",
@@ -17316,6 +17336,26 @@
17316
17336
  "type": "boolean"
17317
17337
  }
17318
17338
  },
17339
+ {
17340
+ "name": "transition",
17341
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
17342
+ "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
17343
+ "default": "'picker-transition'",
17344
+ "value": {
17345
+ "kind": "expression",
17346
+ "type": "string"
17347
+ }
17348
+ },
17349
+ {
17350
+ "name": "reverseTransition",
17351
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
17352
+ "doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
17353
+ "default": "'picker-reverse-transition'",
17354
+ "value": {
17355
+ "kind": "expression",
17356
+ "type": "string"
17357
+ }
17358
+ },
17319
17359
  {
17320
17360
  "name": "disabled",
17321
17361
  "description": "Removes the ability to click or target the component.",
@@ -17458,7 +17498,7 @@
17458
17498
  "slots": [
17459
17499
  {
17460
17500
  "name": "day",
17461
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L20-L26.json))",
17501
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L21-L27.json))",
17462
17502
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
17463
17503
  "vue-properties": [
17464
17504
  {