@vuetify/nightly 3.9.0-dev.2025-07-15 → 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 +9 -3
- package/dist/json/attributes.json +3261 -3241
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +202 -202
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +6129 -6059
- package/dist/vuetify-labs.cjs +204 -25
- package/dist/vuetify-labs.css +4800 -4798
- package/dist/vuetify-labs.d.ts +129 -67
- package/dist/vuetify-labs.esm.js +204 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +204 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +166 -16
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3987 -3985
- package/dist/vuetify.d.ts +119 -67
- package/dist/vuetify.esm.js +166 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +166 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +710 -688
- package/dist/vuetify.min.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/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/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 +67 -67
- 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
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
|
-
"VAvatar": {
|
|
16
|
-
"from": "components/VAvatar",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
15
|
"VAppBar": {
|
|
20
16
|
"from": "components/VAppBar",
|
|
21
17
|
"styles": []
|
|
@@ -28,30 +24,26 @@
|
|
|
28
24
|
"from": "components/VAppBar",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VBanner": {
|
|
36
|
-
"from": "components/VBanner",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBannerActions": {
|
|
40
|
-
"from": "components/VBanner",
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
51
39
|
"VBottomNavigation": {
|
|
52
40
|
"from": "components/VBottomNavigation",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
43
|
+
"VBottomSheet": {
|
|
44
|
+
"from": "components/VBottomSheet",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
55
47
|
"VBreadcrumbs": {
|
|
56
48
|
"from": "components/VBreadcrumbs",
|
|
57
49
|
"styles": []
|
|
@@ -64,14 +56,14 @@
|
|
|
64
56
|
"from": "components/VBreadcrumbs",
|
|
65
57
|
"styles": []
|
|
66
58
|
},
|
|
67
|
-
"VBottomSheet": {
|
|
68
|
-
"from": "components/VBottomSheet",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
59
|
"VBtn": {
|
|
72
60
|
"from": "components/VBtn",
|
|
73
61
|
"styles": []
|
|
74
62
|
},
|
|
63
|
+
"VBtnToggle": {
|
|
64
|
+
"from": "components/VBtnToggle",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
75
67
|
"VCheckbox": {
|
|
76
68
|
"from": "components/VCheckbox",
|
|
77
69
|
"styles": []
|
|
@@ -80,22 +72,6 @@
|
|
|
80
72
|
"from": "components/VCheckbox",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
|
-
"VCarousel": {
|
|
84
|
-
"from": "components/VCarousel",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCarouselItem": {
|
|
88
|
-
"from": "components/VCarousel",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VBtnToggle": {
|
|
92
|
-
"from": "components/VBtnToggle",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VBtnGroup": {
|
|
96
|
-
"from": "components/VBtnGroup",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
75
|
"VCard": {
|
|
100
76
|
"from": "components/VCard",
|
|
101
77
|
"styles": []
|
|
@@ -120,108 +96,124 @@
|
|
|
120
96
|
"from": "components/VCard",
|
|
121
97
|
"styles": []
|
|
122
98
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
99
|
+
"VBtnGroup": {
|
|
100
|
+
"from": "components/VBtnGroup",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
125
109
|
"styles": []
|
|
126
110
|
},
|
|
127
111
|
"VChipGroup": {
|
|
128
112
|
"from": "components/VChipGroup",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
115
|
+
"VChip": {
|
|
116
|
+
"from": "components/VChip",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
131
119
|
"VCombobox": {
|
|
132
120
|
"from": "components/VCombobox",
|
|
133
121
|
"styles": []
|
|
134
122
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
123
|
+
"VCode": {
|
|
124
|
+
"from": "components/VCode",
|
|
137
125
|
"styles": []
|
|
138
126
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker",
|
|
141
129
|
"styles": []
|
|
142
130
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
131
|
+
"VDataTable": {
|
|
132
|
+
"from": "components/VDataTable",
|
|
145
133
|
"styles": []
|
|
146
134
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
135
|
+
"VDataTableHeaders": {
|
|
136
|
+
"from": "components/VDataTable",
|
|
149
137
|
"styles": []
|
|
150
138
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
139
|
+
"VDataTableFooter": {
|
|
140
|
+
"from": "components/VDataTable",
|
|
153
141
|
"styles": []
|
|
154
142
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
143
|
+
"VDataTableRows": {
|
|
144
|
+
"from": "components/VDataTable",
|
|
157
145
|
"styles": []
|
|
158
146
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
147
|
+
"VDataTableRow": {
|
|
148
|
+
"from": "components/VDataTable",
|
|
161
149
|
"styles": []
|
|
162
150
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
151
|
+
"VDataTableVirtual": {
|
|
152
|
+
"from": "components/VDataTable",
|
|
165
153
|
"styles": []
|
|
166
154
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
155
|
+
"VDataTableServer": {
|
|
156
|
+
"from": "components/VDataTable",
|
|
169
157
|
"styles": []
|
|
170
158
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
159
|
+
"VCounter": {
|
|
160
|
+
"from": "components/VCounter",
|
|
173
161
|
"styles": []
|
|
174
162
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
163
|
+
"VDialog": {
|
|
164
|
+
"from": "components/VDialog",
|
|
177
165
|
"styles": []
|
|
178
166
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
167
|
+
"VDatePicker": {
|
|
168
|
+
"from": "components/VDatePicker",
|
|
181
169
|
"styles": []
|
|
182
170
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
171
|
+
"VDatePickerControls": {
|
|
172
|
+
"from": "components/VDatePicker",
|
|
185
173
|
"styles": []
|
|
186
174
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
175
|
+
"VDatePickerHeader": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
189
177
|
"styles": []
|
|
190
178
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
179
|
+
"VDatePickerMonth": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
193
181
|
"styles": []
|
|
194
182
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
183
|
+
"VDatePickerMonths": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
197
185
|
"styles": []
|
|
198
186
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
187
|
+
"VDatePickerYears": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
201
189
|
"styles": []
|
|
202
190
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
191
|
+
"VDivider": {
|
|
192
|
+
"from": "components/VDivider",
|
|
205
193
|
"styles": []
|
|
206
194
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
195
|
+
"VEmptyState": {
|
|
196
|
+
"from": "components/VEmptyState",
|
|
209
197
|
"styles": []
|
|
210
198
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
199
|
+
"VFab": {
|
|
200
|
+
"from": "components/VFab",
|
|
213
201
|
"styles": []
|
|
214
202
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
203
|
+
"VExpansionPanels": {
|
|
204
|
+
"from": "components/VExpansionPanel",
|
|
217
205
|
"styles": []
|
|
218
206
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
207
|
+
"VExpansionPanel": {
|
|
208
|
+
"from": "components/VExpansionPanel",
|
|
221
209
|
"styles": []
|
|
222
210
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
211
|
+
"VExpansionPanelText": {
|
|
212
|
+
"from": "components/VExpansionPanel",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VExpansionPanelTitle": {
|
|
216
|
+
"from": "components/VExpansionPanel",
|
|
225
217
|
"styles": []
|
|
226
218
|
},
|
|
227
219
|
"VField": {
|
|
@@ -240,40 +232,48 @@
|
|
|
240
232
|
"from": "components/VFooter",
|
|
241
233
|
"styles": []
|
|
242
234
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
235
|
+
"VImg": {
|
|
236
|
+
"from": "components/VImg",
|
|
245
237
|
"styles": []
|
|
246
238
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
239
|
+
"VIcon": {
|
|
240
|
+
"from": "components/VIcon",
|
|
249
241
|
"styles": []
|
|
250
242
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
243
|
+
"VComponentIcon": {
|
|
244
|
+
"from": "components/VIcon",
|
|
253
245
|
"styles": []
|
|
254
246
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
247
|
+
"VSvgIcon": {
|
|
248
|
+
"from": "components/VIcon",
|
|
257
249
|
"styles": []
|
|
258
250
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
251
|
+
"VLigatureIcon": {
|
|
252
|
+
"from": "components/VIcon",
|
|
261
253
|
"styles": []
|
|
262
254
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
255
|
+
"VClassIcon": {
|
|
256
|
+
"from": "components/VIcon",
|
|
265
257
|
"styles": []
|
|
266
258
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
259
|
+
"VKbd": {
|
|
260
|
+
"from": "components/VKbd",
|
|
269
261
|
"styles": []
|
|
270
262
|
},
|
|
271
263
|
"VInput": {
|
|
272
264
|
"from": "components/VInput",
|
|
273
265
|
"styles": []
|
|
274
266
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
267
|
+
"VItemGroup": {
|
|
268
|
+
"from": "components/VItemGroup",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VItem": {
|
|
272
|
+
"from": "components/VItemGroup",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VLabel": {
|
|
276
|
+
"from": "components/VLabel",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
279
|
"VList": {
|
|
@@ -320,76 +320,52 @@
|
|
|
320
320
|
"from": "components/VNavigationDrawer",
|
|
321
321
|
"styles": []
|
|
322
322
|
},
|
|
323
|
-
"VIcon": {
|
|
324
|
-
"from": "components/VIcon",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
|
-
"VComponentIcon": {
|
|
328
|
-
"from": "components/VIcon",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VSvgIcon": {
|
|
332
|
-
"from": "components/VIcon",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VLigatureIcon": {
|
|
336
|
-
"from": "components/VIcon",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VClassIcon": {
|
|
340
|
-
"from": "components/VIcon",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
323
|
"VMessages": {
|
|
344
324
|
"from": "components/VMessages",
|
|
345
325
|
"styles": []
|
|
346
326
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu",
|
|
349
329
|
"styles": []
|
|
350
330
|
},
|
|
351
331
|
"VOtpInput": {
|
|
352
332
|
"from": "components/VOtpInput",
|
|
353
333
|
"styles": []
|
|
354
334
|
},
|
|
355
|
-
"VProgressCircular": {
|
|
356
|
-
"from": "components/VProgressCircular",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
335
|
"VOverlay": {
|
|
360
336
|
"from": "components/VOverlay",
|
|
361
337
|
"styles": []
|
|
362
338
|
},
|
|
363
|
-
"VProgressLinear": {
|
|
364
|
-
"from": "components/VProgressLinear",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
339
|
"VPagination": {
|
|
368
340
|
"from": "components/VPagination",
|
|
369
341
|
"styles": []
|
|
370
342
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
343
|
+
"VNumberInput": {
|
|
344
|
+
"from": "components/VNumberInput",
|
|
373
345
|
"styles": []
|
|
374
346
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
347
|
+
"VProgressLinear": {
|
|
348
|
+
"from": "components/VProgressLinear",
|
|
377
349
|
"styles": []
|
|
378
350
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
351
|
+
"VProgressCircular": {
|
|
352
|
+
"from": "components/VProgressCircular",
|
|
381
353
|
"styles": []
|
|
382
354
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
355
|
+
"VRadioGroup": {
|
|
356
|
+
"from": "components/VRadioGroup",
|
|
385
357
|
"styles": []
|
|
386
358
|
},
|
|
387
359
|
"VSelectionControlGroup": {
|
|
388
360
|
"from": "components/VSelectionControlGroup",
|
|
389
361
|
"styles": []
|
|
390
362
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
363
|
+
"VRating": {
|
|
364
|
+
"from": "components/VRating",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
367
|
+
"VSelect": {
|
|
368
|
+
"from": "components/VSelect",
|
|
393
369
|
"styles": []
|
|
394
370
|
},
|
|
395
371
|
"VSlideGroup": {
|
|
@@ -400,36 +376,24 @@
|
|
|
400
376
|
"from": "components/VSlideGroup",
|
|
401
377
|
"styles": []
|
|
402
378
|
},
|
|
403
|
-
"VSheet": {
|
|
404
|
-
"from": "components/VSheet",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
|
-
"VSnackbar": {
|
|
408
|
-
"from": "components/VSnackbar",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
379
|
"VSelectionControl": {
|
|
412
380
|
"from": "components/VSelectionControl",
|
|
413
381
|
"styles": []
|
|
414
382
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VTabs": {
|
|
420
|
-
"from": "components/VTabs",
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader",
|
|
421
385
|
"styles": []
|
|
422
386
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
387
|
+
"VSlider": {
|
|
388
|
+
"from": "components/VSlider",
|
|
425
389
|
"styles": []
|
|
426
390
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
391
|
+
"VSheet": {
|
|
392
|
+
"from": "components/VSheet",
|
|
429
393
|
"styles": []
|
|
430
394
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
395
|
+
"VSnackbar": {
|
|
396
|
+
"from": "components/VSnackbar",
|
|
433
397
|
"styles": []
|
|
434
398
|
},
|
|
435
399
|
"VStepper": {
|
|
@@ -456,16 +420,52 @@
|
|
|
456
420
|
"from": "components/VStepper",
|
|
457
421
|
"styles": []
|
|
458
422
|
},
|
|
423
|
+
"VSystemBar": {
|
|
424
|
+
"from": "components/VSystemBar",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VSwitch": {
|
|
428
|
+
"from": "components/VSwitch",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
459
431
|
"VTable": {
|
|
460
432
|
"from": "components/VTable",
|
|
461
433
|
"styles": []
|
|
462
434
|
},
|
|
435
|
+
"VTab": {
|
|
436
|
+
"from": "components/VTabs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VTabs": {
|
|
440
|
+
"from": "components/VTabs",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
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
|
+
},
|
|
463
455
|
"VTextarea": {
|
|
464
456
|
"from": "components/VTextarea",
|
|
465
457
|
"styles": []
|
|
466
458
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
459
|
+
"VTimePicker": {
|
|
460
|
+
"from": "components/VTimePicker",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTimePickerClock": {
|
|
464
|
+
"from": "components/VTimePicker",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTimePickerControls": {
|
|
468
|
+
"from": "components/VTimePicker",
|
|
469
469
|
"styles": []
|
|
470
470
|
},
|
|
471
471
|
"VTimeline": {
|
|
@@ -492,22 +492,6 @@
|
|
|
492
492
|
"from": "components/VTooltip",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
|
-
"VTimePicker": {
|
|
496
|
-
"from": "components/VTimePicker",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTimePickerClock": {
|
|
500
|
-
"from": "components/VTimePicker",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
|
-
"VTimePickerControls": {
|
|
504
|
-
"from": "components/VTimePicker",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
|
-
"VTextField": {
|
|
508
|
-
"from": "components/VTextField",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
495
|
"VTreeview": {
|
|
512
496
|
"from": "components/VTreeview",
|
|
513
497
|
"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": []
|
|
@@ -560,8 +540,8 @@
|
|
|
560
540
|
"from": "components/VGrid",
|
|
561
541
|
"styles": []
|
|
562
542
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
543
|
+
"VHover": {
|
|
544
|
+
"from": "components/VHover",
|
|
565
545
|
"styles": []
|
|
566
546
|
},
|
|
567
547
|
"VLayout": {
|
|
@@ -572,16 +552,16 @@
|
|
|
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": {
|
|
@@ -592,14 +572,34 @@
|
|
|
592
572
|
"from": "components/VRadio",
|
|
593
573
|
"styles": []
|
|
594
574
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
575
|
+
"VRangeSlider": {
|
|
576
|
+
"from": "components/VRangeSlider",
|
|
577
|
+
"styles": []
|
|
578
|
+
},
|
|
579
|
+
"VNoSsr": {
|
|
580
|
+
"from": "components/VNoSsr",
|
|
597
581
|
"styles": []
|
|
598
582
|
},
|
|
599
583
|
"VSnackbarQueue": {
|
|
600
584
|
"from": "components/VSnackbarQueue",
|
|
601
585
|
"styles": []
|
|
602
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
603
|
"VSparkline": {
|
|
604
604
|
"from": "components/VSparkline",
|
|
605
605
|
"styles": []
|
|
@@ -608,14 +608,14 @@
|
|
|
608
608
|
"from": "components/VSpeedDial",
|
|
609
609
|
"styles": []
|
|
610
610
|
},
|
|
611
|
-
"VThemeProvider": {
|
|
612
|
-
"from": "components/VThemeProvider",
|
|
613
|
-
"styles": []
|
|
614
|
-
},
|
|
615
611
|
"VValidation": {
|
|
616
612
|
"from": "components/VValidation",
|
|
617
613
|
"styles": []
|
|
618
614
|
},
|
|
615
|
+
"VThemeProvider": {
|
|
616
|
+
"from": "components/VThemeProvider",
|
|
617
|
+
"styles": []
|
|
618
|
+
},
|
|
619
619
|
"VVirtualScroll": {
|
|
620
620
|
"from": "components/VVirtualScroll",
|
|
621
621
|
"styles": []
|
|
@@ -684,8 +684,8 @@
|
|
|
684
684
|
"from": "components/transitions",
|
|
685
685
|
"styles": []
|
|
686
686
|
},
|
|
687
|
-
"
|
|
688
|
-
"from": "components/
|
|
687
|
+
"VInfiniteScroll": {
|
|
688
|
+
"from": "components/VInfiniteScroll",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
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",
|