@finos/legend-application-studio 28.17.8 → 28.17.10
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/application/LegendStudio.js +3 -2
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/components/ElementIconUtils.js +24 -23
- package/lib/components/ElementIconUtils.js.map +1 -1
- package/lib/components/LegendStudioAppInfo.js +8 -7
- package/lib/components/LegendStudioAppInfo.js.map +1 -1
- package/lib/components/LegendStudioFrameworkProvider.js +4 -3
- package/lib/components/LegendStudioFrameworkProvider.js.map +1 -1
- package/lib/components/LegendStudioWebApplication.d.ts +2 -2
- package/lib/components/LegendStudioWebApplication.js +14 -13
- package/lib/components/LegendStudioWebApplication.js.map +1 -1
- package/lib/components/ShowcaseManager.d.ts +1 -1
- package/lib/components/ShowcaseManager.js +30 -29
- package/lib/components/ShowcaseManager.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts +1 -1
- package/lib/components/editor/ActivityBar.js +28 -27
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.js +9 -8
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/EditorStoreProvider.js +4 -3
- package/lib/components/editor/EditorStoreProvider.js.map +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.d.ts +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.js +6 -5
- package/lib/components/editor/EmbeddedQueryBuilder.js.map +1 -1
- package/lib/components/editor/QuickInput.d.ts +1 -1
- package/lib/components/editor/QuickInput.js +6 -5
- package/lib/components/editor/QuickInput.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts +1 -1
- package/lib/components/editor/StatusBar.js +12 -11
- package/lib/components/editor/StatusBar.js.map +1 -1
- package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js +3 -2
- 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 +5 -4
- 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 +3 -2
- 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 +40 -39
- 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 +12 -11
- 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 +5 -4
- 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 +15 -14
- 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 +15 -14
- 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 +30 -29
- 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 +4 -3
- 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 +10 -9
- 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 +11 -10
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js +11 -10
- 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 +6 -5
- 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 +14 -13
- 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 +3 -2
- 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 +55 -54
- 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 +8 -7
- 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 +7 -6
- 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 +18 -17
- 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 +10 -9
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js +6 -5
- 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 +11 -10
- 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 +6 -5
- 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 +3 -2
- 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 +6 -5
- 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 +3 -2
- 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 +7 -6
- 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 +27 -26
- 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 +13 -12
- 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 +17 -16
- 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 +11 -10
- 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 +3 -2
- 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 +3 -2
- 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 +16 -15
- 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 +6 -5
- 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 +39 -38
- 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 +13 -12
- 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 +4 -3
- 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 +6 -5
- 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 +33 -32
- 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 +9 -8
- 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 +11 -10
- 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 +7 -6
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js +8 -7
- 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 +12 -11
- 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 +6 -5
- 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 +20 -19
- 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 +25 -24
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js +5 -4
- 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 +12 -11
- 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 +30 -29
- 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 +12 -11
- 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 +9 -8
- 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 +5 -4
- 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 +15 -14
- 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 +10 -9
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/TypeTree.js +9 -8
- 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 +22 -21
- 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 +5 -4
- 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 +11 -10
- 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 +9 -8
- 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 +22 -21
- 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 +27 -26
- 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 +11 -10
- 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 +6 -5
- 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 +25 -24
- 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 +33 -32
- 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 +11 -10
- 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 +13 -12
- 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 +12 -11
- 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 +30 -29
- 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 +6 -5
- 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 +23 -22
- 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 +31 -30
- 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 +8 -7
- 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 +31 -30
- 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 +11 -10
- 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 +8 -7
- 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 +8 -7
- 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 +7 -6
- 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 +7 -6
- 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 +10 -9
- 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 +3 -2
- 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 +3 -2
- 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 +7 -6
- 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 +6 -5
- 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 +6 -5
- 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 +19 -18
- 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 +27 -26
- 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 +37 -36
- 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 +13 -12
- 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 +29 -28
- 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 +18 -17
- 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 +13 -12
- 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 +28 -27
- 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 +9 -8
- 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 +10 -9
- 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 +7 -6
- 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 +7 -6
- 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 +7 -6
- 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 +33 -32
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +4 -3
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +8 -7
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/lazy-text-editor/LazyTextEditor.js +11 -10
- 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 +8 -7
- package/lib/components/project-reviewer/ProjectReviewSideBar.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js +4 -3
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewer.js +6 -5
- 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 +10 -9
- package/lib/components/project-reviewer/ProjectReviewerPanel.js.map +1 -1
- package/lib/components/project-view/ProjectViewer.js +24 -23
- package/lib/components/project-view/ProjectViewer.js.map +1 -1
- package/lib/components/project-view/ProjectViewerStoreProvider.js +4 -3
- package/lib/components/project-view/ProjectViewerStoreProvider.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewer.js +20 -19
- package/lib/components/showcase/ShowcaseViewer.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewerStoreProvider.js +4 -3
- 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 +16 -15
- 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 +8 -7
- package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -1
- package/lib/components/workspace-setup/ProjectSelectorUtils.js +7 -6
- package/lib/components/workspace-setup/ProjectSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js +3 -2
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +28 -27
- package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +1 -1
- package/package.json +5 -5
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { jsxDEV as _jsxDEV, Fragment as _Fragment } from "react/jsx-dev-runtime";
|
2
|
+
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/service-editor/ServiceEditor.tsx";
|
2
3
|
/**
|
3
4
|
* Copyright (c) 2020-present, Goldman Sachs
|
4
5
|
*
|
@@ -179,23 +180,23 @@ const ServiceGeneralEditor = observer(() => {
|
|
179
180
|
useEffect(() => {
|
180
181
|
patternRef.current?.focus();
|
181
182
|
}, [serviceState]);
|
182
|
-
return (
|
183
|
+
return (_jsxDEV(PanelContentLists, { className: "service-editor__general", children: [_jsxDEV(PanelForm, { children: _jsxDEV(PanelFormValidatedTextField, { ref: patternRef, name: "URL Pattern", isReadOnly: isReadOnly, className: "service-editor__pattern__input", errorMessageClassName: "service-editor__pattern__input", prompt: _jsxDEV(_Fragment, { children: ["Specifies the URL pattern of the service (e.g. /myService/", _jsxDEV("span", { className: "service-editor__pattern__example__param", children: `{param}` }, void 0, false, { fileName: _jsxFileName, lineNumber: 284, columnNumber: 15 }, this), ")"] }, void 0, true, { fileName: _jsxFileName, lineNumber: 281, columnNumber: 19 }, this), update: (value) => {
|
183
184
|
updatePattern(value ?? '');
|
184
|
-
}, validate: getValidationMessage, value: pattern }) }),
|
185
|
-
service.patternParameters.map((parameter) => (
|
186
|
-
.TEMPORARY__isLightColorThemeEnabled })] }), ownership instanceof DeploymentOwnership && (
|
185
|
+
}, validate: getValidationMessage, value: pattern }, void 0, false, { fileName: _jsxFileName, lineNumber: 275, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 274, columnNumber: 7 }, this), _jsxDEV(PanelForm, { children: _jsxDEV("div", { className: "panel__content__form__section service-editor__parameters", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "Parameters" }, void 0, false, { fileName: _jsxFileName, lineNumber: 297, columnNumber: 11 }, this), _jsxDEV("div", { className: "panel__content__form__section__header__prompt", children: "URL parameters (each must be surrounded by curly braces) will be passed as arguments for the execution query. Note that if the service is configured to use multi-execution, one of the URL parameters must be chosen as the execution key." }, void 0, false, { fileName: _jsxFileName, lineNumber: 300, columnNumber: 11 }, this), _jsxDEV("div", { className: "service-editor__parameters__list", children: [!service.patternParameters.length && (_jsxDEV("div", { className: "service-editor__parameters__list__empty", children: "No parameter" }, void 0, false, { fileName: _jsxFileName, lineNumber: 307, columnNumber: 52 }, this)), Boolean(service.patternParameters.length) &&
|
186
|
+
service.patternParameters.map((parameter) => (_jsxDEV("div", { className: "service-editor__parameter", children: [_jsxDEV("div", { className: "service-editor__parameter__text", children: parameter }, void 0, false, { fileName: _jsxFileName, lineNumber: 315, columnNumber: 19 }, this), _jsxDEV("div", { className: "service-editor__parameter__actions", children: _jsxDEV("button", { className: "service-editor__parameter__action", disabled: isReadOnly, onClick: removePatternParameter(parameter), title: "Remove parameter", tabIndex: -1, children: _jsxDEV(TimesIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 326, columnNumber: 23 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 319, columnNumber: 21 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 318, columnNumber: 19 }, this)] }, parameter, true, { fileName: _jsxFileName, lineNumber: 313, columnNumber: 61 }, this)))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 306, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 296, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 295, columnNumber: 7 }, this), _jsxDEV(PanelForm, { children: _jsxDEV("div", { className: "panel__content__form__section", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "Documentation" }, void 0, false, { fileName: _jsxFileName, lineNumber: 337, columnNumber: 11 }, this), _jsxDEV("div", { className: "panel__content__form__section__header__prompt", children: `Provide a brief description of the service's functionalities and usage` }, void 0, false, { fileName: _jsxFileName, lineNumber: 340, columnNumber: 11 }, this), _jsxDEV("textarea", { className: "panel__content__form__section__textarea service-editor__documentation__input", spellCheck: false, disabled: isReadOnly, value: service.documentation, onChange: changeDocumentation }, void 0, false, { fileName: _jsxFileName, lineNumber: 341, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 336, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 335, columnNumber: 7 }, this), _jsxDEV(PanelForm, { children: _jsxDEV(PanelFormBooleanField, { isReadOnly: isReadOnly, value: service.autoActivateUpdates, name: "Auto Activate Updates", prompt: "Specifies if the new generation should be automatically activated;\n only valid when latest revision is selected upon service\n registration", update: toggleAutoActivateUpdates }, void 0, false, { fileName: _jsxFileName, lineNumber: 351, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 350, columnNumber: 7 }, this), _jsxDEV(PanelForm, { children: [owners.length === 0 && (_jsxDEV("div", { children: [_jsxDEV("div", { className: "panel__content__form__section", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "Ownership" }, void 0, false, { fileName: _jsxFileName, lineNumber: 365, columnNumber: 15 }, this), _jsxDEV("div", { className: "panel__content__form__section__header__prompt", children: "The ownership model you want to use to control your service." }, void 0, false, { fileName: _jsxFileName, lineNumber: 368, columnNumber: 15 }, this), _jsxDEV(CustomSelectorInput, { options: OWNERSHIP_OPTIONS, onChange: onOwnershipChange, value: serviceState.selectedOwnership, darkMode: !applicationStore.layoutService
|
187
|
+
.TEMPORARY__isLightColorThemeEnabled }, void 0, false, { fileName: _jsxFileName, lineNumber: 371, columnNumber: 15 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 364, columnNumber: 13 }, this), ownership instanceof DeploymentOwnership && (_jsxDEV("div", { className: "panel__content__form__section", children: _jsxDEV("div", { children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "Deployment Identifier :" }, void 0, false, { fileName: _jsxFileName, lineNumber: 384, columnNumber: 19 }, this), _jsxDEV("input", { className: "panel__content__form__section__input", spellCheck: false, disabled: isReadOnly, value: ownership.identifier, onChange: updateDeploymentIdentifier }, void 0, false, { fileName: _jsxFileName, lineNumber: 387, columnNumber: 19 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 383, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 381, columnNumber: 59 }, this)), ownership instanceof UserListOwnership && (_jsxDEV("div", { className: "panel__content__form__section", children: _jsxDEV("div", { children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "Users :" }, void 0, false, { fileName: _jsxFileName, lineNumber: 400, columnNumber: 19 }, this), _jsxDEV("div", { className: "panel__content__form__section__list", children: [_jsxDEV("div", { className: "panel__content__form__section__list__items", "data-testid": LEGEND_STUDIO_TEST_ID.PANEL_CONTENT_FORM_SECTION_LIST_ITEMS, children: [ownership.users.map((value, idx) => (_jsxDEV("div", { className: showOwnerEditInput === idx
|
187
188
|
? 'panel__content__form__section__list__new-item'
|
188
|
-
: 'panel__content__form__section__list__item', children: showOwnerEditInput === idx ? (
|
189
|
-
ownership.users.includes(ownerInputValue), onClick: updateUser(idx), tabIndex: -1, children: "Save" }),
|
190
|
-
.TEMPORARY__isLightColorThemeEnabled, onInputChange: onSearchTextChange, onChange: onUserOptionChange, isMulti: true }),
|
191
|
-
ownerInputs.some((i) => ownership.users.includes(i)), onClick: addUser, tabIndex: -1, children: "Save" }),
|
192
|
-
showOwnerEditInput !== true && (
|
193
|
-
owners).` }),
|
189
|
+
: 'panel__content__form__section__list__item', children: showOwnerEditInput === idx ? (_jsxDEV(_Fragment, { children: [_jsxDEV("input", { className: "panel__content__form__section__input panel__content__form__section__list__new-item__input", spellCheck: false, disabled: isReadOnly, value: ownerInputValue, onChange: changeUserOwnerInputValue }, void 0, false, { fileName: _jsxFileName, lineNumber: 421, columnNumber: 31 }, this), _jsxDEV("div", { className: "panel__content__form__section__list__new-item__actions", children: [_jsxDEV("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark", disabled: isReadOnly ||
|
190
|
+
ownership.users.includes(ownerInputValue), onClick: updateUser(idx), tabIndex: -1, children: "Save" }, void 0, false, { fileName: _jsxFileName, lineNumber: 429, columnNumber: 33 }, this), _jsxDEV("button", { className: "panel__content__form__section__list__new-item__cancel-btn btn btn--dark", disabled: isReadOnly, onClick: hideAddOrEditOwnerInput, tabIndex: -1, children: "Cancel" }, void 0, false, { fileName: _jsxFileName, lineNumber: 440, columnNumber: 33 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 428, columnNumber: 31 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 419, columnNumber: 58 }, this)) : (_jsxDEV(_Fragment, { children: [_jsxDEV("div", { className: "panel__content__form__section__list__item__value", children: value }, void 0, false, { fileName: _jsxFileName, lineNumber: 452, columnNumber: 31 }, this), _jsxDEV("div", { className: "panel__content__form__section__list__item__actions", children: [_jsxDEV("button", { className: "panel__content__form__section__list__item__edit-btn", disabled: isReadOnly, onClick: showEditOwnerInput(value, idx), tabIndex: -1, children: _jsxDEV(PencilIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 462, columnNumber: 35 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 456, columnNumber: 33 }, this), _jsxDEV("button", { className: "panel__content__form__section__list__item__remove-btn", disabled: isReadOnly, onClick: deleteUser(idx), tabIndex: -1, children: _jsxDEV(TimesIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 470, columnNumber: 35 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 464, columnNumber: 33 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 455, columnNumber: 31 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 450, columnNumber: 32 }, this)) }, value, false, { fileName: _jsxFileName, lineNumber: 410, columnNumber: 61 }, this))), showOwnerEditInput === true && (_jsxDEV("div", { className: "panel__content__form__section__list__new-item", children: [_jsxDEV(CustomSelectorInput, { className: "service-editor__owner__selector", placeholder: "Enter an owner...", spellCheck: false, inputValue: searchText, options: userOptions, allowCreating: true, isLoading: isLoadingUsers, disabled: isReadOnly, darkMode: !applicationStore.layoutService
|
191
|
+
.TEMPORARY__isLightColorThemeEnabled, onInputChange: onSearchTextChange, onChange: onUserOptionChange, isMulti: true }, void 0, false, { fileName: _jsxFileName, lineNumber: 479, columnNumber: 27 }, this), _jsxDEV("div", { className: "panel__content__form__section__list__new-item__actions", children: [_jsxDEV("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark service-editor__owner__action", disabled: isReadOnly ||
|
192
|
+
ownerInputs.some((i) => ownership.users.includes(i)), onClick: addUser, tabIndex: -1, children: "Save" }, void 0, false, { fileName: _jsxFileName, lineNumber: 497, columnNumber: 29 }, this), _jsxDEV("button", { className: "panel__content__form__section__list__new-item__cancel-btn btn btn--dark service-editor__owner__action", disabled: isReadOnly, onClick: hideAddOrEditOwnerInput, tabIndex: -1, children: "Cancel" }, void 0, false, { fileName: _jsxFileName, lineNumber: 510, columnNumber: 29 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 496, columnNumber: 27 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 477, columnNumber: 56 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 404, columnNumber: 21 }, this), ownership.users.length < MINIMUM_SERVICE_OWNERS &&
|
193
|
+
showOwnerEditInput !== true && (_jsxDEV("div", { className: "service-editor__owner__validation", title: `${MINIMUM_SERVICE_OWNERS} owners required`, children: [_jsxDEV(ErrorIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 528, columnNumber: 27 }, this), _jsxDEV("div", { className: "service-editor__owner__validation-label", children: ["Service requires at least ", MINIMUM_SERVICE_OWNERS, ' ', "owners"] }, void 0, true, { fileName: _jsxFileName, lineNumber: 529, columnNumber: 27 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 523, columnNumber: 55 }, this)), showOwnerEditInput !== true && (_jsxDEV("div", { className: "panel__content__form__section__list__new-item__add", children: _jsxDEV("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark", disabled: isReadOnly, onClick: showAddOwnerInput, tabIndex: -1, title: "Add owner", children: "Add Value" }, void 0, false, { fileName: _jsxFileName, lineNumber: 537, columnNumber: 25 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 535, columnNumber: 54 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 403, columnNumber: 19 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 399, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 397, columnNumber: 57 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 362, columnNumber: 34 }, this)), owners.length > 0 && (_jsxDEV("div", { className: "panel__content__form__section", children: [_jsxDEV("div", { className: "panel__content__form__section__header__label", children: "Owners (deprecated)" }, void 0, false, { fileName: _jsxFileName, lineNumber: 556, columnNumber: 13 }, this), _jsxDEV("div", { className: "panel__content__form__section__header__prompt", children: `Specifies who can manage and operate the service (requires minimum ${MINIMUM_SERVICE_OWNERS}
|
194
|
+
owners).` }, void 0, false, { fileName: _jsxFileName, lineNumber: 559, columnNumber: 13 }, this), _jsxDEV("div", { className: "panel__content__form__section__list", children: [_jsxDEV("div", { className: "panel__content__form__section__list__items", "data-testid": LEGEND_STUDIO_TEST_ID.PANEL_CONTENT_FORM_SECTION_LIST_ITEMS, children: [owners.map((value, idx) => (_jsxDEV("div", { className: showOwnerEditInput === idx
|
194
195
|
? 'panel__content__form__section__list__new-item'
|
195
|
-
: 'panel__content__form__section__list__item', children: showOwnerEditInput === idx ? (
|
196
|
-
.TEMPORARY__isLightColorThemeEnabled, onInputChange: onSearchTextChange, onChange: onUserOptionChange, isMulti: true }),
|
197
|
-
ownerInputs.some((i) => owners.includes(i)), onClick: addOwner, tabIndex: -1, children: "Save" }),
|
198
|
-
showOwnerEditInput !== true && (
|
196
|
+
: 'panel__content__form__section__list__item', children: showOwnerEditInput === idx ? (_jsxDEV(_Fragment, { children: [_jsxDEV("input", { className: "panel__content__form__section__input panel__content__form__section__list__new-item__input", spellCheck: false, disabled: isReadOnly, value: ownerInputValue, onChange: changeOwnerInputValue }, void 0, false, { fileName: _jsxFileName, lineNumber: 581, columnNumber: 25 }, this), _jsxDEV("div", { className: "panel__content__form__section__list__new-item__actions", children: [_jsxDEV("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark", disabled: isReadOnly || owners.includes(ownerInputValue), onClick: updateOwner(idx), tabIndex: -1, children: "Save" }, void 0, false, { fileName: _jsxFileName, lineNumber: 589, columnNumber: 27 }, this), _jsxDEV("button", { className: "panel__content__form__section__list__new-item__cancel-btn btn btn--dark", disabled: isReadOnly, onClick: hideAddOrEditOwnerInput, tabIndex: -1, children: "Cancel" }, void 0, false, { fileName: _jsxFileName, lineNumber: 599, columnNumber: 27 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 588, columnNumber: 25 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 579, columnNumber: 52 }, this)) : (_jsxDEV(_Fragment, { children: [_jsxDEV("div", { className: "panel__content__form__section__list__item__value", children: value }, void 0, false, { fileName: _jsxFileName, lineNumber: 611, columnNumber: 25 }, this), _jsxDEV("div", { className: "panel__content__form__section__list__item__actions", children: [_jsxDEV("button", { className: "panel__content__form__section__list__item__edit-btn", disabled: isReadOnly, onClick: showEditOwnerInput(value, idx), tabIndex: -1, children: _jsxDEV(PencilIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 621, columnNumber: 29 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 615, columnNumber: 27 }, this), _jsxDEV("button", { className: "panel__content__form__section__list__item__remove-btn", disabled: isReadOnly, onClick: deleteOwner(idx), tabIndex: -1, children: _jsxDEV(TimesIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 629, columnNumber: 29 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 623, columnNumber: 27 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 614, columnNumber: 25 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 609, columnNumber: 26 }, this)) }, value, false, { fileName: _jsxFileName, lineNumber: 570, columnNumber: 46 }, this))), showOwnerEditInput === true && (_jsxDEV("div", { className: "panel__content__form__section__list__new-item", children: [_jsxDEV(CustomSelectorInput, { className: "service-editor__owner__selector", placeholder: "Enter an owner...", spellCheck: false, inputValue: searchText, options: userOptions, allowCreating: true, isLoading: isLoadingUsers, disabled: isReadOnly, darkMode: !applicationStore.layoutService
|
197
|
+
.TEMPORARY__isLightColorThemeEnabled, onInputChange: onSearchTextChange, onChange: onUserOptionChange, isMulti: true }, void 0, false, { fileName: _jsxFileName, lineNumber: 638, columnNumber: 21 }, this), _jsxDEV("div", { className: "panel__content__form__section__list__new-item__actions", children: [_jsxDEV("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark service-editor__owner__action", disabled: isReadOnly ||
|
198
|
+
ownerInputs.some((i) => owners.includes(i)), onClick: addOwner, tabIndex: -1, children: "Save" }, void 0, false, { fileName: _jsxFileName, lineNumber: 656, columnNumber: 23 }, this), _jsxDEV("button", { className: "panel__content__form__section__list__new-item__cancel-btn btn btn--dark service-editor__owner__action", disabled: isReadOnly, onClick: hideAddOrEditOwnerInput, tabIndex: -1, children: "Cancel" }, void 0, false, { fileName: _jsxFileName, lineNumber: 667, columnNumber: 23 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 655, columnNumber: 21 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 636, columnNumber: 50 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 564, columnNumber: 15 }, this), owners.length < MINIMUM_SERVICE_OWNERS &&
|
199
|
+
showOwnerEditInput !== true && (_jsxDEV("div", { className: "service-editor__owner__validation", title: `${MINIMUM_SERVICE_OWNERS} owners required`, children: [_jsxDEV(ErrorIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 685, columnNumber: 21 }, this), _jsxDEV("div", { className: "service-editor__owner__validation-label", children: ["Service requires at least ", MINIMUM_SERVICE_OWNERS, " owners"] }, void 0, true, { fileName: _jsxFileName, lineNumber: 686, columnNumber: 21 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 680, columnNumber: 49 }, this)), showOwnerEditInput !== true && (_jsxDEV("div", { className: "panel__content__form__section__list__new-item__add", children: _jsxDEV("button", { className: "panel__content__form__section__list__new-item__add-btn btn btn--dark", disabled: isReadOnly, onClick: showAddOwnerInput, tabIndex: -1, title: "Add owner", children: "Add Value" }, void 0, false, { fileName: _jsxFileName, lineNumber: 693, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 691, columnNumber: 48 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 563, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 554, columnNumber: 32 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 361, columnNumber: 7 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 272, columnNumber: 11 }, this));
|
199
200
|
});
|
200
201
|
export const ServiceEditor = observer(() => {
|
201
202
|
const editorStore = useEditorStore();
|
@@ -208,15 +209,15 @@ export const ServiceEditor = observer(() => {
|
|
208
209
|
const renderServiceEditorTab = () => {
|
209
210
|
switch (selectedTab) {
|
210
211
|
case SERVICE_TAB.GENERAL:
|
211
|
-
return
|
212
|
+
return _jsxDEV(ServiceGeneralEditor, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 729, columnNumber: 15 }, this);
|
212
213
|
case SERVICE_TAB.EXECUTION:
|
213
|
-
return
|
214
|
+
return _jsxDEV(ServiceExecutionEditor, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 731, columnNumber: 15 }, this);
|
214
215
|
case SERVICE_TAB.REGISTRATION:
|
215
|
-
return
|
216
|
+
return _jsxDEV(ServiceRegistrationEditor, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 733, columnNumber: 15 }, this);
|
216
217
|
case SERVICE_TAB.TEST:
|
217
|
-
return (
|
218
|
+
return (_jsxDEV(ServiceTestableEditor, { serviceTestableState: serviceState.testableState }, void 0, false, { fileName: _jsxFileName, lineNumber: 735, columnNumber: 17 }, this));
|
218
219
|
case SERVICE_TAB.POST_VALIDATION:
|
219
|
-
return (
|
220
|
+
return (_jsxDEV(ServicePostValidationsEditor, { validationState: serviceState.postValidationState }, void 0, false, { fileName: _jsxFileName, lineNumber: 741, columnNumber: 17 }, this));
|
220
221
|
default:
|
221
222
|
return null;
|
222
223
|
}
|
@@ -235,9 +236,9 @@ export const ServiceEditor = observer(() => {
|
|
235
236
|
default:
|
236
237
|
break;
|
237
238
|
}
|
238
|
-
return doc ?
|
239
|
+
return doc ? _jsxDEV(DocumentationLink, { documentationKey: doc }, void 0, false, { fileName: _jsxFileName, lineNumber: 765, columnNumber: 17 }, this) : null;
|
239
240
|
};
|
240
|
-
return (
|
241
|
+
return (_jsxDEV("div", { className: "service-editor", children: _jsxDEV("div", { className: "panel", children: [_jsxDEV("div", { className: "panel__header", children: _jsxDEV("div", { className: "panel__header__title", children: [isReadOnly && (_jsxDEV("div", { className: "uml-element-editor__header__lock", children: _jsxDEV(LockIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 775, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 773, columnNumber: 29 }, this)), _jsxDEV("div", { className: "panel__header__title__label", children: "service" }, void 0, false, { fileName: _jsxFileName, lineNumber: 778, columnNumber: 13 }, this), _jsxDEV("div", { className: "panel__header__title__content", children: service.name }, void 0, false, { fileName: _jsxFileName, lineNumber: 779, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 772, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 771, columnNumber: 9 }, this), _jsxDEV("div", { className: "panel__header service-editor__header--with-tabs", children: _jsxDEV("div", { className: "uml-element-editor__tabs", children: Object.values(SERVICE_TAB)
|
241
242
|
.filter((tab) => {
|
242
243
|
if (tab === SERVICE_TAB.REGISTRATION) {
|
243
244
|
return Boolean(editorStore.applicationStore.config.options
|
@@ -245,8 +246,8 @@ export const ServiceEditor = observer(() => {
|
|
245
246
|
}
|
246
247
|
return true;
|
247
248
|
})
|
248
|
-
.map((tab) => (
|
249
|
+
.map((tab) => (_jsxDEV("div", { onClick: changeTab(tab), className: clsx('service-editor__tab', {
|
249
250
|
'service-editor__tab--active': tab === selectedTab,
|
250
|
-
}), children: [prettyCONSTName(tab), renderTabDocLInk(tab)] }, tab))) }) }),
|
251
|
+
}), children: [prettyCONSTName(tab), renderTabDocLInk(tab)] }, tab, true, { fileName: _jsxFileName, lineNumber: 794, columnNumber: 30 }, this))) }, void 0, false, { fileName: _jsxFileName, lineNumber: 783, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 782, columnNumber: 9 }, this), _jsxDEV("div", { className: "panel__content service-editor__content", children: renderServiceEditorTab() }, void 0, false, { fileName: _jsxFileName, lineNumber: 808, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 770, columnNumber: 7 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 768, columnNumber: 11 }, this));
|
251
252
|
});
|
252
253
|
//# sourceMappingURL=ServiceEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ServiceEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/service-editor/ServiceEditor.tsx"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"ServiceEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/service-editor/ServiceEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -17,16 +17,16 @@ import { ServicePureExecutionState, MultiServicePureExecutionState } from '../..
|
|
17
17
|
export declare const ChangeExecutionModal: ((props: {
|
18
18
|
executionState: ServicePureExecutionState;
|
19
19
|
isReadOnly: boolean;
|
20
|
-
}) => import("react/jsx-runtime").JSX.Element) & {
|
20
|
+
}) => import("react/jsx-dev-runtime").JSX.Element) & {
|
21
21
|
displayName: string;
|
22
22
|
};
|
23
23
|
export declare const NewExecutionParameterModal: ((props: {
|
24
24
|
executionState: MultiServicePureExecutionState;
|
25
25
|
isReadOnly: boolean;
|
26
|
-
}) => import("react/jsx-runtime").JSX.Element) & {
|
26
|
+
}) => import("react/jsx-dev-runtime").JSX.Element) & {
|
27
27
|
displayName: string;
|
28
28
|
};
|
29
|
-
export declare const ServiceExecutionEditor: (() => import("react/jsx-runtime").JSX.Element) & {
|
29
|
+
export declare const ServiceExecutionEditor: (() => import("react/jsx-dev-runtime").JSX.Element) & {
|
30
30
|
displayName: string;
|
31
31
|
};
|
32
32
|
//# sourceMappingURL=ServiceExecutionEditor.d.ts.map
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { jsxDEV as _jsxDEV } from "react/jsx-dev-runtime";
|
2
|
+
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/service-editor/ServiceExecutionEditor.tsx";
|
2
3
|
/**
|
3
4
|
* Copyright (c) 2020-present, Goldman Sachs
|
4
5
|
*
|
@@ -42,7 +43,7 @@ const PureExecutionContextConfigurationEditor = observer((props) => {
|
|
42
43
|
const isMappingEmpty = validate_PureExecutionMapping(executionContext.mapping.value);
|
43
44
|
const mapping = executionContext.mapping.value;
|
44
45
|
const mappingOptions = editorStore.graphManagerState.usableMappings.map(buildElementOption);
|
45
|
-
const noMappingLabel = (
|
46
|
+
const noMappingLabel = (_jsxDEV("div", { className: "service-execution-editor__configuration__mapping-option--empty", title: isMappingEmpty?.messages.join('\n') ?? '', children: [_jsxDEV("div", { className: "service-execution-editor__configuration__mapping-option--empty__label", children: "(none)" }, void 0, false, { fileName: _jsxFileName, lineNumber: 110, columnNumber: 9 }, this), _jsxDEV(ErrorIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 113, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 105, columnNumber: 29 }, this));
|
46
47
|
const selectedMappingOption = {
|
47
48
|
value: mapping,
|
48
49
|
label: isMappingEmpty ? noMappingLabel : mapping.path,
|
@@ -57,7 +58,7 @@ const PureExecutionContextConfigurationEditor = observer((props) => {
|
|
57
58
|
// runtime
|
58
59
|
const runtime = executionContext.runtime;
|
59
60
|
const isRuntimePointer = runtime instanceof RuntimePointer;
|
60
|
-
const customRuntimeLabel = (
|
61
|
+
const customRuntimeLabel = (_jsxDEV("div", { className: "service-execution-editor__configuration__runtime-option--custom", children: [_jsxDEV(CogIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 135, columnNumber: 9 }, this), _jsxDEV("div", { className: "service-execution-editor__configuration__runtime-option--custom__label", children: CUSTOM_LABEL }, void 0, false, { fileName: _jsxFileName, lineNumber: 136, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 133, columnNumber: 33 }, this));
|
61
62
|
// only show custom runtime option when a runtime pointer is currently selected
|
62
63
|
let runtimeOptions = !isRuntimePointer
|
63
64
|
? []
|
@@ -75,9 +76,9 @@ const PureExecutionContextConfigurationEditor = observer((props) => {
|
|
75
76
|
: undefined;
|
76
77
|
const selectedRuntimeOption = {
|
77
78
|
value: runtime,
|
78
|
-
label: runtime instanceof RuntimePointer ? (
|
79
|
+
label: runtime instanceof RuntimePointer ? (_jsxDEV("div", { className: "service-execution-editor__configuration__runtime-option__pointer", title: undefined, children: [_jsxDEV("div", { className: clsx('service-execution-editor__configuration__runtime-option__pointer__label', {
|
79
80
|
'service-execution-editor__configuration__runtime-option__pointer__label--with-warning': Boolean(runtimePointerWarning),
|
80
|
-
}), children: runtime.packageableRuntime.value.path }), runtimePointerWarning && (
|
81
|
+
}), children: runtime.packageableRuntime.value.path }, void 0, false, { fileName: _jsxFileName, lineNumber: 174, columnNumber: 13 }, this), runtimePointerWarning && (_jsxDEV("div", { className: "service-execution-editor__configuration__runtime-option__pointer__warning", title: runtimePointerWarning, children: _jsxDEV(ExclamationTriangleIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 190, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 185, columnNumber: 40 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 169, columnNumber: 46 }, this)) : (customRuntimeLabel),
|
81
82
|
};
|
82
83
|
const onRuntimeSelectionChange = (val) => {
|
83
84
|
if (val.value === undefined) {
|
@@ -119,9 +120,9 @@ const PureExecutionContextConfigurationEditor = observer((props) => {
|
|
119
120
|
}), [handleMappingOrRuntimeDrop]);
|
120
121
|
// close runtime editor as we leave service editor
|
121
122
|
useEffect(() => () => pureExecutionState.closeRuntimeEditor(), [executionContextState, pureExecutionState]);
|
122
|
-
return (
|
123
|
-
.TEMPORARY__isLightColorThemeEnabled, hasError: isMappingEmpty }),
|
124
|
-
.TEMPORARY__isLightColorThemeEnabled }), !isRuntimePointer && (
|
123
|
+
return (_jsxDEV(PanelContent, { children: _jsxDEV(PanelDropZone, { dropTargetConnector: dropMappingOrRuntimeRef, isDragOver: isMappingOrRuntimeDragOver && !isReadOnly, children: _jsxDEV("div", { className: "service-execution-editor__configuration__items", children: [_jsxDEV("div", { className: "service-execution-editor__configuration__item", children: [_jsxDEV("div", { className: "btn--sm service-execution-editor__configuration__item__label", children: _jsxDEV(PURE_MappingIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 271, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 270, columnNumber: 15 }, this), _jsxDEV(CustomSelectorInput, { className: "panel__content__form__section__dropdown service-execution-editor__configuration__item__dropdown", disabled: isReadOnly, options: mappingOptions, onChange: onMappingSelectionChange, value: selectedMappingOption, darkMode: !applicationStore.layoutService
|
124
|
+
.TEMPORARY__isLightColorThemeEnabled, hasError: isMappingEmpty }, void 0, false, { fileName: _jsxFileName, lineNumber: 273, columnNumber: 15 }, this), _jsxDEV("button", { className: "btn--dark btn--sm service-execution-editor__configuration__item__btn", onClick: visitMapping, tabIndex: -1, title: "See mapping", children: _jsxDEV(LongArrowRightIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 291, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 285, columnNumber: 15 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 269, columnNumber: 13 }, this), _jsxDEV("div", { className: "service-execution-editor__configuration__item", children: [_jsxDEV("div", { className: "btn--sm service-execution-editor__configuration__item__label", children: _jsxDEV(PURE_RuntimeIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 296, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 295, columnNumber: 15 }, this), _jsxDEV(CustomSelectorInput, { className: "panel__content__form__section__dropdown service-execution-editor__configuration__item__dropdown", disabled: isReadOnly, options: runtimeOptions, onChange: onRuntimeSelectionChange, value: selectedRuntimeOption, darkMode: !applicationStore.layoutService
|
125
|
+
.TEMPORARY__isLightColorThemeEnabled }, void 0, false, { fileName: _jsxFileName, lineNumber: 298, columnNumber: 15 }, this), !isRuntimePointer && (_jsxDEV("button", { className: "btn--sm btn--dark service-execution-editor__configuration__item__btn", disabled: Boolean(isReadOnly || isMappingEmpty), onClick: openRuntimeEditor, tabIndex: -1, title: isReadOnly ? 'See runtime' : 'Configure custom runtime', children: _jsxDEV(CogIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 319, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 309, columnNumber: 38 }, this)), isRuntimePointer && (_jsxDEV("button", { className: "btn--sm btn--dark service-execution-editor__configuration__item__btn", onClick: visitRuntime, tabIndex: -1, title: "See runtime", children: _jsxDEV(LongArrowRightIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 329, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 322, columnNumber: 37 }, this)), _jsxDEV(EmbeddedRuntimeEditor, { runtimeEditorState: pureExecutionState.runtimeEditorState, isReadOnly: serviceState.isReadOnly, onClose: () => pureExecutionState.closeRuntimeEditor() }, void 0, false, { fileName: _jsxFileName, lineNumber: 332, columnNumber: 15 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 294, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 268, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 264, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 262, columnNumber: 13 }, this));
|
125
126
|
});
|
126
127
|
export const ChangeExecutionModal = observer((props) => {
|
127
128
|
const { executionState, isReadOnly } = props;
|
@@ -135,7 +136,7 @@ export const ChangeExecutionModal = observer((props) => {
|
|
135
136
|
const onChange = (event) => {
|
136
137
|
executionState.setMultiExecutionKey(event.target.value);
|
137
138
|
};
|
138
|
-
return (
|
139
|
+
return (_jsxDEV(InputWithInlineValidation, { className: "service-execution-editor__input input-group__input", spellCheck: false, value: keyValue, onChange: onChange, placeholder: "Multi Execution Key Name", error: validationMessage }, void 0, false, { fileName: _jsxFileName, lineNumber: 366, columnNumber: 17 }, this));
|
139
140
|
}
|
140
141
|
else if (executionState instanceof MultiServicePureExecutionState) {
|
141
142
|
const currentOption = executionState.singleExecutionKey
|
@@ -156,22 +157,22 @@ export const ChangeExecutionModal = observer((props) => {
|
|
156
157
|
executionState.setSingleExecutionKey(val.value);
|
157
158
|
}
|
158
159
|
};
|
159
|
-
return (
|
160
|
-
.TEMPORARY__isLightColorThemeEnabled, disable: isReadOnly }));
|
160
|
+
return (_jsxDEV(CustomSelectorInput, { className: "panel__content__form__section__dropdown", options: multiOptions, onChange: _onChange, value: currentOption, escapeClearsValue: true, darkMode: !applicationStore.layoutService
|
161
|
+
.TEMPORARY__isLightColorThemeEnabled, disable: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 398, columnNumber: 17 }, this));
|
161
162
|
}
|
162
163
|
return null;
|
163
164
|
};
|
164
|
-
return (
|
165
|
+
return (_jsxDEV(Dialog, { open: executionState.showChangeExecModal, onClose: closeModal, classes: { container: 'search-modal__container' }, PaperProps: { classes: { root: 'search-modal__inner-container' } }, children: _jsxDEV("form", { onSubmit: (event) => {
|
165
166
|
event.preventDefault();
|
166
167
|
executionState.changeExecution();
|
167
168
|
closeModal();
|
168
|
-
}, className: "modal modal--dark search-modal", children: [
|
169
|
+
}, className: "modal modal--dark search-modal", children: [_jsxDEV("div", { className: "modal__title", children: `Change to ${isChangingToMulti ? 'multi' : 'single'} execution` }, void 0, false, { fileName: _jsxFileName, lineNumber: 430, columnNumber: 11 }, this), _jsxDEV("div", { className: "service-execution-editor__change__modal", children: renderChangeExecution() }, void 0, false, { fileName: _jsxFileName, lineNumber: 433, columnNumber: 11 }, this), _jsxDEV("div", { className: "search-modal__actions", children: _jsxDEV("button", { className: "btn btn--dark", disabled: isReadOnly || executionState.isChangeExecutionDisabled(), children: "Change" }, void 0, false, { fileName: _jsxFileName, lineNumber: 437, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 436, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 422, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 415, columnNumber: 13 }, this));
|
169
170
|
});
|
170
171
|
const PureSingleExecutionEditor = observer((props) => {
|
171
172
|
const { singleExecutionState } = props;
|
172
173
|
// close runtime editor as we leave service editor
|
173
174
|
useEffect(() => () => singleExecutionState.closeRuntimeEditor(), [singleExecutionState]);
|
174
|
-
return (
|
175
|
+
return (_jsxDEV("div", { className: "service-execution-editor__execution", children: _jsxDEV(Panel, { children: _jsxDEV("div", { className: "panel__content service-editor__content", children: _jsxDEV(PureExecutionContextConfigurationEditor, { pureExecutionState: singleExecutionState, executionContextState: singleExecutionState.selectedExecutionContextState }, void 0, false, { fileName: _jsxFileName, lineNumber: 465, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 464, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 463, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 461, columnNumber: 13 }, this));
|
175
176
|
});
|
176
177
|
const KeyExecutionContextMenu = observer(forwardRef(function TestContainerContextMenu(props, ref) {
|
177
178
|
const { multiExecutionState, keyExecutionParameter } = props;
|
@@ -184,7 +185,7 @@ const KeyExecutionContextMenu = observer(forwardRef(function TestContainerContex
|
|
184
185
|
const add = () => {
|
185
186
|
multiExecutionState.setNewKeyParameterModal(true);
|
186
187
|
};
|
187
|
-
return (
|
188
|
+
return (_jsxDEV(MenuContent, { ref: ref, children: [_jsxDEV(MenuContentItem, { onClick: rename, children: "Rename" }, void 0, false, { fileName: _jsxFileName, lineNumber: 499, columnNumber: 9 }, this), _jsxDEV(MenuContentItem, { onClick: remove, children: "Delete" }, void 0, false, { fileName: _jsxFileName, lineNumber: 500, columnNumber: 9 }, this), _jsxDEV(MenuContentItem, { onClick: add, children: "Create a new key" }, void 0, false, { fileName: _jsxFileName, lineNumber: 501, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 497, columnNumber: 13 }, this));
|
188
189
|
}));
|
189
190
|
const KeyExecutionItem = observer((props) => {
|
190
191
|
const { multiExecutionState, keyExecutionParameter, isReadOnly } = props;
|
@@ -194,9 +195,9 @@ const KeyExecutionItem = observer((props) => {
|
|
194
195
|
const openKeyedExecution = () => multiExecutionState.changeKeyedExecutionParameter(keyExecutionParameter);
|
195
196
|
const onContextMenuOpen = () => setIsSelectedFromContextMenu(true);
|
196
197
|
const onContextMenuClose = () => setIsSelectedFromContextMenu(false);
|
197
|
-
return (
|
198
|
+
return (_jsxDEV(ContextMenu, { className: clsx('service-multi-execution-editor__item', {
|
198
199
|
'service-multi-execution-editor__item--selected-from-context-menu': !isActive && isSelectedFromContextMenu,
|
199
|
-
}, { 'service-multi-execution-editor__item--active': isActive }), disabled: isReadOnly, content:
|
200
|
+
}, { 'service-multi-execution-editor__item--active': isActive }), disabled: isReadOnly, content: _jsxDEV(KeyExecutionContextMenu, { multiExecutionState: multiExecutionState, keyExecutionParameter: keyExecutionParameter, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 534, columnNumber: 18 }, this), menuProps: { elevation: 7 }, onOpen: onContextMenuOpen, onClose: onContextMenuClose, children: _jsxDEV("button", { className: clsx('service-multi-execution-editor__item__label'), onClick: openKeyedExecution, tabIndex: -1, children: keyExecutionParameter.key }, void 0, false, { fileName: _jsxFileName, lineNumber: 545, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 523, columnNumber: 13 }, this));
|
200
201
|
});
|
201
202
|
export const NewExecutionParameterModal = observer((props) => {
|
202
203
|
const [keyValue, setKeyValue] = useState('');
|
@@ -210,12 +211,12 @@ export const NewExecutionParameterModal = observer((props) => {
|
|
210
211
|
const onChange = (event) => {
|
211
212
|
setKeyValue(event.target.value);
|
212
213
|
};
|
213
|
-
return (
|
214
|
+
return (_jsxDEV(Dialog, { open: executionState.newKeyParameterModal, onClose: closeModal, classes: { container: 'search-modal__container' }, PaperProps: { classes: { root: 'search-modal__inner-container' } }, children: _jsxDEV("form", { onSubmit: (event) => {
|
214
215
|
event.preventDefault();
|
215
216
|
executionState.addExecutionParameter(keyValue);
|
216
217
|
setKeyValue('');
|
217
218
|
closeModal();
|
218
|
-
}, className: "modal modal--dark search-modal", children: [
|
219
|
+
}, className: "modal modal--dark search-modal", children: [_jsxDEV(ModalTitle, { title: "New Execution Context" }, void 0, false, { fileName: _jsxFileName, lineNumber: 594, columnNumber: 11 }, this), _jsxDEV("div", { className: "service-execution-editor__change__modal", children: _jsxDEV(InputWithInlineValidation, { className: "service-execution-editor__input input-group__input", spellCheck: false, value: keyValue, onChange: onChange, placeholder: "Key execution name", error: validationMessage }, void 0, false, { fileName: _jsxFileName, lineNumber: 596, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 595, columnNumber: 11 }, this), _jsxDEV("div", { className: "search-modal__actions", children: _jsxDEV("button", { className: "btn btn--dark", disabled: isReadOnly || Boolean(validationMessage), children: "Add" }, void 0, false, { fileName: _jsxFileName, lineNumber: 606, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 605, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 585, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 578, columnNumber: 13 }, this));
|
219
220
|
});
|
220
221
|
const RenameModal = observer((props) => {
|
221
222
|
const { val, isReadOnly, showModal, closeModal, setValue } = props;
|
@@ -223,11 +224,11 @@ const RenameModal = observer((props) => {
|
|
223
224
|
const changeValue = (event) => {
|
224
225
|
setInputValue(event.target.value);
|
225
226
|
};
|
226
|
-
return (
|
227
|
+
return (_jsxDEV(Dialog, { open: showModal, onClose: closeModal, classes: { container: 'search-modal__container' }, PaperProps: { classes: { root: 'search-modal__inner-container' } }, children: _jsxDEV("form", { onSubmit: (event) => {
|
227
228
|
event.preventDefault();
|
228
229
|
setValue(inputValue);
|
229
230
|
closeModal();
|
230
|
-
}, className: "modal modal--dark search-modal", children: [
|
231
|
+
}, className: "modal modal--dark search-modal", children: [_jsxDEV(ModalTitle, { title: "Rename" }, void 0, false, { fileName: _jsxFileName, lineNumber: 647, columnNumber: 11 }, this), _jsxDEV("input", { className: "panel__content__form__section__input", spellCheck: false, disabled: isReadOnly, value: inputValue, onChange: changeValue }, void 0, false, { fileName: _jsxFileName, lineNumber: 648, columnNumber: 11 }, this), _jsxDEV("div", { className: "search-modal__actions", children: _jsxDEV("button", { className: "btn btn--dark", disabled: isReadOnly, children: "Rename" }, void 0, false, { fileName: _jsxFileName, lineNumber: 656, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 655, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 639, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 632, columnNumber: 13 }, this));
|
231
232
|
});
|
232
233
|
const MultiPureExecutionEditor = observer((props) => {
|
233
234
|
const { multiExecutionState } = props;
|
@@ -239,7 +240,7 @@ const MultiPureExecutionEditor = observer((props) => {
|
|
239
240
|
const editReviewTitle = (event) => {
|
240
241
|
multiExecutionState.setExecutionKey(event.target.value);
|
241
242
|
};
|
242
|
-
return (
|
243
|
+
return (_jsxDEV("div", { className: "service-execution-editor__execution", children: _jsxDEV(ResizablePanelGroup, { orientation: "vertical", children: [_jsxDEV(ResizablePanel, { size: 300, minSize: 200, children: [_jsxDEV("div", { className: "service-multi-execution-editor__header", children: _jsxDEV("div", { className: "service-multi-execution-editor__header__content", children: [_jsxDEV("div", { className: "btn--sm service-multi-execution-editor__header__content__label", children: _jsxDEV(KeyIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 686, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 685, columnNumber: 17 }, this), _jsxDEV("input", { className: "service-multi-execution-editor__header__content__input input--dark", spellCheck: false, value: key, onChange: editReviewTitle, placeholder: "Execution context key" }, void 0, false, { fileName: _jsxFileName, lineNumber: 688, columnNumber: 17 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 684, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 683, columnNumber: 13 }, this), _jsxDEV("div", { className: "service-multi-execution-editor__panel", children: [_jsxDEV(PanelHeader, { children: [_jsxDEV("div", { className: "panel__header__title", children: _jsxDEV("div", { className: "panel__header__title__content", children: "Execution Contexts" }, void 0, false, { fileName: _jsxFileName, lineNumber: 700, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 699, columnNumber: 17 }, this), _jsxDEV(PanelHeaderActions, { children: _jsxDEV(PanelHeaderActionItem, { disabled: multiExecutionState.serviceEditorState.isReadOnly, onClick: addExecutionKey, title: "Add an execution context", children: _jsxDEV(PlusIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 710, columnNumber: 21 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 705, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 704, columnNumber: 17 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 698, columnNumber: 15 }, this), multiExecutionState.keyedExecutionParameters.map((executionParameter) => (_jsxDEV(KeyExecutionItem, { multiExecutionState: multiExecutionState, keyExecutionParameter: executionParameter, isReadOnly: multiExecutionState.serviceEditorState.isReadOnly }, executionParameter.key, false, { fileName: _jsxFileName, lineNumber: 716, columnNumber: 42 }, this))), !multiExecutionState.keyedExecutionParameters.length && (_jsxDEV(BlankPanelPlaceholder, { text: "Add an execution context", onClick: addExecutionKey, clickActionType: "add", tooltipText: "Click to add an execution context" }, void 0, false, { fileName: _jsxFileName, lineNumber: 727, columnNumber: 73 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 697, columnNumber: 13 }, this), multiExecutionState.newKeyParameterModal && (_jsxDEV(NewExecutionParameterModal, { executionState: multiExecutionState, isReadOnly: multiExecutionState.serviceEditorState.isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 736, columnNumber: 59 }, this)), multiExecutionState.renameKey && (_jsxDEV(RenameModal, { val: multiExecutionState.renameKey.key, isReadOnly: multiExecutionState.serviceEditorState.isReadOnly, showModal: true, closeModal: () => multiExecutionState.setRenameKey(undefined), setValue: (val) => multiExecutionState.changeKeyValue(guaranteeNonNullable(multiExecutionState.renameKey), val) }, void 0, false, { fileName: _jsxFileName, lineNumber: 742, columnNumber: 48 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 682, columnNumber: 11 }, this), _jsxDEV(ResizablePanelSplitter, { children: _jsxDEV(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }, void 0, false, { fileName: _jsxFileName, lineNumber: 760, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 759, columnNumber: 11 }, this), _jsxDEV(ResizablePanel, { minSize: 56, children: multiExecutionState.selectedExecutionContextState ? (_jsxDEV(PureExecutionContextConfigurationEditor, { pureExecutionState: multiExecutionState, executionContextState: multiExecutionState.selectedExecutionContextState }, void 0, false, { fileName: _jsxFileName, lineNumber: 763, columnNumber: 67 }, this)) : (_jsxDEV(BlankPanelPlaceholder, { text: "Add an execution context", onClick: addExecutionKey, clickActionType: "add", tooltipText: "Click to add an execution context" }, void 0, false, { fileName: _jsxFileName, lineNumber: 770, columnNumber: 18 }, this)) }, void 0, false, { fileName: _jsxFileName, lineNumber: 762, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 681, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 679, columnNumber: 13 }, this));
|
243
244
|
});
|
244
245
|
const ServicePureExecutionEditor = observer((props) => {
|
245
246
|
const { servicePureExecutionState, isReadOnly } = props;
|
@@ -253,25 +254,25 @@ const ServicePureExecutionEditor = observer((props) => {
|
|
253
254
|
};
|
254
255
|
const renderExecutionEditor = () => {
|
255
256
|
if (servicePureExecutionState instanceof SingleServicePureExecutionState) {
|
256
|
-
return (
|
257
|
+
return (_jsxDEV(PureSingleExecutionEditor, { singleExecutionState: servicePureExecutionState }, void 0, false, { fileName: _jsxFileName, lineNumber: 807, columnNumber: 17 }, this));
|
257
258
|
}
|
258
259
|
else if (servicePureExecutionState instanceof MultiServicePureExecutionState) {
|
259
|
-
return (
|
260
|
+
return (_jsxDEV(MultiPureExecutionEditor, { multiExecutionState: servicePureExecutionState }, void 0, false, { fileName: _jsxFileName, lineNumber: 815, columnNumber: 17 }, this));
|
260
261
|
}
|
261
|
-
return (
|
262
|
+
return (_jsxDEV(UnsupportedEditorPanel, { text: "Can't display this execution in form-mode", isReadOnly: serviceState.isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 821, columnNumber: 15 }, this));
|
262
263
|
};
|
263
264
|
if (servicePureExecutionState instanceof InlineServicePureExecutionState) {
|
264
|
-
return (
|
265
|
+
return (_jsxDEV("div", { className: "service-execution-editor", children: _jsxDEV(ServiceExecutionQueryEditor, { executionState: servicePureExecutionState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 831, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 829, columnNumber: 15 }, this));
|
265
266
|
}
|
266
267
|
else {
|
267
|
-
return (
|
268
|
+
return (_jsxDEV("div", { className: "service-execution-editor", children: _jsxDEV(ResizablePanelGroup, { orientation: "horizontal", children: [_jsxDEV(ResizablePanel, { size: 500, minSize: 28, children: _jsxDEV(ServiceExecutionQueryEditor, { executionState: servicePureExecutionState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 842, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 841, columnNumber: 13 }, this), _jsxDEV(ResizablePanelSplitter, { children: _jsxDEV(ResizablePanelSplitterLine, { color: "var(--color-dark-grey-200)" }, void 0, false, { fileName: _jsxFileName, lineNumber: 848, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 847, columnNumber: 13 }, this), _jsxDEV(ResizablePanel, { minSize: 56, children: _jsxDEV("div", { className: "service-execution-editor__content", children: _jsxDEV(Panel, { children: [_jsxDEV("div", { className: "panel__header", children: [_jsxDEV("div", { className: "panel__header__title", children: _jsxDEV("div", { className: "panel__header__title__label service-editor__execution__label--test", children: "context" }, void 0, false, { fileName: _jsxFileName, lineNumber: 855, columnNumber: 23 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 854, columnNumber: 21 }, this), _jsxDEV("div", { className: "service-multi-execution-editor__actions", children: (servicePureExecutionState instanceof
|
268
269
|
SingleServicePureExecutionState ||
|
269
270
|
servicePureExecutionState instanceof
|
270
|
-
MultiServicePureExecutionState) && (
|
271
|
+
MultiServicePureExecutionState) && (_jsxDEV("button", { className: "service-multi-execution-editor__action", tabIndex: -1, onClick: showChangeExecutionModal, title: `Switch to ${servicePureExecutionState instanceof
|
271
272
|
SingleServicePureExecutionState
|
272
273
|
? 'multi execution'
|
273
|
-
: 'single execution'}`, children: isMultiExecution ? (
|
274
|
-
.isReadOnly }))] })] }) }) })] }) }));
|
274
|
+
: 'single execution'}`, children: isMultiExecution ? (_jsxDEV(ArrowsJoinIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 875, columnNumber: 48 }, this)) : (_jsxDEV(ArrowsSplitIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 877, columnNumber: 32 }, this)) }, void 0, false, { fileName: _jsxFileName, lineNumber: 863, columnNumber: 63 }, this)) }, void 0, false, { fileName: _jsxFileName, lineNumber: 859, columnNumber: 21 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 853, columnNumber: 19 }, this), _jsxDEV("div", { className: "panel__content service-execution-editor__configuration__content", children: [renderExecutionEditor(), servicePureExecutionState.showChangeExecModal && (_jsxDEV(ChangeExecutionModal, { executionState: servicePureExecutionState, isReadOnly: servicePureExecutionState.serviceEditorState
|
275
|
+
.isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 886, columnNumber: 72 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 884, columnNumber: 19 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 852, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 851, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 850, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 840, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 838, columnNumber: 15 }, this));
|
275
276
|
}
|
276
277
|
});
|
277
278
|
export const ServiceExecutionEditor = observer(() => {
|
@@ -280,8 +281,8 @@ export const ServiceExecutionEditor = observer(() => {
|
|
280
281
|
const executionState = serviceState.executionState;
|
281
282
|
const isReadOnly = serviceState.isReadOnly;
|
282
283
|
if (executionState instanceof ServicePureExecutionState) {
|
283
|
-
return (
|
284
|
+
return (_jsxDEV(ServicePureExecutionEditor, { servicePureExecutionState: executionState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 913, columnNumber: 13 }, this));
|
284
285
|
}
|
285
|
-
return (
|
286
|
+
return (_jsxDEV(UnsupportedEditorPanel, { text: "Can't display this service execution in form-mode", isReadOnly: serviceState.isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 920, columnNumber: 11 }, this));
|
286
287
|
});
|
287
288
|
//# sourceMappingURL=ServiceExecutionEditor.js.map
|