aldehyde 0.0.9 → 0.0.12

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 (451) hide show
  1. package/lib/components/chart/antd/Chart.d.ts +10 -0
  2. package/lib/components/chart/antd/Chart.d.ts.map +1 -0
  3. package/lib/components/chart/antd/Chart.js +31 -0
  4. package/lib/components/chart/antd/Chart.js.map +1 -0
  5. package/lib/components/chart/antd/Chart10000.d.ts +11 -0
  6. package/lib/components/chart/antd/Chart10000.d.ts.map +1 -0
  7. package/lib/components/chart/antd/Chart10000.js +72 -0
  8. package/lib/components/chart/antd/Chart10000.js.map +1 -0
  9. package/lib/components/chart/antd/Max2DimLineChart.d.ts +15 -0
  10. package/lib/components/chart/antd/Max2DimLineChart.d.ts.map +1 -0
  11. package/lib/components/chart/antd/Max2DimLineChart.js +126 -0
  12. package/lib/components/chart/antd/Max2DimLineChart.js.map +1 -0
  13. package/lib/components/chart/antd/PieChart1.d.ts +3 -0
  14. package/lib/components/chart/antd/PieChart1.d.ts.map +1 -0
  15. package/lib/components/chart/antd/PieChart1.js +53 -0
  16. package/lib/components/chart/antd/PieChart1.js.map +1 -0
  17. package/lib/components/chart/antd/PieChart2.d.ts +7 -0
  18. package/lib/components/chart/antd/PieChart2.d.ts.map +1 -0
  19. package/lib/components/chart/antd/PieChart2.js +56 -0
  20. package/lib/components/chart/antd/PieChart2.js.map +1 -0
  21. package/lib/components/chart/antd/chart-utils.d.ts +7 -0
  22. package/lib/components/chart/antd/chart-utils.d.ts.map +1 -0
  23. package/lib/components/chart/antd/chart-utils.js +46 -0
  24. package/lib/components/chart/antd/chart-utils.js.map +1 -0
  25. package/lib/components/chart/antd/column-chart-sub.d.ts +7 -0
  26. package/lib/components/chart/antd/column-chart-sub.d.ts.map +1 -0
  27. package/lib/components/chart/antd/column-chart-sub.js +50 -0
  28. package/lib/components/chart/antd/column-chart-sub.js.map +1 -0
  29. package/lib/components/chart/antd/line-chart-sub.d.ts +7 -0
  30. package/lib/components/chart/antd/line-chart-sub.d.ts.map +1 -0
  31. package/lib/components/chart/antd/line-chart-sub.js +49 -0
  32. package/lib/components/chart/antd/line-chart-sub.js.map +1 -0
  33. package/lib/components/chart/antd/pie-chart-sub.d.ts +7 -0
  34. package/lib/components/chart/antd/pie-chart-sub.d.ts.map +1 -0
  35. package/lib/components/chart/antd/pie-chart-sub.js +37 -0
  36. package/lib/components/chart/antd/pie-chart-sub.js.map +1 -0
  37. package/lib/components/chart/antd/statview-d2-chart.d.ts +17 -0
  38. package/lib/components/chart/antd/statview-d2-chart.d.ts.map +1 -0
  39. package/lib/components/chart/antd/statview-d2-chart.js +108 -0
  40. package/lib/components/chart/antd/statview-d2-chart.js.map +1 -0
  41. package/lib/components/chart/statview-l2-chart.d.ts +23 -0
  42. package/lib/components/chart/statview-l2-chart.d.ts.map +1 -0
  43. package/lib/components/chart/statview-l2-chart.js +64 -0
  44. package/lib/components/chart/statview-l2-chart.js.map +1 -0
  45. package/lib/components/controls/action/index.css +9 -0
  46. package/lib/components/controls/action/index.d.ts +47 -0
  47. package/lib/components/controls/action/index.d.ts.map +1 -0
  48. package/lib/components/controls/action/index.js +165 -0
  49. package/lib/components/controls/action/index.js.map +1 -0
  50. package/lib/components/controls/action/utils.d.ts +9 -0
  51. package/lib/components/controls/action/utils.d.ts.map +1 -0
  52. package/lib/components/controls/action/utils.js +110 -0
  53. package/lib/components/controls/action/utils.js.map +1 -0
  54. package/lib/components/controls/auto-complete/index.d.ts +7 -0
  55. package/lib/components/controls/auto-complete/index.d.ts.map +1 -0
  56. package/lib/components/controls/auto-complete/index.js +53 -0
  57. package/lib/components/controls/auto-complete/index.js.map +1 -0
  58. package/lib/components/controls/cascader/index.d.ts +14 -0
  59. package/lib/components/controls/cascader/index.d.ts.map +1 -0
  60. package/lib/components/controls/cascader/index.js +88 -0
  61. package/lib/components/controls/cascader/index.js.map +1 -0
  62. package/lib/components/controls/chemstruc/graph.d.ts +31 -0
  63. package/lib/components/controls/chemstruc/graph.d.ts.map +1 -0
  64. package/lib/components/controls/chemstruc/graph.js +121 -0
  65. package/lib/components/controls/chemstruc/graph.js.map +1 -0
  66. package/lib/components/controls/chemstruc/index.css +28 -0
  67. package/lib/components/controls/collapse-card/index.css +9 -0
  68. package/lib/components/controls/collapse-card/index.d.ts +20 -0
  69. package/lib/components/controls/collapse-card/index.d.ts.map +1 -0
  70. package/lib/components/controls/collapse-card/index.js +63 -0
  71. package/lib/components/controls/collapse-card/index.js.map +1 -0
  72. package/lib/components/controls/color-picker/index.css +27 -0
  73. package/lib/components/controls/color-picker/index.d.ts +19 -0
  74. package/lib/components/controls/color-picker/index.d.ts.map +1 -0
  75. package/lib/components/controls/color-picker/index.js +61 -0
  76. package/lib/components/controls/color-picker/index.js.map +1 -0
  77. package/lib/components/controls/cquery/cquick-button.d.ts +20 -0
  78. package/lib/components/controls/cquery/cquick-button.d.ts.map +1 -0
  79. package/lib/components/controls/cquery/cquick-button.js +67 -0
  80. package/lib/components/controls/cquery/cquick-button.js.map +1 -0
  81. package/lib/components/controls/date-picker/index.d.ts +7 -0
  82. package/lib/components/controls/date-picker/index.d.ts.map +1 -0
  83. package/lib/components/controls/date-picker/index.js +91 -0
  84. package/lib/components/controls/date-picker/index.js.map +1 -0
  85. package/lib/components/controls/entity-select/entity-select.d.ts +53 -0
  86. package/lib/components/controls/entity-select/entity-select.d.ts.map +1 -0
  87. package/lib/components/controls/entity-select/entity-select.js +227 -0
  88. package/lib/components/controls/entity-select/entity-select.js.map +1 -0
  89. package/lib/components/controls/entity-select/index.css +6 -0
  90. package/lib/components/controls/entity-select/popover-entity-select.d.ts +20 -0
  91. package/lib/components/controls/entity-select/popover-entity-select.d.ts.map +1 -0
  92. package/lib/components/controls/entity-select/popover-entity-select.js +80 -0
  93. package/lib/components/controls/entity-select/popover-entity-select.js.map +1 -0
  94. package/lib/components/controls/entry-control.d.ts +11 -0
  95. package/lib/components/controls/entry-control.d.ts.map +1 -0
  96. package/lib/components/controls/entry-control.js +171 -0
  97. package/lib/components/controls/entry-control.js.map +1 -0
  98. package/lib/components/controls/enum-badge/index.d.ts +7 -0
  99. package/lib/components/controls/enum-badge/index.d.ts.map +1 -0
  100. package/lib/components/controls/enum-badge/index.js +14 -0
  101. package/lib/components/controls/enum-badge/index.js.map +1 -0
  102. package/lib/components/controls/enum-tag/index.d.ts +7 -0
  103. package/lib/components/controls/enum-tag/index.d.ts.map +1 -0
  104. package/lib/components/controls/enum-tag/index.js +18 -0
  105. package/lib/components/controls/enum-tag/index.js.map +1 -0
  106. package/lib/components/controls/file-view/drawer-file-view.d.ts +18 -0
  107. package/lib/components/controls/file-view/drawer-file-view.d.ts.map +1 -0
  108. package/lib/components/controls/file-view/drawer-file-view.js +51 -0
  109. package/lib/components/controls/file-view/drawer-file-view.js.map +1 -0
  110. package/lib/components/controls/file-view/index.d.ts +23 -0
  111. package/lib/components/controls/file-view/index.d.ts.map +1 -0
  112. package/lib/components/controls/file-view/index.js +130 -0
  113. package/lib/components/controls/file-view/index.js.map +1 -0
  114. package/lib/components/controls/html-editor/draft.d.ts +22 -0
  115. package/lib/components/controls/html-editor/draft.d.ts.map +1 -0
  116. package/lib/components/controls/html-editor/draft.js +122 -0
  117. package/lib/components/controls/html-editor/draft.js.map +1 -0
  118. package/lib/components/controls/html-editor/tinymce.d.ts +13 -0
  119. package/lib/components/controls/html-editor/tinymce.d.ts.map +1 -0
  120. package/lib/components/controls/html-editor/tinymce.js +46 -0
  121. package/lib/components/controls/html-editor/tinymce.js.map +1 -0
  122. package/lib/components/controls/input-number/index.d.ts +7 -0
  123. package/lib/components/controls/input-number/index.d.ts.map +1 -0
  124. package/lib/components/controls/input-number/index.js +67 -0
  125. package/lib/components/controls/input-number/index.js.map +1 -0
  126. package/lib/components/controls/input-range/index.d.ts +7 -0
  127. package/lib/components/controls/input-range/index.d.ts.map +1 -0
  128. package/lib/components/controls/input-range/index.js +28 -0
  129. package/lib/components/controls/input-range/index.js.map +1 -0
  130. package/lib/components/controls/password-setter/index.css +3 -0
  131. package/lib/components/controls/password-setter/index.d.ts +9 -0
  132. package/lib/components/controls/password-setter/index.d.ts.map +1 -0
  133. package/lib/components/controls/password-setter/index.js +51 -0
  134. package/lib/components/controls/password-setter/index.js.map +1 -0
  135. package/lib/components/controls/progress/index.d.ts +7 -0
  136. package/lib/components/controls/progress/index.d.ts.map +1 -0
  137. package/lib/components/controls/progress/index.js +45 -0
  138. package/lib/components/controls/progress/index.js.map +1 -0
  139. package/lib/components/controls/relation-existion/index.css +4 -0
  140. package/lib/components/controls/relation-existion/index.d.ts +20 -0
  141. package/lib/components/controls/relation-existion/index.d.ts.map +1 -0
  142. package/lib/components/controls/relation-existion/index.js +75 -0
  143. package/lib/components/controls/relation-existion/index.js.map +1 -0
  144. package/lib/components/controls/rfield/index.css +4 -0
  145. package/lib/components/controls/rfield/index.d.ts +29 -0
  146. package/lib/components/controls/rfield/index.d.ts.map +1 -0
  147. package/lib/components/controls/rfield/index.js +130 -0
  148. package/lib/components/controls/rfield/index.js.map +1 -0
  149. package/lib/components/controls/signature/index.d.ts +31 -0
  150. package/lib/components/controls/signature/index.d.ts.map +1 -0
  151. package/lib/components/controls/signature/index.js +129 -0
  152. package/lib/components/controls/signature/index.js.map +1 -0
  153. package/lib/components/controls/steps/index.d.ts +7 -0
  154. package/lib/components/controls/steps/index.d.ts.map +1 -0
  155. package/lib/components/controls/steps/index.js +42 -0
  156. package/lib/components/controls/steps/index.js.map +1 -0
  157. package/lib/components/controls/text/ellipsis-text.d.ts +22 -0
  158. package/lib/components/controls/text/ellipsis-text.d.ts.map +1 -0
  159. package/lib/components/controls/text/ellipsis-text.js +46 -0
  160. package/lib/components/controls/text/ellipsis-text.js.map +1 -0
  161. package/lib/components/controls/upload/index.d.ts +15 -0
  162. package/lib/components/controls/upload/index.d.ts.map +1 -0
  163. package/lib/components/controls/upload/index.js +100 -0
  164. package/lib/components/controls/upload/index.js.map +1 -0
  165. package/lib/components/controls/view-control.d.ts +10 -0
  166. package/lib/components/controls/view-control.d.ts.map +1 -0
  167. package/lib/components/controls/view-control.js +150 -0
  168. package/lib/components/controls/view-control.js.map +1 -0
  169. package/lib/components/detail/button/cquery-button-bar.d.ts +16 -0
  170. package/lib/components/detail/button/cquery-button-bar.d.ts.map +1 -0
  171. package/lib/components/detail/button/cquery-button-bar.js +75 -0
  172. package/lib/components/detail/button/cquery-button-bar.js.map +1 -0
  173. package/lib/components/detail/button/index.css +43 -0
  174. package/lib/components/detail/button/submit-button-bar.d.ts +19 -0
  175. package/lib/components/detail/button/submit-button-bar.d.ts.map +1 -0
  176. package/lib/components/detail/button/submit-button-bar.js +99 -0
  177. package/lib/components/detail/button/submit-button-bar.js.map +1 -0
  178. package/lib/components/detail/dtmpl.css +53 -0
  179. package/lib/components/detail/edit/dtmpl-edit.d.ts +48 -0
  180. package/lib/components/detail/edit/dtmpl-edit.d.ts.map +1 -0
  181. package/lib/components/detail/edit/dtmpl-edit.js +190 -0
  182. package/lib/components/detail/edit/dtmpl-edit.js.map +1 -0
  183. package/lib/components/detail/edit/fields-edit-card.d.ts +39 -0
  184. package/lib/components/detail/edit/fields-edit-card.d.ts.map +1 -0
  185. package/lib/components/detail/edit/fields-edit-card.js +64 -0
  186. package/lib/components/detail/edit/fields-edit-card.js.map +1 -0
  187. package/lib/components/detail/edit/modal-dtmpl-edit.d.ts +51 -0
  188. package/lib/components/detail/edit/modal-dtmpl-edit.d.ts.map +1 -0
  189. package/lib/components/detail/edit/modal-dtmpl-edit.js +168 -0
  190. package/lib/components/detail/edit/modal-dtmpl-edit.js.map +1 -0
  191. package/lib/components/detail/edit/modal-row-edit.d.ts +31 -0
  192. package/lib/components/detail/edit/modal-row-edit.d.ts.map +1 -0
  193. package/lib/components/detail/edit/modal-row-edit.js +56 -0
  194. package/lib/components/detail/edit/modal-row-edit.js.map +1 -0
  195. package/lib/components/detail/edit/post-result/index.d.ts +17 -0
  196. package/lib/components/detail/edit/post-result/index.d.ts.map +1 -0
  197. package/lib/components/detail/edit/post-result/index.js +28 -0
  198. package/lib/components/detail/edit/post-result/index.js.map +1 -0
  199. package/lib/components/detail/edit/row-edit-card.d.ts +42 -0
  200. package/lib/components/detail/edit/row-edit-card.d.ts.map +1 -0
  201. package/lib/components/detail/edit/row-edit-card.js +84 -0
  202. package/lib/components/detail/edit/row-edit-card.js.map +1 -0
  203. package/lib/components/detail/edit/row-editor.d.ts +31 -0
  204. package/lib/components/detail/edit/row-editor.d.ts.map +1 -0
  205. package/lib/components/detail/edit/row-editor.js +55 -0
  206. package/lib/components/detail/edit/row-editor.js.map +1 -0
  207. package/lib/components/detail/rightbar/index.css +35 -0
  208. package/lib/components/detail/rightbar/index.d.ts +20 -0
  209. package/lib/components/detail/rightbar/index.d.ts.map +1 -0
  210. package/lib/components/detail/rightbar/index.js +51 -0
  211. package/lib/components/detail/rightbar/index.js.map +1 -0
  212. package/lib/components/detail/view/act-dtmpl-view.d.ts +46 -0
  213. package/lib/components/detail/view/act-dtmpl-view.d.ts.map +1 -0
  214. package/lib/components/detail/view/act-dtmpl-view.js +110 -0
  215. package/lib/components/detail/view/act-dtmpl-view.js.map +1 -0
  216. package/lib/components/detail/view/dtmpl-view.d.ts +42 -0
  217. package/lib/components/detail/view/dtmpl-view.d.ts.map +1 -0
  218. package/lib/components/detail/view/dtmpl-view.js +111 -0
  219. package/lib/components/detail/view/dtmpl-view.js.map +1 -0
  220. package/lib/components/detail/view/field-view-group.d.ts +17 -0
  221. package/lib/components/detail/view/field-view-group.d.ts.map +1 -0
  222. package/lib/components/detail/view/field-view-group.js +51 -0
  223. package/lib/components/detail/view/field-view-group.js.map +1 -0
  224. package/lib/components/detail/view/modal-dtmpl-view.d.ts +27 -0
  225. package/lib/components/detail/view/modal-dtmpl-view.d.ts.map +1 -0
  226. package/lib/components/detail/view/modal-dtmpl-view.js +32 -0
  227. package/lib/components/detail/view/modal-dtmpl-view.js.map +1 -0
  228. package/lib/components/detail/view/snapshot-timeline.d.ts +32 -0
  229. package/lib/components/detail/view/snapshot-timeline.d.ts.map +1 -0
  230. package/lib/components/detail/view/snapshot-timeline.js +90 -0
  231. package/lib/components/detail/view/snapshot-timeline.js.map +1 -0
  232. package/lib/components/exportor/export-frame.css +3 -0
  233. package/lib/components/exportor/export-frame.d.ts +50 -0
  234. package/lib/components/exportor/export-frame.d.ts.map +1 -0
  235. package/lib/components/exportor/export-frame.js +140 -0
  236. package/lib/components/exportor/export-frame.js.map +1 -0
  237. package/lib/components/exportor/index.d.ts +16 -0
  238. package/lib/components/exportor/index.d.ts.map +1 -0
  239. package/lib/components/exportor/index.js +44 -0
  240. package/lib/components/exportor/index.js.map +1 -0
  241. package/lib/components/form/criteria-form.d.ts +19 -0
  242. package/lib/components/form/criteria-form.d.ts.map +1 -0
  243. package/lib/components/form/criteria-form.js +167 -0
  244. package/lib/components/form/criteria-form.js.map +1 -0
  245. package/lib/components/form/dtmpl-form.css +4 -0
  246. package/lib/components/form/dtmpl-form.d.ts +37 -0
  247. package/lib/components/form/dtmpl-form.d.ts.map +1 -0
  248. package/lib/components/form/dtmpl-form.js +213 -0
  249. package/lib/components/form/dtmpl-form.js.map +1 -0
  250. package/lib/components/form/field-group-form.d.ts +21 -0
  251. package/lib/components/form/field-group-form.d.ts.map +1 -0
  252. package/lib/components/form/field-group-form.js +58 -0
  253. package/lib/components/form/field-group-form.js.map +1 -0
  254. package/lib/components/form/fields-form.d.ts +20 -0
  255. package/lib/components/form/fields-form.d.ts.map +1 -0
  256. package/lib/components/form/fields-form.js +39 -0
  257. package/lib/components/form/fields-form.js.map +1 -0
  258. package/lib/components/form/form-Item-group.d.ts +22 -0
  259. package/lib/components/form/form-Item-group.d.ts.map +1 -0
  260. package/lib/components/form/form-Item-group.js +60 -0
  261. package/lib/components/form/form-Item-group.js.map +1 -0
  262. package/lib/components/form/index.css +13 -0
  263. package/lib/components/import/excel-import.d.ts +48 -0
  264. package/lib/components/import/excel-import.d.ts.map +1 -0
  265. package/lib/components/import/excel-import.js +234 -0
  266. package/lib/components/import/excel-import.js.map +1 -0
  267. package/lib/components/import/index.css +54 -0
  268. package/lib/components/import/template-builder.d.ts +29 -0
  269. package/lib/components/import/template-builder.d.ts.map +1 -0
  270. package/lib/components/import/template-builder.js +426 -0
  271. package/lib/components/import/template-builder.js.map +1 -0
  272. package/lib/components/import/template.css +51 -0
  273. package/lib/components/layout/MainPage.d.ts +32 -0
  274. package/lib/components/layout/MainPage.d.ts.map +1 -0
  275. package/lib/components/layout/MainPage.js +202 -0
  276. package/lib/components/layout/MainPage.js.map +1 -0
  277. package/lib/components/layout/footer/index.css +6 -0
  278. package/lib/components/layout/footer/index.d.ts +7 -0
  279. package/lib/components/layout/footer/index.d.ts.map +1 -0
  280. package/lib/components/layout/footer/index.js +11 -0
  281. package/lib/components/layout/footer/index.js.map +1 -0
  282. package/lib/components/layout/header/index.css +86 -0
  283. package/lib/components/layout/header/index.d.ts +16 -0
  284. package/lib/components/layout/header/index.d.ts.map +1 -0
  285. package/lib/components/layout/header/index.js +37 -0
  286. package/lib/components/layout/header/index.js.map +1 -0
  287. package/lib/components/layout/menu/block.d.ts +9 -0
  288. package/lib/components/layout/menu/block.d.ts.map +1 -0
  289. package/lib/components/layout/menu/block.js +48 -0
  290. package/lib/components/layout/menu/block.js.map +1 -0
  291. package/lib/components/layout/menu/l2menu-message-bar.d.ts +24 -0
  292. package/lib/components/layout/menu/l2menu-message-bar.d.ts.map +1 -0
  293. package/lib/components/layout/menu/l2menu-message-bar.js +97 -0
  294. package/lib/components/layout/menu/l2menu-message-bar.js.map +1 -0
  295. package/lib/components/layout/menu/l2menu-quick-bar.d.ts +30 -0
  296. package/lib/components/layout/menu/l2menu-quick-bar.d.ts.map +1 -0
  297. package/lib/components/layout/menu/l2menu-quick-bar.js +94 -0
  298. package/lib/components/layout/menu/l2menu-quick-bar.js.map +1 -0
  299. package/lib/components/layout/menu/menu-2layers.d.ts +9 -0
  300. package/lib/components/layout/menu/menu-2layers.d.ts.map +1 -0
  301. package/lib/components/layout/menu/menu-2layers.js +63 -0
  302. package/lib/components/layout/menu/menu-2layers.js.map +1 -0
  303. package/lib/components/layout/menu/menu-render.d.ts +8 -0
  304. package/lib/components/layout/menu/menu-render.d.ts.map +1 -0
  305. package/lib/components/layout/menu/menu-render.js +44 -0
  306. package/lib/components/layout/menu/menu-render.js.map +1 -0
  307. package/lib/components/layout/menu/reset-password.d.ts +25 -0
  308. package/lib/components/layout/menu/reset-password.d.ts.map +1 -0
  309. package/lib/components/layout/menu/reset-password.js +113 -0
  310. package/lib/components/layout/menu/reset-password.js.map +1 -0
  311. package/lib/components/layout/menu/user-bar.d.ts +19 -0
  312. package/lib/components/layout/menu/user-bar.d.ts.map +1 -0
  313. package/lib/components/layout/menu/user-bar.js +61 -0
  314. package/lib/components/layout/menu/user-bar.js.map +1 -0
  315. package/lib/components/layout/menu/userinfo-bar.d.ts +18 -0
  316. package/lib/components/layout/menu/userinfo-bar.d.ts.map +1 -0
  317. package/lib/components/layout/menu/userinfo-bar.js +50 -0
  318. package/lib/components/layout/menu/userinfo-bar.js.map +1 -0
  319. package/lib/components/layout/sidebar/index.css +26 -0
  320. package/lib/components/layout/sidebar/index.d.ts +12 -0
  321. package/lib/components/layout/sidebar/index.d.ts.map +1 -0
  322. package/lib/components/layout/sidebar/index.js +19 -0
  323. package/lib/components/layout/sidebar/index.js.map +1 -0
  324. package/lib/components/login.d.ts +21 -0
  325. package/lib/components/login.d.ts.map +1 -0
  326. package/lib/components/login.js +97 -0
  327. package/lib/components/login.js.map +1 -0
  328. package/lib/components/module/dtmpl-page.d.ts +19 -0
  329. package/lib/components/module/dtmpl-page.d.ts.map +1 -0
  330. package/lib/components/module/dtmpl-page.js +46 -0
  331. package/lib/components/module/dtmpl-page.js.map +1 -0
  332. package/lib/components/module/ltmpl-page.d.ts +34 -0
  333. package/lib/components/module/ltmpl-page.d.ts.map +1 -0
  334. package/lib/components/module/ltmpl-page.js +154 -0
  335. package/lib/components/module/ltmpl-page.js.map +1 -0
  336. package/lib/components/routable/dtmpl-route.d.ts +17 -0
  337. package/lib/components/routable/dtmpl-route.d.ts.map +1 -0
  338. package/lib/components/routable/dtmpl-route.js +77 -0
  339. package/lib/components/routable/dtmpl-route.js.map +1 -0
  340. package/lib/components/routable/import-route.d.ts +13 -0
  341. package/lib/components/routable/import-route.d.ts.map +1 -0
  342. package/lib/components/routable/import-route.js +29 -0
  343. package/lib/components/routable/import-route.js.map +1 -0
  344. package/lib/components/routable/ltmpl-route.d.ts +25 -0
  345. package/lib/components/routable/ltmpl-route.d.ts.map +1 -0
  346. package/lib/components/routable/ltmpl-route.js +145 -0
  347. package/lib/components/routable/ltmpl-route.js.map +1 -0
  348. package/lib/components/table/act-table.d.ts +76 -0
  349. package/lib/components/table/act-table.d.ts.map +1 -0
  350. package/lib/components/table/act-table.js +454 -0
  351. package/lib/components/table/act-table.js.map +1 -0
  352. package/lib/components/table/column/column-selector.d.ts +26 -0
  353. package/lib/components/table/column/column-selector.d.ts.map +1 -0
  354. package/lib/components/table/column/column-selector.js +59 -0
  355. package/lib/components/table/column/column-selector.js.map +1 -0
  356. package/lib/components/table/column/index.css +14 -0
  357. package/lib/components/table/index.css +45 -0
  358. package/lib/components/table/l2-act-table.d.ts +23 -0
  359. package/lib/components/table/l2-act-table.d.ts.map +1 -0
  360. package/lib/components/table/l2-act-table.js +80 -0
  361. package/lib/components/table/l2-act-table.js.map +1 -0
  362. package/lib/components/table/modal-select-table.d.ts +41 -0
  363. package/lib/components/table/modal-select-table.d.ts.map +1 -0
  364. package/lib/components/table/modal-select-table.js +208 -0
  365. package/lib/components/table/modal-select-table.js.map +1 -0
  366. package/lib/components/table/pagination.css +15 -0
  367. package/lib/components/table/pagination.d.ts +17 -0
  368. package/lib/components/table/pagination.d.ts.map +1 -0
  369. package/lib/components/table/pagination.js +40 -0
  370. package/lib/components/table/pagination.js.map +1 -0
  371. package/lib/components/table/query-table.d.ts +65 -0
  372. package/lib/components/table/query-table.d.ts.map +1 -0
  373. package/lib/components/table/query-table.js +257 -0
  374. package/lib/components/table/query-table.js.map +1 -0
  375. package/lib/components/table/relation-table.d.ts +61 -0
  376. package/lib/components/table/relation-table.d.ts.map +1 -0
  377. package/lib/components/table/relation-table.js +444 -0
  378. package/lib/components/table/relation-table.js.map +1 -0
  379. package/lib/components/table/select-table.d.ts +40 -0
  380. package/lib/components/table/select-table.d.ts.map +1 -0
  381. package/lib/components/table/select-table.js +223 -0
  382. package/lib/components/table/select-table.js.map +1 -0
  383. package/lib/components/table/selected-rows-card.d.ts +16 -0
  384. package/lib/components/table/selected-rows-card.d.ts.map +1 -0
  385. package/lib/components/table/selected-rows-card.js +47 -0
  386. package/lib/components/table/selected-rows-card.js.map +1 -0
  387. package/lib/components/table/stat/restat.d.ts +26 -0
  388. package/lib/components/table/stat/restat.d.ts.map +1 -0
  389. package/lib/components/table/stat/restat.js +61 -0
  390. package/lib/components/table/stat/restat.js.map +1 -0
  391. package/lib/components/table/table-util.d.ts +5 -0
  392. package/lib/components/table/table-util.d.ts.map +1 -0
  393. package/lib/components/table/table-util.js +30 -0
  394. package/lib/components/table/table-util.js.map +1 -0
  395. package/lib/components/tmpl/control-type-supportor.d.ts +9 -0
  396. package/lib/components/tmpl/control-type-supportor.d.ts.map +1 -0
  397. package/lib/components/tmpl/control-type-supportor.js +85 -0
  398. package/lib/components/tmpl/control-type-supportor.js.map +1 -0
  399. package/lib/components/tmpl/hc-data-source.d.ts +19 -0
  400. package/lib/components/tmpl/hc-data-source.d.ts.map +1 -0
  401. package/lib/components/tmpl/hc-data-source.js +230 -0
  402. package/lib/components/tmpl/hc-data-source.js.map +1 -0
  403. package/lib/components/tmpl/hcservice-v3.d.ts +53 -0
  404. package/lib/components/tmpl/hcservice-v3.d.ts.map +1 -0
  405. package/lib/components/tmpl/hcservice-v3.js +639 -0
  406. package/lib/components/tmpl/hcservice-v3.js.map +1 -0
  407. package/lib/components/tmpl/interface.d.ts +234 -0
  408. package/lib/components/tmpl/interface.d.ts.map +1 -0
  409. package/lib/components/tmpl/interface.js +4 -0
  410. package/lib/components/tmpl/interface.js.map +1 -0
  411. package/lib/components/tmpl/superagent.d.ts +9 -0
  412. package/lib/components/tmpl/superagent.d.ts.map +1 -0
  413. package/lib/components/tmpl/superagent.js +94 -0
  414. package/lib/components/tmpl/superagent.js.map +1 -0
  415. package/lib/components/tmpl/tmpl-config-analysis.d.ts +7 -0
  416. package/lib/components/tmpl/tmpl-config-analysis.d.ts.map +1 -0
  417. package/lib/components/tmpl/tmpl-config-analysis.js +106 -0
  418. package/lib/components/tmpl/tmpl-config-analysis.js.map +1 -0
  419. package/lib/components/units/EncryptUtils.d.ts +7 -0
  420. package/lib/components/units/EncryptUtils.d.ts.map +1 -0
  421. package/lib/components/units/EncryptUtils.js +30 -0
  422. package/lib/components/units/EncryptUtils.js.map +1 -0
  423. package/lib/components/units/index.d.ts +58 -0
  424. package/lib/components/units/index.d.ts.map +1 -0
  425. package/lib/components/units/index.js +525 -0
  426. package/lib/components/units/index.js.map +1 -0
  427. package/lib/components/units/storage.d.ts +3 -0
  428. package/lib/components/units/storage.d.ts.map +1 -0
  429. package/lib/components/units/storage.js +2 -0
  430. package/lib/components/units/storage.js.map +1 -0
  431. package/lib/components/welcome/HCWelcome.d.ts +18 -0
  432. package/lib/components/welcome/HCWelcome.d.ts.map +1 -0
  433. package/lib/components/welcome/HCWelcome.js +204 -0
  434. package/lib/components/welcome/HCWelcome.js.map +1 -0
  435. package/lib/components/welcome/index.css +13 -0
  436. package/lib/components/welcome/quick-entrance.d.ts +20 -0
  437. package/lib/components/welcome/quick-entrance.d.ts.map +1 -0
  438. package/lib/components/welcome/quick-entrance.js +79 -0
  439. package/lib/components/welcome/quick-entrance.js.map +1 -0
  440. package/lib/components/welcome/workbench.d.ts +20 -0
  441. package/lib/components/welcome/workbench.d.ts.map +1 -0
  442. package/lib/components/welcome/workbench.js +78 -0
  443. package/lib/components/welcome/workbench.js.map +1 -0
  444. package/lib/index.d.ts +4 -0
  445. package/lib/index.d.ts.map +1 -0
  446. package/lib/index.js +4 -0
  447. package/lib/index.js.map +1 -0
  448. package/lib/style/common.css +79 -0
  449. package/lib/style/coverstyle.css +49 -0
  450. package/lib/style/transstyle.css +24 -0
  451. package/package.json +11 -8
@@ -0,0 +1,204 @@
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, Col, Row, Image, Carousel } from 'antd';
12
+ import QuickEntrance from './quick-entrance';
13
+ import Workbench from './workbench';
14
+ import './index.css';
15
+ import TimeCost from '../../../public/time-cost.png';
16
+ import TimePrograss from '../../../public/time-prograss.png';
17
+ import PainPoint from '../../../public/pain-point.png';
18
+ import Target from '../../../public/target.png';
19
+ import Development from '../../../public/development.png';
20
+ export default class HCWelcome extends React.Component {
21
+ constructor() {
22
+ super(...arguments);
23
+ this.state = {};
24
+ this.intervals = [];
25
+ this.cardStyle = {
26
+ height: '400px',
27
+ // background: '#364d79',
28
+ };
29
+ this.carouselStyle = {
30
+ background: '#fff',
31
+ borderRadius: '6px'
32
+ };
33
+ }
34
+ componentDidMount() {
35
+ return __awaiter(this, void 0, void 0, function* () {
36
+ // let l2MenuCharts = await HcserviceV3.requestSimpleCharts();
37
+ // let piecharts = [];
38
+ // for (const item of l2MenuCharts) {
39
+ // let data = await HcserviceV3.requestSimpleChartsEntities( item.id);
40
+ // if (data) {
41
+ // piecharts.push(<Col span={12}> <AntdPieChart data={data} key={item.id}></AntdPieChart></Col>)
42
+ // }
43
+ // }
44
+ //
45
+ // var chartDom = document.getElementById('echart1');
46
+ // var myChart = Echarts.init(chartDom);
47
+ // var option;
48
+ //
49
+ // option = {
50
+ // title: {
51
+ // text: 'Line'
52
+ // },
53
+ // tooltip: {
54
+ // trigger: 'axis'
55
+ // },
56
+ // legend: {
57
+ // data: ['Email', 'Union Ads', 'Video Ads', 'Direct', 'Search Engine']
58
+ // },
59
+ // grid: {
60
+ // left: '3%',
61
+ // right: '4%',
62
+ // bottom: '3%',
63
+ // containLabel: true
64
+ // },
65
+ // toolbox: {
66
+ // feature: {
67
+ // saveAsImage: {}
68
+ // }
69
+ // },
70
+ // xAxis: {
71
+ // type: 'category',
72
+ // boundaryGap: false,
73
+ // data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
74
+ // },
75
+ // yAxis: {
76
+ // type: 'value'
77
+ // },
78
+ // series: [
79
+ // {
80
+ // name: 'Email',
81
+ // type: 'line',
82
+ // stack: 'Total',
83
+ // data: [120, 132, 101, 134, 90, 230, 210]
84
+ // },
85
+ // {
86
+ // name: 'Union Ads',
87
+ // type: 'line',
88
+ // stack: 'Total',
89
+ // data: [220, 182, 191, 234, 290, 330, 310]
90
+ // },
91
+ // {
92
+ // name: 'Video Ads',
93
+ // type: 'line',
94
+ // stack: 'Total',
95
+ // data: [150, 232, 201, 154, 190, 330, 410]
96
+ // },
97
+ // {
98
+ // name: 'Direct',
99
+ // type: 'line',
100
+ // stack: 'Total',
101
+ // data: [320, 332, 301, 334, 390, 330, 320]
102
+ // },
103
+ // {
104
+ // name: 'Search Engine',
105
+ // type: 'line',
106
+ // stack: 'Total',
107
+ // data: [820, 932, 901, 934, 1290, 1330, 1320]
108
+ // }
109
+ // ]
110
+ // };
111
+ //
112
+ // option && myChart.setOption(option);
113
+ //
114
+ // var chartDom = document.getElementById('echart2');
115
+ // var myChart = Echarts.init(chartDom);
116
+ // var option;
117
+ //
118
+ // option = {
119
+ // legend: {
120
+ // top: 'bottom'
121
+ // },
122
+ // toolbox: {
123
+ // show: true,
124
+ // feature: {
125
+ // mark: { show: true },
126
+ // dataView: { show: true, readOnly: false },
127
+ // restore: { show: true },
128
+ // saveAsImage: { show: true }
129
+ // }
130
+ // },
131
+ // series: [
132
+ // {
133
+ // name: 'Nightingale Chart',
134
+ // type: 'pie',
135
+ // radius: [16, 80],
136
+ // center: ['50%', '50%'],
137
+ // roseType: 'area',
138
+ // itemStyle: {
139
+ // borderRadius: 8
140
+ // },
141
+ // data: [
142
+ // { value: 40, name: 'rose 1' },
143
+ // { value: 38, name: 'rose 2' },
144
+ // { value: 32, name: 'rose 3' },
145
+ // { value: 30, name: 'rose 4' },
146
+ // { value: 28, name: 'rose 5' },
147
+ // { value: 26, name: 'rose 6' },
148
+ // { value: 22, name: 'rose 7' },
149
+ // { value: 18, name: 'rose 8' }
150
+ // ]
151
+ // }
152
+ // ]
153
+ // };
154
+ //
155
+ // option && myChart.setOption(option);
156
+ //
157
+ // this.setState({
158
+ // piecharts
159
+ // })
160
+ });
161
+ }
162
+ componentWillUnmount() {
163
+ if (this.intervals.length > 0) {
164
+ for (let i of this.intervals) {
165
+ clearInterval(i);
166
+ }
167
+ }
168
+ this.intervals = [];
169
+ }
170
+ render() {
171
+ return React.createElement(React.Fragment, null,
172
+ React.createElement(Row, { className: 'home-page', gutter: { xs: 8, sm: 16, md: 24, lg: 32 } },
173
+ React.createElement(Col, { span: 24 },
174
+ React.createElement(Card, { className: "hovercard" },
175
+ React.createElement(Row, { gutter: { xs: 8, sm: 16, md: 24, lg: 32 } },
176
+ React.createElement(Col, { span: 12 },
177
+ React.createElement(Image, { src: PainPoint })),
178
+ React.createElement(Col, { span: 12 },
179
+ " ",
180
+ React.createElement(Image, { src: Target }))))),
181
+ React.createElement(Col, { span: 24 },
182
+ React.createElement(Row, { style: { minHeight: '100px' }, gutter: { xs: 8, sm: 16, md: 24, lg: 32 } },
183
+ React.createElement(Col, { span: 12, style: { width: '100%' } },
184
+ React.createElement(Workbench, { className: "hovercard" }),
185
+ React.createElement(QuickEntrance, { className: "hovercard" })),
186
+ React.createElement(Col, { span: 12, style: { 'height': '410px' } },
187
+ React.createElement(Card, { className: "hovercard", style: this.cardStyle, bodyStyle: { padding: '2px' } },
188
+ React.createElement(Carousel, { autoplay: true },
189
+ React.createElement("div", null,
190
+ React.createElement(Image, { src: TimePrograss })),
191
+ React.createElement("div", null,
192
+ React.createElement(Image, { src: Development })),
193
+ React.createElement("div", null,
194
+ React.createElement(Image, { src: TimeCost }))))))),
195
+ React.createElement(Col, { span: 24 },
196
+ React.createElement(Row, { gutter: { xs: 8, sm: 16, md: 24, lg: 32 } },
197
+ React.createElement(Col, { style: { width: '100%' } },
198
+ React.createElement(Card, { className: "hovercard", title: '统计视图' },
199
+ React.createElement(Row, { gutter: [{ xs: 8, sm: 16, md: 24, lg: 32 }, { xs: 8, sm: 16, md: 24, lg: 32 }] },
200
+ React.createElement(Col, { span: 16, style: { 'height': '400px' }, id: 'echart1' }),
201
+ React.createElement(Col, { span: 8, style: { 'height': '400px' }, id: 'echart2' }))))))));
202
+ }
203
+ }
204
+ //# sourceMappingURL=HCWelcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HCWelcome.js","sourceRoot":"","sources":["../../../src/components/welcome/HCWelcome.js"],"names":[],"mappings":"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"}
@@ -0,0 +1,13 @@
1
+ .home{
2
+ height:calc(70vh);
3
+ display: flex;
4
+ align-items: center;
5
+ justify-content: center;
6
+ font-size: 20px;
7
+ background: #fff;
8
+ }
9
+
10
+ .home-page{
11
+ padding-top: 24px;
12
+ background: #f0f5ff;
13
+ }
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { CardProps } from 'antd';
3
+ import 'antd/dist/antd.css';
4
+ import { Level2Menu } from "../tmpl/interface";
5
+ interface QuickEntranceProps extends CardProps {
6
+ }
7
+ interface QuickEntranceState {
8
+ l2Menus: Level2Menu[];
9
+ }
10
+ declare class QuickEntrance extends React.PureComponent<QuickEntranceProps, QuickEntranceState> {
11
+ state: {
12
+ l2Menus: any;
13
+ };
14
+ intervals: any[];
15
+ componentDidMount(): Promise<void>;
16
+ componentWillUnmount(): void;
17
+ render(): JSX.Element;
18
+ }
19
+ export default QuickEntrance;
20
+ //# sourceMappingURL=quick-entrance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quick-entrance.d.ts","sourceRoot":"","sources":["../../../src/components/welcome/quick-entrance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAoC,SAAS,EAAC,MAAM,MAAM,CAAA;AAEjE,OAAO,oBAAoB,CAAC;AAG5B,OAAO,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAE7C,UAAU,kBAAmB,SAAQ,SAAS;CAC7C;AAED,UAAU,kBAAkB;IACxB,OAAO,EAAC,UAAU,EAAE,CAAA;CACvB;AAED,cAAM,aAAc,SAAQ,KAAK,CAAC,aAAa,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;IACnF,KAAK;;MAEJ;IACD,SAAS,EAAC,GAAG,EAAE,CAAI;IACb,iBAAiB;IAoBvB,oBAAoB,IAAI,IAAI;IAU5B,MAAM;CAwBT;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,79 @@
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
+ var __rest = (this && this.__rest) || function (s, e) {
11
+ var t = {};
12
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
13
+ t[p] = s[p];
14
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
15
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
16
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
17
+ t[p[i]] = s[p[i]];
18
+ }
19
+ return t;
20
+ };
21
+ import React from 'react';
22
+ import { Badge, Button, Card, Space } from 'antd';
23
+ import { CodeTwoTone } from '@ant-design/icons';
24
+ import 'antd/dist/antd.css';
25
+ import HcserviceV3 from "../tmpl/hcservice-v3";
26
+ import HCDataSource from '../tmpl/hc-data-source';
27
+ class QuickEntrance extends React.PureComponent {
28
+ constructor() {
29
+ super(...arguments);
30
+ this.state = {
31
+ l2Menus: undefined
32
+ };
33
+ this.intervals = [];
34
+ }
35
+ componentDidMount() {
36
+ return __awaiter(this, void 0, void 0, function* () {
37
+ let l2Menus = yield HCDataSource.quickEntranceMenus();
38
+ for (const item of l2Menus) {
39
+ if (item.displayTotal == true) {
40
+ let i = setInterval(() => __awaiter(this, void 0, void 0, function* () {
41
+ let count = yield HcserviceV3.requestLtmplCount(item.id);
42
+ item.count = count;
43
+ this.setState({});
44
+ }), 180000);
45
+ this.intervals.push(i);
46
+ let count = yield HcserviceV3.requestLtmplCount(item.id);
47
+ item.count = count;
48
+ this.setState({});
49
+ }
50
+ }
51
+ this.setState({
52
+ l2Menus
53
+ });
54
+ });
55
+ }
56
+ componentWillUnmount() {
57
+ if (this.intervals.length > 0) {
58
+ for (let i of this.intervals) {
59
+ console.log('快捷入口移除定时任务');
60
+ clearInterval(i);
61
+ }
62
+ }
63
+ this.intervals = [];
64
+ }
65
+ render() {
66
+ const _a = this.props, { title } = _a, other = __rest(_a, ["title"]);
67
+ const { l2Menus } = this.state;
68
+ let faceplateL2MenuComp = [];
69
+ l2Menus && l2Menus.forEach((l2Menu) => {
70
+ let comp = React.createElement(Badge, { key: l2Menu.id, count: l2Menu.count },
71
+ React.createElement(Button, { shape: "round", icon: React.createElement(CodeTwoTone, null), href: `#/${l2Menu.id}/act-table?menuId=${l2Menu.id}`, size: 'large' }, l2Menu.title));
72
+ faceplateL2MenuComp.push(comp);
73
+ });
74
+ return (React.createElement(Card, Object.assign({}, other),
75
+ React.createElement(Space, { size: [16, 16], wrap: true }, faceplateL2MenuComp)));
76
+ }
77
+ }
78
+ export default QuickEntrance;
79
+ //# sourceMappingURL=quick-entrance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quick-entrance.js","sourceRoot":"","sources":["../../../src/components/welcome/quick-entrance.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { CardProps } from 'antd';
3
+ import 'antd/dist/antd.css';
4
+ import { Level2Menu } from "../tmpl/interface";
5
+ interface WorkbenchProps extends CardProps {
6
+ }
7
+ interface WorkbenchState {
8
+ l2Menus: Level2Menu[];
9
+ }
10
+ declare class Workbench extends React.PureComponent<WorkbenchProps, WorkbenchState> {
11
+ state: {
12
+ l2Menus: any;
13
+ };
14
+ intervals: any[];
15
+ componentDidMount(): Promise<void>;
16
+ componentWillUnmount(): void;
17
+ render(): JSX.Element;
18
+ }
19
+ export default Workbench;
20
+ //# sourceMappingURL=workbench.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workbench.d.ts","sourceRoot":"","sources":["../../../src/components/welcome/workbench.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAgC,SAAS,EAAC,MAAM,MAAM,CAAA;AAE7D,OAAO,oBAAoB,CAAC;AAG5B,OAAO,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAE7C,UAAU,cAAe,SAAQ,SAAS;CACzC;AAED,UAAU,cAAc;IACpB,OAAO,EAAE,UAAU,EAAE,CAAA;CACxB;AAED,cAAM,SAAU,SAAQ,KAAK,CAAC,aAAa,CAAC,cAAc,EAAE,cAAc,CAAC;IACvE,KAAK;;MAEJ;IACD,SAAS,EAAE,GAAG,EAAE,CAAM;IAEhB,iBAAiB;IAkBvB,oBAAoB,IAAI,IAAI;IAU5B,MAAM;CAwBT;AAED,eAAe,SAAS,CAAA"}
@@ -0,0 +1,78 @@
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
+ var __rest = (this && this.__rest) || function (s, e) {
11
+ var t = {};
12
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
13
+ t[p] = s[p];
14
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
15
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
16
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
17
+ t[p[i]] = s[p[i]];
18
+ }
19
+ return t;
20
+ };
21
+ import React from 'react';
22
+ import { Button, Card, Space, Statistic } from 'antd';
23
+ import { RocketTwoTone } from '@ant-design/icons';
24
+ import 'antd/dist/antd.css';
25
+ import HcserviceV3 from "../tmpl/hcservice-v3";
26
+ import HCDataSource from '../tmpl/hc-data-source';
27
+ class Workbench extends React.PureComponent {
28
+ constructor() {
29
+ super(...arguments);
30
+ this.state = {
31
+ l2Menus: undefined
32
+ };
33
+ this.intervals = [];
34
+ }
35
+ componentDidMount() {
36
+ return __awaiter(this, void 0, void 0, function* () {
37
+ let l2Menus = yield HCDataSource.workbenchMenus();
38
+ for (const item of l2Menus) {
39
+ let i = setInterval(() => __awaiter(this, void 0, void 0, function* () {
40
+ let count = yield HcserviceV3.requestLtmplCount(item.id);
41
+ item.count = count;
42
+ this.setState({});
43
+ }), 180000);
44
+ this.intervals.push(i);
45
+ let count = yield HcserviceV3.requestLtmplCount(item.id);
46
+ item.count = count;
47
+ this.setState({});
48
+ }
49
+ this.setState({
50
+ l2Menus
51
+ });
52
+ });
53
+ }
54
+ componentWillUnmount() {
55
+ if (this.intervals.length > 0) {
56
+ for (let i of this.intervals) {
57
+ console.log('workbanch移除定时任务');
58
+ clearInterval(i);
59
+ }
60
+ }
61
+ this.intervals = [];
62
+ }
63
+ render() {
64
+ const _a = this.props, { title } = _a, other = __rest(_a, ["title"]);
65
+ const { l2Menus } = this.state;
66
+ let faceplateStatisticL2MenusComp = [];
67
+ l2Menus && l2Menus.forEach((l2Menu) => {
68
+ let comp = (React.createElement(Card, { key: l2Menu.id },
69
+ React.createElement(Statistic, { prefix: React.createElement(RocketTwoTone, null), title: l2Menu.title, value: l2Menu.count }),
70
+ React.createElement(Button, { style: { marginTop: 12 }, href: `#/${l2Menu.id}/act-table?menuId=${l2Menu.id}` }, "\u67E5\u770B")));
71
+ faceplateStatisticL2MenusComp.push(comp);
72
+ });
73
+ return (React.createElement(Card, Object.assign({}, other, { title: title ? title : '工作台' }),
74
+ React.createElement(Space, { size: [16, 16], wrap: true }, faceplateStatisticL2MenusComp)));
75
+ }
76
+ }
77
+ export default Workbench;
78
+ //# sourceMappingURL=workbench.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workbench.js","sourceRoot":"","sources":["../../../src/components/welcome/workbench.tsx"],"names":[],"mappings":"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"}
package/lib/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import ActTable from './components/table/act-table';
2
+ import SelectTable from './components/table/select-table';
3
+ export { ActTable, SelectTable };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAO,8BAA8B,CAAC;AACrD,OAAO,WAAW,MAAO,iCAAiC,CAAC;AAE3D,OAAO,EAAC,QAAQ,EAAC,WAAW,EAAC,CAAA"}
package/lib/index.js ADDED
@@ -0,0 +1,4 @@
1
+ import ActTable from './components/table/act-table';
2
+ import SelectTable from './components/table/select-table';
3
+ export { ActTable, SelectTable };
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAO,8BAA8B,CAAC;AACrD,OAAO,WAAW,MAAO,iCAAiC,CAAC;AAE3D,OAAO,EAAC,QAAQ,EAAC,WAAW,EAAC,CAAA"}
@@ -0,0 +1,79 @@
1
+
2
+ body {
3
+ margin: 0;
4
+ padding: 0;
5
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
6
+ "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
7
+ sans-serif;
8
+ -webkit-font-smoothing: antialiased;
9
+ -moz-osx-font-smoothing: grayscale;
10
+ }
11
+ .container{
12
+ display:flex;
13
+ min-width: 620px;
14
+ }
15
+ .nav-left{
16
+ min-width: 50px;
17
+ background: #001529;
18
+ height: calc(100vh);
19
+ overflow: auto;
20
+ }
21
+ .nav-left::-webkit-scrollbar {
22
+ display: none;
23
+ }
24
+ .main{
25
+ flex:1;
26
+ height: calc(100vh);
27
+ background: #eee;
28
+ overflow: auto;
29
+ /*min-width: 620px;*/
30
+ }
31
+
32
+ .content{
33
+ position: relative;
34
+ background: #fff;
35
+ flex:1;
36
+ min-height:calc(75vh);
37
+ }
38
+ .login{
39
+ position: relative;
40
+ height:calc(100vh);
41
+ background: #001529
42
+ }
43
+ .login form{
44
+ background: #fff;
45
+ position: absolute;
46
+ top:50%;
47
+ left:50%;
48
+ transform: translate(-50%,-50%);
49
+ padding:30px 20px;
50
+ border-radius: 5px
51
+ }
52
+ .buttonDiv{
53
+ background: #fff;
54
+ padding:15px 10px 10px;
55
+ }
56
+ .hoverbig:hover{
57
+ -ms-transform:scale(1.2,1.2); /* IE 9 */
58
+ -webkit-transform: scale(1.2,1.2); /* Safari */
59
+ transform: scale(1.2,1.2); /* 标准语法 */
60
+ transition: all .5s;
61
+ z-index: 99;
62
+ }
63
+ .fr{
64
+ position: relative;
65
+ top:-4px;
66
+ float: right;
67
+ }
68
+ .fr button{
69
+ margin-right: 5px;
70
+ }
71
+ .hoverable:hover{
72
+ box-shadow: 4px 4px 10px rgba(0,0,0,.09);
73
+ border-color: rgba(0,0,0,.09);
74
+ }
75
+ .hovercard{
76
+ box-shadow: 4px 4px 10px rgba(0,0,0,.09);
77
+ border-color: rgba(0,0,0,.09);
78
+ border-radius: 4px;
79
+ }
@@ -0,0 +1,49 @@
1
+ .ant-card-head-title{
2
+ padding:10px 0;
3
+ }
4
+ .login form .ant-form-item,.ant-card{
5
+ margin-bottom: 14px
6
+ }
7
+ .ant-tabs .ant-tabs-top-content, .ant-tabs .ant-tabs-bottom-content{
8
+ padding:0 20px 20px;
9
+ }
10
+ .ant-tabs-tab-btn-disabled, .ant-tabs-tab-btn-disabled:hover{
11
+ color:#fff;
12
+ }
13
+ .ant-upload-list{
14
+ width:220px
15
+ }
16
+ :root .ant-tabs-tab-prev-icon-target, :root .ant-tabs-tab-next-icon-target{
17
+ font-size: 20px;
18
+ }
19
+ .ant-message{
20
+ z-index: 1090;
21
+ }
22
+ .ant-tabs-bar{
23
+ z-index: 99;
24
+ }
25
+ .ant-card-extra{
26
+ padding:0;
27
+ }
28
+ .ant-card-head{
29
+ min-height: 40px;
30
+ }
31
+ .ant-table{
32
+ line-height: 1;
33
+ overflow-x: auto;
34
+ }
35
+ .ant-table-thead > tr > th, .ant-table-tbody > tr > td{
36
+ padding:8px 10px;
37
+ white-space :nowrap;
38
+ text-align: left;
39
+ }
40
+ .ant-table-pagination.ant-pagination{
41
+ margin:10px 0;
42
+ }
43
+ .ant-table-thead > tr > th.ant-table-selection-column, .ant-table-tbody > tr > td.ant-table-selection-column{
44
+ min-width: 0;
45
+ }
46
+ .ant-avatar{
47
+ width:50px;
48
+ height:50px;
49
+ }
@@ -0,0 +1,24 @@
1
+ .fade-enter, .fade-appear {
2
+ opacity: 0;
3
+ }
4
+
5
+ .fade-enter-active, .fade-appear-active {
6
+ opacity: 1;
7
+ transition: opacity 1s ease-in;
8
+ }
9
+
10
+ .fade-enter-done {
11
+ opacity: 1;
12
+ }
13
+
14
+ .fade-exit {
15
+ opacity: 1;
16
+ }
17
+ .fade-exit-active {
18
+ opacity: 0;
19
+ transition: opacity 1s ease-in;
20
+ }
21
+
22
+ .fade-exit-done{
23
+ opacity: 0;
24
+ }