config.json 28 KB

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