@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,21 @@
1
+ import { Pair } from 'yaml';
2
+ import { EntryNodeItem } from './FlowNodeBase';
3
+ import { DefService } from './DefService';
4
+ export declare class FlowJobEntry extends EntryNodeItem {
5
+ children: any[];
6
+ defService: DefService;
7
+ agentlessStepDefService?: DefService;
8
+ agentlessStepDef: any;
9
+ constructor(astNode: Pair, parent: any, ingredientsContextValue: any);
10
+ initChildren(): void;
11
+ bindDef(): void;
12
+ getAgentlessStep(): any;
13
+ /** 根据当前所写的 yaml 推断生效组件 */
14
+ getComponent(): {
15
+ componentItem: any;
16
+ isAgentlessJob: boolean;
17
+ };
18
+ getSchemaPropertyEntry(): Promise<{
19
+ [x: number]: any;
20
+ }>;
21
+ }
@@ -0,0 +1,388 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
+ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
4
+ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
+ import { isMap } from 'yaml';
6
+ import produce from 'immer';
7
+ import { EntryNodeItem } from "./FlowNodeBase";
8
+ import { DefService } from "./DefService";
9
+ import { FlowSteps } from "./FlowSteps";
10
+ import { fetchWithCache } from "./cache";
11
+ import { monacoYamlCompletionItemDescMark, getComponentName } from "../utils";
12
+ import { getFeature } from "../../../utils";
13
+ import intl from "../../../locale";
14
+ export var FlowJobEntry = /*#__PURE__*/function (_EntryNodeItem) {
15
+ function FlowJobEntry(astNode, parent, ingredientsContextValue) {
16
+ var _this2;
17
+ _this2 = _EntryNodeItem.call(this, astNode, parent, ingredientsContextValue) || this;
18
+ _this2.children = [];
19
+ _this2.defService = null;
20
+ _this2.agentlessStepDefService = null;
21
+ _this2.agentlessStepDef = void 0;
22
+ _this2.bindDef();
23
+ _this2.initChildren();
24
+ // this.getSchema();
25
+ _this2.ingredientsContextValue = ingredientsContextValue;
26
+ return _this2;
27
+ }
28
+ _inheritsLoose(FlowJobEntry, _EntryNodeItem);
29
+ var _proto = FlowJobEntry.prototype;
30
+ _proto.initChildren = function initChildren() {
31
+ var jobValueNode = this.astNode.value;
32
+ if (isMap(jobValueNode)) {
33
+ var stepsPair = jobValueNode.items.find(function (v) {
34
+ return v.key.value === 'steps';
35
+ });
36
+ if (stepsPair) {
37
+ if (isMap(stepsPair.value)) {
38
+ this.children.push(new FlowSteps(stepsPair, this));
39
+ }
40
+ }
41
+ }
42
+ }
43
+ // children: {
44
+ // name?: string;
45
+ // component?: string;
46
+ // with?: DefObject;
47
+ // needs?: string | string[];
48
+ // driven?: 'auto' | 'manual';
49
+ // condition?: string;
50
+ // plugins?: string;
51
+ // // steps?: FlowStepState[];
52
+ // } & DefObject;
53
+ // 确定组件,找到 def
54
+ ;
55
+ _proto.bindDef = function bindDef() {
56
+ var _this$getComponent = this.getComponent(),
57
+ componentItem = _this$getComponent.componentItem,
58
+ isAgentlessJob = _this$getComponent.isAgentlessJob;
59
+
60
+ // runsOn 特殊处理
61
+ this.def = removeRunsOnDefIfNeeded(componentItem.defObj);
62
+ this.defService = new DefService(this.def);
63
+ if (isAgentlessJob) {
64
+ this.agentlessStepDef = this.getAgentlessStep().defObj;
65
+ this.agentlessStepDefService = new DefService(this.agentlessStepDef);
66
+ }
67
+ };
68
+ _proto.getAgentlessStep = function getAgentlessStep() {
69
+ var _this$getComponent2 = this.getComponent(),
70
+ componentItem = _this$getComponent2.componentItem,
71
+ isAgentlessJob = _this$getComponent2.isAgentlessJob;
72
+ if (!isAgentlessJob) {
73
+ return null;
74
+ }
75
+ var stepsList = this.getRoot().ingredientsContextValue.stepsList;
76
+ return stepsList.find(function (step) {
77
+ return step.sign === componentItem.sign;
78
+ });
79
+ }
80
+
81
+ /** 根据当前所写的 yaml 推断生效组件 */;
82
+ _proto.getComponent = function getComponent() {
83
+ var cpt = this.getValueFromAstNode(['component']);
84
+ var defCpt = cpt || 'ExecutionComponent';
85
+ var componentsList = this.getRoot().ingredientsContextValue.componentsList;
86
+ var componentItem = componentsList.find(function (item) {
87
+ return item.sign === defCpt;
88
+ });
89
+ return {
90
+ componentItem: componentItem,
91
+ isAgentlessJob: (componentItem === null || componentItem === void 0 ? void 0 : componentItem.isAgentlessJob) === 'Y'
92
+ };
93
+ };
94
+ _proto.getSchemaPropertyEntry = /*#__PURE__*/function () {
95
+ var _getSchemaPropertyEntry = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
96
+ var _ref;
97
+ var componentFieldValue, stepsChild, childSchemaP, jobSchema, _this$getComponent3, _this$getComponent3$c, _this$getComponent3$c2, defSchema, defItems, runsOnDef, containerDef, _this$getComponent4, _this$getComponent4$c, _this$getComponent4$c2, _defItems, _runsOnDef, _containerDef, _defSchema;
98
+ return _regeneratorRuntime.wrap(function _callee$(_context) {
99
+ while (1) switch (_context.prev = _context.next) {
100
+ case 0:
101
+ componentFieldValue = this.getValueFromAstNode(['component']);
102
+ stepsChild = this.children[0];
103
+ if (stepsChild) {
104
+ childSchemaP = stepsChild.getSchema();
105
+ }
106
+ if (componentFieldValue) {
107
+ _context.next = 21;
108
+ break;
109
+ }
110
+ _context.next = 6;
111
+ return this.defService.generateSchema();
112
+ case 6:
113
+ defSchema = _context.sent;
114
+ jobSchema = defSchema;
115
+ if (!childSchemaP) {
116
+ _context.next = 12;
117
+ break;
118
+ }
119
+ _context.next = 11;
120
+ return childSchemaP;
121
+ case 11:
122
+ jobSchema.properties.steps = _context.sent;
123
+ case 12:
124
+ defItems = ((_this$getComponent3 = this.getComponent()) === null || _this$getComponent3 === void 0 ? void 0 : (_this$getComponent3$c = _this$getComponent3.componentItem) === null || _this$getComponent3$c === void 0 ? void 0 : (_this$getComponent3$c2 = _this$getComponent3$c.defObj) === null || _this$getComponent3$c2 === void 0 ? void 0 : _this$getComponent3$c2.items) || [];
125
+ runsOnDef = defItems.find(function (v) {
126
+ return v.nameAlias === 'runsOn';
127
+ });
128
+ containerDef = defItems.find(function (v) {
129
+ return v.nameAlias === 'specifyContainerImageId';
130
+ });
131
+ _context.next = 17;
132
+ return generateRunsOnSchema({
133
+ runsOnDef: runsOnDef,
134
+ containerDef: containerDef,
135
+ isAgentLess: false
136
+ });
137
+ case 17:
138
+ jobSchema.properties.runsOn = _context.sent;
139
+ if (getFeature('build.timeoutMinutes')) {
140
+ jobSchema.properties.timeoutMinutes = {
141
+ type: 'number',
142
+ multipleOf: 1,
143
+ minimum: 1,
144
+ maximum: 1440
145
+ };
146
+ }
147
+ _context.next = 41;
148
+ break;
149
+ case 21:
150
+ if (!this.getComponent().isAgentlessJob) {
151
+ _context.next = 37;
152
+ break;
153
+ }
154
+ // agentless,用户不填写 steps 故去掉,实际 steps 参数填写在 with 字段中
155
+ this.defService = new DefService(produce(this.def, function (draft) {
156
+ draft.items = draft.items.filter(function (v) {
157
+ return v.name !== 'steps';
158
+ });
159
+ }));
160
+ _context.next = 25;
161
+ return this.defService.generateSchema();
162
+ case 25:
163
+ jobSchema = _context.sent;
164
+ _context.next = 28;
165
+ return this.agentlessStepDefService.generateSchema();
166
+ case 28:
167
+ jobSchema.properties["with"] = _context.sent;
168
+ _defItems = ((_this$getComponent4 = this.getComponent()) === null || _this$getComponent4 === void 0 ? void 0 : (_this$getComponent4$c = _this$getComponent4.componentItem) === null || _this$getComponent4$c === void 0 ? void 0 : (_this$getComponent4$c2 = _this$getComponent4$c.defObj) === null || _this$getComponent4$c2 === void 0 ? void 0 : _this$getComponent4$c2.items) || [];
169
+ _runsOnDef = _defItems.find(function (v) {
170
+ return v.nameAlias === 'runsOn';
171
+ });
172
+ _containerDef = _defItems.find(function (v) {
173
+ return v.nameAlias === 'specifyContainerImageId';
174
+ });
175
+ _context.next = 34;
176
+ return generateRunsOnSchema({
177
+ runsOnDef: _runsOnDef,
178
+ containerDef: _containerDef,
179
+ isAgentLess: true
180
+ });
181
+ case 34:
182
+ jobSchema.properties.runsOn = _context.sent;
183
+ _context.next = 41;
184
+ break;
185
+ case 37:
186
+ _context.next = 39;
187
+ return this.defService.generateSchema();
188
+ case 39:
189
+ _defSchema = _context.sent;
190
+ jobSchema = {
191
+ type: 'object',
192
+ properties: {
193
+ "with": _defSchema
194
+ }
195
+ };
196
+ case 41:
197
+ jobSchema = addComponentSchema(jobSchema, this);
198
+ console.log(jobSchema, 'jobSchema', this.astNode.key.value);
199
+ return _context.abrupt("return", (_ref = {}, _ref[this.astNode.key.value] = jobSchema, _ref));
200
+ case 44:
201
+ case "end":
202
+ return _context.stop();
203
+ }
204
+ }, _callee, this);
205
+ }));
206
+ function getSchemaPropertyEntry() {
207
+ return _getSchemaPropertyEntry.apply(this, arguments);
208
+ }
209
+ return getSchemaPropertyEntry;
210
+ }();
211
+ return FlowJobEntry;
212
+ }(EntryNodeItem);
213
+ function addComponentSchema(jobSchema, _this) {
214
+ var astNode = _this.astNode,
215
+ ingredientsContextValue = _this.ingredientsContextValue;
216
+ var _ingredientsContextVa = ingredientsContextValue.userUseableComponents,
217
+ userUseableComponents = _ingredientsContextVa === void 0 ? [] : _ingredientsContextVa;
218
+ jobSchema.properties.component = {};
219
+ // 强行找runsOn
220
+ var runsOnNode = astNode.value.items.filter(function (a) {
221
+ return a.key.value === 'runsOn';
222
+ });
223
+ if (runsOnNode.length > 0 && runsOnNode[0].value.items) {
224
+ var vmNode = runsOnNode[0].value.items.filter(function (a) {
225
+ return a.key.value === 'vm';
226
+ });
227
+ var containerNode = runsOnNode[0].value.items.filter(function (a) {
228
+ return a.key.value === 'container';
229
+ });
230
+
231
+ // 当 vm 的值为 true component 只能选择v2
232
+ if (vmNode[0] && vmNode[0].value.value) {
233
+ jobSchema.properties.component.oneOf = userUseableComponents.filter(function (item) {
234
+ return item.apiVersion === 'V2';
235
+ }).map(function (item) {
236
+ var name = getComponentName(item, ingredientsContextValue.stepsList);
237
+ if (!name) {
238
+ return null;
239
+ }
240
+ return {
241
+ "const": item.sign,
242
+ title: name,
243
+ description: monacoYamlCompletionItemDescMark(name)
244
+ };
245
+ }).filter(Boolean);
246
+ return jobSchema;
247
+ }
248
+ if (containerNode[0] && containerNode[0].value.value) {
249
+ jobSchema.properties.component.oneOf = userUseableComponents.filter(function (item) {
250
+ return item.apiVersion === 'V2';
251
+ }).map(function (item) {
252
+ var name = getComponentName(item, ingredientsContextValue.stepsList);
253
+ if (!name) {
254
+ return null;
255
+ }
256
+ return {
257
+ "const": item.sign,
258
+ title: name,
259
+ description: monacoYamlCompletionItemDescMark(name)
260
+ };
261
+ }).filter(Boolean);
262
+ return jobSchema;
263
+ }
264
+ }
265
+ jobSchema.properties.component.oneOf = userUseableComponents.filter(function (item) {
266
+ return item.apiVersion === 'V1';
267
+ }).map(function (item) {
268
+ var name = getComponentName(item, ingredientsContextValue.stepsList);
269
+ if (!name) {
270
+ return null;
271
+ }
272
+ return {
273
+ "const": item.sign,
274
+ title: name,
275
+ description: monacoYamlCompletionItemDescMark(name)
276
+ };
277
+ }).filter(Boolean);
278
+ return jobSchema;
279
+ }
280
+ /**
281
+ runsOn 相关的,由于yaml语法设计问题,有一些 hardcode 的逻辑
282
+ 去掉 buildEnvironment, capabilities 字段
283
+ runsOn 补全不根据 def 实现。
284
+ runsOn 语法: https://aliyuque.antfin.com/aone/yunxiao/tp9xmo2wyu0gaqhe
285
+ */
286
+ function removeRunsOnDefIfNeeded(defObj) {
287
+ var keys = ['runsOn', 'buildEnvironment', 'capabilities', 'specifyContainerImageId'];
288
+ return produce(defObj, function (draftDefObj) {
289
+ // 字段都存在的,才处理
290
+ var needProcess = keys.every(function (key) {
291
+ var defHasThisItem = !!draftDefObj.items.find(function (defItem) {
292
+ return defItem.nameAlias === key;
293
+ });
294
+ return defHasThisItem;
295
+ });
296
+ if (needProcess) {
297
+ // 删除字段
298
+ draftDefObj.items = draftDefObj.items.filter(function (v) {
299
+ return !keys.includes(v.nameAlias);
300
+ });
301
+ } else {
302
+ // 不处理
303
+ }
304
+ });
305
+ }
306
+
307
+ /**
308
+ * 这里描述 runsOn 在yaml里的语法结构
309
+ */
310
+ function generateRunsOnSchema(_x) {
311
+ return _generateRunsOnSchema.apply(this, arguments);
312
+ }
313
+ function _generateRunsOnSchema() {
314
+ _generateRunsOnSchema = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2(_ref2) {
315
+ var _containerDef$datasou, _containerDef$datasou2, _window$YUNXIAO_COMMO;
316
+ var runsOnDef, containerDef, isAgentLess, resp, oneOfs, containerDefData;
317
+ return _regeneratorRuntime.wrap(function _callee2$(_context2) {
318
+ while (1) switch (_context2.prev = _context2.next) {
319
+ case 0:
320
+ runsOnDef = _ref2.runsOnDef, containerDef = _ref2.containerDef, isAgentLess = _ref2.isAgentLess;
321
+ _context2.next = 3;
322
+ return fetchWithCache({
323
+ url: '/execution-component/buildNodeGroups',
324
+ crossOrigin: true,
325
+ withCredentials: true
326
+ });
327
+ case 3:
328
+ resp = _context2.sent;
329
+ oneOfs = resp.object.map(function (dataItem) {
330
+ return {
331
+ "const": dataItem.runsOnUid,
332
+ title: dataItem.name,
333
+ description: monacoYamlCompletionItemDescMark(dataItem.name)
334
+ };
335
+ });
336
+ containerDef === null || containerDef === void 0 ? void 0 : (_containerDef$datasou = containerDef.datasource) === null || _containerDef$datasou === void 0 ? void 0 : _containerDef$datasou.map(function (option) {
337
+ return {
338
+ // title: option.label,
339
+ "const": option.value
340
+ // description: monacoYamlCompletionItemDescMark(option.label),
341
+ };
342
+ });
343
+ containerDefData = containerDef !== null && containerDef !== void 0 && containerDef.datasource ? containerDef === null || containerDef === void 0 ? void 0 : (_containerDef$datasou2 = containerDef.datasource) === null || _containerDef$datasou2 === void 0 ? void 0 : _containerDef$datasou2.map(function (option) {
344
+ return {
345
+ // title: option.label,
346
+ "const": option.value
347
+ // description: monacoYamlCompletionItemDescMark(option.label),
348
+ };
349
+ }) : [];
350
+ return _context2.abrupt("return", {
351
+ title: runsOnDef.label,
352
+ description: runsOnDef.description,
353
+ oneOf: [].concat(oneOfs, [{
354
+ type: 'object',
355
+ properties: _extends({
356
+ vm: {
357
+ type: 'boolean'
358
+ },
359
+ group: {
360
+ oneOf: oneOfs
361
+ },
362
+ labels: {
363
+ type: 'string'
364
+ },
365
+ container: {
366
+ title: intl.get({
367
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowJobEntry.SpecifyTheContainerEnvironment',
368
+ defaultMessage: '指定容器环境'
369
+ }),
370
+ anyOf: [{
371
+ type: 'string'
372
+ }].concat(containerDefData)
373
+ }
374
+ }, !isAgentLess && ((_window$YUNXIAO_COMMO = window.YUNXIAO_COMMON) === null || _window$YUNXIAO_COMMO === void 0 ? void 0 : _window$YUNXIAO_COMMO.instanceTypeGrayRegion) === 'true' ? {
375
+ instanceType: {
376
+ "enum": ['DEFAULT', 'SMALL_1C2G', 'MEDIUM_2C4G', 'LARGE_4C8G', 'XLARGE_8C16G']
377
+ }
378
+ } : {})
379
+ }])
380
+ });
381
+ case 8:
382
+ case "end":
383
+ return _context2.stop();
384
+ }
385
+ }, _callee2);
386
+ }));
387
+ return _generateRunsOnSchema.apply(this, arguments);
388
+ }
@@ -0,0 +1,10 @@
1
+ import { YAMLMap } from 'yaml';
2
+ import { FlowNode } from './FlowNodeBase';
3
+ export declare class FlowJobs extends FlowNode {
4
+ constructor(astNode: YAMLMap, parent: any, ingredientsContextValue: any);
5
+ initChildren(): void;
6
+ getSchema(): Promise<{
7
+ type: string;
8
+ properties: {};
9
+ }>;
10
+ }
@@ -0,0 +1,70 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
+ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
4
+ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
+ 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."); }
6
+ 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; } }
7
+ 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; }
8
+ import { FlowNode } from "./FlowNodeBase";
9
+ import { FlowJobEntry } from "./FlowJobEntry";
10
+ export var FlowJobs = /*#__PURE__*/function (_FlowNode) {
11
+ function FlowJobs(astNode, parent, ingredientsContextValue) {
12
+ var _this;
13
+ _this = _FlowNode.call(this, astNode, parent, ingredientsContextValue) || this;
14
+ _this.initChildren();
15
+ return _this;
16
+ }
17
+ _inheritsLoose(FlowJobs, _FlowNode);
18
+ var _proto = FlowJobs.prototype;
19
+ _proto.initChildren = function initChildren() {
20
+ var _this2 = this;
21
+ this.children = this.astNode.items.map(function (pairNode) {
22
+ return new FlowJobEntry(pairNode, _this2, _this2.ingredientsContextValue);
23
+ });
24
+ };
25
+ _proto.getSchema = /*#__PURE__*/function () {
26
+ var _getSchema = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
27
+ var properties, schemasP, _iterator, _step, schemaP;
28
+ return _regeneratorRuntime.wrap(function _callee$(_context) {
29
+ while (1) switch (_context.prev = _context.next) {
30
+ case 0:
31
+ properties = {};
32
+ schemasP = this.children.map(function (v) {
33
+ return v.getSchemaPropertyEntry();
34
+ });
35
+ _iterator = _createForOfIteratorHelperLoose(schemasP);
36
+ case 3:
37
+ if ((_step = _iterator()).done) {
38
+ _context.next = 14;
39
+ break;
40
+ }
41
+ schemaP = _step.value;
42
+ _context.t0 = _extends;
43
+ _context.t1 = {};
44
+ _context.t2 = properties;
45
+ _context.next = 10;
46
+ return schemaP;
47
+ case 10:
48
+ _context.t3 = _context.sent;
49
+ properties = (0, _context.t0)(_context.t1, _context.t2, _context.t3);
50
+ case 12:
51
+ _context.next = 3;
52
+ break;
53
+ case 14:
54
+ return _context.abrupt("return", {
55
+ type: 'object',
56
+ properties: properties
57
+ });
58
+ case 15:
59
+ case "end":
60
+ return _context.stop();
61
+ }
62
+ }, _callee, this);
63
+ }));
64
+ function getSchema() {
65
+ return _getSchema.apply(this, arguments);
66
+ }
67
+ return getSchema;
68
+ }();
69
+ return FlowJobs;
70
+ }(FlowNode);
@@ -0,0 +1,17 @@
1
+ import { Node, Pair } from 'yaml';
2
+ export declare class FlowNode {
3
+ constructor(node?: any, parent?: any, ingredientsContextValue?: any);
4
+ astNode: Node;
5
+ parent: FlowNode;
6
+ children: any;
7
+ ingredientsContextValue: any;
8
+ getValueFromAstNode(path: string[]): any;
9
+ getRoot(): this;
10
+ }
11
+ export declare class EntryNodeItem extends FlowNode {
12
+ constructor(astNode: Pair, parent: any, ingredientsContextValue: any);
13
+ key: string;
14
+ }
15
+ export declare class EntryNodesParent extends FlowNode {
16
+ getEntryItems(nodeCreator: any): any[];
17
+ }
@@ -0,0 +1,86 @@
1
+ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
2
+ import { isMap, isPair } from 'yaml';
3
+ export var FlowNode = /*#__PURE__*/function () {
4
+ function FlowNode(node, parent, ingredientsContextValue) {
5
+ this.astNode = void 0;
6
+ this.parent = void 0;
7
+ this.children = null;
8
+ this.ingredientsContextValue = void 0;
9
+ this.astNode = node;
10
+ this.parent = parent;
11
+ this.ingredientsContextValue = ingredientsContextValue;
12
+ }
13
+ var _proto = FlowNode.prototype;
14
+ // todo 这里没有完整实现
15
+ _proto.getValueFromAstNode = function getValueFromAstNode(path) {
16
+ var valueNode = this.astNode;
17
+ if (isPair(valueNode)) {
18
+ valueNode = valueNode.value;
19
+ }
20
+ var value = getV(valueNode, path);
21
+ return value;
22
+ function getV(node, path) {
23
+ var _node$get;
24
+ var currPath = path[0],
25
+ restPath = path.slice(1);
26
+ // if (isMap(node)) {
27
+ // const currNode_Pair = node.items.find((v) => v.key.value === currPath);
28
+ // if (!restPath.length) {
29
+ // return currNode_Pair?.value?.value;
30
+ // }
31
+ var curr = node === null || node === void 0 ? void 0 : (_node$get = node.get) === null || _node$get === void 0 ? void 0 : _node$get.call(node, currPath);
32
+ if (!restPath.length) {
33
+ return curr !== null && curr !== void 0 && curr.toJSON ? curr.toJSON() : curr;
34
+ } else {
35
+ return getV(curr, restPath);
36
+ }
37
+ }
38
+ };
39
+ _proto.getRoot = function getRoot() {
40
+ var curr = this;
41
+ while (curr.parent) {
42
+ curr = curr.parent;
43
+ }
44
+ return curr;
45
+ };
46
+ return FlowNode;
47
+ }();
48
+
49
+ // 一项 kv: stage, job
50
+ export var EntryNodeItem = /*#__PURE__*/function (_FlowNode2) {
51
+ function EntryNodeItem(astNode, parent, ingredientsContextValue) {
52
+ var _this;
53
+ _this = _FlowNode2.call(this, astNode, parent, ingredientsContextValue) || this;
54
+ _this.key = void 0;
55
+ _this.key = astNode.key.value;
56
+ return _this;
57
+ }
58
+ _inheritsLoose(EntryNodeItem, _FlowNode2);
59
+ return EntryNodeItem;
60
+ }(FlowNode);
61
+ export var EntryNodesParent = /*#__PURE__*/function (_FlowNode3) {
62
+ function EntryNodesParent() {
63
+ return _FlowNode3.apply(this, arguments) || this;
64
+ }
65
+ _inheritsLoose(EntryNodesParent, _FlowNode3);
66
+ var _proto2 = EntryNodesParent.prototype;
67
+ // constructor(astNode, parent) {
68
+ // super(astNode, parent);
69
+ // }
70
+ _proto2.getEntryItems = function getEntryItems(nodeCreator) {
71
+ if (!isPair(this.astNode)) {
72
+ console.warn('unexpected type');
73
+ } else {
74
+ var stagesValueNode = this.astNode.value;
75
+ if (!isMap(stagesValueNode)) {
76
+ // todo
77
+ } else {
78
+ return stagesValueNode.items.map(function (pairNode) {
79
+ // new FlowStageEntry(pairNode, this);
80
+ return nodeCreator(pairNode);
81
+ });
82
+ }
83
+ }
84
+ };
85
+ return EntryNodesParent;
86
+ }(FlowNode);