@finos/legend-application-studio 16.0.2 → 18.0.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/application/LegendStudioApplicationConfig.d.ts +4 -3
- package/lib/application/LegendStudioApplicationConfig.d.ts.map +1 -1
- package/lib/application/LegendStudioApplicationConfig.js +9 -3
- package/lib/application/LegendStudioApplicationConfig.js.map +1 -1
- package/lib/components/{DSLExternalFormat_CodeSnippets.d.ts → DSL_ExternalFormat_CodeSnippets.d.ts} +1 -1
- package/lib/components/DSL_ExternalFormat_CodeSnippets.d.ts.map +1 -0
- package/lib/components/{DSLExternalFormat_CodeSnippets.js → DSL_ExternalFormat_CodeSnippets.js} +1 -1
- package/lib/components/DSL_ExternalFormat_CodeSnippets.js.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioApplicationPlugin.d.ts → DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts} +3 -3
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioApplicationPlugin.js → DSL_ExternalFormat_LegendStudioApplicationPlugin.js} +11 -11
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioDocumentation.d.ts → DSL_ExternalFormat_LegendStudioDocumentation.d.ts} +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.d.ts.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioDocumentation.js → DSL_ExternalFormat_LegendStudioDocumentation.js} +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.js.map +1 -0
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +2 -2
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/EmbeddedQueryBuilder.d.ts +1 -0
- package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -1
- package/lib/components/EmbeddedQueryBuilder.js +6 -31
- package/lib/components/EmbeddedQueryBuilder.js.map +1 -1
- package/lib/components/LegendStudioApplication.d.ts +1 -0
- package/lib/components/LegendStudioApplication.d.ts.map +1 -1
- package/lib/components/LegendStudioApplication.js +1 -1
- package/lib/components/LegendStudioApplication.js.map +1 -1
- package/lib/components/LegendStudioBaseStoreProvider.d.ts +0 -2
- package/lib/components/LegendStudioBaseStoreProvider.d.ts.map +1 -1
- package/lib/components/LegendStudioBaseStoreProvider.js +2 -2
- package/lib/components/LegendStudioBaseStoreProvider.js.map +1 -1
- package/lib/components/editor/EditorStoreProvider.d.ts.map +1 -1
- package/lib/components/editor/EditorStoreProvider.js +2 -3
- package/lib/components/editor/EditorStoreProvider.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts +1 -0
- package/lib/components/editor/StatusBar.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts +1 -0
- package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js +2 -2
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js.map +1 -1
- package/lib/components/editor/aux-panel/Console.d.ts +1 -0
- package/lib/components/editor/aux-panel/Console.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/DevTool.d.ts +1 -0
- package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -0
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +1 -0
- package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.js +2 -2
- package/lib/components/editor/edit-panel/FileGenerationViewer.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +4 -4
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +6 -6
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +6 -6
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.d.ts +1 -0
- package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.js +3 -3
- package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js +6 -6
- package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.js +2 -2
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +3 -3
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +2 -2
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.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.d.ts +1 -33
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +38 -97
- 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.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +10 -12
- 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.d.ts +1 -0
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +2 -2
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts.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.d.ts +1 -0
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +1 -0
- 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 -2
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +1 -0
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.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/ElementNativeView.d.ts +1 -0
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +7 -7
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/{BindingElementEditor.d.ts → DSL_ExternalFormat_BindingElementEditor.d.ts} +2 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{BindingElementEditor.js → DSL_ExternalFormat_BindingElementEditor.js} +4 -4
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{ExternalFormatConnectionEditor.d.ts → DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts} +2 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{ExternalFormatConnectionEditor.js → DSL_ExternalFormat_ExternalFormatConnectionEditor.js} +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{NewSchemaSetDriver.d.ts → DSL_ExternalFormat_NewSchemaSetDriver.d.ts} +2 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{NewSchemaSetDriver.js → DSL_ExternalFormat_NewSchemaSetDriver.js} +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetElementEditor.d.ts → DSL_ExternalFormat_SchemaSetElementEditor.d.ts} +3 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetElementEditor.js → DSL_ExternalFormat_SchemaSetElementEditor.js} +7 -7
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetModelGenerationEditor.d.ts → DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts} +3 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetModelGenerationEditor.js → DSL_ExternalFormat_SchemaSetModelGenerationEditor.js} +4 -4
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +6 -6
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.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.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.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/InstanceSetImplementationSourceSelectorModal.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +18 -3
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +7 -10
- 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.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +6 -9
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +5 -5
- 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 -0
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.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.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -0
- 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 +4 -3
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +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 +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +5 -5
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +1 -4
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.js +8 -8
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +2 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +4 -4
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +4 -4
- 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.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +5 -5
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -0
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.js +5 -2
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts +1 -0
- package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +4 -4
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -0
- package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.js +4 -4
- package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts +1 -0
- package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.js +2 -2
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/SideBar.d.ts +1 -0
- package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -0
- 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.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.js +3 -3
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +4 -4
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +2 -2
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +3 -3
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -0
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +4 -4
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/shared/DiffView.d.ts +1 -0
- package/lib/components/shared/DiffView.d.ts.map +1 -1
- package/lib/components/shared/DiffView.js +2 -2
- package/lib/components/shared/DiffView.js.map +1 -1
- package/lib/components/shared/ElementIconUtils.js +1 -1
- package/lib/components/shared/ElementIconUtils.js.map +1 -1
- package/lib/components/shared/ProjectSelectorUtils.d.ts +24 -0
- package/lib/components/shared/ProjectSelectorUtils.d.ts.map +1 -0
- package/lib/components/shared/ProjectSelectorUtils.js +28 -0
- package/lib/components/shared/ProjectSelectorUtils.js.map +1 -0
- package/lib/components/shared/StudioLambdaEditor.d.ts +1 -0
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
- package/lib/components/shared/TypeTree.js +2 -2
- package/lib/components/shared/TypeTree.js.map +1 -1
- package/lib/components/shared/WorkspaceSelectorUtils.d.ts +23 -0
- package/lib/components/shared/WorkspaceSelectorUtils.d.ts.map +1 -0
- package/lib/components/shared/WorkspaceSelectorUtils.js +24 -0
- package/lib/components/shared/WorkspaceSelectorUtils.js.map +1 -0
- package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +1 -0
- package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +1 -0
- package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.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/{ProjectCreateModal.d.ts → CreateProjectModal.d.ts} +2 -1
- package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -0
- package/lib/components/workspace-setup/{ProjectCreateModal.js → CreateProjectModal.js} +4 -4
- package/lib/components/workspace-setup/{ProjectCreateModal.js.map → CreateProjectModal.js.map} +1 -1
- package/lib/{stores/DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.js → components/workspace-setup/CreateWorkspaceModal.d.ts} +8 -2
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -0
- package/lib/components/workspace-setup/CreateWorkspaceModal.js +67 -0
- package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -0
- package/lib/components/workspace-setup/WorkspaceSetup.d.ts +2 -0
- package/lib/components/workspace-setup/WorkspaceSetup.d.ts.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +96 -115
- 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 +17 -15
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +17 -16
- package/lib/index.js.map +1 -1
- package/lib/package.json +9 -9
- package/lib/stores/{DSLData_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/{DSLData_LegendStudioApplicationPlugin_Extension.js → DSL_Data_LegendStudioApplicationPlugin_Extension.js} +1 -1
- package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/{DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts} +5 -2
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js +17 -0
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/{DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/{DSLService_LegendStudioApplicationPlugin_Extension.js → DSL_Mapping_LegendStudioApplicationPlugin_Extension.js} +1 -1
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/{DSLService_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/{DSLMapping_LegendStudioApplicationPlugin_Extension.js → DSL_Service_LegendStudioApplicationPlugin_Extension.js} +1 -1
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/EditorGraphState.d.ts +1 -1
- package/lib/stores/EditorGraphState.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.js +3 -2
- package/lib/stores/EditorGraphState.js.map +1 -1
- package/lib/stores/EditorStore.d.ts +6 -8
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +39 -13
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/EditorStoreTestUtils.d.ts.map +1 -1
- package/lib/stores/EditorStoreTestUtils.js +1 -1
- package/lib/stores/EditorStoreTestUtils.js.map +1 -1
- package/lib/stores/ExplorerTreeState.d.ts +2 -2
- package/lib/stores/ExplorerTreeState.d.ts.map +1 -1
- package/lib/stores/ExplorerTreeState.js +2 -2
- package/lib/stores/ExplorerTreeState.js.map +1 -1
- package/lib/stores/LegendStudioAppEvent.d.ts +1 -0
- package/lib/stores/LegendStudioAppEvent.d.ts.map +1 -1
- package/lib/stores/LegendStudioAppEvent.js +3 -0
- package/lib/stores/LegendStudioAppEvent.js.map +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts +2 -3
- package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendStudioBaseStore.js +7 -2
- 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/{StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts → STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js +17 -0
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/editor/NewElementState.d.ts.map +1 -1
- package/lib/stores/editor/NewElementState.js +12 -9
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.d.ts +1 -1
- package/lib/stores/editor-state/FileGenerationState.d.ts.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.js +2 -2
- package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationViewerState.d.ts +1 -1
- package/lib/stores/editor-state/FileGenerationViewerState.d.ts.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.d.ts +1 -1
- package/lib/stores/editor-state/GraphGenerationState.d.ts.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js +3 -3
- package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.js +3 -3
- package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js +2 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.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/RuntimeEditorState.d.ts +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.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/{BindingEditorState.d.ts → DSL_ExternalFormat_BindingEditorState.d.ts} +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts.map +1 -0
- package/lib/stores/editor-state/element-editor-state/external-format/{BindingEditorState.js → DSL_ExternalFormat_BindingEditorState.js} +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js.map +1 -0
- package/lib/stores/editor-state/element-editor-state/external-format/{SchemaSetEditorState.d.ts → DSL_ExternalFormat_SchemaSetEditorState.d.ts} +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +1 -0
- package/lib/stores/editor-state/element-editor-state/external-format/{SchemaSetEditorState.js → DSL_ExternalFormat_SchemaSetEditorState.js} +2 -2
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -0
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +2 -2
- 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 +5 -5
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js +2 -2
- 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 +0 -2
- 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 -12
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +7 -7
- 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 +8 -8
- 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.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js +1 -5
- 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 +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 +10 -10
- 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 +5 -8
- 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 +16 -21
- 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 +2 -2
- 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 +1 -1
- 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/graphModifier/{DSLData_GraphModifierHelper.d.ts → DSL_Data_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLData_GraphModifierHelper.js → DSL_Data_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLExternalFormat_GraphModifierHelper.d.ts → DSL_ExternalFormat_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLExternalFormat_GraphModifierHelper.js → DSL_ExternalFormat_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLGeneration_GraphModifierHelper.d.ts → DSL_Generation_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLGeneration_GraphModifierHelper.js → DSL_Generation_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLMapping_GraphModifierHelper.d.ts → DSL_Mapping_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLMapping_GraphModifierHelper.js → DSL_Mapping_GraphModifierHelper.js} +2 -2
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLService_GraphModifierHelper.d.ts → DSL_Service_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLService_GraphModifierHelper.js → DSL_Service_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{StoreFlatData_GraphModifierHelper.d.ts → STO_FlatData_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{StoreFlatData_GraphModifierHelper.js → STO_FlatData_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{StoreRelational_GraphModifierHelper.d.ts → STO_Relational_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{StoreRelational_GraphModifierHelper.js → STO_Relational_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.js.map +1 -0
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts +1 -2
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +1 -1
- package/lib/stores/project-viewer/ProjectViewerStore.js +4 -3
- package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
- package/lib/stores/shared/{DnDUtil.d.ts → DnDUtils.d.ts} +2 -2
- package/lib/stores/shared/DnDUtils.d.ts.map +1 -0
- package/lib/stores/shared/{DnDUtil.js → DnDUtils.js} +1 -1
- package/lib/stores/shared/DnDUtils.js.map +1 -0
- package/lib/stores/shared/{FileGenerationTreeUtil.d.ts → FileGenerationTreeUtils.d.ts} +1 -1
- package/lib/stores/shared/FileGenerationTreeUtils.d.ts.map +1 -0
- package/lib/stores/shared/{FileGenerationTreeUtil.js → FileGenerationTreeUtils.js} +1 -1
- package/lib/stores/shared/FileGenerationTreeUtils.js.map +1 -0
- package/lib/stores/shared/{MockDataUtil.d.ts → MockDataUtils.d.ts} +1 -1
- package/lib/stores/shared/MockDataUtils.d.ts.map +1 -0
- package/lib/stores/shared/{MockDataUtil.js → MockDataUtils.js} +2 -2
- package/lib/stores/shared/MockDataUtils.js.map +1 -0
- package/lib/stores/shared/{ModelUtil.d.ts → ModelClassifierUtils.d.ts} +1 -1
- package/lib/stores/shared/ModelClassifierUtils.d.ts.map +1 -0
- package/lib/stores/shared/{ModelUtil.js → ModelClassifierUtils.js} +1 -1
- package/lib/stores/shared/ModelClassifierUtils.js.map +1 -0
- package/lib/stores/shared/{PackageTreeUtil.d.ts → PackageTreeUtils.d.ts} +2 -2
- package/lib/stores/shared/PackageTreeUtils.d.ts.map +1 -0
- package/lib/stores/shared/{PackageTreeUtil.js → PackageTreeUtils.js} +2 -2
- package/lib/stores/shared/PackageTreeUtils.js.map +1 -0
- package/lib/stores/shared/{TreeUtil.d.ts → TreeUtils.d.ts} +2 -2
- package/lib/stores/shared/TreeUtils.d.ts.map +1 -0
- package/lib/stores/shared/{TreeUtil.js → TreeUtils.js} +1 -1
- package/lib/stores/shared/TreeUtils.js.map +1 -0
- package/lib/stores/shared/testable/TestableUtils.js +1 -1
- package/lib/stores/shared/testable/TestableUtils.js.map +1 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts +6 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js +13 -0
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.d.ts +18 -33
- package/lib/stores/workspace-setup/WorkspaceSetupStore.d.ts.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js +136 -133
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
- package/package.json +18 -18
- package/src/application/LegendStudioApplicationConfig.ts +12 -5
- package/src/components/{DSLExternalFormat_CodeSnippets.ts → DSL_ExternalFormat_CodeSnippets.ts} +0 -0
- package/src/components/{DSLExternalFormat_LegendStudioApplicationPlugin.tsx → DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx} +13 -13
- package/src/components/{DSLExternalFormat_LegendStudioDocumentation.ts → DSL_ExternalFormat_LegendStudioDocumentation.ts} +0 -0
- package/src/components/EditorComponentTestUtils.tsx +1 -6
- package/src/components/EmbeddedQueryBuilder.tsx +10 -41
- package/src/components/LegendStudioApplication.tsx +1 -1
- package/src/components/LegendStudioBaseStoreProvider.tsx +2 -5
- package/src/components/editor/EditorStoreProvider.tsx +1 -6
- package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +9 -3
- package/src/components/editor/edit-panel/FileGenerationViewer.tsx +6 -4
- package/src/components/editor/edit-panel/FunctionEditor.tsx +7 -6
- package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +16 -14
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +11 -10
- package/src/components/editor/edit-panel/ModelImporter.tsx +3 -3
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +17 -20
- package/src/components/editor/edit-panel/UnsupportedElementEditor.tsx +3 -3
- package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +5 -5
- package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +3 -2
- package/src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +131 -373
- package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +42 -36
- package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +2 -2
- package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +6 -5
- package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +2 -3
- package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +2 -3
- package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +15 -13
- package/src/components/editor/edit-panel/external-format-editor/{BindingElementEditor.tsx → DSL_ExternalFormat_BindingElementEditor.tsx} +3 -3
- package/src/components/editor/edit-panel/external-format-editor/{ExternalFormatConnectionEditor.tsx → DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx} +1 -1
- package/src/components/editor/edit-panel/external-format-editor/{NewSchemaSetDriver.tsx → DSL_ExternalFormat_NewSchemaSetDriver.tsx} +1 -1
- package/src/components/editor/edit-panel/external-format-editor/{SchemaSetElementEditor.tsx → DSL_ExternalFormat_SchemaSetElementEditor.tsx} +6 -6
- package/src/components/editor/edit-panel/external-format-editor/{SchemaSetModelGenerationEditor.tsx → DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx} +6 -5
- package/src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +10 -6
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +8 -7
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +33 -0
- package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +3 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +10 -21
- package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +8 -15
- package/src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +2 -6
- package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +8 -6
- package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +6 -6
- package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +2 -2
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +7 -4
- package/src/components/editor/edit-panel/service-editor/NewServiceModal.tsx +2 -3
- package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +1 -1
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +9 -7
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +1 -8
- package/src/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.tsx +15 -10
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +3 -3
- package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +5 -4
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +5 -4
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +5 -4
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +9 -7
- package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +6 -4
- package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +4 -3
- package/src/components/editor/side-bar/CreateNewElementModal.tsx +7 -4
- package/src/components/editor/side-bar/Explorer.tsx +5 -5
- package/src/components/editor/side-bar/LocalChanges.tsx +8 -7
- package/src/components/editor/side-bar/ProjectOverview.tsx +5 -4
- package/src/components/editor/side-bar/WorkflowManager.tsx +2 -1
- package/src/components/editor/side-bar/WorkspaceReview.tsx +4 -3
- package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +7 -12
- package/src/components/editor/side-bar/WorkspaceUpdateConflictResolver.tsx +3 -2
- package/src/components/editor/side-bar/WorkspaceUpdater.tsx +5 -4
- package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +10 -1
- package/src/components/shared/DiffView.tsx +2 -2
- package/src/components/shared/ElementIconUtils.tsx +1 -1
- package/src/components/shared/ProjectSelectorUtils.tsx +63 -0
- package/src/components/shared/TypeTree.tsx +3 -3
- package/src/components/shared/WorkspaceSelectorUtils.tsx +45 -0
- package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +3 -2
- package/src/components/workspace-setup/{ProjectCreateModal.tsx → CreateProjectModal.tsx} +7 -3
- package/src/components/workspace-setup/CreateWorkspaceModal.tsx +178 -0
- package/src/components/workspace-setup/WorkspaceSetup.tsx +300 -346
- package/src/index.ts +17 -23
- package/src/stores/{DSLData_LegendStudioApplicationPlugin_Extension.ts → DSL_Data_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/{DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.ts → DSL_Generation_LegendStudioApplicationPlugin_Extension.ts} +4 -1
- package/src/stores/{DSLMapping_LegendStudioApplicationPlugin_Extension.ts → DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/{DSLService_LegendStudioApplicationPlugin_Extension.ts → DSL_Service_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/EditorGraphState.ts +4 -5
- package/src/stores/EditorStore.ts +52 -19
- package/src/stores/EditorStoreTestUtils.ts +0 -1
- package/src/stores/ExplorerTreeState.ts +3 -3
- package/src/stores/LegendStudioAppEvent.ts +4 -0
- package/src/stores/LegendStudioBaseStore.ts +7 -4
- package/src/stores/LegendStudioRouter.ts +1 -1
- package/src/stores/{StoreRelational_LegendStudioApplicationPlugin_Extension.ts → STO_Relational_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/editor/NewElementState.ts +14 -10
- package/src/stores/editor-state/FileGenerationState.ts +2 -2
- package/src/stores/editor-state/FileGenerationViewerState.ts +1 -1
- package/src/stores/editor-state/GenerationSpecificationEditorState.ts +1 -1
- package/src/stores/editor-state/GrammarTextEditorState.ts +2 -2
- package/src/stores/editor-state/GraphGenerationState.ts +7 -7
- package/src/stores/editor-state/ModelImporterState.ts +3 -3
- package/src/stores/editor-state/ProjectConfigurationEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +5 -5
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +9 -9
- package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts +4 -4
- package/src/stores/editor-state/element-editor-state/external-format/{BindingEditorState.ts → DSL_ExternalFormat_BindingEditorState.ts} +0 -0
- package/src/stores/editor-state/element-editor-state/external-format/{SchemaSetEditorState.ts → DSL_ExternalFormat_SchemaSetEditorState.ts} +1 -1
- package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +11 -11
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +5 -5
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts +1 -17
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +7 -7
- package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +9 -9
- package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +1 -5
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +19 -14
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +34 -33
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +1 -1
- 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/graphModifier/{DSLData_GraphModifierHelper.ts → DSL_Data_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{DSLExternalFormat_GraphModifierHelper.ts → DSL_ExternalFormat_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{DSLGeneration_GraphModifierHelper.ts → DSL_Generation_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{DSLMapping_GraphModifierHelper.ts → DSL_Mapping_GraphModifierHelper.ts} +1 -1
- package/src/stores/graphModifier/{DSLService_GraphModifierHelper.ts → DSL_Service_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{StoreFlatData_GraphModifierHelper.ts → STO_FlatData_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{StoreRelational_GraphModifierHelper.ts → STO_Relational_GraphModifierHelper.ts} +0 -0
- package/src/stores/project-viewer/ProjectViewerStore.ts +8 -8
- package/src/stores/shared/{DnDUtil.ts → DnDUtils.ts} +1 -1
- package/src/stores/shared/{FileGenerationTreeUtil.ts → FileGenerationTreeUtils.ts} +0 -0
- package/src/stores/shared/{MockDataUtil.ts → MockDataUtils.ts} +4 -1
- package/src/stores/shared/{ModelUtil.ts → ModelClassifierUtils.ts} +0 -0
- package/src/stores/shared/{PackageTreeUtil.ts → PackageTreeUtils.ts} +2 -2
- package/src/stores/shared/{TreeUtil.ts → TreeUtils.ts} +1 -1
- package/src/stores/shared/testable/TestableUtils.ts +1 -1
- package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +18 -0
- package/src/stores/workspace-setup/WorkspaceSetupStore.ts +210 -191
- package/tsconfig.json +33 -33
- package/lib/components/DSLExternalFormat_CodeSnippets.d.ts.map +0 -1
- package/lib/components/DSLExternalFormat_CodeSnippets.js.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.d.ts.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.js.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioDocumentation.d.ts.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioDocumentation.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.js.map +0 -1
- package/lib/components/workspace-setup/ProjectCreateModal.d.ts.map +0 -1
- package/lib/components/workspace-setup/ProjectSelector.d.ts +0 -22
- package/lib/components/workspace-setup/ProjectSelector.d.ts.map +0 -1
- package/lib/components/workspace-setup/ProjectSelector.js +0 -65
- package/lib/components/workspace-setup/ProjectSelector.js.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSelector.d.ts +0 -22
- package/lib/components/workspace-setup/WorkspaceSelector.d.ts.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSelector.js +0 -57
- package/lib/components/workspace-setup/WorkspaceSelector.js.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.d.ts +0 -23
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.d.ts.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.js +0 -34
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.js.map +0 -1
- package/lib/stores/DSLData_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLData_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.js +0 -17
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/BindingEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/BindingEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/SchemaSetEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/SchemaSetEditorState.js.map +0 -1
- package/lib/stores/graphModifier/DSLData_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLData_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLExternalFormat_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLExternalFormat_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLGeneration_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLGeneration_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLMapping_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLMapping_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLService_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLService_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/StoreFlatData_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/StoreFlatData_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/DnDUtil.d.ts.map +0 -1
- package/lib/stores/shared/DnDUtil.js.map +0 -1
- package/lib/stores/shared/FileGenerationTreeUtil.d.ts.map +0 -1
- package/lib/stores/shared/FileGenerationTreeUtil.js.map +0 -1
- package/lib/stores/shared/MockDataUtil.d.ts.map +0 -1
- package/lib/stores/shared/MockDataUtil.js.map +0 -1
- package/lib/stores/shared/ModelUtil.d.ts.map +0 -1
- package/lib/stores/shared/ModelUtil.js.map +0 -1
- package/lib/stores/shared/PackageTreeUtil.d.ts.map +0 -1
- package/lib/stores/shared/PackageTreeUtil.js.map +0 -1
- package/lib/stores/shared/TreeUtil.d.ts.map +0 -1
- package/lib/stores/shared/TreeUtil.js.map +0 -1
- package/src/components/workspace-setup/ProjectSelector.tsx +0 -148
- package/src/components/workspace-setup/WorkspaceSelector.tsx +0 -135
- package/src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx +0 -56
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
import { observable, action,
|
|
17
|
+
import { observable, action, flowResult, makeObservable, flow } from 'mobx';
|
|
18
18
|
import { LEGEND_STUDIO_APP_EVENT } from '../LegendStudioAppEvent.js';
|
|
19
19
|
import {
|
|
20
20
|
type GeneratorFn,
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
assertErrorThrown,
|
|
23
23
|
LogEvent,
|
|
24
24
|
ActionState,
|
|
25
|
+
IllegalStateError,
|
|
25
26
|
} from '@finos/legend-shared';
|
|
26
27
|
import { generateSetupRoute } from '../LegendStudioRouter.js';
|
|
27
28
|
import {
|
|
@@ -31,9 +32,12 @@ import {
|
|
|
31
32
|
Project,
|
|
32
33
|
Review,
|
|
33
34
|
Workspace,
|
|
34
|
-
WorkspaceAccessType,
|
|
35
35
|
} from '@finos/legend-server-sdlc';
|
|
36
36
|
import type { LegendStudioApplicationStore } from '../LegendStudioBaseStore.js';
|
|
37
|
+
import {
|
|
38
|
+
DEFAULT_TYPEAHEAD_SEARCH_LIMIT,
|
|
39
|
+
DEFAULT_TYPEAHEAD_SEARCH_MINIMUM_SEARCH_LENGTH,
|
|
40
|
+
} from '@finos/legend-application';
|
|
37
41
|
|
|
38
42
|
interface ImportProjectSuccessReport {
|
|
39
43
|
projectId: string;
|
|
@@ -41,159 +45,239 @@ interface ImportProjectSuccessReport {
|
|
|
41
45
|
reviewUrl: string;
|
|
42
46
|
}
|
|
43
47
|
|
|
44
|
-
export interface ProjectOption {
|
|
45
|
-
label: string;
|
|
46
|
-
value: string;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
const buildProjectOption = (project: Project): ProjectOption => ({
|
|
50
|
-
label: project.name,
|
|
51
|
-
value: project.projectId,
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
export interface WorkspaceOption {
|
|
55
|
-
label: string;
|
|
56
|
-
value: Workspace;
|
|
57
|
-
__isNew__?: boolean | undefined;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
const buildWorkspaceOption = (workspace: Workspace): WorkspaceOption => ({
|
|
61
|
-
label: workspace.workspaceId,
|
|
62
|
-
value: workspace,
|
|
63
|
-
});
|
|
64
|
-
|
|
65
|
-
export interface WorkspaceIdentifier {
|
|
66
|
-
workspaceId: string;
|
|
67
|
-
workspaceType: WorkspaceType;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
48
|
export class WorkspaceSetupStore {
|
|
71
49
|
applicationStore: LegendStudioApplicationStore;
|
|
72
50
|
sdlcServerClient: SDLCServerClient;
|
|
51
|
+
initState = ActionState.create();
|
|
73
52
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
projects?: Map<string, Project> | undefined;
|
|
77
|
-
workspacesByProject = new Map<string, Map<string, Workspace>>();
|
|
78
|
-
loadWorkspacesState = ActionState.create();
|
|
79
|
-
createWorkspaceState = ActionState.create();
|
|
80
|
-
createOrImportProjectState = ActionState.create();
|
|
53
|
+
projects: Project[] = [];
|
|
54
|
+
currentProject?: Project | undefined;
|
|
81
55
|
loadProjectsState = ActionState.create();
|
|
56
|
+
createOrImportProjectState = ActionState.create();
|
|
57
|
+
importProjectSuccessReport?: ImportProjectSuccessReport | undefined;
|
|
82
58
|
showCreateProjectModal = false;
|
|
59
|
+
|
|
60
|
+
workspaces: Workspace[] = [];
|
|
61
|
+
currentWorkspace?: Workspace | undefined;
|
|
62
|
+
loadWorkspacesState = ActionState.create();
|
|
63
|
+
createWorkspaceState = ActionState.create();
|
|
83
64
|
showCreateWorkspaceModal = false;
|
|
84
|
-
importProjectSuccessReport?: ImportProjectSuccessReport | undefined;
|
|
85
65
|
|
|
86
66
|
constructor(
|
|
87
67
|
applicationStore: LegendStudioApplicationStore,
|
|
88
68
|
sdlcServerClient: SDLCServerClient,
|
|
89
69
|
) {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
70
|
+
makeObservable(this, {
|
|
71
|
+
projects: observable,
|
|
72
|
+
currentProject: observable,
|
|
73
|
+
importProjectSuccessReport: observable,
|
|
74
|
+
showCreateProjectModal: observable,
|
|
75
|
+
workspaces: observable,
|
|
76
|
+
currentWorkspace: observable,
|
|
77
|
+
showCreateWorkspaceModal: observable,
|
|
93
78
|
setShowCreateProjectModal: action,
|
|
94
79
|
setShowCreateWorkspaceModal: action,
|
|
95
|
-
setCurrentProjectId: action,
|
|
96
|
-
setCurrentWorkspaceIdentifier: action,
|
|
97
80
|
setImportProjectSuccessReport: action,
|
|
81
|
+
changeWorkspace: action,
|
|
82
|
+
resetProject: action,
|
|
83
|
+
resetWorkspace: action,
|
|
84
|
+
initialize: flow,
|
|
85
|
+
loadProjects: flow,
|
|
86
|
+
changeProject: flow,
|
|
87
|
+
createProject: flow,
|
|
88
|
+
importProject: flow,
|
|
89
|
+
createWorkspace: flow,
|
|
98
90
|
});
|
|
99
91
|
|
|
100
92
|
this.applicationStore = applicationStore;
|
|
101
93
|
this.sdlcServerClient = sdlcServerClient;
|
|
102
94
|
}
|
|
103
95
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
? this.projects.get(this.currentProjectId)
|
|
107
|
-
: undefined;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
get currentProjectWorkspaces(): Map<string, Workspace> | undefined {
|
|
111
|
-
return this.currentProjectId
|
|
112
|
-
? this.workspacesByProject.get(this.currentProjectId)
|
|
113
|
-
: undefined;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
get currentWorkspace(): Workspace | undefined {
|
|
117
|
-
return this.currentProjectWorkspaces && this.currentWorkspaceCompositeId
|
|
118
|
-
? this.currentProjectWorkspaces.get(this.currentWorkspaceCompositeId)
|
|
119
|
-
: undefined;
|
|
96
|
+
setShowCreateProjectModal(val: boolean): void {
|
|
97
|
+
this.showCreateProjectModal = val;
|
|
120
98
|
}
|
|
121
99
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
? this.buildWorkspaceCompositeId(this.currentWorkspaceIdentifier)
|
|
125
|
-
: undefined;
|
|
100
|
+
setShowCreateWorkspaceModal(val: boolean): void {
|
|
101
|
+
this.showCreateWorkspaceModal = val;
|
|
126
102
|
}
|
|
127
103
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
groupWorkspaceId: string | undefined,
|
|
104
|
+
setImportProjectSuccessReport(
|
|
105
|
+
importProjectSuccessReport: ImportProjectSuccessReport | undefined,
|
|
131
106
|
): void {
|
|
132
|
-
|
|
133
|
-
this.setCurrentWorkspaceIdentifier({
|
|
134
|
-
workspaceId,
|
|
135
|
-
workspaceType: WorkspaceType.USER,
|
|
136
|
-
});
|
|
137
|
-
} else if (groupWorkspaceId) {
|
|
138
|
-
this.setCurrentWorkspaceIdentifier({
|
|
139
|
-
workspaceId: groupWorkspaceId,
|
|
140
|
-
workspaceType: WorkspaceType.GROUP,
|
|
141
|
-
});
|
|
142
|
-
} else {
|
|
143
|
-
this.setCurrentWorkspaceIdentifier(undefined);
|
|
144
|
-
}
|
|
107
|
+
this.importProjectSuccessReport = importProjectSuccessReport;
|
|
145
108
|
}
|
|
146
109
|
|
|
147
|
-
|
|
148
|
-
this.
|
|
110
|
+
resetProject(): void {
|
|
111
|
+
this.currentProject = undefined;
|
|
112
|
+
this.workspaces = [];
|
|
113
|
+
this.currentWorkspace = undefined;
|
|
114
|
+
this.applicationStore.navigator.goTo(
|
|
115
|
+
generateSetupRoute(undefined, undefined, undefined),
|
|
116
|
+
);
|
|
149
117
|
}
|
|
150
118
|
|
|
151
|
-
|
|
152
|
-
this.
|
|
119
|
+
resetWorkspace(): void {
|
|
120
|
+
this.currentWorkspace = undefined;
|
|
121
|
+
if (this.currentProject) {
|
|
122
|
+
this.applicationStore.navigator.goTo(
|
|
123
|
+
generateSetupRoute(this.currentProject.projectId, undefined, undefined),
|
|
124
|
+
);
|
|
125
|
+
}
|
|
153
126
|
}
|
|
154
127
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
128
|
+
*initialize(
|
|
129
|
+
projectId: string | undefined,
|
|
130
|
+
workspaceId: string | undefined,
|
|
131
|
+
groupWorkspaceId: string | undefined,
|
|
132
|
+
): GeneratorFn<void> {
|
|
133
|
+
if (!this.initState.isInInitialState) {
|
|
134
|
+
return;
|
|
135
|
+
}
|
|
136
|
+
this.initState.inProgress();
|
|
158
137
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
138
|
+
try {
|
|
139
|
+
if (projectId) {
|
|
140
|
+
let project: Project;
|
|
141
|
+
try {
|
|
142
|
+
project = Project.serialization.fromJson(
|
|
143
|
+
(yield this.sdlcServerClient.getProject(
|
|
144
|
+
projectId,
|
|
145
|
+
)) as PlainObject<Project>,
|
|
146
|
+
);
|
|
147
|
+
} catch {
|
|
148
|
+
this.applicationStore.navigator.goTo(generateSetupRoute(undefined));
|
|
149
|
+
this.initState.pass();
|
|
150
|
+
return;
|
|
151
|
+
}
|
|
152
|
+
yield flowResult(
|
|
153
|
+
this.changeProject(
|
|
154
|
+
project,
|
|
155
|
+
workspaceId
|
|
156
|
+
? { workspaceId: workspaceId, workspaceType: WorkspaceType.USER }
|
|
157
|
+
: groupWorkspaceId
|
|
158
|
+
? {
|
|
159
|
+
workspaceId: groupWorkspaceId,
|
|
160
|
+
workspaceType: WorkspaceType.GROUP,
|
|
161
|
+
}
|
|
162
|
+
: undefined,
|
|
163
|
+
),
|
|
164
|
+
);
|
|
165
|
+
}
|
|
162
166
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
+
this.initState.pass();
|
|
168
|
+
} catch (error) {
|
|
169
|
+
assertErrorThrown(error);
|
|
170
|
+
this.applicationStore.log.error(
|
|
171
|
+
LogEvent.create(LEGEND_STUDIO_APP_EVENT.DEPOT_MANAGER_FAILURE),
|
|
172
|
+
error,
|
|
173
|
+
);
|
|
174
|
+
this.applicationStore.notifyError(error);
|
|
175
|
+
this.initState.fail();
|
|
176
|
+
}
|
|
167
177
|
}
|
|
168
178
|
|
|
169
|
-
*
|
|
179
|
+
*loadProjects(searchText: string): GeneratorFn<void> {
|
|
180
|
+
const isValidSearchString =
|
|
181
|
+
searchText.length >= DEFAULT_TYPEAHEAD_SEARCH_MINIMUM_SEARCH_LENGTH;
|
|
170
182
|
this.loadProjectsState.inProgress();
|
|
171
183
|
try {
|
|
172
|
-
|
|
184
|
+
this.projects = (
|
|
173
185
|
(yield this.sdlcServerClient.getProjects(
|
|
174
186
|
undefined,
|
|
187
|
+
isValidSearchString ? searchText : undefined,
|
|
175
188
|
undefined,
|
|
176
|
-
|
|
177
|
-
undefined,
|
|
189
|
+
DEFAULT_TYPEAHEAD_SEARCH_LIMIT,
|
|
178
190
|
)) as PlainObject<Project>[]
|
|
179
191
|
).map((v) => Project.serialization.fromJson(v));
|
|
180
|
-
const projectIndex = observable<string, Project>(new Map());
|
|
181
|
-
projects.forEach((project) =>
|
|
182
|
-
projectIndex.set(project.projectId, project),
|
|
183
|
-
);
|
|
184
|
-
this.projects = projectIndex;
|
|
185
192
|
this.loadProjectsState.pass();
|
|
193
|
+
} catch (error) {
|
|
194
|
+
assertErrorThrown(error);
|
|
195
|
+
this.applicationStore.notifyError(error);
|
|
196
|
+
this.loadProjectsState.fail();
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
*changeProject(
|
|
201
|
+
project: Project,
|
|
202
|
+
workspaceInfo?:
|
|
203
|
+
| {
|
|
204
|
+
workspaceId: string;
|
|
205
|
+
workspaceType: WorkspaceType;
|
|
206
|
+
}
|
|
207
|
+
| undefined,
|
|
208
|
+
): GeneratorFn<void> {
|
|
209
|
+
this.loadWorkspacesState.inProgress();
|
|
210
|
+
|
|
211
|
+
try {
|
|
212
|
+
this.currentProject = project;
|
|
213
|
+
|
|
214
|
+
const workspacesInConflictResolutionIds = (
|
|
215
|
+
(yield this.sdlcServerClient.getWorkspacesInConflictResolutionMode(
|
|
216
|
+
project.projectId,
|
|
217
|
+
)) as Workspace[]
|
|
218
|
+
).map((workspace) => workspace.workspaceId);
|
|
219
|
+
|
|
220
|
+
this.workspaces = (
|
|
221
|
+
(yield this.sdlcServerClient.getWorkspaces(
|
|
222
|
+
project.projectId,
|
|
223
|
+
)) as PlainObject<Workspace>[]
|
|
224
|
+
)
|
|
225
|
+
.map((v) => Workspace.serialization.fromJson(v))
|
|
226
|
+
.filter(
|
|
227
|
+
// NOTE we don't handle workspaces that only have conflict resolution but no standard workspace
|
|
228
|
+
// since that indicates bad state of the SDLC server
|
|
229
|
+
(workspace) =>
|
|
230
|
+
!workspacesInConflictResolutionIds.includes(workspace.workspaceId),
|
|
231
|
+
);
|
|
232
|
+
|
|
233
|
+
if (workspaceInfo) {
|
|
234
|
+
const matchingWorkspace = this.workspaces.find(
|
|
235
|
+
(workspace) =>
|
|
236
|
+
workspace.workspaceType === workspaceInfo.workspaceType &&
|
|
237
|
+
workspace.workspaceId === workspaceInfo.workspaceId,
|
|
238
|
+
);
|
|
239
|
+
if (matchingWorkspace) {
|
|
240
|
+
this.changeWorkspace(matchingWorkspace);
|
|
241
|
+
} else {
|
|
242
|
+
this.applicationStore.navigator.goTo(
|
|
243
|
+
generateSetupRoute(project.projectId),
|
|
244
|
+
);
|
|
245
|
+
}
|
|
246
|
+
} else {
|
|
247
|
+
this.currentWorkspace = undefined;
|
|
248
|
+
this.applicationStore.navigator.goTo(
|
|
249
|
+
generateSetupRoute(project.projectId),
|
|
250
|
+
);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
this.loadWorkspacesState.pass();
|
|
186
254
|
} catch (error) {
|
|
187
255
|
assertErrorThrown(error);
|
|
188
256
|
this.applicationStore.log.error(
|
|
189
|
-
LogEvent.create(LEGEND_STUDIO_APP_EVENT.
|
|
257
|
+
LogEvent.create(LEGEND_STUDIO_APP_EVENT.DEPOT_MANAGER_FAILURE),
|
|
190
258
|
error,
|
|
191
259
|
);
|
|
192
260
|
this.applicationStore.notifyError(error);
|
|
193
|
-
this.
|
|
261
|
+
this.loadWorkspacesState.fail();
|
|
194
262
|
}
|
|
195
263
|
}
|
|
196
264
|
|
|
265
|
+
changeWorkspace(workspace: Workspace): void {
|
|
266
|
+
if (!this.currentProject) {
|
|
267
|
+
throw new IllegalStateError(
|
|
268
|
+
`Can't change workspace: project is not specified`,
|
|
269
|
+
);
|
|
270
|
+
}
|
|
271
|
+
this.currentWorkspace = workspace;
|
|
272
|
+
this.applicationStore.navigator.goTo(
|
|
273
|
+
generateSetupRoute(
|
|
274
|
+
this.currentProject.projectId,
|
|
275
|
+
workspace.workspaceId,
|
|
276
|
+
workspace.workspaceType,
|
|
277
|
+
),
|
|
278
|
+
);
|
|
279
|
+
}
|
|
280
|
+
|
|
197
281
|
*createProject(
|
|
198
282
|
name: string,
|
|
199
283
|
description: string,
|
|
@@ -215,11 +299,9 @@ export class WorkspaceSetupStore {
|
|
|
215
299
|
this.applicationStore.notifySuccess(
|
|
216
300
|
`Project '${name}' is succesfully created`,
|
|
217
301
|
);
|
|
218
|
-
|
|
219
|
-
this.
|
|
220
|
-
|
|
221
|
-
generateSetupRoute(createdProject.projectId),
|
|
222
|
-
);
|
|
302
|
+
|
|
303
|
+
yield flowResult(this.changeProject(createdProject));
|
|
304
|
+
|
|
223
305
|
this.setShowCreateProjectModal(false);
|
|
224
306
|
} catch (error) {
|
|
225
307
|
assertErrorThrown(error);
|
|
@@ -254,9 +336,8 @@ export class WorkspaceSetupStore {
|
|
|
254
336
|
projectId: report.project.projectId,
|
|
255
337
|
reviewUrl: importReview.webURL,
|
|
256
338
|
});
|
|
257
|
-
|
|
258
|
-
this.
|
|
259
|
-
this.setCurrentProjectId(report.project.projectId);
|
|
339
|
+
|
|
340
|
+
yield flowResult(this.changeProject(report.project));
|
|
260
341
|
} catch (error) {
|
|
261
342
|
assertErrorThrown(error);
|
|
262
343
|
this.applicationStore.notifyError(error);
|
|
@@ -265,66 +346,6 @@ export class WorkspaceSetupStore {
|
|
|
265
346
|
}
|
|
266
347
|
}
|
|
267
348
|
|
|
268
|
-
get projectOptions(): ProjectOption[] {
|
|
269
|
-
return this.projects
|
|
270
|
-
? Array.from(this.projects.values()).map(buildProjectOption)
|
|
271
|
-
: [];
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
get currentProjectWorkspaceOptions(): WorkspaceOption[] {
|
|
275
|
-
return this.currentProjectWorkspaces
|
|
276
|
-
? Array.from(this.currentProjectWorkspaces.values()).map(
|
|
277
|
-
buildWorkspaceOption,
|
|
278
|
-
)
|
|
279
|
-
: [];
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
*fetchWorkspaces(projectId: string): GeneratorFn<void> {
|
|
283
|
-
this.loadWorkspacesState.inProgress();
|
|
284
|
-
try {
|
|
285
|
-
const workspacesInConflictResolutionIds = (
|
|
286
|
-
(yield this.sdlcServerClient.getWorkspacesInConflictResolutionMode(
|
|
287
|
-
projectId,
|
|
288
|
-
)) as Workspace[]
|
|
289
|
-
).map((workspace) => workspace.workspaceId);
|
|
290
|
-
const workspaceIndex = observable<string, Workspace>(new Map());
|
|
291
|
-
|
|
292
|
-
(
|
|
293
|
-
(yield this.sdlcServerClient.getWorkspaces(
|
|
294
|
-
projectId,
|
|
295
|
-
)) as PlainObject<Workspace>[]
|
|
296
|
-
)
|
|
297
|
-
.map((v) => Workspace.serialization.fromJson(v))
|
|
298
|
-
.forEach((workspace) => {
|
|
299
|
-
// NOTE we don't handle workspaces that only have conflict resolution but no standard workspace
|
|
300
|
-
// since that indicates bad state of the SDLC server
|
|
301
|
-
if (
|
|
302
|
-
workspacesInConflictResolutionIds.includes(workspace.workspaceId)
|
|
303
|
-
) {
|
|
304
|
-
workspace.accessType = WorkspaceAccessType.CONFLICT_RESOLUTION;
|
|
305
|
-
}
|
|
306
|
-
workspaceIndex.set(
|
|
307
|
-
this.buildWorkspaceCompositeId(workspace),
|
|
308
|
-
workspace,
|
|
309
|
-
);
|
|
310
|
-
});
|
|
311
|
-
this.workspacesByProject.set(projectId, workspaceIndex);
|
|
312
|
-
} catch (error) {
|
|
313
|
-
assertErrorThrown(error);
|
|
314
|
-
// TODO handle error when fetching workspaces for an individual project
|
|
315
|
-
this.applicationStore.log.error(
|
|
316
|
-
LogEvent.create(LEGEND_STUDIO_APP_EVENT.WORKSPACE_SETUP_FAILURE),
|
|
317
|
-
error,
|
|
318
|
-
);
|
|
319
|
-
} finally {
|
|
320
|
-
this.loadWorkspacesState.reset();
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
buildWorkspaceCompositeId(workspace: WorkspaceIdentifier): string {
|
|
325
|
-
return `${workspace.workspaceType}/${workspace.workspaceId}`;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
349
|
*createWorkspace(
|
|
329
350
|
projectId: string,
|
|
330
351
|
workspaceId: string,
|
|
@@ -332,35 +353,32 @@ export class WorkspaceSetupStore {
|
|
|
332
353
|
): GeneratorFn<void> {
|
|
333
354
|
this.createWorkspaceState.inProgress();
|
|
334
355
|
try {
|
|
335
|
-
const
|
|
356
|
+
const newWorkspace = Workspace.serialization.fromJson(
|
|
336
357
|
(yield this.sdlcServerClient.createWorkspace(
|
|
337
358
|
projectId,
|
|
338
359
|
workspaceId,
|
|
339
360
|
workspaceType,
|
|
340
361
|
)) as PlainObject<Workspace>,
|
|
341
362
|
);
|
|
342
|
-
|
|
343
|
-
this.workspacesByProject.get(projectId);
|
|
344
|
-
if (existingWorkspaceForProject) {
|
|
345
|
-
existingWorkspaceForProject.set(
|
|
346
|
-
this.buildWorkspaceCompositeId(workspace),
|
|
347
|
-
workspace,
|
|
348
|
-
);
|
|
349
|
-
} else {
|
|
350
|
-
const workspaceIndex = observable<string, Workspace>(new Map());
|
|
351
|
-
workspaceIndex.set(
|
|
352
|
-
this.buildWorkspaceCompositeId(workspace),
|
|
353
|
-
workspace,
|
|
354
|
-
);
|
|
355
|
-
this.workspacesByProject.set(projectId, workspaceIndex);
|
|
356
|
-
}
|
|
363
|
+
|
|
357
364
|
this.applicationStore.notifySuccess(
|
|
358
|
-
`Workspace '${
|
|
365
|
+
`Workspace '${newWorkspace.workspaceId}' is succesfully created`,
|
|
359
366
|
);
|
|
360
|
-
|
|
361
|
-
this.
|
|
367
|
+
|
|
368
|
+
const matchingWorkspace = this.workspaces.find(
|
|
369
|
+
(workspace) =>
|
|
370
|
+
workspace.workspaceId === newWorkspace.workspaceId &&
|
|
371
|
+
workspace.workspaceType === newWorkspace.workspaceType,
|
|
372
|
+
);
|
|
373
|
+
const newWorkspaceToSelect = matchingWorkspace ?? newWorkspace;
|
|
374
|
+
this.changeWorkspace(newWorkspaceToSelect);
|
|
362
375
|
this.setShowCreateWorkspaceModal(false);
|
|
363
|
-
|
|
376
|
+
|
|
377
|
+
// NOTE: do this after closing the modal to not interfere
|
|
378
|
+
// with validation of existing workspaces in create workspace modal
|
|
379
|
+
if (!matchingWorkspace) {
|
|
380
|
+
this.workspaces.push(newWorkspace);
|
|
381
|
+
}
|
|
364
382
|
} catch (error) {
|
|
365
383
|
assertErrorThrown(error);
|
|
366
384
|
this.applicationStore.log.error(
|
|
@@ -368,7 +386,8 @@ export class WorkspaceSetupStore {
|
|
|
368
386
|
error,
|
|
369
387
|
);
|
|
370
388
|
this.applicationStore.notifyError(error);
|
|
371
|
-
|
|
389
|
+
} finally {
|
|
390
|
+
this.createWorkspaceState.reset();
|
|
372
391
|
}
|
|
373
392
|
}
|
|
374
393
|
}
|
package/tsconfig.json
CHANGED
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"./src/index.ts",
|
|
37
37
|
"./src/application/LegendStudioApplicationConfig.ts",
|
|
38
38
|
"./src/application/LegendStudioPluginManager.ts",
|
|
39
|
-
"./src/components/
|
|
40
|
-
"./src/components/
|
|
39
|
+
"./src/components/DSL_ExternalFormat_CodeSnippets.ts",
|
|
40
|
+
"./src/components/DSL_ExternalFormat_LegendStudioDocumentation.ts",
|
|
41
41
|
"./src/components/LegendStudioTestID.ts",
|
|
42
42
|
"./src/stores/AbstractConflictResolutionState.ts",
|
|
43
43
|
"./src/stores/ChangeDetectionEvent.ts",
|
|
44
44
|
"./src/stores/ChangeDetectionState.ts",
|
|
45
|
-
"./src/stores/
|
|
46
|
-
"./src/stores/
|
|
47
|
-
"./src/stores/
|
|
48
|
-
"./src/stores/
|
|
45
|
+
"./src/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.ts",
|
|
46
|
+
"./src/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.ts",
|
|
47
|
+
"./src/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts",
|
|
48
|
+
"./src/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.ts",
|
|
49
49
|
"./src/stores/EditorConfig.ts",
|
|
50
50
|
"./src/stores/EditorGraphState.ts",
|
|
51
51
|
"./src/stores/EditorSDLCState.ts",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"./src/stores/LegendStudioDocumentation.ts",
|
|
62
62
|
"./src/stores/LegendStudioEventService.ts",
|
|
63
63
|
"./src/stores/LegendStudioRouter.ts",
|
|
64
|
-
"./src/stores/
|
|
64
|
+
"./src/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.ts",
|
|
65
65
|
"./src/stores/aux-panel-state/DevToolState.ts",
|
|
66
66
|
"./src/stores/editor/EditorMode.ts",
|
|
67
67
|
"./src/stores/editor/NewElementState.ts",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"./src/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.ts",
|
|
90
90
|
"./src/stores/editor-state/element-editor-state/data/DataEditorState.ts",
|
|
91
91
|
"./src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts",
|
|
92
|
-
"./src/stores/editor-state/element-editor-state/external-format/
|
|
93
|
-
"./src/stores/editor-state/element-editor-state/external-format/
|
|
92
|
+
"./src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.ts",
|
|
93
|
+
"./src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts",
|
|
94
94
|
"./src/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.ts",
|
|
95
95
|
"./src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts",
|
|
96
96
|
"./src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts",
|
|
@@ -113,25 +113,25 @@
|
|
|
113
113
|
"./src/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.ts",
|
|
114
114
|
"./src/stores/editor-state/entity-diff-editor-state/EntityDiffEditorState.ts",
|
|
115
115
|
"./src/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.ts",
|
|
116
|
-
"./src/stores/graphModifier/
|
|
117
|
-
"./src/stores/graphModifier/
|
|
118
|
-
"./src/stores/graphModifier/
|
|
119
|
-
"./src/stores/graphModifier/
|
|
120
|
-
"./src/stores/graphModifier/
|
|
116
|
+
"./src/stores/graphModifier/DSL_Data_GraphModifierHelper.ts",
|
|
117
|
+
"./src/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.ts",
|
|
118
|
+
"./src/stores/graphModifier/DSL_Generation_GraphModifierHelper.ts",
|
|
119
|
+
"./src/stores/graphModifier/DSL_Mapping_GraphModifierHelper.ts",
|
|
120
|
+
"./src/stores/graphModifier/DSL_Service_GraphModifierHelper.ts",
|
|
121
121
|
"./src/stores/graphModifier/DomainGraphModifierHelper.ts",
|
|
122
122
|
"./src/stores/graphModifier/GraphModifierHelper.ts",
|
|
123
|
-
"./src/stores/graphModifier/
|
|
124
|
-
"./src/stores/graphModifier/
|
|
123
|
+
"./src/stores/graphModifier/STO_FlatData_GraphModifierHelper.ts",
|
|
124
|
+
"./src/stores/graphModifier/STO_Relational_GraphModifierHelper.ts",
|
|
125
125
|
"./src/stores/graphModifier/Testable_GraphModifierHelper.ts",
|
|
126
126
|
"./src/stores/graphModifier/ValueSpecificationGraphModifierHelper.ts",
|
|
127
127
|
"./src/stores/project-viewer/ProjectViewerEditorMode.ts",
|
|
128
128
|
"./src/stores/project-viewer/ProjectViewerStore.ts",
|
|
129
|
-
"./src/stores/shared/
|
|
130
|
-
"./src/stores/shared/
|
|
131
|
-
"./src/stores/shared/
|
|
132
|
-
"./src/stores/shared/
|
|
133
|
-
"./src/stores/shared/
|
|
134
|
-
"./src/stores/shared/
|
|
129
|
+
"./src/stores/shared/DnDUtils.ts",
|
|
130
|
+
"./src/stores/shared/FileGenerationTreeUtils.ts",
|
|
131
|
+
"./src/stores/shared/MockDataUtils.ts",
|
|
132
|
+
"./src/stores/shared/ModelClassifierUtils.ts",
|
|
133
|
+
"./src/stores/shared/PackageTreeUtils.ts",
|
|
134
|
+
"./src/stores/shared/TreeUtils.ts",
|
|
135
135
|
"./src/stores/shared/testable/TestableUtils.ts",
|
|
136
136
|
"./src/stores/sidebar-state/LocalChangesState.ts",
|
|
137
137
|
"./src/stores/sidebar-state/ProjectOverviewState.ts",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"./src/stores/workspace-setup/WorkspaceSetupStore.ts",
|
|
146
146
|
"./src/application/LegendStudio.tsx",
|
|
147
147
|
"./src/components/Core_LegendStudioApplicationPlugin.tsx",
|
|
148
|
-
"./src/components/
|
|
148
|
+
"./src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx",
|
|
149
149
|
"./src/components/EditorComponentTestUtils.tsx",
|
|
150
150
|
"./src/components/EmbeddedQueryBuilder.tsx",
|
|
151
151
|
"./src/components/LegendStudioAppInfo.tsx",
|
|
@@ -181,11 +181,11 @@
|
|
|
181
181
|
"./src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx",
|
|
182
182
|
"./src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx",
|
|
183
183
|
"./src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx",
|
|
184
|
-
"./src/components/editor/edit-panel/external-format-editor/
|
|
185
|
-
"./src/components/editor/edit-panel/external-format-editor/
|
|
186
|
-
"./src/components/editor/edit-panel/external-format-editor/
|
|
187
|
-
"./src/components/editor/edit-panel/external-format-editor/
|
|
188
|
-
"./src/components/editor/edit-panel/external-format-editor/
|
|
184
|
+
"./src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx",
|
|
185
|
+
"./src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx",
|
|
186
|
+
"./src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx",
|
|
187
|
+
"./src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx",
|
|
188
|
+
"./src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx",
|
|
189
189
|
"./src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx",
|
|
190
190
|
"./src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx",
|
|
191
191
|
"./src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx",
|
|
@@ -239,18 +239,18 @@
|
|
|
239
239
|
"./src/components/shared/DiffView.tsx",
|
|
240
240
|
"./src/components/shared/ElementIconUtils.tsx",
|
|
241
241
|
"./src/components/shared/MultiplicityBadge.tsx",
|
|
242
|
+
"./src/components/shared/ProjectSelectorUtils.tsx",
|
|
242
243
|
"./src/components/shared/StudioLambdaEditor.tsx",
|
|
243
244
|
"./src/components/shared/StudioTextInputEditor.tsx",
|
|
244
245
|
"./src/components/shared/TypeTree.tsx",
|
|
246
|
+
"./src/components/shared/WorkspaceSelectorUtils.tsx",
|
|
245
247
|
"./src/components/workspace-review/WorkspaceReview.tsx",
|
|
246
248
|
"./src/components/workspace-review/WorkspaceReviewPanel.tsx",
|
|
247
249
|
"./src/components/workspace-review/WorkspaceReviewSideBar.tsx",
|
|
248
250
|
"./src/components/workspace-review/WorkspaceReviewStoreProvider.tsx",
|
|
249
|
-
"./src/components/workspace-setup/
|
|
250
|
-
"./src/components/workspace-setup/
|
|
251
|
-
"./src/components/workspace-setup/
|
|
252
|
-
"./src/components/workspace-setup/WorkspaceSetup.tsx",
|
|
253
|
-
"./src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx"
|
|
251
|
+
"./src/components/workspace-setup/CreateProjectModal.tsx",
|
|
252
|
+
"./src/components/workspace-setup/CreateWorkspaceModal.tsx",
|
|
253
|
+
"./src/components/workspace-setup/WorkspaceSetup.tsx"
|
|
254
254
|
],
|
|
255
255
|
"include": [
|
|
256
256
|
"src/**/*.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DSLExternalFormat_CodeSnippets.d.ts","sourceRoot":"","sources":["../../src/components/DSLExternalFormat_CodeSnippets.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,eAAO,MAAM,qBAAqB,gNAQhC,CAAC;AAEH,eAAO,MAAM,uBAAuB,sKAUlC,CAAC;AAEH,eAAO,MAAM,kCAAkC,qqCAY7C,CAAC;AAEH,eAAO,MAAM,iCAAiC,81BAY5C,CAAC;AAEH,eAAO,MAAM,uCAAuC,sXAWlD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DSLExternalFormat_CodeSnippets.js","sourceRoot":"","sources":["../../src/components/DSLExternalFormat_CodeSnippets.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAC,MAAM,qBAAqB,GAAG;;;;;;;;EAQnC,CAAC;AAEH,MAAM,CAAC,MAAM,uBAAuB,GAAG;;;;;;;;;;EAUrC,CAAC;AAEH,MAAM,CAAC,MAAM,kCAAkC,GAAG;;;;;;;;;;;;EAYhD,CAAC;AAEH,MAAM,CAAC,MAAM,iCAAiC,GAAG;;;;;;;;;;;;EAY/C,CAAC;AAEH,MAAM,CAAC,MAAM,uCAAuC,GAAG;;;;;;;;;;;EAWrD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DSLExternalFormat_LegendStudioApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/components/DSLExternalFormat_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2BH,OAAO,EACL,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,8BAA8B,EACnC,KAAK,0BAA0B,EAC/B,KAAK,gDAAgD,EACrD,KAAK,2CAA2C,EAChD,KAAK,oCAAoC,EACzC,KAAK,wCAAwC,EAE7C,6BAA6B,EAC9B,MAAM,4CAA4C,CAAC;AACpD,OAAO,KAAK,EACV,wBAAwB,EACxB,iCAAiC,EACjC,6BAA6B,EAC7B,kDAAkD,EAClD,0BAA0B,EAC1B,mCAAmC,EACpC,MAAM,iEAAiE,CAAC;AAmCzE,qBAAa,+CACX,SAAQ,6BACR,YAAW,kDAAkD;;IASpD,iCAAiC,IAAI,MAAM,EAAE;IAQtD,6BAA6B,IAAI,MAAM,EAAE;IAIzC,0BAA0B,IAAI,iBAAiB,EAAE;IAajD,0BAA0B,IAAI,iBAAiB,EAAE;IAqBjD,8BAA8B,IAAI,qBAAqB,EAAE;IAazD,mCAAmC,IAAI,0BAA0B,EAAE;IA+BnE,kCAAkC,IAAI,yBAAyB,EAAE;IAgBjE,gCAAgC,IAAI,uBAAuB,EAAE;IAc7D,uCAAuC,IAAI,8BAA8B,EAAE;IAW3E,8BAA8B,IAAI,qBAAqB,EAAE;IAYzD,6CAA6C,IAAI,MAAM,EAAE;IAOzD,4CAA4C,IAAI,mCAAmC,EAAE;IAWrF,sCAAsC,IAAI,6BAA6B,EAAE;IAiBzE,0CAA0C,IAAI,iCAAiC,EAAE;IAiBjF,iCAAiC,IAAI,wBAAwB,EAAE;IAqB/D,mCAAmC,IAAI,0BAA0B,EAAE;IAcnE,oDAAoD,IAAI,2CAA2C,EAAE;IAyBrG,6CAA6C,IAAI,oCAAoC,EAAE;IAgBvF,iDAAiD,IAAI,wCAAwC,EAAE;IAgB/F,yDAAyD,IAAI,gDAAgD,EAAE;CAuChH"}
|