| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547 |
- {
- "versions": [
- {
- "name": "1.x",
- "link": "/1x/"
- },
- {
- "name": "2.x",
- "link": "/"
- },
- {
- "name": "3.x",
- "link": "/3x/"
- }
- ],
- "header": [
- {
- "name": "guide",
- "cName": "指南",
- "path": "/intro"
- },
- {
- "name": "intro",
- "cName": "组件",
- "path": "/intro"
- },
- {
- "name": "example",
- "cName": "示例",
- "path": "/"
- },
- {
- "name": "resource",
- "cName": "资源",
- "path": "/resource"
- }
- ],
- "docs": {
- "name": "指南",
- "packages": [
- {
- "name": "intro",
- "cName": "介绍",
- "show": true
- },
- {
- "name": "start",
- "cName": "快速上手",
- "show": true
- },
- {
- "name": "theme",
- "cName": "主题定制",
- "show": true
- },
- {
- "name": "international",
- "cName": "国际化",
- "show": false
- },
- {
- "name": "resource",
- "cName": "资源",
- "show": true
- },
- {
- "name": "https://github.com/jdf2e/nutui/releases",
- "cName": "更新日志",
- "show": true,
- "isLink": true
- }
- ]
- },
- "nav": [
- {
- "name": "布局组件",
- "packages": [
- {
- "name": "Button",
- "sort": 1,
- "cName": "按钮组件",
- "type": "component",
- "show": true,
- "desc": "按钮用于触发一个操作,如提交表单。",
- "author": "richard1015"
- },
- {
- "name": "Collapse",
- "sort": 2,
- "cName": "折叠面板",
- "type": "component",
- "show": true,
- "desc": "折叠面板",
- "author": "Ymm0008"
- },
- {
- "name": "CollapseItem",
- "sort": 3,
- "cName": "折叠面板-item",
- "type": "component",
- "show": false,
- "desc": "折叠面板-item",
- "author": "Ymm0008"
- },
- {
- "name": "Layout",
- "sort": 4,
- "cName": "布局",
- "type": "component",
- "show": true,
- "desc": "简便地创建布局",
- "author": "undo"
- },
- {
- "name": "Col",
- "sort": 5,
- "cName": "布局-Col",
- "type": "component",
- "show": false,
- "desc": "布局组件Col",
- "author": "undo"
- },
- {
- "name": "Row",
- "sort": 6,
- "cName": "布局-Row",
- "type": "component",
- "show": false,
- "desc": "布局组件Row",
- "author": "undo"
- }
- ]
- },
- {
- "name": "操作反馈",
- "packages": [
- {
- "name": "BackTop",
- "sort": "1",
- "cName": "返回顶部",
- "type": "component",
- "show": true,
- "desc": "较长页面快捷返回顶部",
- "author": "liqiong43"
- },
- {
- "name": "ActionSheet",
- "sort": "1",
- "cName": "动作面板",
- "type": "component",
- "show": true,
- "desc": "底部弹出动作菜单面板",
- "author": "zhangyufei"
- },
- {
- "name": "Toast",
- "sort": "1",
- "cName": "吐司",
- "type": "methods",
- "show": true,
- "desc": "轻提示",
- "author": "undo"
- },
- {
- "version": "3.0.0",
- "name": "Notify",
- "type": "component",
- "cName": "消息通知",
- "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
- "sort": 4,
- "show": true,
- "author": "wangyue217"
- },
- {
- "version": "3.0.0",
- "name": "Picker",
- "type": "component",
- "cName": "选择器",
- "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
- "sort": 5,
- "show": true,
- "author": "yangkaixuan"
- },
- {
- "version": "3.0.0",
- "name": "DatePicker",
- "type": "component",
- "cName": "选择器",
- "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
- "sort": 5,
- "show": true,
- "author": "yangkaixuan"
- }
- ]
- },
- {
- "name": "基础组件",
- "packages": [
- {
- "name": "Temp",
- "sort": 1,
- "cName": "模板组件",
- "type": "component",
- "show": false,
- "desc": "组件模板示例",
- "author": "richard1015"
- },
- {
- "name": "Cell",
- "sort": 1,
- "cName": "单元格组件",
- "type": "component",
- "show": true,
- "desc": "展示列表",
- "author": "richard1015"
- },
- {
- "name": "Uploader",
- "sort": 2,
- "cName": "上传组件",
- "type": "component",
- "show": true,
- "desc": "上传文件、图片",
- "author": "richard1015"
- },
- {
- "name": "Icon",
- "sort": 3,
- "cName": "图标组件",
- "type": "component",
- "show": true,
- "desc": "图标",
- "author": "richard1015"
- },
- {
- "name": "Price",
- "sort": 4,
- "cName": "价格组件",
- "type": "component",
- "show": true,
- "desc": "价格组件",
- "author": "ailululu"
- },
- {
- "name": "Checkbox",
- "sort": 5,
- "cName": "复选按钮",
- "type": "component",
- "show": true,
- "desc": "复选按钮",
- "author": "Ymm0008"
- },
- {
- "name": "Swiper",
- "sort": 6,
- "cName": "轮播",
- "type": "component",
- "show": true,
- "desc": "轮播",
- "author": "suzigang"
- },
- {
- "name": "SwiperItem",
- "sort": 6,
- "cName": "轮播图子组件",
- "type": "component",
- "show": false,
- "desc": "轮播图子组件",
- "author": "suzigang"
- },
- {
- "name": "Avatar",
- "sort": 7,
- "cName": "头像",
- "type": "component",
- "show": true,
- "desc": "头像",
- "author": "ailululu"
- },
- {
- "name": "Popup",
- "sort": 8,
- "cName": "弹出层",
- "type": "component",
- "show": true,
- "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
- "author": "szg2008",
- "version": "3.0.0"
- },
- {
- "name": "Dialog",
- "type": "methods",
- "cName": "对话框",
- "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
- "sort": 8,
- "show": true,
- "author": "dsj"
- },
- {
- "version": "3.0.0",
- "name": "Radio",
- "type": "component",
- "cName": "单选按钮",
- "desc": "单选按钮",
- "sort": 9,
- "show": true,
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "RadioGroup",
- "type": "component",
- "cName": "单选按钮组",
- "desc": "单选按钮组",
- "sort": 10,
- "show": false,
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "CheckboxGroup",
- "type": "component",
- "cName": "多选按钮组",
- "desc": "多选按钮组",
- "sort": 11,
- "show": false,
- "author": "Ymm0008"
- },
- {
- "version": "3.0.0",
- "name": "OverLay",
- "type": "component",
- "cName": "遮罩层",
- "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
- "sort": 14,
- "show": true,
- "author": "szg2008"
- },
- {
- "version": "3.0.0",
- "name": "InfiniteLoading",
- "type": "component",
- "cName": "滚动加载",
- "desc": "列表滚动到底部自动加载更多数据",
- "sort": 15,
- "show": true,
- "author": "yangxiaolu"
- },
- {
- "version": "3.0.0",
- "name": "Range",
- "type": "component",
- "cName": "区间选择器",
- "desc": "滑动输入条,用于在给定的范围内选择一个值。",
- "sort": 16,
- "show": true,
- "author": "Jerry"
- },
- {
- "name": "PullRefresh",
- "type": "component",
- "cName": "下拉刷新",
- "desc": "下拉刷新",
- "sort": 16,
- "show": false,
- "author": "yangxiaolu3"
- },
- {
- "name": "Drag",
- "type": "component",
- "cName": "拖拽",
- "desc": "拖拽组件",
- "sort": 16,
- "show": true,
- "author": "Drjingfubo"
- }
- ]
- },
- {
- "name": "导航组件",
- "packages": [
- {
- "name": "Navbar",
- "sort": 3,
- "cName": "导航组件",
- "type": "componment",
- "show": true,
- "desc": "导航组件",
- "author": "liqiong43"
- },
- {
- "name": "Tab",
- "sort": 1,
- "cName": "标签组件",
- "type": "component",
- "show": false,
- "desc": "标签组件",
- "author": "zhenyulei"
- },
- {
- "name": "Menu",
- "sort": 2,
- "cName": "菜单组件",
- "type": "component",
- "show": false,
- "desc": "下拉菜单组件",
- "author": "vickyYE"
- },
- {
- "name": "MenuItem",
- "sort": 2,
- "cName": "菜单组件",
- "type": "component",
- "show": false,
- "desc": "下拉菜单组件",
- "author": "vickyYE"
- },
- {
- "name": "Tabbar",
- "sort": 2,
- "cName": "标签栏组件",
- "type": "component",
- "show": true,
- "desc": "标签栏组件",
- "author": "Drjingfubo"
- },
- {
- "name": "Tabbaritem",
- "sort": 2,
- "cName": "标签栏子组件",
- "type": "component",
- "show": false,
- "desc": "标签栏子组件",
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "name": "NoticeBar",
- "type": "component",
- "cName": "公告栏",
- "desc": "用于循环播放展示一组消息通知",
- "sort": 5,
- "show": false,
- "author": "wangyue92"
- }
- ]
- },
- {
- "name": "数据录入",
- "packages": [
- {
- "name": "InputNumber",
- "sort": 1,
- "cName": "数字输入框",
- "type": "component",
- "show": true,
- "desc": "数字输入框组件",
- "author": "szg2008"
- },
- {
- "name": "Input",
- "sort": 2,
- "cName": "输入框",
- "type": "component",
- "show": true,
- "desc": "输入框组件",
- "author": "gxx158"
- },
- {
- "version": "3.0.0",
- "name": "Switch",
- "type": "component",
- "cName": "开关组件",
- "desc": "用来打开或关闭选项",
- "sort": 3,
- "show": true,
- "author": "zongyue3"
- },
- {
- "version": "3.0.0",
- "name": "Rate",
- "sort": 4,
- "cName": "评分",
- "type": "component",
- "show": true,
- "desc": "评分组件",
- "author": "undo"
- },
- {
- "version": "3.0.0",
- "name": "Calendar",
- "type": "component",
- "cName": "日历",
- "desc": "日历组件",
- "sort": 5,
- "show": true,
- "author": "songchenglin1"
- },
- {
- "version": "3.0.0",
- "name": "CalendarItem",
- "type": "component",
- "cName": "日历子组件",
- "desc": "日历子组件",
- "sort": 5,
- "show": false,
- "author": "songchenglin1"
- },
- {
- "version": "3.0.0",
- "name": "ShortPassword",
- "type": "component",
- "cName": "短密码",
- "desc": "短密码组件",
- "sort": 6,
- "show": true,
- "author": "Drjingfubo"
- },
- {
- "version": "3.0.0",
- "name": "TextArea",
- "type": "component",
- "cName": "文本域",
- "desc": "文本输入",
- "sort": 7,
- "show": true,
- "author": "gx"
- }
- ]
- },
- {
- "name": "业务组件",
- "packages": [
- {
- "version": "3.0.0",
- "name": "Address",
- "type": "component",
- "cName": "地址组件",
- "desc": "地址组件",
- "sort": 1,
- "show": true,
- "author": "yangxiaolu3"
- }
- ]
- }
- ]
- }
|