vuetify 3.8.1 → 3.8.2
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/dist/json/attributes.json +3230 -3230
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +6105 -6109
- package/dist/vuetify-labs.cjs +159 -215
- package/dist/vuetify-labs.css +3202 -3199
- package/dist/vuetify-labs.d.ts +96 -81
- package/dist/vuetify-labs.esm.js +159 -215
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +159 -215
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +135 -197
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1752 -1749
- package/dist/vuetify.d.ts +86 -71
- package/dist/vuetify.esm.js +135 -197
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +135 -197
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +286 -271
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VCode/VCode.css +3 -0
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.sass +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/composables/calendar.d.ts +2 -2
- package/lib/composables/calendar.js +5 -7
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/filter.js +2 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/theme.js +2 -2
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +63 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/package.json +47 -46
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VIconBtn": {
|
|
4
|
-
"from": "labs/VIconBtn",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VStepperVertical": {
|
|
8
|
-
"from": "labs/VStepperVertical",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VStepperVerticalItem": {
|
|
12
|
-
"from": "labs/VStepperVertical",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VStepperVerticalActions": {
|
|
16
|
-
"from": "labs/VStepperVertical",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
3
|
"VFileUpload": {
|
|
20
4
|
"from": "labs/VFileUpload",
|
|
21
5
|
"styles": []
|
|
@@ -48,6 +32,14 @@
|
|
|
48
32
|
"from": "labs/VCalendar",
|
|
49
33
|
"styles": []
|
|
50
34
|
},
|
|
35
|
+
"VPicker": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VPickerTitle": {
|
|
40
|
+
"from": "labs/VPicker",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
51
43
|
"VTimePicker": {
|
|
52
44
|
"from": "labs/VTimePicker",
|
|
53
45
|
"styles": []
|
|
@@ -60,6 +52,22 @@
|
|
|
60
52
|
"from": "labs/VTimePicker",
|
|
61
53
|
"styles": []
|
|
62
54
|
},
|
|
55
|
+
"VIconBtn": {
|
|
56
|
+
"from": "labs/VIconBtn",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VStepperVertical": {
|
|
60
|
+
"from": "labs/VStepperVertical",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VStepperVerticalItem": {
|
|
64
|
+
"from": "labs/VStepperVertical",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VStepperVerticalActions": {
|
|
68
|
+
"from": "labs/VStepperVertical",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
63
71
|
"VTreeview": {
|
|
64
72
|
"from": "labs/VTreeview",
|
|
65
73
|
"styles": []
|
|
@@ -72,21 +80,13 @@
|
|
|
72
80
|
"from": "labs/VTreeview",
|
|
73
81
|
"styles": []
|
|
74
82
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VPickerTitle": {
|
|
80
|
-
"from": "labs/VPicker",
|
|
83
|
+
"VDateInput": {
|
|
84
|
+
"from": "labs/VDateInput",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
83
87
|
"VPullToRefresh": {
|
|
84
88
|
"from": "labs/VPullToRefresh",
|
|
85
89
|
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VDateInput": {
|
|
88
|
-
"from": "labs/VDateInput",
|
|
89
|
-
"styles": []
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAlert": {
|
|
8
4
|
"from": "components/VAlert",
|
|
9
5
|
"styles": []
|
|
@@ -12,60 +8,40 @@
|
|
|
12
8
|
"from": "components/VAlert",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
|
-
"VAppBar": {
|
|
16
|
-
"from": "components/VAppBar",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VAppBarNavIcon": {
|
|
20
|
-
"from": "components/VAppBar",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAppBarTitle": {
|
|
24
|
-
"from": "components/VAppBar",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
11
|
"VAutocomplete": {
|
|
28
12
|
"from": "components/VAutocomplete",
|
|
29
13
|
"styles": []
|
|
30
14
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VBannerActions": {
|
|
36
|
-
"from": "components/VBanner",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBannerText": {
|
|
40
|
-
"from": "components/VBanner",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VBottomSheet": {
|
|
44
|
-
"from": "components/VBottomSheet",
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp",
|
|
45
17
|
"styles": []
|
|
46
18
|
},
|
|
47
19
|
"VBadge": {
|
|
48
20
|
"from": "components/VBadge",
|
|
49
21
|
"styles": []
|
|
50
22
|
},
|
|
51
|
-
"VBtnToggle": {
|
|
52
|
-
"from": "components/VBtnToggle",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
23
|
"VAvatar": {
|
|
56
24
|
"from": "components/VAvatar",
|
|
57
25
|
"styles": []
|
|
58
26
|
},
|
|
59
|
-
"VBtnGroup": {
|
|
60
|
-
"from": "components/VBtnGroup",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
27
|
"VBottomNavigation": {
|
|
64
28
|
"from": "components/VBottomNavigation",
|
|
65
29
|
"styles": []
|
|
66
30
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
31
|
+
"VAppBar": {
|
|
32
|
+
"from": "components/VAppBar",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VAppBarNavIcon": {
|
|
36
|
+
"from": "components/VAppBar",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VAppBarTitle": {
|
|
40
|
+
"from": "components/VAppBar",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VBottomSheet": {
|
|
44
|
+
"from": "components/VBottomSheet",
|
|
69
45
|
"styles": []
|
|
70
46
|
},
|
|
71
47
|
"VBreadcrumbs": {
|
|
@@ -80,12 +56,8 @@
|
|
|
80
56
|
"from": "components/VBreadcrumbs",
|
|
81
57
|
"styles": []
|
|
82
58
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCarouselItem": {
|
|
88
|
-
"from": "components/VCarousel",
|
|
59
|
+
"VBtnGroup": {
|
|
60
|
+
"from": "components/VBtnGroup",
|
|
89
61
|
"styles": []
|
|
90
62
|
},
|
|
91
63
|
"VCard": {
|
|
@@ -112,16 +84,12 @@
|
|
|
112
84
|
"from": "components/VCard",
|
|
113
85
|
"styles": []
|
|
114
86
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VColorPicker": {
|
|
120
|
-
"from": "components/VColorPicker",
|
|
87
|
+
"VBtn": {
|
|
88
|
+
"from": "components/VBtn",
|
|
121
89
|
"styles": []
|
|
122
90
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
91
|
+
"VBtnToggle": {
|
|
92
|
+
"from": "components/VBtnToggle",
|
|
125
93
|
"styles": []
|
|
126
94
|
},
|
|
127
95
|
"VCheckbox": {
|
|
@@ -132,16 +100,32 @@
|
|
|
132
100
|
"from": "components/VCheckbox",
|
|
133
101
|
"styles": []
|
|
134
102
|
},
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VChip": {
|
|
112
|
+
"from": "components/VChip",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
115
|
+
"VCode": {
|
|
116
|
+
"from": "components/VCode",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
135
119
|
"VChipGroup": {
|
|
136
120
|
"from": "components/VChipGroup",
|
|
137
121
|
"styles": []
|
|
138
122
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
123
|
+
"VCombobox": {
|
|
124
|
+
"from": "components/VCombobox",
|
|
141
125
|
"styles": []
|
|
142
126
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker",
|
|
145
129
|
"styles": []
|
|
146
130
|
},
|
|
147
131
|
"VDataTable": {
|
|
@@ -172,14 +156,6 @@
|
|
|
172
156
|
"from": "components/VDataTable",
|
|
173
157
|
"styles": []
|
|
174
158
|
},
|
|
175
|
-
"VCombobox": {
|
|
176
|
-
"from": "components/VCombobox",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDivider": {
|
|
180
|
-
"from": "components/VDivider",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
159
|
"VDatePicker": {
|
|
184
160
|
"from": "components/VDatePicker",
|
|
185
161
|
"styles": []
|
|
@@ -204,44 +180,72 @@
|
|
|
204
180
|
"from": "components/VDatePicker",
|
|
205
181
|
"styles": []
|
|
206
182
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
183
|
+
"VDialog": {
|
|
184
|
+
"from": "components/VDialog",
|
|
209
185
|
"styles": []
|
|
210
186
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
187
|
+
"VExpansionPanels": {
|
|
188
|
+
"from": "components/VExpansionPanel",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VExpansionPanel": {
|
|
192
|
+
"from": "components/VExpansionPanel",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VExpansionPanelText": {
|
|
196
|
+
"from": "components/VExpansionPanel",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VExpansionPanelTitle": {
|
|
200
|
+
"from": "components/VExpansionPanel",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VCounter": {
|
|
204
|
+
"from": "components/VCounter",
|
|
213
205
|
"styles": []
|
|
214
206
|
},
|
|
215
207
|
"VEmptyState": {
|
|
216
208
|
"from": "components/VEmptyState",
|
|
217
209
|
"styles": []
|
|
218
210
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
211
|
+
"VDivider": {
|
|
212
|
+
"from": "components/VDivider",
|
|
221
213
|
"styles": []
|
|
222
214
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
215
|
+
"VField": {
|
|
216
|
+
"from": "components/VField",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VFieldLabel": {
|
|
220
|
+
"from": "components/VField",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VFab": {
|
|
224
|
+
"from": "components/VFab",
|
|
225
225
|
"styles": []
|
|
226
226
|
},
|
|
227
227
|
"VFileInput": {
|
|
228
228
|
"from": "components/VFileInput",
|
|
229
229
|
"styles": []
|
|
230
230
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
231
|
+
"VFooter": {
|
|
232
|
+
"from": "components/VFooter",
|
|
233
233
|
"styles": []
|
|
234
234
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
235
|
+
"VImg": {
|
|
236
|
+
"from": "components/VImg",
|
|
237
237
|
"styles": []
|
|
238
238
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
239
|
+
"VInput": {
|
|
240
|
+
"from": "components/VInput",
|
|
241
241
|
"styles": []
|
|
242
242
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
243
|
+
"VKbd": {
|
|
244
|
+
"from": "components/VKbd",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VInfiniteScroll": {
|
|
248
|
+
"from": "components/VInfiniteScroll",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
251
|
"VIcon": {
|
|
@@ -264,16 +268,8 @@
|
|
|
264
268
|
"from": "components/VIcon",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VImg": {
|
|
276
|
-
"from": "components/VImg",
|
|
271
|
+
"VLabel": {
|
|
272
|
+
"from": "components/VLabel",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
279
275
|
"VItemGroup": {
|
|
@@ -284,14 +280,6 @@
|
|
|
284
280
|
"from": "components/VItemGroup",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
287
|
-
"VKbd": {
|
|
288
|
-
"from": "components/VKbd",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VLabel": {
|
|
292
|
-
"from": "components/VLabel",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
283
|
"VList": {
|
|
296
284
|
"from": "components/VList",
|
|
297
285
|
"styles": []
|
|
@@ -332,78 +320,74 @@
|
|
|
332
320
|
"from": "components/VMenu",
|
|
333
321
|
"styles": []
|
|
334
322
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
323
|
+
"VMain": {
|
|
324
|
+
"from": "components/VMain",
|
|
337
325
|
"styles": []
|
|
338
326
|
},
|
|
339
327
|
"VMessages": {
|
|
340
328
|
"from": "components/VMessages",
|
|
341
329
|
"styles": []
|
|
342
330
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
331
|
+
"VNavigationDrawer": {
|
|
332
|
+
"from": "components/VNavigationDrawer",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
335
|
+
"VOtpInput": {
|
|
336
|
+
"from": "components/VOtpInput",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
339
|
+
"VOverlay": {
|
|
340
|
+
"from": "components/VOverlay",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
343
|
+
"VBanner": {
|
|
344
|
+
"from": "components/VBanner",
|
|
357
345
|
"styles": []
|
|
358
346
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
347
|
+
"VBannerActions": {
|
|
348
|
+
"from": "components/VBanner",
|
|
361
349
|
"styles": []
|
|
362
350
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
351
|
+
"VBannerText": {
|
|
352
|
+
"from": "components/VBanner",
|
|
365
353
|
"styles": []
|
|
366
354
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
369
357
|
"styles": []
|
|
370
358
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination",
|
|
373
361
|
"styles": []
|
|
374
362
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
363
|
+
"VProgressLinear": {
|
|
364
|
+
"from": "components/VProgressLinear",
|
|
377
365
|
"styles": []
|
|
378
366
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
367
|
+
"VRating": {
|
|
368
|
+
"from": "components/VRating",
|
|
381
369
|
"styles": []
|
|
382
370
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
375
|
"VSelect": {
|
|
388
376
|
"from": "components/VSelect",
|
|
389
377
|
"styles": []
|
|
390
378
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
379
|
+
"VSelectionControl": {
|
|
380
|
+
"from": "components/VSelectionControl",
|
|
393
381
|
"styles": []
|
|
394
382
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup",
|
|
397
385
|
"styles": []
|
|
398
386
|
},
|
|
399
387
|
"VSkeletonLoader": {
|
|
400
388
|
"from": "components/VSkeletonLoader",
|
|
401
389
|
"styles": []
|
|
402
390
|
},
|
|
403
|
-
"VSnackbar": {
|
|
404
|
-
"from": "components/VSnackbar",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
391
|
"VSlideGroup": {
|
|
408
392
|
"from": "components/VSlideGroup",
|
|
409
393
|
"styles": []
|
|
@@ -412,10 +396,22 @@
|
|
|
412
396
|
"from": "components/VSlideGroup",
|
|
413
397
|
"styles": []
|
|
414
398
|
},
|
|
399
|
+
"VSnackbar": {
|
|
400
|
+
"from": "components/VSnackbar",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSlider": {
|
|
404
|
+
"from": "components/VSlider",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
415
407
|
"VSystemBar": {
|
|
416
408
|
"from": "components/VSystemBar",
|
|
417
409
|
"styles": []
|
|
418
410
|
},
|
|
411
|
+
"VSwitch": {
|
|
412
|
+
"from": "components/VSwitch",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
419
415
|
"VStepper": {
|
|
420
416
|
"from": "components/VStepper",
|
|
421
417
|
"styles": []
|
|
@@ -440,24 +436,32 @@
|
|
|
440
436
|
"from": "components/VStepper",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
439
|
+
"VTable": {
|
|
440
|
+
"from": "components/VTable",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
443
|
+
"VTab": {
|
|
444
|
+
"from": "components/VTabs",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
447
|
+
"VTabs": {
|
|
448
|
+
"from": "components/VTabs",
|
|
453
449
|
"styles": []
|
|
454
450
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
451
|
+
"VTabsWindow": {
|
|
452
|
+
"from": "components/VTabs",
|
|
457
453
|
"styles": []
|
|
458
454
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
455
|
+
"VTabsWindowItem": {
|
|
456
|
+
"from": "components/VTabs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
459
|
+
"VTextField": {
|
|
460
|
+
"from": "components/VTextField",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea",
|
|
461
465
|
"styles": []
|
|
462
466
|
},
|
|
463
467
|
"VToolbar": {
|
|
@@ -472,22 +476,6 @@
|
|
|
472
476
|
"from": "components/VToolbar",
|
|
473
477
|
"styles": []
|
|
474
478
|
},
|
|
475
|
-
"VTab": {
|
|
476
|
-
"from": "components/VTabs",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
|
-
"VTabs": {
|
|
480
|
-
"from": "components/VTabs",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VTabsWindow": {
|
|
484
|
-
"from": "components/VTabs",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
|
-
"VTabsWindowItem": {
|
|
488
|
-
"from": "components/VTabs",
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
479
|
"VTimeline": {
|
|
492
480
|
"from": "components/VTimeline",
|
|
493
481
|
"styles": []
|
|
@@ -504,6 +492,14 @@
|
|
|
504
492
|
"from": "components/VWindow",
|
|
505
493
|
"styles": []
|
|
506
494
|
},
|
|
495
|
+
"VProgressCircular": {
|
|
496
|
+
"from": "components/VProgressCircular",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VTooltip": {
|
|
500
|
+
"from": "components/VTooltip",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
507
503
|
"VConfirmEdit": {
|
|
508
504
|
"from": "components/VConfirmEdit",
|
|
509
505
|
"styles": []
|
|
@@ -520,6 +516,10 @@
|
|
|
520
516
|
"from": "components/VForm",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
519
|
+
"VHover": {
|
|
520
|
+
"from": "components/VHover",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
523
|
"VContainer": {
|
|
524
524
|
"from": "components/VGrid",
|
|
525
525
|
"styles": []
|
|
@@ -536,8 +536,8 @@
|
|
|
536
536
|
"from": "components/VGrid",
|
|
537
537
|
"styles": []
|
|
538
538
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
539
|
+
"VLazy": {
|
|
540
|
+
"from": "components/VLazy",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
543
|
"VLayout": {
|
|
@@ -548,10 +548,6 @@
|
|
|
548
548
|
"from": "components/VLayout",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
-
"VLazy": {
|
|
552
|
-
"from": "components/VLazy",
|
|
553
|
-
"styles": []
|
|
554
|
-
},
|
|
555
551
|
"VLocaleProvider": {
|
|
556
552
|
"from": "components/VLocaleProvider",
|
|
557
553
|
"styles": []
|
|
@@ -560,30 +556,34 @@
|
|
|
560
556
|
"from": "components/VNoSsr",
|
|
561
557
|
"styles": []
|
|
562
558
|
},
|
|
563
|
-
"VRadio": {
|
|
564
|
-
"from": "components/VRadio",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
559
|
"VParallax": {
|
|
568
560
|
"from": "components/VParallax",
|
|
569
561
|
"styles": []
|
|
570
562
|
},
|
|
563
|
+
"VRadio": {
|
|
564
|
+
"from": "components/VRadio",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
571
567
|
"VRangeSlider": {
|
|
572
568
|
"from": "components/VRangeSlider",
|
|
573
569
|
"styles": []
|
|
574
570
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
571
|
+
"VSheet": {
|
|
572
|
+
"from": "components/VSheet",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
575
|
+
"VResponsive": {
|
|
576
|
+
"from": "components/VResponsive",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
583
579
|
"VSparkline": {
|
|
584
580
|
"from": "components/VSparkline",
|
|
585
581
|
"styles": []
|
|
586
582
|
},
|
|
583
|
+
"VSnackbarQueue": {
|
|
584
|
+
"from": "components/VSnackbarQueue",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
587
587
|
"VSpeedDial": {
|
|
588
588
|
"from": "components/VSpeedDial",
|
|
589
589
|
"styles": []
|