@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.
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +2 -1
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/LegendStudioAppInfo.d.ts.map +1 -1
- package/lib/components/LegendStudioAppInfo.js +2 -2
- package/lib/components/LegendStudioAppInfo.js.map +1 -1
- package/lib/components/LegendStudioApplication.d.ts.map +1 -1
- package/lib/components/LegendStudioApplication.js +3 -3
- package/lib/components/LegendStudioApplication.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts.map +1 -1
- package/lib/components/editor/ActivityBar.js +8 -3
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.js +4 -4
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/StatusBar.js +1 -1
- package/lib/components/editor/StatusBar.js.map +1 -1
- package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/DevTool.js +5 -1
- package/lib/components/editor/aux-panel/DevTool.js.map +1 -1
- package/lib/components/editor/command/project-search.css +1 -1
- package/lib/components/editor/command/project-search.css.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.js +2 -2
- package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +5 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +9 -2
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js +3 -2
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +62 -8
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js +5 -5
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.d.ts +20 -0
- package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js +98 -0
- package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +2 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +6 -6
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +2 -2
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +103 -16
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectDependantsEditor.js +3 -3
- package/lib/components/editor/side-bar/ProjectDependantsEditor.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.js +8 -8
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/RegisterService.d.ts +8 -0
- package/lib/components/editor/side-bar/RegisterService.d.ts.map +1 -0
- package/lib/components/editor/side-bar/RegisterService.js +35 -0
- package/lib/components/editor/side-bar/RegisterService.js.map +1 -0
- package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
- package/lib/components/editor/side-bar/SideBar.js +3 -0
- package/lib/components/editor/side-bar/SideBar.js.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.js +2 -2
- package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.js +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/project-viewer/ProjectViewer.js +1 -1
- package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
- package/lib/components/shared/ProjectSelectorUtils.d.ts.map +1 -1
- package/lib/components/shared/ProjectSelectorUtils.js +4 -4
- package/lib/components/shared/ProjectSelectorUtils.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.js +1 -1
- package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +2 -2
- package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/package.json +6 -4
- package/lib/stores/ChangeDetectionState.js +12 -12
- package/lib/stores/ChangeDetectionState.js.map +1 -1
- package/lib/stores/DependencyProjectViewerHelper.js +1 -1
- package/lib/stores/DependencyProjectViewerHelper.js.map +1 -1
- package/lib/stores/EditorConfig.d.ts +2 -1
- package/lib/stores/EditorConfig.d.ts.map +1 -1
- package/lib/stores/EditorConfig.js +1 -0
- package/lib/stores/EditorConfig.js.map +1 -1
- package/lib/stores/EditorGraphState.d.ts +1 -1
- package/lib/stores/EditorGraphState.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.js +64 -59
- package/lib/stores/EditorGraphState.js.map +1 -1
- package/lib/stores/EditorSDLCState.d.ts.map +1 -1
- package/lib/stores/EditorSDLCState.js +21 -21
- package/lib/stores/EditorSDLCState.js.map +1 -1
- package/lib/stores/EditorStore.d.ts +2 -0
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +42 -39
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/EditorTabManagerState.js +1 -1
- package/lib/stores/EditorTabManagerState.js.map +1 -1
- package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +1 -1
- package/lib/stores/EmbeddedQueryBuilderState.js +8 -8
- package/lib/stores/EmbeddedQueryBuilderState.js.map +1 -1
- package/lib/stores/ExplorerTreeState.d.ts +5 -3
- package/lib/stores/ExplorerTreeState.d.ts.map +1 -1
- package/lib/stores/ExplorerTreeState.js +11 -5
- package/lib/stores/ExplorerTreeState.js.map +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendStudioBaseStore.js +15 -15
- package/lib/stores/LegendStudioBaseStore.js.map +1 -1
- package/lib/stores/LegendStudioDocumentation.d.ts +1 -0
- package/lib/stores/LegendStudioDocumentation.d.ts.map +1 -1
- package/lib/stores/LegendStudioDocumentation.js +1 -0
- package/lib/stores/LegendStudioDocumentation.js.map +1 -1
- package/lib/stores/LegendStudioStorage.d.ts +20 -0
- package/lib/stores/LegendStudioStorage.d.ts.map +1 -0
- package/lib/stores/LegendStudioStorage.js +21 -0
- package/lib/stores/LegendStudioStorage.js.map +1 -0
- package/lib/stores/editor-state/ExternalFormatState.js +2 -2
- package/lib/stores/editor-state/ExternalFormatState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.js +3 -3
- package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/GrammarTextEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/GrammarTextEditorState.js +4 -1
- package/lib/stores/editor-state/GrammarTextEditorState.js.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js +9 -9
- package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.js +9 -9
- package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.js +6 -6
- package/lib/stores/editor-state/element-editor-state/ClassState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementEditorState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/ElementEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js +3 -3
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +9 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +11 -11
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +10 -10
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js +3 -3
- package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +3 -3
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +12 -12
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +12 -12
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js +6 -6
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js +3 -3
- package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +8 -8
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +4 -4
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js +3 -3
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js +2 -2
- package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js.map +1 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js +2 -2
- package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js.map +1 -1
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts +2 -0
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js +22 -12
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js.map +1 -1
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js +2 -2
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js.map +1 -1
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +1 -1
- package/lib/stores/project-viewer/ProjectViewerStore.js +13 -13
- package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
- package/lib/stores/shared/MockDataUtils.d.ts +6 -0
- package/lib/stores/shared/MockDataUtils.d.ts.map +1 -1
- package/lib/stores/shared/MockDataUtils.js +32 -3
- package/lib/stores/shared/MockDataUtils.js.map +1 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts +6 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js +15 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js.map +1 -1
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts +51 -0
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts.map +1 -0
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.js +237 -0
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.js.map +1 -0
- package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/LocalChangesState.js +19 -19
- package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
- package/lib/stores/sidebar-state/ProjectOverviewState.js +11 -11
- package/lib/stores/sidebar-state/ProjectOverviewState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkflowManagerState.js +12 -12
- package/lib/stores/sidebar-state/WorkflowManagerState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.js +23 -23
- package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceSyncState.js +10 -10
- package/lib/stores/sidebar-state/WorkspaceSyncState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js +33 -33
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +16 -16
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +1 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js +3 -3
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
- package/lib/stores/workspace-review/WorkspaceReviewStore.js +16 -16
- package/lib/stores/workspace-review/WorkspaceReviewStore.js.map +1 -1
- package/lib/stores/workspace-setup/ProjectConfigurationStatus.js +1 -1
- package/lib/stores/workspace-setup/ProjectConfigurationStatus.js.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js +17 -17
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
- package/package.json +15 -13
- package/src/components/EditorComponentTestUtils.tsx +3 -2
- package/src/components/LegendStudioAppInfo.tsx +4 -2
- package/src/components/LegendStudioApplication.tsx +6 -3
- package/src/components/editor/ActivityBar.tsx +11 -3
- package/src/components/editor/Editor.tsx +4 -4
- package/src/components/editor/StatusBar.tsx +4 -4
- package/src/components/editor/aux-panel/DevTool.tsx +7 -1
- package/src/components/editor/command-center/ProjectSearchCommand.tsx +8 -6
- package/src/components/editor/edit-panel/FunctionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +7 -1
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +77 -1
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx +6 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +1 -1
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +164 -26
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.tsx +13 -9
- package/src/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.tsx +283 -0
- package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +4 -1
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +7 -7
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +4 -2
- package/src/components/editor/side-bar/Explorer.tsx +268 -40
- package/src/components/editor/side-bar/ProjectDependantsEditor.tsx +5 -5
- package/src/components/editor/side-bar/ProjectOverview.tsx +13 -13
- package/src/components/editor/side-bar/RegisterService.tsx +139 -0
- package/src/components/editor/side-bar/SideBar.tsx +9 -0
- package/src/components/editor/side-bar/WorkflowManager.tsx +6 -2
- package/src/components/editor/side-bar/WorkspaceReview.tsx +2 -2
- package/src/components/editor/side-bar/WorkspaceUpdater.tsx +2 -2
- package/src/components/project-viewer/ProjectViewer.tsx +2 -2
- package/src/components/shared/ProjectSelectorUtils.tsx +7 -5
- package/src/components/workspace-review/WorkspaceReview.tsx +4 -4
- package/src/components/workspace-setup/CreateProjectModal.tsx +1 -1
- package/src/components/workspace-setup/WorkspaceSetup.tsx +2 -2
- package/src/stores/ChangeDetectionState.ts +12 -12
- package/src/stores/DependencyProjectViewerHelper.ts +2 -2
- package/src/stores/EditorConfig.ts +1 -0
- package/src/stores/EditorGraphState.ts +80 -60
- package/src/stores/EditorSDLCState.ts +25 -21
- package/src/stores/EditorStore.ts +45 -39
- package/src/stores/EditorTabManagerState.ts +1 -1
- package/src/stores/EmbeddedQueryBuilderState.ts +14 -8
- package/src/stores/ExplorerTreeState.ts +16 -6
- package/src/stores/LegendStudioBaseStore.ts +29 -20
- package/src/stores/LegendStudioDocumentation.ts +1 -0
- package/src/stores/LegendStudioStorage.ts +20 -0
- package/src/stores/editor-state/ExternalFormatState.ts +2 -2
- package/src/stores/editor-state/FileGenerationState.ts +3 -3
- package/src/stores/editor-state/GrammarTextEditorState.ts +7 -1
- package/src/stores/editor-state/GraphGenerationState.ts +9 -9
- package/src/stores/editor-state/ModelImporterState.ts +13 -9
- package/src/stores/editor-state/element-editor-state/ClassEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/ClassState.ts +6 -6
- package/src/stores/editor-state/element-editor-state/ElementEditorState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/FunctionEditorState.ts +3 -3
- package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +3 -1
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +8 -0
- package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +11 -11
- package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +12 -10
- package/src/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.ts +3 -3
- package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +3 -3
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +12 -12
- package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +12 -12
- package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +6 -6
- package/src/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.ts +3 -3
- package/src/stores/editor-state/element-editor-state/service/ServiceEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +12 -8
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +4 -4
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +3 -3
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/testable/TestAssertionState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/testable/TestableEditorState.ts +1 -1
- package/src/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.ts +2 -2
- package/src/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.ts +2 -2
- package/src/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts +33 -12
- package/src/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts +2 -2
- package/src/stores/project-viewer/ProjectViewerStore.ts +15 -13
- package/src/stores/shared/MockDataUtils.ts +44 -3
- package/src/stores/shared/modifier/STO_Relational_GraphModifierHelper.ts +26 -1
- package/src/stores/sidebar-state/BulkServiceRegistrationState.ts +370 -0
- package/src/stores/sidebar-state/LocalChangesState.ts +21 -19
- package/src/stores/sidebar-state/ProjectOverviewState.ts +11 -11
- package/src/stores/sidebar-state/WorkflowManagerState.ts +12 -12
- package/src/stores/sidebar-state/WorkspaceReviewState.ts +27 -23
- package/src/stores/sidebar-state/WorkspaceSyncState.ts +16 -10
- package/src/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +35 -33
- package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +18 -16
- package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +3 -3
- package/src/stores/workspace-review/WorkspaceReviewStore.ts +16 -16
- package/src/stores/workspace-setup/ProjectConfigurationStatus.ts +1 -1
- package/src/stores/workspace-setup/WorkspaceSetupStore.ts +17 -17
- 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(
|
|
286
|
+
applicationStore.navigationService.navigator.visitAddress(
|
|
287
|
+
node.workflowJob.webURL,
|
|
288
|
+
);
|
|
287
289
|
} else if (node instanceof WorkflowTreeNodeData) {
|
|
288
|
-
applicationStore.navigator.visitAddress(
|
|
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(
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
);
|