vuetify 3.9.4 → 3.9.5
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/dist/json/attributes.json +3433 -3433
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +134 -134
- package/dist/json/web-types.json +6551 -6551
- package/dist/vuetify-labs.cjs +6 -6
- package/dist/vuetify-labs.css +3853 -3850
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3166 -3163
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -5
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +7 -4
- package/lib/components/VStepper/VStepperItem.sass +5 -7
- package/lib/components/VTextField/VTextField.js +1 -0
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VColorInput": {
|
|
4
|
-
"from": "labs/VColorInput",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VCalendar": {
|
|
8
4
|
"from": "labs/VCalendar",
|
|
9
5
|
"styles": []
|
|
@@ -28,6 +24,14 @@
|
|
|
28
24
|
"from": "labs/VCalendar",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VColorInput": {
|
|
28
|
+
"from": "labs/VColorInput",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VIconBtn": {
|
|
32
|
+
"from": "labs/VIconBtn",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VFileUpload": {
|
|
32
36
|
"from": "labs/VFileUpload",
|
|
33
37
|
"styles": []
|
|
@@ -36,8 +40,12 @@
|
|
|
36
40
|
"from": "labs/VFileUpload",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker",
|
|
41
49
|
"styles": []
|
|
42
50
|
},
|
|
43
51
|
"VPie": {
|
|
@@ -52,14 +60,6 @@
|
|
|
52
60
|
"from": "labs/VPie",
|
|
53
61
|
"styles": []
|
|
54
62
|
},
|
|
55
|
-
"VPicker": {
|
|
56
|
-
"from": "labs/VPicker",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VPickerTitle": {
|
|
60
|
-
"from": "labs/VPicker",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
63
|
"VVideo": {
|
|
64
64
|
"from": "labs/VVideo",
|
|
65
65
|
"styles": []
|
|
@@ -72,6 +72,10 @@
|
|
|
72
72
|
"from": "labs/VVideo",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
+
"VHotkey": {
|
|
76
|
+
"from": "labs/VHotkey",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
75
79
|
"VStepperVertical": {
|
|
76
80
|
"from": "labs/VStepperVertical",
|
|
77
81
|
"styles": []
|
|
@@ -84,18 +88,14 @@
|
|
|
84
88
|
"from": "labs/VStepperVertical",
|
|
85
89
|
"styles": []
|
|
86
90
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "labs/
|
|
91
|
+
"VMaskInput": {
|
|
92
|
+
"from": "labs/VMaskInput",
|
|
89
93
|
"styles": []
|
|
90
94
|
},
|
|
91
95
|
"VDateInput": {
|
|
92
96
|
"from": "labs/VDateInput",
|
|
93
97
|
"styles": []
|
|
94
98
|
},
|
|
95
|
-
"VMaskInput": {
|
|
96
|
-
"from": "labs/VMaskInput",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
99
|
"VPullToRefresh": {
|
|
100
100
|
"from": "labs/VPullToRefresh",
|
|
101
101
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VApp": {
|
|
4
|
+
"from": "components/VApp",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VAppBar": {
|
|
4
8
|
"from": "components/VAppBar",
|
|
5
9
|
"styles": []
|
|
@@ -12,14 +16,6 @@
|
|
|
12
16
|
"from": "components/VAppBar",
|
|
13
17
|
"styles": []
|
|
14
18
|
},
|
|
15
|
-
"VApp": {
|
|
16
|
-
"from": "components/VApp",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VBadge": {
|
|
20
|
-
"from": "components/VBadge",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
19
|
"VAlert": {
|
|
24
20
|
"from": "components/VAlert",
|
|
25
21
|
"styles": []
|
|
@@ -32,16 +28,12 @@
|
|
|
32
28
|
"from": "components/VAutocomplete",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"VBottomNavigation": {
|
|
36
|
-
"from": "components/VBottomNavigation",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
31
|
"VAvatar": {
|
|
40
32
|
"from": "components/VAvatar",
|
|
41
33
|
"styles": []
|
|
42
34
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge",
|
|
45
37
|
"styles": []
|
|
46
38
|
},
|
|
47
39
|
"VBanner": {
|
|
@@ -56,8 +48,12 @@
|
|
|
56
48
|
"from": "components/VBanner",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
59
|
"VBreadcrumbs": {
|
|
@@ -72,16 +68,12 @@
|
|
|
72
68
|
"from": "components/VBreadcrumbs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel",
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup",
|
|
85
77
|
"styles": []
|
|
86
78
|
},
|
|
87
79
|
"VBtnToggle": {
|
|
@@ -112,16 +104,12 @@
|
|
|
112
104
|
"from": "components/VCard",
|
|
113
105
|
"styles": []
|
|
114
106
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VCombobox": {
|
|
120
|
-
"from": "components/VCombobox",
|
|
107
|
+
"VCarousel": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
121
109
|
"styles": []
|
|
122
110
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
111
|
+
"VCarouselItem": {
|
|
112
|
+
"from": "components/VCarousel",
|
|
125
113
|
"styles": []
|
|
126
114
|
},
|
|
127
115
|
"VChipGroup": {
|
|
@@ -136,12 +124,24 @@
|
|
|
136
124
|
"from": "components/VCheckbox",
|
|
137
125
|
"styles": []
|
|
138
126
|
},
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
139
135
|
"VCounter": {
|
|
140
136
|
"from": "components/VCounter",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
139
|
+
"VCode": {
|
|
140
|
+
"from": "components/VCode",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
147
|
"VDatePicker": {
|
|
@@ -200,6 +200,14 @@
|
|
|
200
200
|
"from": "components/VDivider",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
+
"VEmptyState": {
|
|
204
|
+
"from": "components/VEmptyState",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VDialog": {
|
|
208
|
+
"from": "components/VDialog",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
203
211
|
"VExpansionPanels": {
|
|
204
212
|
"from": "components/VExpansionPanel",
|
|
205
213
|
"styles": []
|
|
@@ -216,16 +224,16 @@
|
|
|
216
224
|
"from": "components/VExpansionPanel",
|
|
217
225
|
"styles": []
|
|
218
226
|
},
|
|
219
|
-
"VDialog": {
|
|
220
|
-
"from": "components/VDialog",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
227
|
"VFab": {
|
|
224
228
|
"from": "components/VFab",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
231
|
+
"VFooter": {
|
|
232
|
+
"from": "components/VFooter",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput",
|
|
229
237
|
"styles": []
|
|
230
238
|
},
|
|
231
239
|
"VField": {
|
|
@@ -236,14 +244,6 @@
|
|
|
236
244
|
"from": "components/VField",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"VFileInput": {
|
|
240
|
-
"from": "components/VFileInput",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VFooter": {
|
|
244
|
-
"from": "components/VFooter",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
247
|
"VImg": {
|
|
248
248
|
"from": "components/VImg",
|
|
249
249
|
"styles": []
|
|
@@ -268,8 +268,8 @@
|
|
|
268
268
|
"from": "components/VIcon",
|
|
269
269
|
"styles": []
|
|
270
270
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
275
|
"VItemGroup": {
|
|
@@ -280,12 +280,12 @@
|
|
|
280
280
|
"from": "components/VItemGroup",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
283
|
+
"VInfiniteScroll": {
|
|
284
|
+
"from": "components/VInfiniteScroll",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
287
|
+
"VKbd": {
|
|
288
|
+
"from": "components/VKbd",
|
|
289
289
|
"styles": []
|
|
290
290
|
},
|
|
291
291
|
"VList": {
|
|
@@ -324,8 +324,8 @@
|
|
|
324
324
|
"from": "components/VList",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
327
|
+
"VLabel": {
|
|
328
|
+
"from": "components/VLabel",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
331
|
"VMessages": {
|
|
@@ -336,12 +336,20 @@
|
|
|
336
336
|
"from": "components/VMenu",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
+
"VNavigationDrawer": {
|
|
340
|
+
"from": "components/VNavigationDrawer",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
339
343
|
"VMain": {
|
|
340
344
|
"from": "components/VMain",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
347
|
+
"VNumberInput": {
|
|
348
|
+
"from": "components/VNumberInput",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
351
|
+
"VPagination": {
|
|
352
|
+
"from": "components/VPagination",
|
|
345
353
|
"styles": []
|
|
346
354
|
},
|
|
347
355
|
"VOtpInput": {
|
|
@@ -352,38 +360,34 @@
|
|
|
352
360
|
"from": "components/VOverlay",
|
|
353
361
|
"styles": []
|
|
354
362
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
|
-
"VPagination": {
|
|
360
|
-
"from": "components/VPagination",
|
|
363
|
+
"VRadioGroup": {
|
|
364
|
+
"from": "components/VRadioGroup",
|
|
361
365
|
"styles": []
|
|
362
366
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
367
|
+
"VProgressLinear": {
|
|
368
|
+
"from": "components/VProgressLinear",
|
|
365
369
|
"styles": []
|
|
366
370
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
371
|
+
"VProgressCircular": {
|
|
372
|
+
"from": "components/VProgressCircular",
|
|
369
373
|
"styles": []
|
|
370
374
|
},
|
|
371
375
|
"VRating": {
|
|
372
376
|
"from": "components/VRating",
|
|
373
377
|
"styles": []
|
|
374
378
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VSelect": {
|
|
380
|
-
"from": "components/VSelect",
|
|
379
|
+
"VSelectionControlGroup": {
|
|
380
|
+
"from": "components/VSelectionControlGroup",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
383
|
"VSelectionControl": {
|
|
384
384
|
"from": "components/VSelectionControl",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
+
"VSelect": {
|
|
388
|
+
"from": "components/VSelect",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
387
391
|
"VSlideGroup": {
|
|
388
392
|
"from": "components/VSlideGroup",
|
|
389
393
|
"styles": []
|
|
@@ -392,8 +396,12 @@
|
|
|
392
396
|
"from": "components/VSlideGroup",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
399
|
+
"VSheet": {
|
|
400
|
+
"from": "components/VSheet",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSnackbar": {
|
|
404
|
+
"from": "components/VSnackbar",
|
|
397
405
|
"styles": []
|
|
398
406
|
},
|
|
399
407
|
"VSkeletonLoader": {
|
|
@@ -404,10 +412,6 @@
|
|
|
404
412
|
"from": "components/VSlider",
|
|
405
413
|
"styles": []
|
|
406
414
|
},
|
|
407
|
-
"VSheet": {
|
|
408
|
-
"from": "components/VSheet",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
415
|
"VSwitch": {
|
|
412
416
|
"from": "components/VSwitch",
|
|
413
417
|
"styles": []
|
|
@@ -436,8 +440,16 @@
|
|
|
436
440
|
"from": "components/VStepper",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
443
|
+
"VSystemBar": {
|
|
444
|
+
"from": "components/VSystemBar",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
447
|
+
"VTextField": {
|
|
448
|
+
"from": "components/VTextField",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
|
+
"VTextarea": {
|
|
452
|
+
"from": "components/VTextarea",
|
|
441
453
|
"styles": []
|
|
442
454
|
},
|
|
443
455
|
"VTab": {
|
|
@@ -456,26 +468,6 @@
|
|
|
456
468
|
"from": "components/VTabs",
|
|
457
469
|
"styles": []
|
|
458
470
|
},
|
|
459
|
-
"VSystemBar": {
|
|
460
|
-
"from": "components/VSystemBar",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTextField": {
|
|
464
|
-
"from": "components/VTextField",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTextarea": {
|
|
468
|
-
"from": "components/VTextarea",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTimeline": {
|
|
472
|
-
"from": "components/VTimeline",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
|
-
"VTimelineItem": {
|
|
476
|
-
"from": "components/VTimeline",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
471
|
"VTable": {
|
|
480
472
|
"from": "components/VTable",
|
|
481
473
|
"styles": []
|
|
@@ -492,6 +484,18 @@
|
|
|
492
484
|
"from": "components/VTimePicker",
|
|
493
485
|
"styles": []
|
|
494
486
|
},
|
|
487
|
+
"VToolbar": {
|
|
488
|
+
"from": "components/VToolbar",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
|
+
"VToolbarTitle": {
|
|
492
|
+
"from": "components/VToolbar",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VToolbarItems": {
|
|
496
|
+
"from": "components/VToolbar",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
495
499
|
"VTooltip": {
|
|
496
500
|
"from": "components/VTooltip",
|
|
497
501
|
"styles": []
|
|
@@ -508,18 +512,6 @@
|
|
|
508
512
|
"from": "components/VTreeview",
|
|
509
513
|
"styles": []
|
|
510
514
|
},
|
|
511
|
-
"VToolbar": {
|
|
512
|
-
"from": "components/VToolbar",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
|
-
"VToolbarTitle": {
|
|
516
|
-
"from": "components/VToolbar",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
|
-
"VToolbarItems": {
|
|
520
|
-
"from": "components/VToolbar",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
515
|
"VWindow": {
|
|
524
516
|
"from": "components/VWindow",
|
|
525
517
|
"styles": []
|
|
@@ -532,10 +524,18 @@
|
|
|
532
524
|
"from": "components/VDataIterator",
|
|
533
525
|
"styles": []
|
|
534
526
|
},
|
|
527
|
+
"VConfirmEdit": {
|
|
528
|
+
"from": "components/VConfirmEdit",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
535
531
|
"VDefaultsProvider": {
|
|
536
532
|
"from": "components/VDefaultsProvider",
|
|
537
533
|
"styles": []
|
|
538
534
|
},
|
|
535
|
+
"VForm": {
|
|
536
|
+
"from": "components/VForm",
|
|
537
|
+
"styles": []
|
|
538
|
+
},
|
|
539
539
|
"VContainer": {
|
|
540
540
|
"from": "components/VGrid",
|
|
541
541
|
"styles": []
|
|
@@ -552,22 +552,10 @@
|
|
|
552
552
|
"from": "components/VGrid",
|
|
553
553
|
"styles": []
|
|
554
554
|
},
|
|
555
|
-
"VConfirmEdit": {
|
|
556
|
-
"from": "components/VConfirmEdit",
|
|
557
|
-
"styles": []
|
|
558
|
-
},
|
|
559
|
-
"VForm": {
|
|
560
|
-
"from": "components/VForm",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
555
|
"VHover": {
|
|
564
556
|
"from": "components/VHover",
|
|
565
557
|
"styles": []
|
|
566
558
|
},
|
|
567
|
-
"VLazy": {
|
|
568
|
-
"from": "components/VLazy",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
559
|
"VLayout": {
|
|
572
560
|
"from": "components/VLayout",
|
|
573
561
|
"styles": []
|
|
@@ -576,6 +564,10 @@
|
|
|
576
564
|
"from": "components/VLayout",
|
|
577
565
|
"styles": []
|
|
578
566
|
},
|
|
567
|
+
"VLazy": {
|
|
568
|
+
"from": "components/VLazy",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
579
571
|
"VLocaleProvider": {
|
|
580
572
|
"from": "components/VLocaleProvider",
|
|
581
573
|
"styles": []
|
|
@@ -592,14 +584,14 @@
|
|
|
592
584
|
"from": "components/VRadio",
|
|
593
585
|
"styles": []
|
|
594
586
|
},
|
|
595
|
-
"VResponsive": {
|
|
596
|
-
"from": "components/VResponsive",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
587
|
"VRangeSlider": {
|
|
600
588
|
"from": "components/VRangeSlider",
|
|
601
589
|
"styles": []
|
|
602
590
|
},
|
|
591
|
+
"VResponsive": {
|
|
592
|
+
"from": "components/VResponsive",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
603
595
|
"VSnackbarQueue": {
|
|
604
596
|
"from": "components/VSnackbarQueue",
|
|
605
597
|
"styles": []
|
|
@@ -616,6 +608,14 @@
|
|
|
616
608
|
"from": "components/VThemeProvider",
|
|
617
609
|
"styles": []
|
|
618
610
|
},
|
|
611
|
+
"VValidation": {
|
|
612
|
+
"from": "components/VValidation",
|
|
613
|
+
"styles": []
|
|
614
|
+
},
|
|
615
|
+
"VVirtualScroll": {
|
|
616
|
+
"from": "components/VVirtualScroll",
|
|
617
|
+
"styles": []
|
|
618
|
+
},
|
|
619
619
|
"VFabTransition": {
|
|
620
620
|
"from": "components/transitions",
|
|
621
621
|
"styles": []
|
|
@@ -680,12 +680,12 @@
|
|
|
680
680
|
"from": "components/transitions",
|
|
681
681
|
"styles": []
|
|
682
682
|
},
|
|
683
|
-
"
|
|
684
|
-
"from": "components/
|
|
683
|
+
"VTimeline": {
|
|
684
|
+
"from": "components/VTimeline",
|
|
685
685
|
"styles": []
|
|
686
686
|
},
|
|
687
|
-
"
|
|
688
|
-
"from": "components/
|
|
687
|
+
"VTimelineItem": {
|
|
688
|
+
"from": "components/VTimeline",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|