@vuetify/nightly 3.9.1-master.2025-07-17 → 3.9.2-dev.2025-07-18
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 +11 -5
- package/dist/json/attributes.json +3550 -3530
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +180 -180
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +20050 -6602
- package/dist/vuetify-labs.cjs +277 -89
- package/dist/vuetify-labs.css +4411 -4409
- package/dist/vuetify-labs.d.ts +124 -62
- package/dist/vuetify-labs.esm.js +277 -89
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +277 -89
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +239 -80
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2666 -2664
- package/dist/vuetify.d.ts +114 -62
- package/dist/vuetify.esm.js +239 -80
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +239 -80
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +724 -702
- 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/components/VTreeview/VTreeview.js +2 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
- package/lib/components/VTreeview/VTreeviewChildren.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/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +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,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VIconBtn": {
|
4
|
-
"from": "labs/VIconBtn",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VCalendar": {
|
8
4
|
"from": "labs/VCalendar",
|
9
5
|
"styles": []
|
@@ -28,6 +24,10 @@
|
|
28
24
|
"from": "labs/VCalendar",
|
29
25
|
"styles": []
|
30
26
|
},
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
31
|
"VFileUpload": {
|
32
32
|
"from": "labs/VFileUpload",
|
33
33
|
"styles": []
|
@@ -36,6 +36,10 @@
|
|
36
36
|
"from": "labs/VFileUpload",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
+
"VIconBtn": {
|
40
|
+
"from": "labs/VIconBtn",
|
41
|
+
"styles": []
|
42
|
+
},
|
39
43
|
"VPicker": {
|
40
44
|
"from": "labs/VPicker",
|
41
45
|
"styles": []
|
@@ -44,10 +48,6 @@
|
|
44
48
|
"from": "labs/VPicker",
|
45
49
|
"styles": []
|
46
50
|
},
|
47
|
-
"VColorInput": {
|
48
|
-
"from": "labs/VColorInput",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
51
|
"VStepperVertical": {
|
52
52
|
"from": "labs/VStepperVertical",
|
53
53
|
"styles": []
|
@@ -68,13 +68,13 @@
|
|
68
68
|
"from": "labs/VDateInput",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"VPullToRefresh": {
|
72
|
-
"from": "labs/VPullToRefresh",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
71
|
"VMaskInput": {
|
76
72
|
"from": "labs/VMaskInput",
|
77
73
|
"styles": []
|
74
|
+
},
|
75
|
+
"VPullToRefresh": {
|
76
|
+
"from": "labs/VPullToRefresh",
|
77
|
+
"styles": []
|
78
78
|
}
|
79
79
|
}
|
80
80
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,17 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VAlert": {
|
8
|
-
"from": "components/VAlert",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAlertTitle": {
|
12
|
-
"from": "components/VAlert",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VAppBar": {
|
16
4
|
"from": "components/VAppBar",
|
17
5
|
"styles": []
|
@@ -24,30 +12,38 @@
|
|
24
12
|
"from": "components/VAppBar",
|
25
13
|
"styles": []
|
26
14
|
},
|
27
|
-
"VBadge": {
|
28
|
-
"from": "components/VBadge",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
15
|
"VAutocomplete": {
|
32
16
|
"from": "components/VAutocomplete",
|
33
17
|
"styles": []
|
34
18
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
19
|
+
"VAlert": {
|
20
|
+
"from": "components/VAlert",
|
37
21
|
"styles": []
|
38
22
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
23
|
+
"VAlertTitle": {
|
24
|
+
"from": "components/VAlert",
|
41
25
|
"styles": []
|
42
26
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
27
|
+
"VApp": {
|
28
|
+
"from": "components/VApp",
|
45
29
|
"styles": []
|
46
30
|
},
|
47
31
|
"VBottomNavigation": {
|
48
32
|
"from": "components/VBottomNavigation",
|
49
33
|
"styles": []
|
50
34
|
},
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBottomSheet": {
|
40
|
+
"from": "components/VBottomSheet",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBadge": {
|
44
|
+
"from": "components/VBadge",
|
45
|
+
"styles": []
|
46
|
+
},
|
51
47
|
"VBreadcrumbs": {
|
52
48
|
"from": "components/VBreadcrumbs",
|
53
49
|
"styles": []
|
@@ -60,20 +56,16 @@
|
|
60
56
|
"from": "components/VBreadcrumbs",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VAvatar": {
|
68
|
-
"from": "components/VAvatar",
|
59
|
+
"VBtn": {
|
60
|
+
"from": "components/VBtn",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
63
|
+
"VCarousel": {
|
64
|
+
"from": "components/VCarousel",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
67
|
+
"VCarouselItem": {
|
68
|
+
"from": "components/VCarousel",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
71
|
"VCard": {
|
@@ -100,32 +92,28 @@
|
|
100
92
|
"from": "components/VCard",
|
101
93
|
"styles": []
|
102
94
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCheckbox": {
|
108
|
-
"from": "components/VCheckbox",
|
95
|
+
"VBtnToggle": {
|
96
|
+
"from": "components/VBtnToggle",
|
109
97
|
"styles": []
|
110
98
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
99
|
+
"VChipGroup": {
|
100
|
+
"from": "components/VChipGroup",
|
113
101
|
"styles": []
|
114
102
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
103
|
+
"VBtnGroup": {
|
104
|
+
"from": "components/VBtnGroup",
|
117
105
|
"styles": []
|
118
106
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
107
|
+
"VCounter": {
|
108
|
+
"from": "components/VCounter",
|
121
109
|
"styles": []
|
122
110
|
},
|
123
111
|
"VChip": {
|
124
112
|
"from": "components/VChip",
|
125
113
|
"styles": []
|
126
114
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
115
|
+
"VCode": {
|
116
|
+
"from": "components/VCode",
|
129
117
|
"styles": []
|
130
118
|
},
|
131
119
|
"VColorPicker": {
|
@@ -136,12 +124,12 @@
|
|
136
124
|
"from": "components/VCombobox",
|
137
125
|
"styles": []
|
138
126
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
127
|
+
"VCheckbox": {
|
128
|
+
"from": "components/VCheckbox",
|
141
129
|
"styles": []
|
142
130
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
131
|
+
"VCheckboxBtn": {
|
132
|
+
"from": "components/VCheckbox",
|
145
133
|
"styles": []
|
146
134
|
},
|
147
135
|
"VDataTable": {
|
@@ -196,54 +184,62 @@
|
|
196
184
|
"from": "components/VDatePicker",
|
197
185
|
"styles": []
|
198
186
|
},
|
187
|
+
"VEmptyState": {
|
188
|
+
"from": "components/VEmptyState",
|
189
|
+
"styles": []
|
190
|
+
},
|
199
191
|
"VDialog": {
|
200
192
|
"from": "components/VDialog",
|
201
193
|
"styles": []
|
202
194
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
195
|
+
"VDivider": {
|
196
|
+
"from": "components/VDivider",
|
205
197
|
"styles": []
|
206
198
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
199
|
+
"VFab": {
|
200
|
+
"from": "components/VFab",
|
209
201
|
"styles": []
|
210
202
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
203
|
+
"VField": {
|
204
|
+
"from": "components/VField",
|
213
205
|
"styles": []
|
214
206
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
207
|
+
"VFieldLabel": {
|
208
|
+
"from": "components/VField",
|
217
209
|
"styles": []
|
218
210
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
211
|
+
"VFileInput": {
|
212
|
+
"from": "components/VFileInput",
|
221
213
|
"styles": []
|
222
214
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
215
|
+
"VIcon": {
|
216
|
+
"from": "components/VIcon",
|
225
217
|
"styles": []
|
226
218
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
219
|
+
"VComponentIcon": {
|
220
|
+
"from": "components/VIcon",
|
229
221
|
"styles": []
|
230
222
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
223
|
+
"VSvgIcon": {
|
224
|
+
"from": "components/VIcon",
|
233
225
|
"styles": []
|
234
226
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
227
|
+
"VLigatureIcon": {
|
228
|
+
"from": "components/VIcon",
|
237
229
|
"styles": []
|
238
230
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
231
|
+
"VClassIcon": {
|
232
|
+
"from": "components/VIcon",
|
241
233
|
"styles": []
|
242
234
|
},
|
243
235
|
"VFooter": {
|
244
236
|
"from": "components/VFooter",
|
245
237
|
"styles": []
|
246
238
|
},
|
239
|
+
"VImg": {
|
240
|
+
"from": "components/VImg",
|
241
|
+
"styles": []
|
242
|
+
},
|
247
243
|
"VInfiniteScroll": {
|
248
244
|
"from": "components/VInfiniteScroll",
|
249
245
|
"styles": []
|
@@ -252,40 +248,36 @@
|
|
252
248
|
"from": "components/VInput",
|
253
249
|
"styles": []
|
254
250
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
257
|
-
"styles": []
|
258
|
-
},
|
259
|
-
"VComponentIcon": {
|
260
|
-
"from": "components/VIcon",
|
251
|
+
"VItemGroup": {
|
252
|
+
"from": "components/VItemGroup",
|
261
253
|
"styles": []
|
262
254
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
255
|
+
"VItem": {
|
256
|
+
"from": "components/VItemGroup",
|
265
257
|
"styles": []
|
266
258
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
259
|
+
"VKbd": {
|
260
|
+
"from": "components/VKbd",
|
269
261
|
"styles": []
|
270
262
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
263
|
+
"VMenu": {
|
264
|
+
"from": "components/VMenu",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
267
|
"VLabel": {
|
276
268
|
"from": "components/VLabel",
|
277
269
|
"styles": []
|
278
270
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
271
|
+
"VMain": {
|
272
|
+
"from": "components/VMain",
|
281
273
|
"styles": []
|
282
274
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
275
|
+
"VNavigationDrawer": {
|
276
|
+
"from": "components/VNavigationDrawer",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
279
|
+
"VOtpInput": {
|
280
|
+
"from": "components/VOtpInput",
|
289
281
|
"styles": []
|
290
282
|
},
|
291
283
|
"VList": {
|
@@ -324,18 +316,6 @@
|
|
324
316
|
"from": "components/VList",
|
325
317
|
"styles": []
|
326
318
|
},
|
327
|
-
"VMain": {
|
328
|
-
"from": "components/VMain",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMenu": {
|
332
|
-
"from": "components/VMenu",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VNavigationDrawer": {
|
336
|
-
"from": "components/VNavigationDrawer",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
319
|
"VNumberInput": {
|
340
320
|
"from": "components/VNumberInput",
|
341
321
|
"styles": []
|
@@ -348,14 +328,6 @@
|
|
348
328
|
"from": "components/VOverlay",
|
349
329
|
"styles": []
|
350
330
|
},
|
351
|
-
"VOtpInput": {
|
352
|
-
"from": "components/VOtpInput",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VProgressCircular": {
|
356
|
-
"from": "components/VProgressCircular",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
331
|
"VPagination": {
|
360
332
|
"from": "components/VPagination",
|
361
333
|
"styles": []
|
@@ -364,32 +336,28 @@
|
|
364
336
|
"from": "components/VProgressLinear",
|
365
337
|
"styles": []
|
366
338
|
},
|
367
|
-
"VRadioGroup": {
|
368
|
-
"from": "components/VRadioGroup",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
339
|
"VRating": {
|
372
340
|
"from": "components/VRating",
|
373
341
|
"styles": []
|
374
342
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
343
|
+
"VProgressCircular": {
|
344
|
+
"from": "components/VProgressCircular",
|
377
345
|
"styles": []
|
378
346
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
347
|
+
"VRadioGroup": {
|
348
|
+
"from": "components/VRadioGroup",
|
381
349
|
"styles": []
|
382
350
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
351
|
+
"VSelectionControl": {
|
352
|
+
"from": "components/VSelectionControl",
|
385
353
|
"styles": []
|
386
354
|
},
|
387
355
|
"VSelectionControlGroup": {
|
388
356
|
"from": "components/VSelectionControlGroup",
|
389
357
|
"styles": []
|
390
358
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
359
|
+
"VSkeletonLoader": {
|
360
|
+
"from": "components/VSkeletonLoader",
|
393
361
|
"styles": []
|
394
362
|
},
|
395
363
|
"VSlideGroup": {
|
@@ -400,54 +368,26 @@
|
|
400
368
|
"from": "components/VSlideGroup",
|
401
369
|
"styles": []
|
402
370
|
},
|
403
|
-
"
|
404
|
-
"from": "components/
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSnackbar": {
|
408
|
-
"from": "components/VSnackbar",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VStepper": {
|
412
|
-
"from": "components/VStepper",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VStepperActions": {
|
416
|
-
"from": "components/VStepper",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
|
-
"VStepperHeader": {
|
420
|
-
"from": "components/VStepper",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VStepperItem": {
|
424
|
-
"from": "components/VStepper",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VStepperWindow": {
|
428
|
-
"from": "components/VStepper",
|
371
|
+
"VSheet": {
|
372
|
+
"from": "components/VSheet",
|
429
373
|
"styles": []
|
430
374
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
375
|
+
"VSlider": {
|
376
|
+
"from": "components/VSlider",
|
433
377
|
"styles": []
|
434
378
|
},
|
435
379
|
"VSwitch": {
|
436
380
|
"from": "components/VSwitch",
|
437
381
|
"styles": []
|
438
382
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
383
|
+
"VSnackbar": {
|
384
|
+
"from": "components/VSnackbar",
|
441
385
|
"styles": []
|
442
386
|
},
|
443
387
|
"VSystemBar": {
|
444
388
|
"from": "components/VSystemBar",
|
445
389
|
"styles": []
|
446
390
|
},
|
447
|
-
"VTextField": {
|
448
|
-
"from": "components/VTextField",
|
449
|
-
"styles": []
|
450
|
-
},
|
451
391
|
"VTab": {
|
452
392
|
"from": "components/VTabs",
|
453
393
|
"styles": []
|
@@ -464,16 +404,16 @@
|
|
464
404
|
"from": "components/VTabs",
|
465
405
|
"styles": []
|
466
406
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
407
|
+
"VTextarea": {
|
408
|
+
"from": "components/VTextarea",
|
469
409
|
"styles": []
|
470
410
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
411
|
+
"VTable": {
|
412
|
+
"from": "components/VTable",
|
473
413
|
"styles": []
|
474
414
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
415
|
+
"VTextField": {
|
416
|
+
"from": "components/VTextField",
|
477
417
|
"styles": []
|
478
418
|
},
|
479
419
|
"VTimePicker": {
|
@@ -488,6 +428,26 @@
|
|
488
428
|
"from": "components/VTimePicker",
|
489
429
|
"styles": []
|
490
430
|
},
|
431
|
+
"VTreeview": {
|
432
|
+
"from": "components/VTreeview",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VTreeviewItem": {
|
436
|
+
"from": "components/VTreeview",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VTreeviewGroup": {
|
440
|
+
"from": "components/VTreeview",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VTimeline": {
|
444
|
+
"from": "components/VTimeline",
|
445
|
+
"styles": []
|
446
|
+
},
|
447
|
+
"VTimelineItem": {
|
448
|
+
"from": "components/VTimeline",
|
449
|
+
"styles": []
|
450
|
+
},
|
491
451
|
"VToolbar": {
|
492
452
|
"from": "components/VToolbar",
|
493
453
|
"styles": []
|
@@ -500,38 +460,50 @@
|
|
500
460
|
"from": "components/VToolbar",
|
501
461
|
"styles": []
|
502
462
|
},
|
463
|
+
"VWindow": {
|
464
|
+
"from": "components/VWindow",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VWindowItem": {
|
468
|
+
"from": "components/VWindow",
|
469
|
+
"styles": []
|
470
|
+
},
|
503
471
|
"VTooltip": {
|
504
472
|
"from": "components/VTooltip",
|
505
473
|
"styles": []
|
506
474
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
475
|
+
"VStepper": {
|
476
|
+
"from": "components/VStepper",
|
509
477
|
"styles": []
|
510
478
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
479
|
+
"VStepperActions": {
|
480
|
+
"from": "components/VStepper",
|
513
481
|
"styles": []
|
514
482
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
483
|
+
"VStepperHeader": {
|
484
|
+
"from": "components/VStepper",
|
517
485
|
"styles": []
|
518
486
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
487
|
+
"VStepperItem": {
|
488
|
+
"from": "components/VStepper",
|
521
489
|
"styles": []
|
522
490
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
491
|
+
"VStepperWindow": {
|
492
|
+
"from": "components/VStepper",
|
525
493
|
"styles": []
|
526
494
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
495
|
+
"VStepperWindowItem": {
|
496
|
+
"from": "components/VStepper",
|
529
497
|
"styles": []
|
530
498
|
},
|
531
499
|
"VConfirmEdit": {
|
532
500
|
"from": "components/VConfirmEdit",
|
533
501
|
"styles": []
|
534
502
|
},
|
503
|
+
"VSelect": {
|
504
|
+
"from": "components/VSelect",
|
505
|
+
"styles": []
|
506
|
+
},
|
535
507
|
"VDataIterator": {
|
536
508
|
"from": "components/VDataIterator",
|
537
509
|
"styles": []
|
@@ -584,6 +556,10 @@
|
|
584
556
|
"from": "components/VNoSsr",
|
585
557
|
"styles": []
|
586
558
|
},
|
559
|
+
"VRangeSlider": {
|
560
|
+
"from": "components/VRangeSlider",
|
561
|
+
"styles": []
|
562
|
+
},
|
587
563
|
"VParallax": {
|
588
564
|
"from": "components/VParallax",
|
589
565
|
"styles": []
|
@@ -592,18 +568,10 @@
|
|
592
568
|
"from": "components/VRadio",
|
593
569
|
"styles": []
|
594
570
|
},
|
595
|
-
"VRangeSlider": {
|
596
|
-
"from": "components/VRangeSlider",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
571
|
"VResponsive": {
|
600
572
|
"from": "components/VResponsive",
|
601
573
|
"styles": []
|
602
574
|
},
|
603
|
-
"VSnackbarQueue": {
|
604
|
-
"from": "components/VSnackbarQueue",
|
605
|
-
"styles": []
|
606
|
-
},
|
607
575
|
"VSparkline": {
|
608
576
|
"from": "components/VSparkline",
|
609
577
|
"styles": []
|
@@ -612,6 +580,22 @@
|
|
612
580
|
"from": "components/VSpeedDial",
|
613
581
|
"styles": []
|
614
582
|
},
|
583
|
+
"VBanner": {
|
584
|
+
"from": "components/VBanner",
|
585
|
+
"styles": []
|
586
|
+
},
|
587
|
+
"VBannerActions": {
|
588
|
+
"from": "components/VBanner",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
|
+
"VBannerText": {
|
592
|
+
"from": "components/VBanner",
|
593
|
+
"styles": []
|
594
|
+
},
|
595
|
+
"VSnackbarQueue": {
|
596
|
+
"from": "components/VSnackbarQueue",
|
597
|
+
"styles": []
|
598
|
+
},
|
615
599
|
"VThemeProvider": {
|
616
600
|
"from": "components/VThemeProvider",
|
617
601
|
"styles": []
|
@@ -687,6 +671,22 @@
|
|
687
671
|
"VDialogTransition": {
|
688
672
|
"from": "components/transitions",
|
689
673
|
"styles": []
|
674
|
+
},
|
675
|
+
"VExpansionPanels": {
|
676
|
+
"from": "components/VExpansionPanel",
|
677
|
+
"styles": []
|
678
|
+
},
|
679
|
+
"VExpansionPanel": {
|
680
|
+
"from": "components/VExpansionPanel",
|
681
|
+
"styles": []
|
682
|
+
},
|
683
|
+
"VExpansionPanelText": {
|
684
|
+
"from": "components/VExpansionPanel",
|
685
|
+
"styles": []
|
686
|
+
},
|
687
|
+
"VExpansionPanelTitle": {
|
688
|
+
"from": "components/VExpansionPanel",
|
689
|
+
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -2052,6 +2052,7 @@
|
|
2052
2052
|
"disabled",
|
2053
2053
|
"error",
|
2054
2054
|
"error-messages",
|
2055
|
+
"filter-by-type",
|
2055
2056
|
"flat",
|
2056
2057
|
"focused",
|
2057
2058
|
"glow",
|
@@ -2100,6 +2101,7 @@
|
|
2100
2101
|
"disabled",
|
2101
2102
|
"divider-text",
|
2102
2103
|
"elevation",
|
2104
|
+
"filter-by-type",
|
2103
2105
|
"height",
|
2104
2106
|
"hide-browse",
|
2105
2107
|
"icon",
|
@@ -3015,6 +3017,9 @@
|
|
3015
3017
|
"buffer-color",
|
3016
3018
|
"buffer-opacity",
|
3017
3019
|
"buffer-value",
|
3020
|
+
"chunk-count",
|
3021
|
+
"chunk-gap",
|
3022
|
+
"chunk-width",
|
3018
3023
|
"clickable",
|
3019
3024
|
"color",
|
3020
3025
|
"height",
|