@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,1093 @@
|
|
|
1
|
+
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
|
|
4
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
5
|
+
var _excluded = ["content", "fieldName", "onRef", "createableButton"];
|
|
6
|
+
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
7
|
+
/* eslint-disable react/no-unused-state */
|
|
8
|
+
import React, { Component } from 'react';
|
|
9
|
+
import { Balloon, Button, Dialog, Field, Input, Message, Select, MenuButton } from '@teamix/ui';
|
|
10
|
+
import { Title, YunxiaoIcon } from '@alife/devops-ui';
|
|
11
|
+
import CreateServiceConnection from "../../service-connection-create";
|
|
12
|
+
import exceed from "../../../../../utils/apimap";
|
|
13
|
+
import cls from 'classnames';
|
|
14
|
+
import { i18n, getFeature } from "../../../../../utils";
|
|
15
|
+
import { groupBy, get, omit } from 'lodash-es';
|
|
16
|
+
import fetch from "../fetch";
|
|
17
|
+
import { CODEUP_ROOT_PATH } from "../../../../../utils/codeupRootPath";
|
|
18
|
+
import "./field_common.scss";
|
|
19
|
+
import { ENV } from '@alife/yunxiao-common';
|
|
20
|
+
var isVpc = ENV === 'vpc';
|
|
21
|
+
import Dialogs from "../dialogs";
|
|
22
|
+
import intl from "../../../../../locale";
|
|
23
|
+
var Option = Select.Option;
|
|
24
|
+
var Tooltip = Balloon.Tooltip;
|
|
25
|
+
var scGrayEnable = window.YUNXIAO_COMMON.serviceConnectionGrayRegion === 'true'; // 是否灰度
|
|
26
|
+
/**
|
|
27
|
+
* api: 原始URL定义
|
|
28
|
+
* globalProps: 流水线全局参数
|
|
29
|
+
* identifier: 当前组件的identifier
|
|
30
|
+
* field: 表单field对象
|
|
31
|
+
*/
|
|
32
|
+
var getFetchUrl = function getFetchUrl(_ref) {
|
|
33
|
+
var api = _ref.api,
|
|
34
|
+
_ref$globalProps = _ref.globalProps,
|
|
35
|
+
globalProps = _ref$globalProps === void 0 ? {} : _ref$globalProps,
|
|
36
|
+
identifier = _ref.identifier,
|
|
37
|
+
_ref$searchField = _ref.searchField,
|
|
38
|
+
searchField = _ref$searchField === void 0 ? 'searchField' : _ref$searchField,
|
|
39
|
+
_ref$searchKey = _ref.searchKey,
|
|
40
|
+
searchKey = _ref$searchKey === void 0 ? '' : _ref$searchKey,
|
|
41
|
+
_ref$field = _ref.field,
|
|
42
|
+
field = _ref$field === void 0 ? {
|
|
43
|
+
getValue: function getValue() {}
|
|
44
|
+
} : _ref$field,
|
|
45
|
+
subscribe = _ref.subscribe,
|
|
46
|
+
fieldName = _ref.fieldName,
|
|
47
|
+
onChange = _ref.onChange,
|
|
48
|
+
id = _ref.id;
|
|
49
|
+
// todo globalContext
|
|
50
|
+
api = api.replace('${GLOBAL_CONTEXT.appstackPath}', window.location.origin + "/appstack");
|
|
51
|
+
var matchResult = api.match(/\$\{[^}]*\}/g);
|
|
52
|
+
if (matchResult) {
|
|
53
|
+
matchResult.forEach(function (matched) {
|
|
54
|
+
var name = matched.replace(/\$\{([^}]*)}/, '$1');
|
|
55
|
+
// 使用全局参数
|
|
56
|
+
if (name.indexOf('global_props.') > -1) {
|
|
57
|
+
api = api.replace(matched, globalProps[name.replace('global_props.', '')]);
|
|
58
|
+
} else {
|
|
59
|
+
var parentMatch = name.match(/^parent(\d*)\./i);
|
|
60
|
+
if (parentMatch) {
|
|
61
|
+
console.warn('not support parent match rule');
|
|
62
|
+
} else {
|
|
63
|
+
var _field$getValue;
|
|
64
|
+
var value = encodeURIComponent((_field$getValue = field.getValue(identifier + "__" + name)) !== null && _field$getValue !== void 0 ? _field$getValue : '');
|
|
65
|
+
api = api.replace(matched, value);
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* 由于后端一些bug产生了有问题的数据,“构建集群”需要把自身现有值传给后端来解决
|
|
69
|
+
* 这里就忽略自身依赖
|
|
70
|
+
*/
|
|
71
|
+
var isSelf = identifier + "__" + name === fieldName;
|
|
72
|
+
!isSelf && (subscribe === null || subscribe === void 0 ? void 0 : subscribe(identifier + "__" + name, fieldName, function () {
|
|
73
|
+
window.setTimeout(function () {
|
|
74
|
+
var _field$validate;
|
|
75
|
+
// this.field.reset(fieldName);
|
|
76
|
+
onChange && onChange('');
|
|
77
|
+
(_field$validate = field.validate) === null || _field$validate === void 0 ? void 0 : _field$validate.call(field);
|
|
78
|
+
}, 300);
|
|
79
|
+
}));
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
var result = '';
|
|
85
|
+
if (api.includes('?')) {
|
|
86
|
+
result = api + "&" + searchField + "=" + searchKey + "&id=" + id;
|
|
87
|
+
} else {
|
|
88
|
+
result = api + "?" + searchField + "=" + searchKey + "&id=" + id;
|
|
89
|
+
}
|
|
90
|
+
return result;
|
|
91
|
+
};
|
|
92
|
+
function getData(_ref2) {
|
|
93
|
+
var response = _ref2.response,
|
|
94
|
+
dpath = _ref2.path;
|
|
95
|
+
// 替换path
|
|
96
|
+
var currentData = response;
|
|
97
|
+
if (dpath) {
|
|
98
|
+
var path = dpath.split('.') || [];
|
|
99
|
+
path.forEach(function (key) {
|
|
100
|
+
var keys = Object.keys(currentData);
|
|
101
|
+
if (!keys.includes(key)) {
|
|
102
|
+
console.warn("Key " + dpath + " not found in remote response");
|
|
103
|
+
currentData = [];
|
|
104
|
+
} else {
|
|
105
|
+
currentData = currentData[key];
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
if (!(currentData instanceof Array)) {
|
|
110
|
+
currentData = [];
|
|
111
|
+
}
|
|
112
|
+
return currentData;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// 格式化数据
|
|
116
|
+
function formatData(item, datasource, isConnection) {
|
|
117
|
+
if (isConnection === void 0) {
|
|
118
|
+
isConnection = false;
|
|
119
|
+
}
|
|
120
|
+
if (datasource.dataType === 'string') {
|
|
121
|
+
return {
|
|
122
|
+
label: item,
|
|
123
|
+
value: item
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
return scGrayEnable && isConnection ? _extends({}, item, {
|
|
127
|
+
label: item[datasource.label || 'label'],
|
|
128
|
+
value: item[datasource.value || 'value'],
|
|
129
|
+
editable: item.editable || false,
|
|
130
|
+
viewable: item.viewable || false
|
|
131
|
+
}) : {
|
|
132
|
+
label: item[datasource.label || 'label'],
|
|
133
|
+
value: item[datasource.value || 'value'],
|
|
134
|
+
editable: item.editable || false,
|
|
135
|
+
viewable: item.viewable || false,
|
|
136
|
+
__itemRawData: item
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* datasource: {
|
|
142
|
+
* searchable: true, 是否启用搜索
|
|
143
|
+
* remoteSearch: false, 是否使用远程搜搜
|
|
144
|
+
* searchField: searchParams, 远程搜索的关键字
|
|
145
|
+
* }
|
|
146
|
+
*/
|
|
147
|
+
var Dropdown = /*#__PURE__*/function (_Component) {
|
|
148
|
+
function Dropdown(props) {
|
|
149
|
+
var _this;
|
|
150
|
+
_this = _Component.call(this, props) || this;
|
|
151
|
+
_this.onChange = function (value) {
|
|
152
|
+
_this.setState({
|
|
153
|
+
value: value
|
|
154
|
+
});
|
|
155
|
+
_this.props.onChange && _this.props.onChange(value);
|
|
156
|
+
// return;
|
|
157
|
+
};
|
|
158
|
+
_this.onRef = function (ref) {
|
|
159
|
+
_this.child = ref;
|
|
160
|
+
};
|
|
161
|
+
_this.onCreateClick = function () {
|
|
162
|
+
var _this$field$getValues = _this.field.getValues(),
|
|
163
|
+
_cb = _this$field$getValues._cb;
|
|
164
|
+
if (_cb) {
|
|
165
|
+
_this.setState({
|
|
166
|
+
dialogRequesting: true
|
|
167
|
+
});
|
|
168
|
+
_cb().then(function (data) {
|
|
169
|
+
var label = data.label,
|
|
170
|
+
value = data.value;
|
|
171
|
+
if (!label || !value) {
|
|
172
|
+
console.error('!!!The onSubmit Should return object like {label: "label", value: "value"}');
|
|
173
|
+
_this.setState({
|
|
174
|
+
dialogRequesting: false
|
|
175
|
+
});
|
|
176
|
+
_this.props.setCreateDialogVisible(false);
|
|
177
|
+
return;
|
|
178
|
+
}
|
|
179
|
+
var dataSource = Object.assign([], _this.state.dataSource);
|
|
180
|
+
var itemIndex = dataSource.findIndex(function (item) {
|
|
181
|
+
return item.value === value;
|
|
182
|
+
});
|
|
183
|
+
if (itemIndex === -1) {
|
|
184
|
+
dataSource.splice(1, 0, {
|
|
185
|
+
label: label,
|
|
186
|
+
value: value
|
|
187
|
+
});
|
|
188
|
+
} else {
|
|
189
|
+
dataSource[itemIndex] = {
|
|
190
|
+
label: label,
|
|
191
|
+
value: value
|
|
192
|
+
};
|
|
193
|
+
}
|
|
194
|
+
_this.setState({
|
|
195
|
+
dataSource: dataSource,
|
|
196
|
+
dialogRequesting: false,
|
|
197
|
+
createDialogVisible: false
|
|
198
|
+
});
|
|
199
|
+
_this.onChange(value);
|
|
200
|
+
})["catch"](function () {
|
|
201
|
+
_this.setState({
|
|
202
|
+
dialogRequesting: false
|
|
203
|
+
});
|
|
204
|
+
});
|
|
205
|
+
} else {
|
|
206
|
+
console.error('!!!Please implement the DialogComponent');
|
|
207
|
+
_this.setState({
|
|
208
|
+
dialogRequesting: false,
|
|
209
|
+
createDialogVisible: false
|
|
210
|
+
});
|
|
211
|
+
}
|
|
212
|
+
};
|
|
213
|
+
_this.getDataSource = function (searchKey, initValue, callback) {
|
|
214
|
+
if (typeof searchKey === 'object') {
|
|
215
|
+
searchKey = '';
|
|
216
|
+
}
|
|
217
|
+
if (_this.timeout) {
|
|
218
|
+
clearTimeout(_this.timeout);
|
|
219
|
+
}
|
|
220
|
+
_this.setState({
|
|
221
|
+
createDialogVisible: false
|
|
222
|
+
});
|
|
223
|
+
var _this$props = _this.props,
|
|
224
|
+
content = _this$props.content,
|
|
225
|
+
identifier = _this$props.identifier,
|
|
226
|
+
field = _this$props.field,
|
|
227
|
+
subscribe = _this$props.subscribe,
|
|
228
|
+
fieldName = _this$props.fieldName,
|
|
229
|
+
value = _this$props.value;
|
|
230
|
+
var _content$autoComplete = content.autoComplete,
|
|
231
|
+
autoComplete = _content$autoComplete === void 0 ? false : _content$autoComplete;
|
|
232
|
+
var _content$datasource = content.datasource,
|
|
233
|
+
deleteable = _content$datasource.deleteable,
|
|
234
|
+
editable = _content$datasource.editable,
|
|
235
|
+
viewable = _content$datasource.viewable;
|
|
236
|
+
_this.checkPermission(viewable, editable, deleteable);
|
|
237
|
+
var i18nDatasource = function i18nDatasource(datasource) {
|
|
238
|
+
return datasource.map(function (item) {
|
|
239
|
+
return {
|
|
240
|
+
label: i18n(item, 'label'),
|
|
241
|
+
value: item.value,
|
|
242
|
+
__itemRawData: item
|
|
243
|
+
};
|
|
244
|
+
});
|
|
245
|
+
};
|
|
246
|
+
if (content.datasource.type === 'remote') {
|
|
247
|
+
// 加载远程数据时使用timeout合并多次输入
|
|
248
|
+
_this.timeout = window.setTimeout(function () {
|
|
249
|
+
var datasource = content.datasource;
|
|
250
|
+
var url = getFetchUrl({
|
|
251
|
+
api: datasource.api,
|
|
252
|
+
searchField: datasource.searchField,
|
|
253
|
+
searchKey: searchKey,
|
|
254
|
+
globalProps: {},
|
|
255
|
+
// TODO: 全局参数
|
|
256
|
+
identifier: identifier,
|
|
257
|
+
field: field,
|
|
258
|
+
subscribe: subscribe,
|
|
259
|
+
fieldName: fieldName,
|
|
260
|
+
onChange: _this.onChange,
|
|
261
|
+
id: isNaN(value) ? 0 : value
|
|
262
|
+
});
|
|
263
|
+
var _content$datasource$c = content.datasource.createable,
|
|
264
|
+
createable = _content$datasource$c === void 0 ? {} : _content$datasource$c;
|
|
265
|
+
var isServiceConnection = false;
|
|
266
|
+
if (scGrayEnable && (createable === null || createable === void 0 ? void 0 : createable.component) === 'addServiceConnection') {
|
|
267
|
+
url += '&version=v2';
|
|
268
|
+
isServiceConnection = true;
|
|
269
|
+
}
|
|
270
|
+
_this.setState({
|
|
271
|
+
loading: 'loading'
|
|
272
|
+
});
|
|
273
|
+
// const { crossOrigin = false, withCredentials = false } = datasource || {};
|
|
274
|
+
|
|
275
|
+
fetch({
|
|
276
|
+
url: url,
|
|
277
|
+
crossOrigin: true,
|
|
278
|
+
withCredentials: true
|
|
279
|
+
}).then(function (res) {
|
|
280
|
+
_this.setState({
|
|
281
|
+
loading: ''
|
|
282
|
+
});
|
|
283
|
+
if (res.successful && res.object) {
|
|
284
|
+
var data = res.object;
|
|
285
|
+
var currentData = getData({
|
|
286
|
+
response: data,
|
|
287
|
+
path: datasource.path
|
|
288
|
+
});
|
|
289
|
+
var dataList = currentData.map(function (item) {
|
|
290
|
+
return formatData(item, datasource, isServiceConnection);
|
|
291
|
+
});
|
|
292
|
+
_this.setState({
|
|
293
|
+
dataSource: dataList,
|
|
294
|
+
createDialogVisible: false
|
|
295
|
+
});
|
|
296
|
+
if (initValue) {
|
|
297
|
+
if (scGrayEnable && isServiceConnection) {
|
|
298
|
+
// 选中新建的服务连接
|
|
299
|
+
if ((createable === null || createable === void 0 ? void 0 : createable.scType) === 'PACKAGES') {
|
|
300
|
+
var list = dataList.filter(function (c) {
|
|
301
|
+
return c.owner === window.AK_GLOBAL.currentUser.workid;
|
|
302
|
+
});
|
|
303
|
+
_this.onChange(list.length > 0 ? list[0].value : dataList[0].value);
|
|
304
|
+
} else {
|
|
305
|
+
var _dataList$;
|
|
306
|
+
_this.onChange(((_dataList$ = dataList[0]) === null || _dataList$ === void 0 ? void 0 : _dataList$.value) || '');
|
|
307
|
+
}
|
|
308
|
+
} else {
|
|
309
|
+
_this.onChange(dataList[dataList.length - 1].value);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
if (autoComplete && _this.props.initValue && Array.isArray(dataList)) {
|
|
313
|
+
var curItem = dataList.find(function (i) {
|
|
314
|
+
return i.value === _this.props.initValue;
|
|
315
|
+
});
|
|
316
|
+
if (!curItem && _this.state.firstFlag) {
|
|
317
|
+
_this.setState({
|
|
318
|
+
firstFlag: false
|
|
319
|
+
});
|
|
320
|
+
_this.props.onChangeToInput();
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
callback && callback();
|
|
324
|
+
} else {
|
|
325
|
+
console.warn("!!!Please check the response of " + url);
|
|
326
|
+
}
|
|
327
|
+
})["catch"](function (err) {
|
|
328
|
+
Message.error({
|
|
329
|
+
title: intl.get({
|
|
330
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.AnErrorOccurredWhileLoading',
|
|
331
|
+
defaultMessage: "加载'{thisPropsContent}'数据时出错"
|
|
332
|
+
}, {
|
|
333
|
+
thisPropsContent: _this.props.content.label
|
|
334
|
+
})
|
|
335
|
+
});
|
|
336
|
+
console.error("Error happen when fetch data from " + url, err, _this.props);
|
|
337
|
+
_this.setState({
|
|
338
|
+
dataSource: [],
|
|
339
|
+
loading: ''
|
|
340
|
+
});
|
|
341
|
+
if (content.autoComplete) {
|
|
342
|
+
var _this$props$onChangeT, _this$props2;
|
|
343
|
+
// 如果是支持 input 切换的,接口又没有数据,切换到 input 展示。
|
|
344
|
+
(_this$props$onChangeT = (_this$props2 = _this.props).onChangeToInput) === null || _this$props$onChangeT === void 0 ? void 0 : _this$props$onChangeT.call(_this$props2);
|
|
345
|
+
}
|
|
346
|
+
});
|
|
347
|
+
}, 600);
|
|
348
|
+
} else {
|
|
349
|
+
_this.setState({
|
|
350
|
+
dataSource: i18nDatasource(content.datasource),
|
|
351
|
+
createDialogVisible: false
|
|
352
|
+
});
|
|
353
|
+
}
|
|
354
|
+
};
|
|
355
|
+
_this.getFooter = function () {
|
|
356
|
+
if (_this.state.dialogType === 'view' || !_this.state.footerVisible) {
|
|
357
|
+
return false;
|
|
358
|
+
}
|
|
359
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Button, {
|
|
360
|
+
onClick: function onClick() {
|
|
361
|
+
return _this.setVisible(false);
|
|
362
|
+
}
|
|
363
|
+
}, intl.get({
|
|
364
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.Cancel',
|
|
365
|
+
defaultMessage: '取消'
|
|
366
|
+
})), /*#__PURE__*/React.createElement(Button, {
|
|
367
|
+
type: "primary",
|
|
368
|
+
onClick: function onClick() {
|
|
369
|
+
return _this.onCreateClick();
|
|
370
|
+
}
|
|
371
|
+
}, intl.get({
|
|
372
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.Save',
|
|
373
|
+
defaultMessage: '保存'
|
|
374
|
+
})));
|
|
375
|
+
};
|
|
376
|
+
_this.setVisible = function (visible) {
|
|
377
|
+
_this.setState({
|
|
378
|
+
createDialogVisible: visible,
|
|
379
|
+
footerVisible: true
|
|
380
|
+
});
|
|
381
|
+
};
|
|
382
|
+
// todo 创建服务连接成功回调
|
|
383
|
+
_this.initCreate = function () {
|
|
384
|
+
var createable = _this.props.content.datasource.createable;
|
|
385
|
+
if (createable.component === 'addServiceConnection') {
|
|
386
|
+
if (scGrayEnable) {
|
|
387
|
+
_this.getDataSource('', true);
|
|
388
|
+
} else {
|
|
389
|
+
var openedWindow = window.open("/aliyun/oauth/ram/authorization?redirectRam=true&scType=" + createable.scType);
|
|
390
|
+
var windowChecker = setInterval(function () {
|
|
391
|
+
if (openedWindow.location.pathname === '/ram/aliyun/success' || openedWindow.closed) {
|
|
392
|
+
window.clearInterval(windowChecker);
|
|
393
|
+
if (openedWindow.location.pathname === '/ram/aliyun/success') {
|
|
394
|
+
Message.success({
|
|
395
|
+
title: intl.get({
|
|
396
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.ServiceAuthorizationCreated',
|
|
397
|
+
defaultMessage: '服务授权创建成功'
|
|
398
|
+
})
|
|
399
|
+
});
|
|
400
|
+
}
|
|
401
|
+
_this.getDataSource('', true);
|
|
402
|
+
if (!openedWindow.closed) {
|
|
403
|
+
openedWindow.close();
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
}, 500);
|
|
407
|
+
}
|
|
408
|
+
} else if (createable.component === 'simpleLink') {
|
|
409
|
+
var simpleUrl = "" + createable.url;
|
|
410
|
+
if (simpleUrl.indexOf("codeup.aliyun.com")) {
|
|
411
|
+
simpleUrl = simpleUrl.replace("https://codeup.aliyun.com", CODEUP_ROOT_PATH);
|
|
412
|
+
}
|
|
413
|
+
if (createable.replaceParams) {
|
|
414
|
+
createable.replaceParams.forEach(function (oneItem) {
|
|
415
|
+
simpleUrl = simpleUrl.replace("${" + oneItem + "}", _this.props.field.getValue(_this.props.identifier + "__" + oneItem));
|
|
416
|
+
});
|
|
417
|
+
}
|
|
418
|
+
window.open(simpleUrl);
|
|
419
|
+
} else {
|
|
420
|
+
_this.setState({
|
|
421
|
+
createDialogVisible: true,
|
|
422
|
+
dialogType: 'add'
|
|
423
|
+
});
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
_this.checkPermission = function (viewable, editable, deleteable) {
|
|
427
|
+
_this.setState({
|
|
428
|
+
canView: viewable && viewable.permission ? window.AK_GLOBAL.currentUser.permissions.includes(viewable.permission) : true,
|
|
429
|
+
canEdit: editable && editable.permission ? window.AK_GLOBAL.currentUser.permissions.includes(editable.permission) : true,
|
|
430
|
+
canDelete: deleteable && deleteable.permission ? window.AK_GLOBAL.currentUser.permissions.includes(deleteable.permission) : true
|
|
431
|
+
});
|
|
432
|
+
};
|
|
433
|
+
_this.deleteItem = function (key, url, paramName) {
|
|
434
|
+
return function (e) {
|
|
435
|
+
e.stopPropagation();
|
|
436
|
+
var data = {};
|
|
437
|
+
data[paramName] = key;
|
|
438
|
+
fetch({
|
|
439
|
+
url: url,
|
|
440
|
+
method: 'post',
|
|
441
|
+
data: data
|
|
442
|
+
}).then(function (res) {
|
|
443
|
+
if (res.successful) {
|
|
444
|
+
Message.success({
|
|
445
|
+
title: intl.get({
|
|
446
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.Deleted',
|
|
447
|
+
defaultMessage: '已删除'
|
|
448
|
+
})
|
|
449
|
+
});
|
|
450
|
+
}
|
|
451
|
+
_this.setState({
|
|
452
|
+
createDialogVisible: false
|
|
453
|
+
});
|
|
454
|
+
_this.getDataSource();
|
|
455
|
+
})["catch"](function (err) {
|
|
456
|
+
Message.error({
|
|
457
|
+
title: intl.get({
|
|
458
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.NotDeleted',
|
|
459
|
+
defaultMessage: '未删除'
|
|
460
|
+
})
|
|
461
|
+
});
|
|
462
|
+
console.error("Error happen when fetch data from " + url, err, _this.props);
|
|
463
|
+
});
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
_this.showItem = function (key, url, paramName) {
|
|
467
|
+
return function (e) {
|
|
468
|
+
e.stopPropagation();
|
|
469
|
+
var data = {};
|
|
470
|
+
data[paramName] = key;
|
|
471
|
+
fetch({
|
|
472
|
+
url: url,
|
|
473
|
+
method: 'get',
|
|
474
|
+
data: data
|
|
475
|
+
}).then(function (res) {
|
|
476
|
+
if (res.successful) {
|
|
477
|
+
_this.setState({
|
|
478
|
+
dialogType: 'view',
|
|
479
|
+
viewData: res.object,
|
|
480
|
+
createDialogVisible: true
|
|
481
|
+
});
|
|
482
|
+
}
|
|
483
|
+
})["catch"](function (err) {
|
|
484
|
+
console.error("Error happen when fetch data from " + url, err, _this.props);
|
|
485
|
+
});
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
_this.editItem = function (key, url, paramName) {
|
|
489
|
+
return function (e) {
|
|
490
|
+
e.stopPropagation();
|
|
491
|
+
var data = {};
|
|
492
|
+
data[paramName] = key;
|
|
493
|
+
fetch({
|
|
494
|
+
url: url,
|
|
495
|
+
method: 'get',
|
|
496
|
+
data: data
|
|
497
|
+
}).then(function (res) {
|
|
498
|
+
if (res.successful) {
|
|
499
|
+
_this.setState({
|
|
500
|
+
dialogType: 'edit',
|
|
501
|
+
viewData: res.object,
|
|
502
|
+
createDialogVisible: true
|
|
503
|
+
});
|
|
504
|
+
}
|
|
505
|
+
})["catch"](function (err) {
|
|
506
|
+
console.error("Error happen when fetch data from " + url, err, _this.props);
|
|
507
|
+
});
|
|
508
|
+
};
|
|
509
|
+
};
|
|
510
|
+
_this.deleteCallback = function (key) {
|
|
511
|
+
var dataSource = _this.state.dataSource;
|
|
512
|
+
var index = dataSource.findIndex(function (item) {
|
|
513
|
+
return item.value === key;
|
|
514
|
+
});
|
|
515
|
+
var item = dataSource[index];
|
|
516
|
+
if (item.value === _this.props.value) {
|
|
517
|
+
_this.onChange('');
|
|
518
|
+
}
|
|
519
|
+
dataSource.splice(index, 1);
|
|
520
|
+
_this.setState({
|
|
521
|
+
dataSource: dataSource
|
|
522
|
+
});
|
|
523
|
+
};
|
|
524
|
+
_this.tooltip = function (item) {
|
|
525
|
+
var label = item.label,
|
|
526
|
+
extraLabel = item.extraLabel;
|
|
527
|
+
var className = cls('engine-dropdown-option-text', {
|
|
528
|
+
'ellipsis-right': get(_this.props, 'content.datasource.ellipsis_position') === 'right'
|
|
529
|
+
});
|
|
530
|
+
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
531
|
+
align: "t",
|
|
532
|
+
trigger: /*#__PURE__*/React.createElement("div", {
|
|
533
|
+
className: className
|
|
534
|
+
}, label, extraLabel && extraLabel !== label ? "(" + extraLabel + ")" : ''),
|
|
535
|
+
popupContainer: function popupContainer() {
|
|
536
|
+
return document.querySelector('.common-select-popup');
|
|
537
|
+
}
|
|
538
|
+
}, label, extraLabel && extraLabel !== label ? "(" + extraLabel + ")" : '');
|
|
539
|
+
};
|
|
540
|
+
_this.text = function (item, labelWithValue) {
|
|
541
|
+
if (labelWithValue === void 0) {
|
|
542
|
+
labelWithValue = false;
|
|
543
|
+
}
|
|
544
|
+
var label = item.label,
|
|
545
|
+
extraLabel = item.extraLabel,
|
|
546
|
+
icon = item.icon,
|
|
547
|
+
value = item.value;
|
|
548
|
+
var strExtraLabel = "(" + extraLabel + ")";
|
|
549
|
+
var text = "" + label + (extraLabel && extraLabel !== label ? strExtraLabel : '');
|
|
550
|
+
var className = cls('field-dropdown', {
|
|
551
|
+
icon: icon,
|
|
552
|
+
'ellipsis-right': get(_this.props, 'content.datasource.ellipsis_position') === 'right'
|
|
553
|
+
});
|
|
554
|
+
var trigger = /*#__PURE__*/React.createElement("div", {
|
|
555
|
+
className: className
|
|
556
|
+
}, icon, /*#__PURE__*/React.createElement("span", {
|
|
557
|
+
className: "field-dropdown-text"
|
|
558
|
+
}, text, labelWithValue ? " (" + value + ") " : ''));
|
|
559
|
+
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
560
|
+
align: "t",
|
|
561
|
+
popupContainer: function popupContainer() {
|
|
562
|
+
return document.querySelector('.common-select-popup');
|
|
563
|
+
},
|
|
564
|
+
trigger: trigger
|
|
565
|
+
}, text);
|
|
566
|
+
};
|
|
567
|
+
_this.state = {
|
|
568
|
+
dataSource: [],
|
|
569
|
+
canDelete: true,
|
|
570
|
+
canView: true,
|
|
571
|
+
canEdit: true,
|
|
572
|
+
dialogRequesting: false,
|
|
573
|
+
dialogType: 'add',
|
|
574
|
+
loading: '',
|
|
575
|
+
isTextInput: false,
|
|
576
|
+
firstFlag: true,
|
|
577
|
+
footerVisible: true,
|
|
578
|
+
createPackagesFlag: false,
|
|
579
|
+
initData: false,
|
|
580
|
+
scKey: 0
|
|
581
|
+
};
|
|
582
|
+
|
|
583
|
+
// 延时处理锁
|
|
584
|
+
_this.timeout = null;
|
|
585
|
+
_this.field = new Field(_this);
|
|
586
|
+
var _this$props3 = _this.props,
|
|
587
|
+
_content = _this$props3.content,
|
|
588
|
+
createableButton = _this$props3.createableButton;
|
|
589
|
+
var _ref3 = _content || {},
|
|
590
|
+
_createable = _ref3.datasource.createable;
|
|
591
|
+
if (scGrayEnable && (_createable === null || _createable === void 0 ? void 0 : _createable.component) === 'addServiceConnection' && (_createable === null || _createable === void 0 ? void 0 : _createable.scType) === 'PACKAGES') {
|
|
592
|
+
// 微组件只在首次渲染时加载
|
|
593
|
+
_this.createBtn = createableButton(true);
|
|
594
|
+
}
|
|
595
|
+
return _this;
|
|
596
|
+
}
|
|
597
|
+
_inheritsLoose(Dropdown, _Component);
|
|
598
|
+
var _proto = Dropdown.prototype;
|
|
599
|
+
_proto.componentDidMount = function componentDidMount() {
|
|
600
|
+
var _this$props$content,
|
|
601
|
+
_this2 = this;
|
|
602
|
+
this.props.onRef(this);
|
|
603
|
+
var _ref4 = ((_this$props$content = this.props.content) === null || _this$props$content === void 0 ? void 0 : _this$props$content.datasource) || {},
|
|
604
|
+
createable = _ref4.createable,
|
|
605
|
+
type = _ref4.type;
|
|
606
|
+
var _this$props4 = this.props,
|
|
607
|
+
value = _this$props4.value,
|
|
608
|
+
parentVisible = _this$props4.parentVisible,
|
|
609
|
+
_this$props4$content$ = _this$props4.content.multiple,
|
|
610
|
+
multiple = _this$props4$content$ === void 0 ? false : _this$props4$content$;
|
|
611
|
+
// 多选空值状态为空数组
|
|
612
|
+
if (!value && multiple) {
|
|
613
|
+
this.onChange([]);
|
|
614
|
+
}
|
|
615
|
+
if (!parentVisible && type === 'remote') return;
|
|
616
|
+
// 服务连接默认选中
|
|
617
|
+
if (scGrayEnable && (createable === null || createable === void 0 ? void 0 : createable.component) === 'addServiceConnection' && !value) {
|
|
618
|
+
return this.getDataSource('', true, function () {
|
|
619
|
+
return _this2.setState({
|
|
620
|
+
initData: true
|
|
621
|
+
});
|
|
622
|
+
});
|
|
623
|
+
} else {
|
|
624
|
+
this.getDataSource();
|
|
625
|
+
}
|
|
626
|
+
this.setState({
|
|
627
|
+
initData: true
|
|
628
|
+
});
|
|
629
|
+
};
|
|
630
|
+
_proto.componentDidUpdate = function componentDidUpdate() {
|
|
631
|
+
// 多选空值状态为空数组
|
|
632
|
+
var _this$props5 = this.props,
|
|
633
|
+
value = _this$props5.value,
|
|
634
|
+
_this$props5$content$ = _this$props5.content.multiple,
|
|
635
|
+
multiple = _this$props5$content$ === void 0 ? false : _this$props5$content$;
|
|
636
|
+
if (!value && multiple) {
|
|
637
|
+
this.onChange([]);
|
|
638
|
+
}
|
|
639
|
+
};
|
|
640
|
+
_proto.UNSAFE_componentWillReceiveProps = function UNSAFE_componentWillReceiveProps(nextProps) {
|
|
641
|
+
var _this$props$content2,
|
|
642
|
+
_this3 = this;
|
|
643
|
+
var initData = this.state.initData,
|
|
644
|
+
value = this.props.value;
|
|
645
|
+
var _ref5 = ((_this$props$content2 = this.props.content) === null || _this$props$content2 === void 0 ? void 0 : _this$props$content2.datasource) || {},
|
|
646
|
+
createable = _ref5.createable;
|
|
647
|
+
if (nextProps.parentVisible && !initData) {
|
|
648
|
+
if (scGrayEnable && (createable === null || createable === void 0 ? void 0 : createable.component) === 'addServiceConnection' && !value) {
|
|
649
|
+
return this.getDataSource('', true, function () {
|
|
650
|
+
return _this3.setState({
|
|
651
|
+
initData: true
|
|
652
|
+
});
|
|
653
|
+
});
|
|
654
|
+
} else {
|
|
655
|
+
this.getDataSource();
|
|
656
|
+
}
|
|
657
|
+
this.setState({
|
|
658
|
+
initData: true
|
|
659
|
+
});
|
|
660
|
+
}
|
|
661
|
+
};
|
|
662
|
+
_proto.evalCondition = function evalCondition(str, defaultValue) {
|
|
663
|
+
if (str) {
|
|
664
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
665
|
+
var _this$props6 = this.props,
|
|
666
|
+
identifier = _this$props6.identifier,
|
|
667
|
+
field = _this$props6.field;
|
|
668
|
+
var conditionExpress = str.replace(/\${([^}]*)}/g, function () {
|
|
669
|
+
return "field.getValue('" + identifier + "__" + (arguments.length <= 1 ? undefined : arguments[1]) + "')";
|
|
670
|
+
});
|
|
671
|
+
var result;
|
|
672
|
+
try {
|
|
673
|
+
// eslint-disable-next-line no-eval
|
|
674
|
+
result = eval(conditionExpress);
|
|
675
|
+
} catch (err) {
|
|
676
|
+
console.error(false, 'condition error', err);
|
|
677
|
+
return defaultValue;
|
|
678
|
+
}
|
|
679
|
+
return result;
|
|
680
|
+
}
|
|
681
|
+
return defaultValue;
|
|
682
|
+
};
|
|
683
|
+
_proto.render = function render() {
|
|
684
|
+
var _this4 = this;
|
|
685
|
+
var _this$state = this.state,
|
|
686
|
+
dataSource = _this$state.dataSource,
|
|
687
|
+
canDelete = _this$state.canDelete,
|
|
688
|
+
canEdit = _this$state.canEdit,
|
|
689
|
+
canView = _this$state.canView;
|
|
690
|
+
// eslint-disable-next-line no-unused-vars
|
|
691
|
+
var _this$props7 = this.props,
|
|
692
|
+
content = _this$props7.content,
|
|
693
|
+
fieldName = _this$props7.fieldName,
|
|
694
|
+
onRef = _this$props7.onRef,
|
|
695
|
+
createableButton = _this$props7.createableButton,
|
|
696
|
+
restProps = _objectWithoutPropertiesLoose(_this$props7, _excluded);
|
|
697
|
+
var _ref6 = content || {},
|
|
698
|
+
contentDatasource = _ref6.datasource,
|
|
699
|
+
_ref6$multiple = _ref6.multiple,
|
|
700
|
+
multiple = _ref6$multiple === void 0 ? false : _ref6$multiple;
|
|
701
|
+
var _ref7 = contentDatasource || {},
|
|
702
|
+
_ref7$searchable = _ref7.searchable,
|
|
703
|
+
searchable = _ref7$searchable === void 0 ? false : _ref7$searchable,
|
|
704
|
+
_ref7$filterLocal = _ref7.filterLocal,
|
|
705
|
+
filterLocal = _ref7$filterLocal === void 0 ? true : _ref7$filterLocal,
|
|
706
|
+
_ref7$labelWithValue = _ref7.labelWithValue,
|
|
707
|
+
labelWithValue = _ref7$labelWithValue === void 0 ? false : _ref7$labelWithValue;
|
|
708
|
+
var customProps = _extends({
|
|
709
|
+
filterLocal: filterLocal,
|
|
710
|
+
showSearch: searchable,
|
|
711
|
+
mode: multiple ? 'multiple' : 'single'
|
|
712
|
+
}, searchable ? {
|
|
713
|
+
onSearch: function onSearch(searchKey) {
|
|
714
|
+
return _this4.getDataSource(searchKey);
|
|
715
|
+
},
|
|
716
|
+
onFocus: this.getDataSource
|
|
717
|
+
} : {
|
|
718
|
+
filter: function filter(keyword, _ref8) {
|
|
719
|
+
var value = _ref8.value,
|
|
720
|
+
title = _ref8.title;
|
|
721
|
+
return keyword ? String(value).includes(keyword) || String(title).includes(keyword) : true;
|
|
722
|
+
}
|
|
723
|
+
});
|
|
724
|
+
var _ref9 = contentDatasource || {},
|
|
725
|
+
createable = _ref9.createable,
|
|
726
|
+
editable = _ref9.editable,
|
|
727
|
+
viewable = _ref9.viewable,
|
|
728
|
+
deleteable = _ref9.deleteable;
|
|
729
|
+
|
|
730
|
+
// const optionsDisabledInfo = dataSource.map(v => {
|
|
731
|
+
// return {
|
|
732
|
+
// value: v.value,
|
|
733
|
+
// disabled: this.evalCondition(v.__itemRawData?.optionDisabledCondition, false),
|
|
734
|
+
// };
|
|
735
|
+
// });
|
|
736
|
+
|
|
737
|
+
// if (optionsDisabledInfo.find(v => v.value === this.props.value)?.disabled) {
|
|
738
|
+
// // 如果当前选项不可用,自动选择第一个可用的。
|
|
739
|
+
// const firstUseable = optionsDisabledInfo.find((v) => !v.disabled);
|
|
740
|
+
// if (firstUseable) {
|
|
741
|
+
// setTimeout(() => {
|
|
742
|
+
// this.onChange(firstUseable.value);
|
|
743
|
+
// }, 100);
|
|
744
|
+
// }
|
|
745
|
+
// }
|
|
746
|
+
|
|
747
|
+
var optionRender = function optionRender(item) {
|
|
748
|
+
var _content$datasource2, _hintContent$message, _item$__itemRawData;
|
|
749
|
+
var hintContent = (((_content$datasource2 = content.datasource) === null || _content$datasource2 === void 0 ? void 0 : _content$datasource2.optionHints) || []).find(function (hintItem) {
|
|
750
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
751
|
+
var DATA_ITEM = item.__itemRawData;
|
|
752
|
+
// eslint-disable-next-line no-eval
|
|
753
|
+
return eval(hintItem.forOptionItem);
|
|
754
|
+
});
|
|
755
|
+
var optionHint = hintContent !== null && hintContent !== void 0 && hintContent.message ? /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Balloon, {
|
|
756
|
+
type: "primary",
|
|
757
|
+
trigger: /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
758
|
+
style: {
|
|
759
|
+
color: 'var(--message-warning-color-icon-addon,#e28200)'
|
|
760
|
+
},
|
|
761
|
+
type: "warning-fill"
|
|
762
|
+
}),
|
|
763
|
+
closable: false,
|
|
764
|
+
triggerType: "hover",
|
|
765
|
+
align: "tl",
|
|
766
|
+
followTrigger: "true",
|
|
767
|
+
popupStyle: {
|
|
768
|
+
whiteSpace: 'normal',
|
|
769
|
+
lineHeight: '20px'
|
|
770
|
+
}
|
|
771
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
772
|
+
// eslint-disable-next-line react/no-danger
|
|
773
|
+
dangerouslySetInnerHTML: {
|
|
774
|
+
__html: (_hintContent$message = hintContent.message) === null || _hintContent$message === void 0 ? void 0 : _hintContent$message.replace('<a', '<a class="engine-help-link" target="_blank" ')
|
|
775
|
+
}
|
|
776
|
+
}))) : null;
|
|
777
|
+
var optionDisabledConditionResult = _this4.evalCondition((_item$__itemRawData = item.__itemRawData) === null || _item$__itemRawData === void 0 ? void 0 : _item$__itemRawData.optionDisabledCondition, false);
|
|
778
|
+
return /*#__PURE__*/React.createElement(Option, {
|
|
779
|
+
key: item.key || item.value,
|
|
780
|
+
value: item.key || item.value,
|
|
781
|
+
disabled: item.disabled || optionDisabledConditionResult,
|
|
782
|
+
title: item.label
|
|
783
|
+
}, deleteable && canDelete || editable && canEdit || viewable && canView ? _this4.tooltip(item) : _this4.text(item, labelWithValue), /*#__PURE__*/React.createElement("div", {
|
|
784
|
+
style: {
|
|
785
|
+
display: 'flex',
|
|
786
|
+
alignItems: 'center'
|
|
787
|
+
},
|
|
788
|
+
onClick: function onClick(e) {
|
|
789
|
+
return e.stopPropagation();
|
|
790
|
+
}
|
|
791
|
+
}, deleteable && canDelete && /*#__PURE__*/React.createElement(Button, {
|
|
792
|
+
text: true,
|
|
793
|
+
size: "small",
|
|
794
|
+
type: "primary",
|
|
795
|
+
className: "engine-dropdown-option-item",
|
|
796
|
+
onClick: _this4.deleteItem((item === null || item === void 0 ? void 0 : item.key) || (item === null || item === void 0 ? void 0 : item.value), deleteable === null || deleteable === void 0 ? void 0 : deleteable.url, deleteable === null || deleteable === void 0 ? void 0 : deleteable.paramName)
|
|
797
|
+
}, intl.get({
|
|
798
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.Delete',
|
|
799
|
+
defaultMessage: '删除'
|
|
800
|
+
})), scGrayEnable && (createable === null || createable === void 0 ? void 0 : createable.component) === 'addServiceConnection' ? item.viewable && /*#__PURE__*/React.createElement(CreateServiceConnection, {
|
|
801
|
+
key: item.uuid + item.gmtModified + "-view" + _this4.state.scKey,
|
|
802
|
+
mode: "view",
|
|
803
|
+
info: item,
|
|
804
|
+
btnStyle: {
|
|
805
|
+
marginLeft: 8
|
|
806
|
+
}
|
|
807
|
+
}) : viewable && (canView || item.viewable) && /*#__PURE__*/React.createElement(Button, {
|
|
808
|
+
size: "small",
|
|
809
|
+
type: "primary",
|
|
810
|
+
className: "engine-dropdown-option-item",
|
|
811
|
+
text: true,
|
|
812
|
+
onClick: _this4.showItem((item === null || item === void 0 ? void 0 : item.key) || (item === null || item === void 0 ? void 0 : item.value), viewable === null || viewable === void 0 ? void 0 : viewable.url, viewable === null || viewable === void 0 ? void 0 : viewable.paramName)
|
|
813
|
+
}, intl.get({
|
|
814
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.See',
|
|
815
|
+
defaultMessage: '查看'
|
|
816
|
+
})), scGrayEnable && (createable === null || createable === void 0 ? void 0 : createable.component) === 'addServiceConnection' ? item.editable && /*#__PURE__*/React.createElement(CreateServiceConnection, {
|
|
817
|
+
onViewEditDialogClose: function onViewEditDialogClose() {
|
|
818
|
+
_this4.setState({
|
|
819
|
+
scKey: Date.now()
|
|
820
|
+
});
|
|
821
|
+
},
|
|
822
|
+
key: item.authId + item.connectionName + item.label + "-edit" + _this4.state.scKey,
|
|
823
|
+
mode: "edit",
|
|
824
|
+
info: item,
|
|
825
|
+
onSuccess: _this4.getDataSource,
|
|
826
|
+
btnStyle: {
|
|
827
|
+
marginLeft: 8
|
|
828
|
+
}
|
|
829
|
+
}) : editable && (canEdit || item.editable) && /*#__PURE__*/React.createElement(Button, {
|
|
830
|
+
size: "small",
|
|
831
|
+
type: "primary",
|
|
832
|
+
className: "engine-dropdown-option-item",
|
|
833
|
+
text: true,
|
|
834
|
+
onClick: _this4.editItem((item === null || item === void 0 ? void 0 : item.key) || (item === null || item === void 0 ? void 0 : item.value), viewable === null || viewable === void 0 ? void 0 : viewable.url, viewable === null || viewable === void 0 ? void 0 : viewable.paramName)
|
|
835
|
+
}, intl.get({
|
|
836
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.Editing',
|
|
837
|
+
defaultMessage: '编辑'
|
|
838
|
+
}))), optionHint);
|
|
839
|
+
};
|
|
840
|
+
var options;
|
|
841
|
+
var needGroup = dataSource.some(function (item) {
|
|
842
|
+
var _item$__itemRawData2;
|
|
843
|
+
return (_item$__itemRawData2 = item.__itemRawData) === null || _item$__itemRawData2 === void 0 ? void 0 : _item$__itemRawData2.optionGroup;
|
|
844
|
+
});
|
|
845
|
+
if (!needGroup) {
|
|
846
|
+
options = dataSource.map(optionRender);
|
|
847
|
+
} else {
|
|
848
|
+
// 分组
|
|
849
|
+
var grouped = groupBy(dataSource, function (item) {
|
|
850
|
+
return item.__itemRawData.optionGroup;
|
|
851
|
+
});
|
|
852
|
+
options = Object.entries(grouped).map(function (_ref10) {
|
|
853
|
+
var groupKey = _ref10[0],
|
|
854
|
+
group = _ref10[1];
|
|
855
|
+
var label = groupKey === 'undefined' ? intl.get({
|
|
856
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.NotGrouped',
|
|
857
|
+
defaultMessage: '未分组'
|
|
858
|
+
}) : groupKey;
|
|
859
|
+
return /*#__PURE__*/React.createElement(Select.OptionGroup, {
|
|
860
|
+
label: label
|
|
861
|
+
}, group.map(optionRender));
|
|
862
|
+
});
|
|
863
|
+
}
|
|
864
|
+
var DialogTemplate = null;
|
|
865
|
+
if (createable) {
|
|
866
|
+
if (createable.type === 'dialog') {
|
|
867
|
+
DialogTemplate = Dialogs.get(createable.component);
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
var valueRender = function valueRender(item) {
|
|
871
|
+
var label = Array.isArray(item.label) ? item.label[0] : item.label;
|
|
872
|
+
return label;
|
|
873
|
+
};
|
|
874
|
+
var footer = this.getFooter();
|
|
875
|
+
var replacedParamsFromCreateable = function replacedParamsFromCreateable() {
|
|
876
|
+
var _createable$params = createable.params,
|
|
877
|
+
params = _createable$params === void 0 ? {} : _createable$params;
|
|
878
|
+
Object.keys(params).forEach(function (k) {
|
|
879
|
+
var value = params[k];
|
|
880
|
+
var match = value.match(/\$\{[^}]*\}/g);
|
|
881
|
+
if (match) {
|
|
882
|
+
var name = value.replace(/\$\{([^}]*)}/, '$1');
|
|
883
|
+
var paramName = _this4.props.identifier + "__" + name;
|
|
884
|
+
params[k] = "" + _this4.props.field.getValue(paramName) || '';
|
|
885
|
+
}
|
|
886
|
+
});
|
|
887
|
+
return params;
|
|
888
|
+
};
|
|
889
|
+
var dialog = function dialog() {
|
|
890
|
+
if (!createable) {
|
|
891
|
+
return null;
|
|
892
|
+
}
|
|
893
|
+
var params = replacedParamsFromCreateable();
|
|
894
|
+
var isKubeConfigConnection = createable.component === 'kubeConfigConnection';
|
|
895
|
+
return /*#__PURE__*/React.createElement(Dialog, {
|
|
896
|
+
loading: _this4.state.dialogRequesting,
|
|
897
|
+
title: i18n(createable, 'title'),
|
|
898
|
+
visible: _this4.state.createDialogVisible,
|
|
899
|
+
onClose: function onClose() {
|
|
900
|
+
return _this4.setVisible(false);
|
|
901
|
+
},
|
|
902
|
+
footer: footer,
|
|
903
|
+
animation: {
|
|
904
|
+
"in": 'expandInDown',
|
|
905
|
+
out: 'expandOutUp'
|
|
906
|
+
},
|
|
907
|
+
noBodyPadding: isKubeConfigConnection && ['edit', 'view'].includes(_this4.state.dialogType),
|
|
908
|
+
className: isKubeConfigConnection && ['edit', 'view'].includes(_this4.state.dialogType) ? 'kube-config-connection' : '',
|
|
909
|
+
style: isKubeConfigConnection && _this4.state.dialogType === 'edit' ? {
|
|
910
|
+
overflow: 'unset'
|
|
911
|
+
} : {}
|
|
912
|
+
}, /*#__PURE__*/React.createElement(DialogTemplate, _extends({
|
|
913
|
+
onRef: _this4.onRef,
|
|
914
|
+
setVisible: _this4.setVisible,
|
|
915
|
+
deleteCallback: _this4.deleteCallback,
|
|
916
|
+
field: _this4.field
|
|
917
|
+
}, params, {
|
|
918
|
+
createable: createable,
|
|
919
|
+
dialogType: _this4.state.dialogType,
|
|
920
|
+
viewData: _this4.state.viewData,
|
|
921
|
+
setFooterVisible: function setFooterVisible(visible) {
|
|
922
|
+
return _this4.setState({
|
|
923
|
+
footerVisible: visible
|
|
924
|
+
});
|
|
925
|
+
}
|
|
926
|
+
})));
|
|
927
|
+
};
|
|
928
|
+
if (scGrayEnable && (createable === null || createable === void 0 ? void 0 : createable.component) === 'addServiceConnection' && (createable === null || createable === void 0 ? void 0 : createable.scType) === 'PACKAGES') {
|
|
929
|
+
var getLabel = function getLabel() {
|
|
930
|
+
var connection = dataSource.find(function (c) {
|
|
931
|
+
return c.id === restProps.value;
|
|
932
|
+
});
|
|
933
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
934
|
+
className: "menu-label"
|
|
935
|
+
}, /*#__PURE__*/React.createElement(Title, {
|
|
936
|
+
trigger: (connection === null || connection === void 0 ? void 0 : connection.connectionName) || intl.get({
|
|
937
|
+
id: 'rdc-tb-cd-assets.pipeline-source.credential-form-item.PleaseSelectAConnection',
|
|
938
|
+
defaultMessage: '请选择服务连接'
|
|
939
|
+
}),
|
|
940
|
+
align: "t"
|
|
941
|
+
}, (connection === null || connection === void 0 ? void 0 : connection.connectionName) || intl.get({
|
|
942
|
+
id: 'rdc-tb-cd-assets.pipeline-source.credential-form-item.PleaseSelectAConnection',
|
|
943
|
+
defaultMessage: '请选择服务连接'
|
|
944
|
+
})));
|
|
945
|
+
};
|
|
946
|
+
var getBindingActions = function getBindingActions() {
|
|
947
|
+
if (getFeature('do.not.ini.packages.user.and.repo')) {
|
|
948
|
+
console.log('not init is true1');
|
|
949
|
+
return [exceed.fetch({
|
|
950
|
+
api: 'Packages.binding'
|
|
951
|
+
})];
|
|
952
|
+
}
|
|
953
|
+
console.log('not init is not true1');
|
|
954
|
+
return [exceed.fetch({
|
|
955
|
+
api: 'Packages.initRepoAndUser'
|
|
956
|
+
}), exceed.fetch({
|
|
957
|
+
api: 'Packages.binding'
|
|
958
|
+
})];
|
|
959
|
+
};
|
|
960
|
+
var createPackagesConnection = /*#__PURE__*/function () {
|
|
961
|
+
var _ref11 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
962
|
+
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
963
|
+
while (1) switch (_context.prev = _context.next) {
|
|
964
|
+
case 0:
|
|
965
|
+
_context.next = 2;
|
|
966
|
+
return Promise.all(getBindingActions());
|
|
967
|
+
case 2:
|
|
968
|
+
_this4.getDataSource(null, true);
|
|
969
|
+
case 3:
|
|
970
|
+
case "end":
|
|
971
|
+
return _context.stop();
|
|
972
|
+
}
|
|
973
|
+
}, _callee);
|
|
974
|
+
}));
|
|
975
|
+
return function createPackagesConnection() {
|
|
976
|
+
return _ref11.apply(this, arguments);
|
|
977
|
+
};
|
|
978
|
+
}();
|
|
979
|
+
if (dataSource.length === 0 && !this.state.createPackagesFlag && !restProps.value && this.state.initData) {
|
|
980
|
+
createPackagesConnection();
|
|
981
|
+
this.setState({
|
|
982
|
+
createPackagesFlag: true
|
|
983
|
+
});
|
|
984
|
+
}
|
|
985
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
986
|
+
className: "connection-layout-header"
|
|
987
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
988
|
+
className: "left",
|
|
989
|
+
style: {
|
|
990
|
+
width: 220
|
|
991
|
+
}
|
|
992
|
+
}, /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
993
|
+
type: "member-line"
|
|
994
|
+
}), /*#__PURE__*/React.createElement(MenuButton, {
|
|
995
|
+
text: true,
|
|
996
|
+
popupProps: {
|
|
997
|
+
shouldUpdatePosition: true,
|
|
998
|
+
cache: true
|
|
999
|
+
},
|
|
1000
|
+
popupContainer: function popupContainer(t) {
|
|
1001
|
+
return t.parentNode;
|
|
1002
|
+
},
|
|
1003
|
+
label: getLabel(),
|
|
1004
|
+
disabled: this.props.disabled
|
|
1005
|
+
}, dataSource.length === 0 ? /*#__PURE__*/React.createElement("span", null, intl.get({
|
|
1006
|
+
id: 'rdc-tb-cd-assets.flow-engine.fields.dropdown.Packages.ServiceConnection.empty',
|
|
1007
|
+
defaultMessage: '无选项'
|
|
1008
|
+
})) : dataSource.map(function (c) {
|
|
1009
|
+
return /*#__PURE__*/React.createElement(MenuButton.Item, {
|
|
1010
|
+
key: c.id,
|
|
1011
|
+
value: c.id,
|
|
1012
|
+
onClick: function onClick() {
|
|
1013
|
+
_this4.onChange(c.id);
|
|
1014
|
+
}
|
|
1015
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1016
|
+
className: "menu-btn-option"
|
|
1017
|
+
}, restProps.value === c.id && /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
1018
|
+
className: "active-icon",
|
|
1019
|
+
type: "true-line"
|
|
1020
|
+
}), /*#__PURE__*/React.createElement(Title, {
|
|
1021
|
+
trigger: c.connectionName,
|
|
1022
|
+
align: "t"
|
|
1023
|
+
}, c.connectionName), /*#__PURE__*/React.createElement("div", {
|
|
1024
|
+
style: {
|
|
1025
|
+
display: 'flex',
|
|
1026
|
+
alignItems: 'center',
|
|
1027
|
+
lineHeight: 1
|
|
1028
|
+
},
|
|
1029
|
+
onClick: function onClick(e) {
|
|
1030
|
+
return e.stopPropagation();
|
|
1031
|
+
}
|
|
1032
|
+
}, c.viewable && /*#__PURE__*/React.createElement(CreateServiceConnection, {
|
|
1033
|
+
mode: "view",
|
|
1034
|
+
btnStyle: {
|
|
1035
|
+
marginLeft: 8
|
|
1036
|
+
},
|
|
1037
|
+
info: c
|
|
1038
|
+
}), c.editable && /*#__PURE__*/React.createElement(CreateServiceConnection, {
|
|
1039
|
+
mode: "edit",
|
|
1040
|
+
btnStyle: {
|
|
1041
|
+
marginLeft: 8
|
|
1042
|
+
},
|
|
1043
|
+
info: c,
|
|
1044
|
+
onSuccess: _this4.getDataSource
|
|
1045
|
+
}))));
|
|
1046
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
1047
|
+
className: "right"
|
|
1048
|
+
}, this.createBtn));
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
/**
|
|
1052
|
+
* 在编辑任务模板,渲染 validatorRole 时候,select 的某些 props 组合导致组件库里
|
|
1053
|
+
* 报了 https://legacy.reactjs.org/docs/error-decoder.html/?invariant=185
|
|
1054
|
+
* Maximum update depth exceeded 这个错,似乎是渲染 select 弹层的问题,具体原因不明,
|
|
1055
|
+
* 这里先对这个字段的 select 删掉 container 和 followTrigger 两个属性
|
|
1056
|
+
*/
|
|
1057
|
+
var __isvalidatorRole = this.props.name === 'validatorRole';
|
|
1058
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
1059
|
+
id: "dropdown"
|
|
1060
|
+
}, dialog(), this.props.isTextInput ? /*#__PURE__*/React.createElement(Input, _extends({
|
|
1061
|
+
className: "common-select"
|
|
1062
|
+
}, restProps, {
|
|
1063
|
+
value: restProps.value,
|
|
1064
|
+
onChange: this.onChange
|
|
1065
|
+
}, customProps, {
|
|
1066
|
+
hasClear: true,
|
|
1067
|
+
onFocus: undefined // input 不请求
|
|
1068
|
+
})) : /*#__PURE__*/React.createElement(Select, _extends({
|
|
1069
|
+
popupClassName: "common-select-popup"
|
|
1070
|
+
}, __isvalidatorRole ? omit(restProps, ['container']) : restProps, {
|
|
1071
|
+
value: restProps.value,
|
|
1072
|
+
onChange: function onChange(value, actionType) {
|
|
1073
|
+
var v = actionType === 'clear' ? '' : value;
|
|
1074
|
+
_this4.onChange(v);
|
|
1075
|
+
}
|
|
1076
|
+
}, customProps, {
|
|
1077
|
+
dataSource: dataSource,
|
|
1078
|
+
showSearch: true,
|
|
1079
|
+
onFocus: this.getDataSource,
|
|
1080
|
+
autoWidth: true,
|
|
1081
|
+
valueRender: valueRender
|
|
1082
|
+
}, __isvalidatorRole ? null : {
|
|
1083
|
+
followTrigger: true
|
|
1084
|
+
}, {
|
|
1085
|
+
state: this.state.loading || this.props.state,
|
|
1086
|
+
disabled: this.props.disabled,
|
|
1087
|
+
hasClear: true
|
|
1088
|
+
}), options));
|
|
1089
|
+
};
|
|
1090
|
+
return Dropdown;
|
|
1091
|
+
}(Component);
|
|
1092
|
+
export { getData, getFetchUrl, formatData };
|
|
1093
|
+
export default Dropdown;
|