@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.2-master.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 +3 -14
- package/dist/json/attributes.json +3514 -3534
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +192 -192
- package/dist/json/tags.json +0 -5
- package/dist/json/web-types.json +19798 -6490
- package/dist/vuetify-labs.cjs +88 -278
- package/dist/vuetify-labs.css +4475 -4477
- package/dist/vuetify-labs.d.ts +64 -126
- package/dist/vuetify-labs.esm.js +88 -278
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +88 -278
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +79 -240
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2683 -2685
- package/dist/vuetify.d.ts +64 -116
- package/dist/vuetify.esm.js +79 -240
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -240
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +702 -724
- 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/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/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +64 -64
- 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,13 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VAlert": {
|
|
4
|
-
"from": "components/VAlert",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlertTitle": {
|
|
8
|
-
"from": "components/VAlert",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
3
|
"VApp": {
|
|
12
4
|
"from": "components/VApp",
|
|
13
5
|
"styles": []
|
|
@@ -16,6 +8,18 @@
|
|
|
16
8
|
"from": "components/VAutocomplete",
|
|
17
9
|
"styles": []
|
|
18
10
|
},
|
|
11
|
+
"VAvatar": {
|
|
12
|
+
"from": "components/VAvatar",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VAlert": {
|
|
16
|
+
"from": "components/VAlert",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VAlertTitle": {
|
|
20
|
+
"from": "components/VAlert",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
19
23
|
"VAppBar": {
|
|
20
24
|
"from": "components/VAppBar",
|
|
21
25
|
"styles": []
|
|
@@ -28,14 +32,26 @@
|
|
|
28
32
|
"from": "components/VAppBar",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
|
-
"VAvatar": {
|
|
32
|
-
"from": "components/VAvatar",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
35
|
"VBadge": {
|
|
36
36
|
"from": "components/VBadge",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
+
"VBanner": {
|
|
40
|
+
"from": "components/VBanner",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VBannerActions": {
|
|
44
|
+
"from": "components/VBanner",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBannerText": {
|
|
48
|
+
"from": "components/VBanner",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
39
55
|
"VBreadcrumbs": {
|
|
40
56
|
"from": "components/VBreadcrumbs",
|
|
41
57
|
"styles": []
|
|
@@ -48,32 +64,28 @@
|
|
|
48
64
|
"from": "components/VBreadcrumbs",
|
|
49
65
|
"styles": []
|
|
50
66
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBanner": {
|
|
56
|
-
"from": "components/VBanner",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBannerActions": {
|
|
60
|
-
"from": "components/VBanner",
|
|
67
|
+
"VBtn": {
|
|
68
|
+
"from": "components/VBtn",
|
|
61
69
|
"styles": []
|
|
62
70
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
71
|
+
"VBottomNavigation": {
|
|
72
|
+
"from": "components/VBottomNavigation",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle",
|
|
69
77
|
"styles": []
|
|
70
78
|
},
|
|
71
79
|
"VBtnGroup": {
|
|
72
80
|
"from": "components/VBtnGroup",
|
|
73
81
|
"styles": []
|
|
74
82
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
83
|
+
"VCheckbox": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VCheckboxBtn": {
|
|
88
|
+
"from": "components/VCheckbox",
|
|
77
89
|
"styles": []
|
|
78
90
|
},
|
|
79
91
|
"VCard": {
|
|
@@ -100,16 +112,8 @@
|
|
|
100
112
|
"from": "components/VCard",
|
|
101
113
|
"styles": []
|
|
102
114
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCheckboxBtn": {
|
|
108
|
-
"from": "components/VCheckbox",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VBtnToggle": {
|
|
112
|
-
"from": "components/VBtnToggle",
|
|
115
|
+
"VChip": {
|
|
116
|
+
"from": "components/VChip",
|
|
113
117
|
"styles": []
|
|
114
118
|
},
|
|
115
119
|
"VCarousel": {
|
|
@@ -120,52 +124,20 @@
|
|
|
120
124
|
"from": "components/VCarousel",
|
|
121
125
|
"styles": []
|
|
122
126
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VCombobox": {
|
|
128
|
-
"from": "components/VCombobox",
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
131
|
+
"VCounter": {
|
|
132
|
+
"from": "components/VCounter",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
135
|
"VCode": {
|
|
136
136
|
"from": "components/VCode",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
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",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerYears": {
|
|
160
|
-
"from": "components/VDatePicker",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VColorPicker": {
|
|
164
|
-
"from": "components/VColorPicker",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VCounter": {
|
|
168
|
-
"from": "components/VCounter",
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox",
|
|
169
141
|
"styles": []
|
|
170
142
|
},
|
|
171
143
|
"VDataTable": {
|
|
@@ -196,28 +168,36 @@
|
|
|
196
168
|
"from": "components/VDataTable",
|
|
197
169
|
"styles": []
|
|
198
170
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
171
|
+
"VDatePicker": {
|
|
172
|
+
"from": "components/VDatePicker",
|
|
201
173
|
"styles": []
|
|
202
174
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
175
|
+
"VDatePickerControls": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
205
177
|
"styles": []
|
|
206
178
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
179
|
+
"VDatePickerHeader": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
209
181
|
"styles": []
|
|
210
182
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
183
|
+
"VDatePickerMonth": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
213
185
|
"styles": []
|
|
214
186
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
187
|
+
"VDatePickerMonths": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
217
189
|
"styles": []
|
|
218
190
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
191
|
+
"VDatePickerYears": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VChipGroup": {
|
|
196
|
+
"from": "components/VChipGroup",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDivider": {
|
|
200
|
+
"from": "components/VDivider",
|
|
221
201
|
"styles": []
|
|
222
202
|
},
|
|
223
203
|
"VField": {
|
|
@@ -228,14 +208,30 @@
|
|
|
228
208
|
"from": "components/VField",
|
|
229
209
|
"styles": []
|
|
230
210
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
211
|
+
"VExpansionPanels": {
|
|
212
|
+
"from": "components/VExpansionPanel",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VExpansionPanel": {
|
|
216
|
+
"from": "components/VExpansionPanel",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VExpansionPanelText": {
|
|
220
|
+
"from": "components/VExpansionPanel",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VExpansionPanelTitle": {
|
|
224
|
+
"from": "components/VExpansionPanel",
|
|
233
225
|
"styles": []
|
|
234
226
|
},
|
|
235
227
|
"VFab": {
|
|
236
228
|
"from": "components/VFab",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
231
|
+
"VDialog": {
|
|
232
|
+
"from": "components/VDialog",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
239
235
|
"VFooter": {
|
|
240
236
|
"from": "components/VFooter",
|
|
241
237
|
"styles": []
|
|
@@ -244,10 +240,6 @@
|
|
|
244
240
|
"from": "components/VFileInput",
|
|
245
241
|
"styles": []
|
|
246
242
|
},
|
|
247
|
-
"VImg": {
|
|
248
|
-
"from": "components/VImg",
|
|
249
|
-
"styles": []
|
|
250
|
-
},
|
|
251
243
|
"VIcon": {
|
|
252
244
|
"from": "components/VIcon",
|
|
253
245
|
"styles": []
|
|
@@ -272,6 +264,34 @@
|
|
|
272
264
|
"from": "components/VInput",
|
|
273
265
|
"styles": []
|
|
274
266
|
},
|
|
267
|
+
"VInfiniteScroll": {
|
|
268
|
+
"from": "components/VInfiniteScroll",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VImg": {
|
|
272
|
+
"from": "components/VImg",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VItemGroup": {
|
|
280
|
+
"from": "components/VItemGroup",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VItem": {
|
|
284
|
+
"from": "components/VItemGroup",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VLabel": {
|
|
288
|
+
"from": "components/VLabel",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
|
+
"VNavigationDrawer": {
|
|
292
|
+
"from": "components/VNavigationDrawer",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
275
295
|
"VList": {
|
|
276
296
|
"from": "components/VList",
|
|
277
297
|
"styles": []
|
|
@@ -308,18 +328,6 @@
|
|
|
308
328
|
"from": "components/VList",
|
|
309
329
|
"styles": []
|
|
310
330
|
},
|
|
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
331
|
"VMain": {
|
|
324
332
|
"from": "components/VMain",
|
|
325
333
|
"styles": []
|
|
@@ -328,30 +336,22 @@
|
|
|
328
336
|
"from": "components/VMenu",
|
|
329
337
|
"styles": []
|
|
330
338
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
339
|
+
"VOtpInput": {
|
|
340
|
+
"from": "components/VOtpInput",
|
|
333
341
|
"styles": []
|
|
334
342
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
337
345
|
"styles": []
|
|
338
346
|
},
|
|
339
347
|
"VNumberInput": {
|
|
340
348
|
"from": "components/VNumberInput",
|
|
341
349
|
"styles": []
|
|
342
350
|
},
|
|
343
|
-
"VOtpInput": {
|
|
344
|
-
"from": "components/VOtpInput",
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
351
|
"VOverlay": {
|
|
348
352
|
"from": "components/VOverlay",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"VProgressCircular": {
|
|
352
|
-
"from": "components/VProgressCircular",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
355
|
"VPagination": {
|
|
356
356
|
"from": "components/VPagination",
|
|
357
357
|
"styles": []
|
|
@@ -360,18 +360,14 @@
|
|
|
360
360
|
"from": "components/VProgressLinear",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VProgressCircular": {
|
|
364
|
+
"from": "components/VProgressCircular",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VRating": {
|
|
368
368
|
"from": "components/VRating",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"VSelectionControl": {
|
|
372
|
-
"from": "components/VSelectionControl",
|
|
373
|
-
"styles": []
|
|
374
|
-
},
|
|
375
371
|
"VSelect": {
|
|
376
372
|
"from": "components/VSelect",
|
|
377
373
|
"styles": []
|
|
@@ -380,10 +376,6 @@
|
|
|
380
376
|
"from": "components/VSelectionControlGroup",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"VSheet": {
|
|
384
|
-
"from": "components/VSheet",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
379
|
"VSlideGroup": {
|
|
388
380
|
"from": "components/VSlideGroup",
|
|
389
381
|
"styles": []
|
|
@@ -392,14 +384,26 @@
|
|
|
392
384
|
"from": "components/VSlideGroup",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
387
|
+
"VSelectionControl": {
|
|
388
|
+
"from": "components/VSelectionControl",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
395
391
|
"VSkeletonLoader": {
|
|
396
392
|
"from": "components/VSkeletonLoader",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
395
|
+
"VSheet": {
|
|
396
|
+
"from": "components/VSheet",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
399
|
"VSlider": {
|
|
400
400
|
"from": "components/VSlider",
|
|
401
401
|
"styles": []
|
|
402
402
|
},
|
|
403
|
+
"VSnackbar": {
|
|
404
|
+
"from": "components/VSnackbar",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
403
407
|
"VStepper": {
|
|
404
408
|
"from": "components/VStepper",
|
|
405
409
|
"styles": []
|
|
@@ -424,12 +428,8 @@
|
|
|
424
428
|
"from": "components/VStepper",
|
|
425
429
|
"styles": []
|
|
426
430
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
|
-
"VSystemBar": {
|
|
432
|
-
"from": "components/VSystemBar",
|
|
431
|
+
"VSwitch": {
|
|
432
|
+
"from": "components/VSwitch",
|
|
433
433
|
"styles": []
|
|
434
434
|
},
|
|
435
435
|
"VTab": {
|
|
@@ -448,20 +448,20 @@
|
|
|
448
448
|
"from": "components/VTabs",
|
|
449
449
|
"styles": []
|
|
450
450
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VTextarea": {
|
|
456
|
-
"from": "components/VTextarea",
|
|
451
|
+
"VTextField": {
|
|
452
|
+
"from": "components/VTextField",
|
|
457
453
|
"styles": []
|
|
458
454
|
},
|
|
459
455
|
"VTable": {
|
|
460
456
|
"from": "components/VTable",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
459
|
+
"VSystemBar": {
|
|
460
|
+
"from": "components/VSystemBar",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea",
|
|
465
465
|
"styles": []
|
|
466
466
|
},
|
|
467
467
|
"VTimeline": {
|
|
@@ -472,16 +472,20 @@
|
|
|
472
472
|
"from": "components/VTimeline",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
475
|
+
"VTooltip": {
|
|
476
|
+
"from": "components/VTooltip",
|
|
477
477
|
"styles": []
|
|
478
478
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
479
|
+
"VTimePicker": {
|
|
480
|
+
"from": "components/VTimePicker",
|
|
481
481
|
"styles": []
|
|
482
482
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
483
|
+
"VTimePickerClock": {
|
|
484
|
+
"from": "components/VTimePicker",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VTimePickerControls": {
|
|
488
|
+
"from": "components/VTimePicker",
|
|
485
489
|
"styles": []
|
|
486
490
|
},
|
|
487
491
|
"VTreeview": {
|
|
@@ -496,32 +500,32 @@
|
|
|
496
500
|
"from": "components/VTreeview",
|
|
497
501
|
"styles": []
|
|
498
502
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
503
|
+
"VToolbar": {
|
|
504
|
+
"from": "components/VToolbar",
|
|
501
505
|
"styles": []
|
|
502
506
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
507
|
+
"VToolbarTitle": {
|
|
508
|
+
"from": "components/VToolbar",
|
|
505
509
|
"styles": []
|
|
506
510
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
511
|
+
"VToolbarItems": {
|
|
512
|
+
"from": "components/VToolbar",
|
|
509
513
|
"styles": []
|
|
510
514
|
},
|
|
511
|
-
"
|
|
512
|
-
"from": "components/
|
|
515
|
+
"VWindow": {
|
|
516
|
+
"from": "components/VWindow",
|
|
513
517
|
"styles": []
|
|
514
518
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
519
|
+
"VWindowItem": {
|
|
520
|
+
"from": "components/VWindow",
|
|
517
521
|
"styles": []
|
|
518
522
|
},
|
|
519
523
|
"VDefaultsProvider": {
|
|
520
524
|
"from": "components/VDefaultsProvider",
|
|
521
525
|
"styles": []
|
|
522
526
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
527
|
+
"VDataIterator": {
|
|
528
|
+
"from": "components/VDataIterator",
|
|
525
529
|
"styles": []
|
|
526
530
|
},
|
|
527
531
|
"VContainer": {
|
|
@@ -540,20 +544,28 @@
|
|
|
540
544
|
"from": "components/VGrid",
|
|
541
545
|
"styles": []
|
|
542
546
|
},
|
|
543
|
-
"
|
|
544
|
-
"from": "components/
|
|
547
|
+
"VConfirmEdit": {
|
|
548
|
+
"from": "components/VConfirmEdit",
|
|
545
549
|
"styles": []
|
|
546
550
|
},
|
|
547
|
-
"
|
|
548
|
-
"from": "components/
|
|
551
|
+
"VForm": {
|
|
552
|
+
"from": "components/VForm",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
555
|
+
"VHover": {
|
|
556
|
+
"from": "components/VHover",
|
|
549
557
|
"styles": []
|
|
550
558
|
},
|
|
551
559
|
"VLazy": {
|
|
552
560
|
"from": "components/VLazy",
|
|
553
561
|
"styles": []
|
|
554
562
|
},
|
|
555
|
-
"
|
|
556
|
-
"from": "components/
|
|
563
|
+
"VLayout": {
|
|
564
|
+
"from": "components/VLayout",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
567
|
+
"VLayoutItem": {
|
|
568
|
+
"from": "components/VLayout",
|
|
557
569
|
"styles": []
|
|
558
570
|
},
|
|
559
571
|
"VLocaleProvider": {
|
|
@@ -564,6 +576,14 @@
|
|
|
564
576
|
"from": "components/VNoSsr",
|
|
565
577
|
"styles": []
|
|
566
578
|
},
|
|
579
|
+
"VRadioGroup": {
|
|
580
|
+
"from": "components/VRadioGroup",
|
|
581
|
+
"styles": []
|
|
582
|
+
},
|
|
583
|
+
"VEmptyState": {
|
|
584
|
+
"from": "components/VEmptyState",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
567
587
|
"VParallax": {
|
|
568
588
|
"from": "components/VParallax",
|
|
569
589
|
"styles": []
|
|
@@ -580,46 +600,30 @@
|
|
|
580
600
|
"from": "components/VResponsive",
|
|
581
601
|
"styles": []
|
|
582
602
|
},
|
|
583
|
-
"VSpeedDial": {
|
|
584
|
-
"from": "components/VSpeedDial",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
603
|
"VSparkline": {
|
|
588
604
|
"from": "components/VSparkline",
|
|
589
605
|
"styles": []
|
|
590
606
|
},
|
|
591
|
-
"VKbd": {
|
|
592
|
-
"from": "components/VKbd",
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
607
|
"VSnackbarQueue": {
|
|
596
608
|
"from": "components/VSnackbarQueue",
|
|
597
609
|
"styles": []
|
|
598
610
|
},
|
|
599
|
-
"
|
|
600
|
-
"from": "components/
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
|
-
"VTimePickerClock": {
|
|
604
|
-
"from": "components/VTimePicker",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
|
-
"VTimePickerControls": {
|
|
608
|
-
"from": "components/VTimePicker",
|
|
611
|
+
"VSpeedDial": {
|
|
612
|
+
"from": "components/VSpeedDial",
|
|
609
613
|
"styles": []
|
|
610
614
|
},
|
|
611
615
|
"VThemeProvider": {
|
|
612
616
|
"from": "components/VThemeProvider",
|
|
613
617
|
"styles": []
|
|
614
618
|
},
|
|
615
|
-
"VValidation": {
|
|
616
|
-
"from": "components/VValidation",
|
|
617
|
-
"styles": []
|
|
618
|
-
},
|
|
619
619
|
"VVirtualScroll": {
|
|
620
620
|
"from": "components/VVirtualScroll",
|
|
621
621
|
"styles": []
|
|
622
622
|
},
|
|
623
|
+
"VValidation": {
|
|
624
|
+
"from": "components/VValidation",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
623
627
|
"VFabTransition": {
|
|
624
628
|
"from": "components/transitions",
|
|
625
629
|
"styles": []
|
|
@@ -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",
|