@vuetify/nightly 3.8.4-master.2025-05-10 → 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 +21 -3
- package/dist/json/attributes.json +3074 -3066
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +188 -188
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +5704 -5674
- package/dist/vuetify-labs.cjs +82 -8
- package/dist/vuetify-labs.css +3919 -3919
- package/dist/vuetify-labs.d.ts +90 -72
- 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 +3546 -3546
- package/dist/vuetify.d.ts +72 -72
- 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 +72 -72
- 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 -2
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,8 +16,24 @@
|
|
12
16
|
"from": "components/VAppBar",
|
13
17
|
"styles": []
|
14
18
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
19
|
+
"VAvatar": {
|
20
|
+
"from": "components/VAvatar",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VAutocomplete": {
|
24
|
+
"from": "components/VAutocomplete",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VBanner": {
|
28
|
+
"from": "components/VBanner",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VBannerActions": {
|
32
|
+
"from": "components/VBanner",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VBannerText": {
|
36
|
+
"from": "components/VBanner",
|
17
37
|
"styles": []
|
18
38
|
},
|
19
39
|
"VAlert": {
|
@@ -24,34 +44,46 @@
|
|
24
44
|
"from": "components/VAlert",
|
25
45
|
"styles": []
|
26
46
|
},
|
27
|
-
"VAvatar": {
|
28
|
-
"from": "components/VAvatar",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
47
|
"VBadge": {
|
32
48
|
"from": "components/VBadge",
|
33
49
|
"styles": []
|
34
50
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
51
|
+
"VBreadcrumbs": {
|
52
|
+
"from": "components/VBreadcrumbs",
|
37
53
|
"styles": []
|
38
54
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
55
|
+
"VBreadcrumbsItem": {
|
56
|
+
"from": "components/VBreadcrumbs",
|
41
57
|
"styles": []
|
42
58
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
59
|
+
"VBreadcrumbsDivider": {
|
60
|
+
"from": "components/VBreadcrumbs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBottomSheet": {
|
64
|
+
"from": "components/VBottomSheet",
|
45
65
|
"styles": []
|
46
66
|
},
|
47
67
|
"VBottomNavigation": {
|
48
68
|
"from": "components/VBottomNavigation",
|
49
69
|
"styles": []
|
50
70
|
},
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn",
|
73
|
+
"styles": []
|
74
|
+
},
|
51
75
|
"VBtnToggle": {
|
52
76
|
"from": "components/VBtnToggle",
|
53
77
|
"styles": []
|
54
78
|
},
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel",
|
85
|
+
"styles": []
|
86
|
+
},
|
55
87
|
"VCheckbox": {
|
56
88
|
"from": "components/VCheckbox",
|
57
89
|
"styles": []
|
@@ -60,20 +92,28 @@
|
|
60
92
|
"from": "components/VCheckbox",
|
61
93
|
"styles": []
|
62
94
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
95
|
+
"VCard": {
|
96
|
+
"from": "components/VCard",
|
65
97
|
"styles": []
|
66
98
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
99
|
+
"VCardActions": {
|
100
|
+
"from": "components/VCard",
|
69
101
|
"styles": []
|
70
102
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
103
|
+
"VCardItem": {
|
104
|
+
"from": "components/VCard",
|
73
105
|
"styles": []
|
74
106
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
107
|
+
"VCardSubtitle": {
|
108
|
+
"from": "components/VCard",
|
109
|
+
"styles": []
|
110
|
+
},
|
111
|
+
"VCardText": {
|
112
|
+
"from": "components/VCard",
|
113
|
+
"styles": []
|
114
|
+
},
|
115
|
+
"VCardTitle": {
|
116
|
+
"from": "components/VCard",
|
77
117
|
"styles": []
|
78
118
|
},
|
79
119
|
"VChipGroup": {
|
@@ -84,12 +124,20 @@
|
|
84
124
|
"from": "components/VColorPicker",
|
85
125
|
"styles": []
|
86
126
|
},
|
127
|
+
"VBtnGroup": {
|
128
|
+
"from": "components/VBtnGroup",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VCombobox": {
|
132
|
+
"from": "components/VCombobox",
|
133
|
+
"styles": []
|
134
|
+
},
|
87
135
|
"VCounter": {
|
88
136
|
"from": "components/VCounter",
|
89
137
|
"styles": []
|
90
138
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
139
|
+
"VChip": {
|
140
|
+
"from": "components/VChip",
|
93
141
|
"styles": []
|
94
142
|
},
|
95
143
|
"VDataTable": {
|
@@ -120,14 +168,34 @@
|
|
120
168
|
"from": "components/VDataTable",
|
121
169
|
"styles": []
|
122
170
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
171
|
+
"VCode": {
|
172
|
+
"from": "components/VCode",
|
125
173
|
"styles": []
|
126
174
|
},
|
127
175
|
"VDialog": {
|
128
176
|
"from": "components/VDialog",
|
129
177
|
"styles": []
|
130
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
|
+
},
|
131
199
|
"VDatePicker": {
|
132
200
|
"from": "components/VDatePicker",
|
133
201
|
"styles": []
|
@@ -152,10 +220,6 @@
|
|
152
220
|
"from": "components/VDatePicker",
|
153
221
|
"styles": []
|
154
222
|
},
|
155
|
-
"VEmptyState": {
|
156
|
-
"from": "components/VEmptyState",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
223
|
"VDivider": {
|
160
224
|
"from": "components/VDivider",
|
161
225
|
"styles": []
|
@@ -168,38 +232,10 @@
|
|
168
232
|
"from": "components/VField",
|
169
233
|
"styles": []
|
170
234
|
},
|
171
|
-
"VExpansionPanels": {
|
172
|
-
"from": "components/VExpansionPanel",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VExpansionPanel": {
|
176
|
-
"from": "components/VExpansionPanel",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VExpansionPanelText": {
|
180
|
-
"from": "components/VExpansionPanel",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VExpansionPanelTitle": {
|
184
|
-
"from": "components/VExpansionPanel",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
235
|
"VFab": {
|
188
236
|
"from": "components/VFab",
|
189
237
|
"styles": []
|
190
238
|
},
|
191
|
-
"VBreadcrumbs": {
|
192
|
-
"from": "components/VBreadcrumbs",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VBreadcrumbsItem": {
|
196
|
-
"from": "components/VBreadcrumbs",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VBreadcrumbsDivider": {
|
200
|
-
"from": "components/VBreadcrumbs",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
239
|
"VFileInput": {
|
204
240
|
"from": "components/VFileInput",
|
205
241
|
"styles": []
|
@@ -224,16 +260,20 @@
|
|
224
260
|
"from": "components/VIcon",
|
225
261
|
"styles": []
|
226
262
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
263
|
+
"VFooter": {
|
264
|
+
"from": "components/VFooter",
|
229
265
|
"styles": []
|
230
266
|
},
|
231
267
|
"VImg": {
|
232
268
|
"from": "components/VImg",
|
233
269
|
"styles": []
|
234
270
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput",
|
237
277
|
"styles": []
|
238
278
|
},
|
239
279
|
"VItemGroup": {
|
@@ -244,12 +284,12 @@
|
|
244
284
|
"from": "components/VItemGroup",
|
245
285
|
"styles": []
|
246
286
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel",
|
249
289
|
"styles": []
|
250
290
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
291
|
+
"VKbd": {
|
292
|
+
"from": "components/VKbd",
|
253
293
|
"styles": []
|
254
294
|
},
|
255
295
|
"VList": {
|
@@ -288,10 +328,18 @@
|
|
288
328
|
"from": "components/VList",
|
289
329
|
"styles": []
|
290
330
|
},
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
333
|
+
"styles": []
|
334
|
+
},
|
291
335
|
"VMenu": {
|
292
336
|
"from": "components/VMenu",
|
293
337
|
"styles": []
|
294
338
|
},
|
339
|
+
"VNumberInput": {
|
340
|
+
"from": "components/VNumberInput",
|
341
|
+
"styles": []
|
342
|
+
},
|
295
343
|
"VNavigationDrawer": {
|
296
344
|
"from": "components/VNavigationDrawer",
|
297
345
|
"styles": []
|
@@ -300,76 +348,48 @@
|
|
300
348
|
"from": "components/VOtpInput",
|
301
349
|
"styles": []
|
302
350
|
},
|
303
|
-
"VNumberInput": {
|
304
|
-
"from": "components/VNumberInput",
|
305
|
-
"styles": []
|
306
|
-
},
|
307
|
-
"VOverlay": {
|
308
|
-
"from": "components/VOverlay",
|
309
|
-
"styles": []
|
310
|
-
},
|
311
351
|
"VMessages": {
|
312
352
|
"from": "components/VMessages",
|
313
353
|
"styles": []
|
314
354
|
},
|
315
|
-
"
|
316
|
-
"from": "components/
|
355
|
+
"VProgressCircular": {
|
356
|
+
"from": "components/VProgressCircular",
|
317
357
|
"styles": []
|
318
358
|
},
|
319
359
|
"VProgressLinear": {
|
320
360
|
"from": "components/VProgressLinear",
|
321
361
|
"styles": []
|
322
362
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VRadioGroup": {
|
328
|
-
"from": "components/VRadioGroup",
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay",
|
329
365
|
"styles": []
|
330
366
|
},
|
331
367
|
"VRating": {
|
332
368
|
"from": "components/VRating",
|
333
369
|
"styles": []
|
334
370
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VCardActions": {
|
340
|
-
"from": "components/VCard",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
|
-
"VCardItem": {
|
344
|
-
"from": "components/VCard",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
|
-
"VCardSubtitle": {
|
348
|
-
"from": "components/VCard",
|
349
|
-
"styles": []
|
350
|
-
},
|
351
|
-
"VCardText": {
|
352
|
-
"from": "components/VCard",
|
371
|
+
"VRadioGroup": {
|
372
|
+
"from": "components/VRadioGroup",
|
353
373
|
"styles": []
|
354
374
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
375
|
+
"VPagination": {
|
376
|
+
"from": "components/VPagination",
|
357
377
|
"styles": []
|
358
378
|
},
|
359
379
|
"VSelect": {
|
360
380
|
"from": "components/VSelect",
|
361
381
|
"styles": []
|
362
382
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
365
385
|
"styles": []
|
366
386
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
387
|
+
"VSnackbar": {
|
388
|
+
"from": "components/VSnackbar",
|
369
389
|
"styles": []
|
370
390
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
391
|
+
"VSelectionControl": {
|
392
|
+
"from": "components/VSelectionControl",
|
373
393
|
"styles": []
|
374
394
|
},
|
375
395
|
"VSlideGroup": {
|
@@ -380,16 +400,20 @@
|
|
380
400
|
"from": "components/VSlideGroup",
|
381
401
|
"styles": []
|
382
402
|
},
|
403
|
+
"VSelectionControlGroup": {
|
404
|
+
"from": "components/VSelectionControlGroup",
|
405
|
+
"styles": []
|
406
|
+
},
|
383
407
|
"VSlider": {
|
384
408
|
"from": "components/VSlider",
|
385
409
|
"styles": []
|
386
410
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
411
|
+
"VSwitch": {
|
412
|
+
"from": "components/VSwitch",
|
389
413
|
"styles": []
|
390
414
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
415
|
+
"VTable": {
|
416
|
+
"from": "components/VTable",
|
393
417
|
"styles": []
|
394
418
|
},
|
395
419
|
"VTab": {
|
@@ -408,44 +432,12 @@
|
|
408
432
|
"from": "components/VTabs",
|
409
433
|
"styles": []
|
410
434
|
},
|
411
|
-
"VStepper": {
|
412
|
-
"from": "components/VStepper",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VStepperActions": {
|
416
|
-
"from": "components/VStepper",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
|
-
"VStepperHeader": {
|
420
|
-
"from": "components/VStepper",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VStepperItem": {
|
424
|
-
"from": "components/VStepper",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VStepperWindow": {
|
428
|
-
"from": "components/VStepper",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VStepperWindowItem": {
|
432
|
-
"from": "components/VStepper",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VTextarea": {
|
436
|
-
"from": "components/VTextarea",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
435
|
"VSystemBar": {
|
440
436
|
"from": "components/VSystemBar",
|
441
437
|
"styles": []
|
442
438
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VSwitch": {
|
448
|
-
"from": "components/VSwitch",
|
439
|
+
"VTextField": {
|
440
|
+
"from": "components/VTextField",
|
449
441
|
"styles": []
|
450
442
|
},
|
451
443
|
"VTimeline": {
|
@@ -472,10 +464,6 @@
|
|
472
464
|
"from": "components/VTooltip",
|
473
465
|
"styles": []
|
474
466
|
},
|
475
|
-
"VTextField": {
|
476
|
-
"from": "components/VTextField",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
467
|
"VWindow": {
|
480
468
|
"from": "components/VWindow",
|
481
469
|
"styles": []
|
@@ -484,6 +472,10 @@
|
|
484
472
|
"from": "components/VWindow",
|
485
473
|
"styles": []
|
486
474
|
},
|
475
|
+
"VConfirmEdit": {
|
476
|
+
"from": "components/VConfirmEdit",
|
477
|
+
"styles": []
|
478
|
+
},
|
487
479
|
"VDataIterator": {
|
488
480
|
"from": "components/VDataIterator",
|
489
481
|
"styles": []
|
@@ -492,32 +484,36 @@
|
|
492
484
|
"from": "components/VDefaultsProvider",
|
493
485
|
"styles": []
|
494
486
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
487
|
+
"VStepper": {
|
488
|
+
"from": "components/VStepper",
|
497
489
|
"styles": []
|
498
490
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
491
|
+
"VStepperActions": {
|
492
|
+
"from": "components/VStepper",
|
501
493
|
"styles": []
|
502
494
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
495
|
+
"VStepperHeader": {
|
496
|
+
"from": "components/VStepper",
|
505
497
|
"styles": []
|
506
498
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
499
|
+
"VStepperItem": {
|
500
|
+
"from": "components/VStepper",
|
509
501
|
"styles": []
|
510
502
|
},
|
511
|
-
"
|
512
|
-
"from": "components/
|
503
|
+
"VStepperWindow": {
|
504
|
+
"from": "components/VStepper",
|
513
505
|
"styles": []
|
514
506
|
},
|
515
|
-
"
|
516
|
-
"from": "components/
|
507
|
+
"VStepperWindowItem": {
|
508
|
+
"from": "components/VStepper",
|
517
509
|
"styles": []
|
518
510
|
},
|
519
|
-
"
|
520
|
-
"from": "components/
|
511
|
+
"VHover": {
|
512
|
+
"from": "components/VHover",
|
513
|
+
"styles": []
|
514
|
+
},
|
515
|
+
"VLazy": {
|
516
|
+
"from": "components/VLazy",
|
521
517
|
"styles": []
|
522
518
|
},
|
523
519
|
"VLayout": {
|
@@ -532,10 +528,6 @@
|
|
532
528
|
"from": "components/VLocaleProvider",
|
533
529
|
"styles": []
|
534
530
|
},
|
535
|
-
"VLazy": {
|
536
|
-
"from": "components/VLazy",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
531
|
"VNoSsr": {
|
540
532
|
"from": "components/VNoSsr",
|
541
533
|
"styles": []
|
@@ -548,10 +540,30 @@
|
|
548
540
|
"from": "components/VRadio",
|
549
541
|
"styles": []
|
550
542
|
},
|
543
|
+
"VRangeSlider": {
|
544
|
+
"from": "components/VRangeSlider",
|
545
|
+
"styles": []
|
546
|
+
},
|
551
547
|
"VResponsive": {
|
552
548
|
"from": "components/VResponsive",
|
553
549
|
"styles": []
|
554
550
|
},
|
551
|
+
"VContainer": {
|
552
|
+
"from": "components/VGrid",
|
553
|
+
"styles": []
|
554
|
+
},
|
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
|
+
},
|
555
567
|
"VSparkline": {
|
556
568
|
"from": "components/VSparkline",
|
557
569
|
"styles": []
|
@@ -560,24 +572,20 @@
|
|
560
572
|
"from": "components/VSpeedDial",
|
561
573
|
"styles": []
|
562
574
|
},
|
563
|
-
"
|
564
|
-
"from": "components/
|
575
|
+
"VThemeProvider": {
|
576
|
+
"from": "components/VThemeProvider",
|
565
577
|
"styles": []
|
566
578
|
},
|
567
579
|
"VValidation": {
|
568
580
|
"from": "components/VValidation",
|
569
581
|
"styles": []
|
570
582
|
},
|
571
|
-
"VThemeProvider": {
|
572
|
-
"from": "components/VThemeProvider",
|
573
|
-
"styles": []
|
574
|
-
},
|
575
583
|
"VVirtualScroll": {
|
576
584
|
"from": "components/VVirtualScroll",
|
577
585
|
"styles": []
|
578
586
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
587
|
+
"VSkeletonLoader": {
|
588
|
+
"from": "components/VSkeletonLoader",
|
581
589
|
"styles": []
|
582
590
|
},
|
583
591
|
"VFabTransition": {
|
@@ -644,24 +652,16 @@
|
|
644
652
|
"from": "components/transitions",
|
645
653
|
"styles": []
|
646
654
|
},
|
647
|
-
"
|
648
|
-
"from": "components/
|
649
|
-
"styles": []
|
650
|
-
},
|
651
|
-
"VBannerActions": {
|
652
|
-
"from": "components/VBanner",
|
653
|
-
"styles": []
|
654
|
-
},
|
655
|
-
"VBannerText": {
|
656
|
-
"from": "components/VBanner",
|
655
|
+
"VForm": {
|
656
|
+
"from": "components/VForm",
|
657
657
|
"styles": []
|
658
658
|
},
|
659
|
-
"
|
660
|
-
"from": "components/
|
659
|
+
"VTextarea": {
|
660
|
+
"from": "components/VTextarea",
|
661
661
|
"styles": []
|
662
662
|
},
|
663
|
-
"
|
664
|
-
"from": "components/
|
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",
|