@vuetify/nightly 3.8.3-master.2025-04-29 → 3.8.3-master.2025-05-01
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 +24 -3
- package/dist/json/attributes.json +1686 -1682
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3486 -3476
- package/dist/vuetify-labs.cjs +47 -24
- package/dist/vuetify-labs.css +3884 -3888
- package/dist/vuetify-labs.d.ts +4043 -859
- package/dist/vuetify-labs.esm.js +47 -24
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +47 -24
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +20 -17
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2938 -2942
- package/dist/vuetify.d.ts +4021 -857
- package/dist/vuetify.esm.js +20 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +20 -17
- 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/VAutocomplete/VAutocomplete.d.ts +792 -74
- package/lib/components/VBadge/VBadge.d.ts +22 -46
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
- package/lib/components/VCombobox/VCombobox.d.ts +792 -74
- package/lib/components/VCounter/VCounter.d.ts +22 -46
- package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
- package/lib/components/VDataTable/composables/select.js +1 -1
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VDialog/VDialog.d.ts +1048 -146
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VFab/VFab.d.ts +22 -46
- package/lib/components/VImg/VImg.d.ts +22 -49
- package/lib/components/VLazy/VLazy.d.ts +22 -46
- package/lib/components/VMenu/VMenu.d.ts +1048 -146
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.d.ts +22 -46
- package/lib/components/VOverlay/VOverlay.d.ts +22 -49
- package/lib/components/VSelect/VSelect.d.ts +1232 -90
- package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +22 -46
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
- package/lib/components/VTable/VTable.css +2 -6
- package/lib/components/VTable/VTable.sass +4 -22
- package/lib/components/VTooltip/VTooltip.d.ts +58 -109
- package/lib/components/VTooltip/VTooltip.js +2 -2
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/composables/transition.d.ts +10 -20
- package/lib/composables/transition.js +15 -12
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +93 -132
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +41 -4
- package/lib/labs/VDateInput/VDateInput.js +27 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +1 -1
@@ -1,17 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VIconBtn": {
|
4
|
-
"from": "labs/VIconBtn",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUpload": {
|
8
|
-
"from": "labs/VFileUpload",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VFileUploadItem": {
|
12
|
-
"from": "labs/VFileUpload",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VCalendar": {
|
16
4
|
"from": "labs/VCalendar",
|
17
5
|
"styles": []
|
@@ -36,6 +24,18 @@
|
|
36
24
|
"from": "labs/VCalendar",
|
37
25
|
"styles": []
|
38
26
|
},
|
27
|
+
"VFileUpload": {
|
28
|
+
"from": "labs/VFileUpload",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VFileUploadItem": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
39
|
"VPicker": {
|
40
40
|
"from": "labs/VPicker",
|
41
41
|
"styles": []
|
@@ -56,18 +56,6 @@
|
|
56
56
|
"from": "labs/VStepperVertical",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
|
-
"VTimePicker": {
|
60
|
-
"from": "labs/VTimePicker",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VTimePickerClock": {
|
64
|
-
"from": "labs/VTimePicker",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VTimePickerControls": {
|
68
|
-
"from": "labs/VTimePicker",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
59
|
"VTreeview": {
|
72
60
|
"from": "labs/VTreeview",
|
73
61
|
"styles": []
|
@@ -80,6 +68,18 @@
|
|
80
68
|
"from": "labs/VTreeview",
|
81
69
|
"styles": []
|
82
70
|
},
|
71
|
+
"VTimePicker": {
|
72
|
+
"from": "labs/VTimePicker",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VTimePickerClock": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VTimePickerControls": {
|
80
|
+
"from": "labs/VTimePicker",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
83
|
"VPullToRefresh": {
|
84
84
|
"from": "labs/VPullToRefresh",
|
85
85
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,39 +1,39 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAppBarNavIcon": {
|
8
|
-
"from": "components/VAppBar",
|
3
|
+
"VAlert": {
|
4
|
+
"from": "components/VAlert",
|
9
5
|
"styles": []
|
10
6
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
7
|
+
"VAlertTitle": {
|
8
|
+
"from": "components/VAlert",
|
13
9
|
"styles": []
|
14
10
|
},
|
15
11
|
"VAutocomplete": {
|
16
12
|
"from": "components/VAutocomplete",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
15
|
+
"VAppBar": {
|
16
|
+
"from": "components/VAppBar",
|
21
17
|
"styles": []
|
22
18
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
19
|
+
"VAppBarNavIcon": {
|
20
|
+
"from": "components/VAppBar",
|
25
21
|
"styles": []
|
26
22
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
23
|
+
"VAppBarTitle": {
|
24
|
+
"from": "components/VAppBar",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VAvatar": {
|
28
|
+
"from": "components/VAvatar",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
31
|
"VBadge": {
|
32
32
|
"from": "components/VBadge",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
35
|
+
"VBottomSheet": {
|
36
|
+
"from": "components/VBottomSheet",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
39
|
"VBanner": {
|
@@ -48,6 +48,14 @@
|
|
48
48
|
"from": "components/VBanner",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
+
"VBtnToggle": {
|
52
|
+
"from": "components/VBtnToggle",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBtn": {
|
56
|
+
"from": "components/VBtn",
|
57
|
+
"styles": []
|
58
|
+
},
|
51
59
|
"VBreadcrumbs": {
|
52
60
|
"from": "components/VBreadcrumbs",
|
53
61
|
"styles": []
|
@@ -60,8 +68,24 @@
|
|
60
68
|
"from": "components/VBreadcrumbs",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
71
|
+
"VApp": {
|
72
|
+
"from": "components/VApp",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBottomNavigation": {
|
76
|
+
"from": "components/VBottomNavigation",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VBtnGroup": {
|
80
|
+
"from": "components/VBtnGroup",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel",
|
65
89
|
"styles": []
|
66
90
|
},
|
67
91
|
"VCard": {
|
@@ -88,24 +112,8 @@
|
|
88
112
|
"from": "components/VCard",
|
89
113
|
"styles": []
|
90
114
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VBtnToggle": {
|
96
|
-
"from": "components/VBtnToggle",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VBtn": {
|
100
|
-
"from": "components/VBtn",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
|
-
"VCarousel": {
|
104
|
-
"from": "components/VCarousel",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel",
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
119
|
"VCheckbox": {
|
@@ -120,22 +128,6 @@
|
|
120
128
|
"from": "components/VColorPicker",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"VChip": {
|
124
|
-
"from": "components/VChip",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VCombobox": {
|
128
|
-
"from": "components/VCombobox",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VCode": {
|
132
|
-
"from": "components/VCode",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VCounter": {
|
136
|
-
"from": "components/VCounter",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
131
|
"VChipGroup": {
|
140
132
|
"from": "components/VChipGroup",
|
141
133
|
"styles": []
|
@@ -168,8 +160,16 @@
|
|
168
160
|
"from": "components/VDataTable",
|
169
161
|
"styles": []
|
170
162
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
163
|
+
"VCombobox": {
|
164
|
+
"from": "components/VCombobox",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VCode": {
|
168
|
+
"from": "components/VCode",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter",
|
173
173
|
"styles": []
|
174
174
|
},
|
175
175
|
"VDatePicker": {
|
@@ -204,10 +204,6 @@
|
|
204
204
|
"from": "components/VEmptyState",
|
205
205
|
"styles": []
|
206
206
|
},
|
207
|
-
"VFab": {
|
208
|
-
"from": "components/VFab",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
207
|
"VExpansionPanels": {
|
212
208
|
"from": "components/VExpansionPanel",
|
213
209
|
"styles": []
|
@@ -224,10 +220,22 @@
|
|
224
220
|
"from": "components/VExpansionPanel",
|
225
221
|
"styles": []
|
226
222
|
},
|
223
|
+
"VFab": {
|
224
|
+
"from": "components/VFab",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VFileInput": {
|
228
|
+
"from": "components/VFileInput",
|
229
|
+
"styles": []
|
230
|
+
},
|
227
231
|
"VFooter": {
|
228
232
|
"from": "components/VFooter",
|
229
233
|
"styles": []
|
230
234
|
},
|
235
|
+
"VDivider": {
|
236
|
+
"from": "components/VDivider",
|
237
|
+
"styles": []
|
238
|
+
},
|
231
239
|
"VField": {
|
232
240
|
"from": "components/VField",
|
233
241
|
"styles": []
|
@@ -236,10 +244,6 @@
|
|
236
244
|
"from": "components/VField",
|
237
245
|
"styles": []
|
238
246
|
},
|
239
|
-
"VFileInput": {
|
240
|
-
"from": "components/VFileInput",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
247
|
"VIcon": {
|
244
248
|
"from": "components/VIcon",
|
245
249
|
"styles": []
|
@@ -268,12 +272,16 @@
|
|
268
272
|
"from": "components/VInput",
|
269
273
|
"styles": []
|
270
274
|
},
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll",
|
277
|
+
"styles": []
|
278
|
+
},
|
271
279
|
"VKbd": {
|
272
280
|
"from": "components/VKbd",
|
273
281
|
"styles": []
|
274
282
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
283
|
+
"VLabel": {
|
284
|
+
"from": "components/VLabel",
|
277
285
|
"styles": []
|
278
286
|
},
|
279
287
|
"VList": {
|
@@ -320,60 +328,56 @@
|
|
320
328
|
"from": "components/VItemGroup",
|
321
329
|
"styles": []
|
322
330
|
},
|
323
|
-
"VLabel": {
|
324
|
-
"from": "components/VLabel",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
331
|
"VMenu": {
|
328
332
|
"from": "components/VMenu",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
339
|
"VNumberInput": {
|
336
340
|
"from": "components/VNumberInput",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
341
|
-
"styles": []
|
342
|
-
},
|
343
|
-
"VPagination": {
|
344
|
-
"from": "components/VPagination",
|
343
|
+
"VMessages": {
|
344
|
+
"from": "components/VMessages",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
347
|
"VOtpInput": {
|
348
348
|
"from": "components/VOtpInput",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
351
|
+
"VNavigationDrawer": {
|
352
|
+
"from": "components/VNavigationDrawer",
|
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
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
363
|
+
"VProgressCircular": {
|
364
|
+
"from": "components/VProgressCircular",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
367
|
"VSelect": {
|
368
368
|
"from": "components/VSelect",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating",
|
373
|
+
"styles": []
|
374
|
+
},
|
371
375
|
"VRadioGroup": {
|
372
376
|
"from": "components/VRadioGroup",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
379
|
+
"VProgressLinear": {
|
380
|
+
"from": "components/VProgressLinear",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
383
|
"VSlideGroup": {
|
@@ -384,34 +388,34 @@
|
|
384
388
|
"from": "components/VSlideGroup",
|
385
389
|
"styles": []
|
386
390
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
391
|
+
"VSelectionControl": {
|
392
|
+
"from": "components/VSelectionControl",
|
389
393
|
"styles": []
|
390
394
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
395
|
+
"VSnackbar": {
|
396
|
+
"from": "components/VSnackbar",
|
393
397
|
"styles": []
|
394
398
|
},
|
395
399
|
"VSkeletonLoader": {
|
396
400
|
"from": "components/VSkeletonLoader",
|
397
401
|
"styles": []
|
398
402
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
403
|
+
"VSelectionControlGroup": {
|
404
|
+
"from": "components/VSelectionControlGroup",
|
401
405
|
"styles": []
|
402
406
|
},
|
403
407
|
"VSlider": {
|
404
408
|
"from": "components/VSlider",
|
405
409
|
"styles": []
|
406
410
|
},
|
407
|
-
"VSystemBar": {
|
408
|
-
"from": "components/VSystemBar",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
411
|
"VSwitch": {
|
412
412
|
"from": "components/VSwitch",
|
413
413
|
"styles": []
|
414
414
|
},
|
415
|
+
"VSystemBar": {
|
416
|
+
"from": "components/VSystemBar",
|
417
|
+
"styles": []
|
418
|
+
},
|
415
419
|
"VStepper": {
|
416
420
|
"from": "components/VStepper",
|
417
421
|
"styles": []
|
@@ -436,10 +440,6 @@
|
|
436
440
|
"from": "components/VStepper",
|
437
441
|
"styles": []
|
438
442
|
},
|
439
|
-
"VTable": {
|
440
|
-
"from": "components/VTable",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
443
|
"VTab": {
|
444
444
|
"from": "components/VTabs",
|
445
445
|
"styles": []
|
@@ -456,16 +456,12 @@
|
|
456
456
|
"from": "components/VTabs",
|
457
457
|
"styles": []
|
458
458
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VTooltip": {
|
464
|
-
"from": "components/VTooltip",
|
459
|
+
"VTable": {
|
460
|
+
"from": "components/VTable",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
463
|
+
"VTextarea": {
|
464
|
+
"from": "components/VTextarea",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
467
|
"VToolbar": {
|
@@ -480,6 +476,14 @@
|
|
480
476
|
"from": "components/VToolbar",
|
481
477
|
"styles": []
|
482
478
|
},
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip",
|
481
|
+
"styles": []
|
482
|
+
},
|
483
|
+
"VTextField": {
|
484
|
+
"from": "components/VTextField",
|
485
|
+
"styles": []
|
486
|
+
},
|
483
487
|
"VTimeline": {
|
484
488
|
"from": "components/VTimeline",
|
485
489
|
"styles": []
|
@@ -496,22 +500,14 @@
|
|
496
500
|
"from": "components/VWindow",
|
497
501
|
"styles": []
|
498
502
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VNavigationDrawer": {
|
504
|
-
"from": "components/VNavigationDrawer",
|
503
|
+
"VConfirmEdit": {
|
504
|
+
"from": "components/VConfirmEdit",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VDataIterator": {
|
508
508
|
"from": "components/VDataIterator",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
-
"VConfirmEdit": {
|
512
|
-
"from": "components/VConfirmEdit",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
511
|
"VDefaultsProvider": {
|
516
512
|
"from": "components/VDefaultsProvider",
|
517
513
|
"styles": []
|
@@ -548,38 +544,42 @@
|
|
548
544
|
"from": "components/VLayout",
|
549
545
|
"styles": []
|
550
546
|
},
|
551
|
-
"VLazy": {
|
552
|
-
"from": "components/VLazy",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
547
|
"VLocaleProvider": {
|
556
548
|
"from": "components/VLocaleProvider",
|
557
549
|
"styles": []
|
558
550
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
551
|
+
"VLazy": {
|
552
|
+
"from": "components/VLazy",
|
561
553
|
"styles": []
|
562
554
|
},
|
563
555
|
"VNoSsr": {
|
564
556
|
"from": "components/VNoSsr",
|
565
557
|
"styles": []
|
566
558
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
559
|
+
"VParallax": {
|
560
|
+
"from": "components/VParallax",
|
569
561
|
"styles": []
|
570
562
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
563
|
+
"VRadio": {
|
564
|
+
"from": "components/VRadio",
|
573
565
|
"styles": []
|
574
566
|
},
|
575
567
|
"VResponsive": {
|
576
568
|
"from": "components/VResponsive",
|
577
569
|
"styles": []
|
578
570
|
},
|
571
|
+
"VRangeSlider": {
|
572
|
+
"from": "components/VRangeSlider",
|
573
|
+
"styles": []
|
574
|
+
},
|
579
575
|
"VSnackbarQueue": {
|
580
576
|
"from": "components/VSnackbarQueue",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VSheet": {
|
580
|
+
"from": "components/VSheet",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VSparkline": {
|
584
584
|
"from": "components/VSparkline",
|
585
585
|
"styles": []
|