@vuetify/nightly 3.8.4-dev.2025-05-07 → 3.8.4-dev.2025-05-13
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 +6 -3
- package/dist/json/attributes.json +3179 -3171
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6010 -5991
- package/dist/vuetify-labs.cjs +47 -23
- package/dist/vuetify-labs.css +4945 -4940
- package/dist/vuetify-labs.d.ts +951 -932
- package/dist/vuetify-labs.esm.js +47 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +47 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +41 -12
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5435 -5430
- package/dist/vuetify.d.ts +512 -491
- package/dist/vuetify.esm.js +41 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +599 -597
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +14 -9
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +94 -94
- package/lib/components/VCheckbox/VCheckbox.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +94 -94
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +89 -89
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +3 -3
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +94 -94
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +87 -87
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +2 -1
@@ -1,31 +1,15 @@
|
|
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",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VCalendarInterval": {
|
16
|
-
"from": "labs/VCalendar",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VCalendarIntervalEvent": {
|
20
|
-
"from": "labs/VCalendar",
|
3
|
+
"VIconBtn": {
|
4
|
+
"from": "labs/VIconBtn",
|
21
5
|
"styles": []
|
22
6
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
7
|
+
"VFileUpload": {
|
8
|
+
"from": "labs/VFileUpload",
|
25
9
|
"styles": []
|
26
10
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
11
|
+
"VFileUploadItem": {
|
12
|
+
"from": "labs/VFileUpload",
|
29
13
|
"styles": []
|
30
14
|
},
|
31
15
|
"VPicker": {
|
@@ -48,6 +32,30 @@
|
|
48
32
|
"from": "labs/VStepperVertical",
|
49
33
|
"styles": []
|
50
34
|
},
|
35
|
+
"VCalendar": {
|
36
|
+
"from": "labs/VCalendar",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VCalendarDay": {
|
40
|
+
"from": "labs/VCalendar",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VCalendarHeader": {
|
44
|
+
"from": "labs/VCalendar",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VCalendarInterval": {
|
48
|
+
"from": "labs/VCalendar",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VCalendarIntervalEvent": {
|
52
|
+
"from": "labs/VCalendar",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VCalendarMonthDay": {
|
56
|
+
"from": "labs/VCalendar",
|
57
|
+
"styles": []
|
58
|
+
},
|
51
59
|
"VTimePicker": {
|
52
60
|
"from": "labs/VTimePicker",
|
53
61
|
"styles": []
|
@@ -60,14 +68,6 @@
|
|
60
68
|
"from": "labs/VTimePicker",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"VFileUpload": {
|
64
|
-
"from": "labs/VFileUpload",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VFileUploadItem": {
|
68
|
-
"from": "labs/VFileUpload",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
71
|
"VTreeview": {
|
72
72
|
"from": "labs/VTreeview",
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,33 +1,49 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAvatar": {
|
4
|
+
"from": "components/VAvatar",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAutocomplete": {
|
8
|
+
"from": "components/VAutocomplete",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
11
|
+
"VAppBar": {
|
12
|
+
"from": "components/VAppBar",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
15
|
+
"VAppBarNavIcon": {
|
16
|
+
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
19
|
+
"VAppBarTitle": {
|
20
|
+
"from": "components/VAppBar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VApp": {
|
24
|
+
"from": "components/VApp",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
27
|
"VBottomSheet": {
|
28
28
|
"from": "components/VBottomSheet",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
+
"VBottomNavigation": {
|
32
|
+
"from": "components/VBottomNavigation",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VBtn": {
|
36
|
+
"from": "components/VBtn",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VAlert": {
|
40
|
+
"from": "components/VAlert",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VAlertTitle": {
|
44
|
+
"from": "components/VAlert",
|
45
|
+
"styles": []
|
46
|
+
},
|
31
47
|
"VBanner": {
|
32
48
|
"from": "components/VBanner",
|
33
49
|
"styles": []
|
@@ -52,12 +68,12 @@
|
|
52
68
|
"from": "components/VBreadcrumbs",
|
53
69
|
"styles": []
|
54
70
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
71
|
+
"VBtnToggle": {
|
72
|
+
"from": "components/VBtnToggle",
|
57
73
|
"styles": []
|
58
74
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup",
|
61
77
|
"styles": []
|
62
78
|
},
|
63
79
|
"VCard": {
|
@@ -84,10 +100,6 @@
|
|
84
100
|
"from": "components/VCard",
|
85
101
|
"styles": []
|
86
102
|
},
|
87
|
-
"VBtnGroup": {
|
88
|
-
"from": "components/VBtnGroup",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
103
|
"VCheckbox": {
|
92
104
|
"from": "components/VCheckbox",
|
93
105
|
"styles": []
|
@@ -96,14 +108,22 @@
|
|
96
108
|
"from": "components/VCheckbox",
|
97
109
|
"styles": []
|
98
110
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
111
|
+
"VChipGroup": {
|
112
|
+
"from": "components/VChipGroup",
|
101
113
|
"styles": []
|
102
114
|
},
|
103
115
|
"VChip": {
|
104
116
|
"from": "components/VChip",
|
105
117
|
"styles": []
|
106
118
|
},
|
119
|
+
"VCombobox": {
|
120
|
+
"from": "components/VCombobox",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VColorPicker": {
|
124
|
+
"from": "components/VColorPicker",
|
125
|
+
"styles": []
|
126
|
+
},
|
107
127
|
"VCarousel": {
|
108
128
|
"from": "components/VCarousel",
|
109
129
|
"styles": []
|
@@ -112,26 +132,14 @@
|
|
112
132
|
"from": "components/VCarousel",
|
113
133
|
"styles": []
|
114
134
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
135
|
+
"VCounter": {
|
136
|
+
"from": "components/VCounter",
|
117
137
|
"styles": []
|
118
138
|
},
|
119
139
|
"VCode": {
|
120
140
|
"from": "components/VCode",
|
121
141
|
"styles": []
|
122
142
|
},
|
123
|
-
"VColorPicker": {
|
124
|
-
"from": "components/VColorPicker",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VCombobox": {
|
128
|
-
"from": "components/VCombobox",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VCounter": {
|
132
|
-
"from": "components/VCounter",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
143
|
"VDataTable": {
|
136
144
|
"from": "components/VDataTable",
|
137
145
|
"styles": []
|
@@ -160,6 +168,14 @@
|
|
160
168
|
"from": "components/VDataTable",
|
161
169
|
"styles": []
|
162
170
|
},
|
171
|
+
"VDialog": {
|
172
|
+
"from": "components/VDialog",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VEmptyState": {
|
176
|
+
"from": "components/VEmptyState",
|
177
|
+
"styles": []
|
178
|
+
},
|
163
179
|
"VDatePicker": {
|
164
180
|
"from": "components/VDatePicker",
|
165
181
|
"styles": []
|
@@ -184,26 +200,6 @@
|
|
184
200
|
"from": "components/VDatePicker",
|
185
201
|
"styles": []
|
186
202
|
},
|
187
|
-
"VDialog": {
|
188
|
-
"from": "components/VDialog",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VEmptyState": {
|
192
|
-
"from": "components/VEmptyState",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VFileInput": {
|
196
|
-
"from": "components/VFileInput",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDivider": {
|
200
|
-
"from": "components/VDivider",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VFab": {
|
204
|
-
"from": "components/VFab",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
203
|
"VExpansionPanels": {
|
208
204
|
"from": "components/VExpansionPanel",
|
209
205
|
"styles": []
|
@@ -220,8 +216,16 @@
|
|
220
216
|
"from": "components/VExpansionPanel",
|
221
217
|
"styles": []
|
222
218
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
219
|
+
"VFab": {
|
220
|
+
"from": "components/VFab",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VDivider": {
|
224
|
+
"from": "components/VDivider",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VFileInput": {
|
228
|
+
"from": "components/VFileInput",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
231
|
"VField": {
|
@@ -232,6 +236,10 @@
|
|
232
236
|
"from": "components/VField",
|
233
237
|
"styles": []
|
234
238
|
},
|
239
|
+
"VImg": {
|
240
|
+
"from": "components/VImg",
|
241
|
+
"styles": []
|
242
|
+
},
|
235
243
|
"VIcon": {
|
236
244
|
"from": "components/VIcon",
|
237
245
|
"styles": []
|
@@ -252,40 +260,36 @@
|
|
252
260
|
"from": "components/VIcon",
|
253
261
|
"styles": []
|
254
262
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
257
|
-
"styles": []
|
258
|
-
},
|
259
|
-
"VItemGroup": {
|
260
|
-
"from": "components/VItemGroup",
|
263
|
+
"VFooter": {
|
264
|
+
"from": "components/VFooter",
|
261
265
|
"styles": []
|
262
266
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
267
|
+
"VInfiniteScroll": {
|
268
|
+
"from": "components/VInfiniteScroll",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
271
|
"VKbd": {
|
268
272
|
"from": "components/VKbd",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VAppBarNavIcon": {
|
276
|
-
"from": "components/VAppBar",
|
275
|
+
"VItemGroup": {
|
276
|
+
"from": "components/VItemGroup",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
279
|
+
"VItem": {
|
280
|
+
"from": "components/VItemGroup",
|
281
281
|
"styles": []
|
282
282
|
},
|
283
283
|
"VInput": {
|
284
284
|
"from": "components/VInput",
|
285
285
|
"styles": []
|
286
286
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
287
|
+
"VMessages": {
|
288
|
+
"from": "components/VMessages",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VMain": {
|
292
|
+
"from": "components/VMain",
|
289
293
|
"styles": []
|
290
294
|
},
|
291
295
|
"VList": {
|
@@ -324,84 +328,80 @@
|
|
324
328
|
"from": "components/VList",
|
325
329
|
"styles": []
|
326
330
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
331
|
+
"VMenu": {
|
332
|
+
"from": "components/VMenu",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
335
|
+
"VNavigationDrawer": {
|
336
|
+
"from": "components/VNavigationDrawer",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
339
|
+
"VOverlay": {
|
340
|
+
"from": "components/VOverlay",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
343
|
+
"VPagination": {
|
344
|
+
"from": "components/VPagination",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
347
|
"VNumberInput": {
|
344
348
|
"from": "components/VNumberInput",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
349
|
-
"styles": []
|
350
|
-
},
|
351
|
-
"VOverlay": {
|
352
|
-
"from": "components/VOverlay",
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
355
|
"VProgressCircular": {
|
356
356
|
"from": "components/VProgressCircular",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
359
|
+
"VProgressLinear": {
|
360
|
+
"from": "components/VProgressLinear",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
363
|
"VRadioGroup": {
|
364
364
|
"from": "components/VRadioGroup",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
|
-
"VRating": {
|
368
|
-
"from": "components/VRating",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
367
|
"VSelect": {
|
372
368
|
"from": "components/VSelect",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
375
|
+
"VSelectionControl": {
|
376
|
+
"from": "components/VSelectionControl",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
379
|
+
"VSlideGroup": {
|
380
|
+
"from": "components/VSlideGroup",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
383
|
+
"VSlideGroupItem": {
|
384
|
+
"from": "components/VSlideGroup",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
391
|
"VSkeletonLoader": {
|
396
392
|
"from": "components/VSkeletonLoader",
|
397
393
|
"styles": []
|
398
394
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
401
397
|
"styles": []
|
402
398
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
407
|
"VStepper": {
|
@@ -436,6 +436,10 @@
|
|
436
436
|
"from": "components/VSystemBar",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
+
"VTable": {
|
440
|
+
"from": "components/VTable",
|
441
|
+
"styles": []
|
442
|
+
},
|
439
443
|
"VTab": {
|
440
444
|
"from": "components/VTabs",
|
441
445
|
"styles": []
|
@@ -452,32 +456,16 @@
|
|
452
456
|
"from": "components/VTabs",
|
453
457
|
"styles": []
|
454
458
|
},
|
455
|
-
"VTable": {
|
456
|
-
"from": "components/VTable",
|
457
|
-
"styles": []
|
458
|
-
},
|
459
459
|
"VTextarea": {
|
460
460
|
"from": "components/VTextarea",
|
461
461
|
"styles": []
|
462
462
|
},
|
463
|
-
"VToolbar": {
|
464
|
-
"from": "components/VToolbar",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VToolbarTitle": {
|
468
|
-
"from": "components/VToolbar",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VToolbarItems": {
|
472
|
-
"from": "components/VToolbar",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
463
|
"VTextField": {
|
476
464
|
"from": "components/VTextField",
|
477
465
|
"styles": []
|
478
466
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
467
|
+
"VLabel": {
|
468
|
+
"from": "components/VLabel",
|
481
469
|
"styles": []
|
482
470
|
},
|
483
471
|
"VTimeline": {
|
@@ -496,16 +484,36 @@
|
|
496
484
|
"from": "components/VWindow",
|
497
485
|
"styles": []
|
498
486
|
},
|
487
|
+
"VTooltip": {
|
488
|
+
"from": "components/VTooltip",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VToolbar": {
|
492
|
+
"from": "components/VToolbar",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VToolbarTitle": {
|
496
|
+
"from": "components/VToolbar",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VToolbarItems": {
|
500
|
+
"from": "components/VToolbar",
|
501
|
+
"styles": []
|
502
|
+
},
|
499
503
|
"VConfirmEdit": {
|
500
504
|
"from": "components/VConfirmEdit",
|
501
505
|
"styles": []
|
502
506
|
},
|
507
|
+
"VDefaultsProvider": {
|
508
|
+
"from": "components/VDefaultsProvider",
|
509
|
+
"styles": []
|
510
|
+
},
|
503
511
|
"VDataIterator": {
|
504
512
|
"from": "components/VDataIterator",
|
505
513
|
"styles": []
|
506
514
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
515
|
+
"VForm": {
|
516
|
+
"from": "components/VForm",
|
509
517
|
"styles": []
|
510
518
|
},
|
511
519
|
"VContainer": {
|
@@ -524,14 +532,14 @@
|
|
524
532
|
"from": "components/VGrid",
|
525
533
|
"styles": []
|
526
534
|
},
|
527
|
-
"VForm": {
|
528
|
-
"from": "components/VForm",
|
529
|
-
"styles": []
|
530
|
-
},
|
531
535
|
"VHover": {
|
532
536
|
"from": "components/VHover",
|
533
537
|
"styles": []
|
534
538
|
},
|
539
|
+
"VLazy": {
|
540
|
+
"from": "components/VLazy",
|
541
|
+
"styles": []
|
542
|
+
},
|
535
543
|
"VLayout": {
|
536
544
|
"from": "components/VLayout",
|
537
545
|
"styles": []
|
@@ -540,14 +548,6 @@
|
|
540
548
|
"from": "components/VLayout",
|
541
549
|
"styles": []
|
542
550
|
},
|
543
|
-
"VLazy": {
|
544
|
-
"from": "components/VLazy",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
|
-
"VParallax": {
|
548
|
-
"from": "components/VParallax",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
551
|
"VLocaleProvider": {
|
552
552
|
"from": "components/VLocaleProvider",
|
553
553
|
"styles": []
|
@@ -556,28 +556,32 @@
|
|
556
556
|
"from": "components/VNoSsr",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
561
|
-
"styles": []
|
562
|
-
},
|
563
|
-
"VRangeSlider": {
|
564
|
-
"from": "components/VRangeSlider",
|
559
|
+
"VParallax": {
|
560
|
+
"from": "components/VParallax",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
563
|
"VResponsive": {
|
568
564
|
"from": "components/VResponsive",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
567
|
+
"VRangeSlider": {
|
568
|
+
"from": "components/VRangeSlider",
|
569
|
+
"styles": []
|
570
|
+
},
|
571
|
+
"VRadio": {
|
572
|
+
"from": "components/VRadio",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
575
|
"VSparkline": {
|
576
576
|
"from": "components/VSparkline",
|
577
577
|
"styles": []
|
578
578
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
579
|
+
"VSnackbarQueue": {
|
580
|
+
"from": "components/VSnackbarQueue",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
|
+
"VSpeedDial": {
|
584
|
+
"from": "components/VSpeedDial",
|
581
585
|
"styles": []
|
582
586
|
},
|
583
587
|
"VThemeProvider": {
|
@@ -652,17 +656,13 @@
|
|
652
656
|
"from": "components/transitions",
|
653
657
|
"styles": []
|
654
658
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
659
|
+
"VBadge": {
|
660
|
+
"from": "components/VBadge",
|
657
661
|
"styles": []
|
658
662
|
},
|
659
663
|
"VValidation": {
|
660
664
|
"from": "components/VValidation",
|
661
665
|
"styles": []
|
662
|
-
},
|
663
|
-
"VSpeedDial": {
|
664
|
-
"from": "components/VSpeedDial",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|