vant 2.12.30-beta.0 → 2.12.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vant",
3
- "version": "2.12.30-beta.0",
3
+ "version": "2.12.32",
4
4
  "description": "Mobile UI Components built on Vue",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -1,48 +1,4 @@
1
1
  {
2
- "van-address-list/v-model": {
3
- "type": "string",
4
- "description": "当前选中地址的 id, 默认值: -"
5
- },
6
- "van-address-list/list": {
7
- "type": "Address[]",
8
- "description": "地址列表, 默认值: `[]`"
9
- },
10
- "van-address-list/disabled-list": {
11
- "type": "Address[]",
12
- "description": "不可配送地址列表, 默认值: `[]`"
13
- },
14
- "van-address-list/disabled-text": {
15
- "type": "string",
16
- "description": "不可配送提示文案, 默认值: -"
17
- },
18
- "van-address-list/switchable": {
19
- "type": "boolean",
20
- "description": "是否允许切换地址, 默认值: `true`"
21
- },
22
- "van-address-list/add-button-text": {
23
- "type": "string",
24
- "description": "底部按钮文字, 默认值: `新增地址`"
25
- },
26
- "van-address-list/default-tag-text": {
27
- "type": "string",
28
- "description": "默认地址标签文字, 默认值: -"
29
- },
30
- "van-badge/content": {
31
- "type": "number | string",
32
- "description": "徽标内容, 默认值: -"
33
- },
34
- "van-badge/color": {
35
- "type": "string",
36
- "description": "徽标背景颜色, 默认值: `#ee0a24`"
37
- },
38
- "van-badge/dot": {
39
- "type": "boolean",
40
- "description": "是否展示为小红点, 默认值: `false`"
41
- },
42
- "van-badge/max": {
43
- "type": "number | string",
44
- "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
45
- },
46
2
  "van-action-sheet/v-model (value)": {
47
3
  "type": "boolean",
48
4
  "description": "是否显示动作面板, 默认值: `false`"
@@ -111,93 +67,85 @@
111
67
  "type": "string | () => Element",
112
68
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
113
69
  },
114
- "van-address-edit/area-list": {
115
- "type": "object",
116
- "description": "地区列表, 默认值: -"
70
+ "van-area/value": {
71
+ "type": "string",
72
+ "description": "当前选中的省市区`code`, 默认值: -"
117
73
  },
118
- "van-address-edit/area-columns-placeholder": {
119
- "type": "string[]",
120
- "description": "地区选择列占位提示文字, 默认值: `[]`"
74
+ "van-area/title": {
75
+ "type": "string",
76
+ "description": "顶部栏标题, 默认值: -"
121
77
  },
122
- "van-address-edit/area-placeholder": {
78
+ "van-area/confirm-button-text": {
123
79
  "type": "string",
124
- "description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
80
+ "description": "确认按钮文字, 默认值: `确认`"
125
81
  },
126
- "van-address-edit/address-info": {
127
- "type": "AddressInfo",
128
- "description": "收货人信息初始值, 默认值: `{}`"
82
+ "van-area/cancel-button-text": {
83
+ "type": "string",
84
+ "description": "取消按钮文字, 默认值: `取消`"
129
85
  },
130
- "van-address-edit/search-result": {
131
- "type": "SearchResult[]",
132
- "description": "详细地址搜索结果, 默认值: `[]`"
86
+ "van-area/area-list": {
87
+ "type": "object",
88
+ "description": "省市区数据,格式见下方, 默认值: -"
133
89
  },
134
- "van-address-edit/show-postal": {
135
- "type": "boolean",
136
- "description": "是否显示邮政编码, 默认值: `false`"
90
+ "van-area/columns-placeholder": {
91
+ "type": "string[]",
92
+ "description": "列占位提示文字, 默认值: `[]`"
137
93
  },
138
- "van-address-edit/show-delete": {
94
+ "van-area/loading": {
139
95
  "type": "boolean",
140
- "description": "是否显示删除按钮, 默认值: `false`"
96
+ "description": "是否显示加载状态, 默认值: `false`"
141
97
  },
142
- "van-address-edit/show-set-default": {
98
+ "van-area/readonly": {
143
99
  "type": "boolean",
144
- "description": "是否显示默认地址栏, 默认值: `false`"
100
+ "description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
145
101
  },
146
- "van-address-edit/show-search-result": {
147
- "type": "boolean",
148
- "description": "是否显示搜索结果, 默认值: `false`"
102
+ "van-area/item-height": {
103
+ "type": "number | string",
104
+ "description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
149
105
  },
150
- "van-address-edit/show-area": {
151
- "type": "boolean",
152
- "description": "是否显示地区, 默认值: `true`"
106
+ "van-area/columns-num": {
107
+ "type": "number | string",
108
+ "description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
153
109
  },
154
- "van-address-edit/show-detail": {
155
- "type": "boolean",
156
- "description": "是否显示详细地址, 默认值: `true`"
110
+ "van-area/visible-item-count": {
111
+ "type": "number | string",
112
+ "description": "可见的选项个数, 默认值: `6`"
157
113
  },
158
- "van-address-edit/disable-area": {
159
- "type": "boolean",
160
- "description": "是否禁用地区选择, 默认值: `false`"
114
+ "van-area/swipe-duration": {
115
+ "type": "number | string",
116
+ "description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
161
117
  },
162
- "van-address-edit/save-button-text": {
163
- "type": "string",
164
- "description": "保存按钮文字, 默认值: `保存`"
118
+ "van-area/is-oversea-code": {
119
+ "type": "() => boolean",
120
+ "description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
165
121
  },
166
- "van-address-edit/delete-button-text": {
122
+ "van-address-list/v-model": {
167
123
  "type": "string",
168
- "description": "删除按钮文字, 默认值: `删除`"
124
+ "description": "当前选中地址的 id, 默认值: -"
169
125
  },
170
- "van-address-edit/detail-rows": {
171
- "type": "number | string",
172
- "description": "详细地址输入框行数, 默认值: `1`"
126
+ "van-address-list/list": {
127
+ "type": "Address[]",
128
+ "description": "地址列表, 默认值: `[]`"
173
129
  },
174
- "van-address-edit/detail-maxlength": {
175
- "type": "number | string",
176
- "description": "详细地址最大长度, 默认值: `200`"
130
+ "van-address-list/disabled-list": {
131
+ "type": "Address[]",
132
+ "description": "不可配送地址列表, 默认值: `[]`"
177
133
  },
178
- "van-address-edit/is-saving": {
179
- "type": "boolean",
180
- "description": "是否显示保存按钮加载动画, 默认值: `false`"
134
+ "van-address-list/disabled-text": {
135
+ "type": "string",
136
+ "description": "不可配送提示文案, 默认值: -"
181
137
  },
182
- "van-address-edit/is-deleting": {
138
+ "van-address-list/switchable": {
183
139
  "type": "boolean",
184
- "description": "是否显示删除按钮加载动画, 默认值: `false`"
185
- },
186
- "van-address-edit/tel-validator": {
187
- "type": "string => boolean",
188
- "description": "手机号格式校验函数, 默认值: -"
189
- },
190
- "van-address-edit/tel-maxlength": {
191
- "type": "number | string",
192
- "description": "手机号最大长度, 默认值: -"
140
+ "description": "是否允许切换地址, 默认值: `true`"
193
141
  },
194
- "van-address-edit/postal-validator": {
195
- "type": "string => boolean",
196
- "description": "邮政编码格式校验函数, 默认值: -"
142
+ "van-address-list/add-button-text": {
143
+ "type": "string",
144
+ "description": "底部按钮文字, 默认值: `新增地址`"
197
145
  },
198
- "van-address-edit/validator": {
199
- "type": "(key, val) => string",
200
- "description": "自定义校验函数, 默认值: -"
146
+ "van-address-list/default-tag-text": {
147
+ "type": "string",
148
+ "description": "默认地址标签文字, 默认值: -"
201
149
  },
202
150
  "van-button/type": {
203
151
  "type": "string",
@@ -407,6 +355,22 @@
407
355
  "type": "string",
408
356
  "description": "选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
409
357
  },
358
+ "van-badge/content": {
359
+ "type": "number | string",
360
+ "description": "徽标内容, 默认值: -"
361
+ },
362
+ "van-badge/color": {
363
+ "type": "string",
364
+ "description": "徽标背景颜色, 默认值: `#ee0a24`"
365
+ },
366
+ "van-badge/dot": {
367
+ "type": "boolean",
368
+ "description": "是否展示为小红点, 默认值: `false`"
369
+ },
370
+ "van-badge/max": {
371
+ "type": "number | string",
372
+ "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
373
+ },
410
374
  "van-card/thumb": {
411
375
  "type": "string",
412
376
  "description": "左侧图片 URL, 默认值: -"
@@ -451,6 +415,94 @@
451
415
  "type": "boolean",
452
416
  "description": "是否开启图片懒加载,须配合 [Lazyload](#/zh-CN/lazyload) 组件使用, 默认值: `false`"
453
417
  },
418
+ "van-address-edit/area-list": {
419
+ "type": "object",
420
+ "description": "地区列表, 默认值: -"
421
+ },
422
+ "van-address-edit/area-columns-placeholder": {
423
+ "type": "string[]",
424
+ "description": "地区选择列占位提示文字, 默认值: `[]`"
425
+ },
426
+ "van-address-edit/area-placeholder": {
427
+ "type": "string",
428
+ "description": "地区输入框占位提示文字, 默认值: `选择省 / 市 / 区`"
429
+ },
430
+ "van-address-edit/address-info": {
431
+ "type": "AddressInfo",
432
+ "description": "收货人信息初始值, 默认值: `{}`"
433
+ },
434
+ "van-address-edit/search-result": {
435
+ "type": "SearchResult[]",
436
+ "description": "详细地址搜索结果, 默认值: `[]`"
437
+ },
438
+ "van-address-edit/show-postal": {
439
+ "type": "boolean",
440
+ "description": "是否显示邮政编码, 默认值: `false`"
441
+ },
442
+ "van-address-edit/show-delete": {
443
+ "type": "boolean",
444
+ "description": "是否显示删除按钮, 默认值: `false`"
445
+ },
446
+ "van-address-edit/show-set-default": {
447
+ "type": "boolean",
448
+ "description": "是否显示默认地址栏, 默认值: `false`"
449
+ },
450
+ "van-address-edit/show-search-result": {
451
+ "type": "boolean",
452
+ "description": "是否显示搜索结果, 默认值: `false`"
453
+ },
454
+ "van-address-edit/show-area": {
455
+ "type": "boolean",
456
+ "description": "是否显示地区, 默认值: `true`"
457
+ },
458
+ "van-address-edit/show-detail": {
459
+ "type": "boolean",
460
+ "description": "是否显示详细地址, 默认值: `true`"
461
+ },
462
+ "van-address-edit/disable-area": {
463
+ "type": "boolean",
464
+ "description": "是否禁用地区选择, 默认值: `false`"
465
+ },
466
+ "van-address-edit/save-button-text": {
467
+ "type": "string",
468
+ "description": "保存按钮文字, 默认值: `保存`"
469
+ },
470
+ "van-address-edit/delete-button-text": {
471
+ "type": "string",
472
+ "description": "删除按钮文字, 默认值: `删除`"
473
+ },
474
+ "van-address-edit/detail-rows": {
475
+ "type": "number | string",
476
+ "description": "详细地址输入框行数, 默认值: `1`"
477
+ },
478
+ "van-address-edit/detail-maxlength": {
479
+ "type": "number | string",
480
+ "description": "详细地址最大长度, 默认值: `200`"
481
+ },
482
+ "van-address-edit/is-saving": {
483
+ "type": "boolean",
484
+ "description": "是否显示保存按钮加载动画, 默认值: `false`"
485
+ },
486
+ "van-address-edit/is-deleting": {
487
+ "type": "boolean",
488
+ "description": "是否显示删除按钮加载动画, 默认值: `false`"
489
+ },
490
+ "van-address-edit/tel-validator": {
491
+ "type": "string => boolean",
492
+ "description": "手机号格式校验函数, 默认值: -"
493
+ },
494
+ "van-address-edit/tel-maxlength": {
495
+ "type": "number | string",
496
+ "description": "手机号最大长度, 默认值: -"
497
+ },
498
+ "van-address-edit/postal-validator": {
499
+ "type": "string => boolean",
500
+ "description": "邮政编码格式校验函数, 默认值: -"
501
+ },
502
+ "van-address-edit/validator": {
503
+ "type": "(key, val) => string",
504
+ "description": "自定义校验函数, 默认值: -"
505
+ },
454
506
  "van-cascader/title": {
455
507
  "type": "string",
456
508
  "description": "顶部标题, 默认值: -"
@@ -563,58 +615,6 @@
563
615
  "type": "any",
564
616
  "description": "描述信息额外类名, 默认值: -"
565
617
  },
566
- "van-area/value": {
567
- "type": "string",
568
- "description": "当前选中的省市区`code`, 默认值: -"
569
- },
570
- "van-area/title": {
571
- "type": "string",
572
- "description": "顶部栏标题, 默认值: -"
573
- },
574
- "van-area/confirm-button-text": {
575
- "type": "string",
576
- "description": "确认按钮文字, 默认值: `确认`"
577
- },
578
- "van-area/cancel-button-text": {
579
- "type": "string",
580
- "description": "取消按钮文字, 默认值: `取消`"
581
- },
582
- "van-area/area-list": {
583
- "type": "object",
584
- "description": "省市区数据,格式见下方, 默认值: -"
585
- },
586
- "van-area/columns-placeholder": {
587
- "type": "string[]",
588
- "description": "列占位提示文字, 默认值: `[]`"
589
- },
590
- "van-area/loading": {
591
- "type": "boolean",
592
- "description": "是否显示加载状态, 默认值: `false`"
593
- },
594
- "van-area/readonly": {
595
- "type": "boolean",
596
- "description": "是否为只读状态,只读状态下无法切换选项, 默认值: `false`"
597
- },
598
- "van-area/item-height": {
599
- "type": "number | string",
600
- "description": "选项高度,支持 `px` `vw` `vh` `rem` 单位,默认 `px`, 默认值: `44`"
601
- },
602
- "van-area/columns-num": {
603
- "type": "number | string",
604
- "description": "显示列数,3-省市区,2-省市,1-省, 默认值: `3`"
605
- },
606
- "van-area/visible-item-count": {
607
- "type": "number | string",
608
- "description": "可见的选项个数, 默认值: `6`"
609
- },
610
- "van-area/swipe-duration": {
611
- "type": "number | string",
612
- "description": "快速滑动时惯性滚动的时长,单位`ms`, 默认值: `1000`"
613
- },
614
- "van-area/is-oversea-code": {
615
- "type": "() => boolean",
616
- "description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
617
- },
618
618
  "van-checkbox/v-model (value)": {
619
619
  "type": "boolean",
620
620
  "description": "是否为选中状态, 默认值: `false`"
@@ -713,7 +713,7 @@
713
713
  },
714
714
  "van-circle/stroke-linecap": {
715
715
  "type": "string",
716
- "description": "进度条端点的形状,可选值为`sqaure` `butt`, 默认值: `round`"
716
+ "description": "进度条端点的形状,可选值为`square` `butt`, 默认值: `round`"
717
717
  },
718
718
  "van-circle/clockwise": {
719
719
  "type": "boolean",
@@ -1145,7 +1145,7 @@
1145
1145
  },
1146
1146
  "van-dialog/transition": {
1147
1147
  "type": "string",
1148
- "description": "动画类名,等价于 [transtion](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: -"
1148
+ "description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: -"
1149
1149
  },
1150
1150
  "van-dialog/get-container": {
1151
1151
  "type": "string | () => Element",
@@ -1713,7 +1713,7 @@
1713
1713
  },
1714
1714
  "van-image-preview/transition": {
1715
1715
  "type": "string",
1716
- "description": "动画类名,等价于 [transtion](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: `van-fade`"
1716
+ "description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的 `name` 属性, 默认值: `van-fade`"
1717
1717
  },
1718
1718
  "van-image-preview/get-container": {
1719
1719
  "type": "string | () => Element",
@@ -1875,6 +1875,30 @@
1875
1875
  "type": "boolean",
1876
1876
  "description": "是否开启文本换行,只在禁用滚动时生效, 默认值: `false`"
1877
1877
  },
1878
+ "van-overlay/show": {
1879
+ "type": "boolean",
1880
+ "description": "是否展示遮罩层, 默认值: `false`"
1881
+ },
1882
+ "van-overlay/z-index": {
1883
+ "type": "number | string",
1884
+ "description": "z-index 层级, 默认值: `1`"
1885
+ },
1886
+ "van-overlay/duration": {
1887
+ "type": "number | string",
1888
+ "description": "动画时长,单位秒, 默认值: `0.3`"
1889
+ },
1890
+ "van-overlay/class-name": {
1891
+ "type": "string",
1892
+ "description": "自定义类名, 默认值: -"
1893
+ },
1894
+ "van-overlay/custom-style": {
1895
+ "type": "object",
1896
+ "description": "自定义样式, 默认值: -"
1897
+ },
1898
+ "van-overlay/lock-scroll": {
1899
+ "type": "boolean",
1900
+ "description": "是否锁定背景滚动,锁定时蒙层里的内容也将无法滚动, 默认值: `true`"
1901
+ },
1878
1902
  "van-number-keyboard/v-model (value)": {
1879
1903
  "type": "string",
1880
1904
  "description": "当前输入值, 默认值: -"
@@ -1939,30 +1963,6 @@
1939
1963
  "type": "boolean",
1940
1964
  "description": "是否将通过随机顺序展示按键, 默认值: `false`"
1941
1965
  },
1942
- "van-overlay/show": {
1943
- "type": "boolean",
1944
- "description": "是否展示遮罩层, 默认值: `false`"
1945
- },
1946
- "van-overlay/z-index": {
1947
- "type": "number | string",
1948
- "description": "z-index 层级, 默认值: `1`"
1949
- },
1950
- "van-overlay/duration": {
1951
- "type": "number | string",
1952
- "description": "动画时长,单位秒, 默认值: `0.3`"
1953
- },
1954
- "van-overlay/class-name": {
1955
- "type": "string",
1956
- "description": "自定义类名, 默认值: -"
1957
- },
1958
- "van-overlay/custom-style": {
1959
- "type": "object",
1960
- "description": "自定义样式, 默认值: -"
1961
- },
1962
- "van-overlay/lock-scroll": {
1963
- "type": "boolean",
1964
- "description": "是否锁定背景滚动,锁定时蒙层里的内容也将无法滚动, 默认值: `true`"
1965
- },
1966
1966
  "van-pagination/v-model": {
1967
1967
  "type": "number",
1968
1968
  "description": "当前页码, 默认值: -"
@@ -2197,7 +2197,7 @@
2197
2197
  },
2198
2198
  "van-popup/transition": {
2199
2199
  "type": "string",
2200
- "description": "动画类名,等价于 [transtion](https://cn.vuejs.org/v2/api/index.html#transition) 的`name`属性, 默认值: -"
2200
+ "description": "动画类名,等价于 [transition](https://cn.vuejs.org/v2/api/index.html#transition) 的`name`属性, 默认值: -"
2201
2201
  },
2202
2202
  "van-popup/transition-appear": {
2203
2203
  "type": "boolean",
package/vetur/tags.json CHANGED
@@ -1,23 +1,4 @@
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
- },
13
- "van-badge": {
14
- "attributes": [
15
- "content",
16
- "color",
17
- "dot",
18
- "max"
19
- ]
20
- },
21
2
  "van-action-sheet": {
22
3
  "attributes": [
23
4
  "v-model (value)",
@@ -39,30 +20,32 @@
39
20
  "get-container"
40
21
  ]
41
22
  },
42
- "van-address-edit": {
23
+ "van-area": {
43
24
  "attributes": [
25
+ "value",
26
+ "title",
27
+ "confirm-button-text",
28
+ "cancel-button-text",
44
29
  "area-list",
45
- "area-columns-placeholder",
46
- "area-placeholder",
47
- "address-info",
48
- "search-result",
49
- "show-postal",
50
- "show-delete",
51
- "show-set-default",
52
- "show-search-result",
53
- "show-area",
54
- "show-detail",
55
- "disable-area",
56
- "save-button-text",
57
- "delete-button-text",
58
- "detail-rows",
59
- "detail-maxlength",
60
- "is-saving",
61
- "is-deleting",
62
- "tel-validator",
63
- "tel-maxlength",
64
- "postal-validator",
65
- "validator"
30
+ "columns-placeholder",
31
+ "loading",
32
+ "readonly",
33
+ "item-height",
34
+ "columns-num",
35
+ "visible-item-count",
36
+ "swipe-duration",
37
+ "is-oversea-code"
38
+ ]
39
+ },
40
+ "van-address-list": {
41
+ "attributes": [
42
+ "v-model",
43
+ "list",
44
+ "disabled-list",
45
+ "disabled-text",
46
+ "switchable",
47
+ "add-button-text",
48
+ "default-tag-text"
66
49
  ]
67
50
  },
68
51
  "van-button": {
@@ -137,6 +120,14 @@
137
120
  "range-prompt"
138
121
  ]
139
122
  },
123
+ "van-badge": {
124
+ "attributes": [
125
+ "content",
126
+ "color",
127
+ "dot",
128
+ "max"
129
+ ]
130
+ },
140
131
  "van-card": {
141
132
  "attributes": [
142
133
  "thumb",
@@ -152,6 +143,32 @@
152
143
  "lazy-load"
153
144
  ]
154
145
  },
146
+ "van-address-edit": {
147
+ "attributes": [
148
+ "area-list",
149
+ "area-columns-placeholder",
150
+ "area-placeholder",
151
+ "address-info",
152
+ "search-result",
153
+ "show-postal",
154
+ "show-delete",
155
+ "show-set-default",
156
+ "show-search-result",
157
+ "show-area",
158
+ "show-detail",
159
+ "disable-area",
160
+ "save-button-text",
161
+ "delete-button-text",
162
+ "detail-rows",
163
+ "detail-maxlength",
164
+ "is-saving",
165
+ "is-deleting",
166
+ "tel-validator",
167
+ "tel-maxlength",
168
+ "postal-validator",
169
+ "validator"
170
+ ]
171
+ },
155
172
  "van-cascader": {
156
173
  "attributes": [
157
174
  "title",
@@ -192,23 +209,6 @@
192
209
  "label-class"
193
210
  ]
194
211
  },
195
- "van-area": {
196
- "attributes": [
197
- "value",
198
- "title",
199
- "confirm-button-text",
200
- "cancel-button-text",
201
- "area-list",
202
- "columns-placeholder",
203
- "loading",
204
- "readonly",
205
- "item-height",
206
- "columns-num",
207
- "visible-item-count",
208
- "swipe-duration",
209
- "is-oversea-code"
210
- ]
211
- },
212
212
  "van-checkbox": {
213
213
  "attributes": [
214
214
  "v-model (value)",
@@ -672,6 +672,16 @@
672
672
  "wrapable"
673
673
  ]
674
674
  },
675
+ "van-overlay": {
676
+ "attributes": [
677
+ "show",
678
+ "z-index",
679
+ "duration",
680
+ "class-name",
681
+ "custom-style",
682
+ "lock-scroll"
683
+ ]
684
+ },
675
685
  "van-number-keyboard": {
676
686
  "attributes": [
677
687
  "v-model (value)",
@@ -692,16 +702,6 @@
692
702
  "random-key-order"
693
703
  ]
694
704
  },
695
- "van-overlay": {
696
- "attributes": [
697
- "show",
698
- "z-index",
699
- "duration",
700
- "class-name",
701
- "custom-style",
702
- "lock-scroll"
703
- ]
704
- },
705
705
  "van-pagination": {
706
706
  "attributes": [
707
707
  "v-model",