@vuetify/nightly 3.8.0-beta.0-dev.2025-03-29 → 3.8.0-beta.0-dev.2025-03-31
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 +4062 -4062
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +7209 -7209
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3133 -3129
- package/dist/vuetify-labs.d.ts +52 -52
- 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 +2566 -2562
- package/dist/vuetify.d.ts +52 -52
- 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/entry-bundler.js +1 -1
- package/lib/framework.d.ts +52 -52
- package/lib/framework.js +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +5 -0
- package/package.json +1 -1
@@ -1,37 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VCalendar": {
|
4
|
-
"from": "labs/VCalendar",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VCalendarDay": {
|
8
|
-
"from": "labs/VCalendar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VCalendarHeader": {
|
12
|
-
"from": "labs/VCalendar",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VCalendarInterval": {
|
16
|
-
"from": "labs/VCalendar",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VCalendarIntervalEvent": {
|
20
|
-
"from": "labs/VCalendar",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VCalendarMonthDay": {
|
24
|
-
"from": "labs/VCalendar",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VFileUpload": {
|
28
|
-
"from": "labs/VFileUpload",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VFileUploadItem": {
|
32
|
-
"from": "labs/VFileUpload",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
3
|
"VIconBtn": {
|
36
4
|
"from": "labs/VIconBtn",
|
37
5
|
"styles": []
|
@@ -68,6 +36,30 @@
|
|
68
36
|
"from": "labs/VTimePicker",
|
69
37
|
"styles": []
|
70
38
|
},
|
39
|
+
"VCalendar": {
|
40
|
+
"from": "labs/VCalendar",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VCalendarDay": {
|
44
|
+
"from": "labs/VCalendar",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VCalendarHeader": {
|
48
|
+
"from": "labs/VCalendar",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VCalendarInterval": {
|
52
|
+
"from": "labs/VCalendar",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VCalendarIntervalEvent": {
|
56
|
+
"from": "labs/VCalendar",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VCalendarMonthDay": {
|
60
|
+
"from": "labs/VCalendar",
|
61
|
+
"styles": []
|
62
|
+
},
|
71
63
|
"VTreeview": {
|
72
64
|
"from": "labs/VTreeview",
|
73
65
|
"styles": []
|
@@ -80,6 +72,14 @@
|
|
80
72
|
"from": "labs/VTreeview",
|
81
73
|
"styles": []
|
82
74
|
},
|
75
|
+
"VFileUpload": {
|
76
|
+
"from": "labs/VFileUpload",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VFileUploadItem": {
|
80
|
+
"from": "labs/VFileUpload",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
83
|
"VDateInput": {
|
84
84
|
"from": "labs/VDateInput",
|
85
85
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -4,18 +4,6 @@
|
|
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
|
-
},
|
15
|
-
"VBadge": {
|
16
|
-
"from": "components/VBadge",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
7
|
"VAppBar": {
|
20
8
|
"from": "components/VAppBar",
|
21
9
|
"styles": []
|
@@ -36,16 +24,36 @@
|
|
36
24
|
"from": "components/VAutocomplete",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VBadge": {
|
28
|
+
"from": "components/VBadge",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VBanner": {
|
32
|
+
"from": "components/VBanner",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VBannerActions": {
|
36
|
+
"from": "components/VBanner",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBannerText": {
|
40
|
+
"from": "components/VBanner",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VAlert": {
|
44
|
+
"from": "components/VAlert",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VAlertTitle": {
|
48
|
+
"from": "components/VAlert",
|
41
49
|
"styles": []
|
42
50
|
},
|
43
51
|
"VBottomSheet": {
|
44
52
|
"from": "components/VBottomSheet",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
55
|
+
"VBottomNavigation": {
|
56
|
+
"from": "components/VBottomNavigation",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
59
|
"VBreadcrumbs": {
|
@@ -60,20 +68,8 @@
|
|
60
68
|
"from": "components/VBreadcrumbs",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBannerActions": {
|
68
|
-
"from": "components/VBanner",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBannerText": {
|
72
|
-
"from": "components/VBanner",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VBtnToggle": {
|
76
|
-
"from": "components/VBtnToggle",
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
77
73
|
"styles": []
|
78
74
|
},
|
79
75
|
"VCard": {
|
@@ -100,20 +96,8 @@
|
|
100
96
|
"from": "components/VCard",
|
101
97
|
"styles": []
|
102
98
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VBtnGroup": {
|
112
|
-
"from": "components/VBtnGroup",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VChip": {
|
116
|
-
"from": "components/VChip",
|
99
|
+
"VBtn": {
|
100
|
+
"from": "components/VBtn",
|
117
101
|
"styles": []
|
118
102
|
},
|
119
103
|
"VCheckbox": {
|
@@ -124,52 +108,40 @@
|
|
124
108
|
"from": "components/VCheckbox",
|
125
109
|
"styles": []
|
126
110
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
111
|
+
"VBtnToggle": {
|
112
|
+
"from": "components/VBtnToggle",
|
129
113
|
"styles": []
|
130
114
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
115
|
+
"VChipGroup": {
|
116
|
+
"from": "components/VChipGroup",
|
133
117
|
"styles": []
|
134
118
|
},
|
135
119
|
"VCode": {
|
136
120
|
"from": "components/VCode",
|
137
121
|
"styles": []
|
138
122
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VCounter": {
|
144
|
-
"from": "components/VCounter",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VDatePicker": {
|
148
|
-
"from": "components/VDatePicker",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VDatePickerControls": {
|
152
|
-
"from": "components/VDatePicker",
|
123
|
+
"VChip": {
|
124
|
+
"from": "components/VChip",
|
153
125
|
"styles": []
|
154
126
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
127
|
+
"VCarousel": {
|
128
|
+
"from": "components/VCarousel",
|
157
129
|
"styles": []
|
158
130
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
131
|
+
"VCarouselItem": {
|
132
|
+
"from": "components/VCarousel",
|
161
133
|
"styles": []
|
162
134
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
165
137
|
"styles": []
|
166
138
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
139
|
+
"VCombobox": {
|
140
|
+
"from": "components/VCombobox",
|
169
141
|
"styles": []
|
170
142
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
143
|
+
"VCounter": {
|
144
|
+
"from": "components/VCounter",
|
173
145
|
"styles": []
|
174
146
|
},
|
175
147
|
"VDataTable": {
|
@@ -200,28 +172,32 @@
|
|
200
172
|
"from": "components/VDataTable",
|
201
173
|
"styles": []
|
202
174
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
205
177
|
"styles": []
|
206
178
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
209
181
|
"styles": []
|
210
182
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
213
185
|
"styles": []
|
214
186
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
187
|
+
"VDatePickerMonth": {
|
188
|
+
"from": "components/VDatePicker",
|
217
189
|
"styles": []
|
218
190
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
191
|
+
"VDatePickerMonths": {
|
192
|
+
"from": "components/VDatePicker",
|
221
193
|
"styles": []
|
222
194
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
195
|
+
"VDatePickerYears": {
|
196
|
+
"from": "components/VDatePicker",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDivider": {
|
200
|
+
"from": "components/VDivider",
|
225
201
|
"styles": []
|
226
202
|
},
|
227
203
|
"VDialog": {
|
@@ -232,20 +208,40 @@
|
|
232
208
|
"from": "components/VFab",
|
233
209
|
"styles": []
|
234
210
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
211
|
+
"VEmptyState": {
|
212
|
+
"from": "components/VEmptyState",
|
237
213
|
"styles": []
|
238
214
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
215
|
+
"VExpansionPanels": {
|
216
|
+
"from": "components/VExpansionPanel",
|
217
|
+
"styles": []
|
218
|
+
},
|
219
|
+
"VExpansionPanel": {
|
220
|
+
"from": "components/VExpansionPanel",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VExpansionPanelText": {
|
224
|
+
"from": "components/VExpansionPanel",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VExpansionPanelTitle": {
|
228
|
+
"from": "components/VExpansionPanel",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField",
|
241
237
|
"styles": []
|
242
238
|
},
|
243
239
|
"VFooter": {
|
244
240
|
"from": "components/VFooter",
|
245
241
|
"styles": []
|
246
242
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
243
|
+
"VFileInput": {
|
244
|
+
"from": "components/VFileInput",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
247
|
"VIcon": {
|
@@ -268,28 +264,20 @@
|
|
268
264
|
"from": "components/VIcon",
|
269
265
|
"styles": []
|
270
266
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VItem": {
|
276
|
-
"from": "components/VItemGroup",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VInput": {
|
280
|
-
"from": "components/VInput",
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
271
|
"VInfiniteScroll": {
|
284
272
|
"from": "components/VInfiniteScroll",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
275
|
+
"VItemGroup": {
|
276
|
+
"from": "components/VItemGroup",
|
289
277
|
"styles": []
|
290
278
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
279
|
+
"VItem": {
|
280
|
+
"from": "components/VItemGroup",
|
293
281
|
"styles": []
|
294
282
|
},
|
295
283
|
"VList": {
|
@@ -328,10 +316,22 @@
|
|
328
316
|
"from": "components/VList",
|
329
317
|
"styles": []
|
330
318
|
},
|
319
|
+
"VInput": {
|
320
|
+
"from": "components/VInput",
|
321
|
+
"styles": []
|
322
|
+
},
|
331
323
|
"VMenu": {
|
332
324
|
"from": "components/VMenu",
|
333
325
|
"styles": []
|
334
326
|
},
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
|
+
"VKbd": {
|
332
|
+
"from": "components/VKbd",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
335
|
"VMain": {
|
336
336
|
"from": "components/VMain",
|
337
337
|
"styles": []
|
@@ -340,10 +340,6 @@
|
|
340
340
|
"from": "components/VMessages",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
-
"VOtpInput": {
|
344
|
-
"from": "components/VOtpInput",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
343
|
"VNavigationDrawer": {
|
348
344
|
"from": "components/VNavigationDrawer",
|
349
345
|
"styles": []
|
@@ -360,6 +356,10 @@
|
|
360
356
|
"from": "components/VPagination",
|
361
357
|
"styles": []
|
362
358
|
},
|
359
|
+
"VOtpInput": {
|
360
|
+
"from": "components/VOtpInput",
|
361
|
+
"styles": []
|
362
|
+
},
|
363
363
|
"VRadioGroup": {
|
364
364
|
"from": "components/VRadioGroup",
|
365
365
|
"styles": []
|
@@ -368,48 +368,48 @@
|
|
368
368
|
"from": "components/VProgressCircular",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
375
|
"VSelect": {
|
376
376
|
"from": "components/VSelect",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
379
|
+
"VRating": {
|
380
|
+
"from": "components/VRating",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
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/
|
391
|
+
"VSelectionControlGroup": {
|
392
|
+
"from": "components/VSelectionControlGroup",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
395
|
"VSlider": {
|
396
396
|
"from": "components/VSlider",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
399
|
+
"VSnackbar": {
|
400
|
+
"from": "components/VSnackbar",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
403
|
+
"VSkeletonLoader": {
|
404
|
+
"from": "components/VSkeletonLoader",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
407
|
+
"VSlideGroup": {
|
408
|
+
"from": "components/VSlideGroup",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
411
|
+
"VSlideGroupItem": {
|
412
|
+
"from": "components/VSlideGroup",
|
413
413
|
"styles": []
|
414
414
|
},
|
415
415
|
"VStepper": {
|
@@ -460,6 +460,10 @@
|
|
460
460
|
"from": "components/VTabs",
|
461
461
|
"styles": []
|
462
462
|
},
|
463
|
+
"VTable": {
|
464
|
+
"from": "components/VTable",
|
465
|
+
"styles": []
|
466
|
+
},
|
463
467
|
"VTimeline": {
|
464
468
|
"from": "components/VTimeline",
|
465
469
|
"styles": []
|
@@ -468,20 +472,16 @@
|
|
468
472
|
"from": "components/VTimeline",
|
469
473
|
"styles": []
|
470
474
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VTextarea": {
|
476
|
-
"from": "components/VTextarea",
|
475
|
+
"VTextField": {
|
476
|
+
"from": "components/VTextField",
|
477
477
|
"styles": []
|
478
478
|
},
|
479
479
|
"VTooltip": {
|
480
480
|
"from": "components/VTooltip",
|
481
481
|
"styles": []
|
482
482
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
483
|
+
"VTextarea": {
|
484
|
+
"from": "components/VTextarea",
|
485
485
|
"styles": []
|
486
486
|
},
|
487
487
|
"VWindow": {
|
@@ -508,20 +508,16 @@
|
|
508
508
|
"from": "components/VConfirmEdit",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
-
"VDefaultsProvider": {
|
512
|
-
"from": "components/VDefaultsProvider",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
511
|
"VDataIterator": {
|
516
512
|
"from": "components/VDataIterator",
|
517
513
|
"styles": []
|
518
514
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
515
|
+
"VDefaultsProvider": {
|
516
|
+
"from": "components/VDefaultsProvider",
|
521
517
|
"styles": []
|
522
518
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
519
|
+
"VForm": {
|
520
|
+
"from": "components/VForm",
|
525
521
|
"styles": []
|
526
522
|
},
|
527
523
|
"VContainer": {
|
@@ -540,6 +536,10 @@
|
|
540
536
|
"from": "components/VGrid",
|
541
537
|
"styles": []
|
542
538
|
},
|
539
|
+
"VHover": {
|
540
|
+
"from": "components/VHover",
|
541
|
+
"styles": []
|
542
|
+
},
|
543
543
|
"VLayout": {
|
544
544
|
"from": "components/VLayout",
|
545
545
|
"styles": []
|
@@ -572,14 +572,14 @@
|
|
572
572
|
"from": "components/VRangeSlider",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
-
"VResponsive": {
|
576
|
-
"from": "components/VResponsive",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
575
|
"VSnackbarQueue": {
|
580
576
|
"from": "components/VSnackbarQueue",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VResponsive": {
|
580
|
+
"from": "components/VResponsive",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VSpeedDial": {
|
584
584
|
"from": "components/VSpeedDial",
|
585
585
|
"styles": []
|
@@ -592,10 +592,6 @@
|
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|
594
594
|
},
|
595
|
-
"VVirtualScroll": {
|
596
|
-
"from": "components/VVirtualScroll",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
595
|
"VValidation": {
|
600
596
|
"from": "components/VValidation",
|
601
597
|
"styles": []
|
@@ -663,6 +659,10 @@
|
|
663
659
|
"VDialogTransition": {
|
664
660
|
"from": "components/transitions",
|
665
661
|
"styles": []
|
662
|
+
},
|
663
|
+
"VVirtualScroll": {
|
664
|
+
"from": "components/VVirtualScroll",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|