@devops-flow/devops-flow-pipeline-detail 0.0.37
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 +1 -0
- package/dist/1.css +1 -0
- package/dist/1.js +24 -0
- package/dist/2.css +1 -0
- package/dist/2.js +1 -0
- package/dist/PipelineFlowDetail.css +1 -0
- package/dist/PipelineFlowDetail.js +72 -0
- package/dist/assets/012298127fd56d8e39cc5f8c78ca8a3f.ttf +0 -0
- package/dist/assets/02991164b5a38f9e2d5cdef951e0b0f0.ttf +0 -0
- package/dist/assets/0797e1d82e895e8ff5300e5080764bf6.woff +0 -0
- package/dist/assets/08b3a2c97fe1fea813bc50c273efcdee.eot +0 -0
- package/dist/assets/2e7ded00f078fd4ec6492110af6d0a14.otf +0 -0
- package/dist/assets/3cdb30d2423385c8dfb4dba0492eb726.woff +0 -0
- package/dist/assets/41a03f9f5cf65cde8d930d1bdaeb7aea.woff2 +0 -0
- package/dist/assets/59eea939288f45071c05df4c6e9bece4.woff +0 -0
- package/dist/assets/5d347415be35ebffd15afab8652d96c1.ttf +0 -0
- package/dist/assets/7a33cfe474846a73787c1533cfb19d80.svg +1 -0
- package/dist/assets/957dc9f6161ba0abec83ddf3f8450579.eot +0 -0
- package/dist/assets/c11f19b06005bc320624fa44c8785aff.svg +1028 -0
- package/dist/assets/db5ebea034541d557ce613bb8fbaaa86.svg +1 -0
- package/dist/assets/e29f8463847bbccbe42f64812705f829.eot +0 -0
- package/es/assets/font/DINPro-Medium.otf +0 -0
- package/es/assets/images/403.png +0 -0
- package/es/assets/images/404.png +0 -0
- package/es/assets/images/Aliyun.jpg +0 -0
- package/es/assets/images/Aone.png +0 -0
- package/es/assets/images/Bitbucket.jpg +0 -0
- package/es/assets/images/CMD.jpg +0 -0
- package/es/assets/images/Check.png +0 -0
- package/es/assets/images/Codeup.png +0 -0
- package/es/assets/images/Coding.jpg +0 -0
- package/es/assets/images/Docker.jpg +0 -0
- package/es/assets/images/ECS.jpg +0 -0
- package/es/assets/images/Empty.jpg +0 -0
- package/es/assets/images/Gerrit.jpg +0 -0
- package/es/assets/images/Git.jpg +0 -0
- package/es/assets/images/GitSample.png +0 -0
- package/es/assets/images/GitTag.png +0 -0
- package/es/assets/images/Gitee.jpg +0 -0
- package/es/assets/images/Github.jpg +0 -0
- package/es/assets/images/Gitlab.jpg +0 -0
- package/es/assets/images/Golang.jpg +0 -0
- package/es/assets/images/Gradle.jpg +0 -0
- package/es/assets/images/History.png +0 -0
- package/es/assets/images/Java.jpg +0 -0
- package/es/assets/images/Jenkins.jpg +0 -0
- package/es/assets/images/Kubernetes.jpg +0 -0
- package/es/assets/images/Maven.jpg +0 -0
- package/es/assets/images/Merge.jpg +0 -0
- package/es/assets/images/Node.jpg +0 -0
- package/es/assets/images/OSS.jpg +0 -0
- package/es/assets/images/PHP.jpg +0 -0
- package/es/assets/images/Phpmetrics.jpg +0 -0
- package/es/assets/images/Pipeline.png +0 -0
- package/es/assets/images/Project.png +0 -0
- package/es/assets/images/Python.jpg +0 -0
- package/es/assets/images/React.png +0 -0
- package/es/assets/images/Search.png +0 -0
- package/es/assets/images/Star.png +0 -0
- package/es/assets/images/Subversion.jpg +0 -0
- package/es/assets/images/TbPipeline.png +0 -0
- package/es/assets/images/Typescript.jpg +0 -0
- package/es/assets/images/Verify.jpg +0 -0
- package/es/assets/images/android.png +0 -0
- package/es/assets/images/error.png +0 -0
- package/es/assets/images/favicon.ico +0 -0
- package/es/assets/images/favicon.png +0 -0
- package/es/assets/images/helm.png +0 -0
- package/es/assets/img-src/index.d.ts +54 -0
- package/es/assets/img-src/index.js +41 -0
- package/es/assets/img-src/roles.d.ts +6 -0
- package/es/assets/img-src/roles.js +5 -0
- package/es/assets/img-src/source.d.ts +18 -0
- package/es/assets/img-src/source.js +18 -0
- package/es/components/FullScreenDialog/index.d.ts +10 -0
- package/es/components/FullScreenDialog/index.js +51 -0
- package/es/components/FullScreenDialog/index.module.scss +32 -0
- package/es/components/InlineCode/index.d.ts +12 -0
- package/es/components/InlineCode/index.js +26 -0
- package/es/components/InlineCode/index.module.scss +11 -0
- package/es/components/PipelineFlowEdit/CodeEditor/GoTemplateEditor.d.ts +9 -0
- package/es/components/PipelineFlowEdit/CodeEditor/GoTemplateEditor.js +221 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Guide.d.ts +3 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Guide.js +118 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.d.ts +13 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.js +39 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.scss +38 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.d.ts +18 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.js +101 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.scss +102 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Breadcrumb.d.ts +3 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Breadcrumb.js +28 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/MdContent.d.ts +7 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/MdContent.js +94 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Search.d.ts +16 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Search.js +150 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Welcome.d.ts +2 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Welcome.js +93 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.d.ts +20 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.js +551 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.scss +11 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/search.scss +73 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/style.module.scss +135 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/utils.d.ts +2 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/utils.js +13 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/welcome.module.scss +55 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.d.ts +3 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.js +189 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.scss +67 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/getSyntaxDetail.d.ts +6 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/getSyntaxDetail.js +83 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/index.d.ts +10 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/index.js +99 -0
- package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/index.d.ts +6 -0
- package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/index.js +217 -0
- package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/style.module.scss +7 -0
- package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.d.ts +16 -0
- package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.js +322 -0
- package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.scss +168 -0
- package/es/components/PipelineFlowEdit/CodeEditor/cursorTarget.d.ts +9 -0
- package/es/components/PipelineFlowEdit/CodeEditor/cursorTarget.js +185 -0
- package/es/components/PipelineFlowEdit/CodeEditor/hack.scss +9 -0
- package/es/components/PipelineFlowEdit/CodeEditor/index.d.ts +39 -0
- package/es/components/PipelineFlowEdit/CodeEditor/index.js +394 -0
- package/es/components/PipelineFlowEdit/CodeEditor/index.scss +97 -0
- package/es/components/PipelineFlowEdit/CodeEditor/types.d.ts +5 -0
- package/es/components/PipelineFlowEdit/CodeEditor/types.js +1 -0
- package/es/components/PipelineFlowEdit/CodeEditor/wasm_exec.js +601 -0
- package/es/components/PipelineFlowEdit/FlowDocument/DefService.d.ts +10 -0
- package/es/components/PipelineFlowEdit/FlowDocument/DefService.js +409 -0
- package/es/components/PipelineFlowEdit/FlowDocument/EditingDocument.d.ts +14 -0
- package/es/components/PipelineFlowEdit/FlowDocument/EditingDocument.js +151 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowDocument.d.ts +8 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowDocument.js +84 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobEntry.d.ts +21 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobEntry.js +388 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobs.d.ts +10 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobs.js +70 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowNodeBase.d.ts +17 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowNodeBase.js +86 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSourceEntry.d.ts +170 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSourceEntry.js +492 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSources.d.ts +12 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSources.js +82 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStageEntry.d.ts +15 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStageEntry.js +69 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStages.d.ts +12 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStages.js +84 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStepEntry.d.ts +17 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStepEntry.js +89 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSteps.d.ts +10 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSteps.js +73 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowVariableGroups.d.ts +17 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowVariableGroups.js +73 -0
- package/es/components/PipelineFlowEdit/FlowDocument/cache.d.ts +8 -0
- package/es/components/PipelineFlowEdit/FlowDocument/cache.js +41 -0
- package/es/components/PipelineFlowEdit/FlowDocument/jsonSchema.d.ts +79 -0
- package/es/components/PipelineFlowEdit/FlowDocument/jsonSchema.js +1 -0
- package/es/components/PipelineFlowEdit/FlowDocument/types.d.ts +14 -0
- package/es/components/PipelineFlowEdit/FlowDocument/types.js +1 -0
- package/es/components/PipelineFlowEdit/IngredientsContext.d.ts +11 -0
- package/es/components/PipelineFlowEdit/IngredientsContext.js +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/index.d.ts +16 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/index.js +97 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/style.module.scss +53 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Job.d.ts +8 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Job.js +122 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/JobCard.d.ts +12 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/JobCard.js +89 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/style.module.scss +139 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/index.d.ts +8 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/index.js +62 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/style.module.scss +36 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.js +44 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.style.module.scss +3 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/index.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/index.js +17 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/sources/Codeup.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/sources/Codeup.js +48 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.js +25 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.module.scss +21 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.js +7 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.module.scss +11 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/index.d.ts +12 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/index.js +52 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/style.module.scss +54 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Step.d.ts +10 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Step.js +66 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/StepsList.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/StepsList.js +139 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/TaskTpl.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/TaskTpl.js +150 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Template.d.ts +15 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Template.js +73 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/UIEditor.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/UIEditor.js +559 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/config.d.ts +3 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/config.js +81 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/AddMembers.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/AddMembers.js +180 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Checkbox.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Checkbox.js +14 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Input.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Input.js +35 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Links.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Links.js +22 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Number.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Number.js +30 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Password.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Password.js +32 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/RadioGroup.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/RadioGroup.js +62 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.js +195 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.module.scss +3 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Shell.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Shell.js +32 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Textarea.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Textarea.js +30 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Tip.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Tip.js +16 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/common.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/common.js +1 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/viewPortRender.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/viewPortRender.js +47 -0
- package/es/components/PipelineFlowEdit/_DetailDialog.d.ts +2 -0
- package/es/components/PipelineFlowEdit/_DetailDialog.js +9 -0
- package/es/components/PipelineFlowEdit/_hotkey.js +0 -0
- package/es/components/PipelineFlowEdit/const.d.ts +3 -0
- package/es/components/PipelineFlowEdit/const.js +3 -0
- package/es/components/PipelineFlowEdit/index.d.ts +21 -0
- package/es/components/PipelineFlowEdit/index.js +254 -0
- package/es/components/PipelineFlowEdit/types.d.ts +28 -0
- package/es/components/PipelineFlowEdit/types.js +6 -0
- package/es/components/PipelineFlowEdit/utils.d.ts +7 -0
- package/es/components/PipelineFlowEdit/utils.js +62 -0
- package/es/components/PipelineGraph/AnimatedContainer.d.ts +5 -0
- package/es/components/PipelineGraph/AnimatedContainer.js +28 -0
- package/es/components/PipelineGraph/AnimatedContainer.scss +12 -0
- package/es/components/PipelineGraph/Guide.d.ts +3 -0
- package/es/components/PipelineGraph/Guide.js +133 -0
- package/es/components/PipelineGraph/PipelineBoard.d.ts +10 -0
- package/es/components/PipelineGraph/PipelineBoard.js +153 -0
- package/es/components/PipelineGraph/PipelineCanvas.d.ts +69 -0
- package/es/components/PipelineGraph/PipelineCanvas.js +544 -0
- package/es/components/PipelineGraph/PipelineCanvas.scss +114 -0
- package/es/components/PipelineGraph/PipelineDAG.d.ts +53 -0
- package/es/components/PipelineGraph/PipelineDAG.js +174 -0
- package/es/components/PipelineGraph/PipelineJobs.d.ts +7 -0
- package/es/components/PipelineGraph/PipelineJobs.js +310 -0
- package/es/components/PipelineGraph/PipelineJobs.module.scss +16 -0
- package/es/components/PipelineGraph/PipelineRunGraph.d.ts +68 -0
- package/es/components/PipelineGraph/PipelineRunGraph.js +341 -0
- package/es/components/PipelineGraph/Rect.d.ts +29 -0
- package/es/components/PipelineGraph/Rect.js +91 -0
- package/es/components/PipelineGraph/StageHeader.d.ts +13 -0
- package/es/components/PipelineGraph/StageHeader.js +44 -0
- package/es/components/PipelineGraph/ViewPortCanvas.d.ts +8 -0
- package/es/components/PipelineGraph/ViewPortCanvas.js +132 -0
- package/es/components/PipelineGraph/ViewPortStatusBar.d.ts +12 -0
- package/es/components/PipelineGraph/ViewPortStatusBar.js +129 -0
- package/es/components/PipelineGraph/createProjection.d.ts +7 -0
- package/es/components/PipelineGraph/createProjection.js +49 -0
- package/es/components/PipelineGraph/getCanvasContentRect.d.ts +7 -0
- package/es/components/PipelineGraph/getCanvasContentRect.js +58 -0
- package/es/components/PipelineGraph/hack.scss +6 -0
- package/es/components/PipelineGraph/sizes.d.ts +10 -0
- package/es/components/PipelineGraph/sizes.js +11 -0
- package/es/components/PipelineGraph/transformOldPipelineRun.d.ts +3 -0
- package/es/components/PipelineGraph/transformOldPipelineRun.js +42 -0
- package/es/components/PipelineGraph/utils.d.ts +3 -0
- package/es/components/PipelineGraph/utils.js +16 -0
- package/es/components/RangeDatePicker/index.d.ts +12 -0
- package/es/components/RangeDatePicker/index.js +170 -0
- package/es/components/RangeDatePicker/index.module.scss +7 -0
- package/es/components/SVG/CardCheckSVG/index.d.ts +5 -0
- package/es/components/SVG/CardCheckSVG/index.js +22 -0
- package/es/components/SelectPipeline/index.d.ts +7 -0
- package/es/components/SelectPipeline/index.js +98 -0
- package/es/components/SelectPipeline/index.module.scss +17 -0
- package/es/components/SyntaxHighlighter/index.d.ts +5 -0
- package/es/components/SyntaxHighlighter/index.js +20 -0
- package/es/components/Tooltip/index.js +169 -0
- package/es/components/Tooltip/index.module.scss +60 -0
- package/es/components/common/at-design.scss +288 -0
- package/es/components/common/at-dialog-nav-scroll.scss +53 -0
- package/es/components/common/at-dialog-nav.scss +45 -0
- package/es/components/common/index.scss +8 -0
- package/es/components/common/teambition/ErrorBoundaryCommon/index.d.ts +15 -0
- package/es/components/common/teambition/ErrorBoundaryCommon/index.js +69 -0
- package/es/components/common/teambition/ErrorBoundaryCommon/style.module.scss +8 -0
- package/es/components/common/teambition/avatar/index.d.ts +12 -0
- package/es/components/common/teambition/avatar/index.js +146 -0
- package/es/components/common/teambition/avatar/index.scss +27 -0
- package/es/components/common/teambition/bem.scss +46 -0
- package/es/components/common/teambition/change-info-dialog/index.d.ts +4 -0
- package/es/components/common/teambition/change-info-dialog/index.js +152 -0
- package/es/components/common/teambition/change-info-dialog/index.scss +19 -0
- package/es/components/common/teambition/click-button/index.d.ts +3 -0
- package/es/components/common/teambition/click-button/index.js +43 -0
- package/es/components/common/teambition/custom-tab/index.d.ts +4 -0
- package/es/components/common/teambition/custom-tab/index.js +55 -0
- package/es/components/common/teambition/custom-tab/index.scss +26 -0
- package/es/components/common/teambition/deploy-group-dialog/add-host/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/add-host/index.js +994 -0
- package/es/components/common/teambition/deploy-group-dialog/add-host/index.scss +128 -0
- package/es/components/common/teambition/deploy-group-dialog/config.d.ts +57 -0
- package/es/components/common/teambition/deploy-group-dialog/config.js +71 -0
- package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.d.ts +15 -0
- package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.js +292 -0
- package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.scss +29 -0
- package/es/components/common/teambition/deploy-group-dialog/host-info/index.d.ts +13 -0
- package/es/components/common/teambition/deploy-group-dialog/host-info/index.js +122 -0
- package/es/components/common/teambition/deploy-group-dialog/host-info/index.scss +21 -0
- package/es/components/common/teambition/deploy-group-dialog/host-list/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/host-list/index.js +61 -0
- package/es/components/common/teambition/deploy-group-dialog/host-list/index.scss +13 -0
- package/es/components/common/teambition/deploy-group-dialog/host-table/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/host-table/index.js +261 -0
- package/es/components/common/teambition/deploy-group-dialog/host-table/index.scss +42 -0
- package/es/components/common/teambition/deploy-group-dialog/host-type/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/host-type/index.js +205 -0
- package/es/components/common/teambition/deploy-group-dialog/host-type/index.scss +109 -0
- package/es/components/common/teambition/deploy-group-dialog/index.d.ts +6 -0
- package/es/components/common/teambition/deploy-group-dialog/index.js +1225 -0
- package/es/components/common/teambition/deploy-group-dialog/index.scss +33 -0
- package/es/components/common/teambition/deploy-group-dialog/store/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/store/index.js +243 -0
- package/es/components/common/teambition/docs/index.d.ts +5 -0
- package/es/components/common/teambition/docs/index.js +45 -0
- package/es/components/common/teambition/duration/index.d.ts +12 -0
- package/es/components/common/teambition/duration/index.js +105 -0
- package/es/components/common/teambition/editable-label/index.d.ts +10 -0
- package/es/components/common/teambition/editable-label/index.js +86 -0
- package/es/components/common/teambition/editable-label/index.scss +34 -0
- package/es/components/common/teambition/empty/index.d.ts +6 -0
- package/es/components/common/teambition/empty/index.js +21 -0
- package/es/components/common/teambition/empty/index.scss +19 -0
- package/es/components/common/teambition/flow/error-hint/index.d.ts +4 -0
- package/es/components/common/teambition/flow/error-hint/index.js +46 -0
- package/es/components/common/teambition/flow/error-hint/index.scss +112 -0
- package/es/components/common/teambition/flow/index.d.ts +4 -0
- package/es/components/common/teambition/flow/index.js +545 -0
- package/es/components/common/teambition/flow/index.scss +13 -0
- package/es/components/common/teambition/flow-engine/AdvancedSetting.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/AdvancedSetting.js +137 -0
- package/es/components/common/teambition/flow-engine/DebouncedInput.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/DebouncedInput.js +23 -0
- package/es/components/common/teambition/flow-engine/config.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/config.js +106 -0
- package/es/components/common/teambition/flow-engine/dialogs/addServiceConnection.d.ts +16 -0
- package/es/components/common/teambition/flow-engine/dialogs/addServiceConnection.js +233 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.d.ts +12 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.js +179 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.scss +42 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/custom.d.ts +6 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/custom.js +78 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/index.d.ts +16 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/index.js +54 -0
- package/es/components/common/teambition/flow-engine/dialogs/black.d.ts +7 -0
- package/es/components/common/teambition/flow-engine/dialogs/black.js +29 -0
- package/es/components/common/teambition/flow-engine/dialogs/createAcrRepository/index.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/dialogs/createAcrRepository/index.js +175 -0
- package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.js +179 -0
- package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.scss +32 -0
- package/es/components/common/teambition/flow-engine/dialogs/dialog.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/dialogs/dialog.js +59 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.d.ts +18 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.js +377 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.scss +26 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-product/index.d.ts +9 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-product/index.js +116 -0
- package/es/components/common/teambition/flow-engine/dialogs/index.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/dialogs/index.js +25 -0
- package/es/components/common/teambition/flow-engine/dialogs/index.scss +40 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.d.ts +29 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.js +421 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.scss +64 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/ack.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/ack.js +240 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/custom.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/custom.js +143 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/index.d.ts +35 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/index.js +113 -0
- package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.js +40 -0
- package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.scss +13 -0
- package/es/components/common/teambition/flow-engine/fetch.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fetch.js +145 -0
- package/es/components/common/teambition/flow-engine/fields/AddMembers.d.ts +12 -0
- package/es/components/common/teambition/flow-engine/fields/AddMembers.js +164 -0
- package/es/components/common/teambition/flow-engine/fields/appstackImage.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/appstackImage.js +386 -0
- package/es/components/common/teambition/flow-engine/fields/appstackImage.scss +75 -0
- package/es/components/common/teambition/flow-engine/fields/base.d.ts +16 -0
- package/es/components/common/teambition/flow-engine/fields/base.js +61 -0
- package/es/components/common/teambition/flow-engine/fields/build-setting/index.d.ts +15 -0
- package/es/components/common/teambition/flow-engine/fields/build-setting/index.js +75 -0
- package/es/components/common/teambition/flow-engine/fields/checkbox.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/checkbox.js +20 -0
- package/es/components/common/teambition/flow-engine/fields/customVariable.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/customVariable.js +408 -0
- package/es/components/common/teambition/flow-engine/fields/customVariable.scss +95 -0
- package/es/components/common/teambition/flow-engine/fields/dropdown.d.ts +61 -0
- package/es/components/common/teambition/flow-engine/fields/dropdown.js +1093 -0
- package/es/components/common/teambition/flow-engine/fields/field_common.scss +93 -0
- package/es/components/common/teambition/flow-engine/fields/index.scss +115 -0
- package/es/components/common/teambition/flow-engine/fields/input.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fields/input.js +166 -0
- package/es/components/common/teambition/flow-engine/fields/inputList.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fields/inputList.js +79 -0
- package/es/components/common/teambition/flow-engine/fields/inputList.scss +21 -0
- package/es/components/common/teambition/flow-engine/fields/links.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/links.js +22 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.d.ts +25 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.js +657 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.scss +55 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.d.ts +32 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.js +475 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.scss +33 -0
- package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.js +141 -0
- package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.scss +11 -0
- package/es/components/common/teambition/flow-engine/fields/member.scss +7 -0
- package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.d.ts +9 -0
- package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.js +104 -0
- package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.scss +17 -0
- package/es/components/common/teambition/flow-engine/fields/multiUpstream.d.ts +19 -0
- package/es/components/common/teambition/flow-engine/fields/multiUpstream.js +396 -0
- package/es/components/common/teambition/flow-engine/fields/multiUpstream.scss +67 -0
- package/es/components/common/teambition/flow-engine/fields/none.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/none.js +18 -0
- package/es/components/common/teambition/flow-engine/fields/packagesConnection.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fields/packagesConnection.js +330 -0
- package/es/components/common/teambition/flow-engine/fields/packagesConnection.scss +31 -0
- package/es/components/common/teambition/flow-engine/fields/password.d.ts +6 -0
- package/es/components/common/teambition/flow-engine/fields/password.js +25 -0
- package/es/components/common/teambition/flow-engine/fields/radioGroup.d.ts +15 -0
- package/es/components/common/teambition/flow-engine/fields/radioGroup.js +180 -0
- package/es/components/common/teambition/flow-engine/fields/radioGroup.scss +3 -0
- package/es/components/common/teambition/flow-engine/fields/readline.d.ts +13 -0
- package/es/components/common/teambition/flow-engine/fields/readline.js +296 -0
- package/es/components/common/teambition/flow-engine/fields/redline.scss +69 -0
- package/es/components/common/teambition/flow-engine/fields/sourceSelect.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/sourceSelect.js +54 -0
- package/es/components/common/teambition/flow-engine/fields/sourcesSelect.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/sourcesSelect.js +69 -0
- package/es/components/common/teambition/flow-engine/fields/step.d.ts +20 -0
- package/es/components/common/teambition/flow-engine/fields/step.js +456 -0
- package/es/components/common/teambition/flow-engine/fields/step.scss +31 -0
- package/es/components/common/teambition/flow-engine/fields/steps.d.ts +17 -0
- package/es/components/common/teambition/flow-engine/fields/steps.js +719 -0
- package/es/components/common/teambition/flow-engine/fields/text_label.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/text_label.js +16 -0
- package/es/components/common/teambition/flow-engine/fields/tip.d.ts +6 -0
- package/es/components/common/teambition/flow-engine/fields/tip.js +39 -0
- package/es/components/common/teambition/flow-engine/fields/upstream.d.ts +12 -0
- package/es/components/common/teambition/flow-engine/fields/upstream.js +169 -0
- package/es/components/common/teambition/flow-engine/fields/upstreamSourcesUtils.d.ts +11 -0
- package/es/components/common/teambition/flow-engine/fields/upstreamSourcesUtils.js +144 -0
- package/es/components/common/teambition/flow-engine/globalContext.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/globalContext.js +7 -0
- package/es/components/common/teambition/flow-engine/index.scss +190 -0
- package/es/components/common/teambition/flow-engine/job.d.ts +26 -0
- package/es/components/common/teambition/flow-engine/job.js +567 -0
- package/es/components/common/teambition/flow-engine/jobInitializer.d.ts +15 -0
- package/es/components/common/teambition/flow-engine/jobInitializer.js +64 -0
- package/es/components/common/teambition/flow-engine/plugins.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/plugins.js +324 -0
- package/es/components/common/teambition/flow-engine/rules.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/rules.js +633 -0
- package/es/components/common/teambition/flow-engine/template.d.ts +35 -0
- package/es/components/common/teambition/flow-engine/template.js +617 -0
- package/es/components/common/teambition/flow-engine/toolbars/index.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/toolbars/index.js +32 -0
- package/es/components/common/teambition/flow-engine/toolbars/shortcutAcrCreate.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/toolbars/shortcutAcrCreate.js +356 -0
- package/es/components/common/teambition/flow-group/index.d.ts +39 -0
- package/es/components/common/teambition/flow-group/index.js +201 -0
- package/es/components/common/teambition/flow-group/index.scss +136 -0
- package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.d.ts +9 -0
- package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.js +177 -0
- package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.scss +12 -0
- package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.d.ts +16 -0
- package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.js +80 -0
- package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.scss +180 -0
- package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.js +178 -0
- package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.scss +20 -0
- package/es/components/common/teambition/flow-job-btn/cardsMap.d.ts +13 -0
- package/es/components/common/teambition/flow-job-btn/cardsMap.js +215 -0
- package/es/components/common/teambition/flow-job-btn/change-info-btn/index.d.ts +6 -0
- package/es/components/common/teambition/flow-job-btn/change-info-btn/index.js +48 -0
- package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.js +151 -0
- package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.scss +20 -0
- package/es/components/common/teambition/flow-job-btn/debug-button/index.d.ts +15 -0
- package/es/components/common/teambition/flow-job-btn/debug-button/index.js +142 -0
- package/es/components/common/teambition/flow-job-btn/debug-button/index.scss +27 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployChannel.d.ts +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployChannel.js +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderDetail.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderDetail.js +700 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogDialog.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogDialog.js +218 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogs.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogs.js +296 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/index.js +45 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/index.scss +286 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/machineStatus.d.ts +8 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/machineStatus.js +8 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/orderStatus.d.ts +6 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/orderStatus.js +6 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/pauseStrategy.d.ts +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/pauseStrategy.js +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/utils.d.ts +20 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/utils.js +158 -0
- package/es/components/common/teambition/flow-job-btn/emas-artifact/index.d.ts +7 -0
- package/es/components/common/teambition/flow-job-btn/emas-artifact/index.js +77 -0
- package/es/components/common/teambition/flow-job-btn/emas-artifact/index.scss +4 -0
- package/es/components/common/teambition/flow-job-btn/execute-button/index.d.ts +24 -0
- package/es/components/common/teambition/flow-job-btn/execute-button/index.js +176 -0
- package/es/components/common/teambition/flow-job-btn/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/index.js +207 -0
- package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.js +193 -0
- package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.scss +20 -0
- package/es/components/common/teambition/flow-job-btn/link/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/link/index.js +29 -0
- package/es/components/common/teambition/flow-job-btn/link-with-qrcode/index.d.ts +7 -0
- package/es/components/common/teambition/flow-job-btn/link-with-qrcode/index.js +25 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/AI.d.ts +9 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/AI.js +339 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/ai.module.scss +182 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/ai.scss +153 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.js +149 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.scss +61 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/index.d.ts +17 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/index.js +598 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/index.scss +231 -0
- package/es/components/common/teambition/flow-job-btn/none/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/none/index.js +24 -0
- package/es/components/common/teambition/flow-job-btn/package-download/index.d.ts +9 -0
- package/es/components/common/teambition/flow-job-btn/package-download/index.js +91 -0
- package/es/components/common/teambition/flow-job-btn/package-download/index.scss +48 -0
- package/es/components/common/teambition/flow-job-btn/package-link/index.d.ts +8 -0
- package/es/components/common/teambition/flow-job-btn/package-link/index.js +54 -0
- package/es/components/common/teambition/flow-job-btn/package-link/index.scss +0 -0
- package/es/components/common/teambition/flow-job-btn/release-branch/index.d.ts +6 -0
- package/es/components/common/teambition/flow-job-btn/release-branch/index.js +78 -0
- package/es/components/common/teambition/flow-job-btn/release-order/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/release-order/index.js +49 -0
- package/es/components/common/teambition/flow-job-btn/release-order/index.scss +11 -0
- package/es/components/common/teambition/flow-job-btn/replaceHost.d.ts +1 -0
- package/es/components/common/teambition/flow-job-btn/replaceHost.js +7 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/RememberConfirm.d.ts +5 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/RememberConfirm.js +152 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/common.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/common.js +70 -0
- package/es/components/common/teambition/flow-job-btn/state-info/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/state-info/index.js +715 -0
- package/es/components/common/teambition/flow-job-btn/state-info/index.scss +78 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.js +621 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.scss +61 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.d.ts +14 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.js +706 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.scss +99 -0
- package/es/components/common/teambition/flow-job-btn/summary-info/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/summary-info/index.js +38 -0
- package/es/components/common/teambition/flow-job-btn/summary-info/index.scss +9 -0
- package/es/components/common/teambition/flow-job-btn/view/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/view/index.js +27 -0
- package/es/components/common/teambition/flow-job-edit-menu/index.d.ts +24 -0
- package/es/components/common/teambition/flow-job-edit-menu/index.js +155 -0
- package/es/components/common/teambition/flow-job-edit-menu/index.scss +40 -0
- package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.d.ts +22 -0
- package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.js +52 -0
- package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.module.scss +7 -0
- package/es/components/common/teambition/flow-job-new/avatar-group/index.d.ts +6 -0
- package/es/components/common/teambition/flow-job-new/avatar-group/index.js +57 -0
- package/es/components/common/teambition/flow-job-new/avatar-group/index.scss +59 -0
- package/es/components/common/teambition/flow-job-new/cardInner.module.scss +183 -0
- package/es/components/common/teambition/flow-job-new/componentDisplayText.d.ts +2 -0
- package/es/components/common/teambition/flow-job-new/componentDisplayText.js +36 -0
- package/es/components/common/teambition/flow-job-new/hack.module.scss +50 -0
- package/es/components/common/teambition/flow-job-new/index.d.ts +28 -0
- package/es/components/common/teambition/flow-job-new/index.js +732 -0
- package/es/components/common/teambition/flow-job-new/index.scss +37 -0
- package/es/components/common/teambition/flow-job-new/style.module.scss +145 -0
- package/es/components/common/teambition/flow-job-new/themes/card.scss +195 -0
- package/es/components/common/teambition/flow-job-new/useScroll.d.ts +2 -0
- package/es/components/common/teambition/flow-job-new/useScroll.js +16 -0
- package/es/components/common/teambition/flow-job-new/utils/index.d.ts +2 -0
- package/es/components/common/teambition/flow-job-new/utils/index.js +109 -0
- package/es/components/common/teambition/flow-job-runtime-menu/index.d.ts +16 -0
- package/es/components/common/teambition/flow-job-runtime-menu/index.js +89 -0
- package/es/components/common/teambition/flow-job-runtime-menu/index.scss +51 -0
- package/es/components/common/teambition/flow-new/error-hint/index.d.ts +4 -0
- package/es/components/common/teambition/flow-new/error-hint/index.js +46 -0
- package/es/components/common/teambition/flow-new/error-hint/index.scss +112 -0
- package/es/components/common/teambition/flow-new/flow.d.ts +3 -0
- package/es/components/common/teambition/flow-new/flow.js +48 -0
- package/es/components/common/teambition/flow-new/index.d.ts +10 -0
- package/es/components/common/teambition/flow-new/index.js +60 -0
- package/es/components/common/teambition/flow-stage/index.d.ts +25 -0
- package/es/components/common/teambition/flow-stage/index.js +90 -0
- package/es/components/common/teambition/flow-stage/index.scss +117 -0
- package/es/components/common/teambition/flow-stage-new/index.d.ts +23 -0
- package/es/components/common/teambition/flow-stage-new/index.js +76 -0
- package/es/components/common/teambition/flow-stage-new/index.scss +53 -0
- package/es/components/common/teambition/form-error-tooltip/index.d.ts +5 -0
- package/es/components/common/teambition/form-error-tooltip/index.js +25 -0
- package/es/components/common/teambition/globalParams/index.d.ts +21 -0
- package/es/components/common/teambition/globalParams/index.js +351 -0
- package/es/components/common/teambition/globalParams/index.scss +98 -0
- package/es/components/common/teambition/group-status/index.d.ts +7 -0
- package/es/components/common/teambition/group-status/index.js +83 -0
- package/es/components/common/teambition/group-status/index.scss +107 -0
- package/es/components/common/teambition/guide-hint/index.d.ts +4 -0
- package/es/components/common/teambition/guide-hint/index.js +55 -0
- package/es/components/common/teambition/guide-hint/index.scss +103 -0
- package/es/components/common/teambition/help-link/index.d.ts +3 -0
- package/es/components/common/teambition/help-link/index.js +28 -0
- package/es/components/common/teambition/help-link/index.scss +7 -0
- package/es/components/common/teambition/icon-font/index.d.ts +17 -0
- package/es/components/common/teambition/icon-font/index.js +81 -0
- package/es/components/common/teambition/icon-image/index.d.ts +12 -0
- package/es/components/common/teambition/icon-image/index.js +28 -0
- package/es/components/common/teambition/index.scss +331 -0
- package/es/components/common/teambition/input-placeholder-tip/index.d.ts +5 -0
- package/es/components/common/teambition/input-placeholder-tip/index.js +38 -0
- package/es/components/common/teambition/input-placeholder-tip/index.scss +7 -0
- package/es/components/common/teambition/instance-flow/index.d.ts +11 -0
- package/es/components/common/teambition/instance-flow/index.js +54 -0
- package/es/components/common/teambition/instance-flow/index.scss +1 -0
- package/es/components/common/teambition/instance-releases/index.d.ts +7 -0
- package/es/components/common/teambition/instance-releases/index.js +50 -0
- package/es/components/common/teambition/instance-releases/index.scss +52 -0
- package/es/components/common/teambition/instance-sources/index.d.ts +12 -0
- package/es/components/common/teambition/instance-sources/index.js +252 -0
- package/es/components/common/teambition/instance-sources/index.scss +143 -0
- package/es/components/common/teambition/instance-status/index.d.ts +10 -0
- package/es/components/common/teambition/instance-status/index.js +35 -0
- package/es/components/common/teambition/instance-status/index.scss +36 -0
- package/es/components/common/teambition/instance-status-icon/index.d.ts +91 -0
- package/es/components/common/teambition/instance-status-icon/index.js +239 -0
- package/es/components/common/teambition/instance-status-icon/index.scss +92 -0
- package/es/components/common/teambition/instance-trigger-info/index.d.ts +8 -0
- package/es/components/common/teambition/instance-trigger-info/index.js +278 -0
- package/es/components/common/teambition/instance-trigger-info/index.scss +109 -0
- package/es/components/common/teambition/instance-trigger-mode/index.d.ts +4 -0
- package/es/components/common/teambition/instance-trigger-mode/index.js +42 -0
- package/es/components/common/teambition/manage-nav-bar/index.d.ts +15 -0
- package/es/components/common/teambition/manage-nav-bar/index.js +99 -0
- package/es/components/common/teambition/manage-nav-bar/index.scss +104 -0
- package/es/components/common/teambition/menu-wrapper/index.d.ts +15 -0
- package/es/components/common/teambition/menu-wrapper/index.js +126 -0
- package/es/components/common/teambition/menu-wrapper/index.scss +65 -0
- package/es/components/common/teambition/message/index.d.ts +8 -0
- package/es/components/common/teambition/message/index.js +31 -0
- package/es/components/common/teambition/message/index.scss +43 -0
- package/es/components/common/teambition/message-page/index.d.ts +14 -0
- package/es/components/common/teambition/message-page/index.js +34 -0
- package/es/components/common/teambition/message-page/index.scss +16 -0
- package/es/components/common/teambition/operation-panel/index.d.ts +4 -0
- package/es/components/common/teambition/operation-panel/index.js +43 -0
- package/es/components/common/teambition/operation-panel/index.scss +33 -0
- package/es/components/common/teambition/pipeline-configuration/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-configuration/index.js +482 -0
- package/es/components/common/teambition/pipeline-configuration/index.scss +136 -0
- package/es/components/common/teambition/pipeline-configuration/utils.d.ts +546 -0
- package/es/components/common/teambition/pipeline-configuration/utils.js +1195 -0
- package/es/components/common/teambition/pipeline-flow-dialog/appstack-wrap.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-dialog/appstack-wrap.js +50 -0
- package/es/components/common/teambition/pipeline-flow-dialog/index.d.ts +120 -0
- package/es/components/common/teambition/pipeline-flow-dialog/index.js +2612 -0
- package/es/components/common/teambition/pipeline-flow-dialog/index.scss +111 -0
- package/es/components/common/teambition/pipeline-flow-dialog/type.d.ts +14 -0
- package/es/components/common/teambition/pipeline-flow-dialog/utils.d.ts +18 -0
- package/es/components/common/teambition/pipeline-flow-dialog/utils.js +167 -0
- package/es/components/common/teambition/pipeline-flow-dialog/validate.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-dialog/validate.js +43 -0
- package/es/components/common/teambition/pipeline-flow-info/flow-info/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-flow-info/flow-info/index.js +346 -0
- package/es/components/common/teambition/pipeline-flow-info/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-info/index.js +60 -0
- package/es/components/common/teambition/pipeline-flow-info/index.scss +0 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/index.js +70 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/index.scss +48 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/member-table.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/member-table.js +179 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/utils.d.ts +16 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/utils.js +245 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/editor/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/editor/index.js +8 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/index.d.ts +73 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/index.js +1010 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/index.scss +215 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/utils.d.ts +60 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/utils.js +225 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/concurrency/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/concurrency/index.js +102 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/index.d.ts +16 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/index.js +250 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/index.scss +11 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.js +375 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.scss +46 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.js +90 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.module.scss +5 -0
- package/es/components/common/teambition/pipeline-flow-setting-layout/index.d.ts +8 -0
- package/es/components/common/teambition/pipeline-flow-setting-layout/index.js +15 -0
- package/es/components/common/teambition/pipeline-flow-setting-layout/index.scss +58 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/add-cache-dialog/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/add-cache-dialog/index.js +131 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/index.js +417 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/index.scss +17 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/mountCard.module.scss +47 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/pmLocalMount.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/pmLocalMount.js +167 -0
- package/es/components/common/teambition/pipeline-flow-var/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-var/index.js +101 -0
- package/es/components/common/teambition/pipeline-flow-var/index.scss +51 -0
- package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.js +146 -0
- package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.scss +26 -0
- package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.js +550 -0
- package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.scss +17 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.js +324 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.scss +53 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.js +373 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.scss +31 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/index.js +665 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/index.scss +21 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/util.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/util.js +36 -0
- package/es/components/common/teambition/pipeline-graph/index.d.ts +7 -0
- package/es/components/common/teambition/pipeline-graph/index.js +41 -0
- package/es/components/common/teambition/pipeline-graph/index.scss +187 -0
- package/es/components/common/teambition/pipeline-graph/parent-graph.d.ts +59 -0
- package/es/components/common/teambition/pipeline-graph/parent-graph.js +161 -0
- package/es/components/common/teambition/pipeline-graph/stage-card.d.ts +8 -0
- package/es/components/common/teambition/pipeline-graph/stage-card.js +79 -0
- package/es/components/common/teambition/pipeline-graph/stage-graph.d.ts +7 -0
- package/es/components/common/teambition/pipeline-graph/stage-graph.js +61 -0
- package/es/components/common/teambition/pipeline-graph/svg-graph.d.ts +8 -0
- package/es/components/common/teambition/pipeline-graph/svg-graph.js +75 -0
- package/es/components/common/teambition/pipeline-info/appstack-wrap.d.ts +5 -0
- package/es/components/common/teambition/pipeline-info/appstack-wrap.js +24 -0
- package/es/components/common/teambition/pipeline-info/baseInfo.d.ts +8 -0
- package/es/components/common/teambition/pipeline-info/baseInfo.js +273 -0
- package/es/components/common/teambition/pipeline-info/index.d.ts +16 -0
- package/es/components/common/teambition/pipeline-info/index.js +313 -0
- package/es/components/common/teambition/pipeline-info/index.scss +56 -0
- package/es/components/common/teambition/pipeline-info/tagSelect.d.ts +10 -0
- package/es/components/common/teambition/pipeline-info/tagSelect.js +291 -0
- package/es/components/common/teambition/pipeline-instance/folding/index.d.ts +8 -0
- package/es/components/common/teambition/pipeline-instance/folding/index.js +45 -0
- package/es/components/common/teambition/pipeline-instance/folding/index.scss +43 -0
- package/es/components/common/teambition/pipeline-instance/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-instance/index.js +397 -0
- package/es/components/common/teambition/pipeline-instance/index.scss +249 -0
- package/es/components/common/teambition/pipeline-instance/package/packages.d.ts +8 -0
- package/es/components/common/teambition/pipeline-instance/package/packages.js +247 -0
- package/es/components/common/teambition/pipeline-instance/package/tree.d.ts +12 -0
- package/es/components/common/teambition/pipeline-instance/package/tree.js +104 -0
- package/es/components/common/teambition/pipeline-instance/readme.md +1 -0
- package/es/components/common/teambition/pipeline-instance/source.d.ts +3 -0
- package/es/components/common/teambition/pipeline-instance/source.js +198 -0
- package/es/components/common/teambition/pipeline-instance-new/SourceElement.d.ts +1 -0
- package/es/components/common/teambition/pipeline-instance-new/SourceElement.js +53 -0
- package/es/components/common/teambition/pipeline-instance-new/StatusBar.d.ts +1 -0
- package/es/components/common/teambition/pipeline-instance-new/StatusBar.js +273 -0
- package/es/components/common/teambition/pipeline-instance-new/commits/index.d.ts +7 -0
- package/es/components/common/teambition/pipeline-instance-new/commits/index.js +277 -0
- package/es/components/common/teambition/pipeline-instance-new/commits/index.scss +75 -0
- package/es/components/common/teambition/pipeline-instance-new/constants.d.ts +2 -0
- package/es/components/common/teambition/pipeline-instance-new/constants.js +2 -0
- package/es/components/common/teambition/pipeline-instance-new/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-instance-new/index.js +124 -0
- package/es/components/common/teambition/pipeline-instance-new/index.scss +500 -0
- package/es/components/common/teambition/pipeline-instance-new/package/packages.d.ts +8 -0
- package/es/components/common/teambition/pipeline-instance-new/package/packages.js +256 -0
- package/es/components/common/teambition/pipeline-instance-new/package/tree.d.ts +12 -0
- package/es/components/common/teambition/pipeline-instance-new/package/tree.js +114 -0
- package/es/components/common/teambition/pipeline-instance-new/source.d.ts +22 -0
- package/es/components/common/teambition/pipeline-instance-new/source.js +376 -0
- package/es/components/common/teambition/pipeline-instance-new/status/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-instance-new/status/index.js +172 -0
- package/es/components/common/teambition/pipeline-instance-new/status/index.scss +45 -0
- package/es/components/common/teambition/pipeline-instance-new/variable/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-instance-new/variable/index.js +108 -0
- package/es/components/common/teambition/pipeline-instance-new/variable/index.scss +5 -0
- package/es/components/common/teambition/pipeline-menu/index.d.ts +14 -0
- package/es/components/common/teambition/pipeline-menu/index.js +340 -0
- package/es/components/common/teambition/pipeline-menu/index.scss +122 -0
- package/es/components/common/teambition/pipeline-params/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-params/index.js +108 -0
- package/es/components/common/teambition/pipeline-params/index.scss +78 -0
- package/es/components/common/teambition/pipeline-recode-diff/index.d.ts +12 -0
- package/es/components/common/teambition/pipeline-recode-diff/index.js +276 -0
- package/es/components/common/teambition/pipeline-recode-diff/index.module.scss +27 -0
- package/es/components/common/teambition/pipeline-roll-back/index.d.ts +13 -0
- package/es/components/common/teambition/pipeline-roll-back/index.js +189 -0
- package/es/components/common/teambition/pipeline-roll-back/index.module.scss +23 -0
- package/es/components/common/teambition/pipeline-run-confirm/index.d.ts +13 -0
- package/es/components/common/teambition/pipeline-run-confirm/index.js +83 -0
- package/es/components/common/teambition/pipeline-run-confirm/index.scss +16 -0
- package/es/components/common/teambition/pipeline-save-diff/index.d.ts +12 -0
- package/es/components/common/teambition/pipeline-save-diff/index.js +98 -0
- package/es/components/common/teambition/pipeline-save-diff/index.module.scss +9 -0
- package/es/components/common/teambition/pipeline-source/BranchesFilter.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/BranchesFilter.js +93 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-sign.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-sign.js +87 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-webhook.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-webhook.js +174 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr.js +381 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/index.d.ts +15 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/index.js +63 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/index.scss +71 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/packages.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/packages.js +467 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/utils.d.ts +2 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/utils.js +20 -0
- package/es/components/common/teambition/pipeline-source/branch-mode/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-source/branch-mode/index.js +79 -0
- package/es/components/common/teambition/pipeline-source/branch-mode/index.scss +11 -0
- package/es/components/common/teambition/pipeline-source/code-source/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/code-source/index.js +148 -0
- package/es/components/common/teambition/pipeline-source/code-source/index.scss +218 -0
- package/es/components/common/teambition/pipeline-source/code-source/utils.d.ts +71 -0
- package/es/components/common/teambition/pipeline-source/code-source/utils.js +182 -0
- package/es/components/common/teambition/pipeline-source/credential/index.d.ts +13 -0
- package/es/components/common/teambition/pipeline-source/credential/index.js +430 -0
- package/es/components/common/teambition/pipeline-source/credential/index.scss +9 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/index.d.ts +20 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/index.js +397 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/index.scss +90 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/keypair.d.ts +6 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/keypair.js +80 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/newItem.d.ts +15 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/newItem.js +368 -0
- package/es/components/common/teambition/pipeline-source/fetch-depth/index.d.ts +6 -0
- package/es/components/common/teambition/pipeline-source/fetch-depth/index.js +67 -0
- package/es/components/common/teambition/pipeline-source/index.d.ts +37 -0
- package/es/components/common/teambition/pipeline-source/index.js +213 -0
- package/es/components/common/teambition/pipeline-source/index.scss +40 -0
- package/es/components/common/teambition/pipeline-source/jenkins/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/jenkins/index.js +1071 -0
- package/es/components/common/teambition/pipeline-source/jenkins/index.scss +34 -0
- package/es/components/common/teambition/pipeline-source/jenkins/layout.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/jenkins/layout.js +169 -0
- package/es/components/common/teambition/pipeline-source/jenkins/utils.d.ts +19 -0
- package/es/components/common/teambition/pipeline-source/jenkins/utils.js +288 -0
- package/es/components/common/teambition/pipeline-source/pipeline-event/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/pipeline-event/index.js +122 -0
- package/es/components/common/teambition/pipeline-source/pipeline-event/index.scss +40 -0
- package/es/components/common/teambition/pipeline-source/scms/aliyun.d.ts +11 -0
- package/es/components/common/teambition/pipeline-source/scms/aliyun.js +337 -0
- package/es/components/common/teambition/pipeline-source/scms/appstack.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/appstack.js +211 -0
- package/es/components/common/teambition/pipeline-source/scms/atomGit.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/atomGit.js +382 -0
- package/es/components/common/teambition/pipeline-source/scms/bitbucket.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/bitbucket.js +131 -0
- package/es/components/common/teambition/pipeline-source/scms/branchTips.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/scms/branchTips.js +30 -0
- package/es/components/common/teambition/pipeline-source/scms/code_alibaba.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/scms/code_alibaba.js +503 -0
- package/es/components/common/teambition/pipeline-source/scms/codeup.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/scms/codeup.js +507 -0
- package/es/components/common/teambition/pipeline-source/scms/coding.d.ts +11 -0
- package/es/components/common/teambition/pipeline-source/scms/coding.js +141 -0
- package/es/components/common/teambition/pipeline-source/scms/flow.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/flow.js +243 -0
- package/es/components/common/teambition/pipeline-source/scms/force.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/force.js +121 -0
- package/es/components/common/teambition/pipeline-source/scms/git.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/scms/git.js +160 -0
- package/es/components/common/teambition/pipeline-source/scms/gitSample.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/scms/gitSample.js +230 -0
- package/es/components/common/teambition/pipeline-source/scms/gitee.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/gitee.js +291 -0
- package/es/components/common/teambition/pipeline-source/scms/github.d.ts +9 -0
- package/es/components/common/teambition/pipeline-source/scms/github.js +122 -0
- package/es/components/common/teambition/pipeline-source/scms/githubOAuth.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/githubOAuth.js +428 -0
- package/es/components/common/teambition/pipeline-source/scms/gitlab.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/scms/gitlab.js +159 -0
- package/es/components/common/teambition/pipeline-source/scms/hooks/useBranchDisabled.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/scms/hooks/useBranchDisabled.js +25 -0
- package/es/components/common/teambition/pipeline-source/scms/index.d.ts +83 -0
- package/es/components/common/teambition/pipeline-source/scms/index.js +35 -0
- package/es/components/common/teambition/pipeline-source/scms/index.scss +13 -0
- package/es/components/common/teambition/pipeline-source/scms/jenkins.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/scms/jenkins.js +113 -0
- package/es/components/common/teambition/pipeline-source/scms/svn.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/scms/svn.js +134 -0
- package/es/components/common/teambition/pipeline-source/submodule/submodule.d.ts +7 -0
- package/es/components/common/teambition/pipeline-source/submodule/submodule.js +58 -0
- package/es/components/common/teambition/pipeline-source/util.d.ts +15 -0
- package/es/components/common/teambition/pipeline-source/util.js +26 -0
- package/es/components/common/teambition/pipeline-source/webhook/index.scss +57 -0
- package/es/components/common/teambition/pipeline-source/webhook/jenkins-webhook.d.ts +11 -0
- package/es/components/common/teambition/pipeline-source/webhook/jenkins-webhook.js +171 -0
- package/es/components/common/teambition/pipeline-source/webhook/webhook.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/webhook/webhook.js +448 -0
- package/es/components/common/teambition/pipeline-source/workspace/index.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/workspace/index.js +100 -0
- package/es/components/common/teambition/pipeline-tag/empty.d.ts +2 -0
- package/es/components/common/teambition/pipeline-tag/empty.js +39 -0
- package/es/components/common/teambition/pipeline-tag/index.d.ts +23 -0
- package/es/components/common/teambition/pipeline-tag/index.js +25 -0
- package/es/components/common/teambition/pipeline-tag/index.scss +16 -0
- package/es/components/common/teambition/pipeline-template-card/GraphPreview/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-template-card/GraphPreview/index.js +209 -0
- package/es/components/common/teambition/pipeline-template-card/GraphPreview/style.module.scss +21 -0
- package/es/components/common/teambition/pipeline-template-card/getGraphContentArys.d.ts +6 -0
- package/es/components/common/teambition/pipeline-template-card/getGraphContentArys.js +70 -0
- package/es/components/common/teambition/pipeline-template-card/groups.d.ts +54 -0
- package/es/components/common/teambition/pipeline-template-card/groups.js +87 -0
- package/es/components/common/teambition/pipeline-template-card/index.d.ts +18 -0
- package/es/components/common/teambition/pipeline-template-card/index.js +211 -0
- package/es/components/common/teambition/pipeline-template-card/style.module.scss +111 -0
- package/es/components/common/teambition/pipeline-variable-group/index.scss +103 -0
- package/es/components/common/teambition/pipeline-variable-group/variable.d.ts +7 -0
- package/es/components/common/teambition/pipeline-variable-group/variable.js +42 -0
- package/es/components/common/teambition/pipeline-variable-group/variableGroup.d.ts +28 -0
- package/es/components/common/teambition/pipeline-variable-group/variableGroup.js +468 -0
- package/es/components/common/teambition/pipeline-version-record/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-version-record/index.js +302 -0
- package/es/components/common/teambition/pipeline-version-record/index.scss +46 -0
- package/es/components/common/teambition/pipeline-view-version/index.d.ts +10 -0
- package/es/components/common/teambition/pipeline-view-version/index.js +140 -0
- package/es/components/common/teambition/pipeline-view-version/index.module.scss +32 -0
- package/es/components/common/teambition/pipelineVersionBadge/index.d.ts +5 -0
- package/es/components/common/teambition/pipelineVersionBadge/index.js +42 -0
- package/es/components/common/teambition/relate-pipeline-dialog/index.d.ts +3 -0
- package/es/components/common/teambition/relate-pipeline-dialog/index.js +348 -0
- package/es/components/common/teambition/relate-pipeline-dialog/index.scss +56 -0
- package/es/components/common/teambition/release-info-dialog/index.d.ts +4 -0
- package/es/components/common/teambition/release-info-dialog/index.js +158 -0
- package/es/components/common/teambition/release-info-dialog/index.scss +52 -0
- package/es/components/common/teambition/run-param-config-dialog/context.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/context.js +18 -0
- package/es/components/common/teambition/run-param-config-dialog/files/acr.d.ts +6 -0
- package/es/components/common/teambition/run-param-config-dialog/files/acr.js +138 -0
- package/es/components/common/teambition/run-param-config-dialog/files/add-branch.d.ts +3 -0
- package/es/components/common/teambition/run-param-config-dialog/files/add-branch.js +204 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-change.d.ts +8 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-change.js +494 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.js +163 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.scss +31 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.d.ts +35 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.js +426 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.scss +54 -0
- package/es/components/common/teambition/run-param-config-dialog/files/artifact-source.d.ts +8 -0
- package/es/components/common/teambition/run-param-config-dialog/files/artifact-source.js +21 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch-status.d.ts +7 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch-status.js +61 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch.d.ts +8 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch.js +66 -0
- package/es/components/common/teambition/run-param-config-dialog/files/code-source.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/code-source.js +702 -0
- package/es/components/common/teambition/run-param-config-dialog/files/common-footer.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/common-footer.js +11 -0
- package/es/components/common/teambition/run-param-config-dialog/files/flow.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/flow.js +119 -0
- package/es/components/common/teambition/run-param-config-dialog/files/index.scss +87 -0
- package/es/components/common/teambition/run-param-config-dialog/files/jenkins.d.ts +3 -0
- package/es/components/common/teambition/run-param-config-dialog/files/jenkins.js +138 -0
- package/es/components/common/teambition/run-param-config-dialog/files/packages.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/packages.js +142 -0
- package/es/components/common/teambition/run-param-config-dialog/index.d.ts +6 -0
- package/es/components/common/teambition/run-param-config-dialog/index.js +373 -0
- package/es/components/common/teambition/run-param-config-dialog/index.scss +40 -0
- package/es/components/common/teambition/run-param-config-dialog/utils.d.ts +12 -0
- package/es/components/common/teambition/run-param-config-dialog/utils.js +54 -0
- package/es/components/common/teambition/run-pipeline-btn/index.d.ts +18 -0
- package/es/components/common/teambition/run-pipeline-btn/index.js +826 -0
- package/es/components/common/teambition/run-pipeline-btn/index.scss +48 -0
- package/es/components/common/teambition/scheduler/index.d.ts +9 -0
- package/es/components/common/teambition/scheduler/index.js +92 -0
- package/es/components/common/teambition/scheduler/index.scss +117 -0
- package/es/components/common/teambition/scheduler/timer.d.ts +14 -0
- package/es/components/common/teambition/scheduler/timer.js +309 -0
- package/es/components/common/teambition/scheduler/webhook.d.ts +6 -0
- package/es/components/common/teambition/scheduler/webhook.js +107 -0
- package/es/components/common/teambition/service-connection/OAuth2/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/OAuth2/index.js +537 -0
- package/es/components/common/teambition/service-connection/OAuth2/index.scss +5 -0
- package/es/components/common/teambition/service-connection/aliyun/index.d.ts +24 -0
- package/es/components/common/teambition/service-connection/aliyun/index.js +292 -0
- package/es/components/common/teambition/service-connection/aliyun/index.scss +5 -0
- package/es/components/common/teambition/service-connection/aliyun/legacy.d.ts +15 -0
- package/es/components/common/teambition/service-connection/aliyun/legacy.js +272 -0
- package/es/components/common/teambition/service-connection/aliyun.d.ts +11 -0
- package/es/components/common/teambition/service-connection/aliyun.js +264 -0
- package/es/components/common/teambition/service-connection/code_alibaba/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/code_alibaba/index.js +203 -0
- package/es/components/common/teambition/service-connection/codeup/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/codeup/index.js +380 -0
- package/es/components/common/teambition/service-connection/gitee.d.ts +9 -0
- package/es/components/common/teambition/service-connection/gitee.js +292 -0
- package/es/components/common/teambition/service-connection/github.d.ts +8 -0
- package/es/components/common/teambition/service-connection/github.js +272 -0
- package/es/components/common/teambition/service-connection/index.d.ts +45 -0
- package/es/components/common/teambition/service-connection/index.js +13 -0
- package/es/components/common/teambition/service-connection/index.scss +306 -0
- package/es/components/common/teambition/service-connection/packages/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/packages/index.js +219 -0
- package/es/components/common/teambition/service-connection/ram.d.ts +9 -0
- package/es/components/common/teambition/service-connection/ram.js +225 -0
- package/es/components/common/teambition/service-connection/tips.d.ts +6 -0
- package/es/components/common/teambition/service-connection/tips.js +14 -0
- package/es/components/common/teambition/service-connection-create/index.d.ts +3 -0
- package/es/components/common/teambition/service-connection-create/index.js +24 -0
- package/es/components/common/teambition/splitline/index.d.ts +4 -0
- package/es/components/common/teambition/splitline/index.js +8 -0
- package/es/components/common/teambition/splitline/index.scss +12 -0
- package/es/components/common/teambition/tag-panel/index.d.ts +4 -0
- package/es/components/common/teambition/tag-panel/index.js +202 -0
- package/es/components/common/teambition/tag-panel/index.scss +53 -0
- package/es/components/common/teambition/task-template/index.d.ts +4 -0
- package/es/components/common/teambition/task-template/index.js +442 -0
- package/es/components/common/teambition/task-template/index.scss +207 -0
- package/es/components/common/teambition/task-template/utils.d.ts +28 -0
- package/es/components/common/teambition/task-template/utils.js +271 -0
- package/es/components/common/teambition/terminal/index.d.ts +18 -0
- package/es/components/common/teambition/terminal/index.js +105 -0
- package/es/components/common/teambition/terminal/index.scss +3 -0
- package/es/components/common/teambition/yunxiao-member/index.d.ts +5 -0
- package/es/components/common/teambition/yunxiao-member/index.js +974 -0
- package/es/components/common/teambition/yunxiao-member/utils.d.ts +55 -0
- package/es/components/common/teambition/yunxiao-member/utils.js +340 -0
- package/es/components/common/variable.scss +6 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.d.ts +7 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.js +616 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.scss +88 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/machines-table.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/machines-table.js +632 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/operation.d.ts +6 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/operation.js +21 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/index.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/index.js +449 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/style.module.scss +16 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/index.d.ts +16 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/index.js +391 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/tagSelect.d.ts +10 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/tagSelect.js +291 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/demo-form/DemoForm.d.ts +4 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/demo-form/DemoForm.js +172 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.d.ts +3 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.js +163 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.scss +42 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.d.ts +8 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.js +834 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.scss +33 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/index.d.ts +13 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/index.js +365 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.d.ts +11 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.js +37 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.scss +52 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.d.ts +7 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.js +178 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.scss +63 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.d.ts +12 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.js +37 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.scss +18 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/index.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/index.js +349 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/default-groups.d.ts +3 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/default-groups.js +106 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/deploy-groups.d.ts +8 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/deploy-groups.js +109 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.d.ts +10 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.js +76 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.scss +110 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/private-groups.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/private-groups.js +105 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/operations.js +175 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/permissions.d.ts +11 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/permissions.js +11 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/types.d.ts +16 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/types.js +22 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/utils.d.ts +2 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/utils.js +30 -0
- package/es/components/dashboardMain/components/build-setting/build-group-table.d.ts +15 -0
- package/es/components/dashboardMain/components/build-setting/build-group-table.js +448 -0
- package/es/components/dashboardMain/components/build-setting/index.d.ts +5 -0
- package/es/components/dashboardMain/components/build-setting/index.js +517 -0
- package/es/components/dashboardMain/components/build-setting/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/build-setting/operations.js +234 -0
- package/es/components/dashboardMain/components/build-setting/permissions.d.ts +11 -0
- package/es/components/dashboardMain/components/build-setting/permissions.js +11 -0
- package/es/components/dashboardMain/components/build-setting/tableColumns.d.ts +4 -0
- package/es/components/dashboardMain/components/build-setting/tableColumns.js +169 -0
- package/es/components/dashboardMain/components/build-setting-entry/index.d.ts +5 -0
- package/es/components/dashboardMain/components/build-setting-entry/index.js +65 -0
- package/es/components/dashboardMain/components/common.scss +218 -0
- package/es/components/dashboardMain/components/deploy-setting/index.scss +11 -0
- package/es/components/dashboardMain/components/deploy-setting/machineGroupTable.d.ts +20 -0
- package/es/components/dashboardMain/components/deploy-setting/machineGroupTable.js +620 -0
- package/es/components/dashboardMain/components/deploy-setting/main.d.ts +6 -0
- package/es/components/dashboardMain/components/deploy-setting/main.js +599 -0
- package/es/components/dashboardMain/components/deploy-setting/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/deploy-setting/operations.js +266 -0
- package/es/components/dashboardMain/components/deploy-setting/permissions.d.ts +9 -0
- package/es/components/dashboardMain/components/deploy-setting/permissions.js +9 -0
- package/es/components/dashboardMain/components/deploy-setting/tableColumns.d.ts +6 -0
- package/es/components/dashboardMain/components/deploy-setting/tableColumns.js +205 -0
- package/es/components/dashboardMain/components/deploy-setting-entry/index.d.ts +5 -0
- package/es/components/dashboardMain/components/deploy-setting-entry/index.js +60 -0
- package/es/components/dashboardMain/components/dropdown-panel/index.d.ts +4 -0
- package/es/components/dashboardMain/components/dropdown-panel/index.js +176 -0
- package/es/components/dashboardMain/components/dropdown-panel/index.scss +111 -0
- package/es/components/dashboardMain/components/empty/index.d.ts +4 -0
- package/es/components/dashboardMain/components/empty/index.js +35 -0
- package/es/components/dashboardMain/components/empty/index.scss +17 -0
- package/es/components/dashboardMain/components/header/index.d.ts +3 -0
- package/es/components/dashboardMain/components/header/index.js +28 -0
- package/es/components/dashboardMain/components/kubernetes-manage/index.d.ts +3 -0
- package/es/components/dashboardMain/components/kubernetes-manage/index.js +438 -0
- package/es/components/dashboardMain/components/kubernetes-manage/index.scss +14 -0
- package/es/components/dashboardMain/components/kubernetes-manage/kubernetes-edit-dialog.d.ts +16 -0
- package/es/components/dashboardMain/components/kubernetes-manage/kubernetes-edit-dialog.js +215 -0
- package/es/components/dashboardMain/components/kubernetes-manage/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/kubernetes-manage/operations.js +176 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.d.ts +18 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.js +190 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.module.scss +39 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/ConfirmDialog.d.ts +14 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/ConfirmDialog.js +226 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/MachineUpgradingDisabledTip.d.ts +10 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/MachineUpgradingDisabledTip.js +50 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/card.module.scss +22 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/context.d.ts +1 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/context.js +5 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/getMachineUpgradeStatusIcon.d.ts +2 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/getMachineUpgradeStatusIcon.js +60 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/index.d.ts +6 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/index.js +339 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/statusTable.d.ts +14 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/statusTable.js +493 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/style.module.scss +29 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/type.d.ts +39 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/type.js +1 -0
- package/es/components/dashboardMain/components/maven-setting/NpmSelectRepoDialog.d.ts +8 -0
- package/es/components/dashboardMain/components/maven-setting/NpmSelectRepoDialog.js +148 -0
- package/es/components/dashboardMain/components/maven-setting/index-old.d.ts +4 -0
- package/es/components/dashboardMain/components/maven-setting/index-old.js +331 -0
- package/es/components/dashboardMain/components/maven-setting/index.d.ts +4 -0
- package/es/components/dashboardMain/components/maven-setting/index.js +726 -0
- package/es/components/dashboardMain/components/maven-setting/index.scss +19 -0
- package/es/components/dashboardMain/components/maven-setting/style.module.scss +51 -0
- package/es/components/dashboardMain/components/operation-panel/index.d.ts +4 -0
- package/es/components/dashboardMain/components/operation-panel/index.js +604 -0
- package/es/components/dashboardMain/components/operation-panel/index.scss +80 -0
- package/es/components/dashboardMain/components/pipeline-empty/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-empty/index.js +102 -0
- package/es/components/dashboardMain/components/pipeline-empty/index.scss +8 -0
- package/es/components/dashboardMain/components/pipeline-list/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-list/index.js +235 -0
- package/es/components/dashboardMain/components/pipeline-list/index.scss +108 -0
- package/es/components/dashboardMain/components/pipeline-not-fonud/index.d.ts +4 -0
- package/es/components/dashboardMain/components/pipeline-not-fonud/index.js +43 -0
- package/es/components/dashboardMain/components/pipeline-not-fonud/index.scss +46 -0
- package/es/components/dashboardMain/components/pipeline-operation/index.d.ts +18 -0
- package/es/components/dashboardMain/components/pipeline-operation/index.js +461 -0
- package/es/components/dashboardMain/components/pipeline-operation/index.scss +68 -0
- package/es/components/dashboardMain/components/pipeline-panel/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-panel/index.js +350 -0
- package/es/components/dashboardMain/components/pipeline-panel/index.scss +209 -0
- package/es/components/dashboardMain/components/pipeline-table/columns.d.ts +2 -0
- package/es/components/dashboardMain/components/pipeline-table/columns.js +296 -0
- package/es/components/dashboardMain/components/pipeline-table/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-table/index.js +248 -0
- package/es/components/dashboardMain/components/pipeline-table/index.scss +71 -0
- package/es/components/dashboardMain/components/region-config/index.d.ts +3 -0
- package/es/components/dashboardMain/components/region-config/index.js +194 -0
- package/es/components/dashboardMain/components/region-config/index.scss +48 -0
- package/es/components/dashboardMain/components/roles-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/index.js +334 -0
- package/es/components/dashboardMain/components/roles-setting/index.scss +23 -0
- package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.js +85 -0
- package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.scss +38 -0
- package/es/components/dashboardMain/components/roles-setting/roles-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/roles-card/index.js +175 -0
- package/es/components/dashboardMain/components/roles-setting/roles-card/index.scss +72 -0
- package/es/components/dashboardMain/components/roles-setting/roles-popup/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/roles-popup/index.js +247 -0
- package/es/components/dashboardMain/components/roles-setting/roles-popup/index.scss +93 -0
- package/es/components/dashboardMain/components/roles-setting/utils.d.ts +25 -0
- package/es/components/dashboardMain/components/roles-setting/utils.js +409 -0
- package/es/components/dashboardMain/components/search-panel/index.d.ts +3 -0
- package/es/components/dashboardMain/components/search-panel/index.js +228 -0
- package/es/components/dashboardMain/components/search-panel/index.scss +141 -0
- package/es/components/dashboardMain/components/service-auth-manage/index.d.ts +3 -0
- package/es/components/dashboardMain/components/service-auth-manage/index.js +368 -0
- package/es/components/dashboardMain/components/service-auth-manage/index.scss +1 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/AliyunRam.d.ts +15 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/AliyunRam.js +422 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/CodeRepo.d.ts +29 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/CodeRepo.js +316 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.d.ts +10 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.js +231 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.scss +84 -0
- package/es/components/dashboardMain/components/service-auth-manage/utils.d.ts +8 -0
- package/es/components/dashboardMain/components/service-auth-manage/utils.js +167 -0
- package/es/components/dashboardMain/components/service-connection/index.d.ts +9 -0
- package/es/components/dashboardMain/components/service-connection/index.js +44 -0
- package/es/components/dashboardMain/components/service-connection/index.scss +9 -0
- package/es/components/dashboardMain/components/step-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/step-setting/index.js +395 -0
- package/es/components/dashboardMain/components/step-setting/index.scss +40 -0
- package/es/components/dashboardMain/components/step-setting/step-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/step-setting/step-card/index.js +113 -0
- package/es/components/dashboardMain/components/step-setting/step-card/index.scss +72 -0
- package/es/components/dashboardMain/components/step-setting/utils.d.ts +21 -0
- package/es/components/dashboardMain/components/step-setting/utils.js +172 -0
- package/es/components/dashboardMain/components/table-title-add-ons/index.d.ts +3 -0
- package/es/components/dashboardMain/components/table-title-add-ons/index.js +832 -0
- package/es/components/dashboardMain/components/table-title-add-ons/index.scss +44 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-dialog.d.ts +4 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-dialog.js +218 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-group-dialog.d.ts +10 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-group-dialog.js +150 -0
- package/es/components/dashboardMain/components/tag-setting/color-group.d.ts +8 -0
- package/es/components/dashboardMain/components/tag-setting/color-group.js +33 -0
- package/es/components/dashboardMain/components/tag-setting/index.d.ts +35 -0
- package/es/components/dashboardMain/components/tag-setting/index.js +632 -0
- package/es/components/dashboardMain/components/tag-setting/index.scss +152 -0
- package/es/components/dashboardMain/components/task-setting/create-pac-task/index.d.ts +24 -0
- package/es/components/dashboardMain/components/task-setting/create-pac-task/index.js +340 -0
- package/es/components/dashboardMain/components/task-setting/create-pac-task/index.scss +59 -0
- package/es/components/dashboardMain/components/task-setting/create-task/index.d.ts +22 -0
- package/es/components/dashboardMain/components/task-setting/create-task/index.js +331 -0
- package/es/components/dashboardMain/components/task-setting/create-task/index.scss +59 -0
- package/es/components/dashboardMain/components/task-setting/edit-task/index.d.ts +18 -0
- package/es/components/dashboardMain/components/task-setting/edit-task/index.js +232 -0
- package/es/components/dashboardMain/components/task-setting/edit-task/index.scss +48 -0
- package/es/components/dashboardMain/components/task-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/task-setting/index.js +746 -0
- package/es/components/dashboardMain/components/task-setting/index.scss +39 -0
- package/es/components/dashboardMain/components/task-setting/task-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/task-setting/task-card/index.js +207 -0
- package/es/components/dashboardMain/components/task-setting/task-card/index.scss +93 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/index.d.ts +2 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/index.js +178 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/index.scss +86 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/style.module.scss +39 -0
- package/es/components/dashboardMain/components/task-setting/utils.d.ts +25 -0
- package/es/components/dashboardMain/components/task-setting/utils.js +262 -0
- package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.d.ts +11 -0
- package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.js +86 -0
- package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.module.scss +84 -0
- package/es/components/dashboardMain/components/template-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/template-setting/index.js +564 -0
- package/es/components/dashboardMain/components/template-setting/index.scss +41 -0
- package/es/components/dashboardMain/components/template-setting/template-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/template-setting/template-card/index.js +173 -0
- package/es/components/dashboardMain/components/template-setting/template-card/index.scss +87 -0
- package/es/components/dashboardMain/components/template-setting/utils.d.ts +25 -0
- package/es/components/dashboardMain/components/template-setting/utils.js +228 -0
- package/es/components/dashboardMain/components/variable-setting/index.d.ts +24 -0
- package/es/components/dashboardMain/components/variable-setting/index.js +562 -0
- package/es/components/dashboardMain/config.json +53 -0
- package/es/components/dashboardMain/enterprise-price/SideBarContent.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-price/SideBarContent.js +171 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsCharts.d.ts +9 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsCharts.js +93 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsContent.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsContent.js +90 -0
- package/es/components/dashboardMain/enterprise-price/TableContent.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-price/TableContent.js +303 -0
- package/es/components/dashboardMain/enterprise-price/index.d.ts +4 -0
- package/es/components/dashboardMain/enterprise-price/index.js +99 -0
- package/es/components/dashboardMain/enterprise-price/index.scss +139 -0
- package/es/components/dashboardMain/enterprise-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-setting/index.js +114 -0
- package/es/components/dashboardMain/enterprise-setting/utils.d.ts +1 -0
- package/es/components/dashboardMain/enterprise-setting/utils.js +335 -0
- package/es/components/dashboardMain/index.d.ts +4 -0
- package/es/components/dashboardMain/index.js +688 -0
- package/es/components/dashboardMain/index.scss +73 -0
- package/es/components/dashboardMain/pipelines/copyPipeline.d.ts +13 -0
- package/es/components/dashboardMain/pipelines/copyPipeline.js +77 -0
- package/es/components/dashboardMain/pipelines/copyPipeline.scss +45 -0
- package/es/components/dashboardMain/pipelines/index.d.ts +9 -0
- package/es/components/dashboardMain/pipelines/index.js +1061 -0
- package/es/components/dashboardMain/pipelines/index.scss +24 -0
- package/es/components/dashboardMain/pipelines/util.d.ts +11 -0
- package/es/components/dashboardMain/pipelines/util.js +120 -0
- package/es/components/dashboardMain/setting/role/access.js +0 -0
- package/es/components/dashboardNav/index.d.ts +4 -0
- package/es/components/dashboardNav/index.js +1150 -0
- package/es/components/dashboardNav/index.scss +305 -0
- package/es/components/dashboardNav/util.d.ts +1 -0
- package/es/components/dashboardNav/util.js +21 -0
- package/es/components/detailMain/build/index.d.ts +10 -0
- package/es/components/detailMain/build/index.js +134 -0
- package/es/components/detailMain/current/index.d.ts +8 -0
- package/es/components/detailMain/current/index.js +129 -0
- package/es/components/detailMain/current/index.scss +0 -0
- package/es/components/detailMain/deployments/index.d.ts +8 -0
- package/es/components/detailMain/deployments/index.js +805 -0
- package/es/components/detailMain/deployments/index.scss +205 -0
- package/es/components/detailMain/deployments/release/index.d.ts +7 -0
- package/es/components/detailMain/deployments/release/index.js +57 -0
- package/es/components/detailMain/deployments/release/index.scss +35 -0
- package/es/components/detailMain/histories/columns.d.ts +5 -0
- package/es/components/detailMain/histories/columns.js +39 -0
- package/es/components/detailMain/histories/filter.d.ts +6 -0
- package/es/components/detailMain/histories/filter.js +196 -0
- package/es/components/detailMain/histories/index.d.ts +9 -0
- package/es/components/detailMain/histories/index.js +414 -0
- package/es/components/detailMain/histories/index.scss +73 -0
- package/es/components/detailMain/index.d.ts +12 -0
- package/es/components/detailMain/index.js +31 -0
- package/es/components/detailMain/metrics/index.d.ts +2 -0
- package/es/components/detailMain/metrics/index.js +50 -0
- package/es/components/detailMain/recent/index.d.ts +10 -0
- package/es/components/detailMain/recent/index.js +113 -0
- package/es/components/detailMain/recent/index.scss +0 -0
- package/es/components/detailNav/index.d.ts +8 -0
- package/es/components/detailNav/index.js +352 -0
- package/es/components/detailNav/index.scss +18 -0
- package/es/components/detailNav/link.d.ts +6 -0
- package/es/components/detailNav/link.js +24 -0
- package/es/components/diffViewer/index.d.ts +12 -0
- package/es/components/diffViewer/index.js +46 -0
- package/es/components/diffViewer/index.module.scss +22 -0
- package/es/components/go-template-wasm/go.mod +18 -0
- package/es/components/go-template-wasm/go.sum +58 -0
- package/es/components/go-template-wasm/index.html +185 -0
- package/es/components/go-template-wasm/main.go +64 -0
- package/es/components/go-template-wasm/readme.md +8 -0
- package/es/components/homeNewVersionGuidance/index.d.ts +4 -0
- package/es/components/homeNewVersionGuidance/index.js +69 -0
- package/es/components/homeNewVersionGuidance/index.scss +43 -0
- package/es/components/loading/index.d.ts +3 -0
- package/es/components/loading/index.js +23 -0
- package/es/components/log-dialog/index.js +37 -0
- package/es/components/log-dialog/index.scss +18 -0
- package/es/components/newbieTask/index.d.ts +30 -0
- package/es/components/newbieTask/index.js +647 -0
- package/es/components/newbieTask/index.scss +165 -0
- package/es/components/newbieTask/util.d.ts +45 -0
- package/es/components/newbieTask/util.js +365 -0
- package/es/components/pipeline/new/buildPipeline.d.ts +2 -0
- package/es/components/pipeline/new/buildPipeline.js +70 -0
- package/es/components/pipeline/new/defaultSettings.d.ts +1 -0
- package/es/components/pipeline/new/defaultSettings.js +48 -0
- package/es/components/pipeline/new/index.d.ts +72 -0
- package/es/components/pipeline/new/index.js +606 -0
- package/es/components/pipeline/new/index.scss +472 -0
- package/es/components/pipeline/new/pipelineTplView.d.ts +14 -0
- package/es/components/pipeline/new/pipelineTplView.js +244 -0
- package/es/components/pipeline/new/scroll-component/CategoryNav.d.ts +2 -0
- package/es/components/pipeline/new/scroll-component/CategoryNav.js +83 -0
- package/es/components/pipeline/new/scroll-component/Elements.d.ts +11 -0
- package/es/components/pipeline/new/scroll-component/Elements.js +248 -0
- package/es/components/pipeline/new/scroll-component/index.module.scss +93 -0
- package/es/components/pipeline/new/tsconfig.json +7 -0
- package/es/components/pluginLogTable/index.d.ts +7 -0
- package/es/components/pluginLogTable/index.js +91 -0
- package/es/components/pluginLogTable/index.scss +36 -0
- package/es/components/quotaNotifyCard/index.d.ts +6 -0
- package/es/components/quotaNotifyCard/index.js +147 -0
- package/es/components/quotaNotifyCard/index.scss +35 -0
- package/es/components/tbDetailLayout/index.d.ts +4 -0
- package/es/components/tbDetailLayout/index.js +32 -0
- package/es/components/tbDetailLayout/index.scss +25 -0
- package/es/components/tbPageHeader/index.d.ts +10 -0
- package/es/components/tbPageHeader/index.js +129 -0
- package/es/components/tbPageHeader/index.scss +126 -0
- package/es/components/variableGroup/deleteVariableGroupDialog.d.ts +8 -0
- package/es/components/variableGroup/deleteVariableGroupDialog.js +90 -0
- package/es/components/variableGroup/index.scss +30 -0
- package/es/components/variableGroup/newVariableGroupDialog.d.ts +11 -0
- package/es/components/variableGroup/newVariableGroupDialog.js +240 -0
- package/es/config.d.ts +8 -0
- package/es/config.js +11 -0
- package/es/contexts/index.d.ts +1 -0
- package/es/contexts/index.js +2 -0
- package/es/contexts/pipeline.d.ts +20 -0
- package/es/contexts/pipeline.js +478 -0
- package/es/index.d.ts +13 -0
- package/es/index.js +85 -0
- package/es/locale/index.d.ts +23 -0
- package/es/locale/index.js +81 -0
- package/es/locale/locale.json +6212 -0
- package/es/locale/strings/en-US.json +7900 -0
- package/es/locale/strings/index.js +1 -0
- package/es/locale/strings/zh-CN.json +7902 -0
- package/es/locale/unprocessed-code.js.txt +71 -0
- package/es/locale/unprocessed-code.txt +128 -0
- package/es/pages/403/index.d.ts +3 -0
- package/es/pages/403/index.js +33 -0
- package/es/pages/404/index.d.ts +3 -0
- package/es/pages/404/index.js +28 -0
- package/es/pages/bind/index.d.ts +2 -0
- package/es/pages/bind/index.js +13 -0
- package/es/pages/callback/error.d.ts +6 -0
- package/es/pages/callback/error.js +26 -0
- package/es/pages/callback/index.scss +4 -0
- package/es/pages/callback/success.d.ts +5 -0
- package/es/pages/callback/success.js +45 -0
- package/es/pages/dashboard/NewFeatureLead.d.ts +3 -0
- package/es/pages/dashboard/NewFeatureLead.js +66 -0
- package/es/pages/dashboard/Survey.d.ts +2 -0
- package/es/pages/dashboard/Survey.js +66 -0
- package/es/pages/dashboard/index.d.ts +5 -0
- package/es/pages/dashboard/index.js +280 -0
- package/es/pages/dashboard/index.scss +57 -0
- package/es/pages/dashboard/lead.hack.scss +13 -0
- package/es/pages/dashboard/types.d.ts +10 -0
- package/es/pages/dashboard/types.js +1 -0
- package/es/pages/dashboard/useAllowUpgradeState.d.ts +3 -0
- package/es/pages/dashboard/useAllowUpgradeState.js +77 -0
- package/es/pages/dashboard/useAnnouncement.d.ts +2 -0
- package/es/pages/dashboard/useAnnouncement.js +125 -0
- package/es/pages/detail/appstack-wrap.d.ts +8 -0
- package/es/pages/detail/appstack-wrap.js +79 -0
- package/es/pages/detail/appstack.scss +4 -0
- package/es/pages/detail/index.d.ts +4 -0
- package/es/pages/detail/index.js +133 -0
- package/es/pages/detail/index.scss +7 -0
- package/es/pages/detailSwitch/index.d.ts +2 -0
- package/es/pages/detailSwitch/index.js +6 -0
- package/es/pages/error/index.d.ts +3 -0
- package/es/pages/error/index.js +38 -0
- package/es/pages/migration/index.d.ts +4 -0
- package/es/pages/migration/index.js +276 -0
- package/es/pages/migration/index.scss +15 -0
- package/es/pages/new-detail/appstack-wrap.d.ts +7 -0
- package/es/pages/new-detail/appstack-wrap.js +61 -0
- package/es/pages/new-detail/index.d.ts +4 -0
- package/es/pages/new-detail/index.js +100 -0
- package/es/pages/new-detail/index.scss +112 -0
- package/es/pages/new-detail/operationBar/GoBackAndFeedback.d.ts +2 -0
- package/es/pages/new-detail/operationBar/GoBackAndFeedback.js +110 -0
- package/es/pages/new-detail/operationBar/index.d.ts +8 -0
- package/es/pages/new-detail/operationBar/index.js +382 -0
- package/es/pages/new-detail/operationBar/index.scss +21 -0
- package/es/pages/project/index.d.ts +5 -0
- package/es/pages/project/index.js +471 -0
- package/es/pages/project/index.scss +74 -0
- package/es/pages/project/operations.d.ts +3 -0
- package/es/pages/project/operations.js +347 -0
- package/es/pages/tbNavigationInit/Invite/index.d.ts +3 -0
- package/es/pages/tbNavigationInit/Invite/index.js +44 -0
- package/es/pages/tbNavigationInit/Invite/index.scss +20 -0
- package/es/pages/tbNavigationInit/contextSwitcher/contextMenu.d.ts +10 -0
- package/es/pages/tbNavigationInit/contextSwitcher/contextMenu.js +105 -0
- package/es/pages/tbNavigationInit/contextSwitcher/index.d.ts +6 -0
- package/es/pages/tbNavigationInit/contextSwitcher/index.js +27 -0
- package/es/pages/tbNavigationInit/contextSwitcher/index.scss +34 -0
- package/es/pages/tbNavigationInit/create/index.d.ts +2 -0
- package/es/pages/tbNavigationInit/create/index.js +34 -0
- package/es/pages/tbNavigationInit/detail.d.ts +7 -0
- package/es/pages/tbNavigationInit/detail.js +110 -0
- package/es/pages/tbNavigationInit/help/index.d.ts +2 -0
- package/es/pages/tbNavigationInit/help/index.js +26 -0
- package/es/pages/tbNavigationInit/index.d.ts +1 -0
- package/es/pages/tbNavigationInit/index.js +69 -0
- package/es/pages/tbNavigationInit/operation/index.d.ts +2 -0
- package/es/pages/tbNavigationInit/operation/index.js +98 -0
- package/es/pages/tbNavigationInit/serviceMessager/index.d.ts +5 -0
- package/es/pages/tbNavigationInit/serviceMessager/index.js +36 -0
- package/es/pages/tbNavigationInit/star/index.d.ts +3 -0
- package/es/pages/tbNavigationInit/star/index.js +56 -0
- package/es/pages/tools/jenkins/import/cp2flow/index.d.ts +15 -0
- package/es/pages/tools/jenkins/import/cp2flow/index.js +461 -0
- package/es/pages/tools/jenkins/import/guide/index.d.ts +8 -0
- package/es/pages/tools/jenkins/import/guide/index.js +51 -0
- package/es/pages/tools/jenkins/import/index.d.ts +7 -0
- package/es/pages/tools/jenkins/import/index.js +26 -0
- package/es/pages/tools/jenkins/import/index.scss +50 -0
- package/es/pages/tools/jenkins/import/main/index.d.ts +5 -0
- package/es/pages/tools/jenkins/import/main/index.js +67 -0
- package/es/pages/tools/jenkins/import/step-line/index.d.ts +5 -0
- package/es/pages/tools/jenkins/import/step-line/index.js +29 -0
- package/es/pages/tools/jenkins/import/xml2flow/index.d.ts +14 -0
- package/es/pages/tools/jenkins/import/xml2flow/index.js +137 -0
- package/es/pages/tour/dataSource.d.ts +105 -0
- package/es/pages/tour/dataSource.js +605 -0
- package/es/pages/tour/index.d.ts +2 -0
- package/es/pages/tour/index.js +8 -0
- package/es/resources_hack.d.ts +1 -0
- package/es/resources_hack.js +1 -0
- package/es/socket.d.ts +2 -0
- package/es/socket.js +50 -0
- package/es/style.js +14 -0
- package/es/types/CustomPipelineTemplate.d.ts +27 -0
- package/es/types/CustomPipelineTemplate.js +1 -0
- package/es/types/Pipeline.d.ts +34 -0
- package/es/types/Pipeline.js +1 -0
- package/es/types/PipelineConfigVo.d.ts +28 -0
- package/es/types/PipelineConfigVo.js +1 -0
- package/es/types/PipelineRun.d.ts +179 -0
- package/es/types/PipelineRun.js +1 -0
- package/es/types/PipelineStageTemplate.d.ts +33 -0
- package/es/types/PipelineStageTemplate.js +1 -0
- package/es/types/PipelineVo.d.ts +26 -0
- package/es/types/PipelineVo.js +1 -0
- package/es/types/PresetPipelineTemplate.d.ts +30 -0
- package/es/types/PresetPipelineTemplate.js +1 -0
- package/es/types/flowStep.js +0 -0
- package/es/types/index.d.ts +6 -0
- package/es/types/job.d.ts +60 -0
- package/es/types/job.js +1 -0
- package/es/types/pac.d.ts +4 -0
- package/es/types/pac.js +1 -0
- package/es/types/sources.d.ts +15 -0
- package/es/types/sources.js +16 -0
- package/es/types/steps.d.ts +26 -0
- package/es/types/steps.js +1 -0
- package/es/utils/aliyunRegions.d.ts +4 -0
- package/es/utils/aliyunRegions.js +176 -0
- package/es/utils/api/index.d.ts +32 -0
- package/es/utils/api/index.js +214 -0
- package/es/utils/apimap/index.d.ts +20 -0
- package/es/utils/apimap/index.js +342 -0
- package/es/utils/apimap/maps/access.d.ts +6 -0
- package/es/utils/apimap/maps/access.js +46 -0
- package/es/utils/apimap/maps/ack.d.ts +6 -0
- package/es/utils/apimap/maps/ack.js +6 -0
- package/es/utils/apimap/maps/acr.d.ts +10 -0
- package/es/utils/apimap/maps/acr.js +22 -0
- package/es/utils/apimap/maps/aone_code.d.ts +6 -0
- package/es/utils/apimap/maps/aone_code.js +32 -0
- package/es/utils/apimap/maps/appstack.d.ts +8 -0
- package/es/utils/apimap/maps/appstack.js +8 -0
- package/es/utils/apimap/maps/atomgit.d.ts +6 -0
- package/es/utils/apimap/maps/atomgit.js +18 -0
- package/es/utils/apimap/maps/cd-pipeline.d.ts +23 -0
- package/es/utils/apimap/maps/cd-pipeline.js +53 -0
- package/es/utils/apimap/maps/codeup.d.ts +6 -0
- package/es/utils/apimap/maps/codeup.js +26 -0
- package/es/utils/apimap/maps/credentials.d.ts +6 -0
- package/es/utils/apimap/maps/credentials.js +30 -0
- package/es/utils/apimap/maps/emas.d.ts +12 -0
- package/es/utils/apimap/maps/emas.js +15 -0
- package/es/utils/apimap/maps/git-oauth2.d.ts +10 -0
- package/es/utils/apimap/maps/git-oauth2.js +27 -0
- package/es/utils/apimap/maps/index.d.ts +253 -0
- package/es/utils/apimap/maps/index.js +54 -0
- package/es/utils/apimap/maps/jenkins.d.ts +6 -0
- package/es/utils/apimap/maps/jenkins.js +26 -0
- package/es/utils/apimap/maps/machine-group.d.ts +17 -0
- package/es/utils/apimap/maps/machine-group.js +133 -0
- package/es/utils/apimap/maps/packages.d.ts +10 -0
- package/es/utils/apimap/maps/packages.js +30 -0
- package/es/utils/apimap/maps/pipeline.d.ts +42 -0
- package/es/utils/apimap/maps/pipeline.js +382 -0
- package/es/utils/apimap/maps/pipeline2.d.ts +17 -0
- package/es/utils/apimap/maps/pipeline2.js +50 -0
- package/es/utils/apimap/maps/quota.d.ts +7 -0
- package/es/utils/apimap/maps/quota.js +31 -0
- package/es/utils/apimap/maps/region.d.ts +7 -0
- package/es/utils/apimap/maps/region.js +15 -0
- package/es/utils/apimap/maps/resource.d.ts +6 -0
- package/es/utils/apimap/maps/resource.js +30 -0
- package/es/utils/apimap/maps/service-connection.d.ts +6 -0
- package/es/utils/apimap/maps/service-connection.js +50 -0
- package/es/utils/apimap/maps/tag.d.ts +6 -0
- package/es/utils/apimap/maps/tag.js +26 -0
- package/es/utils/apimap/maps/tools.d.ts +10 -0
- package/es/utils/apimap/maps/tools.js +19 -0
- package/es/utils/apimap/maps/uiless.d.ts +12 -0
- package/es/utils/apimap/maps/uiless.js +46 -0
- package/es/utils/apimap/maps/user.d.ts +10 -0
- package/es/utils/apimap/maps/user.js +38 -0
- package/es/utils/apimap/maps/variable-group.d.ts +16 -0
- package/es/utils/apimap/maps/variable-group.js +20 -0
- package/es/utils/apimap/maps/webhook.d.ts +5 -0
- package/es/utils/apimap/maps/webhook.js +5 -0
- package/es/utils/appSDK.d.ts +1 -0
- package/es/utils/appSDK.js +51 -0
- package/es/utils/codeupRootPath.d.ts +1 -0
- package/es/utils/codeupRootPath.js +11 -0
- package/es/utils/contextPathUtil.d.ts +16 -0
- package/es/utils/contextPathUtil.js +40 -0
- package/es/utils/debug.d.ts +1 -0
- package/es/utils/debug.js +4 -0
- package/es/utils/download.d.ts +1 -0
- package/es/utils/download.js +13 -0
- package/es/utils/dplusUtil.d.ts +1 -0
- package/es/utils/dplusUtil.js +5 -0
- package/es/utils/embedMark.js +1 -0
- package/es/utils/features/aliyun.d.ts +29 -0
- package/es/utils/features/aliyun.js +70 -0
- package/es/utils/features/index.d.ts +2 -0
- package/es/utils/features/index.js +19 -0
- package/es/utils/features/vpc.d.ts +417 -0
- package/es/utils/features/vpc.js +27 -0
- package/es/utils/helplink/index.d.ts +5 -0
- package/es/utils/helplink/index.js +30 -0
- package/es/utils/hooks/index.d.ts +7 -0
- package/es/utils/hooks/index.js +7 -0
- package/es/utils/hooks/useAsyncData.d.ts +14 -0
- package/es/utils/hooks/useAsyncData.js +36 -0
- package/es/utils/hooks/useBackupState.d.ts +2 -0
- package/es/utils/hooks/useBackupState.js +31 -0
- package/es/utils/hooks/useBoxSize.d.ts +8 -0
- package/es/utils/hooks/useBoxSize.js +33 -0
- package/es/utils/hooks/useDidMount.d.ts +2 -0
- package/es/utils/hooks/useDidMount.js +17 -0
- package/es/utils/hooks/useEvent.d.ts +3 -0
- package/es/utils/hooks/useEvent.js +69 -0
- package/es/utils/hooks/useEventListener.d.ts +2 -0
- package/es/utils/hooks/useEventListener.js +25 -0
- package/es/utils/hooks/usePrevious.d.ts +4 -0
- package/es/utils/hooks/usePrevious.js +13 -0
- package/es/utils/hooks/useResize.d.ts +2 -0
- package/es/utils/hooks/useResize.js +21 -0
- package/es/utils/hooks/useUnmount.d.ts +2 -0
- package/es/utils/hooks/useUnmount.js +10 -0
- package/es/utils/index.d.ts +77 -0
- package/es/utils/index.js +544 -0
- package/es/utils/initYunxiaoCommon.js +231 -0
- package/es/utils/loadable/index.d.ts +2 -0
- package/es/utils/loadable/index.js +13 -0
- package/es/utils/locale.json +8 -0
- package/es/utils/md.style.css +811 -0
- package/es/utils/monitor/init.d.ts +5 -0
- package/es/utils/monitor/init.js +38 -0
- package/es/utils/permissionUtil.d.ts +5 -0
- package/es/utils/permissionUtil.js +42 -0
- package/es/utils/pinyinTools.d.ts +3 -0
- package/es/utils/pinyinTools.js +13 -0
- package/es/utils/pipelineTools.d.ts +19 -0
- package/es/utils/pipelineTools.js +167 -0
- package/es/utils/route-utils.d.ts +1 -0
- package/es/utils/route-utils.js +5 -0
- package/es/utils/schema-pac-vpc.d.ts +403 -0
- package/es/utils/schema-pac-vpc.js +924 -0
- package/es/utils/schema-pac.d.ts +3 -0
- package/es/utils/schema-pac.js +1126 -0
- package/es/utils/schema-shared.d.ts +3 -0
- package/es/utils/schema-shared.js +169 -0
- package/es/utils/track/index.d.ts +28 -0
- package/es/utils/track/index.js +38 -0
- package/es/utils/track/init.d.ts +10 -0
- package/es/utils/track/init.js +94 -0
- package/package.json +51 -0
|
@@ -0,0 +1,1150 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
3
|
+
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
4
|
+
import React, { useEffect, useState, useContext, useCallback, useMemo } from 'react';
|
|
5
|
+
import { navigateWithContexPath } from "../../utils/route-utils";
|
|
6
|
+
import { Context } from "../../contexts/pipeline";
|
|
7
|
+
import { Overlay, Input, Menu, Balloon, Button, PopConfirm, Message, ConfigProvider, Dialog, Form } from '@teamix/ui';
|
|
8
|
+
import exceed from "../../utils/apimap";
|
|
9
|
+
import cx from 'classnames';
|
|
10
|
+
import { generateConfigObj } from "../dashboardMain/enterprise-setting/utils";
|
|
11
|
+
import QuotaNotifyCard from "../quotaNotifyCard";
|
|
12
|
+
import { Star, SearchIcon, YunxiaoIcon, Title } from '@alife/devops-ui';
|
|
13
|
+
import { intervalEnterTime, getFeature, insertIf } from "../../utils";
|
|
14
|
+
import { get, throttle } from 'lodash-es';
|
|
15
|
+
import intl from "../../locale";
|
|
16
|
+
import allSettled from 'promise.allsettled';
|
|
17
|
+
import track from "../../utils/track";
|
|
18
|
+
import { updateAdvance } from "./util";
|
|
19
|
+
import "./index.scss";
|
|
20
|
+
import getUrlWithContextPath from "../../utils/contextPathUtil";
|
|
21
|
+
var Popup = Overlay.Popup;
|
|
22
|
+
var Item = Menu.Item;
|
|
23
|
+
var Tooltip = Balloon.Tooltip;
|
|
24
|
+
var groupOpsStepMap = {
|
|
25
|
+
edit: 'group-edit',
|
|
26
|
+
"delete": 'group-delete',
|
|
27
|
+
home: 'group-home'
|
|
28
|
+
};
|
|
29
|
+
var PIPELINE_GROUP_ADMIN = 'tb.role.pipelineGroup.admin';
|
|
30
|
+
var BUILD_USER_VIEW = 'tb.role.buildUsage.view';
|
|
31
|
+
var createGroupText = intl.get({
|
|
32
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.CreateAGroup',
|
|
33
|
+
defaultMessage: '新建分组'
|
|
34
|
+
});
|
|
35
|
+
var editGroupText = intl.get({
|
|
36
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.EditGroups',
|
|
37
|
+
defaultMessage: '编辑分组'
|
|
38
|
+
});
|
|
39
|
+
var CreateOrEditGroup = function CreateOrEditGroup(props) {
|
|
40
|
+
var group = props.group,
|
|
41
|
+
name = props.name,
|
|
42
|
+
pipelineGroups = props.pipelineGroups,
|
|
43
|
+
loading = props.loading,
|
|
44
|
+
onOk = props.onOk,
|
|
45
|
+
updataGroup = props.updataGroup,
|
|
46
|
+
visible = props.visible,
|
|
47
|
+
purpose = props.purpose;
|
|
48
|
+
var _useState = useState(name),
|
|
49
|
+
groupName = _useState[0],
|
|
50
|
+
setGroupName = _useState[1];
|
|
51
|
+
var isGroupExist = useMemo(function () {
|
|
52
|
+
return pipelineGroups.some(function (val) {
|
|
53
|
+
return val.name === groupName && (purpose === 'edit' ? val.name !== name : true);
|
|
54
|
+
});
|
|
55
|
+
}, [groupName]);
|
|
56
|
+
var onUpdataGroup = /*#__PURE__*/function () {
|
|
57
|
+
var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
58
|
+
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
59
|
+
while (1) switch (_context.prev = _context.next) {
|
|
60
|
+
case 0:
|
|
61
|
+
if (!(groupName === name && purpose === 'edit' || !groupName)) {
|
|
62
|
+
_context.next = 2;
|
|
63
|
+
break;
|
|
64
|
+
}
|
|
65
|
+
return _context.abrupt("return", onOk());
|
|
66
|
+
case 2:
|
|
67
|
+
if (!isGroupExist) {
|
|
68
|
+
_context.next = 4;
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
return _context.abrupt("return", Message.error({
|
|
72
|
+
title: intl.get({
|
|
73
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.TheGroupAlreadyExists',
|
|
74
|
+
defaultMessage: '该分组已存在'
|
|
75
|
+
})
|
|
76
|
+
}));
|
|
77
|
+
case 4:
|
|
78
|
+
_context.next = 6;
|
|
79
|
+
return updataGroup(_extends({}, group, {
|
|
80
|
+
name: groupName
|
|
81
|
+
}));
|
|
82
|
+
case 6:
|
|
83
|
+
onOk();
|
|
84
|
+
case 7:
|
|
85
|
+
case "end":
|
|
86
|
+
return _context.stop();
|
|
87
|
+
}
|
|
88
|
+
}, _callee);
|
|
89
|
+
}));
|
|
90
|
+
return function onUpdataGroup() {
|
|
91
|
+
return _ref.apply(this, arguments);
|
|
92
|
+
};
|
|
93
|
+
}();
|
|
94
|
+
var getTitle = function getTitle() {
|
|
95
|
+
if (purpose === 'edit') {
|
|
96
|
+
return editGroupText;
|
|
97
|
+
}
|
|
98
|
+
return createGroupText;
|
|
99
|
+
};
|
|
100
|
+
return /*#__PURE__*/React.createElement(Dialog, {
|
|
101
|
+
title: getTitle(),
|
|
102
|
+
visible: visible,
|
|
103
|
+
onClose: onOk,
|
|
104
|
+
onCancel: onOk,
|
|
105
|
+
onOk: onUpdataGroup,
|
|
106
|
+
height: 320,
|
|
107
|
+
okProps: {
|
|
108
|
+
loading: loading,
|
|
109
|
+
disabled: groupName === name && purpose === 'edit' || isGroupExist || !groupName
|
|
110
|
+
}
|
|
111
|
+
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
112
|
+
label: intl.get({
|
|
113
|
+
id: 'rdc-tb-cd-assets.components.dashboardMain.GroupName',
|
|
114
|
+
defaultMessage: '分组名称'
|
|
115
|
+
})
|
|
116
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
117
|
+
onClick: function onClick(e) {
|
|
118
|
+
return e.stopPropagation();
|
|
119
|
+
},
|
|
120
|
+
autoFocus: true,
|
|
121
|
+
className: "edit-group-input",
|
|
122
|
+
maxLength: 40,
|
|
123
|
+
showLimitHint: true,
|
|
124
|
+
value: groupName,
|
|
125
|
+
trim: true,
|
|
126
|
+
state: isGroupExist ? 'error' : '',
|
|
127
|
+
onChange: setGroupName
|
|
128
|
+
})), isGroupExist && /*#__PURE__*/React.createElement("div", {
|
|
129
|
+
style: {
|
|
130
|
+
color: 'var(--color-error-4, #ed675a)',
|
|
131
|
+
fontSize: 12,
|
|
132
|
+
marginTop: -12
|
|
133
|
+
}
|
|
134
|
+
}, intl.get({
|
|
135
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.TheGroupAlreadyExists',
|
|
136
|
+
defaultMessage: '该分组已存在'
|
|
137
|
+
})));
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
// 定位到选中分组
|
|
141
|
+
var ScrollToActiveGroup = function ScrollToActiveGroup() {
|
|
142
|
+
useEffect(function () {
|
|
143
|
+
var _document$querySelect;
|
|
144
|
+
(_document$querySelect = document.querySelector("." + PREFIX + "-group-item-active")) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.scrollIntoView();
|
|
145
|
+
}, []);
|
|
146
|
+
return null;
|
|
147
|
+
};
|
|
148
|
+
var PREFIX = 'pipeline-sidebar';
|
|
149
|
+
var timeout = null;
|
|
150
|
+
var DashboardNav = function DashboardNav() {
|
|
151
|
+
var _useContext = useContext(Context),
|
|
152
|
+
actions = _useContext.actions,
|
|
153
|
+
_useContext$permissio = _useContext.permissions,
|
|
154
|
+
permissions = _useContext$permissio === void 0 ? [] : _useContext$permissio,
|
|
155
|
+
_useContext$pipelineG = _useContext.pipelineGroups,
|
|
156
|
+
pipelineGroups = _useContext$pipelineG === void 0 ? [] : _useContext$pipelineG,
|
|
157
|
+
pipelineTabActiveNav = _useContext.pipelineTabActiveNav,
|
|
158
|
+
sidebarActiveNav = _useContext.sidebarActiveNav,
|
|
159
|
+
settingsPopVisible = _useContext.settingsPopVisible;
|
|
160
|
+
var _useState2 = useState(false),
|
|
161
|
+
deleteGroupLoading = _useState2[0],
|
|
162
|
+
setDeleteGroupLoading = _useState2[1];
|
|
163
|
+
var _useState3 = useState(false),
|
|
164
|
+
updataGroupLoading = _useState3[0],
|
|
165
|
+
setUpdataGroupLoading = _useState3[1];
|
|
166
|
+
var _useState4 = useState([]),
|
|
167
|
+
pipelineGroupsFilter = _useState4[0],
|
|
168
|
+
setPipelineGroupsFilter = _useState4[1];
|
|
169
|
+
var _useState5 = useState(''),
|
|
170
|
+
searchValue = _useState5[0],
|
|
171
|
+
setSearchValue = _useState5[1];
|
|
172
|
+
var _useState6 = useState(false),
|
|
173
|
+
searchOpen = _useState6[0],
|
|
174
|
+
setSearchOpen = _useState6[1];
|
|
175
|
+
var _useState7 = useState({
|
|
176
|
+
concurrency: 0,
|
|
177
|
+
concurrencyLimit: 0,
|
|
178
|
+
buildDuration: 0,
|
|
179
|
+
buildDurationLimit: 0
|
|
180
|
+
}),
|
|
181
|
+
quota = _useState7[0],
|
|
182
|
+
setQuota = _useState7[1];
|
|
183
|
+
var _useState8 = useState(false),
|
|
184
|
+
concurrencyInfinite = _useState8[0],
|
|
185
|
+
setConcurrencyInfinite = _useState8[1];
|
|
186
|
+
var _useState9 = useState(false),
|
|
187
|
+
timeInfinite = _useState9[0],
|
|
188
|
+
setTimeInfinite = _useState9[1];
|
|
189
|
+
var _useState10 = useState([]),
|
|
190
|
+
collecStartGroupIds = _useState10[0],
|
|
191
|
+
setCollecStartGroupIds = _useState10[1];
|
|
192
|
+
var _useState11 = useState(true),
|
|
193
|
+
showGroupText = _useState11[0],
|
|
194
|
+
setShowGroupText = _useState11[1];
|
|
195
|
+
var _useState12 = useState(false),
|
|
196
|
+
editGroupDialogVisible = _useState12[0],
|
|
197
|
+
setEditGroupDialogVisible = _useState12[1];
|
|
198
|
+
var _useState13 = useState({}),
|
|
199
|
+
groupInfo = _useState13[0],
|
|
200
|
+
setGroupInfo = _useState13[1];
|
|
201
|
+
var _useState14 = useState(''),
|
|
202
|
+
groupOperate = _useState14[0],
|
|
203
|
+
setGroupOperate = _useState14[1];
|
|
204
|
+
useEffect(function () {
|
|
205
|
+
var searchResult = pipelineGroups.filter(function (val) {
|
|
206
|
+
return val.name.includes(searchValue);
|
|
207
|
+
});
|
|
208
|
+
setPipelineGroupsFilter(searchResult);
|
|
209
|
+
}, [pipelineGroups, searchValue]);
|
|
210
|
+
useEffect(function () {
|
|
211
|
+
if (pipelineGroups !== null && pipelineGroups !== void 0 && pipelineGroups.length && !collecStartGroupIds.length) {
|
|
212
|
+
var _pipelineGroups$filte;
|
|
213
|
+
setCollecStartGroupIds((_pipelineGroups$filte = pipelineGroups.filter(function (_ref2) {
|
|
214
|
+
var starred = _ref2.starred;
|
|
215
|
+
return starred;
|
|
216
|
+
})) === null || _pipelineGroups$filte === void 0 ? void 0 : _pipelineGroups$filte.map(function (_ref3) {
|
|
217
|
+
var id = _ref3.id;
|
|
218
|
+
return id;
|
|
219
|
+
}));
|
|
220
|
+
}
|
|
221
|
+
}, [pipelineGroups]);
|
|
222
|
+
useEffect(function () {
|
|
223
|
+
// 分组文案在searchIcon收起后再出现
|
|
224
|
+
if (searchOpen) {
|
|
225
|
+
setShowGroupText(false);
|
|
226
|
+
} else {
|
|
227
|
+
setTimeout(function () {
|
|
228
|
+
setShowGroupText(true);
|
|
229
|
+
}, 200);
|
|
230
|
+
}
|
|
231
|
+
}, [searchOpen]);
|
|
232
|
+
var expandGroup = function expandGroup() {
|
|
233
|
+
var _document$querySelect2;
|
|
234
|
+
(_document$querySelect2 = document.querySelector('.tb-common-sidebar-main-item-group-arrow .teamix-icon-trilateral-right-fill')) === null || _document$querySelect2 === void 0 ? void 0 : _document$querySelect2.click();
|
|
235
|
+
};
|
|
236
|
+
var _onOpenedChange = useCallback(throttle(function (opened, isBalloon) {
|
|
237
|
+
setSearchOpen(opened);
|
|
238
|
+
if (opened) {
|
|
239
|
+
// autofocus
|
|
240
|
+
if (!isBalloon) {
|
|
241
|
+
expandGroup();
|
|
242
|
+
}
|
|
243
|
+
setTimeout(function () {
|
|
244
|
+
document.querySelector("." + PREFIX + "-search-group" + (isBalloon ? '-balloon' : '') + " input").click();
|
|
245
|
+
}, 200);
|
|
246
|
+
}
|
|
247
|
+
}, 300), []);
|
|
248
|
+
var onChange = useCallback(function (value) {
|
|
249
|
+
return setSearchValue(value);
|
|
250
|
+
}, []);
|
|
251
|
+
var goToHome = function goToHome() {
|
|
252
|
+
setDeleteGroupLoading(false);
|
|
253
|
+
setUpdataGroupLoading(false);
|
|
254
|
+
};
|
|
255
|
+
var onChangeNav = function onChangeNav(_ref4, same) {
|
|
256
|
+
var path = _ref4.id;
|
|
257
|
+
if (path === sidebarActiveNav && same !== false) {
|
|
258
|
+
return;
|
|
259
|
+
}
|
|
260
|
+
fetchQuota();
|
|
261
|
+
actions.setLoading(true);
|
|
262
|
+
actions.setTabPanelHeight(path === 'my' ? 37 : 0);
|
|
263
|
+
actions.setSidebarActiveNav(path);
|
|
264
|
+
actions.setPipelineTabActiveNav('my');
|
|
265
|
+
actions.setGroupId('');
|
|
266
|
+
navigateWithContexPath("/" + path);
|
|
267
|
+
};
|
|
268
|
+
var onGroupsNavChange = function onGroupsNavChange(_ref5) {
|
|
269
|
+
var path = _ref5.id;
|
|
270
|
+
if (path === sidebarActiveNav) {
|
|
271
|
+
return;
|
|
272
|
+
}
|
|
273
|
+
actions.setLoading(true);
|
|
274
|
+
actions.setTabPanelHeight(0);
|
|
275
|
+
actions.setSidebarActiveNav(path);
|
|
276
|
+
actions.setGroupId(path);
|
|
277
|
+
navigateWithContexPath("/groups/" + path);
|
|
278
|
+
};
|
|
279
|
+
var onCreateGroup = /*#__PURE__*/function () {
|
|
280
|
+
var _ref7 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2(_ref6) {
|
|
281
|
+
var name, _yield$exceed$fetch, successful, object;
|
|
282
|
+
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
283
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
284
|
+
case 0:
|
|
285
|
+
name = _ref6.name;
|
|
286
|
+
if (!(pipelineGroups.length && pipelineGroups.length > 300)) {
|
|
287
|
+
_context2.next = 4;
|
|
288
|
+
break;
|
|
289
|
+
}
|
|
290
|
+
Message.error({
|
|
291
|
+
title: intl.get({
|
|
292
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.YouCannotCreatePipelineGroups',
|
|
293
|
+
defaultMessage: '无法创建流水线分组,分组最大数量为300个,请删除一些分组后再创建。'
|
|
294
|
+
})
|
|
295
|
+
});
|
|
296
|
+
return _context2.abrupt("return");
|
|
297
|
+
case 4:
|
|
298
|
+
setUpdataGroupLoading(true);
|
|
299
|
+
_context2.next = 7;
|
|
300
|
+
return exceed.fetch({
|
|
301
|
+
api: 'Pipeline.create.groups',
|
|
302
|
+
data: {
|
|
303
|
+
name: name,
|
|
304
|
+
description: ''
|
|
305
|
+
}
|
|
306
|
+
});
|
|
307
|
+
case 7:
|
|
308
|
+
_yield$exceed$fetch = _context2.sent;
|
|
309
|
+
successful = _yield$exceed$fetch.successful;
|
|
310
|
+
object = _yield$exceed$fetch.object;
|
|
311
|
+
if (successful) {
|
|
312
|
+
_context2.next = 12;
|
|
313
|
+
break;
|
|
314
|
+
}
|
|
315
|
+
return _context2.abrupt("return", setUpdataGroupLoading(false));
|
|
316
|
+
case 12:
|
|
317
|
+
_context2.next = 14;
|
|
318
|
+
return actions.getPipelineGroups();
|
|
319
|
+
case 14:
|
|
320
|
+
setUpdataGroupLoading(false);
|
|
321
|
+
Message.success({
|
|
322
|
+
title: "\u3010" + name + "\u3011" + intl.get({
|
|
323
|
+
id: 'rdc-tb-cd-assets.custom-type.dialogs.locale.CreateSuccess',
|
|
324
|
+
defaultMessage: '创建成功'
|
|
325
|
+
})
|
|
326
|
+
});
|
|
327
|
+
return _context2.abrupt("return", object === null || object === void 0 ? void 0 : object.id);
|
|
328
|
+
case 17:
|
|
329
|
+
case "end":
|
|
330
|
+
return _context2.stop();
|
|
331
|
+
}
|
|
332
|
+
}, _callee2);
|
|
333
|
+
}));
|
|
334
|
+
return function onCreateGroup(_x) {
|
|
335
|
+
return _ref7.apply(this, arguments);
|
|
336
|
+
};
|
|
337
|
+
}();
|
|
338
|
+
var renderCreatePipelineGroup = function renderCreatePipelineGroup(_ref8) {
|
|
339
|
+
var _ref8$name = _ref8.name,
|
|
340
|
+
name = _ref8$name === void 0 ? '' : _ref8$name,
|
|
341
|
+
_ref8$style = _ref8.style,
|
|
342
|
+
style = _ref8$style === void 0 ? {} : _ref8$style,
|
|
343
|
+
disabled = _ref8.disabled,
|
|
344
|
+
createtype = _ref8.createtype,
|
|
345
|
+
_ref8$hiddenIcon = _ref8.hiddenIcon,
|
|
346
|
+
hiddenIcon = _ref8$hiddenIcon === void 0 ? false : _ref8$hiddenIcon;
|
|
347
|
+
var btn = /*#__PURE__*/React.createElement(Button, {
|
|
348
|
+
text: true,
|
|
349
|
+
style: style,
|
|
350
|
+
iconSize: "medium",
|
|
351
|
+
onClick: function onClick() {
|
|
352
|
+
track({
|
|
353
|
+
createtype: createtype,
|
|
354
|
+
page: 'main page',
|
|
355
|
+
action: 'create pipeline group',
|
|
356
|
+
daysinceenterflow: intervalEnterTime()
|
|
357
|
+
});
|
|
358
|
+
setGroupOperate('create');
|
|
359
|
+
setEditGroupDialogVisible(true);
|
|
360
|
+
setGroupInfo({
|
|
361
|
+
name: ''
|
|
362
|
+
}); // 新建分组,分组名置为空
|
|
363
|
+
},
|
|
364
|
+
className: "create-group-btn",
|
|
365
|
+
disabled: disabled
|
|
366
|
+
}, !hiddenIcon && /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
367
|
+
type: "add-line",
|
|
368
|
+
className: "create-group-btn-icon"
|
|
369
|
+
}), name);
|
|
370
|
+
var trigger = disabled ? /*#__PURE__*/React.createElement(Tooltip, {
|
|
371
|
+
trigger: btn,
|
|
372
|
+
align: "t",
|
|
373
|
+
popupStyle: {
|
|
374
|
+
width: 200
|
|
375
|
+
},
|
|
376
|
+
popupProps: {
|
|
377
|
+
offset: [38, 0]
|
|
378
|
+
}
|
|
379
|
+
}, intl.get({
|
|
380
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.notCreateGroupTip',
|
|
381
|
+
defaultMessage: '您暂无权限新建分组,请联系企业管理员完成创建'
|
|
382
|
+
})) : btn;
|
|
383
|
+
return trigger;
|
|
384
|
+
};
|
|
385
|
+
var getEmptyGroupItem = function getEmptyGroupItem() {
|
|
386
|
+
if (pipelineGroupsFilter.length === 0 && searchValue) {
|
|
387
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
388
|
+
className: "empty-group-item"
|
|
389
|
+
}, /*#__PURE__*/React.createElement("span", null, intl.get({
|
|
390
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.No',
|
|
391
|
+
defaultMessage: '暂无“'
|
|
392
|
+
})), /*#__PURE__*/React.createElement("span", {
|
|
393
|
+
className: "search-name"
|
|
394
|
+
}, searchValue), /*#__PURE__*/React.createElement("span", null, intl.get({
|
|
395
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.Data',
|
|
396
|
+
defaultMessage: '”的数据'
|
|
397
|
+
})));
|
|
398
|
+
}
|
|
399
|
+
if (pipelineGroups.length === 0) {
|
|
400
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
401
|
+
className: "empty-group-item"
|
|
402
|
+
}, /*#__PURE__*/React.createElement("span", null, intl.get({
|
|
403
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.NoGroup',
|
|
404
|
+
defaultMessage: '暂无分组,'
|
|
405
|
+
})), renderCreatePipelineGroup({
|
|
406
|
+
name: createGroupText,
|
|
407
|
+
disabled: !permissions.includes(PIPELINE_GROUP_ADMIN),
|
|
408
|
+
createtype: 'empty page create',
|
|
409
|
+
hiddenIcon: true
|
|
410
|
+
}));
|
|
411
|
+
}
|
|
412
|
+
return null;
|
|
413
|
+
};
|
|
414
|
+
var renderPipelineGroup = function renderPipelineGroup(isBalloon) {
|
|
415
|
+
var showCreate = permissions.includes(PIPELINE_GROUP_ADMIN) && (showGroupText || isBalloon);
|
|
416
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
417
|
+
className: PREFIX + "__group",
|
|
418
|
+
onClick: function onClick(e) {
|
|
419
|
+
return e.stopPropagation();
|
|
420
|
+
}
|
|
421
|
+
}, showGroupText && /*#__PURE__*/React.createElement("span", {
|
|
422
|
+
className: PREFIX + "__group_title"
|
|
423
|
+
}, intl.get({
|
|
424
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.PipelineGrouped',
|
|
425
|
+
defaultMessage: '已分组'
|
|
426
|
+
})), isBalloon && /*#__PURE__*/React.createElement(ScrollToActiveGroup, null), /*#__PURE__*/React.createElement("div", {
|
|
427
|
+
className: PREFIX + "__group_btns"
|
|
428
|
+
}, pipelineGroups.length > 0 && /*#__PURE__*/React.createElement(ConfigProvider, {
|
|
429
|
+
prefix: "next-"
|
|
430
|
+
}, /*#__PURE__*/React.createElement(SearchIcon, {
|
|
431
|
+
placeholder: intl.get({
|
|
432
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.PipelineGroupSearchTips',
|
|
433
|
+
defaultMessage: '请搜索分组'
|
|
434
|
+
}),
|
|
435
|
+
className: PREFIX + "-search-group" + (isBalloon ? '-balloon' : ''),
|
|
436
|
+
direction: "rtl",
|
|
437
|
+
hasClear: true,
|
|
438
|
+
value: searchValue,
|
|
439
|
+
width: (isBalloon ? 192 : 148) + (isBalloon && !showCreate ? 28 : 0),
|
|
440
|
+
open: searchOpen,
|
|
441
|
+
onOpenedChange: function onOpenedChange(o) {
|
|
442
|
+
_onOpenedChange(o, isBalloon);
|
|
443
|
+
},
|
|
444
|
+
onChange: onChange,
|
|
445
|
+
composition: true // 修复受控后不能输入中文的问题
|
|
446
|
+
})), showCreate && renderCreatePipelineGroup({
|
|
447
|
+
createtype: 'main page create'
|
|
448
|
+
})));
|
|
449
|
+
};
|
|
450
|
+
var onDeleteGroup = /*#__PURE__*/function () {
|
|
451
|
+
var _ref9 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee3(g, index, resolve) {
|
|
452
|
+
var closeLoading, pipelines, currentGroupId, nextGroupId, prevGroupId;
|
|
453
|
+
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
454
|
+
while (1) switch (_context3.prev = _context3.next) {
|
|
455
|
+
case 0:
|
|
456
|
+
setDeleteGroupLoading(true);
|
|
457
|
+
closeLoading = function closeLoading() {
|
|
458
|
+
setDeleteGroupLoading(false);
|
|
459
|
+
}; // 查下分组下的所有流水线,然后把所有流水线移除出组,最后在删除组
|
|
460
|
+
if (!(g.total > 0)) {
|
|
461
|
+
_context3.next = 12;
|
|
462
|
+
break;
|
|
463
|
+
}
|
|
464
|
+
_context3.next = 5;
|
|
465
|
+
return exceed.fetch({
|
|
466
|
+
api: 'Pipeline.get.group.pipelines',
|
|
467
|
+
params: {
|
|
468
|
+
id: g.id
|
|
469
|
+
}
|
|
470
|
+
});
|
|
471
|
+
case 5:
|
|
472
|
+
_context3.t0 = _context3.sent;
|
|
473
|
+
if (_context3.t0) {
|
|
474
|
+
_context3.next = 8;
|
|
475
|
+
break;
|
|
476
|
+
}
|
|
477
|
+
_context3.t0 = {};
|
|
478
|
+
case 8:
|
|
479
|
+
pipelines = _context3.t0;
|
|
480
|
+
if (!get(pipelines, 'object.dataList', []).length) {
|
|
481
|
+
_context3.next = 12;
|
|
482
|
+
break;
|
|
483
|
+
}
|
|
484
|
+
_context3.next = 12;
|
|
485
|
+
return exceed.fetch({
|
|
486
|
+
api: 'Pipeline.remove.piplines.group',
|
|
487
|
+
params: {
|
|
488
|
+
id: g.id
|
|
489
|
+
},
|
|
490
|
+
data: {
|
|
491
|
+
pipelines: get(pipelines, 'object.dataList', []).map(function (_ref10) {
|
|
492
|
+
var pipelineId = _ref10.pipelineId;
|
|
493
|
+
return pipelineId;
|
|
494
|
+
})
|
|
495
|
+
}
|
|
496
|
+
})["catch"](closeLoading);
|
|
497
|
+
case 12:
|
|
498
|
+
_context3.next = 14;
|
|
499
|
+
return exceed.fetch({
|
|
500
|
+
api: 'Pipeline.delete.groups',
|
|
501
|
+
params: {
|
|
502
|
+
id: g.id
|
|
503
|
+
}
|
|
504
|
+
})["catch"](closeLoading);
|
|
505
|
+
case 14:
|
|
506
|
+
_context3.next = 16;
|
|
507
|
+
return Promise.all([actions.getPipelineGroups(), actions.getPipelineStarGroups()])["catch"](closeLoading);
|
|
508
|
+
case 16:
|
|
509
|
+
closeLoading();
|
|
510
|
+
Message.success({
|
|
511
|
+
title: "\u3010" + g.name + "\u3011" + intl.get({
|
|
512
|
+
id: 'rdc-tb-cd-assets.components.variableGroup.deleteVariableGroupDialog.DeletedSuccessfully',
|
|
513
|
+
defaultMessage: '删除成功'
|
|
514
|
+
})
|
|
515
|
+
});
|
|
516
|
+
resolve && resolve();
|
|
517
|
+
goToHome();
|
|
518
|
+
currentGroupId = g.id;
|
|
519
|
+
if (!(Number.isFinite(parseInt(pipelineTabActiveNav, 10)) && !Number.isFinite(parseInt(sidebarActiveNav, 10)) && String(pipelineTabActiveNav) === String(currentGroupId))) {
|
|
520
|
+
_context3.next = 24;
|
|
521
|
+
break;
|
|
522
|
+
}
|
|
523
|
+
onChangeNav({
|
|
524
|
+
id: 'my'
|
|
525
|
+
}, false);
|
|
526
|
+
return _context3.abrupt("return");
|
|
527
|
+
case 24:
|
|
528
|
+
if (!(String(currentGroupId) !== String(sidebarActiveNav))) {
|
|
529
|
+
_context3.next = 26;
|
|
530
|
+
break;
|
|
531
|
+
}
|
|
532
|
+
return _context3.abrupt("return");
|
|
533
|
+
case 26:
|
|
534
|
+
nextGroupId = get(pipelineGroups, "[" + (index + 1) + "].id", '');
|
|
535
|
+
prevGroupId = get(pipelineGroups, "[" + (index - 1) + "].id", '');
|
|
536
|
+
if (!((!nextGroupId || String(nextGroupId) === '0') && !prevGroupId)) {
|
|
537
|
+
_context3.next = 31;
|
|
538
|
+
break;
|
|
539
|
+
}
|
|
540
|
+
onChangeNav({
|
|
541
|
+
id: 'my'
|
|
542
|
+
}, false);
|
|
543
|
+
return _context3.abrupt("return");
|
|
544
|
+
case 31:
|
|
545
|
+
if (!(String(nextGroupId) === '0' && prevGroupId)) {
|
|
546
|
+
_context3.next = 34;
|
|
547
|
+
break;
|
|
548
|
+
}
|
|
549
|
+
onGroupsNavChange({
|
|
550
|
+
id: prevGroupId
|
|
551
|
+
});
|
|
552
|
+
return _context3.abrupt("return");
|
|
553
|
+
case 34:
|
|
554
|
+
if (nextGroupId) {
|
|
555
|
+
onGroupsNavChange({
|
|
556
|
+
id: nextGroupId
|
|
557
|
+
});
|
|
558
|
+
}
|
|
559
|
+
case 35:
|
|
560
|
+
case "end":
|
|
561
|
+
return _context3.stop();
|
|
562
|
+
}
|
|
563
|
+
}, _callee3);
|
|
564
|
+
}));
|
|
565
|
+
return function onDeleteGroup(_x2, _x3, _x4) {
|
|
566
|
+
return _ref9.apply(this, arguments);
|
|
567
|
+
};
|
|
568
|
+
}();
|
|
569
|
+
var onUpdataGroup = /*#__PURE__*/function () {
|
|
570
|
+
var _ref12 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee4(_ref11) {
|
|
571
|
+
var id, name, description, _yield$exceed$fetch2, successful;
|
|
572
|
+
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
573
|
+
while (1) switch (_context4.prev = _context4.next) {
|
|
574
|
+
case 0:
|
|
575
|
+
id = _ref11.id, name = _ref11.name, description = _ref11.description;
|
|
576
|
+
setUpdataGroupLoading(true);
|
|
577
|
+
_context4.next = 4;
|
|
578
|
+
return exceed.fetch({
|
|
579
|
+
api: 'Pipeline.set.groups',
|
|
580
|
+
params: {
|
|
581
|
+
id: id
|
|
582
|
+
},
|
|
583
|
+
data: {
|
|
584
|
+
id: id,
|
|
585
|
+
description: description,
|
|
586
|
+
name: name
|
|
587
|
+
}
|
|
588
|
+
});
|
|
589
|
+
case 4:
|
|
590
|
+
_yield$exceed$fetch2 = _context4.sent;
|
|
591
|
+
successful = _yield$exceed$fetch2.successful;
|
|
592
|
+
if (successful) {
|
|
593
|
+
_context4.next = 8;
|
|
594
|
+
break;
|
|
595
|
+
}
|
|
596
|
+
return _context4.abrupt("return", setUpdataGroupLoading(false));
|
|
597
|
+
case 8:
|
|
598
|
+
_context4.next = 10;
|
|
599
|
+
return allSettled([actions.getPipelineStarGroups(), actions.getPipelineGroups()]);
|
|
600
|
+
case 10:
|
|
601
|
+
Message.success({
|
|
602
|
+
title: intl.get({
|
|
603
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.NameChangedSuccessfully',
|
|
604
|
+
defaultMessage: '【{name}】更改成功'
|
|
605
|
+
}, {
|
|
606
|
+
name: name
|
|
607
|
+
})
|
|
608
|
+
});
|
|
609
|
+
setUpdataGroupLoading(false);
|
|
610
|
+
goToHome();
|
|
611
|
+
case 13:
|
|
612
|
+
case "end":
|
|
613
|
+
return _context4.stop();
|
|
614
|
+
}
|
|
615
|
+
}, _callee4);
|
|
616
|
+
}));
|
|
617
|
+
return function onUpdataGroup(_x5) {
|
|
618
|
+
return _ref12.apply(this, arguments);
|
|
619
|
+
};
|
|
620
|
+
}();
|
|
621
|
+
var renderPipelineGroupOps = function renderPipelineGroupOps(g, index) {
|
|
622
|
+
var content = /*#__PURE__*/React.createElement(Menu, null, /*#__PURE__*/React.createElement(Item, {
|
|
623
|
+
key: groupOpsStepMap.edit,
|
|
624
|
+
onClick: function onClick() {
|
|
625
|
+
setGroupInfo(g);
|
|
626
|
+
setGroupOperate('edit');
|
|
627
|
+
setEditGroupDialogVisible(true);
|
|
628
|
+
document.body.click();
|
|
629
|
+
}
|
|
630
|
+
}, editGroupText), /*#__PURE__*/React.createElement(Item, {
|
|
631
|
+
key: groupOpsStepMap["delete"],
|
|
632
|
+
className: PREFIX + "-delete-group-item",
|
|
633
|
+
onClick: function onClick() {
|
|
634
|
+
document.body.click();
|
|
635
|
+
Dialog.confirm({
|
|
636
|
+
messageProps: {
|
|
637
|
+
type: 'error'
|
|
638
|
+
},
|
|
639
|
+
size: 'mini',
|
|
640
|
+
title: intl.get({
|
|
641
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.DeleteAGroup',
|
|
642
|
+
defaultMessage: '删除分组'
|
|
643
|
+
}),
|
|
644
|
+
content: /*#__PURE__*/React.createElement("span", {
|
|
645
|
+
style: {
|
|
646
|
+
lineHeight: 1.8
|
|
647
|
+
}
|
|
648
|
+
}, "\"" + g.name + "\"", intl.get({
|
|
649
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.CurrentlyAvailable',
|
|
650
|
+
defaultMessage: '目前有'
|
|
651
|
+
}), g.total, intl.get({
|
|
652
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.LineAreYouSureYou',
|
|
653
|
+
defaultMessage: '条流水线,确认删除吗?'
|
|
654
|
+
})),
|
|
655
|
+
okProps: {
|
|
656
|
+
children: intl.get({
|
|
657
|
+
id: 'rdc-tb-cd-assets.dashboardMain.pipeline-group.Delete',
|
|
658
|
+
defaultMessage: '删除'
|
|
659
|
+
}),
|
|
660
|
+
warning: true,
|
|
661
|
+
loading: deleteGroupLoading
|
|
662
|
+
},
|
|
663
|
+
onOk: function onOk() {
|
|
664
|
+
return new Promise(function (resolve) {
|
|
665
|
+
onDeleteGroup(g, index, resolve);
|
|
666
|
+
});
|
|
667
|
+
}
|
|
668
|
+
});
|
|
669
|
+
}
|
|
670
|
+
}, intl.get({
|
|
671
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.DeleteAGroup',
|
|
672
|
+
defaultMessage: '删除分组'
|
|
673
|
+
})));
|
|
674
|
+
return /*#__PURE__*/React.createElement(ConfigProvider, {
|
|
675
|
+
prefix: "next-"
|
|
676
|
+
}, /*#__PURE__*/React.createElement(Popup, {
|
|
677
|
+
style: {
|
|
678
|
+
width: 120
|
|
679
|
+
},
|
|
680
|
+
afterClose: goToHome,
|
|
681
|
+
triggerType: "click",
|
|
682
|
+
v2: false,
|
|
683
|
+
trigger: /*#__PURE__*/React.createElement(Button, {
|
|
684
|
+
text: true,
|
|
685
|
+
size: "medium",
|
|
686
|
+
"data-group-id": g.id,
|
|
687
|
+
style: {
|
|
688
|
+
marginLeft: 4
|
|
689
|
+
},
|
|
690
|
+
className: PREFIX + "__group__item__ops--more",
|
|
691
|
+
onClick: function onClick(e) {
|
|
692
|
+
return e.stopPropagation();
|
|
693
|
+
}
|
|
694
|
+
}, /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
695
|
+
type: "more-line"
|
|
696
|
+
}))
|
|
697
|
+
}, content));
|
|
698
|
+
};
|
|
699
|
+
var onStarPipelineGroup = function onStarPipelineGroup(g) {
|
|
700
|
+
var resetCollecIds = updateAdvance(collecStartGroupIds, g.id, g.starred, setCollecStartGroupIds);
|
|
701
|
+
return new Promise(function (resolve, reject) {
|
|
702
|
+
exceed.fetch({
|
|
703
|
+
api: 'Pipeline.start.groups',
|
|
704
|
+
data: {
|
|
705
|
+
ids: g.id,
|
|
706
|
+
ops: g.starred ? 'DELETE' : 'ADD'
|
|
707
|
+
}
|
|
708
|
+
}).then(function (_ref13) {
|
|
709
|
+
var successful = _ref13.successful;
|
|
710
|
+
if (!successful) {
|
|
711
|
+
reject();
|
|
712
|
+
resetCollecIds();
|
|
713
|
+
return;
|
|
714
|
+
}
|
|
715
|
+
actions.getPipelineStarGroups();
|
|
716
|
+
actions.getPipelineGroups();
|
|
717
|
+
resolve();
|
|
718
|
+
})["catch"](function () {
|
|
719
|
+
reject();
|
|
720
|
+
resetCollecIds();
|
|
721
|
+
Message.error({
|
|
722
|
+
title: intl.get({
|
|
723
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.CollectionFailedPleaseTryAgain',
|
|
724
|
+
defaultMessage: '收藏失败,请重试'
|
|
725
|
+
})
|
|
726
|
+
});
|
|
727
|
+
});
|
|
728
|
+
});
|
|
729
|
+
};
|
|
730
|
+
var renderStarPipelineGroup = function renderStarPipelineGroup(g) {
|
|
731
|
+
return /*#__PURE__*/React.createElement(Star, {
|
|
732
|
+
key: JSON.stringify(g),
|
|
733
|
+
defaultStarred: g.starred,
|
|
734
|
+
onClick: function onClick() {
|
|
735
|
+
return onStarPipelineGroup(g);
|
|
736
|
+
}
|
|
737
|
+
});
|
|
738
|
+
};
|
|
739
|
+
var renderLoadMoreButton = function renderLoadMoreButton() {
|
|
740
|
+
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Button, {
|
|
741
|
+
type: 'primary'
|
|
742
|
+
}, intl.get({
|
|
743
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.LoadMore',
|
|
744
|
+
defaultMessage: '加载更多...'
|
|
745
|
+
})));
|
|
746
|
+
};
|
|
747
|
+
var renderPipelineGroupItem = function renderPipelineGroupItem(g, index) {
|
|
748
|
+
if (String(g.id) === '-1') {
|
|
749
|
+
return renderLoadMoreButton(g, index);
|
|
750
|
+
}
|
|
751
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
752
|
+
key: g.id,
|
|
753
|
+
onClick: function onClick(e) {
|
|
754
|
+
e.stopPropagation();
|
|
755
|
+
if (String(g.id) === String(sidebarActiveNav)) {
|
|
756
|
+
return;
|
|
757
|
+
}
|
|
758
|
+
onGroupsNavChange(g);
|
|
759
|
+
},
|
|
760
|
+
className: cx(PREFIX + "__group__item", {
|
|
761
|
+
active: String(g.id) === String(sidebarActiveNav)
|
|
762
|
+
})
|
|
763
|
+
}, /*#__PURE__*/React.createElement(Title, {
|
|
764
|
+
align: "t",
|
|
765
|
+
popupStyle: {
|
|
766
|
+
maxWidth: 180
|
|
767
|
+
},
|
|
768
|
+
trigger: String(g.id) !== '0' ? g.name : /*#__PURE__*/React.createElement("span", {
|
|
769
|
+
style: {
|
|
770
|
+
color: 'var(--color-text1-7, #8b8b8b)'
|
|
771
|
+
}
|
|
772
|
+
}, /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
773
|
+
type: "warning-fill",
|
|
774
|
+
size: "medium",
|
|
775
|
+
style: {
|
|
776
|
+
marginRight: 4
|
|
777
|
+
}
|
|
778
|
+
}), g.name)
|
|
779
|
+
}, g.name), /*#__PURE__*/React.createElement("div", {
|
|
780
|
+
"data-group-id": g.id,
|
|
781
|
+
onClick: function onClick(e) {
|
|
782
|
+
return e.stopPropagation();
|
|
783
|
+
},
|
|
784
|
+
className: cx(PREFIX + "__group__item__ops", {
|
|
785
|
+
'not-star': !g.starred
|
|
786
|
+
})
|
|
787
|
+
}, permissions.includes(PIPELINE_GROUP_ADMIN) && renderPipelineGroupOps(g, index), renderStarPipelineGroup(g)));
|
|
788
|
+
};
|
|
789
|
+
var registerSidebar = function registerSidebar(_ref14) {
|
|
790
|
+
var main = _ref14.main,
|
|
791
|
+
extra = _ref14.extra;
|
|
792
|
+
var active;
|
|
793
|
+
switch (true) {
|
|
794
|
+
case ['star', 'my'].includes(sidebarActiveNav):
|
|
795
|
+
active = 'my';
|
|
796
|
+
break;
|
|
797
|
+
case Number.isFinite(parseInt(sidebarActiveNav, 10)):
|
|
798
|
+
active = Number(sidebarActiveNav);
|
|
799
|
+
break;
|
|
800
|
+
default:
|
|
801
|
+
active = sidebarActiveNav;
|
|
802
|
+
}
|
|
803
|
+
var config = _extends({
|
|
804
|
+
active: active,
|
|
805
|
+
colors: {
|
|
806
|
+
themeColor: 'var(--color-brand1-6, #1b9aee)'
|
|
807
|
+
},
|
|
808
|
+
main: main
|
|
809
|
+
}, extra.length ? {
|
|
810
|
+
extra: extra
|
|
811
|
+
} : {});
|
|
812
|
+
window.TB_NAVIGATION.initSidebar && window.TB_NAVIGATION.initSidebar(config);
|
|
813
|
+
};
|
|
814
|
+
var renderQuota = function renderQuota() {
|
|
815
|
+
if (!concurrencyInfinite && quota.buildDuration < quota.buildDurationLimit) {
|
|
816
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
817
|
+
className: "nav_tip"
|
|
818
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
819
|
+
style: {
|
|
820
|
+
color: 'var(--color-text1-7, #8b8b8b)'
|
|
821
|
+
}
|
|
822
|
+
}, intl.get({
|
|
823
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.Concurrency',
|
|
824
|
+
defaultMessage: '(并发数'
|
|
825
|
+
})), /*#__PURE__*/React.createElement("span", {
|
|
826
|
+
style: {
|
|
827
|
+
color: 'var(--color-error-5, #e84738)'
|
|
828
|
+
}
|
|
829
|
+
}, quota.concurrency, "/", quota.concurrencyLimit), /*#__PURE__*/React.createElement("span", {
|
|
830
|
+
style: {
|
|
831
|
+
color: 'var(--color-text1-7, #8b8b8b)'
|
|
832
|
+
}
|
|
833
|
+
}, ")"));
|
|
834
|
+
}
|
|
835
|
+
var text = Math.round(quota.buildDuration / 60) + "/" + Math.round(quota.buildDurationLimit / 60);
|
|
836
|
+
if (text.length > 9) {
|
|
837
|
+
text = text.substring(0, 8) + "...";
|
|
838
|
+
}
|
|
839
|
+
if (!timeInfinite && quota.buildDuration >= quota.buildDurationLimit) {
|
|
840
|
+
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
841
|
+
trigger: /*#__PURE__*/React.createElement("span", {
|
|
842
|
+
className: "nav_tip"
|
|
843
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
844
|
+
style: {
|
|
845
|
+
color: 'var(--color-text1-7, #8b8b8b)'
|
|
846
|
+
}
|
|
847
|
+
}, "("), /*#__PURE__*/React.createElement("span", {
|
|
848
|
+
style: {
|
|
849
|
+
color: 'var(--color-error-5, #e84738)'
|
|
850
|
+
}
|
|
851
|
+
}, text), /*#__PURE__*/React.createElement("span", {
|
|
852
|
+
style: {
|
|
853
|
+
color: 'var(--color-text1-7, #8b8b8b)'
|
|
854
|
+
}
|
|
855
|
+
}, ")")),
|
|
856
|
+
align: "t"
|
|
857
|
+
}, "\u6784\u5EFA\u65F6\u957F " + Math.round(quota.buildDuration / 60) + "/" + Math.round(quota.buildDurationLimit / 60));
|
|
858
|
+
}
|
|
859
|
+
};
|
|
860
|
+
var createGroup = /*#__PURE__*/function () {
|
|
861
|
+
var _ref16 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee5(_ref15) {
|
|
862
|
+
var name, id;
|
|
863
|
+
return _regeneratorRuntime.wrap(function _callee5$(_context5) {
|
|
864
|
+
while (1) switch (_context5.prev = _context5.next) {
|
|
865
|
+
case 0:
|
|
866
|
+
name = _ref15.name;
|
|
867
|
+
_context5.next = 3;
|
|
868
|
+
return onCreateGroup({
|
|
869
|
+
name: name
|
|
870
|
+
});
|
|
871
|
+
case 3:
|
|
872
|
+
id = _context5.sent;
|
|
873
|
+
id && onGroupsNavChange({
|
|
874
|
+
id: id
|
|
875
|
+
});
|
|
876
|
+
setTimeout(function () {
|
|
877
|
+
var _document$querySelect3, _document$querySelect4;
|
|
878
|
+
(_document$querySelect3 = document.querySelector("." + PREFIX + "__group-item-active")) === null || _document$querySelect3 === void 0 ? void 0 : _document$querySelect3.scrollIntoView();
|
|
879
|
+
(_document$querySelect4 = document.querySelector("." + PREFIX + "-group-item-active")) === null || _document$querySelect4 === void 0 ? void 0 : _document$querySelect4.scrollIntoView();
|
|
880
|
+
}, 0);
|
|
881
|
+
case 6:
|
|
882
|
+
case "end":
|
|
883
|
+
return _context5.stop();
|
|
884
|
+
}
|
|
885
|
+
}, _callee5);
|
|
886
|
+
}));
|
|
887
|
+
return function createGroup(_x6) {
|
|
888
|
+
return _ref16.apply(this, arguments);
|
|
889
|
+
};
|
|
890
|
+
}();
|
|
891
|
+
var initSidebar = function initSidebar() {
|
|
892
|
+
var _get;
|
|
893
|
+
var settingNavList = (generateConfigObj(permissions) || {}).navList || [];
|
|
894
|
+
var extra = [];
|
|
895
|
+
if (permissions.includes(BUILD_USER_VIEW)) {
|
|
896
|
+
extra.push({
|
|
897
|
+
id: 'enterprise-price',
|
|
898
|
+
name: /*#__PURE__*/React.createElement("span", null, intl.get({
|
|
899
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.price',
|
|
900
|
+
defaultMessage: '资源用量'
|
|
901
|
+
}), "\xA0\xA0", false && getFeature('price.status.async') && renderQuota()),
|
|
902
|
+
icon: {
|
|
903
|
+
useJsx: true,
|
|
904
|
+
jsx: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
905
|
+
type: "resource-pool-line"
|
|
906
|
+
})
|
|
907
|
+
},
|
|
908
|
+
onClick: function onClick(_ref17) {
|
|
909
|
+
var path = _ref17.id;
|
|
910
|
+
navigateWithContexPath("/" + path + "/state");
|
|
911
|
+
},
|
|
912
|
+
href: getUrlWithContextPath('/enterprise-price/state'),
|
|
913
|
+
tooltipCustom: {
|
|
914
|
+
content: /*#__PURE__*/React.createElement("span", null, intl.get({
|
|
915
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.Resources',
|
|
916
|
+
defaultMessage: '资源用量'
|
|
917
|
+
}), !concurrencyInfinite && quota.buildDuration < quota.buildDurationLimit && intl.get({
|
|
918
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.ConcurrencyQuotaconcurrencyQuotaconcurrencylimit',
|
|
919
|
+
defaultMessage: '并发数 {quotaConcurrency}/{quotaConcurrencyLimit}'
|
|
920
|
+
}, {
|
|
921
|
+
quotaConcurrency: quota.concurrency,
|
|
922
|
+
quotaConcurrencyLimit: quota.concurrencyLimit
|
|
923
|
+
}))
|
|
924
|
+
}
|
|
925
|
+
});
|
|
926
|
+
}
|
|
927
|
+
var activeObj = (settingNavList || []).find(function (_ref18) {
|
|
928
|
+
var _ref18$list = _ref18.list,
|
|
929
|
+
list = _ref18$list === void 0 ? [] : _ref18$list;
|
|
930
|
+
return list.length;
|
|
931
|
+
});
|
|
932
|
+
var key = (_get = get(activeObj, 'list[0].key')) === null || _get === void 0 ? void 0 : _get.replace(/\/.*$/, ''); // 多级路由取第一层,e.g. build/*groupId
|
|
933
|
+
|
|
934
|
+
extra.push.apply(extra, [(settingNavList || []).some(function (_ref19) {
|
|
935
|
+
var _ref19$list = _ref19.list,
|
|
936
|
+
list = _ref19$list === void 0 ? [] : _ref19$list;
|
|
937
|
+
return (list || []).length;
|
|
938
|
+
}) && {
|
|
939
|
+
id: 'setting',
|
|
940
|
+
name: /*#__PURE__*/React.createElement(PopConfirm, {
|
|
941
|
+
align: "t",
|
|
942
|
+
title: intl.get({
|
|
943
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.MoreFeatures',
|
|
944
|
+
defaultMessage: '更多功能'
|
|
945
|
+
}),
|
|
946
|
+
content: intl.get({
|
|
947
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.TagsVariableGroupsHostGroups',
|
|
948
|
+
defaultMessage: '标签、变量组、主机组等相关功能现在收纳到这里了哦!'
|
|
949
|
+
}),
|
|
950
|
+
visible: settingsPopVisible,
|
|
951
|
+
offset: [0, -2],
|
|
952
|
+
closable: false,
|
|
953
|
+
locale: {
|
|
954
|
+
confirm: intl.get({
|
|
955
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.GotIt',
|
|
956
|
+
defaultMessage: '知道了'
|
|
957
|
+
})
|
|
958
|
+
},
|
|
959
|
+
cancelProps: {
|
|
960
|
+
text: true,
|
|
961
|
+
style: {
|
|
962
|
+
cursor: 'default'
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
popupProps: {
|
|
966
|
+
hasMask: true
|
|
967
|
+
},
|
|
968
|
+
onConfirm: function onConfirm() {
|
|
969
|
+
actions.setSettingsPopVisible(false);
|
|
970
|
+
},
|
|
971
|
+
trigger: /*#__PURE__*/React.createElement("span", null, intl.get({
|
|
972
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.GlobalSettings',
|
|
973
|
+
defaultMessage: '全局设置'
|
|
974
|
+
}))
|
|
975
|
+
}),
|
|
976
|
+
icon: {
|
|
977
|
+
useJsx: true,
|
|
978
|
+
jsx: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
979
|
+
type: "setting-line"
|
|
980
|
+
})
|
|
981
|
+
},
|
|
982
|
+
onClick: function onClick(_ref20) {
|
|
983
|
+
var path = _ref20.id;
|
|
984
|
+
if (settingsPopVisible) return;
|
|
985
|
+
navigateWithContexPath("/" + path + "/" + key);
|
|
986
|
+
track({
|
|
987
|
+
action: 'flow settings',
|
|
988
|
+
page: 'main page',
|
|
989
|
+
daysinceenterflow: intervalEnterTime()
|
|
990
|
+
});
|
|
991
|
+
},
|
|
992
|
+
href: getUrlWithContextPath("/setting/" + key)
|
|
993
|
+
}].filter(Boolean));
|
|
994
|
+
var navList = [{
|
|
995
|
+
id: 'my',
|
|
996
|
+
name: intl.get({
|
|
997
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.MyPipeline',
|
|
998
|
+
defaultMessage: '我的流水线'
|
|
999
|
+
}),
|
|
1000
|
+
icon: {
|
|
1001
|
+
useJsx: true,
|
|
1002
|
+
jsx: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
1003
|
+
type: "pipelines-grey-2-fill"
|
|
1004
|
+
})
|
|
1005
|
+
},
|
|
1006
|
+
onClick: onChangeNav,
|
|
1007
|
+
href: getUrlWithContextPath('/my')
|
|
1008
|
+
}, {
|
|
1009
|
+
id: 'all',
|
|
1010
|
+
name: intl.get({
|
|
1011
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.AllAssemblyLines',
|
|
1012
|
+
defaultMessage: '全部流水线'
|
|
1013
|
+
}),
|
|
1014
|
+
icon: {
|
|
1015
|
+
useJsx: true,
|
|
1016
|
+
jsx: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
1017
|
+
type: "relation-chain-2-line"
|
|
1018
|
+
})
|
|
1019
|
+
},
|
|
1020
|
+
onClick: onChangeNav,
|
|
1021
|
+
href: getUrlWithContextPath('/all')
|
|
1022
|
+
}, {
|
|
1023
|
+
type: 'group',
|
|
1024
|
+
icon: {
|
|
1025
|
+
useJsx: true,
|
|
1026
|
+
jsx: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
1027
|
+
type: "group-line"
|
|
1028
|
+
})
|
|
1029
|
+
},
|
|
1030
|
+
name: renderPipelineGroup(),
|
|
1031
|
+
customItemStyle: cx({
|
|
1032
|
+
'group-item-active': /^[0-9]+$/.test(sidebarActiveNav) && sidebarActiveNav !== '0',
|
|
1033
|
+
searching: searchOpen
|
|
1034
|
+
}),
|
|
1035
|
+
customContainerStyle: PREFIX + "-group-container-scroll",
|
|
1036
|
+
hideGroupTag: true,
|
|
1037
|
+
tooltipCustom: {
|
|
1038
|
+
content: /*#__PURE__*/React.createElement("div", {
|
|
1039
|
+
className: "tb-common-sidebar-main-group"
|
|
1040
|
+
}, renderPipelineGroup(true), /*#__PURE__*/React.createElement("div", {
|
|
1041
|
+
className: PREFIX + "__group-list-container"
|
|
1042
|
+
}, getEmptyGroupItem(), pipelineGroupsFilter.filter(function (g) {
|
|
1043
|
+
return g.id !== '0';
|
|
1044
|
+
}).map(function (g, index) {
|
|
1045
|
+
var _cx;
|
|
1046
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
1047
|
+
className: cx('tb-common-sidebar-main-item', 'is-group-item', (_cx = {}, _cx[PREFIX + "-group-item-active"] = String(g.id) === String(sidebarActiveNav), _cx)),
|
|
1048
|
+
"data-active": String(g.id) === String(sidebarActiveNav) ? 'true' : 'false'
|
|
1049
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1050
|
+
className: "tb-common-sidebar-main-item-jsx"
|
|
1051
|
+
}, renderPipelineGroupItem(g, index)));
|
|
1052
|
+
}))),
|
|
1053
|
+
className: PREFIX + "__group-container"
|
|
1054
|
+
},
|
|
1055
|
+
emptyJsx: getEmptyGroupItem(),
|
|
1056
|
+
children: pipelineGroupsFilter.filter(function (g) {
|
|
1057
|
+
return g.id !== '0';
|
|
1058
|
+
}).map(function (g, index) {
|
|
1059
|
+
var _cx2;
|
|
1060
|
+
return _extends({}, g, {
|
|
1061
|
+
jsx: renderPipelineGroupItem(g, index),
|
|
1062
|
+
onClick: onGroupsNavChange,
|
|
1063
|
+
// href: getUrlWithContextPath(`/groups/${g.id}`),
|
|
1064
|
+
customItemStyle: cx((_cx2 = {}, _cx2[PREFIX + "__group-item-active"] = String(g.id) === String(sidebarActiveNav), _cx2))
|
|
1065
|
+
});
|
|
1066
|
+
})
|
|
1067
|
+
}, {
|
|
1068
|
+
id: '0',
|
|
1069
|
+
name: intl.get({
|
|
1070
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.PipelineUngrouped',
|
|
1071
|
+
defaultMessage: '未分组'
|
|
1072
|
+
}),
|
|
1073
|
+
icon: {
|
|
1074
|
+
useJsx: true,
|
|
1075
|
+
jsx: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
1076
|
+
type: "ungroup-line"
|
|
1077
|
+
})
|
|
1078
|
+
},
|
|
1079
|
+
onClick: onGroupsNavChange,
|
|
1080
|
+
href: getUrlWithContextPath('/groups/0')
|
|
1081
|
+
}].concat(insertIf(getFeature('systemPipeline.show'), {
|
|
1082
|
+
id: 'system',
|
|
1083
|
+
icon: {
|
|
1084
|
+
useJsx: true,
|
|
1085
|
+
jsx: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
1086
|
+
type: "computer-line"
|
|
1087
|
+
})
|
|
1088
|
+
},
|
|
1089
|
+
name: /*#__PURE__*/React.createElement("div", {
|
|
1090
|
+
className: "system-pipelines-menu"
|
|
1091
|
+
}, intl.get({
|
|
1092
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.SysemPipeline',
|
|
1093
|
+
defaultMessage: '系统来源'
|
|
1094
|
+
})),
|
|
1095
|
+
tooltipCustom: {
|
|
1096
|
+
content: intl.get({
|
|
1097
|
+
id: 'rdc-tb-cd-assets.components.dashboardNav.SysemPipeline',
|
|
1098
|
+
defaultMessage: '系统来源'
|
|
1099
|
+
})
|
|
1100
|
+
},
|
|
1101
|
+
onClick: onChangeNav,
|
|
1102
|
+
href: getUrlWithContextPath('/system')
|
|
1103
|
+
}));
|
|
1104
|
+
registerSidebar({
|
|
1105
|
+
main: [].concat(navList),
|
|
1106
|
+
extra: extra
|
|
1107
|
+
});
|
|
1108
|
+
};
|
|
1109
|
+
var fetchQuota = function fetchQuota() {
|
|
1110
|
+
if (!getFeature('price.enable')) {
|
|
1111
|
+
return;
|
|
1112
|
+
}
|
|
1113
|
+
exceed.fetch({
|
|
1114
|
+
api: 'region.quota.get'
|
|
1115
|
+
}).then(function (res) {
|
|
1116
|
+
if (res.successful) {
|
|
1117
|
+
setQuota(res.object);
|
|
1118
|
+
setConcurrencyInfinite(res.object.concurrencyLimit === 50);
|
|
1119
|
+
setTimeInfinite(res.object.buildDurationLimit === 50 * 31 * 24 * 3600);
|
|
1120
|
+
}
|
|
1121
|
+
});
|
|
1122
|
+
};
|
|
1123
|
+
useEffect(function () {
|
|
1124
|
+
if (window.TB_NAVIGATION.sidebarRef) {
|
|
1125
|
+
window.TB_NAVIGATION.showSidebar();
|
|
1126
|
+
}
|
|
1127
|
+
fetchQuota();
|
|
1128
|
+
return function () {
|
|
1129
|
+
// window.TB_NAVIGATION.hideSidebar();
|
|
1130
|
+
window.TB_NAVIGATION.removeSidebar();
|
|
1131
|
+
timeout && clearTimeout(timeout);
|
|
1132
|
+
};
|
|
1133
|
+
}, []);
|
|
1134
|
+
initSidebar();
|
|
1135
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(QuotaNotifyCard, {
|
|
1136
|
+
quota: quota
|
|
1137
|
+
}), editGroupDialogVisible && /*#__PURE__*/React.createElement(CreateOrEditGroup, {
|
|
1138
|
+
name: groupInfo.name,
|
|
1139
|
+
group: groupInfo,
|
|
1140
|
+
loading: updataGroupLoading,
|
|
1141
|
+
pipelineGroups: pipelineGroups,
|
|
1142
|
+
updataGroup: groupOperate === 'edit' ? onUpdataGroup : createGroup,
|
|
1143
|
+
onOk: function onOk() {
|
|
1144
|
+
return setEditGroupDialogVisible(false);
|
|
1145
|
+
},
|
|
1146
|
+
visible: editGroupDialogVisible,
|
|
1147
|
+
purpose: groupOperate
|
|
1148
|
+
}));
|
|
1149
|
+
};
|
|
1150
|
+
export default DashboardNav;
|