@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
|
@@ -55,6 +55,8 @@ import {
|
|
|
55
55
|
ArrowsJoinIcon,
|
|
56
56
|
ArrowsSplitIcon,
|
|
57
57
|
PanelDropZone,
|
|
58
|
+
Panel,
|
|
59
|
+
PanelContent,
|
|
58
60
|
} from '@finos/legend-art';
|
|
59
61
|
import { ServiceExecutionQueryEditor } from '../../../editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js';
|
|
60
62
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
@@ -247,7 +249,7 @@ const PureExecutionContextConfigurationEditor = observer(
|
|
|
247
249
|
);
|
|
248
250
|
|
|
249
251
|
return (
|
|
250
|
-
<
|
|
252
|
+
<PanelContent>
|
|
251
253
|
<PanelDropZone
|
|
252
254
|
dropTargetConnector={dropMappingOrRuntimeRef}
|
|
253
255
|
isDragOver={isMappingOrRuntimeDragOver && !isReadOnly}
|
|
@@ -318,7 +320,7 @@ const PureExecutionContextConfigurationEditor = observer(
|
|
|
318
320
|
</div>
|
|
319
321
|
</div>
|
|
320
322
|
</PanelDropZone>
|
|
321
|
-
</
|
|
323
|
+
</PanelContent>
|
|
322
324
|
);
|
|
323
325
|
},
|
|
324
326
|
);
|
|
@@ -439,7 +441,7 @@ const PureSingleExecutionEditor = observer(
|
|
|
439
441
|
|
|
440
442
|
return (
|
|
441
443
|
<div className="service-execution-editor__execution">
|
|
442
|
-
<
|
|
444
|
+
<Panel>
|
|
443
445
|
<div className="panel__content service-editor__content">
|
|
444
446
|
<PureExecutionContextConfigurationEditor
|
|
445
447
|
pureExecutionState={singleExecutionState}
|
|
@@ -448,7 +450,7 @@ const PureSingleExecutionEditor = observer(
|
|
|
448
450
|
}
|
|
449
451
|
/>
|
|
450
452
|
</div>
|
|
451
|
-
</
|
|
453
|
+
</Panel>
|
|
452
454
|
</div>
|
|
453
455
|
);
|
|
454
456
|
},
|
|
@@ -816,7 +818,7 @@ const ServicePureExecutionEditor = observer(
|
|
|
816
818
|
</ResizablePanelSplitter>
|
|
817
819
|
<ResizablePanel minSize={56}>
|
|
818
820
|
<div className="service-execution-editor__content">
|
|
819
|
-
<
|
|
821
|
+
<Panel>
|
|
820
822
|
<div className="panel__header">
|
|
821
823
|
<div className="panel__header__title">
|
|
822
824
|
<div className="panel__header__title__label service-editor__execution__label--test">
|
|
@@ -859,7 +861,7 @@ const ServicePureExecutionEditor = observer(
|
|
|
859
861
|
/>
|
|
860
862
|
)}
|
|
861
863
|
</div>
|
|
862
|
-
</
|
|
864
|
+
</Panel>
|
|
863
865
|
</div>
|
|
864
866
|
</ResizablePanel>
|
|
865
867
|
</ResizablePanelGroup>
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
useApplicationStore,
|
|
52
52
|
} from '@finos/legend-application';
|
|
53
53
|
import { prettyCONSTName } from '@finos/legend-shared';
|
|
54
|
-
import type {
|
|
54
|
+
import type { DSL_Data_LegendStudioApplicationPlugin_Extension } from '../../../../../stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js';
|
|
55
55
|
import { useEditorStore } from '../../../EditorStoreProvider.js';
|
|
56
56
|
|
|
57
57
|
export const ConnectionTestDataEditor = observer(
|
|
@@ -283,7 +283,7 @@ export const NewConnectionDataModal = observer(
|
|
|
283
283
|
.flatMap(
|
|
284
284
|
(plugin) =>
|
|
285
285
|
(
|
|
286
|
-
plugin as
|
|
286
|
+
plugin as DSL_Data_LegendStudioApplicationPlugin_Extension
|
|
287
287
|
).getExtraEmbeddedDataTypeOptions?.() ?? [],
|
|
288
288
|
);
|
|
289
289
|
const embeddedOptions = [
|
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
clsx,
|
|
20
20
|
CompareIcon,
|
|
21
21
|
Dialog,
|
|
22
|
+
PanelContent,
|
|
22
23
|
PanelLoadingIndicator,
|
|
23
24
|
RefreshIcon,
|
|
24
25
|
WrenchIcon,
|
|
@@ -39,7 +40,7 @@ import {
|
|
|
39
40
|
type TestAssertionEditorState,
|
|
40
41
|
type TestAssertionState,
|
|
41
42
|
} from '../../../../stores/editor-state/element-editor-state/testable/TestAssertionState.js';
|
|
42
|
-
import { externalFormatData_setData } from '../../../../stores/graphModifier/
|
|
43
|
+
import { externalFormatData_setData } from '../../../../stores/graphModifier/DSL_Data_GraphModifierHelper.js';
|
|
43
44
|
import { TESTABLE_RESULT } from '../../../../stores/sidebar-state/testable/GlobalTestRunnerState.js';
|
|
44
45
|
import { JsonDiffView } from '../../../shared/DiffView.js';
|
|
45
46
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
@@ -243,7 +244,7 @@ const TestAssertionResultViewer = observer(
|
|
|
243
244
|
</div>
|
|
244
245
|
<div className="panel__header__actions"></div>
|
|
245
246
|
</div>
|
|
246
|
-
<
|
|
247
|
+
<PanelContent className="testable-test-assertion-result__content">
|
|
247
248
|
<div
|
|
248
249
|
className={clsx('testable-test-assertion-result__summary', {
|
|
249
250
|
'testable-test-assertion-result__summary--fail':
|
|
@@ -262,7 +263,7 @@ const TestAssertionResultViewer = observer(
|
|
|
262
263
|
</div>
|
|
263
264
|
)}
|
|
264
265
|
|
|
265
|
-
{
|
|
266
|
+
{assertionResult !== TESTABLE_RESULT.IN_PROGRESS && (
|
|
266
267
|
<>
|
|
267
268
|
<div className="testable-test-assertion-result__summary-info">
|
|
268
269
|
Id: {testAssertionEditorState.assertion.id}
|
|
@@ -275,7 +276,7 @@ const TestAssertionResultViewer = observer(
|
|
|
275
276
|
)}
|
|
276
277
|
</div>
|
|
277
278
|
<div></div>
|
|
278
|
-
</
|
|
279
|
+
</PanelContent>
|
|
279
280
|
</>
|
|
280
281
|
);
|
|
281
282
|
},
|
|
@@ -42,6 +42,7 @@ import {
|
|
|
42
42
|
ArrowCircleRightIcon,
|
|
43
43
|
LongArrowRightIcon,
|
|
44
44
|
PanelDropZone,
|
|
45
|
+
Panel,
|
|
45
46
|
} from '@finos/legend-art';
|
|
46
47
|
import { getElementIcon } from '../../../shared/ElementIconUtils.js';
|
|
47
48
|
import { prettyCONSTName, guaranteeType } from '@finos/legend-shared';
|
|
@@ -63,7 +64,6 @@ import {
|
|
|
63
64
|
type TaggedValue,
|
|
64
65
|
MULTIPLICITY_INFINITE,
|
|
65
66
|
Profile,
|
|
66
|
-
Multiplicity,
|
|
67
67
|
Class,
|
|
68
68
|
PrimitiveType,
|
|
69
69
|
Unit,
|
|
@@ -165,7 +165,10 @@ const AssociationPropertyBasicEditor = observer(
|
|
|
165
165
|
? upper
|
|
166
166
|
: parseInt(upper, 10);
|
|
167
167
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
168
|
-
property_setMultiplicity(
|
|
168
|
+
property_setMultiplicity(
|
|
169
|
+
property,
|
|
170
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
171
|
+
);
|
|
169
172
|
}
|
|
170
173
|
};
|
|
171
174
|
const changeLowerBound: React.ChangeEventHandler<HTMLInputElement> = (
|
|
@@ -444,7 +447,7 @@ export const AssociationEditor = observer(
|
|
|
444
447
|
>
|
|
445
448
|
<ResizablePanelGroup orientation="horizontal">
|
|
446
449
|
<ResizablePanel minSize={56}>
|
|
447
|
-
<
|
|
450
|
+
<Panel>
|
|
448
451
|
<div className="panel__header">
|
|
449
452
|
<div className="panel__header__title">
|
|
450
453
|
{isReadOnly && (
|
|
@@ -552,7 +555,7 @@ export const AssociationEditor = observer(
|
|
|
552
555
|
</PanelDropZone>
|
|
553
556
|
)}
|
|
554
557
|
</div>
|
|
555
|
-
</
|
|
558
|
+
</Panel>
|
|
556
559
|
</ResizablePanel>
|
|
557
560
|
<ResizablePanelSplitter>
|
|
558
561
|
<ResizablePanelSplitterLine color="var(--color-light-grey-200)" />
|
|
@@ -45,6 +45,7 @@ import {
|
|
|
45
45
|
DragPreviewLayer,
|
|
46
46
|
useDragPreviewLayer,
|
|
47
47
|
PanelDropZone,
|
|
48
|
+
Panel,
|
|
48
49
|
} from '@finos/legend-art';
|
|
49
50
|
import { LEGEND_STUDIO_TEST_ID } from '../../../LegendStudioTestID.js';
|
|
50
51
|
import { PropertyEditor } from './PropertyEditor.js';
|
|
@@ -73,7 +74,6 @@ import {
|
|
|
73
74
|
Class,
|
|
74
75
|
GenericType,
|
|
75
76
|
Profile,
|
|
76
|
-
Multiplicity,
|
|
77
77
|
Type,
|
|
78
78
|
PrimitiveType,
|
|
79
79
|
Unit,
|
|
@@ -207,7 +207,10 @@ const PropertyBasicEditor = observer(
|
|
|
207
207
|
? upper
|
|
208
208
|
: parseInt(upper, 10);
|
|
209
209
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
210
|
-
property_setMultiplicity(
|
|
210
|
+
property_setMultiplicity(
|
|
211
|
+
property,
|
|
212
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
213
|
+
);
|
|
211
214
|
}
|
|
212
215
|
};
|
|
213
216
|
const changeLowerBound: React.ChangeEventHandler<HTMLInputElement> = (
|
|
@@ -537,7 +540,7 @@ const DerivedPropertyBasicEditor = observer(
|
|
|
537
540
|
if (!isNaN(lBound) && (uBound === undefined || !isNaN(uBound))) {
|
|
538
541
|
property_setMultiplicity(
|
|
539
542
|
derivedProperty,
|
|
540
|
-
|
|
543
|
+
editorStore.graphManagerState.graph.getMultiplicity(lBound, uBound),
|
|
541
544
|
);
|
|
542
545
|
}
|
|
543
546
|
};
|
|
@@ -1692,7 +1695,7 @@ export const ClassFormEditor = observer(
|
|
|
1692
1695
|
>
|
|
1693
1696
|
<ResizablePanelGroup orientation="horizontal">
|
|
1694
1697
|
<ResizablePanel minSize={56}>
|
|
1695
|
-
<
|
|
1698
|
+
<Panel>
|
|
1696
1699
|
<div className="panel__header">
|
|
1697
1700
|
<div className="panel__header__title">
|
|
1698
1701
|
{isReadOnly && (
|
|
@@ -1795,7 +1798,7 @@ export const ClassFormEditor = observer(
|
|
|
1795
1798
|
/>
|
|
1796
1799
|
)}
|
|
1797
1800
|
</div>
|
|
1798
|
-
</
|
|
1801
|
+
</Panel>
|
|
1799
1802
|
</ResizablePanel>
|
|
1800
1803
|
<ResizablePanelSplitter>
|
|
1801
1804
|
<ResizablePanelSplitterLine color="var(--color-light-grey-200)" />
|
|
@@ -33,7 +33,7 @@ import type { EmbeddedQueryBuilderState } from '../../../../stores/EmbeddedQuery
|
|
|
33
33
|
import {
|
|
34
34
|
service_initNewService,
|
|
35
35
|
service_setExecution,
|
|
36
|
-
} from '../../../../stores/graphModifier/
|
|
36
|
+
} from '../../../../stores/graphModifier/DSL_Service_GraphModifierHelper.js';
|
|
37
37
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
38
38
|
import { NewServiceModal } from '../service-editor/NewServiceModal.js';
|
|
39
39
|
|
|
@@ -47,6 +47,8 @@ import {
|
|
|
47
47
|
DragPreviewLayer,
|
|
48
48
|
useDragPreviewLayer,
|
|
49
49
|
PanelDropZone,
|
|
50
|
+
Panel,
|
|
51
|
+
PanelContent,
|
|
50
52
|
} from '@finos/legend-art';
|
|
51
53
|
import { LEGEND_STUDIO_TEST_ID } from '../../../LegendStudioTestID.js';
|
|
52
54
|
import {
|
|
@@ -345,7 +347,7 @@ const EnumEditor = observer(
|
|
|
345
347
|
</button>
|
|
346
348
|
</div>
|
|
347
349
|
</div>
|
|
348
|
-
<
|
|
350
|
+
<PanelContent>
|
|
349
351
|
{selectedTab === UML_EDITOR_TAB.TAGGED_VALUES && (
|
|
350
352
|
<PanelDropZone
|
|
351
353
|
isDragOver={isTaggedValueDragOver && !isReadOnly}
|
|
@@ -384,7 +386,7 @@ const EnumEditor = observer(
|
|
|
384
386
|
</div>
|
|
385
387
|
</PanelDropZone>
|
|
386
388
|
)}
|
|
387
|
-
</
|
|
389
|
+
</PanelContent>
|
|
388
390
|
</div>
|
|
389
391
|
</div>
|
|
390
392
|
);
|
|
@@ -546,7 +548,7 @@ export const EnumerationEditor = observer(
|
|
|
546
548
|
>
|
|
547
549
|
<ResizablePanelGroup orientation="horizontal">
|
|
548
550
|
<ResizablePanel minSize={56}>
|
|
549
|
-
<
|
|
551
|
+
<Panel>
|
|
550
552
|
<div className="panel__header">
|
|
551
553
|
<div className="panel__header__title">
|
|
552
554
|
<div className="panel__header__title__label">enumeration</div>
|
|
@@ -605,7 +607,7 @@ export const EnumerationEditor = observer(
|
|
|
605
607
|
</button>
|
|
606
608
|
</div>
|
|
607
609
|
</div>
|
|
608
|
-
<
|
|
610
|
+
<PanelContent>
|
|
609
611
|
{selectedTab === UML_EDITOR_TAB.ENUM_VALUES && (
|
|
610
612
|
<div className="panel__content__lists">
|
|
611
613
|
<DragPreviewLayer
|
|
@@ -665,8 +667,8 @@ export const EnumerationEditor = observer(
|
|
|
665
667
|
</div>
|
|
666
668
|
</PanelDropZone>
|
|
667
669
|
)}
|
|
668
|
-
</
|
|
669
|
-
</
|
|
670
|
+
</PanelContent>
|
|
671
|
+
</Panel>
|
|
670
672
|
</ResizablePanel>
|
|
671
673
|
<ResizablePanelSplitter>
|
|
672
674
|
<ResizablePanelSplitterLine color="var(--color-light-grey-200)" />
|
|
@@ -30,6 +30,8 @@ import {
|
|
|
30
30
|
PanelEntryDropZonePlaceholder,
|
|
31
31
|
DragPreviewLayer,
|
|
32
32
|
useDragPreviewLayer,
|
|
33
|
+
Panel,
|
|
34
|
+
PanelContent,
|
|
33
35
|
} from '@finos/legend-art';
|
|
34
36
|
import { LEGEND_STUDIO_TEST_ID } from '../../../LegendStudioTestID.js';
|
|
35
37
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
@@ -293,7 +295,7 @@ export const ProfileEditor = observer((props: { profile: Profile }) => {
|
|
|
293
295
|
|
|
294
296
|
return (
|
|
295
297
|
<div className="uml-element-editor profile-editor">
|
|
296
|
-
<
|
|
298
|
+
<Panel>
|
|
297
299
|
<div className="panel__header">
|
|
298
300
|
<div className="panel__header__title">
|
|
299
301
|
{isReadOnly && (
|
|
@@ -334,7 +336,7 @@ export const ProfileEditor = observer((props: { profile: Profile }) => {
|
|
|
334
336
|
</button>
|
|
335
337
|
</div>
|
|
336
338
|
</div>
|
|
337
|
-
<
|
|
339
|
+
<PanelContent>
|
|
338
340
|
{selectedTab === UML_EDITOR_TAB.TAGS && (
|
|
339
341
|
<div className="panel__content__lists">
|
|
340
342
|
<DragPreviewLayer
|
|
@@ -375,8 +377,8 @@ export const ProfileEditor = observer((props: { profile: Profile }) => {
|
|
|
375
377
|
))}
|
|
376
378
|
</div>
|
|
377
379
|
)}
|
|
378
|
-
</
|
|
379
|
-
</
|
|
380
|
+
</PanelContent>
|
|
381
|
+
</Panel>
|
|
380
382
|
</div>
|
|
381
383
|
);
|
|
382
384
|
});
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
clsx,
|
|
27
27
|
LockIcon,
|
|
28
|
+
PanelContent,
|
|
28
29
|
PanelDropZone,
|
|
29
30
|
PlusIcon,
|
|
30
31
|
TimesIcon,
|
|
@@ -215,7 +216,7 @@ export const PropertyEditor = observer(
|
|
|
215
216
|
</button>
|
|
216
217
|
</div>
|
|
217
218
|
</div>
|
|
218
|
-
<
|
|
219
|
+
<PanelContent>
|
|
219
220
|
{selectedTab === UML_EDITOR_TAB.TAGGED_VALUES && (
|
|
220
221
|
<PanelDropZone
|
|
221
222
|
isDragOver={isTaggedValueDragOver && !isReadOnly}
|
|
@@ -254,7 +255,7 @@ export const PropertyEditor = observer(
|
|
|
254
255
|
</div>
|
|
255
256
|
</PanelDropZone>
|
|
256
257
|
)}
|
|
257
|
-
</
|
|
258
|
+
</PanelContent>
|
|
258
259
|
</div>
|
|
259
260
|
</div>
|
|
260
261
|
);
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
type PackageableElementOption,
|
|
48
48
|
} from '@finos/legend-application';
|
|
49
49
|
import type { EmbeddedDataTypeOption } from '../../../stores/editor-state/element-editor-state/data/DataEditorState.js';
|
|
50
|
-
import type {
|
|
50
|
+
import type { DSL_Data_LegendStudioApplicationPlugin_Extension } from '../../../stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js';
|
|
51
51
|
import { PACKAGEABLE_ELEMENT_TYPE } from '../../../stores/shared/ModelClassifierUtils.js';
|
|
52
52
|
import { EmbeddedDataType } from '../../../stores/editor-state/ExternalFormatState.js';
|
|
53
53
|
|
|
@@ -128,7 +128,7 @@ const NewDataElementDriverEditor = observer(() => {
|
|
|
128
128
|
.flatMap(
|
|
129
129
|
(plugin) =>
|
|
130
130
|
(
|
|
131
|
-
plugin as
|
|
131
|
+
plugin as DSL_Data_LegendStudioApplicationPlugin_Extension
|
|
132
132
|
).getExtraEmbeddedDataTypeOptions?.() ?? [],
|
|
133
133
|
);
|
|
134
134
|
let options: EmbeddedDataTypeOption[] = Object.values(EmbeddedDataType)
|
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
ResizablePanelSplitter,
|
|
31
31
|
ResizablePanelSplitterLine,
|
|
32
32
|
CloudUploadIcon,
|
|
33
|
+
PanelContent,
|
|
33
34
|
} from '@finos/legend-art';
|
|
34
35
|
import { EntityDiffViewState } from '../../../stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js';
|
|
35
36
|
import { EntityDiffSideBarItem } from '../../editor/edit-panel/diff-editor/EntityDiffView.js';
|
|
@@ -314,7 +315,7 @@ export const LocalChanges = observer(() => {
|
|
|
314
315
|
{changes.length}
|
|
315
316
|
</div>
|
|
316
317
|
</div>
|
|
317
|
-
<
|
|
318
|
+
<PanelContent>
|
|
318
319
|
{changes
|
|
319
320
|
.slice()
|
|
320
321
|
.sort(entityDiffSorter)
|
|
@@ -326,7 +327,7 @@ export const LocalChanges = observer(() => {
|
|
|
326
327
|
openDiff={openChange(diff)}
|
|
327
328
|
/>
|
|
328
329
|
))}
|
|
329
|
-
</
|
|
330
|
+
</PanelContent>
|
|
330
331
|
</div>
|
|
331
332
|
</ResizablePanel>
|
|
332
333
|
<ResizablePanelSplitter>
|
|
@@ -350,7 +351,7 @@ export const LocalChanges = observer(() => {
|
|
|
350
351
|
{updateState.incomingRevisions.length}
|
|
351
352
|
</div>
|
|
352
353
|
</div>
|
|
353
|
-
<
|
|
354
|
+
<PanelContent>
|
|
354
355
|
{updateState.incomingRevisions.map((revision) => (
|
|
355
356
|
<div key={revision.id} className="side-bar__panel__item">
|
|
356
357
|
<div className="local-changes__revision">
|
|
@@ -363,7 +364,7 @@ export const LocalChanges = observer(() => {
|
|
|
363
364
|
</div>
|
|
364
365
|
</div>
|
|
365
366
|
))}
|
|
366
|
-
</
|
|
367
|
+
</PanelContent>
|
|
367
368
|
</div>
|
|
368
369
|
</ResizablePanel>
|
|
369
370
|
|
|
@@ -396,7 +397,7 @@ export const LocalChanges = observer(() => {
|
|
|
396
397
|
{workspacePullChanges.length}
|
|
397
398
|
</div>
|
|
398
399
|
</div>
|
|
399
|
-
<
|
|
400
|
+
<PanelContent>
|
|
400
401
|
{conflicts
|
|
401
402
|
.slice()
|
|
402
403
|
.sort((a, b) => a.entityName.localeCompare(b.entityName))
|
|
@@ -423,7 +424,7 @@ export const LocalChanges = observer(() => {
|
|
|
423
424
|
openDiff={openWorkspacePullChange(diff)}
|
|
424
425
|
/>
|
|
425
426
|
))}
|
|
426
|
-
</
|
|
427
|
+
</PanelContent>
|
|
427
428
|
</div>
|
|
428
429
|
</ResizablePanel>
|
|
429
430
|
</ResizablePanelGroup>
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
UserIcon,
|
|
33
33
|
ExternalLinkIcon,
|
|
34
34
|
Dialog,
|
|
35
|
+
PanelContent,
|
|
35
36
|
} from '@finos/legend-art';
|
|
36
37
|
import { PROJECT_OVERVIEW_ACTIVITY_MODE } from '../../../stores/sidebar-state/ProjectOverviewState.js';
|
|
37
38
|
import {
|
|
@@ -381,7 +382,7 @@ const ReleaseEditor = observer(() => {
|
|
|
381
382
|
</div>
|
|
382
383
|
</div>
|
|
383
384
|
</div>
|
|
384
|
-
<
|
|
385
|
+
<PanelContent>
|
|
385
386
|
{latestProjectVersion && (
|
|
386
387
|
<div className="project-overview__release__info__current-version">
|
|
387
388
|
<Link
|
|
@@ -411,7 +412,7 @@ const ReleaseEditor = observer(() => {
|
|
|
411
412
|
</span>
|
|
412
413
|
</div>
|
|
413
414
|
)}
|
|
414
|
-
</
|
|
415
|
+
</PanelContent>
|
|
415
416
|
</div>
|
|
416
417
|
<div className="panel project-overview__release__info__reviews">
|
|
417
418
|
<div className="panel__header">
|
|
@@ -435,7 +436,7 @@ const ReleaseEditor = observer(() => {
|
|
|
435
436
|
{commitedReviews.length}
|
|
436
437
|
</div>
|
|
437
438
|
</div>
|
|
438
|
-
<
|
|
439
|
+
<PanelContent>
|
|
439
440
|
{commitedReviews.map((review) => (
|
|
440
441
|
<Link
|
|
441
442
|
key={review.id}
|
|
@@ -455,7 +456,7 @@ const ReleaseEditor = observer(() => {
|
|
|
455
456
|
</div>
|
|
456
457
|
</Link>
|
|
457
458
|
))}
|
|
458
|
-
</
|
|
459
|
+
</PanelContent>
|
|
459
460
|
</div>
|
|
460
461
|
</div>
|
|
461
462
|
)}
|
|
@@ -35,6 +35,7 @@ import {
|
|
|
35
35
|
CheckCircleIcon,
|
|
36
36
|
PauseCircleIcon,
|
|
37
37
|
BanIcon,
|
|
38
|
+
PanelContent,
|
|
38
39
|
} from '@finos/legend-art';
|
|
39
40
|
import { formatDistanceToNow } from 'date-fns';
|
|
40
41
|
import { LEGEND_STUDIO_TEST_ID } from '../../LegendStudioTestID.js';
|
|
@@ -520,7 +521,7 @@ export const WorkflowManager = observer(
|
|
|
520
521
|
{workflowManagerState.workflowStates.length}
|
|
521
522
|
</div>
|
|
522
523
|
</div>
|
|
523
|
-
<
|
|
524
|
+
<PanelContent>{renderWorkflowContent()}</PanelContent>
|
|
524
525
|
</div>
|
|
525
526
|
</div>
|
|
526
527
|
</div>
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
TimesIcon,
|
|
29
29
|
PlusIcon,
|
|
30
30
|
ExternalLinkSquareIcon,
|
|
31
|
+
PanelContent,
|
|
31
32
|
} from '@finos/legend-art';
|
|
32
33
|
import { ACTIVITY_MODE } from '../../../stores/EditorConfig.js';
|
|
33
34
|
import { formatDistanceToNow } from 'date-fns';
|
|
@@ -78,7 +79,7 @@ export const WorkspaceReviewDiffs = observer(() => {
|
|
|
78
79
|
{changes.length}
|
|
79
80
|
</div>
|
|
80
81
|
</div>
|
|
81
|
-
<
|
|
82
|
+
<PanelContent>
|
|
82
83
|
{changes
|
|
83
84
|
.slice()
|
|
84
85
|
.sort(entityDiffSorter)
|
|
@@ -90,7 +91,7 @@ export const WorkspaceReviewDiffs = observer(() => {
|
|
|
90
91
|
openDiff={openChange(diff)}
|
|
91
92
|
/>
|
|
92
93
|
))}
|
|
93
|
-
</
|
|
94
|
+
</PanelContent>
|
|
94
95
|
</div>
|
|
95
96
|
);
|
|
96
97
|
});
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
InfoCircleIcon,
|
|
27
27
|
TimesIcon,
|
|
28
28
|
Dialog,
|
|
29
|
+
PanelContent,
|
|
29
30
|
} from '@finos/legend-art';
|
|
30
31
|
import type {
|
|
31
32
|
EntityChangeConflict,
|
|
@@ -137,7 +138,7 @@ export const WorkspaceSyncConflictResolver = observer(() => {
|
|
|
137
138
|
{changes.length + conflicts.length}
|
|
138
139
|
</div>
|
|
139
140
|
</div>
|
|
140
|
-
<
|
|
141
|
+
<PanelContent>
|
|
141
142
|
{!hadResolvedAllConflicts && (
|
|
142
143
|
<>
|
|
143
144
|
{conflicts
|
|
@@ -182,7 +183,7 @@ export const WorkspaceSyncConflictResolver = observer(() => {
|
|
|
182
183
|
openDiff={openChange(diff)}
|
|
183
184
|
/>
|
|
184
185
|
))}
|
|
185
|
-
</
|
|
186
|
+
</PanelContent>
|
|
186
187
|
</div>
|
|
187
188
|
</ResizablePanelGroup>
|
|
188
189
|
</div>
|
|
@@ -229,7 +230,7 @@ export const WorkspaceSyncConflictResolver = observer(() => {
|
|
|
229
230
|
))}
|
|
230
231
|
</div>
|
|
231
232
|
</div>
|
|
232
|
-
<
|
|
233
|
+
<PanelContent>
|
|
233
234
|
{updateConflictState.currentDiffEditorState instanceof
|
|
234
235
|
EntityChangeConflictEditorState && (
|
|
235
236
|
<EntityChangeConflictEditor
|
|
@@ -246,7 +247,7 @@ export const WorkspaceSyncConflictResolver = observer(() => {
|
|
|
246
247
|
}
|
|
247
248
|
/>
|
|
248
249
|
)}
|
|
249
|
-
</
|
|
250
|
+
</PanelContent>
|
|
250
251
|
</div>
|
|
251
252
|
</ResizablePanel>
|
|
252
253
|
</ResizablePanelGroup>
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
TimesIcon,
|
|
25
25
|
InfoCircleIcon,
|
|
26
26
|
BanIcon,
|
|
27
|
+
PanelContent,
|
|
27
28
|
} from '@finos/legend-art';
|
|
28
29
|
import { EntityChangeConflictSideBarItem } from '../edit-panel/diff-editor/EntityChangeConflictEditor.js';
|
|
29
30
|
import { EntityChangeConflictEditorState } from '../../../stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js';
|
|
@@ -156,7 +157,7 @@ export const WorkspaceUpdateConflictResolver = observer(() => {
|
|
|
156
157
|
: conflicts.length)}
|
|
157
158
|
</div>
|
|
158
159
|
</div>
|
|
159
|
-
<
|
|
160
|
+
<PanelContent>
|
|
160
161
|
{!conflictResolutionState.hasResolvedAllConflicts && (
|
|
161
162
|
<>
|
|
162
163
|
{conflicts
|
|
@@ -198,7 +199,7 @@ export const WorkspaceUpdateConflictResolver = observer(() => {
|
|
|
198
199
|
openDiff={openChange(diff)}
|
|
199
200
|
/>
|
|
200
201
|
))}
|
|
201
|
-
</
|
|
202
|
+
</PanelContent>
|
|
202
203
|
</div>
|
|
203
204
|
</div>
|
|
204
205
|
</div>
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
CloudDownloadIcon,
|
|
29
29
|
RefreshIcon,
|
|
30
30
|
InfoCircleIcon,
|
|
31
|
+
PanelContent,
|
|
31
32
|
} from '@finos/legend-art';
|
|
32
33
|
import { Link } from 'react-router-dom';
|
|
33
34
|
import { EntityChangeConflictSideBarItem } from '../../editor/edit-panel/diff-editor/EntityChangeConflictEditor.js';
|
|
@@ -193,7 +194,7 @@ export const WorkspaceUpdater = observer(() => {
|
|
|
193
194
|
{changes.length}
|
|
194
195
|
</div>
|
|
195
196
|
</div>
|
|
196
|
-
<
|
|
197
|
+
<PanelContent>
|
|
197
198
|
{conflicts
|
|
198
199
|
.slice()
|
|
199
200
|
.sort((a, b) => a.entityName.localeCompare(b.entityName))
|
|
@@ -220,7 +221,7 @@ export const WorkspaceUpdater = observer(() => {
|
|
|
220
221
|
openDiff={openChange(diff)}
|
|
221
222
|
/>
|
|
222
223
|
))}
|
|
223
|
-
</
|
|
224
|
+
</PanelContent>
|
|
224
225
|
</div>
|
|
225
226
|
</ResizablePanel>
|
|
226
227
|
<ResizablePanelSplitter>
|
|
@@ -249,7 +250,7 @@ export const WorkspaceUpdater = observer(() => {
|
|
|
249
250
|
{commitedReviews.length}
|
|
250
251
|
</div>
|
|
251
252
|
</div>
|
|
252
|
-
<
|
|
253
|
+
<PanelContent>
|
|
253
254
|
{commitedReviews.map((review) => (
|
|
254
255
|
<Link
|
|
255
256
|
key={review.id}
|
|
@@ -269,7 +270,7 @@ export const WorkspaceUpdater = observer(() => {
|
|
|
269
270
|
</div>
|
|
270
271
|
</Link>
|
|
271
272
|
))}
|
|
272
|
-
</
|
|
273
|
+
</PanelContent>
|
|
273
274
|
</div>
|
|
274
275
|
</ResizablePanel>
|
|
275
276
|
</ResizablePanelGroup>
|