config.json 37 KB

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