@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
|
@@ -27,8 +27,6 @@ import { flowResult } from 'mobx';
|
|
|
27
27
|
import { noop } from '@finos/legend-shared';
|
|
28
28
|
import {
|
|
29
29
|
useApplicationNavigationContext,
|
|
30
|
-
ActionAlertActionType,
|
|
31
|
-
ActionAlertType,
|
|
32
30
|
useApplicationStore,
|
|
33
31
|
} from '@finos/legend-application';
|
|
34
32
|
import {
|
|
@@ -52,44 +50,21 @@ const QueryBuilderDialog = observer(
|
|
|
52
50
|
const applicationStore = useApplicationStore();
|
|
53
51
|
const [isMaximized, setIsMaximized] = useState(false);
|
|
54
52
|
const toggleMaximize = (): void => setIsMaximized(!isMaximized);
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
53
|
+
|
|
54
|
+
const confirmCloseQueryBuilder = (): void => {
|
|
55
|
+
queryBuilderState.changeDetectionState.alertUnsavedChanges((): void => {
|
|
56
|
+
flowResult(
|
|
57
|
+
embeddedQueryBuilderState.setEmbeddedQueryBuilderConfiguration(
|
|
58
|
+
undefined,
|
|
59
|
+
),
|
|
60
|
+
).catch(applicationStore.alertUnhandledError);
|
|
61
|
+
});
|
|
61
62
|
};
|
|
62
63
|
|
|
63
64
|
useApplicationNavigationContext(
|
|
64
65
|
LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.EMBEDDED_QUERY_BUILDER,
|
|
65
66
|
);
|
|
66
67
|
|
|
67
|
-
const confirmCloseQueryBuilder = (): void => {
|
|
68
|
-
if (queryBuilderState.changeDetectionState.hasChanged) {
|
|
69
|
-
applicationStore.setActionAlertInfo({
|
|
70
|
-
message:
|
|
71
|
-
'Unsaved changes to your query will be lost if you continue. Do you still want to proceed?',
|
|
72
|
-
type: ActionAlertType.CAUTION,
|
|
73
|
-
actions: [
|
|
74
|
-
{
|
|
75
|
-
label: 'Proceed',
|
|
76
|
-
type: ActionAlertActionType.PROCEED_WITH_CAUTION,
|
|
77
|
-
handler: applicationStore.guardUnhandledError(async () =>
|
|
78
|
-
closeQueryBuilder(),
|
|
79
|
-
),
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
label: 'Cancel',
|
|
83
|
-
type: ActionAlertActionType.PROCEED,
|
|
84
|
-
default: true,
|
|
85
|
-
},
|
|
86
|
-
],
|
|
87
|
-
});
|
|
88
|
-
} else {
|
|
89
|
-
closeQueryBuilder();
|
|
90
|
-
}
|
|
91
|
-
};
|
|
92
|
-
|
|
93
68
|
return (
|
|
94
69
|
<Dialog
|
|
95
70
|
open={Boolean(embeddedQueryBuilderState.queryBuilderState)}
|
|
@@ -16,7 +16,13 @@
|
|
|
16
16
|
|
|
17
17
|
import { useEffect } from 'react';
|
|
18
18
|
import { observer } from 'mobx-react-lite';
|
|
19
|
-
import {
|
|
19
|
+
import {
|
|
20
|
+
clsx,
|
|
21
|
+
ChevronUpIcon,
|
|
22
|
+
ChevronDownIcon,
|
|
23
|
+
XIcon,
|
|
24
|
+
PanelContent,
|
|
25
|
+
} from '@finos/legend-art';
|
|
20
26
|
import { Console } from './Console.js';
|
|
21
27
|
import { AUX_PANEL_MODE } from '../../../stores/EditorConfig.js';
|
|
22
28
|
import { isNonNullable } from '@finos/legend-shared';
|
|
@@ -118,7 +124,7 @@ export const AuxiliaryPanel = observer(() => {
|
|
|
118
124
|
</button>
|
|
119
125
|
</div>
|
|
120
126
|
</div>
|
|
121
|
-
<
|
|
127
|
+
<PanelContent>
|
|
122
128
|
{isTabVisible(AUX_PANEL_MODE.CONSOLE) && (
|
|
123
129
|
<div className="auxiliary-panel__content__tab">
|
|
124
130
|
<Console />
|
|
@@ -129,7 +135,7 @@ export const AuxiliaryPanel = observer(() => {
|
|
|
129
135
|
<DevTool />
|
|
130
136
|
</div>
|
|
131
137
|
)}
|
|
132
|
-
</
|
|
138
|
+
</PanelContent>
|
|
133
139
|
</div>
|
|
134
140
|
);
|
|
135
141
|
});
|
|
@@ -24,6 +24,8 @@ import {
|
|
|
24
24
|
LockIcon,
|
|
25
25
|
FireIcon,
|
|
26
26
|
StickArrowCircleRightIcon,
|
|
27
|
+
Panel,
|
|
28
|
+
PanelContent,
|
|
27
29
|
} from '@finos/legend-art';
|
|
28
30
|
import type { FileGenerationSpecification } from '@finos/legend-graph';
|
|
29
31
|
import { useEditorStore } from '../EditorStoreProvider.js';
|
|
@@ -45,7 +47,7 @@ export const FileGenerationViewer = observer(() => {
|
|
|
45
47
|
|
|
46
48
|
return (
|
|
47
49
|
<div className="file-generation-viewer">
|
|
48
|
-
<
|
|
50
|
+
<Panel>
|
|
49
51
|
<div className="panel__header">
|
|
50
52
|
<div className="panel__header__title">
|
|
51
53
|
{
|
|
@@ -87,7 +89,7 @@ export const FileGenerationViewer = observer(() => {
|
|
|
87
89
|
)}
|
|
88
90
|
</div>
|
|
89
91
|
</div>
|
|
90
|
-
<
|
|
92
|
+
<PanelContent>
|
|
91
93
|
{
|
|
92
94
|
<StudioTextInputEditor
|
|
93
95
|
inputValue={getTextContent(
|
|
@@ -98,9 +100,9 @@ export const FileGenerationViewer = observer(() => {
|
|
|
98
100
|
language={getEditorLanguageFromFormat(generatedFile.format)}
|
|
99
101
|
/>
|
|
100
102
|
}
|
|
101
|
-
</
|
|
103
|
+
</PanelContent>
|
|
102
104
|
</div>
|
|
103
|
-
</
|
|
105
|
+
</Panel>
|
|
104
106
|
</div>
|
|
105
107
|
);
|
|
106
108
|
});
|
|
@@ -42,6 +42,8 @@ import {
|
|
|
42
42
|
PanelEntryDropZonePlaceholder,
|
|
43
43
|
DragPreviewLayer,
|
|
44
44
|
useDragPreviewLayer,
|
|
45
|
+
Panel,
|
|
46
|
+
PanelContent,
|
|
45
47
|
} from '@finos/legend-art';
|
|
46
48
|
import { LEGEND_STUDIO_TEST_ID } from '../../LegendStudioTestID.js';
|
|
47
49
|
import {
|
|
@@ -64,7 +66,6 @@ import {
|
|
|
64
66
|
MULTIPLICITY_INFINITE,
|
|
65
67
|
Unit,
|
|
66
68
|
Type,
|
|
67
|
-
Multiplicity,
|
|
68
69
|
Enumeration,
|
|
69
70
|
Class,
|
|
70
71
|
PrimitiveType,
|
|
@@ -189,7 +190,7 @@ const ParameterBasicEditor = observer(
|
|
|
189
190
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
190
191
|
rawVariableExpression_setMultiplicity(
|
|
191
192
|
parameter,
|
|
192
|
-
|
|
193
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
193
194
|
);
|
|
194
195
|
}
|
|
195
196
|
};
|
|
@@ -443,7 +444,7 @@ const ReturnTypeEditor = observer(
|
|
|
443
444
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
444
445
|
function_setReturnMultiplicity(
|
|
445
446
|
functionElement,
|
|
446
|
-
|
|
447
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
447
448
|
);
|
|
448
449
|
}
|
|
449
450
|
};
|
|
@@ -624,7 +625,6 @@ export const FunctionMainEditor = observer(
|
|
|
624
625
|
}),
|
|
625
626
|
[handleDropParameter],
|
|
626
627
|
);
|
|
627
|
-
|
|
628
628
|
return (
|
|
629
629
|
<div className="panel__content function-editor__element">
|
|
630
630
|
<div className="function-editor__element__item">
|
|
@@ -817,7 +817,7 @@ export const FunctionEditor = observer(() => {
|
|
|
817
817
|
|
|
818
818
|
return (
|
|
819
819
|
<div className="function-editor">
|
|
820
|
-
<
|
|
820
|
+
<Panel>
|
|
821
821
|
<div className="panel__header">
|
|
822
822
|
<div className="panel__header__title">
|
|
823
823
|
{isReadOnly && (
|
|
@@ -864,7 +864,7 @@ export const FunctionEditor = observer(() => {
|
|
|
864
864
|
isReadOnly={isReadOnly}
|
|
865
865
|
/>
|
|
866
866
|
) : (
|
|
867
|
-
<
|
|
867
|
+
<PanelContent>
|
|
868
868
|
{selectedTab === FUNCTION_SPEC_TAB.TAGGED_VALUES && (
|
|
869
869
|
<div
|
|
870
870
|
ref={dropTaggedValueRef}
|
|
@@ -905,9 +905,9 @@ export const FunctionEditor = observer(() => {
|
|
|
905
905
|
))}
|
|
906
906
|
</div>
|
|
907
907
|
)}
|
|
908
|
-
</
|
|
908
|
+
</PanelContent>
|
|
909
909
|
)}
|
|
910
|
-
</
|
|
910
|
+
</Panel>
|
|
911
911
|
</div>
|
|
912
912
|
);
|
|
913
913
|
});
|
|
@@ -42,6 +42,8 @@ import {
|
|
|
42
42
|
DragPreviewLayer,
|
|
43
43
|
useDragPreviewLayer,
|
|
44
44
|
PanelEntryDropZonePlaceholder,
|
|
45
|
+
Panel,
|
|
46
|
+
PanelContent,
|
|
45
47
|
} from '@finos/legend-art';
|
|
46
48
|
import {
|
|
47
49
|
CORE_DND_TYPE,
|
|
@@ -49,13 +51,13 @@ import {
|
|
|
49
51
|
type FileGenerationSourceDropTarget,
|
|
50
52
|
} from '../../../stores/shared/DnDUtils.js';
|
|
51
53
|
import { getNullableFirstElement } from '@finos/legend-shared';
|
|
52
|
-
import type {
|
|
54
|
+
import type { DSL_Generation_LegendStudioApplicationPlugin_Extension } from '../../../stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js';
|
|
53
55
|
import { flowResult } from 'mobx';
|
|
54
56
|
import { useEditorStore } from '../EditorStoreProvider.js';
|
|
55
57
|
import {
|
|
56
58
|
type PackageableElement,
|
|
57
59
|
type PackageableElementReference,
|
|
58
|
-
type
|
|
60
|
+
type DSL_Generation_PureGraphManagerPlugin_Extension,
|
|
59
61
|
FileGenerationSpecification,
|
|
60
62
|
PackageableElementExplicitReference,
|
|
61
63
|
GenerationTreeNode,
|
|
@@ -70,7 +72,7 @@ import {
|
|
|
70
72
|
generationSpecification_addFileGeneration,
|
|
71
73
|
generationSpecification_deleteFileGeneration,
|
|
72
74
|
generationSpecification_setId,
|
|
73
|
-
} from '../../../stores/graphModifier/
|
|
75
|
+
} from '../../../stores/graphModifier/DSL_Generation_GraphModifierHelper.js';
|
|
74
76
|
|
|
75
77
|
const GENERATION_SPEC_NODE_DND_TYPE = 'GENERATION_SPEC_NODE';
|
|
76
78
|
|
|
@@ -233,7 +235,7 @@ const ModelGenerationSpecifications = observer(
|
|
|
233
235
|
.flatMap(
|
|
234
236
|
(plugin) =>
|
|
235
237
|
(
|
|
236
|
-
plugin as
|
|
238
|
+
plugin as DSL_Generation_PureGraphManagerPlugin_Extension
|
|
237
239
|
).getExtraModelGenerationElementGetters?.() ?? [],
|
|
238
240
|
)
|
|
239
241
|
.flatMap((getter) => getter(editorStore.graphManagerState.graph));
|
|
@@ -243,7 +245,7 @@ const ModelGenerationSpecifications = observer(
|
|
|
243
245
|
.flatMap(
|
|
244
246
|
(plugin) =>
|
|
245
247
|
(
|
|
246
|
-
plugin as
|
|
248
|
+
plugin as DSL_Generation_LegendStudioApplicationPlugin_Extension
|
|
247
249
|
).getExtraModelGenerationSpecificationElementDnDTypes?.() ?? [],
|
|
248
250
|
);
|
|
249
251
|
const modelGenerationElementOptions =
|
|
@@ -289,7 +291,7 @@ const ModelGenerationSpecifications = observer(
|
|
|
289
291
|
[handleDrop],
|
|
290
292
|
);
|
|
291
293
|
return (
|
|
292
|
-
<
|
|
294
|
+
<Panel>
|
|
293
295
|
<div className="panel__header">
|
|
294
296
|
<div className="panel__header__title">
|
|
295
297
|
<div className="panel__header__title__label">Model Generations</div>
|
|
@@ -306,7 +308,7 @@ const ModelGenerationSpecifications = observer(
|
|
|
306
308
|
</button>
|
|
307
309
|
</div>
|
|
308
310
|
</div>
|
|
309
|
-
<
|
|
311
|
+
<PanelContent>
|
|
310
312
|
<PanelDropZone
|
|
311
313
|
isDragOver={isDragOver}
|
|
312
314
|
dropTargetConnector={dropTargetConnector}
|
|
@@ -336,8 +338,8 @@ const ModelGenerationSpecifications = observer(
|
|
|
336
338
|
</BlankPanelContent>
|
|
337
339
|
)}
|
|
338
340
|
</PanelDropZone>
|
|
339
|
-
</
|
|
340
|
-
</
|
|
341
|
+
</PanelContent>
|
|
342
|
+
</Panel>
|
|
341
343
|
);
|
|
342
344
|
},
|
|
343
345
|
);
|
|
@@ -470,7 +472,7 @@ const FileGenerationSpecifications = observer(
|
|
|
470
472
|
</button>
|
|
471
473
|
</div>
|
|
472
474
|
</div>
|
|
473
|
-
<
|
|
475
|
+
<PanelContent>
|
|
474
476
|
<PanelDropZone
|
|
475
477
|
isDragOver={isDragOver}
|
|
476
478
|
dropTargetConnector={dropTargetConnector}
|
|
@@ -496,7 +498,7 @@ const FileGenerationSpecifications = observer(
|
|
|
496
498
|
</BlankPanelContent>
|
|
497
499
|
)}
|
|
498
500
|
</PanelDropZone>
|
|
499
|
-
</
|
|
501
|
+
</PanelContent>
|
|
500
502
|
</div>
|
|
501
503
|
);
|
|
502
504
|
},
|
|
@@ -519,7 +521,7 @@ export const GenerationSpecificationEditor = observer(() => {
|
|
|
519
521
|
|
|
520
522
|
return (
|
|
521
523
|
<div className="generation-spec-editor">
|
|
522
|
-
<
|
|
524
|
+
<Panel>
|
|
523
525
|
<div className="panel__header">
|
|
524
526
|
<div className="panel__header__title">
|
|
525
527
|
<div className="panel__header__title__label">
|
|
@@ -579,7 +581,7 @@ export const GenerationSpecificationEditor = observer(() => {
|
|
|
579
581
|
</ResizablePanel>
|
|
580
582
|
</ResizablePanelGroup>
|
|
581
583
|
</div>
|
|
582
|
-
</
|
|
584
|
+
</Panel>
|
|
583
585
|
</div>
|
|
584
586
|
);
|
|
585
587
|
});
|
|
@@ -36,6 +36,7 @@ import {
|
|
|
36
36
|
normalizeLineEnding,
|
|
37
37
|
MoreHorizontalIcon,
|
|
38
38
|
HackerIcon,
|
|
39
|
+
PanelContent,
|
|
39
40
|
} from '@finos/legend-art';
|
|
40
41
|
import {
|
|
41
42
|
TAB_SIZE,
|
|
@@ -101,9 +102,9 @@ import {
|
|
|
101
102
|
POST_PROCESSOR_RELATIONAL_DATABASE_CONNECTION_SNIPPET,
|
|
102
103
|
createConnectionSnippetWithPostProcessorSuggestionSnippet,
|
|
103
104
|
} from '../../../stores/LegendStudioCodeSnippets.js';
|
|
104
|
-
import type {
|
|
105
|
+
import type { DSL_Data_LegendStudioApplicationPlugin_Extension } from '../../../stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js';
|
|
105
106
|
import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../../../stores/LegendStudioApplicationNavigationContext.js';
|
|
106
|
-
import type {
|
|
107
|
+
import type { STO_Relational_LegendStudioApplicationPlugin_Extension } from '../../../stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js';
|
|
107
108
|
|
|
108
109
|
const getSectionParserNameFromLineText = (
|
|
109
110
|
lineText: string,
|
|
@@ -531,7 +532,7 @@ const getParserElementSnippetSuggestions = (
|
|
|
531
532
|
.flatMap(
|
|
532
533
|
(plugin) =>
|
|
533
534
|
(
|
|
534
|
-
plugin as
|
|
535
|
+
plugin as STO_Relational_LegendStudioApplicationPlugin_Extension
|
|
535
536
|
).getExtraPostProcessorSnippetSuggestions?.() ?? [],
|
|
536
537
|
);
|
|
537
538
|
return [
|
|
@@ -625,7 +626,7 @@ const getParserElementSnippetSuggestions = (
|
|
|
625
626
|
.flatMap(
|
|
626
627
|
(plugin) =>
|
|
627
628
|
(
|
|
628
|
-
plugin as
|
|
629
|
+
plugin as DSL_Data_LegendStudioApplicationPlugin_Extension
|
|
629
630
|
).getExtraEmbeddedDataSnippetSuggestions?.() ?? [],
|
|
630
631
|
);
|
|
631
632
|
return [
|
|
@@ -1255,11 +1256,11 @@ export const GrammarTextEditor = observer(() => {
|
|
|
1255
1256
|
</button>
|
|
1256
1257
|
</div>
|
|
1257
1258
|
</ContextMenu>
|
|
1258
|
-
<
|
|
1259
|
+
<PanelContent className="edit-panel__content">
|
|
1259
1260
|
<div ref={ref} className="text-editor__container">
|
|
1260
1261
|
<div className="text-editor__body" ref={textEditorRef} />
|
|
1261
1262
|
</div>
|
|
1262
|
-
</
|
|
1263
|
+
</PanelContent>
|
|
1263
1264
|
</div>
|
|
1264
1265
|
);
|
|
1265
1266
|
});
|
|
@@ -48,9 +48,9 @@ import {
|
|
|
48
48
|
import { StudioTextInputEditor } from '../../shared/StudioTextInputEditor.js';
|
|
49
49
|
import type { ModelImporterExtensionConfiguration } from '../../../stores/LegendStudioApplicationPlugin.js';
|
|
50
50
|
import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../../../stores/LegendStudioApplicationNavigationContext.js';
|
|
51
|
-
import { SCHEMA_SET_TAB_TYPE } from '../../../stores/editor-state/element-editor-state/external-format/
|
|
52
|
-
import { SchemaSetModelGenerationEditor } from './external-format-editor/
|
|
53
|
-
import { SchemaSetGeneralEditor } from './external-format-editor/
|
|
51
|
+
import { SCHEMA_SET_TAB_TYPE } from '../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
52
|
+
import { SchemaSetModelGenerationEditor } from './external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js';
|
|
53
|
+
import { SchemaSetGeneralEditor } from './external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js';
|
|
54
54
|
|
|
55
55
|
const ExternalFormatModelImporterEditor = observer(
|
|
56
56
|
(props: { externalFormatState: ExternalFormatModelImporterState }) => {
|
|
@@ -54,6 +54,9 @@ import {
|
|
|
54
54
|
CogIcon,
|
|
55
55
|
CaretRightIcon,
|
|
56
56
|
PanelDropZone,
|
|
57
|
+
Panel,
|
|
58
|
+
PanelContent,
|
|
59
|
+
PanelHeader,
|
|
57
60
|
} from '@finos/legend-art';
|
|
58
61
|
import { getElementIcon } from '../../shared/ElementIconUtils.js';
|
|
59
62
|
import type { RuntimeExplorerTreeNodeData } from '../../../stores/shared/TreeUtils.js';
|
|
@@ -97,11 +100,11 @@ import {
|
|
|
97
100
|
buildElementOption,
|
|
98
101
|
type PackageableElementOption,
|
|
99
102
|
} from '@finos/legend-application';
|
|
100
|
-
import type {
|
|
103
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../../../stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
101
104
|
import {
|
|
102
105
|
runtime_addIdentifiedConnection,
|
|
103
106
|
runtime_deleteIdentifiedConnection,
|
|
104
|
-
} from '../../../stores/graphModifier/
|
|
107
|
+
} from '../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
105
108
|
import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../../../stores/LegendStudioApplicationNavigationContext.js';
|
|
106
109
|
|
|
107
110
|
const getConnectionTooltipText = (
|
|
@@ -128,7 +131,7 @@ const getConnectionTooltipText = (
|
|
|
128
131
|
.flatMap(
|
|
129
132
|
(plugin) =>
|
|
130
133
|
(
|
|
131
|
-
plugin as
|
|
134
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
132
135
|
).getExtraRuntimeConnectionTooltipTextBuilders?.() ?? [],
|
|
133
136
|
);
|
|
134
137
|
for (const builder of extraConnectionToolTipTexts) {
|
|
@@ -585,14 +588,8 @@ const IdentifiedConnectionEditor = observer(
|
|
|
585
588
|
return (
|
|
586
589
|
<div className="runtime-connection-editor">
|
|
587
590
|
<div className="panel runtime-connection-editor__pointer">
|
|
588
|
-
<
|
|
589
|
-
|
|
590
|
-
<div className="panel__header__title__label">
|
|
591
|
-
runtime connection
|
|
592
|
-
</div>
|
|
593
|
-
</div>
|
|
594
|
-
</div>
|
|
595
|
-
<div className="panel__content">
|
|
591
|
+
<PanelHeader title="runtime connection" />
|
|
592
|
+
<PanelContent>
|
|
596
593
|
<div className="runtime-connection-editor__connection-option">
|
|
597
594
|
<div className="runtime-connection-editor__connection-option__label">
|
|
598
595
|
<PURE_ConnectionIcon />
|
|
@@ -616,7 +613,7 @@ const IdentifiedConnectionEditor = observer(
|
|
|
616
613
|
</button>
|
|
617
614
|
)}
|
|
618
615
|
</div>
|
|
619
|
-
</
|
|
616
|
+
</PanelContent>
|
|
620
617
|
</div>
|
|
621
618
|
<div className="runtime-connection-editor__embedded">
|
|
622
619
|
<ConnectionEditor
|
|
@@ -799,7 +796,7 @@ const IdentifiedConnectionsPerStoreEditor = observer(
|
|
|
799
796
|
/>
|
|
800
797
|
)}
|
|
801
798
|
{(!connectionEditorState || !identifiedConnection) && (
|
|
802
|
-
<
|
|
799
|
+
<Panel>
|
|
803
800
|
<div className="panel__header">
|
|
804
801
|
<div className="panel__header__title">
|
|
805
802
|
<div className="panel__header__title__label">
|
|
@@ -807,10 +804,10 @@ const IdentifiedConnectionsPerStoreEditor = observer(
|
|
|
807
804
|
</div>
|
|
808
805
|
</div>
|
|
809
806
|
</div>
|
|
810
|
-
<
|
|
807
|
+
<PanelContent>
|
|
811
808
|
<BlankPanelContent>No connection selected</BlankPanelContent>
|
|
812
|
-
</
|
|
813
|
-
</
|
|
809
|
+
</PanelContent>
|
|
810
|
+
</Panel>
|
|
814
811
|
)}
|
|
815
812
|
</ResizablePanel>
|
|
816
813
|
</ResizablePanelGroup>
|
|
@@ -937,7 +934,7 @@ const RuntimeGeneralEditor = observer(
|
|
|
937
934
|
return (
|
|
938
935
|
<div className="panel runtime-explorer">
|
|
939
936
|
<div className="panel__header"></div>
|
|
940
|
-
<
|
|
937
|
+
<PanelContent>
|
|
941
938
|
<PanelDropZone
|
|
942
939
|
dropTargetConnector={dropMappingRef}
|
|
943
940
|
isDragOver={isMappingDragOver && !isReadOnly}
|
|
@@ -976,7 +973,7 @@ const RuntimeGeneralEditor = observer(
|
|
|
976
973
|
</div>
|
|
977
974
|
</div>
|
|
978
975
|
</PanelDropZone>
|
|
979
|
-
</
|
|
976
|
+
</PanelContent>
|
|
980
977
|
</div>
|
|
981
978
|
);
|
|
982
979
|
},
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
17
|
import { observer } from 'mobx-react-lite';
|
|
18
|
-
import { BlankPanelContent, LockIcon } from '@finos/legend-art';
|
|
18
|
+
import { BlankPanelContent, LockIcon, Panel } from '@finos/legend-art';
|
|
19
19
|
import { UnsupportedElementEditorState } from '../../../stores/editor-state/UnsupportedElementEditorState.js';
|
|
20
20
|
import { flowResult } from 'mobx';
|
|
21
21
|
import { useEditorStore } from '../EditorStoreProvider.js';
|
|
@@ -59,7 +59,7 @@ export const UnsupportedElementEditor = observer(() => {
|
|
|
59
59
|
|
|
60
60
|
return (
|
|
61
61
|
<div className="unsupported-element-editor">
|
|
62
|
-
<
|
|
62
|
+
<Panel>
|
|
63
63
|
<div className="panel__header">
|
|
64
64
|
<div className="panel__header__title">
|
|
65
65
|
{isReadOnly && (
|
|
@@ -77,7 +77,7 @@ export const UnsupportedElementEditor = observer(() => {
|
|
|
77
77
|
isReadOnly={isReadOnly}
|
|
78
78
|
/>
|
|
79
79
|
</div>
|
|
80
|
-
</
|
|
80
|
+
</Panel>
|
|
81
81
|
</div>
|
|
82
82
|
);
|
|
83
83
|
});
|
|
@@ -26,13 +26,13 @@ import {
|
|
|
26
26
|
} from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
27
27
|
import { UnsupportedEditorPanel } from '../../../editor/edit-panel/UnsupportedElementEditor.js';
|
|
28
28
|
import type { Class } from '@finos/legend-graph';
|
|
29
|
-
import { CustomSelectorInput, LockIcon } from '@finos/legend-art';
|
|
29
|
+
import { CustomSelectorInput, LockIcon, PanelContent } from '@finos/legend-art';
|
|
30
30
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
31
|
-
import type {
|
|
31
|
+
import type { DSL_Mapping_LegendStudioApplicationPlugin_Extension } from '../../../../stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
32
32
|
import {
|
|
33
33
|
modelConnection_setClass,
|
|
34
34
|
modelConnection_setUrl,
|
|
35
|
-
} from '../../../../stores/graphModifier/
|
|
35
|
+
} from '../../../../stores/graphModifier/DSL_Mapping_GraphModifierHelper.js';
|
|
36
36
|
import {
|
|
37
37
|
buildElementOption,
|
|
38
38
|
useApplicationNavigationContext,
|
|
@@ -144,7 +144,7 @@ export const ConnectionEditor = observer(
|
|
|
144
144
|
const extraConnectionEditorRenderers = plugins.flatMap(
|
|
145
145
|
(plugin) =>
|
|
146
146
|
(
|
|
147
|
-
plugin as
|
|
147
|
+
plugin as DSL_Mapping_LegendStudioApplicationPlugin_Extension
|
|
148
148
|
).getExtraConnectionEditorRenderers?.() ?? [],
|
|
149
149
|
);
|
|
150
150
|
for (const editorRenderer of extraConnectionEditorRenderers) {
|
|
@@ -171,7 +171,7 @@ export const ConnectionEditor = observer(
|
|
|
171
171
|
</div>
|
|
172
172
|
</div>
|
|
173
173
|
</div>
|
|
174
|
-
<
|
|
174
|
+
<PanelContent>{renderConnectionValueEditor()}</PanelContent>
|
|
175
175
|
</div>
|
|
176
176
|
);
|
|
177
177
|
},
|
|
@@ -33,6 +33,7 @@ import {
|
|
|
33
33
|
ChevronRightIcon,
|
|
34
34
|
CheckCircleIcon,
|
|
35
35
|
EmptyCircleIcon,
|
|
36
|
+
PanelContent,
|
|
36
37
|
} from '@finos/legend-art';
|
|
37
38
|
import { useEffect } from 'react';
|
|
38
39
|
import {
|
|
@@ -336,13 +337,13 @@ export const DatabaseBuilder = observer(
|
|
|
336
337
|
</button>
|
|
337
338
|
</div>
|
|
338
339
|
</div>
|
|
339
|
-
<
|
|
340
|
+
<PanelContent>
|
|
340
341
|
<StudioTextInputEditor
|
|
341
342
|
language={EDITOR_LANGUAGE.PURE}
|
|
342
343
|
inputValue={databaseBuilderState.databaseGrammarCode}
|
|
343
344
|
isReadOnly={true}
|
|
344
345
|
/>
|
|
345
|
-
</
|
|
346
|
+
</PanelContent>
|
|
346
347
|
</div>
|
|
347
348
|
</ResizablePanel>
|
|
348
349
|
</ResizablePanelGroup>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
import { observer } from 'mobx-react-lite';
|
|
18
18
|
import type { FlatDataConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
19
|
-
import { flatDataConnection_setUrl } from '../../../../stores/graphModifier/
|
|
19
|
+
import { flatDataConnection_setUrl } from '../../../../stores/graphModifier/STO_FlatData_GraphModifierHelper.js';
|
|
20
20
|
|
|
21
21
|
export const FlatDataConnectionEditor = observer(
|
|
22
22
|
(props: {
|