mcrm-mobile 1.9.9 → 2.0.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.
@@ -71,22 +71,6 @@
71
71
  "type": "string | () => Element",
72
72
  "description": "指定挂载的节点,[用法示例](#/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
73
73
  },
74
- "mm-address-picker/landscape": {
75
- "type": "`boolean`",
76
- "description": "是否横向展示 tab, 默认值: false"
77
- },
78
- "mm-address-picker/provinceName": {
79
- "type": "`string`",
80
- "description": "限制省份, 默认值: --"
81
- },
82
- "mm-address-picker/level": {
83
- "type": "`number`",
84
- "description": "省市区选择,可选择项:省:1;市:2;区县:3, 默认值: 3"
85
- },
86
- "mm-address-picker/isShow": {
87
- "type": "`boolean`",
88
- "description": "是否显示, 默认值: false"
89
- },
90
74
  "mm-biz/tab-list": {
91
75
  "type": "`array`",
92
76
  "description": "tab 列表, 默认值: normal-list 和 tab-list 二选一",
@@ -185,6 +169,42 @@
185
169
  "[]"
186
170
  ]
187
171
  },
172
+ "mm-address-picker/landscape": {
173
+ "type": "`boolean`",
174
+ "description": "是否横向展示 tab, 默认值: false"
175
+ },
176
+ "mm-address-picker/provinceName": {
177
+ "type": "`string`",
178
+ "description": "限制省份, 默认值: --"
179
+ },
180
+ "mm-address-picker/level": {
181
+ "type": "`number`",
182
+ "description": "省市区选择,可选择项:省:1;市:2;区县:3, 默认值: 3"
183
+ },
184
+ "mm-address-picker/isShow": {
185
+ "type": "`boolean`",
186
+ "description": "是否显示, 默认值: false"
187
+ },
188
+ "mm-badge/content": {
189
+ "type": "number | string",
190
+ "description": "徽标内容, 默认值: -"
191
+ },
192
+ "mm-badge/color": {
193
+ "type": "string",
194
+ "description": "徽标背景颜色, 默认值: `#ee0a24`"
195
+ },
196
+ "mm-badge/text-color": {
197
+ "type": "string",
198
+ "description": "徽标字体颜色, 默认值: `#fff`"
199
+ },
200
+ "mm-badge/dot": {
201
+ "type": "boolean",
202
+ "description": "是否展示为小红点, 默认值: `false`"
203
+ },
204
+ "mm-badge/max": {
205
+ "type": "number | string",
206
+ "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
207
+ },
188
208
  "mm-button/size": {
189
209
  "type": "`string`",
190
210
  "description": "尺寸,可选值为 `lg` `sm`, 默认值: `md`"
@@ -245,26 +265,6 @@
245
265
  "type": "`string`",
246
266
  "description": "图标展示位置,可选值为 `right`, 默认值: `left`"
247
267
  },
248
- "mm-badge/content": {
249
- "type": "number | string",
250
- "description": "徽标内容, 默认值: -"
251
- },
252
- "mm-badge/color": {
253
- "type": "string",
254
- "description": "徽标背景颜色, 默认值: `#ee0a24`"
255
- },
256
- "mm-badge/text-color": {
257
- "type": "string",
258
- "description": "徽标字体颜色, 默认值: `#fff`"
259
- },
260
- "mm-badge/dot": {
261
- "type": "boolean",
262
- "description": "是否展示为小红点, 默认值: `false`"
263
- },
264
- "mm-badge/max": {
265
- "type": "number | string",
266
- "description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效, 默认值: -"
267
- },
268
268
  "mm-card/shadow": {
269
269
  "type": "string",
270
270
  "description": "设置阴影显示时机, 默认值: `always / active / never`",
@@ -482,66 +482,6 @@
482
482
  "-"
483
483
  ]
484
484
  },
485
- "mm-checkbox/v-model (value)": {
486
- "type": "boolean",
487
- "description": "是否为选中状态, 默认值: `false`"
488
- },
489
- "mm-checkbox/name": {
490
- "type": "any",
491
- "description": "标识符, 默认值: -"
492
- },
493
- "mm-checkbox/shape": {
494
- "type": "string",
495
- "description": "形状,可选值为 `square`, 默认值: `round`"
496
- },
497
- "mm-checkbox/disabled": {
498
- "type": "boolean",
499
- "description": "是否禁用复选框, 默认值: `false`"
500
- },
501
- "mm-checkbox/label-disabled": {
502
- "type": "boolean",
503
- "description": "是否禁用复选框文本点击, 默认值: `false`"
504
- },
505
- "mm-checkbox/label-position": {
506
- "type": "string",
507
- "description": "文本位置,可选值为 `left`, 默认值: `right`"
508
- },
509
- "mm-checkbox/icon-size": {
510
- "type": "number | string",
511
- "description": "图标大小,默认单位为`px`, 默认值: `20px`"
512
- },
513
- "mm-checkbox/checked-color": {
514
- "type": "string",
515
- "description": "选中状态颜色, 默认值: `#1989fa`"
516
- },
517
- "mm-checkbox/bind-group": {
518
- "type": "boolean",
519
- "description": "是否与复选框组绑定, 默认值: `true`"
520
- },
521
- "mm-checkbox-group/v-model (value)": {
522
- "type": "any[]",
523
- "description": "所有选中项的标识符, 默认值: -"
524
- },
525
- "mm-checkbox-group/disabled": {
526
- "type": "boolean",
527
- "description": "是否禁用所有复选框, 默认值: `false`"
528
- },
529
- "mm-checkbox-group/max": {
530
- "type": "number | string",
531
- "description": "最大可选数,`0`为无限制, 默认值: `0`"
532
- },
533
- "mm-checkbox-group/direction": {
534
- "type": "string",
535
- "description": "排列方向,可选值为`horizontal`, 默认值: `vertical`"
536
- },
537
- "mm-checkbox-group/icon-size": {
538
- "type": "number | string",
539
- "description": "所有复选框的图标大小,默认单位为`px`, 默认值: `20px`"
540
- },
541
- "mm-checkbox-group/checked-color": {
542
- "type": "string",
543
- "description": "所有复选框的选中状态颜色, 默认值: `#1989fa`"
544
- },
545
485
  "mm-calendar/type": {
546
486
  "type": "string",
547
487
  "description": "选择类型:<br>`single`表示选择单个日期,<br>`multiple`表示选择多个日期,<br>`range`表示选择日期区间, 默认值: `single`"
@@ -665,94 +605,65 @@
665
605
  "type": "string",
666
606
  "description": "选择超过最多可选天数时的提示文案, 默认值: `选择天数不能超过 xx 天`"
667
607
  },
668
- "mm-circle/v-model": {
669
- "type": "number",
670
- "description": "当前进度, 默认值: -"
671
- },
672
- "mm-circle/rate": {
673
- "type": "number | string",
674
- "description": "目标进度, 默认值: `100`"
675
- },
676
- "mm-circle/size": {
677
- "type": "number | string",
678
- "description": "圆环直径,默认单位为 `px`, 默认值: `100px`"
608
+ "mm-checkbox/v-model (value)": {
609
+ "type": "boolean",
610
+ "description": "是否为选中状态, 默认值: `false`"
679
611
  },
680
- "mm-circle/color": {
681
- "type": "string | object",
682
- "description": "进度条颜色,传入对象格式可以定义渐变色, 默认值: `#1989fa`"
612
+ "mm-checkbox/name": {
613
+ "type": "any",
614
+ "description": "标识符, 默认值: -"
683
615
  },
684
- "mm-circle/layer-color": {
616
+ "mm-checkbox/shape": {
685
617
  "type": "string",
686
- "description": "轨道颜色, 默认值: `white`"
618
+ "description": "形状,可选值为 `square`, 默认值: `round`"
687
619
  },
688
- "mm-circle/fill": {
689
- "type": "string",
690
- "description": "填充颜色, 默认值: `none`"
620
+ "mm-checkbox/disabled": {
621
+ "type": "boolean",
622
+ "description": "是否禁用复选框, 默认值: `false`"
691
623
  },
692
- "mm-circle/speed": {
693
- "type": "number | string",
694
- "description": "动画速度(单位为 rate/s), 默认值: `0`"
624
+ "mm-checkbox/label-disabled": {
625
+ "type": "boolean",
626
+ "description": "是否禁用复选框文本点击, 默认值: `false`"
695
627
  },
696
- "mm-circle/text": {
628
+ "mm-checkbox/label-position": {
697
629
  "type": "string",
698
- "description": "文字, 默认值: -"
630
+ "description": "文本位置,可选值为 `left`, 默认值: `right`"
699
631
  },
700
- "mm-circle/stroke-width": {
632
+ "mm-checkbox/icon-size": {
701
633
  "type": "number | string",
702
- "description": "进度条宽度, 默认值: `40`"
634
+ "description": "图标大小,默认单位为`px`, 默认值: `20px`"
703
635
  },
704
- "mm-circle/stroke-linecap": {
636
+ "mm-checkbox/checked-color": {
705
637
  "type": "string",
706
- "description": "进度条端点的形状,可选值为`sqaure` `butt`, 默认值: `round`"
638
+ "description": "选中状态颜色, 默认值: `#1989fa`"
707
639
  },
708
- "mm-circle/clockwise": {
640
+ "mm-checkbox/bind-group": {
709
641
  "type": "boolean",
710
- "description": "是否顺时针增加, 默认值: `true`"
711
- },
712
- "mm-circle/total": {
713
- "type": "number | string",
714
- "description": "进度条总数, 默认值: `100`"
715
- },
716
- "mm-row/type": {
717
- "type": "`string`",
718
- "description": "布局方式,可选值为`flex`, 默认值: -"
719
- },
720
- "mm-row/gutter": {
721
- "type": "`string",
722
- "description": "列元素之间的间距(单位为 px), 默认值: number`",
723
- "options": [
724
- "-"
725
- ]
642
+ "description": "是否与复选框组绑定, 默认值: `true`"
726
643
  },
727
- "mm-row/tag": {
728
- "type": "`string`",
729
- "description": "自定义元素标签, 默认值: `div`"
644
+ "mm-checkbox-group/v-model (value)": {
645
+ "type": "any[]",
646
+ "description": "所有选中项的标识符, 默认值: -"
730
647
  },
731
- "mm-row/justify": {
732
- "type": "`string`",
733
- "description": "Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between`, 默认值: `start`"
648
+ "mm-checkbox-group/disabled": {
649
+ "type": "boolean",
650
+ "description": "是否禁用所有复选框, 默认值: `false`"
734
651
  },
735
- "mm-row/align": {
736
- "type": "`string`",
737
- "description": "Flex 交叉轴对齐方式,可选值为 `center` `bottom`, 默认值: `top`"
652
+ "mm-checkbox-group/max": {
653
+ "type": "number | string",
654
+ "description": "最大可选数,`0`为无限制, 默认值: `0`"
738
655
  },
739
- "mm-col/span": {
740
- "type": "`string",
741
- "description": "列元素宽度, 默认值: number`",
742
- "options": [
743
- "-"
744
- ]
656
+ "mm-checkbox-group/direction": {
657
+ "type": "string",
658
+ "description": "排列方向,可选值为`horizontal`, 默认值: `vertical`"
745
659
  },
746
- "mm-col/offset": {
747
- "type": "`string",
748
- "description": "列元素偏移距离, 默认值: number`",
749
- "options": [
750
- "-"
751
- ]
660
+ "mm-checkbox-group/icon-size": {
661
+ "type": "number | string",
662
+ "description": "所有复选框的图标大小,默认单位为`px`, 默认值: `20px`"
752
663
  },
753
- "mm-col/tag": {
754
- "type": "`string`",
755
- "description": "自定义元素标签, 默认值: `div`"
664
+ "mm-checkbox-group/checked-color": {
665
+ "type": "string",
666
+ "description": "所有复选框的选中状态颜色, 默认值: `#1989fa`"
756
667
  },
757
668
  "mm-collapse/v-model": {
758
669
  "type": "`array",
@@ -853,13 +764,102 @@
853
764
  "-"
854
765
  ]
855
766
  },
856
- "mm-count-down/time": {
857
- "type": "number | string",
858
- "description": "倒计时时长,单位毫秒, 默认值: `0`"
767
+ "mm-row/type": {
768
+ "type": "`string`",
769
+ "description": "布局方式,可选值为`flex`, 默认值: -"
859
770
  },
860
- "mm-count-down/format": {
861
- "type": "string",
862
- "description": "时间格式, 默认值: `HH:mm:ss`"
771
+ "mm-row/gutter": {
772
+ "type": "`string",
773
+ "description": "列元素之间的间距(单位为 px), 默认值: number`",
774
+ "options": [
775
+ "-"
776
+ ]
777
+ },
778
+ "mm-row/tag": {
779
+ "type": "`string`",
780
+ "description": "自定义元素标签, 默认值: `div`"
781
+ },
782
+ "mm-row/justify": {
783
+ "type": "`string`",
784
+ "description": "Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between`, 默认值: `start`"
785
+ },
786
+ "mm-row/align": {
787
+ "type": "`string`",
788
+ "description": "Flex 交叉轴对齐方式,可选值为 `center` `bottom`, 默认值: `top`"
789
+ },
790
+ "mm-col/span": {
791
+ "type": "`string",
792
+ "description": "列元素宽度, 默认值: number`",
793
+ "options": [
794
+ "-"
795
+ ]
796
+ },
797
+ "mm-col/offset": {
798
+ "type": "`string",
799
+ "description": "列元素偏移距离, 默认值: number`",
800
+ "options": [
801
+ "-"
802
+ ]
803
+ },
804
+ "mm-col/tag": {
805
+ "type": "`string`",
806
+ "description": "自定义元素标签, 默认值: `div`"
807
+ },
808
+ "mm-circle/v-model": {
809
+ "type": "number",
810
+ "description": "当前进度, 默认值: -"
811
+ },
812
+ "mm-circle/rate": {
813
+ "type": "number | string",
814
+ "description": "目标进度, 默认值: `100`"
815
+ },
816
+ "mm-circle/size": {
817
+ "type": "number | string",
818
+ "description": "圆环直径,默认单位为 `px`, 默认值: `100px`"
819
+ },
820
+ "mm-circle/color": {
821
+ "type": "string | object",
822
+ "description": "进度条颜色,传入对象格式可以定义渐变色, 默认值: `#1989fa`"
823
+ },
824
+ "mm-circle/layer-color": {
825
+ "type": "string",
826
+ "description": "轨道颜色, 默认值: `white`"
827
+ },
828
+ "mm-circle/fill": {
829
+ "type": "string",
830
+ "description": "填充颜色, 默认值: `none`"
831
+ },
832
+ "mm-circle/speed": {
833
+ "type": "number | string",
834
+ "description": "动画速度(单位为 rate/s), 默认值: `0`"
835
+ },
836
+ "mm-circle/text": {
837
+ "type": "string",
838
+ "description": "文字, 默认值: -"
839
+ },
840
+ "mm-circle/stroke-width": {
841
+ "type": "number | string",
842
+ "description": "进度条宽度, 默认值: `40`"
843
+ },
844
+ "mm-circle/stroke-linecap": {
845
+ "type": "string",
846
+ "description": "进度条端点的形状,可选值为`sqaure` `butt`, 默认值: `round`"
847
+ },
848
+ "mm-circle/clockwise": {
849
+ "type": "boolean",
850
+ "description": "是否顺时针增加, 默认值: `true`"
851
+ },
852
+ "mm-circle/total": {
853
+ "type": "number | string",
854
+ "description": "进度条总数, 默认值: `100`"
855
+ },
856
+ "mm-count-down/time": {
857
+ "type": "number | string",
858
+ "description": "倒计时时长,单位毫秒, 默认值: `0`"
859
+ },
860
+ "mm-count-down/format": {
861
+ "type": "string",
862
+ "description": "时间格式, 默认值: `HH:mm:ss`"
863
863
  },
864
864
  "mm-count-down/auto-start": {
865
865
  "type": "boolean",
@@ -1185,99 +1185,6 @@
1185
1185
  "type": "string | () => Element",
1186
1186
  "description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi), 默认值: -"
1187
1187
  },
1188
- "mm-goods-action/safe-area-inset-bottom": {
1189
- "type": "boolean",
1190
- "description": "是否开启[底部安全区适配](#/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
1191
- },
1192
- "mm-goods-action/placeholder": {
1193
- "type": "boolean",
1194
- "description": "固定在底部时,是否在标签位置生成一个等高的占位元素, 默认值: `true`",
1195
- "options": [
1196
- "-"
1197
- ]
1198
- },
1199
- "mm-goods-action-icon/text": {
1200
- "type": "string",
1201
- "description": "按钮文字, 默认值: -"
1202
- },
1203
- "mm-goods-action-icon/icon": {
1204
- "type": "string",
1205
- "description": "图标, 默认值: -"
1206
- },
1207
- "mm-goods-action-icon/color": {
1208
- "type": "string",
1209
- "description": "图标颜色, 默认值: `#323233`"
1210
- },
1211
- "mm-goods-action-icon/icon-class": {
1212
- "type": "any",
1213
- "description": "图标额外类名, 默认值: -"
1214
- },
1215
- "mm-goods-action-icon/dot": {
1216
- "type": "boolean",
1217
- "description": "是否显示图标右上角小红点, 默认值: `false`"
1218
- },
1219
- "mm-goods-action-icon/badge": {
1220
- "type": "number | string",
1221
- "description": "图标右上角徽标的内容, 默认值: -"
1222
- },
1223
- "mm-goods-action-icon/url": {
1224
- "type": "string",
1225
- "description": "点击后跳转的链接地址, 默认值: -"
1226
- },
1227
- "mm-goods-action-icon/to": {
1228
- "type": "string | object",
1229
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
1230
- },
1231
- "mm-goods-action-icon/replace": {
1232
- "type": "boolean",
1233
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1234
- },
1235
- "mm-goods-action-button/text": {
1236
- "type": "string",
1237
- "description": "按钮文字, 默认值: -"
1238
- },
1239
- "mm-goods-action-button/type": {
1240
- "type": "string",
1241
- "description": "按钮类型,可选值为 `yellow` `orange`, 默认值: `default`"
1242
- },
1243
- "mm-goods-action-button/background": {
1244
- "type": "string",
1245
- "description": "按钮颜色,支持传入`linear-gradient`渐变色, 默认值: -"
1246
- },
1247
- "mm-goods-action-button/color": {
1248
- "type": "string",
1249
- "description": "按钮字体颜色, 默认值: -"
1250
- },
1251
- "mm-goods-action-button/icon": {
1252
- "type": "string",
1253
- "description": "左侧[图标名称](#/icon)或图片链接, 默认值: -"
1254
- },
1255
- "mm-goods-action-button/disabled": {
1256
- "type": "boolean",
1257
- "description": "是否禁用按钮, 默认值: `false`",
1258
- "options": [
1259
- "-"
1260
- ]
1261
- },
1262
- "mm-goods-action-button/loading": {
1263
- "type": "boolean",
1264
- "description": "是否显示为加载状态, 默认值: `false`",
1265
- "options": [
1266
- "-"
1267
- ]
1268
- },
1269
- "mm-goods-action-button/url": {
1270
- "type": "string",
1271
- "description": "点击后跳转的链接地址, 默认值: -"
1272
- },
1273
- "mm-goods-action-button/to": {
1274
- "type": "string | object",
1275
- "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
1276
- },
1277
- "mm-goods-action-button/replace": {
1278
- "type": "boolean",
1279
- "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1280
- },
1281
1188
  "mm-empty/image": {
1282
1189
  "type": "string",
1283
1190
  "description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL, 默认值: `default`"
@@ -1372,84 +1279,113 @@
1372
1279
  "type": "`RegExp`",
1373
1280
  "description": "正则表达式,将匹配到的内容替换为空值, 默认值: ``"
1374
1281
  },
1375
- "mm-grid/column-num": {
1376
- "type": "number | string",
1377
- "description": "列数, 默认值: `4`"
1378
- },
1379
- "mm-grid/icon-size": {
1380
- "type": "number | string",
1381
- "description": "图标大小,默认单位为`px`, 默认值: `28px`"
1382
- },
1383
- "mm-grid/gutter": {
1384
- "type": "number | string",
1385
- "description": "格子之间的间距,默认单位为`px`, 默认值: `0`"
1386
- },
1387
- "mm-grid/border": {
1388
- "type": "boolean",
1389
- "description": "是否显示边框, 默认值: `true`"
1390
- },
1391
- "mm-grid/center": {
1392
- "type": "boolean",
1393
- "description": "是否将格子内容居中显示, 默认值: `true`"
1394
- },
1395
- "mm-grid/square": {
1282
+ "mm-goods-action/safe-area-inset-bottom": {
1396
1283
  "type": "boolean",
1397
- "description": "是否将格子固定为正方形, 默认值: `false`"
1284
+ "description": "是否开启[底部安全区适配](#/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
1398
1285
  },
1399
- "mm-grid/clickable": {
1286
+ "mm-goods-action/placeholder": {
1400
1287
  "type": "boolean",
1401
- "description": "是否开启格子点击反馈, 默认值: `false`"
1288
+ "description": "固定在底部时,是否在标签位置生成一个等高的占位元素, 默认值: `true`",
1289
+ "options": [
1290
+ "-"
1291
+ ]
1402
1292
  },
1403
- "mm-grid/direction": {
1293
+ "mm-goods-action-icon/text": {
1404
1294
  "type": "string",
1405
- "description": "格子内容排列的方向,可选值为 `horizontal`, 默认值: `vertical`"
1295
+ "description": "按钮文字, 默认值: -"
1406
1296
  },
1407
- "mm-grid-item/text": {
1297
+ "mm-goods-action-icon/icon": {
1408
1298
  "type": "string",
1409
- "description": "文字, 默认值: -"
1299
+ "description": "图标, 默认值: -"
1410
1300
  },
1411
- "mm-grid-item/icon": {
1301
+ "mm-goods-action-icon/color": {
1412
1302
  "type": "string",
1413
- "description": "[图标名称](#/icon)或图片链接, 默认值: -"
1303
+ "description": "图标颜色, 默认值: `#323233`"
1414
1304
  },
1415
- "mm-grid-item/icon-prefix": {
1416
- "type": "string",
1417
- "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/icon#props), 默认值: `mm-icon`"
1305
+ "mm-goods-action-icon/icon-class": {
1306
+ "type": "any",
1307
+ "description": "图标额外类名, 默认值: -"
1418
1308
  },
1419
- "mm-grid-item/dot": {
1309
+ "mm-goods-action-icon/dot": {
1420
1310
  "type": "boolean",
1421
1311
  "description": "是否显示图标右上角小红点, 默认值: `false`"
1422
1312
  },
1423
- "mm-grid-item/badge": {
1313
+ "mm-goods-action-icon/badge": {
1424
1314
  "type": "number | string",
1425
1315
  "description": "图标右上角徽标的内容, 默认值: -"
1426
1316
  },
1427
- "mm-grid-item/url": {
1317
+ "mm-goods-action-icon/url": {
1428
1318
  "type": "string",
1429
1319
  "description": "点击后跳转的链接地址, 默认值: -"
1430
1320
  },
1431
- "mm-grid-item/to": {
1321
+ "mm-goods-action-icon/to": {
1432
1322
  "type": "string | object",
1433
1323
  "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
1434
1324
  },
1435
- "mm-grid-item/replace": {
1325
+ "mm-goods-action-icon/replace": {
1436
1326
  "type": "boolean",
1437
1327
  "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1438
1328
  },
1439
- "mm-icon/name": {
1329
+ "mm-goods-action-button/text": {
1440
1330
  "type": "string",
1441
- "description": "图标名称或图片链接, 默认值: -"
1331
+ "description": "按钮文字, 默认值: -"
1442
1332
  },
1443
- "mm-icon/dot": {
1444
- "type": "boolean",
1445
- "description": "是否显示图标右上角小红点, 默认值: `false`"
1333
+ "mm-goods-action-button/type": {
1334
+ "type": "string",
1335
+ "description": "按钮类型,可选值为 `yellow` `orange`, 默认值: `default`"
1446
1336
  },
1447
- "mm-icon/badge": {
1448
- "type": "number | string",
1449
- "description": "图标右上角徽标的内容, 默认值: -"
1337
+ "mm-goods-action-button/background": {
1338
+ "type": "string",
1339
+ "description": "按钮颜色,支持传入`linear-gradient`渐变色, 默认值: -"
1450
1340
  },
1451
- "mm-icon/info": {
1452
- "type": "number | string",
1341
+ "mm-goods-action-button/color": {
1342
+ "type": "string",
1343
+ "description": "按钮字体颜色, 默认值: -"
1344
+ },
1345
+ "mm-goods-action-button/icon": {
1346
+ "type": "string",
1347
+ "description": "左侧[图标名称](#/icon)或图片链接, 默认值: -"
1348
+ },
1349
+ "mm-goods-action-button/disabled": {
1350
+ "type": "boolean",
1351
+ "description": "是否禁用按钮, 默认值: `false`",
1352
+ "options": [
1353
+ "-"
1354
+ ]
1355
+ },
1356
+ "mm-goods-action-button/loading": {
1357
+ "type": "boolean",
1358
+ "description": "是否显示为加载状态, 默认值: `false`",
1359
+ "options": [
1360
+ "-"
1361
+ ]
1362
+ },
1363
+ "mm-goods-action-button/url": {
1364
+ "type": "string",
1365
+ "description": "点击后跳转的链接地址, 默认值: -"
1366
+ },
1367
+ "mm-goods-action-button/to": {
1368
+ "type": "string | object",
1369
+ "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
1370
+ },
1371
+ "mm-goods-action-button/replace": {
1372
+ "type": "boolean",
1373
+ "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1374
+ },
1375
+ "mm-icon/name": {
1376
+ "type": "string",
1377
+ "description": "图标名称或图片链接, 默认值: -"
1378
+ },
1379
+ "mm-icon/dot": {
1380
+ "type": "boolean",
1381
+ "description": "是否显示图标右上角小红点, 默认值: `false`"
1382
+ },
1383
+ "mm-icon/badge": {
1384
+ "type": "number | string",
1385
+ "description": "图标右上角徽标的内容, 默认值: -"
1386
+ },
1387
+ "mm-icon/info": {
1388
+ "type": "number | string",
1453
1389
  "description": "图标右上角徽标的内容(已废弃,请使用 badge 属性), 默认值: -"
1454
1390
  },
1455
1391
  "mm-icon/color": {
@@ -1468,6 +1404,70 @@
1468
1404
  "type": "string",
1469
1405
  "description": "HTML 标签, 默认值: `i`"
1470
1406
  },
1407
+ "mm-grid/column-num": {
1408
+ "type": "number | string",
1409
+ "description": "列数, 默认值: `4`"
1410
+ },
1411
+ "mm-grid/icon-size": {
1412
+ "type": "number | string",
1413
+ "description": "图标大小,默认单位为`px`, 默认值: `28px`"
1414
+ },
1415
+ "mm-grid/gutter": {
1416
+ "type": "number | string",
1417
+ "description": "格子之间的间距,默认单位为`px`, 默认值: `0`"
1418
+ },
1419
+ "mm-grid/border": {
1420
+ "type": "boolean",
1421
+ "description": "是否显示边框, 默认值: `true`"
1422
+ },
1423
+ "mm-grid/center": {
1424
+ "type": "boolean",
1425
+ "description": "是否将格子内容居中显示, 默认值: `true`"
1426
+ },
1427
+ "mm-grid/square": {
1428
+ "type": "boolean",
1429
+ "description": "是否将格子固定为正方形, 默认值: `false`"
1430
+ },
1431
+ "mm-grid/clickable": {
1432
+ "type": "boolean",
1433
+ "description": "是否开启格子点击反馈, 默认值: `false`"
1434
+ },
1435
+ "mm-grid/direction": {
1436
+ "type": "string",
1437
+ "description": "格子内容排列的方向,可选值为 `horizontal`, 默认值: `vertical`"
1438
+ },
1439
+ "mm-grid-item/text": {
1440
+ "type": "string",
1441
+ "description": "文字, 默认值: -"
1442
+ },
1443
+ "mm-grid-item/icon": {
1444
+ "type": "string",
1445
+ "description": "[图标名称](#/icon)或图片链接, 默认值: -"
1446
+ },
1447
+ "mm-grid-item/icon-prefix": {
1448
+ "type": "string",
1449
+ "description": "图标类名前缀,同 Icon 组件的 [class-prefix 属性](#/icon#props), 默认值: `mm-icon`"
1450
+ },
1451
+ "mm-grid-item/dot": {
1452
+ "type": "boolean",
1453
+ "description": "是否显示图标右上角小红点, 默认值: `false`"
1454
+ },
1455
+ "mm-grid-item/badge": {
1456
+ "type": "number | string",
1457
+ "description": "图标右上角徽标的内容, 默认值: -"
1458
+ },
1459
+ "mm-grid-item/url": {
1460
+ "type": "string",
1461
+ "description": "点击后跳转的链接地址, 默认值: -"
1462
+ },
1463
+ "mm-grid-item/to": {
1464
+ "type": "string | object",
1465
+ "description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to), 默认值: -"
1466
+ },
1467
+ "mm-grid-item/replace": {
1468
+ "type": "boolean",
1469
+ "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
1470
+ },
1471
1471
  "mm-image/src": {
1472
1472
  "type": "string",
1473
1473
  "description": "图片链接, 默认值: -"
@@ -1682,6 +1682,76 @@
1682
1682
  "type": "`boolean`",
1683
1683
  "description": "是否垂直排列图标和文字内容, 默认值: `false`"
1684
1684
  },
1685
+ "mm-menu/menu": {
1686
+ "type": "`object`",
1687
+ "description": "菜单信息, 默认值: 必传",
1688
+ "options": [
1689
+ "--"
1690
+ ]
1691
+ },
1692
+ "mm-menu/custom-event": {
1693
+ "type": "`boolean`",
1694
+ "description": "自定义点击事件, 默认值: 非必传",
1695
+ "options": [
1696
+ "false"
1697
+ ]
1698
+ },
1699
+ "mm-menu/disabled": {
1700
+ "type": "`boolean`",
1701
+ "description": "禁用点击事件, 默认值: 非必传",
1702
+ "options": [
1703
+ "false"
1704
+ ]
1705
+ },
1706
+ "mm-menu/disabled-text": {
1707
+ "type": "`string`",
1708
+ "description": "禁用提示, 默认值: 非必传",
1709
+ "options": [
1710
+ "''"
1711
+ ]
1712
+ },
1713
+ "mm-menu/gray": {
1714
+ "type": "`boolean`",
1715
+ "description": "是否置灰, 默认值: 非必传",
1716
+ "options": [
1717
+ "false"
1718
+ ]
1719
+ },
1720
+ "mm-menu/syb-info": {
1721
+ "type": "`object`",
1722
+ "description": "[网格通参数](#/menu-jump#wang-ge-tong-can-shu-sybinfo), 默认值: 非必传",
1723
+ "options": [
1724
+ "{}"
1725
+ ]
1726
+ },
1727
+ "mm-menu/open-params": {
1728
+ "type": "`object`",
1729
+ "description": "网格通打开新 webview 时参数 (通过 mcrm.biz.getParams 获取), 默认值: 非必传",
1730
+ "options": [
1731
+ "{}"
1732
+ ]
1733
+ },
1734
+ "mm-menu/extra-params": {
1735
+ "type": "`object`",
1736
+ "description": "网格通额外参数(会拼接在链接中), 默认值: 非必传",
1737
+ "options": [
1738
+ "{}"
1739
+ ]
1740
+ },
1741
+ "mm-menu/is-route": {
1742
+ "type": "`Boolean`",
1743
+ "description": "是否根据 menuPageCode 路由跳转, 默认值: 非必传",
1744
+ "options": [
1745
+ "false"
1746
+ ]
1747
+ },
1748
+ "mm-menu/hide-header": {
1749
+ "type": "`Boolean`",
1750
+ "description": "是否隐藏原生提供的头部, 默认值: 非必传",
1751
+ "options": [
1752
+ "false"
1753
+ ]
1754
+ },
1685
1755
  "mm-menu-icon/name": {
1686
1756
  "type": "`string`",
1687
1757
  "description": "内置图标名称, 默认值: `-`"
@@ -1793,76 +1863,6 @@
1793
1863
  "[]"
1794
1864
  ]
1795
1865
  },
1796
- "mm-menu/menu": {
1797
- "type": "`object`",
1798
- "description": "菜单信息, 默认值: 必传",
1799
- "options": [
1800
- "--"
1801
- ]
1802
- },
1803
- "mm-menu/custom-event": {
1804
- "type": "`boolean`",
1805
- "description": "自定义点击事件, 默认值: 非必传",
1806
- "options": [
1807
- "false"
1808
- ]
1809
- },
1810
- "mm-menu/disabled": {
1811
- "type": "`boolean`",
1812
- "description": "禁用点击事件, 默认值: 非必传",
1813
- "options": [
1814
- "false"
1815
- ]
1816
- },
1817
- "mm-menu/disabled-text": {
1818
- "type": "`string`",
1819
- "description": "禁用提示, 默认值: 非必传",
1820
- "options": [
1821
- "''"
1822
- ]
1823
- },
1824
- "mm-menu/gray": {
1825
- "type": "`boolean`",
1826
- "description": "是否置灰, 默认值: 非必传",
1827
- "options": [
1828
- "false"
1829
- ]
1830
- },
1831
- "mm-menu/syb-info": {
1832
- "type": "`object`",
1833
- "description": "[网格通参数](#/menu-jump#wang-ge-tong-can-shu-sybinfo), 默认值: 非必传",
1834
- "options": [
1835
- "{}"
1836
- ]
1837
- },
1838
- "mm-menu/open-params": {
1839
- "type": "`object`",
1840
- "description": "网格通打开新 webview 时参数 (通过 mcrm.biz.getParams 获取), 默认值: 非必传",
1841
- "options": [
1842
- "{}"
1843
- ]
1844
- },
1845
- "mm-menu/extra-params": {
1846
- "type": "`object`",
1847
- "description": "网格通额外参数(会拼接在链接中), 默认值: 非必传",
1848
- "options": [
1849
- "{}"
1850
- ]
1851
- },
1852
- "mm-menu/is-route": {
1853
- "type": "`Boolean`",
1854
- "description": "是否根据 menuPageCode 路由跳转, 默认值: 非必传",
1855
- "options": [
1856
- "false"
1857
- ]
1858
- },
1859
- "mm-menu/hide-header": {
1860
- "type": "`Boolean`",
1861
- "description": "是否隐藏原生提供的头部, 默认值: 非必传",
1862
- "options": [
1863
- "false"
1864
- ]
1865
- },
1866
1866
  "mm-nav-bar/title": {
1867
1867
  "type": "`string`",
1868
1868
  "description": "标题, 默认值: `''`"
@@ -2487,65 +2487,6 @@
2487
2487
  "type": "boolean",
2488
2488
  "description": "是否可以通过滑动手势选择评分, 默认值: `true`"
2489
2489
  },
2490
- "mm-search/background": {
2491
- "type": "`string`",
2492
- "description": "搜索框背景色, 默认值: `#f2f2f2`"
2493
- },
2494
- "mm-search/show-action": {
2495
- "type": "`boolean`",
2496
- "description": "是否在搜索框右侧显示取消按钮, 默认值: `false`"
2497
- },
2498
- "mm-search/disabled": {
2499
- "type": "`boolean`",
2500
- "description": "是否禁用输入框, 默认值: `false`"
2501
- },
2502
- "mm-search/readonly": {
2503
- "type": "`boolean`",
2504
- "description": "是否只读, 默认值: `false`"
2505
- },
2506
- "mm-search/error": {
2507
- "type": "`boolean`",
2508
- "description": "是否将输入内容标红, 默认值: `false`"
2509
- },
2510
- "mm-search/input-align": {
2511
- "type": "`string`",
2512
- "description": "输入框内容对齐方式,可选值为 `center` `right`, 默认值: `left`"
2513
- },
2514
- "mm-search/fixed": {
2515
- "type": "`boolean`",
2516
- "description": "是否固定在头部, 默认值: `false`"
2517
- },
2518
- "mm-search/offset": {
2519
- "type": "`number`",
2520
- "description": "头部偏移量, 默认值: `0`"
2521
- },
2522
- "mm-search/mcrm": {
2523
- "type": "`boolean`",
2524
- "description": "是否是网格通专属布局, 默认值: `false`"
2525
- },
2526
- "mm-search/history": {
2527
- "type": "`object`",
2528
- "description": "搜索历史记录缓存,`{mode:'',cacheKey:'''}`,`mode`:缓存模式,可选指 `session`、`local`, `cacheKey`:缓存的 key 值, 默认值: `{}`"
2529
- },
2530
- "mm-search/h-max-length": {
2531
- "type": "`number",
2532
- "description": "搜索历史记录缓存最大个数, 默认值: string`",
2533
- "options": [
2534
- "8"
2535
- ]
2536
- },
2537
- "mm-search/auto-focus": {
2538
- "type": "`boolean`",
2539
- "description": "输入框自动聚焦, 默认值: `false`"
2540
- },
2541
- "mm-search/is-trim": {
2542
- "type": "`boolean`",
2543
- "description": "是否去空格, 默认值: `false`"
2544
- },
2545
- "mm-search/regular": {
2546
- "type": "`RegExp`",
2547
- "description": "正则表达式,将匹配到的内容替换为空值, 默认值: ``"
2548
- },
2549
2490
  "mm-safe-keyboard/v-model (value)": {
2550
2491
  "type": "string",
2551
2492
  "description": "当前输入值, 默认值: -"
@@ -2602,6 +2543,65 @@
2602
2543
  "type": "boolean",
2603
2544
  "description": "是否开启[底部安全区适配](#/quickstart#di-bu-an-quan-qu-gua-pei), 默认值: `true`"
2604
2545
  },
2546
+ "mm-search/background": {
2547
+ "type": "`string`",
2548
+ "description": "搜索框背景色, 默认值: `#f2f2f2`"
2549
+ },
2550
+ "mm-search/show-action": {
2551
+ "type": "`boolean`",
2552
+ "description": "是否在搜索框右侧显示取消按钮, 默认值: `false`"
2553
+ },
2554
+ "mm-search/disabled": {
2555
+ "type": "`boolean`",
2556
+ "description": "是否禁用输入框, 默认值: `false`"
2557
+ },
2558
+ "mm-search/readonly": {
2559
+ "type": "`boolean`",
2560
+ "description": "是否只读, 默认值: `false`"
2561
+ },
2562
+ "mm-search/error": {
2563
+ "type": "`boolean`",
2564
+ "description": "是否将输入内容标红, 默认值: `false`"
2565
+ },
2566
+ "mm-search/input-align": {
2567
+ "type": "`string`",
2568
+ "description": "输入框内容对齐方式,可选值为 `center` `right`, 默认值: `left`"
2569
+ },
2570
+ "mm-search/fixed": {
2571
+ "type": "`boolean`",
2572
+ "description": "是否固定在头部, 默认值: `false`"
2573
+ },
2574
+ "mm-search/offset": {
2575
+ "type": "`number`",
2576
+ "description": "头部偏移量, 默认值: `0`"
2577
+ },
2578
+ "mm-search/mcrm": {
2579
+ "type": "`boolean`",
2580
+ "description": "是否是网格通专属布局, 默认值: `false`"
2581
+ },
2582
+ "mm-search/history": {
2583
+ "type": "`object`",
2584
+ "description": "搜索历史记录缓存,`{mode:'',cacheKey:'''}`,`mode`:缓存模式,可选指 `session`、`local`, `cacheKey`:缓存的 key 值, 默认值: `{}`"
2585
+ },
2586
+ "mm-search/h-max-length": {
2587
+ "type": "`number",
2588
+ "description": "搜索历史记录缓存最大个数, 默认值: string`",
2589
+ "options": [
2590
+ "8"
2591
+ ]
2592
+ },
2593
+ "mm-search/auto-focus": {
2594
+ "type": "`boolean`",
2595
+ "description": "输入框自动聚焦, 默认值: `false`"
2596
+ },
2597
+ "mm-search/is-trim": {
2598
+ "type": "`boolean`",
2599
+ "description": "是否去空格, 默认值: `false`"
2600
+ },
2601
+ "mm-search/regular": {
2602
+ "type": "`RegExp`",
2603
+ "description": "正则表达式,将匹配到的内容替换为空值, 默认值: ``"
2604
+ },
2605
2605
  "mm-share-sheet/options": {
2606
2606
  "type": "Option[]",
2607
2607
  "description": "分享选项, 默认值: `[]`"
@@ -2682,6 +2682,50 @@
2682
2682
  "type": "boolean",
2683
2683
  "description": "是否在跳转时替换当前页面历史, 默认值: `false`"
2684
2684
  },
2685
+ "mm-slider/value": {
2686
+ "type": "number",
2687
+ "description": "当前进度百分比, 默认值: `0`"
2688
+ },
2689
+ "mm-slider/max": {
2690
+ "type": "number | string",
2691
+ "description": "最大值, 默认值: `100`"
2692
+ },
2693
+ "mm-slider/min": {
2694
+ "type": "number | string",
2695
+ "description": "最小值, 默认值: `0`"
2696
+ },
2697
+ "mm-slider/step": {
2698
+ "type": "number | string",
2699
+ "description": "步长, 默认值: `1`"
2700
+ },
2701
+ "mm-slider/bar-height": {
2702
+ "type": "number | string",
2703
+ "description": "进度条高度,默认单位为`px`, 默认值: `2px`"
2704
+ },
2705
+ "mm-slider/button-size": {
2706
+ "type": "number | string",
2707
+ "description": "滑块按钮大小,默认单位为`px`, 默认值: `24px`"
2708
+ },
2709
+ "mm-slider/active-color": {
2710
+ "type": "string",
2711
+ "description": "进度条激活态颜色, 默认值: `#1989fa`"
2712
+ },
2713
+ "mm-slider/inactive-color": {
2714
+ "type": "string",
2715
+ "description": "进度条非激活态颜色, 默认值: `#e5e5e5`"
2716
+ },
2717
+ "mm-slider/disabled": {
2718
+ "type": "boolean",
2719
+ "description": "是否禁用滑块, 默认值: `false`"
2720
+ },
2721
+ "mm-slider/vertical": {
2722
+ "type": "boolean",
2723
+ "description": "是否垂直展示, 默认值: `false`"
2724
+ },
2725
+ "mm-slider/height": {
2726
+ "type": "number | string",
2727
+ "description": "组件高度, 默认值: `-`"
2728
+ },
2685
2729
  "mm-stepper/v-model": {
2686
2730
  "type": "number | string",
2687
2731
  "description": "当前输入的值, 默认值: -"
@@ -2766,50 +2810,6 @@
2766
2810
  "type": "boolean",
2767
2811
  "description": "是否允许输入的值为空, 默认值: `false`"
2768
2812
  },
2769
- "mm-slider/value": {
2770
- "type": "number",
2771
- "description": "当前进度百分比, 默认值: `0`"
2772
- },
2773
- "mm-slider/max": {
2774
- "type": "number | string",
2775
- "description": "最大值, 默认值: `100`"
2776
- },
2777
- "mm-slider/min": {
2778
- "type": "number | string",
2779
- "description": "最小值, 默认值: `0`"
2780
- },
2781
- "mm-slider/step": {
2782
- "type": "number | string",
2783
- "description": "步长, 默认值: `1`"
2784
- },
2785
- "mm-slider/bar-height": {
2786
- "type": "number | string",
2787
- "description": "进度条高度,默认单位为`px`, 默认值: `2px`"
2788
- },
2789
- "mm-slider/button-size": {
2790
- "type": "number | string",
2791
- "description": "滑块按钮大小,默认单位为`px`, 默认值: `24px`"
2792
- },
2793
- "mm-slider/active-color": {
2794
- "type": "string",
2795
- "description": "进度条激活态颜色, 默认值: `#1989fa`"
2796
- },
2797
- "mm-slider/inactive-color": {
2798
- "type": "string",
2799
- "description": "进度条非激活态颜色, 默认值: `#e5e5e5`"
2800
- },
2801
- "mm-slider/disabled": {
2802
- "type": "boolean",
2803
- "description": "是否禁用滑块, 默认值: `false`"
2804
- },
2805
- "mm-slider/vertical": {
2806
- "type": "boolean",
2807
- "description": "是否垂直展示, 默认值: `false`"
2808
- },
2809
- "mm-slider/height": {
2810
- "type": "number | string",
2811
- "description": "组件高度, 默认值: `-`"
2812
- },
2813
2813
  "mm-steps/active": {
2814
2814
  "type": "number | string",
2815
2815
  "description": "当前步骤, 默认值: `0`"
@@ -2922,6 +2922,38 @@
2922
2922
  "type": "boolean",
2923
2923
  "description": "是否阻止滑动事件冒泡, 默认值: `false`"
2924
2924
  },
2925
+ "mm-switch/v-model": {
2926
+ "type": "any",
2927
+ "description": "开关选中状态, 默认值: `false`"
2928
+ },
2929
+ "mm-switch/loading": {
2930
+ "type": "boolean",
2931
+ "description": "是否为加载状态, 默认值: `false`"
2932
+ },
2933
+ "mm-switch/disabled": {
2934
+ "type": "boolean",
2935
+ "description": "是否为禁用状态, 默认值: `false`"
2936
+ },
2937
+ "mm-switch/size": {
2938
+ "type": "number | string",
2939
+ "description": "开关尺寸,默认单位为`px`, 默认值: `30px`"
2940
+ },
2941
+ "mm-switch/active-color": {
2942
+ "type": "string",
2943
+ "description": "打开时的背景色, 默认值: `#1989fa`"
2944
+ },
2945
+ "mm-switch/inactive-color": {
2946
+ "type": "string",
2947
+ "description": "关闭时的背景色, 默认值: `white`"
2948
+ },
2949
+ "mm-switch/active-value": {
2950
+ "type": "any",
2951
+ "description": "打开时对应的值, 默认值: `true`"
2952
+ },
2953
+ "mm-switch/inactive-value": {
2954
+ "type": "any",
2955
+ "description": "关闭时对应的值, 默认值: `false`"
2956
+ },
2925
2957
  "mm-switch-cell/v-model": {
2926
2958
  "type": "`null`",
2927
2959
  "description": "开关状态, 默认值: `false`",
@@ -2971,38 +3003,6 @@
2971
3003
  "-"
2972
3004
  ]
2973
3005
  },
2974
- "mm-switch/v-model": {
2975
- "type": "any",
2976
- "description": "开关选中状态, 默认值: `false`"
2977
- },
2978
- "mm-switch/loading": {
2979
- "type": "boolean",
2980
- "description": "是否为加载状态, 默认值: `false`"
2981
- },
2982
- "mm-switch/disabled": {
2983
- "type": "boolean",
2984
- "description": "是否为禁用状态, 默认值: `false`"
2985
- },
2986
- "mm-switch/size": {
2987
- "type": "number | string",
2988
- "description": "开关尺寸,默认单位为`px`, 默认值: `30px`"
2989
- },
2990
- "mm-switch/active-color": {
2991
- "type": "string",
2992
- "description": "打开时的背景色, 默认值: `#1989fa`"
2993
- },
2994
- "mm-switch/inactive-color": {
2995
- "type": "string",
2996
- "description": "关闭时的背景色, 默认值: `white`"
2997
- },
2998
- "mm-switch/active-value": {
2999
- "type": "any",
3000
- "description": "打开时对应的值, 默认值: `true`"
3001
- },
3002
- "mm-switch/inactive-value": {
3003
- "type": "any",
3004
- "description": "关闭时对应的值, 默认值: `false`"
3005
- },
3006
3006
  "mm-tabs/v-model": {
3007
3007
  "type": "number | string",
3008
3008
  "description": "绑定当前选中标签的标识符, 默认值: `0`"