@vuetify/nightly 3.8.0-beta.0-dev.2025-03-21 → 3.8.0-beta.0-dev.2025-03-23
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 +9 -3
- package/dist/json/attributes.json +3039 -3035
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +5679 -5670
- package/dist/vuetify-labs.cjs +7 -4
- package/dist/vuetify-labs.css +2873 -2872
- package/dist/vuetify-labs.d.ts +56 -51
- package/dist/vuetify-labs.esm.js +7 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +7 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3488 -3487
- package/dist/vuetify.d.ts +56 -51
- package/dist/vuetify.esm.js +7 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.d.ts +10 -0
- package/lib/components/VIcon/VIcon.js +4 -1
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -24,6 +24,26 @@
|
|
|
24
24
|
"from": "labs/VCalendar",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
+
"VFileUpload": {
|
|
28
|
+
"from": "labs/VFileUpload",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VFileUploadItem": {
|
|
32
|
+
"from": "labs/VFileUpload",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VTreeview": {
|
|
36
|
+
"from": "labs/VTreeview",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VTreeviewItem": {
|
|
40
|
+
"from": "labs/VTreeview",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VTreeviewGroup": {
|
|
44
|
+
"from": "labs/VTreeview",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
27
47
|
"VPicker": {
|
|
28
48
|
"from": "labs/VPicker",
|
|
29
49
|
"styles": []
|
|
@@ -44,14 +64,6 @@
|
|
|
44
64
|
"from": "labs/VStepperVertical",
|
|
45
65
|
"styles": []
|
|
46
66
|
},
|
|
47
|
-
"VFileUpload": {
|
|
48
|
-
"from": "labs/VFileUpload",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VFileUploadItem": {
|
|
52
|
-
"from": "labs/VFileUpload",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
67
|
"VTimePicker": {
|
|
56
68
|
"from": "labs/VTimePicker",
|
|
57
69
|
"styles": []
|
|
@@ -64,18 +76,6 @@
|
|
|
64
76
|
"from": "labs/VTimePicker",
|
|
65
77
|
"styles": []
|
|
66
78
|
},
|
|
67
|
-
"VTreeview": {
|
|
68
|
-
"from": "labs/VTreeview",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VTreeviewItem": {
|
|
72
|
-
"from": "labs/VTreeview",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VTreeviewGroup": {
|
|
76
|
-
"from": "labs/VTreeview",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
79
|
"VDateInput": {
|
|
80
80
|
"from": "labs/VDateInput",
|
|
81
81
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,12 +4,8 @@
|
|
|
4
4
|
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAlertTitle": {
|
|
12
|
-
"from": "components/VAlert",
|
|
7
|
+
"VBadge": {
|
|
8
|
+
"from": "components/VBadge",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
11
|
"VAppBar": {
|
|
@@ -28,12 +24,12 @@
|
|
|
28
24
|
"from": "components/VAutocomplete",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
27
|
+
"VAlert": {
|
|
28
|
+
"from": "components/VAlert",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
31
|
+
"VAlertTitle": {
|
|
32
|
+
"from": "components/VAlert",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
35
|
"VAvatar": {
|
|
@@ -56,6 +52,26 @@
|
|
|
56
52
|
"from": "components/VBanner",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
55
|
+
"VBtnGroup": {
|
|
56
|
+
"from": "components/VBtnGroup",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VBottomNavigation": {
|
|
60
|
+
"from": "components/VBottomNavigation",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VBtnToggle": {
|
|
64
|
+
"from": "components/VBtnToggle",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VCarousel": {
|
|
68
|
+
"from": "components/VCarousel",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VCarouselItem": {
|
|
72
|
+
"from": "components/VCarousel",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
59
75
|
"VBreadcrumbs": {
|
|
60
76
|
"from": "components/VBreadcrumbs",
|
|
61
77
|
"styles": []
|
|
@@ -72,12 +88,8 @@
|
|
|
72
88
|
"from": "components/VBtn",
|
|
73
89
|
"styles": []
|
|
74
90
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VBtnGroup": {
|
|
80
|
-
"from": "components/VBtnGroup",
|
|
91
|
+
"VChip": {
|
|
92
|
+
"from": "components/VChip",
|
|
81
93
|
"styles": []
|
|
82
94
|
},
|
|
83
95
|
"VCard": {
|
|
@@ -104,12 +116,8 @@
|
|
|
104
116
|
"from": "components/VCard",
|
|
105
117
|
"styles": []
|
|
106
118
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarouselItem": {
|
|
112
|
-
"from": "components/VCarousel",
|
|
119
|
+
"VChipGroup": {
|
|
120
|
+
"from": "components/VChipGroup",
|
|
113
121
|
"styles": []
|
|
114
122
|
},
|
|
115
123
|
"VCheckbox": {
|
|
@@ -124,18 +132,14 @@
|
|
|
124
132
|
"from": "components/VCombobox",
|
|
125
133
|
"styles": []
|
|
126
134
|
},
|
|
127
|
-
"VChip": {
|
|
128
|
-
"from": "components/VChip",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VChipGroup": {
|
|
132
|
-
"from": "components/VChipGroup",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
135
|
"VCode": {
|
|
136
136
|
"from": "components/VCode",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
+
"VCounter": {
|
|
140
|
+
"from": "components/VCounter",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
139
143
|
"VDatePicker": {
|
|
140
144
|
"from": "components/VDatePicker",
|
|
141
145
|
"styles": []
|
|
@@ -188,22 +192,14 @@
|
|
|
188
192
|
"from": "components/VDataTable",
|
|
189
193
|
"styles": []
|
|
190
194
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VColorPicker": {
|
|
196
|
-
"from": "components/VColorPicker",
|
|
195
|
+
"VDivider": {
|
|
196
|
+
"from": "components/VDivider",
|
|
197
197
|
"styles": []
|
|
198
198
|
},
|
|
199
199
|
"VDialog": {
|
|
200
200
|
"from": "components/VDialog",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
-
"VDivider": {
|
|
204
|
-
"from": "components/VDivider",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
203
|
"VExpansionPanels": {
|
|
208
204
|
"from": "components/VExpansionPanel",
|
|
209
205
|
"styles": []
|
|
@@ -224,26 +220,10 @@
|
|
|
224
220
|
"from": "components/VEmptyState",
|
|
225
221
|
"styles": []
|
|
226
222
|
},
|
|
227
|
-
"VField": {
|
|
228
|
-
"from": "components/VField",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFieldLabel": {
|
|
232
|
-
"from": "components/VField",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
223
|
"VFab": {
|
|
236
224
|
"from": "components/VFab",
|
|
237
225
|
"styles": []
|
|
238
226
|
},
|
|
239
|
-
"VFileInput": {
|
|
240
|
-
"from": "components/VFileInput",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VFooter": {
|
|
244
|
-
"from": "components/VFooter",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
227
|
"VIcon": {
|
|
248
228
|
"from": "components/VIcon",
|
|
249
229
|
"styles": []
|
|
@@ -264,14 +244,34 @@
|
|
|
264
244
|
"from": "components/VIcon",
|
|
265
245
|
"styles": []
|
|
266
246
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
247
|
+
"VField": {
|
|
248
|
+
"from": "components/VField",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VFieldLabel": {
|
|
252
|
+
"from": "components/VField",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VFileInput": {
|
|
256
|
+
"from": "components/VFileInput",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
259
|
+
"VFooter": {
|
|
260
|
+
"from": "components/VFooter",
|
|
269
261
|
"styles": []
|
|
270
262
|
},
|
|
271
263
|
"VInput": {
|
|
272
264
|
"from": "components/VInput",
|
|
273
265
|
"styles": []
|
|
274
266
|
},
|
|
267
|
+
"VImg": {
|
|
268
|
+
"from": "components/VImg",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VInfiniteScroll": {
|
|
272
|
+
"from": "components/VInfiniteScroll",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
275
|
"VItemGroup": {
|
|
276
276
|
"from": "components/VItemGroup",
|
|
277
277
|
"styles": []
|
|
@@ -280,16 +280,12 @@
|
|
|
280
280
|
"from": "components/VItemGroup",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
|
-
"VInfiniteScroll": {
|
|
284
|
-
"from": "components/VInfiniteScroll",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
283
|
"VKbd": {
|
|
288
284
|
"from": "components/VKbd",
|
|
289
285
|
"styles": []
|
|
290
286
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
287
|
+
"VLabel": {
|
|
288
|
+
"from": "components/VLabel",
|
|
293
289
|
"styles": []
|
|
294
290
|
},
|
|
295
291
|
"VList": {
|
|
@@ -332,8 +328,8 @@
|
|
|
332
328
|
"from": "components/VMessages",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
331
|
+
"VMenu": {
|
|
332
|
+
"from": "components/VMenu",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
335
|
"VMain": {
|
|
@@ -348,98 +344,74 @@
|
|
|
348
344
|
"from": "components/VNumberInput",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"VPagination": {
|
|
352
|
-
"from": "components/VPagination",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
347
|
"VOtpInput": {
|
|
356
348
|
"from": "components/VOtpInput",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
|
-
"VProgressCircular": {
|
|
360
|
-
"from": "components/VProgressCircular",
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
351
|
"VOverlay": {
|
|
364
352
|
"from": "components/VOverlay",
|
|
365
353
|
"styles": []
|
|
366
354
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
363
|
"VRadioGroup": {
|
|
372
364
|
"from": "components/VRadioGroup",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
367
|
+
"VProgressLinear": {
|
|
368
|
+
"from": "components/VProgressLinear",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect",
|
|
385
377
|
"styles": []
|
|
386
378
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
379
|
+
"VSelectionControl": {
|
|
380
|
+
"from": "components/VSelectionControl",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
387
|
"VSheet": {
|
|
396
388
|
"from": "components/VSheet",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
391
|
+
"VSnackbar": {
|
|
392
|
+
"from": "components/VSnackbar",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
395
|
"VSlider": {
|
|
404
396
|
"from": "components/VSlider",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
399
|
+
"VSlideGroup": {
|
|
400
|
+
"from": "components/VSlideGroup",
|
|
409
401
|
"styles": []
|
|
410
402
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
403
|
+
"VSlideGroupItem": {
|
|
404
|
+
"from": "components/VSlideGroup",
|
|
413
405
|
"styles": []
|
|
414
406
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
407
|
+
"VSkeletonLoader": {
|
|
408
|
+
"from": "components/VSkeletonLoader",
|
|
417
409
|
"styles": []
|
|
418
410
|
},
|
|
419
411
|
"VSystemBar": {
|
|
420
412
|
"from": "components/VSystemBar",
|
|
421
413
|
"styles": []
|
|
422
414
|
},
|
|
423
|
-
"VTable": {
|
|
424
|
-
"from": "components/VTable",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VTab": {
|
|
428
|
-
"from": "components/VTabs",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
|
-
"VTabs": {
|
|
432
|
-
"from": "components/VTabs",
|
|
433
|
-
"styles": []
|
|
434
|
-
},
|
|
435
|
-
"VTabsWindow": {
|
|
436
|
-
"from": "components/VTabs",
|
|
437
|
-
"styles": []
|
|
438
|
-
},
|
|
439
|
-
"VTabsWindowItem": {
|
|
440
|
-
"from": "components/VTabs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
415
|
"VStepper": {
|
|
444
416
|
"from": "components/VStepper",
|
|
445
417
|
"styles": []
|
|
@@ -464,32 +436,40 @@
|
|
|
464
436
|
"from": "components/VStepper",
|
|
465
437
|
"styles": []
|
|
466
438
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
439
|
+
"VTab": {
|
|
440
|
+
"from": "components/VTabs",
|
|
469
441
|
"styles": []
|
|
470
442
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
443
|
+
"VTabs": {
|
|
444
|
+
"from": "components/VTabs",
|
|
473
445
|
"styles": []
|
|
474
446
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
447
|
+
"VTabsWindow": {
|
|
448
|
+
"from": "components/VTabs",
|
|
477
449
|
"styles": []
|
|
478
450
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
451
|
+
"VTabsWindowItem": {
|
|
452
|
+
"from": "components/VTabs",
|
|
481
453
|
"styles": []
|
|
482
454
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
455
|
+
"VSwitch": {
|
|
456
|
+
"from": "components/VSwitch",
|
|
485
457
|
"styles": []
|
|
486
458
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
459
|
+
"VTextField": {
|
|
460
|
+
"from": "components/VTextField",
|
|
489
461
|
"styles": []
|
|
490
462
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
463
|
+
"VTooltip": {
|
|
464
|
+
"from": "components/VTooltip",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VTextarea": {
|
|
472
|
+
"from": "components/VTextarea",
|
|
493
473
|
"styles": []
|
|
494
474
|
},
|
|
495
475
|
"VToolbar": {
|
|
@@ -504,24 +484,36 @@
|
|
|
504
484
|
"from": "components/VToolbar",
|
|
505
485
|
"styles": []
|
|
506
486
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
487
|
+
"VTimeline": {
|
|
488
|
+
"from": "components/VTimeline",
|
|
509
489
|
"styles": []
|
|
510
490
|
},
|
|
511
|
-
"
|
|
512
|
-
"from": "components/
|
|
491
|
+
"VTimelineItem": {
|
|
492
|
+
"from": "components/VTimeline",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VWindow": {
|
|
496
|
+
"from": "components/VWindow",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VWindowItem": {
|
|
500
|
+
"from": "components/VWindow",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
503
|
+
"VColorPicker": {
|
|
504
|
+
"from": "components/VColorPicker",
|
|
513
505
|
"styles": []
|
|
514
506
|
},
|
|
515
507
|
"VDefaultsProvider": {
|
|
516
508
|
"from": "components/VDefaultsProvider",
|
|
517
509
|
"styles": []
|
|
518
510
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
511
|
+
"VDataIterator": {
|
|
512
|
+
"from": "components/VDataIterator",
|
|
521
513
|
"styles": []
|
|
522
514
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
515
|
+
"VForm": {
|
|
516
|
+
"from": "components/VForm",
|
|
525
517
|
"styles": []
|
|
526
518
|
},
|
|
527
519
|
"VContainer": {
|
|
@@ -540,8 +532,8 @@
|
|
|
540
532
|
"from": "components/VGrid",
|
|
541
533
|
"styles": []
|
|
542
534
|
},
|
|
543
|
-
"
|
|
544
|
-
"from": "components/
|
|
535
|
+
"VHover": {
|
|
536
|
+
"from": "components/VHover",
|
|
545
537
|
"styles": []
|
|
546
538
|
},
|
|
547
539
|
"VLayout": {
|
|
@@ -552,18 +544,22 @@
|
|
|
552
544
|
"from": "components/VLayout",
|
|
553
545
|
"styles": []
|
|
554
546
|
},
|
|
555
|
-
"
|
|
556
|
-
"from": "components/
|
|
547
|
+
"VLazy": {
|
|
548
|
+
"from": "components/VLazy",
|
|
557
549
|
"styles": []
|
|
558
550
|
},
|
|
559
|
-
"
|
|
560
|
-
"from": "components/
|
|
551
|
+
"VLocaleProvider": {
|
|
552
|
+
"from": "components/VLocaleProvider",
|
|
561
553
|
"styles": []
|
|
562
554
|
},
|
|
563
555
|
"VParallax": {
|
|
564
556
|
"from": "components/VParallax",
|
|
565
557
|
"styles": []
|
|
566
558
|
},
|
|
559
|
+
"VNoSsr": {
|
|
560
|
+
"from": "components/VNoSsr",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
567
563
|
"VRadio": {
|
|
568
564
|
"from": "components/VRadio",
|
|
569
565
|
"styles": []
|
|
@@ -663,6 +659,10 @@
|
|
|
663
659
|
"VDialogTransition": {
|
|
664
660
|
"from": "components/transitions",
|
|
665
661
|
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VConfirmEdit": {
|
|
664
|
+
"from": "components/VConfirmEdit",
|
|
665
|
+
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|