vant 3.3.2 → 3.3.3-beta.nuxt3

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/vetur/tags.json CHANGED
@@ -31,6 +31,30 @@
31
31
  "replace"
32
32
  ]
33
33
  },
34
+ "van-action-sheet": {
35
+ "attributes": [
36
+ "v-model:show",
37
+ "actions",
38
+ "title",
39
+ "cancel-text",
40
+ "description",
41
+ "closeable",
42
+ "close-icon",
43
+ "duration",
44
+ "round",
45
+ "overlay",
46
+ "overlay-class",
47
+ "overlay-style",
48
+ "lock-scroll",
49
+ "lazy-render",
50
+ "close-on-popstate",
51
+ "close-on-click-action",
52
+ "close-on-click-overlay",
53
+ "safe-area-inset-bottom",
54
+ "teleport",
55
+ "before-close"
56
+ ]
57
+ },
34
58
  "van-address-edit": {
35
59
  "attributes": [
36
60
  "area-list",
@@ -57,6 +81,16 @@
57
81
  "validator"
58
82
  ]
59
83
  },
84
+ "van-badge": {
85
+ "attributes": [
86
+ "content",
87
+ "color",
88
+ "dot",
89
+ "max",
90
+ "offset",
91
+ "show-zero"
92
+ ]
93
+ },
60
94
  "van-address-list": {
61
95
  "attributes": [
62
96
  "v-model",
@@ -85,40 +119,6 @@
85
119
  "is-oversea-code"
86
120
  ]
87
121
  },
88
- "van-action-sheet": {
89
- "attributes": [
90
- "v-model:show",
91
- "actions",
92
- "title",
93
- "cancel-text",
94
- "description",
95
- "closeable",
96
- "close-icon",
97
- "duration",
98
- "round",
99
- "overlay",
100
- "overlay-class",
101
- "overlay-style",
102
- "lock-scroll",
103
- "lazy-render",
104
- "close-on-popstate",
105
- "close-on-click-action",
106
- "close-on-click-overlay",
107
- "safe-area-inset-bottom",
108
- "teleport",
109
- "before-close"
110
- ]
111
- },
112
- "van-badge": {
113
- "attributes": [
114
- "content",
115
- "color",
116
- "dot",
117
- "max",
118
- "offset",
119
- "show-zero"
120
- ]
121
- },
122
122
  "van-button": {
123
123
  "attributes": [
124
124
  "type",
@@ -422,6 +422,13 @@
422
422
  "max-minute"
423
423
  ]
424
424
  },
425
+ "van-divider": {
426
+ "attributes": [
427
+ "dashed",
428
+ "hairline",
429
+ "content-position"
430
+ ]
431
+ },
425
432
  "van-dialog": {
426
433
  "attributes": [
427
434
  "v-model:show",
@@ -449,11 +456,11 @@
449
456
  "teleport"
450
457
  ]
451
458
  },
452
- "van-divider": {
459
+ "van-empty": {
453
460
  "attributes": [
454
- "dashed",
455
- "hairline",
456
- "content-position"
461
+ "image",
462
+ "image-size",
463
+ "description"
457
464
  ]
458
465
  },
459
466
  "van-dropdown-menu": {
@@ -478,13 +485,6 @@
478
485
  "teleport"
479
486
  ]
480
487
  },
481
- "van-empty": {
482
- "attributes": [
483
- "image",
484
- "image-size",
485
- "description"
486
- ]
487
- },
488
488
  "van-field": {
489
489
  "attributes": [
490
490
  "v-model",
@@ -580,22 +580,19 @@
580
580
  "tag"
581
581
  ]
582
582
  },
583
- "van-image": {
583
+ "van-index-bar": {
584
584
  "attributes": [
585
- "src",
586
- "fit",
587
- "alt",
588
- "width",
589
- "height",
590
- "radius",
591
- "round",
592
- "lazy-load",
593
- "show-error",
594
- "show-loading",
595
- "error-icon",
596
- "loading-icon",
597
- "icon-size",
598
- "icon-prefix"
585
+ "index-list",
586
+ "z-index",
587
+ "sticky",
588
+ "sticky-offset-top",
589
+ "highlight-color",
590
+ "teleport"
591
+ ]
592
+ },
593
+ "van-index-anchor": {
594
+ "attributes": [
595
+ "index"
599
596
  ]
600
597
  },
601
598
  "van-image-preview": {
@@ -620,19 +617,32 @@
620
617
  "teleport"
621
618
  ]
622
619
  },
623
- "van-index-bar": {
620
+ "van-image": {
624
621
  "attributes": [
625
- "index-list",
626
- "z-index",
627
- "sticky",
628
- "sticky-offset-top",
629
- "highlight-color",
630
- "teleport"
622
+ "src",
623
+ "fit",
624
+ "alt",
625
+ "width",
626
+ "height",
627
+ "radius",
628
+ "round",
629
+ "lazy-load",
630
+ "show-error",
631
+ "show-loading",
632
+ "error-icon",
633
+ "loading-icon",
634
+ "icon-size",
635
+ "icon-prefix"
631
636
  ]
632
637
  },
633
- "van-index-anchor": {
638
+ "van-loading": {
634
639
  "attributes": [
635
- "index"
640
+ "color",
641
+ "type",
642
+ "size",
643
+ "text-size",
644
+ "text-color",
645
+ "vertical"
636
646
  ]
637
647
  },
638
648
  "van-list": {
@@ -648,14 +658,25 @@
648
658
  "direction"
649
659
  ]
650
660
  },
651
- "van-loading": {
661
+ "van-number-keyboard": {
652
662
  "attributes": [
653
- "color",
654
- "type",
655
- "size",
656
- "text-size",
657
- "text-color",
658
- "vertical"
663
+ "v-model",
664
+ "show",
665
+ "title",
666
+ "theme",
667
+ "maxlength",
668
+ "transition",
669
+ "z-index",
670
+ "extra-key",
671
+ "close-button-text",
672
+ "delete-button-text",
673
+ "close-button-loading",
674
+ "show-delete-key",
675
+ "blur-on-close",
676
+ "hide-on-click-outside",
677
+ "teleport",
678
+ "safe-area-inset-bottom",
679
+ "random-key-order"
659
680
  ]
660
681
  },
661
682
  "van-nav-bar": {
@@ -684,27 +705,6 @@
684
705
  "wrapable"
685
706
  ]
686
707
  },
687
- "van-number-keyboard": {
688
- "attributes": [
689
- "v-model",
690
- "show",
691
- "title",
692
- "theme",
693
- "maxlength",
694
- "transition",
695
- "z-index",
696
- "extra-key",
697
- "close-button-text",
698
- "delete-button-text",
699
- "close-button-loading",
700
- "show-delete-key",
701
- "blur-on-close",
702
- "hide-on-click-outside",
703
- "teleport",
704
- "safe-area-inset-bottom",
705
- "random-key-order"
706
- ]
707
- },
708
708
  "van-overlay": {
709
709
  "attributes": [
710
710
  "show",
@@ -728,17 +728,6 @@
728
728
  "force-ellipses"
729
729
  ]
730
730
  },
731
- "van-password-input": {
732
- "attributes": [
733
- "value",
734
- "info",
735
- "error-info",
736
- "length",
737
- "gutter",
738
- "mask",
739
- "focused"
740
- ]
741
- },
742
731
  "van-picker": {
743
732
  "attributes": [
744
733
  "columns",
@@ -756,6 +745,17 @@
756
745
  "swipe-duration"
757
746
  ]
758
747
  },
748
+ "van-password-input": {
749
+ "attributes": [
750
+ "value",
751
+ "info",
752
+ "error-info",
753
+ "length",
754
+ "gutter",
755
+ "mask",
756
+ "focused"
757
+ ]
758
+ },
759
759
  "van-popover": {
760
760
  "attributes": [
761
761
  "v-model:show",
@@ -776,6 +776,19 @@
776
776
  "icon-prefix"
777
777
  ]
778
778
  },
779
+ "van-progress": {
780
+ "attributes": [
781
+ "percentage",
782
+ "stroke-width",
783
+ "color",
784
+ "track-color",
785
+ "pivot-text",
786
+ "pivot-color",
787
+ "text-color",
788
+ "inactive",
789
+ "show-pivot"
790
+ ]
791
+ },
779
792
  "van-popup": {
780
793
  "attributes": [
781
794
  "v-model:show",
@@ -800,19 +813,6 @@
800
813
  "safe-area-inset-bottom"
801
814
  ]
802
815
  },
803
- "van-progress": {
804
- "attributes": [
805
- "percentage",
806
- "stroke-width",
807
- "color",
808
- "track-color",
809
- "pivot-text",
810
- "pivot-color",
811
- "text-color",
812
- "inactive",
813
- "show-pivot"
814
- ]
815
- },
816
816
  "van-pull-refresh": {
817
817
  "attributes": [
818
818
  "v-model",
@@ -827,6 +827,34 @@
827
827
  "disabled"
828
828
  ]
829
829
  },
830
+ "van-search": {
831
+ "attributes": [
832
+ "v-model",
833
+ "label",
834
+ "name",
835
+ "shape",
836
+ "id",
837
+ "background",
838
+ "maxlength",
839
+ "placeholder",
840
+ "clearable",
841
+ "clear-icon",
842
+ "clear-trigger",
843
+ "autofocus",
844
+ "show-action",
845
+ "action-text",
846
+ "disabled",
847
+ "readonly",
848
+ "error",
849
+ "error-message",
850
+ "formatter",
851
+ "format-trigger",
852
+ "input-align",
853
+ "left-icon",
854
+ "right-icon",
855
+ "autocomplete"
856
+ ]
857
+ },
830
858
  "van-radio": {
831
859
  "attributes": [
832
860
  "name",
@@ -865,34 +893,6 @@
865
893
  "touchable"
866
894
  ]
867
895
  },
868
- "van-search": {
869
- "attributes": [
870
- "v-model",
871
- "label",
872
- "name",
873
- "shape",
874
- "id",
875
- "background",
876
- "maxlength",
877
- "placeholder",
878
- "clearable",
879
- "clear-icon",
880
- "clear-trigger",
881
- "autofocus",
882
- "show-action",
883
- "action-text",
884
- "disabled",
885
- "readonly",
886
- "error",
887
- "error-message",
888
- "formatter",
889
- "format-trigger",
890
- "input-align",
891
- "left-icon",
892
- "right-icon",
893
- "autocomplete"
894
- ]
895
- },
896
896
  "van-share-sheet": {
897
897
  "attributes": [
898
898
  "v-model:show",
@@ -1029,6 +1029,16 @@
1029
1029
  "safe-area-inset-bottom"
1030
1030
  ]
1031
1031
  },
1032
+ "van-swipe-cell": {
1033
+ "attributes": [
1034
+ "name",
1035
+ "left-width",
1036
+ "right-width",
1037
+ "before-close",
1038
+ "disabled",
1039
+ "stop-propagation"
1040
+ ]
1041
+ },
1032
1042
  "van-swipe": {
1033
1043
  "attributes": [
1034
1044
  "autoplay",
@@ -1048,16 +1058,6 @@
1048
1058
  "van-swipe-item": {
1049
1059
  "attributes": []
1050
1060
  },
1051
- "van-swipe-cell": {
1052
- "attributes": [
1053
- "name",
1054
- "left-width",
1055
- "right-width",
1056
- "before-close",
1057
- "disabled",
1058
- "stop-propagation"
1059
- ]
1060
- },
1061
1061
  "van-switch": {
1062
1062
  "attributes": [
1063
1063
  "v-model",
@@ -1070,6 +1070,19 @@
1070
1070
  "inactive-value"
1071
1071
  ]
1072
1072
  },
1073
+ "van-tag": {
1074
+ "attributes": [
1075
+ "type",
1076
+ "size",
1077
+ "color",
1078
+ "show",
1079
+ "plain",
1080
+ "round",
1081
+ "mark",
1082
+ "text-color",
1083
+ "closeable"
1084
+ ]
1085
+ },
1073
1086
  "van-tabs": {
1074
1087
  "attributes": [
1075
1088
  "v-model:active",
@@ -1134,19 +1147,6 @@
1134
1147
  "replace"
1135
1148
  ]
1136
1149
  },
1137
- "van-tag": {
1138
- "attributes": [
1139
- "type",
1140
- "size",
1141
- "color",
1142
- "show",
1143
- "plain",
1144
- "round",
1145
- "mark",
1146
- "text-color",
1147
- "closeable"
1148
- ]
1149
- },
1150
1150
  "van-tree-select": {
1151
1151
  "attributes": [
1152
1152
  "items",