@finos/legend-application-studio 18.0.0 → 18.0.2
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/application/LegendStudio.d.ts.map +1 -1
- package/lib/application/LegendStudio.js +1 -2
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +1 -3
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/LegendStudioApplication.d.ts.map +1 -1
- package/lib/components/LegendStudioApplication.js +3 -4
- package/lib/components/LegendStudioApplication.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts.map +1 -1
- package/lib/components/editor/ActivityBar.js +3 -3
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.d.ts.map +1 -1
- package/lib/components/editor/Editor.js +81 -93
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts.map +1 -1
- package/lib/components/editor/StatusBar.js +2 -3
- package/lib/components/editor/StatusBar.js.map +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js.map +1 -1
- package/lib/components/editor/edit-panel/EditPanel.js +2 -3
- package/lib/components/editor/edit-panel/EditPanel.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +13 -13
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +5 -5
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +1 -2
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.js +7 -4
- package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js +2 -2
- package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js +1 -1
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +12 -12
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +2 -2
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +3 -3
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +3 -3
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js +3 -3
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js +2 -3
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +3 -3
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +3 -3
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js +36 -49
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +7 -7
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +8 -17
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +2 -3
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +6 -6
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +5 -5
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +63 -43
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.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 +9 -10
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +2 -2
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +3 -3
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +3 -3
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +15 -0
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js +3 -3
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +2 -2
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +6 -6
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +11 -11
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js +2 -2
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +2 -2
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +3 -3
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts.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/WorkflowManager.js +4 -4
- package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.js +2 -4
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +2 -4
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/project-viewer/ProjectViewer.d.ts.map +1 -1
- package/lib/components/project-viewer/ProjectViewer.js +4 -7
- package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
- package/lib/components/shared/DiffView.d.ts.map +1 -1
- package/lib/components/shared/DiffView.js +1 -2
- package/lib/components/shared/DiffView.js.map +1 -1
- package/lib/components/shared/ProjectSelectorUtils.js +1 -1
- package/lib/components/shared/ProjectSelectorUtils.js.map +1 -1
- package/lib/components/shared/StudioLambdaEditor.d.ts +1 -1
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
- package/lib/components/shared/StudioLambdaEditor.js +3 -2
- package/lib/components/shared/StudioLambdaEditor.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.js +4 -6
- package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js +2 -2
- package/lib/components/workspace-review/WorkspaceReviewSideBar.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 -3
- 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/index.d.ts +5 -5
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/package.json +2 -7
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts +0 -5
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.d.ts +2 -14
- package/lib/stores/EditorGraphState.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.js +3 -48
- package/lib/stores/EditorGraphState.js.map +1 -1
- package/lib/stores/EditorStore.d.ts +1 -4
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +9 -20
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendStudioBaseStore.js +5 -3
- package/lib/stores/LegendStudioBaseStore.js.map +1 -1
- package/lib/stores/LegendStudioRouter.js +1 -1
- package/lib/stores/LegendStudioRouter.js.map +1 -1
- package/lib/stores/editor/NewElementState.js +4 -4
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.js +1 -1
- package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts +5 -5
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.js +12 -10
- package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/ClassState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +1 -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 +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +1 -1
- 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/MappingEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +4 -4
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js +36 -29
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +6 -5
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +5 -4
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts +2 -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 +4 -3
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +13 -3
- 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.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js +3 -2
- 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 +1 -1
- 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/project-viewer/ProjectViewerStore.js +2 -2
- package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
- package/lib/stores/shared/ModelClassifierUtils.d.ts +0 -10
- package/lib/stores/shared/ModelClassifierUtils.d.ts.map +1 -1
- package/lib/stores/shared/ModelClassifierUtils.js +0 -11
- package/lib/stores/shared/ModelClassifierUtils.js.map +1 -1
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.d.ts +7 -6
- package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.js +16 -14
- package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DomainGraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.js +3 -3
- package/lib/stores/shared/modifier/DomainGraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier/ValueSpecificationGraphModifierHelper.d.ts → shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts} +4 -4
- package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier/ValueSpecificationGraphModifierHelper.js → shared/modifier/RawValueSpecificationGraphModifierHelper.js} +8 -9
- package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.d.ts +1 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/Testable_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/Testable_GraphModifierHelper.js.map +1 -0
- package/lib/stores/sidebar-state/LocalChangesState.d.ts +1 -0
- package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/LocalChangesState.js +4 -0
- package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
- package/lib/stores/sidebar-state/ProjectOverviewState.js +2 -2
- package/lib/stores/sidebar-state/ProjectOverviewState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.js +6 -2
- package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +1 -0
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.d.ts.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js +6 -6
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
- package/package.json +11 -16
- package/src/application/LegendStudio.tsx +1 -1
- package/src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx +1 -1
- package/src/components/EditorComponentTestUtils.tsx +2 -2
- package/src/components/LegendStudioApplication.tsx +4 -3
- package/src/components/editor/ActivityBar.tsx +6 -8
- package/src/components/editor/Editor.tsx +70 -103
- package/src/components/editor/StatusBar.tsx +25 -14
- package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +2 -2
- package/src/components/editor/edit-panel/EditPanel.tsx +2 -2
- package/src/components/editor/edit-panel/FunctionEditor.tsx +14 -15
- package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +7 -7
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +1 -1
- package/src/components/editor/edit-panel/ModelImporter.tsx +7 -8
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +2 -2
- package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +22 -22
- package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +2 -2
- package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +4 -4
- package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +3 -3
- package/src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx +4 -4
- package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +3 -3
- package/src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx +1 -1
- package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +1 -1
- package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +4 -4
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx +1 -1
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx +1 -1
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +5 -5
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx +45 -84
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +9 -9
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +13 -33
- package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +7 -7
- package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +6 -6
- package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +5 -5
- package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +204 -106
- package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.tsx +1 -1
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +34 -40
- package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +2 -2
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +4 -4
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +4 -1
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +1 -1
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx +6 -2
- package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +2 -2
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +10 -8
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +16 -14
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +5 -5
- package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +5 -5
- package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +2 -2
- package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +5 -5
- package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +8 -8
- package/src/components/editor/side-bar/Explorer.tsx +4 -4
- package/src/components/editor/side-bar/ProjectOverview.tsx +56 -35
- package/src/components/editor/side-bar/WorkflowManager.tsx +4 -4
- package/src/components/editor/side-bar/WorkspaceReview.tsx +15 -12
- package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +1 -1
- package/src/components/editor/side-bar/WorkspaceUpdater.tsx +12 -9
- package/src/components/project-viewer/ProjectViewer.tsx +14 -7
- package/src/components/shared/DiffView.tsx +1 -1
- package/src/components/shared/ProjectSelectorUtils.tsx +2 -2
- package/src/components/shared/StudioLambdaEditor.tsx +8 -8
- package/src/components/workspace-review/WorkspaceReview.tsx +32 -23
- package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +2 -2
- package/src/components/workspace-setup/CreateProjectModal.tsx +1 -1
- package/src/components/workspace-setup/WorkspaceSetup.tsx +2 -2
- package/src/index.ts +5 -5
- package/src/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts +0 -9
- package/src/stores/EditorGraphState.ts +3 -67
- package/src/stores/EditorStore.ts +12 -24
- package/src/stores/LegendStudioBaseStore.ts +7 -4
- package/src/stores/LegendStudioRouter.ts +1 -1
- package/src/stores/editor/NewElementState.ts +4 -4
- package/src/stores/editor-state/FileGenerationState.ts +1 -1
- package/src/stores/editor-state/GenerationSpecificationEditorState.ts +1 -1
- package/src/stores/editor-state/GraphGenerationState.ts +1 -1
- package/src/stores/editor-state/ModelImporterState.ts +16 -15
- package/src/stores/editor-state/ProjectConfigurationEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/ClassState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/FunctionEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +4 -4
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +57 -57
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +5 -5
- package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +5 -8
- package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +9 -7
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +40 -1
- 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 +2 -2
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +1 -1
- 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/project-viewer/ProjectViewerStore.ts +2 -2
- package/src/stores/shared/ModelClassifierUtils.ts +0 -11
- package/src/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.ts +20 -14
- package/src/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.ts +2 -3
- package/src/stores/{graphModifier → shared/modifier}/GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier/ValueSpecificationGraphModifierHelper.ts → shared/modifier/RawValueSpecificationGraphModifierHelper.ts} +6 -9
- package/src/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.ts +1 -1
- package/src/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.ts +0 -0
- package/src/stores/sidebar-state/LocalChangesState.ts +7 -0
- package/src/stores/sidebar-state/ProjectOverviewState.ts +2 -2
- package/src/stores/sidebar-state/WorkspaceReviewState.ts +7 -4
- package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +1 -0
- package/src/stores/workspace-setup/WorkspaceSetupStore.ts +8 -6
- package/tsconfig.json +11 -11
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DomainGraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DomainGraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/Testable_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/Testable_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/ValueSpecificationGraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/ValueSpecificationGraphModifierHelper.js.map +0 -1
package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx
CHANGED
|
@@ -168,8 +168,6 @@ const ProjectStructureEditor = observer(
|
|
|
168
168
|
onChange={changeGroupId}
|
|
169
169
|
/>
|
|
170
170
|
</div>
|
|
171
|
-
</div>
|
|
172
|
-
<div className="panel__content__form">
|
|
173
171
|
<div className="panel__content__form__section">
|
|
174
172
|
<div className="panel__content__form__section__header__label">
|
|
175
173
|
Artifact ID
|
|
@@ -228,32 +226,29 @@ const ProjectDependencyInfoModal = observer(
|
|
|
228
226
|
<div className="modal__title">{prettyCONSTName(type)}</div>
|
|
229
227
|
</div>
|
|
230
228
|
<div className="modal__body">
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
Close
|
|
255
|
-
</button>
|
|
256
|
-
</div>
|
|
229
|
+
{type === DEPENDENCY_INFO_TYPE.DEPENDENCY_TREE ? (
|
|
230
|
+
<TextInputEditor
|
|
231
|
+
inputValue={getDependencyTreeStringFromInfo(info)}
|
|
232
|
+
isReadOnly={true}
|
|
233
|
+
language={EDITOR_LANGUAGE.TEXT}
|
|
234
|
+
showMiniMap={true}
|
|
235
|
+
/>
|
|
236
|
+
) : (
|
|
237
|
+
<TextInputEditor
|
|
238
|
+
inputValue={getConflictsString(info)}
|
|
239
|
+
isReadOnly={true}
|
|
240
|
+
language={EDITOR_LANGUAGE.TEXT}
|
|
241
|
+
showMiniMap={true}
|
|
242
|
+
/>
|
|
243
|
+
)}
|
|
244
|
+
</div>
|
|
245
|
+
<div className="modal__footer">
|
|
246
|
+
<button
|
|
247
|
+
className="btn modal__footer__close-btn"
|
|
248
|
+
onClick={closeModal}
|
|
249
|
+
>
|
|
250
|
+
Close
|
|
251
|
+
</button>
|
|
257
252
|
</div>
|
|
258
253
|
</div>
|
|
259
254
|
</Dialog>
|
|
@@ -350,7 +345,7 @@ const ProjectDependencyEditor = observer(
|
|
|
350
345
|
projectDependency.versionId === MASTER_SNAPSHOT_ALIAS
|
|
351
346
|
? SNAPSHOT_VERSION_ALIAS
|
|
352
347
|
: projectDependency.versionId;
|
|
353
|
-
applicationStore.navigator.
|
|
348
|
+
applicationStore.navigator.visitAddress(
|
|
354
349
|
`${
|
|
355
350
|
applicationStore.config.baseUrl
|
|
356
351
|
}view/archive/${generateGAVCoordinates(
|
|
@@ -365,8 +360,8 @@ const ProjectDependencyEditor = observer(
|
|
|
365
360
|
// In the future, the studio instance may be part of the project data
|
|
366
361
|
const openProject = (): void => {
|
|
367
362
|
if (projectDependencyData) {
|
|
368
|
-
applicationStore.navigator.
|
|
369
|
-
applicationStore.navigator.
|
|
363
|
+
applicationStore.navigator.visitAddress(
|
|
364
|
+
applicationStore.navigator.generateAddress(
|
|
370
365
|
generateViewProjectRoute(projectDependencyData.projectId),
|
|
371
366
|
),
|
|
372
367
|
);
|
|
@@ -419,7 +414,7 @@ const ProjectDependencyEditor = observer(
|
|
|
419
414
|
}
|
|
420
415
|
onClick={openProject}
|
|
421
416
|
tabIndex={-1}
|
|
422
|
-
title=
|
|
417
|
+
title="Open Project"
|
|
423
418
|
>
|
|
424
419
|
<ExternalLinkSquareIcon />
|
|
425
420
|
</button>
|
|
@@ -432,7 +427,7 @@ const ProjectDependencyEditor = observer(
|
|
|
432
427
|
}
|
|
433
428
|
onClick={openProjectinArchive}
|
|
434
429
|
tabIndex={-1}
|
|
435
|
-
title=
|
|
430
|
+
title="Open Project in archive"
|
|
436
431
|
>
|
|
437
432
|
<ArchiveIcon />
|
|
438
433
|
</button>
|
|
@@ -441,7 +436,7 @@ const ProjectDependencyEditor = observer(
|
|
|
441
436
|
disabled={isReadOnly}
|
|
442
437
|
onClick={deleteValue}
|
|
443
438
|
tabIndex={-1}
|
|
444
|
-
title=
|
|
439
|
+
title="Close"
|
|
445
440
|
>
|
|
446
441
|
<TimesIcon />
|
|
447
442
|
</button>
|
|
@@ -456,7 +451,7 @@ const ProjectDependencyActions = observer(
|
|
|
456
451
|
const hasConflicts = config.dependencyInfo?.conflicts.length;
|
|
457
452
|
const viewTree = (): void => {
|
|
458
453
|
if (config.dependencyInfo) {
|
|
459
|
-
config.setDependencyInfoModal(DEPENDENCY_INFO_TYPE.
|
|
454
|
+
config.setDependencyInfoModal(DEPENDENCY_INFO_TYPE.DEPENDENCY_TREE);
|
|
460
455
|
}
|
|
461
456
|
};
|
|
462
457
|
const viewConflict = (): void => {
|
|
@@ -467,11 +462,11 @@ const ProjectDependencyActions = observer(
|
|
|
467
462
|
return (
|
|
468
463
|
<div className="project-dependency-editor__info">
|
|
469
464
|
<button
|
|
470
|
-
className="
|
|
465
|
+
className="btn btn--dark"
|
|
471
466
|
tabIndex={-1}
|
|
472
467
|
onClick={viewTree}
|
|
473
468
|
disabled={!config.dependencyInfo}
|
|
474
|
-
title=
|
|
469
|
+
title="View dependency tree"
|
|
475
470
|
>
|
|
476
471
|
View Dependency Tree
|
|
477
472
|
</button>
|
|
@@ -484,7 +479,7 @@ const ProjectDependencyActions = observer(
|
|
|
484
479
|
disabled={
|
|
485
480
|
!config.dependencyInfo || !config.dependencyInfo.conflicts.length
|
|
486
481
|
}
|
|
487
|
-
title=
|
|
482
|
+
title="View any conflcits in your dependencies"
|
|
488
483
|
>
|
|
489
484
|
View Conflicts
|
|
490
485
|
</button>
|
|
@@ -553,7 +548,7 @@ export const ProjectConfigurationEditor = observer(() => {
|
|
|
553
548
|
const disableAddButton =
|
|
554
549
|
selectedTab === CONFIGURATION_EDITOR_TAB.PROJECT_STRUCTURE || isReadOnly;
|
|
555
550
|
const updateConfigs = (): void => {
|
|
556
|
-
if (editorStore.hasUnpushedChanges) {
|
|
551
|
+
if (editorStore.localChangesState.hasUnpushedChanges) {
|
|
557
552
|
editorStore.setActionAlertInfo({
|
|
558
553
|
message: 'You have unpushed changes',
|
|
559
554
|
prompt:
|
|
@@ -566,7 +561,6 @@ export const ProjectConfigurationEditor = observer(() => {
|
|
|
566
561
|
label: 'Proceed to update project dependencies',
|
|
567
562
|
type: ActionAlertActionType.PROCEED_WITH_CAUTION,
|
|
568
563
|
handler: (): void => {
|
|
569
|
-
editorStore.setIgnoreNavigationBlocking(true);
|
|
570
564
|
flowResult(configState.updateConfigs()).catch(
|
|
571
565
|
applicationStore.alertUnhandledError,
|
|
572
566
|
);
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
service_setDocumentation,
|
|
46
46
|
service_setPattern,
|
|
47
47
|
service_updateOwner,
|
|
48
|
-
} from '../../../../stores/
|
|
48
|
+
} from '../../../../stores/shared/modifier/DSL_Service_GraphModifierHelper.js';
|
|
49
49
|
import { validate_ServicePattern } from '@finos/legend-graph';
|
|
50
50
|
import { ServiceTestableEditor } from './testable/ServiceTestableEditor.js';
|
|
51
51
|
import { useApplicationNavigationContext } from '@finos/legend-application';
|
|
@@ -218,7 +218,7 @@ const ServiceGeneralEditor = observer(() => {
|
|
|
218
218
|
className="service-editor__pattern__parameter__action"
|
|
219
219
|
disabled={isReadOnly}
|
|
220
220
|
onClick={removePatternParameter(parameter)}
|
|
221
|
-
title=
|
|
221
|
+
title="Remove parameter"
|
|
222
222
|
tabIndex={-1}
|
|
223
223
|
>
|
|
224
224
|
<TimesIcon />
|
|
@@ -272,7 +272,7 @@ const PureExecutionContextConfigurationEditor = observer(
|
|
|
272
272
|
className="btn--dark btn--sm service-execution-editor__configuration__item__btn"
|
|
273
273
|
onClick={visitMapping}
|
|
274
274
|
tabIndex={-1}
|
|
275
|
-
title=
|
|
275
|
+
title="See mapping"
|
|
276
276
|
>
|
|
277
277
|
<LongArrowRightIcon />
|
|
278
278
|
</button>
|
|
@@ -307,7 +307,7 @@ const PureExecutionContextConfigurationEditor = observer(
|
|
|
307
307
|
className="btn--sm btn--dark service-execution-editor__configuration__item__btn"
|
|
308
308
|
onClick={visitRuntime}
|
|
309
309
|
tabIndex={-1}
|
|
310
|
-
title=
|
|
310
|
+
title="See runtime"
|
|
311
311
|
>
|
|
312
312
|
<LongArrowRightIcon />
|
|
313
313
|
</button>
|
|
@@ -355,7 +355,7 @@ export const ChangeExecutionModal = observer(
|
|
|
355
355
|
spellCheck={false}
|
|
356
356
|
value={keyValue}
|
|
357
357
|
onChange={onChange}
|
|
358
|
-
placeholder=
|
|
358
|
+
placeholder="Multi Execution Key Name"
|
|
359
359
|
validationErrorMessage={validationMessage}
|
|
360
360
|
/>
|
|
361
361
|
);
|
|
@@ -579,7 +579,7 @@ export const NewExecutionParameterModal = observer(
|
|
|
579
579
|
spellCheck={false}
|
|
580
580
|
value={keyValue}
|
|
581
581
|
onChange={onChange}
|
|
582
|
-
placeholder=
|
|
582
|
+
placeholder="Key execution name"
|
|
583
583
|
validationErrorMessage={validationMessage}
|
|
584
584
|
/>
|
|
585
585
|
</div>
|
|
@@ -42,7 +42,6 @@ import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
|
42
42
|
import {
|
|
43
43
|
EDITOR_LANGUAGE,
|
|
44
44
|
ExecutionPlanViewer,
|
|
45
|
-
LambdaParameterValuesEditor,
|
|
46
45
|
useApplicationStore,
|
|
47
46
|
} from '@finos/legend-application';
|
|
48
47
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
@@ -55,6 +54,7 @@ import {
|
|
|
55
54
|
import {
|
|
56
55
|
type QueryBuilderState,
|
|
57
56
|
ServiceQueryBuilderState,
|
|
57
|
+
LambdaParameterValuesEditor,
|
|
58
58
|
} from '@finos/legend-query-builder';
|
|
59
59
|
|
|
60
60
|
const ServiceExecutionResultViewer = observer(
|
|
@@ -466,6 +466,9 @@ export const ServiceExecutionQueryEditor = observer(
|
|
|
466
466
|
.showModal && (
|
|
467
467
|
<LambdaParameterValuesEditor
|
|
468
468
|
graph={executionState.editorStore.graphManagerState.graph}
|
|
469
|
+
observerContext={
|
|
470
|
+
executionState.editorStore.changeDetectionState.observerContext
|
|
471
|
+
}
|
|
469
472
|
lambdaParametersState={executionState.parameterState}
|
|
470
473
|
/>
|
|
471
474
|
)}
|
|
@@ -30,7 +30,7 @@ import type { ServiceTestSuite } from '@finos/legend-graph';
|
|
|
30
30
|
import { ServiceTestDataEditor } from './ServiceTestDataEditor.js';
|
|
31
31
|
import { ServiceTestsEditor } from './ServiceTestsEditor.js';
|
|
32
32
|
import { forwardRef, useState } from 'react';
|
|
33
|
-
import { testSuite_setId } from '../../../../../stores/
|
|
33
|
+
import { testSuite_setId } from '../../../../../stores/shared/modifier/Testable_GraphModifierHelper.js';
|
|
34
34
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
35
35
|
import type {
|
|
36
36
|
ServiceTestableState,
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
|
|
17
17
|
import {
|
|
18
18
|
ContextMenu,
|
|
19
19
|
PlusIcon,
|
|
@@ -36,6 +36,7 @@ import {
|
|
|
36
36
|
TimesIcon,
|
|
37
37
|
} from '@finos/legend-art';
|
|
38
38
|
import { type ValueSpecification, PRIMITIVE_TYPE } from '@finos/legend-graph';
|
|
39
|
+
import { BasicValueSpecificationEditor } from '@finos/legend-query-builder';
|
|
39
40
|
import {
|
|
40
41
|
filterByType,
|
|
41
42
|
guaranteeNonNullable,
|
|
@@ -55,7 +56,7 @@ import type { TestAssertionEditorState } from '../../../../../stores/editor-stat
|
|
|
55
56
|
import {
|
|
56
57
|
atomicTest_setId,
|
|
57
58
|
testAssertion_setId,
|
|
58
|
-
} from '../../../../../stores/
|
|
59
|
+
} from '../../../../../stores/shared/modifier/Testable_GraphModifierHelper.js';
|
|
59
60
|
import {
|
|
60
61
|
getTestableResultFromTestResult,
|
|
61
62
|
TESTABLE_RESULT,
|
|
@@ -233,6 +234,9 @@ const ServiceTestParameterEditor = observer(
|
|
|
233
234
|
paramState.updateValueSpecification(val);
|
|
234
235
|
}}
|
|
235
236
|
graph={setupState.editorStore.graphManagerState.graph}
|
|
237
|
+
obseverContext={
|
|
238
|
+
setupState.editorStore.changeDetectionState.observerContext
|
|
239
|
+
}
|
|
236
240
|
typeCheckOption={{
|
|
237
241
|
expectedType:
|
|
238
242
|
paramState.varExpression.genericType?.value.rawType ??
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
type TestAssertionEditorState,
|
|
41
41
|
type TestAssertionState,
|
|
42
42
|
} from '../../../../stores/editor-state/element-editor-state/testable/TestAssertionState.js';
|
|
43
|
-
import { externalFormatData_setData } from '../../../../stores/
|
|
43
|
+
import { externalFormatData_setData } from '../../../../stores/shared/modifier/DSL_Data_GraphModifierHelper.js';
|
|
44
44
|
import { TESTABLE_RESULT } from '../../../../stores/sidebar-state/testable/GlobalTestRunnerState.js';
|
|
45
45
|
import { JsonDiffView } from '../../../shared/DiffView.js';
|
|
46
46
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
@@ -72,7 +72,7 @@ const EqualToJsonAsssertionEditor = observer(
|
|
|
72
72
|
disabled={testAssertionEditorState.testState.isReadOnly}
|
|
73
73
|
tabIndex={-1}
|
|
74
74
|
onClick={formatExpectedResultJSONString}
|
|
75
|
-
title=
|
|
75
|
+
title="Format JSON (Alt + Shift + F)"
|
|
76
76
|
>
|
|
77
77
|
<WrenchIcon />
|
|
78
78
|
</button>
|
|
@@ -64,7 +64,6 @@ import {
|
|
|
64
64
|
type TaggedValue,
|
|
65
65
|
MULTIPLICITY_INFINITE,
|
|
66
66
|
Profile,
|
|
67
|
-
Multiplicity,
|
|
68
67
|
Class,
|
|
69
68
|
PrimitiveType,
|
|
70
69
|
Unit,
|
|
@@ -84,7 +83,7 @@ import {
|
|
|
84
83
|
annotatedElement_addStereotype,
|
|
85
84
|
annotatedElement_deleteTaggedValue,
|
|
86
85
|
association_changePropertyType,
|
|
87
|
-
} from '../../../../stores/
|
|
86
|
+
} from '../../../../stores/shared/modifier/DomainGraphModifierHelper.js';
|
|
88
87
|
import {
|
|
89
88
|
CLASS_PROPERTY_TYPE,
|
|
90
89
|
getClassPropertyType,
|
|
@@ -166,7 +165,10 @@ const AssociationPropertyBasicEditor = observer(
|
|
|
166
165
|
? upper
|
|
167
166
|
: parseInt(upper, 10);
|
|
168
167
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
169
|
-
property_setMultiplicity(
|
|
168
|
+
property_setMultiplicity(
|
|
169
|
+
property,
|
|
170
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
171
|
+
);
|
|
170
172
|
}
|
|
171
173
|
};
|
|
172
174
|
const changeLowerBound: React.ChangeEventHandler<HTMLInputElement> = (
|
|
@@ -199,7 +201,7 @@ const AssociationPropertyBasicEditor = observer(
|
|
|
199
201
|
value={property.name}
|
|
200
202
|
spellCheck={false}
|
|
201
203
|
onChange={changeValue}
|
|
202
|
-
placeholder=
|
|
204
|
+
placeholder="Property name"
|
|
203
205
|
validationErrorMessage={
|
|
204
206
|
isPropertyDuplicated(property) ? 'Duplicated property' : undefined
|
|
205
207
|
}
|
|
@@ -211,7 +213,7 @@ const AssociationPropertyBasicEditor = observer(
|
|
|
211
213
|
options={propertyTypeOptions}
|
|
212
214
|
onChange={changePropertyType}
|
|
213
215
|
value={selectedPropertyType}
|
|
214
|
-
placeholder=
|
|
216
|
+
placeholder="Choose a type..."
|
|
215
217
|
filterOption={filterOption}
|
|
216
218
|
/>
|
|
217
219
|
)}
|
|
@@ -247,7 +249,7 @@ const AssociationPropertyBasicEditor = observer(
|
|
|
247
249
|
className="property-basic-editor__type__visit-btn"
|
|
248
250
|
onClick={openElement}
|
|
249
251
|
tabIndex={-1}
|
|
250
|
-
title=
|
|
252
|
+
title="Visit element"
|
|
251
253
|
>
|
|
252
254
|
<ArrowCircleRightIcon />
|
|
253
255
|
</button>
|
|
@@ -279,7 +281,7 @@ const AssociationPropertyBasicEditor = observer(
|
|
|
279
281
|
className="property-basic-editor__type__visit-btn"
|
|
280
282
|
onClick={openElement}
|
|
281
283
|
tabIndex={-1}
|
|
282
|
-
title=
|
|
284
|
+
title="Visit element"
|
|
283
285
|
>
|
|
284
286
|
<ArrowCircleRightIcon />
|
|
285
287
|
</button>
|
|
@@ -307,7 +309,7 @@ const AssociationPropertyBasicEditor = observer(
|
|
|
307
309
|
className="uml-element-editor__basic__detail-btn"
|
|
308
310
|
onClick={selectProperty}
|
|
309
311
|
tabIndex={-1}
|
|
310
|
-
title=
|
|
312
|
+
title="See detail"
|
|
311
313
|
>
|
|
312
314
|
<LongArrowRightIcon />
|
|
313
315
|
</button>
|
|
@@ -74,7 +74,6 @@ import {
|
|
|
74
74
|
Class,
|
|
75
75
|
GenericType,
|
|
76
76
|
Profile,
|
|
77
|
-
Multiplicity,
|
|
78
77
|
Type,
|
|
79
78
|
PrimitiveType,
|
|
80
79
|
Unit,
|
|
@@ -129,7 +128,7 @@ import {
|
|
|
129
128
|
class_swapConstraints,
|
|
130
129
|
class_swapSuperTypes,
|
|
131
130
|
setGenericTypeReferenceValue,
|
|
132
|
-
} from '../../../../stores/
|
|
131
|
+
} from '../../../../stores/shared/modifier/DomainGraphModifierHelper.js';
|
|
133
132
|
import {
|
|
134
133
|
CLASS_PROPERTY_TYPE,
|
|
135
134
|
getClassPropertyType,
|
|
@@ -208,7 +207,10 @@ const PropertyBasicEditor = observer(
|
|
|
208
207
|
? upper
|
|
209
208
|
: parseInt(upper, 10);
|
|
210
209
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
211
|
-
property_setMultiplicity(
|
|
210
|
+
property_setMultiplicity(
|
|
211
|
+
property,
|
|
212
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
213
|
+
);
|
|
212
214
|
}
|
|
213
215
|
};
|
|
214
216
|
const changeLowerBound: React.ChangeEventHandler<HTMLInputElement> = (
|
|
@@ -303,7 +305,7 @@ const PropertyBasicEditor = observer(
|
|
|
303
305
|
value={property.name}
|
|
304
306
|
spellCheck={false}
|
|
305
307
|
onChange={changeValue}
|
|
306
|
-
placeholder=
|
|
308
|
+
placeholder="Property name"
|
|
307
309
|
validationErrorMessage={
|
|
308
310
|
isPropertyDuplicated(property)
|
|
309
311
|
? 'Duplicated property'
|
|
@@ -318,7 +320,7 @@ const PropertyBasicEditor = observer(
|
|
|
318
320
|
options={propertyTypeOptions}
|
|
319
321
|
onChange={changePropertyType}
|
|
320
322
|
value={selectedPropertyType}
|
|
321
|
-
placeholder=
|
|
323
|
+
placeholder="Choose a type..."
|
|
322
324
|
filterOption={filterOption}
|
|
323
325
|
formatOptionLabel={getPackageableElementOptionFormatter({})}
|
|
324
326
|
/>
|
|
@@ -358,7 +360,7 @@ const PropertyBasicEditor = observer(
|
|
|
358
360
|
className="property-basic-editor__type__visit-btn"
|
|
359
361
|
onClick={openElement}
|
|
360
362
|
tabIndex={-1}
|
|
361
|
-
title=
|
|
363
|
+
title="Visit element"
|
|
362
364
|
>
|
|
363
365
|
<ArrowCircleRightIcon />
|
|
364
366
|
</button>
|
|
@@ -390,7 +392,7 @@ const PropertyBasicEditor = observer(
|
|
|
390
392
|
className="property-basic-editor__type__visit-btn"
|
|
391
393
|
onClick={openElement}
|
|
392
394
|
tabIndex={-1}
|
|
393
|
-
title=
|
|
395
|
+
title="Visit element"
|
|
394
396
|
>
|
|
395
397
|
<ArrowCircleRightIcon />
|
|
396
398
|
</button>
|
|
@@ -421,7 +423,7 @@ const PropertyBasicEditor = observer(
|
|
|
421
423
|
className="uml-element-editor__basic__detail-btn"
|
|
422
424
|
onClick={selectProperty}
|
|
423
425
|
tabIndex={-1}
|
|
424
|
-
title=
|
|
426
|
+
title="See detail"
|
|
425
427
|
>
|
|
426
428
|
<LongArrowRightIcon />
|
|
427
429
|
</button>
|
|
@@ -448,7 +450,7 @@ const PropertyBasicEditor = observer(
|
|
|
448
450
|
})}
|
|
449
451
|
onClick={deleteProperty}
|
|
450
452
|
tabIndex={-1}
|
|
451
|
-
title=
|
|
453
|
+
title="Remove"
|
|
452
454
|
>
|
|
453
455
|
<TimesIcon />
|
|
454
456
|
</button>
|
|
@@ -538,7 +540,7 @@ const DerivedPropertyBasicEditor = observer(
|
|
|
538
540
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
539
541
|
property_setMultiplicity(
|
|
540
542
|
derivedProperty,
|
|
541
|
-
|
|
543
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
542
544
|
);
|
|
543
545
|
}
|
|
544
546
|
};
|
|
@@ -677,7 +679,7 @@ const DerivedPropertyBasicEditor = observer(
|
|
|
677
679
|
options={propertyTypeOptions}
|
|
678
680
|
onChange={changePropertyType}
|
|
679
681
|
value={selectedPropertyType}
|
|
680
|
-
placeholder="Choose a
|
|
682
|
+
placeholder="Choose a type..."
|
|
681
683
|
filterOption={filterOption}
|
|
682
684
|
formatOptionLabel={getPackageableElementOptionFormatter({})}
|
|
683
685
|
/>
|
|
@@ -1082,7 +1084,7 @@ const SuperTypeEditor = observer(
|
|
|
1082
1084
|
options={superTypeOptions}
|
|
1083
1085
|
onChange={changeType}
|
|
1084
1086
|
value={selectedType}
|
|
1085
|
-
placeholder=
|
|
1087
|
+
placeholder="Choose a class"
|
|
1086
1088
|
filterOption={filterOption}
|
|
1087
1089
|
formatOptionLabel={getPackageableElementOptionFormatter({})}
|
|
1088
1090
|
/>
|
|
@@ -1090,7 +1092,7 @@ const SuperTypeEditor = observer(
|
|
|
1090
1092
|
className="uml-element-editor__basic__detail-btn"
|
|
1091
1093
|
onClick={visitDerivationSource}
|
|
1092
1094
|
tabIndex={-1}
|
|
1093
|
-
title=
|
|
1095
|
+
title="Visit super type"
|
|
1094
1096
|
>
|
|
1095
1097
|
<LongArrowRightIcon />
|
|
1096
1098
|
</button>
|
|
@@ -1100,7 +1102,7 @@ const SuperTypeEditor = observer(
|
|
|
1100
1102
|
disabled={isReadOnly}
|
|
1101
1103
|
onClick={deleteSuperType}
|
|
1102
1104
|
tabIndex={-1}
|
|
1103
|
-
title=
|
|
1105
|
+
title="Remove"
|
|
1104
1106
|
>
|
|
1105
1107
|
<TimesIcon />
|
|
1106
1108
|
</button>
|
|
@@ -33,7 +33,7 @@ import type { EmbeddedQueryBuilderState } from '../../../../stores/EmbeddedQuery
|
|
|
33
33
|
import {
|
|
34
34
|
service_initNewService,
|
|
35
35
|
service_setExecution,
|
|
36
|
-
} from '../../../../stores/
|
|
36
|
+
} from '../../../../stores/shared/modifier/DSL_Service_GraphModifierHelper.js';
|
|
37
37
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
38
38
|
import { NewServiceModal } from '../service-editor/NewServiceModal.js';
|
|
39
39
|
|
|
@@ -82,7 +82,7 @@ import {
|
|
|
82
82
|
enum_deleteValue,
|
|
83
83
|
enum_addValue,
|
|
84
84
|
enum_swapValues,
|
|
85
|
-
} from '../../../../stores/
|
|
85
|
+
} from '../../../../stores/shared/modifier/DomainGraphModifierHelper.js';
|
|
86
86
|
import { useApplicationNavigationContext } from '@finos/legend-application';
|
|
87
87
|
import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../../../../stores/LegendStudioApplicationNavigationContext.js';
|
|
88
88
|
|
|
@@ -162,7 +162,7 @@ const EnumBasicEditor = observer(
|
|
|
162
162
|
disabled={isReadOnly}
|
|
163
163
|
value={enumValue.name}
|
|
164
164
|
onChange={changeValue}
|
|
165
|
-
placeholder=
|
|
165
|
+
placeholder="Enum name"
|
|
166
166
|
validationErrorMessage={
|
|
167
167
|
isEnumValueDuplicated(enumValue) ? 'Duplicated enum' : undefined
|
|
168
168
|
}
|
|
@@ -171,7 +171,7 @@ const EnumBasicEditor = observer(
|
|
|
171
171
|
className="uml-element-editor__basic__detail-btn"
|
|
172
172
|
onClick={selectValue}
|
|
173
173
|
tabIndex={-1}
|
|
174
|
-
title=
|
|
174
|
+
title="See detail"
|
|
175
175
|
>
|
|
176
176
|
<LongArrowRightIcon />
|
|
177
177
|
</button>
|
|
@@ -181,7 +181,7 @@ const EnumBasicEditor = observer(
|
|
|
181
181
|
disabled={isReadOnly}
|
|
182
182
|
onClick={deleteValue}
|
|
183
183
|
tabIndex={-1}
|
|
184
|
-
title=
|
|
184
|
+
title="Remove"
|
|
185
185
|
>
|
|
186
186
|
<TimesIcon />
|
|
187
187
|
</button>
|
|
@@ -312,7 +312,7 @@ const EnumEditor = observer(
|
|
|
312
312
|
className="panel__header__action"
|
|
313
313
|
onClick={deselectValue}
|
|
314
314
|
tabIndex={-1}
|
|
315
|
-
title=
|
|
315
|
+
title="Close"
|
|
316
316
|
>
|
|
317
317
|
<TimesIcon />
|
|
318
318
|
</button>
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
tagStereotype_setValue,
|
|
51
51
|
profile_swapTags,
|
|
52
52
|
profile_swapStereotypes,
|
|
53
|
-
} from '../../../../stores/
|
|
53
|
+
} from '../../../../stores/shared/modifier/DomainGraphModifierHelper.js';
|
|
54
54
|
import { useApplicationNavigationContext } from '@finos/legend-application';
|
|
55
55
|
import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../../../../stores/LegendStudioApplicationNavigationContext.js';
|
|
56
56
|
import { useRef, useCallback } from 'react';
|
|
@@ -126,7 +126,7 @@ const TagBasicEditor = observer(
|
|
|
126
126
|
disabled={isReadOnly}
|
|
127
127
|
value={tag.value}
|
|
128
128
|
onChange={changeValue}
|
|
129
|
-
placeholder=
|
|
129
|
+
placeholder="Tag value"
|
|
130
130
|
validationErrorMessage={
|
|
131
131
|
isTagDuplicated(tag) ? 'Duplicated tag' : undefined
|
|
132
132
|
}
|
|
@@ -137,7 +137,7 @@ const TagBasicEditor = observer(
|
|
|
137
137
|
disabled={isReadOnly}
|
|
138
138
|
onClick={deleteValue}
|
|
139
139
|
tabIndex={-1}
|
|
140
|
-
title=
|
|
140
|
+
title="Remove"
|
|
141
141
|
>
|
|
142
142
|
<TimesIcon />
|
|
143
143
|
</button>
|
|
@@ -222,7 +222,7 @@ const StereotypeBasicEditor = observer(
|
|
|
222
222
|
disabled={isReadOnly}
|
|
223
223
|
value={stereotype.value}
|
|
224
224
|
onChange={changeValue}
|
|
225
|
-
placeholder=
|
|
225
|
+
placeholder="Stereotype value"
|
|
226
226
|
validationErrorMessage={
|
|
227
227
|
isStereotypeDuplicated(stereotype)
|
|
228
228
|
? 'Duplicated stereotype'
|
|
@@ -235,7 +235,7 @@ const StereotypeBasicEditor = observer(
|
|
|
235
235
|
disabled={isReadOnly}
|
|
236
236
|
onClick={deleteStereotype}
|
|
237
237
|
tabIndex={-1}
|
|
238
|
-
title=
|
|
238
|
+
title="Remove"
|
|
239
239
|
>
|
|
240
240
|
<TimesIcon />
|
|
241
241
|
</button>
|
|
@@ -57,7 +57,7 @@ import {
|
|
|
57
57
|
annotatedElement_addTaggedValue,
|
|
58
58
|
annotatedElement_addStereotype,
|
|
59
59
|
annotatedElement_deleteStereotype,
|
|
60
|
-
} from '../../../../stores/
|
|
60
|
+
} from '../../../../stores/shared/modifier/DomainGraphModifierHelper.js';
|
|
61
61
|
|
|
62
62
|
export const PropertyEditor = observer(
|
|
63
63
|
(props: {
|
|
@@ -184,7 +184,7 @@ export const PropertyEditor = observer(
|
|
|
184
184
|
className="panel__header__action"
|
|
185
185
|
onClick={deselectProperty}
|
|
186
186
|
tabIndex={-1}
|
|
187
|
-
title=
|
|
187
|
+
title="Close"
|
|
188
188
|
>
|
|
189
189
|
<TimesIcon />
|
|
190
190
|
</button>
|
|
@@ -37,7 +37,7 @@ import {
|
|
|
37
37
|
import {
|
|
38
38
|
annotatedElement_swapStereotypes,
|
|
39
39
|
stereotypeReference_setValue,
|
|
40
|
-
} from '../../../../stores/
|
|
40
|
+
} from '../../../../stores/shared/modifier/DomainGraphModifierHelper.js';
|
|
41
41
|
import {
|
|
42
42
|
buildElementOption,
|
|
43
43
|
type PackageableElementOption,
|
|
@@ -185,7 +185,7 @@ export const StereotypeSelector = observer(
|
|
|
185
185
|
options={profileOptions}
|
|
186
186
|
onChange={changeProfile}
|
|
187
187
|
value={selectedProfile}
|
|
188
|
-
placeholder=
|
|
188
|
+
placeholder="Choose a profile"
|
|
189
189
|
filterOption={filterOption}
|
|
190
190
|
darkMode={Boolean(darkTheme)}
|
|
191
191
|
/>
|
|
@@ -196,7 +196,7 @@ export const StereotypeSelector = observer(
|
|
|
196
196
|
disabled={isStubbed_PackageableElement(stereotype.value._OWNER)}
|
|
197
197
|
onClick={visitProfile}
|
|
198
198
|
tabIndex={-1}
|
|
199
|
-
title=
|
|
199
|
+
title="Visit profile"
|
|
200
200
|
>
|
|
201
201
|
<ArrowCircleRightIcon />
|
|
202
202
|
</button>
|
|
@@ -207,7 +207,7 @@ export const StereotypeSelector = observer(
|
|
|
207
207
|
options={stereotypeOptions}
|
|
208
208
|
onChange={updateStereotype}
|
|
209
209
|
value={selectedStereotype}
|
|
210
|
-
placeholder=
|
|
210
|
+
placeholder="Choose a stereotype"
|
|
211
211
|
filterOption={stereotypeFilterOption}
|
|
212
212
|
darkMode={darkTheme ?? false}
|
|
213
213
|
/>
|
|
@@ -217,7 +217,7 @@ export const StereotypeSelector = observer(
|
|
|
217
217
|
disabled={isReadOnly}
|
|
218
218
|
onClick={deleteStereotype}
|
|
219
219
|
tabIndex={-1}
|
|
220
|
-
title=
|
|
220
|
+
title="Remove"
|
|
221
221
|
>
|
|
222
222
|
<TimesIcon />
|
|
223
223
|
</button>
|