vant 2.13.8 → 2.13.9-beta.0

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,17 +46,6 @@
46
46
  "validator"
47
47
  ]
48
48
  },
49
- "van-address-list": {
50
- "attributes": [
51
- "v-model",
52
- "list",
53
- "disabled-list",
54
- "disabled-text",
55
- "switchable",
56
- "add-button-text",
57
- "default-tag-text"
58
- ]
59
- },
60
49
  "van-area": {
61
50
  "attributes": [
62
51
  "value",
@@ -74,6 +63,17 @@
74
63
  "is-oversea-code"
75
64
  ]
76
65
  },
66
+ "van-address-list": {
67
+ "attributes": [
68
+ "v-model",
69
+ "list",
70
+ "disabled-list",
71
+ "disabled-text",
72
+ "switchable",
73
+ "add-button-text",
74
+ "default-tag-text"
75
+ ]
76
+ },
77
77
  "van-badge": {
78
78
  "attributes": [
79
79
  "content",
@@ -154,6 +154,33 @@
154
154
  "range-prompt"
155
155
  ]
156
156
  },
157
+ "van-card": {
158
+ "attributes": [
159
+ "thumb",
160
+ "title",
161
+ "desc",
162
+ "tag",
163
+ "num",
164
+ "price",
165
+ "origin-price",
166
+ "centered",
167
+ "currency",
168
+ "thumb-link",
169
+ "lazy-load"
170
+ ]
171
+ },
172
+ "van-cascader": {
173
+ "attributes": [
174
+ "title",
175
+ "value",
176
+ "options",
177
+ "placeholder",
178
+ "active-color",
179
+ "closeable",
180
+ "show-header",
181
+ "field-names"
182
+ ]
183
+ },
157
184
  "van-cell-group": {
158
185
  "attributes": [
159
186
  "title",
@@ -183,33 +210,6 @@
183
210
  "label-class"
184
211
  ]
185
212
  },
186
- "van-cascader": {
187
- "attributes": [
188
- "title",
189
- "value",
190
- "options",
191
- "placeholder",
192
- "active-color",
193
- "closeable",
194
- "show-header",
195
- "field-names"
196
- ]
197
- },
198
- "van-card": {
199
- "attributes": [
200
- "thumb",
201
- "title",
202
- "desc",
203
- "tag",
204
- "num",
205
- "price",
206
- "origin-price",
207
- "centered",
208
- "currency",
209
- "thumb-link",
210
- "lazy-load"
211
- ]
212
- },
213
213
  "van-checkbox": {
214
214
  "attributes": [
215
215
  "v-model (value)",
@@ -288,12 +288,12 @@
288
288
  "label-class"
289
289
  ]
290
290
  },
291
- "van-contact-list": {
291
+ "van-contact-card": {
292
292
  "attributes": [
293
- "v-model",
294
- "list",
295
- "add-text",
296
- "default-tag-text"
293
+ "type",
294
+ "name",
295
+ "tel",
296
+ "add-text"
297
297
  ]
298
298
  },
299
299
  "van-contact-edit": {
@@ -307,12 +307,12 @@
307
307
  "set-default-label"
308
308
  ]
309
309
  },
310
- "van-contact-card": {
310
+ "van-contact-list": {
311
311
  "attributes": [
312
- "type",
313
- "name",
314
- "tel",
315
- "add-text"
312
+ "v-model",
313
+ "list",
314
+ "add-text",
315
+ "default-tag-text"
316
316
  ]
317
317
  },
318
318
  "van-count-down": {
@@ -386,13 +386,6 @@
386
386
  "max-minute"
387
387
  ]
388
388
  },
389
- "van-divider": {
390
- "attributes": [
391
- "dashed",
392
- "hairline",
393
- "content-position"
394
- ]
395
- },
396
389
  "van-dialog": {
397
390
  "attributes": [
398
391
  "v-model",
@@ -420,6 +413,13 @@
420
413
  "get-container"
421
414
  ]
422
415
  },
416
+ "van-divider": {
417
+ "attributes": [
418
+ "dashed",
419
+ "hairline",
420
+ "content-position"
421
+ ]
422
+ },
423
423
  "van-dropdown-menu": {
424
424
  "attributes": [
425
425
  "active-color",
@@ -488,6 +488,23 @@
488
488
  "autocomplete"
489
489
  ]
490
490
  },
491
+ "van-form": {
492
+ "attributes": [
493
+ "label-width",
494
+ "label-align",
495
+ "input-align",
496
+ "error-message-align",
497
+ "validate-trigger",
498
+ "colon",
499
+ "disabled",
500
+ "readonly",
501
+ "validate-first",
502
+ "scroll-to-error",
503
+ "show-error",
504
+ "show-error-message",
505
+ "submit-on-enter"
506
+ ]
507
+ },
491
508
  "van-goods-action": {
492
509
  "attributes": [
493
510
  "safe-area-inset-bottom"
@@ -520,35 +537,6 @@
520
537
  "replace"
521
538
  ]
522
539
  },
523
- "van-form": {
524
- "attributes": [
525
- "label-width",
526
- "label-align",
527
- "input-align",
528
- "error-message-align",
529
- "validate-trigger",
530
- "colon",
531
- "disabled",
532
- "readonly",
533
- "validate-first",
534
- "scroll-to-error",
535
- "show-error",
536
- "show-error-message",
537
- "submit-on-enter"
538
- ]
539
- },
540
- "van-icon": {
541
- "attributes": [
542
- "name",
543
- "dot",
544
- "badge",
545
- "info",
546
- "color",
547
- "size",
548
- "class-prefix",
549
- "tag"
550
- ]
551
- },
552
540
  "van-grid": {
553
541
  "attributes": [
554
542
  "column-num",
@@ -574,6 +562,18 @@
574
562
  "replace"
575
563
  ]
576
564
  },
565
+ "van-icon": {
566
+ "attributes": [
567
+ "name",
568
+ "dot",
569
+ "badge",
570
+ "info",
571
+ "color",
572
+ "size",
573
+ "class-prefix",
574
+ "tag"
575
+ ]
576
+ },
577
577
  "van-image": {
578
578
  "attributes": [
579
579
  "src",
@@ -591,20 +591,6 @@
591
591
  "icon-prefix"
592
592
  ]
593
593
  },
594
- "van-index-bar": {
595
- "attributes": [
596
- "index-list",
597
- "z-index",
598
- "sticky",
599
- "sticky-offset-top",
600
- "highlight-color"
601
- ]
602
- },
603
- "van-index-anchor": {
604
- "attributes": [
605
- "index"
606
- ]
607
- },
608
594
  "van-image-preview": {
609
595
  "attributes": [
610
596
  "images",
@@ -626,6 +612,20 @@
626
612
  "get-container"
627
613
  ]
628
614
  },
615
+ "van-index-bar": {
616
+ "attributes": [
617
+ "index-list",
618
+ "z-index",
619
+ "sticky",
620
+ "sticky-offset-top",
621
+ "highlight-color"
622
+ ]
623
+ },
624
+ "van-index-anchor": {
625
+ "attributes": [
626
+ "index"
627
+ ]
628
+ },
629
629
  "van-list": {
630
630
  "attributes": [
631
631
  "v-model",
@@ -695,6 +695,16 @@
695
695
  "random-key-order"
696
696
  ]
697
697
  },
698
+ "van-overlay": {
699
+ "attributes": [
700
+ "show",
701
+ "z-index",
702
+ "duration",
703
+ "class-name",
704
+ "custom-style",
705
+ "lock-scroll"
706
+ ]
707
+ },
698
708
  "van-pagination": {
699
709
  "attributes": [
700
710
  "v-model",
@@ -708,14 +718,12 @@
708
718
  "force-ellipses"
709
719
  ]
710
720
  },
711
- "van-overlay": {
721
+ "van-panel": {
712
722
  "attributes": [
713
- "show",
714
- "z-index",
715
- "duration",
716
- "class-name",
717
- "custom-style",
718
- "lock-scroll"
723
+ "title",
724
+ "desc",
725
+ "status",
726
+ "icon"
719
727
  ]
720
728
  },
721
729
  "van-password-input": {
@@ -729,27 +737,6 @@
729
737
  "focused"
730
738
  ]
731
739
  },
732
- "van-panel": {
733
- "attributes": [
734
- "title",
735
- "desc",
736
- "status",
737
- "icon"
738
- ]
739
- },
740
- "van-progress": {
741
- "attributes": [
742
- "percentage",
743
- "stroke-width",
744
- "color",
745
- "track-color",
746
- "pivot-text",
747
- "pivot-color",
748
- "text-color",
749
- "inactive",
750
- "show-pivot"
751
- ]
752
- },
753
740
  "van-picker": {
754
741
  "attributes": [
755
742
  "columns",
@@ -768,6 +755,20 @@
768
755
  "swipe-duration"
769
756
  ]
770
757
  },
758
+ "van-popover": {
759
+ "attributes": [
760
+ "v-model",
761
+ "actions",
762
+ "placement",
763
+ "theme",
764
+ "trigger",
765
+ "offset",
766
+ "overlay",
767
+ "close-on-click-action",
768
+ "close-on-click-outside",
769
+ "get-container"
770
+ ]
771
+ },
771
772
  "van-popup": {
772
773
  "attributes": [
773
774
  "v-model (value)",
@@ -790,18 +791,31 @@
790
791
  "safe-area-inset-bottom"
791
792
  ]
792
793
  },
793
- "van-popover": {
794
+ "van-progress": {
795
+ "attributes": [
796
+ "percentage",
797
+ "stroke-width",
798
+ "color",
799
+ "track-color",
800
+ "pivot-text",
801
+ "pivot-color",
802
+ "text-color",
803
+ "inactive",
804
+ "show-pivot"
805
+ ]
806
+ },
807
+ "van-pull-refresh": {
794
808
  "attributes": [
795
809
  "v-model",
796
- "actions",
797
- "placement",
798
- "theme",
799
- "trigger",
800
- "offset",
801
- "overlay",
802
- "close-on-click-action",
803
- "close-on-click-outside",
804
- "get-container"
810
+ "pulling-text",
811
+ "loosing-text",
812
+ "loading-text",
813
+ "success-text",
814
+ "success-duration",
815
+ "animation-duration",
816
+ "head-height",
817
+ "pull-distance",
818
+ "disabled"
805
819
  ]
806
820
  },
807
821
  "van-radio": {
@@ -824,20 +838,6 @@
824
838
  "checked-color"
825
839
  ]
826
840
  },
827
- "van-pull-refresh": {
828
- "attributes": [
829
- "v-model",
830
- "pulling-text",
831
- "loosing-text",
832
- "loading-text",
833
- "success-text",
834
- "success-duration",
835
- "animation-duration",
836
- "head-height",
837
- "pull-distance",
838
- "disabled"
839
- ]
840
- },
841
841
  "van-rate": {
842
842
  "attributes": [
843
843
  "v-model",
@@ -892,20 +892,6 @@
892
892
  "get-container"
893
893
  ]
894
894
  },
895
- "van-skeleton": {
896
- "attributes": [
897
- "row",
898
- "row-width",
899
- "title",
900
- "avatar",
901
- "loading",
902
- "animate",
903
- "round",
904
- "title-width",
905
- "avatar-size",
906
- "avatar-shape"
907
- ]
908
- },
909
895
  "van-sidebar": {
910
896
  "attributes": [
911
897
  "v-model"
@@ -923,6 +909,20 @@
923
909
  "replace"
924
910
  ]
925
911
  },
912
+ "van-skeleton": {
913
+ "attributes": [
914
+ "row",
915
+ "row-width",
916
+ "title",
917
+ "avatar",
918
+ "loading",
919
+ "animate",
920
+ "round",
921
+ "title-width",
922
+ "avatar-size",
923
+ "avatar-shape"
924
+ ]
925
+ },
926
926
  "van-slider": {
927
927
  "attributes": [
928
928
  "value",
@@ -1023,24 +1023,6 @@
1023
1023
  "container"
1024
1024
  ]
1025
1025
  },
1026
- "van-submit-bar": {
1027
- "attributes": [
1028
- "price",
1029
- "decimal-length",
1030
- "label",
1031
- "suffix-label",
1032
- "text-align",
1033
- "button-text",
1034
- "button-type",
1035
- "button-color",
1036
- "tip",
1037
- "tip-icon",
1038
- "currency",
1039
- "disabled",
1040
- "loading",
1041
- "safe-area-inset-bottom"
1042
- ]
1043
- },
1044
1026
  "van-swipe": {
1045
1027
  "attributes": [
1046
1028
  "autoplay",
@@ -1060,6 +1042,24 @@
1060
1042
  "van-swipe-item": {
1061
1043
  "attributes": []
1062
1044
  },
1045
+ "van-submit-bar": {
1046
+ "attributes": [
1047
+ "price",
1048
+ "decimal-length",
1049
+ "label",
1050
+ "suffix-label",
1051
+ "text-align",
1052
+ "button-text",
1053
+ "button-type",
1054
+ "button-color",
1055
+ "tip",
1056
+ "tip-icon",
1057
+ "currency",
1058
+ "disabled",
1059
+ "loading",
1060
+ "safe-area-inset-bottom"
1061
+ ]
1062
+ },
1063
1063
  "van-swipe-cell": {
1064
1064
  "attributes": [
1065
1065
  "name",
@@ -1135,18 +1135,6 @@
1135
1135
  "title-class"
1136
1136
  ]
1137
1137
  },
1138
- "van-tag": {
1139
- "attributes": [
1140
- "type",
1141
- "size",
1142
- "color",
1143
- "plain",
1144
- "round",
1145
- "mark",
1146
- "text-color",
1147
- "closeable"
1148
- ]
1149
- },
1150
1138
  "van-tabbar": {
1151
1139
  "attributes": [
1152
1140
  "v-model",
@@ -1174,6 +1162,18 @@
1174
1162
  "replace"
1175
1163
  ]
1176
1164
  },
1165
+ "van-tag": {
1166
+ "attributes": [
1167
+ "type",
1168
+ "size",
1169
+ "color",
1170
+ "plain",
1171
+ "round",
1172
+ "mark",
1173
+ "text-color",
1174
+ "closeable"
1175
+ ]
1176
+ },
1177
1177
  "van-tree-select": {
1178
1178
  "attributes": [
1179
1179
  "items",