@vuetify/nightly 3.8.0-beta.0-dev.2025-03-22 → 3.8.0-beta.0-dev.2025-03-24
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 +15 -3
- package/dist/json/attributes.json +3267 -3267
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +6204 -6204
- package/dist/vuetify-labs.cjs +8 -4
- package/dist/vuetify-labs.css +3402 -3402
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +8 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5931 -5931
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -4
- 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/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.js +5 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VInput/VInput.css +15 -15
- package/lib/components/VInput/VInput.sass +4 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -24,14 +24,6 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"VPicker": {
|
28
|
-
"from": "labs/VPicker",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VPickerTitle": {
|
32
|
-
"from": "labs/VPicker",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VFileUpload": {
|
36
28
|
"from": "labs/VFileUpload",
|
37
29
|
"styles": []
|
@@ -40,6 +32,14 @@
|
|
40
32
|
"from": "labs/VFileUpload",
|
41
33
|
"styles": []
|
42
34
|
},
|
35
|
+
"VPicker": {
|
36
|
+
"from": "labs/VPicker",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VPickerTitle": {
|
40
|
+
"from": "labs/VPicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
43
|
"VStepperVertical": {
|
44
44
|
"from": "labs/VStepperVertical",
|
45
45
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -4,6 +4,10 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAvatar": {
|
8
|
+
"from": "components/VAvatar",
|
9
|
+
"styles": []
|
10
|
+
},
|
7
11
|
"VAppBar": {
|
8
12
|
"from": "components/VAppBar",
|
9
13
|
"styles": []
|
@@ -16,14 +20,6 @@
|
|
16
20
|
"from": "components/VAppBar",
|
17
21
|
"styles": []
|
18
22
|
},
|
19
|
-
"VAutocomplete": {
|
20
|
-
"from": "components/VAutocomplete",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAvatar": {
|
24
|
-
"from": "components/VAvatar",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
23
|
"VAlert": {
|
28
24
|
"from": "components/VAlert",
|
29
25
|
"styles": []
|
@@ -32,6 +28,10 @@
|
|
32
28
|
"from": "components/VAlert",
|
33
29
|
"styles": []
|
34
30
|
},
|
31
|
+
"VBottomNavigation": {
|
32
|
+
"from": "components/VBottomNavigation",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
35
|
"VBanner": {
|
36
36
|
"from": "components/VBanner",
|
37
37
|
"styles": []
|
@@ -44,8 +44,16 @@
|
|
44
44
|
"from": "components/VBanner",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
47
|
+
"VBadge": {
|
48
|
+
"from": "components/VBadge",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VAutocomplete": {
|
52
|
+
"from": "components/VAutocomplete",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBottomSheet": {
|
56
|
+
"from": "components/VBottomSheet",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
59
|
"VBreadcrumbs": {
|
@@ -60,18 +68,22 @@
|
|
60
68
|
"from": "components/VBreadcrumbs",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
71
|
+
"VCarousel": {
|
72
|
+
"from": "components/VCarousel",
|
65
73
|
"styles": []
|
66
74
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
75
|
+
"VCarouselItem": {
|
76
|
+
"from": "components/VCarousel",
|
69
77
|
"styles": []
|
70
78
|
},
|
71
79
|
"VBtn": {
|
72
80
|
"from": "components/VBtn",
|
73
81
|
"styles": []
|
74
82
|
},
|
83
|
+
"VBtnToggle": {
|
84
|
+
"from": "components/VBtnToggle",
|
85
|
+
"styles": []
|
86
|
+
},
|
75
87
|
"VBtnGroup": {
|
76
88
|
"from": "components/VBtnGroup",
|
77
89
|
"styles": []
|
@@ -100,82 +112,42 @@
|
|
100
112
|
"from": "components/VCard",
|
101
113
|
"styles": []
|
102
114
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip",
|
105
117
|
"styles": []
|
106
118
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
119
|
+
"VCheckbox": {
|
120
|
+
"from": "components/VCheckbox",
|
109
121
|
"styles": []
|
110
122
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
123
|
+
"VCheckboxBtn": {
|
124
|
+
"from": "components/VCheckbox",
|
113
125
|
"styles": []
|
114
126
|
},
|
115
127
|
"VCode": {
|
116
128
|
"from": "components/VCode",
|
117
129
|
"styles": []
|
118
130
|
},
|
119
|
-
"VColorPicker": {
|
120
|
-
"from": "components/VColorPicker",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
131
|
"VChipGroup": {
|
124
132
|
"from": "components/VChipGroup",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VChip": {
|
132
|
-
"from": "components/VChip",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VDataTable": {
|
136
|
-
"from": "components/VDataTable",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VDataTableHeaders": {
|
140
|
-
"from": "components/VDataTable",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDataTableFooter": {
|
144
|
-
"from": "components/VDataTable",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VDataTableRows": {
|
148
|
-
"from": "components/VDataTable",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VDataTableRow": {
|
152
|
-
"from": "components/VDataTable",
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VDataTableVirtual": {
|
156
|
-
"from": "components/VDataTable",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VDataTableServer": {
|
160
|
-
"from": "components/VDataTable",
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
161
137
|
"styles": []
|
162
138
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
139
|
+
"VCombobox": {
|
140
|
+
"from": "components/VCombobox",
|
165
141
|
"styles": []
|
166
142
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
143
|
+
"VCounter": {
|
144
|
+
"from": "components/VCounter",
|
169
145
|
"styles": []
|
170
146
|
},
|
171
147
|
"VDialog": {
|
172
148
|
"from": "components/VDialog",
|
173
149
|
"styles": []
|
174
150
|
},
|
175
|
-
"VCounter": {
|
176
|
-
"from": "components/VCounter",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
151
|
"VDatePicker": {
|
180
152
|
"from": "components/VDatePicker",
|
181
153
|
"styles": []
|
@@ -200,6 +172,34 @@
|
|
200
172
|
"from": "components/VDatePicker",
|
201
173
|
"styles": []
|
202
174
|
},
|
175
|
+
"VDataTable": {
|
176
|
+
"from": "components/VDataTable",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDataTableHeaders": {
|
180
|
+
"from": "components/VDataTable",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDataTableFooter": {
|
184
|
+
"from": "components/VDataTable",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDataTableRows": {
|
188
|
+
"from": "components/VDataTable",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDataTableRow": {
|
192
|
+
"from": "components/VDataTable",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDataTableVirtual": {
|
196
|
+
"from": "components/VDataTable",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDataTableServer": {
|
200
|
+
"from": "components/VDataTable",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
203
|
"VEmptyState": {
|
204
204
|
"from": "components/VEmptyState",
|
205
205
|
"styles": []
|
@@ -220,14 +220,22 @@
|
|
220
220
|
"from": "components/VExpansionPanel",
|
221
221
|
"styles": []
|
222
222
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
223
|
+
"VDivider": {
|
224
|
+
"from": "components/VDivider",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VFooter": {
|
228
|
+
"from": "components/VFooter",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
231
|
"VFab": {
|
228
232
|
"from": "components/VFab",
|
229
233
|
"styles": []
|
230
234
|
},
|
235
|
+
"VFileInput": {
|
236
|
+
"from": "components/VFileInput",
|
237
|
+
"styles": []
|
238
|
+
},
|
231
239
|
"VField": {
|
232
240
|
"from": "components/VField",
|
233
241
|
"styles": []
|
@@ -236,24 +244,8 @@
|
|
236
244
|
"from": "components/VField",
|
237
245
|
"styles": []
|
238
246
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
241
|
-
"styles": []
|
242
|
-
},
|
243
|
-
"VItemGroup": {
|
244
|
-
"from": "components/VItemGroup",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VItem": {
|
248
|
-
"from": "components/VItemGroup",
|
249
|
-
"styles": []
|
250
|
-
},
|
251
|
-
"VInput": {
|
252
|
-
"from": "components/VInput",
|
253
|
-
"styles": []
|
254
|
-
},
|
255
|
-
"VKbd": {
|
256
|
-
"from": "components/VKbd",
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
257
249
|
"styles": []
|
258
250
|
},
|
259
251
|
"VIcon": {
|
@@ -276,10 +268,34 @@
|
|
276
268
|
"from": "components/VIcon",
|
277
269
|
"styles": []
|
278
270
|
},
|
271
|
+
"VKbd": {
|
272
|
+
"from": "components/VKbd",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VImg": {
|
276
|
+
"from": "components/VImg",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VItemGroup": {
|
280
|
+
"from": "components/VItemGroup",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VItem": {
|
284
|
+
"from": "components/VItemGroup",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VInput": {
|
288
|
+
"from": "components/VInput",
|
289
|
+
"styles": []
|
290
|
+
},
|
279
291
|
"VLabel": {
|
280
292
|
"from": "components/VLabel",
|
281
293
|
"styles": []
|
282
294
|
},
|
295
|
+
"VMenu": {
|
296
|
+
"from": "components/VMenu",
|
297
|
+
"styles": []
|
298
|
+
},
|
283
299
|
"VList": {
|
284
300
|
"from": "components/VList",
|
285
301
|
"styles": []
|
@@ -316,48 +332,48 @@
|
|
316
332
|
"from": "components/VList",
|
317
333
|
"styles": []
|
318
334
|
},
|
335
|
+
"VNavigationDrawer": {
|
336
|
+
"from": "components/VNavigationDrawer",
|
337
|
+
"styles": []
|
338
|
+
},
|
319
339
|
"VMain": {
|
320
340
|
"from": "components/VMain",
|
321
341
|
"styles": []
|
322
342
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
343
|
+
"VOverlay": {
|
344
|
+
"from": "components/VOverlay",
|
325
345
|
"styles": []
|
326
346
|
},
|
327
347
|
"VMessages": {
|
328
348
|
"from": "components/VMessages",
|
329
349
|
"styles": []
|
330
350
|
},
|
331
|
-
"VOtpInput": {
|
332
|
-
"from": "components/VOtpInput",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
351
|
"VNumberInput": {
|
336
352
|
"from": "components/VNumberInput",
|
337
353
|
"styles": []
|
338
354
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
341
357
|
"styles": []
|
342
358
|
},
|
343
359
|
"VRadioGroup": {
|
344
360
|
"from": "components/VRadioGroup",
|
345
361
|
"styles": []
|
346
362
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
349
|
-
"styles": []
|
350
|
-
},
|
351
|
-
"VPagination": {
|
352
|
-
"from": "components/VPagination",
|
363
|
+
"VOtpInput": {
|
364
|
+
"from": "components/VOtpInput",
|
353
365
|
"styles": []
|
354
366
|
},
|
355
367
|
"VProgressLinear": {
|
356
368
|
"from": "components/VProgressLinear",
|
357
369
|
"styles": []
|
358
370
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
371
|
+
"VSelect": {
|
372
|
+
"from": "components/VSelect",
|
373
|
+
"styles": []
|
374
|
+
},
|
375
|
+
"VProgressCircular": {
|
376
|
+
"from": "components/VProgressCircular",
|
361
377
|
"styles": []
|
362
378
|
},
|
363
379
|
"VRating": {
|
@@ -368,38 +384,26 @@
|
|
368
384
|
"from": "components/VSelectionControl",
|
369
385
|
"styles": []
|
370
386
|
},
|
371
|
-
"VSelect": {
|
372
|
-
"from": "components/VSelect",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
|
-
"VSheet": {
|
376
|
-
"from": "components/VSheet",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
387
|
"VSelectionControlGroup": {
|
380
388
|
"from": "components/VSelectionControlGroup",
|
381
389
|
"styles": []
|
382
390
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VSlideGroupItem": {
|
388
|
-
"from": "components/VSlideGroup",
|
391
|
+
"VSheet": {
|
392
|
+
"from": "components/VSheet",
|
389
393
|
"styles": []
|
390
394
|
},
|
391
395
|
"VSlider": {
|
392
396
|
"from": "components/VSlider",
|
393
397
|
"styles": []
|
394
398
|
},
|
395
|
-
"VSnackbar": {
|
396
|
-
"from": "components/VSnackbar",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
399
|
"VSkeletonLoader": {
|
400
400
|
"from": "components/VSkeletonLoader",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
405
|
+
"styles": []
|
406
|
+
},
|
403
407
|
"VStepper": {
|
404
408
|
"from": "components/VStepper",
|
405
409
|
"styles": []
|
@@ -424,32 +428,12 @@
|
|
424
428
|
"from": "components/VStepper",
|
425
429
|
"styles": []
|
426
430
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSwitch": {
|
432
|
-
"from": "components/VSwitch",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VTable": {
|
436
|
-
"from": "components/VTable",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VTextField": {
|
440
|
-
"from": "components/VTextField",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VToolbar": {
|
444
|
-
"from": "components/VToolbar",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VToolbarTitle": {
|
448
|
-
"from": "components/VToolbar",
|
431
|
+
"VSlideGroup": {
|
432
|
+
"from": "components/VSlideGroup",
|
449
433
|
"styles": []
|
450
434
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
435
|
+
"VSlideGroupItem": {
|
436
|
+
"from": "components/VSlideGroup",
|
453
437
|
"styles": []
|
454
438
|
},
|
455
439
|
"VTab": {
|
@@ -468,6 +452,10 @@
|
|
468
452
|
"from": "components/VTabs",
|
469
453
|
"styles": []
|
470
454
|
},
|
455
|
+
"VSystemBar": {
|
456
|
+
"from": "components/VSystemBar",
|
457
|
+
"styles": []
|
458
|
+
},
|
471
459
|
"VTextarea": {
|
472
460
|
"from": "components/VTextarea",
|
473
461
|
"styles": []
|
@@ -480,24 +468,40 @@
|
|
480
468
|
"from": "components/VTimeline",
|
481
469
|
"styles": []
|
482
470
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
471
|
+
"VSwitch": {
|
472
|
+
"from": "components/VSwitch",
|
485
473
|
"styles": []
|
486
474
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
475
|
+
"VTable": {
|
476
|
+
"from": "components/VTable",
|
477
|
+
"styles": []
|
478
|
+
},
|
479
|
+
"VTextField": {
|
480
|
+
"from": "components/VTextField",
|
489
481
|
"styles": []
|
490
482
|
},
|
491
483
|
"VTooltip": {
|
492
484
|
"from": "components/VTooltip",
|
493
485
|
"styles": []
|
494
486
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
487
|
+
"VToolbar": {
|
488
|
+
"from": "components/VToolbar",
|
497
489
|
"styles": []
|
498
490
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
491
|
+
"VToolbarTitle": {
|
492
|
+
"from": "components/VToolbar",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VToolbarItems": {
|
496
|
+
"from": "components/VToolbar",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VWindow": {
|
500
|
+
"from": "components/VWindow",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VWindowItem": {
|
504
|
+
"from": "components/VWindow",
|
501
505
|
"styles": []
|
502
506
|
},
|
503
507
|
"VConfirmEdit": {
|
@@ -512,6 +516,10 @@
|
|
512
516
|
"from": "components/VDefaultsProvider",
|
513
517
|
"styles": []
|
514
518
|
},
|
519
|
+
"VForm": {
|
520
|
+
"from": "components/VForm",
|
521
|
+
"styles": []
|
522
|
+
},
|
515
523
|
"VContainer": {
|
516
524
|
"from": "components/VGrid",
|
517
525
|
"styles": []
|
@@ -528,14 +536,6 @@
|
|
528
536
|
"from": "components/VGrid",
|
529
537
|
"styles": []
|
530
538
|
},
|
531
|
-
"VForm": {
|
532
|
-
"from": "components/VForm",
|
533
|
-
"styles": []
|
534
|
-
},
|
535
|
-
"VHover": {
|
536
|
-
"from": "components/VHover",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
539
|
"VLayout": {
|
540
540
|
"from": "components/VLayout",
|
541
541
|
"styles": []
|
@@ -544,6 +544,10 @@
|
|
544
544
|
"from": "components/VLayout",
|
545
545
|
"styles": []
|
546
546
|
},
|
547
|
+
"VHover": {
|
548
|
+
"from": "components/VHover",
|
549
|
+
"styles": []
|
550
|
+
},
|
547
551
|
"VLazy": {
|
548
552
|
"from": "components/VLazy",
|
549
553
|
"styles": []
|
@@ -552,10 +556,6 @@
|
|
552
556
|
"from": "components/VLocaleProvider",
|
553
557
|
"styles": []
|
554
558
|
},
|
555
|
-
"VRadio": {
|
556
|
-
"from": "components/VRadio",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
559
|
"VNoSsr": {
|
560
560
|
"from": "components/VNoSsr",
|
561
561
|
"styles": []
|
@@ -564,6 +564,10 @@
|
|
564
564
|
"from": "components/VParallax",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
+
"VRadio": {
|
568
|
+
"from": "components/VRadio",
|
569
|
+
"styles": []
|
570
|
+
},
|
567
571
|
"VRangeSlider": {
|
568
572
|
"from": "components/VRangeSlider",
|
569
573
|
"styles": []
|
@@ -572,10 +576,6 @@
|
|
572
576
|
"from": "components/VResponsive",
|
573
577
|
"styles": []
|
574
578
|
},
|
575
|
-
"VSparkline": {
|
576
|
-
"from": "components/VSparkline",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
579
|
"VSnackbarQueue": {
|
580
580
|
"from": "components/VSnackbarQueue",
|
581
581
|
"styles": []
|
@@ -584,6 +584,10 @@
|
|
584
584
|
"from": "components/VSpeedDial",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
|
+
"VSparkline": {
|
588
|
+
"from": "components/VSparkline",
|
589
|
+
"styles": []
|
590
|
+
},
|
587
591
|
"VThemeProvider": {
|
588
592
|
"from": "components/VThemeProvider",
|
589
593
|
"styles": []
|
@@ -659,10 +663,6 @@
|
|
659
663
|
"VDialogTransition": {
|
660
664
|
"from": "components/transitions",
|
661
665
|
"styles": []
|
662
|
-
},
|
663
|
-
"VDivider": {
|
664
|
-
"from": "components/VDivider",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|