@vuetify/nightly 3.10.9-dev.2025-11-05 → 3.10.9-dev.2025-11-06
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 +6 -3
- package/dist/json/attributes.json +3507 -3455
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +6462 -6338
- package/dist/vuetify-labs.cjs +76 -37
- package/dist/vuetify-labs.css +4631 -4631
- package/dist/vuetify-labs.d.ts +394 -129
- package/dist/vuetify-labs.esm.js +76 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +76 -37
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +76 -37
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3336 -3336
- package/dist/vuetify.d.ts +334 -109
- package/dist/vuetify.esm.js +76 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +76 -37
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -21
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +33 -11
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +25 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +13 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +3 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +20 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +7 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +33 -11
- package/lib/components/VDialog/VDialog.d.ts +52 -9
- package/lib/components/VMenu/VMenu.d.ts +52 -9
- package/lib/components/VOverlay/VOverlay.d.ts +25 -0
- package/lib/components/VOverlay/locationStrategies.d.ts +12 -0
- package/lib/components/VOverlay/locationStrategies.js +10 -7
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +51 -17
- package/lib/components/VSnackbar/VSnackbar.d.ts +27 -9
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +25 -0
- package/lib/components/VTabs/VTab.d.ts +20 -0
- package/lib/components/VTabs/VTab.js +46 -17
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +20 -0
- package/lib/components/VTabs/VTabs.js +9 -7
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +52 -9
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +86 -67
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/VVideo.d.ts +63 -21
- package/lib/labs/VVideo/VVideoControls.d.ts +30 -10
- package/lib/labs/VVideo/VVideoVolume.d.ts +30 -10
- package/package.json +1 -1
|
@@ -4,14 +4,6 @@
|
|
|
4
4
|
"from": "labs/VCalendar",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VColorInput": {
|
|
8
|
-
"from": "labs/VColorInput",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VIconBtn": {
|
|
12
|
-
"from": "labs/VIconBtn",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
7
|
"VFileUpload": {
|
|
16
8
|
"from": "labs/VFileUpload",
|
|
17
9
|
"styles": []
|
|
@@ -20,16 +12,8 @@
|
|
|
20
12
|
"from": "labs/VFileUpload",
|
|
21
13
|
"styles": []
|
|
22
14
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VStepperVerticalItem": {
|
|
28
|
-
"from": "labs/VStepperVertical",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VStepperVerticalActions": {
|
|
32
|
-
"from": "labs/VStepperVertical",
|
|
15
|
+
"VColorInput": {
|
|
16
|
+
"from": "labs/VColorInput",
|
|
33
17
|
"styles": []
|
|
34
18
|
},
|
|
35
19
|
"VPicker": {
|
|
@@ -40,8 +24,20 @@
|
|
|
40
24
|
"from": "labs/VPicker",
|
|
41
25
|
"styles": []
|
|
42
26
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
27
|
+
"VIconBtn": {
|
|
28
|
+
"from": "labs/VIconBtn",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VPie": {
|
|
32
|
+
"from": "labs/VPie",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VPieSegment": {
|
|
36
|
+
"from": "labs/VPie",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VPieTooltip": {
|
|
40
|
+
"from": "labs/VPie",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
43
|
"VVideo": {
|
|
@@ -56,16 +52,20 @@
|
|
|
56
52
|
"from": "labs/VVideo",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
55
|
+
"VStepperVertical": {
|
|
56
|
+
"from": "labs/VStepperVertical",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
59
|
+
"VStepperVerticalItem": {
|
|
60
|
+
"from": "labs/VStepperVertical",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
63
|
+
"VStepperVerticalActions": {
|
|
64
|
+
"from": "labs/VStepperVertical",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VHotkey": {
|
|
68
|
+
"from": "labs/VHotkey",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
3
|
+
"VApp": {
|
|
4
|
+
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
7
|
+
"VAvatar": {
|
|
8
|
+
"from": "components/VAvatar",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAutocomplete": {
|
|
12
|
+
"from": "components/VAutocomplete",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VBadge": {
|
|
16
|
+
"from": "components/VBadge",
|
|
9
17
|
"styles": []
|
|
10
18
|
},
|
|
11
19
|
"VAppBar": {
|
|
@@ -20,20 +28,12 @@
|
|
|
20
28
|
"from": "components/VAppBar",
|
|
21
29
|
"styles": []
|
|
22
30
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VApp": {
|
|
28
|
-
"from": "components/VApp",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VBadge": {
|
|
32
|
-
"from": "components/VBadge",
|
|
31
|
+
"VAlert": {
|
|
32
|
+
"from": "components/VAlert",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
35
|
+
"VAlertTitle": {
|
|
36
|
+
"from": "components/VAlert",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VBanner": {
|
|
@@ -48,12 +48,8 @@
|
|
|
48
48
|
"from": "components/VBanner",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBtnToggle": {
|
|
56
|
-
"from": "components/VBtnToggle",
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -68,18 +64,30 @@
|
|
|
68
64
|
"from": "components/VBreadcrumbs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
67
|
+
"VBottomNavigation": {
|
|
68
|
+
"from": "components/VBottomNavigation",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
71
|
"VBtnGroup": {
|
|
76
72
|
"from": "components/VBtnGroup",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
79
|
"VBtn": {
|
|
80
80
|
"from": "components/VBtn",
|
|
81
81
|
"styles": []
|
|
82
82
|
},
|
|
83
|
+
"VCheckbox": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VCheckboxBtn": {
|
|
88
|
+
"from": "components/VCheckbox",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
83
91
|
"VCard": {
|
|
84
92
|
"from": "components/VCard",
|
|
85
93
|
"styles": []
|
|
@@ -104,22 +112,6 @@
|
|
|
104
112
|
"from": "components/VCard",
|
|
105
113
|
"styles": []
|
|
106
114
|
},
|
|
107
|
-
"VCode": {
|
|
108
|
-
"from": "components/VCode",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCheckbox": {
|
|
112
|
-
"from": "components/VCheckbox",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VCheckboxBtn": {
|
|
116
|
-
"from": "components/VCheckbox",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
115
|
"VCarousel": {
|
|
124
116
|
"from": "components/VCarousel",
|
|
125
117
|
"styles": []
|
|
@@ -128,58 +120,30 @@
|
|
|
128
120
|
"from": "components/VCarousel",
|
|
129
121
|
"styles": []
|
|
130
122
|
},
|
|
131
|
-
"VColorPicker": {
|
|
132
|
-
"from": "components/VColorPicker",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
123
|
"VChipGroup": {
|
|
136
124
|
"from": "components/VChipGroup",
|
|
137
125
|
"styles": []
|
|
138
126
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VDataTable": {
|
|
144
|
-
"from": "components/VDataTable",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VDataTableHeaders": {
|
|
148
|
-
"from": "components/VDataTable",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VDataTableFooter": {
|
|
152
|
-
"from": "components/VDataTable",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDataTableRows": {
|
|
156
|
-
"from": "components/VDataTable",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDataTableRow": {
|
|
160
|
-
"from": "components/VDataTable",
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip",
|
|
161
129
|
"styles": []
|
|
162
130
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
131
|
+
"VCombobox": {
|
|
132
|
+
"from": "components/VCombobox",
|
|
165
133
|
"styles": []
|
|
166
134
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker",
|
|
169
137
|
"styles": []
|
|
170
138
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
139
|
+
"VCode": {
|
|
140
|
+
"from": "components/VCode",
|
|
173
141
|
"styles": []
|
|
174
142
|
},
|
|
175
143
|
"VCounter": {
|
|
176
144
|
"from": "components/VCounter",
|
|
177
145
|
"styles": []
|
|
178
146
|
},
|
|
179
|
-
"VFab": {
|
|
180
|
-
"from": "components/VFab",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
147
|
"VDatePicker": {
|
|
184
148
|
"from": "components/VDatePicker",
|
|
185
149
|
"styles": []
|
|
@@ -204,14 +168,46 @@
|
|
|
204
168
|
"from": "components/VDatePicker",
|
|
205
169
|
"styles": []
|
|
206
170
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
171
|
+
"VDataTable": {
|
|
172
|
+
"from": "components/VDataTable",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDataTableHeaders": {
|
|
176
|
+
"from": "components/VDataTable",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDataTableFooter": {
|
|
180
|
+
"from": "components/VDataTable",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDataTableRows": {
|
|
184
|
+
"from": "components/VDataTable",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDataTableRow": {
|
|
188
|
+
"from": "components/VDataTable",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDataTableVirtual": {
|
|
192
|
+
"from": "components/VDataTable",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDataTableServer": {
|
|
196
|
+
"from": "components/VDataTable",
|
|
209
197
|
"styles": []
|
|
210
198
|
},
|
|
211
199
|
"VDivider": {
|
|
212
200
|
"from": "components/VDivider",
|
|
213
201
|
"styles": []
|
|
214
202
|
},
|
|
203
|
+
"VField": {
|
|
204
|
+
"from": "components/VField",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VFieldLabel": {
|
|
208
|
+
"from": "components/VField",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
215
211
|
"VExpansionPanels": {
|
|
216
212
|
"from": "components/VExpansionPanel",
|
|
217
213
|
"styles": []
|
|
@@ -228,20 +224,28 @@
|
|
|
228
224
|
"from": "components/VExpansionPanel",
|
|
229
225
|
"styles": []
|
|
230
226
|
},
|
|
227
|
+
"VDialog": {
|
|
228
|
+
"from": "components/VDialog",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
231
|
"VFileInput": {
|
|
232
232
|
"from": "components/VFileInput",
|
|
233
233
|
"styles": []
|
|
234
234
|
},
|
|
235
|
+
"VEmptyState": {
|
|
236
|
+
"from": "components/VEmptyState",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
235
239
|
"VFooter": {
|
|
236
240
|
"from": "components/VFooter",
|
|
237
241
|
"styles": []
|
|
238
242
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
243
|
+
"VInfiniteScroll": {
|
|
244
|
+
"from": "components/VInfiniteScroll",
|
|
241
245
|
"styles": []
|
|
242
246
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
247
|
+
"VFab": {
|
|
248
|
+
"from": "components/VFab",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
251
|
"VIcon": {
|
|
@@ -264,12 +268,16 @@
|
|
|
264
268
|
"from": "components/VIcon",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
271
|
+
"VLabel": {
|
|
272
|
+
"from": "components/VLabel",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
267
275
|
"VImg": {
|
|
268
276
|
"from": "components/VImg",
|
|
269
277
|
"styles": []
|
|
270
278
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
279
|
+
"VKbd": {
|
|
280
|
+
"from": "components/VKbd",
|
|
273
281
|
"styles": []
|
|
274
282
|
},
|
|
275
283
|
"VItemGroup": {
|
|
@@ -280,14 +288,14 @@
|
|
|
280
288
|
"from": "components/VItemGroup",
|
|
281
289
|
"styles": []
|
|
282
290
|
},
|
|
283
|
-
"VKbd": {
|
|
284
|
-
"from": "components/VKbd",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
291
|
"VInput": {
|
|
288
292
|
"from": "components/VInput",
|
|
289
293
|
"styles": []
|
|
290
294
|
},
|
|
295
|
+
"VMain": {
|
|
296
|
+
"from": "components/VMain",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
291
299
|
"VList": {
|
|
292
300
|
"from": "components/VList",
|
|
293
301
|
"styles": []
|
|
@@ -324,74 +332,66 @@
|
|
|
324
332
|
"from": "components/VList",
|
|
325
333
|
"styles": []
|
|
326
334
|
},
|
|
327
|
-
"VLabel": {
|
|
328
|
-
"from": "components/VLabel",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMain": {
|
|
332
|
-
"from": "components/VMain",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
335
|
"VMenu": {
|
|
336
336
|
"from": "components/VMenu",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VNavigationDrawer": {
|
|
344
344
|
"from": "components/VNavigationDrawer",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"VMessages": {
|
|
348
|
-
"from": "components/VMessages",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
347
|
"VNumberInput": {
|
|
352
348
|
"from": "components/VNumberInput",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
351
|
+
"VOtpInput": {
|
|
352
|
+
"from": "components/VOtpInput",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
355
355
|
"VPagination": {
|
|
356
356
|
"from": "components/VPagination",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VProgressLinear": {
|
|
360
|
+
"from": "components/VProgressLinear",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
363
|
"VProgressCircular": {
|
|
364
364
|
"from": "components/VProgressCircular",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
367
|
+
"VRating": {
|
|
368
|
+
"from": "components/VRating",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
375
|
+
"VOverlay": {
|
|
376
|
+
"from": "components/VOverlay",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
379
|
+
"VSelect": {
|
|
380
|
+
"from": "components/VSelect",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
383
|
"VSelectionControlGroup": {
|
|
384
384
|
"from": "components/VSelectionControlGroup",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"VRating": {
|
|
388
|
-
"from": "components/VRating",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
387
|
"VSelectionControl": {
|
|
392
388
|
"from": "components/VSelectionControl",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
391
|
+
"VSheet": {
|
|
392
|
+
"from": "components/VSheet",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
395
|
"VSlideGroup": {
|
|
396
396
|
"from": "components/VSlideGroup",
|
|
397
397
|
"styles": []
|
|
@@ -404,18 +404,6 @@
|
|
|
404
404
|
"from": "components/VSkeletonLoader",
|
|
405
405
|
"styles": []
|
|
406
406
|
},
|
|
407
|
-
"VSnackbar": {
|
|
408
|
-
"from": "components/VSnackbar",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
|
-
"VSystemBar": {
|
|
412
|
-
"from": "components/VSystemBar",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
|
-
"VSlider": {
|
|
416
|
-
"from": "components/VSlider",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
407
|
"VStepper": {
|
|
420
408
|
"from": "components/VStepper",
|
|
421
409
|
"styles": []
|
|
@@ -440,10 +428,26 @@
|
|
|
440
428
|
"from": "components/VStepper",
|
|
441
429
|
"styles": []
|
|
442
430
|
},
|
|
431
|
+
"VSnackbar": {
|
|
432
|
+
"from": "components/VSnackbar",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VSlider": {
|
|
436
|
+
"from": "components/VSlider",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
443
443
|
"VSwitch": {
|
|
444
444
|
"from": "components/VSwitch",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
+
"VTextarea": {
|
|
448
|
+
"from": "components/VTextarea",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
447
451
|
"VTab": {
|
|
448
452
|
"from": "components/VTabs",
|
|
449
453
|
"styles": []
|
|
@@ -464,18 +468,10 @@
|
|
|
464
468
|
"from": "components/VTable",
|
|
465
469
|
"styles": []
|
|
466
470
|
},
|
|
467
|
-
"VTextarea": {
|
|
468
|
-
"from": "components/VTextarea",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
471
|
"VTextField": {
|
|
472
472
|
"from": "components/VTextField",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
|
-
"VTooltip": {
|
|
476
|
-
"from": "components/VTooltip",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
475
|
"VTimePicker": {
|
|
480
476
|
"from": "components/VTimePicker",
|
|
481
477
|
"styles": []
|
|
@@ -496,6 +492,10 @@
|
|
|
496
492
|
"from": "components/VTimeline",
|
|
497
493
|
"styles": []
|
|
498
494
|
},
|
|
495
|
+
"VTooltip": {
|
|
496
|
+
"from": "components/VTooltip",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
499
|
"VTreeview": {
|
|
500
500
|
"from": "components/VTreeview",
|
|
501
501
|
"styles": []
|
|
@@ -508,6 +508,14 @@
|
|
|
508
508
|
"from": "components/VTreeview",
|
|
509
509
|
"styles": []
|
|
510
510
|
},
|
|
511
|
+
"VWindow": {
|
|
512
|
+
"from": "components/VWindow",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VWindowItem": {
|
|
516
|
+
"from": "components/VWindow",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
511
519
|
"VToolbar": {
|
|
512
520
|
"from": "components/VToolbar",
|
|
513
521
|
"styles": []
|
|
@@ -520,30 +528,26 @@
|
|
|
520
528
|
"from": "components/VToolbar",
|
|
521
529
|
"styles": []
|
|
522
530
|
},
|
|
523
|
-
"VWindow": {
|
|
524
|
-
"from": "components/VWindow",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VWindowItem": {
|
|
528
|
-
"from": "components/VWindow",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
531
|
"VConfirmEdit": {
|
|
532
532
|
"from": "components/VConfirmEdit",
|
|
533
533
|
"styles": []
|
|
534
534
|
},
|
|
535
|
-
"VDataIterator": {
|
|
536
|
-
"from": "components/VDataIterator",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
535
|
"VDefaultsProvider": {
|
|
540
536
|
"from": "components/VDefaultsProvider",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
539
|
+
"VDataIterator": {
|
|
540
|
+
"from": "components/VDataIterator",
|
|
541
|
+
"styles": []
|
|
542
|
+
},
|
|
543
543
|
"VForm": {
|
|
544
544
|
"from": "components/VForm",
|
|
545
545
|
"styles": []
|
|
546
546
|
},
|
|
547
|
+
"VHover": {
|
|
548
|
+
"from": "components/VHover",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
547
551
|
"VContainer": {
|
|
548
552
|
"from": "components/VGrid",
|
|
549
553
|
"styles": []
|
|
@@ -560,24 +564,20 @@
|
|
|
560
564
|
"from": "components/VGrid",
|
|
561
565
|
"styles": []
|
|
562
566
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
567
|
+
"VLayout": {
|
|
568
|
+
"from": "components/VLayout",
|
|
565
569
|
"styles": []
|
|
566
570
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
571
|
+
"VLayoutItem": {
|
|
572
|
+
"from": "components/VLayout",
|
|
569
573
|
"styles": []
|
|
570
574
|
},
|
|
571
575
|
"VLocaleProvider": {
|
|
572
576
|
"from": "components/VLocaleProvider",
|
|
573
577
|
"styles": []
|
|
574
578
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
|
-
"VLayoutItem": {
|
|
580
|
-
"from": "components/VLayout",
|
|
579
|
+
"VLazy": {
|
|
580
|
+
"from": "components/VLazy",
|
|
581
581
|
"styles": []
|
|
582
582
|
},
|
|
583
583
|
"VNoSsr": {
|
|
@@ -600,10 +600,6 @@
|
|
|
600
600
|
"from": "components/VResponsive",
|
|
601
601
|
"styles": []
|
|
602
602
|
},
|
|
603
|
-
"VSparkline": {
|
|
604
|
-
"from": "components/VSparkline",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
603
|
"VSnackbarQueue": {
|
|
608
604
|
"from": "components/VSnackbarQueue",
|
|
609
605
|
"styles": []
|
|
@@ -612,8 +608,8 @@
|
|
|
612
608
|
"from": "components/VSpeedDial",
|
|
613
609
|
"styles": []
|
|
614
610
|
},
|
|
615
|
-
"
|
|
616
|
-
"from": "components/
|
|
611
|
+
"VSparkline": {
|
|
612
|
+
"from": "components/VSparkline",
|
|
617
613
|
"styles": []
|
|
618
614
|
},
|
|
619
615
|
"VThemeProvider": {
|
|
@@ -624,6 +620,10 @@
|
|
|
624
620
|
"from": "components/VValidation",
|
|
625
621
|
"styles": []
|
|
626
622
|
},
|
|
623
|
+
"VVirtualScroll": {
|
|
624
|
+
"from": "components/VVirtualScroll",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
627
627
|
"VFabTransition": {
|
|
628
628
|
"from": "components/transitions",
|
|
629
629
|
"styles": []
|