@vuetify/nightly 3.8.4-master.2025-05-13 → 3.8.5-master.2025-05-14
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 -27
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3177 -2841
- package/dist/json/importMap-labs.json +36 -32
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +89 -0
- package/dist/json/web-types.json +6734 -5547
- package/dist/vuetify-labs.cjs +272 -82
- package/dist/vuetify-labs.css +5164 -5136
- package/dist/vuetify-labs.d.ts +1371 -309
- package/dist/vuetify-labs.esm.js +272 -82
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +272 -82
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3047 -3022
- package/dist/vuetify.d.ts +70 -67
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
- package/lib/components/VBtn/VBtn.css +25 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -1
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/composables/dateFormat.d.ts +24 -0
- package/lib/composables/dateFormat.js +112 -0
- package/lib/composables/dateFormat.js.map +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +70 -67
- package/lib/framework.js +1 -1
- package/lib/iconsets/mdi.js +2 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.css +4 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
- package/lib/labs/VColorInput/VColorInput.js +129 -0
- package/lib/labs/VColorInput/VColorInput.js.map +1 -0
- package/lib/labs/VColorInput/VColorInput.sass +7 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VColorInput/index.d.ts +1 -0
- package/lib/labs/VColorInput/index.js +2 -0
- package/lib/labs/VColorInput/index.js.map +1 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +28 -31
- package/lib/labs/VDateInput/VDateInput.js +38 -79
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/package.json +1 -1
@@ -1,25 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VFileUpload": {
|
4
|
-
"from": "labs/VFileUpload",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUploadItem": {
|
8
|
-
"from": "labs/VFileUpload",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VTimePicker": {
|
12
|
-
"from": "labs/VTimePicker",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VTimePickerClock": {
|
16
|
-
"from": "labs/VTimePicker",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VTimePickerControls": {
|
20
|
-
"from": "labs/VTimePicker",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
3
|
"VCalendar": {
|
24
4
|
"from": "labs/VCalendar",
|
25
5
|
"styles": []
|
@@ -44,16 +24,28 @@
|
|
44
24
|
"from": "labs/VCalendar",
|
45
25
|
"styles": []
|
46
26
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
49
29
|
"styles": []
|
50
30
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
31
|
+
"VPicker": {
|
32
|
+
"from": "labs/VPicker",
|
53
33
|
"styles": []
|
54
34
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
35
|
+
"VPickerTitle": {
|
36
|
+
"from": "labs/VPicker",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VIconBtn": {
|
40
|
+
"from": "labs/VIconBtn",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VFileUpload": {
|
44
|
+
"from": "labs/VFileUpload",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VFileUploadItem": {
|
48
|
+
"from": "labs/VFileUpload",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
51
|
"VStepperVertical": {
|
@@ -68,16 +60,28 @@
|
|
68
60
|
"from": "labs/VStepperVertical",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
63
|
+
"VTreeview": {
|
64
|
+
"from": "labs/VTreeview",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
67
|
+
"VTreeviewItem": {
|
68
|
+
"from": "labs/VTreeview",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
71
|
+
"VTreeviewGroup": {
|
72
|
+
"from": "labs/VTreeview",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VTimePicker": {
|
76
|
+
"from": "labs/VTimePicker",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VTimePickerClock": {
|
80
|
+
"from": "labs/VTimePicker",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VTimePickerControls": {
|
84
|
+
"from": "labs/VTimePicker",
|
81
85
|
"styles": []
|
82
86
|
},
|
83
87
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "components/
|
3
|
+
"VAutocomplete": {
|
4
|
+
"from": "components/VAutocomplete",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
7
|
"VAppBar": {
|
@@ -16,12 +16,24 @@
|
|
16
16
|
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
19
|
+
"VApp": {
|
20
|
+
"from": "components/VApp",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VAlert": {
|
24
|
+
"from": "components/VAlert",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VAlertTitle": {
|
28
|
+
"from": "components/VAlert",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VBadge": {
|
32
|
+
"from": "components/VBadge",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
39
|
"VBanner": {
|
@@ -36,16 +48,8 @@
|
|
36
48
|
"from": "components/VBanner",
|
37
49
|
"styles": []
|
38
50
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VAlertTitle": {
|
44
|
-
"from": "components/VAlert",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VBadge": {
|
48
|
-
"from": "components/VBadge",
|
51
|
+
"VBottomSheet": {
|
52
|
+
"from": "components/VBottomSheet",
|
49
53
|
"styles": []
|
50
54
|
},
|
51
55
|
"VBreadcrumbs": {
|
@@ -60,38 +64,14 @@
|
|
60
64
|
"from": "components/VBreadcrumbs",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBottomNavigation": {
|
68
|
-
"from": "components/VBottomNavigation",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBtn": {
|
72
|
-
"from": "components/VBtn",
|
67
|
+
"VBtnGroup": {
|
68
|
+
"from": "components/VBtnGroup",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
71
|
"VBtnToggle": {
|
76
72
|
"from": "components/VBtnToggle",
|
77
73
|
"styles": []
|
78
74
|
},
|
79
|
-
"VCarousel": {
|
80
|
-
"from": "components/VCarousel",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCarouselItem": {
|
84
|
-
"from": "components/VCarousel",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCheckbox": {
|
88
|
-
"from": "components/VCheckbox",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VCheckboxBtn": {
|
92
|
-
"from": "components/VCheckbox",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
75
|
"VCard": {
|
96
76
|
"from": "components/VCard",
|
97
77
|
"styles": []
|
@@ -116,16 +96,44 @@
|
|
116
96
|
"from": "components/VCard",
|
117
97
|
"styles": []
|
118
98
|
},
|
99
|
+
"VCarousel": {
|
100
|
+
"from": "components/VCarousel",
|
101
|
+
"styles": []
|
102
|
+
},
|
103
|
+
"VCarouselItem": {
|
104
|
+
"from": "components/VCarousel",
|
105
|
+
"styles": []
|
106
|
+
},
|
107
|
+
"VBottomNavigation": {
|
108
|
+
"from": "components/VBottomNavigation",
|
109
|
+
"styles": []
|
110
|
+
},
|
119
111
|
"VChipGroup": {
|
120
112
|
"from": "components/VChipGroup",
|
121
113
|
"styles": []
|
122
114
|
},
|
115
|
+
"VBtn": {
|
116
|
+
"from": "components/VBtn",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCheckbox": {
|
124
|
+
"from": "components/VCheckbox",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VCheckboxBtn": {
|
128
|
+
"from": "components/VCheckbox",
|
129
|
+
"styles": []
|
130
|
+
},
|
123
131
|
"VColorPicker": {
|
124
132
|
"from": "components/VColorPicker",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
139
|
"VCombobox": {
|
@@ -136,10 +144,6 @@
|
|
136
144
|
"from": "components/VCounter",
|
137
145
|
"styles": []
|
138
146
|
},
|
139
|
-
"VChip": {
|
140
|
-
"from": "components/VChip",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
147
|
"VDataTable": {
|
144
148
|
"from": "components/VDataTable",
|
145
149
|
"styles": []
|
@@ -168,34 +172,6 @@
|
|
168
172
|
"from": "components/VDataTable",
|
169
173
|
"styles": []
|
170
174
|
},
|
171
|
-
"VCode": {
|
172
|
-
"from": "components/VCode",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDialog": {
|
176
|
-
"from": "components/VDialog",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VExpansionPanels": {
|
180
|
-
"from": "components/VExpansionPanel",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VExpansionPanel": {
|
184
|
-
"from": "components/VExpansionPanel",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VExpansionPanelText": {
|
188
|
-
"from": "components/VExpansionPanel",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VExpansionPanelTitle": {
|
192
|
-
"from": "components/VExpansionPanel",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VEmptyState": {
|
196
|
-
"from": "components/VEmptyState",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
175
|
"VDatePicker": {
|
200
176
|
"from": "components/VDatePicker",
|
201
177
|
"styles": []
|
@@ -224,6 +200,18 @@
|
|
224
200
|
"from": "components/VDivider",
|
225
201
|
"styles": []
|
226
202
|
},
|
203
|
+
"VDialog": {
|
204
|
+
"from": "components/VDialog",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
|
+
"VEmptyState": {
|
212
|
+
"from": "components/VEmptyState",
|
213
|
+
"styles": []
|
214
|
+
},
|
227
215
|
"VField": {
|
228
216
|
"from": "components/VField",
|
229
217
|
"styles": []
|
@@ -232,14 +220,34 @@
|
|
232
220
|
"from": "components/VField",
|
233
221
|
"styles": []
|
234
222
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
223
|
+
"VExpansionPanels": {
|
224
|
+
"from": "components/VExpansionPanel",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VExpansionPanel": {
|
228
|
+
"from": "components/VExpansionPanel",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VExpansionPanelText": {
|
232
|
+
"from": "components/VExpansionPanel",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VExpansionPanelTitle": {
|
236
|
+
"from": "components/VExpansionPanel",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFooter": {
|
240
|
+
"from": "components/VFooter",
|
237
241
|
"styles": []
|
238
242
|
},
|
239
243
|
"VFileInput": {
|
240
244
|
"from": "components/VFileInput",
|
241
245
|
"styles": []
|
242
246
|
},
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
249
|
+
"styles": []
|
250
|
+
},
|
243
251
|
"VIcon": {
|
244
252
|
"from": "components/VIcon",
|
245
253
|
"styles": []
|
@@ -260,22 +268,22 @@
|
|
260
268
|
"from": "components/VIcon",
|
261
269
|
"styles": []
|
262
270
|
},
|
263
|
-
"VFooter": {
|
264
|
-
"from": "components/VFooter",
|
265
|
-
"styles": []
|
266
|
-
},
|
267
271
|
"VImg": {
|
268
272
|
"from": "components/VImg",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
275
|
+
"VKbd": {
|
276
|
+
"from": "components/VKbd",
|
273
277
|
"styles": []
|
274
278
|
},
|
275
279
|
"VInput": {
|
276
280
|
"from": "components/VInput",
|
277
281
|
"styles": []
|
278
282
|
},
|
283
|
+
"VLabel": {
|
284
|
+
"from": "components/VLabel",
|
285
|
+
"styles": []
|
286
|
+
},
|
279
287
|
"VItemGroup": {
|
280
288
|
"from": "components/VItemGroup",
|
281
289
|
"styles": []
|
@@ -284,14 +292,6 @@
|
|
284
292
|
"from": "components/VItemGroup",
|
285
293
|
"styles": []
|
286
294
|
},
|
287
|
-
"VLabel": {
|
288
|
-
"from": "components/VLabel",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
|
-
"VKbd": {
|
292
|
-
"from": "components/VKbd",
|
293
|
-
"styles": []
|
294
|
-
},
|
295
295
|
"VList": {
|
296
296
|
"from": "components/VList",
|
297
297
|
"styles": []
|
@@ -332,24 +332,36 @@
|
|
332
332
|
"from": "components/VMain",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages",
|
337
|
+
"styles": []
|
338
|
+
},
|
335
339
|
"VMenu": {
|
336
340
|
"from": "components/VMenu",
|
337
341
|
"styles": []
|
338
342
|
},
|
343
|
+
"VNavigationDrawer": {
|
344
|
+
"from": "components/VNavigationDrawer",
|
345
|
+
"styles": []
|
346
|
+
},
|
339
347
|
"VNumberInput": {
|
340
348
|
"from": "components/VNumberInput",
|
341
349
|
"styles": []
|
342
350
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
351
|
+
"VOverlay": {
|
352
|
+
"from": "components/VOverlay",
|
345
353
|
"styles": []
|
346
354
|
},
|
347
355
|
"VOtpInput": {
|
348
356
|
"from": "components/VOtpInput",
|
349
357
|
"styles": []
|
350
358
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
361
|
+
"styles": []
|
362
|
+
},
|
363
|
+
"VRadioGroup": {
|
364
|
+
"from": "components/VRadioGroup",
|
353
365
|
"styles": []
|
354
366
|
},
|
355
367
|
"VProgressCircular": {
|
@@ -360,24 +372,24 @@
|
|
360
372
|
"from": "components/VProgressLinear",
|
361
373
|
"styles": []
|
362
374
|
},
|
363
|
-
"VOverlay": {
|
364
|
-
"from": "components/VOverlay",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
375
|
"VRating": {
|
368
376
|
"from": "components/VRating",
|
369
377
|
"styles": []
|
370
378
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect",
|
373
381
|
"styles": []
|
374
382
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
383
|
+
"VSelectionControlGroup": {
|
384
|
+
"from": "components/VSelectionControlGroup",
|
377
385
|
"styles": []
|
378
386
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
387
|
+
"VSelectionControl": {
|
388
|
+
"from": "components/VSelectionControl",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
|
+
"VSlider": {
|
392
|
+
"from": "components/VSlider",
|
381
393
|
"styles": []
|
382
394
|
},
|
383
395
|
"VSheet": {
|
@@ -388,8 +400,8 @@
|
|
388
400
|
"from": "components/VSnackbar",
|
389
401
|
"styles": []
|
390
402
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
403
|
+
"VSkeletonLoader": {
|
404
|
+
"from": "components/VSkeletonLoader",
|
393
405
|
"styles": []
|
394
406
|
},
|
395
407
|
"VSlideGroup": {
|
@@ -400,36 +412,32 @@
|
|
400
412
|
"from": "components/VSlideGroup",
|
401
413
|
"styles": []
|
402
414
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSlider": {
|
408
|
-
"from": "components/VSlider",
|
415
|
+
"VStepper": {
|
416
|
+
"from": "components/VStepper",
|
409
417
|
"styles": []
|
410
418
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
419
|
+
"VStepperActions": {
|
420
|
+
"from": "components/VStepper",
|
413
421
|
"styles": []
|
414
422
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
423
|
+
"VStepperHeader": {
|
424
|
+
"from": "components/VStepper",
|
417
425
|
"styles": []
|
418
426
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
427
|
+
"VStepperItem": {
|
428
|
+
"from": "components/VStepper",
|
421
429
|
"styles": []
|
422
430
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
431
|
+
"VStepperWindow": {
|
432
|
+
"from": "components/VStepper",
|
425
433
|
"styles": []
|
426
434
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
435
|
+
"VStepperWindowItem": {
|
436
|
+
"from": "components/VStepper",
|
429
437
|
"styles": []
|
430
438
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
433
441
|
"styles": []
|
434
442
|
},
|
435
443
|
"VSystemBar": {
|
@@ -440,6 +448,14 @@
|
|
440
448
|
"from": "components/VTextField",
|
441
449
|
"styles": []
|
442
450
|
},
|
451
|
+
"VTextarea": {
|
452
|
+
"from": "components/VTextarea",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTable": {
|
456
|
+
"from": "components/VTable",
|
457
|
+
"styles": []
|
458
|
+
},
|
443
459
|
"VTimeline": {
|
444
460
|
"from": "components/VTimeline",
|
445
461
|
"styles": []
|
@@ -448,6 +464,10 @@
|
|
448
464
|
"from": "components/VTimeline",
|
449
465
|
"styles": []
|
450
466
|
},
|
467
|
+
"VTooltip": {
|
468
|
+
"from": "components/VTooltip",
|
469
|
+
"styles": []
|
470
|
+
},
|
451
471
|
"VToolbar": {
|
452
472
|
"from": "components/VToolbar",
|
453
473
|
"styles": []
|
@@ -460,10 +480,6 @@
|
|
460
480
|
"from": "components/VToolbar",
|
461
481
|
"styles": []
|
462
482
|
},
|
463
|
-
"VTooltip": {
|
464
|
-
"from": "components/VTooltip",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
483
|
"VWindow": {
|
468
484
|
"from": "components/VWindow",
|
469
485
|
"styles": []
|
@@ -472,6 +488,22 @@
|
|
472
488
|
"from": "components/VWindow",
|
473
489
|
"styles": []
|
474
490
|
},
|
491
|
+
"VTab": {
|
492
|
+
"from": "components/VTabs",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VTabs": {
|
496
|
+
"from": "components/VTabs",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VTabsWindow": {
|
500
|
+
"from": "components/VTabs",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VTabsWindowItem": {
|
504
|
+
"from": "components/VTabs",
|
505
|
+
"styles": []
|
506
|
+
},
|
475
507
|
"VConfirmEdit": {
|
476
508
|
"from": "components/VConfirmEdit",
|
477
509
|
"styles": []
|
@@ -484,32 +516,28 @@
|
|
484
516
|
"from": "components/VDefaultsProvider",
|
485
517
|
"styles": []
|
486
518
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VStepperActions": {
|
492
|
-
"from": "components/VStepper",
|
519
|
+
"VForm": {
|
520
|
+
"from": "components/VForm",
|
493
521
|
"styles": []
|
494
522
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
497
525
|
"styles": []
|
498
526
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
527
|
+
"VContainer": {
|
528
|
+
"from": "components/VGrid",
|
501
529
|
"styles": []
|
502
530
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
531
|
+
"VCol": {
|
532
|
+
"from": "components/VGrid",
|
505
533
|
"styles": []
|
506
534
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
535
|
+
"VRow": {
|
536
|
+
"from": "components/VGrid",
|
509
537
|
"styles": []
|
510
538
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
539
|
+
"VSpacer": {
|
540
|
+
"from": "components/VGrid",
|
513
541
|
"styles": []
|
514
542
|
},
|
515
543
|
"VLazy": {
|
@@ -536,10 +564,6 @@
|
|
536
564
|
"from": "components/VParallax",
|
537
565
|
"styles": []
|
538
566
|
},
|
539
|
-
"VRadio": {
|
540
|
-
"from": "components/VRadio",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
567
|
"VRangeSlider": {
|
544
568
|
"from": "components/VRangeSlider",
|
545
569
|
"styles": []
|
@@ -548,26 +572,14 @@
|
|
548
572
|
"from": "components/VResponsive",
|
549
573
|
"styles": []
|
550
574
|
},
|
551
|
-
"VContainer": {
|
552
|
-
"from": "components/VGrid",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
|
-
"VCol": {
|
556
|
-
"from": "components/VGrid",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
|
-
"VRow": {
|
560
|
-
"from": "components/VGrid",
|
561
|
-
"styles": []
|
562
|
-
},
|
563
|
-
"VSpacer": {
|
564
|
-
"from": "components/VGrid",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
575
|
"VSparkline": {
|
568
576
|
"from": "components/VSparkline",
|
569
577
|
"styles": []
|
570
578
|
},
|
579
|
+
"VSnackbarQueue": {
|
580
|
+
"from": "components/VSnackbarQueue",
|
581
|
+
"styles": []
|
582
|
+
},
|
571
583
|
"VSpeedDial": {
|
572
584
|
"from": "components/VSpeedDial",
|
573
585
|
"styles": []
|
@@ -584,10 +596,6 @@
|
|
584
596
|
"from": "components/VVirtualScroll",
|
585
597
|
"styles": []
|
586
598
|
},
|
587
|
-
"VSkeletonLoader": {
|
588
|
-
"from": "components/VSkeletonLoader",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
599
|
"VFabTransition": {
|
592
600
|
"from": "components/transitions",
|
593
601
|
"styles": []
|
@@ -652,16 +660,8 @@
|
|
652
660
|
"from": "components/transitions",
|
653
661
|
"styles": []
|
654
662
|
},
|
655
|
-
"
|
656
|
-
"from": "components/
|
657
|
-
"styles": []
|
658
|
-
},
|
659
|
-
"VTextarea": {
|
660
|
-
"from": "components/VTextarea",
|
661
|
-
"styles": []
|
662
|
-
},
|
663
|
-
"VSnackbarQueue": {
|
664
|
-
"from": "components/VSnackbarQueue",
|
663
|
+
"VRadio": {
|
664
|
+
"from": "components/VRadio",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|