@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 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" ><svg xmlns="http://www.w3.org/2000/svg"><metadata></metadata><defs><font id="fonteditor" horiz-adv-x="2048"><font-face font-family="SFProMedium" font-weight="500" font-stretch="normal" units-per-em="2048" panose-1="0 0 6 0 0 0 0 0 0 0" ascent="1950" descent="-494" x-height="0" bbox="-64 -494 1948 1950" underline-thickness="145" underline-position="-443" unicode-range="U+0021-2011" /><missing-glyph horiz-adv-x="2048" d="M100 -494 L100 -238 L1948 -238 L1948 -494 L100 -494 ZM100 -56 L100 200 L1948 200 L1948 -56 L100 -56 ZM100 381 L100 637 L1948 637 L1948 381 L100 381 ZM100 819 L100 1075 L1948 1075 L1948 819 L100 819 ZM100 1256 L100 1512 L1948 1512 L1948 1256 L100 1256 ZM100 1694 L100 1950 L1948 1950 L1948 1694 L100 1694 Z" /><glyph glyph-name="exclam" unicode="!" d="M180 1443 L403 1443 L387 478 L196 478 L180 1443 ZM291 -15 Q236 -15 198 22 Q160 59 160 114 Q160 169 198 206 Q236 243 291 243 Q347 243 385 206 Q423 169 423 114 Q423 59 385 22 Q347 -15 291 -15 Z" /><glyph glyph-name="quotedbl" unicode=""" d="M318 915 L125 915 L125 1443 L318 1443 L318 915 ZM725 915 L533 915 L533 1443 L725 1443 L725 915 Z" /><glyph glyph-name="numbersign" unicode="#" d="M625 0 L705 395 L402 395 L322 0 L152 0 L231 395 L0 395 L33 564 L266 564 L332 895 L91 895 L125 1063 L366 1063 L445 1443 L615 1443 L539 1063 L841 1063 L919 1443 L1090 1443 L1013 1063 L1257 1063 L1225 895 L978 895 L910 564 L1164 564 L1132 395 L877 395 L797 0 L625 0 ZM429 556 L743 556 L814 902 L499 902 L429 556 Z" /><glyph glyph-name="dollar" unicode="$" d="M707 -137 L570 -137 L570 -5 Q356 9 229 118.5 Q102 228 101 401 L313 401 Q321 309 389 249 Q457 189 570 176 L570 649 L481 672 Q313 714 223.5 812.5 Q134 911 134 1056 Q134 1227 250 1334.5 Q366 1442 570 1461 L570 1600 L707 1600 L707 1461 Q902 1445 1020.5 1335.5 Q1139 1226 1144 1060 L935 1060 Q932 1145 869 1205.5 Q806 1266 707 1279 L707 832 L800 811 Q987 764 1078 667.5 Q1169 571 1169 416 Q1169 234 1048 124 Q927 14 707 -4 L707 -137 ZM957 396 Q957 485 896.5 540.5 Q836 596 707 623 L707 173 Q826 180 891.5 238.5 Q957 297 957 396 ZM348 1071 Q348 990 405 937 Q462 884 570 861 L570 1279 Q474 1274 411 1215.5 Q348 1157 348 1071 Z" /><glyph glyph-name="percent" unicode="%" d="M588 1365 Q673 1266 673 1100 Q673 934 588 835 Q503 736 361 736 Q218 736 133 835 Q48 934 48 1100 Q48 1266 133 1365 Q218 1464 361 1464 Q503 1464 588 1365 ZM361 877 Q420 877 455 937 Q490 997 490 1101 Q490 1204 455 1264 Q420 1324 361 1324 Q301 1324 266 1264 Q231 1204 231 1101 Q231 997 266 937 Q301 877 361 877 ZM352 0 L154 0 L712 763 L1209 1443 L1406 1443 L863 699 L352 0 ZM1512 347 Q1512 181 1427.5 82 Q1343 -17 1200 -17 Q1057 -17 972.5 82 Q888 181 888 347 Q888 514 972.5 613 Q1057 712 1200 712 Q1343 712 1427.5 613 Q1512 514 1512 347 ZM1105.5 184.5 Q1140 125 1200 125 Q1260 125 1294.5 184.5 Q1329 244 1329 348 Q1329 452 1294.5 511.5 Q1260 571 1200 571 Q1140 571 1105.5 511.5 Q1071 452 1071 348 Q1071 244 1105.5 184.5 Z" /><glyph glyph-name="ampersand" unicode="&" d="M1149 0 L1024 136 Q936 59 816.5 17 Q697 -25 568 -25 Q348 -25 212.5 87.5 Q77 200 77 382 Q77 507 145 603.5 Q213 700 354 776 Q363 781 377.5 788.5 Q392 796 401 800.5 Q410 805 413 806 Q315 909 274.5 985 Q234 1061 234 1140 Q234 1280 342.5 1372.5 Q451 1465 614 1465 Q780 1465 886 1374 Q992 1283 992 1140 Q992 1030 920.5 942 Q849 854 689 769 L1017 416 Q1079 531 1079 759 L1079 814 L1273 814 L1273 753 Q1273 452 1153 273 L1412 0 L1149 0 ZM477 659 Q377 597 333 536 Q289 475 289 398 Q289 286 372 217 Q455 148 589 148 Q679 148 764 181 Q849 214 901 269 L522 683 Q504 674 477 659 ZM579 882 Q697 943 747 999.5 Q797 1056 797 1129 Q797 1207 746.5 1256 Q696 1305 615 1305 Q536 1305 484.5 1255 Q433 1205 433 1128 Q433 1072 466 1017 Q499 962 579 882 Z" /><glyph glyph-name="quotesingle" unicode="'" d="M318 915 L125 915 L125 1443 L318 1443 L318 915 Z" /><glyph glyph-name="parenleft" unicode="(" d="M187 567 Q187 830 258 1045 Q329 1260 476 1443 L666 1443 Q557 1316 483 1065 Q409 814 409 568 Q409 322 483.5 70.5 Q558 -181 666 -308 L476 -308 Q187 51 187 567 Z" /><glyph glyph-name="parenright" unicode=")" d="M517 567 Q517 410 493.5 274 Q470 138 426.5 31.5 Q383 -75 336 -153.5 Q289 -232 228 -308 L38 -308 Q79 -261 121 -181 Q163 -101 203.5 9.5 Q244 120 269.5 267.5 Q295 415 295 568 Q295 721 269.5 868.5 Q244 1016 203.5 1126.5 Q163 1237 120.5 1316.5 Q78 1396 38 1443 L228 1443 Q289 1368 336 1289.5 Q383 1211 426.5 1104.5 Q470 998 493.5 861.5 Q517 725 517 567 Z" /><glyph glyph-name="asterisk" unicode="*" d="M795 868 L556 1024 L571 739 L422 739 L438 1024 L197 867 L125 1002 L377 1125 L126 1249 L198 1381 L437 1228 L423 1510 L572 1510 L557 1228 L795 1382 L869 1249 L615 1124 L869 1001 L795 868 Z" /><glyph glyph-name="plus" unicode="+" d="M734 475 L734 24 L536 24 L536 475 L116 475 L116 670 L536 670 L536 1112 L734 1112 L734 670 L1154 670 L1154 475 L734 475 Z" /><glyph glyph-name="comma" unicode="," d="M260 -297 L88 -297 L178 231 L396 231 L260 -297 Z" /><glyph glyph-name="hyphen" unicode="-‑" d="M772 488 L116 488 L116 683 L772 683 L772 488 Z" /><glyph glyph-name="period" unicode="." d="M362 27 Q324 -11 269 -11 Q214 -11 176 27 Q138 65 138 120 Q138 175 176 213 Q214 251 269 251 Q324 251 362 213 Q400 175 400 120 Q400 65 362 27 Z" /><glyph glyph-name="slash" unicode="/" d="M192 -308 L0 -308 L512 1443 L704 1443 L192 -308 Z" /><glyph glyph-name="zero" unicode="0" d="M1041.5 175 Q896 -27 638 -27 Q380 -27 233.5 174.5 Q87 376 87 723 Q87 1067 234 1268.5 Q381 1470 638 1470 Q895 1470 1041 1269.5 Q1187 1069 1187 724 Q1187 377 1041.5 175 ZM399 310.5 Q484 161 638 161 Q792 161 876.5 310.5 Q961 460 961 723 Q961 983 875.5 1132.5 Q790 1282 638 1282 Q486 1282 400 1132 Q314 982 314 723 Q314 460 399 310.5 Z" /><glyph glyph-name="one" unicode="1" d="M477 0 L477 1221 L472 1221 L95 953 L95 1173 L475 1443 L696 1443 L696 0 L477 0 Z" /><glyph glyph-name="two" unicode="2" d="M100 1020 Q100 1215 240.5 1342.5 Q381 1470 596 1470 Q802 1470 939 1354 Q1076 1238 1076 1066 Q1076 945 1009 836.5 Q942 728 775 557 L414 194 L414 189 L1099 189 L1099 0 L112 0 L112 152 L633 683 Q765 821 810 895.5 Q855 970 855 1055 Q855 1151 778 1218 Q701 1285 589 1285 Q471 1285 391.5 1209.5 Q312 1134 312 1021 L312 1018 L100 1018 L100 1020 Z" /><glyph glyph-name="three" unicode="3" d="M426 653 L426 829 L600 829 Q716 829 789.5 895 Q863 961 863 1063 Q863 1166 794.5 1226 Q726 1286 600 1286 Q483 1286 410 1223.5 Q337 1161 327 1054 L116 1054 Q129 1244 262.5 1357 Q396 1470 610 1470 Q816 1470 949 1364.5 Q1082 1259 1082 1093 Q1082 959 1001 867.5 Q920 776 785 752 L785 748 Q949 737 1045.5 643 Q1142 549 1142 398 Q1142 211 991 92 Q840 -27 612 -27 Q381 -27 239.5 88.5 Q98 204 87 393 L302 393 Q313 288 395.5 224 Q478 160 612 160 Q744 160 829 227.5 Q914 295 914 401 Q914 518 831.5 585.5 Q749 653 606 653 L426 653 Z" /><glyph glyph-name="four" unicode="4" d="M798 0 L798 285 L76 285 L76 481 Q250 809 689 1443 L1013 1443 L1013 473 L1211 473 L1211 285 L1013 285 L1013 0 L798 0 ZM285 475 L285 470 L800 470 L800 1270 L796 1270 Q438 753 285 475 Z" /><glyph glyph-name="five" unicode="5" d="M629 -27 Q413 -27 270 92.5 Q127 212 117 401 L331 401 Q343 294 426.5 227 Q510 160 631 160 Q767 160 853 246 Q939 332 939 468 Q939 604 853.5 691.5 Q768 779 633 779 Q539 779 462.5 738.5 Q386 698 344 627 L139 627 L215 1443 L1074 1443 L1074 1254 L395 1254 L355 811 L360 811 Q408 880 492.5 918.5 Q577 957 682 957 Q890 957 1024 820.5 Q1158 684 1158 474 Q1158 252 1010.5 112.5 Q863 -27 629 -27 Z" /><glyph glyph-name="six" unicode="6" d="M655 -28 Q495 -28 371.5 51 Q248 130 177 276 Q88 449 88 702 Q88 1064 241 1267.5 Q394 1471 665 1471 Q856 1471 992.5 1366 Q1129 1261 1162 1088 L938 1088 Q912 1177 837 1230 Q762 1283 663 1283 Q492 1283 398 1134.5 Q304 986 303 714 L307 714 Q355 820 462 884 Q569 948 703 948 Q909 948 1045.5 812 Q1182 676 1182 471 Q1182 254 1033 113 Q884 -28 655 -28 ZM653 161 Q781 161 870 249 Q959 337 959 464 Q959 595 873.5 680 Q788 765 655 765 Q523 765 435.5 680.5 Q348 596 348 468 Q348 339 436 250 Q524 161 653 161 Z" /><glyph glyph-name="seven" unicode="7" d="M192 0 L833 1249 L833 1254 L72 1254 L72 1443 L1054 1443 L1054 1249 L427 0 L192 0 Z" /><glyph glyph-name="eight" unicode="8" d="M633 -27 Q392 -27 239.5 90 Q87 207 87 390 Q87 527 175.5 629 Q264 731 408 761 L408 766 Q288 799 216.5 886.5 Q145 974 145 1090 Q145 1254 283 1362 Q421 1470 633 1470 Q846 1470 983 1362.5 Q1120 1255 1120 1089 Q1120 975 1049 888 Q978 801 858 766 L858 761 Q1002 731 1090.5 629 Q1179 527 1179 390 Q1179 206 1026 89.5 Q873 -27 633 -27 ZM406.5 224.5 Q495 153 633 153 Q771 153 859 224.5 Q947 296 947 406 Q947 518 859 589.5 Q771 661 633 661 Q495 661 406.5 589 Q318 517 318 406 Q318 296 406.5 224.5 ZM633 841 Q749 841 824 904.5 Q899 968 899 1066 Q899 1165 824.5 1228.5 Q750 1292 633 1292 Q516 1292 441.5 1228.5 Q367 1165 367 1066 Q367 967 441.5 904 Q516 841 633 841 Z" /><glyph glyph-name="nine" unicode="9" d="M596 -27 Q404 -27 266.5 78.5 Q129 184 97 356 L322 356 Q348 267 423.5 213 Q499 159 599 159 Q768 159 862 309 Q956 459 956 731 L952 731 Q908 624 801 559.5 Q694 495 556 495 Q350 495 213.5 631 Q77 767 77 972 Q77 1189 226 1330 Q375 1471 604 1471 Q764 1471 888.5 1392.5 Q1013 1314 1083 1168 Q1172 995 1172 742 Q1172 380 1019.5 176.5 Q867 -27 596 -27 ZM604 678 Q737 678 825 762.5 Q913 847 913 975 Q913 1103 824.5 1191.5 Q736 1280 607 1280 Q478 1280 389 1192.5 Q300 1105 300 979 Q300 849 386.5 763.5 Q473 678 604 678 Z" /><glyph glyph-name="colon" unicode=":" d="M362 27 Q324 -11 269 -11 Q214 -11 176 27 Q138 65 138 120 Q138 175 176 213 Q214 251 269 251 Q324 251 362 213 Q400 175 400 120 Q400 65 362 27 ZM362 756 Q324 718 269 718 Q214 718 176 756 Q138 794 138 849 Q138 904 176 942 Q214 980 269 980 Q324 980 362 942 Q400 904 400 849 Q400 794 362 756 Z" /><glyph glyph-name="semicolon" unicode=";" d="M362 756 Q324 718 269 718 Q214 718 176 756 Q138 794 138 849 Q138 904 176 942 Q214 980 269 980 Q324 980 362 942 Q400 904 400 849 Q400 794 362 756 ZM258 -297 L86 -297 L175 231 L394 231 L258 -297 Z" /><glyph glyph-name="less" unicode="<" d="M1088 953 L399 582 L399 573 L1088 220 L1088 -4 L182 486 L182 658 L1088 1177 L1088 953 Z" /><glyph glyph-name="equal" unicode="=" d="M1136 272 L134 272 L134 461 L1136 461 L1136 272 ZM1136 685 L134 685 L134 874 L1136 874 L1136 685 Z" /><glyph glyph-name="greater" unicode=">" d="M182 954 L182 1178 L1088 659 L1088 487 L182 -3 L182 221 L871 574 L871 583 L182 954 Z" /><glyph glyph-name="question" unicode="?" d="M55 1056 Q62 1233 180.5 1344 Q299 1455 509 1455 Q705 1455 828 1350.5 Q951 1246 951 1084 Q951 867 741 741 Q645 684 610 635.5 Q575 587 575 509 L575 448 L368 448 L367 528 Q363 632 409.5 705 Q456 778 560 841 Q652 896 688 947 Q724 998 724 1075 Q724 1161 662 1216 Q600 1271 498 1271 Q395 1271 332 1213 Q269 1155 262 1056 L55 1056 ZM473 -15 Q418 -15 380 22 Q342 59 342 114 Q342 169 380 206 Q418 243 473 243 Q529 243 567 206 Q605 169 605 114 Q605 59 567 22 Q529 -15 473 -15 Z" /><glyph glyph-name="at" unicode="@" d="M890 863 Q798 863 745.5 793.5 Q693 724 693 600 Q693 478 745.5 407.5 Q798 337 889 337 Q984 337 1040 408 Q1096 479 1096 600 Q1096 721 1040.5 792 Q985 863 890 863 ZM925 1440 Q1157 1440 1339.5 1348.5 Q1522 1257 1625 1088.5 Q1728 920 1728 702 Q1728 461 1625.5 317.5 Q1523 174 1346 174 Q1257 174 1192.5 219.5 Q1128 265 1116 338 L1106 338 Q1075 262 1010 221.5 Q945 181 857 181 Q701 181 605 298 Q509 415 509 605 Q509 787 605 901.5 Q701 1016 853 1016 Q933 1016 999 977.5 Q1065 939 1093 875 L1104 875 L1104 996 L1273 996 L1273 428 Q1273 377 1300 347 Q1327 317 1380 317 Q1465 317 1518.5 418 Q1572 519 1572 697 Q1572 969 1390 1135.5 Q1208 1302 914 1302 Q722 1302 570 1213 Q418 1124 333 963.5 Q248 803 248 600 Q248 384 339 226.5 Q430 69 587 -10 Q744 -89 948 -89 Q1158 -89 1261 -46 L1261 -184 Q1127 -228 941 -228 Q756 -228 600 -171.5 Q444 -115 331 -10 Q218 95 155 253 Q92 411 92 606 Q92 852 197.5 1042 Q303 1232 492.5 1336 Q682 1440 925 1440 Z" /><glyph glyph-name="A" unicode="a" d="M1073 0 L941 390 L391 390 L259 0 L26 0 L547 1443 L789 1443 L1310 0 L1073 0 ZM663 1203 L448 570 L884 570 L669 1203 L663 1203 Z" /><glyph glyph-name="B" unicode="b" d="M712 0 L133 0 L133 1443 L709 1443 Q901 1443 1017 1344.5 Q1133 1246 1133 1083 Q1133 968 1058.5 877.5 Q984 787 876 769 L876 761 Q1024 744 1114 647.5 Q1204 551 1204 408 Q1204 217 1073 108.5 Q942 0 712 0 ZM357 1260 L357 829 L608 829 Q753 829 831 887 Q909 945 909 1052 Q909 1152 843 1206 Q777 1260 655 1260 L357 1260 ZM357 183 L666 183 Q817 183 896 244 Q975 305 975 422 Q975 658 653 658 L357 658 L357 183 Z" /><glyph glyph-name="C" unicode="c" d="M742 -24 Q438 -24 259.5 177 Q81 378 81 722 Q81 1064 260 1265.5 Q439 1467 742 1467 Q988 1467 1157 1328.5 Q1326 1190 1354 965 L1132 965 Q1102 1104 995.5 1187.5 Q889 1271 742 1271 Q545 1271 427.5 1121.5 Q310 972 310 722 Q310 469 427 320.5 Q544 172 743 172 Q893 172 995.5 245 Q1098 318 1132 449 L1355 449 Q1314 225 1152.5 100.5 Q991 -24 742 -24 Z" /><glyph glyph-name="D" unicode="d" d="M133 1443 L642 1443 Q964 1443 1144.5 1254 Q1325 1065 1325 724 Q1325 382 1145 191 Q965 0 642 0 L133 0 L133 1443 ZM357 1250 L357 194 L621 194 Q851 194 973.5 330 Q1096 466 1096 722 Q1096 977 973 1113.5 Q850 1250 621 1250 L357 1250 Z" /><glyph glyph-name="E" unicode="e" d="M1049 194 L1049 0 L133 0 L133 1443 L1049 1443 L1049 1250 L357 1250 L357 828 L1012 828 L1012 642 L357 642 L357 194 L1049 194 Z" /><glyph glyph-name="F" unicode="f" d="M357 0 L133 0 L133 1443 L1034 1443 L1034 1250 L357 1250 L357 793 L977 793 L977 604 L357 604 L357 0 Z" /><glyph glyph-name="G" unicode="g" d="M1376 600 Q1376 307 1211.5 141.5 Q1047 -24 754 -24 Q444 -24 262.5 178.5 Q81 381 81 728 Q81 1069 261.5 1268 Q442 1467 751 1467 Q992 1467 1159.5 1336 Q1327 1205 1365 989 L1135 989 Q1095 1123 994 1197 Q893 1271 752 1271 Q545 1271 427.5 1127.5 Q310 984 310 730 Q310 471 430 321.5 Q550 172 756 172 Q931 172 1042 274.5 Q1153 377 1155 541 L1155 566 L782 566 L782 747 L1376 747 L1376 600 Z" /><glyph glyph-name="H" unicode="h" d="M1322 0 L1098 0 L1098 639 L357 639 L357 0 L133 0 L133 1443 L357 1443 L357 833 L1098 833 L1098 1443 L1322 1443 L1322 0 Z" /><glyph glyph-name="I" unicode="i" d="M357 0 L133 0 L133 1443 L357 1443 L357 0 Z" /><glyph glyph-name="J" unicode="j" d="M38 370 L258 370 Q260 280 319.5 224 Q379 168 473 168 Q583 168 641.5 232.5 Q700 297 700 421 L700 1443 L924 1443 L924 420 Q924 206 805 87 Q686 -32 475 -32 Q280 -32 159 79 Q38 190 38 370 Z" /><glyph glyph-name="K" unicode="k" d="M357 0 L133 0 L133 1443 L357 1443 L357 756 L366 756 L969 1443 L1235 1443 L663 804 L1283 0 L1005 0 L505 650 L357 481 L357 0 Z" /><glyph glyph-name="L" unicode="l" d="M1029 194 L1029 0 L133 0 L133 1443 L357 1443 L357 194 L1029 194 Z" /><glyph glyph-name="M" unicode="m" d="M1593 0 L1388 0 L1388 1062 L1381 1062 L946 11 L780 11 L344 1062 L337 1062 L337 0 L133 0 L133 1443 L392 1443 L859 304 L867 304 L1333 1443 L1593 1443 L1593 0 Z" /><glyph glyph-name="N" unicode="n" d="M351 0 L133 0 L133 1443 L336 1443 L1084 379 L1092 379 L1092 1443 L1310 1443 L1310 0 L1108 0 L360 1063 L351 1063 L351 0 Z" /><glyph glyph-name="O" unicode="o" d="M757 1467 Q1068 1467 1250.5 1266 Q1433 1065 1433 721 Q1433 377 1251 176.5 Q1069 -24 757 -24 Q445 -24 263 176.5 Q81 377 81 721 Q81 1065 263 1266 Q445 1467 757 1467 ZM757 1270 Q551 1270 430.5 1122 Q310 974 310 721 Q310 469 430.5 321 Q551 173 757 173 Q962 173 1082.5 321 Q1203 469 1203 721 Q1203 974 1082.5 1122 Q962 1270 757 1270 Z" /><glyph glyph-name="P" unicode="p" d="M133 1443 L674 1443 Q884 1443 1016.5 1311 Q1149 1179 1149 969 Q1149 758 1014.5 625.5 Q880 493 667 493 L357 493 L357 0 L133 0 L133 1443 ZM357 1254 L357 681 L614 681 Q760 681 840 756 Q920 831 920 968 Q920 1104 840.5 1179 Q761 1254 615 1254 L357 1254 Z" /><glyph glyph-name="Q" unicode="q" d="M757 -24 Q445 -24 263 176 Q81 376 81 721 Q81 1065 263 1266 Q445 1467 757 1467 Q1068 1467 1250.5 1265.5 Q1433 1064 1433 721 Q1433 520 1368 364 Q1303 208 1182 114 L1370 -153 L1136 -153 L1013 19 Q899 -24 757 -24 ZM757 172 Q827 172 892 192 L720 435 L947 435 L1049 297 Q1203 440 1203 721 Q1203 974 1082.5 1122.5 Q962 1271 757 1271 Q552 1271 431 1122.5 Q310 974 310 721 Q310 469 431 320.5 Q552 172 757 172 Z" /><glyph glyph-name="R" unicode="r" d="M357 1255 L357 736 L671 736 Q801 736 872 804 Q943 872 943 996 Q943 1117 869 1186 Q795 1255 665 1255 L357 1255 ZM357 555 L357 0 L133 0 L133 1443 L692 1443 Q914 1443 1044 1323.5 Q1174 1204 1174 1002 Q1174 855 1099.5 744.5 Q1025 634 894 590 L1217 0 L959 0 L665 555 L357 555 Z" /><glyph glyph-name="S" unicode="s" d="M69 402 L290 402 Q302 295 397 230 Q492 165 635 165 Q771 165 859.5 228 Q948 291 948 388 Q948 472 885 525.5 Q822 579 682 613 L495 658 Q296 706 201.5 801 Q107 896 107 1047 Q107 1233 253.5 1350 Q400 1467 632 1467 Q860 1467 1004 1350.5 Q1148 1234 1153 1047 L935 1047 Q925 1154 842.5 1216 Q760 1278 629 1278 Q499 1278 417.5 1218 Q336 1158 336 1062 Q336 986 397 937.5 Q458 889 598 854 L757 815 Q979 763 1077.5 668.5 Q1176 574 1176 415 Q1176 213 1026 94.5 Q876 -24 619 -24 Q378 -24 228.5 91.5 Q79 207 69 402 Z" /><glyph glyph-name="T" unicode="t" d="M715 0 L491 0 L491 1250 L49 1250 L49 1443 L1156 1443 L1156 1250 L715 1250 L715 0 Z" /><glyph glyph-name="U" unicode="u" d="M357 1443 L357 526 Q357 368 452.5 271.5 Q548 175 717 175 Q886 175 982 271.5 Q1078 368 1078 526 L1078 1443 L1301 1443 L1301 507 Q1301 270 1143 123 Q985 -24 717 -24 Q449 -24 291 123 Q133 270 133 507 L133 1443 L357 1443 Z" /><glyph glyph-name="V" unicode="v" d="M786 0 L541 0 L26 1443 L269 1443 L662 252 L668 252 L1062 1443 L1301 1443 L786 0 Z" /><glyph glyph-name="W" unicode="w" d="M956 1088 L645 0 L433 0 L44 1443 L277 1443 L544 313 L552 313 L857 1443 L1065 1443 L1371 313 L1379 313 L1646 1443 L1879 1443 L1489 0 L1278 0 L966 1088 L956 1088 Z" /><glyph glyph-name="X" unicode="x" d="M44 0 L523 723 L523 730 L49 1443 L316 1443 L672 885 L680 885 L1040 1443 L1293 1443 L804 722 L804 716 L1284 0 L1022 0 L663 550 L656 550 L292 0 L44 0 Z" /><glyph glyph-name="Y" unicode="y" d="M758 0 L534 0 L534 591 L26 1443 L276 1443 L644 806 L651 806 L1019 1443 L1267 1443 L758 591 L758 0 Z" /><glyph glyph-name="Z" unicode="z" d="M95 0 L95 153 L885 1242 L885 1250 L119 1250 L119 1443 L1160 1443 L1160 1290 L373 201 L373 194 L1179 194 L1179 0 L95 0 Z" /><glyph glyph-name="bracketleft" unicode="[" d="M205 1443 L682 1443 L682 1279 L413 1279 L413 -144 L682 -144 L682 -308 L205 -308 L205 1443 Z" /><glyph glyph-name="backslash" unicode="\" d="M510 -308 L0 1443 L194 1443 L704 -308 L510 -308 Z" /><glyph glyph-name="bracketright" unicode="]" d="M499 1443 L499 -308 L22 -308 L22 -144 L291 -144 L291 1279 L22 1279 L22 1443 L499 1443 Z" /><glyph glyph-name="asciicircum" unicode="^" d="M454 1256 L248 814 L51 814 L356 1436 L571 1436 L874 814 L675 814 L471 1256 L454 1256 Z" /><glyph glyph-name="underscore" unicode="_" d="M890 -267 L-51 -267 L-51 -107 L890 -107 L890 -267 Z" /><glyph glyph-name="grave" unicode="`" d="M721 1286 L540 1286 L290 1589 L507 1589 L721 1286 Z" /><glyph glyph-name="a" unicode="a" d="M475 153 Q589 153 666.5 222.5 Q744 292 744 394 L744 477 L485 461 Q388 454 335.5 413.5 Q283 373 283 305 Q283 236 335.5 194.5 Q388 153 475 153 ZM415 -18 Q260 -18 162.5 70 Q65 158 65 299 Q65 437 167 518.5 Q269 600 456 610 L744 627 L744 708 Q744 796 688 845.5 Q632 895 533 895 Q441 895 383.5 854 Q326 813 311 741 L107 741 Q116 887 233 979 Q350 1071 541 1071 Q732 1071 845.5 977 Q959 883 959 725 L959 0 L752 0 L752 173 L747 173 Q702 86 610.5 34 Q519 -18 415 -18 Z" /><glyph glyph-name="b" unicode="b" d="M667 -18 Q553 -18 466 34 Q379 86 329 179 L325 179 L325 0 L115 0 L115 1443 L331 1443 L331 873 L336 873 Q384 965 470.5 1017 Q557 1069 668 1069 Q867 1069 986.5 922 Q1106 775 1106 526 Q1106 276 987 129 Q868 -18 667 -18 ZM609 887 Q485 887 407.5 787.5 Q330 688 330 526 Q330 363 407.5 264 Q485 165 609 165 Q736 165 810 262 Q884 359 884 526 Q884 692 810 789.5 Q736 887 609 887 Z" /><glyph glyph-name="c" unicode="c" d="M1010 690 L804 690 Q787 779 722.5 835 Q658 891 557 891 Q431 891 355.5 792.5 Q280 694 280 526 Q280 355 355.5 258 Q431 161 559 161 Q658 161 721.5 212.5 Q785 264 804 356 L1012 356 Q995 187 870.5 83.5 Q746 -20 557 -20 Q330 -20 195 126.5 Q60 273 60 526 Q60 776 195 923.5 Q330 1071 555 1071 Q751 1071 873 961.5 Q995 852 1010 690 Z" /><glyph glyph-name="d" unicode="d" d="M502 -18 Q302 -18 181 130 Q60 278 60 526 Q60 774 180.5 921.5 Q301 1069 500 1069 Q611 1069 698 1017.5 Q785 966 830 877 L834 877 L834 1443 L1051 1443 L1051 0 L841 0 L841 179 L837 179 Q790 87 702.5 34.5 Q615 -18 502 -18 ZM559 887 Q431 887 356 789.5 Q281 692 281 526 Q281 359 356 262 Q431 165 559 165 Q684 165 760 263.5 Q836 362 836 526 Q836 689 760 788 Q684 887 559 887 Z" /><glyph glyph-name="e" unicode="e" d="M730 821 Q659 897 547 897 Q435 897 361 820.5 Q287 744 279 623 L805 623 Q801 745 730 821 ZM804 309 L1009 309 Q986 164 861 72 Q736 -20 556 -20 Q325 -20 192.5 125.5 Q60 271 60 521 Q60 769 192.5 920 Q325 1071 547 1071 Q765 1071 893 928.5 Q1021 786 1021 546 L1021 472 L278 472 L278 459 Q278 321 355 238 Q432 155 561 155 Q652 155 717 197 Q782 239 804 309 Z" /><glyph glyph-name="f" unicode="f" d="M170 0 L170 881 L25 881 L25 1050 L170 1050 L170 1153 Q170 1307 245 1380 Q320 1453 480 1453 Q545 1453 601 1443 L601 1283 Q569 1289 522 1289 Q384 1289 384 1149 L384 1050 L597 1050 L597 881 L387 881 L387 0 L170 0 Z" /><glyph glyph-name="g" unicode="g" d="M555 175 Q682 175 758.5 271 Q835 367 835 529 Q835 691 758.5 789 Q682 887 555 887 Q430 887 355.5 790 Q281 693 281 529 Q281 365 355.5 270 Q430 175 555 175 ZM557 -396 Q373 -396 245.5 -308 Q118 -220 98 -82 L315 -82 Q338 -148 405.5 -188 Q473 -228 565 -228 Q690 -228 762 -162.5 Q834 -97 834 12 L834 185 L830 185 Q785 98 696.5 47 Q608 -4 497 -4 Q298 -4 179 140.5 Q60 285 60 530 Q60 778 179.5 923.5 Q299 1069 502 1069 Q613 1069 701 1016.5 Q789 964 837 872 L841 872 L841 1052 L1051 1052 L1051 19 Q1051 -169 916.5 -282.5 Q782 -396 557 -396 Z" /><glyph glyph-name="h" unicode="h" d="M115 0 L115 1443 L329 1443 L329 876 L334 876 Q378 969 463 1019.5 Q548 1070 667 1070 Q839 1070 937.5 964 Q1036 858 1036 678 L1036 0 L819 0 L819 636 Q819 754 760.5 819 Q702 884 589 884 Q470 884 400.5 808.5 Q331 733 331 608 L331 0 L115 0 Z" /><glyph glyph-name="i" unicode="i" d="M114 0 L114 1052 L330 1052 L330 0 L114 0 ZM311 1242 Q274 1206 222 1206 Q170 1206 133.5 1242 Q97 1278 97 1329 Q97 1381 133.5 1417 Q170 1453 222 1453 Q275 1453 311.5 1417 Q348 1381 348 1329 Q348 1278 311 1242 Z" /><glyph glyph-name="j" unicode="j" d="M330 1052 L330 -50 Q330 -211 245.5 -288.5 Q161 -366 -14 -366 Q-58 -366 -64 -364 L-64 -194 Q-62 -194 -48.5 -194.5 Q-35 -195 -33 -195 Q47 -195 80.5 -162 Q114 -129 114 -49 L114 1052 L330 1052 ZM311 1242 Q274 1206 222 1206 Q170 1206 133.5 1242 Q97 1278 97 1329 Q97 1381 133.5 1417 Q170 1453 222 1453 Q275 1453 311.5 1417 Q348 1381 348 1329 Q348 1278 311 1242 Z" /><glyph glyph-name="k" unicode="k" d="M333 601 L758 1052 L1012 1052 L576 599 L1029 0 L778 0 L421 467 L331 378 L331 0 L115 0 L115 1443 L331 1443 L331 601 L333 601 Z" /><glyph glyph-name="l" unicode="l" d="M115 0 L115 1443 L331 1443 L331 0 L115 0 Z" /><glyph glyph-name="m" unicode="m" d="M107 0 L107 1052 L313 1052 L313 875 L318 875 Q354 964 433 1017 Q512 1070 617 1070 Q726 1070 802.5 1016 Q879 962 911 864 L916 864 Q957 960 1044.5 1015 Q1132 1070 1244 1070 Q1400 1070 1494 975 Q1588 880 1588 723 L1588 0 L1371 0 L1371 671 Q1371 773 1318.5 829 Q1266 885 1170 885 Q1074 885 1013.5 821 Q953 757 953 657 L953 0 L741 0 L741 687 Q741 778 687 831.5 Q633 885 542 885 Q446 885 384.5 818.5 Q323 752 323 650 L323 0 L107 0 Z" /><glyph glyph-name="n" unicode="n" d="M107 0 L107 1052 L313 1052 L313 876 L318 876 Q362 968 446 1019 Q530 1070 649 1070 Q822 1070 918 966.5 Q1014 863 1014 681 L1014 0 L797 0 L797 639 Q797 759 740.5 821.5 Q684 884 573 884 Q459 884 391 810 Q323 736 323 613 L323 0 L107 0 Z" /><glyph glyph-name="o" unicode="o" d="M922 126.5 Q786 -20 559 -20 Q332 -20 196 126.5 Q60 273 60 526 Q60 778 196 924.5 Q332 1071 559 1071 Q786 1071 922 924.5 Q1058 778 1058 526 Q1058 273 922 126.5 ZM559 158 Q688 158 763 255 Q838 352 838 526 Q838 699 762.5 796 Q687 893 559 893 Q431 893 355.5 796 Q280 699 280 526 Q280 352 355.5 255 Q431 158 559 158 Z" /><glyph glyph-name="p" unicode="p" d="M655 1069 Q856 1069 977 922 Q1098 775 1098 526 Q1098 277 978 129.5 Q858 -18 659 -18 Q547 -18 460.5 33 Q374 84 328 173 L323 173 L323 -348 L107 -348 L107 1052 L316 1052 L316 871 L320 871 Q367 963 455 1016 Q543 1069 655 1069 ZM598 165 Q726 165 801 262.5 Q876 360 876 526 Q876 691 801 789 Q726 887 598 887 Q474 887 398 788 Q322 689 322 526 Q322 362 397.5 263.5 Q473 165 598 165 Z" /><glyph glyph-name="q" unicode="q" d="M502 1069 Q614 1069 701.5 1016 Q789 963 836 871 L841 871 L841 1052 L1051 1052 L1051 -348 L834 -348 L834 177 L830 177 Q784 87 696 34.5 Q608 -18 497 -18 Q299 -18 179.5 130 Q60 278 60 526 Q60 775 180 922 Q300 1069 502 1069 ZM555 165 Q680 165 757.5 264 Q835 363 835 526 Q835 689 757.5 788 Q680 887 555 887 Q428 887 354.5 790 Q281 693 281 526 Q281 359 354.5 262 Q428 165 555 165 Z" /><glyph glyph-name="r" unicode="r" d="M107 0 L107 1052 L313 1052 L313 873 L318 873 Q344 965 411 1017 Q478 1069 571 1069 Q602 1069 645 1061 L645 860 Q616 872 548 872 Q444 872 383.5 807 Q323 742 323 630 L323 0 L107 0 Z" /><glyph glyph-name="s" unicode="s" d="M88 754 Q88 895 202 983 Q316 1071 500 1071 Q675 1071 787.5 982.5 Q900 894 905 753 L702 753 Q694 825 639 866 Q584 907 494 907 Q406 907 352.5 868 Q299 829 299 767 Q299 671 460 631 L637 590 Q796 552 862.5 486.5 Q929 421 929 304 Q929 160 807.5 70 Q686 -20 492 -20 Q307 -20 190.5 68 Q74 156 61 302 L275 302 Q288 226 346 185.5 Q404 145 502 145 Q599 145 655.5 182.5 Q712 220 712 284 Q712 335 678 365 Q644 395 562 416 L374 462 Q88 531 88 754 Z" /><glyph glyph-name="t" unicode="t" d="M170 1301 L387 1301 L387 1052 L587 1052 L587 881 L387 881 L387 301 Q387 233 418 201 Q449 169 515 169 Q563 169 586 174 L586 3 Q546 -7 466 -7 Q307 -7 238.5 58.5 Q170 124 170 277 L170 881 L17 881 L17 1052 L170 1052 L170 1301 Z" /><glyph glyph-name="u" unicode="u" d="M1009 1052 L1009 0 L802 0 L802 178 L797 178 Q706 -19 471 -19 Q299 -19 200.5 85.5 Q102 190 102 371 L102 1052 L318 1052 L318 413 Q318 292 375 229.5 Q432 167 543 167 Q659 167 726 241 Q793 315 793 439 L793 1052 L1009 1052 Z" /><glyph glyph-name="v" unicode="v" d="M1005 1052 L628 0 L396 0 L17 1052 L247 1052 L511 211 L515 211 L779 1052 L1005 1052 Z" /><glyph glyph-name="w" unicode="w" d="M1495 1052 L1207 0 L982 0 L761 788 L756 788 L537 0 L314 0 L25 1052 L241 1052 L433 224 L437 224 L656 1052 L864 1052 L1084 224 L1089 224 L1281 1052 L1495 1052 Z" /><glyph glyph-name="x" unicode="x" d="M501 387 L496 387 L263 0 L29 0 L376 525 L34 1052 L276 1052 L506 671 L510 671 L737 1052 L975 1052 L630 532 L971 0 L733 0 L501 387 Z" /><glyph glyph-name="y" unicode="y" d="M211 -392 Q150 -392 123 -387 L123 -212 Q139 -216 193 -216 Q269 -216 312 -181.5 Q355 -147 380 -66 Q380 -65 390 -33 L399 -1 L19 1052 L253 1052 L520 196 L523 196 L790 1052 L1018 1052 L623 -55 Q556 -246 466 -319 Q376 -392 211 -392 Z" /><glyph glyph-name="z" unicode="z" d="M85 0 L85 139 L646 876 L646 880 L89 880 L89 1052 L894 1052 L894 904 L347 176 L347 172 L900 172 L900 0 L85 0 Z" /><glyph glyph-name="braceleft" unicode="{" d="M217 554 Q451 530 451 315 L451 73 Q451 -42 495 -92 Q539 -142 641 -142 L682 -142 L682 -308 L620 -308 Q427 -308 336.5 -221.5 Q246 -135 246 48 L246 247 Q246 363 196.5 409.5 Q147 456 22 457 L22 678 Q146 679 196 725.5 Q246 772 246 888 L246 1089 Q246 1271 336.5 1357 Q427 1443 620 1443 L682 1443 L682 1276 L641 1276 Q539 1276 495 1226.5 Q451 1177 451 1062 L451 820 Q451 605 217 581 L217 554 Z" /><glyph glyph-name="bar" unicode="|" d="M448 -308 L256 -308 L256 1443 L448 1443 L448 -308 Z" /><glyph glyph-name="braceright" unicode="}" d="M487 554 L487 581 Q253 605 253 820 L253 1062 Q253 1177 209 1226.5 Q165 1276 63 1276 L22 1276 L22 1443 L84 1443 Q277 1443 367.5 1357 Q458 1271 458 1089 L458 888 Q458 772 508 725.5 Q558 679 682 678 L682 457 Q557 456 507.5 410 Q458 364 458 249 L458 55 Q458 -132 367.5 -220 Q277 -308 84 -308 L22 -308 L22 -142 L63 -142 Q164 -142 208.5 -92 Q253 -42 253 72 L253 313 Q253 531 487 554 Z" /><glyph glyph-name="asciitilde" unicode="~" d="M590 632 Q538 684 504.5 705 Q471 726 437 726 Q314 726 305 547 L120 547 Q117 720 200 820 Q283 920 431 920 Q555 920 683 793 Q732 742 766 721 Q800 700 833 700 Q957 700 966 879 L1150 879 Q1154 706 1071 606 Q988 506 840 506 Q774 506 715 536 Q656 566 590 632 Z" /></font></defs></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const imgSrc: {
|
|
2
|
+
TbPipeline: string;
|
|
3
|
+
Subversion: string;
|
|
4
|
+
Star: string;
|
|
5
|
+
Search: string;
|
|
6
|
+
Project: string;
|
|
7
|
+
Pipeline: string;
|
|
8
|
+
History: string;
|
|
9
|
+
Gitlab: string;
|
|
10
|
+
Github: string;
|
|
11
|
+
Gitee: string;
|
|
12
|
+
Git: string;
|
|
13
|
+
Gerrit: string;
|
|
14
|
+
GitSample: string;
|
|
15
|
+
favicon: string;
|
|
16
|
+
error: string;
|
|
17
|
+
Coding: string;
|
|
18
|
+
Codeup: string;
|
|
19
|
+
Bitbucket: string;
|
|
20
|
+
Aone: string;
|
|
21
|
+
Aliyun: string;
|
|
22
|
+
Old_aliyun: string;
|
|
23
|
+
'404': string;
|
|
24
|
+
'403': string;
|
|
25
|
+
Title: string;
|
|
26
|
+
Introduce: string;
|
|
27
|
+
Logo: string;
|
|
28
|
+
DevOpsFlow: string;
|
|
29
|
+
ProjexFlow: string;
|
|
30
|
+
VariableGroupdefault: string;
|
|
31
|
+
Deploy_group_aliyun: string;
|
|
32
|
+
Deploy_group_have: string;
|
|
33
|
+
Deploy_group_demo: string;
|
|
34
|
+
No_task: string;
|
|
35
|
+
adminiIcon: string;
|
|
36
|
+
ownerIcon: string;
|
|
37
|
+
memberIcon: string;
|
|
38
|
+
source_gitlab: string;
|
|
39
|
+
source_bitbucket: string;
|
|
40
|
+
source_github: string;
|
|
41
|
+
source_atomGit: string;
|
|
42
|
+
source_coding: string;
|
|
43
|
+
source_codeup: string;
|
|
44
|
+
source_code_alibaba: string;
|
|
45
|
+
source_git: string;
|
|
46
|
+
source_gitee: string;
|
|
47
|
+
source_aliyun: string;
|
|
48
|
+
source_demo: string;
|
|
49
|
+
source_jenkins: string;
|
|
50
|
+
source_svn: string;
|
|
51
|
+
source_packages: string;
|
|
52
|
+
source_acr: string;
|
|
53
|
+
};
|
|
54
|
+
export default imgSrc;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/* eslint-disable quote-props */
|
|
3
|
+
import sourceIcon from "./source";
|
|
4
|
+
import rolesIcon from "./roles";
|
|
5
|
+
import { getLogoUrlByAppName } from '@alife/yunxiao-common';
|
|
6
|
+
var imgSrc = _extends({}, sourceIcon, rolesIcon, {
|
|
7
|
+
TbPipeline: 'https://img.alicdn.com/tfs/TB1padQqBr0gK0jSZFnXXbRRXXa-144-144.png',
|
|
8
|
+
Subversion: 'https://img.alicdn.com/tfs/TB11zc.qX67gK0jSZPfXXahhFXa-80-80.jpg',
|
|
9
|
+
Star: 'https://img.alicdn.com/tfs/TB1aSXNqrH1gK0jSZFwXXc7aXXa-160-160.png',
|
|
10
|
+
Search: 'https://img.alicdn.com/tfs/TB1mSXNqrH1gK0jSZFwXXc7aXXa-160-160.png',
|
|
11
|
+
Project: 'https://img.alicdn.com/tfs/TB1of8JqAL0gK0jSZFtXXXQCXXa-160-160.png',
|
|
12
|
+
Pipeline: 'https://img.alicdn.com/tfs/TB1QAcwukT2gK0jSZFkXXcIQFXa-456-412.png',
|
|
13
|
+
History: 'https://img.alicdn.com/tfs/TB1n1VOqrj1gK0jSZFOXXc7GpXa-160-160.png',
|
|
14
|
+
Gitlab: 'https://img.alicdn.com/tfs/TB1ECxNqxD1gK0jSZFKXXcJrVXa-80-80.jpg',
|
|
15
|
+
Github: 'https://img.alicdn.com/tfs/TB1WDNOquH2gK0jSZJnXXaT1FXa-80-80.jpg',
|
|
16
|
+
Gitee: 'https://img.alicdn.com/tfs/TB1wXFGqqL7gK0jSZFBXXXZZpXa-80-80.jpg',
|
|
17
|
+
Git: 'https://img.alicdn.com/tfs/TB1p_BKqCf2gK0jSZFPXXXsopXa-80-80.jpg',
|
|
18
|
+
Gerrit: 'https://img.alicdn.com/tfs/TB1TK0Oqrj1gK0jSZFOXXc7GpXa-80-80.jpg',
|
|
19
|
+
GitSample: getLogoUrlByAppName('flow'),
|
|
20
|
+
favicon: 'https://img.alicdn.com/tfs/TB1tCdOqrj1gK0jSZFuXXcrHpXa-120-120.png',
|
|
21
|
+
error: 'https://img.alicdn.com/tfs/TB1mqhQqBr0gK0jSZFnXXbRRXXa-972-716.png',
|
|
22
|
+
Coding: 'https://img.alicdn.com/tfs/TB1gpXOqEY1gK0jSZFCXXcwqXXa-80-80.jpg',
|
|
23
|
+
Codeup: getLogoUrlByAppName('codeup'),
|
|
24
|
+
Bitbucket: 'https://img.alicdn.com/tfs/TB1vqhOqrY1gK0jSZTEXXXDQVXa-80-80.jpg',
|
|
25
|
+
Aone: 'https://img.alicdn.com/tfs/TB18hxOqxD1gK0jSZFyXXciOVXa-80-80.png',
|
|
26
|
+
Aliyun: 'https://img.alicdn.com/tfs/TB1FCA6wUT1gK0jSZFhXXaAtVXa-88-88.png',
|
|
27
|
+
Old_aliyun: 'https://img.alicdn.com/tfs/TB1XjhLqAY2gK0jSZFgXXc5OFXa-80-80.jpg',
|
|
28
|
+
'404': 'https://img.alicdn.com/tfs/TB1oqXQqBr0gK0jSZFnXXbRRXXa-616-484.png',
|
|
29
|
+
'403': 'https://img.alicdn.com/tfs/TB1DClNqxD1gK0jSZFKXXcJrVXa-638-414.png',
|
|
30
|
+
Title: 'https://img.alicdn.com/tfs/TB1KWmMq8v0gK0jSZKbXXbK2FXa-312-40.png',
|
|
31
|
+
Introduce: 'https://img.alicdn.com/imgextra/i1/O1CN01w0HNjZ1dGJPcLEoA3_!!6000000003708-2-tps-1596-1200.png',
|
|
32
|
+
Logo: 'https://img.alicdn.com/tfs/TB1Ldboq4D1gK0jSZFyXXciOVXa-122-40.png',
|
|
33
|
+
DevOpsFlow: 'https://img.alicdn.com/imgextra/i1/O1CN010pZOeD1ZZJNgSVz8a_!!6000000003208-2-tps-1920-810.png',
|
|
34
|
+
ProjexFlow: 'https://img.alicdn.com/imgextra/i1/O1CN01MXNLr325c7bhJanDU_!!6000000007546-2-tps-944-574.png',
|
|
35
|
+
VariableGroupdefault: 'https://img.alicdn.com/tfs/TB10wxctbj1gK0jSZFuXXcrHpXa-668-484.png',
|
|
36
|
+
Deploy_group_aliyun: 'https://img.alicdn.com/imgextra/i2/O1CN016WDYfs1TGB6goRMTs_!!6000000002354-2-tps-224-224.png',
|
|
37
|
+
Deploy_group_have: 'https://img.alicdn.com/imgextra/i4/O1CN01HLudVi1zjYDAjioa8_!!6000000006750-2-tps-224-224.png',
|
|
38
|
+
Deploy_group_demo: 'https://img.alicdn.com/imgextra/i1/O1CN012M9FPU28y3IJ5xqv0_!!6000000008000-2-tps-224-224.png',
|
|
39
|
+
No_task: 'https://img.alicdn.com/tfs/TB1IWKGvkL0gK0jSZFxXXXWHVXa-300-301.png'
|
|
40
|
+
});
|
|
41
|
+
export default imgSrc;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
source_gitlab: string;
|
|
3
|
+
source_bitbucket: string;
|
|
4
|
+
source_github: string;
|
|
5
|
+
source_atomGit: string;
|
|
6
|
+
source_coding: string;
|
|
7
|
+
source_codeup: string;
|
|
8
|
+
source_code_alibaba: string;
|
|
9
|
+
source_git: string;
|
|
10
|
+
source_gitee: string;
|
|
11
|
+
source_aliyun: string;
|
|
12
|
+
source_demo: string;
|
|
13
|
+
source_jenkins: string;
|
|
14
|
+
source_svn: string;
|
|
15
|
+
source_packages: string;
|
|
16
|
+
source_acr: string;
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { getLogoUrlByAppName } from '@alife/yunxiao-common';
|
|
2
|
+
export default {
|
|
3
|
+
source_gitlab: 'https://img.alicdn.com/tfs/TB173TmDQY2gK0jSZFgXXc5OFXa-56-56.png',
|
|
4
|
+
source_bitbucket: 'https://img.alicdn.com/tfs/TB1y_2qDHj1gK0jSZFuXXcrHpXa-56-56.png',
|
|
5
|
+
source_github: 'https://img.alicdn.com/tfs/TB141HjDUz1gK0jSZLeXXb9kVXa-56-56.png',
|
|
6
|
+
source_atomGit: 'https://img.alicdn.com/imgextra/i2/O1CN01l3VCnM1juVuywdeMH_!!6000000004608-55-tps-20-20.svg',
|
|
7
|
+
source_coding: 'https://img.alicdn.com/tfs/TB161_pDQT2gK0jSZFkXXcIQFXa-56-56.png',
|
|
8
|
+
source_codeup: getLogoUrlByAppName('codeup'),
|
|
9
|
+
source_code_alibaba: 'https://img.alicdn.com/imgextra/i2/O1CN01TcRZ5V1Yv0W1VVu59_!!6000000003120-2-tps-512-512.png',
|
|
10
|
+
source_git: 'https://img.alicdn.com/imgextra/i1/O1CN014wW0rd1mUoSc4LelA_!!6000000004958-2-tps-128-128.png',
|
|
11
|
+
source_gitee: 'https://img.alicdn.com/tfs/TB1Gx6jDQL0gK0jSZFtXXXQCXXa-56-56.png',
|
|
12
|
+
source_aliyun: 'https://img.alicdn.com/tfs/TB1qLYkDUH1gK0jSZSyXXXtlpXa-56-56.png',
|
|
13
|
+
source_demo: getLogoUrlByAppName('flow'),
|
|
14
|
+
source_jenkins: 'https://img.alicdn.com/tfs/TB1s7PkDUT1gK0jSZFrXXcNCXXa-56-56.png',
|
|
15
|
+
source_svn: 'https://img.alicdn.com/imgextra/i4/O1CN01BMxamT1cr7iZjSaBw_!!6000000003653-2-tps-128-128.png',
|
|
16
|
+
source_packages: getLogoUrlByAppName('packages'),
|
|
17
|
+
source_acr: 'https://img.alicdn.com/imgextra/i3/O1CN01uivHMT21Z8NNmWte9_!!6000000006998-2-tps-40-40.png'
|
|
18
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface FullScreenDialogProps {
|
|
3
|
+
title: React.ReactNode;
|
|
4
|
+
visible: boolean;
|
|
5
|
+
width?: number | string;
|
|
6
|
+
children: any;
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
}
|
|
9
|
+
declare const FullScreenDialog: ({ title, visible, width, children, ...rest }: FullScreenDialogProps) => JSX.Element;
|
|
10
|
+
export default FullScreenDialog;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["title", "visible", "width", "children"];
|
|
4
|
+
import React, { useState } from 'react';
|
|
5
|
+
import { Dialog } from '@teamix/ui';
|
|
6
|
+
import { ButtonIcon } from '@alife/devops-ui';
|
|
7
|
+
import styles from "./index.module.scss";
|
|
8
|
+
import intl from "../../locale";
|
|
9
|
+
var FullScreenDialog = function FullScreenDialog(_ref) {
|
|
10
|
+
var title = _ref.title,
|
|
11
|
+
visible = _ref.visible,
|
|
12
|
+
_ref$width = _ref.width,
|
|
13
|
+
width = _ref$width === void 0 ? 800 : _ref$width,
|
|
14
|
+
children = _ref.children,
|
|
15
|
+
rest = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
16
|
+
var _useState = useState(false),
|
|
17
|
+
fullScreen = _useState[0],
|
|
18
|
+
setFullScreen = _useState[1];
|
|
19
|
+
return /*#__PURE__*/React.createElement(Dialog, _extends({
|
|
20
|
+
visible: visible,
|
|
21
|
+
title: /*#__PURE__*/React.createElement("div", {
|
|
22
|
+
className: styles.titleContent
|
|
23
|
+
}, title, fullScreen ? /*#__PURE__*/React.createElement(ButtonIcon, {
|
|
24
|
+
type: "normal",
|
|
25
|
+
name: "shrink-2-line",
|
|
26
|
+
tooltip: intl.get({
|
|
27
|
+
id: 'rdc-tb-cd-assets.pipeline-instance.folding.PutAway',
|
|
28
|
+
defaultMessage: '收起'
|
|
29
|
+
}),
|
|
30
|
+
onClick: function onClick() {
|
|
31
|
+
return setFullScreen(false);
|
|
32
|
+
}
|
|
33
|
+
}) : /*#__PURE__*/React.createElement(ButtonIcon, {
|
|
34
|
+
type: "normal",
|
|
35
|
+
name: "extend-2-line",
|
|
36
|
+
tooltip: intl.get({
|
|
37
|
+
id: 'rdc-tb-cd-assets.pipeline-instance.folding.Expand',
|
|
38
|
+
defaultMessage: '展开'
|
|
39
|
+
}),
|
|
40
|
+
onClick: function onClick() {
|
|
41
|
+
return setFullScreen(true);
|
|
42
|
+
}
|
|
43
|
+
}))
|
|
44
|
+
// @ts-ignore
|
|
45
|
+
,
|
|
46
|
+
wrapperClassName: fullScreen ? styles.fullScreenWrapper : '',
|
|
47
|
+
className: styles.recordDialog,
|
|
48
|
+
width: fullScreen ? '100vw' : width
|
|
49
|
+
}, rest), typeof children === 'function' ? children(fullScreen) : children);
|
|
50
|
+
};
|
|
51
|
+
export default FullScreenDialog;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.fullScreenWrapper {
|
|
2
|
+
:global {
|
|
3
|
+
.next-dialog-inner-wrapper {
|
|
4
|
+
top: 0 !important;
|
|
5
|
+
padding-bottom: 0 !important;
|
|
6
|
+
height: 100vh;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.next-dialog {
|
|
10
|
+
max-width: 100%;
|
|
11
|
+
max-height: 100% !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.next-dialog-body {
|
|
15
|
+
max-height: 100vh !important;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.recordDialog {
|
|
21
|
+
:global {
|
|
22
|
+
.next-dialog-body {
|
|
23
|
+
padding: 0 !important;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.titleContent {
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
justify-content: space-between;
|
|
32
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 行内代码块样式
|
|
3
|
+
* 如 <InlineCode>Cmd</InlineCode> + <InlineCode>S</InlineCode>
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
6
|
+
declare function InlineCode({ children, dark, className, style, ...others }: {
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
dark?: boolean;
|
|
9
|
+
className?: string;
|
|
10
|
+
style?: React.CSSProperties;
|
|
11
|
+
}): JSX.Element;
|
|
12
|
+
export default InlineCode;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
3
|
+
var _excluded = ["children", "dark", "className", "style"];
|
|
4
|
+
/**
|
|
5
|
+
* 行内代码块样式
|
|
6
|
+
* 如 <InlineCode>Cmd</InlineCode> + <InlineCode>S</InlineCode>
|
|
7
|
+
*/
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { isMac } from "../../utils";
|
|
10
|
+
import styles from "./index.module.scss";
|
|
11
|
+
function InlineCode(_ref) {
|
|
12
|
+
var children = _ref.children,
|
|
13
|
+
dark = _ref.dark,
|
|
14
|
+
className = _ref.className,
|
|
15
|
+
style = _ref.style,
|
|
16
|
+
others = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
17
|
+
var text = children;
|
|
18
|
+
if (!isMac && children === 'Cmd') {
|
|
19
|
+
text = 'Ctrl';
|
|
20
|
+
}
|
|
21
|
+
return /*#__PURE__*/React.createElement("span", _extends({
|
|
22
|
+
className: styles.code + " " + (dark ? styles.darkMode : '') + " " + (className || ''),
|
|
23
|
+
style: style
|
|
24
|
+
}, others), text);
|
|
25
|
+
}
|
|
26
|
+
export default InlineCode;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
.code {
|
|
2
|
+
padding: 1px 6px;
|
|
3
|
+
border-radius: 2px;
|
|
4
|
+
background: rgba(198, 205, 212, 0.2);
|
|
5
|
+
border: 1px solid rgba(198, 205, 212, 0.3);
|
|
6
|
+
color: var(--color-text1-2, #6e6e6e);
|
|
7
|
+
font-family: Menlo, Monaco, "Courier New", monospace;
|
|
8
|
+
&.darkMode {
|
|
9
|
+
color: var(--color-white, #fff);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import './wasm_exec';
|
|
3
|
+
export default function GoTemplateEditor(props: any): JSX.Element;
|
|
4
|
+
interface EditorProps {
|
|
5
|
+
value: string;
|
|
6
|
+
onChange: () => {};
|
|
7
|
+
}
|
|
8
|
+
export declare function Editor({ value, onChange }: EditorProps): JSX.Element;
|
|
9
|
+
export {};
|