@vuetify/nightly 3.8.5-master.2025-05-20 → 3.8.6-master.2025-05-21

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 (57) hide show
  1. package/CHANGELOG.md +10 -15
  2. package/dist/json/attributes.json +3366 -3382
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/tags.json +0 -4
  6. package/dist/json/web-types.json +6264 -6300
  7. package/dist/vuetify-labs.cjs +67 -31
  8. package/dist/vuetify-labs.css +4385 -4385
  9. package/dist/vuetify-labs.d.ts +63 -83
  10. package/dist/vuetify-labs.esm.js +67 -31
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +67 -31
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +67 -31
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +1780 -1780
  17. package/dist/vuetify.d.ts +63 -73
  18. package/dist/vuetify.esm.js +67 -31
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +67 -31
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +37 -34
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VDatePicker/VDatePicker.d.ts +0 -10
  26. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +0 -10
  27. package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
  28. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  29. package/lib/components/VNavigationDrawer/touch.js +2 -4
  30. package/lib/components/VNavigationDrawer/touch.js.map +1 -1
  31. package/lib/components/VNumberInput/VNumberInput.js +18 -10
  32. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  33. package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
  34. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  35. package/lib/components/VSelect/VSelect.js +36 -7
  36. package/lib/components/VSelect/VSelect.js.map +1 -1
  37. package/lib/components/VSlider/slider.js +1 -1
  38. package/lib/components/VSlider/slider.js.map +1 -1
  39. package/lib/composables/calendar.d.ts +0 -5
  40. package/lib/composables/calendar.js +1 -2
  41. package/lib/composables/calendar.js.map +1 -1
  42. package/lib/composables/date/DateAdapter.d.ts +1 -1
  43. package/lib/composables/date/DateAdapter.js.map +1 -1
  44. package/lib/composables/date/adapters/vuetify.d.ts +1 -1
  45. package/lib/composables/date/adapters/vuetify.js +4 -4
  46. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  47. package/lib/composables/date/date.d.ts +1 -1
  48. package/lib/composables/goto.js +1 -1
  49. package/lib/composables/goto.js.map +1 -1
  50. package/lib/entry-bundler.d.ts +1 -1
  51. package/lib/entry-bundler.js +1 -1
  52. package/lib/framework.d.ts +63 -63
  53. package/lib/framework.js +1 -1
  54. package/lib/labs/VCalendar/VCalendar.d.ts +0 -10
  55. package/lib/labs/VDateInput/VDateInput.d.ts +0 -10
  56. package/lib/labs/entry-bundler.d.ts +1 -1
  57. package/package.json +5 -5
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VFileUpload": {
4
- "from": "labs/VFileUpload",
5
- "styles": []
6
- },
7
- "VFileUploadItem": {
8
- "from": "labs/VFileUpload",
9
- "styles": []
10
- },
11
3
  "VCalendar": {
12
4
  "from": "labs/VCalendar",
13
5
  "styles": []
@@ -36,20 +28,24 @@
36
28
  "from": "labs/VColorInput",
37
29
  "styles": []
38
30
  },
39
- "VStepperVertical": {
40
- "from": "labs/VStepperVertical",
31
+ "VIconBtn": {
32
+ "from": "labs/VIconBtn",
41
33
  "styles": []
42
34
  },
43
- "VStepperVerticalItem": {
44
- "from": "labs/VStepperVertical",
35
+ "VPicker": {
36
+ "from": "labs/VPicker",
45
37
  "styles": []
46
38
  },
47
- "VStepperVerticalActions": {
48
- "from": "labs/VStepperVertical",
39
+ "VPickerTitle": {
40
+ "from": "labs/VPicker",
49
41
  "styles": []
50
42
  },
51
- "VIconBtn": {
52
- "from": "labs/VIconBtn",
43
+ "VFileUpload": {
44
+ "from": "labs/VFileUpload",
45
+ "styles": []
46
+ },
47
+ "VFileUploadItem": {
48
+ "from": "labs/VFileUpload",
53
49
  "styles": []
54
50
  },
55
51
  "VTimePicker": {
@@ -64,6 +60,18 @@
64
60
  "from": "labs/VTimePicker",
65
61
  "styles": []
66
62
  },
63
+ "VStepperVertical": {
64
+ "from": "labs/VStepperVertical",
65
+ "styles": []
66
+ },
67
+ "VStepperVerticalItem": {
68
+ "from": "labs/VStepperVertical",
69
+ "styles": []
70
+ },
71
+ "VStepperVerticalActions": {
72
+ "from": "labs/VStepperVertical",
73
+ "styles": []
74
+ },
67
75
  "VTreeview": {
68
76
  "from": "labs/VTreeview",
69
77
  "styles": []
@@ -76,21 +84,13 @@
76
84
  "from": "labs/VTreeview",
77
85
  "styles": []
78
86
  },
79
- "VPicker": {
80
- "from": "labs/VPicker",
81
- "styles": []
82
- },
83
- "VPickerTitle": {
84
- "from": "labs/VPicker",
87
+ "VDateInput": {
88
+ "from": "labs/VDateInput",
85
89
  "styles": []
86
90
  },
87
91
  "VPullToRefresh": {
88
92
  "from": "labs/VPullToRefresh",
89
93
  "styles": []
90
- },
91
- "VDateInput": {
92
- "from": "labs/VDateInput",
93
- "styles": []
94
94
  }
95
95
  }
96
96
  }
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "components": {
3
- "VAvatar": {
4
- "from": "components/VAvatar",
3
+ "VApp": {
4
+ "from": "components/VApp",
5
+ "styles": []
6
+ },
7
+ "VAutocomplete": {
8
+ "from": "components/VAutocomplete",
5
9
  "styles": []
6
10
  },
7
11
  "VAlert": {
@@ -12,16 +16,8 @@
12
16
  "from": "components/VAlert",
13
17
  "styles": []
14
18
  },
15
- "VBanner": {
16
- "from": "components/VBanner",
17
- "styles": []
18
- },
19
- "VBannerActions": {
20
- "from": "components/VBanner",
21
- "styles": []
22
- },
23
- "VBannerText": {
24
- "from": "components/VBanner",
19
+ "VBadge": {
20
+ "from": "components/VBadge",
25
21
  "styles": []
26
22
  },
27
23
  "VAppBar": {
@@ -36,16 +32,8 @@
36
32
  "from": "components/VAppBar",
37
33
  "styles": []
38
34
  },
39
- "VApp": {
40
- "from": "components/VApp",
41
- "styles": []
42
- },
43
- "VAutocomplete": {
44
- "from": "components/VAutocomplete",
45
- "styles": []
46
- },
47
- "VBadge": {
48
- "from": "components/VBadge",
35
+ "VAvatar": {
36
+ "from": "components/VAvatar",
49
37
  "styles": []
50
38
  },
51
39
  "VBreadcrumbs": {
@@ -60,16 +48,28 @@
60
48
  "from": "components/VBreadcrumbs",
61
49
  "styles": []
62
50
  },
63
- "VBtnGroup": {
64
- "from": "components/VBtnGroup",
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation",
65
53
  "styles": []
66
54
  },
67
55
  "VBtn": {
68
56
  "from": "components/VBtn",
69
57
  "styles": []
70
58
  },
71
- "VBottomNavigation": {
72
- "from": "components/VBottomNavigation",
59
+ "VBanner": {
60
+ "from": "components/VBanner",
61
+ "styles": []
62
+ },
63
+ "VBannerActions": {
64
+ "from": "components/VBanner",
65
+ "styles": []
66
+ },
67
+ "VBannerText": {
68
+ "from": "components/VBanner",
69
+ "styles": []
70
+ },
71
+ "VBtnToggle": {
72
+ "from": "components/VBtnToggle",
73
73
  "styles": []
74
74
  },
75
75
  "VCarousel": {
@@ -80,6 +80,10 @@
80
80
  "from": "components/VCarousel",
81
81
  "styles": []
82
82
  },
83
+ "VBottomSheet": {
84
+ "from": "components/VBottomSheet",
85
+ "styles": []
86
+ },
83
87
  "VCard": {
84
88
  "from": "components/VCard",
85
89
  "styles": []
@@ -104,8 +108,8 @@
104
108
  "from": "components/VCard",
105
109
  "styles": []
106
110
  },
107
- "VBtnToggle": {
108
- "from": "components/VBtnToggle",
111
+ "VChip": {
112
+ "from": "components/VChip",
109
113
  "styles": []
110
114
  },
111
115
  "VCheckbox": {
@@ -116,8 +120,20 @@
116
120
  "from": "components/VCheckbox",
117
121
  "styles": []
118
122
  },
119
- "VBottomSheet": {
120
- "from": "components/VBottomSheet",
123
+ "VBtnGroup": {
124
+ "from": "components/VBtnGroup",
125
+ "styles": []
126
+ },
127
+ "VCode": {
128
+ "from": "components/VCode",
129
+ "styles": []
130
+ },
131
+ "VCombobox": {
132
+ "from": "components/VCombobox",
133
+ "styles": []
134
+ },
135
+ "VCounter": {
136
+ "from": "components/VCounter",
121
137
  "styles": []
122
138
  },
123
139
  "VChipGroup": {
@@ -128,12 +144,8 @@
128
144
  "from": "components/VColorPicker",
129
145
  "styles": []
130
146
  },
131
- "VCode": {
132
- "from": "components/VCode",
133
- "styles": []
134
- },
135
- "VCombobox": {
136
- "from": "components/VCombobox",
147
+ "VDialog": {
148
+ "from": "components/VDialog",
137
149
  "styles": []
138
150
  },
139
151
  "VDatePicker": {
@@ -160,42 +172,14 @@
160
172
  "from": "components/VDatePicker",
161
173
  "styles": []
162
174
  },
163
- "VCounter": {
164
- "from": "components/VCounter",
165
- "styles": []
166
- },
167
- "VDataTable": {
168
- "from": "components/VDataTable",
169
- "styles": []
170
- },
171
- "VDataTableHeaders": {
172
- "from": "components/VDataTable",
173
- "styles": []
174
- },
175
- "VDataTableFooter": {
176
- "from": "components/VDataTable",
177
- "styles": []
178
- },
179
- "VDataTableRows": {
180
- "from": "components/VDataTable",
181
- "styles": []
182
- },
183
- "VDataTableRow": {
184
- "from": "components/VDataTable",
185
- "styles": []
186
- },
187
- "VDataTableVirtual": {
188
- "from": "components/VDataTable",
189
- "styles": []
190
- },
191
- "VDataTableServer": {
192
- "from": "components/VDataTable",
193
- "styles": []
194
- },
195
175
  "VDivider": {
196
176
  "from": "components/VDivider",
197
177
  "styles": []
198
178
  },
179
+ "VEmptyState": {
180
+ "from": "components/VEmptyState",
181
+ "styles": []
182
+ },
199
183
  "VExpansionPanels": {
200
184
  "from": "components/VExpansionPanel",
201
185
  "styles": []
@@ -212,10 +196,6 @@
212
196
  "from": "components/VExpansionPanel",
213
197
  "styles": []
214
198
  },
215
- "VEmptyState": {
216
- "from": "components/VEmptyState",
217
- "styles": []
218
- },
219
199
  "VField": {
220
200
  "from": "components/VField",
221
201
  "styles": []
@@ -228,10 +208,6 @@
228
208
  "from": "components/VFab",
229
209
  "styles": []
230
210
  },
231
- "VFileInput": {
232
- "from": "components/VFileInput",
233
- "styles": []
234
- },
235
211
  "VIcon": {
236
212
  "from": "components/VIcon",
237
213
  "styles": []
@@ -252,24 +228,24 @@
252
228
  "from": "components/VIcon",
253
229
  "styles": []
254
230
  },
255
- "VFooter": {
256
- "from": "components/VFooter",
231
+ "VFileInput": {
232
+ "from": "components/VFileInput",
257
233
  "styles": []
258
234
  },
259
- "VImg": {
260
- "from": "components/VImg",
235
+ "VFooter": {
236
+ "from": "components/VFooter",
261
237
  "styles": []
262
238
  },
263
- "VInput": {
264
- "from": "components/VInput",
239
+ "VInfiniteScroll": {
240
+ "from": "components/VInfiniteScroll",
265
241
  "styles": []
266
242
  },
267
- "VMain": {
268
- "from": "components/VMain",
243
+ "VLabel": {
244
+ "from": "components/VLabel",
269
245
  "styles": []
270
246
  },
271
- "VKbd": {
272
- "from": "components/VKbd",
247
+ "VInput": {
248
+ "from": "components/VInput",
273
249
  "styles": []
274
250
  },
275
251
  "VItemGroup": {
@@ -280,8 +256,20 @@
280
256
  "from": "components/VItemGroup",
281
257
  "styles": []
282
258
  },
283
- "VInfiniteScroll": {
284
- "from": "components/VInfiniteScroll",
259
+ "VImg": {
260
+ "from": "components/VImg",
261
+ "styles": []
262
+ },
263
+ "VKbd": {
264
+ "from": "components/VKbd",
265
+ "styles": []
266
+ },
267
+ "VMessages": {
268
+ "from": "components/VMessages",
269
+ "styles": []
270
+ },
271
+ "VMenu": {
272
+ "from": "components/VMenu",
285
273
  "styles": []
286
274
  },
287
275
  "VList": {
@@ -320,64 +308,60 @@
320
308
  "from": "components/VList",
321
309
  "styles": []
322
310
  },
323
- "VLabel": {
324
- "from": "components/VLabel",
311
+ "VNavigationDrawer": {
312
+ "from": "components/VNavigationDrawer",
325
313
  "styles": []
326
314
  },
327
- "VMenu": {
328
- "from": "components/VMenu",
315
+ "VOtpInput": {
316
+ "from": "components/VOtpInput",
329
317
  "styles": []
330
318
  },
331
319
  "VNumberInput": {
332
320
  "from": "components/VNumberInput",
333
321
  "styles": []
334
322
  },
335
- "VMessages": {
336
- "from": "components/VMessages",
323
+ "VOverlay": {
324
+ "from": "components/VOverlay",
337
325
  "styles": []
338
326
  },
339
- "VNavigationDrawer": {
340
- "from": "components/VNavigationDrawer",
327
+ "VProgressCircular": {
328
+ "from": "components/VProgressCircular",
341
329
  "styles": []
342
330
  },
343
- "VOtpInput": {
344
- "from": "components/VOtpInput",
331
+ "VRadioGroup": {
332
+ "from": "components/VRadioGroup",
345
333
  "styles": []
346
334
  },
347
- "VOverlay": {
348
- "from": "components/VOverlay",
335
+ "VProgressLinear": {
336
+ "from": "components/VProgressLinear",
349
337
  "styles": []
350
338
  },
351
339
  "VPagination": {
352
340
  "from": "components/VPagination",
353
341
  "styles": []
354
342
  },
355
- "VRadioGroup": {
356
- "from": "components/VRadioGroup",
343
+ "VSelectionControlGroup": {
344
+ "from": "components/VSelectionControlGroup",
357
345
  "styles": []
358
346
  },
359
347
  "VRating": {
360
348
  "from": "components/VRating",
361
349
  "styles": []
362
350
  },
363
- "VSelectionControlGroup": {
364
- "from": "components/VSelectionControlGroup",
351
+ "VSelect": {
352
+ "from": "components/VSelect",
365
353
  "styles": []
366
354
  },
367
355
  "VSelectionControl": {
368
356
  "from": "components/VSelectionControl",
369
357
  "styles": []
370
358
  },
371
- "VProgressLinear": {
372
- "from": "components/VProgressLinear",
373
- "styles": []
374
- },
375
- "VSelect": {
376
- "from": "components/VSelect",
359
+ "VSkeletonLoader": {
360
+ "from": "components/VSkeletonLoader",
377
361
  "styles": []
378
362
  },
379
- "VSheet": {
380
- "from": "components/VSheet",
363
+ "VMain": {
364
+ "from": "components/VMain",
381
365
  "styles": []
382
366
  },
383
367
  "VSlideGroup": {
@@ -388,18 +372,6 @@
388
372
  "from": "components/VSlideGroup",
389
373
  "styles": []
390
374
  },
391
- "VSkeletonLoader": {
392
- "from": "components/VSkeletonLoader",
393
- "styles": []
394
- },
395
- "VSnackbar": {
396
- "from": "components/VSnackbar",
397
- "styles": []
398
- },
399
- "VSlider": {
400
- "from": "components/VSlider",
401
- "styles": []
402
- },
403
375
  "VStepper": {
404
376
  "from": "components/VStepper",
405
377
  "styles": []
@@ -424,16 +396,20 @@
424
396
  "from": "components/VStepper",
425
397
  "styles": []
426
398
  },
427
- "VSystemBar": {
428
- "from": "components/VSystemBar",
399
+ "VSlider": {
400
+ "from": "components/VSlider",
401
+ "styles": []
402
+ },
403
+ "VSheet": {
404
+ "from": "components/VSheet",
429
405
  "styles": []
430
406
  },
431
407
  "VSwitch": {
432
408
  "from": "components/VSwitch",
433
409
  "styles": []
434
410
  },
435
- "VTextField": {
436
- "from": "components/VTextField",
411
+ "VSnackbar": {
412
+ "from": "components/VSnackbar",
437
413
  "styles": []
438
414
  },
439
415
  "VTab": {
@@ -452,10 +428,26 @@
452
428
  "from": "components/VTabs",
453
429
  "styles": []
454
430
  },
431
+ "VTextField": {
432
+ "from": "components/VTextField",
433
+ "styles": []
434
+ },
435
+ "VSystemBar": {
436
+ "from": "components/VSystemBar",
437
+ "styles": []
438
+ },
455
439
  "VTable": {
456
440
  "from": "components/VTable",
457
441
  "styles": []
458
442
  },
443
+ "VTimeline": {
444
+ "from": "components/VTimeline",
445
+ "styles": []
446
+ },
447
+ "VTimelineItem": {
448
+ "from": "components/VTimeline",
449
+ "styles": []
450
+ },
459
451
  "VToolbar": {
460
452
  "from": "components/VToolbar",
461
453
  "styles": []
@@ -484,8 +476,8 @@
484
476
  "from": "components/VWindow",
485
477
  "styles": []
486
478
  },
487
- "VChip": {
488
- "from": "components/VChip",
479
+ "VConfirmEdit": {
480
+ "from": "components/VConfirmEdit",
489
481
  "styles": []
490
482
  },
491
483
  "VDataIterator": {
@@ -496,10 +488,6 @@
496
488
  "from": "components/VDefaultsProvider",
497
489
  "styles": []
498
490
  },
499
- "VForm": {
500
- "from": "components/VForm",
501
- "styles": []
502
- },
503
491
  "VContainer": {
504
492
  "from": "components/VGrid",
505
493
  "styles": []
@@ -516,8 +504,8 @@
516
504
  "from": "components/VGrid",
517
505
  "styles": []
518
506
  },
519
- "VHover": {
520
- "from": "components/VHover",
507
+ "VForm": {
508
+ "from": "components/VForm",
521
509
  "styles": []
522
510
  },
523
511
  "VLayout": {
@@ -528,38 +516,38 @@
528
516
  "from": "components/VLayout",
529
517
  "styles": []
530
518
  },
531
- "VLazy": {
532
- "from": "components/VLazy",
533
- "styles": []
534
- },
535
519
  "VLocaleProvider": {
536
520
  "from": "components/VLocaleProvider",
537
521
  "styles": []
538
522
  },
539
- "VNoSsr": {
540
- "from": "components/VNoSsr",
523
+ "VHover": {
524
+ "from": "components/VHover",
541
525
  "styles": []
542
526
  },
543
- "VRadio": {
544
- "from": "components/VRadio",
527
+ "VNoSsr": {
528
+ "from": "components/VNoSsr",
545
529
  "styles": []
546
530
  },
547
531
  "VParallax": {
548
532
  "from": "components/VParallax",
549
533
  "styles": []
550
534
  },
551
- "VRangeSlider": {
552
- "from": "components/VRangeSlider",
535
+ "VRadio": {
536
+ "from": "components/VRadio",
553
537
  "styles": []
554
538
  },
555
- "VSnackbarQueue": {
556
- "from": "components/VSnackbarQueue",
539
+ "VRangeSlider": {
540
+ "from": "components/VRangeSlider",
557
541
  "styles": []
558
542
  },
559
543
  "VResponsive": {
560
544
  "from": "components/VResponsive",
561
545
  "styles": []
562
546
  },
547
+ "VSnackbarQueue": {
548
+ "from": "components/VSnackbarQueue",
549
+ "styles": []
550
+ },
563
551
  "VSparkline": {
564
552
  "from": "components/VSparkline",
565
553
  "styles": []
@@ -572,6 +560,10 @@
572
560
  "from": "components/VThemeProvider",
573
561
  "styles": []
574
562
  },
563
+ "VVirtualScroll": {
564
+ "from": "components/VVirtualScroll",
565
+ "styles": []
566
+ },
575
567
  "VFabTransition": {
576
568
  "from": "components/transitions",
577
569
  "styles": []
@@ -636,32 +628,40 @@
636
628
  "from": "components/transitions",
637
629
  "styles": []
638
630
  },
639
- "VVirtualScroll": {
640
- "from": "components/VVirtualScroll",
631
+ "VDataTable": {
632
+ "from": "components/VDataTable",
641
633
  "styles": []
642
634
  },
643
- "VValidation": {
644
- "from": "components/VValidation",
635
+ "VDataTableHeaders": {
636
+ "from": "components/VDataTable",
645
637
  "styles": []
646
638
  },
647
- "VProgressCircular": {
648
- "from": "components/VProgressCircular",
639
+ "VDataTableFooter": {
640
+ "from": "components/VDataTable",
649
641
  "styles": []
650
642
  },
651
- "VDialog": {
652
- "from": "components/VDialog",
643
+ "VDataTableRows": {
644
+ "from": "components/VDataTable",
653
645
  "styles": []
654
646
  },
655
- "VConfirmEdit": {
656
- "from": "components/VConfirmEdit",
647
+ "VDataTableRow": {
648
+ "from": "components/VDataTable",
657
649
  "styles": []
658
650
  },
659
- "VTimeline": {
660
- "from": "components/VTimeline",
651
+ "VDataTableVirtual": {
652
+ "from": "components/VDataTable",
661
653
  "styles": []
662
654
  },
663
- "VTimelineItem": {
664
- "from": "components/VTimeline",
655
+ "VDataTableServer": {
656
+ "from": "components/VDataTable",
657
+ "styles": []
658
+ },
659
+ "VValidation": {
660
+ "from": "components/VValidation",
661
+ "styles": []
662
+ },
663
+ "VLazy": {
664
+ "from": "components/VLazy",
665
665
  "styles": []
666
666
  }
667
667
  },
@@ -525,7 +525,6 @@
525
525
  "text",
526
526
  "title",
527
527
  "view-mode",
528
- "weekday-format",
529
528
  "weekdays",
530
529
  "weeks-in-month",
531
530
  "year"
@@ -1542,7 +1541,6 @@
1542
1541
  "validation-value",
1543
1542
  "variant",
1544
1543
  "view-mode",
1545
- "weekday-format",
1546
1544
  "weekdays",
1547
1545
  "weeks-in-month",
1548
1546
  "width",
@@ -1593,7 +1591,6 @@
1593
1591
  "title",
1594
1592
  "transition",
1595
1593
  "view-mode",
1596
- "weekday-format",
1597
1594
  "weekdays",
1598
1595
  "weeks-in-month",
1599
1596
  "width",
@@ -1639,7 +1636,6 @@
1639
1636
  "show-adjacent-months",
1640
1637
  "show-week",
1641
1638
  "transition",
1642
- "weekday-format",
1643
1639
  "weekdays",
1644
1640
  "weeks-in-month",
1645
1641
  "year"