@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.
Files changed (1666) hide show
  1. package/README.md +1 -0
  2. package/dist/1.css +1 -0
  3. package/dist/1.js +24 -0
  4. package/dist/2.css +1 -0
  5. package/dist/2.js +1 -0
  6. package/dist/PipelineFlowDetail.css +1 -0
  7. package/dist/PipelineFlowDetail.js +72 -0
  8. package/dist/assets/012298127fd56d8e39cc5f8c78ca8a3f.ttf +0 -0
  9. package/dist/assets/02991164b5a38f9e2d5cdef951e0b0f0.ttf +0 -0
  10. package/dist/assets/0797e1d82e895e8ff5300e5080764bf6.woff +0 -0
  11. package/dist/assets/08b3a2c97fe1fea813bc50c273efcdee.eot +0 -0
  12. package/dist/assets/2e7ded00f078fd4ec6492110af6d0a14.otf +0 -0
  13. package/dist/assets/3cdb30d2423385c8dfb4dba0492eb726.woff +0 -0
  14. package/dist/assets/41a03f9f5cf65cde8d930d1bdaeb7aea.woff2 +0 -0
  15. package/dist/assets/59eea939288f45071c05df4c6e9bece4.woff +0 -0
  16. package/dist/assets/5d347415be35ebffd15afab8652d96c1.ttf +0 -0
  17. package/dist/assets/7a33cfe474846a73787c1533cfb19d80.svg +1 -0
  18. package/dist/assets/957dc9f6161ba0abec83ddf3f8450579.eot +0 -0
  19. package/dist/assets/c11f19b06005bc320624fa44c8785aff.svg +1028 -0
  20. package/dist/assets/db5ebea034541d557ce613bb8fbaaa86.svg +1 -0
  21. package/dist/assets/e29f8463847bbccbe42f64812705f829.eot +0 -0
  22. package/es/assets/font/DINPro-Medium.otf +0 -0
  23. package/es/assets/images/403.png +0 -0
  24. package/es/assets/images/404.png +0 -0
  25. package/es/assets/images/Aliyun.jpg +0 -0
  26. package/es/assets/images/Aone.png +0 -0
  27. package/es/assets/images/Bitbucket.jpg +0 -0
  28. package/es/assets/images/CMD.jpg +0 -0
  29. package/es/assets/images/Check.png +0 -0
  30. package/es/assets/images/Codeup.png +0 -0
  31. package/es/assets/images/Coding.jpg +0 -0
  32. package/es/assets/images/Docker.jpg +0 -0
  33. package/es/assets/images/ECS.jpg +0 -0
  34. package/es/assets/images/Empty.jpg +0 -0
  35. package/es/assets/images/Gerrit.jpg +0 -0
  36. package/es/assets/images/Git.jpg +0 -0
  37. package/es/assets/images/GitSample.png +0 -0
  38. package/es/assets/images/GitTag.png +0 -0
  39. package/es/assets/images/Gitee.jpg +0 -0
  40. package/es/assets/images/Github.jpg +0 -0
  41. package/es/assets/images/Gitlab.jpg +0 -0
  42. package/es/assets/images/Golang.jpg +0 -0
  43. package/es/assets/images/Gradle.jpg +0 -0
  44. package/es/assets/images/History.png +0 -0
  45. package/es/assets/images/Java.jpg +0 -0
  46. package/es/assets/images/Jenkins.jpg +0 -0
  47. package/es/assets/images/Kubernetes.jpg +0 -0
  48. package/es/assets/images/Maven.jpg +0 -0
  49. package/es/assets/images/Merge.jpg +0 -0
  50. package/es/assets/images/Node.jpg +0 -0
  51. package/es/assets/images/OSS.jpg +0 -0
  52. package/es/assets/images/PHP.jpg +0 -0
  53. package/es/assets/images/Phpmetrics.jpg +0 -0
  54. package/es/assets/images/Pipeline.png +0 -0
  55. package/es/assets/images/Project.png +0 -0
  56. package/es/assets/images/Python.jpg +0 -0
  57. package/es/assets/images/React.png +0 -0
  58. package/es/assets/images/Search.png +0 -0
  59. package/es/assets/images/Star.png +0 -0
  60. package/es/assets/images/Subversion.jpg +0 -0
  61. package/es/assets/images/TbPipeline.png +0 -0
  62. package/es/assets/images/Typescript.jpg +0 -0
  63. package/es/assets/images/Verify.jpg +0 -0
  64. package/es/assets/images/android.png +0 -0
  65. package/es/assets/images/error.png +0 -0
  66. package/es/assets/images/favicon.ico +0 -0
  67. package/es/assets/images/favicon.png +0 -0
  68. package/es/assets/images/helm.png +0 -0
  69. package/es/assets/img-src/index.d.ts +54 -0
  70. package/es/assets/img-src/index.js +41 -0
  71. package/es/assets/img-src/roles.d.ts +6 -0
  72. package/es/assets/img-src/roles.js +5 -0
  73. package/es/assets/img-src/source.d.ts +18 -0
  74. package/es/assets/img-src/source.js +18 -0
  75. package/es/components/FullScreenDialog/index.d.ts +10 -0
  76. package/es/components/FullScreenDialog/index.js +51 -0
  77. package/es/components/FullScreenDialog/index.module.scss +32 -0
  78. package/es/components/InlineCode/index.d.ts +12 -0
  79. package/es/components/InlineCode/index.js +26 -0
  80. package/es/components/InlineCode/index.module.scss +11 -0
  81. package/es/components/PipelineFlowEdit/CodeEditor/GoTemplateEditor.d.ts +9 -0
  82. package/es/components/PipelineFlowEdit/CodeEditor/GoTemplateEditor.js +221 -0
  83. package/es/components/PipelineFlowEdit/CodeEditor/Guide.d.ts +3 -0
  84. package/es/components/PipelineFlowEdit/CodeEditor/Guide.js +118 -0
  85. package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.d.ts +13 -0
  86. package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.js +39 -0
  87. package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.scss +38 -0
  88. package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.d.ts +18 -0
  89. package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.js +101 -0
  90. package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.scss +102 -0
  91. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Breadcrumb.d.ts +3 -0
  92. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Breadcrumb.js +28 -0
  93. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/MdContent.d.ts +7 -0
  94. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/MdContent.js +94 -0
  95. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Search.d.ts +16 -0
  96. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Search.js +150 -0
  97. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Welcome.d.ts +2 -0
  98. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Welcome.js +93 -0
  99. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.d.ts +20 -0
  100. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.js +551 -0
  101. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.scss +11 -0
  102. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/search.scss +73 -0
  103. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/style.module.scss +135 -0
  104. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/utils.d.ts +2 -0
  105. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/utils.js +13 -0
  106. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/welcome.module.scss +55 -0
  107. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.d.ts +3 -0
  108. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.js +189 -0
  109. package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.scss +67 -0
  110. package/es/components/PipelineFlowEdit/CodeEditor/Helper/getSyntaxDetail.d.ts +6 -0
  111. package/es/components/PipelineFlowEdit/CodeEditor/Helper/getSyntaxDetail.js +83 -0
  112. package/es/components/PipelineFlowEdit/CodeEditor/Helper/index.d.ts +10 -0
  113. package/es/components/PipelineFlowEdit/CodeEditor/Helper/index.js +99 -0
  114. package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/index.d.ts +6 -0
  115. package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/index.js +217 -0
  116. package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/style.module.scss +7 -0
  117. package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.d.ts +16 -0
  118. package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.js +322 -0
  119. package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.scss +168 -0
  120. package/es/components/PipelineFlowEdit/CodeEditor/cursorTarget.d.ts +9 -0
  121. package/es/components/PipelineFlowEdit/CodeEditor/cursorTarget.js +185 -0
  122. package/es/components/PipelineFlowEdit/CodeEditor/hack.scss +9 -0
  123. package/es/components/PipelineFlowEdit/CodeEditor/index.d.ts +39 -0
  124. package/es/components/PipelineFlowEdit/CodeEditor/index.js +394 -0
  125. package/es/components/PipelineFlowEdit/CodeEditor/index.scss +97 -0
  126. package/es/components/PipelineFlowEdit/CodeEditor/types.d.ts +5 -0
  127. package/es/components/PipelineFlowEdit/CodeEditor/types.js +1 -0
  128. package/es/components/PipelineFlowEdit/CodeEditor/wasm_exec.js +601 -0
  129. package/es/components/PipelineFlowEdit/FlowDocument/DefService.d.ts +10 -0
  130. package/es/components/PipelineFlowEdit/FlowDocument/DefService.js +409 -0
  131. package/es/components/PipelineFlowEdit/FlowDocument/EditingDocument.d.ts +14 -0
  132. package/es/components/PipelineFlowEdit/FlowDocument/EditingDocument.js +151 -0
  133. package/es/components/PipelineFlowEdit/FlowDocument/FlowDocument.d.ts +8 -0
  134. package/es/components/PipelineFlowEdit/FlowDocument/FlowDocument.js +84 -0
  135. package/es/components/PipelineFlowEdit/FlowDocument/FlowJobEntry.d.ts +21 -0
  136. package/es/components/PipelineFlowEdit/FlowDocument/FlowJobEntry.js +388 -0
  137. package/es/components/PipelineFlowEdit/FlowDocument/FlowJobs.d.ts +10 -0
  138. package/es/components/PipelineFlowEdit/FlowDocument/FlowJobs.js +70 -0
  139. package/es/components/PipelineFlowEdit/FlowDocument/FlowNodeBase.d.ts +17 -0
  140. package/es/components/PipelineFlowEdit/FlowDocument/FlowNodeBase.js +86 -0
  141. package/es/components/PipelineFlowEdit/FlowDocument/FlowSourceEntry.d.ts +170 -0
  142. package/es/components/PipelineFlowEdit/FlowDocument/FlowSourceEntry.js +492 -0
  143. package/es/components/PipelineFlowEdit/FlowDocument/FlowSources.d.ts +12 -0
  144. package/es/components/PipelineFlowEdit/FlowDocument/FlowSources.js +82 -0
  145. package/es/components/PipelineFlowEdit/FlowDocument/FlowStageEntry.d.ts +15 -0
  146. package/es/components/PipelineFlowEdit/FlowDocument/FlowStageEntry.js +69 -0
  147. package/es/components/PipelineFlowEdit/FlowDocument/FlowStages.d.ts +12 -0
  148. package/es/components/PipelineFlowEdit/FlowDocument/FlowStages.js +84 -0
  149. package/es/components/PipelineFlowEdit/FlowDocument/FlowStepEntry.d.ts +17 -0
  150. package/es/components/PipelineFlowEdit/FlowDocument/FlowStepEntry.js +89 -0
  151. package/es/components/PipelineFlowEdit/FlowDocument/FlowSteps.d.ts +10 -0
  152. package/es/components/PipelineFlowEdit/FlowDocument/FlowSteps.js +73 -0
  153. package/es/components/PipelineFlowEdit/FlowDocument/FlowVariableGroups.d.ts +17 -0
  154. package/es/components/PipelineFlowEdit/FlowDocument/FlowVariableGroups.js +73 -0
  155. package/es/components/PipelineFlowEdit/FlowDocument/cache.d.ts +8 -0
  156. package/es/components/PipelineFlowEdit/FlowDocument/cache.js +41 -0
  157. package/es/components/PipelineFlowEdit/FlowDocument/jsonSchema.d.ts +79 -0
  158. package/es/components/PipelineFlowEdit/FlowDocument/jsonSchema.js +1 -0
  159. package/es/components/PipelineFlowEdit/FlowDocument/types.d.ts +14 -0
  160. package/es/components/PipelineFlowEdit/FlowDocument/types.js +1 -0
  161. package/es/components/PipelineFlowEdit/IngredientsContext.d.ts +11 -0
  162. package/es/components/PipelineFlowEdit/IngredientsContext.js +2 -0
  163. package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/index.d.ts +16 -0
  164. package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/index.js +97 -0
  165. package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/style.module.scss +53 -0
  166. package/es/components/PipelineFlowEdit/UIEditor-deprecated/Job.d.ts +8 -0
  167. package/es/components/PipelineFlowEdit/UIEditor-deprecated/Job.js +122 -0
  168. package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/JobCard.d.ts +12 -0
  169. package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/JobCard.js +89 -0
  170. package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/style.module.scss +139 -0
  171. package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/index.d.ts +8 -0
  172. package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/index.js +62 -0
  173. package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/style.module.scss +36 -0
  174. package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.d.ts +2 -0
  175. package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.js +44 -0
  176. package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.style.module.scss +3 -0
  177. package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/index.d.ts +2 -0
  178. package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/index.js +17 -0
  179. package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/sources/Codeup.d.ts +5 -0
  180. package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/sources/Codeup.js +48 -0
  181. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.d.ts +2 -0
  182. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.js +25 -0
  183. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.module.scss +21 -0
  184. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.d.ts +2 -0
  185. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.js +7 -0
  186. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.module.scss +11 -0
  187. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/index.d.ts +12 -0
  188. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/index.js +52 -0
  189. package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/style.module.scss +54 -0
  190. package/es/components/PipelineFlowEdit/UIEditor-deprecated/Step.d.ts +10 -0
  191. package/es/components/PipelineFlowEdit/UIEditor-deprecated/Step.js +66 -0
  192. package/es/components/PipelineFlowEdit/UIEditor-deprecated/StepsList.d.ts +5 -0
  193. package/es/components/PipelineFlowEdit/UIEditor-deprecated/StepsList.js +139 -0
  194. package/es/components/PipelineFlowEdit/UIEditor-deprecated/TaskTpl.d.ts +2 -0
  195. package/es/components/PipelineFlowEdit/UIEditor-deprecated/TaskTpl.js +150 -0
  196. package/es/components/PipelineFlowEdit/UIEditor-deprecated/Template.d.ts +15 -0
  197. package/es/components/PipelineFlowEdit/UIEditor-deprecated/Template.js +73 -0
  198. package/es/components/PipelineFlowEdit/UIEditor-deprecated/UIEditor.d.ts +2 -0
  199. package/es/components/PipelineFlowEdit/UIEditor-deprecated/UIEditor.js +559 -0
  200. package/es/components/PipelineFlowEdit/UIEditor-deprecated/config.d.ts +3 -0
  201. package/es/components/PipelineFlowEdit/UIEditor-deprecated/config.js +81 -0
  202. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/AddMembers.d.ts +5 -0
  203. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/AddMembers.js +180 -0
  204. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Checkbox.d.ts +5 -0
  205. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Checkbox.js +14 -0
  206. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Input.d.ts +5 -0
  207. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Input.js +35 -0
  208. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Links.d.ts +5 -0
  209. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Links.js +22 -0
  210. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Number.d.ts +5 -0
  211. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Number.js +30 -0
  212. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Password.d.ts +5 -0
  213. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Password.js +32 -0
  214. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/RadioGroup.d.ts +5 -0
  215. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/RadioGroup.js +62 -0
  216. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.d.ts +5 -0
  217. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.js +195 -0
  218. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.module.scss +3 -0
  219. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Shell.d.ts +5 -0
  220. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Shell.js +32 -0
  221. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Textarea.d.ts +5 -0
  222. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Textarea.js +30 -0
  223. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Tip.d.ts +5 -0
  224. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Tip.js +16 -0
  225. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/common.d.ts +5 -0
  226. package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/common.js +1 -0
  227. package/es/components/PipelineFlowEdit/UIEditor-deprecated/viewPortRender.d.ts +2 -0
  228. package/es/components/PipelineFlowEdit/UIEditor-deprecated/viewPortRender.js +47 -0
  229. package/es/components/PipelineFlowEdit/_DetailDialog.d.ts +2 -0
  230. package/es/components/PipelineFlowEdit/_DetailDialog.js +9 -0
  231. package/es/components/PipelineFlowEdit/_hotkey.js +0 -0
  232. package/es/components/PipelineFlowEdit/const.d.ts +3 -0
  233. package/es/components/PipelineFlowEdit/const.js +3 -0
  234. package/es/components/PipelineFlowEdit/index.d.ts +21 -0
  235. package/es/components/PipelineFlowEdit/index.js +254 -0
  236. package/es/components/PipelineFlowEdit/types.d.ts +28 -0
  237. package/es/components/PipelineFlowEdit/types.js +6 -0
  238. package/es/components/PipelineFlowEdit/utils.d.ts +7 -0
  239. package/es/components/PipelineFlowEdit/utils.js +62 -0
  240. package/es/components/PipelineGraph/AnimatedContainer.d.ts +5 -0
  241. package/es/components/PipelineGraph/AnimatedContainer.js +28 -0
  242. package/es/components/PipelineGraph/AnimatedContainer.scss +12 -0
  243. package/es/components/PipelineGraph/Guide.d.ts +3 -0
  244. package/es/components/PipelineGraph/Guide.js +133 -0
  245. package/es/components/PipelineGraph/PipelineBoard.d.ts +10 -0
  246. package/es/components/PipelineGraph/PipelineBoard.js +153 -0
  247. package/es/components/PipelineGraph/PipelineCanvas.d.ts +69 -0
  248. package/es/components/PipelineGraph/PipelineCanvas.js +544 -0
  249. package/es/components/PipelineGraph/PipelineCanvas.scss +114 -0
  250. package/es/components/PipelineGraph/PipelineDAG.d.ts +53 -0
  251. package/es/components/PipelineGraph/PipelineDAG.js +174 -0
  252. package/es/components/PipelineGraph/PipelineJobs.d.ts +7 -0
  253. package/es/components/PipelineGraph/PipelineJobs.js +310 -0
  254. package/es/components/PipelineGraph/PipelineJobs.module.scss +16 -0
  255. package/es/components/PipelineGraph/PipelineRunGraph.d.ts +68 -0
  256. package/es/components/PipelineGraph/PipelineRunGraph.js +341 -0
  257. package/es/components/PipelineGraph/Rect.d.ts +29 -0
  258. package/es/components/PipelineGraph/Rect.js +91 -0
  259. package/es/components/PipelineGraph/StageHeader.d.ts +13 -0
  260. package/es/components/PipelineGraph/StageHeader.js +44 -0
  261. package/es/components/PipelineGraph/ViewPortCanvas.d.ts +8 -0
  262. package/es/components/PipelineGraph/ViewPortCanvas.js +132 -0
  263. package/es/components/PipelineGraph/ViewPortStatusBar.d.ts +12 -0
  264. package/es/components/PipelineGraph/ViewPortStatusBar.js +129 -0
  265. package/es/components/PipelineGraph/createProjection.d.ts +7 -0
  266. package/es/components/PipelineGraph/createProjection.js +49 -0
  267. package/es/components/PipelineGraph/getCanvasContentRect.d.ts +7 -0
  268. package/es/components/PipelineGraph/getCanvasContentRect.js +58 -0
  269. package/es/components/PipelineGraph/hack.scss +6 -0
  270. package/es/components/PipelineGraph/sizes.d.ts +10 -0
  271. package/es/components/PipelineGraph/sizes.js +11 -0
  272. package/es/components/PipelineGraph/transformOldPipelineRun.d.ts +3 -0
  273. package/es/components/PipelineGraph/transformOldPipelineRun.js +42 -0
  274. package/es/components/PipelineGraph/utils.d.ts +3 -0
  275. package/es/components/PipelineGraph/utils.js +16 -0
  276. package/es/components/RangeDatePicker/index.d.ts +12 -0
  277. package/es/components/RangeDatePicker/index.js +170 -0
  278. package/es/components/RangeDatePicker/index.module.scss +7 -0
  279. package/es/components/SVG/CardCheckSVG/index.d.ts +5 -0
  280. package/es/components/SVG/CardCheckSVG/index.js +22 -0
  281. package/es/components/SelectPipeline/index.d.ts +7 -0
  282. package/es/components/SelectPipeline/index.js +98 -0
  283. package/es/components/SelectPipeline/index.module.scss +17 -0
  284. package/es/components/SyntaxHighlighter/index.d.ts +5 -0
  285. package/es/components/SyntaxHighlighter/index.js +20 -0
  286. package/es/components/Tooltip/index.js +169 -0
  287. package/es/components/Tooltip/index.module.scss +60 -0
  288. package/es/components/common/at-design.scss +288 -0
  289. package/es/components/common/at-dialog-nav-scroll.scss +53 -0
  290. package/es/components/common/at-dialog-nav.scss +45 -0
  291. package/es/components/common/index.scss +8 -0
  292. package/es/components/common/teambition/ErrorBoundaryCommon/index.d.ts +15 -0
  293. package/es/components/common/teambition/ErrorBoundaryCommon/index.js +69 -0
  294. package/es/components/common/teambition/ErrorBoundaryCommon/style.module.scss +8 -0
  295. package/es/components/common/teambition/avatar/index.d.ts +12 -0
  296. package/es/components/common/teambition/avatar/index.js +146 -0
  297. package/es/components/common/teambition/avatar/index.scss +27 -0
  298. package/es/components/common/teambition/bem.scss +46 -0
  299. package/es/components/common/teambition/change-info-dialog/index.d.ts +4 -0
  300. package/es/components/common/teambition/change-info-dialog/index.js +152 -0
  301. package/es/components/common/teambition/change-info-dialog/index.scss +19 -0
  302. package/es/components/common/teambition/click-button/index.d.ts +3 -0
  303. package/es/components/common/teambition/click-button/index.js +43 -0
  304. package/es/components/common/teambition/custom-tab/index.d.ts +4 -0
  305. package/es/components/common/teambition/custom-tab/index.js +55 -0
  306. package/es/components/common/teambition/custom-tab/index.scss +26 -0
  307. package/es/components/common/teambition/deploy-group-dialog/add-host/index.d.ts +3 -0
  308. package/es/components/common/teambition/deploy-group-dialog/add-host/index.js +994 -0
  309. package/es/components/common/teambition/deploy-group-dialog/add-host/index.scss +128 -0
  310. package/es/components/common/teambition/deploy-group-dialog/config.d.ts +57 -0
  311. package/es/components/common/teambition/deploy-group-dialog/config.js +71 -0
  312. package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.d.ts +15 -0
  313. package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.js +292 -0
  314. package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.scss +29 -0
  315. package/es/components/common/teambition/deploy-group-dialog/host-info/index.d.ts +13 -0
  316. package/es/components/common/teambition/deploy-group-dialog/host-info/index.js +122 -0
  317. package/es/components/common/teambition/deploy-group-dialog/host-info/index.scss +21 -0
  318. package/es/components/common/teambition/deploy-group-dialog/host-list/index.d.ts +3 -0
  319. package/es/components/common/teambition/deploy-group-dialog/host-list/index.js +61 -0
  320. package/es/components/common/teambition/deploy-group-dialog/host-list/index.scss +13 -0
  321. package/es/components/common/teambition/deploy-group-dialog/host-table/index.d.ts +3 -0
  322. package/es/components/common/teambition/deploy-group-dialog/host-table/index.js +261 -0
  323. package/es/components/common/teambition/deploy-group-dialog/host-table/index.scss +42 -0
  324. package/es/components/common/teambition/deploy-group-dialog/host-type/index.d.ts +3 -0
  325. package/es/components/common/teambition/deploy-group-dialog/host-type/index.js +205 -0
  326. package/es/components/common/teambition/deploy-group-dialog/host-type/index.scss +109 -0
  327. package/es/components/common/teambition/deploy-group-dialog/index.d.ts +6 -0
  328. package/es/components/common/teambition/deploy-group-dialog/index.js +1225 -0
  329. package/es/components/common/teambition/deploy-group-dialog/index.scss +33 -0
  330. package/es/components/common/teambition/deploy-group-dialog/store/index.d.ts +3 -0
  331. package/es/components/common/teambition/deploy-group-dialog/store/index.js +243 -0
  332. package/es/components/common/teambition/docs/index.d.ts +5 -0
  333. package/es/components/common/teambition/docs/index.js +45 -0
  334. package/es/components/common/teambition/duration/index.d.ts +12 -0
  335. package/es/components/common/teambition/duration/index.js +105 -0
  336. package/es/components/common/teambition/editable-label/index.d.ts +10 -0
  337. package/es/components/common/teambition/editable-label/index.js +86 -0
  338. package/es/components/common/teambition/editable-label/index.scss +34 -0
  339. package/es/components/common/teambition/empty/index.d.ts +6 -0
  340. package/es/components/common/teambition/empty/index.js +21 -0
  341. package/es/components/common/teambition/empty/index.scss +19 -0
  342. package/es/components/common/teambition/flow/error-hint/index.d.ts +4 -0
  343. package/es/components/common/teambition/flow/error-hint/index.js +46 -0
  344. package/es/components/common/teambition/flow/error-hint/index.scss +112 -0
  345. package/es/components/common/teambition/flow/index.d.ts +4 -0
  346. package/es/components/common/teambition/flow/index.js +545 -0
  347. package/es/components/common/teambition/flow/index.scss +13 -0
  348. package/es/components/common/teambition/flow-engine/AdvancedSetting.d.ts +10 -0
  349. package/es/components/common/teambition/flow-engine/AdvancedSetting.js +137 -0
  350. package/es/components/common/teambition/flow-engine/DebouncedInput.d.ts +3 -0
  351. package/es/components/common/teambition/flow-engine/DebouncedInput.js +23 -0
  352. package/es/components/common/teambition/flow-engine/config.d.ts +4 -0
  353. package/es/components/common/teambition/flow-engine/config.js +106 -0
  354. package/es/components/common/teambition/flow-engine/dialogs/addServiceConnection.d.ts +16 -0
  355. package/es/components/common/teambition/flow-engine/dialogs/addServiceConnection.js +233 -0
  356. package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.d.ts +12 -0
  357. package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.js +179 -0
  358. package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.scss +42 -0
  359. package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/custom.d.ts +6 -0
  360. package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/custom.js +78 -0
  361. package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/index.d.ts +16 -0
  362. package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/index.js +54 -0
  363. package/es/components/common/teambition/flow-engine/dialogs/black.d.ts +7 -0
  364. package/es/components/common/teambition/flow-engine/dialogs/black.js +29 -0
  365. package/es/components/common/teambition/flow-engine/dialogs/createAcrRepository/index.d.ts +3 -0
  366. package/es/components/common/teambition/flow-engine/dialogs/createAcrRepository/index.js +175 -0
  367. package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.d.ts +4 -0
  368. package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.js +179 -0
  369. package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.scss +32 -0
  370. package/es/components/common/teambition/flow-engine/dialogs/dialog.d.ts +8 -0
  371. package/es/components/common/teambition/flow-engine/dialogs/dialog.js +59 -0
  372. package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.d.ts +18 -0
  373. package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.js +377 -0
  374. package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.scss +26 -0
  375. package/es/components/common/teambition/flow-engine/dialogs/emas-product/index.d.ts +9 -0
  376. package/es/components/common/teambition/flow-engine/dialogs/emas-product/index.js +116 -0
  377. package/es/components/common/teambition/flow-engine/dialogs/index.d.ts +5 -0
  378. package/es/components/common/teambition/flow-engine/dialogs/index.js +25 -0
  379. package/es/components/common/teambition/flow-engine/dialogs/index.scss +40 -0
  380. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.d.ts +29 -0
  381. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.js +421 -0
  382. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.scss +64 -0
  383. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/ack.d.ts +8 -0
  384. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/ack.js +240 -0
  385. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/custom.d.ts +8 -0
  386. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/custom.js +143 -0
  387. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/index.d.ts +35 -0
  388. package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/index.js +113 -0
  389. package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.d.ts +4 -0
  390. package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.js +40 -0
  391. package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.scss +13 -0
  392. package/es/components/common/teambition/flow-engine/fetch.d.ts +10 -0
  393. package/es/components/common/teambition/flow-engine/fetch.js +145 -0
  394. package/es/components/common/teambition/flow-engine/fields/AddMembers.d.ts +12 -0
  395. package/es/components/common/teambition/flow-engine/fields/AddMembers.js +164 -0
  396. package/es/components/common/teambition/flow-engine/fields/appstackImage.d.ts +3 -0
  397. package/es/components/common/teambition/flow-engine/fields/appstackImage.js +386 -0
  398. package/es/components/common/teambition/flow-engine/fields/appstackImage.scss +75 -0
  399. package/es/components/common/teambition/flow-engine/fields/base.d.ts +16 -0
  400. package/es/components/common/teambition/flow-engine/fields/base.js +61 -0
  401. package/es/components/common/teambition/flow-engine/fields/build-setting/index.d.ts +15 -0
  402. package/es/components/common/teambition/flow-engine/fields/build-setting/index.js +75 -0
  403. package/es/components/common/teambition/flow-engine/fields/checkbox.d.ts +5 -0
  404. package/es/components/common/teambition/flow-engine/fields/checkbox.js +20 -0
  405. package/es/components/common/teambition/flow-engine/fields/customVariable.d.ts +3 -0
  406. package/es/components/common/teambition/flow-engine/fields/customVariable.js +408 -0
  407. package/es/components/common/teambition/flow-engine/fields/customVariable.scss +95 -0
  408. package/es/components/common/teambition/flow-engine/fields/dropdown.d.ts +61 -0
  409. package/es/components/common/teambition/flow-engine/fields/dropdown.js +1093 -0
  410. package/es/components/common/teambition/flow-engine/fields/field_common.scss +93 -0
  411. package/es/components/common/teambition/flow-engine/fields/index.scss +115 -0
  412. package/es/components/common/teambition/flow-engine/fields/input.d.ts +10 -0
  413. package/es/components/common/teambition/flow-engine/fields/input.js +166 -0
  414. package/es/components/common/teambition/flow-engine/fields/inputList.d.ts +10 -0
  415. package/es/components/common/teambition/flow-engine/fields/inputList.js +79 -0
  416. package/es/components/common/teambition/flow-engine/fields/inputList.scss +21 -0
  417. package/es/components/common/teambition/flow-engine/fields/links.d.ts +5 -0
  418. package/es/components/common/teambition/flow-engine/fields/links.js +22 -0
  419. package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.d.ts +25 -0
  420. package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.js +657 -0
  421. package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.scss +55 -0
  422. package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.d.ts +32 -0
  423. package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.js +475 -0
  424. package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.scss +33 -0
  425. package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.d.ts +4 -0
  426. package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.js +141 -0
  427. package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.scss +11 -0
  428. package/es/components/common/teambition/flow-engine/fields/member.scss +7 -0
  429. package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.d.ts +9 -0
  430. package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.js +104 -0
  431. package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.scss +17 -0
  432. package/es/components/common/teambition/flow-engine/fields/multiUpstream.d.ts +19 -0
  433. package/es/components/common/teambition/flow-engine/fields/multiUpstream.js +396 -0
  434. package/es/components/common/teambition/flow-engine/fields/multiUpstream.scss +67 -0
  435. package/es/components/common/teambition/flow-engine/fields/none.d.ts +5 -0
  436. package/es/components/common/teambition/flow-engine/fields/none.js +18 -0
  437. package/es/components/common/teambition/flow-engine/fields/packagesConnection.d.ts +10 -0
  438. package/es/components/common/teambition/flow-engine/fields/packagesConnection.js +330 -0
  439. package/es/components/common/teambition/flow-engine/fields/packagesConnection.scss +31 -0
  440. package/es/components/common/teambition/flow-engine/fields/password.d.ts +6 -0
  441. package/es/components/common/teambition/flow-engine/fields/password.js +25 -0
  442. package/es/components/common/teambition/flow-engine/fields/radioGroup.d.ts +15 -0
  443. package/es/components/common/teambition/flow-engine/fields/radioGroup.js +180 -0
  444. package/es/components/common/teambition/flow-engine/fields/radioGroup.scss +3 -0
  445. package/es/components/common/teambition/flow-engine/fields/readline.d.ts +13 -0
  446. package/es/components/common/teambition/flow-engine/fields/readline.js +296 -0
  447. package/es/components/common/teambition/flow-engine/fields/redline.scss +69 -0
  448. package/es/components/common/teambition/flow-engine/fields/sourceSelect.d.ts +3 -0
  449. package/es/components/common/teambition/flow-engine/fields/sourceSelect.js +54 -0
  450. package/es/components/common/teambition/flow-engine/fields/sourcesSelect.d.ts +3 -0
  451. package/es/components/common/teambition/flow-engine/fields/sourcesSelect.js +69 -0
  452. package/es/components/common/teambition/flow-engine/fields/step.d.ts +20 -0
  453. package/es/components/common/teambition/flow-engine/fields/step.js +456 -0
  454. package/es/components/common/teambition/flow-engine/fields/step.scss +31 -0
  455. package/es/components/common/teambition/flow-engine/fields/steps.d.ts +17 -0
  456. package/es/components/common/teambition/flow-engine/fields/steps.js +719 -0
  457. package/es/components/common/teambition/flow-engine/fields/text_label.d.ts +5 -0
  458. package/es/components/common/teambition/flow-engine/fields/text_label.js +16 -0
  459. package/es/components/common/teambition/flow-engine/fields/tip.d.ts +6 -0
  460. package/es/components/common/teambition/flow-engine/fields/tip.js +39 -0
  461. package/es/components/common/teambition/flow-engine/fields/upstream.d.ts +12 -0
  462. package/es/components/common/teambition/flow-engine/fields/upstream.js +169 -0
  463. package/es/components/common/teambition/flow-engine/fields/upstreamSourcesUtils.d.ts +11 -0
  464. package/es/components/common/teambition/flow-engine/fields/upstreamSourcesUtils.js +144 -0
  465. package/es/components/common/teambition/flow-engine/globalContext.d.ts +5 -0
  466. package/es/components/common/teambition/flow-engine/globalContext.js +7 -0
  467. package/es/components/common/teambition/flow-engine/index.scss +190 -0
  468. package/es/components/common/teambition/flow-engine/job.d.ts +26 -0
  469. package/es/components/common/teambition/flow-engine/job.js +567 -0
  470. package/es/components/common/teambition/flow-engine/jobInitializer.d.ts +15 -0
  471. package/es/components/common/teambition/flow-engine/jobInitializer.js +64 -0
  472. package/es/components/common/teambition/flow-engine/plugins.d.ts +10 -0
  473. package/es/components/common/teambition/flow-engine/plugins.js +324 -0
  474. package/es/components/common/teambition/flow-engine/rules.d.ts +5 -0
  475. package/es/components/common/teambition/flow-engine/rules.js +633 -0
  476. package/es/components/common/teambition/flow-engine/template.d.ts +35 -0
  477. package/es/components/common/teambition/flow-engine/template.js +617 -0
  478. package/es/components/common/teambition/flow-engine/toolbars/index.d.ts +8 -0
  479. package/es/components/common/teambition/flow-engine/toolbars/index.js +32 -0
  480. package/es/components/common/teambition/flow-engine/toolbars/shortcutAcrCreate.d.ts +10 -0
  481. package/es/components/common/teambition/flow-engine/toolbars/shortcutAcrCreate.js +356 -0
  482. package/es/components/common/teambition/flow-group/index.d.ts +39 -0
  483. package/es/components/common/teambition/flow-group/index.js +201 -0
  484. package/es/components/common/teambition/flow-group/index.scss +136 -0
  485. package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.d.ts +9 -0
  486. package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.js +177 -0
  487. package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.scss +12 -0
  488. package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.d.ts +16 -0
  489. package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.js +80 -0
  490. package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.scss +180 -0
  491. package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.d.ts +11 -0
  492. package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.js +178 -0
  493. package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.scss +20 -0
  494. package/es/components/common/teambition/flow-job-btn/cardsMap.d.ts +13 -0
  495. package/es/components/common/teambition/flow-job-btn/cardsMap.js +215 -0
  496. package/es/components/common/teambition/flow-job-btn/change-info-btn/index.d.ts +6 -0
  497. package/es/components/common/teambition/flow-job-btn/change-info-btn/index.js +48 -0
  498. package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.d.ts +12 -0
  499. package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.js +151 -0
  500. package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.scss +20 -0
  501. package/es/components/common/teambition/flow-job-btn/debug-button/index.d.ts +15 -0
  502. package/es/components/common/teambition/flow-job-btn/debug-button/index.js +142 -0
  503. package/es/components/common/teambition/flow-job-btn/debug-button/index.scss +27 -0
  504. package/es/components/common/teambition/flow-job-btn/deploy-order/deployChannel.d.ts +3 -0
  505. package/es/components/common/teambition/flow-job-btn/deploy-order/deployChannel.js +3 -0
  506. package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderDetail.d.ts +4 -0
  507. package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderDetail.js +700 -0
  508. package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogDialog.d.ts +4 -0
  509. package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogDialog.js +218 -0
  510. package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogs.d.ts +4 -0
  511. package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogs.js +296 -0
  512. package/es/components/common/teambition/flow-job-btn/deploy-order/index.d.ts +12 -0
  513. package/es/components/common/teambition/flow-job-btn/deploy-order/index.js +45 -0
  514. package/es/components/common/teambition/flow-job-btn/deploy-order/index.scss +286 -0
  515. package/es/components/common/teambition/flow-job-btn/deploy-order/machineStatus.d.ts +8 -0
  516. package/es/components/common/teambition/flow-job-btn/deploy-order/machineStatus.js +8 -0
  517. package/es/components/common/teambition/flow-job-btn/deploy-order/orderStatus.d.ts +6 -0
  518. package/es/components/common/teambition/flow-job-btn/deploy-order/orderStatus.js +6 -0
  519. package/es/components/common/teambition/flow-job-btn/deploy-order/pauseStrategy.d.ts +3 -0
  520. package/es/components/common/teambition/flow-job-btn/deploy-order/pauseStrategy.js +3 -0
  521. package/es/components/common/teambition/flow-job-btn/deploy-order/utils.d.ts +20 -0
  522. package/es/components/common/teambition/flow-job-btn/deploy-order/utils.js +158 -0
  523. package/es/components/common/teambition/flow-job-btn/emas-artifact/index.d.ts +7 -0
  524. package/es/components/common/teambition/flow-job-btn/emas-artifact/index.js +77 -0
  525. package/es/components/common/teambition/flow-job-btn/emas-artifact/index.scss +4 -0
  526. package/es/components/common/teambition/flow-job-btn/execute-button/index.d.ts +24 -0
  527. package/es/components/common/teambition/flow-job-btn/execute-button/index.js +176 -0
  528. package/es/components/common/teambition/flow-job-btn/index.d.ts +12 -0
  529. package/es/components/common/teambition/flow-job-btn/index.js +207 -0
  530. package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.d.ts +12 -0
  531. package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.js +193 -0
  532. package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.scss +20 -0
  533. package/es/components/common/teambition/flow-job-btn/link/index.d.ts +11 -0
  534. package/es/components/common/teambition/flow-job-btn/link/index.js +29 -0
  535. package/es/components/common/teambition/flow-job-btn/link-with-qrcode/index.d.ts +7 -0
  536. package/es/components/common/teambition/flow-job-btn/link-with-qrcode/index.js +25 -0
  537. package/es/components/common/teambition/flow-job-btn/log-btn/AI.d.ts +9 -0
  538. package/es/components/common/teambition/flow-job-btn/log-btn/AI.js +339 -0
  539. package/es/components/common/teambition/flow-job-btn/log-btn/ai.module.scss +182 -0
  540. package/es/components/common/teambition/flow-job-btn/log-btn/ai.scss +153 -0
  541. package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.d.ts +4 -0
  542. package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.js +149 -0
  543. package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.scss +61 -0
  544. package/es/components/common/teambition/flow-job-btn/log-btn/index.d.ts +17 -0
  545. package/es/components/common/teambition/flow-job-btn/log-btn/index.js +598 -0
  546. package/es/components/common/teambition/flow-job-btn/log-btn/index.scss +231 -0
  547. package/es/components/common/teambition/flow-job-btn/none/index.d.ts +11 -0
  548. package/es/components/common/teambition/flow-job-btn/none/index.js +24 -0
  549. package/es/components/common/teambition/flow-job-btn/package-download/index.d.ts +9 -0
  550. package/es/components/common/teambition/flow-job-btn/package-download/index.js +91 -0
  551. package/es/components/common/teambition/flow-job-btn/package-download/index.scss +48 -0
  552. package/es/components/common/teambition/flow-job-btn/package-link/index.d.ts +8 -0
  553. package/es/components/common/teambition/flow-job-btn/package-link/index.js +54 -0
  554. package/es/components/common/teambition/flow-job-btn/package-link/index.scss +0 -0
  555. package/es/components/common/teambition/flow-job-btn/release-branch/index.d.ts +6 -0
  556. package/es/components/common/teambition/flow-job-btn/release-branch/index.js +78 -0
  557. package/es/components/common/teambition/flow-job-btn/release-order/index.d.ts +12 -0
  558. package/es/components/common/teambition/flow-job-btn/release-order/index.js +49 -0
  559. package/es/components/common/teambition/flow-job-btn/release-order/index.scss +11 -0
  560. package/es/components/common/teambition/flow-job-btn/replaceHost.d.ts +1 -0
  561. package/es/components/common/teambition/flow-job-btn/replaceHost.js +7 -0
  562. package/es/components/common/teambition/flow-job-btn/stat-info-s-common/RememberConfirm.d.ts +5 -0
  563. package/es/components/common/teambition/flow-job-btn/stat-info-s-common/RememberConfirm.js +152 -0
  564. package/es/components/common/teambition/flow-job-btn/stat-info-s-common/common.d.ts +12 -0
  565. package/es/components/common/teambition/flow-job-btn/stat-info-s-common/common.js +70 -0
  566. package/es/components/common/teambition/flow-job-btn/state-info/index.d.ts +11 -0
  567. package/es/components/common/teambition/flow-job-btn/state-info/index.js +715 -0
  568. package/es/components/common/teambition/flow-job-btn/state-info/index.scss +78 -0
  569. package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.d.ts +11 -0
  570. package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.js +621 -0
  571. package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.scss +61 -0
  572. package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.d.ts +14 -0
  573. package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.js +706 -0
  574. package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.scss +99 -0
  575. package/es/components/common/teambition/flow-job-btn/summary-info/index.d.ts +12 -0
  576. package/es/components/common/teambition/flow-job-btn/summary-info/index.js +38 -0
  577. package/es/components/common/teambition/flow-job-btn/summary-info/index.scss +9 -0
  578. package/es/components/common/teambition/flow-job-btn/view/index.d.ts +11 -0
  579. package/es/components/common/teambition/flow-job-btn/view/index.js +27 -0
  580. package/es/components/common/teambition/flow-job-edit-menu/index.d.ts +24 -0
  581. package/es/components/common/teambition/flow-job-edit-menu/index.js +155 -0
  582. package/es/components/common/teambition/flow-job-edit-menu/index.scss +40 -0
  583. package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.d.ts +22 -0
  584. package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.js +52 -0
  585. package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.module.scss +7 -0
  586. package/es/components/common/teambition/flow-job-new/avatar-group/index.d.ts +6 -0
  587. package/es/components/common/teambition/flow-job-new/avatar-group/index.js +57 -0
  588. package/es/components/common/teambition/flow-job-new/avatar-group/index.scss +59 -0
  589. package/es/components/common/teambition/flow-job-new/cardInner.module.scss +183 -0
  590. package/es/components/common/teambition/flow-job-new/componentDisplayText.d.ts +2 -0
  591. package/es/components/common/teambition/flow-job-new/componentDisplayText.js +36 -0
  592. package/es/components/common/teambition/flow-job-new/hack.module.scss +50 -0
  593. package/es/components/common/teambition/flow-job-new/index.d.ts +28 -0
  594. package/es/components/common/teambition/flow-job-new/index.js +732 -0
  595. package/es/components/common/teambition/flow-job-new/index.scss +37 -0
  596. package/es/components/common/teambition/flow-job-new/style.module.scss +145 -0
  597. package/es/components/common/teambition/flow-job-new/themes/card.scss +195 -0
  598. package/es/components/common/teambition/flow-job-new/useScroll.d.ts +2 -0
  599. package/es/components/common/teambition/flow-job-new/useScroll.js +16 -0
  600. package/es/components/common/teambition/flow-job-new/utils/index.d.ts +2 -0
  601. package/es/components/common/teambition/flow-job-new/utils/index.js +109 -0
  602. package/es/components/common/teambition/flow-job-runtime-menu/index.d.ts +16 -0
  603. package/es/components/common/teambition/flow-job-runtime-menu/index.js +89 -0
  604. package/es/components/common/teambition/flow-job-runtime-menu/index.scss +51 -0
  605. package/es/components/common/teambition/flow-new/error-hint/index.d.ts +4 -0
  606. package/es/components/common/teambition/flow-new/error-hint/index.js +46 -0
  607. package/es/components/common/teambition/flow-new/error-hint/index.scss +112 -0
  608. package/es/components/common/teambition/flow-new/flow.d.ts +3 -0
  609. package/es/components/common/teambition/flow-new/flow.js +48 -0
  610. package/es/components/common/teambition/flow-new/index.d.ts +10 -0
  611. package/es/components/common/teambition/flow-new/index.js +60 -0
  612. package/es/components/common/teambition/flow-stage/index.d.ts +25 -0
  613. package/es/components/common/teambition/flow-stage/index.js +90 -0
  614. package/es/components/common/teambition/flow-stage/index.scss +117 -0
  615. package/es/components/common/teambition/flow-stage-new/index.d.ts +23 -0
  616. package/es/components/common/teambition/flow-stage-new/index.js +76 -0
  617. package/es/components/common/teambition/flow-stage-new/index.scss +53 -0
  618. package/es/components/common/teambition/form-error-tooltip/index.d.ts +5 -0
  619. package/es/components/common/teambition/form-error-tooltip/index.js +25 -0
  620. package/es/components/common/teambition/globalParams/index.d.ts +21 -0
  621. package/es/components/common/teambition/globalParams/index.js +351 -0
  622. package/es/components/common/teambition/globalParams/index.scss +98 -0
  623. package/es/components/common/teambition/group-status/index.d.ts +7 -0
  624. package/es/components/common/teambition/group-status/index.js +83 -0
  625. package/es/components/common/teambition/group-status/index.scss +107 -0
  626. package/es/components/common/teambition/guide-hint/index.d.ts +4 -0
  627. package/es/components/common/teambition/guide-hint/index.js +55 -0
  628. package/es/components/common/teambition/guide-hint/index.scss +103 -0
  629. package/es/components/common/teambition/help-link/index.d.ts +3 -0
  630. package/es/components/common/teambition/help-link/index.js +28 -0
  631. package/es/components/common/teambition/help-link/index.scss +7 -0
  632. package/es/components/common/teambition/icon-font/index.d.ts +17 -0
  633. package/es/components/common/teambition/icon-font/index.js +81 -0
  634. package/es/components/common/teambition/icon-image/index.d.ts +12 -0
  635. package/es/components/common/teambition/icon-image/index.js +28 -0
  636. package/es/components/common/teambition/index.scss +331 -0
  637. package/es/components/common/teambition/input-placeholder-tip/index.d.ts +5 -0
  638. package/es/components/common/teambition/input-placeholder-tip/index.js +38 -0
  639. package/es/components/common/teambition/input-placeholder-tip/index.scss +7 -0
  640. package/es/components/common/teambition/instance-flow/index.d.ts +11 -0
  641. package/es/components/common/teambition/instance-flow/index.js +54 -0
  642. package/es/components/common/teambition/instance-flow/index.scss +1 -0
  643. package/es/components/common/teambition/instance-releases/index.d.ts +7 -0
  644. package/es/components/common/teambition/instance-releases/index.js +50 -0
  645. package/es/components/common/teambition/instance-releases/index.scss +52 -0
  646. package/es/components/common/teambition/instance-sources/index.d.ts +12 -0
  647. package/es/components/common/teambition/instance-sources/index.js +252 -0
  648. package/es/components/common/teambition/instance-sources/index.scss +143 -0
  649. package/es/components/common/teambition/instance-status/index.d.ts +10 -0
  650. package/es/components/common/teambition/instance-status/index.js +35 -0
  651. package/es/components/common/teambition/instance-status/index.scss +36 -0
  652. package/es/components/common/teambition/instance-status-icon/index.d.ts +91 -0
  653. package/es/components/common/teambition/instance-status-icon/index.js +239 -0
  654. package/es/components/common/teambition/instance-status-icon/index.scss +92 -0
  655. package/es/components/common/teambition/instance-trigger-info/index.d.ts +8 -0
  656. package/es/components/common/teambition/instance-trigger-info/index.js +278 -0
  657. package/es/components/common/teambition/instance-trigger-info/index.scss +109 -0
  658. package/es/components/common/teambition/instance-trigger-mode/index.d.ts +4 -0
  659. package/es/components/common/teambition/instance-trigger-mode/index.js +42 -0
  660. package/es/components/common/teambition/manage-nav-bar/index.d.ts +15 -0
  661. package/es/components/common/teambition/manage-nav-bar/index.js +99 -0
  662. package/es/components/common/teambition/manage-nav-bar/index.scss +104 -0
  663. package/es/components/common/teambition/menu-wrapper/index.d.ts +15 -0
  664. package/es/components/common/teambition/menu-wrapper/index.js +126 -0
  665. package/es/components/common/teambition/menu-wrapper/index.scss +65 -0
  666. package/es/components/common/teambition/message/index.d.ts +8 -0
  667. package/es/components/common/teambition/message/index.js +31 -0
  668. package/es/components/common/teambition/message/index.scss +43 -0
  669. package/es/components/common/teambition/message-page/index.d.ts +14 -0
  670. package/es/components/common/teambition/message-page/index.js +34 -0
  671. package/es/components/common/teambition/message-page/index.scss +16 -0
  672. package/es/components/common/teambition/operation-panel/index.d.ts +4 -0
  673. package/es/components/common/teambition/operation-panel/index.js +43 -0
  674. package/es/components/common/teambition/operation-panel/index.scss +33 -0
  675. package/es/components/common/teambition/pipeline-configuration/index.d.ts +3 -0
  676. package/es/components/common/teambition/pipeline-configuration/index.js +482 -0
  677. package/es/components/common/teambition/pipeline-configuration/index.scss +136 -0
  678. package/es/components/common/teambition/pipeline-configuration/utils.d.ts +546 -0
  679. package/es/components/common/teambition/pipeline-configuration/utils.js +1195 -0
  680. package/es/components/common/teambition/pipeline-flow-dialog/appstack-wrap.d.ts +11 -0
  681. package/es/components/common/teambition/pipeline-flow-dialog/appstack-wrap.js +50 -0
  682. package/es/components/common/teambition/pipeline-flow-dialog/index.d.ts +120 -0
  683. package/es/components/common/teambition/pipeline-flow-dialog/index.js +2612 -0
  684. package/es/components/common/teambition/pipeline-flow-dialog/index.scss +111 -0
  685. package/es/components/common/teambition/pipeline-flow-dialog/type.d.ts +14 -0
  686. package/es/components/common/teambition/pipeline-flow-dialog/utils.d.ts +18 -0
  687. package/es/components/common/teambition/pipeline-flow-dialog/utils.js +167 -0
  688. package/es/components/common/teambition/pipeline-flow-dialog/validate.d.ts +11 -0
  689. package/es/components/common/teambition/pipeline-flow-dialog/validate.js +43 -0
  690. package/es/components/common/teambition/pipeline-flow-info/flow-info/index.d.ts +3 -0
  691. package/es/components/common/teambition/pipeline-flow-info/flow-info/index.js +346 -0
  692. package/es/components/common/teambition/pipeline-flow-info/index.d.ts +11 -0
  693. package/es/components/common/teambition/pipeline-flow-info/index.js +60 -0
  694. package/es/components/common/teambition/pipeline-flow-info/index.scss +0 -0
  695. package/es/components/common/teambition/pipeline-flow-info/member-info/index.d.ts +3 -0
  696. package/es/components/common/teambition/pipeline-flow-info/member-info/index.js +70 -0
  697. package/es/components/common/teambition/pipeline-flow-info/member-info/index.scss +48 -0
  698. package/es/components/common/teambition/pipeline-flow-info/member-info/member-table.d.ts +4 -0
  699. package/es/components/common/teambition/pipeline-flow-info/member-info/member-table.js +179 -0
  700. package/es/components/common/teambition/pipeline-flow-info/member-info/utils.d.ts +16 -0
  701. package/es/components/common/teambition/pipeline-flow-info/member-info/utils.js +245 -0
  702. package/es/components/common/teambition/pipeline-flow-orchestrator/editor/index.d.ts +5 -0
  703. package/es/components/common/teambition/pipeline-flow-orchestrator/editor/index.js +8 -0
  704. package/es/components/common/teambition/pipeline-flow-orchestrator/index.d.ts +73 -0
  705. package/es/components/common/teambition/pipeline-flow-orchestrator/index.js +1010 -0
  706. package/es/components/common/teambition/pipeline-flow-orchestrator/index.scss +215 -0
  707. package/es/components/common/teambition/pipeline-flow-orchestrator/utils.d.ts +60 -0
  708. package/es/components/common/teambition/pipeline-flow-orchestrator/utils.js +225 -0
  709. package/es/components/common/teambition/pipeline-flow-scheduler/concurrency/index.d.ts +9 -0
  710. package/es/components/common/teambition/pipeline-flow-scheduler/concurrency/index.js +102 -0
  711. package/es/components/common/teambition/pipeline-flow-scheduler/index.d.ts +16 -0
  712. package/es/components/common/teambition/pipeline-flow-scheduler/index.js +250 -0
  713. package/es/components/common/teambition/pipeline-flow-scheduler/index.scss +11 -0
  714. package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.d.ts +5 -0
  715. package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.js +375 -0
  716. package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.scss +46 -0
  717. package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.d.ts +3 -0
  718. package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.js +90 -0
  719. package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.module.scss +5 -0
  720. package/es/components/common/teambition/pipeline-flow-setting-layout/index.d.ts +8 -0
  721. package/es/components/common/teambition/pipeline-flow-setting-layout/index.js +15 -0
  722. package/es/components/common/teambition/pipeline-flow-setting-layout/index.scss +58 -0
  723. package/es/components/common/teambition/pipeline-flow-var/cache-table/add-cache-dialog/index.d.ts +9 -0
  724. package/es/components/common/teambition/pipeline-flow-var/cache-table/add-cache-dialog/index.js +131 -0
  725. package/es/components/common/teambition/pipeline-flow-var/cache-table/index.d.ts +4 -0
  726. package/es/components/common/teambition/pipeline-flow-var/cache-table/index.js +417 -0
  727. package/es/components/common/teambition/pipeline-flow-var/cache-table/index.scss +17 -0
  728. package/es/components/common/teambition/pipeline-flow-var/cache-table/mountCard.module.scss +47 -0
  729. package/es/components/common/teambition/pipeline-flow-var/cache-table/pmLocalMount.d.ts +5 -0
  730. package/es/components/common/teambition/pipeline-flow-var/cache-table/pmLocalMount.js +167 -0
  731. package/es/components/common/teambition/pipeline-flow-var/index.d.ts +11 -0
  732. package/es/components/common/teambition/pipeline-flow-var/index.js +101 -0
  733. package/es/components/common/teambition/pipeline-flow-var/index.scss +51 -0
  734. package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.d.ts +11 -0
  735. package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.js +146 -0
  736. package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.scss +26 -0
  737. package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.d.ts +4 -0
  738. package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.js +550 -0
  739. package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.scss +17 -0
  740. package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.d.ts +4 -0
  741. package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.js +324 -0
  742. package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.scss +53 -0
  743. package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.d.ts +4 -0
  744. package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.js +373 -0
  745. package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.scss +31 -0
  746. package/es/components/common/teambition/pipeline-flow-var/var-table/index.d.ts +4 -0
  747. package/es/components/common/teambition/pipeline-flow-var/var-table/index.js +665 -0
  748. package/es/components/common/teambition/pipeline-flow-var/var-table/index.scss +21 -0
  749. package/es/components/common/teambition/pipeline-flow-var/var-table/util.d.ts +5 -0
  750. package/es/components/common/teambition/pipeline-flow-var/var-table/util.js +36 -0
  751. package/es/components/common/teambition/pipeline-graph/index.d.ts +7 -0
  752. package/es/components/common/teambition/pipeline-graph/index.js +41 -0
  753. package/es/components/common/teambition/pipeline-graph/index.scss +187 -0
  754. package/es/components/common/teambition/pipeline-graph/parent-graph.d.ts +59 -0
  755. package/es/components/common/teambition/pipeline-graph/parent-graph.js +161 -0
  756. package/es/components/common/teambition/pipeline-graph/stage-card.d.ts +8 -0
  757. package/es/components/common/teambition/pipeline-graph/stage-card.js +79 -0
  758. package/es/components/common/teambition/pipeline-graph/stage-graph.d.ts +7 -0
  759. package/es/components/common/teambition/pipeline-graph/stage-graph.js +61 -0
  760. package/es/components/common/teambition/pipeline-graph/svg-graph.d.ts +8 -0
  761. package/es/components/common/teambition/pipeline-graph/svg-graph.js +75 -0
  762. package/es/components/common/teambition/pipeline-info/appstack-wrap.d.ts +5 -0
  763. package/es/components/common/teambition/pipeline-info/appstack-wrap.js +24 -0
  764. package/es/components/common/teambition/pipeline-info/baseInfo.d.ts +8 -0
  765. package/es/components/common/teambition/pipeline-info/baseInfo.js +273 -0
  766. package/es/components/common/teambition/pipeline-info/index.d.ts +16 -0
  767. package/es/components/common/teambition/pipeline-info/index.js +313 -0
  768. package/es/components/common/teambition/pipeline-info/index.scss +56 -0
  769. package/es/components/common/teambition/pipeline-info/tagSelect.d.ts +10 -0
  770. package/es/components/common/teambition/pipeline-info/tagSelect.js +291 -0
  771. package/es/components/common/teambition/pipeline-instance/folding/index.d.ts +8 -0
  772. package/es/components/common/teambition/pipeline-instance/folding/index.js +45 -0
  773. package/es/components/common/teambition/pipeline-instance/folding/index.scss +43 -0
  774. package/es/components/common/teambition/pipeline-instance/index.d.ts +4 -0
  775. package/es/components/common/teambition/pipeline-instance/index.js +397 -0
  776. package/es/components/common/teambition/pipeline-instance/index.scss +249 -0
  777. package/es/components/common/teambition/pipeline-instance/package/packages.d.ts +8 -0
  778. package/es/components/common/teambition/pipeline-instance/package/packages.js +247 -0
  779. package/es/components/common/teambition/pipeline-instance/package/tree.d.ts +12 -0
  780. package/es/components/common/teambition/pipeline-instance/package/tree.js +104 -0
  781. package/es/components/common/teambition/pipeline-instance/readme.md +1 -0
  782. package/es/components/common/teambition/pipeline-instance/source.d.ts +3 -0
  783. package/es/components/common/teambition/pipeline-instance/source.js +198 -0
  784. package/es/components/common/teambition/pipeline-instance-new/SourceElement.d.ts +1 -0
  785. package/es/components/common/teambition/pipeline-instance-new/SourceElement.js +53 -0
  786. package/es/components/common/teambition/pipeline-instance-new/StatusBar.d.ts +1 -0
  787. package/es/components/common/teambition/pipeline-instance-new/StatusBar.js +273 -0
  788. package/es/components/common/teambition/pipeline-instance-new/commits/index.d.ts +7 -0
  789. package/es/components/common/teambition/pipeline-instance-new/commits/index.js +277 -0
  790. package/es/components/common/teambition/pipeline-instance-new/commits/index.scss +75 -0
  791. package/es/components/common/teambition/pipeline-instance-new/constants.d.ts +2 -0
  792. package/es/components/common/teambition/pipeline-instance-new/constants.js +2 -0
  793. package/es/components/common/teambition/pipeline-instance-new/index.d.ts +4 -0
  794. package/es/components/common/teambition/pipeline-instance-new/index.js +124 -0
  795. package/es/components/common/teambition/pipeline-instance-new/index.scss +500 -0
  796. package/es/components/common/teambition/pipeline-instance-new/package/packages.d.ts +8 -0
  797. package/es/components/common/teambition/pipeline-instance-new/package/packages.js +256 -0
  798. package/es/components/common/teambition/pipeline-instance-new/package/tree.d.ts +12 -0
  799. package/es/components/common/teambition/pipeline-instance-new/package/tree.js +114 -0
  800. package/es/components/common/teambition/pipeline-instance-new/source.d.ts +22 -0
  801. package/es/components/common/teambition/pipeline-instance-new/source.js +376 -0
  802. package/es/components/common/teambition/pipeline-instance-new/status/index.d.ts +9 -0
  803. package/es/components/common/teambition/pipeline-instance-new/status/index.js +172 -0
  804. package/es/components/common/teambition/pipeline-instance-new/status/index.scss +45 -0
  805. package/es/components/common/teambition/pipeline-instance-new/variable/index.d.ts +4 -0
  806. package/es/components/common/teambition/pipeline-instance-new/variable/index.js +108 -0
  807. package/es/components/common/teambition/pipeline-instance-new/variable/index.scss +5 -0
  808. package/es/components/common/teambition/pipeline-menu/index.d.ts +14 -0
  809. package/es/components/common/teambition/pipeline-menu/index.js +340 -0
  810. package/es/components/common/teambition/pipeline-menu/index.scss +122 -0
  811. package/es/components/common/teambition/pipeline-params/index.d.ts +4 -0
  812. package/es/components/common/teambition/pipeline-params/index.js +108 -0
  813. package/es/components/common/teambition/pipeline-params/index.scss +78 -0
  814. package/es/components/common/teambition/pipeline-recode-diff/index.d.ts +12 -0
  815. package/es/components/common/teambition/pipeline-recode-diff/index.js +276 -0
  816. package/es/components/common/teambition/pipeline-recode-diff/index.module.scss +27 -0
  817. package/es/components/common/teambition/pipeline-roll-back/index.d.ts +13 -0
  818. package/es/components/common/teambition/pipeline-roll-back/index.js +189 -0
  819. package/es/components/common/teambition/pipeline-roll-back/index.module.scss +23 -0
  820. package/es/components/common/teambition/pipeline-run-confirm/index.d.ts +13 -0
  821. package/es/components/common/teambition/pipeline-run-confirm/index.js +83 -0
  822. package/es/components/common/teambition/pipeline-run-confirm/index.scss +16 -0
  823. package/es/components/common/teambition/pipeline-save-diff/index.d.ts +12 -0
  824. package/es/components/common/teambition/pipeline-save-diff/index.js +98 -0
  825. package/es/components/common/teambition/pipeline-save-diff/index.module.scss +9 -0
  826. package/es/components/common/teambition/pipeline-source/BranchesFilter.d.ts +8 -0
  827. package/es/components/common/teambition/pipeline-source/BranchesFilter.js +93 -0
  828. package/es/components/common/teambition/pipeline-source/artifact-source/acr-sign.d.ts +8 -0
  829. package/es/components/common/teambition/pipeline-source/artifact-source/acr-sign.js +87 -0
  830. package/es/components/common/teambition/pipeline-source/artifact-source/acr-webhook.d.ts +8 -0
  831. package/es/components/common/teambition/pipeline-source/artifact-source/acr-webhook.js +174 -0
  832. package/es/components/common/teambition/pipeline-source/artifact-source/acr.d.ts +8 -0
  833. package/es/components/common/teambition/pipeline-source/artifact-source/acr.js +381 -0
  834. package/es/components/common/teambition/pipeline-source/artifact-source/index.d.ts +15 -0
  835. package/es/components/common/teambition/pipeline-source/artifact-source/index.js +63 -0
  836. package/es/components/common/teambition/pipeline-source/artifact-source/index.scss +71 -0
  837. package/es/components/common/teambition/pipeline-source/artifact-source/packages.d.ts +8 -0
  838. package/es/components/common/teambition/pipeline-source/artifact-source/packages.js +467 -0
  839. package/es/components/common/teambition/pipeline-source/artifact-source/utils.d.ts +2 -0
  840. package/es/components/common/teambition/pipeline-source/artifact-source/utils.js +20 -0
  841. package/es/components/common/teambition/pipeline-source/branch-mode/index.d.ts +9 -0
  842. package/es/components/common/teambition/pipeline-source/branch-mode/index.js +79 -0
  843. package/es/components/common/teambition/pipeline-source/branch-mode/index.scss +11 -0
  844. package/es/components/common/teambition/pipeline-source/code-source/index.d.ts +4 -0
  845. package/es/components/common/teambition/pipeline-source/code-source/index.js +148 -0
  846. package/es/components/common/teambition/pipeline-source/code-source/index.scss +218 -0
  847. package/es/components/common/teambition/pipeline-source/code-source/utils.d.ts +71 -0
  848. package/es/components/common/teambition/pipeline-source/code-source/utils.js +182 -0
  849. package/es/components/common/teambition/pipeline-source/credential/index.d.ts +13 -0
  850. package/es/components/common/teambition/pipeline-source/credential/index.js +430 -0
  851. package/es/components/common/teambition/pipeline-source/credential/index.scss +9 -0
  852. package/es/components/common/teambition/pipeline-source/credential-form-item/index.d.ts +20 -0
  853. package/es/components/common/teambition/pipeline-source/credential-form-item/index.js +397 -0
  854. package/es/components/common/teambition/pipeline-source/credential-form-item/index.scss +90 -0
  855. package/es/components/common/teambition/pipeline-source/credential-form-item/keypair.d.ts +6 -0
  856. package/es/components/common/teambition/pipeline-source/credential-form-item/keypair.js +80 -0
  857. package/es/components/common/teambition/pipeline-source/credential-form-item/newItem.d.ts +15 -0
  858. package/es/components/common/teambition/pipeline-source/credential-form-item/newItem.js +368 -0
  859. package/es/components/common/teambition/pipeline-source/fetch-depth/index.d.ts +6 -0
  860. package/es/components/common/teambition/pipeline-source/fetch-depth/index.js +67 -0
  861. package/es/components/common/teambition/pipeline-source/index.d.ts +37 -0
  862. package/es/components/common/teambition/pipeline-source/index.js +213 -0
  863. package/es/components/common/teambition/pipeline-source/index.scss +40 -0
  864. package/es/components/common/teambition/pipeline-source/jenkins/index.d.ts +4 -0
  865. package/es/components/common/teambition/pipeline-source/jenkins/index.js +1071 -0
  866. package/es/components/common/teambition/pipeline-source/jenkins/index.scss +34 -0
  867. package/es/components/common/teambition/pipeline-source/jenkins/layout.d.ts +3 -0
  868. package/es/components/common/teambition/pipeline-source/jenkins/layout.js +169 -0
  869. package/es/components/common/teambition/pipeline-source/jenkins/utils.d.ts +19 -0
  870. package/es/components/common/teambition/pipeline-source/jenkins/utils.js +288 -0
  871. package/es/components/common/teambition/pipeline-source/pipeline-event/index.d.ts +5 -0
  872. package/es/components/common/teambition/pipeline-source/pipeline-event/index.js +122 -0
  873. package/es/components/common/teambition/pipeline-source/pipeline-event/index.scss +40 -0
  874. package/es/components/common/teambition/pipeline-source/scms/aliyun.d.ts +11 -0
  875. package/es/components/common/teambition/pipeline-source/scms/aliyun.js +337 -0
  876. package/es/components/common/teambition/pipeline-source/scms/appstack.d.ts +10 -0
  877. package/es/components/common/teambition/pipeline-source/scms/appstack.js +211 -0
  878. package/es/components/common/teambition/pipeline-source/scms/atomGit.d.ts +10 -0
  879. package/es/components/common/teambition/pipeline-source/scms/atomGit.js +382 -0
  880. package/es/components/common/teambition/pipeline-source/scms/bitbucket.d.ts +10 -0
  881. package/es/components/common/teambition/pipeline-source/scms/bitbucket.js +131 -0
  882. package/es/components/common/teambition/pipeline-source/scms/branchTips.d.ts +3 -0
  883. package/es/components/common/teambition/pipeline-source/scms/branchTips.js +30 -0
  884. package/es/components/common/teambition/pipeline-source/scms/code_alibaba.d.ts +3 -0
  885. package/es/components/common/teambition/pipeline-source/scms/code_alibaba.js +503 -0
  886. package/es/components/common/teambition/pipeline-source/scms/codeup.d.ts +3 -0
  887. package/es/components/common/teambition/pipeline-source/scms/codeup.js +507 -0
  888. package/es/components/common/teambition/pipeline-source/scms/coding.d.ts +11 -0
  889. package/es/components/common/teambition/pipeline-source/scms/coding.js +141 -0
  890. package/es/components/common/teambition/pipeline-source/scms/flow.d.ts +10 -0
  891. package/es/components/common/teambition/pipeline-source/scms/flow.js +243 -0
  892. package/es/components/common/teambition/pipeline-source/scms/force.d.ts +10 -0
  893. package/es/components/common/teambition/pipeline-source/scms/force.js +121 -0
  894. package/es/components/common/teambition/pipeline-source/scms/git.d.ts +4 -0
  895. package/es/components/common/teambition/pipeline-source/scms/git.js +160 -0
  896. package/es/components/common/teambition/pipeline-source/scms/gitSample.d.ts +8 -0
  897. package/es/components/common/teambition/pipeline-source/scms/gitSample.js +230 -0
  898. package/es/components/common/teambition/pipeline-source/scms/gitee.d.ts +10 -0
  899. package/es/components/common/teambition/pipeline-source/scms/gitee.js +291 -0
  900. package/es/components/common/teambition/pipeline-source/scms/github.d.ts +9 -0
  901. package/es/components/common/teambition/pipeline-source/scms/github.js +122 -0
  902. package/es/components/common/teambition/pipeline-source/scms/githubOAuth.d.ts +10 -0
  903. package/es/components/common/teambition/pipeline-source/scms/githubOAuth.js +428 -0
  904. package/es/components/common/teambition/pipeline-source/scms/gitlab.d.ts +4 -0
  905. package/es/components/common/teambition/pipeline-source/scms/gitlab.js +159 -0
  906. package/es/components/common/teambition/pipeline-source/scms/hooks/useBranchDisabled.d.ts +5 -0
  907. package/es/components/common/teambition/pipeline-source/scms/hooks/useBranchDisabled.js +25 -0
  908. package/es/components/common/teambition/pipeline-source/scms/index.d.ts +83 -0
  909. package/es/components/common/teambition/pipeline-source/scms/index.js +35 -0
  910. package/es/components/common/teambition/pipeline-source/scms/index.scss +13 -0
  911. package/es/components/common/teambition/pipeline-source/scms/jenkins.d.ts +5 -0
  912. package/es/components/common/teambition/pipeline-source/scms/jenkins.js +113 -0
  913. package/es/components/common/teambition/pipeline-source/scms/svn.d.ts +4 -0
  914. package/es/components/common/teambition/pipeline-source/scms/svn.js +134 -0
  915. package/es/components/common/teambition/pipeline-source/submodule/submodule.d.ts +7 -0
  916. package/es/components/common/teambition/pipeline-source/submodule/submodule.js +58 -0
  917. package/es/components/common/teambition/pipeline-source/util.d.ts +15 -0
  918. package/es/components/common/teambition/pipeline-source/util.js +26 -0
  919. package/es/components/common/teambition/pipeline-source/webhook/index.scss +57 -0
  920. package/es/components/common/teambition/pipeline-source/webhook/jenkins-webhook.d.ts +11 -0
  921. package/es/components/common/teambition/pipeline-source/webhook/jenkins-webhook.js +171 -0
  922. package/es/components/common/teambition/pipeline-source/webhook/webhook.d.ts +5 -0
  923. package/es/components/common/teambition/pipeline-source/webhook/webhook.js +448 -0
  924. package/es/components/common/teambition/pipeline-source/workspace/index.d.ts +8 -0
  925. package/es/components/common/teambition/pipeline-source/workspace/index.js +100 -0
  926. package/es/components/common/teambition/pipeline-tag/empty.d.ts +2 -0
  927. package/es/components/common/teambition/pipeline-tag/empty.js +39 -0
  928. package/es/components/common/teambition/pipeline-tag/index.d.ts +23 -0
  929. package/es/components/common/teambition/pipeline-tag/index.js +25 -0
  930. package/es/components/common/teambition/pipeline-tag/index.scss +16 -0
  931. package/es/components/common/teambition/pipeline-template-card/GraphPreview/index.d.ts +5 -0
  932. package/es/components/common/teambition/pipeline-template-card/GraphPreview/index.js +209 -0
  933. package/es/components/common/teambition/pipeline-template-card/GraphPreview/style.module.scss +21 -0
  934. package/es/components/common/teambition/pipeline-template-card/getGraphContentArys.d.ts +6 -0
  935. package/es/components/common/teambition/pipeline-template-card/getGraphContentArys.js +70 -0
  936. package/es/components/common/teambition/pipeline-template-card/groups.d.ts +54 -0
  937. package/es/components/common/teambition/pipeline-template-card/groups.js +87 -0
  938. package/es/components/common/teambition/pipeline-template-card/index.d.ts +18 -0
  939. package/es/components/common/teambition/pipeline-template-card/index.js +211 -0
  940. package/es/components/common/teambition/pipeline-template-card/style.module.scss +111 -0
  941. package/es/components/common/teambition/pipeline-variable-group/index.scss +103 -0
  942. package/es/components/common/teambition/pipeline-variable-group/variable.d.ts +7 -0
  943. package/es/components/common/teambition/pipeline-variable-group/variable.js +42 -0
  944. package/es/components/common/teambition/pipeline-variable-group/variableGroup.d.ts +28 -0
  945. package/es/components/common/teambition/pipeline-variable-group/variableGroup.js +468 -0
  946. package/es/components/common/teambition/pipeline-version-record/index.d.ts +11 -0
  947. package/es/components/common/teambition/pipeline-version-record/index.js +302 -0
  948. package/es/components/common/teambition/pipeline-version-record/index.scss +46 -0
  949. package/es/components/common/teambition/pipeline-view-version/index.d.ts +10 -0
  950. package/es/components/common/teambition/pipeline-view-version/index.js +140 -0
  951. package/es/components/common/teambition/pipeline-view-version/index.module.scss +32 -0
  952. package/es/components/common/teambition/pipelineVersionBadge/index.d.ts +5 -0
  953. package/es/components/common/teambition/pipelineVersionBadge/index.js +42 -0
  954. package/es/components/common/teambition/relate-pipeline-dialog/index.d.ts +3 -0
  955. package/es/components/common/teambition/relate-pipeline-dialog/index.js +348 -0
  956. package/es/components/common/teambition/relate-pipeline-dialog/index.scss +56 -0
  957. package/es/components/common/teambition/release-info-dialog/index.d.ts +4 -0
  958. package/es/components/common/teambition/release-info-dialog/index.js +158 -0
  959. package/es/components/common/teambition/release-info-dialog/index.scss +52 -0
  960. package/es/components/common/teambition/run-param-config-dialog/context.d.ts +4 -0
  961. package/es/components/common/teambition/run-param-config-dialog/context.js +18 -0
  962. package/es/components/common/teambition/run-param-config-dialog/files/acr.d.ts +6 -0
  963. package/es/components/common/teambition/run-param-config-dialog/files/acr.js +138 -0
  964. package/es/components/common/teambition/run-param-config-dialog/files/add-branch.d.ts +3 -0
  965. package/es/components/common/teambition/run-param-config-dialog/files/add-branch.js +204 -0
  966. package/es/components/common/teambition/run-param-config-dialog/files/appstack-change.d.ts +8 -0
  967. package/es/components/common/teambition/run-param-config-dialog/files/appstack-change.js +494 -0
  968. package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.d.ts +4 -0
  969. package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.js +163 -0
  970. package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.scss +31 -0
  971. package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.d.ts +35 -0
  972. package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.js +426 -0
  973. package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.scss +54 -0
  974. package/es/components/common/teambition/run-param-config-dialog/files/artifact-source.d.ts +8 -0
  975. package/es/components/common/teambition/run-param-config-dialog/files/artifact-source.js +21 -0
  976. package/es/components/common/teambition/run-param-config-dialog/files/branch-status.d.ts +7 -0
  977. package/es/components/common/teambition/run-param-config-dialog/files/branch-status.js +61 -0
  978. package/es/components/common/teambition/run-param-config-dialog/files/branch.d.ts +8 -0
  979. package/es/components/common/teambition/run-param-config-dialog/files/branch.js +66 -0
  980. package/es/components/common/teambition/run-param-config-dialog/files/code-source.d.ts +4 -0
  981. package/es/components/common/teambition/run-param-config-dialog/files/code-source.js +702 -0
  982. package/es/components/common/teambition/run-param-config-dialog/files/common-footer.d.ts +4 -0
  983. package/es/components/common/teambition/run-param-config-dialog/files/common-footer.js +11 -0
  984. package/es/components/common/teambition/run-param-config-dialog/files/flow.d.ts +4 -0
  985. package/es/components/common/teambition/run-param-config-dialog/files/flow.js +119 -0
  986. package/es/components/common/teambition/run-param-config-dialog/files/index.scss +87 -0
  987. package/es/components/common/teambition/run-param-config-dialog/files/jenkins.d.ts +3 -0
  988. package/es/components/common/teambition/run-param-config-dialog/files/jenkins.js +138 -0
  989. package/es/components/common/teambition/run-param-config-dialog/files/packages.d.ts +4 -0
  990. package/es/components/common/teambition/run-param-config-dialog/files/packages.js +142 -0
  991. package/es/components/common/teambition/run-param-config-dialog/index.d.ts +6 -0
  992. package/es/components/common/teambition/run-param-config-dialog/index.js +373 -0
  993. package/es/components/common/teambition/run-param-config-dialog/index.scss +40 -0
  994. package/es/components/common/teambition/run-param-config-dialog/utils.d.ts +12 -0
  995. package/es/components/common/teambition/run-param-config-dialog/utils.js +54 -0
  996. package/es/components/common/teambition/run-pipeline-btn/index.d.ts +18 -0
  997. package/es/components/common/teambition/run-pipeline-btn/index.js +826 -0
  998. package/es/components/common/teambition/run-pipeline-btn/index.scss +48 -0
  999. package/es/components/common/teambition/scheduler/index.d.ts +9 -0
  1000. package/es/components/common/teambition/scheduler/index.js +92 -0
  1001. package/es/components/common/teambition/scheduler/index.scss +117 -0
  1002. package/es/components/common/teambition/scheduler/timer.d.ts +14 -0
  1003. package/es/components/common/teambition/scheduler/timer.js +309 -0
  1004. package/es/components/common/teambition/scheduler/webhook.d.ts +6 -0
  1005. package/es/components/common/teambition/scheduler/webhook.js +107 -0
  1006. package/es/components/common/teambition/service-connection/OAuth2/index.d.ts +11 -0
  1007. package/es/components/common/teambition/service-connection/OAuth2/index.js +537 -0
  1008. package/es/components/common/teambition/service-connection/OAuth2/index.scss +5 -0
  1009. package/es/components/common/teambition/service-connection/aliyun/index.d.ts +24 -0
  1010. package/es/components/common/teambition/service-connection/aliyun/index.js +292 -0
  1011. package/es/components/common/teambition/service-connection/aliyun/index.scss +5 -0
  1012. package/es/components/common/teambition/service-connection/aliyun/legacy.d.ts +15 -0
  1013. package/es/components/common/teambition/service-connection/aliyun/legacy.js +272 -0
  1014. package/es/components/common/teambition/service-connection/aliyun.d.ts +11 -0
  1015. package/es/components/common/teambition/service-connection/aliyun.js +264 -0
  1016. package/es/components/common/teambition/service-connection/code_alibaba/index.d.ts +11 -0
  1017. package/es/components/common/teambition/service-connection/code_alibaba/index.js +203 -0
  1018. package/es/components/common/teambition/service-connection/codeup/index.d.ts +11 -0
  1019. package/es/components/common/teambition/service-connection/codeup/index.js +380 -0
  1020. package/es/components/common/teambition/service-connection/gitee.d.ts +9 -0
  1021. package/es/components/common/teambition/service-connection/gitee.js +292 -0
  1022. package/es/components/common/teambition/service-connection/github.d.ts +8 -0
  1023. package/es/components/common/teambition/service-connection/github.js +272 -0
  1024. package/es/components/common/teambition/service-connection/index.d.ts +45 -0
  1025. package/es/components/common/teambition/service-connection/index.js +13 -0
  1026. package/es/components/common/teambition/service-connection/index.scss +306 -0
  1027. package/es/components/common/teambition/service-connection/packages/index.d.ts +11 -0
  1028. package/es/components/common/teambition/service-connection/packages/index.js +219 -0
  1029. package/es/components/common/teambition/service-connection/ram.d.ts +9 -0
  1030. package/es/components/common/teambition/service-connection/ram.js +225 -0
  1031. package/es/components/common/teambition/service-connection/tips.d.ts +6 -0
  1032. package/es/components/common/teambition/service-connection/tips.js +14 -0
  1033. package/es/components/common/teambition/service-connection-create/index.d.ts +3 -0
  1034. package/es/components/common/teambition/service-connection-create/index.js +24 -0
  1035. package/es/components/common/teambition/splitline/index.d.ts +4 -0
  1036. package/es/components/common/teambition/splitline/index.js +8 -0
  1037. package/es/components/common/teambition/splitline/index.scss +12 -0
  1038. package/es/components/common/teambition/tag-panel/index.d.ts +4 -0
  1039. package/es/components/common/teambition/tag-panel/index.js +202 -0
  1040. package/es/components/common/teambition/tag-panel/index.scss +53 -0
  1041. package/es/components/common/teambition/task-template/index.d.ts +4 -0
  1042. package/es/components/common/teambition/task-template/index.js +442 -0
  1043. package/es/components/common/teambition/task-template/index.scss +207 -0
  1044. package/es/components/common/teambition/task-template/utils.d.ts +28 -0
  1045. package/es/components/common/teambition/task-template/utils.js +271 -0
  1046. package/es/components/common/teambition/terminal/index.d.ts +18 -0
  1047. package/es/components/common/teambition/terminal/index.js +105 -0
  1048. package/es/components/common/teambition/terminal/index.scss +3 -0
  1049. package/es/components/common/teambition/yunxiao-member/index.d.ts +5 -0
  1050. package/es/components/common/teambition/yunxiao-member/index.js +974 -0
  1051. package/es/components/common/teambition/yunxiao-member/utils.d.ts +55 -0
  1052. package/es/components/common/teambition/yunxiao-member/utils.js +340 -0
  1053. package/es/components/common/variable.scss +6 -0
  1054. package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.d.ts +7 -0
  1055. package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.js +616 -0
  1056. package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.scss +88 -0
  1057. package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/machines-table.d.ts +9 -0
  1058. package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/machines-table.js +632 -0
  1059. package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/operation.d.ts +6 -0
  1060. package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/operation.js +21 -0
  1061. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/index.d.ts +9 -0
  1062. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/index.js +449 -0
  1063. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/style.module.scss +16 -0
  1064. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/index.d.ts +16 -0
  1065. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/index.js +391 -0
  1066. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/tagSelect.d.ts +10 -0
  1067. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/tagSelect.js +291 -0
  1068. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/demo-form/DemoForm.d.ts +4 -0
  1069. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/demo-form/DemoForm.js +172 -0
  1070. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.d.ts +3 -0
  1071. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.js +163 -0
  1072. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.scss +42 -0
  1073. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.d.ts +8 -0
  1074. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.js +834 -0
  1075. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.scss +33 -0
  1076. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/index.d.ts +13 -0
  1077. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/index.js +365 -0
  1078. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.d.ts +11 -0
  1079. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.js +37 -0
  1080. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.scss +52 -0
  1081. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.d.ts +7 -0
  1082. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.js +178 -0
  1083. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.scss +63 -0
  1084. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.d.ts +12 -0
  1085. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.js +37 -0
  1086. package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.scss +18 -0
  1087. package/es/components/dashboardMain/components/build-and-deploy-setting-new/index.d.ts +9 -0
  1088. package/es/components/dashboardMain/components/build-and-deploy-setting-new/index.js +349 -0
  1089. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/default-groups.d.ts +3 -0
  1090. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/default-groups.js +106 -0
  1091. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/deploy-groups.d.ts +8 -0
  1092. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/deploy-groups.js +109 -0
  1093. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.d.ts +10 -0
  1094. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.js +76 -0
  1095. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.scss +110 -0
  1096. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/private-groups.d.ts +9 -0
  1097. package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/private-groups.js +105 -0
  1098. package/es/components/dashboardMain/components/build-and-deploy-setting-new/operations.d.ts +3 -0
  1099. package/es/components/dashboardMain/components/build-and-deploy-setting-new/operations.js +175 -0
  1100. package/es/components/dashboardMain/components/build-and-deploy-setting-new/permissions.d.ts +11 -0
  1101. package/es/components/dashboardMain/components/build-and-deploy-setting-new/permissions.js +11 -0
  1102. package/es/components/dashboardMain/components/build-and-deploy-setting-new/types.d.ts +16 -0
  1103. package/es/components/dashboardMain/components/build-and-deploy-setting-new/types.js +22 -0
  1104. package/es/components/dashboardMain/components/build-and-deploy-setting-new/utils.d.ts +2 -0
  1105. package/es/components/dashboardMain/components/build-and-deploy-setting-new/utils.js +30 -0
  1106. package/es/components/dashboardMain/components/build-setting/build-group-table.d.ts +15 -0
  1107. package/es/components/dashboardMain/components/build-setting/build-group-table.js +448 -0
  1108. package/es/components/dashboardMain/components/build-setting/index.d.ts +5 -0
  1109. package/es/components/dashboardMain/components/build-setting/index.js +517 -0
  1110. package/es/components/dashboardMain/components/build-setting/operations.d.ts +3 -0
  1111. package/es/components/dashboardMain/components/build-setting/operations.js +234 -0
  1112. package/es/components/dashboardMain/components/build-setting/permissions.d.ts +11 -0
  1113. package/es/components/dashboardMain/components/build-setting/permissions.js +11 -0
  1114. package/es/components/dashboardMain/components/build-setting/tableColumns.d.ts +4 -0
  1115. package/es/components/dashboardMain/components/build-setting/tableColumns.js +169 -0
  1116. package/es/components/dashboardMain/components/build-setting-entry/index.d.ts +5 -0
  1117. package/es/components/dashboardMain/components/build-setting-entry/index.js +65 -0
  1118. package/es/components/dashboardMain/components/common.scss +218 -0
  1119. package/es/components/dashboardMain/components/deploy-setting/index.scss +11 -0
  1120. package/es/components/dashboardMain/components/deploy-setting/machineGroupTable.d.ts +20 -0
  1121. package/es/components/dashboardMain/components/deploy-setting/machineGroupTable.js +620 -0
  1122. package/es/components/dashboardMain/components/deploy-setting/main.d.ts +6 -0
  1123. package/es/components/dashboardMain/components/deploy-setting/main.js +599 -0
  1124. package/es/components/dashboardMain/components/deploy-setting/operations.d.ts +3 -0
  1125. package/es/components/dashboardMain/components/deploy-setting/operations.js +266 -0
  1126. package/es/components/dashboardMain/components/deploy-setting/permissions.d.ts +9 -0
  1127. package/es/components/dashboardMain/components/deploy-setting/permissions.js +9 -0
  1128. package/es/components/dashboardMain/components/deploy-setting/tableColumns.d.ts +6 -0
  1129. package/es/components/dashboardMain/components/deploy-setting/tableColumns.js +205 -0
  1130. package/es/components/dashboardMain/components/deploy-setting-entry/index.d.ts +5 -0
  1131. package/es/components/dashboardMain/components/deploy-setting-entry/index.js +60 -0
  1132. package/es/components/dashboardMain/components/dropdown-panel/index.d.ts +4 -0
  1133. package/es/components/dashboardMain/components/dropdown-panel/index.js +176 -0
  1134. package/es/components/dashboardMain/components/dropdown-panel/index.scss +111 -0
  1135. package/es/components/dashboardMain/components/empty/index.d.ts +4 -0
  1136. package/es/components/dashboardMain/components/empty/index.js +35 -0
  1137. package/es/components/dashboardMain/components/empty/index.scss +17 -0
  1138. package/es/components/dashboardMain/components/header/index.d.ts +3 -0
  1139. package/es/components/dashboardMain/components/header/index.js +28 -0
  1140. package/es/components/dashboardMain/components/kubernetes-manage/index.d.ts +3 -0
  1141. package/es/components/dashboardMain/components/kubernetes-manage/index.js +438 -0
  1142. package/es/components/dashboardMain/components/kubernetes-manage/index.scss +14 -0
  1143. package/es/components/dashboardMain/components/kubernetes-manage/kubernetes-edit-dialog.d.ts +16 -0
  1144. package/es/components/dashboardMain/components/kubernetes-manage/kubernetes-edit-dialog.js +215 -0
  1145. package/es/components/dashboardMain/components/kubernetes-manage/operations.d.ts +3 -0
  1146. package/es/components/dashboardMain/components/kubernetes-manage/operations.js +176 -0
  1147. package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.d.ts +18 -0
  1148. package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.js +190 -0
  1149. package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.module.scss +39 -0
  1150. package/es/components/dashboardMain/components/machineGroupUpgrade/ConfirmDialog.d.ts +14 -0
  1151. package/es/components/dashboardMain/components/machineGroupUpgrade/ConfirmDialog.js +226 -0
  1152. package/es/components/dashboardMain/components/machineGroupUpgrade/MachineUpgradingDisabledTip.d.ts +10 -0
  1153. package/es/components/dashboardMain/components/machineGroupUpgrade/MachineUpgradingDisabledTip.js +50 -0
  1154. package/es/components/dashboardMain/components/machineGroupUpgrade/card.module.scss +22 -0
  1155. package/es/components/dashboardMain/components/machineGroupUpgrade/context.d.ts +1 -0
  1156. package/es/components/dashboardMain/components/machineGroupUpgrade/context.js +5 -0
  1157. package/es/components/dashboardMain/components/machineGroupUpgrade/getMachineUpgradeStatusIcon.d.ts +2 -0
  1158. package/es/components/dashboardMain/components/machineGroupUpgrade/getMachineUpgradeStatusIcon.js +60 -0
  1159. package/es/components/dashboardMain/components/machineGroupUpgrade/index.d.ts +6 -0
  1160. package/es/components/dashboardMain/components/machineGroupUpgrade/index.js +339 -0
  1161. package/es/components/dashboardMain/components/machineGroupUpgrade/statusTable.d.ts +14 -0
  1162. package/es/components/dashboardMain/components/machineGroupUpgrade/statusTable.js +493 -0
  1163. package/es/components/dashboardMain/components/machineGroupUpgrade/style.module.scss +29 -0
  1164. package/es/components/dashboardMain/components/machineGroupUpgrade/type.d.ts +39 -0
  1165. package/es/components/dashboardMain/components/machineGroupUpgrade/type.js +1 -0
  1166. package/es/components/dashboardMain/components/maven-setting/NpmSelectRepoDialog.d.ts +8 -0
  1167. package/es/components/dashboardMain/components/maven-setting/NpmSelectRepoDialog.js +148 -0
  1168. package/es/components/dashboardMain/components/maven-setting/index-old.d.ts +4 -0
  1169. package/es/components/dashboardMain/components/maven-setting/index-old.js +331 -0
  1170. package/es/components/dashboardMain/components/maven-setting/index.d.ts +4 -0
  1171. package/es/components/dashboardMain/components/maven-setting/index.js +726 -0
  1172. package/es/components/dashboardMain/components/maven-setting/index.scss +19 -0
  1173. package/es/components/dashboardMain/components/maven-setting/style.module.scss +51 -0
  1174. package/es/components/dashboardMain/components/operation-panel/index.d.ts +4 -0
  1175. package/es/components/dashboardMain/components/operation-panel/index.js +604 -0
  1176. package/es/components/dashboardMain/components/operation-panel/index.scss +80 -0
  1177. package/es/components/dashboardMain/components/pipeline-empty/index.d.ts +3 -0
  1178. package/es/components/dashboardMain/components/pipeline-empty/index.js +102 -0
  1179. package/es/components/dashboardMain/components/pipeline-empty/index.scss +8 -0
  1180. package/es/components/dashboardMain/components/pipeline-list/index.d.ts +3 -0
  1181. package/es/components/dashboardMain/components/pipeline-list/index.js +235 -0
  1182. package/es/components/dashboardMain/components/pipeline-list/index.scss +108 -0
  1183. package/es/components/dashboardMain/components/pipeline-not-fonud/index.d.ts +4 -0
  1184. package/es/components/dashboardMain/components/pipeline-not-fonud/index.js +43 -0
  1185. package/es/components/dashboardMain/components/pipeline-not-fonud/index.scss +46 -0
  1186. package/es/components/dashboardMain/components/pipeline-operation/index.d.ts +18 -0
  1187. package/es/components/dashboardMain/components/pipeline-operation/index.js +461 -0
  1188. package/es/components/dashboardMain/components/pipeline-operation/index.scss +68 -0
  1189. package/es/components/dashboardMain/components/pipeline-panel/index.d.ts +3 -0
  1190. package/es/components/dashboardMain/components/pipeline-panel/index.js +350 -0
  1191. package/es/components/dashboardMain/components/pipeline-panel/index.scss +209 -0
  1192. package/es/components/dashboardMain/components/pipeline-table/columns.d.ts +2 -0
  1193. package/es/components/dashboardMain/components/pipeline-table/columns.js +296 -0
  1194. package/es/components/dashboardMain/components/pipeline-table/index.d.ts +3 -0
  1195. package/es/components/dashboardMain/components/pipeline-table/index.js +248 -0
  1196. package/es/components/dashboardMain/components/pipeline-table/index.scss +71 -0
  1197. package/es/components/dashboardMain/components/region-config/index.d.ts +3 -0
  1198. package/es/components/dashboardMain/components/region-config/index.js +194 -0
  1199. package/es/components/dashboardMain/components/region-config/index.scss +48 -0
  1200. package/es/components/dashboardMain/components/roles-setting/index.d.ts +3 -0
  1201. package/es/components/dashboardMain/components/roles-setting/index.js +334 -0
  1202. package/es/components/dashboardMain/components/roles-setting/index.scss +23 -0
  1203. package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.d.ts +3 -0
  1204. package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.js +85 -0
  1205. package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.scss +38 -0
  1206. package/es/components/dashboardMain/components/roles-setting/roles-card/index.d.ts +3 -0
  1207. package/es/components/dashboardMain/components/roles-setting/roles-card/index.js +175 -0
  1208. package/es/components/dashboardMain/components/roles-setting/roles-card/index.scss +72 -0
  1209. package/es/components/dashboardMain/components/roles-setting/roles-popup/index.d.ts +3 -0
  1210. package/es/components/dashboardMain/components/roles-setting/roles-popup/index.js +247 -0
  1211. package/es/components/dashboardMain/components/roles-setting/roles-popup/index.scss +93 -0
  1212. package/es/components/dashboardMain/components/roles-setting/utils.d.ts +25 -0
  1213. package/es/components/dashboardMain/components/roles-setting/utils.js +409 -0
  1214. package/es/components/dashboardMain/components/search-panel/index.d.ts +3 -0
  1215. package/es/components/dashboardMain/components/search-panel/index.js +228 -0
  1216. package/es/components/dashboardMain/components/search-panel/index.scss +141 -0
  1217. package/es/components/dashboardMain/components/service-auth-manage/index.d.ts +3 -0
  1218. package/es/components/dashboardMain/components/service-auth-manage/index.js +368 -0
  1219. package/es/components/dashboardMain/components/service-auth-manage/index.scss +1 -0
  1220. package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/AliyunRam.d.ts +15 -0
  1221. package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/AliyunRam.js +422 -0
  1222. package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/CodeRepo.d.ts +29 -0
  1223. package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/CodeRepo.js +316 -0
  1224. package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.d.ts +10 -0
  1225. package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.js +231 -0
  1226. package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.scss +84 -0
  1227. package/es/components/dashboardMain/components/service-auth-manage/utils.d.ts +8 -0
  1228. package/es/components/dashboardMain/components/service-auth-manage/utils.js +167 -0
  1229. package/es/components/dashboardMain/components/service-connection/index.d.ts +9 -0
  1230. package/es/components/dashboardMain/components/service-connection/index.js +44 -0
  1231. package/es/components/dashboardMain/components/service-connection/index.scss +9 -0
  1232. package/es/components/dashboardMain/components/step-setting/index.d.ts +3 -0
  1233. package/es/components/dashboardMain/components/step-setting/index.js +395 -0
  1234. package/es/components/dashboardMain/components/step-setting/index.scss +40 -0
  1235. package/es/components/dashboardMain/components/step-setting/step-card/index.d.ts +3 -0
  1236. package/es/components/dashboardMain/components/step-setting/step-card/index.js +113 -0
  1237. package/es/components/dashboardMain/components/step-setting/step-card/index.scss +72 -0
  1238. package/es/components/dashboardMain/components/step-setting/utils.d.ts +21 -0
  1239. package/es/components/dashboardMain/components/step-setting/utils.js +172 -0
  1240. package/es/components/dashboardMain/components/table-title-add-ons/index.d.ts +3 -0
  1241. package/es/components/dashboardMain/components/table-title-add-ons/index.js +832 -0
  1242. package/es/components/dashboardMain/components/table-title-add-ons/index.scss +44 -0
  1243. package/es/components/dashboardMain/components/tag-setting/add-tag-dialog.d.ts +4 -0
  1244. package/es/components/dashboardMain/components/tag-setting/add-tag-dialog.js +218 -0
  1245. package/es/components/dashboardMain/components/tag-setting/add-tag-group-dialog.d.ts +10 -0
  1246. package/es/components/dashboardMain/components/tag-setting/add-tag-group-dialog.js +150 -0
  1247. package/es/components/dashboardMain/components/tag-setting/color-group.d.ts +8 -0
  1248. package/es/components/dashboardMain/components/tag-setting/color-group.js +33 -0
  1249. package/es/components/dashboardMain/components/tag-setting/index.d.ts +35 -0
  1250. package/es/components/dashboardMain/components/tag-setting/index.js +632 -0
  1251. package/es/components/dashboardMain/components/tag-setting/index.scss +152 -0
  1252. package/es/components/dashboardMain/components/task-setting/create-pac-task/index.d.ts +24 -0
  1253. package/es/components/dashboardMain/components/task-setting/create-pac-task/index.js +340 -0
  1254. package/es/components/dashboardMain/components/task-setting/create-pac-task/index.scss +59 -0
  1255. package/es/components/dashboardMain/components/task-setting/create-task/index.d.ts +22 -0
  1256. package/es/components/dashboardMain/components/task-setting/create-task/index.js +331 -0
  1257. package/es/components/dashboardMain/components/task-setting/create-task/index.scss +59 -0
  1258. package/es/components/dashboardMain/components/task-setting/edit-task/index.d.ts +18 -0
  1259. package/es/components/dashboardMain/components/task-setting/edit-task/index.js +232 -0
  1260. package/es/components/dashboardMain/components/task-setting/edit-task/index.scss +48 -0
  1261. package/es/components/dashboardMain/components/task-setting/index.d.ts +3 -0
  1262. package/es/components/dashboardMain/components/task-setting/index.js +746 -0
  1263. package/es/components/dashboardMain/components/task-setting/index.scss +39 -0
  1264. package/es/components/dashboardMain/components/task-setting/task-card/index.d.ts +3 -0
  1265. package/es/components/dashboardMain/components/task-setting/task-card/index.js +207 -0
  1266. package/es/components/dashboardMain/components/task-setting/task-card/index.scss +93 -0
  1267. package/es/components/dashboardMain/components/task-setting/task-card-new/index.d.ts +2 -0
  1268. package/es/components/dashboardMain/components/task-setting/task-card-new/index.js +178 -0
  1269. package/es/components/dashboardMain/components/task-setting/task-card-new/index.scss +86 -0
  1270. package/es/components/dashboardMain/components/task-setting/task-card-new/style.module.scss +39 -0
  1271. package/es/components/dashboardMain/components/task-setting/utils.d.ts +25 -0
  1272. package/es/components/dashboardMain/components/task-setting/utils.js +262 -0
  1273. package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.d.ts +11 -0
  1274. package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.js +86 -0
  1275. package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.module.scss +84 -0
  1276. package/es/components/dashboardMain/components/template-setting/index.d.ts +3 -0
  1277. package/es/components/dashboardMain/components/template-setting/index.js +564 -0
  1278. package/es/components/dashboardMain/components/template-setting/index.scss +41 -0
  1279. package/es/components/dashboardMain/components/template-setting/template-card/index.d.ts +3 -0
  1280. package/es/components/dashboardMain/components/template-setting/template-card/index.js +173 -0
  1281. package/es/components/dashboardMain/components/template-setting/template-card/index.scss +87 -0
  1282. package/es/components/dashboardMain/components/template-setting/utils.d.ts +25 -0
  1283. package/es/components/dashboardMain/components/template-setting/utils.js +228 -0
  1284. package/es/components/dashboardMain/components/variable-setting/index.d.ts +24 -0
  1285. package/es/components/dashboardMain/components/variable-setting/index.js +562 -0
  1286. package/es/components/dashboardMain/config.json +53 -0
  1287. package/es/components/dashboardMain/enterprise-price/SideBarContent.d.ts +3 -0
  1288. package/es/components/dashboardMain/enterprise-price/SideBarContent.js +171 -0
  1289. package/es/components/dashboardMain/enterprise-price/StatisticsCharts.d.ts +9 -0
  1290. package/es/components/dashboardMain/enterprise-price/StatisticsCharts.js +93 -0
  1291. package/es/components/dashboardMain/enterprise-price/StatisticsContent.d.ts +3 -0
  1292. package/es/components/dashboardMain/enterprise-price/StatisticsContent.js +90 -0
  1293. package/es/components/dashboardMain/enterprise-price/TableContent.d.ts +3 -0
  1294. package/es/components/dashboardMain/enterprise-price/TableContent.js +303 -0
  1295. package/es/components/dashboardMain/enterprise-price/index.d.ts +4 -0
  1296. package/es/components/dashboardMain/enterprise-price/index.js +99 -0
  1297. package/es/components/dashboardMain/enterprise-price/index.scss +139 -0
  1298. package/es/components/dashboardMain/enterprise-setting/index.d.ts +3 -0
  1299. package/es/components/dashboardMain/enterprise-setting/index.js +114 -0
  1300. package/es/components/dashboardMain/enterprise-setting/utils.d.ts +1 -0
  1301. package/es/components/dashboardMain/enterprise-setting/utils.js +335 -0
  1302. package/es/components/dashboardMain/index.d.ts +4 -0
  1303. package/es/components/dashboardMain/index.js +688 -0
  1304. package/es/components/dashboardMain/index.scss +73 -0
  1305. package/es/components/dashboardMain/pipelines/copyPipeline.d.ts +13 -0
  1306. package/es/components/dashboardMain/pipelines/copyPipeline.js +77 -0
  1307. package/es/components/dashboardMain/pipelines/copyPipeline.scss +45 -0
  1308. package/es/components/dashboardMain/pipelines/index.d.ts +9 -0
  1309. package/es/components/dashboardMain/pipelines/index.js +1061 -0
  1310. package/es/components/dashboardMain/pipelines/index.scss +24 -0
  1311. package/es/components/dashboardMain/pipelines/util.d.ts +11 -0
  1312. package/es/components/dashboardMain/pipelines/util.js +120 -0
  1313. package/es/components/dashboardMain/setting/role/access.js +0 -0
  1314. package/es/components/dashboardNav/index.d.ts +4 -0
  1315. package/es/components/dashboardNav/index.js +1150 -0
  1316. package/es/components/dashboardNav/index.scss +305 -0
  1317. package/es/components/dashboardNav/util.d.ts +1 -0
  1318. package/es/components/dashboardNav/util.js +21 -0
  1319. package/es/components/detailMain/build/index.d.ts +10 -0
  1320. package/es/components/detailMain/build/index.js +134 -0
  1321. package/es/components/detailMain/current/index.d.ts +8 -0
  1322. package/es/components/detailMain/current/index.js +129 -0
  1323. package/es/components/detailMain/current/index.scss +0 -0
  1324. package/es/components/detailMain/deployments/index.d.ts +8 -0
  1325. package/es/components/detailMain/deployments/index.js +805 -0
  1326. package/es/components/detailMain/deployments/index.scss +205 -0
  1327. package/es/components/detailMain/deployments/release/index.d.ts +7 -0
  1328. package/es/components/detailMain/deployments/release/index.js +57 -0
  1329. package/es/components/detailMain/deployments/release/index.scss +35 -0
  1330. package/es/components/detailMain/histories/columns.d.ts +5 -0
  1331. package/es/components/detailMain/histories/columns.js +39 -0
  1332. package/es/components/detailMain/histories/filter.d.ts +6 -0
  1333. package/es/components/detailMain/histories/filter.js +196 -0
  1334. package/es/components/detailMain/histories/index.d.ts +9 -0
  1335. package/es/components/detailMain/histories/index.js +414 -0
  1336. package/es/components/detailMain/histories/index.scss +73 -0
  1337. package/es/components/detailMain/index.d.ts +12 -0
  1338. package/es/components/detailMain/index.js +31 -0
  1339. package/es/components/detailMain/metrics/index.d.ts +2 -0
  1340. package/es/components/detailMain/metrics/index.js +50 -0
  1341. package/es/components/detailMain/recent/index.d.ts +10 -0
  1342. package/es/components/detailMain/recent/index.js +113 -0
  1343. package/es/components/detailMain/recent/index.scss +0 -0
  1344. package/es/components/detailNav/index.d.ts +8 -0
  1345. package/es/components/detailNav/index.js +352 -0
  1346. package/es/components/detailNav/index.scss +18 -0
  1347. package/es/components/detailNav/link.d.ts +6 -0
  1348. package/es/components/detailNav/link.js +24 -0
  1349. package/es/components/diffViewer/index.d.ts +12 -0
  1350. package/es/components/diffViewer/index.js +46 -0
  1351. package/es/components/diffViewer/index.module.scss +22 -0
  1352. package/es/components/go-template-wasm/go.mod +18 -0
  1353. package/es/components/go-template-wasm/go.sum +58 -0
  1354. package/es/components/go-template-wasm/index.html +185 -0
  1355. package/es/components/go-template-wasm/main.go +64 -0
  1356. package/es/components/go-template-wasm/readme.md +8 -0
  1357. package/es/components/homeNewVersionGuidance/index.d.ts +4 -0
  1358. package/es/components/homeNewVersionGuidance/index.js +69 -0
  1359. package/es/components/homeNewVersionGuidance/index.scss +43 -0
  1360. package/es/components/loading/index.d.ts +3 -0
  1361. package/es/components/loading/index.js +23 -0
  1362. package/es/components/log-dialog/index.js +37 -0
  1363. package/es/components/log-dialog/index.scss +18 -0
  1364. package/es/components/newbieTask/index.d.ts +30 -0
  1365. package/es/components/newbieTask/index.js +647 -0
  1366. package/es/components/newbieTask/index.scss +165 -0
  1367. package/es/components/newbieTask/util.d.ts +45 -0
  1368. package/es/components/newbieTask/util.js +365 -0
  1369. package/es/components/pipeline/new/buildPipeline.d.ts +2 -0
  1370. package/es/components/pipeline/new/buildPipeline.js +70 -0
  1371. package/es/components/pipeline/new/defaultSettings.d.ts +1 -0
  1372. package/es/components/pipeline/new/defaultSettings.js +48 -0
  1373. package/es/components/pipeline/new/index.d.ts +72 -0
  1374. package/es/components/pipeline/new/index.js +606 -0
  1375. package/es/components/pipeline/new/index.scss +472 -0
  1376. package/es/components/pipeline/new/pipelineTplView.d.ts +14 -0
  1377. package/es/components/pipeline/new/pipelineTplView.js +244 -0
  1378. package/es/components/pipeline/new/scroll-component/CategoryNav.d.ts +2 -0
  1379. package/es/components/pipeline/new/scroll-component/CategoryNav.js +83 -0
  1380. package/es/components/pipeline/new/scroll-component/Elements.d.ts +11 -0
  1381. package/es/components/pipeline/new/scroll-component/Elements.js +248 -0
  1382. package/es/components/pipeline/new/scroll-component/index.module.scss +93 -0
  1383. package/es/components/pipeline/new/tsconfig.json +7 -0
  1384. package/es/components/pluginLogTable/index.d.ts +7 -0
  1385. package/es/components/pluginLogTable/index.js +91 -0
  1386. package/es/components/pluginLogTable/index.scss +36 -0
  1387. package/es/components/quotaNotifyCard/index.d.ts +6 -0
  1388. package/es/components/quotaNotifyCard/index.js +147 -0
  1389. package/es/components/quotaNotifyCard/index.scss +35 -0
  1390. package/es/components/tbDetailLayout/index.d.ts +4 -0
  1391. package/es/components/tbDetailLayout/index.js +32 -0
  1392. package/es/components/tbDetailLayout/index.scss +25 -0
  1393. package/es/components/tbPageHeader/index.d.ts +10 -0
  1394. package/es/components/tbPageHeader/index.js +129 -0
  1395. package/es/components/tbPageHeader/index.scss +126 -0
  1396. package/es/components/variableGroup/deleteVariableGroupDialog.d.ts +8 -0
  1397. package/es/components/variableGroup/deleteVariableGroupDialog.js +90 -0
  1398. package/es/components/variableGroup/index.scss +30 -0
  1399. package/es/components/variableGroup/newVariableGroupDialog.d.ts +11 -0
  1400. package/es/components/variableGroup/newVariableGroupDialog.js +240 -0
  1401. package/es/config.d.ts +8 -0
  1402. package/es/config.js +11 -0
  1403. package/es/contexts/index.d.ts +1 -0
  1404. package/es/contexts/index.js +2 -0
  1405. package/es/contexts/pipeline.d.ts +20 -0
  1406. package/es/contexts/pipeline.js +478 -0
  1407. package/es/index.d.ts +13 -0
  1408. package/es/index.js +85 -0
  1409. package/es/locale/index.d.ts +23 -0
  1410. package/es/locale/index.js +81 -0
  1411. package/es/locale/locale.json +6212 -0
  1412. package/es/locale/strings/en-US.json +7900 -0
  1413. package/es/locale/strings/index.js +1 -0
  1414. package/es/locale/strings/zh-CN.json +7902 -0
  1415. package/es/locale/unprocessed-code.js.txt +71 -0
  1416. package/es/locale/unprocessed-code.txt +128 -0
  1417. package/es/pages/403/index.d.ts +3 -0
  1418. package/es/pages/403/index.js +33 -0
  1419. package/es/pages/404/index.d.ts +3 -0
  1420. package/es/pages/404/index.js +28 -0
  1421. package/es/pages/bind/index.d.ts +2 -0
  1422. package/es/pages/bind/index.js +13 -0
  1423. package/es/pages/callback/error.d.ts +6 -0
  1424. package/es/pages/callback/error.js +26 -0
  1425. package/es/pages/callback/index.scss +4 -0
  1426. package/es/pages/callback/success.d.ts +5 -0
  1427. package/es/pages/callback/success.js +45 -0
  1428. package/es/pages/dashboard/NewFeatureLead.d.ts +3 -0
  1429. package/es/pages/dashboard/NewFeatureLead.js +66 -0
  1430. package/es/pages/dashboard/Survey.d.ts +2 -0
  1431. package/es/pages/dashboard/Survey.js +66 -0
  1432. package/es/pages/dashboard/index.d.ts +5 -0
  1433. package/es/pages/dashboard/index.js +280 -0
  1434. package/es/pages/dashboard/index.scss +57 -0
  1435. package/es/pages/dashboard/lead.hack.scss +13 -0
  1436. package/es/pages/dashboard/types.d.ts +10 -0
  1437. package/es/pages/dashboard/types.js +1 -0
  1438. package/es/pages/dashboard/useAllowUpgradeState.d.ts +3 -0
  1439. package/es/pages/dashboard/useAllowUpgradeState.js +77 -0
  1440. package/es/pages/dashboard/useAnnouncement.d.ts +2 -0
  1441. package/es/pages/dashboard/useAnnouncement.js +125 -0
  1442. package/es/pages/detail/appstack-wrap.d.ts +8 -0
  1443. package/es/pages/detail/appstack-wrap.js +79 -0
  1444. package/es/pages/detail/appstack.scss +4 -0
  1445. package/es/pages/detail/index.d.ts +4 -0
  1446. package/es/pages/detail/index.js +133 -0
  1447. package/es/pages/detail/index.scss +7 -0
  1448. package/es/pages/detailSwitch/index.d.ts +2 -0
  1449. package/es/pages/detailSwitch/index.js +6 -0
  1450. package/es/pages/error/index.d.ts +3 -0
  1451. package/es/pages/error/index.js +38 -0
  1452. package/es/pages/migration/index.d.ts +4 -0
  1453. package/es/pages/migration/index.js +276 -0
  1454. package/es/pages/migration/index.scss +15 -0
  1455. package/es/pages/new-detail/appstack-wrap.d.ts +7 -0
  1456. package/es/pages/new-detail/appstack-wrap.js +61 -0
  1457. package/es/pages/new-detail/index.d.ts +4 -0
  1458. package/es/pages/new-detail/index.js +100 -0
  1459. package/es/pages/new-detail/index.scss +112 -0
  1460. package/es/pages/new-detail/operationBar/GoBackAndFeedback.d.ts +2 -0
  1461. package/es/pages/new-detail/operationBar/GoBackAndFeedback.js +110 -0
  1462. package/es/pages/new-detail/operationBar/index.d.ts +8 -0
  1463. package/es/pages/new-detail/operationBar/index.js +382 -0
  1464. package/es/pages/new-detail/operationBar/index.scss +21 -0
  1465. package/es/pages/project/index.d.ts +5 -0
  1466. package/es/pages/project/index.js +471 -0
  1467. package/es/pages/project/index.scss +74 -0
  1468. package/es/pages/project/operations.d.ts +3 -0
  1469. package/es/pages/project/operations.js +347 -0
  1470. package/es/pages/tbNavigationInit/Invite/index.d.ts +3 -0
  1471. package/es/pages/tbNavigationInit/Invite/index.js +44 -0
  1472. package/es/pages/tbNavigationInit/Invite/index.scss +20 -0
  1473. package/es/pages/tbNavigationInit/contextSwitcher/contextMenu.d.ts +10 -0
  1474. package/es/pages/tbNavigationInit/contextSwitcher/contextMenu.js +105 -0
  1475. package/es/pages/tbNavigationInit/contextSwitcher/index.d.ts +6 -0
  1476. package/es/pages/tbNavigationInit/contextSwitcher/index.js +27 -0
  1477. package/es/pages/tbNavigationInit/contextSwitcher/index.scss +34 -0
  1478. package/es/pages/tbNavigationInit/create/index.d.ts +2 -0
  1479. package/es/pages/tbNavigationInit/create/index.js +34 -0
  1480. package/es/pages/tbNavigationInit/detail.d.ts +7 -0
  1481. package/es/pages/tbNavigationInit/detail.js +110 -0
  1482. package/es/pages/tbNavigationInit/help/index.d.ts +2 -0
  1483. package/es/pages/tbNavigationInit/help/index.js +26 -0
  1484. package/es/pages/tbNavigationInit/index.d.ts +1 -0
  1485. package/es/pages/tbNavigationInit/index.js +69 -0
  1486. package/es/pages/tbNavigationInit/operation/index.d.ts +2 -0
  1487. package/es/pages/tbNavigationInit/operation/index.js +98 -0
  1488. package/es/pages/tbNavigationInit/serviceMessager/index.d.ts +5 -0
  1489. package/es/pages/tbNavigationInit/serviceMessager/index.js +36 -0
  1490. package/es/pages/tbNavigationInit/star/index.d.ts +3 -0
  1491. package/es/pages/tbNavigationInit/star/index.js +56 -0
  1492. package/es/pages/tools/jenkins/import/cp2flow/index.d.ts +15 -0
  1493. package/es/pages/tools/jenkins/import/cp2flow/index.js +461 -0
  1494. package/es/pages/tools/jenkins/import/guide/index.d.ts +8 -0
  1495. package/es/pages/tools/jenkins/import/guide/index.js +51 -0
  1496. package/es/pages/tools/jenkins/import/index.d.ts +7 -0
  1497. package/es/pages/tools/jenkins/import/index.js +26 -0
  1498. package/es/pages/tools/jenkins/import/index.scss +50 -0
  1499. package/es/pages/tools/jenkins/import/main/index.d.ts +5 -0
  1500. package/es/pages/tools/jenkins/import/main/index.js +67 -0
  1501. package/es/pages/tools/jenkins/import/step-line/index.d.ts +5 -0
  1502. package/es/pages/tools/jenkins/import/step-line/index.js +29 -0
  1503. package/es/pages/tools/jenkins/import/xml2flow/index.d.ts +14 -0
  1504. package/es/pages/tools/jenkins/import/xml2flow/index.js +137 -0
  1505. package/es/pages/tour/dataSource.d.ts +105 -0
  1506. package/es/pages/tour/dataSource.js +605 -0
  1507. package/es/pages/tour/index.d.ts +2 -0
  1508. package/es/pages/tour/index.js +8 -0
  1509. package/es/resources_hack.d.ts +1 -0
  1510. package/es/resources_hack.js +1 -0
  1511. package/es/socket.d.ts +2 -0
  1512. package/es/socket.js +50 -0
  1513. package/es/style.js +14 -0
  1514. package/es/types/CustomPipelineTemplate.d.ts +27 -0
  1515. package/es/types/CustomPipelineTemplate.js +1 -0
  1516. package/es/types/Pipeline.d.ts +34 -0
  1517. package/es/types/Pipeline.js +1 -0
  1518. package/es/types/PipelineConfigVo.d.ts +28 -0
  1519. package/es/types/PipelineConfigVo.js +1 -0
  1520. package/es/types/PipelineRun.d.ts +179 -0
  1521. package/es/types/PipelineRun.js +1 -0
  1522. package/es/types/PipelineStageTemplate.d.ts +33 -0
  1523. package/es/types/PipelineStageTemplate.js +1 -0
  1524. package/es/types/PipelineVo.d.ts +26 -0
  1525. package/es/types/PipelineVo.js +1 -0
  1526. package/es/types/PresetPipelineTemplate.d.ts +30 -0
  1527. package/es/types/PresetPipelineTemplate.js +1 -0
  1528. package/es/types/flowStep.js +0 -0
  1529. package/es/types/index.d.ts +6 -0
  1530. package/es/types/job.d.ts +60 -0
  1531. package/es/types/job.js +1 -0
  1532. package/es/types/pac.d.ts +4 -0
  1533. package/es/types/pac.js +1 -0
  1534. package/es/types/sources.d.ts +15 -0
  1535. package/es/types/sources.js +16 -0
  1536. package/es/types/steps.d.ts +26 -0
  1537. package/es/types/steps.js +1 -0
  1538. package/es/utils/aliyunRegions.d.ts +4 -0
  1539. package/es/utils/aliyunRegions.js +176 -0
  1540. package/es/utils/api/index.d.ts +32 -0
  1541. package/es/utils/api/index.js +214 -0
  1542. package/es/utils/apimap/index.d.ts +20 -0
  1543. package/es/utils/apimap/index.js +342 -0
  1544. package/es/utils/apimap/maps/access.d.ts +6 -0
  1545. package/es/utils/apimap/maps/access.js +46 -0
  1546. package/es/utils/apimap/maps/ack.d.ts +6 -0
  1547. package/es/utils/apimap/maps/ack.js +6 -0
  1548. package/es/utils/apimap/maps/acr.d.ts +10 -0
  1549. package/es/utils/apimap/maps/acr.js +22 -0
  1550. package/es/utils/apimap/maps/aone_code.d.ts +6 -0
  1551. package/es/utils/apimap/maps/aone_code.js +32 -0
  1552. package/es/utils/apimap/maps/appstack.d.ts +8 -0
  1553. package/es/utils/apimap/maps/appstack.js +8 -0
  1554. package/es/utils/apimap/maps/atomgit.d.ts +6 -0
  1555. package/es/utils/apimap/maps/atomgit.js +18 -0
  1556. package/es/utils/apimap/maps/cd-pipeline.d.ts +23 -0
  1557. package/es/utils/apimap/maps/cd-pipeline.js +53 -0
  1558. package/es/utils/apimap/maps/codeup.d.ts +6 -0
  1559. package/es/utils/apimap/maps/codeup.js +26 -0
  1560. package/es/utils/apimap/maps/credentials.d.ts +6 -0
  1561. package/es/utils/apimap/maps/credentials.js +30 -0
  1562. package/es/utils/apimap/maps/emas.d.ts +12 -0
  1563. package/es/utils/apimap/maps/emas.js +15 -0
  1564. package/es/utils/apimap/maps/git-oauth2.d.ts +10 -0
  1565. package/es/utils/apimap/maps/git-oauth2.js +27 -0
  1566. package/es/utils/apimap/maps/index.d.ts +253 -0
  1567. package/es/utils/apimap/maps/index.js +54 -0
  1568. package/es/utils/apimap/maps/jenkins.d.ts +6 -0
  1569. package/es/utils/apimap/maps/jenkins.js +26 -0
  1570. package/es/utils/apimap/maps/machine-group.d.ts +17 -0
  1571. package/es/utils/apimap/maps/machine-group.js +133 -0
  1572. package/es/utils/apimap/maps/packages.d.ts +10 -0
  1573. package/es/utils/apimap/maps/packages.js +30 -0
  1574. package/es/utils/apimap/maps/pipeline.d.ts +42 -0
  1575. package/es/utils/apimap/maps/pipeline.js +382 -0
  1576. package/es/utils/apimap/maps/pipeline2.d.ts +17 -0
  1577. package/es/utils/apimap/maps/pipeline2.js +50 -0
  1578. package/es/utils/apimap/maps/quota.d.ts +7 -0
  1579. package/es/utils/apimap/maps/quota.js +31 -0
  1580. package/es/utils/apimap/maps/region.d.ts +7 -0
  1581. package/es/utils/apimap/maps/region.js +15 -0
  1582. package/es/utils/apimap/maps/resource.d.ts +6 -0
  1583. package/es/utils/apimap/maps/resource.js +30 -0
  1584. package/es/utils/apimap/maps/service-connection.d.ts +6 -0
  1585. package/es/utils/apimap/maps/service-connection.js +50 -0
  1586. package/es/utils/apimap/maps/tag.d.ts +6 -0
  1587. package/es/utils/apimap/maps/tag.js +26 -0
  1588. package/es/utils/apimap/maps/tools.d.ts +10 -0
  1589. package/es/utils/apimap/maps/tools.js +19 -0
  1590. package/es/utils/apimap/maps/uiless.d.ts +12 -0
  1591. package/es/utils/apimap/maps/uiless.js +46 -0
  1592. package/es/utils/apimap/maps/user.d.ts +10 -0
  1593. package/es/utils/apimap/maps/user.js +38 -0
  1594. package/es/utils/apimap/maps/variable-group.d.ts +16 -0
  1595. package/es/utils/apimap/maps/variable-group.js +20 -0
  1596. package/es/utils/apimap/maps/webhook.d.ts +5 -0
  1597. package/es/utils/apimap/maps/webhook.js +5 -0
  1598. package/es/utils/appSDK.d.ts +1 -0
  1599. package/es/utils/appSDK.js +51 -0
  1600. package/es/utils/codeupRootPath.d.ts +1 -0
  1601. package/es/utils/codeupRootPath.js +11 -0
  1602. package/es/utils/contextPathUtil.d.ts +16 -0
  1603. package/es/utils/contextPathUtil.js +40 -0
  1604. package/es/utils/debug.d.ts +1 -0
  1605. package/es/utils/debug.js +4 -0
  1606. package/es/utils/download.d.ts +1 -0
  1607. package/es/utils/download.js +13 -0
  1608. package/es/utils/dplusUtil.d.ts +1 -0
  1609. package/es/utils/dplusUtil.js +5 -0
  1610. package/es/utils/embedMark.js +1 -0
  1611. package/es/utils/features/aliyun.d.ts +29 -0
  1612. package/es/utils/features/aliyun.js +70 -0
  1613. package/es/utils/features/index.d.ts +2 -0
  1614. package/es/utils/features/index.js +19 -0
  1615. package/es/utils/features/vpc.d.ts +417 -0
  1616. package/es/utils/features/vpc.js +27 -0
  1617. package/es/utils/helplink/index.d.ts +5 -0
  1618. package/es/utils/helplink/index.js +30 -0
  1619. package/es/utils/hooks/index.d.ts +7 -0
  1620. package/es/utils/hooks/index.js +7 -0
  1621. package/es/utils/hooks/useAsyncData.d.ts +14 -0
  1622. package/es/utils/hooks/useAsyncData.js +36 -0
  1623. package/es/utils/hooks/useBackupState.d.ts +2 -0
  1624. package/es/utils/hooks/useBackupState.js +31 -0
  1625. package/es/utils/hooks/useBoxSize.d.ts +8 -0
  1626. package/es/utils/hooks/useBoxSize.js +33 -0
  1627. package/es/utils/hooks/useDidMount.d.ts +2 -0
  1628. package/es/utils/hooks/useDidMount.js +17 -0
  1629. package/es/utils/hooks/useEvent.d.ts +3 -0
  1630. package/es/utils/hooks/useEvent.js +69 -0
  1631. package/es/utils/hooks/useEventListener.d.ts +2 -0
  1632. package/es/utils/hooks/useEventListener.js +25 -0
  1633. package/es/utils/hooks/usePrevious.d.ts +4 -0
  1634. package/es/utils/hooks/usePrevious.js +13 -0
  1635. package/es/utils/hooks/useResize.d.ts +2 -0
  1636. package/es/utils/hooks/useResize.js +21 -0
  1637. package/es/utils/hooks/useUnmount.d.ts +2 -0
  1638. package/es/utils/hooks/useUnmount.js +10 -0
  1639. package/es/utils/index.d.ts +77 -0
  1640. package/es/utils/index.js +544 -0
  1641. package/es/utils/initYunxiaoCommon.js +231 -0
  1642. package/es/utils/loadable/index.d.ts +2 -0
  1643. package/es/utils/loadable/index.js +13 -0
  1644. package/es/utils/locale.json +8 -0
  1645. package/es/utils/md.style.css +811 -0
  1646. package/es/utils/monitor/init.d.ts +5 -0
  1647. package/es/utils/monitor/init.js +38 -0
  1648. package/es/utils/permissionUtil.d.ts +5 -0
  1649. package/es/utils/permissionUtil.js +42 -0
  1650. package/es/utils/pinyinTools.d.ts +3 -0
  1651. package/es/utils/pinyinTools.js +13 -0
  1652. package/es/utils/pipelineTools.d.ts +19 -0
  1653. package/es/utils/pipelineTools.js +167 -0
  1654. package/es/utils/route-utils.d.ts +1 -0
  1655. package/es/utils/route-utils.js +5 -0
  1656. package/es/utils/schema-pac-vpc.d.ts +403 -0
  1657. package/es/utils/schema-pac-vpc.js +924 -0
  1658. package/es/utils/schema-pac.d.ts +3 -0
  1659. package/es/utils/schema-pac.js +1126 -0
  1660. package/es/utils/schema-shared.d.ts +3 -0
  1661. package/es/utils/schema-shared.js +169 -0
  1662. package/es/utils/track/index.d.ts +28 -0
  1663. package/es/utils/track/index.js +38 -0
  1664. package/es/utils/track/init.d.ts +10 -0
  1665. package/es/utils/track/init.js +94 -0
  1666. package/package.json +51 -0
@@ -0,0 +1,1061 @@
1
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
2
+ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
+ import _extends from "@babel/runtime/helpers/extends";
4
+ var _excluded = ["id", "name"];
5
+ import _regeneratorRuntime from "@babel/runtime/regenerator";
6
+ function _createForOfIteratorHelperLoose(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
7
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
8
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
9
+ import React, { useEffect, useState } from 'react';
10
+ import { Message, Pagination, Loading, Dialog, Button, Balloon } from '@teamix/ui';
11
+ import Loadable from "../../../utils/loadable";
12
+ import permissionUtils from "../../../utils/permissionUtil";
13
+ import PipelineInfo from "../../common/teambition/pipeline-info";
14
+ import RunPipelineButton from "../../common/teambition/run-pipeline-btn";
15
+ import { pureObjs, intervalEnterTime, setLocalStorageCache } from "../../../utils";
16
+ import { Router, navigate } from '@reach/router';
17
+ import { navigateWithContexPath } from "../../../utils/route-utils";
18
+ import { Footer, Content, YunxiaoIcon } from '@alife/devops-ui';
19
+ import exceed from "../../../utils/apimap";
20
+ import track from "../../../utils/track";
21
+ import { omit } from 'lodash-es';
22
+ import intl from "../../../locale";
23
+ import { fetchPipelines, getStarInfo, mergePipelines } from "./util";
24
+ import CopyPipeline from "./copyPipeline";
25
+ import "./index.scss";
26
+ var PipelineTable = Loadable({
27
+ loader: function loader() {
28
+ return import("../components/pipeline-table");
29
+ }
30
+ });
31
+ var PipelineList = Loadable({
32
+ loader: function loader() {
33
+ return import("../components/pipeline-list");
34
+ }
35
+ });
36
+ var PipelinePanel = Loadable({
37
+ loader: function loader() {
38
+ return import("../components/pipeline-panel");
39
+ }
40
+ });
41
+ var PipelineEmpty = Loadable({
42
+ loader: function loader() {
43
+ return import("../components/pipeline-empty");
44
+ }
45
+ });
46
+ var NewPipelineDialog = Loadable({
47
+ loader: function loader() {
48
+ return import("../../pipeline/new");
49
+ }
50
+ });
51
+ var refObjectId = window.AK_GLOBAL.currentUser.workid;
52
+ var orgId = window.userInfos.orgId;
53
+ var Tooltip = Balloon.Tooltip;
54
+ export var PERMISSION_PIPELINE_CREATE = 'tb.role.pipeline.create';
55
+ export var PERMISSION_PIPELINE_EDIT = 'tb.flow.pipeline.edit';
56
+ export var PERMISSION_PIPELINE_RUN = 'tb.flow.pipeline.run';
57
+ export var PERMISSION_PIPELINE_GROUP_ADMIN = 'tb.role.pipelineGroup.admin';
58
+ export var BASE_INFO = 'base-info';
59
+ export var MEMBER_MANAGEMENT = 'member-management';
60
+ var PIPELINE_NAME_WIDTH = 'pipeline-name-width';
61
+ // const PREFIX = 'pipeline-content';
62
+ var PIPELINE_SIZE = 'main-pipeline-size';
63
+ var DEFAULT_SIZE = 8;
64
+ var pipelineNameMiniWidth = 160;
65
+ var _track = function _track(params) {
66
+ if (params === void 0) {
67
+ params = {};
68
+ }
69
+ track(_extends({
70
+ page: 'main page',
71
+ daysinceenterflow: intervalEnterTime()
72
+ }, params));
73
+ };
74
+ var getDefaultPipelineNameWidth = function getDefaultPipelineNameWidth() {
75
+ var width = localStorage.getItem(PIPELINE_NAME_WIDTH + "/" + orgId);
76
+ if (!width || parseInt(width, 10) < pipelineNameMiniWidth) {
77
+ return pipelineNameMiniWidth;
78
+ }
79
+ return parseInt(width, 10);
80
+ };
81
+ var Index = function Index(props) {
82
+ var api = props.api,
83
+ type = props.type,
84
+ _props$loading = props.loading,
85
+ loading = _props$loading === void 0 ? true : _props$loading,
86
+ searchParams = props.searchParams,
87
+ tabPanelHeight = props.tabPanelHeight,
88
+ contentLoading = props.contentLoading,
89
+ groupId = props.groupId,
90
+ viewMode = props.viewMode,
91
+ pageSort = props.pageSort,
92
+ searchPipelineName = props.searchPipelineName,
93
+ refreshFalg = props.refreshFalg,
94
+ pipelineGroups = props.pipelineGroups,
95
+ _props$currentGroupIn = props.currentGroupInfo,
96
+ currentGroupInfo = _props$currentGroupIn === void 0 ? {} : _props$currentGroupIn,
97
+ _props$createPermissi = props.createPermission,
98
+ createPermission = _props$createPermissi === void 0 ? false : _props$createPermissi,
99
+ _props$permissions = props.permissions,
100
+ permissions = _props$permissions === void 0 ? [] : _props$permissions,
101
+ hasPipelines = props.hasPipelines,
102
+ setHasPipelines = props.setHasPipelines;
103
+ var actions = props.actions,
104
+ setLoading = props.setLoading,
105
+ setContentLoading = props.setContentLoading,
106
+ composeTargetUrl = props.composeTargetUrl;
107
+ var _useState = useState({
108
+ pipelines: [],
109
+ viewedPipelines: []
110
+ }),
111
+ pipelinesInfo = _useState[0],
112
+ setPipelinesInfo = _useState[1];
113
+ useEffect(function () {
114
+ window.TB_NAVIGATION && window.TB_NAVIGATION.ready(function () {
115
+ window.TB_NAVIGATION.setHomePageFlag(true);
116
+ });
117
+ // 监听 title 容器子节点变化
118
+ var titleWrap = document.querySelector('.system-bar-left');
119
+ var callback = function callback(mutations) {
120
+ var _window$TB_NAVIGATION;
121
+ if (!((_window$TB_NAVIGATION = window.TB_NAVIGATION_CONFIG) !== null && _window$TB_NAVIGATION !== void 0 && _window$TB_NAVIGATION.isHomePage)) {
122
+ for (var _iterator = _createForOfIteratorHelperLoose(mutations), _step; !(_step = _iterator()).done;) {
123
+ var mutation = _step.value;
124
+ if (mutation.type === 'childList') {
125
+ var _mutation$removedNode = mutation.removedNodes,
126
+ removedNodes = _mutation$removedNode === void 0 ? [] : _mutation$removedNode;
127
+ for (var i = 0; i < removedNodes.length; i++) {
128
+ if (removedNodes[i].className === 'tb-navigation-contextSwitcher') {
129
+ var _window$TB_NAVIGATION2;
130
+ (_window$TB_NAVIGATION2 = window.TB_NAVIGATION) === null || _window$TB_NAVIGATION2 === void 0 ? void 0 : _window$TB_NAVIGATION2.setHomePageFlag(true);
131
+ }
132
+ }
133
+ }
134
+ }
135
+ }
136
+ };
137
+ var observer = new MutationObserver(callback);
138
+ if (titleWrap) {
139
+ observer.observe(titleWrap, {
140
+ childList: true
141
+ });
142
+ }
143
+ return function () {
144
+ observer.disconnect();
145
+ };
146
+ }, []);
147
+
148
+ // url页码信息
149
+ var query = new URLSearchParams(location.search);
150
+ var pathnameInFlow = window.location.origin + window.location.pathname;
151
+ var _useState2 = useState({
152
+ total: -1,
153
+ pageNum: parseInt(query.get('page'), 10) || 1,
154
+ pageSize: localStorage.getItem(PIPELINE_SIZE) || DEFAULT_SIZE
155
+ }),
156
+ paginationInfo = _useState2[0],
157
+ setPaginationInfo = _useState2[1];
158
+ var _useState3 = useState({}),
159
+ pipelinePermissionResult = _useState3[0],
160
+ setPipelinePermissionResult = _useState3[1];
161
+ var _useState4 = useState(false),
162
+ pipelineStatusBack = _useState4[0],
163
+ setPipelineStatusBack = _useState4[1];
164
+ var _useState5 = useState([]),
165
+ selectedMachineGroups = _useState5[0],
166
+ setSelectedMachineGroups = _useState5[1];
167
+ var _useState6 = useState([]),
168
+ collectPipelineIds = _useState6[0],
169
+ setCollectPipelineIds = _useState6[1];
170
+ var _useState7 = useState({}),
171
+ currEditPipelineInfo = _useState7[0],
172
+ setCurrEditPipelineInfo = _useState7[1];
173
+ var _useState8 = useState(getDefaultPipelineNameWidth()),
174
+ pipelineNameWidth = _useState8[0],
175
+ setPipelineNameWidth = _useState8[1];
176
+ var _useState9 = useState(false),
177
+ tagDefaultSelectVisible = _useState9[0],
178
+ setTagDefaultSelectVisible = _useState9[1];
179
+ var _useState10 = useState(false),
180
+ searchFlag = _useState10[0],
181
+ setSearchFlag = _useState10[1]; // 首次挂载不修改 url 携带的页码信息
182
+
183
+ var _useState11 = useState(false),
184
+ copyVisible = _useState11[0],
185
+ setCopyVisible = _useState11[1];
186
+ var _useState12 = useState({}),
187
+ copyPipelineInfo = _useState12[0],
188
+ setCopyPipelineInfo = _useState12[1];
189
+ var pipelines = pipelinesInfo.pipelines,
190
+ viewedPipelines = pipelinesInfo.viewedPipelines;
191
+ var pageSize = paginationInfo.pageSize,
192
+ pageNum = paginationInfo.pageNum,
193
+ total = paginationInfo.total;
194
+ useEffect(function () {
195
+ if (total > 0 && pipelines.length === 0) {
196
+ navigate(pathnameInFlow + "?page=" + (pageNum - 1 || 1));
197
+ }
198
+ }, [total]);
199
+ var getPipelines = /*#__PURE__*/function () {
200
+ var _ref = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(params, l) {
201
+ var pageStart, advancedSearchParams, advancedParams, data, _yield$fetchPipelines, object, successful, errorMsg, newViewedPipelines;
202
+ return _regeneratorRuntime.wrap(function _callee$(_context) {
203
+ while (1) switch (_context.prev = _context.next) {
204
+ case 0:
205
+ if (params === void 0) {
206
+ params = {};
207
+ }
208
+ if (l === void 0) {
209
+ l = true;
210
+ }
211
+ !contentLoading && l && setContentLoading(true);
212
+ pageStart = (params.pageSize || pageSize) * ((params.pageNum || pageNum) - 1);
213
+ advancedSearchParams = Object.keys(searchParams || {}).reduce(function (m, k) {
214
+ var val = searchParams[k];
215
+ if (/Time$/.test(k) && val) {
216
+ try {
217
+ val = new Date(val).getTime();
218
+ } catch (err) {
219
+ console.error(err);
220
+ }
221
+ }
222
+ m[k] = val;
223
+ return m;
224
+ }, {});
225
+ advancedParams = Object.keys(params || {}).reduce(function (m, k) {
226
+ var val = params[k];
227
+ if (/Time$/.test(k) && val) {
228
+ try {
229
+ val = new Date(val).getTime();
230
+ } catch (err) {
231
+ console.error(err);
232
+ }
233
+ }
234
+ m[k] = val;
235
+ return m;
236
+ }, {});
237
+ if (!(location.pathname.includes('system') && !props.pipelineSystemType)) {
238
+ _context.next = 15;
239
+ break;
240
+ }
241
+ if (!props.loadingTypes) {
242
+ _context.next = 11;
243
+ break;
244
+ }
245
+ return _context.abrupt("return");
246
+ case 11:
247
+ setContentLoading(false);
248
+ setLoading(false);
249
+ setPaginationInfo(function (prev) {
250
+ return _extends({}, prev, {
251
+ total: 0
252
+ });
253
+ });
254
+ return _context.abrupt("return", []);
255
+ case 15:
256
+ data = _extends({
257
+ type: type,
258
+ pageSize: params.pageSize || pageSize,
259
+ pageStart: pageStart,
260
+ refObjectId: refObjectId,
261
+ pageOrder: 'DESC',
262
+ refObjectType: 'PERSON'
263
+ }, pureObjs(_extends({}, advancedSearchParams, {
264
+ pageSort: pageSort,
265
+ pipelineSystemType: props.pipelineSystemType,
266
+ pipelineName: searchPipelineName
267
+ }, omit(advancedParams, ['pageSize', 'pageNum']))));
268
+ _context.next = 18;
269
+ return fetchPipelines(api, data, pureObjs({
270
+ id: groupId
271
+ }));
272
+ case 18:
273
+ _yield$fetchPipelines = _context.sent;
274
+ object = _yield$fetchPipelines.object;
275
+ successful = _yield$fetchPipelines.successful;
276
+ errorMsg = _yield$fetchPipelines.errorMsg;
277
+ setContentLoading(false);
278
+ setLoading(false);
279
+ if (successful) {
280
+ _context.next = 26;
281
+ break;
282
+ }
283
+ return _context.abrupt("return", Message.error({
284
+ title: intl.get({
285
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
286
+ defaultMessage: '失败'
287
+ }),
288
+ content: errorMsg
289
+ }));
290
+ case 26:
291
+ newViewedPipelines = mergePipelines(viewedPipelines, object.dataList);
292
+ setPipelinesInfo(function (prev) {
293
+ return _extends({}, prev, {
294
+ pipelines: object.dataList,
295
+ viewedPipelines: newViewedPipelines
296
+ });
297
+ });
298
+ setPaginationInfo(function (prev) {
299
+ return _extends({}, prev, {
300
+ total: object.total
301
+ });
302
+ });
303
+ return _context.abrupt("return", object.dataList);
304
+ case 30:
305
+ case "end":
306
+ return _context.stop();
307
+ }
308
+ }, _callee);
309
+ }));
310
+ return function getPipelines(_x, _x2) {
311
+ return _ref.apply(this, arguments);
312
+ };
313
+ }();
314
+ var batchGetResourcePermission = function batchGetResourcePermission(pipelineList) {
315
+ if (pipelineList === void 0) {
316
+ pipelineList = [];
317
+ }
318
+ permissionUtils.batchCheckPermissionList([PERMISSION_PIPELINE_EDIT, PERMISSION_PIPELINE_RUN], pipelineList.map(function (_ref2) {
319
+ var pipelineId = _ref2.pipelineId;
320
+ return pipelineId;
321
+ }), 'pipeline', refObjectId).then(setPipelinePermissionResult);
322
+ };
323
+ var getCollectPipelineIds = function getCollectPipelineIds() {
324
+ exceed.fetch({
325
+ api: 'Pipeline.collect.ids'
326
+ }).then(function (_ref3) {
327
+ var successful = _ref3.successful,
328
+ object = _ref3.object;
329
+ if (!successful) {
330
+ return;
331
+ }
332
+ setCollectPipelineIds(object);
333
+ }).fail(console.error);
334
+ };
335
+ var initialize = /*#__PURE__*/function () {
336
+ var _ref4 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2(params, l) {
337
+ var _pipelines;
338
+ return _regeneratorRuntime.wrap(function _callee2$(_context2) {
339
+ while (1) switch (_context2.prev = _context2.next) {
340
+ case 0:
341
+ if (params === void 0) {
342
+ params = {};
343
+ }
344
+ getCollectPipelineIds();
345
+ _context2.next = 4;
346
+ return getPipelines(params, l);
347
+ case 4:
348
+ _pipelines = _context2.sent;
349
+ if ((_pipelines || []).length) {
350
+ batchGetResourcePermission(_pipelines);
351
+ }
352
+ case 6:
353
+ case "end":
354
+ return _context2.stop();
355
+ }
356
+ }, _callee2);
357
+ }));
358
+ return function initialize(_x3, _x4) {
359
+ return _ref4.apply(this, arguments);
360
+ };
361
+ }();
362
+ useEffect(function () {
363
+ var homePage;
364
+ if (type === 'groups') {
365
+ homePage = "/groups/" + groupId;
366
+ }
367
+ if (!homePage && (type || '').includes('groups')) {
368
+ homePage = "/" + type + "/" + groupId;
369
+ }
370
+ if (!homePage) {
371
+ homePage = "/" + type;
372
+ }
373
+ setLocalStorageCache("homePage/flow/" + orgId, homePage, false);
374
+ }, [type, groupId]);
375
+ useEffect(function () {
376
+ if (!groupId) return;
377
+ selectedMachineGroups.length && setSelectedMachineGroups([]);
378
+ }, [groupId]);
379
+ useEffect(function () {
380
+ if ((type === 'groups' || (type || '').includes('groups')) && !groupId) {
381
+ return;
382
+ }
383
+ var params = _extends({}, searchParams, {
384
+ searchPipelineName: searchPipelineName
385
+ });
386
+
387
+ // 有搜索条件,回到第一页
388
+ if (Object.keys(_extends({}, params)).length && pageNum !== 1 && searchFlag) {
389
+ setPaginationInfo(function (prev) {
390
+ return _extends({}, prev, {
391
+ pageNum: 1
392
+ });
393
+ });
394
+ navigate(pathnameInFlow + "?page=1");
395
+ params.pageNum = 1;
396
+ }
397
+ initialize(params);
398
+ if (!searchFlag) setSearchFlag(true);
399
+ }, [pageSort, searchParams, refreshFalg].concat(type === 'groups' || (type || '').includes('groups') ? [groupId] : []));
400
+
401
+ // url page发生变化更新数据
402
+ useEffect(function () {
403
+ if (!location.pathname.split('/').includes('new')) {
404
+ var params = new URLSearchParams(location.search);
405
+ if (!params.get('page')) {
406
+ setPaginationInfo(function (prev) {
407
+ return _extends({}, prev, {
408
+ pageNum: 1
409
+ });
410
+ });
411
+ navigate(pathnameInFlow + "?page=1", {
412
+ replace: true
413
+ });
414
+ return;
415
+ }
416
+ var urlPage = parseInt(params.get('page'), 10) || 1;
417
+ if (urlPage !== pageNum) {
418
+ setPaginationInfo(function (prev) {
419
+ return _extends({}, prev, {
420
+ pageNum: urlPage
421
+ });
422
+ });
423
+ initialize(_extends({}, searchParams, {
424
+ pageSize: pageSize,
425
+ pageNum: urlPage
426
+ }));
427
+ }
428
+ }
429
+ }, [location.search]);
430
+ var onRefreshPipelines = function onRefreshPipelines(l) {
431
+ initialize(_extends({}, searchParams, {
432
+ pageSort: pageSort,
433
+ pipelineName: searchPipelineName
434
+ }), l);
435
+ };
436
+ var onPipelineStar = function onPipelineStar(pipelineInfo, _ref5) {
437
+ var label = _ref5.label,
438
+ action = _ref5.action;
439
+ var pipelineName = pipelineInfo.pipelineName,
440
+ pipelineId = pipelineInfo.pipelineId;
441
+ _track({
442
+ action: action === 'DELETE' ? 'cancel collect pipeline' : 'collect pipeline'
443
+ });
444
+ var config = {
445
+ api: 'Pipeline.collect',
446
+ data: {
447
+ type: action,
448
+ empId: refObjectId,
449
+ pipelineId: pipelineId
450
+ }
451
+ };
452
+ return new Promise(function (resolve, reject) {
453
+ exceed.fetch(config).then(function (_ref6) {
454
+ var successful = _ref6.successful;
455
+ if (!successful) {
456
+ reject();
457
+ return Message.error({
458
+ title: intl.get({
459
+ id: 'rdc-tb-cd-assets.dashboardMain.pipelines.PipelinenameNotLabel',
460
+ defaultMessage: '{pipelineName} 未{label}'
461
+ }, {
462
+ pipelineName: pipelineName,
463
+ label: label
464
+ })
465
+ });
466
+ }
467
+ // Message.success({
468
+ // title: intl.get(
469
+ // {
470
+ // id: 'rdc-tb-cd-assets.dashboardMain.pipelines.PipelinenameAlreadyLabel',
471
+ // defaultMessage: '{pipelineName} 已{label}',
472
+ // },
473
+ // { pipelineName, label },
474
+ // ),
475
+ // });
476
+ var collecIds = [].concat(collectPipelineIds);
477
+ if (action === 'DELETE') {
478
+ collecIds.splice(collecIds.indexOf(pipelineId), 1);
479
+ } else {
480
+ collecIds.push(pipelineId);
481
+ }
482
+ setCollectPipelineIds(Object.assign([], collecIds));
483
+ resolve();
484
+ })["catch"](reject).fail(console.error);
485
+ });
486
+ };
487
+ var onEditPipelineInfo = function onEditPipelineInfo(pipeline, trackFlag) {
488
+ if (trackFlag === void 0) {
489
+ trackFlag = true;
490
+ }
491
+ var _ref7 = pipeline || {},
492
+ pipelineName = _ref7.pipelineName,
493
+ pipelineId = _ref7.pipelineId,
494
+ _ref7$extendInfoVo = _ref7.extendInfoVo,
495
+ _ref7$extendInfoVo2 = _ref7$extendInfoVo === void 0 ? {} : _ref7$extendInfoVo,
496
+ _ref7$extendInfoVo2$e = _ref7$extendInfoVo2.envObj,
497
+ envObj = _ref7$extendInfoVo2$e === void 0 ? [] : _ref7$extendInfoVo2$e,
498
+ _ref7$extendInfoVo2$t = _ref7$extendInfoVo2.tagList,
499
+ tagList = _ref7$extendInfoVo2$t === void 0 ? [] : _ref7$extendInfoVo2$t,
500
+ gId = _ref7$extendInfoVo2.groupId,
501
+ uuid = _ref7.uuid;
502
+ var envId = envObj.length > 0 ? envObj[0].envId : '';
503
+ setCurrEditPipelineInfo({
504
+ uuid: uuid,
505
+ envId: envId,
506
+ tagList: tagList,
507
+ pipelineId: pipelineId,
508
+ pipelineName: pipelineName,
509
+ groupId: gId,
510
+ tagIdList: tagList.map(function (_ref8) {
511
+ var id = _ref8.id;
512
+ return id;
513
+ })
514
+ });
515
+ trackFlag && _track({
516
+ action: 'setting pipeline'
517
+ });
518
+ };
519
+ var onExecutePipeline = function onExecutePipeline(_ref9) {
520
+ var pipelineId = _ref9.pipelineId,
521
+ pipelineName = _ref9.pipelineName;
522
+ var onOk = function onOk() {
523
+ return new Promise(function (resolve, reject) {
524
+ setContentLoading(true);
525
+ _track({
526
+ action: 'execute pipeline'
527
+ });
528
+ var config = {
529
+ api: 'Pipeline.batchExecute',
530
+ data: {
531
+ pipelineIds: pipelineId
532
+ }
533
+ };
534
+ exceed.fetch(config).then(function (_ref10) {
535
+ var errorMsg = _ref10.errorMsg,
536
+ successful = _ref10.successful;
537
+ if (!successful) {
538
+ reject();
539
+ return Message.error({
540
+ title: intl.get({
541
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
542
+ defaultMessage: '失败'
543
+ }),
544
+ content: errorMsg
545
+ });
546
+ }
547
+ onRefreshPipelines();
548
+ Message.success({
549
+ title: intl.get({
550
+ id: 'rdc-tb-cd-assets.detailMain.histories.Success',
551
+ defaultMessage: '成功'
552
+ }),
553
+ content: pipelineName + " " + intl.get({
554
+ id: 'rdc-tb-cd-assets.teambition.group-status.RunSuccessfully',
555
+ defaultMessage: '运行成功'
556
+ })
557
+ });
558
+ resolve();
559
+ })["catch"](function () {
560
+ Message.error({
561
+ title: intl.get({
562
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
563
+ defaultMessage: '失败'
564
+ }),
565
+ content: intl.get({
566
+ id: 'rdc-tb-cd-assets.teambition.group-status.FailedToRun',
567
+ defaultMessage: '运行失败'
568
+ })
569
+ });
570
+ setContentLoading(false);
571
+ reject();
572
+ });
573
+ });
574
+ };
575
+ Dialog.confirm({
576
+ messageProps: {
577
+ type: 'notice'
578
+ },
579
+ title: intl.get({
580
+ id: 'rdc-tb-cd-assets.dashboardMain.main.main.Run',
581
+ defaultMessage: '运行'
582
+ }),
583
+ content: intl.get({
584
+ id: 'rdc-tb-cd-assets.dashboardMain.pipelines.AreYouSureYouWant',
585
+ defaultMessage: '确定运行【{pipelineName}】流水线吗?'
586
+ }, {
587
+ pipelineName: pipelineName
588
+ }),
589
+ animation: {
590
+ "in": 'expandInDown',
591
+ out: 'expandOutUp'
592
+ },
593
+ onOk: onOk
594
+ });
595
+ };
596
+ var onCopyPipeline = function onCopyPipeline(pipelineInfo) {
597
+ var pipelineId = pipelineInfo.pipelineId,
598
+ pipelineName = pipelineInfo.pipelineName,
599
+ _pipelineInfo$pipelin = pipelineInfo.pipelineType,
600
+ pipelineType = _pipelineInfo$pipelin === void 0 ? '' : _pipelineInfo$pipelin;
601
+ var onOk = function onOk() {
602
+ return new Promise(function (resolve, reject) {
603
+ setContentLoading(true);
604
+ _track({
605
+ action: 'copy pipeline'
606
+ });
607
+ exceed.fetch({
608
+ api: pipelineType === 'PIPELINEASCODE' ? 'Pipeline2.clone' : 'Pipeline.clone',
609
+ params: {
610
+ pipelineId: pipelineId
611
+ }
612
+ }).then(function (_ref11) {
613
+ var errorMsg = _ref11.errorMsg,
614
+ successful = _ref11.successful;
615
+ if (!successful) {
616
+ reject();
617
+ setContentLoading(false);
618
+ return Message.error({
619
+ title: intl.get({
620
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
621
+ defaultMessage: '失败'
622
+ }),
623
+ content: errorMsg
624
+ });
625
+ }
626
+ onRefreshPipelines();
627
+ Message.success({
628
+ title: intl.get({
629
+ id: 'rdc-tb-cd-assets.dashboardMain.main.pipelineTable.CopiedSuccessfully',
630
+ defaultMessage: '复制成功'
631
+ })
632
+ });
633
+ resolve();
634
+ })["catch"](function () {
635
+ Message.error({
636
+ title: intl.get({
637
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
638
+ defaultMessage: '失败'
639
+ }),
640
+ content: intl.get({
641
+ id: 'rdc-tb-cd-assets.dashboardMain.main.pipelineTable.ReplicationFailed',
642
+ defaultMessage: '复制失败'
643
+ })
644
+ });
645
+ setContentLoading(false);
646
+ reject();
647
+ });
648
+ });
649
+ };
650
+ setCopyVisible(true);
651
+ setCopyPipelineInfo(pipelineInfo);
652
+ };
653
+ var onDeletePipeline = function onDeletePipeline(_ref12) {
654
+ var pipelineId = _ref12.pipelineId,
655
+ pipelineName = _ref12.pipelineName;
656
+ var onOk = function onOk() {
657
+ return new Promise(function (resolve, reject) {
658
+ _track({
659
+ action: 'delete pipeline'
660
+ });
661
+ var config = {
662
+ api: 'Pipeline.delete',
663
+ params: {
664
+ pipelineId: pipelineId
665
+ }
666
+ };
667
+ exceed.fetch(config).then(function (_ref13) {
668
+ var errorMsg = _ref13.errorMsg,
669
+ successful = _ref13.successful;
670
+ if (!successful) {
671
+ reject();
672
+ return Message.error({
673
+ title: intl.get({
674
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
675
+ defaultMessage: '失败'
676
+ }),
677
+ content: errorMsg
678
+ });
679
+ }
680
+ onRefreshPipelines();
681
+ Message.success({
682
+ title: pipelineName + " " + intl.get({
683
+ id: 'rdc-tb-cd-assets.components.variableGroup.deleteVariableGroupDialog.DeletedSuccessfully',
684
+ defaultMessage: '删除成功'
685
+ })
686
+ });
687
+ resolve();
688
+ })["catch"](function () {
689
+ Message.error({
690
+ title: intl.get({
691
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
692
+ defaultMessage: '失败'
693
+ }),
694
+ content: pipelineName + " " + intl.get({
695
+ id: 'rdc-tb-cd-assets.components.variableGroup.deleteVariableGroupDialog.FailedToDelete',
696
+ defaultMessage: '删除失败'
697
+ })
698
+ });
699
+ setContentLoading(false);
700
+ reject();
701
+ });
702
+ });
703
+ };
704
+ Dialog.alert({
705
+ messageProps: {
706
+ type: 'error'
707
+ },
708
+ animation: {
709
+ "in": 'expandInDown',
710
+ out: 'expandOutUp'
711
+ },
712
+ title: intl.get({
713
+ id: 'rdc-tb-cd-assets.dashboardMain.main.pipelineTable.DeletePipeline',
714
+ dfaultMessage: '删除流水线'
715
+ }),
716
+ content: /*#__PURE__*/React.createElement("div", {
717
+ style: {
718
+ maxWidth: 366
719
+ }
720
+ }, intl.get({
721
+ id: 'rdc-tb-cd-assets.dashboardMain.main.pipelineTable.AfterDeletionItCannotBe_tips',
722
+ defaultMessage: '删除流水线将同时删除流水线正在运行的实例,删除后将无法恢复,请谨慎操作'
723
+ })),
724
+ okProps: {
725
+ children: intl.get({
726
+ id: 'rdc-tb-cd-assets.dashboardMain.tag-page.Delete',
727
+ defaultMessage: '删除'
728
+ })
729
+ },
730
+ cancelProps: {
731
+ children: intl.get({
732
+ id: 'rdc-tb-cd-assets.dashboardMain.main.pipelineTable.GiveUp',
733
+ defaultMessage: '放弃'
734
+ })
735
+ },
736
+ onOk: onOk,
737
+ footerActions: ['cancel', 'ok']
738
+ });
739
+ };
740
+ var onAddPipelineTag = function onAddPipelineTag(pipeline) {
741
+ if (!pipeline) {
742
+ return Message.error({
743
+ title: intl.get({
744
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
745
+ defaultMessage: '失败'
746
+ }),
747
+ content: intl.get({
748
+ id: 'A system error occurred. Refresh the page and try again.',
749
+ defaultMessage: '系统出错了,请刷新页面重试'
750
+ })
751
+ });
752
+ }
753
+ setTagDefaultSelectVisible(true);
754
+ onEditPipelineInfo(pipeline, false);
755
+ _track({
756
+ action: 'tag pipeline'
757
+ });
758
+ };
759
+ var onPipelineMoveGroup = function onPipelineMoveGroup(pipelineIds, groupInfo, refresh) {
760
+ if (pipelineIds === void 0) {
761
+ pipelineIds = [];
762
+ }
763
+ if (refresh === void 0) {
764
+ refresh = true;
765
+ }
766
+ return new Promise(function (resolve, reject) {
767
+ var config = {
768
+ api: 'Pipeline.set.piplines.group',
769
+ params: {
770
+ id: groupInfo.groupId
771
+ },
772
+ data: {
773
+ pipelines: pipelineIds
774
+ }
775
+ };
776
+ exceed.fetch(config).then(function (_ref14) {
777
+ var successful = _ref14.successful,
778
+ _ref14$object = _ref14.object,
779
+ object = _ref14$object === void 0 ? [] : _ref14$object;
780
+ if (!successful) {
781
+ return reject();
782
+ }
783
+ var succesLen = pipelineIds.length - object.length;
784
+ if (succesLen === pipelineIds.length) {
785
+ Message.success({
786
+ title: intl.get({
787
+ id: 'rdc-tb-cd-assets.dashboardMain.pipelines.SucceslenPipelinesHaveBeenMoved',
788
+ defaultMessage: '{succesLen} 条流水线已移动至【{groupInfoGroupName}】'
789
+ }, {
790
+ succesLen: succesLen,
791
+ successLen: succesLen,
792
+ groupInfoGroupName: groupInfo.groupName
793
+ })
794
+ });
795
+ } else {
796
+ Message.warning({
797
+ duration: 8000,
798
+ title: intl.get({
799
+ id: 'rdc-tb-cd-assets.dashboardMain.pipelines.SucceslenPipelinesHaveBeenMoved.1',
800
+ defaultMessage: '{succesLen} 条流水线已移动至【{groupInfoGroupName}】,{objectLength} 条流水线无权移动,仅流水线拥有者或管理员有权限移动'
801
+ }, {
802
+ succesLen: succesLen,
803
+ groupInfoGroupName: groupInfo.groupName,
804
+ objectLength: object.length
805
+ })
806
+ });
807
+ }
808
+ actions.getPipelineGroups();
809
+ resolve();
810
+ if (refresh) {
811
+ var clock = setTimeout(function () {
812
+ onRefreshPipelines(false);
813
+ clearTimeout(clock);
814
+ }, 300);
815
+ }
816
+ });
817
+ });
818
+ };
819
+ var onResizePipelineNameWidth = function onResizePipelineNameWidth(_, value) {
820
+ var width = Number(pipelineNameWidth) + value;
821
+ if (width <= pipelineNameMiniWidth) return;
822
+ setPipelineNameWidth(width);
823
+ setLocalStorageCache(PIPELINE_NAME_WIDTH + "/" + orgId, width, false);
824
+ };
825
+ var renderRunPipelineButton = function renderRunPipelineButton(_ref15, text, t) {
826
+ var pipelineId = _ref15.pipelineId;
827
+ if (text === void 0) {
828
+ text = '';
829
+ }
830
+ if (t === void 0) {
831
+ t = true;
832
+ }
833
+ var btn = /*#__PURE__*/React.createElement(Button, {
834
+ text: true,
835
+ type: "normal"
836
+ }, /*#__PURE__*/React.createElement(YunxiaoIcon, {
837
+ type: "play-line"
838
+ }), text);
839
+ var tooltip = /*#__PURE__*/React.createElement(Tooltip, {
840
+ align: "t",
841
+ trigger: btn
842
+ }, intl.get({
843
+ id: 'rdc-tb-cd-assets.dashboardMain.main.main.Run',
844
+ defaultMessage: '运行'
845
+ }));
846
+ return /*#__PURE__*/React.createElement(RunPipelineButton, {
847
+ notJump: true,
848
+ id: pipelineId,
849
+ trackInfo: {
850
+ page: 'main page'
851
+ },
852
+ trigger: t ? tooltip : btn,
853
+ onRunPost: function onRunPost() {
854
+ // 延迟刷新列表,避免主线程任务过多卡顿
855
+ var clock = setTimeout(function () {
856
+ onRefreshPipelines();
857
+ clearTimeout(clock);
858
+ }, 150);
859
+ }
860
+ });
861
+ };
862
+ var onNewPipelineDialogClose = function onNewPipelineDialogClose() {
863
+ var url = composeTargetUrl();
864
+ navigateWithContexPath(url + "?page=" + pageNum);
865
+ };
866
+ var onCopyPipelineOk = function onCopyPipelineOk(pipelineName, cloneToPac) {
867
+ var pipelineId = copyPipelineInfo.pipelineId,
868
+ _copyPipelineInfo$pip = copyPipelineInfo.pipelineType,
869
+ pipelineType = _copyPipelineInfo$pip === void 0 ? '' : _copyPipelineInfo$pip;
870
+ setContentLoading(true);
871
+ _track({
872
+ action: 'copy pipeline'
873
+ });
874
+ exceed.fetch({
875
+ api: pipelineType === 'PIPELINEASCODE' ? 'Pipeline2.clone' : 'Pipeline.clone',
876
+ params: {
877
+ pipelineId: pipelineId
878
+ },
879
+ data: {
880
+ pipelineName: pipelineName,
881
+ cloneToPac: cloneToPac
882
+ }
883
+ }).then(function (_ref16) {
884
+ var errorMsg = _ref16.errorMsg,
885
+ successful = _ref16.successful;
886
+ setTimeout(function () {
887
+ setCopyVisible(false);
888
+ }, 300);
889
+ if (!successful) {
890
+ setContentLoading(false);
891
+ return Message.error({
892
+ title: intl.get({
893
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
894
+ defaultMessage: '失败'
895
+ }),
896
+ content: errorMsg
897
+ });
898
+ }
899
+ onRefreshPipelines();
900
+ Message.success({
901
+ title: intl.get({
902
+ id: 'rdc-tb-cd-assets.dashboardMain.main.pipelineTable.CopiedSuccessfully',
903
+ defaultMessage: '复制成功'
904
+ })
905
+ });
906
+ })["catch"](function () {
907
+ Message.error({
908
+ title: intl.get({
909
+ id: 'rdc-tb-cd-assets.pipeline.new.Failed',
910
+ defaultMessage: '失败'
911
+ }),
912
+ content: intl.get({
913
+ id: 'rdc-tb-cd-assets.dashboardMain.main.pipelineTable.ReplicationFailed',
914
+ defaultMessage: '复制失败'
915
+ })
916
+ });
917
+ setCopyVisible(false);
918
+ setContentLoading(false);
919
+ });
920
+ };
921
+ var componentProps = {
922
+ pageSize: pageSize,
923
+ pageNum: pageNum,
924
+ pipelines: pipelines,
925
+ getStarInfo: getStarInfo,
926
+ onPipelineStar: onPipelineStar,
927
+ pipelineGroups: pipelineGroups,
928
+ viewedPipelines: viewedPipelines,
929
+ tabPanelHeight: tabPanelHeight,
930
+ onEditPipelineInfo: onEditPipelineInfo,
931
+ pipelineStatusBack: pipelineStatusBack,
932
+ collectPipelineIds: collectPipelineIds,
933
+ loading: contentLoading,
934
+ pipelinePermissionResult: pipelinePermissionResult,
935
+ pipelineNameWidth: pipelineNameWidth,
936
+ onResizePipelineNameWidth: onResizePipelineNameWidth,
937
+ selectionPipelines: selectedMachineGroups,
938
+ setSelectionPipelines: setSelectedMachineGroups,
939
+ onRefreshPipelines: onRefreshPipelines,
940
+ onExecutePipeline: onExecutePipeline,
941
+ onCopyPipeline: onCopyPipeline,
942
+ onDeletePipeline: onDeletePipeline,
943
+ onAddPipelineTag: onAddPipelineTag,
944
+ onPipelineMoveGroup: onPipelineMoveGroup,
945
+ renderRunPipelineButton: renderRunPipelineButton,
946
+ currentGroupInfo: currentGroupInfo,
947
+ permissions: permissions,
948
+ isGroup: !!groupId
949
+ };
950
+ var isEmpty = Object.values(_extends({}, searchParams, {
951
+ searchPipelineName: searchPipelineName
952
+ })).filter(Boolean).length && !contentLoading ? false : !loading && !contentLoading && total === 0;
953
+ if (isEmpty !== !hasPipelines) {
954
+ setHasPipelines(!isEmpty);
955
+ }
956
+ return /*#__PURE__*/React.createElement(React.Fragment, null, function () {
957
+ if (loading) {
958
+ return /*#__PURE__*/React.createElement(Loading, {
959
+ inline: false,
960
+ style: {
961
+ height: 150
962
+ }
963
+ });
964
+ }
965
+ if (isEmpty) {
966
+ return /*#__PURE__*/React.createElement(PipelineEmpty, {
967
+ disabled: !createPermission,
968
+ isGroup: !!groupId,
969
+ type: type,
970
+ onCreate: function onCreate() {
971
+ var url = composeTargetUrl();
972
+ navigateWithContexPath(url + "/new");
973
+ }
974
+ });
975
+ }
976
+ var Component = {
977
+ table: PipelineTable,
978
+ panel: PipelinePanel,
979
+ list: PipelineList
980
+ }[viewMode];
981
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Content, null, Component && /*#__PURE__*/React.createElement(Component, _extends({
982
+ key: !!groupId
983
+ }, componentProps))), total >= 6 && /*#__PURE__*/React.createElement(Footer, {
984
+ style: {
985
+ paddingLeft: 'var(--layout-padding-left-and-right, 24px)',
986
+ paddingRight: 'var(--layout-padding-left-and-right, 24px)'
987
+ }
988
+ }, /*#__PURE__*/React.createElement(Pagination, {
989
+ total: total,
990
+ current: pageNum,
991
+ pageSize: pageSize,
992
+ pageSizeSelector: "dropdown",
993
+ pageSizeList: [8, 16, 24, 32],
994
+ popupProps: {
995
+ align: 'bl tl',
996
+ offset: [0, -2]
997
+ },
998
+ onPageSizeChange: function onPageSizeChange(size) {
999
+ setPaginationInfo(function (prev) {
1000
+ return _extends({}, prev, {
1001
+ pageSize: size,
1002
+ pageNum: 1
1003
+ });
1004
+ });
1005
+ initialize(_extends({}, searchParams, {
1006
+ pageSize: size,
1007
+ pageNum: 1
1008
+ }));
1009
+ setLocalStorageCache(PIPELINE_SIZE, size, false);
1010
+ navigate(pathnameInFlow + "?page=1");
1011
+ },
1012
+ onChange: function onChange(current) {
1013
+ initialize(_extends({}, searchParams, {
1014
+ pageSize: pageSize,
1015
+ pageNum: current
1016
+ }));
1017
+ setPaginationInfo(function (prev) {
1018
+ return _extends({}, prev, {
1019
+ pageNum: current
1020
+ });
1021
+ });
1022
+ navigate(pathnameInFlow + "?page=" + current);
1023
+ }
1024
+ })));
1025
+ }(), !!Object.keys(currEditPipelineInfo).length && /*#__PURE__*/React.createElement(PipelineInfo, {
1026
+ visible: true,
1027
+ pipeline: currEditPipelineInfo,
1028
+ defaultTab: BASE_INFO,
1029
+ onRefresh: onRefreshPipelines,
1030
+ defaultSelectVisible: tagDefaultSelectVisible,
1031
+ groupDataSource: (pipelineGroups || []).map(function (_ref17) {
1032
+ var id = _ref17.id,
1033
+ name = _ref17.name,
1034
+ others = _objectWithoutPropertiesLoose(_ref17, _excluded);
1035
+ return _extends({
1036
+ name: String(id) === '0' ? intl.get({
1037
+ id: 'rdc-tb-cd-assets.dashboardMain.pipelines.NotGrouped',
1038
+ defaultMessage: '未分组'
1039
+ }) : name,
1040
+ id: id
1041
+ }, others);
1042
+ }),
1043
+ onClose: function onClose() {
1044
+ setCurrEditPipelineInfo({});
1045
+ setTagDefaultSelectVisible(false);
1046
+ }
1047
+ }), createPermission && /*#__PURE__*/React.createElement(Router, null, /*#__PURE__*/React.createElement(NewPipelineDialog, {
1048
+ visible: true,
1049
+ type: type,
1050
+ groupId: groupId,
1051
+ path: "new",
1052
+ onClose: onNewPipelineDialogClose
1053
+ })), /*#__PURE__*/React.createElement(CopyPipeline, {
1054
+ visible: copyVisible,
1055
+ setCopyVisible: setCopyVisible,
1056
+ copyPipelineInfo: copyPipelineInfo,
1057
+ pipelineName: copyPipelineInfo === null || copyPipelineInfo === void 0 ? void 0 : copyPipelineInfo.pipelineName,
1058
+ onOkNew: onCopyPipelineOk
1059
+ }));
1060
+ };
1061
+ export default /*#__PURE__*/React.memo(Index);