mcrm-mobile 1.9.9 → 2.0.1
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/biz/index.js +19 -4
- package/es/index.js +1 -1
- package/es/menu-jump/index.js +1 -1
- package/es/menus/index.js +110 -6
- package/es/mixins/menus.js +5 -0
- package/lib/biz/index.js +19 -4
- package/lib/index.js +1 -1
- package/lib/mcrm-mobile.js +10168 -10044
- package/lib/mcrm-mobile.min.js +11 -11
- package/lib/menu-jump/index.js +1 -1
- package/lib/menus/index.js +110 -5
- package/lib/mixins/menus.js +5 -0
- package/package.json +1 -1
- package/vetur/attributes.json +716 -709
- package/vetur/tags.json +193 -192
- package/vetur/web-types.json +1609 -1597
package/vetur/web-types.json
CHANGED
|
@@ -293,175 +293,446 @@
|
|
|
293
293
|
]
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
|
-
"name": "mm-
|
|
297
|
-
"slots": [
|
|
296
|
+
"name": "mm-badge",
|
|
297
|
+
"slots": [
|
|
298
|
+
{
|
|
299
|
+
"name": "default",
|
|
300
|
+
"description": "徽标包裹的子元素"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "content",
|
|
304
|
+
"description": "自定义徽标内容"
|
|
305
|
+
}
|
|
306
|
+
],
|
|
298
307
|
"events": [],
|
|
299
308
|
"attributes": [
|
|
300
309
|
{
|
|
301
|
-
"name": "
|
|
302
|
-
"default": "
|
|
303
|
-
"description": "
|
|
304
|
-
"options": [
|
|
305
|
-
"--"
|
|
306
|
-
],
|
|
310
|
+
"name": "content",
|
|
311
|
+
"default": "-",
|
|
312
|
+
"description": "徽标内容",
|
|
313
|
+
"options": [],
|
|
307
314
|
"value": {
|
|
308
|
-
"type": "
|
|
315
|
+
"type": "number | string",
|
|
309
316
|
"kind": "expression"
|
|
310
317
|
}
|
|
311
318
|
},
|
|
312
319
|
{
|
|
313
|
-
"name": "
|
|
314
|
-
"default": "
|
|
315
|
-
"description": "
|
|
316
|
-
"options": [
|
|
317
|
-
"--"
|
|
318
|
-
],
|
|
320
|
+
"name": "color",
|
|
321
|
+
"default": "`#ee0a24`",
|
|
322
|
+
"description": "徽标背景颜色",
|
|
323
|
+
"options": [],
|
|
319
324
|
"value": {
|
|
320
|
-
"type": "
|
|
325
|
+
"type": "string",
|
|
321
326
|
"kind": "expression"
|
|
322
327
|
}
|
|
323
328
|
},
|
|
324
329
|
{
|
|
325
|
-
"name": "
|
|
326
|
-
"default": "
|
|
327
|
-
"description": "
|
|
328
|
-
"options": [
|
|
329
|
-
"0"
|
|
330
|
-
],
|
|
330
|
+
"name": "text-color",
|
|
331
|
+
"default": "`#fff`",
|
|
332
|
+
"description": "徽标字体颜色",
|
|
333
|
+
"options": [],
|
|
331
334
|
"value": {
|
|
332
|
-
"type": "
|
|
335
|
+
"type": "string",
|
|
333
336
|
"kind": "expression"
|
|
334
337
|
}
|
|
335
338
|
},
|
|
336
339
|
{
|
|
337
|
-
"name": "
|
|
338
|
-
"default": "
|
|
339
|
-
"description": "
|
|
340
|
-
"options": [
|
|
341
|
-
"false"
|
|
342
|
-
],
|
|
340
|
+
"name": "dot",
|
|
341
|
+
"default": "`false`",
|
|
342
|
+
"description": "是否展示为小红点",
|
|
343
|
+
"options": [],
|
|
343
344
|
"value": {
|
|
344
|
-
"type": "
|
|
345
|
+
"type": "boolean",
|
|
345
346
|
"kind": "expression"
|
|
346
347
|
}
|
|
347
348
|
},
|
|
348
349
|
{
|
|
349
|
-
"name": "
|
|
350
|
-
"default": "
|
|
351
|
-
"description": "
|
|
352
|
-
"options": [
|
|
353
|
-
"false"
|
|
354
|
-
],
|
|
350
|
+
"name": "max",
|
|
351
|
+
"default": "-",
|
|
352
|
+
"description": "最大值,超过最大值会显示 `{max}+`,仅当 content 为数字时有效",
|
|
353
|
+
"options": [],
|
|
355
354
|
"value": {
|
|
356
|
-
"type": "
|
|
355
|
+
"type": "number | string",
|
|
357
356
|
"kind": "expression"
|
|
358
357
|
}
|
|
358
|
+
}
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "mm-calendar",
|
|
363
|
+
"slots": [
|
|
364
|
+
{
|
|
365
|
+
"name": "title",
|
|
366
|
+
"description": "自定义标题"
|
|
359
367
|
},
|
|
360
368
|
{
|
|
361
|
-
"name": "
|
|
362
|
-
"
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
369
|
+
"name": "footer",
|
|
370
|
+
"description": "自定义底部区域内容"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "top-info",
|
|
374
|
+
"description": "自定义日期上方的提示信息"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "bottom-info",
|
|
378
|
+
"description": "自定义日期下方的提示信息"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"events": [
|
|
382
|
+
{
|
|
383
|
+
"name": "select",
|
|
384
|
+
"description": "点击并选中任意日期时触发"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "confirm",
|
|
388
|
+
"description": "日期选择完成后触发,若`show-confirm`为`true`,则点击确认按钮后触发"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "open",
|
|
392
|
+
"description": "打开弹出层时触发"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "close",
|
|
396
|
+
"description": "关闭弹出层时触发"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "opened",
|
|
400
|
+
"description": "打开弹出层且动画结束后触发"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "closed",
|
|
404
|
+
"description": "关闭弹出层且动画结束后触发"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "unselect",
|
|
408
|
+
"description": "当日历组件的 `type` 为 `multiple` 时,取消选中日期时触发"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"name": "month-show",
|
|
412
|
+
"description": "当某个月份进入可视区域时触发"
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"attributes": [
|
|
416
|
+
{
|
|
417
|
+
"name": "type",
|
|
418
|
+
"default": "`single`",
|
|
419
|
+
"description": "选择类型:<br>`single`表示选择单个日期,<br>`multiple`表示选择多个日期,<br>`range`表示选择日期区间",
|
|
420
|
+
"options": [],
|
|
367
421
|
"value": {
|
|
368
|
-
"type": "
|
|
422
|
+
"type": "string",
|
|
369
423
|
"kind": "expression"
|
|
370
424
|
}
|
|
371
425
|
},
|
|
372
426
|
{
|
|
373
|
-
"name": "
|
|
374
|
-
"default": "
|
|
375
|
-
"description": "
|
|
376
|
-
"options": [
|
|
377
|
-
"''"
|
|
378
|
-
],
|
|
427
|
+
"name": "title",
|
|
428
|
+
"default": "`日期选择`",
|
|
429
|
+
"description": "日历标题",
|
|
430
|
+
"options": [],
|
|
379
431
|
"value": {
|
|
380
|
-
"type": "
|
|
432
|
+
"type": "string",
|
|
381
433
|
"kind": "expression"
|
|
382
434
|
}
|
|
383
435
|
},
|
|
384
436
|
{
|
|
385
|
-
"name": "
|
|
386
|
-
"default": "
|
|
387
|
-
"description": "
|
|
388
|
-
"options": [
|
|
389
|
-
"false"
|
|
390
|
-
],
|
|
437
|
+
"name": "color",
|
|
438
|
+
"default": "`#0095FD`",
|
|
439
|
+
"description": "主题色,对底部按钮和选中日期生效",
|
|
440
|
+
"options": [],
|
|
391
441
|
"value": {
|
|
392
|
-
"type": "
|
|
442
|
+
"type": "string",
|
|
393
443
|
"kind": "expression"
|
|
394
444
|
}
|
|
395
445
|
},
|
|
396
446
|
{
|
|
397
|
-
"name": "
|
|
398
|
-
"default": "
|
|
399
|
-
"description": "
|
|
447
|
+
"name": "min-date",
|
|
448
|
+
"default": "当前日期",
|
|
449
|
+
"description": "可选择的最小日期",
|
|
450
|
+
"options": [],
|
|
451
|
+
"value": {
|
|
452
|
+
"type": "Date",
|
|
453
|
+
"kind": "expression"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "max-date",
|
|
458
|
+
"default": "当前日期的六个月后",
|
|
459
|
+
"description": "可选择的最大日期",
|
|
460
|
+
"options": [],
|
|
461
|
+
"value": {
|
|
462
|
+
"type": "Date",
|
|
463
|
+
"kind": "expression"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "default-date",
|
|
468
|
+
"default": "null_",
|
|
469
|
+
"description": "默认选中的日期,`type` 为 `multiple` 或 `range` 时为数组,传入 `null` 表示默认不选择",
|
|
400
470
|
"options": [
|
|
401
|
-
"
|
|
471
|
+
"今天"
|
|
402
472
|
],
|
|
403
473
|
"value": {
|
|
404
|
-
"type": "
|
|
474
|
+
"type": "Date | Date[] \\",
|
|
475
|
+
"kind": "expression"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "row-height",
|
|
480
|
+
"default": "`64`",
|
|
481
|
+
"description": "日期行高",
|
|
482
|
+
"options": [],
|
|
483
|
+
"value": {
|
|
484
|
+
"type": "number | string",
|
|
485
|
+
"kind": "expression"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "formatter",
|
|
490
|
+
"default": "-",
|
|
491
|
+
"description": "日期格式化函数",
|
|
492
|
+
"options": [],
|
|
493
|
+
"value": {
|
|
494
|
+
"type": "(day: Day) => Day",
|
|
495
|
+
"kind": "expression"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "poppable",
|
|
500
|
+
"default": "`true`",
|
|
501
|
+
"description": "是否以弹层的形式展示日历",
|
|
502
|
+
"options": [],
|
|
503
|
+
"value": {
|
|
504
|
+
"type": "boolean",
|
|
505
|
+
"kind": "expression"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"name": "lazy-render",
|
|
510
|
+
"default": "`true`",
|
|
511
|
+
"description": "是否只渲染可视区域的内容",
|
|
512
|
+
"options": [],
|
|
513
|
+
"value": {
|
|
514
|
+
"type": "boolean",
|
|
515
|
+
"kind": "expression"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "show-mark",
|
|
520
|
+
"default": "`true`",
|
|
521
|
+
"description": "是否显示月份背景水印",
|
|
522
|
+
"options": [],
|
|
523
|
+
"value": {
|
|
524
|
+
"type": "boolean",
|
|
525
|
+
"kind": "expression"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "show-title",
|
|
530
|
+
"default": "`true`",
|
|
531
|
+
"description": "是否展示日历标题",
|
|
532
|
+
"options": [],
|
|
533
|
+
"value": {
|
|
534
|
+
"type": "boolean",
|
|
535
|
+
"kind": "expression"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "show-subtitle",
|
|
540
|
+
"default": "`true`",
|
|
541
|
+
"description": "是否展示日历副标题(年月)",
|
|
542
|
+
"options": [],
|
|
543
|
+
"value": {
|
|
544
|
+
"type": "boolean",
|
|
545
|
+
"kind": "expression"
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "show-confirm",
|
|
550
|
+
"default": "`true`",
|
|
551
|
+
"description": "是否展示确认按钮",
|
|
552
|
+
"options": [],
|
|
553
|
+
"value": {
|
|
554
|
+
"type": "boolean",
|
|
555
|
+
"kind": "expression"
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "readonly",
|
|
560
|
+
"default": "`false`",
|
|
561
|
+
"description": "是否为只读状态,只读状态下不能选择日期",
|
|
562
|
+
"options": [],
|
|
563
|
+
"value": {
|
|
564
|
+
"type": "boolean",
|
|
565
|
+
"kind": "expression"
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "confirm-text",
|
|
570
|
+
"default": "`确定`",
|
|
571
|
+
"description": "确认按钮的文字",
|
|
572
|
+
"options": [],
|
|
573
|
+
"value": {
|
|
574
|
+
"type": "string",
|
|
575
|
+
"kind": "expression"
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "confirm-disabled-text",
|
|
580
|
+
"default": "`确定`",
|
|
581
|
+
"description": "确认按钮处于禁用状态时的文字",
|
|
582
|
+
"options": [],
|
|
583
|
+
"value": {
|
|
584
|
+
"type": "string",
|
|
585
|
+
"kind": "expression"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"name": "first-day-of-week",
|
|
590
|
+
"default": "`0`",
|
|
591
|
+
"description": "设置周起始日",
|
|
592
|
+
"options": [],
|
|
593
|
+
"value": {
|
|
594
|
+
"type": "0-6",
|
|
595
|
+
"kind": "expression"
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "mm-poppable",
|
|
602
|
+
"slots": [],
|
|
603
|
+
"events": [],
|
|
604
|
+
"attributes": [
|
|
605
|
+
{
|
|
606
|
+
"name": "v-model",
|
|
607
|
+
"default": "`false`",
|
|
608
|
+
"description": "是否显示日历弹窗",
|
|
609
|
+
"options": [],
|
|
610
|
+
"value": {
|
|
611
|
+
"type": "boolean",
|
|
612
|
+
"kind": "expression"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "position",
|
|
617
|
+
"default": "`bottom`",
|
|
618
|
+
"description": "弹出位置,可选值为 `top` `right` `left`",
|
|
619
|
+
"options": [],
|
|
620
|
+
"value": {
|
|
621
|
+
"type": "string",
|
|
622
|
+
"kind": "expression"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "round",
|
|
627
|
+
"default": "`true`",
|
|
628
|
+
"description": "是否显示圆角弹窗",
|
|
629
|
+
"options": [],
|
|
630
|
+
"value": {
|
|
631
|
+
"type": "boolean",
|
|
632
|
+
"kind": "expression"
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"name": "close-on-popstate",
|
|
637
|
+
"default": "`true`",
|
|
638
|
+
"description": "是否在页面回退时自动关闭",
|
|
639
|
+
"options": [],
|
|
640
|
+
"value": {
|
|
641
|
+
"type": "boolean",
|
|
642
|
+
"kind": "expression"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "close-on-click-overlay",
|
|
647
|
+
"default": "`true`",
|
|
648
|
+
"description": "是否在点击遮罩层后关闭",
|
|
649
|
+
"options": [],
|
|
650
|
+
"value": {
|
|
651
|
+
"type": "boolean",
|
|
652
|
+
"kind": "expression"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
"name": "safe-area-inset-bottom",
|
|
657
|
+
"default": "`true`",
|
|
658
|
+
"description": "是否开启[底部安全区适配](#/quickstart#di-bu-an-quan-qu-gua-pei)",
|
|
659
|
+
"options": [],
|
|
660
|
+
"value": {
|
|
661
|
+
"type": "boolean",
|
|
662
|
+
"kind": "expression"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"name": "get-container",
|
|
667
|
+
"default": "-",
|
|
668
|
+
"description": "指定挂载的节点,[用法示例](#/popup#zhi-ding-gua-zai-wei-zhi)",
|
|
669
|
+
"options": [],
|
|
670
|
+
"value": {
|
|
671
|
+
"type": "string | () => Element",
|
|
405
672
|
"kind": "expression"
|
|
406
673
|
}
|
|
407
|
-
}
|
|
674
|
+
}
|
|
675
|
+
]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "mm-range",
|
|
679
|
+
"slots": [],
|
|
680
|
+
"events": [],
|
|
681
|
+
"attributes": [
|
|
408
682
|
{
|
|
409
|
-
"name": "
|
|
410
|
-
"default": "
|
|
411
|
-
"description": "
|
|
412
|
-
"options": [
|
|
413
|
-
"true"
|
|
414
|
-
],
|
|
683
|
+
"name": "max-range",
|
|
684
|
+
"default": "无限制",
|
|
685
|
+
"description": "日期区间最多可选天数",
|
|
686
|
+
"options": [],
|
|
415
687
|
"value": {
|
|
416
|
-
"type": "
|
|
688
|
+
"type": "number | string",
|
|
417
689
|
"kind": "expression"
|
|
418
690
|
}
|
|
419
691
|
},
|
|
420
692
|
{
|
|
421
|
-
"name": "
|
|
422
|
-
"default": "
|
|
423
|
-
"description": "
|
|
424
|
-
"options": [
|
|
425
|
-
"非必传"
|
|
426
|
-
],
|
|
693
|
+
"name": "range-prompt",
|
|
694
|
+
"default": "`选择天数不能超过 xx 天`",
|
|
695
|
+
"description": "范围选择超过最多可选天数时的提示文案",
|
|
696
|
+
"options": [],
|
|
427
697
|
"value": {
|
|
428
|
-
"type": "
|
|
698
|
+
"type": "string",
|
|
429
699
|
"kind": "expression"
|
|
430
700
|
}
|
|
431
701
|
},
|
|
432
702
|
{
|
|
433
|
-
"name": "
|
|
434
|
-
"default": "
|
|
435
|
-
"description": "
|
|
436
|
-
"options": [
|
|
437
|
-
"[]"
|
|
438
|
-
],
|
|
703
|
+
"name": "allow-same-day",
|
|
704
|
+
"default": "`fasle`",
|
|
705
|
+
"description": "是否允许日期范围的起止时间为同一天",
|
|
706
|
+
"options": [],
|
|
439
707
|
"value": {
|
|
440
|
-
"type": "
|
|
708
|
+
"type": "boolean",
|
|
441
709
|
"kind": "expression"
|
|
442
710
|
}
|
|
443
|
-
}
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "mm-multiple",
|
|
716
|
+
"slots": [],
|
|
717
|
+
"events": [],
|
|
718
|
+
"attributes": [
|
|
444
719
|
{
|
|
445
|
-
"name": "
|
|
446
|
-
"default": "
|
|
447
|
-
"description": "
|
|
448
|
-
"options": [
|
|
449
|
-
"[]"
|
|
450
|
-
],
|
|
720
|
+
"name": "max-range",
|
|
721
|
+
"default": "无限制",
|
|
722
|
+
"description": "日期最多可选天数",
|
|
723
|
+
"options": [],
|
|
451
724
|
"value": {
|
|
452
|
-
"type": "
|
|
725
|
+
"type": "number | string",
|
|
453
726
|
"kind": "expression"
|
|
454
727
|
}
|
|
455
728
|
},
|
|
456
729
|
{
|
|
457
|
-
"name": "
|
|
458
|
-
"default": "
|
|
459
|
-
"description": "
|
|
460
|
-
"options": [
|
|
461
|
-
"[]"
|
|
462
|
-
],
|
|
730
|
+
"name": "range-prompt",
|
|
731
|
+
"default": "`选择天数不能超过 xx 天`",
|
|
732
|
+
"description": "选择超过最多可选天数时的提示文案",
|
|
733
|
+
"options": [],
|
|
463
734
|
"value": {
|
|
464
|
-
"type": "
|
|
735
|
+
"type": "string",
|
|
465
736
|
"kind": "expression"
|
|
466
737
|
}
|
|
467
738
|
}
|
|
@@ -625,210 +896,175 @@
|
|
|
625
896
|
]
|
|
626
897
|
},
|
|
627
898
|
{
|
|
628
|
-
"name": "mm-
|
|
629
|
-
"slots": [
|
|
630
|
-
{
|
|
631
|
-
"name": "default",
|
|
632
|
-
"description": "徽标包裹的子元素"
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"name": "content",
|
|
636
|
-
"description": "自定义徽标内容"
|
|
637
|
-
}
|
|
638
|
-
],
|
|
899
|
+
"name": "mm-biz",
|
|
900
|
+
"slots": [],
|
|
639
901
|
"events": [],
|
|
640
902
|
"attributes": [
|
|
641
903
|
{
|
|
642
|
-
"name": "
|
|
643
|
-
"default": "-",
|
|
644
|
-
"description": "
|
|
645
|
-
"options": [
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
"kind": "expression"
|
|
649
|
-
}
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"name": "color",
|
|
653
|
-
"default": "`#ee0a24`",
|
|
654
|
-
"description": "徽标背景颜色",
|
|
655
|
-
"options": [],
|
|
904
|
+
"name": "tab-list",
|
|
905
|
+
"default": "normal-list 和 tab-list 二选一",
|
|
906
|
+
"description": "tab 列表",
|
|
907
|
+
"options": [
|
|
908
|
+
"--"
|
|
909
|
+
],
|
|
656
910
|
"value": {
|
|
657
|
-
"type": "
|
|
911
|
+
"type": "`array`",
|
|
658
912
|
"kind": "expression"
|
|
659
913
|
}
|
|
660
914
|
},
|
|
661
915
|
{
|
|
662
|
-
"name": "
|
|
663
|
-
"default": "
|
|
664
|
-
"description": "
|
|
665
|
-
"options": [
|
|
916
|
+
"name": "normal-list",
|
|
917
|
+
"default": "normal-list 和 tab-list 二选一",
|
|
918
|
+
"description": "菜单列表",
|
|
919
|
+
"options": [
|
|
920
|
+
"--"
|
|
921
|
+
],
|
|
666
922
|
"value": {
|
|
667
|
-
"type": "
|
|
923
|
+
"type": "`array`",
|
|
668
924
|
"kind": "expression"
|
|
669
925
|
}
|
|
670
926
|
},
|
|
671
927
|
{
|
|
672
|
-
"name": "
|
|
673
|
-
"default": "
|
|
674
|
-
"description": "
|
|
675
|
-
"options": [
|
|
928
|
+
"name": "offset-top",
|
|
929
|
+
"default": "非必传",
|
|
930
|
+
"description": "吸顶距离",
|
|
931
|
+
"options": [
|
|
932
|
+
"0"
|
|
933
|
+
],
|
|
676
934
|
"value": {
|
|
677
|
-
"type": "
|
|
935
|
+
"type": "`string, Nunber`",
|
|
678
936
|
"kind": "expression"
|
|
679
937
|
}
|
|
680
938
|
},
|
|
681
939
|
{
|
|
682
|
-
"name": "
|
|
683
|
-
"default": "
|
|
684
|
-
"description": "
|
|
685
|
-
"options": [
|
|
940
|
+
"name": "show-more",
|
|
941
|
+
"default": "非必传",
|
|
942
|
+
"description": "展示更多按钮",
|
|
943
|
+
"options": [
|
|
944
|
+
"false"
|
|
945
|
+
],
|
|
686
946
|
"value": {
|
|
687
|
-
"type": "
|
|
947
|
+
"type": "`boolean`",
|
|
688
948
|
"kind": "expression"
|
|
689
949
|
}
|
|
690
|
-
}
|
|
691
|
-
]
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"name": "mm-card",
|
|
695
|
-
"slots": [
|
|
696
|
-
{
|
|
697
|
-
"name": "default",
|
|
698
|
-
"description": "卡片内容"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"name": "header",
|
|
702
|
-
"description": "头部"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "title",
|
|
706
|
-
"description": "头部标题"
|
|
707
950
|
},
|
|
708
951
|
{
|
|
709
|
-
"name": "
|
|
710
|
-
"
|
|
711
|
-
|
|
712
|
-
],
|
|
713
|
-
"events": [],
|
|
714
|
-
"attributes": [
|
|
715
|
-
{
|
|
716
|
-
"name": "shadow",
|
|
717
|
-
"default": "`always / active / never`",
|
|
718
|
-
"description": "设置阴影显示时机",
|
|
952
|
+
"name": "custom-event",
|
|
953
|
+
"default": "非必传",
|
|
954
|
+
"description": "自定义点击事件",
|
|
719
955
|
"options": [
|
|
720
|
-
"
|
|
956
|
+
"false"
|
|
721
957
|
],
|
|
722
958
|
"value": {
|
|
723
|
-
"type": "
|
|
959
|
+
"type": "`boolean`",
|
|
724
960
|
"kind": "expression"
|
|
725
961
|
}
|
|
726
962
|
},
|
|
727
963
|
{
|
|
728
|
-
"name": "
|
|
729
|
-
"default": "
|
|
730
|
-
"description": "
|
|
964
|
+
"name": "disabled",
|
|
965
|
+
"default": "非必传",
|
|
966
|
+
"description": "禁用点击事件",
|
|
731
967
|
"options": [
|
|
732
|
-
"
|
|
968
|
+
"false"
|
|
733
969
|
],
|
|
734
970
|
"value": {
|
|
735
|
-
"type": "
|
|
971
|
+
"type": "`boolean`",
|
|
736
972
|
"kind": "expression"
|
|
737
973
|
}
|
|
738
974
|
},
|
|
739
975
|
{
|
|
740
|
-
"name": "
|
|
741
|
-
"default": "
|
|
742
|
-
"description": "
|
|
976
|
+
"name": "disabled-text",
|
|
977
|
+
"default": "非必传",
|
|
978
|
+
"description": "禁用提示",
|
|
743
979
|
"options": [
|
|
744
|
-
"
|
|
980
|
+
"''"
|
|
745
981
|
],
|
|
746
982
|
"value": {
|
|
747
|
-
"type": "string
|
|
983
|
+
"type": "`string`",
|
|
748
984
|
"kind": "expression"
|
|
749
985
|
}
|
|
750
986
|
},
|
|
751
987
|
{
|
|
752
|
-
"name": "
|
|
753
|
-
"default": "
|
|
754
|
-
"description": "
|
|
988
|
+
"name": "gray",
|
|
989
|
+
"default": "非必传",
|
|
990
|
+
"description": "是否置灰",
|
|
755
991
|
"options": [
|
|
756
|
-
"
|
|
992
|
+
"false"
|
|
757
993
|
],
|
|
758
994
|
"value": {
|
|
759
|
-
"type": "
|
|
995
|
+
"type": "`boolean`",
|
|
760
996
|
"kind": "expression"
|
|
761
997
|
}
|
|
762
998
|
},
|
|
763
999
|
{
|
|
764
|
-
"name": "
|
|
765
|
-
"default": "
|
|
766
|
-
"description": "
|
|
1000
|
+
"name": "syb-info",
|
|
1001
|
+
"default": "非必传",
|
|
1002
|
+
"description": "[网格通参数](#/menu-jump#wang-ge-tong-can-shu-sybinfo)",
|
|
767
1003
|
"options": [
|
|
768
|
-
"
|
|
1004
|
+
"--"
|
|
769
1005
|
],
|
|
770
1006
|
"value": {
|
|
771
|
-
"type": "
|
|
1007
|
+
"type": "`object`",
|
|
772
1008
|
"kind": "expression"
|
|
773
1009
|
}
|
|
774
1010
|
},
|
|
775
1011
|
{
|
|
776
|
-
"name": "
|
|
777
|
-
"default": "
|
|
778
|
-
"description": "
|
|
1012
|
+
"name": "show-hot",
|
|
1013
|
+
"default": "非必传",
|
|
1014
|
+
"description": "是否展示热门角标(需与 isHot 同时使用)",
|
|
779
1015
|
"options": [
|
|
780
|
-
"
|
|
1016
|
+
"true"
|
|
781
1017
|
],
|
|
782
1018
|
"value": {
|
|
783
|
-
"type": "
|
|
1019
|
+
"type": "`boolean`",
|
|
784
1020
|
"kind": "expression"
|
|
785
1021
|
}
|
|
786
1022
|
},
|
|
787
1023
|
{
|
|
788
|
-
"name": "
|
|
789
|
-
"default": "
|
|
790
|
-
"description": "
|
|
1024
|
+
"name": "row",
|
|
1025
|
+
"default": "number`",
|
|
1026
|
+
"description": "一行数量",
|
|
791
1027
|
"options": [
|
|
792
|
-
"
|
|
1028
|
+
"非必传"
|
|
793
1029
|
],
|
|
794
1030
|
"value": {
|
|
795
|
-
"type": "string",
|
|
1031
|
+
"type": "`string",
|
|
796
1032
|
"kind": "expression"
|
|
797
1033
|
}
|
|
798
1034
|
},
|
|
799
1035
|
{
|
|
800
|
-
"name": "
|
|
801
|
-
"default": "
|
|
802
|
-
"description": "
|
|
1036
|
+
"name": "custom-event-list",
|
|
1037
|
+
"default": "非必传",
|
|
1038
|
+
"description": "根据 menuPageCode 自定义点击事件",
|
|
803
1039
|
"options": [
|
|
804
|
-
"
|
|
1040
|
+
"[]"
|
|
805
1041
|
],
|
|
806
1042
|
"value": {
|
|
807
|
-
"type": "
|
|
1043
|
+
"type": "`array`",
|
|
808
1044
|
"kind": "expression"
|
|
809
1045
|
}
|
|
810
1046
|
},
|
|
811
1047
|
{
|
|
812
|
-
"name": "
|
|
813
|
-
"default": "
|
|
814
|
-
"description": "
|
|
1048
|
+
"name": "route-list",
|
|
1049
|
+
"default": "非必传",
|
|
1050
|
+
"description": "根据 menuPageCode 路由列表跳转",
|
|
815
1051
|
"options": [
|
|
816
|
-
"
|
|
1052
|
+
"[]"
|
|
817
1053
|
],
|
|
818
1054
|
"value": {
|
|
819
|
-
"type": "
|
|
1055
|
+
"type": "`array`",
|
|
820
1056
|
"kind": "expression"
|
|
821
1057
|
}
|
|
822
1058
|
},
|
|
823
1059
|
{
|
|
824
|
-
"name": "
|
|
825
|
-
"default": "
|
|
826
|
-
"description": "
|
|
1060
|
+
"name": "hide-header-list",
|
|
1061
|
+
"default": "非必传",
|
|
1062
|
+
"description": "根据 menuPageCode 隐藏原生提供的头部",
|
|
827
1063
|
"options": [
|
|
828
|
-
"
|
|
1064
|
+
"[]"
|
|
829
1065
|
],
|
|
830
1066
|
"value": {
|
|
831
|
-
"type": "
|
|
1067
|
+
"type": "`array`",
|
|
832
1068
|
"kind": "expression"
|
|
833
1069
|
}
|
|
834
1070
|
}
|
|
@@ -1101,393 +1337,176 @@
|
|
|
1101
1337
|
]
|
|
1102
1338
|
},
|
|
1103
1339
|
{
|
|
1104
|
-
"name": "mm-
|
|
1340
|
+
"name": "mm-card",
|
|
1105
1341
|
"slots": [
|
|
1106
1342
|
{
|
|
1107
1343
|
"name": "default",
|
|
1108
|
-
"description": "
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"name": "icon",
|
|
1112
|
-
"description": "自定义图标"
|
|
1113
|
-
}
|
|
1114
|
-
],
|
|
1115
|
-
"events": [
|
|
1116
|
-
{
|
|
1117
|
-
"name": "change",
|
|
1118
|
-
"description": "当绑定值变化时触发的事件"
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"name": "click",
|
|
1122
|
-
"description": "点击复选框时触发"
|
|
1123
|
-
}
|
|
1124
|
-
],
|
|
1125
|
-
"attributes": [
|
|
1126
|
-
{
|
|
1127
|
-
"name": "v-model (value)",
|
|
1128
|
-
"default": "`false`",
|
|
1129
|
-
"description": "是否为选中状态",
|
|
1130
|
-
"options": [],
|
|
1131
|
-
"value": {
|
|
1132
|
-
"type": "boolean",
|
|
1133
|
-
"kind": "expression"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "name",
|
|
1138
|
-
"default": "-",
|
|
1139
|
-
"description": "标识符",
|
|
1140
|
-
"options": [],
|
|
1141
|
-
"value": {
|
|
1142
|
-
"type": "any",
|
|
1143
|
-
"kind": "expression"
|
|
1144
|
-
}
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"name": "shape",
|
|
1148
|
-
"default": "`round`",
|
|
1149
|
-
"description": "形状,可选值为 `square`",
|
|
1150
|
-
"options": [],
|
|
1151
|
-
"value": {
|
|
1152
|
-
"type": "string",
|
|
1153
|
-
"kind": "expression"
|
|
1154
|
-
}
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"name": "disabled",
|
|
1158
|
-
"default": "`false`",
|
|
1159
|
-
"description": "是否禁用复选框",
|
|
1160
|
-
"options": [],
|
|
1161
|
-
"value": {
|
|
1162
|
-
"type": "boolean",
|
|
1163
|
-
"kind": "expression"
|
|
1164
|
-
}
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"name": "label-disabled",
|
|
1168
|
-
"default": "`false`",
|
|
1169
|
-
"description": "是否禁用复选框文本点击",
|
|
1170
|
-
"options": [],
|
|
1171
|
-
"value": {
|
|
1172
|
-
"type": "boolean",
|
|
1173
|
-
"kind": "expression"
|
|
1174
|
-
}
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"name": "label-position",
|
|
1178
|
-
"default": "`right`",
|
|
1179
|
-
"description": "文本位置,可选值为 `left`",
|
|
1180
|
-
"options": [],
|
|
1181
|
-
"value": {
|
|
1182
|
-
"type": "string",
|
|
1183
|
-
"kind": "expression"
|
|
1184
|
-
}
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "icon-size",
|
|
1188
|
-
"default": "`20px`",
|
|
1189
|
-
"description": "图标大小,默认单位为`px`",
|
|
1190
|
-
"options": [],
|
|
1191
|
-
"value": {
|
|
1192
|
-
"type": "number | string",
|
|
1193
|
-
"kind": "expression"
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "checked-color",
|
|
1198
|
-
"default": "`#1989fa`",
|
|
1199
|
-
"description": "选中状态颜色",
|
|
1200
|
-
"options": [],
|
|
1201
|
-
"value": {
|
|
1202
|
-
"type": "string",
|
|
1203
|
-
"kind": "expression"
|
|
1204
|
-
}
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
"name": "bind-group",
|
|
1208
|
-
"default": "`true`",
|
|
1209
|
-
"description": "是否与复选框组绑定",
|
|
1210
|
-
"options": [],
|
|
1211
|
-
"value": {
|
|
1212
|
-
"type": "boolean",
|
|
1213
|
-
"kind": "expression"
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
]
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
"name": "mm-checkbox-group",
|
|
1220
|
-
"slots": [],
|
|
1221
|
-
"events": [
|
|
1222
|
-
{
|
|
1223
|
-
"name": "change",
|
|
1224
|
-
"description": "当绑定值变化时触发的事件"
|
|
1225
|
-
}
|
|
1226
|
-
],
|
|
1227
|
-
"attributes": [
|
|
1228
|
-
{
|
|
1229
|
-
"name": "v-model (value)",
|
|
1230
|
-
"default": "-",
|
|
1231
|
-
"description": "所有选中项的标识符",
|
|
1232
|
-
"options": [],
|
|
1233
|
-
"value": {
|
|
1234
|
-
"type": "any[]",
|
|
1235
|
-
"kind": "expression"
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"name": "disabled",
|
|
1240
|
-
"default": "`false`",
|
|
1241
|
-
"description": "是否禁用所有复选框",
|
|
1242
|
-
"options": [],
|
|
1243
|
-
"value": {
|
|
1244
|
-
"type": "boolean",
|
|
1245
|
-
"kind": "expression"
|
|
1246
|
-
}
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"name": "max",
|
|
1250
|
-
"default": "`0`",
|
|
1251
|
-
"description": "最大可选数,`0`为无限制",
|
|
1252
|
-
"options": [],
|
|
1253
|
-
"value": {
|
|
1254
|
-
"type": "number | string",
|
|
1255
|
-
"kind": "expression"
|
|
1256
|
-
}
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"name": "direction",
|
|
1260
|
-
"default": "`vertical`",
|
|
1261
|
-
"description": "排列方向,可选值为`horizontal`",
|
|
1262
|
-
"options": [],
|
|
1263
|
-
"value": {
|
|
1264
|
-
"type": "string",
|
|
1265
|
-
"kind": "expression"
|
|
1266
|
-
}
|
|
1344
|
+
"description": "卡片内容"
|
|
1267
1345
|
},
|
|
1268
1346
|
{
|
|
1269
|
-
"name": "
|
|
1270
|
-
"
|
|
1271
|
-
"description": "所有复选框的图标大小,默认单位为`px`",
|
|
1272
|
-
"options": [],
|
|
1273
|
-
"value": {
|
|
1274
|
-
"type": "number | string",
|
|
1275
|
-
"kind": "expression"
|
|
1276
|
-
}
|
|
1347
|
+
"name": "header",
|
|
1348
|
+
"description": "头部"
|
|
1277
1349
|
},
|
|
1278
|
-
{
|
|
1279
|
-
"name": "checked-color",
|
|
1280
|
-
"default": "`#1989fa`",
|
|
1281
|
-
"description": "所有复选框的选中状态颜色",
|
|
1282
|
-
"options": [],
|
|
1283
|
-
"value": {
|
|
1284
|
-
"type": "string",
|
|
1285
|
-
"kind": "expression"
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
]
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "mm-calendar",
|
|
1292
|
-
"slots": [
|
|
1293
1350
|
{
|
|
1294
1351
|
"name": "title",
|
|
1295
|
-
"description": "
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "footer",
|
|
1299
|
-
"description": "自定义底部区域内容"
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"name": "top-info",
|
|
1303
|
-
"description": "自定义日期上方的提示信息"
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"name": "bottom-info",
|
|
1307
|
-
"description": "自定义日期下方的提示信息"
|
|
1308
|
-
}
|
|
1309
|
-
],
|
|
1310
|
-
"events": [
|
|
1311
|
-
{
|
|
1312
|
-
"name": "select",
|
|
1313
|
-
"description": "点击并选中任意日期时触发"
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"name": "confirm",
|
|
1317
|
-
"description": "日期选择完成后触发,若`show-confirm`为`true`,则点击确认按钮后触发"
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
"name": "open",
|
|
1321
|
-
"description": "打开弹出层时触发"
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"name": "close",
|
|
1325
|
-
"description": "关闭弹出层时触发"
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"name": "opened",
|
|
1329
|
-
"description": "打开弹出层且动画结束后触发"
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"name": "closed",
|
|
1333
|
-
"description": "关闭弹出层且动画结束后触发"
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"name": "unselect",
|
|
1337
|
-
"description": "当日历组件的 `type` 为 `multiple` 时,取消选中日期时触发"
|
|
1352
|
+
"description": "头部标题"
|
|
1338
1353
|
},
|
|
1339
1354
|
{
|
|
1340
|
-
"name": "
|
|
1341
|
-
"description": "
|
|
1355
|
+
"name": "right-op",
|
|
1356
|
+
"description": "头部右边操作按钮"
|
|
1342
1357
|
}
|
|
1343
1358
|
],
|
|
1359
|
+
"events": [],
|
|
1344
1360
|
"attributes": [
|
|
1345
1361
|
{
|
|
1346
|
-
"name": "
|
|
1347
|
-
"default": "`
|
|
1348
|
-
"description": "
|
|
1349
|
-
"options": [
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
"kind": "expression"
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "title",
|
|
1357
|
-
"default": "`日期选择`",
|
|
1358
|
-
"description": "日历标题",
|
|
1359
|
-
"options": [],
|
|
1362
|
+
"name": "shadow",
|
|
1363
|
+
"default": "`always / active / never`",
|
|
1364
|
+
"description": "设置阴影显示时机",
|
|
1365
|
+
"options": [
|
|
1366
|
+
"always"
|
|
1367
|
+
],
|
|
1360
1368
|
"value": {
|
|
1361
1369
|
"type": "string",
|
|
1362
1370
|
"kind": "expression"
|
|
1363
1371
|
}
|
|
1364
1372
|
},
|
|
1365
1373
|
{
|
|
1366
|
-
"name": "
|
|
1367
|
-
"default": "
|
|
1368
|
-
"description": "
|
|
1369
|
-
"options": [
|
|
1374
|
+
"name": "icon",
|
|
1375
|
+
"default": "`-`",
|
|
1376
|
+
"description": "头部右侧按钮图标名称([icon](#/icon))",
|
|
1377
|
+
"options": [
|
|
1378
|
+
"chevron-right"
|
|
1379
|
+
],
|
|
1370
1380
|
"value": {
|
|
1371
1381
|
"type": "string",
|
|
1372
1382
|
"kind": "expression"
|
|
1373
1383
|
}
|
|
1374
1384
|
},
|
|
1375
1385
|
{
|
|
1376
|
-
"name": "
|
|
1377
|
-
"default": "
|
|
1378
|
-
"description": "
|
|
1379
|
-
"options": [
|
|
1386
|
+
"name": "radius",
|
|
1387
|
+
"default": "`-`",
|
|
1388
|
+
"description": "卡片圆角值",
|
|
1389
|
+
"options": [
|
|
1390
|
+
"8"
|
|
1391
|
+
],
|
|
1380
1392
|
"value": {
|
|
1381
|
-
"type": "
|
|
1393
|
+
"type": "string|number",
|
|
1382
1394
|
"kind": "expression"
|
|
1383
1395
|
}
|
|
1384
1396
|
},
|
|
1385
1397
|
{
|
|
1386
|
-
"name": "
|
|
1387
|
-
"default": "
|
|
1388
|
-
"description": "
|
|
1389
|
-
"options": [
|
|
1398
|
+
"name": "title",
|
|
1399
|
+
"default": "`-`",
|
|
1400
|
+
"description": "卡片名称",
|
|
1401
|
+
"options": [
|
|
1402
|
+
"-"
|
|
1403
|
+
],
|
|
1390
1404
|
"value": {
|
|
1391
|
-
"type": "
|
|
1405
|
+
"type": "string",
|
|
1392
1406
|
"kind": "expression"
|
|
1393
1407
|
}
|
|
1394
1408
|
},
|
|
1395
1409
|
{
|
|
1396
|
-
"name": "
|
|
1397
|
-
"default": "
|
|
1398
|
-
"description": "
|
|
1410
|
+
"name": "background",
|
|
1411
|
+
"default": "`-`",
|
|
1412
|
+
"description": "卡片背景颜色",
|
|
1399
1413
|
"options": [
|
|
1400
|
-
"
|
|
1414
|
+
"-"
|
|
1401
1415
|
],
|
|
1402
1416
|
"value": {
|
|
1403
|
-
"type": "
|
|
1417
|
+
"type": "string",
|
|
1404
1418
|
"kind": "expression"
|
|
1405
1419
|
}
|
|
1406
1420
|
},
|
|
1407
1421
|
{
|
|
1408
|
-
"name": "
|
|
1409
|
-
"default": "
|
|
1410
|
-
"description": "
|
|
1411
|
-
"options": [
|
|
1422
|
+
"name": "color",
|
|
1423
|
+
"default": "`-`",
|
|
1424
|
+
"description": "卡片字体颜色",
|
|
1425
|
+
"options": [
|
|
1426
|
+
"-"
|
|
1427
|
+
],
|
|
1412
1428
|
"value": {
|
|
1413
|
-
"type": "
|
|
1429
|
+
"type": "string",
|
|
1414
1430
|
"kind": "expression"
|
|
1415
1431
|
}
|
|
1416
1432
|
},
|
|
1417
1433
|
{
|
|
1418
|
-
"name": "
|
|
1419
|
-
"default": "
|
|
1420
|
-
"description": "
|
|
1421
|
-
"options": [
|
|
1434
|
+
"name": "box-shadow",
|
|
1435
|
+
"default": "`-`",
|
|
1436
|
+
"description": "卡片盒子阴影",
|
|
1437
|
+
"options": [
|
|
1438
|
+
"-"
|
|
1439
|
+
],
|
|
1422
1440
|
"value": {
|
|
1423
|
-
"type": "
|
|
1441
|
+
"type": "string",
|
|
1424
1442
|
"kind": "expression"
|
|
1425
1443
|
}
|
|
1426
1444
|
},
|
|
1427
1445
|
{
|
|
1428
|
-
"name": "
|
|
1429
|
-
"default": "
|
|
1430
|
-
"description": "
|
|
1431
|
-
"options": [
|
|
1446
|
+
"name": "is-margin",
|
|
1447
|
+
"default": "`-`",
|
|
1448
|
+
"description": "卡片外边距",
|
|
1449
|
+
"options": [
|
|
1450
|
+
"true"
|
|
1451
|
+
],
|
|
1432
1452
|
"value": {
|
|
1433
1453
|
"type": "boolean",
|
|
1434
1454
|
"kind": "expression"
|
|
1435
1455
|
}
|
|
1436
1456
|
},
|
|
1437
1457
|
{
|
|
1438
|
-
"name": "
|
|
1439
|
-
"default": "
|
|
1440
|
-
"description": "
|
|
1441
|
-
"options": [
|
|
1458
|
+
"name": "is-padding",
|
|
1459
|
+
"default": "`-`",
|
|
1460
|
+
"description": "卡片内边距",
|
|
1461
|
+
"options": [
|
|
1462
|
+
"true"
|
|
1463
|
+
],
|
|
1442
1464
|
"value": {
|
|
1443
1465
|
"type": "boolean",
|
|
1444
1466
|
"kind": "expression"
|
|
1445
1467
|
}
|
|
1446
1468
|
},
|
|
1447
1469
|
{
|
|
1448
|
-
"name": "
|
|
1449
|
-
"default": "
|
|
1450
|
-
"description": "
|
|
1451
|
-
"options": [
|
|
1470
|
+
"name": "is-link",
|
|
1471
|
+
"default": "`-`",
|
|
1472
|
+
"description": "是否展示右侧箭头并开启点击反馈",
|
|
1473
|
+
"options": [
|
|
1474
|
+
"true"
|
|
1475
|
+
],
|
|
1452
1476
|
"value": {
|
|
1453
1477
|
"type": "boolean",
|
|
1454
1478
|
"kind": "expression"
|
|
1455
1479
|
}
|
|
1456
|
-
}
|
|
1480
|
+
}
|
|
1481
|
+
]
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "mm-checkbox",
|
|
1485
|
+
"slots": [
|
|
1457
1486
|
{
|
|
1458
|
-
"name": "
|
|
1459
|
-
"
|
|
1460
|
-
"description": "是否展示日历标题",
|
|
1461
|
-
"options": [],
|
|
1462
|
-
"value": {
|
|
1463
|
-
"type": "boolean",
|
|
1464
|
-
"kind": "expression"
|
|
1465
|
-
}
|
|
1487
|
+
"name": "default",
|
|
1488
|
+
"description": "自定义文本"
|
|
1466
1489
|
},
|
|
1467
1490
|
{
|
|
1468
|
-
"name": "
|
|
1469
|
-
"
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
"type": "boolean",
|
|
1474
|
-
"kind": "expression"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1491
|
+
"name": "icon",
|
|
1492
|
+
"description": "自定义图标"
|
|
1493
|
+
}
|
|
1494
|
+
],
|
|
1495
|
+
"events": [
|
|
1477
1496
|
{
|
|
1478
|
-
"name": "
|
|
1479
|
-
"
|
|
1480
|
-
"description": "是否展示确认按钮",
|
|
1481
|
-
"options": [],
|
|
1482
|
-
"value": {
|
|
1483
|
-
"type": "boolean",
|
|
1484
|
-
"kind": "expression"
|
|
1485
|
-
}
|
|
1497
|
+
"name": "change",
|
|
1498
|
+
"description": "当绑定值变化时触发的事件"
|
|
1486
1499
|
},
|
|
1487
1500
|
{
|
|
1488
|
-
"name": "
|
|
1501
|
+
"name": "click",
|
|
1502
|
+
"description": "点击复选框时触发"
|
|
1503
|
+
}
|
|
1504
|
+
],
|
|
1505
|
+
"attributes": [
|
|
1506
|
+
{
|
|
1507
|
+
"name": "v-model (value)",
|
|
1489
1508
|
"default": "`false`",
|
|
1490
|
-
"description": "
|
|
1509
|
+
"description": "是否为选中状态",
|
|
1491
1510
|
"options": [],
|
|
1492
1511
|
"value": {
|
|
1493
1512
|
"type": "boolean",
|
|
@@ -1495,19 +1514,19 @@
|
|
|
1495
1514
|
}
|
|
1496
1515
|
},
|
|
1497
1516
|
{
|
|
1498
|
-
"name": "
|
|
1499
|
-
"default": "
|
|
1500
|
-
"description": "
|
|
1517
|
+
"name": "name",
|
|
1518
|
+
"default": "-",
|
|
1519
|
+
"description": "标识符",
|
|
1501
1520
|
"options": [],
|
|
1502
1521
|
"value": {
|
|
1503
|
-
"type": "
|
|
1522
|
+
"type": "any",
|
|
1504
1523
|
"kind": "expression"
|
|
1505
1524
|
}
|
|
1506
1525
|
},
|
|
1507
1526
|
{
|
|
1508
|
-
"name": "
|
|
1509
|
-
"default": "
|
|
1510
|
-
"description": "
|
|
1527
|
+
"name": "shape",
|
|
1528
|
+
"default": "`round`",
|
|
1529
|
+
"description": "形状,可选值为 `square`",
|
|
1511
1530
|
"options": [],
|
|
1512
1531
|
"value": {
|
|
1513
1532
|
"type": "string",
|
|
@@ -1515,26 +1534,19 @@
|
|
|
1515
1534
|
}
|
|
1516
1535
|
},
|
|
1517
1536
|
{
|
|
1518
|
-
"name": "
|
|
1519
|
-
"default": "`
|
|
1520
|
-
"description": "
|
|
1537
|
+
"name": "disabled",
|
|
1538
|
+
"default": "`false`",
|
|
1539
|
+
"description": "是否禁用复选框",
|
|
1521
1540
|
"options": [],
|
|
1522
1541
|
"value": {
|
|
1523
|
-
"type": "
|
|
1542
|
+
"type": "boolean",
|
|
1524
1543
|
"kind": "expression"
|
|
1525
1544
|
}
|
|
1526
|
-
}
|
|
1527
|
-
]
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"name": "mm-poppable",
|
|
1531
|
-
"slots": [],
|
|
1532
|
-
"events": [],
|
|
1533
|
-
"attributes": [
|
|
1545
|
+
},
|
|
1534
1546
|
{
|
|
1535
|
-
"name": "
|
|
1547
|
+
"name": "label-disabled",
|
|
1536
1548
|
"default": "`false`",
|
|
1537
|
-
"description": "
|
|
1549
|
+
"description": "是否禁用复选框文本点击",
|
|
1538
1550
|
"options": [],
|
|
1539
1551
|
"value": {
|
|
1540
1552
|
"type": "boolean",
|
|
@@ -1542,9 +1554,9 @@
|
|
|
1542
1554
|
}
|
|
1543
1555
|
},
|
|
1544
1556
|
{
|
|
1545
|
-
"name": "position",
|
|
1546
|
-
"default": "`
|
|
1547
|
-
"description": "
|
|
1557
|
+
"name": "label-position",
|
|
1558
|
+
"default": "`right`",
|
|
1559
|
+
"description": "文本位置,可选值为 `left`",
|
|
1548
1560
|
"options": [],
|
|
1549
1561
|
"value": {
|
|
1550
1562
|
"type": "string",
|
|
@@ -1552,103 +1564,91 @@
|
|
|
1552
1564
|
}
|
|
1553
1565
|
},
|
|
1554
1566
|
{
|
|
1555
|
-
"name": "
|
|
1556
|
-
"default": "`
|
|
1557
|
-
"description": "
|
|
1567
|
+
"name": "icon-size",
|
|
1568
|
+
"default": "`20px`",
|
|
1569
|
+
"description": "图标大小,默认单位为`px`",
|
|
1558
1570
|
"options": [],
|
|
1559
1571
|
"value": {
|
|
1560
|
-
"type": "
|
|
1572
|
+
"type": "number | string",
|
|
1561
1573
|
"kind": "expression"
|
|
1562
1574
|
}
|
|
1563
1575
|
},
|
|
1564
1576
|
{
|
|
1565
|
-
"name": "
|
|
1566
|
-
"default": "`
|
|
1567
|
-
"description": "
|
|
1577
|
+
"name": "checked-color",
|
|
1578
|
+
"default": "`#1989fa`",
|
|
1579
|
+
"description": "选中状态颜色",
|
|
1568
1580
|
"options": [],
|
|
1569
1581
|
"value": {
|
|
1570
|
-
"type": "
|
|
1582
|
+
"type": "string",
|
|
1571
1583
|
"kind": "expression"
|
|
1572
1584
|
}
|
|
1573
1585
|
},
|
|
1574
1586
|
{
|
|
1575
|
-
"name": "
|
|
1587
|
+
"name": "bind-group",
|
|
1576
1588
|
"default": "`true`",
|
|
1577
|
-
"description": "
|
|
1589
|
+
"description": "是否与复选框组绑定",
|
|
1578
1590
|
"options": [],
|
|
1579
1591
|
"value": {
|
|
1580
1592
|
"type": "boolean",
|
|
1581
1593
|
"kind": "expression"
|
|
1582
1594
|
}
|
|
1583
|
-
}
|
|
1595
|
+
}
|
|
1596
|
+
]
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"name": "mm-checkbox-group",
|
|
1600
|
+
"slots": [],
|
|
1601
|
+
"events": [
|
|
1584
1602
|
{
|
|
1585
|
-
"name": "
|
|
1586
|
-
"
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
"type": "boolean",
|
|
1591
|
-
"kind": "expression"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1603
|
+
"name": "change",
|
|
1604
|
+
"description": "当绑定值变化时触发的事件"
|
|
1605
|
+
}
|
|
1606
|
+
],
|
|
1607
|
+
"attributes": [
|
|
1594
1608
|
{
|
|
1595
|
-
"name": "
|
|
1609
|
+
"name": "v-model (value)",
|
|
1596
1610
|
"default": "-",
|
|
1597
|
-
"description": "
|
|
1611
|
+
"description": "所有选中项的标识符",
|
|
1598
1612
|
"options": [],
|
|
1599
1613
|
"value": {
|
|
1600
|
-
"type": "
|
|
1614
|
+
"type": "any[]",
|
|
1601
1615
|
"kind": "expression"
|
|
1602
1616
|
}
|
|
1603
|
-
}
|
|
1604
|
-
]
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "mm-range",
|
|
1608
|
-
"slots": [],
|
|
1609
|
-
"events": [],
|
|
1610
|
-
"attributes": [
|
|
1617
|
+
},
|
|
1611
1618
|
{
|
|
1612
|
-
"name": "
|
|
1613
|
-
"default": "
|
|
1614
|
-
"description": "
|
|
1619
|
+
"name": "disabled",
|
|
1620
|
+
"default": "`false`",
|
|
1621
|
+
"description": "是否禁用所有复选框",
|
|
1615
1622
|
"options": [],
|
|
1616
1623
|
"value": {
|
|
1617
|
-
"type": "
|
|
1624
|
+
"type": "boolean",
|
|
1618
1625
|
"kind": "expression"
|
|
1619
1626
|
}
|
|
1620
1627
|
},
|
|
1621
1628
|
{
|
|
1622
|
-
"name": "
|
|
1623
|
-
"default": "
|
|
1624
|
-
"description": "
|
|
1629
|
+
"name": "max",
|
|
1630
|
+
"default": "`0`",
|
|
1631
|
+
"description": "最大可选数,`0`为无限制",
|
|
1625
1632
|
"options": [],
|
|
1626
1633
|
"value": {
|
|
1627
|
-
"type": "string",
|
|
1634
|
+
"type": "number | string",
|
|
1628
1635
|
"kind": "expression"
|
|
1629
1636
|
}
|
|
1630
1637
|
},
|
|
1631
1638
|
{
|
|
1632
|
-
"name": "
|
|
1633
|
-
"default": "`
|
|
1634
|
-
"description": "
|
|
1639
|
+
"name": "direction",
|
|
1640
|
+
"default": "`vertical`",
|
|
1641
|
+
"description": "排列方向,可选值为`horizontal`",
|
|
1635
1642
|
"options": [],
|
|
1636
1643
|
"value": {
|
|
1637
|
-
"type": "
|
|
1644
|
+
"type": "string",
|
|
1638
1645
|
"kind": "expression"
|
|
1639
1646
|
}
|
|
1640
|
-
}
|
|
1641
|
-
]
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"name": "mm-multiple",
|
|
1645
|
-
"slots": [],
|
|
1646
|
-
"events": [],
|
|
1647
|
-
"attributes": [
|
|
1647
|
+
},
|
|
1648
1648
|
{
|
|
1649
|
-
"name": "
|
|
1650
|
-
"default": "
|
|
1651
|
-
"description": "
|
|
1649
|
+
"name": "icon-size",
|
|
1650
|
+
"default": "`20px`",
|
|
1651
|
+
"description": "所有复选框的图标大小,默认单位为`px`",
|
|
1652
1652
|
"options": [],
|
|
1653
1653
|
"value": {
|
|
1654
1654
|
"type": "number | string",
|
|
@@ -1656,9 +1656,9 @@
|
|
|
1656
1656
|
}
|
|
1657
1657
|
},
|
|
1658
1658
|
{
|
|
1659
|
-
"name": "
|
|
1660
|
-
"default": "
|
|
1661
|
-
"description": "
|
|
1659
|
+
"name": "checked-color",
|
|
1660
|
+
"default": "`#1989fa`",
|
|
1661
|
+
"description": "所有复选框的选中状态颜色",
|
|
1662
1662
|
"options": [],
|
|
1663
1663
|
"value": {
|
|
1664
1664
|
"type": "string",
|
|
@@ -1799,106 +1799,6 @@
|
|
|
1799
1799
|
}
|
|
1800
1800
|
]
|
|
1801
1801
|
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "mm-row",
|
|
1804
|
-
"slots": [],
|
|
1805
|
-
"events": [],
|
|
1806
|
-
"attributes": [
|
|
1807
|
-
{
|
|
1808
|
-
"name": "type",
|
|
1809
|
-
"default": "-",
|
|
1810
|
-
"description": "布局方式,可选值为`flex`",
|
|
1811
|
-
"options": [],
|
|
1812
|
-
"value": {
|
|
1813
|
-
"type": "`string`",
|
|
1814
|
-
"kind": "expression"
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "gutter",
|
|
1819
|
-
"default": "number`",
|
|
1820
|
-
"description": "列元素之间的间距(单位为 px)",
|
|
1821
|
-
"options": [
|
|
1822
|
-
"-"
|
|
1823
|
-
],
|
|
1824
|
-
"value": {
|
|
1825
|
-
"type": "`string",
|
|
1826
|
-
"kind": "expression"
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
"name": "tag",
|
|
1831
|
-
"default": "`div`",
|
|
1832
|
-
"description": "自定义元素标签",
|
|
1833
|
-
"options": [],
|
|
1834
|
-
"value": {
|
|
1835
|
-
"type": "`string`",
|
|
1836
|
-
"kind": "expression"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "justify",
|
|
1841
|
-
"default": "`start`",
|
|
1842
|
-
"description": "Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between`",
|
|
1843
|
-
"options": [],
|
|
1844
|
-
"value": {
|
|
1845
|
-
"type": "`string`",
|
|
1846
|
-
"kind": "expression"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"name": "align",
|
|
1851
|
-
"default": "`top`",
|
|
1852
|
-
"description": "Flex 交叉轴对齐方式,可选值为 `center` `bottom`",
|
|
1853
|
-
"options": [],
|
|
1854
|
-
"value": {
|
|
1855
|
-
"type": "`string`",
|
|
1856
|
-
"kind": "expression"
|
|
1857
|
-
}
|
|
1858
|
-
}
|
|
1859
|
-
]
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"name": "mm-col",
|
|
1863
|
-
"slots": [],
|
|
1864
|
-
"events": [],
|
|
1865
|
-
"attributes": [
|
|
1866
|
-
{
|
|
1867
|
-
"name": "span",
|
|
1868
|
-
"default": "number`",
|
|
1869
|
-
"description": "列元素宽度",
|
|
1870
|
-
"options": [
|
|
1871
|
-
"-"
|
|
1872
|
-
],
|
|
1873
|
-
"value": {
|
|
1874
|
-
"type": "`string",
|
|
1875
|
-
"kind": "expression"
|
|
1876
|
-
}
|
|
1877
|
-
},
|
|
1878
|
-
{
|
|
1879
|
-
"name": "offset",
|
|
1880
|
-
"default": "number`",
|
|
1881
|
-
"description": "列元素偏移距离",
|
|
1882
|
-
"options": [
|
|
1883
|
-
"-"
|
|
1884
|
-
],
|
|
1885
|
-
"value": {
|
|
1886
|
-
"type": "`string",
|
|
1887
|
-
"kind": "expression"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
{
|
|
1891
|
-
"name": "tag",
|
|
1892
|
-
"default": "`div`",
|
|
1893
|
-
"description": "自定义元素标签",
|
|
1894
|
-
"options": [],
|
|
1895
|
-
"value": {
|
|
1896
|
-
"type": "`string`",
|
|
1897
|
-
"kind": "expression"
|
|
1898
|
-
}
|
|
1899
|
-
}
|
|
1900
|
-
]
|
|
1901
|
-
},
|
|
1902
1802
|
{
|
|
1903
1803
|
"name": "mm-collapse",
|
|
1904
1804
|
"slots": [],
|
|
@@ -2059,31 +1959,131 @@
|
|
|
2059
1959
|
"-"
|
|
2060
1960
|
],
|
|
2061
1961
|
"value": {
|
|
2062
|
-
"type": "`string`",
|
|
1962
|
+
"type": "`string`",
|
|
1963
|
+
"kind": "expression"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"name": "label-class",
|
|
1968
|
+
"default": "-",
|
|
1969
|
+
"description": "描述信息额外类名",
|
|
1970
|
+
"options": [
|
|
1971
|
+
"-"
|
|
1972
|
+
],
|
|
1973
|
+
"value": {
|
|
1974
|
+
"type": "`string`",
|
|
1975
|
+
"kind": "expression"
|
|
1976
|
+
}
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"name": "short-border",
|
|
1980
|
+
"default": "-",
|
|
1981
|
+
"description": "短边框",
|
|
1982
|
+
"options": [
|
|
1983
|
+
"-"
|
|
1984
|
+
],
|
|
1985
|
+
"value": {
|
|
1986
|
+
"type": "`boolean`",
|
|
1987
|
+
"kind": "expression"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
]
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"name": "mm-row",
|
|
1994
|
+
"slots": [],
|
|
1995
|
+
"events": [],
|
|
1996
|
+
"attributes": [
|
|
1997
|
+
{
|
|
1998
|
+
"name": "type",
|
|
1999
|
+
"default": "-",
|
|
2000
|
+
"description": "布局方式,可选值为`flex`",
|
|
2001
|
+
"options": [],
|
|
2002
|
+
"value": {
|
|
2003
|
+
"type": "`string`",
|
|
2004
|
+
"kind": "expression"
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "gutter",
|
|
2009
|
+
"default": "number`",
|
|
2010
|
+
"description": "列元素之间的间距(单位为 px)",
|
|
2011
|
+
"options": [
|
|
2012
|
+
"-"
|
|
2013
|
+
],
|
|
2014
|
+
"value": {
|
|
2015
|
+
"type": "`string",
|
|
2016
|
+
"kind": "expression"
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"name": "tag",
|
|
2021
|
+
"default": "`div`",
|
|
2022
|
+
"description": "自定义元素标签",
|
|
2023
|
+
"options": [],
|
|
2024
|
+
"value": {
|
|
2025
|
+
"type": "`string`",
|
|
2026
|
+
"kind": "expression"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"name": "justify",
|
|
2031
|
+
"default": "`start`",
|
|
2032
|
+
"description": "Flex 主轴对齐方式,可选值为 `end` `center` <br> `space-around` `space-between`",
|
|
2033
|
+
"options": [],
|
|
2034
|
+
"value": {
|
|
2035
|
+
"type": "`string`",
|
|
2036
|
+
"kind": "expression"
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"name": "align",
|
|
2041
|
+
"default": "`top`",
|
|
2042
|
+
"description": "Flex 交叉轴对齐方式,可选值为 `center` `bottom`",
|
|
2043
|
+
"options": [],
|
|
2044
|
+
"value": {
|
|
2045
|
+
"type": "`string`",
|
|
2046
|
+
"kind": "expression"
|
|
2047
|
+
}
|
|
2048
|
+
}
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "mm-col",
|
|
2053
|
+
"slots": [],
|
|
2054
|
+
"events": [],
|
|
2055
|
+
"attributes": [
|
|
2056
|
+
{
|
|
2057
|
+
"name": "span",
|
|
2058
|
+
"default": "number`",
|
|
2059
|
+
"description": "列元素宽度",
|
|
2060
|
+
"options": [
|
|
2061
|
+
"-"
|
|
2062
|
+
],
|
|
2063
|
+
"value": {
|
|
2064
|
+
"type": "`string",
|
|
2063
2065
|
"kind": "expression"
|
|
2064
2066
|
}
|
|
2065
2067
|
},
|
|
2066
2068
|
{
|
|
2067
|
-
"name": "
|
|
2068
|
-
"default": "
|
|
2069
|
-
"description": "
|
|
2069
|
+
"name": "offset",
|
|
2070
|
+
"default": "number`",
|
|
2071
|
+
"description": "列元素偏移距离",
|
|
2070
2072
|
"options": [
|
|
2071
2073
|
"-"
|
|
2072
2074
|
],
|
|
2073
2075
|
"value": {
|
|
2074
|
-
"type": "`string
|
|
2076
|
+
"type": "`string",
|
|
2075
2077
|
"kind": "expression"
|
|
2076
2078
|
}
|
|
2077
2079
|
},
|
|
2078
2080
|
{
|
|
2079
|
-
"name": "
|
|
2080
|
-
"default": "
|
|
2081
|
-
"description": "
|
|
2082
|
-
"options": [
|
|
2083
|
-
"-"
|
|
2084
|
-
],
|
|
2081
|
+
"name": "tag",
|
|
2082
|
+
"default": "`div`",
|
|
2083
|
+
"description": "自定义元素标签",
|
|
2084
|
+
"options": [],
|
|
2085
2085
|
"value": {
|
|
2086
|
-
"type": "`
|
|
2086
|
+
"type": "`string`",
|
|
2087
2087
|
"kind": "expression"
|
|
2088
2088
|
}
|
|
2089
2089
|
}
|
|
@@ -2230,108 +2230,98 @@
|
|
|
2230
2230
|
]
|
|
2231
2231
|
},
|
|
2232
2232
|
{
|
|
2233
|
-
"name": "mm-
|
|
2233
|
+
"name": "mm-dialog",
|
|
2234
2234
|
"slots": [],
|
|
2235
2235
|
"events": [],
|
|
2236
2236
|
"attributes": [
|
|
2237
2237
|
{
|
|
2238
|
-
"name": "
|
|
2239
|
-
"default": "
|
|
2240
|
-
"description": "
|
|
2238
|
+
"name": "v-model",
|
|
2239
|
+
"default": "-",
|
|
2240
|
+
"description": "是否显示弹窗",
|
|
2241
2241
|
"options": [
|
|
2242
2242
|
"-"
|
|
2243
2243
|
],
|
|
2244
2244
|
"value": {
|
|
2245
|
-
"type": "`
|
|
2246
|
-
"kind": "expression"
|
|
2247
|
-
}
|
|
2248
|
-
},
|
|
2249
|
-
{
|
|
2250
|
-
"name": "min-date",
|
|
2251
|
-
"default": "十年前",
|
|
2252
|
-
"description": "可选的最小时间,精确到分钟",
|
|
2253
|
-
"options": [],
|
|
2254
|
-
"value": {
|
|
2255
|
-
"type": "`Date`",
|
|
2245
|
+
"type": "`boolean`",
|
|
2256
2246
|
"kind": "expression"
|
|
2257
2247
|
}
|
|
2258
2248
|
},
|
|
2259
2249
|
{
|
|
2260
|
-
"name": "
|
|
2261
|
-
"default": "
|
|
2262
|
-
"description": "
|
|
2250
|
+
"name": "title",
|
|
2251
|
+
"default": "-",
|
|
2252
|
+
"description": "标题",
|
|
2263
2253
|
"options": [
|
|
2264
2254
|
"-"
|
|
2265
2255
|
],
|
|
2266
2256
|
"value": {
|
|
2267
|
-
"type": "`
|
|
2257
|
+
"type": "`string`",
|
|
2268
2258
|
"kind": "expression"
|
|
2269
2259
|
}
|
|
2270
2260
|
},
|
|
2271
2261
|
{
|
|
2272
|
-
"name": "
|
|
2273
|
-
"default": "
|
|
2274
|
-
"description": "
|
|
2262
|
+
"name": "message",
|
|
2263
|
+
"default": "-",
|
|
2264
|
+
"description": "内容",
|
|
2275
2265
|
"options": [
|
|
2276
2266
|
"-"
|
|
2277
2267
|
],
|
|
2278
2268
|
"value": {
|
|
2279
|
-
"type": "`
|
|
2269
|
+
"type": "`string`",
|
|
2280
2270
|
"kind": "expression"
|
|
2281
2271
|
}
|
|
2282
2272
|
},
|
|
2283
2273
|
{
|
|
2284
|
-
"name": "
|
|
2285
|
-
"default": "`
|
|
2286
|
-
"description": "
|
|
2274
|
+
"name": "message-align",
|
|
2275
|
+
"default": "`center`",
|
|
2276
|
+
"description": "内容对齐方式,可选值为`left` `right`",
|
|
2287
2277
|
"options": [
|
|
2288
2278
|
"-"
|
|
2289
2279
|
],
|
|
2290
2280
|
"value": {
|
|
2291
|
-
"type": "`
|
|
2281
|
+
"type": "`string`",
|
|
2292
2282
|
"kind": "expression"
|
|
2293
2283
|
}
|
|
2294
2284
|
},
|
|
2295
2285
|
{
|
|
2296
|
-
"name": "
|
|
2297
|
-
"default": "`
|
|
2298
|
-
"description": "
|
|
2286
|
+
"name": "show-confirm-button",
|
|
2287
|
+
"default": "`true`",
|
|
2288
|
+
"description": "是否展示确认按钮",
|
|
2299
2289
|
"options": [
|
|
2300
2290
|
"-"
|
|
2301
2291
|
],
|
|
2302
2292
|
"value": {
|
|
2303
|
-
"type": "`
|
|
2293
|
+
"type": "`boolean`",
|
|
2304
2294
|
"kind": "expression"
|
|
2305
2295
|
}
|
|
2306
2296
|
},
|
|
2307
2297
|
{
|
|
2308
|
-
"name": "
|
|
2309
|
-
"default": "`
|
|
2310
|
-
"description": "
|
|
2298
|
+
"name": "show-cancel-button",
|
|
2299
|
+
"default": "`false`",
|
|
2300
|
+
"description": "是否展示取消按钮",
|
|
2311
2301
|
"options": [
|
|
2312
2302
|
"-"
|
|
2313
2303
|
],
|
|
2314
2304
|
"value": {
|
|
2315
|
-
"type": "`
|
|
2305
|
+
"type": "`boolean`",
|
|
2316
2306
|
"kind": "expression"
|
|
2317
2307
|
}
|
|
2318
2308
|
},
|
|
2319
2309
|
{
|
|
2320
|
-
"name": "
|
|
2321
|
-
"default": "
|
|
2322
|
-
"description": "
|
|
2310
|
+
"name": "confirm-button-text",
|
|
2311
|
+
"default": "`确认`",
|
|
2312
|
+
"description": "确认按钮的文案",
|
|
2323
2313
|
"options": [
|
|
2324
2314
|
"-"
|
|
2325
2315
|
],
|
|
2326
2316
|
"value": {
|
|
2327
|
-
"type": "`
|
|
2317
|
+
"type": "`string`",
|
|
2328
2318
|
"kind": "expression"
|
|
2329
2319
|
}
|
|
2330
2320
|
},
|
|
2331
2321
|
{
|
|
2332
|
-
"name": "
|
|
2333
|
-
"default": "
|
|
2334
|
-
"description": "
|
|
2322
|
+
"name": "cancel-button-text",
|
|
2323
|
+
"default": "`取消`",
|
|
2324
|
+
"description": "取消按钮的文案",
|
|
2335
2325
|
"options": [
|
|
2336
2326
|
"-"
|
|
2337
2327
|
],
|
|
@@ -2341,9 +2331,9 @@
|
|
|
2341
2331
|
}
|
|
2342
2332
|
},
|
|
2343
2333
|
{
|
|
2344
|
-
"name": "
|
|
2334
|
+
"name": "overlay",
|
|
2345
2335
|
"default": "`true`",
|
|
2346
|
-
"description": "
|
|
2336
|
+
"description": "是否展示蒙层",
|
|
2347
2337
|
"options": [
|
|
2348
2338
|
"-"
|
|
2349
2339
|
],
|
|
@@ -2353,9 +2343,9 @@
|
|
|
2353
2343
|
}
|
|
2354
2344
|
},
|
|
2355
2345
|
{
|
|
2356
|
-
"name": "
|
|
2346
|
+
"name": "close-on-click-overlay",
|
|
2357
2347
|
"default": "`false`",
|
|
2358
|
-
"description": "
|
|
2348
|
+
"description": "是否在点击蒙层后关闭",
|
|
2359
2349
|
"options": [
|
|
2360
2350
|
"-"
|
|
2361
2351
|
],
|
|
@@ -2365,148 +2355,146 @@
|
|
|
2365
2355
|
}
|
|
2366
2356
|
},
|
|
2367
2357
|
{
|
|
2368
|
-
"name": "
|
|
2369
|
-
"default": "`
|
|
2370
|
-
"description": "
|
|
2371
|
-
"options": [
|
|
2372
|
-
"-"
|
|
2373
|
-
],
|
|
2374
|
-
"value": {
|
|
2375
|
-
"type": "`number`",
|
|
2376
|
-
"kind": "expression"
|
|
2377
|
-
}
|
|
2378
|
-
},
|
|
2379
|
-
{
|
|
2380
|
-
"name": "confirm-button-text",
|
|
2381
|
-
"default": "`确认`",
|
|
2382
|
-
"description": "确认按钮文字",
|
|
2358
|
+
"name": "lock-scroll",
|
|
2359
|
+
"default": "`true`",
|
|
2360
|
+
"description": "是否锁定背景滚动",
|
|
2383
2361
|
"options": [
|
|
2384
2362
|
"-"
|
|
2385
2363
|
],
|
|
2386
2364
|
"value": {
|
|
2387
|
-
"type": "`
|
|
2365
|
+
"type": "`boolean`",
|
|
2388
2366
|
"kind": "expression"
|
|
2389
2367
|
}
|
|
2390
2368
|
},
|
|
2391
2369
|
{
|
|
2392
|
-
"name": "
|
|
2393
|
-
"default": "
|
|
2394
|
-
"description": "
|
|
2370
|
+
"name": "before-close",
|
|
2371
|
+
"default": "-",
|
|
2372
|
+
"description": "关闭前的回调函数,<br>调用 done() 后关闭弹窗,<br>调用 done(false) 阻止弹窗关闭",
|
|
2395
2373
|
"options": [
|
|
2396
2374
|
"-"
|
|
2397
2375
|
],
|
|
2398
2376
|
"value": {
|
|
2399
|
-
"type": "`
|
|
2377
|
+
"type": "`(action, done) => void`",
|
|
2400
2378
|
"kind": "expression"
|
|
2401
2379
|
}
|
|
2402
2380
|
},
|
|
2403
2381
|
{
|
|
2404
|
-
"name": "
|
|
2405
|
-
"default": "`
|
|
2406
|
-
"description": "
|
|
2382
|
+
"name": "get-container",
|
|
2383
|
+
"default": "() => HTMLElement`",
|
|
2384
|
+
"description": "指定挂载的节点,可以传入选择器,<br>或一个返回节点的函数",
|
|
2407
2385
|
"options": [
|
|
2408
2386
|
"-"
|
|
2409
2387
|
],
|
|
2410
2388
|
"value": {
|
|
2411
|
-
"type": "`
|
|
2389
|
+
"type": "`string",
|
|
2412
2390
|
"kind": "expression"
|
|
2413
2391
|
}
|
|
2414
2392
|
}
|
|
2415
2393
|
]
|
|
2416
2394
|
},
|
|
2417
2395
|
{
|
|
2418
|
-
"name": "mm-
|
|
2396
|
+
"name": "mm-datetime-picker",
|
|
2419
2397
|
"slots": [],
|
|
2420
2398
|
"events": [],
|
|
2421
2399
|
"attributes": [
|
|
2422
2400
|
{
|
|
2423
|
-
"name": "
|
|
2424
|
-
"default": "
|
|
2425
|
-
"description": "
|
|
2401
|
+
"name": "type",
|
|
2402
|
+
"default": "`datetime`",
|
|
2403
|
+
"description": "类型,可选值为 `date` <br> `time` `year-month`",
|
|
2426
2404
|
"options": [
|
|
2427
2405
|
"-"
|
|
2428
2406
|
],
|
|
2429
2407
|
"value": {
|
|
2430
|
-
"type": "`
|
|
2408
|
+
"type": "`string`",
|
|
2431
2409
|
"kind": "expression"
|
|
2432
2410
|
}
|
|
2433
2411
|
},
|
|
2434
2412
|
{
|
|
2435
|
-
"name": "
|
|
2436
|
-
"default": "
|
|
2437
|
-
"description": "
|
|
2413
|
+
"name": "min-date",
|
|
2414
|
+
"default": "十年前",
|
|
2415
|
+
"description": "可选的最小时间,精确到分钟",
|
|
2416
|
+
"options": [],
|
|
2417
|
+
"value": {
|
|
2418
|
+
"type": "`Date`",
|
|
2419
|
+
"kind": "expression"
|
|
2420
|
+
}
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "max-date",
|
|
2424
|
+
"default": "十年后",
|
|
2425
|
+
"description": "可选的最大时间,精确到分钟",
|
|
2438
2426
|
"options": [
|
|
2439
2427
|
"-"
|
|
2440
2428
|
],
|
|
2441
2429
|
"value": {
|
|
2442
|
-
"type": "`
|
|
2430
|
+
"type": "`Date`",
|
|
2443
2431
|
"kind": "expression"
|
|
2444
2432
|
}
|
|
2445
2433
|
},
|
|
2446
2434
|
{
|
|
2447
|
-
"name": "
|
|
2448
|
-
"default": "
|
|
2449
|
-
"description": "
|
|
2435
|
+
"name": "min-hour",
|
|
2436
|
+
"default": "`0`",
|
|
2437
|
+
"description": "可选的最小小时,针对 time 类型",
|
|
2450
2438
|
"options": [
|
|
2451
2439
|
"-"
|
|
2452
2440
|
],
|
|
2453
2441
|
"value": {
|
|
2454
|
-
"type": "`
|
|
2442
|
+
"type": "`number`",
|
|
2455
2443
|
"kind": "expression"
|
|
2456
2444
|
}
|
|
2457
2445
|
},
|
|
2458
2446
|
{
|
|
2459
|
-
"name": "
|
|
2460
|
-
"default": "`
|
|
2461
|
-
"description": "
|
|
2447
|
+
"name": "max-hour",
|
|
2448
|
+
"default": "`23`",
|
|
2449
|
+
"description": "可选的最大小时,针对 time 类型",
|
|
2462
2450
|
"options": [
|
|
2463
2451
|
"-"
|
|
2464
2452
|
],
|
|
2465
2453
|
"value": {
|
|
2466
|
-
"type": "`
|
|
2454
|
+
"type": "`number`",
|
|
2467
2455
|
"kind": "expression"
|
|
2468
2456
|
}
|
|
2469
2457
|
},
|
|
2470
2458
|
{
|
|
2471
|
-
"name": "
|
|
2472
|
-
"default": "`
|
|
2473
|
-
"description": "
|
|
2459
|
+
"name": "min-minute",
|
|
2460
|
+
"default": "`0`",
|
|
2461
|
+
"description": "可选的最小分钟,针对 time 类型",
|
|
2474
2462
|
"options": [
|
|
2475
2463
|
"-"
|
|
2476
2464
|
],
|
|
2477
2465
|
"value": {
|
|
2478
|
-
"type": "`
|
|
2466
|
+
"type": "`number`",
|
|
2479
2467
|
"kind": "expression"
|
|
2480
2468
|
}
|
|
2481
2469
|
},
|
|
2482
2470
|
{
|
|
2483
|
-
"name": "
|
|
2484
|
-
"default": "`
|
|
2485
|
-
"description": "
|
|
2471
|
+
"name": "max-minute",
|
|
2472
|
+
"default": "`59`",
|
|
2473
|
+
"description": "可选的最大分钟,针对 time 类型",
|
|
2486
2474
|
"options": [
|
|
2487
2475
|
"-"
|
|
2488
2476
|
],
|
|
2489
2477
|
"value": {
|
|
2490
|
-
"type": "`
|
|
2478
|
+
"type": "`number`",
|
|
2491
2479
|
"kind": "expression"
|
|
2492
2480
|
}
|
|
2493
2481
|
},
|
|
2494
2482
|
{
|
|
2495
|
-
"name": "
|
|
2496
|
-
"default": "
|
|
2497
|
-
"description": "
|
|
2483
|
+
"name": "formatter",
|
|
2484
|
+
"default": "-",
|
|
2485
|
+
"description": "选项格式化函数",
|
|
2498
2486
|
"options": [
|
|
2499
2487
|
"-"
|
|
2500
2488
|
],
|
|
2501
2489
|
"value": {
|
|
2502
|
-
"type": "`
|
|
2490
|
+
"type": "`(type, value) => value`",
|
|
2503
2491
|
"kind": "expression"
|
|
2504
2492
|
}
|
|
2505
2493
|
},
|
|
2506
2494
|
{
|
|
2507
|
-
"name": "
|
|
2508
|
-
"default": "
|
|
2509
|
-
"description": "
|
|
2495
|
+
"name": "title",
|
|
2496
|
+
"default": "`''`",
|
|
2497
|
+
"description": "顶部栏标题",
|
|
2510
2498
|
"options": [
|
|
2511
2499
|
"-"
|
|
2512
2500
|
],
|
|
@@ -2516,9 +2504,9 @@
|
|
|
2516
2504
|
}
|
|
2517
2505
|
},
|
|
2518
2506
|
{
|
|
2519
|
-
"name": "
|
|
2507
|
+
"name": "show-toolbar",
|
|
2520
2508
|
"default": "`true`",
|
|
2521
|
-
"description": "
|
|
2509
|
+
"description": "是否显示顶部栏",
|
|
2522
2510
|
"options": [
|
|
2523
2511
|
"-"
|
|
2524
2512
|
],
|
|
@@ -2528,9 +2516,9 @@
|
|
|
2528
2516
|
}
|
|
2529
2517
|
},
|
|
2530
2518
|
{
|
|
2531
|
-
"name": "
|
|
2519
|
+
"name": "loading",
|
|
2532
2520
|
"default": "`false`",
|
|
2533
|
-
"description": "
|
|
2521
|
+
"description": "是否显示加载状态",
|
|
2534
2522
|
"options": [
|
|
2535
2523
|
"-"
|
|
2536
2524
|
],
|
|
@@ -2540,38 +2528,50 @@
|
|
|
2540
2528
|
}
|
|
2541
2529
|
},
|
|
2542
2530
|
{
|
|
2543
|
-
"name": "
|
|
2544
|
-
"default": "`
|
|
2545
|
-
"description": "
|
|
2531
|
+
"name": "item-height",
|
|
2532
|
+
"default": "`44`",
|
|
2533
|
+
"description": "选项高度",
|
|
2546
2534
|
"options": [
|
|
2547
2535
|
"-"
|
|
2548
2536
|
],
|
|
2549
2537
|
"value": {
|
|
2550
|
-
"type": "`
|
|
2538
|
+
"type": "`number`",
|
|
2551
2539
|
"kind": "expression"
|
|
2552
2540
|
}
|
|
2553
2541
|
},
|
|
2554
2542
|
{
|
|
2555
|
-
"name": "
|
|
2556
|
-
"default": "
|
|
2557
|
-
"description": "
|
|
2543
|
+
"name": "confirm-button-text",
|
|
2544
|
+
"default": "`确认`",
|
|
2545
|
+
"description": "确认按钮文字",
|
|
2558
2546
|
"options": [
|
|
2559
2547
|
"-"
|
|
2560
2548
|
],
|
|
2561
2549
|
"value": {
|
|
2562
|
-
"type": "`
|
|
2550
|
+
"type": "`string`",
|
|
2563
2551
|
"kind": "expression"
|
|
2564
2552
|
}
|
|
2565
2553
|
},
|
|
2566
2554
|
{
|
|
2567
|
-
"name": "
|
|
2568
|
-
"default": "
|
|
2569
|
-
"description": "
|
|
2555
|
+
"name": "cancel-button-text",
|
|
2556
|
+
"default": "`取消`",
|
|
2557
|
+
"description": "取消按钮文字",
|
|
2558
|
+
"options": [
|
|
2559
|
+
"-"
|
|
2560
|
+
],
|
|
2561
|
+
"value": {
|
|
2562
|
+
"type": "`string`",
|
|
2563
|
+
"kind": "expression"
|
|
2564
|
+
}
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"name": "visible-item-count",
|
|
2568
|
+
"default": "`5`",
|
|
2569
|
+
"description": "可见的选项个数",
|
|
2570
2570
|
"options": [
|
|
2571
2571
|
"-"
|
|
2572
2572
|
],
|
|
2573
2573
|
"value": {
|
|
2574
|
-
"type": "`
|
|
2574
|
+
"type": "`number`",
|
|
2575
2575
|
"kind": "expression"
|
|
2576
2576
|
}
|
|
2577
2577
|
}
|
|
@@ -2877,7 +2877,258 @@
|
|
|
2877
2877
|
"description": "指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi)",
|
|
2878
2878
|
"options": [],
|
|
2879
2879
|
"value": {
|
|
2880
|
-
"type": "string | () => Element",
|
|
2880
|
+
"type": "string | () => Element",
|
|
2881
|
+
"kind": "expression"
|
|
2882
|
+
}
|
|
2883
|
+
}
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"name": "mm-field",
|
|
2888
|
+
"slots": [],
|
|
2889
|
+
"events": [],
|
|
2890
|
+
"attributes": [
|
|
2891
|
+
{
|
|
2892
|
+
"name": "label",
|
|
2893
|
+
"default": "-",
|
|
2894
|
+
"description": "输入框左侧文本",
|
|
2895
|
+
"options": [],
|
|
2896
|
+
"value": {
|
|
2897
|
+
"type": "`string`",
|
|
2898
|
+
"kind": "expression"
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
{
|
|
2902
|
+
"name": "value",
|
|
2903
|
+
"default": "number`",
|
|
2904
|
+
"description": "当前输入的值",
|
|
2905
|
+
"options": [
|
|
2906
|
+
"-"
|
|
2907
|
+
],
|
|
2908
|
+
"value": {
|
|
2909
|
+
"type": "`string",
|
|
2910
|
+
"kind": "expression"
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
"name": "type",
|
|
2915
|
+
"default": "`text`",
|
|
2916
|
+
"description": "可设置为原生类型, 如 `number` `tel` `textarea`",
|
|
2917
|
+
"options": [],
|
|
2918
|
+
"value": {
|
|
2919
|
+
"type": "`string`",
|
|
2920
|
+
"kind": "expression"
|
|
2921
|
+
}
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"name": "border",
|
|
2925
|
+
"default": "`true`",
|
|
2926
|
+
"description": "是否显示内边框",
|
|
2927
|
+
"options": [],
|
|
2928
|
+
"value": {
|
|
2929
|
+
"type": "`boolean`",
|
|
2930
|
+
"kind": "expression"
|
|
2931
|
+
}
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"name": "disabled",
|
|
2935
|
+
"default": "`false`",
|
|
2936
|
+
"description": "是否禁用输入框",
|
|
2937
|
+
"options": [],
|
|
2938
|
+
"value": {
|
|
2939
|
+
"type": "`boolean`",
|
|
2940
|
+
"kind": "expression"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "readonly",
|
|
2945
|
+
"default": "`false`",
|
|
2946
|
+
"description": "是否只读",
|
|
2947
|
+
"options": [],
|
|
2948
|
+
"value": {
|
|
2949
|
+
"type": "`boolean`",
|
|
2950
|
+
"kind": "expression"
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
"name": "clearable",
|
|
2955
|
+
"default": "`false`",
|
|
2956
|
+
"description": "是否启用清除控件",
|
|
2957
|
+
"options": [],
|
|
2958
|
+
"value": {
|
|
2959
|
+
"type": "`boolean`",
|
|
2960
|
+
"kind": "expression"
|
|
2961
|
+
}
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"name": "required",
|
|
2965
|
+
"default": "`false`",
|
|
2966
|
+
"description": "是否显示表单必填星号",
|
|
2967
|
+
"options": [],
|
|
2968
|
+
"value": {
|
|
2969
|
+
"type": "`boolean`",
|
|
2970
|
+
"kind": "expression"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "is-link",
|
|
2975
|
+
"default": "`false`",
|
|
2976
|
+
"description": "是否展示右侧箭头并开启点击反馈",
|
|
2977
|
+
"options": [],
|
|
2978
|
+
"value": {
|
|
2979
|
+
"type": "`boolean`",
|
|
2980
|
+
"kind": "expression"
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
"name": "error",
|
|
2985
|
+
"default": "`false`",
|
|
2986
|
+
"description": "是否将输入内容标红",
|
|
2987
|
+
"options": [],
|
|
2988
|
+
"value": {
|
|
2989
|
+
"type": "`boolean`",
|
|
2990
|
+
"kind": "expression"
|
|
2991
|
+
}
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"name": "error-message",
|
|
2995
|
+
"default": "`''`",
|
|
2996
|
+
"description": "底部错误提示文案,为空时不展示",
|
|
2997
|
+
"options": [],
|
|
2998
|
+
"value": {
|
|
2999
|
+
"type": "`string`",
|
|
3000
|
+
"kind": "expression"
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"name": "label-align",
|
|
3005
|
+
"default": "`left`",
|
|
3006
|
+
"description": "文本对齐方式,可选值为 `center` `right`",
|
|
3007
|
+
"options": [],
|
|
3008
|
+
"value": {
|
|
3009
|
+
"type": "`string`",
|
|
3010
|
+
"kind": "expression"
|
|
3011
|
+
}
|
|
3012
|
+
},
|
|
3013
|
+
{
|
|
3014
|
+
"name": "input-align",
|
|
3015
|
+
"default": "`left`",
|
|
3016
|
+
"description": "输入框内容对齐方式,可选值为 `center` `right`",
|
|
3017
|
+
"options": [],
|
|
3018
|
+
"value": {
|
|
3019
|
+
"type": "`string`",
|
|
3020
|
+
"kind": "expression"
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"name": "autosize",
|
|
3025
|
+
"default": "object`",
|
|
3026
|
+
"description": "自适应内容高度,只对 textarea 有效,可传入对象,<br>如 { maxHeight: 100, minHeight: 50 },单位为 px",
|
|
3027
|
+
"options": [
|
|
3028
|
+
"false"
|
|
3029
|
+
],
|
|
3030
|
+
"value": {
|
|
3031
|
+
"type": "`boolean",
|
|
3032
|
+
"kind": "expression"
|
|
3033
|
+
}
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"name": "icon",
|
|
3037
|
+
"default": "-",
|
|
3038
|
+
"description": "输入框尾部图标名称或图片链接,可选值见 Icon 组件",
|
|
3039
|
+
"options": [],
|
|
3040
|
+
"value": {
|
|
3041
|
+
"type": "`string`",
|
|
3042
|
+
"kind": "expression"
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"name": "left-icon",
|
|
3047
|
+
"default": "-",
|
|
3048
|
+
"description": "输入框左侧图标名称或图片链接,可选值见 Icon 组件",
|
|
3049
|
+
"options": [],
|
|
3050
|
+
"value": {
|
|
3051
|
+
"type": "`string`",
|
|
3052
|
+
"kind": "expression"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "auto-focus",
|
|
3057
|
+
"default": "`false`",
|
|
3058
|
+
"description": "输入框自动聚焦",
|
|
3059
|
+
"options": [],
|
|
3060
|
+
"value": {
|
|
3061
|
+
"type": "`boolean`",
|
|
3062
|
+
"kind": "expression"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "is-trim",
|
|
3067
|
+
"default": "`false`",
|
|
3068
|
+
"description": "是否去空格",
|
|
3069
|
+
"options": [],
|
|
3070
|
+
"value": {
|
|
3071
|
+
"type": "`boolean`",
|
|
3072
|
+
"kind": "expression"
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
"name": "regular",
|
|
3077
|
+
"default": "``",
|
|
3078
|
+
"description": "正则表达式,将匹配到的内容替换为空值",
|
|
3079
|
+
"options": [],
|
|
3080
|
+
"value": {
|
|
3081
|
+
"type": "`RegExp`",
|
|
3082
|
+
"kind": "expression"
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3085
|
+
]
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"name": "mm-empty",
|
|
3089
|
+
"slots": [
|
|
3090
|
+
{
|
|
3091
|
+
"name": "default",
|
|
3092
|
+
"description": "自定义底部内容"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"name": "image",
|
|
3096
|
+
"description": "自定义图标"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"name": "description",
|
|
3100
|
+
"description": "自定义描述文字"
|
|
3101
|
+
}
|
|
3102
|
+
],
|
|
3103
|
+
"events": [],
|
|
3104
|
+
"attributes": [
|
|
3105
|
+
{
|
|
3106
|
+
"name": "image",
|
|
3107
|
+
"default": "`default`",
|
|
3108
|
+
"description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL",
|
|
3109
|
+
"options": [],
|
|
3110
|
+
"value": {
|
|
3111
|
+
"type": "string",
|
|
3112
|
+
"kind": "expression"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"name": "image-size",
|
|
3117
|
+
"default": "-",
|
|
3118
|
+
"description": "图片大小,默认单位为 `px`",
|
|
3119
|
+
"options": [],
|
|
3120
|
+
"value": {
|
|
3121
|
+
"type": "number | string",
|
|
3122
|
+
"kind": "expression"
|
|
3123
|
+
}
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"name": "description",
|
|
3127
|
+
"default": "-",
|
|
3128
|
+
"description": "图片下方的描述文字",
|
|
3129
|
+
"options": [],
|
|
3130
|
+
"value": {
|
|
3131
|
+
"type": "string",
|
|
2881
3132
|
"kind": "expression"
|
|
2882
3133
|
}
|
|
2883
3134
|
}
|
|
@@ -3113,273 +3364,22 @@
|
|
|
3113
3364
|
}
|
|
3114
3365
|
},
|
|
3115
3366
|
{
|
|
3116
|
-
"name": "to",
|
|
3117
|
-
"default": "-",
|
|
3118
|
-
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to)",
|
|
3119
|
-
"options": [],
|
|
3120
|
-
"value": {
|
|
3121
|
-
"type": "string | object",
|
|
3122
|
-
"kind": "expression"
|
|
3123
|
-
}
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "replace",
|
|
3127
|
-
"default": "`false`",
|
|
3128
|
-
"description": "是否在跳转时替换当前页面历史",
|
|
3129
|
-
"options": [],
|
|
3130
|
-
"value": {
|
|
3131
|
-
"type": "boolean",
|
|
3132
|
-
"kind": "expression"
|
|
3133
|
-
}
|
|
3134
|
-
}
|
|
3135
|
-
]
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"name": "mm-empty",
|
|
3139
|
-
"slots": [
|
|
3140
|
-
{
|
|
3141
|
-
"name": "default",
|
|
3142
|
-
"description": "自定义底部内容"
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"name": "image",
|
|
3146
|
-
"description": "自定义图标"
|
|
3147
|
-
},
|
|
3148
|
-
{
|
|
3149
|
-
"name": "description",
|
|
3150
|
-
"description": "自定义描述文字"
|
|
3151
|
-
}
|
|
3152
|
-
],
|
|
3153
|
-
"events": [],
|
|
3154
|
-
"attributes": [
|
|
3155
|
-
{
|
|
3156
|
-
"name": "image",
|
|
3157
|
-
"default": "`default`",
|
|
3158
|
-
"description": "图片类型,可选值为 `error` `network` `search`,支持传入图片 URL",
|
|
3159
|
-
"options": [],
|
|
3160
|
-
"value": {
|
|
3161
|
-
"type": "string",
|
|
3162
|
-
"kind": "expression"
|
|
3163
|
-
}
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"name": "image-size",
|
|
3167
|
-
"default": "-",
|
|
3168
|
-
"description": "图片大小,默认单位为 `px`",
|
|
3169
|
-
"options": [],
|
|
3170
|
-
"value": {
|
|
3171
|
-
"type": "number | string",
|
|
3172
|
-
"kind": "expression"
|
|
3173
|
-
}
|
|
3174
|
-
},
|
|
3175
|
-
{
|
|
3176
|
-
"name": "description",
|
|
3177
|
-
"default": "-",
|
|
3178
|
-
"description": "图片下方的描述文字",
|
|
3179
|
-
"options": [],
|
|
3180
|
-
"value": {
|
|
3181
|
-
"type": "string",
|
|
3182
|
-
"kind": "expression"
|
|
3183
|
-
}
|
|
3184
|
-
}
|
|
3185
|
-
]
|
|
3186
|
-
},
|
|
3187
|
-
{
|
|
3188
|
-
"name": "mm-field",
|
|
3189
|
-
"slots": [],
|
|
3190
|
-
"events": [],
|
|
3191
|
-
"attributes": [
|
|
3192
|
-
{
|
|
3193
|
-
"name": "label",
|
|
3194
|
-
"default": "-",
|
|
3195
|
-
"description": "输入框左侧文本",
|
|
3196
|
-
"options": [],
|
|
3197
|
-
"value": {
|
|
3198
|
-
"type": "`string`",
|
|
3199
|
-
"kind": "expression"
|
|
3200
|
-
}
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "value",
|
|
3204
|
-
"default": "number`",
|
|
3205
|
-
"description": "当前输入的值",
|
|
3206
|
-
"options": [
|
|
3207
|
-
"-"
|
|
3208
|
-
],
|
|
3209
|
-
"value": {
|
|
3210
|
-
"type": "`string",
|
|
3211
|
-
"kind": "expression"
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"name": "type",
|
|
3216
|
-
"default": "`text`",
|
|
3217
|
-
"description": "可设置为原生类型, 如 `number` `tel` `textarea`",
|
|
3218
|
-
"options": [],
|
|
3219
|
-
"value": {
|
|
3220
|
-
"type": "`string`",
|
|
3221
|
-
"kind": "expression"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"name": "border",
|
|
3226
|
-
"default": "`true`",
|
|
3227
|
-
"description": "是否显示内边框",
|
|
3228
|
-
"options": [],
|
|
3229
|
-
"value": {
|
|
3230
|
-
"type": "`boolean`",
|
|
3231
|
-
"kind": "expression"
|
|
3232
|
-
}
|
|
3233
|
-
},
|
|
3234
|
-
{
|
|
3235
|
-
"name": "disabled",
|
|
3236
|
-
"default": "`false`",
|
|
3237
|
-
"description": "是否禁用输入框",
|
|
3238
|
-
"options": [],
|
|
3239
|
-
"value": {
|
|
3240
|
-
"type": "`boolean`",
|
|
3241
|
-
"kind": "expression"
|
|
3242
|
-
}
|
|
3243
|
-
},
|
|
3244
|
-
{
|
|
3245
|
-
"name": "readonly",
|
|
3246
|
-
"default": "`false`",
|
|
3247
|
-
"description": "是否只读",
|
|
3248
|
-
"options": [],
|
|
3249
|
-
"value": {
|
|
3250
|
-
"type": "`boolean`",
|
|
3251
|
-
"kind": "expression"
|
|
3252
|
-
}
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"name": "clearable",
|
|
3256
|
-
"default": "`false`",
|
|
3257
|
-
"description": "是否启用清除控件",
|
|
3258
|
-
"options": [],
|
|
3259
|
-
"value": {
|
|
3260
|
-
"type": "`boolean`",
|
|
3261
|
-
"kind": "expression"
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
|
-
{
|
|
3265
|
-
"name": "required",
|
|
3266
|
-
"default": "`false`",
|
|
3267
|
-
"description": "是否显示表单必填星号",
|
|
3268
|
-
"options": [],
|
|
3269
|
-
"value": {
|
|
3270
|
-
"type": "`boolean`",
|
|
3271
|
-
"kind": "expression"
|
|
3272
|
-
}
|
|
3273
|
-
},
|
|
3274
|
-
{
|
|
3275
|
-
"name": "is-link",
|
|
3276
|
-
"default": "`false`",
|
|
3277
|
-
"description": "是否展示右侧箭头并开启点击反馈",
|
|
3278
|
-
"options": [],
|
|
3279
|
-
"value": {
|
|
3280
|
-
"type": "`boolean`",
|
|
3281
|
-
"kind": "expression"
|
|
3282
|
-
}
|
|
3283
|
-
},
|
|
3284
|
-
{
|
|
3285
|
-
"name": "error",
|
|
3286
|
-
"default": "`false`",
|
|
3287
|
-
"description": "是否将输入内容标红",
|
|
3288
|
-
"options": [],
|
|
3289
|
-
"value": {
|
|
3290
|
-
"type": "`boolean`",
|
|
3291
|
-
"kind": "expression"
|
|
3292
|
-
}
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"name": "error-message",
|
|
3296
|
-
"default": "`''`",
|
|
3297
|
-
"description": "底部错误提示文案,为空时不展示",
|
|
3298
|
-
"options": [],
|
|
3299
|
-
"value": {
|
|
3300
|
-
"type": "`string`",
|
|
3301
|
-
"kind": "expression"
|
|
3302
|
-
}
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"name": "label-align",
|
|
3306
|
-
"default": "`left`",
|
|
3307
|
-
"description": "文本对齐方式,可选值为 `center` `right`",
|
|
3308
|
-
"options": [],
|
|
3309
|
-
"value": {
|
|
3310
|
-
"type": "`string`",
|
|
3311
|
-
"kind": "expression"
|
|
3312
|
-
}
|
|
3313
|
-
},
|
|
3314
|
-
{
|
|
3315
|
-
"name": "input-align",
|
|
3316
|
-
"default": "`left`",
|
|
3317
|
-
"description": "输入框内容对齐方式,可选值为 `center` `right`",
|
|
3318
|
-
"options": [],
|
|
3319
|
-
"value": {
|
|
3320
|
-
"type": "`string`",
|
|
3321
|
-
"kind": "expression"
|
|
3322
|
-
}
|
|
3323
|
-
},
|
|
3324
|
-
{
|
|
3325
|
-
"name": "autosize",
|
|
3326
|
-
"default": "object`",
|
|
3327
|
-
"description": "自适应内容高度,只对 textarea 有效,可传入对象,<br>如 { maxHeight: 100, minHeight: 50 },单位为 px",
|
|
3328
|
-
"options": [
|
|
3329
|
-
"false"
|
|
3330
|
-
],
|
|
3331
|
-
"value": {
|
|
3332
|
-
"type": "`boolean",
|
|
3333
|
-
"kind": "expression"
|
|
3334
|
-
}
|
|
3335
|
-
},
|
|
3336
|
-
{
|
|
3337
|
-
"name": "icon",
|
|
3338
|
-
"default": "-",
|
|
3339
|
-
"description": "输入框尾部图标名称或图片链接,可选值见 Icon 组件",
|
|
3340
|
-
"options": [],
|
|
3341
|
-
"value": {
|
|
3342
|
-
"type": "`string`",
|
|
3343
|
-
"kind": "expression"
|
|
3344
|
-
}
|
|
3345
|
-
},
|
|
3346
|
-
{
|
|
3347
|
-
"name": "left-icon",
|
|
3348
|
-
"default": "-",
|
|
3349
|
-
"description": "输入框左侧图标名称或图片链接,可选值见 Icon 组件",
|
|
3350
|
-
"options": [],
|
|
3351
|
-
"value": {
|
|
3352
|
-
"type": "`string`",
|
|
3353
|
-
"kind": "expression"
|
|
3354
|
-
}
|
|
3355
|
-
},
|
|
3356
|
-
{
|
|
3357
|
-
"name": "auto-focus",
|
|
3358
|
-
"default": "`false`",
|
|
3359
|
-
"description": "输入框自动聚焦",
|
|
3360
|
-
"options": [],
|
|
3361
|
-
"value": {
|
|
3362
|
-
"type": "`boolean`",
|
|
3363
|
-
"kind": "expression"
|
|
3364
|
-
}
|
|
3365
|
-
},
|
|
3366
|
-
{
|
|
3367
|
-
"name": "is-trim",
|
|
3368
|
-
"default": "`false`",
|
|
3369
|
-
"description": "是否去空格",
|
|
3367
|
+
"name": "to",
|
|
3368
|
+
"default": "-",
|
|
3369
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to)",
|
|
3370
3370
|
"options": [],
|
|
3371
3371
|
"value": {
|
|
3372
|
-
"type": "
|
|
3372
|
+
"type": "string | object",
|
|
3373
3373
|
"kind": "expression"
|
|
3374
3374
|
}
|
|
3375
3375
|
},
|
|
3376
3376
|
{
|
|
3377
|
-
"name": "
|
|
3378
|
-
"default": "
|
|
3379
|
-
"description": "
|
|
3377
|
+
"name": "replace",
|
|
3378
|
+
"default": "`false`",
|
|
3379
|
+
"description": "是否在跳转时替换当前页面历史",
|
|
3380
3380
|
"options": [],
|
|
3381
3381
|
"value": {
|
|
3382
|
-
"type": "
|
|
3382
|
+
"type": "boolean",
|
|
3383
3383
|
"kind": "expression"
|
|
3384
3384
|
}
|
|
3385
3385
|
}
|
|
@@ -4310,6 +4310,133 @@
|
|
|
4310
4310
|
}
|
|
4311
4311
|
]
|
|
4312
4312
|
},
|
|
4313
|
+
{
|
|
4314
|
+
"name": "mm-menu",
|
|
4315
|
+
"slots": [],
|
|
4316
|
+
"events": [],
|
|
4317
|
+
"attributes": [
|
|
4318
|
+
{
|
|
4319
|
+
"name": "menu",
|
|
4320
|
+
"default": "必传",
|
|
4321
|
+
"description": "菜单信息",
|
|
4322
|
+
"options": [
|
|
4323
|
+
"--"
|
|
4324
|
+
],
|
|
4325
|
+
"value": {
|
|
4326
|
+
"type": "`object`",
|
|
4327
|
+
"kind": "expression"
|
|
4328
|
+
}
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"name": "custom-event",
|
|
4332
|
+
"default": "非必传",
|
|
4333
|
+
"description": "自定义点击事件",
|
|
4334
|
+
"options": [
|
|
4335
|
+
"false"
|
|
4336
|
+
],
|
|
4337
|
+
"value": {
|
|
4338
|
+
"type": "`boolean`",
|
|
4339
|
+
"kind": "expression"
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "disabled",
|
|
4344
|
+
"default": "非必传",
|
|
4345
|
+
"description": "禁用点击事件",
|
|
4346
|
+
"options": [
|
|
4347
|
+
"false"
|
|
4348
|
+
],
|
|
4349
|
+
"value": {
|
|
4350
|
+
"type": "`boolean`",
|
|
4351
|
+
"kind": "expression"
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"name": "disabled-text",
|
|
4356
|
+
"default": "非必传",
|
|
4357
|
+
"description": "禁用提示",
|
|
4358
|
+
"options": [
|
|
4359
|
+
"''"
|
|
4360
|
+
],
|
|
4361
|
+
"value": {
|
|
4362
|
+
"type": "`string`",
|
|
4363
|
+
"kind": "expression"
|
|
4364
|
+
}
|
|
4365
|
+
},
|
|
4366
|
+
{
|
|
4367
|
+
"name": "gray",
|
|
4368
|
+
"default": "非必传",
|
|
4369
|
+
"description": "是否置灰",
|
|
4370
|
+
"options": [
|
|
4371
|
+
"false"
|
|
4372
|
+
],
|
|
4373
|
+
"value": {
|
|
4374
|
+
"type": "`boolean`",
|
|
4375
|
+
"kind": "expression"
|
|
4376
|
+
}
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"name": "syb-info",
|
|
4380
|
+
"default": "非必传",
|
|
4381
|
+
"description": "[网格通参数](#/menu-jump#wang-ge-tong-can-shu-sybinfo)",
|
|
4382
|
+
"options": [
|
|
4383
|
+
"{}"
|
|
4384
|
+
],
|
|
4385
|
+
"value": {
|
|
4386
|
+
"type": "`object`",
|
|
4387
|
+
"kind": "expression"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "open-params",
|
|
4392
|
+
"default": "非必传",
|
|
4393
|
+
"description": "网格通打开新 webview 时参数 (通过 mcrm.biz.getParams 获取)",
|
|
4394
|
+
"options": [
|
|
4395
|
+
"{}"
|
|
4396
|
+
],
|
|
4397
|
+
"value": {
|
|
4398
|
+
"type": "`object`",
|
|
4399
|
+
"kind": "expression"
|
|
4400
|
+
}
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "extra-params",
|
|
4404
|
+
"default": "非必传",
|
|
4405
|
+
"description": "网格通额外参数(会拼接在链接中)",
|
|
4406
|
+
"options": [
|
|
4407
|
+
"{}"
|
|
4408
|
+
],
|
|
4409
|
+
"value": {
|
|
4410
|
+
"type": "`object`",
|
|
4411
|
+
"kind": "expression"
|
|
4412
|
+
}
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"name": "is-route",
|
|
4416
|
+
"default": "非必传",
|
|
4417
|
+
"description": "是否根据 menuPageCode 路由跳转",
|
|
4418
|
+
"options": [
|
|
4419
|
+
"false"
|
|
4420
|
+
],
|
|
4421
|
+
"value": {
|
|
4422
|
+
"type": "`Boolean`",
|
|
4423
|
+
"kind": "expression"
|
|
4424
|
+
}
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"name": "hide-header",
|
|
4428
|
+
"default": "非必传",
|
|
4429
|
+
"description": "是否隐藏原生提供的头部",
|
|
4430
|
+
"options": [
|
|
4431
|
+
"false"
|
|
4432
|
+
],
|
|
4433
|
+
"value": {
|
|
4434
|
+
"type": "`Boolean`",
|
|
4435
|
+
"kind": "expression"
|
|
4436
|
+
}
|
|
4437
|
+
}
|
|
4438
|
+
]
|
|
4439
|
+
},
|
|
4313
4440
|
{
|
|
4314
4441
|
"name": "mm-menu-icon",
|
|
4315
4442
|
"slots": [],
|
|
@@ -4512,146 +4639,31 @@
|
|
|
4512
4639
|
"[]"
|
|
4513
4640
|
],
|
|
4514
4641
|
"value": {
|
|
4515
|
-
"type": "`array`",
|
|
4516
|
-
"kind": "expression"
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
|
-
{
|
|
4520
|
-
"name": "hide-header-list",
|
|
4521
|
-
"default": "非必传",
|
|
4522
|
-
"description": "根据 menuPageCode 隐藏原生提供的头部",
|
|
4523
|
-
"options": [
|
|
4524
|
-
"[]"
|
|
4525
|
-
],
|
|
4526
|
-
"value": {
|
|
4527
|
-
"type": "`array`",
|
|
4528
|
-
"kind": "expression"
|
|
4529
|
-
}
|
|
4530
|
-
}
|
|
4531
|
-
]
|
|
4532
|
-
},
|
|
4533
|
-
{
|
|
4534
|
-
"name": "mm-menu",
|
|
4535
|
-
"slots": [],
|
|
4536
|
-
"events": [],
|
|
4537
|
-
"attributes": [
|
|
4538
|
-
{
|
|
4539
|
-
"name": "menu",
|
|
4540
|
-
"default": "必传",
|
|
4541
|
-
"description": "菜单信息",
|
|
4542
|
-
"options": [
|
|
4543
|
-
"--"
|
|
4544
|
-
],
|
|
4545
|
-
"value": {
|
|
4546
|
-
"type": "`object`",
|
|
4547
|
-
"kind": "expression"
|
|
4548
|
-
}
|
|
4549
|
-
},
|
|
4550
|
-
{
|
|
4551
|
-
"name": "custom-event",
|
|
4552
|
-
"default": "非必传",
|
|
4553
|
-
"description": "自定义点击事件",
|
|
4554
|
-
"options": [
|
|
4555
|
-
"false"
|
|
4556
|
-
],
|
|
4557
|
-
"value": {
|
|
4558
|
-
"type": "`boolean`",
|
|
4559
|
-
"kind": "expression"
|
|
4560
|
-
}
|
|
4561
|
-
},
|
|
4562
|
-
{
|
|
4563
|
-
"name": "disabled",
|
|
4564
|
-
"default": "非必传",
|
|
4565
|
-
"description": "禁用点击事件",
|
|
4566
|
-
"options": [
|
|
4567
|
-
"false"
|
|
4568
|
-
],
|
|
4569
|
-
"value": {
|
|
4570
|
-
"type": "`boolean`",
|
|
4571
|
-
"kind": "expression"
|
|
4572
|
-
}
|
|
4573
|
-
},
|
|
4574
|
-
{
|
|
4575
|
-
"name": "disabled-text",
|
|
4576
|
-
"default": "非必传",
|
|
4577
|
-
"description": "禁用提示",
|
|
4578
|
-
"options": [
|
|
4579
|
-
"''"
|
|
4580
|
-
],
|
|
4581
|
-
"value": {
|
|
4582
|
-
"type": "`string`",
|
|
4583
|
-
"kind": "expression"
|
|
4584
|
-
}
|
|
4585
|
-
},
|
|
4586
|
-
{
|
|
4587
|
-
"name": "gray",
|
|
4588
|
-
"default": "非必传",
|
|
4589
|
-
"description": "是否置灰",
|
|
4590
|
-
"options": [
|
|
4591
|
-
"false"
|
|
4592
|
-
],
|
|
4593
|
-
"value": {
|
|
4594
|
-
"type": "`boolean`",
|
|
4595
|
-
"kind": "expression"
|
|
4596
|
-
}
|
|
4597
|
-
},
|
|
4598
|
-
{
|
|
4599
|
-
"name": "syb-info",
|
|
4600
|
-
"default": "非必传",
|
|
4601
|
-
"description": "[网格通参数](#/menu-jump#wang-ge-tong-can-shu-sybinfo)",
|
|
4602
|
-
"options": [
|
|
4603
|
-
"{}"
|
|
4604
|
-
],
|
|
4605
|
-
"value": {
|
|
4606
|
-
"type": "`object`",
|
|
4607
|
-
"kind": "expression"
|
|
4608
|
-
}
|
|
4609
|
-
},
|
|
4610
|
-
{
|
|
4611
|
-
"name": "open-params",
|
|
4612
|
-
"default": "非必传",
|
|
4613
|
-
"description": "网格通打开新 webview 时参数 (通过 mcrm.biz.getParams 获取)",
|
|
4614
|
-
"options": [
|
|
4615
|
-
"{}"
|
|
4616
|
-
],
|
|
4617
|
-
"value": {
|
|
4618
|
-
"type": "`object`",
|
|
4619
|
-
"kind": "expression"
|
|
4620
|
-
}
|
|
4621
|
-
},
|
|
4622
|
-
{
|
|
4623
|
-
"name": "extra-params",
|
|
4624
|
-
"default": "非必传",
|
|
4625
|
-
"description": "网格通额外参数(会拼接在链接中)",
|
|
4626
|
-
"options": [
|
|
4627
|
-
"{}"
|
|
4628
|
-
],
|
|
4629
|
-
"value": {
|
|
4630
|
-
"type": "`object`",
|
|
4642
|
+
"type": "`array`",
|
|
4631
4643
|
"kind": "expression"
|
|
4632
4644
|
}
|
|
4633
4645
|
},
|
|
4634
4646
|
{
|
|
4635
|
-
"name": "
|
|
4647
|
+
"name": "hide-header-list",
|
|
4636
4648
|
"default": "非必传",
|
|
4637
|
-
"description": "
|
|
4649
|
+
"description": "根据 menuPageCode 隐藏原生提供的头部",
|
|
4638
4650
|
"options": [
|
|
4639
|
-
"
|
|
4651
|
+
"[]"
|
|
4640
4652
|
],
|
|
4641
4653
|
"value": {
|
|
4642
|
-
"type": "`
|
|
4654
|
+
"type": "`array`",
|
|
4643
4655
|
"kind": "expression"
|
|
4644
4656
|
}
|
|
4645
4657
|
},
|
|
4646
4658
|
{
|
|
4647
|
-
"name": "
|
|
4659
|
+
"name": "draggable",
|
|
4648
4660
|
"default": "非必传",
|
|
4649
|
-
"description": "
|
|
4661
|
+
"description": "是否开启拖拽排序,开启后可长按/拖动菜单 cell 调整顺序",
|
|
4650
4662
|
"options": [
|
|
4651
4663
|
"false"
|
|
4652
4664
|
],
|
|
4653
4665
|
"value": {
|
|
4654
|
-
"type": "`
|
|
4666
|
+
"type": "`boolean`",
|
|
4655
4667
|
"kind": "expression"
|
|
4656
4668
|
}
|
|
4657
4669
|
}
|
|
@@ -6351,334 +6363,334 @@
|
|
|
6351
6363
|
]
|
|
6352
6364
|
},
|
|
6353
6365
|
{
|
|
6354
|
-
"name": "mm-
|
|
6355
|
-
"slots": [
|
|
6356
|
-
|
|
6366
|
+
"name": "mm-safe-keyboard",
|
|
6367
|
+
"slots": [
|
|
6368
|
+
{
|
|
6369
|
+
"name": "delete",
|
|
6370
|
+
"description": "自定义删除按键内容"
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
"name": "extra-key",
|
|
6374
|
+
"description": "自定义左下角按键内容"
|
|
6375
|
+
},
|
|
6376
|
+
{
|
|
6377
|
+
"name": "title-left",
|
|
6378
|
+
"description": "自定义标题栏左侧内容"
|
|
6379
|
+
}
|
|
6380
|
+
],
|
|
6381
|
+
"events": [
|
|
6382
|
+
{
|
|
6383
|
+
"name": "getKey",
|
|
6384
|
+
"description": "点击按键时触发"
|
|
6385
|
+
},
|
|
6386
|
+
{
|
|
6387
|
+
"name": "delete",
|
|
6388
|
+
"description": "点击删除键时触发"
|
|
6389
|
+
},
|
|
6390
|
+
{
|
|
6391
|
+
"name": "close",
|
|
6392
|
+
"description": "点击关闭按钮时触发"
|
|
6393
|
+
},
|
|
6394
|
+
{
|
|
6395
|
+
"name": "blur",
|
|
6396
|
+
"description": "点击关闭按钮或非键盘区域时触发"
|
|
6397
|
+
},
|
|
6398
|
+
{
|
|
6399
|
+
"name": "show",
|
|
6400
|
+
"description": "键盘完全弹出时触发"
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
"name": "hide",
|
|
6404
|
+
"description": "键盘完全收起时触发"
|
|
6405
|
+
}
|
|
6406
|
+
],
|
|
6357
6407
|
"attributes": [
|
|
6358
6408
|
{
|
|
6359
|
-
"name": "
|
|
6360
|
-
"default": "
|
|
6361
|
-
"description": "
|
|
6409
|
+
"name": "v-model (value)",
|
|
6410
|
+
"default": "-",
|
|
6411
|
+
"description": "当前输入值",
|
|
6362
6412
|
"options": [],
|
|
6363
6413
|
"value": {
|
|
6364
|
-
"type": "
|
|
6414
|
+
"type": "string",
|
|
6365
6415
|
"kind": "expression"
|
|
6366
6416
|
}
|
|
6367
6417
|
},
|
|
6368
6418
|
{
|
|
6369
|
-
"name": "show
|
|
6370
|
-
"default": "
|
|
6371
|
-
"description": "
|
|
6419
|
+
"name": "show",
|
|
6420
|
+
"default": "-",
|
|
6421
|
+
"description": "是否显示键盘",
|
|
6372
6422
|
"options": [],
|
|
6373
6423
|
"value": {
|
|
6374
|
-
"type": "
|
|
6424
|
+
"type": "boolean",
|
|
6375
6425
|
"kind": "expression"
|
|
6376
6426
|
}
|
|
6377
6427
|
},
|
|
6378
6428
|
{
|
|
6379
|
-
"name": "
|
|
6380
|
-
"default": "
|
|
6381
|
-
"description": "
|
|
6429
|
+
"name": "title",
|
|
6430
|
+
"default": "-",
|
|
6431
|
+
"description": "键盘标题",
|
|
6382
6432
|
"options": [],
|
|
6383
6433
|
"value": {
|
|
6384
|
-
"type": "
|
|
6434
|
+
"type": "string",
|
|
6385
6435
|
"kind": "expression"
|
|
6386
6436
|
}
|
|
6387
6437
|
},
|
|
6388
6438
|
{
|
|
6389
|
-
"name": "
|
|
6390
|
-
"default": "`
|
|
6391
|
-
"description": "
|
|
6439
|
+
"name": "theme",
|
|
6440
|
+
"default": "`default`",
|
|
6441
|
+
"description": "样式风格,可选值为 `custom`,`number`,`letter`,`letter-number`",
|
|
6392
6442
|
"options": [],
|
|
6393
6443
|
"value": {
|
|
6394
|
-
"type": "
|
|
6444
|
+
"type": "string",
|
|
6395
6445
|
"kind": "expression"
|
|
6396
6446
|
}
|
|
6397
6447
|
},
|
|
6398
6448
|
{
|
|
6399
|
-
"name": "
|
|
6400
|
-
"default": "
|
|
6401
|
-
"description": "
|
|
6449
|
+
"name": "maxlength",
|
|
6450
|
+
"default": "-",
|
|
6451
|
+
"description": "输入值最大长度",
|
|
6402
6452
|
"options": [],
|
|
6403
6453
|
"value": {
|
|
6404
|
-
"type": "
|
|
6454
|
+
"type": "number | string",
|
|
6405
6455
|
"kind": "expression"
|
|
6406
6456
|
}
|
|
6407
6457
|
},
|
|
6408
6458
|
{
|
|
6409
|
-
"name": "
|
|
6410
|
-
"default": "`
|
|
6411
|
-
"description": "
|
|
6459
|
+
"name": "transition",
|
|
6460
|
+
"default": "`true`",
|
|
6461
|
+
"description": "是否开启过场动画",
|
|
6412
6462
|
"options": [],
|
|
6413
6463
|
"value": {
|
|
6414
|
-
"type": "
|
|
6464
|
+
"type": "boolean",
|
|
6415
6465
|
"kind": "expression"
|
|
6416
6466
|
}
|
|
6417
6467
|
},
|
|
6418
6468
|
{
|
|
6419
|
-
"name": "
|
|
6420
|
-
"default": "`
|
|
6421
|
-
"description": "
|
|
6469
|
+
"name": "z-index",
|
|
6470
|
+
"default": "`100`",
|
|
6471
|
+
"description": "键盘 z-index 层级",
|
|
6422
6472
|
"options": [],
|
|
6423
6473
|
"value": {
|
|
6424
|
-
"type": "
|
|
6474
|
+
"type": "number | string",
|
|
6425
6475
|
"kind": "expression"
|
|
6426
6476
|
}
|
|
6427
6477
|
},
|
|
6428
6478
|
{
|
|
6429
|
-
"name": "
|
|
6430
|
-
"default": "`
|
|
6431
|
-
"description": "
|
|
6479
|
+
"name": "extra-key",
|
|
6480
|
+
"default": "`''`",
|
|
6481
|
+
"description": "底部额外按键的内容",
|
|
6432
6482
|
"options": [],
|
|
6433
6483
|
"value": {
|
|
6434
|
-
"type": "
|
|
6484
|
+
"type": "string | string[]",
|
|
6435
6485
|
"kind": "expression"
|
|
6436
6486
|
}
|
|
6437
6487
|
},
|
|
6438
6488
|
{
|
|
6439
|
-
"name": "
|
|
6440
|
-
"default": "
|
|
6441
|
-
"description": "
|
|
6489
|
+
"name": "close-button-text",
|
|
6490
|
+
"default": "-",
|
|
6491
|
+
"description": "关闭按钮文字,空则不展示",
|
|
6442
6492
|
"options": [],
|
|
6443
6493
|
"value": {
|
|
6444
|
-
"type": "
|
|
6494
|
+
"type": "string",
|
|
6445
6495
|
"kind": "expression"
|
|
6446
6496
|
}
|
|
6447
6497
|
},
|
|
6448
6498
|
{
|
|
6449
|
-
"name": "
|
|
6450
|
-
"default": "
|
|
6451
|
-
"description": "
|
|
6499
|
+
"name": "delete-button-text",
|
|
6500
|
+
"default": "-",
|
|
6501
|
+
"description": "删除按钮文字,空则展示删除图标",
|
|
6452
6502
|
"options": [],
|
|
6453
6503
|
"value": {
|
|
6454
|
-
"type": "
|
|
6504
|
+
"type": "string",
|
|
6455
6505
|
"kind": "expression"
|
|
6456
6506
|
}
|
|
6457
6507
|
},
|
|
6458
6508
|
{
|
|
6459
|
-
"name": "
|
|
6460
|
-
"default": "
|
|
6461
|
-
"description": "
|
|
6462
|
-
"options": [
|
|
6463
|
-
"8"
|
|
6464
|
-
],
|
|
6509
|
+
"name": "close-button-loading",
|
|
6510
|
+
"default": "`false`",
|
|
6511
|
+
"description": "是否将关闭按钮设置为加载中状态,仅在 `theme=\"custom\"` 时有效",
|
|
6512
|
+
"options": [],
|
|
6465
6513
|
"value": {
|
|
6466
|
-
"type": "
|
|
6514
|
+
"type": "boolean",
|
|
6467
6515
|
"kind": "expression"
|
|
6468
6516
|
}
|
|
6469
6517
|
},
|
|
6470
6518
|
{
|
|
6471
|
-
"name": "
|
|
6472
|
-
"default": "`
|
|
6473
|
-
"description": "
|
|
6519
|
+
"name": "show-delete-key",
|
|
6520
|
+
"default": "`true`",
|
|
6521
|
+
"description": "是否展示删除图标",
|
|
6474
6522
|
"options": [],
|
|
6475
6523
|
"value": {
|
|
6476
|
-
"type": "
|
|
6524
|
+
"type": "boolean",
|
|
6477
6525
|
"kind": "expression"
|
|
6478
6526
|
}
|
|
6479
6527
|
},
|
|
6480
6528
|
{
|
|
6481
|
-
"name": "
|
|
6482
|
-
"default": "`
|
|
6483
|
-
"description": "
|
|
6529
|
+
"name": "hide-on-click-outside",
|
|
6530
|
+
"default": "`true`",
|
|
6531
|
+
"description": "点击外部时是否收起键盘",
|
|
6484
6532
|
"options": [],
|
|
6485
6533
|
"value": {
|
|
6486
|
-
"type": "
|
|
6534
|
+
"type": "boolean",
|
|
6487
6535
|
"kind": "expression"
|
|
6488
6536
|
}
|
|
6489
6537
|
},
|
|
6490
6538
|
{
|
|
6491
|
-
"name": "
|
|
6492
|
-
"default": "
|
|
6493
|
-
"description": "
|
|
6539
|
+
"name": "safe-area-inset-bottom",
|
|
6540
|
+
"default": "`true`",
|
|
6541
|
+
"description": "是否开启[底部安全区适配](#/quickstart#di-bu-an-quan-qu-gua-pei)",
|
|
6494
6542
|
"options": [],
|
|
6495
6543
|
"value": {
|
|
6496
|
-
"type": "
|
|
6544
|
+
"type": "boolean",
|
|
6497
6545
|
"kind": "expression"
|
|
6498
6546
|
}
|
|
6499
6547
|
}
|
|
6500
6548
|
]
|
|
6501
6549
|
},
|
|
6502
6550
|
{
|
|
6503
|
-
"name": "mm-
|
|
6504
|
-
"slots": [
|
|
6505
|
-
|
|
6506
|
-
"name": "delete",
|
|
6507
|
-
"description": "自定义删除按键内容"
|
|
6508
|
-
},
|
|
6509
|
-
{
|
|
6510
|
-
"name": "extra-key",
|
|
6511
|
-
"description": "自定义左下角按键内容"
|
|
6512
|
-
},
|
|
6513
|
-
{
|
|
6514
|
-
"name": "title-left",
|
|
6515
|
-
"description": "自定义标题栏左侧内容"
|
|
6516
|
-
}
|
|
6517
|
-
],
|
|
6518
|
-
"events": [
|
|
6519
|
-
{
|
|
6520
|
-
"name": "getKey",
|
|
6521
|
-
"description": "点击按键时触发"
|
|
6522
|
-
},
|
|
6523
|
-
{
|
|
6524
|
-
"name": "delete",
|
|
6525
|
-
"description": "点击删除键时触发"
|
|
6526
|
-
},
|
|
6527
|
-
{
|
|
6528
|
-
"name": "close",
|
|
6529
|
-
"description": "点击关闭按钮时触发"
|
|
6530
|
-
},
|
|
6531
|
-
{
|
|
6532
|
-
"name": "blur",
|
|
6533
|
-
"description": "点击关闭按钮或非键盘区域时触发"
|
|
6534
|
-
},
|
|
6535
|
-
{
|
|
6536
|
-
"name": "show",
|
|
6537
|
-
"description": "键盘完全弹出时触发"
|
|
6538
|
-
},
|
|
6539
|
-
{
|
|
6540
|
-
"name": "hide",
|
|
6541
|
-
"description": "键盘完全收起时触发"
|
|
6542
|
-
}
|
|
6543
|
-
],
|
|
6551
|
+
"name": "mm-search",
|
|
6552
|
+
"slots": [],
|
|
6553
|
+
"events": [],
|
|
6544
6554
|
"attributes": [
|
|
6545
6555
|
{
|
|
6546
|
-
"name": "
|
|
6547
|
-
"default": "
|
|
6548
|
-
"description": "
|
|
6556
|
+
"name": "background",
|
|
6557
|
+
"default": "`#f2f2f2`",
|
|
6558
|
+
"description": "搜索框背景色",
|
|
6549
6559
|
"options": [],
|
|
6550
6560
|
"value": {
|
|
6551
|
-
"type": "string",
|
|
6561
|
+
"type": "`string`",
|
|
6552
6562
|
"kind": "expression"
|
|
6553
6563
|
}
|
|
6554
6564
|
},
|
|
6555
6565
|
{
|
|
6556
|
-
"name": "show",
|
|
6557
|
-
"default": "
|
|
6558
|
-
"description": "
|
|
6566
|
+
"name": "show-action",
|
|
6567
|
+
"default": "`false`",
|
|
6568
|
+
"description": "是否在搜索框右侧显示取消按钮",
|
|
6559
6569
|
"options": [],
|
|
6560
6570
|
"value": {
|
|
6561
|
-
"type": "boolean",
|
|
6571
|
+
"type": "`boolean`",
|
|
6562
6572
|
"kind": "expression"
|
|
6563
6573
|
}
|
|
6564
6574
|
},
|
|
6565
6575
|
{
|
|
6566
|
-
"name": "
|
|
6567
|
-
"default": "
|
|
6568
|
-
"description": "
|
|
6576
|
+
"name": "disabled",
|
|
6577
|
+
"default": "`false`",
|
|
6578
|
+
"description": "是否禁用输入框",
|
|
6569
6579
|
"options": [],
|
|
6570
6580
|
"value": {
|
|
6571
|
-
"type": "
|
|
6581
|
+
"type": "`boolean`",
|
|
6572
6582
|
"kind": "expression"
|
|
6573
6583
|
}
|
|
6574
6584
|
},
|
|
6575
6585
|
{
|
|
6576
|
-
"name": "
|
|
6577
|
-
"default": "`
|
|
6578
|
-
"description": "
|
|
6586
|
+
"name": "readonly",
|
|
6587
|
+
"default": "`false`",
|
|
6588
|
+
"description": "是否只读",
|
|
6579
6589
|
"options": [],
|
|
6580
6590
|
"value": {
|
|
6581
|
-
"type": "
|
|
6591
|
+
"type": "`boolean`",
|
|
6582
6592
|
"kind": "expression"
|
|
6583
6593
|
}
|
|
6584
6594
|
},
|
|
6585
6595
|
{
|
|
6586
|
-
"name": "
|
|
6587
|
-
"default": "
|
|
6588
|
-
"description": "
|
|
6596
|
+
"name": "error",
|
|
6597
|
+
"default": "`false`",
|
|
6598
|
+
"description": "是否将输入内容标红",
|
|
6589
6599
|
"options": [],
|
|
6590
6600
|
"value": {
|
|
6591
|
-
"type": "
|
|
6601
|
+
"type": "`boolean`",
|
|
6592
6602
|
"kind": "expression"
|
|
6593
6603
|
}
|
|
6594
6604
|
},
|
|
6595
6605
|
{
|
|
6596
|
-
"name": "
|
|
6597
|
-
"default": "`
|
|
6598
|
-
"description": "
|
|
6606
|
+
"name": "input-align",
|
|
6607
|
+
"default": "`left`",
|
|
6608
|
+
"description": "输入框内容对齐方式,可选值为 `center` `right`",
|
|
6599
6609
|
"options": [],
|
|
6600
6610
|
"value": {
|
|
6601
|
-
"type": "
|
|
6611
|
+
"type": "`string`",
|
|
6602
6612
|
"kind": "expression"
|
|
6603
6613
|
}
|
|
6604
6614
|
},
|
|
6605
6615
|
{
|
|
6606
|
-
"name": "
|
|
6607
|
-
"default": "`
|
|
6608
|
-
"description": "
|
|
6616
|
+
"name": "fixed",
|
|
6617
|
+
"default": "`false`",
|
|
6618
|
+
"description": "是否固定在头部",
|
|
6609
6619
|
"options": [],
|
|
6610
6620
|
"value": {
|
|
6611
|
-
"type": "
|
|
6621
|
+
"type": "`boolean`",
|
|
6612
6622
|
"kind": "expression"
|
|
6613
6623
|
}
|
|
6614
6624
|
},
|
|
6615
6625
|
{
|
|
6616
|
-
"name": "
|
|
6617
|
-
"default": "`
|
|
6618
|
-
"description": "
|
|
6626
|
+
"name": "offset",
|
|
6627
|
+
"default": "`0`",
|
|
6628
|
+
"description": "头部偏移量",
|
|
6619
6629
|
"options": [],
|
|
6620
6630
|
"value": {
|
|
6621
|
-
"type": "
|
|
6631
|
+
"type": "`number`",
|
|
6622
6632
|
"kind": "expression"
|
|
6623
6633
|
}
|
|
6624
6634
|
},
|
|
6625
6635
|
{
|
|
6626
|
-
"name": "
|
|
6627
|
-
"default": "
|
|
6628
|
-
"description": "
|
|
6636
|
+
"name": "mcrm",
|
|
6637
|
+
"default": "`false`",
|
|
6638
|
+
"description": "是否是网格通专属布局",
|
|
6629
6639
|
"options": [],
|
|
6630
6640
|
"value": {
|
|
6631
|
-
"type": "
|
|
6641
|
+
"type": "`boolean`",
|
|
6632
6642
|
"kind": "expression"
|
|
6633
6643
|
}
|
|
6634
6644
|
},
|
|
6635
6645
|
{
|
|
6636
|
-
"name": "
|
|
6637
|
-
"default": "
|
|
6638
|
-
"description": "
|
|
6646
|
+
"name": "history",
|
|
6647
|
+
"default": "`{}`",
|
|
6648
|
+
"description": "搜索历史记录缓存,`{mode:'',cacheKey:'''}`,`mode`:缓存模式,可选指 `session`、`local`, `cacheKey`:缓存的 key 值",
|
|
6639
6649
|
"options": [],
|
|
6640
6650
|
"value": {
|
|
6641
|
-
"type": "
|
|
6651
|
+
"type": "`object`",
|
|
6642
6652
|
"kind": "expression"
|
|
6643
6653
|
}
|
|
6644
6654
|
},
|
|
6645
6655
|
{
|
|
6646
|
-
"name": "
|
|
6647
|
-
"default": "`
|
|
6648
|
-
"description": "
|
|
6649
|
-
"options": [
|
|
6656
|
+
"name": "h-max-length",
|
|
6657
|
+
"default": "string`",
|
|
6658
|
+
"description": "搜索历史记录缓存最大个数",
|
|
6659
|
+
"options": [
|
|
6660
|
+
"8"
|
|
6661
|
+
],
|
|
6650
6662
|
"value": {
|
|
6651
|
-
"type": "
|
|
6663
|
+
"type": "`number",
|
|
6652
6664
|
"kind": "expression"
|
|
6653
6665
|
}
|
|
6654
6666
|
},
|
|
6655
6667
|
{
|
|
6656
|
-
"name": "
|
|
6657
|
-
"default": "`
|
|
6658
|
-
"description": "
|
|
6668
|
+
"name": "auto-focus",
|
|
6669
|
+
"default": "`false`",
|
|
6670
|
+
"description": "输入框自动聚焦",
|
|
6659
6671
|
"options": [],
|
|
6660
6672
|
"value": {
|
|
6661
|
-
"type": "boolean",
|
|
6673
|
+
"type": "`boolean`",
|
|
6662
6674
|
"kind": "expression"
|
|
6663
6675
|
}
|
|
6664
6676
|
},
|
|
6665
6677
|
{
|
|
6666
|
-
"name": "
|
|
6667
|
-
"default": "`
|
|
6668
|
-
"description": "
|
|
6678
|
+
"name": "is-trim",
|
|
6679
|
+
"default": "`false`",
|
|
6680
|
+
"description": "是否去空格",
|
|
6669
6681
|
"options": [],
|
|
6670
6682
|
"value": {
|
|
6671
|
-
"type": "boolean",
|
|
6683
|
+
"type": "`boolean`",
|
|
6672
6684
|
"kind": "expression"
|
|
6673
6685
|
}
|
|
6674
6686
|
},
|
|
6675
6687
|
{
|
|
6676
|
-
"name": "
|
|
6677
|
-
"default": "
|
|
6678
|
-
"description": "
|
|
6688
|
+
"name": "regular",
|
|
6689
|
+
"default": "``",
|
|
6690
|
+
"description": "正则表达式,将匹配到的内容替换为空值",
|
|
6679
6691
|
"options": [],
|
|
6680
6692
|
"value": {
|
|
6681
|
-
"type": "
|
|
6693
|
+
"type": "`RegExp`",
|
|
6682
6694
|
"kind": "expression"
|
|
6683
6695
|
}
|
|
6684
6696
|
}
|
|
@@ -6797,113 +6809,262 @@
|
|
|
6797
6809
|
"description": "是否在页面回退时自动关闭",
|
|
6798
6810
|
"options": [],
|
|
6799
6811
|
"value": {
|
|
6800
|
-
"type": "boolean",
|
|
6812
|
+
"type": "boolean",
|
|
6813
|
+
"kind": "expression"
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"name": "close-on-click-overlay",
|
|
6818
|
+
"default": "`true`",
|
|
6819
|
+
"description": "是否在点击遮罩层后关闭",
|
|
6820
|
+
"options": [],
|
|
6821
|
+
"value": {
|
|
6822
|
+
"type": "boolean",
|
|
6823
|
+
"kind": "expression"
|
|
6824
|
+
}
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"name": "safe-area-inset-bottom",
|
|
6828
|
+
"default": "`true`",
|
|
6829
|
+
"description": "是否开启[底部安全区适配](#/quickstart#di-bu-an-quan-qu-gua-pei)",
|
|
6830
|
+
"options": [],
|
|
6831
|
+
"value": {
|
|
6832
|
+
"type": "boolean",
|
|
6833
|
+
"kind": "expression"
|
|
6834
|
+
}
|
|
6835
|
+
},
|
|
6836
|
+
{
|
|
6837
|
+
"name": "get-container",
|
|
6838
|
+
"default": "-",
|
|
6839
|
+
"description": "指定挂载的节点,[用法示例](#/popup#zhi-ding-gua-zai-wei-zhi)",
|
|
6840
|
+
"options": [],
|
|
6841
|
+
"value": {
|
|
6842
|
+
"type": "string | () => Element",
|
|
6843
|
+
"kind": "expression"
|
|
6844
|
+
}
|
|
6845
|
+
}
|
|
6846
|
+
]
|
|
6847
|
+
},
|
|
6848
|
+
{
|
|
6849
|
+
"name": "mm-sidebar",
|
|
6850
|
+
"slots": [],
|
|
6851
|
+
"events": [
|
|
6852
|
+
{
|
|
6853
|
+
"name": "change",
|
|
6854
|
+
"description": "切换导航项时触发"
|
|
6855
|
+
}
|
|
6856
|
+
],
|
|
6857
|
+
"attributes": [
|
|
6858
|
+
{
|
|
6859
|
+
"name": "v-model",
|
|
6860
|
+
"default": "`0`",
|
|
6861
|
+
"description": "当前导航项的索引",
|
|
6862
|
+
"options": [],
|
|
6863
|
+
"value": {
|
|
6864
|
+
"type": "number | string",
|
|
6865
|
+
"kind": "expression"
|
|
6866
|
+
}
|
|
6867
|
+
}
|
|
6868
|
+
]
|
|
6869
|
+
},
|
|
6870
|
+
{
|
|
6871
|
+
"name": "mm-sidebar-item",
|
|
6872
|
+
"slots": [
|
|
6873
|
+
{
|
|
6874
|
+
"name": "title",
|
|
6875
|
+
"description": "自定义标题"
|
|
6876
|
+
}
|
|
6877
|
+
],
|
|
6878
|
+
"events": [
|
|
6879
|
+
{
|
|
6880
|
+
"name": "click",
|
|
6881
|
+
"description": "点击时触发"
|
|
6882
|
+
}
|
|
6883
|
+
],
|
|
6884
|
+
"attributes": [
|
|
6885
|
+
{
|
|
6886
|
+
"name": "title",
|
|
6887
|
+
"default": "`''`",
|
|
6888
|
+
"description": "内容",
|
|
6889
|
+
"options": [],
|
|
6890
|
+
"value": {
|
|
6891
|
+
"type": "string",
|
|
6892
|
+
"kind": "expression"
|
|
6893
|
+
}
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "dot",
|
|
6897
|
+
"default": "`false`",
|
|
6898
|
+
"description": "是否显示右上角小红点",
|
|
6899
|
+
"options": [],
|
|
6900
|
+
"value": {
|
|
6901
|
+
"type": "boolean",
|
|
6902
|
+
"kind": "expression"
|
|
6903
|
+
}
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"name": "badge",
|
|
6907
|
+
"default": "-",
|
|
6908
|
+
"description": "图标右上角徽标的内容",
|
|
6909
|
+
"options": [],
|
|
6910
|
+
"value": {
|
|
6911
|
+
"type": "number | string",
|
|
6912
|
+
"kind": "expression"
|
|
6913
|
+
}
|
|
6914
|
+
},
|
|
6915
|
+
{
|
|
6916
|
+
"name": "disabled",
|
|
6917
|
+
"default": "`false`",
|
|
6918
|
+
"description": "是否禁用该项",
|
|
6919
|
+
"options": [],
|
|
6920
|
+
"value": {
|
|
6921
|
+
"type": "boolean",
|
|
6922
|
+
"kind": "expression"
|
|
6923
|
+
}
|
|
6924
|
+
},
|
|
6925
|
+
{
|
|
6926
|
+
"name": "url",
|
|
6927
|
+
"default": "-",
|
|
6928
|
+
"description": "点击后跳转的链接地址",
|
|
6929
|
+
"options": [],
|
|
6930
|
+
"value": {
|
|
6931
|
+
"type": "string",
|
|
6932
|
+
"kind": "expression"
|
|
6933
|
+
}
|
|
6934
|
+
},
|
|
6935
|
+
{
|
|
6936
|
+
"name": "to",
|
|
6937
|
+
"default": "-",
|
|
6938
|
+
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to)",
|
|
6939
|
+
"options": [],
|
|
6940
|
+
"value": {
|
|
6941
|
+
"type": "string | object",
|
|
6942
|
+
"kind": "expression"
|
|
6943
|
+
}
|
|
6944
|
+
},
|
|
6945
|
+
{
|
|
6946
|
+
"name": "replace",
|
|
6947
|
+
"default": "`false`",
|
|
6948
|
+
"description": "是否在跳转时替换当前页面历史",
|
|
6949
|
+
"options": [],
|
|
6950
|
+
"value": {
|
|
6951
|
+
"type": "boolean",
|
|
6952
|
+
"kind": "expression"
|
|
6953
|
+
}
|
|
6954
|
+
}
|
|
6955
|
+
]
|
|
6956
|
+
},
|
|
6957
|
+
{
|
|
6958
|
+
"name": "mm-slider",
|
|
6959
|
+
"slots": [
|
|
6960
|
+
{
|
|
6961
|
+
"name": "button",
|
|
6962
|
+
"description": "自定义滑动按钮"
|
|
6963
|
+
}
|
|
6964
|
+
],
|
|
6965
|
+
"events": [
|
|
6966
|
+
{
|
|
6967
|
+
"name": "input",
|
|
6968
|
+
"description": "进度变化时实时触发"
|
|
6969
|
+
},
|
|
6970
|
+
{
|
|
6971
|
+
"name": "change",
|
|
6972
|
+
"description": "进度变化且结束拖动后触发"
|
|
6973
|
+
},
|
|
6974
|
+
{
|
|
6975
|
+
"name": "drag-start",
|
|
6976
|
+
"description": "开始拖动时触发"
|
|
6977
|
+
},
|
|
6978
|
+
{
|
|
6979
|
+
"name": "drag-end",
|
|
6980
|
+
"description": "结束拖动时触发"
|
|
6981
|
+
}
|
|
6982
|
+
],
|
|
6983
|
+
"attributes": [
|
|
6984
|
+
{
|
|
6985
|
+
"name": "value",
|
|
6986
|
+
"default": "`0`",
|
|
6987
|
+
"description": "当前进度百分比",
|
|
6988
|
+
"options": [],
|
|
6989
|
+
"value": {
|
|
6990
|
+
"type": "number",
|
|
6801
6991
|
"kind": "expression"
|
|
6802
6992
|
}
|
|
6803
6993
|
},
|
|
6804
6994
|
{
|
|
6805
|
-
"name": "
|
|
6806
|
-
"default": "`
|
|
6807
|
-
"description": "
|
|
6995
|
+
"name": "max",
|
|
6996
|
+
"default": "`100`",
|
|
6997
|
+
"description": "最大值",
|
|
6808
6998
|
"options": [],
|
|
6809
6999
|
"value": {
|
|
6810
|
-
"type": "
|
|
7000
|
+
"type": "number | string",
|
|
6811
7001
|
"kind": "expression"
|
|
6812
7002
|
}
|
|
6813
7003
|
},
|
|
6814
7004
|
{
|
|
6815
|
-
"name": "
|
|
6816
|
-
"default": "`
|
|
6817
|
-
"description": "
|
|
7005
|
+
"name": "min",
|
|
7006
|
+
"default": "`0`",
|
|
7007
|
+
"description": "最小值",
|
|
6818
7008
|
"options": [],
|
|
6819
7009
|
"value": {
|
|
6820
|
-
"type": "
|
|
7010
|
+
"type": "number | string",
|
|
6821
7011
|
"kind": "expression"
|
|
6822
7012
|
}
|
|
6823
7013
|
},
|
|
6824
7014
|
{
|
|
6825
|
-
"name": "
|
|
6826
|
-
"default": "
|
|
6827
|
-
"description": "
|
|
7015
|
+
"name": "step",
|
|
7016
|
+
"default": "`1`",
|
|
7017
|
+
"description": "步长",
|
|
6828
7018
|
"options": [],
|
|
6829
7019
|
"value": {
|
|
6830
|
-
"type": "
|
|
7020
|
+
"type": "number | string",
|
|
6831
7021
|
"kind": "expression"
|
|
6832
7022
|
}
|
|
6833
|
-
}
|
|
6834
|
-
]
|
|
6835
|
-
},
|
|
6836
|
-
{
|
|
6837
|
-
"name": "mm-sidebar",
|
|
6838
|
-
"slots": [],
|
|
6839
|
-
"events": [
|
|
6840
|
-
{
|
|
6841
|
-
"name": "change",
|
|
6842
|
-
"description": "切换导航项时触发"
|
|
6843
|
-
}
|
|
6844
|
-
],
|
|
6845
|
-
"attributes": [
|
|
7023
|
+
},
|
|
6846
7024
|
{
|
|
6847
|
-
"name": "
|
|
6848
|
-
"default": "`
|
|
6849
|
-
"description": "
|
|
7025
|
+
"name": "bar-height",
|
|
7026
|
+
"default": "`2px`",
|
|
7027
|
+
"description": "进度条高度,默认单位为`px`",
|
|
6850
7028
|
"options": [],
|
|
6851
7029
|
"value": {
|
|
6852
7030
|
"type": "number | string",
|
|
6853
7031
|
"kind": "expression"
|
|
6854
7032
|
}
|
|
6855
|
-
}
|
|
6856
|
-
]
|
|
6857
|
-
},
|
|
6858
|
-
{
|
|
6859
|
-
"name": "mm-sidebar-item",
|
|
6860
|
-
"slots": [
|
|
6861
|
-
{
|
|
6862
|
-
"name": "title",
|
|
6863
|
-
"description": "自定义标题"
|
|
6864
|
-
}
|
|
6865
|
-
],
|
|
6866
|
-
"events": [
|
|
6867
|
-
{
|
|
6868
|
-
"name": "click",
|
|
6869
|
-
"description": "点击时触发"
|
|
6870
|
-
}
|
|
6871
|
-
],
|
|
6872
|
-
"attributes": [
|
|
7033
|
+
},
|
|
6873
7034
|
{
|
|
6874
|
-
"name": "
|
|
6875
|
-
"default": "`
|
|
6876
|
-
"description": "
|
|
7035
|
+
"name": "button-size",
|
|
7036
|
+
"default": "`24px`",
|
|
7037
|
+
"description": "滑块按钮大小,默认单位为`px`",
|
|
6877
7038
|
"options": [],
|
|
6878
7039
|
"value": {
|
|
6879
|
-
"type": "string",
|
|
7040
|
+
"type": "number | string",
|
|
6880
7041
|
"kind": "expression"
|
|
6881
7042
|
}
|
|
6882
7043
|
},
|
|
6883
7044
|
{
|
|
6884
|
-
"name": "
|
|
6885
|
-
"default": "`
|
|
6886
|
-
"description": "
|
|
7045
|
+
"name": "active-color",
|
|
7046
|
+
"default": "`#1989fa`",
|
|
7047
|
+
"description": "进度条激活态颜色",
|
|
6887
7048
|
"options": [],
|
|
6888
7049
|
"value": {
|
|
6889
|
-
"type": "
|
|
7050
|
+
"type": "string",
|
|
6890
7051
|
"kind": "expression"
|
|
6891
7052
|
}
|
|
6892
7053
|
},
|
|
6893
7054
|
{
|
|
6894
|
-
"name": "
|
|
6895
|
-
"default": "
|
|
6896
|
-
"description": "
|
|
7055
|
+
"name": "inactive-color",
|
|
7056
|
+
"default": "`#e5e5e5`",
|
|
7057
|
+
"description": "进度条非激活态颜色",
|
|
6897
7058
|
"options": [],
|
|
6898
7059
|
"value": {
|
|
6899
|
-
"type": "
|
|
7060
|
+
"type": "string",
|
|
6900
7061
|
"kind": "expression"
|
|
6901
7062
|
}
|
|
6902
7063
|
},
|
|
6903
7064
|
{
|
|
6904
7065
|
"name": "disabled",
|
|
6905
7066
|
"default": "`false`",
|
|
6906
|
-
"description": "
|
|
7067
|
+
"description": "是否禁用滑块",
|
|
6907
7068
|
"options": [],
|
|
6908
7069
|
"value": {
|
|
6909
7070
|
"type": "boolean",
|
|
@@ -6911,32 +7072,22 @@
|
|
|
6911
7072
|
}
|
|
6912
7073
|
},
|
|
6913
7074
|
{
|
|
6914
|
-
"name": "
|
|
6915
|
-
"default": "
|
|
6916
|
-
"description": "
|
|
6917
|
-
"options": [],
|
|
6918
|
-
"value": {
|
|
6919
|
-
"type": "string",
|
|
6920
|
-
"kind": "expression"
|
|
6921
|
-
}
|
|
6922
|
-
},
|
|
6923
|
-
{
|
|
6924
|
-
"name": "to",
|
|
6925
|
-
"default": "-",
|
|
6926
|
-
"description": "点击后跳转的目标路由对象,同 vue-router 的 [to 属性](https://router.vuejs.org/zh/api/#to)",
|
|
7075
|
+
"name": "vertical",
|
|
7076
|
+
"default": "`false`",
|
|
7077
|
+
"description": "是否垂直展示",
|
|
6927
7078
|
"options": [],
|
|
6928
7079
|
"value": {
|
|
6929
|
-
"type": "
|
|
7080
|
+
"type": "boolean",
|
|
6930
7081
|
"kind": "expression"
|
|
6931
7082
|
}
|
|
6932
7083
|
},
|
|
6933
7084
|
{
|
|
6934
|
-
"name": "
|
|
6935
|
-
"default": "
|
|
6936
|
-
"description": "
|
|
7085
|
+
"name": "height",
|
|
7086
|
+
"default": "`-`",
|
|
7087
|
+
"description": "组件高度",
|
|
6937
7088
|
"options": [],
|
|
6938
7089
|
"value": {
|
|
6939
|
-
"type": "
|
|
7090
|
+
"type": "number | string",
|
|
6940
7091
|
"kind": "expression"
|
|
6941
7092
|
}
|
|
6942
7093
|
}
|
|
@@ -7184,145 +7335,6 @@
|
|
|
7184
7335
|
}
|
|
7185
7336
|
]
|
|
7186
7337
|
},
|
|
7187
|
-
{
|
|
7188
|
-
"name": "mm-slider",
|
|
7189
|
-
"slots": [
|
|
7190
|
-
{
|
|
7191
|
-
"name": "button",
|
|
7192
|
-
"description": "自定义滑动按钮"
|
|
7193
|
-
}
|
|
7194
|
-
],
|
|
7195
|
-
"events": [
|
|
7196
|
-
{
|
|
7197
|
-
"name": "input",
|
|
7198
|
-
"description": "进度变化时实时触发"
|
|
7199
|
-
},
|
|
7200
|
-
{
|
|
7201
|
-
"name": "change",
|
|
7202
|
-
"description": "进度变化且结束拖动后触发"
|
|
7203
|
-
},
|
|
7204
|
-
{
|
|
7205
|
-
"name": "drag-start",
|
|
7206
|
-
"description": "开始拖动时触发"
|
|
7207
|
-
},
|
|
7208
|
-
{
|
|
7209
|
-
"name": "drag-end",
|
|
7210
|
-
"description": "结束拖动时触发"
|
|
7211
|
-
}
|
|
7212
|
-
],
|
|
7213
|
-
"attributes": [
|
|
7214
|
-
{
|
|
7215
|
-
"name": "value",
|
|
7216
|
-
"default": "`0`",
|
|
7217
|
-
"description": "当前进度百分比",
|
|
7218
|
-
"options": [],
|
|
7219
|
-
"value": {
|
|
7220
|
-
"type": "number",
|
|
7221
|
-
"kind": "expression"
|
|
7222
|
-
}
|
|
7223
|
-
},
|
|
7224
|
-
{
|
|
7225
|
-
"name": "max",
|
|
7226
|
-
"default": "`100`",
|
|
7227
|
-
"description": "最大值",
|
|
7228
|
-
"options": [],
|
|
7229
|
-
"value": {
|
|
7230
|
-
"type": "number | string",
|
|
7231
|
-
"kind": "expression"
|
|
7232
|
-
}
|
|
7233
|
-
},
|
|
7234
|
-
{
|
|
7235
|
-
"name": "min",
|
|
7236
|
-
"default": "`0`",
|
|
7237
|
-
"description": "最小值",
|
|
7238
|
-
"options": [],
|
|
7239
|
-
"value": {
|
|
7240
|
-
"type": "number | string",
|
|
7241
|
-
"kind": "expression"
|
|
7242
|
-
}
|
|
7243
|
-
},
|
|
7244
|
-
{
|
|
7245
|
-
"name": "step",
|
|
7246
|
-
"default": "`1`",
|
|
7247
|
-
"description": "步长",
|
|
7248
|
-
"options": [],
|
|
7249
|
-
"value": {
|
|
7250
|
-
"type": "number | string",
|
|
7251
|
-
"kind": "expression"
|
|
7252
|
-
}
|
|
7253
|
-
},
|
|
7254
|
-
{
|
|
7255
|
-
"name": "bar-height",
|
|
7256
|
-
"default": "`2px`",
|
|
7257
|
-
"description": "进度条高度,默认单位为`px`",
|
|
7258
|
-
"options": [],
|
|
7259
|
-
"value": {
|
|
7260
|
-
"type": "number | string",
|
|
7261
|
-
"kind": "expression"
|
|
7262
|
-
}
|
|
7263
|
-
},
|
|
7264
|
-
{
|
|
7265
|
-
"name": "button-size",
|
|
7266
|
-
"default": "`24px`",
|
|
7267
|
-
"description": "滑块按钮大小,默认单位为`px`",
|
|
7268
|
-
"options": [],
|
|
7269
|
-
"value": {
|
|
7270
|
-
"type": "number | string",
|
|
7271
|
-
"kind": "expression"
|
|
7272
|
-
}
|
|
7273
|
-
},
|
|
7274
|
-
{
|
|
7275
|
-
"name": "active-color",
|
|
7276
|
-
"default": "`#1989fa`",
|
|
7277
|
-
"description": "进度条激活态颜色",
|
|
7278
|
-
"options": [],
|
|
7279
|
-
"value": {
|
|
7280
|
-
"type": "string",
|
|
7281
|
-
"kind": "expression"
|
|
7282
|
-
}
|
|
7283
|
-
},
|
|
7284
|
-
{
|
|
7285
|
-
"name": "inactive-color",
|
|
7286
|
-
"default": "`#e5e5e5`",
|
|
7287
|
-
"description": "进度条非激活态颜色",
|
|
7288
|
-
"options": [],
|
|
7289
|
-
"value": {
|
|
7290
|
-
"type": "string",
|
|
7291
|
-
"kind": "expression"
|
|
7292
|
-
}
|
|
7293
|
-
},
|
|
7294
|
-
{
|
|
7295
|
-
"name": "disabled",
|
|
7296
|
-
"default": "`false`",
|
|
7297
|
-
"description": "是否禁用滑块",
|
|
7298
|
-
"options": [],
|
|
7299
|
-
"value": {
|
|
7300
|
-
"type": "boolean",
|
|
7301
|
-
"kind": "expression"
|
|
7302
|
-
}
|
|
7303
|
-
},
|
|
7304
|
-
{
|
|
7305
|
-
"name": "vertical",
|
|
7306
|
-
"default": "`false`",
|
|
7307
|
-
"description": "是否垂直展示",
|
|
7308
|
-
"options": [],
|
|
7309
|
-
"value": {
|
|
7310
|
-
"type": "boolean",
|
|
7311
|
-
"kind": "expression"
|
|
7312
|
-
}
|
|
7313
|
-
},
|
|
7314
|
-
{
|
|
7315
|
-
"name": "height",
|
|
7316
|
-
"default": "`-`",
|
|
7317
|
-
"description": "组件高度",
|
|
7318
|
-
"options": [],
|
|
7319
|
-
"value": {
|
|
7320
|
-
"type": "number | string",
|
|
7321
|
-
"kind": "expression"
|
|
7322
|
-
}
|
|
7323
|
-
}
|
|
7324
|
-
]
|
|
7325
|
-
},
|
|
7326
7338
|
{
|
|
7327
7339
|
"name": "mm-steps",
|
|
7328
7340
|
"slots": [],
|