@vuetify/nightly 3.9.3-master.2025-08-04 → 3.9.3-master.2025-08-05

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 (71) hide show
  1. package/CHANGELOG.md +3 -6
  2. package/dist/json/attributes.json +3560 -3576
  3. package/dist/json/importMap-labs.json +32 -32
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +0 -4
  6. package/dist/json/web-types.json +6481 -6609
  7. package/dist/vuetify-labs.cjs +19 -63
  8. package/dist/vuetify-labs.css +3946 -3946
  9. package/dist/vuetify-labs.d.ts +69 -148
  10. package/dist/vuetify-labs.esm.js +19 -63
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +19 -63
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +19 -63
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5211 -5211
  17. package/dist/vuetify.d.ts +69 -120
  18. package/dist/vuetify.esm.js +19 -63
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +19 -63
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +279 -285
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
  26. package/lib/components/VDataIterator/VDataIterator.js +1 -1
  27. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  28. package/lib/components/VDataTable/VDataTable.d.ts +4 -6
  29. package/lib/components/VDataTable/VDataTable.js +1 -1
  30. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  31. package/lib/components/VDataTable/VDataTableRows.d.ts +11 -14
  32. package/lib/components/VDataTable/VDataTableRows.js +0 -9
  33. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  34. package/lib/components/VDataTable/VDataTableServer.d.ts +2 -4
  35. package/lib/components/VDataTable/VDataTableServer.js +1 -1
  36. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  37. package/lib/components/VDataTable/VDataTableVirtual.d.ts +2 -4
  38. package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
  39. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  40. package/lib/components/VDataTable/composables/group.d.ts +5 -13
  41. package/lib/components/VDataTable/composables/group.js +5 -11
  42. package/lib/components/VDataTable/composables/group.js.map +1 -1
  43. package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
  44. package/lib/components/VDataTable/composables/paginate.js.map +1 -1
  45. package/lib/components/VDataTable/types.d.ts +1 -7
  46. package/lib/components/VDataTable/types.js.map +1 -1
  47. package/lib/components/VDatePicker/VDatePicker.d.ts +0 -25
  48. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -25
  49. package/lib/components/VTreeview/VTreeviewChildren.d.ts +2 -20
  50. package/lib/components/VTreeview/VTreeviewChildren.js +2 -7
  51. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  52. package/lib/composables/calendar.d.ts +0 -12
  53. package/lib/composables/calendar.js +1 -5
  54. package/lib/composables/calendar.js.map +1 -1
  55. package/lib/composables/date/DateAdapter.d.ts +1 -1
  56. package/lib/composables/date/DateAdapter.js.map +1 -1
  57. package/lib/composables/date/adapters/string.d.ts +1 -1
  58. package/lib/composables/date/adapters/string.js +2 -2
  59. package/lib/composables/date/adapters/string.js.map +1 -1
  60. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  61. package/lib/composables/date/adapters/vuetify.js +5 -25
  62. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  63. package/lib/composables/date/date.d.ts +1 -1
  64. package/lib/entry-bundler.d.ts +1 -1
  65. package/lib/entry-bundler.js +1 -1
  66. package/lib/framework.d.ts +54 -54
  67. package/lib/framework.js +1 -1
  68. package/lib/labs/VCalendar/VCalendar.d.ts +0 -25
  69. package/lib/labs/VDateInput/VDateInput.d.ts +0 -25
  70. package/lib/labs/entry-bundler.d.ts +1 -1
  71. package/package.json +1 -1
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VColorInput": {
4
+ "from": "labs/VColorInput",
5
+ "styles": []
6
+ },
3
7
  "VCalendar": {
4
8
  "from": "labs/VCalendar",
5
9
  "styles": []
@@ -24,68 +28,64 @@
24
28
  "from": "labs/VCalendar",
25
29
  "styles": []
26
30
  },
27
- "VColorInput": {
28
- "from": "labs/VColorInput",
29
- "styles": []
30
- },
31
31
  "VIconBtn": {
32
32
  "from": "labs/VIconBtn",
33
33
  "styles": []
34
34
  },
35
- "VPie": {
36
- "from": "labs/VPie",
35
+ "VStepperVertical": {
36
+ "from": "labs/VStepperVertical",
37
37
  "styles": []
38
38
  },
39
- "VPieSegment": {
40
- "from": "labs/VPie",
39
+ "VStepperVerticalItem": {
40
+ "from": "labs/VStepperVertical",
41
41
  "styles": []
42
42
  },
43
- "VPieTooltip": {
44
- "from": "labs/VPie",
43
+ "VStepperVerticalActions": {
44
+ "from": "labs/VStepperVertical",
45
45
  "styles": []
46
46
  },
47
- "VVideo": {
48
- "from": "labs/VVideo",
47
+ "VFileUpload": {
48
+ "from": "labs/VFileUpload",
49
49
  "styles": []
50
50
  },
51
- "VVideoControls": {
52
- "from": "labs/VVideo",
51
+ "VFileUploadItem": {
52
+ "from": "labs/VFileUpload",
53
53
  "styles": []
54
54
  },
55
- "VVideoVolume": {
56
- "from": "labs/VVideo",
55
+ "VPicker": {
56
+ "from": "labs/VPicker",
57
57
  "styles": []
58
58
  },
59
- "VStepperVertical": {
60
- "from": "labs/VStepperVertical",
59
+ "VPickerTitle": {
60
+ "from": "labs/VPicker",
61
61
  "styles": []
62
62
  },
63
- "VStepperVerticalItem": {
64
- "from": "labs/VStepperVertical",
63
+ "VVideo": {
64
+ "from": "labs/VVideo",
65
65
  "styles": []
66
66
  },
67
- "VStepperVerticalActions": {
68
- "from": "labs/VStepperVertical",
67
+ "VVideoControls": {
68
+ "from": "labs/VVideo",
69
69
  "styles": []
70
70
  },
71
- "VPicker": {
72
- "from": "labs/VPicker",
71
+ "VVideoVolume": {
72
+ "from": "labs/VVideo",
73
73
  "styles": []
74
74
  },
75
- "VPickerTitle": {
76
- "from": "labs/VPicker",
75
+ "VPie": {
76
+ "from": "labs/VPie",
77
77
  "styles": []
78
78
  },
79
- "VHotkey": {
80
- "from": "labs/VHotkey",
79
+ "VPieSegment": {
80
+ "from": "labs/VPie",
81
81
  "styles": []
82
82
  },
83
- "VFileUpload": {
84
- "from": "labs/VFileUpload",
83
+ "VPieTooltip": {
84
+ "from": "labs/VPie",
85
85
  "styles": []
86
86
  },
87
- "VFileUploadItem": {
88
- "from": "labs/VFileUpload",
87
+ "VHotkey": {
88
+ "from": "labs/VHotkey",
89
89
  "styles": []
90
90
  },
91
91
  "VDateInput": {
@@ -4,6 +4,14 @@
4
4
  "from": "components/VApp",
5
5
  "styles": []
6
6
  },
7
+ "VAlert": {
8
+ "from": "components/VAlert",
9
+ "styles": []
10
+ },
11
+ "VAlertTitle": {
12
+ "from": "components/VAlert",
13
+ "styles": []
14
+ },
7
15
  "VAppBar": {
8
16
  "from": "components/VAppBar",
9
17
  "styles": []
@@ -16,6 +24,10 @@
16
24
  "from": "components/VAppBar",
17
25
  "styles": []
18
26
  },
27
+ "VBadge": {
28
+ "from": "components/VBadge",
29
+ "styles": []
30
+ },
19
31
  "VAutocomplete": {
20
32
  "from": "components/VAutocomplete",
21
33
  "styles": []
@@ -24,30 +36,6 @@
24
36
  "from": "components/VAvatar",
25
37
  "styles": []
26
38
  },
27
- "VAlert": {
28
- "from": "components/VAlert",
29
- "styles": []
30
- },
31
- "VAlertTitle": {
32
- "from": "components/VAlert",
33
- "styles": []
34
- },
35
- "VBanner": {
36
- "from": "components/VBanner",
37
- "styles": []
38
- },
39
- "VBannerActions": {
40
- "from": "components/VBanner",
41
- "styles": []
42
- },
43
- "VBannerText": {
44
- "from": "components/VBanner",
45
- "styles": []
46
- },
47
- "VBadge": {
48
- "from": "components/VBadge",
49
- "styles": []
50
- },
51
39
  "VBreadcrumbs": {
52
40
  "from": "components/VBreadcrumbs",
53
41
  "styles": []
@@ -64,12 +52,16 @@
64
52
  "from": "components/VBtn",
65
53
  "styles": []
66
54
  },
67
- "VBottomNavigation": {
68
- "from": "components/VBottomNavigation",
55
+ "VBtnGroup": {
56
+ "from": "components/VBtnGroup",
69
57
  "styles": []
70
58
  },
71
- "VBtnToggle": {
72
- "from": "components/VBtnToggle",
59
+ "VBottomSheet": {
60
+ "from": "components/VBottomSheet",
61
+ "styles": []
62
+ },
63
+ "VBottomNavigation": {
64
+ "from": "components/VBottomNavigation",
73
65
  "styles": []
74
66
  },
75
67
  "VCard": {
@@ -96,68 +88,60 @@
96
88
  "from": "components/VCard",
97
89
  "styles": []
98
90
  },
99
- "VCarousel": {
100
- "from": "components/VCarousel",
101
- "styles": []
102
- },
103
- "VCarouselItem": {
104
- "from": "components/VCarousel",
91
+ "VBtnToggle": {
92
+ "from": "components/VBtnToggle",
105
93
  "styles": []
106
94
  },
107
- "VCheckbox": {
108
- "from": "components/VCheckbox",
95
+ "VChip": {
96
+ "from": "components/VChip",
109
97
  "styles": []
110
98
  },
111
- "VCheckboxBtn": {
112
- "from": "components/VCheckbox",
99
+ "VCarousel": {
100
+ "from": "components/VCarousel",
113
101
  "styles": []
114
102
  },
115
- "VChipGroup": {
116
- "from": "components/VChipGroup",
103
+ "VCarouselItem": {
104
+ "from": "components/VCarousel",
117
105
  "styles": []
118
106
  },
119
107
  "VCode": {
120
108
  "from": "components/VCode",
121
109
  "styles": []
122
110
  },
123
- "VChip": {
124
- "from": "components/VChip",
125
- "styles": []
126
- },
127
- "VColorPicker": {
128
- "from": "components/VColorPicker",
111
+ "VBanner": {
112
+ "from": "components/VBanner",
129
113
  "styles": []
130
114
  },
131
- "VCounter": {
132
- "from": "components/VCounter",
115
+ "VBannerActions": {
116
+ "from": "components/VBanner",
133
117
  "styles": []
134
118
  },
135
- "VDataTable": {
136
- "from": "components/VDataTable",
119
+ "VBannerText": {
120
+ "from": "components/VBanner",
137
121
  "styles": []
138
122
  },
139
- "VDataTableHeaders": {
140
- "from": "components/VDataTable",
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup",
141
125
  "styles": []
142
126
  },
143
- "VDataTableFooter": {
144
- "from": "components/VDataTable",
127
+ "VColorPicker": {
128
+ "from": "components/VColorPicker",
145
129
  "styles": []
146
130
  },
147
- "VDataTableRows": {
148
- "from": "components/VDataTable",
131
+ "VCombobox": {
132
+ "from": "components/VCombobox",
149
133
  "styles": []
150
134
  },
151
- "VDataTableRow": {
152
- "from": "components/VDataTable",
135
+ "VCheckbox": {
136
+ "from": "components/VCheckbox",
153
137
  "styles": []
154
138
  },
155
- "VDataTableVirtual": {
156
- "from": "components/VDataTable",
139
+ "VCheckboxBtn": {
140
+ "from": "components/VCheckbox",
157
141
  "styles": []
158
142
  },
159
- "VDataTableServer": {
160
- "from": "components/VDataTable",
143
+ "VCounter": {
144
+ "from": "components/VCounter",
161
145
  "styles": []
162
146
  },
163
147
  "VDatePicker": {
@@ -184,6 +168,34 @@
184
168
  "from": "components/VDatePicker",
185
169
  "styles": []
186
170
  },
171
+ "VDataTable": {
172
+ "from": "components/VDataTable",
173
+ "styles": []
174
+ },
175
+ "VDataTableHeaders": {
176
+ "from": "components/VDataTable",
177
+ "styles": []
178
+ },
179
+ "VDataTableFooter": {
180
+ "from": "components/VDataTable",
181
+ "styles": []
182
+ },
183
+ "VDataTableRows": {
184
+ "from": "components/VDataTable",
185
+ "styles": []
186
+ },
187
+ "VDataTableRow": {
188
+ "from": "components/VDataTable",
189
+ "styles": []
190
+ },
191
+ "VDataTableVirtual": {
192
+ "from": "components/VDataTable",
193
+ "styles": []
194
+ },
195
+ "VDataTableServer": {
196
+ "from": "components/VDataTable",
197
+ "styles": []
198
+ },
187
199
  "VDialog": {
188
200
  "from": "components/VDialog",
189
201
  "styles": []
@@ -192,10 +204,6 @@
192
204
  "from": "components/VDivider",
193
205
  "styles": []
194
206
  },
195
- "VEmptyState": {
196
- "from": "components/VEmptyState",
197
- "styles": []
198
- },
199
207
  "VExpansionPanels": {
200
208
  "from": "components/VExpansionPanel",
201
209
  "styles": []
@@ -220,14 +228,14 @@
220
228
  "from": "components/VField",
221
229
  "styles": []
222
230
  },
223
- "VFileInput": {
224
- "from": "components/VFileInput",
225
- "styles": []
226
- },
227
231
  "VFooter": {
228
232
  "from": "components/VFooter",
229
233
  "styles": []
230
234
  },
235
+ "VFileInput": {
236
+ "from": "components/VFileInput",
237
+ "styles": []
238
+ },
231
239
  "VIcon": {
232
240
  "from": "components/VIcon",
233
241
  "styles": []
@@ -252,8 +260,8 @@
252
260
  "from": "components/VImg",
253
261
  "styles": []
254
262
  },
255
- "VFab": {
256
- "from": "components/VFab",
263
+ "VInput": {
264
+ "from": "components/VInput",
257
265
  "styles": []
258
266
  },
259
267
  "VInfiniteScroll": {
@@ -268,10 +276,6 @@
268
276
  "from": "components/VItemGroup",
269
277
  "styles": []
270
278
  },
271
- "VInput": {
272
- "from": "components/VInput",
273
- "styles": []
274
- },
275
279
  "VKbd": {
276
280
  "from": "components/VKbd",
277
281
  "styles": []
@@ -316,6 +320,14 @@
316
320
  "from": "components/VList",
317
321
  "styles": []
318
322
  },
323
+ "VMessages": {
324
+ "from": "components/VMessages",
325
+ "styles": []
326
+ },
327
+ "VNavigationDrawer": {
328
+ "from": "components/VNavigationDrawer",
329
+ "styles": []
330
+ },
319
331
  "VMain": {
320
332
  "from": "components/VMain",
321
333
  "styles": []
@@ -324,30 +336,22 @@
324
336
  "from": "components/VMenu",
325
337
  "styles": []
326
338
  },
327
- "VMessages": {
328
- "from": "components/VMessages",
339
+ "VNumberInput": {
340
+ "from": "components/VNumberInput",
329
341
  "styles": []
330
342
  },
331
- "VNavigationDrawer": {
332
- "from": "components/VNavigationDrawer",
343
+ "VOverlay": {
344
+ "from": "components/VOverlay",
333
345
  "styles": []
334
346
  },
335
347
  "VOtpInput": {
336
348
  "from": "components/VOtpInput",
337
349
  "styles": []
338
350
  },
339
- "VOverlay": {
340
- "from": "components/VOverlay",
341
- "styles": []
342
- },
343
351
  "VPagination": {
344
352
  "from": "components/VPagination",
345
353
  "styles": []
346
354
  },
347
- "VNumberInput": {
348
- "from": "components/VNumberInput",
349
- "styles": []
350
- },
351
355
  "VProgressCircular": {
352
356
  "from": "components/VProgressCircular",
353
357
  "styles": []
@@ -360,14 +364,14 @@
360
364
  "from": "components/VRadioGroup",
361
365
  "styles": []
362
366
  },
363
- "VRating": {
364
- "from": "components/VRating",
365
- "styles": []
366
- },
367
367
  "VSelect": {
368
368
  "from": "components/VSelect",
369
369
  "styles": []
370
370
  },
371
+ "VRating": {
372
+ "from": "components/VRating",
373
+ "styles": []
374
+ },
371
375
  "VSelectionControl": {
372
376
  "from": "components/VSelectionControl",
373
377
  "styles": []
@@ -384,6 +388,10 @@
384
388
  "from": "components/VSkeletonLoader",
385
389
  "styles": []
386
390
  },
391
+ "VSnackbar": {
392
+ "from": "components/VSnackbar",
393
+ "styles": []
394
+ },
387
395
  "VSlideGroup": {
388
396
  "from": "components/VSlideGroup",
389
397
  "styles": []
@@ -392,6 +400,10 @@
392
400
  "from": "components/VSlideGroup",
393
401
  "styles": []
394
402
  },
403
+ "VSwitch": {
404
+ "from": "components/VSwitch",
405
+ "styles": []
406
+ },
395
407
  "VSlider": {
396
408
  "from": "components/VSlider",
397
409
  "styles": []
@@ -420,10 +432,6 @@
420
432
  "from": "components/VStepper",
421
433
  "styles": []
422
434
  },
423
- "VTable": {
424
- "from": "components/VTable",
425
- "styles": []
426
- },
427
435
  "VSystemBar": {
428
436
  "from": "components/VSystemBar",
429
437
  "styles": []
@@ -452,6 +460,22 @@
452
460
  "from": "components/VTextField",
453
461
  "styles": []
454
462
  },
463
+ "VToolbar": {
464
+ "from": "components/VToolbar",
465
+ "styles": []
466
+ },
467
+ "VToolbarTitle": {
468
+ "from": "components/VToolbar",
469
+ "styles": []
470
+ },
471
+ "VToolbarItems": {
472
+ "from": "components/VToolbar",
473
+ "styles": []
474
+ },
475
+ "VTable": {
476
+ "from": "components/VTable",
477
+ "styles": []
478
+ },
455
479
  "VTimeline": {
456
480
  "from": "components/VTimeline",
457
481
  "styles": []
@@ -472,16 +496,8 @@
472
496
  "from": "components/VTimePicker",
473
497
  "styles": []
474
498
  },
475
- "VToolbar": {
476
- "from": "components/VToolbar",
477
- "styles": []
478
- },
479
- "VToolbarTitle": {
480
- "from": "components/VToolbar",
481
- "styles": []
482
- },
483
- "VToolbarItems": {
484
- "from": "components/VToolbar",
499
+ "VTooltip": {
500
+ "from": "components/VTooltip",
485
501
  "styles": []
486
502
  },
487
503
  "VTreeview": {
@@ -496,10 +512,6 @@
496
512
  "from": "components/VTreeview",
497
513
  "styles": []
498
514
  },
499
- "VTooltip": {
500
- "from": "components/VTooltip",
501
- "styles": []
502
- },
503
515
  "VWindow": {
504
516
  "from": "components/VWindow",
505
517
  "styles": []
@@ -508,18 +520,18 @@
508
520
  "from": "components/VWindow",
509
521
  "styles": []
510
522
  },
511
- "VBtnGroup": {
512
- "from": "components/VBtnGroup",
513
- "styles": []
514
- },
515
- "VDataIterator": {
516
- "from": "components/VDataIterator",
523
+ "VEmptyState": {
524
+ "from": "components/VEmptyState",
517
525
  "styles": []
518
526
  },
519
527
  "VConfirmEdit": {
520
528
  "from": "components/VConfirmEdit",
521
529
  "styles": []
522
530
  },
531
+ "VDataIterator": {
532
+ "from": "components/VDataIterator",
533
+ "styles": []
534
+ },
523
535
  "VDefaultsProvider": {
524
536
  "from": "components/VDefaultsProvider",
525
537
  "styles": []
@@ -544,6 +556,10 @@
544
556
  "from": "components/VGrid",
545
557
  "styles": []
546
558
  },
559
+ "VHover": {
560
+ "from": "components/VHover",
561
+ "styles": []
562
+ },
547
563
  "VLayout": {
548
564
  "from": "components/VLayout",
549
565
  "styles": []
@@ -556,64 +572,56 @@
556
572
  "from": "components/VLazy",
557
573
  "styles": []
558
574
  },
559
- "VHover": {
560
- "from": "components/VHover",
561
- "styles": []
562
- },
563
575
  "VNoSsr": {
564
576
  "from": "components/VNoSsr",
565
577
  "styles": []
566
578
  },
567
- "VLocaleProvider": {
568
- "from": "components/VLocaleProvider",
569
- "styles": []
570
- },
571
579
  "VParallax": {
572
580
  "from": "components/VParallax",
573
581
  "styles": []
574
582
  },
575
- "VRangeSlider": {
576
- "from": "components/VRangeSlider",
583
+ "VLocaleProvider": {
584
+ "from": "components/VLocaleProvider",
577
585
  "styles": []
578
586
  },
579
587
  "VRadio": {
580
588
  "from": "components/VRadio",
581
589
  "styles": []
582
590
  },
583
- "VCombobox": {
584
- "from": "components/VCombobox",
585
- "styles": []
586
- },
587
- "VSparkline": {
588
- "from": "components/VSparkline",
591
+ "VRangeSlider": {
592
+ "from": "components/VRangeSlider",
589
593
  "styles": []
590
594
  },
591
595
  "VResponsive": {
592
596
  "from": "components/VResponsive",
593
597
  "styles": []
594
598
  },
595
- "VSpeedDial": {
596
- "from": "components/VSpeedDial",
599
+ "VSnackbarQueue": {
600
+ "from": "components/VSnackbarQueue",
597
601
  "styles": []
598
602
  },
599
- "VSwitch": {
600
- "from": "components/VSwitch",
603
+ "VSparkline": {
604
+ "from": "components/VSparkline",
601
605
  "styles": []
602
606
  },
603
- "VSnackbarQueue": {
604
- "from": "components/VSnackbarQueue",
607
+ "VSpeedDial": {
608
+ "from": "components/VSpeedDial",
605
609
  "styles": []
606
610
  },
607
611
  "VThemeProvider": {
608
612
  "from": "components/VThemeProvider",
609
613
  "styles": []
610
614
  },
615
+ "VValidation": {
616
+ "from": "components/VValidation",
617
+ "styles": []
618
+ },
611
619
  "VVirtualScroll": {
612
620
  "from": "components/VVirtualScroll",
613
621
  "styles": []
614
622
  },
615
- "VValidation": {
616
- "from": "components/VValidation",
623
+ "VFab": {
624
+ "from": "components/VFab",
617
625
  "styles": []
618
626
  },
619
627
  "VFabTransition": {
@@ -679,14 +687,6 @@
679
687
  "VDialogTransition": {
680
688
  "from": "components/transitions",
681
689
  "styles": []
682
- },
683
- "VSnackbar": {
684
- "from": "components/VSnackbar",
685
- "styles": []
686
- },
687
- "VBottomSheet": {
688
- "from": "components/VBottomSheet",
689
- "styles": []
690
690
  }
691
691
  },
692
692
  "directives": [
@@ -518,7 +518,6 @@
518
518
  "display-value",
519
519
  "events",
520
520
  "first-day-of-week",
521
- "first-day-of-year",
522
521
  "hide-day-header",
523
522
  "hide-header",
524
523
  "hide-week-number",
@@ -1500,7 +1499,6 @@
1500
1499
  "error",
1501
1500
  "error-messages",
1502
1501
  "first-day-of-week",
1503
- "first-day-of-year",
1504
1502
  "flat",
1505
1503
  "focused",
1506
1504
  "glow",
@@ -1593,7 +1591,6 @@
1593
1591
  "divided",
1594
1592
  "elevation",
1595
1593
  "first-day-of-week",
1596
- "first-day-of-year",
1597
1594
  "header",
1598
1595
  "header-color",
1599
1596
  "height",
@@ -1661,7 +1658,6 @@
1661
1658
  "color",
1662
1659
  "disabled",
1663
1660
  "first-day-of-week",
1664
- "first-day-of-year",
1665
1661
  "hide-weekdays",
1666
1662
  "max",
1667
1663
  "min",