@vuetify/nightly 3.11.8-dev.2026-02-01 → 3.11.8-dev.2026-02-07
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3962 -3918
- package/dist/json/importMap-labs.json +18 -14
- package/dist/json/importMap.json +156 -156
- package/dist/json/tags.json +16 -0
- package/dist/json/web-types.json +7051 -6886
- package/dist/vuetify-labs.cjs +86 -3
- package/dist/vuetify-labs.css +4728 -4680
- package/dist/vuetify-labs.d.ts +350 -55
- package/dist/vuetify-labs.esm.js +86 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +86 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3116 -3116
- package/dist/vuetify.d.ts +55 -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/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VAvatarGroup/VAvatarGroup.css +49 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.d.ts +401 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.js +91 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.js.map +1 -0
- package/lib/labs/VAvatarGroup/VAvatarGroup.scss +79 -0
- package/lib/labs/VAvatarGroup/_variables.scss +6 -0
- package/lib/labs/VAvatarGroup/index.d.ts +1 -0
- package/lib/labs/VAvatarGroup/index.js +2 -0
- package/lib/labs/VAvatarGroup/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/package.json +1 -1
|
@@ -8,24 +8,20 @@
|
|
|
8
8
|
"from": "labs/VCommandPalette",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
11
|
+
"VColorInput": {
|
|
12
|
+
"from": "labs/VColorInput",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "labs/
|
|
15
|
+
"VAvatarGroup": {
|
|
16
|
+
"from": "labs/VAvatarGroup",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VPicker": {
|
|
24
|
-
"from": "labs/VPicker",
|
|
19
|
+
"VFileUpload": {
|
|
20
|
+
"from": "labs/VFileUpload",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
23
|
+
"VFileUploadItem": {
|
|
24
|
+
"from": "labs/VFileUpload",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
27
|
"VPie": {
|
|
@@ -40,8 +36,16 @@
|
|
|
40
36
|
"from": "labs/VPie",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
39
|
+
"VIconBtn": {
|
|
40
|
+
"from": "labs/VIconBtn",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
51
|
"VStepperVertical": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar",
|
|
9
5
|
"styles": []
|
|
@@ -28,6 +24,10 @@
|
|
|
28
24
|
"from": "components/VAutocomplete",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
31
|
"VAvatar": {
|
|
32
32
|
"from": "components/VAvatar",
|
|
33
33
|
"styles": []
|
|
@@ -44,10 +44,6 @@
|
|
|
44
44
|
"from": "components/VBanner",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"VBadge": {
|
|
48
|
-
"from": "components/VBadge",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
47
|
"VBreadcrumbs": {
|
|
52
48
|
"from": "components/VBreadcrumbs",
|
|
53
49
|
"styles": []
|
|
@@ -60,40 +56,28 @@
|
|
|
60
56
|
"from": "components/VBreadcrumbs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"VBottomSheet": {
|
|
64
|
-
"from": "components/VBottomSheet",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
59
|
"VBottomNavigation": {
|
|
68
60
|
"from": "components/VBottomNavigation",
|
|
69
61
|
"styles": []
|
|
70
62
|
},
|
|
63
|
+
"VBottomSheet": {
|
|
64
|
+
"from": "components/VBottomSheet",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
71
67
|
"VBtnToggle": {
|
|
72
68
|
"from": "components/VBtnToggle",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
71
|
+
"VBadge": {
|
|
72
|
+
"from": "components/VBadge",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VBtnGroup": {
|
|
80
76
|
"from": "components/VBtnGroup",
|
|
81
77
|
"styles": []
|
|
82
78
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCarouselItem": {
|
|
88
|
-
"from": "components/VCarousel",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VColorPicker": {
|
|
92
|
-
"from": "components/VColorPicker",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VChip": {
|
|
96
|
-
"from": "components/VChip",
|
|
79
|
+
"VBtn": {
|
|
80
|
+
"from": "components/VBtn",
|
|
97
81
|
"styles": []
|
|
98
82
|
},
|
|
99
83
|
"VCard": {
|
|
@@ -120,16 +104,24 @@
|
|
|
120
104
|
"from": "components/VCard",
|
|
121
105
|
"styles": []
|
|
122
106
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
107
|
+
"VCalendar": {
|
|
108
|
+
"from": "components/VCalendar",
|
|
125
109
|
"styles": []
|
|
126
110
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
111
|
+
"VCarousel": {
|
|
112
|
+
"from": "components/VCarousel",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
115
|
+
"VCarouselItem": {
|
|
116
|
+
"from": "components/VCarousel",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
119
|
+
"VCode": {
|
|
120
|
+
"from": "components/VCode",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
127
|
"VDataTable": {
|
|
@@ -160,16 +152,36 @@
|
|
|
160
152
|
"from": "components/VDataTable",
|
|
161
153
|
"styles": []
|
|
162
154
|
},
|
|
163
|
-
"VCalendar": {
|
|
164
|
-
"from": "components/VCalendar",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
155
|
"VChipGroup": {
|
|
168
156
|
"from": "components/VChipGroup",
|
|
169
157
|
"styles": []
|
|
170
158
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
159
|
+
"VChip": {
|
|
160
|
+
"from": "components/VChip",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VCounter": {
|
|
164
|
+
"from": "components/VCounter",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VCombobox": {
|
|
168
|
+
"from": "components/VCombobox",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VEmptyState": {
|
|
172
|
+
"from": "components/VEmptyState",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VCheckbox": {
|
|
176
|
+
"from": "components/VCheckbox",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VCheckboxBtn": {
|
|
180
|
+
"from": "components/VCheckbox",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VFab": {
|
|
184
|
+
"from": "components/VFab",
|
|
173
185
|
"styles": []
|
|
174
186
|
},
|
|
175
187
|
"VDatePicker": {
|
|
@@ -196,8 +208,8 @@
|
|
|
196
208
|
"from": "components/VDatePicker",
|
|
197
209
|
"styles": []
|
|
198
210
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
211
|
+
"VDivider": {
|
|
212
|
+
"from": "components/VDivider",
|
|
201
213
|
"styles": []
|
|
202
214
|
},
|
|
203
215
|
"VDialog": {
|
|
@@ -220,20 +232,12 @@
|
|
|
220
232
|
"from": "components/VExpansionPanel",
|
|
221
233
|
"styles": []
|
|
222
234
|
},
|
|
223
|
-
"VDivider": {
|
|
224
|
-
"from": "components/VDivider",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VEmptyState": {
|
|
228
|
-
"from": "components/VEmptyState",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
235
|
"VFileInput": {
|
|
232
236
|
"from": "components/VFileInput",
|
|
233
237
|
"styles": []
|
|
234
238
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
239
|
+
"VHotkey": {
|
|
240
|
+
"from": "components/VHotkey",
|
|
237
241
|
"styles": []
|
|
238
242
|
},
|
|
239
243
|
"VField": {
|
|
@@ -244,20 +248,16 @@
|
|
|
244
248
|
"from": "components/VField",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
251
|
+
"VFooter": {
|
|
252
|
+
"from": "components/VFooter",
|
|
249
253
|
"styles": []
|
|
250
254
|
},
|
|
251
255
|
"VInfiniteScroll": {
|
|
252
256
|
"from": "components/VInfiniteScroll",
|
|
253
257
|
"styles": []
|
|
254
258
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VImg": {
|
|
260
|
-
"from": "components/VImg",
|
|
259
|
+
"VInput": {
|
|
260
|
+
"from": "components/VInput",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
263
|
"VIcon": {
|
|
@@ -284,10 +284,6 @@
|
|
|
284
284
|
"from": "components/VKbd",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
|
-
"VInput": {
|
|
288
|
-
"from": "components/VInput",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
287
|
"VItemGroup": {
|
|
292
288
|
"from": "components/VItemGroup",
|
|
293
289
|
"styles": []
|
|
@@ -296,6 +292,14 @@
|
|
|
296
292
|
"from": "components/VItemGroup",
|
|
297
293
|
"styles": []
|
|
298
294
|
},
|
|
295
|
+
"VImg": {
|
|
296
|
+
"from": "components/VImg",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
299
|
+
"VMain": {
|
|
300
|
+
"from": "components/VMain",
|
|
301
|
+
"styles": []
|
|
302
|
+
},
|
|
299
303
|
"VLabel": {
|
|
300
304
|
"from": "components/VLabel",
|
|
301
305
|
"styles": []
|
|
@@ -336,68 +340,68 @@
|
|
|
336
340
|
"from": "components/VList",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VNavigationDrawer": {
|
|
344
|
+
"from": "components/VNavigationDrawer",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
351
|
+
"VMenu": {
|
|
352
|
+
"from": "components/VMenu",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
355
|
"VMessages": {
|
|
352
356
|
"from": "components/VMessages",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
|
-
"VPagination": {
|
|
356
|
-
"from": "components/VPagination",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
359
|
"VNumberInput": {
|
|
360
360
|
"from": "components/VNumberInput",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"VOtpInput": {
|
|
364
|
-
"from": "components/VOtpInput",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
363
|
"VOverlay": {
|
|
368
364
|
"from": "components/VOverlay",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
367
|
+
"VRadioGroup": {
|
|
368
|
+
"from": "components/VRadioGroup",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
|
+
"VPagination": {
|
|
372
|
+
"from": "components/VPagination",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
375
|
"VProgressCircular": {
|
|
376
376
|
"from": "components/VProgressCircular",
|
|
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
|
+
"VSelectionControl": {
|
|
384
|
+
"from": "components/VSelectionControl",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
387
|
+
"VProgressLinear": {
|
|
388
|
+
"from": "components/VProgressLinear",
|
|
385
389
|
"styles": []
|
|
386
390
|
},
|
|
387
391
|
"VSelect": {
|
|
388
392
|
"from": "components/VSelect",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
395
|
+
"VSkeletonLoader": {
|
|
396
|
+
"from": "components/VSkeletonLoader",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
399
|
+
"VSelectionControlGroup": {
|
|
400
|
+
"from": "components/VSelectionControlGroup",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
403
|
+
"VSheet": {
|
|
404
|
+
"from": "components/VSheet",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
407
|
"VSlideGroup": {
|
|
@@ -408,12 +412,36 @@
|
|
|
408
412
|
"from": "components/VSlideGroup",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
415
|
+
"VSlider": {
|
|
416
|
+
"from": "components/VSlider",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
411
419
|
"VSnackbar": {
|
|
412
420
|
"from": "components/VSnackbar",
|
|
413
421
|
"styles": []
|
|
414
422
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
423
|
+
"VStepper": {
|
|
424
|
+
"from": "components/VStepper",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VStepperActions": {
|
|
428
|
+
"from": "components/VStepper",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VStepperHeader": {
|
|
432
|
+
"from": "components/VStepper",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VStepperItem": {
|
|
436
|
+
"from": "components/VStepper",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VStepperWindow": {
|
|
440
|
+
"from": "components/VStepper",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
443
|
+
"VStepperWindowItem": {
|
|
444
|
+
"from": "components/VStepper",
|
|
417
445
|
"styles": []
|
|
418
446
|
},
|
|
419
447
|
"VSwitch": {
|
|
@@ -424,10 +452,6 @@
|
|
|
424
452
|
"from": "components/VSystemBar",
|
|
425
453
|
"styles": []
|
|
426
454
|
},
|
|
427
|
-
"VSkeletonLoader": {
|
|
428
|
-
"from": "components/VSkeletonLoader",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
455
|
"VTab": {
|
|
432
456
|
"from": "components/VTabs",
|
|
433
457
|
"styles": []
|
|
@@ -444,36 +468,28 @@
|
|
|
444
468
|
"from": "components/VTabs",
|
|
445
469
|
"styles": []
|
|
446
470
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VStepper": {
|
|
452
|
-
"from": "components/VStepper",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VStepperActions": {
|
|
456
|
-
"from": "components/VStepper",
|
|
471
|
+
"VTextarea": {
|
|
472
|
+
"from": "components/VTextarea",
|
|
457
473
|
"styles": []
|
|
458
474
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
475
|
+
"VTable": {
|
|
476
|
+
"from": "components/VTable",
|
|
461
477
|
"styles": []
|
|
462
478
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
479
|
+
"VTextField": {
|
|
480
|
+
"from": "components/VTextField",
|
|
465
481
|
"styles": []
|
|
466
482
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
483
|
+
"VTooltip": {
|
|
484
|
+
"from": "components/VTooltip",
|
|
469
485
|
"styles": []
|
|
470
486
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
487
|
+
"VTimeline": {
|
|
488
|
+
"from": "components/VTimeline",
|
|
473
489
|
"styles": []
|
|
474
490
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
491
|
+
"VTimelineItem": {
|
|
492
|
+
"from": "components/VTimeline",
|
|
477
493
|
"styles": []
|
|
478
494
|
},
|
|
479
495
|
"VToolbar": {
|
|
@@ -488,18 +504,6 @@
|
|
|
488
504
|
"from": "components/VToolbar",
|
|
489
505
|
"styles": []
|
|
490
506
|
},
|
|
491
|
-
"VTextField": {
|
|
492
|
-
"from": "components/VTextField",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
|
-
"VTimeline": {
|
|
496
|
-
"from": "components/VTimeline",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTimelineItem": {
|
|
500
|
-
"from": "components/VTimeline",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
507
|
"VTimePicker": {
|
|
504
508
|
"from": "components/VTimePicker",
|
|
505
509
|
"styles": []
|
|
@@ -524,10 +528,6 @@
|
|
|
524
528
|
"from": "components/VTreeview",
|
|
525
529
|
"styles": []
|
|
526
530
|
},
|
|
527
|
-
"VTooltip": {
|
|
528
|
-
"from": "components/VTooltip",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
531
|
"VWindow": {
|
|
532
532
|
"from": "components/VWindow",
|
|
533
533
|
"styles": []
|
|
@@ -540,16 +540,12 @@
|
|
|
540
540
|
"from": "components/VDataIterator",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
-
"VConfirmEdit": {
|
|
544
|
-
"from": "components/VConfirmEdit",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
543
|
"VDefaultsProvider": {
|
|
548
544
|
"from": "components/VDefaultsProvider",
|
|
549
545
|
"styles": []
|
|
550
546
|
},
|
|
551
|
-
"
|
|
552
|
-
"from": "components/
|
|
547
|
+
"VConfirmEdit": {
|
|
548
|
+
"from": "components/VConfirmEdit",
|
|
553
549
|
"styles": []
|
|
554
550
|
},
|
|
555
551
|
"VContainer": {
|
|
@@ -568,16 +564,12 @@
|
|
|
568
564
|
"from": "components/VGrid",
|
|
569
565
|
"styles": []
|
|
570
566
|
},
|
|
571
|
-
"
|
|
572
|
-
"from": "components/
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
|
-
"VLazy": {
|
|
576
|
-
"from": "components/VLazy",
|
|
567
|
+
"VForm": {
|
|
568
|
+
"from": "components/VForm",
|
|
577
569
|
"styles": []
|
|
578
570
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
571
|
+
"VHover": {
|
|
572
|
+
"from": "components/VHover",
|
|
581
573
|
"styles": []
|
|
582
574
|
},
|
|
583
575
|
"VLayout": {
|
|
@@ -588,6 +580,14 @@
|
|
|
588
580
|
"from": "components/VLayout",
|
|
589
581
|
"styles": []
|
|
590
582
|
},
|
|
583
|
+
"VLazy": {
|
|
584
|
+
"from": "components/VLazy",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
587
|
+
"VNoSsr": {
|
|
588
|
+
"from": "components/VNoSsr",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
591
591
|
"VLocaleProvider": {
|
|
592
592
|
"from": "components/VLocaleProvider",
|
|
593
593
|
"styles": []
|
|
@@ -596,14 +596,14 @@
|
|
|
596
596
|
"from": "components/VParallax",
|
|
597
597
|
"styles": []
|
|
598
598
|
},
|
|
599
|
-
"VRangeSlider": {
|
|
600
|
-
"from": "components/VRangeSlider",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
599
|
"VRadio": {
|
|
604
600
|
"from": "components/VRadio",
|
|
605
601
|
"styles": []
|
|
606
602
|
},
|
|
603
|
+
"VRangeSlider": {
|
|
604
|
+
"from": "components/VRangeSlider",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
607
607
|
"VResponsive": {
|
|
608
608
|
"from": "components/VResponsive",
|
|
609
609
|
"styles": []
|
|
@@ -620,16 +620,12 @@
|
|
|
620
620
|
"from": "components/VSpeedDial",
|
|
621
621
|
"styles": []
|
|
622
622
|
},
|
|
623
|
-
"VValidation": {
|
|
624
|
-
"from": "components/VValidation",
|
|
625
|
-
"styles": []
|
|
626
|
-
},
|
|
627
623
|
"VThemeProvider": {
|
|
628
624
|
"from": "components/VThemeProvider",
|
|
629
625
|
"styles": []
|
|
630
626
|
},
|
|
631
|
-
"
|
|
632
|
-
"from": "components/
|
|
627
|
+
"VValidation": {
|
|
628
|
+
"from": "components/VValidation",
|
|
633
629
|
"styles": []
|
|
634
630
|
},
|
|
635
631
|
"VFabTransition": {
|
|
@@ -695,6 +691,10 @@
|
|
|
695
691
|
"VDialogTransition": {
|
|
696
692
|
"from": "components/transitions",
|
|
697
693
|
"styles": []
|
|
694
|
+
},
|
|
695
|
+
"VVirtualScroll": {
|
|
696
|
+
"from": "components/VVirtualScroll",
|
|
697
|
+
"styles": []
|
|
698
698
|
}
|
|
699
699
|
},
|
|
700
700
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -239,6 +239,22 @@
|
|
|
239
239
|
],
|
|
240
240
|
"description": ""
|
|
241
241
|
},
|
|
242
|
+
"VAvatarGroup": {
|
|
243
|
+
"attributes": [
|
|
244
|
+
"border",
|
|
245
|
+
"gap",
|
|
246
|
+
"hoverable",
|
|
247
|
+
"item-props",
|
|
248
|
+
"items",
|
|
249
|
+
"limit",
|
|
250
|
+
"overflow-text",
|
|
251
|
+
"reverse",
|
|
252
|
+
"size",
|
|
253
|
+
"tag",
|
|
254
|
+
"vertical"
|
|
255
|
+
],
|
|
256
|
+
"description": ""
|
|
257
|
+
},
|
|
242
258
|
"VBadge": {
|
|
243
259
|
"attributes": [
|
|
244
260
|
"bordered",
|