@dimailn/vuetify 2.7.2-alpha45 → 2.7.2-alpha47

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.
Files changed (60) hide show
  1. package/dist/json/attributes.json +690 -0
  2. package/dist/json/tags.json +784 -0
  3. package/dist/json/web-types.json +11518 -0
  4. package/dist/vuetify.js +99 -97
  5. package/dist/vuetify.js.map +1 -1
  6. package/dist/vuetify.min.css +1 -1
  7. package/dist/vuetify.min.js +2 -2
  8. package/es5/components/VIcon/VIcon.js +73 -93
  9. package/es5/components/VIcon/VIcon.js.map +1 -1
  10. package/es5/components/VMenu/VMenu.js +3 -1
  11. package/es5/components/VMenu/VMenu.js.map +1 -1
  12. package/es5/components/VTextField/VTextField.js +1 -1
  13. package/es5/components/VTextField/VTextField.js.map +1 -1
  14. package/es5/framework.js +1 -1
  15. package/lib/components/VIcon/VIcon.js +50 -96
  16. package/lib/components/VIcon/VIcon.js.map +1 -1
  17. package/lib/components/VMenu/VMenu.js +8 -5
  18. package/lib/components/VMenu/VMenu.js.map +1 -1
  19. package/lib/components/VTextField/VTextField.js +1 -1
  20. package/lib/components/VTextField/VTextField.js.map +1 -1
  21. package/lib/framework.js +1 -1
  22. package/package.json +1 -1
  23. package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
  24. package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
  25. package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +1 -1
  26. package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +16 -13
  27. package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +5 -0
  28. package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +33 -24
  29. package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +10 -5
  30. package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +50 -29
  31. package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +38 -23
  32. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +670 -438
  33. package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +88 -53
  34. package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +4 -4
  35. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +68 -0
  36. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +40 -0
  37. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerHeader.spec.ts.snap +40 -0
  38. package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +4 -0
  39. package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
  40. package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +43 -43
  41. package/src/components/VIcon/VIcon.ts +50 -98
  42. package/src/components/VIcon/__tests__/VIcon.spec.ts +26 -5
  43. package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +11 -4
  44. package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +18 -2
  45. package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
  46. package/src/components/VMenu/VMenu.ts +10 -7
  47. package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +10 -10
  48. package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +16 -16
  49. package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +13 -11
  50. package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +1 -1
  51. package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +19 -7
  52. package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +29 -9
  53. package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +6 -2
  54. package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +6 -5
  55. package/src/components/VTextField/VTextField.ts +1 -1
  56. package/src/components/VTextField/__tests__/VTextField.spec.ts +23 -14
  57. package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +14 -12
  58. package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +2 -1
  59. package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +42 -21
  60. package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +5 -4
@@ -0,0 +1,784 @@
1
+ {
2
+ "v-app": {
3
+ "attributes": [],
4
+ "description": ""
5
+ },
6
+ "v-app-bar": {
7
+ "attributes": [],
8
+ "description": ""
9
+ },
10
+ "v-app-bar-nav-icon": {
11
+ "attributes": [],
12
+ "description": ""
13
+ },
14
+ "v-app-bar-title": {
15
+ "attributes": [],
16
+ "description": ""
17
+ },
18
+ "v-alert": {
19
+ "attributes": [],
20
+ "description": ""
21
+ },
22
+ "v-autocomplete": {
23
+ "attributes": [
24
+ "disabled",
25
+ "items",
26
+ "label",
27
+ "menu-props",
28
+ "readonly",
29
+ "value",
30
+ "value-comparator"
31
+ ],
32
+ "description": ""
33
+ },
34
+ "v-avatar": {
35
+ "attributes": [],
36
+ "description": ""
37
+ },
38
+ "v-badge": {
39
+ "attributes": [],
40
+ "description": ""
41
+ },
42
+ "v-banner": {
43
+ "attributes": [],
44
+ "description": ""
45
+ },
46
+ "v-bottom-navigation": {
47
+ "attributes": [],
48
+ "description": ""
49
+ },
50
+ "v-bottom-sheet": {
51
+ "attributes": [],
52
+ "description": ""
53
+ },
54
+ "v-breadcrumbs": {
55
+ "attributes": [
56
+ "items"
57
+ ],
58
+ "description": ""
59
+ },
60
+ "v-breadcrumbs-item": {
61
+ "attributes": [],
62
+ "description": ""
63
+ },
64
+ "v-breadcrumbs-divider": {
65
+ "attributes": [],
66
+ "description": ""
67
+ },
68
+ "v-btn": {
69
+ "attributes": [],
70
+ "description": ""
71
+ },
72
+ "v-btn-toggle": {
73
+ "attributes": [],
74
+ "description": ""
75
+ },
76
+ "v-calendar": {
77
+ "attributes": [],
78
+ "description": ""
79
+ },
80
+ "v-calendar-daily": {
81
+ "attributes": [],
82
+ "description": ""
83
+ },
84
+ "v-calendar-weekly": {
85
+ "attributes": [],
86
+ "description": ""
87
+ },
88
+ "v-calendar-monthly": {
89
+ "attributes": [],
90
+ "description": ""
91
+ },
92
+ "v-card": {
93
+ "attributes": [],
94
+ "description": ""
95
+ },
96
+ "v-card-actions": {
97
+ "attributes": [],
98
+ "description": ""
99
+ },
100
+ "v-card-subtitle": {
101
+ "attributes": [],
102
+ "description": ""
103
+ },
104
+ "v-card-text": {
105
+ "attributes": [],
106
+ "description": ""
107
+ },
108
+ "v-card-title": {
109
+ "attributes": [],
110
+ "description": ""
111
+ },
112
+ "v-carousel": {
113
+ "attributes": [],
114
+ "description": ""
115
+ },
116
+ "v-carousel-item": {
117
+ "attributes": [],
118
+ "description": ""
119
+ },
120
+ "v-checkbox": {
121
+ "attributes": [
122
+ "disabled",
123
+ "label",
124
+ "readonly",
125
+ "value"
126
+ ],
127
+ "description": ""
128
+ },
129
+ "v-simple-checkbox": {
130
+ "attributes": [],
131
+ "description": ""
132
+ },
133
+ "v-chip": {
134
+ "attributes": [],
135
+ "description": ""
136
+ },
137
+ "v-chip-group": {
138
+ "attributes": [],
139
+ "description": ""
140
+ },
141
+ "v-color-picker": {
142
+ "attributes": [],
143
+ "description": ""
144
+ },
145
+ "v-content": {
146
+ "attributes": [],
147
+ "description": ""
148
+ },
149
+ "v-combobox": {
150
+ "attributes": [
151
+ "disabled",
152
+ "items",
153
+ "label",
154
+ "menu-props",
155
+ "readonly",
156
+ "value",
157
+ "value-comparator"
158
+ ],
159
+ "description": ""
160
+ },
161
+ "v-data-iterator": {
162
+ "attributes": [
163
+ "checkbox-color",
164
+ "custom-filter",
165
+ "custom-group",
166
+ "custom-sort",
167
+ "disable-filtering",
168
+ "disable-pagination",
169
+ "disable-sort",
170
+ "expanded",
171
+ "footer-props",
172
+ "group-by",
173
+ "group-desc",
174
+ "hide-default-footer",
175
+ "item-key",
176
+ "items",
177
+ "items-per-page",
178
+ "loading",
179
+ "loading-text",
180
+ "locale",
181
+ "multi-sort",
182
+ "must-sort",
183
+ "no-data-text",
184
+ "no-results-text",
185
+ "options",
186
+ "page",
187
+ "search",
188
+ "server-items-length",
189
+ "single-expand",
190
+ "single-select",
191
+ "sort-by",
192
+ "sort-desc",
193
+ "value"
194
+ ],
195
+ "description": ""
196
+ },
197
+ "v-data-footer": {
198
+ "attributes": [
199
+ "options",
200
+ "pagination"
201
+ ],
202
+ "description": ""
203
+ },
204
+ "v-data-table": {
205
+ "attributes": [
206
+ "checkbox-color",
207
+ "custom-filter",
208
+ "custom-group",
209
+ "custom-sort",
210
+ "disable-filtering",
211
+ "disable-pagination",
212
+ "disable-sort",
213
+ "expanded",
214
+ "footer-props",
215
+ "group-by",
216
+ "group-desc",
217
+ "headers",
218
+ "hide-default-footer",
219
+ "item-key",
220
+ "items",
221
+ "items-per-page",
222
+ "loading",
223
+ "loading-text",
224
+ "locale",
225
+ "multi-sort",
226
+ "must-sort",
227
+ "no-data-text",
228
+ "no-results-text",
229
+ "options",
230
+ "page",
231
+ "search",
232
+ "server-items-length",
233
+ "single-expand",
234
+ "single-select",
235
+ "sort-by",
236
+ "sort-desc",
237
+ "value"
238
+ ],
239
+ "description": ""
240
+ },
241
+ "v-edit-dialog": {
242
+ "attributes": [],
243
+ "description": ""
244
+ },
245
+ "v-data-table-header": {
246
+ "attributes": [
247
+ "sort-by-text"
248
+ ],
249
+ "description": ""
250
+ },
251
+ "v-simple-table": {
252
+ "attributes": [],
253
+ "description": ""
254
+ },
255
+ "v-date-picker": {
256
+ "attributes": [],
257
+ "description": ""
258
+ },
259
+ "v-dialog": {
260
+ "attributes": [],
261
+ "description": ""
262
+ },
263
+ "v-divider": {
264
+ "attributes": [
265
+ "dark",
266
+ "light"
267
+ ],
268
+ "description": ""
269
+ },
270
+ "v-expansion-panels": {
271
+ "attributes": [],
272
+ "description": ""
273
+ },
274
+ "v-expansion-panel": {
275
+ "attributes": [],
276
+ "description": ""
277
+ },
278
+ "v-expansion-panel-header": {
279
+ "attributes": [],
280
+ "description": ""
281
+ },
282
+ "v-expansion-panel-content": {
283
+ "attributes": [],
284
+ "description": ""
285
+ },
286
+ "v-file-input": {
287
+ "attributes": [
288
+ "disabled",
289
+ "label",
290
+ "multiple",
291
+ "value"
292
+ ],
293
+ "description": ""
294
+ },
295
+ "v-footer": {
296
+ "attributes": [],
297
+ "description": ""
298
+ },
299
+ "v-form": {
300
+ "attributes": [],
301
+ "description": ""
302
+ },
303
+ "v-container": {
304
+ "attributes": [],
305
+ "description": ""
306
+ },
307
+ "v-col": {
308
+ "attributes": [],
309
+ "description": ""
310
+ },
311
+ "v-row": {
312
+ "attributes": [],
313
+ "description": ""
314
+ },
315
+ "v-spacer": {
316
+ "attributes": [],
317
+ "description": ""
318
+ },
319
+ "v-layout": {
320
+ "attributes": [
321
+ "align-baseline",
322
+ "align-center",
323
+ "align-content-center",
324
+ "align-content-end",
325
+ "align-content-space-around",
326
+ "align-content-space-between",
327
+ "align-content-start",
328
+ "align-end",
329
+ "align-start",
330
+ "column",
331
+ "d-{type}",
332
+ "fill-height",
333
+ "justify-center",
334
+ "justify-end",
335
+ "justify-space-around",
336
+ "justify-space-between",
337
+ "justify-start",
338
+ "reverse",
339
+ "row",
340
+ "tag",
341
+ "wrap"
342
+ ],
343
+ "description": ""
344
+ },
345
+ "v-flex": {
346
+ "attributes": [
347
+ "(size)(1-12)",
348
+ "align-self-baseline",
349
+ "align-self-center",
350
+ "align-self-end",
351
+ "align-self-start",
352
+ "grow",
353
+ "offset-(size)(0-12)",
354
+ "order-(size)(1-12)",
355
+ "shrink"
356
+ ],
357
+ "description": ""
358
+ },
359
+ "v-hover": {
360
+ "attributes": [],
361
+ "description": ""
362
+ },
363
+ "v-icon": {
364
+ "attributes": [
365
+ "dense"
366
+ ],
367
+ "description": ""
368
+ },
369
+ "v-img": {
370
+ "attributes": [],
371
+ "description": ""
372
+ },
373
+ "v-input": {
374
+ "attributes": [
375
+ "disabled",
376
+ "label",
377
+ "readonly",
378
+ "value"
379
+ ],
380
+ "description": ""
381
+ },
382
+ "v-item": {
383
+ "attributes": [],
384
+ "description": ""
385
+ },
386
+ "v-item-group": {
387
+ "attributes": [],
388
+ "description": ""
389
+ },
390
+ "v-lazy": {
391
+ "attributes": [],
392
+ "description": ""
393
+ },
394
+ "v-list-item-action-text": {
395
+ "attributes": [],
396
+ "description": ""
397
+ },
398
+ "v-list-item-content": {
399
+ "attributes": [],
400
+ "description": ""
401
+ },
402
+ "v-list-item-title": {
403
+ "attributes": [],
404
+ "description": ""
405
+ },
406
+ "v-list-item-subtitle": {
407
+ "attributes": [],
408
+ "description": ""
409
+ },
410
+ "v-list": {
411
+ "attributes": [],
412
+ "description": ""
413
+ },
414
+ "v-list-group": {
415
+ "attributes": [],
416
+ "description": ""
417
+ },
418
+ "v-list-item": {
419
+ "attributes": [],
420
+ "description": ""
421
+ },
422
+ "v-list-item-action": {
423
+ "attributes": [],
424
+ "description": ""
425
+ },
426
+ "v-list-item-avatar": {
427
+ "attributes": [],
428
+ "description": ""
429
+ },
430
+ "v-list-item-icon": {
431
+ "attributes": [],
432
+ "description": ""
433
+ },
434
+ "v-list-item-group": {
435
+ "attributes": [],
436
+ "description": ""
437
+ },
438
+ "v-main": {
439
+ "attributes": [],
440
+ "description": ""
441
+ },
442
+ "v-menu": {
443
+ "attributes": [],
444
+ "description": ""
445
+ },
446
+ "v-navigation-drawer": {
447
+ "attributes": [],
448
+ "description": ""
449
+ },
450
+ "v-otp-input": {
451
+ "attributes": [],
452
+ "description": ""
453
+ },
454
+ "v-overflow-btn": {
455
+ "attributes": [
456
+ "disabled",
457
+ "items",
458
+ "label",
459
+ "menu-props",
460
+ "readonly",
461
+ "value",
462
+ "value-comparator"
463
+ ],
464
+ "description": ""
465
+ },
466
+ "v-overlay": {
467
+ "attributes": [],
468
+ "description": ""
469
+ },
470
+ "v-pagination": {
471
+ "attributes": [],
472
+ "description": ""
473
+ },
474
+ "v-sheet": {
475
+ "attributes": [
476
+ "tag",
477
+ "tile"
478
+ ],
479
+ "description": ""
480
+ },
481
+ "v-parallax": {
482
+ "attributes": [],
483
+ "description": ""
484
+ },
485
+ "v-progress-circular": {
486
+ "attributes": [],
487
+ "description": ""
488
+ },
489
+ "v-progress-linear": {
490
+ "attributes": [],
491
+ "description": ""
492
+ },
493
+ "v-radio-group": {
494
+ "attributes": [
495
+ "disabled",
496
+ "label",
497
+ "readonly",
498
+ "value"
499
+ ],
500
+ "description": ""
501
+ },
502
+ "v-radio": {
503
+ "attributes": [
504
+ "disabled",
505
+ "label",
506
+ "readonly",
507
+ "value"
508
+ ],
509
+ "description": ""
510
+ },
511
+ "v-range-slider": {
512
+ "attributes": [
513
+ "disabled",
514
+ "label",
515
+ "readonly",
516
+ "value"
517
+ ],
518
+ "description": ""
519
+ },
520
+ "v-rating": {
521
+ "attributes": [],
522
+ "description": ""
523
+ },
524
+ "v-responsive": {
525
+ "attributes": [],
526
+ "description": ""
527
+ },
528
+ "v-select": {
529
+ "attributes": [
530
+ "disabled",
531
+ "items",
532
+ "label",
533
+ "menu-props",
534
+ "readonly",
535
+ "value",
536
+ "value-comparator"
537
+ ],
538
+ "description": ""
539
+ },
540
+ "v-skeleton-loader": {
541
+ "attributes": [
542
+ "type"
543
+ ],
544
+ "description": ""
545
+ },
546
+ "v-slider": {
547
+ "attributes": [
548
+ "disabled",
549
+ "label",
550
+ "readonly",
551
+ "value"
552
+ ],
553
+ "description": ""
554
+ },
555
+ "v-slide-group": {
556
+ "attributes": [],
557
+ "description": ""
558
+ },
559
+ "v-slide-item": {
560
+ "attributes": [],
561
+ "description": ""
562
+ },
563
+ "v-snackbar": {
564
+ "attributes": [],
565
+ "description": ""
566
+ },
567
+ "v-sparkline": {
568
+ "attributes": [],
569
+ "description": ""
570
+ },
571
+ "v-speed-dial": {
572
+ "attributes": [],
573
+ "description": ""
574
+ },
575
+ "v-stepper": {
576
+ "attributes": [],
577
+ "description": ""
578
+ },
579
+ "v-stepper-content": {
580
+ "attributes": [],
581
+ "description": ""
582
+ },
583
+ "v-stepper-step": {
584
+ "attributes": [],
585
+ "description": ""
586
+ },
587
+ "v-stepper-header": {
588
+ "attributes": [],
589
+ "description": ""
590
+ },
591
+ "v-stepper-items": {
592
+ "attributes": [],
593
+ "description": ""
594
+ },
595
+ "v-subheader": {
596
+ "attributes": [],
597
+ "description": ""
598
+ },
599
+ "v-switch": {
600
+ "attributes": [
601
+ "disabled",
602
+ "label",
603
+ "readonly",
604
+ "value"
605
+ ],
606
+ "description": ""
607
+ },
608
+ "v-system-bar": {
609
+ "attributes": [],
610
+ "description": ""
611
+ },
612
+ "v-tabs": {
613
+ "attributes": [],
614
+ "description": ""
615
+ },
616
+ "v-tab": {
617
+ "attributes": [],
618
+ "description": ""
619
+ },
620
+ "v-tab-item": {
621
+ "attributes": [],
622
+ "description": ""
623
+ },
624
+ "v-tabs-items": {
625
+ "attributes": [],
626
+ "description": ""
627
+ },
628
+ "v-tabs-slider": {
629
+ "attributes": [],
630
+ "description": ""
631
+ },
632
+ "v-textarea": {
633
+ "attributes": [
634
+ "disabled",
635
+ "label",
636
+ "readonly",
637
+ "value"
638
+ ],
639
+ "description": ""
640
+ },
641
+ "v-text-field": {
642
+ "attributes": [
643
+ "disabled",
644
+ "label",
645
+ "readonly",
646
+ "value"
647
+ ],
648
+ "description": ""
649
+ },
650
+ "v-theme-provider": {
651
+ "attributes": [],
652
+ "description": ""
653
+ },
654
+ "v-timeline": {
655
+ "attributes": [],
656
+ "description": ""
657
+ },
658
+ "v-timeline-item": {
659
+ "attributes": [],
660
+ "description": ""
661
+ },
662
+ "v-time-picker": {
663
+ "attributes": [],
664
+ "description": ""
665
+ },
666
+ "v-toolbar": {
667
+ "attributes": [],
668
+ "description": ""
669
+ },
670
+ "v-toolbar-items": {
671
+ "attributes": [],
672
+ "description": ""
673
+ },
674
+ "v-toolbar-title": {
675
+ "attributes": [],
676
+ "description": ""
677
+ },
678
+ "v-tooltip": {
679
+ "attributes": [],
680
+ "description": ""
681
+ },
682
+ "v-treeview": {
683
+ "attributes": [],
684
+ "description": ""
685
+ },
686
+ "v-virtual-scroll": {
687
+ "attributes": [],
688
+ "description": ""
689
+ },
690
+ "v-window": {
691
+ "attributes": [
692
+ "touch"
693
+ ],
694
+ "description": ""
695
+ },
696
+ "v-window-item": {
697
+ "attributes": [],
698
+ "description": ""
699
+ },
700
+ "v-carousel-transition": {
701
+ "attributes": [],
702
+ "description": ""
703
+ },
704
+ "v-carousel-reverse-transition": {
705
+ "attributes": [],
706
+ "description": ""
707
+ },
708
+ "v-tab-transition": {
709
+ "attributes": [],
710
+ "description": ""
711
+ },
712
+ "v-tab-reverse-transition": {
713
+ "attributes": [],
714
+ "description": ""
715
+ },
716
+ "v-menu-transition": {
717
+ "attributes": [],
718
+ "description": ""
719
+ },
720
+ "v-fab-transition": {
721
+ "attributes": [],
722
+ "description": ""
723
+ },
724
+ "v-dialog-transition": {
725
+ "attributes": [],
726
+ "description": ""
727
+ },
728
+ "v-dialog-bottom-transition": {
729
+ "attributes": [],
730
+ "description": ""
731
+ },
732
+ "v-dialog-top-transition": {
733
+ "attributes": [],
734
+ "description": ""
735
+ },
736
+ "v-fade-transition": {
737
+ "attributes": [],
738
+ "description": ""
739
+ },
740
+ "v-scale-transition": {
741
+ "attributes": [],
742
+ "description": ""
743
+ },
744
+ "v-scroll-x-transition": {
745
+ "attributes": [],
746
+ "description": ""
747
+ },
748
+ "v-scroll-x-reverse-transition": {
749
+ "attributes": [],
750
+ "description": ""
751
+ },
752
+ "v-scroll-y-transition": {
753
+ "attributes": [],
754
+ "description": ""
755
+ },
756
+ "v-scroll-y-reverse-transition": {
757
+ "attributes": [],
758
+ "description": ""
759
+ },
760
+ "v-slide-x-transition": {
761
+ "attributes": [],
762
+ "description": ""
763
+ },
764
+ "v-slide-x-reverse-transition": {
765
+ "attributes": [],
766
+ "description": ""
767
+ },
768
+ "v-slide-y-transition": {
769
+ "attributes": [],
770
+ "description": ""
771
+ },
772
+ "v-slide-y-reverse-transition": {
773
+ "attributes": [],
774
+ "description": ""
775
+ },
776
+ "v-expand-transition": {
777
+ "attributes": [],
778
+ "description": ""
779
+ },
780
+ "v-expand-x-transition": {
781
+ "attributes": [],
782
+ "description": ""
783
+ }
784
+ }