vant 2.12.45 → 2.12.48

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
@@ -63,30 +63,15 @@
63
63
  "is-oversea-code"
64
64
  ]
65
65
  },
66
- "van-button": {
66
+ "van-address-list": {
67
67
  "attributes": [
68
- "type",
69
- "size",
70
- "text",
71
- "color",
72
- "icon",
73
- "icon-prefix",
74
- "icon-position",
75
- "tag",
76
- "native-type",
77
- "block",
78
- "plain",
79
- "square",
80
- "round",
81
- "disabled",
82
- "hairline",
83
- "loading",
84
- "loading-text",
85
- "loading-type",
86
- "loading-size",
87
- "url",
88
- "to",
89
- "replace"
68
+ "v-model",
69
+ "list",
70
+ "disabled-list",
71
+ "disabled-text",
72
+ "switchable",
73
+ "add-button-text",
74
+ "default-tag-text"
90
75
  ]
91
76
  },
92
77
  "van-calendar": {
@@ -108,52 +93,21 @@
108
93
  "readonly",
109
94
  "confirm-text",
110
95
  "confirm-disabled-text",
111
- "first-day-of-week"
112
- ]
113
- },
114
- "van-poppable": {
115
- "attributes": [
96
+ "first-day-of-week",
116
97
  "v-model",
117
98
  "position",
118
99
  "round",
119
100
  "close-on-popstate",
120
101
  "close-on-click-overlay",
121
102
  "safe-area-inset-bottom",
122
- "get-container"
123
- ]
124
- },
125
- "van-range": {
126
- "attributes": [
103
+ "get-container",
127
104
  "max-range",
128
105
  "range-prompt",
129
- "allow-same-day"
130
- ]
131
- },
132
- "van-multiple": {
133
- "attributes": [
106
+ "allow-same-day",
134
107
  "max-range",
135
108
  "range-prompt"
136
109
  ]
137
110
  },
138
- "van-address-list": {
139
- "attributes": [
140
- "v-model",
141
- "list",
142
- "disabled-list",
143
- "disabled-text",
144
- "switchable",
145
- "add-button-text",
146
- "default-tag-text"
147
- ]
148
- },
149
- "van-badge": {
150
- "attributes": [
151
- "content",
152
- "color",
153
- "dot",
154
- "max"
155
- ]
156
- },
157
111
  "van-card": {
158
112
  "attributes": [
159
113
  "thumb",
@@ -181,14 +135,44 @@
181
135
  "field-names"
182
136
  ]
183
137
  },
184
- "van-cell-group": {
138
+ "van-badge": {
185
139
  "attributes": [
186
- "title",
187
- "border"
140
+ "content",
141
+ "color",
142
+ "dot",
143
+ "max"
144
+ ]
145
+ },
146
+ "van-button": {
147
+ "attributes": [
148
+ "type",
149
+ "size",
150
+ "text",
151
+ "color",
152
+ "icon",
153
+ "icon-prefix",
154
+ "icon-position",
155
+ "tag",
156
+ "native-type",
157
+ "block",
158
+ "plain",
159
+ "square",
160
+ "round",
161
+ "disabled",
162
+ "hairline",
163
+ "loading",
164
+ "loading-text",
165
+ "loading-type",
166
+ "loading-size",
167
+ "url",
168
+ "to",
169
+ "replace"
188
170
  ]
189
171
  },
190
172
  "van-cell": {
191
173
  "attributes": [
174
+ "title",
175
+ "border",
192
176
  "title",
193
177
  "value",
194
178
  "label",
@@ -210,6 +194,38 @@
210
194
  "label-class"
211
195
  ]
212
196
  },
197
+ "van-layout": {
198
+ "attributes": [
199
+ "type",
200
+ "gutter",
201
+ "tag",
202
+ "justify",
203
+ "align",
204
+ "span",
205
+ "offset",
206
+ "tag"
207
+ ]
208
+ },
209
+ "van-collapse": {
210
+ "attributes": [
211
+ "v-model",
212
+ "accordion",
213
+ "border",
214
+ "name",
215
+ "icon",
216
+ "size",
217
+ "title",
218
+ "value",
219
+ "label",
220
+ "border",
221
+ "is-link",
222
+ "disabled",
223
+ "lazy-render",
224
+ "title-class",
225
+ "value-class",
226
+ "label-class"
227
+ ]
228
+ },
213
229
  "van-checkbox": {
214
230
  "attributes": [
215
231
  "v-model (value)",
@@ -220,11 +236,7 @@
220
236
  "label-position",
221
237
  "icon-size",
222
238
  "checked-color",
223
- "bind-group"
224
- ]
225
- },
226
- "van-checkbox-group": {
227
- "attributes": [
239
+ "bind-group",
228
240
  "v-model (value)",
229
241
  "disabled",
230
242
  "max",
@@ -248,46 +260,6 @@
248
260
  "clockwise"
249
261
  ]
250
262
  },
251
- "van-row": {
252
- "attributes": [
253
- "type",
254
- "gutter",
255
- "tag",
256
- "justify",
257
- "align"
258
- ]
259
- },
260
- "van-col": {
261
- "attributes": [
262
- "span",
263
- "offset",
264
- "tag"
265
- ]
266
- },
267
- "van-collapse": {
268
- "attributes": [
269
- "v-model",
270
- "accordion",
271
- "border"
272
- ]
273
- },
274
- "van-collapse-item": {
275
- "attributes": [
276
- "name",
277
- "icon",
278
- "size",
279
- "title",
280
- "value",
281
- "label",
282
- "border",
283
- "is-link",
284
- "disabled",
285
- "lazy-render",
286
- "title-class",
287
- "value-class",
288
- "label-class"
289
- ]
290
- },
291
263
  "van-contact-card": {
292
264
  "attributes": [
293
265
  "type",
@@ -323,18 +295,14 @@
323
295
  "millisecond"
324
296
  ]
325
297
  },
326
- "van-coupon-cell": {
298
+ "van-coupon": {
327
299
  "attributes": [
328
300
  "title",
329
301
  "chosen-coupon",
330
302
  "coupons",
331
303
  "editable",
332
304
  "border",
333
- "currency"
334
- ]
335
- },
336
- "van-coupon-list": {
337
- "attributes": [
305
+ "currency",
338
306
  "v-model",
339
307
  "chosen-coupon",
340
308
  "coupons",
@@ -369,23 +337,22 @@
369
337
  "columns-order",
370
338
  "item-height",
371
339
  "visible-item-count",
372
- "swipe-duration"
373
- ]
374
- },
375
- "van-date-picker": {
376
- "attributes": [
340
+ "swipe-duration",
377
341
  "min-date",
378
- "max-date"
379
- ]
380
- },
381
- "van-time-picker": {
382
- "attributes": [
342
+ "max-date",
383
343
  "min-hour",
384
344
  "max-hour",
385
345
  "min-minute",
386
346
  "max-minute"
387
347
  ]
388
348
  },
349
+ "van-divider": {
350
+ "attributes": [
351
+ "dashed",
352
+ "hairline",
353
+ "content-position"
354
+ ]
355
+ },
389
356
  "van-dialog": {
390
357
  "attributes": [
391
358
  "v-model",
@@ -421,11 +388,7 @@
421
388
  "duration",
422
389
  "overlay",
423
390
  "close-on-click-overlay",
424
- "close-on-click-outside"
425
- ]
426
- },
427
- "van-dropdown-item": {
428
- "attributes": [
391
+ "close-on-click-outside",
429
392
  "value",
430
393
  "title",
431
394
  "options",
@@ -435,11 +398,11 @@
435
398
  "get-container"
436
399
  ]
437
400
  },
438
- "van-divider": {
401
+ "van-empty": {
439
402
  "attributes": [
440
- "dashed",
441
- "hairline",
442
- "content-position"
403
+ "image",
404
+ "image-size",
405
+ "description"
443
406
  ]
444
407
  },
445
408
  "van-field": {
@@ -481,45 +444,6 @@
481
444
  "autocomplete"
482
445
  ]
483
446
  },
484
- "van-empty": {
485
- "attributes": [
486
- "image",
487
- "image-size",
488
- "description"
489
- ]
490
- },
491
- "van-goods-action": {
492
- "attributes": [
493
- "safe-area-inset-bottom"
494
- ]
495
- },
496
- "van-goods-action-icon": {
497
- "attributes": [
498
- "text",
499
- "icon",
500
- "color",
501
- "icon-class",
502
- "dot",
503
- "badge",
504
- "info",
505
- "url",
506
- "to",
507
- "replace"
508
- ]
509
- },
510
- "van-goods-action-button": {
511
- "attributes": [
512
- "text",
513
- "type",
514
- "color",
515
- "icon",
516
- "disabled",
517
- "loading",
518
- "url",
519
- "to",
520
- "replace"
521
- ]
522
- },
523
447
  "van-form": {
524
448
  "attributes": [
525
449
  "label-width",
@@ -546,19 +470,39 @@
546
470
  "center",
547
471
  "square",
548
472
  "clickable",
549
- "direction"
473
+ "direction",
474
+ "text",
475
+ "icon",
476
+ "icon-prefix",
477
+ "dot",
478
+ "badge",
479
+ "info",
480
+ "url",
481
+ "to",
482
+ "replace"
550
483
  ]
551
484
  },
552
- "van-grid-item": {
485
+ "van-goods-action": {
553
486
  "attributes": [
487
+ "safe-area-inset-bottom",
554
488
  "text",
555
489
  "icon",
556
- "icon-prefix",
490
+ "color",
491
+ "icon-class",
557
492
  "dot",
558
493
  "badge",
559
494
  "info",
560
495
  "url",
561
496
  "to",
497
+ "replace",
498
+ "text",
499
+ "type",
500
+ "color",
501
+ "icon",
502
+ "disabled",
503
+ "loading",
504
+ "url",
505
+ "to",
562
506
  "replace"
563
507
  ]
564
508
  },
@@ -574,6 +518,16 @@
574
518
  "tag"
575
519
  ]
576
520
  },
521
+ "van-index-bar": {
522
+ "attributes": [
523
+ "index-list",
524
+ "z-index",
525
+ "sticky",
526
+ "sticky-offset-top",
527
+ "highlight-color",
528
+ "index"
529
+ ]
530
+ },
577
531
  "van-image": {
578
532
  "attributes": [
579
533
  "src",
@@ -612,19 +566,8 @@
612
566
  "get-container"
613
567
  ]
614
568
  },
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
- ]
569
+ "van-lazyload": {
570
+ "attributes": []
628
571
  },
629
572
  "van-list": {
630
573
  "attributes": [
@@ -649,6 +592,9 @@
649
592
  "vertical"
650
593
  ]
651
594
  },
595
+ "van-国际化": {
596
+ "attributes": []
597
+ },
652
598
  "van-nav-bar": {
653
599
  "attributes": [
654
600
  "title",
@@ -675,6 +621,9 @@
675
621
  "wrapable"
676
622
  ]
677
623
  },
624
+ "van-notify": {
625
+ "attributes": []
626
+ },
678
627
  "van-number-keyboard": {
679
628
  "attributes": [
680
629
  "v-model (value)",
@@ -726,17 +675,6 @@
726
675
  "icon"
727
676
  ]
728
677
  },
729
- "van-password-input": {
730
- "attributes": [
731
- "value",
732
- "info",
733
- "error-info",
734
- "length",
735
- "gutter",
736
- "mask",
737
- "focused"
738
- ]
739
- },
740
678
  "van-picker": {
741
679
  "attributes": [
742
680
  "columns",
@@ -755,6 +693,17 @@
755
693
  "swipe-duration"
756
694
  ]
757
695
  },
696
+ "van-password-input": {
697
+ "attributes": [
698
+ "value",
699
+ "info",
700
+ "error-info",
701
+ "length",
702
+ "gutter",
703
+ "mask",
704
+ "focused"
705
+ ]
706
+ },
758
707
  "van-popover": {
759
708
  "attributes": [
760
709
  "v-model",
@@ -826,11 +775,7 @@
826
775
  "label-disabled",
827
776
  "label-position",
828
777
  "icon-size",
829
- "checked-color"
830
- ]
831
- },
832
- "van-radio-group": {
833
- "attributes": [
778
+ "checked-color",
834
779
  "v-model (value)",
835
780
  "disabled",
836
781
  "direction",
@@ -894,11 +839,7 @@
894
839
  },
895
840
  "van-sidebar": {
896
841
  "attributes": [
897
- "v-model"
898
- ]
899
- },
900
- "van-sidebar-item": {
901
- "attributes": [
842
+ "v-model",
902
843
  "title",
903
844
  "dot",
904
845
  "badge",
@@ -1008,12 +949,10 @@
1008
949
  "active-icon",
1009
950
  "inactive-icon",
1010
951
  "finish-icon",
1011
- "icon-prefix"
952
+ "icon-prefix",
953
+ "center"
1012
954
  ]
1013
955
  },
1014
- "van-step": {
1015
- "attributes": []
1016
- },
1017
956
  "van-sticky": {
1018
957
  "attributes": [
1019
958
  "offset-top",
@@ -1021,6 +960,9 @@
1021
960
  "container"
1022
961
  ]
1023
962
  },
963
+ "van-内置样式": {
964
+ "attributes": []
965
+ },
1024
966
  "van-submit-bar": {
1025
967
  "attributes": [
1026
968
  "price",
@@ -1055,9 +997,6 @@
1055
997
  "indicator-color"
1056
998
  ]
1057
999
  },
1058
- "van-swipe-item": {
1059
- "attributes": []
1060
- },
1061
1000
  "van-swipe-cell": {
1062
1001
  "attributes": [
1063
1002
  "name",
@@ -1095,7 +1034,7 @@
1095
1034
  "inactive-value"
1096
1035
  ]
1097
1036
  },
1098
- "van-tabs": {
1037
+ "van-tab": {
1099
1038
  "attributes": [
1100
1039
  "v-model",
1101
1040
  "type",
@@ -1115,11 +1054,7 @@
1115
1054
  "swipe-threshold",
1116
1055
  "title-active-color",
1117
1056
  "title-inactive-color",
1118
- "before-change"
1119
- ]
1120
- },
1121
- "van-tab": {
1122
- "attributes": [
1057
+ "before-change",
1123
1058
  "title",
1124
1059
  "disabled",
1125
1060
  "dot",
@@ -1144,11 +1079,7 @@
1144
1079
  "route",
1145
1080
  "placeholder",
1146
1081
  "safe-area-inset-bottom",
1147
- "before-change"
1148
- ]
1149
- },
1150
- "van-tabbar-item": {
1151
- "attributes": [
1082
+ "before-change",
1152
1083
  "name",
1153
1084
  "icon",
1154
1085
  "icon-prefix",
@@ -1172,6 +1103,9 @@
1172
1103
  "closeable"
1173
1104
  ]
1174
1105
  },
1106
+ "van-toast": {
1107
+ "attributes": []
1108
+ },
1175
1109
  "van-tree-select": {
1176
1110
  "attributes": [
1177
1111
  "items",