config.json 8.3 KB

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