@vuetify/nightly 3.10.4-dev.2025-10-01 → 3.10.4-dev.2025-10-02
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 +8 -3
- package/dist/json/attributes.json +4040 -4040
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +7205 -7201
- package/dist/vuetify-labs.cjs +16 -8
- package/dist/vuetify-labs.css +4832 -4832
- package/dist/vuetify-labs.d.ts +65 -56
- package/dist/vuetify-labs.esm.js +16 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +16 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +16 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4299 -4299
- package/dist/vuetify.d.ts +65 -56
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +6 -0
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +9 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +6 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/util/indentLines.d.ts +1 -0
- package/lib/util/indentLines.js +7 -4
- package/lib/util/indentLines.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
"from": "labs/VColorInput",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VCalendar": {
|
|
8
|
-
"from": "labs/VCalendar",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
7
|
"VIconBtn": {
|
|
12
8
|
"from": "labs/VIconBtn",
|
|
13
9
|
"styles": []
|
|
@@ -20,6 +16,18 @@
|
|
|
20
16
|
"from": "labs/VFileUpload",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
19
|
+
"VPicker": {
|
|
20
|
+
"from": "labs/VPicker",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VPickerTitle": {
|
|
24
|
+
"from": "labs/VPicker",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VCalendar": {
|
|
28
|
+
"from": "labs/VCalendar",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
23
31
|
"VPie": {
|
|
24
32
|
"from": "labs/VPie",
|
|
25
33
|
"styles": []
|
|
@@ -32,14 +40,6 @@
|
|
|
32
40
|
"from": "labs/VPie",
|
|
33
41
|
"styles": []
|
|
34
42
|
},
|
|
35
|
-
"VPicker": {
|
|
36
|
-
"from": "labs/VPicker",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VPickerTitle": {
|
|
40
|
-
"from": "labs/VPicker",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
43
|
"VStepperVertical": {
|
|
44
44
|
"from": "labs/VStepperVertical",
|
|
45
45
|
"styles": []
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"from": "labs/VStepperVertical",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
+
"VHotkey": {
|
|
56
|
+
"from": "labs/VHotkey",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
55
59
|
"VVideo": {
|
|
56
60
|
"from": "labs/VVideo",
|
|
57
61
|
"styles": []
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"from": "labs/VVideo",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"VHotkey": {
|
|
68
|
-
"from": "labs/VHotkey",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
71
|
"VDateInput": {
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,21 +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
|
-
"VAutocomplete": {
|
|
16
|
-
"from": "components/VAutocomplete",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
3
|
"VAppBar": {
|
|
20
4
|
"from": "components/VAppBar",
|
|
21
5
|
"styles": []
|
|
@@ -32,20 +16,20 @@
|
|
|
32
16
|
"from": "components/VBadge",
|
|
33
17
|
"styles": []
|
|
34
18
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
19
|
+
"VApp": {
|
|
20
|
+
"from": "components/VApp",
|
|
37
21
|
"styles": []
|
|
38
22
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
23
|
+
"VAlert": {
|
|
24
|
+
"from": "components/VAlert",
|
|
41
25
|
"styles": []
|
|
42
26
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
27
|
+
"VAlertTitle": {
|
|
28
|
+
"from": "components/VAlert",
|
|
45
29
|
"styles": []
|
|
46
30
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar",
|
|
49
33
|
"styles": []
|
|
50
34
|
},
|
|
51
35
|
"VBanner": {
|
|
@@ -60,6 +44,14 @@
|
|
|
60
44
|
"from": "components/VBanner",
|
|
61
45
|
"styles": []
|
|
62
46
|
},
|
|
47
|
+
"VAutocomplete": {
|
|
48
|
+
"from": "components/VAutocomplete",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
63
55
|
"VBreadcrumbs": {
|
|
64
56
|
"from": "components/VBreadcrumbs",
|
|
65
57
|
"styles": []
|
|
@@ -76,6 +68,26 @@
|
|
|
76
68
|
"from": "components/VBtnGroup",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
71
|
+
"VBottomNavigation": {
|
|
72
|
+
"from": "components/VBottomNavigation",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VCheckbox": {
|
|
80
|
+
"from": "components/VCheckbox",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCheckboxBtn": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VBtnToggle": {
|
|
88
|
+
"from": "components/VBtnToggle",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
79
91
|
"VCarousel": {
|
|
80
92
|
"from": "components/VCarousel",
|
|
81
93
|
"styles": []
|
|
@@ -108,40 +120,28 @@
|
|
|
108
120
|
"from": "components/VCard",
|
|
109
121
|
"styles": []
|
|
110
122
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VCheckboxBtn": {
|
|
116
|
-
"from": "components/VCheckbox",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VBtnToggle": {
|
|
120
|
-
"from": "components/VBtnToggle",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChip": {
|
|
124
|
-
"from": "components/VChip",
|
|
123
|
+
"VCode": {
|
|
124
|
+
"from": "components/VCode",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
127
|
"VChipGroup": {
|
|
128
128
|
"from": "components/VChipGroup",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
131
|
+
"VChip": {
|
|
132
|
+
"from": "components/VChip",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
135
|
+
"VDialog": {
|
|
136
|
+
"from": "components/VDialog",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
139
|
"VCounter": {
|
|
140
140
|
"from": "components/VCounter",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
147
|
"VDatePicker": {
|
|
@@ -168,34 +168,14 @@
|
|
|
168
168
|
"from": "components/VDatePicker",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
171
|
+
"VColorPicker": {
|
|
172
|
+
"from": "components/VColorPicker",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
175
|
"VDivider": {
|
|
176
176
|
"from": "components/VDivider",
|
|
177
177
|
"styles": []
|
|
178
178
|
},
|
|
179
|
-
"VEmptyState": {
|
|
180
|
-
"from": "components/VEmptyState",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VExpansionPanels": {
|
|
184
|
-
"from": "components/VExpansionPanel",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VExpansionPanel": {
|
|
188
|
-
"from": "components/VExpansionPanel",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VExpansionPanelText": {
|
|
192
|
-
"from": "components/VExpansionPanel",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VExpansionPanelTitle": {
|
|
196
|
-
"from": "components/VExpansionPanel",
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
179
|
"VDataTable": {
|
|
200
180
|
"from": "components/VDataTable",
|
|
201
181
|
"styles": []
|
|
@@ -224,6 +204,10 @@
|
|
|
224
204
|
"from": "components/VDataTable",
|
|
225
205
|
"styles": []
|
|
226
206
|
},
|
|
207
|
+
"VFab": {
|
|
208
|
+
"from": "components/VFab",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
227
211
|
"VField": {
|
|
228
212
|
"from": "components/VField",
|
|
229
213
|
"styles": []
|
|
@@ -232,8 +216,24 @@
|
|
|
232
216
|
"from": "components/VField",
|
|
233
217
|
"styles": []
|
|
234
218
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
219
|
+
"VEmptyState": {
|
|
220
|
+
"from": "components/VEmptyState",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VExpansionPanels": {
|
|
224
|
+
"from": "components/VExpansionPanel",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VExpansionPanel": {
|
|
228
|
+
"from": "components/VExpansionPanel",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VExpansionPanelText": {
|
|
232
|
+
"from": "components/VExpansionPanel",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VExpansionPanelTitle": {
|
|
236
|
+
"from": "components/VExpansionPanel",
|
|
237
237
|
"styles": []
|
|
238
238
|
},
|
|
239
239
|
"VFileInput": {
|
|
@@ -244,6 +244,10 @@
|
|
|
244
244
|
"from": "components/VImg",
|
|
245
245
|
"styles": []
|
|
246
246
|
},
|
|
247
|
+
"VFooter": {
|
|
248
|
+
"from": "components/VFooter",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
247
251
|
"VIcon": {
|
|
248
252
|
"from": "components/VIcon",
|
|
249
253
|
"styles": []
|
|
@@ -268,6 +272,14 @@
|
|
|
268
272
|
"from": "components/VInfiniteScroll",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VInput": {
|
|
280
|
+
"from": "components/VInput",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
271
283
|
"VItemGroup": {
|
|
272
284
|
"from": "components/VItemGroup",
|
|
273
285
|
"styles": []
|
|
@@ -276,16 +288,12 @@
|
|
|
276
288
|
"from": "components/VItemGroup",
|
|
277
289
|
"styles": []
|
|
278
290
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VKbd": {
|
|
284
|
-
"from": "components/VKbd",
|
|
291
|
+
"VLabel": {
|
|
292
|
+
"from": "components/VLabel",
|
|
285
293
|
"styles": []
|
|
286
294
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
295
|
+
"VMain": {
|
|
296
|
+
"from": "components/VMain",
|
|
289
297
|
"styles": []
|
|
290
298
|
},
|
|
291
299
|
"VList": {
|
|
@@ -324,12 +332,8 @@
|
|
|
324
332
|
"from": "components/VList",
|
|
325
333
|
"styles": []
|
|
326
334
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMain": {
|
|
332
|
-
"from": "components/VMain",
|
|
335
|
+
"VMenu": {
|
|
336
|
+
"from": "components/VMenu",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
335
339
|
"VMessages": {
|
|
@@ -340,72 +344,76 @@
|
|
|
340
344
|
"from": "components/VNumberInput",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
347
|
+
"VNavigationDrawer": {
|
|
348
|
+
"from": "components/VNavigationDrawer",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
351
|
"VOverlay": {
|
|
348
352
|
"from": "components/VOverlay",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"VNavigationDrawer": {
|
|
352
|
-
"from": "components/VNavigationDrawer",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
355
|
"VOtpInput": {
|
|
356
356
|
"from": "components/VOtpInput",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VRating": {
|
|
364
|
+
"from": "components/VRating",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
367
|
+
"VProgressLinear": {
|
|
368
|
+
"from": "components/VProgressLinear",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
371
|
"VProgressCircular": {
|
|
372
372
|
"from": "components/VProgressCircular",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
375
|
+
"VRadioGroup": {
|
|
376
|
+
"from": "components/VRadioGroup",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
379
|
+
"VSelect": {
|
|
380
|
+
"from": "components/VSelect",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
393
393
|
"styles": []
|
|
394
394
|
},
|
|
395
395
|
"VSkeletonLoader": {
|
|
396
396
|
"from": "components/VSkeletonLoader",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
399
403
|
"VSnackbar": {
|
|
400
404
|
"from": "components/VSnackbar",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
407
|
+
"VTable": {
|
|
408
|
+
"from": "components/VTable",
|
|
405
409
|
"styles": []
|
|
406
410
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
411
|
+
"VSlideGroup": {
|
|
412
|
+
"from": "components/VSlideGroup",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VSlideGroupItem": {
|
|
416
|
+
"from": "components/VSlideGroup",
|
|
409
417
|
"styles": []
|
|
410
418
|
},
|
|
411
419
|
"VStepper": {
|
|
@@ -432,32 +440,20 @@
|
|
|
432
440
|
"from": "components/VStepper",
|
|
433
441
|
"styles": []
|
|
434
442
|
},
|
|
435
|
-
"VSheet": {
|
|
436
|
-
"from": "components/VSheet",
|
|
437
|
-
"styles": []
|
|
438
|
-
},
|
|
439
|
-
"VTextarea": {
|
|
440
|
-
"from": "components/VTextarea",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
443
|
"VSystemBar": {
|
|
444
444
|
"from": "components/VSystemBar",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VToolbar": {
|
|
452
|
-
"from": "components/VToolbar",
|
|
447
|
+
"VSwitch": {
|
|
448
|
+
"from": "components/VSwitch",
|
|
453
449
|
"styles": []
|
|
454
450
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
451
|
+
"VTextarea": {
|
|
452
|
+
"from": "components/VTextarea",
|
|
457
453
|
"styles": []
|
|
458
454
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
455
|
+
"VTextField": {
|
|
456
|
+
"from": "components/VTextField",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
459
|
"VTab": {
|
|
@@ -476,12 +472,16 @@
|
|
|
476
472
|
"from": "components/VTabs",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
475
|
+
"VToolbar": {
|
|
476
|
+
"from": "components/VToolbar",
|
|
481
477
|
"styles": []
|
|
482
478
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
479
|
+
"VToolbarTitle": {
|
|
480
|
+
"from": "components/VToolbar",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VToolbarItems": {
|
|
484
|
+
"from": "components/VToolbar",
|
|
485
485
|
"styles": []
|
|
486
486
|
},
|
|
487
487
|
"VTimePicker": {
|
|
@@ -496,24 +496,16 @@
|
|
|
496
496
|
"from": "components/VTimePicker",
|
|
497
497
|
"styles": []
|
|
498
498
|
},
|
|
499
|
-
"VTextField": {
|
|
500
|
-
"from": "components/VTextField",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
499
|
"VTooltip": {
|
|
504
500
|
"from": "components/VTooltip",
|
|
505
501
|
"styles": []
|
|
506
502
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
|
-
"VTreeviewItem": {
|
|
512
|
-
"from": "components/VTreeview",
|
|
503
|
+
"VTimeline": {
|
|
504
|
+
"from": "components/VTimeline",
|
|
513
505
|
"styles": []
|
|
514
506
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
507
|
+
"VTimelineItem": {
|
|
508
|
+
"from": "components/VTimeline",
|
|
517
509
|
"styles": []
|
|
518
510
|
},
|
|
519
511
|
"VWindow": {
|
|
@@ -524,8 +516,16 @@
|
|
|
524
516
|
"from": "components/VWindow",
|
|
525
517
|
"styles": []
|
|
526
518
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
519
|
+
"VTreeview": {
|
|
520
|
+
"from": "components/VTreeview",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VTreeviewItem": {
|
|
524
|
+
"from": "components/VTreeview",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VTreeviewGroup": {
|
|
528
|
+
"from": "components/VTreeview",
|
|
529
529
|
"styles": []
|
|
530
530
|
},
|
|
531
531
|
"VConfirmEdit": {
|
|
@@ -544,22 +544,6 @@
|
|
|
544
544
|
"from": "components/VForm",
|
|
545
545
|
"styles": []
|
|
546
546
|
},
|
|
547
|
-
"VHover": {
|
|
548
|
-
"from": "components/VHover",
|
|
549
|
-
"styles": []
|
|
550
|
-
},
|
|
551
|
-
"VLayout": {
|
|
552
|
-
"from": "components/VLayout",
|
|
553
|
-
"styles": []
|
|
554
|
-
},
|
|
555
|
-
"VLayoutItem": {
|
|
556
|
-
"from": "components/VLayout",
|
|
557
|
-
"styles": []
|
|
558
|
-
},
|
|
559
|
-
"VLazy": {
|
|
560
|
-
"from": "components/VLazy",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
547
|
"VContainer": {
|
|
564
548
|
"from": "components/VGrid",
|
|
565
549
|
"styles": []
|
|
@@ -576,10 +560,30 @@
|
|
|
576
560
|
"from": "components/VGrid",
|
|
577
561
|
"styles": []
|
|
578
562
|
},
|
|
563
|
+
"VHover": {
|
|
564
|
+
"from": "components/VHover",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
|
+
"VLayout": {
|
|
568
|
+
"from": "components/VLayout",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
571
|
+
"VLayoutItem": {
|
|
572
|
+
"from": "components/VLayout",
|
|
573
|
+
"styles": []
|
|
574
|
+
},
|
|
579
575
|
"VLocaleProvider": {
|
|
580
576
|
"from": "components/VLocaleProvider",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
579
|
+
"VLazy": {
|
|
580
|
+
"from": "components/VLazy",
|
|
581
|
+
"styles": []
|
|
582
|
+
},
|
|
583
|
+
"VRadio": {
|
|
584
|
+
"from": "components/VRadio",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
583
587
|
"VNoSsr": {
|
|
584
588
|
"from": "components/VNoSsr",
|
|
585
589
|
"styles": []
|
|
@@ -588,10 +592,6 @@
|
|
|
588
592
|
"from": "components/VParallax",
|
|
589
593
|
"styles": []
|
|
590
594
|
},
|
|
591
|
-
"VRadio": {
|
|
592
|
-
"from": "components/VRadio",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
595
|
"VRangeSlider": {
|
|
596
596
|
"from": "components/VRangeSlider",
|
|
597
597
|
"styles": []
|