config.json 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  1. {
  2. "docs": {
  3. "name": "指南",
  4. "packages": [
  5. {
  6. "name": "intro",
  7. "cName": "介绍",
  8. "show": true
  9. },
  10. {
  11. "name": "start",
  12. "cName": "快速上手",
  13. "show": true
  14. },
  15. {
  16. "name": "starttaro",
  17. "cName": "小程序开发",
  18. "show": true
  19. },
  20. {
  21. "name": "theme",
  22. "cName": "主题定制",
  23. "show": true
  24. },
  25. {
  26. "name": "international",
  27. "cName": "国际化",
  28. "show": false
  29. },
  30. {
  31. "name": "resource",
  32. "cName": "资源",
  33. "show": true
  34. },
  35. {
  36. "name": "contributing",
  37. "cName": "贡献指南",
  38. "path": "#/contributing",
  39. "show": true
  40. },
  41. {
  42. "name": "https://github.com/jdf2e/nutui/releases",
  43. "cName": "更新日志",
  44. "show": true,
  45. "isLink": true
  46. },
  47. {
  48. "name": "notice",
  49. "cName": "常见问题",
  50. "show": true
  51. }
  52. ]
  53. },
  54. "nav": [
  55. {
  56. "name": "基础组件",
  57. "enName": "base",
  58. "packages": [
  59. {
  60. "version": "3.0.0",
  61. "name": "Avatar",
  62. "taro": true,
  63. "sort": 7,
  64. "cName": "头像",
  65. "type": "component",
  66. "show": true,
  67. "desc": "头像",
  68. "author": "ailululu"
  69. },
  70. {
  71. "version": "3.0.0",
  72. "name": "Button",
  73. "taro": true,
  74. "sort": 1,
  75. "cName": "按钮",
  76. "type": "component",
  77. "show": true,
  78. "desc": "按钮用于触发一个操作,如提交表单。",
  79. "author": "richard1015"
  80. },
  81. {
  82. "version": "3.0.0",
  83. "name": "Cell",
  84. "taro": true,
  85. "sort": 1,
  86. "cName": "单元格",
  87. "type": "component",
  88. "show": true,
  89. "desc": "展示列表",
  90. "author": "richard1015"
  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. },
  104. {
  105. "version": "3.0.0",
  106. "name": "Icon",
  107. "taro": true,
  108. "sort": 3,
  109. "cName": "图标",
  110. "type": "component",
  111. "show": true,
  112. "desc": "图标",
  113. "author": "richard1015"
  114. },
  115. {
  116. "version": "3.0.0",
  117. "name": "Price",
  118. "taro": true,
  119. "sort": 4,
  120. "cName": "价格",
  121. "type": "component",
  122. "show": true,
  123. "desc": "价格组件",
  124. "author": "ailululu"
  125. },
  126. {
  127. "version": "3.0.0",
  128. "name": "OverLay",
  129. "taro": true,
  130. "type": "component",
  131. "cName": "遮罩层",
  132. "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
  133. "sort": 14,
  134. "show": true,
  135. "author": "szg2008"
  136. },
  137. {
  138. "version": "3.0.0",
  139. "name": "Divider",
  140. "taro": true,
  141. "type": "component",
  142. "cName": "分割线",
  143. "desc": "用于将内容分隔为多个区域。",
  144. "sort": 23,
  145. "show": true,
  146. "author": "yangjinjun3"
  147. }
  148. ]
  149. },
  150. {
  151. "name": "布局组件",
  152. "enName": "layout",
  153. "packages": [
  154. {
  155. "version": "3.0.0",
  156. "name": "Layout",
  157. "taro": true,
  158. "sort": 4,
  159. "cName": "布局",
  160. "type": "component",
  161. "show": true,
  162. "desc": "简便地创建布局",
  163. "author": "undo"
  164. },
  165. {
  166. "version": "3.0.0",
  167. "name": "Col",
  168. "sort": 5,
  169. "cName": "布局-Col",
  170. "type": "component",
  171. "show": false,
  172. "taro": true,
  173. "exportEmpty": true,
  174. "desc": "布局组件Col",
  175. "author": "undo"
  176. },
  177. {
  178. "version": "3.0.0",
  179. "name": "Row",
  180. "sort": 6,
  181. "cName": "布局-Row",
  182. "type": "component",
  183. "show": false,
  184. "taro": true,
  185. "exportEmpty": true,
  186. "desc": "布局组件Row",
  187. "author": "undo"
  188. },
  189. {
  190. "version": "3.0.0",
  191. "name": "ImagePreview",
  192. "type": "methods",
  193. "cName": "图片预览",
  194. "desc": "图片预览",
  195. "sort": 4,
  196. "show": true,
  197. "taro": false,
  198. "tarodoc": true,
  199. "author": "zongyue3"
  200. }
  201. ]
  202. },
  203. {
  204. "name": "操作反馈",
  205. "enName": "feedback",
  206. "packages": [
  207. {
  208. "version": "3.0.0",
  209. "name": "Swipe",
  210. "taro": true,
  211. "type": "component",
  212. "cName": "滑动手势",
  213. "desc": "列表项左滑删除场景使用",
  214. "sort": 4,
  215. "show": true,
  216. "author": "richard1015"
  217. },
  218. {
  219. "version": "3.0.0",
  220. "name": "ActionSheet",
  221. "taro": true,
  222. "sort": "1",
  223. "cName": "动作面板",
  224. "type": "component",
  225. "show": true,
  226. "desc": "底部弹出动作菜单面板",
  227. "author": "zhangyufei"
  228. },
  229. {
  230. "version": "3.0.0",
  231. "name": "BackTop",
  232. "taro": true,
  233. "tarodoc": true,
  234. "sort": "1",
  235. "cName": "返回顶部",
  236. "type": "component",
  237. "show": true,
  238. "desc": "较长页面快捷返回顶部",
  239. "author": "liqiong43"
  240. },
  241. {
  242. "version": "3.0.0",
  243. "name": "Collapse",
  244. "taro": true,
  245. "sort": 2,
  246. "cName": "折叠面板",
  247. "type": "component",
  248. "show": true,
  249. "desc": "折叠面板",
  250. "author": "Ymm0008"
  251. },
  252. {
  253. "version": "3.0.0",
  254. "name": "CollapseItem",
  255. "taro": true,
  256. "sort": 3,
  257. "cName": "折叠面板-item",
  258. "type": "component",
  259. "show": false,
  260. "exportEmpty": true,
  261. "exportEmptyTaro": true,
  262. "desc": "折叠面板-item",
  263. "author": "Ymm0008"
  264. },
  265. {
  266. "version": "3.0.0",
  267. "name": "Drag",
  268. "taro": true,
  269. "tarodoc": true,
  270. "type": "component",
  271. "cName": "拖拽",
  272. "desc": "拖拽组件",
  273. "sort": 16,
  274. "show": true,
  275. "author": "Drjingfubo"
  276. },
  277. {
  278. "version": "3.0.0",
  279. "name": "Dialog",
  280. "taro": true,
  281. "tarodoc": true,
  282. "type": "methods",
  283. "cName": "对话框",
  284. "desc": "模态对话框,在浮层中显示,引导用户进行相关操作,支持图片对话框。",
  285. "sort": 8,
  286. "show": true,
  287. "author": "dsj"
  288. },
  289. {
  290. "version": "3.0.0",
  291. "name": "InfiniteLoading",
  292. "taro": true,
  293. "tarodoc": true,
  294. "type": "component",
  295. "cName": "滚动加载",
  296. "desc": "列表滚动到底部自动加载更多数据",
  297. "sort": 15,
  298. "show": true,
  299. "author": "yangxiaolu"
  300. },
  301. {
  302. "version": "3.0.0",
  303. "name": "Notify",
  304. "tarodoc": true,
  305. "taro": true,
  306. "type": "methods",
  307. "cName": "消息通知",
  308. "desc": "在页面顶部展示消息提示,支持函数调用和组件调用两种方式",
  309. "sort": 4,
  310. "show": true,
  311. "author": "wangyue217"
  312. },
  313. {
  314. "version": "3.0.0",
  315. "name": "Range",
  316. "taro": true,
  317. "type": "component",
  318. "cName": "区间选择器",
  319. "desc": "滑动输入条,用于在给定的范围内选择一个值。",
  320. "sort": 16,
  321. "show": true,
  322. "author": "zy19940510"
  323. },
  324. {
  325. "version": "3.0.0",
  326. "name": "PullRefresh",
  327. "type": "component",
  328. "cName": "下拉刷新",
  329. "desc": "下拉刷新",
  330. "sort": 16,
  331. "show": false,
  332. "author": "yangxiaolu3"
  333. },
  334. {
  335. "version": "3.0.0",
  336. "name": "Video",
  337. "type": "component",
  338. "cName": "视频播放器",
  339. "desc": "视频播放组件",
  340. "sort": 20,
  341. "taro": false,
  342. "show": true,
  343. "tarodoc": true,
  344. "author": "zy19940510"
  345. },
  346. {
  347. "version": "3.0.0",
  348. "name": "Popup",
  349. "taro": true,
  350. "sort": 8,
  351. "cName": "弹出层",
  352. "type": "component",
  353. "show": true,
  354. "desc": "弹出层容器,用于展示弹窗、信息提示等内容,支持多个弹出层叠加展示",
  355. "author": "szg2008"
  356. },
  357. {
  358. "version": "3.0.0",
  359. "name": "Steps",
  360. "taro": true,
  361. "sort": 17,
  362. "cName": "步骤条",
  363. "type": "component",
  364. "show": true,
  365. "desc": "步骤条",
  366. "author": "ailululu"
  367. },
  368. {
  369. "version": "3.0.0",
  370. "name": "Step",
  371. "sort": 17,
  372. "cName": "步骤条子组件",
  373. "type": "component",
  374. "show": false,
  375. "taro": true,
  376. "exportEmpty": true,
  377. "desc": "步骤条子组件",
  378. "author": "ailululu"
  379. },
  380. {
  381. "version": "3.0.0",
  382. "name": "Swiper",
  383. "taro": true,
  384. "tarodoc": true,
  385. "sort": 6,
  386. "cName": "轮播",
  387. "type": "component",
  388. "show": true,
  389. "desc": "轮播",
  390. "author": "suzigang"
  391. },
  392. {
  393. "version": "3.0.0",
  394. "name": "SwiperItem",
  395. "sort": 6,
  396. "cName": "轮播图子组件",
  397. "type": "component",
  398. "show": false,
  399. "taro": true,
  400. "exportEmpty": true,
  401. "exportEmptyTaro": true,
  402. "desc": "轮播图子组件",
  403. "author": "suzigang"
  404. },
  405. {
  406. "version": "3.0.0",
  407. "name": "Switch",
  408. "taro": true,
  409. "type": "component",
  410. "cName": "开关",
  411. "desc": "用来打开或关闭选项",
  412. "sort": 3,
  413. "show": true,
  414. "author": "zongyue3"
  415. },
  416. {
  417. "version": "3.0.0",
  418. "name": "Toast",
  419. "taro": true,
  420. "tarodoc": true,
  421. "sort": "1",
  422. "cName": "吐司",
  423. "type": "methods",
  424. "show": true,
  425. "desc": "轻提示",
  426. "author": "undo"
  427. },
  428. {
  429. "version": "3.0.0",
  430. "name": "Progress",
  431. "taro": true,
  432. "sort": 8,
  433. "cName": "进度条",
  434. "type": "component",
  435. "show": true,
  436. "desc": "用来展示进度",
  437. "author": "Drjingubo"
  438. },
  439. {
  440. "version": "3.0.0",
  441. "name": "CircleProgress",
  442. "taro": true,
  443. "sort": 8,
  444. "cName": "环形进度条",
  445. "type": "component",
  446. "show": true,
  447. "desc": "用来展示进度",
  448. "author": "Drjingubo"
  449. },
  450. {
  451. "version": "3.0.0",
  452. "name": "NoticeBar",
  453. "type": "component",
  454. "cName": "公告栏",
  455. "desc": "用于循环播放展示一组消息通知",
  456. "sort": 8,
  457. "show": true,
  458. "taro": true,
  459. "author": "yangxiaolu"
  460. },
  461. {
  462. "version": "3.0.0",
  463. "name": "SearchBar",
  464. "type": "component",
  465. "cName": "搜索栏",
  466. "desc": "搜索栏",
  467. "sort": 23,
  468. "show": true,
  469. "taro": true,
  470. "author": "zongyue3"
  471. },
  472. {
  473. "version": "3.0.0",
  474. "name": "Empty",
  475. "taro": true,
  476. "type": "component",
  477. "cName": "空状态",
  478. "desc": "空状态时占位提示",
  479. "sort": 24,
  480. "show": true,
  481. "author": "wujia8"
  482. }
  483. ]
  484. },
  485. {
  486. "name": "导航组件",
  487. "enName": "nav",
  488. "packages": [
  489. {
  490. "version": "3.0.0",
  491. "name": "Navbar",
  492. "taro": true,
  493. "sort": 3,
  494. "cName": "头部导航",
  495. "type": "componment",
  496. "show": true,
  497. "desc": "头部导航",
  498. "author": "liqiong43"
  499. },
  500. {
  501. "version": "3.0.0",
  502. "name": "FixedNav",
  503. "type": "component",
  504. "cName": "悬浮导航",
  505. "desc": "可拖拽的悬浮导航",
  506. "taro": true,
  507. "sort": 9,
  508. "show": true,
  509. "author": "richard1015"
  510. },
  511. {
  512. "version": "3.0.0",
  513. "name": "Menu",
  514. "sort": 2,
  515. "cName": "菜单组件",
  516. "type": "component",
  517. "taro": true,
  518. "show": true,
  519. "desc": "下拉菜单组件",
  520. "author": "yangjinjun3"
  521. },
  522. {
  523. "version": "3.0.0",
  524. "name": "MenuItem",
  525. "sort": 2,
  526. "cName": "菜单组件",
  527. "type": "component",
  528. "taro": true,
  529. "exportEmpty": true,
  530. "show": false,
  531. "desc": "下拉菜单组件",
  532. "author": "yangjinjun3"
  533. },
  534. {
  535. "version": "3.0.0",
  536. "name": "Tabbar",
  537. "taro": true,
  538. "sort": 2,
  539. "cName": "标签栏",
  540. "type": "component",
  541. "show": true,
  542. "desc": "标签栏",
  543. "author": "Drjingfubo"
  544. },
  545. {
  546. "version": "3.0.0",
  547. "name": "TabbarItem",
  548. "sort": 2,
  549. "cName": "标签栏子组件",
  550. "type": "component",
  551. "show": false,
  552. "taro": true,
  553. "exportEmpty": true,
  554. "desc": "标签栏子组件",
  555. "author": "Drjingfubo"
  556. },
  557. {
  558. "version": "3.0.0",
  559. "name": "Elevator",
  560. "type": "component",
  561. "cName": "电梯楼层",
  562. "desc": "用于列表快速定位以及索引的显示",
  563. "sort": 5,
  564. "show": true,
  565. "taro": true,
  566. "author": "szg2008"
  567. },
  568. {
  569. "version": "3.0.0",
  570. "name": "Pagination",
  571. "type": "component",
  572. "cName": "分页",
  573. "desc": "当数据量较多时,采用分页的形式分隔长列表。",
  574. "sort": 10,
  575. "show": true,
  576. "taro": true,
  577. "author": "yushuang24"
  578. },
  579. {
  580. "version": "3.1.9",
  581. "name": "Tabs",
  582. "type": "component",
  583. "cName": "选项卡切换",
  584. "desc": "常用于平级区域大块内容的的收纳和展现,支持内嵌标签形式和渲染循环数据形式",
  585. "sort": 11,
  586. "show": true,
  587. "taro": true,
  588. "author": "richard1015"
  589. },
  590. {
  591. "version": "3.1.9",
  592. "name": "TabPane",
  593. "type": "component",
  594. "cName": "选项卡子组件",
  595. "desc": "",
  596. "sort": 12,
  597. "exportEmpty": true,
  598. "taro": true,
  599. "show": false,
  600. "author": "richard1015"
  601. },
  602. {
  603. "version": "3.0.0",
  604. "name": "Indicator",
  605. "type": "component",
  606. "cName": "指示器",
  607. "desc": "显示一个任务或流程的进度,常用语开通流程。",
  608. "sort": 11,
  609. "taro": true,
  610. "show": true,
  611. "author": "senyawang"
  612. },
  613. {
  614. "version": "3.1.13",
  615. "name": "Grid",
  616. "type": "component",
  617. "cName": "宫格",
  618. "desc": "用于分隔成等宽区块进行页面导航",
  619. "sort": 13,
  620. "taro": true,
  621. "show": true,
  622. "author": "haiweilian"
  623. },
  624. {
  625. "version": "3.1.13",
  626. "name": "GridItem",
  627. "type": "component",
  628. "cName": "宫格子组件",
  629. "desc": "",
  630. "sort": 13,
  631. "taro": true,
  632. "show": false,
  633. "exportEmpty": true,
  634. "exportEmptyTaro": true,
  635. "author": "haiweilian"
  636. },
  637. {
  638. "version": "3.1.15",
  639. "name": "SideNavBar",
  640. "type": "component",
  641. "cName": "侧边栏导航",
  642. "desc": "垂直展示的导航栏,用于内容选择和切换",
  643. "sort": 14,
  644. "taro": true,
  645. "show": true,
  646. "author": "szg2008"
  647. },
  648. {
  649. "version": "3.1.15",
  650. "name": "SideNavBarItem",
  651. "type": "component",
  652. "cName": "侧边栏导航子组件",
  653. "desc": "",
  654. "sort": 15,
  655. "exportEmpty": true,
  656. "taro": true,
  657. "show": false,
  658. "author": "szg2008"
  659. },
  660. {
  661. "version": "3.1.15",
  662. "name": "SubSideNavBar",
  663. "type": "component",
  664. "cName": "侧边栏导航子组件",
  665. "desc": "",
  666. "sort": 16,
  667. "exportEmpty": true,
  668. "taro": true,
  669. "show": false,
  670. "author": "szg2008"
  671. }
  672. ]
  673. },
  674. {
  675. "name": "数据录入",
  676. "enName": "dentry",
  677. "packages": [
  678. {
  679. "version": "3.0.0",
  680. "taro": true,
  681. "name": "Calendar",
  682. "type": "component",
  683. "cName": "日历",
  684. "desc": "日历组件",
  685. "sort": 5,
  686. "show": true,
  687. "author": "songchenglin1"
  688. },
  689. {
  690. "version": "3.0.0",
  691. "name": "Checkbox",
  692. "taro": true,
  693. "sort": 5,
  694. "cName": "复选按钮",
  695. "type": "component",
  696. "show": true,
  697. "desc": "复选按钮",
  698. "author": "Ymm0008"
  699. },
  700. {
  701. "version": "3.0.0",
  702. "name": "CheckboxGroup",
  703. "type": "component",
  704. "cName": "多选按钮组",
  705. "desc": "多选按钮组",
  706. "sort": 11,
  707. "show": false,
  708. "taro": true,
  709. "exportEmpty": true,
  710. "author": "Ymm0008"
  711. },
  712. {
  713. "version": "3.0.0",
  714. "name": "DatePicker",
  715. "taro": true,
  716. "tarodoc": true,
  717. "type": "component",
  718. "cName": "日期选择器",
  719. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  720. "sort": 5,
  721. "show": true,
  722. "author": "yangkaixuan"
  723. },
  724. {
  725. "version": "3.0.0",
  726. "name": "InputNumber",
  727. "taro": true,
  728. "sort": 1,
  729. "cName": "数字输入框",
  730. "type": "component",
  731. "show": true,
  732. "desc": "数字输入框组件",
  733. "author": "szg2008"
  734. },
  735. {
  736. "version": "3.0.0",
  737. "name": "Input",
  738. "taro": true,
  739. "sort": 2,
  740. "cName": "输入框",
  741. "type": "component",
  742. "show": true,
  743. "desc": "输入框组件",
  744. "author": "gxx158"
  745. },
  746. {
  747. "version": "3.0.0",
  748. "name": "Radio",
  749. "taro": true,
  750. "type": "component",
  751. "cName": "单选按钮",
  752. "desc": "单选按钮",
  753. "sort": 9,
  754. "show": true,
  755. "author": "Ymm0008"
  756. },
  757. {
  758. "version": "3.0.0",
  759. "name": "RadioGroup",
  760. "type": "component",
  761. "cName": "单选按钮组",
  762. "desc": "单选按钮组",
  763. "sort": 10,
  764. "taro": true,
  765. "exportEmpty": true,
  766. "show": false,
  767. "author": "Ymm0008"
  768. },
  769. {
  770. "version": "3.0.0",
  771. "name": "Rate",
  772. "taro": true,
  773. "sort": 4,
  774. "cName": "评分",
  775. "type": "component",
  776. "show": true,
  777. "desc": "评分组件",
  778. "author": "undo"
  779. },
  780. {
  781. "version": "3.0.0",
  782. "name": "CalendarItem",
  783. "type": "component",
  784. "cName": "日历子组件",
  785. "desc": "日历子组件",
  786. "sort": 5,
  787. "show": false,
  788. "author": "songchenglin1"
  789. },
  790. {
  791. "version": "3.0.0",
  792. "name": "Picker",
  793. "taro": true,
  794. "tarodoc": true,
  795. "type": "component",
  796. "cName": "选择器",
  797. "desc": "提供多个选型集合供用户选择,支持单列选择和多列级联,通常与弹出层配合使用",
  798. "sort": 5,
  799. "show": true,
  800. "author": "yangkaixuan"
  801. },
  802. {
  803. "version": "3.0.0",
  804. "name": "ShortPassword",
  805. "taro": true,
  806. "type": "component",
  807. "cName": "短密码",
  808. "desc": "短密码组件",
  809. "sort": 6,
  810. "show": true,
  811. "author": "Drjingfubo"
  812. },
  813. {
  814. "version": "3.0.0",
  815. "taro": true,
  816. "name": "TextArea",
  817. "type": "component",
  818. "cName": "文本域",
  819. "desc": "文本输入",
  820. "sort": 7,
  821. "show": true,
  822. "author": "gx"
  823. },
  824. {
  825. "version": "3.0.0",
  826. "name": "Uploader",
  827. "taro": true,
  828. "tarodoc": true,
  829. "sort": 2,
  830. "cName": "上传",
  831. "type": "component",
  832. "show": true,
  833. "desc": "上传文件、图片",
  834. "author": "richard1015"
  835. },
  836. {
  837. "version": "3.0.0",
  838. "name": "CountUp",
  839. "taro": true,
  840. "sort": 12,
  841. "cName": "数字滚动",
  842. "type": "component",
  843. "show": true,
  844. "desc": "数字滚动组件,动态变化展示",
  845. "author": "Ymm0008"
  846. },
  847. {
  848. "version": "3.0.0",
  849. "name": "NumberKeyboard",
  850. "taro": true,
  851. "sort": 13,
  852. "cName": "数字键盘",
  853. "type": "component",
  854. "show": true,
  855. "desc": "虚拟数字键盘",
  856. "author": "Drjingfubo"
  857. },
  858. {
  859. "name": "CountDown",
  860. "type": "component",
  861. "cName": "倒计时",
  862. "desc": "倒计时",
  863. "sort": 16,
  864. "show": true,
  865. "taro": true,
  866. "author": "yangxiaolu"
  867. },
  868. {
  869. "version": "3.0.0",
  870. "name": "Badge",
  871. "type": "component",
  872. "cName": "徽标",
  873. "desc": "徽标",
  874. "sort": 17,
  875. "show": true,
  876. "taro": true,
  877. "author": "liqiong"
  878. },
  879. {
  880. "version": "3.0.0",
  881. "name": "Tag",
  882. "type": "component",
  883. "cName": "标签",
  884. "desc": "标签",
  885. "sort": 18,
  886. "show": true,
  887. "taro": true,
  888. "author": "liqiong"
  889. },
  890. {
  891. "version": "3.0.0",
  892. "name": "Popover",
  893. "type": "component",
  894. "cName": "气泡弹出框",
  895. "desc": "气泡弹出框",
  896. "sort": 19,
  897. "show": true,
  898. "taro": true,
  899. "author": "liqiong"
  900. },
  901. {
  902. "version": "3.0.0",
  903. "name": "Form",
  904. "type": "component",
  905. "cName": "表单",
  906. "desc": "1",
  907. "sort": 21,
  908. "show": true,
  909. "taro": true,
  910. "author": "richard1015"
  911. },
  912. {
  913. "version": "3.0.0",
  914. "name": "FormItem",
  915. "type": "component",
  916. "cName": "表单Item",
  917. "desc": "表单Item",
  918. "sort": 22,
  919. "show": false,
  920. "taro": true,
  921. "exportEmpty": true,
  922. "author": "richard1015"
  923. },
  924. {
  925. "version": "3.0.0",
  926. "name": "Skeleton",
  927. "type": "component",
  928. "cName": "骨架屏",
  929. "desc": "骨架屏",
  930. "sort": 23,
  931. "show": true,
  932. "taro": true,
  933. "author": "liqiong"
  934. },{
  935. "name": "Cascader",
  936. "type": "component",
  937. "cName": "级联选择",
  938. "desc": "级联选择,用于多层级数据的选择,典型场景为省市区选择.",
  939. "sort": 23,
  940. "show": true,
  941. "taro": true,
  942. "author": "dongj0316"
  943. }
  944. ]
  945. },
  946. {
  947. "name": "特色组件",
  948. "enName": "business",
  949. "packages": [
  950. {
  951. "version": "3.0.0",
  952. "taro": true,
  953. "name": "Address",
  954. "type": "component",
  955. "cName": "地址",
  956. "desc": "地址组件",
  957. "sort": 1,
  958. "show": true,
  959. "author": "yangxiaolu3"
  960. },
  961. {
  962. "version": "3.0.0",
  963. "taro": true,
  964. "name": "Barrage",
  965. "type": "component",
  966. "cName": "弹幕",
  967. "desc": "用于视频弹幕等展示",
  968. "sort": 2,
  969. "show": true,
  970. "author": "Ymm0008"
  971. },
  972. {
  973. "version": "3.0.0",
  974. "taro": true,
  975. "tarodoc": true,
  976. "name": "Signature",
  977. "type": "component",
  978. "cName": "签名",
  979. "desc": "签名组件",
  980. "sort": 3,
  981. "show": true,
  982. "author": "guoxiaoxiao"
  983. },
  984. {
  985. "version": "3.0.0",
  986. "taro": true,
  987. "name": "TimeSelect",
  988. "type": "component",
  989. "cName": "配送时间",
  990. "desc": "配送时间",
  991. "sort": 4,
  992. "show": true,
  993. "author": "szg2008"
  994. },
  995. {
  996. "version": "3.0.0",
  997. "taro": true,
  998. "name": "TimePannel",
  999. "type": "component",
  1000. "cName": "配送时间",
  1001. "desc": "配送时间",
  1002. "sort": 5,
  1003. "show": false,
  1004. "exportEmpty": true,
  1005. "author": "szg2008"
  1006. },
  1007. {
  1008. "version": "3.0.0",
  1009. "taro": true,
  1010. "name": "TimeDetail",
  1011. "type": "component",
  1012. "cName": "配送时间",
  1013. "desc": "配送时间",
  1014. "sort": 6,
  1015. "show": false,
  1016. "exportEmpty": true,
  1017. "author": "szg2008"
  1018. },
  1019. {
  1020. "version": "3.0.0",
  1021. "taro": true,
  1022. "name": "Sku",
  1023. "type": "component",
  1024. "cName": "商品规格选择",
  1025. "desc": "商品规格选择",
  1026. "sort": 1,
  1027. "show": true,
  1028. "author": "yangxiaolu3"
  1029. },
  1030. {
  1031. "version": "3.0.0",
  1032. "taro": true,
  1033. "name": "Card",
  1034. "type": "component",
  1035. "cName": "商品卡片",
  1036. "desc": "展示商品",
  1037. "sort": 1,
  1038. "show": true,
  1039. "author": "Drjingfubo"
  1040. },
  1041. {
  1042. "version": "3.0.0",
  1043. "taro": true,
  1044. "name": "Table",
  1045. "type": "component",
  1046. "cName": "表格",
  1047. "desc": "用于展示多条结构类似的数据,并具有一定的操作功能",
  1048. "sort": 9,
  1049. "show": true,
  1050. "author": "szg2008"
  1051. }
  1052. ]
  1053. }
  1054. ]
  1055. }