@vuetify/nightly 3.8.6-master.2025-05-21 → 3.8.6-master.2025-05-23
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 -3
- package/dist/json/attributes.json +3362 -3362
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +6228 -6228
- package/dist/vuetify-labs.cjs +71 -13
- package/dist/vuetify-labs.css +5702 -5702
- package/dist/vuetify-labs.d.ts +63 -63
- package/dist/vuetify-labs.esm.js +71 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +71 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +71 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4058 -4058
- package/dist/vuetify.d.ts +63 -63
- package/dist/vuetify.esm.js +71 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +71 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +12 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +12 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +16 -8
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +63 -63
- package/lib/framework.js +1 -1
- package/lib/util/box.d.ts +1 -0
- package/lib/util/box.js +27 -0
- package/lib/util/box.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +15 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -24,22 +24,10 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VColorInput": {
|
28
|
-
"from": "labs/VColorInput",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
27
|
"VIconBtn": {
|
32
28
|
"from": "labs/VIconBtn",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"VPicker": {
|
36
|
-
"from": "labs/VPicker",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VPickerTitle": {
|
40
|
-
"from": "labs/VPicker",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
31
|
"VFileUpload": {
|
44
32
|
"from": "labs/VFileUpload",
|
45
33
|
"styles": []
|
@@ -48,16 +36,16 @@
|
|
48
36
|
"from": "labs/VFileUpload",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
39
|
+
"VColorInput": {
|
40
|
+
"from": "labs/VColorInput",
|
53
41
|
"styles": []
|
54
42
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
43
|
+
"VPicker": {
|
44
|
+
"from": "labs/VPicker",
|
57
45
|
"styles": []
|
58
46
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
47
|
+
"VPickerTitle": {
|
48
|
+
"from": "labs/VPicker",
|
61
49
|
"styles": []
|
62
50
|
},
|
63
51
|
"VStepperVertical": {
|
@@ -72,6 +60,18 @@
|
|
72
60
|
"from": "labs/VStepperVertical",
|
73
61
|
"styles": []
|
74
62
|
},
|
63
|
+
"VTimePicker": {
|
64
|
+
"from": "labs/VTimePicker",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VTimePickerClock": {
|
68
|
+
"from": "labs/VTimePicker",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTimePickerControls": {
|
72
|
+
"from": "labs/VTimePicker",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
75
|
"VTreeview": {
|
76
76
|
"from": "labs/VTreeview",
|
77
77
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,25 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAutocomplete": {
|
8
|
-
"from": "components/VAutocomplete",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAlert": {
|
12
|
-
"from": "components/VAlert",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAlertTitle": {
|
16
|
-
"from": "components/VAlert",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VBadge": {
|
20
|
-
"from": "components/VBadge",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
3
|
"VAppBar": {
|
24
4
|
"from": "components/VAppBar",
|
25
5
|
"styles": []
|
@@ -32,56 +12,56 @@
|
|
32
12
|
"from": "components/VAppBar",
|
33
13
|
"styles": []
|
34
14
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
15
|
+
"VBanner": {
|
16
|
+
"from": "components/VBanner",
|
37
17
|
"styles": []
|
38
18
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
19
|
+
"VBannerActions": {
|
20
|
+
"from": "components/VBanner",
|
41
21
|
"styles": []
|
42
22
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
23
|
+
"VBannerText": {
|
24
|
+
"from": "components/VBanner",
|
45
25
|
"styles": []
|
46
26
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
27
|
+
"VApp": {
|
28
|
+
"from": "components/VApp",
|
49
29
|
"styles": []
|
50
30
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
31
|
+
"VAlert": {
|
32
|
+
"from": "components/VAlert",
|
53
33
|
"styles": []
|
54
34
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
35
|
+
"VAlertTitle": {
|
36
|
+
"from": "components/VAlert",
|
57
37
|
"styles": []
|
58
38
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
39
|
+
"VAutocomplete": {
|
40
|
+
"from": "components/VAutocomplete",
|
61
41
|
"styles": []
|
62
42
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
43
|
+
"VBadge": {
|
44
|
+
"from": "components/VBadge",
|
65
45
|
"styles": []
|
66
46
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
47
|
+
"VBottomSheet": {
|
48
|
+
"from": "components/VBottomSheet",
|
69
49
|
"styles": []
|
70
50
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
51
|
+
"VAvatar": {
|
52
|
+
"from": "components/VAvatar",
|
73
53
|
"styles": []
|
74
54
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
55
|
+
"VBottomNavigation": {
|
56
|
+
"from": "components/VBottomNavigation",
|
77
57
|
"styles": []
|
78
58
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
59
|
+
"VBtnGroup": {
|
60
|
+
"from": "components/VBtnGroup",
|
81
61
|
"styles": []
|
82
62
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
63
|
+
"VBtn": {
|
64
|
+
"from": "components/VBtn",
|
85
65
|
"styles": []
|
86
66
|
},
|
87
67
|
"VCard": {
|
@@ -108,10 +88,26 @@
|
|
108
88
|
"from": "components/VCard",
|
109
89
|
"styles": []
|
110
90
|
},
|
91
|
+
"VBtnToggle": {
|
92
|
+
"from": "components/VBtnToggle",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VCarousel": {
|
96
|
+
"from": "components/VCarousel",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VCarouselItem": {
|
100
|
+
"from": "components/VCarousel",
|
101
|
+
"styles": []
|
102
|
+
},
|
111
103
|
"VChip": {
|
112
104
|
"from": "components/VChip",
|
113
105
|
"styles": []
|
114
106
|
},
|
107
|
+
"VChipGroup": {
|
108
|
+
"from": "components/VChipGroup",
|
109
|
+
"styles": []
|
110
|
+
},
|
115
111
|
"VCheckbox": {
|
116
112
|
"from": "components/VCheckbox",
|
117
113
|
"styles": []
|
@@ -120,8 +116,16 @@
|
|
120
116
|
"from": "components/VCheckbox",
|
121
117
|
"styles": []
|
122
118
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
119
|
+
"VBreadcrumbs": {
|
120
|
+
"from": "components/VBreadcrumbs",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VBreadcrumbsItem": {
|
124
|
+
"from": "components/VBreadcrumbs",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VBreadcrumbsDivider": {
|
128
|
+
"from": "components/VBreadcrumbs",
|
125
129
|
"styles": []
|
126
130
|
},
|
127
131
|
"VCode": {
|
@@ -136,16 +140,36 @@
|
|
136
140
|
"from": "components/VCounter",
|
137
141
|
"styles": []
|
138
142
|
},
|
139
|
-
"VChipGroup": {
|
140
|
-
"from": "components/VChipGroup",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
143
|
"VColorPicker": {
|
144
144
|
"from": "components/VColorPicker",
|
145
145
|
"styles": []
|
146
146
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
147
|
+
"VDataTable": {
|
148
|
+
"from": "components/VDataTable",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDataTableHeaders": {
|
152
|
+
"from": "components/VDataTable",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDataTableFooter": {
|
156
|
+
"from": "components/VDataTable",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDataTableRows": {
|
160
|
+
"from": "components/VDataTable",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDataTableRow": {
|
164
|
+
"from": "components/VDataTable",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDataTableVirtual": {
|
168
|
+
"from": "components/VDataTable",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VDataTableServer": {
|
172
|
+
"from": "components/VDataTable",
|
149
173
|
"styles": []
|
150
174
|
},
|
151
175
|
"VDatePicker": {
|
@@ -172,12 +196,12 @@
|
|
172
196
|
"from": "components/VDatePicker",
|
173
197
|
"styles": []
|
174
198
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog",
|
177
201
|
"styles": []
|
178
202
|
},
|
179
|
-
"
|
180
|
-
"from": "components/
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
181
205
|
"styles": []
|
182
206
|
},
|
183
207
|
"VExpansionPanels": {
|
@@ -204,50 +228,38 @@
|
|
204
228
|
"from": "components/VField",
|
205
229
|
"styles": []
|
206
230
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VIcon": {
|
212
|
-
"from": "components/VIcon",
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
213
233
|
"styles": []
|
214
234
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
235
|
+
"VFooter": {
|
236
|
+
"from": "components/VFooter",
|
217
237
|
"styles": []
|
218
238
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
239
|
+
"VEmptyState": {
|
240
|
+
"from": "components/VEmptyState",
|
221
241
|
"styles": []
|
222
242
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
243
|
+
"VImg": {
|
244
|
+
"from": "components/VImg",
|
225
245
|
"styles": []
|
226
246
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
247
|
+
"VFab": {
|
248
|
+
"from": "components/VFab",
|
229
249
|
"styles": []
|
230
250
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
251
|
+
"VInput": {
|
252
|
+
"from": "components/VInput",
|
233
253
|
"styles": []
|
234
254
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
255
|
+
"VKbd": {
|
256
|
+
"from": "components/VKbd",
|
237
257
|
"styles": []
|
238
258
|
},
|
239
259
|
"VInfiniteScroll": {
|
240
260
|
"from": "components/VInfiniteScroll",
|
241
261
|
"styles": []
|
242
262
|
},
|
243
|
-
"VLabel": {
|
244
|
-
"from": "components/VLabel",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VInput": {
|
248
|
-
"from": "components/VInput",
|
249
|
-
"styles": []
|
250
|
-
},
|
251
263
|
"VItemGroup": {
|
252
264
|
"from": "components/VItemGroup",
|
253
265
|
"styles": []
|
@@ -256,20 +268,8 @@
|
|
256
268
|
"from": "components/VItemGroup",
|
257
269
|
"styles": []
|
258
270
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
261
|
-
"styles": []
|
262
|
-
},
|
263
|
-
"VKbd": {
|
264
|
-
"from": "components/VKbd",
|
265
|
-
"styles": []
|
266
|
-
},
|
267
|
-
"VMessages": {
|
268
|
-
"from": "components/VMessages",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VMenu": {
|
272
|
-
"from": "components/VMenu",
|
271
|
+
"VLabel": {
|
272
|
+
"from": "components/VLabel",
|
273
273
|
"styles": []
|
274
274
|
},
|
275
275
|
"VList": {
|
@@ -308,22 +308,34 @@
|
|
308
308
|
"from": "components/VList",
|
309
309
|
"styles": []
|
310
310
|
},
|
311
|
-
"
|
312
|
-
"from": "components/
|
311
|
+
"VMessages": {
|
312
|
+
"from": "components/VMessages",
|
313
313
|
"styles": []
|
314
314
|
},
|
315
|
-
"
|
316
|
-
"from": "components/
|
315
|
+
"VMain": {
|
316
|
+
"from": "components/VMain",
|
317
317
|
"styles": []
|
318
318
|
},
|
319
319
|
"VNumberInput": {
|
320
320
|
"from": "components/VNumberInput",
|
321
321
|
"styles": []
|
322
322
|
},
|
323
|
+
"VNavigationDrawer": {
|
324
|
+
"from": "components/VNavigationDrawer",
|
325
|
+
"styles": []
|
326
|
+
},
|
327
|
+
"VOtpInput": {
|
328
|
+
"from": "components/VOtpInput",
|
329
|
+
"styles": []
|
330
|
+
},
|
323
331
|
"VOverlay": {
|
324
332
|
"from": "components/VOverlay",
|
325
333
|
"styles": []
|
326
334
|
},
|
335
|
+
"VPagination": {
|
336
|
+
"from": "components/VPagination",
|
337
|
+
"styles": []
|
338
|
+
},
|
327
339
|
"VProgressCircular": {
|
328
340
|
"from": "components/VProgressCircular",
|
329
341
|
"styles": []
|
@@ -336,14 +348,6 @@
|
|
336
348
|
"from": "components/VProgressLinear",
|
337
349
|
"styles": []
|
338
350
|
},
|
339
|
-
"VPagination": {
|
340
|
-
"from": "components/VPagination",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
|
-
"VSelectionControlGroup": {
|
344
|
-
"from": "components/VSelectionControlGroup",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
351
|
"VRating": {
|
348
352
|
"from": "components/VRating",
|
349
353
|
"styles": []
|
@@ -356,12 +360,20 @@
|
|
356
360
|
"from": "components/VSelectionControl",
|
357
361
|
"styles": []
|
358
362
|
},
|
363
|
+
"VSelectionControlGroup": {
|
364
|
+
"from": "components/VSelectionControlGroup",
|
365
|
+
"styles": []
|
366
|
+
},
|
359
367
|
"VSkeletonLoader": {
|
360
368
|
"from": "components/VSkeletonLoader",
|
361
369
|
"styles": []
|
362
370
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
371
|
+
"VMenu": {
|
372
|
+
"from": "components/VMenu",
|
373
|
+
"styles": []
|
374
|
+
},
|
375
|
+
"VSheet": {
|
376
|
+
"from": "components/VSheet",
|
365
377
|
"styles": []
|
366
378
|
},
|
367
379
|
"VSlideGroup": {
|
@@ -372,6 +384,14 @@
|
|
372
384
|
"from": "components/VSlideGroup",
|
373
385
|
"styles": []
|
374
386
|
},
|
387
|
+
"VSnackbar": {
|
388
|
+
"from": "components/VSnackbar",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSlider": {
|
392
|
+
"from": "components/VSlider",
|
393
|
+
"styles": []
|
394
|
+
},
|
375
395
|
"VStepper": {
|
376
396
|
"from": "components/VStepper",
|
377
397
|
"styles": []
|
@@ -396,48 +416,40 @@
|
|
396
416
|
"from": "components/VStepper",
|
397
417
|
"styles": []
|
398
418
|
},
|
399
|
-
"VSlider": {
|
400
|
-
"from": "components/VSlider",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VSheet": {
|
404
|
-
"from": "components/VSheet",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
419
|
"VSwitch": {
|
408
420
|
"from": "components/VSwitch",
|
409
421
|
"styles": []
|
410
422
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
423
|
+
"VSystemBar": {
|
424
|
+
"from": "components/VSystemBar",
|
413
425
|
"styles": []
|
414
426
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
427
|
+
"VTextarea": {
|
428
|
+
"from": "components/VTextarea",
|
417
429
|
"styles": []
|
418
430
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
431
|
+
"VTextField": {
|
432
|
+
"from": "components/VTextField",
|
421
433
|
"styles": []
|
422
434
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
435
|
+
"VTable": {
|
436
|
+
"from": "components/VTable",
|
425
437
|
"styles": []
|
426
438
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
439
|
+
"VToolbar": {
|
440
|
+
"from": "components/VToolbar",
|
429
441
|
"styles": []
|
430
442
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
443
|
+
"VToolbarTitle": {
|
444
|
+
"from": "components/VToolbar",
|
433
445
|
"styles": []
|
434
446
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
447
|
+
"VToolbarItems": {
|
448
|
+
"from": "components/VToolbar",
|
437
449
|
"styles": []
|
438
450
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
451
|
+
"VTooltip": {
|
452
|
+
"from": "components/VTooltip",
|
441
453
|
"styles": []
|
442
454
|
},
|
443
455
|
"VTimeline": {
|
@@ -448,24 +460,20 @@
|
|
448
460
|
"from": "components/VTimeline",
|
449
461
|
"styles": []
|
450
462
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VToolbarTitle": {
|
456
|
-
"from": "components/VToolbar",
|
463
|
+
"VTab": {
|
464
|
+
"from": "components/VTabs",
|
457
465
|
"styles": []
|
458
466
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
467
|
+
"VTabs": {
|
468
|
+
"from": "components/VTabs",
|
461
469
|
"styles": []
|
462
470
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
471
|
+
"VTabsWindow": {
|
472
|
+
"from": "components/VTabs",
|
465
473
|
"styles": []
|
466
474
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
475
|
+
"VTabsWindowItem": {
|
476
|
+
"from": "components/VTabs",
|
469
477
|
"styles": []
|
470
478
|
},
|
471
479
|
"VWindow": {
|
@@ -484,10 +492,6 @@
|
|
484
492
|
"from": "components/VDataIterator",
|
485
493
|
"styles": []
|
486
494
|
},
|
487
|
-
"VDefaultsProvider": {
|
488
|
-
"from": "components/VDefaultsProvider",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
495
|
"VContainer": {
|
492
496
|
"from": "components/VGrid",
|
493
497
|
"styles": []
|
@@ -504,10 +508,18 @@
|
|
504
508
|
"from": "components/VGrid",
|
505
509
|
"styles": []
|
506
510
|
},
|
511
|
+
"VHover": {
|
512
|
+
"from": "components/VHover",
|
513
|
+
"styles": []
|
514
|
+
},
|
507
515
|
"VForm": {
|
508
516
|
"from": "components/VForm",
|
509
517
|
"styles": []
|
510
518
|
},
|
519
|
+
"VLazy": {
|
520
|
+
"from": "components/VLazy",
|
521
|
+
"styles": []
|
522
|
+
},
|
511
523
|
"VLayout": {
|
512
524
|
"from": "components/VLayout",
|
513
525
|
"styles": []
|
@@ -520,10 +532,6 @@
|
|
520
532
|
"from": "components/VLocaleProvider",
|
521
533
|
"styles": []
|
522
534
|
},
|
523
|
-
"VHover": {
|
524
|
-
"from": "components/VHover",
|
525
|
-
"styles": []
|
526
|
-
},
|
527
535
|
"VNoSsr": {
|
528
536
|
"from": "components/VNoSsr",
|
529
537
|
"styles": []
|
@@ -548,14 +556,14 @@
|
|
548
556
|
"from": "components/VSnackbarQueue",
|
549
557
|
"styles": []
|
550
558
|
},
|
551
|
-
"VSparkline": {
|
552
|
-
"from": "components/VSparkline",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
559
|
"VSpeedDial": {
|
556
560
|
"from": "components/VSpeedDial",
|
557
561
|
"styles": []
|
558
562
|
},
|
563
|
+
"VValidation": {
|
564
|
+
"from": "components/VValidation",
|
565
|
+
"styles": []
|
566
|
+
},
|
559
567
|
"VThemeProvider": {
|
560
568
|
"from": "components/VThemeProvider",
|
561
569
|
"styles": []
|
@@ -628,40 +636,32 @@
|
|
628
636
|
"from": "components/transitions",
|
629
637
|
"styles": []
|
630
638
|
},
|
631
|
-
"
|
632
|
-
"from": "components/
|
633
|
-
"styles": []
|
634
|
-
},
|
635
|
-
"VDataTableHeaders": {
|
636
|
-
"from": "components/VDataTable",
|
637
|
-
"styles": []
|
638
|
-
},
|
639
|
-
"VDataTableFooter": {
|
640
|
-
"from": "components/VDataTable",
|
639
|
+
"VSparkline": {
|
640
|
+
"from": "components/VSparkline",
|
641
641
|
"styles": []
|
642
642
|
},
|
643
|
-
"
|
644
|
-
"from": "components/
|
643
|
+
"VIcon": {
|
644
|
+
"from": "components/VIcon",
|
645
645
|
"styles": []
|
646
646
|
},
|
647
|
-
"
|
648
|
-
"from": "components/
|
647
|
+
"VComponentIcon": {
|
648
|
+
"from": "components/VIcon",
|
649
649
|
"styles": []
|
650
650
|
},
|
651
|
-
"
|
652
|
-
"from": "components/
|
651
|
+
"VSvgIcon": {
|
652
|
+
"from": "components/VIcon",
|
653
653
|
"styles": []
|
654
654
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
655
|
+
"VLigatureIcon": {
|
656
|
+
"from": "components/VIcon",
|
657
657
|
"styles": []
|
658
658
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
659
|
+
"VClassIcon": {
|
660
|
+
"from": "components/VIcon",
|
661
661
|
"styles": []
|
662
662
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
663
|
+
"VDefaultsProvider": {
|
664
|
+
"from": "components/VDefaultsProvider",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|