config.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  1. {
  2. "version": "3.1.14",
  3. "demoUrl": "https://nutui.jd.com/3x/demo.html#",
  4. "nav": [
  5. {
  6. "name": "基础组件",
  7. "enName": "base",
  8. "packages": [
  9. {
  10. "version": "3.0.0",
  11. "name": "Avatar",
  12. "taro": true,
  13. "sort": 7,
  14. "cName": "头像",
  15. "type": "component",
  16. "show": true,
  17. "desc": "头像",
  18. "author": "ailululu"
  19. },
  20. {
  21. "version": "3.0.0",
  22. "name": "Button",
  23. "taro": true,
  24. "sort": 1,
  25. "cName": "按钮",
  26. "type": "component",
  27. "show": true,
  28. "desc": "按钮用于触发一个操作,如提交表单。",
  29. "author": "richard1015"
  30. },
  31. {
  32. "version": "3.0.0",
  33. "name": "Cell",
  34. "taro": true,
  35. "sort": 1,
  36. "cName": "单元格",
  37. "type": "component",
  38. "show": true,
  39. "desc": "展示列表",
  40. "author": "richard1015"
  41. },
  42. {
  43. "version": "3.0.0",
  44. "name": "CellGroup",
  45. "sort": 1,
  46. "cName": "单元格组件",
  47. "type": "component",
  48. "show": false,
  49. "taro": true,
  50. "exportEmpty": true,
  51. "desc": "展示分组列表",
  52. "author": "richard1015"
  53. },
  54. {
  55. "version": "3.0.0",
  56. "name": "Icon",
  57. "taro": true,
  58. "sort": 3,
  59. "cName": "图标",
  60. "type": "component",
  61. "show": true,
  62. "desc": "图标",
  63. "author": "richard1015"
  64. },
  65. {
  66. "version": "3.0.0",
  67. "name": "Price",
  68. "taro": true,
  69. "sort": 4,
  70. "cName": "价格",
  71. "type": "component",
  72. "show": true,
  73. "desc": "价格组件",
  74. "author": "ailululu"
  75. },
  76. {
  77. "version": "3.0.0",
  78. "name": "OverLay",
  79. "taro": true,
  80. "type": "component",
  81. "cName": "遮罩层",
  82. "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
  83. "sort": 14,
  84. "show": true,
  85. "author": "szg2008"
  86. },
  87. {
  88. "version": "3.0.0",
  89. "name": "Divider",
  90. "taro": true,
  91. "type": "component",
  92. "cName": "分割线",
  93. "desc": "用于将内容分隔为多个区域。",
  94. "sort": 23,
  95. "show": true,
  96. "author": "yangjinjun3"
  97. }
  98. ]
  99. },
  100. {
  101. "name": "布局组件",
  102. "enName": "layout",
  103. "packages": [
  104. {
  105. "version": "3.0.0",
  106. "name": "Layout",
  107. "taro": true,
  108. "sort": 4,
  109. "cName": "布局",
  110. "type": "component",
  111. "show": true,
  112. "desc": "简便地创建布局",
  113. "author": "undo"
  114. },
  115. {
  116. "version": "3.0.0",
  117. "name": "Col",
  118. "sort": 5,
  119. "cName": "布局-Col",
  120. "type": "component",
  121. "show": false,
  122. "taro": true,
  123. "exportEmpty": true,
  124. "desc": "布局组件Col",
  125. "author": "undo"
  126. },
  127. {
  128. "version": "3.0.0",
  129. "name": "Row",
  130. "sort": 6,
  131. "cName": "布局-Row",
  132. "type": "component",
  133. "show": false,
  134. "taro": true,
  135. "exportEmpty": true,
  136. "desc": "布局组件Row",
  137. "author": "undo"
  138. },
  139. {
  140. "version": "3.0.0",
  141. "name": "ImagePreview",
  142. "type": "methods",
  143. "cName": "图片预览",
  144. "desc": "图片预览",
  145. "sort": 4,
  146. "show": true,
  147. "taro": false,
  148. "tarodoc": true,
  149. "author": "zongyue3"
  150. }
  151. ]
  152. },
  153. {
  154. "name": "操作反馈",
  155. "enName": "feedback",
  156. "packages": [
  157. {
  158. "version": "3.0.0",
  159. "name": "Swipe",
  160. "taro": true,
  161. "type": "component",
  162. "cName": "滑动手势",
  163. "desc": "列表项左滑删除场景使用",
  164. "sort": 4,
  165. "show": true,
  166. "author": "richard1015"
  167. },
  168. {
  169. "version": "3.0.0",
  170. "name": "ActionSheet",
  171. "taro": true,
  172. "sort": "1",
  173. "cName": "动作面板",
  174. "type": "component",
  175. "show": true,
  176. "desc": "底部弹出动作菜单面板",
  177. "author": "zhangyufei"
  178. },
  179. {
  180. "version": "3.0.0",
  181. "name": "BackTop",
  182. "taro": true,
  183. "tarodoc": true,
  184. "sort": "1",
  185. "cName": "返回顶部",
  186. "type": "component",
  187. "show": true,
  188. "desc": "较长页面快捷返回顶部",
  189. "author": "liqiong43"
  190. },
  191. {
  192. "version": "3.0.0",
  193. "name": "Collapse",
  194. "taro": true,
  195. "sort": 2,
  196. "cName": "折叠面板",
  197. "type": "component",
  198. "show": true,
  199. "desc": "折叠面板",
  200. "author": "Ymm0008"
  201. },
  202. {
  203. "version": "3.0.0",
  204. "name": "CollapseItem",
  205. "taro": true,
  206. "sort": 3,
  207. "cName": "折叠面板-item",
  208. "type": "component",
  209. "show": false,
  210. "exportEmpty": true,
  211. "exportEmptyTaro": true,
  212. "desc": "折叠面板-item",
  213. "author": "Ymm0008"
  214. },
  215. {
  216. "version": "3.0.0",
  217. "name": "Drag",
  218. "taro": true,
  219. "tarodoc": true,
  220. "type": "component",
  221. "cName": "拖拽",
  222. "desc": "拖拽组件",
  223. "sort": 16,
  224. "show": true,
  225. "author": "Drjingfubo"
  226. },
  227. {
  228. "version": "3.0.0",
  229. "name": "Dialog",
  230. "taro": true,
  231. "tarodoc": true,
  232. "type": "methods",
  233. "cName": "对话框",
  234. "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
  235. "sort": 8,
  236. "show": true,
  237. "author": "dsj"
  238. },
  239. {
  240. "version": "3.0.0",
  241. "name": "InfiniteLoading",
  242. "taro": true,
  243. "tarodoc": true,
  244. "type": "component",
  245. "cName": "滚动加载",
  246. "desc": "列表滚动到底部自动加载更多数据",
  247. "sort": 15,
  248. "show": true,
  249. "author": "yangxiaolu"
  250. },
  251. {
  252. "version": "3.0.0",
  253. "name": "Notify",
  254. "tarodoc": true,
  255. "taro": true,
  256. "type": "methods",
  257. "cName": "消息通知",
  258. "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
  259. "sort": 4,
  260. "show": true,
  261. "author": "wangyue217"
  262. },
  263. {
  264. "version": "3.0.0",
  265. "name": "Range",
  266. "taro": true,
  267. "type": "component",
  268. "cName": "区间选择器",
  269. "desc": "滑动输入条,用于在给定的范围内选择一个值。",
  270. "sort": 16,
  271. "show": true,
  272. "author": "zy19940510"
  273. },
  274. {
  275. "version": "3.0.0",
  276. "name": "PullRefresh",
  277. "type": "component",
  278. "cName": "下拉刷新",
  279. "desc": "下拉刷新",
  280. "sort": 16,
  281. "show": false,
  282. "author": "yangxiaolu3"
  283. },
  284. {
  285. "version": "3.0.0",
  286. "name": "Video",
  287. "type": "component",
  288. "cName": "视频播放器",
  289. "desc": "视频播放组件",
  290. "sort": 20,
  291. "taro": false,
  292. "show": true,
  293. "tarodoc": true,
  294. "author": "zy19940510"
  295. },
  296. {
  297. "version": "3.0.0",
  298. "name": "Popup",
  299. "taro": true,
  300. "sort": 8,
  301. "cName": "弹出层",
  302. "type": "component",
  303. "show": true,
  304. "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
  305. "author": "szg2008"
  306. },
  307. {
  308. "version": "3.0.0",
  309. "name": "Steps",
  310. "taro": true,
  311. "sort": 17,
  312. "cName": "步骤条",
  313. "type": "component",
  314. "show": true,
  315. "desc": "步骤条",
  316. "author": "ailululu"
  317. },
  318. {
  319. "version": "3.0.0",
  320. "name": "Step",
  321. "sort": 17,
  322. "cName": "步骤条子组件",
  323. "type": "component",
  324. "show": false,
  325. "taro": true,
  326. "exportEmpty": true,
  327. "desc": "步骤条子组件",
  328. "author": "ailululu"
  329. },
  330. {
  331. "version": "3.0.0",
  332. "name": "Swiper",
  333. "taro": true,
  334. "tarodoc": true,
  335. "sort": 6,
  336. "cName": "轮播",
  337. "type": "component",
  338. "show": true,
  339. "desc": "轮播",
  340. "author": "suzigang"
  341. },
  342. {
  343. "version": "3.0.0",
  344. "name": "SwiperItem",
  345. "sort": 6,
  346. "cName": "轮播图子组件",
  347. "type": "component",
  348. "show": false,
  349. "taro": true,
  350. "exportEmpty": true,
  351. "exportEmptyTaro": true,
  352. "desc": "轮播图子组件",
  353. "author": "suzigang"
  354. },
  355. {
  356. "version": "3.0.0",
  357. "name": "Switch",
  358. "taro": true,
  359. "type": "component",
  360. "cName": "开关",
  361. "desc": "用来打开或关闭选项",
  362. "sort": 3,
  363. "show": true,
  364. "author": "zongyue3"
  365. },
  366. {
  367. "version": "3.0.0",
  368. "name": "Toast",
  369. "taro": true,
  370. "tarodoc": true,
  371. "sort": "1",
  372. "cName": "吐司",
  373. "type": "methods",
  374. "show": true,
  375. "desc": "轻提示",
  376. "author": "undo"
  377. },
  378. {
  379. "version": "3.0.0",
  380. "name": "Progress",
  381. "taro": true,
  382. "sort": 8,
  383. "cName": "进度条",
  384. "type": "component",
  385. "show": true,
  386. "desc": "用来展示进度",
  387. "author": "Drjingubo"
  388. },
  389. {
  390. "version": "3.0.0",
  391. "name": "CircleProgress",
  392. "taro": true,
  393. "sort": 8,
  394. "cName": "环形进度条",
  395. "type": "component",
  396. "show": true,
  397. "desc": "用来展示进度",
  398. "author": "Drjingubo"
  399. },
  400. {
  401. "version": "3.0.0",
  402. "name": "NoticeBar",
  403. "type": "component",
  404. "cName": "公告栏",
  405. "desc": "用于循环播放展示一组消息通知",
  406. "sort": 8,
  407. "show": true,
  408. "taro": true,
  409. "author": "yangxiaolu"
  410. },
  411. {
  412. "version": "3.0.0",
  413. "name": "SearchBar",
  414. "type": "component",
  415. "cName": "搜索栏",
  416. "desc": "搜索栏",
  417. "sort": 23,
  418. "show": true,
  419. "taro": true,
  420. "author": "zongyue3"
  421. },
  422. {
  423. "version": "3.0.0",
  424. "name": "Empty",
  425. "taro": true,
  426. "type": "component",
  427. "cName": "空状态",
  428. "desc": "空状态时占位提示",
  429. "sort": 24,
  430. "show": true,
  431. "author": "wujia8"
  432. }
  433. ]
  434. },
  435. {
  436. "name": "导航组件",
  437. "enName": "nav",
  438. "packages": [
  439. {
  440. "version": "3.0.0",
  441. "name": "Navbar",
  442. "taro": true,
  443. "sort": 3,
  444. "cName": "头部导航",
  445. "type": "componment",
  446. "show": true,
  447. "desc": "头部导航",
  448. "author": "liqiong43"
  449. },
  450. {
  451. "version": "3.0.0",
  452. "name": "FixedNav",
  453. "type": "component",
  454. "cName": "悬浮导航",
  455. "desc": "可拖拽的悬浮导航",
  456. "taro": true,
  457. "sort": 9,
  458. "show": true,
  459. "author": "richard1015"
  460. },
  461. {
  462. "version": "3.0.0",
  463. "name": "Menu",
  464. "sort": 2,
  465. "cName": "菜单组件",
  466. "type": "component",
  467. "taro": true,
  468. "show": true,
  469. "desc": "下拉菜单组件",
  470. "author": "yangjinjun3"
  471. },
  472. {
  473. "version": "3.0.0",
  474. "name": "MenuItem",
  475. "sort": 2,
  476. "cName": "菜单组件",
  477. "type": "component",
  478. "taro": true,
  479. "exportEmpty": true,
  480. "show": false,
  481. "desc": "下拉菜单组件",
  482. "author": "yangjinjun3"
  483. },
  484. {
  485. "version": "3.0.0",
  486. "name": "Tabbar",
  487. "taro": true,
  488. "sort": 2,
  489. "cName": "标签栏",
  490. "type": "component",
  491. "show": true,
  492. "desc": "标签栏",
  493. "author": "Drjingfubo"
  494. },
  495. {
  496. "version": "3.0.0",
  497. "name": "TabbarItem",
  498. "sort": 2,
  499. "cName": "标签栏子组件",
  500. "type": "component",
  501. "show": false,
  502. "taro": true,
  503. "exportEmpty": true,
  504. "desc": "标签栏子组件",
  505. "author": "Drjingfubo"
  506. },
  507. {
  508. "version": "3.0.0",
  509. "name": "Elevator",
  510. "type": "component",
  511. "cName": "电梯楼层",
  512. "desc": "用于列表快速定位以及索引的显示",
  513. "sort": 5,
  514. "show": true,
  515. "taro": true,
  516. "author": "szg2008"
  517. },
  518. {
  519. "version": "3.0.0",
  520. "name": "Pagination",
  521. "type": "component",
  522. "cName": "分页",
  523. "desc": "当数据量较多时,采用分页的形式分隔长列表。",
  524. "sort": 10,
  525. "show": true,
  526. "taro": true,
  527. "author": "yushuang24"
  528. },
  529. {
  530. "version": "3.1.9",
  531. "name": "Tabs",
  532. "type": "component",
  533. "cName": "选项卡切换",
  534. "desc": "常用于平级区域大块内容的的收纳和展现,支持内嵌标签形式和渲染循环数据形式",
  535. "sort": 11,
  536. "show": true,
  537. "taro": true,
  538. "author": "richard1015"
  539. },
  540. {
  541. "version": "3.1.9",
  542. "name": "TabPane",
  543. "type": "component",
  544. "cName": "选项卡子组件",
  545. "desc": "",
  546. "sort": 12,
  547. "exportEmpty": true,
  548. "taro": true,
  549. "show": false,
  550. "author": "richard1015"
  551. },
  552. {
  553. "version": "3.0.0",
  554. "name": "Indicator",
  555. "type": "component",
  556. "cName": "指示器",
  557. "desc": "显示一个任务或流程的进度,常用语开通流程。",
  558. "sort": 11,
  559. "taro": true,
  560. "show": true,
  561. "author": "senyawang"
  562. },
  563. {
  564. "version": "3.1.13",
  565. "name": "Grid",
  566. "type": "component",
  567. "cName": "宫格",
  568. "desc": "用于分隔成等宽区块进行页面导航",
  569. "sort": 13,
  570. "taro": true,
  571. "show": true,
  572. "author": "haiweilian"
  573. },
  574. {
  575. "version": "3.1.13",
  576. "name": "GridItem",
  577. "type": "component",
  578. "cName": "宫格子组件",
  579. "desc": "",
  580. "sort": 13,
  581. "taro": true,
  582. "show": false,
  583. "exportEmpty": true,
  584. "exportEmptyTaro": true,
  585. "author": "haiweilian"
  586. }
  587. ]
  588. },
  589. {
  590. "name": "数据录入",
  591. "enName": "dentry",
  592. "packages": [
  593. {
  594. "version": "3.0.0",
  595. "taro": true,
  596. "name": "Calendar",
  597. "type": "component",
  598. "cName": "日历",
  599. "desc": "日历组件",
  600. "sort": 5,
  601. "show": true,
  602. "author": "songchenglin1"
  603. },
  604. {
  605. "version": "3.0.0",
  606. "name": "Checkbox",
  607. "taro": true,
  608. "sort": 5,
  609. "cName": "复选按钮",
  610. "type": "component",
  611. "show": true,
  612. "desc": "复选按钮",
  613. "author": "Ymm0008"
  614. },
  615. {
  616. "version": "3.0.0",
  617. "name": "CheckboxGroup",
  618. "type": "component",
  619. "cName": "多选按钮组",
  620. "desc": "多选按钮组",
  621. "sort": 11,
  622. "show": false,
  623. "taro": true,
  624. "exportEmpty": true,
  625. "author": "Ymm0008"
  626. },
  627. {
  628. "version": "3.0.0",
  629. "name": "DatePicker",
  630. "taro": true,
  631. "tarodoc": true,
  632. "type": "component",
  633. "cName": "日期选择器",
  634. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  635. "sort": 5,
  636. "show": true,
  637. "author": "yangkaixuan"
  638. },
  639. {
  640. "version": "3.0.0",
  641. "name": "InputNumber",
  642. "taro": true,
  643. "sort": 1,
  644. "cName": "数字输入框",
  645. "type": "component",
  646. "show": true,
  647. "desc": "数字输入框组件",
  648. "author": "szg2008"
  649. },
  650. {
  651. "version": "3.0.0",
  652. "name": "Input",
  653. "taro": true,
  654. "sort": 2,
  655. "cName": "输入框",
  656. "type": "component",
  657. "show": true,
  658. "desc": "输入框组件",
  659. "author": "gxx158"
  660. },
  661. {
  662. "version": "3.0.0",
  663. "name": "Radio",
  664. "taro": true,
  665. "type": "component",
  666. "cName": "单选按钮",
  667. "desc": "单选按钮",
  668. "sort": 9,
  669. "show": true,
  670. "author": "Ymm0008"
  671. },
  672. {
  673. "version": "3.0.0",
  674. "name": "RadioGroup",
  675. "type": "component",
  676. "cName": "单选按钮组",
  677. "desc": "单选按钮组",
  678. "sort": 10,
  679. "taro": true,
  680. "exportEmpty": true,
  681. "show": false,
  682. "author": "Ymm0008"
  683. },
  684. {
  685. "version": "3.0.0",
  686. "name": "Rate",
  687. "taro": true,
  688. "sort": 4,
  689. "cName": "评分",
  690. "type": "component",
  691. "show": true,
  692. "desc": "评分组件",
  693. "author": "undo"
  694. },
  695. {
  696. "version": "3.0.0",
  697. "name": "CalendarItem",
  698. "type": "component",
  699. "cName": "日历子组件",
  700. "desc": "日历子组件",
  701. "sort": 5,
  702. "show": false,
  703. "author": "songchenglin1"
  704. },
  705. {
  706. "version": "3.0.0",
  707. "name": "Picker",
  708. "taro": true,
  709. "tarodoc": true,
  710. "type": "component",
  711. "cName": "选择器",
  712. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  713. "sort": 5,
  714. "show": true,
  715. "author": "yangkaixuan"
  716. },
  717. {
  718. "version": "3.0.0",
  719. "name": "ShortPassword",
  720. "taro": true,
  721. "type": "component",
  722. "cName": "短密码",
  723. "desc": "短密码组件",
  724. "sort": 6,
  725. "show": true,
  726. "author": "Drjingfubo"
  727. },
  728. {
  729. "version": "3.0.0",
  730. "taro": true,
  731. "name": "TextArea",
  732. "type": "component",
  733. "cName": "文本域",
  734. "desc": "文本输入",
  735. "sort": 7,
  736. "show": true,
  737. "author": "gx"
  738. },
  739. {
  740. "version": "3.0.0",
  741. "name": "Uploader",
  742. "taro": true,
  743. "tarodoc": true,
  744. "sort": 2,
  745. "cName": "上传",
  746. "type": "component",
  747. "show": true,
  748. "desc": "上传文件、图片",
  749. "author": "richard1015"
  750. },
  751. {
  752. "version": "3.0.0",
  753. "name": "CountUp",
  754. "taro": true,
  755. "sort": 12,
  756. "cName": "数字滚动",
  757. "type": "component",
  758. "show": true,
  759. "desc": "数字滚动组件,动态变化展示",
  760. "author": "Ymm0008"
  761. },
  762. {
  763. "version": "3.0.0",
  764. "name": "NumberKeyboard",
  765. "taro": true,
  766. "sort": 13,
  767. "cName": "数字键盘",
  768. "type": "component",
  769. "show": true,
  770. "desc": "虚拟数字键盘",
  771. "author": "Drjingfubo"
  772. },
  773. {
  774. "name": "CountDown",
  775. "type": "component",
  776. "cName": "倒计时",
  777. "desc": "倒计时",
  778. "sort": 16,
  779. "show": true,
  780. "taro": true,
  781. "author": "yangxiaolu"
  782. },
  783. {
  784. "version": "3.0.0",
  785. "name": "Badge",
  786. "type": "component",
  787. "cName": "徽标",
  788. "desc": "徽标",
  789. "sort": 17,
  790. "show": true,
  791. "taro": true,
  792. "author": "liqiong"
  793. },
  794. {
  795. "version": "3.0.0",
  796. "name": "Tag",
  797. "type": "component",
  798. "cName": "标签",
  799. "desc": "标签",
  800. "sort": 18,
  801. "show": true,
  802. "taro": true,
  803. "author": "liqiong"
  804. },
  805. {
  806. "version": "3.0.0",
  807. "name": "Popover",
  808. "type": "component",
  809. "cName": "气泡弹出框",
  810. "desc": "气泡弹出框",
  811. "sort": 19,
  812. "show": true,
  813. "taro": true,
  814. "author": "liqiong"
  815. },
  816. {
  817. "version": "3.0.0",
  818. "name": "Form",
  819. "type": "component",
  820. "cName": "表单",
  821. "desc": "1",
  822. "sort": 21,
  823. "show": true,
  824. "taro": true,
  825. "author": "richard1015"
  826. },
  827. {
  828. "version": "3.0.0",
  829. "name": "FormItem",
  830. "type": "component",
  831. "cName": "表单Item",
  832. "desc": "表单Item",
  833. "sort": 22,
  834. "show": false,
  835. "taro": true,
  836. "exportEmpty": true,
  837. "author": "richard1015"
  838. },
  839. {
  840. "version": "3.0.0",
  841. "name": "Skeleton",
  842. "type": "component",
  843. "cName": "骨架屏",
  844. "desc": "骨架屏",
  845. "sort": 23,
  846. "show": true,
  847. "taro": true,
  848. "author": "liqiong"
  849. },
  850. {
  851. "name": "Cascader",
  852. "type": "component",
  853. "cName": "级联选择",
  854. "desc": "级联选择,用于多层级数据的选择,典型场景为省市区选择.",
  855. "sort": 23,
  856. "show": true,
  857. "taro": true,
  858. "author": "dongj0316"
  859. }
  860. ]
  861. },
  862. {
  863. "name": "特色组件",
  864. "enName": "business",
  865. "packages": [
  866. {
  867. "version": "3.0.0",
  868. "taro": true,
  869. "name": "Address",
  870. "type": "component",
  871. "cName": "地址",
  872. "desc": "地址组件",
  873. "sort": 1,
  874. "show": true,
  875. "author": "yangxiaolu3"
  876. },
  877. {
  878. "version": "3.0.0",
  879. "taro": true,
  880. "name": "Barrage",
  881. "type": "component",
  882. "cName": "弹幕",
  883. "desc": "用于视频弹幕等展示",
  884. "sort": 2,
  885. "show": true,
  886. "author": "Ymm0008"
  887. },
  888. {
  889. "version": "3.0.0",
  890. "taro": true,
  891. "tarodoc": true,
  892. "name": "Signature",
  893. "type": "component",
  894. "cName": "签名",
  895. "desc": "签名组件",
  896. "sort": 3,
  897. "show": true,
  898. "author": "guoxiaoxiao"
  899. },
  900. {
  901. "version": "3.0.0",
  902. "taro": true,
  903. "name": "TimeSelect",
  904. "type": "component",
  905. "cName": "配送时间",
  906. "desc": "配送时间",
  907. "sort": 4,
  908. "show": true,
  909. "author": "szg2008"
  910. },
  911. {
  912. "version": "3.0.0",
  913. "taro": true,
  914. "name": "TimePannel",
  915. "type": "component",
  916. "cName": "配送时间",
  917. "desc": "配送时间",
  918. "sort": 5,
  919. "show": false,
  920. "exportEmpty": true,
  921. "author": "szg2008"
  922. },
  923. {
  924. "version": "3.0.0",
  925. "taro": true,
  926. "name": "TimeDetail",
  927. "type": "component",
  928. "cName": "配送时间",
  929. "desc": "配送时间",
  930. "sort": 6,
  931. "show": false,
  932. "exportEmpty": true,
  933. "author": "szg2008"
  934. },
  935. {
  936. "version": "3.0.0",
  937. "taro": true,
  938. "name": "Sku",
  939. "type": "component",
  940. "cName": "商品规格选择",
  941. "desc": "商品规格选择",
  942. "sort": 1,
  943. "show": true,
  944. "author": "yangxiaolu3"
  945. },
  946. {
  947. "version": "3.0.0",
  948. "taro": true,
  949. "name": "Card",
  950. "type": "component",
  951. "cName": "商品卡片",
  952. "desc": "展示商品",
  953. "sort": 1,
  954. "show": true,
  955. "author": "Drjingfubo"
  956. },
  957. {
  958. "version": "3.0.0",
  959. "taro": true,
  960. "name": "Table",
  961. "type": "component",
  962. "cName": "表格",
  963. "desc": "用于展示多条结构类似的数据,并具有一定的操作功能",
  964. "sort": 9,
  965. "show": true,
  966. "author": "szg2008"
  967. }
  968. ]
  969. }
  970. ],
  971. "docs": {
  972. "name": "指南",
  973. "packages": [
  974. {
  975. "name": "intro",
  976. "cName": "介绍",
  977. "show": true
  978. },
  979. {
  980. "name": "start",
  981. "cName": "快速上手",
  982. "show": true
  983. },
  984. {
  985. "name": "starttaro",
  986. "cName": "小程序开发",
  987. "show": true
  988. },
  989. {
  990. "name": "theme",
  991. "cName": "主题定制",
  992. "show": true
  993. },
  994. {
  995. "name": "international",
  996. "cName": "国际化",
  997. "show": false
  998. },
  999. {
  1000. "name": "resource",
  1001. "cName": "资源",
  1002. "show": true
  1003. },
  1004. {
  1005. "name": "contributing",
  1006. "cName": "贡献指南",
  1007. "path": "#/contributing",
  1008. "show": true
  1009. },
  1010. {
  1011. "name": "https://github.com/jdf2e/nutui/releases",
  1012. "cName": "更新日志",
  1013. "show": true,
  1014. "isLink": true
  1015. },
  1016. {
  1017. "name": "notice",
  1018. "cName": "常见问题",
  1019. "show": true
  1020. }
  1021. ]
  1022. }
  1023. }