@vuetify/nightly 3.8.0-beta.0-dev.2025-03-24 → 3.8.0-beta.0-dev.2025-03-25
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 +39 -3
- package/dist/json/attributes.json +3258 -3254
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6130 -6099
- package/dist/vuetify-labs.cjs +63 -25
- package/dist/vuetify-labs.css +3530 -3530
- package/dist/vuetify-labs.d.ts +112 -88
- package/dist/vuetify-labs.esm.js +63 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +63 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +25 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6104 -6104
- package/dist/vuetify.d.ts +89 -86
- package/dist/vuetify.esm.js +25 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +25 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableRow.d.ts +9 -6
- package/lib/components/VDataTable/VDataTableRow.js +18 -3
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableServer.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -4
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +2 -2
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/composables/calendar.js +1 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +35 -3
- package/lib/labs/VDateInput/VDateInput.js +38 -15
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -24,14 +24,6 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VFileUpload": {
|
28
|
-
"from": "labs/VFileUpload",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VFileUploadItem": {
|
32
|
-
"from": "labs/VFileUpload",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VPicker": {
|
36
28
|
"from": "labs/VPicker",
|
37
29
|
"styles": []
|
@@ -64,6 +56,14 @@
|
|
64
56
|
"from": "labs/VTimePicker",
|
65
57
|
"styles": []
|
66
58
|
},
|
59
|
+
"VFileUpload": {
|
60
|
+
"from": "labs/VFileUpload",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VFileUploadItem": {
|
64
|
+
"from": "labs/VFileUpload",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
67
|
"VTreeview": {
|
68
68
|
"from": "labs/VTreeview",
|
69
69
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAlert": {
|
4
|
+
"from": "components/VAlert",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAlertTitle": {
|
8
|
+
"from": "components/VAlert",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
11
|
"VAppBar": {
|
@@ -20,18 +20,34 @@
|
|
20
20
|
"from": "components/VAppBar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VAutocomplete": {
|
24
|
+
"from": "components/VAutocomplete",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
27
|
+
"VApp": {
|
28
|
+
"from": "components/VApp",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VBottomSheet": {
|
36
|
+
"from": "components/VBottomSheet",
|
29
37
|
"styles": []
|
30
38
|
},
|
31
39
|
"VBottomNavigation": {
|
32
40
|
"from": "components/VBottomNavigation",
|
33
41
|
"styles": []
|
34
42
|
},
|
43
|
+
"VBadge": {
|
44
|
+
"from": "components/VBadge",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VBtnGroup": {
|
48
|
+
"from": "components/VBtnGroup",
|
49
|
+
"styles": []
|
50
|
+
},
|
35
51
|
"VBanner": {
|
36
52
|
"from": "components/VBanner",
|
37
53
|
"styles": []
|
@@ -44,16 +60,16 @@
|
|
44
60
|
"from": "components/VBanner",
|
45
61
|
"styles": []
|
46
62
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
63
|
+
"VBtn": {
|
64
|
+
"from": "components/VBtn",
|
49
65
|
"styles": []
|
50
66
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
67
|
+
"VCarousel": {
|
68
|
+
"from": "components/VCarousel",
|
53
69
|
"styles": []
|
54
70
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
71
|
+
"VCarouselItem": {
|
72
|
+
"from": "components/VCarousel",
|
57
73
|
"styles": []
|
58
74
|
},
|
59
75
|
"VBreadcrumbs": {
|
@@ -68,24 +84,20 @@
|
|
68
84
|
"from": "components/VBreadcrumbs",
|
69
85
|
"styles": []
|
70
86
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCarouselItem": {
|
76
|
-
"from": "components/VCarousel",
|
87
|
+
"VBtnToggle": {
|
88
|
+
"from": "components/VBtnToggle",
|
77
89
|
"styles": []
|
78
90
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
91
|
+
"VCheckbox": {
|
92
|
+
"from": "components/VCheckbox",
|
81
93
|
"styles": []
|
82
94
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
95
|
+
"VCheckboxBtn": {
|
96
|
+
"from": "components/VCheckbox",
|
85
97
|
"styles": []
|
86
98
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
99
|
+
"VCode": {
|
100
|
+
"from": "components/VCode",
|
89
101
|
"styles": []
|
90
102
|
},
|
91
103
|
"VCard": {
|
@@ -112,40 +124,28 @@
|
|
112
124
|
"from": "components/VCard",
|
113
125
|
"styles": []
|
114
126
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCheckbox": {
|
120
|
-
"from": "components/VCheckbox",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VCheckboxBtn": {
|
124
|
-
"from": "components/VCheckbox",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VCode": {
|
128
|
-
"from": "components/VCode",
|
127
|
+
"VDialog": {
|
128
|
+
"from": "components/VDialog",
|
129
129
|
"styles": []
|
130
130
|
},
|
131
131
|
"VChipGroup": {
|
132
132
|
"from": "components/VChipGroup",
|
133
133
|
"styles": []
|
134
134
|
},
|
135
|
-
"VColorPicker": {
|
136
|
-
"from": "components/VColorPicker",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
135
|
"VCombobox": {
|
140
136
|
"from": "components/VCombobox",
|
141
137
|
"styles": []
|
142
138
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
139
|
+
"VChip": {
|
140
|
+
"from": "components/VChip",
|
145
141
|
"styles": []
|
146
142
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
143
|
+
"VColorPicker": {
|
144
|
+
"from": "components/VColorPicker",
|
145
|
+
"styles": []
|
146
|
+
},
|
147
|
+
"VDivider": {
|
148
|
+
"from": "components/VDivider",
|
149
149
|
"styles": []
|
150
150
|
},
|
151
151
|
"VDatePicker": {
|
@@ -172,36 +172,20 @@
|
|
172
172
|
"from": "components/VDatePicker",
|
173
173
|
"styles": []
|
174
174
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDataTableHeaders": {
|
180
|
-
"from": "components/VDataTable",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDataTableFooter": {
|
184
|
-
"from": "components/VDataTable",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDataTableRows": {
|
188
|
-
"from": "components/VDataTable",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDataTableRow": {
|
192
|
-
"from": "components/VDataTable",
|
175
|
+
"VEmptyState": {
|
176
|
+
"from": "components/VEmptyState",
|
193
177
|
"styles": []
|
194
178
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
179
|
+
"VCounter": {
|
180
|
+
"from": "components/VCounter",
|
197
181
|
"styles": []
|
198
182
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
183
|
+
"VFab": {
|
184
|
+
"from": "components/VFab",
|
201
185
|
"styles": []
|
202
186
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
187
|
+
"VFooter": {
|
188
|
+
"from": "components/VFooter",
|
205
189
|
"styles": []
|
206
190
|
},
|
207
191
|
"VExpansionPanels": {
|
@@ -220,20 +204,24 @@
|
|
220
204
|
"from": "components/VExpansionPanel",
|
221
205
|
"styles": []
|
222
206
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
207
|
+
"VIcon": {
|
208
|
+
"from": "components/VIcon",
|
225
209
|
"styles": []
|
226
210
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
211
|
+
"VComponentIcon": {
|
212
|
+
"from": "components/VIcon",
|
229
213
|
"styles": []
|
230
214
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
215
|
+
"VSvgIcon": {
|
216
|
+
"from": "components/VIcon",
|
233
217
|
"styles": []
|
234
218
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
219
|
+
"VLigatureIcon": {
|
220
|
+
"from": "components/VIcon",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VClassIcon": {
|
224
|
+
"from": "components/VIcon",
|
237
225
|
"styles": []
|
238
226
|
},
|
239
227
|
"VField": {
|
@@ -244,56 +232,60 @@
|
|
244
232
|
"from": "components/VField",
|
245
233
|
"styles": []
|
246
234
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
235
|
+
"VFileInput": {
|
236
|
+
"from": "components/VFileInput",
|
249
237
|
"styles": []
|
250
238
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
239
|
+
"VImg": {
|
240
|
+
"from": "components/VImg",
|
253
241
|
"styles": []
|
254
242
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
243
|
+
"VInput": {
|
244
|
+
"from": "components/VInput",
|
257
245
|
"styles": []
|
258
246
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
261
249
|
"styles": []
|
262
250
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
251
|
+
"VItemGroup": {
|
252
|
+
"from": "components/VItemGroup",
|
265
253
|
"styles": []
|
266
254
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
255
|
+
"VItem": {
|
256
|
+
"from": "components/VItemGroup",
|
269
257
|
"styles": []
|
270
258
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
259
|
+
"VDataTable": {
|
260
|
+
"from": "components/VDataTable",
|
273
261
|
"styles": []
|
274
262
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
263
|
+
"VDataTableHeaders": {
|
264
|
+
"from": "components/VDataTable",
|
277
265
|
"styles": []
|
278
266
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
267
|
+
"VDataTableFooter": {
|
268
|
+
"from": "components/VDataTable",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
271
|
+
"VDataTableRows": {
|
272
|
+
"from": "components/VDataTable",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
275
|
+
"VDataTableRow": {
|
276
|
+
"from": "components/VDataTable",
|
289
277
|
"styles": []
|
290
278
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
279
|
+
"VDataTableVirtual": {
|
280
|
+
"from": "components/VDataTable",
|
293
281
|
"styles": []
|
294
282
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
283
|
+
"VDataTableServer": {
|
284
|
+
"from": "components/VDataTable",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VKbd": {
|
288
|
+
"from": "components/VKbd",
|
297
289
|
"styles": []
|
298
290
|
},
|
299
291
|
"VList": {
|
@@ -332,58 +324,70 @@
|
|
332
324
|
"from": "components/VList",
|
333
325
|
"styles": []
|
334
326
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel",
|
337
329
|
"styles": []
|
338
330
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
331
|
+
"VMenu": {
|
332
|
+
"from": "components/VMenu",
|
341
333
|
"styles": []
|
342
334
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
335
|
+
"VNumberInput": {
|
336
|
+
"from": "components/VNumberInput",
|
345
337
|
"styles": []
|
346
338
|
},
|
347
339
|
"VMessages": {
|
348
340
|
"from": "components/VMessages",
|
349
341
|
"styles": []
|
350
342
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VPagination": {
|
356
|
-
"from": "components/VPagination",
|
343
|
+
"VNavigationDrawer": {
|
344
|
+
"from": "components/VNavigationDrawer",
|
357
345
|
"styles": []
|
358
346
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
347
|
+
"VMain": {
|
348
|
+
"from": "components/VMain",
|
361
349
|
"styles": []
|
362
350
|
},
|
363
351
|
"VOtpInput": {
|
364
352
|
"from": "components/VOtpInput",
|
365
353
|
"styles": []
|
366
354
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VSelect": {
|
372
|
-
"from": "components/VSelect",
|
355
|
+
"VOverlay": {
|
356
|
+
"from": "components/VOverlay",
|
373
357
|
"styles": []
|
374
358
|
},
|
375
359
|
"VProgressCircular": {
|
376
360
|
"from": "components/VProgressCircular",
|
377
361
|
"styles": []
|
378
362
|
},
|
363
|
+
"VRadioGroup": {
|
364
|
+
"from": "components/VRadioGroup",
|
365
|
+
"styles": []
|
366
|
+
},
|
367
|
+
"VProgressLinear": {
|
368
|
+
"from": "components/VProgressLinear",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VPagination": {
|
372
|
+
"from": "components/VPagination",
|
373
|
+
"styles": []
|
374
|
+
},
|
379
375
|
"VRating": {
|
380
376
|
"from": "components/VRating",
|
381
377
|
"styles": []
|
382
378
|
},
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect",
|
381
|
+
"styles": []
|
382
|
+
},
|
383
383
|
"VSelectionControl": {
|
384
384
|
"from": "components/VSelectionControl",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
+
"VSkeletonLoader": {
|
388
|
+
"from": "components/VSkeletonLoader",
|
389
|
+
"styles": []
|
390
|
+
},
|
387
391
|
"VSelectionControlGroup": {
|
388
392
|
"from": "components/VSelectionControlGroup",
|
389
393
|
"styles": []
|
@@ -392,18 +396,14 @@
|
|
392
396
|
"from": "components/VSheet",
|
393
397
|
"styles": []
|
394
398
|
},
|
395
|
-
"VSlider": {
|
396
|
-
"from": "components/VSlider",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSkeletonLoader": {
|
400
|
-
"from": "components/VSkeletonLoader",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
399
|
"VSnackbar": {
|
404
400
|
"from": "components/VSnackbar",
|
405
401
|
"styles": []
|
406
402
|
},
|
403
|
+
"VSlider": {
|
404
|
+
"from": "components/VSlider",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
407
|
"VStepper": {
|
408
408
|
"from": "components/VStepper",
|
409
409
|
"styles": []
|
@@ -436,6 +436,18 @@
|
|
436
436
|
"from": "components/VSlideGroup",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
+
"VSystemBar": {
|
440
|
+
"from": "components/VSystemBar",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VSwitch": {
|
444
|
+
"from": "components/VSwitch",
|
445
|
+
"styles": []
|
446
|
+
},
|
447
|
+
"VTable": {
|
448
|
+
"from": "components/VTable",
|
449
|
+
"styles": []
|
450
|
+
},
|
439
451
|
"VTab": {
|
440
452
|
"from": "components/VTabs",
|
441
453
|
"styles": []
|
@@ -452,8 +464,8 @@
|
|
452
464
|
"from": "components/VTabs",
|
453
465
|
"styles": []
|
454
466
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
467
|
+
"VTextField": {
|
468
|
+
"from": "components/VTextField",
|
457
469
|
"styles": []
|
458
470
|
},
|
459
471
|
"VTextarea": {
|
@@ -468,18 +480,6 @@
|
|
468
480
|
"from": "components/VTimeline",
|
469
481
|
"styles": []
|
470
482
|
},
|
471
|
-
"VSwitch": {
|
472
|
-
"from": "components/VSwitch",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VTable": {
|
476
|
-
"from": "components/VTable",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTextField": {
|
480
|
-
"from": "components/VTextField",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
483
|
"VTooltip": {
|
484
484
|
"from": "components/VTooltip",
|
485
485
|
"styles": []
|
@@ -536,6 +536,10 @@
|
|
536
536
|
"from": "components/VGrid",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
+
"VHover": {
|
540
|
+
"from": "components/VHover",
|
541
|
+
"styles": []
|
542
|
+
},
|
539
543
|
"VLayout": {
|
540
544
|
"from": "components/VLayout",
|
541
545
|
"styles": []
|
@@ -544,10 +548,6 @@
|
|
544
548
|
"from": "components/VLayout",
|
545
549
|
"styles": []
|
546
550
|
},
|
547
|
-
"VHover": {
|
548
|
-
"from": "components/VHover",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
551
|
"VLazy": {
|
552
552
|
"from": "components/VLazy",
|
553
553
|
"styles": []
|
@@ -560,16 +560,12 @@
|
|
560
560
|
"from": "components/VNoSsr",
|
561
561
|
"styles": []
|
562
562
|
},
|
563
|
-
"VParallax": {
|
564
|
-
"from": "components/VParallax",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
563
|
"VRadio": {
|
568
564
|
"from": "components/VRadio",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
567
|
+
"VParallax": {
|
568
|
+
"from": "components/VParallax",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
571
|
"VResponsive": {
|
@@ -580,14 +576,18 @@
|
|
580
576
|
"from": "components/VSnackbarQueue",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"VSpeedDial": {
|
584
|
-
"from": "components/VSpeedDial",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
579
|
"VSparkline": {
|
588
580
|
"from": "components/VSparkline",
|
589
581
|
"styles": []
|
590
582
|
},
|
583
|
+
"VRangeSlider": {
|
584
|
+
"from": "components/VRangeSlider",
|
585
|
+
"styles": []
|
586
|
+
},
|
587
|
+
"VSpeedDial": {
|
588
|
+
"from": "components/VSpeedDial",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VThemeProvider": {
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|