@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-23
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 +4 -3
- package/dist/json/attributes.json +2795 -2787
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +5231 -5210
- package/dist/vuetify-labs.cjs +72 -65
- package/dist/vuetify-labs.css +6015 -6015
- package/dist/vuetify-labs.d.ts +83 -55
- package/dist/vuetify-labs.esm.js +72 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +72 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +72 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5215 -5215
- package/dist/vuetify.d.ts +83 -55
- package/dist/vuetify.esm.js +72 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +72 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +355 -355
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +44 -0
- package/lib/components/VCard/VCardActions.js +11 -6
- package/lib/components/VCard/VCardActions.js.map +1 -1
- package/lib/components/VCard/VCardItem.d.ts +25 -0
- package/lib/components/VCard/VCardItem.js +64 -60
- package/lib/components/VCard/VCardItem.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +55 -55
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VCalendar": {
|
|
4
8
|
"from": "labs/VCalendar",
|
|
5
9
|
"styles": []
|
|
@@ -24,22 +28,26 @@
|
|
|
24
28
|
"from": "labs/VCalendar",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VFileUploadItem": {
|
|
32
|
-
"from": "labs/VFileUpload",
|
|
31
|
+
"VPicker": {
|
|
32
|
+
"from": "labs/VPicker",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
35
|
+
"VPickerTitle": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VIconBtn": {
|
|
40
40
|
"from": "labs/VIconBtn",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
+
"VFileUpload": {
|
|
44
|
+
"from": "labs/VFileUpload",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VFileUploadItem": {
|
|
48
|
+
"from": "labs/VFileUpload",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
43
51
|
"VPie": {
|
|
44
52
|
"from": "labs/VPie",
|
|
45
53
|
"styles": []
|
|
@@ -64,18 +72,6 @@
|
|
|
64
72
|
"from": "labs/VStepperVertical",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
|
-
"VPicker": {
|
|
68
|
-
"from": "labs/VPicker",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VPickerTitle": {
|
|
72
|
-
"from": "labs/VPicker",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VHotkey": {
|
|
76
|
-
"from": "labs/VHotkey",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
75
|
"VVideo": {
|
|
80
76
|
"from": "labs/VVideo",
|
|
81
77
|
"styles": []
|
|
@@ -92,6 +88,10 @@
|
|
|
92
88
|
"from": "labs/VDateInput",
|
|
93
89
|
"styles": []
|
|
94
90
|
},
|
|
91
|
+
"VHotkey": {
|
|
92
|
+
"from": "labs/VHotkey",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
95
|
"VMaskInput": {
|
|
96
96
|
"from": "labs/VMaskInput",
|
|
97
97
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar",
|
|
9
5
|
"styles": []
|
|
@@ -16,8 +12,8 @@
|
|
|
16
12
|
"from": "components/VAppBar",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
19
|
"VAlert": {
|
|
@@ -28,18 +24,14 @@
|
|
|
28
24
|
"from": "components/VAlert",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"VBadge": {
|
|
32
|
-
"from": "components/VBadge",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VBottomSheet": {
|
|
36
|
-
"from": "components/VBottomSheet",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
27
|
"VAvatar": {
|
|
40
28
|
"from": "components/VAvatar",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
31
|
+
"VAutocomplete": {
|
|
32
|
+
"from": "components/VAutocomplete",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
43
35
|
"VBanner": {
|
|
44
36
|
"from": "components/VBanner",
|
|
45
37
|
"styles": []
|
|
@@ -52,8 +44,12 @@
|
|
|
52
44
|
"from": "components/VBanner",
|
|
53
45
|
"styles": []
|
|
54
46
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
47
|
+
"VBottomNavigation": {
|
|
48
|
+
"from": "components/VBottomNavigation",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -68,24 +64,8 @@
|
|
|
68
64
|
"from": "components/VBreadcrumbs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VCarousel": {
|
|
76
|
-
"from": "components/VCarousel",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarouselItem": {
|
|
80
|
-
"from": "components/VCarousel",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VBtn": {
|
|
84
|
-
"from": "components/VBtn",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VBtnToggle": {
|
|
88
|
-
"from": "components/VBtnToggle",
|
|
67
|
+
"VBottomSheet": {
|
|
68
|
+
"from": "components/VBottomSheet",
|
|
89
69
|
"styles": []
|
|
90
70
|
},
|
|
91
71
|
"VCard": {
|
|
@@ -112,8 +92,16 @@
|
|
|
112
92
|
"from": "components/VCard",
|
|
113
93
|
"styles": []
|
|
114
94
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
95
|
+
"VCarousel": {
|
|
96
|
+
"from": "components/VCarousel",
|
|
97
|
+
"styles": []
|
|
98
|
+
},
|
|
99
|
+
"VCarouselItem": {
|
|
100
|
+
"from": "components/VCarousel",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VBtnGroup": {
|
|
104
|
+
"from": "components/VBtnGroup",
|
|
117
105
|
"styles": []
|
|
118
106
|
},
|
|
119
107
|
"VCheckbox": {
|
|
@@ -124,40 +112,16 @@
|
|
|
124
112
|
"from": "components/VCheckbox",
|
|
125
113
|
"styles": []
|
|
126
114
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VDialog": {
|
|
132
|
-
"from": "components/VDialog",
|
|
115
|
+
"VBtn": {
|
|
116
|
+
"from": "components/VBtn",
|
|
133
117
|
"styles": []
|
|
134
118
|
},
|
|
135
119
|
"VChip": {
|
|
136
120
|
"from": "components/VChip",
|
|
137
121
|
"styles": []
|
|
138
122
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VDatePickerControls": {
|
|
144
|
-
"from": "components/VDatePicker",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VDatePickerHeader": {
|
|
148
|
-
"from": "components/VDatePicker",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VDatePickerMonth": {
|
|
152
|
-
"from": "components/VDatePicker",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePickerMonths": {
|
|
156
|
-
"from": "components/VDatePicker",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerYears": {
|
|
160
|
-
"from": "components/VDatePicker",
|
|
123
|
+
"VCode": {
|
|
124
|
+
"from": "components/VCode",
|
|
161
125
|
"styles": []
|
|
162
126
|
},
|
|
163
127
|
"VColorPicker": {
|
|
@@ -168,8 +132,8 @@
|
|
|
168
132
|
"from": "components/VChipGroup",
|
|
169
133
|
"styles": []
|
|
170
134
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox",
|
|
173
137
|
"styles": []
|
|
174
138
|
},
|
|
175
139
|
"VCounter": {
|
|
@@ -208,14 +172,6 @@
|
|
|
208
172
|
"from": "components/VDivider",
|
|
209
173
|
"styles": []
|
|
210
174
|
},
|
|
211
|
-
"VField": {
|
|
212
|
-
"from": "components/VField",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VFieldLabel": {
|
|
216
|
-
"from": "components/VField",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
175
|
"VExpansionPanels": {
|
|
220
176
|
"from": "components/VExpansionPanel",
|
|
221
177
|
"styles": []
|
|
@@ -232,14 +188,54 @@
|
|
|
232
188
|
"from": "components/VExpansionPanel",
|
|
233
189
|
"styles": []
|
|
234
190
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
191
|
+
"VEmptyState": {
|
|
192
|
+
"from": "components/VEmptyState",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDialog": {
|
|
196
|
+
"from": "components/VDialog",
|
|
237
197
|
"styles": []
|
|
238
198
|
},
|
|
239
199
|
"VFab": {
|
|
240
200
|
"from": "components/VFab",
|
|
241
201
|
"styles": []
|
|
242
202
|
},
|
|
203
|
+
"VDatePicker": {
|
|
204
|
+
"from": "components/VDatePicker",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VDatePickerControls": {
|
|
208
|
+
"from": "components/VDatePicker",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VDatePickerHeader": {
|
|
212
|
+
"from": "components/VDatePicker",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VDatePickerMonth": {
|
|
216
|
+
"from": "components/VDatePicker",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VDatePickerMonths": {
|
|
220
|
+
"from": "components/VDatePicker",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VDatePickerYears": {
|
|
224
|
+
"from": "components/VDatePicker",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VField": {
|
|
228
|
+
"from": "components/VField",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VFieldLabel": {
|
|
232
|
+
"from": "components/VField",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
243
239
|
"VFooter": {
|
|
244
240
|
"from": "components/VFooter",
|
|
245
241
|
"styles": []
|
|
@@ -264,18 +260,6 @@
|
|
|
264
260
|
"from": "components/VIcon",
|
|
265
261
|
"styles": []
|
|
266
262
|
},
|
|
267
|
-
"VInfiniteScroll": {
|
|
268
|
-
"from": "components/VInfiniteScroll",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VInput": {
|
|
272
|
-
"from": "components/VInput",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VLabel": {
|
|
276
|
-
"from": "components/VLabel",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
263
|
"VImg": {
|
|
280
264
|
"from": "components/VImg",
|
|
281
265
|
"styles": []
|
|
@@ -288,10 +272,22 @@
|
|
|
288
272
|
"from": "components/VItemGroup",
|
|
289
273
|
"styles": []
|
|
290
274
|
},
|
|
275
|
+
"VInput": {
|
|
276
|
+
"from": "components/VInput",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
291
279
|
"VKbd": {
|
|
292
280
|
"from": "components/VKbd",
|
|
293
281
|
"styles": []
|
|
294
282
|
},
|
|
283
|
+
"VLabel": {
|
|
284
|
+
"from": "components/VLabel",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VInfiniteScroll": {
|
|
288
|
+
"from": "components/VInfiniteScroll",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
295
291
|
"VList": {
|
|
296
292
|
"from": "components/VList",
|
|
297
293
|
"styles": []
|
|
@@ -328,54 +324,54 @@
|
|
|
328
324
|
"from": "components/VList",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
327
|
+
"VMain": {
|
|
328
|
+
"from": "components/VMain",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
331
|
"VNavigationDrawer": {
|
|
332
332
|
"from": "components/VNavigationDrawer",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
335
|
+
"VNumberInput": {
|
|
336
|
+
"from": "components/VNumberInput",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
339
|
"VMessages": {
|
|
340
340
|
"from": "components/VMessages",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
343
|
+
"VMenu": {
|
|
344
|
+
"from": "components/VMenu",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
347
|
"VOtpInput": {
|
|
348
348
|
"from": "components/VOtpInput",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"VOverlay": {
|
|
352
|
-
"from": "components/VOverlay",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
351
|
"VProgressCircular": {
|
|
356
352
|
"from": "components/VProgressCircular",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
355
|
+
"VOverlay": {
|
|
356
|
+
"from": "components/VOverlay",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
363
|
"VProgressLinear": {
|
|
368
364
|
"from": "components/VProgressLinear",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
|
-
"VRating": {
|
|
372
|
-
"from": "components/VRating",
|
|
373
|
-
"styles": []
|
|
374
|
-
},
|
|
375
367
|
"VSelect": {
|
|
376
368
|
"from": "components/VSelect",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
371
|
+
"VRating": {
|
|
372
|
+
"from": "components/VRating",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
379
375
|
"VSelectionControl": {
|
|
380
376
|
"from": "components/VSelectionControl",
|
|
381
377
|
"styles": []
|
|
@@ -384,24 +380,24 @@
|
|
|
384
380
|
"from": "components/VSheet",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
391
|
"VSlider": {
|
|
396
392
|
"from": "components/VSlider",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
395
|
+
"VSlideGroup": {
|
|
396
|
+
"from": "components/VSlideGroup",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
399
|
+
"VSlideGroupItem": {
|
|
400
|
+
"from": "components/VSlideGroup",
|
|
405
401
|
"styles": []
|
|
406
402
|
},
|
|
407
403
|
"VSnackbar": {
|
|
@@ -440,24 +436,20 @@
|
|
|
440
436
|
"from": "components/VTable",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
|
-
"VTabs": {
|
|
448
|
-
"from": "components/VTabs",
|
|
439
|
+
"VTextField": {
|
|
440
|
+
"from": "components/VTextField",
|
|
449
441
|
"styles": []
|
|
450
442
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
443
|
+
"VSystemBar": {
|
|
444
|
+
"from": "components/VSystemBar",
|
|
453
445
|
"styles": []
|
|
454
446
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
447
|
+
"VTimeline": {
|
|
448
|
+
"from": "components/VTimeline",
|
|
457
449
|
"styles": []
|
|
458
450
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
451
|
+
"VTimelineItem": {
|
|
452
|
+
"from": "components/VTimeline",
|
|
461
453
|
"styles": []
|
|
462
454
|
},
|
|
463
455
|
"VTimePicker": {
|
|
@@ -472,20 +464,20 @@
|
|
|
472
464
|
"from": "components/VTimePicker",
|
|
473
465
|
"styles": []
|
|
474
466
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
467
|
+
"VTab": {
|
|
468
|
+
"from": "components/VTabs",
|
|
477
469
|
"styles": []
|
|
478
470
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
471
|
+
"VTabs": {
|
|
472
|
+
"from": "components/VTabs",
|
|
481
473
|
"styles": []
|
|
482
474
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
475
|
+
"VTabsWindow": {
|
|
476
|
+
"from": "components/VTabs",
|
|
485
477
|
"styles": []
|
|
486
478
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
479
|
+
"VTabsWindowItem": {
|
|
480
|
+
"from": "components/VTabs",
|
|
489
481
|
"styles": []
|
|
490
482
|
},
|
|
491
483
|
"VToolbar": {
|
|
@@ -500,6 +492,10 @@
|
|
|
500
492
|
"from": "components/VToolbar",
|
|
501
493
|
"styles": []
|
|
502
494
|
},
|
|
495
|
+
"VTooltip": {
|
|
496
|
+
"from": "components/VTooltip",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
503
499
|
"VTreeview": {
|
|
504
500
|
"from": "components/VTreeview",
|
|
505
501
|
"styles": []
|
|
@@ -516,14 +512,6 @@
|
|
|
516
512
|
"from": "components/VTextarea",
|
|
517
513
|
"styles": []
|
|
518
514
|
},
|
|
519
|
-
"VWindow": {
|
|
520
|
-
"from": "components/VWindow",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
|
-
"VWindowItem": {
|
|
524
|
-
"from": "components/VWindow",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
515
|
"VConfirmEdit": {
|
|
528
516
|
"from": "components/VConfirmEdit",
|
|
529
517
|
"styles": []
|
|
@@ -540,14 +528,6 @@
|
|
|
540
528
|
"from": "components/VForm",
|
|
541
529
|
"styles": []
|
|
542
530
|
},
|
|
543
|
-
"VHover": {
|
|
544
|
-
"from": "components/VHover",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
|
-
"VMain": {
|
|
548
|
-
"from": "components/VMain",
|
|
549
|
-
"styles": []
|
|
550
|
-
},
|
|
551
531
|
"VContainer": {
|
|
552
532
|
"from": "components/VGrid",
|
|
553
533
|
"styles": []
|
|
@@ -564,18 +544,30 @@
|
|
|
564
544
|
"from": "components/VGrid",
|
|
565
545
|
"styles": []
|
|
566
546
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
547
|
+
"VHover": {
|
|
548
|
+
"from": "components/VHover",
|
|
569
549
|
"styles": []
|
|
570
550
|
},
|
|
571
|
-
"
|
|
572
|
-
"from": "components/
|
|
551
|
+
"VWindow": {
|
|
552
|
+
"from": "components/VWindow",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
555
|
+
"VWindowItem": {
|
|
556
|
+
"from": "components/VWindow",
|
|
573
557
|
"styles": []
|
|
574
558
|
},
|
|
575
559
|
"VLazy": {
|
|
576
560
|
"from": "components/VLazy",
|
|
577
561
|
"styles": []
|
|
578
562
|
},
|
|
563
|
+
"VLayout": {
|
|
564
|
+
"from": "components/VLayout",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
|
+
"VLayoutItem": {
|
|
568
|
+
"from": "components/VLayout",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
579
571
|
"VNoSsr": {
|
|
580
572
|
"from": "components/VNoSsr",
|
|
581
573
|
"styles": []
|
|
@@ -584,14 +576,18 @@
|
|
|
584
576
|
"from": "components/VParallax",
|
|
585
577
|
"styles": []
|
|
586
578
|
},
|
|
587
|
-
"VRadio": {
|
|
588
|
-
"from": "components/VRadio",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
579
|
"VRangeSlider": {
|
|
592
580
|
"from": "components/VRangeSlider",
|
|
593
581
|
"styles": []
|
|
594
582
|
},
|
|
583
|
+
"VRadioGroup": {
|
|
584
|
+
"from": "components/VRadioGroup",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
587
|
+
"VRadio": {
|
|
588
|
+
"from": "components/VRadio",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
595
591
|
"VResponsive": {
|
|
596
592
|
"from": "components/VResponsive",
|
|
597
593
|
"styles": []
|
|
@@ -600,14 +596,14 @@
|
|
|
600
596
|
"from": "components/VSnackbarQueue",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
603
|
-
"VSparkline": {
|
|
604
|
-
"from": "components/VSparkline",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
599
|
"VSpeedDial": {
|
|
608
600
|
"from": "components/VSpeedDial",
|
|
609
601
|
"styles": []
|
|
610
602
|
},
|
|
603
|
+
"VSparkline": {
|
|
604
|
+
"from": "components/VSparkline",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
611
607
|
"VThemeProvider": {
|
|
612
608
|
"from": "components/VThemeProvider",
|
|
613
609
|
"styles": []
|
|
@@ -684,6 +680,10 @@
|
|
|
684
680
|
"from": "components/transitions",
|
|
685
681
|
"styles": []
|
|
686
682
|
},
|
|
683
|
+
"VBtnToggle": {
|
|
684
|
+
"from": "components/VBtnToggle",
|
|
685
|
+
"styles": []
|
|
686
|
+
},
|
|
687
687
|
"VLocaleProvider": {
|
|
688
688
|
"from": "components/VLocaleProvider",
|
|
689
689
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -650,7 +650,9 @@
|
|
|
650
650
|
"description": ""
|
|
651
651
|
},
|
|
652
652
|
"VCardActions": {
|
|
653
|
-
"attributes": [
|
|
653
|
+
"attributes": [
|
|
654
|
+
"tag"
|
|
655
|
+
],
|
|
654
656
|
"description": ""
|
|
655
657
|
},
|
|
656
658
|
"VCardItem": {
|
|
@@ -661,6 +663,7 @@
|
|
|
661
663
|
"prepend-avatar",
|
|
662
664
|
"prepend-icon",
|
|
663
665
|
"subtitle",
|
|
666
|
+
"tag",
|
|
664
667
|
"title"
|
|
665
668
|
],
|
|
666
669
|
"description": ""
|