vant 2.13.6 → 2.13.8

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
@@ -1,4 +1,25 @@
1
1
  {
2
+ "van-action-sheet": {
3
+ "attributes": [
4
+ "v-model (value)",
5
+ "actions",
6
+ "title",
7
+ "cancel-text",
8
+ "description",
9
+ "closeable",
10
+ "close-icon",
11
+ "duration",
12
+ "round",
13
+ "overlay",
14
+ "lock-scroll",
15
+ "lazy-render",
16
+ "close-on-popstate",
17
+ "close-on-click-action",
18
+ "close-on-click-overlay",
19
+ "safe-area-inset-bottom",
20
+ "get-container"
21
+ ]
22
+ },
2
23
  "van-address-edit": {
3
24
  "attributes": [
4
25
  "area-list",
@@ -36,27 +57,6 @@
36
57
  "default-tag-text"
37
58
  ]
38
59
  },
39
- "van-action-sheet": {
40
- "attributes": [
41
- "v-model (value)",
42
- "actions",
43
- "title",
44
- "cancel-text",
45
- "description",
46
- "closeable",
47
- "close-icon",
48
- "duration",
49
- "round",
50
- "overlay",
51
- "lock-scroll",
52
- "lazy-render",
53
- "close-on-popstate",
54
- "close-on-click-action",
55
- "close-on-click-overlay",
56
- "safe-area-inset-bottom",
57
- "get-container"
58
- ]
59
- },
60
60
  "van-area": {
61
61
  "attributes": [
62
62
  "value",
@@ -154,19 +154,33 @@
154
154
  "range-prompt"
155
155
  ]
156
156
  },
157
- "van-card": {
157
+ "van-cell-group": {
158
158
  "attributes": [
159
- "thumb",
160
159
  "title",
161
- "desc",
162
- "tag",
163
- "num",
164
- "price",
165
- "origin-price",
166
- "centered",
167
- "currency",
168
- "thumb-link",
169
- "lazy-load"
160
+ "border"
161
+ ]
162
+ },
163
+ "van-cell": {
164
+ "attributes": [
165
+ "title",
166
+ "value",
167
+ "label",
168
+ "size",
169
+ "icon",
170
+ "icon-prefix",
171
+ "url",
172
+ "to",
173
+ "border",
174
+ "replace",
175
+ "clickable",
176
+ "is-link",
177
+ "required",
178
+ "center",
179
+ "arrow-direction",
180
+ "title-style",
181
+ "title-class",
182
+ "value-class",
183
+ "label-class"
170
184
  ]
171
185
  },
172
186
  "van-cascader": {
@@ -181,6 +195,21 @@
181
195
  "field-names"
182
196
  ]
183
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
+ },
184
213
  "van-checkbox": {
185
214
  "attributes": [
186
215
  "v-model (value)",
@@ -204,35 +233,6 @@
204
233
  "checked-color"
205
234
  ]
206
235
  },
207
- "van-cell-group": {
208
- "attributes": [
209
- "title",
210
- "border"
211
- ]
212
- },
213
- "van-cell": {
214
- "attributes": [
215
- "title",
216
- "value",
217
- "label",
218
- "size",
219
- "icon",
220
- "icon-prefix",
221
- "url",
222
- "to",
223
- "border",
224
- "replace",
225
- "clickable",
226
- "is-link",
227
- "required",
228
- "center",
229
- "arrow-direction",
230
- "title-style",
231
- "title-class",
232
- "value-class",
233
- "label-class"
234
- ]
235
- },
236
236
  "van-circle": {
237
237
  "attributes": [
238
238
  "v-model",
@@ -288,6 +288,14 @@
288
288
  "label-class"
289
289
  ]
290
290
  },
291
+ "van-contact-list": {
292
+ "attributes": [
293
+ "v-model",
294
+ "list",
295
+ "add-text",
296
+ "default-tag-text"
297
+ ]
298
+ },
291
299
  "van-contact-edit": {
292
300
  "attributes": [
293
301
  "contact-info",
@@ -299,14 +307,6 @@
299
307
  "set-default-label"
300
308
  ]
301
309
  },
302
- "van-contact-list": {
303
- "attributes": [
304
- "v-model",
305
- "list",
306
- "add-text",
307
- "default-tag-text"
308
- ]
309
- },
310
310
  "van-contact-card": {
311
311
  "attributes": [
312
312
  "type",
@@ -386,6 +386,13 @@
386
386
  "max-minute"
387
387
  ]
388
388
  },
389
+ "van-divider": {
390
+ "attributes": [
391
+ "dashed",
392
+ "hairline",
393
+ "content-position"
394
+ ]
395
+ },
389
396
  "van-dialog": {
390
397
  "attributes": [
391
398
  "v-model",
@@ -413,20 +420,6 @@
413
420
  "get-container"
414
421
  ]
415
422
  },
416
- "van-divider": {
417
- "attributes": [
418
- "dashed",
419
- "hairline",
420
- "content-position"
421
- ]
422
- },
423
- "van-empty": {
424
- "attributes": [
425
- "image",
426
- "image-size",
427
- "description"
428
- ]
429
- },
430
423
  "van-dropdown-menu": {
431
424
  "attributes": [
432
425
  "active-color",
@@ -449,6 +442,13 @@
449
442
  "get-container"
450
443
  ]
451
444
  },
445
+ "van-empty": {
446
+ "attributes": [
447
+ "image",
448
+ "image-size",
449
+ "description"
450
+ ]
451
+ },
452
452
  "van-field": {
453
453
  "attributes": [
454
454
  "v-model (value)",
@@ -488,23 +488,6 @@
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
- },
508
491
  "van-goods-action": {
509
492
  "attributes": [
510
493
  "safe-area-inset-bottom"
@@ -537,6 +520,35 @@
537
520
  "replace"
538
521
  ]
539
522
  },
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
+ },
540
552
  "van-grid": {
541
553
  "attributes": [
542
554
  "column-num",
@@ -562,39 +574,6 @@
562
574
  "replace"
563
575
  ]
564
576
  },
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
- "van-image-preview": {
578
- "attributes": [
579
- "images",
580
- "start-position",
581
- "swipe-duration",
582
- "show-index",
583
- "show-indicators",
584
- "loop",
585
- "async-close",
586
- "close-on-popstate",
587
- "class-name",
588
- "max-zoom",
589
- "min-zoom",
590
- "closeable",
591
- "close-icon",
592
- "close-icon-position",
593
- "transition",
594
- "overlay-style",
595
- "get-container"
596
- ]
597
- },
598
577
  "van-image": {
599
578
  "attributes": [
600
579
  "src",
@@ -626,6 +605,27 @@
626
605
  "index"
627
606
  ]
628
607
  },
608
+ "van-image-preview": {
609
+ "attributes": [
610
+ "images",
611
+ "start-position",
612
+ "swipe-duration",
613
+ "show-index",
614
+ "show-indicators",
615
+ "loop",
616
+ "async-close",
617
+ "close-on-popstate",
618
+ "class-name",
619
+ "max-zoom",
620
+ "min-zoom",
621
+ "closeable",
622
+ "close-icon",
623
+ "close-icon-position",
624
+ "transition",
625
+ "overlay-style",
626
+ "get-container"
627
+ ]
628
+ },
629
629
  "van-list": {
630
630
  "attributes": [
631
631
  "v-model",
@@ -675,19 +675,6 @@
675
675
  "wrapable"
676
676
  ]
677
677
  },
678
- "van-pagination": {
679
- "attributes": [
680
- "v-model",
681
- "mode",
682
- "prev-text",
683
- "next-text",
684
- "page-count",
685
- "total-items",
686
- "items-per-page",
687
- "show-page-size",
688
- "force-ellipses"
689
- ]
690
- },
691
678
  "van-number-keyboard": {
692
679
  "attributes": [
693
680
  "v-model (value)",
@@ -708,6 +695,19 @@
708
695
  "random-key-order"
709
696
  ]
710
697
  },
698
+ "van-pagination": {
699
+ "attributes": [
700
+ "v-model",
701
+ "mode",
702
+ "prev-text",
703
+ "next-text",
704
+ "page-count",
705
+ "total-items",
706
+ "items-per-page",
707
+ "show-page-size",
708
+ "force-ellipses"
709
+ ]
710
+ },
711
711
  "van-overlay": {
712
712
  "attributes": [
713
713
  "show",
@@ -718,14 +718,6 @@
718
718
  "lock-scroll"
719
719
  ]
720
720
  },
721
- "van-panel": {
722
- "attributes": [
723
- "title",
724
- "desc",
725
- "status",
726
- "icon"
727
- ]
728
- },
729
721
  "van-password-input": {
730
722
  "attributes": [
731
723
  "value",
@@ -737,6 +729,27 @@
737
729
  "focused"
738
730
  ]
739
731
  },
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
+ },
740
753
  "van-picker": {
741
754
  "attributes": [
742
755
  "columns",
@@ -755,20 +768,6 @@
755
768
  "swipe-duration"
756
769
  ]
757
770
  },
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
- },
772
771
  "van-popup": {
773
772
  "attributes": [
774
773
  "v-model (value)",
@@ -791,31 +790,18 @@
791
790
  "safe-area-inset-bottom"
792
791
  ]
793
792
  },
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": {
793
+ "van-popover": {
808
794
  "attributes": [
809
795
  "v-model",
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"
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"
819
805
  ]
820
806
  },
821
807
  "van-radio": {
@@ -838,24 +824,18 @@
838
824
  "checked-color"
839
825
  ]
840
826
  },
841
- "van-search": {
827
+ "van-pull-refresh": {
842
828
  "attributes": [
843
- "label",
844
- "shape",
845
- "background",
846
- "maxlength",
847
- "placeholder",
848
- "clearable",
849
- "clear-trigger",
850
- "autofocus",
851
- "show-action",
852
- "action-text",
853
- "disabled",
854
- "readonly",
855
- "error",
856
- "input-align",
857
- "left-icon",
858
- "right-icon"
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"
859
839
  ]
860
840
  },
861
841
  "van-rate": {
@@ -876,6 +856,26 @@
876
856
  "touchable"
877
857
  ]
878
858
  },
859
+ "van-search": {
860
+ "attributes": [
861
+ "label",
862
+ "shape",
863
+ "background",
864
+ "maxlength",
865
+ "placeholder",
866
+ "clearable",
867
+ "clear-trigger",
868
+ "autofocus",
869
+ "show-action",
870
+ "action-text",
871
+ "disabled",
872
+ "readonly",
873
+ "error",
874
+ "input-align",
875
+ "left-icon",
876
+ "right-icon"
877
+ ]
878
+ },
879
879
  "van-share-sheet": {
880
880
  "attributes": [
881
881
  "options",
@@ -892,6 +892,20 @@
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
+ },
895
909
  "van-sidebar": {
896
910
  "attributes": [
897
911
  "v-model"
@@ -909,18 +923,19 @@
909
923
  "replace"
910
924
  ]
911
925
  },
912
- "van-skeleton": {
926
+ "van-slider": {
913
927
  "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"
928
+ "value",
929
+ "max",
930
+ "min",
931
+ "step",
932
+ "bar-height",
933
+ "button-size",
934
+ "active-color",
935
+ "inactive-color",
936
+ "range",
937
+ "disabled",
938
+ "vertical"
924
939
  ]
925
940
  },
926
941
  "van-sku": {
@@ -953,26 +968,12 @@
953
968
  "safe-area-inset-bottom",
954
969
  "start-sale-num",
955
970
  "properties",
971
+ "skuProperties",
956
972
  "preview-on-click-image",
957
973
  "show-header-image",
958
974
  "lazy-load"
959
975
  ]
960
976
  },
961
- "van-slider": {
962
- "attributes": [
963
- "value",
964
- "max",
965
- "min",
966
- "step",
967
- "bar-height",
968
- "button-size",
969
- "active-color",
970
- "inactive-color",
971
- "range",
972
- "disabled",
973
- "vertical"
974
- ]
975
- },
976
977
  "van-stepper": {
977
978
  "attributes": [
978
979
  "v-model",
@@ -1069,12 +1070,9 @@
1069
1070
  "stop-propagation"
1070
1071
  ]
1071
1072
  },
1072
- "van-switch-cell": {
1073
+ "van-switch": {
1073
1074
  "attributes": [
1074
1075
  "v-model",
1075
- "title",
1076
- "border",
1077
- "cell-size",
1078
1076
  "loading",
1079
1077
  "disabled",
1080
1078
  "size",
@@ -1084,9 +1082,12 @@
1084
1082
  "inactive-value"
1085
1083
  ]
1086
1084
  },
1087
- "van-switch": {
1085
+ "van-switch-cell": {
1088
1086
  "attributes": [
1089
1087
  "v-model",
1088
+ "title",
1089
+ "border",
1090
+ "cell-size",
1090
1091
  "loading",
1091
1092
  "disabled",
1092
1093
  "size",
@@ -1134,6 +1135,18 @@
1134
1135
  "title-class"
1135
1136
  ]
1136
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
+ },
1137
1150
  "van-tabbar": {
1138
1151
  "attributes": [
1139
1152
  "v-model",
@@ -1197,17 +1210,5 @@
1197
1210
  "image-fit",
1198
1211
  "upload-icon"
1199
1212
  ]
1200
- },
1201
- "van-tag": {
1202
- "attributes": [
1203
- "type",
1204
- "size",
1205
- "color",
1206
- "plain",
1207
- "round",
1208
- "mark",
1209
- "text-color",
1210
- "closeable"
1211
- ]
1212
1213
  }
1213
1214
  }