nav.config.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
  1. {
  2. "zh-CN": [
  3. {
  4. "name": "更新日志",
  5. "path": "/changelog"
  6. },
  7. {
  8. "name": "Element React",
  9. "href": "https://elemefe.github.io/element-react/"
  10. },
  11. {
  12. "name": "Element Angular",
  13. "href": "https://element-angular.faas.ele.me/"
  14. },
  15. {
  16. "name": "开发指南",
  17. "children": [
  18. {
  19. "path": "/installation",
  20. "name": "安装"
  21. },
  22. {
  23. "path": "/quickstart",
  24. "name": "快速上手"
  25. },
  26. {
  27. "path": "/i18n",
  28. "name": "国际化"
  29. },
  30. {
  31. "path": "/custom-theme",
  32. "name": "自定义主题"
  33. },
  34. {
  35. "path": "/transition",
  36. "name": "内置过渡动画"
  37. }
  38. ]
  39. },
  40. {
  41. "name": "组件",
  42. "groups": [
  43. {
  44. "groupName": "Basic",
  45. "list": [
  46. {
  47. "path": "/layout",
  48. "title": "Layout 布局"
  49. },
  50. {
  51. "path": "/container",
  52. "title": "Container 布局容器"
  53. },
  54. {
  55. "path": "/color",
  56. "title": "Color 色彩"
  57. },
  58. {
  59. "path": "/typography",
  60. "title": "Typography 字体"
  61. },
  62. {
  63. "path": "/border",
  64. "title": "Border 边框"
  65. },
  66. {
  67. "path": "/icon",
  68. "title": "Icon 图标"
  69. },
  70. {
  71. "path": "/button",
  72. "title": "Button 按钮"
  73. },
  74. {
  75. "path": "/link",
  76. "title": "Link 文字链接"
  77. }
  78. ]
  79. },
  80. {
  81. "groupName": "Form",
  82. "list": [
  83. {
  84. "path": "/radio",
  85. "title": "Radio 单选框"
  86. },
  87. {
  88. "path": "/checkbox",
  89. "title": "Checkbox 多选框"
  90. },
  91. {
  92. "path": "/input",
  93. "title": "Input 输入框"
  94. },
  95. {
  96. "path": "/input-number",
  97. "title": "InputNumber 计数器"
  98. },
  99. {
  100. "path": "/select",
  101. "title": "Select 选择器"
  102. },
  103. {
  104. "path": "/cascader",
  105. "title": "Cascader 级联选择器"
  106. },
  107. {
  108. "path": "/switch",
  109. "title": "Switch 开关"
  110. },
  111. {
  112. "path": "/slider",
  113. "title": "Slider 滑块"
  114. },
  115. {
  116. "path": "/time-picker",
  117. "title": "TimePicker 时间选择器"
  118. },
  119. {
  120. "path": "/date-picker",
  121. "title": "DatePicker 日期选择器"
  122. },
  123. {
  124. "path": "/datetime-picker",
  125. "title": "DateTimePicker 日期时间选择器"
  126. },
  127. {
  128. "path": "/upload",
  129. "title": "Upload 上传"
  130. },
  131. {
  132. "path": "/rate",
  133. "title": "Rate 评分"
  134. },
  135. {
  136. "path": "/color-picker",
  137. "title": "ColorPicker 颜色选择器"
  138. },
  139. {
  140. "path": "/transfer",
  141. "title": "Transfer 穿梭框"
  142. },
  143. {
  144. "path": "/form",
  145. "title": "Form 表单"
  146. }
  147. ]
  148. },
  149. {
  150. "groupName": "Data",
  151. "list": [
  152. {
  153. "path": "/table",
  154. "title": "Table 表格"
  155. },
  156. {
  157. "path": "/tag",
  158. "title": "Tag 标签"
  159. },
  160. {
  161. "path": "/progress",
  162. "title": "Progress 进度条"
  163. },
  164. {
  165. "path": "/tree",
  166. "title": "Tree 树形控件"
  167. },
  168. {
  169. "path": "/pagination",
  170. "title": "Pagination 分页"
  171. },
  172. {
  173. "path": "/badge",
  174. "title": "Badge 标记"
  175. },
  176. {
  177. "path": "/avatar",
  178. "title": "Avatar 头像"
  179. }
  180. ]
  181. },
  182. {
  183. "groupName": "Notice",
  184. "list": [
  185. {
  186. "path": "/alert",
  187. "title": "Alert 警告"
  188. },
  189. {
  190. "path": "/loading",
  191. "title": "Loading 加载"
  192. },
  193. {
  194. "path": "/message",
  195. "title": "Message 消息提示"
  196. },
  197. {
  198. "path": "/message-box",
  199. "title": "MessageBox 弹框"
  200. },
  201. {
  202. "path": "/notification",
  203. "title": "Notification 通知"
  204. }
  205. ]
  206. },
  207. {
  208. "groupName": "Navigation",
  209. "list": [
  210. {
  211. "path": "/menu",
  212. "title": "NavMenu 导航菜单"
  213. },
  214. {
  215. "path": "/tabs",
  216. "title": "Tabs 标签页"
  217. },
  218. {
  219. "path": "/breadcrumb",
  220. "title": "Breadcrumb 面包屑"
  221. },
  222. {
  223. "path": "/page-header",
  224. "title": "PageHeader 页头"
  225. },
  226. {
  227. "path": "/dropdown",
  228. "title": "Dropdown 下拉菜单"
  229. },
  230. {
  231. "path": "/steps",
  232. "title": "Steps 步骤条"
  233. }
  234. ]
  235. },
  236. {
  237. "groupName": "Others",
  238. "list": [
  239. {
  240. "path": "/dialog",
  241. "title": "Dialog 对话框"
  242. },
  243. {
  244. "path": "/tooltip",
  245. "title": "Tooltip 文字提示"
  246. },
  247. {
  248. "path": "/popover",
  249. "title": "Popover 弹出框"
  250. },
  251. {
  252. "path": "/popconfirm",
  253. "title": "Popconfirm 气泡确认框"
  254. },
  255. {
  256. "path": "/card",
  257. "title": "Card 卡片"
  258. },
  259. {
  260. "path": "/carousel",
  261. "title": "Carousel 走马灯"
  262. },
  263. {
  264. "path": "/collapse",
  265. "title": "Collapse 折叠面板"
  266. },
  267. {
  268. "path": "/timeline",
  269. "title": "Timeline 时间线"
  270. },
  271. {
  272. "path": "/divider",
  273. "title": "Divider 分割线"
  274. },
  275. {
  276. "path": "/calendar",
  277. "title": "Calendar 日历"
  278. },
  279. {
  280. "path": "/image",
  281. "title": "Image 图片"
  282. },
  283. {
  284. "path": "/backtop",
  285. "title": "Backtop 回到顶部"
  286. },
  287. {
  288. "path": "/infiniteScroll",
  289. "title": "InfiniteScroll 无限滚动"
  290. },
  291. {
  292. "path": "/drawer",
  293. "title": "Drawer 抽屉"
  294. }
  295. ]
  296. }
  297. ]
  298. }
  299. ],
  300. "en-US": [
  301. {
  302. "name": "Changelog",
  303. "path": "/changelog"
  304. },
  305. {
  306. "name": "Element React",
  307. "href": "https://elemefe.github.io/element-react/"
  308. },
  309. {
  310. "name": "Element Angular",
  311. "href": "https://element-angular.faas.ele.me/"
  312. },
  313. {
  314. "name": "Development",
  315. "children": [
  316. {
  317. "path": "/installation",
  318. "name": "Installation"
  319. },
  320. {
  321. "path": "/quickstart",
  322. "name": "Quick Start"
  323. },
  324. {
  325. "path": "/i18n",
  326. "name": "Internationalization"
  327. },
  328. {
  329. "path": "/custom-theme",
  330. "name": "Custom Theme"
  331. },
  332. {
  333. "path": "/transition",
  334. "name": "Built-in transition"
  335. }
  336. ]
  337. },
  338. {
  339. "name": "Components",
  340. "groups": [
  341. {
  342. "groupName": "Basic",
  343. "list": [
  344. {
  345. "path": "/layout",
  346. "title": "Layout"
  347. },
  348. {
  349. "path": "/container",
  350. "title": "Layout Container"
  351. },
  352. {
  353. "path": "/color",
  354. "title": "Color"
  355. },
  356. {
  357. "path": "/typography",
  358. "title": "Typography"
  359. },
  360. {
  361. "path": "/border",
  362. "title": "Border"
  363. },
  364. {
  365. "path": "/icon",
  366. "title": "Icon"
  367. },
  368. {
  369. "path": "/button",
  370. "title": "Button"
  371. },
  372. {
  373. "path": "/link",
  374. "title": "Link"
  375. }
  376. ]
  377. },
  378. {
  379. "groupName": "Form",
  380. "list": [
  381. {
  382. "path": "/radio",
  383. "title": "Radio"
  384. },
  385. {
  386. "path": "/checkbox",
  387. "title": "Checkbox"
  388. },
  389. {
  390. "path": "/input",
  391. "title": "Input"
  392. },
  393. {
  394. "path": "/input-number",
  395. "title": "InputNumber"
  396. },
  397. {
  398. "path": "/select",
  399. "title": "Select"
  400. },
  401. {
  402. "path": "/cascader",
  403. "title": "Cascader"
  404. },
  405. {
  406. "path": "/switch",
  407. "title": "Switch"
  408. },
  409. {
  410. "path": "/slider",
  411. "title": "Slider"
  412. },
  413. {
  414. "path": "/time-picker",
  415. "title": "TimePicker"
  416. },
  417. {
  418. "path": "/date-picker",
  419. "title": "DatePicker"
  420. },
  421. {
  422. "path": "/datetime-picker",
  423. "title": "DateTimePicker"
  424. },
  425. {
  426. "path": "/upload",
  427. "title": "Upload"
  428. },
  429. {
  430. "path": "/rate",
  431. "title": "Rate"
  432. },
  433. {
  434. "path": "/color-picker",
  435. "title": "ColorPicker"
  436. },
  437. {
  438. "path": "/transfer",
  439. "title": "Transfer"
  440. },
  441. {
  442. "path": "/form",
  443. "title": "Form"
  444. }
  445. ]
  446. },
  447. {
  448. "groupName": "Data",
  449. "list": [
  450. {
  451. "path": "/table",
  452. "title": "Table"
  453. },
  454. {
  455. "path": "/tag",
  456. "title": "Tag"
  457. },
  458. {
  459. "path": "/progress",
  460. "title": "Progress"
  461. },
  462. {
  463. "path": "/tree",
  464. "title": "Tree"
  465. },
  466. {
  467. "path": "/pagination",
  468. "title": "Pagination"
  469. },
  470. {
  471. "path": "/badge",
  472. "title": "Badge"
  473. }
  474. ]
  475. },
  476. {
  477. "groupName": "Notice",
  478. "list": [
  479. {
  480. "path": "/alert",
  481. "title": "Alert"
  482. },
  483. {
  484. "path": "/loading",
  485. "title": "Loading"
  486. },
  487. {
  488. "path": "/message",
  489. "title": "Message"
  490. },
  491. {
  492. "path": "/message-box",
  493. "title": "MessageBox"
  494. },
  495. {
  496. "path": "/notification",
  497. "title": "Notification"
  498. }
  499. ]
  500. },
  501. {
  502. "groupName": "Navigation",
  503. "list": [
  504. {
  505. "path": "/menu",
  506. "title": "NavMenu"
  507. },
  508. {
  509. "path": "/tabs",
  510. "title": "Tabs"
  511. },
  512. {
  513. "path": "/breadcrumb",
  514. "title": "Breadcrumb"
  515. },
  516. {
  517. "path": "/page-header",
  518. "title": "PageHeader"
  519. },
  520. {
  521. "path": "/dropdown",
  522. "title": "Dropdown"
  523. },
  524. {
  525. "path": "/steps",
  526. "title": "Steps"
  527. }
  528. ]
  529. },
  530. {
  531. "groupName": "Others",
  532. "list": [
  533. {
  534. "path": "/dialog",
  535. "title": "Dialog"
  536. },
  537. {
  538. "path": "/tooltip",
  539. "title": "Tooltip"
  540. },
  541. {
  542. "path": "/popover",
  543. "title": "Popover"
  544. },
  545. {
  546. "path": "/popconfirm",
  547. "title": "Popconfirm"
  548. },
  549. {
  550. "path": "/card",
  551. "title": "Card"
  552. },
  553. {
  554. "path": "/carousel",
  555. "title": "Carousel"
  556. },
  557. {
  558. "path": "/collapse",
  559. "title": "Collapse"
  560. },
  561. {
  562. "path": "/timeline",
  563. "title": "Timeline"
  564. },
  565. {
  566. "path": "/divider",
  567. "title": "Divider"
  568. },
  569. {
  570. "path": "/calendar",
  571. "title": "Calendar"
  572. },
  573. {
  574. "path": "/image",
  575. "title": "Image"
  576. },
  577. {
  578. "path": "/backtop",
  579. "title": "Backtop"
  580. },
  581. {
  582. "path": "/infiniteScroll",
  583. "title": "InfiniteScroll"
  584. },
  585. {
  586. "path": "/avatar",
  587. "title": "Avatar"
  588. },
  589. {
  590. "path": "/drawer",
  591. "title": "Drawer"
  592. }
  593. ]
  594. }
  595. ]
  596. }
  597. ],
  598. "es": [
  599. {
  600. "name": "Changelog",
  601. "path": "/changelog"
  602. },
  603. {
  604. "name": "Element React",
  605. "href": "https://elemefe.github.io/element-react/"
  606. },
  607. {
  608. "name": "Element Angular",
  609. "href": "https://element-angular.faas.ele.me/"
  610. },
  611. {
  612. "name": "Development",
  613. "children": [
  614. {
  615. "path": "/installation",
  616. "name": "Installation"
  617. },
  618. {
  619. "path": "/quickstart",
  620. "name": "Quick Start"
  621. },
  622. {
  623. "path": "/i18n",
  624. "name": "Internationalization"
  625. },
  626. {
  627. "path": "/custom-theme",
  628. "name": "Custom Theme"
  629. },
  630. {
  631. "path": "/transition",
  632. "name": "Built-in transition"
  633. }
  634. ]
  635. },
  636. {
  637. "name": "Components",
  638. "groups": [
  639. {
  640. "groupName": "Basic",
  641. "list": [
  642. {
  643. "path": "/layout",
  644. "title": "Layout"
  645. },
  646. {
  647. "path": "/container",
  648. "title": "Layout Container"
  649. },
  650. {
  651. "path": "/color",
  652. "title": "Color"
  653. },
  654. {
  655. "path": "/typography",
  656. "title": "Typography"
  657. },
  658. {
  659. "path": "/border",
  660. "title": "Border"
  661. },
  662. {
  663. "path": "/icon",
  664. "title": "Icon"
  665. },
  666. {
  667. "path": "/button",
  668. "title": "Button"
  669. },
  670. {
  671. "path": "/link",
  672. "title": "Link"
  673. }
  674. ]
  675. },
  676. {
  677. "groupName": "Form",
  678. "list": [
  679. {
  680. "path": "/radio",
  681. "title": "Radio"
  682. },
  683. {
  684. "path": "/checkbox",
  685. "title": "Checkbox"
  686. },
  687. {
  688. "path": "/input",
  689. "title": "Input"
  690. },
  691. {
  692. "path": "/input-number",
  693. "title": "InputNumber"
  694. },
  695. {
  696. "path": "/select",
  697. "title": "Select"
  698. },
  699. {
  700. "path": "/cascader",
  701. "title": "Cascader"
  702. },
  703. {
  704. "path": "/switch",
  705. "title": "Switch"
  706. },
  707. {
  708. "path": "/slider",
  709. "title": "Slider"
  710. },
  711. {
  712. "path": "/time-picker",
  713. "title": "TimePicker"
  714. },
  715. {
  716. "path": "/date-picker",
  717. "title": "DatePicker"
  718. },
  719. {
  720. "path": "/datetime-picker",
  721. "title": "DateTimePicker"
  722. },
  723. {
  724. "path": "/upload",
  725. "title": "Upload"
  726. },
  727. {
  728. "path": "/rate",
  729. "title": "Rate"
  730. },
  731. {
  732. "path": "/color-picker",
  733. "title": "ColorPicker"
  734. },
  735. {
  736. "path": "/transfer",
  737. "title": "Transfer"
  738. },
  739. {
  740. "path": "/form",
  741. "title": "Form"
  742. }
  743. ]
  744. },
  745. {
  746. "groupName": "Data",
  747. "list": [
  748. {
  749. "path": "/table",
  750. "title": "Table"
  751. },
  752. {
  753. "path": "/tag",
  754. "title": "Tag"
  755. },
  756. {
  757. "path": "/progress",
  758. "title": "Progress"
  759. },
  760. {
  761. "path": "/tree",
  762. "title": "Tree"
  763. },
  764. {
  765. "path": "/pagination",
  766. "title": "Pagination"
  767. },
  768. {
  769. "path": "/badge",
  770. "title": "Badge"
  771. }
  772. ]
  773. },
  774. {
  775. "groupName": "Notice",
  776. "list": [
  777. {
  778. "path": "/alert",
  779. "title": "Alert"
  780. },
  781. {
  782. "path": "/loading",
  783. "title": "Loading"
  784. },
  785. {
  786. "path": "/message",
  787. "title": "Message"
  788. },
  789. {
  790. "path": "/message-box",
  791. "title": "MessageBox"
  792. },
  793. {
  794. "path": "/notification",
  795. "title": "Notification"
  796. }
  797. ]
  798. },
  799. {
  800. "groupName": "Navigation",
  801. "list": [
  802. {
  803. "path": "/menu",
  804. "title": "NavMenu"
  805. },
  806. {
  807. "path": "/tabs",
  808. "title": "Tabs"
  809. },
  810. {
  811. "path": "/breadcrumb",
  812. "title": "Breadcrumb"
  813. },
  814. {
  815. "path": "/page-header",
  816. "title": "PageHeader"
  817. },
  818. {
  819. "path": "/dropdown",
  820. "title": "Dropdown"
  821. },
  822. {
  823. "path": "/steps",
  824. "title": "Steps"
  825. }
  826. ]
  827. },
  828. {
  829. "groupName": "Others",
  830. "list": [
  831. {
  832. "path": "/dialog",
  833. "title": "Dialog"
  834. },
  835. {
  836. "path": "/tooltip",
  837. "title": "Tooltip"
  838. },
  839. {
  840. "path": "/popover",
  841. "title": "Popover"
  842. },
  843. {
  844. "path": "/popconfirm",
  845. "title": "Popconfirm"
  846. },
  847. {
  848. "path": "/card",
  849. "title": "Card"
  850. },
  851. {
  852. "path": "/carousel",
  853. "title": "Carousel"
  854. },
  855. {
  856. "path": "/collapse",
  857. "title": "Collapse"
  858. },
  859. {
  860. "path": "/timeline",
  861. "title": "Timeline"
  862. },
  863. {
  864. "path": "/divider",
  865. "title": "Divider"
  866. },
  867. {
  868. "path": "/calendar",
  869. "title": "Calendar"
  870. },
  871. {
  872. "path": "/image",
  873. "title": "Image"
  874. },
  875. {
  876. "path": "/backtop",
  877. "title": "Backtop"
  878. },
  879. {
  880. "path": "/infiniteScroll",
  881. "title": "InfiniteScroll"
  882. },
  883. {
  884. "path": "/avatar",
  885. "title": "Avatar"
  886. },
  887. {
  888. "path": "/drawer",
  889. "title": "Drawer"
  890. }
  891. ]
  892. }
  893. ]
  894. }
  895. ],
  896. "fr-FR": [
  897. {
  898. "name": "Changelog",
  899. "path": "/changelog"
  900. },
  901. {
  902. "name": "Element pour React",
  903. "href": "https://elemefe.github.io/element-react/"
  904. },
  905. {
  906. "name": "Element pour Angular",
  907. "href": "https://element-angular.faas.ele.me/"
  908. },
  909. {
  910. "name": "Développement",
  911. "children": [
  912. {
  913. "path": "/installation",
  914. "name": "Installation"
  915. },
  916. {
  917. "path": "/quickstart",
  918. "name": "Démarrer"
  919. },
  920. {
  921. "path": "/i18n",
  922. "name": "Internationalisation"
  923. },
  924. {
  925. "path": "/custom-theme",
  926. "name": "Thème"
  927. },
  928. {
  929. "path": "/transition",
  930. "name": "Transitions"
  931. }
  932. ]
  933. },
  934. {
  935. "name": "Composants",
  936. "groups": [
  937. {
  938. "groupName": "Basiques",
  939. "list": [
  940. {
  941. "path": "/layout",
  942. "title": "Layout"
  943. },
  944. {
  945. "path": "/container",
  946. "title": "Layout Container"
  947. },
  948. {
  949. "path": "/color",
  950. "title": "Color"
  951. },
  952. {
  953. "path": "/typography",
  954. "title": "Typography"
  955. },
  956. {
  957. "path": "/border",
  958. "title": "Border"
  959. },
  960. {
  961. "path": "/icon",
  962. "title": "Icon"
  963. },
  964. {
  965. "path": "/button",
  966. "title": "Button"
  967. },
  968. {
  969. "path": "/link",
  970. "title": "Link"
  971. }
  972. ]
  973. },
  974. {
  975. "groupName": "Formulaire",
  976. "list": [
  977. {
  978. "path": "/radio",
  979. "title": "Radio"
  980. },
  981. {
  982. "path": "/checkbox",
  983. "title": "Checkbox"
  984. },
  985. {
  986. "path": "/input",
  987. "title": "Input"
  988. },
  989. {
  990. "path": "/input-number",
  991. "title": "InputNumber"
  992. },
  993. {
  994. "path": "/select",
  995. "title": "Select"
  996. },
  997. {
  998. "path": "/cascader",
  999. "title": "Cascader"
  1000. },
  1001. {
  1002. "path": "/switch",
  1003. "title": "Switch"
  1004. },
  1005. {
  1006. "path": "/slider",
  1007. "title": "Slider"
  1008. },
  1009. {
  1010. "path": "/time-picker",
  1011. "title": "TimePicker"
  1012. },
  1013. {
  1014. "path": "/date-picker",
  1015. "title": "DatePicker"
  1016. },
  1017. {
  1018. "path": "/datetime-picker",
  1019. "title": "DateTimePicker"
  1020. },
  1021. {
  1022. "path": "/upload",
  1023. "title": "Upload"
  1024. },
  1025. {
  1026. "path": "/rate",
  1027. "title": "Rate"
  1028. },
  1029. {
  1030. "path": "/color-picker",
  1031. "title": "ColorPicker"
  1032. },
  1033. {
  1034. "path": "/transfer",
  1035. "title": "Transfer"
  1036. },
  1037. {
  1038. "path": "/form",
  1039. "title": "Form"
  1040. }
  1041. ]
  1042. },
  1043. {
  1044. "groupName": "Données",
  1045. "list": [
  1046. {
  1047. "path": "/table",
  1048. "title": "Table"
  1049. },
  1050. {
  1051. "path": "/tag",
  1052. "title": "Tag"
  1053. },
  1054. {
  1055. "path": "/progress",
  1056. "title": "Progress"
  1057. },
  1058. {
  1059. "path": "/tree",
  1060. "title": "Tree"
  1061. },
  1062. {
  1063. "path": "/pagination",
  1064. "title": "Pagination"
  1065. },
  1066. {
  1067. "path": "/badge",
  1068. "title": "Badge"
  1069. }
  1070. ]
  1071. },
  1072. {
  1073. "groupName": "Notifier",
  1074. "list": [
  1075. {
  1076. "path": "/alert",
  1077. "title": "Alert"
  1078. },
  1079. {
  1080. "path": "/loading",
  1081. "title": "Loading"
  1082. },
  1083. {
  1084. "path": "/message",
  1085. "title": "Message"
  1086. },
  1087. {
  1088. "path": "/message-box",
  1089. "title": "MessageBox"
  1090. },
  1091. {
  1092. "path": "/notification",
  1093. "title": "Notification"
  1094. }
  1095. ]
  1096. },
  1097. {
  1098. "groupName": "Navigation",
  1099. "list": [
  1100. {
  1101. "path": "/menu",
  1102. "title": "NavMenu"
  1103. },
  1104. {
  1105. "path": "/tabs",
  1106. "title": "Tabs"
  1107. },
  1108. {
  1109. "path": "/breadcrumb",
  1110. "title": "Breadcrumb"
  1111. },
  1112. {
  1113. "path": "/page-header",
  1114. "title": "PageHeader"
  1115. },
  1116. {
  1117. "path": "/dropdown",
  1118. "title": "Dropdown"
  1119. },
  1120. {
  1121. "path": "/steps",
  1122. "title": "Steps"
  1123. }
  1124. ]
  1125. },
  1126. {
  1127. "groupName": "Autres",
  1128. "list": [
  1129. {
  1130. "path": "/dialog",
  1131. "title": "Dialog"
  1132. },
  1133. {
  1134. "path": "/tooltip",
  1135. "title": "Tooltip"
  1136. },
  1137. {
  1138. "path": "/popover",
  1139. "title": "Popover"
  1140. },
  1141. {
  1142. "path": "/popconfirm",
  1143. "title": "Popconfirm"
  1144. },
  1145. {
  1146. "path": "/card",
  1147. "title": "Card"
  1148. },
  1149. {
  1150. "path": "/carousel",
  1151. "title": "Carousel"
  1152. },
  1153. {
  1154. "path": "/collapse",
  1155. "title": "Collapse"
  1156. },
  1157. {
  1158. "path": "/timeline",
  1159. "title": "Timeline"
  1160. },
  1161. {
  1162. "path": "/divider",
  1163. "title": "Divider"
  1164. },
  1165. {
  1166. "path": "/calendar",
  1167. "title": "Calendar"
  1168. },
  1169. {
  1170. "path": "/image",
  1171. "title": "Image"
  1172. },
  1173. {
  1174. "path": "/backtop",
  1175. "title": "Backtop"
  1176. },
  1177. {
  1178. "path": "/infiniteScroll",
  1179. "title": "InfiniteScroll"
  1180. },
  1181. {
  1182. "path": "/avatar",
  1183. "title": "Avatar"
  1184. },
  1185. {
  1186. "path": "/drawer",
  1187. "title": "Drawer"
  1188. }
  1189. ]
  1190. }
  1191. ]
  1192. }
  1193. ]
  1194. }