@vuetify/nightly 3.8.0-master.2025-04-01 → 3.8.0-master.2025-04-03
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 +13 -3
- package/dist/json/attributes.json +1509 -1509
- package/dist/json/importMap-labs.json +38 -38
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +3070 -3070
- package/dist/vuetify-labs.cjs +51 -44
- package/dist/vuetify-labs.css +4644 -4630
- package/dist/vuetify-labs.d.ts +119 -80
- package/dist/vuetify-labs.esm.js +51 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +51 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +51 -44
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2263 -2249
- package/dist/vuetify.d.ts +119 -80
- package/dist/vuetify.esm.js +51 -44
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -44
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +83 -83
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +0 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +11 -9
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -1
- package/lib/components/VCombobox/VCombobox.css +0 -1
- package/lib/components/VCombobox/VCombobox.js +22 -20
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +0 -1
- package/lib/components/VField/VField.d.ts +3 -0
- package/lib/components/VField/VField.js +3 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +2 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +39 -12
- package/lib/components/VSelect/VSelect.css +0 -1
- package/lib/components/VSelect/VSelect.js +11 -9
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelect.sass +0 -1
- package/lib/components/VTextField/VTextField.css +21 -4
- package/lib/components/VTextField/VTextField.d.ts +12 -3
- package/lib/components/VTextField/VTextField.sass +22 -7
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,43 +1,47 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
3
|
+
"VIconBtn": {
|
4
|
+
"from": "labs/VIconBtn",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "labs/
|
7
|
+
"VFileUpload": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "labs/
|
11
|
+
"VFileUploadItem": {
|
12
|
+
"from": "labs/VFileUpload",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "labs/
|
15
|
+
"VPicker": {
|
16
|
+
"from": "labs/VPicker",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "labs/
|
19
|
+
"VPickerTitle": {
|
20
|
+
"from": "labs/VPicker",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
23
|
+
"VStepperVertical": {
|
24
|
+
"from": "labs/VStepperVertical",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VStepperVerticalItem": {
|
28
|
+
"from": "labs/VStepperVertical",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VStepperVerticalActions": {
|
32
|
+
"from": "labs/VStepperVertical",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
35
|
+
"VTimePicker": {
|
36
|
+
"from": "labs/VTimePicker",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
39
|
+
"VTimePickerClock": {
|
40
|
+
"from": "labs/VTimePicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VTimePickerControls": {
|
44
|
+
"from": "labs/VTimePicker",
|
41
45
|
"styles": []
|
42
46
|
},
|
43
47
|
"VTreeview": {
|
@@ -52,41 +56,37 @@
|
|
52
56
|
"from": "labs/VTreeview",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
59
|
+
"VCalendar": {
|
60
|
+
"from": "labs/VCalendar",
|
57
61
|
"styles": []
|
58
62
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
63
|
+
"VCalendarDay": {
|
64
|
+
"from": "labs/VCalendar",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
67
|
+
"VCalendarHeader": {
|
68
|
+
"from": "labs/VCalendar",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
71
|
+
"VCalendarInterval": {
|
72
|
+
"from": "labs/VCalendar",
|
69
73
|
"styles": []
|
70
74
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
75
|
+
"VCalendarIntervalEvent": {
|
76
|
+
"from": "labs/VCalendar",
|
73
77
|
"styles": []
|
74
78
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
79
|
+
"VCalendarMonthDay": {
|
80
|
+
"from": "labs/VCalendar",
|
77
81
|
"styles": []
|
78
82
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
83
|
+
"VPullToRefresh": {
|
84
|
+
"from": "labs/VPullToRefresh",
|
81
85
|
"styles": []
|
82
86
|
},
|
83
87
|
"VDateInput": {
|
84
88
|
"from": "labs/VDateInput",
|
85
89
|
"styles": []
|
86
|
-
},
|
87
|
-
"VPullToRefresh": {
|
88
|
-
"from": "labs/VPullToRefresh",
|
89
|
-
"styles": []
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,17 +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
3
|
"VAppBar": {
|
16
4
|
"from": "components/VAppBar",
|
17
5
|
"styles": []
|
@@ -24,40 +12,32 @@
|
|
24
12
|
"from": "components/VAppBar",
|
25
13
|
"styles": []
|
26
14
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VBanner": {
|
32
|
-
"from": "components/VBanner",
|
15
|
+
"VApp": {
|
16
|
+
"from": "components/VApp",
|
33
17
|
"styles": []
|
34
18
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
19
|
+
"VAlert": {
|
20
|
+
"from": "components/VAlert",
|
37
21
|
"styles": []
|
38
22
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
23
|
+
"VAlertTitle": {
|
24
|
+
"from": "components/VAlert",
|
41
25
|
"styles": []
|
42
26
|
},
|
43
27
|
"VAutocomplete": {
|
44
28
|
"from": "components/VAutocomplete",
|
45
29
|
"styles": []
|
46
30
|
},
|
47
|
-
"VBottomNavigation": {
|
48
|
-
"from": "components/VBottomNavigation",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VBottomSheet": {
|
52
|
-
"from": "components/VBottomSheet",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
31
|
"VAvatar": {
|
56
32
|
"from": "components/VAvatar",
|
57
33
|
"styles": []
|
58
34
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
35
|
+
"VBadge": {
|
36
|
+
"from": "components/VBadge",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
61
41
|
"styles": []
|
62
42
|
},
|
63
43
|
"VBreadcrumbs": {
|
@@ -76,24 +56,16 @@
|
|
76
56
|
"from": "components/VBtnGroup",
|
77
57
|
"styles": []
|
78
58
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCheckbox": {
|
84
|
-
"from": "components/VCheckbox",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCheckboxBtn": {
|
88
|
-
"from": "components/VCheckbox",
|
59
|
+
"VBtn": {
|
60
|
+
"from": "components/VBtn",
|
89
61
|
"styles": []
|
90
62
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
63
|
+
"VBottomSheet": {
|
64
|
+
"from": "components/VBottomSheet",
|
93
65
|
"styles": []
|
94
66
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
67
|
+
"VBtnToggle": {
|
68
|
+
"from": "components/VBtnToggle",
|
97
69
|
"styles": []
|
98
70
|
},
|
99
71
|
"VCard": {
|
@@ -120,52 +92,40 @@
|
|
120
92
|
"from": "components/VCard",
|
121
93
|
"styles": []
|
122
94
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VChipGroup": {
|
128
|
-
"from": "components/VChipGroup",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VCode": {
|
132
|
-
"from": "components/VCode",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VCombobox": {
|
136
|
-
"from": "components/VCombobox",
|
95
|
+
"VBanner": {
|
96
|
+
"from": "components/VBanner",
|
137
97
|
"styles": []
|
138
98
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
99
|
+
"VBannerActions": {
|
100
|
+
"from": "components/VBanner",
|
141
101
|
"styles": []
|
142
102
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
103
|
+
"VBannerText": {
|
104
|
+
"from": "components/VBanner",
|
145
105
|
"styles": []
|
146
106
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
107
|
+
"VChip": {
|
108
|
+
"from": "components/VChip",
|
149
109
|
"styles": []
|
150
110
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
111
|
+
"VCode": {
|
112
|
+
"from": "components/VCode",
|
153
113
|
"styles": []
|
154
114
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
115
|
+
"VColorPicker": {
|
116
|
+
"from": "components/VColorPicker",
|
157
117
|
"styles": []
|
158
118
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
119
|
+
"VCarousel": {
|
120
|
+
"from": "components/VCarousel",
|
161
121
|
"styles": []
|
162
122
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
123
|
+
"VCarouselItem": {
|
124
|
+
"from": "components/VCarousel",
|
165
125
|
"styles": []
|
166
126
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
127
|
+
"VCombobox": {
|
128
|
+
"from": "components/VCombobox",
|
169
129
|
"styles": []
|
170
130
|
},
|
171
131
|
"VDataTable": {
|
@@ -196,6 +156,22 @@
|
|
196
156
|
"from": "components/VDataTable",
|
197
157
|
"styles": []
|
198
158
|
},
|
159
|
+
"VCheckbox": {
|
160
|
+
"from": "components/VCheckbox",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VCheckboxBtn": {
|
164
|
+
"from": "components/VCheckbox",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDialog": {
|
168
|
+
"from": "components/VDialog",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VChipGroup": {
|
172
|
+
"from": "components/VChipGroup",
|
173
|
+
"styles": []
|
174
|
+
},
|
199
175
|
"VDivider": {
|
200
176
|
"from": "components/VDivider",
|
201
177
|
"styles": []
|
@@ -204,8 +180,32 @@
|
|
204
180
|
"from": "components/VEmptyState",
|
205
181
|
"styles": []
|
206
182
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
183
|
+
"VCounter": {
|
184
|
+
"from": "components/VCounter",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePicker": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerControls": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerHeader": {
|
196
|
+
"from": "components/VDatePicker",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDatePickerMonth": {
|
200
|
+
"from": "components/VDatePicker",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDatePickerMonths": {
|
204
|
+
"from": "components/VDatePicker",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VDatePickerYears": {
|
208
|
+
"from": "components/VDatePicker",
|
209
209
|
"styles": []
|
210
210
|
},
|
211
211
|
"VExpansionPanels": {
|
@@ -224,10 +224,6 @@
|
|
224
224
|
"from": "components/VExpansionPanel",
|
225
225
|
"styles": []
|
226
226
|
},
|
227
|
-
"VFileInput": {
|
228
|
-
"from": "components/VFileInput",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
227
|
"VField": {
|
232
228
|
"from": "components/VField",
|
233
229
|
"styles": []
|
@@ -236,28 +232,16 @@
|
|
236
232
|
"from": "components/VField",
|
237
233
|
"styles": []
|
238
234
|
},
|
239
|
-
"VFooter": {
|
240
|
-
"from": "components/VFooter",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
|
-
"VInfiniteScroll": {
|
244
|
-
"from": "components/VInfiniteScroll",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VImg": {
|
248
|
-
"from": "components/VImg",
|
249
|
-
"styles": []
|
250
|
-
},
|
251
235
|
"VFab": {
|
252
236
|
"from": "components/VFab",
|
253
237
|
"styles": []
|
254
238
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
239
|
+
"VFooter": {
|
240
|
+
"from": "components/VFooter",
|
257
241
|
"styles": []
|
258
242
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
243
|
+
"VFileInput": {
|
244
|
+
"from": "components/VFileInput",
|
261
245
|
"styles": []
|
262
246
|
},
|
263
247
|
"VIcon": {
|
@@ -280,12 +264,28 @@
|
|
280
264
|
"from": "components/VIcon",
|
281
265
|
"styles": []
|
282
266
|
},
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VItemGroup": {
|
276
|
+
"from": "components/VItemGroup",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VItem": {
|
280
|
+
"from": "components/VItemGroup",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
283
|
"VKbd": {
|
284
284
|
"from": "components/VKbd",
|
285
285
|
"styles": []
|
286
286
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
291
|
"VList": {
|
@@ -328,50 +328,50 @@
|
|
328
328
|
"from": "components/VMain",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMessages": {
|
336
|
-
"from": "components/VMessages",
|
331
|
+
"VNavigationDrawer": {
|
332
|
+
"from": "components/VNavigationDrawer",
|
337
333
|
"styles": []
|
338
334
|
},
|
339
335
|
"VMenu": {
|
340
336
|
"from": "components/VMenu",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
343
|
"VNumberInput": {
|
348
344
|
"from": "components/VNumberInput",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VOverlay": {
|
348
|
+
"from": "components/VOverlay",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VOtpInput": {
|
356
352
|
"from": "components/VOtpInput",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
355
|
+
"VInput": {
|
356
|
+
"from": "components/VInput",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
359
|
"VProgressCircular": {
|
364
360
|
"from": "components/VProgressCircular",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"VRadioGroup": {
|
368
|
-
"from": "components/VRadioGroup",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
363
|
"VProgressLinear": {
|
372
364
|
"from": "components/VProgressLinear",
|
373
365
|
"styles": []
|
374
366
|
},
|
367
|
+
"VPagination": {
|
368
|
+
"from": "components/VPagination",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
|
+
"VRadioGroup": {
|
372
|
+
"from": "components/VRadioGroup",
|
373
|
+
"styles": []
|
374
|
+
},
|
375
375
|
"VSelect": {
|
376
376
|
"from": "components/VSelect",
|
377
377
|
"styles": []
|
@@ -384,14 +384,18 @@
|
|
384
384
|
"from": "components/VSelectionControl",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
387
|
+
"VSkeletonLoader": {
|
388
|
+
"from": "components/VSkeletonLoader",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
391
|
"VSelectionControlGroup": {
|
392
392
|
"from": "components/VSelectionControlGroup",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
397
|
+
"styles": []
|
398
|
+
},
|
395
399
|
"VSlideGroup": {
|
396
400
|
"from": "components/VSlideGroup",
|
397
401
|
"styles": []
|
@@ -404,8 +408,8 @@
|
|
404
408
|
"from": "components/VSlider",
|
405
409
|
"styles": []
|
406
410
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
409
413
|
"styles": []
|
410
414
|
},
|
411
415
|
"VStepper": {
|
@@ -432,14 +436,6 @@
|
|
432
436
|
"from": "components/VStepper",
|
433
437
|
"styles": []
|
434
438
|
},
|
435
|
-
"VSnackbar": {
|
436
|
-
"from": "components/VSnackbar",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VSwitch": {
|
440
|
-
"from": "components/VSwitch",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
439
|
"VTab": {
|
444
440
|
"from": "components/VTabs",
|
445
441
|
"styles": []
|
@@ -456,18 +452,30 @@
|
|
456
452
|
"from": "components/VTabs",
|
457
453
|
"styles": []
|
458
454
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
455
|
+
"VSwitch": {
|
456
|
+
"from": "components/VSwitch",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
463
|
"VTable": {
|
468
464
|
"from": "components/VTable",
|
469
465
|
"styles": []
|
470
466
|
},
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTextarea": {
|
476
|
+
"from": "components/VTextarea",
|
477
|
+
"styles": []
|
478
|
+
},
|
471
479
|
"VTextField": {
|
472
480
|
"from": "components/VTextField",
|
473
481
|
"styles": []
|
@@ -496,32 +504,12 @@
|
|
496
504
|
"from": "components/VWindow",
|
497
505
|
"styles": []
|
498
506
|
},
|
499
|
-
"VTimeline": {
|
500
|
-
"from": "components/VTimeline",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VTimelineItem": {
|
504
|
-
"from": "components/VTimeline",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
|
-
"VConfirmEdit": {
|
508
|
-
"from": "components/VConfirmEdit",
|
509
|
-
"styles": []
|
510
|
-
},
|
511
|
-
"VDataIterator": {
|
512
|
-
"from": "components/VDataIterator",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
507
|
"VDefaultsProvider": {
|
516
508
|
"from": "components/VDefaultsProvider",
|
517
509
|
"styles": []
|
518
510
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
521
|
-
"styles": []
|
522
|
-
},
|
523
|
-
"VHover": {
|
524
|
-
"from": "components/VHover",
|
511
|
+
"VDataIterator": {
|
512
|
+
"from": "components/VDataIterator",
|
525
513
|
"styles": []
|
526
514
|
},
|
527
515
|
"VContainer": {
|
@@ -540,6 +528,18 @@
|
|
540
528
|
"from": "components/VGrid",
|
541
529
|
"styles": []
|
542
530
|
},
|
531
|
+
"VForm": {
|
532
|
+
"from": "components/VForm",
|
533
|
+
"styles": []
|
534
|
+
},
|
535
|
+
"VConfirmEdit": {
|
536
|
+
"from": "components/VConfirmEdit",
|
537
|
+
"styles": []
|
538
|
+
},
|
539
|
+
"VHover": {
|
540
|
+
"from": "components/VHover",
|
541
|
+
"styles": []
|
542
|
+
},
|
543
543
|
"VLazy": {
|
544
544
|
"from": "components/VLazy",
|
545
545
|
"styles": []
|
@@ -556,32 +556,28 @@
|
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
-
"VNoSsr": {
|
560
|
-
"from": "components/VNoSsr",
|
561
|
-
"styles": []
|
562
|
-
},
|
563
559
|
"VParallax": {
|
564
560
|
"from": "components/VParallax",
|
565
561
|
"styles": []
|
566
562
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
563
|
+
"VNoSsr": {
|
564
|
+
"from": "components/VNoSsr",
|
569
565
|
"styles": []
|
570
566
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
567
|
+
"VRadio": {
|
568
|
+
"from": "components/VRadio",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
571
|
"VResponsive": {
|
576
572
|
"from": "components/VResponsive",
|
577
573
|
"styles": []
|
578
574
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
575
|
+
"VRangeSlider": {
|
576
|
+
"from": "components/VRangeSlider",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
579
|
+
"VSparkline": {
|
580
|
+
"from": "components/VSparkline",
|
585
581
|
"styles": []
|
586
582
|
},
|
587
583
|
"VSnackbarQueue": {
|
@@ -592,14 +588,18 @@
|
|
592
588
|
"from": "components/VThemeProvider",
|
593
589
|
"styles": []
|
594
590
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
591
|
+
"VSpeedDial": {
|
592
|
+
"from": "components/VSpeedDial",
|
597
593
|
"styles": []
|
598
594
|
},
|
599
595
|
"VVirtualScroll": {
|
600
596
|
"from": "components/VVirtualScroll",
|
601
597
|
"styles": []
|
602
598
|
},
|
599
|
+
"VValidation": {
|
600
|
+
"from": "components/VValidation",
|
601
|
+
"styles": []
|
602
|
+
},
|
603
603
|
"VFabTransition": {
|
604
604
|
"from": "components/transitions",
|
605
605
|
"styles": []
|