config.json 36 KB

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