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