@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
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
PanelHeaderActionItem,
|
|
21
21
|
PlusIcon,
|
|
22
22
|
ResizablePanelSplitter,
|
|
23
|
-
|
|
23
|
+
PanelFormTextEditor,
|
|
24
24
|
PanelForm,
|
|
25
25
|
ContextMenu,
|
|
26
26
|
MenuContent,
|
|
@@ -32,6 +32,8 @@ import {
|
|
|
32
32
|
Panel,
|
|
33
33
|
PanelHeader,
|
|
34
34
|
PanelContent,
|
|
35
|
+
PanelListSelectorItemLabel,
|
|
36
|
+
PanelSection,
|
|
35
37
|
} from '@finos/legend-art';
|
|
36
38
|
import {
|
|
37
39
|
type Mapper,
|
|
@@ -48,7 +50,7 @@ import {
|
|
|
48
50
|
mapper_setTo,
|
|
49
51
|
schemaNameMapper_setFrom,
|
|
50
52
|
schemaNameMapper_setTo,
|
|
51
|
-
} from '../../../../../stores/graphModifier/
|
|
53
|
+
} from '../../../../../stores/graphModifier/STO_Relational_GraphModifierHelper.js';
|
|
52
54
|
|
|
53
55
|
export const MapperPostProcessorEditor = observer(
|
|
54
56
|
(props: {
|
|
@@ -118,8 +120,6 @@ export const MapperPostProcessorEditor = observer(
|
|
|
118
120
|
)
|
|
119
121
|
.filter(
|
|
120
122
|
(mapper) =>
|
|
121
|
-
(mapper as TableNameMapper).schema.from ===
|
|
122
|
-
(val as TableNameMapper).schema.from &&
|
|
123
123
|
(mapper as TableNameMapper).schema.from ===
|
|
124
124
|
(val as TableNameMapper).schema.from &&
|
|
125
125
|
(mapper as TableNameMapper).from ===
|
|
@@ -181,24 +181,28 @@ export const MapperPostProcessorEditor = observer(
|
|
|
181
181
|
menuProps={{ elevation: 7 }}
|
|
182
182
|
>
|
|
183
183
|
<PanelListSelectorItem
|
|
184
|
-
|
|
185
|
-
mapper instanceof TableNameMapper
|
|
186
|
-
? 'Table Mapper'
|
|
187
|
-
: 'Schema Mapper'
|
|
188
|
-
}
|
|
189
|
-
validationErrorMessage={
|
|
190
|
-
isMapperDuplicated(mapper)
|
|
191
|
-
? 'Mappers have the same values'
|
|
192
|
-
: undefined
|
|
193
|
-
}
|
|
184
|
+
validationError={true}
|
|
194
185
|
isSelected={
|
|
195
186
|
mapper === postProcessorState.selectedMapper
|
|
196
187
|
}
|
|
197
188
|
onSelect={() => selectMapper(mapper)}
|
|
198
|
-
|
|
189
|
+
>
|
|
190
|
+
<PanelListSelectorItemLabel
|
|
191
|
+
title={
|
|
192
|
+
mapper instanceof TableNameMapper
|
|
193
|
+
? 'Table Mapper'
|
|
194
|
+
: 'Schema Mapper'
|
|
195
|
+
}
|
|
196
|
+
validationErrorMessage={
|
|
197
|
+
isMapperDuplicated(mapper)
|
|
198
|
+
? 'Mappers have the same values'
|
|
199
|
+
: undefined
|
|
200
|
+
}
|
|
201
|
+
/>
|
|
202
|
+
</PanelListSelectorItem>
|
|
199
203
|
</ContextMenu>
|
|
200
204
|
))}
|
|
201
|
-
</PanelContent>
|
|
205
|
+
</PanelContent>
|
|
202
206
|
</Panel>
|
|
203
207
|
</ResizablePanel>
|
|
204
208
|
<ResizablePanelSplitter>
|
|
@@ -223,26 +227,28 @@ export const MapperPostProcessorEditor = observer(
|
|
|
223
227
|
)}
|
|
224
228
|
{selectedMapper && (
|
|
225
229
|
<PanelForm>
|
|
226
|
-
<
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
230
|
+
<PanelSection>
|
|
231
|
+
<PanelFormTextEditor
|
|
232
|
+
isReadOnly={isReadOnly}
|
|
233
|
+
value={selectedMapper.from}
|
|
234
|
+
name="From"
|
|
235
|
+
update={(value: string | undefined): void =>
|
|
236
|
+
mapper_setFrom(selectedMapper, value ?? '')
|
|
237
|
+
}
|
|
238
|
+
/>
|
|
239
|
+
<PanelFormTextEditor
|
|
240
|
+
isReadOnly={isReadOnly}
|
|
241
|
+
value={selectedMapper.to}
|
|
242
|
+
name="To"
|
|
243
|
+
update={(value: string | undefined): void =>
|
|
244
|
+
mapper_setTo(selectedMapper, value ?? '')
|
|
245
|
+
}
|
|
246
|
+
/>
|
|
247
|
+
</PanelSection>
|
|
242
248
|
|
|
243
249
|
{selectedSchemaNameMapper && (
|
|
244
|
-
|
|
245
|
-
<
|
|
250
|
+
<PanelSection>
|
|
251
|
+
<PanelFormTextEditor
|
|
246
252
|
isReadOnly={isReadOnly}
|
|
247
253
|
value={selectedSchemaNameMapper.from}
|
|
248
254
|
name="Schema - From"
|
|
@@ -253,7 +259,7 @@ export const MapperPostProcessorEditor = observer(
|
|
|
253
259
|
);
|
|
254
260
|
}}
|
|
255
261
|
/>
|
|
256
|
-
<
|
|
262
|
+
<PanelFormTextEditor
|
|
257
263
|
isReadOnly={isReadOnly}
|
|
258
264
|
value={selectedSchemaNameMapper.to}
|
|
259
265
|
name="Schema - To"
|
|
@@ -264,7 +270,7 @@ export const MapperPostProcessorEditor = observer(
|
|
|
264
270
|
)
|
|
265
271
|
}
|
|
266
272
|
/>
|
|
267
|
-
|
|
273
|
+
</PanelSection>
|
|
268
274
|
)}
|
|
269
275
|
</PanelForm>
|
|
270
276
|
)}
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
CORE_DND_TYPE,
|
|
54
54
|
type UMLEditorElementDropTarget,
|
|
55
55
|
type ElementDragSource,
|
|
56
|
-
} from '../../../../stores/shared/
|
|
56
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
57
57
|
import {
|
|
58
58
|
TaggedValueDragPreviewLayer,
|
|
59
59
|
TaggedValueEditor,
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
import {
|
|
67
67
|
externalFormatData_setContentType,
|
|
68
68
|
externalFormatData_setData,
|
|
69
|
-
} from '../../../../stores/graphModifier/
|
|
69
|
+
} from '../../../../stores/graphModifier/DSL_Data_GraphModifierHelper.js';
|
|
70
70
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
71
71
|
import { getEditorLanguageFromFormat } from '../../../../stores/editor-state/FileGenerationViewerState.js';
|
|
72
72
|
import type { ExternalFormatDataState } from '../../../../stores/editor-state/element-editor-state/data/EmbeddedDataState.js';
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
LongArrowRightIcon,
|
|
27
27
|
MenuContent,
|
|
28
28
|
MenuContentItem,
|
|
29
|
+
PanelContent,
|
|
29
30
|
PURE_DataIcon,
|
|
30
31
|
WrenchIcon,
|
|
31
32
|
} from '@finos/legend-art';
|
|
@@ -34,9 +35,9 @@ import { UnsupportedEditorPanel } from '../UnsupportedElementEditor.js';
|
|
|
34
35
|
import {
|
|
35
36
|
externalFormatData_setContentType,
|
|
36
37
|
externalFormatData_setData,
|
|
37
|
-
} from '../../../../stores/graphModifier/
|
|
38
|
+
} from '../../../../stores/graphModifier/DSL_Data_GraphModifierHelper.js';
|
|
38
39
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
39
|
-
import type {
|
|
40
|
+
import type { DSL_Data_LegendStudioApplicationPlugin_Extension } from '../../../../stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js';
|
|
40
41
|
import { getEditorLanguageFromFormat } from '../../../../stores/editor-state/FileGenerationViewerState.js';
|
|
41
42
|
import {
|
|
42
43
|
type EmbeddedDataState,
|
|
@@ -266,7 +267,7 @@ export function renderEmbeddedDataEditor(
|
|
|
266
267
|
.flatMap(
|
|
267
268
|
(plugin) =>
|
|
268
269
|
(
|
|
269
|
-
plugin as
|
|
270
|
+
plugin as DSL_Data_LegendStudioApplicationPlugin_Extension
|
|
270
271
|
).getExtraEmbeddedDataEditorRenderers?.() ?? [],
|
|
271
272
|
);
|
|
272
273
|
for (const editorRenderer of extraEmbeddedDataEditorRenderers) {
|
|
@@ -289,12 +290,12 @@ export function renderEmbeddedDataEditor(
|
|
|
289
290
|
</div>
|
|
290
291
|
</div>
|
|
291
292
|
</div>
|
|
292
|
-
<
|
|
293
|
+
<PanelContent>
|
|
293
294
|
<UnsupportedEditorPanel
|
|
294
295
|
text="Can't display this embedded data in form-mode"
|
|
295
296
|
isReadOnly={isReadOnly}
|
|
296
297
|
/>
|
|
297
|
-
</
|
|
298
|
+
</PanelContent>
|
|
298
299
|
</div>
|
|
299
300
|
);
|
|
300
301
|
}
|
|
@@ -161,7 +161,7 @@ const MergeConflictEditor = observer(
|
|
|
161
161
|
? normalizeLineEnding(conflictEditorState.mergedText)
|
|
162
162
|
: '';
|
|
163
163
|
const error = conflictEditorState.mergeEditorParserError;
|
|
164
|
-
const decorations = useRef<
|
|
164
|
+
const decorations = useRef<monacoEditorAPI.IEditorDecorationsCollection>();
|
|
165
165
|
const mergeConflictResolutionCodeLensDisposer = useRef<
|
|
166
166
|
IDisposable | undefined
|
|
167
167
|
>(undefined);
|
|
@@ -390,8 +390,7 @@ const MergeConflictEditor = observer(
|
|
|
390
390
|
}
|
|
391
391
|
|
|
392
392
|
// decoration/highlighting for merge conflicts
|
|
393
|
-
decorations.current = editor.
|
|
394
|
-
decorations.current,
|
|
393
|
+
decorations.current = editor.createDecorationsCollection(
|
|
395
394
|
conflictEditorState.mergeConflicts.flatMap((conflict) => {
|
|
396
395
|
const currentChangeContentStartLine = conflict.startHeader + 1;
|
|
397
396
|
const currentChangeContentEndLine =
|
package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx
CHANGED
|
@@ -105,7 +105,7 @@ const NewFileGenerationModal = observer(
|
|
|
105
105
|
<div className="input-group">
|
|
106
106
|
<input
|
|
107
107
|
ref={nameRef}
|
|
108
|
-
className="
|
|
108
|
+
className="input input--dark input-group__input"
|
|
109
109
|
disabled={isReadOnly}
|
|
110
110
|
value={servicePath}
|
|
111
111
|
spellCheck={false}
|
|
@@ -120,9 +120,8 @@ const NewFileGenerationModal = observer(
|
|
|
120
120
|
</div>
|
|
121
121
|
<div className="search-modal__actions">
|
|
122
122
|
<button
|
|
123
|
-
className="
|
|
123
|
+
className="btn btn--dark"
|
|
124
124
|
disabled={isReadOnly || elementAlreadyExists}
|
|
125
|
-
color="primary"
|
|
126
125
|
>
|
|
127
126
|
Create
|
|
128
127
|
</button>
|
|
@@ -56,12 +56,14 @@ import {
|
|
|
56
56
|
LockIcon,
|
|
57
57
|
SaveIcon,
|
|
58
58
|
PanelDropZone,
|
|
59
|
+
Panel,
|
|
60
|
+
PanelContent,
|
|
59
61
|
} from '@finos/legend-art';
|
|
60
62
|
import {
|
|
61
63
|
type FileGenerationSourceDropTarget,
|
|
62
64
|
type ElementDragSource,
|
|
63
65
|
CORE_DND_TYPE,
|
|
64
|
-
} from '../../../../stores/shared/
|
|
66
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
65
67
|
import type { FileGenerationState } from '../../../../stores/editor-state/FileGenerationState.js';
|
|
66
68
|
import type { ElementFileGenerationState } from '../../../../stores/editor-state/element-editor-state/ElementFileGenerationState.js';
|
|
67
69
|
import {
|
|
@@ -69,7 +71,7 @@ import {
|
|
|
69
71
|
GenerationDirectory,
|
|
70
72
|
GenerationFile,
|
|
71
73
|
getFileGenerationChildNodes,
|
|
72
|
-
} from '../../../../stores/shared/
|
|
74
|
+
} from '../../../../stores/shared/FileGenerationTreeUtils.js';
|
|
73
75
|
import { LEGEND_STUDIO_TEST_ID } from '../../../LegendStudioTestID.js';
|
|
74
76
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
75
77
|
import {
|
|
@@ -84,13 +86,13 @@ import {
|
|
|
84
86
|
} from '@finos/legend-graph';
|
|
85
87
|
import { useApplicationStore } from '@finos/legend-application';
|
|
86
88
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
87
|
-
import type {
|
|
89
|
+
import type { DSL_Generation_LegendStudioApplicationPlugin_Extension } from '../../../../stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js';
|
|
88
90
|
import {
|
|
89
91
|
fileGeneration_addScopeElement,
|
|
90
92
|
fileGeneration_changeScopeElement,
|
|
91
93
|
fileGeneration_deleteScopeElement,
|
|
92
94
|
fileGeneration_setGenerationOutputPath,
|
|
93
|
-
} from '../../../../stores/graphModifier/
|
|
95
|
+
} from '../../../../stores/graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
94
96
|
|
|
95
97
|
export const FileGenerationTreeNodeContainer: React.FC<
|
|
96
98
|
TreeNodeContainerProps<
|
|
@@ -239,7 +241,7 @@ export const GenerationResultViewer = observer(
|
|
|
239
241
|
.flatMap(
|
|
240
242
|
(plugin) =>
|
|
241
243
|
(
|
|
242
|
-
plugin as
|
|
244
|
+
plugin as DSL_Generation_LegendStudioApplicationPlugin_Extension
|
|
243
245
|
).getExtraFileGenerationResultViewerActionConfigurations?.() ??
|
|
244
246
|
[],
|
|
245
247
|
)
|
|
@@ -276,7 +278,7 @@ export const GenerationResultViewer = observer(
|
|
|
276
278
|
</button>
|
|
277
279
|
</div>
|
|
278
280
|
</div>
|
|
279
|
-
<
|
|
281
|
+
<PanelContent>
|
|
280
282
|
<PanelLoadingIndicator
|
|
281
283
|
isLoading={fileGenerationState.isGenerating}
|
|
282
284
|
/>
|
|
@@ -290,7 +292,7 @@ export const GenerationResultViewer = observer(
|
|
|
290
292
|
Generation result not available
|
|
291
293
|
</BlankPanelContent>
|
|
292
294
|
)}
|
|
293
|
-
</
|
|
295
|
+
</PanelContent>
|
|
294
296
|
</div>
|
|
295
297
|
</div>
|
|
296
298
|
</ResizablePanel>
|
|
@@ -312,7 +314,7 @@ export const GenerationResultViewer = observer(
|
|
|
312
314
|
{extraFileGenerationResultViewerActions}
|
|
313
315
|
</div>
|
|
314
316
|
</div>
|
|
315
|
-
<
|
|
317
|
+
<PanelContent>
|
|
316
318
|
{fileNode instanceof GenerationFile && (
|
|
317
319
|
<StudioTextInputEditor
|
|
318
320
|
inputValue={getTextContent(fileNode.content, fileNode.format)}
|
|
@@ -323,7 +325,7 @@ export const GenerationResultViewer = observer(
|
|
|
323
325
|
{!(fileNode instanceof GenerationFile) && (
|
|
324
326
|
<BlankPanelContent>No file selected</BlankPanelContent>
|
|
325
327
|
)}
|
|
326
|
-
</
|
|
328
|
+
</PanelContent>
|
|
327
329
|
</div>
|
|
328
330
|
</ResizablePanel>
|
|
329
331
|
</ResizablePanelGroup>
|
|
@@ -1387,7 +1389,7 @@ export const FileGenerationConfigurationEditor = observer(
|
|
|
1387
1389
|
)}
|
|
1388
1390
|
</div>
|
|
1389
1391
|
</div>
|
|
1390
|
-
<
|
|
1392
|
+
<PanelContent>
|
|
1391
1393
|
<PanelDropZone
|
|
1392
1394
|
dropTargetConnector={scopeElementDropRef}
|
|
1393
1395
|
isDragOver={
|
|
@@ -1430,7 +1432,7 @@ export const FileGenerationConfigurationEditor = observer(
|
|
|
1430
1432
|
))}
|
|
1431
1433
|
</div>
|
|
1432
1434
|
</PanelDropZone>
|
|
1433
|
-
</
|
|
1435
|
+
</PanelContent>
|
|
1434
1436
|
</div>
|
|
1435
1437
|
);
|
|
1436
1438
|
},
|
|
@@ -1446,7 +1448,7 @@ export const FileGenerationEditor = observer(() => {
|
|
|
1446
1448
|
|
|
1447
1449
|
return (
|
|
1448
1450
|
<div className="file-generation-editor">
|
|
1449
|
-
<
|
|
1451
|
+
<Panel>
|
|
1450
1452
|
<div className="panel__header">
|
|
1451
1453
|
<div className="panel__header__title">
|
|
1452
1454
|
{isReadOnly && (
|
|
@@ -1483,7 +1485,7 @@ export const FileGenerationEditor = observer(() => {
|
|
|
1483
1485
|
</ResizablePanel>
|
|
1484
1486
|
</ResizablePanelGroup>
|
|
1485
1487
|
</div>
|
|
1486
|
-
</
|
|
1488
|
+
</Panel>
|
|
1487
1489
|
</div>
|
|
1488
1490
|
);
|
|
1489
1491
|
});
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
import {
|
|
36
36
|
BINDING_TAB_TYPE,
|
|
37
37
|
BindingEditorState,
|
|
38
|
-
} from '../../../../stores/editor-state/element-editor-state/external-format/
|
|
38
|
+
} from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js';
|
|
39
39
|
import {
|
|
40
40
|
PackageableElementExplicitReference,
|
|
41
41
|
SchemaSet,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
CORE_DND_TYPE,
|
|
51
51
|
type ElementDragSource,
|
|
52
52
|
type UMLEditorElementDropTarget,
|
|
53
|
-
} from '../../../../stores/shared/
|
|
53
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
54
54
|
import {
|
|
55
55
|
externalFormat_Binding_setContentType,
|
|
56
56
|
externalFormat_Binding_setSchemaId,
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
externalFormat_modelUnit_addPackageableElementIncludes,
|
|
60
60
|
externalFormat_modelUnit_deletePackageableElementExcludes,
|
|
61
61
|
externalFormat_modelUnit_deletePackageableElementIncludes,
|
|
62
|
-
} from '../../../../stores/graphModifier/
|
|
62
|
+
} from '../../../../stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
63
63
|
|
|
64
64
|
const BindingScopeEntryEditor = observer(
|
|
65
65
|
(props: {
|
|
@@ -24,7 +24,7 @@ import { computed, makeObservable } from 'mobx';
|
|
|
24
24
|
import { ConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
25
25
|
import type { EditorStore } from '../../../../stores/EditorStore.js';
|
|
26
26
|
import { NewConnectionValueDriver } from '../../../../stores/editor/NewElementState.js';
|
|
27
|
-
import { externalFormat_urlStream_setUrl } from '../../../../stores/graphModifier/
|
|
27
|
+
import { externalFormat_urlStream_setUrl } from '../../../../stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
28
28
|
|
|
29
29
|
export class ExternalFormatConnectionValueState extends ConnectionValueState {
|
|
30
30
|
override connection: ExternalFormatConnection;
|
|
@@ -21,7 +21,7 @@ import { makeObservable, observable, action } from 'mobx';
|
|
|
21
21
|
import { observer } from 'mobx-react-lite';
|
|
22
22
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
23
23
|
import type { EditorStore } from '../../../../stores/EditorStore.js';
|
|
24
|
-
import { externalFormat_schemaSet_setFormat } from '../../../../stores/graphModifier/
|
|
24
|
+
import { externalFormat_schemaSet_setFormat } from '../../../../stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
25
25
|
import { NewElementDriver } from '../../../../stores/editor/NewElementState.js';
|
|
26
26
|
import type { ExternalFormatTypeOption } from '../../../../stores/editor-state/ExternalFormatState.js';
|
|
27
27
|
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
BlankPanelContent,
|
|
32
32
|
MenuContent,
|
|
33
33
|
MenuContentItem,
|
|
34
|
+
PanelContent,
|
|
34
35
|
} from '@finos/legend-art';
|
|
35
36
|
import { ExternalFormatSchema as Schema } from '@finos/legend-graph';
|
|
36
37
|
import { flowResult } from 'mobx';
|
|
@@ -38,7 +39,7 @@ import {
|
|
|
38
39
|
SchemaSetEditorState,
|
|
39
40
|
type InnerSchemaSetEditorState,
|
|
40
41
|
SCHEMA_SET_TAB_TYPE,
|
|
41
|
-
} from '../../../../stores/editor-state/element-editor-state/external-format/
|
|
42
|
+
} from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
42
43
|
import { EDITOR_LANGUAGE } from '@finos/legend-application';
|
|
43
44
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
44
45
|
import { getEditorLanguageFromFormat } from '../../../../stores/editor-state/FileGenerationViewerState.js';
|
|
@@ -50,8 +51,8 @@ import {
|
|
|
50
51
|
externalFormat_schema_setContent,
|
|
51
52
|
externalFormat_schema_setId,
|
|
52
53
|
externalFormat_schema_setLocation,
|
|
53
|
-
} from '../../../../stores/graphModifier/
|
|
54
|
-
import { SchemaSetModelGenerationEditor } from './
|
|
54
|
+
} from '../../../../stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
55
|
+
import { SchemaSetModelGenerationEditor } from './DSL_ExternalFormat_SchemaSetModelGenerationEditor.js';
|
|
55
56
|
|
|
56
57
|
const SchemaLoader = observer(
|
|
57
58
|
(props: {
|
|
@@ -132,7 +133,6 @@ const SchemaLoader = observer(
|
|
|
132
133
|
</div>
|
|
133
134
|
<div className="modal__footer">
|
|
134
135
|
<button
|
|
135
|
-
type="button"
|
|
136
136
|
className="btn btn--dark blocking-alert__action--standard"
|
|
137
137
|
onClick={importSchemas}
|
|
138
138
|
disabled={!importState.files?.length}
|
|
@@ -431,7 +431,7 @@ export const SchemaSetEditor = observer(() => {
|
|
|
431
431
|
</div>
|
|
432
432
|
</div>
|
|
433
433
|
</div>
|
|
434
|
-
<
|
|
434
|
+
<PanelContent>
|
|
435
435
|
<PanelLoadingIndicator isLoading={isFetchingDescriptions} />
|
|
436
436
|
<div className="panel__header">
|
|
437
437
|
<div className="uml-element-editor__tabs">
|
|
@@ -461,7 +461,7 @@ export const SchemaSetEditor = observer(() => {
|
|
|
461
461
|
{currentTab === SCHEMA_SET_TAB_TYPE.GENERATE_MODEL &&
|
|
462
462
|
renderMainEditPanel()}
|
|
463
463
|
</div>
|
|
464
|
-
</
|
|
464
|
+
</PanelContent>
|
|
465
465
|
</div>
|
|
466
466
|
);
|
|
467
467
|
});
|
|
@@ -18,11 +18,12 @@ import { type GenerationProperty, isValidFullPath } from '@finos/legend-graph';
|
|
|
18
18
|
import { flowResult } from 'mobx';
|
|
19
19
|
import { observer } from 'mobx-react-lite';
|
|
20
20
|
import { useMemo } from 'react';
|
|
21
|
-
import type { SchemaSetModelGenerationState } from '../../../../stores/editor-state/element-editor-state/external-format/
|
|
21
|
+
import type { SchemaSetModelGenerationState } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
22
22
|
import { debounce } from '@finos/legend-shared';
|
|
23
23
|
import {
|
|
24
24
|
clsx,
|
|
25
25
|
InputWithInlineValidation,
|
|
26
|
+
PanelContent,
|
|
26
27
|
PanelLoadingIndicator,
|
|
27
28
|
RefreshIcon,
|
|
28
29
|
ResizablePanel,
|
|
@@ -113,7 +114,7 @@ export const SchemaSetModelGenerationEditor = observer(
|
|
|
113
114
|
</button>
|
|
114
115
|
</div>
|
|
115
116
|
</div>
|
|
116
|
-
<
|
|
117
|
+
<PanelContent>
|
|
117
118
|
<div className="file-generation-editor__configuration__content">
|
|
118
119
|
<div className="panel__content__form__section">
|
|
119
120
|
<div className="panel__content__form__section__header__label">
|
|
@@ -155,7 +156,7 @@ export const SchemaSetModelGenerationEditor = observer(
|
|
|
155
156
|
/>
|
|
156
157
|
))}
|
|
157
158
|
</div>
|
|
158
|
-
</
|
|
159
|
+
</PanelContent>
|
|
159
160
|
</div>
|
|
160
161
|
</ResizablePanel>
|
|
161
162
|
<ResizablePanelSplitter>
|
|
@@ -203,7 +204,7 @@ export const SchemaSetModelGenerationEditor = observer(
|
|
|
203
204
|
)}
|
|
204
205
|
</div>
|
|
205
206
|
</div>
|
|
206
|
-
<
|
|
207
|
+
<PanelContent>
|
|
207
208
|
<PanelLoadingIndicator
|
|
208
209
|
isLoading={
|
|
209
210
|
modelGenerationState.generatingModelsState.isInProgress ||
|
|
@@ -216,7 +217,7 @@ export const SchemaSetModelGenerationEditor = observer(
|
|
|
216
217
|
isReadOnly={true}
|
|
217
218
|
language={EDITOR_LANGUAGE.PURE}
|
|
218
219
|
/>
|
|
219
|
-
</
|
|
220
|
+
</PanelContent>
|
|
220
221
|
</div>
|
|
221
222
|
</ResizablePanel>
|
|
222
223
|
</ResizablePanelGroup>
|
|
@@ -42,9 +42,9 @@ import {
|
|
|
42
42
|
operationMapping_setOperation,
|
|
43
43
|
operationMapping_setParameters,
|
|
44
44
|
setImpl_setRoot,
|
|
45
|
-
} from '../../../../stores/graphModifier/
|
|
46
|
-
import { SET_IMPLEMENTATION_TYPE } from '../../../../stores/shared/
|
|
47
|
-
import type {
|
|
45
|
+
} from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
46
|
+
import { SET_IMPLEMENTATION_TYPE } from '../../../../stores/shared/ModelClassifierUtils.js';
|
|
47
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../../../../stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
48
48
|
|
|
49
49
|
export const OperatorSelector = observer(
|
|
50
50
|
(props: {
|
|
@@ -151,7 +151,7 @@ export const ClassMappingEditor = observer(
|
|
|
151
151
|
.flatMap(
|
|
152
152
|
(plugin) =>
|
|
153
153
|
(
|
|
154
|
-
plugin as
|
|
154
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
155
155
|
).getExtraMappingSourceTypeInfoGetters?.() ?? [],
|
|
156
156
|
);
|
|
157
157
|
for (const sourceTypeInfoGetter of extraMappingSourceTypeInfoGetters) {
|
|
@@ -31,6 +31,8 @@ import {
|
|
|
31
31
|
TimesIcon,
|
|
32
32
|
PlusIcon,
|
|
33
33
|
PanelDropZone,
|
|
34
|
+
Panel,
|
|
35
|
+
PanelContent,
|
|
34
36
|
} from '@finos/legend-art';
|
|
35
37
|
import { MappingEditorState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
36
38
|
import { TypeTree } from '../../../shared/TypeTree.js';
|
|
@@ -41,7 +43,7 @@ import {
|
|
|
41
43
|
type MappingElementSourceDropTarget,
|
|
42
44
|
CORE_DND_TYPE,
|
|
43
45
|
TypeDragSource,
|
|
44
|
-
} from '../../../../stores/shared/
|
|
46
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
45
47
|
import { LEGEND_STUDIO_TEST_ID } from '../../../LegendStudioTestID.js';
|
|
46
48
|
import { noop } from '@finos/legend-shared';
|
|
47
49
|
import {
|
|
@@ -66,9 +68,10 @@ import {
|
|
|
66
68
|
enumValueMapping_addSourceValue,
|
|
67
69
|
enumValueMapping_deleteSourceValue,
|
|
68
70
|
enumValueMapping_updateSourceValue,
|
|
69
|
-
} from '../../../../stores/graphModifier/
|
|
71
|
+
} from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
70
72
|
import {
|
|
71
73
|
buildElementOption,
|
|
74
|
+
getPackageableElementOptionFormatter,
|
|
72
75
|
type PackageableElementOption,
|
|
73
76
|
} from '@finos/legend-application';
|
|
74
77
|
|
|
@@ -149,6 +152,7 @@ const EnumerationMappingSourceSelectorModal = observer(
|
|
|
149
152
|
placeholder={'Choose a data type or an enumeration...'}
|
|
150
153
|
isClearable={true}
|
|
151
154
|
filterOption={filterOption}
|
|
155
|
+
formatOptionLabel={getPackageableElementOptionFormatter({})}
|
|
152
156
|
/>
|
|
153
157
|
</div>
|
|
154
158
|
</Dialog>
|
|
@@ -471,7 +475,7 @@ export const EnumerationMappingEditor = observer(
|
|
|
471
475
|
<div className="mapping-element-editor__content">
|
|
472
476
|
<ResizablePanelGroup orientation="vertical">
|
|
473
477
|
<ResizablePanel minSize={300}>
|
|
474
|
-
<
|
|
478
|
+
<Panel>
|
|
475
479
|
<div className="panel__header">
|
|
476
480
|
<div className="panel__header__title">
|
|
477
481
|
<div className="panel__header__title__content">ENUMS</div>
|
|
@@ -488,7 +492,7 @@ export const EnumerationMappingEditor = observer(
|
|
|
488
492
|
/>
|
|
489
493
|
))}
|
|
490
494
|
</div>
|
|
491
|
-
</
|
|
495
|
+
</Panel>
|
|
492
496
|
</ResizablePanel>
|
|
493
497
|
<ResizablePanelSplitter />
|
|
494
498
|
<ResizablePanel size={300} minSize={300}>
|
|
@@ -515,7 +519,7 @@ export const EnumerationMappingEditor = observer(
|
|
|
515
519
|
</button>
|
|
516
520
|
</div>
|
|
517
521
|
</div>
|
|
518
|
-
<
|
|
522
|
+
<PanelContent>
|
|
519
523
|
<PanelDropZone
|
|
520
524
|
dropTargetConnector={dropRef}
|
|
521
525
|
isDragOver={
|
|
@@ -547,7 +551,7 @@ export const EnumerationMappingEditor = observer(
|
|
|
547
551
|
closeModal={hideSourceSelectorModal}
|
|
548
552
|
/>
|
|
549
553
|
</PanelDropZone>
|
|
550
|
-
</
|
|
554
|
+
</PanelContent>
|
|
551
555
|
</div>
|
|
552
556
|
</ResizablePanel>
|
|
553
557
|
</ResizablePanelGroup>
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
type FlatDataPropertyMappingTransformDropTarget,
|
|
21
21
|
CORE_DND_TYPE,
|
|
22
22
|
FlatDataColumnDragSource,
|
|
23
|
-
} from '../../../../stores/shared/
|
|
23
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
24
24
|
import {
|
|
25
25
|
type MappingElement,
|
|
26
26
|
MappingEditorState,
|
|
@@ -46,11 +46,11 @@ import {
|
|
|
46
46
|
EnumerationMappingExplicitReference,
|
|
47
47
|
} from '@finos/legend-graph';
|
|
48
48
|
import { StudioLambdaEditor } from '../../../shared/StudioLambdaEditor.js';
|
|
49
|
-
import { flatDataPropertyMapping_setTransformer } from '../../../../stores/graphModifier/
|
|
49
|
+
import { flatDataPropertyMapping_setTransformer } from '../../../../stores/graphModifier/STO_FlatData_GraphModifierHelper.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: {
|
|
@@ -26,8 +26,8 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
CORE_DND_TYPE,
|
|
28
28
|
FlatDataColumnDragSource,
|
|
29
|
-
} from '../../../../stores/shared/
|
|
30
|
-
import type { FlatDataRecordTypeTreeNodeData } from '../../../../stores/shared/
|
|
29
|
+
} from '../../../../stores/shared/DnDUtils.js';
|
|
30
|
+
import type { FlatDataRecordTypeTreeNodeData } from '../../../../stores/shared/TreeUtils.js';
|
|
31
31
|
import { addUniqueEntry } from '@finos/legend-shared';
|
|
32
32
|
import {
|
|
33
33
|
DEFAULT_SOURCE_PARAMETER_NAME,
|