@vuetify/nightly 3.8.0-beta.0-dev.2025-03-31 → 3.8.0-master.2025-04-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 +5 -104
- package/dist/json/attributes.json +3192 -3192
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +6142 -6142
- package/dist/vuetify-labs.cjs +20 -26
- package/dist/vuetify-labs.css +5651 -5651
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +20 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -17
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3852 -3852
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +15 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +5 -10
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -1
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VInput/VInput.css +11 -11
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +3 -8
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +2 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -2
- package/lib/util/helpers.js +1 -11
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -1,41 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VIconBtn": {
|
4
|
-
"from": "labs/VIconBtn",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VPicker": {
|
8
|
-
"from": "labs/VPicker",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VPickerTitle": {
|
12
|
-
"from": "labs/VPicker",
|
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
|
-
"VTimePicker": {
|
28
|
-
"from": "labs/VTimePicker",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VTimePickerClock": {
|
32
|
-
"from": "labs/VTimePicker",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VTimePickerControls": {
|
36
|
-
"from": "labs/VTimePicker",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
3
|
"VCalendar": {
|
40
4
|
"from": "labs/VCalendar",
|
41
5
|
"styles": []
|
@@ -60,6 +24,22 @@
|
|
60
24
|
"from": "labs/VCalendar",
|
61
25
|
"styles": []
|
62
26
|
},
|
27
|
+
"VPicker": {
|
28
|
+
"from": "labs/VPicker",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VPickerTitle": {
|
32
|
+
"from": "labs/VPicker",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VFileUpload": {
|
36
|
+
"from": "labs/VFileUpload",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VFileUploadItem": {
|
40
|
+
"from": "labs/VFileUpload",
|
41
|
+
"styles": []
|
42
|
+
},
|
63
43
|
"VTreeview": {
|
64
44
|
"from": "labs/VTreeview",
|
65
45
|
"styles": []
|
@@ -72,12 +52,32 @@
|
|
72
52
|
"from": "labs/VTreeview",
|
73
53
|
"styles": []
|
74
54
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
55
|
+
"VIconBtn": {
|
56
|
+
"from": "labs/VIconBtn",
|
77
57
|
"styles": []
|
78
58
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
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
|
+
},
|
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
81
|
"styles": []
|
82
82
|
},
|
83
83
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -4,6 +4,14 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
|
+
"styles": []
|
14
|
+
},
|
7
15
|
"VAppBar": {
|
8
16
|
"from": "components/VAppBar",
|
9
17
|
"styles": []
|
@@ -16,14 +24,6 @@
|
|
16
24
|
"from": "components/VAppBar",
|
17
25
|
"styles": []
|
18
26
|
},
|
19
|
-
"VAvatar": {
|
20
|
-
"from": "components/VAvatar",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAutocomplete": {
|
24
|
-
"from": "components/VAutocomplete",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
27
|
"VBadge": {
|
28
28
|
"from": "components/VBadge",
|
29
29
|
"styles": []
|
@@ -40,20 +40,24 @@
|
|
40
40
|
"from": "components/VBanner",
|
41
41
|
"styles": []
|
42
42
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
43
|
+
"VAutocomplete": {
|
44
|
+
"from": "components/VAutocomplete",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
47
|
+
"VBottomNavigation": {
|
48
|
+
"from": "components/VBottomNavigation",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
51
|
"VBottomSheet": {
|
52
52
|
"from": "components/VBottomSheet",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
55
|
+
"VAvatar": {
|
56
|
+
"from": "components/VAvatar",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBtn": {
|
60
|
+
"from": "components/VBtn",
|
57
61
|
"styles": []
|
58
62
|
},
|
59
63
|
"VBreadcrumbs": {
|
@@ -72,6 +76,26 @@
|
|
72
76
|
"from": "components/VBtnGroup",
|
73
77
|
"styles": []
|
74
78
|
},
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCheckbox": {
|
84
|
+
"from": "components/VCheckbox",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCheckboxBtn": {
|
88
|
+
"from": "components/VCheckbox",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VCarousel": {
|
92
|
+
"from": "components/VCarousel",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VCarouselItem": {
|
96
|
+
"from": "components/VCarousel",
|
97
|
+
"styles": []
|
98
|
+
},
|
75
99
|
"VCard": {
|
76
100
|
"from": "components/VCard",
|
77
101
|
"styles": []
|
@@ -96,48 +120,48 @@
|
|
96
120
|
"from": "components/VCard",
|
97
121
|
"styles": []
|
98
122
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
123
|
+
"VChip": {
|
124
|
+
"from": "components/VChip",
|
101
125
|
"styles": []
|
102
126
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
127
|
+
"VChipGroup": {
|
128
|
+
"from": "components/VChipGroup",
|
105
129
|
"styles": []
|
106
130
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
131
|
+
"VCode": {
|
132
|
+
"from": "components/VCode",
|
109
133
|
"styles": []
|
110
134
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
135
|
+
"VCombobox": {
|
136
|
+
"from": "components/VCombobox",
|
113
137
|
"styles": []
|
114
138
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
139
|
+
"VColorPicker": {
|
140
|
+
"from": "components/VColorPicker",
|
117
141
|
"styles": []
|
118
142
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
143
|
+
"VDatePicker": {
|
144
|
+
"from": "components/VDatePicker",
|
121
145
|
"styles": []
|
122
146
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
147
|
+
"VDatePickerControls": {
|
148
|
+
"from": "components/VDatePicker",
|
125
149
|
"styles": []
|
126
150
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
151
|
+
"VDatePickerHeader": {
|
152
|
+
"from": "components/VDatePicker",
|
129
153
|
"styles": []
|
130
154
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
155
|
+
"VDatePickerMonth": {
|
156
|
+
"from": "components/VDatePicker",
|
133
157
|
"styles": []
|
134
158
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
159
|
+
"VDatePickerMonths": {
|
160
|
+
"from": "components/VDatePicker",
|
137
161
|
"styles": []
|
138
162
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
163
|
+
"VDatePickerYears": {
|
164
|
+
"from": "components/VDatePicker",
|
141
165
|
"styles": []
|
142
166
|
},
|
143
167
|
"VCounter": {
|
@@ -172,46 +196,18 @@
|
|
172
196
|
"from": "components/VDataTable",
|
173
197
|
"styles": []
|
174
198
|
},
|
175
|
-
"VDatePicker": {
|
176
|
-
"from": "components/VDatePicker",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePickerControls": {
|
180
|
-
"from": "components/VDatePicker",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDatePickerHeader": {
|
184
|
-
"from": "components/VDatePicker",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDatePickerMonth": {
|
188
|
-
"from": "components/VDatePicker",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDatePickerMonths": {
|
192
|
-
"from": "components/VDatePicker",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDatePickerYears": {
|
196
|
-
"from": "components/VDatePicker",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
199
|
"VDivider": {
|
200
200
|
"from": "components/VDivider",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
|
-
"VDialog": {
|
204
|
-
"from": "components/VDialog",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VFab": {
|
208
|
-
"from": "components/VFab",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
203
|
"VEmptyState": {
|
212
204
|
"from": "components/VEmptyState",
|
213
205
|
"styles": []
|
214
206
|
},
|
207
|
+
"VDialog": {
|
208
|
+
"from": "components/VDialog",
|
209
|
+
"styles": []
|
210
|
+
},
|
215
211
|
"VExpansionPanels": {
|
216
212
|
"from": "components/VExpansionPanel",
|
217
213
|
"styles": []
|
@@ -228,6 +224,10 @@
|
|
228
224
|
"from": "components/VExpansionPanel",
|
229
225
|
"styles": []
|
230
226
|
},
|
227
|
+
"VFileInput": {
|
228
|
+
"from": "components/VFileInput",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
231
|
"VField": {
|
232
232
|
"from": "components/VField",
|
233
233
|
"styles": []
|
@@ -240,8 +240,24 @@
|
|
240
240
|
"from": "components/VFooter",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
243
|
+
"VInfiniteScroll": {
|
244
|
+
"from": "components/VInfiniteScroll",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
249
|
+
"styles": []
|
250
|
+
},
|
251
|
+
"VFab": {
|
252
|
+
"from": "components/VFab",
|
253
|
+
"styles": []
|
254
|
+
},
|
255
|
+
"VItemGroup": {
|
256
|
+
"from": "components/VItemGroup",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VItem": {
|
260
|
+
"from": "components/VItemGroup",
|
245
261
|
"styles": []
|
246
262
|
},
|
247
263
|
"VIcon": {
|
@@ -264,20 +280,12 @@
|
|
264
280
|
"from": "components/VIcon",
|
265
281
|
"styles": []
|
266
282
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VInfiniteScroll": {
|
272
|
-
"from": "components/VInfiniteScroll",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VItemGroup": {
|
276
|
-
"from": "components/VItemGroup",
|
283
|
+
"VKbd": {
|
284
|
+
"from": "components/VKbd",
|
277
285
|
"styles": []
|
278
286
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
287
|
+
"VInput": {
|
288
|
+
"from": "components/VInput",
|
281
289
|
"styles": []
|
282
290
|
},
|
283
291
|
"VList": {
|
@@ -316,32 +324,20 @@
|
|
316
324
|
"from": "components/VList",
|
317
325
|
"styles": []
|
318
326
|
},
|
319
|
-
"
|
320
|
-
"from": "components/
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VMenu": {
|
324
|
-
"from": "components/VMenu",
|
327
|
+
"VMain": {
|
328
|
+
"from": "components/VMain",
|
325
329
|
"styles": []
|
326
330
|
},
|
327
331
|
"VLabel": {
|
328
332
|
"from": "components/VLabel",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"VKbd": {
|
332
|
-
"from": "components/VKbd",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMain": {
|
336
|
-
"from": "components/VMain",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
335
|
"VMessages": {
|
340
336
|
"from": "components/VMessages",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
343
|
"VOverlay": {
|
@@ -352,22 +348,26 @@
|
|
352
348
|
"from": "components/VNumberInput",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
351
|
+
"VNavigationDrawer": {
|
352
|
+
"from": "components/VNavigationDrawer",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
355
|
"VOtpInput": {
|
360
356
|
"from": "components/VOtpInput",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
363
|
"VProgressCircular": {
|
368
364
|
"from": "components/VProgressCircular",
|
369
365
|
"styles": []
|
370
366
|
},
|
367
|
+
"VRadioGroup": {
|
368
|
+
"from": "components/VRadioGroup",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
371
|
"VProgressLinear": {
|
372
372
|
"from": "components/VProgressLinear",
|
373
373
|
"styles": []
|
@@ -380,28 +380,16 @@
|
|
380
380
|
"from": "components/VRating",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
|
-
"VSheet": {
|
384
|
-
"from": "components/VSheet",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
383
|
"VSelectionControl": {
|
388
384
|
"from": "components/VSelectionControl",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSlider": {
|
396
|
-
"from": "components/VSlider",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSnackbar": {
|
400
|
-
"from": "components/VSnackbar",
|
387
|
+
"VSheet": {
|
388
|
+
"from": "components/VSheet",
|
401
389
|
"styles": []
|
402
390
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
391
|
+
"VSelectionControlGroup": {
|
392
|
+
"from": "components/VSelectionControlGroup",
|
405
393
|
"styles": []
|
406
394
|
},
|
407
395
|
"VSlideGroup": {
|
@@ -412,6 +400,14 @@
|
|
412
400
|
"from": "components/VSlideGroup",
|
413
401
|
"styles": []
|
414
402
|
},
|
403
|
+
"VSlider": {
|
404
|
+
"from": "components/VSlider",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSkeletonLoader": {
|
408
|
+
"from": "components/VSkeletonLoader",
|
409
|
+
"styles": []
|
410
|
+
},
|
415
411
|
"VStepper": {
|
416
412
|
"from": "components/VStepper",
|
417
413
|
"styles": []
|
@@ -436,12 +432,12 @@
|
|
436
432
|
"from": "components/VStepper",
|
437
433
|
"styles": []
|
438
434
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
435
|
+
"VSnackbar": {
|
436
|
+
"from": "components/VSnackbar",
|
441
437
|
"styles": []
|
442
438
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
445
441
|
"styles": []
|
446
442
|
},
|
447
443
|
"VTab": {
|
@@ -460,16 +456,16 @@
|
|
460
456
|
"from": "components/VTabs",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
463
|
+
"VTextarea": {
|
464
|
+
"from": "components/VTextarea",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
467
|
+
"VTable": {
|
468
|
+
"from": "components/VTable",
|
473
469
|
"styles": []
|
474
470
|
},
|
475
471
|
"VTextField": {
|
@@ -480,8 +476,16 @@
|
|
480
476
|
"from": "components/VTooltip",
|
481
477
|
"styles": []
|
482
478
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
479
|
+
"VToolbar": {
|
480
|
+
"from": "components/VToolbar",
|
481
|
+
"styles": []
|
482
|
+
},
|
483
|
+
"VToolbarTitle": {
|
484
|
+
"from": "components/VToolbar",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VToolbarItems": {
|
488
|
+
"from": "components/VToolbar",
|
485
489
|
"styles": []
|
486
490
|
},
|
487
491
|
"VWindow": {
|
@@ -492,16 +496,12 @@
|
|
492
496
|
"from": "components/VWindow",
|
493
497
|
"styles": []
|
494
498
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
497
|
-
"styles": []
|
498
|
-
},
|
499
|
-
"VToolbarTitle": {
|
500
|
-
"from": "components/VToolbar",
|
499
|
+
"VTimeline": {
|
500
|
+
"from": "components/VTimeline",
|
501
501
|
"styles": []
|
502
502
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
503
|
+
"VTimelineItem": {
|
504
|
+
"from": "components/VTimeline",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VConfirmEdit": {
|
@@ -520,6 +520,10 @@
|
|
520
520
|
"from": "components/VForm",
|
521
521
|
"styles": []
|
522
522
|
},
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
525
|
+
"styles": []
|
526
|
+
},
|
523
527
|
"VContainer": {
|
524
528
|
"from": "components/VGrid",
|
525
529
|
"styles": []
|
@@ -536,8 +540,8 @@
|
|
536
540
|
"from": "components/VGrid",
|
537
541
|
"styles": []
|
538
542
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
543
|
+
"VLazy": {
|
544
|
+
"from": "components/VLazy",
|
541
545
|
"styles": []
|
542
546
|
},
|
543
547
|
"VLayout": {
|
@@ -548,10 +552,6 @@
|
|
548
552
|
"from": "components/VLayout",
|
549
553
|
"styles": []
|
550
554
|
},
|
551
|
-
"VLazy": {
|
552
|
-
"from": "components/VLazy",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
555
|
"VLocaleProvider": {
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
@@ -572,20 +572,20 @@
|
|
572
572
|
"from": "components/VRangeSlider",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
-
"VSnackbarQueue": {
|
576
|
-
"from": "components/VSnackbarQueue",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
575
|
"VResponsive": {
|
580
576
|
"from": "components/VResponsive",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VSparkline": {
|
580
|
+
"from": "components/VSparkline",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VSpeedDial": {
|
584
584
|
"from": "components/VSpeedDial",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
|
-
"
|
588
|
-
"from": "components/
|
587
|
+
"VSnackbarQueue": {
|
588
|
+
"from": "components/VSnackbarQueue",
|
589
589
|
"styles": []
|
590
590
|
},
|
591
591
|
"VThemeProvider": {
|
@@ -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": [
|