@finos/legend-application-studio 28.17.10 → 28.17.11
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/application/LegendStudio.js +2 -3
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/components/ElementIconUtils.js +23 -24
- package/lib/components/ElementIconUtils.js.map +1 -1
- package/lib/components/LegendStudioAppInfo.js +7 -8
- package/lib/components/LegendStudioAppInfo.js.map +1 -1
- package/lib/components/LegendStudioFrameworkProvider.js +3 -4
- package/lib/components/LegendStudioFrameworkProvider.js.map +1 -1
- package/lib/components/LegendStudioWebApplication.d.ts +2 -2
- package/lib/components/LegendStudioWebApplication.js +13 -14
- package/lib/components/LegendStudioWebApplication.js.map +1 -1
- package/lib/components/ShowcaseManager.d.ts +1 -1
- package/lib/components/ShowcaseManager.js +29 -30
- package/lib/components/ShowcaseManager.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts +1 -1
- package/lib/components/editor/ActivityBar.js +27 -28
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.js +8 -9
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/EditorStoreProvider.js +3 -4
- package/lib/components/editor/EditorStoreProvider.js.map +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.d.ts +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.js +5 -6
- package/lib/components/editor/EmbeddedQueryBuilder.js.map +1 -1
- package/lib/components/editor/QuickInput.d.ts +1 -1
- package/lib/components/editor/QuickInput.js +5 -6
- package/lib/components/editor/QuickInput.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts +1 -1
- package/lib/components/editor/StatusBar.js +11 -12
- package/lib/components/editor/StatusBar.js.map +1 -1
- package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js +2 -3
- package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.js +4 -5
- package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.d.ts +1 -1
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.js +2 -3
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.js.map +1 -1
- package/lib/components/editor/editor-group/EditorGroup.d.ts +1 -1
- package/lib/components/editor/editor-group/EditorGroup.js +39 -40
- package/lib/components/editor/editor-group/EditorGroup.js.map +1 -1
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.js +11 -12
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/GrammarTextEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/GrammarTextEditor.js +4 -5
- package/lib/components/editor/editor-group/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/editor-group/ModelImporter.d.ts +1 -1
- package/lib/components/editor/editor-group/ModelImporter.js +14 -15
- package/lib/components/editor/editor-group/ModelImporter.js.map +1 -1
- package/lib/components/editor/editor-group/ProtocolValueBuilder.d.ts +1 -1
- package/lib/components/editor/editor-group/ProtocolValueBuilder.js +14 -15
- package/lib/components/editor/editor-group/ProtocolValueBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/RuntimeEditor.d.ts +4 -4
- package/lib/components/editor/editor-group/RuntimeEditor.js +29 -30
- package/lib/components/editor/editor-group/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/editor-group/UnsupportedElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/UnsupportedElementEditor.js +3 -4
- package/lib/components/editor/editor-group/UnsupportedElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js +9 -10
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js +10 -11
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js +10 -11
- package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.d.ts +3 -3
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js +5 -6
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js +13 -14
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js +2 -3
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js +54 -55
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +7 -8
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.js +6 -7
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.d.ts +5 -5
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js +17 -18
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js +9 -10
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js +5 -6
- package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js +10 -11
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.d.ts +2 -2
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js +5 -6
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.d.ts +1 -1
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js +2 -3
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js +5 -6
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.d.ts +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js +2 -3
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js +6 -7
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js +26 -27
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.d.ts +3 -3
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js +12 -13
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js.map +1 -1
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.d.ts +6 -6
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js +16 -17
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +10 -11
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +2 -3
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +2 -3
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +15 -16
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +5 -6
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js +38 -39
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js +12 -13
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js +3 -4
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js +5 -6
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js +32 -33
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js +10 -11
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js +6 -7
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js +7 -8
- package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +5 -6
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js +19 -20
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.d.ts +7 -7
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js +24 -25
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js +29 -30
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js +14 -15
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js +9 -10
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/TypeTree.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/TypeTree.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.d.ts +8 -8
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js +21 -22
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js +10 -11
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js +21 -22
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js +26 -27
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js +10 -11
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.js +5 -6
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.js +24 -25
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js +32 -33
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js +10 -11
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js +12 -13
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js +11 -12
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.d.ts +7 -7
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js +29 -30
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js +5 -6
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js +22 -23
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js.map +1 -1
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.d.ts +5 -5
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.js +30 -31
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.js +30 -31
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js +10 -11
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js +6 -7
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js +6 -7
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js +9 -10
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.js +2 -3
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.js.map +1 -1
- package/lib/components/editor/panel-group/ConsolePanel.d.ts +1 -1
- package/lib/components/editor/panel-group/ConsolePanel.js +2 -3
- package/lib/components/editor/panel-group/ConsolePanel.js.map +1 -1
- package/lib/components/editor/panel-group/DevToolPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/DevToolPanel.js +6 -7
- package/lib/components/editor/panel-group/DevToolPanel.js.map +1 -1
- package/lib/components/editor/panel-group/PanelGroup.d.ts +1 -1
- package/lib/components/editor/panel-group/PanelGroup.js +5 -6
- package/lib/components/editor/panel-group/PanelGroup.js.map +1 -1
- package/lib/components/editor/panel-group/ProblemsPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/ProblemsPanel.js +5 -6
- package/lib/components/editor/panel-group/ProblemsPanel.js.map +1 -1
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.js +18 -19
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.js.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +2 -2
- package/lib/components/editor/side-bar/CreateNewElementModal.js +26 -27
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts +1 -1
- package/lib/components/editor/side-bar/Explorer.js +36 -37
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -1
- package/lib/components/editor/side-bar/LocalChanges.js +12 -13
- package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts +2 -2
- package/lib/components/editor/side-bar/ProjectOverview.js +28 -29
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/RegisterService.d.ts +1 -1
- package/lib/components/editor/side-bar/RegisterService.js +17 -18
- package/lib/components/editor/side-bar/RegisterService.js.map +1 -1
- package/lib/components/editor/side-bar/SideBar.d.ts +1 -1
- package/lib/components/editor/side-bar/SideBar.js +12 -13
- package/lib/components/editor/side-bar/SideBar.js.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.js +27 -28
- package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts +2 -2
- package/lib/components/editor/side-bar/WorkspaceReview.js +8 -9
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +9 -10
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +6 -7
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +6 -7
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.d.ts +1 -1
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js +6 -7
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +2 -2
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +32 -33
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +3 -4
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +7 -8
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/lazy-text-editor/LazyTextEditor.js +10 -11
- package/lib/components/lazy-text-editor/LazyTextEditor.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewSideBar.d.ts +1 -1
- package/lib/components/project-reviewer/ProjectReviewSideBar.js +7 -8
- package/lib/components/project-reviewer/ProjectReviewSideBar.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js +3 -4
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewer.js +5 -6
- package/lib/components/project-reviewer/ProjectReviewer.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewerPanel.d.ts +1 -1
- package/lib/components/project-reviewer/ProjectReviewerPanel.js +9 -10
- package/lib/components/project-reviewer/ProjectReviewerPanel.js.map +1 -1
- package/lib/components/project-view/ProjectViewer.js +23 -24
- package/lib/components/project-view/ProjectViewer.js.map +1 -1
- package/lib/components/project-view/ProjectViewerStoreProvider.js +3 -4
- package/lib/components/project-view/ProjectViewerStoreProvider.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewer.js +19 -20
- package/lib/components/showcase/ShowcaseViewer.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewerStoreProvider.js +3 -4
- package/lib/components/showcase/ShowcaseViewerStoreProvider.js.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js +15 -16
- package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.js +7 -8
- package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -1
- package/lib/components/workspace-setup/ProjectSelectorUtils.js +6 -7
- package/lib/components/workspace-setup/ProjectSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js +2 -3
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +27 -28
- package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js +8 -5
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js +2 -2
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +4 -3
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js +10 -8
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -1
- package/package.json +4 -4
- package/src/stores/editor/editor-state/element-editor-state/RuntimeEditorState.ts +10 -7
- package/src/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.ts +2 -2
- package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +4 -2
- package/src/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.ts +14 -12
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/application/LegendStudio.tsx";
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -43,7 +42,7 @@ export class LegendStudio extends LegendApplication {
|
|
43
42
|
return new LegendStudioApplicationConfig(input);
|
44
43
|
}
|
45
44
|
async loadApplication(applicationStore) {
|
46
|
-
createRoot(getApplicationRootElement()).render(
|
45
|
+
createRoot(getApplicationRootElement()).render(_jsx(ApplicationStoreProvider, { store: applicationStore, children: _jsx(LegendStudioWebApplication, { baseUrl: this.baseAddress }) }));
|
47
46
|
}
|
48
47
|
}
|
49
48
|
//# sourceMappingURL=LegendStudio.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LegendStudio.js","sourceRoot":"","sources":["../../src/application/LegendStudio.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"LegendStudio.js","sourceRoot":"","sources":["../../src/application/LegendStudio.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,0BAA0B,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAEL,wBAAwB,EACxB,iBAAiB,EAEjB,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,EAEL,6BAA6B,GAC9B,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,gEAAgE,CAAC;AACpH,OAAO,EACL,+BAA+B,EAC/B,oCAAoC,GACrC,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,gDAAgD,EAAE,MAAM,8EAA8E,CAAC;AAEhJ,MAAM,OAAO,YAAa,SAAQ,iBAAiB;IAIjD,MAAM,CAAC,MAAM;QACX,MAAM,WAAW,GAAG,IAAI,YAAY,CAAC,yBAAyB,CAAC,MAAM,EAAE,CAAC,CAAC;QACzE,WAAW,CAAC,eAAe,CAAC;YAC1B,IAAI,uBAAuB,EAAE;YAC7B,IAAI,+BAA+B,EAAE;SACtC,CAAC,CAAC;QACH,WAAW,CAAC,eAAe,CAAC;YAC1B,IAAI,4BAA4B,EAAE;YAClC,IAAI,kCAAkC,EAAE;YACxC,IAAI,oCAAoC,EAAE;YAC1C,IAAI,gDAAgD,EAAE;SACvD,CAAC,CAAC;QACH,OAAO,WAAW,CAAC;IACrB,CAAC;IAED,KAAK,CAAC,oBAAoB,CACxB,KAAoF;QAEpF,OAAO,IAAI,6BAA6B,CAAC,KAAK,CAAC,CAAC;IAClD,CAAC;IAED,KAAK,CAAC,eAAe,CACnB,gBAA8C;QAE9C,UAAU,CAAC,yBAAyB,EAAE,CAAC,CAAC,MAAM,CAC5C,KAAC,wBAAwB,IAAC,KAAK,EAAE,gBAAgB,YAC/C,KAAC,0BAA0B,IAAC,OAAO,EAAE,IAAI,CAAC,WAAW,GAAI,GAChC,CAC5B,CAAC;IACJ,CAAC;CACF"}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/ElementIconUtils.tsx";
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -28,45 +27,45 @@ import { PACKAGEABLE_ELEMENT_TYPE } from '../stores/editor/utils/ModelClassifier
|
|
28
27
|
export const getElementTypeIcon = (type, editorStore, options) => {
|
29
28
|
switch (type) {
|
30
29
|
case PACKAGEABLE_ELEMENT_TYPE.PRIMITIVE:
|
31
|
-
return
|
30
|
+
return _jsx(PURE_PrimitiveTypeIcon, {});
|
32
31
|
case PACKAGEABLE_ELEMENT_TYPE.PACKAGE:
|
33
|
-
return
|
32
|
+
return _jsx(PURE_PackageIcon, {});
|
34
33
|
case PACKAGEABLE_ELEMENT_TYPE.CLASS:
|
35
|
-
return
|
34
|
+
return _jsx(PURE_ClassIcon, {});
|
36
35
|
case PACKAGEABLE_ELEMENT_TYPE.ASSOCIATION:
|
37
|
-
return
|
36
|
+
return _jsx(PURE_AssociationIcon, {});
|
38
37
|
case PACKAGEABLE_ELEMENT_TYPE.ENUMERATION:
|
39
|
-
return
|
38
|
+
return _jsx(PURE_EnumerationIcon, {});
|
40
39
|
case PACKAGEABLE_ELEMENT_TYPE.MEASURE:
|
41
|
-
return
|
40
|
+
return _jsx(PURE_MeasureIcon, {});
|
42
41
|
case PACKAGEABLE_ELEMENT_TYPE.UNIT:
|
43
|
-
return
|
42
|
+
return _jsx(PURE_UnitIcon, {});
|
44
43
|
case PACKAGEABLE_ELEMENT_TYPE.PROFILE:
|
45
|
-
return
|
44
|
+
return _jsx(PURE_ProfileIcon, {});
|
46
45
|
case PACKAGEABLE_ELEMENT_TYPE.FUNCTION:
|
47
|
-
return
|
46
|
+
return _jsx(PURE_FunctionIcon, {});
|
48
47
|
case PACKAGEABLE_ELEMENT_TYPE.FLAT_DATA_STORE:
|
49
|
-
return
|
48
|
+
return _jsx(PURE_FlatDataStoreIcon, {});
|
50
49
|
case PACKAGEABLE_ELEMENT_TYPE.DATABASE:
|
51
|
-
return
|
50
|
+
return _jsx(PURE_DatabaseIcon, {});
|
52
51
|
case PACKAGEABLE_ELEMENT_TYPE.MAPPING:
|
53
|
-
return
|
52
|
+
return _jsx(PURE_MappingIcon, {});
|
54
53
|
case PACKAGEABLE_ELEMENT_TYPE.SERVICE:
|
55
|
-
return
|
54
|
+
return _jsx(PURE_ServiceIcon, {});
|
56
55
|
case PACKAGEABLE_ELEMENT_TYPE.CONNECTION:
|
57
|
-
return
|
56
|
+
return _jsx(PURE_ConnectionIcon, {});
|
58
57
|
case PACKAGEABLE_ELEMENT_TYPE.TEMPORARY__LOCAL_CONNECTION:
|
59
|
-
return
|
58
|
+
return _jsx(LinkIcon, {});
|
60
59
|
case PACKAGEABLE_ELEMENT_TYPE.RUNTIME:
|
61
|
-
return
|
60
|
+
return _jsx(PURE_RuntimeIcon, {});
|
62
61
|
case PACKAGEABLE_ELEMENT_TYPE.FILE_GENERATION:
|
63
|
-
return
|
62
|
+
return _jsx(PURE_FileGenerationIcon, {});
|
64
63
|
case PACKAGEABLE_ELEMENT_TYPE.DATA:
|
65
|
-
return
|
64
|
+
return _jsx(PURE_DataIcon, {});
|
66
65
|
case PACKAGEABLE_ELEMENT_TYPE.GENERATION_SPECIFICATION:
|
67
|
-
return
|
66
|
+
return _jsx(PURE_GenerationSpecificationIcon, {});
|
68
67
|
case PACKAGEABLE_ELEMENT_TYPE.SNOWFLAKE_APP:
|
69
|
-
return
|
68
|
+
return _jsx(PURE_SnowflakeAppIcon, {});
|
70
69
|
default: {
|
71
70
|
if (type) {
|
72
71
|
const extraElementIconGetters = editorStore.pluginManager
|
@@ -83,9 +82,9 @@ export const getElementTypeIcon = (type, editorStore, options) => {
|
|
83
82
|
// the type classifier value, but to be fair, this is not a bad way to do it since this acts
|
84
83
|
// as a catch all block, we can check for `abstract` element here
|
85
84
|
if (options?.element instanceof FunctionActivator) {
|
86
|
-
return
|
85
|
+
return _jsx(LaunchIcon, {});
|
87
86
|
}
|
88
|
-
return options?.returnEmptyForUnknown ? null : (
|
87
|
+
return options?.returnEmptyForUnknown ? null : (_jsx(PURE_UnknownElementTypeIcon, {}));
|
89
88
|
}
|
90
89
|
}
|
91
90
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ElementIconUtils.js","sourceRoot":"","sources":["../../src/components/ElementIconUtils.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"ElementIconUtils.js","sourceRoot":"","sources":["../../src/components/ElementIconUtils.tsx"],"names":[],"mappings":"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"}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/LegendStudioAppInfo.tsx";
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -60,13 +59,13 @@ const buildAppExtensionInfoTreeData = (pluginManagerInfo) => {
|
|
60
59
|
const AppExtensionInfoTreeNodeContainer = (props) => {
|
61
60
|
const { node, level, stepPaddingInRem, onNodeSelect } = props;
|
62
61
|
const isExpandable = Boolean(node.childrenIds?.length);
|
63
|
-
const nodeTypeIcon = node.info instanceof PresetInfo ?
|
62
|
+
const nodeTypeIcon = node.info instanceof PresetInfo ? _jsx(BundleIcon, {}) : _jsx(PluginIcon, {});
|
64
63
|
const selectNode = () => onNodeSelect?.(node);
|
65
|
-
const nodeExpandIcon = isExpandable ? (node.isOpen ? (
|
66
|
-
return (
|
64
|
+
const nodeExpandIcon = isExpandable ? (node.isOpen ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronRightIcon, {}))) : (_jsx("div", {}));
|
65
|
+
return (_jsxs("div", { className: "tree-view__node__container", onClick: selectNode, style: {
|
67
66
|
paddingLeft: `${(level - 1) * (stepPaddingInRem ?? 2)}rem`,
|
68
67
|
display: 'flex',
|
69
|
-
}, children: [
|
68
|
+
}, children: [_jsxs("div", { className: "app__info__extensions__tree__node__icon", children: [_jsx("div", { className: "app__info__extensions__tree__node__icon__expand", children: nodeExpandIcon }), _jsx("div", { className: "app__info__extensions__tree__node__icon__type", children: nodeTypeIcon })] }), _jsxs("div", { className: "tree-view__node__label app__info__extensions__tree__node__label", children: [_jsx("div", { className: "app__info__extensions__tree__node__label__title", children: node.label }), _jsx("div", { className: "app__info__extensions__tree__node__label__version", children: _jsx("div", { className: "app__info__extensions__tree__node__label__version__label", children: node.info.version }) })] })] }));
|
70
69
|
};
|
71
70
|
export const LegendStudioAppInfo = (props) => {
|
72
71
|
const { open, closeModal } = props;
|
@@ -99,8 +98,8 @@ export const LegendStudioAppInfo = (props) => {
|
|
99
98
|
?.map((id) => appExtensionInfoTreeData.nodes.get(id))
|
100
99
|
.filter(isNonNullable) ?? [];
|
101
100
|
const isAppExtensionInfoEmpty = !appExtensionInfoTreeData.nodes.size;
|
102
|
-
return (
|
101
|
+
return (_jsx(Dialog, { onClose: closeModal, open: open, children: _jsxs(Modal, { darkMode: !applicationStore.layoutService.TEMPORARY__isLightColorThemeEnabled, className: "modal--scrollable app__info", children: [_jsxs(ModalHeader, { children: [_jsx(ModalTitle, { icon: _jsx(InfoCircleIcon, {}), title: "About" }), _jsxs(ModalHeaderActions, { children: [_jsx("button", { className: "modal__header__action", tabIndex: -1, onClick: copyInfo, title: "Copy application info", children: _jsx(CopyIcon, {}) }), _jsx("button", { className: "modal__header__action", tabIndex: -1, onClick: closeModal, children: _jsx(TimesIcon, {}) })] })] }), _jsxs(ModalBody, { children: [_jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Environment:" }), _jsx("div", { className: "app__info__entry__value", children: config.env })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Version:" }), _jsx("div", { className: "app__info__entry__value", children: config.appVersion })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Revision:" }), _jsx("div", { className: "app__info__entry__value", children: config.appVersionCommitId })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Build Time:" }), _jsx("div", { className: "app__info__entry__value", children: config.appVersionBuildTime })] }), _jsxs("div", { className: "app__info__group", children: [_jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "SDLC Server:" }), _jsx("div", { className: "app__info__entry__value", children: _jsx("a", { href: config.sdlcServerUrl, target: "_blank", rel: "noopener noreferrer", children: config.sdlcServerUrl }) })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Engine Server:" }), _jsx("div", { className: "app__info__entry__value", children: _jsx("a", { href: config.engineServerUrl, target: "_blank", rel: "noopener noreferrer", children: config.engineServerUrl }) })] }), _jsxs("div", { className: "app__info__entry", children: [_jsx("div", { className: "app__info__entry__title", children: "Depot Server:" }), _jsx("div", { className: "app__info__entry__value", children: _jsx("a", { href: config.depotServerUrl, target: "_blank", rel: "noopener noreferrer", children: config.depotServerUrl }) })] })] }), _jsxs("div", { className: "app__info__extensions", children: [_jsx("div", { className: "app__info__extensions__header", children: _jsx("div", { className: "app__info__extensions__header__title", children: "EXTENSIONS" }) }), _jsxs("div", { className: "app__info__extensions__content", children: [isAppExtensionInfoEmpty && (_jsx(BlankPanelContent, { children: "no extensions available" })), !isAppExtensionInfoEmpty && (_jsx(TreeView, { components: {
|
103
102
|
TreeNodeContainer: AppExtensionInfoTreeNodeContainer,
|
104
|
-
}, treeData: appExtensionInfoTreeData, getChildNodes: getAppExtensionInfoTreeChildNodes, onNodeSelect: onAppExtensionInfoTreeNodeSelect, innerProps: {} }
|
103
|
+
}, treeData: appExtensionInfoTreeData, getChildNodes: getAppExtensionInfoTreeChildNodes, onNodeSelect: onAppExtensionInfoTreeNodeSelect, innerProps: {} }))] })] })] })] }) }));
|
105
104
|
};
|
106
105
|
//# sourceMappingURL=LegendStudioAppInfo.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LegendStudioAppInfo.js","sourceRoot":"","sources":["../../src/components/LegendStudioAppInfo.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"LegendStudioAppInfo.js","sourceRoot":"","sources":["../../src/components/LegendStudioAppInfo.tsx"],"names":[],"mappings":"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"}
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/LegendStudioFrameworkProvider.tsx";
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -25,8 +24,8 @@ const LegendStudioBaseStoreContext = createContext(undefined);
|
|
25
24
|
const LegendStudioBaseStoreProvider = ({ children }) => {
|
26
25
|
const applicationStore = useLegendStudioApplicationStore();
|
27
26
|
const baseStore = useLocalObservable(() => new LegendStudioBaseStore(applicationStore));
|
28
|
-
return (
|
27
|
+
return (_jsx(LegendStudioBaseStoreContext.Provider, { value: baseStore, children: children }));
|
29
28
|
};
|
30
29
|
export const useLegendStudioBaseStore = () => guaranteeNonNullable(useContext(LegendStudioBaseStoreContext), `Can't find Legend Studio base store in context`);
|
31
|
-
export const LegendStudioFrameworkProvider = ({ children }) => (
|
30
|
+
export const LegendStudioFrameworkProvider = ({ children }) => (_jsx(ApplicationFrameworkProvider, { children: _jsx(LegendStudioBaseStoreProvider, { children: children }) }));
|
32
31
|
//# sourceMappingURL=LegendStudioFrameworkProvider.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LegendStudioFrameworkProvider.js","sourceRoot":"","sources":["../../src/components/LegendStudioFrameworkProvider.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"LegendStudioFrameworkProvider.js","sourceRoot":"","sources":["../../src/components/LegendStudioFrameworkProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAEL,qBAAqB,GACtB,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EACL,4BAA4B,EAC5B,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AAGnC,MAAM,CAAC,MAAM,+BAA+B,GAC1C,GAAiC,EAAE,CACjC,mBAAmB,EAGhB,CAAC;AAER,MAAM,4BAA4B,GAAG,aAAa,CAEhD,SAAS,CAAC,CAAC;AAEb,MAAM,6BAA6B,GAE9B,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpB,MAAM,gBAAgB,GAAG,+BAA+B,EAAE,CAAC;IAC3D,MAAM,SAAS,GAAG,kBAAkB,CAClC,GAAG,EAAE,CAAC,IAAI,qBAAqB,CAAC,gBAAgB,CAAC,CAClD,CAAC;IACF,OAAO,CACL,KAAC,4BAA4B,CAAC,QAAQ,IAAC,KAAK,EAAE,SAAS,YACpD,QAAQ,GAC6B,CACzC,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAA0B,EAAE,CAClE,oBAAoB,CAClB,UAAU,CAAC,4BAA4B,CAAC,EACxC,gDAAgD,CACjD,CAAC;AAEJ,MAAM,CAAC,MAAM,6BAA6B,GAErC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACrB,KAAC,4BAA4B,cAC3B,KAAC,6BAA6B,cAAE,QAAQ,GAAiC,GAC5C,CAChC,CAAC"}
|
@@ -13,12 +13,12 @@
|
|
13
13
|
* See the License for the specific language governing permissions and
|
14
14
|
* limitations under the License.
|
15
15
|
*/
|
16
|
-
export declare const LegendStudioWebApplicationRouter: (() => import("react/jsx-
|
16
|
+
export declare const LegendStudioWebApplicationRouter: (() => import("react/jsx-runtime").JSX.Element) & {
|
17
17
|
displayName: string;
|
18
18
|
};
|
19
19
|
export declare const LegendStudioWebApplication: ((props: {
|
20
20
|
baseUrl: string;
|
21
|
-
}) => import("react/jsx-
|
21
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
22
22
|
displayName: string;
|
23
23
|
};
|
24
24
|
//# sourceMappingURL=LegendStudioWebApplication.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/LegendStudioWebApplication.tsx";
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -34,9 +33,9 @@ const NotFoundPage = observer(() => {
|
|
34
33
|
const applicationStore = useApplicationStore();
|
35
34
|
const currentPath = applicationStore.navigationService.navigator.getCurrentLocation();
|
36
35
|
const documentation = applicationStore.documentationService.getDocEntry(LEGEND_STUDIO_DOCUMENTATION_KEY.NOT_FOUND_HELP);
|
37
|
-
return (
|
36
|
+
return (_jsx("div", { className: "app__page", children: _jsxs("div", { className: clsx('not-found-screen', {
|
38
37
|
'not-found-screen--no-documentation': !documentation?.markdownText,
|
39
|
-
}), children: [
|
38
|
+
}), children: [_jsxs("div", { className: "not-found-screen__icon", children: [_jsx("div", { className: "not-found-screen__icon__ghost", children: _jsx(GhostIcon, {}) }), _jsx("div", { className: "not-found-screen__icon__shadow", children: _jsx("svg", { viewBox: "0 0 600 400", children: _jsx("g", { transform: "translate(300 200)", children: _jsx("ellipse", { className: "not-found-screen__icon__shadow__inner", rx: "320", ry: "80" }) }) }) })] }), _jsxs("div", { className: "not-found-screen__text-content", children: [_jsx("div", { className: "not-found-screen__text-content__title", children: "404. Not Found" }), _jsxs("div", { className: "not-found-screen__text-content__detail", children: ["The requested URL", _jsx("span", { className: "not-found-screen__text-content__detail__url", children: applicationStore.navigationService.navigator.generateAddress(currentPath) }), "was not found in the application"] })] }), documentation?.markdownText && (_jsx("div", { className: "not-found-screen__documentation", children: _jsx(MarkdownTextViewer, { value: documentation.markdownText, className: "markdown-content--page" }) }))] }) }));
|
40
39
|
});
|
41
40
|
export const LegendStudioWebApplicationRouter = observer(() => {
|
42
41
|
const baseStore = useLegendStudioBaseStore();
|
@@ -47,14 +46,14 @@ export const LegendStudioWebApplicationRouter = observer(() => {
|
|
47
46
|
useEffect(() => {
|
48
47
|
flowResult(baseStore.initialize()).catch(applicationStore.alertUnhandledError);
|
49
48
|
}, [applicationStore, baseStore]);
|
50
|
-
return (
|
49
|
+
return (_jsx("div", { className: "app", children: baseStore.initState.hasCompleted && (_jsxs(_Fragment, { children: [baseStore.isSDLCAuthorized === undefined && (_jsx(_Fragment, { children: _jsxs(Switch, { children: [_jsx(Route, { exact: true, path: [
|
51
50
|
LEGEND_STUDIO_SDLC_BYPASSED_ROUTE_PATTERN.VIEW_BY_GAV,
|
52
51
|
LEGEND_STUDIO_SDLC_BYPASSED_ROUTE_PATTERN.VIEW_BY_GAV_ENTITY,
|
53
52
|
], component:
|
54
53
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
55
|
-
ProjectViewer }
|
54
|
+
ProjectViewer }), _jsx(Route, { exact: true, path: LEGEND_STUDIO_SDLC_BYPASSED_ROUTE_PATTERN.SHOWCASE_PROJECT, component:
|
56
55
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
57
|
-
ShowcaseViewer }
|
56
|
+
ShowcaseViewer }), _jsx(Route, { children: _jsx(NotFoundPage, {}) })] }) })), baseStore.isSDLCAuthorized && (_jsx(_Fragment, { children: _jsxs(Switch, { children: [_jsx(Route, { exact: true, path: [
|
58
57
|
LEGEND_STUDIO_ROUTE_PATTERN.VIEW,
|
59
58
|
LEGEND_STUDIO_ROUTE_PATTERN.VIEW_BY_ENTITY,
|
60
59
|
LEGEND_STUDIO_ROUTE_PATTERN.VIEW_BY_REVISION,
|
@@ -63,9 +62,9 @@ export const LegendStudioWebApplicationRouter = observer(() => {
|
|
63
62
|
LEGEND_STUDIO_ROUTE_PATTERN.VIEW_BY_VERSION_ENTITY,
|
64
63
|
], component:
|
65
64
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
66
|
-
ProjectViewer }
|
65
|
+
ProjectViewer }), _jsx(Route, { exact: true, path: LEGEND_STUDIO_ROUTE_PATTERN.REVIEW, component:
|
67
66
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
68
|
-
ProjectReviewer }
|
67
|
+
ProjectReviewer }), _jsx(Route, { exact: true, strict: true, path: [
|
69
68
|
LEGEND_STUDIO_ROUTE_PATTERN.EDIT_GROUP_WORKSPACE,
|
70
69
|
LEGEND_STUDIO_ROUTE_PATTERN.EDIT_PATCH_GROUP_WORKSPACE,
|
71
70
|
LEGEND_STUDIO_ROUTE_PATTERN.EDIT_GROUP_WORKSPACE_ENTITY,
|
@@ -76,12 +75,12 @@ export const LegendStudioWebApplicationRouter = observer(() => {
|
|
76
75
|
LEGEND_STUDIO_ROUTE_PATTERN.EDIT_PATCH_WORKSPACE_ENTITY,
|
77
76
|
], component:
|
78
77
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
79
|
-
Editor }
|
78
|
+
Editor }), _jsx(Route, { exact: true, strict: true, path: [
|
80
79
|
LEGEND_STUDIO_ROUTE_PATTERN.TEXT_GROUP_WORKSPACE,
|
81
80
|
LEGEND_STUDIO_ROUTE_PATTERN.TEXT_WORKSPACE,
|
82
81
|
], component:
|
83
82
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
84
|
-
LazyTextEditor }
|
83
|
+
LazyTextEditor }), _jsx(Route, { exact: true, path: [
|
85
84
|
// root path will lead to setup page (home page)
|
86
85
|
'/',
|
87
86
|
LEGEND_STUDIO_ROUTE_PATTERN.SETUP_WORKSPACE,
|
@@ -90,12 +89,12 @@ export const LegendStudioWebApplicationRouter = observer(() => {
|
|
90
89
|
LEGEND_STUDIO_ROUTE_PATTERN.SETUP_PATCH_GROUP_WORKSPACE,
|
91
90
|
], component:
|
92
91
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
93
|
-
WorkspaceSetup }
|
92
|
+
WorkspaceSetup }), extraApplicationPageEntries.map((entry) => (_jsx(Route, { exact: true, path: entry.addressPatterns.map(generateExtensionUrlPattern), component:
|
94
93
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
95
|
-
entry.renderer }, entry.key
|
94
|
+
entry.renderer }, entry.key))), _jsx(Route, { children: _jsx(NotFoundPage, {}) })] }) }))] })) }));
|
96
95
|
});
|
97
96
|
export const LegendStudioWebApplication = observer((props) => {
|
98
97
|
const { baseUrl } = props;
|
99
|
-
return (
|
98
|
+
return (_jsx(BrowserEnvironmentProvider, { baseUrl: baseUrl, children: _jsx(LegendStudioFrameworkProvider, { children: _jsx(LegendStudioWebApplicationRouter, {}) }) }));
|
100
99
|
});
|
101
100
|
//# sourceMappingURL=LegendStudioWebApplication.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"LegendStudioWebApplication.js","sourceRoot":"","sources":["../../src/components/LegendStudioWebApplication.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"LegendStudioWebApplication.js","sourceRoot":"","sources":["../../src/components/LegendStudioWebApplication.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 ShowcaseManager: (() => import("react/jsx-
|
16
|
+
export declare const ShowcaseManager: (() => import("react/jsx-runtime").JSX.Element | null) & {
|
17
17
|
displayName: string;
|
18
18
|
};
|
19
19
|
//# sourceMappingURL=ShowcaseManager.d.ts.map
|