@vuetify/nightly 3.8.11-master.2025-06-24 → 3.8.11-master.2025-06-27
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 +16 -3
- package/dist/json/attributes.json +3469 -3469
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +6059 -6059
- package/dist/vuetify-labs.cjs +10 -10
- package/dist/vuetify-labs.css +5010 -5010
- package/dist/vuetify-labs.d.ts +51 -51
- package/dist/vuetify-labs.esm.js +10 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +9 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4410 -4410
- package/dist/vuetify.d.ts +51 -51
- package/dist/vuetify.esm.js +9 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +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/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VFileUpload": {
|
4
|
+
"from": "labs/VFileUpload",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VFileUploadItem": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
|
+
"styles": []
|
10
|
+
},
|
3
11
|
"VColorInput": {
|
4
12
|
"from": "labs/VColorInput",
|
5
13
|
"styles": []
|
@@ -28,22 +36,6 @@
|
|
28
36
|
"from": "labs/VCalendar",
|
29
37
|
"styles": []
|
30
38
|
},
|
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",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
39
|
"VPicker": {
|
48
40
|
"from": "labs/VPicker",
|
49
41
|
"styles": []
|
@@ -64,12 +56,16 @@
|
|
64
56
|
"from": "labs/VTreeview",
|
65
57
|
"styles": []
|
66
58
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
59
|
+
"VStepperVertical": {
|
60
|
+
"from": "labs/VStepperVertical",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
63
|
+
"VStepperVerticalItem": {
|
64
|
+
"from": "labs/VStepperVertical",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VStepperVerticalActions": {
|
68
|
+
"from": "labs/VStepperVertical",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
71
|
"VTimePicker": {
|
@@ -84,13 +80,17 @@
|
|
84
80
|
"from": "labs/VTimePicker",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
|
-
"
|
88
|
-
"from": "labs/
|
83
|
+
"VIconBtn": {
|
84
|
+
"from": "labs/VIconBtn",
|
89
85
|
"styles": []
|
90
86
|
},
|
91
87
|
"VPullToRefresh": {
|
92
88
|
"from": "labs/VPullToRefresh",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VDateInput": {
|
92
|
+
"from": "labs/VDateInput",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,6 +4,10 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAutocomplete": {
|
8
|
+
"from": "components/VAutocomplete",
|
9
|
+
"styles": []
|
10
|
+
},
|
7
11
|
"VAppBar": {
|
8
12
|
"from": "components/VAppBar",
|
9
13
|
"styles": []
|
@@ -16,18 +20,34 @@
|
|
16
20
|
"from": "components/VAppBar",
|
17
21
|
"styles": []
|
18
22
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
23
|
+
"VAlert": {
|
24
|
+
"from": "components/VAlert",
|
21
25
|
"styles": []
|
22
26
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
27
|
+
"VAlertTitle": {
|
28
|
+
"from": "components/VAlert",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
25
33
|
"styles": []
|
26
34
|
},
|
27
35
|
"VBottomNavigation": {
|
28
36
|
"from": "components/VBottomNavigation",
|
29
37
|
"styles": []
|
30
38
|
},
|
39
|
+
"VBreadcrumbs": {
|
40
|
+
"from": "components/VBreadcrumbs",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBreadcrumbsItem": {
|
44
|
+
"from": "components/VBreadcrumbs",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VBreadcrumbsDivider": {
|
48
|
+
"from": "components/VBreadcrumbs",
|
49
|
+
"styles": []
|
50
|
+
},
|
31
51
|
"VBanner": {
|
32
52
|
"from": "components/VBanner",
|
33
53
|
"styles": []
|
@@ -40,32 +60,36 @@
|
|
40
60
|
"from": "components/VBanner",
|
41
61
|
"styles": []
|
42
62
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
63
|
+
"VBtn": {
|
64
|
+
"from": "components/VBtn",
|
45
65
|
"styles": []
|
46
66
|
},
|
47
67
|
"VBadge": {
|
48
68
|
"from": "components/VBadge",
|
49
69
|
"styles": []
|
50
70
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
53
73
|
"styles": []
|
54
74
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
75
|
+
"VCarousel": {
|
76
|
+
"from": "components/VCarousel",
|
57
77
|
"styles": []
|
58
78
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
79
|
+
"VCarouselItem": {
|
80
|
+
"from": "components/VCarousel",
|
61
81
|
"styles": []
|
62
82
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
83
|
+
"VBtnToggle": {
|
84
|
+
"from": "components/VBtnToggle",
|
65
85
|
"styles": []
|
66
86
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
87
|
+
"VChipGroup": {
|
88
|
+
"from": "components/VChipGroup",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VCombobox": {
|
92
|
+
"from": "components/VCombobox",
|
69
93
|
"styles": []
|
70
94
|
},
|
71
95
|
"VCard": {
|
@@ -92,12 +116,8 @@
|
|
92
116
|
"from": "components/VCard",
|
93
117
|
"styles": []
|
94
118
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VAlertTitle": {
|
100
|
-
"from": "components/VAlert",
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
101
121
|
"styles": []
|
102
122
|
},
|
103
123
|
"VCheckbox": {
|
@@ -108,36 +128,12 @@
|
|
108
128
|
"from": "components/VCheckbox",
|
109
129
|
"styles": []
|
110
130
|
},
|
111
|
-
"VChip": {
|
112
|
-
"from": "components/VChip",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VBtnGroup": {
|
116
|
-
"from": "components/VBtnGroup",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VChipGroup": {
|
120
|
-
"from": "components/VChipGroup",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VCode": {
|
124
|
-
"from": "components/VCode",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
131
|
"VCounter": {
|
128
132
|
"from": "components/VCounter",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VCarouselItem": {
|
136
|
-
"from": "components/VCarousel",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VCombobox": {
|
140
|
-
"from": "components/VCombobox",
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
141
137
|
"styles": []
|
142
138
|
},
|
143
139
|
"VDataTable": {
|
@@ -168,10 +164,6 @@
|
|
168
164
|
"from": "components/VDataTable",
|
169
165
|
"styles": []
|
170
166
|
},
|
171
|
-
"VColorPicker": {
|
172
|
-
"from": "components/VColorPicker",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
167
|
"VDatePicker": {
|
176
168
|
"from": "components/VDatePicker",
|
177
169
|
"styles": []
|
@@ -196,10 +188,6 @@
|
|
196
188
|
"from": "components/VDatePicker",
|
197
189
|
"styles": []
|
198
190
|
},
|
199
|
-
"VDialog": {
|
200
|
-
"from": "components/VDialog",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
191
|
"VEmptyState": {
|
204
192
|
"from": "components/VEmptyState",
|
205
193
|
"styles": []
|
@@ -208,8 +196,20 @@
|
|
208
196
|
"from": "components/VDivider",
|
209
197
|
"styles": []
|
210
198
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VFab": {
|
204
|
+
"from": "components/VFab",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VField": {
|
208
|
+
"from": "components/VField",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
|
+
"VFieldLabel": {
|
212
|
+
"from": "components/VField",
|
213
213
|
"styles": []
|
214
214
|
},
|
215
215
|
"VExpansionPanels": {
|
@@ -228,16 +228,8 @@
|
|
228
228
|
"from": "components/VExpansionPanel",
|
229
229
|
"styles": []
|
230
230
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VField": {
|
236
|
-
"from": "components/VField",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFieldLabel": {
|
240
|
-
"from": "components/VField",
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
241
233
|
"styles": []
|
242
234
|
},
|
243
235
|
"VIcon": {
|
@@ -260,36 +252,36 @@
|
|
260
252
|
"from": "components/VIcon",
|
261
253
|
"styles": []
|
262
254
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
265
|
-
"styles": []
|
266
|
-
},
|
267
|
-
"VImg": {
|
268
|
-
"from": "components/VImg",
|
255
|
+
"VFooter": {
|
256
|
+
"from": "components/VFooter",
|
269
257
|
"styles": []
|
270
258
|
},
|
271
259
|
"VInput": {
|
272
260
|
"from": "components/VInput",
|
273
261
|
"styles": []
|
274
262
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
263
|
+
"VImg": {
|
264
|
+
"from": "components/VImg",
|
277
265
|
"styles": []
|
278
266
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
267
|
+
"VInfiniteScroll": {
|
268
|
+
"from": "components/VInfiniteScroll",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VLabel": {
|
272
|
+
"from": "components/VLabel",
|
281
273
|
"styles": []
|
282
274
|
},
|
283
275
|
"VKbd": {
|
284
276
|
"from": "components/VKbd",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
279
|
+
"VItemGroup": {
|
280
|
+
"from": "components/VItemGroup",
|
289
281
|
"styles": []
|
290
282
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
283
|
+
"VItem": {
|
284
|
+
"from": "components/VItemGroup",
|
293
285
|
"styles": []
|
294
286
|
},
|
295
287
|
"VList": {
|
@@ -332,48 +324,40 @@
|
|
332
324
|
"from": "components/VMenu",
|
333
325
|
"styles": []
|
334
326
|
},
|
335
|
-
"VMain": {
|
336
|
-
"from": "components/VMain",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
327
|
"VMessages": {
|
340
328
|
"from": "components/VMessages",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
345
333
|
"styles": []
|
346
334
|
},
|
347
335
|
"VNavigationDrawer": {
|
348
336
|
"from": "components/VNavigationDrawer",
|
349
337
|
"styles": []
|
350
338
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VProgressCircular": {
|
356
|
-
"from": "components/VProgressCircular",
|
339
|
+
"VNumberInput": {
|
340
|
+
"from": "components/VNumberInput",
|
357
341
|
"styles": []
|
358
342
|
},
|
359
343
|
"VOtpInput": {
|
360
344
|
"from": "components/VOtpInput",
|
361
345
|
"styles": []
|
362
346
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
347
|
+
"VProgressCircular": {
|
348
|
+
"from": "components/VProgressCircular",
|
365
349
|
"styles": []
|
366
350
|
},
|
367
351
|
"VProgressLinear": {
|
368
352
|
"from": "components/VProgressLinear",
|
369
353
|
"styles": []
|
370
354
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
355
|
+
"VOverlay": {
|
356
|
+
"from": "components/VOverlay",
|
373
357
|
"styles": []
|
374
358
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
359
|
+
"VRadioGroup": {
|
360
|
+
"from": "components/VRadioGroup",
|
377
361
|
"styles": []
|
378
362
|
},
|
379
363
|
"VSelectionControlGroup": {
|
@@ -384,8 +368,16 @@
|
|
384
368
|
"from": "components/VRating",
|
385
369
|
"styles": []
|
386
370
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
371
|
+
"VPagination": {
|
372
|
+
"from": "components/VPagination",
|
373
|
+
"styles": []
|
374
|
+
},
|
375
|
+
"VSelectionControl": {
|
376
|
+
"from": "components/VSelectionControl",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
383
|
"VSlideGroup": {
|
@@ -396,10 +388,6 @@
|
|
396
388
|
"from": "components/VSlideGroup",
|
397
389
|
"styles": []
|
398
390
|
},
|
399
|
-
"VSelect": {
|
400
|
-
"from": "components/VSelect",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
391
|
"VSheet": {
|
404
392
|
"from": "components/VSheet",
|
405
393
|
"styles": []
|
@@ -436,8 +424,12 @@
|
|
436
424
|
"from": "components/VSlider",
|
437
425
|
"styles": []
|
438
426
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
427
|
+
"VSkeletonLoader": {
|
428
|
+
"from": "components/VSkeletonLoader",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VSystemBar": {
|
432
|
+
"from": "components/VSystemBar",
|
441
433
|
"styles": []
|
442
434
|
},
|
443
435
|
"VTab": {
|
@@ -456,12 +448,20 @@
|
|
456
448
|
"from": "components/VTabs",
|
457
449
|
"styles": []
|
458
450
|
},
|
451
|
+
"VTextarea": {
|
452
|
+
"from": "components/VTextarea",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VSwitch": {
|
456
|
+
"from": "components/VSwitch",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
459
|
"VTable": {
|
460
460
|
"from": "components/VTable",
|
461
461
|
"styles": []
|
462
462
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField",
|
465
465
|
"styles": []
|
466
466
|
},
|
467
467
|
"VTimeline": {
|
@@ -496,6 +496,10 @@
|
|
496
496
|
"from": "components/VWindow",
|
497
497
|
"styles": []
|
498
498
|
},
|
499
|
+
"VConfirmEdit": {
|
500
|
+
"from": "components/VConfirmEdit",
|
501
|
+
"styles": []
|
502
|
+
},
|
499
503
|
"VDataIterator": {
|
500
504
|
"from": "components/VDataIterator",
|
501
505
|
"styles": []
|
@@ -504,8 +508,12 @@
|
|
504
508
|
"from": "components/VDefaultsProvider",
|
505
509
|
"styles": []
|
506
510
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
511
|
+
"VForm": {
|
512
|
+
"from": "components/VForm",
|
513
|
+
"styles": []
|
514
|
+
},
|
515
|
+
"VHover": {
|
516
|
+
"from": "components/VHover",
|
509
517
|
"styles": []
|
510
518
|
},
|
511
519
|
"VContainer": {
|
@@ -524,12 +532,8 @@
|
|
524
532
|
"from": "components/VGrid",
|
525
533
|
"styles": []
|
526
534
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
529
|
-
"styles": []
|
530
|
-
},
|
531
|
-
"VHover": {
|
532
|
-
"from": "components/VHover",
|
535
|
+
"VLazy": {
|
536
|
+
"from": "components/VLazy",
|
533
537
|
"styles": []
|
534
538
|
},
|
535
539
|
"VLayout": {
|
@@ -540,10 +544,6 @@
|
|
540
544
|
"from": "components/VLayout",
|
541
545
|
"styles": []
|
542
546
|
},
|
543
|
-
"VLazy": {
|
544
|
-
"from": "components/VLazy",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
547
|
"VLocaleProvider": {
|
548
548
|
"from": "components/VLocaleProvider",
|
549
549
|
"styles": []
|
@@ -568,10 +568,6 @@
|
|
568
568
|
"from": "components/VResponsive",
|
569
569
|
"styles": []
|
570
570
|
},
|
571
|
-
"VSnackbarQueue": {
|
572
|
-
"from": "components/VSnackbarQueue",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
571
|
"VSparkline": {
|
576
572
|
"from": "components/VSparkline",
|
577
573
|
"styles": []
|
@@ -580,24 +576,20 @@
|
|
580
576
|
"from": "components/VSpeedDial",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
579
|
+
"VSnackbarQueue": {
|
580
|
+
"from": "components/VSnackbarQueue",
|
585
581
|
"styles": []
|
586
582
|
},
|
587
|
-
"
|
588
|
-
"from": "components/
|
583
|
+
"VThemeProvider": {
|
584
|
+
"from": "components/VThemeProvider",
|
589
585
|
"styles": []
|
590
586
|
},
|
591
587
|
"VVirtualScroll": {
|
592
588
|
"from": "components/VVirtualScroll",
|
593
589
|
"styles": []
|
594
590
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
597
|
-
"styles": []
|
598
|
-
},
|
599
|
-
"VTextarea": {
|
600
|
-
"from": "components/VTextarea",
|
591
|
+
"VValidation": {
|
592
|
+
"from": "components/VValidation",
|
601
593
|
"styles": []
|
602
594
|
},
|
603
595
|
"VFabTransition": {
|
@@ -663,6 +655,14 @@
|
|
663
655
|
"VDialogTransition": {
|
664
656
|
"from": "components/transitions",
|
665
657
|
"styles": []
|
658
|
+
},
|
659
|
+
"VColorPicker": {
|
660
|
+
"from": "components/VColorPicker",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VBottomSheet": {
|
664
|
+
"from": "components/VBottomSheet",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|