@vuetify/nightly 3.8.5-dev.2025-05-14 → 3.8.5-dev.2025-05-17
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 +4 -3
- package/dist/json/attributes.json +3053 -3053
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +5786 -5786
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5495 -5495
- package/dist/vuetify-labs.d.ts +45 -45
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +5456 -5456
- package/dist/vuetify.d.ts +45 -45
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +45 -45
- package/lib/framework.js +1 -1
- package/package.json +2 -1
@@ -24,10 +24,6 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VIconBtn": {
|
28
|
-
"from": "labs/VIconBtn",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
27
|
"VFileUpload": {
|
32
28
|
"from": "labs/VFileUpload",
|
33
29
|
"styles": []
|
@@ -36,10 +32,22 @@
|
|
36
32
|
"from": "labs/VFileUpload",
|
37
33
|
"styles": []
|
38
34
|
},
|
35
|
+
"VPicker": {
|
36
|
+
"from": "labs/VPicker",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VPickerTitle": {
|
40
|
+
"from": "labs/VPicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
39
43
|
"VColorInput": {
|
40
44
|
"from": "labs/VColorInput",
|
41
45
|
"styles": []
|
42
46
|
},
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
49
|
+
"styles": []
|
50
|
+
},
|
43
51
|
"VStepperVertical": {
|
44
52
|
"from": "labs/VStepperVertical",
|
45
53
|
"styles": []
|
@@ -52,12 +60,16 @@
|
|
52
60
|
"from": "labs/VStepperVertical",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
63
|
+
"VTimePicker": {
|
64
|
+
"from": "labs/VTimePicker",
|
57
65
|
"styles": []
|
58
66
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
67
|
+
"VTimePickerClock": {
|
68
|
+
"from": "labs/VTimePicker",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTimePickerControls": {
|
72
|
+
"from": "labs/VTimePicker",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
75
|
"VTreeview": {
|
@@ -72,18 +84,6 @@
|
|
72
84
|
"from": "labs/VTreeview",
|
73
85
|
"styles": []
|
74
86
|
},
|
75
|
-
"VTimePicker": {
|
76
|
-
"from": "labs/VTimePicker",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VTimePickerClock": {
|
80
|
-
"from": "labs/VTimePicker",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VTimePickerControls": {
|
84
|
-
"from": "labs/VTimePicker",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
87
|
"VDateInput": {
|
88
88
|
"from": "labs/VDateInput",
|
89
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VAppBar": {
|
4
8
|
"from": "components/VAppBar",
|
5
9
|
"styles": []
|
@@ -12,22 +16,14 @@
|
|
12
16
|
"from": "components/VAppBar",
|
13
17
|
"styles": []
|
14
18
|
},
|
15
|
-
"VApp": {
|
16
|
-
"from": "components/VApp",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VAlert": {
|
20
|
-
"from": "components/VAlert",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAlertTitle": {
|
24
|
-
"from": "components/VAlert",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
19
|
"VAutocomplete": {
|
28
20
|
"from": "components/VAutocomplete",
|
29
21
|
"styles": []
|
30
22
|
},
|
23
|
+
"VBadge": {
|
24
|
+
"from": "components/VBadge",
|
25
|
+
"styles": []
|
26
|
+
},
|
31
27
|
"VBanner": {
|
32
28
|
"from": "components/VBanner",
|
33
29
|
"styles": []
|
@@ -40,38 +36,22 @@
|
|
40
36
|
"from": "components/VBanner",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
39
|
+
"VAlert": {
|
40
|
+
"from": "components/VAlert",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
43
|
+
"VAlertTitle": {
|
44
|
+
"from": "components/VAlert",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
47
|
+
"VBottomNavigation": {
|
48
|
+
"from": "components/VBottomNavigation",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
51
|
"VBottomSheet": {
|
56
52
|
"from": "components/VBottomSheet",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
|
-
"VBtn": {
|
60
|
-
"from": "components/VBtn",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VBreadcrumbs": {
|
64
|
-
"from": "components/VBreadcrumbs",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBreadcrumbsItem": {
|
68
|
-
"from": "components/VBreadcrumbs",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBreadcrumbsDivider": {
|
72
|
-
"from": "components/VBreadcrumbs",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
55
|
"VCard": {
|
76
56
|
"from": "components/VCard",
|
77
57
|
"styles": []
|
@@ -96,12 +76,12 @@
|
|
96
76
|
"from": "components/VCard",
|
97
77
|
"styles": []
|
98
78
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
79
|
+
"VBtn": {
|
80
|
+
"from": "components/VBtn",
|
101
81
|
"styles": []
|
102
82
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
83
|
+
"VBtnGroup": {
|
84
|
+
"from": "components/VBtnGroup",
|
105
85
|
"styles": []
|
106
86
|
},
|
107
87
|
"VCheckbox": {
|
@@ -112,28 +92,40 @@
|
|
112
92
|
"from": "components/VCheckbox",
|
113
93
|
"styles": []
|
114
94
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
95
|
+
"VCarousel": {
|
96
|
+
"from": "components/VCarousel",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VCarouselItem": {
|
100
|
+
"from": "components/VCarousel",
|
117
101
|
"styles": []
|
118
102
|
},
|
119
103
|
"VCode": {
|
120
104
|
"from": "components/VCode",
|
121
105
|
"styles": []
|
122
106
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
107
|
+
"VBreadcrumbs": {
|
108
|
+
"from": "components/VBreadcrumbs",
|
125
109
|
"styles": []
|
126
110
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
111
|
+
"VBreadcrumbsItem": {
|
112
|
+
"from": "components/VBreadcrumbs",
|
129
113
|
"styles": []
|
130
114
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
115
|
+
"VBreadcrumbsDivider": {
|
116
|
+
"from": "components/VBreadcrumbs",
|
133
117
|
"styles": []
|
134
118
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
119
|
+
"VChipGroup": {
|
120
|
+
"from": "components/VChipGroup",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VBtnToggle": {
|
124
|
+
"from": "components/VBtnToggle",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip",
|
137
129
|
"styles": []
|
138
130
|
},
|
139
131
|
"VDataTable": {
|
@@ -164,10 +156,22 @@
|
|
164
156
|
"from": "components/VDataTable",
|
165
157
|
"styles": []
|
166
158
|
},
|
159
|
+
"VCombobox": {
|
160
|
+
"from": "components/VCombobox",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VColorPicker": {
|
164
|
+
"from": "components/VColorPicker",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
167
|
"VDialog": {
|
168
168
|
"from": "components/VDialog",
|
169
169
|
"styles": []
|
170
170
|
},
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter",
|
173
|
+
"styles": []
|
174
|
+
},
|
171
175
|
"VDatePicker": {
|
172
176
|
"from": "components/VDatePicker",
|
173
177
|
"styles": []
|
@@ -192,14 +196,6 @@
|
|
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
|
"VExpansionPanels": {
|
204
200
|
"from": "components/VExpansionPanel",
|
205
201
|
"styles": []
|
@@ -216,6 +212,18 @@
|
|
216
212
|
"from": "components/VExpansionPanel",
|
217
213
|
"styles": []
|
218
214
|
},
|
215
|
+
"VDivider": {
|
216
|
+
"from": "components/VDivider",
|
217
|
+
"styles": []
|
218
|
+
},
|
219
|
+
"VEmptyState": {
|
220
|
+
"from": "components/VEmptyState",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VFooter": {
|
224
|
+
"from": "components/VFooter",
|
225
|
+
"styles": []
|
226
|
+
},
|
219
227
|
"VFab": {
|
220
228
|
"from": "components/VFab",
|
221
229
|
"styles": []
|
@@ -228,10 +236,6 @@
|
|
228
236
|
"from": "components/VField",
|
229
237
|
"styles": []
|
230
238
|
},
|
231
|
-
"VFooter": {
|
232
|
-
"from": "components/VFooter",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
239
|
"VFileInput": {
|
236
240
|
"from": "components/VFileInput",
|
237
241
|
"styles": []
|
@@ -256,10 +260,6 @@
|
|
256
260
|
"from": "components/VIcon",
|
257
261
|
"styles": []
|
258
262
|
},
|
259
|
-
"VInfiniteScroll": {
|
260
|
-
"from": "components/VInfiniteScroll",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
263
|
"VItemGroup": {
|
264
264
|
"from": "components/VItemGroup",
|
265
265
|
"styles": []
|
@@ -272,10 +272,18 @@
|
|
272
272
|
"from": "components/VImg",
|
273
273
|
"styles": []
|
274
274
|
},
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll",
|
277
|
+
"styles": []
|
278
|
+
},
|
275
279
|
"VInput": {
|
276
280
|
"from": "components/VInput",
|
277
281
|
"styles": []
|
278
282
|
},
|
283
|
+
"VKbd": {
|
284
|
+
"from": "components/VKbd",
|
285
|
+
"styles": []
|
286
|
+
},
|
279
287
|
"VList": {
|
280
288
|
"from": "components/VList",
|
281
289
|
"styles": []
|
@@ -312,32 +320,20 @@
|
|
312
320
|
"from": "components/VList",
|
313
321
|
"styles": []
|
314
322
|
},
|
315
|
-
"
|
316
|
-
"from": "components/
|
317
|
-
"styles": []
|
318
|
-
},
|
319
|
-
"VLabel": {
|
320
|
-
"from": "components/VLabel",
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VBtnToggle": {
|
324
|
-
"from": "components/VBtnToggle",
|
323
|
+
"VMessages": {
|
324
|
+
"from": "components/VMessages",
|
325
325
|
"styles": []
|
326
326
|
},
|
327
327
|
"VMain": {
|
328
328
|
"from": "components/VMain",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMessages": {
|
336
|
-
"from": "components/VMessages",
|
331
|
+
"VLabel": {
|
332
|
+
"from": "components/VLabel",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VMenu": {
|
336
|
+
"from": "components/VMenu",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
339
|
"VNumberInput": {
|
@@ -352,40 +348,40 @@
|
|
352
348
|
"from": "components/VOtpInput",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
351
|
+
"VNavigationDrawer": {
|
352
|
+
"from": "components/VNavigationDrawer",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
359
|
"VProgressLinear": {
|
364
360
|
"from": "components/VProgressLinear",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VAvatar": {
|
364
|
+
"from": "components/VAvatar",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
371
|
"VRating": {
|
376
372
|
"from": "components/VRating",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
379
|
+
"VRadioGroup": {
|
380
|
+
"from": "components/VRadioGroup",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
383
|
+
"VSelectionControlGroup": {
|
384
|
+
"from": "components/VSelectionControlGroup",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
387
|
"VSlideGroup": {
|
@@ -400,14 +396,22 @@
|
|
400
396
|
"from": "components/VSheet",
|
401
397
|
"styles": []
|
402
398
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
399
|
+
"VSelectionControl": {
|
400
|
+
"from": "components/VSelectionControl",
|
405
401
|
"styles": []
|
406
402
|
},
|
407
403
|
"VSnackbar": {
|
408
404
|
"from": "components/VSnackbar",
|
409
405
|
"styles": []
|
410
406
|
},
|
407
|
+
"VSkeletonLoader": {
|
408
|
+
"from": "components/VSkeletonLoader",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSlider": {
|
412
|
+
"from": "components/VSlider",
|
413
|
+
"styles": []
|
414
|
+
},
|
411
415
|
"VStepper": {
|
412
416
|
"from": "components/VStepper",
|
413
417
|
"styles": []
|
@@ -436,10 +440,6 @@
|
|
436
440
|
"from": "components/VSystemBar",
|
437
441
|
"styles": []
|
438
442
|
},
|
439
|
-
"VSwitch": {
|
440
|
-
"from": "components/VSwitch",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
443
|
"VTab": {
|
444
444
|
"from": "components/VTabs",
|
445
445
|
"styles": []
|
@@ -456,16 +456,12 @@
|
|
456
456
|
"from": "components/VTabs",
|
457
457
|
"styles": []
|
458
458
|
},
|
459
|
-
"VTextField": {
|
460
|
-
"from": "components/VTextField",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
459
|
"VTable": {
|
464
460
|
"from": "components/VTable",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
463
|
+
"VSwitch": {
|
464
|
+
"from": "components/VSwitch",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
467
|
"VTimeline": {
|
@@ -476,14 +472,6 @@
|
|
476
472
|
"from": "components/VTimeline",
|
477
473
|
"styles": []
|
478
474
|
},
|
479
|
-
"VWindow": {
|
480
|
-
"from": "components/VWindow",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VWindowItem": {
|
484
|
-
"from": "components/VWindow",
|
485
|
-
"styles": []
|
486
|
-
},
|
487
475
|
"VToolbar": {
|
488
476
|
"from": "components/VToolbar",
|
489
477
|
"styles": []
|
@@ -496,10 +484,26 @@
|
|
496
484
|
"from": "components/VToolbar",
|
497
485
|
"styles": []
|
498
486
|
},
|
487
|
+
"VTextarea": {
|
488
|
+
"from": "components/VTextarea",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VTextField": {
|
492
|
+
"from": "components/VTextField",
|
493
|
+
"styles": []
|
494
|
+
},
|
499
495
|
"VTooltip": {
|
500
496
|
"from": "components/VTooltip",
|
501
497
|
"styles": []
|
502
498
|
},
|
499
|
+
"VWindow": {
|
500
|
+
"from": "components/VWindow",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VWindowItem": {
|
504
|
+
"from": "components/VWindow",
|
505
|
+
"styles": []
|
506
|
+
},
|
503
507
|
"VConfirmEdit": {
|
504
508
|
"from": "components/VConfirmEdit",
|
505
509
|
"styles": []
|
@@ -516,10 +520,6 @@
|
|
516
520
|
"from": "components/VForm",
|
517
521
|
"styles": []
|
518
522
|
},
|
519
|
-
"VHover": {
|
520
|
-
"from": "components/VHover",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
523
|
"VContainer": {
|
524
524
|
"from": "components/VGrid",
|
525
525
|
"styles": []
|
@@ -536,8 +536,8 @@
|
|
536
536
|
"from": "components/VGrid",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
539
|
+
"VHover": {
|
540
|
+
"from": "components/VHover",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
543
|
"VLayout": {
|
@@ -552,6 +552,10 @@
|
|
552
552
|
"from": "components/VLocaleProvider",
|
553
553
|
"styles": []
|
554
554
|
},
|
555
|
+
"VNoSsr": {
|
556
|
+
"from": "components/VNoSsr",
|
557
|
+
"styles": []
|
558
|
+
},
|
555
559
|
"VParallax": {
|
556
560
|
"from": "components/VParallax",
|
557
561
|
"styles": []
|
@@ -584,14 +588,14 @@
|
|
584
588
|
"from": "components/VThemeProvider",
|
585
589
|
"styles": []
|
586
590
|
},
|
587
|
-
"VVirtualScroll": {
|
588
|
-
"from": "components/VVirtualScroll",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
591
|
"VValidation": {
|
592
592
|
"from": "components/VValidation",
|
593
593
|
"styles": []
|
594
594
|
},
|
595
|
+
"VVirtualScroll": {
|
596
|
+
"from": "components/VVirtualScroll",
|
597
|
+
"styles": []
|
598
|
+
},
|
595
599
|
"VFabTransition": {
|
596
600
|
"from": "components/transitions",
|
597
601
|
"styles": []
|
@@ -659,10 +663,6 @@
|
|
659
663
|
"VLazy": {
|
660
664
|
"from": "components/VLazy",
|
661
665
|
"styles": []
|
662
|
-
},
|
663
|
-
"VNoSsr": {
|
664
|
-
"from": "components/VNoSsr",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|