@vuetify/nightly 3.7.17-dev.2025-03-18 → 3.7.18-dev.2025-03-19
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 +18 -3
- package/dist/json/attributes.json +3587 -3543
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +11 -0
- package/dist/json/web-types.json +6725 -6620
- package/dist/vuetify-labs.cjs +31517 -0
- package/dist/vuetify-labs.css +4465 -4458
- package/dist/vuetify-labs.d.ts +155 -82
- package/dist/vuetify-labs.esm.js +53 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +53 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +29151 -0
- package/dist/vuetify.cjs.map +1 -0
- package/dist/vuetify.css +2280 -2273
- package/dist/vuetify.d.ts +115 -76
- package/dist/vuetify.esm.js +53 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +53 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +18 -18
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md1.js +10 -0
- package/lib/blueprints/md1.js.map +1 -1
- package/lib/blueprints/md2.js +10 -0
- package/lib/blueprints/md2.js.map +1 -1
- package/lib/blueprints/md3.js +12 -0
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +6 -6
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +6 -6
- package/lib/components/VColorPicker/VColorPicker.d.ts +13 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +13 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.js +3 -2
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +33 -0
- package/lib/components/VDatePicker/VDatePicker.js +4 -0
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerControls.js +8 -2
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.sass +2 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/_variables.scss +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +64 -64
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +39 -6
- package/lib/labs/VDateInput/VDateInput.js +0 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VPicker/VPicker.css +6 -0
- package/lib/labs/VPicker/VPicker.d.ts +13 -0
- package/lib/labs/VPicker/VPicker.js +2 -0
- package/lib/labs/VPicker/VPicker.js.map +1 -1
- package/lib/labs/VPicker/VPicker.sass +6 -0
- package/lib/labs/VPicker/_variables.scss +4 -0
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -0
- package/package.json +11 -1
@@ -1,35 +1,43 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
3
|
+
"VCalendar": {
|
4
|
+
"from": "labs/VCalendar",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "labs/
|
7
|
+
"VCalendarDay": {
|
8
|
+
"from": "labs/VCalendar",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "labs/
|
11
|
+
"VCalendarHeader": {
|
12
|
+
"from": "labs/VCalendar",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "labs/
|
15
|
+
"VCalendarInterval": {
|
16
|
+
"from": "labs/VCalendar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "labs/
|
19
|
+
"VCalendarIntervalEvent": {
|
20
|
+
"from": "labs/VCalendar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
23
|
+
"VCalendarMonthDay": {
|
24
|
+
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VPicker": {
|
28
|
+
"from": "labs/VPicker",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VPickerTitle": {
|
32
|
+
"from": "labs/VPicker",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VFileUpload": {
|
36
|
+
"from": "labs/VFileUpload",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VFileUploadItem": {
|
40
|
+
"from": "labs/VFileUpload",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
43
|
"VTimePicker": {
|
@@ -44,36 +52,28 @@
|
|
44
52
|
"from": "labs/VTimePicker",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VPickerTitle": {
|
52
|
-
"from": "labs/VPicker",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VCalendar": {
|
56
|
-
"from": "labs/VCalendar",
|
55
|
+
"VTreeview": {
|
56
|
+
"from": "labs/VTreeview",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
59
|
+
"VTreeviewItem": {
|
60
|
+
"from": "labs/VTreeview",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
63
|
+
"VTreeviewGroup": {
|
64
|
+
"from": "labs/VTreeview",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
67
|
+
"VStepperVertical": {
|
68
|
+
"from": "labs/VStepperVertical",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
71
|
+
"VStepperVerticalItem": {
|
72
|
+
"from": "labs/VStepperVertical",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
75
|
+
"VStepperVerticalActions": {
|
76
|
+
"from": "labs/VStepperVertical",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
79
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAlertTitle": {
|
8
|
-
"from": "components/VAlert",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VApp": {
|
12
|
-
"from": "components/VApp",
|
3
|
+
"VAutocomplete": {
|
4
|
+
"from": "components/VAutocomplete",
|
13
5
|
"styles": []
|
14
6
|
},
|
15
7
|
"VAppBar": {
|
@@ -24,32 +16,32 @@
|
|
24
16
|
"from": "components/VAppBar",
|
25
17
|
"styles": []
|
26
18
|
},
|
27
|
-
"VAvatar": {
|
28
|
-
"from": "components/VAvatar",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
19
|
"VBadge": {
|
32
20
|
"from": "components/VBadge",
|
33
21
|
"styles": []
|
34
22
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
23
|
+
"VApp": {
|
24
|
+
"from": "components/VApp",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VBottomNavigation": {
|
28
|
+
"from": "components/VBottomNavigation",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
31
|
+
"VAvatar": {
|
32
|
+
"from": "components/VAvatar",
|
45
33
|
"styles": []
|
46
34
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
35
|
+
"VBottomSheet": {
|
36
|
+
"from": "components/VBottomSheet",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
39
|
+
"VAlert": {
|
40
|
+
"from": "components/VAlert",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VAlertTitle": {
|
44
|
+
"from": "components/VAlert",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
47
|
"VBanner": {
|
@@ -64,10 +56,38 @@
|
|
64
56
|
"from": "components/VBanner",
|
65
57
|
"styles": []
|
66
58
|
},
|
59
|
+
"VBreadcrumbs": {
|
60
|
+
"from": "components/VBreadcrumbs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBreadcrumbsItem": {
|
64
|
+
"from": "components/VBreadcrumbs",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBreadcrumbsDivider": {
|
68
|
+
"from": "components/VBreadcrumbs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn",
|
73
|
+
"styles": []
|
74
|
+
},
|
67
75
|
"VBtnGroup": {
|
68
76
|
"from": "components/VBtnGroup",
|
69
77
|
"styles": []
|
70
78
|
},
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarousel": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCarouselItem": {
|
88
|
+
"from": "components/VCarousel",
|
89
|
+
"styles": []
|
90
|
+
},
|
71
91
|
"VCard": {
|
72
92
|
"from": "components/VCard",
|
73
93
|
"styles": []
|
@@ -92,14 +112,6 @@
|
|
92
112
|
"from": "components/VCard",
|
93
113
|
"styles": []
|
94
114
|
},
|
95
|
-
"VBtn": {
|
96
|
-
"from": "components/VBtn",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VBottomSheet": {
|
100
|
-
"from": "components/VBottomSheet",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
115
|
"VCheckbox": {
|
104
116
|
"from": "components/VCheckbox",
|
105
117
|
"styles": []
|
@@ -108,14 +120,6 @@
|
|
108
120
|
"from": "components/VCheckbox",
|
109
121
|
"styles": []
|
110
122
|
},
|
111
|
-
"VChip": {
|
112
|
-
"from": "components/VChip",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCode": {
|
116
|
-
"from": "components/VCode",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
123
|
"VChipGroup": {
|
120
124
|
"from": "components/VChipGroup",
|
121
125
|
"styles": []
|
@@ -128,6 +132,14 @@
|
|
128
132
|
"from": "components/VCombobox",
|
129
133
|
"styles": []
|
130
134
|
},
|
135
|
+
"VChip": {
|
136
|
+
"from": "components/VChip",
|
137
|
+
"styles": []
|
138
|
+
},
|
139
|
+
"VCode": {
|
140
|
+
"from": "components/VCode",
|
141
|
+
"styles": []
|
142
|
+
},
|
131
143
|
"VDataTable": {
|
132
144
|
"from": "components/VDataTable",
|
133
145
|
"styles": []
|
@@ -156,8 +168,8 @@
|
|
156
168
|
"from": "components/VDataTable",
|
157
169
|
"styles": []
|
158
170
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter",
|
161
173
|
"styles": []
|
162
174
|
},
|
163
175
|
"VDatePicker": {
|
@@ -184,24 +196,20 @@
|
|
184
196
|
"from": "components/VDatePicker",
|
185
197
|
"styles": []
|
186
198
|
},
|
187
|
-
"VCounter": {
|
188
|
-
"from": "components/VCounter",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
199
|
"VEmptyState": {
|
192
200
|
"from": "components/VEmptyState",
|
193
201
|
"styles": []
|
194
202
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
203
|
+
"VFab": {
|
204
|
+
"from": "components/VFab",
|
197
205
|
"styles": []
|
198
206
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
207
|
+
"VDialog": {
|
208
|
+
"from": "components/VDialog",
|
201
209
|
"styles": []
|
202
210
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
211
|
+
"VDivider": {
|
212
|
+
"from": "components/VDivider",
|
205
213
|
"styles": []
|
206
214
|
},
|
207
215
|
"VExpansionPanels": {
|
@@ -220,10 +228,6 @@
|
|
220
228
|
"from": "components/VExpansionPanel",
|
221
229
|
"styles": []
|
222
230
|
},
|
223
|
-
"VFooter": {
|
224
|
-
"from": "components/VFooter",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
231
|
"VField": {
|
228
232
|
"from": "components/VField",
|
229
233
|
"styles": []
|
@@ -232,18 +236,10 @@
|
|
232
236
|
"from": "components/VField",
|
233
237
|
"styles": []
|
234
238
|
},
|
235
|
-
"VDialog": {
|
236
|
-
"from": "components/VDialog",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
239
|
"VFileInput": {
|
240
240
|
"from": "components/VFileInput",
|
241
241
|
"styles": []
|
242
242
|
},
|
243
|
-
"VImg": {
|
244
|
-
"from": "components/VImg",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
243
|
"VIcon": {
|
248
244
|
"from": "components/VIcon",
|
249
245
|
"styles": []
|
@@ -264,44 +260,36 @@
|
|
264
260
|
"from": "components/VIcon",
|
265
261
|
"styles": []
|
266
262
|
},
|
267
|
-
"VInput": {
|
268
|
-
"from": "components/VInput",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
263
|
"VInfiniteScroll": {
|
272
264
|
"from": "components/VInfiniteScroll",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VItemGroup": {
|
280
|
-
"from": "components/VItemGroup",
|
267
|
+
"VFooter": {
|
268
|
+
"from": "components/VFooter",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
271
|
+
"VImg": {
|
272
|
+
"from": "components/VImg",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput",
|
289
277
|
"styles": []
|
290
278
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
279
|
+
"VItemGroup": {
|
280
|
+
"from": "components/VItemGroup",
|
293
281
|
"styles": []
|
294
282
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
283
|
+
"VItem": {
|
284
|
+
"from": "components/VItemGroup",
|
297
285
|
"styles": []
|
298
286
|
},
|
299
|
-
"
|
300
|
-
"from": "components/
|
287
|
+
"VKbd": {
|
288
|
+
"from": "components/VKbd",
|
301
289
|
"styles": []
|
302
290
|
},
|
303
|
-
"
|
304
|
-
"from": "components/
|
291
|
+
"VLabel": {
|
292
|
+
"from": "components/VLabel",
|
305
293
|
"styles": []
|
306
294
|
},
|
307
295
|
"VList": {
|
@@ -340,28 +328,48 @@
|
|
340
328
|
"from": "components/VList",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
345
333
|
"styles": []
|
346
334
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
335
|
+
"VMenu": {
|
336
|
+
"from": "components/VMenu",
|
349
337
|
"styles": []
|
350
338
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
339
|
+
"VNavigationDrawer": {
|
340
|
+
"from": "components/VNavigationDrawer",
|
341
|
+
"styles": []
|
342
|
+
},
|
343
|
+
"VNumberInput": {
|
344
|
+
"from": "components/VNumberInput",
|
345
|
+
"styles": []
|
346
|
+
},
|
347
|
+
"VMessages": {
|
348
|
+
"from": "components/VMessages",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VPagination": {
|
356
352
|
"from": "components/VPagination",
|
357
353
|
"styles": []
|
358
354
|
},
|
355
|
+
"VProgressLinear": {
|
356
|
+
"from": "components/VProgressLinear",
|
357
|
+
"styles": []
|
358
|
+
},
|
359
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay",
|
361
|
+
"styles": []
|
362
|
+
},
|
359
363
|
"VOtpInput": {
|
360
364
|
"from": "components/VOtpInput",
|
361
365
|
"styles": []
|
362
366
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VSelectionControlGroup": {
|
372
|
+
"from": "components/VSelectionControlGroup",
|
365
373
|
"styles": []
|
366
374
|
},
|
367
375
|
"VRadioGroup": {
|
@@ -372,28 +380,40 @@
|
|
372
380
|
"from": "components/VRating",
|
373
381
|
"styles": []
|
374
382
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl",
|
377
385
|
"styles": []
|
378
386
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
387
|
+
"VSheet": {
|
388
|
+
"from": "components/VSheet",
|
381
389
|
"styles": []
|
382
390
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
391
|
+
"VSelect": {
|
392
|
+
"from": "components/VSelect",
|
385
393
|
"styles": []
|
386
394
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
395
|
+
"VSkeletonLoader": {
|
396
|
+
"from": "components/VSkeletonLoader",
|
389
397
|
"styles": []
|
390
398
|
},
|
391
399
|
"VSlider": {
|
392
400
|
"from": "components/VSlider",
|
393
401
|
"styles": []
|
394
402
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
403
|
+
"VSlideGroup": {
|
404
|
+
"from": "components/VSlideGroup",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSlideGroupItem": {
|
408
|
+
"from": "components/VSlideGroup",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
413
|
+
"styles": []
|
414
|
+
},
|
415
|
+
"VSwitch": {
|
416
|
+
"from": "components/VSwitch",
|
397
417
|
"styles": []
|
398
418
|
},
|
399
419
|
"VStepper": {
|
@@ -420,26 +440,6 @@
|
|
420
440
|
"from": "components/VStepper",
|
421
441
|
"styles": []
|
422
442
|
},
|
423
|
-
"VSlideGroup": {
|
424
|
-
"from": "components/VSlideGroup",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VSlideGroupItem": {
|
428
|
-
"from": "components/VSlideGroup",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSwitch": {
|
432
|
-
"from": "components/VSwitch",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VSnackbar": {
|
436
|
-
"from": "components/VSnackbar",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VSystemBar": {
|
440
|
-
"from": "components/VSystemBar",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
443
|
"VTab": {
|
444
444
|
"from": "components/VTabs",
|
445
445
|
"styles": []
|
@@ -456,20 +456,24 @@
|
|
456
456
|
"from": "components/VTabs",
|
457
457
|
"styles": []
|
458
458
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VBtnToggle": {
|
464
|
-
"from": "components/VBtnToggle",
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
463
|
"VTextField": {
|
468
464
|
"from": "components/VTextField",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
467
|
+
"VTable": {
|
468
|
+
"from": "components/VTable",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimeline": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTimelineItem": {
|
476
|
+
"from": "components/VTimeline",
|
473
477
|
"styles": []
|
474
478
|
},
|
475
479
|
"VToolbar": {
|
@@ -484,8 +488,12 @@
|
|
484
488
|
"from": "components/VToolbar",
|
485
489
|
"styles": []
|
486
490
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
491
|
+
"VSystemBar": {
|
492
|
+
"from": "components/VSystemBar",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VTooltip": {
|
496
|
+
"from": "components/VTooltip",
|
489
497
|
"styles": []
|
490
498
|
},
|
491
499
|
"VWindow": {
|
@@ -496,30 +504,22 @@
|
|
496
504
|
"from": "components/VWindow",
|
497
505
|
"styles": []
|
498
506
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VTimelineItem": {
|
504
|
-
"from": "components/VTimeline",
|
507
|
+
"VConfirmEdit": {
|
508
|
+
"from": "components/VConfirmEdit",
|
505
509
|
"styles": []
|
506
510
|
},
|
507
511
|
"VDataIterator": {
|
508
512
|
"from": "components/VDataIterator",
|
509
513
|
"styles": []
|
510
514
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
515
|
+
"VDefaultsProvider": {
|
516
|
+
"from": "components/VDefaultsProvider",
|
513
517
|
"styles": []
|
514
518
|
},
|
515
519
|
"VForm": {
|
516
520
|
"from": "components/VForm",
|
517
521
|
"styles": []
|
518
522
|
},
|
519
|
-
"VDefaultsProvider": {
|
520
|
-
"from": "components/VDefaultsProvider",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
523
|
"VContainer": {
|
524
524
|
"from": "components/VGrid",
|
525
525
|
"styles": []
|
@@ -540,20 +540,20 @@
|
|
540
540
|
"from": "components/VHover",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
|
-
"
|
544
|
-
"from": "components/
|
545
|
-
"styles": []
|
546
|
-
},
|
547
|
-
"VLayoutItem": {
|
548
|
-
"from": "components/VLayout",
|
543
|
+
"VLazy": {
|
544
|
+
"from": "components/VLazy",
|
549
545
|
"styles": []
|
550
546
|
},
|
551
547
|
"VLocaleProvider": {
|
552
548
|
"from": "components/VLocaleProvider",
|
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": {
|
@@ -564,32 +564,28 @@
|
|
564
564
|
"from": "components/VParallax",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
-
"VRangeSlider": {
|
568
|
-
"from": "components/VRangeSlider",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
|
-
"VResponsive": {
|
572
|
-
"from": "components/VResponsive",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
567
|
"VRadio": {
|
576
568
|
"from": "components/VRadio",
|
577
569
|
"styles": []
|
578
570
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
571
|
+
"VRangeSlider": {
|
572
|
+
"from": "components/VRangeSlider",
|
581
573
|
"styles": []
|
582
574
|
},
|
583
575
|
"VSnackbarQueue": {
|
584
576
|
"from": "components/VSnackbarQueue",
|
585
577
|
"styles": []
|
586
578
|
},
|
579
|
+
"VSparkline": {
|
580
|
+
"from": "components/VSparkline",
|
581
|
+
"styles": []
|
582
|
+
},
|
587
583
|
"VSpeedDial": {
|
588
584
|
"from": "components/VSpeedDial",
|
589
585
|
"styles": []
|
590
586
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
587
|
+
"VResponsive": {
|
588
|
+
"from": "components/VResponsive",
|
593
589
|
"styles": []
|
594
590
|
},
|
595
591
|
"VThemeProvider": {
|
@@ -600,6 +596,10 @@
|
|
600
596
|
"from": "components/VValidation",
|
601
597
|
"styles": []
|
602
598
|
},
|
599
|
+
"VVirtualScroll": {
|
600
|
+
"from": "components/VVirtualScroll",
|
601
|
+
"styles": []
|
602
|
+
},
|
603
603
|
"VFabTransition": {
|
604
604
|
"from": "components/transitions",
|
605
605
|
"styles": []
|