@vuetify/nightly 3.8.8-dev.2025-06-08 → 3.8.8-dev.2025-06-10
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 +3963 -3963
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +7004 -7004
- package/dist/vuetify-labs.cjs +32 -3
- package/dist/vuetify-labs.css +3921 -3921
- package/dist/vuetify-labs.d.ts +67 -61
- package/dist/vuetify-labs.esm.js +32 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +32 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +32 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2702 -2702
- package/dist/vuetify.d.ts +67 -61
- package/dist/vuetify.esm.js +32 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +32 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +171 -170
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.d.ts +9 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.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/package.json +1 -1
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VColorInput": {
|
|
4
|
-
"from": "labs/VColorInput",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VCalendar": {
|
|
8
4
|
"from": "labs/VCalendar",
|
|
9
5
|
"styles": []
|
|
@@ -28,24 +24,8 @@
|
|
|
28
24
|
"from": "labs/VCalendar",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VTimePickerClock": {
|
|
36
|
-
"from": "labs/VTimePicker",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VTimePickerControls": {
|
|
40
|
-
"from": "labs/VTimePicker",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VPicker": {
|
|
44
|
-
"from": "labs/VPicker",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VPickerTitle": {
|
|
48
|
-
"from": "labs/VPicker",
|
|
27
|
+
"VColorInput": {
|
|
28
|
+
"from": "labs/VColorInput",
|
|
49
29
|
"styles": []
|
|
50
30
|
},
|
|
51
31
|
"VFileUpload": {
|
|
@@ -56,6 +36,10 @@
|
|
|
56
36
|
"from": "labs/VFileUpload",
|
|
57
37
|
"styles": []
|
|
58
38
|
},
|
|
39
|
+
"VIconBtn": {
|
|
40
|
+
"from": "labs/VIconBtn",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
59
43
|
"VStepperVertical": {
|
|
60
44
|
"from": "labs/VStepperVertical",
|
|
61
45
|
"styles": []
|
|
@@ -68,10 +52,6 @@
|
|
|
68
52
|
"from": "labs/VStepperVertical",
|
|
69
53
|
"styles": []
|
|
70
54
|
},
|
|
71
|
-
"VIconBtn": {
|
|
72
|
-
"from": "labs/VIconBtn",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
55
|
"VTreeview": {
|
|
76
56
|
"from": "labs/VTreeview",
|
|
77
57
|
"styles": []
|
|
@@ -84,13 +64,33 @@
|
|
|
84
64
|
"from": "labs/VTreeview",
|
|
85
65
|
"styles": []
|
|
86
66
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "labs/
|
|
67
|
+
"VPicker": {
|
|
68
|
+
"from": "labs/VPicker",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VPickerTitle": {
|
|
72
|
+
"from": "labs/VPicker",
|
|
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",
|
|
89
85
|
"styles": []
|
|
90
86
|
},
|
|
91
87
|
"VPullToRefresh": {
|
|
92
88
|
"from": "labs/VPullToRefresh",
|
|
93
89
|
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VDateInput": {
|
|
92
|
+
"from": "labs/VDateInput",
|
|
93
|
+
"styles": []
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
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,24 +12,24 @@
|
|
|
24
12
|
"from": "components/VAppBar",
|
|
25
13
|
"styles": []
|
|
26
14
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp",
|
|
29
17
|
"styles": []
|
|
30
18
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
31
|
+
"VAutocomplete": {
|
|
32
|
+
"from": "components/VAutocomplete",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
47
35
|
"VBanner": {
|
|
@@ -56,32 +44,36 @@
|
|
|
56
44
|
"from": "components/VBanner",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
47
|
+
"VBottomSheet": {
|
|
48
|
+
"from": "components/VBottomSheet",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
59
51
|
"VBadge": {
|
|
60
52
|
"from": "components/VBadge",
|
|
61
53
|
"styles": []
|
|
62
54
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
55
|
+
"VBottomNavigation": {
|
|
56
|
+
"from": "components/VBottomNavigation",
|
|
65
57
|
"styles": []
|
|
66
58
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
59
|
+
"VBtn": {
|
|
60
|
+
"from": "components/VBtn",
|
|
69
61
|
"styles": []
|
|
70
62
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbs": {
|
|
64
|
+
"from": "components/VBreadcrumbs",
|
|
73
65
|
"styles": []
|
|
74
66
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbsItem": {
|
|
68
|
+
"from": "components/VBreadcrumbs",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
71
|
+
"VBreadcrumbsDivider": {
|
|
72
|
+
"from": "components/VBreadcrumbs",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle",
|
|
85
77
|
"styles": []
|
|
86
78
|
},
|
|
87
79
|
"VCard": {
|
|
@@ -108,32 +100,44 @@
|
|
|
108
100
|
"from": "components/VCard",
|
|
109
101
|
"styles": []
|
|
110
102
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel",
|
|
113
105
|
"styles": []
|
|
114
106
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
117
109
|
"styles": []
|
|
118
110
|
},
|
|
119
111
|
"VChip": {
|
|
120
112
|
"from": "components/VChip",
|
|
121
113
|
"styles": []
|
|
122
114
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
115
|
+
"VCombobox": {
|
|
116
|
+
"from": "components/VCombobox",
|
|
125
117
|
"styles": []
|
|
126
118
|
},
|
|
127
119
|
"VCode": {
|
|
128
120
|
"from": "components/VCode",
|
|
129
121
|
"styles": []
|
|
130
122
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
123
|
+
"VCheckbox": {
|
|
124
|
+
"from": "components/VCheckbox",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
127
|
+
"VCheckboxBtn": {
|
|
128
|
+
"from": "components/VCheckbox",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VBtnGroup": {
|
|
132
|
+
"from": "components/VBtnGroup",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
|
+
"VCounter": {
|
|
140
|
+
"from": "components/VCounter",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
143
|
"VDataTable": {
|
|
@@ -164,18 +168,6 @@
|
|
|
164
168
|
"from": "components/VDataTable",
|
|
165
169
|
"styles": []
|
|
166
170
|
},
|
|
167
|
-
"VColorPicker": {
|
|
168
|
-
"from": "components/VColorPicker",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VDialog": {
|
|
172
|
-
"from": "components/VDialog",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VCounter": {
|
|
176
|
-
"from": "components/VCounter",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
171
|
"VDatePicker": {
|
|
180
172
|
"from": "components/VDatePicker",
|
|
181
173
|
"styles": []
|
|
@@ -200,32 +192,32 @@
|
|
|
200
192
|
"from": "components/VDatePicker",
|
|
201
193
|
"styles": []
|
|
202
194
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
195
|
+
"VDialog": {
|
|
196
|
+
"from": "components/VDialog",
|
|
205
197
|
"styles": []
|
|
206
198
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
199
|
+
"VEmptyState": {
|
|
200
|
+
"from": "components/VEmptyState",
|
|
209
201
|
"styles": []
|
|
210
202
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
203
|
+
"VDivider": {
|
|
204
|
+
"from": "components/VDivider",
|
|
213
205
|
"styles": []
|
|
214
206
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
207
|
+
"VChipGroup": {
|
|
208
|
+
"from": "components/VChipGroup",
|
|
217
209
|
"styles": []
|
|
218
210
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
211
|
+
"VFab": {
|
|
212
|
+
"from": "components/VFab",
|
|
221
213
|
"styles": []
|
|
222
214
|
},
|
|
223
215
|
"VFileInput": {
|
|
224
216
|
"from": "components/VFileInput",
|
|
225
217
|
"styles": []
|
|
226
218
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
219
|
+
"VFooter": {
|
|
220
|
+
"from": "components/VFooter",
|
|
229
221
|
"styles": []
|
|
230
222
|
},
|
|
231
223
|
"VField": {
|
|
@@ -236,14 +228,6 @@
|
|
|
236
228
|
"from": "components/VField",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
239
|
-
"VFab": {
|
|
240
|
-
"from": "components/VFab",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VFooter": {
|
|
244
|
-
"from": "components/VFooter",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
231
|
"VIcon": {
|
|
248
232
|
"from": "components/VIcon",
|
|
249
233
|
"styles": []
|
|
@@ -268,6 +252,10 @@
|
|
|
268
252
|
"from": "components/VInfiniteScroll",
|
|
269
253
|
"styles": []
|
|
270
254
|
},
|
|
255
|
+
"VImg": {
|
|
256
|
+
"from": "components/VImg",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
271
259
|
"VItemGroup": {
|
|
272
260
|
"from": "components/VItemGroup",
|
|
273
261
|
"styles": []
|
|
@@ -276,18 +264,18 @@
|
|
|
276
264
|
"from": "components/VItemGroup",
|
|
277
265
|
"styles": []
|
|
278
266
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VInput": {
|
|
284
|
-
"from": "components/VInput",
|
|
267
|
+
"VLabel": {
|
|
268
|
+
"from": "components/VLabel",
|
|
285
269
|
"styles": []
|
|
286
270
|
},
|
|
287
271
|
"VKbd": {
|
|
288
272
|
"from": "components/VKbd",
|
|
289
273
|
"styles": []
|
|
290
274
|
},
|
|
275
|
+
"VInput": {
|
|
276
|
+
"from": "components/VInput",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
291
279
|
"VList": {
|
|
292
280
|
"from": "components/VList",
|
|
293
281
|
"styles": []
|
|
@@ -324,6 +312,10 @@
|
|
|
324
312
|
"from": "components/VList",
|
|
325
313
|
"styles": []
|
|
326
314
|
},
|
|
315
|
+
"VMenu": {
|
|
316
|
+
"from": "components/VMenu",
|
|
317
|
+
"styles": []
|
|
318
|
+
},
|
|
327
319
|
"VMain": {
|
|
328
320
|
"from": "components/VMain",
|
|
329
321
|
"styles": []
|
|
@@ -332,24 +324,20 @@
|
|
|
332
324
|
"from": "components/VMessages",
|
|
333
325
|
"styles": []
|
|
334
326
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
327
|
+
"VPagination": {
|
|
328
|
+
"from": "components/VPagination",
|
|
337
329
|
"styles": []
|
|
338
330
|
},
|
|
339
331
|
"VNavigationDrawer": {
|
|
340
332
|
"from": "components/VNavigationDrawer",
|
|
341
333
|
"styles": []
|
|
342
334
|
},
|
|
343
|
-
"VNumberInput": {
|
|
344
|
-
"from": "components/VNumberInput",
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
335
|
"VOtpInput": {
|
|
348
336
|
"from": "components/VOtpInput",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
339
|
+
"VNumberInput": {
|
|
340
|
+
"from": "components/VNumberInput",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
355
343
|
"VOverlay": {
|
|
@@ -360,46 +348,42 @@
|
|
|
360
348
|
"from": "components/VRadioGroup",
|
|
361
349
|
"styles": []
|
|
362
350
|
},
|
|
363
|
-
"VProgressCircular": {
|
|
364
|
-
"from": "components/VProgressCircular",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
351
|
"VProgressLinear": {
|
|
368
352
|
"from": "components/VProgressLinear",
|
|
369
353
|
"styles": []
|
|
370
354
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
355
|
+
"VProgressCircular": {
|
|
356
|
+
"from": "components/VProgressCircular",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
|
+
"VSelectionControl": {
|
|
360
|
+
"from": "components/VSelectionControl",
|
|
373
361
|
"styles": []
|
|
374
362
|
},
|
|
375
363
|
"VRating": {
|
|
376
364
|
"from": "components/VRating",
|
|
377
365
|
"styles": []
|
|
378
366
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
367
|
+
"VSelect": {
|
|
368
|
+
"from": "components/VSelect",
|
|
381
369
|
"styles": []
|
|
382
370
|
},
|
|
383
371
|
"VSkeletonLoader": {
|
|
384
372
|
"from": "components/VSkeletonLoader",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
|
-
"VSlider": {
|
|
388
|
-
"from": "components/VSlider",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
375
|
"VSelectionControlGroup": {
|
|
392
376
|
"from": "components/VSelectionControlGroup",
|
|
393
377
|
"styles": []
|
|
394
378
|
},
|
|
395
|
-
"VSelect": {
|
|
396
|
-
"from": "components/VSelect",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
379
|
"VSnackbar": {
|
|
400
380
|
"from": "components/VSnackbar",
|
|
401
381
|
"styles": []
|
|
402
382
|
},
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
403
387
|
"VSlideGroup": {
|
|
404
388
|
"from": "components/VSlideGroup",
|
|
405
389
|
"styles": []
|
|
@@ -408,8 +392,8 @@
|
|
|
408
392
|
"from": "components/VSlideGroup",
|
|
409
393
|
"styles": []
|
|
410
394
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
395
|
+
"VSlider": {
|
|
396
|
+
"from": "components/VSlider",
|
|
413
397
|
"styles": []
|
|
414
398
|
},
|
|
415
399
|
"VStepper": {
|
|
@@ -440,6 +424,14 @@
|
|
|
440
424
|
"from": "components/VSystemBar",
|
|
441
425
|
"styles": []
|
|
442
426
|
},
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTextarea": {
|
|
432
|
+
"from": "components/VTextarea",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
443
435
|
"VTab": {
|
|
444
436
|
"from": "components/VTabs",
|
|
445
437
|
"styles": []
|
|
@@ -456,34 +448,18 @@
|
|
|
456
448
|
"from": "components/VTabs",
|
|
457
449
|
"styles": []
|
|
458
450
|
},
|
|
459
|
-
"VTextarea": {
|
|
460
|
-
"from": "components/VTextarea",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
451
|
"VTable": {
|
|
464
452
|
"from": "components/VTable",
|
|
465
453
|
"styles": []
|
|
466
454
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VToolbarTitle": {
|
|
472
|
-
"from": "components/VToolbar",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
|
-
"VToolbarItems": {
|
|
476
|
-
"from": "components/VToolbar",
|
|
455
|
+
"VTextField": {
|
|
456
|
+
"from": "components/VTextField",
|
|
477
457
|
"styles": []
|
|
478
458
|
},
|
|
479
459
|
"VTooltip": {
|
|
480
460
|
"from": "components/VTooltip",
|
|
481
461
|
"styles": []
|
|
482
462
|
},
|
|
483
|
-
"VTextField": {
|
|
484
|
-
"from": "components/VTextField",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
463
|
"VTimeline": {
|
|
488
464
|
"from": "components/VTimeline",
|
|
489
465
|
"styles": []
|
|
@@ -492,6 +468,18 @@
|
|
|
492
468
|
"from": "components/VTimeline",
|
|
493
469
|
"styles": []
|
|
494
470
|
},
|
|
471
|
+
"VToolbar": {
|
|
472
|
+
"from": "components/VToolbar",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VToolbarTitle": {
|
|
476
|
+
"from": "components/VToolbar",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VToolbarItems": {
|
|
480
|
+
"from": "components/VToolbar",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
495
483
|
"VWindow": {
|
|
496
484
|
"from": "components/VWindow",
|
|
497
485
|
"styles": []
|
|
@@ -500,20 +488,20 @@
|
|
|
500
488
|
"from": "components/VWindow",
|
|
501
489
|
"styles": []
|
|
502
490
|
},
|
|
503
|
-
"VDataIterator": {
|
|
504
|
-
"from": "components/VDataIterator",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
491
|
"VConfirmEdit": {
|
|
508
492
|
"from": "components/VConfirmEdit",
|
|
509
493
|
"styles": []
|
|
510
494
|
},
|
|
495
|
+
"VDataIterator": {
|
|
496
|
+
"from": "components/VDataIterator",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
511
499
|
"VDefaultsProvider": {
|
|
512
500
|
"from": "components/VDefaultsProvider",
|
|
513
501
|
"styles": []
|
|
514
502
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
503
|
+
"VForm": {
|
|
504
|
+
"from": "components/VForm",
|
|
517
505
|
"styles": []
|
|
518
506
|
},
|
|
519
507
|
"VContainer": {
|
|
@@ -532,12 +520,12 @@
|
|
|
532
520
|
"from": "components/VGrid",
|
|
533
521
|
"styles": []
|
|
534
522
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
523
|
+
"VHover": {
|
|
524
|
+
"from": "components/VHover",
|
|
537
525
|
"styles": []
|
|
538
526
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
527
|
+
"VLazy": {
|
|
528
|
+
"from": "components/VLazy",
|
|
541
529
|
"styles": []
|
|
542
530
|
},
|
|
543
531
|
"VLayout": {
|
|
@@ -548,10 +536,6 @@
|
|
|
548
536
|
"from": "components/VLayout",
|
|
549
537
|
"styles": []
|
|
550
538
|
},
|
|
551
|
-
"VLazy": {
|
|
552
|
-
"from": "components/VLazy",
|
|
553
|
-
"styles": []
|
|
554
|
-
},
|
|
555
539
|
"VLocaleProvider": {
|
|
556
540
|
"from": "components/VLocaleProvider",
|
|
557
541
|
"styles": []
|
|
@@ -580,26 +564,26 @@
|
|
|
580
564
|
"from": "components/VSparkline",
|
|
581
565
|
"styles": []
|
|
582
566
|
},
|
|
583
|
-
"VSnackbarQueue": {
|
|
584
|
-
"from": "components/VSnackbarQueue",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
567
|
"VSpeedDial": {
|
|
588
568
|
"from": "components/VSpeedDial",
|
|
589
569
|
"styles": []
|
|
590
570
|
},
|
|
591
|
-
"
|
|
592
|
-
"from": "components/
|
|
571
|
+
"VSnackbarQueue": {
|
|
572
|
+
"from": "components/VSnackbarQueue",
|
|
593
573
|
"styles": []
|
|
594
574
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
575
|
+
"VThemeProvider": {
|
|
576
|
+
"from": "components/VThemeProvider",
|
|
597
577
|
"styles": []
|
|
598
578
|
},
|
|
599
579
|
"VVirtualScroll": {
|
|
600
580
|
"from": "components/VVirtualScroll",
|
|
601
581
|
"styles": []
|
|
602
582
|
},
|
|
583
|
+
"VValidation": {
|
|
584
|
+
"from": "components/VValidation",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
603
587
|
"VFabTransition": {
|
|
604
588
|
"from": "components/transitions",
|
|
605
589
|
"styles": []
|
|
@@ -663,6 +647,22 @@
|
|
|
663
647
|
"VDialogTransition": {
|
|
664
648
|
"from": "components/transitions",
|
|
665
649
|
"styles": []
|
|
650
|
+
},
|
|
651
|
+
"VExpansionPanels": {
|
|
652
|
+
"from": "components/VExpansionPanel",
|
|
653
|
+
"styles": []
|
|
654
|
+
},
|
|
655
|
+
"VExpansionPanel": {
|
|
656
|
+
"from": "components/VExpansionPanel",
|
|
657
|
+
"styles": []
|
|
658
|
+
},
|
|
659
|
+
"VExpansionPanelText": {
|
|
660
|
+
"from": "components/VExpansionPanel",
|
|
661
|
+
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VExpansionPanelTitle": {
|
|
664
|
+
"from": "components/VExpansionPanel",
|
|
665
|
+
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|