@vuetify/nightly 3.8.0-beta.0-dev.2025-03-29 → 3.8.0-dev.2025-04-01
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 -103
- package/dist/json/attributes.json +1548 -1548
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +182 -182
- package/dist/json/web-types.json +2774 -2774
- package/dist/vuetify-labs.cjs +20 -26
- package/dist/vuetify-labs.css +4001 -3997
- package/dist/vuetify-labs.d.ts +62 -62
- package/dist/vuetify-labs.esm.js +20 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +20 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -17
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3630 -3626
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +15 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +5 -10
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -1
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VInput/VInput.css +11 -11
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +3 -8
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +2 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/util/helpers.d.ts +1 -2
- package/lib/util/helpers.js +1 -11
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -24,18 +24,6 @@
|
|
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
|
-
"VIconBtn": {
|
36
|
-
"from": "labs/VIconBtn",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
27
|
"VPicker": {
|
40
28
|
"from": "labs/VPicker",
|
41
29
|
"styles": []
|
@@ -44,6 +32,10 @@
|
|
44
32
|
"from": "labs/VPicker",
|
45
33
|
"styles": []
|
46
34
|
},
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
37
|
+
"styles": []
|
38
|
+
},
|
47
39
|
"VStepperVertical": {
|
48
40
|
"from": "labs/VStepperVertical",
|
49
41
|
"styles": []
|
@@ -56,16 +48,12 @@
|
|
56
48
|
"from": "labs/VStepperVertical",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VTimePickerClock": {
|
64
|
-
"from": "labs/VTimePicker",
|
51
|
+
"VFileUpload": {
|
52
|
+
"from": "labs/VFileUpload",
|
65
53
|
"styles": []
|
66
54
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
55
|
+
"VFileUploadItem": {
|
56
|
+
"from": "labs/VFileUpload",
|
69
57
|
"styles": []
|
70
58
|
},
|
71
59
|
"VTreeview": {
|
@@ -80,6 +68,18 @@
|
|
80
68
|
"from": "labs/VTreeview",
|
81
69
|
"styles": []
|
82
70
|
},
|
71
|
+
"VTimePicker": {
|
72
|
+
"from": "labs/VTimePicker",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VTimePickerClock": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VTimePickerControls": {
|
80
|
+
"from": "labs/VTimePicker",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
83
|
"VDateInput": {
|
84
84
|
"from": "labs/VDateInput",
|
85
85
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,21 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAlert": {
|
8
|
-
"from": "components/VAlert",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAlertTitle": {
|
12
|
-
"from": "components/VAlert",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VBadge": {
|
16
|
-
"from": "components/VBadge",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
3
|
"VAppBar": {
|
20
4
|
"from": "components/VAppBar",
|
21
5
|
"styles": []
|
@@ -28,24 +12,28 @@
|
|
28
12
|
"from": "components/VAppBar",
|
29
13
|
"styles": []
|
30
14
|
},
|
31
|
-
"VAvatar": {
|
32
|
-
"from": "components/VAvatar",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
15
|
"VAutocomplete": {
|
36
16
|
"from": "components/VAutocomplete",
|
37
17
|
"styles": []
|
38
18
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
19
|
+
"VBadge": {
|
20
|
+
"from": "components/VBadge",
|
41
21
|
"styles": []
|
42
22
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
23
|
+
"VAvatar": {
|
24
|
+
"from": "components/VAvatar",
|
45
25
|
"styles": []
|
46
26
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
27
|
+
"VAlert": {
|
28
|
+
"from": "components/VAlert",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAlertTitle": {
|
32
|
+
"from": "components/VAlert",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VApp": {
|
36
|
+
"from": "components/VApp",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
39
|
"VBreadcrumbs": {
|
@@ -72,6 +60,26 @@
|
|
72
60
|
"from": "components/VBanner",
|
73
61
|
"styles": []
|
74
62
|
},
|
63
|
+
"VBtnGroup": {
|
64
|
+
"from": "components/VBtnGroup",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBtn": {
|
68
|
+
"from": "components/VBtn",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBottomSheet": {
|
72
|
+
"from": "components/VBottomSheet",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VCarousel": {
|
76
|
+
"from": "components/VCarousel",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VCarouselItem": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
75
83
|
"VBtnToggle": {
|
76
84
|
"from": "components/VBtnToggle",
|
77
85
|
"styles": []
|
@@ -100,48 +108,72 @@
|
|
100
108
|
"from": "components/VCard",
|
101
109
|
"styles": []
|
102
110
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
111
|
+
"VCode": {
|
112
|
+
"from": "components/VCode",
|
105
113
|
"styles": []
|
106
114
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
119
|
+
"VChipGroup": {
|
120
|
+
"from": "components/VChipGroup",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
123
|
+
"VBottomNavigation": {
|
124
|
+
"from": "components/VBottomNavigation",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
127
|
+
"VCounter": {
|
128
|
+
"from": "components/VCounter",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VDataTable": {
|
132
|
+
"from": "components/VDataTable",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VDataTableHeaders": {
|
136
|
+
"from": "components/VDataTable",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
139
|
+
"VDataTableFooter": {
|
140
|
+
"from": "components/VDataTable",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
143
|
+
"VDataTableRows": {
|
144
|
+
"from": "components/VDataTable",
|
145
|
+
"styles": []
|
146
|
+
},
|
147
|
+
"VDataTableRow": {
|
148
|
+
"from": "components/VDataTable",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDataTableVirtual": {
|
152
|
+
"from": "components/VDataTable",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDataTableServer": {
|
156
|
+
"from": "components/VDataTable",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VCombobox": {
|
160
|
+
"from": "components/VCombobox",
|
137
161
|
"styles": []
|
138
162
|
},
|
139
163
|
"VColorPicker": {
|
140
164
|
"from": "components/VColorPicker",
|
141
165
|
"styles": []
|
142
166
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
167
|
+
"VCheckbox": {
|
168
|
+
"from": "components/VCheckbox",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VCheckboxBtn": {
|
172
|
+
"from": "components/VCheckbox",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDivider": {
|
176
|
+
"from": "components/VDivider",
|
145
177
|
"styles": []
|
146
178
|
},
|
147
179
|
"VDatePicker": {
|
@@ -168,36 +200,12 @@
|
|
168
200
|
"from": "components/VDatePicker",
|
169
201
|
"styles": []
|
170
202
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDataTable": {
|
176
|
-
"from": "components/VDataTable",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDataTableHeaders": {
|
180
|
-
"from": "components/VDataTable",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDataTableFooter": {
|
184
|
-
"from": "components/VDataTable",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDataTableRows": {
|
188
|
-
"from": "components/VDataTable",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDataTableRow": {
|
192
|
-
"from": "components/VDataTable",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDataTableVirtual": {
|
196
|
-
"from": "components/VDataTable",
|
203
|
+
"VFileInput": {
|
204
|
+
"from": "components/VFileInput",
|
197
205
|
"styles": []
|
198
206
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState",
|
201
209
|
"styles": []
|
202
210
|
},
|
203
211
|
"VExpansionPanels": {
|
@@ -216,36 +224,28 @@
|
|
216
224
|
"from": "components/VExpansionPanel",
|
217
225
|
"styles": []
|
218
226
|
},
|
219
|
-
"VField": {
|
220
|
-
"from": "components/VField",
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VFieldLabel": {
|
224
|
-
"from": "components/VField",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
227
|
"VDialog": {
|
228
228
|
"from": "components/VDialog",
|
229
229
|
"styles": []
|
230
230
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
231
|
+
"VFooter": {
|
232
|
+
"from": "components/VFooter",
|
233
233
|
"styles": []
|
234
234
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
235
|
+
"VFab": {
|
236
|
+
"from": "components/VFab",
|
237
237
|
"styles": []
|
238
238
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
239
|
+
"VImg": {
|
240
|
+
"from": "components/VImg",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
243
|
+
"VField": {
|
244
|
+
"from": "components/VField",
|
245
245
|
"styles": []
|
246
246
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
247
|
+
"VFieldLabel": {
|
248
|
+
"from": "components/VField",
|
249
249
|
"styles": []
|
250
250
|
},
|
251
251
|
"VIcon": {
|
@@ -268,14 +268,6 @@
|
|
268
268
|
"from": "components/VIcon",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
-
"VItemGroup": {
|
272
|
-
"from": "components/VItemGroup",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VItem": {
|
276
|
-
"from": "components/VItemGroup",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
271
|
"VInput": {
|
280
272
|
"from": "components/VInput",
|
281
273
|
"styles": []
|
@@ -284,12 +276,12 @@
|
|
284
276
|
"from": "components/VInfiniteScroll",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
279
|
+
"VItemGroup": {
|
280
|
+
"from": "components/VItemGroup",
|
289
281
|
"styles": []
|
290
282
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
283
|
+
"VItem": {
|
284
|
+
"from": "components/VItemGroup",
|
293
285
|
"styles": []
|
294
286
|
},
|
295
287
|
"VList": {
|
@@ -328,34 +320,38 @@
|
|
328
320
|
"from": "components/VList",
|
329
321
|
"styles": []
|
330
322
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMain": {
|
336
|
-
"from": "components/VMain",
|
323
|
+
"VLabel": {
|
324
|
+
"from": "components/VLabel",
|
337
325
|
"styles": []
|
338
326
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
327
|
+
"VKbd": {
|
328
|
+
"from": "components/VKbd",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
345
333
|
"styles": []
|
346
334
|
},
|
347
335
|
"VNavigationDrawer": {
|
348
336
|
"from": "components/VNavigationDrawer",
|
349
337
|
"styles": []
|
350
338
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages",
|
353
341
|
"styles": []
|
354
342
|
},
|
355
343
|
"VNumberInput": {
|
356
344
|
"from": "components/VNumberInput",
|
357
345
|
"styles": []
|
358
346
|
},
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VMenu": {
|
352
|
+
"from": "components/VMenu",
|
353
|
+
"styles": []
|
354
|
+
},
|
359
355
|
"VPagination": {
|
360
356
|
"from": "components/VPagination",
|
361
357
|
"styles": []
|
@@ -364,36 +360,28 @@
|
|
364
360
|
"from": "components/VRadioGroup",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VRating": {
|
372
|
-
"from": "components/VRating",
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay",
|
373
365
|
"styles": []
|
374
366
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
377
369
|
"styles": []
|
378
370
|
},
|
379
371
|
"VProgressLinear": {
|
380
372
|
"from": "components/VProgressLinear",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
379
|
"VSelectionControl": {
|
388
380
|
"from": "components/VSelectionControl",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSlider": {
|
396
|
-
"from": "components/VSlider",
|
383
|
+
"VSelect": {
|
384
|
+
"from": "components/VSelect",
|
397
385
|
"styles": []
|
398
386
|
},
|
399
387
|
"VSlideGroup": {
|
@@ -404,6 +392,14 @@
|
|
404
392
|
"from": "components/VSlideGroup",
|
405
393
|
"styles": []
|
406
394
|
},
|
395
|
+
"VSelectionControlGroup": {
|
396
|
+
"from": "components/VSelectionControlGroup",
|
397
|
+
"styles": []
|
398
|
+
},
|
399
|
+
"VSkeletonLoader": {
|
400
|
+
"from": "components/VSkeletonLoader",
|
401
|
+
"styles": []
|
402
|
+
},
|
407
403
|
"VSheet": {
|
408
404
|
"from": "components/VSheet",
|
409
405
|
"styles": []
|
@@ -412,6 +408,26 @@
|
|
412
408
|
"from": "components/VSnackbar",
|
413
409
|
"styles": []
|
414
410
|
},
|
411
|
+
"VTab": {
|
412
|
+
"from": "components/VTabs",
|
413
|
+
"styles": []
|
414
|
+
},
|
415
|
+
"VTabs": {
|
416
|
+
"from": "components/VTabs",
|
417
|
+
"styles": []
|
418
|
+
},
|
419
|
+
"VTabsWindow": {
|
420
|
+
"from": "components/VTabs",
|
421
|
+
"styles": []
|
422
|
+
},
|
423
|
+
"VTabsWindowItem": {
|
424
|
+
"from": "components/VTabs",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VSlider": {
|
428
|
+
"from": "components/VSlider",
|
429
|
+
"styles": []
|
430
|
+
},
|
415
431
|
"VStepper": {
|
416
432
|
"from": "components/VStepper",
|
417
433
|
"styles": []
|
@@ -440,24 +456,20 @@
|
|
440
456
|
"from": "components/VSwitch",
|
441
457
|
"styles": []
|
442
458
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VTab": {
|
448
|
-
"from": "components/VTabs",
|
459
|
+
"VTextField": {
|
460
|
+
"from": "components/VTextField",
|
449
461
|
"styles": []
|
450
462
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
463
|
+
"VTextarea": {
|
464
|
+
"from": "components/VTextarea",
|
453
465
|
"styles": []
|
454
466
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
467
|
+
"VSystemBar": {
|
468
|
+
"from": "components/VSystemBar",
|
457
469
|
"styles": []
|
458
470
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
471
|
+
"VTable": {
|
472
|
+
"from": "components/VTable",
|
461
473
|
"styles": []
|
462
474
|
},
|
463
475
|
"VTimeline": {
|
@@ -468,20 +480,16 @@
|
|
468
480
|
"from": "components/VTimeline",
|
469
481
|
"styles": []
|
470
482
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VTextarea": {
|
476
|
-
"from": "components/VTextarea",
|
483
|
+
"VToolbar": {
|
484
|
+
"from": "components/VToolbar",
|
477
485
|
"styles": []
|
478
486
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
487
|
+
"VToolbarTitle": {
|
488
|
+
"from": "components/VToolbar",
|
481
489
|
"styles": []
|
482
490
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
491
|
+
"VToolbarItems": {
|
492
|
+
"from": "components/VToolbar",
|
485
493
|
"styles": []
|
486
494
|
},
|
487
495
|
"VWindow": {
|
@@ -492,36 +500,24 @@
|
|
492
500
|
"from": "components/VWindow",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
497
|
-
"styles": []
|
498
|
-
},
|
499
|
-
"VToolbarTitle": {
|
500
|
-
"from": "components/VToolbar",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VToolbarItems": {
|
504
|
-
"from": "components/VToolbar",
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
507
|
+
"VDataIterator": {
|
508
|
+
"from": "components/VDataIterator",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
511
|
"VDefaultsProvider": {
|
512
512
|
"from": "components/VDefaultsProvider",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
-
"VDataIterator": {
|
516
|
-
"from": "components/VDataIterator",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
515
|
"VForm": {
|
520
516
|
"from": "components/VForm",
|
521
517
|
"styles": []
|
522
518
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
519
|
+
"VConfirmEdit": {
|
520
|
+
"from": "components/VConfirmEdit",
|
525
521
|
"styles": []
|
526
522
|
},
|
527
523
|
"VContainer": {
|
@@ -540,20 +536,24 @@
|
|
540
536
|
"from": "components/VGrid",
|
541
537
|
"styles": []
|
542
538
|
},
|
543
|
-
"
|
544
|
-
"from": "components/
|
539
|
+
"VHover": {
|
540
|
+
"from": "components/VHover",
|
545
541
|
"styles": []
|
546
542
|
},
|
547
|
-
"
|
548
|
-
"from": "components/
|
543
|
+
"VLocaleProvider": {
|
544
|
+
"from": "components/VLocaleProvider",
|
549
545
|
"styles": []
|
550
546
|
},
|
551
547
|
"VLazy": {
|
552
548
|
"from": "components/VLazy",
|
553
549
|
"styles": []
|
554
550
|
},
|
555
|
-
"
|
556
|
-
"from": "components/
|
551
|
+
"VLayout": {
|
552
|
+
"from": "components/VLayout",
|
553
|
+
"styles": []
|
554
|
+
},
|
555
|
+
"VLayoutItem": {
|
556
|
+
"from": "components/VLayout",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
559
|
"VNoSsr": {
|
@@ -576,10 +576,6 @@
|
|
576
576
|
"from": "components/VResponsive",
|
577
577
|
"styles": []
|
578
578
|
},
|
579
|
-
"VSnackbarQueue": {
|
580
|
-
"from": "components/VSnackbarQueue",
|
581
|
-
"styles": []
|
582
|
-
},
|
583
579
|
"VSpeedDial": {
|
584
580
|
"from": "components/VSpeedDial",
|
585
581
|
"styles": []
|
@@ -588,6 +584,10 @@
|
|
588
584
|
"from": "components/VSparkline",
|
589
585
|
"styles": []
|
590
586
|
},
|
587
|
+
"VSnackbarQueue": {
|
588
|
+
"from": "components/VSnackbarQueue",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VThemeProvider": {
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|