@vuetify/nightly 3.8.4-master.2025-05-12 → 3.8.4-master.2025-05-13
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 +15 -3
- package/dist/json/attributes.json +3567 -3559
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6513 -6483
- package/dist/vuetify-labs.cjs +82 -8
- package/dist/vuetify-labs.css +4320 -4320
- package/dist/vuetify-labs.d.ts +80 -62
- package/dist/vuetify-labs.esm.js +82 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +82 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +4776 -4776
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +28 -0
- package/lib/labs/VDateInput/VDateInput.js +79 -5
- package/lib/labs/VDateInput/VDateInput.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
|
"VFileUpload": {
|
8
4
|
"from": "labs/VFileUpload",
|
9
5
|
"styles": []
|
@@ -12,16 +8,16 @@
|
|
12
8
|
"from": "labs/VFileUpload",
|
13
9
|
"styles": []
|
14
10
|
},
|
15
|
-
"
|
16
|
-
"from": "labs/
|
11
|
+
"VTimePicker": {
|
12
|
+
"from": "labs/VTimePicker",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"
|
20
|
-
"from": "labs/
|
15
|
+
"VTimePickerClock": {
|
16
|
+
"from": "labs/VTimePicker",
|
21
17
|
"styles": []
|
22
18
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
19
|
+
"VTimePickerControls": {
|
20
|
+
"from": "labs/VTimePicker",
|
25
21
|
"styles": []
|
26
22
|
},
|
27
23
|
"VCalendar": {
|
@@ -48,45 +44,49 @@
|
|
48
44
|
"from": "labs/VCalendar",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
47
|
+
"VTreeview": {
|
48
|
+
"from": "labs/VTreeview",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
51
|
+
"VTreeviewItem": {
|
52
|
+
"from": "labs/VTreeview",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
55
|
+
"VTreeviewGroup": {
|
56
|
+
"from": "labs/VTreeview",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
59
|
+
"VStepperVertical": {
|
60
|
+
"from": "labs/VStepperVertical",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
63
|
+
"VStepperVerticalItem": {
|
64
|
+
"from": "labs/VStepperVertical",
|
69
65
|
"styles": []
|
70
66
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
67
|
+
"VStepperVerticalActions": {
|
68
|
+
"from": "labs/VStepperVertical",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
71
|
+
"VPicker": {
|
72
|
+
"from": "labs/VPicker",
|
77
73
|
"styles": []
|
78
74
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
75
|
+
"VPickerTitle": {
|
76
|
+
"from": "labs/VPicker",
|
81
77
|
"styles": []
|
82
78
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
79
|
+
"VIconBtn": {
|
80
|
+
"from": "labs/VIconBtn",
|
85
81
|
"styles": []
|
86
82
|
},
|
87
83
|
"VDateInput": {
|
88
84
|
"from": "labs/VDateInput",
|
89
85
|
"styles": []
|
86
|
+
},
|
87
|
+
"VPullToRefresh": {
|
88
|
+
"from": "labs/VPullToRefresh",
|
89
|
+
"styles": []
|
90
90
|
}
|
91
91
|
}
|
92
92
|
}
|
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
|
"VAppBar": {
|
4
8
|
"from": "components/VAppBar",
|
5
9
|
"styles": []
|
@@ -12,16 +16,8 @@
|
|
12
16
|
"from": "components/VAppBar",
|
13
17
|
"styles": []
|
14
18
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VAlert": {
|
20
|
-
"from": "components/VAlert",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAlertTitle": {
|
24
|
-
"from": "components/VAlert",
|
19
|
+
"VAvatar": {
|
20
|
+
"from": "components/VAvatar",
|
25
21
|
"styles": []
|
26
22
|
},
|
27
23
|
"VAutocomplete": {
|
@@ -40,20 +36,16 @@
|
|
40
36
|
"from": "components/VBanner",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VBadge": {
|
48
|
-
"from": "components/VBadge",
|
39
|
+
"VAlert": {
|
40
|
+
"from": "components/VAlert",
|
49
41
|
"styles": []
|
50
42
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
43
|
+
"VAlertTitle": {
|
44
|
+
"from": "components/VAlert",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
47
|
+
"VBadge": {
|
48
|
+
"from": "components/VBadge",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
51
|
"VBreadcrumbs": {
|
@@ -68,14 +60,38 @@
|
|
68
60
|
"from": "components/VBreadcrumbs",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
63
|
+
"VBottomSheet": {
|
64
|
+
"from": "components/VBottomSheet",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBottomNavigation": {
|
68
|
+
"from": "components/VBottomNavigation",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
75
|
"VBtnToggle": {
|
76
76
|
"from": "components/VBtnToggle",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
87
|
+
"VCheckbox": {
|
88
|
+
"from": "components/VCheckbox",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VCheckboxBtn": {
|
92
|
+
"from": "components/VCheckbox",
|
93
|
+
"styles": []
|
94
|
+
},
|
79
95
|
"VCard": {
|
80
96
|
"from": "components/VCard",
|
81
97
|
"styles": []
|
@@ -100,26 +116,6 @@
|
|
100
116
|
"from": "components/VCard",
|
101
117
|
"styles": []
|
102
118
|
},
|
103
|
-
"VCarousel": {
|
104
|
-
"from": "components/VCarousel",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCheckbox": {
|
112
|
-
"from": "components/VCheckbox",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCheckboxBtn": {
|
116
|
-
"from": "components/VCheckbox",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VChip": {
|
120
|
-
"from": "components/VChip",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
119
|
"VChipGroup": {
|
124
120
|
"from": "components/VChipGroup",
|
125
121
|
"styles": []
|
@@ -128,20 +124,20 @@
|
|
128
124
|
"from": "components/VColorPicker",
|
129
125
|
"styles": []
|
130
126
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
127
|
+
"VBtnGroup": {
|
128
|
+
"from": "components/VBtnGroup",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
131
|
+
"VCombobox": {
|
132
|
+
"from": "components/VCombobox",
|
137
133
|
"styles": []
|
138
134
|
},
|
139
135
|
"VCounter": {
|
140
136
|
"from": "components/VCounter",
|
141
137
|
"styles": []
|
142
138
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
139
|
+
"VChip": {
|
140
|
+
"from": "components/VChip",
|
145
141
|
"styles": []
|
146
142
|
},
|
147
143
|
"VDataTable": {
|
@@ -172,6 +168,34 @@
|
|
172
168
|
"from": "components/VDataTable",
|
173
169
|
"styles": []
|
174
170
|
},
|
171
|
+
"VCode": {
|
172
|
+
"from": "components/VCode",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDialog": {
|
176
|
+
"from": "components/VDialog",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VExpansionPanels": {
|
180
|
+
"from": "components/VExpansionPanel",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VExpansionPanel": {
|
184
|
+
"from": "components/VExpansionPanel",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VExpansionPanelText": {
|
188
|
+
"from": "components/VExpansionPanel",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VExpansionPanelTitle": {
|
192
|
+
"from": "components/VExpansionPanel",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VEmptyState": {
|
196
|
+
"from": "components/VEmptyState",
|
197
|
+
"styles": []
|
198
|
+
},
|
175
199
|
"VDatePicker": {
|
176
200
|
"from": "components/VDatePicker",
|
177
201
|
"styles": []
|
@@ -196,34 +220,10 @@
|
|
196
220
|
"from": "components/VDatePicker",
|
197
221
|
"styles": []
|
198
222
|
},
|
199
|
-
"VDialog": {
|
200
|
-
"from": "components/VDialog",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
223
|
"VDivider": {
|
204
224
|
"from": "components/VDivider",
|
205
225
|
"styles": []
|
206
226
|
},
|
207
|
-
"VEmptyState": {
|
208
|
-
"from": "components/VEmptyState",
|
209
|
-
"styles": []
|
210
|
-
},
|
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",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
227
|
"VField": {
|
228
228
|
"from": "components/VField",
|
229
229
|
"styles": []
|
@@ -232,16 +232,12 @@
|
|
232
232
|
"from": "components/VField",
|
233
233
|
"styles": []
|
234
234
|
},
|
235
|
-
"VFileInput": {
|
236
|
-
"from": "components/VFileInput",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
235
|
"VFab": {
|
240
236
|
"from": "components/VFab",
|
241
237
|
"styles": []
|
242
238
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
245
241
|
"styles": []
|
246
242
|
},
|
247
243
|
"VIcon": {
|
@@ -264,6 +260,14 @@
|
|
264
260
|
"from": "components/VIcon",
|
265
261
|
"styles": []
|
266
262
|
},
|
263
|
+
"VFooter": {
|
264
|
+
"from": "components/VFooter",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
269
|
+
"styles": []
|
270
|
+
},
|
267
271
|
"VInfiniteScroll": {
|
268
272
|
"from": "components/VInfiniteScroll",
|
269
273
|
"styles": []
|
@@ -280,16 +284,12 @@
|
|
280
284
|
"from": "components/VItemGroup",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
|
-
"VKbd": {
|
284
|
-
"from": "components/VKbd",
|
285
|
-
"styles": []
|
286
|
-
},
|
287
287
|
"VLabel": {
|
288
288
|
"from": "components/VLabel",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
291
|
+
"VKbd": {
|
292
|
+
"from": "components/VKbd",
|
293
293
|
"styles": []
|
294
294
|
},
|
295
295
|
"VList": {
|
@@ -332,18 +332,10 @@
|
|
332
332
|
"from": "components/VMain",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"VMessages": {
|
336
|
-
"from": "components/VMessages",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
335
|
"VMenu": {
|
340
336
|
"from": "components/VMenu",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"VOverlay": {
|
344
|
-
"from": "components/VOverlay",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
339
|
"VNumberInput": {
|
348
340
|
"from": "components/VNumberInput",
|
349
341
|
"styles": []
|
@@ -356,88 +348,68 @@
|
|
356
348
|
"from": "components/VOtpInput",
|
357
349
|
"styles": []
|
358
350
|
},
|
351
|
+
"VMessages": {
|
352
|
+
"from": "components/VMessages",
|
353
|
+
"styles": []
|
354
|
+
},
|
359
355
|
"VProgressCircular": {
|
360
356
|
"from": "components/VProgressCircular",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VProgressLinear": {
|
360
|
+
"from": "components/VProgressLinear",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
367
|
"VRating": {
|
372
368
|
"from": "components/VRating",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSheet": {
|
380
|
-
"from": "components/VSheet",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSelectionControlGroup": {
|
384
|
-
"from": "components/VSelectionControlGroup",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VSlideGroup": {
|
388
|
-
"from": "components/VSlideGroup",
|
371
|
+
"VRadioGroup": {
|
372
|
+
"from": "components/VRadioGroup",
|
389
373
|
"styles": []
|
390
374
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
375
|
+
"VPagination": {
|
376
|
+
"from": "components/VPagination",
|
393
377
|
"styles": []
|
394
378
|
},
|
395
379
|
"VSelect": {
|
396
380
|
"from": "components/VSelect",
|
397
381
|
"styles": []
|
398
382
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VSlider": {
|
404
|
-
"from": "components/VSlider",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSkeletonLoader": {
|
408
|
-
"from": "components/VSkeletonLoader",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VStepper": {
|
412
|
-
"from": "components/VStepper",
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
413
385
|
"styles": []
|
414
386
|
},
|
415
|
-
"
|
416
|
-
"from": "components/
|
387
|
+
"VSnackbar": {
|
388
|
+
"from": "components/VSnackbar",
|
417
389
|
"styles": []
|
418
390
|
},
|
419
|
-
"
|
420
|
-
"from": "components/
|
391
|
+
"VSelectionControl": {
|
392
|
+
"from": "components/VSelectionControl",
|
421
393
|
"styles": []
|
422
394
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
395
|
+
"VSlideGroup": {
|
396
|
+
"from": "components/VSlideGroup",
|
425
397
|
"styles": []
|
426
398
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
399
|
+
"VSlideGroupItem": {
|
400
|
+
"from": "components/VSlideGroup",
|
429
401
|
"styles": []
|
430
402
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
403
|
+
"VSelectionControlGroup": {
|
404
|
+
"from": "components/VSelectionControlGroup",
|
433
405
|
"styles": []
|
434
406
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
407
|
+
"VSlider": {
|
408
|
+
"from": "components/VSlider",
|
437
409
|
"styles": []
|
438
410
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
411
|
+
"VSwitch": {
|
412
|
+
"from": "components/VSwitch",
|
441
413
|
"styles": []
|
442
414
|
},
|
443
415
|
"VTable": {
|
@@ -460,12 +432,12 @@
|
|
460
432
|
"from": "components/VTabs",
|
461
433
|
"styles": []
|
462
434
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar",
|
465
437
|
"styles": []
|
466
438
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
439
|
+
"VTextField": {
|
440
|
+
"from": "components/VTextField",
|
469
441
|
"styles": []
|
470
442
|
},
|
471
443
|
"VTimeline": {
|
@@ -512,30 +484,38 @@
|
|
512
484
|
"from": "components/VDefaultsProvider",
|
513
485
|
"styles": []
|
514
486
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
487
|
+
"VStepper": {
|
488
|
+
"from": "components/VStepper",
|
517
489
|
"styles": []
|
518
490
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
491
|
+
"VStepperActions": {
|
492
|
+
"from": "components/VStepper",
|
521
493
|
"styles": []
|
522
494
|
},
|
523
|
-
"
|
524
|
-
"from": "components/
|
495
|
+
"VStepperHeader": {
|
496
|
+
"from": "components/VStepper",
|
525
497
|
"styles": []
|
526
498
|
},
|
527
|
-
"
|
528
|
-
"from": "components/
|
499
|
+
"VStepperItem": {
|
500
|
+
"from": "components/VStepper",
|
529
501
|
"styles": []
|
530
502
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
503
|
+
"VStepperWindow": {
|
504
|
+
"from": "components/VStepper",
|
505
|
+
"styles": []
|
506
|
+
},
|
507
|
+
"VStepperWindowItem": {
|
508
|
+
"from": "components/VStepper",
|
533
509
|
"styles": []
|
534
510
|
},
|
535
511
|
"VHover": {
|
536
512
|
"from": "components/VHover",
|
537
513
|
"styles": []
|
538
514
|
},
|
515
|
+
"VLazy": {
|
516
|
+
"from": "components/VLazy",
|
517
|
+
"styles": []
|
518
|
+
},
|
539
519
|
"VLayout": {
|
540
520
|
"from": "components/VLayout",
|
541
521
|
"styles": []
|
@@ -544,10 +524,6 @@
|
|
544
524
|
"from": "components/VLayout",
|
545
525
|
"styles": []
|
546
526
|
},
|
547
|
-
"VLazy": {
|
548
|
-
"from": "components/VLazy",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
527
|
"VLocaleProvider": {
|
552
528
|
"from": "components/VLocaleProvider",
|
553
529
|
"styles": []
|
@@ -572,12 +548,24 @@
|
|
572
548
|
"from": "components/VResponsive",
|
573
549
|
"styles": []
|
574
550
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
551
|
+
"VContainer": {
|
552
|
+
"from": "components/VGrid",
|
577
553
|
"styles": []
|
578
554
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
555
|
+
"VCol": {
|
556
|
+
"from": "components/VGrid",
|
557
|
+
"styles": []
|
558
|
+
},
|
559
|
+
"VRow": {
|
560
|
+
"from": "components/VGrid",
|
561
|
+
"styles": []
|
562
|
+
},
|
563
|
+
"VSpacer": {
|
564
|
+
"from": "components/VGrid",
|
565
|
+
"styles": []
|
566
|
+
},
|
567
|
+
"VSparkline": {
|
568
|
+
"from": "components/VSparkline",
|
581
569
|
"styles": []
|
582
570
|
},
|
583
571
|
"VSpeedDial": {
|
@@ -588,14 +576,18 @@
|
|
588
576
|
"from": "components/VThemeProvider",
|
589
577
|
"styles": []
|
590
578
|
},
|
591
|
-
"
|
592
|
-
"from": "components/
|
579
|
+
"VValidation": {
|
580
|
+
"from": "components/VValidation",
|
593
581
|
"styles": []
|
594
582
|
},
|
595
583
|
"VVirtualScroll": {
|
596
584
|
"from": "components/VVirtualScroll",
|
597
585
|
"styles": []
|
598
586
|
},
|
587
|
+
"VSkeletonLoader": {
|
588
|
+
"from": "components/VSkeletonLoader",
|
589
|
+
"styles": []
|
590
|
+
},
|
599
591
|
"VFabTransition": {
|
600
592
|
"from": "components/transitions",
|
601
593
|
"styles": []
|
@@ -660,8 +652,16 @@
|
|
660
652
|
"from": "components/transitions",
|
661
653
|
"styles": []
|
662
654
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
655
|
+
"VForm": {
|
656
|
+
"from": "components/VForm",
|
657
|
+
"styles": []
|
658
|
+
},
|
659
|
+
"VTextarea": {
|
660
|
+
"from": "components/VTextarea",
|
661
|
+
"styles": []
|
662
|
+
},
|
663
|
+
"VSnackbarQueue": {
|
664
|
+
"from": "components/VSnackbarQueue",
|
665
665
|
"styles": []
|
666
666
|
}
|
667
667
|
},
|
package/dist/json/tags.json
CHANGED
@@ -1396,6 +1396,7 @@
|
|
1396
1396
|
"hint",
|
1397
1397
|
"icon-color",
|
1398
1398
|
"id",
|
1399
|
+
"input-format",
|
1399
1400
|
"label",
|
1400
1401
|
"landscape",
|
1401
1402
|
"loading",
|
@@ -1404,6 +1405,7 @@
|
|
1404
1405
|
"max-errors",
|
1405
1406
|
"max-height",
|
1406
1407
|
"max-width",
|
1408
|
+
"menu",
|
1407
1409
|
"messages",
|
1408
1410
|
"min",
|
1409
1411
|
"min-height",
|