vant 2.13.7 → 2.13.9-beta.0

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.13.7",
3
+ "version": "2.13.9-beta.0",
4
4
  "description": "Mobile UI Components built on Vue",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -1,31 +1,71 @@
1
1
  {
2
- "van-address-list/v-model": {
3
- "type": "string",
4
- "description": "当前选中地址的 id, 默认值: -"
2
+ "van-action-sheet/v-model (value)": {
3
+ "type": "boolean",
4
+ "description": "是否显示动作面板, 默认值: `false`"
5
5
  },
6
- "van-address-list/list": {
7
- "type": "Address[]",
8
- "description": "地址列表, 默认值: `[]`"
6
+ "van-action-sheet/actions": {
7
+ "type": "Action[]",
8
+ "description": "面板选项列表, 默认值: `[]`"
9
9
  },
10
- "van-address-list/disabled-list": {
11
- "type": "Address[]",
12
- "description": "不可配送地址列表, 默认值: `[]`"
10
+ "van-action-sheet/title": {
11
+ "type": "string",
12
+ "description": "顶部标题, 默认值: -"
13
13
  },
14
- "van-address-list/disabled-text": {
14
+ "van-action-sheet/cancel-text": {
15
15
  "type": "string",
16
- "description": "不可配送提示文案, 默认值: -"
16
+ "description": "取消按钮文字, 默认值: -"
17
17
  },
18
- "van-address-list/switchable": {
18
+ "van-action-sheet/description": {
19
+ "type": "string",
20
+ "description": "选项上方的描述信息, 默认值: -"
21
+ },
22
+ "van-action-sheet/closeable": {
19
23
  "type": "boolean",
20
- "description": "是否允许切换地址, 默认值: `true`"
24
+ "description": "是否显示关闭图标, 默认值: `true`"
21
25
  },
22
- "van-address-list/add-button-text": {
26
+ "van-action-sheet/close-icon": {
23
27
  "type": "string",
24
- "description": "底部按钮文字, 默认值: `新增地址`"
28
+ "description": "关闭[图标名称](#/zh-CN/icon)或图片链接, 默认值: `cross`"
25
29
  },
26
- "van-address-list/default-tag-text": {
27
- "type": "string",
28
- "description": "默认地址标签文字, 默认值: -"
30
+ "van-action-sheet/duration": {
31
+ "type": "number | string",
32
+ "description": "动画时长,单位秒, 默认值: `0.3`"
33
+ },
34
+ "van-action-sheet/round": {
35
+ "type": "boolean",
36
+ "description": "是否显示圆角, 默认值: `true`"
37
+ },
38
+ "van-action-sheet/overlay": {
39
+ "type": "boolean",
40
+ "description": "是否显示遮罩层, 默认值: `true`"
41
+ },
42
+ "van-action-sheet/lock-scroll": {
43
+ "type": "boolean",
44
+ "description": "是否锁定背景滚动, 默认值: `true`"
45
+ },
46
+ "van-action-sheet/lazy-render": {
47
+ "type": "boolean",
48
+ "description": "是否在显示弹层时才渲染节点, 默认值: `true`"
49
+ },
50
+ "van-action-sheet/close-on-popstate": {
51
+ "type": "boolean",
52
+ "description": "是否在页面回退时自动关闭, 默认值: `false`"
53
+ },
54
+ "van-action-sheet/close-on-click-action": {
55
+ "type": "boolean",
56
+ "description": "是否在点击选项后关闭, 默认值: `false`"
57
+ },
58
+ "van-action-sheet/close-on-click-overlay": {
59
+ "type": "boolean",
60
+ "description": "是否在点击遮罩层后关闭, 默认值: `true`"
61
+ },
62
+ "van-action-sheet/safe-area-inset-bottom": {
63
+ "type": "boolean",
64
+ "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
65
+ },
66
+ "van-action-sheet/get-container": {
67
+ "type": "string | () => Element",
68
+ "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
29
69
  },
30
70
  "van-address-edit/area-list": {
31
71
  "type": "object",
@@ -167,73 +207,33 @@
167
207
  "type": "() => boolean",
168
208
  "description": "根据`code`校验海外地址,海外地址会划分至单独的分类, 默认值: -"
169
209
  },
170
- "van-action-sheet/v-model (value)": {
171
- "type": "boolean",
172
- "description": "是否显示动作面板, 默认值: `false`"
173
- },
174
- "van-action-sheet/actions": {
175
- "type": "Action[]",
176
- "description": "面板选项列表, 默认值: `[]`"
177
- },
178
- "van-action-sheet/title": {
179
- "type": "string",
180
- "description": "顶部标题, 默认值: -"
181
- },
182
- "van-action-sheet/cancel-text": {
210
+ "van-address-list/v-model": {
183
211
  "type": "string",
184
- "description": "取消按钮文字, 默认值: -"
212
+ "description": "当前选中地址的 id, 默认值: -"
185
213
  },
186
- "van-action-sheet/description": {
187
- "type": "string",
188
- "description": "选项上方的描述信息, 默认值: -"
214
+ "van-address-list/list": {
215
+ "type": "Address[]",
216
+ "description": "地址列表, 默认值: `[]`"
189
217
  },
190
- "van-action-sheet/closeable": {
191
- "type": "boolean",
192
- "description": "是否显示关闭图标, 默认值: `true`"
218
+ "van-address-list/disabled-list": {
219
+ "type": "Address[]",
220
+ "description": "不可配送地址列表, 默认值: `[]`"
193
221
  },
194
- "van-action-sheet/close-icon": {
222
+ "van-address-list/disabled-text": {
195
223
  "type": "string",
196
- "description": "关闭[图标名称](#/zh-CN/icon)或图片链接, 默认值: `cross`"
197
- },
198
- "van-action-sheet/duration": {
199
- "type": "number | string",
200
- "description": "动画时长,单位秒, 默认值: `0.3`"
201
- },
202
- "van-action-sheet/round": {
203
- "type": "boolean",
204
- "description": "是否显示圆角, 默认值: `true`"
205
- },
206
- "van-action-sheet/overlay": {
207
- "type": "boolean",
208
- "description": "是否显示遮罩层, 默认值: `true`"
209
- },
210
- "van-action-sheet/lock-scroll": {
211
- "type": "boolean",
212
- "description": "是否锁定背景滚动, 默认值: `true`"
213
- },
214
- "van-action-sheet/lazy-render": {
215
- "type": "boolean",
216
- "description": "是否在显示弹层时才渲染节点, 默认值: `true`"
217
- },
218
- "van-action-sheet/close-on-popstate": {
219
- "type": "boolean",
220
- "description": "是否在页面回退时自动关闭, 默认值: `false`"
221
- },
222
- "van-action-sheet/close-on-click-action": {
223
- "type": "boolean",
224
- "description": "是否在点击选项后关闭, 默认值: `false`"
224
+ "description": "不可配送提示文案, 默认值: -"
225
225
  },
226
- "van-action-sheet/close-on-click-overlay": {
226
+ "van-address-list/switchable": {
227
227
  "type": "boolean",
228
- "description": "是否在点击遮罩层后关闭, 默认值: `true`"
228
+ "description": "是否允许切换地址, 默认值: `true`"
229
229
  },
230
- "van-action-sheet/safe-area-inset-bottom": {
231
- "type": "boolean",
232
- "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
230
+ "van-address-list/add-button-text": {
231
+ "type": "string",
232
+ "description": "底部按钮文字, 默认值: `新增地址`"
233
233
  },
234
- "van-action-sheet/get-container": {
235
- "type": "string | () => Element",
236
- "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
234
+ "van-address-list/default-tag-text": {
235
+ "type": "string",
236
+ "description": "默认地址标签文字, 默认值: -"
237
237
  },
238
238
  "van-badge/content": {
239
239
  "type": "number | string",
@@ -1067,18 +1067,6 @@
1067
1067
  "type": "number | string",
1068
1068
  "description": "可选的最大分钟, 默认值: `59`"
1069
1069
  },
1070
- "van-divider/dashed": {
1071
- "type": "boolean",
1072
- "description": "是否使用虚线, 默认值: `false`"
1073
- },
1074
- "van-divider/hairline": {
1075
- "type": "boolean",
1076
- "description": "是否使用 0.5px 线, 默认值: `true`"
1077
- },
1078
- "van-divider/content-position": {
1079
- "type": "string",
1080
- "description": "内容位置,可选值为`left` `right`, 默认值: `center`"
1081
- },
1082
1070
  "van-dialog/v-model": {
1083
1071
  "type": "boolean",
1084
1072
  "description": "是否显示弹窗, 默认值: -"
@@ -1171,17 +1159,17 @@
1171
1159
  "type": "string | () => Element",
1172
1160
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1173
1161
  },
1174
- "van-empty/image": {
1175
- "type": "string",
1176
- "description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL, 默认值: `default`"
1162
+ "van-divider/dashed": {
1163
+ "type": "boolean",
1164
+ "description": "是否使用虚线, 默认值: `false`"
1177
1165
  },
1178
- "van-empty/image-size": {
1179
- "type": "number | string",
1180
- "description": "图片大小,默认单位为 `px`, 默认值: -"
1166
+ "van-divider/hairline": {
1167
+ "type": "boolean",
1168
+ "description": "是否使用 0.5px 线, 默认值: `true`"
1181
1169
  },
1182
- "van-empty/description": {
1170
+ "van-divider/content-position": {
1183
1171
  "type": "string",
1184
- "description": "图片下方的描述文字, 默认值: -"
1172
+ "description": "内容位置,可选值为`left` `right`, 默认值: `center`"
1185
1173
  },
1186
1174
  "van-dropdown-menu/active-color": {
1187
1175
  "type": "string",
@@ -1239,6 +1227,18 @@
1239
1227
  "type": "string | () => Element",
1240
1228
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1241
1229
  },
1230
+ "van-empty/image": {
1231
+ "type": "string",
1232
+ "description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL, 默认值: `default`"
1233
+ },
1234
+ "van-empty/image-size": {
1235
+ "type": "number | string",
1236
+ "description": "图片大小,默认单位为 `px`, 默认值: -"
1237
+ },
1238
+ "van-empty/description": {
1239
+ "type": "string",
1240
+ "description": "图片下方的描述文字, 默认值: -"
1241
+ },
1242
1242
  "van-field/v-model (value)": {
1243
1243
  "type": "number | string",
1244
1244
  "description": "当前输入的值, 默认值: -"
@@ -2151,42 +2151,6 @@
2151
2151
  "type": "string | () => Element",
2152
2152
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: `body`"
2153
2153
  },
2154
- "van-progress/percentage": {
2155
- "type": "number | string",
2156
- "description": "进度百分比, 默认值: `0`"
2157
- },
2158
- "van-progress/stroke-width": {
2159
- "type": "number | string",
2160
- "description": "进度条粗细,默认单位为`px`, 默认值: `4px`"
2161
- },
2162
- "van-progress/color": {
2163
- "type": "string",
2164
- "description": "进度条颜色, 默认值: `#1989fa`"
2165
- },
2166
- "van-progress/track-color": {
2167
- "type": "string",
2168
- "description": "轨道颜色, 默认值: `#e5e5e5`"
2169
- },
2170
- "van-progress/pivot-text": {
2171
- "type": "string",
2172
- "description": "进度文字内容, 默认值: 百分比"
2173
- },
2174
- "van-progress/pivot-color": {
2175
- "type": "string",
2176
- "description": "进度文字背景色, 默认值: 同进度条颜色"
2177
- },
2178
- "van-progress/text-color": {
2179
- "type": "string",
2180
- "description": "进度文字颜色, 默认值: `white`"
2181
- },
2182
- "van-progress/inactive": {
2183
- "type": "boolean",
2184
- "description": "是否置灰, 默认值: `false`"
2185
- },
2186
- "van-progress/show-pivot": {
2187
- "type": "boolean",
2188
- "description": "是否显示进度文字, 默认值: `true`"
2189
- },
2190
2154
  "van-popup/v-model (value)": {
2191
2155
  "type": "boolean",
2192
2156
  "description": "是否显示弹出层, 默认值: `false`"
@@ -2259,6 +2223,42 @@
2259
2223
  "type": "boolean",
2260
2224
  "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `false`"
2261
2225
  },
2226
+ "van-progress/percentage": {
2227
+ "type": "number | string",
2228
+ "description": "进度百分比, 默认值: `0`"
2229
+ },
2230
+ "van-progress/stroke-width": {
2231
+ "type": "number | string",
2232
+ "description": "进度条粗细,默认单位为`px`, 默认值: `4px`"
2233
+ },
2234
+ "van-progress/color": {
2235
+ "type": "string",
2236
+ "description": "进度条颜色, 默认值: `#1989fa`"
2237
+ },
2238
+ "van-progress/track-color": {
2239
+ "type": "string",
2240
+ "description": "轨道颜色, 默认值: `#e5e5e5`"
2241
+ },
2242
+ "van-progress/pivot-text": {
2243
+ "type": "string",
2244
+ "description": "进度文字内容, 默认值: 百分比"
2245
+ },
2246
+ "van-progress/pivot-color": {
2247
+ "type": "string",
2248
+ "description": "进度文字背景色, 默认值: 同进度条颜色"
2249
+ },
2250
+ "van-progress/text-color": {
2251
+ "type": "string",
2252
+ "description": "进度文字颜色, 默认值: `white`"
2253
+ },
2254
+ "van-progress/inactive": {
2255
+ "type": "boolean",
2256
+ "description": "是否置灰, 默认值: `false`"
2257
+ },
2258
+ "van-progress/show-pivot": {
2259
+ "type": "boolean",
2260
+ "description": "是否显示进度文字, 默认值: `true`"
2261
+ },
2262
2262
  "van-pull-refresh/v-model": {
2263
2263
  "type": "boolean",
2264
2264
  "description": "是否处于加载中状态, 默认值: -"
@@ -2747,6 +2747,10 @@
2747
2747
  "type": "array",
2748
2748
  "description": "商品属性, 默认值: -"
2749
2749
  },
2750
+ "van-sku/skuProperties": {
2751
+ "type": "array",
2752
+ "description": "规格属性 `v2.13.7`, 默认值: -"
2753
+ },
2750
2754
  "van-sku/preview-on-click-image": {
2751
2755
  "type": "boolean",
2752
2756
  "description": "是否在点击商品图片时自动预览, 默认值: `true`"
@@ -2895,6 +2899,54 @@
2895
2899
  "type": "Element",
2896
2900
  "description": "容器对应的 HTML 节点, 默认值: -"
2897
2901
  },
2902
+ "van-swipe/autoplay": {
2903
+ "type": "number | string",
2904
+ "description": "自动轮播间隔,单位为 ms, 默认值: -"
2905
+ },
2906
+ "van-swipe/duration": {
2907
+ "type": "number | string",
2908
+ "description": "动画时长,单位为 ms, 默认值: `500`"
2909
+ },
2910
+ "van-swipe/initial-swipe": {
2911
+ "type": "number | string",
2912
+ "description": "初始位置索引值, 默认值: `0`"
2913
+ },
2914
+ "van-swipe/width": {
2915
+ "type": "number | string",
2916
+ "description": "滑块宽度,单位为`px`, 默认值: `auto`"
2917
+ },
2918
+ "van-swipe/height": {
2919
+ "type": "number | string",
2920
+ "description": "滑块高度,单位为`px`, 默认值: `auto`"
2921
+ },
2922
+ "van-swipe/loop": {
2923
+ "type": "boolean",
2924
+ "description": "是否开启循环播放, 默认值: `true`"
2925
+ },
2926
+ "van-swipe/show-indicators": {
2927
+ "type": "boolean",
2928
+ "description": "是否显示指示器, 默认值: `true`"
2929
+ },
2930
+ "van-swipe/vertical": {
2931
+ "type": "boolean",
2932
+ "description": "是否为纵向滚动, 默认值: `false`"
2933
+ },
2934
+ "van-swipe/touchable": {
2935
+ "type": "boolean",
2936
+ "description": "是否可以通过手势滑动, 默认值: `true`"
2937
+ },
2938
+ "van-swipe/stop-propagation": {
2939
+ "type": "boolean",
2940
+ "description": "是否阻止滑动事件冒泡, 默认值: `true`"
2941
+ },
2942
+ "van-swipe/lazy-render": {
2943
+ "type": "boolean",
2944
+ "description": "是否延迟渲染未展示的轮播, 默认值: `false`"
2945
+ },
2946
+ "van-swipe/indicator-color": {
2947
+ "type": "string",
2948
+ "description": "指示器颜色, 默认值: `#1989fa`"
2949
+ },
2898
2950
  "van-submit-bar/price": {
2899
2951
  "type": "number",
2900
2952
  "description": "价格(单位分), 默认值: -"
@@ -2951,54 +3003,6 @@
2951
3003
  "type": "boolean",
2952
3004
  "description": "是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
2953
3005
  },
2954
- "van-swipe/autoplay": {
2955
- "type": "number | string",
2956
- "description": "自动轮播间隔,单位为 ms, 默认值: -"
2957
- },
2958
- "van-swipe/duration": {
2959
- "type": "number | string",
2960
- "description": "动画时长,单位为 ms, 默认值: `500`"
2961
- },
2962
- "van-swipe/initial-swipe": {
2963
- "type": "number | string",
2964
- "description": "初始位置索引值, 默认值: `0`"
2965
- },
2966
- "van-swipe/width": {
2967
- "type": "number | string",
2968
- "description": "滑块宽度,单位为`px`, 默认值: `auto`"
2969
- },
2970
- "van-swipe/height": {
2971
- "type": "number | string",
2972
- "description": "滑块高度,单位为`px`, 默认值: `auto`"
2973
- },
2974
- "van-swipe/loop": {
2975
- "type": "boolean",
2976
- "description": "是否开启循环播放, 默认值: `true`"
2977
- },
2978
- "van-swipe/show-indicators": {
2979
- "type": "boolean",
2980
- "description": "是否显示指示器, 默认值: `true`"
2981
- },
2982
- "van-swipe/vertical": {
2983
- "type": "boolean",
2984
- "description": "是否为纵向滚动, 默认值: `false`"
2985
- },
2986
- "van-swipe/touchable": {
2987
- "type": "boolean",
2988
- "description": "是否可以通过手势滑动, 默认值: `true`"
2989
- },
2990
- "van-swipe/stop-propagation": {
2991
- "type": "boolean",
2992
- "description": "是否阻止滑动事件冒泡, 默认值: `true`"
2993
- },
2994
- "van-swipe/lazy-render": {
2995
- "type": "boolean",
2996
- "description": "是否延迟渲染未展示的轮播, 默认值: `false`"
2997
- },
2998
- "van-swipe/indicator-color": {
2999
- "type": "string",
3000
- "description": "指示器颜色, 默认值: `#1989fa`"
3001
- },
3002
3006
  "van-swipe-cell/name": {
3003
3007
  "type": "number | string",
3004
3008
  "description": "标识符,可以在事件参数中获取到, 默认值: -"
package/vetur/tags.json CHANGED
@@ -1,13 +1,23 @@
1
1
  {
2
- "van-address-list": {
2
+ "van-action-sheet": {
3
3
  "attributes": [
4
- "v-model",
5
- "list",
6
- "disabled-list",
7
- "disabled-text",
8
- "switchable",
9
- "add-button-text",
10
- "default-tag-text"
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"
11
21
  ]
12
22
  },
13
23
  "van-address-edit": {
@@ -53,25 +63,15 @@
53
63
  "is-oversea-code"
54
64
  ]
55
65
  },
56
- "van-action-sheet": {
66
+ "van-address-list": {
57
67
  "attributes": [
58
- "v-model (value)",
59
- "actions",
60
- "title",
61
- "cancel-text",
62
- "description",
63
- "closeable",
64
- "close-icon",
65
- "duration",
66
- "round",
67
- "overlay",
68
- "lock-scroll",
69
- "lazy-render",
70
- "close-on-popstate",
71
- "close-on-click-action",
72
- "close-on-click-overlay",
73
- "safe-area-inset-bottom",
74
- "get-container"
68
+ "v-model",
69
+ "list",
70
+ "disabled-list",
71
+ "disabled-text",
72
+ "switchable",
73
+ "add-button-text",
74
+ "default-tag-text"
75
75
  ]
76
76
  },
77
77
  "van-badge": {
@@ -386,13 +386,6 @@
386
386
  "max-minute"
387
387
  ]
388
388
  },
389
- "van-divider": {
390
- "attributes": [
391
- "dashed",
392
- "hairline",
393
- "content-position"
394
- ]
395
- },
396
389
  "van-dialog": {
397
390
  "attributes": [
398
391
  "v-model",
@@ -420,11 +413,11 @@
420
413
  "get-container"
421
414
  ]
422
415
  },
423
- "van-empty": {
416
+ "van-divider": {
424
417
  "attributes": [
425
- "image",
426
- "image-size",
427
- "description"
418
+ "dashed",
419
+ "hairline",
420
+ "content-position"
428
421
  ]
429
422
  },
430
423
  "van-dropdown-menu": {
@@ -449,6 +442,13 @@
449
442
  "get-container"
450
443
  ]
451
444
  },
445
+ "van-empty": {
446
+ "attributes": [
447
+ "image",
448
+ "image-size",
449
+ "description"
450
+ ]
451
+ },
452
452
  "van-field": {
453
453
  "attributes": [
454
454
  "v-model (value)",
@@ -769,19 +769,6 @@
769
769
  "get-container"
770
770
  ]
771
771
  },
772
- "van-progress": {
773
- "attributes": [
774
- "percentage",
775
- "stroke-width",
776
- "color",
777
- "track-color",
778
- "pivot-text",
779
- "pivot-color",
780
- "text-color",
781
- "inactive",
782
- "show-pivot"
783
- ]
784
- },
785
772
  "van-popup": {
786
773
  "attributes": [
787
774
  "v-model (value)",
@@ -804,6 +791,19 @@
804
791
  "safe-area-inset-bottom"
805
792
  ]
806
793
  },
794
+ "van-progress": {
795
+ "attributes": [
796
+ "percentage",
797
+ "stroke-width",
798
+ "color",
799
+ "track-color",
800
+ "pivot-text",
801
+ "pivot-color",
802
+ "text-color",
803
+ "inactive",
804
+ "show-pivot"
805
+ ]
806
+ },
807
807
  "van-pull-refresh": {
808
808
  "attributes": [
809
809
  "v-model",
@@ -968,6 +968,7 @@
968
968
  "safe-area-inset-bottom",
969
969
  "start-sale-num",
970
970
  "properties",
971
+ "skuProperties",
971
972
  "preview-on-click-image",
972
973
  "show-header-image",
973
974
  "lazy-load"
@@ -1022,24 +1023,6 @@
1022
1023
  "container"
1023
1024
  ]
1024
1025
  },
1025
- "van-submit-bar": {
1026
- "attributes": [
1027
- "price",
1028
- "decimal-length",
1029
- "label",
1030
- "suffix-label",
1031
- "text-align",
1032
- "button-text",
1033
- "button-type",
1034
- "button-color",
1035
- "tip",
1036
- "tip-icon",
1037
- "currency",
1038
- "disabled",
1039
- "loading",
1040
- "safe-area-inset-bottom"
1041
- ]
1042
- },
1043
1026
  "van-swipe": {
1044
1027
  "attributes": [
1045
1028
  "autoplay",
@@ -1059,6 +1042,24 @@
1059
1042
  "van-swipe-item": {
1060
1043
  "attributes": []
1061
1044
  },
1045
+ "van-submit-bar": {
1046
+ "attributes": [
1047
+ "price",
1048
+ "decimal-length",
1049
+ "label",
1050
+ "suffix-label",
1051
+ "text-align",
1052
+ "button-text",
1053
+ "button-type",
1054
+ "button-color",
1055
+ "tip",
1056
+ "tip-icon",
1057
+ "currency",
1058
+ "disabled",
1059
+ "loading",
1060
+ "safe-area-inset-bottom"
1061
+ ]
1062
+ },
1062
1063
  "van-swipe-cell": {
1063
1064
  "attributes": [
1064
1065
  "name",