config.json 32 KB

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