@vuetify/nightly 3.8.11-master.2025-06-30 → 3.8.12-master.2025-07-03
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 -12
- package/dist/json/attributes.json +2240 -2240
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +4056 -4056
- package/dist/vuetify-labs.cjs +37 -39
- package/dist/vuetify-labs.css +3621 -3621
- package/dist/vuetify-labs.d.ts +48 -48
- package/dist/vuetify-labs.esm.js +37 -39
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +37 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +28 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3623 -3623
- package/dist/vuetify.d.ts +48 -48
- package/dist/vuetify.esm.js +28 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +30 -30
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -14
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js +6 -10
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +48 -48
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +9 -9
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/package.json +1 -1
@@ -1,17 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VPicker": {
|
4
|
-
"from": "labs/VPicker",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VPickerTitle": {
|
8
|
-
"from": "labs/VPicker",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VColorInput": {
|
12
|
-
"from": "labs/VColorInput",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VFileUpload": {
|
16
4
|
"from": "labs/VFileUpload",
|
17
5
|
"styles": []
|
@@ -44,16 +32,20 @@
|
|
44
32
|
"from": "labs/VCalendar",
|
45
33
|
"styles": []
|
46
34
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
39
|
+
"VPicker": {
|
40
|
+
"from": "labs/VPicker",
|
53
41
|
"styles": []
|
54
42
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
43
|
+
"VPickerTitle": {
|
44
|
+
"from": "labs/VPicker",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VColorInput": {
|
48
|
+
"from": "labs/VColorInput",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
51
|
"VTreeview": {
|
@@ -68,6 +60,18 @@
|
|
68
60
|
"from": "labs/VTreeview",
|
69
61
|
"styles": []
|
70
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
|
+
},
|
71
75
|
"VTimePicker": {
|
72
76
|
"from": "labs/VTimePicker",
|
73
77
|
"styles": []
|
@@ -80,10 +84,6 @@
|
|
80
84
|
"from": "labs/VTimePicker",
|
81
85
|
"styles": []
|
82
86
|
},
|
83
|
-
"VIconBtn": {
|
84
|
-
"from": "labs/VIconBtn",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
87
|
"VDateInput": {
|
88
88
|
"from": "labs/VDateInput",
|
89
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -4,6 +4,14 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
|
+
"styles": []
|
14
|
+
},
|
7
15
|
"VAutocomplete": {
|
8
16
|
"from": "components/VAutocomplete",
|
9
17
|
"styles": []
|
@@ -20,18 +28,6 @@
|
|
20
28
|
"from": "components/VAppBar",
|
21
29
|
"styles": []
|
22
30
|
},
|
23
|
-
"VAlert": {
|
24
|
-
"from": "components/VAlert",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAlertTitle": {
|
28
|
-
"from": "components/VAlert",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VAvatar": {
|
32
|
-
"from": "components/VAvatar",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
31
|
"VBanner": {
|
36
32
|
"from": "components/VBanner",
|
37
33
|
"styles": []
|
@@ -48,20 +44,20 @@
|
|
48
44
|
"from": "components/VBadge",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
47
|
+
"VAvatar": {
|
48
|
+
"from": "components/VAvatar",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
55
|
+
"VBottomSheet": {
|
56
|
+
"from": "components/VBottomSheet",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
59
|
+
"VBtnToggle": {
|
60
|
+
"from": "components/VBtnToggle",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
63
|
"VBtn": {
|
@@ -72,20 +68,24 @@
|
|
72
68
|
"from": "components/VBtnGroup",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
71
|
+
"VBreadcrumbs": {
|
72
|
+
"from": "components/VBreadcrumbs",
|
77
73
|
"styles": []
|
78
74
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
75
|
+
"VBreadcrumbsItem": {
|
76
|
+
"from": "components/VBreadcrumbs",
|
81
77
|
"styles": []
|
82
78
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
79
|
+
"VBreadcrumbsDivider": {
|
80
|
+
"from": "components/VBreadcrumbs",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel",
|
89
89
|
"styles": []
|
90
90
|
},
|
91
91
|
"VCard": {
|
@@ -112,28 +112,36 @@
|
|
112
112
|
"from": "components/VCard",
|
113
113
|
"styles": []
|
114
114
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
115
|
+
"VChipGroup": {
|
116
|
+
"from": "components/VChipGroup",
|
117
117
|
"styles": []
|
118
118
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCombobox": {
|
124
|
+
"from": "components/VCombobox",
|
121
125
|
"styles": []
|
122
126
|
},
|
123
127
|
"VColorPicker": {
|
124
128
|
"from": "components/VColorPicker",
|
125
129
|
"styles": []
|
126
130
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
131
|
+
"VCheckbox": {
|
132
|
+
"from": "components/VCheckbox",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
135
|
+
"VCheckboxBtn": {
|
136
|
+
"from": "components/VCheckbox",
|
133
137
|
"styles": []
|
134
138
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter",
|
141
|
+
"styles": []
|
142
|
+
},
|
143
|
+
"VCode": {
|
144
|
+
"from": "components/VCode",
|
137
145
|
"styles": []
|
138
146
|
},
|
139
147
|
"VDataTable": {
|
@@ -188,26 +196,6 @@
|
|
188
196
|
"from": "components/VDatePicker",
|
189
197
|
"styles": []
|
190
198
|
},
|
191
|
-
"VChipGroup": {
|
192
|
-
"from": "components/VChipGroup",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDialog": {
|
196
|
-
"from": "components/VDialog",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDivider": {
|
200
|
-
"from": "components/VDivider",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VEmptyState": {
|
204
|
-
"from": "components/VEmptyState",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VFab": {
|
208
|
-
"from": "components/VFab",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
199
|
"VExpansionPanels": {
|
212
200
|
"from": "components/VExpansionPanel",
|
213
201
|
"styles": []
|
@@ -224,18 +212,22 @@
|
|
224
212
|
"from": "components/VExpansionPanel",
|
225
213
|
"styles": []
|
226
214
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
215
|
+
"VDialog": {
|
216
|
+
"from": "components/VDialog",
|
229
217
|
"styles": []
|
230
218
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
219
|
+
"VDivider": {
|
220
|
+
"from": "components/VDivider",
|
233
221
|
"styles": []
|
234
222
|
},
|
235
223
|
"VFileInput": {
|
236
224
|
"from": "components/VFileInput",
|
237
225
|
"styles": []
|
238
226
|
},
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
229
|
+
"styles": []
|
230
|
+
},
|
239
231
|
"VField": {
|
240
232
|
"from": "components/VField",
|
241
233
|
"styles": []
|
@@ -264,10 +256,22 @@
|
|
264
256
|
"from": "components/VIcon",
|
265
257
|
"styles": []
|
266
258
|
},
|
259
|
+
"VEmptyState": {
|
260
|
+
"from": "components/VEmptyState",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VFooter": {
|
264
|
+
"from": "components/VFooter",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
267
|
"VImg": {
|
268
268
|
"from": "components/VImg",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
273
|
+
"styles": []
|
274
|
+
},
|
271
275
|
"VItemGroup": {
|
272
276
|
"from": "components/VItemGroup",
|
273
277
|
"styles": []
|
@@ -280,18 +284,6 @@
|
|
280
284
|
"from": "components/VInput",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
|
-
"VKbd": {
|
284
|
-
"from": "components/VKbd",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
|
-
"VInfiniteScroll": {
|
288
|
-
"from": "components/VInfiniteScroll",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
|
-
"VLabel": {
|
292
|
-
"from": "components/VLabel",
|
293
|
-
"styles": []
|
294
|
-
},
|
295
287
|
"VList": {
|
296
288
|
"from": "components/VList",
|
297
289
|
"styles": []
|
@@ -328,16 +320,28 @@
|
|
328
320
|
"from": "components/VList",
|
329
321
|
"styles": []
|
330
322
|
},
|
323
|
+
"VKbd": {
|
324
|
+
"from": "components/VKbd",
|
325
|
+
"styles": []
|
326
|
+
},
|
331
327
|
"VMain": {
|
332
328
|
"from": "components/VMain",
|
333
329
|
"styles": []
|
334
330
|
},
|
331
|
+
"VNavigationDrawer": {
|
332
|
+
"from": "components/VNavigationDrawer",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
|
+
"VLabel": {
|
336
|
+
"from": "components/VLabel",
|
337
|
+
"styles": []
|
338
|
+
},
|
335
339
|
"VMessages": {
|
336
340
|
"from": "components/VMessages",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
343
|
+
"VMenu": {
|
344
|
+
"from": "components/VMenu",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
347
|
"VNumberInput": {
|
@@ -360,14 +364,14 @@
|
|
360
364
|
"from": "components/VPagination",
|
361
365
|
"styles": []
|
362
366
|
},
|
363
|
-
"VRating": {
|
364
|
-
"from": "components/VRating",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
367
|
"VProgressLinear": {
|
368
368
|
"from": "components/VProgressLinear",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating",
|
373
|
+
"styles": []
|
374
|
+
},
|
371
375
|
"VRadioGroup": {
|
372
376
|
"from": "components/VRadioGroup",
|
373
377
|
"styles": []
|
@@ -376,28 +380,20 @@
|
|
376
380
|
"from": "components/VSelect",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSelectionControlGroup": {
|
384
|
-
"from": "components/VSelectionControlGroup",
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
387
|
"VSelectionControl": {
|
388
388
|
"from": "components/VSelectionControl",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSnackbar": {
|
396
|
-
"from": "components/VSnackbar",
|
391
|
+
"VSelectionControlGroup": {
|
392
|
+
"from": "components/VSelectionControlGroup",
|
397
393
|
"styles": []
|
398
394
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
395
|
+
"VSkeletonLoader": {
|
396
|
+
"from": "components/VSkeletonLoader",
|
401
397
|
"styles": []
|
402
398
|
},
|
403
399
|
"VSlideGroup": {
|
@@ -408,6 +404,14 @@
|
|
408
404
|
"from": "components/VSlideGroup",
|
409
405
|
"styles": []
|
410
406
|
},
|
407
|
+
"VSnackbar": {
|
408
|
+
"from": "components/VSnackbar",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSlider": {
|
412
|
+
"from": "components/VSlider",
|
413
|
+
"styles": []
|
414
|
+
},
|
411
415
|
"VStepper": {
|
412
416
|
"from": "components/VStepper",
|
413
417
|
"styles": []
|
@@ -432,16 +436,12 @@
|
|
432
436
|
"from": "components/VStepper",
|
433
437
|
"styles": []
|
434
438
|
},
|
435
|
-
"VSwitch": {
|
436
|
-
"from": "components/VSwitch",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
439
|
"VSystemBar": {
|
440
440
|
"from": "components/VSystemBar",
|
441
441
|
"styles": []
|
442
442
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
443
|
+
"VSwitch": {
|
444
|
+
"from": "components/VSwitch",
|
445
445
|
"styles": []
|
446
446
|
},
|
447
447
|
"VTab": {
|
@@ -460,8 +460,12 @@
|
|
460
460
|
"from": "components/VTabs",
|
461
461
|
"styles": []
|
462
462
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VTable": {
|
468
|
+
"from": "components/VTable",
|
465
469
|
"styles": []
|
466
470
|
},
|
467
471
|
"VTimeline": {
|
@@ -472,14 +476,18 @@
|
|
472
476
|
"from": "components/VTimeline",
|
473
477
|
"styles": []
|
474
478
|
},
|
475
|
-
"VTable": {
|
476
|
-
"from": "components/VTable",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
479
|
"VTooltip": {
|
480
480
|
"from": "components/VTooltip",
|
481
481
|
"styles": []
|
482
482
|
},
|
483
|
+
"VWindow": {
|
484
|
+
"from": "components/VWindow",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VWindowItem": {
|
488
|
+
"from": "components/VWindow",
|
489
|
+
"styles": []
|
490
|
+
},
|
483
491
|
"VToolbar": {
|
484
492
|
"from": "components/VToolbar",
|
485
493
|
"styles": []
|
@@ -492,16 +500,8 @@
|
|
492
500
|
"from": "components/VToolbar",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
497
|
-
"styles": []
|
498
|
-
},
|
499
|
-
"VWindowItem": {
|
500
|
-
"from": "components/VWindow",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VMenu": {
|
504
|
-
"from": "components/VMenu",
|
503
|
+
"VTextarea": {
|
504
|
+
"from": "components/VTextarea",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VConfirmEdit": {
|
@@ -564,10 +564,6 @@
|
|
564
564
|
"from": "components/VParallax",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
-
"VRadio": {
|
568
|
-
"from": "components/VRadio",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
567
|
"VRangeSlider": {
|
572
568
|
"from": "components/VRangeSlider",
|
573
569
|
"styles": []
|
@@ -576,10 +572,6 @@
|
|
576
572
|
"from": "components/VResponsive",
|
577
573
|
"styles": []
|
578
574
|
},
|
579
|
-
"VSnackbarQueue": {
|
580
|
-
"from": "components/VSnackbarQueue",
|
581
|
-
"styles": []
|
582
|
-
},
|
583
575
|
"VSparkline": {
|
584
576
|
"from": "components/VSparkline",
|
585
577
|
"styles": []
|
@@ -588,14 +580,26 @@
|
|
588
580
|
"from": "components/VSpeedDial",
|
589
581
|
"styles": []
|
590
582
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
583
|
+
"VSnackbarQueue": {
|
584
|
+
"from": "components/VSnackbarQueue",
|
593
585
|
"styles": []
|
594
586
|
},
|
595
587
|
"VValidation": {
|
596
588
|
"from": "components/VValidation",
|
597
589
|
"styles": []
|
598
590
|
},
|
591
|
+
"VThemeProvider": {
|
592
|
+
"from": "components/VThemeProvider",
|
593
|
+
"styles": []
|
594
|
+
},
|
595
|
+
"VRadio": {
|
596
|
+
"from": "components/VRadio",
|
597
|
+
"styles": []
|
598
|
+
},
|
599
|
+
"VVirtualScroll": {
|
600
|
+
"from": "components/VVirtualScroll",
|
601
|
+
"styles": []
|
602
|
+
},
|
599
603
|
"VFabTransition": {
|
600
604
|
"from": "components/transitions",
|
601
605
|
"styles": []
|
@@ -659,10 +663,6 @@
|
|
659
663
|
"VDialogTransition": {
|
660
664
|
"from": "components/transitions",
|
661
665
|
"styles": []
|
662
|
-
},
|
663
|
-
"VVirtualScroll": {
|
664
|
-
"from": "components/VVirtualScroll",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|