@vuetify/nightly 3.8.10-master.2025-06-19 → 3.8.11-master.2025-06-24
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 +3 -11
- package/dist/json/attributes.json +3215 -3215
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +5554 -5554
- package/dist/vuetify-labs.cjs +30 -30
- package/dist/vuetify-labs.css +6330 -6336
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +30 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +30 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3867 -3873
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +30 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +30 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +33 -33
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,11 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUploadItem": {
|
8
|
-
"from": "labs/VFileUpload",
|
3
|
+
"VColorInput": {
|
4
|
+
"from": "labs/VColorInput",
|
9
5
|
"styles": []
|
10
6
|
},
|
11
7
|
"VCalendar": {
|
@@ -32,8 +28,20 @@
|
|
32
28
|
"from": "labs/VCalendar",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
31
|
+
"VIconBtn": {
|
32
|
+
"from": "labs/VIconBtn",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VStepperVertical": {
|
36
|
+
"from": "labs/VStepperVertical",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VStepperVerticalItem": {
|
40
|
+
"from": "labs/VStepperVertical",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VStepperVerticalActions": {
|
44
|
+
"from": "labs/VStepperVertical",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
47
|
"VPicker": {
|
@@ -44,10 +52,6 @@
|
|
44
52
|
"from": "labs/VPicker",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"VIconBtn": {
|
48
|
-
"from": "labs/VIconBtn",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
55
|
"VTreeview": {
|
52
56
|
"from": "labs/VTreeview",
|
53
57
|
"styles": []
|
@@ -60,6 +64,14 @@
|
|
60
64
|
"from": "labs/VTreeview",
|
61
65
|
"styles": []
|
62
66
|
},
|
67
|
+
"VFileUpload": {
|
68
|
+
"from": "labs/VFileUpload",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VFileUploadItem": {
|
72
|
+
"from": "labs/VFileUpload",
|
73
|
+
"styles": []
|
74
|
+
},
|
63
75
|
"VTimePicker": {
|
64
76
|
"from": "labs/VTimePicker",
|
65
77
|
"styles": []
|
@@ -72,18 +84,6 @@
|
|
72
84
|
"from": "labs/VTimePicker",
|
73
85
|
"styles": []
|
74
86
|
},
|
75
|
-
"VStepperVertical": {
|
76
|
-
"from": "labs/VStepperVertical",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VStepperVerticalItem": {
|
80
|
-
"from": "labs/VStepperVertical",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VStepperVerticalActions": {
|
84
|
-
"from": "labs/VStepperVertical",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
87
|
"VDateInput": {
|
88
88
|
"from": "labs/VDateInput",
|
89
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,13 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VAlert": {
|
4
|
-
"from": "components/VAlert",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAlertTitle": {
|
8
|
-
"from": "components/VAlert",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
3
|
"VApp": {
|
12
4
|
"from": "components/VApp",
|
13
5
|
"styles": []
|
@@ -28,8 +20,12 @@
|
|
28
20
|
"from": "components/VAvatar",
|
29
21
|
"styles": []
|
30
22
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
23
|
+
"VAutocomplete": {
|
24
|
+
"from": "components/VAutocomplete",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VBottomNavigation": {
|
28
|
+
"from": "components/VBottomNavigation",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
31
|
"VBanner": {
|
@@ -44,12 +40,16 @@
|
|
44
40
|
"from": "components/VBanner",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
43
|
+
"VBottomSheet": {
|
44
|
+
"from": "components/VBottomSheet",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
47
|
+
"VBadge": {
|
48
|
+
"from": "components/VBadge",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBtnToggle": {
|
52
|
+
"from": "components/VBtnToggle",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
55
|
"VBreadcrumbs": {
|
@@ -64,14 +64,6 @@
|
|
64
64
|
"from": "components/VBreadcrumbs",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"VBottomSheet": {
|
68
|
-
"from": "components/VBottomSheet",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBtnGroup": {
|
72
|
-
"from": "components/VBtnGroup",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
67
|
"VBtn": {
|
76
68
|
"from": "components/VBtn",
|
77
69
|
"styles": []
|
@@ -100,20 +92,12 @@
|
|
100
92
|
"from": "components/VCard",
|
101
93
|
"styles": []
|
102
94
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VChipGroup": {
|
108
|
-
"from": "components/VChipGroup",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCarousel": {
|
112
|
-
"from": "components/VCarousel",
|
95
|
+
"VAlert": {
|
96
|
+
"from": "components/VAlert",
|
113
97
|
"styles": []
|
114
98
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
99
|
+
"VAlertTitle": {
|
100
|
+
"from": "components/VAlert",
|
117
101
|
"styles": []
|
118
102
|
},
|
119
103
|
"VCheckbox": {
|
@@ -124,48 +108,36 @@
|
|
124
108
|
"from": "components/VCheckbox",
|
125
109
|
"styles": []
|
126
110
|
},
|
127
|
-
"VColorPicker": {
|
128
|
-
"from": "components/VColorPicker",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
111
|
"VChip": {
|
132
112
|
"from": "components/VChip",
|
133
113
|
"styles": []
|
134
114
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VCombobox": {
|
140
|
-
"from": "components/VCombobox",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VCounter": {
|
144
|
-
"from": "components/VCounter",
|
115
|
+
"VBtnGroup": {
|
116
|
+
"from": "components/VBtnGroup",
|
145
117
|
"styles": []
|
146
118
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
119
|
+
"VChipGroup": {
|
120
|
+
"from": "components/VChipGroup",
|
149
121
|
"styles": []
|
150
122
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
123
|
+
"VCode": {
|
124
|
+
"from": "components/VCode",
|
153
125
|
"styles": []
|
154
126
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
127
|
+
"VCounter": {
|
128
|
+
"from": "components/VCounter",
|
157
129
|
"styles": []
|
158
130
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
131
|
+
"VCarousel": {
|
132
|
+
"from": "components/VCarousel",
|
161
133
|
"styles": []
|
162
134
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
135
|
+
"VCarouselItem": {
|
136
|
+
"from": "components/VCarousel",
|
165
137
|
"styles": []
|
166
138
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
139
|
+
"VCombobox": {
|
140
|
+
"from": "components/VCombobox",
|
169
141
|
"styles": []
|
170
142
|
},
|
171
143
|
"VDataTable": {
|
@@ -196,14 +168,50 @@
|
|
196
168
|
"from": "components/VDataTable",
|
197
169
|
"styles": []
|
198
170
|
},
|
171
|
+
"VColorPicker": {
|
172
|
+
"from": "components/VColorPicker",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerMonth": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerMonths": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerYears": {
|
196
|
+
"from": "components/VDatePicker",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
199
|
"VDialog": {
|
200
200
|
"from": "components/VDialog",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
203
207
|
"VDivider": {
|
204
208
|
"from": "components/VDivider",
|
205
209
|
"styles": []
|
206
210
|
},
|
211
|
+
"VFooter": {
|
212
|
+
"from": "components/VFooter",
|
213
|
+
"styles": []
|
214
|
+
},
|
207
215
|
"VExpansionPanels": {
|
208
216
|
"from": "components/VExpansionPanel",
|
209
217
|
"styles": []
|
@@ -220,32 +228,16 @@
|
|
220
228
|
"from": "components/VExpansionPanel",
|
221
229
|
"styles": []
|
222
230
|
},
|
223
|
-
"VField": {
|
224
|
-
"from": "components/VField",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VFieldLabel": {
|
228
|
-
"from": "components/VField",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
231
|
"VFab": {
|
232
232
|
"from": "components/VFab",
|
233
233
|
"styles": []
|
234
234
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VEmptyState": {
|
240
|
-
"from": "components/VEmptyState",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
|
-
"VFooter": {
|
244
|
-
"from": "components/VFooter",
|
235
|
+
"VField": {
|
236
|
+
"from": "components/VField",
|
245
237
|
"styles": []
|
246
238
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
239
|
+
"VFieldLabel": {
|
240
|
+
"from": "components/VField",
|
249
241
|
"styles": []
|
250
242
|
},
|
251
243
|
"VIcon": {
|
@@ -268,16 +260,12 @@
|
|
268
260
|
"from": "components/VIcon",
|
269
261
|
"styles": []
|
270
262
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VKbd": {
|
276
|
-
"from": "components/VKbd",
|
263
|
+
"VFileInput": {
|
264
|
+
"from": "components/VFileInput",
|
277
265
|
"styles": []
|
278
266
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
271
|
"VInput": {
|
@@ -292,6 +280,18 @@
|
|
292
280
|
"from": "components/VItemGroup",
|
293
281
|
"styles": []
|
294
282
|
},
|
283
|
+
"VKbd": {
|
284
|
+
"from": "components/VKbd",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VInfiniteScroll": {
|
292
|
+
"from": "components/VInfiniteScroll",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
295
|
"VList": {
|
296
296
|
"from": "components/VList",
|
297
297
|
"styles": []
|
@@ -328,14 +328,14 @@
|
|
328
328
|
"from": "components/VList",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
331
|
"VMenu": {
|
336
332
|
"from": "components/VMenu",
|
337
333
|
"styles": []
|
338
334
|
},
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
337
|
+
"styles": []
|
338
|
+
},
|
339
339
|
"VMessages": {
|
340
340
|
"from": "components/VMessages",
|
341
341
|
"styles": []
|
@@ -352,6 +352,10 @@
|
|
352
352
|
"from": "components/VPagination",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
|
+
"VProgressCircular": {
|
356
|
+
"from": "components/VProgressCircular",
|
357
|
+
"styles": []
|
358
|
+
},
|
355
359
|
"VOtpInput": {
|
356
360
|
"from": "components/VOtpInput",
|
357
361
|
"styles": []
|
@@ -364,14 +368,6 @@
|
|
364
368
|
"from": "components/VProgressLinear",
|
365
369
|
"styles": []
|
366
370
|
},
|
367
|
-
"VProgressCircular": {
|
368
|
-
"from": "components/VProgressCircular",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VRating": {
|
372
|
-
"from": "components/VRating",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
371
|
"VRadioGroup": {
|
376
372
|
"from": "components/VRadioGroup",
|
377
373
|
"styles": []
|
@@ -384,18 +380,14 @@
|
|
384
380
|
"from": "components/VSelectionControlGroup",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
383
|
+
"VRating": {
|
384
|
+
"from": "components/VRating",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
387
|
"VSkeletonLoader": {
|
392
388
|
"from": "components/VSkeletonLoader",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
|
-
"VSheet": {
|
396
|
-
"from": "components/VSheet",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
391
|
"VSlideGroup": {
|
400
392
|
"from": "components/VSlideGroup",
|
401
393
|
"styles": []
|
@@ -404,8 +396,12 @@
|
|
404
396
|
"from": "components/VSlideGroup",
|
405
397
|
"styles": []
|
406
398
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
399
|
+
"VSelect": {
|
400
|
+
"from": "components/VSelect",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSheet": {
|
404
|
+
"from": "components/VSheet",
|
409
405
|
"styles": []
|
410
406
|
},
|
411
407
|
"VSnackbar": {
|
@@ -436,6 +432,10 @@
|
|
436
432
|
"from": "components/VStepper",
|
437
433
|
"styles": []
|
438
434
|
},
|
435
|
+
"VSlider": {
|
436
|
+
"from": "components/VSlider",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
439
|
"VSwitch": {
|
440
440
|
"from": "components/VSwitch",
|
441
441
|
"styles": []
|
@@ -464,8 +464,16 @@
|
|
464
464
|
"from": "components/VSystemBar",
|
465
465
|
"styles": []
|
466
466
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTooltip": {
|
476
|
+
"from": "components/VTooltip",
|
469
477
|
"styles": []
|
470
478
|
},
|
471
479
|
"VToolbar": {
|
@@ -480,22 +488,6 @@
|
|
480
488
|
"from": "components/VToolbar",
|
481
489
|
"styles": []
|
482
490
|
},
|
483
|
-
"VTextField": {
|
484
|
-
"from": "components/VTextField",
|
485
|
-
"styles": []
|
486
|
-
},
|
487
|
-
"VTimeline": {
|
488
|
-
"from": "components/VTimeline",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VTimelineItem": {
|
492
|
-
"from": "components/VTimeline",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
|
-
"VTooltip": {
|
496
|
-
"from": "components/VTooltip",
|
497
|
-
"styles": []
|
498
|
-
},
|
499
491
|
"VWindow": {
|
500
492
|
"from": "components/VWindow",
|
501
493
|
"styles": []
|
@@ -504,10 +496,6 @@
|
|
504
496
|
"from": "components/VWindow",
|
505
497
|
"styles": []
|
506
498
|
},
|
507
|
-
"VConfirmEdit": {
|
508
|
-
"from": "components/VConfirmEdit",
|
509
|
-
"styles": []
|
510
|
-
},
|
511
499
|
"VDataIterator": {
|
512
500
|
"from": "components/VDataIterator",
|
513
501
|
"styles": []
|
@@ -516,8 +504,8 @@
|
|
516
504
|
"from": "components/VDefaultsProvider",
|
517
505
|
"styles": []
|
518
506
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
507
|
+
"VConfirmEdit": {
|
508
|
+
"from": "components/VConfirmEdit",
|
521
509
|
"styles": []
|
522
510
|
},
|
523
511
|
"VContainer": {
|
@@ -536,6 +524,10 @@
|
|
536
524
|
"from": "components/VGrid",
|
537
525
|
"styles": []
|
538
526
|
},
|
527
|
+
"VForm": {
|
528
|
+
"from": "components/VForm",
|
529
|
+
"styles": []
|
530
|
+
},
|
539
531
|
"VHover": {
|
540
532
|
"from": "components/VHover",
|
541
533
|
"styles": []
|
@@ -600,6 +592,14 @@
|
|
600
592
|
"from": "components/VVirtualScroll",
|
601
593
|
"styles": []
|
602
594
|
},
|
595
|
+
"VTextField": {
|
596
|
+
"from": "components/VTextField",
|
597
|
+
"styles": []
|
598
|
+
},
|
599
|
+
"VTextarea": {
|
600
|
+
"from": "components/VTextarea",
|
601
|
+
"styles": []
|
602
|
+
},
|
603
603
|
"VFabTransition": {
|
604
604
|
"from": "components/transitions",
|
605
605
|
"styles": []
|