config.json 31 KB

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