@finos/legend-application-studio 17.0.0 → 18.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/{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/EmbeddedQueryBuilder.d.ts +1 -0
- package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -1
- package/lib/components/EmbeddedQueryBuilder.js +5 -26
- 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/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 +6 -6
- 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 +5 -5
- 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 +2 -2
- 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 +5 -5
- 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 +20 -94
- 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 +7 -9
- 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 +1 -1
- 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/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.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +5 -5
- 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} +3 -3
- 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} +6 -6
- 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 +1 -1
- 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 +5 -5
- 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 +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.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 +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +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 +5 -5
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +1 -1
- 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 +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.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/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 +4 -4
- 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 +41 -29
- 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 +1 -1
- 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 +1 -1
- 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 +2 -2
- 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/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 +4 -4
- 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/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/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/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 +5 -5
- 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 +4 -4
- 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 +2 -2
- 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/Explorer.d.ts +1 -0
- package/lib/components/editor/side-bar/Explorer.d.ts.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 +3 -3
- 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 +2 -2
- 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 +3 -3
- 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/StudioLambdaEditor.d.ts +1 -0
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
- 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/CreateProjectModal.d.ts +1 -0
- package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -0
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +9 -10
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +9 -10
- package/lib/index.js.map +1 -1
- package/lib/package.json +6 -6
- 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/{DSLGeneration_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/{DSLGeneration_LegendStudioApplicationPlugin_Extension.js → DSL_Generation_LegendStudioApplicationPlugin_Extension.js} +1 -1
- 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/{DSLMapping_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/{DSLService_LegendStudioApplicationPlugin_Extension.js → DSL_Service_LegendStudioApplicationPlugin_Extension.js} +1 -1
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/LegendStudioAppEvent.d.ts +1 -0
- package/lib/stores/LegendStudioAppEvent.d.ts.map +1 -1
- package/lib/stores/LegendStudioAppEvent.js +1 -0
- package/lib/stores/LegendStudioAppEvent.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.js +7 -7
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.js +1 -1
- package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts +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/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.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 +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +3 -3
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js +23 -27
- 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 +6 -6
- 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 +7 -7
- 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 +9 -9
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +13 -3
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.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} +3 -2
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLMapping_GraphModifierHelper.js → DSL_Mapping_GraphModifierHelper.js} +5 -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.js +2 -2
- package/lib/stores/project-viewer/ProjectViewerStore.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.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js +3 -4
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
- package/package.json +15 -15
- 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/EmbeddedQueryBuilder.tsx +9 -34
- 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 +8 -8
- package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +15 -13
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +7 -6
- package/src/components/editor/edit-panel/ModelImporter.tsx +3 -3
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +15 -18
- 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 +101 -371
- package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +27 -26
- package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +1 -1
- 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/FileGenerationEditor.tsx +13 -11
- package/src/components/editor/edit-panel/external-format-editor/{BindingElementEditor.tsx → DSL_ExternalFormat_BindingElementEditor.tsx} +2 -2
- 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 -5
- 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 +3 -3
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +9 -5
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +7 -6
- 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 +8 -7
- package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +7 -6
- package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +7 -5
- package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +221 -116
- package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +1 -1
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +3 -2
- package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +1 -1
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +8 -6
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +2 -2
- package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +5 -4
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +7 -4
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +8 -5
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +8 -6
- package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +6 -4
- package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +3 -2
- package/src/components/editor/side-bar/CreateNewElementModal.tsx +2 -2
- package/src/components/editor/side-bar/LocalChanges.tsx +7 -6
- 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 +3 -2
- package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +5 -4
- 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/workspace-review/WorkspaceReviewSideBar.tsx +3 -2
- package/src/index.ts +9 -15
- package/src/stores/{DSLData_LegendStudioApplicationPlugin_Extension.ts → DSL_Data_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/{DSLGeneration_LegendStudioApplicationPlugin_Extension.ts → DSL_Generation_LegendStudioApplicationPlugin_Extension.ts} +1 -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 +2 -2
- package/src/stores/LegendStudioAppEvent.ts +1 -0
- package/src/stores/{StoreRelational_LegendStudioApplicationPlugin_Extension.ts → STO_Relational_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/editor/NewElementState.ts +9 -9
- package/src/stores/editor-state/FileGenerationState.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 +5 -5
- package/src/stores/editor-state/ModelImporterState.ts +3 -3
- package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +4 -4
- 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 +9 -9
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +49 -57
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts +1 -17
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +6 -6
- package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +8 -8
- package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +1 -5
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +18 -12
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +40 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +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} +12 -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 +2 -2
- package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +18 -0
- package/src/stores/workspace-setup/WorkspaceSetupStore.ts +6 -5
- package/tsconfig.json +22 -22
- 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/stores/DSLData_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLData_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSLGeneration_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLGeneration_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
|
@@ -34,6 +34,7 @@ import {
|
|
|
34
34
|
WarningIcon,
|
|
35
35
|
CircleNotchIcon,
|
|
36
36
|
EmptyCircleIcon,
|
|
37
|
+
PanelContent,
|
|
37
38
|
} from '@finos/legend-art';
|
|
38
39
|
import {
|
|
39
40
|
AssertFail,
|
|
@@ -53,6 +54,7 @@ import {
|
|
|
53
54
|
AssertionTestTreeNodeData,
|
|
54
55
|
TestableTreeNodeData,
|
|
55
56
|
TestSuiteTreeNodeData,
|
|
57
|
+
TestBatchTreeNodeData,
|
|
56
58
|
getNodeTestableResult,
|
|
57
59
|
getAtomicTest_TestResult,
|
|
58
60
|
getAssertionStatus,
|
|
@@ -340,6 +342,13 @@ const TestableTreeNodeContainer: React.FC<
|
|
|
340
342
|
</span>
|
|
341
343
|
</div>
|
|
342
344
|
)}
|
|
345
|
+
{node instanceof TestBatchTreeNodeData && (
|
|
346
|
+
<div className="global-test-runner__item__link__content">
|
|
347
|
+
<span className="global-test-runner__item__link__content__id">
|
|
348
|
+
{node.label}
|
|
349
|
+
</span>
|
|
350
|
+
</div>
|
|
351
|
+
)}
|
|
343
352
|
{node instanceof AssertionTestTreeNodeData && (
|
|
344
353
|
<div className="global-test-runner__item__link__content">
|
|
345
354
|
<span className="global-test-runner__item__link__content__id">
|
|
@@ -456,7 +465,7 @@ export const GlobalTestRunner = observer(
|
|
|
456
465
|
}
|
|
457
466
|
></div>
|
|
458
467
|
</div>
|
|
459
|
-
<
|
|
468
|
+
<PanelContent>{renderTestables()}</PanelContent>
|
|
460
469
|
{globalTestRunnerState.failureViewing && (
|
|
461
470
|
<TestFailViewer
|
|
462
471
|
globalTestRunnerState={globalTestRunnerState}
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
} from '@finos/legend-art';
|
|
32
32
|
import {
|
|
33
33
|
isString,
|
|
34
|
-
|
|
34
|
+
stringifyLosslessJSON,
|
|
35
35
|
tryToFormatJSONString,
|
|
36
36
|
tryToFormatLosslessJSONString,
|
|
37
37
|
} from '@finos/legend-shared';
|
|
@@ -125,7 +125,7 @@ const formatJSONLikeValue = (value: unknown, lossless: boolean): string =>
|
|
|
125
125
|
? tryToFormatLosslessJSONString(value)
|
|
126
126
|
: tryToFormatJSONString(value)
|
|
127
127
|
: lossless
|
|
128
|
-
?
|
|
128
|
+
? stringifyLosslessJSON(value, undefined, TAB_SIZE)
|
|
129
129
|
: JSON.stringify(value, undefined, TAB_SIZE)
|
|
130
130
|
: '';
|
|
131
131
|
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
ArrowUpIcon,
|
|
25
25
|
CheckIcon,
|
|
26
26
|
InfoCircleIcon,
|
|
27
|
+
PanelContent,
|
|
27
28
|
} from '@finos/legend-art';
|
|
28
29
|
import { formatDistanceToNow } from 'date-fns';
|
|
29
30
|
import { EntityDiffViewState } from '../../stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js';
|
|
@@ -229,7 +230,7 @@ export const WorkspaceReviewSideBar = observer(() => {
|
|
|
229
230
|
{changes.length}
|
|
230
231
|
</div>
|
|
231
232
|
</div>
|
|
232
|
-
<
|
|
233
|
+
<PanelContent>
|
|
233
234
|
{changes
|
|
234
235
|
.slice()
|
|
235
236
|
.sort(entityDiffSorter)
|
|
@@ -241,7 +242,7 @@ export const WorkspaceReviewSideBar = observer(() => {
|
|
|
241
242
|
openDiff={openChange(diff)}
|
|
242
243
|
/>
|
|
243
244
|
))}
|
|
244
|
-
</
|
|
245
|
+
</PanelContent>
|
|
245
246
|
</div>
|
|
246
247
|
</div>
|
|
247
248
|
</div>
|
package/src/index.ts
CHANGED
|
@@ -46,11 +46,11 @@ export {
|
|
|
46
46
|
export { ExplorerTreeRootPackageLabel } from './stores/ExplorerTreeState.js';
|
|
47
47
|
export * from './stores/graphModifier/GraphModifierHelper.js';
|
|
48
48
|
export * from './stores/graphModifier/DomainGraphModifierHelper.js';
|
|
49
|
-
export * from './stores/
|
|
50
|
-
export * from './stores/
|
|
51
|
-
export * from './stores/
|
|
52
|
-
export * from './stores/graphModifier/
|
|
53
|
-
export * from './stores/graphModifier/
|
|
49
|
+
export * from './stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
50
|
+
export * from './stores/DSL_Service_LegendStudioApplicationPlugin_Extension.js';
|
|
51
|
+
export * from './stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js';
|
|
52
|
+
export * from './stores/graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
53
|
+
export * from './stores/graphModifier/DSL_Service_GraphModifierHelper.js';
|
|
54
54
|
|
|
55
55
|
// components
|
|
56
56
|
export * from './components/editor/EditorStoreProvider.js';
|
|
@@ -90,14 +90,8 @@ export { getElementIcon } from './components/shared/ElementIconUtils.js';
|
|
|
90
90
|
* See https://github.com/finos/legend-studio/issues/65
|
|
91
91
|
*/
|
|
92
92
|
|
|
93
|
-
export
|
|
94
|
-
|
|
95
|
-
ConnectionEditor_BooleanEditor,
|
|
96
|
-
ConnectionEditor_ArrayEditor,
|
|
97
|
-
} from './components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js';
|
|
98
|
-
export * from './stores/DSLGeneration_LegendStudioApplicationPlugin_Extension.js';
|
|
99
|
-
|
|
100
|
-
export * from './stores/StoreRelational_LegendStudioApplicationPlugin_Extension.js';
|
|
93
|
+
export * from './stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js';
|
|
94
|
+
export * from './stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js';
|
|
101
95
|
|
|
102
96
|
export { MINIMUM_SERVICE_OWNERS } from './stores/editor-state/element-editor-state/service/ServiceEditorState.js';
|
|
103
97
|
export { generateServiceManagementUrl } from './stores/editor-state/element-editor-state/service/ServiceRegistrationState.js';
|
|
@@ -105,11 +99,11 @@ export { ServicePureExecutionState } from './stores/editor-state/element-editor-
|
|
|
105
99
|
export { NewServiceModal } from './components/editor/edit-panel/service-editor/NewServiceModal.js';
|
|
106
100
|
export { GenerationFile } from './stores/shared/FileGenerationTreeUtils.js';
|
|
107
101
|
export { FileGenerationState } from './stores/editor-state/FileGenerationState.js';
|
|
108
|
-
export {
|
|
102
|
+
export { DSL_ExternalFormat_LegendStudioApplicationPlugin } from './components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js';
|
|
109
103
|
export {
|
|
110
104
|
externalFormatData_setData,
|
|
111
105
|
externalFormatData_setContentType,
|
|
112
|
-
} from './stores/graphModifier/
|
|
106
|
+
} from './stores/graphModifier/DSL_Data_GraphModifierHelper.js';
|
|
113
107
|
export { ExternalFormatDataEditor } from './components/editor/edit-panel/data-editor/DataElementEditor.js';
|
|
114
108
|
export {
|
|
115
109
|
ExternalFormatDataState,
|
|
@@ -43,7 +43,7 @@ export type EmbeddedDataCreator = (
|
|
|
43
43
|
export type EmbeddedDataSnippetSuggestion =
|
|
44
44
|
ElementEmbeddedContentSnippetSuggestion;
|
|
45
45
|
|
|
46
|
-
export interface
|
|
46
|
+
export interface DSL_Data_LegendStudioApplicationPlugin_Extension
|
|
47
47
|
extends DSL_LegendStudioApplicationPlugin_Extension {
|
|
48
48
|
/**
|
|
49
49
|
* Get the list of extra embedded data editor state builders.
|
|
@@ -30,7 +30,7 @@ export type FileGenerationScopeFilterConfiguration = {
|
|
|
30
30
|
filter: (element: PackageableElement) => boolean;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
export interface
|
|
33
|
+
export interface DSL_Generation_LegendStudioApplicationPlugin_Extension
|
|
34
34
|
extends DSL_LegendStudioApplicationPlugin_Extension {
|
|
35
35
|
/**
|
|
36
36
|
* Get drag-and-drop type specifier for model generation specification elements.
|
|
@@ -118,7 +118,7 @@ export type InstanceSetImplementationStoreExtractor = (
|
|
|
118
118
|
sourceElement: MappingElementSource,
|
|
119
119
|
) => Store | undefined;
|
|
120
120
|
|
|
121
|
-
export interface
|
|
121
|
+
export interface DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
122
122
|
extends DSL_LegendStudioApplicationPlugin_Extension {
|
|
123
123
|
/**
|
|
124
124
|
* Get the list of set implementation decorators.
|
|
@@ -23,7 +23,7 @@ export type ServiceTestRuntimeConnectionBuilder = (
|
|
|
23
23
|
testData: string,
|
|
24
24
|
) => Connection | undefined;
|
|
25
25
|
|
|
26
|
-
export interface
|
|
26
|
+
export interface DSL_Service_LegendStudioApplicationPlugin_Extension
|
|
27
27
|
extends DSL_LegendStudioApplicationPlugin_Extension {
|
|
28
28
|
/**
|
|
29
29
|
* Get the list of service test runtime connection builder for a provided connection and test data.
|
|
@@ -99,7 +99,7 @@ import {
|
|
|
99
99
|
CONFIGURATION_EDITOR_TAB,
|
|
100
100
|
getConflictsString,
|
|
101
101
|
} from './editor-state/ProjectConfigurationEditorState.js';
|
|
102
|
-
import type {
|
|
102
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from './DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
103
103
|
import { graph_dispose } from './graphModifier/GraphModifierHelper.js';
|
|
104
104
|
import {
|
|
105
105
|
PACKAGEABLE_ELEMENT_TYPE,
|
|
@@ -1290,7 +1290,7 @@ export class EditorGraphState {
|
|
|
1290
1290
|
.flatMap(
|
|
1291
1291
|
(plugin) =>
|
|
1292
1292
|
(
|
|
1293
|
-
plugin as
|
|
1293
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
1294
1294
|
).getExtraSetImplementationClassifiers?.() ?? [],
|
|
1295
1295
|
);
|
|
1296
1296
|
for (const Classifier of extraSetImplementationClassifiers) {
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
export enum LEGEND_STUDIO_APP_EVENT {
|
|
18
18
|
// FAILURE
|
|
19
19
|
// TODO: consider to spliting all of these generic errors into more specific events
|
|
20
|
+
GENERIC_FAILURE = 'application.failure.generic',
|
|
20
21
|
WORKSPACE_SETUP_FAILURE = 'setup.workspace.failure',
|
|
21
22
|
PACKAGE_TREE_BUILDER_FAILURE = 'editor.package-tree-build.failure',
|
|
22
23
|
MODEL_LOADER_FAILURE = 'editor.model-loader.failure',
|
|
@@ -86,7 +86,7 @@ export type PostProcessorStateCreator = (
|
|
|
86
86
|
connectionValueState: RelationalDatabaseConnectionValueState,
|
|
87
87
|
) => PostProcessorEditorState | undefined;
|
|
88
88
|
|
|
89
|
-
export interface
|
|
89
|
+
export interface STO_Relational_LegendStudioApplicationPlugin_Extension
|
|
90
90
|
extends DSL_LegendStudioApplicationPlugin_Extension {
|
|
91
91
|
// --------------------- relational database connection datasource specification ------------------
|
|
92
92
|
|
|
@@ -76,22 +76,22 @@ import {
|
|
|
76
76
|
stub_Database,
|
|
77
77
|
Measure,
|
|
78
78
|
} from '@finos/legend-graph';
|
|
79
|
-
import type {
|
|
79
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
80
80
|
import {
|
|
81
81
|
packageableConnection_setConnectionValue,
|
|
82
82
|
runtime_addMapping,
|
|
83
|
-
} from '../graphModifier/
|
|
83
|
+
} from '../graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
84
84
|
import {
|
|
85
85
|
fileGeneration_setScopeElements,
|
|
86
86
|
fileGeneration_setType,
|
|
87
87
|
generationSpecification_addGenerationElement,
|
|
88
|
-
} from '../graphModifier/
|
|
88
|
+
} from '../graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
89
89
|
import {
|
|
90
90
|
service_initNewService,
|
|
91
91
|
service_setExecution,
|
|
92
|
-
} from '../graphModifier/
|
|
92
|
+
} from '../graphModifier/DSL_Service_GraphModifierHelper.js';
|
|
93
93
|
import type { EmbeddedDataTypeOption } from '../editor-state/element-editor-state/data/DataEditorState.js';
|
|
94
|
-
import { dataElement_setEmbeddedData } from '../graphModifier/
|
|
94
|
+
import { dataElement_setEmbeddedData } from '../graphModifier/DSL_Data_GraphModifierHelper.js';
|
|
95
95
|
import { PACKAGEABLE_ELEMENT_TYPE } from '../shared/ModelClassifierUtils.js';
|
|
96
96
|
import {
|
|
97
97
|
buildElementOption,
|
|
@@ -361,13 +361,13 @@ export class NewPackageableConnectionDriver extends NewElementDriver<Packageable
|
|
|
361
361
|
this.newConnectionValueDriver = new NewPureModelConnectionDriver(
|
|
362
362
|
this.editorStore,
|
|
363
363
|
);
|
|
364
|
-
|
|
364
|
+
return;
|
|
365
365
|
case CONNECTION_TYPE.RELATIONAL:
|
|
366
366
|
this.newConnectionValueDriver =
|
|
367
367
|
new NewRelationalDatabaseConnectionDriver(this.editorStore);
|
|
368
|
-
|
|
368
|
+
return;
|
|
369
369
|
default:
|
|
370
|
-
|
|
370
|
+
return;
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
|
@@ -386,7 +386,7 @@ export class NewPackageableConnectionDriver extends NewElementDriver<Packageable
|
|
|
386
386
|
.flatMap(
|
|
387
387
|
(plugin) =>
|
|
388
388
|
(
|
|
389
|
-
plugin as
|
|
389
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
390
390
|
).getExtraNewConnectionDriverCreators?.() ?? [],
|
|
391
391
|
);
|
|
392
392
|
for (const creator of extraNewConnectionDriverCreators) {
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
fileGeneration_addConfigurationProperty,
|
|
55
55
|
fileGeneration_addScopeElement,
|
|
56
56
|
fileGeneration_deleteScopeElement,
|
|
57
|
-
} from '../graphModifier/
|
|
57
|
+
} from '../graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
58
58
|
|
|
59
59
|
export class FileGenerationState {
|
|
60
60
|
editorStore: EditorStore;
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
import {
|
|
33
33
|
generationSpecification_addNode,
|
|
34
34
|
generationSpecification_deleteGenerationNode,
|
|
35
|
-
} from '../graphModifier/
|
|
35
|
+
} from '../graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
36
36
|
|
|
37
37
|
export interface GenerationSpecNodeDragSource {
|
|
38
38
|
nodeState: GenerationTreeNodeState;
|
|
@@ -20,7 +20,7 @@ import { UnsupportedOperationError } from '@finos/legend-shared';
|
|
|
20
20
|
import {
|
|
21
21
|
type PackageableElement,
|
|
22
22
|
type EngineError,
|
|
23
|
-
type
|
|
23
|
+
type DSL_Mapping_PureGraphManagerPlugin_Extension,
|
|
24
24
|
Profile,
|
|
25
25
|
Enumeration,
|
|
26
26
|
Class,
|
|
@@ -139,7 +139,7 @@ export class GrammarTextEditorState {
|
|
|
139
139
|
.flatMap(
|
|
140
140
|
(plugin) =>
|
|
141
141
|
(
|
|
142
|
-
plugin as
|
|
142
|
+
plugin as DSL_Mapping_PureGraphManagerPlugin_Extension
|
|
143
143
|
).getExtraPureGrammarConnectionLabelers?.() ?? [],
|
|
144
144
|
);
|
|
145
145
|
for (const labeler of extraPureGrammarConnectionLabelers) {
|
|
@@ -54,19 +54,19 @@ import type { Entity } from '@finos/legend-storage';
|
|
|
54
54
|
import {
|
|
55
55
|
type GenerationConfigurationDescription,
|
|
56
56
|
type GenerationOutput,
|
|
57
|
-
type
|
|
57
|
+
type DSL_Generation_PureGraphManagerPlugin_Extension,
|
|
58
58
|
type GenerationTreeNode,
|
|
59
59
|
Class,
|
|
60
60
|
Enumeration,
|
|
61
61
|
GenerationSpecification,
|
|
62
62
|
ELEMENT_PATH_DELIMITER,
|
|
63
63
|
} from '@finos/legend-graph';
|
|
64
|
-
import type {
|
|
64
|
+
import type { DSL_Generation_LegendStudioApplicationPlugin_Extension } from '../DSL_Generation_LegendStudioApplicationPlugin_Extension.js';
|
|
65
65
|
import { ExternalFormatState } from './ExternalFormatState.js';
|
|
66
66
|
import {
|
|
67
67
|
generationSpecification_addFileGeneration,
|
|
68
68
|
generationSpecification_addGenerationElement,
|
|
69
|
-
} from '../graphModifier/
|
|
69
|
+
} from '../graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
70
70
|
|
|
71
71
|
export const DEFAULT_GENERATION_SPECIFICATION_NAME =
|
|
72
72
|
'MyGenerationSpecification';
|
|
@@ -142,7 +142,7 @@ export class GraphGenerationState {
|
|
|
142
142
|
.flatMap(
|
|
143
143
|
(plugin) =>
|
|
144
144
|
(
|
|
145
|
-
plugin as
|
|
145
|
+
plugin as DSL_Generation_LegendStudioApplicationPlugin_Extension
|
|
146
146
|
).getExtraFileGenerationScopeFilterConfigurations?.() ?? [],
|
|
147
147
|
);
|
|
148
148
|
return this.fileGenerationConfigurations.filter((generationType) => {
|
|
@@ -370,7 +370,7 @@ export class GraphGenerationState {
|
|
|
370
370
|
.flatMap(
|
|
371
371
|
(plugin) =>
|
|
372
372
|
(
|
|
373
|
-
plugin as
|
|
373
|
+
plugin as DSL_Generation_PureGraphManagerPlugin_Extension
|
|
374
374
|
).getExtraModelGenerationElementGetters?.() ?? [],
|
|
375
375
|
)
|
|
376
376
|
.flatMap((getter) => getter(this.editorStore.graphManagerState.graph));
|
|
@@ -49,8 +49,8 @@ import {
|
|
|
49
49
|
import {
|
|
50
50
|
externalFormat_schemaSet_setFormat,
|
|
51
51
|
externalFormat_schemaSet_setSchemas,
|
|
52
|
-
} from '../graphModifier/
|
|
53
|
-
import { InnerSchemaSetEditorState } from './element-editor-state/external-format/
|
|
52
|
+
} from '../graphModifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
53
|
+
import { InnerSchemaSetEditorState } from './element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
54
54
|
|
|
55
55
|
export enum MODEL_IMPORT_NATIVE_INPUT_TYPE {
|
|
56
56
|
ENTITIES = 'ENTITIES',
|
|
@@ -152,7 +152,7 @@ export class NativeModelImporterEditorState extends ModelImporterEditorState {
|
|
|
152
152
|
return JSON.parse(this.modelText) as Entity[];
|
|
153
153
|
}
|
|
154
154
|
case MODEL_IMPORT_NATIVE_INPUT_TYPE.PURE_GRAMMAR: {
|
|
155
|
-
return
|
|
155
|
+
return this.editorStore.graphManagerState.graphManager.pureCodeToEntities(
|
|
156
156
|
this.modelText,
|
|
157
157
|
);
|
|
158
158
|
}
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
createObservableFileGeneration,
|
|
28
28
|
fileGeneration_setType,
|
|
29
|
-
} from '../../graphModifier/
|
|
29
|
+
} from '../../graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
30
30
|
import { handlePostCreateAction } from '../../editor/NewElementState.js';
|
|
31
31
|
|
|
32
32
|
export class ElementFileGenerationState {
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
getAllIdentifiedConnections,
|
|
67
67
|
generateIdentifiedConnectionId,
|
|
68
68
|
} from '@finos/legend-graph';
|
|
69
|
-
import type {
|
|
69
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../../DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
70
70
|
import { packageableElementReference_setValue } from '../../graphModifier/DomainGraphModifierHelper.js';
|
|
71
71
|
import {
|
|
72
72
|
runtime_addIdentifiedConnection,
|
|
@@ -74,7 +74,7 @@ import {
|
|
|
74
74
|
runtime_addUniqueStoreConnectionsForStore,
|
|
75
75
|
runtime_deleteIdentifiedConnection,
|
|
76
76
|
runtime_deleteMapping,
|
|
77
|
-
} from '../../graphModifier/
|
|
77
|
+
} from '../../graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
78
78
|
|
|
79
79
|
export const getClassMappingStore = (
|
|
80
80
|
setImplementation: SetImplementation,
|
|
@@ -98,7 +98,7 @@ export const getClassMappingStore = (
|
|
|
98
98
|
.flatMap(
|
|
99
99
|
(plugin) =>
|
|
100
100
|
(
|
|
101
|
-
plugin as
|
|
101
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
102
102
|
).getExtraInstanceSetImplementationStoreExtractors?.() ?? [],
|
|
103
103
|
);
|
|
104
104
|
for (const extractor of extraInstanceSetImplementationStoreExtractors) {
|
|
@@ -504,7 +504,7 @@ export class IdentifiedConnectionsPerStoreEditorTabState extends IdentifiedConne
|
|
|
504
504
|
.flatMap(
|
|
505
505
|
(plugin) =>
|
|
506
506
|
(
|
|
507
|
-
plugin as
|
|
507
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
508
508
|
).getExtraDefaultConnectionValueBuilders?.() ?? [],
|
|
509
509
|
);
|
|
510
510
|
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
UnsupportedOperationError,
|
|
23
23
|
} from '@finos/legend-shared';
|
|
24
24
|
import { ElementEditorState } from './../ElementEditorState.js';
|
|
25
|
-
import type {
|
|
25
|
+
import type { STO_Relational_LegendStudioApplicationPlugin_Extension } from '../../../STO_Relational_LegendStudioApplicationPlugin_Extension.js';
|
|
26
26
|
import { DatabaseBuilderState } from './DatabaseBuilderState.js';
|
|
27
27
|
import {
|
|
28
28
|
type PackageableElement,
|
|
@@ -55,11 +55,11 @@ import {
|
|
|
55
55
|
type PostProcessor,
|
|
56
56
|
MapperPostProcessor,
|
|
57
57
|
} from '@finos/legend-graph';
|
|
58
|
-
import type {
|
|
58
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../../../DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
59
59
|
import {
|
|
60
60
|
relationDbConnection_setNewAuthenticationStrategy,
|
|
61
61
|
relationDbConnection_setDatasourceSpecification,
|
|
62
|
-
} from '../../../graphModifier/
|
|
62
|
+
} from '../../../graphModifier/STO_Relational_GraphModifierHelper.js';
|
|
63
63
|
import {
|
|
64
64
|
MapperPostProcessorEditorState,
|
|
65
65
|
type PostProcessorEditorState,
|
|
@@ -149,7 +149,7 @@ export class RelationalDatabaseConnectionValueState extends ConnectionValueState
|
|
|
149
149
|
.flatMap(
|
|
150
150
|
(plugin) =>
|
|
151
151
|
(
|
|
152
|
-
plugin as
|
|
152
|
+
plugin as STO_Relational_LegendStudioApplicationPlugin_Extension
|
|
153
153
|
).getExtraPostProcessorStateCreators?.() ?? [],
|
|
154
154
|
);
|
|
155
155
|
for (const creator of extraPostProcessorStateCreators) {
|
|
@@ -202,7 +202,7 @@ export class RelationalDatabaseConnectionValueState extends ConnectionValueState
|
|
|
202
202
|
.flatMap(
|
|
203
203
|
(plugin) =>
|
|
204
204
|
(
|
|
205
|
-
plugin as
|
|
205
|
+
plugin as STO_Relational_LegendStudioApplicationPlugin_Extension
|
|
206
206
|
).getExtraDatasourceSpecificationClassifiers?.() ?? [],
|
|
207
207
|
);
|
|
208
208
|
for (const classifier of extraDatasourceSpecificationClassifiers) {
|
|
@@ -264,7 +264,7 @@ export class RelationalDatabaseConnectionValueState extends ConnectionValueState
|
|
|
264
264
|
.flatMap(
|
|
265
265
|
(plugin) =>
|
|
266
266
|
(
|
|
267
|
-
plugin as
|
|
267
|
+
plugin as STO_Relational_LegendStudioApplicationPlugin_Extension
|
|
268
268
|
).getExtraDatasourceSpecificationCreators?.() ?? [],
|
|
269
269
|
);
|
|
270
270
|
for (const creator of extraDatasourceSpecificationCreators) {
|
|
@@ -321,7 +321,7 @@ export class RelationalDatabaseConnectionValueState extends ConnectionValueState
|
|
|
321
321
|
.flatMap(
|
|
322
322
|
(plugin) =>
|
|
323
323
|
(
|
|
324
|
-
plugin as
|
|
324
|
+
plugin as STO_Relational_LegendStudioApplicationPlugin_Extension
|
|
325
325
|
).getExtraAuthenticationStrategyClassifiers?.() ?? [],
|
|
326
326
|
);
|
|
327
327
|
for (const classifier of extraAuthenticationStrategyClassifiers) {
|
|
@@ -388,7 +388,7 @@ export class RelationalDatabaseConnectionValueState extends ConnectionValueState
|
|
|
388
388
|
.flatMap(
|
|
389
389
|
(plugin) =>
|
|
390
390
|
(
|
|
391
|
-
plugin as
|
|
391
|
+
plugin as STO_Relational_LegendStudioApplicationPlugin_Extension
|
|
392
392
|
).getExtraAuthenticationStrategyCreators?.() ?? [],
|
|
393
393
|
);
|
|
394
394
|
for (const creator of extraAuthenticationStrategyCreators) {
|
|
@@ -478,7 +478,7 @@ export class ConnectionEditorState {
|
|
|
478
478
|
.flatMap(
|
|
479
479
|
(plugin) =>
|
|
480
480
|
(
|
|
481
|
-
plugin as
|
|
481
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
482
482
|
).getExtraConnectionValueEditorStateBuilders?.() ?? [],
|
|
483
483
|
);
|
|
484
484
|
for (const stateBuilder of extraConnectionValueEditorStateBuilders) {
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
getNullableSchema,
|
|
50
50
|
getNullableTable,
|
|
51
51
|
} from '@finos/legend-graph';
|
|
52
|
-
import { connection_setStore } from '../../../graphModifier/
|
|
52
|
+
import { connection_setStore } from '../../../graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
53
53
|
|
|
54
54
|
export abstract class DatabaseBuilderTreeNodeData implements TreeNodeData {
|
|
55
55
|
isOpen?: boolean | undefined;
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
UnsupportedOperationError,
|
|
31
31
|
} from '@finos/legend-shared';
|
|
32
32
|
import { action, makeObservable, observable } from 'mobx';
|
|
33
|
-
import type {
|
|
33
|
+
import type { DSL_Data_LegendStudioApplicationPlugin_Extension } from '../../../DSL_Data_LegendStudioApplicationPlugin_Extension.js';
|
|
34
34
|
import type { EditorStore } from '../../../EditorStore.js';
|
|
35
35
|
import {
|
|
36
36
|
dataElementReference_setDataElement,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
relationalData_setTableName,
|
|
43
43
|
relationalData_setTableSchemaName,
|
|
44
44
|
relationalData_setTableValues,
|
|
45
|
-
} from '../../../graphModifier/
|
|
45
|
+
} from '../../../graphModifier/DSL_Data_GraphModifierHelper.js';
|
|
46
46
|
import { EmbeddedDataType } from '../../ExternalFormatState.js';
|
|
47
47
|
|
|
48
48
|
export const createEmbeddedData = (
|
|
@@ -73,7 +73,7 @@ export const createEmbeddedData = (
|
|
|
73
73
|
.flatMap(
|
|
74
74
|
(plugin) =>
|
|
75
75
|
(
|
|
76
|
-
plugin as
|
|
76
|
+
plugin as DSL_Data_LegendStudioApplicationPlugin_Extension
|
|
77
77
|
).getExtraEmbeddedDataCreators?.() ?? [],
|
|
78
78
|
);
|
|
79
79
|
for (const creator of extraEmbeddedDataCreator) {
|
|
@@ -337,7 +337,7 @@ export function buildEmbeddedDataEditorState(
|
|
|
337
337
|
.flatMap(
|
|
338
338
|
(plugin) =>
|
|
339
339
|
(
|
|
340
|
-
plugin as
|
|
340
|
+
plugin as DSL_Data_LegendStudioApplicationPlugin_Extension
|
|
341
341
|
).getExtraEmbeddedDataEditorStateBuilders?.() ?? [],
|
|
342
342
|
);
|
|
343
343
|
for (const stateBuilder of extraEmbeddedDataEditorStateBuilders) {
|
|
File without changes
|
|
@@ -55,7 +55,7 @@ import { type EntityChange, EntityChangeType } from '@finos/legend-server-sdlc';
|
|
|
55
55
|
import type { EditorStore } from '../../../EditorStore.js';
|
|
56
56
|
import { ElementEditorState } from '../ElementEditorState.js';
|
|
57
57
|
import { LEGEND_STUDIO_APP_EVENT } from '../../../LegendStudioAppEvent.js';
|
|
58
|
-
import { configurationProperty_setValue } from '../../../graphModifier/
|
|
58
|
+
import { configurationProperty_setValue } from '../../../graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
59
59
|
|
|
60
60
|
export enum SCHEMA_SET_TAB_TYPE {
|
|
61
61
|
SCHEMAS = 'SCHEMAS',
|
|
@@ -101,11 +101,11 @@ import {
|
|
|
101
101
|
} from '@finos/legend-graph';
|
|
102
102
|
import { LambdaEditorState } from '@finos/legend-application';
|
|
103
103
|
import type {
|
|
104
|
-
|
|
104
|
+
DSL_Mapping_LegendStudioApplicationPlugin_Extension,
|
|
105
105
|
MappingElementLabel,
|
|
106
|
-
} from '../../../
|
|
106
|
+
} from '../../../DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
107
107
|
import type { LegendStudioApplicationPlugin } from '../../../LegendStudioApplicationPlugin.js';
|
|
108
|
-
import { flatData_setSourceRootRecordType } from '../../../graphModifier/
|
|
108
|
+
import { flatData_setSourceRootRecordType } from '../../../graphModifier/STO_FlatData_GraphModifierHelper.js';
|
|
109
109
|
import {
|
|
110
110
|
pureInstanceSetImpl_setSrcClass,
|
|
111
111
|
mapping_addClassMapping,
|
|
@@ -117,9 +117,9 @@ import {
|
|
|
117
117
|
mapping_deleteTest,
|
|
118
118
|
setImpl_updateRootOnCreate,
|
|
119
119
|
setImpl_updateRootOnDelete,
|
|
120
|
-
} from '../../../graphModifier/
|
|
120
|
+
} from '../../../graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
121
121
|
import { BASIC_SET_IMPLEMENTATION_TYPE } from '../../../shared/ModelClassifierUtils.js';
|
|
122
|
-
import { rootRelationalSetImp_setMainTableAlias } from '../../../graphModifier/
|
|
122
|
+
import { rootRelationalSetImp_setMainTableAlias } from '../../../graphModifier/STO_Relational_GraphModifierHelper.js';
|
|
123
123
|
|
|
124
124
|
export interface MappingExplorerTreeNodeData extends TreeNodeData {
|
|
125
125
|
mappingElement: MappingElement;
|
|
@@ -227,7 +227,7 @@ export const getMappingElementLabel = (
|
|
|
227
227
|
.flatMap(
|
|
228
228
|
(plugin) =>
|
|
229
229
|
(
|
|
230
|
-
plugin as
|
|
230
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
231
231
|
).getExtraSetImplementationMappingElementLabelInfoBuilders?.() ??
|
|
232
232
|
[],
|
|
233
233
|
);
|
|
@@ -297,7 +297,7 @@ export const getMappingElementSource = (
|
|
|
297
297
|
const extraMappingElementSourceExtractors = plugins.flatMap(
|
|
298
298
|
(plugin) =>
|
|
299
299
|
(
|
|
300
|
-
plugin as
|
|
300
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
301
301
|
).getExtraMappingElementSourceExtractors?.() ?? [],
|
|
302
302
|
);
|
|
303
303
|
for (const extractor of extraMappingElementSourceExtractors) {
|
|
@@ -943,7 +943,7 @@ export class MappingEditorState extends ElementEditorState {
|
|
|
943
943
|
.flatMap(
|
|
944
944
|
(plugin) =>
|
|
945
945
|
(
|
|
946
|
-
plugin as
|
|
946
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
947
947
|
).getExtraInstanceSetImplementationSourceUpdaters?.() ?? [],
|
|
948
948
|
);
|
|
949
949
|
for (const updater of extraInstanceSetImplementationSourceUpdaters) {
|
|
@@ -1160,7 +1160,7 @@ export class MappingEditorState extends ElementEditorState {
|
|
|
1160
1160
|
.flatMap(
|
|
1161
1161
|
(plugin) =>
|
|
1162
1162
|
(
|
|
1163
|
-
plugin as
|
|
1163
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
1164
1164
|
).getExtraMappingElementStateCreators?.() ?? [],
|
|
1165
1165
|
);
|
|
1166
1166
|
for (const elementStateCreator of extraMappingElementStateCreators) {
|