n20-common-lib 1.2.41 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. package/g6.js +197 -0
  2. package/package.json +19 -3
  3. package/src/assets/css/_coreLib.scss +1 -0
  4. package/src/assets/css/alert.scss +31 -0
  5. package/src/assets/css/cl-anchor.scss +18 -9
  6. package/src/assets/css/cl-approve-card.scss +12 -2
  7. package/src/assets/css/cl-dialog.scss +16 -1
  8. package/src/assets/css/cl-drag-list.scss +4 -2
  9. package/src/assets/css/cl-expandable-pane.scss +15 -3
  10. package/src/assets/css/cl-expandable.scss +5 -2
  11. package/src/assets/css/cl-file-upload-table.scss +22 -1
  12. package/src/assets/css/cl-form-item.scss +102 -8
  13. package/src/assets/css/cl-message.scss +87 -2
  14. package/src/assets/css/cl-pagination.scss +3 -1
  15. package/src/assets/css/cl-showcolumn.scss +18 -1
  16. package/src/assets/css/cl-statis.scss +14 -1
  17. package/src/assets/css/cl-tertiary-tab.scss +4 -2
  18. package/src/assets/css/cl-upload.scss +7 -0
  19. package/src/assets/css/el-button.scss +24 -9
  20. package/src/assets/css/el-table.scss +18 -0
  21. package/src/assets/css/element.dev.scss +1 -0
  22. package/src/assets/css/font-icon.scss +0 -1
  23. package/src/assets/css/normalize.scss +6 -6
  24. package/src/assets/css/plain-text.scss +138 -0
  25. package/src/assets/css/title-pop.scss +20 -1
  26. package/src/assets/svg/404.svg +1 -0
  27. package/src/assets/svg/addFile.svg +32 -0
  28. package/src/assets/svg/bug.svg +1 -0
  29. package/src/assets/svg/chart.svg +1 -0
  30. package/src/assets/svg/clipboard.svg +1 -0
  31. package/src/assets/svg/component.svg +1 -0
  32. package/src/assets/svg/dashboard.svg +1 -0
  33. package/src/assets/svg/deleteFile.svg +28 -0
  34. package/src/assets/svg/documentation.svg +1 -0
  35. package/src/assets/svg/drag.svg +1 -0
  36. package/src/assets/svg/edit.svg +1 -0
  37. package/src/assets/svg/education.svg +1 -0
  38. package/src/assets/svg/email.svg +1 -0
  39. package/src/assets/svg/example.svg +1 -0
  40. package/src/assets/svg/excel.svg +1 -0
  41. package/src/assets/svg/exit-fullscreen.svg +1 -0
  42. package/src/assets/svg/eye-open.svg +1 -0
  43. package/src/assets/svg/eye.svg +1 -0
  44. package/src/assets/svg/favorite.svg +1 -0
  45. package/src/assets/svg/favorite_active.svg +1 -0
  46. package/src/assets/svg/favorite_x400.svg +1 -0
  47. package/src/assets/svg/favorite_x400_active.svg +1 -0
  48. package/src/assets/svg/favorite_x400_blank.svg +1 -0
  49. package/src/assets/svg/filter.svg +16 -0
  50. package/src/assets/svg/filter@2x.png +0 -0
  51. package/src/assets/svg/filterActive.svg +16 -0
  52. package/src/assets/svg/filterClose@2x.png +0 -0
  53. package/src/assets/svg/form.svg +1 -0
  54. package/src/assets/svg/fullscreen.svg +1 -0
  55. package/src/assets/svg/guide.svg +1 -0
  56. package/src/assets/svg/hourglass.svg +19 -0
  57. package/src/assets/svg/icon.svg +1 -0
  58. package/src/assets/svg/international.svg +1 -0
  59. package/src/assets/svg/language.svg +1 -0
  60. package/src/assets/svg/left-dis.svg +1 -0
  61. package/src/assets/svg/left.svg +1 -0
  62. package/src/assets/svg/link.svg +1 -0
  63. package/src/assets/svg/list.svg +1 -0
  64. package/src/assets/svg/lock.svg +1 -0
  65. package/src/assets/svg/message-t.svg +1 -0
  66. package/src/assets/svg/money.svg +1 -0
  67. package/src/assets/svg/money3.svg +1 -0
  68. package/src/assets/svg/money4.svg +1 -0
  69. package/src/assets/svg/moneyTwo.svg +1 -0
  70. package/src/assets/svg/msg_white.svg +1 -0
  71. package/src/assets/svg/nested.svg +1 -0
  72. package/src/assets/svg/newsearch.svg +19 -0
  73. package/src/assets/svg/password.svg +1 -0
  74. package/src/assets/svg/pdf.svg +1 -0
  75. package/src/assets/svg/people.svg +1 -0
  76. package/src/assets/svg/peoples.svg +1 -0
  77. package/src/assets/svg/phone.svg +1 -0
  78. package/src/assets/svg/phone_msg.svg +1 -0
  79. package/src/assets/svg/qq.svg +1 -0
  80. package/src/assets/svg/right-dis.svg +1 -0
  81. package/src/assets/svg/right.svg +1 -0
  82. package/src/assets/svg/search.svg +1 -0
  83. package/src/assets/svg/searchActive.svg +19 -0
  84. package/src/assets/svg/shopping.svg +1 -0
  85. package/src/assets/svg/size.svg +1 -0
  86. package/src/assets/svg/skill.svg +1 -0
  87. package/src/assets/svg/star.svg +1 -0
  88. package/src/assets/svg/steam.svg +1 -0
  89. package/src/assets/svg/tab.svg +1 -0
  90. package/src/assets/svg/table.svg +1 -0
  91. package/src/assets/svg/theme.svg +1 -0
  92. package/src/assets/svg/tree-table.svg +1 -0
  93. package/src/assets/svg/tree.svg +1 -0
  94. package/src/assets/svg/user.svg +1 -0
  95. package/src/assets/svg/wechat.svg +1 -0
  96. package/src/assets/svg/z-left-2-dis.svg +1 -0
  97. package/src/assets/svg/z-left-2.svg +1 -0
  98. package/src/assets/svg/z-right-2-dis.svg +1 -0
  99. package/src/assets/svg/z-right-2.svg +1 -0
  100. package/src/assets/svg/z-right.svg +1 -0
  101. package/src/assets/svg/zip.svg +1 -0
  102. package/src/components/.DS_Store +0 -0
  103. package/src/components/ApprovalButtons/index.vue +16 -9
  104. package/src/components/ApprovalCard/index.vue +18 -14
  105. package/src/components/Button/button-group.vue +52 -48
  106. package/src/components/Button/icon-group-button.vue +2 -0
  107. package/src/components/ChildRange/index.vue +202 -0
  108. package/src/components/ECharts/define.js +74 -0
  109. package/src/components/ECharts/index.vue +163 -0
  110. package/src/components/ECharts/mixins/resize.js +56 -0
  111. package/src/components/Empty/.DS_Store +0 -0
  112. package/src/components/Empty/img/.DS_Store +0 -0
  113. package/src/components/Empty/img/400.svg +102 -0
  114. package/src/components/Empty/img/401.svg +102 -0
  115. package/src/components/Empty/img/403.svg +102 -0
  116. package/src/components/Empty/img/405.svg +102 -0
  117. package/src/components/Empty/img/901.svg +96 -0
  118. package/src/components/Empty/img/902.svg +96 -0
  119. package/src/components/Empty/img/903.svg +96 -0
  120. package/src/components/Empty/img/904.svg +96 -0
  121. package/src/components/Empty/img/905.svg +96 -0
  122. package/src/components/Empty/img/906.svg +96 -0
  123. package/src/components/Empty/img/907.svg +96 -0
  124. package/src/components/Empty/index.vue +55 -0
  125. package/src/components/Expandable/main.vue +4 -1
  126. package/src/components/FileImport/index.vue +201 -0
  127. package/src/components/FileUploadTable/index.vue +15 -10
  128. package/src/components/Filters/index.vue +2 -2
  129. package/src/components/Filters/indexO.vue +1 -1
  130. package/src/components/InputSearch/index.vue +1 -1
  131. package/src/components/Layout/.DS_Store +0 -0
  132. package/src/components/Layout/AsideNav/index.vue +1 -0
  133. package/src/components/LoginTemporary/form.vue +5 -9
  134. package/src/components/LoginTemporary/qrcode.vue +90 -90
  135. package/src/components/LoginTemporary/utils.js +73 -73
  136. package/src/components/NstcG6Components/.DS_Store +0 -0
  137. package/src/components/NstcG6Components/Calendar/index.js +8 -0
  138. package/src/components/NstcG6Components/Calendar/src/basic/month-table.vue +129 -0
  139. package/src/components/NstcG6Components/Calendar/src/basic/year-table.vue +126 -0
  140. package/src/components/NstcG6Components/Calendar/src/main.vue +442 -0
  141. package/src/components/NstcG6Components/DialogForm/index.js +8 -0
  142. package/src/components/NstcG6Components/DialogForm/src/demo/index.vue +56 -0
  143. package/src/components/NstcG6Components/DialogForm/src/main.vue +189 -0
  144. package/src/components/NstcG6Components/Form/A_DEMO/component/originalForm.vue +281 -0
  145. package/src/components/NstcG6Components/Form/A_DEMO/config/config_3.js +1222 -0
  146. package/src/components/NstcG6Components/Form/A_DEMO/index.vue +803 -0
  147. package/src/components/NstcG6Components/Form/AutocompleteCustom/index.vue +72 -0
  148. package/src/components/NstcG6Components/Form/BusinessSpecific/InputMultiple.vue +191 -0
  149. package/src/components/NstcG6Components/Form/BusinessSpecific/InputWithUnit.vue +128 -0
  150. package/src/components/NstcG6Components/Form/BusinessSpecific/SelectTreeDialog.vue +233 -0
  151. package/src/components/NstcG6Components/Form/BusinessSpecific/readme.md +7 -0
  152. package/src/components/NstcG6Components/Form/CascaderCustom/index.vue +101 -0
  153. package/src/components/NstcG6Components/Form/CheckboxCustom/index.vue +84 -0
  154. package/src/components/NstcG6Components/Form/Component.vue +661 -0
  155. package/src/components/NstcG6Components/Form/ComponentSecond.vue +650 -0
  156. package/src/components/NstcG6Components/Form/DatepickerCustom/index.vue +130 -0
  157. package/src/components/NstcG6Components/Form/InputAndDialog/index.js +15 -0
  158. package/src/components/NstcG6Components/Form/InputAndDialog/src/main.vue +395 -0
  159. package/src/components/NstcG6Components/Form/InputCustom/demo/index.vue +65 -0
  160. package/src/components/NstcG6Components/Form/InputCustom/index.vue +307 -0
  161. package/src/components/NstcG6Components/Form/IntervalinputCustom/demo/index.vue +31 -0
  162. package/src/components/NstcG6Components/Form/IntervalinputCustom/index.vue +118 -0
  163. package/src/components/NstcG6Components/Form/Item.vue +330 -0
  164. package/src/components/NstcG6Components/Form/ItemSecond.vue +269 -0
  165. package/src/components/NstcG6Components/Form/List.vue +146 -0
  166. package/src/components/NstcG6Components/Form/ListSecond.vue +130 -0
  167. package/src/components/NstcG6Components/Form/RadioCustom/index.vue +73 -0
  168. package/src/components/NstcG6Components/Form/SelectAccount/index.js +15 -0
  169. package/src/components/NstcG6Components/Form/SelectAccount/src/demo/index.vue +58 -0
  170. package/src/components/NstcG6Components/Form/SelectAccount/src/main.vue +283 -0
  171. package/src/components/NstcG6Components/Form/SelectAndDialog/index.js +15 -0
  172. package/src/components/NstcG6Components/Form/SelectAndDialog/src/main.vue +384 -0
  173. package/src/components/NstcG6Components/Form/SelectCashFlow/index.js +15 -0
  174. package/src/components/NstcG6Components/Form/SelectCashFlow/src/demo/index.vue +42 -0
  175. package/src/components/NstcG6Components/Form/SelectCashFlow/src/main.vue +126 -0
  176. package/src/components/NstcG6Components/Form/SelectCustom/demo/index.vue +82 -0
  177. package/src/components/NstcG6Components/Form/SelectCustom/index.vue +488 -0
  178. package/src/components/NstcG6Components/Form/SelectSubject/index.js +15 -0
  179. package/src/components/NstcG6Components/Form/SelectSubject/src/demo/index.vue +85 -0
  180. package/src/components/NstcG6Components/Form/SelectSubject/src/main.vue +182 -0
  181. package/src/components/NstcG6Components/Form/SelectindialogCustom/demo/index.vue +188 -0
  182. package/src/components/NstcG6Components/Form/SelectindialogCustom/index.vue +650 -0
  183. package/src/components/NstcG6Components/Form/SelectindialogCustom/install.js +7 -0
  184. package/src/components/NstcG6Components/Form/TableRadioCustom/demo/index.vue +53 -0
  185. package/src/components/NstcG6Components/Form/TableRadioCustom/index.vue +183 -0
  186. package/src/components/NstcG6Components/Form/TextCustom/index.vue +38 -0
  187. package/src/components/NstcG6Components/Form/UploadCustom/demo/index.vue +31 -0
  188. package/src/components/NstcG6Components/Form/UploadCustom/iconxitongshezhi-yichu.png +0 -0
  189. package/src/components/NstcG6Components/Form/UploadCustom/index.vue +506 -0
  190. package/src/components/NstcG6Components/Form/configs.js +191 -0
  191. package/src/components/NstcG6Components/Form/configsSecond.js +161 -0
  192. package/src/components/NstcG6Components/Form/index.js +8 -0
  193. package/src/components/NstcG6Components/Form/index.scss +29 -0
  194. package/src/components/NstcG6Components/Form/payeePersonSelect/index.js +15 -0
  195. package/src/components/NstcG6Components/Form/payeePersonSelect/src/demo/index.vue +164 -0
  196. package/src/components/NstcG6Components/Form/payeePersonSelect/src/main.vue +185 -0
  197. package/src/components/NstcG6Components/Form/readme.txt +4 -0
  198. package/src/components/NstcG6Components/FormGroup/index.js +8 -0
  199. package/src/components/NstcG6Components/FormGroup/src/demo/config.js +23 -0
  200. package/src/components/NstcG6Components/FormGroup/src/demo/index.vue +85 -0
  201. package/src/components/NstcG6Components/FormGroup/src/main.vue +639 -0
  202. package/src/components/NstcG6Components/FormGroup/src/validate.js +23 -0
  203. package/src/components/NstcG6Components/InputTag/InputTag.vue +270 -0
  204. package/src/components/NstcG6Components/NstcApprovel/NstcApprovel.vue +25 -0
  205. package/src/components/NstcG6Components/NstcBackToTop/NstcBackToTop.vue +150 -0
  206. package/src/components/NstcG6Components/NstcBranchLazyLoad/NstcBranchLazyLoad.vue +119 -0
  207. package/src/components/NstcG6Components/NstcCharts/NstcCharts.vue +162 -0
  208. package/src/components/NstcG6Components/NstcCharts/define.js +74 -0
  209. package/src/components/NstcG6Components/NstcCharts/mixins/resize.js +56 -0
  210. package/src/components/NstcG6Components/NstcConfirm/NstcConfirm.vue +153 -0
  211. package/src/components/NstcG6Components/NstcConfirm/index.js +25 -0
  212. package/src/components/NstcG6Components/NstcDialogForm/NstcDialogForm.vue +176 -0
  213. package/src/components/NstcG6Components/NstcDialogTable/NstcDialogTable.vue +282 -0
  214. package/src/components/NstcG6Components/NstcDropdown/NstcDropdown.vue +52 -0
  215. package/src/components/NstcG6Components/NstcDropdownTree/NstcDropdownTree.vue +392 -0
  216. package/src/components/NstcG6Components/NstcElectronicFile/NstcElectronicFile.vue +591 -0
  217. package/src/components/NstcG6Components/NstcExcelCustomImport/NstcExcelCustomImport.vue +475 -0
  218. package/src/components/NstcG6Components/NstcExcelCustomImport/img/upload@2x.png +0 -0
  219. package/src/components/NstcG6Components/NstcExcelExport/NstcExcelExport.vue +145 -0
  220. package/src/components/NstcG6Components/NstcExcelImport/NstcExcelImport.vue +1051 -0
  221. package/src/components/NstcG6Components/NstcExcelImport/img/upload@2x.png +0 -0
  222. package/src/components/NstcG6Components/NstcExcelImportN/NstcExcelImportN.vue +1168 -0
  223. package/src/components/NstcG6Components/NstcExpandCollapse/NstcExpandCollapse.vue +130 -0
  224. package/src/components/NstcG6Components/NstcExpandCollapse/index.scss +77 -0
  225. package/src/components/NstcG6Components/NstcFileUpload/NstcFileUpload.vue +1011 -0
  226. package/src/components/NstcG6Components/NstcFileUpload/img/addFile.svg +32 -0
  227. package/src/components/NstcG6Components/NstcFileUpload/img/delete.svg +24 -0
  228. package/src/components/NstcG6Components/NstcFileUpload/img/deleteFile.svg +28 -0
  229. package/src/components/NstcG6Components/NstcFileUpload/img/download.svg +24 -0
  230. package/src/components/NstcG6Components/NstcFileUpload/img/inputUpload.svg +30 -0
  231. package/src/components/NstcG6Components/NstcFileUpload/img/look-diabled.svg +24 -0
  232. package/src/components/NstcG6Components/NstcFileUpload/img/look.svg +24 -0
  233. package/src/components/NstcG6Components/NstcForm/A_DEMO/component/originalForm.vue +281 -0
  234. package/src/components/NstcG6Components/NstcForm/A_DEMO/config/config_3.js +1222 -0
  235. package/src/components/NstcG6Components/NstcForm/A_DEMO/index.vue +796 -0
  236. package/src/components/NstcG6Components/NstcForm/AutocompleteCustom/index.vue +68 -0
  237. package/src/components/NstcG6Components/NstcForm/BusinessSpecific/InputMultiple.vue +191 -0
  238. package/src/components/NstcG6Components/NstcForm/BusinessSpecific/InputWithUnit.vue +128 -0
  239. package/src/components/NstcG6Components/NstcForm/BusinessSpecific/SelectTreeDialog.vue +233 -0
  240. package/src/components/NstcG6Components/NstcForm/BusinessSpecific/readme.md +7 -0
  241. package/src/components/NstcG6Components/NstcForm/CascaderCustom/index.vue +101 -0
  242. package/src/components/NstcG6Components/NstcForm/CheckboxCustom/index.vue +84 -0
  243. package/src/components/NstcG6Components/NstcForm/Component.vue +684 -0
  244. package/src/components/NstcG6Components/NstcForm/ComponentSecond.vue +650 -0
  245. package/src/components/NstcG6Components/NstcForm/DatepickerCustom/index.vue +130 -0
  246. package/src/components/NstcG6Components/NstcForm/InputAndDialog/NstcInputAndDialog.vue +389 -0
  247. package/src/components/NstcG6Components/NstcForm/InputCustom/index.vue +314 -0
  248. package/src/components/NstcG6Components/NstcForm/IntervalInputCustom/index.vue +116 -0
  249. package/src/components/NstcG6Components/NstcForm/Item.vue +327 -0
  250. package/src/components/NstcG6Components/NstcForm/ItemSecond.vue +269 -0
  251. package/src/components/NstcG6Components/NstcForm/List.vue +146 -0
  252. package/src/components/NstcG6Components/NstcForm/ListSecond.vue +130 -0
  253. package/src/components/NstcG6Components/NstcForm/RadioCustom/index.vue +73 -0
  254. package/src/components/NstcG6Components/NstcForm/SelectAccount/NstcSelectAccount.vue +334 -0
  255. package/src/components/NstcG6Components/NstcForm/SelectAndDialog/NstcSelectAndDialog.vue +382 -0
  256. package/src/components/NstcG6Components/NstcForm/SelectCashFlow/NstcSelectCashFlow.vue +123 -0
  257. package/src/components/NstcG6Components/NstcForm/SelectCustom/index.vue +460 -0
  258. package/src/components/NstcG6Components/NstcForm/SelectSubject/NstcSelectSubject.vue +185 -0
  259. package/src/components/NstcG6Components/NstcForm/SelectindialogCustom/index.vue +650 -0
  260. package/src/components/NstcG6Components/NstcForm/TableRadioCustom/index.vue +183 -0
  261. package/src/components/NstcG6Components/NstcForm/TextCustom/index.vue +38 -0
  262. package/src/components/NstcG6Components/NstcForm/UploadCustom/iconxitongshezhi-yichu.png +0 -0
  263. package/src/components/NstcG6Components/NstcForm/UploadCustom/index.vue +483 -0
  264. package/src/components/NstcG6Components/NstcForm/configs.js +191 -0
  265. package/src/components/NstcG6Components/NstcForm/configsSecond.js +161 -0
  266. package/src/components/NstcG6Components/NstcForm/index.js +8 -0
  267. package/src/components/NstcG6Components/NstcForm/index.scss +29 -0
  268. package/src/components/NstcG6Components/NstcForm/payeePersonSelect/NstcPayeePerson.vue +188 -0
  269. package/src/components/NstcG6Components/NstcForm/readme.txt +4 -0
  270. package/src/components/NstcG6Components/NstcPagination/NstcPagination.vue +430 -0
  271. package/src/components/NstcG6Components/NstcPagination/setPageNum.png +0 -0
  272. package/src/components/NstcG6Components/NstcPagination/setpagedefault.png +0 -0
  273. package/src/components/NstcG6Components/NstcScreenFull/NstcScreenFull.vue +70 -0
  274. package/src/components/NstcG6Components/NstcSelectTree/NstcSelectTree.vue +729 -0
  275. package/src/components/NstcG6Components/NstcSelectTreeList/NstcSelectTreeList.vue +676 -0
  276. package/src/components/NstcG6Components/NstcSticky/NstcSticky.vue +97 -0
  277. package/src/components/NstcG6Components/NstcSvgIcon/NstcSvgIcon.vue +77 -0
  278. package/src/components/NstcG6Components/NstcTab/NstcTab.vue +80 -0
  279. package/src/components/NstcG6Components/NstcTabWithBadge/NstcTabWithBadge.vue +45 -0
  280. package/src/components/NstcG6Components/NstcTabWithBadge/index.scss +31 -0
  281. package/src/components/NstcG6Components/NstcTable/ElTableColumnCustom/index.vue +292 -0
  282. package/src/components/NstcG6Components/NstcTable/NstcTable.vue +460 -0
  283. package/src/components/NstcG6Components/NstcTableSet/NstcTableSet.vue +801 -0
  284. package/src/components/NstcG6Components/NstcThemePicker/NstcThemePicker.vue +186 -0
  285. package/src/components/NstcG6Components/NstcUploadCustomExcel/NstcUploadCustomExcel.vue +330 -0
  286. package/src/components/NstcG6Components/NstcUploadExcel/NstcUploadExcel.vue +145 -0
  287. package/src/components/NstcG6Components/NstcWorkBench/NstcWorkBench.vue +167 -0
  288. package/src/components/NstcG6Components/Search/NstcSearch.vue +591 -0
  289. package/src/components/NstcG6Components/Search/src/demo/index copy.vue +101 -0
  290. package/src/components/NstcG6Components/Search/src/demo/index.vue +103 -0
  291. package/src/components/NstcG6Components/Search/src/main copy.vue +607 -0
  292. package/src/components/NstcG6Components/approvelTwo/main.vue +220 -0
  293. package/src/components/NstcG6Components/approvelTwo/progress.vue +154 -0
  294. package/src/components/PageHeader/index.vue +80 -0
  295. package/src/components/PlainText/PlainTextItem.vue +17 -0
  296. package/src/components/PlainText/index.vue +12 -0
  297. package/src/components/Search/index.vue +593 -0
  298. package/src/components/SelectTree/index.vue +1 -0
  299. package/src/components/ShowColumn/index.vue +1 -1
  300. package/src/components/Stamp/images/accounts.png +0 -0
  301. package/src/components/Stamp/images/cancellation.png +0 -0
  302. package/src/components/Stamp/images/clinch.png +0 -0
  303. package/src/components/Stamp/images/conclude.png +0 -0
  304. package/src/components/Stamp/images/efficacy.png +0 -0
  305. package/src/components/Stamp/images/termination.png +0 -0
  306. package/src/components/Stamp/index.vue +75 -0
  307. package/src/components/Statis/statisPopover.vue +1 -0
  308. package/src/components/Table/ThSelectHeader.vue +133 -0
  309. package/src/components/Table/index.vue +53 -3
  310. package/src/components/Upload/index.vue +6 -2
  311. package/src/directives/VCopy/index.js +60 -0
  312. package/src/directives/VNstcNumber/index.js +14 -0
  313. package/src/directives/VNstcNumber/temp.js +446 -0
  314. package/src/index.js +28 -1
  315. package/src/utils/dateAndValidator.js +629 -0
  316. package/src/utils/debounce.js +40 -0
  317. package/src/utils/mapper_aims.js +810 -0
  318. package/src/utils/parseTime.js +48 -0
  319. package/src/utils/repairElementUI.js +29 -0
  320. package/src/utils/validate/index.js +7 -0
  321. package/src/utils/vendor/Export2Excel.js +229 -0
  322. package/src/utils/vendor/Export2Zip.js +24 -0
  323. package/src/utils/vue-bus.js +5 -0
  324. package/style/css/normalize.scss +6 -6
  325. package/style/index.css +1 -1
  326. package/style/index.css.map +1 -1
  327. package/style/server-config.jsonc +525 -409
@@ -22,581 +22,697 @@
22
22
  },
23
23
  // 加载到主应用的菜单
24
24
  "_menu": [
25
+ {
26
+ "title": "更新日志",
27
+ // "iconUrl": "",
28
+ // "iconClass": "el-icon-menu",
29
+ "route": "/updateLog",
30
+ "i18n": {
31
+ "en": "updateLog"
32
+ }
33
+ },
25
34
  {
26
35
  "title": "安装",
27
36
  // "iconUrl": "",
28
- "iconClass": "el-icon-menu",
29
37
  "route": "/index",
30
38
  "i18n": {
31
39
  "en": "Install"
32
40
  }
33
41
  },
34
42
  {
35
- "title": "改造文档",
36
- "iconClass": "el-icon-menu",
37
- "route": "/update",
43
+ "title": "Color 颜色",
44
+ "route": "/color",
45
+ "i18n": {
46
+ "en": "Color"
47
+ }
48
+ },
49
+ {
50
+ "title": "Font 字体",
51
+ "route": "/font",
38
52
  "i18n": {
39
- "en": "Update"
53
+ "en": "Font"
40
54
  }
41
55
  },
42
56
  {
43
- "title": "Git仓库",
44
- "iconUrl": "https://www.baidu.com/favicon.ico",
45
- "href": "https://gitee.com/nstc/dev-corelib/tree/core-master/",
57
+ "title": "Button 按钮",
58
+ "route": "/button",
46
59
  "i18n": {
47
- "en": "Projects"
60
+ "en": "Button"
48
61
  }
49
62
  },
50
63
  {
51
- "title": "ElementUi 文档",
52
- "iconClass": "el-icon-menu",
64
+ "title": "Date input 信息输入",
53
65
  "children": [
54
66
  {
55
- "title": "element 上传组件",
56
- "route": "/el-upload"
67
+ "title": "Input 输入框",
68
+ "route": "/input",
69
+ "i18n": {
70
+ "en": "Input"
71
+ }
57
72
  },
58
73
  {
59
- "title": "Descriptions 描述列表",
60
- "route": "/descriptions",
74
+ "title": "Select 选择器",
75
+ "route": "/select",
61
76
  "i18n": {
62
- "en": "Descriptions"
77
+ "en": "Select"
63
78
  }
64
79
  },
65
80
  {
66
- "title": "Radio 单选框",
67
- "route": "/radio",
81
+ "title": "Search 搜索框",
82
+ "route": "/search",
68
83
  "i18n": {
69
- "en": "Radio"
84
+ "en": "Search"
70
85
  }
71
86
  },
72
87
  {
73
- "title": "Checkbox 多选框",
74
- "route": "/checkbox",
88
+ "title": "Date 日期选择框",
89
+ "route": "/date",
75
90
  "i18n": {
76
- "en": "Checkbox"
91
+ "en": "Date"
77
92
  }
78
93
  },
79
94
  {
80
- "title": "Badge 徽标",
81
- "route": "/badge",
95
+ "title": "Upload 文件上传",
96
+ "route": "/upload",
82
97
  "i18n": {
83
- "en": "Badge"
98
+ "en": "Upload"
84
99
  }
85
100
  },
86
101
  {
87
- "title": "Image 图片",
88
- "route": "/image",
102
+ "title": "FileImport 文件导入",
103
+ "route": "/file-import",
89
104
  "i18n": {
90
- "en": "Image"
105
+ "en": "FileImport"
91
106
  }
92
107
  },
93
108
  {
94
- "title": "Toopltip 文字提示",
95
- "route": "/toopltip",
109
+ "title": "Switch 开关",
110
+ "route": "/switch",
96
111
  "i18n": {
97
- "en": "Toopltip"
112
+ "en": "Switch"
113
+ }
114
+ }
115
+ ]
116
+ },
117
+ {
118
+ "title": "Information 信息展示",
119
+ "children": [
120
+ {
121
+ "title": "Table 表格",
122
+ "route": "/table",
123
+ "i18n": {
124
+ "en": "Table"
98
125
  }
99
126
  },
100
127
  {
101
- "title": "Progress 进度条",
102
- "route": "/progress",
128
+ "title": "TableCard 表格卡片",
129
+ "route": "/table-card",
103
130
  "i18n": {
104
- "en": "Progress"
131
+ "en": "TableCard"
105
132
  }
106
133
  },
107
134
  {
108
- "title": "Cascader 级联选择器",
109
- "route": "/cascader",
135
+ "title": "filter 筛选",
136
+ "route": "/filter",
110
137
  "i18n": {
111
- "en": "Cascader"
138
+ "en": "Filters"
112
139
  }
113
140
  },
114
141
  {
115
- "title": "Switch 开关",
116
- "route": "/switch",
142
+ "title": "column 显示列",
143
+ "route": "/column",
117
144
  "i18n": {
118
- "en": "Switch"
145
+ "en": "ShowColumn"
119
146
  }
120
147
  },
121
148
  {
122
- "title": "Select 选择器",
123
- "route": "/select",
149
+ "title": "ExportColumn 导出",
150
+ "route": "/export-column",
124
151
  "i18n": {
125
- "en": "Select"
152
+ "en": "ExportColumn"
126
153
  }
127
154
  },
128
155
  {
129
- "title": "Timeline 时间轴",
130
- "route": "/timeline",
156
+ "title": "Information 纯文本展示",
157
+ "route": "/Information",
131
158
  "i18n": {
132
- "en": "Timeline"
159
+ "en": "Information"
133
160
  }
134
161
  },
135
162
  {
136
- "title": "Transfer 穿梭框",
137
- "route": "/transfer",
163
+ "title": "Tips 提示信息",
164
+ "route": "/Tips",
138
165
  "i18n": {
139
- "en": "Transfer"
166
+ "en": "Tips"
140
167
  }
141
168
  },
142
169
  {
143
- "title": "PageHeader 页头",
144
- "route": "/page-header",
170
+ "title": "ECharts 图表",
171
+ "route": "/ECharts",
145
172
  "i18n": {
146
- "en": "PageHeader"
173
+ "en": "ECharts"
147
174
  }
148
175
  },
149
176
  {
150
- "title": "Avatar 头像",
151
- "route": "/avatar",
177
+ "title": "Tag 标签",
178
+ "route": "/tag",
152
179
  "i18n": {
153
- "en": "Avatar"
180
+ "en": "Tag"
154
181
  }
155
182
  },
156
183
  {
157
- "title": "Calender 日历",
158
- "route": "/calender",
184
+ "title": "Shadow 阴影",
185
+ "route": "/box-shadow",
159
186
  "i18n": {
160
- "en": "Calender"
187
+ "en": "boxShadow"
188
+ }
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "title": "Feedback 反馈",
194
+ "children": [
195
+ {
196
+ "title": "Alert 警告提示",
197
+ "route": "/Alert",
198
+ "i18n": {
199
+ "en": "Alert"
161
200
  }
162
201
  },
163
202
  {
164
- "title": "BackTop 返回头部",
165
- "route": "/backtop",
203
+ "title": "Message 消息",
204
+ "route": "/message",
166
205
  "i18n": {
167
- "en": "BackTop"
206
+ "en": "Message"
168
207
  }
169
208
  },
170
209
  {
171
- "title": "Card 卡片",
172
- "route": "/card",
210
+ "title": "MessageBox 消息弹窗",
211
+ "route": "/message-box",
173
212
  "i18n": {
174
- "en": "Card"
213
+ "en": "MessageBox"
175
214
  }
176
215
  },
177
216
  {
178
- "title": "Drawer 抽屉",
179
- "route": "/drawer",
217
+ "title": "Dialog 弹窗",
218
+ "route": "/dialog",
180
219
  "i18n": {
181
- "en": "Drawer"
220
+ "en": "Dialog"
182
221
  }
183
222
  },
184
223
  {
185
- "title": "InfiniteScroll 无限滚动",
186
- "route": "/infiniteScroll",
224
+ "title": "BusinessDialog 业务弹窗",
225
+ "route": "/dialog-a",
187
226
  "i18n": {
188
- "en": "InfiniteScroll"
227
+ "en": "BusinessDialog"
189
228
  }
190
229
  },
191
230
  {
192
- "title": "Divider 分割线",
193
- "route": "/divider",
231
+ "title": "Loading 加载",
232
+ "route": "/loadingc",
194
233
  "i18n": {
195
- "en": "Divider"
234
+ "en": "Loading"
196
235
  }
197
236
  },
198
237
  {
199
- "title": "Collapse 折叠面板",
200
- "route": "/Collapse",
238
+ "title": "Abnormal 异常页",
239
+ "route": "/empty",
240
+ "i18n": {
241
+ "en": "Empty"
242
+ }
243
+ }
244
+ ]
245
+ },
246
+ {
247
+ "title": "Navigation 导航",
248
+ "children": [
249
+ {
250
+ "title": "Tabs 导航",
251
+ "route": "/tabs",
201
252
  "i18n": {
202
- "en": "Collapse"
253
+ "en": "Tabs"
203
254
  }
204
255
  },
205
256
  {
206
- "title": "Carousel 走马灯",
207
- "route": "/Carousel",
257
+ "title": "Dropdown 下拉菜单",
258
+ "route": "/dropdown",
208
259
  "i18n": {
209
- "en": "Carousel"
260
+ "en": "Dropdown"
210
261
  }
211
262
  },
212
263
  {
213
- "title": "Popconfirm 确认气泡",
214
- "route": "/Popconfirm",
264
+ "title": "PageHeader 页头",
265
+ "route": "/page-header",
215
266
  "i18n": {
216
- "en": "Popconfirm"
267
+ "en": "PageHeader"
217
268
  }
218
269
  },
219
270
  {
220
- "title": "Popover 弹出框",
221
- "route": "/Popover",
271
+ "title": "Pagination 分页",
272
+ "route": "/pagination",
222
273
  "i18n": {
223
- "en": "Popover"
274
+ "en": "Pagination"
224
275
  }
225
276
  },
226
277
  {
227
- "title": "Breadcrumb 面包屑",
228
- "route": "/Breadcrumb",
278
+ "title": "Expandable 折叠面板",
279
+ "route": "/expandable",
229
280
  "i18n": {
230
- "en": "Breadcrumb"
281
+ "en": "Expandable"
231
282
  }
232
- }
233
- ]
234
- },
235
- {
236
- "title": "不推荐使用的兼容组件",
237
- "children": [
283
+ },
284
+ {
285
+ "title": "ScrollBar 滚动条",
286
+ "route": "/scroll-bar",
287
+ "i18n": {
288
+ "en": "scrollBar"
289
+ }
290
+ },
238
291
  {
239
- "title": "DialogO 弹窗-旧版",
240
- "route": "/cl-dialog-o"
292
+ "title": "Statis 数据统计",
293
+ "route": "/statis",
294
+ "i18n": {
295
+ "en": "Statis"
296
+ }
297
+ },
298
+ {
299
+ "title": "Process 流程",
300
+ "route": "/step",
301
+ "i18n": {
302
+ "en": "step"
303
+ }
241
304
  },
242
305
  {
243
- "title": "TableO 表格-旧版",
244
- "route": "/cl-table-o"
306
+ "title": "Anchor 定位器",
307
+ "route": "/anchor",
308
+ "i18n": {
309
+ "en": "Anchor"
310
+ }
311
+ },
312
+ {
313
+ "title": "Backlog 全局浮层待办",
314
+ "route": "/suspend",
315
+ "i18n": {
316
+ "en": "suspend"
317
+ }
245
318
  },
246
319
  {
247
- "title": "筛选按钮-旧版",
248
- "route": "/cl-filter-o",
320
+ "title": "Layout 布局",
321
+ "route": "/col",
249
322
  "i18n": {
250
- "en": "FiltersO"
323
+ "en": "col"
251
324
  }
252
325
  }
253
326
  ]
254
327
  },
255
328
  {
256
- "title": "G6组件集成",
329
+ "title": "模板demo",
257
330
  "children": [
258
331
  {
259
- "title": "弹窗",
260
- "route": "/nstc-dialog",
332
+ "title": "表单Demo",
333
+ "route": "/from-page",
261
334
  "i18n": {
262
- "en": "NstcDialog"
335
+ "en": "From Page"
336
+ }
337
+ },
338
+ {
339
+ "title": "Page 页面布局",
340
+ "route": "/page",
341
+ "i18n": {
342
+ "en": "Page Layout"
263
343
  }
264
344
  }
265
345
  ]
266
346
  },
267
347
  {
268
- "title": "I18n 国际化",
269
- "iconClass": "el-icon-menu",
270
- "route": "/i18n",
271
- "i18n": {
272
- "en": "I18n"
273
- }
274
- },
275
- {
276
- "title": "Layout 框架",
277
- "iconClass": "el-icon-menu",
278
- "route": "/cl-layout",
279
- "i18n": {
280
- "en": "Layout"
281
- }
282
- },
283
- {
284
- "title": "Page 页面布局",
285
- "iconClass": "el-icon-s-grid",
286
- "route": "/page",
287
- "i18n": {
288
- "en": "Page Layout"
289
- }
290
- },
291
- {
292
- "title": "Color 色彩",
293
- "iconClass": "el-icon-menu",
294
- "route": "/color",
295
- "i18n": {
296
- "en": "Color"
297
- }
298
- },
299
- {
300
- "title": "normalizeCss 样式",
301
- "iconClass": "el-icon-menu",
302
- "route": "/normalize-css",
303
- "i18n": {
304
- "en": "Normalize Style"
305
- }
306
- },
307
- {
308
- "title": "Button 按钮",
309
- "iconClass": "el-icon-menu",
310
- "route": "/cl-button",
311
- "i18n": {
312
- "en": "Button"
313
- }
314
- },
315
- {
316
- "title": "权限控制",
317
- "iconClass": "el-icon-setting",
318
- "route": "/v-has",
319
- "i18n": {
320
- "en": "Permission Control"
321
- }
322
- },
323
- {
324
- "title": "锚点定位",
325
- "iconClass": "el-icon-menu",
326
- "route": "/anchor",
327
- "i18n": {
328
- "en": "Anchorl"
329
- }
330
- },
331
- {
332
- "title": "From 表单",
333
- "iconClass": "el-icon-menu",
334
- "route": "/from-input"
335
- },
336
- {
337
- "title": "下拉选择树",
338
- "iconClass": "el-icon-menu",
339
- "route": "/select-tree"
340
- },
341
- {
342
- "title": "省市区级联",
343
- "iconClass": "el-icon-menu",
344
- "route": "/cascader-area"
345
- },
346
- {
347
- "title": "上传组件",
348
- "iconClass": "el-icon-menu",
349
- "route": "/cl-upload"
350
- },
351
- {
352
- "title": "附件上传表格",
353
- "iconClass": "el-icon-menu",
354
- "route": "/cl-upload-table"
355
- },
356
- {
357
- "title": "异步导出",
358
- "iconClass": "el-icon-menu",
359
- "route": "/file-export-async"
360
- },
361
- {
362
- "title": "信息展示组件",
363
- "iconClass": "el-icon-menu",
364
- "route": "/cl-expandable"
365
- },
366
- {
367
- "title": "表单页面Demo",
368
- "iconClass": "el-icon-menu",
369
- "route": "/from-page"
370
- },
371
- {
372
- "title": "筛选按钮",
373
- "iconClass": "el-icon-menu",
374
- "route": "/cl-filter",
375
- "i18n": {
376
- "en": "Filters"
377
- }
378
- },
379
-
380
- {
381
- "title": "显示列",
382
- "iconClass": "el-icon-menu",
383
- "route": "/cl-column",
384
- "i18n": {
385
- "en": "ShowColumn"
386
- }
387
- },
388
- {
389
- "title": "二级Tab",
390
- "iconClass": "el-icon-menu",
391
- "route": "/cl-secondarytab"
392
- },
393
- {
394
- "title": "三级Tab",
395
- "iconClass": "el-icon-menu",
396
- "route": "/cl-tertiarytab"
397
- },
398
- {
399
- "title": "步骤条",
400
- "iconClass": "el-icon-menu",
401
- "route": "/cl-step"
402
- },
403
- {
404
- "title": "Table 表格",
405
- "iconClass": "el-icon-menu",
406
- "route": "/cl-table"
407
- },
408
-
409
- {
410
- "title": "DragList 拖拽列表",
411
- "iconClass": "el-icon-menu",
412
- "route": "/cl-draglist"
413
- },
414
- {
415
- "title": "Statis 统计条",
416
- "iconClass": "el-icon-menu",
417
- "route": "/cl-statis"
418
- },
419
- {
420
- "title": "Pagination 分页",
421
- "iconClass": "el-icon-menu",
422
- "route": "/cl-pagination"
423
- },
424
- {
425
- "title": "Dialog 弹窗",
426
- "iconClass": "el-icon-menu",
427
- "route": "/cl-dialog"
428
- },
429
-
430
- {
431
- "title": "Msg 消息提醒/警告",
432
- "iconClass": "el-icon-menu",
433
- "route": "/message"
434
- },
435
- {
436
- "title": "Task 消息提示",
437
- "iconClass": "el-icon-menu",
438
- "route": "/task"
439
- },
440
- {
441
- "title": "标签",
442
- "iconClass": "el-icon-menu",
443
- "route": "/cl-tag"
444
- },
445
- {
446
- "title": "异常页面",
447
- "iconClass": "el-icon-menu",
448
- "route": "/cl-empty"
449
- },
450
- {
451
- "title": "悬浮按钮",
452
- "iconClass": "el-icon-s-grid",
453
- "route": "/cl-suspend"
454
- },
455
- {
456
- "title": "审批/查看流程",
457
- "iconClass": "el-icon-s-grid",
458
- "route": "/cl-approval-card"
459
- },
460
- {
461
- "title": "审批记录",
462
- "iconClass": "el-icon-s-grid",
463
- "route": "/cl-approval-record?processInstanceId=cfe36561f57b4d368f3c312b548b935b"
464
- },
465
- {
466
- "title": "审批按钮组",
467
- "iconClass": "el-icon-s-grid",
468
- "route": "/cl-approval-buttons?taskId=9a4b438573aa4c45b5b681d7bee521dc"
469
- },
470
- {
471
- "title": "Axios 数据请求",
472
- "iconClass": "el-icon-loading",
473
- "route": "/axios"
474
- },
475
- {
476
- "title": "Directive 指令",
477
- "iconClass": "el-icon-menu",
348
+ "title": "其他周边",
478
349
  "children": [
479
350
  {
480
- "title": "v-title 文字提示",
481
- "iconClass": "el-icon-s-grid",
482
- "route": "/v-title"
351
+ "title": "Gitee",
352
+ "href": "https://gitee.com/nstc/dev-corelib/tree/n20-common-lib-1.3.0/"
483
353
  },
484
354
  {
485
- "title": "v-drag 弹窗拖拽",
486
- "iconClass": "el-icon-s-grid",
487
- "route": "/v-drag"
355
+ "title": "I18n 国际化",
356
+ "route": "/i18n",
357
+ "i18n": {
358
+ "en": "I18n"
359
+ }
488
360
  },
489
361
  {
490
- "title": "v-move 位置拖拽",
491
- "iconClass": "el-icon-s-grid",
492
- "route": "/v-move"
362
+ "title": "ElementUi",
363
+ "href": "https://element.eleme.cn/#/zh-CN/component/installation"
493
364
  },
494
365
  {
495
- "title": "v-has 权限控制",
496
- "iconClass": "el-icon-setting",
497
- "route": "/v-has"
366
+ "title": "normalizeCss 样式",
367
+ "route": "/normalize-css",
368
+ "i18n": {
369
+ "en": "Normalize Style"
370
+ }
371
+ },
372
+ {
373
+ "title": "改造文档",
374
+ "route": "/update",
375
+ "i18n": {
376
+ "en": "Update"
377
+ }
378
+ },
379
+ {
380
+ "title": "Directive 指令",
381
+ "children": [
382
+ {
383
+ "title": "v-title 文字提示",
384
+ "route": "/v-title"
385
+ },
386
+ {
387
+ "title": "v-drag 弹窗拖拽",
388
+ "route": "/v-drag"
389
+ },
390
+ {
391
+ "title": "v-move 位置拖拽",
392
+ "route": "/v-move"
393
+ },
394
+ {
395
+ "title": "v-has 权限控制",
396
+ "route": "/v-has"
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "title": "Function 方法",
402
+ "children": [
403
+ {
404
+ "title": "Print 打印",
405
+ "route": "/print"
406
+ },
407
+ {
408
+ "title": "流文件下载",
409
+ "route": "/download—blob"
410
+ },
411
+ {
412
+ "title": "跳转到其他应用",
413
+ "route": "/push-link"
414
+ },
415
+ {
416
+ "title": "操作Tab页签",
417
+ "route": "/set-tab"
418
+ },
419
+ {
420
+ "title": "Sign 签名",
421
+ "route": "/sign"
422
+ },
423
+ {
424
+ "title": "Utils 公用方法",
425
+ "route": "/utils?t"
426
+ },
427
+ {
428
+ "title": "Axios 数据请求",
429
+ "route": "/axios"
430
+ }
431
+ ]
432
+ },
433
+ {
434
+ "title": "动画",
435
+ "route": "/animation",
436
+ "i18n": {
437
+ "en": "Animation"
438
+ }
439
+ },
440
+ {
441
+ "title": "Icon 图标",
442
+ "route": "/icon",
443
+ "i18n": {
444
+ "en": "Icon"
445
+ }
446
+ },
447
+ {
448
+ "title": "Layout 框架",
449
+ "route": "/cl-layout",
450
+ "i18n": {
451
+ "en": "Layout"
452
+ }
453
+ },
454
+ {
455
+ "title": "省市区级联",
456
+ "route": "/cascader-area"
457
+ },
458
+ {
459
+ "title": "DragList 拖拽列表",
460
+ "route": "/cl-draglist"
461
+ },
462
+ {
463
+ "title": "审批/查看流程",
464
+ "route": "/cl-approval-card"
465
+ },
466
+ {
467
+ "title": "审批记录",
468
+ "route": "/cl-approval-record?processInstanceId=cfe36561f57b4d368f3c312b548b935b"
469
+ },
470
+ {
471
+ "title": "审批按钮组",
472
+ "route": "/cl-approval-buttons?taskId=9a4b438573aa4c45b5b681d7bee521dc"
498
473
  }
499
474
  ]
500
475
  },
501
476
  {
502
- "title": "Function 方法",
503
- "iconClass": "el-icon-menu",
477
+ "title": "G6组件(已废弃)",
504
478
  "children": [
505
479
  {
506
- "title": "Print 打印",
507
- "iconClass": "el-icon-s-grid",
508
- "route": "/print"
480
+ "title": "弹窗",
481
+ "route": "/nstc-dialog",
482
+ "i18n": {
483
+ "en": "NstcDialog"
484
+ }
509
485
  },
510
486
  {
511
- "title": "流文件下载",
512
- "iconClass": "el-icon-s-grid",
513
- "route": "/download—blob"
487
+ "title": "返回顶部",
488
+ "route": "/nstc-back-to-tap",
489
+ "i18n": {
490
+ "en": "NstcBackToTop"
491
+ }
514
492
  },
515
493
  {
516
- "title": "跳转到其他应用",
517
- "iconClass": "el-icon-s-grid",
518
- "route": "/push-link"
494
+ "title": "银行下拉懒加载",
495
+ "route": "/nstc-branch-lazy-load",
496
+ "i18n": {
497
+ "en": "NstcBranchLazyLoad"
498
+ }
519
499
  },
520
500
  {
521
- "title": "操作Tab页签",
522
- "iconClass": "el-icon-s-grid",
523
- "route": "/set-tab"
501
+ "title": "ECharts图表",
502
+ "route": "/nstc-charts",
503
+ "i18n": {
504
+ "en": "NstcCharts"
505
+ }
524
506
  },
525
507
  {
526
- "title": "Sign 签名",
527
- "iconClass": "el-icon-s-grid",
528
- "route": "/sign"
508
+ "title": "ConfirmTip提示框",
509
+ "route": "/confirm-tip",
510
+ "i18n": {
511
+ "en": "ConfirmTip"
512
+ }
529
513
  },
530
514
  {
531
- "title": "Utils 公用方法",
532
- "iconClass": "el-icon-s-grid",
533
- "route": "/utils?t"
515
+ "title": "审批组件",
516
+ "route": "/nstc-approvel",
517
+ "i18n": {
518
+ "en": "NstcApprovel"
519
+ }
520
+ },
521
+ {
522
+ "title": "工作台",
523
+ "route": "/workbench",
524
+ "i18n": {
525
+ "en": "NstcWorkBench"
526
+ }
527
+ },
528
+ {
529
+ "title": "切换主题色",
530
+ "route": "/ThemePicker",
531
+ "i18n": {
532
+ "en": "NstcThemePicker"
533
+ }
534
+ },
535
+ {
536
+ "title": "tab徽标",
537
+ "route": "/NstcTabWithBadge",
538
+ "i18n": {
539
+ "en": "NstcTabWithBadge"
540
+ }
541
+ },
542
+ {
543
+ "title": "显示列",
544
+ "route": "/table-set",
545
+ "i18n": {
546
+ "en": "NstcTableSet"
547
+ }
548
+ },
549
+ {
550
+ "title": "下拉菜单",
551
+ "route": "/NstcDropdown",
552
+ "i18n": {
553
+ "en": "NstcDropdown"
554
+ }
555
+ },
556
+ {
557
+ "title": "分页",
558
+ "route": "/NstcPagination",
559
+ "i18n": {
560
+ "en": "NstcPagination"
561
+ }
562
+ },
563
+ {
564
+ "title": "表格",
565
+ "route": "/NstcTable",
566
+ "i18n": {
567
+ "en": "NstcTable"
568
+ }
569
+ },
570
+ {
571
+ "title": "tab栏",
572
+ "route": "/NstcTab",
573
+ "i18n": {
574
+ "en": "NstcTab"
575
+ }
576
+ },
577
+ {
578
+ "title": "svg图片加载",
579
+ "route": "/NstcSvgIcon",
580
+ "i18n": {
581
+ "en": "NstcSvgIcon"
582
+ }
583
+ },
584
+ {
585
+ "title": "位置固定",
586
+ "route": "/NstcSticky",
587
+ "i18n": {
588
+ "en": "NstcSticky"
589
+ }
590
+ },
591
+ {
592
+ "title": "下拉树",
593
+ "route": "/NstcSelectTreeList",
594
+ "i18n": {
595
+ "en": "NstcSelectTreeList"
596
+ }
597
+ },
598
+ {
599
+ "title": "标签输入框",
600
+ "route": "/InputTag",
601
+ "i18n": {
602
+ "en": "InputTag"
603
+ }
604
+ },
605
+ {
606
+ "title": "下拉树",
607
+ "route": "/NstcSelectTree",
608
+ "i18n": {
609
+ "en": "NstcSelectTree"
610
+ }
611
+ },
612
+ {
613
+ "title": "浏览器全屏",
614
+ "route": "/NstcScreenFull",
615
+ "i18n": {
616
+ "en": "NstcScreenFull"
617
+ }
618
+ },
619
+ {
620
+ "title": "折叠栏",
621
+ "route": "/NstcExpandCollapse",
622
+ "i18n": {
623
+ "en": "NstcExpandCollapse"
624
+ }
625
+ },
626
+ {
627
+ "title": "附件下载",
628
+ "route": "/NstcFileUpload",
629
+ "i18n": {
630
+ "en": "NstcFileUpload"
631
+ }
632
+ },
633
+ {
634
+ "title": "附件导入",
635
+ "route": "/NstcExcelImportN",
636
+ "i18n": {
637
+ "en": "NstcExcelImportN"
638
+ }
639
+ },
640
+ {
641
+ "title": "excel导入",
642
+ "route": "/NstcUploadExcel",
643
+ "i18n": {
644
+ "en": "NstcUploadExcel"
645
+ }
646
+ },
647
+ {
648
+ "title": "excel导入",
649
+ "route": "/NstcExcelImport",
650
+ "i18n": {
651
+ "en": "NstcExcelImport"
652
+ }
653
+ },
654
+ {
655
+ "title": "excel导出2",
656
+ "route": "/NstcExcelExport",
657
+ "i18n": {
658
+ "en": "NstcExcelExport"
659
+ }
660
+ },
661
+ {
662
+ "title": "excel导入3",
663
+ "route": "/NstcExcelCustomImport",
664
+ "i18n": {
665
+ "en": "NstcExcelCustomImport"
666
+ }
667
+ },
668
+ {
669
+ "title": "附件列表",
670
+ "route": "/NstcElectronicFile",
671
+ "i18n": {
672
+ "en": "NstcElectronicFile"
673
+ }
674
+ },
675
+ {
676
+ "title": "下拉树",
677
+ "route": "/NstcDropdownTree",
678
+ "i18n": {
679
+ "en": "NstcDropdownTree"
680
+ }
681
+ },
682
+ {
683
+ "title": "表格弹窗",
684
+ "route": "/NstcDialogTable",
685
+ "i18n": {
686
+ "en": "NstcDialogTable"
687
+ }
688
+ },
689
+ {
690
+ "title": "表单",
691
+ "route": "/NstcForm",
692
+ "i18n": {
693
+ "en": "NstcForm"
694
+ }
695
+ },
696
+ {
697
+ "title": "搜索",
698
+ "route": "/NstcSearch",
699
+ "i18n": {
700
+ "en": "NstcSearch"
701
+ }
534
702
  }
535
703
  ]
536
704
  },
537
705
  {
538
- "title": "Utils 额外方法",
539
- "iconClass": "el-icon-s-grid",
540
- "route": "/utils",
541
- "i18n": {
542
- "en": "utils"
543
- }
544
- },
545
- {
546
- "title": "Layout 布局",
547
- "iconClass": "el-icon-menu",
548
- "route": "/col",
549
- "i18n": {
550
- "en": "col"
551
- }
552
- },
553
- {
554
- "title": "Shadow 投影",
555
- "iconClass": "el-icon-menu",
556
- "route": "/box-shadow",
557
- "i18n": {
558
- "en": "boxShadow"
559
- }
560
- },
561
- {
562
- "title": "ScrollBar 滚动条",
563
- "iconClass": "el-icon-menu",
564
- "route": "/scroll-bar",
565
- "i18n": {
566
- "en": "scrollBar"
567
- }
568
- },
569
- {
570
- "title": "Icon 图标",
571
- "iconClass": "el-icon-menu",
572
- "route": "/icon",
573
- "i18n": {
574
- "en": "Icon"
575
- }
576
- },
577
- {
578
- "title": "Link 文字链接",
579
- "iconClass": "el-icon-menu",
580
- "route": "/link",
581
- "i18n": {
582
- "en": "Link"
583
- }
584
- },
585
- {
586
- "title": "内置动画",
587
- "iconClass": "el-icon-menu",
588
- "route": "/animation",
589
- "i18n": {
590
- "en": "Animation"
591
- }
592
- },
593
- {
594
- "title": "Font 字体",
595
- "iconClass": "el-icon-menu",
596
- "route": "/font",
597
- "i18n": {
598
- "en": "Font"
599
- }
706
+ "title": "G6指令集成",
707
+ "children": [
708
+ {
709
+ "title": "VClipboard 复制指令",
710
+ "route": "/v-clipboard",
711
+ "i18n": {
712
+ "en": "VClipboard"
713
+ }
714
+ }
715
+ ]
600
716
  },
601
717
  {
602
718
  "title": "DEMO",