@finos/legend-application-studio 22.4.8 → 22.6.0

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 (355) hide show
  1. package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
  2. package/lib/components/EditorComponentTestUtils.js +2 -1
  3. package/lib/components/EditorComponentTestUtils.js.map +1 -1
  4. package/lib/components/LegendStudioAppInfo.d.ts.map +1 -1
  5. package/lib/components/LegendStudioAppInfo.js +2 -2
  6. package/lib/components/LegendStudioAppInfo.js.map +1 -1
  7. package/lib/components/LegendStudioApplication.d.ts.map +1 -1
  8. package/lib/components/LegendStudioApplication.js +3 -3
  9. package/lib/components/LegendStudioApplication.js.map +1 -1
  10. package/lib/components/editor/ActivityBar.d.ts.map +1 -1
  11. package/lib/components/editor/ActivityBar.js +8 -3
  12. package/lib/components/editor/ActivityBar.js.map +1 -1
  13. package/lib/components/editor/Editor.js +4 -4
  14. package/lib/components/editor/Editor.js.map +1 -1
  15. package/lib/components/editor/StatusBar.js +1 -1
  16. package/lib/components/editor/StatusBar.js.map +1 -1
  17. package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
  18. package/lib/components/editor/aux-panel/DevTool.js +5 -1
  19. package/lib/components/editor/aux-panel/DevTool.js.map +1 -1
  20. package/lib/components/editor/command/project-search.css +1 -1
  21. package/lib/components/editor/command/project-search.css.map +1 -1
  22. package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
  23. package/lib/components/editor/command-center/ProjectSearchCommand.js +2 -2
  24. package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
  25. package/lib/components/editor/edit-panel/FunctionEditor.js +1 -1
  26. package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
  27. package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
  28. package/lib/components/editor/edit-panel/GrammarTextEditor.js +5 -1
  29. package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
  30. package/lib/components/editor/edit-panel/RuntimeEditor.js +1 -1
  31. package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
  32. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
  33. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +9 -2
  34. package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
  35. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +4 -4
  36. package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
  37. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +4 -4
  38. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
  39. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts.map +1 -1
  40. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js +3 -2
  41. package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -1
  42. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +3 -3
  43. package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
  44. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +1 -1
  45. package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
  46. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
  47. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +62 -8
  48. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
  49. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.d.ts.map +1 -1
  50. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js +5 -5
  51. package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
  52. package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.d.ts +20 -0
  53. package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.d.ts.map +1 -0
  54. package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js +98 -0
  55. package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js.map +1 -0
  56. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
  57. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +2 -1
  58. package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
  59. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +6 -6
  60. package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
  61. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +1 -1
  62. package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
  63. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +1 -1
  64. package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
  65. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts.map +1 -1
  66. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +2 -2
  67. package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
  68. package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
  69. package/lib/components/editor/side-bar/Explorer.js +103 -16
  70. package/lib/components/editor/side-bar/Explorer.js.map +1 -1
  71. package/lib/components/editor/side-bar/ProjectDependantsEditor.js +3 -3
  72. package/lib/components/editor/side-bar/ProjectDependantsEditor.js.map +1 -1
  73. package/lib/components/editor/side-bar/ProjectOverview.js +8 -8
  74. package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
  75. package/lib/components/editor/side-bar/RegisterService.d.ts +8 -0
  76. package/lib/components/editor/side-bar/RegisterService.d.ts.map +1 -0
  77. package/lib/components/editor/side-bar/RegisterService.js +35 -0
  78. package/lib/components/editor/side-bar/RegisterService.js.map +1 -0
  79. package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
  80. package/lib/components/editor/side-bar/SideBar.js +3 -0
  81. package/lib/components/editor/side-bar/SideBar.js.map +1 -1
  82. package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
  83. package/lib/components/editor/side-bar/WorkflowManager.js +2 -2
  84. package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
  85. package/lib/components/editor/side-bar/WorkspaceReview.js +1 -1
  86. package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
  87. package/lib/components/editor/side-bar/WorkspaceUpdater.js +1 -1
  88. package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
  89. package/lib/components/project-viewer/ProjectViewer.js +1 -1
  90. package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
  91. package/lib/components/shared/ProjectSelectorUtils.d.ts.map +1 -1
  92. package/lib/components/shared/ProjectSelectorUtils.js +4 -4
  93. package/lib/components/shared/ProjectSelectorUtils.js.map +1 -1
  94. package/lib/components/workspace-review/WorkspaceReview.js +1 -1
  95. package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
  96. package/lib/components/workspace-setup/CreateProjectModal.js +1 -1
  97. package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
  98. package/lib/components/workspace-setup/WorkspaceSetup.js +2 -2
  99. package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
  100. package/lib/index.css +2 -2
  101. package/lib/index.css.map +1 -1
  102. package/lib/package.json +6 -4
  103. package/lib/stores/ChangeDetectionState.js +12 -12
  104. package/lib/stores/ChangeDetectionState.js.map +1 -1
  105. package/lib/stores/DependencyProjectViewerHelper.js +1 -1
  106. package/lib/stores/DependencyProjectViewerHelper.js.map +1 -1
  107. package/lib/stores/EditorConfig.d.ts +2 -1
  108. package/lib/stores/EditorConfig.d.ts.map +1 -1
  109. package/lib/stores/EditorConfig.js +1 -0
  110. package/lib/stores/EditorConfig.js.map +1 -1
  111. package/lib/stores/EditorGraphState.d.ts +1 -1
  112. package/lib/stores/EditorGraphState.d.ts.map +1 -1
  113. package/lib/stores/EditorGraphState.js +64 -59
  114. package/lib/stores/EditorGraphState.js.map +1 -1
  115. package/lib/stores/EditorSDLCState.d.ts.map +1 -1
  116. package/lib/stores/EditorSDLCState.js +21 -21
  117. package/lib/stores/EditorSDLCState.js.map +1 -1
  118. package/lib/stores/EditorStore.d.ts +2 -0
  119. package/lib/stores/EditorStore.d.ts.map +1 -1
  120. package/lib/stores/EditorStore.js +42 -39
  121. package/lib/stores/EditorStore.js.map +1 -1
  122. package/lib/stores/EditorTabManagerState.js +1 -1
  123. package/lib/stores/EditorTabManagerState.js.map +1 -1
  124. package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +1 -1
  125. package/lib/stores/EmbeddedQueryBuilderState.js +8 -8
  126. package/lib/stores/EmbeddedQueryBuilderState.js.map +1 -1
  127. package/lib/stores/ExplorerTreeState.d.ts +5 -3
  128. package/lib/stores/ExplorerTreeState.d.ts.map +1 -1
  129. package/lib/stores/ExplorerTreeState.js +11 -5
  130. package/lib/stores/ExplorerTreeState.js.map +1 -1
  131. package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
  132. package/lib/stores/LegendStudioBaseStore.js +15 -15
  133. package/lib/stores/LegendStudioBaseStore.js.map +1 -1
  134. package/lib/stores/LegendStudioDocumentation.d.ts +1 -0
  135. package/lib/stores/LegendStudioDocumentation.d.ts.map +1 -1
  136. package/lib/stores/LegendStudioDocumentation.js +1 -0
  137. package/lib/stores/LegendStudioDocumentation.js.map +1 -1
  138. package/lib/stores/LegendStudioStorage.d.ts +20 -0
  139. package/lib/stores/LegendStudioStorage.d.ts.map +1 -0
  140. package/lib/stores/LegendStudioStorage.js +21 -0
  141. package/lib/stores/LegendStudioStorage.js.map +1 -0
  142. package/lib/stores/editor-state/ExternalFormatState.js +2 -2
  143. package/lib/stores/editor-state/ExternalFormatState.js.map +1 -1
  144. package/lib/stores/editor-state/FileGenerationState.js +3 -3
  145. package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
  146. package/lib/stores/editor-state/GrammarTextEditorState.d.ts.map +1 -1
  147. package/lib/stores/editor-state/GrammarTextEditorState.js +4 -1
  148. package/lib/stores/editor-state/GrammarTextEditorState.js.map +1 -1
  149. package/lib/stores/editor-state/GraphGenerationState.js +9 -9
  150. package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
  151. package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
  152. package/lib/stores/editor-state/ModelImporterState.js +9 -9
  153. package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
  154. package/lib/stores/editor-state/element-editor-state/ClassEditorState.js +1 -1
  155. package/lib/stores/editor-state/element-editor-state/ClassEditorState.js.map +1 -1
  156. package/lib/stores/editor-state/element-editor-state/ClassState.js +6 -6
  157. package/lib/stores/editor-state/element-editor-state/ClassState.js.map +1 -1
  158. package/lib/stores/editor-state/element-editor-state/ElementEditorState.js +2 -2
  159. package/lib/stores/editor-state/element-editor-state/ElementEditorState.js.map +1 -1
  160. package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js +2 -2
  161. package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js.map +1 -1
  162. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js +3 -3
  163. package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +1 -1
  164. package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -1
  165. package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js +1 -1
  166. package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
  167. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts +2 -1
  168. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -1
  169. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +9 -1
  170. package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
  171. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +11 -11
  172. package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
  173. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +1 -1
  174. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +10 -10
  175. package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -1
  176. package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js +3 -3
  177. package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js.map +1 -1
  178. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +3 -3
  179. package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
  180. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +12 -12
  181. package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
  182. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +12 -12
  183. package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
  184. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js +6 -6
  185. package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -1
  186. package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js +3 -3
  187. package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js.map +1 -1
  188. package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.js +1 -1
  189. package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.js.map +1 -1
  190. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
  191. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +8 -8
  192. package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
  193. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +4 -4
  194. package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
  195. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +1 -1
  196. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
  197. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js +3 -3
  198. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -1
  199. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js +2 -2
  200. package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -1
  201. package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js +1 -1
  202. package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -1
  203. package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js +1 -1
  204. package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -1
  205. package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js +2 -2
  206. package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js.map +1 -1
  207. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js +2 -2
  208. package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js.map +1 -1
  209. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts +2 -0
  210. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts.map +1 -1
  211. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js +22 -12
  212. package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js.map +1 -1
  213. package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js +2 -2
  214. package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js.map +1 -1
  215. package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +1 -1
  216. package/lib/stores/project-viewer/ProjectViewerStore.js +13 -13
  217. package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
  218. package/lib/stores/shared/MockDataUtils.d.ts +6 -0
  219. package/lib/stores/shared/MockDataUtils.d.ts.map +1 -1
  220. package/lib/stores/shared/MockDataUtils.js +32 -3
  221. package/lib/stores/shared/MockDataUtils.js.map +1 -1
  222. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts +6 -1
  223. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -1
  224. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js +15 -1
  225. package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js.map +1 -1
  226. package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts +51 -0
  227. package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts.map +1 -0
  228. package/lib/stores/sidebar-state/BulkServiceRegistrationState.js +237 -0
  229. package/lib/stores/sidebar-state/BulkServiceRegistrationState.js.map +1 -0
  230. package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +1 -1
  231. package/lib/stores/sidebar-state/LocalChangesState.js +19 -19
  232. package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
  233. package/lib/stores/sidebar-state/ProjectOverviewState.js +11 -11
  234. package/lib/stores/sidebar-state/ProjectOverviewState.js.map +1 -1
  235. package/lib/stores/sidebar-state/WorkflowManagerState.js +12 -12
  236. package/lib/stores/sidebar-state/WorkflowManagerState.js.map +1 -1
  237. package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +1 -1
  238. package/lib/stores/sidebar-state/WorkspaceReviewState.js +23 -23
  239. package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
  240. package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts.map +1 -1
  241. package/lib/stores/sidebar-state/WorkspaceSyncState.js +10 -10
  242. package/lib/stores/sidebar-state/WorkspaceSyncState.js.map +1 -1
  243. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.d.ts.map +1 -1
  244. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js +33 -33
  245. package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +1 -1
  246. package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -1
  247. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +16 -16
  248. package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +1 -1
  249. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js +3 -3
  250. package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
  251. package/lib/stores/workspace-review/WorkspaceReviewStore.js +16 -16
  252. package/lib/stores/workspace-review/WorkspaceReviewStore.js.map +1 -1
  253. package/lib/stores/workspace-setup/ProjectConfigurationStatus.js +1 -1
  254. package/lib/stores/workspace-setup/ProjectConfigurationStatus.js.map +1 -1
  255. package/lib/stores/workspace-setup/WorkspaceSetupStore.js +17 -17
  256. package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
  257. package/package.json +15 -13
  258. package/src/components/EditorComponentTestUtils.tsx +3 -2
  259. package/src/components/LegendStudioAppInfo.tsx +4 -2
  260. package/src/components/LegendStudioApplication.tsx +6 -3
  261. package/src/components/editor/ActivityBar.tsx +11 -3
  262. package/src/components/editor/Editor.tsx +4 -4
  263. package/src/components/editor/StatusBar.tsx +4 -4
  264. package/src/components/editor/aux-panel/DevTool.tsx +7 -1
  265. package/src/components/editor/command-center/ProjectSearchCommand.tsx +8 -6
  266. package/src/components/editor/edit-panel/FunctionEditor.tsx +1 -1
  267. package/src/components/editor/edit-panel/GrammarTextEditor.tsx +7 -1
  268. package/src/components/editor/edit-panel/RuntimeEditor.tsx +1 -1
  269. package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +77 -1
  270. package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +4 -4
  271. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +4 -4
  272. package/src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx +6 -2
  273. package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +3 -3
  274. package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +1 -1
  275. package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +164 -26
  276. package/src/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.tsx +13 -9
  277. package/src/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.tsx +283 -0
  278. package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +4 -1
  279. package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +7 -7
  280. package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +1 -1
  281. package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +1 -1
  282. package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +4 -2
  283. package/src/components/editor/side-bar/Explorer.tsx +268 -40
  284. package/src/components/editor/side-bar/ProjectDependantsEditor.tsx +5 -5
  285. package/src/components/editor/side-bar/ProjectOverview.tsx +13 -13
  286. package/src/components/editor/side-bar/RegisterService.tsx +139 -0
  287. package/src/components/editor/side-bar/SideBar.tsx +9 -0
  288. package/src/components/editor/side-bar/WorkflowManager.tsx +6 -2
  289. package/src/components/editor/side-bar/WorkspaceReview.tsx +2 -2
  290. package/src/components/editor/side-bar/WorkspaceUpdater.tsx +2 -2
  291. package/src/components/project-viewer/ProjectViewer.tsx +2 -2
  292. package/src/components/shared/ProjectSelectorUtils.tsx +7 -5
  293. package/src/components/workspace-review/WorkspaceReview.tsx +4 -4
  294. package/src/components/workspace-setup/CreateProjectModal.tsx +1 -1
  295. package/src/components/workspace-setup/WorkspaceSetup.tsx +2 -2
  296. package/src/stores/ChangeDetectionState.ts +12 -12
  297. package/src/stores/DependencyProjectViewerHelper.ts +2 -2
  298. package/src/stores/EditorConfig.ts +1 -0
  299. package/src/stores/EditorGraphState.ts +80 -60
  300. package/src/stores/EditorSDLCState.ts +25 -21
  301. package/src/stores/EditorStore.ts +45 -39
  302. package/src/stores/EditorTabManagerState.ts +1 -1
  303. package/src/stores/EmbeddedQueryBuilderState.ts +14 -8
  304. package/src/stores/ExplorerTreeState.ts +16 -6
  305. package/src/stores/LegendStudioBaseStore.ts +29 -20
  306. package/src/stores/LegendStudioDocumentation.ts +1 -0
  307. package/src/stores/LegendStudioStorage.ts +20 -0
  308. package/src/stores/editor-state/ExternalFormatState.ts +2 -2
  309. package/src/stores/editor-state/FileGenerationState.ts +3 -3
  310. package/src/stores/editor-state/GrammarTextEditorState.ts +7 -1
  311. package/src/stores/editor-state/GraphGenerationState.ts +9 -9
  312. package/src/stores/editor-state/ModelImporterState.ts +13 -9
  313. package/src/stores/editor-state/element-editor-state/ClassEditorState.ts +1 -1
  314. package/src/stores/editor-state/element-editor-state/ClassState.ts +6 -6
  315. package/src/stores/editor-state/element-editor-state/ElementEditorState.ts +2 -2
  316. package/src/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts +2 -2
  317. package/src/stores/editor-state/element-editor-state/FunctionEditorState.ts +3 -3
  318. package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +3 -1
  319. package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +8 -0
  320. package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +11 -11
  321. package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +12 -10
  322. package/src/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.ts +3 -3
  323. package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +3 -3
  324. package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +12 -12
  325. package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +12 -12
  326. package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +6 -6
  327. package/src/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.ts +3 -3
  328. package/src/stores/editor-state/element-editor-state/service/ServiceEditorState.ts +1 -1
  329. package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +12 -8
  330. package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +4 -4
  331. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +1 -1
  332. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +3 -3
  333. package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +2 -2
  334. package/src/stores/editor-state/element-editor-state/testable/TestAssertionState.ts +1 -1
  335. package/src/stores/editor-state/element-editor-state/testable/TestableEditorState.ts +1 -1
  336. package/src/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.ts +2 -2
  337. package/src/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.ts +2 -2
  338. package/src/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts +33 -12
  339. package/src/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts +2 -2
  340. package/src/stores/project-viewer/ProjectViewerStore.ts +15 -13
  341. package/src/stores/shared/MockDataUtils.ts +44 -3
  342. package/src/stores/shared/modifier/STO_Relational_GraphModifierHelper.ts +26 -1
  343. package/src/stores/sidebar-state/BulkServiceRegistrationState.ts +370 -0
  344. package/src/stores/sidebar-state/LocalChangesState.ts +21 -19
  345. package/src/stores/sidebar-state/ProjectOverviewState.ts +11 -11
  346. package/src/stores/sidebar-state/WorkflowManagerState.ts +12 -12
  347. package/src/stores/sidebar-state/WorkspaceReviewState.ts +27 -23
  348. package/src/stores/sidebar-state/WorkspaceSyncState.ts +16 -10
  349. package/src/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +35 -33
  350. package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +18 -16
  351. package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +3 -3
  352. package/src/stores/workspace-review/WorkspaceReviewStore.ts +16 -16
  353. package/src/stores/workspace-setup/ProjectConfigurationStatus.ts +1 -1
  354. package/src/stores/workspace-setup/WorkspaceSetupStore.ts +17 -17
  355. package/tsconfig.json +4 -0
@@ -25,6 +25,7 @@ import { ProjectOverview } from './ProjectOverview.js';
25
25
  import { WorkflowManager } from './WorkflowManager.js';
26
26
  import { useEditorStore } from '../EditorStoreProvider.js';
27
27
  import { GlobalTestRunner } from './testable/GlobalTestRunner.js';
28
+ import { RegisterService } from './RegisterService.js';
28
29
 
29
30
  /**
30
31
  * Wrapper component around different implementations of sidebar, such as to view domain, to manage SDLC, etc.
@@ -58,6 +59,14 @@ export const SideBar = observer(() => {
58
59
  globalTestRunnerState={editorStore.globalTestRunnerState}
59
60
  />
60
61
  );
62
+ case ACTIVITY_MODE.REGISTER_SERVICES:
63
+ return (
64
+ <RegisterService
65
+ bulkServiceRegistrationState={
66
+ editorStore.bulkServiceRegistrationState
67
+ }
68
+ />
69
+ );
61
70
  default:
62
71
  return null;
63
72
  }
@@ -283,9 +283,13 @@ const WorkflowExplorerContextMenu = observer(
283
283
  };
284
284
  const visitWeburl = (): void => {
285
285
  if (node instanceof WorkflowJobTreeNodeData) {
286
- applicationStore.navigator.visitAddress(node.workflowJob.webURL);
286
+ applicationStore.navigationService.navigator.visitAddress(
287
+ node.workflowJob.webURL,
288
+ );
287
289
  } else if (node instanceof WorkflowTreeNodeData) {
288
- applicationStore.navigator.visitAddress(node.workflow.webURL);
290
+ applicationStore.navigationService.navigator.visitAddress(
291
+ node.workflow.webURL,
292
+ );
289
293
  }
290
294
  };
291
295
 
@@ -258,8 +258,8 @@ export const WorkspaceReview = observer(() => {
258
258
  className="workspace-review__title__content__input__link"
259
259
  tabIndex={-1}
260
260
  onClick={(): void =>
261
- applicationStore.navigator.visitAddress(
262
- applicationStore.navigator.generateAddress(
261
+ applicationStore.navigationService.navigator.visitAddress(
262
+ applicationStore.navigationService.navigator.generateAddress(
263
263
  generateReviewRoute(
264
264
  workspaceReview.projectId,
265
265
  workspaceReview.id,
@@ -227,8 +227,8 @@ export const WorkspaceUpdater = observer(() => {
227
227
  title="See review"
228
228
  tabIndex={-1}
229
229
  onClick={(): void =>
230
- applicationStore.navigator.visitAddress(
231
- applicationStore.navigator.generateAddress(
230
+ applicationStore.navigationService.navigator.visitAddress(
231
+ applicationStore.navigationService.navigator.generateAddress(
232
232
  generateReviewRoute(review.projectId, review.id),
233
233
  ),
234
234
  )
@@ -115,8 +115,8 @@ const ProjectViewerStatusBar = observer(() => {
115
115
  title="Go back to workspace setup using the specified project"
116
116
  tabIndex={-1}
117
117
  onClick={(): void =>
118
- applicationStore.navigator.visitAddress(
119
- applicationStore.navigator.generateAddress(
118
+ applicationStore.navigationService.navigator.visitAddress(
119
+ applicationStore.navigationService.navigator.generateAddress(
120
120
  generateSetupRoute(projectId),
121
121
  ),
122
122
  )
@@ -41,21 +41,23 @@ export const getProjectOptionLabelFormatter = (
41
41
  ): ((option: ProjectOption) => React.ReactNode) =>
42
42
  function ProjectOptionLabel(option: ProjectOption): React.ReactNode {
43
43
  const viewProject = (): void =>
44
- applicationStore.navigator.visitAddress(
45
- applicationStore.navigator.generateAddress(
44
+ applicationStore.navigationService.navigator.visitAddress(
45
+ applicationStore.navigationService.navigator.generateAddress(
46
46
  generateViewProjectRoute(option.value.projectId),
47
47
  ),
48
48
  );
49
49
  const configure = (): void => {
50
50
  if (projectConfigurationStatus?.reviewUrl) {
51
- applicationStore.navigator.visitAddress(
51
+ applicationStore.navigationService.navigator.visitAddress(
52
52
  projectConfigurationStatus.reviewUrl,
53
53
  );
54
54
  } else {
55
- applicationStore.notifyWarning(
55
+ applicationStore.notificationService.notifyWarning(
56
56
  `Can't find project configuration review: opening the project web page...`,
57
57
  );
58
- applicationStore.navigator.visitAddress(option.value.webUrl);
58
+ applicationStore.navigationService.navigator.visitAddress(
59
+ option.value.webUrl,
60
+ );
59
61
  }
60
62
  };
61
63
 
@@ -84,8 +84,8 @@ const WorkspaceReviewStatusBar = observer(() => {
84
84
  title="Go back to workspace setup using the specified project"
85
85
  tabIndex={-1}
86
86
  onClick={(): void =>
87
- applicationStore.navigator.visitAddress(
88
- applicationStore.navigator.generateAddress(
87
+ applicationStore.navigationService.navigator.visitAddress(
88
+ applicationStore.navigationService.navigator.generateAddress(
89
89
  generateSetupRoute(reviewStore.projectId),
90
90
  ),
91
91
  )
@@ -99,8 +99,8 @@ const WorkspaceReviewStatusBar = observer(() => {
99
99
  title="Go back to workspace setup using the specified workspace"
100
100
  tabIndex={-1}
101
101
  onClick={(): void =>
102
- applicationStore.navigator.visitAddress(
103
- applicationStore.navigator.generateAddress(
102
+ applicationStore.navigationService.navigator.visitAddress(
103
+ applicationStore.navigationService.navigator.generateAddress(
104
104
  generateSetupRoute(
105
105
  reviewStore.projectId,
106
106
  review.workspaceId,
@@ -405,7 +405,7 @@ const ImportProjectTab = observer(() => {
405
405
 
406
406
  const handleSubmit = (): void => {
407
407
  if (importProjectSuccessReport) {
408
- applicationStore.navigator.visitAddress(
408
+ applicationStore.navigationService.navigator.visitAddress(
409
409
  importProjectSuccessReport.reviewUrl,
410
410
  );
411
411
  } else {
@@ -159,7 +159,7 @@ export const WorkspaceSetup = withWorkspaceSetupStore(
159
159
  if (val) {
160
160
  setupStore.changeWorkspace(val.value);
161
161
  if (!setupStore.currentProjectConfigurationStatus?.isConfigured) {
162
- applicationStore.notifyIllegalState(
162
+ applicationStore.notificationService.notifyIllegalState(
163
163
  `Can't edit current workspace as the current project is not configured`,
164
164
  );
165
165
  }
@@ -172,7 +172,7 @@ export const WorkspaceSetup = withWorkspaceSetupStore(
172
172
 
173
173
  const handleProceed = (): void => {
174
174
  if (setupStore.currentProject && setupStore.currentWorkspace) {
175
- applicationStore.navigator.goToLocation(
175
+ applicationStore.navigationService.navigator.goToLocation(
176
176
  generateEditorRoute(
177
177
  setupStore.currentProject.projectId,
178
178
  setupStore.currentWorkspace.workspaceId,
@@ -136,7 +136,7 @@ class RevisionChangeDetectionState {
136
136
  }
137
137
  this.changes = changes;
138
138
  if (!quiet) {
139
- this.editorStore.applicationStore.log.info(
139
+ this.editorStore.applicationStore.logService.info(
140
140
  LogEvent.create(
141
141
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_COMPUTE_CHANGES__SUCCESS,
142
142
  ),
@@ -225,7 +225,7 @@ class RevisionChangeDetectionState {
225
225
  TextLocalChangesState,
226
226
  ).localChanges = entityChanges;
227
227
  if (!quiet) {
228
- this.editorStore.applicationStore.log.info(
228
+ this.editorStore.applicationStore.logService.info(
229
229
  LogEvent.create(
230
230
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_COMPUTE_CHANGES__SUCCESS,
231
231
  ),
@@ -253,7 +253,7 @@ class RevisionChangeDetectionState {
253
253
  this.setEntityHashesIndex(hashesIndex);
254
254
  this.setIsBuildingEntityHashesIndex(false);
255
255
  if (!quiet) {
256
- this.editorStore.applicationStore.log.info(
256
+ this.editorStore.applicationStore.logService.info(
257
257
  logEvent,
258
258
  '[ASYNC]',
259
259
  Date.now() - startTime,
@@ -262,7 +262,7 @@ class RevisionChangeDetectionState {
262
262
  }
263
263
  } catch (error) {
264
264
  assertErrorThrown(error);
265
- this.editorStore.applicationStore.log.error(
265
+ this.editorStore.applicationStore.logService.error(
266
266
  LogEvent.create(CHANGE_DETECTION_EVENT.CHANGE_DETECTION__FAILURE),
267
267
  `Can't build hashes index`,
268
268
  );
@@ -546,7 +546,7 @@ export class ChangeDetectionState {
546
546
  snapshot.set(el.path, el.hashCode),
547
547
  );
548
548
  if (!quiet) {
549
- this.editorStore.applicationStore.log.info(
549
+ this.editorStore.applicationStore.logService.info(
550
550
  LogEvent.create(
551
551
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_BUILD_GRAPH_HASHES_INDEX__SUCCESS,
552
552
  ),
@@ -604,7 +604,7 @@ export class ChangeDetectionState {
604
604
  ),
605
605
  );
606
606
  if (!quiet) {
607
- this.editorStore.applicationStore.log.info(
607
+ this.editorStore.applicationStore.logService.info(
608
608
  LogEvent.create(
609
609
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_COMPUTE_CHANGES__SUCCESS,
610
610
  ),
@@ -684,7 +684,7 @@ export class ChangeDetectionState {
684
684
  ),
685
685
  )) as EntityChangeConflict[];
686
686
  if (!quiet) {
687
- this.editorStore.applicationStore.log.info(
687
+ this.editorStore.applicationStore.logService.info(
688
688
  LogEvent.create(
689
689
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_COMPUTE_WORKSPACE_UPDATE_CONFLICTS__SUCCESS,
690
690
  ),
@@ -716,7 +716,7 @@ export class ChangeDetectionState {
716
716
  ),
717
717
  )) as EntityChangeConflict[];
718
718
  if (!quiet) {
719
- this.editorStore.applicationStore.log.info(
719
+ this.editorStore.applicationStore.logService.info(
720
720
  LogEvent.create(
721
721
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_COMPUTE_CONFLICT_RESOLUTION_CONFLICTS__SUCCESS,
722
722
  ),
@@ -845,7 +845,7 @@ export class ChangeDetectionState {
845
845
  this.conflictResolutionBaseRevisionState.computeChanges(quiet), // for conflict resolution changes detection
846
846
  ]);
847
847
  if (!quiet) {
848
- this.editorStore.applicationStore.log.info(
848
+ this.editorStore.applicationStore.logService.info(
849
849
  LogEvent.create(
850
850
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_COMPUTE_CHANGES__SUCCESS,
851
851
  ),
@@ -867,7 +867,7 @@ export class ChangeDetectionState {
867
867
  ),
868
868
  ]);
869
869
  if (!quiet) {
870
- this.editorStore.applicationStore.log.info(
870
+ this.editorStore.applicationStore.logService.info(
871
871
  LogEvent.create(
872
872
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_COMPUTE_CHANGES__SUCCESS,
873
873
  ),
@@ -900,7 +900,7 @@ export class ChangeDetectionState {
900
900
  this.editorStore.graphManagerState.graph,
901
901
  this.editorStore.changeDetectionState.observerContext,
902
902
  );
903
- this.editorStore.applicationStore.log.info(
903
+ this.editorStore.applicationStore.logService.info(
904
904
  LogEvent.create(
905
905
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_OBSERVE_GRAPH__SUCCESS,
906
906
  ),
@@ -942,7 +942,7 @@ export class ChangeDetectionState {
942
942
  // save the `keepAlive` computation disposers to dispose after we start change detection
943
943
  // so the first call of change detection still get the benefit of computed value
944
944
  this.graphElementHashCodeKeepAliveComputationDisposers = disposers;
945
- this.editorStore.applicationStore.log.info(
945
+ this.editorStore.applicationStore.logService.info(
946
946
  LogEvent.create(
947
947
  CHANGE_DETECTION_EVENT.CHANGE_DETECTION_PRECOMPUTE_GRAPH_HASHES__SUCCESS,
948
948
  ),
@@ -31,8 +31,8 @@ export const createViewSDLCProjectHandler =
31
31
  const project = ProjectData.serialization.fromJson(
32
32
  await depotServerClient.getProject(groupId, artifactId),
33
33
  );
34
- applicationStore.navigator.visitAddress(
35
- applicationStore.navigator.generateAddress(
34
+ applicationStore.navigationService.navigator.visitAddress(
35
+ applicationStore.navigationService.navigator.generateAddress(
36
36
  generateViewProjectRoute(project.projectId),
37
37
  ),
38
38
  );
@@ -36,6 +36,7 @@ export enum ACTIVITY_MODE {
36
36
  PROJECT_OVERVIEW = 'PROJECT_OVERVIEW',
37
37
  WORKFLOW_MANAGER = 'WORKFLOW_MANAGER',
38
38
  GLOBAL_TEST_RUNNER = 'GLOBAL_TEST_RUNNER',
39
+ REGISTER_SERVICES = 'REGISTER_SERVICES',
39
40
  }
40
41
 
41
42
  export enum AUX_PANEL_MODE {