@vuetify/nightly 3.10.9-dev.2025-11-05 → 3.10.9-dev.2025-11-08
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 +7 -3
- package/dist/json/attributes.json +1165 -1113
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +2215 -2091
- package/dist/vuetify-labs.cjs +79 -38
- package/dist/vuetify-labs.css +5133 -5126
- package/dist/vuetify-labs.d.ts +398 -133
- package/dist/vuetify-labs.esm.js +79 -38
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +79 -38
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +79 -38
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2945 -2938
- package/dist/vuetify.d.ts +338 -113
- package/dist/vuetify.esm.js +79 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +23 -22
- 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/VInfiniteScroll/VInfiniteScroll.css +7 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -0
- 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 +90 -71
- 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
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VCalendar": {
|
|
4
|
-
"from": "labs/VCalendar",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VColorInput": {
|
|
8
4
|
"from": "labs/VColorInput",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
7
|
+
"VCalendar": {
|
|
8
|
+
"from": "labs/VCalendar",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
11
|
"VFileUpload": {
|
|
@@ -20,6 +16,10 @@
|
|
|
20
16
|
"from": "labs/VFileUpload",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
19
|
+
"VIconBtn": {
|
|
20
|
+
"from": "labs/VIconBtn",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
23
|
"VStepperVertical": {
|
|
24
24
|
"from": "labs/VStepperVertical",
|
|
25
25
|
"styles": []
|
|
@@ -44,18 +44,6 @@
|
|
|
44
44
|
"from": "labs/VHotkey",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"VVideo": {
|
|
48
|
-
"from": "labs/VVideo",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VVideoControls": {
|
|
52
|
-
"from": "labs/VVideo",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VVideoVolume": {
|
|
56
|
-
"from": "labs/VVideo",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
47
|
"VPie": {
|
|
60
48
|
"from": "labs/VPie",
|
|
61
49
|
"styles": []
|
|
@@ -68,6 +56,18 @@
|
|
|
68
56
|
"from": "labs/VPie",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
59
|
+
"VVideo": {
|
|
60
|
+
"from": "labs/VVideo",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VVideoControls": {
|
|
64
|
+
"from": "labs/VVideo",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VVideoVolume": {
|
|
68
|
+
"from": "labs/VVideo",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
71
|
"VDateInput": {
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
3
|
+
"VAutocomplete": {
|
|
4
|
+
"from": "components/VAutocomplete",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
7
|
+
"VApp": {
|
|
8
|
+
"from": "components/VApp",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
11
|
"VAppBar": {
|
|
@@ -20,16 +20,20 @@
|
|
|
20
20
|
"from": "components/VAppBar",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
23
|
+
"VBadge": {
|
|
24
|
+
"from": "components/VBadge",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
27
|
+
"VAlert": {
|
|
28
|
+
"from": "components/VAlert",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
31
|
+
"VAlertTitle": {
|
|
32
|
+
"from": "components/VAlert",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VAvatar": {
|
|
36
|
+
"from": "components/VAvatar",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
39
|
"VBottomNavigation": {
|
|
@@ -48,12 +52,8 @@
|
|
|
48
52
|
"from": "components/VBanner",
|
|
49
53
|
"styles": []
|
|
50
54
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBtnToggle": {
|
|
56
|
-
"from": "components/VBtnToggle",
|
|
55
|
+
"VBtnGroup": {
|
|
56
|
+
"from": "components/VBtnGroup",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
59
|
"VBreadcrumbs": {
|
|
@@ -68,16 +68,8 @@
|
|
|
68
68
|
"from": "components/VBreadcrumbs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBtnGroup": {
|
|
76
|
-
"from": "components/VBtnGroup",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VBtn": {
|
|
80
|
-
"from": "components/VBtn",
|
|
71
|
+
"VBtnToggle": {
|
|
72
|
+
"from": "components/VBtnToggle",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
75
|
"VCard": {
|
|
@@ -104,8 +96,16 @@
|
|
|
104
96
|
"from": "components/VCard",
|
|
105
97
|
"styles": []
|
|
106
98
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
99
|
+
"VBtn": {
|
|
100
|
+
"from": "components/VBtn",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VChip": {
|
|
104
|
+
"from": "components/VChip",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VBottomSheet": {
|
|
108
|
+
"from": "components/VBottomSheet",
|
|
109
109
|
"styles": []
|
|
110
110
|
},
|
|
111
111
|
"VCheckbox": {
|
|
@@ -116,10 +116,6 @@
|
|
|
116
116
|
"from": "components/VCheckbox",
|
|
117
117
|
"styles": []
|
|
118
118
|
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
119
|
"VCarousel": {
|
|
124
120
|
"from": "components/VCarousel",
|
|
125
121
|
"styles": []
|
|
@@ -132,6 +128,10 @@
|
|
|
132
128
|
"from": "components/VColorPicker",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
135
|
"VChipGroup": {
|
|
136
136
|
"from": "components/VChipGroup",
|
|
137
137
|
"styles": []
|
|
@@ -140,6 +140,38 @@
|
|
|
140
140
|
"from": "components/VCombobox",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
+
"VFab": {
|
|
144
|
+
"from": "components/VFab",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
147
|
+
"VCounter": {
|
|
148
|
+
"from": "components/VCounter",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
151
|
+
"VDatePicker": {
|
|
152
|
+
"from": "components/VDatePicker",
|
|
153
|
+
"styles": []
|
|
154
|
+
},
|
|
155
|
+
"VDatePickerControls": {
|
|
156
|
+
"from": "components/VDatePicker",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDatePickerHeader": {
|
|
160
|
+
"from": "components/VDatePicker",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VDatePickerMonth": {
|
|
164
|
+
"from": "components/VDatePicker",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VDatePickerMonths": {
|
|
168
|
+
"from": "components/VDatePicker",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDatePickerYears": {
|
|
172
|
+
"from": "components/VDatePicker",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
143
175
|
"VDataTable": {
|
|
144
176
|
"from": "components/VDataTable",
|
|
145
177
|
"styles": []
|
|
@@ -172,44 +204,24 @@
|
|
|
172
204
|
"from": "components/VEmptyState",
|
|
173
205
|
"styles": []
|
|
174
206
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VFab": {
|
|
180
|
-
"from": "components/VFab",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDatePicker": {
|
|
184
|
-
"from": "components/VDatePicker",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDatePickerControls": {
|
|
188
|
-
"from": "components/VDatePicker",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDatePickerHeader": {
|
|
192
|
-
"from": "components/VDatePicker",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VDatePickerMonth": {
|
|
196
|
-
"from": "components/VDatePicker",
|
|
207
|
+
"VDivider": {
|
|
208
|
+
"from": "components/VDivider",
|
|
197
209
|
"styles": []
|
|
198
210
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
211
|
+
"VField": {
|
|
212
|
+
"from": "components/VField",
|
|
201
213
|
"styles": []
|
|
202
214
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
215
|
+
"VFieldLabel": {
|
|
216
|
+
"from": "components/VField",
|
|
205
217
|
"styles": []
|
|
206
218
|
},
|
|
207
219
|
"VDialog": {
|
|
208
220
|
"from": "components/VDialog",
|
|
209
221
|
"styles": []
|
|
210
222
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
223
|
+
"VFileInput": {
|
|
224
|
+
"from": "components/VFileInput",
|
|
213
225
|
"styles": []
|
|
214
226
|
},
|
|
215
227
|
"VExpansionPanels": {
|
|
@@ -228,20 +240,24 @@
|
|
|
228
240
|
"from": "components/VExpansionPanel",
|
|
229
241
|
"styles": []
|
|
230
242
|
},
|
|
231
|
-
"VFileInput": {
|
|
232
|
-
"from": "components/VFileInput",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
243
|
"VFooter": {
|
|
236
244
|
"from": "components/VFooter",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
247
|
+
"VImg": {
|
|
248
|
+
"from": "components/VImg",
|
|
241
249
|
"styles": []
|
|
242
250
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
251
|
+
"VItemGroup": {
|
|
252
|
+
"from": "components/VItemGroup",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VItem": {
|
|
256
|
+
"from": "components/VItemGroup",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
259
|
+
"VInfiniteScroll": {
|
|
260
|
+
"from": "components/VInfiniteScroll",
|
|
245
261
|
"styles": []
|
|
246
262
|
},
|
|
247
263
|
"VIcon": {
|
|
@@ -264,30 +280,22 @@
|
|
|
264
280
|
"from": "components/VIcon",
|
|
265
281
|
"styles": []
|
|
266
282
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll",
|
|
283
|
+
"VInput": {
|
|
284
|
+
"from": "components/VInput",
|
|
273
285
|
"styles": []
|
|
274
286
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
287
|
+
"VLabel": {
|
|
288
|
+
"from": "components/VLabel",
|
|
277
289
|
"styles": []
|
|
278
290
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
291
|
+
"VMain": {
|
|
292
|
+
"from": "components/VMain",
|
|
281
293
|
"styles": []
|
|
282
294
|
},
|
|
283
295
|
"VKbd": {
|
|
284
296
|
"from": "components/VKbd",
|
|
285
297
|
"styles": []
|
|
286
298
|
},
|
|
287
|
-
"VInput": {
|
|
288
|
-
"from": "components/VInput",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
299
|
"VList": {
|
|
292
300
|
"from": "components/VList",
|
|
293
301
|
"styles": []
|
|
@@ -324,28 +332,20 @@
|
|
|
324
332
|
"from": "components/VList",
|
|
325
333
|
"styles": []
|
|
326
334
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMain": {
|
|
332
|
-
"from": "components/VMain",
|
|
335
|
+
"VMessages": {
|
|
336
|
+
"from": "components/VMessages",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
335
339
|
"VMenu": {
|
|
336
340
|
"from": "components/VMenu",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"VOverlay": {
|
|
340
|
-
"from": "components/VOverlay",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
343
|
"VNavigationDrawer": {
|
|
344
344
|
"from": "components/VNavigationDrawer",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
351
|
"VNumberInput": {
|
|
@@ -356,42 +356,46 @@
|
|
|
356
356
|
"from": "components/VPagination",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"VOtpInput": {
|
|
360
|
-
"from": "components/VOtpInput",
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
359
|
"VProgressCircular": {
|
|
364
360
|
"from": "components/VProgressCircular",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
|
-
"VSelect": {
|
|
372
|
-
"from": "components/VSelect",
|
|
363
|
+
"VOverlay": {
|
|
364
|
+
"from": "components/VOverlay",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
367
|
"VProgressLinear": {
|
|
376
368
|
"from": "components/VProgressLinear",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
375
|
+
"VRadioGroup": {
|
|
376
|
+
"from": "components/VRadioGroup",
|
|
385
377
|
"styles": []
|
|
386
378
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
379
|
+
"VSheet": {
|
|
380
|
+
"from": "components/VSheet",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
383
|
"VSelectionControl": {
|
|
392
384
|
"from": "components/VSelectionControl",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
387
|
+
"VSelect": {
|
|
388
|
+
"from": "components/VSelect",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSelectionControlGroup": {
|
|
392
|
+
"from": "components/VSelectionControlGroup",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
|
+
"VSlider": {
|
|
396
|
+
"from": "components/VSlider",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
395
399
|
"VSlideGroup": {
|
|
396
400
|
"from": "components/VSlideGroup",
|
|
397
401
|
"styles": []
|
|
@@ -408,12 +412,20 @@
|
|
|
408
412
|
"from": "components/VSnackbar",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
415
|
+
"VTab": {
|
|
416
|
+
"from": "components/VTabs",
|
|
413
417
|
"styles": []
|
|
414
418
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
419
|
+
"VTabs": {
|
|
420
|
+
"from": "components/VTabs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VTabsWindow": {
|
|
424
|
+
"from": "components/VTabs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTabsWindowItem": {
|
|
428
|
+
"from": "components/VTabs",
|
|
417
429
|
"styles": []
|
|
418
430
|
},
|
|
419
431
|
"VStepper": {
|
|
@@ -444,20 +456,20 @@
|
|
|
444
456
|
"from": "components/VSwitch",
|
|
445
457
|
"styles": []
|
|
446
458
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
459
|
+
"VSystemBar": {
|
|
460
|
+
"from": "components/VSystemBar",
|
|
449
461
|
"styles": []
|
|
450
462
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
463
|
+
"VTimePicker": {
|
|
464
|
+
"from": "components/VTimePicker",
|
|
453
465
|
"styles": []
|
|
454
466
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
467
|
+
"VTimePickerClock": {
|
|
468
|
+
"from": "components/VTimePicker",
|
|
457
469
|
"styles": []
|
|
458
470
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
471
|
+
"VTimePickerControls": {
|
|
472
|
+
"from": "components/VTimePicker",
|
|
461
473
|
"styles": []
|
|
462
474
|
},
|
|
463
475
|
"VTable": {
|
|
@@ -476,16 +488,12 @@
|
|
|
476
488
|
"from": "components/VTooltip",
|
|
477
489
|
"styles": []
|
|
478
490
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VTimePickerClock": {
|
|
484
|
-
"from": "components/VTimePicker",
|
|
491
|
+
"VWindow": {
|
|
492
|
+
"from": "components/VWindow",
|
|
485
493
|
"styles": []
|
|
486
494
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
495
|
+
"VWindowItem": {
|
|
496
|
+
"from": "components/VWindow",
|
|
489
497
|
"styles": []
|
|
490
498
|
},
|
|
491
499
|
"VTimeline": {
|
|
@@ -496,18 +504,6 @@
|
|
|
496
504
|
"from": "components/VTimeline",
|
|
497
505
|
"styles": []
|
|
498
506
|
},
|
|
499
|
-
"VTreeview": {
|
|
500
|
-
"from": "components/VTreeview",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
|
-
"VTreeviewItem": {
|
|
504
|
-
"from": "components/VTreeview",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
|
-
"VTreeviewGroup": {
|
|
508
|
-
"from": "components/VTreeview",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
507
|
"VToolbar": {
|
|
512
508
|
"from": "components/VToolbar",
|
|
513
509
|
"styles": []
|
|
@@ -520,12 +516,16 @@
|
|
|
520
516
|
"from": "components/VToolbar",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
519
|
+
"VTreeview": {
|
|
520
|
+
"from": "components/VTreeview",
|
|
525
521
|
"styles": []
|
|
526
522
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
523
|
+
"VTreeviewItem": {
|
|
524
|
+
"from": "components/VTreeview",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VTreeviewGroup": {
|
|
528
|
+
"from": "components/VTreeview",
|
|
529
529
|
"styles": []
|
|
530
530
|
},
|
|
531
531
|
"VConfirmEdit": {
|
|
@@ -564,14 +564,6 @@
|
|
|
564
564
|
"from": "components/VHover",
|
|
565
565
|
"styles": []
|
|
566
566
|
},
|
|
567
|
-
"VLazy": {
|
|
568
|
-
"from": "components/VLazy",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
|
-
"VLocaleProvider": {
|
|
572
|
-
"from": "components/VLocaleProvider",
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
567
|
"VLayout": {
|
|
576
568
|
"from": "components/VLayout",
|
|
577
569
|
"styles": []
|
|
@@ -580,6 +572,14 @@
|
|
|
580
572
|
"from": "components/VLayout",
|
|
581
573
|
"styles": []
|
|
582
574
|
},
|
|
575
|
+
"VLocaleProvider": {
|
|
576
|
+
"from": "components/VLocaleProvider",
|
|
577
|
+
"styles": []
|
|
578
|
+
},
|
|
579
|
+
"VLazy": {
|
|
580
|
+
"from": "components/VLazy",
|
|
581
|
+
"styles": []
|
|
582
|
+
},
|
|
583
583
|
"VNoSsr": {
|
|
584
584
|
"from": "components/VNoSsr",
|
|
585
585
|
"styles": []
|
|
@@ -592,36 +592,32 @@
|
|
|
592
592
|
"from": "components/VRadio",
|
|
593
593
|
"styles": []
|
|
594
594
|
},
|
|
595
|
-
"VRangeSlider": {
|
|
596
|
-
"from": "components/VRangeSlider",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
595
|
"VResponsive": {
|
|
600
596
|
"from": "components/VResponsive",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
603
|
-
"VSparkline": {
|
|
604
|
-
"from": "components/VSparkline",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
599
|
"VSnackbarQueue": {
|
|
608
600
|
"from": "components/VSnackbarQueue",
|
|
609
601
|
"styles": []
|
|
610
602
|
},
|
|
603
|
+
"VRangeSlider": {
|
|
604
|
+
"from": "components/VRangeSlider",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
611
607
|
"VSpeedDial": {
|
|
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": {
|
|
620
616
|
"from": "components/VThemeProvider",
|
|
621
617
|
"styles": []
|
|
622
618
|
},
|
|
623
|
-
"
|
|
624
|
-
"from": "components/
|
|
619
|
+
"VVirtualScroll": {
|
|
620
|
+
"from": "components/VVirtualScroll",
|
|
625
621
|
"styles": []
|
|
626
622
|
},
|
|
627
623
|
"VFabTransition": {
|
|
@@ -687,6 +683,10 @@
|
|
|
687
683
|
"VDialogTransition": {
|
|
688
684
|
"from": "components/transitions",
|
|
689
685
|
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VValidation": {
|
|
688
|
+
"from": "components/VValidation",
|
|
689
|
+
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|