vant 2.12.39 → 2.12.40
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/es/cascader/index.js +20 -13
- package/es/icon/index.css +1 -1
- package/es/icon/index.less +1 -0
- package/es/index.js +1 -1
- package/lib/cascader/index.js +20 -13
- package/lib/icon/index.css +1 -1
- package/lib/icon/index.less +1 -0
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/vant.js +21 -14
- package/lib/vant.min.js +1 -1
- package/package.json +4 -1
- package/vetur/attributes.json +278 -274
- package/vetur/tags.json +95 -94
- package/vetur/web-types.json +844 -835
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",
|
@@ -44,49 +65,6 @@
|
|
44
65
|
"max"
|
45
66
|
]
|
46
67
|
},
|
47
|
-
"van-area": {
|
48
|
-
"attributes": [
|
49
|
-
"value",
|
50
|
-
"title",
|
51
|
-
"confirm-button-text",
|
52
|
-
"cancel-button-text",
|
53
|
-
"area-list",
|
54
|
-
"columns-placeholder",
|
55
|
-
"loading",
|
56
|
-
"readonly",
|
57
|
-
"item-height",
|
58
|
-
"columns-num",
|
59
|
-
"visible-item-count",
|
60
|
-
"swipe-duration",
|
61
|
-
"is-oversea-code"
|
62
|
-
]
|
63
|
-
},
|
64
|
-
"van-button": {
|
65
|
-
"attributes": [
|
66
|
-
"type",
|
67
|
-
"size",
|
68
|
-
"text",
|
69
|
-
"color",
|
70
|
-
"icon",
|
71
|
-
"icon-prefix",
|
72
|
-
"icon-position",
|
73
|
-
"tag",
|
74
|
-
"native-type",
|
75
|
-
"block",
|
76
|
-
"plain",
|
77
|
-
"square",
|
78
|
-
"round",
|
79
|
-
"disabled",
|
80
|
-
"hairline",
|
81
|
-
"loading",
|
82
|
-
"loading-text",
|
83
|
-
"loading-type",
|
84
|
-
"loading-size",
|
85
|
-
"url",
|
86
|
-
"to",
|
87
|
-
"replace"
|
88
|
-
]
|
89
|
-
},
|
90
68
|
"van-calendar": {
|
91
69
|
"attributes": [
|
92
70
|
"type",
|
@@ -133,15 +111,21 @@
|
|
133
111
|
"range-prompt"
|
134
112
|
]
|
135
113
|
},
|
136
|
-
"van-
|
114
|
+
"van-area": {
|
137
115
|
"attributes": [
|
138
|
-
"title",
|
139
116
|
"value",
|
140
|
-
"
|
141
|
-
"
|
142
|
-
"
|
143
|
-
"
|
144
|
-
"
|
117
|
+
"title",
|
118
|
+
"confirm-button-text",
|
119
|
+
"cancel-button-text",
|
120
|
+
"area-list",
|
121
|
+
"columns-placeholder",
|
122
|
+
"loading",
|
123
|
+
"readonly",
|
124
|
+
"item-height",
|
125
|
+
"columns-num",
|
126
|
+
"visible-item-count",
|
127
|
+
"swipe-duration",
|
128
|
+
"is-oversea-code"
|
145
129
|
]
|
146
130
|
},
|
147
131
|
"van-card": {
|
@@ -159,6 +143,18 @@
|
|
159
143
|
"lazy-load"
|
160
144
|
]
|
161
145
|
},
|
146
|
+
"van-cascader": {
|
147
|
+
"attributes": [
|
148
|
+
"title",
|
149
|
+
"value",
|
150
|
+
"options",
|
151
|
+
"placeholder",
|
152
|
+
"active-color",
|
153
|
+
"closeable",
|
154
|
+
"show-header",
|
155
|
+
"field-names"
|
156
|
+
]
|
157
|
+
},
|
162
158
|
"van-cell-group": {
|
163
159
|
"attributes": [
|
164
160
|
"title",
|
@@ -188,25 +184,30 @@
|
|
188
184
|
"label-class"
|
189
185
|
]
|
190
186
|
},
|
191
|
-
"van-
|
187
|
+
"van-button": {
|
192
188
|
"attributes": [
|
193
|
-
"
|
194
|
-
"
|
195
|
-
"
|
196
|
-
"
|
197
|
-
"
|
198
|
-
"
|
199
|
-
"
|
200
|
-
"
|
189
|
+
"type",
|
190
|
+
"size",
|
191
|
+
"text",
|
192
|
+
"color",
|
193
|
+
"icon",
|
194
|
+
"icon-prefix",
|
195
|
+
"icon-position",
|
196
|
+
"tag",
|
197
|
+
"native-type",
|
198
|
+
"block",
|
199
|
+
"plain",
|
200
|
+
"square",
|
201
201
|
"round",
|
202
|
-
"
|
203
|
-
"
|
204
|
-
"
|
205
|
-
"
|
206
|
-
"
|
207
|
-
"
|
208
|
-
"
|
209
|
-
"
|
202
|
+
"disabled",
|
203
|
+
"hairline",
|
204
|
+
"loading",
|
205
|
+
"loading-text",
|
206
|
+
"loading-type",
|
207
|
+
"loading-size",
|
208
|
+
"url",
|
209
|
+
"to",
|
210
|
+
"replace"
|
210
211
|
]
|
211
212
|
},
|
212
213
|
"van-checkbox": {
|
@@ -353,6 +354,33 @@
|
|
353
354
|
"show-count"
|
354
355
|
]
|
355
356
|
},
|
357
|
+
"van-dialog": {
|
358
|
+
"attributes": [
|
359
|
+
"v-model",
|
360
|
+
"title",
|
361
|
+
"width",
|
362
|
+
"message",
|
363
|
+
"message-align",
|
364
|
+
"theme",
|
365
|
+
"show-confirm-button",
|
366
|
+
"show-cancel-button",
|
367
|
+
"confirm-button-text",
|
368
|
+
"confirm-button-color",
|
369
|
+
"cancel-button-text",
|
370
|
+
"cancel-button-color",
|
371
|
+
"overlay",
|
372
|
+
"overlay-class",
|
373
|
+
"overlay-style",
|
374
|
+
"close-on-popstate",
|
375
|
+
"close-on-click-overlay",
|
376
|
+
"lazy-render",
|
377
|
+
"lock-scroll",
|
378
|
+
"allow-html",
|
379
|
+
"before-close",
|
380
|
+
"transition",
|
381
|
+
"get-container"
|
382
|
+
]
|
383
|
+
},
|
356
384
|
"van-datetime-picker": {
|
357
385
|
"attributes": [
|
358
386
|
"type",
|
@@ -384,33 +412,6 @@
|
|
384
412
|
"max-minute"
|
385
413
|
]
|
386
414
|
},
|
387
|
-
"van-dialog": {
|
388
|
-
"attributes": [
|
389
|
-
"v-model",
|
390
|
-
"title",
|
391
|
-
"width",
|
392
|
-
"message",
|
393
|
-
"message-align",
|
394
|
-
"theme",
|
395
|
-
"show-confirm-button",
|
396
|
-
"show-cancel-button",
|
397
|
-
"confirm-button-text",
|
398
|
-
"confirm-button-color",
|
399
|
-
"cancel-button-text",
|
400
|
-
"cancel-button-color",
|
401
|
-
"overlay",
|
402
|
-
"overlay-class",
|
403
|
-
"overlay-style",
|
404
|
-
"close-on-popstate",
|
405
|
-
"close-on-click-overlay",
|
406
|
-
"lazy-render",
|
407
|
-
"lock-scroll",
|
408
|
-
"allow-html",
|
409
|
-
"before-close",
|
410
|
-
"transition",
|
411
|
-
"get-container"
|
412
|
-
]
|
413
|
-
},
|
414
415
|
"van-divider": {
|
415
416
|
"attributes": [
|
416
417
|
"dashed",
|