@vuetify/nightly 3.8.1-master.2025-04-07 → 3.8.1-master.2025-04-08
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 +12 -3
- package/dist/json/attributes.json +2796 -2796
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +5227 -5227
- package/dist/vuetify-labs.cjs +107 -185
- package/dist/vuetify-labs.css +3264 -3264
- package/dist/vuetify-labs.d.ts +57 -55
- package/dist/vuetify-labs.esm.js +107 -185
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -185
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +107 -185
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2167 -2167
- package/dist/vuetify.d.ts +57 -55
- package/dist/vuetify.esm.js +107 -185
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -185
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +277 -263
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.sass +1 -1
- package/lib/composables/calendar.js +2 -2
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/filter.js +2 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -55
- package/lib/framework.js +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/package.json +4 -4
@@ -8,28 +8,28 @@
|
|
8
8
|
"from": "labs/VFileUpload",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "labs/
|
11
|
+
"VPicker": {
|
12
|
+
"from": "labs/VPicker",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "labs/
|
15
|
+
"VPickerTitle": {
|
16
|
+
"from": "labs/VPicker",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "labs/
|
19
|
+
"VIconBtn": {
|
20
|
+
"from": "labs/VIconBtn",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
23
|
+
"VStepperVertical": {
|
24
|
+
"from": "labs/VStepperVertical",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VStepperVerticalItem": {
|
28
|
+
"from": "labs/VStepperVertical",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VStepperVerticalActions": {
|
32
|
+
"from": "labs/VStepperVertical",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
35
|
"VTreeview": {
|
@@ -44,40 +44,40 @@
|
|
44
44
|
"from": "labs/VTreeview",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
47
|
+
"VTimePicker": {
|
48
|
+
"from": "labs/VTimePicker",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
51
|
+
"VTimePickerClock": {
|
52
|
+
"from": "labs/VTimePicker",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
55
|
+
"VTimePickerControls": {
|
56
|
+
"from": "labs/VTimePicker",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
59
|
+
"VCalendar": {
|
60
|
+
"from": "labs/VCalendar",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
63
|
+
"VCalendarDay": {
|
64
|
+
"from": "labs/VCalendar",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
67
|
+
"VCalendarHeader": {
|
68
|
+
"from": "labs/VCalendar",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
71
|
+
"VCalendarInterval": {
|
72
|
+
"from": "labs/VCalendar",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
75
|
+
"VCalendarIntervalEvent": {
|
76
|
+
"from": "labs/VCalendar",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
79
|
+
"VCalendarMonthDay": {
|
80
|
+
"from": "labs/VCalendar",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
83
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -16,6 +16,10 @@
|
|
16
16
|
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
+
"VBadge": {
|
20
|
+
"from": "components/VBadge",
|
21
|
+
"styles": []
|
22
|
+
},
|
19
23
|
"VAlert": {
|
20
24
|
"from": "components/VAlert",
|
21
25
|
"styles": []
|
@@ -24,28 +28,16 @@
|
|
24
28
|
"from": "components/VAlert",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
35
|
"VAvatar": {
|
32
36
|
"from": "components/VAvatar",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBanner": {
|
40
|
-
"from": "components/VBanner",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VBannerActions": {
|
44
|
-
"from": "components/VBanner",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VBannerText": {
|
48
|
-
"from": "components/VBanner",
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
49
41
|
"styles": []
|
50
42
|
},
|
51
43
|
"VBreadcrumbs": {
|
@@ -60,48 +52,40 @@
|
|
60
52
|
"from": "components/VBreadcrumbs",
|
61
53
|
"styles": []
|
62
54
|
},
|
63
|
-
"VBottomNavigation": {
|
64
|
-
"from": "components/VBottomNavigation",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBtnToggle": {
|
68
|
-
"from": "components/VBtnToggle",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
55
|
"VBtn": {
|
72
56
|
"from": "components/VBtn",
|
73
57
|
"styles": []
|
74
58
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
59
|
+
"VBanner": {
|
60
|
+
"from": "components/VBanner",
|
77
61
|
"styles": []
|
78
62
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
63
|
+
"VBannerActions": {
|
64
|
+
"from": "components/VBanner",
|
81
65
|
"styles": []
|
82
66
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
67
|
+
"VBannerText": {
|
68
|
+
"from": "components/VBanner",
|
85
69
|
"styles": []
|
86
70
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
71
|
+
"VBottomSheet": {
|
72
|
+
"from": "components/VBottomSheet",
|
89
73
|
"styles": []
|
90
74
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
93
77
|
"styles": []
|
94
78
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
79
|
+
"VBtnGroup": {
|
80
|
+
"from": "components/VBtnGroup",
|
97
81
|
"styles": []
|
98
82
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel",
|
101
85
|
"styles": []
|
102
86
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel",
|
105
89
|
"styles": []
|
106
90
|
},
|
107
91
|
"VCard": {
|
@@ -132,48 +116,36 @@
|
|
132
116
|
"from": "components/VChipGroup",
|
133
117
|
"styles": []
|
134
118
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VDataTableHeaders": {
|
140
|
-
"from": "components/VDataTable",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDataTableFooter": {
|
144
|
-
"from": "components/VDataTable",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VDataTableRows": {
|
148
|
-
"from": "components/VDataTable",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VDataTableRow": {
|
152
|
-
"from": "components/VDataTable",
|
119
|
+
"VCheckbox": {
|
120
|
+
"from": "components/VCheckbox",
|
153
121
|
"styles": []
|
154
122
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
123
|
+
"VCheckboxBtn": {
|
124
|
+
"from": "components/VCheckbox",
|
157
125
|
"styles": []
|
158
126
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip",
|
161
129
|
"styles": []
|
162
130
|
},
|
163
131
|
"VColorPicker": {
|
164
132
|
"from": "components/VColorPicker",
|
165
133
|
"styles": []
|
166
134
|
},
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
137
|
+
"styles": []
|
138
|
+
},
|
167
139
|
"VCounter": {
|
168
140
|
"from": "components/VCounter",
|
169
141
|
"styles": []
|
170
142
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
143
|
+
"VCombobox": {
|
144
|
+
"from": "components/VCombobox",
|
173
145
|
"styles": []
|
174
146
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
147
|
+
"VDialog": {
|
148
|
+
"from": "components/VDialog",
|
177
149
|
"styles": []
|
178
150
|
},
|
179
151
|
"VDatePicker": {
|
@@ -200,20 +172,44 @@
|
|
200
172
|
"from": "components/VDatePicker",
|
201
173
|
"styles": []
|
202
174
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
175
|
+
"VDivider": {
|
176
|
+
"from": "components/VDivider",
|
205
177
|
"styles": []
|
206
178
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
179
|
+
"VDataTable": {
|
180
|
+
"from": "components/VDataTable",
|
209
181
|
"styles": []
|
210
182
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
183
|
+
"VDataTableHeaders": {
|
184
|
+
"from": "components/VDataTable",
|
213
185
|
"styles": []
|
214
186
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
187
|
+
"VDataTableFooter": {
|
188
|
+
"from": "components/VDataTable",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDataTableRows": {
|
192
|
+
"from": "components/VDataTable",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDataTableRow": {
|
196
|
+
"from": "components/VDataTable",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDataTableVirtual": {
|
200
|
+
"from": "components/VDataTable",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDataTableServer": {
|
204
|
+
"from": "components/VDataTable",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
|
+
"VEmptyState": {
|
212
|
+
"from": "components/VEmptyState",
|
217
213
|
"styles": []
|
218
214
|
},
|
219
215
|
"VField": {
|
@@ -224,6 +220,10 @@
|
|
224
220
|
"from": "components/VField",
|
225
221
|
"styles": []
|
226
222
|
},
|
223
|
+
"VFileInput": {
|
224
|
+
"from": "components/VFileInput",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
227
|
"VExpansionPanels": {
|
228
228
|
"from": "components/VExpansionPanel",
|
229
229
|
"styles": []
|
@@ -240,8 +240,12 @@
|
|
240
240
|
"from": "components/VExpansionPanel",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
245
249
|
"styles": []
|
246
250
|
},
|
247
251
|
"VIcon": {
|
@@ -264,12 +268,12 @@
|
|
264
268
|
"from": "components/VIcon",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
275
|
+
"VKbd": {
|
276
|
+
"from": "components/VKbd",
|
273
277
|
"styles": []
|
274
278
|
},
|
275
279
|
"VItemGroup": {
|
@@ -280,12 +284,12 @@
|
|
280
284
|
"from": "components/VItemGroup",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
287
|
+
"VInput": {
|
288
|
+
"from": "components/VInput",
|
285
289
|
"styles": []
|
286
290
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
291
|
+
"VMain": {
|
292
|
+
"from": "components/VMain",
|
289
293
|
"styles": []
|
290
294
|
},
|
291
295
|
"VList": {
|
@@ -324,48 +328,40 @@
|
|
324
328
|
"from": "components/VList",
|
325
329
|
"styles": []
|
326
330
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain",
|
331
|
+
"VLabel": {
|
332
|
+
"from": "components/VLabel",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
335
|
+
"VMenu": {
|
336
|
+
"from": "components/VMenu",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
339
|
"VNavigationDrawer": {
|
340
340
|
"from": "components/VNavigationDrawer",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
-
"VMenu": {
|
344
|
-
"from": "components/VMenu",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
343
|
"VNumberInput": {
|
348
344
|
"from": "components/VNumberInput",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VMessages": {
|
348
|
+
"from": "components/VMessages",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VOverlay": {
|
356
352
|
"from": "components/VOverlay",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
355
|
+
"VOtpInput": {
|
356
|
+
"from": "components/VOtpInput",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
359
|
"VProgressLinear": {
|
364
360
|
"from": "components/VProgressLinear",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VPagination": {
|
364
|
+
"from": "components/VPagination",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
367
|
"VRadioGroup": {
|
@@ -376,6 +372,10 @@
|
|
376
372
|
"from": "components/VProgressCircular",
|
377
373
|
"styles": []
|
378
374
|
},
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
379
|
"VSelect": {
|
380
380
|
"from": "components/VSelect",
|
381
381
|
"styles": []
|
@@ -384,12 +384,12 @@
|
|
384
384
|
"from": "components/VSelectionControl",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
387
|
+
"VSheet": {
|
388
|
+
"from": "components/VSheet",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
391
|
+
"VSkeletonLoader": {
|
392
|
+
"from": "components/VSkeletonLoader",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
395
|
"VSlideGroup": {
|
@@ -400,8 +400,16 @@
|
|
400
400
|
"from": "components/VSlideGroup",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
403
|
+
"VSelectionControlGroup": {
|
404
|
+
"from": "components/VSelectionControlGroup",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSlider": {
|
408
|
+
"from": "components/VSlider",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
405
413
|
"styles": []
|
406
414
|
},
|
407
415
|
"VStepper": {
|
@@ -428,18 +436,6 @@
|
|
428
436
|
"from": "components/VStepper",
|
429
437
|
"styles": []
|
430
438
|
},
|
431
|
-
"VSnackbar": {
|
432
|
-
"from": "components/VSnackbar",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VSlider": {
|
436
|
-
"from": "components/VSlider",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VTextarea": {
|
440
|
-
"from": "components/VTextarea",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
439
|
"VTab": {
|
444
440
|
"from": "components/VTabs",
|
445
441
|
"styles": []
|
@@ -460,16 +456,24 @@
|
|
460
456
|
"from": "components/VSwitch",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
459
|
+
"VTable": {
|
460
|
+
"from": "components/VTable",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
463
|
"VTextField": {
|
468
464
|
"from": "components/VTextField",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
467
|
+
"VSystemBar": {
|
468
|
+
"from": "components/VSystemBar",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTextarea": {
|
472
|
+
"from": "components/VTextarea",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTooltip": {
|
476
|
+
"from": "components/VTooltip",
|
473
477
|
"styles": []
|
474
478
|
},
|
475
479
|
"VTimeline": {
|
@@ -492,10 +496,6 @@
|
|
492
496
|
"from": "components/VToolbar",
|
493
497
|
"styles": []
|
494
498
|
},
|
495
|
-
"VTooltip": {
|
496
|
-
"from": "components/VTooltip",
|
497
|
-
"styles": []
|
498
|
-
},
|
499
499
|
"VWindow": {
|
500
500
|
"from": "components/VWindow",
|
501
501
|
"styles": []
|
@@ -540,6 +540,10 @@
|
|
540
540
|
"from": "components/VHover",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
|
+
"VLazy": {
|
544
|
+
"from": "components/VLazy",
|
545
|
+
"styles": []
|
546
|
+
},
|
543
547
|
"VLayout": {
|
544
548
|
"from": "components/VLayout",
|
545
549
|
"styles": []
|
@@ -548,10 +552,6 @@
|
|
548
552
|
"from": "components/VLayout",
|
549
553
|
"styles": []
|
550
554
|
},
|
551
|
-
"VLazy": {
|
552
|
-
"from": "components/VLazy",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
555
|
"VLocaleProvider": {
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|