@vuetify/nightly 3.7.11-master.2025-02-04 → 3.7.11-master.2025-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 +11 -3
- package/dist/json/attributes.json +3461 -3461
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6133 -6133
- package/dist/vuetify-labs.css +5304 -5304
- package/dist/vuetify-labs.d.ts +3 -3
- package/dist/vuetify-labs.esm.js +23 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3882 -3882
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +10 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/directives/ripple/index.mjs +7 -5
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +62 -62
- package/lib/labs/VDateInput/VDateInput.mjs +15 -5
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/package.json +1 -1
@@ -1,29 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VNumberInput": {
|
4
|
-
"from": "labs/VNumberInput",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUpload": {
|
8
|
-
"from": "labs/VFileUpload",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VFileUploadItem": {
|
12
|
-
"from": "labs/VFileUpload",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VStepperVertical": {
|
16
|
-
"from": "labs/VStepperVertical",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VStepperVerticalItem": {
|
20
|
-
"from": "labs/VStepperVertical",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VStepperVerticalActions": {
|
24
|
-
"from": "labs/VStepperVertical",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
3
|
"VCalendar": {
|
28
4
|
"from": "labs/VCalendar",
|
29
5
|
"styles": []
|
@@ -48,6 +24,30 @@
|
|
48
24
|
"from": "labs/VCalendar",
|
49
25
|
"styles": []
|
50
26
|
},
|
27
|
+
"VNumberInput": {
|
28
|
+
"from": "labs/VNumberInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VFileUpload": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VFileUploadItem": {
|
36
|
+
"from": "labs/VFileUpload",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VTimePicker": {
|
40
|
+
"from": "labs/VTimePicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VTimePickerClock": {
|
44
|
+
"from": "labs/VTimePicker",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VTimePickerControls": {
|
48
|
+
"from": "labs/VTimePicker",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
51
|
"VPicker": {
|
52
52
|
"from": "labs/VPicker",
|
53
53
|
"styles": []
|
@@ -56,6 +56,18 @@
|
|
56
56
|
"from": "labs/VPicker",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
|
+
"VStepperVertical": {
|
60
|
+
"from": "labs/VStepperVertical",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VStepperVerticalItem": {
|
64
|
+
"from": "labs/VStepperVertical",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VStepperVerticalActions": {
|
68
|
+
"from": "labs/VStepperVertical",
|
69
|
+
"styles": []
|
70
|
+
},
|
59
71
|
"VTreeview": {
|
60
72
|
"from": "labs/VTreeview",
|
61
73
|
"styles": []
|
@@ -72,18 +84,6 @@
|
|
72
84
|
"from": "labs/VDateInput",
|
73
85
|
"styles": []
|
74
86
|
},
|
75
|
-
"VTimePicker": {
|
76
|
-
"from": "labs/VTimePicker",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VTimePickerClock": {
|
80
|
-
"from": "labs/VTimePicker",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VTimePickerControls": {
|
84
|
-
"from": "labs/VTimePicker",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
87
|
"VPullToRefresh": {
|
88
88
|
"from": "labs/VPullToRefresh",
|
89
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,11 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAlertTitle": {
|
8
|
-
"from": "components/VAlert",
|
3
|
+
"VAutocomplete": {
|
4
|
+
"from": "components/VAutocomplete",
|
9
5
|
"styles": []
|
10
6
|
},
|
11
7
|
"VApp": {
|
@@ -24,20 +20,12 @@
|
|
24
20
|
"from": "components/VAppBar",
|
25
21
|
"styles": []
|
26
22
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VAutocomplete": {
|
32
|
-
"from": "components/VAutocomplete",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VAvatar": {
|
36
|
-
"from": "components/VAvatar",
|
23
|
+
"VAlert": {
|
24
|
+
"from": "components/VAlert",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VAlertTitle": {
|
28
|
+
"from": "components/VAlert",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
31
|
"VBanner": {
|
@@ -52,6 +40,14 @@
|
|
52
40
|
"from": "components/VBanner",
|
53
41
|
"styles": []
|
54
42
|
},
|
43
|
+
"VBadge": {
|
44
|
+
"from": "components/VBadge",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VAvatar": {
|
48
|
+
"from": "components/VAvatar",
|
49
|
+
"styles": []
|
50
|
+
},
|
55
51
|
"VBreadcrumbs": {
|
56
52
|
"from": "components/VBreadcrumbs",
|
57
53
|
"styles": []
|
@@ -64,36 +60,16 @@
|
|
64
60
|
"from": "components/VBreadcrumbs",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VCard": {
|
72
|
-
"from": "components/VCard",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCardActions": {
|
76
|
-
"from": "components/VCard",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VCardItem": {
|
80
|
-
"from": "components/VCard",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCardSubtitle": {
|
84
|
-
"from": "components/VCard",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCardText": {
|
88
|
-
"from": "components/VCard",
|
63
|
+
"VBottomSheet": {
|
64
|
+
"from": "components/VBottomSheet",
|
89
65
|
"styles": []
|
90
66
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
67
|
+
"VBtn": {
|
68
|
+
"from": "components/VBtn",
|
93
69
|
"styles": []
|
94
70
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
71
|
+
"VBottomNavigation": {
|
72
|
+
"from": "components/VBottomNavigation",
|
97
73
|
"styles": []
|
98
74
|
},
|
99
75
|
"VCarousel": {
|
@@ -104,12 +80,8 @@
|
|
104
80
|
"from": "components/VCarousel",
|
105
81
|
"styles": []
|
106
82
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCode": {
|
112
|
-
"from": "components/VCode",
|
83
|
+
"VBtnToggle": {
|
84
|
+
"from": "components/VBtnToggle",
|
113
85
|
"styles": []
|
114
86
|
},
|
115
87
|
"VCheckbox": {
|
@@ -120,24 +92,24 @@
|
|
120
92
|
"from": "components/VCheckbox",
|
121
93
|
"styles": []
|
122
94
|
},
|
123
|
-
"VBtnGroup": {
|
124
|
-
"from": "components/VBtnGroup",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
95
|
"VColorPicker": {
|
128
96
|
"from": "components/VColorPicker",
|
129
97
|
"styles": []
|
130
98
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
99
|
+
"VCode": {
|
100
|
+
"from": "components/VCode",
|
133
101
|
"styles": []
|
134
102
|
},
|
135
103
|
"VChipGroup": {
|
136
104
|
"from": "components/VChipGroup",
|
137
105
|
"styles": []
|
138
106
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
107
|
+
"VBtnGroup": {
|
108
|
+
"from": "components/VBtnGroup",
|
109
|
+
"styles": []
|
110
|
+
},
|
111
|
+
"VCombobox": {
|
112
|
+
"from": "components/VCombobox",
|
141
113
|
"styles": []
|
142
114
|
},
|
143
115
|
"VDatePicker": {
|
@@ -164,20 +136,40 @@
|
|
164
136
|
"from": "components/VDatePicker",
|
165
137
|
"styles": []
|
166
138
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
139
|
+
"VCard": {
|
140
|
+
"from": "components/VCard",
|
169
141
|
"styles": []
|
170
142
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
143
|
+
"VCardActions": {
|
144
|
+
"from": "components/VCard",
|
173
145
|
"styles": []
|
174
146
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
147
|
+
"VCardItem": {
|
148
|
+
"from": "components/VCard",
|
177
149
|
"styles": []
|
178
150
|
},
|
179
|
-
"
|
180
|
-
"from": "components/
|
151
|
+
"VCardSubtitle": {
|
152
|
+
"from": "components/VCard",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VCardText": {
|
156
|
+
"from": "components/VCard",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VCardTitle": {
|
160
|
+
"from": "components/VCard",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VChip": {
|
164
|
+
"from": "components/VChip",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VCounter": {
|
168
|
+
"from": "components/VCounter",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VDialog": {
|
172
|
+
"from": "components/VDialog",
|
181
173
|
"styles": []
|
182
174
|
},
|
183
175
|
"VDataTable": {
|
@@ -208,26 +200,18 @@
|
|
208
200
|
"from": "components/VDataTable",
|
209
201
|
"styles": []
|
210
202
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VFieldLabel": {
|
216
|
-
"from": "components/VField",
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
217
205
|
"styles": []
|
218
206
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState",
|
221
209
|
"styles": []
|
222
210
|
},
|
223
211
|
"VFab": {
|
224
212
|
"from": "components/VFab",
|
225
213
|
"styles": []
|
226
214
|
},
|
227
|
-
"VFileInput": {
|
228
|
-
"from": "components/VFileInput",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
215
|
"VExpansionPanels": {
|
232
216
|
"from": "components/VExpansionPanel",
|
233
217
|
"styles": []
|
@@ -244,8 +228,20 @@
|
|
244
228
|
"from": "components/VExpansionPanel",
|
245
229
|
"styles": []
|
246
230
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
247
|
"VIcon": {
|
@@ -268,10 +264,6 @@
|
|
268
264
|
"from": "components/VIcon",
|
269
265
|
"styles": []
|
270
266
|
},
|
271
|
-
"VKbd": {
|
272
|
-
"from": "components/VKbd",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
267
|
"VItemGroup": {
|
276
268
|
"from": "components/VItemGroup",
|
277
269
|
"styles": []
|
@@ -280,20 +272,24 @@
|
|
280
272
|
"from": "components/VItemGroup",
|
281
273
|
"styles": []
|
282
274
|
},
|
283
|
-
"VLabel": {
|
284
|
-
"from": "components/VLabel",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
275
|
"VInput": {
|
288
276
|
"from": "components/VInput",
|
289
277
|
"styles": []
|
290
278
|
},
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
281
|
+
"styles": []
|
282
|
+
},
|
291
283
|
"VImg": {
|
292
284
|
"from": "components/VImg",
|
293
285
|
"styles": []
|
294
286
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VInfiniteScroll": {
|
292
|
+
"from": "components/VInfiniteScroll",
|
297
293
|
"styles": []
|
298
294
|
},
|
299
295
|
"VList": {
|
@@ -340,84 +336,104 @@
|
|
340
336
|
"from": "components/VNavigationDrawer",
|
341
337
|
"styles": []
|
342
338
|
},
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
341
|
+
"styles": []
|
342
|
+
},
|
343
343
|
"VMessages": {
|
344
344
|
"from": "components/VMessages",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
347
|
+
"VOverlay": {
|
348
|
+
"from": "components/VOverlay",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
353
|
+
"styles": []
|
354
|
+
},
|
355
|
+
"VProgressCircular": {
|
356
|
+
"from": "components/VProgressCircular",
|
349
357
|
"styles": []
|
350
358
|
},
|
351
359
|
"VProgressLinear": {
|
352
360
|
"from": "components/VProgressLinear",
|
353
361
|
"styles": []
|
354
362
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
363
|
+
"VRating": {
|
364
|
+
"from": "components/VRating",
|
357
365
|
"styles": []
|
358
366
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
367
|
+
"VPagination": {
|
368
|
+
"from": "components/VPagination",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VSelectionControl": {
|
372
|
+
"from": "components/VSelectionControl",
|
361
373
|
"styles": []
|
362
374
|
},
|
363
375
|
"VRadioGroup": {
|
364
376
|
"from": "components/VRadioGroup",
|
365
377
|
"styles": []
|
366
378
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
379
|
+
"VSkeletonLoader": {
|
380
|
+
"from": "components/VSkeletonLoader",
|
369
381
|
"styles": []
|
370
382
|
},
|
371
383
|
"VSelect": {
|
372
384
|
"from": "components/VSelect",
|
373
385
|
"styles": []
|
374
386
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup",
|
377
389
|
"styles": []
|
378
390
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
391
|
+
"VSheet": {
|
392
|
+
"from": "components/VSheet",
|
381
393
|
"styles": []
|
382
394
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
395
|
+
"VSlideGroup": {
|
396
|
+
"from": "components/VSlideGroup",
|
385
397
|
"styles": []
|
386
398
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
399
|
+
"VSlideGroupItem": {
|
400
|
+
"from": "components/VSlideGroup",
|
389
401
|
"styles": []
|
390
402
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
403
|
+
"VSlider": {
|
404
|
+
"from": "components/VSlider",
|
393
405
|
"styles": []
|
394
406
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
407
|
+
"VSwitch": {
|
408
|
+
"from": "components/VSwitch",
|
397
409
|
"styles": []
|
398
410
|
},
|
399
411
|
"VSnackbar": {
|
400
412
|
"from": "components/VSnackbar",
|
401
413
|
"styles": []
|
402
414
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
415
|
+
"VStepper": {
|
416
|
+
"from": "components/VStepper",
|
405
417
|
"styles": []
|
406
418
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
419
|
+
"VStepperActions": {
|
420
|
+
"from": "components/VStepper",
|
409
421
|
"styles": []
|
410
422
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
423
|
+
"VStepperHeader": {
|
424
|
+
"from": "components/VStepper",
|
413
425
|
"styles": []
|
414
426
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
427
|
+
"VStepperItem": {
|
428
|
+
"from": "components/VStepper",
|
417
429
|
"styles": []
|
418
430
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
431
|
+
"VStepperWindow": {
|
432
|
+
"from": "components/VStepper",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VStepperWindowItem": {
|
436
|
+
"from": "components/VStepper",
|
421
437
|
"styles": []
|
422
438
|
},
|
423
439
|
"VTab": {
|
@@ -436,48 +452,28 @@
|
|
436
452
|
"from": "components/VTabs",
|
437
453
|
"styles": []
|
438
454
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VToolbarTitle": {
|
444
|
-
"from": "components/VToolbar",
|
455
|
+
"VTable": {
|
456
|
+
"from": "components/VTable",
|
445
457
|
"styles": []
|
446
458
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
449
461
|
"styles": []
|
450
462
|
},
|
451
463
|
"VTextarea": {
|
452
464
|
"from": "components/VTextarea",
|
453
465
|
"styles": []
|
454
466
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
457
|
-
"styles": []
|
458
|
-
},
|
459
|
-
"VStepper": {
|
460
|
-
"from": "components/VStepper",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VStepperActions": {
|
464
|
-
"from": "components/VStepper",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VStepperHeader": {
|
468
|
-
"from": "components/VStepper",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VStepperItem": {
|
472
|
-
"from": "components/VStepper",
|
467
|
+
"VToolbar": {
|
468
|
+
"from": "components/VToolbar",
|
473
469
|
"styles": []
|
474
470
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
471
|
+
"VToolbarTitle": {
|
472
|
+
"from": "components/VToolbar",
|
477
473
|
"styles": []
|
478
474
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
475
|
+
"VToolbarItems": {
|
476
|
+
"from": "components/VToolbar",
|
481
477
|
"styles": []
|
482
478
|
},
|
483
479
|
"VTimeline": {
|
@@ -492,6 +488,10 @@
|
|
492
488
|
"from": "components/VTooltip",
|
493
489
|
"styles": []
|
494
490
|
},
|
491
|
+
"VTextField": {
|
492
|
+
"from": "components/VTextField",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
495
|
"VWindow": {
|
496
496
|
"from": "components/VWindow",
|
497
497
|
"styles": []
|
@@ -548,12 +548,16 @@
|
|
548
548
|
"from": "components/VLocaleProvider",
|
549
549
|
"styles": []
|
550
550
|
},
|
551
|
+
"VLazy": {
|
552
|
+
"from": "components/VLazy",
|
553
|
+
"styles": []
|
554
|
+
},
|
551
555
|
"VNoSsr": {
|
552
556
|
"from": "components/VNoSsr",
|
553
557
|
"styles": []
|
554
558
|
},
|
555
|
-
"
|
556
|
-
"from": "components/
|
559
|
+
"VRangeSlider": {
|
560
|
+
"from": "components/VRangeSlider",
|
557
561
|
"styles": []
|
558
562
|
},
|
559
563
|
"VParallax": {
|
@@ -564,8 +568,8 @@
|
|
564
568
|
"from": "components/VRadio",
|
565
569
|
"styles": []
|
566
570
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
571
|
+
"VSparkline": {
|
572
|
+
"from": "components/VSparkline",
|
569
573
|
"styles": []
|
570
574
|
},
|
571
575
|
"VResponsive": {
|
@@ -576,22 +580,18 @@
|
|
576
580
|
"from": "components/VSpeedDial",
|
577
581
|
"styles": []
|
578
582
|
},
|
579
|
-
"VSparkline": {
|
580
|
-
"from": "components/VSparkline",
|
581
|
-
"styles": []
|
582
|
-
},
|
583
583
|
"VThemeProvider": {
|
584
584
|
"from": "components/VThemeProvider",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
|
-
"VValidation": {
|
588
|
-
"from": "components/VValidation",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
587
|
"VVirtualScroll": {
|
592
588
|
"from": "components/VVirtualScroll",
|
593
589
|
"styles": []
|
594
590
|
},
|
591
|
+
"VValidation": {
|
592
|
+
"from": "components/VValidation",
|
593
|
+
"styles": []
|
594
|
+
},
|
595
595
|
"VFabTransition": {
|
596
596
|
"from": "components/transitions",
|
597
597
|
"styles": []
|