@vuetify/nightly 3.8.8-master.2025-06-07 → 3.8.8-master.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 +11 -3
- package/dist/json/attributes.json +2832 -2832
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5438 -5438
- package/dist/vuetify-labs.cjs +98 -34
- package/dist/vuetify-labs.css +4072 -4072
- package/dist/vuetify-labs.d.ts +58 -62
- package/dist/vuetify-labs.esm.js +99 -35
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +98 -34
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +91 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4746 -4746
- package/dist/vuetify.d.ts +58 -62
- package/dist/vuetify.esm.js +92 -31
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +964 -958
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +1 -0
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +8 -1
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +8 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -5
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +1 -1
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -4
- package/lib/composables/date/date.js +13 -14
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/fileDrop.d.ts +4 -0
- package/lib/composables/fileDrop.js +50 -0
- package/lib/composables/fileDrop.js.map +1 -0
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.d.ts +0 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -62
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js +2 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +7 -3
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +0 -3
- package/lib/util/helpers.d.ts +1 -1
- package/lib/util/helpers.js +0 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VColorInput": {
|
4
|
+
"from": "labs/VColorInput",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VFileUpload": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VFileUploadItem": {
|
12
|
+
"from": "labs/VFileUpload",
|
13
|
+
"styles": []
|
14
|
+
},
|
3
15
|
"VCalendar": {
|
4
16
|
"from": "labs/VCalendar",
|
5
17
|
"styles": []
|
@@ -24,10 +36,6 @@
|
|
24
36
|
"from": "labs/VCalendar",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
|
-
"VIconBtn": {
|
28
|
-
"from": "labs/VIconBtn",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
39
|
"VPicker": {
|
32
40
|
"from": "labs/VPicker",
|
33
41
|
"styles": []
|
@@ -36,8 +44,16 @@
|
|
36
44
|
"from": "labs/VPicker",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
47
|
+
"VStepperVertical": {
|
48
|
+
"from": "labs/VStepperVertical",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VStepperVerticalItem": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VStepperVerticalActions": {
|
56
|
+
"from": "labs/VStepperVertical",
|
41
57
|
"styles": []
|
42
58
|
},
|
43
59
|
"VTimePicker": {
|
@@ -52,12 +68,8 @@
|
|
52
68
|
"from": "labs/VTimePicker",
|
53
69
|
"styles": []
|
54
70
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VFileUploadItem": {
|
60
|
-
"from": "labs/VFileUpload",
|
71
|
+
"VIconBtn": {
|
72
|
+
"from": "labs/VIconBtn",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
75
|
"VTreeview": {
|
@@ -72,25 +84,13 @@
|
|
72
84
|
"from": "labs/VTreeview",
|
73
85
|
"styles": []
|
74
86
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
77
|
-
"styles": []
|
78
|
-
},
|
79
|
-
"VStepperVerticalItem": {
|
80
|
-
"from": "labs/VStepperVertical",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VStepperVerticalActions": {
|
84
|
-
"from": "labs/VStepperVertical",
|
87
|
+
"VPullToRefresh": {
|
88
|
+
"from": "labs/VPullToRefresh",
|
85
89
|
"styles": []
|
86
90
|
},
|
87
91
|
"VDateInput": {
|
88
92
|
"from": "labs/VDateInput",
|
89
93
|
"styles": []
|
90
|
-
},
|
91
|
-
"VPullToRefresh": {
|
92
|
-
"from": "labs/VPullToRefresh",
|
93
|
-
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -12,6 +12,10 @@
|
|
12
12
|
"from": "components/VAppBar",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
+
"VApp": {
|
16
|
+
"from": "components/VApp",
|
17
|
+
"styles": []
|
18
|
+
},
|
15
19
|
"VAlert": {
|
16
20
|
"from": "components/VAlert",
|
17
21
|
"styles": []
|
@@ -20,18 +24,6 @@
|
|
20
24
|
"from": "components/VAlert",
|
21
25
|
"styles": []
|
22
26
|
},
|
23
|
-
"VAvatar": {
|
24
|
-
"from": "components/VAvatar",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VApp": {
|
28
|
-
"from": "components/VApp",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VBadge": {
|
32
|
-
"from": "components/VBadge",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VBanner": {
|
36
28
|
"from": "components/VBanner",
|
37
29
|
"styles": []
|
@@ -44,12 +36,24 @@
|
|
44
36
|
"from": "components/VBanner",
|
45
37
|
"styles": []
|
46
38
|
},
|
39
|
+
"VAvatar": {
|
40
|
+
"from": "components/VAvatar",
|
41
|
+
"styles": []
|
42
|
+
},
|
47
43
|
"VAutocomplete": {
|
48
44
|
"from": "components/VAutocomplete",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
47
|
+
"VBtn": {
|
48
|
+
"from": "components/VBtn",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBadge": {
|
52
|
+
"from": "components/VBadge",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBottomNavigation": {
|
56
|
+
"from": "components/VBottomNavigation",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
59
|
"VBreadcrumbs": {
|
@@ -64,28 +68,12 @@
|
|
64
68
|
"from": "components/VBreadcrumbs",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"VBottomNavigation": {
|
68
|
-
"from": "components/VBottomNavigation",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBtn": {
|
72
|
-
"from": "components/VBtn",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VBtnToggle": {
|
76
|
-
"from": "components/VBtnToggle",
|
77
|
-
"styles": []
|
78
|
-
},
|
79
71
|
"VBtnGroup": {
|
80
72
|
"from": "components/VBtnGroup",
|
81
73
|
"styles": []
|
82
74
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VCarouselItem": {
|
88
|
-
"from": "components/VCarousel",
|
75
|
+
"VBottomSheet": {
|
76
|
+
"from": "components/VBottomSheet",
|
89
77
|
"styles": []
|
90
78
|
},
|
91
79
|
"VCard": {
|
@@ -112,36 +100,20 @@
|
|
112
100
|
"from": "components/VCard",
|
113
101
|
"styles": []
|
114
102
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VDataTableHeaders": {
|
120
|
-
"from": "components/VDataTable",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VDataTableFooter": {
|
124
|
-
"from": "components/VDataTable",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VDataTableRows": {
|
128
|
-
"from": "components/VDataTable",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VDataTableRow": {
|
132
|
-
"from": "components/VDataTable",
|
103
|
+
"VBtnToggle": {
|
104
|
+
"from": "components/VBtnToggle",
|
133
105
|
"styles": []
|
134
106
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
107
|
+
"VCarousel": {
|
108
|
+
"from": "components/VCarousel",
|
137
109
|
"styles": []
|
138
110
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
111
|
+
"VCarouselItem": {
|
112
|
+
"from": "components/VCarousel",
|
141
113
|
"styles": []
|
142
114
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip",
|
145
117
|
"styles": []
|
146
118
|
},
|
147
119
|
"VCheckbox": {
|
@@ -152,20 +124,16 @@
|
|
152
124
|
"from": "components/VCheckbox",
|
153
125
|
"styles": []
|
154
126
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VCounter": {
|
160
|
-
"from": "components/VCounter",
|
127
|
+
"VCombobox": {
|
128
|
+
"from": "components/VCombobox",
|
161
129
|
"styles": []
|
162
130
|
},
|
163
131
|
"VChipGroup": {
|
164
132
|
"from": "components/VChipGroup",
|
165
133
|
"styles": []
|
166
134
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
169
137
|
"styles": []
|
170
138
|
},
|
171
139
|
"VColorPicker": {
|
@@ -196,14 +164,50 @@
|
|
196
164
|
"from": "components/VDatePicker",
|
197
165
|
"styles": []
|
198
166
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
167
|
+
"VCounter": {
|
168
|
+
"from": "components/VCounter",
|
201
169
|
"styles": []
|
202
170
|
},
|
203
171
|
"VDialog": {
|
204
172
|
"from": "components/VDialog",
|
205
173
|
"styles": []
|
206
174
|
},
|
175
|
+
"VDataTable": {
|
176
|
+
"from": "components/VDataTable",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDataTableHeaders": {
|
180
|
+
"from": "components/VDataTable",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDataTableFooter": {
|
184
|
+
"from": "components/VDataTable",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDataTableRows": {
|
188
|
+
"from": "components/VDataTable",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDataTableRow": {
|
192
|
+
"from": "components/VDataTable",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDataTableVirtual": {
|
196
|
+
"from": "components/VDataTable",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDataTableServer": {
|
200
|
+
"from": "components/VDataTable",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState",
|
209
|
+
"styles": []
|
210
|
+
},
|
207
211
|
"VExpansionPanels": {
|
208
212
|
"from": "components/VExpansionPanel",
|
209
213
|
"styles": []
|
@@ -224,20 +228,24 @@
|
|
224
228
|
"from": "components/VFab",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
231
|
+
"VField": {
|
232
|
+
"from": "components/VField",
|
233
|
+
"styles": []
|
234
|
+
},
|
235
|
+
"VFieldLabel": {
|
236
|
+
"from": "components/VField",
|
229
237
|
"styles": []
|
230
238
|
},
|
231
239
|
"VFileInput": {
|
232
240
|
"from": "components/VFileInput",
|
233
241
|
"styles": []
|
234
242
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
243
|
+
"VInfiniteScroll": {
|
244
|
+
"from": "components/VInfiniteScroll",
|
237
245
|
"styles": []
|
238
246
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
247
|
+
"VFooter": {
|
248
|
+
"from": "components/VFooter",
|
241
249
|
"styles": []
|
242
250
|
},
|
243
251
|
"VIcon": {
|
@@ -260,16 +268,16 @@
|
|
260
268
|
"from": "components/VIcon",
|
261
269
|
"styles": []
|
262
270
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
271
|
+
"VImg": {
|
272
|
+
"from": "components/VImg",
|
265
273
|
"styles": []
|
266
274
|
},
|
267
275
|
"VInput": {
|
268
276
|
"from": "components/VInput",
|
269
277
|
"styles": []
|
270
278
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
279
|
+
"VLabel": {
|
280
|
+
"from": "components/VLabel",
|
273
281
|
"styles": []
|
274
282
|
},
|
275
283
|
"VItemGroup": {
|
@@ -280,14 +288,6 @@
|
|
280
288
|
"from": "components/VItemGroup",
|
281
289
|
"styles": []
|
282
290
|
},
|
283
|
-
"VLabel": {
|
284
|
-
"from": "components/VLabel",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
|
-
"VImg": {
|
288
|
-
"from": "components/VImg",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
291
|
"VList": {
|
292
292
|
"from": "components/VList",
|
293
293
|
"styles": []
|
@@ -324,6 +324,10 @@
|
|
324
324
|
"from": "components/VList",
|
325
325
|
"styles": []
|
326
326
|
},
|
327
|
+
"VKbd": {
|
328
|
+
"from": "components/VKbd",
|
329
|
+
"styles": []
|
330
|
+
},
|
327
331
|
"VMenu": {
|
328
332
|
"from": "components/VMenu",
|
329
333
|
"styles": []
|
@@ -332,6 +336,18 @@
|
|
332
336
|
"from": "components/VMain",
|
333
337
|
"styles": []
|
334
338
|
},
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages",
|
341
|
+
"styles": []
|
342
|
+
},
|
343
|
+
"VOtpInput": {
|
344
|
+
"from": "components/VOtpInput",
|
345
|
+
"styles": []
|
346
|
+
},
|
347
|
+
"VPagination": {
|
348
|
+
"from": "components/VPagination",
|
349
|
+
"styles": []
|
350
|
+
},
|
335
351
|
"VNavigationDrawer": {
|
336
352
|
"from": "components/VNavigationDrawer",
|
337
353
|
"styles": []
|
@@ -340,28 +356,20 @@
|
|
340
356
|
"from": "components/VNumberInput",
|
341
357
|
"styles": []
|
342
358
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
345
|
-
"styles": []
|
346
|
-
},
|
347
|
-
"VMessages": {
|
348
|
-
"from": "components/VMessages",
|
359
|
+
"VProgressLinear": {
|
360
|
+
"from": "components/VProgressLinear",
|
349
361
|
"styles": []
|
350
362
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay",
|
353
365
|
"styles": []
|
354
366
|
},
|
355
367
|
"VProgressCircular": {
|
356
368
|
"from": "components/VProgressCircular",
|
357
369
|
"styles": []
|
358
370
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
361
|
-
"styles": []
|
362
|
-
},
|
363
|
-
"VProgressLinear": {
|
364
|
-
"from": "components/VProgressLinear",
|
371
|
+
"VSelect": {
|
372
|
+
"from": "components/VSelect",
|
365
373
|
"styles": []
|
366
374
|
},
|
367
375
|
"VRadioGroup": {
|
@@ -372,24 +380,28 @@
|
|
372
380
|
"from": "components/VRating",
|
373
381
|
"styles": []
|
374
382
|
},
|
375
|
-
"VSelect": {
|
376
|
-
"from": "components/VSelect",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
383
|
"VSelectionControlGroup": {
|
380
384
|
"from": "components/VSelectionControlGroup",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
387
|
+
"VSelectionControl": {
|
388
|
+
"from": "components/VSelectionControl",
|
385
389
|
"styles": []
|
386
390
|
},
|
387
391
|
"VSheet": {
|
388
392
|
"from": "components/VSheet",
|
389
393
|
"styles": []
|
390
394
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
397
|
+
"styles": []
|
398
|
+
},
|
399
|
+
"VSkeletonLoader": {
|
400
|
+
"from": "components/VSkeletonLoader",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar",
|
393
405
|
"styles": []
|
394
406
|
},
|
395
407
|
"VSlideGroup": {
|
@@ -424,28 +436,12 @@
|
|
424
436
|
"from": "components/VStepper",
|
425
437
|
"styles": []
|
426
438
|
},
|
427
|
-
"VSnackbar": {
|
428
|
-
"from": "components/VSnackbar",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSlider": {
|
432
|
-
"from": "components/VSlider",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VSystemBar": {
|
436
|
-
"from": "components/VSystemBar",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
439
|
"VSwitch": {
|
440
440
|
"from": "components/VSwitch",
|
441
441
|
"styles": []
|
442
442
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VTimelineItem": {
|
448
|
-
"from": "components/VTimeline",
|
443
|
+
"VTextField": {
|
444
|
+
"from": "components/VTextField",
|
449
445
|
"styles": []
|
450
446
|
},
|
451
447
|
"VTab": {
|
@@ -464,8 +460,20 @@
|
|
464
460
|
"from": "components/VTabs",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
463
|
+
"VTable": {
|
464
|
+
"from": "components/VTable",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VSystemBar": {
|
468
|
+
"from": "components/VSystemBar",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimeline": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTimelineItem": {
|
476
|
+
"from": "components/VTimeline",
|
469
477
|
"styles": []
|
470
478
|
},
|
471
479
|
"VTextarea": {
|
@@ -484,10 +492,6 @@
|
|
484
492
|
"from": "components/VToolbar",
|
485
493
|
"styles": []
|
486
494
|
},
|
487
|
-
"VTooltip": {
|
488
|
-
"from": "components/VTooltip",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
495
|
"VWindow": {
|
492
496
|
"from": "components/VWindow",
|
493
497
|
"styles": []
|
@@ -496,24 +500,20 @@
|
|
496
500
|
"from": "components/VWindow",
|
497
501
|
"styles": []
|
498
502
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VTable": {
|
504
|
-
"from": "components/VTable",
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
505
505
|
"styles": []
|
506
506
|
},
|
507
507
|
"VDataIterator": {
|
508
508
|
"from": "components/VDataIterator",
|
509
509
|
"styles": []
|
510
510
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
511
|
+
"VConfirmEdit": {
|
512
|
+
"from": "components/VConfirmEdit",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
515
|
+
"VDefaultsProvider": {
|
516
|
+
"from": "components/VDefaultsProvider",
|
517
517
|
"styles": []
|
518
518
|
},
|
519
519
|
"VContainer": {
|
@@ -536,6 +536,18 @@
|
|
536
536
|
"from": "components/VHover",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
+
"VForm": {
|
540
|
+
"from": "components/VForm",
|
541
|
+
"styles": []
|
542
|
+
},
|
543
|
+
"VLayout": {
|
544
|
+
"from": "components/VLayout",
|
545
|
+
"styles": []
|
546
|
+
},
|
547
|
+
"VLayoutItem": {
|
548
|
+
"from": "components/VLayout",
|
549
|
+
"styles": []
|
550
|
+
},
|
539
551
|
"VLazy": {
|
540
552
|
"from": "components/VLazy",
|
541
553
|
"styles": []
|
@@ -548,34 +560,34 @@
|
|
548
560
|
"from": "components/VNoSsr",
|
549
561
|
"styles": []
|
550
562
|
},
|
551
|
-
"VRadio": {
|
552
|
-
"from": "components/VRadio",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
563
|
"VParallax": {
|
556
564
|
"from": "components/VParallax",
|
557
565
|
"styles": []
|
558
566
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
567
|
+
"VRadio": {
|
568
|
+
"from": "components/VRadio",
|
561
569
|
"styles": []
|
562
570
|
},
|
563
571
|
"VResponsive": {
|
564
572
|
"from": "components/VResponsive",
|
565
573
|
"styles": []
|
566
574
|
},
|
567
|
-
"
|
568
|
-
"from": "components/
|
575
|
+
"VRangeSlider": {
|
576
|
+
"from": "components/VRangeSlider",
|
569
577
|
"styles": []
|
570
578
|
},
|
571
|
-
"
|
572
|
-
"from": "components/
|
579
|
+
"VSnackbarQueue": {
|
580
|
+
"from": "components/VSnackbarQueue",
|
573
581
|
"styles": []
|
574
582
|
},
|
575
583
|
"VSparkline": {
|
576
584
|
"from": "components/VSparkline",
|
577
585
|
"styles": []
|
578
586
|
},
|
587
|
+
"VSpeedDial": {
|
588
|
+
"from": "components/VSpeedDial",
|
589
|
+
"styles": []
|
590
|
+
},
|
579
591
|
"VThemeProvider": {
|
580
592
|
"from": "components/VThemeProvider",
|
581
593
|
"styles": []
|
@@ -651,18 +663,6 @@
|
|
651
663
|
"VDialogTransition": {
|
652
664
|
"from": "components/transitions",
|
653
665
|
"styles": []
|
654
|
-
},
|
655
|
-
"VEmptyState": {
|
656
|
-
"from": "components/VEmptyState",
|
657
|
-
"styles": []
|
658
|
-
},
|
659
|
-
"VLayout": {
|
660
|
-
"from": "components/VLayout",
|
661
|
-
"styles": []
|
662
|
-
},
|
663
|
-
"VLayoutItem": {
|
664
|
-
"from": "components/VLayout",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|