@vuetify/nightly 3.8.7-master.2025-05-31 → 3.8.7-master.2025-06-02
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 +4 -3
- package/dist/json/attributes.json +3145 -3145
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +5896 -5896
- package/dist/vuetify-labs.cjs +73 -73
- package/dist/vuetify-labs.css +5220 -5220
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +73 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +67 -67
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3183 -3183
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +67 -67
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +67 -67
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +260 -260
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +3 -3
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +3 -3
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +3 -3
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +3 -3
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +4 -4
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +3 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -3
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VImg/VImg.js +7 -7
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.js +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +4 -4
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderTrack.js +6 -6
- package/lib/components/VSlider/VSliderTrack.js.map +1 -1
- package/lib/components/VTable/VTable.js +3 -3
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +5 -5
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +7 -7
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/lib/labs/VPullToRefresh/VPullToRefresh.js +7 -7
- package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
- package/package.json +2 -2
@@ -1,15 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUploadItem": {
|
8
|
-
"from": "labs/VFileUpload",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VIconBtn": {
|
12
|
-
"from": "labs/VIconBtn",
|
3
|
+
"VColorInput": {
|
4
|
+
"from": "labs/VColorInput",
|
13
5
|
"styles": []
|
14
6
|
},
|
15
7
|
"VCalendar": {
|
@@ -36,16 +28,16 @@
|
|
36
28
|
"from": "labs/VCalendar",
|
37
29
|
"styles": []
|
38
30
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
31
|
+
"VIconBtn": {
|
32
|
+
"from": "labs/VIconBtn",
|
41
33
|
"styles": []
|
42
34
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
35
|
+
"VFileUpload": {
|
36
|
+
"from": "labs/VFileUpload",
|
45
37
|
"styles": []
|
46
38
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
39
|
+
"VFileUploadItem": {
|
40
|
+
"from": "labs/VFileUpload",
|
49
41
|
"styles": []
|
50
42
|
},
|
51
43
|
"VPicker": {
|
@@ -56,6 +48,18 @@
|
|
56
48
|
"from": "labs/VPicker",
|
57
49
|
"styles": []
|
58
50
|
},
|
51
|
+
"VStepperVertical": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VStepperVerticalItem": {
|
56
|
+
"from": "labs/VStepperVertical",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VStepperVerticalActions": {
|
60
|
+
"from": "labs/VStepperVertical",
|
61
|
+
"styles": []
|
62
|
+
},
|
59
63
|
"VTimePicker": {
|
60
64
|
"from": "labs/VTimePicker",
|
61
65
|
"styles": []
|
@@ -68,6 +72,10 @@
|
|
68
72
|
"from": "labs/VTimePicker",
|
69
73
|
"styles": []
|
70
74
|
},
|
75
|
+
"VDateInput": {
|
76
|
+
"from": "labs/VDateInput",
|
77
|
+
"styles": []
|
78
|
+
},
|
71
79
|
"VTreeview": {
|
72
80
|
"from": "labs/VTreeview",
|
73
81
|
"styles": []
|
@@ -80,14 +88,6 @@
|
|
80
88
|
"from": "labs/VTreeview",
|
81
89
|
"styles": []
|
82
90
|
},
|
83
|
-
"VColorInput": {
|
84
|
-
"from": "labs/VColorInput",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VDateInput": {
|
88
|
-
"from": "labs/VDateInput",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
91
|
"VPullToRefresh": {
|
92
92
|
"from": "labs/VPullToRefresh",
|
93
93
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VAppBar": {
|
4
|
+
"from": "components/VAppBar",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAppBarNavIcon": {
|
8
|
+
"from": "components/VAppBar",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAppBarTitle": {
|
12
|
+
"from": "components/VAppBar",
|
13
|
+
"styles": []
|
14
|
+
},
|
3
15
|
"VApp": {
|
4
16
|
"from": "components/VApp",
|
5
17
|
"styles": []
|
@@ -12,10 +24,6 @@
|
|
12
24
|
"from": "components/VAlert",
|
13
25
|
"styles": []
|
14
26
|
},
|
15
|
-
"VAvatar": {
|
16
|
-
"from": "components/VAvatar",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
27
|
"VAutocomplete": {
|
20
28
|
"from": "components/VAutocomplete",
|
21
29
|
"styles": []
|
@@ -24,6 +32,14 @@
|
|
24
32
|
"from": "components/VBottomNavigation",
|
25
33
|
"styles": []
|
26
34
|
},
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBadge": {
|
40
|
+
"from": "components/VBadge",
|
41
|
+
"styles": []
|
42
|
+
},
|
27
43
|
"VBanner": {
|
28
44
|
"from": "components/VBanner",
|
29
45
|
"styles": []
|
@@ -36,14 +52,14 @@
|
|
36
52
|
"from": "components/VBanner",
|
37
53
|
"styles": []
|
38
54
|
},
|
39
|
-
"VBadge": {
|
40
|
-
"from": "components/VBadge",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
55
|
"VBtn": {
|
44
56
|
"from": "components/VBtn",
|
45
57
|
"styles": []
|
46
58
|
},
|
59
|
+
"VBottomSheet": {
|
60
|
+
"from": "components/VBottomSheet",
|
61
|
+
"styles": []
|
62
|
+
},
|
47
63
|
"VBreadcrumbs": {
|
48
64
|
"from": "components/VBreadcrumbs",
|
49
65
|
"styles": []
|
@@ -56,6 +72,18 @@
|
|
56
72
|
"from": "components/VBreadcrumbs",
|
57
73
|
"styles": []
|
58
74
|
},
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
59
87
|
"VCard": {
|
60
88
|
"from": "components/VCard",
|
61
89
|
"styles": []
|
@@ -80,14 +108,6 @@
|
|
80
108
|
"from": "components/VCard",
|
81
109
|
"styles": []
|
82
110
|
},
|
83
|
-
"VBottomSheet": {
|
84
|
-
"from": "components/VBottomSheet",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VBtnToggle": {
|
88
|
-
"from": "components/VBtnToggle",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
111
|
"VCheckbox": {
|
92
112
|
"from": "components/VCheckbox",
|
93
113
|
"styles": []
|
@@ -100,56 +120,28 @@
|
|
100
120
|
"from": "components/VBtnGroup",
|
101
121
|
"styles": []
|
102
122
|
},
|
103
|
-
"VChip": {
|
104
|
-
"from": "components/VChip",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarousel": {
|
108
|
-
"from": "components/VCarousel",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCarouselItem": {
|
112
|
-
"from": "components/VCarousel",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCode": {
|
116
|
-
"from": "components/VCode",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
123
|
"VChipGroup": {
|
120
124
|
"from": "components/VChipGroup",
|
121
125
|
"styles": []
|
122
126
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip",
|
125
129
|
"styles": []
|
126
130
|
},
|
127
131
|
"VCombobox": {
|
128
132
|
"from": "components/VCombobox",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VDatePickerControls": {
|
136
|
-
"from": "components/VDatePicker",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VDatePickerHeader": {
|
140
|
-
"from": "components/VDatePicker",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDatePickerMonth": {
|
144
|
-
"from": "components/VDatePicker",
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
145
137
|
"styles": []
|
146
138
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
139
|
+
"VColorPicker": {
|
140
|
+
"from": "components/VColorPicker",
|
149
141
|
"styles": []
|
150
142
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
143
|
+
"VCounter": {
|
144
|
+
"from": "components/VCounter",
|
153
145
|
"styles": []
|
154
146
|
},
|
155
147
|
"VDataTable": {
|
@@ -180,20 +172,40 @@
|
|
180
172
|
"from": "components/VDataTable",
|
181
173
|
"styles": []
|
182
174
|
},
|
183
|
-
"
|
184
|
-
"from": "components/
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerMonth": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerMonths": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerYears": {
|
196
|
+
"from": "components/VDatePicker",
|
185
197
|
"styles": []
|
186
198
|
},
|
187
199
|
"VDialog": {
|
188
200
|
"from": "components/VDialog",
|
189
201
|
"styles": []
|
190
202
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
203
|
+
"VFab": {
|
204
|
+
"from": "components/VFab",
|
193
205
|
"styles": []
|
194
206
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState",
|
197
209
|
"styles": []
|
198
210
|
},
|
199
211
|
"VExpansionPanels": {
|
@@ -212,8 +224,12 @@
|
|
212
224
|
"from": "components/VExpansionPanel",
|
213
225
|
"styles": []
|
214
226
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
227
|
+
"VDivider": {
|
228
|
+
"from": "components/VDivider",
|
229
|
+
"styles": []
|
230
|
+
},
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
217
233
|
"styles": []
|
218
234
|
},
|
219
235
|
"VField": {
|
@@ -224,8 +240,16 @@
|
|
224
240
|
"from": "components/VField",
|
225
241
|
"styles": []
|
226
242
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
249
|
+
"styles": []
|
250
|
+
},
|
251
|
+
"VInput": {
|
252
|
+
"from": "components/VInput",
|
229
253
|
"styles": []
|
230
254
|
},
|
231
255
|
"VIcon": {
|
@@ -256,30 +280,6 @@
|
|
256
280
|
"from": "components/VItemGroup",
|
257
281
|
"styles": []
|
258
282
|
},
|
259
|
-
"VInfiniteScroll": {
|
260
|
-
"from": "components/VInfiniteScroll",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
|
-
"VFooter": {
|
264
|
-
"from": "components/VFooter",
|
265
|
-
"styles": []
|
266
|
-
},
|
267
|
-
"VInput": {
|
268
|
-
"from": "components/VInput",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VImg": {
|
272
|
-
"from": "components/VImg",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VKbd": {
|
276
|
-
"from": "components/VKbd",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VLabel": {
|
280
|
-
"from": "components/VLabel",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
283
|
"VList": {
|
284
284
|
"from": "components/VList",
|
285
285
|
"styles": []
|
@@ -316,48 +316,56 @@
|
|
316
316
|
"from": "components/VList",
|
317
317
|
"styles": []
|
318
318
|
},
|
319
|
-
"
|
320
|
-
"from": "components/
|
319
|
+
"VInfiniteScroll": {
|
320
|
+
"from": "components/VInfiniteScroll",
|
321
321
|
"styles": []
|
322
322
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
323
|
+
"VKbd": {
|
324
|
+
"from": "components/VKbd",
|
325
325
|
"styles": []
|
326
326
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
331
|
+
"VMessages": {
|
332
|
+
"from": "components/VMessages",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
335
|
"VNavigationDrawer": {
|
336
336
|
"from": "components/VNavigationDrawer",
|
337
337
|
"styles": []
|
338
338
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
341
|
+
"styles": []
|
342
|
+
},
|
343
|
+
"VMain": {
|
344
|
+
"from": "components/VMain",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
347
|
"VOtpInput": {
|
344
348
|
"from": "components/VOtpInput",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
351
|
+
"VNumberInput": {
|
352
|
+
"from": "components/VNumberInput",
|
349
353
|
"styles": []
|
350
354
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
355
|
+
"VOverlay": {
|
356
|
+
"from": "components/VOverlay",
|
353
357
|
"styles": []
|
354
358
|
},
|
355
359
|
"VProgressCircular": {
|
356
360
|
"from": "components/VProgressCircular",
|
357
361
|
"styles": []
|
358
362
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
363
|
+
"VPagination": {
|
364
|
+
"from": "components/VPagination",
|
365
|
+
"styles": []
|
366
|
+
},
|
367
|
+
"VProgressLinear": {
|
368
|
+
"from": "components/VProgressLinear",
|
361
369
|
"styles": []
|
362
370
|
},
|
363
371
|
"VRating": {
|
@@ -368,20 +376,12 @@
|
|
368
376
|
"from": "components/VSelectionControlGroup",
|
369
377
|
"styles": []
|
370
378
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
373
|
-
"styles": []
|
374
|
-
},
|
375
|
-
"VSkeletonLoader": {
|
376
|
-
"from": "components/VSkeletonLoader",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSlider": {
|
380
|
-
"from": "components/VSlider",
|
379
|
+
"VRadioGroup": {
|
380
|
+
"from": "components/VRadioGroup",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
383
|
+
"VSelect": {
|
384
|
+
"from": "components/VSelect",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
387
|
"VSlideGroup": {
|
@@ -392,20 +392,20 @@
|
|
392
392
|
"from": "components/VSlideGroup",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
395
|
+
"VSelectionControl": {
|
396
|
+
"from": "components/VSelectionControl",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
399
|
+
"VSkeletonLoader": {
|
400
|
+
"from": "components/VSkeletonLoader",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
403
|
+
"VSheet": {
|
404
|
+
"from": "components/VSheet",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
407
|
+
"VSnackbar": {
|
408
|
+
"from": "components/VSnackbar",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
411
|
"VStepper": {
|
@@ -448,20 +448,36 @@
|
|
448
448
|
"from": "components/VTabs",
|
449
449
|
"styles": []
|
450
450
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
451
|
+
"VSlider": {
|
452
|
+
"from": "components/VSlider",
|
453
453
|
"styles": []
|
454
454
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
455
|
+
"VSystemBar": {
|
456
|
+
"from": "components/VSystemBar",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VSwitch": {
|
460
|
+
"from": "components/VSwitch",
|
457
461
|
"styles": []
|
458
462
|
},
|
459
463
|
"VTable": {
|
460
464
|
"from": "components/VTable",
|
461
465
|
"styles": []
|
462
466
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
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
|
+
},
|
479
|
+
"VTextField": {
|
480
|
+
"from": "components/VTextField",
|
465
481
|
"styles": []
|
466
482
|
},
|
467
483
|
"VToolbar": {
|
@@ -476,14 +492,6 @@
|
|
476
492
|
"from": "components/VToolbar",
|
477
493
|
"styles": []
|
478
494
|
},
|
479
|
-
"VTimeline": {
|
480
|
-
"from": "components/VTimeline",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VTimelineItem": {
|
484
|
-
"from": "components/VTimeline",
|
485
|
-
"styles": []
|
486
|
-
},
|
487
495
|
"VWindow": {
|
488
496
|
"from": "components/VWindow",
|
489
497
|
"styles": []
|
@@ -492,34 +500,30 @@
|
|
492
500
|
"from": "components/VWindow",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
497
|
-
"styles": []
|
498
|
-
},
|
499
|
-
"VAppBarNavIcon": {
|
500
|
-
"from": "components/VAppBar",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VAppBarTitle": {
|
504
|
-
"from": "components/VAppBar",
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VConfirmEdit": {
|
508
508
|
"from": "components/VConfirmEdit",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
-
"VDefaultsProvider": {
|
512
|
-
"from": "components/VDefaultsProvider",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
511
|
"VDataIterator": {
|
516
512
|
"from": "components/VDataIterator",
|
517
513
|
"styles": []
|
518
514
|
},
|
515
|
+
"VDefaultsProvider": {
|
516
|
+
"from": "components/VDefaultsProvider",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
519
|
"VForm": {
|
520
520
|
"from": "components/VForm",
|
521
521
|
"styles": []
|
522
522
|
},
|
523
|
+
"VHover": {
|
524
|
+
"from": "components/VHover",
|
525
|
+
"styles": []
|
526
|
+
},
|
523
527
|
"VContainer": {
|
524
528
|
"from": "components/VGrid",
|
525
529
|
"styles": []
|
@@ -536,10 +540,6 @@
|
|
536
540
|
"from": "components/VGrid",
|
537
541
|
"styles": []
|
538
542
|
},
|
539
|
-
"VHover": {
|
540
|
-
"from": "components/VHover",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
543
|
"VLayout": {
|
544
544
|
"from": "components/VLayout",
|
545
545
|
"styles": []
|
@@ -556,6 +556,10 @@
|
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
558
558
|
},
|
559
|
+
"VNoSsr": {
|
560
|
+
"from": "components/VNoSsr",
|
561
|
+
"styles": []
|
562
|
+
},
|
559
563
|
"VParallax": {
|
560
564
|
"from": "components/VParallax",
|
561
565
|
"styles": []
|
@@ -564,26 +568,22 @@
|
|
564
568
|
"from": "components/VRadio",
|
565
569
|
"styles": []
|
566
570
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
571
|
+
"VResponsive": {
|
572
|
+
"from": "components/VResponsive",
|
569
573
|
"styles": []
|
570
574
|
},
|
571
575
|
"VRangeSlider": {
|
572
576
|
"from": "components/VRangeSlider",
|
573
577
|
"styles": []
|
574
578
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
579
|
+
"VSnackbarQueue": {
|
580
|
+
"from": "components/VSnackbarQueue",
|
577
581
|
"styles": []
|
578
582
|
},
|
579
583
|
"VSparkline": {
|
580
584
|
"from": "components/VSparkline",
|
581
585
|
"styles": []
|
582
586
|
},
|
583
|
-
"VSnackbarQueue": {
|
584
|
-
"from": "components/VSnackbarQueue",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
587
|
"VSpeedDial": {
|
588
588
|
"from": "components/VSpeedDial",
|
589
589
|
"styles": []
|
@@ -592,14 +592,14 @@
|
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|
594
594
|
},
|
595
|
-
"VValidation": {
|
596
|
-
"from": "components/VValidation",
|
597
|
-
"styles": []
|
598
|
-
},
|
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": []
|