config.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. {
  2. "sorts": [
  3. "数据展示",
  4. "数据录入",
  5. "操作反馈",
  6. "导航组件",
  7. "布局组件",
  8. "基础组件",
  9. "业务组件"
  10. ],
  11. "packages": [
  12. {
  13. "name": "Cell",
  14. "version": "1.0.0",
  15. "sort": "4",
  16. "chnName": "列表项",
  17. "type": "component",
  18. "showDemo": true,
  19. "desc": "列表项,可组合成列表",
  20. "author": "Frans、玉磊"
  21. },
  22. {
  23. "name": "Dialog",
  24. "version": "1.0.0",
  25. "sort": "2",
  26. "chnName": "对话框",
  27. "type": "method",
  28. "showDemo": true,
  29. "desc": "模态弹窗,支持按钮交互,支持图片弹窗。",
  30. "star": 5,
  31. "author": "Frans、肖晓"
  32. },
  33. {
  34. "name": "Icon",
  35. "version": "1.0.0",
  36. "sort": "5",
  37. "chnName": "图标",
  38. "type": "component",
  39. "showDemo": true,
  40. "desc": "网页小图标。",
  41. "author": "Frans"
  42. },
  43. {
  44. "version": "1.0.0",
  45. "name": "Toast",
  46. "sort": "2",
  47. "chnName": "吐司",
  48. "desc": "轻提示。",
  49. "type": "method",
  50. "showDemo": true,
  51. "star": 4,
  52. "author": "Frans、张宇"
  53. },
  54. {
  55. "version": "1.0.0",
  56. "name": "ActionSheet",
  57. "sort": "2",
  58. "chnName": "动作面板",
  59. "desc": "从底部弹出的动作菜单面板。",
  60. "type": "component",
  61. "showDemo": true,
  62. "star": 5,
  63. "author": "iris"
  64. },
  65. {
  66. "version": "1.0.0",
  67. "name": "Tab",
  68. "sort": "3",
  69. "chnName": "选项卡",
  70. "desc": "常用于平级区域大块内容的的收纳和展现。",
  71. "type": "component",
  72. "showDemo": true,
  73. "star": 3,
  74. "author": "甄玉磊"
  75. },
  76. {
  77. "version": "1.0.0",
  78. "name": "TabPanel",
  79. "sort": "3",
  80. "chnName": "选项卡",
  81. "desc": "标签栏 选项卡组件",
  82. "type": "component",
  83. "showDemo": false,
  84. "author": "甄玉磊"
  85. },
  86. {
  87. "version": "1.0.0",
  88. "name": "TabBar",
  89. "sort": "3",
  90. "chnName": "标签栏",
  91. "desc": "用于不同模块以之间的切换",
  92. "type": "component",
  93. "showDemo": true,
  94. "star": 3,
  95. "author": "甄玉磊"
  96. },
  97. {
  98. "version": "1.0.0",
  99. "name": "Calendar",
  100. "sort": "1",
  101. "chnName": "日历",
  102. "desc": "日历",
  103. "type": "component",
  104. "showDemo": true,
  105. "star": 5,
  106. "author": "iris"
  107. },
  108. {
  109. "version": "1.0.0",
  110. "name": "DatePicker",
  111. "sort": "1",
  112. "chnName": "日期选择",
  113. "desc": "日期选择",
  114. "type": "component",
  115. "showDemo": true,
  116. "star": 5,
  117. "author": "iris"
  118. },
  119. {
  120. "version": "1.0.0",
  121. "name": "NavBar",
  122. "sort": "3",
  123. "chnName": "导航栏",
  124. "desc": "移动端头部导航栏",
  125. "type": "component",
  126. "showDemo": true,
  127. "author": "lishaoqi"
  128. },
  129. {
  130. "version": "1.0.0",
  131. "name": "NoticeBar",
  132. "sort": "3",
  133. "chnName": "公告栏",
  134. "desc": "移动端公告栏",
  135. "type": "component",
  136. "showDemo": true,
  137. "author": "wangyue"
  138. },
  139. {
  140. "name": "Switch",
  141. "version": "1.0.0",
  142. "sort": "1",
  143. "chnName": "开关",
  144. "type": "component",
  145. "showDemo": true,
  146. "desc": "滑动开关,通过点击使按钮左右滑动,同时触发对应的开关状态",
  147. "author": "Frans"
  148. },
  149. {
  150. "version": "1.0.0",
  151. "name": "Slider",
  152. "sort": "1",
  153. "chnName": "滑块",
  154. "desc": "滑动输入器,用于在数值区间/自定义区间内进行选择。",
  155. "type": "component",
  156. "showDemo": true,
  157. "star": 4,
  158. "author": "Frans"
  159. },
  160. {
  161. "version": "1.0.0",
  162. "name": "Range",
  163. "sort": "1",
  164. "chnName": "区间选择器",
  165. "desc": "区间选择器组件",
  166. "type": "component",
  167. "showDemo": true,
  168. "star": 4,
  169. "author": "famanoder"
  170. },
  171. {
  172. "version": "1.0.0",
  173. "name": "Picker",
  174. "sort": "1",
  175. "chnName": "拾取器",
  176. "desc": "提供多个选项集合供用户选择其中一项。",
  177. "type": "component",
  178. "showDemo": true,
  179. "star": 5,
  180. "author": "iris"
  181. },
  182. {
  183. "version": "1.0.0",
  184. "name": "Progress",
  185. "sort": "2",
  186. "chnName": "进度条",
  187. "desc": "展示操作或任务的当前进度,比如上传文件。",
  188. "type": "component",
  189. "showDemo": true,
  190. "author": "张毓飞"
  191. },
  192. {
  193. "version": "1.0.0",
  194. "name": "Price",
  195. "sort": "0",
  196. "chnName": "商品价格",
  197. "desc": "商品价格组件,支持小数点前后应用不同样式、千位分隔、人民币符号等功能",
  198. "type": "component",
  199. "showDemo": true,
  200. "author": "liaoyanli5"
  201. },
  202. {
  203. "version": "1.0.0",
  204. "name": "Flex",
  205. "sort": "4",
  206. "chnName": "Flex布局",
  207. "desc": "Flex布局速简便地创建布局",
  208. "type": "component",
  209. "showDemo": true,
  210. "author": "秦伟伟,苏子刚"
  211. },
  212. {
  213. "version": "1.0.0",
  214. "name": "Col",
  215. "sort": "4",
  216. "chnName": "Flex布局",
  217. "desc": "Flex布局速简便地创建布局",
  218. "type": "component",
  219. "showDemo": false,
  220. "author": "秦伟伟,苏子刚"
  221. },
  222. {
  223. "version": "1.0.0",
  224. "name": "Row",
  225. "sort": "4",
  226. "chnName": "Flex布局",
  227. "desc": "Flex布局速简便地创建布局",
  228. "type": "component",
  229. "showDemo": false,
  230. "author": "秦伟伟,苏子刚"
  231. },
  232. {
  233. "version": "1.0.0",
  234. "name": "Steps",
  235. "sort": "0",
  236. "chnName": "步骤条",
  237. "desc": "拆分展示某项流程的步骤,引导用户按流程完成任务或向用户展示当前状态。",
  238. "type": "component",
  239. "showDemo": true,
  240. "author": "宋其斌"
  241. },
  242. {
  243. "version": "1.0.0",
  244. "name": "Button",
  245. "sort": "5",
  246. "chnName": "按钮",
  247. "desc": "各式各样的按钮",
  248. "type": "component",
  249. "showDemo": true,
  250. "author": "杨磊"
  251. },
  252. {
  253. "version": "1.0.0",
  254. "name": "Badge",
  255. "sort": "0",
  256. "chnName": "徽标",
  257. "desc": "出现在图标或文字右上角的红色圆点、数字或者文字,表示有新内容或者待处理的信息",
  258. "type": "component",
  259. "showDemo": true,
  260. "author": "杨磊"
  261. },
  262. {
  263. "version": "1.0.0",
  264. "name": "Rate",
  265. "sort": "1",
  266. "chnName": "评分",
  267. "desc": "用于快速的评级操作,或对评价进行展示。",
  268. "type": "component",
  269. "showDemo": true,
  270. "star": 4,
  271. "author": "永无止晋"
  272. },
  273. {
  274. "version": "1.0.1",
  275. "name": "Swiper",
  276. "chnName": "滑动切换",
  277. "sort": "0",
  278. "desc": "常用于一组图片或卡片轮播,当内容空间不足时,可以用走马灯的形式进行收纳,进行轮播展现。",
  279. "type": "component",
  280. "showDemo": true,
  281. "star": 5,
  282. "author": "wangnan31"
  283. },
  284. {
  285. "version": "1.0.0",
  286. "name": "Menu",
  287. "sort": "3",
  288. "chnName": "菜单",
  289. "desc": "菜单",
  290. "type": "component",
  291. "showDemo": true,
  292. "author": "苏子刚"
  293. },
  294. {
  295. "version": "1.0.0",
  296. "name": "Stepper",
  297. "chnName": "步进器",
  298. "desc": "通过点击按钮控制数字加减",
  299. "type": "component",
  300. "sort": "1",
  301. "showDemo": true,
  302. "star": 3,
  303. "author": "famanoder"
  304. },
  305. {
  306. "version": "1.0.0",
  307. "name": "ButtonGroup",
  308. "chnName": "按钮组",
  309. "desc": "用于页面底部的按钮组",
  310. "type": "component",
  311. "sort": "5",
  312. "showDemo": true,
  313. "author": "杨磊"
  314. },
  315. {
  316. "version": "1.0.0",
  317. "name": "SearchBar",
  318. "chnName": "搜索栏",
  319. "desc": "搜索栏",
  320. "type": "component",
  321. "sort": "1",
  322. "showDemo": true,
  323. "author": "lemon"
  324. },
  325. {
  326. "version": "1.0.0",
  327. "name": "ImagePicker",
  328. "sort": "1",
  329. "chnName": "图片选择器",
  330. "desc": "图片选择器",
  331. "type": "component",
  332. "showDemo": true,
  333. "author": "苏子刚"
  334. },
  335. {
  336. "name": "Radio",
  337. "version": "1.0.0",
  338. "sort": "1",
  339. "chnName": "单选按钮",
  340. "type": "component",
  341. "showDemo": true,
  342. "desc": "单选按钮,可组合成单选按钮组",
  343. "author": "Frans"
  344. },
  345. {
  346. "name": "RadioGroup",
  347. "version": "1.0.0",
  348. "sort": "1",
  349. "chnName": "单选按钮组",
  350. "type": "component",
  351. "showDemo": false,
  352. "desc": "单选按钮组",
  353. "author": "Frans"
  354. },
  355. {
  356. "version": "1.0.0",
  357. "name": "CheckBox",
  358. "sort": "1",
  359. "chnName": "复选按钮",
  360. "desc": "复选多个选项",
  361. "type": "component",
  362. "showDemo": true,
  363. "author": "Vicky.Ye"
  364. },
  365. {
  366. "version": "1.0.0",
  367. "name": "CheckBoxGroup",
  368. "sort": "1",
  369. "chnName": "复选按钮组",
  370. "desc": "成组出现的复选按钮组件",
  371. "type": "component",
  372. "showDemo": true,
  373. "author": "Vicky.Ye"
  374. },
  375. {
  376. "version": "1.0.0",
  377. "name": "ShortPassword",
  378. "chnName": "短密码",
  379. "des": "短密码",
  380. "type": "component",
  381. "sort": "1",
  382. "showDemo": true,
  383. "author": "wangnan31"
  384. },
  385. {
  386. "version": "1.0.0",
  387. "name": "Skeleton",
  388. "chnName": "骨架屏",
  389. "des": "在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果",
  390. "type": "component",
  391. "sort": "0",
  392. "showDemo": true,
  393. "author": "wangnan31"
  394. },
  395. {
  396. "version": "1.0.0",
  397. "name": "Scroller",
  398. "chnName": "滚动",
  399. "desc": "滚动组件",
  400. "type": "component",
  401. "sort": "0",
  402. "star": 5,
  403. "showDemo": true,
  404. "author": "iris"
  405. },
  406. {
  407. "version": "1.0.0",
  408. "name": "BackTop",
  409. "chnName": "回到顶部",
  410. "desc": "用于页面内容高度过长,快捷回到顶部使用。",
  411. "type": "component",
  412. "sort": "2",
  413. "showDemo": true,
  414. "author": "永无止晋、richard1015"
  415. },
  416. {
  417. "version": "1.0.0",
  418. "name": "CountDown",
  419. "chnName": "倒计时",
  420. "desc": "倒计时组件",
  421. "type": "component",
  422. "sort": "0",
  423. "showDemo": true,
  424. "author": "famanoder"
  425. },
  426. {
  427. "version": "1.0.0",
  428. "name": "InfiniteLoading",
  429. "chnName": "无限加载",
  430. "desc": "无限加载",
  431. "type": "component",
  432. "sort": "0",
  433. "star": 4,
  434. "showDemo": true,
  435. "author": "iris"
  436. },
  437. {
  438. "version": "1.0.0",
  439. "name": "Uploader",
  440. "chnName": "上传",
  441. "desc": "文件上传组件",
  442. "type": "component",
  443. "sort": "5",
  444. "showDemo": true,
  445. "author": "林如风"
  446. },
  447. {
  448. "version": "1.0.0",
  449. "name": "TextInput",
  450. "chnName": "文本框",
  451. "desc": "单行文本框",
  452. "type": "component",
  453. "sort": "1",
  454. "showDemo": true,
  455. "author": "Frans"
  456. },
  457. {
  458. "version": "1.0.0",
  459. "name": "Avatar",
  460. "chnName": "头像",
  461. "desc": "用来表示用户或事物,支持图片或字符展示。",
  462. "type": "component",
  463. "sort": "5",
  464. "showDemo": true,
  465. "author": "zhenyulei"
  466. },
  467. {
  468. "version": "1.0.0",
  469. "name": "Lazyload",
  470. "chnName": "图片懒加载",
  471. "desc": "图片懒加载",
  472. "type": "component",
  473. "sort": "0",
  474. "showDemo": true,
  475. "author": "richard1015"
  476. },
  477. {
  478. "version": "1.0.0",
  479. "name": "TextBox",
  480. "chnName": "文本域",
  481. "desc": "文本域",
  482. "type": "component",
  483. "sort": "1",
  484. "showDemo": true,
  485. "author": "guoxiaoxiao"
  486. },
  487. {
  488. "version": "1.0.0",
  489. "name": "Elevator",
  490. "chnName": "电梯楼层",
  491. "desc": "类似于电梯楼层,组件可以跟着右侧索引而滑动",
  492. "type": "component",
  493. "sort": "3",
  494. "showDemo": true,
  495. "author": "zhenyulei"
  496. },
  497. {
  498. "version": "1.0.0",
  499. "name": "Popup",
  500. "chnName": "弹出层",
  501. "desc": "弹出层",
  502. "type": "component",
  503. "sort": "5",
  504. "showDemo": true,
  505. "author": "杨凯旋"
  506. },
  507. {
  508. "version": "1.0.0",
  509. "name": "LeftSlip",
  510. "chnName": "左滑删除",
  511. "desc": "手势左滑删除元素",
  512. "type": "component",
  513. "sort": "2",
  514. "showDemo": true,
  515. "author": "vickyYE"
  516. },
  517. {
  518. "version": "1.0.0",
  519. "name": "Coupon",
  520. "chnName": "优惠券",
  521. "desc": "优惠券",
  522. "type": "component",
  523. "sort": "6",
  524. "showDemo": true,
  525. "author": ""
  526. },
  527. {
  528. "version": "1.0.0",
  529. "name": "TabSelect",
  530. "chnName": "配送时间",
  531. "desc": "两级配送时间",
  532. "type": "component",
  533. "sort": "6",
  534. "showDemo": true,
  535. "author": "dsj"
  536. },
  537. {
  538. "version": "1.0.0",
  539. "name": "LuckDraw",
  540. "chnName": "转盘抽奖",
  541. "desc": "可设置中奖奖品,转动时间,中奖标识等",
  542. "type": "component",
  543. "sort": "6",
  544. "showDemo": true,
  545. "author": "Ymm0008"
  546. },
  547. {
  548. "version": "1.0.0",
  549. "name": "Video",
  550. "chnName": "视频",
  551. "desc": "视频播放器",
  552. "type": "component",
  553. "sort": "0",
  554. "showDemo": true,
  555. "author": "VickyYe"
  556. },
  557. {
  558. "version": "1.0.0",
  559. "name": "Signature",
  560. "chnName": "签名",
  561. "desc": "签名",
  562. "type": "component",
  563. "sort": "6",
  564. "showDemo": true,
  565. "author": "irisSong"
  566. },
  567. {
  568. "version": "1.0.0",
  569. "name": "CircleProgress",
  570. "chnName": "圆形进度条",
  571. "desc": "显示当前任务的操作进度",
  572. "type": "component",
  573. "sort": "2",
  574. "showDemo": true,
  575. "author": "zyf"
  576. },
  577. {
  578. "version": "1.0.0",
  579. "name": "TimeLineItem",
  580. "chnName": "时间轴节点",
  581. "desc": "定义时间轴节点",
  582. "type": "component",
  583. "sort": "0",
  584. "showDemo": false,
  585. "author": "yangxiaolu"
  586. },
  587. {
  588. "version": "1.0.0",
  589. "name": "TimeLine",
  590. "chnName": "时间轴节点",
  591. "desc": "定义时间轴节点",
  592. "type": "component",
  593. "sort": "0",
  594. "showDemo": true,
  595. "author": "yangxiaolu"
  596. },
  597. {
  598. "version": "1.0.0",
  599. "name": "SideNavBar",
  600. "chnName": "侧边栏导航",
  601. "desc": "侧边栏导航",
  602. "type": "component",
  603. "sort": "3",
  604. "showDemo": true,
  605. "author": "szg2008"
  606. },
  607. {
  608. "version": "1.0.0",
  609. "name": "SubSideNavBar",
  610. "chnName": "侧边栏导航",
  611. "desc": "侧边栏导航",
  612. "type": "component",
  613. "sort": "3",
  614. "showDemo": false,
  615. "author": "szg2008"
  616. },
  617. {
  618. "version": "1.0.0",
  619. "name": "SideNavBarItem",
  620. "chnName": "侧边栏导航",
  621. "desc": "侧边栏导航",
  622. "type": "component",
  623. "sort": "3",
  624. "showDemo": false,
  625. "author": "szg2008"
  626. },
  627. {
  628. "name": "Drag",
  629. "chnName": "拖拽",
  630. "desc": "实现可拖拽的任意元素",
  631. "type": "component",
  632. "sort": "5",
  633. "showDemo": true,
  634. "author": "张宇"
  635. },
  636. {
  637. "version": "1.0.0",
  638. "name": "Address",
  639. "chnName": "地址选择",
  640. "desc": "业务功能-地址选择",
  641. "type": "component",
  642. "sort": "6",
  643. "showDemo": true,
  644. "author": "yangxiaolu"
  645. },
  646. {
  647. "version": "1.0.0",
  648. "name": "Notify",
  649. "type": "method",
  650. "chnName": "展示消息提示",
  651. "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
  652. "sort": "2",
  653. "showDemo": true,
  654. "author": "wangyue217"
  655. },
  656. {
  657. "name": "CountUp",
  658. "type": "component",
  659. "chnName": "数字滚动",
  660. "desc": "用于数据展示",
  661. "sort": "0",
  662. "showDemo": true,
  663. "author": "Ymm0008"
  664. },
  665. {
  666. "name": "FixedNav",
  667. "type": "component",
  668. "chnName": "悬浮导航",
  669. "desc": "拖拽导航",
  670. "sort": "3",
  671. "showDemo": true,
  672. "author": "richard1015"
  673. },
  674. {
  675. "version": "1.0.0",
  676. "name": "Collapse",
  677. "type": "component",
  678. "chnName": "折叠面板",
  679. "desc": "可以折叠/展开的内容区域",
  680. "sort": "0",
  681. "showDemo": true,
  682. "author": "Ymm0008",
  683. "showTest": true
  684. },
  685. {
  686. "version": "1.0.0",
  687. "name": "Luckycard",
  688. "type": "component",
  689. "chnName": "刮刮卡",
  690. "desc": "刮刮卡抽奖",
  691. "sort": "6",
  692. "showDemo": true,
  693. "author": "guoxiao"
  694. },
  695. {
  696. "version": "1.0.0",
  697. "name": "NumberKeyboard",
  698. "type": "component",
  699. "chnName": "数字键盘",
  700. "desc": "数字虚拟键盘,自定义键盘",
  701. "sort": "1",
  702. "showDemo": true,
  703. "author": "Ymm0008",
  704. "showTest": true
  705. },
  706. {
  707. "version": "1.0.0",
  708. "name": "CollapseItem",
  709. "type": "component",
  710. "chnName": "折叠面板单个组件",
  711. "desc": "用于折叠面板组合使用",
  712. "sort": "0",
  713. "showDemo": false,
  714. "author": "Ymm0008",
  715. "showTest": true
  716. },
  717. {
  718. "version": "1.0.0",
  719. "name": "Magic",
  720. "type": "component",
  721. "chnName": "魔方",
  722. "desc": "魔方",
  723. "sort": "6",
  724. "showDemo": true,
  725. "author": "zongyue3",
  726. "showTest": false
  727. }
  728. ]
  729. }