vant 3.3.4 → 3.3.5

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,28 @@
1
1
  {
2
+ "van-action-sheet": {
3
+ "attributes": [
4
+ "v-model:show",
5
+ "actions",
6
+ "title",
7
+ "cancel-text",
8
+ "description",
9
+ "closeable",
10
+ "close-icon",
11
+ "duration",
12
+ "round",
13
+ "overlay",
14
+ "overlay-class",
15
+ "overlay-style",
16
+ "lock-scroll",
17
+ "lazy-render",
18
+ "close-on-popstate",
19
+ "close-on-click-action",
20
+ "close-on-click-overlay",
21
+ "safe-area-inset-bottom",
22
+ "teleport",
23
+ "before-close"
24
+ ]
25
+ },
2
26
  "van-action-bar": {
3
27
  "attributes": [
4
28
  "safe-area-inset-bottom"
@@ -31,30 +55,6 @@
31
55
  "replace"
32
56
  ]
33
57
  },
34
- "van-action-sheet": {
35
- "attributes": [
36
- "v-model:show",
37
- "actions",
38
- "title",
39
- "cancel-text",
40
- "description",
41
- "closeable",
42
- "close-icon",
43
- "duration",
44
- "round",
45
- "overlay",
46
- "overlay-class",
47
- "overlay-style",
48
- "lock-scroll",
49
- "lazy-render",
50
- "close-on-popstate",
51
- "close-on-click-action",
52
- "close-on-click-overlay",
53
- "safe-area-inset-bottom",
54
- "teleport",
55
- "before-close"
56
- ]
57
- },
58
58
  "van-address-list": {
59
59
  "attributes": [
60
60
  "v-model",
@@ -92,16 +92,6 @@
92
92
  "validator"
93
93
  ]
94
94
  },
95
- "van-badge": {
96
- "attributes": [
97
- "content",
98
- "color",
99
- "dot",
100
- "max",
101
- "offset",
102
- "show-zero"
103
- ]
104
- },
105
95
  "van-area": {
106
96
  "attributes": [
107
97
  "value",
@@ -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",
@@ -145,6 +145,21 @@
145
145
  "replace"
146
146
  ]
147
147
  },
148
+ "van-card": {
149
+ "attributes": [
150
+ "thumb",
151
+ "title",
152
+ "desc",
153
+ "tag",
154
+ "num",
155
+ "price",
156
+ "origin-price",
157
+ "centered",
158
+ "currency",
159
+ "thumb-link",
160
+ "lazy-load"
161
+ ]
162
+ },
148
163
  "van-calendar": {
149
164
  "attributes": [
150
165
  "type",
@@ -180,21 +195,6 @@
180
195
  "range-prompt"
181
196
  ]
182
197
  },
183
- "van-card": {
184
- "attributes": [
185
- "thumb",
186
- "title",
187
- "desc",
188
- "tag",
189
- "num",
190
- "price",
191
- "origin-price",
192
- "centered",
193
- "currency",
194
- "thumb-link",
195
- "lazy-load"
196
- ]
197
- },
198
198
  "van-cascader": {
199
199
  "attributes": [
200
200
  "title",
@@ -238,29 +238,6 @@
238
238
  "label-class"
239
239
  ]
240
240
  },
241
- "van-checkbox": {
242
- "attributes": [
243
- "v-model",
244
- "name",
245
- "shape",
246
- "disabled",
247
- "label-disabled",
248
- "label-position",
249
- "icon-size",
250
- "checked-color",
251
- "bind-group"
252
- ]
253
- },
254
- "van-checkbox-group": {
255
- "attributes": [
256
- "v-model",
257
- "disabled",
258
- "max",
259
- "direction",
260
- "icon-size",
261
- "checked-color"
262
- ]
263
- },
264
241
  "van-circle": {
265
242
  "attributes": [
266
243
  "v-model:current-rate",
@@ -293,6 +270,29 @@
293
270
  "tag"
294
271
  ]
295
272
  },
273
+ "van-checkbox": {
274
+ "attributes": [
275
+ "v-model",
276
+ "name",
277
+ "shape",
278
+ "disabled",
279
+ "label-disabled",
280
+ "label-position",
281
+ "icon-size",
282
+ "checked-color",
283
+ "bind-group"
284
+ ]
285
+ },
286
+ "van-checkbox-group": {
287
+ "attributes": [
288
+ "v-model",
289
+ "disabled",
290
+ "max",
291
+ "direction",
292
+ "icon-size",
293
+ "checked-color"
294
+ ]
295
+ },
296
296
  "van-collapse": {
297
297
  "attributes": [
298
298
  "v-model",
@@ -324,12 +324,12 @@
324
324
  "icon-prefix"
325
325
  ]
326
326
  },
327
- "van-contact-card": {
327
+ "van-contact-list": {
328
328
  "attributes": [
329
- "type",
330
- "name",
331
- "tel",
332
- "add-text"
329
+ "v-model",
330
+ "list",
331
+ "add-text",
332
+ "default-tag-text"
333
333
  ]
334
334
  },
335
335
  "van-contact-edit": {
@@ -343,12 +343,12 @@
343
343
  "set-default-label"
344
344
  ]
345
345
  },
346
- "van-contact-list": {
346
+ "van-contact-card": {
347
347
  "attributes": [
348
- "v-model",
349
- "list",
350
- "add-text",
351
- "default-tag-text"
348
+ "type",
349
+ "name",
350
+ "tel",
351
+ "add-text"
352
352
  ]
353
353
  },
354
354
  "van-count-down": {
@@ -543,17 +543,6 @@
543
543
  "submit-on-enter"
544
544
  ]
545
545
  },
546
- "van-icon": {
547
- "attributes": [
548
- "name",
549
- "dot",
550
- "badge",
551
- "color",
552
- "size",
553
- "class-prefix",
554
- "tag"
555
- ]
556
- },
557
546
  "van-grid": {
558
547
  "attributes": [
559
548
  "column-num",
@@ -580,6 +569,17 @@
580
569
  "replace"
581
570
  ]
582
571
  },
572
+ "van-icon": {
573
+ "attributes": [
574
+ "name",
575
+ "dot",
576
+ "badge",
577
+ "color",
578
+ "size",
579
+ "class-prefix",
580
+ "tag"
581
+ ]
582
+ },
583
583
  "van-index-bar": {
584
584
  "attributes": [
585
585
  "index-list",
@@ -776,6 +776,19 @@
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
+ },
779
792
  "van-popup": {
780
793
  "attributes": [
781
794
  "v-model:show",
@@ -800,19 +813,6 @@
800
813
  "safe-area-inset-bottom"
801
814
  ]
802
815
  },
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",
@@ -847,22 +847,25 @@
847
847
  "checked-color"
848
848
  ]
849
849
  },
850
- "van-rate": {
850
+ "van-share-sheet": {
851
851
  "attributes": [
852
- "v-model",
853
- "count",
854
- "size",
855
- "gutter",
856
- "color",
857
- "void-color",
858
- "disabled-color",
859
- "icon",
860
- "void-icon",
861
- "icon-prefix",
862
- "allow-half",
863
- "readonly",
864
- "disabled",
865
- "touchable"
852
+ "v-model:show",
853
+ "options",
854
+ "title",
855
+ "cancel-text",
856
+ "description",
857
+ "duration",
858
+ "round",
859
+ "overlay",
860
+ "overlay-class",
861
+ "overlay-style",
862
+ "lock-scroll",
863
+ "lazy-render",
864
+ "close-on-popstate",
865
+ "close-on-click-overlay",
866
+ "safe-area-inset-bottom",
867
+ "teleport",
868
+ "before-close"
866
869
  ]
867
870
  },
868
871
  "van-search": {
@@ -893,25 +896,39 @@
893
896
  "autocomplete"
894
897
  ]
895
898
  },
896
- "van-share-sheet": {
899
+ "van-rate": {
897
900
  "attributes": [
898
- "v-model:show",
899
- "options",
900
- "title",
901
- "cancel-text",
902
- "description",
903
- "duration",
904
- "round",
905
- "overlay",
906
- "overlay-class",
907
- "overlay-style",
908
- "lock-scroll",
909
- "lazy-render",
910
- "close-on-popstate",
911
- "close-on-click-overlay",
912
- "safe-area-inset-bottom",
913
- "teleport",
914
- "before-close"
901
+ "v-model",
902
+ "count",
903
+ "size",
904
+ "gutter",
905
+ "color",
906
+ "void-color",
907
+ "disabled-color",
908
+ "icon",
909
+ "void-icon",
910
+ "icon-prefix",
911
+ "allow-half",
912
+ "readonly",
913
+ "disabled",
914
+ "touchable"
915
+ ]
916
+ },
917
+ "van-slider": {
918
+ "attributes": [
919
+ "v-model",
920
+ "max",
921
+ "min",
922
+ "step",
923
+ "bar-height",
924
+ "button-size",
925
+ "active-color",
926
+ "inactive-color",
927
+ "range",
928
+ "reverse",
929
+ "disabled",
930
+ "readonly",
931
+ "vertical"
915
932
  ]
916
933
  },
917
934
  "van-sidebar": {
@@ -944,23 +961,6 @@
944
961
  "avatar-shape"
945
962
  ]
946
963
  },
947
- "van-slider": {
948
- "attributes": [
949
- "v-model",
950
- "max",
951
- "min",
952
- "step",
953
- "bar-height",
954
- "button-size",
955
- "active-color",
956
- "inactive-color",
957
- "range",
958
- "reverse",
959
- "disabled",
960
- "readonly",
961
- "vertical"
962
- ]
963
- },
964
964
  "van-stepper": {
965
965
  "attributes": [
966
966
  "v-model",
@@ -987,6 +987,15 @@
987
987
  "allow-empty"
988
988
  ]
989
989
  },
990
+ "van-sticky": {
991
+ "attributes": [
992
+ "position",
993
+ "offset-top",
994
+ "offset-bottom",
995
+ "z-index",
996
+ "container"
997
+ ]
998
+ },
990
999
  "van-steps": {
991
1000
  "attributes": [
992
1001
  "active",
@@ -1002,15 +1011,6 @@
1002
1011
  "van-step": {
1003
1012
  "attributes": []
1004
1013
  },
1005
- "van-sticky": {
1006
- "attributes": [
1007
- "position",
1008
- "offset-top",
1009
- "offset-bottom",
1010
- "z-index",
1011
- "container"
1012
- ]
1013
- },
1014
1014
  "van-submit-bar": {
1015
1015
  "attributes": [
1016
1016
  "price",