@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-24
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 +6 -3
- package/dist/json/attributes.json +2183 -2175
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +156 -156
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +4199 -4178
- package/dist/vuetify-labs.cjs +202 -98
- package/dist/vuetify-labs.css +5261 -5261
- package/dist/vuetify-labs.d.ts +112 -84
- package/dist/vuetify-labs.esm.js +202 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +202 -98
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +85 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2218 -2218
- package/dist/vuetify.d.ts +91 -63
- package/dist/vuetify.esm.js +85 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +85 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +367 -366
- 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/composables/filter.d.ts +1 -0
- package/lib/composables/filter.js +13 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +63 -63
- package/lib/framework.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +22 -21
- package/lib/labs/VMaskInput/VMaskInput.js +118 -34
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,43 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VCalendarDay": {
|
|
8
|
-
"from": "labs/VCalendar",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VCalendarHeader": {
|
|
12
|
-
"from": "labs/VCalendar",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VCalendarInterval": {
|
|
16
|
-
"from": "labs/VCalendar",
|
|
3
|
+
"VIconBtn": {
|
|
4
|
+
"from": "labs/VIconBtn",
|
|
17
5
|
"styles": []
|
|
18
6
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
7
|
+
"VColorInput": {
|
|
8
|
+
"from": "labs/VColorInput",
|
|
21
9
|
"styles": []
|
|
22
10
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
11
|
+
"VStepperVertical": {
|
|
12
|
+
"from": "labs/VStepperVertical",
|
|
25
13
|
"styles": []
|
|
26
14
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
15
|
+
"VStepperVerticalItem": {
|
|
16
|
+
"from": "labs/VStepperVertical",
|
|
29
17
|
"styles": []
|
|
30
18
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
19
|
+
"VStepperVerticalActions": {
|
|
20
|
+
"from": "labs/VStepperVertical",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
23
|
+
"VPicker": {
|
|
24
|
+
"from": "labs/VPicker",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
27
|
+
"VPickerTitle": {
|
|
28
|
+
"from": "labs/VPicker",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
31
|
"VPie": {
|
|
@@ -52,28 +40,28 @@
|
|
|
52
40
|
"from": "labs/VPie",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
43
|
+
"VCalendar": {
|
|
44
|
+
"from": "labs/VCalendar",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
47
|
+
"VCalendarDay": {
|
|
48
|
+
"from": "labs/VCalendar",
|
|
61
49
|
"styles": []
|
|
62
50
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
51
|
+
"VCalendarHeader": {
|
|
52
|
+
"from": "labs/VCalendar",
|
|
65
53
|
"styles": []
|
|
66
54
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
55
|
+
"VCalendarInterval": {
|
|
56
|
+
"from": "labs/VCalendar",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
59
|
+
"VCalendarIntervalEvent": {
|
|
60
|
+
"from": "labs/VCalendar",
|
|
73
61
|
"styles": []
|
|
74
62
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
63
|
+
"VCalendarMonthDay": {
|
|
64
|
+
"from": "labs/VCalendar",
|
|
77
65
|
"styles": []
|
|
78
66
|
},
|
|
79
67
|
"VVideo": {
|
|
@@ -88,17 +76,29 @@
|
|
|
88
76
|
"from": "labs/VVideo",
|
|
89
77
|
"styles": []
|
|
90
78
|
},
|
|
79
|
+
"VHotkey": {
|
|
80
|
+
"from": "labs/VHotkey",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
91
83
|
"VDateInput": {
|
|
92
84
|
"from": "labs/VDateInput",
|
|
93
85
|
"styles": []
|
|
94
86
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "labs/
|
|
87
|
+
"VFileUpload": {
|
|
88
|
+
"from": "labs/VFileUpload",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VFileUploadItem": {
|
|
92
|
+
"from": "labs/VFileUpload",
|
|
97
93
|
"styles": []
|
|
98
94
|
},
|
|
99
95
|
"VPullToRefresh": {
|
|
100
96
|
"from": "labs/VPullToRefresh",
|
|
101
97
|
"styles": []
|
|
98
|
+
},
|
|
99
|
+
"VMaskInput": {
|
|
100
|
+
"from": "labs/VMaskInput",
|
|
101
|
+
"styles": []
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
3
|
+
"VAlert": {
|
|
4
|
+
"from": "components/VAlert",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAlertTitle": {
|
|
8
|
+
"from": "components/VAlert",
|
|
5
9
|
"styles": []
|
|
6
10
|
},
|
|
7
11
|
"VAppBar": {
|
|
@@ -20,24 +24,28 @@
|
|
|
20
24
|
"from": "components/VAutocomplete",
|
|
21
25
|
"styles": []
|
|
22
26
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
31
|
+
"VBottomSheet": {
|
|
32
|
+
"from": "components/VBottomSheet",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
35
|
"VBadge": {
|
|
32
36
|
"from": "components/VBadge",
|
|
33
37
|
"styles": []
|
|
34
38
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
39
|
+
"VBreadcrumbs": {
|
|
40
|
+
"from": "components/VBreadcrumbs",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
43
|
+
"VBreadcrumbsItem": {
|
|
44
|
+
"from": "components/VBreadcrumbs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBreadcrumbsDivider": {
|
|
48
|
+
"from": "components/VBreadcrumbs",
|
|
41
49
|
"styles": []
|
|
42
50
|
},
|
|
43
51
|
"VBanner": {
|
|
@@ -52,40 +60,40 @@
|
|
|
52
60
|
"from": "components/VBanner",
|
|
53
61
|
"styles": []
|
|
54
62
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
63
|
+
"VBottomNavigation": {
|
|
64
|
+
"from": "components/VBottomNavigation",
|
|
57
65
|
"styles": []
|
|
58
66
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
67
|
+
"VAvatar": {
|
|
68
|
+
"from": "components/VAvatar",
|
|
61
69
|
"styles": []
|
|
62
70
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
71
|
+
"VBtnGroup": {
|
|
72
|
+
"from": "components/VBtnGroup",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle",
|
|
69
77
|
"styles": []
|
|
70
78
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
79
|
+
"VBtn": {
|
|
80
|
+
"from": "components/VBtn",
|
|
73
81
|
"styles": []
|
|
74
82
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
83
|
+
"VColorPicker": {
|
|
84
|
+
"from": "components/VColorPicker",
|
|
77
85
|
"styles": []
|
|
78
86
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
87
|
+
"VChip": {
|
|
88
|
+
"from": "components/VChip",
|
|
81
89
|
"styles": []
|
|
82
90
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
91
|
+
"VChipGroup": {
|
|
92
|
+
"from": "components/VChipGroup",
|
|
85
93
|
"styles": []
|
|
86
94
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
95
|
+
"VCode": {
|
|
96
|
+
"from": "components/VCode",
|
|
89
97
|
"styles": []
|
|
90
98
|
},
|
|
91
99
|
"VCard": {
|
|
@@ -112,68 +120,20 @@
|
|
|
112
120
|
"from": "components/VCard",
|
|
113
121
|
"styles": []
|
|
114
122
|
},
|
|
115
|
-
"VCode": {
|
|
116
|
-
"from": "components/VCode",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VCheckbox": {
|
|
120
|
-
"from": "components/VCheckbox",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VCheckboxBtn": {
|
|
124
|
-
"from": "components/VCheckbox",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
123
|
"VCombobox": {
|
|
128
124
|
"from": "components/VCombobox",
|
|
129
125
|
"styles": []
|
|
130
126
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VChip": {
|
|
136
|
-
"from": "components/VChip",
|
|
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",
|
|
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",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VColorPicker": {
|
|
164
|
-
"from": "components/VColorPicker",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VChipGroup": {
|
|
168
|
-
"from": "components/VChipGroup",
|
|
127
|
+
"VCounter": {
|
|
128
|
+
"from": "components/VCounter",
|
|
169
129
|
"styles": []
|
|
170
130
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
131
|
+
"VCheckbox": {
|
|
132
|
+
"from": "components/VCheckbox",
|
|
173
133
|
"styles": []
|
|
174
134
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
135
|
+
"VCheckboxBtn": {
|
|
136
|
+
"from": "components/VCheckbox",
|
|
177
137
|
"styles": []
|
|
178
138
|
},
|
|
179
139
|
"VDataTable": {
|
|
@@ -204,16 +164,36 @@
|
|
|
204
164
|
"from": "components/VDataTable",
|
|
205
165
|
"styles": []
|
|
206
166
|
},
|
|
167
|
+
"VDialog": {
|
|
168
|
+
"from": "components/VDialog",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
207
171
|
"VDivider": {
|
|
208
172
|
"from": "components/VDivider",
|
|
209
173
|
"styles": []
|
|
210
174
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
175
|
+
"VDatePicker": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
213
177
|
"styles": []
|
|
214
178
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
179
|
+
"VDatePickerControls": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerHeader": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerMonth": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerMonths": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerYears": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
217
197
|
"styles": []
|
|
218
198
|
},
|
|
219
199
|
"VExpansionPanels": {
|
|
@@ -232,18 +212,38 @@
|
|
|
232
212
|
"from": "components/VExpansionPanel",
|
|
233
213
|
"styles": []
|
|
234
214
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
215
|
+
"VEmptyState": {
|
|
216
|
+
"from": "components/VEmptyState",
|
|
237
217
|
"styles": []
|
|
238
218
|
},
|
|
239
219
|
"VFab": {
|
|
240
220
|
"from": "components/VFab",
|
|
241
221
|
"styles": []
|
|
242
222
|
},
|
|
223
|
+
"VField": {
|
|
224
|
+
"from": "components/VField",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VFieldLabel": {
|
|
228
|
+
"from": "components/VField",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
243
231
|
"VFooter": {
|
|
244
232
|
"from": "components/VFooter",
|
|
245
233
|
"styles": []
|
|
246
234
|
},
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VInfiniteScroll": {
|
|
240
|
+
"from": "components/VInfiniteScroll",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VImg": {
|
|
244
|
+
"from": "components/VImg",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
247
|
"VIcon": {
|
|
248
248
|
"from": "components/VIcon",
|
|
249
249
|
"styles": []
|
|
@@ -264,22 +264,10 @@
|
|
|
264
264
|
"from": "components/VIcon",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"VInfiniteScroll": {
|
|
268
|
-
"from": "components/VInfiniteScroll",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
267
|
"VInput": {
|
|
272
268
|
"from": "components/VInput",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
|
-
"VLabel": {
|
|
276
|
-
"from": "components/VLabel",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VImg": {
|
|
280
|
-
"from": "components/VImg",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
271
|
"VItemGroup": {
|
|
284
272
|
"from": "components/VItemGroup",
|
|
285
273
|
"styles": []
|
|
@@ -288,6 +276,10 @@
|
|
|
288
276
|
"from": "components/VItemGroup",
|
|
289
277
|
"styles": []
|
|
290
278
|
},
|
|
279
|
+
"VLabel": {
|
|
280
|
+
"from": "components/VLabel",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
291
283
|
"VKbd": {
|
|
292
284
|
"from": "components/VKbd",
|
|
293
285
|
"styles": []
|
|
@@ -328,10 +320,6 @@
|
|
|
328
320
|
"from": "components/VList",
|
|
329
321
|
"styles": []
|
|
330
322
|
},
|
|
331
|
-
"VNavigationDrawer": {
|
|
332
|
-
"from": "components/VNavigationDrawer",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
323
|
"VMenu": {
|
|
336
324
|
"from": "components/VMenu",
|
|
337
325
|
"styles": []
|
|
@@ -340,34 +328,38 @@
|
|
|
340
328
|
"from": "components/VMessages",
|
|
341
329
|
"styles": []
|
|
342
330
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
331
|
+
"VNavigationDrawer": {
|
|
332
|
+
"from": "components/VNavigationDrawer",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
335
|
+
"VMain": {
|
|
336
|
+
"from": "components/VMain",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
339
|
+
"VOtpInput": {
|
|
340
|
+
"from": "components/VOtpInput",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
343
|
+
"VPagination": {
|
|
344
|
+
"from": "components/VPagination",
|
|
357
345
|
"styles": []
|
|
358
346
|
},
|
|
359
347
|
"VNumberInput": {
|
|
360
348
|
"from": "components/VNumberInput",
|
|
361
349
|
"styles": []
|
|
362
350
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
351
|
+
"VProgressCircular": {
|
|
352
|
+
"from": "components/VProgressCircular",
|
|
365
353
|
"styles": []
|
|
366
354
|
},
|
|
367
355
|
"VProgressLinear": {
|
|
368
356
|
"from": "components/VProgressLinear",
|
|
369
357
|
"styles": []
|
|
370
358
|
},
|
|
359
|
+
"VRadioGroup": {
|
|
360
|
+
"from": "components/VRadioGroup",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
371
363
|
"VRating": {
|
|
372
364
|
"from": "components/VRating",
|
|
373
365
|
"styles": []
|
|
@@ -400,14 +392,14 @@
|
|
|
400
392
|
"from": "components/VSkeletonLoader",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
|
-
"VSelectionControlGroup": {
|
|
404
|
-
"from": "components/VSelectionControlGroup",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
395
|
"VSnackbar": {
|
|
408
396
|
"from": "components/VSnackbar",
|
|
409
397
|
"styles": []
|
|
410
398
|
},
|
|
399
|
+
"VSelectionControlGroup": {
|
|
400
|
+
"from": "components/VSelectionControlGroup",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
411
403
|
"VStepper": {
|
|
412
404
|
"from": "components/VStepper",
|
|
413
405
|
"styles": []
|
|
@@ -432,12 +424,24 @@
|
|
|
432
424
|
"from": "components/VStepper",
|
|
433
425
|
"styles": []
|
|
434
426
|
},
|
|
427
|
+
"VTable": {
|
|
428
|
+
"from": "components/VTable",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
435
431
|
"VSwitch": {
|
|
436
432
|
"from": "components/VSwitch",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
435
|
+
"VSystemBar": {
|
|
436
|
+
"from": "components/VSystemBar",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VTextarea": {
|
|
440
|
+
"from": "components/VTextarea",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
443
|
+
"VTextField": {
|
|
444
|
+
"from": "components/VTextField",
|
|
441
445
|
"styles": []
|
|
442
446
|
},
|
|
443
447
|
"VTab": {
|
|
@@ -456,10 +460,6 @@
|
|
|
456
460
|
"from": "components/VTabs",
|
|
457
461
|
"styles": []
|
|
458
462
|
},
|
|
459
|
-
"VTextField": {
|
|
460
|
-
"from": "components/VTextField",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
463
|
"VTimePicker": {
|
|
464
464
|
"from": "components/VTimePicker",
|
|
465
465
|
"styles": []
|
|
@@ -472,22 +472,6 @@
|
|
|
472
472
|
"from": "components/VTimePicker",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
|
-
"VSystemBar": {
|
|
476
|
-
"from": "components/VSystemBar",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
|
-
"VTimeline": {
|
|
480
|
-
"from": "components/VTimeline",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VTimelineItem": {
|
|
484
|
-
"from": "components/VTimeline",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
|
-
"VTooltip": {
|
|
488
|
-
"from": "components/VTooltip",
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
475
|
"VToolbar": {
|
|
492
476
|
"from": "components/VToolbar",
|
|
493
477
|
"styles": []
|
|
@@ -512,8 +496,16 @@
|
|
|
512
496
|
"from": "components/VTreeview",
|
|
513
497
|
"styles": []
|
|
514
498
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
499
|
+
"VTooltip": {
|
|
500
|
+
"from": "components/VTooltip",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
503
|
+
"VTimeline": {
|
|
504
|
+
"from": "components/VTimeline",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
507
|
+
"VTimelineItem": {
|
|
508
|
+
"from": "components/VTimeline",
|
|
517
509
|
"styles": []
|
|
518
510
|
},
|
|
519
511
|
"VWindow": {
|
|
@@ -524,6 +516,14 @@
|
|
|
524
516
|
"from": "components/VWindow",
|
|
525
517
|
"styles": []
|
|
526
518
|
},
|
|
519
|
+
"VCarousel": {
|
|
520
|
+
"from": "components/VCarousel",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VCarouselItem": {
|
|
524
|
+
"from": "components/VCarousel",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
527
|
"VConfirmEdit": {
|
|
528
528
|
"from": "components/VConfirmEdit",
|
|
529
529
|
"styles": []
|
|
@@ -540,14 +540,6 @@
|
|
|
540
540
|
"from": "components/VForm",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
-
"VHover": {
|
|
544
|
-
"from": "components/VHover",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
|
-
"VMain": {
|
|
548
|
-
"from": "components/VMain",
|
|
549
|
-
"styles": []
|
|
550
|
-
},
|
|
551
543
|
"VContainer": {
|
|
552
544
|
"from": "components/VGrid",
|
|
553
545
|
"styles": []
|
|
@@ -564,6 +556,10 @@
|
|
|
564
556
|
"from": "components/VGrid",
|
|
565
557
|
"styles": []
|
|
566
558
|
},
|
|
559
|
+
"VHover": {
|
|
560
|
+
"from": "components/VHover",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
567
563
|
"VLayout": {
|
|
568
564
|
"from": "components/VLayout",
|
|
569
565
|
"styles": []
|
|
@@ -576,6 +572,10 @@
|
|
|
576
572
|
"from": "components/VLazy",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
575
|
+
"VLocaleProvider": {
|
|
576
|
+
"from": "components/VLocaleProvider",
|
|
577
|
+
"styles": []
|
|
578
|
+
},
|
|
579
579
|
"VNoSsr": {
|
|
580
580
|
"from": "components/VNoSsr",
|
|
581
581
|
"styles": []
|
|
@@ -596,14 +596,14 @@
|
|
|
596
596
|
"from": "components/VResponsive",
|
|
597
597
|
"styles": []
|
|
598
598
|
},
|
|
599
|
-
"VSnackbarQueue": {
|
|
600
|
-
"from": "components/VSnackbarQueue",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
599
|
"VSparkline": {
|
|
604
600
|
"from": "components/VSparkline",
|
|
605
601
|
"styles": []
|
|
606
602
|
},
|
|
603
|
+
"VSnackbarQueue": {
|
|
604
|
+
"from": "components/VSnackbarQueue",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
607
607
|
"VSpeedDial": {
|
|
608
608
|
"from": "components/VSpeedDial",
|
|
609
609
|
"styles": []
|
|
@@ -684,8 +684,8 @@
|
|
|
684
684
|
"from": "components/transitions",
|
|
685
685
|
"styles": []
|
|
686
686
|
},
|
|
687
|
-
"
|
|
688
|
-
"from": "components/
|
|
687
|
+
"VOverlay": {
|
|
688
|
+
"from": "components/VOverlay",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
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": ""
|