@finos/legend-application-studio 28.17.10 → 28.17.12
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/application/LegendStudio.js +2 -3
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/components/ElementIconUtils.js +23 -24
- package/lib/components/ElementIconUtils.js.map +1 -1
- package/lib/components/LegendStudioAppInfo.js +7 -8
- package/lib/components/LegendStudioAppInfo.js.map +1 -1
- package/lib/components/LegendStudioFrameworkProvider.js +3 -4
- package/lib/components/LegendStudioFrameworkProvider.js.map +1 -1
- package/lib/components/LegendStudioWebApplication.d.ts +2 -2
- package/lib/components/LegendStudioWebApplication.js +13 -14
- package/lib/components/LegendStudioWebApplication.js.map +1 -1
- package/lib/components/ShowcaseManager.d.ts +1 -1
- package/lib/components/ShowcaseManager.js +29 -30
- package/lib/components/ShowcaseManager.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts +1 -1
- package/lib/components/editor/ActivityBar.js +27 -28
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.js +8 -9
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/EditorStoreProvider.js +3 -4
- package/lib/components/editor/EditorStoreProvider.js.map +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.d.ts +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.js +5 -6
- package/lib/components/editor/EmbeddedQueryBuilder.js.map +1 -1
- package/lib/components/editor/QuickInput.d.ts +1 -1
- package/lib/components/editor/QuickInput.js +5 -6
- package/lib/components/editor/QuickInput.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts +1 -1
- package/lib/components/editor/StatusBar.js +11 -12
- package/lib/components/editor/StatusBar.js.map +1 -1
- package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js +2 -3
- package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.js +4 -5
- package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.d.ts +1 -1
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.js +2 -3
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.js.map +1 -1
- package/lib/components/editor/editor-group/EditorGroup.d.ts +1 -1
- package/lib/components/editor/editor-group/EditorGroup.js +39 -40
- package/lib/components/editor/editor-group/EditorGroup.js.map +1 -1
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.js +11 -12
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/GrammarTextEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/GrammarTextEditor.js +4 -5
- package/lib/components/editor/editor-group/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/editor-group/ModelImporter.d.ts +1 -1
- package/lib/components/editor/editor-group/ModelImporter.js +14 -15
- package/lib/components/editor/editor-group/ModelImporter.js.map +1 -1
- package/lib/components/editor/editor-group/ProtocolValueBuilder.d.ts +1 -1
- package/lib/components/editor/editor-group/ProtocolValueBuilder.js +14 -15
- package/lib/components/editor/editor-group/ProtocolValueBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/RuntimeEditor.d.ts +4 -4
- package/lib/components/editor/editor-group/RuntimeEditor.js +29 -30
- package/lib/components/editor/editor-group/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/editor-group/UnsupportedElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/UnsupportedElementEditor.js +3 -4
- package/lib/components/editor/editor-group/UnsupportedElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js +9 -10
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js +10 -11
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js +10 -11
- package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.d.ts +3 -3
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js +5 -6
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js +13 -14
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js +2 -3
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js +54 -55
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +7 -8
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.js +6 -7
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.d.ts +5 -5
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js +17 -18
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js +9 -10
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js +5 -6
- package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js +10 -11
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.d.ts +2 -2
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js +5 -6
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.d.ts +1 -1
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js +2 -3
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js +5 -6
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.d.ts +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js +2 -3
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js +6 -7
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js +26 -27
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.d.ts +3 -3
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js +12 -13
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js.map +1 -1
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.d.ts +6 -6
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js +16 -17
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +10 -11
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +2 -3
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +2 -3
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +15 -16
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +5 -6
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js +38 -39
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js +12 -13
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js +3 -4
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js +5 -6
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js +32 -33
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js +10 -11
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js +6 -7
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js +7 -8
- package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +5 -6
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js +19 -20
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.d.ts +7 -7
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js +24 -25
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js +29 -30
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js +14 -15
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js +9 -10
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/TypeTree.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/TypeTree.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.d.ts +8 -8
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js +21 -22
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js +10 -11
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js +21 -22
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js +26 -27
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js +10 -11
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.js +5 -6
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.js +24 -25
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js +32 -33
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js +10 -11
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js +12 -13
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js +11 -12
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.d.ts +7 -7
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js +29 -30
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js +5 -6
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js +22 -23
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js.map +1 -1
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.d.ts +5 -5
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.js +30 -31
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.js +30 -31
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js +10 -11
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js +6 -7
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js +6 -7
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js +9 -10
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.js +2 -3
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.js.map +1 -1
- package/lib/components/editor/panel-group/ConsolePanel.d.ts +1 -1
- package/lib/components/editor/panel-group/ConsolePanel.js +2 -3
- package/lib/components/editor/panel-group/ConsolePanel.js.map +1 -1
- package/lib/components/editor/panel-group/DevToolPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/DevToolPanel.js +6 -7
- package/lib/components/editor/panel-group/DevToolPanel.js.map +1 -1
- package/lib/components/editor/panel-group/PanelGroup.d.ts +1 -1
- package/lib/components/editor/panel-group/PanelGroup.js +5 -6
- package/lib/components/editor/panel-group/PanelGroup.js.map +1 -1
- package/lib/components/editor/panel-group/ProblemsPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/ProblemsPanel.js +5 -6
- package/lib/components/editor/panel-group/ProblemsPanel.js.map +1 -1
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.js +18 -19
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.js.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +2 -2
- package/lib/components/editor/side-bar/CreateNewElementModal.js +26 -27
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts +1 -1
- package/lib/components/editor/side-bar/Explorer.js +36 -37
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -1
- package/lib/components/editor/side-bar/LocalChanges.js +12 -13
- package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts +2 -2
- package/lib/components/editor/side-bar/ProjectOverview.js +28 -29
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/RegisterService.d.ts +1 -1
- package/lib/components/editor/side-bar/RegisterService.js +17 -18
- package/lib/components/editor/side-bar/RegisterService.js.map +1 -1
- package/lib/components/editor/side-bar/SideBar.d.ts +1 -1
- package/lib/components/editor/side-bar/SideBar.js +12 -13
- package/lib/components/editor/side-bar/SideBar.js.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.js +27 -28
- package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts +2 -2
- package/lib/components/editor/side-bar/WorkspaceReview.js +8 -9
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +9 -10
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +6 -7
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +6 -7
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.d.ts +1 -1
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js +6 -7
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +2 -2
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +32 -33
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +3 -4
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +7 -8
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/lazy-text-editor/LazyTextEditor.js +10 -11
- package/lib/components/lazy-text-editor/LazyTextEditor.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewSideBar.d.ts +1 -1
- package/lib/components/project-reviewer/ProjectReviewSideBar.js +7 -8
- package/lib/components/project-reviewer/ProjectReviewSideBar.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js +3 -4
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewer.js +5 -6
- package/lib/components/project-reviewer/ProjectReviewer.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewerPanel.d.ts +1 -1
- package/lib/components/project-reviewer/ProjectReviewerPanel.js +9 -10
- package/lib/components/project-reviewer/ProjectReviewerPanel.js.map +1 -1
- package/lib/components/project-view/ProjectViewer.js +23 -24
- package/lib/components/project-view/ProjectViewer.js.map +1 -1
- package/lib/components/project-view/ProjectViewerStoreProvider.js +3 -4
- package/lib/components/project-view/ProjectViewerStoreProvider.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewer.js +19 -20
- package/lib/components/showcase/ShowcaseViewer.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewerStoreProvider.js +3 -4
- package/lib/components/showcase/ShowcaseViewerStoreProvider.js.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js +15 -16
- package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.js +7 -8
- package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -1
- package/lib/components/workspace-setup/ProjectSelectorUtils.js +6 -7
- package/lib/components/workspace-setup/ProjectSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js +2 -3
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +27 -28
- package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js +8 -5
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js +2 -2
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +4 -3
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js +10 -8
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -1
- package/package.json +12 -12
- package/src/stores/editor/editor-state/element-editor-state/RuntimeEditorState.ts +10 -7
- package/src/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.ts +2 -2
- package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +4 -2
- package/src/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.ts +14 -12
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/RuntimeEditor.tsx";
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -64,7 +63,7 @@ const getConnectionTooltipText = (connection, editorStore) => {
|
|
64
63
|
const IdentifiedConnectionsPerStoreExplorerContextMenu = observer(forwardRef(function IdentifiedConnectionsPerStoreExplorerContextMenu(props, ref) {
|
65
64
|
const { identifiedConnection, deleteIdentifiedConnection, createNewIdentifiedConnection, } = props;
|
66
65
|
const remove = () => deleteIdentifiedConnection?.();
|
67
|
-
return (
|
66
|
+
return (_jsxs(MenuContent, { ref: ref, children: [identifiedConnection && (_jsx(MenuContentItem, { onClick: remove, children: "Remove" })), !identifiedConnection && (_jsx(MenuContentItem, { onClick: createNewIdentifiedConnection, children: "Create a new connection for store" }))] }));
|
68
67
|
}));
|
69
68
|
export const IdentifiedConnectionsPerStoreExplorerItem = observer((props) => {
|
70
69
|
const { identifiedConnection, currentRuntimeEditorTabState, isActive, isReadOnly, } = props;
|
@@ -76,19 +75,19 @@ export const IdentifiedConnectionsPerStoreExplorerItem = observer((props) => {
|
|
76
75
|
const [isSelectedFromContextMenu, setIsSelectedFromContextMenu] = useState(false);
|
77
76
|
const onContextMenuOpen = () => setIsSelectedFromContextMenu(true);
|
78
77
|
const onContextMenuClose = () => setIsSelectedFromContextMenu(false);
|
79
|
-
return (
|
78
|
+
return (_jsx(ContextMenu, { className: clsx('runtime-explorer__item', {
|
80
79
|
'context-menu__trigger--on-menu-open': !isActive && isSelectedFromContextMenu,
|
81
|
-
}, { 'runtime-explorer__item--active': isActive }), disabled: isReadOnly, content:
|
80
|
+
}, { 'runtime-explorer__item--active': isActive }), disabled: isReadOnly, content: _jsx(IdentifiedConnectionsPerStoreExplorerContextMenu, { identifiedConnection: identifiedConnection, deleteIdentifiedConnection: deleteConnection, createNewIdentifiedConnection: openNewConnectionModal }), menuProps: { elevation: 7 }, onOpen: onContextMenuOpen, onClose: onContextMenuClose, children: _jsxs("button", { className: "runtime-explorer__item__label runtime-explorer__item__label--simple", onClick: openConnection, tabIndex: -1, title: getConnectionTooltipText(identifiedConnection.connection, editorStore), children: [_jsx("div", { className: "runtime-explorer__item__label__icon", children: _jsx(PURE_ConnectionIcon, {}) }), _jsx("div", { className: "runtime-explorer__item__label__text", children: identifiedConnection.id })] }) }));
|
82
81
|
});
|
83
82
|
const getRuntimeExplorerTreeNodeIcon = (editorStore, node) => {
|
84
83
|
if (node.data instanceof Runtime) {
|
85
|
-
return
|
84
|
+
return _jsx(PURE_RuntimeIcon, {});
|
86
85
|
}
|
87
86
|
else if (node.data instanceof ModelStore) {
|
88
|
-
return
|
87
|
+
return _jsx(PURE_ModelStoreIcon, {});
|
89
88
|
}
|
90
89
|
else if (node.data instanceof Connection) {
|
91
|
-
return
|
90
|
+
return _jsx(PURE_ConnectionIcon, {});
|
92
91
|
}
|
93
92
|
return getElementIcon(node.data, editorStore);
|
94
93
|
};
|
@@ -112,18 +111,18 @@ const RuntimeExplorerTreeNodeContainer = observer((props) => {
|
|
112
111
|
const { runtimeEditorState, onNodeExpand } = innerProps;
|
113
112
|
const editorStore = useEditorStore();
|
114
113
|
const isExpandable = Boolean(node.childrenIds?.length);
|
115
|
-
const nodeExpandIcon = isExpandable ? (node.isOpen ? (
|
114
|
+
const nodeExpandIcon = isExpandable ? (node.isOpen ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronRightIcon, {}))) : (_jsx("div", {}));
|
116
115
|
const selectNode = () => onNodeSelect?.(node);
|
117
116
|
const onExpandIconClick = () => onNodeExpand(node);
|
118
117
|
// Selection
|
119
118
|
const isActive = runtimeEditorState.isTreeNodeSelected(node);
|
120
|
-
return (
|
119
|
+
return (_jsx("div", { className: clsx('tree-view__node__container runtime-explorer__tree__node__container', { 'runtime-explorer__item--active': isActive }), onClick: selectNode, style: {
|
121
120
|
paddingLeft: `${(level - 1) * (stepPaddingInRem ?? 1) + 0.5}rem`,
|
122
121
|
display: 'flex',
|
123
|
-
}, children:
|
122
|
+
}, children: _jsxs("button", { className: "runtime-explorer__item__label", tabIndex: -1, title: getRuntimeExplorerTreeNodeTooltipText(node), children: [_jsx("div", { className: "tree-view__node__expand-icon", onClick: onExpandIconClick, children: nodeExpandIcon }), _jsx("div", { className: "runtime-explorer__item__label__icon", children: getRuntimeExplorerTreeNodeIcon(editorStore, node) }), node.data instanceof Runtime && (_jsxs(_Fragment, { children: [_jsxs("div", { className: "runtime-explorer__item__label__text", children: [node.label, " ~"] }), _jsx("div", { className: "runtime-explorer__item__label__runtime__mapping__icon", children: _jsx(PURE_MappingIcon, {}) }), _jsx("div", { className: "runtime-explorer__item__label__runtime__mapping__text", children: runtimeEditorState.runtimeValue.mappings.length
|
124
123
|
? runtimeEditorState.runtimeValue
|
125
124
|
.mappings[0].value.name
|
126
|
-
: '(no mapping)' }
|
125
|
+
: '(no mapping)' })] })), node.data instanceof Store && (_jsx("div", { className: "runtime-explorer__item__label__text", children: node.label })), node.data instanceof Class && (_jsx("div", { className: "runtime-explorer__item__label__text", children: node.label }))] }) }));
|
127
126
|
});
|
128
127
|
const RuntimeExplorer = observer((props) => {
|
129
128
|
const { runtimeEditorState, isReadOnly } = props;
|
@@ -165,13 +164,13 @@ const RuntimeExplorer = observer((props) => {
|
|
165
164
|
runtimeEditorState.reprocessRuntimeExplorerTree();
|
166
165
|
return () => runtimeEditorState.cleanUpDecoration();
|
167
166
|
}, [runtimeEditorState]);
|
168
|
-
return (
|
167
|
+
return (_jsxs(Panel, { className: "runtime-explorer", children: [_jsx(PanelHeader, { title: "runtime", children: _jsx("div", { className: "panel__header__title__content", children: runtimeName }) }), _jsx(PanelContent, { children: _jsx(PanelDropZone, { dropTargetConnector: dropRuntimeSubElementRef, isDragOver: isRuntimeSubElementDragOver, children: _jsx("div", { className: "panel__content__list", children: _jsx(TreeView, { components: {
|
169
168
|
TreeNodeContainer: RuntimeExplorerTreeNodeContainer,
|
170
169
|
}, treeData: treeData, onNodeSelect: onNodeSelect, getChildNodes: getTreeChildNodes, innerProps: {
|
171
170
|
isReadOnly,
|
172
171
|
runtimeEditorState,
|
173
172
|
onNodeExpand,
|
174
|
-
} }
|
173
|
+
} }) }) }) })] }));
|
175
174
|
});
|
176
175
|
const IdentifiedConnectionEditor = observer((props) => {
|
177
176
|
const { runtimeEditorState, currentRuntimeEditorTabState, connectionEditorState, identifiedConnection, isReadOnly, } = props;
|
@@ -180,7 +179,7 @@ const IdentifiedConnectionEditor = observer((props) => {
|
|
180
179
|
// TODO: add runtime connection ID
|
181
180
|
// connection pointer
|
182
181
|
const isEmbeddedConnection = !(identifiedConnection.connection instanceof ConnectionPointer);
|
183
|
-
const embeddedConnectionLabel = (
|
182
|
+
const embeddedConnectionLabel = (_jsxs("div", { className: "runtime-connection-editor__connection-option--custom", children: [_jsx(CogIcon, {}), _jsx("div", { className: "runtime-connection-editor__connection-option--custom__label", children: CUSTOM_LABEL })] }));
|
184
183
|
// only show custom connnection option when a connnection pointer is currently selected
|
185
184
|
let connectionOptions = isEmbeddedConnection
|
186
185
|
? []
|
@@ -230,8 +229,8 @@ const IdentifiedConnectionEditor = observer((props) => {
|
|
230
229
|
editorStore.graphEditorMode.openElement(identifiedConnection.connection.packageableConnection.value);
|
231
230
|
}
|
232
231
|
};
|
233
|
-
return (
|
234
|
-
.TEMPORARY__isLightColorThemeEnabled }
|
232
|
+
return (_jsxs("div", { className: "runtime-connection-editor", children: [_jsxs("div", { className: "panel runtime-connection-editor__pointer", children: [_jsx(PanelHeader, { title: "runtime connection" }), _jsx(PanelContent, { children: _jsxs("div", { className: "runtime-connection-editor__connection-option", children: [_jsx("div", { className: "runtime-connection-editor__connection-option__label", children: _jsx(PURE_ConnectionIcon, {}) }), _jsx(CustomSelectorInput, { className: "panel__content__form__section__dropdown", disabled: isReadOnly, options: connectionOptions, onChange: onConnectionSelectionChange, value: selectedConnectionOption, darkMode: !applicationStore.layoutService
|
233
|
+
.TEMPORARY__isLightColorThemeEnabled }), !isEmbeddedConnection && (_jsx("button", { className: "btn--dark btn--sm runtime-connection-editor__connection-option__visit-btn", onClick: visitConnection, tabIndex: -1, title: "See connection", children: _jsx(LongArrowRightIcon, {}) }))] }) })] }), _jsx("div", { className: "runtime-connection-editor__embedded", children: _jsx(ConnectionEditor, { connectionEditorState: connectionEditorState, disableChangingStore: true, isReadOnly: isReadOnly }) })] }));
|
235
234
|
});
|
236
235
|
const IdentifiedConnectionsPerStoreEditor = observer((props) => {
|
237
236
|
const { isReadOnly, currentRuntimeEditorTabState, runtimeEditorState } = props;
|
@@ -262,10 +261,10 @@ const IdentifiedConnectionsPerStoreEditor = observer((props) => {
|
|
262
261
|
dragItem instanceof ElementDragSource &&
|
263
262
|
dragItem.data.packageableElement instanceof PackageableConnection &&
|
264
263
|
currentRuntimeEditorTabState.packageableConnections.includes(dragItem.data.packageableElement);
|
265
|
-
return (
|
266
|
-
IdentifiedConnectionsPerStoreEditorTabState && (
|
267
|
-
IdentifiedConnectionsPerClassEditorTabState && (
|
268
|
-
.length && (
|
264
|
+
return (_jsx("div", { className: "runtime-store-connections-editor", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 300, minSize: 300, children: _jsxs(Panel, { className: "runtime-explorer", children: [_jsxs(PanelHeader, { children: [currentRuntimeEditorTabState instanceof
|
265
|
+
IdentifiedConnectionsPerStoreEditorTabState && (_jsxs("div", { className: "panel__header__title", children: [_jsx("div", { className: "panel__header__title__label", children: "store" }), _jsx("div", { className: "panel__header__title__content", children: currentRuntimeEditorTabState.store.name })] })), currentRuntimeEditorTabState instanceof
|
266
|
+
IdentifiedConnectionsPerClassEditorTabState && (_jsxs("div", { className: "panel__header__title", children: [_jsx("div", { className: "panel__header__title__label", children: "store" }), _jsx("div", { className: "panel__header__title__content", children: "ModelStore" }), _jsx("div", { className: "runtime-store-connections-editor__model-store__arrow-icon", children: _jsx(CaretRightIcon, {}) }), _jsx("div", { className: "runtime-store-connections-editor__model-store__class-icon", children: _jsx(PURE_ClassIcon, {}) }), _jsx("div", { className: "runtime-store-connections-editor__model-store__class-name", children: currentRuntimeEditorTabState.class.name })] })), _jsx(PanelHeaderActions, { children: _jsx(PanelHeaderActionItem, { disabled: isReadOnly, onClick: addNewConnection, title: "Add Connection...", children: _jsx(PlusIcon, {}) }) })] }), _jsx(ContextMenu, { className: "panel__content", disabled: isReadOnly, content: _jsx(IdentifiedConnectionsPerStoreExplorerContextMenu, { createNewIdentifiedConnection: addNewConnection }), menuProps: { elevation: 7 }, children: _jsxs(PanelDropZone, { dropTargetConnector: dropConnectionRef, isDragOver: isConnectionDragOver, children: [Boolean(currentRuntimeEditorTabState.identifiedConnections.length) && (_jsx("div", { className: "panel__content__list", children: currentRuntimeEditorTabState.identifiedConnections.map((rtConnection) => (_jsx(IdentifiedConnectionsPerStoreExplorerItem, { identifiedConnection: rtConnection, currentRuntimeEditorTabState: currentRuntimeEditorTabState, isActive: rtConnection === identifiedConnection, isReadOnly: isReadOnly }, rtConnection._UUID))) })), !currentRuntimeEditorTabState.identifiedConnections
|
267
|
+
.length && (_jsx(BlankPanelPlaceholder, { text: "Add a connection", onClick: addNewConnection, clickActionType: "add", tooltipText: "Drop a connection to add it to the list, or click to add an embedded connection", isDropZoneActive: isEmbeddedRuntime ? undefined : canDropConnection, disabled: isReadOnly, previewText: "No connection" }))] }) })] }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsxs(ResizablePanel, { children: [connectionEditorState && identifiedConnection && (_jsx(IdentifiedConnectionEditor, { runtimeEditorState: runtimeEditorState, currentRuntimeEditorTabState: currentRuntimeEditorTabState, connectionEditorState: connectionEditorState, identifiedConnection: identifiedConnection, isReadOnly: isReadOnly })), (!connectionEditorState || !identifiedConnection) && (_jsxs(Panel, { children: [_jsx(PanelHeader, { title: "runtime connection" }), _jsx(PanelContent, { children: _jsx(BlankPanelContent, { children: "No connection selected" }) })] }))] })] }) }));
|
269
268
|
});
|
270
269
|
const RuntimeMappingEditor = observer((props) => {
|
271
270
|
const { runtimeEditorState, mappingRef, isReadOnly } = props;
|
@@ -287,7 +286,7 @@ const RuntimeMappingEditor = observer((props) => {
|
|
287
286
|
const changeMapping = (val) => runtimeEditorState.changeMapping(mappingRef, val.value);
|
288
287
|
const deleteMapping = () => runtimeEditorState.deleteMapping(mappingRef);
|
289
288
|
const visitMapping = () => editorStore.graphEditorMode.openElement(mappingRef.value);
|
290
|
-
return (
|
289
|
+
return (_jsxs("div", { className: "panel__content__form__section__list__item--customized runtime-mapping-editor", children: [_jsx(CustomSelectorInput, { className: "runtime-mapping-editor__mapping", disabled: isReadOnly, options: mappingOptions, onChange: changeMapping, value: selectedMappingOption, placeholder: "Choose a class", filterOption: filterOption, darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled }), _jsx("button", { className: "btn--dark btn__icon--dark", onClick: visitMapping, tabIndex: -1, title: "Visit Mapping", children: _jsx(LongArrowRightIcon, {}) }), !isReadOnly && (_jsx("button", { className: "btn--dark btn__icon--dark btn--caution", disabled: runtimeValue.mappings.length < 2, onClick: deleteMapping, tabIndex: -1, title: "Remove", children: _jsx(TimesIcon, {}) }))] }));
|
291
290
|
});
|
292
291
|
const RuntimeGeneralEditor = observer((props) => {
|
293
292
|
const { runtimeEditorState, isReadOnly } = props;
|
@@ -320,30 +319,30 @@ const RuntimeGeneralEditor = observer((props) => {
|
|
320
319
|
isMappingDragOver: monitor.isOver({ shallow: true }),
|
321
320
|
}),
|
322
321
|
}), [handleDropMapping]);
|
323
|
-
return (
|
322
|
+
return (_jsxs("div", { className: "panel runtime-explorer", children: [_jsx(PanelHeader, {}), _jsx(PanelContent, { children: _jsx(PanelDropZone, { dropTargetConnector: dropMappingRef, isDragOver: isMappingDragOver && !isReadOnly, children: _jsx("div", { className: "panel__content__form", children: _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Mappings" }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the list of mappings covered by this runtime" }), _jsxs("div", { className: "panel__content__form__section__list", children: [runtimeValue.mappings.map((mappingRef) => (_jsx(RuntimeMappingEditor, { runtimeEditorState: runtimeEditorState, mappingRef: mappingRef, isReadOnly: isReadOnly || isRuntimeEmbedded }, mappingRef.value._UUID))), !isRuntimeEmbedded && (_jsx("div", { className: "panel__content__form__section__list__new-item__add", children: _jsx("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark", disabled: !allowAddingMapping, tabIndex: -1, onClick: addMapping, title: "Add Mapping", children: "Add Value" }) }))] })] }) }) }) })] }));
|
324
323
|
});
|
325
324
|
const RuntimeEditorPanel = observer((props) => {
|
326
325
|
const { runtimeEditorState, isReadOnly } = props;
|
327
326
|
const currentRuntimeEditorTabState = runtimeEditorState.currentTabState;
|
328
327
|
if (currentRuntimeEditorTabState instanceof
|
329
328
|
IdentifiedConnectionsEditorTabState) {
|
330
|
-
return (
|
329
|
+
return (_jsx(IdentifiedConnectionsPerStoreEditor, { runtimeEditorState: runtimeEditorState, currentRuntimeEditorTabState: currentRuntimeEditorTabState, isReadOnly: isReadOnly }, runtimeEditorState.uuid));
|
331
330
|
}
|
332
331
|
else if (currentRuntimeEditorTabState instanceof RuntimeEditorRuntimeTabState) {
|
333
|
-
return (
|
332
|
+
return (_jsx(RuntimeGeneralEditor, { runtimeEditorState: runtimeEditorState, runtimeEditorTabState: currentRuntimeEditorTabState, isReadOnly: isReadOnly }, runtimeEditorState.uuid));
|
334
333
|
}
|
335
|
-
return
|
334
|
+
return _jsx("div", {}); // no need for splash screen since will always show at least a tab
|
336
335
|
});
|
337
336
|
export const RuntimeEditor = observer((props) => {
|
338
337
|
const { runtimeEditorState, isReadOnly } = props;
|
339
|
-
return (
|
338
|
+
return (_jsx("div", { className: "runtime-editor", children: _jsxs(ResizablePanelGroup, { orientation: "vertical", children: [_jsx(ResizablePanel, { size: 300, minSize: 300, children: _jsx(RuntimeExplorer, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }) }), _jsx(ResizablePanelSplitter, { children: _jsx(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }) }), _jsx(ResizablePanel, { children: _jsx(RuntimeEditorPanel, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }) })] }) }));
|
340
339
|
});
|
341
340
|
export const PackageableRuntimeEditor = observer(() => {
|
342
341
|
const editorStore = useEditorStore();
|
343
342
|
const editorState = editorStore.tabManagerState.getCurrentEditorState(PackageableRuntimeEditorState);
|
344
343
|
const isReadOnly = editorState.isReadOnly;
|
345
344
|
useApplicationNavigationContext(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.RUNTIME_EDITOR);
|
346
|
-
return (
|
345
|
+
return (_jsx(RuntimeEditor, { runtimeEditorState: editorState.runtimeEditorState, isReadOnly: isReadOnly }));
|
347
346
|
});
|
348
347
|
export const EmbeddedRuntimeEditor = observer((props) => {
|
349
348
|
const { runtimeEditorState, onClose, isReadOnly } = props;
|
@@ -352,10 +351,10 @@ export const EmbeddedRuntimeEditor = observer((props) => {
|
|
352
351
|
if (!runtimeEditorState) {
|
353
352
|
return null;
|
354
353
|
}
|
355
|
-
return (
|
354
|
+
return (_jsx(Dialog, { open: Boolean(runtimeEditorState), onClose: closeEditor, classes: {
|
356
355
|
root: 'editor-modal__root-container',
|
357
356
|
container: 'editor-modal__container',
|
358
357
|
paper: 'editor-modal__content',
|
359
|
-
}, children:
|
358
|
+
}, children: _jsxs(Modal, { darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled, className: "editor-modal embedded-runtime-editor", children: [_jsxs(ModalHeader, { children: [_jsx(ModalTitle, { icon: _jsx(CogIcon, {}), title: "custom runtime" }), _jsx(ModalHeaderActions, { children: _jsx("button", { className: "modal__header__action", tabIndex: -1, onClick: closeEditor, children: _jsx(TimesIcon, {}) }) })] }), _jsx(ModalBody, { className: "modal__body--footless", children: _jsx(RuntimeEditor, { runtimeEditorState: runtimeEditorState, isReadOnly: isReadOnly }) })] }) }));
|
360
359
|
});
|
361
360
|
//# sourceMappingURL=RuntimeEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"RuntimeEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/RuntimeEditor.tsx"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"RuntimeEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/RuntimeEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -18,10 +18,10 @@ export declare const UnsupportedEditorPanel: ((props: {
|
|
18
18
|
text: string;
|
19
19
|
isReadOnly: boolean;
|
20
20
|
unsupportedElementEditorState?: UnsupportedElementEditorState;
|
21
|
-
}) => import("react/jsx-
|
21
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
22
22
|
displayName: string;
|
23
23
|
};
|
24
|
-
export declare const UnsupportedElementEditor: (() => import("react/jsx-
|
24
|
+
export declare const UnsupportedElementEditor: (() => import("react/jsx-runtime").JSX.Element) & {
|
25
25
|
displayName: string;
|
26
26
|
};
|
27
27
|
//# sourceMappingURL=UnsupportedElementEditor.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/UnsupportedElementEditor.tsx";
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -35,7 +34,7 @@ export const UnsupportedEditorPanel = observer((props) => {
|
|
35
34
|
const handleJsonModeClick = () => {
|
36
35
|
unsupportedElementEditorState?.setEditMode(ELEMENT_NATIVE_VIEW_MODE.JSON);
|
37
36
|
};
|
38
|
-
return (
|
37
|
+
return (_jsx(BlankPanelContent, { children: _jsxs("div", { className: "unsupported-element-editor__main", children: [_jsx("div", { className: "unsupported-element-editor__summary", children: text }), _jsxs("div", { className: "unsupported-element-editor__actions", children: [!isReadOnly && (_jsx(Button, { className: "unsupported-element-editor__to-text-mode__btn", onClick: handleTextModeClick, text: "Edit in text mode", disabled: isUnknownEntity })), isUnknownEntity && (_jsx(Button, { className: "unsupported-element-editor__to-text-mode__btn unsupported-element-editor__btn--dark", onClick: handleJsonModeClick, text: "View content" }))] })] }) }));
|
39
38
|
});
|
40
39
|
// NOTE: this editor can be used for any element supported via text mode but no editor has been built
|
41
40
|
export const UnsupportedElementEditor = observer(() => {
|
@@ -43,6 +42,6 @@ export const UnsupportedElementEditor = observer(() => {
|
|
43
42
|
const unsupportedElementEditorState = editorStore.tabManagerState.getCurrentEditorState(UnsupportedElementEditorState);
|
44
43
|
const element = unsupportedElementEditorState.element;
|
45
44
|
const isReadOnly = unsupportedElementEditorState.isReadOnly;
|
46
|
-
return (
|
45
|
+
return (_jsx("div", { className: "unsupported-element-editor", children: _jsxs(Panel, { children: [_jsx(PanelHeader, { children: _jsxs("div", { className: "panel__header__title", children: [isReadOnly && (_jsx("div", { className: "uml-element-editor__header__lock", children: _jsx(LockIcon, {}) })), _jsx("div", { className: "panel__header__title__label", children: "element" }), _jsx("div", { className: "panel__header__title__content", children: element.name })] }) }), _jsx(PanelContent, { className: "unsupported-element-editor__content", children: _jsx(UnsupportedEditorPanel, { text: "Can't display this element in form-mode", isReadOnly: isReadOnly, unsupportedElementEditorState: unsupportedElementEditorState }) })] }) }));
|
47
46
|
});
|
48
47
|
//# sourceMappingURL=UnsupportedElementEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"UnsupportedElementEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/UnsupportedElementEditor.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"UnsupportedElementEditor.js","sourceRoot":"","sources":["../../../../src/components/editor/editor-group/UnsupportedElementEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,iBAAiB,EACjB,MAAM,EACN,QAAQ,EACR,KAAK,EACL,YAAY,EACZ,WAAW,GACZ,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,6BAA6B,EAAE,MAAM,sEAAsE,CAAC;AACrH,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,wBAAwB,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,MAAM,CAAC,MAAM,sBAAsB,GAAG,QAAQ,CAC5C,CAAC,KAIA,EAAE,EAAE;IACH,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,6BAA6B,EAAE,GAAG,KAAK,CAAC;IAClE,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAE/C,MAAM,eAAe,GAAG,6BAA6B;QACnD,CAAC,CAAC,MAAM,CAAC,6BAA6B,CAAC,OAAO,EAAE,wBAAwB,CAAC;QACzE,CAAC,CAAC,KAAK,CAAC;IAEV,MAAM,mBAAmB,GAAG,gBAAgB,CAAC,mBAAmB,CAAC,GAAG,EAAE,CACpE,UAAU,CAAC,WAAW,CAAC,cAAc,EAAE,CAAC,CACzC,CAAC;IAEF,MAAM,mBAAmB,GAAG,GAAS,EAAE;QACrC,6BAA6B,EAAE,WAAW,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAC;IAC5E,CAAC,CAAC;IAEF,OAAO,CACL,KAAC,iBAAiB,cAChB,eAAK,SAAS,EAAC,kCAAkC,aAC/C,cAAK,SAAS,EAAC,qCAAqC,YAAE,IAAI,GAAO,EACjE,eAAK,SAAS,EAAC,qCAAqC,aACjD,CAAC,UAAU,IAAI,CACd,KAAC,MAAM,IACL,SAAS,EAAC,+CAA+C,EACzD,OAAO,EAAE,mBAAmB,EAC5B,IAAI,EAAC,mBAAmB,EACxB,QAAQ,EAAE,eAAe,GACzB,CACH,EACA,eAAe,IAAI,CAClB,KAAC,MAAM,IACL,SAAS,EAAC,qFAAqF,EAC/F,OAAO,EAAE,mBAAmB,EAC5B,IAAI,EAAC,cAAc,GACnB,CACH,IACG,IACF,GACY,CACrB,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,qGAAqG;AACrG,MAAM,CAAC,MAAM,wBAAwB,GAAG,QAAQ,CAAC,GAAG,EAAE;IACpD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,6BAA6B,GACjC,WAAW,CAAC,eAAe,CAAC,qBAAqB,CAC/C,6BAA6B,CAC9B,CAAC;IACJ,MAAM,OAAO,GAAG,6BAA6B,CAAC,OAAO,CAAC;IACtD,MAAM,UAAU,GAAG,6BAA6B,CAAC,UAAU,CAAC;IAE5D,OAAO,CACL,cAAK,SAAS,EAAC,4BAA4B,YACzC,MAAC,KAAK,eACJ,KAAC,WAAW,cACV,eAAK,SAAS,EAAC,sBAAsB,aAClC,UAAU,IAAI,CACb,cAAK,SAAS,EAAC,kCAAkC,YAC/C,KAAC,QAAQ,KAAG,GACR,CACP,EACD,cAAK,SAAS,EAAC,6BAA6B,wBAAc,EAC1D,cAAK,SAAS,EAAC,+BAA+B,YAAE,OAAO,CAAC,IAAI,GAAO,IAC/D,GACM,EACd,KAAC,YAAY,IAAC,SAAS,EAAC,qCAAqC,YAC3D,KAAC,sBAAsB,IACrB,IAAI,EAAC,yCAAyC,EAC9C,UAAU,EAAE,UAAU,EACtB,6BAA6B,EAAE,6BAA6B,GAC5D,GACW,IACT,GACJ,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
@@ -18,10 +18,10 @@ export declare const ConnectionEditor: ((props: {
|
|
18
18
|
connectionEditorState: ConnectionEditorState;
|
19
19
|
isReadOnly: boolean;
|
20
20
|
disableChangingStore?: boolean;
|
21
|
-
}) => import("react/jsx-
|
21
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
22
22
|
displayName: string;
|
23
23
|
};
|
24
|
-
export declare const PackageableConnectionEditor: (() => import("react/jsx-
|
24
|
+
export declare const PackageableConnectionEditor: (() => import("react/jsx-runtime").JSX.Element) & {
|
25
25
|
displayName: string;
|
26
26
|
};
|
27
27
|
//# sourceMappingURL=ConnectionEditor.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/connection-editor/ConnectionEditor.tsx";
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -38,11 +37,11 @@ const ModelConnectionEditor = observer((props) => {
|
|
38
37
|
// TODO: handle content type (XML/JSON)
|
39
38
|
// url
|
40
39
|
const changeUrl = (event) => modelConnection_setUrl(connection, event.target.value);
|
41
|
-
return (
|
40
|
+
return (_jsxs("div", { className: "panel__content__form", children: [_jsxs("div", { className: "panel__content__form__section", children: [_jsxs("div", { className: "panel__content__form__section__header__label", children: [_jsx("div", { className: "panel__content__form__section__header__label__text", children: "Source Class" }), disableChangingClass && (_jsx("div", { className: "panel__content__form__section__header__label__lock", children: _jsx(LockIcon, {}) }))] }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the class being used for the model store" }), _jsx(CustomSelectorInput, { disabled: isReadOnly || disableChangingClass, className: "panel__content__form__section__dropdown", options: classOptions, onChange: onSourceClassChange, value: { label: sourceClass.name, value: sourceClass }, darkMode: !applicationStore.layoutService
|
42
41
|
.TEMPORARY__isLightColorThemeEnabled, formatOptionLabel: getPackageableElementOptionFormatter({
|
43
42
|
darkMode: !applicationStore.layoutService
|
44
43
|
.TEMPORARY__isLightColorThemeEnabled,
|
45
|
-
}) }
|
44
|
+
}) })] }), _jsxs("div", { className: "panel__content__form__section", children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "URL" }), _jsx("div", { className: "panel__content__form__section__header__prompt", children: "Specifies the connection URL" }), _jsx("textarea", { className: "panel__content__form__section__textarea connection-editor__model-connection-url__textarea", spellCheck: false, value: connection.url, onChange: changeUrl, disabled: isReadOnly })] })] }));
|
46
45
|
});
|
47
46
|
export const ConnectionEditor = observer((props) => {
|
48
47
|
const { connectionEditorState, isReadOnly, disableChangingStore } = props;
|
@@ -51,13 +50,13 @@ export const ConnectionEditor = observer((props) => {
|
|
51
50
|
const plugins = editorStore.pluginManager.getApplicationPlugins();
|
52
51
|
const renderConnectionValueEditor = () => {
|
53
52
|
if (connectionValueState instanceof JsonModelConnectionValueState) {
|
54
|
-
return (
|
53
|
+
return (_jsx(ModelConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly, disableChangingClass: disableChangingStore }));
|
55
54
|
}
|
56
55
|
else if (connectionValueState instanceof FlatDataConnectionValueState) {
|
57
|
-
return (
|
56
|
+
return (_jsx(FlatDataConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }));
|
58
57
|
}
|
59
58
|
else if (connectionValueState instanceof RelationalDatabaseConnectionValueState) {
|
60
|
-
return (
|
59
|
+
return (_jsx(RelationalDatabaseConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }));
|
61
60
|
}
|
62
61
|
else {
|
63
62
|
const extraConnectionEditorRenderers = plugins.flatMap((plugin) => plugin.getExtraConnectionEditorRenderers?.() ?? []);
|
@@ -67,16 +66,16 @@ export const ConnectionEditor = observer((props) => {
|
|
67
66
|
return editor;
|
68
67
|
}
|
69
68
|
}
|
70
|
-
return (
|
69
|
+
return (_jsx(UnsupportedEditorPanel, { text: "Can't display this connection in form-mode", isReadOnly: isReadOnly }));
|
71
70
|
}
|
72
71
|
};
|
73
|
-
return (
|
72
|
+
return (_jsxs(Panel, { className: "connection-editor", children: [_jsx(PanelHeader, { title: connectionValueState.label() }), _jsx(PanelContent, { children: renderConnectionValueEditor() })] }));
|
74
73
|
});
|
75
74
|
export const PackageableConnectionEditor = observer(() => {
|
76
75
|
const editorStore = useEditorStore();
|
77
76
|
const editorState = editorStore.tabManagerState.getCurrentEditorState(PackageableConnectionEditorState);
|
78
77
|
const isReadOnly = editorState.isReadOnly;
|
79
78
|
useApplicationNavigationContext(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.CONNECTION_EDITOR);
|
80
|
-
return (
|
79
|
+
return (_jsx(ConnectionEditor, { connectionEditorState: editorState.connectionState, isReadOnly: isReadOnly }));
|
81
80
|
});
|
82
81
|
//# sourceMappingURL=ConnectionEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"ConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/connection-editor/ConnectionEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -16,13 +16,13 @@
|
|
16
16
|
import type { DatabaseBuilderWizardState } from '../../../../stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderWizardState.js';
|
17
17
|
export declare const DatabaseBuilderModalContent: ((props: {
|
18
18
|
databaseBuilderState: DatabaseBuilderWizardState;
|
19
|
-
}) => import("react/jsx-
|
19
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
20
20
|
displayName: string;
|
21
21
|
};
|
22
22
|
export declare const DatabaseBuilderWizard: ((props: {
|
23
23
|
databaseBuilderState: DatabaseBuilderWizardState;
|
24
24
|
isReadOnly: boolean;
|
25
|
-
}) => import("react/jsx-
|
25
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
26
26
|
displayName: string;
|
27
27
|
};
|
28
28
|
//# sourceMappingURL=DatabaseBuilderWizard.d.ts.map
|