aldehyde 0.0.8 → 0.0.11

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 (391) hide show
  1. package/lib/components/chart/antd/chart-utils.d.ts +7 -0
  2. package/lib/components/chart/antd/chart-utils.d.ts.map +1 -0
  3. package/lib/components/chart/antd/chart-utils.js +46 -0
  4. package/lib/components/chart/antd/chart-utils.js.map +1 -0
  5. package/lib/components/chart/antd/column-chart-sub.d.ts +7 -0
  6. package/lib/components/chart/antd/column-chart-sub.d.ts.map +1 -0
  7. package/lib/components/chart/antd/column-chart-sub.js +50 -0
  8. package/lib/components/chart/antd/column-chart-sub.js.map +1 -0
  9. package/lib/components/chart/antd/line-chart-sub.d.ts +7 -0
  10. package/lib/components/chart/antd/line-chart-sub.d.ts.map +1 -0
  11. package/lib/components/chart/antd/line-chart-sub.js +49 -0
  12. package/lib/components/chart/antd/line-chart-sub.js.map +1 -0
  13. package/lib/components/chart/antd/pie-chart-sub.d.ts +7 -0
  14. package/lib/components/chart/antd/pie-chart-sub.d.ts.map +1 -0
  15. package/lib/components/chart/antd/pie-chart-sub.js +37 -0
  16. package/lib/components/chart/antd/pie-chart-sub.js.map +1 -0
  17. package/lib/components/chart/antd/statview-d2-chart.d.ts +17 -0
  18. package/lib/components/chart/antd/statview-d2-chart.d.ts.map +1 -0
  19. package/lib/components/chart/antd/statview-d2-chart.js +108 -0
  20. package/lib/components/chart/antd/statview-d2-chart.js.map +1 -0
  21. package/lib/components/chart/statview-l2-chart.d.ts +23 -0
  22. package/lib/components/chart/statview-l2-chart.d.ts.map +1 -0
  23. package/lib/components/chart/statview-l2-chart.js +64 -0
  24. package/lib/components/chart/statview-l2-chart.js.map +1 -0
  25. package/lib/components/controls/action/index.css +9 -0
  26. package/lib/components/controls/action/index.d.ts +47 -0
  27. package/lib/components/controls/action/index.d.ts.map +1 -0
  28. package/lib/components/controls/action/index.js +165 -0
  29. package/lib/components/controls/action/index.js.map +1 -0
  30. package/lib/components/controls/action/utils.d.ts +9 -0
  31. package/lib/components/controls/action/utils.d.ts.map +1 -0
  32. package/lib/components/controls/action/utils.js +110 -0
  33. package/lib/components/controls/action/utils.js.map +1 -0
  34. package/lib/components/controls/auto-complete/index.d.ts +7 -0
  35. package/lib/components/controls/auto-complete/index.d.ts.map +1 -0
  36. package/lib/components/controls/auto-complete/index.js +53 -0
  37. package/lib/components/controls/auto-complete/index.js.map +1 -0
  38. package/lib/components/controls/chemstruc/graph.d.ts +31 -0
  39. package/lib/components/controls/chemstruc/graph.d.ts.map +1 -0
  40. package/lib/components/controls/chemstruc/graph.js +121 -0
  41. package/lib/components/controls/chemstruc/graph.js.map +1 -0
  42. package/lib/components/controls/chemstruc/index.css +28 -0
  43. package/lib/components/controls/collapse-card/index.css +9 -0
  44. package/lib/components/controls/collapse-card/index.d.ts +20 -0
  45. package/lib/components/controls/collapse-card/index.d.ts.map +1 -0
  46. package/lib/components/controls/collapse-card/index.js +63 -0
  47. package/lib/components/controls/collapse-card/index.js.map +1 -0
  48. package/lib/components/controls/color-picker/index.css +27 -0
  49. package/lib/components/controls/color-picker/index.d.ts +19 -0
  50. package/lib/components/controls/color-picker/index.d.ts.map +1 -0
  51. package/lib/components/controls/color-picker/index.js +61 -0
  52. package/lib/components/controls/color-picker/index.js.map +1 -0
  53. package/lib/components/controls/cquery/cquick-button.d.ts +20 -0
  54. package/lib/components/controls/cquery/cquick-button.d.ts.map +1 -0
  55. package/lib/components/controls/cquery/cquick-button.js +67 -0
  56. package/lib/components/controls/cquery/cquick-button.js.map +1 -0
  57. package/lib/components/controls/date-picker/index.d.ts +7 -0
  58. package/lib/components/controls/date-picker/index.d.ts.map +1 -0
  59. package/lib/components/controls/date-picker/index.js +91 -0
  60. package/lib/components/controls/date-picker/index.js.map +1 -0
  61. package/lib/components/controls/entity-select/entity-select.d.ts +53 -0
  62. package/lib/components/controls/entity-select/entity-select.d.ts.map +1 -0
  63. package/lib/components/controls/entity-select/entity-select.js +227 -0
  64. package/lib/components/controls/entity-select/entity-select.js.map +1 -0
  65. package/lib/components/controls/entity-select/index.css +6 -0
  66. package/lib/components/controls/entity-select/popover-entity-select.d.ts +20 -0
  67. package/lib/components/controls/entity-select/popover-entity-select.d.ts.map +1 -0
  68. package/lib/components/controls/entity-select/popover-entity-select.js +80 -0
  69. package/lib/components/controls/entity-select/popover-entity-select.js.map +1 -0
  70. package/lib/components/controls/entry-control.d.ts +11 -0
  71. package/lib/components/controls/entry-control.d.ts.map +1 -0
  72. package/lib/components/controls/entry-control.js +171 -0
  73. package/lib/components/controls/entry-control.js.map +1 -0
  74. package/lib/components/controls/enum-badge/index.d.ts +7 -0
  75. package/lib/components/controls/enum-badge/index.d.ts.map +1 -0
  76. package/lib/components/controls/enum-badge/index.js +14 -0
  77. package/lib/components/controls/enum-badge/index.js.map +1 -0
  78. package/lib/components/controls/enum-tag/index.d.ts +7 -0
  79. package/lib/components/controls/enum-tag/index.d.ts.map +1 -0
  80. package/lib/components/controls/enum-tag/index.js +18 -0
  81. package/lib/components/controls/enum-tag/index.js.map +1 -0
  82. package/lib/components/controls/file-view/drawer-file-view.d.ts +18 -0
  83. package/lib/components/controls/file-view/drawer-file-view.d.ts.map +1 -0
  84. package/lib/components/controls/file-view/drawer-file-view.js +51 -0
  85. package/lib/components/controls/file-view/drawer-file-view.js.map +1 -0
  86. package/lib/components/controls/file-view/index.d.ts +23 -0
  87. package/lib/components/controls/file-view/index.d.ts.map +1 -0
  88. package/lib/components/controls/file-view/index.js +130 -0
  89. package/lib/components/controls/file-view/index.js.map +1 -0
  90. package/lib/components/controls/html-editor/draft.d.ts +22 -0
  91. package/lib/components/controls/html-editor/draft.d.ts.map +1 -0
  92. package/lib/components/controls/html-editor/draft.js +122 -0
  93. package/lib/components/controls/html-editor/draft.js.map +1 -0
  94. package/lib/components/controls/input-number/index.d.ts +7 -0
  95. package/lib/components/controls/input-number/index.d.ts.map +1 -0
  96. package/lib/components/controls/input-number/index.js +67 -0
  97. package/lib/components/controls/input-number/index.js.map +1 -0
  98. package/lib/components/controls/input-range/index.d.ts +7 -0
  99. package/lib/components/controls/input-range/index.d.ts.map +1 -0
  100. package/lib/components/controls/input-range/index.js +28 -0
  101. package/lib/components/controls/input-range/index.js.map +1 -0
  102. package/lib/components/controls/password-setter/index.css +3 -0
  103. package/lib/components/controls/progress/index.d.ts +7 -0
  104. package/lib/components/controls/progress/index.d.ts.map +1 -0
  105. package/lib/components/controls/progress/index.js +45 -0
  106. package/lib/components/controls/progress/index.js.map +1 -0
  107. package/lib/components/controls/relation-existion/index.css +4 -0
  108. package/lib/components/controls/relation-existion/index.d.ts +20 -0
  109. package/lib/components/controls/relation-existion/index.d.ts.map +1 -0
  110. package/lib/components/controls/relation-existion/index.js +75 -0
  111. package/lib/components/controls/relation-existion/index.js.map +1 -0
  112. package/lib/components/controls/rfield/index.css +4 -0
  113. package/lib/components/controls/rfield/index.d.ts +29 -0
  114. package/lib/components/controls/rfield/index.d.ts.map +1 -0
  115. package/lib/components/controls/rfield/index.js +130 -0
  116. package/lib/components/controls/rfield/index.js.map +1 -0
  117. package/lib/components/controls/signature/index.d.ts +31 -0
  118. package/lib/components/controls/signature/index.d.ts.map +1 -0
  119. package/lib/components/controls/signature/index.js +129 -0
  120. package/lib/components/controls/signature/index.js.map +1 -0
  121. package/lib/components/controls/steps/index.d.ts +7 -0
  122. package/lib/components/controls/steps/index.d.ts.map +1 -0
  123. package/lib/components/controls/steps/index.js +42 -0
  124. package/lib/components/controls/steps/index.js.map +1 -0
  125. package/lib/components/controls/text/ellipsis-text.d.ts +22 -0
  126. package/lib/components/controls/text/ellipsis-text.d.ts.map +1 -0
  127. package/lib/components/controls/text/ellipsis-text.js +46 -0
  128. package/lib/components/controls/text/ellipsis-text.js.map +1 -0
  129. package/lib/components/controls/upload/index.d.ts +15 -0
  130. package/lib/components/controls/upload/index.d.ts.map +1 -0
  131. package/lib/components/controls/upload/index.js +100 -0
  132. package/lib/components/controls/upload/index.js.map +1 -0
  133. package/lib/components/controls/view-control.d.ts +10 -0
  134. package/lib/components/controls/view-control.d.ts.map +1 -0
  135. package/lib/components/controls/view-control.js +150 -0
  136. package/lib/components/controls/view-control.js.map +1 -0
  137. package/lib/components/detail/button/cquery-button-bar.d.ts +16 -0
  138. package/lib/components/detail/button/cquery-button-bar.d.ts.map +1 -0
  139. package/lib/components/detail/button/cquery-button-bar.js +75 -0
  140. package/lib/components/detail/button/cquery-button-bar.js.map +1 -0
  141. package/lib/components/detail/button/index.css +43 -0
  142. package/lib/components/detail/button/submit-button-bar.d.ts +19 -0
  143. package/lib/components/detail/button/submit-button-bar.d.ts.map +1 -0
  144. package/lib/components/detail/button/submit-button-bar.js +99 -0
  145. package/lib/components/detail/button/submit-button-bar.js.map +1 -0
  146. package/lib/components/detail/dtmpl.css +53 -0
  147. package/lib/components/detail/edit/dtmpl-edit.d.ts +48 -0
  148. package/lib/components/detail/edit/dtmpl-edit.d.ts.map +1 -0
  149. package/lib/components/detail/edit/dtmpl-edit.js +190 -0
  150. package/lib/components/detail/edit/dtmpl-edit.js.map +1 -0
  151. package/lib/components/detail/edit/fields-edit-card.d.ts +39 -0
  152. package/lib/components/detail/edit/fields-edit-card.d.ts.map +1 -0
  153. package/lib/components/detail/edit/fields-edit-card.js +64 -0
  154. package/lib/components/detail/edit/fields-edit-card.js.map +1 -0
  155. package/lib/components/detail/edit/modal-dtmpl-edit.d.ts +51 -0
  156. package/lib/components/detail/edit/modal-dtmpl-edit.d.ts.map +1 -0
  157. package/lib/components/detail/edit/modal-dtmpl-edit.js +168 -0
  158. package/lib/components/detail/edit/modal-dtmpl-edit.js.map +1 -0
  159. package/lib/components/detail/edit/modal-row-edit.d.ts +31 -0
  160. package/lib/components/detail/edit/modal-row-edit.d.ts.map +1 -0
  161. package/lib/components/detail/edit/modal-row-edit.js +56 -0
  162. package/lib/components/detail/edit/modal-row-edit.js.map +1 -0
  163. package/lib/components/detail/edit/post-result/index.d.ts +17 -0
  164. package/lib/components/detail/edit/post-result/index.d.ts.map +1 -0
  165. package/lib/components/detail/edit/post-result/index.js +28 -0
  166. package/lib/components/detail/edit/post-result/index.js.map +1 -0
  167. package/lib/components/detail/edit/row-edit-card.d.ts +42 -0
  168. package/lib/components/detail/edit/row-edit-card.d.ts.map +1 -0
  169. package/lib/components/detail/edit/row-edit-card.js +84 -0
  170. package/lib/components/detail/edit/row-edit-card.js.map +1 -0
  171. package/lib/components/detail/edit/row-editor.d.ts +31 -0
  172. package/lib/components/detail/edit/row-editor.d.ts.map +1 -0
  173. package/lib/components/detail/edit/row-editor.js +55 -0
  174. package/lib/components/detail/edit/row-editor.js.map +1 -0
  175. package/lib/components/detail/rightbar/index.css +35 -0
  176. package/lib/components/detail/rightbar/index.d.ts +20 -0
  177. package/lib/components/detail/rightbar/index.d.ts.map +1 -0
  178. package/lib/components/detail/rightbar/index.js +51 -0
  179. package/lib/components/detail/rightbar/index.js.map +1 -0
  180. package/lib/components/detail/view/act-dtmpl-view.d.ts +46 -0
  181. package/lib/components/detail/view/act-dtmpl-view.d.ts.map +1 -0
  182. package/lib/components/detail/view/act-dtmpl-view.js +110 -0
  183. package/lib/components/detail/view/act-dtmpl-view.js.map +1 -0
  184. package/lib/components/detail/view/dtmpl-view.d.ts +42 -0
  185. package/lib/components/detail/view/dtmpl-view.d.ts.map +1 -0
  186. package/lib/components/detail/view/dtmpl-view.js +111 -0
  187. package/lib/components/detail/view/dtmpl-view.js.map +1 -0
  188. package/lib/components/detail/view/field-view-group.d.ts +17 -0
  189. package/lib/components/detail/view/field-view-group.d.ts.map +1 -0
  190. package/lib/components/detail/view/field-view-group.js +51 -0
  191. package/lib/components/detail/view/field-view-group.js.map +1 -0
  192. package/lib/components/detail/view/modal-dtmpl-view.d.ts +27 -0
  193. package/lib/components/detail/view/modal-dtmpl-view.d.ts.map +1 -0
  194. package/lib/components/detail/view/modal-dtmpl-view.js +32 -0
  195. package/lib/components/detail/view/modal-dtmpl-view.js.map +1 -0
  196. package/lib/components/detail/view/snapshot-timeline.d.ts +32 -0
  197. package/lib/components/detail/view/snapshot-timeline.d.ts.map +1 -0
  198. package/lib/components/detail/view/snapshot-timeline.js +90 -0
  199. package/lib/components/detail/view/snapshot-timeline.js.map +1 -0
  200. package/lib/components/exportor/export-frame.css +3 -0
  201. package/lib/components/exportor/export-frame.d.ts +50 -0
  202. package/lib/components/exportor/export-frame.d.ts.map +1 -0
  203. package/lib/components/exportor/export-frame.js +140 -0
  204. package/lib/components/exportor/export-frame.js.map +1 -0
  205. package/lib/components/exportor/index.d.ts +16 -0
  206. package/lib/components/exportor/index.d.ts.map +1 -0
  207. package/lib/components/exportor/index.js +44 -0
  208. package/lib/components/exportor/index.js.map +1 -0
  209. package/lib/components/form/criteria-form.d.ts +19 -0
  210. package/lib/components/form/criteria-form.d.ts.map +1 -0
  211. package/lib/components/form/criteria-form.js +167 -0
  212. package/lib/components/form/criteria-form.js.map +1 -0
  213. package/lib/components/form/dtmpl-form.css +4 -0
  214. package/lib/components/form/dtmpl-form.d.ts +37 -0
  215. package/lib/components/form/dtmpl-form.d.ts.map +1 -0
  216. package/lib/components/form/dtmpl-form.js +213 -0
  217. package/lib/components/form/dtmpl-form.js.map +1 -0
  218. package/lib/components/form/field-group-form.d.ts +21 -0
  219. package/lib/components/form/field-group-form.d.ts.map +1 -0
  220. package/lib/components/form/field-group-form.js +58 -0
  221. package/lib/components/form/field-group-form.js.map +1 -0
  222. package/lib/components/form/fields-form.d.ts +20 -0
  223. package/lib/components/form/fields-form.d.ts.map +1 -0
  224. package/lib/components/form/fields-form.js +39 -0
  225. package/lib/components/form/fields-form.js.map +1 -0
  226. package/lib/components/form/form-Item-group.d.ts +22 -0
  227. package/lib/components/form/form-Item-group.d.ts.map +1 -0
  228. package/lib/components/form/form-Item-group.js +60 -0
  229. package/lib/components/form/form-Item-group.js.map +1 -0
  230. package/lib/components/form/index.css +13 -0
  231. package/lib/components/import/excel-import.d.ts +48 -0
  232. package/lib/components/import/excel-import.d.ts.map +1 -0
  233. package/lib/components/import/excel-import.js +234 -0
  234. package/lib/components/import/excel-import.js.map +1 -0
  235. package/lib/components/import/index.css +54 -0
  236. package/lib/components/import/template.css +51 -0
  237. package/lib/components/layout/MainPage.d.ts +32 -0
  238. package/lib/components/layout/MainPage.d.ts.map +1 -0
  239. package/lib/components/layout/MainPage.js +202 -0
  240. package/lib/components/layout/MainPage.js.map +1 -0
  241. package/lib/components/layout/footer/index.css +6 -0
  242. package/lib/components/layout/header/index.css +86 -0
  243. package/lib/components/layout/header/index.d.ts +16 -0
  244. package/lib/components/layout/header/index.d.ts.map +1 -0
  245. package/lib/components/layout/header/index.js +37 -0
  246. package/lib/components/layout/header/index.js.map +1 -0
  247. package/lib/components/layout/menu/block.d.ts +9 -0
  248. package/lib/components/layout/menu/block.d.ts.map +1 -0
  249. package/lib/components/layout/menu/block.js +48 -0
  250. package/lib/components/layout/menu/block.js.map +1 -0
  251. package/lib/components/layout/menu/l2menu-message-bar.d.ts +24 -0
  252. package/lib/components/layout/menu/l2menu-message-bar.d.ts.map +1 -0
  253. package/lib/components/layout/menu/l2menu-message-bar.js +97 -0
  254. package/lib/components/layout/menu/l2menu-message-bar.js.map +1 -0
  255. package/lib/components/layout/menu/l2menu-quick-bar.d.ts +30 -0
  256. package/lib/components/layout/menu/l2menu-quick-bar.d.ts.map +1 -0
  257. package/lib/components/layout/menu/l2menu-quick-bar.js +94 -0
  258. package/lib/components/layout/menu/l2menu-quick-bar.js.map +1 -0
  259. package/lib/components/layout/menu/menu-2layers.d.ts +9 -0
  260. package/lib/components/layout/menu/menu-2layers.d.ts.map +1 -0
  261. package/lib/components/layout/menu/menu-2layers.js +63 -0
  262. package/lib/components/layout/menu/menu-2layers.js.map +1 -0
  263. package/lib/components/layout/menu/menu-render.d.ts +8 -0
  264. package/lib/components/layout/menu/menu-render.d.ts.map +1 -0
  265. package/lib/components/layout/menu/menu-render.js +44 -0
  266. package/lib/components/layout/menu/menu-render.js.map +1 -0
  267. package/lib/components/layout/menu/reset-password.d.ts +25 -0
  268. package/lib/components/layout/menu/reset-password.d.ts.map +1 -0
  269. package/lib/components/layout/menu/reset-password.js +113 -0
  270. package/lib/components/layout/menu/reset-password.js.map +1 -0
  271. package/lib/components/layout/menu/user-bar.d.ts +19 -0
  272. package/lib/components/layout/menu/user-bar.d.ts.map +1 -0
  273. package/lib/components/layout/menu/user-bar.js +61 -0
  274. package/lib/components/layout/menu/user-bar.js.map +1 -0
  275. package/lib/components/layout/menu/userinfo-bar.d.ts +18 -0
  276. package/lib/components/layout/menu/userinfo-bar.d.ts.map +1 -0
  277. package/lib/components/layout/menu/userinfo-bar.js +50 -0
  278. package/lib/components/layout/menu/userinfo-bar.js.map +1 -0
  279. package/lib/components/layout/sidebar/index.css +26 -0
  280. package/lib/components/layout/sidebar/index.d.ts +12 -0
  281. package/lib/components/layout/sidebar/index.d.ts.map +1 -0
  282. package/lib/components/layout/sidebar/index.js +19 -0
  283. package/lib/components/layout/sidebar/index.js.map +1 -0
  284. package/lib/components/module/dtmpl-page.d.ts +19 -0
  285. package/lib/components/module/dtmpl-page.d.ts.map +1 -0
  286. package/lib/components/module/dtmpl-page.js +46 -0
  287. package/lib/components/module/dtmpl-page.js.map +1 -0
  288. package/lib/components/module/ltmpl-page.d.ts +34 -0
  289. package/lib/components/module/ltmpl-page.d.ts.map +1 -0
  290. package/lib/components/module/ltmpl-page.js +154 -0
  291. package/lib/components/module/ltmpl-page.js.map +1 -0
  292. package/lib/components/routable/dtmpl-route.d.ts +17 -0
  293. package/lib/components/routable/dtmpl-route.d.ts.map +1 -0
  294. package/lib/components/routable/dtmpl-route.js +77 -0
  295. package/lib/components/routable/dtmpl-route.js.map +1 -0
  296. package/lib/components/routable/import-route.d.ts +13 -0
  297. package/lib/components/routable/import-route.d.ts.map +1 -0
  298. package/lib/components/routable/import-route.js +29 -0
  299. package/lib/components/routable/import-route.js.map +1 -0
  300. package/lib/components/routable/ltmpl-route.d.ts +25 -0
  301. package/lib/components/routable/ltmpl-route.d.ts.map +1 -0
  302. package/lib/components/routable/ltmpl-route.js +145 -0
  303. package/lib/components/routable/ltmpl-route.js.map +1 -0
  304. package/lib/components/table/act-table.d.ts +76 -0
  305. package/lib/components/table/act-table.d.ts.map +1 -0
  306. package/lib/components/table/act-table.js +454 -0
  307. package/lib/components/table/act-table.js.map +1 -0
  308. package/lib/components/table/column/column-selector.d.ts +26 -0
  309. package/lib/components/table/column/column-selector.d.ts.map +1 -0
  310. package/lib/components/table/column/column-selector.js +59 -0
  311. package/lib/components/table/column/column-selector.js.map +1 -0
  312. package/lib/components/table/column/index.css +14 -0
  313. package/lib/components/table/index.css +45 -0
  314. package/lib/components/table/l2-act-table.d.ts +23 -0
  315. package/lib/components/table/l2-act-table.d.ts.map +1 -0
  316. package/lib/components/table/l2-act-table.js +80 -0
  317. package/lib/components/table/l2-act-table.js.map +1 -0
  318. package/lib/components/table/modal-select-table.d.ts +41 -0
  319. package/lib/components/table/modal-select-table.d.ts.map +1 -0
  320. package/lib/components/table/modal-select-table.js +208 -0
  321. package/lib/components/table/modal-select-table.js.map +1 -0
  322. package/lib/components/table/pagination.css +15 -0
  323. package/lib/components/table/pagination.d.ts +17 -0
  324. package/lib/components/table/pagination.d.ts.map +1 -0
  325. package/lib/components/table/pagination.js +40 -0
  326. package/lib/components/table/pagination.js.map +1 -0
  327. package/lib/components/table/query-table.d.ts +65 -0
  328. package/lib/components/table/query-table.d.ts.map +1 -0
  329. package/lib/components/table/query-table.js +257 -0
  330. package/lib/components/table/query-table.js.map +1 -0
  331. package/lib/components/table/relation-table.d.ts +61 -0
  332. package/lib/components/table/relation-table.d.ts.map +1 -0
  333. package/lib/components/table/relation-table.js +444 -0
  334. package/lib/components/table/relation-table.js.map +1 -0
  335. package/lib/components/table/select-table.d.ts +40 -0
  336. package/lib/components/table/select-table.d.ts.map +1 -0
  337. package/lib/components/table/select-table.js +223 -0
  338. package/lib/components/table/select-table.js.map +1 -0
  339. package/lib/components/table/selected-rows-card.d.ts +16 -0
  340. package/lib/components/table/selected-rows-card.d.ts.map +1 -0
  341. package/lib/components/table/selected-rows-card.js +47 -0
  342. package/lib/components/table/selected-rows-card.js.map +1 -0
  343. package/lib/components/table/stat/restat.d.ts +26 -0
  344. package/lib/components/table/stat/restat.d.ts.map +1 -0
  345. package/lib/components/table/stat/restat.js +61 -0
  346. package/lib/components/table/stat/restat.js.map +1 -0
  347. package/lib/components/table/table-util.d.ts +5 -0
  348. package/lib/components/table/table-util.d.ts.map +1 -0
  349. package/lib/components/table/table-util.js +30 -0
  350. package/lib/components/table/table-util.js.map +1 -0
  351. package/lib/components/tmpl/control-type-supportor.d.ts +9 -0
  352. package/lib/components/tmpl/control-type-supportor.d.ts.map +1 -0
  353. package/lib/components/tmpl/control-type-supportor.js +85 -0
  354. package/lib/components/tmpl/control-type-supportor.js.map +1 -0
  355. package/lib/components/tmpl/hc-data-source.d.ts +19 -0
  356. package/lib/components/tmpl/hc-data-source.d.ts.map +1 -0
  357. package/lib/components/tmpl/hc-data-source.js +230 -0
  358. package/lib/components/tmpl/hc-data-source.js.map +1 -0
  359. package/lib/components/tmpl/hcservice-v3.d.ts +53 -0
  360. package/lib/components/tmpl/hcservice-v3.d.ts.map +1 -0
  361. package/lib/components/tmpl/hcservice-v3.js +639 -0
  362. package/lib/components/tmpl/hcservice-v3.js.map +1 -0
  363. package/lib/components/tmpl/interface.d.ts +234 -0
  364. package/lib/components/tmpl/interface.d.ts.map +1 -0
  365. package/lib/components/tmpl/interface.js +4 -0
  366. package/lib/components/tmpl/interface.js.map +1 -0
  367. package/lib/components/tmpl/tmpl-config-analysis.d.ts +7 -0
  368. package/lib/components/tmpl/tmpl-config-analysis.d.ts.map +1 -0
  369. package/lib/components/tmpl/tmpl-config-analysis.js +106 -0
  370. package/lib/components/tmpl/tmpl-config-analysis.js.map +1 -0
  371. package/lib/components/units/index.d.ts +58 -0
  372. package/lib/components/units/index.d.ts.map +1 -0
  373. package/lib/components/units/index.js +525 -0
  374. package/lib/components/units/index.js.map +1 -0
  375. package/lib/components/welcome/index.css +13 -0
  376. package/lib/components/welcome/quick-entrance.d.ts +20 -0
  377. package/lib/components/welcome/quick-entrance.d.ts.map +1 -0
  378. package/lib/components/welcome/quick-entrance.js +79 -0
  379. package/lib/components/welcome/quick-entrance.js.map +1 -0
  380. package/lib/components/welcome/workbench.d.ts +20 -0
  381. package/lib/components/welcome/workbench.d.ts.map +1 -0
  382. package/lib/components/welcome/workbench.js +78 -0
  383. package/lib/components/welcome/workbench.js.map +1 -0
  384. package/lib/index.d.ts +4 -0
  385. package/lib/index.d.ts.map +1 -0
  386. package/lib/index.js +4 -0
  387. package/lib/index.js.map +1 -0
  388. package/lib/style/common.css +79 -0
  389. package/lib/style/coverstyle.css +49 -0
  390. package/lib/style/transstyle.css +24 -0
  391. package/package.json +10 -7
@@ -0,0 +1,234 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import React from 'react';
11
+ import { Card, Button, Upload, message, Progress, List, Checkbox, Row, Col, Popover, InputNumber } from 'antd';
12
+ import { ReloadOutlined, UploadOutlined, SettingOutlined } from '@ant-design/icons';
13
+ import Super from "../tmpl/superagent";
14
+ import Units from "../units";
15
+ import './index.css';
16
+ import HCDataSource from "../tmpl/hc-data-source";
17
+ const CheckboxGroup = Checkbox.Group;
18
+ const logLevelList = ['INFO', 'SUC', 'ERROR', 'WARN'];
19
+ let totalMSG = [];
20
+ ;
21
+ ;
22
+ export default class ExcelImport extends React.PureComponent {
23
+ constructor() {
24
+ super(...arguments);
25
+ this.state = {
26
+ maxMsgCount: 100,
27
+ inputMaxMsgCount: 100,
28
+ importStatus: 'waitingFile',
29
+ importFile: undefined,
30
+ logs: [],
31
+ percent: 0,
32
+ statusMsg: undefined,
33
+ logSetterVisible: false,
34
+ showLogLevelList: [...logLevelList],
35
+ logSerialId: undefined,
36
+ ltmplConfig: undefined,
37
+ };
38
+ this.timerId = undefined;
39
+ this.handleUpload = () => {
40
+ const { sourceId } = this.props;
41
+ const { importFile } = this.state;
42
+ const formData = new FormData();
43
+ formData.append('file', importFile);
44
+ formData.append('sourceId', sourceId.toString());
45
+ Super.super({
46
+ url: `/v3/ltmpl/importer`,
47
+ method: 'POST',
48
+ data: formData,
49
+ }, "formdata").then((res) => {
50
+ //console.log(res)
51
+ if (res.status === "success") {
52
+ this.setState({
53
+ importStatus: 'importing',
54
+ });
55
+ this.timerId = setInterval(() => this.handleStatus(res.importId), 500);
56
+ }
57
+ else {
58
+ message.error('失败!');
59
+ this.setState({
60
+ importStatus: 'fail',
61
+ });
62
+ }
63
+ });
64
+ };
65
+ this.handleStopImport = () => {
66
+ this.setState({
67
+ importStatus: 'stop',
68
+ });
69
+ };
70
+ this.handleStatus = (importId) => {
71
+ const { maxMsgCount, importStatus } = this.state;
72
+ Super.super({
73
+ url: `/v3/importer/status`,
74
+ method: 'GET',
75
+ query: {
76
+ importId: importId,
77
+ msgIndex: 0,
78
+ maxMsgCount,
79
+ interrupted: importStatus == 'stop',
80
+ }
81
+ }, "", "none").then((res) => {
82
+ const MSG = [];
83
+ for (let item of res.messageSequence.messages) {
84
+ let color = "";
85
+ let logLevel = "";
86
+ let createTime = Units.formateDate(item.createTime);
87
+ if (item.type === "SUC") {
88
+ color = "green";
89
+ logLevel = '成功';
90
+ }
91
+ else if (item.type === "INFO") {
92
+ color = "black";
93
+ logLevel = '常规';
94
+ }
95
+ else if (item.type === "ERROR") {
96
+ color = "red";
97
+ logLevel = '错误';
98
+ }
99
+ else if (item.type === "WARN") {
100
+ color = "rgb(250, 225, 4)";
101
+ logLevel = '警告';
102
+ }
103
+ const msg = React.createElement("div", null,
104
+ React.createElement("p", null, createTime),
105
+ React.createElement("p", { style: { color: color } }, `【${logLevel}】` + item.text));
106
+ MSG.push({ level: item.type, msg });
107
+ }
108
+ this.setState({
109
+ statusMsg: res.message,
110
+ percent: Math.floor((res.current / res.totalCount) * 100),
111
+ logs: MSG,
112
+ });
113
+ if (res.completed === true) {
114
+ clearInterval(this.timerId);
115
+ message.success('导入完成!');
116
+ this.setState({
117
+ importStatus: 'success'
118
+ });
119
+ }
120
+ if (importStatus == 'stop') {
121
+ clearInterval(this.timerId);
122
+ }
123
+ });
124
+ };
125
+ this.onChangeShowLogLevelList = (showLogLevelList) => {
126
+ this.setState({
127
+ showLogLevelList,
128
+ });
129
+ };
130
+ this.fresh = () => {
131
+ // this.setState({
132
+ // fileList:[],
133
+ // uploading: false,
134
+ // statusMsg:"",
135
+ // begin:true,
136
+ // importAgain:"none",
137
+ // importbtn:"block",
138
+ // percent:0,
139
+ // messages:[]
140
+ // })
141
+ // message.success("刷新成功!")
142
+ };
143
+ this.handleLogSetter = () => {
144
+ const { inputMaxMsgCount } = this.state;
145
+ this.setState({
146
+ maxMsgCount: inputMaxMsgCount,
147
+ logSetterVisible: false,
148
+ });
149
+ message.success("设置成功!");
150
+ };
151
+ this.changeLogSetterVisible = visible => {
152
+ this.setState({ logSetterVisible: visible });
153
+ };
154
+ }
155
+ componentDidMount() {
156
+ return __awaiter(this, void 0, void 0, function* () {
157
+ const { sourceId } = this.props;
158
+ let ltmplConfigRes = yield HCDataSource.requestLtmplConfig(sourceId);
159
+ this.setState({
160
+ ltmplConfig: ltmplConfigRes.ltmplConfig,
161
+ });
162
+ });
163
+ }
164
+ componentWillUnmount() {
165
+ if (this.timerId) {
166
+ clearInterval(this.timerId);
167
+ }
168
+ }
169
+ render() {
170
+ const { ltmplConfig, importFile, maxMsgCount, percent, importStatus, showLogLevelList, logSetterVisible, logs } = this.state;
171
+ let showLogs = [];
172
+ for (let log of logs) {
173
+ if (showLogLevelList.includes(log.level)) {
174
+ showLogs.push(log.msg);
175
+ }
176
+ }
177
+ const props = {
178
+ accept: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel,application/vnd.ms-excel",
179
+ onChange: () => {
180
+ },
181
+ onRemove: (file) => {
182
+ this.setState({
183
+ importFile: undefined,
184
+ importStatus: 'waitingFile',
185
+ percent: 0,
186
+ });
187
+ },
188
+ beforeUpload: (file) => {
189
+ this.setState({
190
+ percent: 0,
191
+ importFile: file,
192
+ importStatus: 'fileSelected',
193
+ });
194
+ return false;
195
+ },
196
+ fileList: importFile ? [importFile] : undefined,
197
+ };
198
+ const content = (React.createElement("div", null,
199
+ React.createElement("label", null, "\u65E5\u5FD7\u6D88\u606F\u6570\u4E0A\u9650\uFF1A"),
200
+ React.createElement(InputNumber, { defaultValue: maxMsgCount, onChange: (value) => this.setState({ inputMaxMsgCount: value }) }),
201
+ React.createElement(Button, { type: "primary", style: { marginLeft: '10px' }, onClick: this.handleLogSetter }, "\u786E\u5B9A")));
202
+ return (React.createElement("div", { className: "importData" },
203
+ React.createElement("h3", null,
204
+ '导入 -> ',
205
+ ltmplConfig ? ltmplConfig.title : "",
206
+ React.createElement("p", { className: "fr" },
207
+ React.createElement(Button, { className: "hoverbig", title: "\u5237\u65B0", onClick: this.fresh },
208
+ React.createElement(ReloadOutlined, null)))),
209
+ React.createElement(Row, null,
210
+ React.createElement(Col, { span: 14, offset: 5 },
211
+ React.createElement(Card, { style: { minWidth: 600 } },
212
+ React.createElement(Upload, Object.assign({}, props),
213
+ React.createElement(Button, null,
214
+ React.createElement(UploadOutlined, null),
215
+ "\u9009\u62E9\u5BFC\u5165\u6587\u4EF6")),
216
+ React.createElement(Progress, { percent: percent, size: "small", status: "active" }),
217
+ React.createElement("div", { className: "importBtns" },
218
+ React.createElement(Button, { type: "primary", onClick: this.handleUpload, disabled: !(['fileSelected', 'stop'].includes(importStatus)), loading: importStatus == 'importing' }, importStatus == 'importing' ? '正在导入' : importStatus == 'stop' ? '重新导入' : '开始导入'),
219
+ React.createElement(Button, { onClick: this.handleStopImport, disabled: importStatus != 'importing' }, '停止导入')),
220
+ React.createElement(List, { header: React.createElement("div", { className: "listHeader" },
221
+ React.createElement("h4", null, "\u5BFC\u5165\u65E5\u5FD7"),
222
+ React.createElement("div", { className: "checks" },
223
+ React.createElement(CheckboxGroup, { value: showLogLevelList, onChange: this.onChangeShowLogLevelList },
224
+ React.createElement(Checkbox, { value: "INFO", className: "infoColor" }, "\u5E38\u89C4"),
225
+ React.createElement(Checkbox, { value: "SUC", className: "sucColor" }, "\u6210\u529F"),
226
+ React.createElement(Checkbox, { value: "ERROR", className: "errorColor" }, "\u9519\u8BEF"),
227
+ React.createElement(Checkbox, { value: "WARN", className: "warnColor" }, "\u8B66\u544A")),
228
+ React.createElement("div", { className: "btns" },
229
+ React.createElement(Popover, { content: content, title: "\u65E5\u5FD7\u8BBE\u7F6E", trigger: "click", placement: "top", visible: logSetterVisible, overlayStyle: { width: 350 }, onVisibleChange: this.changeLogSetterVisible },
230
+ React.createElement(Button, { title: "\u65E5\u5FD7\u8BBE\u7F6E", type: "primary", size: "small" },
231
+ React.createElement(SettingOutlined, null)))))), footer: React.createElement("div", null, importStatus), bordered: true, dataSource: showLogs, renderItem: item => (React.createElement(List.Item, null, item)), className: "importList" }))))));
232
+ }
233
+ }
234
+ //# sourceMappingURL=excel-import.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"excel-import.js","sourceRoot":"","sources":["../../../src/components/import/excel-import.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,54 @@
1
+ .importBtns button{
2
+ margin:15px 0 10px 0
3
+ }
4
+ .importList .ant-spin-container{
5
+ height:300px;
6
+ overflow: auto
7
+ }
8
+ .ant-list-item-content p{
9
+ margin-bottom: 0;
10
+ }
11
+ .listHeader h4{
12
+ display: inline;
13
+ }
14
+ .listHeader .checks{
15
+ float:right;
16
+ position: relative;
17
+ padding-right: 62px
18
+ }
19
+ .listHeader .btns{
20
+ position: absolute;
21
+ right:-22px;
22
+ top:0;
23
+ }
24
+ .infoColor{
25
+ color:black;
26
+ }
27
+ .infoColor .ant-checkbox-checked .ant-checkbox-inner{
28
+ background-color:black;
29
+ border-color: black;
30
+ }
31
+ .sucColor{
32
+ color:green;
33
+ }
34
+ .sucColor .ant-checkbox-checked .ant-checkbox-inner{
35
+ background-color:green;
36
+ border-color: green;
37
+ }
38
+ .errorColor{
39
+ color:red;
40
+ }
41
+ .errorColor .ant-checkbox-checked .ant-checkbox-inner{
42
+ background-color:red;
43
+ border-color: red;
44
+ }
45
+ .warnColor{
46
+ color:rgb(250, 225, 4);
47
+ }
48
+ .warnColor .ant-checkbox-checked .ant-checkbox-inner{
49
+ background-color:rgb(250, 225, 4);
50
+ border-color: rgb(250, 225, 4);
51
+ }
52
+ .importData h3{
53
+ font-size: 18px
54
+ }
@@ -0,0 +1,51 @@
1
+ .modelList {
2
+ margin-bottom:15px;
3
+ cursor: pointer;
4
+ width:200px;
5
+ }
6
+ .modelList:hover{
7
+ color:#1890ff
8
+ }
9
+ .modelList p{
10
+ margin-bottom: 4px;
11
+ line-height: 1.3;
12
+ }
13
+ .modelList p.tit{
14
+ font-weight: bold;
15
+ font-size: 15px
16
+ }
17
+ .modelList span{
18
+ display: inline-block;
19
+ width:40px;
20
+ height:40px;
21
+ border-radius: 50%;
22
+ line-height:45px;
23
+ text-align: center;
24
+ float: left;
25
+ margin-right:10px;
26
+ align-self: center;
27
+ background:#1890ff;
28
+ }
29
+ .modelList span.light{
30
+ background:red;
31
+ color:#fff;
32
+ }
33
+ .selectModal{
34
+ height:400px
35
+ }
36
+ .selectModal .table{
37
+ width:50%;
38
+ float: left;
39
+ overflow-y:auto;
40
+ max-height:300px;
41
+ }
42
+ .ant-collapse{
43
+ width:45%;
44
+ float: right;
45
+ }
46
+ .selectModal .ant-tag{
47
+ margin-bottom: 4px
48
+ }
49
+ .borderTag{
50
+ border:1px solid #ccc!important;
51
+ }
@@ -0,0 +1,32 @@
1
+ import React from 'react';
2
+ import { BlockMenu } from "../tmpl/interface";
3
+ interface MainPageProps {
4
+ children: any;
5
+ match?: any;
6
+ }
7
+ interface MainPageState {
8
+ collapsed: boolean;
9
+ currentL2MenuId: string;
10
+ blocks: BlockMenu[];
11
+ currentBlockId?: string;
12
+ isImporter: boolean;
13
+ }
14
+ declare class MainPage extends React.PureComponent<MainPageProps, MainPageState> {
15
+ scrollbarRef: React.RefObject<unknown>;
16
+ state: {
17
+ collapsed: boolean;
18
+ blocks: any[];
19
+ currentL2MenuId: any;
20
+ currentBlockId: any;
21
+ isImporter: boolean;
22
+ };
23
+ componentDidMount(): Promise<void>;
24
+ componentDidUpdate(prevProps: any, prevState: any): Promise<void>;
25
+ findBlockTitle: (blockId: string) => string;
26
+ findBlockIdOfL2Menu: (leMenuId: string) => string;
27
+ findCurrentBlock: () => BlockMenu;
28
+ toggle: () => void;
29
+ render(): JSX.Element;
30
+ }
31
+ export default MainPage;
32
+ //# sourceMappingURL=MainPage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MainPage.d.ts","sourceRoot":"","sources":["../../../src/components/layout/MainPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAC,SAAS,EAAC,MAAM,mBAAmB,CAAC;AAU5C,UAAU,aAAa;IACnB,QAAQ,EAAE,GAAG,CAAC;IACd,KAAK,CAAC,EAAE,GAAG,CAAC;CACf;AAED,UAAU,aAAa;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,EAAC,OAAO,CAAC;CACtB;AAED,cAAM,QAAS,SAAQ,KAAK,CAAC,aAAa,CAAC,aAAa,EAAE,aAAa,CAAC;IACpE,YAAY,2BAAqB;IACjC,KAAK;;;;;;MAMJ;IAEK,iBAAiB;IA8BjB,kBAAkB,CAAC,SAAS,KAAA,EAAE,SAAS,KAAA;IAyC7C,cAAc,YAAa,MAAM,YAehC;IAED,mBAAmB,aAAc,MAAM,YAgBtC;IAED,gBAAgB,kBA4Bf;IAED,MAAM,aAIJ;IAEF,MAAM;CAiDT;AAED,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,202 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ import React from 'react';
11
+ import { Layout } from 'antd';
12
+ import Footer from './footer';
13
+ import Header from './header';
14
+ import SideBar from './sidebar';
15
+ import HCDataSource from "../tmpl/hc-data-source";
16
+ import DocumentTitle from "react-document-title";
17
+ import Units from '../units';
18
+ import Scrollbars from 'react-custom-scrollbars';
19
+ const { Content, Sider } = Layout;
20
+ class MainPage extends React.PureComponent {
21
+ constructor() {
22
+ super(...arguments);
23
+ this.scrollbarRef = React.createRef();
24
+ this.state = {
25
+ collapsed: false,
26
+ blocks: [],
27
+ currentL2MenuId: undefined,
28
+ currentBlockId: undefined,
29
+ isImporter: false,
30
+ };
31
+ this.findBlockTitle = (blockId) => {
32
+ let blockTitle;
33
+ const { blocks } = this.state;
34
+ if (blockId) {
35
+ for (const block of blocks) {
36
+ if (block.id == blockId) {
37
+ blockTitle = block.title;
38
+ break;
39
+ }
40
+ }
41
+ }
42
+ let title = blockTitle ? blockTitle + '-' : "";
43
+ let programName = Units.programName() ? Units.programName() : 'HYDROCARBON';
44
+ title = title + programName;
45
+ return title;
46
+ };
47
+ this.findBlockIdOfL2Menu = (leMenuId) => {
48
+ let blockId = undefined;
49
+ const { blocks } = this.state;
50
+ if (leMenuId) {
51
+ for (const block of blocks) {
52
+ for (const menul1 of block.l1Menus) {
53
+ for (const menul2 of menul1.l2Menus) {
54
+ if (menul2.id == leMenuId) {
55
+ blockId = block.id;
56
+ break;
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
62
+ return blockId;
63
+ };
64
+ this.findCurrentBlock = () => {
65
+ const { blocks, currentL2MenuId, currentBlockId } = this.state;
66
+ let result = undefined;
67
+ if (currentL2MenuId) {
68
+ for (const block of blocks) {
69
+ for (const menul1 of block.l1Menus) {
70
+ for (const menul2 of menul1.l2Menus) {
71
+ if (menul2.id == currentL2MenuId) {
72
+ result = block;
73
+ break;
74
+ }
75
+ }
76
+ }
77
+ }
78
+ }
79
+ if (currentBlockId && !result) {
80
+ for (const block of blocks) {
81
+ if (block.id === currentBlockId) {
82
+ result = block;
83
+ break;
84
+ }
85
+ }
86
+ }
87
+ if (!result) {
88
+ result = blocks.at(0);
89
+ }
90
+ return result;
91
+ };
92
+ this.toggle = () => {
93
+ this.setState({
94
+ collapsed: !this.state.collapsed,
95
+ });
96
+ };
97
+ }
98
+ componentDidMount() {
99
+ return __awaiter(this, void 0, void 0, function* () {
100
+ var currentURL = new URL(window.location.href);
101
+ console.log('main page currentURL:', currentURL);
102
+ const search = window.location.href.split("?")[1];
103
+ var searchParams = new URLSearchParams('?' + search);
104
+ let blockId = searchParams.get('blockId');
105
+ let l2MenuId = searchParams.get('menuId');
106
+ //进一步找找l2MenuId
107
+ if (!l2MenuId) {
108
+ let sourcePart = currentURL.hash.match(/[\w]+\-[\d]+/);
109
+ if (sourcePart) {
110
+ let source = sourcePart[0].split('-');
111
+ if (source[0] === 'menu') {
112
+ l2MenuId = source[1];
113
+ }
114
+ }
115
+ }
116
+ let blockRes = yield HCDataSource.requestBlocks(l2MenuId ? l2MenuId : undefined, blockId ? blockId : undefined);
117
+ this.setState({
118
+ isImporter: currentURL.hash.indexOf('/importer') > 0,
119
+ blocks: blockRes.blocks,
120
+ currentL2MenuId: blockRes.l2MenuId,
121
+ currentBlockId: blockRes.blockId,
122
+ });
123
+ });
124
+ }
125
+ componentDidUpdate(prevProps, prevState) {
126
+ return __awaiter(this, void 0, void 0, function* () {
127
+ var currentURL = new URL(window.location.href);
128
+ const search = window.location.href.split("?")[1];
129
+ var searchParams = new URLSearchParams('?' + search);
130
+ let blockId = searchParams.get('blockId');
131
+ let l2MenuId = searchParams.get('menuId');
132
+ let isImporter_ = currentURL.hash.indexOf('/importer') > 0;
133
+ if (prevState.isImporter != isImporter_) {
134
+ this.setState({
135
+ isImporter: isImporter_,
136
+ });
137
+ }
138
+ //进一步找找l2MenuId
139
+ if (!l2MenuId) {
140
+ let sourcePart = currentURL.hash.match(/[\w]+\-[\d]+/);
141
+ if (sourcePart) {
142
+ let source = sourcePart[0].split('-');
143
+ if (source[0] === 'menu') {
144
+ l2MenuId = source[1];
145
+ }
146
+ }
147
+ }
148
+ const { currentL2MenuId, currentBlockId } = this.state;
149
+ if (l2MenuId && currentL2MenuId != l2MenuId) {
150
+ this.setState({
151
+ currentL2MenuId: l2MenuId,
152
+ });
153
+ }
154
+ if (!blockId) {
155
+ blockId = this.findBlockIdOfL2Menu(l2MenuId);
156
+ }
157
+ if (blockId && currentBlockId != blockId) {
158
+ this.setState({
159
+ currentBlockId: blockId,
160
+ });
161
+ }
162
+ });
163
+ }
164
+ render() {
165
+ var _a, _b;
166
+ const { match } = this.props;
167
+ const { collapsed, currentL2MenuId, currentBlockId, isImporter } = this.state;
168
+ //滚动条回到顶部
169
+ // document.body.scrollTop = document.documentElement.scrollTop = 0;
170
+ // @ts-ignore
171
+ // eslint-disable-next-line no-unused-expressions
172
+ (_b = (_a = this.scrollbarRef) === null || _a === void 0 ? void 0 : _a.current) === null || _b === void 0 ? void 0 : _b.scrollToTop();
173
+ return (React.createElement(Scrollbars, { ref: this.scrollbarRef, style: { height: 'calc(100vh)' }, autoHide: true, autoHideTimeout: 1000 },
174
+ React.createElement(DocumentTitle, { title: (isImporter ? '导入-' : "") + this.findBlockTitle(currentBlockId) },
175
+ React.createElement(Layout, null,
176
+ React.createElement(Sider, { style: {
177
+ overflow: 'auto',
178
+ height: '100vh',
179
+ position: 'fixed',
180
+ left: 0,
181
+ top: 0,
182
+ bottom: 0,
183
+ }, collapsed: collapsed },
184
+ React.createElement(SideBar, { blockMenu: this.findCurrentBlock(), currentL2MenuId: currentL2MenuId, collapsed: collapsed })),
185
+ React.createElement(Layout, { style: collapsed ? { background: '#fff', marginLeft: 80 } : {
186
+ background: '#fff',
187
+ marginLeft: 200
188
+ } },
189
+ React.createElement(Header, Object.assign({ toggle: this.toggle }, this.state)),
190
+ React.createElement(Content, { style: {
191
+ margin: '24px 16px 0',
192
+ overflow: 'initial',
193
+ minHeight: 'calc(100vh)',
194
+ minWidth: 760,
195
+ maxWidth: 1960,
196
+ paddingBottom: '8px',
197
+ } }, this.props.children),
198
+ React.createElement(Footer, null))))));
199
+ }
200
+ }
201
+ export default MainPage;
202
+ //# sourceMappingURL=MainPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MainPage.js","sourceRoot":"","sources":["../../../src/components/layout/MainPage.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ .footer{
2
+ text-align: center;
3
+ height:40px;
4
+ line-height: 40px;
5
+ color:#333;
6
+ }