@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,386 @@
1
+ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
+ function _createForOfIteratorHelperLoose(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
4
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
5
+ import _regeneratorRuntime from "@babel/runtime/regenerator";
6
+ /* eslint-disable */
7
+ import React, { useState, useEffect } from "react";
8
+ import { Button, Select, Input } from "@teamix/ui";
9
+ import { YunxiaoIcon, Title } from "@alife/devops-ui";
10
+ import { cloneDeep, isEqual } from "lodash-es";
11
+ import IconFont from "../../icon-font";
12
+ import intl from "../../../../../locale";
13
+ import fetch from "../fetch";
14
+ import "./appstackImage.scss";
15
+ import { artifactSourceSelectOptionRender, getFlowSorucesOutputs, isArtifactSourceUpstreamValid } from "./upstreamSourcesUtils";
16
+ var Option = Select.Option;
17
+ var jobOutput = function jobOutput(job) {
18
+ job.output.forEach(function (item) {
19
+ item.jobIdentifier = job.identifier;
20
+ });
21
+ return job.output;
22
+ };
23
+ var stageOutput = function stageOutput(s) {
24
+ return s.jobs.flatMap(jobOutput);
25
+ };
26
+ var groupOutput = function groupOutput(g) {
27
+ return g.stages.flatMap(stageOutput);
28
+ };
29
+ var UpstreamItem = function UpstreamItem(props) {
30
+ var variable = props.variable,
31
+ variables = props.variables,
32
+ index = props.index,
33
+ _props$outputs = props.outputs,
34
+ outputs = _props$outputs === void 0 ? [] : _props$outputs,
35
+ disabled = props.disabled,
36
+ nameEditable = props.nameEditable,
37
+ sources = props.sources;
38
+ var onDelete = props.onDelete,
39
+ onVariableValueChange = props.onVariableValueChange,
40
+ onVariableNameChange = props.onVariableNameChange,
41
+ onVariableTypeChange = props.onVariableTypeChange;
42
+ var _useState = useState(variable.type || "custom"),
43
+ variableType = _useState[0],
44
+ setVariableType = _useState[1];
45
+ var upstreamValues = outputs.map(function (o) {
46
+ return "${" + o.jobIdentifier + "." + o.name + "}";
47
+ });
48
+ useEffect(function () {
49
+ setVariableType(variable.type);
50
+ }, [variable.type]);
51
+ var errorMsg = function errorMsg() {
52
+ if (!variable.label) {
53
+ return intl.get({
54
+ id: "rdc-tb-cd-assets.flow-engine.fields.multiUpstream.VariableName",
55
+ defaultMessage: "输入名称"
56
+ });
57
+ }
58
+ if (variables.filter(function (u) {
59
+ return u.label === variable.label;
60
+ }).length > 1) {
61
+ return intl.get({
62
+ id: "rdc-tb-cd-assets.flow-engine.fields.multiUpstream.VariableName.not.uniq",
63
+ defaultMessage: "参数名不能重复"
64
+ });
65
+ }
66
+ if (!variable.value) {
67
+ return intl.get({
68
+ id: "rdc-tb-cd-assets.flow-engine.fields.multiUpstream.VariableValue.empty",
69
+ defaultMessage: "请输入或选择参数值"
70
+ });
71
+ }
72
+ if (variable.type === "upstream" && upstreamValues.indexOf(variable.value) < 0 && !isArtifactSourceUpstreamValid(variable.value, sources)) {
73
+ return intl.get({
74
+ id: "rdc-tb-cd-assets.teambition.flow-engine.rules.TheCurrentConfigurationHasExpired",
75
+ defaultMessage: "上游 制品/镜像 已失效,请重新选择"
76
+ });
77
+ }
78
+ };
79
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
80
+ className: "image-item",
81
+ key: variable.identifier
82
+ }, /*#__PURE__*/React.createElement("div", {
83
+ className: "image-item-key"
84
+ }, /*#__PURE__*/React.createElement(Input, {
85
+ disabled: disabled || !nameEditable,
86
+ placeholder: intl.get({
87
+ id: "rdc-tb-cd-assets.flow-engine.fields.multiUpstream.VariableName",
88
+ defaultMessage: "输入名称"
89
+ }),
90
+ value: variable.label,
91
+ onChange: function onChange(next) {
92
+ onVariableNameChange(index, next);
93
+ }
94
+ })), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("span", null, "=")), /*#__PURE__*/React.createElement("div", {
95
+ className: "image-item-value " + (nameEditable ? "editable" : "")
96
+ }, /*#__PURE__*/React.createElement(Select, {
97
+ className: "image-type-select",
98
+ value: variableType,
99
+ onChange: function onChange(v) {
100
+ onVariableTypeChange(index, v);
101
+ setVariableType(v);
102
+ }
103
+ }, /*#__PURE__*/React.createElement(Option, {
104
+ value: "custom"
105
+ }, intl.get({
106
+ id: "rdc-tb-cd-assets.flow-engine.fields.appstackImage.Custom",
107
+ defaultMessage: "自定义"
108
+ })), /*#__PURE__*/React.createElement(Option, {
109
+ value: "upstream"
110
+ }, intl.get({
111
+ id: "rdc-tb-cd-assets.flow-engine.fields.appstackImage.DataSource",
112
+ defaultMessage: "数据源"
113
+ }))), variableType === "upstream" && /*#__PURE__*/React.createElement(Select, {
114
+ disabled: disabled,
115
+ className: "upstream-select",
116
+ value: variable.value,
117
+ autoWidth: true,
118
+ popupContainer: function popupContainer(_ref) {
119
+ var parentNode = _ref.parentNode;
120
+ return parentNode;
121
+ },
122
+ popupStyle: {
123
+ background: "var(--color-white, #ffffff)"
124
+ },
125
+ onChange: function onChange(next) {
126
+ onVariableValueChange(index, next);
127
+ }
128
+ }, artifactSourceSelectOptionRender(sources), outputs.map(function (_ref2) {
129
+ var name = _ref2.name,
130
+ jobIdentifier = _ref2.jobIdentifier,
131
+ displayName = _ref2.displayName;
132
+ return /*#__PURE__*/React.createElement(Select.Option, {
133
+ key: name,
134
+ value: "${" + jobIdentifier + "." + name + "}"
135
+ }, /*#__PURE__*/React.createElement("div", {
136
+ style: {
137
+ maxWidth: 140
138
+ },
139
+ title: displayName
140
+ }, /*#__PURE__*/React.createElement(Title, {
141
+ trigger: displayName,
142
+ align: "t"
143
+ }, displayName)));
144
+ })), variableType === "custom" && /*#__PURE__*/React.createElement(Input, {
145
+ disabled: disabled,
146
+ className: "custom-input",
147
+ value: variable.value,
148
+ placeholder: intl.get({
149
+ id: "rdc-tb-cd-assets.flow-engine.fields.multiUpstream.ParameterValue",
150
+ defaultMessage: "输入自定义参数值"
151
+ }),
152
+ autoWidth: true,
153
+ popupContainer: function popupContainer(_ref3) {
154
+ var parentNode = _ref3.parentNode;
155
+ return parentNode;
156
+ },
157
+ onChange: function onChange(next) {
158
+ onVariableValueChange(index, next);
159
+ }
160
+ })), nameEditable && /*#__PURE__*/React.createElement("div", {
161
+ className: "image-item-ops"
162
+ }, /*#__PURE__*/React.createElement(Button, {
163
+ size: "small",
164
+ text: true,
165
+ onClick: function onClick() {
166
+ return onDelete(index);
167
+ },
168
+ disabled: disabled
169
+ }, /*#__PURE__*/React.createElement(IconFont, {
170
+ type: "minus-fill"
171
+ })))), /*#__PURE__*/React.createElement("div", {
172
+ className: "image-item-error-msg"
173
+ }, errorMsg()));
174
+ };
175
+ var AppstackImage = function AppstackImage(props) {
176
+ var flow = props.flow,
177
+ groupIndex = props.groupIndex,
178
+ stageIndex = props.stageIndex,
179
+ jobIndex = props.jobIndex,
180
+ value = props.value,
181
+ fieldName = props.fieldName,
182
+ name = props.name,
183
+ field = props.field,
184
+ content = props.content,
185
+ template = props.template;
186
+ var _useState2 = useState(Array.isArray(value) ? value : []),
187
+ variables = _useState2[0],
188
+ setVariables = _useState2[1];
189
+ var _useState3 = useState([]),
190
+ outputs = _useState3[0],
191
+ setoutputs = _useState3[1];
192
+ var _useState4 = useState(false),
193
+ nameEditable = _useState4[0],
194
+ setNameEditable = _useState4[1];
195
+ var _useState5 = useState(field.getValue(fieldName.replace(name, "APP_NAME"))),
196
+ appName = _useState5[0],
197
+ setAppName = _useState5[1];
198
+ var _useState6 = useState(field.getValue(fieldName.replace(name, "ENV_NAME"))),
199
+ envName = _useState6[0],
200
+ setEnvName = _useState6[1];
201
+ var _useState7 = useState(true),
202
+ firstFlag = _useState7[0],
203
+ setFirstFlag = _useState7[1];
204
+ useEffect(function () {
205
+ if (appName && !firstFlag && !nameEditable) {
206
+ fetchImageList(true);
207
+ }
208
+ }, [appName, envName]);
209
+ useEffect(function () {
210
+ if (!isEqual(value, variables)) {
211
+ setVariables(value || []);
212
+ }
213
+ setAppName(field.getValue(fieldName.replace(name, "APP_NAME")));
214
+ setEnvName(field.getValue(fieldName.replace(name, "ENV_NAME")));
215
+ }, [props]);
216
+
217
+ // 更新镜像 key
218
+ var fetchImageList = /*#__PURE__*/function () {
219
+ var _ref4 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee(update) {
220
+ var _content$datasource, crossOrigin, withCredentials, api, _api, _yield$fetch, object, successful;
221
+ return _regeneratorRuntime.wrap(function _callee$(_context) {
222
+ while (1) switch (_context.prev = _context.next) {
223
+ case 0:
224
+ _content$datasource = content.datasource, crossOrigin = _content$datasource.crossOrigin, withCredentials = _content$datasource.withCredentials, api = _content$datasource.api; // todo globalContext
225
+ _api = api.replace("${GLOBAL_CONTEXT.appstackPath}", window.location.origin + "/appstack");
226
+ _context.next = 4;
227
+ return fetch({
228
+ url: _api.replace("${APP_NAME}", appName).replace("${ENV_NAME}", envName),
229
+ method: "get",
230
+ crossOrigin: crossOrigin,
231
+ withCredentials: withCredentials
232
+ });
233
+ case 4:
234
+ _yield$fetch = _context.sent;
235
+ object = _yield$fetch.object;
236
+ successful = _yield$fetch.successful;
237
+ if (successful && !nameEditable) {
238
+ if (!(value !== null && value !== void 0 && value.length) || update) {
239
+ onChange(object.map(function (v) {
240
+ return {
241
+ label: v.name,
242
+ value: "",
243
+ type: "custom"
244
+ };
245
+ }));
246
+ }
247
+ }
248
+ case 8:
249
+ case "end":
250
+ return _context.stop();
251
+ }
252
+ }, _callee);
253
+ }));
254
+ return function fetchImageList(_x) {
255
+ return _ref4.apply(this, arguments);
256
+ };
257
+ }();
258
+
259
+ // 监听上游是否手动输入
260
+ useEffect(function () {
261
+ fetchImageList();
262
+ setFirstFlag(false);
263
+ var labelCls;
264
+ try {
265
+ // eslint-disable-next-line no-eval
266
+ labelCls = eval(template.watchClass);
267
+ } catch (e) {
268
+ labelCls = "";
269
+ }
270
+ var changeInputWrap = document.querySelector("." + labelCls);
271
+ var callback = function callback(mutations) {
272
+ for (var _iterator = _createForOfIteratorHelperLoose(mutations), _step; !(_step = _iterator()).done;) {
273
+ var mutation = _step.value;
274
+ if (mutation.type === "childList") {
275
+ var _mutation$removedNode = mutation.removedNodes,
276
+ removedNodes = _mutation$removedNode === void 0 ? [] : _mutation$removedNode;
277
+ for (var i = 0; i < removedNodes.length; i++) {
278
+ if (removedNodes[i].id === "input-" + labelCls) {
279
+ setNameEditable(false);
280
+ field.reset([fieldName]);
281
+ }
282
+ if (removedNodes[i].id === "select-" + labelCls) {
283
+ setNameEditable(true);
284
+ }
285
+ }
286
+ }
287
+ }
288
+ };
289
+ var observer = new MutationObserver(callback);
290
+ if (changeInputWrap) {
291
+ observer.observe(changeInputWrap, {
292
+ childList: true,
293
+ subtree: true
294
+ });
295
+ }
296
+ return function () {
297
+ observer.disconnect();
298
+ field.remove(fieldName);
299
+ };
300
+ }, []);
301
+ useEffect(function () {
302
+ var preGroups = flow.slice(0, groupIndex);
303
+ var currentGroup = flow[groupIndex];
304
+ var preStages = currentGroup ? currentGroup.stages.slice(0, stageIndex) : [];
305
+ var currentStage = currentGroup.stages[stageIndex];
306
+ var preJobs = currentStage ? currentStage.jobs.slice(0, jobIndex) : [];
307
+ var preGroupsOutput = preGroups.flatMap(groupOutput);
308
+ var preStagesOutput = preStages.flatMap(stageOutput);
309
+ var preJobOutput = preJobs.flatMap(jobOutput);
310
+ var outputsResult = [preGroupsOutput, preStagesOutput, preJobOutput].flatMap(function (o) {
311
+ return o;
312
+ });
313
+ getFlowSorucesOutputs(props.sources).then(function (flowSourcesOutputs) {
314
+ setoutputs([].concat(outputsResult, flowSourcesOutputs));
315
+ });
316
+ }, [flow, groupIndex, stageIndex, jobIndex]);
317
+ var onCreateItemWithType = function onCreateItemWithType() {
318
+ var _v = [].concat(variables, [{
319
+ label: "",
320
+ value: "",
321
+ type: "custom"
322
+ }]);
323
+ onChange(_v);
324
+ };
325
+ var onChange = function onChange(v) {
326
+ setVariables(v);
327
+ props.onChange(v);
328
+ };
329
+ var onDelete = function onDelete(index) {
330
+ var _variables = cloneDeep(variables);
331
+ _variables.splice(index, 1);
332
+ onChange(_variables);
333
+ };
334
+ var onVariableValueChange = function onVariableValueChange(index, val) {
335
+ var _variables = cloneDeep(variables);
336
+ _variables[index].value = val;
337
+ onChange(_variables);
338
+ };
339
+ var onVariableNameChange = function onVariableNameChange(index, val) {
340
+ var _variables = cloneDeep(variables);
341
+ _variables[index].label = val;
342
+ onChange(_variables);
343
+ };
344
+ var onVariableTypeChange = function onVariableTypeChange(index, val) {
345
+ var _variables = cloneDeep(variables);
346
+ _variables[index].type = val;
347
+ _variables[index].value = "";
348
+ onChange(_variables);
349
+ };
350
+ if (!nameEditable && (!value || (value === null || value === void 0 ? void 0 : value.length) === 0)) {
351
+ return intl.get({
352
+ id: "rdc-tb-cd-assets.flow-engine.fields.appstackImage.NoProductPlaceholderGoTo",
353
+ defaultMessage: "无制品占位符,前往查看应用编排"
354
+ });
355
+ }
356
+ return /*#__PURE__*/React.createElement("div", {
357
+ className: "appstack-image"
358
+ }, variables.map(function (variable, index) {
359
+ return /*#__PURE__*/React.createElement(UpstreamItem, {
360
+ variable: variable,
361
+ variables: variables,
362
+ index: index,
363
+ outputs: outputs,
364
+ sources: props.sources,
365
+ nameEditable: nameEditable,
366
+ onVariableValueChange: onVariableValueChange,
367
+ onVariableNameChange: onVariableNameChange,
368
+ onVariableTypeChange: onVariableTypeChange,
369
+ onDelete: onDelete,
370
+ disabled: props.disabled
371
+ });
372
+ }), nameEditable && /*#__PURE__*/React.createElement(Button, {
373
+ type: "primary",
374
+ text: true,
375
+ onClick: function onClick() {
376
+ return onCreateItemWithType();
377
+ },
378
+ disabled: props.disabled
379
+ }, /*#__PURE__*/React.createElement(YunxiaoIcon, {
380
+ type: "add-line"
381
+ }), intl.get({
382
+ id: "rdc-tb-cd-assets.flow-engine.fields.multiUpstream.AddParameters",
383
+ defaultMessage: "添加"
384
+ })));
385
+ };
386
+ export default AppstackImage;
@@ -0,0 +1,75 @@
1
+ .appstack-image {
2
+ .image-item {
3
+ margin-bottom: 12px;
4
+ display: flex;
5
+ justify-content: space-between;
6
+ align-items: center;
7
+ &-left {
8
+ width: 110px;
9
+ .next-input {
10
+ min-width: 110px;
11
+ }
12
+ .next-select-trigger {
13
+ min-width: 110px;
14
+ }
15
+
16
+ .upstream .next-menu-item-text {
17
+ max-width: 100%;
18
+ }
19
+ }
20
+ &-key {
21
+ width: 110px;
22
+ .next-input {
23
+ width: 110px;
24
+ }
25
+ }
26
+ &-value {
27
+ width: 280px;
28
+ display: flex;
29
+ overflow: hidden;
30
+ &.editable {
31
+ width: 250px;
32
+ }
33
+ .next-icon, .teamix-icon {
34
+ color: var(--color-line1-5, #adadad);
35
+ &:hover {
36
+ color: var(--color-brand1-6, #1b9aee);
37
+ }
38
+ }
39
+ .image-type-select {
40
+ min-width: unset;
41
+ max-width: 100px;
42
+ .next-input {
43
+ border-radius: 4px 0 0 4px;
44
+ border-right: none;
45
+ }
46
+ }
47
+ .upstream-select .next-input,
48
+ .custom-input {
49
+ border-radius: 0 4px 4px 0;
50
+ }
51
+ .upstream-param {
52
+ .next-menu-item-text {
53
+ max-width: 100%;
54
+ }
55
+ }
56
+ }
57
+ &-error-msg {
58
+ color: var(--form-error-color, #ed675a);
59
+ font-size: 12px;
60
+ line-height: 12px;
61
+ margin: -6px 0 4px 0;
62
+ }
63
+ &-ops {
64
+ display: inline-block;
65
+ .next-icon, .teamix-icon {
66
+ color: var(--color-line1-5, #adadad);
67
+ cursor: pointer;
68
+ &:hover {
69
+ color: red;
70
+ }
71
+ }
72
+ }
73
+ }
74
+
75
+ }
@@ -0,0 +1,16 @@
1
+ import { Component } from 'react';
2
+ declare class DelayField extends Component {
3
+ constructor(props: any);
4
+ shouldComponentUpdate(nextProps: any, nextState: any): boolean;
5
+ onUpdateState: (value: any) => void;
6
+ onChange: (value: any) => void;
7
+ getOutputs: (value: any) => {
8
+ name: string;
9
+ displayName: string;
10
+ type: any;
11
+ identifier: string;
12
+ description: any;
13
+ export: boolean;
14
+ }[];
15
+ }
16
+ export default DelayField;
@@ -0,0 +1,61 @@
1
+ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
2
+ import { Component } from 'react';
3
+ import ReactDOM from 'react-dom';
4
+
5
+ /*
6
+ * delay field component
7
+ */
8
+ var DelayField = /*#__PURE__*/function (_Component) {
9
+ function DelayField(props) {
10
+ var _this;
11
+ _this = _Component.call(this, props) || this;
12
+ // 提供给外层调用,请勿删除
13
+ _this.onUpdateState = function (value) {
14
+ _this.setState({
15
+ value: value
16
+ });
17
+ };
18
+ _this.onChange = function (value) {
19
+ _this.onUpdateState(value);
20
+ if (_this.timeout) {
21
+ window.clearTimeout(_this.timeout);
22
+ }
23
+ _this.timeout = window.setTimeout(function () {
24
+ ReactDOM.unstable_batchedUpdates(function () {
25
+ _this.props.onChange(value, _this.getOutputs(value));
26
+ });
27
+ }, 600);
28
+ };
29
+ _this.getOutputs = function (value) {
30
+ var _this$props = _this.props,
31
+ _this$props$content = _this$props.content,
32
+ content = _this$props$content === void 0 ? {} : _this$props$content,
33
+ identifier = _this$props.identifier;
34
+ if (!content.export_to_output || !value) return [];
35
+ var _ref = content.export_to_output || {},
36
+ _ref$type = _ref.type,
37
+ type = _ref$type === void 0 ? 'user' : _ref$type,
38
+ _ref$description = _ref.description,
39
+ description = _ref$description === void 0 ? '' : _ref$description;
40
+ return [{
41
+ name: identifier + ".dynamic_output." + value,
42
+ displayName: content.label + "." + value,
43
+ type: type,
44
+ identifier: identifier + "__" + content.label,
45
+ description: description,
46
+ "export": true
47
+ }];
48
+ };
49
+ _this.state = {
50
+ value: props.value
51
+ };
52
+ return _this;
53
+ }
54
+ _inheritsLoose(DelayField, _Component);
55
+ var _proto = DelayField.prototype;
56
+ _proto.shouldComponentUpdate = function shouldComponentUpdate(nextProps, nextState) {
57
+ return this.props.state !== nextProps.state || nextState.value !== this.state.value || this.props.disabled !== nextProps.disabled;
58
+ };
59
+ return DelayField;
60
+ }(Component);
61
+ export default DelayField;
@@ -0,0 +1,15 @@
1
+ import { Component } from 'react';
2
+ declare class BuildSetting extends Component {
3
+ constructor(props: any);
4
+ onSettingChange(setting: any, outputs: any, identifier: any): void;
5
+ getOutputs: (item: any, identifier: any, value: any) => {
6
+ name: string;
7
+ displayName: string;
8
+ type: any;
9
+ identifier: string;
10
+ description: any;
11
+ export: boolean;
12
+ }[];
13
+ render(): JSX.Element;
14
+ }
15
+ export default BuildSetting;
@@ -0,0 +1,75 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
3
+ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
4
+ var _excluded = ["field", "identifier", "template", "initValue"];
5
+ /* eslint-disable import/no-cycle */
6
+ import React, { Component } from 'react';
7
+ import Template from "../../template";
8
+ var BuildSetting = /*#__PURE__*/function (_Component) {
9
+ function BuildSetting(props) {
10
+ var _this;
11
+ _this = _Component.call(this, props) || this;
12
+ _this.getOutputs = function (item, identifier, value) {
13
+ if (!item.export_to_output) return [];
14
+ var _ref = item || {},
15
+ label = _ref.label,
16
+ _ref$export_to_output = _ref.export_to_output,
17
+ _ref$export_to_output2 = _ref$export_to_output.type,
18
+ type = _ref$export_to_output2 === void 0 ? 'user' : _ref$export_to_output2,
19
+ _ref$export_to_output3 = _ref$export_to_output.description,
20
+ description = _ref$export_to_output3 === void 0 ? '' : _ref$export_to_output3;
21
+ return [{
22
+ name: "dynamic_output." + value,
23
+ displayName: label + "." + value,
24
+ type: type,
25
+ identifier: identifier + "__" + label,
26
+ description: description,
27
+ "export": true
28
+ }];
29
+ };
30
+ _this.state = {
31
+ setting: {}
32
+ };
33
+ return _this;
34
+ }
35
+ _inheritsLoose(BuildSetting, _Component);
36
+ var _proto = BuildSetting.prototype;
37
+ _proto.onSettingChange = function onSettingChange(setting, outputs, identifier) {
38
+ var _this2 = this;
39
+ this.setState({
40
+ setting: Object.assign({}, this.state.setting, setting, {
41
+ identifier: identifier
42
+ })
43
+ }, function () {
44
+ _this2.props.onChange([_this2.state.setting], outputs);
45
+ });
46
+ };
47
+ _proto.render = function render() {
48
+ var _this3 = this;
49
+ var _this$props = this.props,
50
+ field = _this$props.field,
51
+ identifier = _this$props.identifier,
52
+ _this$props$template$ = _this$props.template.template.items,
53
+ items = _this$props$template$ === void 0 ? [] : _this$props$template$,
54
+ _this$props$initValue = _this$props.initValue,
55
+ initValue = _this$props$initValue === void 0 ? [{}] : _this$props$initValue,
56
+ restProps = _objectWithoutPropertiesLoose(_this$props, _excluded);
57
+ return /*#__PURE__*/React.createElement("div", null, items.map(function (item) {
58
+ return /*#__PURE__*/React.createElement(Template, _extends({}, restProps, {
59
+ key: identifier + "_" + item.name,
60
+ template: item,
61
+ identifier: identifier,
62
+ field: field,
63
+ name: item.name,
64
+ initValue: (initValue[0] || {})[item.name] || '',
65
+ onChange: function onChange(v) {
66
+ var setting = {};
67
+ setting[item.name] = v;
68
+ _this3.onSettingChange(setting, _this3.getOutputs(item, identifier, v), identifier);
69
+ }
70
+ }));
71
+ }));
72
+ };
73
+ return BuildSetting;
74
+ }(Component);
75
+ export default BuildSetting;
@@ -0,0 +1,5 @@
1
+ import { Component } from 'react';
2
+ declare class CheckboxWrapper extends Component {
3
+ render(): JSX.Element;
4
+ }
5
+ export default CheckboxWrapper;
@@ -0,0 +1,20 @@
1
+ import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
2
+ import React, { Component } from 'react';
3
+ import { Checkbox } from '@teamix/ui';
4
+ var CheckboxWrapper = /*#__PURE__*/function (_Component) {
5
+ function CheckboxWrapper() {
6
+ return _Component.apply(this, arguments) || this;
7
+ }
8
+ _inheritsLoose(CheckboxWrapper, _Component);
9
+ var _proto = CheckboxWrapper.prototype;
10
+ _proto.render = function render() {
11
+ return /*#__PURE__*/React.createElement(Checkbox, {
12
+ onChange: this.props.onChange,
13
+ checked: this.props.value,
14
+ disabled: this.props.disabled
15
+ });
16
+ };
17
+ return CheckboxWrapper;
18
+ }(Component);
19
+ CheckboxWrapper.inline = true;
20
+ export default CheckboxWrapper;
@@ -0,0 +1,3 @@
1
+ import "./customVariable.scss";
2
+ declare const CustomVariable: (props: any) => any;
3
+ export default CustomVariable;