|
56 | 56 | {
|
57 | 57 | "name": "Image",
|
58 | 58 | "type": "component",
|
59 |
| - "tarodoc": true, |
60 | 59 | "cName": "图片",
|
61 | 60 | "desc": "增强版的 img 标签,提供多种图片填充模式,支持图片加载中提示、加载失败提示。",
|
62 | 61 | "sort": 8,
|
|
71 | 70 | "sort": 5,
|
72 | 71 | "show": true,
|
73 | 72 | "author": ""
|
| 73 | + }, |
| 74 | + { |
| 75 | + "name": "Popup", |
| 76 | + "sort": 9, |
| 77 | + "cName": "弹出层", |
| 78 | + "type": "component", |
| 79 | + "show": true, |
| 80 | + "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示", |
| 81 | + "author": "" |
74 | 82 | }
|
75 | 83 | ]
|
76 | 84 | },
|
|
150 | 158 | "name": "导航组件",
|
151 | 159 | "enName": "nav",
|
152 | 160 | "packages": [
|
153 |
| - { |
154 |
| - "name": "BackTop", |
155 |
| - "type": "component", |
156 |
| - "cName": "返回顶部", |
157 |
| - "desc": "提供较长的页面快捷返回顶部功能。", |
158 |
| - "sort": 2, |
159 |
| - "show": false, |
160 |
| - "author": "" |
161 |
| - }, |
162 | 161 | {
|
163 | 162 | "name": "Elevator",
|
164 | 163 | "type": "component",
|
|
177 | 176 | "show": true,
|
178 | 177 | "author": ""
|
179 | 178 | },
|
| 179 | + { |
| 180 | + "name": "Indicator", |
| 181 | + "type": "component", |
| 182 | + "cName": "指示器", |
| 183 | + "desc": "显示一个任务或流程的进度,常用于开通流程。", |
| 184 | + "sort": 16, |
| 185 | + "show": true, |
| 186 | + "author": "" |
| 187 | + }, |
180 | 188 | {
|
181 | 189 | "name": "NavBar",
|
182 | 190 | "type": "component",
|
183 | 191 | "cName": "头部导航",
|
184 | 192 | "desc": "提供导航功能。",
|
185 | 193 | "sort": 1,
|
186 |
| - "show": false, |
| 194 | + "show": true, |
187 | 195 | "author": ""
|
188 | 196 | },
|
189 | 197 | {
|
190 |
| - "name": "SideNavBar", |
| 198 | + "name": "Pagination", |
191 | 199 | "type": "component",
|
192 |
| - "cName": "侧边栏导航", |
193 |
| - "desc": "用于内容选择和切换", |
194 |
| - "sort": 9, |
| 200 | + "cName": "分页", |
| 201 | + "desc": "当数据量较多时,采用分页的形式分隔长列表。", |
| 202 | + "sort": 6, |
195 | 203 | "show": true,
|
196 | 204 | "author": ""
|
197 | 205 | },
|
198 | 206 | {
|
199 |
| - "name": "NavBar", |
| 207 | + "name": "SideNavBar", |
200 | 208 | "type": "component",
|
201 |
| - "cName": "头部导航", |
202 |
| - "desc": "提供导航功能。", |
203 |
| - "sort": 5, |
| 209 | + "cName": "侧边栏导航", |
| 210 | + "desc": "用于内容选择和切换", |
| 211 | + "sort": 9, |
204 | 212 | "show": true,
|
205 | 213 | "author": ""
|
206 | 214 | },
|
|
275 | 283 | "desc": "地址组件",
|
276 | 284 | "sort": 3,
|
277 | 285 | "show": false,
|
278 |
| - "taro": true, |
279 | 286 | "author": ""
|
280 | 287 | },
|
281 | 288 | {
|
|
451 | 458 | "cName": "搜索栏",
|
452 | 459 | "desc": "用于搜索场景的输入框组件",
|
453 | 460 | "sort": 16,
|
454 |
| - "show": false, |
| 461 | + "show": true, |
455 | 462 | "author": ""
|
456 | 463 | },
|
457 | 464 | {
|
|
472 | 479 | "show": false,
|
473 | 480 | "author": ""
|
474 | 481 | },
|
475 |
| - { |
476 |
| - "name": "Switch", |
477 |
| - "type": "component", |
478 |
| - "cName": "开关", |
479 |
| - "desc": "用来打开或关闭选项。", |
480 |
| - "sort": 11, |
481 |
| - "show": false, |
482 |
| - "author": "" |
483 |
| - }, |
484 | 482 | {
|
485 | 483 | "name": "TextArea",
|
486 | 484 | "type": "component",
|
487 | 485 | "cName": "文本域",
|
488 | 486 | "desc": "文本框内输入或编辑文字,支持限制输入数量。",
|
489 | 487 | "sort": 2,
|
490 |
| - "show": true, |
| 488 | + "show": false, |
491 | 489 | "author": ""
|
492 | 490 | },
|
493 | 491 | {
|
|
523 | 521 | "show": true,
|
524 | 522 | "author": ""
|
525 | 523 | },
|
526 |
| - { |
527 |
| - "name": "Badge", |
528 |
| - "type": "component", |
529 |
| - "cName": "徽标", |
530 |
| - "desc": "在图标或文字右上角的红色圆点、数字或者文字,表示有新内容或者待处理的信息。", |
531 |
| - "sort": 4, |
532 |
| - "show": false, |
533 |
| - "author": "" |
534 |
| - }, |
535 | 524 | {
|
536 | 525 | "name": "Dialog",
|
537 | 526 | "type": "component",
|
538 | 527 | "cName": "对话框",
|
539 | 528 | "desc": "模态对话框",
|
540 | 529 | "sort": 12,
|
541 |
| - "show": false, |
| 530 | + "show": true, |
542 | 531 | "author": ""
|
543 | 532 | },
|
544 | 533 | {
|
|
550 | 539 | "show": true,
|
551 | 540 | "author": ""
|
552 | 541 | },
|
553 |
| - { |
554 |
| - "name": "Empty", |
555 |
| - "type": "component", |
556 |
| - "cName": "空状态", |
557 |
| - "desc": "空状态时的占位提示", |
558 |
| - "sort": 16, |
559 |
| - "show": false, |
560 |
| - "author": "" |
561 |
| - }, |
562 | 542 | {
|
563 | 543 | "name": "InfiniteLoading",
|
564 | 544 | "type": "component",
|
|
568 | 548 | "show": false,
|
569 | 549 | "author": ""
|
570 | 550 | },
|
571 |
| - { |
572 |
| - "name": "NoticeBar", |
573 |
| - "type": "component", |
574 |
| - "cName": "公告栏", |
575 |
| - "desc": "用于循环播放展示一组消息通知。", |
576 |
| - "sort": 11, |
577 |
| - "show": false, |
578 |
| - "author": "" |
579 |
| - }, |
580 | 551 | {
|
581 | 552 | "name": "Notify",
|
582 | 553 | "type": "component",
|
|
604 | 575 | "show": false,
|
605 | 576 | "author": ""
|
606 | 577 | },
|
607 |
| - { |
608 |
| - "name": "Skeleton", |
609 |
| - "type": "component", |
610 |
| - "cName": "骨架屏", |
611 |
| - "desc": "在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果。", |
612 |
| - "sort": 15, |
613 |
| - "show": true, |
614 |
| - "author": "" |
615 |
| - }, |
616 | 578 | {
|
617 | 579 | "name": "Swipe",
|
618 | 580 | "type": "component",
|
|
623 | 585 | "author": ""
|
624 | 586 | },
|
625 | 587 | {
|
626 |
| - "name": "Popup", |
627 |
| - "sort": 9, |
628 |
| - "cName": "弹出层", |
| 588 | + "name": "Switch", |
629 | 589 | "type": "component",
|
| 590 | + "cName": "开关", |
| 591 | + "desc": "用来打开或关闭选项。", |
| 592 | + "sort": 11, |
630 | 593 | "show": true,
|
631 |
| - "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示", |
632 | 594 | "author": ""
|
633 | 595 | },
|
634 | 596 | {
|
635 | 597 | "name": "Toast",
|
636 | 598 | "type": "component",
|
637 |
| - "tarodoc": true, |
638 | 599 | "cName": "吐司",
|
639 | 600 | "desc": "轻提示",
|
640 | 601 | "sort": 1,
|
|
693 | 654 | "exportEmpty": true,
|
694 | 655 | "author": ""
|
695 | 656 | },
|
| 657 | + { |
| 658 | + "name": "Badge", |
| 659 | + "type": "component", |
| 660 | + "cName": "徽标", |
| 661 | + "desc": "在图标或文字右上角的红色圆点、数字或者文字,表示有新内容或者待处理的信息。", |
| 662 | + "sort": 4, |
| 663 | + "show": true, |
| 664 | + "author": "" |
| 665 | + }, |
696 | 666 | {
|
697 | 667 | "name": "CircleProgress",
|
698 | 668 | "type": "component",
|
|
739 | 709 | "show": true,
|
740 | 710 | "author": ""
|
741 | 711 | },
|
| 712 | + { |
| 713 | + "name": "Empty", |
| 714 | + "type": "component", |
| 715 | + "cName": "空状态", |
| 716 | + "desc": "空状态时的占位提示", |
| 717 | + "sort": 16, |
| 718 | + "show": true, |
| 719 | + "author": "" |
| 720 | + }, |
742 | 721 | {
|
743 | 722 | "name": "ImagePreview",
|
744 | 723 | "type": "component",
|
|
749 | 728 | "author": ""
|
750 | 729 | },
|
751 | 730 | {
|
752 |
| - "name": "Indicator", |
| 731 | + "name": "NoticeBar", |
753 | 732 | "type": "component",
|
754 |
| - "cName": "指示器", |
755 |
| - "desc": "显示一个任务或流程的进度,常用于开通流程。", |
756 |
| - "sort": 16, |
| 733 | + "cName": "公告栏", |
| 734 | + "desc": "用于循环播放展示一组消息通知。", |
| 735 | + "sort": 11, |
757 | 736 | "show": true,
|
758 | 737 | "author": ""
|
759 | 738 | },
|
|
766 | 745 | "show": true,
|
767 | 746 | "author": ""
|
768 | 747 | },
|
769 |
| - { |
770 |
| - "name": "Pagination", |
771 |
| - "type": "component", |
772 |
| - "cName": "分页", |
773 |
| - "desc": "当数据量较多时,采用分页的形式分隔长列表。", |
774 |
| - "sort": 6, |
775 |
| - "show": true, |
776 |
| - "author": "" |
777 |
| - }, |
778 | 748 | {
|
779 | 749 | "name": "Price",
|
780 | 750 | "type": "component",
|
|
793 | 763 | "show": true,
|
794 | 764 | "author": ""
|
795 | 765 | },
|
| 766 | + { |
| 767 | + "name": "Skeleton", |
| 768 | + "type": "component", |
| 769 | + "cName": "骨架屏", |
| 770 | + "desc": "在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果。", |
| 771 | + "sort": 15, |
| 772 | + "show": true, |
| 773 | + "author": "" |
| 774 | + }, |
796 | 775 | {
|
797 | 776 | "name": "Step",
|
798 | 777 | "sort": 17,
|
|
849 | 828 | "show": true,
|
850 | 829 | "author": ""
|
851 | 830 | },
|
| 831 | + { |
| 832 | + "name": "TrendArrow", |
| 833 | + "type": "component", |
| 834 | + "cName": "趋势箭头", |
| 835 | + "desc": "带有箭头指示的百分比数字,用以展示指标趋势", |
| 836 | + "sort": 25, |
| 837 | + "show": true, |
| 838 | + "author": "" |
| 839 | + }, |
852 | 840 | {
|
853 | 841 | "name": "Video",
|
854 | 842 | "type": "component",
|
|
901 | 889 | "show": true,
|
902 | 890 | "author": ""
|
903 | 891 | },
|
904 |
| - { |
905 |
| - "name": "TrendArrow", |
906 |
| - "type": "component", |
907 |
| - "cName": "趋势箭头", |
908 |
| - "desc": "带有箭头指示的百分比数字,用以展示指标趋势", |
909 |
| - "sort": 25, |
910 |
| - "show": true, |
911 |
| - "author": "" |
912 |
| - }, |
913 | 892 | {
|
914 | 893 | "name": "WaterMark",
|
915 | 894 | "type": "component",
|
|
0 commit comments