@finos/legend-application-studio 28.17.9 → 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/side-bar/testable/GlobalTestRunner.tsx";
|
2
3
|
/**
|
3
4
|
* Copyright (c) 2020-present, Goldman Sachs
|
4
5
|
*
|
@@ -29,17 +30,17 @@ import { CODE_EDITOR_LANGUAGE, CodeEditor, CodeDiffView, } from '@finos/legend-l
|
|
29
30
|
export const getTestableResultIcon = (testableResult) => {
|
30
31
|
switch (testableResult) {
|
31
32
|
case TESTABLE_RESULT.PASSED:
|
32
|
-
return (
|
33
|
+
return (_jsxDEV("div", { title: "Test passed", className: "global-test-runner__item__link__content__status__indicator global-test-runner__item__link__content__status__indicator--succeeded", children: _jsxDEV(CheckCircleIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 102, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 97, columnNumber: 15 }, this));
|
33
34
|
case TESTABLE_RESULT.IN_PROGRESS:
|
34
|
-
return (
|
35
|
+
return (_jsxDEV("div", { title: "Test is running", className: "global-test-runner__item__link__content__status__indicator workflow-manager__item__link__content__status__indicator--in-progress", children: _jsxDEV(CircleNotchIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 111, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 106, columnNumber: 15 }, this));
|
35
36
|
case TESTABLE_RESULT.FAILED:
|
36
|
-
return (
|
37
|
+
return (_jsxDEV("div", { title: "Test Failed", className: "global-test-runner__item__link__content__status__indicator global-test-runner__item__link__content__status__indicator--failed", children: _jsxDEV(TimesCircleIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 120, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 115, columnNumber: 15 }, this));
|
37
38
|
case TESTABLE_RESULT.ERROR:
|
38
|
-
return (
|
39
|
+
return (_jsxDEV("div", { title: "Test has an error", className: "global-test-runner__item__link__content__status__indicator global-test-runner__item__link__content__status__indicator--failed", children: _jsxDEV(WarningIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 129, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 124, columnNumber: 15 }, this));
|
39
40
|
case TESTABLE_RESULT.NO_TESTS:
|
40
|
-
return (
|
41
|
+
return (_jsxDEV("div", { title: "No Tests to Run", className: "global-test-runner__item__link__content__status__indicator global-test-runner__item__link__content__status__indicator--unknown", children: _jsxDEV(OffIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 138, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 133, columnNumber: 15 }, this));
|
41
42
|
default:
|
42
|
-
return (
|
43
|
+
return (_jsxDEV("div", { title: "Test did not run", className: "global-test-runner__item__link__content__status__indicator global-test-runner__item__link__content__status__indicator--unknown", children: _jsxDEV(EmptyCircleIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 147, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 142, columnNumber: 15 }, this));
|
43
44
|
}
|
44
45
|
};
|
45
46
|
const getOptionalError = (node, testableState) => {
|
@@ -73,12 +74,12 @@ const TestFailViewer = observer((props) => {
|
|
73
74
|
? failure.atomicTest.id
|
74
75
|
: failure.assertion.id;
|
75
76
|
const closeLogViewer = () => globalTestRunnerState.setFailureViewing(undefined);
|
76
|
-
return (
|
77
|
+
return (_jsxDEV(Dialog, { open: Boolean(failure), onClose: closeLogViewer, classes: {
|
77
78
|
root: 'editor-modal__root-container',
|
78
79
|
container: 'editor-modal__container',
|
79
80
|
paper: 'editor-modal__content',
|
80
|
-
}, children:
|
81
|
-
!(failure instanceof EqualToJsonAssertFail) && (
|
81
|
+
}, children: _jsxDEV(Modal, { darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled, className: "editor-modal", children: [_jsxDEV(PanelLoadingIndicator, { isLoading: globalTestRunnerState.isDispatchingOwnProjectAction }, void 0, false, { fileName: _jsxFileName, lineNumber: 211, columnNumber: 11 }, this), _jsxDEV(ModalHeader, { title: id }, void 0, false, { fileName: _jsxFileName, lineNumber: 214, columnNumber: 11 }, this), _jsxDEV(ModalBody, { children: [failure instanceof TestError && (_jsxDEV(CodeEditor, { inputValue: failure.error, isReadOnly: true, language: CODE_EDITOR_LANGUAGE.TEXT }, void 0, false, { fileName: _jsxFileName, lineNumber: 216, columnNumber: 47 }, this)), failure instanceof EqualToJsonAssertFail && (_jsxDEV(CodeDiffView, { language: CODE_EDITOR_LANGUAGE.JSON, from: failure.expected, to: failure.actual }, void 0, false, { fileName: _jsxFileName, lineNumber: 223, columnNumber: 59 }, this)), failure instanceof AssertFail &&
|
82
|
+
!(failure instanceof EqualToJsonAssertFail) && (_jsxDEV(CodeEditor, { inputValue: failure.message ?? '', isReadOnly: true, language: CODE_EDITOR_LANGUAGE.TEXT }, void 0, false, { fileName: _jsxFileName, lineNumber: 231, columnNumber: 63 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 215, columnNumber: 11 }, this), _jsxDEV(ModalFooter, { children: _jsxDEV(ModalFooterButton, { text: "Close", onClick: closeLogViewer, type: "secondary" }, void 0, false, { fileName: _jsxFileName, lineNumber: 240, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 239, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 205, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 195, columnNumber: 13 }, this));
|
82
83
|
});
|
83
84
|
const TestableExplorerContextMenu = observer(forwardRef(function TestableExplorerContextMenu(props, ref) {
|
84
85
|
const { node, error, globalTestRunnerState, testableState } = props;
|
@@ -89,19 +90,19 @@ const TestableExplorerContextMenu = observer(forwardRef(function TestableExplore
|
|
89
90
|
const visitTestable = () => {
|
90
91
|
globalTestRunnerState.visitTestable(testableState.testableMetadata.testable);
|
91
92
|
};
|
92
|
-
return (
|
93
|
-
(error instanceof TestError || error instanceof AssertFail) && (
|
93
|
+
return (_jsxDEV(MenuContent, { "data-testid": LEGEND_STUDIO_TEST_ID.EXPLORER_CONTEXT_MENU, children: [_jsxDEV(MenuContentItem, { disabled: globalTestRunnerState.isDispatchingOwnProjectAction, onClick: runTest, children: "Run" }, void 0, false, { fileName: _jsxFileName, lineNumber: 276, columnNumber: 9 }, this), _jsxDEV(MenuContentItem, { onClick: visitTestable, children: "Open Testable" }, void 0, false, { fileName: _jsxFileName, lineNumber: 282, columnNumber: 9 }, this), error &&
|
94
|
+
(error instanceof TestError || error instanceof AssertFail) && (_jsxDEV(MenuContentItem, { onClick: () => viewError(error), children: error instanceof TestError ? 'View Error' : 'View assert fail' }, void 0, false, { fileName: _jsxFileName, lineNumber: 284, columnNumber: 75 }, this)), error &&
|
94
95
|
!(error instanceof TestError || error instanceof AssertFail) &&
|
95
|
-
Array.from(error.entries()).map(([key, testError]) => (
|
96
|
+
Array.from(error.entries()).map(([key, testError]) => (_jsxDEV(MenuContentItem, { onClick: () => viewError(testError), children: testError instanceof TestError
|
96
97
|
? `View Error for ${key}`
|
97
|
-
: `View assert fail for ${key}` }, key)))] }));
|
98
|
+
: `View assert fail for ${key}` }, key, false, { fileName: _jsxFileName, lineNumber: 291, columnNumber: 66 }, this)))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 274, columnNumber: 13 }, this));
|
98
99
|
}));
|
99
100
|
const TestableTreeNodeContainer = (props) => {
|
100
101
|
const { node, level, stepPaddingInRem, onNodeSelect } = props;
|
101
102
|
const { treeData, testableState, globalTestRunnerState, isDependency } = props.innerProps;
|
102
103
|
const editorStore = useEditorStore();
|
103
104
|
const results = testableState.results;
|
104
|
-
const expandIcon = node instanceof AssertionTestTreeNodeData ? (
|
105
|
+
const expandIcon = node instanceof AssertionTestTreeNodeData ? (_jsxDEV("div", {}, void 0, false, { fileName: _jsxFileName, lineNumber: 323, columnNumber: 50 }, this)) : node.isOpen ? (_jsxDEV(ChevronDownIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 325, columnNumber: 24 }, this)) : (_jsxDEV(ChevronRightIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 327, columnNumber: 10 }, this));
|
105
106
|
const nodeIcon = node instanceof TestableTreeNodeData
|
106
107
|
? node.testableMetadata.testable instanceof PackageableElement
|
107
108
|
? getElementTypeIcon(editorStore.graphState.getPackageableElementType(node.testableMetadata.testable), editorStore)
|
@@ -124,10 +125,10 @@ const TestableTreeNodeContainer = (props) => {
|
|
124
125
|
globalTestRunnerState.setFailureViewing(optionalError);
|
125
126
|
}
|
126
127
|
};
|
127
|
-
return (
|
128
|
+
return (_jsxDEV(ContextMenu, { content: _jsxDEV(TestableExplorerContextMenu, { globalTestRunnerState: globalTestRunnerState, testableState: testableState, treeData: treeData, node: node, error: optionalError }, void 0, false, { fileName: _jsxFileName, lineNumber: 372, columnNumber: 16 }, this), menuProps: { elevation: 7 }, children: _jsxDEV("div", { className: clsx('tree-view__node__container global-test-runner__explorer__testable-tree__node__container'), onClick: selectNode, style: {
|
128
129
|
paddingLeft: `${level * (stepPaddingInRem ?? 1)}rem`,
|
129
130
|
display: 'flex',
|
130
|
-
}, children: [
|
131
|
+
}, children: [_jsxDEV("div", { className: "tree-view__node__icon global-test-runner__explorer__testable-tree__node__icon", children: [_jsxDEV("div", { className: "global-test-runner__explorer__testable-tree__node__icon__expand", children: expandIcon }, void 0, false, { fileName: _jsxFileName, lineNumber: 394, columnNumber: 11 }, this), _jsxDEV("div", { className: "global-test-runner__explorer__testable-tree__node__icon__type", children: resultIcon }, void 0, false, { fileName: _jsxFileName, lineNumber: 397, columnNumber: 11 }, this), nodeIcon && (_jsxDEV("div", { className: "global-test-runner__explorer__testable-tree__node__result__icon__type", children: nodeIcon }, void 0, false, { fileName: _jsxFileName, lineNumber: 400, columnNumber: 25 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 393, columnNumber: 9 }, this), node instanceof TestableTreeNodeData && (_jsxDEV("div", { onClick: openTestable, className: "global-test-runner__item__link__content", children: _jsxDEV("span", { className: "global-test-runner__item__link__content__id", children: node.testableMetadata.name }, void 0, false, { fileName: _jsxFileName, lineNumber: 411, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 406, columnNumber: 51 }, this)), node instanceof TestTreeNodeData && (_jsxDEV("div", { onDoubleClick: dblClick, className: "global-test-runner__item__link__content", children: _jsxDEV("span", { className: "global-test-runner__item__link__content__id", children: node.label }, void 0, false, { fileName: _jsxFileName, lineNumber: 421, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 416, columnNumber: 47 }, this)), node instanceof AssertionTestTreeNodeData && (_jsxDEV("div", { onDoubleClick: dblClick, className: "global-test-runner__item__link__content", children: _jsxDEV("span", { className: "global-test-runner__item__link__content__id", children: node.label }, void 0, false, { fileName: _jsxFileName, lineNumber: 431, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 426, columnNumber: 56 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 383, columnNumber: 7 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 370, columnNumber: 11 }, this));
|
131
132
|
};
|
132
133
|
export const TestablePanelRunner = observer((props) => {
|
133
134
|
const { globalTestRunnerState } = props;
|
@@ -141,9 +142,9 @@ export const TestablePanelRunner = observer((props) => {
|
|
141
142
|
//
|
142
143
|
const runDependencyTests = () => globalTestRunnerState.runDependenciesTests();
|
143
144
|
const isDispatchingDependencyAction = globalTestRunnerState.isDispatchingDependencyAction;
|
144
|
-
const renderTestables = () => (
|
145
|
+
const renderTestables = () => (_jsxDEV(_Fragment, { children: [_jsxDEV(PanelHeader, { children: [_jsxDEV("div", { className: "panel__header__title", children: _jsxDEV("div", { className: "panel__header__title__content", children: "TESTABLES" }, void 0, false, { fileName: _jsxFileName, lineNumber: 464, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 463, columnNumber: 11 }, this), _jsxDEV("div", { className: "panel__header__actions side-bar__header__actions", children: [_jsxDEV("button", { className: clsx('panel__header__action side-bar__header__action global-test-runner__refresh-btn', {
|
145
146
|
'global-test-runner__refresh-btn--loading': isDispatchingAction,
|
146
|
-
}), disabled: isDispatchingAction, onClick: reset, tabIndex: -1, title: "Reset", children:
|
147
|
+
}), disabled: isDispatchingAction, onClick: reset, tabIndex: -1, title: "Reset", children: _jsxDEV(RefreshIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 480, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 467, columnNumber: 13 }, this), _jsxDEV("button", { className: "panel__header__action side-bar__header__action global-test-runner__refresh-btn", disabled: isDispatchingAction, onClick: runAllTests, tabIndex: -1, title: "Run All Tests", children: _jsxDEV(PlayIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 489, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 482, columnNumber: 13 }, this), _jsxDEV("div", { className: "global-test-runner__count", "data-testid": LEGEND_STUDIO_TEST_ID.SIDEBAR_PANEL_HEADER__CHANGES_COUNT, children: globalTestRunnerState.testableStates?.length ?? '0' }, void 0, false, { fileName: _jsxFileName, lineNumber: 491, columnNumber: 13 }, this), _jsxDEV(DropdownMenu, { className: "panel__header__action", title: "Show Options Menu...", content: _jsxDEV(MenuContent, { children: _jsxDEV(MenuContentItem, { onClick: toggleShowDependencyTests, children: [_jsxDEV(MenuContentItemIcon, { children: showDependencyPanel ? _jsxDEV(CheckIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 507, columnNumber: 45 }, this) : null }, void 0, false, { fileName: _jsxFileName, lineNumber: 506, columnNumber: 21 }, this), _jsxDEV(MenuContentItemLabel, { children: "Show from dependency tests" }, void 0, false, { fileName: _jsxFileName, lineNumber: 509, columnNumber: 21 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 505, columnNumber: 19 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 503, columnNumber: 24 }, this), menuProps: {
|
147
148
|
anchorOrigin: {
|
148
149
|
vertical: 'bottom',
|
149
150
|
horizontal: 'left',
|
@@ -153,7 +154,7 @@ export const TestablePanelRunner = observer((props) => {
|
|
153
154
|
horizontal: 'left',
|
154
155
|
},
|
155
156
|
elevation: 7,
|
156
|
-
}, children:
|
157
|
+
}, children: _jsxDEV(MoreVerticalIcon, { className: "query-builder__icon__more-options" }, void 0, false, { fileName: _jsxFileName, lineNumber: 527, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 500, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 466, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 462, columnNumber: 9 }, this), (globalTestRunnerState.testableStates ?? []).map((testableState) => {
|
157
158
|
const onNodeSelect = (node) => {
|
158
159
|
testableState.onTreeNodeSelect(node, testableState.treeData);
|
159
160
|
};
|
@@ -165,15 +166,15 @@ export const TestablePanelRunner = observer((props) => {
|
|
165
166
|
}
|
166
167
|
return [];
|
167
168
|
};
|
168
|
-
return (
|
169
|
+
return (_jsxDEV(TreeView, { components: {
|
169
170
|
TreeNodeContainer: TestableTreeNodeContainer,
|
170
171
|
}, treeData: testableState.treeData, onNodeSelect: onNodeSelect, getChildNodes: getChildNodes, innerProps: {
|
171
172
|
globalTestRunnerState,
|
172
173
|
testableState,
|
173
174
|
treeData: testableState.treeData,
|
174
|
-
} }, testableState.uuid));
|
175
|
-
})] }));
|
176
|
-
const renderDependenciesTestables = () => (
|
175
|
+
} }, testableState.uuid, false, { fileName: _jsxFileName, lineNumber: 545, columnNumber: 19 }, this));
|
176
|
+
})] }, void 0, true, { fileName: _jsxFileName, lineNumber: 460, columnNumber: 53 }, this));
|
177
|
+
const renderDependenciesTestables = () => (_jsxDEV(_Fragment, { children: [_jsxDEV(PanelHeader, { children: [_jsxDEV("div", { className: "panel__header__title", children: _jsxDEV("div", { className: "panel__header__title__content", children: "DEPENDENCY TESTABLES" }, void 0, false, { fileName: _jsxFileName, lineNumber: 569, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 568, columnNumber: 11 }, this), _jsxDEV("div", { className: "panel__header__actions side-bar__header__actions", children: [_jsxDEV("button", { className: "panel__header__action side-bar__header__action global-test-runner__refresh-btn", disabled: isDispatchingDependencyAction, onClick: runDependencyTests, tabIndex: -1, title: "Run Dependency Tests", children: _jsxDEV(PlayIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 581, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 574, columnNumber: 13 }, this), _jsxDEV("div", { className: "global-test-runner__count", "data-testid": LEGEND_STUDIO_TEST_ID.SIDEBAR_PANEL_HEADER__CHANGES_COUNT, children: globalTestRunnerState.dependencyTestableStates?.length ?? '0' }, void 0, false, { fileName: _jsxFileName, lineNumber: 583, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 573, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 567, columnNumber: 9 }, this), (globalTestRunnerState.dependencyTestableStates ?? []).map((testableState) => {
|
177
178
|
const onNodeSelect = (node) => {
|
178
179
|
testableState.onTreeNodeSelect(node, testableState.treeData);
|
179
180
|
};
|
@@ -185,16 +186,16 @@ export const TestablePanelRunner = observer((props) => {
|
|
185
186
|
}
|
186
187
|
return [];
|
187
188
|
};
|
188
|
-
return (
|
189
|
+
return (_jsxDEV(TreeView, { components: {
|
189
190
|
TreeNodeContainer: TestableTreeNodeContainer,
|
190
191
|
}, treeData: testableState.treeData, onNodeSelect: onNodeSelect, getChildNodes: getChildNodes, innerProps: {
|
191
192
|
globalTestRunnerState,
|
192
193
|
testableState,
|
193
194
|
treeData: testableState.treeData,
|
194
195
|
isDependency: true,
|
195
|
-
} }, testableState.uuid));
|
196
|
-
})] }));
|
197
|
-
return (
|
196
|
+
} }, testableState.uuid, false, { fileName: _jsxFileName, lineNumber: 608, columnNumber: 21 }, this));
|
197
|
+
})] }, void 0, true, { fileName: _jsxFileName, lineNumber: 565, columnNumber: 65 }, this));
|
198
|
+
return (_jsxDEV(Panel, { className: "side-bar__panel", children: [!showDependencyPanel && (_jsxDEV(PanelContent, { children: renderTestables() }, void 0, false, { fileName: _jsxFileName, lineNumber: 632, columnNumber: 35 }, this)), showDependencyPanel && (_jsxDEV(ResizablePanelGroup, { children: [_jsxDEV(ResizablePanel, { children: _jsxDEV(PanelContent, { children: renderTestables() }, void 0, false, { fileName: _jsxFileName, lineNumber: 638, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 637, columnNumber: 13 }, this), _jsxDEV(ResizablePanelSplitter, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 640, columnNumber: 13 }, this), _jsxDEV(ResizablePanel, { children: _jsxDEV(PanelContent, { children: renderDependenciesTestables() }, void 0, false, { fileName: _jsxFileName, lineNumber: 642, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 641, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 635, columnNumber: 34 }, this)), globalTestRunnerState.failureViewing && (_jsxDEV(TestFailViewer, { globalTestRunnerState: globalTestRunnerState, failure: globalTestRunnerState.failureViewing }, void 0, false, { fileName: _jsxFileName, lineNumber: 646, columnNumber: 51 }, this))] }, void 0, true, { fileName: _jsxFileName, lineNumber: 630, columnNumber: 13 }, this));
|
198
199
|
});
|
199
200
|
// TODO:
|
200
201
|
// - Handle Multi Execution Test Results
|
@@ -224,17 +225,17 @@ export const GlobalTestRunner = observer((props) => {
|
|
224
225
|
}, [editorStore.globalTestRunnerState]);
|
225
226
|
const renderSelectedTab = () => {
|
226
227
|
if (selectedTab === TEST_RUNNER_TABS.TEST_RUNNER) {
|
227
|
-
return (
|
228
|
+
return (_jsxDEV(_Fragment, { children: [_jsxDEV(PanelLoadingIndicator, { isLoading: isDispatchingAction }, void 0, false, { fileName: _jsxFileName, lineNumber: 701, columnNumber: 13 }, this), _jsxDEV(TestablePanelRunner, { globalTestRunnerState: globalTestRunnerState }, void 0, false, { fileName: _jsxFileName, lineNumber: 702, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 699, columnNumber: 17 }, this));
|
228
229
|
}
|
229
230
|
for (const testRunnerTabConfiguration of extractTestRunnerTabConfigurations) {
|
230
231
|
if (testRunnerTabConfiguration.key === selectedTab) {
|
231
232
|
return testRunnerTabConfiguration.renderer(editorStore);
|
232
233
|
}
|
233
234
|
}
|
234
|
-
return (
|
235
|
+
return (_jsxDEV(UnsupportedEditorPanel, { text: "Can't display this tab", isReadOnly: true }, void 0, false, { fileName: _jsxFileName, lineNumber: 713, columnNumber: 15 }, this));
|
235
236
|
};
|
236
|
-
return (
|
237
|
+
return (_jsxDEV("div", { "data-testid": LEGEND_STUDIO_TEST_ID.TEST_RUNNER, className: "panel global-test-runner", children: [_jsxDEV(PanelHeader, { className: "panel__header side-bar__header", children: _jsxDEV("div", { className: "panel__header__title global-test-runner__header__title", children: _jsxDEV("div", { className: "panel__header__title__content side-bar__header__title__content", children: "GLOBAL TEST RUNNER" }, void 0, false, { fileName: _jsxFileName, lineNumber: 728, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 727, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 726, columnNumber: 9 }, this), _jsxDEV("div", { className: "panel__header__tabs panel__header__test__runner__tabs", children: testRunnerTabs.map((tab) => (_jsxDEV("div", { onClick: () => changeTab(tab.value), className: clsx('panel__header__tab', {
|
237
238
|
['panel__header__tab--active']: tab.value === selectedTab,
|
238
|
-
}), children: tab.label }, tab.value))) }),
|
239
|
+
}), children: tab.label }, tab.value, false, { fileName: _jsxFileName, lineNumber: 734, columnNumber: 41 }, this))) }, void 0, false, { fileName: _jsxFileName, lineNumber: 733, columnNumber: 9 }, this), _jsxDEV(PanelContent, { className: "side-bar__content", children: renderSelectedTab() }, void 0, false, { fileName: _jsxFileName, lineNumber: 746, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 721, columnNumber: 13 }, this));
|
239
240
|
});
|
240
241
|
//# sourceMappingURL=GlobalTestRunner.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GlobalTestRunner.js","sourceRoot":"","sources":["../../../../../src/components/editor/side-bar/testable/GlobalTestRunner.tsx"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"GlobalTestRunner.js","sourceRoot":"","sources":["../../../../../src/components/editor/side-bar/testable/GlobalTestRunner.tsx"],"names":[],"mappings":"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"}
|
@@ -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/extensions/Core_LegendStudioApplicationPlugin.tsx";
|
2
3
|
/**
|
3
4
|
* Copyright (c) 2020-present, Goldman Sachs
|
4
5
|
*
|
@@ -127,9 +128,9 @@ export class Core_LegendStudioApplicationPlugin extends LegendStudioApplicationP
|
|
127
128
|
{
|
128
129
|
key: SHOWCASE_MANAGER_VIRTUAL_ASSISTANT_TAB_KEY,
|
129
130
|
title: 'Showcases',
|
130
|
-
icon:
|
131
|
+
icon: _jsxDEV(CabinetIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 177, columnNumber: 14 }, this),
|
131
132
|
autoExpandOnOpen: true,
|
132
|
-
renderer: () =>
|
133
|
+
renderer: () => _jsxDEV(ShowcaseManager, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 179, columnNumber: 24 }, this),
|
133
134
|
},
|
134
135
|
];
|
135
136
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Core_LegendStudioApplicationPlugin.js","sourceRoot":"","sources":["../../../src/components/extensions/Core_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"Core_LegendStudioApplicationPlugin.js","sourceRoot":"","sources":["../../../src/components/extensions/Core_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"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"}
|
@@ -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/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx";
|
2
3
|
/**
|
3
4
|
* Copyright (c) 2020-present, Goldman Sachs
|
4
5
|
*
|
@@ -91,10 +92,10 @@ export class DSL_ExternalFormat_LegendStudioApplicationPlugin extends LegendStud
|
|
91
92
|
return [
|
92
93
|
(type) => {
|
93
94
|
if (type === SCHEMA_SET_ELEMENT_TYPE) {
|
94
|
-
return (
|
95
|
+
return (_jsxDEV("div", { className: "icon icon--schema-set", children: _jsxDEV(SitemapIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 180, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 178, columnNumber: 19 }, this));
|
95
96
|
}
|
96
97
|
else if (type === BINDING_ELEMENT_TYPE) {
|
97
|
-
return (
|
98
|
+
return (_jsxDEV("div", { className: "icon icon--binding", children: _jsxDEV(BufferIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 186, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 184, columnNumber: 19 }, this));
|
98
99
|
}
|
99
100
|
return undefined;
|
100
101
|
},
|
@@ -104,10 +105,10 @@ export class DSL_ExternalFormat_LegendStudioApplicationPlugin extends LegendStud
|
|
104
105
|
return [
|
105
106
|
(elementEditorState) => {
|
106
107
|
if (elementEditorState instanceof SchemaSetEditorState) {
|
107
|
-
return
|
108
|
+
return _jsxDEV(SchemaSetEditor, {}, elementEditorState.uuid, false, { fileName: _jsxFileName, lineNumber: 199, columnNumber: 17 }, this);
|
108
109
|
}
|
109
110
|
else if (elementEditorState instanceof BindingEditorState) {
|
110
|
-
return
|
111
|
+
return _jsxDEV(BindingEditor, {}, elementEditorState.uuid, false, { fileName: _jsxFileName, lineNumber: 201, columnNumber: 17 }, this);
|
111
112
|
}
|
112
113
|
return undefined;
|
113
114
|
},
|
@@ -162,7 +163,7 @@ export class DSL_ExternalFormat_LegendStudioApplicationPlugin extends LegendStud
|
|
162
163
|
return [
|
163
164
|
(type) => {
|
164
165
|
if (type === SCHEMA_SET_ELEMENT_TYPE) {
|
165
|
-
return
|
166
|
+
return _jsxDEV(NewSchemaSetDriverEditor, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 273, columnNumber: 17 }, this);
|
166
167
|
}
|
167
168
|
return undefined;
|
168
169
|
},
|
@@ -225,7 +226,7 @@ export class DSL_ExternalFormat_LegendStudioApplicationPlugin extends LegendStud
|
|
225
226
|
return [
|
226
227
|
(connectionValueState, isReadOnly) => {
|
227
228
|
if (connectionValueState instanceof ExternalFormatConnectionValueState) {
|
228
|
-
return (
|
229
|
+
return (_jsxDEV(ExternalFormatConnectionEditor, { connectionValueState: connectionValueState, isReadOnly: isReadOnly }, void 0, false, { fileName: _jsxFileName, lineNumber: 353, columnNumber: 19 }, this));
|
229
230
|
}
|
230
231
|
return undefined;
|
231
232
|
},
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_LegendStudioApplicationPlugin.js","sourceRoot":"","sources":["../../../src/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_LegendStudioApplicationPlugin.js","sourceRoot":"","sources":["../../../src/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"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"}
|
@@ -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/lazy-text-editor/LazyTextEditor.tsx";
|
2
3
|
/**
|
3
4
|
* Copyright (c) 2020-present, Goldman Sachs
|
4
5
|
*
|
@@ -87,7 +88,7 @@ const LazyStatusBar = observer((props) => {
|
|
87
88
|
};
|
88
89
|
const compile = applicationStore.guardUnhandledError(() => flowResult(editorStore.graphEditorMode.globalCompile()));
|
89
90
|
const toggleAssistant = () => applicationStore.assistantService.toggleAssistant();
|
90
|
-
return (
|
91
|
+
return (_jsxDEV("div", { "data-testid": LEGEND_STUDIO_TEST_ID.STATUS_BAR, className: clsx('editor__status-bar', 'lazy-text-editor__status-bar'), children: [_jsxDEV("div", { className: "editor__status-bar__left", children: _jsxDEV("div", { className: "editor__status-bar__workspace", children: [_jsxDEV("div", { className: "editor__status-bar__workspace__icon", children: _jsxDEV(CodeBranchIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 150, columnNumber: 13 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 149, columnNumber: 11 }, this), _jsxDEV("button", { className: "editor__status-bar__workspace__project", title: "Go back to workspace setup using the specified project", tabIndex: -1, onClick: () => applicationStore.navigationService.navigator.visitAddress(applicationStore.navigationService.navigator.generateAddress(generateSetupRoute(projectId, undefined))), children: currentProject?.name ?? 'unknown' }, void 0, false, { fileName: _jsxFileName, lineNumber: 152, columnNumber: 11 }, this), "/", _jsxDEV("button", { className: "editor__status-bar__workspace__workspace", title: "Go back to workspace setup using the specified workspace", tabIndex: -1, onClick: () => applicationStore.navigationService.navigator.visitAddress(applicationStore.navigationService.navigator.generateAddress(generateSetupRoute(projectId, workspaceId, workspaceType))), children: [patchReleaseVersionId, workspaceId, editorStore.localChangesState.hasUnpushedChanges ? '*' : ''] }, void 0, true, { fileName: _jsxFileName, lineNumber: 167, columnNumber: 11 }, this), workspaceOutOfSync && (_jsxDEV("button", { className: "editor__status-bar__workspace__status__btn", tabIndex: -1, onClick: goToLocalChanges, title: 'Local workspace is out-of-sync. Click to see incoming changes to your workspace.', children: "OUT-OF-SYNC" }, void 0, false, { fileName: _jsxFileName, lineNumber: 183, columnNumber: 35 }, this)), editorStore.sdlcState.isWorkspaceOutdated && !workspaceOutOfSync && (_jsxDEV("button", { className: "editor__status-bar__workspace__status__btn", tabIndex: -1, onClick: goToWorkspaceUpdater, title: 'Workspace is outdated. Click to see latest changes of the project', children: "OUTDATED" }, void 0, false, { fileName: _jsxFileName, lineNumber: 195, columnNumber: 81 }, this)), _jsxDEV("button", { className: "editor__status-bar__problems", tabIndex: -1, onClick: showCompilationWarnings, title: `${error ? 'Error: 1, ' : ''}Warnings: ${warnings.length}`, children: [_jsxDEV("div", { className: "editor__status-bar__problems__icon", children: _jsxDEV(ErrorIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 214, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 213, columnNumber: 13 }, this), _jsxDEV("div", { className: "editor__status-bar__problems__counter", children: error ? 1 : 0 }, void 0, false, { fileName: _jsxFileName, lineNumber: 216, columnNumber: 13 }, this), _jsxDEV("div", { className: "editor__status-bar__problems__icon", children: _jsxDEV(WarningIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 220, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 219, columnNumber: 13 }, this), _jsxDEV("div", { className: "editor__status-bar__problems__counter", children: warnings.length }, void 0, false, { fileName: _jsxFileName, lineNumber: 222, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 207, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 148, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 147, columnNumber: 7 }, this), _jsxDEV("div", { "data-testid": LEGEND_STUDIO_TEST_ID.EDITOR__STATUS_BAR__RIGHT, className: "editor__status-bar__right", children: [!isInConflictResolutionMode && (_jsxDEV("div", { className: "editor__status-bar__workspace-sync", children: [_jsxDEV("div", { className: "editor__status-bar__workspace-sync__status", children: pushStatusText }, void 0, false, { fileName: _jsxFileName, lineNumber: 234, columnNumber: 13 }, this), _jsxDEV("button", { className: clsx('editor__status-bar__push-changes__btn', {
|
91
92
|
'editor__status-bar__push-changes__btn--loading': editorStore.localChangesState.pushChangesState.isInProgress ||
|
92
93
|
configurationState.updatingConfigurationState.isInProgress,
|
93
94
|
}), onClick: pushLocalChanges, disabled: !changes ||
|
@@ -96,14 +97,14 @@ const LazyStatusBar = observer((props) => {
|
|
96
97
|
editorStore.changeDetectionState
|
97
98
|
.workspaceLocalLatestRevisionState
|
98
99
|
.isBuildingEntityHashesIndex ||
|
99
|
-
actionsDisabled, tabIndex: -1, title: "Push local changes (Ctrl + S)", children:
|
100
|
+
actionsDisabled, tabIndex: -1, title: "Push local changes (Ctrl + S)", children: _jsxDEV(CloudUploadIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 256, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 237, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 232, columnNumber: 42 }, this)), _jsxDEV("button", { className: clsx('editor__status-bar__action editor__status-bar__compile-btn', {
|
100
101
|
'editor__status-bar__compile-btn--wiggling': editorStore.graphState.isRunningGlobalCompile,
|
101
102
|
}), disabled: editorStore.graphState.isApplicationUpdateOperationIsRunning ||
|
102
|
-
actionsDisabled, onClick: compile, tabIndex: -1, title: "Compile (F9)", children:
|
103
|
+
actionsDisabled, onClick: compile, tabIndex: -1, title: "Compile (F9)", children: _jsxDEV(HammerIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 276, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 260, columnNumber: 9 }, this), _jsxDEV("button", { className: clsx('editor__status-bar__action editor__status-bar__action__toggler', {
|
103
104
|
'editor__status-bar__action__toggler--active': editorStore.panelGroupDisplayState.isOpen,
|
104
|
-
}), onClick: togglePanel, tabIndex: -1, title: "Toggle panel (Ctrl + `)", children:
|
105
|
+
}), onClick: togglePanel, tabIndex: -1, title: "Toggle panel (Ctrl + `)", children: _jsxDEV(TerminalIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 290, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 278, columnNumber: 9 }, this), _jsxDEV("button", { className: clsx('editor__status-bar__action editor__status-bar__action__toggler', {
|
105
106
|
'editor__status-bar__action__toggler--active': !applicationStore.assistantService.isHidden,
|
106
|
-
}), onClick: toggleAssistant, tabIndex: -1, title: "Toggle assistant", children:
|
107
|
+
}), onClick: toggleAssistant, tabIndex: -1, title: "Toggle assistant", children: _jsxDEV(AssistantIcon, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 304, columnNumber: 11 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 292, columnNumber: 9 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 228, columnNumber: 7 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 142, columnNumber: 11 }, this));
|
107
108
|
});
|
108
109
|
export const LazyTextEditor = withEditorStore(observer(() => {
|
109
110
|
const params = useParams();
|
@@ -157,14 +158,14 @@ export const LazyTextEditor = withEditorStore(observer(() => {
|
|
157
158
|
useCommands(editorStore);
|
158
159
|
// Cleanup the editor
|
159
160
|
useEffect(() => () => editorStore.cleanUp(), [editorStore]);
|
160
|
-
return (
|
161
|
+
return (_jsxDEV("div", { className: "app__page", children: _jsxDEV("div", { className: "editor", children: [_jsxDEV("div", { className: "editor__body", children: [_jsxDEV(ActivityBar, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 400, columnNumber: 13 }, this), _jsxDEV("div", { ref: ref, className: "editor__content-container", children: _jsxDEV("div", { className: "editor__content", children: _jsxDEV(ResizablePanelGroup, { orientation: "vertical", children: [_jsxDEV(ResizablePanel, { ...collapsibleSideBarGroupProps.collapsiblePanel, direction: 1, children: _jsxDEV(SideBar, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 408, columnNumber: 21 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 404, columnNumber: 19 }, this), _jsxDEV(ResizablePanelSplitter, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 410, columnNumber: 19 }, this), _jsxDEV(ResizablePanel, { ...collapsibleSideBarGroupProps.remainingPanel, minSize: 300, children: _jsxDEV(ResizablePanelGroup, { orientation: "horizontal", children: [_jsxDEV(ResizablePanel, { ...maximizedCollapsiblePanelGroupProps.collapsiblePanel, ...(editorStore.panelGroupDisplayState.size === 0
|
161
162
|
? collapsiblePanelGroupProps.remainingPanel
|
162
163
|
: {}), children: editable &&
|
163
164
|
editorStore.graphEditorMode.mode ===
|
164
|
-
GRAPH_EDITOR_MODE.GRAMMAR_TEXT && (
|
165
|
+
GRAPH_EDITOR_MODE.GRAMMAR_TEXT && (_jsxDEV(GrammarTextEditor, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 424, columnNumber: 64 }, this)) }, void 0, false, { fileName: _jsxFileName, lineNumber: 416, columnNumber: 23 }, this), _jsxDEV(ResizablePanelSplitter, { children: _jsxDEV(ResizablePanelSplitterLine, { color: editorStore.panelGroupDisplayState.isMaximized
|
165
166
|
? 'transparent'
|
166
|
-
: 'var(--color-dark-grey-250)' }) }),
|
167
|
+
: 'var(--color-dark-grey-250)' }, void 0, false, { fileName: _jsxFileName, lineNumber: 429, columnNumber: 25 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 428, columnNumber: 23 }, this), _jsxDEV(ResizablePanel, { ...collapsiblePanelGroupProps.collapsiblePanel, ...(editorStore.panelGroupDisplayState.isMaximized
|
167
168
|
? maximizedCollapsiblePanelGroupProps.remainingPanel
|
168
|
-
: {}), direction: -1, children:
|
169
|
+
: {}), direction: -1, children: _jsxDEV(PanelGroup, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 444, columnNumber: 25 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 437, columnNumber: 23 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 415, columnNumber: 21 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 411, columnNumber: 19 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 403, columnNumber: 17 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 402, columnNumber: 15 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 401, columnNumber: 13 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 399, columnNumber: 11 }, this), _jsxDEV(QuickInput, {}, void 0, false, { fileName: _jsxFileName, lineNumber: 452, columnNumber: 11 }, this), _jsxDEV(LazyStatusBar, { actionsDisabled: !editable }, void 0, false, { fileName: _jsxFileName, lineNumber: 453, columnNumber: 11 }, this)] }, void 0, true, { fileName: _jsxFileName, lineNumber: 398, columnNumber: 9 }, this) }, void 0, false, { fileName: _jsxFileName, lineNumber: 396, columnNumber: 13 }, this));
|
169
170
|
}));
|
170
171
|
//# sourceMappingURL=LazyTextEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LazyTextEditor.js","sourceRoot":"","sources":["../../../src/components/lazy-text-editor/LazyTextEditor.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"LazyTextEditor.js","sourceRoot":"","sources":["../../../src/components/lazy-text-editor/LazyTextEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -13,7 +13,7 @@
|
|
13
13
|
* See the License for the specific language governing permissions and
|
14
14
|
* limitations under the License.
|
15
15
|
*/
|
16
|
-
export declare const ProjectReviewerSideBar: (() => import("react/jsx-runtime").JSX.Element) & {
|
16
|
+
export declare const ProjectReviewerSideBar: (() => import("react/jsx-dev-runtime").JSX.Element) & {
|
17
17
|
displayName: string;
|
18
18
|
};
|
19
19
|
//# sourceMappingURL=ProjectReviewSideBar.d.ts.map
|