@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.1-next.2025-04-18
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 +6 -3
- package/dist/json/attributes.json +2950 -2950
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/web-types.json +5831 -5831
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4855 -4875
- package/dist/vuetify-labs.d.ts +56 -56
- 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 +2642 -2662
- package/dist/vuetify.d.ts +56 -56
- 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/components/VBtn/VBtn.css +7 -20
- package/lib/components/VBtn/VBtn.sass +6 -19
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VField/VField.css +4 -11
- package/lib/components/VField/VField.sass +4 -11
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/styles/main.css +6 -6
- package/lib/styles/settings/_variables.scss +1 -1
- package/package.json +1 -1
@@ -24,12 +24,12 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
35
|
"VStepperVertical": {
|
@@ -44,20 +44,12 @@
|
|
44
44
|
"from": "labs/VStepperVertical",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VTimePickerClock": {
|
52
|
-
"from": "labs/VTimePicker",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VTimePickerControls": {
|
56
|
-
"from": "labs/VTimePicker",
|
47
|
+
"VPicker": {
|
48
|
+
"from": "labs/VPicker",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
51
|
+
"VPickerTitle": {
|
52
|
+
"from": "labs/VPicker",
|
61
53
|
"styles": []
|
62
54
|
},
|
63
55
|
"VTreeview": {
|
@@ -72,12 +64,20 @@
|
|
72
64
|
"from": "labs/VTreeview",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
67
|
+
"VIconBtn": {
|
68
|
+
"from": "labs/VIconBtn",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
71
|
+
"VTimePicker": {
|
72
|
+
"from": "labs/VTimePicker",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VTimePickerClock": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VTimePickerControls": {
|
80
|
+
"from": "labs/VTimePicker",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
83
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VAutocomplete": {
|
4
|
+
"from": "components/VAutocomplete",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VApp": {
|
8
|
+
"from": "components/VApp",
|
9
|
+
"styles": []
|
10
|
+
},
|
3
11
|
"VAppBar": {
|
4
12
|
"from": "components/VAppBar",
|
5
13
|
"styles": []
|
@@ -12,32 +20,28 @@
|
|
12
20
|
"from": "components/VAppBar",
|
13
21
|
"styles": []
|
14
22
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
23
|
+
"VAvatar": {
|
24
|
+
"from": "components/VAvatar",
|
17
25
|
"styles": []
|
18
26
|
},
|
19
27
|
"VBadge": {
|
20
28
|
"from": "components/VBadge",
|
21
29
|
"styles": []
|
22
30
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAlert": {
|
28
|
-
"from": "components/VAlert",
|
31
|
+
"VBottomSheet": {
|
32
|
+
"from": "components/VBottomSheet",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
35
|
+
"VBanner": {
|
36
|
+
"from": "components/VBanner",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
39
|
+
"VBannerActions": {
|
40
|
+
"from": "components/VBanner",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
43
|
+
"VBannerText": {
|
44
|
+
"from": "components/VBanner",
|
41
45
|
"styles": []
|
42
46
|
},
|
43
47
|
"VBreadcrumbs": {
|
@@ -52,44 +56,24 @@
|
|
52
56
|
"from": "components/VBreadcrumbs",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
57
|
-
"styles": []
|
58
|
-
},
|
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
|
-
"VBtn": {
|
72
|
-
"from": "components/VBtn",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCarousel": {
|
76
|
-
"from": "components/VCarousel",
|
59
|
+
"VBottomNavigation": {
|
60
|
+
"from": "components/VBottomNavigation",
|
77
61
|
"styles": []
|
78
62
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
63
|
+
"VAlert": {
|
64
|
+
"from": "components/VAlert",
|
81
65
|
"styles": []
|
82
66
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
67
|
+
"VAlertTitle": {
|
68
|
+
"from": "components/VAlert",
|
85
69
|
"styles": []
|
86
70
|
},
|
87
71
|
"VBtnGroup": {
|
88
72
|
"from": "components/VBtnGroup",
|
89
73
|
"styles": []
|
90
74
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
75
|
+
"VBtn": {
|
76
|
+
"from": "components/VBtn",
|
93
77
|
"styles": []
|
94
78
|
},
|
95
79
|
"VCard": {
|
@@ -116,8 +100,12 @@
|
|
116
100
|
"from": "components/VCard",
|
117
101
|
"styles": []
|
118
102
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
103
|
+
"VBtnToggle": {
|
104
|
+
"from": "components/VBtnToggle",
|
105
|
+
"styles": []
|
106
|
+
},
|
107
|
+
"VCombobox": {
|
108
|
+
"from": "components/VCombobox",
|
121
109
|
"styles": []
|
122
110
|
},
|
123
111
|
"VCheckbox": {
|
@@ -128,6 +116,14 @@
|
|
128
116
|
"from": "components/VCheckbox",
|
129
117
|
"styles": []
|
130
118
|
},
|
119
|
+
"VCarousel": {
|
120
|
+
"from": "components/VCarousel",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCarouselItem": {
|
124
|
+
"from": "components/VCarousel",
|
125
|
+
"styles": []
|
126
|
+
},
|
131
127
|
"VChipGroup": {
|
132
128
|
"from": "components/VChipGroup",
|
133
129
|
"styles": []
|
@@ -136,12 +132,16 @@
|
|
136
132
|
"from": "components/VColorPicker",
|
137
133
|
"styles": []
|
138
134
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
135
|
+
"VDivider": {
|
136
|
+
"from": "components/VDivider",
|
141
137
|
"styles": []
|
142
138
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
139
|
+
"VCode": {
|
140
|
+
"from": "components/VCode",
|
141
|
+
"styles": []
|
142
|
+
},
|
143
|
+
"VChip": {
|
144
|
+
"from": "components/VChip",
|
145
145
|
"styles": []
|
146
146
|
},
|
147
147
|
"VDataTable": {
|
@@ -172,10 +172,6 @@
|
|
172
172
|
"from": "components/VDataTable",
|
173
173
|
"styles": []
|
174
174
|
},
|
175
|
-
"VCounter": {
|
176
|
-
"from": "components/VCounter",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
175
|
"VDatePicker": {
|
180
176
|
"from": "components/VDatePicker",
|
181
177
|
"styles": []
|
@@ -200,10 +196,18 @@
|
|
200
196
|
"from": "components/VDatePicker",
|
201
197
|
"styles": []
|
202
198
|
},
|
199
|
+
"VCounter": {
|
200
|
+
"from": "components/VCounter",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
203
|
"VEmptyState": {
|
204
204
|
"from": "components/VEmptyState",
|
205
205
|
"styles": []
|
206
206
|
},
|
207
|
+
"VDialog": {
|
208
|
+
"from": "components/VDialog",
|
209
|
+
"styles": []
|
210
|
+
},
|
207
211
|
"VExpansionPanels": {
|
208
212
|
"from": "components/VExpansionPanel",
|
209
213
|
"styles": []
|
@@ -220,32 +224,20 @@
|
|
220
224
|
"from": "components/VExpansionPanel",
|
221
225
|
"styles": []
|
222
226
|
},
|
223
|
-
"VDivider": {
|
224
|
-
"from": "components/VDivider",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
227
|
"VFab": {
|
228
228
|
"from": "components/VFab",
|
229
229
|
"styles": []
|
230
230
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VFieldLabel": {
|
236
|
-
"from": "components/VField",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFooter": {
|
240
|
-
"from": "components/VFooter",
|
231
|
+
"VImg": {
|
232
|
+
"from": "components/VImg",
|
241
233
|
"styles": []
|
242
234
|
},
|
243
235
|
"VFileInput": {
|
244
236
|
"from": "components/VFileInput",
|
245
237
|
"styles": []
|
246
238
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
239
|
+
"VFooter": {
|
240
|
+
"from": "components/VFooter",
|
249
241
|
"styles": []
|
250
242
|
},
|
251
243
|
"VIcon": {
|
@@ -268,12 +260,12 @@
|
|
268
260
|
"from": "components/VIcon",
|
269
261
|
"styles": []
|
270
262
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
263
|
+
"VInput": {
|
264
|
+
"from": "components/VInput",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
267
|
+
"VKbd": {
|
268
|
+
"from": "components/VKbd",
|
277
269
|
"styles": []
|
278
270
|
},
|
279
271
|
"VItemGroup": {
|
@@ -284,8 +276,20 @@
|
|
284
276
|
"from": "components/VItemGroup",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
279
|
+
"VLabel": {
|
280
|
+
"from": "components/VLabel",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VInfiniteScroll": {
|
284
|
+
"from": "components/VInfiniteScroll",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VMenu": {
|
288
|
+
"from": "components/VMenu",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VMain": {
|
292
|
+
"from": "components/VMain",
|
289
293
|
"styles": []
|
290
294
|
},
|
291
295
|
"VList": {
|
@@ -324,28 +328,20 @@
|
|
324
328
|
"from": "components/VList",
|
325
329
|
"styles": []
|
326
330
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VKbd": {
|
332
|
-
"from": "components/VKbd",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMenu": {
|
336
|
-
"from": "components/VMenu",
|
331
|
+
"VField": {
|
332
|
+
"from": "components/VField",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VFieldLabel": {
|
336
|
+
"from": "components/VField",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
339
|
"VNavigationDrawer": {
|
344
340
|
"from": "components/VNavigationDrawer",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
343
|
+
"VMessages": {
|
344
|
+
"from": "components/VMessages",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
347
|
"VNumberInput": {
|
@@ -356,22 +352,30 @@
|
|
356
352
|
"from": "components/VOtpInput",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"VProgressLinear": {
|
360
|
-
"from": "components/VProgressLinear",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
355
|
"VOverlay": {
|
364
356
|
"from": "components/VOverlay",
|
365
357
|
"styles": []
|
366
358
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
363
|
"VRadioGroup": {
|
372
364
|
"from": "components/VRadioGroup",
|
373
365
|
"styles": []
|
374
366
|
},
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
373
|
+
"styles": []
|
374
|
+
},
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
377
|
+
"styles": []
|
378
|
+
},
|
375
379
|
"VRating": {
|
376
380
|
"from": "components/VRating",
|
377
381
|
"styles": []
|
@@ -380,30 +384,30 @@
|
|
380
384
|
"from": "components/VSelectionControl",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VSkeletonLoader": {
|
388
|
-
"from": "components/VSkeletonLoader",
|
387
|
+
"VSheet": {
|
388
|
+
"from": "components/VSheet",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
391
|
+
"VSelectionControlGroup": {
|
392
|
+
"from": "components/VSelectionControlGroup",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
399
|
+
"VSkeletonLoader": {
|
400
|
+
"from": "components/VSkeletonLoader",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
403
|
"VSnackbar": {
|
404
404
|
"from": "components/VSnackbar",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
|
+
"VSwitch": {
|
408
|
+
"from": "components/VSwitch",
|
409
|
+
"styles": []
|
410
|
+
},
|
407
411
|
"VStepper": {
|
408
412
|
"from": "components/VStepper",
|
409
413
|
"styles": []
|
@@ -428,26 +432,18 @@
|
|
428
432
|
"from": "components/VStepper",
|
429
433
|
"styles": []
|
430
434
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VSwitch": {
|
436
|
-
"from": "components/VSwitch",
|
435
|
+
"VSlideGroup": {
|
436
|
+
"from": "components/VSlideGroup",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
439
|
+
"VSlideGroupItem": {
|
440
|
+
"from": "components/VSlideGroup",
|
441
441
|
"styles": []
|
442
442
|
},
|
443
443
|
"VSystemBar": {
|
444
444
|
"from": "components/VSystemBar",
|
445
445
|
"styles": []
|
446
446
|
},
|
447
|
-
"VSheet": {
|
448
|
-
"from": "components/VSheet",
|
449
|
-
"styles": []
|
450
|
-
},
|
451
447
|
"VTab": {
|
452
448
|
"from": "components/VTabs",
|
453
449
|
"styles": []
|
@@ -464,10 +460,18 @@
|
|
464
460
|
"from": "components/VTabs",
|
465
461
|
"styles": []
|
466
462
|
},
|
463
|
+
"VTextarea": {
|
464
|
+
"from": "components/VTextarea",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
467
|
"VTable": {
|
468
468
|
"from": "components/VTable",
|
469
469
|
"styles": []
|
470
470
|
},
|
471
|
+
"VTextField": {
|
472
|
+
"from": "components/VTextField",
|
473
|
+
"styles": []
|
474
|
+
},
|
471
475
|
"VToolbar": {
|
472
476
|
"from": "components/VToolbar",
|
473
477
|
"styles": []
|
@@ -480,12 +484,12 @@
|
|
480
484
|
"from": "components/VToolbar",
|
481
485
|
"styles": []
|
482
486
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
487
|
+
"VWindow": {
|
488
|
+
"from": "components/VWindow",
|
485
489
|
"styles": []
|
486
490
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
491
|
+
"VWindowItem": {
|
492
|
+
"from": "components/VWindow",
|
489
493
|
"styles": []
|
490
494
|
},
|
491
495
|
"VTimeline": {
|
@@ -496,26 +500,26 @@
|
|
496
500
|
"from": "components/VTimeline",
|
497
501
|
"styles": []
|
498
502
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VWindowItem": {
|
504
|
-
"from": "components/VWindow",
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VConfirmEdit": {
|
508
508
|
"from": "components/VConfirmEdit",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
-
"VDataIterator": {
|
512
|
-
"from": "components/VDataIterator",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
511
|
"VDefaultsProvider": {
|
516
512
|
"from": "components/VDefaultsProvider",
|
517
513
|
"styles": []
|
518
514
|
},
|
515
|
+
"VForm": {
|
516
|
+
"from": "components/VForm",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
|
+
"VDataIterator": {
|
520
|
+
"from": "components/VDataIterator",
|
521
|
+
"styles": []
|
522
|
+
},
|
519
523
|
"VContainer": {
|
520
524
|
"from": "components/VGrid",
|
521
525
|
"styles": []
|
@@ -532,14 +536,14 @@
|
|
532
536
|
"from": "components/VGrid",
|
533
537
|
"styles": []
|
534
538
|
},
|
535
|
-
"VForm": {
|
536
|
-
"from": "components/VForm",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
539
|
"VHover": {
|
540
540
|
"from": "components/VHover",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
|
+
"VLazy": {
|
544
|
+
"from": "components/VLazy",
|
545
|
+
"styles": []
|
546
|
+
},
|
543
547
|
"VLayout": {
|
544
548
|
"from": "components/VLayout",
|
545
549
|
"styles": []
|
@@ -548,10 +552,6 @@
|
|
548
552
|
"from": "components/VLayout",
|
549
553
|
"styles": []
|
550
554
|
},
|
551
|
-
"VLazy": {
|
552
|
-
"from": "components/VLazy",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
555
|
"VLocaleProvider": {
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
@@ -576,6 +576,10 @@
|
|
576
576
|
"from": "components/VRangeSlider",
|
577
577
|
"styles": []
|
578
578
|
},
|
579
|
+
"VSparkline": {
|
580
|
+
"from": "components/VSparkline",
|
581
|
+
"styles": []
|
582
|
+
},
|
579
583
|
"VSnackbarQueue": {
|
580
584
|
"from": "components/VSnackbarQueue",
|
581
585
|
"styles": []
|
@@ -584,10 +588,6 @@
|
|
584
588
|
"from": "components/VSpeedDial",
|
585
589
|
"styles": []
|
586
590
|
},
|
587
|
-
"VSparkline": {
|
588
|
-
"from": "components/VSparkline",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
591
|
"VThemeProvider": {
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|