vuetify 3.10.1 → 3.10.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/LICENSE.md +21 -0
- package/README.md +331 -0
- package/dist/json/attributes.json +3758 -3758
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +6612 -6612
- package/dist/vuetify-labs.cjs +14 -97
- package/dist/vuetify-labs.css +4544 -4544
- package/dist/vuetify-labs.d.ts +49 -50
- package/dist/vuetify-labs.esm.js +14 -97
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -97
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +14 -97
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6241 -6241
- package/dist/vuetify.d.ts +49 -50
- package/dist/vuetify.esm.js +14 -97
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +14 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +692 -704
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +5 -2
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VChip/VChip.js +3 -4
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/router.d.ts +0 -1
- package/lib/composables/router.js +0 -6
- package/lib/composables/router.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +49 -49
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VPicker": {
|
|
8
|
-
"from": "labs/VPicker",
|
|
3
|
+
"VCalendar": {
|
|
4
|
+
"from": "labs/VCalendar",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
7
|
+
"VColorInput": {
|
|
8
|
+
"from": "labs/VColorInput",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
11
|
"VFileUpload": {
|
|
@@ -20,8 +16,16 @@
|
|
|
20
16
|
"from": "labs/VFileUpload",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
19
|
+
"VIconBtn": {
|
|
20
|
+
"from": "labs/VIconBtn",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VPicker": {
|
|
24
|
+
"from": "labs/VPicker",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VPickerTitle": {
|
|
28
|
+
"from": "labs/VPicker",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
31
|
"VPie": {
|
|
@@ -36,10 +40,6 @@
|
|
|
36
40
|
"from": "labs/VPie",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"VIconBtn": {
|
|
40
|
-
"from": "labs/VIconBtn",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
43
|
"VStepperVertical": {
|
|
44
44
|
"from": "labs/VStepperVertical",
|
|
45
45
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
"from": "components/VAutocomplete",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
|
+
"VAlert": {
|
|
12
|
+
"from": "components/VAlert",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VAlertTitle": {
|
|
16
|
+
"from": "components/VAlert",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VAvatar": {
|
|
20
|
+
"from": "components/VAvatar",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
11
23
|
"VAppBar": {
|
|
12
24
|
"from": "components/VAppBar",
|
|
13
25
|
"styles": []
|
|
@@ -24,12 +36,24 @@
|
|
|
24
36
|
"from": "components/VBadge",
|
|
25
37
|
"styles": []
|
|
26
38
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
39
|
+
"VBanner": {
|
|
40
|
+
"from": "components/VBanner",
|
|
29
41
|
"styles": []
|
|
30
42
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
43
|
+
"VBannerActions": {
|
|
44
|
+
"from": "components/VBanner",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBannerText": {
|
|
48
|
+
"from": "components/VBanner",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
33
57
|
"styles": []
|
|
34
58
|
},
|
|
35
59
|
"VBreadcrumbs": {
|
|
@@ -44,30 +68,10 @@
|
|
|
44
68
|
"from": "components/VBreadcrumbs",
|
|
45
69
|
"styles": []
|
|
46
70
|
},
|
|
47
|
-
"VAvatar": {
|
|
48
|
-
"from": "components/VAvatar",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBottomNavigation": {
|
|
52
|
-
"from": "components/VBottomNavigation",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
71
|
"VBtnGroup": {
|
|
56
72
|
"from": "components/VBtnGroup",
|
|
57
73
|
"styles": []
|
|
58
74
|
},
|
|
59
|
-
"VBanner": {
|
|
60
|
-
"from": "components/VBanner",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBannerActions": {
|
|
64
|
-
"from": "components/VBanner",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VBannerText": {
|
|
68
|
-
"from": "components/VBanner",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
75
|
"VCard": {
|
|
72
76
|
"from": "components/VCard",
|
|
73
77
|
"styles": []
|
|
@@ -96,6 +100,10 @@
|
|
|
96
100
|
"from": "components/VBtn",
|
|
97
101
|
"styles": []
|
|
98
102
|
},
|
|
103
|
+
"VBtnToggle": {
|
|
104
|
+
"from": "components/VBtnToggle",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
99
107
|
"VCheckbox": {
|
|
100
108
|
"from": "components/VCheckbox",
|
|
101
109
|
"styles": []
|
|
@@ -104,14 +112,6 @@
|
|
|
104
112
|
"from": "components/VCheckbox",
|
|
105
113
|
"styles": []
|
|
106
114
|
},
|
|
107
|
-
"VBtnToggle": {
|
|
108
|
-
"from": "components/VBtnToggle",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VChipGroup": {
|
|
112
|
-
"from": "components/VChipGroup",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
115
|
"VCarousel": {
|
|
116
116
|
"from": "components/VCarousel",
|
|
117
117
|
"styles": []
|
|
@@ -120,48 +120,28 @@
|
|
|
120
120
|
"from": "components/VCarousel",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
-
"VCombobox": {
|
|
124
|
-
"from": "components/VCombobox",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
123
|
"VChip": {
|
|
128
124
|
"from": "components/VChip",
|
|
129
125
|
"styles": []
|
|
130
126
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VColorPicker": {
|
|
136
|
-
"from": "components/VColorPicker",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VDatePicker": {
|
|
140
|
-
"from": "components/VDatePicker",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VDatePickerControls": {
|
|
144
|
-
"from": "components/VDatePicker",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VDatePickerHeader": {
|
|
148
|
-
"from": "components/VDatePicker",
|
|
127
|
+
"VChipGroup": {
|
|
128
|
+
"from": "components/VChipGroup",
|
|
149
129
|
"styles": []
|
|
150
130
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
131
|
+
"VCombobox": {
|
|
132
|
+
"from": "components/VCombobox",
|
|
153
133
|
"styles": []
|
|
154
134
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode",
|
|
157
137
|
"styles": []
|
|
158
138
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
139
|
+
"VCounter": {
|
|
140
|
+
"from": "components/VCounter",
|
|
161
141
|
"styles": []
|
|
162
142
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
143
|
+
"VDivider": {
|
|
144
|
+
"from": "components/VDivider",
|
|
165
145
|
"styles": []
|
|
166
146
|
},
|
|
167
147
|
"VDataTable": {
|
|
@@ -192,22 +172,46 @@
|
|
|
192
172
|
"from": "components/VDataTable",
|
|
193
173
|
"styles": []
|
|
194
174
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
175
|
+
"VColorPicker": {
|
|
176
|
+
"from": "components/VColorPicker",
|
|
197
177
|
"styles": []
|
|
198
178
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
179
|
+
"VDatePicker": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
201
181
|
"styles": []
|
|
202
182
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
183
|
+
"VDatePickerControls": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerHeader": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerMonth": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerMonths": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDatePickerYears": {
|
|
200
|
+
"from": "components/VDatePicker",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VFab": {
|
|
204
|
+
"from": "components/VFab",
|
|
205
205
|
"styles": []
|
|
206
206
|
},
|
|
207
207
|
"VEmptyState": {
|
|
208
208
|
"from": "components/VEmptyState",
|
|
209
209
|
"styles": []
|
|
210
210
|
},
|
|
211
|
+
"VDialog": {
|
|
212
|
+
"from": "components/VDialog",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
211
215
|
"VExpansionPanels": {
|
|
212
216
|
"from": "components/VExpansionPanel",
|
|
213
217
|
"styles": []
|
|
@@ -224,14 +228,6 @@
|
|
|
224
228
|
"from": "components/VExpansionPanel",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
|
-
"VField": {
|
|
228
|
-
"from": "components/VField",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFieldLabel": {
|
|
232
|
-
"from": "components/VField",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
231
|
"VFileInput": {
|
|
236
232
|
"from": "components/VFileInput",
|
|
237
233
|
"styles": []
|
|
@@ -240,6 +236,14 @@
|
|
|
240
236
|
"from": "components/VFooter",
|
|
241
237
|
"styles": []
|
|
242
238
|
},
|
|
239
|
+
"VField": {
|
|
240
|
+
"from": "components/VField",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VFieldLabel": {
|
|
244
|
+
"from": "components/VField",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
243
247
|
"VImg": {
|
|
244
248
|
"from": "components/VImg",
|
|
245
249
|
"styles": []
|
|
@@ -264,10 +268,6 @@
|
|
|
264
268
|
"from": "components/VIcon",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
|
-
"VInput": {
|
|
268
|
-
"from": "components/VInput",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
271
|
"VItemGroup": {
|
|
272
272
|
"from": "components/VItemGroup",
|
|
273
273
|
"styles": []
|
|
@@ -276,6 +276,10 @@
|
|
|
276
276
|
"from": "components/VItemGroup",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
|
+
"VInput": {
|
|
280
|
+
"from": "components/VInput",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
279
283
|
"VInfiniteScroll": {
|
|
280
284
|
"from": "components/VInfiniteScroll",
|
|
281
285
|
"styles": []
|
|
@@ -288,10 +292,6 @@
|
|
|
288
292
|
"from": "components/VLabel",
|
|
289
293
|
"styles": []
|
|
290
294
|
},
|
|
291
|
-
"VMenu": {
|
|
292
|
-
"from": "components/VMenu",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
295
|
"VMain": {
|
|
296
296
|
"from": "components/VMain",
|
|
297
297
|
"styles": []
|
|
@@ -332,12 +332,12 @@
|
|
|
332
332
|
"from": "components/VList",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
335
|
+
"VMenu": {
|
|
336
|
+
"from": "components/VMenu",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
339
|
+
"VNavigationDrawer": {
|
|
340
|
+
"from": "components/VNavigationDrawer",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VMessages": {
|
|
@@ -348,38 +348,42 @@
|
|
|
348
348
|
"from": "components/VNumberInput",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
+
"VOverlay": {
|
|
352
|
+
"from": "components/VOverlay",
|
|
353
|
+
"styles": []
|
|
354
|
+
},
|
|
351
355
|
"VOtpInput": {
|
|
352
356
|
"from": "components/VOtpInput",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
355
363
|
"VPagination": {
|
|
356
364
|
"from": "components/VPagination",
|
|
357
365
|
"styles": []
|
|
358
366
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
367
|
+
"VRadioGroup": {
|
|
368
|
+
"from": "components/VRadioGroup",
|
|
361
369
|
"styles": []
|
|
362
370
|
},
|
|
363
371
|
"VProgressLinear": {
|
|
364
372
|
"from": "components/VProgressLinear",
|
|
365
373
|
"styles": []
|
|
366
374
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
375
|
+
"VSelectionControl": {
|
|
376
|
+
"from": "components/VSelectionControl",
|
|
369
377
|
"styles": []
|
|
370
378
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
379
|
+
"VRating": {
|
|
380
|
+
"from": "components/VRating",
|
|
373
381
|
"styles": []
|
|
374
382
|
},
|
|
375
383
|
"VSelect": {
|
|
376
384
|
"from": "components/VSelect",
|
|
377
385
|
"styles": []
|
|
378
386
|
},
|
|
379
|
-
"VSelectionControl": {
|
|
380
|
-
"from": "components/VSelectionControl",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
387
|
"VSkeletonLoader": {
|
|
384
388
|
"from": "components/VSkeletonLoader",
|
|
385
389
|
"styles": []
|
|
@@ -388,6 +392,10 @@
|
|
|
388
392
|
"from": "components/VSelectionControlGroup",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
395
|
+
"VSheet": {
|
|
396
|
+
"from": "components/VSheet",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
391
399
|
"VSlideGroup": {
|
|
392
400
|
"from": "components/VSlideGroup",
|
|
393
401
|
"styles": []
|
|
@@ -396,14 +404,22 @@
|
|
|
396
404
|
"from": "components/VSlideGroup",
|
|
397
405
|
"styles": []
|
|
398
406
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
407
|
+
"VSlider": {
|
|
408
|
+
"from": "components/VSlider",
|
|
401
409
|
"styles": []
|
|
402
410
|
},
|
|
403
411
|
"VSnackbar": {
|
|
404
412
|
"from": "components/VSnackbar",
|
|
405
413
|
"styles": []
|
|
406
414
|
},
|
|
415
|
+
"VSwitch": {
|
|
416
|
+
"from": "components/VSwitch",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VSystemBar": {
|
|
420
|
+
"from": "components/VSystemBar",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
407
423
|
"VStepper": {
|
|
408
424
|
"from": "components/VStepper",
|
|
409
425
|
"styles": []
|
|
@@ -428,22 +444,10 @@
|
|
|
428
444
|
"from": "components/VStepper",
|
|
429
445
|
"styles": []
|
|
430
446
|
},
|
|
431
|
-
"VSlider": {
|
|
432
|
-
"from": "components/VSlider",
|
|
433
|
-
"styles": []
|
|
434
|
-
},
|
|
435
447
|
"VTextarea": {
|
|
436
448
|
"from": "components/VTextarea",
|
|
437
449
|
"styles": []
|
|
438
450
|
},
|
|
439
|
-
"VTextField": {
|
|
440
|
-
"from": "components/VTextField",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VTable": {
|
|
444
|
-
"from": "components/VTable",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
451
|
"VTab": {
|
|
448
452
|
"from": "components/VTabs",
|
|
449
453
|
"styles": []
|
|
@@ -460,28 +464,12 @@
|
|
|
460
464
|
"from": "components/VTabs",
|
|
461
465
|
"styles": []
|
|
462
466
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTimePickerClock": {
|
|
468
|
-
"from": "components/VTimePicker",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTimePickerControls": {
|
|
472
|
-
"from": "components/VTimePicker",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
|
-
"VTreeview": {
|
|
476
|
-
"from": "components/VTreeview",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
|
-
"VTreeviewItem": {
|
|
480
|
-
"from": "components/VTreeview",
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable",
|
|
481
469
|
"styles": []
|
|
482
470
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
471
|
+
"VTextField": {
|
|
472
|
+
"from": "components/VTextField",
|
|
485
473
|
"styles": []
|
|
486
474
|
},
|
|
487
475
|
"VToolbar": {
|
|
@@ -496,6 +484,18 @@
|
|
|
496
484
|
"from": "components/VToolbar",
|
|
497
485
|
"styles": []
|
|
498
486
|
},
|
|
487
|
+
"VTimePicker": {
|
|
488
|
+
"from": "components/VTimePicker",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
|
+
"VTimePickerClock": {
|
|
492
|
+
"from": "components/VTimePicker",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VTimePickerControls": {
|
|
496
|
+
"from": "components/VTimePicker",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
499
|
"VTimeline": {
|
|
500
500
|
"from": "components/VTimeline",
|
|
501
501
|
"styles": []
|
|
@@ -504,8 +504,20 @@
|
|
|
504
504
|
"from": "components/VTimeline",
|
|
505
505
|
"styles": []
|
|
506
506
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
507
|
+
"VTooltip": {
|
|
508
|
+
"from": "components/VTooltip",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VTreeview": {
|
|
512
|
+
"from": "components/VTreeview",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VTreeviewItem": {
|
|
516
|
+
"from": "components/VTreeview",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
519
|
+
"VTreeviewGroup": {
|
|
520
|
+
"from": "components/VTreeview",
|
|
509
521
|
"styles": []
|
|
510
522
|
},
|
|
511
523
|
"VWindow": {
|
|
@@ -516,10 +528,6 @@
|
|
|
516
528
|
"from": "components/VWindow",
|
|
517
529
|
"styles": []
|
|
518
530
|
},
|
|
519
|
-
"VTooltip": {
|
|
520
|
-
"from": "components/VTooltip",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
531
|
"VConfirmEdit": {
|
|
524
532
|
"from": "components/VConfirmEdit",
|
|
525
533
|
"styles": []
|
|
@@ -532,10 +540,6 @@
|
|
|
532
540
|
"from": "components/VDefaultsProvider",
|
|
533
541
|
"styles": []
|
|
534
542
|
},
|
|
535
|
-
"VSwitch": {
|
|
536
|
-
"from": "components/VSwitch",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
543
|
"VForm": {
|
|
540
544
|
"from": "components/VForm",
|
|
541
545
|
"styles": []
|
|
@@ -568,14 +572,14 @@
|
|
|
568
572
|
"from": "components/VLayout",
|
|
569
573
|
"styles": []
|
|
570
574
|
},
|
|
571
|
-
"VLazy": {
|
|
572
|
-
"from": "components/VLazy",
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
575
|
"VLocaleProvider": {
|
|
576
576
|
"from": "components/VLocaleProvider",
|
|
577
577
|
"styles": []
|
|
578
578
|
},
|
|
579
|
+
"VLazy": {
|
|
580
|
+
"from": "components/VLazy",
|
|
581
|
+
"styles": []
|
|
582
|
+
},
|
|
579
583
|
"VNoSsr": {
|
|
580
584
|
"from": "components/VNoSsr",
|
|
581
585
|
"styles": []
|
|
@@ -584,14 +588,14 @@
|
|
|
584
588
|
"from": "components/VParallax",
|
|
585
589
|
"styles": []
|
|
586
590
|
},
|
|
587
|
-
"VRadio": {
|
|
588
|
-
"from": "components/VRadio",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
591
|
"VRangeSlider": {
|
|
592
592
|
"from": "components/VRangeSlider",
|
|
593
593
|
"styles": []
|
|
594
594
|
},
|
|
595
|
+
"VRadio": {
|
|
596
|
+
"from": "components/VRadio",
|
|
597
|
+
"styles": []
|
|
598
|
+
},
|
|
595
599
|
"VResponsive": {
|
|
596
600
|
"from": "components/VResponsive",
|
|
597
601
|
"styles": []
|
|
@@ -600,18 +604,22 @@
|
|
|
600
604
|
"from": "components/VSnackbarQueue",
|
|
601
605
|
"styles": []
|
|
602
606
|
},
|
|
603
|
-
"VSpeedDial": {
|
|
604
|
-
"from": "components/VSpeedDial",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
607
|
"VSparkline": {
|
|
608
608
|
"from": "components/VSparkline",
|
|
609
609
|
"styles": []
|
|
610
610
|
},
|
|
611
|
+
"VSpeedDial": {
|
|
612
|
+
"from": "components/VSpeedDial",
|
|
613
|
+
"styles": []
|
|
614
|
+
},
|
|
611
615
|
"VThemeProvider": {
|
|
612
616
|
"from": "components/VThemeProvider",
|
|
613
617
|
"styles": []
|
|
614
618
|
},
|
|
619
|
+
"VValidation": {
|
|
620
|
+
"from": "components/VValidation",
|
|
621
|
+
"styles": []
|
|
622
|
+
},
|
|
615
623
|
"VVirtualScroll": {
|
|
616
624
|
"from": "components/VVirtualScroll",
|
|
617
625
|
"styles": []
|
|
@@ -679,14 +687,6 @@
|
|
|
679
687
|
"VDialogTransition": {
|
|
680
688
|
"from": "components/transitions",
|
|
681
689
|
"styles": []
|
|
682
|
-
},
|
|
683
|
-
"VValidation": {
|
|
684
|
-
"from": "components/VValidation",
|
|
685
|
-
"styles": []
|
|
686
|
-
},
|
|
687
|
-
"VBottomSheet": {
|
|
688
|
-
"from": "components/VBottomSheet",
|
|
689
|
-
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|