@vuetify/nightly 3.11.4-dev.2025-12-22 → 3.11.4-dev.2025-12-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 +3927 -3923
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +7205 -7196
- package/dist/vuetify-labs.cjs +25 -16
- package/dist/vuetify-labs.css +5149 -5149
- package/dist/vuetify-labs.d.ts +69 -64
- package/dist/vuetify-labs.esm.js +25 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +25 -16
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +25 -16
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4762 -4762
- package/dist/vuetify.d.ts +69 -64
- package/dist/vuetify.esm.js +25 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +25 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +10 -0
- package/lib/components/VDataIterator/VDataIterator.js +25 -15
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +64 -64
- package/lib/framework.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VIconBtn": {
|
|
4
|
+
"from": "labs/VIconBtn",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VPicker": {
|
|
8
|
+
"from": "labs/VPicker",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VPickerTitle": {
|
|
12
|
+
"from": "labs/VPicker",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
3
15
|
"VColorInput": {
|
|
4
16
|
"from": "labs/VColorInput",
|
|
5
17
|
"styles": []
|
|
6
18
|
},
|
|
19
|
+
"VFileUpload": {
|
|
20
|
+
"from": "labs/VFileUpload",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VFileUploadItem": {
|
|
24
|
+
"from": "labs/VFileUpload",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
7
27
|
"VStepperVertical": {
|
|
8
28
|
"from": "labs/VStepperVertical",
|
|
9
29
|
"styles": []
|
|
@@ -28,10 +48,6 @@
|
|
|
28
48
|
"from": "labs/VPie",
|
|
29
49
|
"styles": []
|
|
30
50
|
},
|
|
31
|
-
"VIconBtn": {
|
|
32
|
-
"from": "labs/VIconBtn",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
51
|
"VVideo": {
|
|
36
52
|
"from": "labs/VVideo",
|
|
37
53
|
"styles": []
|
|
@@ -44,30 +60,14 @@
|
|
|
44
60
|
"from": "labs/VVideo",
|
|
45
61
|
"styles": []
|
|
46
62
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VPickerTitle": {
|
|
52
|
-
"from": "labs/VPicker",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VFileUpload": {
|
|
56
|
-
"from": "labs/VFileUpload",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VFileUploadItem": {
|
|
60
|
-
"from": "labs/VFileUpload",
|
|
63
|
+
"VMaskInput": {
|
|
64
|
+
"from": "labs/VMaskInput",
|
|
61
65
|
"styles": []
|
|
62
66
|
},
|
|
63
67
|
"VDateInput": {
|
|
64
68
|
"from": "labs/VDateInput",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"VMaskInput": {
|
|
68
|
-
"from": "labs/VMaskInput",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
71
|
"VPullToRefresh": {
|
|
72
72
|
"from": "labs/VPullToRefresh",
|
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VAlert": {
|
|
4
|
-
"from": "components/VAlert",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlertTitle": {
|
|
8
|
-
"from": "components/VAlert",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VApp": {
|
|
12
|
-
"from": "components/VApp",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
3
|
"VAppBar": {
|
|
16
4
|
"from": "components/VAppBar",
|
|
17
5
|
"styles": []
|
|
@@ -24,16 +12,20 @@
|
|
|
24
12
|
"from": "components/VAppBar",
|
|
25
13
|
"styles": []
|
|
26
14
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp",
|
|
29
17
|
"styles": []
|
|
30
18
|
},
|
|
31
19
|
"VAutocomplete": {
|
|
32
20
|
"from": "components/VAutocomplete",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
23
|
+
"VAlert": {
|
|
24
|
+
"from": "components/VAlert",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VAlertTitle": {
|
|
28
|
+
"from": "components/VAlert",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
39
31
|
"VBanner": {
|
|
@@ -48,44 +40,20 @@
|
|
|
48
40
|
"from": "components/VBanner",
|
|
49
41
|
"styles": []
|
|
50
42
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
43
|
+
"VAvatar": {
|
|
44
|
+
"from": "components/VAvatar",
|
|
53
45
|
"styles": []
|
|
54
46
|
},
|
|
55
47
|
"VBadge": {
|
|
56
48
|
"from": "components/VBadge",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VCardActions": {
|
|
64
|
-
"from": "components/VCard",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VCardItem": {
|
|
68
|
-
"from": "components/VCard",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VCardSubtitle": {
|
|
72
|
-
"from": "components/VCard",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VCardText": {
|
|
76
|
-
"from": "components/VCard",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCardTitle": {
|
|
80
|
-
"from": "components/VCard",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VBtnGroup": {
|
|
84
|
-
"from": "components/VBtnGroup",
|
|
51
|
+
"VBtnToggle": {
|
|
52
|
+
"from": "components/VBtnToggle",
|
|
85
53
|
"styles": []
|
|
86
54
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
89
57
|
"styles": []
|
|
90
58
|
},
|
|
91
59
|
"VBreadcrumbs": {
|
|
@@ -100,44 +68,44 @@
|
|
|
100
68
|
"from": "components/VBreadcrumbs",
|
|
101
69
|
"styles": []
|
|
102
70
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
71
|
+
"VBtnGroup": {
|
|
72
|
+
"from": "components/VBtnGroup",
|
|
105
73
|
"styles": []
|
|
106
74
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
75
|
+
"VCard": {
|
|
76
|
+
"from": "components/VCard",
|
|
109
77
|
"styles": []
|
|
110
78
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
79
|
+
"VCardActions": {
|
|
80
|
+
"from": "components/VCard",
|
|
113
81
|
"styles": []
|
|
114
82
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
83
|
+
"VCardItem": {
|
|
84
|
+
"from": "components/VCard",
|
|
117
85
|
"styles": []
|
|
118
86
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
87
|
+
"VCardSubtitle": {
|
|
88
|
+
"from": "components/VCard",
|
|
121
89
|
"styles": []
|
|
122
90
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
91
|
+
"VCardText": {
|
|
92
|
+
"from": "components/VCard",
|
|
125
93
|
"styles": []
|
|
126
94
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
95
|
+
"VCardTitle": {
|
|
96
|
+
"from": "components/VCard",
|
|
129
97
|
"styles": []
|
|
130
98
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
99
|
+
"VCalendar": {
|
|
100
|
+
"from": "components/VCalendar",
|
|
133
101
|
"styles": []
|
|
134
102
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
103
|
+
"VBottomNavigation": {
|
|
104
|
+
"from": "components/VBottomNavigation",
|
|
137
105
|
"styles": []
|
|
138
106
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
107
|
+
"VBtn": {
|
|
108
|
+
"from": "components/VBtn",
|
|
141
109
|
"styles": []
|
|
142
110
|
},
|
|
143
111
|
"VCheckbox": {
|
|
@@ -148,48 +116,40 @@
|
|
|
148
116
|
"from": "components/VCheckbox",
|
|
149
117
|
"styles": []
|
|
150
118
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePickerControls": {
|
|
156
|
-
"from": "components/VDatePicker",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerHeader": {
|
|
160
|
-
"from": "components/VDatePicker",
|
|
119
|
+
"VChip": {
|
|
120
|
+
"from": "components/VChip",
|
|
161
121
|
"styles": []
|
|
162
122
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
123
|
+
"VCarousel": {
|
|
124
|
+
"from": "components/VCarousel",
|
|
165
125
|
"styles": []
|
|
166
126
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
127
|
+
"VCarouselItem": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
169
129
|
"styles": []
|
|
170
130
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode",
|
|
173
133
|
"styles": []
|
|
174
134
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker",
|
|
177
137
|
"styles": []
|
|
178
138
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
139
|
+
"VChipGroup": {
|
|
140
|
+
"from": "components/VChipGroup",
|
|
181
141
|
"styles": []
|
|
182
142
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox",
|
|
185
145
|
"styles": []
|
|
186
146
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
147
|
+
"VDialog": {
|
|
148
|
+
"from": "components/VDialog",
|
|
189
149
|
"styles": []
|
|
190
150
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
151
|
+
"VCounter": {
|
|
152
|
+
"from": "components/VCounter",
|
|
193
153
|
"styles": []
|
|
194
154
|
},
|
|
195
155
|
"VDataTable": {
|
|
@@ -220,24 +180,36 @@
|
|
|
220
180
|
"from": "components/VDataTable",
|
|
221
181
|
"styles": []
|
|
222
182
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
183
|
+
"VDivider": {
|
|
184
|
+
"from": "components/VDivider",
|
|
225
185
|
"styles": []
|
|
226
186
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
187
|
+
"VDatePicker": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
229
189
|
"styles": []
|
|
230
190
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
191
|
+
"VDatePickerControls": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
233
193
|
"styles": []
|
|
234
194
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
195
|
+
"VDatePickerHeader": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
237
197
|
"styles": []
|
|
238
198
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
199
|
+
"VDatePickerMonth": {
|
|
200
|
+
"from": "components/VDatePicker",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VDatePickerMonths": {
|
|
204
|
+
"from": "components/VDatePicker",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VDatePickerYears": {
|
|
208
|
+
"from": "components/VDatePicker",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VEmptyState": {
|
|
212
|
+
"from": "components/VEmptyState",
|
|
241
213
|
"styles": []
|
|
242
214
|
},
|
|
243
215
|
"VField": {
|
|
@@ -248,10 +220,38 @@
|
|
|
248
220
|
"from": "components/VField",
|
|
249
221
|
"styles": []
|
|
250
222
|
},
|
|
223
|
+
"VFab": {
|
|
224
|
+
"from": "components/VFab",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VFooter": {
|
|
228
|
+
"from": "components/VFooter",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
251
231
|
"VHotkey": {
|
|
252
232
|
"from": "components/VHotkey",
|
|
253
233
|
"styles": []
|
|
254
234
|
},
|
|
235
|
+
"VExpansionPanels": {
|
|
236
|
+
"from": "components/VExpansionPanel",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VExpansionPanel": {
|
|
240
|
+
"from": "components/VExpansionPanel",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VExpansionPanelText": {
|
|
244
|
+
"from": "components/VExpansionPanel",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VExpansionPanelTitle": {
|
|
248
|
+
"from": "components/VExpansionPanel",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VImg": {
|
|
252
|
+
"from": "components/VImg",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
255
|
"VIcon": {
|
|
256
256
|
"from": "components/VIcon",
|
|
257
257
|
"styles": []
|
|
@@ -272,14 +272,14 @@
|
|
|
272
272
|
"from": "components/VIcon",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
|
-
"VImg": {
|
|
276
|
-
"from": "components/VImg",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
275
|
"VInfiniteScroll": {
|
|
280
276
|
"from": "components/VInfiniteScroll",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
279
|
+
"VFileInput": {
|
|
280
|
+
"from": "components/VFileInput",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
283
|
"VLabel": {
|
|
284
284
|
"from": "components/VLabel",
|
|
285
285
|
"styles": []
|
|
@@ -292,16 +292,12 @@
|
|
|
292
292
|
"from": "components/VItemGroup",
|
|
293
293
|
"styles": []
|
|
294
294
|
},
|
|
295
|
-
"VInput": {
|
|
296
|
-
"from": "components/VInput",
|
|
297
|
-
"styles": []
|
|
298
|
-
},
|
|
299
295
|
"VKbd": {
|
|
300
296
|
"from": "components/VKbd",
|
|
301
297
|
"styles": []
|
|
302
298
|
},
|
|
303
|
-
"
|
|
304
|
-
"from": "components/
|
|
299
|
+
"VInput": {
|
|
300
|
+
"from": "components/VInput",
|
|
305
301
|
"styles": []
|
|
306
302
|
},
|
|
307
303
|
"VList": {
|
|
@@ -340,64 +336,72 @@
|
|
|
340
336
|
"from": "components/VList",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
339
|
+
"VMain": {
|
|
340
|
+
"from": "components/VMain",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VMenu": {
|
|
344
|
+
"from": "components/VMenu",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
347
|
"VMessages": {
|
|
348
348
|
"from": "components/VMessages",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VNavigationDrawer": {
|
|
352
|
+
"from": "components/VNavigationDrawer",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
355
|
+
"VOverlay": {
|
|
356
|
+
"from": "components/VOverlay",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VOtpInput": {
|
|
360
|
+
"from": "components/VOtpInput",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VNumberInput": {
|
|
364
|
+
"from": "components/VNumberInput",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
367
|
+
"VSheet": {
|
|
368
|
+
"from": "components/VSheet",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
375
|
+
"VProgressCircular": {
|
|
376
|
+
"from": "components/VProgressCircular",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
379
|
+
"VRadioGroup": {
|
|
380
|
+
"from": "components/VRadioGroup",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
383
|
"VSelect": {
|
|
384
384
|
"from": "components/VSelect",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
387
|
+
"VPagination": {
|
|
388
|
+
"from": "components/VPagination",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VRating": {
|
|
392
|
+
"from": "components/VRating",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
395
|
"VSelectionControl": {
|
|
392
396
|
"from": "components/VSelectionControl",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
399
|
+
"VSelectionControlGroup": {
|
|
400
|
+
"from": "components/VSelectionControlGroup",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
403
|
+
"VSnackbar": {
|
|
404
|
+
"from": "components/VSnackbar",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
407
|
"VSlideGroup": {
|
|
@@ -408,18 +412,14 @@
|
|
|
408
412
|
"from": "components/VSlideGroup",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"VSheet": {
|
|
412
|
-
"from": "components/VSheet",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
|
-
"VSnackbar": {
|
|
416
|
-
"from": "components/VSnackbar",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
415
|
"VSlider": {
|
|
420
416
|
"from": "components/VSlider",
|
|
421
417
|
"styles": []
|
|
422
418
|
},
|
|
419
|
+
"VSkeletonLoader": {
|
|
420
|
+
"from": "components/VSkeletonLoader",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
423
|
"VStepper": {
|
|
424
424
|
"from": "components/VStepper",
|
|
425
425
|
"styles": []
|
|
@@ -448,6 +448,14 @@
|
|
|
448
448
|
"from": "components/VSystemBar",
|
|
449
449
|
"styles": []
|
|
450
450
|
},
|
|
451
|
+
"VSwitch": {
|
|
452
|
+
"from": "components/VSwitch",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
|
+
"VTextField": {
|
|
456
|
+
"from": "components/VTextField",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
451
459
|
"VTab": {
|
|
452
460
|
"from": "components/VTabs",
|
|
453
461
|
"styles": []
|
|
@@ -464,16 +472,32 @@
|
|
|
464
472
|
"from": "components/VTabs",
|
|
465
473
|
"styles": []
|
|
466
474
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
475
|
+
"VTextarea": {
|
|
476
|
+
"from": "components/VTextarea",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VTimeline": {
|
|
480
|
+
"from": "components/VTimeline",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTimelineItem": {
|
|
484
|
+
"from": "components/VTimeline",
|
|
469
485
|
"styles": []
|
|
470
486
|
},
|
|
471
487
|
"VTable": {
|
|
472
488
|
"from": "components/VTable",
|
|
473
489
|
"styles": []
|
|
474
490
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
491
|
+
"VTreeview": {
|
|
492
|
+
"from": "components/VTreeview",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VTreeviewItem": {
|
|
496
|
+
"from": "components/VTreeview",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VTreeviewGroup": {
|
|
500
|
+
"from": "components/VTreeview",
|
|
477
501
|
"styles": []
|
|
478
502
|
},
|
|
479
503
|
"VTimePicker": {
|
|
@@ -500,18 +524,6 @@
|
|
|
500
524
|
"from": "components/VToolbar",
|
|
501
525
|
"styles": []
|
|
502
526
|
},
|
|
503
|
-
"VTextField": {
|
|
504
|
-
"from": "components/VTextField",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
|
-
"VTimeline": {
|
|
508
|
-
"from": "components/VTimeline",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
|
-
"VTimelineItem": {
|
|
512
|
-
"from": "components/VTimeline",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
527
|
"VWindow": {
|
|
516
528
|
"from": "components/VWindow",
|
|
517
529
|
"styles": []
|
|
@@ -520,18 +532,6 @@
|
|
|
520
532
|
"from": "components/VWindow",
|
|
521
533
|
"styles": []
|
|
522
534
|
},
|
|
523
|
-
"VTreeview": {
|
|
524
|
-
"from": "components/VTreeview",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VTreeviewItem": {
|
|
528
|
-
"from": "components/VTreeview",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VTreeviewGroup": {
|
|
532
|
-
"from": "components/VTreeview",
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
535
|
"VTooltip": {
|
|
536
536
|
"from": "components/VTooltip",
|
|
537
537
|
"styles": []
|
|
@@ -548,10 +548,6 @@
|
|
|
548
548
|
"from": "components/VDefaultsProvider",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
-
"VHover": {
|
|
552
|
-
"from": "components/VHover",
|
|
553
|
-
"styles": []
|
|
554
|
-
},
|
|
555
551
|
"VForm": {
|
|
556
552
|
"from": "components/VForm",
|
|
557
553
|
"styles": []
|
|
@@ -572,6 +568,10 @@
|
|
|
572
568
|
"from": "components/VGrid",
|
|
573
569
|
"styles": []
|
|
574
570
|
},
|
|
571
|
+
"VHover": {
|
|
572
|
+
"from": "components/VHover",
|
|
573
|
+
"styles": []
|
|
574
|
+
},
|
|
575
575
|
"VLazy": {
|
|
576
576
|
"from": "components/VLazy",
|
|
577
577
|
"styles": []
|
|
@@ -600,14 +600,14 @@
|
|
|
600
600
|
"from": "components/VRadio",
|
|
601
601
|
"styles": []
|
|
602
602
|
},
|
|
603
|
-
"VRangeSlider": {
|
|
604
|
-
"from": "components/VRangeSlider",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
603
|
"VResponsive": {
|
|
608
604
|
"from": "components/VResponsive",
|
|
609
605
|
"styles": []
|
|
610
606
|
},
|
|
607
|
+
"VRangeSlider": {
|
|
608
|
+
"from": "components/VRangeSlider",
|
|
609
|
+
"styles": []
|
|
610
|
+
},
|
|
611
611
|
"VSnackbarQueue": {
|
|
612
612
|
"from": "components/VSnackbarQueue",
|
|
613
613
|
"styles": []
|