@vuetify/nightly 3.8.9-master.2025-06-11 → 3.8.9-master.2025-06-13
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 +19 -3
- package/dist/json/attributes.json +3262 -3262
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +6344 -6344
- package/dist/vuetify-labs.cjs +43 -22
- package/dist/vuetify-labs.css +4907 -4905
- package/dist/vuetify-labs.d.ts +60 -60
- package/dist/vuetify-labs.esm.js +43 -22
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +43 -22
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +41 -22
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3650 -3648
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +41 -22
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -22
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +19 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +19 -13
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +1 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VField/VField.js +10 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VListItem.css +2 -0
- package/lib/components/VList/VListItem.sass +2 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.css +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
- package/lib/composables/hotkey.d.ts +9 -0
- package/lib/composables/hotkey.js +131 -0
- package/lib/composables/hotkey.js.map +1 -0
- package/lib/composables/transition.js +3 -3
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -24,16 +24,20 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VIconBtn": {
|
28
|
+
"from": "labs/VIconBtn",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VStepperVertical": {
|
32
|
+
"from": "labs/VStepperVertical",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
35
|
+
"VStepperVerticalItem": {
|
36
|
+
"from": "labs/VStepperVertical",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VStepperVerticalActions": {
|
40
|
+
"from": "labs/VStepperVertical",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
43
|
"VPicker": {
|
@@ -56,6 +60,14 @@
|
|
56
60
|
"from": "labs/VTimePicker",
|
57
61
|
"styles": []
|
58
62
|
},
|
63
|
+
"VFileUpload": {
|
64
|
+
"from": "labs/VFileUpload",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VFileUploadItem": {
|
68
|
+
"from": "labs/VFileUpload",
|
69
|
+
"styles": []
|
70
|
+
},
|
59
71
|
"VTreeview": {
|
60
72
|
"from": "labs/VTreeview",
|
61
73
|
"styles": []
|
@@ -68,22 +80,6 @@
|
|
68
80
|
"from": "labs/VTreeview",
|
69
81
|
"styles": []
|
70
82
|
},
|
71
|
-
"VIconBtn": {
|
72
|
-
"from": "labs/VIconBtn",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VStepperVertical": {
|
76
|
-
"from": "labs/VStepperVertical",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VStepperVerticalItem": {
|
80
|
-
"from": "labs/VStepperVertical",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VStepperVerticalActions": {
|
84
|
-
"from": "labs/VStepperVertical",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
83
|
"VDateInput": {
|
88
84
|
"from": "labs/VDateInput",
|
89
85
|
"styles": []
|
@@ -91,6 +87,10 @@
|
|
91
87
|
"VPullToRefresh": {
|
92
88
|
"from": "labs/VPullToRefresh",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VColorInput": {
|
92
|
+
"from": "labs/VColorInput",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VAppBar": {
|
8
4
|
"from": "components/VAppBar",
|
9
5
|
"styles": []
|
@@ -16,28 +12,8 @@
|
|
16
12
|
"from": "components/VAppBar",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAvatar": {
|
24
|
-
"from": "components/VAvatar",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAutocomplete": {
|
28
|
-
"from": "components/VAutocomplete",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VBanner": {
|
32
|
-
"from": "components/VBanner",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VBannerActions": {
|
36
|
-
"from": "components/VBanner",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBannerText": {
|
40
|
-
"from": "components/VBanner",
|
15
|
+
"VApp": {
|
16
|
+
"from": "components/VApp",
|
41
17
|
"styles": []
|
42
18
|
},
|
43
19
|
"VAlert": {
|
@@ -48,12 +24,12 @@
|
|
48
24
|
"from": "components/VAlert",
|
49
25
|
"styles": []
|
50
26
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
27
|
+
"VAvatar": {
|
28
|
+
"from": "components/VAvatar",
|
53
29
|
"styles": []
|
54
30
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
57
33
|
"styles": []
|
58
34
|
},
|
59
35
|
"VBreadcrumbs": {
|
@@ -68,10 +44,26 @@
|
|
68
44
|
"from": "components/VBreadcrumbs",
|
69
45
|
"styles": []
|
70
46
|
},
|
47
|
+
"VBadge": {
|
48
|
+
"from": "components/VBadge",
|
49
|
+
"styles": []
|
50
|
+
},
|
71
51
|
"VBottomSheet": {
|
72
52
|
"from": "components/VBottomSheet",
|
73
53
|
"styles": []
|
74
54
|
},
|
55
|
+
"VBottomNavigation": {
|
56
|
+
"from": "components/VBottomNavigation",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBtnToggle": {
|
60
|
+
"from": "components/VBtnToggle",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBtn": {
|
64
|
+
"from": "components/VBtn",
|
65
|
+
"styles": []
|
66
|
+
},
|
75
67
|
"VCard": {
|
76
68
|
"from": "components/VCard",
|
77
69
|
"styles": []
|
@@ -96,6 +88,10 @@
|
|
96
88
|
"from": "components/VCard",
|
97
89
|
"styles": []
|
98
90
|
},
|
91
|
+
"VBtnGroup": {
|
92
|
+
"from": "components/VBtnGroup",
|
93
|
+
"styles": []
|
94
|
+
},
|
99
95
|
"VCheckbox": {
|
100
96
|
"from": "components/VCheckbox",
|
101
97
|
"styles": []
|
@@ -104,32 +100,28 @@
|
|
104
100
|
"from": "components/VCheckbox",
|
105
101
|
"styles": []
|
106
102
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VBtnToggle": {
|
112
|
-
"from": "components/VBtnToggle",
|
103
|
+
"VChip": {
|
104
|
+
"from": "components/VChip",
|
113
105
|
"styles": []
|
114
106
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
107
|
+
"VCombobox": {
|
108
|
+
"from": "components/VCombobox",
|
117
109
|
"styles": []
|
118
110
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
111
|
+
"VChipGroup": {
|
112
|
+
"from": "components/VChipGroup",
|
121
113
|
"styles": []
|
122
114
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
115
|
+
"VCode": {
|
116
|
+
"from": "components/VCode",
|
125
117
|
"styles": []
|
126
118
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
119
|
+
"VCarousel": {
|
120
|
+
"from": "components/VCarousel",
|
129
121
|
"styles": []
|
130
122
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
123
|
+
"VCarouselItem": {
|
124
|
+
"from": "components/VCarousel",
|
133
125
|
"styles": []
|
134
126
|
},
|
135
127
|
"VDatePicker": {
|
@@ -156,22 +148,46 @@
|
|
156
148
|
"from": "components/VDatePicker",
|
157
149
|
"styles": []
|
158
150
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
151
|
+
"VDataTable": {
|
152
|
+
"from": "components/VDataTable",
|
161
153
|
"styles": []
|
162
154
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
155
|
+
"VDataTableHeaders": {
|
156
|
+
"from": "components/VDataTable",
|
165
157
|
"styles": []
|
166
158
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
159
|
+
"VDataTableFooter": {
|
160
|
+
"from": "components/VDataTable",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDataTableRows": {
|
164
|
+
"from": "components/VDataTable",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDataTableRow": {
|
168
|
+
"from": "components/VDataTable",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VDataTableVirtual": {
|
172
|
+
"from": "components/VDataTable",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDataTableServer": {
|
176
|
+
"from": "components/VDataTable",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VColorPicker": {
|
180
|
+
"from": "components/VColorPicker",
|
169
181
|
"styles": []
|
170
182
|
},
|
171
183
|
"VCounter": {
|
172
184
|
"from": "components/VCounter",
|
173
185
|
"styles": []
|
174
186
|
},
|
187
|
+
"VDialog": {
|
188
|
+
"from": "components/VDialog",
|
189
|
+
"styles": []
|
190
|
+
},
|
175
191
|
"VExpansionPanels": {
|
176
192
|
"from": "components/VExpansionPanel",
|
177
193
|
"styles": []
|
@@ -192,6 +208,10 @@
|
|
192
208
|
"from": "components/VFab",
|
193
209
|
"styles": []
|
194
210
|
},
|
211
|
+
"VEmptyState": {
|
212
|
+
"from": "components/VEmptyState",
|
213
|
+
"styles": []
|
214
|
+
},
|
195
215
|
"VField": {
|
196
216
|
"from": "components/VField",
|
197
217
|
"styles": []
|
@@ -200,24 +220,16 @@
|
|
200
220
|
"from": "components/VField",
|
201
221
|
"styles": []
|
202
222
|
},
|
203
|
-
"VEmptyState": {
|
204
|
-
"from": "components/VEmptyState",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
223
|
"VFooter": {
|
208
224
|
"from": "components/VFooter",
|
209
225
|
"styles": []
|
210
226
|
},
|
211
|
-
"VFileInput": {
|
212
|
-
"from": "components/VFileInput",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
227
|
"VInfiniteScroll": {
|
216
228
|
"from": "components/VInfiniteScroll",
|
217
229
|
"styles": []
|
218
230
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
221
233
|
"styles": []
|
222
234
|
},
|
223
235
|
"VIcon": {
|
@@ -248,18 +260,6 @@
|
|
248
260
|
"from": "components/VKbd",
|
249
261
|
"styles": []
|
250
262
|
},
|
251
|
-
"VDialog": {
|
252
|
-
"from": "components/VDialog",
|
253
|
-
"styles": []
|
254
|
-
},
|
255
|
-
"VMenu": {
|
256
|
-
"from": "components/VMenu",
|
257
|
-
"styles": []
|
258
|
-
},
|
259
|
-
"VLabel": {
|
260
|
-
"from": "components/VLabel",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
263
|
"VItemGroup": {
|
264
264
|
"from": "components/VItemGroup",
|
265
265
|
"styles": []
|
@@ -268,6 +268,10 @@
|
|
268
268
|
"from": "components/VItemGroup",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
273
|
+
"styles": []
|
274
|
+
},
|
271
275
|
"VList": {
|
272
276
|
"from": "components/VList",
|
273
277
|
"styles": []
|
@@ -304,6 +308,14 @@
|
|
304
308
|
"from": "components/VList",
|
305
309
|
"styles": []
|
306
310
|
},
|
311
|
+
"VLabel": {
|
312
|
+
"from": "components/VLabel",
|
313
|
+
"styles": []
|
314
|
+
},
|
315
|
+
"VMenu": {
|
316
|
+
"from": "components/VMenu",
|
317
|
+
"styles": []
|
318
|
+
},
|
307
319
|
"VMessages": {
|
308
320
|
"from": "components/VMessages",
|
309
321
|
"styles": []
|
@@ -316,28 +328,40 @@
|
|
316
328
|
"from": "components/VNavigationDrawer",
|
317
329
|
"styles": []
|
318
330
|
},
|
331
|
+
"VOtpInput": {
|
332
|
+
"from": "components/VOtpInput",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
|
+
"VDivider": {
|
336
|
+
"from": "components/VDivider",
|
337
|
+
"styles": []
|
338
|
+
},
|
319
339
|
"VOverlay": {
|
320
340
|
"from": "components/VOverlay",
|
321
341
|
"styles": []
|
322
342
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
343
|
+
"VNumberInput": {
|
344
|
+
"from": "components/VNumberInput",
|
345
|
+
"styles": []
|
346
|
+
},
|
347
|
+
"VPagination": {
|
348
|
+
"from": "components/VPagination",
|
325
349
|
"styles": []
|
326
350
|
},
|
327
351
|
"VProgressCircular": {
|
328
352
|
"from": "components/VProgressCircular",
|
329
353
|
"styles": []
|
330
354
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
355
|
+
"VRadioGroup": {
|
356
|
+
"from": "components/VRadioGroup",
|
333
357
|
"styles": []
|
334
358
|
},
|
335
359
|
"VProgressLinear": {
|
336
360
|
"from": "components/VProgressLinear",
|
337
361
|
"styles": []
|
338
362
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
363
|
+
"VSelect": {
|
364
|
+
"from": "components/VSelect",
|
341
365
|
"styles": []
|
342
366
|
},
|
343
367
|
"VRating": {
|
@@ -348,18 +372,10 @@
|
|
348
372
|
"from": "components/VSelectionControl",
|
349
373
|
"styles": []
|
350
374
|
},
|
351
|
-
"VPagination": {
|
352
|
-
"from": "components/VPagination",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
375
|
"VSelectionControlGroup": {
|
356
376
|
"from": "components/VSelectionControlGroup",
|
357
377
|
"styles": []
|
358
378
|
},
|
359
|
-
"VSelect": {
|
360
|
-
"from": "components/VSelect",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
379
|
"VSlideGroup": {
|
364
380
|
"from": "components/VSlideGroup",
|
365
381
|
"styles": []
|
@@ -368,20 +384,16 @@
|
|
368
384
|
"from": "components/VSlideGroup",
|
369
385
|
"styles": []
|
370
386
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
387
|
+
"VSnackbar": {
|
388
|
+
"from": "components/VSnackbar",
|
373
389
|
"styles": []
|
374
390
|
},
|
375
391
|
"VSheet": {
|
376
392
|
"from": "components/VSheet",
|
377
393
|
"styles": []
|
378
394
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSlider": {
|
384
|
-
"from": "components/VSlider",
|
395
|
+
"VSkeletonLoader": {
|
396
|
+
"from": "components/VSkeletonLoader",
|
385
397
|
"styles": []
|
386
398
|
},
|
387
399
|
"VStepper": {
|
@@ -408,10 +420,22 @@
|
|
408
420
|
"from": "components/VStepper",
|
409
421
|
"styles": []
|
410
422
|
},
|
423
|
+
"VSlider": {
|
424
|
+
"from": "components/VSlider",
|
425
|
+
"styles": []
|
426
|
+
},
|
411
427
|
"VSwitch": {
|
412
428
|
"from": "components/VSwitch",
|
413
429
|
"styles": []
|
414
430
|
},
|
431
|
+
"VSystemBar": {
|
432
|
+
"from": "components/VSystemBar",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VTable": {
|
436
|
+
"from": "components/VTable",
|
437
|
+
"styles": []
|
438
|
+
},
|
415
439
|
"VTab": {
|
416
440
|
"from": "components/VTabs",
|
417
441
|
"styles": []
|
@@ -428,32 +452,20 @@
|
|
428
452
|
"from": "components/VTabs",
|
429
453
|
"styles": []
|
430
454
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VTimeline": {
|
436
|
-
"from": "components/VTimeline",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VTimelineItem": {
|
440
|
-
"from": "components/VTimeline",
|
455
|
+
"VTextarea": {
|
456
|
+
"from": "components/VTextarea",
|
441
457
|
"styles": []
|
442
458
|
},
|
443
459
|
"VTextField": {
|
444
460
|
"from": "components/VTextField",
|
445
461
|
"styles": []
|
446
462
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
449
|
-
"styles": []
|
450
|
-
},
|
451
|
-
"VTooltip": {
|
452
|
-
"from": "components/VTooltip",
|
463
|
+
"VTimeline": {
|
464
|
+
"from": "components/VTimeline",
|
453
465
|
"styles": []
|
454
466
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
467
|
+
"VTimelineItem": {
|
468
|
+
"from": "components/VTimeline",
|
457
469
|
"styles": []
|
458
470
|
},
|
459
471
|
"VToolbar": {
|
@@ -476,6 +488,14 @@
|
|
476
488
|
"from": "components/VWindow",
|
477
489
|
"styles": []
|
478
490
|
},
|
491
|
+
"VTooltip": {
|
492
|
+
"from": "components/VTooltip",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VDataIterator": {
|
496
|
+
"from": "components/VDataIterator",
|
497
|
+
"styles": []
|
498
|
+
},
|
479
499
|
"VConfirmEdit": {
|
480
500
|
"from": "components/VConfirmEdit",
|
481
501
|
"styles": []
|
@@ -484,20 +504,28 @@
|
|
484
504
|
"from": "components/VDefaultsProvider",
|
485
505
|
"styles": []
|
486
506
|
},
|
487
|
-
"VDataIterator": {
|
488
|
-
"from": "components/VDataIterator",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
507
|
"VForm": {
|
492
508
|
"from": "components/VForm",
|
493
509
|
"styles": []
|
494
510
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
511
|
+
"VContainer": {
|
512
|
+
"from": "components/VGrid",
|
497
513
|
"styles": []
|
498
514
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
515
|
+
"VCol": {
|
516
|
+
"from": "components/VGrid",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
|
+
"VRow": {
|
520
|
+
"from": "components/VGrid",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VSpacer": {
|
524
|
+
"from": "components/VGrid",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VHover": {
|
528
|
+
"from": "components/VHover",
|
501
529
|
"styles": []
|
502
530
|
},
|
503
531
|
"VLayout": {
|
@@ -508,16 +536,24 @@
|
|
508
536
|
"from": "components/VLayout",
|
509
537
|
"styles": []
|
510
538
|
},
|
539
|
+
"VLazy": {
|
540
|
+
"from": "components/VLazy",
|
541
|
+
"styles": []
|
542
|
+
},
|
511
543
|
"VLocaleProvider": {
|
512
544
|
"from": "components/VLocaleProvider",
|
513
545
|
"styles": []
|
514
546
|
},
|
547
|
+
"VNoSsr": {
|
548
|
+
"from": "components/VNoSsr",
|
549
|
+
"styles": []
|
550
|
+
},
|
515
551
|
"VParallax": {
|
516
552
|
"from": "components/VParallax",
|
517
553
|
"styles": []
|
518
554
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
555
|
+
"VRadio": {
|
556
|
+
"from": "components/VRadio",
|
521
557
|
"styles": []
|
522
558
|
},
|
523
559
|
"VResponsive": {
|
@@ -536,22 +572,30 @@
|
|
536
572
|
"from": "components/VSpeedDial",
|
537
573
|
"styles": []
|
538
574
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
575
|
+
"VBanner": {
|
576
|
+
"from": "components/VBanner",
|
541
577
|
"styles": []
|
542
578
|
},
|
543
|
-
"
|
544
|
-
"from": "components/
|
579
|
+
"VBannerActions": {
|
580
|
+
"from": "components/VBanner",
|
545
581
|
"styles": []
|
546
582
|
},
|
547
|
-
"
|
548
|
-
"from": "components/
|
583
|
+
"VBannerText": {
|
584
|
+
"from": "components/VBanner",
|
585
|
+
"styles": []
|
586
|
+
},
|
587
|
+
"VThemeProvider": {
|
588
|
+
"from": "components/VThemeProvider",
|
549
589
|
"styles": []
|
550
590
|
},
|
551
591
|
"VValidation": {
|
552
592
|
"from": "components/VValidation",
|
553
593
|
"styles": []
|
554
594
|
},
|
595
|
+
"VVirtualScroll": {
|
596
|
+
"from": "components/VVirtualScroll",
|
597
|
+
"styles": []
|
598
|
+
},
|
555
599
|
"VFabTransition": {
|
556
600
|
"from": "components/transitions",
|
557
601
|
"styles": []
|
@@ -616,52 +660,8 @@
|
|
616
660
|
"from": "components/transitions",
|
617
661
|
"styles": []
|
618
662
|
},
|
619
|
-
"
|
620
|
-
"from": "components/
|
621
|
-
"styles": []
|
622
|
-
},
|
623
|
-
"VCol": {
|
624
|
-
"from": "components/VGrid",
|
625
|
-
"styles": []
|
626
|
-
},
|
627
|
-
"VRow": {
|
628
|
-
"from": "components/VGrid",
|
629
|
-
"styles": []
|
630
|
-
},
|
631
|
-
"VSpacer": {
|
632
|
-
"from": "components/VGrid",
|
633
|
-
"styles": []
|
634
|
-
},
|
635
|
-
"VNoSsr": {
|
636
|
-
"from": "components/VNoSsr",
|
637
|
-
"styles": []
|
638
|
-
},
|
639
|
-
"VDataTable": {
|
640
|
-
"from": "components/VDataTable",
|
641
|
-
"styles": []
|
642
|
-
},
|
643
|
-
"VDataTableHeaders": {
|
644
|
-
"from": "components/VDataTable",
|
645
|
-
"styles": []
|
646
|
-
},
|
647
|
-
"VDataTableFooter": {
|
648
|
-
"from": "components/VDataTable",
|
649
|
-
"styles": []
|
650
|
-
},
|
651
|
-
"VDataTableRows": {
|
652
|
-
"from": "components/VDataTable",
|
653
|
-
"styles": []
|
654
|
-
},
|
655
|
-
"VDataTableRow": {
|
656
|
-
"from": "components/VDataTable",
|
657
|
-
"styles": []
|
658
|
-
},
|
659
|
-
"VDataTableVirtual": {
|
660
|
-
"from": "components/VDataTable",
|
661
|
-
"styles": []
|
662
|
-
},
|
663
|
-
"VDataTableServer": {
|
664
|
-
"from": "components/VDataTable",
|
663
|
+
"VRangeSlider": {
|
664
|
+
"from": "components/VRangeSlider",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|