vant 3.3.3-beta.nuxt3 → 3.3.6
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/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/uploader/Uploader.js +13 -2
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/ssr.js +2 -2
- package/lib/uploader/Uploader.js +12 -1
- package/lib/vant.cjs.js +12 -2
- package/lib/vant.cjs.min.js +1 -1
- package/lib/vant.es.js +12 -2
- package/lib/vant.es.min.js +12 -2
- package/lib/vant.js +12 -2
- package/lib/vant.min.js +1 -1
- package/package.json +5 -3
- package/vetur/attributes.json +421 -421
- package/vetur/tags.json +148 -148
- package/vetur/web-types.json +1303 -1303
package/vetur/tags.json
CHANGED
@@ -81,16 +81,6 @@
|
|
81
81
|
"validator"
|
82
82
|
]
|
83
83
|
},
|
84
|
-
"van-badge": {
|
85
|
-
"attributes": [
|
86
|
-
"content",
|
87
|
-
"color",
|
88
|
-
"dot",
|
89
|
-
"max",
|
90
|
-
"offset",
|
91
|
-
"show-zero"
|
92
|
-
]
|
93
|
-
},
|
94
84
|
"van-address-list": {
|
95
85
|
"attributes": [
|
96
86
|
"v-model",
|
@@ -119,6 +109,16 @@
|
|
119
109
|
"is-oversea-code"
|
120
110
|
]
|
121
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,13 +422,6 @@
|
|
422
422
|
"max-minute"
|
423
423
|
]
|
424
424
|
},
|
425
|
-
"van-divider": {
|
426
|
-
"attributes": [
|
427
|
-
"dashed",
|
428
|
-
"hairline",
|
429
|
-
"content-position"
|
430
|
-
]
|
431
|
-
},
|
432
425
|
"van-dialog": {
|
433
426
|
"attributes": [
|
434
427
|
"v-model:show",
|
@@ -456,11 +449,11 @@
|
|
456
449
|
"teleport"
|
457
450
|
]
|
458
451
|
},
|
459
|
-
"van-
|
452
|
+
"van-divider": {
|
460
453
|
"attributes": [
|
461
|
-
"
|
462
|
-
"
|
463
|
-
"
|
454
|
+
"dashed",
|
455
|
+
"hairline",
|
456
|
+
"content-position"
|
464
457
|
]
|
465
458
|
},
|
466
459
|
"van-dropdown-menu": {
|
@@ -485,6 +478,13 @@
|
|
485
478
|
"teleport"
|
486
479
|
]
|
487
480
|
},
|
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,19 +580,22 @@
|
|
580
580
|
"tag"
|
581
581
|
]
|
582
582
|
},
|
583
|
-
"van-
|
584
|
-
"attributes": [
|
585
|
-
"index-list",
|
586
|
-
"z-index",
|
587
|
-
"sticky",
|
588
|
-
"sticky-offset-top",
|
589
|
-
"highlight-color",
|
590
|
-
"teleport"
|
591
|
-
]
|
592
|
-
},
|
593
|
-
"van-index-anchor": {
|
583
|
+
"van-image": {
|
594
584
|
"attributes": [
|
595
|
-
"
|
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"
|
596
599
|
]
|
597
600
|
},
|
598
601
|
"van-image-preview": {
|
@@ -617,32 +620,19 @@
|
|
617
620
|
"teleport"
|
618
621
|
]
|
619
622
|
},
|
620
|
-
"van-
|
623
|
+
"van-index-bar": {
|
621
624
|
"attributes": [
|
622
|
-
"
|
623
|
-
"
|
624
|
-
"
|
625
|
-
"
|
626
|
-
"
|
627
|
-
"
|
628
|
-
"round",
|
629
|
-
"lazy-load",
|
630
|
-
"show-error",
|
631
|
-
"show-loading",
|
632
|
-
"error-icon",
|
633
|
-
"loading-icon",
|
634
|
-
"icon-size",
|
635
|
-
"icon-prefix"
|
625
|
+
"index-list",
|
626
|
+
"z-index",
|
627
|
+
"sticky",
|
628
|
+
"sticky-offset-top",
|
629
|
+
"highlight-color",
|
630
|
+
"teleport"
|
636
631
|
]
|
637
632
|
},
|
638
|
-
"van-
|
633
|
+
"van-index-anchor": {
|
639
634
|
"attributes": [
|
640
|
-
"
|
641
|
-
"type",
|
642
|
-
"size",
|
643
|
-
"text-size",
|
644
|
-
"text-color",
|
645
|
-
"vertical"
|
635
|
+
"index"
|
646
636
|
]
|
647
637
|
},
|
648
638
|
"van-list": {
|
@@ -658,25 +648,14 @@
|
|
658
648
|
"direction"
|
659
649
|
]
|
660
650
|
},
|
661
|
-
"van-
|
651
|
+
"van-loading": {
|
662
652
|
"attributes": [
|
663
|
-
"
|
664
|
-
"
|
665
|
-
"
|
666
|
-
"
|
667
|
-
"
|
668
|
-
"
|
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"
|
653
|
+
"color",
|
654
|
+
"type",
|
655
|
+
"size",
|
656
|
+
"text-size",
|
657
|
+
"text-color",
|
658
|
+
"vertical"
|
680
659
|
]
|
681
660
|
},
|
682
661
|
"van-nav-bar": {
|
@@ -705,6 +684,27 @@
|
|
705
684
|
"wrapable"
|
706
685
|
]
|
707
686
|
},
|
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,6 +728,17 @@
|
|
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
|
+
},
|
731
742
|
"van-picker": {
|
732
743
|
"attributes": [
|
733
744
|
"columns",
|
@@ -745,17 +756,6 @@
|
|
745
756
|
"swipe-duration"
|
746
757
|
]
|
747
758
|
},
|
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,19 +776,6 @@
|
|
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
|
-
},
|
792
779
|
"van-popup": {
|
793
780
|
"attributes": [
|
794
781
|
"v-model:show",
|
@@ -813,6 +800,19 @@
|
|
813
800
|
"safe-area-inset-bottom"
|
814
801
|
]
|
815
802
|
},
|
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,34 +827,6 @@
|
|
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
|
-
},
|
858
830
|
"van-radio": {
|
859
831
|
"attributes": [
|
860
832
|
"name",
|
@@ -893,6 +865,34 @@
|
|
893
865
|
"touchable"
|
894
866
|
]
|
895
867
|
},
|
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,16 +1029,6 @@
|
|
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
|
-
},
|
1042
1032
|
"van-swipe": {
|
1043
1033
|
"attributes": [
|
1044
1034
|
"autoplay",
|
@@ -1058,6 +1048,16 @@
|
|
1058
1048
|
"van-swipe-item": {
|
1059
1049
|
"attributes": []
|
1060
1050
|
},
|
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,19 +1070,6 @@
|
|
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
|
-
},
|
1086
1073
|
"van-tabs": {
|
1087
1074
|
"attributes": [
|
1088
1075
|
"v-model:active",
|
@@ -1147,6 +1134,19 @@
|
|
1147
1134
|
"replace"
|
1148
1135
|
]
|
1149
1136
|
},
|
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",
|