vuetify 3.11.0 → 3.11.1
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 +1155 -1155
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +2308 -2308
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4129 -4129
- package/dist/vuetify-labs.d.ts +57 -57
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3557 -3557
- package/dist/vuetify.d.ts +57 -57
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VFileUpload": {
|
|
4
|
+
"from": "labs/VFileUpload",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VFileUploadItem": {
|
|
8
|
+
"from": "labs/VFileUpload",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VColorInput": {
|
|
4
12
|
"from": "labs/VColorInput",
|
|
5
13
|
"styles": []
|
|
@@ -16,16 +24,8 @@
|
|
|
16
24
|
"from": "labs/VStepperVertical",
|
|
17
25
|
"styles": []
|
|
18
26
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VPieSegment": {
|
|
24
|
-
"from": "labs/VPie",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VPieTooltip": {
|
|
28
|
-
"from": "labs/VPie",
|
|
27
|
+
"VIconBtn": {
|
|
28
|
+
"from": "labs/VIconBtn",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VPicker": {
|
|
@@ -36,10 +36,6 @@
|
|
|
36
36
|
"from": "labs/VPicker",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"VIconBtn": {
|
|
40
|
-
"from": "labs/VIconBtn",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
39
|
"VVideo": {
|
|
44
40
|
"from": "labs/VVideo",
|
|
45
41
|
"styles": []
|
|
@@ -52,24 +48,28 @@
|
|
|
52
48
|
"from": "labs/VVideo",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
51
|
+
"VPie": {
|
|
52
|
+
"from": "labs/VPie",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
55
|
+
"VPieSegment": {
|
|
56
|
+
"from": "labs/VPie",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
59
|
+
"VPieTooltip": {
|
|
60
|
+
"from": "labs/VPie",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VDateInput": {
|
|
64
|
+
"from": "labs/VDateInput",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
67
|
"VMaskInput": {
|
|
68
68
|
"from": "labs/VMaskInput",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
71
|
+
"VPullToRefresh": {
|
|
72
|
+
"from": "labs/VPullToRefresh",
|
|
73
73
|
"styles": []
|
|
74
74
|
}
|
|
75
75
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VApp": {
|
|
4
|
+
"from": "components/VApp",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VAppBar": {
|
|
4
8
|
"from": "components/VAppBar",
|
|
5
9
|
"styles": []
|
|
@@ -16,10 +20,6 @@
|
|
|
16
20
|
"from": "components/VAvatar",
|
|
17
21
|
"styles": []
|
|
18
22
|
},
|
|
19
|
-
"VApp": {
|
|
20
|
-
"from": "components/VApp",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
23
|
"VAlert": {
|
|
24
24
|
"from": "components/VAlert",
|
|
25
25
|
"styles": []
|
|
@@ -28,18 +28,6 @@
|
|
|
28
28
|
"from": "components/VAlert",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"VBadge": {
|
|
32
|
-
"from": "components/VBadge",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VBottomSheet": {
|
|
36
|
-
"from": "components/VBottomSheet",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBottomNavigation": {
|
|
40
|
-
"from": "components/VBottomNavigation",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
31
|
"VBanner": {
|
|
44
32
|
"from": "components/VBanner",
|
|
45
33
|
"styles": []
|
|
@@ -56,12 +44,24 @@
|
|
|
56
44
|
"from": "components/VAutocomplete",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
47
|
+
"VBottomNavigation": {
|
|
48
|
+
"from": "components/VBottomNavigation",
|
|
61
49
|
"styles": []
|
|
62
50
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VBtn": {
|
|
56
|
+
"from": "components/VBtn",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VBottomSheet": {
|
|
60
|
+
"from": "components/VBottomSheet",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VBtnGroup": {
|
|
64
|
+
"from": "components/VBtnGroup",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
67
|
"VBreadcrumbs": {
|
|
@@ -76,12 +76,8 @@
|
|
|
76
76
|
"from": "components/VBreadcrumbs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCalendar": {
|
|
84
|
-
"from": "components/VCalendar",
|
|
79
|
+
"VBtnToggle": {
|
|
80
|
+
"from": "components/VBtnToggle",
|
|
85
81
|
"styles": []
|
|
86
82
|
},
|
|
87
83
|
"VCarousel": {
|
|
@@ -92,6 +88,10 @@
|
|
|
92
88
|
"from": "components/VCarousel",
|
|
93
89
|
"styles": []
|
|
94
90
|
},
|
|
91
|
+
"VCalendar": {
|
|
92
|
+
"from": "components/VCalendar",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
95
|
"VCard": {
|
|
96
96
|
"from": "components/VCard",
|
|
97
97
|
"styles": []
|
|
@@ -116,12 +116,8 @@
|
|
|
116
116
|
"from": "components/VCard",
|
|
117
117
|
"styles": []
|
|
118
118
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChip": {
|
|
124
|
-
"from": "components/VChip",
|
|
119
|
+
"VChipGroup": {
|
|
120
|
+
"from": "components/VChipGroup",
|
|
125
121
|
"styles": []
|
|
126
122
|
},
|
|
127
123
|
"VCheckbox": {
|
|
@@ -132,44 +128,24 @@
|
|
|
132
128
|
"from": "components/VCheckbox",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
131
|
+
"VChip": {
|
|
132
|
+
"from": "components/VChip",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
135
|
"VColorPicker": {
|
|
140
136
|
"from": "components/VColorPicker",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
143
|
"VCounter": {
|
|
148
144
|
"from": "components/VCounter",
|
|
149
145
|
"styles": []
|
|
150
146
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
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",
|
|
147
|
+
"VDialog": {
|
|
148
|
+
"from": "components/VDialog",
|
|
173
149
|
"styles": []
|
|
174
150
|
},
|
|
175
151
|
"VDataTable": {
|
|
@@ -200,6 +176,38 @@
|
|
|
200
176
|
"from": "components/VDataTable",
|
|
201
177
|
"styles": []
|
|
202
178
|
},
|
|
179
|
+
"VCode": {
|
|
180
|
+
"from": "components/VCode",
|
|
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",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDatePickerMonths": {
|
|
200
|
+
"from": "components/VDatePicker",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VDatePickerYears": {
|
|
204
|
+
"from": "components/VDatePicker",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VFab": {
|
|
208
|
+
"from": "components/VFab",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
203
211
|
"VExpansionPanels": {
|
|
204
212
|
"from": "components/VExpansionPanel",
|
|
205
213
|
"styles": []
|
|
@@ -216,12 +224,8 @@
|
|
|
216
224
|
"from": "components/VExpansionPanel",
|
|
217
225
|
"styles": []
|
|
218
226
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VFab": {
|
|
224
|
-
"from": "components/VFab",
|
|
227
|
+
"VEmptyState": {
|
|
228
|
+
"from": "components/VEmptyState",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
231
|
"VDivider": {
|
|
@@ -236,22 +240,22 @@
|
|
|
236
240
|
"from": "components/VField",
|
|
237
241
|
"styles": []
|
|
238
242
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
243
|
+
"VFooter": {
|
|
244
|
+
"from": "components/VFooter",
|
|
241
245
|
"styles": []
|
|
242
246
|
},
|
|
243
247
|
"VFileInput": {
|
|
244
248
|
"from": "components/VFileInput",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
|
-
"VFooter": {
|
|
248
|
-
"from": "components/VFooter",
|
|
249
|
-
"styles": []
|
|
250
|
-
},
|
|
251
251
|
"VHotkey": {
|
|
252
252
|
"from": "components/VHotkey",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
|
+
"VImg": {
|
|
256
|
+
"from": "components/VImg",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
255
259
|
"VInfiniteScroll": {
|
|
256
260
|
"from": "components/VInfiniteScroll",
|
|
257
261
|
"styles": []
|
|
@@ -288,18 +292,10 @@
|
|
|
288
292
|
"from": "components/VItemGroup",
|
|
289
293
|
"styles": []
|
|
290
294
|
},
|
|
291
|
-
"VImg": {
|
|
292
|
-
"from": "components/VImg",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
295
|
"VLabel": {
|
|
296
296
|
"from": "components/VLabel",
|
|
297
297
|
"styles": []
|
|
298
298
|
},
|
|
299
|
-
"VKbd": {
|
|
300
|
-
"from": "components/VKbd",
|
|
301
|
-
"styles": []
|
|
302
|
-
},
|
|
303
299
|
"VList": {
|
|
304
300
|
"from": "components/VList",
|
|
305
301
|
"styles": []
|
|
@@ -336,18 +332,34 @@
|
|
|
336
332
|
"from": "components/VList",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
335
|
+
"VMessages": {
|
|
336
|
+
"from": "components/VMessages",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
339
|
+
"VKbd": {
|
|
340
|
+
"from": "components/VKbd",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VMenu": {
|
|
344
344
|
"from": "components/VMenu",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
+
"VMain": {
|
|
348
|
+
"from": "components/VMain",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
347
351
|
"VNavigationDrawer": {
|
|
348
352
|
"from": "components/VNavigationDrawer",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
355
|
+
"VOverlay": {
|
|
356
|
+
"from": "components/VOverlay",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
351
363
|
"VNumberInput": {
|
|
352
364
|
"from": "components/VNumberInput",
|
|
353
365
|
"styles": []
|
|
@@ -356,8 +368,8 @@
|
|
|
356
368
|
"from": "components/VPagination",
|
|
357
369
|
"styles": []
|
|
358
370
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating",
|
|
361
373
|
"styles": []
|
|
362
374
|
},
|
|
363
375
|
"VOtpInput": {
|
|
@@ -368,44 +380,20 @@
|
|
|
368
380
|
"from": "components/VProgressLinear",
|
|
369
381
|
"styles": []
|
|
370
382
|
},
|
|
371
|
-
"VProgressCircular": {
|
|
372
|
-
"from": "components/VProgressCircular",
|
|
373
|
-
"styles": []
|
|
374
|
-
},
|
|
375
|
-
"VOverlay": {
|
|
376
|
-
"from": "components/VOverlay",
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VRating": {
|
|
380
|
-
"from": "components/VRating",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
|
-
"VSelectionControl": {
|
|
384
|
-
"from": "components/VSelectionControl",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
383
|
"VSelect": {
|
|
388
384
|
"from": "components/VSelect",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
391
|
-
"VRadioGroup": {
|
|
392
|
-
"from": "components/VRadioGroup",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
|
-
"VSelectionControlGroup": {
|
|
396
|
-
"from": "components/VSelectionControlGroup",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
387
|
"VSheet": {
|
|
400
388
|
"from": "components/VSheet",
|
|
401
389
|
"styles": []
|
|
402
390
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
391
|
+
"VRadioGroup": {
|
|
392
|
+
"from": "components/VRadioGroup",
|
|
405
393
|
"styles": []
|
|
406
394
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
395
|
+
"VSelectionControl": {
|
|
396
|
+
"from": "components/VSelectionControl",
|
|
409
397
|
"styles": []
|
|
410
398
|
},
|
|
411
399
|
"VSkeletonLoader": {
|
|
@@ -416,28 +404,20 @@
|
|
|
416
404
|
"from": "components/VSlider",
|
|
417
405
|
"styles": []
|
|
418
406
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
|
-
"VSwitch": {
|
|
424
|
-
"from": "components/VSwitch",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VTab": {
|
|
428
|
-
"from": "components/VTabs",
|
|
407
|
+
"VSelectionControlGroup": {
|
|
408
|
+
"from": "components/VSelectionControlGroup",
|
|
429
409
|
"styles": []
|
|
430
410
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
411
|
+
"VSnackbar": {
|
|
412
|
+
"from": "components/VSnackbar",
|
|
433
413
|
"styles": []
|
|
434
414
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
415
|
+
"VSlideGroup": {
|
|
416
|
+
"from": "components/VSlideGroup",
|
|
437
417
|
"styles": []
|
|
438
418
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
419
|
+
"VSlideGroupItem": {
|
|
420
|
+
"from": "components/VSlideGroup",
|
|
441
421
|
"styles": []
|
|
442
422
|
},
|
|
443
423
|
"VStepper": {
|
|
@@ -464,14 +444,18 @@
|
|
|
464
444
|
"from": "components/VStepper",
|
|
465
445
|
"styles": []
|
|
466
446
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
447
|
+
"VSwitch": {
|
|
448
|
+
"from": "components/VSwitch",
|
|
469
449
|
"styles": []
|
|
470
450
|
},
|
|
471
451
|
"VSystemBar": {
|
|
472
452
|
"from": "components/VSystemBar",
|
|
473
453
|
"styles": []
|
|
474
454
|
},
|
|
455
|
+
"VTextarea": {
|
|
456
|
+
"from": "components/VTextarea",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
475
459
|
"VTimePicker": {
|
|
476
460
|
"from": "components/VTimePicker",
|
|
477
461
|
"styles": []
|
|
@@ -484,30 +468,26 @@
|
|
|
484
468
|
"from": "components/VTimePicker",
|
|
485
469
|
"styles": []
|
|
486
470
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
471
|
+
"VTab": {
|
|
472
|
+
"from": "components/VTabs",
|
|
489
473
|
"styles": []
|
|
490
474
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
475
|
+
"VTabs": {
|
|
476
|
+
"from": "components/VTabs",
|
|
493
477
|
"styles": []
|
|
494
478
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
479
|
+
"VTabsWindow": {
|
|
480
|
+
"from": "components/VTabs",
|
|
497
481
|
"styles": []
|
|
498
482
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
483
|
+
"VTabsWindowItem": {
|
|
484
|
+
"from": "components/VTabs",
|
|
501
485
|
"styles": []
|
|
502
486
|
},
|
|
503
487
|
"VTextField": {
|
|
504
488
|
"from": "components/VTextField",
|
|
505
489
|
"styles": []
|
|
506
490
|
},
|
|
507
|
-
"VTooltip": {
|
|
508
|
-
"from": "components/VTooltip",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
491
|
"VTimeline": {
|
|
512
492
|
"from": "components/VTimeline",
|
|
513
493
|
"styles": []
|
|
@@ -516,12 +496,20 @@
|
|
|
516
496
|
"from": "components/VTimeline",
|
|
517
497
|
"styles": []
|
|
518
498
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
499
|
+
"VToolbar": {
|
|
500
|
+
"from": "components/VToolbar",
|
|
521
501
|
"styles": []
|
|
522
502
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
503
|
+
"VToolbarTitle": {
|
|
504
|
+
"from": "components/VToolbar",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
507
|
+
"VToolbarItems": {
|
|
508
|
+
"from": "components/VToolbar",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VTable": {
|
|
512
|
+
"from": "components/VTable",
|
|
525
513
|
"styles": []
|
|
526
514
|
},
|
|
527
515
|
"VTreeview": {
|
|
@@ -536,6 +524,18 @@
|
|
|
536
524
|
"from": "components/VTreeview",
|
|
537
525
|
"styles": []
|
|
538
526
|
},
|
|
527
|
+
"VTooltip": {
|
|
528
|
+
"from": "components/VTooltip",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VWindow": {
|
|
532
|
+
"from": "components/VWindow",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VWindowItem": {
|
|
536
|
+
"from": "components/VWindow",
|
|
537
|
+
"styles": []
|
|
538
|
+
},
|
|
539
539
|
"VConfirmEdit": {
|
|
540
540
|
"from": "components/VConfirmEdit",
|
|
541
541
|
"styles": []
|
|
@@ -572,8 +572,8 @@
|
|
|
572
572
|
"from": "components/VHover",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
575
|
+
"VLazy": {
|
|
576
|
+
"from": "components/VLazy",
|
|
577
577
|
"styles": []
|
|
578
578
|
},
|
|
579
579
|
"VLayout": {
|
|
@@ -584,8 +584,8 @@
|
|
|
584
584
|
"from": "components/VLayout",
|
|
585
585
|
"styles": []
|
|
586
586
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
587
|
+
"VLocaleProvider": {
|
|
588
|
+
"from": "components/VLocaleProvider",
|
|
589
589
|
"styles": []
|
|
590
590
|
},
|
|
591
591
|
"VNoSsr": {
|
|
@@ -608,14 +608,14 @@
|
|
|
608
608
|
"from": "components/VResponsive",
|
|
609
609
|
"styles": []
|
|
610
610
|
},
|
|
611
|
-
"VSparkline": {
|
|
612
|
-
"from": "components/VSparkline",
|
|
613
|
-
"styles": []
|
|
614
|
-
},
|
|
615
611
|
"VSnackbarQueue": {
|
|
616
612
|
"from": "components/VSnackbarQueue",
|
|
617
613
|
"styles": []
|
|
618
614
|
},
|
|
615
|
+
"VSparkline": {
|
|
616
|
+
"from": "components/VSparkline",
|
|
617
|
+
"styles": []
|
|
618
|
+
},
|
|
619
619
|
"VSpeedDial": {
|
|
620
620
|
"from": "components/VSpeedDial",
|
|
621
621
|
"styles": []
|