config.json 37 KB

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