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