@vuetify/nightly 3.8.2-master.2025-04-27 → 3.8.2-master.2025-04-28
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 +2704 -2704
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +4917 -4917
- package/dist/vuetify-labs.cjs +38 -8
- package/dist/vuetify-labs.css +3330 -3330
- package/dist/vuetify-labs.d.ts +71 -67
- package/dist/vuetify-labs.esm.js +38 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3317 -3317
- package/dist/vuetify.d.ts +71 -67
- package/dist/vuetify.esm.js +38 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1170 -1163
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -0
- package/lib/components/VOverlay/locationStrategies.js +23 -3
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/composables/defaults.js +6 -3
- package/lib/composables/defaults.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -67
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +2 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -2
@@ -1,53 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VCalendarDay": {
|
8
|
-
"from": "labs/VCalendar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VCalendarHeader": {
|
12
|
-
"from": "labs/VCalendar",
|
3
|
+
"VPicker": {
|
4
|
+
"from": "labs/VPicker",
|
13
5
|
"styles": []
|
14
6
|
},
|
15
|
-
"
|
16
|
-
"from": "labs/
|
7
|
+
"VPickerTitle": {
|
8
|
+
"from": "labs/VPicker",
|
17
9
|
"styles": []
|
18
10
|
},
|
19
|
-
"
|
20
|
-
"from": "labs/
|
11
|
+
"VFileUpload": {
|
12
|
+
"from": "labs/VFileUpload",
|
21
13
|
"styles": []
|
22
14
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
15
|
+
"VFileUploadItem": {
|
16
|
+
"from": "labs/VFileUpload",
|
25
17
|
"styles": []
|
26
18
|
},
|
27
19
|
"VIconBtn": {
|
28
20
|
"from": "labs/VIconBtn",
|
29
21
|
"styles": []
|
30
22
|
},
|
31
|
-
"VStepperVertical": {
|
32
|
-
"from": "labs/VStepperVertical",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VStepperVerticalItem": {
|
36
|
-
"from": "labs/VStepperVertical",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VStepperVerticalActions": {
|
40
|
-
"from": "labs/VStepperVertical",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VPicker": {
|
44
|
-
"from": "labs/VPicker",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VPickerTitle": {
|
48
|
-
"from": "labs/VPicker",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
23
|
"VTimePicker": {
|
52
24
|
"from": "labs/VTimePicker",
|
53
25
|
"styles": []
|
@@ -60,12 +32,16 @@
|
|
60
32
|
"from": "labs/VTimePicker",
|
61
33
|
"styles": []
|
62
34
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
35
|
+
"VStepperVertical": {
|
36
|
+
"from": "labs/VStepperVertical",
|
65
37
|
"styles": []
|
66
38
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
39
|
+
"VStepperVerticalItem": {
|
40
|
+
"from": "labs/VStepperVertical",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VStepperVerticalActions": {
|
44
|
+
"from": "labs/VStepperVertical",
|
69
45
|
"styles": []
|
70
46
|
},
|
71
47
|
"VTreeview": {
|
@@ -87,6 +63,30 @@
|
|
87
63
|
"VPullToRefresh": {
|
88
64
|
"from": "labs/VPullToRefresh",
|
89
65
|
"styles": []
|
66
|
+
},
|
67
|
+
"VCalendar": {
|
68
|
+
"from": "labs/VCalendar",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VCalendarDay": {
|
72
|
+
"from": "labs/VCalendar",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VCalendarHeader": {
|
76
|
+
"from": "labs/VCalendar",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VCalendarInterval": {
|
80
|
+
"from": "labs/VCalendar",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCalendarIntervalEvent": {
|
84
|
+
"from": "labs/VCalendar",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCalendarMonthDay": {
|
88
|
+
"from": "labs/VCalendar",
|
89
|
+
"styles": []
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAppBarNavIcon": {
|
8
|
-
"from": "components/VAppBar",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarTitle": {
|
12
|
-
"from": "components/VAppBar",
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
13
5
|
"styles": []
|
14
6
|
},
|
15
7
|
"VAlert": {
|
@@ -20,32 +12,28 @@
|
|
20
12
|
"from": "components/VAlert",
|
21
13
|
"styles": []
|
22
14
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VBanner": {
|
28
|
-
"from": "components/VBanner",
|
15
|
+
"VAvatar": {
|
16
|
+
"from": "components/VAvatar",
|
29
17
|
"styles": []
|
30
18
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
19
|
+
"VAppBar": {
|
20
|
+
"from": "components/VAppBar",
|
33
21
|
"styles": []
|
34
22
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
23
|
+
"VAppBarNavIcon": {
|
24
|
+
"from": "components/VAppBar",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VAppBarTitle": {
|
28
|
+
"from": "components/VAppBar",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
45
33
|
"styles": []
|
46
34
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
35
|
+
"VBadge": {
|
36
|
+
"from": "components/VBadge",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
39
|
"VBottomNavigation": {
|
@@ -64,12 +52,12 @@
|
|
64
52
|
"from": "components/VBreadcrumbs",
|
65
53
|
"styles": []
|
66
54
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
55
|
+
"VBottomSheet": {
|
56
|
+
"from": "components/VBottomSheet",
|
69
57
|
"styles": []
|
70
58
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
59
|
+
"VBtnToggle": {
|
60
|
+
"from": "components/VBtnToggle",
|
73
61
|
"styles": []
|
74
62
|
},
|
75
63
|
"VCard": {
|
@@ -96,16 +84,20 @@
|
|
96
84
|
"from": "components/VCard",
|
97
85
|
"styles": []
|
98
86
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
87
|
+
"VBtn": {
|
88
|
+
"from": "components/VBtn",
|
101
89
|
"styles": []
|
102
90
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
91
|
+
"VBanner": {
|
92
|
+
"from": "components/VBanner",
|
105
93
|
"styles": []
|
106
94
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
95
|
+
"VBannerActions": {
|
96
|
+
"from": "components/VBanner",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VBannerText": {
|
100
|
+
"from": "components/VBanner",
|
109
101
|
"styles": []
|
110
102
|
},
|
111
103
|
"VCarousel": {
|
@@ -116,8 +108,20 @@
|
|
116
108
|
"from": "components/VCarousel",
|
117
109
|
"styles": []
|
118
110
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
111
|
+
"VCheckbox": {
|
112
|
+
"from": "components/VCheckbox",
|
113
|
+
"styles": []
|
114
|
+
},
|
115
|
+
"VCheckboxBtn": {
|
116
|
+
"from": "components/VCheckbox",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCode": {
|
120
|
+
"from": "components/VCode",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup",
|
121
125
|
"styles": []
|
122
126
|
},
|
123
127
|
"VColorPicker": {
|
@@ -128,16 +132,44 @@
|
|
128
132
|
"from": "components/VCombobox",
|
129
133
|
"styles": []
|
130
134
|
},
|
135
|
+
"VBtnGroup": {
|
136
|
+
"from": "components/VBtnGroup",
|
137
|
+
"styles": []
|
138
|
+
},
|
131
139
|
"VCounter": {
|
132
140
|
"from": "components/VCounter",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
143
|
+
"VDialog": {
|
144
|
+
"from": "components/VDialog",
|
137
145
|
"styles": []
|
138
146
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
147
|
+
"VChip": {
|
148
|
+
"from": "components/VChip",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDatePicker": {
|
152
|
+
"from": "components/VDatePicker",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDatePickerControls": {
|
156
|
+
"from": "components/VDatePicker",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDatePickerHeader": {
|
160
|
+
"from": "components/VDatePicker",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDatePickerMonth": {
|
164
|
+
"from": "components/VDatePicker",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDatePickerMonths": {
|
168
|
+
"from": "components/VDatePicker",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VDatePickerYears": {
|
172
|
+
"from": "components/VDatePicker",
|
141
173
|
"styles": []
|
142
174
|
},
|
143
175
|
"VDataTable": {
|
@@ -168,36 +200,20 @@
|
|
168
200
|
"from": "components/VDataTable",
|
169
201
|
"styles": []
|
170
202
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDatePickerControls": {
|
176
|
-
"from": "components/VDatePicker",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePickerHeader": {
|
180
|
-
"from": "components/VDatePicker",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDatePickerMonth": {
|
184
|
-
"from": "components/VDatePicker",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDatePickerMonths": {
|
188
|
-
"from": "components/VDatePicker",
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
189
205
|
"styles": []
|
190
206
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState",
|
193
209
|
"styles": []
|
194
210
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
211
|
+
"VFileInput": {
|
212
|
+
"from": "components/VFileInput",
|
197
213
|
"styles": []
|
198
214
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
215
|
+
"VFab": {
|
216
|
+
"from": "components/VFab",
|
201
217
|
"styles": []
|
202
218
|
},
|
203
219
|
"VExpansionPanels": {
|
@@ -216,8 +232,8 @@
|
|
216
232
|
"from": "components/VExpansionPanel",
|
217
233
|
"styles": []
|
218
234
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
235
|
+
"VFooter": {
|
236
|
+
"from": "components/VFooter",
|
221
237
|
"styles": []
|
222
238
|
},
|
223
239
|
"VField": {
|
@@ -228,16 +244,16 @@
|
|
228
244
|
"from": "components/VField",
|
229
245
|
"styles": []
|
230
246
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
233
249
|
"styles": []
|
234
250
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
251
|
+
"VItemGroup": {
|
252
|
+
"from": "components/VItemGroup",
|
237
253
|
"styles": []
|
238
254
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
255
|
+
"VItem": {
|
256
|
+
"from": "components/VItemGroup",
|
241
257
|
"styles": []
|
242
258
|
},
|
243
259
|
"VIcon": {
|
@@ -260,32 +276,12 @@
|
|
260
276
|
"from": "components/VIcon",
|
261
277
|
"styles": []
|
262
278
|
},
|
263
|
-
"VImg": {
|
264
|
-
"from": "components/VImg",
|
265
|
-
"styles": []
|
266
|
-
},
|
267
|
-
"VInfiniteScroll": {
|
268
|
-
"from": "components/VInfiniteScroll",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VItemGroup": {
|
272
|
-
"from": "components/VItemGroup",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VItem": {
|
276
|
-
"from": "components/VItemGroup",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VLabel": {
|
280
|
-
"from": "components/VLabel",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
279
|
"VKbd": {
|
284
280
|
"from": "components/VKbd",
|
285
281
|
"styles": []
|
286
282
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
283
|
+
"VInfiniteScroll": {
|
284
|
+
"from": "components/VInfiniteScroll",
|
289
285
|
"styles": []
|
290
286
|
},
|
291
287
|
"VList": {
|
@@ -324,20 +320,24 @@
|
|
324
320
|
"from": "components/VList",
|
325
321
|
"styles": []
|
326
322
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
323
|
+
"VLabel": {
|
324
|
+
"from": "components/VLabel",
|
329
325
|
"styles": []
|
330
326
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
327
|
+
"VInput": {
|
328
|
+
"from": "components/VInput",
|
333
329
|
"styles": []
|
334
330
|
},
|
335
331
|
"VMenu": {
|
336
332
|
"from": "components/VMenu",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
337
|
+
"styles": []
|
338
|
+
},
|
339
|
+
"VOtpInput": {
|
340
|
+
"from": "components/VOtpInput",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
343
|
"VNavigationDrawer": {
|
@@ -352,38 +352,50 @@
|
|
352
352
|
"from": "components/VOverlay",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
|
-
"VOtpInput": {
|
356
|
-
"from": "components/VOtpInput",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
355
|
"VProgressLinear": {
|
360
356
|
"from": "components/VProgressLinear",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VRating": {
|
360
|
+
"from": "components/VRating",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VProgressCircular": {
|
364
|
+
"from": "components/VProgressCircular",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
367
|
+
"VPagination": {
|
368
|
+
"from": "components/VPagination",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VSelect": {
|
372
|
+
"from": "components/VSelect",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
375
|
"VSelectionControlGroup": {
|
376
376
|
"from": "components/VSelectionControlGroup",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
+
"VSkeletonLoader": {
|
380
|
+
"from": "components/VSkeletonLoader",
|
381
|
+
"styles": []
|
382
|
+
},
|
379
383
|
"VSheet": {
|
380
384
|
"from": "components/VSheet",
|
381
385
|
"styles": []
|
382
386
|
},
|
387
|
+
"VRadioGroup": {
|
388
|
+
"from": "components/VRadioGroup",
|
389
|
+
"styles": []
|
390
|
+
},
|
383
391
|
"VSelectionControl": {
|
384
392
|
"from": "components/VSelectionControl",
|
385
393
|
"styles": []
|
386
394
|
},
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
397
|
+
"styles": []
|
398
|
+
},
|
387
399
|
"VSlideGroup": {
|
388
400
|
"from": "components/VSlideGroup",
|
389
401
|
"styles": []
|
@@ -392,24 +404,12 @@
|
|
392
404
|
"from": "components/VSlideGroup",
|
393
405
|
"styles": []
|
394
406
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VProgressCircular": {
|
400
|
-
"from": "components/VProgressCircular",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VSelect": {
|
404
|
-
"from": "components/VSelect",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSlider": {
|
408
|
-
"from": "components/VSlider",
|
407
|
+
"VMessages": {
|
408
|
+
"from": "components/VMessages",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
413
413
|
"styles": []
|
414
414
|
},
|
415
415
|
"VSwitch": {
|
@@ -440,10 +440,6 @@
|
|
440
440
|
"from": "components/VStepper",
|
441
441
|
"styles": []
|
442
442
|
},
|
443
|
-
"VSystemBar": {
|
444
|
-
"from": "components/VSystemBar",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
443
|
"VTab": {
|
448
444
|
"from": "components/VTabs",
|
449
445
|
"styles": []
|
@@ -460,6 +456,10 @@
|
|
460
456
|
"from": "components/VTabs",
|
461
457
|
"styles": []
|
462
458
|
},
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
463
|
"VTextarea": {
|
464
464
|
"from": "components/VTextarea",
|
465
465
|
"styles": []
|
@@ -472,6 +472,10 @@
|
|
472
472
|
"from": "components/VTable",
|
473
473
|
"styles": []
|
474
474
|
},
|
475
|
+
"VTooltip": {
|
476
|
+
"from": "components/VTooltip",
|
477
|
+
"styles": []
|
478
|
+
},
|
475
479
|
"VToolbar": {
|
476
480
|
"from": "components/VToolbar",
|
477
481
|
"styles": []
|
@@ -484,10 +488,6 @@
|
|
484
488
|
"from": "components/VToolbar",
|
485
489
|
"styles": []
|
486
490
|
},
|
487
|
-
"VTooltip": {
|
488
|
-
"from": "components/VTooltip",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
491
|
"VTimeline": {
|
492
492
|
"from": "components/VTimeline",
|
493
493
|
"styles": []
|
@@ -504,6 +504,10 @@
|
|
504
504
|
"from": "components/VWindow",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
|
+
"VConfirmEdit": {
|
508
|
+
"from": "components/VConfirmEdit",
|
509
|
+
"styles": []
|
510
|
+
},
|
507
511
|
"VDataIterator": {
|
508
512
|
"from": "components/VDataIterator",
|
509
513
|
"styles": []
|
@@ -516,40 +520,32 @@
|
|
516
520
|
"from": "components/VForm",
|
517
521
|
"styles": []
|
518
522
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
521
|
-
"styles": []
|
522
|
-
},
|
523
|
-
"VCol": {
|
524
|
-
"from": "components/VGrid",
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
525
525
|
"styles": []
|
526
526
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
527
|
+
"VLayout": {
|
528
|
+
"from": "components/VLayout",
|
529
529
|
"styles": []
|
530
530
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
531
|
+
"VLayoutItem": {
|
532
|
+
"from": "components/VLayout",
|
533
533
|
"styles": []
|
534
534
|
},
|
535
535
|
"VLazy": {
|
536
536
|
"from": "components/VLazy",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
541
|
-
"styles": []
|
542
|
-
},
|
543
|
-
"VLayoutItem": {
|
544
|
-
"from": "components/VLayout",
|
539
|
+
"VLocaleProvider": {
|
540
|
+
"from": "components/VLocaleProvider",
|
545
541
|
"styles": []
|
546
542
|
},
|
547
543
|
"VNoSsr": {
|
548
544
|
"from": "components/VNoSsr",
|
549
545
|
"styles": []
|
550
546
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
547
|
+
"VRadio": {
|
548
|
+
"from": "components/VRadio",
|
553
549
|
"styles": []
|
554
550
|
},
|
555
551
|
"VParallax": {
|
@@ -560,26 +556,30 @@
|
|
560
556
|
"from": "components/VRangeSlider",
|
561
557
|
"styles": []
|
562
558
|
},
|
563
|
-
"VRadio": {
|
564
|
-
"from": "components/VRadio",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
559
|
"VResponsive": {
|
568
560
|
"from": "components/VResponsive",
|
569
561
|
"styles": []
|
570
562
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
563
|
+
"VSparkline": {
|
564
|
+
"from": "components/VSparkline",
|
573
565
|
"styles": []
|
574
566
|
},
|
575
567
|
"VSnackbarQueue": {
|
576
568
|
"from": "components/VSnackbarQueue",
|
577
569
|
"styles": []
|
578
570
|
},
|
571
|
+
"VSpeedDial": {
|
572
|
+
"from": "components/VSpeedDial",
|
573
|
+
"styles": []
|
574
|
+
},
|
579
575
|
"VThemeProvider": {
|
580
576
|
"from": "components/VThemeProvider",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VValidation": {
|
580
|
+
"from": "components/VValidation",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VVirtualScroll": {
|
584
584
|
"from": "components/VVirtualScroll",
|
585
585
|
"styles": []
|
@@ -648,20 +648,20 @@
|
|
648
648
|
"from": "components/transitions",
|
649
649
|
"styles": []
|
650
650
|
},
|
651
|
-
"
|
652
|
-
"from": "components/
|
651
|
+
"VContainer": {
|
652
|
+
"from": "components/VGrid",
|
653
653
|
"styles": []
|
654
654
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
655
|
+
"VCol": {
|
656
|
+
"from": "components/VGrid",
|
657
657
|
"styles": []
|
658
658
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
659
|
+
"VRow": {
|
660
|
+
"from": "components/VGrid",
|
661
661
|
"styles": []
|
662
662
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
663
|
+
"VSpacer": {
|
664
|
+
"from": "components/VGrid",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|