vant 2.13.6 → 2.13.7
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/changelog.generated.md +17 -0
- package/es/index.js +1 -1
- package/es/sku/Sku.js +28 -4
- package/lib/index.js +1 -1
- package/lib/sku/Sku.js +28 -4
- package/lib/vant.js +29 -5
- package/lib/vant.min.js +2 -2
- package/package.json +1 -1
- package/vetur/attributes.json +468 -468
- package/vetur/tags.json +156 -156
- package/vetur/web-types.json +1481 -1481
package/vetur/tags.json
CHANGED
@@ -1,4 +1,15 @@
|
|
1
1
|
{
|
2
|
+
"van-address-list": {
|
3
|
+
"attributes": [
|
4
|
+
"v-model",
|
5
|
+
"list",
|
6
|
+
"disabled-list",
|
7
|
+
"disabled-text",
|
8
|
+
"switchable",
|
9
|
+
"add-button-text",
|
10
|
+
"default-tag-text"
|
11
|
+
]
|
12
|
+
},
|
2
13
|
"van-address-edit": {
|
3
14
|
"attributes": [
|
4
15
|
"area-list",
|
@@ -25,15 +36,21 @@
|
|
25
36
|
"validator"
|
26
37
|
]
|
27
38
|
},
|
28
|
-
"van-
|
39
|
+
"van-area": {
|
29
40
|
"attributes": [
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
41
|
+
"value",
|
42
|
+
"title",
|
43
|
+
"confirm-button-text",
|
44
|
+
"cancel-button-text",
|
45
|
+
"area-list",
|
46
|
+
"columns-placeholder",
|
47
|
+
"loading",
|
48
|
+
"readonly",
|
49
|
+
"item-height",
|
50
|
+
"columns-num",
|
51
|
+
"visible-item-count",
|
52
|
+
"swipe-duration",
|
53
|
+
"is-oversea-code"
|
37
54
|
]
|
38
55
|
},
|
39
56
|
"van-action-sheet": {
|
@@ -57,23 +74,6 @@
|
|
57
74
|
"get-container"
|
58
75
|
]
|
59
76
|
},
|
60
|
-
"van-area": {
|
61
|
-
"attributes": [
|
62
|
-
"value",
|
63
|
-
"title",
|
64
|
-
"confirm-button-text",
|
65
|
-
"cancel-button-text",
|
66
|
-
"area-list",
|
67
|
-
"columns-placeholder",
|
68
|
-
"loading",
|
69
|
-
"readonly",
|
70
|
-
"item-height",
|
71
|
-
"columns-num",
|
72
|
-
"visible-item-count",
|
73
|
-
"swipe-duration",
|
74
|
-
"is-oversea-code"
|
75
|
-
]
|
76
|
-
},
|
77
77
|
"van-badge": {
|
78
78
|
"attributes": [
|
79
79
|
"content",
|
@@ -181,29 +181,6 @@
|
|
181
181
|
"field-names"
|
182
182
|
]
|
183
183
|
},
|
184
|
-
"van-checkbox": {
|
185
|
-
"attributes": [
|
186
|
-
"v-model (value)",
|
187
|
-
"name",
|
188
|
-
"shape",
|
189
|
-
"disabled",
|
190
|
-
"label-disabled",
|
191
|
-
"label-position",
|
192
|
-
"icon-size",
|
193
|
-
"checked-color",
|
194
|
-
"bind-group"
|
195
|
-
]
|
196
|
-
},
|
197
|
-
"van-checkbox-group": {
|
198
|
-
"attributes": [
|
199
|
-
"v-model (value)",
|
200
|
-
"disabled",
|
201
|
-
"max",
|
202
|
-
"direction",
|
203
|
-
"icon-size",
|
204
|
-
"checked-color"
|
205
|
-
]
|
206
|
-
},
|
207
184
|
"van-cell-group": {
|
208
185
|
"attributes": [
|
209
186
|
"title",
|
@@ -233,6 +210,29 @@
|
|
233
210
|
"label-class"
|
234
211
|
]
|
235
212
|
},
|
213
|
+
"van-checkbox": {
|
214
|
+
"attributes": [
|
215
|
+
"v-model (value)",
|
216
|
+
"name",
|
217
|
+
"shape",
|
218
|
+
"disabled",
|
219
|
+
"label-disabled",
|
220
|
+
"label-position",
|
221
|
+
"icon-size",
|
222
|
+
"checked-color",
|
223
|
+
"bind-group"
|
224
|
+
]
|
225
|
+
},
|
226
|
+
"van-checkbox-group": {
|
227
|
+
"attributes": [
|
228
|
+
"v-model (value)",
|
229
|
+
"disabled",
|
230
|
+
"max",
|
231
|
+
"direction",
|
232
|
+
"icon-size",
|
233
|
+
"checked-color"
|
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-card": {
|
292
|
+
"attributes": [
|
293
|
+
"type",
|
294
|
+
"name",
|
295
|
+
"tel",
|
296
|
+
"add-text"
|
297
|
+
]
|
298
|
+
},
|
291
299
|
"van-contact-edit": {
|
292
300
|
"attributes": [
|
293
301
|
"contact-info",
|
@@ -307,14 +315,6 @@
|
|
307
315
|
"default-tag-text"
|
308
316
|
]
|
309
317
|
},
|
310
|
-
"van-contact-card": {
|
311
|
-
"attributes": [
|
312
|
-
"type",
|
313
|
-
"name",
|
314
|
-
"tel",
|
315
|
-
"add-text"
|
316
|
-
]
|
317
|
-
},
|
318
318
|
"van-count-down": {
|
319
319
|
"attributes": [
|
320
320
|
"time",
|
@@ -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,13 +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
423
|
"van-empty": {
|
424
424
|
"attributes": [
|
425
425
|
"image",
|
@@ -574,6 +574,23 @@
|
|
574
574
|
"tag"
|
575
575
|
]
|
576
576
|
},
|
577
|
+
"van-image": {
|
578
|
+
"attributes": [
|
579
|
+
"src",
|
580
|
+
"fit",
|
581
|
+
"alt",
|
582
|
+
"width",
|
583
|
+
"height",
|
584
|
+
"radius",
|
585
|
+
"round",
|
586
|
+
"lazy-load",
|
587
|
+
"show-error",
|
588
|
+
"show-loading",
|
589
|
+
"error-icon",
|
590
|
+
"loading-icon",
|
591
|
+
"icon-prefix"
|
592
|
+
]
|
593
|
+
},
|
577
594
|
"van-image-preview": {
|
578
595
|
"attributes": [
|
579
596
|
"images",
|
@@ -595,23 +612,6 @@
|
|
595
612
|
"get-container"
|
596
613
|
]
|
597
614
|
},
|
598
|
-
"van-image": {
|
599
|
-
"attributes": [
|
600
|
-
"src",
|
601
|
-
"fit",
|
602
|
-
"alt",
|
603
|
-
"width",
|
604
|
-
"height",
|
605
|
-
"radius",
|
606
|
-
"round",
|
607
|
-
"lazy-load",
|
608
|
-
"show-error",
|
609
|
-
"show-loading",
|
610
|
-
"error-icon",
|
611
|
-
"loading-icon",
|
612
|
-
"icon-prefix"
|
613
|
-
]
|
614
|
-
},
|
615
615
|
"van-index-bar": {
|
616
616
|
"attributes": [
|
617
617
|
"index-list",
|
@@ -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)",
|
@@ -718,6 +705,19 @@
|
|
718
705
|
"lock-scroll"
|
719
706
|
]
|
720
707
|
},
|
708
|
+
"van-pagination": {
|
709
|
+
"attributes": [
|
710
|
+
"v-model",
|
711
|
+
"mode",
|
712
|
+
"prev-text",
|
713
|
+
"next-text",
|
714
|
+
"page-count",
|
715
|
+
"total-items",
|
716
|
+
"items-per-page",
|
717
|
+
"show-page-size",
|
718
|
+
"force-ellipses"
|
719
|
+
]
|
720
|
+
},
|
721
721
|
"van-panel": {
|
722
722
|
"attributes": [
|
723
723
|
"title",
|
@@ -769,6 +769,19 @@
|
|
769
769
|
"get-container"
|
770
770
|
]
|
771
771
|
},
|
772
|
+
"van-progress": {
|
773
|
+
"attributes": [
|
774
|
+
"percentage",
|
775
|
+
"stroke-width",
|
776
|
+
"color",
|
777
|
+
"track-color",
|
778
|
+
"pivot-text",
|
779
|
+
"pivot-color",
|
780
|
+
"text-color",
|
781
|
+
"inactive",
|
782
|
+
"show-pivot"
|
783
|
+
]
|
784
|
+
},
|
772
785
|
"van-popup": {
|
773
786
|
"attributes": [
|
774
787
|
"v-model (value)",
|
@@ -791,19 +804,6 @@
|
|
791
804
|
"safe-area-inset-bottom"
|
792
805
|
]
|
793
806
|
},
|
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
807
|
"van-pull-refresh": {
|
808
808
|
"attributes": [
|
809
809
|
"v-model",
|
@@ -838,6 +838,24 @@
|
|
838
838
|
"checked-color"
|
839
839
|
]
|
840
840
|
},
|
841
|
+
"van-rate": {
|
842
|
+
"attributes": [
|
843
|
+
"v-model",
|
844
|
+
"count",
|
845
|
+
"size",
|
846
|
+
"gutter",
|
847
|
+
"color",
|
848
|
+
"void-color",
|
849
|
+
"disabled-color",
|
850
|
+
"icon",
|
851
|
+
"void-icon",
|
852
|
+
"icon-prefix",
|
853
|
+
"allow-half",
|
854
|
+
"readonly",
|
855
|
+
"disabled",
|
856
|
+
"touchable"
|
857
|
+
]
|
858
|
+
},
|
841
859
|
"van-search": {
|
842
860
|
"attributes": [
|
843
861
|
"label",
|
@@ -858,24 +876,6 @@
|
|
858
876
|
"right-icon"
|
859
877
|
]
|
860
878
|
},
|
861
|
-
"van-rate": {
|
862
|
-
"attributes": [
|
863
|
-
"v-model",
|
864
|
-
"count",
|
865
|
-
"size",
|
866
|
-
"gutter",
|
867
|
-
"color",
|
868
|
-
"void-color",
|
869
|
-
"disabled-color",
|
870
|
-
"icon",
|
871
|
-
"void-icon",
|
872
|
-
"icon-prefix",
|
873
|
-
"allow-half",
|
874
|
-
"readonly",
|
875
|
-
"disabled",
|
876
|
-
"touchable"
|
877
|
-
]
|
878
|
-
},
|
879
879
|
"van-share-sheet": {
|
880
880
|
"attributes": [
|
881
881
|
"options",
|
@@ -923,6 +923,21 @@
|
|
923
923
|
"avatar-shape"
|
924
924
|
]
|
925
925
|
},
|
926
|
+
"van-slider": {
|
927
|
+
"attributes": [
|
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"
|
939
|
+
]
|
940
|
+
},
|
926
941
|
"van-sku": {
|
927
942
|
"attributes": [
|
928
943
|
"v-model",
|
@@ -958,21 +973,6 @@
|
|
958
973
|
"lazy-load"
|
959
974
|
]
|
960
975
|
},
|
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
976
|
"van-stepper": {
|
977
977
|
"attributes": [
|
978
978
|
"v-model",
|
@@ -1069,12 +1069,9 @@
|
|
1069
1069
|
"stop-propagation"
|
1070
1070
|
]
|
1071
1071
|
},
|
1072
|
-
"van-switch
|
1072
|
+
"van-switch": {
|
1073
1073
|
"attributes": [
|
1074
1074
|
"v-model",
|
1075
|
-
"title",
|
1076
|
-
"border",
|
1077
|
-
"cell-size",
|
1078
1075
|
"loading",
|
1079
1076
|
"disabled",
|
1080
1077
|
"size",
|
@@ -1084,9 +1081,12 @@
|
|
1084
1081
|
"inactive-value"
|
1085
1082
|
]
|
1086
1083
|
},
|
1087
|
-
"van-switch": {
|
1084
|
+
"van-switch-cell": {
|
1088
1085
|
"attributes": [
|
1089
1086
|
"v-model",
|
1087
|
+
"title",
|
1088
|
+
"border",
|
1089
|
+
"cell-size",
|
1090
1090
|
"loading",
|
1091
1091
|
"disabled",
|
1092
1092
|
"size",
|
@@ -1161,6 +1161,18 @@
|
|
1161
1161
|
"replace"
|
1162
1162
|
]
|
1163
1163
|
},
|
1164
|
+
"van-tag": {
|
1165
|
+
"attributes": [
|
1166
|
+
"type",
|
1167
|
+
"size",
|
1168
|
+
"color",
|
1169
|
+
"plain",
|
1170
|
+
"round",
|
1171
|
+
"mark",
|
1172
|
+
"text-color",
|
1173
|
+
"closeable"
|
1174
|
+
]
|
1175
|
+
},
|
1164
1176
|
"van-tree-select": {
|
1165
1177
|
"attributes": [
|
1166
1178
|
"items",
|
@@ -1197,17 +1209,5 @@
|
|
1197
1209
|
"image-fit",
|
1198
1210
|
"upload-icon"
|
1199
1211
|
]
|
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
1212
|
}
|
1213
1213
|
}
|