@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
|
@@ -26,12 +26,13 @@ import {
|
|
|
26
26
|
LongArrowAltDownIcon,
|
|
27
27
|
PencilEditIcon,
|
|
28
28
|
PanelDropZone,
|
|
29
|
+
PanelContent,
|
|
29
30
|
} from '@finos/legend-art';
|
|
30
31
|
import {
|
|
31
32
|
CORE_DND_TYPE,
|
|
32
33
|
type ElementDragSource,
|
|
33
34
|
type MappingElementSourceDropTarget,
|
|
34
|
-
} from '../../../../stores/shared/
|
|
35
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
35
36
|
import { LEGEND_STUDIO_TEST_ID } from '../../../LegendStudioTestID.js';
|
|
36
37
|
import {
|
|
37
38
|
InstanceSetImplementationState,
|
|
@@ -87,7 +88,7 @@ import {
|
|
|
87
88
|
} from '@finos/legend-graph';
|
|
88
89
|
import { StudioLambdaEditor } from '../../../shared/StudioLambdaEditor.js';
|
|
89
90
|
import type { EditorStore } from '../../../../stores/EditorStore.js';
|
|
90
|
-
import type {
|
|
91
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../../../../stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
91
92
|
|
|
92
93
|
export const InstanceSetImplementationSourceExplorer = observer(
|
|
93
94
|
(props: {
|
|
@@ -276,7 +277,7 @@ export const InstanceSetImplementationSourceExplorer = observer(
|
|
|
276
277
|
.flatMap(
|
|
277
278
|
(plugin) =>
|
|
278
279
|
(
|
|
279
|
-
plugin as
|
|
280
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
280
281
|
).getExtraInstanceSetImplementationBlockingErrorCheckers?.() ?? [],
|
|
281
282
|
);
|
|
282
283
|
let hasParseError = false;
|
|
@@ -323,7 +324,7 @@ export const InstanceSetImplementationSourceExplorer = observer(
|
|
|
323
324
|
</button>
|
|
324
325
|
</div>
|
|
325
326
|
</div>
|
|
326
|
-
<
|
|
327
|
+
<PanelContent>
|
|
327
328
|
<PanelDropZone
|
|
328
329
|
dropTargetConnector={dropRef}
|
|
329
330
|
isDragOver={isDragOver && !isReadOnly}
|
|
@@ -375,7 +376,7 @@ export const InstanceSetImplementationSourceExplorer = observer(
|
|
|
375
376
|
/>
|
|
376
377
|
)}
|
|
377
378
|
</PanelDropZone>
|
|
378
|
-
</
|
|
379
|
+
</PanelContent>
|
|
379
380
|
</div>
|
|
380
381
|
);
|
|
381
382
|
},
|
|
@@ -535,7 +536,7 @@ export const InstanceSetImplementationEditor = observer(
|
|
|
535
536
|
</div>
|
|
536
537
|
</div>
|
|
537
538
|
</div>
|
|
538
|
-
<
|
|
539
|
+
<PanelContent>
|
|
539
540
|
{!isReadOnly &&
|
|
540
541
|
!isUnsupported &&
|
|
541
542
|
sortedProperties.map((property) => (
|
|
@@ -576,7 +577,7 @@ export const InstanceSetImplementationEditor = observer(
|
|
|
576
577
|
text="Can't display class mapping in form mode"
|
|
577
578
|
></UnsupportedEditorPanel>
|
|
578
579
|
)}
|
|
579
|
-
</
|
|
580
|
+
</PanelContent>
|
|
580
581
|
</div>
|
|
581
582
|
</ResizablePanel>
|
|
582
583
|
<ResizablePanelSplitter />
|
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
TableExplicitReference,
|
|
39
39
|
ViewExplicitReference,
|
|
40
40
|
getAllRecordTypes,
|
|
41
|
+
PackageableElement,
|
|
41
42
|
} from '@finos/legend-graph';
|
|
42
43
|
import { UnsupportedOperationError } from '@finos/legend-shared';
|
|
43
44
|
import { flowResult } from 'mobx';
|
|
@@ -45,6 +46,7 @@ import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
|
45
46
|
import {
|
|
46
47
|
useApplicationStore,
|
|
47
48
|
buildElementOption,
|
|
49
|
+
getPackageableElementOptionFormatter,
|
|
48
50
|
} from '@finos/legend-application';
|
|
49
51
|
|
|
50
52
|
export const getMappingElementSourceFilterText = (
|
|
@@ -66,6 +68,34 @@ export interface MappingElementSourceSelectOption {
|
|
|
66
68
|
value: unknown;
|
|
67
69
|
}
|
|
68
70
|
|
|
71
|
+
const getMappingSourcePackageableElementOptionFormatter = (props: {
|
|
72
|
+
darkMode?: boolean;
|
|
73
|
+
}): ((option: MappingElementSourceSelectOption) => React.ReactNode) =>
|
|
74
|
+
function MappingSourceOptionLabel(
|
|
75
|
+
option: MappingElementSourceSelectOption,
|
|
76
|
+
): React.ReactNode {
|
|
77
|
+
if (option.value instanceof PackageableElement) {
|
|
78
|
+
return getPackageableElementOptionFormatter(props)(
|
|
79
|
+
buildElementOption(option.value),
|
|
80
|
+
);
|
|
81
|
+
} else if (option.value instanceof TableAlias) {
|
|
82
|
+
const tableOwner = option.value.relation.ownerReference;
|
|
83
|
+
return getPackageableElementOptionFormatter(props)(
|
|
84
|
+
buildElementOption(tableOwner.value),
|
|
85
|
+
);
|
|
86
|
+
} else {
|
|
87
|
+
const className = props.darkMode
|
|
88
|
+
? 'packageable-element-format-option-label--dark'
|
|
89
|
+
: 'packageable-element-format-option-label';
|
|
90
|
+
return (
|
|
91
|
+
<div className={className}>
|
|
92
|
+
<div className="packageable-element-format-option-label-type"></div>
|
|
93
|
+
<div className={`${className}__name`}>{option.label}</div>
|
|
94
|
+
</div>
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
|
|
69
99
|
export const getSourceElementLabel = (
|
|
70
100
|
srcElement: unknown | undefined,
|
|
71
101
|
): string => {
|
|
@@ -205,6 +235,9 @@ export const InstanceSetImplementationSourceSelectorModal = observer(
|
|
|
205
235
|
placeholder={`Select a source...`}
|
|
206
236
|
isClearable={true}
|
|
207
237
|
filterOption={filterOption}
|
|
238
|
+
formatOptionLabel={getMappingSourcePackageableElementOptionFormatter(
|
|
239
|
+
{},
|
|
240
|
+
)}
|
|
208
241
|
/>
|
|
209
242
|
</div>
|
|
210
243
|
</Dialog>
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
PURE_ClassIcon,
|
|
33
33
|
PURE_EnumerationIcon,
|
|
34
34
|
PURE_AssociationIcon,
|
|
35
|
+
Panel,
|
|
35
36
|
} from '@finos/legend-art';
|
|
36
37
|
import { ClassMappingEditor } from './ClassMappingEditor.js';
|
|
37
38
|
import { EnumerationMappingEditor } from './EnumerationMappingEditor.js';
|
|
@@ -241,7 +242,7 @@ export const MappingEditor = observer(() => {
|
|
|
241
242
|
</ResizablePanel>
|
|
242
243
|
<ResizablePanelSplitter />
|
|
243
244
|
<ResizablePanel>
|
|
244
|
-
<
|
|
245
|
+
<Panel>
|
|
245
246
|
<ContextMenu
|
|
246
247
|
className="panel__header mapping-editor__header"
|
|
247
248
|
disabled={true}
|
|
@@ -340,7 +341,7 @@ export const MappingEditor = observer(() => {
|
|
|
340
341
|
<div className="panel__content mapping-editor__content">
|
|
341
342
|
{renderActiveMappingElementTab()}
|
|
342
343
|
</div>
|
|
343
|
-
</
|
|
344
|
+
</Panel>
|
|
344
345
|
</ResizablePanel>
|
|
345
346
|
</ResizablePanelGroup>
|
|
346
347
|
</div>
|
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
RobotIcon,
|
|
40
40
|
PanelDropZone,
|
|
41
41
|
PencilIcon,
|
|
42
|
+
PanelContent,
|
|
42
43
|
} from '@finos/legend-art';
|
|
43
44
|
import { observer } from 'mobx-react-lite';
|
|
44
45
|
import {
|
|
@@ -52,13 +53,8 @@ import { NewServiceModal } from '../service-editor/NewServiceModal.js';
|
|
|
52
53
|
import {
|
|
53
54
|
type MappingElementDragSource,
|
|
54
55
|
CORE_DND_TYPE,
|
|
55
|
-
} from '../../../../stores/shared/
|
|
56
|
-
import {
|
|
57
|
-
assertErrorThrown,
|
|
58
|
-
guaranteeType,
|
|
59
|
-
hashObject,
|
|
60
|
-
uniq,
|
|
61
|
-
} from '@finos/legend-shared';
|
|
56
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
57
|
+
import { assertErrorThrown, guaranteeType, uniq } from '@finos/legend-shared';
|
|
62
58
|
import {
|
|
63
59
|
type MappingExecutionState,
|
|
64
60
|
MappingExecutionEmptyInputDataState,
|
|
@@ -84,12 +80,12 @@ import {
|
|
|
84
80
|
isStubbed_RawLambda,
|
|
85
81
|
} from '@finos/legend-graph';
|
|
86
82
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
87
|
-
import { objectInputData_setData } from '../../../../stores/graphModifier/
|
|
88
|
-
import { flatData_setData } from '../../../../stores/graphModifier/
|
|
83
|
+
import { objectInputData_setData } from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
84
|
+
import { flatData_setData } from '../../../../stores/graphModifier/STO_FlatData_GraphModifierHelper.js';
|
|
89
85
|
import {
|
|
90
86
|
relationalInputData_setData,
|
|
91
87
|
relationalInputData_setInputType,
|
|
92
|
-
} from '../../../../stores/graphModifier/
|
|
88
|
+
} from '../../../../stores/graphModifier/STO_Relational_GraphModifierHelper.js';
|
|
93
89
|
import { MappingExecutionQueryBuilderState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js';
|
|
94
90
|
import type { QueryBuilderState } from '@finos/legend-query-builder';
|
|
95
91
|
|
|
@@ -201,10 +197,6 @@ const MappingExecutionQueryEditor = observer(
|
|
|
201
197
|
queryBuilderState.initializeWithQuery(
|
|
202
198
|
executionState.queryState.query,
|
|
203
199
|
);
|
|
204
|
-
queryBuilderState.changeDetectionState.setQueryHashCode(
|
|
205
|
-
hashObject(executionState.queryState.query),
|
|
206
|
-
);
|
|
207
|
-
queryBuilderState.changeDetectionState.setIsEnabled(true);
|
|
208
200
|
return queryBuilderState;
|
|
209
201
|
},
|
|
210
202
|
actionConfigs: [
|
|
@@ -223,9 +215,6 @@ const MappingExecutionQueryEditor = observer(
|
|
|
223
215
|
applicationStore.notifySuccess(
|
|
224
216
|
`Mapping execution query is updated`,
|
|
225
217
|
);
|
|
226
|
-
queryBuilderState.changeDetectionState.setQueryHashCode(
|
|
227
|
-
hashObject(rawLambda),
|
|
228
|
-
);
|
|
229
218
|
embeddedQueryBuilderState.setEmbeddedQueryBuilderConfiguration(
|
|
230
219
|
undefined,
|
|
231
220
|
);
|
|
@@ -394,7 +383,7 @@ const MappingExecutionQueryEditor = observer(
|
|
|
394
383
|
</div>
|
|
395
384
|
</div>
|
|
396
385
|
{!isStubbed_RawLambda(queryState.query) && (
|
|
397
|
-
<
|
|
386
|
+
<PanelContent>
|
|
398
387
|
<div className="mapping-execution-builder__query-panel__query">
|
|
399
388
|
<StudioTextInputEditor
|
|
400
389
|
inputValue={queryState.lambdaString}
|
|
@@ -403,10 +392,10 @@ const MappingExecutionQueryEditor = observer(
|
|
|
403
392
|
showMiniMap={false}
|
|
404
393
|
/>
|
|
405
394
|
</div>
|
|
406
|
-
</
|
|
395
|
+
</PanelContent>
|
|
407
396
|
)}
|
|
408
397
|
{isStubbed_RawLambda(queryState.query) && (
|
|
409
|
-
<
|
|
398
|
+
<PanelContent>
|
|
410
399
|
<PanelDropZone
|
|
411
400
|
dropTargetConnector={dropRef}
|
|
412
401
|
isDragOver={isDragOver}
|
|
@@ -419,7 +408,7 @@ const MappingExecutionQueryEditor = observer(
|
|
|
419
408
|
isDropZoneActive={canDrop}
|
|
420
409
|
/>
|
|
421
410
|
</PanelDropZone>
|
|
422
|
-
</
|
|
411
|
+
</PanelContent>
|
|
423
412
|
)}
|
|
424
413
|
{openClassMappingSelectorModal && (
|
|
425
414
|
<ClassMappingSelectorModal
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
type ElementDragSource,
|
|
22
22
|
CORE_DND_TYPE,
|
|
23
23
|
MappingElementDragSource,
|
|
24
|
-
} from '../../../../stores/shared/
|
|
24
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
25
25
|
import {
|
|
26
26
|
type TreeNodeContainerProps,
|
|
27
27
|
clsx,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
PureInstanceSetImplementationFilterState,
|
|
69
69
|
PureInstanceSetImplementationState,
|
|
70
70
|
} from '../../../../stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js';
|
|
71
|
-
import { pureInstanceSetImpl_setMappingFilter } from '../../../../stores/graphModifier/
|
|
71
|
+
import { pureInstanceSetImpl_setMappingFilter } from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
72
72
|
|
|
73
73
|
export const MappingExplorerContextMenu = observer(
|
|
74
74
|
forwardRef<
|
|
@@ -46,17 +46,17 @@ import {
|
|
|
46
46
|
PauseCircleIcon,
|
|
47
47
|
PanelDropZone,
|
|
48
48
|
PencilIcon,
|
|
49
|
+
PanelContent,
|
|
49
50
|
} from '@finos/legend-art';
|
|
50
51
|
import { useDrop } from 'react-dnd';
|
|
51
52
|
import {
|
|
52
53
|
type MappingElementDragSource,
|
|
53
54
|
CORE_DND_TYPE,
|
|
54
|
-
} from '../../../../stores/shared/
|
|
55
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
55
56
|
import {
|
|
56
57
|
IllegalStateError,
|
|
57
58
|
guaranteeType,
|
|
58
59
|
tryToFormatLosslessJSONString,
|
|
59
|
-
hashObject,
|
|
60
60
|
assertErrorThrown,
|
|
61
61
|
} from '@finos/legend-shared';
|
|
62
62
|
import {
|
|
@@ -87,11 +87,11 @@ import {
|
|
|
87
87
|
DEPRECATED__validate_MappingTestAssert,
|
|
88
88
|
} from '@finos/legend-graph';
|
|
89
89
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
90
|
-
import { flatData_setData } from '../../../../stores/graphModifier/
|
|
90
|
+
import { flatData_setData } from '../../../../stores/graphModifier/STO_FlatData_GraphModifierHelper.js';
|
|
91
91
|
import {
|
|
92
92
|
relationalInputData_setData,
|
|
93
93
|
relationalInputData_setInputType,
|
|
94
|
-
} from '../../../../stores/graphModifier/
|
|
94
|
+
} from '../../../../stores/graphModifier/STO_Relational_GraphModifierHelper.js';
|
|
95
95
|
import type { QueryBuilderState } from '@finos/legend-query-builder';
|
|
96
96
|
import { MappingExecutionQueryBuilderState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js';
|
|
97
97
|
|
|
@@ -115,10 +115,6 @@ const MappingTestQueryEditor = observer(
|
|
|
115
115
|
embeddedQueryBuilderState.editorStore.graphManagerState,
|
|
116
116
|
);
|
|
117
117
|
queryBuilderState.initializeWithQuery(testState.queryState.query);
|
|
118
|
-
queryBuilderState.changeDetectionState.setQueryHashCode(
|
|
119
|
-
hashObject(testState.queryState.query),
|
|
120
|
-
);
|
|
121
|
-
queryBuilderState.changeDetectionState.setIsEnabled(true);
|
|
122
118
|
return queryBuilderState;
|
|
123
119
|
},
|
|
124
120
|
actionConfigs: [
|
|
@@ -137,9 +133,6 @@ const MappingTestQueryEditor = observer(
|
|
|
137
133
|
applicationStore.notifySuccess(
|
|
138
134
|
`Mapping test query is updated`,
|
|
139
135
|
);
|
|
140
|
-
queryBuilderState.changeDetectionState.setQueryHashCode(
|
|
141
|
-
hashObject(rawLambda),
|
|
142
|
-
);
|
|
143
136
|
embeddedQueryBuilderState.setEmbeddedQueryBuilderConfiguration(
|
|
144
137
|
undefined,
|
|
145
138
|
);
|
|
@@ -281,7 +274,7 @@ const MappingTestQueryEditor = observer(
|
|
|
281
274
|
</div>
|
|
282
275
|
</div>
|
|
283
276
|
{!isStubbed_RawLambda(queryState.query) && (
|
|
284
|
-
<
|
|
277
|
+
<PanelContent>
|
|
285
278
|
<div className="mapping-test-editor__query-panel__query">
|
|
286
279
|
<StudioTextInputEditor
|
|
287
280
|
inputValue={queryState.lambdaString}
|
|
@@ -290,10 +283,10 @@ const MappingTestQueryEditor = observer(
|
|
|
290
283
|
showMiniMap={false}
|
|
291
284
|
/>
|
|
292
285
|
</div>
|
|
293
|
-
</
|
|
286
|
+
</PanelContent>
|
|
294
287
|
)}
|
|
295
288
|
{isStubbed_RawLambda(queryState.query) && (
|
|
296
|
-
<
|
|
289
|
+
<PanelContent>
|
|
297
290
|
<PanelDropZone
|
|
298
291
|
dropTargetConnector={dropRef}
|
|
299
292
|
isDragOver={isDragOver}
|
|
@@ -307,7 +300,7 @@ const MappingTestQueryEditor = observer(
|
|
|
307
300
|
disabled={isReadOnly}
|
|
308
301
|
/>
|
|
309
302
|
</PanelDropZone>
|
|
310
|
-
</
|
|
303
|
+
</PanelContent>
|
|
311
304
|
)}
|
|
312
305
|
{openClassMappingSelectorModal && (
|
|
313
306
|
<ClassMappingSelectorModal
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
import {
|
|
43
43
|
type MappingElementDragSource,
|
|
44
44
|
CORE_DND_TYPE,
|
|
45
|
-
} from '../../../../stores/shared/
|
|
45
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
46
46
|
import { ClassMappingSelectorModal } from './MappingExecutionBuilder.js';
|
|
47
47
|
import { flowResult } from 'mobx';
|
|
48
48
|
import { Randomizer } from '@finos/legend-shared';
|
|
@@ -43,7 +43,7 @@ import {
|
|
|
43
43
|
Enumeration,
|
|
44
44
|
Association,
|
|
45
45
|
} from '@finos/legend-graph';
|
|
46
|
-
import { BASIC_SET_IMPLEMENTATION_TYPE } from '../../../../stores/shared/
|
|
46
|
+
import { BASIC_SET_IMPLEMENTATION_TYPE } from '../../../../stores/shared/ModelClassifierUtils.js';
|
|
47
47
|
import {
|
|
48
48
|
buildElementOption,
|
|
49
49
|
getPackageableElementOptionFormatter,
|
|
@@ -263,11 +263,7 @@ export const NewMappingElementModal = observer(() => {
|
|
|
263
263
|
/>
|
|
264
264
|
)}
|
|
265
265
|
<div className="search-modal__actions">
|
|
266
|
-
<button
|
|
267
|
-
className="btn btn--primary"
|
|
268
|
-
disabled={disableCreateButton}
|
|
269
|
-
color="primary"
|
|
270
|
-
>
|
|
266
|
+
<button className="btn btn--primary" disabled={disableCreateButton}>
|
|
271
267
|
Create
|
|
272
268
|
</button>
|
|
273
269
|
</div>
|
package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx
CHANGED
|
@@ -24,12 +24,14 @@ import {
|
|
|
24
24
|
ArrowCircleRightIcon,
|
|
25
25
|
PlusIcon,
|
|
26
26
|
PanelDropZone,
|
|
27
|
+
Panel,
|
|
28
|
+
PanelContent,
|
|
27
29
|
} from '@finos/legend-art';
|
|
28
30
|
import {
|
|
29
31
|
CORE_DND_TYPE,
|
|
30
32
|
type OperationSetImplementationDropTarget,
|
|
31
33
|
type MappingElementDragSource,
|
|
32
|
-
} from '../../../../stores/shared/
|
|
34
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
33
35
|
import { useDrop } from 'react-dnd';
|
|
34
36
|
import { noop } from '@finos/legend-shared';
|
|
35
37
|
import {
|
|
@@ -55,7 +57,7 @@ import {
|
|
|
55
57
|
operationMapping_addParameter,
|
|
56
58
|
operationMapping_changeParameter,
|
|
57
59
|
operationMapping_deleteParameter,
|
|
58
|
-
} from '../../../../stores/graphModifier/
|
|
60
|
+
} from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
59
61
|
|
|
60
62
|
interface SetImplementationOption {
|
|
61
63
|
value: SetImplementation;
|
|
@@ -195,7 +197,7 @@ export const OperationSetImplementationEditor = observer(
|
|
|
195
197
|
|
|
196
198
|
return (
|
|
197
199
|
<div className="mapping-element-editor__content">
|
|
198
|
-
<
|
|
200
|
+
<Panel>
|
|
199
201
|
<div className="panel__header">
|
|
200
202
|
<div className="panel__header__title">
|
|
201
203
|
<div className="panel__header__title__content">PARAMETERS</div>
|
|
@@ -219,7 +221,7 @@ export const OperationSetImplementationEditor = observer(
|
|
|
219
221
|
isDragOver={isDragOver && !isReadOnly}
|
|
220
222
|
dropTargetConnector={dropRef}
|
|
221
223
|
>
|
|
222
|
-
<
|
|
224
|
+
<PanelContent>
|
|
223
225
|
{setImplementation.parameters.map((param) => (
|
|
224
226
|
<div
|
|
225
227
|
key={param._UUID}
|
|
@@ -259,9 +261,9 @@ export const OperationSetImplementationEditor = observer(
|
|
|
259
261
|
)}
|
|
260
262
|
</div>
|
|
261
263
|
))}
|
|
262
|
-
</
|
|
264
|
+
</PanelContent>
|
|
263
265
|
</PanelDropZone>
|
|
264
|
-
</
|
|
266
|
+
</Panel>
|
|
265
267
|
</div>
|
|
266
268
|
);
|
|
267
269
|
},
|
|
@@ -55,13 +55,13 @@ import { useApplicationStore } from '@finos/legend-application';
|
|
|
55
55
|
import {
|
|
56
56
|
setImpl_nominateRoot,
|
|
57
57
|
setImpl_setRoot,
|
|
58
|
-
} from '../../../../stores/graphModifier/
|
|
58
|
+
} from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
59
59
|
import {
|
|
60
60
|
CLASS_PROPERTY_TYPE,
|
|
61
61
|
getClassPropertyType,
|
|
62
62
|
SET_IMPLEMENTATION_TYPE,
|
|
63
|
-
} from '../../../../stores/shared/
|
|
64
|
-
import type {
|
|
63
|
+
} from '../../../../stores/shared/ModelClassifierUtils.js';
|
|
64
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../../../../stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
65
65
|
|
|
66
66
|
export const getExpectedReturnType = (
|
|
67
67
|
targetSetImplementation: SetImplementation | undefined,
|
|
@@ -90,10 +90,10 @@ export const PropertyMappingsEditor = observer(
|
|
|
90
90
|
const propertyBasicType = getClassPropertyType(propertyRawType);
|
|
91
91
|
const instanceSetImplementationType =
|
|
92
92
|
editorStore.graphState.getSetImplementationType(
|
|
93
|
-
instanceSetImplementationState.
|
|
93
|
+
instanceSetImplementationState.mappingElement,
|
|
94
94
|
);
|
|
95
95
|
const isEmbedded =
|
|
96
|
-
instanceSetImplementationState.
|
|
96
|
+
instanceSetImplementationState.mappingElement._isEmbedded;
|
|
97
97
|
// Parser Error
|
|
98
98
|
const propertyMappingStates =
|
|
99
99
|
instanceSetImplementationState.propertyMappingStates.filter(
|
|
@@ -293,7 +293,7 @@ export const PropertyMappingsEditor = observer(
|
|
|
293
293
|
.flatMap(
|
|
294
294
|
(plugin) =>
|
|
295
295
|
(
|
|
296
|
-
plugin as
|
|
296
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
297
297
|
).getExtraPropertyMappingEditorRenderers?.() ?? [],
|
|
298
298
|
);
|
|
299
299
|
for (const renderer of extraPropertyMappingEditorRenderers) {
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
type TransformDropTarget,
|
|
21
21
|
CORE_DND_TYPE,
|
|
22
22
|
TypeDragSource,
|
|
23
|
-
} from '../../../../stores/shared/
|
|
23
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
24
24
|
import {
|
|
25
25
|
type MappingElement,
|
|
26
26
|
MappingEditorState,
|
|
@@ -45,12 +45,12 @@ import {
|
|
|
45
45
|
EnumerationMappingExplicitReference,
|
|
46
46
|
} from '@finos/legend-graph';
|
|
47
47
|
import { StudioLambdaEditor } from '../../../shared/StudioLambdaEditor.js';
|
|
48
|
-
import { purePropertyMapping_setTransformer } from '../../../../stores/graphModifier/
|
|
48
|
+
import { purePropertyMapping_setTransformer } from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
49
49
|
import { getExpectedReturnType } from './PropertyMappingsEditor.js';
|
|
50
50
|
import {
|
|
51
51
|
CLASS_PROPERTY_TYPE,
|
|
52
52
|
getClassPropertyType,
|
|
53
|
-
} from '../../../../stores/shared/
|
|
53
|
+
} from '../../../../stores/shared/ModelClassifierUtils.js';
|
|
54
54
|
|
|
55
55
|
const SimplePropertyMappingEditor = observer(
|
|
56
56
|
(props: {
|
|
@@ -46,12 +46,12 @@ import {
|
|
|
46
46
|
EnumerationMappingExplicitReference,
|
|
47
47
|
} from '@finos/legend-graph';
|
|
48
48
|
import { StudioLambdaEditor } from '../../../../shared/StudioLambdaEditor.js';
|
|
49
|
-
import { relationalPropertyMapping_setTransformer } from '../../../../../stores/graphModifier/
|
|
49
|
+
import { relationalPropertyMapping_setTransformer } from '../../../../../stores/graphModifier/STO_Relational_GraphModifierHelper.js';
|
|
50
50
|
import { getExpectedReturnType } from '../PropertyMappingsEditor.js';
|
|
51
51
|
import {
|
|
52
52
|
CLASS_PROPERTY_TYPE,
|
|
53
53
|
getClassPropertyType,
|
|
54
|
-
} from '../../../../../stores/shared/
|
|
54
|
+
} from '../../../../../stores/shared/ModelClassifierUtils.js';
|
|
55
55
|
|
|
56
56
|
const SimplePropertyMappingEditor = observer(
|
|
57
57
|
(props: {
|
package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx
CHANGED
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
ExternalLinkSquareIcon,
|
|
42
42
|
ArchiveIcon,
|
|
43
43
|
Dialog,
|
|
44
|
+
Panel,
|
|
44
45
|
} from '@finos/legend-art';
|
|
45
46
|
import { flowResult } from 'mobx';
|
|
46
47
|
import {
|
|
@@ -60,11 +61,13 @@ import {
|
|
|
60
61
|
SNAPSHOT_VERSION_ALIAS,
|
|
61
62
|
MASTER_SNAPSHOT_ALIAS,
|
|
62
63
|
type ProjectData,
|
|
63
|
-
compareSemVerVersions,
|
|
64
|
-
generateGAVCoordinates,
|
|
65
64
|
type ProjectDependencyInfo,
|
|
66
65
|
} from '@finos/legend-server-depot';
|
|
67
66
|
import { generateViewProjectRoute } from '../../../../stores/LegendStudioRouter.js';
|
|
67
|
+
import {
|
|
68
|
+
compareSemVerVersions,
|
|
69
|
+
generateGAVCoordinates,
|
|
70
|
+
} from '@finos/legend-storage';
|
|
68
71
|
|
|
69
72
|
interface VersionOption {
|
|
70
73
|
label: string;
|
|
@@ -602,7 +605,7 @@ export const ProjectConfigurationEditor = observer(() => {
|
|
|
602
605
|
}
|
|
603
606
|
return (
|
|
604
607
|
<div className="project-configuration-editor">
|
|
605
|
-
<
|
|
608
|
+
<Panel>
|
|
606
609
|
<div className="panel__header">
|
|
607
610
|
<div className="panel__header__title">
|
|
608
611
|
<div className="panel__header__title__label">
|
|
@@ -687,7 +690,7 @@ export const ProjectConfigurationEditor = observer(() => {
|
|
|
687
690
|
/>
|
|
688
691
|
)}
|
|
689
692
|
</div>
|
|
690
|
-
</
|
|
693
|
+
</Panel>
|
|
691
694
|
</div>
|
|
692
695
|
);
|
|
693
696
|
});
|
|
@@ -85,7 +85,7 @@ export const NewServiceModal = observer(
|
|
|
85
85
|
<div className="input-group">
|
|
86
86
|
<input
|
|
87
87
|
ref={nameRef}
|
|
88
|
-
className="
|
|
88
|
+
className="input input--dark input-group__input"
|
|
89
89
|
disabled={isReadOnly}
|
|
90
90
|
value={servicePath}
|
|
91
91
|
spellCheck={false}
|
|
@@ -100,9 +100,8 @@ export const NewServiceModal = observer(
|
|
|
100
100
|
</div>
|
|
101
101
|
<div className="search-modal__actions">
|
|
102
102
|
<button
|
|
103
|
-
className="
|
|
103
|
+
className="btn btn--dark"
|
|
104
104
|
disabled={Boolean(isReadOnly) || elementAlreadyExists}
|
|
105
|
-
color="primary"
|
|
106
105
|
onClick={create}
|
|
107
106
|
>
|
|
108
107
|
Create
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
service_setDocumentation,
|
|
46
46
|
service_setPattern,
|
|
47
47
|
service_updateOwner,
|
|
48
|
-
} from '../../../../stores/graphModifier/
|
|
48
|
+
} from '../../../../stores/graphModifier/DSL_Service_GraphModifierHelper.js';
|
|
49
49
|
import { validate_ServicePattern } from '@finos/legend-graph';
|
|
50
50
|
import { ServiceTestableEditor } from './testable/ServiceTestableEditor.js';
|
|
51
51
|
import { useApplicationNavigationContext } from '@finos/legend-application';
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
CORE_DND_TYPE,
|
|
30
30
|
type ElementDragSource,
|
|
31
31
|
type UMLEditorElementDropTarget,
|
|
32
|
-
} from '../../../../stores/shared/
|
|
32
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
33
33
|
import { UnsupportedEditorPanel } from '../../../editor/edit-panel/UnsupportedElementEditor.js';
|
|
34
34
|
import {
|
|
35
35
|
clsx,
|
|
@@ -55,6 +55,8 @@ import {
|
|
|
55
55
|
ArrowsJoinIcon,
|
|
56
56
|
ArrowsSplitIcon,
|
|
57
57
|
PanelDropZone,
|
|
58
|
+
Panel,
|
|
59
|
+
PanelContent,
|
|
58
60
|
} from '@finos/legend-art';
|
|
59
61
|
import { ServiceExecutionQueryEditor } from '../../../editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js';
|
|
60
62
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
@@ -247,7 +249,7 @@ const PureExecutionContextConfigurationEditor = observer(
|
|
|
247
249
|
);
|
|
248
250
|
|
|
249
251
|
return (
|
|
250
|
-
<
|
|
252
|
+
<PanelContent>
|
|
251
253
|
<PanelDropZone
|
|
252
254
|
dropTargetConnector={dropMappingOrRuntimeRef}
|
|
253
255
|
isDragOver={isMappingOrRuntimeDragOver && !isReadOnly}
|
|
@@ -318,7 +320,7 @@ const PureExecutionContextConfigurationEditor = observer(
|
|
|
318
320
|
</div>
|
|
319
321
|
</div>
|
|
320
322
|
</PanelDropZone>
|
|
321
|
-
</
|
|
323
|
+
</PanelContent>
|
|
322
324
|
);
|
|
323
325
|
},
|
|
324
326
|
);
|
|
@@ -439,7 +441,7 @@ const PureSingleExecutionEditor = observer(
|
|
|
439
441
|
|
|
440
442
|
return (
|
|
441
443
|
<div className="service-execution-editor__execution">
|
|
442
|
-
<
|
|
444
|
+
<Panel>
|
|
443
445
|
<div className="panel__content service-editor__content">
|
|
444
446
|
<PureExecutionContextConfigurationEditor
|
|
445
447
|
pureExecutionState={singleExecutionState}
|
|
@@ -448,7 +450,7 @@ const PureSingleExecutionEditor = observer(
|
|
|
448
450
|
}
|
|
449
451
|
/>
|
|
450
452
|
</div>
|
|
451
|
-
</
|
|
453
|
+
</Panel>
|
|
452
454
|
</div>
|
|
453
455
|
);
|
|
454
456
|
},
|
|
@@ -816,7 +818,7 @@ const ServicePureExecutionEditor = observer(
|
|
|
816
818
|
</ResizablePanelSplitter>
|
|
817
819
|
<ResizablePanel minSize={56}>
|
|
818
820
|
<div className="service-execution-editor__content">
|
|
819
|
-
<
|
|
821
|
+
<Panel>
|
|
820
822
|
<div className="panel__header">
|
|
821
823
|
<div className="panel__header__title">
|
|
822
824
|
<div className="panel__header__title__label service-editor__execution__label--test">
|
|
@@ -859,7 +861,7 @@ const ServicePureExecutionEditor = observer(
|
|
|
859
861
|
/>
|
|
860
862
|
)}
|
|
861
863
|
</div>
|
|
862
|
-
</
|
|
864
|
+
</Panel>
|
|
863
865
|
</div>
|
|
864
866
|
</ResizablePanel>
|
|
865
867
|
</ResizablePanelGroup>
|