@oceanbase/ui 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/static/iconfont.22caa259.woff +0 -0
- package/dist/static/iconfont.bf41d69a.woff2 +0 -0
- package/dist/static/iconfont.d8ca098f.ttf +0 -0
- package/dist/ui.min.css +1 -0
- package/dist/ui.min.js +1 -0
- package/es/Action/Group.d.ts +14 -0
- package/es/Action/Group.js +112 -0
- package/es/Action/Item.d.ts +31 -0
- package/es/Action/Item.js +136 -0
- package/es/Action/index.d.ts +8 -0
- package/es/Action/index.js +7 -0
- package/es/BackgroundTaskManager/RefreshMan.d.ts +11 -0
- package/es/BackgroundTaskManager/RefreshMan.js +66 -0
- package/es/BackgroundTaskManager/constants.js +10 -0
- package/es/BackgroundTaskManager/index.d.ts +49 -0
- package/es/BackgroundTaskManager/index.js +155 -0
- package/es/BasicLayout/Header.d.ts +45 -0
- package/es/BasicLayout/Header.js +228 -0
- package/es/BasicLayout/Header.less +134 -0
- package/es/BasicLayout/index.d.ts +45 -0
- package/es/BasicLayout/index.js +312 -0
- package/es/BasicLayout/index.less +400 -0
- package/es/BasicLayout/locale/en-US.js +11 -0
- package/es/BasicLayout/locale/zh-CN.js +11 -0
- package/es/BasicLayout/locale/zh-TW.js +11 -0
- package/es/BatchOperationBar/index.d.ts +33 -0
- package/es/BatchOperationBar/index.js +126 -0
- package/es/BatchOperationBar/index.less +46 -0
- package/es/BatchOperationBar/index.less.d.ts +15 -0
- package/es/BatchOperationBar/locale/en-US.js +6 -0
- package/es/BatchOperationBar/locale/zh-CN.js +6 -0
- package/es/BatchOperationBar/locale/zh-TW.js +6 -0
- package/es/Boundary/Components/Code.d.ts +14 -0
- package/es/Boundary/Components/Code.js +32 -0
- package/es/Boundary/Components/Exception.d.ts +17 -0
- package/es/Boundary/Components/Exception.js +129 -0
- package/es/Boundary/Components/Function.d.ts +9 -0
- package/es/Boundary/Components/Function.js +21 -0
- package/es/Boundary/Components/index.d.ts +3 -0
- package/es/Boundary/Components/index.js +3 -0
- package/es/Boundary/IBoundary.js +1 -0
- package/es/Boundary/constant.js +41 -0
- package/es/Boundary/index.d.ts +8 -0
- package/es/Boundary/index.js +7 -0
- package/es/Boundary/index.less +44 -0
- package/es/Boundary/locale/en-US.js +10 -0
- package/es/Boundary/locale/zh-CN.js +10 -0
- package/es/Boundary/locale/zh-TW.js +10 -0
- package/es/Boundary/utils.js +18 -0
- package/es/ContentWithQuestion/index.d.ts +13 -0
- package/es/ContentWithQuestion/index.js +46 -0
- package/es/ContentWithQuestion/index.less +18 -0
- package/es/Dialog/Anchor.js +104 -0
- package/es/Dialog/Dock.js +84 -0
- package/es/Dialog/EventProxy.js +50 -0
- package/es/Dialog/index.d.ts +35 -0
- package/es/Dialog/index.js +614 -0
- package/es/Dialog/index.less +114 -0
- package/es/Dialog/locale/en-US.js +4 -0
- package/es/Dialog/locale/zh-CN.js +4 -0
- package/es/Dialog/locale/zh-TW.js +4 -0
- package/es/DocDialog/index.d.ts +24 -0
- package/es/DocDialog/index.js +115 -0
- package/es/DocDialog/locale/en-US.js +1 -0
- package/es/DocDialog/locale/zh-CN.js +1 -0
- package/es/DocDialog/locale/zh-TW.js +1 -0
- package/es/FullscreenBox/index.d.ts +42 -0
- package/es/FullscreenBox/index.js +145 -0
- package/es/FullscreenBox/index.less +49 -0
- package/es/FullscreenBox/locale/en-US.js +1 -0
- package/es/FullscreenBox/locale/zh-CN.js +1 -0
- package/es/FullscreenBox/locale/zh-TW.js +1 -0
- package/es/GraphToolbar/index.d.ts +26 -0
- package/es/GraphToolbar/index.js +132 -0
- package/es/GraphToolbar/index.less +65 -0
- package/es/GraphToolbar/locale/en-US.js +8 -0
- package/es/GraphToolbar/locale/zh-CN.js +8 -0
- package/es/GraphToolbar/locale/zh-TW.js +8 -0
- package/es/Highlight/DiffView/DiffCells.js +43 -0
- package/es/Highlight/DiffView/index.d.ts +44 -0
- package/es/Highlight/DiffView/index.js +317 -0
- package/es/Highlight/HighlightCell.js +29 -0
- package/es/Highlight/JsonView.d.ts +8 -0
- package/es/Highlight/JsonView.js +44 -0
- package/es/Highlight/index.d.ts +97 -0
- package/es/Highlight/index.js +257 -0
- package/es/Highlight/index.less +381 -0
- package/es/Highlight/languages/bash.js +2 -0
- package/es/Highlight/languages/cpp.js +2 -0
- package/es/Highlight/languages/css.js +2 -0
- package/es/Highlight/languages/dockerfile.js +2 -0
- package/es/Highlight/languages/go.js +2 -0
- package/es/Highlight/languages/groovy.js +2 -0
- package/es/Highlight/languages/http.js +2 -0
- package/es/Highlight/languages/java.js +2 -0
- package/es/Highlight/languages/javascript.js +2 -0
- package/es/Highlight/languages/json.js +2 -0
- package/es/Highlight/languages/markdown.js +2 -0
- package/es/Highlight/languages/nginx.js +2 -0
- package/es/Highlight/languages/python.js +2 -0
- package/es/Highlight/languages/ruby.js +2 -0
- package/es/Highlight/languages/solidity.js +2 -0
- package/es/Highlight/languages/sql.js +2 -0
- package/es/Highlight/languages/typescript.js +2 -0
- package/es/Highlight/languages/xml.js +2 -0
- package/es/Highlight/languages/yaml.js +2 -0
- package/es/Highlight/locale/en-US.js +1 -0
- package/es/Highlight/locale/zh-CN.js +1 -0
- package/es/Highlight/locale/zh-TW.js +1 -0
- package/es/Highlight/useKeyDownCopyEvent.js +54 -0
- package/es/IconFont/font/iconfont.css +503 -0
- package/es/IconFont/font/iconfont.ttf +0 -0
- package/es/IconFont/font/iconfont.woff +0 -0
- package/es/IconFont/font/iconfont.woff2 +0 -0
- package/es/IconFont/index.d.ts +9 -0
- package/es/IconFont/index.js +26 -0
- package/es/LocaleDropdown/index.d.ts +9 -0
- package/es/LocaleDropdown/index.js +47 -0
- package/es/Login/ActivateForm.d.ts +19 -0
- package/es/Login/ActivateForm.js +98 -0
- package/es/Login/LoginForm.d.ts +20 -0
- package/es/Login/LoginForm.js +142 -0
- package/es/Login/RegisterForm.d.ts +23 -0
- package/es/Login/RegisterForm.js +155 -0
- package/es/Login/index.d.ts +66 -0
- package/es/Login/index.js +177 -0
- package/es/Login/index.less +325 -0
- package/es/Login/locale/en-US.js +26 -0
- package/es/Login/locale/zh-CN.js +27 -0
- package/es/Login/locale/zh-TW.js +26 -0
- package/es/Lottie/index.js +37 -0
- package/es/NavMenu/index.d.ts +19 -0
- package/es/NavMenu/index.js +99 -0
- package/es/NavMenu/index.less +50 -0
- package/es/PageContainer/ItemRender.js +21 -0
- package/es/PageContainer/index.d.ts +16 -0
- package/es/PageContainer/index.js +71 -0
- package/es/PageContainer/locale/en-US.js +3 -0
- package/es/PageContainer/locale/zh-CN.js +3 -0
- package/es/PageContainer/locale/zh-TW.js +3 -0
- package/es/PageContainer/style/index.d.ts +5 -0
- package/es/PageContainer/style/index.js +72 -0
- package/es/Password/Content.d.ts +14 -0
- package/es/Password/Content.js +92 -0
- package/es/Password/index.d.ts +25 -0
- package/es/Password/index.js +137 -0
- package/es/Password/locale/en-US.js +12 -0
- package/es/Password/locale/zh-CN.js +12 -0
- package/es/Password/locale/zh-TW.js +12 -0
- package/es/Ranger/QuickPicker.d.ts +4 -0
- package/es/Ranger/QuickPicker.js +123 -0
- package/es/Ranger/Ranger.d.ts +11 -0
- package/es/Ranger/Ranger.js +140 -0
- package/es/Ranger/constant/index.js +187 -0
- package/es/Ranger/index.d.ts +33 -0
- package/es/Ranger/index.js +32 -0
- package/es/Ranger/index.less +55 -0
- package/es/Ranger/locale/en-US.js +29 -0
- package/es/Ranger/locale/zh-CN.js +3 -0
- package/es/Ranger/locale/zh-TW.js +3 -0
- package/es/Ranger/typing.js +1 -0
- package/es/SideTip/Dragger.d.ts +45 -0
- package/es/SideTip/Dragger.js +293 -0
- package/es/SideTip/IconLoading.d.ts +3 -0
- package/es/SideTip/IconLoading.js +37 -0
- package/es/SideTip/index.d.ts +156 -0
- package/es/SideTip/index.js +177 -0
- package/es/SideTip/index.less +177 -0
- package/es/SideTip/locale/en-US.js +1 -0
- package/es/SideTip/locale/zh-CN.js +1 -0
- package/es/SideTip/locale/zh-TW.js +1 -0
- package/es/SideTip/utils.js +80 -0
- package/es/TaskGraph/Graph.d.ts +24 -0
- package/es/TaskGraph/Graph.js +260 -0
- package/es/TaskGraph/graph.less +23 -0
- package/es/TaskGraph/index.d.ts +16 -0
- package/es/TaskGraph/index.js +165 -0
- package/es/TaskGraph/index.less +117 -0
- package/es/TaskGraph/locale/en-US.js +12 -0
- package/es/TaskGraph/locale/zh-CN.js +12 -0
- package/es/TaskGraph/locale/zh-TW.js +12 -0
- package/es/TaskGraph/register.d.ts +7 -0
- package/es/TaskGraph/register.js +200 -0
- package/es/TreeSearch/index.d.ts +38 -0
- package/es/TreeSearch/index.js +168 -0
- package/es/TreeSearch/util.d.ts +21 -0
- package/es/TreeSearch/util.js +111 -0
- package/es/Welcome/index.d.ts +38 -0
- package/es/Welcome/index.js +140 -0
- package/es/Welcome/index.less +186 -0
- package/es/Welcome/locale/en-US.js +4 -0
- package/es/Welcome/locale/zh-CN.js +4 -0
- package/es/Welcome/locale/zh-TW.js +4 -0
- package/es/Welcome/step.d.ts +18 -0
- package/es/Welcome/step.js +42 -0
- package/es/_util/genComponentStyleHook.d.ts +14 -0
- package/es/_util/genComponentStyleHook.js +27 -0
- package/es/_util/index.js +54 -0
- package/es/_util/useHistory.js +9 -0
- package/es/assets/background_img.svg +30 -0
- package/es/assets/graph_fit_view_icon.svg +14 -0
- package/es/assets/graph_reset_icon.svg +14 -0
- package/es/assets/logo/oceanbase_logo.svg +29 -0
- package/es/assets/logo/oceanbase_watermark.svg +31 -0
- package/es/assets/monitor.svg +21 -0
- package/es/assets/user.svg +16 -0
- package/es/constant/index.js +18 -0
- package/es/index.d.ts +28 -0
- package/es/index.js +27 -0
- package/es/index.less +14 -0
- package/es/interface.js +1 -0
- package/es/locale/LocaleWrapper.d.ts +10 -0
- package/es/locale/LocaleWrapper.js +69 -0
- package/es/locale/en-US.js +38 -0
- package/es/locale/index.js +1 -0
- package/es/locale/zh-CN.js +39 -0
- package/es/locale/zh-TW.js +33 -0
- package/es/variable.less +54 -0
- package/lib/Action/Group.d.ts +14 -0
- package/lib/Action/Group.js +124 -0
- package/lib/Action/Item.d.ts +31 -0
- package/lib/Action/Item.js +126 -0
- package/lib/Action/index.d.ts +8 -0
- package/lib/Action/index.js +37 -0
- package/lib/BackgroundTaskManager/RefreshMan.d.ts +11 -0
- package/lib/BackgroundTaskManager/RefreshMan.js +86 -0
- package/lib/BackgroundTaskManager/constants.js +38 -0
- package/lib/BackgroundTaskManager/index.d.ts +49 -0
- package/lib/BackgroundTaskManager/index.js +161 -0
- package/lib/BasicLayout/Header.d.ts +45 -0
- package/lib/BasicLayout/Header.js +177 -0
- package/lib/BasicLayout/Header.less +134 -0
- package/lib/BasicLayout/index.d.ts +45 -0
- package/lib/BasicLayout/index.js +346 -0
- package/lib/BasicLayout/index.less +400 -0
- package/lib/BasicLayout/locale/en-US.js +35 -0
- package/lib/BasicLayout/locale/zh-CN.js +35 -0
- package/lib/BasicLayout/locale/zh-TW.js +35 -0
- package/lib/BatchOperationBar/index.d.ts +33 -0
- package/lib/BatchOperationBar/index.js +165 -0
- package/lib/BatchOperationBar/index.less +46 -0
- package/lib/BatchOperationBar/index.less.d.ts +15 -0
- package/lib/BatchOperationBar/locale/en-US.js +30 -0
- package/lib/BatchOperationBar/locale/zh-CN.js +30 -0
- package/lib/BatchOperationBar/locale/zh-TW.js +30 -0
- package/lib/Boundary/Components/Code.d.ts +14 -0
- package/lib/Boundary/Components/Code.js +55 -0
- package/lib/Boundary/Components/Exception.d.ts +17 -0
- package/lib/Boundary/Components/Exception.js +114 -0
- package/lib/Boundary/Components/Function.d.ts +9 -0
- package/lib/Boundary/Components/Function.js +47 -0
- package/lib/Boundary/Components/index.d.ts +3 -0
- package/lib/Boundary/Components/index.js +27 -0
- package/lib/Boundary/IBoundary.js +17 -0
- package/lib/Boundary/constant.js +71 -0
- package/lib/Boundary/index.d.ts +8 -0
- package/lib/Boundary/index.js +27 -0
- package/lib/Boundary/index.less +44 -0
- package/lib/Boundary/locale/en-US.js +34 -0
- package/lib/Boundary/locale/zh-CN.js +34 -0
- package/lib/Boundary/locale/zh-TW.js +34 -0
- package/lib/Boundary/utils.js +46 -0
- package/lib/ContentWithQuestion/index.d.ts +13 -0
- package/lib/ContentWithQuestion/index.js +76 -0
- package/lib/ContentWithQuestion/index.less +18 -0
- package/lib/Dialog/Anchor.js +107 -0
- package/lib/Dialog/Dock.js +112 -0
- package/lib/Dialog/EventProxy.js +59 -0
- package/lib/Dialog/index.d.ts +35 -0
- package/lib/Dialog/index.js +558 -0
- package/lib/Dialog/index.less +114 -0
- package/lib/Dialog/locale/en-US.js +28 -0
- package/lib/Dialog/locale/zh-CN.js +28 -0
- package/lib/Dialog/locale/zh-TW.js +28 -0
- package/lib/DocDialog/index.d.ts +24 -0
- package/lib/DocDialog/index.js +135 -0
- package/lib/DocDialog/locale/en-US.js +25 -0
- package/lib/DocDialog/locale/zh-CN.js +25 -0
- package/lib/DocDialog/locale/zh-TW.js +25 -0
- package/lib/FullscreenBox/index.d.ts +42 -0
- package/lib/FullscreenBox/index.js +126 -0
- package/lib/FullscreenBox/index.less +49 -0
- package/lib/FullscreenBox/locale/en-US.js +25 -0
- package/lib/FullscreenBox/locale/zh-CN.js +25 -0
- package/lib/FullscreenBox/locale/zh-TW.js +25 -0
- package/lib/GraphToolbar/index.d.ts +26 -0
- package/lib/GraphToolbar/index.js +154 -0
- package/lib/GraphToolbar/index.less +65 -0
- package/lib/GraphToolbar/locale/en-US.js +32 -0
- package/lib/GraphToolbar/locale/zh-CN.js +32 -0
- package/lib/GraphToolbar/locale/zh-TW.js +32 -0
- package/lib/Highlight/DiffView/DiffCells.js +70 -0
- package/lib/Highlight/DiffView/index.d.ts +44 -0
- package/lib/Highlight/DiffView/index.js +297 -0
- package/lib/Highlight/HighlightCell.js +58 -0
- package/lib/Highlight/JsonView.d.ts +8 -0
- package/lib/Highlight/JsonView.js +83 -0
- package/lib/Highlight/index.d.ts +97 -0
- package/lib/Highlight/index.js +263 -0
- package/lib/Highlight/index.less +381 -0
- package/lib/Highlight/languages/bash.js +36 -0
- package/lib/Highlight/languages/cpp.js +36 -0
- package/lib/Highlight/languages/css.js +36 -0
- package/lib/Highlight/languages/dockerfile.js +36 -0
- package/lib/Highlight/languages/go.js +36 -0
- package/lib/Highlight/languages/groovy.js +36 -0
- package/lib/Highlight/languages/http.js +36 -0
- package/lib/Highlight/languages/java.js +36 -0
- package/lib/Highlight/languages/javascript.js +36 -0
- package/lib/Highlight/languages/json.js +36 -0
- package/lib/Highlight/languages/markdown.js +36 -0
- package/lib/Highlight/languages/nginx.js +36 -0
- package/lib/Highlight/languages/python.js +36 -0
- package/lib/Highlight/languages/ruby.js +36 -0
- package/lib/Highlight/languages/solidity.js +36 -0
- package/lib/Highlight/languages/sql.js +36 -0
- package/lib/Highlight/languages/typescript.js +36 -0
- package/lib/Highlight/languages/xml.js +36 -0
- package/lib/Highlight/languages/yaml.js +36 -0
- package/lib/Highlight/locale/en-US.js +25 -0
- package/lib/Highlight/locale/zh-CN.js +25 -0
- package/lib/Highlight/locale/zh-TW.js +25 -0
- package/lib/Highlight/useKeyDownCopyEvent.js +86 -0
- package/lib/IconFont/font/iconfont.css +503 -0
- package/lib/IconFont/font/iconfont.ttf +0 -0
- package/lib/IconFont/font/iconfont.woff +0 -0
- package/lib/IconFont/font/iconfont.woff2 +0 -0
- package/lib/IconFont/index.d.ts +9 -0
- package/lib/IconFont/index.js +82 -0
- package/lib/LocaleDropdown/index.d.ts +9 -0
- package/lib/LocaleDropdown/index.js +70 -0
- package/lib/Login/ActivateForm.d.ts +19 -0
- package/lib/Login/ActivateForm.js +132 -0
- package/lib/Login/LoginForm.d.ts +20 -0
- package/lib/Login/LoginForm.js +175 -0
- package/lib/Login/RegisterForm.d.ts +23 -0
- package/lib/Login/RegisterForm.js +177 -0
- package/lib/Login/index.d.ts +66 -0
- package/lib/Login/index.js +171 -0
- package/lib/Login/index.less +325 -0
- package/lib/Login/locale/en-US.js +50 -0
- package/lib/Login/locale/zh-CN.js +51 -0
- package/lib/Login/locale/zh-TW.js +50 -0
- package/lib/Lottie/index.js +62 -0
- package/lib/NavMenu/index.d.ts +19 -0
- package/lib/NavMenu/index.js +104 -0
- package/lib/NavMenu/index.less +50 -0
- package/lib/PageContainer/ItemRender.js +51 -0
- package/lib/PageContainer/index.d.ts +16 -0
- package/lib/PageContainer/index.js +88 -0
- package/lib/PageContainer/locale/en-US.js +27 -0
- package/lib/PageContainer/locale/zh-CN.js +27 -0
- package/lib/PageContainer/locale/zh-TW.js +27 -0
- package/lib/PageContainer/style/index.d.ts +5 -0
- package/lib/PageContainer/style/index.js +120 -0
- package/lib/Password/Content.d.ts +14 -0
- package/lib/Password/Content.js +106 -0
- package/lib/Password/index.d.ts +25 -0
- package/lib/Password/index.js +162 -0
- package/lib/Password/locale/en-US.js +36 -0
- package/lib/Password/locale/zh-CN.js +36 -0
- package/lib/Password/locale/zh-TW.js +36 -0
- package/lib/Ranger/QuickPicker.d.ts +4 -0
- package/lib/Ranger/QuickPicker.js +106 -0
- package/lib/Ranger/Ranger.d.ts +11 -0
- package/lib/Ranger/Ranger.js +153 -0
- package/lib/Ranger/constant/index.js +268 -0
- package/lib/Ranger/index.d.ts +33 -0
- package/lib/Ranger/index.js +64 -0
- package/lib/Ranger/index.less +55 -0
- package/lib/Ranger/locale/en-US.js +53 -0
- package/lib/Ranger/locale/zh-CN.js +27 -0
- package/lib/Ranger/locale/zh-TW.js +27 -0
- package/lib/Ranger/typing.js +17 -0
- package/lib/SideTip/Dragger.d.ts +45 -0
- package/lib/SideTip/Dragger.js +259 -0
- package/lib/SideTip/IconLoading.d.ts +3 -0
- package/lib/SideTip/IconLoading.js +75 -0
- package/lib/SideTip/index.d.ts +156 -0
- package/lib/SideTip/index.js +182 -0
- package/lib/SideTip/index.less +177 -0
- package/lib/SideTip/locale/en-US.js +25 -0
- package/lib/SideTip/locale/zh-CN.js +25 -0
- package/lib/SideTip/locale/zh-TW.js +25 -0
- package/lib/SideTip/utils.js +112 -0
- package/lib/TaskGraph/Graph.d.ts +24 -0
- package/lib/TaskGraph/Graph.js +259 -0
- package/lib/TaskGraph/graph.less +23 -0
- package/lib/TaskGraph/index.d.ts +16 -0
- package/lib/TaskGraph/index.js +163 -0
- package/lib/TaskGraph/index.less +117 -0
- package/lib/TaskGraph/locale/en-US.js +36 -0
- package/lib/TaskGraph/locale/zh-CN.js +36 -0
- package/lib/TaskGraph/locale/zh-TW.js +36 -0
- package/lib/TaskGraph/register.d.ts +7 -0
- package/lib/TaskGraph/register.js +205 -0
- package/lib/TreeSearch/index.d.ts +38 -0
- package/lib/TreeSearch/index.js +135 -0
- package/lib/TreeSearch/util.d.ts +21 -0
- package/lib/TreeSearch/util.js +110 -0
- package/lib/Welcome/index.d.ts +38 -0
- package/lib/Welcome/index.js +102 -0
- package/lib/Welcome/index.less +186 -0
- package/lib/Welcome/locale/en-US.js +28 -0
- package/lib/Welcome/locale/zh-CN.js +28 -0
- package/lib/Welcome/locale/zh-TW.js +28 -0
- package/lib/Welcome/step.d.ts +18 -0
- package/lib/Welcome/step.js +51 -0
- package/lib/_util/genComponentStyleHook.d.ts +14 -0
- package/lib/_util/genComponentStyleHook.js +58 -0
- package/lib/_util/index.js +67 -0
- package/lib/_util/useHistory.js +30 -0
- package/lib/assets/background_img.svg +30 -0
- package/lib/assets/graph_fit_view_icon.svg +14 -0
- package/lib/assets/graph_reset_icon.svg +14 -0
- package/lib/assets/logo/oceanbase_logo.svg +29 -0
- package/lib/assets/logo/oceanbase_watermark.svg +31 -0
- package/lib/assets/monitor.svg +21 -0
- package/lib/assets/user.svg +16 -0
- package/lib/constant/index.js +51 -0
- package/lib/index.d.ts +28 -0
- package/lib/index.js +115 -0
- package/lib/index.less +14 -0
- package/lib/interface.js +17 -0
- package/lib/locale/LocaleWrapper.d.ts +10 -0
- package/lib/locale/LocaleWrapper.js +69 -0
- package/lib/locale/en-US.js +67 -0
- package/lib/locale/index.js +17 -0
- package/lib/locale/zh-CN.js +68 -0
- package/lib/locale/zh-TW.js +62 -0
- package/lib/variable.less +54 -0
- package/package.json +70 -0
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
2
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
3
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
4
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
5
|
+
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
+
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
+
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
+
import G6 from '@antv/g6';
|
|
16
|
+
import { findByValue } from '@oceanbase/util';
|
|
17
|
+
import { Dropdown, Menu, Typography } from '@oceanbase/design';
|
|
18
|
+
import { isEqual } from 'lodash';
|
|
19
|
+
import React from 'react';
|
|
20
|
+
import { token } from '@oceanbase/design';
|
|
21
|
+
import GraphToolbar from "../GraphToolbar";
|
|
22
|
+
import LocaleWrapper from "../locale/LocaleWrapper";
|
|
23
|
+
import { getPrefix } from "../_util";
|
|
24
|
+
import zhCN from "./locale/zh-CN";
|
|
25
|
+
import register from "./register";
|
|
26
|
+
import "./graph.less";
|
|
27
|
+
var Text = Typography.Text;
|
|
28
|
+
var prefix = getPrefix('task-graph-item');
|
|
29
|
+
var TaskGraph = /*#__PURE__*/function (_React$PureComponent) {
|
|
30
|
+
_inherits(TaskGraph, _React$PureComponent);
|
|
31
|
+
var _super = _createSuper(TaskGraph);
|
|
32
|
+
function TaskGraph(props) {
|
|
33
|
+
var _this;
|
|
34
|
+
_classCallCheck(this, TaskGraph);
|
|
35
|
+
_this = _super.call(this, props);
|
|
36
|
+
_defineProperty(_assertThisInitialized(_this), "main", null);
|
|
37
|
+
_defineProperty(_assertThisInitialized(_this), "menu", null);
|
|
38
|
+
_defineProperty(_assertThisInitialized(_this), "graph", void 0);
|
|
39
|
+
_defineProperty(_assertThisInitialized(_this), "drawGraph", function () {
|
|
40
|
+
var data = _this.props.data;
|
|
41
|
+
if (_this.graph && _this.graph.changeData) {
|
|
42
|
+
_this.graph.changeData(data);
|
|
43
|
+
} else {
|
|
44
|
+
var splitPane = document.getElementsByClassName('SplitPane') && document.getElementsByClassName('SplitPane')[0];
|
|
45
|
+
var width = _this.main && _this.main.scrollWidth || 1200;
|
|
46
|
+
// 高度优先级: 元素本身的高度 => 分隔面板的高度 => 500
|
|
47
|
+
// 还需要减去下方的 log 条的最小高度 56px
|
|
48
|
+
var height = (_this.main && _this.main.scrollHeight || splitPane.scrollHeight || 500) - 65;
|
|
49
|
+
var graph = new G6.Graph({
|
|
50
|
+
container: 'container',
|
|
51
|
+
width: width,
|
|
52
|
+
height: height,
|
|
53
|
+
minZoom: 0.2,
|
|
54
|
+
maxZoom: 2,
|
|
55
|
+
layout: {
|
|
56
|
+
type: 'dagre',
|
|
57
|
+
nodesep: 90,
|
|
58
|
+
ranksep: 40,
|
|
59
|
+
controlPoints: false
|
|
60
|
+
},
|
|
61
|
+
defaultNode: {
|
|
62
|
+
type: 'subTaskNode',
|
|
63
|
+
anchorPoints: [[0.5, 0], [0.5, 1]]
|
|
64
|
+
},
|
|
65
|
+
defaultEdge: {
|
|
66
|
+
type: 'subTaskEdge'
|
|
67
|
+
},
|
|
68
|
+
nodeStateStyles: {
|
|
69
|
+
hover: {
|
|
70
|
+
lineWidth: 2,
|
|
71
|
+
stroke: token.colorPrimary,
|
|
72
|
+
fill: '#e6f7ff'
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
modes: {
|
|
76
|
+
default: ['drag-canvas', 'zoom-canvas', 'click-select']
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
var canvas = graph.get('canvas');
|
|
80
|
+
// 关闭局部渲染,避免渲染出现拖影
|
|
81
|
+
canvas.set('localRefresh', false);
|
|
82
|
+
graph.data(data);
|
|
83
|
+
graph.render();
|
|
84
|
+
graph.fitView();
|
|
85
|
+
|
|
86
|
+
// 监听 moreGroup 的 click 事件
|
|
87
|
+
canvas.on('moreGroup:click', function (e) {
|
|
88
|
+
var subTaskNode = e.currentTarget && e.currentTarget.getParent();
|
|
89
|
+
var model = subTaskNode && subTaskNode.get('item') && subTaskNode.get('item').getModel();
|
|
90
|
+
_this.setState({
|
|
91
|
+
currentSubTask: model
|
|
92
|
+
}, function () {
|
|
93
|
+
if (!_this.menu) {
|
|
94
|
+
_this.menu = document.getElementById('menu');
|
|
95
|
+
}
|
|
96
|
+
_this.menu.style.left = "".concat(e.x, "px");
|
|
97
|
+
// y 坐标减去高度,并再往上 5px
|
|
98
|
+
_this.menu.style.top = "".concat(e.y - height - 5, "px");
|
|
99
|
+
});
|
|
100
|
+
});
|
|
101
|
+
|
|
102
|
+
// 监听节点的 mouseleave 事件
|
|
103
|
+
graph.on('node:mouseleave', function () {
|
|
104
|
+
if (!_this.menu) {
|
|
105
|
+
_this.menu = document.getElementById('menu');
|
|
106
|
+
}
|
|
107
|
+
_this.menu.style.left = '-1500px';
|
|
108
|
+
});
|
|
109
|
+
_this.graph = graph;
|
|
110
|
+
// 强制更新一次视图,否则 this.graph 不会更新
|
|
111
|
+
_this.forceUpdate();
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
_defineProperty(_assertThisInitialized(_this), "handleMenuClick", function (_ref) {
|
|
115
|
+
var key = _ref.key;
|
|
116
|
+
var onMenuClick = _this.props.onMenuClick;
|
|
117
|
+
var currentSubTask = _this.state.currentSubTask;
|
|
118
|
+
// 成功的回调
|
|
119
|
+
var onSuccess = function onSuccess() {
|
|
120
|
+
_this.setState({
|
|
121
|
+
currentSubTask: null
|
|
122
|
+
});
|
|
123
|
+
};
|
|
124
|
+
if (key === 'log') {
|
|
125
|
+
_this.log();
|
|
126
|
+
}
|
|
127
|
+
if (onMenuClick) {
|
|
128
|
+
onMenuClick(key, currentSubTask, onSuccess);
|
|
129
|
+
}
|
|
130
|
+
if (_this.menu) {
|
|
131
|
+
_this.menu.style.left = '-1500px';
|
|
132
|
+
}
|
|
133
|
+
});
|
|
134
|
+
_defineProperty(_assertThisInitialized(_this), "log", function () {
|
|
135
|
+
var onLogAdd = _this.props.onLogAdd;
|
|
136
|
+
var currentSubTask = _this.state.currentSubTask;
|
|
137
|
+
if (onLogAdd) {
|
|
138
|
+
onLogAdd(currentSubTask);
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
var locale = props.locale;
|
|
142
|
+
_this.state = {
|
|
143
|
+
currentSubTask: null,
|
|
144
|
+
statusList: [{
|
|
145
|
+
label: locale.successful,
|
|
146
|
+
value: 'SUCCESSFUL',
|
|
147
|
+
color: '#9adc78',
|
|
148
|
+
operations: ['taskId', 'log', 'parameter']
|
|
149
|
+
}, {
|
|
150
|
+
label: locale.running,
|
|
151
|
+
value: 'RUNNING',
|
|
152
|
+
color: '#80c3fc',
|
|
153
|
+
operations: ['taskId', 'log', 'parameter', 'stop']
|
|
154
|
+
}, {
|
|
155
|
+
label: locale.failed,
|
|
156
|
+
value: 'FAILED',
|
|
157
|
+
color: '#fca4a2',
|
|
158
|
+
operations: ['taskId', 'log', 'parameter', 'retry', 'skip']
|
|
159
|
+
}, {
|
|
160
|
+
label: locale.pending,
|
|
161
|
+
value: 'PENDING',
|
|
162
|
+
color: '#cccccc',
|
|
163
|
+
operations: ['taskId', 'parameter']
|
|
164
|
+
}]
|
|
165
|
+
};
|
|
166
|
+
return _this;
|
|
167
|
+
}
|
|
168
|
+
_createClass(TaskGraph, [{
|
|
169
|
+
key: "componentDidMount",
|
|
170
|
+
value: function componentDidMount() {
|
|
171
|
+
var _this$props$assetsPat = this.props.assetsPath,
|
|
172
|
+
assetsPath = _this$props$assetsPat === void 0 ? '/assets' : _this$props$assetsPat;
|
|
173
|
+
var statusList = this.state.statusList;
|
|
174
|
+
register(statusList, assetsPath);
|
|
175
|
+
this.menu = document.getElementById('menu');
|
|
176
|
+
this.drawGraph();
|
|
177
|
+
}
|
|
178
|
+
}, {
|
|
179
|
+
key: "componentDidUpdate",
|
|
180
|
+
value: function componentDidUpdate(prevProps) {
|
|
181
|
+
var data = this.props.data;
|
|
182
|
+
if (!isEqual(data, prevProps.data)) {
|
|
183
|
+
this.drawGraph();
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}, {
|
|
187
|
+
key: "render",
|
|
188
|
+
value: function render() {
|
|
189
|
+
var _this2 = this;
|
|
190
|
+
var locale = this.props.locale;
|
|
191
|
+
var _this$state = this.state,
|
|
192
|
+
statusList = _this$state.statusList,
|
|
193
|
+
currentSubTask = _this$state.currentSubTask;
|
|
194
|
+
var operations = findByValue(statusList, currentSubTask && currentSubTask.status).operations || [];
|
|
195
|
+
var menus = [{
|
|
196
|
+
label: locale.taskId,
|
|
197
|
+
value: 'taskId'
|
|
198
|
+
}, {
|
|
199
|
+
label: locale.log,
|
|
200
|
+
value: 'log'
|
|
201
|
+
}, {
|
|
202
|
+
label: locale.parameter,
|
|
203
|
+
value: 'parameter'
|
|
204
|
+
}, {
|
|
205
|
+
label: locale.stop,
|
|
206
|
+
value: 'stop'
|
|
207
|
+
}, {
|
|
208
|
+
label: locale.retry,
|
|
209
|
+
value: 'retry'
|
|
210
|
+
}, {
|
|
211
|
+
label: locale.skip,
|
|
212
|
+
value: 'skip'
|
|
213
|
+
}];
|
|
214
|
+
var filterMenus = menus.filter(function (item) {
|
|
215
|
+
return operations.includes(item.value);
|
|
216
|
+
});
|
|
217
|
+
var menu = /*#__PURE__*/React.createElement(Menu, {
|
|
218
|
+
id: "menu",
|
|
219
|
+
onClick: this.handleMenuClick,
|
|
220
|
+
style: {
|
|
221
|
+
left: -1500
|
|
222
|
+
}
|
|
223
|
+
}, filterMenus.map(function (item) {
|
|
224
|
+
return item.value === 'taskId' ? /*#__PURE__*/React.createElement("div", {
|
|
225
|
+
className: "".concat(prefix, "-task-id-wrapper")
|
|
226
|
+
// 下拉菜单数 > 1 时才有下边框
|
|
227
|
+
,
|
|
228
|
+
style: filterMenus.length > 1 ? {
|
|
229
|
+
borderBottom: '1px solid #e8e8e8'
|
|
230
|
+
} : {}
|
|
231
|
+
}, /*#__PURE__*/React.createElement(Text, {
|
|
232
|
+
copyable: true
|
|
233
|
+
}, "ID: ".concat(currentSubTask && currentSubTask.id))) : /*#__PURE__*/React.createElement(Menu.Item, {
|
|
234
|
+
key: item.value
|
|
235
|
+
}, item.label);
|
|
236
|
+
}));
|
|
237
|
+
return /*#__PURE__*/React.createElement("div", null, this.graph && /*#__PURE__*/React.createElement(GraphToolbar, {
|
|
238
|
+
mode: "fixed",
|
|
239
|
+
graph: this.graph
|
|
240
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
241
|
+
id: "container",
|
|
242
|
+
ref: function ref(node) {
|
|
243
|
+
_this2.main = node;
|
|
244
|
+
}
|
|
245
|
+
}), /*#__PURE__*/React.createElement(Dropdown, {
|
|
246
|
+
visible: true
|
|
247
|
+
// Support for antd 5.0
|
|
248
|
+
,
|
|
249
|
+
open: true,
|
|
250
|
+
overlay: menu,
|
|
251
|
+
overlayClassName: "".concat(prefix, "-menu")
|
|
252
|
+
}, /*#__PURE__*/React.createElement("span", null)));
|
|
253
|
+
}
|
|
254
|
+
}]);
|
|
255
|
+
return TaskGraph;
|
|
256
|
+
}(React.PureComponent);
|
|
257
|
+
export default LocaleWrapper({
|
|
258
|
+
componentName: 'TaskGraph',
|
|
259
|
+
defaultLocale: zhCN
|
|
260
|
+
})(TaskGraph);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
@import '../variable.less';
|
|
2
|
+
|
|
3
|
+
@prefix: ob-task-graph-item;
|
|
4
|
+
|
|
5
|
+
.@{prefix}-menu {
|
|
6
|
+
// 设置 fixed,避免下拉菜单占据空间导致底部出现白色方块
|
|
7
|
+
position: fixed;
|
|
8
|
+
|
|
9
|
+
.@{prefix}-task-id-wrapper {
|
|
10
|
+
padding: 5px 12px;
|
|
11
|
+
|
|
12
|
+
.@{prefixCls}-typography {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
color: @colorTextTertiary;
|
|
17
|
+
|
|
18
|
+
.@{prefixCls}-typography-copy {
|
|
19
|
+
color: @colorTextTertiary;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { GraphData } from '@antv/g6/lib/types';
|
|
2
|
+
import type { LocaleWrapperProps } from '../locale/LocaleWrapper';
|
|
3
|
+
import type { TaskGraphLocale } from './Graph';
|
|
4
|
+
import './index.less';
|
|
5
|
+
export interface TaskGraphProps extends LocaleWrapperProps {
|
|
6
|
+
data: GraphData;
|
|
7
|
+
logLoading?: boolean;
|
|
8
|
+
subTaskLog: string;
|
|
9
|
+
onMenuClick: (key: string, subTask: any, onSuccess: () => void) => void;
|
|
10
|
+
onTabsChange?: (targetKey: string) => void;
|
|
11
|
+
onTabsEdit?: (targetKey: string, action: 'add' | 'remove') => void;
|
|
12
|
+
assetsPath?: string;
|
|
13
|
+
locale?: TaskGraphLocale;
|
|
14
|
+
}
|
|
15
|
+
declare const _default: any;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
var _excluded = ["logLoading", "subTaskLog", "onTabsChange", "onTabsEdit"];
|
|
2
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
3
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
4
|
+
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
5
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
6
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
7
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
8
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
9
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
10
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
11
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
12
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
13
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
14
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
15
|
+
//@ts-nocheck
|
|
16
|
+
import { DownOutlined, UpOutlined } from '@ant-design/icons';
|
|
17
|
+
import { Spin, Tabs } from '@oceanbase/design';
|
|
18
|
+
import { find, noop } from 'lodash';
|
|
19
|
+
import React, { useState } from 'react';
|
|
20
|
+
import SplitPane from 'react-split-pane';
|
|
21
|
+
import LocaleWrapper from "../locale/LocaleWrapper";
|
|
22
|
+
import { getPrefix } from "../_util";
|
|
23
|
+
import Graph from "./Graph";
|
|
24
|
+
import "./index.less";
|
|
25
|
+
import zhCN from "./locale/zh-CN";
|
|
26
|
+
var TabPane = Tabs.TabPane;
|
|
27
|
+
var MIN_SIZE = 56;
|
|
28
|
+
var DEFAULT_SIZE = 240;
|
|
29
|
+
var prefix = getPrefix('task-graph');
|
|
30
|
+
var TaskGraph = function TaskGraph(_ref) {
|
|
31
|
+
var _ref$logLoading = _ref.logLoading,
|
|
32
|
+
logLoading = _ref$logLoading === void 0 ? false : _ref$logLoading,
|
|
33
|
+
subTaskLog = _ref.subTaskLog,
|
|
34
|
+
_ref$onTabsChange = _ref.onTabsChange,
|
|
35
|
+
onTabsChange = _ref$onTabsChange === void 0 ? noop : _ref$onTabsChange,
|
|
36
|
+
_ref$onTabsEdit = _ref.onTabsEdit,
|
|
37
|
+
onTabsEdit = _ref$onTabsEdit === void 0 ? noop : _ref$onTabsEdit,
|
|
38
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
39
|
+
var _useState = useState(DEFAULT_SIZE),
|
|
40
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
41
|
+
size = _useState2[0],
|
|
42
|
+
setSize = _useState2[1];
|
|
43
|
+
var _useState3 = useState(undefined),
|
|
44
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
45
|
+
activeKey = _useState4[0],
|
|
46
|
+
setActiveKey = _useState4[1];
|
|
47
|
+
var _useState5 = useState([]),
|
|
48
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
49
|
+
panes = _useState6[0],
|
|
50
|
+
setPanes = _useState6[1];
|
|
51
|
+
var _useState7 = useState(true),
|
|
52
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
53
|
+
collapsed = _useState8[0],
|
|
54
|
+
setCollapsed = _useState8[1];
|
|
55
|
+
function handleEditLogWindow(targetKey, action) {
|
|
56
|
+
// 只处理关闭标签页的行为
|
|
57
|
+
if (action === 'remove') {
|
|
58
|
+
var lastIndex = -1;
|
|
59
|
+
panes.forEach(function (item, i) {
|
|
60
|
+
// id 为数值,需要转为字符串才能与 targetKey 进行比较判断
|
|
61
|
+
if ("".concat(item.id) === targetKey) {
|
|
62
|
+
lastIndex = i - 1;
|
|
63
|
+
}
|
|
64
|
+
});
|
|
65
|
+
var newPanes = panes.filter(function (item) {
|
|
66
|
+
return "".concat(item.id) !== targetKey;
|
|
67
|
+
});
|
|
68
|
+
// 关闭当前打开的 tab 页
|
|
69
|
+
if (newPanes.length > 0 && activeKey === targetKey) {
|
|
70
|
+
if (lastIndex >= 0) {
|
|
71
|
+
setActiveKey("".concat(newPanes[lastIndex].id));
|
|
72
|
+
} else {
|
|
73
|
+
setActiveKey("".concat(newPanes[0].id));
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
setPanes(newPanes);
|
|
77
|
+
if (newPanes.length === 0) {
|
|
78
|
+
// 关闭全部 tab 页时,选中的 tab 页为空
|
|
79
|
+
setActiveKey('');
|
|
80
|
+
setCollapsed(true);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
if (onTabsEdit) {
|
|
84
|
+
onTabsEdit(targetKey, action);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
return /*#__PURE__*/React.createElement(SplitPane, {
|
|
88
|
+
split: "horizontal",
|
|
89
|
+
primary: "second"
|
|
90
|
+
// 折叠状态最小高度为 MIN_SIZE,否则为 160
|
|
91
|
+
,
|
|
92
|
+
minSize: collapsed ? MIN_SIZE : 160,
|
|
93
|
+
maxSize: 480,
|
|
94
|
+
size: collapsed ? MIN_SIZE : size,
|
|
95
|
+
onChange: function onChange(value) {
|
|
96
|
+
setSize(value);
|
|
97
|
+
if (value === MIN_SIZE) {
|
|
98
|
+
// 如果高度等于最小值,则设为收缩状态
|
|
99
|
+
setCollapsed(true);
|
|
100
|
+
} else if (value > MIN_SIZE && collapsed) {
|
|
101
|
+
// 如果高度大于最小值,且为收缩状态,则设为展开状态
|
|
102
|
+
setCollapsed(false);
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
className: "".concat(prefix, "-split-pane")
|
|
106
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
107
|
+
style: {
|
|
108
|
+
position: 'absolute',
|
|
109
|
+
width: '100%'
|
|
110
|
+
}
|
|
111
|
+
}, /*#__PURE__*/React.createElement(Graph, _extends({
|
|
112
|
+
onLogAdd: function onLogAdd(subTask) {
|
|
113
|
+
var isExisted = find(panes, function (item) {
|
|
114
|
+
return item.id === subTask.id;
|
|
115
|
+
});
|
|
116
|
+
if (!isExisted) {
|
|
117
|
+
setPanes([].concat(_toConsumableArray(panes), [subTask]));
|
|
118
|
+
}
|
|
119
|
+
setCollapsed(false);
|
|
120
|
+
if (size === MIN_SIZE) {
|
|
121
|
+
setSize(DEFAULT_SIZE);
|
|
122
|
+
}
|
|
123
|
+
setActiveKey(subTask && "".concat(subTask.id));
|
|
124
|
+
}
|
|
125
|
+
}, restProps))), /*#__PURE__*/React.createElement("div", {
|
|
126
|
+
className: "".concat(prefix, "-tabs-wrapper")
|
|
127
|
+
}, /*#__PURE__*/React.createElement(Tabs, {
|
|
128
|
+
type: "editable-card",
|
|
129
|
+
hideAdd: true,
|
|
130
|
+
activeKey: activeKey,
|
|
131
|
+
onChange: function onChange(key) {
|
|
132
|
+
setActiveKey(key);
|
|
133
|
+
if (onTabsChange) {
|
|
134
|
+
onTabsChange(key);
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
onEdit: handleEditLogWindow,
|
|
138
|
+
tabBarExtraContent: collapsed ? /*#__PURE__*/React.createElement(UpOutlined, {
|
|
139
|
+
onClick: function onClick() {
|
|
140
|
+
setCollapsed(!collapsed);
|
|
141
|
+
if (size === MIN_SIZE) {
|
|
142
|
+
setSize(DEFAULT_SIZE);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}) : /*#__PURE__*/React.createElement(DownOutlined, {
|
|
146
|
+
onClick: function onClick() {
|
|
147
|
+
setCollapsed(!collapsed);
|
|
148
|
+
if (size === MIN_SIZE) {
|
|
149
|
+
setSize(DEFAULT_SIZE);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
})
|
|
153
|
+
}, panes.map(function (item) {
|
|
154
|
+
return /*#__PURE__*/React.createElement(TabPane, {
|
|
155
|
+
key: "".concat(item.id),
|
|
156
|
+
tab: "".concat(item.name, " (ID: ").concat(item.id, ")")
|
|
157
|
+
}, logLoading && item.status !== 'RUNNING' ? /*#__PURE__*/React.createElement(Spin, null) : subTaskLog, /*#__PURE__*/React.createElement(Spin, {
|
|
158
|
+
spinning: item.status === 'RUNNING'
|
|
159
|
+
}));
|
|
160
|
+
}))));
|
|
161
|
+
};
|
|
162
|
+
export default LocaleWrapper({
|
|
163
|
+
componentName: 'TaskGraph',
|
|
164
|
+
defaultLocale: zhCN
|
|
165
|
+
})(TaskGraph);
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
@import '../variable.less';
|
|
2
|
+
|
|
3
|
+
@prefix: ob-task-graph;
|
|
4
|
+
|
|
5
|
+
.container {
|
|
6
|
+
position: relative;
|
|
7
|
+
padding-bottom: 0 !important;
|
|
8
|
+
|
|
9
|
+
.@{prefixCls}-page-header {
|
|
10
|
+
padding-top: 12px;
|
|
11
|
+
padding-bottom: 12px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.tech-page-container-header-inner {
|
|
15
|
+
background-color: #fafbff;
|
|
16
|
+
|
|
17
|
+
.@{prefixCls}-page-header-heading .@{prefixCls}-page-header-heading-title {
|
|
18
|
+
font-size: 16px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.@{prefix}-split-pane {
|
|
23
|
+
top: auto !important;
|
|
24
|
+
height: calc(100% - 36px) !important;
|
|
25
|
+
min-height: calc(100% - 36px) !important;
|
|
26
|
+
margin: -24px;
|
|
27
|
+
|
|
28
|
+
.@{prefix}-tabs-wrapper {
|
|
29
|
+
width: 100%;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.@{prefixCls}-tabs {
|
|
33
|
+
height: 100%;
|
|
34
|
+
|
|
35
|
+
.@{prefixCls}-tabs-nav-container {
|
|
36
|
+
height: 32px;
|
|
37
|
+
padding-top: 4px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.@{prefixCls}-tabs-bar {
|
|
41
|
+
margin-bottom: 0;
|
|
42
|
+
background-color: #fff;
|
|
43
|
+
border-bottom: none;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.@{prefixCls}-tabs-tab {
|
|
47
|
+
min-width: 120px;
|
|
48
|
+
height: 28px;
|
|
49
|
+
margin: 0;
|
|
50
|
+
padding: 0;
|
|
51
|
+
font-size: 12px;
|
|
52
|
+
line-height: 28px;
|
|
53
|
+
background-color: #fff;
|
|
54
|
+
border: none;
|
|
55
|
+
border-bottom: 1px solid #e8e8e8;
|
|
56
|
+
border-radius: 0;
|
|
57
|
+
transition: none;
|
|
58
|
+
|
|
59
|
+
&:hover {
|
|
60
|
+
color: @colorTextSecondary;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
div {
|
|
64
|
+
display: flex;
|
|
65
|
+
align-items: center;
|
|
66
|
+
justify-content: space-between;
|
|
67
|
+
height: 20px;
|
|
68
|
+
margin-top: 4px;
|
|
69
|
+
padding: 0 8px;
|
|
70
|
+
border-left: 1px solid #e8e8e8;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.@{prefixCls}-tabs-tab:last-child {
|
|
75
|
+
div {
|
|
76
|
+
border-left: none;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.@{prefixCls}-tabs-tab-active {
|
|
81
|
+
color: @colorText;
|
|
82
|
+
font-weight: normal;
|
|
83
|
+
background-color: #f7f8fc;
|
|
84
|
+
border-bottom: none;
|
|
85
|
+
border-left: none;
|
|
86
|
+
border-radius: 2px;
|
|
87
|
+
|
|
88
|
+
div {
|
|
89
|
+
border-left: none;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
& + .@{prefixCls}-tabs-tab {
|
|
93
|
+
div {
|
|
94
|
+
border-left: none;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.@{prefixCls}-tabs-extra-content {
|
|
100
|
+
margin-right: 16px;
|
|
101
|
+
line-height: 32px;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.@{prefixCls}-tabs-content {
|
|
105
|
+
// TODO: 需要减去 64px,否则部分结尾的日志看不到,原因待排查
|
|
106
|
+
height: calc(100% - 64px);
|
|
107
|
+
padding: 16px;
|
|
108
|
+
overflow: scroll;
|
|
109
|
+
color: @colorTextSecondary;
|
|
110
|
+
line-height: 22px;
|
|
111
|
+
white-space: pre-wrap;
|
|
112
|
+
word-break: break-all;
|
|
113
|
+
background-color: #f7f8fc;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|