| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729 |
- {
- "sorts": [
- "数据展示",
- "数据录入",
- "操作反馈",
- "导航组件",
- "布局组件",
- "基础组件",
- "业务组件"
- ],
- "packages": [
- {
- "name": "Cell",
- "version": "1.0.0",
- "sort": "4",
- "chnName": "列表项",
- "type": "component",
- "showDemo": true,
- "desc": "列表项,可组合成列表",
- "author": "Frans、玉磊"
- },
- {
- "name": "Dialog",
- "version": "1.0.0",
- "sort": "2",
- "chnName": "对话框",
- "type": "method",
- "showDemo": true,
- "desc": "模态弹窗,支持按钮交互,支持图片弹窗。",
- "star": 5,
- "author": "Frans、肖晓"
- },
- {
- "name": "Icon",
- "version": "1.0.0",
- "sort": "5",
- "chnName": "图标",
- "type": "component",
- "showDemo": true,
- "desc": "网页小图标。",
- "author": "Frans"
- },
- {
- "version": "1.0.0",
- "name": "Toast",
- "sort": "2",
- "chnName": "吐司",
- "desc": "轻提示。",
- "type": "method",
- "showDemo": true,
- "star": 4,
- "author": "Frans、张宇"
- },
- {
- "version": "1.0.0",
- "name": "ActionSheet",
- "sort": "2",
- "chnName": "动作面板",
- "desc": "从底部弹出的动作菜单面板。",
- "type": "component",
- "showDemo": true,
- "star": 5,
- "author": "iris"
- },
- {
- "version": "1.0.0",
- "name": "Tab",
- "sort": "3",
- "chnName": "选项卡",
- "desc": "常用于平级区域大块内容的的收纳和展现。",
- "type": "component",
- "showDemo": true,
- "star": 3,
- "author": "甄玉磊"
- },
- {
- "version": "1.0.0",
- "name": "TabPanel",
- "sort": "3",
- "chnName": "选项卡",
- "desc": "标签栏 选项卡组件",
- "type": "component",
- "showDemo": false,
- "author": "甄玉磊"
- },
- {
- "version": "1.0.0",
- "name": "TabBar",
- "sort": "3",
- "chnName": "标签栏",
- "desc": "用于不同模块以之间的切换",
- "type": "component",
- "showDemo": true,
- "star": 3,
- "author": "甄玉磊"
- },
- {
- "version": "1.0.0",
- "name": "Calendar",
- "sort": "1",
- "chnName": "日历",
- "desc": "日历",
- "type": "component",
- "showDemo": true,
- "star": 5,
- "author": "iris"
- },
- {
- "version": "1.0.0",
- "name": "DatePicker",
- "sort": "1",
- "chnName": "日期选择",
- "desc": "日期选择",
- "type": "component",
- "showDemo": true,
- "star": 5,
- "author": "iris"
- },
- {
- "version": "1.0.0",
- "name": "NavBar",
- "sort": "3",
- "chnName": "导航栏",
- "desc": "移动端头部导航栏",
- "type": "component",
- "showDemo": true,
- "author": "lishaoqi"
- },
- {
- "version": "1.0.0",
- "name": "NoticeBar",
- "sort": "3",
- "chnName": "公告栏",
- "desc": "移动端公告栏",
- "type": "component",
- "showDemo": true,
- "author": "wangyue"
- },
- {
- "name": "Switch",
- "version": "1.0.0",
- "sort": "1",
- "chnName": "开关",
- "type": "component",
- "showDemo": true,
- "desc": "滑动开关,通过点击使按钮左右滑动,同时触发对应的开关状态",
- "author": "Frans"
- },
- {
- "version": "1.0.0",
- "name": "Slider",
- "sort": "1",
- "chnName": "滑块",
- "desc": "滑动输入器,用于在数值区间/自定义区间内进行选择。",
- "type": "component",
- "showDemo": true,
- "star": 4,
- "author": "Frans"
- },
- {
- "version": "1.0.0",
- "name": "Range",
- "sort": "1",
- "chnName": "区间选择器",
- "desc": "区间选择器组件",
- "type": "component",
- "showDemo": true,
- "star": 4,
- "author": "famanoder"
- },
- {
- "version": "1.0.0",
- "name": "Picker",
- "sort": "1",
- "chnName": "拾取器",
- "desc": "提供多个选项集合供用户选择其中一项。",
- "type": "component",
- "showDemo": true,
- "star": 5,
- "author": "iris"
- },
- {
- "version": "1.0.0",
- "name": "Progress",
- "sort": "2",
- "chnName": "进度条",
- "desc": "展示操作或任务的当前进度,比如上传文件。",
- "type": "component",
- "showDemo": true,
- "author": "张毓飞"
- },
- {
- "version": "1.0.0",
- "name": "Price",
- "sort": "0",
- "chnName": "商品价格",
- "desc": "商品价格组件,支持小数点前后应用不同样式、千位分隔、人民币符号等功能",
- "type": "component",
- "showDemo": true,
- "author": "liaoyanli5"
- },
- {
- "version": "1.0.0",
- "name": "Flex",
- "sort": "4",
- "chnName": "Flex布局",
- "desc": "Flex布局速简便地创建布局",
- "type": "component",
- "showDemo": true,
- "author": "秦伟伟,苏子刚"
- },
- {
- "version": "1.0.0",
- "name": "Col",
- "sort": "4",
- "chnName": "Flex布局",
- "desc": "Flex布局速简便地创建布局",
- "type": "component",
- "showDemo": false,
- "author": "秦伟伟,苏子刚"
- },
- {
- "version": "1.0.0",
- "name": "Row",
- "sort": "4",
- "chnName": "Flex布局",
- "desc": "Flex布局速简便地创建布局",
- "type": "component",
- "showDemo": false,
- "author": "秦伟伟,苏子刚"
- },
- {
- "version": "1.0.0",
- "name": "Steps",
- "sort": "0",
- "chnName": "步骤条",
- "desc": "拆分展示某项流程的步骤,引导用户按流程完成任务或向用户展示当前状态。",
- "type": "component",
- "showDemo": true,
- "author": "宋其斌"
- },
- {
- "version": "1.0.0",
- "name": "Button",
- "sort": "5",
- "chnName": "按钮",
- "desc": "各式各样的按钮",
- "type": "component",
- "showDemo": true,
- "author": "杨磊"
- },
- {
- "version": "1.0.0",
- "name": "Badge",
- "sort": "0",
- "chnName": "徽标",
- "desc": "出现在图标或文字右上角的红色圆点、数字或者文字,表示有新内容或者待处理的信息",
- "type": "component",
- "showDemo": true,
- "author": "杨磊"
- },
- {
- "version": "1.0.0",
- "name": "Rate",
- "sort": "1",
- "chnName": "评分",
- "desc": "用于快速的评级操作,或对评价进行展示。",
- "type": "component",
- "showDemo": true,
- "star": 4,
- "author": "永无止晋"
- },
- {
- "version": "1.0.1",
- "name": "Swiper",
- "chnName": "滑动切换",
- "sort": "0",
- "desc": "常用于一组图片或卡片轮播,当内容空间不足时,可以用走马灯的形式进行收纳,进行轮播展现。",
- "type": "component",
- "showDemo": true,
- "star": 5,
- "author": "wangnan31"
- },
- {
- "version": "1.0.0",
- "name": "Menu",
- "sort": "3",
- "chnName": "菜单",
- "desc": "菜单",
- "type": "component",
- "showDemo": true,
- "author": "苏子刚"
- },
- {
- "version": "1.0.0",
- "name": "Stepper",
- "chnName": "步进器",
- "desc": "通过点击按钮控制数字加减",
- "type": "component",
- "sort": "1",
- "showDemo": true,
- "star": 3,
- "author": "famanoder"
- },
- {
- "version": "1.0.0",
- "name": "ButtonGroup",
- "chnName": "按钮组",
- "desc": "用于页面底部的按钮组",
- "type": "component",
- "sort": "5",
- "showDemo": true,
- "author": "杨磊"
- },
- {
- "version": "1.0.0",
- "name": "SearchBar",
- "chnName": "搜索栏",
- "desc": "搜索栏",
- "type": "component",
- "sort": "1",
- "showDemo": true,
- "author": "lemon"
- },
- {
- "version": "1.0.0",
- "name": "ImagePicker",
- "sort": "1",
- "chnName": "图片选择器",
- "desc": "图片选择器",
- "type": "component",
- "showDemo": true,
- "author": "苏子刚"
- },
- {
- "name": "Radio",
- "version": "1.0.0",
- "sort": "1",
- "chnName": "单选按钮",
- "type": "component",
- "showDemo": true,
- "desc": "单选按钮,可组合成单选按钮组",
- "author": "Frans"
- },
- {
- "name": "RadioGroup",
- "version": "1.0.0",
- "sort": "1",
- "chnName": "单选按钮组",
- "type": "component",
- "showDemo": false,
- "desc": "单选按钮组",
- "author": "Frans"
- },
- {
- "version": "1.0.0",
- "name": "CheckBox",
- "sort": "1",
- "chnName": "复选按钮",
- "desc": "复选多个选项",
- "type": "component",
- "showDemo": true,
- "author": "Vicky.Ye"
- },
- {
- "version": "1.0.0",
- "name": "CheckBoxGroup",
- "sort": "1",
- "chnName": "复选按钮组",
- "desc": "成组出现的复选按钮组件",
- "type": "component",
- "showDemo": true,
- "author": "Vicky.Ye"
- },
- {
- "version": "1.0.0",
- "name": "ShortPassword",
- "chnName": "短密码",
- "des": "短密码",
- "type": "component",
- "sort": "1",
- "showDemo": true,
- "author": "wangnan31"
- },
- {
- "version": "1.0.0",
- "name": "Skeleton",
- "chnName": "骨架屏",
- "des": "在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果",
- "type": "component",
- "sort": "0",
- "showDemo": true,
- "author": "wangnan31"
- },
- {
- "version": "1.0.0",
- "name": "Scroller",
- "chnName": "滚动",
- "desc": "滚动组件",
- "type": "component",
- "sort": "0",
- "star": 5,
- "showDemo": true,
- "author": "iris"
- },
- {
- "version": "1.0.0",
- "name": "BackTop",
- "chnName": "回到顶部",
- "desc": "用于页面内容高度过长,快捷回到顶部使用。",
- "type": "component",
- "sort": "2",
- "showDemo": true,
- "author": "永无止晋、richard1015"
- },
- {
- "version": "1.0.0",
- "name": "CountDown",
- "chnName": "倒计时",
- "desc": "倒计时组件",
- "type": "component",
- "sort": "0",
- "showDemo": true,
- "author": "famanoder"
- },
- {
- "version": "1.0.0",
- "name": "InfiniteLoading",
- "chnName": "无限加载",
- "desc": "无限加载",
- "type": "component",
- "sort": "0",
- "star": 4,
- "showDemo": true,
- "author": "iris"
- },
- {
- "version": "1.0.0",
- "name": "Uploader",
- "chnName": "上传",
- "desc": "文件上传组件",
- "type": "component",
- "sort": "5",
- "showDemo": true,
- "author": "林如风"
- },
- {
- "version": "1.0.0",
- "name": "TextInput",
- "chnName": "文本框",
- "desc": "单行文本框",
- "type": "component",
- "sort": "1",
- "showDemo": true,
- "author": "Frans"
- },
- {
- "version": "1.0.0",
- "name": "Avatar",
- "chnName": "头像",
- "desc": "用来表示用户或事物,支持图片或字符展示。",
- "type": "component",
- "sort": "5",
- "showDemo": true,
- "author": "zhenyulei"
- },
- {
- "version": "1.0.0",
- "name": "Lazyload",
- "chnName": "图片懒加载",
- "desc": "图片懒加载",
- "type": "component",
- "sort": "0",
- "showDemo": true,
- "author": "richard1015"
- },
- {
- "version": "1.0.0",
- "name": "TextBox",
- "chnName": "文本域",
- "desc": "文本域",
- "type": "component",
- "sort": "1",
- "showDemo": true,
- "author": "guoxiaoxiao"
- },
- {
- "version": "1.0.0",
- "name": "Elevator",
- "chnName": "电梯楼层",
- "desc": "类似于电梯楼层,组件可以跟着右侧索引而滑动",
- "type": "component",
- "sort": "3",
- "showDemo": true,
- "author": "zhenyulei"
- },
- {
- "version": "1.0.0",
- "name": "Popup",
- "chnName": "弹出层",
- "desc": "弹出层",
- "type": "component",
- "sort": "5",
- "showDemo": true,
- "author": "杨凯旋"
- },
- {
- "version": "1.0.0",
- "name": "LeftSlip",
- "chnName": "左滑删除",
- "desc": "手势左滑删除元素",
- "type": "component",
- "sort": "2",
- "showDemo": true,
- "author": "vickyYE"
- },
- {
- "version": "1.0.0",
- "name": "Coupon",
- "chnName": "优惠券",
- "desc": "优惠券",
- "type": "component",
- "sort": "6",
- "showDemo": true,
- "author": ""
- },
- {
- "version": "1.0.0",
- "name": "TabSelect",
- "chnName": "配送时间",
- "desc": "两级配送时间",
- "type": "component",
- "sort": "6",
- "showDemo": true,
- "author": "dsj"
- },
- {
- "version": "1.0.0",
- "name": "LuckDraw",
- "chnName": "转盘抽奖",
- "desc": "可设置中奖奖品,转动时间,中奖标识等",
- "type": "component",
- "sort": "6",
- "showDemo": true,
- "author": "Ymm0008"
- },
- {
- "version": "1.0.0",
- "name": "Video",
- "chnName": "视频",
- "desc": "视频播放器",
- "type": "component",
- "sort": "0",
- "showDemo": true,
- "author": "VickyYe"
- },
- {
- "version": "1.0.0",
- "name": "Signature",
- "chnName": "签名",
- "desc": "签名",
- "type": "component",
- "sort": "6",
- "showDemo": true,
- "author": "irisSong"
- },
- {
- "version": "1.0.0",
- "name": "CircleProgress",
- "chnName": "圆形进度条",
- "desc": "显示当前任务的操作进度",
- "type": "component",
- "sort": "2",
- "showDemo": true,
- "author": "zyf"
- },
- {
- "version": "1.0.0",
- "name": "TimeLineItem",
- "chnName": "时间轴节点",
- "desc": "定义时间轴节点",
- "type": "component",
- "sort": "0",
- "showDemo": false,
- "author": "yangxiaolu"
- },
- {
- "version": "1.0.0",
- "name": "TimeLine",
- "chnName": "时间轴节点",
- "desc": "定义时间轴节点",
- "type": "component",
- "sort": "0",
- "showDemo": true,
- "author": "yangxiaolu"
- },
- {
- "version": "1.0.0",
- "name": "SideNavBar",
- "chnName": "侧边栏导航",
- "desc": "侧边栏导航",
- "type": "component",
- "sort": "3",
- "showDemo": true,
- "author": "szg2008"
- },
- {
- "version": "1.0.0",
- "name": "SubSideNavBar",
- "chnName": "侧边栏导航",
- "desc": "侧边栏导航",
- "type": "component",
- "sort": "3",
- "showDemo": false,
- "author": "szg2008"
- },
- {
- "version": "1.0.0",
- "name": "SideNavBarItem",
- "chnName": "侧边栏导航",
- "desc": "侧边栏导航",
- "type": "component",
- "sort": "3",
- "showDemo": false,
- "author": "szg2008"
- },
- {
- "name": "Drag",
- "chnName": "拖拽",
- "desc": "实现可拖拽的任意元素",
- "type": "component",
- "sort": "5",
- "showDemo": true,
- "author": "张宇"
- },
- {
- "version": "1.0.0",
- "name": "Address",
- "chnName": "地址选择",
- "desc": "业务功能-地址选择",
- "type": "component",
- "sort": "6",
- "showDemo": true,
- "author": "yangxiaolu"
- },
- {
- "version": "1.0.0",
- "name": "Notify",
- "type": "method",
- "chnName": "展示消息提示",
- "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
- "sort": "2",
- "showDemo": true,
- "author": "wangyue217"
- },
- {
- "name": "CountUp",
- "type": "component",
- "chnName": "数字滚动",
- "desc": "用于数据展示",
- "sort": "0",
- "showDemo": true,
- "author": "Ymm0008"
- },
- {
- "name": "FixedNav",
- "type": "component",
- "chnName": "悬浮导航",
- "desc": "拖拽导航",
- "sort": "3",
- "showDemo": true,
- "author": "richard1015"
- },
- {
- "version": "1.0.0",
- "name": "Collapse",
- "type": "component",
- "chnName": "折叠面板",
- "desc": "可以折叠/展开的内容区域",
- "sort": "0",
- "showDemo": true,
- "author": "Ymm0008",
- "showTest": true
- },
- {
- "version": "1.0.0",
- "name": "Luckycard",
- "type": "component",
- "chnName": "刮刮卡",
- "desc": "刮刮卡抽奖",
- "sort": "6",
- "showDemo": true,
- "author": "guoxiao"
- },
- {
- "version": "1.0.0",
- "name": "NumberKeyboard",
- "type": "component",
- "chnName": "数字键盘",
- "desc": "数字虚拟键盘,自定义键盘",
- "sort": "1",
- "showDemo": true,
- "author": "Ymm0008",
- "showTest": true
- },
- {
- "version": "1.0.0",
- "name": "CollapseItem",
- "type": "component",
- "chnName": "折叠面板单个组件",
- "desc": "用于折叠面板组合使用",
- "sort": "0",
- "showDemo": false,
- "author": "Ymm0008",
- "showTest": true
- },
- {
- "version": "1.0.0",
- "name": "Magic",
- "type": "component",
- "chnName": "魔方",
- "desc": "魔方",
- "sort": "6",
- "showDemo": true,
- "author": "zongyue3",
- "showTest": false
- }
- ]
- }
|