vant 2.13.0 → 2.13.1

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
@@ -46,12 +46,21 @@
46
46
  "validator"
47
47
  ]
48
48
  },
49
- "van-badge": {
49
+ "van-area": {
50
50
  "attributes": [
51
- "content",
52
- "color",
53
- "dot",
54
- "max"
51
+ "value",
52
+ "title",
53
+ "confirm-button-text",
54
+ "cancel-button-text",
55
+ "area-list",
56
+ "columns-placeholder",
57
+ "loading",
58
+ "readonly",
59
+ "item-height",
60
+ "columns-num",
61
+ "visible-item-count",
62
+ "swipe-duration",
63
+ "is-oversea-code"
55
64
  ]
56
65
  },
57
66
  "van-address-list": {
@@ -91,21 +100,12 @@
91
100
  "replace"
92
101
  ]
93
102
  },
94
- "van-area": {
103
+ "van-badge": {
95
104
  "attributes": [
96
- "value",
97
- "title",
98
- "confirm-button-text",
99
- "cancel-button-text",
100
- "area-list",
101
- "columns-placeholder",
102
- "loading",
103
- "readonly",
104
- "item-height",
105
- "columns-num",
106
- "visible-item-count",
107
- "swipe-duration",
108
- "is-oversea-code"
105
+ "content",
106
+ "color",
107
+ "dot",
108
+ "max"
109
109
  ]
110
110
  },
111
111
  "van-calendar": {
@@ -506,6 +506,18 @@
506
506
  "replace"
507
507
  ]
508
508
  },
509
+ "van-icon": {
510
+ "attributes": [
511
+ "name",
512
+ "dot",
513
+ "badge",
514
+ "info",
515
+ "color",
516
+ "size",
517
+ "class-prefix",
518
+ "tag"
519
+ ]
520
+ },
509
521
  "van-image": {
510
522
  "attributes": [
511
523
  "src",
@@ -523,18 +535,6 @@
523
535
  "icon-prefix"
524
536
  ]
525
537
  },
526
- "van-icon": {
527
- "attributes": [
528
- "name",
529
- "dot",
530
- "badge",
531
- "info",
532
- "color",
533
- "size",
534
- "class-prefix",
535
- "tag"
536
- ]
537
- },
538
538
  "van-image-preview": {
539
539
  "attributes": [
540
540
  "images",
@@ -624,26 +624,6 @@
624
624
  "van-notify": {
625
625
  "attributes": []
626
626
  },
627
- "van-number-keyboard": {
628
- "attributes": [
629
- "v-model (value)",
630
- "show",
631
- "title",
632
- "theme",
633
- "maxlength",
634
- "transition",
635
- "z-index",
636
- "extra-key",
637
- "close-button-text",
638
- "delete-button-text",
639
- "close-button-loading",
640
- "show-delete-key",
641
- "hide-on-click-outside",
642
- "get-container",
643
- "safe-area-inset-bottom",
644
- "random-key-order"
645
- ]
646
- },
647
627
  "van-overlay": {
648
628
  "attributes": [
649
629
  "show",
@@ -667,6 +647,26 @@
667
647
  "force-ellipses"
668
648
  ]
669
649
  },
650
+ "van-number-keyboard": {
651
+ "attributes": [
652
+ "v-model (value)",
653
+ "show",
654
+ "title",
655
+ "theme",
656
+ "maxlength",
657
+ "transition",
658
+ "z-index",
659
+ "extra-key",
660
+ "close-button-text",
661
+ "delete-button-text",
662
+ "close-button-loading",
663
+ "show-delete-key",
664
+ "hide-on-click-outside",
665
+ "get-container",
666
+ "safe-area-inset-bottom",
667
+ "random-key-order"
668
+ ]
669
+ },
670
670
  "van-panel": {
671
671
  "attributes": [
672
672
  "title",
@@ -704,20 +704,6 @@
704
704
  "swipe-duration"
705
705
  ]
706
706
  },
707
- "van-popover": {
708
- "attributes": [
709
- "v-model",
710
- "actions",
711
- "placement",
712
- "theme",
713
- "trigger",
714
- "offset",
715
- "overlay",
716
- "close-on-click-action",
717
- "close-on-click-outside",
718
- "get-container"
719
- ]
720
- },
721
707
  "van-popup": {
722
708
  "attributes": [
723
709
  "v-model (value)",
@@ -740,6 +726,20 @@
740
726
  "safe-area-inset-bottom"
741
727
  ]
742
728
  },
729
+ "van-popover": {
730
+ "attributes": [
731
+ "v-model",
732
+ "actions",
733
+ "placement",
734
+ "theme",
735
+ "trigger",
736
+ "offset",
737
+ "overlay",
738
+ "close-on-click-action",
739
+ "close-on-click-outside",
740
+ "get-container"
741
+ ]
742
+ },
743
743
  "van-progress": {
744
744
  "attributes": [
745
745
  "percentage",
@@ -940,6 +940,13 @@
940
940
  "allow-empty"
941
941
  ]
942
942
  },
943
+ "van-sticky": {
944
+ "attributes": [
945
+ "offset-top",
946
+ "z-index",
947
+ "container"
948
+ ]
949
+ },
943
950
  "van-steps": {
944
951
  "attributes": [
945
952
  "active",
@@ -953,13 +960,6 @@
953
960
  "center"
954
961
  ]
955
962
  },
956
- "van-sticky": {
957
- "attributes": [
958
- "offset-top",
959
- "z-index",
960
- "container"
961
- ]
962
- },
963
963
  "van-内置样式": {
964
964
  "attributes": []
965
965
  },
@@ -981,6 +981,16 @@
981
981
  "safe-area-inset-bottom"
982
982
  ]
983
983
  },
984
+ "van-swipe-cell": {
985
+ "attributes": [
986
+ "name",
987
+ "left-width",
988
+ "right-width",
989
+ "before-close",
990
+ "disabled",
991
+ "stop-propagation"
992
+ ]
993
+ },
984
994
  "van-swipe": {
985
995
  "attributes": [
986
996
  "autoplay",
@@ -997,19 +1007,12 @@
997
1007
  "indicator-color"
998
1008
  ]
999
1009
  },
1000
- "van-swipe-cell": {
1001
- "attributes": [
1002
- "name",
1003
- "left-width",
1004
- "right-width",
1005
- "before-close",
1006
- "disabled",
1007
- "stop-propagation"
1008
- ]
1009
- },
1010
- "van-switch": {
1010
+ "van-switch-cell": {
1011
1011
  "attributes": [
1012
1012
  "v-model",
1013
+ "title",
1014
+ "border",
1015
+ "cell-size",
1013
1016
  "loading",
1014
1017
  "disabled",
1015
1018
  "size",
@@ -1019,12 +1022,9 @@
1019
1022
  "inactive-value"
1020
1023
  ]
1021
1024
  },
1022
- "van-switch-cell": {
1025
+ "van-switch": {
1023
1026
  "attributes": [
1024
1027
  "v-model",
1025
- "title",
1026
- "border",
1027
- "cell-size",
1028
1028
  "loading",
1029
1029
  "disabled",
1030
1030
  "size",
@@ -1103,9 +1103,6 @@
1103
1103
  "closeable"
1104
1104
  ]
1105
1105
  },
1106
- "van-toast": {
1107
- "attributes": []
1108
- },
1109
1106
  "van-tree-select": {
1110
1107
  "attributes": [
1111
1108
  "items",
@@ -1116,6 +1113,9 @@
1116
1113
  "selected-icon"
1117
1114
  ]
1118
1115
  },
1116
+ "van-toast": {
1117
+ "attributes": []
1118
+ },
1119
1119
  "van-uploader": {
1120
1120
  "attributes": [
1121
1121
  "v-model (fileList)",