@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.2-dev.2025-07-18
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 +3 -3
- package/dist/json/attributes.json +3289 -3289
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +212 -212
- package/dist/json/web-types.json +19421 -6043
- package/dist/vuetify-labs.cjs +64 -65
- package/dist/vuetify-labs.css +4117 -4117
- package/dist/vuetify-labs.d.ts +71 -71
- package/dist/vuetify-labs.esm.js +64 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +64 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +64 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3167 -3167
- package/dist/vuetify.d.ts +71 -71
- package/dist/vuetify.esm.js +64 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +64 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +2 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
@@ -1,37 +1,45 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAppBar": {
|
4
|
+
"from": "components/VAppBar",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAppBarNavIcon": {
|
8
|
+
"from": "components/VAppBar",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
11
|
+
"VAppBarTitle": {
|
12
|
+
"from": "components/VAppBar",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
15
|
"VAutocomplete": {
|
16
16
|
"from": "components/VAutocomplete",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
19
|
+
"VAlert": {
|
20
|
+
"from": "components/VAlert",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VAlertTitle": {
|
24
|
+
"from": "components/VAlert",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
27
|
+
"VApp": {
|
28
|
+
"from": "components/VApp",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VBottomNavigation": {
|
32
|
+
"from": "components/VBottomNavigation",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
35
|
"VAvatar": {
|
32
36
|
"from": "components/VAvatar",
|
33
37
|
"styles": []
|
34
38
|
},
|
39
|
+
"VBottomSheet": {
|
40
|
+
"from": "components/VBottomSheet",
|
41
|
+
"styles": []
|
42
|
+
},
|
35
43
|
"VBadge": {
|
36
44
|
"from": "components/VBadge",
|
37
45
|
"styles": []
|
@@ -48,32 +56,16 @@
|
|
48
56
|
"from": "components/VBreadcrumbs",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VBanner": {
|
56
|
-
"from": "components/VBanner",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBannerActions": {
|
60
|
-
"from": "components/VBanner",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VBannerText": {
|
64
|
-
"from": "components/VBanner",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBottomSheet": {
|
68
|
-
"from": "components/VBottomSheet",
|
59
|
+
"VBtn": {
|
60
|
+
"from": "components/VBtn",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
63
|
+
"VCarousel": {
|
64
|
+
"from": "components/VCarousel",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
67
|
+
"VCarouselItem": {
|
68
|
+
"from": "components/VCarousel",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
71
|
"VCard": {
|
@@ -100,72 +92,44 @@
|
|
100
92
|
"from": "components/VCard",
|
101
93
|
"styles": []
|
102
94
|
},
|
103
|
-
"VCheckbox": {
|
104
|
-
"from": "components/VCheckbox",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCheckboxBtn": {
|
108
|
-
"from": "components/VCheckbox",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
95
|
"VBtnToggle": {
|
112
96
|
"from": "components/VBtnToggle",
|
113
97
|
"styles": []
|
114
98
|
},
|
115
|
-
"VCarousel": {
|
116
|
-
"from": "components/VCarousel",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCarouselItem": {
|
120
|
-
"from": "components/VCarousel",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VChip": {
|
124
|
-
"from": "components/VChip",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VCombobox": {
|
128
|
-
"from": "components/VCombobox",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
99
|
"VChipGroup": {
|
132
100
|
"from": "components/VChipGroup",
|
133
101
|
"styles": []
|
134
102
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VDatePicker": {
|
140
|
-
"from": "components/VDatePicker",
|
103
|
+
"VBtnGroup": {
|
104
|
+
"from": "components/VBtnGroup",
|
141
105
|
"styles": []
|
142
106
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
107
|
+
"VCounter": {
|
108
|
+
"from": "components/VCounter",
|
145
109
|
"styles": []
|
146
110
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
111
|
+
"VChip": {
|
112
|
+
"from": "components/VChip",
|
149
113
|
"styles": []
|
150
114
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
115
|
+
"VCode": {
|
116
|
+
"from": "components/VCode",
|
153
117
|
"styles": []
|
154
118
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
119
|
+
"VColorPicker": {
|
120
|
+
"from": "components/VColorPicker",
|
157
121
|
"styles": []
|
158
122
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
123
|
+
"VCombobox": {
|
124
|
+
"from": "components/VCombobox",
|
161
125
|
"styles": []
|
162
126
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
127
|
+
"VCheckbox": {
|
128
|
+
"from": "components/VCheckbox",
|
165
129
|
"styles": []
|
166
130
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
131
|
+
"VCheckboxBtn": {
|
132
|
+
"from": "components/VCheckbox",
|
169
133
|
"styles": []
|
170
134
|
},
|
171
135
|
"VDataTable": {
|
@@ -196,36 +160,36 @@
|
|
196
160
|
"from": "components/VDataTable",
|
197
161
|
"styles": []
|
198
162
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
163
|
+
"VDatePicker": {
|
164
|
+
"from": "components/VDatePicker",
|
201
165
|
"styles": []
|
202
166
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
167
|
+
"VDatePickerControls": {
|
168
|
+
"from": "components/VDatePicker",
|
205
169
|
"styles": []
|
206
170
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
171
|
+
"VDatePickerHeader": {
|
172
|
+
"from": "components/VDatePicker",
|
209
173
|
"styles": []
|
210
174
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
175
|
+
"VDatePickerMonth": {
|
176
|
+
"from": "components/VDatePicker",
|
213
177
|
"styles": []
|
214
178
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
179
|
+
"VDatePickerMonths": {
|
180
|
+
"from": "components/VDatePicker",
|
217
181
|
"styles": []
|
218
182
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
183
|
+
"VDatePickerYears": {
|
184
|
+
"from": "components/VDatePicker",
|
221
185
|
"styles": []
|
222
186
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
187
|
+
"VEmptyState": {
|
188
|
+
"from": "components/VEmptyState",
|
225
189
|
"styles": []
|
226
190
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
191
|
+
"VDialog": {
|
192
|
+
"from": "components/VDialog",
|
229
193
|
"styles": []
|
230
194
|
},
|
231
195
|
"VDivider": {
|
@@ -236,16 +200,16 @@
|
|
236
200
|
"from": "components/VFab",
|
237
201
|
"styles": []
|
238
202
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
203
|
+
"VField": {
|
204
|
+
"from": "components/VField",
|
241
205
|
"styles": []
|
242
206
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
207
|
+
"VFieldLabel": {
|
208
|
+
"from": "components/VField",
|
245
209
|
"styles": []
|
246
210
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
211
|
+
"VFileInput": {
|
212
|
+
"from": "components/VFileInput",
|
249
213
|
"styles": []
|
250
214
|
},
|
251
215
|
"VIcon": {
|
@@ -268,10 +232,54 @@
|
|
268
232
|
"from": "components/VIcon",
|
269
233
|
"styles": []
|
270
234
|
},
|
235
|
+
"VFooter": {
|
236
|
+
"from": "components/VFooter",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VImg": {
|
240
|
+
"from": "components/VImg",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VInfiniteScroll": {
|
244
|
+
"from": "components/VInfiniteScroll",
|
245
|
+
"styles": []
|
246
|
+
},
|
271
247
|
"VInput": {
|
272
248
|
"from": "components/VInput",
|
273
249
|
"styles": []
|
274
250
|
},
|
251
|
+
"VItemGroup": {
|
252
|
+
"from": "components/VItemGroup",
|
253
|
+
"styles": []
|
254
|
+
},
|
255
|
+
"VItem": {
|
256
|
+
"from": "components/VItemGroup",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VKbd": {
|
260
|
+
"from": "components/VKbd",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VMenu": {
|
264
|
+
"from": "components/VMenu",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
|
+
"VLabel": {
|
268
|
+
"from": "components/VLabel",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VMain": {
|
272
|
+
"from": "components/VMain",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VNavigationDrawer": {
|
276
|
+
"from": "components/VNavigationDrawer",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VOtpInput": {
|
280
|
+
"from": "components/VOtpInput",
|
281
|
+
"styles": []
|
282
|
+
},
|
275
283
|
"VList": {
|
276
284
|
"from": "components/VList",
|
277
285
|
"styles": []
|
@@ -308,50 +316,18 @@
|
|
308
316
|
"from": "components/VList",
|
309
317
|
"styles": []
|
310
318
|
},
|
311
|
-
"VInfiniteScroll": {
|
312
|
-
"from": "components/VInfiniteScroll",
|
313
|
-
"styles": []
|
314
|
-
},
|
315
|
-
"VItemGroup": {
|
316
|
-
"from": "components/VItemGroup",
|
317
|
-
"styles": []
|
318
|
-
},
|
319
|
-
"VItem": {
|
320
|
-
"from": "components/VItemGroup",
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VMain": {
|
324
|
-
"from": "components/VMain",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VMenu": {
|
328
|
-
"from": "components/VMenu",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMessages": {
|
332
|
-
"from": "components/VMessages",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VNavigationDrawer": {
|
336
|
-
"from": "components/VNavigationDrawer",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
319
|
"VNumberInput": {
|
340
320
|
"from": "components/VNumberInput",
|
341
321
|
"styles": []
|
342
322
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
323
|
+
"VMessages": {
|
324
|
+
"from": "components/VMessages",
|
345
325
|
"styles": []
|
346
326
|
},
|
347
327
|
"VOverlay": {
|
348
328
|
"from": "components/VOverlay",
|
349
329
|
"styles": []
|
350
330
|
},
|
351
|
-
"VProgressCircular": {
|
352
|
-
"from": "components/VProgressCircular",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
331
|
"VPagination": {
|
356
332
|
"from": "components/VPagination",
|
357
333
|
"styles": []
|
@@ -360,28 +336,28 @@
|
|
360
336
|
"from": "components/VProgressLinear",
|
361
337
|
"styles": []
|
362
338
|
},
|
363
|
-
"VRadioGroup": {
|
364
|
-
"from": "components/VRadioGroup",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
339
|
"VRating": {
|
368
340
|
"from": "components/VRating",
|
369
341
|
"styles": []
|
370
342
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
343
|
+
"VProgressCircular": {
|
344
|
+
"from": "components/VProgressCircular",
|
373
345
|
"styles": []
|
374
346
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
347
|
+
"VRadioGroup": {
|
348
|
+
"from": "components/VRadioGroup",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VSelectionControl": {
|
352
|
+
"from": "components/VSelectionControl",
|
377
353
|
"styles": []
|
378
354
|
},
|
379
355
|
"VSelectionControlGroup": {
|
380
356
|
"from": "components/VSelectionControlGroup",
|
381
357
|
"styles": []
|
382
358
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
359
|
+
"VSkeletonLoader": {
|
360
|
+
"from": "components/VSkeletonLoader",
|
385
361
|
"styles": []
|
386
362
|
},
|
387
363
|
"VSlideGroup": {
|
@@ -392,40 +368,20 @@
|
|
392
368
|
"from": "components/VSlideGroup",
|
393
369
|
"styles": []
|
394
370
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
371
|
+
"VSheet": {
|
372
|
+
"from": "components/VSheet",
|
397
373
|
"styles": []
|
398
374
|
},
|
399
375
|
"VSlider": {
|
400
376
|
"from": "components/VSlider",
|
401
377
|
"styles": []
|
402
378
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VStepperActions": {
|
408
|
-
"from": "components/VStepper",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VStepperHeader": {
|
412
|
-
"from": "components/VStepper",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VStepperItem": {
|
416
|
-
"from": "components/VStepper",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
|
-
"VStepperWindow": {
|
420
|
-
"from": "components/VStepper",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VStepperWindowItem": {
|
424
|
-
"from": "components/VStepper",
|
379
|
+
"VSwitch": {
|
380
|
+
"from": "components/VSwitch",
|
425
381
|
"styles": []
|
426
382
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
383
|
+
"VSnackbar": {
|
384
|
+
"from": "components/VSnackbar",
|
429
385
|
"styles": []
|
430
386
|
},
|
431
387
|
"VSystemBar": {
|
@@ -448,10 +404,6 @@
|
|
448
404
|
"from": "components/VTabs",
|
449
405
|
"styles": []
|
450
406
|
},
|
451
|
-
"VSwitch": {
|
452
|
-
"from": "components/VSwitch",
|
453
|
-
"styles": []
|
454
|
-
},
|
455
407
|
"VTextarea": {
|
456
408
|
"from": "components/VTextarea",
|
457
409
|
"styles": []
|
@@ -464,6 +416,30 @@
|
|
464
416
|
"from": "components/VTextField",
|
465
417
|
"styles": []
|
466
418
|
},
|
419
|
+
"VTimePicker": {
|
420
|
+
"from": "components/VTimePicker",
|
421
|
+
"styles": []
|
422
|
+
},
|
423
|
+
"VTimePickerClock": {
|
424
|
+
"from": "components/VTimePicker",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VTimePickerControls": {
|
428
|
+
"from": "components/VTimePicker",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VTreeview": {
|
432
|
+
"from": "components/VTreeview",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VTreeviewItem": {
|
436
|
+
"from": "components/VTreeview",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VTreeviewGroup": {
|
440
|
+
"from": "components/VTreeview",
|
441
|
+
"styles": []
|
442
|
+
},
|
467
443
|
"VTimeline": {
|
468
444
|
"from": "components/VTimeline",
|
469
445
|
"styles": []
|
@@ -484,32 +460,48 @@
|
|
484
460
|
"from": "components/VToolbar",
|
485
461
|
"styles": []
|
486
462
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VTreeviewItem": {
|
492
|
-
"from": "components/VTreeview",
|
463
|
+
"VWindow": {
|
464
|
+
"from": "components/VWindow",
|
493
465
|
"styles": []
|
494
466
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
467
|
+
"VWindowItem": {
|
468
|
+
"from": "components/VWindow",
|
497
469
|
"styles": []
|
498
470
|
},
|
499
471
|
"VTooltip": {
|
500
472
|
"from": "components/VTooltip",
|
501
473
|
"styles": []
|
502
474
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
475
|
+
"VStepper": {
|
476
|
+
"from": "components/VStepper",
|
505
477
|
"styles": []
|
506
478
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
479
|
+
"VStepperActions": {
|
480
|
+
"from": "components/VStepper",
|
509
481
|
"styles": []
|
510
482
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
483
|
+
"VStepperHeader": {
|
484
|
+
"from": "components/VStepper",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VStepperItem": {
|
488
|
+
"from": "components/VStepper",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VStepperWindow": {
|
492
|
+
"from": "components/VStepper",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VStepperWindowItem": {
|
496
|
+
"from": "components/VStepper",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VConfirmEdit": {
|
500
|
+
"from": "components/VConfirmEdit",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VSelect": {
|
504
|
+
"from": "components/VSelect",
|
513
505
|
"styles": []
|
514
506
|
},
|
515
507
|
"VDataIterator": {
|
@@ -540,6 +532,10 @@
|
|
540
532
|
"from": "components/VGrid",
|
541
533
|
"styles": []
|
542
534
|
},
|
535
|
+
"VHover": {
|
536
|
+
"from": "components/VHover",
|
537
|
+
"styles": []
|
538
|
+
},
|
543
539
|
"VLayout": {
|
544
540
|
"from": "components/VLayout",
|
545
541
|
"styles": []
|
@@ -552,10 +548,6 @@
|
|
552
548
|
"from": "components/VLazy",
|
553
549
|
"styles": []
|
554
550
|
},
|
555
|
-
"VHover": {
|
556
|
-
"from": "components/VHover",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
551
|
"VLocaleProvider": {
|
560
552
|
"from": "components/VLocaleProvider",
|
561
553
|
"styles": []
|
@@ -564,6 +556,10 @@
|
|
564
556
|
"from": "components/VNoSsr",
|
565
557
|
"styles": []
|
566
558
|
},
|
559
|
+
"VRangeSlider": {
|
560
|
+
"from": "components/VRangeSlider",
|
561
|
+
"styles": []
|
562
|
+
},
|
567
563
|
"VParallax": {
|
568
564
|
"from": "components/VParallax",
|
569
565
|
"styles": []
|
@@ -572,40 +568,32 @@
|
|
572
568
|
"from": "components/VRadio",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
|
-
"VRangeSlider": {
|
576
|
-
"from": "components/VRangeSlider",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
571
|
"VResponsive": {
|
580
572
|
"from": "components/VResponsive",
|
581
573
|
"styles": []
|
582
574
|
},
|
583
|
-
"VSpeedDial": {
|
584
|
-
"from": "components/VSpeedDial",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
575
|
"VSparkline": {
|
588
576
|
"from": "components/VSparkline",
|
589
577
|
"styles": []
|
590
578
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
579
|
+
"VSpeedDial": {
|
580
|
+
"from": "components/VSpeedDial",
|
593
581
|
"styles": []
|
594
582
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
583
|
+
"VBanner": {
|
584
|
+
"from": "components/VBanner",
|
597
585
|
"styles": []
|
598
586
|
},
|
599
|
-
"
|
600
|
-
"from": "components/
|
587
|
+
"VBannerActions": {
|
588
|
+
"from": "components/VBanner",
|
601
589
|
"styles": []
|
602
590
|
},
|
603
|
-
"
|
604
|
-
"from": "components/
|
591
|
+
"VBannerText": {
|
592
|
+
"from": "components/VBanner",
|
605
593
|
"styles": []
|
606
594
|
},
|
607
|
-
"
|
608
|
-
"from": "components/
|
595
|
+
"VSnackbarQueue": {
|
596
|
+
"from": "components/VSnackbarQueue",
|
609
597
|
"styles": []
|
610
598
|
},
|
611
599
|
"VThemeProvider": {
|
@@ -684,8 +672,20 @@
|
|
684
672
|
"from": "components/transitions",
|
685
673
|
"styles": []
|
686
674
|
},
|
687
|
-
"
|
688
|
-
"from": "components/
|
675
|
+
"VExpansionPanels": {
|
676
|
+
"from": "components/VExpansionPanel",
|
677
|
+
"styles": []
|
678
|
+
},
|
679
|
+
"VExpansionPanel": {
|
680
|
+
"from": "components/VExpansionPanel",
|
681
|
+
"styles": []
|
682
|
+
},
|
683
|
+
"VExpansionPanelText": {
|
684
|
+
"from": "components/VExpansionPanel",
|
685
|
+
"styles": []
|
686
|
+
},
|
687
|
+
"VExpansionPanelTitle": {
|
688
|
+
"from": "components/VExpansionPanel",
|
689
689
|
"styles": []
|
690
690
|
}
|
691
691
|
},
|