@vuetify/nightly 3.8.9-master.2025-06-11 → 3.8.9-master.2025-06-12
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 +3099 -3099
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +192 -192
- package/dist/json/web-types.json +5263 -5263
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4643 -4641
- package/dist/vuetify-labs.d.ts +66 -66
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2482 -2480
- package/dist/vuetify.d.ts +66 -66
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- 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/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -24,6 +24,10 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
+
"VIconBtn": {
|
28
|
+
"from": "labs/VIconBtn",
|
29
|
+
"styles": []
|
30
|
+
},
|
27
31
|
"VColorInput": {
|
28
32
|
"from": "labs/VColorInput",
|
29
33
|
"styles": []
|
@@ -36,26 +40,6 @@
|
|
36
40
|
"from": "labs/VFileUpload",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
|
-
"VPicker": {
|
40
|
-
"from": "labs/VPicker",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VPickerTitle": {
|
44
|
-
"from": "labs/VPicker",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VTimePicker": {
|
48
|
-
"from": "labs/VTimePicker",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VTimePickerClock": {
|
52
|
-
"from": "labs/VTimePicker",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VTimePickerControls": {
|
56
|
-
"from": "labs/VTimePicker",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
43
|
"VTreeview": {
|
60
44
|
"from": "labs/VTreeview",
|
61
45
|
"styles": []
|
@@ -68,10 +52,6 @@
|
|
68
52
|
"from": "labs/VTreeview",
|
69
53
|
"styles": []
|
70
54
|
},
|
71
|
-
"VIconBtn": {
|
72
|
-
"from": "labs/VIconBtn",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
55
|
"VStepperVertical": {
|
76
56
|
"from": "labs/VStepperVertical",
|
77
57
|
"styles": []
|
@@ -84,6 +64,26 @@
|
|
84
64
|
"from": "labs/VStepperVertical",
|
85
65
|
"styles": []
|
86
66
|
},
|
67
|
+
"VTimePicker": {
|
68
|
+
"from": "labs/VTimePicker",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTimePickerClock": {
|
72
|
+
"from": "labs/VTimePicker",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VTimePickerControls": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VPicker": {
|
80
|
+
"from": "labs/VPicker",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VPickerTitle": {
|
84
|
+
"from": "labs/VPicker",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
87
|
"VDateInput": {
|
88
88
|
"from": "labs/VDateInput",
|
89
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VAutocomplete": {
|
4
|
+
"from": "components/VAutocomplete",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VApp": {
|
4
8
|
"from": "components/VApp",
|
5
9
|
"styles": []
|
6
10
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
11
|
+
"VAlert": {
|
12
|
+
"from": "components/VAlert",
|
9
13
|
"styles": []
|
10
14
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
15
|
+
"VAlertTitle": {
|
16
|
+
"from": "components/VAlert",
|
13
17
|
"styles": []
|
14
18
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
19
|
+
"VAvatar": {
|
20
|
+
"from": "components/VAvatar",
|
17
21
|
"styles": []
|
18
22
|
},
|
19
23
|
"VBadge": {
|
20
24
|
"from": "components/VBadge",
|
21
25
|
"styles": []
|
22
26
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAutocomplete": {
|
28
|
-
"from": "components/VAutocomplete",
|
27
|
+
"VBottomSheet": {
|
28
|
+
"from": "components/VBottomSheet",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
31
|
"VBanner": {
|
@@ -40,36 +40,28 @@
|
|
40
40
|
"from": "components/VBanner",
|
41
41
|
"styles": []
|
42
42
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VAlertTitle": {
|
48
|
-
"from": "components/VAlert",
|
43
|
+
"VBottomNavigation": {
|
44
|
+
"from": "components/VBottomNavigation",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
47
|
"VBtn": {
|
52
48
|
"from": "components/VBtn",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBreadcrumbs": {
|
60
|
-
"from": "components/VBreadcrumbs",
|
51
|
+
"VBtnGroup": {
|
52
|
+
"from": "components/VBtnGroup",
|
61
53
|
"styles": []
|
62
54
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
55
|
+
"VAppBar": {
|
56
|
+
"from": "components/VAppBar",
|
65
57
|
"styles": []
|
66
58
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
59
|
+
"VAppBarNavIcon": {
|
60
|
+
"from": "components/VAppBar",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
63
|
+
"VAppBarTitle": {
|
64
|
+
"from": "components/VAppBar",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
67
|
"VCard": {
|
@@ -96,20 +88,16 @@
|
|
96
88
|
"from": "components/VCard",
|
97
89
|
"styles": []
|
98
90
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
101
|
-
"styles": []
|
102
|
-
},
|
103
|
-
"VCheckboxBtn": {
|
104
|
-
"from": "components/VCheckbox",
|
91
|
+
"VBtnToggle": {
|
92
|
+
"from": "components/VBtnToggle",
|
105
93
|
"styles": []
|
106
94
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
95
|
+
"VChipGroup": {
|
96
|
+
"from": "components/VChipGroup",
|
109
97
|
"styles": []
|
110
98
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
99
|
+
"VChip": {
|
100
|
+
"from": "components/VChip",
|
113
101
|
"styles": []
|
114
102
|
},
|
115
103
|
"VCarousel": {
|
@@ -120,18 +108,58 @@
|
|
120
108
|
"from": "components/VCarousel",
|
121
109
|
"styles": []
|
122
110
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
111
|
+
"VCheckbox": {
|
112
|
+
"from": "components/VCheckbox",
|
125
113
|
"styles": []
|
126
114
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
115
|
+
"VCheckboxBtn": {
|
116
|
+
"from": "components/VCheckbox",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCounter": {
|
120
|
+
"from": "components/VCounter",
|
129
121
|
"styles": []
|
130
122
|
},
|
131
123
|
"VColorPicker": {
|
132
124
|
"from": "components/VColorPicker",
|
133
125
|
"styles": []
|
134
126
|
},
|
127
|
+
"VCombobox": {
|
128
|
+
"from": "components/VCombobox",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VCode": {
|
132
|
+
"from": "components/VCode",
|
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",
|
161
|
+
"styles": []
|
162
|
+
},
|
135
163
|
"VDatePicker": {
|
136
164
|
"from": "components/VDatePicker",
|
137
165
|
"styles": []
|
@@ -156,20 +184,28 @@
|
|
156
184
|
"from": "components/VDatePicker",
|
157
185
|
"styles": []
|
158
186
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
187
|
+
"VDivider": {
|
188
|
+
"from": "components/VDivider",
|
161
189
|
"styles": []
|
162
190
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
191
|
+
"VDialog": {
|
192
|
+
"from": "components/VDialog",
|
165
193
|
"styles": []
|
166
194
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
195
|
+
"VField": {
|
196
|
+
"from": "components/VField",
|
169
197
|
"styles": []
|
170
198
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
199
|
+
"VFieldLabel": {
|
200
|
+
"from": "components/VField",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VFileInput": {
|
208
|
+
"from": "components/VFileInput",
|
173
209
|
"styles": []
|
174
210
|
},
|
175
211
|
"VExpansionPanels": {
|
@@ -188,36 +224,20 @@
|
|
188
224
|
"from": "components/VExpansionPanel",
|
189
225
|
"styles": []
|
190
226
|
},
|
191
|
-
"VFab": {
|
192
|
-
"from": "components/VFab",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VField": {
|
196
|
-
"from": "components/VField",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VFieldLabel": {
|
200
|
-
"from": "components/VField",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VEmptyState": {
|
204
|
-
"from": "components/VEmptyState",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
227
|
"VFooter": {
|
208
228
|
"from": "components/VFooter",
|
209
229
|
"styles": []
|
210
230
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
231
|
+
"VFab": {
|
232
|
+
"from": "components/VFab",
|
213
233
|
"styles": []
|
214
234
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
235
|
+
"VImg": {
|
236
|
+
"from": "components/VImg",
|
217
237
|
"styles": []
|
218
238
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
239
|
+
"VInfiniteScroll": {
|
240
|
+
"from": "components/VInfiniteScroll",
|
221
241
|
"styles": []
|
222
242
|
},
|
223
243
|
"VIcon": {
|
@@ -240,32 +260,32 @@
|
|
240
260
|
"from": "components/VIcon",
|
241
261
|
"styles": []
|
242
262
|
},
|
243
|
-
"VImg": {
|
244
|
-
"from": "components/VImg",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
263
|
"VKbd": {
|
248
264
|
"from": "components/VKbd",
|
249
265
|
"styles": []
|
250
266
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
267
|
+
"VItemGroup": {
|
268
|
+
"from": "components/VItemGroup",
|
253
269
|
"styles": []
|
254
270
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
271
|
+
"VItem": {
|
272
|
+
"from": "components/VItemGroup",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput",
|
257
277
|
"styles": []
|
258
278
|
},
|
259
279
|
"VLabel": {
|
260
280
|
"from": "components/VLabel",
|
261
281
|
"styles": []
|
262
282
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
283
|
+
"VMain": {
|
284
|
+
"from": "components/VMain",
|
265
285
|
"styles": []
|
266
286
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
287
|
+
"VNavigationDrawer": {
|
288
|
+
"from": "components/VNavigationDrawer",
|
269
289
|
"styles": []
|
270
290
|
},
|
271
291
|
"VList": {
|
@@ -304,16 +324,16 @@
|
|
304
324
|
"from": "components/VList",
|
305
325
|
"styles": []
|
306
326
|
},
|
307
|
-
"
|
308
|
-
"from": "components/
|
327
|
+
"VMenu": {
|
328
|
+
"from": "components/VMenu",
|
309
329
|
"styles": []
|
310
330
|
},
|
311
|
-
"
|
312
|
-
"from": "components/
|
331
|
+
"VMessages": {
|
332
|
+
"from": "components/VMessages",
|
313
333
|
"styles": []
|
314
334
|
},
|
315
|
-
"
|
316
|
-
"from": "components/
|
335
|
+
"VNumberInput": {
|
336
|
+
"from": "components/VNumberInput",
|
317
337
|
"styles": []
|
318
338
|
},
|
319
339
|
"VOverlay": {
|
@@ -324,22 +344,22 @@
|
|
324
344
|
"from": "components/VOtpInput",
|
325
345
|
"styles": []
|
326
346
|
},
|
327
|
-
"VProgressCircular": {
|
328
|
-
"from": "components/VProgressCircular",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VNumberInput": {
|
332
|
-
"from": "components/VNumberInput",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
347
|
"VProgressLinear": {
|
336
348
|
"from": "components/VProgressLinear",
|
337
349
|
"styles": []
|
338
350
|
},
|
351
|
+
"VPagination": {
|
352
|
+
"from": "components/VPagination",
|
353
|
+
"styles": []
|
354
|
+
},
|
339
355
|
"VRadioGroup": {
|
340
356
|
"from": "components/VRadioGroup",
|
341
357
|
"styles": []
|
342
358
|
},
|
359
|
+
"VProgressCircular": {
|
360
|
+
"from": "components/VProgressCircular",
|
361
|
+
"styles": []
|
362
|
+
},
|
343
363
|
"VRating": {
|
344
364
|
"from": "components/VRating",
|
345
365
|
"styles": []
|
@@ -348,18 +368,10 @@
|
|
348
368
|
"from": "components/VSelectionControl",
|
349
369
|
"styles": []
|
350
370
|
},
|
351
|
-
"VPagination": {
|
352
|
-
"from": "components/VPagination",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
371
|
"VSelectionControlGroup": {
|
356
372
|
"from": "components/VSelectionControlGroup",
|
357
373
|
"styles": []
|
358
374
|
},
|
359
|
-
"VSelect": {
|
360
|
-
"from": "components/VSelect",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
375
|
"VSlideGroup": {
|
364
376
|
"from": "components/VSlideGroup",
|
365
377
|
"styles": []
|
@@ -376,8 +388,8 @@
|
|
376
388
|
"from": "components/VSheet",
|
377
389
|
"styles": []
|
378
390
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
391
|
+
"VSelect": {
|
392
|
+
"from": "components/VSelect",
|
381
393
|
"styles": []
|
382
394
|
},
|
383
395
|
"VSlider": {
|
@@ -408,52 +420,52 @@
|
|
408
420
|
"from": "components/VStepper",
|
409
421
|
"styles": []
|
410
422
|
},
|
423
|
+
"VSnackbar": {
|
424
|
+
"from": "components/VSnackbar",
|
425
|
+
"styles": []
|
426
|
+
},
|
411
427
|
"VSwitch": {
|
412
428
|
"from": "components/VSwitch",
|
413
429
|
"styles": []
|
414
430
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
431
|
+
"VSystemBar": {
|
432
|
+
"from": "components/VSystemBar",
|
417
433
|
"styles": []
|
418
434
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
435
|
+
"VTimeline": {
|
436
|
+
"from": "components/VTimeline",
|
421
437
|
"styles": []
|
422
438
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
439
|
+
"VTimelineItem": {
|
440
|
+
"from": "components/VTimeline",
|
425
441
|
"styles": []
|
426
442
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
443
|
+
"VTextarea": {
|
444
|
+
"from": "components/VTextarea",
|
429
445
|
"styles": []
|
430
446
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
447
|
+
"VTab": {
|
448
|
+
"from": "components/VTabs",
|
433
449
|
"styles": []
|
434
450
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
451
|
+
"VTabs": {
|
452
|
+
"from": "components/VTabs",
|
437
453
|
"styles": []
|
438
454
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
455
|
+
"VTabsWindow": {
|
456
|
+
"from": "components/VTabs",
|
441
457
|
"styles": []
|
442
458
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
459
|
+
"VTabsWindowItem": {
|
460
|
+
"from": "components/VTabs",
|
445
461
|
"styles": []
|
446
462
|
},
|
447
463
|
"VTable": {
|
448
464
|
"from": "components/VTable",
|
449
465
|
"styles": []
|
450
466
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VTextarea": {
|
456
|
-
"from": "components/VTextarea",
|
467
|
+
"VTextField": {
|
468
|
+
"from": "components/VTextField",
|
457
469
|
"styles": []
|
458
470
|
},
|
459
471
|
"VToolbar": {
|
@@ -468,6 +480,10 @@
|
|
468
480
|
"from": "components/VToolbar",
|
469
481
|
"styles": []
|
470
482
|
},
|
483
|
+
"VTooltip": {
|
484
|
+
"from": "components/VTooltip",
|
485
|
+
"styles": []
|
486
|
+
},
|
471
487
|
"VWindow": {
|
472
488
|
"from": "components/VWindow",
|
473
489
|
"styles": []
|
@@ -476,16 +492,44 @@
|
|
476
492
|
"from": "components/VWindow",
|
477
493
|
"styles": []
|
478
494
|
},
|
495
|
+
"VBreadcrumbs": {
|
496
|
+
"from": "components/VBreadcrumbs",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VBreadcrumbsItem": {
|
500
|
+
"from": "components/VBreadcrumbs",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VBreadcrumbsDivider": {
|
504
|
+
"from": "components/VBreadcrumbs",
|
505
|
+
"styles": []
|
506
|
+
},
|
479
507
|
"VConfirmEdit": {
|
480
508
|
"from": "components/VConfirmEdit",
|
481
509
|
"styles": []
|
482
510
|
},
|
511
|
+
"VDataIterator": {
|
512
|
+
"from": "components/VDataIterator",
|
513
|
+
"styles": []
|
514
|
+
},
|
483
515
|
"VDefaultsProvider": {
|
484
516
|
"from": "components/VDefaultsProvider",
|
485
517
|
"styles": []
|
486
518
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
519
|
+
"VContainer": {
|
520
|
+
"from": "components/VGrid",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VCol": {
|
524
|
+
"from": "components/VGrid",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VRow": {
|
528
|
+
"from": "components/VGrid",
|
529
|
+
"styles": []
|
530
|
+
},
|
531
|
+
"VSpacer": {
|
532
|
+
"from": "components/VGrid",
|
489
533
|
"styles": []
|
490
534
|
},
|
491
535
|
"VForm": {
|
@@ -496,8 +540,8 @@
|
|
496
540
|
"from": "components/VHover",
|
497
541
|
"styles": []
|
498
542
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
543
|
+
"VLocaleProvider": {
|
544
|
+
"from": "components/VLocaleProvider",
|
501
545
|
"styles": []
|
502
546
|
},
|
503
547
|
"VLayout": {
|
@@ -508,20 +552,24 @@
|
|
508
552
|
"from": "components/VLayout",
|
509
553
|
"styles": []
|
510
554
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
555
|
+
"VLazy": {
|
556
|
+
"from": "components/VLazy",
|
557
|
+
"styles": []
|
558
|
+
},
|
559
|
+
"VNoSsr": {
|
560
|
+
"from": "components/VNoSsr",
|
513
561
|
"styles": []
|
514
562
|
},
|
515
563
|
"VParallax": {
|
516
564
|
"from": "components/VParallax",
|
517
565
|
"styles": []
|
518
566
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
567
|
+
"VRadio": {
|
568
|
+
"from": "components/VRadio",
|
521
569
|
"styles": []
|
522
570
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
571
|
+
"VRangeSlider": {
|
572
|
+
"from": "components/VRangeSlider",
|
525
573
|
"styles": []
|
526
574
|
},
|
527
575
|
"VSnackbarQueue": {
|
@@ -544,10 +592,6 @@
|
|
544
592
|
"from": "components/VVirtualScroll",
|
545
593
|
"styles": []
|
546
594
|
},
|
547
|
-
"VRadio": {
|
548
|
-
"from": "components/VRadio",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
595
|
"VValidation": {
|
552
596
|
"from": "components/VValidation",
|
553
597
|
"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
|
+
"VResponsive": {
|
664
|
+
"from": "components/VResponsive",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|