@vuetify/nightly 3.8.2-master.2025-04-27 → 3.8.3-dev.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 +13 -32
- package/dist/json/attributes.json +2092 -2084
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +3854 -3834
- package/dist/vuetify-labs.cjs +146 -36
- package/dist/vuetify-labs.css +3420 -3397
- package/dist/vuetify-labs.d.ts +101 -64
- package/dist/vuetify-labs.esm.js +147 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +146 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +146 -36
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3284 -3261
- package/dist/vuetify.d.ts +101 -64
- package/dist/vuetify.esm.js +147 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +146 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1201 -1188
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VInput/VInput.d.ts +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -0
- package/lib/components/VOverlay/locationStrategies.js +23 -3
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/defaults.js +6 -3
- package/lib/composables/defaults.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +63 -54
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +2 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -2
@@ -24,22 +24,6 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VIconBtn": {
|
28
|
-
"from": "labs/VIconBtn",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VStepperVertical": {
|
32
|
-
"from": "labs/VStepperVertical",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VStepperVerticalItem": {
|
36
|
-
"from": "labs/VStepperVertical",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VStepperVerticalActions": {
|
40
|
-
"from": "labs/VStepperVertical",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
27
|
"VPicker": {
|
44
28
|
"from": "labs/VPicker",
|
45
29
|
"styles": []
|
@@ -48,6 +32,10 @@
|
|
48
32
|
"from": "labs/VPicker",
|
49
33
|
"styles": []
|
50
34
|
},
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
37
|
+
"styles": []
|
38
|
+
},
|
51
39
|
"VTimePicker": {
|
52
40
|
"from": "labs/VTimePicker",
|
53
41
|
"styles": []
|
@@ -60,14 +48,6 @@
|
|
60
48
|
"from": "labs/VTimePicker",
|
61
49
|
"styles": []
|
62
50
|
},
|
63
|
-
"VFileUpload": {
|
64
|
-
"from": "labs/VFileUpload",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VFileUploadItem": {
|
68
|
-
"from": "labs/VFileUpload",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
51
|
"VTreeview": {
|
72
52
|
"from": "labs/VTreeview",
|
73
53
|
"styles": []
|
@@ -80,6 +60,26 @@
|
|
80
60
|
"from": "labs/VTreeview",
|
81
61
|
"styles": []
|
82
62
|
},
|
63
|
+
"VStepperVertical": {
|
64
|
+
"from": "labs/VStepperVertical",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VStepperVerticalItem": {
|
68
|
+
"from": "labs/VStepperVertical",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VStepperVerticalActions": {
|
72
|
+
"from": "labs/VStepperVertical",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VFileUpload": {
|
76
|
+
"from": "labs/VFileUpload",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VFileUploadItem": {
|
80
|
+
"from": "labs/VFileUpload",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
83
|
"VDateInput": {
|
84
84
|
"from": "labs/VDateInput",
|
85
85
|
"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": []
|
@@ -24,6 +28,14 @@
|
|
24
28
|
"from": "components/VAutocomplete",
|
25
29
|
"styles": []
|
26
30
|
},
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VBottomSheet": {
|
36
|
+
"from": "components/VBottomSheet",
|
37
|
+
"styles": []
|
38
|
+
},
|
27
39
|
"VBanner": {
|
28
40
|
"from": "components/VBanner",
|
29
41
|
"styles": []
|
@@ -36,18 +48,6 @@
|
|
36
48
|
"from": "components/VBanner",
|
37
49
|
"styles": []
|
38
50
|
},
|
39
|
-
"VBadge": {
|
40
|
-
"from": "components/VBadge",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VBottomSheet": {
|
44
|
-
"from": "components/VBottomSheet",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VAvatar": {
|
48
|
-
"from": "components/VAvatar",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
51
|
"VBottomNavigation": {
|
52
52
|
"from": "components/VBottomNavigation",
|
53
53
|
"styles": []
|
@@ -64,14 +64,30 @@
|
|
64
64
|
"from": "components/VBreadcrumbs",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
67
|
+
"VBadge": {
|
68
|
+
"from": "components/VBadge",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
71
|
"VBtn": {
|
72
72
|
"from": "components/VBtn",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VChip": {
|
80
|
+
"from": "components/VChip",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel",
|
89
|
+
"styles": []
|
90
|
+
},
|
75
91
|
"VCard": {
|
76
92
|
"from": "components/VCard",
|
77
93
|
"styles": []
|
@@ -96,10 +112,6 @@
|
|
96
112
|
"from": "components/VCard",
|
97
113
|
"styles": []
|
98
114
|
},
|
99
|
-
"VBtnGroup": {
|
100
|
-
"from": "components/VBtnGroup",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
115
|
"VCheckbox": {
|
104
116
|
"from": "components/VCheckbox",
|
105
117
|
"styles": []
|
@@ -108,36 +120,44 @@
|
|
108
120
|
"from": "components/VCheckbox",
|
109
121
|
"styles": []
|
110
122
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCarouselItem": {
|
116
|
-
"from": "components/VCarousel",
|
123
|
+
"VCode": {
|
124
|
+
"from": "components/VCode",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
127
|
+
"VChipGroup": {
|
128
|
+
"from": "components/VChipGroup",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
131
|
"VColorPicker": {
|
124
132
|
"from": "components/VColorPicker",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VDatePicker": {
|
136
|
+
"from": "components/VDatePicker",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
139
|
+
"VDatePickerControls": {
|
140
|
+
"from": "components/VDatePicker",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
143
|
+
"VDatePickerHeader": {
|
144
|
+
"from": "components/VDatePicker",
|
137
145
|
"styles": []
|
138
146
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
147
|
+
"VDatePickerMonth": {
|
148
|
+
"from": "components/VDatePicker",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDatePickerMonths": {
|
152
|
+
"from": "components/VDatePicker",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDatePickerYears": {
|
156
|
+
"from": "components/VDatePicker",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VCombobox": {
|
160
|
+
"from": "components/VCombobox",
|
141
161
|
"styles": []
|
142
162
|
},
|
143
163
|
"VDataTable": {
|
@@ -168,38 +188,14 @@
|
|
168
188
|
"from": "components/VDataTable",
|
169
189
|
"styles": []
|
170
190
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDatePickerControls": {
|
176
|
-
"from": "components/VDatePicker",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePickerHeader": {
|
180
|
-
"from": "components/VDatePicker",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDatePickerMonth": {
|
184
|
-
"from": "components/VDatePicker",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDatePickerMonths": {
|
188
|
-
"from": "components/VDatePicker",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDatePickerYears": {
|
192
|
-
"from": "components/VDatePicker",
|
191
|
+
"VDialog": {
|
192
|
+
"from": "components/VDialog",
|
193
193
|
"styles": []
|
194
194
|
},
|
195
195
|
"VDivider": {
|
196
196
|
"from": "components/VDivider",
|
197
197
|
"styles": []
|
198
198
|
},
|
199
|
-
"VDialog": {
|
200
|
-
"from": "components/VDialog",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
199
|
"VExpansionPanels": {
|
204
200
|
"from": "components/VExpansionPanel",
|
205
201
|
"styles": []
|
@@ -216,8 +212,8 @@
|
|
216
212
|
"from": "components/VExpansionPanel",
|
217
213
|
"styles": []
|
218
214
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
215
|
+
"VCounter": {
|
216
|
+
"from": "components/VCounter",
|
221
217
|
"styles": []
|
222
218
|
},
|
223
219
|
"VField": {
|
@@ -228,6 +224,10 @@
|
|
228
224
|
"from": "components/VField",
|
229
225
|
"styles": []
|
230
226
|
},
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
231
|
"VFileInput": {
|
232
232
|
"from": "components/VFileInput",
|
233
233
|
"styles": []
|
@@ -236,10 +236,6 @@
|
|
236
236
|
"from": "components/VFooter",
|
237
237
|
"styles": []
|
238
238
|
},
|
239
|
-
"VFab": {
|
240
|
-
"from": "components/VFab",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
239
|
"VIcon": {
|
244
240
|
"from": "components/VIcon",
|
245
241
|
"styles": []
|
@@ -276,16 +272,16 @@
|
|
276
272
|
"from": "components/VItemGroup",
|
277
273
|
"styles": []
|
278
274
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput",
|
281
277
|
"styles": []
|
282
278
|
},
|
283
279
|
"VKbd": {
|
284
280
|
"from": "components/VKbd",
|
285
281
|
"styles": []
|
286
282
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
283
|
+
"VLabel": {
|
284
|
+
"from": "components/VLabel",
|
289
285
|
"styles": []
|
290
286
|
},
|
291
287
|
"VList": {
|
@@ -324,6 +320,10 @@
|
|
324
320
|
"from": "components/VList",
|
325
321
|
"styles": []
|
326
322
|
},
|
323
|
+
"VMenu": {
|
324
|
+
"from": "components/VMenu",
|
325
|
+
"styles": []
|
326
|
+
},
|
327
327
|
"VMain": {
|
328
328
|
"from": "components/VMain",
|
329
329
|
"styles": []
|
@@ -332,88 +332,64 @@
|
|
332
332
|
"from": "components/VMessages",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VApp": {
|
340
|
-
"from": "components/VApp",
|
335
|
+
"VOverlay": {
|
336
|
+
"from": "components/VOverlay",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VBtnGroup": {
|
340
|
+
"from": "components/VBtnGroup",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
343
|
"VNumberInput": {
|
348
344
|
"from": "components/VNumberInput",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"VOverlay": {
|
352
|
-
"from": "components/VOverlay",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VOtpInput": {
|
356
|
-
"from": "components/VOtpInput",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
347
|
"VProgressLinear": {
|
360
348
|
"from": "components/VProgressLinear",
|
361
349
|
"styles": []
|
362
350
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
365
353
|
"styles": []
|
366
354
|
},
|
367
355
|
"VRadioGroup": {
|
368
356
|
"from": "components/VRadioGroup",
|
369
357
|
"styles": []
|
370
358
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
373
|
-
"styles": []
|
374
|
-
},
|
375
|
-
"VSelectionControlGroup": {
|
376
|
-
"from": "components/VSelectionControlGroup",
|
359
|
+
"VProgressCircular": {
|
360
|
+
"from": "components/VProgressCircular",
|
377
361
|
"styles": []
|
378
362
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
363
|
+
"VPagination": {
|
364
|
+
"from": "components/VPagination",
|
381
365
|
"styles": []
|
382
366
|
},
|
383
367
|
"VSelectionControl": {
|
384
368
|
"from": "components/VSelectionControl",
|
385
369
|
"styles": []
|
386
370
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
389
|
-
"styles": []
|
390
|
-
},
|
391
|
-
"VSlideGroupItem": {
|
392
|
-
"from": "components/VSlideGroup",
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSnackbar": {
|
396
|
-
"from": "components/VSnackbar",
|
371
|
+
"VSelect": {
|
372
|
+
"from": "components/VSelect",
|
397
373
|
"styles": []
|
398
374
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating",
|
401
377
|
"styles": []
|
402
378
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
379
|
+
"VSelectionControlGroup": {
|
380
|
+
"from": "components/VSelectionControlGroup",
|
405
381
|
"styles": []
|
406
382
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
409
385
|
"styles": []
|
410
386
|
},
|
411
387
|
"VSkeletonLoader": {
|
412
388
|
"from": "components/VSkeletonLoader",
|
413
389
|
"styles": []
|
414
390
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
391
|
+
"VSlider": {
|
392
|
+
"from": "components/VSlider",
|
417
393
|
"styles": []
|
418
394
|
},
|
419
395
|
"VStepper": {
|
@@ -440,8 +416,20 @@
|
|
440
416
|
"from": "components/VStepper",
|
441
417
|
"styles": []
|
442
418
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
419
|
+
"VSwitch": {
|
420
|
+
"from": "components/VSwitch",
|
421
|
+
"styles": []
|
422
|
+
},
|
423
|
+
"VSlideGroup": {
|
424
|
+
"from": "components/VSlideGroup",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VSlideGroupItem": {
|
428
|
+
"from": "components/VSlideGroup",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VSnackbar": {
|
432
|
+
"from": "components/VSnackbar",
|
445
433
|
"styles": []
|
446
434
|
},
|
447
435
|
"VTab": {
|
@@ -460,14 +448,18 @@
|
|
460
448
|
"from": "components/VTabs",
|
461
449
|
"styles": []
|
462
450
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
451
|
+
"VSystemBar": {
|
452
|
+
"from": "components/VSystemBar",
|
465
453
|
"styles": []
|
466
454
|
},
|
467
455
|
"VTextField": {
|
468
456
|
"from": "components/VTextField",
|
469
457
|
"styles": []
|
470
458
|
},
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea",
|
461
|
+
"styles": []
|
462
|
+
},
|
471
463
|
"VTable": {
|
472
464
|
"from": "components/VTable",
|
473
465
|
"styles": []
|
@@ -504,6 +496,10 @@
|
|
504
496
|
"from": "components/VWindow",
|
505
497
|
"styles": []
|
506
498
|
},
|
499
|
+
"VEmptyState": {
|
500
|
+
"from": "components/VEmptyState",
|
501
|
+
"styles": []
|
502
|
+
},
|
507
503
|
"VDataIterator": {
|
508
504
|
"from": "components/VDataIterator",
|
509
505
|
"styles": []
|
@@ -512,8 +508,8 @@
|
|
512
508
|
"from": "components/VDefaultsProvider",
|
513
509
|
"styles": []
|
514
510
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
511
|
+
"VConfirmEdit": {
|
512
|
+
"from": "components/VConfirmEdit",
|
517
513
|
"styles": []
|
518
514
|
},
|
519
515
|
"VContainer": {
|
@@ -532,8 +528,12 @@
|
|
532
528
|
"from": "components/VGrid",
|
533
529
|
"styles": []
|
534
530
|
},
|
535
|
-
"
|
536
|
-
"from": "components/
|
531
|
+
"VForm": {
|
532
|
+
"from": "components/VForm",
|
533
|
+
"styles": []
|
534
|
+
},
|
535
|
+
"VHover": {
|
536
|
+
"from": "components/VHover",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
539
|
"VLayout": {
|
@@ -544,42 +544,54 @@
|
|
544
544
|
"from": "components/VLayout",
|
545
545
|
"styles": []
|
546
546
|
},
|
547
|
-
"
|
548
|
-
"from": "components/
|
547
|
+
"VLazy": {
|
548
|
+
"from": "components/VLazy",
|
549
549
|
"styles": []
|
550
550
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
551
|
+
"VNoSsr": {
|
552
|
+
"from": "components/VNoSsr",
|
553
553
|
"styles": []
|
554
554
|
},
|
555
555
|
"VParallax": {
|
556
556
|
"from": "components/VParallax",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
-
"VRangeSlider": {
|
560
|
-
"from": "components/VRangeSlider",
|
561
|
-
"styles": []
|
562
|
-
},
|
563
559
|
"VRadio": {
|
564
560
|
"from": "components/VRadio",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
563
|
+
"VRangeSlider": {
|
564
|
+
"from": "components/VRangeSlider",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
567
|
+
"VResponsive": {
|
568
|
+
"from": "components/VResponsive",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
571
|
"VSnackbarQueue": {
|
576
572
|
"from": "components/VSnackbarQueue",
|
577
573
|
"styles": []
|
578
574
|
},
|
575
|
+
"VSparkline": {
|
576
|
+
"from": "components/VSparkline",
|
577
|
+
"styles": []
|
578
|
+
},
|
579
|
+
"VSpeedDial": {
|
580
|
+
"from": "components/VSpeedDial",
|
581
|
+
"styles": []
|
582
|
+
},
|
579
583
|
"VThemeProvider": {
|
580
584
|
"from": "components/VThemeProvider",
|
581
585
|
"styles": []
|
582
586
|
},
|
587
|
+
"VValidation": {
|
588
|
+
"from": "components/VValidation",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
|
+
"VNavigationDrawer": {
|
592
|
+
"from": "components/VNavigationDrawer",
|
593
|
+
"styles": []
|
594
|
+
},
|
583
595
|
"VVirtualScroll": {
|
584
596
|
"from": "components/VVirtualScroll",
|
585
597
|
"styles": []
|
@@ -648,20 +660,8 @@
|
|
648
660
|
"from": "components/transitions",
|
649
661
|
"styles": []
|
650
662
|
},
|
651
|
-
"
|
652
|
-
"from": "components/
|
653
|
-
"styles": []
|
654
|
-
},
|
655
|
-
"VHover": {
|
656
|
-
"from": "components/VHover",
|
657
|
-
"styles": []
|
658
|
-
},
|
659
|
-
"VConfirmEdit": {
|
660
|
-
"from": "components/VConfirmEdit",
|
661
|
-
"styles": []
|
662
|
-
},
|
663
|
-
"VSparkline": {
|
664
|
-
"from": "components/VSparkline",
|
663
|
+
"VLocaleProvider": {
|
664
|
+
"from": "components/VLocaleProvider",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|
package/dist/json/tags.json
CHANGED
@@ -465,6 +465,7 @@
|
|
465
465
|
"border",
|
466
466
|
"color",
|
467
467
|
"density",
|
468
|
+
"direction",
|
468
469
|
"divided",
|
469
470
|
"elevation",
|
470
471
|
"rounded",
|
@@ -481,6 +482,7 @@
|
|
481
482
|
"border",
|
482
483
|
"color",
|
483
484
|
"density",
|
485
|
+
"direction",
|
484
486
|
"disabled",
|
485
487
|
"divided",
|
486
488
|
"elevation",
|