@vuetify/nightly 3.9.3-dev.2025-08-02 → 3.9.3-dev.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.
- package/CHANGELOG.md +5 -3
- package/dist/json/attributes.json +3040 -3024
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +5954 -5826
- package/dist/vuetify-labs.cjs +56 -17
- package/dist/vuetify-labs.css +3273 -3273
- package/dist/vuetify-labs.d.ts +145 -66
- package/dist/vuetify-labs.esm.js +56 -17
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +56 -17
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +56 -17
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4298 -4298
- package/dist/vuetify.d.ts +117 -66
- package/dist/vuetify.esm.js +56 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +56 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +285 -279
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
- package/lib/components/VDataIterator/VDataIterator.js +1 -1
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +6 -4
- package/lib/components/VDataTable/VDataTable.js +1 -1
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +14 -11
- package/lib/components/VDataTable/VDataTableRows.js +9 -0
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +4 -2
- package/lib/components/VDataTable/VDataTableServer.js +1 -1
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -2
- package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/group.d.ts +13 -5
- package/lib/components/VDataTable/composables/group.js +11 -5
- package/lib/components/VDataTable/composables/group.js.map +1 -1
- package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
- package/lib/components/VDataTable/composables/paginate.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +7 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +25 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +25 -0
- package/lib/composables/calendar.d.ts +12 -0
- package/lib/composables/calendar.js +5 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +1 -1
- package/lib/composables/date/adapters/string.js +2 -2
- package/lib/composables/date/adapters/string.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +25 -5
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +25 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +25 -0
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/package.json +1 -1
@@ -1,17 +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
|
-
"VIconBtn": {
|
12
|
-
"from": "labs/VIconBtn",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VCalendar": {
|
16
4
|
"from": "labs/VCalendar",
|
17
5
|
"styles": []
|
@@ -36,8 +24,12 @@
|
|
36
24
|
"from": "labs/VCalendar",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
41
33
|
"styles": []
|
42
34
|
},
|
43
35
|
"VPie": {
|
@@ -52,6 +44,14 @@
|
|
52
44
|
"from": "labs/VPie",
|
53
45
|
"styles": []
|
54
46
|
},
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VColorInput": {
|
52
|
+
"from": "labs/VColorInput",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
55
|
"VPicker": {
|
56
56
|
"from": "labs/VPicker",
|
57
57
|
"styles": []
|
@@ -88,14 +88,14 @@
|
|
88
88
|
"from": "labs/VVideo",
|
89
89
|
"styles": []
|
90
90
|
},
|
91
|
-
"VDateInput": {
|
92
|
-
"from": "labs/VDateInput",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
91
|
"VMaskInput": {
|
96
92
|
"from": "labs/VMaskInput",
|
97
93
|
"styles": []
|
98
94
|
},
|
95
|
+
"VDateInput": {
|
96
|
+
"from": "labs/VDateInput",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
99
|
"VPullToRefresh": {
|
100
100
|
"from": "labs/VPullToRefresh",
|
101
101
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -16,6 +16,10 @@
|
|
16
16
|
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
+
"VAvatar": {
|
20
|
+
"from": "components/VAvatar",
|
21
|
+
"styles": []
|
22
|
+
},
|
19
23
|
"VAlert": {
|
20
24
|
"from": "components/VAlert",
|
21
25
|
"styles": []
|
@@ -24,12 +28,20 @@
|
|
24
28
|
"from": "components/VAlert",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
35
|
+
"VBreadcrumbs": {
|
36
|
+
"from": "components/VBreadcrumbs",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBreadcrumbsItem": {
|
40
|
+
"from": "components/VBreadcrumbs",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBreadcrumbsDivider": {
|
44
|
+
"from": "components/VBreadcrumbs",
|
33
45
|
"styles": []
|
34
46
|
},
|
35
47
|
"VBanner": {
|
@@ -44,24 +56,24 @@
|
|
44
56
|
"from": "components/VBanner",
|
45
57
|
"styles": []
|
46
58
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
59
|
+
"VBottomNavigation": {
|
60
|
+
"from": "components/VBottomNavigation",
|
49
61
|
"styles": []
|
50
62
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
63
|
+
"VBtn": {
|
64
|
+
"from": "components/VBtn",
|
53
65
|
"styles": []
|
54
66
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
67
|
+
"VBottomSheet": {
|
68
|
+
"from": "components/VBottomSheet",
|
57
69
|
"styles": []
|
58
70
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
71
|
+
"VBadge": {
|
72
|
+
"from": "components/VBadge",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup",
|
65
77
|
"styles": []
|
66
78
|
},
|
67
79
|
"VCard": {
|
@@ -88,56 +100,48 @@
|
|
88
100
|
"from": "components/VCard",
|
89
101
|
"styles": []
|
90
102
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VChip": {
|
96
|
-
"from": "components/VChip",
|
103
|
+
"VCarousel": {
|
104
|
+
"from": "components/VCarousel",
|
97
105
|
"styles": []
|
98
106
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
107
|
+
"VCarouselItem": {
|
108
|
+
"from": "components/VCarousel",
|
101
109
|
"styles": []
|
102
110
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
111
|
+
"VBtnToggle": {
|
112
|
+
"from": "components/VBtnToggle",
|
105
113
|
"styles": []
|
106
114
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
115
|
+
"VChipGroup": {
|
116
|
+
"from": "components/VChipGroup",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
119
|
"VCode": {
|
112
120
|
"from": "components/VCode",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VColorPicker": {
|
120
|
-
"from": "components/VColorPicker",
|
123
|
+
"VCombobox": {
|
124
|
+
"from": "components/VCombobox",
|
121
125
|
"styles": []
|
122
126
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
127
|
+
"VCheckbox": {
|
128
|
+
"from": "components/VCheckbox",
|
125
129
|
"styles": []
|
126
130
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
131
|
+
"VCheckboxBtn": {
|
132
|
+
"from": "components/VCheckbox",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
135
|
+
"VCounter": {
|
136
|
+
"from": "components/VCounter",
|
133
137
|
"styles": []
|
134
138
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
139
|
+
"VColorPicker": {
|
140
|
+
"from": "components/VColorPicker",
|
137
141
|
"styles": []
|
138
142
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
143
|
+
"VChip": {
|
144
|
+
"from": "components/VChip",
|
141
145
|
"styles": []
|
142
146
|
},
|
143
147
|
"VDataTable": {
|
@@ -192,40 +196,24 @@
|
|
192
196
|
"from": "components/VDatePicker",
|
193
197
|
"styles": []
|
194
198
|
},
|
195
|
-
"VEmptyState": {
|
196
|
-
"from": "components/VEmptyState",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDivider": {
|
200
|
-
"from": "components/VDivider",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
199
|
"VDialog": {
|
204
200
|
"from": "components/VDialog",
|
205
201
|
"styles": []
|
206
202
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VExpansionPanel": {
|
212
|
-
"from": "components/VExpansionPanel",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VExpansionPanelText": {
|
216
|
-
"from": "components/VExpansionPanel",
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
217
205
|
"styles": []
|
218
206
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
207
|
+
"VFileInput": {
|
208
|
+
"from": "components/VFileInput",
|
221
209
|
"styles": []
|
222
210
|
},
|
223
211
|
"VFab": {
|
224
212
|
"from": "components/VFab",
|
225
213
|
"styles": []
|
226
214
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
215
|
+
"VEmptyState": {
|
216
|
+
"from": "components/VEmptyState",
|
229
217
|
"styles": []
|
230
218
|
},
|
231
219
|
"VField": {
|
@@ -236,10 +224,6 @@
|
|
236
224
|
"from": "components/VField",
|
237
225
|
"styles": []
|
238
226
|
},
|
239
|
-
"VInfiniteScroll": {
|
240
|
-
"from": "components/VInfiniteScroll",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
227
|
"VFooter": {
|
244
228
|
"from": "components/VFooter",
|
245
229
|
"styles": []
|
@@ -248,6 +232,22 @@
|
|
248
232
|
"from": "components/VImg",
|
249
233
|
"styles": []
|
250
234
|
},
|
235
|
+
"VExpansionPanels": {
|
236
|
+
"from": "components/VExpansionPanel",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VExpansionPanel": {
|
240
|
+
"from": "components/VExpansionPanel",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VExpansionPanelText": {
|
244
|
+
"from": "components/VExpansionPanel",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VExpansionPanelTitle": {
|
248
|
+
"from": "components/VExpansionPanel",
|
249
|
+
"styles": []
|
250
|
+
},
|
251
251
|
"VIcon": {
|
252
252
|
"from": "components/VIcon",
|
253
253
|
"styles": []
|
@@ -268,6 +268,10 @@
|
|
268
268
|
"from": "components/VIcon",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
273
|
+
"styles": []
|
274
|
+
},
|
271
275
|
"VKbd": {
|
272
276
|
"from": "components/VKbd",
|
273
277
|
"styles": []
|
@@ -280,8 +284,8 @@
|
|
280
284
|
"from": "components/VItemGroup",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
287
|
+
"VInfiniteScroll": {
|
288
|
+
"from": "components/VInfiniteScroll",
|
285
289
|
"styles": []
|
286
290
|
},
|
287
291
|
"VList": {
|
@@ -320,24 +324,24 @@
|
|
320
324
|
"from": "components/VList",
|
321
325
|
"styles": []
|
322
326
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
327
|
+
"VMenu": {
|
328
|
+
"from": "components/VMenu",
|
325
329
|
"styles": []
|
326
330
|
},
|
327
331
|
"VMain": {
|
328
332
|
"from": "components/VMain",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
339
|
"VNavigationDrawer": {
|
336
340
|
"from": "components/VNavigationDrawer",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
343
|
+
"VOtpInput": {
|
344
|
+
"from": "components/VOtpInput",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
347
|
"VNumberInput": {
|
@@ -348,10 +352,6 @@
|
|
348
352
|
"from": "components/VOverlay",
|
349
353
|
"styles": []
|
350
354
|
},
|
351
|
-
"VOtpInput": {
|
352
|
-
"from": "components/VOtpInput",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
355
|
"VPagination": {
|
356
356
|
"from": "components/VPagination",
|
357
357
|
"styles": []
|
@@ -360,32 +360,32 @@
|
|
360
360
|
"from": "components/VProgressLinear",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
-
"VProgressCircular": {
|
364
|
-
"from": "components/VProgressCircular",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
363
|
"VRating": {
|
368
364
|
"from": "components/VRating",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
371
|
+
"VRadioGroup": {
|
372
|
+
"from": "components/VRadioGroup",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
379
|
"VSheet": {
|
384
380
|
"from": "components/VSheet",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
391
|
"VSlideGroup": {
|
@@ -400,18 +400,14 @@
|
|
400
400
|
"from": "components/VSlider",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
403
|
+
"VSkeletonLoader": {
|
404
|
+
"from": "components/VSkeletonLoader",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
407
|
"VSwitch": {
|
408
408
|
"from": "components/VSwitch",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
|
-
"VSystemBar": {
|
412
|
-
"from": "components/VSystemBar",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
411
|
"VStepper": {
|
416
412
|
"from": "components/VStepper",
|
417
413
|
"styles": []
|
@@ -436,6 +432,14 @@
|
|
436
432
|
"from": "components/VStepper",
|
437
433
|
"styles": []
|
438
434
|
},
|
435
|
+
"VSnackbar": {
|
436
|
+
"from": "components/VSnackbar",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VSystemBar": {
|
440
|
+
"from": "components/VSystemBar",
|
441
|
+
"styles": []
|
442
|
+
},
|
439
443
|
"VTab": {
|
440
444
|
"from": "components/VTabs",
|
441
445
|
"styles": []
|
@@ -452,16 +456,24 @@
|
|
452
456
|
"from": "components/VTabs",
|
453
457
|
"styles": []
|
454
458
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
459
|
+
"VTextField": {
|
460
|
+
"from": "components/VTextField",
|
457
461
|
"styles": []
|
458
462
|
},
|
459
463
|
"VTextarea": {
|
460
464
|
"from": "components/VTextarea",
|
461
465
|
"styles": []
|
462
466
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
467
|
+
"VToolbar": {
|
468
|
+
"from": "components/VToolbar",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VToolbarTitle": {
|
472
|
+
"from": "components/VToolbar",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VToolbarItems": {
|
476
|
+
"from": "components/VToolbar",
|
465
477
|
"styles": []
|
466
478
|
},
|
467
479
|
"VTimeline": {
|
@@ -484,20 +496,12 @@
|
|
484
496
|
"from": "components/VTimePicker",
|
485
497
|
"styles": []
|
486
498
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VToolbar": {
|
492
|
-
"from": "components/VToolbar",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
|
-
"VToolbarTitle": {
|
496
|
-
"from": "components/VToolbar",
|
499
|
+
"VTable": {
|
500
|
+
"from": "components/VTable",
|
497
501
|
"styles": []
|
498
502
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
501
505
|
"styles": []
|
502
506
|
},
|
503
507
|
"VTreeview": {
|
@@ -520,24 +524,20 @@
|
|
520
524
|
"from": "components/VWindow",
|
521
525
|
"styles": []
|
522
526
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
527
|
+
"VLabel": {
|
528
|
+
"from": "components/VLabel",
|
525
529
|
"styles": []
|
526
530
|
},
|
527
531
|
"VConfirmEdit": {
|
528
532
|
"from": "components/VConfirmEdit",
|
529
533
|
"styles": []
|
530
534
|
},
|
531
|
-
"VDataIterator": {
|
532
|
-
"from": "components/VDataIterator",
|
533
|
-
"styles": []
|
534
|
-
},
|
535
535
|
"VDefaultsProvider": {
|
536
536
|
"from": "components/VDefaultsProvider",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
539
|
+
"VDataIterator": {
|
540
|
+
"from": "components/VDataIterator",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
543
|
"VContainer": {
|
@@ -556,10 +556,18 @@
|
|
556
556
|
"from": "components/VGrid",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
+
"VForm": {
|
560
|
+
"from": "components/VForm",
|
561
|
+
"styles": []
|
562
|
+
},
|
559
563
|
"VHover": {
|
560
564
|
"from": "components/VHover",
|
561
565
|
"styles": []
|
562
566
|
},
|
567
|
+
"VLocaleProvider": {
|
568
|
+
"from": "components/VLocaleProvider",
|
569
|
+
"styles": []
|
570
|
+
},
|
563
571
|
"VLazy": {
|
564
572
|
"from": "components/VLazy",
|
565
573
|
"styles": []
|
@@ -572,10 +580,6 @@
|
|
572
580
|
"from": "components/VLayout",
|
573
581
|
"styles": []
|
574
582
|
},
|
575
|
-
"VLocaleProvider": {
|
576
|
-
"from": "components/VLocaleProvider",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
583
|
"VNoSsr": {
|
580
584
|
"from": "components/VNoSsr",
|
581
585
|
"styles": []
|
@@ -683,10 +687,6 @@
|
|
683
687
|
"VDialogTransition": {
|
684
688
|
"from": "components/transitions",
|
685
689
|
"styles": []
|
686
|
-
},
|
687
|
-
"VSnackbar": {
|
688
|
-
"from": "components/VSnackbar",
|
689
|
-
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -522,6 +522,7 @@
|
|
522
522
|
"display-value",
|
523
523
|
"events",
|
524
524
|
"first-day-of-week",
|
525
|
+
"first-day-of-year",
|
525
526
|
"hide-day-header",
|
526
527
|
"hide-header",
|
527
528
|
"hide-week-number",
|
@@ -1532,6 +1533,7 @@
|
|
1532
1533
|
"error",
|
1533
1534
|
"error-messages",
|
1534
1535
|
"first-day-of-week",
|
1536
|
+
"first-day-of-year",
|
1535
1537
|
"flat",
|
1536
1538
|
"focused",
|
1537
1539
|
"glow",
|
@@ -1625,6 +1627,7 @@
|
|
1625
1627
|
"divided",
|
1626
1628
|
"elevation",
|
1627
1629
|
"first-day-of-week",
|
1630
|
+
"first-day-of-year",
|
1628
1631
|
"header",
|
1629
1632
|
"header-color",
|
1630
1633
|
"height",
|
@@ -1693,6 +1696,7 @@
|
|
1693
1696
|
"color",
|
1694
1697
|
"disabled",
|
1695
1698
|
"first-day-of-week",
|
1699
|
+
"first-day-of-year",
|
1696
1700
|
"hide-weekdays",
|
1697
1701
|
"max",
|
1698
1702
|
"min",
|