@vuetify/nightly 3.8.11-master.2025-06-30 → 3.8.12-master.2025-07-02
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 +3 -20
- package/dist/json/attributes.json +2770 -2770
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +5060 -5060
- package/dist/vuetify-labs.cjs +34 -37
- package/dist/vuetify-labs.css +4720 -4720
- package/dist/vuetify-labs.d.ts +50 -50
- package/dist/vuetify-labs.esm.js +34 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +34 -37
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +26 -29
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2906 -2906
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +26 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +26 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +28 -28
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -14
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js +6 -10
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +50 -50
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +8 -8
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/package.json +1 -1
@@ -1,25 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VPicker": {
|
4
|
-
"from": "labs/VPicker",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VPickerTitle": {
|
8
|
-
"from": "labs/VPicker",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
3
|
"VColorInput": {
|
12
4
|
"from": "labs/VColorInput",
|
13
5
|
"styles": []
|
14
6
|
},
|
15
|
-
"VFileUpload": {
|
16
|
-
"from": "labs/VFileUpload",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VFileUploadItem": {
|
20
|
-
"from": "labs/VFileUpload",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
7
|
"VCalendar": {
|
24
8
|
"from": "labs/VCalendar",
|
25
9
|
"styles": []
|
@@ -44,6 +28,14 @@
|
|
44
28
|
"from": "labs/VCalendar",
|
45
29
|
"styles": []
|
46
30
|
},
|
31
|
+
"VPicker": {
|
32
|
+
"from": "labs/VPicker",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VPickerTitle": {
|
36
|
+
"from": "labs/VPicker",
|
37
|
+
"styles": []
|
38
|
+
},
|
47
39
|
"VStepperVertical": {
|
48
40
|
"from": "labs/VStepperVertical",
|
49
41
|
"styles": []
|
@@ -56,16 +48,12 @@
|
|
56
48
|
"from": "labs/VStepperVertical",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VTreeviewItem": {
|
64
|
-
"from": "labs/VTreeview",
|
51
|
+
"VFileUpload": {
|
52
|
+
"from": "labs/VFileUpload",
|
65
53
|
"styles": []
|
66
54
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
55
|
+
"VFileUploadItem": {
|
56
|
+
"from": "labs/VFileUpload",
|
69
57
|
"styles": []
|
70
58
|
},
|
71
59
|
"VTimePicker": {
|
@@ -80,8 +68,16 @@
|
|
80
68
|
"from": "labs/VTimePicker",
|
81
69
|
"styles": []
|
82
70
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
71
|
+
"VTreeview": {
|
72
|
+
"from": "labs/VTreeview",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VTreeviewItem": {
|
76
|
+
"from": "labs/VTreeview",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VTreeviewGroup": {
|
80
|
+
"from": "labs/VTreeview",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
83
|
"VDateInput": {
|
@@ -91,6 +87,10 @@
|
|
91
87
|
"VPullToRefresh": {
|
92
88
|
"from": "labs/VPullToRefresh",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VIconBtn": {
|
92
|
+
"from": "labs/VIconBtn",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,10 +4,6 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VAutocomplete": {
|
8
|
-
"from": "components/VAutocomplete",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
7
|
"VAppBar": {
|
12
8
|
"from": "components/VAppBar",
|
13
9
|
"styles": []
|
@@ -20,6 +16,10 @@
|
|
20
16
|
"from": "components/VAppBar",
|
21
17
|
"styles": []
|
22
18
|
},
|
19
|
+
"VBadge": {
|
20
|
+
"from": "components/VBadge",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
23
|
"VAlert": {
|
24
24
|
"from": "components/VAlert",
|
25
25
|
"styles": []
|
@@ -32,6 +32,14 @@
|
|
32
32
|
"from": "components/VAvatar",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
+
"VAutocomplete": {
|
36
|
+
"from": "components/VAutocomplete",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
41
|
+
"styles": []
|
42
|
+
},
|
35
43
|
"VBanner": {
|
36
44
|
"from": "components/VBanner",
|
37
45
|
"styles": []
|
@@ -44,12 +52,12 @@
|
|
44
52
|
"from": "components/VBanner",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
55
|
+
"VBtn": {
|
56
|
+
"from": "components/VBtn",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
59
|
+
"VBottomSheet": {
|
60
|
+
"from": "components/VBottomSheet",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
63
|
"VBreadcrumbs": {
|
@@ -64,30 +72,6 @@
|
|
64
72
|
"from": "components/VBreadcrumbs",
|
65
73
|
"styles": []
|
66
74
|
},
|
67
|
-
"VBtn": {
|
68
|
-
"from": "components/VBtn",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBtnGroup": {
|
72
|
-
"from": "components/VBtnGroup",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VBtnToggle": {
|
76
|
-
"from": "components/VBtnToggle",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VBottomSheet": {
|
80
|
-
"from": "components/VBottomSheet",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCheckbox": {
|
84
|
-
"from": "components/VCheckbox",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCheckboxBtn": {
|
88
|
-
"from": "components/VCheckbox",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
75
|
"VCard": {
|
92
76
|
"from": "components/VCard",
|
93
77
|
"styles": []
|
@@ -112,30 +96,34 @@
|
|
112
96
|
"from": "components/VCard",
|
113
97
|
"styles": []
|
114
98
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCarouselItem": {
|
120
|
-
"from": "components/VCarousel",
|
99
|
+
"VBtnToggle": {
|
100
|
+
"from": "components/VBtnToggle",
|
121
101
|
"styles": []
|
122
102
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
103
|
+
"VBtnGroup": {
|
104
|
+
"from": "components/VBtnGroup",
|
125
105
|
"styles": []
|
126
106
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
107
|
+
"VCheckbox": {
|
108
|
+
"from": "components/VCheckbox",
|
129
109
|
"styles": []
|
130
110
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
111
|
+
"VCheckboxBtn": {
|
112
|
+
"from": "components/VCheckbox",
|
133
113
|
"styles": []
|
134
114
|
},
|
135
115
|
"VChip": {
|
136
116
|
"from": "components/VChip",
|
137
117
|
"styles": []
|
138
118
|
},
|
119
|
+
"VChipGroup": {
|
120
|
+
"from": "components/VChipGroup",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCombobox": {
|
124
|
+
"from": "components/VCombobox",
|
125
|
+
"styles": []
|
126
|
+
},
|
139
127
|
"VDataTable": {
|
140
128
|
"from": "components/VDataTable",
|
141
129
|
"styles": []
|
@@ -164,6 +152,34 @@
|
|
164
152
|
"from": "components/VDataTable",
|
165
153
|
"styles": []
|
166
154
|
},
|
155
|
+
"VCarousel": {
|
156
|
+
"from": "components/VCarousel",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VCarouselItem": {
|
160
|
+
"from": "components/VCarousel",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VCode": {
|
164
|
+
"from": "components/VCode",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VColorPicker": {
|
168
|
+
"from": "components/VColorPicker",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDivider": {
|
176
|
+
"from": "components/VDivider",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDialog": {
|
180
|
+
"from": "components/VDialog",
|
181
|
+
"styles": []
|
182
|
+
},
|
167
183
|
"VDatePicker": {
|
168
184
|
"from": "components/VDatePicker",
|
169
185
|
"styles": []
|
@@ -188,26 +204,10 @@
|
|
188
204
|
"from": "components/VDatePicker",
|
189
205
|
"styles": []
|
190
206
|
},
|
191
|
-
"VChipGroup": {
|
192
|
-
"from": "components/VChipGroup",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDialog": {
|
196
|
-
"from": "components/VDialog",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDivider": {
|
200
|
-
"from": "components/VDivider",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
207
|
"VEmptyState": {
|
204
208
|
"from": "components/VEmptyState",
|
205
209
|
"styles": []
|
206
210
|
},
|
207
|
-
"VFab": {
|
208
|
-
"from": "components/VFab",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
211
|
"VExpansionPanels": {
|
212
212
|
"from": "components/VExpansionPanel",
|
213
213
|
"styles": []
|
@@ -224,24 +224,28 @@
|
|
224
224
|
"from": "components/VExpansionPanel",
|
225
225
|
"styles": []
|
226
226
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
229
229
|
"styles": []
|
230
230
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField",
|
233
237
|
"styles": []
|
234
238
|
},
|
235
239
|
"VFileInput": {
|
236
240
|
"from": "components/VFileInput",
|
237
241
|
"styles": []
|
238
242
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
243
|
+
"VImg": {
|
244
|
+
"from": "components/VImg",
|
241
245
|
"styles": []
|
242
246
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
247
|
+
"VFooter": {
|
248
|
+
"from": "components/VFooter",
|
245
249
|
"styles": []
|
246
250
|
},
|
247
251
|
"VIcon": {
|
@@ -264,8 +268,12 @@
|
|
264
268
|
"from": "components/VIcon",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput",
|
269
277
|
"styles": []
|
270
278
|
},
|
271
279
|
"VItemGroup": {
|
@@ -276,22 +284,14 @@
|
|
276
284
|
"from": "components/VItemGroup",
|
277
285
|
"styles": []
|
278
286
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel",
|
281
289
|
"styles": []
|
282
290
|
},
|
283
291
|
"VKbd": {
|
284
292
|
"from": "components/VKbd",
|
285
293
|
"styles": []
|
286
294
|
},
|
287
|
-
"VInfiniteScroll": {
|
288
|
-
"from": "components/VInfiniteScroll",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
|
-
"VLabel": {
|
292
|
-
"from": "components/VLabel",
|
293
|
-
"styles": []
|
294
|
-
},
|
295
295
|
"VList": {
|
296
296
|
"from": "components/VList",
|
297
297
|
"styles": []
|
@@ -328,28 +328,28 @@
|
|
328
328
|
"from": "components/VList",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
|
+
"VMessages": {
|
332
|
+
"from": "components/VMessages",
|
333
|
+
"styles": []
|
334
|
+
},
|
331
335
|
"VMain": {
|
332
336
|
"from": "components/VMain",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
343
|
"VNavigationDrawer": {
|
340
344
|
"from": "components/VNavigationDrawer",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
|
-
"VNumberInput": {
|
344
|
-
"from": "components/VNumberInput",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
347
|
"VOtpInput": {
|
348
348
|
"from": "components/VOtpInput",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
351
|
+
"VNumberInput": {
|
352
|
+
"from": "components/VNumberInput",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
355
|
"VProgressCircular": {
|
@@ -360,18 +360,22 @@
|
|
360
360
|
"from": "components/VPagination",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
-
"VRating": {
|
364
|
-
"from": "components/VRating",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
363
|
"VProgressLinear": {
|
368
364
|
"from": "components/VProgressLinear",
|
369
365
|
"styles": []
|
370
366
|
},
|
367
|
+
"VRating": {
|
368
|
+
"from": "components/VRating",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
371
|
"VRadioGroup": {
|
372
372
|
"from": "components/VRadioGroup",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
|
+
"VSelectionControlGroup": {
|
376
|
+
"from": "components/VSelectionControlGroup",
|
377
|
+
"styles": []
|
378
|
+
},
|
375
379
|
"VSelect": {
|
376
380
|
"from": "components/VSelect",
|
377
381
|
"styles": []
|
@@ -380,32 +384,28 @@
|
|
380
384
|
"from": "components/VSkeletonLoader",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
|
-
"VSelectionControlGroup": {
|
384
|
-
"from": "components/VSelectionControlGroup",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VSelectionControl": {
|
388
|
-
"from": "components/VSelectionControl",
|
389
|
-
"styles": []
|
390
|
-
},
|
391
387
|
"VSheet": {
|
392
388
|
"from": "components/VSheet",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
391
|
+
"VSlideGroup": {
|
392
|
+
"from": "components/VSlideGroup",
|
393
|
+
"styles": []
|
394
|
+
},
|
395
|
+
"VSlideGroupItem": {
|
396
|
+
"from": "components/VSlideGroup",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
399
|
"VSlider": {
|
400
400
|
"from": "components/VSlider",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
407
|
+
"VSelectionControl": {
|
408
|
+
"from": "components/VSelectionControl",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
411
|
"VStepper": {
|
@@ -432,16 +432,8 @@
|
|
432
432
|
"from": "components/VStepper",
|
433
433
|
"styles": []
|
434
434
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VSystemBar": {
|
440
|
-
"from": "components/VSystemBar",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VTextField": {
|
444
|
-
"from": "components/VTextField",
|
435
|
+
"VTable": {
|
436
|
+
"from": "components/VTable",
|
445
437
|
"styles": []
|
446
438
|
},
|
447
439
|
"VTab": {
|
@@ -460,6 +452,18 @@
|
|
460
452
|
"from": "components/VTabs",
|
461
453
|
"styles": []
|
462
454
|
},
|
455
|
+
"VTextField": {
|
456
|
+
"from": "components/VTextField",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VSwitch": {
|
464
|
+
"from": "components/VSwitch",
|
465
|
+
"styles": []
|
466
|
+
},
|
463
467
|
"VTextarea": {
|
464
468
|
"from": "components/VTextarea",
|
465
469
|
"styles": []
|
@@ -472,14 +476,18 @@
|
|
472
476
|
"from": "components/VTimeline",
|
473
477
|
"styles": []
|
474
478
|
},
|
475
|
-
"VTable": {
|
476
|
-
"from": "components/VTable",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
479
|
"VTooltip": {
|
480
480
|
"from": "components/VTooltip",
|
481
481
|
"styles": []
|
482
482
|
},
|
483
|
+
"VWindow": {
|
484
|
+
"from": "components/VWindow",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VWindowItem": {
|
488
|
+
"from": "components/VWindow",
|
489
|
+
"styles": []
|
490
|
+
},
|
483
491
|
"VToolbar": {
|
484
492
|
"from": "components/VToolbar",
|
485
493
|
"styles": []
|
@@ -492,16 +500,8 @@
|
|
492
500
|
"from": "components/VToolbar",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
497
|
-
"styles": []
|
498
|
-
},
|
499
|
-
"VWindowItem": {
|
500
|
-
"from": "components/VWindow",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VMenu": {
|
504
|
-
"from": "components/VMenu",
|
503
|
+
"VOverlay": {
|
504
|
+
"from": "components/VOverlay",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VConfirmEdit": {
|
@@ -556,6 +556,10 @@
|
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
+
"VRadio": {
|
560
|
+
"from": "components/VRadio",
|
561
|
+
"styles": []
|
562
|
+
},
|
559
563
|
"VNoSsr": {
|
560
564
|
"from": "components/VNoSsr",
|
561
565
|
"styles": []
|
@@ -564,10 +568,6 @@
|
|
564
568
|
"from": "components/VParallax",
|
565
569
|
"styles": []
|
566
570
|
},
|
567
|
-
"VRadio": {
|
568
|
-
"from": "components/VRadio",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
571
|
"VRangeSlider": {
|
572
572
|
"from": "components/VRangeSlider",
|
573
573
|
"styles": []
|
@@ -596,6 +596,10 @@
|
|
596
596
|
"from": "components/VValidation",
|
597
597
|
"styles": []
|
598
598
|
},
|
599
|
+
"VVirtualScroll": {
|
600
|
+
"from": "components/VVirtualScroll",
|
601
|
+
"styles": []
|
602
|
+
},
|
599
603
|
"VFabTransition": {
|
600
604
|
"from": "components/transitions",
|
601
605
|
"styles": []
|
@@ -659,10 +663,6 @@
|
|
659
663
|
"VDialogTransition": {
|
660
664
|
"from": "components/transitions",
|
661
665
|
"styles": []
|
662
|
-
},
|
663
|
-
"VVirtualScroll": {
|
664
|
-
"from": "components/VVirtualScroll",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|