config.json 28 KB

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