@vuetify/nightly 3.9.0-dev.2025-07-08 → 3.9.0-dev.2025-07-16
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 +3826 -3806
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +6992 -6922
- package/dist/vuetify-labs.cjs +216 -27
- package/dist/vuetify-labs.css +4659 -4657
- package/dist/vuetify-labs.d.ts +119 -57
- package/dist/vuetify-labs.esm.js +216 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +216 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +178 -18
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4036 -4034
- package/dist/vuetify.d.ts +109 -57
- package/dist/vuetify.esm.js +178 -18
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +178 -18
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +718 -696
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +15 -0
- package/lib/components/VFileInput/VFileInput.js +38 -9
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +2 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.js +7 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +75 -0
- package/lib/components/VProgressLinear/VProgressLinear.js +32 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +2 -2
- package/lib/components/VProgressLinear/chunks.d.ts +55 -0
- package/lib/components/VProgressLinear/chunks.js +62 -0
- package/lib/components/VProgressLinear/chunks.js.map +1 -0
- package/lib/components/VSelect/VSelect.js +1 -0
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/fileFilter.d.ts +18 -0
- package/lib/composables/fileFilter.js +38 -0
- package/lib/composables/fileFilter.js.map +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +15 -0
- package/lib/labs/VFileUpload/VFileUpload.js +39 -9
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VFileUpload": {
|
|
4
|
-
"from": "labs/VFileUpload",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VFileUploadItem": {
|
|
8
|
-
"from": "labs/VFileUpload",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
3
|
"VCalendar": {
|
|
12
4
|
"from": "labs/VCalendar",
|
|
13
5
|
"styles": []
|
|
@@ -32,38 +24,50 @@
|
|
|
32
24
|
"from": "labs/VCalendar",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
27
|
+
"VColorInput": {
|
|
28
|
+
"from": "labs/VColorInput",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
35
31
|
"VIconBtn": {
|
|
36
32
|
"from": "labs/VIconBtn",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
35
|
+
"VPicker": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
39
|
+
"VPickerTitle": {
|
|
40
|
+
"from": "labs/VPicker",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
43
|
+
"VFileUpload": {
|
|
44
|
+
"from": "labs/VFileUpload",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
47
|
+
"VFileUploadItem": {
|
|
48
|
+
"from": "labs/VFileUpload",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
51
|
+
"VStepperVertical": {
|
|
52
|
+
"from": "labs/VStepperVertical",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
55
|
+
"VStepperVerticalItem": {
|
|
56
|
+
"from": "labs/VStepperVertical",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VStepperVerticalActions": {
|
|
60
|
+
"from": "labs/VStepperVertical",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
63
|
"VHotkey": {
|
|
64
64
|
"from": "labs/VHotkey",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
+
"VMaskInput": {
|
|
68
|
+
"from": "labs/VMaskInput",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
67
71
|
"VDateInput": {
|
|
68
72
|
"from": "labs/VDateInput",
|
|
69
73
|
"styles": []
|
|
@@ -71,10 +75,6 @@
|
|
|
71
75
|
"VPullToRefresh": {
|
|
72
76
|
"from": "labs/VPullToRefresh",
|
|
73
77
|
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VMaskInput": {
|
|
76
|
-
"from": "labs/VMaskInput",
|
|
77
|
-
"styles": []
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -24,12 +24,20 @@
|
|
|
24
24
|
"from": "components/VAppBar",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
27
31
|
"VAvatar": {
|
|
28
32
|
"from": "components/VAvatar",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VBottomNavigation": {
|
|
40
|
+
"from": "components/VBottomNavigation",
|
|
33
41
|
"styles": []
|
|
34
42
|
},
|
|
35
43
|
"VBottomSheet": {
|
|
@@ -48,42 +56,14 @@
|
|
|
48
56
|
"from": "components/VBreadcrumbs",
|
|
49
57
|
"styles": []
|
|
50
58
|
},
|
|
51
|
-
"VBottomNavigation": {
|
|
52
|
-
"from": "components/VBottomNavigation",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBtnGroup": {
|
|
56
|
-
"from": "components/VBtnGroup",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
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
|
-
"VBadge": {
|
|
72
|
-
"from": "components/VBadge",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VCarousel": {
|
|
76
|
-
"from": "components/VCarousel",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarouselItem": {
|
|
80
|
-
"from": "components/VCarousel",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
59
|
"VBtn": {
|
|
84
60
|
"from": "components/VBtn",
|
|
85
61
|
"styles": []
|
|
86
62
|
},
|
|
63
|
+
"VBtnToggle": {
|
|
64
|
+
"from": "components/VBtnToggle",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
87
67
|
"VCheckbox": {
|
|
88
68
|
"from": "components/VCheckbox",
|
|
89
69
|
"styles": []
|
|
@@ -92,10 +72,6 @@
|
|
|
92
72
|
"from": "components/VCheckbox",
|
|
93
73
|
"styles": []
|
|
94
74
|
},
|
|
95
|
-
"VChipGroup": {
|
|
96
|
-
"from": "components/VChipGroup",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
75
|
"VCard": {
|
|
100
76
|
"from": "components/VCard",
|
|
101
77
|
"styles": []
|
|
@@ -120,24 +96,36 @@
|
|
|
120
96
|
"from": "components/VCard",
|
|
121
97
|
"styles": []
|
|
122
98
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
99
|
+
"VBtnGroup": {
|
|
100
|
+
"from": "components/VBtnGroup",
|
|
125
101
|
"styles": []
|
|
126
102
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel",
|
|
129
105
|
"styles": []
|
|
130
106
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VChipGroup": {
|
|
112
|
+
"from": "components/VChipGroup",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
115
|
+
"VChip": {
|
|
116
|
+
"from": "components/VChip",
|
|
133
117
|
"styles": []
|
|
134
118
|
},
|
|
135
119
|
"VCombobox": {
|
|
136
120
|
"from": "components/VCombobox",
|
|
137
121
|
"styles": []
|
|
138
122
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
123
|
+
"VCode": {
|
|
124
|
+
"from": "components/VCode",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker",
|
|
141
129
|
"styles": []
|
|
142
130
|
},
|
|
143
131
|
"VDataTable": {
|
|
@@ -168,16 +156,12 @@
|
|
|
168
156
|
"from": "components/VDataTable",
|
|
169
157
|
"styles": []
|
|
170
158
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VColorPicker": {
|
|
176
|
-
"from": "components/VColorPicker",
|
|
159
|
+
"VCounter": {
|
|
160
|
+
"from": "components/VCounter",
|
|
177
161
|
"styles": []
|
|
178
162
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
163
|
+
"VDialog": {
|
|
164
|
+
"from": "components/VDialog",
|
|
181
165
|
"styles": []
|
|
182
166
|
},
|
|
183
167
|
"VDatePicker": {
|
|
@@ -204,6 +188,18 @@
|
|
|
204
188
|
"from": "components/VDatePicker",
|
|
205
189
|
"styles": []
|
|
206
190
|
},
|
|
191
|
+
"VDivider": {
|
|
192
|
+
"from": "components/VDivider",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VEmptyState": {
|
|
196
|
+
"from": "components/VEmptyState",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VFab": {
|
|
200
|
+
"from": "components/VFab",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
207
203
|
"VExpansionPanels": {
|
|
208
204
|
"from": "components/VExpansionPanel",
|
|
209
205
|
"styles": []
|
|
@@ -228,18 +224,18 @@
|
|
|
228
224
|
"from": "components/VField",
|
|
229
225
|
"styles": []
|
|
230
226
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VEmptyState": {
|
|
236
|
-
"from": "components/VEmptyState",
|
|
227
|
+
"VFileInput": {
|
|
228
|
+
"from": "components/VFileInput",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
239
231
|
"VFooter": {
|
|
240
232
|
"from": "components/VFooter",
|
|
241
233
|
"styles": []
|
|
242
234
|
},
|
|
235
|
+
"VImg": {
|
|
236
|
+
"from": "components/VImg",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
243
239
|
"VIcon": {
|
|
244
240
|
"from": "components/VIcon",
|
|
245
241
|
"styles": []
|
|
@@ -260,24 +256,12 @@
|
|
|
260
256
|
"from": "components/VIcon",
|
|
261
257
|
"styles": []
|
|
262
258
|
},
|
|
263
|
-
"VFileInput": {
|
|
264
|
-
"from": "components/VFileInput",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
|
-
"VInfiniteScroll": {
|
|
268
|
-
"from": "components/VInfiniteScroll",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VInput": {
|
|
272
|
-
"from": "components/VInput",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
259
|
"VKbd": {
|
|
276
260
|
"from": "components/VKbd",
|
|
277
261
|
"styles": []
|
|
278
262
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
263
|
+
"VInput": {
|
|
264
|
+
"from": "components/VInput",
|
|
281
265
|
"styles": []
|
|
282
266
|
},
|
|
283
267
|
"VItemGroup": {
|
|
@@ -288,6 +272,10 @@
|
|
|
288
272
|
"from": "components/VItemGroup",
|
|
289
273
|
"styles": []
|
|
290
274
|
},
|
|
275
|
+
"VLabel": {
|
|
276
|
+
"from": "components/VLabel",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
291
279
|
"VList": {
|
|
292
280
|
"from": "components/VList",
|
|
293
281
|
"styles": []
|
|
@@ -324,34 +312,26 @@
|
|
|
324
312
|
"from": "components/VList",
|
|
325
313
|
"styles": []
|
|
326
314
|
},
|
|
327
|
-
"VLabel": {
|
|
328
|
-
"from": "components/VLabel",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMenu": {
|
|
332
|
-
"from": "components/VMenu",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
315
|
"VMain": {
|
|
336
316
|
"from": "components/VMain",
|
|
337
317
|
"styles": []
|
|
338
318
|
},
|
|
319
|
+
"VNavigationDrawer": {
|
|
320
|
+
"from": "components/VNavigationDrawer",
|
|
321
|
+
"styles": []
|
|
322
|
+
},
|
|
339
323
|
"VMessages": {
|
|
340
324
|
"from": "components/VMessages",
|
|
341
325
|
"styles": []
|
|
342
326
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu",
|
|
345
329
|
"styles": []
|
|
346
330
|
},
|
|
347
331
|
"VOtpInput": {
|
|
348
332
|
"from": "components/VOtpInput",
|
|
349
333
|
"styles": []
|
|
350
334
|
},
|
|
351
|
-
"VNumberInput": {
|
|
352
|
-
"from": "components/VNumberInput",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
335
|
"VOverlay": {
|
|
356
336
|
"from": "components/VOverlay",
|
|
357
337
|
"styles": []
|
|
@@ -360,40 +340,32 @@
|
|
|
360
340
|
"from": "components/VPagination",
|
|
361
341
|
"styles": []
|
|
362
342
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
|
-
"VRadioGroup": {
|
|
368
|
-
"from": "components/VRadioGroup",
|
|
343
|
+
"VNumberInput": {
|
|
344
|
+
"from": "components/VNumberInput",
|
|
369
345
|
"styles": []
|
|
370
346
|
},
|
|
371
347
|
"VProgressLinear": {
|
|
372
348
|
"from": "components/VProgressLinear",
|
|
373
349
|
"styles": []
|
|
374
350
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VRating": {
|
|
380
|
-
"from": "components/VRating",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
|
-
"VSelectionControl": {
|
|
384
|
-
"from": "components/VSelectionControl",
|
|
351
|
+
"VProgressCircular": {
|
|
352
|
+
"from": "components/VProgressCircular",
|
|
385
353
|
"styles": []
|
|
386
354
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
355
|
+
"VRadioGroup": {
|
|
356
|
+
"from": "components/VRadioGroup",
|
|
389
357
|
"styles": []
|
|
390
358
|
},
|
|
391
359
|
"VSelectionControlGroup": {
|
|
392
360
|
"from": "components/VSelectionControlGroup",
|
|
393
361
|
"styles": []
|
|
394
362
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
363
|
+
"VRating": {
|
|
364
|
+
"from": "components/VRating",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
367
|
+
"VSelect": {
|
|
368
|
+
"from": "components/VSelect",
|
|
397
369
|
"styles": []
|
|
398
370
|
},
|
|
399
371
|
"VSlideGroup": {
|
|
@@ -404,36 +376,24 @@
|
|
|
404
376
|
"from": "components/VSlideGroup",
|
|
405
377
|
"styles": []
|
|
406
378
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
|
-
"VSnackbar": {
|
|
412
|
-
"from": "components/VSnackbar",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
|
-
"VSwitch": {
|
|
416
|
-
"from": "components/VSwitch",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VTab": {
|
|
420
|
-
"from": "components/VTabs",
|
|
379
|
+
"VSelectionControl": {
|
|
380
|
+
"from": "components/VSelectionControl",
|
|
421
381
|
"styles": []
|
|
422
382
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader",
|
|
425
385
|
"styles": []
|
|
426
386
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
387
|
+
"VSlider": {
|
|
388
|
+
"from": "components/VSlider",
|
|
429
389
|
"styles": []
|
|
430
390
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
391
|
+
"VSheet": {
|
|
392
|
+
"from": "components/VSheet",
|
|
433
393
|
"styles": []
|
|
434
394
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
395
|
+
"VSnackbar": {
|
|
396
|
+
"from": "components/VSnackbar",
|
|
437
397
|
"styles": []
|
|
438
398
|
},
|
|
439
399
|
"VStepper": {
|
|
@@ -460,20 +420,40 @@
|
|
|
460
420
|
"from": "components/VStepper",
|
|
461
421
|
"styles": []
|
|
462
422
|
},
|
|
423
|
+
"VSystemBar": {
|
|
424
|
+
"from": "components/VSystemBar",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
463
431
|
"VTable": {
|
|
464
432
|
"from": "components/VTable",
|
|
465
433
|
"styles": []
|
|
466
434
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
435
|
+
"VTab": {
|
|
436
|
+
"from": "components/VTabs",
|
|
469
437
|
"styles": []
|
|
470
438
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
439
|
+
"VTabs": {
|
|
440
|
+
"from": "components/VTabs",
|
|
473
441
|
"styles": []
|
|
474
442
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
443
|
+
"VTabsWindow": {
|
|
444
|
+
"from": "components/VTabs",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
447
|
+
"VTabsWindowItem": {
|
|
448
|
+
"from": "components/VTabs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
|
+
"VTextField": {
|
|
452
|
+
"from": "components/VTextField",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
|
+
"VTextarea": {
|
|
456
|
+
"from": "components/VTextarea",
|
|
477
457
|
"styles": []
|
|
478
458
|
},
|
|
479
459
|
"VTimePicker": {
|
|
@@ -488,20 +468,12 @@
|
|
|
488
468
|
"from": "components/VTimePicker",
|
|
489
469
|
"styles": []
|
|
490
470
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
|
-
"VWindowItem": {
|
|
496
|
-
"from": "components/VWindow",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTextarea": {
|
|
500
|
-
"from": "components/VTextarea",
|
|
471
|
+
"VTimeline": {
|
|
472
|
+
"from": "components/VTimeline",
|
|
501
473
|
"styles": []
|
|
502
474
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
475
|
+
"VTimelineItem": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
505
477
|
"styles": []
|
|
506
478
|
},
|
|
507
479
|
"VToolbar": {
|
|
@@ -516,6 +488,10 @@
|
|
|
516
488
|
"from": "components/VToolbar",
|
|
517
489
|
"styles": []
|
|
518
490
|
},
|
|
491
|
+
"VTooltip": {
|
|
492
|
+
"from": "components/VTooltip",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
519
495
|
"VTreeview": {
|
|
520
496
|
"from": "components/VTreeview",
|
|
521
497
|
"styles": []
|
|
@@ -528,6 +504,14 @@
|
|
|
528
504
|
"from": "components/VTreeview",
|
|
529
505
|
"styles": []
|
|
530
506
|
},
|
|
507
|
+
"VWindow": {
|
|
508
|
+
"from": "components/VWindow",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VWindowItem": {
|
|
512
|
+
"from": "components/VWindow",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
531
515
|
"VConfirmEdit": {
|
|
532
516
|
"from": "components/VConfirmEdit",
|
|
533
517
|
"styles": []
|
|
@@ -540,10 +524,6 @@
|
|
|
540
524
|
"from": "components/VDefaultsProvider",
|
|
541
525
|
"styles": []
|
|
542
526
|
},
|
|
543
|
-
"VForm": {
|
|
544
|
-
"from": "components/VForm",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
527
|
"VContainer": {
|
|
548
528
|
"from": "components/VGrid",
|
|
549
529
|
"styles": []
|
|
@@ -572,44 +552,64 @@
|
|
|
572
552
|
"from": "components/VLayout",
|
|
573
553
|
"styles": []
|
|
574
554
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
555
|
+
"VForm": {
|
|
556
|
+
"from": "components/VForm",
|
|
577
557
|
"styles": []
|
|
578
558
|
},
|
|
579
559
|
"VLocaleProvider": {
|
|
580
560
|
"from": "components/VLocaleProvider",
|
|
581
561
|
"styles": []
|
|
582
562
|
},
|
|
583
|
-
"
|
|
584
|
-
"from": "components/
|
|
563
|
+
"VLazy": {
|
|
564
|
+
"from": "components/VLazy",
|
|
585
565
|
"styles": []
|
|
586
566
|
},
|
|
587
567
|
"VParallax": {
|
|
588
568
|
"from": "components/VParallax",
|
|
589
569
|
"styles": []
|
|
590
570
|
},
|
|
591
|
-
"VRangeSlider": {
|
|
592
|
-
"from": "components/VRangeSlider",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
571
|
"VRadio": {
|
|
596
572
|
"from": "components/VRadio",
|
|
597
573
|
"styles": []
|
|
598
574
|
},
|
|
599
|
-
"
|
|
600
|
-
"from": "components/
|
|
575
|
+
"VRangeSlider": {
|
|
576
|
+
"from": "components/VRangeSlider",
|
|
577
|
+
"styles": []
|
|
578
|
+
},
|
|
579
|
+
"VNoSsr": {
|
|
580
|
+
"from": "components/VNoSsr",
|
|
601
581
|
"styles": []
|
|
602
582
|
},
|
|
603
583
|
"VSnackbarQueue": {
|
|
604
584
|
"from": "components/VSnackbarQueue",
|
|
605
585
|
"styles": []
|
|
606
586
|
},
|
|
587
|
+
"VResponsive": {
|
|
588
|
+
"from": "components/VResponsive",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
591
|
+
"VBanner": {
|
|
592
|
+
"from": "components/VBanner",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
|
+
"VBannerActions": {
|
|
596
|
+
"from": "components/VBanner",
|
|
597
|
+
"styles": []
|
|
598
|
+
},
|
|
599
|
+
"VBannerText": {
|
|
600
|
+
"from": "components/VBanner",
|
|
601
|
+
"styles": []
|
|
602
|
+
},
|
|
603
|
+
"VSparkline": {
|
|
604
|
+
"from": "components/VSparkline",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
607
607
|
"VSpeedDial": {
|
|
608
608
|
"from": "components/VSpeedDial",
|
|
609
609
|
"styles": []
|
|
610
610
|
},
|
|
611
|
-
"
|
|
612
|
-
"from": "components/
|
|
611
|
+
"VValidation": {
|
|
612
|
+
"from": "components/VValidation",
|
|
613
613
|
"styles": []
|
|
614
614
|
},
|
|
615
615
|
"VThemeProvider": {
|
|
@@ -620,10 +620,6 @@
|
|
|
620
620
|
"from": "components/VVirtualScroll",
|
|
621
621
|
"styles": []
|
|
622
622
|
},
|
|
623
|
-
"VValidation": {
|
|
624
|
-
"from": "components/VValidation",
|
|
625
|
-
"styles": []
|
|
626
|
-
},
|
|
627
623
|
"VFabTransition": {
|
|
628
624
|
"from": "components/transitions",
|
|
629
625
|
"styles": []
|
|
@@ -687,6 +683,10 @@
|
|
|
687
683
|
"VDialogTransition": {
|
|
688
684
|
"from": "components/transitions",
|
|
689
685
|
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VInfiniteScroll": {
|
|
688
|
+
"from": "components/VInfiniteScroll",
|
|
689
|
+
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -2046,6 +2046,7 @@
|
|
|
2046
2046
|
"disabled",
|
|
2047
2047
|
"error",
|
|
2048
2048
|
"error-messages",
|
|
2049
|
+
"filter-by-type",
|
|
2049
2050
|
"flat",
|
|
2050
2051
|
"focused",
|
|
2051
2052
|
"glow",
|
|
@@ -2094,6 +2095,7 @@
|
|
|
2094
2095
|
"disabled",
|
|
2095
2096
|
"divider-text",
|
|
2096
2097
|
"elevation",
|
|
2098
|
+
"filter-by-type",
|
|
2097
2099
|
"height",
|
|
2098
2100
|
"hide-browse",
|
|
2099
2101
|
"icon",
|
|
@@ -3007,6 +3009,9 @@
|
|
|
3007
3009
|
"buffer-color",
|
|
3008
3010
|
"buffer-opacity",
|
|
3009
3011
|
"buffer-value",
|
|
3012
|
+
"chunk-count",
|
|
3013
|
+
"chunk-gap",
|
|
3014
|
+
"chunk-width",
|
|
3010
3015
|
"clickable",
|
|
3011
3016
|
"color",
|
|
3012
3017
|
"height",
|