vant 2.12.38 → 2.12.42
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/datetime-picker/utils.js +4 -0
- package/es/icon/index.css +1 -1
- package/es/icon/index.less +1 -0
- package/es/image-preview/ImagePreviewItem.js +8 -3
- package/es/index.js +1 -1
- package/es/nav-bar/index.js +9 -1
- package/es/tabbar/index.js +14 -6
- package/lib/cascader/index.js +20 -13
- package/lib/datetime-picker/utils.js +4 -0
- package/lib/icon/index.css +1 -1
- package/lib/icon/index.less +1 -0
- package/lib/image-preview/ImagePreviewItem.js +8 -3
- package/lib/index.css +1 -1
- package/lib/index.js +1 -1
- package/lib/nav-bar/index.js +9 -1
- package/lib/tabbar/index.js +14 -6
- package/lib/vant.js +57 -25
- package/lib/vant.min.js +1 -1
- package/package.json +6 -3
- package/vetur/attributes.json +188 -184
- package/vetur/tags.json +67 -66
- package/vetur/web-types.json +608 -599
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vant",
|
3
|
-
"version": "2.12.
|
3
|
+
"version": "2.12.42",
|
4
4
|
"description": "Mobile UI Components built on Vue",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -12,6 +12,9 @@
|
|
12
12
|
"types",
|
13
13
|
"vetur"
|
14
14
|
],
|
15
|
+
"npm": {
|
16
|
+
"tag": "latest-v2"
|
17
|
+
},
|
15
18
|
"publishConfig": {
|
16
19
|
"registry": "https://registry.npmjs.org/"
|
17
20
|
},
|
@@ -21,7 +24,7 @@
|
|
21
24
|
"lint": "vant-cli lint",
|
22
25
|
"test": "vant-cli test",
|
23
26
|
"build": "vant-cli build",
|
24
|
-
"release": "vant-cli release",
|
27
|
+
"release": "vant-cli release --tag latest-v2",
|
25
28
|
"test:watch": "vant-cli test --watch",
|
26
29
|
"release:site": "sh docs/site/release.sh",
|
27
30
|
"test:coverage": "open test/coverage/index.html"
|
@@ -63,7 +66,7 @@
|
|
63
66
|
"vue": ">= 2.6.0"
|
64
67
|
},
|
65
68
|
"devDependencies": {
|
66
|
-
"@vant/cli": "^2.
|
69
|
+
"@vant/cli": "^2.11.5",
|
67
70
|
"prettier": "2.1.0",
|
68
71
|
"vue": "^2.6.12",
|
69
72
|
"vue-template-compiler": "^2.6.12"
|
package/vetur/attributes.json
CHANGED
@@ -1,92 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"van-address-edit/area-list": {
|
3
|
-
"type": "object",
|
4
|
-
"description": "地区列表, 默认值: -"
|
5
|
-
},
|
6
|
-
"van-address-edit/area-columns-placeholder": {
|
7
|
-
"type": "string[]",
|
8
|
-
"description": "地区选择列占位提示文字, 默认值: `[]`"
|
9
|
-
},
|
10
|
-
"van-address-edit/area-placeholder": {
|
11
|
-
"type": "string",
|
12
|
-
"description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
|
13
|
-
},
|
14
|
-
"van-address-edit/address-info": {
|
15
|
-
"type": "AddressInfo",
|
16
|
-
"description": "收货人信息初始值, 默认值: `{}`"
|
17
|
-
},
|
18
|
-
"van-address-edit/search-result": {
|
19
|
-
"type": "SearchResult[]",
|
20
|
-
"description": "详细地址搜索结果, 默认值: `[]`"
|
21
|
-
},
|
22
|
-
"van-address-edit/show-postal": {
|
23
|
-
"type": "boolean",
|
24
|
-
"description": "是否显示邮政编码, 默认值: `false`"
|
25
|
-
},
|
26
|
-
"van-address-edit/show-delete": {
|
27
|
-
"type": "boolean",
|
28
|
-
"description": "是否显示删除按钮, 默认值: `false`"
|
29
|
-
},
|
30
|
-
"van-address-edit/show-set-default": {
|
31
|
-
"type": "boolean",
|
32
|
-
"description": "是否显示默认地址栏, 默认值: `false`"
|
33
|
-
},
|
34
|
-
"van-address-edit/show-search-result": {
|
35
|
-
"type": "boolean",
|
36
|
-
"description": "是否显示搜索结果, 默认值: `false`"
|
37
|
-
},
|
38
|
-
"van-address-edit/show-area": {
|
39
|
-
"type": "boolean",
|
40
|
-
"description": "是否显示地区, 默认值: `true`"
|
41
|
-
},
|
42
|
-
"van-address-edit/show-detail": {
|
43
|
-
"type": "boolean",
|
44
|
-
"description": "是否显示详细地址, 默认值: `true`"
|
45
|
-
},
|
46
|
-
"van-address-edit/disable-area": {
|
47
|
-
"type": "boolean",
|
48
|
-
"description": "是否禁用地区选择, 默认值: `false`"
|
49
|
-
},
|
50
|
-
"van-address-edit/save-button-text": {
|
51
|
-
"type": "string",
|
52
|
-
"description": "保存按钮文字, 默认值: `保存`"
|
53
|
-
},
|
54
|
-
"van-address-edit/delete-button-text": {
|
55
|
-
"type": "string",
|
56
|
-
"description": "删除按钮文字, 默认值: `删除`"
|
57
|
-
},
|
58
|
-
"van-address-edit/detail-rows": {
|
59
|
-
"type": "number | string",
|
60
|
-
"description": "详细地址输入框行数, 默认值: `1`"
|
61
|
-
},
|
62
|
-
"van-address-edit/detail-maxlength": {
|
63
|
-
"type": "number | string",
|
64
|
-
"description": "详细地址最大长度, 默认值: `200`"
|
65
|
-
},
|
66
|
-
"van-address-edit/is-saving": {
|
67
|
-
"type": "boolean",
|
68
|
-
"description": "是否显示保存按钮加载动画, 默认值: `false`"
|
69
|
-
},
|
70
|
-
"van-address-edit/is-deleting": {
|
71
|
-
"type": "boolean",
|
72
|
-
"description": "是否显示删除按钮加载动画, 默认值: `false`"
|
73
|
-
},
|
74
|
-
"van-address-edit/tel-validator": {
|
75
|
-
"type": "string => boolean",
|
76
|
-
"description": "手机号格式校验函数, 默认值: -"
|
77
|
-
},
|
78
|
-
"van-address-edit/tel-maxlength": {
|
79
|
-
"type": "number | string",
|
80
|
-
"description": "手机号最大长度, 默认值: -"
|
81
|
-
},
|
82
|
-
"van-address-edit/postal-validator": {
|
83
|
-
"type": "string => boolean",
|
84
|
-
"description": "邮政编码格式校验函数, 默认值: -"
|
85
|
-
},
|
86
|
-
"van-address-edit/validator": {
|
87
|
-
"type": "(key, val) => string",
|
88
|
-
"description": "自定义校验函数, 默认值: -"
|
89
|
-
},
|
90
2
|
"van-action-sheet/v-model (value)": {
|
91
3
|
"type": "boolean",
|
92
4
|
"description": "是否显示动作面板, 默认值: `false`"
|
@@ -155,50 +67,6 @@
|
|
155
67
|
"type": "string | () => Element",
|
156
68
|
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
|
157
69
|
},
|
158
|
-
"van-address-list/v-model": {
|
159
|
-
"type": "string",
|
160
|
-
"description": "当前选中地址的 id, 默认值: -"
|
161
|
-
},
|
162
|
-
"van-address-list/list": {
|
163
|
-
"type": "Address[]",
|
164
|
-
"description": "地址列表, 默认值: `[]`"
|
165
|
-
},
|
166
|
-
"van-address-list/disabled-list": {
|
167
|
-
"type": "Address[]",
|
168
|
-
"description": "不可配送地址列表, 默认值: `[]`"
|
169
|
-
},
|
170
|
-
"van-address-list/disabled-text": {
|
171
|
-
"type": "string",
|
172
|
-
"description": "不可配送提示文案, 默认值: -"
|
173
|
-
},
|
174
|
-
"van-address-list/switchable": {
|
175
|
-
"type": "boolean",
|
176
|
-
"description": "是否允许切换地址, 默认值: `true`"
|
177
|
-
},
|
178
|
-
"van-address-list/add-button-text": {
|
179
|
-
"type": "string",
|
180
|
-
"description": "底部按钮文字, 默认值: `新增地址`"
|
181
|
-
},
|
182
|
-
"van-address-list/default-tag-text": {
|
183
|
-
"type": "string",
|
184
|
-
"description": "默认地址标签文字, 默认值: -"
|
185
|
-
},
|
186
|
-
"van-badge/content": {
|
187
|
-
"type": "number | string",
|
188
|
-
"description": "徽标内容, 默认值: -"
|
189
|
-
},
|
190
|
-
"van-badge/color": {
|
191
|
-
"type": "string",
|
192
|
-
"description": "徽标背景颜色, 默认值: `#ee0a24`"
|
193
|
-
},
|
194
|
-
"van-badge/dot": {
|
195
|
-
"type": "boolean",
|
196
|
-
"description": "是否展示为小红点, 默认值: `false`"
|
197
|
-
},
|
198
|
-
"van-badge/max": {
|
199
|
-
"type": "number | string",
|
200
|
-
"description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
|
201
|
-
},
|
202
70
|
"van-area/value": {
|
203
71
|
"type": "string",
|
204
72
|
"description": "当前选中的省市区`code`, 默认值: -"
|
@@ -251,6 +119,122 @@
|
|
251
119
|
"type": "() => boolean",
|
252
120
|
"description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
|
253
121
|
},
|
122
|
+
"van-address-edit/area-list": {
|
123
|
+
"type": "object",
|
124
|
+
"description": "地区列表, 默认值: -"
|
125
|
+
},
|
126
|
+
"van-address-edit/area-columns-placeholder": {
|
127
|
+
"type": "string[]",
|
128
|
+
"description": "地区选择列占位提示文字, 默认值: `[]`"
|
129
|
+
},
|
130
|
+
"van-address-edit/area-placeholder": {
|
131
|
+
"type": "string",
|
132
|
+
"description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
|
133
|
+
},
|
134
|
+
"van-address-edit/address-info": {
|
135
|
+
"type": "AddressInfo",
|
136
|
+
"description": "收货人信息初始值, 默认值: `{}`"
|
137
|
+
},
|
138
|
+
"van-address-edit/search-result": {
|
139
|
+
"type": "SearchResult[]",
|
140
|
+
"description": "详细地址搜索结果, 默认值: `[]`"
|
141
|
+
},
|
142
|
+
"van-address-edit/show-postal": {
|
143
|
+
"type": "boolean",
|
144
|
+
"description": "是否显示邮政编码, 默认值: `false`"
|
145
|
+
},
|
146
|
+
"van-address-edit/show-delete": {
|
147
|
+
"type": "boolean",
|
148
|
+
"description": "是否显示删除按钮, 默认值: `false`"
|
149
|
+
},
|
150
|
+
"van-address-edit/show-set-default": {
|
151
|
+
"type": "boolean",
|
152
|
+
"description": "是否显示默认地址栏, 默认值: `false`"
|
153
|
+
},
|
154
|
+
"van-address-edit/show-search-result": {
|
155
|
+
"type": "boolean",
|
156
|
+
"description": "是否显示搜索结果, 默认值: `false`"
|
157
|
+
},
|
158
|
+
"van-address-edit/show-area": {
|
159
|
+
"type": "boolean",
|
160
|
+
"description": "是否显示地区, 默认值: `true`"
|
161
|
+
},
|
162
|
+
"van-address-edit/show-detail": {
|
163
|
+
"type": "boolean",
|
164
|
+
"description": "是否显示详细地址, 默认值: `true`"
|
165
|
+
},
|
166
|
+
"van-address-edit/disable-area": {
|
167
|
+
"type": "boolean",
|
168
|
+
"description": "是否禁用地区选择, 默认值: `false`"
|
169
|
+
},
|
170
|
+
"van-address-edit/save-button-text": {
|
171
|
+
"type": "string",
|
172
|
+
"description": "保存按钮文字, 默认值: `保存`"
|
173
|
+
},
|
174
|
+
"van-address-edit/delete-button-text": {
|
175
|
+
"type": "string",
|
176
|
+
"description": "删除按钮文字, 默认值: `删除`"
|
177
|
+
},
|
178
|
+
"van-address-edit/detail-rows": {
|
179
|
+
"type": "number | string",
|
180
|
+
"description": "详细地址输入框行数, 默认值: `1`"
|
181
|
+
},
|
182
|
+
"van-address-edit/detail-maxlength": {
|
183
|
+
"type": "number | string",
|
184
|
+
"description": "详细地址最大长度, 默认值: `200`"
|
185
|
+
},
|
186
|
+
"van-address-edit/is-saving": {
|
187
|
+
"type": "boolean",
|
188
|
+
"description": "是否显示保存按钮加载动画, 默认值: `false`"
|
189
|
+
},
|
190
|
+
"van-address-edit/is-deleting": {
|
191
|
+
"type": "boolean",
|
192
|
+
"description": "是否显示删除按钮加载动画, 默认值: `false`"
|
193
|
+
},
|
194
|
+
"van-address-edit/tel-validator": {
|
195
|
+
"type": "string => boolean",
|
196
|
+
"description": "手机号格式校验函数, 默认值: -"
|
197
|
+
},
|
198
|
+
"van-address-edit/tel-maxlength": {
|
199
|
+
"type": "number | string",
|
200
|
+
"description": "手机号最大长度, 默认值: -"
|
201
|
+
},
|
202
|
+
"van-address-edit/postal-validator": {
|
203
|
+
"type": "string => boolean",
|
204
|
+
"description": "邮政编码格式校验函数, 默认值: -"
|
205
|
+
},
|
206
|
+
"van-address-edit/validator": {
|
207
|
+
"type": "(key, val) => string",
|
208
|
+
"description": "自定义校验函数, 默认值: -"
|
209
|
+
},
|
210
|
+
"van-address-list/v-model": {
|
211
|
+
"type": "string",
|
212
|
+
"description": "当前选中地址的 id, 默认值: -"
|
213
|
+
},
|
214
|
+
"van-address-list/list": {
|
215
|
+
"type": "Address[]",
|
216
|
+
"description": "地址列表, 默认值: `[]`"
|
217
|
+
},
|
218
|
+
"van-address-list/disabled-list": {
|
219
|
+
"type": "Address[]",
|
220
|
+
"description": "不可配送地址列表, 默认值: `[]`"
|
221
|
+
},
|
222
|
+
"van-address-list/disabled-text": {
|
223
|
+
"type": "string",
|
224
|
+
"description": "不可配送提示文案, 默认值: -"
|
225
|
+
},
|
226
|
+
"van-address-list/switchable": {
|
227
|
+
"type": "boolean",
|
228
|
+
"description": "是否允许切换地址, 默认值: `true`"
|
229
|
+
},
|
230
|
+
"van-address-list/add-button-text": {
|
231
|
+
"type": "string",
|
232
|
+
"description": "底部按钮文字, 默认值: `新增地址`"
|
233
|
+
},
|
234
|
+
"van-address-list/default-tag-text": {
|
235
|
+
"type": "string",
|
236
|
+
"description": "默认地址标签文字, 默认值: -"
|
237
|
+
},
|
254
238
|
"van-button/type": {
|
255
239
|
"type": "string",
|
256
240
|
"description": "类型,可选值为 `primary` `info` `warning` `danger`, 默认值: `default`"
|
@@ -503,34 +487,6 @@
|
|
503
487
|
"type": "boolean",
|
504
488
|
"description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
|
505
489
|
},
|
506
|
-
"van-cascader/title": {
|
507
|
-
"type": "string",
|
508
|
-
"description": "顶部标题, 默认值: -"
|
509
|
-
},
|
510
|
-
"van-cascader/value": {
|
511
|
-
"type": "string | number",
|
512
|
-
"description": "选中项的值, 默认值: -"
|
513
|
-
},
|
514
|
-
"van-cascader/options": {
|
515
|
-
"type": "Option[]",
|
516
|
-
"description": "可选项数据源, 默认值: `[]`"
|
517
|
-
},
|
518
|
-
"van-cascader/placeholder": {
|
519
|
-
"type": "string",
|
520
|
-
"description": "未选中时的提示文案, 默认值: `请选择`"
|
521
|
-
},
|
522
|
-
"van-cascader/active-color": {
|
523
|
-
"type": "string",
|
524
|
-
"description": "选中状态的高亮颜色, 默认值: `#ee0a24`"
|
525
|
-
},
|
526
|
-
"van-cascader/closeable": {
|
527
|
-
"type": "boolean",
|
528
|
-
"description": "是否显示关闭图标, 默认值: `true`"
|
529
|
-
},
|
530
|
-
"van-cascader/field-names": {
|
531
|
-
"type": "object",
|
532
|
-
"description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
|
533
|
-
},
|
534
490
|
"van-cell-group/title": {
|
535
491
|
"type": "string",
|
536
492
|
"description": "分组标题, 默认值: `-`"
|
@@ -615,6 +571,54 @@
|
|
615
571
|
"type": "any",
|
616
572
|
"description": "描述信息额外类名, 默认值: -"
|
617
573
|
},
|
574
|
+
"van-cascader/title": {
|
575
|
+
"type": "string",
|
576
|
+
"description": "顶部标题, 默认值: -"
|
577
|
+
},
|
578
|
+
"van-cascader/value": {
|
579
|
+
"type": "string | number",
|
580
|
+
"description": "选中项的值, 默认值: -"
|
581
|
+
},
|
582
|
+
"van-cascader/options": {
|
583
|
+
"type": "Option[]",
|
584
|
+
"description": "可选项数据源, 默认值: `[]`"
|
585
|
+
},
|
586
|
+
"van-cascader/placeholder": {
|
587
|
+
"type": "string",
|
588
|
+
"description": "未选中时的提示文案, 默认值: `请选择`"
|
589
|
+
},
|
590
|
+
"van-cascader/active-color": {
|
591
|
+
"type": "string",
|
592
|
+
"description": "选中状态的高亮颜色, 默认值: `#ee0a24`"
|
593
|
+
},
|
594
|
+
"van-cascader/closeable": {
|
595
|
+
"type": "boolean",
|
596
|
+
"description": "是否显示关闭图标, 默认值: `true`"
|
597
|
+
},
|
598
|
+
"van-cascader/show-header": {
|
599
|
+
"type": "boolean",
|
600
|
+
"description": "是否展示标题栏, 默认值: `true`"
|
601
|
+
},
|
602
|
+
"van-cascader/field-names": {
|
603
|
+
"type": "object",
|
604
|
+
"description": "自定义 `options` 结构中的字段, 默认值: `{ text: 'text', value: 'value', children: 'children' }`"
|
605
|
+
},
|
606
|
+
"van-badge/content": {
|
607
|
+
"type": "number | string",
|
608
|
+
"description": "徽标内容, 默认值: -"
|
609
|
+
},
|
610
|
+
"van-badge/color": {
|
611
|
+
"type": "string",
|
612
|
+
"description": "徽标背景颜色, 默认值: `#ee0a24`"
|
613
|
+
},
|
614
|
+
"van-badge/dot": {
|
615
|
+
"type": "boolean",
|
616
|
+
"description": "是否展示为小红点, 默认值: `false`"
|
617
|
+
},
|
618
|
+
"van-badge/max": {
|
619
|
+
"type": "number | string",
|
620
|
+
"description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
|
621
|
+
},
|
618
622
|
"van-checkbox/v-model (value)": {
|
619
623
|
"type": "boolean",
|
620
624
|
"description": "是否为选中状态, 默认值: `false`"
|
@@ -1879,30 +1883,6 @@
|
|
1879
1883
|
"type": "boolean",
|
1880
1884
|
"description": "是否开启文本换行,只在禁用滚动时生效, 默认值: `false`"
|
1881
1885
|
},
|
1882
|
-
"van-overlay/show": {
|
1883
|
-
"type": "boolean",
|
1884
|
-
"description": "是否展示遮罩层, 默认值: `false`"
|
1885
|
-
},
|
1886
|
-
"van-overlay/z-index": {
|
1887
|
-
"type": "number | string",
|
1888
|
-
"description": "z-index 层级, 默认值: `1`"
|
1889
|
-
},
|
1890
|
-
"van-overlay/duration": {
|
1891
|
-
"type": "number | string",
|
1892
|
-
"description": "动画时长,单位秒, 默认值: `0.3`"
|
1893
|
-
},
|
1894
|
-
"van-overlay/class-name": {
|
1895
|
-
"type": "string",
|
1896
|
-
"description": "自定义类名, 默认值: -"
|
1897
|
-
},
|
1898
|
-
"van-overlay/custom-style": {
|
1899
|
-
"type": "object",
|
1900
|
-
"description": "自定义样式, 默认值: -"
|
1901
|
-
},
|
1902
|
-
"van-overlay/lock-scroll": {
|
1903
|
-
"type": "boolean",
|
1904
|
-
"description": "是否锁定背景滚动,锁定时蒙层里的内容也将无法滚动, 默认值: `true`"
|
1905
|
-
},
|
1906
1886
|
"van-number-keyboard/v-model (value)": {
|
1907
1887
|
"type": "string",
|
1908
1888
|
"description": "当前输入值, 默认值: -"
|
@@ -1967,6 +1947,30 @@
|
|
1967
1947
|
"type": "boolean",
|
1968
1948
|
"description": "是否将通过随机顺序展示按键, 默认值: `false`"
|
1969
1949
|
},
|
1950
|
+
"van-overlay/show": {
|
1951
|
+
"type": "boolean",
|
1952
|
+
"description": "是否展示遮罩层, 默认值: `false`"
|
1953
|
+
},
|
1954
|
+
"van-overlay/z-index": {
|
1955
|
+
"type": "number | string",
|
1956
|
+
"description": "z-index 层级, 默认值: `1`"
|
1957
|
+
},
|
1958
|
+
"van-overlay/duration": {
|
1959
|
+
"type": "number | string",
|
1960
|
+
"description": "动画时长,单位秒, 默认值: `0.3`"
|
1961
|
+
},
|
1962
|
+
"van-overlay/class-name": {
|
1963
|
+
"type": "string",
|
1964
|
+
"description": "自定义类名, 默认值: -"
|
1965
|
+
},
|
1966
|
+
"van-overlay/custom-style": {
|
1967
|
+
"type": "object",
|
1968
|
+
"description": "自定义样式, 默认值: -"
|
1969
|
+
},
|
1970
|
+
"van-overlay/lock-scroll": {
|
1971
|
+
"type": "boolean",
|
1972
|
+
"description": "是否锁定背景滚动,锁定时蒙层里的内容也将无法滚动, 默认值: `true`"
|
1973
|
+
},
|
1970
1974
|
"van-pagination/v-model": {
|
1971
1975
|
"type": "number",
|
1972
1976
|
"description": "当前页码, 默认值: -"
|
package/vetur/tags.json
CHANGED
@@ -1,30 +1,4 @@
|
|
1
1
|
{
|
2
|
-
"van-address-edit": {
|
3
|
-
"attributes": [
|
4
|
-
"area-list",
|
5
|
-
"area-columns-placeholder",
|
6
|
-
"area-placeholder",
|
7
|
-
"address-info",
|
8
|
-
"search-result",
|
9
|
-
"show-postal",
|
10
|
-
"show-delete",
|
11
|
-
"show-set-default",
|
12
|
-
"show-search-result",
|
13
|
-
"show-area",
|
14
|
-
"show-detail",
|
15
|
-
"disable-area",
|
16
|
-
"save-button-text",
|
17
|
-
"delete-button-text",
|
18
|
-
"detail-rows",
|
19
|
-
"detail-maxlength",
|
20
|
-
"is-saving",
|
21
|
-
"is-deleting",
|
22
|
-
"tel-validator",
|
23
|
-
"tel-maxlength",
|
24
|
-
"postal-validator",
|
25
|
-
"validator"
|
26
|
-
]
|
27
|
-
},
|
28
2
|
"van-action-sheet": {
|
29
3
|
"attributes": [
|
30
4
|
"v-model (value)",
|
@@ -46,25 +20,6 @@
|
|
46
20
|
"get-container"
|
47
21
|
]
|
48
22
|
},
|
49
|
-
"van-address-list": {
|
50
|
-
"attributes": [
|
51
|
-
"v-model",
|
52
|
-
"list",
|
53
|
-
"disabled-list",
|
54
|
-
"disabled-text",
|
55
|
-
"switchable",
|
56
|
-
"add-button-text",
|
57
|
-
"default-tag-text"
|
58
|
-
]
|
59
|
-
},
|
60
|
-
"van-badge": {
|
61
|
-
"attributes": [
|
62
|
-
"content",
|
63
|
-
"color",
|
64
|
-
"dot",
|
65
|
-
"max"
|
66
|
-
]
|
67
|
-
},
|
68
23
|
"van-area": {
|
69
24
|
"attributes": [
|
70
25
|
"value",
|
@@ -82,6 +37,43 @@
|
|
82
37
|
"is-oversea-code"
|
83
38
|
]
|
84
39
|
},
|
40
|
+
"van-address-edit": {
|
41
|
+
"attributes": [
|
42
|
+
"area-list",
|
43
|
+
"area-columns-placeholder",
|
44
|
+
"area-placeholder",
|
45
|
+
"address-info",
|
46
|
+
"search-result",
|
47
|
+
"show-postal",
|
48
|
+
"show-delete",
|
49
|
+
"show-set-default",
|
50
|
+
"show-search-result",
|
51
|
+
"show-area",
|
52
|
+
"show-detail",
|
53
|
+
"disable-area",
|
54
|
+
"save-button-text",
|
55
|
+
"delete-button-text",
|
56
|
+
"detail-rows",
|
57
|
+
"detail-maxlength",
|
58
|
+
"is-saving",
|
59
|
+
"is-deleting",
|
60
|
+
"tel-validator",
|
61
|
+
"tel-maxlength",
|
62
|
+
"postal-validator",
|
63
|
+
"validator"
|
64
|
+
]
|
65
|
+
},
|
66
|
+
"van-address-list": {
|
67
|
+
"attributes": [
|
68
|
+
"v-model",
|
69
|
+
"list",
|
70
|
+
"disabled-list",
|
71
|
+
"disabled-text",
|
72
|
+
"switchable",
|
73
|
+
"add-button-text",
|
74
|
+
"default-tag-text"
|
75
|
+
]
|
76
|
+
},
|
85
77
|
"van-button": {
|
86
78
|
"attributes": [
|
87
79
|
"type",
|
@@ -169,17 +161,6 @@
|
|
169
161
|
"lazy-load"
|
170
162
|
]
|
171
163
|
},
|
172
|
-
"van-cascader": {
|
173
|
-
"attributes": [
|
174
|
-
"title",
|
175
|
-
"value",
|
176
|
-
"options",
|
177
|
-
"placeholder",
|
178
|
-
"active-color",
|
179
|
-
"closeable",
|
180
|
-
"field-names"
|
181
|
-
]
|
182
|
-
},
|
183
164
|
"van-cell-group": {
|
184
165
|
"attributes": [
|
185
166
|
"title",
|
@@ -209,6 +190,26 @@
|
|
209
190
|
"label-class"
|
210
191
|
]
|
211
192
|
},
|
193
|
+
"van-cascader": {
|
194
|
+
"attributes": [
|
195
|
+
"title",
|
196
|
+
"value",
|
197
|
+
"options",
|
198
|
+
"placeholder",
|
199
|
+
"active-color",
|
200
|
+
"closeable",
|
201
|
+
"show-header",
|
202
|
+
"field-names"
|
203
|
+
]
|
204
|
+
},
|
205
|
+
"van-badge": {
|
206
|
+
"attributes": [
|
207
|
+
"content",
|
208
|
+
"color",
|
209
|
+
"dot",
|
210
|
+
"max"
|
211
|
+
]
|
212
|
+
},
|
212
213
|
"van-checkbox": {
|
213
214
|
"attributes": [
|
214
215
|
"v-model (value)",
|
@@ -673,16 +674,6 @@
|
|
673
674
|
"wrapable"
|
674
675
|
]
|
675
676
|
},
|
676
|
-
"van-overlay": {
|
677
|
-
"attributes": [
|
678
|
-
"show",
|
679
|
-
"z-index",
|
680
|
-
"duration",
|
681
|
-
"class-name",
|
682
|
-
"custom-style",
|
683
|
-
"lock-scroll"
|
684
|
-
]
|
685
|
-
},
|
686
677
|
"van-number-keyboard": {
|
687
678
|
"attributes": [
|
688
679
|
"v-model (value)",
|
@@ -703,6 +694,16 @@
|
|
703
694
|
"random-key-order"
|
704
695
|
]
|
705
696
|
},
|
697
|
+
"van-overlay": {
|
698
|
+
"attributes": [
|
699
|
+
"show",
|
700
|
+
"z-index",
|
701
|
+
"duration",
|
702
|
+
"class-name",
|
703
|
+
"custom-style",
|
704
|
+
"lock-scroll"
|
705
|
+
]
|
706
|
+
},
|
706
707
|
"van-pagination": {
|
707
708
|
"attributes": [
|
708
709
|
"v-model",
|