@vuetify/nightly 3.8.2-master.2025-04-28 → 3.8.3-master.2025-04-29
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 +4 -45
- package/dist/json/attributes.json +3240 -3240
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5921 -5921
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3759 -3759
- package/dist/vuetify-labs.d.ts +57 -57
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +5339 -5339
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,11 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VPickerTitle": {
|
8
|
-
"from": "labs/VPicker",
|
3
|
+
"VIconBtn": {
|
4
|
+
"from": "labs/VIconBtn",
|
9
5
|
"styles": []
|
10
6
|
},
|
11
7
|
"VFileUpload": {
|
@@ -16,20 +12,36 @@
|
|
16
12
|
"from": "labs/VFileUpload",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"
|
20
|
-
"from": "labs/
|
15
|
+
"VCalendar": {
|
16
|
+
"from": "labs/VCalendar",
|
21
17
|
"styles": []
|
22
18
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
19
|
+
"VCalendarDay": {
|
20
|
+
"from": "labs/VCalendar",
|
25
21
|
"styles": []
|
26
22
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
23
|
+
"VCalendarHeader": {
|
24
|
+
"from": "labs/VCalendar",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
27
|
+
"VCalendarInterval": {
|
28
|
+
"from": "labs/VCalendar",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VCalendarIntervalEvent": {
|
32
|
+
"from": "labs/VCalendar",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VCalendarMonthDay": {
|
36
|
+
"from": "labs/VCalendar",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VPicker": {
|
40
|
+
"from": "labs/VPicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VPickerTitle": {
|
44
|
+
"from": "labs/VPicker",
|
33
45
|
"styles": []
|
34
46
|
},
|
35
47
|
"VStepperVertical": {
|
@@ -44,6 +56,18 @@
|
|
44
56
|
"from": "labs/VStepperVertical",
|
45
57
|
"styles": []
|
46
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
|
+
},
|
47
71
|
"VTreeview": {
|
48
72
|
"from": "labs/VTreeview",
|
49
73
|
"styles": []
|
@@ -56,36 +80,12 @@
|
|
56
80
|
"from": "labs/VTreeview",
|
57
81
|
"styles": []
|
58
82
|
},
|
59
|
-
"VDateInput": {
|
60
|
-
"from": "labs/VDateInput",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
83
|
"VPullToRefresh": {
|
64
84
|
"from": "labs/VPullToRefresh",
|
65
85
|
"styles": []
|
66
86
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VCalendarDay": {
|
72
|
-
"from": "labs/VCalendar",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCalendarHeader": {
|
76
|
-
"from": "labs/VCalendar",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VCalendarInterval": {
|
80
|
-
"from": "labs/VCalendar",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCalendarIntervalEvent": {
|
84
|
-
"from": "labs/VCalendar",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCalendarMonthDay": {
|
88
|
-
"from": "labs/VCalendar",
|
87
|
+
"VDateInput": {
|
88
|
+
"from": "labs/VDateInput",
|
89
89
|
"styles": []
|
90
90
|
}
|
91
91
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,21 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAlert": {
|
8
|
-
"from": "components/VAlert",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAlertTitle": {
|
12
|
-
"from": "components/VAlert",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAvatar": {
|
16
|
-
"from": "components/VAvatar",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
3
|
"VAppBar": {
|
20
4
|
"from": "components/VAppBar",
|
21
5
|
"styles": []
|
@@ -32,6 +16,18 @@
|
|
32
16
|
"from": "components/VAutocomplete",
|
33
17
|
"styles": []
|
34
18
|
},
|
19
|
+
"VApp": {
|
20
|
+
"from": "components/VApp",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VAlert": {
|
24
|
+
"from": "components/VAlert",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VAlertTitle": {
|
28
|
+
"from": "components/VAlert",
|
29
|
+
"styles": []
|
30
|
+
},
|
35
31
|
"VBadge": {
|
36
32
|
"from": "components/VBadge",
|
37
33
|
"styles": []
|
@@ -40,6 +36,18 @@
|
|
40
36
|
"from": "components/VBottomNavigation",
|
41
37
|
"styles": []
|
42
38
|
},
|
39
|
+
"VBanner": {
|
40
|
+
"from": "components/VBanner",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBannerActions": {
|
44
|
+
"from": "components/VBanner",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VBannerText": {
|
48
|
+
"from": "components/VBanner",
|
49
|
+
"styles": []
|
50
|
+
},
|
43
51
|
"VBreadcrumbs": {
|
44
52
|
"from": "components/VBreadcrumbs",
|
45
53
|
"styles": []
|
@@ -56,10 +64,6 @@
|
|
56
64
|
"from": "components/VBottomSheet",
|
57
65
|
"styles": []
|
58
66
|
},
|
59
|
-
"VBtnToggle": {
|
60
|
-
"from": "components/VBtnToggle",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
67
|
"VCard": {
|
64
68
|
"from": "components/VCard",
|
65
69
|
"styles": []
|
@@ -84,20 +88,16 @@
|
|
84
88
|
"from": "components/VCard",
|
85
89
|
"styles": []
|
86
90
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VBanner": {
|
92
|
-
"from": "components/VBanner",
|
91
|
+
"VBtnGroup": {
|
92
|
+
"from": "components/VBtnGroup",
|
93
93
|
"styles": []
|
94
94
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
95
|
+
"VBtnToggle": {
|
96
|
+
"from": "components/VBtnToggle",
|
97
97
|
"styles": []
|
98
98
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
99
|
+
"VBtn": {
|
100
|
+
"from": "components/VBtn",
|
101
101
|
"styles": []
|
102
102
|
},
|
103
103
|
"VCarousel": {
|
@@ -116,60 +116,28 @@
|
|
116
116
|
"from": "components/VCheckbox",
|
117
117
|
"styles": []
|
118
118
|
},
|
119
|
-
"VCode": {
|
120
|
-
"from": "components/VCode",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VChipGroup": {
|
124
|
-
"from": "components/VChipGroup",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
119
|
"VColorPicker": {
|
128
120
|
"from": "components/VColorPicker",
|
129
121
|
"styles": []
|
130
122
|
},
|
131
|
-
"VCombobox": {
|
132
|
-
"from": "components/VCombobox",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VBtnGroup": {
|
136
|
-
"from": "components/VBtnGroup",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VCounter": {
|
140
|
-
"from": "components/VCounter",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDialog": {
|
144
|
-
"from": "components/VDialog",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
123
|
"VChip": {
|
148
124
|
"from": "components/VChip",
|
149
125
|
"styles": []
|
150
126
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VDatePickerControls": {
|
156
|
-
"from": "components/VDatePicker",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VDatePickerHeader": {
|
160
|
-
"from": "components/VDatePicker",
|
127
|
+
"VCombobox": {
|
128
|
+
"from": "components/VCombobox",
|
161
129
|
"styles": []
|
162
130
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
131
|
+
"VCode": {
|
132
|
+
"from": "components/VCode",
|
165
133
|
"styles": []
|
166
134
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
135
|
+
"VCounter": {
|
136
|
+
"from": "components/VCounter",
|
169
137
|
"styles": []
|
170
138
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
139
|
+
"VChipGroup": {
|
140
|
+
"from": "components/VChipGroup",
|
173
141
|
"styles": []
|
174
142
|
},
|
175
143
|
"VDataTable": {
|
@@ -204,12 +172,36 @@
|
|
204
172
|
"from": "components/VDivider",
|
205
173
|
"styles": []
|
206
174
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
209
177
|
"styles": []
|
210
178
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
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
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
213
205
|
"styles": []
|
214
206
|
},
|
215
207
|
"VFab": {
|
@@ -244,16 +236,8 @@
|
|
244
236
|
"from": "components/VField",
|
245
237
|
"styles": []
|
246
238
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
249
|
-
"styles": []
|
250
|
-
},
|
251
|
-
"VItemGroup": {
|
252
|
-
"from": "components/VItemGroup",
|
253
|
-
"styles": []
|
254
|
-
},
|
255
|
-
"VItem": {
|
256
|
-
"from": "components/VItemGroup",
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
257
241
|
"styles": []
|
258
242
|
},
|
259
243
|
"VIcon": {
|
@@ -276,6 +260,14 @@
|
|
276
260
|
"from": "components/VIcon",
|
277
261
|
"styles": []
|
278
262
|
},
|
263
|
+
"VImg": {
|
264
|
+
"from": "components/VImg",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
|
+
"VInput": {
|
268
|
+
"from": "components/VInput",
|
269
|
+
"styles": []
|
270
|
+
},
|
279
271
|
"VKbd": {
|
280
272
|
"from": "components/VKbd",
|
281
273
|
"styles": []
|
@@ -320,32 +312,40 @@
|
|
320
312
|
"from": "components/VList",
|
321
313
|
"styles": []
|
322
314
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
315
|
+
"VItemGroup": {
|
316
|
+
"from": "components/VItemGroup",
|
325
317
|
"styles": []
|
326
318
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
319
|
+
"VItem": {
|
320
|
+
"from": "components/VItemGroup",
|
321
|
+
"styles": []
|
322
|
+
},
|
323
|
+
"VLabel": {
|
324
|
+
"from": "components/VLabel",
|
329
325
|
"styles": []
|
330
326
|
},
|
331
327
|
"VMenu": {
|
332
328
|
"from": "components/VMenu",
|
333
329
|
"styles": []
|
334
330
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
331
|
+
"VMessages": {
|
332
|
+
"from": "components/VMessages",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VNumberInput": {
|
336
|
+
"from": "components/VNumberInput",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VMain": {
|
340
|
+
"from": "components/VMain",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
343
|
+
"VPagination": {
|
344
|
+
"from": "components/VPagination",
|
345
|
+
"styles": []
|
346
|
+
},
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
351
|
"VOverlay": {
|
@@ -356,34 +356,18 @@
|
|
356
356
|
"from": "components/VProgressLinear",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
|
-
"VRating": {
|
360
|
-
"from": "components/VRating",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
359
|
"VProgressCircular": {
|
364
360
|
"from": "components/VProgressCircular",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VRating": {
|
364
|
+
"from": "components/VRating",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
367
|
"VSelect": {
|
372
368
|
"from": "components/VSelect",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"VSelectionControlGroup": {
|
376
|
-
"from": "components/VSelectionControlGroup",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSkeletonLoader": {
|
380
|
-
"from": "components/VSkeletonLoader",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSheet": {
|
384
|
-
"from": "components/VSheet",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
371
|
"VRadioGroup": {
|
388
372
|
"from": "components/VRadioGroup",
|
389
373
|
"styles": []
|
@@ -392,10 +376,6 @@
|
|
392
376
|
"from": "components/VSelectionControl",
|
393
377
|
"styles": []
|
394
378
|
},
|
395
|
-
"VSlider": {
|
396
|
-
"from": "components/VSlider",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
379
|
"VSlideGroup": {
|
400
380
|
"from": "components/VSlideGroup",
|
401
381
|
"styles": []
|
@@ -404,14 +384,30 @@
|
|
404
384
|
"from": "components/VSlideGroup",
|
405
385
|
"styles": []
|
406
386
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSheet": {
|
392
|
+
"from": "components/VSheet",
|
393
|
+
"styles": []
|
394
|
+
},
|
395
|
+
"VSkeletonLoader": {
|
396
|
+
"from": "components/VSkeletonLoader",
|
409
397
|
"styles": []
|
410
398
|
},
|
411
399
|
"VSnackbar": {
|
412
400
|
"from": "components/VSnackbar",
|
413
401
|
"styles": []
|
414
402
|
},
|
403
|
+
"VSlider": {
|
404
|
+
"from": "components/VSlider",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSystemBar": {
|
408
|
+
"from": "components/VSystemBar",
|
409
|
+
"styles": []
|
410
|
+
},
|
415
411
|
"VSwitch": {
|
416
412
|
"from": "components/VSwitch",
|
417
413
|
"styles": []
|
@@ -440,6 +436,10 @@
|
|
440
436
|
"from": "components/VStepper",
|
441
437
|
"styles": []
|
442
438
|
},
|
439
|
+
"VTable": {
|
440
|
+
"from": "components/VTable",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
443
|
"VTab": {
|
444
444
|
"from": "components/VTabs",
|
445
445
|
"styles": []
|
@@ -456,26 +456,18 @@
|
|
456
456
|
"from": "components/VTabs",
|
457
457
|
"styles": []
|
458
458
|
},
|
459
|
-
"VSystemBar": {
|
460
|
-
"from": "components/VSystemBar",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
459
|
"VTextarea": {
|
464
460
|
"from": "components/VTextarea",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"VTextField": {
|
468
|
-
"from": "components/VTextField",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VTable": {
|
472
|
-
"from": "components/VTable",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
463
|
"VTooltip": {
|
476
464
|
"from": "components/VTooltip",
|
477
465
|
"styles": []
|
478
466
|
},
|
467
|
+
"VTextField": {
|
468
|
+
"from": "components/VTextField",
|
469
|
+
"styles": []
|
470
|
+
},
|
479
471
|
"VToolbar": {
|
480
472
|
"from": "components/VToolbar",
|
481
473
|
"styles": []
|
@@ -504,14 +496,22 @@
|
|
504
496
|
"from": "components/VWindow",
|
505
497
|
"styles": []
|
506
498
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
499
|
+
"VAvatar": {
|
500
|
+
"from": "components/VAvatar",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VNavigationDrawer": {
|
504
|
+
"from": "components/VNavigationDrawer",
|
509
505
|
"styles": []
|
510
506
|
},
|
511
507
|
"VDataIterator": {
|
512
508
|
"from": "components/VDataIterator",
|
513
509
|
"styles": []
|
514
510
|
},
|
511
|
+
"VConfirmEdit": {
|
512
|
+
"from": "components/VConfirmEdit",
|
513
|
+
"styles": []
|
514
|
+
},
|
515
515
|
"VDefaultsProvider": {
|
516
516
|
"from": "components/VDefaultsProvider",
|
517
517
|
"styles": []
|
@@ -520,6 +520,22 @@
|
|
520
520
|
"from": "components/VForm",
|
521
521
|
"styles": []
|
522
522
|
},
|
523
|
+
"VContainer": {
|
524
|
+
"from": "components/VGrid",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VCol": {
|
528
|
+
"from": "components/VGrid",
|
529
|
+
"styles": []
|
530
|
+
},
|
531
|
+
"VRow": {
|
532
|
+
"from": "components/VGrid",
|
533
|
+
"styles": []
|
534
|
+
},
|
535
|
+
"VSpacer": {
|
536
|
+
"from": "components/VGrid",
|
537
|
+
"styles": []
|
538
|
+
},
|
523
539
|
"VHover": {
|
524
540
|
"from": "components/VHover",
|
525
541
|
"styles": []
|
@@ -540,6 +556,10 @@
|
|
540
556
|
"from": "components/VLocaleProvider",
|
541
557
|
"styles": []
|
542
558
|
},
|
559
|
+
"VParallax": {
|
560
|
+
"from": "components/VParallax",
|
561
|
+
"styles": []
|
562
|
+
},
|
543
563
|
"VNoSsr": {
|
544
564
|
"from": "components/VNoSsr",
|
545
565
|
"styles": []
|
@@ -548,10 +568,6 @@
|
|
548
568
|
"from": "components/VRadio",
|
549
569
|
"styles": []
|
550
570
|
},
|
551
|
-
"VParallax": {
|
552
|
-
"from": "components/VParallax",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
571
|
"VRangeSlider": {
|
556
572
|
"from": "components/VRangeSlider",
|
557
573
|
"styles": []
|
@@ -560,14 +576,14 @@
|
|
560
576
|
"from": "components/VResponsive",
|
561
577
|
"styles": []
|
562
578
|
},
|
563
|
-
"VSparkline": {
|
564
|
-
"from": "components/VSparkline",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
579
|
"VSnackbarQueue": {
|
568
580
|
"from": "components/VSnackbarQueue",
|
569
581
|
"styles": []
|
570
582
|
},
|
583
|
+
"VSparkline": {
|
584
|
+
"from": "components/VSparkline",
|
585
|
+
"styles": []
|
586
|
+
},
|
571
587
|
"VSpeedDial": {
|
572
588
|
"from": "components/VSpeedDial",
|
573
589
|
"styles": []
|
@@ -576,14 +592,14 @@
|
|
576
592
|
"from": "components/VThemeProvider",
|
577
593
|
"styles": []
|
578
594
|
},
|
579
|
-
"VValidation": {
|
580
|
-
"from": "components/VValidation",
|
581
|
-
"styles": []
|
582
|
-
},
|
583
595
|
"VVirtualScroll": {
|
584
596
|
"from": "components/VVirtualScroll",
|
585
597
|
"styles": []
|
586
598
|
},
|
599
|
+
"VValidation": {
|
600
|
+
"from": "components/VValidation",
|
601
|
+
"styles": []
|
602
|
+
},
|
587
603
|
"VFabTransition": {
|
588
604
|
"from": "components/transitions",
|
589
605
|
"styles": []
|
@@ -647,22 +663,6 @@
|
|
647
663
|
"VDialogTransition": {
|
648
664
|
"from": "components/transitions",
|
649
665
|
"styles": []
|
650
|
-
},
|
651
|
-
"VContainer": {
|
652
|
-
"from": "components/VGrid",
|
653
|
-
"styles": []
|
654
|
-
},
|
655
|
-
"VCol": {
|
656
|
-
"from": "components/VGrid",
|
657
|
-
"styles": []
|
658
|
-
},
|
659
|
-
"VRow": {
|
660
|
-
"from": "components/VGrid",
|
661
|
-
"styles": []
|
662
|
-
},
|
663
|
-
"VSpacer": {
|
664
|
-
"from": "components/VGrid",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|