@vuetify/nightly 3.11.2-dev.2025-12-03 → 3.11.2-dev.2025-12-06
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 +14 -3
- package/dist/json/attributes.json +2019 -2015
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +178 -178
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3666 -3656
- package/dist/vuetify-labs.cjs +46 -8
- package/dist/vuetify-labs.css +3910 -3896
- package/dist/vuetify-labs.d.ts +86 -70
- package/dist/vuetify-labs.esm.js +46 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +46 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +46 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6857 -6843
- package/dist/vuetify.d.ts +86 -70
- package/dist/vuetify.esm.js +46 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +46 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +23 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VHotkey/_variables.scss +1 -0
- package/lib/components/VOtpInput/VOtpInput.css +15 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +29 -0
- package/lib/components/VOtpInput/VOtpInput.js +8 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +11 -2
- package/lib/components/VOtpInput/_variables.scss +1 -0
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +1 -1
- package/lib/composables/nested/nested.js +3 -1
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +1 -0
- package/lib/composables/nested/selectStrategies.js +31 -0
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +69 -69
- package/lib/framework.js +1 -1
- package/package.json +6 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
3
|
+
"VFileUpload": {
|
|
4
|
+
"from": "labs/VFileUpload",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "labs/
|
|
7
|
+
"VFileUploadItem": {
|
|
8
|
+
"from": "labs/VFileUpload",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
11
|
"VPie": {
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"from": "labs/VPie",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
23
|
+
"VColorInput": {
|
|
24
|
+
"from": "labs/VColorInput",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
27
|
+
"VStepperVertical": {
|
|
28
|
+
"from": "labs/VStepperVertical",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
31
|
+
"VStepperVerticalItem": {
|
|
32
|
+
"from": "labs/VStepperVertical",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
35
|
+
"VStepperVerticalActions": {
|
|
36
|
+
"from": "labs/VStepperVertical",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
39
|
+
"VIconBtn": {
|
|
40
|
+
"from": "labs/VIconBtn",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
43
|
+
"VVideo": {
|
|
44
|
+
"from": "labs/VVideo",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
47
|
+
"VVideoControls": {
|
|
48
|
+
"from": "labs/VVideo",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
51
|
+
"VVideoVolume": {
|
|
52
|
+
"from": "labs/VVideo",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
55
|
+
"VPicker": {
|
|
56
|
+
"from": "labs/VPicker",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
59
|
+
"VPickerTitle": {
|
|
60
|
+
"from": "labs/VPicker",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
63
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAppBar": {
|
|
4
|
+
"from": "components/VAppBar",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAppBarNavIcon": {
|
|
8
|
+
"from": "components/VAppBar",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAppBarTitle": {
|
|
12
|
+
"from": "components/VAppBar",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
3
15
|
"VApp": {
|
|
4
16
|
"from": "components/VApp",
|
|
5
17
|
"styles": []
|
|
@@ -16,6 +28,10 @@
|
|
|
16
28
|
"from": "components/VAutocomplete",
|
|
17
29
|
"styles": []
|
|
18
30
|
},
|
|
31
|
+
"VBtn": {
|
|
32
|
+
"from": "components/VBtn",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
19
35
|
"VAvatar": {
|
|
20
36
|
"from": "components/VAvatar",
|
|
21
37
|
"styles": []
|
|
@@ -36,26 +52,6 @@
|
|
|
36
52
|
"from": "components/VBanner",
|
|
37
53
|
"styles": []
|
|
38
54
|
},
|
|
39
|
-
"VBottomSheet": {
|
|
40
|
-
"from": "components/VBottomSheet",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VBtn": {
|
|
44
|
-
"from": "components/VBtn",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VAppBar": {
|
|
48
|
-
"from": "components/VAppBar",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VAppBarNavIcon": {
|
|
52
|
-
"from": "components/VAppBar",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VAppBarTitle": {
|
|
56
|
-
"from": "components/VAppBar",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
55
|
"VBottomNavigation": {
|
|
60
56
|
"from": "components/VBottomNavigation",
|
|
61
57
|
"styles": []
|
|
@@ -72,6 +68,10 @@
|
|
|
72
68
|
"from": "components/VBreadcrumbs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
71
|
+
"VBottomSheet": {
|
|
72
|
+
"from": "components/VBottomSheet",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
75
|
"VCard": {
|
|
76
76
|
"from": "components/VCard",
|
|
77
77
|
"styles": []
|
|
@@ -100,6 +100,14 @@
|
|
|
100
100
|
"from": "components/VBtnToggle",
|
|
101
101
|
"styles": []
|
|
102
102
|
},
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
103
111
|
"VBtnGroup": {
|
|
104
112
|
"from": "components/VBtnGroup",
|
|
105
113
|
"styles": []
|
|
@@ -112,42 +120,58 @@
|
|
|
112
120
|
"from": "components/VCheckbox",
|
|
113
121
|
"styles": []
|
|
114
122
|
},
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
115
127
|
"VCalendar": {
|
|
116
128
|
"from": "components/VCalendar",
|
|
117
129
|
"styles": []
|
|
118
130
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode",
|
|
121
133
|
"styles": []
|
|
122
134
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
135
|
+
"VDatePicker": {
|
|
136
|
+
"from": "components/VDatePicker",
|
|
125
137
|
"styles": []
|
|
126
138
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
139
|
+
"VDatePickerControls": {
|
|
140
|
+
"from": "components/VDatePicker",
|
|
129
141
|
"styles": []
|
|
130
142
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
143
|
+
"VDatePickerHeader": {
|
|
144
|
+
"from": "components/VDatePicker",
|
|
133
145
|
"styles": []
|
|
134
146
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
147
|
+
"VDatePickerMonth": {
|
|
148
|
+
"from": "components/VDatePicker",
|
|
137
149
|
"styles": []
|
|
138
150
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
151
|
+
"VDatePickerMonths": {
|
|
152
|
+
"from": "components/VDatePicker",
|
|
141
153
|
"styles": []
|
|
142
154
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
155
|
+
"VDatePickerYears": {
|
|
156
|
+
"from": "components/VDatePicker",
|
|
145
157
|
"styles": []
|
|
146
158
|
},
|
|
147
159
|
"VCombobox": {
|
|
148
160
|
"from": "components/VCombobox",
|
|
149
161
|
"styles": []
|
|
150
162
|
},
|
|
163
|
+
"VColorPicker": {
|
|
164
|
+
"from": "components/VColorPicker",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VCounter": {
|
|
168
|
+
"from": "components/VCounter",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VChip": {
|
|
172
|
+
"from": "components/VChip",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
151
175
|
"VDataTable": {
|
|
152
176
|
"from": "components/VDataTable",
|
|
153
177
|
"styles": []
|
|
@@ -176,40 +200,40 @@
|
|
|
176
200
|
"from": "components/VDataTable",
|
|
177
201
|
"styles": []
|
|
178
202
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
203
|
+
"VExpansionPanels": {
|
|
204
|
+
"from": "components/VExpansionPanel",
|
|
181
205
|
"styles": []
|
|
182
206
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
207
|
+
"VExpansionPanel": {
|
|
208
|
+
"from": "components/VExpansionPanel",
|
|
185
209
|
"styles": []
|
|
186
210
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
211
|
+
"VExpansionPanelText": {
|
|
212
|
+
"from": "components/VExpansionPanel",
|
|
189
213
|
"styles": []
|
|
190
214
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
215
|
+
"VExpansionPanelTitle": {
|
|
216
|
+
"from": "components/VExpansionPanel",
|
|
193
217
|
"styles": []
|
|
194
218
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
219
|
+
"VDialog": {
|
|
220
|
+
"from": "components/VDialog",
|
|
197
221
|
"styles": []
|
|
198
222
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
223
|
+
"VDivider": {
|
|
224
|
+
"from": "components/VDivider",
|
|
201
225
|
"styles": []
|
|
202
226
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
227
|
+
"VFab": {
|
|
228
|
+
"from": "components/VFab",
|
|
205
229
|
"styles": []
|
|
206
230
|
},
|
|
207
231
|
"VEmptyState": {
|
|
208
232
|
"from": "components/VEmptyState",
|
|
209
233
|
"styles": []
|
|
210
234
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput",
|
|
213
237
|
"styles": []
|
|
214
238
|
},
|
|
215
239
|
"VField": {
|
|
@@ -220,32 +244,32 @@
|
|
|
220
244
|
"from": "components/VField",
|
|
221
245
|
"styles": []
|
|
222
246
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
247
|
+
"VHotkey": {
|
|
248
|
+
"from": "components/VHotkey",
|
|
225
249
|
"styles": []
|
|
226
250
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
251
|
+
"VFooter": {
|
|
252
|
+
"from": "components/VFooter",
|
|
229
253
|
"styles": []
|
|
230
254
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
255
|
+
"VInfiniteScroll": {
|
|
256
|
+
"from": "components/VInfiniteScroll",
|
|
233
257
|
"styles": []
|
|
234
258
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
259
|
+
"VImg": {
|
|
260
|
+
"from": "components/VImg",
|
|
237
261
|
"styles": []
|
|
238
262
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
263
|
+
"VItemGroup": {
|
|
264
|
+
"from": "components/VItemGroup",
|
|
241
265
|
"styles": []
|
|
242
266
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
267
|
+
"VItem": {
|
|
268
|
+
"from": "components/VItemGroup",
|
|
245
269
|
"styles": []
|
|
246
270
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput",
|
|
249
273
|
"styles": []
|
|
250
274
|
},
|
|
251
275
|
"VIcon": {
|
|
@@ -268,36 +292,12 @@
|
|
|
268
292
|
"from": "components/VIcon",
|
|
269
293
|
"styles": []
|
|
270
294
|
},
|
|
271
|
-
"VHotkey": {
|
|
272
|
-
"from": "components/VHotkey",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VImg": {
|
|
276
|
-
"from": "components/VImg",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VInput": {
|
|
280
|
-
"from": "components/VInput",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VInfiniteScroll": {
|
|
284
|
-
"from": "components/VInfiniteScroll",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItemGroup": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VItem": {
|
|
292
|
-
"from": "components/VItemGroup",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
295
|
"VKbd": {
|
|
296
296
|
"from": "components/VKbd",
|
|
297
297
|
"styles": []
|
|
298
298
|
},
|
|
299
|
-
"
|
|
300
|
-
"from": "components/
|
|
299
|
+
"VMenu": {
|
|
300
|
+
"from": "components/VMenu",
|
|
301
301
|
"styles": []
|
|
302
302
|
},
|
|
303
303
|
"VList": {
|
|
@@ -336,72 +336,72 @@
|
|
|
336
336
|
"from": "components/VList",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
343
|
+
"VNumberInput": {
|
|
344
|
+
"from": "components/VNumberInput",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
347
|
"VNavigationDrawer": {
|
|
348
348
|
"from": "components/VNavigationDrawer",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
|
-
"VOverlay": {
|
|
356
|
-
"from": "components/VOverlay",
|
|
351
|
+
"VMain": {
|
|
352
|
+
"from": "components/VMain",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
355
|
"VOtpInput": {
|
|
360
356
|
"from": "components/VOtpInput",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"VPagination": {
|
|
364
|
-
"from": "components/VPagination",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
359
|
"VProgressCircular": {
|
|
368
360
|
"from": "components/VProgressCircular",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
363
|
+
"VPagination": {
|
|
364
|
+
"from": "components/VPagination",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
367
|
+
"VOverlay": {
|
|
368
|
+
"from": "components/VOverlay",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
371
|
"VRadioGroup": {
|
|
380
372
|
"from": "components/VRadioGroup",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
375
|
+
"VRating": {
|
|
376
|
+
"from": "components/VRating",
|
|
385
377
|
"styles": []
|
|
386
378
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
379
|
+
"VProgressLinear": {
|
|
380
|
+
"from": "components/VProgressLinear",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
383
|
+
"VSelect": {
|
|
384
|
+
"from": "components/VSelect",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
387
|
+
"VLabel": {
|
|
388
|
+
"from": "components/VLabel",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
399
391
|
"VSkeletonLoader": {
|
|
400
392
|
"from": "components/VSkeletonLoader",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
395
|
+
"VSheet": {
|
|
396
|
+
"from": "components/VSheet",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSelectionControl": {
|
|
400
|
+
"from": "components/VSelectionControl",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSelectionControlGroup": {
|
|
404
|
+
"from": "components/VSelectionControlGroup",
|
|
405
405
|
"styles": []
|
|
406
406
|
},
|
|
407
407
|
"VSlideGroup": {
|
|
@@ -412,6 +412,22 @@
|
|
|
412
412
|
"from": "components/VSlideGroup",
|
|
413
413
|
"styles": []
|
|
414
414
|
},
|
|
415
|
+
"VSnackbar": {
|
|
416
|
+
"from": "components/VSnackbar",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VSystemBar": {
|
|
420
|
+
"from": "components/VSystemBar",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VSlider": {
|
|
424
|
+
"from": "components/VSlider",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
415
431
|
"VStepper": {
|
|
416
432
|
"from": "components/VStepper",
|
|
417
433
|
"styles": []
|
|
@@ -436,14 +452,6 @@
|
|
|
436
452
|
"from": "components/VStepper",
|
|
437
453
|
"styles": []
|
|
438
454
|
},
|
|
439
|
-
"VSheet": {
|
|
440
|
-
"from": "components/VSheet",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VSnackbar": {
|
|
444
|
-
"from": "components/VSnackbar",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
455
|
"VTab": {
|
|
448
456
|
"from": "components/VTabs",
|
|
449
457
|
"styles": []
|
|
@@ -460,44 +468,28 @@
|
|
|
460
468
|
"from": "components/VTabs",
|
|
461
469
|
"styles": []
|
|
462
470
|
},
|
|
463
|
-
"VSwitch": {
|
|
464
|
-
"from": "components/VSwitch",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VSystemBar": {
|
|
468
|
-
"from": "components/VSystemBar",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTable": {
|
|
472
|
-
"from": "components/VTable",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
471
|
"VTextarea": {
|
|
476
472
|
"from": "components/VTextarea",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VWindowItem": {
|
|
484
|
-
"from": "components/VWindow",
|
|
475
|
+
"VTable": {
|
|
476
|
+
"from": "components/VTable",
|
|
485
477
|
"styles": []
|
|
486
478
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
479
|
+
"VTextField": {
|
|
480
|
+
"from": "components/VTextField",
|
|
489
481
|
"styles": []
|
|
490
482
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
483
|
+
"VToolbar": {
|
|
484
|
+
"from": "components/VToolbar",
|
|
493
485
|
"styles": []
|
|
494
486
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
487
|
+
"VToolbarTitle": {
|
|
488
|
+
"from": "components/VToolbar",
|
|
497
489
|
"styles": []
|
|
498
490
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
491
|
+
"VToolbarItems": {
|
|
492
|
+
"from": "components/VToolbar",
|
|
501
493
|
"styles": []
|
|
502
494
|
},
|
|
503
495
|
"VTimePicker": {
|
|
@@ -524,32 +516,36 @@
|
|
|
524
516
|
"from": "components/VTreeview",
|
|
525
517
|
"styles": []
|
|
526
518
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
519
|
+
"VTooltip": {
|
|
520
|
+
"from": "components/VTooltip",
|
|
529
521
|
"styles": []
|
|
530
522
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
523
|
+
"VWindow": {
|
|
524
|
+
"from": "components/VWindow",
|
|
533
525
|
"styles": []
|
|
534
526
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
527
|
+
"VWindowItem": {
|
|
528
|
+
"from": "components/VWindow",
|
|
537
529
|
"styles": []
|
|
538
530
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
531
|
+
"VTimeline": {
|
|
532
|
+
"from": "components/VTimeline",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VTimelineItem": {
|
|
536
|
+
"from": "components/VTimeline",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
543
539
|
"VDataIterator": {
|
|
544
540
|
"from": "components/VDataIterator",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
547
|
-
"
|
|
548
|
-
"from": "components/
|
|
543
|
+
"VConfirmEdit": {
|
|
544
|
+
"from": "components/VConfirmEdit",
|
|
549
545
|
"styles": []
|
|
550
546
|
},
|
|
551
|
-
"
|
|
552
|
-
"from": "components/
|
|
547
|
+
"VDefaultsProvider": {
|
|
548
|
+
"from": "components/VDefaultsProvider",
|
|
553
549
|
"styles": []
|
|
554
550
|
},
|
|
555
551
|
"VContainer": {
|
|
@@ -572,16 +568,12 @@
|
|
|
572
568
|
"from": "components/VForm",
|
|
573
569
|
"styles": []
|
|
574
570
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
|
-
"VLayout": {
|
|
580
|
-
"from": "components/VLayout",
|
|
571
|
+
"VHover": {
|
|
572
|
+
"from": "components/VHover",
|
|
581
573
|
"styles": []
|
|
582
574
|
},
|
|
583
|
-
"
|
|
584
|
-
"from": "components/
|
|
575
|
+
"VLazy": {
|
|
576
|
+
"from": "components/VLazy",
|
|
585
577
|
"styles": []
|
|
586
578
|
},
|
|
587
579
|
"VLocaleProvider": {
|
|
@@ -592,14 +584,22 @@
|
|
|
592
584
|
"from": "components/VNoSsr",
|
|
593
585
|
"styles": []
|
|
594
586
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
587
|
+
"VLayout": {
|
|
588
|
+
"from": "components/VLayout",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
591
|
+
"VLayoutItem": {
|
|
592
|
+
"from": "components/VLayout",
|
|
597
593
|
"styles": []
|
|
598
594
|
},
|
|
599
595
|
"VRadio": {
|
|
600
596
|
"from": "components/VRadio",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
599
|
+
"VParallax": {
|
|
600
|
+
"from": "components/VParallax",
|
|
601
|
+
"styles": []
|
|
602
|
+
},
|
|
603
603
|
"VRangeSlider": {
|
|
604
604
|
"from": "components/VRangeSlider",
|
|
605
605
|
"styles": []
|
|
@@ -624,6 +624,10 @@
|
|
|
624
624
|
"from": "components/VThemeProvider",
|
|
625
625
|
"styles": []
|
|
626
626
|
},
|
|
627
|
+
"VValidation": {
|
|
628
|
+
"from": "components/VValidation",
|
|
629
|
+
"styles": []
|
|
630
|
+
},
|
|
627
631
|
"VVirtualScroll": {
|
|
628
632
|
"from": "components/VVirtualScroll",
|
|
629
633
|
"styles": []
|
|
@@ -691,10 +695,6 @@
|
|
|
691
695
|
"VDialogTransition": {
|
|
692
696
|
"from": "components/transitions",
|
|
693
697
|
"styles": []
|
|
694
|
-
},
|
|
695
|
-
"VValidation": {
|
|
696
|
-
"from": "components/VValidation",
|
|
697
|
-
"styles": []
|
|
698
698
|
}
|
|
699
699
|
},
|
|
700
700
|
"directives": [
|