@vuetify/nightly 3.8.1-master.2025-04-09 → 3.8.1-master.2025-04-10
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 -3
- package/dist/json/attributes.json +3058 -3058
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5092 -5092
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5207 -5204
- package/dist/vuetify-labs.d.ts +54 -54
- 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 +3259 -3256
- package/dist/vuetify.d.ts +54 -54
- 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/VCode/VCode.css +3 -0
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VIconBtn": {
|
4
|
+
"from": "labs/VIconBtn",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VCalendar": {
|
4
8
|
"from": "labs/VCalendar",
|
5
9
|
"styles": []
|
@@ -24,8 +28,12 @@
|
|
24
28
|
"from": "labs/VCalendar",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
31
|
+
"VPicker": {
|
32
|
+
"from": "labs/VPicker",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VPickerTitle": {
|
36
|
+
"from": "labs/VPicker",
|
29
37
|
"styles": []
|
30
38
|
},
|
31
39
|
"VFileUpload": {
|
@@ -36,18 +44,6 @@
|
|
36
44
|
"from": "labs/VFileUpload",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"VTreeview": {
|
40
|
-
"from": "labs/VTreeview",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VTreeviewItem": {
|
44
|
-
"from": "labs/VTreeview",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VTreeviewGroup": {
|
48
|
-
"from": "labs/VTreeview",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
47
|
"VStepperVertical": {
|
52
48
|
"from": "labs/VStepperVertical",
|
53
49
|
"styles": []
|
@@ -60,12 +56,16 @@
|
|
60
56
|
"from": "labs/VStepperVertical",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
59
|
+
"VTreeview": {
|
60
|
+
"from": "labs/VTreeview",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
63
|
+
"VTreeviewItem": {
|
64
|
+
"from": "labs/VTreeview",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VTreeviewGroup": {
|
68
|
+
"from": "labs/VTreeview",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
71
|
"VTimePicker": {
|
@@ -80,13 +80,13 @@
|
|
80
80
|
"from": "labs/VTimePicker",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
|
-
"VDateInput": {
|
84
|
-
"from": "labs/VDateInput",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
83
|
"VPullToRefresh": {
|
88
84
|
"from": "labs/VPullToRefresh",
|
89
85
|
"styles": []
|
86
|
+
},
|
87
|
+
"VDateInput": {
|
88
|
+
"from": "labs/VDateInput",
|
89
|
+
"styles": []
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VAlert": {
|
4
|
+
"from": "components/VAlert",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAlertTitle": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
3
11
|
"VAppBar": {
|
4
12
|
"from": "components/VAppBar",
|
5
13
|
"styles": []
|
@@ -16,20 +24,12 @@
|
|
16
24
|
"from": "components/VApp",
|
17
25
|
"styles": []
|
18
26
|
},
|
19
|
-
"VAvatar": {
|
20
|
-
"from": "components/VAvatar",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
27
|
"VAutocomplete": {
|
24
28
|
"from": "components/VAutocomplete",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VAlertTitle": {
|
32
|
-
"from": "components/VAlert",
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
35
|
"VBanner": {
|
@@ -48,12 +48,24 @@
|
|
48
48
|
"from": "components/VBottomNavigation",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
+
"VBottomSheet": {
|
52
|
+
"from": "components/VBottomSheet",
|
53
|
+
"styles": []
|
54
|
+
},
|
51
55
|
"VBadge": {
|
52
56
|
"from": "components/VBadge",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
59
|
+
"VBtnGroup": {
|
60
|
+
"from": "components/VBtnGroup",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VChip": {
|
64
|
+
"from": "components/VChip",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBtnToggle": {
|
68
|
+
"from": "components/VBtnToggle",
|
57
69
|
"styles": []
|
58
70
|
},
|
59
71
|
"VCard": {
|
@@ -92,16 +104,16 @@
|
|
92
104
|
"from": "components/VBreadcrumbs",
|
93
105
|
"styles": []
|
94
106
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
107
|
+
"VCarousel": {
|
108
|
+
"from": "components/VCarousel",
|
97
109
|
"styles": []
|
98
110
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
111
|
+
"VCarouselItem": {
|
112
|
+
"from": "components/VCarousel",
|
101
113
|
"styles": []
|
102
114
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
115
|
+
"VCode": {
|
116
|
+
"from": "components/VCode",
|
105
117
|
"styles": []
|
106
118
|
},
|
107
119
|
"VCheckbox": {
|
@@ -112,36 +124,48 @@
|
|
112
124
|
"from": "components/VCheckbox",
|
113
125
|
"styles": []
|
114
126
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
127
|
+
"VChipGroup": {
|
128
|
+
"from": "components/VChipGroup",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VColorPicker": {
|
132
|
+
"from": "components/VColorPicker",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VCombobox": {
|
136
|
+
"from": "components/VCombobox",
|
137
|
+
"styles": []
|
138
|
+
},
|
139
|
+
"VBtn": {
|
140
|
+
"from": "components/VBtn",
|
117
141
|
"styles": []
|
118
142
|
},
|
119
143
|
"VCounter": {
|
120
144
|
"from": "components/VCounter",
|
121
145
|
"styles": []
|
122
146
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
147
|
+
"VDatePicker": {
|
148
|
+
"from": "components/VDatePicker",
|
125
149
|
"styles": []
|
126
150
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
151
|
+
"VDatePickerControls": {
|
152
|
+
"from": "components/VDatePicker",
|
129
153
|
"styles": []
|
130
154
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
155
|
+
"VDatePickerHeader": {
|
156
|
+
"from": "components/VDatePicker",
|
133
157
|
"styles": []
|
134
158
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
159
|
+
"VDatePickerMonth": {
|
160
|
+
"from": "components/VDatePicker",
|
137
161
|
"styles": []
|
138
162
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
163
|
+
"VDatePickerMonths": {
|
164
|
+
"from": "components/VDatePicker",
|
141
165
|
"styles": []
|
142
166
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
167
|
+
"VDatePickerYears": {
|
168
|
+
"from": "components/VDatePicker",
|
145
169
|
"styles": []
|
146
170
|
},
|
147
171
|
"VDataTable": {
|
@@ -172,32 +196,24 @@
|
|
172
196
|
"from": "components/VDataTable",
|
173
197
|
"styles": []
|
174
198
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePickerControls": {
|
180
|
-
"from": "components/VDatePicker",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDatePickerHeader": {
|
184
|
-
"from": "components/VDatePicker",
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
185
201
|
"styles": []
|
186
202
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
203
|
+
"VExpansionPanels": {
|
204
|
+
"from": "components/VExpansionPanel",
|
189
205
|
"styles": []
|
190
206
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
207
|
+
"VExpansionPanel": {
|
208
|
+
"from": "components/VExpansionPanel",
|
193
209
|
"styles": []
|
194
210
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
211
|
+
"VExpansionPanelText": {
|
212
|
+
"from": "components/VExpansionPanel",
|
197
213
|
"styles": []
|
198
214
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
215
|
+
"VExpansionPanelTitle": {
|
216
|
+
"from": "components/VExpansionPanel",
|
201
217
|
"styles": []
|
202
218
|
},
|
203
219
|
"VDivider": {
|
@@ -212,24 +228,12 @@
|
|
212
228
|
"from": "components/VFab",
|
213
229
|
"styles": []
|
214
230
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
217
|
-
"styles": []
|
218
|
-
},
|
219
|
-
"VComponentIcon": {
|
220
|
-
"from": "components/VIcon",
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VSvgIcon": {
|
224
|
-
"from": "components/VIcon",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VLigatureIcon": {
|
228
|
-
"from": "components/VIcon",
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
229
233
|
"styles": []
|
230
234
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
235
|
+
"VFooter": {
|
236
|
+
"from": "components/VFooter",
|
233
237
|
"styles": []
|
234
238
|
},
|
235
239
|
"VField": {
|
@@ -240,64 +244,52 @@
|
|
240
244
|
"from": "components/VField",
|
241
245
|
"styles": []
|
242
246
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
245
249
|
"styles": []
|
246
250
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
251
|
+
"VImg": {
|
252
|
+
"from": "components/VImg",
|
249
253
|
"styles": []
|
250
254
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
255
|
+
"VItemGroup": {
|
256
|
+
"from": "components/VItemGroup",
|
253
257
|
"styles": []
|
254
258
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
259
|
+
"VItem": {
|
260
|
+
"from": "components/VItemGroup",
|
257
261
|
"styles": []
|
258
262
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
263
|
+
"VIcon": {
|
264
|
+
"from": "components/VIcon",
|
261
265
|
"styles": []
|
262
266
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
267
|
+
"VComponentIcon": {
|
268
|
+
"from": "components/VIcon",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
271
|
+
"VSvgIcon": {
|
272
|
+
"from": "components/VIcon",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
275
|
+
"VLigatureIcon": {
|
276
|
+
"from": "components/VIcon",
|
273
277
|
"styles": []
|
274
278
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
279
|
+
"VClassIcon": {
|
280
|
+
"from": "components/VIcon",
|
277
281
|
"styles": []
|
278
282
|
},
|
279
283
|
"VInput": {
|
280
284
|
"from": "components/VInput",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
|
-
"VInfiniteScroll": {
|
284
|
-
"from": "components/VInfiniteScroll",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
|
-
"VLabel": {
|
288
|
-
"from": "components/VLabel",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
287
|
"VKbd": {
|
292
288
|
"from": "components/VKbd",
|
293
289
|
"styles": []
|
294
290
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
297
|
-
"styles": []
|
298
|
-
},
|
299
|
-
"VNavigationDrawer": {
|
300
|
-
"from": "components/VNavigationDrawer",
|
291
|
+
"VLabel": {
|
292
|
+
"from": "components/VLabel",
|
301
293
|
"styles": []
|
302
294
|
},
|
303
295
|
"VList": {
|
@@ -336,6 +328,10 @@
|
|
336
328
|
"from": "components/VList",
|
337
329
|
"styles": []
|
338
330
|
},
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
333
|
+
"styles": []
|
334
|
+
},
|
339
335
|
"VMenu": {
|
340
336
|
"from": "components/VMenu",
|
341
337
|
"styles": []
|
@@ -344,6 +340,10 @@
|
|
344
340
|
"from": "components/VMessages",
|
345
341
|
"styles": []
|
346
342
|
},
|
343
|
+
"VNavigationDrawer": {
|
344
|
+
"from": "components/VNavigationDrawer",
|
345
|
+
"styles": []
|
346
|
+
},
|
347
347
|
"VNumberInput": {
|
348
348
|
"from": "components/VNumberInput",
|
349
349
|
"styles": []
|
@@ -352,36 +352,32 @@
|
|
352
352
|
"from": "components/VOtpInput",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
359
|
+
"VRadioGroup": {
|
360
|
+
"from": "components/VRadioGroup",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
363
|
"VProgressCircular": {
|
364
364
|
"from": "components/VProgressCircular",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VRating": {
|
372
|
-
"from": "components/VRating",
|
367
|
+
"VOverlay": {
|
368
|
+
"from": "components/VOverlay",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
375
|
"VSelect": {
|
380
376
|
"from": "components/VSelect",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
379
|
+
"VRating": {
|
380
|
+
"from": "components/VRating",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
383
|
"VSelectionControl": {
|
@@ -392,6 +388,14 @@
|
|
392
388
|
"from": "components/VSheet",
|
393
389
|
"styles": []
|
394
390
|
},
|
391
|
+
"VSkeletonLoader": {
|
392
|
+
"from": "components/VSkeletonLoader",
|
393
|
+
"styles": []
|
394
|
+
},
|
395
|
+
"VSelectionControlGroup": {
|
396
|
+
"from": "components/VSelectionControlGroup",
|
397
|
+
"styles": []
|
398
|
+
},
|
395
399
|
"VSlideGroup": {
|
396
400
|
"from": "components/VSlideGroup",
|
397
401
|
"styles": []
|
@@ -400,18 +404,14 @@
|
|
400
404
|
"from": "components/VSlideGroup",
|
401
405
|
"styles": []
|
402
406
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
407
|
+
"VSlider": {
|
408
|
+
"from": "components/VSlider",
|
405
409
|
"styles": []
|
406
410
|
},
|
407
411
|
"VSnackbar": {
|
408
412
|
"from": "components/VSnackbar",
|
409
413
|
"styles": []
|
410
414
|
},
|
411
|
-
"VSlider": {
|
412
|
-
"from": "components/VSlider",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
415
|
"VStepper": {
|
416
416
|
"from": "components/VStepper",
|
417
417
|
"styles": []
|
@@ -436,18 +436,14 @@
|
|
436
436
|
"from": "components/VStepper",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
439
|
+
"VTable": {
|
440
|
+
"from": "components/VTable",
|
441
441
|
"styles": []
|
442
442
|
},
|
443
443
|
"VSwitch": {
|
444
444
|
"from": "components/VSwitch",
|
445
445
|
"styles": []
|
446
446
|
},
|
447
|
-
"VSystemBar": {
|
448
|
-
"from": "components/VSystemBar",
|
449
|
-
"styles": []
|
450
|
-
},
|
451
447
|
"VTab": {
|
452
448
|
"from": "components/VTabs",
|
453
449
|
"styles": []
|
@@ -464,14 +460,14 @@
|
|
464
460
|
"from": "components/VTabs",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"VTable": {
|
468
|
-
"from": "components/VTable",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
463
|
"VTextField": {
|
472
464
|
"from": "components/VTextField",
|
473
465
|
"styles": []
|
474
466
|
},
|
467
|
+
"VTextarea": {
|
468
|
+
"from": "components/VTextarea",
|
469
|
+
"styles": []
|
470
|
+
},
|
475
471
|
"VTimeline": {
|
476
472
|
"from": "components/VTimeline",
|
477
473
|
"styles": []
|
@@ -480,6 +476,10 @@
|
|
480
476
|
"from": "components/VTimeline",
|
481
477
|
"styles": []
|
482
478
|
},
|
479
|
+
"VSystemBar": {
|
480
|
+
"from": "components/VSystemBar",
|
481
|
+
"styles": []
|
482
|
+
},
|
483
483
|
"VToolbar": {
|
484
484
|
"from": "components/VToolbar",
|
485
485
|
"styles": []
|
@@ -516,10 +516,6 @@
|
|
516
516
|
"from": "components/VDefaultsProvider",
|
517
517
|
"styles": []
|
518
518
|
},
|
519
|
-
"VHover": {
|
520
|
-
"from": "components/VHover",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
519
|
"VForm": {
|
524
520
|
"from": "components/VForm",
|
525
521
|
"styles": []
|
@@ -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": []
|
@@ -564,30 +564,30 @@
|
|
564
564
|
"from": "components/VParallax",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
-
"VRangeSlider": {
|
568
|
-
"from": "components/VRangeSlider",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
|
-
"VResponsive": {
|
572
|
-
"from": "components/VResponsive",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
567
|
"VRadio": {
|
576
568
|
"from": "components/VRadio",
|
577
569
|
"styles": []
|
578
570
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
571
|
+
"VRangeSlider": {
|
572
|
+
"from": "components/VRangeSlider",
|
581
573
|
"styles": []
|
582
574
|
},
|
583
575
|
"VSparkline": {
|
584
576
|
"from": "components/VSparkline",
|
585
577
|
"styles": []
|
586
578
|
},
|
579
|
+
"VResponsive": {
|
580
|
+
"from": "components/VResponsive",
|
581
|
+
"styles": []
|
582
|
+
},
|
587
583
|
"VSpeedDial": {
|
588
584
|
"from": "components/VSpeedDial",
|
589
585
|
"styles": []
|
590
586
|
},
|
587
|
+
"VSnackbarQueue": {
|
588
|
+
"from": "components/VSnackbarQueue",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VThemeProvider": {
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|