config.json 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. {
  2. "sorts": [
  3. "数据展示",
  4. "数据录入",
  5. "操作反馈",
  6. "导航组件",
  7. "布局组件",
  8. "基础组件"
  9. ],
  10. "packages": [
  11. {
  12. "name": "Cell",
  13. "version": "1.0.0",
  14. "sort": "4",
  15. "chnName": "列表项",
  16. "type": "component",
  17. "showDemo": true,
  18. "desc": "列表项,可组合成列表",
  19. "author": "Frans"
  20. },
  21. {
  22. "name": "Dialog",
  23. "version": "1.0.0",
  24. "sort": "2",
  25. "chnName": "对话框",
  26. "type": "method",
  27. "showDemo": true,
  28. "desc": "模态弹窗,支持按钮交互,支持图片弹窗。",
  29. "author": "Frans"
  30. },
  31. {
  32. "name": "Icon",
  33. "version": "1.0.0",
  34. "sort": "5",
  35. "chnName": "图标",
  36. "type": "component",
  37. "showDemo": true,
  38. "desc": "网页小图标。",
  39. "author": "Frans"
  40. },
  41. {
  42. "version": "1.0.0",
  43. "name": "Toast",
  44. "sort": "2",
  45. "chnName": "吐司",
  46. "desc": "轻提示。",
  47. "type": "method",
  48. "showDemo": true,
  49. "author": "Frans"
  50. },
  51. {
  52. "version": "1.0.0",
  53. "name": "ActionSheet",
  54. "sort": "2",
  55. "chnName": "动作面板",
  56. "desc": "从底部弹出的动作菜单面板。",
  57. "type": "component",
  58. "showDemo": true,
  59. "author": "iris"
  60. },
  61. {
  62. "version": "1.0.0",
  63. "name": "Tab",
  64. "sort": "3",
  65. "chnName": "选项卡",
  66. "desc": "常用于平级区域大块内容的的收纳和展现。",
  67. "type": "component",
  68. "showDemo": true,
  69. "author": "甄玉磊"
  70. },
  71. {
  72. "version": "1.0.0",
  73. "name": "TabPanel",
  74. "sort": "3",
  75. "chnName": "选项卡",
  76. "desc": "标签栏 选项卡组件",
  77. "type": "component",
  78. "showDemo": false,
  79. "author": "甄玉磊"
  80. },
  81. {
  82. "version": "1.0.0",
  83. "name": "TabBar",
  84. "sort": "3",
  85. "chnName": "标签栏",
  86. "desc": "用于不同模块以之间的切换",
  87. "type": "component",
  88. "showDemo": true,
  89. "author": "甄玉磊"
  90. },
  91. {
  92. "version": "1.0.0",
  93. "name": "Calendar",
  94. "sort": "1",
  95. "chnName": "日历",
  96. "desc": "日历",
  97. "type": "component",
  98. "showDemo": true,
  99. "author": "iris"
  100. },
  101. {
  102. "version": "1.0.0",
  103. "name": "DatePicker",
  104. "sort": "1",
  105. "chnName": "日期选择",
  106. "desc": "日期选择",
  107. "type": "component",
  108. "showDemo": true,
  109. "author": "iris"
  110. },
  111. {
  112. "version": "1.0.0",
  113. "name": "NavBar",
  114. "sort": "3",
  115. "chnName": "导航栏",
  116. "desc": "移动端头部导航栏",
  117. "type": "component",
  118. "showDemo": true,
  119. "author": "lishaoqi"
  120. },
  121. {
  122. "version": "1.0.0",
  123. "name": "NoticeBar",
  124. "sort": "3",
  125. "chnName": "公告栏",
  126. "desc": "移动端公告栏",
  127. "type": "component",
  128. "showDemo": true,
  129. "author": "wangyue"
  130. },
  131. {
  132. "version": "1.0.0",
  133. "name": "Slider",
  134. "sort": "1",
  135. "chnName": "滑块",
  136. "desc": "滑动输入器,用于在数值区间/自定义区间内进行选择。",
  137. "type": "component",
  138. "showDemo": true,
  139. "author": "Frans"
  140. },
  141. {
  142. "version": "1.0.0",
  143. "name": "Range",
  144. "sort": "1",
  145. "chnName": "区间选择器",
  146. "desc": "区间选择器组件",
  147. "type": "component",
  148. "showDemo": true,
  149. "author": "famanoder"
  150. },
  151. {
  152. "version": "1.0.0",
  153. "name": "Picker",
  154. "sort": "1",
  155. "chnName": "拾取器",
  156. "desc": "提供多个选项集合供用户选择其中一项。",
  157. "type": "component",
  158. "showDemo": true,
  159. "author": "iris"
  160. },
  161. {
  162. "version": "1.0.0",
  163. "name": "Progress",
  164. "sort": "2",
  165. "chnName": "进度条",
  166. "desc": "展示操作或任务的当前进度,比如上传文件。",
  167. "type": "component",
  168. "showDemo": true,
  169. "author": "张毓飞"
  170. },
  171. {
  172. "version": "1.0.0",
  173. "name": "Price",
  174. "sort": "0",
  175. "chnName": "商品价格",
  176. "desc": "商品价格组件,支持小数点前后应用不同样式、千位分隔、人民币符号等功能",
  177. "type": "component",
  178. "showDemo": true,
  179. "author": "liaoyanli5"
  180. },
  181. {
  182. "version": "1.0.0",
  183. "name": "Flex",
  184. "sort": "4",
  185. "chnName": "Flex布局",
  186. "desc": "Flex布局速简便地创建布局",
  187. "type": "component",
  188. "showDemo": true,
  189. "author": "秦伟伟"
  190. },
  191. {
  192. "version": "1.0.0",
  193. "name": "Col",
  194. "sort": "4",
  195. "chnName": "Flex布局",
  196. "desc": "Flex布局速简便地创建布局",
  197. "type": "component",
  198. "showDemo": false,
  199. "author": "秦伟伟"
  200. },
  201. {
  202. "version": "1.0.0",
  203. "name": "Row",
  204. "sort": "4",
  205. "chnName": "Flex布局",
  206. "desc": "Flex布局速简便地创建布局",
  207. "type": "component",
  208. "showDemo": false,
  209. "author": "秦伟伟"
  210. },
  211. {
  212. "version": "1.0.0",
  213. "name": "Steps",
  214. "sort": "0",
  215. "chnName": "步骤条",
  216. "desc": "拆分展示某项流程的步骤,引导用户按流程完成任务或向用户展示当前状态。",
  217. "type": "component",
  218. "showDemo": true,
  219. "author": "宋其斌"
  220. },
  221. {
  222. "version": "1.0.0",
  223. "name": "Button",
  224. "sort": "5",
  225. "chnName": "按钮",
  226. "desc": "各式各样的按钮",
  227. "type": "component",
  228. "showDemo": true,
  229. "author": "杨磊"
  230. },
  231. {
  232. "version": "1.0.0",
  233. "name": "Badge",
  234. "sort": "0",
  235. "chnName": "徽标",
  236. "desc": "出现在图标或文字右上角的红色圆点、数字或者文字,表示有新内容或者待处理的信息",
  237. "type": "component",
  238. "showDemo": true,
  239. "author": "杨磊"
  240. },
  241. {
  242. "version": "1.0.0",
  243. "name": "Rate",
  244. "sort": "1",
  245. "chnName": "评分",
  246. "desc": "用于快速的评级操作,或对评价进行展示。",
  247. "type": "component",
  248. "showDemo": true,
  249. "author": "永无止晋"
  250. },
  251. {
  252. "version": "1.0.0",
  253. "name": "Swiper",
  254. "chnName": "滑动切换",
  255. "sort": "0",
  256. "desc": "常用于一组图片或卡片轮播,当内容空间不足时,可以用走马灯的形式进行收纳,进行轮播展现。",
  257. "type": "component",
  258. "showDemo": true,
  259. "author": "wangnan31"
  260. },
  261. {
  262. "version": "1.0.0",
  263. "name": "Menu",
  264. "sort": "3",
  265. "chnName": "菜单",
  266. "desc": "菜单",
  267. "type": "component",
  268. "showDemo": true,
  269. "author": "苏子刚"
  270. },
  271. {
  272. "version": "1.0.0",
  273. "name": "Stepper",
  274. "chnName": "步进器",
  275. "desc": "通过点击按钮控制数字加减",
  276. "type": "component",
  277. "sort": "1",
  278. "showDemo": true,
  279. "author": "famanoder"
  280. },
  281. {
  282. "version": "1.0.0",
  283. "name": "ButtonGroup",
  284. "chnName": "按钮组",
  285. "desc": "用于页面底部的按钮组",
  286. "type": "component",
  287. "sort": "5",
  288. "showDemo": true,
  289. "author": "杨磊"
  290. },
  291. {
  292. "version": "1.0.0",
  293. "name": "SearchBar",
  294. "chnName": "搜索栏",
  295. "desc": "搜索栏",
  296. "type": "component",
  297. "sort": "1",
  298. "showDemo": true,
  299. "author": "lemon"
  300. },
  301. {
  302. "version": "1.0.0",
  303. "name": "ImagePicker",
  304. "sort": "1",
  305. "chnName": "图片选择器",
  306. "desc": "图片选择器",
  307. "type": "component",
  308. "showDemo": true,
  309. "author": "苏子刚"
  310. },
  311. {
  312. "name": "Switch",
  313. "version": "1.0.0",
  314. "sort": "1",
  315. "chnName": "开关",
  316. "type": "component",
  317. "showDemo": true,
  318. "desc": "滑动开关,通过点击使按钮左右滑动,同时触发对应的开关状态",
  319. "author": "Frans"
  320. },
  321. {
  322. "name": "Radio",
  323. "version": "1.0.0",
  324. "sort": "1",
  325. "chnName": "单选按钮",
  326. "type": "component",
  327. "showDemo": true,
  328. "desc": "单选按钮,可组合成单选按钮组",
  329. "author": "Frans"
  330. },
  331. {
  332. "name": "RadioGroup",
  333. "version": "1.0.0",
  334. "sort": "1",
  335. "chnName": "单选按钮组",
  336. "type": "component",
  337. "showDemo": false,
  338. "desc": "单选按钮组",
  339. "author": "Frans"
  340. },
  341. {
  342. "version": "1.0.0",
  343. "name": "CheckBox",
  344. "sort": "1",
  345. "chnName": "复选按钮",
  346. "desc": "复选多个选项",
  347. "type": "component",
  348. "showDemo": true,
  349. "author": "Vicky.Ye"
  350. },
  351. {
  352. "version": "1.0.0",
  353. "name": "CheckBoxGroup",
  354. "sort": "1",
  355. "chnName": "复选按钮组",
  356. "desc": "成组出现的复选按钮组件",
  357. "type": "component",
  358. "showDemo": true,
  359. "author": "Vicky.Ye"
  360. },
  361. {
  362. "version":"1.0.0",
  363. "name":"ShortPassword",
  364. "chnName":"短密码",
  365. "des":"短密码",
  366. "type":"component",
  367. "sort":"1",
  368. "showDemo": true,
  369. "author": "wangnan31"
  370. },
  371. {
  372. "version":"1.0.0",
  373. "name":"Skeleton",
  374. "chnName":"骨架屏",
  375. "des":"在页面上待加载区域填充灰色的占位图,本质上是界面加载过程中的过渡效果",
  376. "type":"component",
  377. "sort":"0",
  378. "showDemo": true,
  379. "author": "wangnan31"
  380. }
  381. ]
  382. }