@oceanbase/design 0.1.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/README.md +22 -0
- package/dist/design.min.css +1 -0
- package/dist/design.min.js +1 -0
- 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/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/Alert/index.d.ts +12 -0
- package/es/Alert/index.js +36 -0
- package/es/Alert/style/index.d.ts +9 -0
- package/es/Alert/style/index.js +73 -0
- package/es/BackgroundTaskManager/RefreshMan.d.ts +11 -0
- package/es/BackgroundTaskManager/RefreshMan.js +66 -0
- package/es/BackgroundTaskManager/constants.d.ts +6 -0
- package/es/BackgroundTaskManager/constants.js +10 -0
- package/es/BackgroundTaskManager/index.d.ts +49 -0
- package/es/BackgroundTaskManager/index.js +154 -0
- package/es/BasicLayout/Header.d.ts +45 -0
- package/es/BasicLayout/Header.js +229 -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.d.ts +12 -0
- package/es/BasicLayout/locale/en-US.js +11 -0
- package/es/BasicLayout/locale/zh-CN.d.ts +12 -0
- package/es/BasicLayout/locale/zh-CN.js +11 -0
- package/es/BasicLayout/locale/zh-TW.d.ts +12 -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.d.ts +7 -0
- package/es/BatchOperationBar/locale/en-US.js +6 -0
- package/es/BatchOperationBar/locale/zh-CN.d.ts +7 -0
- package/es/BatchOperationBar/locale/zh-CN.js +6 -0
- package/es/BatchOperationBar/locale/zh-TW.d.ts +7 -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.d.ts +10 -0
- package/es/Boundary/IBoundary.js +1 -0
- package/es/Boundary/constant.d.ts +26 -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.d.ts +11 -0
- package/es/Boundary/locale/en-US.js +10 -0
- package/es/Boundary/locale/zh-CN.d.ts +11 -0
- package/es/Boundary/locale/zh-CN.js +10 -0
- package/es/Boundary/locale/zh-TW.d.ts +11 -0
- package/es/Boundary/locale/zh-TW.js +10 -0
- package/es/Boundary/utils.d.ts +1 -0
- package/es/Boundary/utils.js +18 -0
- package/es/Button/index.d.ts +10 -0
- package/es/Button/index.js +30 -0
- package/es/Button/style/index.d.ts +9 -0
- package/es/Button/style/index.js +24 -0
- package/es/Card/index.d.ts +16 -0
- package/es/Card/index.js +89 -0
- package/es/Card/style/index.d.ts +12 -0
- package/es/Card/style/index.js +41 -0
- package/es/ConfigProvider/index.d.ts +14 -0
- package/es/ConfigProvider/index.js +23 -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/Descriptions/Item.d.ts +8 -0
- package/es/Descriptions/Item.js +2 -0
- package/es/Descriptions/index.d.ts +9 -0
- package/es/Descriptions/index.js +81 -0
- package/es/Descriptions/style/index.d.ts +12 -0
- package/es/Descriptions/style/index.js +28 -0
- package/es/Dialog/Anchor.d.ts +19 -0
- package/es/Dialog/Anchor.js +104 -0
- package/es/Dialog/Dock.d.ts +6 -0
- package/es/Dialog/Dock.js +84 -0
- package/es/Dialog/EventProxy.d.ts +3 -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.d.ts +5 -0
- package/es/Dialog/locale/en-US.js +4 -0
- package/es/Dialog/locale/zh-CN.d.ts +5 -0
- package/es/Dialog/locale/zh-CN.js +4 -0
- package/es/Dialog/locale/zh-TW.d.ts +5 -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.d.ts +2 -0
- package/es/DocDialog/locale/en-US.js +1 -0
- package/es/DocDialog/locale/zh-CN.d.ts +2 -0
- package/es/DocDialog/locale/zh-CN.js +1 -0
- package/es/DocDialog/locale/zh-TW.d.ts +2 -0
- package/es/DocDialog/locale/zh-TW.js +1 -0
- package/es/Form/FormItem.d.ts +16 -0
- package/es/Form/FormItem.js +44 -0
- package/es/Form/index.d.ts +2 -0
- package/es/Form/index.js +4 -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.d.ts +2 -0
- package/es/FullscreenBox/locale/en-US.js +1 -0
- package/es/FullscreenBox/locale/zh-CN.d.ts +2 -0
- package/es/FullscreenBox/locale/zh-CN.js +1 -0
- package/es/FullscreenBox/locale/zh-TW.d.ts +2 -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.d.ts +9 -0
- package/es/GraphToolbar/locale/en-US.js +8 -0
- package/es/GraphToolbar/locale/zh-CN.d.ts +9 -0
- package/es/GraphToolbar/locale/zh-CN.js +8 -0
- package/es/GraphToolbar/locale/zh-TW.d.ts +9 -0
- package/es/GraphToolbar/locale/zh-TW.js +8 -0
- package/es/Highlight/DiffView/DiffCells.d.ts +17 -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.d.ts +18 -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 +103 -0
- package/es/Highlight/index.js +259 -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.d.ts +2 -0
- package/es/Highlight/locale/en-US.js +1 -0
- package/es/Highlight/locale/zh-CN.d.ts +2 -0
- package/es/Highlight/locale/zh-CN.js +1 -0
- package/es/Highlight/locale/zh-TW.d.ts +2 -0
- package/es/Highlight/locale/zh-TW.js +1 -0
- package/es/Highlight/useKeyDownCopyEvent.d.ts +6 -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.d.ts +27 -0
- package/es/Login/locale/en-US.js +26 -0
- package/es/Login/locale/zh-CN.d.ts +28 -0
- package/es/Login/locale/zh-CN.js +27 -0
- package/es/Login/locale/zh-TW.d.ts +27 -0
- package/es/Login/locale/zh-TW.js +26 -0
- package/es/Lottie/index.d.ts +10 -0
- package/es/Lottie/index.js +37 -0
- package/es/Modal/index.d.ts +31 -0
- package/es/Modal/index.js +50 -0
- package/es/Modal/style/index.d.ts +9 -0
- package/es/Modal/style/index.js +21 -0
- package/es/NavMenu/index.d.ts +19 -0
- package/es/NavMenu/index.js +98 -0
- package/es/NavMenu/index.less +50 -0
- package/es/PageContainer/index.d.ts +17 -0
- package/es/PageContainer/index.js +55 -0
- package/es/PageContainer/index.less +72 -0
- package/es/PageContainer/locale/en-US.d.ts +4 -0
- package/es/PageContainer/locale/en-US.js +3 -0
- package/es/PageContainer/locale/zh-CN.d.ts +4 -0
- package/es/PageContainer/locale/zh-CN.js +3 -0
- package/es/PageContainer/locale/zh-TW.d.ts +4 -0
- package/es/PageContainer/locale/zh-TW.js +3 -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.d.ts +13 -0
- package/es/Password/locale/en-US.js +12 -0
- package/es/Password/locale/zh-CN.d.ts +13 -0
- package/es/Password/locale/zh-CN.js +12 -0
- package/es/Password/locale/zh-TW.d.ts +13 -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.d.ts +27 -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.d.ts +28 -0
- package/es/Ranger/locale/en-US.js +29 -0
- package/es/Ranger/locale/zh-CN.d.ts +4 -0
- package/es/Ranger/locale/zh-CN.js +3 -0
- package/es/Ranger/locale/zh-TW.d.ts +4 -0
- package/es/Ranger/locale/zh-TW.js +3 -0
- package/es/Ranger/typing.d.ts +12 -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 +38 -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.d.ts +2 -0
- package/es/SideTip/locale/en-US.js +1 -0
- package/es/SideTip/locale/zh-CN.d.ts +2 -0
- package/es/SideTip/locale/zh-CN.js +1 -0
- package/es/SideTip/locale/zh-TW.d.ts +2 -0
- package/es/SideTip/locale/zh-TW.js +1 -0
- package/es/SideTip/utils.d.ts +8 -0
- package/es/SideTip/utils.js +80 -0
- package/es/StaticFunction/index.d.ts +10 -0
- package/es/StaticFunction/index.js +37 -0
- package/es/Table/index.d.ts +16 -0
- package/es/Table/index.js +149 -0
- package/es/Table/locale/en-US.d.ts +8 -0
- package/es/Table/locale/en-US.js +7 -0
- package/es/Table/locale/zh-CN.d.ts +8 -0
- package/es/Table/locale/zh-CN.js +7 -0
- package/es/Table/locale/zh-TW.d.ts +8 -0
- package/es/Table/locale/zh-TW.js +7 -0
- package/es/Table/style/index.d.ts +9 -0
- package/es/Table/style/index.js +114 -0
- package/es/Tabs/TabPane.d.ts +7 -0
- package/es/Tabs/TabPane.js +2 -0
- package/es/Tabs/hooks/useInkBar.d.ts +12 -0
- package/es/Tabs/hooks/useInkBar.js +41 -0
- package/es/Tabs/hooks/useLegacyItems.d.ts +4 -0
- package/es/Tabs/hooks/useLegacyItems.js +50 -0
- package/es/Tabs/index.d.ts +17 -0
- package/es/Tabs/index.js +95 -0
- package/es/Tabs/style/index.d.ts +9 -0
- package/es/Tabs/style/index.js +35 -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.d.ts +13 -0
- package/es/TaskGraph/locale/en-US.js +12 -0
- package/es/TaskGraph/locale/zh-CN.d.ts +13 -0
- package/es/TaskGraph/locale/zh-CN.js +12 -0
- package/es/TaskGraph/locale/zh-TW.d.ts +13 -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/Tooltip/MouseTooltip.d.ts +9 -0
- package/es/Tooltip/MouseTooltip.js +98 -0
- package/es/Tooltip/index.d.ts +18 -0
- package/es/Tooltip/index.js +66 -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.d.ts +5 -0
- package/es/Welcome/locale/en-US.js +4 -0
- package/es/Welcome/locale/zh-CN.d.ts +5 -0
- package/es/Welcome/locale/zh-CN.js +4 -0
- package/es/Welcome/locale/zh-TW.d.ts +5 -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 +18 -0
- package/es/_util/genComponentStyleHook.js +27 -0
- package/es/_util/index.d.ts +18 -0
- package/es/_util/index.js +54 -0
- package/es/_util/itemRender.d.ts +2 -0
- package/es/_util/itemRender.js +12 -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.d.ts +7 -0
- package/es/constant/index.js +18 -0
- package/es/index.d.ts +52 -0
- package/es/index.js +53 -0
- package/es/index.less +14 -0
- package/es/interface.d.ts +1 -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.d.ts +3 -0
- package/es/locale/en-US.js +41 -0
- package/es/locale/index.d.ts +4 -0
- package/es/locale/index.js +1 -0
- package/es/locale/zh-CN.d.ts +3 -0
- package/es/locale/zh-CN.js +43 -0
- package/es/locale/zh-TW.d.ts +3 -0
- package/es/locale/zh-TW.js +37 -0
- package/es/theme/index.d.ts +182 -0
- package/es/theme/index.js +107 -0
- package/es/theme/index.less +3 -0
- package/es/theme/style/compact.less +526 -0
- package/es/theme/style/dark.less +526 -0
- package/es/theme/style/default.less +526 -0
- package/es/variable.less +54 -0
- package/lib/Action/Group.d.ts +14 -0
- package/lib/Action/Group.js +126 -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 +39 -0
- package/lib/Alert/index.d.ts +12 -0
- package/lib/Alert/index.js +65 -0
- package/lib/Alert/style/index.d.ts +9 -0
- package/lib/Alert/style/index.js +120 -0
- package/lib/BackgroundTaskManager/RefreshMan.d.ts +11 -0
- package/lib/BackgroundTaskManager/RefreshMan.js +86 -0
- package/lib/BackgroundTaskManager/constants.d.ts +6 -0
- package/lib/BackgroundTaskManager/constants.js +38 -0
- package/lib/BackgroundTaskManager/index.d.ts +49 -0
- package/lib/BackgroundTaskManager/index.js +171 -0
- package/lib/BasicLayout/Header.d.ts +45 -0
- package/lib/BasicLayout/Header.js +180 -0
- package/lib/BasicLayout/Header.less +134 -0
- package/lib/BasicLayout/index.d.ts +45 -0
- package/lib/BasicLayout/index.js +348 -0
- package/lib/BasicLayout/index.less +400 -0
- package/lib/BasicLayout/locale/en-US.d.ts +12 -0
- package/lib/BasicLayout/locale/en-US.js +37 -0
- package/lib/BasicLayout/locale/zh-CN.d.ts +12 -0
- package/lib/BasicLayout/locale/zh-CN.js +37 -0
- package/lib/BasicLayout/locale/zh-TW.d.ts +12 -0
- package/lib/BasicLayout/locale/zh-TW.js +37 -0
- package/lib/BatchOperationBar/index.d.ts +33 -0
- package/lib/BatchOperationBar/index.js +167 -0
- package/lib/BatchOperationBar/index.less +46 -0
- package/lib/BatchOperationBar/index.less.d.ts +15 -0
- package/lib/BatchOperationBar/locale/en-US.d.ts +7 -0
- package/lib/BatchOperationBar/locale/en-US.js +32 -0
- package/lib/BatchOperationBar/locale/zh-CN.d.ts +7 -0
- package/lib/BatchOperationBar/locale/zh-CN.js +32 -0
- package/lib/BatchOperationBar/locale/zh-TW.d.ts +7 -0
- package/lib/BatchOperationBar/locale/zh-TW.js +32 -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 +21 -0
- package/lib/Boundary/IBoundary.d.ts +10 -0
- package/lib/Boundary/IBoundary.js +17 -0
- package/lib/Boundary/constant.d.ts +26 -0
- package/lib/Boundary/constant.js +71 -0
- package/lib/Boundary/index.d.ts +8 -0
- package/lib/Boundary/index.js +29 -0
- package/lib/Boundary/index.less +44 -0
- package/lib/Boundary/locale/en-US.d.ts +11 -0
- package/lib/Boundary/locale/en-US.js +36 -0
- package/lib/Boundary/locale/zh-CN.d.ts +11 -0
- package/lib/Boundary/locale/zh-CN.js +36 -0
- package/lib/Boundary/locale/zh-TW.d.ts +11 -0
- package/lib/Boundary/locale/zh-TW.js +36 -0
- package/lib/Boundary/utils.d.ts +1 -0
- package/lib/Boundary/utils.js +46 -0
- package/lib/Button/index.d.ts +10 -0
- package/lib/Button/index.js +53 -0
- package/lib/Button/style/index.d.ts +9 -0
- package/lib/Button/style/index.js +52 -0
- package/lib/Card/index.d.ts +16 -0
- package/lib/Card/index.js +112 -0
- package/lib/Card/style/index.d.ts +12 -0
- package/lib/Card/style/index.js +80 -0
- package/lib/ConfigProvider/index.d.ts +14 -0
- package/lib/ConfigProvider/index.js +54 -0
- package/lib/ContentWithQuestion/index.d.ts +13 -0
- package/lib/ContentWithQuestion/index.js +78 -0
- package/lib/ContentWithQuestion/index.less +18 -0
- package/lib/Descriptions/Item.d.ts +8 -0
- package/lib/Descriptions/Item.js +28 -0
- package/lib/Descriptions/index.d.ts +9 -0
- package/lib/Descriptions/index.js +114 -0
- package/lib/Descriptions/style/index.d.ts +12 -0
- package/lib/Descriptions/style/index.js +60 -0
- package/lib/Dialog/Anchor.d.ts +19 -0
- package/lib/Dialog/Anchor.js +107 -0
- package/lib/Dialog/Dock.d.ts +6 -0
- package/lib/Dialog/Dock.js +112 -0
- package/lib/Dialog/EventProxy.d.ts +3 -0
- package/lib/Dialog/EventProxy.js +69 -0
- package/lib/Dialog/index.d.ts +35 -0
- package/lib/Dialog/index.js +560 -0
- package/lib/Dialog/index.less +114 -0
- package/lib/Dialog/locale/en-US.d.ts +5 -0
- package/lib/Dialog/locale/en-US.js +30 -0
- package/lib/Dialog/locale/zh-CN.d.ts +5 -0
- package/lib/Dialog/locale/zh-CN.js +30 -0
- package/lib/Dialog/locale/zh-TW.d.ts +5 -0
- package/lib/Dialog/locale/zh-TW.js +30 -0
- package/lib/DocDialog/index.d.ts +24 -0
- package/lib/DocDialog/index.js +137 -0
- package/lib/DocDialog/locale/en-US.d.ts +2 -0
- package/lib/DocDialog/locale/en-US.js +27 -0
- package/lib/DocDialog/locale/zh-CN.d.ts +2 -0
- package/lib/DocDialog/locale/zh-CN.js +27 -0
- package/lib/DocDialog/locale/zh-TW.d.ts +2 -0
- package/lib/DocDialog/locale/zh-TW.js +27 -0
- package/lib/Form/FormItem.d.ts +16 -0
- package/lib/Form/FormItem.js +59 -0
- package/lib/Form/index.d.ts +2 -0
- package/lib/Form/index.js +40 -0
- package/lib/FullscreenBox/index.d.ts +42 -0
- package/lib/FullscreenBox/index.js +128 -0
- package/lib/FullscreenBox/index.less +49 -0
- package/lib/FullscreenBox/locale/en-US.d.ts +2 -0
- package/lib/FullscreenBox/locale/en-US.js +27 -0
- package/lib/FullscreenBox/locale/zh-CN.d.ts +2 -0
- package/lib/FullscreenBox/locale/zh-CN.js +27 -0
- package/lib/FullscreenBox/locale/zh-TW.d.ts +2 -0
- package/lib/FullscreenBox/locale/zh-TW.js +27 -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.d.ts +9 -0
- package/lib/GraphToolbar/locale/en-US.js +34 -0
- package/lib/GraphToolbar/locale/zh-CN.d.ts +9 -0
- package/lib/GraphToolbar/locale/zh-CN.js +34 -0
- package/lib/GraphToolbar/locale/zh-TW.d.ts +9 -0
- package/lib/GraphToolbar/locale/zh-TW.js +34 -0
- package/lib/Highlight/DiffView/DiffCells.d.ts +17 -0
- package/lib/Highlight/DiffView/DiffCells.js +72 -0
- package/lib/Highlight/DiffView/index.d.ts +44 -0
- package/lib/Highlight/DiffView/index.js +299 -0
- package/lib/Highlight/HighlightCell.d.ts +18 -0
- package/lib/Highlight/HighlightCell.js +60 -0
- package/lib/Highlight/JsonView.d.ts +8 -0
- package/lib/Highlight/JsonView.js +85 -0
- package/lib/Highlight/index.d.ts +103 -0
- package/lib/Highlight/index.js +265 -0
- package/lib/Highlight/index.less +381 -0
- package/lib/Highlight/languages/bash.js +38 -0
- package/lib/Highlight/languages/cpp.js +38 -0
- package/lib/Highlight/languages/css.js +38 -0
- package/lib/Highlight/languages/dockerfile.js +38 -0
- package/lib/Highlight/languages/go.js +38 -0
- package/lib/Highlight/languages/groovy.js +38 -0
- package/lib/Highlight/languages/http.js +38 -0
- package/lib/Highlight/languages/java.js +38 -0
- package/lib/Highlight/languages/javascript.js +38 -0
- package/lib/Highlight/languages/json.js +38 -0
- package/lib/Highlight/languages/markdown.js +38 -0
- package/lib/Highlight/languages/nginx.js +38 -0
- package/lib/Highlight/languages/python.js +38 -0
- package/lib/Highlight/languages/ruby.js +38 -0
- package/lib/Highlight/languages/solidity.js +38 -0
- package/lib/Highlight/languages/sql.js +38 -0
- package/lib/Highlight/languages/typescript.js +38 -0
- package/lib/Highlight/languages/xml.js +38 -0
- package/lib/Highlight/languages/yaml.js +38 -0
- package/lib/Highlight/locale/en-US.d.ts +2 -0
- package/lib/Highlight/locale/en-US.js +27 -0
- package/lib/Highlight/locale/zh-CN.d.ts +2 -0
- package/lib/Highlight/locale/zh-CN.js +27 -0
- package/lib/Highlight/locale/zh-TW.d.ts +2 -0
- package/lib/Highlight/locale/zh-TW.js +27 -0
- package/lib/Highlight/useKeyDownCopyEvent.d.ts +6 -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 +84 -0
- package/lib/LocaleDropdown/index.d.ts +9 -0
- package/lib/LocaleDropdown/index.js +72 -0
- package/lib/Login/ActivateForm.d.ts +19 -0
- package/lib/Login/ActivateForm.js +134 -0
- package/lib/Login/LoginForm.d.ts +20 -0
- package/lib/Login/LoginForm.js +177 -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 +175 -0
- package/lib/Login/index.less +325 -0
- package/lib/Login/locale/en-US.d.ts +27 -0
- package/lib/Login/locale/en-US.js +52 -0
- package/lib/Login/locale/zh-CN.d.ts +28 -0
- package/lib/Login/locale/zh-CN.js +53 -0
- package/lib/Login/locale/zh-TW.d.ts +27 -0
- package/lib/Login/locale/zh-TW.js +52 -0
- package/lib/Lottie/index.d.ts +10 -0
- package/lib/Lottie/index.js +64 -0
- package/lib/Modal/index.d.ts +31 -0
- package/lib/Modal/index.js +60 -0
- package/lib/Modal/style/index.d.ts +9 -0
- package/lib/Modal/style/index.js +51 -0
- package/lib/NavMenu/index.d.ts +19 -0
- package/lib/NavMenu/index.js +105 -0
- package/lib/NavMenu/index.less +50 -0
- package/lib/PageContainer/index.d.ts +17 -0
- package/lib/PageContainer/index.js +71 -0
- package/lib/PageContainer/index.less +72 -0
- package/lib/PageContainer/locale/en-US.d.ts +4 -0
- package/lib/PageContainer/locale/en-US.js +29 -0
- package/lib/PageContainer/locale/zh-CN.d.ts +4 -0
- package/lib/PageContainer/locale/zh-CN.js +29 -0
- package/lib/PageContainer/locale/zh-TW.d.ts +4 -0
- package/lib/PageContainer/locale/zh-TW.js +29 -0
- package/lib/Password/Content.d.ts +14 -0
- package/lib/Password/Content.js +108 -0
- package/lib/Password/index.d.ts +25 -0
- package/lib/Password/index.js +164 -0
- package/lib/Password/locale/en-US.d.ts +13 -0
- package/lib/Password/locale/en-US.js +38 -0
- package/lib/Password/locale/zh-CN.d.ts +13 -0
- package/lib/Password/locale/zh-CN.js +38 -0
- package/lib/Password/locale/zh-TW.d.ts +13 -0
- package/lib/Password/locale/zh-TW.js +38 -0
- package/lib/Ranger/QuickPicker.d.ts +4 -0
- package/lib/Ranger/QuickPicker.js +108 -0
- package/lib/Ranger/Ranger.d.ts +11 -0
- package/lib/Ranger/Ranger.js +155 -0
- package/lib/Ranger/constant/index.d.ts +27 -0
- package/lib/Ranger/constant/index.js +268 -0
- package/lib/Ranger/index.d.ts +33 -0
- package/lib/Ranger/index.js +66 -0
- package/lib/Ranger/index.less +55 -0
- package/lib/Ranger/locale/en-US.d.ts +28 -0
- package/lib/Ranger/locale/en-US.js +55 -0
- package/lib/Ranger/locale/zh-CN.d.ts +4 -0
- package/lib/Ranger/locale/zh-CN.js +29 -0
- package/lib/Ranger/locale/zh-TW.d.ts +4 -0
- package/lib/Ranger/locale/zh-TW.js +29 -0
- package/lib/Ranger/typing.d.ts +12 -0
- package/lib/Ranger/typing.js +17 -0
- package/lib/SideTip/Dragger.d.ts +45 -0
- package/lib/SideTip/Dragger.js +261 -0
- package/lib/SideTip/IconLoading.d.ts +3 -0
- package/lib/SideTip/IconLoading.js +78 -0
- package/lib/SideTip/index.d.ts +156 -0
- package/lib/SideTip/index.js +184 -0
- package/lib/SideTip/index.less +177 -0
- package/lib/SideTip/locale/en-US.d.ts +2 -0
- package/lib/SideTip/locale/en-US.js +27 -0
- package/lib/SideTip/locale/zh-CN.d.ts +2 -0
- package/lib/SideTip/locale/zh-CN.js +27 -0
- package/lib/SideTip/locale/zh-TW.d.ts +2 -0
- package/lib/SideTip/locale/zh-TW.js +27 -0
- package/lib/SideTip/utils.d.ts +8 -0
- package/lib/SideTip/utils.js +112 -0
- package/lib/StaticFunction/index.d.ts +10 -0
- package/lib/StaticFunction/index.js +72 -0
- package/lib/Table/index.d.ts +16 -0
- package/lib/Table/index.js +172 -0
- package/lib/Table/locale/en-US.d.ts +8 -0
- package/lib/Table/locale/en-US.js +33 -0
- package/lib/Table/locale/zh-CN.d.ts +8 -0
- package/lib/Table/locale/zh-CN.js +33 -0
- package/lib/Table/locale/zh-TW.d.ts +8 -0
- package/lib/Table/locale/zh-TW.js +33 -0
- package/lib/Table/style/index.d.ts +9 -0
- package/lib/Table/style/index.js +220 -0
- package/lib/Tabs/TabPane.d.ts +7 -0
- package/lib/Tabs/TabPane.js +28 -0
- package/lib/Tabs/hooks/useInkBar.d.ts +12 -0
- package/lib/Tabs/hooks/useInkBar.js +64 -0
- package/lib/Tabs/hooks/useLegacyItems.d.ts +4 -0
- package/lib/Tabs/hooks/useLegacyItems.js +64 -0
- package/lib/Tabs/index.d.ts +17 -0
- package/lib/Tabs/index.js +111 -0
- package/lib/Tabs/style/index.d.ts +9 -0
- package/lib/Tabs/style/index.js +71 -0
- package/lib/TaskGraph/Graph.d.ts +24 -0
- package/lib/TaskGraph/Graph.js +261 -0
- package/lib/TaskGraph/graph.less +23 -0
- package/lib/TaskGraph/index.d.ts +16 -0
- package/lib/TaskGraph/index.js +165 -0
- package/lib/TaskGraph/index.less +117 -0
- package/lib/TaskGraph/locale/en-US.d.ts +13 -0
- package/lib/TaskGraph/locale/en-US.js +38 -0
- package/lib/TaskGraph/locale/zh-CN.d.ts +13 -0
- package/lib/TaskGraph/locale/zh-CN.js +38 -0
- package/lib/TaskGraph/locale/zh-TW.d.ts +13 -0
- package/lib/TaskGraph/locale/zh-TW.js +38 -0
- package/lib/TaskGraph/register.d.ts +7 -0
- package/lib/TaskGraph/register.js +207 -0
- package/lib/Tooltip/MouseTooltip.d.ts +9 -0
- package/lib/Tooltip/MouseTooltip.js +108 -0
- package/lib/Tooltip/index.d.ts +18 -0
- package/lib/Tooltip/index.js +109 -0
- package/lib/TreeSearch/index.d.ts +38 -0
- package/lib/TreeSearch/index.js +137 -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 +104 -0
- package/lib/Welcome/index.less +186 -0
- package/lib/Welcome/locale/en-US.d.ts +5 -0
- package/lib/Welcome/locale/en-US.js +30 -0
- package/lib/Welcome/locale/zh-CN.d.ts +5 -0
- package/lib/Welcome/locale/zh-CN.js +30 -0
- package/lib/Welcome/locale/zh-TW.d.ts +5 -0
- package/lib/Welcome/locale/zh-TW.js +30 -0
- package/lib/Welcome/step.d.ts +18 -0
- package/lib/Welcome/step.js +53 -0
- package/lib/_util/genComponentStyleHook.d.ts +18 -0
- package/lib/_util/genComponentStyleHook.js +58 -0
- package/lib/_util/index.d.ts +18 -0
- package/lib/_util/index.js +67 -0
- package/lib/_util/itemRender.d.ts +2 -0
- package/lib/_util/itemRender.js +44 -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.d.ts +7 -0
- package/lib/constant/index.js +51 -0
- package/lib/index.d.ts +52 -0
- package/lib/index.js +160 -0
- package/lib/index.less +14 -0
- package/lib/interface.d.ts +1 -0
- package/lib/interface.js +17 -0
- package/lib/locale/LocaleWrapper.d.ts +10 -0
- package/lib/locale/LocaleWrapper.js +71 -0
- package/lib/locale/en-US.d.ts +3 -0
- package/lib/locale/en-US.js +75 -0
- package/lib/locale/index.d.ts +4 -0
- package/lib/locale/index.js +17 -0
- package/lib/locale/zh-CN.d.ts +3 -0
- package/lib/locale/zh-CN.js +77 -0
- package/lib/locale/zh-TW.d.ts +3 -0
- package/lib/locale/zh-TW.js +71 -0
- package/lib/theme/index.d.ts +182 -0
- package/lib/theme/index.js +130 -0
- package/lib/theme/index.less +3 -0
- package/lib/theme/style/compact.less +526 -0
- package/lib/theme/style/dark.less +526 -0
- package/lib/theme/style/default.less +526 -0
- package/lib/variable.less +54 -0
- package/package.json +109 -0
|
@@ -0,0 +1,200 @@
|
|
|
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 ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
+
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; }
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
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); }
|
|
7
|
+
import { findByValue } from '@oceanbase/util';
|
|
8
|
+
import { toLower } from 'lodash';
|
|
9
|
+
import G6 from '@antv/g6';
|
|
10
|
+
import { token } from "../StaticFunction";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* 计算字符串的长度
|
|
14
|
+
* @param {string} str 指定的字符串
|
|
15
|
+
* @return {number} 字符串长度
|
|
16
|
+
*/
|
|
17
|
+
var calcStrLen = function calcStrLen(str) {
|
|
18
|
+
var len = 0;
|
|
19
|
+
// eslint-disable-next-line
|
|
20
|
+
for (var i = 0; i < str.length; i++) {
|
|
21
|
+
if (str.charCodeAt(i) > 0 && str.charCodeAt(i) < 128) {
|
|
22
|
+
// eslint-disable-next-line
|
|
23
|
+
len++;
|
|
24
|
+
} else {
|
|
25
|
+
len += 2;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
return len;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* 计算显示的字符串
|
|
33
|
+
* @param {string} str 要裁剪的字符串
|
|
34
|
+
* @param {number} maxWidth 最大宽度
|
|
35
|
+
* @param {number} fontSize 字体大小
|
|
36
|
+
* @return {string} 处理后的字符串
|
|
37
|
+
*/
|
|
38
|
+
var fittingString = function fittingString(str, maxWidth, fontSize) {
|
|
39
|
+
var fontWidth = fontSize * 1.3; // 字号+边距
|
|
40
|
+
maxWidth *= 2; // 需要根据自己项目调整
|
|
41
|
+
var width = calcStrLen(str) * fontWidth;
|
|
42
|
+
var ellipsis = '…';
|
|
43
|
+
if (width > maxWidth) {
|
|
44
|
+
var actualLen = Math.floor((maxWidth - 10) / fontWidth);
|
|
45
|
+
var result = str.substring(0, actualLen) + ellipsis;
|
|
46
|
+
return result;
|
|
47
|
+
}
|
|
48
|
+
return str;
|
|
49
|
+
};
|
|
50
|
+
export default function (statusList, assetsPath) {
|
|
51
|
+
G6.registerNode('subTaskNode', {
|
|
52
|
+
drawShape: function drawShape(cfg, group) {
|
|
53
|
+
var defaultNodeWidth = 200;
|
|
54
|
+
var nodeWidth = defaultNodeWidth;
|
|
55
|
+
var offsetX = 0;
|
|
56
|
+
// 任务名
|
|
57
|
+
if (cfg.name) {
|
|
58
|
+
// 使用 ellipsisName 字段用于超长文本截断
|
|
59
|
+
var ellipsisName = fittingString(cfg.name, 180, 12);
|
|
60
|
+
var nameShape = group.addShape('text', {
|
|
61
|
+
attrs: {
|
|
62
|
+
// 使用裁剪后的 name
|
|
63
|
+
text: ellipsisName,
|
|
64
|
+
x: -30,
|
|
65
|
+
y: -5,
|
|
66
|
+
fill: token.colorText,
|
|
67
|
+
fontSize: 14,
|
|
68
|
+
fontFamily: 'SFProText-Medium'
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
var nameBBox = nameShape.getBBox();
|
|
72
|
+
nodeWidth = nameBBox.width + 100;
|
|
73
|
+
if (nodeWidth > 280) {
|
|
74
|
+
// 节点宽度最大为 280
|
|
75
|
+
nodeWidth = 280;
|
|
76
|
+
} else if (nodeWidth < 200) {
|
|
77
|
+
// 节点宽度最小为 200
|
|
78
|
+
nodeWidth = 200;
|
|
79
|
+
}
|
|
80
|
+
offsetX = -(nodeWidth - defaultNodeWidth) / 2;
|
|
81
|
+
nameShape.translate(offsetX, 0);
|
|
82
|
+
}
|
|
83
|
+
var rect = group.addShape('rect', {
|
|
84
|
+
name: 'rect',
|
|
85
|
+
attrs: {
|
|
86
|
+
x: -nodeWidth / 2,
|
|
87
|
+
y: -34,
|
|
88
|
+
width: nodeWidth,
|
|
89
|
+
height: 62,
|
|
90
|
+
radius: 30,
|
|
91
|
+
fill: '#fff',
|
|
92
|
+
lineWidth: 3,
|
|
93
|
+
shadowColor: '#e1e3e6',
|
|
94
|
+
shadowBlur: 10,
|
|
95
|
+
shadowOffsetX: 0,
|
|
96
|
+
shadowOffsetY: 10
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
// 状态图片
|
|
101
|
+
group.addShape('image', {
|
|
102
|
+
name: 'statusImage',
|
|
103
|
+
attrs: {
|
|
104
|
+
x: -89 + offsetX,
|
|
105
|
+
y: -23,
|
|
106
|
+
width: 42,
|
|
107
|
+
height: 42,
|
|
108
|
+
// 任务状态图标的命名需要与状态名保持一致
|
|
109
|
+
img: "".concat(assetsPath, "/task_").concat(toLower(cfg.status), ".svg")
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
// 任务状态
|
|
114
|
+
group.addShape('text', {
|
|
115
|
+
name: 'statusName',
|
|
116
|
+
attrs: {
|
|
117
|
+
text: findByValue(statusList, cfg.status).label,
|
|
118
|
+
x: -30 + offsetX,
|
|
119
|
+
y: 15,
|
|
120
|
+
fill: token.colorTextTertiary,
|
|
121
|
+
fontSize: 12,
|
|
122
|
+
fontFamily: 'PingFangSC-Regular'
|
|
123
|
+
}
|
|
124
|
+
});
|
|
125
|
+
var moreGroup = group.addGroup({
|
|
126
|
+
name: 'moreGroup'
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
// ellipsis 图片
|
|
130
|
+
moreGroup.addShape('image', {
|
|
131
|
+
attrs: {
|
|
132
|
+
// 右边距为 34
|
|
133
|
+
x: nodeWidth / 2 - 34 - 16,
|
|
134
|
+
y: 8,
|
|
135
|
+
width: 16,
|
|
136
|
+
height: 2.5,
|
|
137
|
+
cursor: 'pointer',
|
|
138
|
+
img: "".concat(assetsPath, "/icon_ellipsis.svg")
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
moreGroup.addShape('rect', {
|
|
142
|
+
attrs: {
|
|
143
|
+
x: nodeWidth / 2 - 34 - 16,
|
|
144
|
+
y: 0,
|
|
145
|
+
width: 16,
|
|
146
|
+
height: 16,
|
|
147
|
+
cursor: 'pointer',
|
|
148
|
+
fill: 'transparent'
|
|
149
|
+
}
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
// rect 在节点名称之后渲染,需要对 rect 进行置底操作
|
|
153
|
+
rect.toBack();
|
|
154
|
+
return rect;
|
|
155
|
+
},
|
|
156
|
+
update: function update(cfg, node) {
|
|
157
|
+
var group = node.get('group');
|
|
158
|
+
var statusImage = group.findAllByName('statusImage') && group.findAllByName('statusImage')[0];
|
|
159
|
+
var statusName = group.findAllByName('statusName') && group.findAllByName('statusName')[0];
|
|
160
|
+
// 更新状态图标
|
|
161
|
+
if (statusImage) {
|
|
162
|
+
statusImage.attr('img', "".concat(assetsPath, "/task_").concat(toLower(cfg.status), ".svg"));
|
|
163
|
+
}
|
|
164
|
+
// 更新状态文本
|
|
165
|
+
if (statusName) {
|
|
166
|
+
statusName.attr('text', findByValue(statusList, cfg.status).label);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}, 'single-node');
|
|
170
|
+
G6.registerEdge('subTaskEdge', {
|
|
171
|
+
curvePosition: [9 / 10, 1 / 10],
|
|
172
|
+
getShapeStyle: function getShapeStyle(cfg) {
|
|
173
|
+
var targetNodeModel = cfg.targetNode && cfg.targetNode.get('model') || {};
|
|
174
|
+
var status = targetNodeModel.status;
|
|
175
|
+
var startPoint = cfg.startPoint,
|
|
176
|
+
endPoint = cfg.endPoint;
|
|
177
|
+
var controlPoints = this.getControlPoints(cfg);
|
|
178
|
+
var points = [startPoint]; // 添加起始点
|
|
179
|
+
// 添加控制点
|
|
180
|
+
if (controlPoints) {
|
|
181
|
+
points = points.concat(controlPoints);
|
|
182
|
+
}
|
|
183
|
+
// 添加结束点
|
|
184
|
+
points.push(endPoint);
|
|
185
|
+
var path = this.getPath(points, cfg);
|
|
186
|
+
var statusColor = findByValue(statusList, status).color;
|
|
187
|
+
var style = _objectSpread(_objectSpread({}, G6.Global.defaultEdge.style), {}, {
|
|
188
|
+
path: path,
|
|
189
|
+
// 自定义结束箭头,箭头的边长为 10,夹角为 60 度
|
|
190
|
+
endArrow: {
|
|
191
|
+
path: "M".concat(10 * Math.cos(Math.PI / 6), ",").concat(10 * Math.sin(Math.PI / 6), " L0,0 L").concat(10 * Math.cos(Math.PI / 6), ",-").concat(10 * Math.sin(Math.PI / 6)),
|
|
192
|
+
fill: statusColor
|
|
193
|
+
},
|
|
194
|
+
lineWidth: 2,
|
|
195
|
+
stroke: statusColor
|
|
196
|
+
}, cfg.style);
|
|
197
|
+
return style;
|
|
198
|
+
}
|
|
199
|
+
}, 'cubic-vertical');
|
|
200
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TooltipPropsWithTitle as AntTooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
3
|
+
interface MouseTooltipProps extends AntTooltipPropsWithTitle {
|
|
4
|
+
visible?: boolean;
|
|
5
|
+
offsetX?: number;
|
|
6
|
+
offsetY?: number;
|
|
7
|
+
}
|
|
8
|
+
declare const MouseTooltip: React.FC<MouseTooltipProps>;
|
|
9
|
+
export default MouseTooltip;
|
|
@@ -0,0 +1,98 @@
|
|
|
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
|
+
var _excluded = ["children", "title", "visible", "open", "onOpenChange", "onVisibleChange", "overlayInnerStyle", "mouseEnterDelay", "mouseLeaveDelay"],
|
|
3
|
+
_excluded2 = ["color"];
|
|
4
|
+
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); }
|
|
5
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
6
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7
|
+
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; }
|
|
8
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
9
|
+
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); }
|
|
10
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
11
|
+
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."); }
|
|
12
|
+
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); }
|
|
13
|
+
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; }
|
|
14
|
+
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; } }
|
|
15
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
16
|
+
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; }
|
|
17
|
+
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; }
|
|
18
|
+
import React, { useState, useRef } from 'react';
|
|
19
|
+
import ReactStickyMouseTooltip from 'react-sticky-mouse-tooltip';
|
|
20
|
+
import { useMouse, useSize } from 'ahooks';
|
|
21
|
+
import { token } from "../StaticFunction";
|
|
22
|
+
var MouseTooltip = function MouseTooltip(_ref) {
|
|
23
|
+
var children = _ref.children,
|
|
24
|
+
title = _ref.title,
|
|
25
|
+
_ref$visible = _ref.visible,
|
|
26
|
+
outerVisible = _ref$visible === void 0 ? true : _ref$visible,
|
|
27
|
+
_ref$open = _ref.open,
|
|
28
|
+
outerOpen = _ref$open === void 0 ? true : _ref$open,
|
|
29
|
+
onOpenChange = _ref.onOpenChange,
|
|
30
|
+
onVisibleChange = _ref.onVisibleChange,
|
|
31
|
+
overlayInnerStyle = _ref.overlayInnerStyle,
|
|
32
|
+
_ref$mouseEnterDelay = _ref.mouseEnterDelay,
|
|
33
|
+
mouseEnterDelay = _ref$mouseEnterDelay === void 0 ? 0.1 : _ref$mouseEnterDelay,
|
|
34
|
+
_ref$mouseLeaveDelay = _ref.mouseLeaveDelay,
|
|
35
|
+
mouseLeaveDelay = _ref$mouseLeaveDelay === void 0 ? 0.1 : _ref$mouseLeaveDelay,
|
|
36
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
37
|
+
var _useState = useState(false),
|
|
38
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
39
|
+
visible = _useState2[0],
|
|
40
|
+
setVisible = _useState2[1];
|
|
41
|
+
var _ref2 = overlayInnerStyle || {},
|
|
42
|
+
color = _ref2.color,
|
|
43
|
+
restOverlayInnerStyle = _objectWithoutProperties(_ref2, _excluded2);
|
|
44
|
+
var handleVisibleChange = function handleVisibleChange(value) {
|
|
45
|
+
setVisible(value);
|
|
46
|
+
onOpenChange(value);
|
|
47
|
+
onVisibleChange(value);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
// 获取鼠标位置
|
|
51
|
+
var mouse = useMouse();
|
|
52
|
+
var ref = useRef(null);
|
|
53
|
+
var size = useSize(ref);
|
|
54
|
+
// tooltip 宽高,由于 ref 是设置在内容区上的,因此还需要加上外部的 padding
|
|
55
|
+
var tooltipWidth = ((size === null || size === void 0 ? void 0 : size.width) || 0) + 16;
|
|
56
|
+
var tooltipHeight = ((size === null || size === void 0 ? void 0 : size.height) || 0) + 12;
|
|
57
|
+
// 页面宽高
|
|
58
|
+
var pageWidth = document.body.clientWidth || 0;
|
|
59
|
+
var pageHeight = document.body.clientHeight || 0;
|
|
60
|
+
|
|
61
|
+
// 是否横向超出浏览器,需要留出 8px 缓冲区,避免到达页面边界时位置调整不生效
|
|
62
|
+
var isOverWidth = mouse.clientX + tooltipWidth + 8 > pageWidth;
|
|
63
|
+
// 是否纵向超出浏览器,需要留出 8px 缓冲区,避免到达页面边界时位置调整不生效
|
|
64
|
+
var isOverHeight = mouse.clientY + tooltipHeight + 8 > pageHeight;
|
|
65
|
+
|
|
66
|
+
// tooltip 和鼠标之间的偏移
|
|
67
|
+
var offset = 8;
|
|
68
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("span", {
|
|
69
|
+
onMouseEnter: function onMouseEnter() {
|
|
70
|
+
if (outerOpen || outerVisible) {
|
|
71
|
+
setTimeout(function () {
|
|
72
|
+
handleVisibleChange(true);
|
|
73
|
+
}, mouseEnterDelay * 1000);
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
onMouseLeave: function onMouseLeave() {
|
|
77
|
+
setTimeout(function () {
|
|
78
|
+
handleVisibleChange(false);
|
|
79
|
+
}, mouseLeaveDelay);
|
|
80
|
+
}
|
|
81
|
+
}, children), /*#__PURE__*/React.createElement(ReactStickyMouseTooltip, _extends({
|
|
82
|
+
visible: visible,
|
|
83
|
+
style: _objectSpread({
|
|
84
|
+
// 需要大于 Popover 的 1030 zIndex 值,否则会被遮挡
|
|
85
|
+
zIndex: 1100,
|
|
86
|
+
padding: '6px 8px',
|
|
87
|
+
boxShadow: token.boxShadowSecondary,
|
|
88
|
+
borderRadius: token.borderRadius,
|
|
89
|
+
color: color || token.colorTextLightSolid,
|
|
90
|
+
backgroundColor: token.colorBgSpotlight,
|
|
91
|
+
left: isOverWidth ? mouse.clientX - tooltipWidth - offset : mouse.clientX + offset,
|
|
92
|
+
top: isOverHeight ? mouse.clientY - tooltipHeight - offset : mouse.clientY + offset
|
|
93
|
+
}, restOverlayInnerStyle)
|
|
94
|
+
}, restProps), /*#__PURE__*/React.createElement("div", {
|
|
95
|
+
ref: ref
|
|
96
|
+
}, title)));
|
|
97
|
+
};
|
|
98
|
+
export default MouseTooltip;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TooltipPropsWithTitle as AntTooltipPropsWithTitle } from 'antd/es/tooltip';
|
|
3
|
+
export declare type TooltipType = 'default' | 'light' | 'success' | 'info' | 'warning' | 'error';
|
|
4
|
+
export interface TooltipProps extends AntTooltipPropsWithTitle {
|
|
5
|
+
type?: TooltipType;
|
|
6
|
+
mouseFollow?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const getTooltipTypeList: () => {
|
|
9
|
+
type: string;
|
|
10
|
+
color: string;
|
|
11
|
+
backgroundColor: string;
|
|
12
|
+
}[];
|
|
13
|
+
declare type CompoundedComponent = React.FC<TooltipProps> & {
|
|
14
|
+
/** @internal */
|
|
15
|
+
__ANT_TOOLTIP: boolean;
|
|
16
|
+
};
|
|
17
|
+
declare const Tooltip: CompoundedComponent;
|
|
18
|
+
export default Tooltip;
|
|
@@ -0,0 +1,66 @@
|
|
|
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
|
+
var _excluded = ["children", "type", "color", "overlayInnerStyle", "mouseFollow"];
|
|
3
|
+
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); }
|
|
4
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6
|
+
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; }
|
|
7
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
8
|
+
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); }
|
|
9
|
+
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; }
|
|
10
|
+
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; }
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import { Tooltip as AntTooltip } from 'antd';
|
|
13
|
+
import { token } from "../StaticFunction";
|
|
14
|
+
import MouseTooltip from "./MouseTooltip";
|
|
15
|
+
export var getTooltipTypeList = function getTooltipTypeList() {
|
|
16
|
+
return [{
|
|
17
|
+
type: 'light',
|
|
18
|
+
color: token.colorText,
|
|
19
|
+
backgroundColor: '#ffffff'
|
|
20
|
+
}, {
|
|
21
|
+
type: 'success',
|
|
22
|
+
color: token.colorSuccess,
|
|
23
|
+
backgroundColor: token.colorSuccessBg
|
|
24
|
+
}, {
|
|
25
|
+
type: 'info',
|
|
26
|
+
color: token.colorInfo,
|
|
27
|
+
backgroundColor: token.colorInfoBg
|
|
28
|
+
}, {
|
|
29
|
+
type: 'warning',
|
|
30
|
+
color: token.colorWarning,
|
|
31
|
+
backgroundColor: token.colorWarningBg
|
|
32
|
+
}, {
|
|
33
|
+
type: 'error',
|
|
34
|
+
color: token.colorError,
|
|
35
|
+
backgroundColor: token.colorErrorBg
|
|
36
|
+
}];
|
|
37
|
+
};
|
|
38
|
+
var Tooltip = function Tooltip(_ref) {
|
|
39
|
+
var children = _ref.children,
|
|
40
|
+
_ref$type = _ref.type,
|
|
41
|
+
type = _ref$type === void 0 ? 'default' : _ref$type,
|
|
42
|
+
color = _ref.color,
|
|
43
|
+
overlayInnerStyle = _ref.overlayInnerStyle,
|
|
44
|
+
mouseFollow = _ref.mouseFollow,
|
|
45
|
+
restProps = _objectWithoutProperties(_ref, _excluded);
|
|
46
|
+
var typeList = getTooltipTypeList();
|
|
47
|
+
var typeItem = typeList.find(function (item) {
|
|
48
|
+
return item.type === type;
|
|
49
|
+
});
|
|
50
|
+
return mouseFollow ? /*#__PURE__*/React.createElement(MouseTooltip, _extends({
|
|
51
|
+
color: typeItem === null || typeItem === void 0 ? void 0 : typeItem.backgroundColor,
|
|
52
|
+
overlayInnerStyle: _objectSpread({
|
|
53
|
+
color: typeItem === null || typeItem === void 0 ? void 0 : typeItem.color
|
|
54
|
+
}, overlayInnerStyle)
|
|
55
|
+
}, restProps), children) : /*#__PURE__*/React.createElement(AntTooltip, _extends({
|
|
56
|
+
color: typeItem === null || typeItem === void 0 ? void 0 : typeItem.backgroundColor,
|
|
57
|
+
overlayInnerStyle: _objectSpread({
|
|
58
|
+
color: typeItem === null || typeItem === void 0 ? void 0 : typeItem.color
|
|
59
|
+
}, overlayInnerStyle)
|
|
60
|
+
}, restProps), children);
|
|
61
|
+
};
|
|
62
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
63
|
+
Tooltip.displayName = AntTooltip.displayName;
|
|
64
|
+
}
|
|
65
|
+
Tooltip.__ANT_TOOLTIP = true;
|
|
66
|
+
export default Tooltip;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { DataNode } from 'antd/es/tree';
|
|
3
|
+
export interface Node {
|
|
4
|
+
originTitle?: string;
|
|
5
|
+
value?: string;
|
|
6
|
+
title?: string;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
children?: Node[];
|
|
9
|
+
}
|
|
10
|
+
export interface TreeNode extends Node {
|
|
11
|
+
originTitle: string;
|
|
12
|
+
key: string;
|
|
13
|
+
children?: TreeNode[];
|
|
14
|
+
}
|
|
15
|
+
export interface TreeSearchRef {
|
|
16
|
+
reset: () => void;
|
|
17
|
+
checkAll: () => void;
|
|
18
|
+
invertSelect: () => void;
|
|
19
|
+
}
|
|
20
|
+
interface IProps {
|
|
21
|
+
treeData: Node[];
|
|
22
|
+
titleRender?: (nodeData: DataNode) => React.ReactNode;
|
|
23
|
+
checkable?: boolean;
|
|
24
|
+
onChange?: (nodes: Node[]) => void;
|
|
25
|
+
width?: number | string;
|
|
26
|
+
height?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 是否默认展开所有节点
|
|
29
|
+
*/
|
|
30
|
+
defaultExpandAll?: boolean;
|
|
31
|
+
/** onChange 时只关注叶子节点的变化 */
|
|
32
|
+
followLeaf?: boolean;
|
|
33
|
+
/** 异步请求节点数据的回调函数 */
|
|
34
|
+
loadData?: (data: unknown) => Promise<void>;
|
|
35
|
+
searchStyle?: {};
|
|
36
|
+
}
|
|
37
|
+
declare const _default: React.ForwardRefExoticComponent<IProps & React.RefAttributes<TreeSearchRef>>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
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."); }
|
|
3
|
+
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); }
|
|
4
|
+
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; }
|
|
5
|
+
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; } }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
import React, { forwardRef, useImperativeHandle, useMemo, useRef, useEffect, useState } from 'react';
|
|
8
|
+
import { Input, Tree, Form, Divider, Empty } from 'antd';
|
|
9
|
+
import { SearchOutlined } from '@ant-design/icons';
|
|
10
|
+
import { nodes2treeNodes, deepFilter, findFromTree, treeNode2node, getAllOptions } from "./util";
|
|
11
|
+
|
|
12
|
+
// 用户传入的树节点数据结构
|
|
13
|
+
|
|
14
|
+
export default /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
15
|
+
var _ref$treeData = _ref.treeData,
|
|
16
|
+
treeData = _ref$treeData === void 0 ? [] : _ref$treeData,
|
|
17
|
+
width = _ref.width,
|
|
18
|
+
_ref$checkable = _ref.checkable,
|
|
19
|
+
checkable = _ref$checkable === void 0 ? true : _ref$checkable,
|
|
20
|
+
titleRender = _ref.titleRender,
|
|
21
|
+
onChange = _ref.onChange,
|
|
22
|
+
_ref$followLeaf = _ref.followLeaf,
|
|
23
|
+
followLeaf = _ref$followLeaf === void 0 ? true : _ref$followLeaf,
|
|
24
|
+
height = _ref.height,
|
|
25
|
+
defaultExpandAll = _ref.defaultExpandAll,
|
|
26
|
+
loadData = _ref.loadData,
|
|
27
|
+
_ref$searchStyle = _ref.searchStyle,
|
|
28
|
+
searchStyle = _ref$searchStyle === void 0 ? {} : _ref$searchStyle;
|
|
29
|
+
var memoTreeData = useMemo(function () {
|
|
30
|
+
return nodes2treeNodes(treeData);
|
|
31
|
+
}, [treeData]);
|
|
32
|
+
var _useState = useState(memoTreeData),
|
|
33
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
34
|
+
searchData = _useState2[0],
|
|
35
|
+
setSearchData = _useState2[1];
|
|
36
|
+
// 内部计算虚拟滚动的高度
|
|
37
|
+
var treeWrapperDOM = useRef(null);
|
|
38
|
+
var _useState3 = useState(height),
|
|
39
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
40
|
+
innerHeight = _useState4[0],
|
|
41
|
+
setInnerHeight = _useState4[1];
|
|
42
|
+
var _useState5 = useState([]),
|
|
43
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
44
|
+
checkedKeys = _useState6[0],
|
|
45
|
+
setCheckedKeys = _useState6[1];
|
|
46
|
+
var _useState7 = useState(''),
|
|
47
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
48
|
+
searchStr = _useState8[0],
|
|
49
|
+
setSearchStr = _useState8[1];
|
|
50
|
+
var _Form$useForm = Form.useForm(),
|
|
51
|
+
_Form$useForm2 = _slicedToArray(_Form$useForm, 1),
|
|
52
|
+
form = _Form$useForm2[0];
|
|
53
|
+
useEffect(function () {
|
|
54
|
+
if (height === undefined && treeWrapperDOM !== null && treeWrapperDOM !== void 0 && treeWrapperDOM.current) {
|
|
55
|
+
var _treeWrapperDOM$curre;
|
|
56
|
+
var containerheight = treeWrapperDOM === null || treeWrapperDOM === void 0 ? void 0 : (_treeWrapperDOM$curre = treeWrapperDOM.current) === null || _treeWrapperDOM$curre === void 0 ? void 0 : _treeWrapperDOM$curre.clientHeight;
|
|
57
|
+
setInnerHeight(containerheight);
|
|
58
|
+
}
|
|
59
|
+
}, []);
|
|
60
|
+
useEffect(function () {
|
|
61
|
+
if (!searchData || searchData.length === 0) {
|
|
62
|
+
setSearchData(memoTreeData);
|
|
63
|
+
}
|
|
64
|
+
onSearch({
|
|
65
|
+
searchKey: searchStr
|
|
66
|
+
});
|
|
67
|
+
}, [memoTreeData]);
|
|
68
|
+
var reset = function reset() {
|
|
69
|
+
form.resetFields();
|
|
70
|
+
setCheckedKeys([]);
|
|
71
|
+
};
|
|
72
|
+
var checkAll = function checkAll() {
|
|
73
|
+
var allOptions = getAllOptions(memoTreeData);
|
|
74
|
+
setCheckedKeys(allOptions.map(function (node) {
|
|
75
|
+
return node.key;
|
|
76
|
+
}));
|
|
77
|
+
onChange(allOptions);
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
// 反选
|
|
81
|
+
var invertSelect = function invertSelect() {
|
|
82
|
+
var allOptions = getAllOptions(memoTreeData);
|
|
83
|
+
// 收集未选择的项,用于设置反选
|
|
84
|
+
var notCheckedOptions = allOptions.filter(function (item) {
|
|
85
|
+
return !checkedKeys.includes(item.key);
|
|
86
|
+
});
|
|
87
|
+
setCheckedKeys(notCheckedOptions.map(function (item) {
|
|
88
|
+
return item.key;
|
|
89
|
+
}));
|
|
90
|
+
onChange(allOptions.filter(function (node) {
|
|
91
|
+
return !checkedKeys.includes(node.key);
|
|
92
|
+
}));
|
|
93
|
+
};
|
|
94
|
+
useImperativeHandle(ref, function () {
|
|
95
|
+
return {
|
|
96
|
+
reset: reset,
|
|
97
|
+
checkAll: checkAll,
|
|
98
|
+
invertSelect: invertSelect
|
|
99
|
+
};
|
|
100
|
+
});
|
|
101
|
+
var onSearch = function onSearch(_ref2) {
|
|
102
|
+
var searchKey = _ref2.searchKey;
|
|
103
|
+
setSearchStr(searchKey);
|
|
104
|
+
// 过滤掉所有叶子节点不匹配的
|
|
105
|
+
var next = deepFilter(memoTreeData, function (node) {
|
|
106
|
+
var titleIsStr = typeof node.title === 'string';
|
|
107
|
+
return (titleIsStr ? node.title : node.value).includes(searchKey);
|
|
108
|
+
// (!isLeaf(node) && node.children.length > 0)
|
|
109
|
+
});
|
|
110
|
+
|
|
111
|
+
setSearchData(next);
|
|
112
|
+
};
|
|
113
|
+
var onCheck = function onCheck(keys) {
|
|
114
|
+
var treeNodes = keys.map(function (key) {
|
|
115
|
+
return findFromTree(key, memoTreeData);
|
|
116
|
+
});
|
|
117
|
+
if (followLeaf) {
|
|
118
|
+
treeNodes = treeNodes.filter(function (node) {
|
|
119
|
+
return !(node !== null && node !== void 0 && node.children);
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
setCheckedKeys(treeNodes.map(function (node) {
|
|
123
|
+
return node.key;
|
|
124
|
+
}));
|
|
125
|
+
onChange(treeNodes.map(treeNode2node));
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
// 整体宽度 - input - divider
|
|
129
|
+
var treeHeight = innerHeight ? innerHeight - (32 + 12 * 2 + 1) : 0;
|
|
130
|
+
var defaultSearchStyle = {
|
|
131
|
+
padding: '0 12px'
|
|
132
|
+
};
|
|
133
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
134
|
+
ref: treeWrapperDOM,
|
|
135
|
+
style: {
|
|
136
|
+
width: width,
|
|
137
|
+
height: height !== null && height !== void 0 ? height : '100%'
|
|
138
|
+
}
|
|
139
|
+
}, /*#__PURE__*/React.createElement(Form, {
|
|
140
|
+
form: form,
|
|
141
|
+
onValuesChange: onSearch,
|
|
142
|
+
style: Object.assign(defaultSearchStyle, searchStyle)
|
|
143
|
+
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
144
|
+
noStyle: true,
|
|
145
|
+
name: "searchKey"
|
|
146
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
147
|
+
"data-testid": "search",
|
|
148
|
+
prefix: /*#__PURE__*/React.createElement(SearchOutlined, null)
|
|
149
|
+
}))), /*#__PURE__*/React.createElement(Divider, {
|
|
150
|
+
style: {
|
|
151
|
+
margin: '12px 0'
|
|
152
|
+
}
|
|
153
|
+
}), searchData.length !== 0 ? /*#__PURE__*/React.createElement(Tree, {
|
|
154
|
+
height: treeHeight,
|
|
155
|
+
showIcon: true,
|
|
156
|
+
checkable: checkable,
|
|
157
|
+
blockNode: true,
|
|
158
|
+
selectable: false,
|
|
159
|
+
checkedKeys: checkedKeys,
|
|
160
|
+
onCheck: onCheck,
|
|
161
|
+
titleRender: titleRender,
|
|
162
|
+
defaultExpandAll: defaultExpandAll,
|
|
163
|
+
treeData: form.getFieldValue('searchKey') ? searchData : memoTreeData,
|
|
164
|
+
loadData: loadData
|
|
165
|
+
}) : /*#__PURE__*/React.createElement(Empty, {
|
|
166
|
+
image: Empty.PRESENTED_IMAGE_SIMPLE
|
|
167
|
+
}));
|
|
168
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { Node, TreeNode } from '.';
|
|
3
|
+
/** 根据 key 判断节点是否为叶子节点 */
|
|
4
|
+
export declare const isLeaf: (node: TreeNode) => boolean;
|
|
5
|
+
/** 将传入格式的 node 处理为组件内需要的内容 */
|
|
6
|
+
export declare const nodes2treeNodes: (nodes?: Node[], parentKey?: string) => TreeNode[];
|
|
7
|
+
export declare const treeNode2node: (treeNode: TreeNode) => Node;
|
|
8
|
+
export declare const deepFilter: (treeNodes: TreeNode[], cb: (treeNode: TreeNode) => boolean) => {
|
|
9
|
+
originTitle: string;
|
|
10
|
+
key: string;
|
|
11
|
+
children?: TreeNode[];
|
|
12
|
+
value?: string;
|
|
13
|
+
title?: string;
|
|
14
|
+
icon?: import("react").ReactNode;
|
|
15
|
+
}[];
|
|
16
|
+
/** 根据 node key 取得 node 节点 */
|
|
17
|
+
export declare const findFromTree: (key: string, treeNodes: TreeNode[]) => TreeNode;
|
|
18
|
+
/** 获取所有的选项
|
|
19
|
+
* 如果有子项,则获取子项,否则取本级
|
|
20
|
+
*/
|
|
21
|
+
export declare const getAllOptions: (treeNodes: TreeNode[]) => any;
|