| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182 |
- {
- "docs": {
- "name": "指南",
- "packages": [
- {
- "name": "intro",
- "cName": "介绍",
- "show": true
- },
- {
- "name": "start",
- "cName": "快速上手",
- "show": true
- },
- {
- "name": "starttaro",
- "cName": "小程序开发",
- "show": true
- },
- {
- "name": "theme",
- "cName": "主题定制",
- "show": true
- },
- {
- "name": "international",
- "cName": "国际化",
- "show": true
- },
- {
- "name": "resource",
- "cName": "资源",
- "show": true
- },
- {
- "name": "contributing",
- "cName": "贡献指南",
- "path": "#/contributing",
- "show": true
- },
- {
- "name": "https://github.com/jdf2e/nutui/releases",
- "cName": "更新日志",
- "show": true,
- "isLink": true
- },
- {
- "name": "notice",
- "cName": "常见问题",
- "show": true
- }
- ]
- },
- "nav": [
- {
- "name": "基础组件",
- "enName": "base",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Button",
- "taro": true,
- "sort": 1,
- "cName": "按钮",
- "type": "component",
- "show": true,
- "desc": "按钮用于触发一个操作,如提交表单。",
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "Cell",
- "taro": true,
- "sort": 1,
- "cName": "单元格",
- "type": "component",
- "show": true,
- "desc": "展示列表",
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "CellGroup",
- "sort": 1,
- "cName": "单元格组件",
- "type": "component",
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "desc": "展示分组列表",
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "Icon",
- "taro": true,
- "sort": 3,
- "cName": "图标",
- "type": "component",
- "show": true,
- "desc": "图标",
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "OverLay",
- "taro": true,
- "type": "component",
- "cName": "遮罩层",
- "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
- "sort": 14,
- "show": true,
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "name": "Popup",
- "taro": true,
- "sort": 8,
- "cName": "弹出层",
- "type": "component",
- "show": true,
- "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
- "author": "szg2008"
- }
- ]
- },
- {
- "name": "布局组件",
- "enName": "layout",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Layout",
- "taro": true,
- "sort": 4,
- "cName": "布局",
- "type": "component",
- "show": true,
- "desc": "简便地创建布局",
- "author": "undo"
- },
- {
- "version": "3.0.0",
- "name": "Col",
- "sort": 5,
- "cName": "布局-Col",
- "type": "component",
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "desc": "布局组件Col",
- "author": "undo"
- },
- {
- "version": "3.0.0",
- "name": "Row",
- "sort": 6,
- "cName": "布局-Row",
- "type": "component",
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "desc": "布局组件Row",
- "author": "undo"
- },
- {
- "version": "3.0.0",
- "name": "Sticky",
- "cType": "布局组件",
- "cName": "粘性布局",
- "type": "component",
- "desc": "当组件在屏幕范围内时,会按照正常的布局排列,当组件滚出屏幕范围时,始终会固定在距离屏幕固定的距离处",
- "show": true,
- "tarodoc": false,
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "name": "Divider",
- "taro": true,
- "type": "component",
- "cName": "分割线",
- "desc": "用于将内容分隔为多个区域。",
- "sort": 23,
- "show": true,
- "author": "yangjinjun3"
- },
- {
- "version": "3.1.13",
- "name": "Grid",
- "type": "component",
- "cName": "宫格",
- "desc": "用于分隔成等宽区块进行页面导航",
- "sort": 13,
- "taro": true,
- "show": true,
- "author": "haiweilian"
- },
- {
- "version": "3.1.13",
- "name": "GridItem",
- "type": "component",
- "cName": "宫格子组件",
- "desc": "",
- "sort": 13,
- "taro": true,
- "show": false,
- "exportEmpty": true,
- "exportEmptyTaro": true,
- "author": "haiweilian"
- }
- ]
- },
- {
- "name": "导航组件",
- "enName": "nav",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Navbar",
- "taro": true,
- "sort": 3,
- "cName": "头部导航",
- "type": "componment",
- "show": true,
- "desc": "头部导航",
- "author": "liqiong43"
- },
- {
- "version": "3.0.0",
- "name": "FixedNav",
- "type": "component",
- "cName": "悬浮导航",
- "desc": "可拖拽的悬浮导航",
- "taro": true,
- "sort": 9,
- "show": true,
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "Menu",
- "sort": 2,
- "cName": "菜单",
- "type": "component",
- "taro": true,
- "show": true,
- "desc": "下拉菜单组件",
- "author": "yangjinjun3"
- },
- {
- "version": "3.0.0",
- "name": "MenuItem",
- "sort": 2,
- "cName": "菜单",
- "type": "component",
- "taro": true,
- "exportEmpty": true,
- "show": false,
- "desc": "下拉菜单组件",
- "author": "yangjinjun3"
- },
- {
- "version": "3.0.0",
- "name": "Tabbar",
- "taro": true,
- "sort": 2,
- "cName": "标签栏",
- "type": "component",
- "show": true,
- "desc": "标签栏",
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "name": "TabbarItem",
- "sort": 2,
- "cName": "标签栏子组件",
- "type": "component",
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "exportEmptyTaro": true,
- "desc": "标签栏子组件",
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "name": "Elevator",
- "type": "component",
- "cName": "电梯楼层",
- "desc": "用于列表快速定位以及索引的显示",
- "sort": 5,
- "show": true,
- "taro": true,
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "name": "Pagination",
- "type": "component",
- "cName": "分页",
- "desc": "当数据量较多时,采用分页的形式分隔长列表。",
- "sort": 10,
- "show": true,
- "taro": true,
- "author": "yushuang24"
- },
- {
- "version": "3.1.9",
- "name": "Tabs",
- "type": "component",
- "cName": "选项卡切换",
- "desc": "常用于平级区域大块内容的的收纳和展现,支持内嵌标签形式和渲染循环数据形式",
- "sort": 11,
- "show": true,
- "taro": true,
- "author": "richard1015"
- },
- {
- "version": "3.1.9",
- "name": "TabPane",
- "type": "component",
- "cName": "选项卡子组件",
- "desc": "",
- "sort": 12,
- "exportEmpty": true,
- "taro": true,
- "show": false,
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "Indicator",
- "type": "component",
- "cName": "指示器",
- "desc": "显示一个任务或流程的进度,常用语开通流程。",
- "sort": 11,
- "taro": true,
- "show": true,
- "author": "senyawang"
- },
- {
- "version": "3.1.15",
- "name": "SideNavBar",
- "type": "component",
- "cName": "侧边栏导航",
- "desc": "垂直展示的导航栏,用于内容选择和切换",
- "sort": 14,
- "taro": true,
- "show": true,
- "author": "szg2008"
- },
- {
- "version": "3.1.15",
- "name": "SideNavBarItem",
- "type": "component",
- "cName": "侧边栏导航子组件",
- "desc": "",
- "sort": 15,
- "exportEmpty": true,
- "taro": true,
- "show": false,
- "author": "szg2008"
- },
- {
- "version": "3.1.15",
- "name": "SubSideNavBar",
- "type": "component",
- "cName": "侧边栏导航子组件",
- "desc": "",
- "sort": 16,
- "exportEmpty": true,
- "taro": true,
- "show": false,
- "author": "szg2008"
- }
- ]
- },
- {
- "name": "数据录入",
- "enName": "dentry",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Range",
- "taro": true,
- "type": "component",
- "cName": "区间选择器",
- "desc": "滑动输入条,用于在给定的范围内选择一个值。",
- "sort": 16,
- "show": true,
- "author": "zy19940510"
- },
- {
- "version": "3.0.0",
- "name": "SearchBar",
- "type": "component",
- "cName": "搜索栏",
- "desc": "搜索栏",
- "sort": 23,
- "show": true,
- "taro": true,
- "author": "zongyue3"
- },
- {
- "name": "Cascader",
- "type": "component",
- "cName": "级联选择",
- "desc": "级联选择,用于多层级数据的选择,典型场景为省市区选择.",
- "sort": 23,
- "show": true,
- "taro": true,
- "author": "dongj0316"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "Calendar",
- "type": "component",
- "cName": "日历",
- "desc": "日历组件",
- "sort": 5,
- "show": true,
- "author": "songchenglin1"
- },
- {
- "version": "3.0.0",
- "name": "Checkbox",
- "taro": true,
- "sort": 5,
- "cName": "复选按钮",
- "type": "component",
- "show": true,
- "desc": "复选按钮",
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "CheckboxGroup",
- "type": "component",
- "cName": "多选按钮组",
- "desc": "多选按钮组",
- "sort": 11,
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "DatePicker",
- "taro": true,
- "type": "component",
- "cName": "日期选择器",
- "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
- "sort": 5,
- "show": true,
- "author": "yangkaixuan"
- },
- {
- "version": "3.0.0",
- "name": "InputNumber",
- "taro": true,
- "sort": 1,
- "cName": "数字输入框",
- "type": "component",
- "show": true,
- "desc": "数字输入框组件",
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "name": "Input",
- "taro": true,
- "sort": 2,
- "cName": "输入框",
- "type": "component",
- "show": true,
- "desc": "输入框组件",
- "author": "gxx158"
- },
- {
- "version": "3.0.0",
- "name": "Radio",
- "taro": true,
- "type": "component",
- "cName": "单选按钮",
- "desc": "单选按钮",
- "sort": 9,
- "show": true,
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "RadioGroup",
- "type": "component",
- "cName": "单选按钮组",
- "desc": "单选按钮组",
- "sort": 10,
- "taro": true,
- "exportEmpty": true,
- "show": false,
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "Rate",
- "taro": true,
- "sort": 4,
- "cName": "评分",
- "type": "component",
- "show": true,
- "desc": "评分组件",
- "author": "undo"
- },
- {
- "version": "3.0.0",
- "name": "CalendarItem",
- "type": "component",
- "cName": "日历子组件",
- "desc": "日历子组件",
- "sort": 5,
- "show": false,
- "author": "songchenglin1"
- },
- {
- "version": "3.0.0",
- "name": "Picker",
- "taro": true,
- "type": "component",
- "cName": "选择器",
- "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
- "sort": 5,
- "show": true,
- "author": "yangkaixuan"
- },
- {
- "version": "3.0.0",
- "name": "ShortPassword",
- "taro": true,
- "type": "component",
- "cName": "短密码",
- "desc": "短密码组件",
- "sort": 6,
- "show": true,
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "TextArea",
- "type": "component",
- "cName": "文本域",
- "desc": "文本输入",
- "sort": 7,
- "show": true,
- "author": "gx"
- },
- {
- "version": "3.0.0",
- "name": "Uploader",
- "taro": true,
- "tarodoc": true,
- "sort": 2,
- "cName": "上传",
- "type": "component",
- "show": true,
- "desc": "上传文件、图片",
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "NumberKeyboard",
- "taro": true,
- "sort": 13,
- "cName": "数字键盘",
- "type": "component",
- "show": true,
- "desc": "虚拟数字键盘",
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "name": "Form",
- "type": "component",
- "cName": "表单",
- "desc": "1",
- "sort": 21,
- "show": true,
- "taro": true,
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "FormItem",
- "type": "component",
- "cName": "表单Item",
- "desc": "表单Item",
- "sort": 22,
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "OldPicker",
- "cName": "选择器",
- "desc": "3.1.17 版本之前(包括 3.1.17 版本)的选择器",
- "show": false,
- "tarodoc": false,
- "exportEmpty": true,
- "type": "component",
- "author": "yangxiaolu"
- }
- ]
- },
- {
- "name": "操作反馈",
- "enName": "feedback",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Swipe",
- "taro": true,
- "type": "component",
- "cName": "滑动手势",
- "desc": "列表项左滑删除场景使用",
- "sort": 4,
- "show": true,
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "ActionSheet",
- "taro": true,
- "sort": "1",
- "cName": "动作面板",
- "type": "component",
- "show": true,
- "desc": "底部弹出动作菜单面板",
- "author": "zhangyufei"
- },
- {
- "version": "3.0.0",
- "name": "BackTop",
- "taro": true,
- "tarodoc": true,
- "sort": "1",
- "cName": "返回顶部",
- "type": "component",
- "show": true,
- "desc": "较长页面快捷返回顶部",
- "author": "liqiong43"
- },
- {
- "version": "3.0.0",
- "name": "Drag",
- "taro": true,
- "tarodoc": true,
- "type": "component",
- "cName": "拖拽",
- "desc": "拖拽组件",
- "sort": 16,
- "show": true,
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "name": "Dialog",
- "taro": true,
- "tarodoc": true,
- "type": "methods",
- "cName": "对话框",
- "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
- "sort": 8,
- "show": true,
- "author": "dsj"
- },
- {
- "version": "3.0.0",
- "name": "InfiniteLoading",
- "taro": true,
- "tarodoc": true,
- "type": "component",
- "cName": "滚动加载",
- "desc": "列表滚动到底部自动加载更多数据",
- "sort": 15,
- "show": true,
- "author": "yangxiaolu"
- },
- {
- "version": "3.0.0",
- "name": "Notify",
- "tarodoc": true,
- "taro": true,
- "type": "methods",
- "cName": "消息通知",
- "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
- "sort": 4,
- "show": true,
- "author": "wangyue217"
- },
- {
- "version": "3.0.0",
- "name": "PullRefresh",
- "type": "component",
- "cName": "下拉刷新",
- "desc": "下拉刷新",
- "sort": 16,
- "show": false,
- "author": "yangxiaolu3"
- },
- {
- "version": "3.0.0",
- "name": "Switch",
- "taro": true,
- "type": "component",
- "cName": "开关",
- "desc": "用来打开或关闭选项",
- "sort": 3,
- "show": true,
- "author": "zongyue3"
- },
- {
- "version": "3.0.0",
- "name": "Toast",
- "taro": true,
- "tarodoc": true,
- "sort": "1",
- "cName": "吐司",
- "type": "methods",
- "show": true,
- "desc": "轻提示",
- "author": "undo"
- },
- {
- "version": "3.0.0",
- "name": "Audio",
- "taro": true,
- "tarodoc": true,
- "type": "component",
- "cName": "音频播放器",
- "desc": "音频播放器",
- "sort": 25,
- "show": true,
- "exportEmpty": false,
- "exportEmptyTaro": false,
- "author": "yangxiaolu"
- },
- {
- "version": "3.0.0",
- "name": "AudioOperate",
- "type": "component",
- "cName": "音频操作按钮",
- "desc": "音频操作按钮",
- "sort": 26,
- "show": false,
- "exportEmpty": false,
- "exportEmptyTaro": false,
- "author": "yangxiaolu"
- }
- ]
- },
- {
- "name": "展示组件",
- "enName": "exhibition",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Avatar",
- "taro": true,
- "sort": 7,
- "cName": "头像",
- "type": "component",
- "show": true,
- "desc": "头像",
- "author": "ailululu"
- },
- {
- "version": "3.0.0",
- "name": "AvatarGroup",
- "taro": true,
- "sort": 1,
- "cName": "头像组件",
- "type": "component",
- "show": false,
- "exportEmpty": true,
- "desc": "头像组合组件",
- "author": "ailululu"
- },
- {
- "version": "3.0.0",
- "name": "List",
- "cType": "操作反馈",
- "cName": "虚拟列表",
- "desc": "可在成千上万条数据渲染时只渲染用户最大可见条数,提升页面渲染性能",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "name": "Progress",
- "taro": true,
- "sort": 8,
- "cName": "进度条",
- "type": "component",
- "show": true,
- "desc": "用来展示进度",
- "author": "Drjingubo"
- },
- {
- "version": "3.0.0",
- "name": "CircleProgress",
- "taro": true,
- "sort": 8,
- "cName": "环形进度条",
- "type": "component",
- "show": true,
- "desc": "用来展示进度",
- "author": "Drjingubo"
- },
- {
- "version": "3.0.0",
- "name": "NoticeBar",
- "type": "component",
- "cName": "公告栏",
- "desc": "用于循环播放展示一组消息通知",
- "sort": 8,
- "show": true,
- "taro": true,
- "author": "yangxiaolu"
- },
- {
- "version": "3.0.0",
- "name": "Empty",
- "taro": true,
- "type": "component",
- "cName": "空状态",
- "desc": "空状态时占位提示",
- "sort": 24,
- "show": true,
- "author": "wujia8"
- },
- {
- "version": "3.0.0",
- "name": "Video",
- "type": "component",
- "cName": "视频播放器",
- "desc": "视频播放组件",
- "sort": 20,
- "taro": false,
- "show": true,
- "tarodoc": true,
- "exportEmpty": false,
- "exportEmptyTaro": false,
- "author": "zy19940510"
- },
- {
- "version": "3.0.0",
- "name": "Steps",
- "taro": true,
- "sort": 17,
- "cName": "步骤条",
- "type": "component",
- "show": true,
- "desc": "步骤条",
- "author": "ailululu"
- },
- {
- "version": "3.0.0",
- "name": "Step",
- "sort": 17,
- "cName": "步骤条子组件",
- "type": "component",
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "desc": "步骤条子组件",
- "author": "ailululu"
- },
- {
- "version": "3.0.0",
- "name": "Swiper",
- "taro": true,
- "sort": 6,
- "cName": "轮播",
- "type": "component",
- "show": true,
- "desc": "轮播",
- "author": "suzigang"
- },
- {
- "version": "3.0.0",
- "name": "SwiperItem",
- "sort": 6,
- "cName": "轮播图子组件",
- "type": "component",
- "show": false,
- "taro": true,
- "exportEmpty": true,
- "exportEmptyTaro": true,
- "desc": "轮播图子组件",
- "author": "suzigang"
- },
- {
- "version": "3.0.0",
- "name": "Price",
- "taro": true,
- "sort": 4,
- "cName": "价格",
- "type": "component",
- "show": true,
- "desc": "价格组件",
- "author": "ailululu"
- },
- {
- "version": "3.0.0",
- "name": "ImagePreview",
- "type": "methods",
- "cName": "图片预览",
- "desc": "图片预览",
- "sort": 4,
- "show": true,
- "author": "zongyue3"
- },
- {
- "version": "3.0.0",
- "name": "CountUp",
- "taro": true,
- "sort": 12,
- "cName": "数字滚动",
- "type": "component",
- "show": true,
- "desc": "数字滚动组件,动态变化展示",
- "author": "Ymm0008"
- },
- {
- "name": "CountDown",
- "type": "component",
- "cName": "倒计时",
- "desc": "倒计时",
- "sort": 16,
- "show": true,
- "taro": true,
- "author": "yangxiaolu"
- },
- {
- "version": "3.0.0",
- "name": "Badge",
- "type": "component",
- "cName": "徽标",
- "desc": "徽标",
- "sort": 17,
- "show": true,
- "taro": true,
- "author": "liqiong"
- },
- {
- "version": "3.0.0",
- "name": "Tag",
- "type": "component",
- "cName": "标签",
- "desc": "标签",
- "sort": 18,
- "show": true,
- "taro": true,
- "author": "liqiong"
- },
- {
- "version": "3.0.0",
- "name": "Popover",
- "type": "component",
- "cName": "气泡弹出框",
- "desc": "气泡弹出框",
- "sort": 19,
- "show": true,
- "taro": true,
- "author": "liqiong"
- },
- {
- "version": "3.0.0",
- "name": "Skeleton",
- "type": "component",
- "cName": "骨架屏",
- "desc": "骨架屏",
- "sort": 23,
- "show": true,
- "taro": true,
- "author": "liqiong"
- },
- {
- "version": "3.0.0",
- "name": "Collapse",
- "taro": true,
- "sort": 2,
- "cName": "折叠面板",
- "type": "component",
- "show": true,
- "desc": "折叠面板",
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "CollapseItem",
- "taro": true,
- "sort": 3,
- "cName": "折叠面板-item",
- "type": "component",
- "show": false,
- "exportEmpty": true,
- "exportEmptyTaro": true,
- "desc": "折叠面板-item",
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "Table",
- "type": "component",
- "cName": "表格",
- "desc": "用于展示多条结构类似的数据,并具有一定的操作功能",
- "sort": 9,
- "show": true,
- "author": "szg2008"
- }
- ]
- },
- {
- "name": "特色组件",
- "enName": "business",
- "packages": [
- {
- "version": "3.0.0",
- "taro": true,
- "name": "Address",
- "type": "component",
- "cName": "地址",
- "desc": "地址组件",
- "sort": 1,
- "show": true,
- "author": "yangxiaolu3"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "Barrage",
- "type": "component",
- "cName": "弹幕",
- "desc": "用于视频弹幕等展示",
- "sort": 2,
- "show": true,
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "tarodoc": true,
- "name": "Signature",
- "type": "component",
- "cName": "签名",
- "desc": "签名组件",
- "sort": 3,
- "show": true,
- "author": "guoxiaoxiao"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "TimeSelect",
- "type": "component",
- "cName": "配送时间",
- "desc": "配送时间",
- "sort": 4,
- "show": true,
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "TimePannel",
- "type": "component",
- "cName": "配送时间",
- "desc": "配送时间",
- "sort": 5,
- "show": false,
- "exportEmpty": true,
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "TimeDetail",
- "type": "component",
- "cName": "配送时间",
- "desc": "配送时间",
- "sort": 6,
- "show": false,
- "exportEmpty": true,
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "Sku",
- "type": "component",
- "cName": "商品规格选择",
- "desc": "商品规格选择",
- "sort": 1,
- "show": true,
- "author": "yangxiaolu3"
- },
- {
- "version": "3.0.0",
- "taro": true,
- "name": "Card",
- "type": "component",
- "cName": "商品卡片",
- "desc": "展示商品",
- "sort": 1,
- "show": true,
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "name": "Ecard",
- "cType": "特色组件",
- "cName": "虚拟电子卡",
- "desc": "虚拟电子卡选择",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "yangxiaolu"
- },
- {
- "version": "3.0.0",
- "name": "AddressList",
- "type": "component",
- "cName": "地址列表",
- "desc": "展示收货地址列表",
- "show": true,
- "author": "yushuang24",
- "taro": true
- },
- {
- "version": "3.0.0",
- "name": "Category",
- "type": "component",
- "cName": "商品分类",
- "desc": "商品分类展示",
- "show": true,
- "author": "liqiong43",
- "taro": true
- },
- {
- "version": "3.0.0",
- "name": "CategoryPane",
- "type": "component",
- "cName": "商品分类面板",
- "desc": "商品分类面板",
- "show": false,
- "exportEmpty": true,
- "author": "liqiong43",
- "taro": true
- },{
- "name": "Comment",
- "cType": "特色组件",
- "cName": "商品评论",
- "desc": "商品评论",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "yangxiaolu"
- }
- ]
- }
- ]
- }
|