@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.1-master.2025-07-17
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 +5 -11
- package/dist/json/attributes.json +1025 -1045
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +0 -5
- package/dist/json/web-types.json +1842 -1912
- package/dist/vuetify-labs.cjs +27 -216
- package/dist/vuetify-labs.css +5593 -5595
- package/dist/vuetify-labs.d.ts +51 -113
- 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 +1500 -1502
- package/dist/vuetify.d.ts +51 -103
- 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 +51 -51
- 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
@@ -4,22 +4,6 @@
|
|
4
4
|
"from": "labs/VIconBtn",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VColorInput": {
|
8
|
-
"from": "labs/VColorInput",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VStepperVertical": {
|
12
|
-
"from": "labs/VStepperVertical",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VStepperVerticalItem": {
|
16
|
-
"from": "labs/VStepperVertical",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VStepperVerticalActions": {
|
20
|
-
"from": "labs/VStepperVertical",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
7
|
"VCalendar": {
|
24
8
|
"from": "labs/VCalendar",
|
25
9
|
"styles": []
|
@@ -60,6 +44,22 @@
|
|
60
44
|
"from": "labs/VPicker",
|
61
45
|
"styles": []
|
62
46
|
},
|
47
|
+
"VColorInput": {
|
48
|
+
"from": "labs/VColorInput",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VStepperVertical": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VStepperVerticalItem": {
|
56
|
+
"from": "labs/VStepperVertical",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VStepperVerticalActions": {
|
60
|
+
"from": "labs/VStepperVertical",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VHotkey": {
|
64
64
|
"from": "labs/VHotkey",
|
65
65
|
"styles": []
|
@@ -68,13 +68,13 @@
|
|
68
68
|
"from": "labs/VDateInput",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"VMaskInput": {
|
72
|
-
"from": "labs/VMaskInput",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
71
|
"VPullToRefresh": {
|
76
72
|
"from": "labs/VPullToRefresh",
|
77
73
|
"styles": []
|
74
|
+
},
|
75
|
+
"VMaskInput": {
|
76
|
+
"from": "labs/VMaskInput",
|
77
|
+
"styles": []
|
78
78
|
}
|
79
79
|
}
|
80
80
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VAlert": {
|
4
8
|
"from": "components/VAlert",
|
5
9
|
"styles": []
|
@@ -8,14 +12,6 @@
|
|
8
12
|
"from": "components/VAlert",
|
9
13
|
"styles": []
|
10
14
|
},
|
11
|
-
"VApp": {
|
12
|
-
"from": "components/VApp",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VAutocomplete": {
|
16
|
-
"from": "components/VAutocomplete",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
15
|
"VAppBar": {
|
20
16
|
"from": "components/VAppBar",
|
21
17
|
"styles": []
|
@@ -28,52 +24,56 @@
|
|
28
24
|
"from": "components/VAppBar",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"VAvatar": {
|
32
|
-
"from": "components/VAvatar",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VBadge": {
|
36
28
|
"from": "components/VBadge",
|
37
29
|
"styles": []
|
38
30
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
41
33
|
"styles": []
|
42
34
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
35
|
+
"VBanner": {
|
36
|
+
"from": "components/VBanner",
|
45
37
|
"styles": []
|
46
38
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
39
|
+
"VBannerActions": {
|
40
|
+
"from": "components/VBanner",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VBannerText": {
|
44
|
+
"from": "components/VBanner",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
47
|
"VBottomNavigation": {
|
52
48
|
"from": "components/VBottomNavigation",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
51
|
+
"VBreadcrumbs": {
|
52
|
+
"from": "components/VBreadcrumbs",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
55
|
+
"VBreadcrumbsItem": {
|
56
|
+
"from": "components/VBreadcrumbs",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
59
|
+
"VBreadcrumbsDivider": {
|
60
|
+
"from": "components/VBreadcrumbs",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
63
|
"VBottomSheet": {
|
68
64
|
"from": "components/VBottomSheet",
|
69
65
|
"styles": []
|
70
66
|
},
|
67
|
+
"VAvatar": {
|
68
|
+
"from": "components/VAvatar",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
71
|
"VBtnGroup": {
|
72
72
|
"from": "components/VBtnGroup",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
79
|
"VCard": {
|
@@ -100,6 +100,10 @@
|
|
100
100
|
"from": "components/VCard",
|
101
101
|
"styles": []
|
102
102
|
},
|
103
|
+
"VCode": {
|
104
|
+
"from": "components/VCode",
|
105
|
+
"styles": []
|
106
|
+
},
|
103
107
|
"VCheckbox": {
|
104
108
|
"from": "components/VCheckbox",
|
105
109
|
"styles": []
|
@@ -108,10 +112,6 @@
|
|
108
112
|
"from": "components/VCheckbox",
|
109
113
|
"styles": []
|
110
114
|
},
|
111
|
-
"VBtnToggle": {
|
112
|
-
"from": "components/VBtnToggle",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
115
|
"VCarousel": {
|
116
116
|
"from": "components/VCarousel",
|
117
117
|
"styles": []
|
@@ -124,44 +124,20 @@
|
|
124
124
|
"from": "components/VChip",
|
125
125
|
"styles": []
|
126
126
|
},
|
127
|
-
"VCombobox": {
|
128
|
-
"from": "components/VCombobox",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
127
|
"VChipGroup": {
|
132
128
|
"from": "components/VChipGroup",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VDatePicker": {
|
140
|
-
"from": "components/VDatePicker",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDatePickerControls": {
|
144
|
-
"from": "components/VDatePicker",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VDatePickerHeader": {
|
148
|
-
"from": "components/VDatePicker",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VDatePickerMonth": {
|
152
|
-
"from": "components/VDatePicker",
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VDatePickerMonths": {
|
156
|
-
"from": "components/VDatePicker",
|
131
|
+
"VColorPicker": {
|
132
|
+
"from": "components/VColorPicker",
|
157
133
|
"styles": []
|
158
134
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
135
|
+
"VCombobox": {
|
136
|
+
"from": "components/VCombobox",
|
161
137
|
"styles": []
|
162
138
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
139
|
+
"VBtn": {
|
140
|
+
"from": "components/VBtn",
|
165
141
|
"styles": []
|
166
142
|
},
|
167
143
|
"VCounter": {
|
@@ -196,12 +172,36 @@
|
|
196
172
|
"from": "components/VDataTable",
|
197
173
|
"styles": []
|
198
174
|
},
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerMonth": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerMonths": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerYears": {
|
196
|
+
"from": "components/VDatePicker",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
199
|
"VDialog": {
|
200
200
|
"from": "components/VDialog",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
203
|
+
"VFab": {
|
204
|
+
"from": "components/VFab",
|
205
205
|
"styles": []
|
206
206
|
},
|
207
207
|
"VExpansionPanels": {
|
@@ -228,24 +228,28 @@
|
|
228
228
|
"from": "components/VField",
|
229
229
|
"styles": []
|
230
230
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
231
|
+
"VEmptyState": {
|
232
|
+
"from": "components/VEmptyState",
|
233
233
|
"styles": []
|
234
234
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
235
|
+
"VFileInput": {
|
236
|
+
"from": "components/VFileInput",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VImg": {
|
240
|
+
"from": "components/VImg",
|
237
241
|
"styles": []
|
238
242
|
},
|
239
243
|
"VFooter": {
|
240
244
|
"from": "components/VFooter",
|
241
245
|
"styles": []
|
242
246
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
245
249
|
"styles": []
|
246
250
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
251
|
+
"VInput": {
|
252
|
+
"from": "components/VInput",
|
249
253
|
"styles": []
|
250
254
|
},
|
251
255
|
"VIcon": {
|
@@ -268,8 +272,20 @@
|
|
268
272
|
"from": "components/VIcon",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
275
|
+
"VLabel": {
|
276
|
+
"from": "components/VLabel",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VItemGroup": {
|
284
|
+
"from": "components/VItemGroup",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VItem": {
|
288
|
+
"from": "components/VItemGroup",
|
273
289
|
"styles": []
|
274
290
|
},
|
275
291
|
"VList": {
|
@@ -308,18 +324,6 @@
|
|
308
324
|
"from": "components/VList",
|
309
325
|
"styles": []
|
310
326
|
},
|
311
|
-
"VInfiniteScroll": {
|
312
|
-
"from": "components/VInfiniteScroll",
|
313
|
-
"styles": []
|
314
|
-
},
|
315
|
-
"VItemGroup": {
|
316
|
-
"from": "components/VItemGroup",
|
317
|
-
"styles": []
|
318
|
-
},
|
319
|
-
"VItem": {
|
320
|
-
"from": "components/VItemGroup",
|
321
|
-
"styles": []
|
322
|
-
},
|
323
327
|
"VMain": {
|
324
328
|
"from": "components/VMain",
|
325
329
|
"styles": []
|
@@ -328,10 +332,6 @@
|
|
328
332
|
"from": "components/VMenu",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"VMessages": {
|
332
|
-
"from": "components/VMessages",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
335
|
"VNavigationDrawer": {
|
336
336
|
"from": "components/VNavigationDrawer",
|
337
337
|
"styles": []
|
@@ -340,14 +340,18 @@
|
|
340
340
|
"from": "components/VNumberInput",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
343
|
+
"VMessages": {
|
344
|
+
"from": "components/VMessages",
|
345
345
|
"styles": []
|
346
346
|
},
|
347
347
|
"VOverlay": {
|
348
348
|
"from": "components/VOverlay",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
+
"VOtpInput": {
|
352
|
+
"from": "components/VOtpInput",
|
353
|
+
"styles": []
|
354
|
+
},
|
351
355
|
"VProgressCircular": {
|
352
356
|
"from": "components/VProgressCircular",
|
353
357
|
"styles": []
|
@@ -368,20 +372,24 @@
|
|
368
372
|
"from": "components/VRating",
|
369
373
|
"styles": []
|
370
374
|
},
|
371
|
-
"VSelectionControl": {
|
372
|
-
"from": "components/VSelectionControl",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
375
|
"VSelect": {
|
376
376
|
"from": "components/VSelect",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
+
"VSheet": {
|
380
|
+
"from": "components/VSheet",
|
381
|
+
"styles": []
|
382
|
+
},
|
383
|
+
"VSkeletonLoader": {
|
384
|
+
"from": "components/VSkeletonLoader",
|
385
|
+
"styles": []
|
386
|
+
},
|
379
387
|
"VSelectionControlGroup": {
|
380
388
|
"from": "components/VSelectionControlGroup",
|
381
389
|
"styles": []
|
382
390
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
391
|
+
"VSlider": {
|
392
|
+
"from": "components/VSlider",
|
385
393
|
"styles": []
|
386
394
|
},
|
387
395
|
"VSlideGroup": {
|
@@ -392,12 +400,12 @@
|
|
392
400
|
"from": "components/VSlideGroup",
|
393
401
|
"styles": []
|
394
402
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
403
|
+
"VSelectionControl": {
|
404
|
+
"from": "components/VSelectionControl",
|
397
405
|
"styles": []
|
398
406
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
407
|
+
"VSnackbar": {
|
408
|
+
"from": "components/VSnackbar",
|
401
409
|
"styles": []
|
402
410
|
},
|
403
411
|
"VStepper": {
|
@@ -424,14 +432,22 @@
|
|
424
432
|
"from": "components/VStepper",
|
425
433
|
"styles": []
|
426
434
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
435
|
+
"VSwitch": {
|
436
|
+
"from": "components/VSwitch",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VTable": {
|
440
|
+
"from": "components/VTable",
|
429
441
|
"styles": []
|
430
442
|
},
|
431
443
|
"VSystemBar": {
|
432
444
|
"from": "components/VSystemBar",
|
433
445
|
"styles": []
|
434
446
|
},
|
447
|
+
"VTextField": {
|
448
|
+
"from": "components/VTextField",
|
449
|
+
"styles": []
|
450
|
+
},
|
435
451
|
"VTab": {
|
436
452
|
"from": "components/VTabs",
|
437
453
|
"styles": []
|
@@ -448,28 +464,28 @@
|
|
448
464
|
"from": "components/VTabs",
|
449
465
|
"styles": []
|
450
466
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
453
469
|
"styles": []
|
454
470
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
457
473
|
"styles": []
|
458
474
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
475
|
+
"VTextarea": {
|
476
|
+
"from": "components/VTextarea",
|
461
477
|
"styles": []
|
462
478
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
479
|
+
"VTimePicker": {
|
480
|
+
"from": "components/VTimePicker",
|
465
481
|
"styles": []
|
466
482
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
483
|
+
"VTimePickerClock": {
|
484
|
+
"from": "components/VTimePicker",
|
469
485
|
"styles": []
|
470
486
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
487
|
+
"VTimePickerControls": {
|
488
|
+
"from": "components/VTimePicker",
|
473
489
|
"styles": []
|
474
490
|
},
|
475
491
|
"VToolbar": {
|
@@ -484,6 +500,10 @@
|
|
484
500
|
"from": "components/VToolbar",
|
485
501
|
"styles": []
|
486
502
|
},
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
505
|
+
"styles": []
|
506
|
+
},
|
487
507
|
"VTreeview": {
|
488
508
|
"from": "components/VTreeview",
|
489
509
|
"styles": []
|
@@ -496,10 +516,6 @@
|
|
496
516
|
"from": "components/VTreeview",
|
497
517
|
"styles": []
|
498
518
|
},
|
499
|
-
"VTooltip": {
|
500
|
-
"from": "components/VTooltip",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
519
|
"VWindow": {
|
504
520
|
"from": "components/VWindow",
|
505
521
|
"styles": []
|
@@ -508,8 +524,12 @@
|
|
508
524
|
"from": "components/VWindow",
|
509
525
|
"styles": []
|
510
526
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
527
|
+
"VDivider": {
|
528
|
+
"from": "components/VDivider",
|
529
|
+
"styles": []
|
530
|
+
},
|
531
|
+
"VConfirmEdit": {
|
532
|
+
"from": "components/VConfirmEdit",
|
513
533
|
"styles": []
|
514
534
|
},
|
515
535
|
"VDataIterator": {
|
@@ -540,6 +560,10 @@
|
|
540
560
|
"from": "components/VGrid",
|
541
561
|
"styles": []
|
542
562
|
},
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
565
|
+
"styles": []
|
566
|
+
},
|
543
567
|
"VLayout": {
|
544
568
|
"from": "components/VLayout",
|
545
569
|
"styles": []
|
@@ -552,10 +576,6 @@
|
|
552
576
|
"from": "components/VLazy",
|
553
577
|
"styles": []
|
554
578
|
},
|
555
|
-
"VHover": {
|
556
|
-
"from": "components/VHover",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
579
|
"VLocaleProvider": {
|
560
580
|
"from": "components/VLocaleProvider",
|
561
581
|
"styles": []
|
@@ -580,32 +600,16 @@
|
|
580
600
|
"from": "components/VResponsive",
|
581
601
|
"styles": []
|
582
602
|
},
|
583
|
-
"VSpeedDial": {
|
584
|
-
"from": "components/VSpeedDial",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
|
-
"VSparkline": {
|
588
|
-
"from": "components/VSparkline",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
|
-
"VKbd": {
|
592
|
-
"from": "components/VKbd",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
603
|
"VSnackbarQueue": {
|
596
604
|
"from": "components/VSnackbarQueue",
|
597
605
|
"styles": []
|
598
606
|
},
|
599
|
-
"
|
600
|
-
"from": "components/
|
601
|
-
"styles": []
|
602
|
-
},
|
603
|
-
"VTimePickerClock": {
|
604
|
-
"from": "components/VTimePicker",
|
607
|
+
"VSparkline": {
|
608
|
+
"from": "components/VSparkline",
|
605
609
|
"styles": []
|
606
610
|
},
|
607
|
-
"
|
608
|
-
"from": "components/
|
611
|
+
"VSpeedDial": {
|
612
|
+
"from": "components/VSpeedDial",
|
609
613
|
"styles": []
|
610
614
|
},
|
611
615
|
"VThemeProvider": {
|
@@ -683,10 +687,6 @@
|
|
683
687
|
"VDialogTransition": {
|
684
688
|
"from": "components/transitions",
|
685
689
|
"styles": []
|
686
|
-
},
|
687
|
-
"VConfirmEdit": {
|
688
|
-
"from": "components/VConfirmEdit",
|
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",
|