@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,170 @@
1
+ import { Pair } from 'yaml';
2
+ import { EntryNodeItem } from './FlowNodeBase';
3
+ import { DefService } from './DefService';
4
+ import { JSONSchemaMap, JSONSchema } from './jsonSchema';
5
+ export declare class FlowSourceEntry extends EntryNodeItem {
6
+ children: any[];
7
+ defService: DefService;
8
+ agentlessStepDefService?: DefService;
9
+ agentlessStepDef: any;
10
+ constructor(astNode: Pair, parent: any);
11
+ initChildren(): void;
12
+ getSchemaPropertyEntry(): Promise<JSONSchemaMap>;
13
+ getPackagesProperties(): Promise<{
14
+ version?: undefined;
15
+ artifact?: undefined;
16
+ repo?: undefined;
17
+ repoType: {
18
+ enum: string[];
19
+ };
20
+ } | {
21
+ version: {
22
+ oneOf?: undefined;
23
+ };
24
+ artifact?: undefined;
25
+ repo?: undefined;
26
+ repoType: {
27
+ enum: string[];
28
+ };
29
+ } | {
30
+ version: {
31
+ oneOf: JSONSchema[];
32
+ };
33
+ artifact?: undefined;
34
+ repo?: undefined;
35
+ repoType: {
36
+ enum: string[];
37
+ };
38
+ } | {
39
+ version?: undefined;
40
+ artifact: {
41
+ oneOf: JSONSchema[];
42
+ };
43
+ repo?: undefined;
44
+ repoType: {
45
+ enum: string[];
46
+ };
47
+ } | {
48
+ version: {
49
+ oneOf?: undefined;
50
+ };
51
+ artifact: {
52
+ oneOf: JSONSchema[];
53
+ };
54
+ repo?: undefined;
55
+ repoType: {
56
+ enum: string[];
57
+ };
58
+ } | {
59
+ version: {
60
+ oneOf: JSONSchema[];
61
+ };
62
+ artifact: {
63
+ oneOf: JSONSchema[];
64
+ };
65
+ repo?: undefined;
66
+ repoType: {
67
+ enum: string[];
68
+ };
69
+ } | {
70
+ version?: undefined;
71
+ artifact?: undefined;
72
+ repo: {
73
+ oneOf: any[];
74
+ };
75
+ repoType: {
76
+ enum: string[];
77
+ };
78
+ } | {
79
+ version: {
80
+ oneOf?: undefined;
81
+ };
82
+ artifact?: undefined;
83
+ repo: {
84
+ oneOf: any[];
85
+ };
86
+ repoType: {
87
+ enum: string[];
88
+ };
89
+ } | {
90
+ version: {
91
+ oneOf: JSONSchema[];
92
+ };
93
+ artifact?: undefined;
94
+ repo: {
95
+ oneOf: any[];
96
+ };
97
+ repoType: {
98
+ enum: string[];
99
+ };
100
+ } | {
101
+ version?: undefined;
102
+ artifact: {
103
+ oneOf: JSONSchema[];
104
+ };
105
+ repo: {
106
+ oneOf: any[];
107
+ };
108
+ repoType: {
109
+ enum: string[];
110
+ };
111
+ } | {
112
+ version: {
113
+ oneOf?: undefined;
114
+ };
115
+ artifact: {
116
+ oneOf: JSONSchema[];
117
+ };
118
+ repo: {
119
+ oneOf: any[];
120
+ };
121
+ repoType: {
122
+ enum: string[];
123
+ };
124
+ } | {
125
+ version: {
126
+ oneOf: JSONSchema[];
127
+ };
128
+ artifact: {
129
+ oneOf: JSONSchema[];
130
+ };
131
+ repo: {
132
+ oneOf: any[];
133
+ };
134
+ repoType: {
135
+ enum: string[];
136
+ };
137
+ }>;
138
+ getPackagesRepos(): Promise<{
139
+ repo?: undefined;
140
+ } | {
141
+ repo: {
142
+ oneOf: any[];
143
+ };
144
+ }>;
145
+ getPackagesArtifacts(): Promise<{
146
+ artifact?: undefined;
147
+ } | {
148
+ artifact: {
149
+ oneOf: JSONSchema[];
150
+ };
151
+ }>;
152
+ getPackagesVersions(): Promise<{
153
+ version?: undefined;
154
+ } | {
155
+ version: {
156
+ oneOf?: undefined;
157
+ };
158
+ } | {
159
+ version: {
160
+ oneOf: JSONSchema[];
161
+ };
162
+ }>;
163
+ getFlowPipelineRules(): Promise<{
164
+ flowPipeline: {
165
+ title: any;
166
+ oneOf: any[];
167
+ };
168
+ }>;
169
+ getPipelineIds(): Promise<any[]>;
170
+ }
@@ -0,0 +1,492 @@
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 { EntryNodeItem } from "./FlowNodeBase";
6
+ import { exceedFetchWithCache5min } from "./cache";
7
+ import { monacoYamlCompletionItemDescMark } from "../utils";
8
+ import { insertIf } from "../../../utils";
9
+ import { uniqBy } from 'lodash-es';
10
+ import intl from "../../../locale";
11
+ import exceed from "../../../utils/apimap";
12
+ export var FlowSourceEntry = /*#__PURE__*/function (_EntryNodeItem) {
13
+ function FlowSourceEntry(astNode, parent) {
14
+ var _this;
15
+ _this = _EntryNodeItem.call(this, astNode, parent) || this;
16
+ _this.children = [];
17
+ _this.defService = null;
18
+ _this.agentlessStepDefService = null;
19
+ _this.agentlessStepDef = void 0;
20
+ _this.initChildren();
21
+ return _this;
22
+ }
23
+ _inheritsLoose(FlowSourceEntry, _EntryNodeItem);
24
+ var _proto = FlowSourceEntry.prototype;
25
+ _proto.initChildren = function initChildren() {};
26
+ _proto.getSchemaPropertyEntry = /*#__PURE__*/function () {
27
+ var _getSchemaPropertyEntry = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
28
+ var _ref;
29
+ var type, codeTypes, allType, conns, hasSshKey, getConnections, _getConnections;
30
+ return _regeneratorRuntime.wrap(function _callee2$(_context2) {
31
+ while (1) switch (_context2.prev = _context2.next) {
32
+ case 0:
33
+ _getConnections = function _getConnections3() {
34
+ _getConnections = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(scType) {
35
+ var map, resp;
36
+ return _regeneratorRuntime.wrap(function _callee$(_context) {
37
+ while (1) switch (_context.prev = _context.next) {
38
+ case 0:
39
+ map = {
40
+ acr: 'docker_register_aliyun'
41
+ };
42
+ _context.next = 3;
43
+ return exceedFetchWithCache5min({
44
+ api: 'service-connection.list',
45
+ data: {
46
+ pageOrder: 'DESC',
47
+ scType: map[scType] || scType,
48
+ userId: window.AK_GLOBAL.currentUser.workid || '',
49
+ // id: props.value || (connection && connection.id) || '',
50
+ version: 'v2'
51
+ }
52
+ });
53
+ case 3:
54
+ resp = _context.sent;
55
+ return _context.abrupt("return", resp.object);
56
+ case 5:
57
+ case "end":
58
+ return _context.stop();
59
+ }
60
+ }, _callee);
61
+ }));
62
+ return _getConnections.apply(this, arguments);
63
+ };
64
+ getConnections = function _getConnections2(_x) {
65
+ return _getConnections.apply(this, arguments);
66
+ };
67
+ type = this.getValueFromAstNode(['type']);
68
+ /** 代码库有 sshkey */
69
+ codeTypes = ['codeup', 'aliyunCode', 'customGitlab', 'gitee', 'git', 'github', 'gitlab', 'bitbucket', 'svn'];
70
+ allType = ['acr', 'jenkins', 'packages', 'flowPipeline'].concat(codeTypes);
71
+ if (allType.includes(type)) {
72
+ _context2.next = 7;
73
+ break;
74
+ }
75
+ return _context2.abrupt("return", {});
76
+ case 7:
77
+ _context2.next = 9;
78
+ return getConnections(type);
79
+ case 9:
80
+ conns = _context2.sent;
81
+ hasSshKey = codeTypes.includes(type); // const flowPipelineRules = await this.getFlowPipelineRules();
82
+ _ref = {};
83
+ _context2.t0 = _extends;
84
+ _context2.t1 = {
85
+ certificate: {
86
+ type: 'object',
87
+ title: intl.get({
88
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowSourceEntry.SetTheAuthorizationInformationFor',
89
+ defaultMessage: '设置克隆代码源,或调用外部 Jenkins 服务的授权信息'
90
+ }),
91
+ markdownDescription: intl.get({
92
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowSourceEntry.RequiredIfYouUseA',
93
+ defaultMessage: '必填。使用服务连接,则 type 为 serviceConnection,并填写 **服务连接 ID** 信息(服务连接ID请前往 **全局设置-服务连接管理** 获取),如:\n```yaml\nsources:\n my_repo:\n type: codeup\n endpoint: https://codeup.aliyun.com/abc/Codeup-Demo.git\n branch: master\n certificate:\n type: serviceConnection\n serviceConnection: <your-service-connection-id>\n```\n部分代码源(如通用 Git、自建 Gitlab等)支持通过企业公钥克隆代码,则可设置使用企业公钥,type 为 sshKey,如:\n```yaml\nsources:\n my_repo:\n type: customGit\n endpoint: https://codeup.aliyun.com/abc/Codeup-Demo.git\n branch: master\n certificate:\n type: sshKey\n```'
94
+ }),
95
+ properties: {
96
+ type: {
97
+ type: 'string',
98
+ title: intl.get({
99
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowSourceEntry.CredentialType',
100
+ defaultMessage: '凭证类型'
101
+ }),
102
+ description: intl.get({
103
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowSourceEntry.IfYouUseAService',
104
+ defaultMessage: '使用服务连接,则 type 为 serviceConnection,并填写 服务连接 ID 信息(服务连接ID请前往 企业设置-服务连接管理 获取);部分代码源(如通用 Git、自建 Gitlab等)支持通过企业公钥克隆代码,则可设置使用企业公钥,type 为 sshKey'
105
+ }),
106
+ "enum": ['serviceConnection'].concat(insertIf(hasSshKey, 'sshKey'))
107
+ },
108
+ serviceConnection: {
109
+ type: 'string',
110
+ title: intl.get({
111
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowSourceEntry.ServiceConnectionId',
112
+ defaultMessage: '服务连接ID'
113
+ }),
114
+ description: intl.get({
115
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowSourceEntry.RequiredWhenUsingServiceConnection',
116
+ defaultMessage: '使用服务连接时必填,服务连接ID请前往 全局设置-服务连接管理 获取'
117
+ }),
118
+ oneOf: conns.map(function (conn) {
119
+ var schm = {
120
+ "const": conn.uuid,
121
+ description: monacoYamlCompletionItemDescMark(conn.connectionName)
122
+ };
123
+ return schm;
124
+ })
125
+ }
126
+ },
127
+ required: ['type'],
128
+ "if": {
129
+ properties: {
130
+ type: {
131
+ "const": 'serviceConnection'
132
+ }
133
+ }
134
+ },
135
+ then: {
136
+ required: ['serviceConnection']
137
+ }
138
+ }
139
+ };
140
+ if (!(type === 'packages')) {
141
+ _context2.next = 23;
142
+ break;
143
+ }
144
+ _context2.t3 = _extends;
145
+ _context2.t4 = {};
146
+ _context2.next = 19;
147
+ return this.getPackagesProperties();
148
+ case 19:
149
+ _context2.t5 = _context2.sent;
150
+ _context2.t2 = (0, _context2.t3)(_context2.t4, _context2.t5);
151
+ _context2.next = 24;
152
+ break;
153
+ case 23:
154
+ _context2.t2 = {};
155
+ case 24:
156
+ _context2.t6 = _context2.t2;
157
+ _context2.t7 = (0, _context2.t0)(_context2.t1, _context2.t6);
158
+ _ref[this.astNode.key.value] = {
159
+ type: 'object',
160
+ properties: _context2.t7
161
+ };
162
+ return _context2.abrupt("return", _ref);
163
+ case 28:
164
+ case "end":
165
+ return _context2.stop();
166
+ }
167
+ }, _callee2, this);
168
+ }));
169
+ function getSchemaPropertyEntry() {
170
+ return _getSchemaPropertyEntry.apply(this, arguments);
171
+ }
172
+ return getSchemaPropertyEntry;
173
+ }();
174
+ _proto.getPackagesProperties = /*#__PURE__*/function () {
175
+ var _getPackagesProperties = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
176
+ var supportedRepoTypes, repoType, reposP, artifactsP, versionsP;
177
+ return _regeneratorRuntime.wrap(function _callee3$(_context3) {
178
+ while (1) switch (_context3.prev = _context3.next) {
179
+ case 0:
180
+ supportedRepoTypes = ['generic'];
181
+ repoType = {
182
+ repoType: {
183
+ "enum": supportedRepoTypes
184
+ }
185
+ };
186
+ reposP = this.getPackagesRepos();
187
+ artifactsP = this.getPackagesArtifacts();
188
+ versionsP = this.getPackagesVersions();
189
+ _context3.t0 = _extends;
190
+ _context3.t1 = {};
191
+ _context3.t2 = repoType;
192
+ _context3.next = 10;
193
+ return reposP;
194
+ case 10:
195
+ _context3.t3 = _context3.sent;
196
+ _context3.next = 13;
197
+ return artifactsP;
198
+ case 13:
199
+ _context3.t4 = _context3.sent;
200
+ _context3.next = 16;
201
+ return versionsP;
202
+ case 16:
203
+ _context3.t5 = _context3.sent;
204
+ return _context3.abrupt("return", (0, _context3.t0)(_context3.t1, _context3.t2, _context3.t3, _context3.t4, _context3.t5));
205
+ case 18:
206
+ case "end":
207
+ return _context3.stop();
208
+ }
209
+ }, _callee3, this);
210
+ }));
211
+ function getPackagesProperties() {
212
+ return _getPackagesProperties.apply(this, arguments);
213
+ }
214
+ return getPackagesProperties;
215
+ }();
216
+ _proto.getPackagesRepos = /*#__PURE__*/function () {
217
+ var _getPackagesRepos = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee4() {
218
+ var _this$getValueFromAst;
219
+ var serviceConnection, repoType, reposResp, repos;
220
+ return _regeneratorRuntime.wrap(function _callee4$(_context4) {
221
+ while (1) switch (_context4.prev = _context4.next) {
222
+ case 0:
223
+ /*
224
+ * repo 列表
225
+ */
226
+ serviceConnection = (_this$getValueFromAst = this.getValueFromAstNode(['certificate'])) === null || _this$getValueFromAst === void 0 ? void 0 : _this$getValueFromAst.serviceConnection;
227
+ repoType = this.getValueFromAstNode(['repoType']);
228
+ if (!(!serviceConnection || !repoType)) {
229
+ _context4.next = 4;
230
+ break;
231
+ }
232
+ return _context4.abrupt("return", {});
233
+ case 4:
234
+ _context4.next = 6;
235
+ return exceedFetchWithCache5min({
236
+ api: 'Packages.userRepos',
237
+ data: {
238
+ connectionUUID: serviceConnection,
239
+ repoType: repoType,
240
+ showProxy: true
241
+ }
242
+ });
243
+ case 6:
244
+ reposResp = _context4.sent;
245
+ repos = (reposResp.object || []).map(function (v) {
246
+ var oneOfItem = {
247
+ title: v.repoName,
248
+ "const": v.repoId,
249
+ description: monacoYamlCompletionItemDescMark(v.repoName)
250
+ };
251
+ return oneOfItem;
252
+ });
253
+ return _context4.abrupt("return", {
254
+ repo: {
255
+ oneOf: [].concat(repos)
256
+ }
257
+ });
258
+ case 9:
259
+ case "end":
260
+ return _context4.stop();
261
+ }
262
+ }, _callee4, this);
263
+ }));
264
+ function getPackagesRepos() {
265
+ return _getPackagesRepos.apply(this, arguments);
266
+ }
267
+ return getPackagesRepos;
268
+ }();
269
+ _proto.getPackagesArtifacts = /*#__PURE__*/function () {
270
+ var _getPackagesArtifacts = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee5() {
271
+ var _this$getValueFromAst2;
272
+ var serviceConnection, repoType, repo, artifact, artifactsRespP, artifactsSearchRespP, artifactsData, artifacts;
273
+ return _regeneratorRuntime.wrap(function _callee5$(_context5) {
274
+ while (1) switch (_context5.prev = _context5.next) {
275
+ case 0:
276
+ /*
277
+ * artifact 列表
278
+ */
279
+ serviceConnection = (_this$getValueFromAst2 = this.getValueFromAstNode(['certificate'])) === null || _this$getValueFromAst2 === void 0 ? void 0 : _this$getValueFromAst2.serviceConnection;
280
+ repoType = this.getValueFromAstNode(['repoType']);
281
+ repo = this.getValueFromAstNode(['repo']);
282
+ artifact = this.getValueFromAstNode(['artifact']);
283
+ if (!(!serviceConnection || !repoType || !repo)) {
284
+ _context5.next = 6;
285
+ break;
286
+ }
287
+ return _context5.abrupt("return", {});
288
+ case 6:
289
+ artifactsRespP = exceedFetchWithCache5min({
290
+ api: 'Packages.REPO.artifacts',
291
+ data: {
292
+ repoType: repoType,
293
+ repoId: repo,
294
+ connectionUUID: serviceConnection
295
+ }
296
+ });
297
+ artifactsSearchRespP = artifact ? exceedFetchWithCache5min({
298
+ api: 'Packages.REPO.artifacts',
299
+ data: {
300
+ repoType: repoType,
301
+ repoId: repo,
302
+ connectionUUID: serviceConnection,
303
+ search: artifact
304
+ }
305
+ }) : {
306
+ object: []
307
+ };
308
+ _context5.next = 10;
309
+ return Promise.all([artifactsRespP, artifactsSearchRespP]).then(function (_ref2) {
310
+ var a = _ref2[0],
311
+ b = _ref2[1];
312
+ return uniqBy([].concat(a.object || [], b.object || []), 'module');
313
+ });
314
+ case 10:
315
+ artifactsData = _context5.sent;
316
+ artifacts = artifactsData.map(function (v) {
317
+ var oneOfItem = {
318
+ "const": v.module
319
+ };
320
+ return oneOfItem;
321
+ });
322
+ return _context5.abrupt("return", {
323
+ artifact: {
324
+ oneOf: artifacts
325
+ }
326
+ });
327
+ case 13:
328
+ case "end":
329
+ return _context5.stop();
330
+ }
331
+ }, _callee5, this);
332
+ }));
333
+ function getPackagesArtifacts() {
334
+ return _getPackagesArtifacts.apply(this, arguments);
335
+ }
336
+ return getPackagesArtifacts;
337
+ }();
338
+ _proto.getPackagesVersions = /*#__PURE__*/function () {
339
+ var _getPackagesVersions = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee6() {
340
+ var _this$getValueFromAst3;
341
+ var serviceConnection, repoType, repo, artifact, versionsRespP, versionsSearchRespP, versionsData, versions;
342
+ return _regeneratorRuntime.wrap(function _callee6$(_context6) {
343
+ while (1) switch (_context6.prev = _context6.next) {
344
+ case 0:
345
+ /*
346
+ * version 列表
347
+ */
348
+ serviceConnection = (_this$getValueFromAst3 = this.getValueFromAstNode(['certificate'])) === null || _this$getValueFromAst3 === void 0 ? void 0 : _this$getValueFromAst3.serviceConnection;
349
+ repoType = this.getValueFromAstNode(['repoType']);
350
+ repo = this.getValueFromAstNode(['repo']);
351
+ artifact = this.getValueFromAstNode(['artifact']);
352
+ if (!(!serviceConnection || !repoType || !repo || !artifact)) {
353
+ _context6.next = 6;
354
+ break;
355
+ }
356
+ return _context6.abrupt("return", {});
357
+ case 6:
358
+ versionsRespP = exceedFetchWithCache5min({
359
+ api: 'Packages.REPO.artifacts.versions',
360
+ data: {
361
+ repoType: repoType,
362
+ repoId: repo,
363
+ module: artifact,
364
+ connectionUUID: serviceConnection,
365
+ search: ''
366
+ }
367
+ });
368
+ versionsSearchRespP = exceedFetchWithCache5min({
369
+ api: 'Packages.REPO.artifacts.versions',
370
+ data: {
371
+ repoType: repoType,
372
+ repoId: repo,
373
+ module: artifact,
374
+ connectionUUID: serviceConnection,
375
+ search: this.getValueFromAstNode(['version'])
376
+ }
377
+ });
378
+ _context6.next = 10;
379
+ return Promise.all([versionsRespP, versionsSearchRespP]).then(function (_ref3) {
380
+ var a = _ref3[0],
381
+ b = _ref3[1];
382
+ return uniqBy([].concat(a.object || [], b.object || []), 'version');
383
+ });
384
+ case 10:
385
+ versionsData = _context6.sent;
386
+ versions = versionsData.map(function (v) {
387
+ var oneOfItem = {
388
+ "const": v.version
389
+ };
390
+ return oneOfItem;
391
+ });
392
+ if (versions !== null && versions !== void 0 && versions.length) {
393
+ _context6.next = 14;
394
+ break;
395
+ }
396
+ return _context6.abrupt("return", {
397
+ version: {}
398
+ });
399
+ case 14:
400
+ return _context6.abrupt("return", {
401
+ version: {
402
+ oneOf: [{
403
+ "const": 'latest'
404
+ }].concat(versions)
405
+ }
406
+ });
407
+ case 15:
408
+ case "end":
409
+ return _context6.stop();
410
+ }
411
+ }, _callee6, this);
412
+ }));
413
+ function getPackagesVersions() {
414
+ return _getPackagesVersions.apply(this, arguments);
415
+ }
416
+ return getPackagesVersions;
417
+ }();
418
+ _proto.getFlowPipelineRules = /*#__PURE__*/function () {
419
+ var _getFlowPipelineRules = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee7() {
420
+ var oneOf;
421
+ return _regeneratorRuntime.wrap(function _callee7$(_context7) {
422
+ while (1) switch (_context7.prev = _context7.next) {
423
+ case 0:
424
+ _context7.next = 2;
425
+ return this.getPipelineIds();
426
+ case 2:
427
+ oneOf = _context7.sent;
428
+ return _context7.abrupt("return", {
429
+ flowPipeline: {
430
+ title: intl.get({
431
+ id: 'rdc-tb-cd-assets.PipelineFlowEdit.FlowDocument.FlowSourceEntry.PipelineId',
432
+ defaultMessage: '流水线ID'
433
+ }),
434
+ oneOf: oneOf
435
+ }
436
+ });
437
+ case 4:
438
+ case "end":
439
+ return _context7.stop();
440
+ }
441
+ }, _callee7, this);
442
+ }));
443
+ function getFlowPipelineRules() {
444
+ return _getFlowPipelineRules.apply(this, arguments);
445
+ }
446
+ return getFlowPipelineRules;
447
+ }();
448
+ _proto.getPipelineIds = /*#__PURE__*/function () {
449
+ var _getPipelineIds = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee8() {
450
+ var res, oneOf, _res$object$dataList, dataList;
451
+ return _regeneratorRuntime.wrap(function _callee8$(_context8) {
452
+ while (1) switch (_context8.prev = _context8.next) {
453
+ case 0:
454
+ _context8.next = 2;
455
+ return exceed.fetch({
456
+ api: 'Pipeline.query.by.region',
457
+ data: {
458
+ refObjectType: 'PERSON',
459
+ refObjectId: window.AK_GLOBAL.currentUser.workid,
460
+ type: 'all',
461
+ pageSize: 99,
462
+ pageStart: 0,
463
+ pipelineName: this.getValueFromAstNode(['flowPipeline']),
464
+ pageOrder: 'DESC'
465
+ }
466
+ });
467
+ case 2:
468
+ res = _context8.sent;
469
+ oneOf = [];
470
+ if (res.successful && res.object) {
471
+ _res$object$dataList = res.object.dataList, dataList = _res$object$dataList === void 0 ? [] : _res$object$dataList;
472
+ oneOf = dataList.map(function (item) {
473
+ return {
474
+ "const": item.uuid,
475
+ description: monacoYamlCompletionItemDescMark(item.pipelineName)
476
+ };
477
+ });
478
+ }
479
+ return _context8.abrupt("return", oneOf);
480
+ case 6:
481
+ case "end":
482
+ return _context8.stop();
483
+ }
484
+ }, _callee8, this);
485
+ }));
486
+ function getPipelineIds() {
487
+ return _getPipelineIds.apply(this, arguments);
488
+ }
489
+ return getPipelineIds;
490
+ }();
491
+ return FlowSourceEntry;
492
+ }(EntryNodeItem);
@@ -0,0 +1,12 @@
1
+ import { YAMLMap } from 'yaml';
2
+ import { FlowNode } from './FlowNodeBase';
3
+ export declare class FlowSources extends FlowNode {
4
+ constructor(astNode: YAMLMap, parent: any);
5
+ initChildren(): void;
6
+ getSchema(): Promise<{
7
+ sources: {
8
+ type: string;
9
+ properties: {};
10
+ };
11
+ }>;
12
+ }