| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256 |
- {
- "docs": {
- "name": "指南",
- "packages": [
- {
- "name": "intro",
- "cName": "介绍",
- "eName": "Introduction",
- "show": true
- },
- {
- "name": "start",
- "cName": "快速上手",
- "eName": "Quickstart",
- "show": true
- },
- {
- "name": "starttaro",
- "cName": "小程序开发",
- "eName": "WeChat",
- "show": true
- },
- {
- "name": "theme",
- "cName": "主题定制",
- "eName": "Customize Theme",
- "show": true
- },
- {
- "name": "international",
- "cName": "国际化",
- "eName": "Internationalization",
- "show": true
- },
- {
- "name": "ide",
- "cName": "开发工具支持",
- "eName": "IDE tool support",
- "show": true
- },
- {
- "name": "contributing",
- "cName": "贡献指南",
- "eName": "Contributing",
- "path": "#/contributing",
- "show": true
- },
- {
- "name": "https://github.com/jdf2e/nutui/releases",
- "cName": "更新日志",
- "eName": "Changelog",
- "show": true,
- "isLink": true
- },
- {
- "name": "resource",
- "cName": "资源",
- "eName": "Resources",
- "show": true
- },
- {
- "name": "notice",
- "cName": "常见问题",
- "eName": "FAQ",
- "show": true
- }
- ]
- },
- "nav": [
- {
- "name": "基础组件",
- "enName": "basic",
- "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"
- },
- {
- "version": "3.0.0",
- "name": "ConfigProvider",
- "cType": "基础组件",
- "cName": "全局配置",
- "desc": "用于配置NutUI组件全局",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "richard1015"
- },
- {
- "version": "3.0.0",
- "name": "Image",
- "cType": "基础组件",
- "cName": "图片",
- "desc": "图片展示",
- "show": true,
- "tarodoc": true,
- "type": "component",
- "author": "yangxiaolu"
- }
- ]
- },
- {
- "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"
- }
- ]
- },
- {
- "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": "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"
- },
- {
- "version": "3.0.0",
- "name": "Animate",
- "cType": "展示组件",
- "cName": "动画/动效",
- "desc": "给页面元素添加动画效果",
- "show": true,
- "taro": true,
- "tarodoc": false,
- "type": "component",
- "author": "lijiamiao"
- },
- {
- "version": "3.0.0",
- "name": "Ellipsis",
- "cType": "展示组件",
- "cName": "文本省略",
- "desc": "文本省略",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "yangxiaolu3"
- },
- {
- "version": "3.0.0",
- "name": "WaterMark",
- "cType": "展示组件",
- "cName": "水印",
- "desc": "页面上添加特定的文字或图案。适用于防止信息盗用。",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "liukun"
- },
- {
- "version": "3.0.0",
- "name": "TrendArrow",
- "cType": "展示组件",
- "cName": "趋势箭头",
- "desc": "带有箭头指示的百分比数字,用以展示指标趋势",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "liukun"
- }
- ]
- },
- {
- "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"
- },
- {
- "version": "3.0.0",
- "name": "Invoice",
- "cType": "特色组件",
- "cName": "发票",
- "desc": "发票",
- "show": true,
- "tarodoc": false,
- "type": "component",
- "author": "ailululu",
- "taro": true
- }
- ]
- }
- ]
- }
|