@finos/legend-application-studio 28.17.10 → 28.17.12
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/application/LegendStudio.js +2 -3
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/components/ElementIconUtils.js +23 -24
- package/lib/components/ElementIconUtils.js.map +1 -1
- package/lib/components/LegendStudioAppInfo.js +7 -8
- package/lib/components/LegendStudioAppInfo.js.map +1 -1
- package/lib/components/LegendStudioFrameworkProvider.js +3 -4
- package/lib/components/LegendStudioFrameworkProvider.js.map +1 -1
- package/lib/components/LegendStudioWebApplication.d.ts +2 -2
- package/lib/components/LegendStudioWebApplication.js +13 -14
- package/lib/components/LegendStudioWebApplication.js.map +1 -1
- package/lib/components/ShowcaseManager.d.ts +1 -1
- package/lib/components/ShowcaseManager.js +29 -30
- package/lib/components/ShowcaseManager.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts +1 -1
- package/lib/components/editor/ActivityBar.js +27 -28
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.js +8 -9
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/EditorStoreProvider.js +3 -4
- package/lib/components/editor/EditorStoreProvider.js.map +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.d.ts +1 -1
- package/lib/components/editor/EmbeddedQueryBuilder.js +5 -6
- package/lib/components/editor/EmbeddedQueryBuilder.js.map +1 -1
- package/lib/components/editor/QuickInput.d.ts +1 -1
- package/lib/components/editor/QuickInput.js +5 -6
- package/lib/components/editor/QuickInput.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts +1 -1
- package/lib/components/editor/StatusBar.js +11 -12
- package/lib/components/editor/StatusBar.js.map +1 -1
- package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js +2 -3
- package/lib/components/editor/__test-utils__/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.js +4 -5
- package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.d.ts +1 -1
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.js +2 -3
- package/lib/components/editor/editor-group/ArtifactGenerationViewer.js.map +1 -1
- package/lib/components/editor/editor-group/EditorGroup.d.ts +1 -1
- package/lib/components/editor/editor-group/EditorGroup.js +39 -40
- package/lib/components/editor/editor-group/EditorGroup.js.map +1 -1
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.js +11 -12
- package/lib/components/editor/editor-group/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/GrammarTextEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/GrammarTextEditor.js +4 -5
- package/lib/components/editor/editor-group/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/editor-group/ModelImporter.d.ts +1 -1
- package/lib/components/editor/editor-group/ModelImporter.js +14 -15
- package/lib/components/editor/editor-group/ModelImporter.js.map +1 -1
- package/lib/components/editor/editor-group/ProtocolValueBuilder.d.ts +1 -1
- package/lib/components/editor/editor-group/ProtocolValueBuilder.js +14 -15
- package/lib/components/editor/editor-group/ProtocolValueBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/RuntimeEditor.d.ts +4 -4
- package/lib/components/editor/editor-group/RuntimeEditor.js +29 -30
- package/lib/components/editor/editor-group/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/editor-group/UnsupportedElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/UnsupportedElementEditor.js +3 -4
- package/lib/components/editor/editor-group/UnsupportedElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js +9 -10
- package/lib/components/editor/editor-group/connection-editor/ConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js +10 -11
- package/lib/components/editor/editor-group/connection-editor/DatabaseBuilderWizard.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js +10 -11
- package/lib/components/editor/editor-group/connection-editor/DatabaseEditorHelper.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.d.ts +3 -3
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js +5 -6
- package/lib/components/editor/editor-group/connection-editor/DatabaseModelBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js +13 -14
- package/lib/components/editor/editor-group/connection-editor/DatabaseSchemaExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js +2 -3
- package/lib/components/editor/editor-group/connection-editor/FlatDataConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js +54 -55
- package/lib/components/editor/editor-group/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +7 -8
- package/lib/components/editor/editor-group/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.js +6 -7
- package/lib/components/editor/editor-group/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.d.ts +5 -5
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js +17 -18
- package/lib/components/editor/editor-group/data-editor/EmbeddedDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js +9 -10
- package/lib/components/editor/editor-group/data-editor/RelationalCSVDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js +5 -6
- package/lib/components/editor/editor-group/database/IsolatedQueryDatabase.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js +10 -11
- package/lib/components/editor/editor-group/diff-editor/EntityChangeConflictEditor.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.d.ts +2 -2
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js +5 -6
- package/lib/components/editor/editor-group/diff-editor/EntityDiffView.js.map +1 -1
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.d.ts +1 -1
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js +2 -3
- package/lib/components/editor/editor-group/diff-editor/ProjectConfigDiffView.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js +5 -6
- package/lib/components/editor/editor-group/element-generation-editor/ElementGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.d.ts +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js +2 -3
- package/lib/components/editor/editor-group/element-generation-editor/ElementNativeView.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js +6 -7
- package/lib/components/editor/editor-group/element-generation-editor/ElementXTGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js +26 -27
- package/lib/components/editor/editor-group/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.d.ts +3 -3
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js +12 -13
- package/lib/components/editor/editor-group/element-generation-editor/FileSystemViewer.js.map +1 -1
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.d.ts +6 -6
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js +16 -17
- package/lib/components/editor/editor-group/end-to-end-flow-editor/ConnectionToQueryWorkflowEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +10 -11
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +2 -3
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +2 -3
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +15 -16
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +5 -6
- package/lib/components/editor/editor-group/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js +38 -39
- package/lib/components/editor/editor-group/function-activator/FunctionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js +12 -13
- package/lib/components/editor/editor-group/function-activator/HostedServiceFunctionActivatorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js +3 -4
- package/lib/components/editor/editor-group/function-activator/INTERNAL__UnknownFunctionActivatorEdtior.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js +5 -6
- package/lib/components/editor/editor-group/function-activator/SnowflakeAppFunctionActivatorEditor.js.map +1 -1
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js +32 -33
- package/lib/components/editor/editor-group/function-activator/testable/FunctionTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/ClassMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js +10 -11
- package/lib/components/editor/editor-group/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js +6 -7
- package/lib/components/editor/editor-group/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js +7 -8
- package/lib/components/editor/editor-group/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +5 -6
- package/lib/components/editor/editor-group/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js +19 -20
- package/lib/components/editor/editor-group/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.d.ts +7 -7
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js +24 -25
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/MappingExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js +29 -30
- package/lib/components/editor/editor-group/mapping-editor/MappingTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.d.ts +2 -2
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js +11 -12
- package/lib/components/editor/editor-group/mapping-editor/MappingTestsExplorer.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js +14 -15
- package/lib/components/editor/editor-group/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js +9 -10
- package/lib/components/editor/editor-group/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/TypeTree.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/TypeTree.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.d.ts +8 -8
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js +21 -22
- package/lib/components/editor/editor-group/mapping-editor/legacy/DEPRECATED__MappingTestEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js +4 -5
- package/lib/components/editor/editor-group/mapping-editor/legacy/MappingTestMigrationTool.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js +10 -11
- package/lib/components/editor/editor-group/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js +8 -9
- package/lib/components/editor/editor-group/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js +21 -22
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js +26 -27
- package/lib/components/editor/editor-group/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js +10 -11
- package/lib/components/editor/editor-group/service-editor/BulkServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.js +5 -6
- package/lib/components/editor/editor-group/service-editor/NewServiceModal.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.js +24 -25
- package/lib/components/editor/editor-group/service-editor/ServiceEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.d.ts +3 -3
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js +32 -33
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js +10 -11
- package/lib/components/editor/editor-group/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js +12 -13
- package/lib/components/editor/editor-group/service-editor/ServicePostValidationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js +11 -12
- package/lib/components/editor/editor-group/service-editor/ServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.d.ts +7 -7
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js +29 -30
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js +5 -6
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestableEditor.js.map +1 -1
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js +22 -23
- package/lib/components/editor/editor-group/service-editor/testable/ServiceTestsEditor.js.map +1 -1
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.d.ts +5 -5
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.js +30 -31
- package/lib/components/editor/editor-group/testable/TestableSharedComponents.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.d.ts +2 -2
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.js +30 -31
- package/lib/components/editor/editor-group/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js +10 -11
- package/lib/components/editor/editor-group/uml-editor/ClassQueryBuilder.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js +7 -8
- package/lib/components/editor/editor-group/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js +6 -7
- package/lib/components/editor/editor-group/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js +6 -7
- package/lib/components/editor/editor-group/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js +9 -10
- package/lib/components/editor/editor-group/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.d.ts +1 -1
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.js +2 -3
- package/lib/components/editor/editor-group/uml-editor/UMLEditor.js.map +1 -1
- package/lib/components/editor/panel-group/ConsolePanel.d.ts +1 -1
- package/lib/components/editor/panel-group/ConsolePanel.js +2 -3
- package/lib/components/editor/panel-group/ConsolePanel.js.map +1 -1
- package/lib/components/editor/panel-group/DevToolPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/DevToolPanel.js +6 -7
- package/lib/components/editor/panel-group/DevToolPanel.js.map +1 -1
- package/lib/components/editor/panel-group/PanelGroup.d.ts +1 -1
- package/lib/components/editor/panel-group/PanelGroup.js +5 -6
- package/lib/components/editor/panel-group/PanelGroup.js.map +1 -1
- package/lib/components/editor/panel-group/ProblemsPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/ProblemsPanel.js +5 -6
- package/lib/components/editor/panel-group/ProblemsPanel.js.map +1 -1
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.d.ts +1 -1
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.js +18 -19
- package/lib/components/editor/panel-group/SQLPlaygroundPanel.js.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +2 -2
- package/lib/components/editor/side-bar/CreateNewElementModal.js +26 -27
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts +1 -1
- package/lib/components/editor/side-bar/Explorer.js +36 -37
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -1
- package/lib/components/editor/side-bar/LocalChanges.js +12 -13
- package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts +2 -2
- package/lib/components/editor/side-bar/ProjectOverview.js +28 -29
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/RegisterService.d.ts +1 -1
- package/lib/components/editor/side-bar/RegisterService.js +17 -18
- package/lib/components/editor/side-bar/RegisterService.js.map +1 -1
- package/lib/components/editor/side-bar/SideBar.d.ts +1 -1
- package/lib/components/editor/side-bar/SideBar.js +12 -13
- package/lib/components/editor/side-bar/SideBar.js.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.js +27 -28
- package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts +2 -2
- package/lib/components/editor/side-bar/WorkspaceReview.js +8 -9
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +9 -10
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +6 -7
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +6 -7
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.d.ts +1 -1
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js +6 -7
- package/lib/components/editor/side-bar/end-to-end-workflow/EndToEndWorkflows.js.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +2 -2
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +32 -33
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +3 -4
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +7 -8
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/lazy-text-editor/LazyTextEditor.js +10 -11
- package/lib/components/lazy-text-editor/LazyTextEditor.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewSideBar.d.ts +1 -1
- package/lib/components/project-reviewer/ProjectReviewSideBar.js +7 -8
- package/lib/components/project-reviewer/ProjectReviewSideBar.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js +3 -4
- package/lib/components/project-reviewer/ProjectReviewStoreProvider.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewer.js +5 -6
- package/lib/components/project-reviewer/ProjectReviewer.js.map +1 -1
- package/lib/components/project-reviewer/ProjectReviewerPanel.d.ts +1 -1
- package/lib/components/project-reviewer/ProjectReviewerPanel.js +9 -10
- package/lib/components/project-reviewer/ProjectReviewerPanel.js.map +1 -1
- package/lib/components/project-view/ProjectViewer.js +23 -24
- package/lib/components/project-view/ProjectViewer.js.map +1 -1
- package/lib/components/project-view/ProjectViewerStoreProvider.js +3 -4
- package/lib/components/project-view/ProjectViewerStoreProvider.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewer.js +19 -20
- package/lib/components/showcase/ShowcaseViewer.js.map +1 -1
- package/lib/components/showcase/ShowcaseViewerStoreProvider.js +3 -4
- package/lib/components/showcase/ShowcaseViewerStoreProvider.js.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.d.ts +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js +15 -16
- package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.js +7 -8
- package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -1
- package/lib/components/workspace-setup/ProjectSelectorUtils.js +6 -7
- package/lib/components/workspace-setup/ProjectSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js +2 -3
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +27 -28
- package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js +8 -5
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js +2 -2
- package/lib/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.js.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +4 -3
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js +10 -8
- package/lib/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -1
- package/package.json +12 -12
- package/src/stores/editor/editor-state/element-editor-state/RuntimeEditorState.ts +10 -7
- package/src/stores/editor/editor-state/element-editor-state/function-activator/testable/FunctionTestableState.ts +2 -2
- package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +4 -2
- package/src/stores/graph-modifier/DSL_Mapping_GraphModifierHelper.ts +14 -12
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ProfileEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/ProfileEditor.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"ProfileEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/ProfileEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -18,7 +18,7 @@ export declare const PropertyEditor: ((props: {
|
|
18
18
|
property: AbstractProperty;
|
19
19
|
deselectProperty: () => void;
|
20
20
|
isReadOnly: boolean;
|
21
|
-
}) => import("react/jsx-
|
21
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
22
22
|
displayName: string;
|
23
23
|
};
|
24
24
|
//# sourceMappingURL=PropertyEditor.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/uml-editor/PropertyEditor.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
|
*
|
@@ -97,15 +96,15 @@ export const PropertyEditor = observer((props) => {
|
|
97
96
|
isStereotypeDragOver: monitor.isOver({ shallow: true }),
|
98
97
|
}),
|
99
98
|
}), [handleDropStereotype]);
|
100
|
-
return (
|
99
|
+
return (_jsx("div", { className: "uml-element-editor property-editor", children: _jsxs("div", { "data-testid": LEGEND_STUDIO_TEST_ID.PANEL, className: "panel", children: [_jsxs("div", { className: "panel__header", children: [_jsxs("div", { className: "panel__header__title", children: [isReadOnly && (_jsx("div", { className: "uml-element-editor__header__lock", children: _jsx(LockIcon, {}) })), _jsx("div", { className: "panel__header__title__label", children: "property" }), _jsx("div", { className: "panel__header__title__content", children: property.name })] }), _jsx("div", { className: "panel__header__actions", children: _jsx("button", { className: "panel__header__action", onClick: deselectProperty, tabIndex: -1, title: "Close", children: _jsx(TimesIcon, {}) }) })] }), _jsxs("div", { className: "panel__header uml-element-editor__tabs__header", children: [_jsx("div", { className: "uml-element-editor__tabs", children: tabs.map((tab) => (_jsx("div", { onClick: changeTab(tab), className: clsx('uml-element-editor__tab', {
|
101
100
|
'uml-element-editor__tab--active': tab === selectedTab,
|
102
|
-
}), children: prettyCONSTName(tab) }, tab
|
101
|
+
}), children: prettyCONSTName(tab) }, tab))) }), _jsx("div", { className: "panel__header__actions", children: _jsx("button", { className: "panel__header__action", disabled: isReadOnly ||
|
103
102
|
![
|
104
103
|
UML_EDITOR_TAB.TAGGED_VALUES,
|
105
104
|
UML_EDITOR_TAB.STEREOTYPES,
|
106
|
-
].includes(selectedTab), onClick: addValue, tabIndex: -1, title: addButtonTitle, children:
|
107
|
-
property instanceof Property && (
|
105
|
+
].includes(selectedTab), onClick: addValue, tabIndex: -1, title: addButtonTitle, children: _jsx(PlusIcon, {}) }) })] }), _jsxs(PanelContent, { children: [selectedTab === UML_EDITOR_TAB.PROPERTY_AGGREGATION &&
|
106
|
+
property instanceof Property && (_jsx(PanelForm, { children: _jsxs(PanelFormSection, { children: [_jsx("div", { className: "panel__content__form__section__header__label", children: "Aggregation Kind" }), _jsx(CustomSelectorInput, { className: "panel__content__form__section__dropdown", options: Object.values(AggregationKind).map(buildAggregationKindOption), onChange: (option) => property_setAggregationKind(property, option?.value), value: property.aggregation
|
108
107
|
? buildAggregationKindOption(property.aggregation)
|
109
|
-
: null, escapeClearsValue: true, isClearable: true, disable: isReadOnly }
|
108
|
+
: null, escapeClearsValue: true, isClearable: true, disable: isReadOnly })] }) })), selectedTab === UML_EDITOR_TAB.TAGGED_VALUES && (_jsx(PanelDropZone, { isDragOver: isTaggedValueDragOver && !isReadOnly, dropTargetConnector: dropTaggedValueRef, children: _jsxs(PanelContentLists, { children: [_jsx(TaggedValueDragPreviewLayer, {}), property.taggedValues.map((taggedValue) => (_jsx(TaggedValueEditor, { annotatedElement: property, taggedValue: taggedValue, deleteValue: _deleteTaggedValue(taggedValue), isReadOnly: isReadOnly }, taggedValue._UUID)))] }) })), selectedTab === UML_EDITOR_TAB.STEREOTYPES && (_jsx(PanelDropZone, { isDragOver: isStereotypeDragOver && !isReadOnly, dropTargetConnector: dropStereotypeRef, children: _jsxs(PanelContentLists, { children: [_jsx(StereotypeDragPreviewLayer, {}), property.stereotypes.map((stereotype) => (_jsx(StereotypeSelector, { annotatedElement: property, stereotype: stereotype, deleteStereotype: _deleteStereotype(stereotype), isReadOnly: isReadOnly }, stereotype.value._UUID)))] }) }))] })] }) }));
|
110
109
|
});
|
111
110
|
//# sourceMappingURL=PropertyEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PropertyEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/PropertyEditor.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"PropertyEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/PropertyEditor.tsx"],"names":[],"mappings":"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"}
|
@@ -26,7 +26,7 @@ export declare const StereotypeSelector: ((props: {
|
|
26
26
|
deleteStereotype: () => void;
|
27
27
|
isReadOnly: boolean;
|
28
28
|
darkTheme?: boolean;
|
29
|
-
}) => import("react/jsx-
|
29
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
30
30
|
displayName: string;
|
31
31
|
};
|
32
32
|
//# sourceMappingURL=StereotypeSelector.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/uml-editor/StereotypeSelector.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
|
*
|
@@ -24,9 +23,9 @@ import { annotatedElement_swapStereotypes, stereotypeReference_setValue, } from
|
|
24
23
|
import { buildElementOption, } from '@finos/legend-lego/graph-editor';
|
25
24
|
import { useDrop, useDrag } from 'react-dnd';
|
26
25
|
export const STEREOTYPE_DND_TYPE = 'STEREOTYPE';
|
27
|
-
export const StereotypeDragPreviewLayer = () => (
|
26
|
+
export const StereotypeDragPreviewLayer = () => (_jsx(DragPreviewLayer, { labelGetter: (item) => isStubbed_PackageableElement(item.stereotype.ownerReference.value)
|
28
27
|
? '(unknown)'
|
29
|
-
: `${item.stereotype.ownerReference.value.name}.${item.stereotype.value.value}`, types: [STEREOTYPE_DND_TYPE] }
|
28
|
+
: `${item.stereotype.ownerReference.value.name}.${item.stereotype.value.value}`, types: [STEREOTYPE_DND_TYPE] }));
|
30
29
|
export const StereotypeSelector = observer((props) => {
|
31
30
|
const ref = useRef(null);
|
32
31
|
const handleRef = useRef(null);
|
@@ -87,10 +86,10 @@ export const StereotypeSelector = observer((props) => {
|
|
87
86
|
dragConnector(handleRef);
|
88
87
|
dropConnector(ref);
|
89
88
|
useDragPreviewLayer(dragPreviewConnector);
|
90
|
-
return (
|
89
|
+
return (_jsxs(PanelDnDEntry, { ref: ref, className: "stereotype-selector__container", placeholder: _jsx("div", { className: "dnd__placeholder--light" }), showPlaceholder: isBeingDragged, children: [_jsx(PanelEntryDragHandle, { dragSourceConnector: handleRef, isDragging: isBeingDragged }), _jsxs("div", { className: clsx('stereotype-selector', {
|
91
90
|
'stereotype-selector--dark': darkTheme,
|
92
|
-
}), children: [
|
91
|
+
}), children: [_jsxs("div", { className: "stereotype-selector__profile", children: [_jsx(CustomSelectorInput, { className: "stereotype-selector__profile__selector", disabled: isReadOnly, options: profileOptions, onChange: changeProfile, value: selectedProfile, placeholder: "Choose a profile", filterOption: filterOption, darkMode: Boolean(darkTheme) }), _jsx("button", { className: "stereotype-selector__profile__visit-btn", disabled: isStubbed_PackageableElement(stereotype.value._OWNER), onClick: visitProfile, tabIndex: -1, title: "Visit profile", children: _jsx(ArrowCircleRightIcon, {}) })] }), _jsx(CustomSelectorInput, { className: "stereotype-selector__stereotype", disabled: isReadOnly, options: stereotypeOptions, onChange: updateStereotype, value: selectedStereotype, placeholder: "Choose a stereotype", filterOption: stereotypeFilterOption, darkMode: Boolean(darkTheme) }), !isReadOnly && (_jsx("button", { className: clsx('uml-element-editor__remove-btn', {
|
93
92
|
'btn--dark btn--caution': darkTheme,
|
94
|
-
}), disabled: isReadOnly, onClick: deleteStereotype, tabIndex: -1, title: "Remove", children:
|
93
|
+
}), disabled: isReadOnly, onClick: deleteStereotype, tabIndex: -1, title: "Remove", children: _jsx(TimesIcon, {}) }))] })] }));
|
95
94
|
});
|
96
95
|
//# sourceMappingURL=StereotypeSelector.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"StereotypeSelector.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/StereotypeSelector.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"StereotypeSelector.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/StereotypeSelector.tsx"],"names":[],"mappings":"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"}
|
@@ -26,7 +26,7 @@ export declare const TaggedValueEditor: ((props: {
|
|
26
26
|
deleteValue: () => void;
|
27
27
|
isReadOnly: boolean;
|
28
28
|
darkTheme?: boolean;
|
29
|
-
}) => import("react/jsx-
|
29
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
30
30
|
displayName: string;
|
31
31
|
};
|
32
32
|
//# sourceMappingURL=TaggedValueEditor.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/uml-editor/TaggedValueEditor.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
|
*
|
@@ -24,9 +23,9 @@ import { taggedValue_setValue, taggedValue_setTag, annotatedElement_swapTaggedVa
|
|
24
23
|
import { buildElementOption, } from '@finos/legend-lego/graph-editor';
|
25
24
|
import { useDrop, useDrag } from 'react-dnd';
|
26
25
|
export const TAGGED_VALUE_DND_TYPE = 'TAGGED_VALUE';
|
27
|
-
export const TaggedValueDragPreviewLayer = () => (
|
26
|
+
export const TaggedValueDragPreviewLayer = () => (_jsx(DragPreviewLayer, { labelGetter: (item) => isStubbed_PackageableElement(item.taggedValue.tag.ownerReference.value)
|
28
27
|
? '(unknown)'
|
29
|
-
: `${item.taggedValue.tag.ownerReference.value.name}.${item.taggedValue.tag.value.value}`, types: [TAGGED_VALUE_DND_TYPE] }
|
28
|
+
: `${item.taggedValue.tag.ownerReference.value.name}.${item.taggedValue.tag.value.value}`, types: [TAGGED_VALUE_DND_TYPE] }));
|
30
29
|
export const TaggedValueEditor = observer((props) => {
|
31
30
|
const ref = useRef(null);
|
32
31
|
const handleRef = useRef(null);
|
@@ -96,16 +95,16 @@ export const TaggedValueEditor = observer((props) => {
|
|
96
95
|
dragConnector(handleRef);
|
97
96
|
dropConnector(ref);
|
98
97
|
useDragPreviewLayer(dragPreviewConnector);
|
99
|
-
return (
|
98
|
+
return (_jsxs(PanelDnDEntry, { ref: ref, className: "tagged-value-editor__container", showPlaceholder: isBeingDragged, placeholder: _jsx("div", { className: "dnd__placeholder--light" }), children: [_jsx(PanelEntryDragHandle, { dragSourceConnector: handleRef, isDragging: isBeingDragged }), _jsxs("div", { className: clsx('tagged-value-editor', {
|
100
99
|
'tagged-value-editor--dark': darkTheme,
|
101
|
-
}), children: [
|
100
|
+
}), children: [_jsxs("div", { className: "tagged-value-editor__profile", children: [_jsx(CustomSelectorInput, { className: "tagged-value-editor__profile__selector", disabled: isReadOnly, options: profileOptions, onChange: changeProfile, value: selectedProfile, placeholder: "Choose a profile", filterOption: profileFilterOption, darkMode: Boolean(darkTheme) }), _jsx("button", { className: "tagged-value-editor__profile__visit-btn", disabled: isStubbed_PackageableElement(taggedValue.tag.value._OWNER), onClick: visitProfile, tabIndex: -1, title: "Visit profile", children: _jsx(ArrowCircleRightIcon, {}) })] }), _jsx(CustomSelectorInput, { className: "tagged-value-editor__tag", disabled: isReadOnly, options: tagOptions, onChange: changeTag, value: selectedTag, placeholder: "Choose a tag", filterOption: tagFilterOption, darkMode: Boolean(darkTheme) }), !isReadOnly && (_jsx("button", { className: clsx('uml-element-editor__remove-btn', {
|
102
101
|
'btn--dark btn--caution': darkTheme,
|
103
|
-
}), disabled: isReadOnly, onClick: deleteValue, tabIndex: -1, title: "Remove", children:
|
102
|
+
}), disabled: isReadOnly, onClick: deleteValue, tabIndex: -1, title: "Remove", children: _jsx(TimesIcon, {}) })), _jsxs("div", { className: clsx('tagged-value-editor__value', {
|
104
103
|
'tagged-value-editor__value__expanded': isExpanded,
|
105
|
-
}), children: [isExpanded && (
|
104
|
+
}), children: [isExpanded && (_jsx("textarea", { className: clsx('tagged-value-editor__value__input', {
|
106
105
|
'input--dark': darkTheme,
|
107
|
-
}), spellCheck: false, disabled: isReadOnly, value: taggedValue.value, onChange: changeValue, placeholder: "Value" }
|
106
|
+
}), spellCheck: false, disabled: isReadOnly, value: taggedValue.value, onChange: changeValue, placeholder: "Value" })), !isExpanded && (_jsx("input", { className: clsx('tagged-value-editor__value__input', {
|
108
107
|
'input--dark': darkTheme,
|
109
|
-
}), spellCheck: false, disabled: isReadOnly, value: taggedValue.value, onChange: changeValue, placeholder: "Value" }
|
108
|
+
}), spellCheck: false, disabled: isReadOnly, value: taggedValue.value, onChange: changeValue, placeholder: "Value" })), _jsx("button", { className: "tagged-value-editor__value__expand-btn", onClick: toggleExpandedMode, tabIndex: -1, title: "Expand/Collapse", children: isExpanded ? _jsx(LongArrowAltUpIcon, {}) : _jsx(MoreVerticalIcon, {}) })] })] })] }));
|
110
109
|
});
|
111
110
|
//# sourceMappingURL=TaggedValueEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TaggedValueEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/TaggedValueEditor.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"TaggedValueEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/TaggedValueEditor.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 UMLEditor: (() => import("react/jsx-
|
16
|
+
export declare const UMLEditor: (() => import("react/jsx-runtime").JSX.Element) & {
|
17
17
|
displayName: string;
|
18
18
|
};
|
19
19
|
//# sourceMappingURL=UMLEditor.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/editor-group/uml-editor/UMLEditor.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
|
*
|
@@ -27,6 +26,6 @@ export const UMLEditor = observer(() => {
|
|
27
26
|
const editorStore = useEditorStore();
|
28
27
|
const umlEditorState = editorStore.tabManagerState.getCurrentEditorState(UMLEditorState);
|
29
28
|
const currentElement = umlEditorState.element;
|
30
|
-
return (
|
29
|
+
return (_jsxs("div", { className: "uml-editor", children: [currentElement instanceof Class && (_jsx(ClassEditor, { _class: currentElement })), currentElement instanceof Enumeration && (_jsx(EnumerationEditor, { enumeration: currentElement })), currentElement instanceof Association && (_jsx(AssociationEditor, { association: currentElement })), currentElement instanceof Profile && (_jsx(ProfileEditor, { profile: currentElement }))] }));
|
31
30
|
});
|
32
31
|
//# sourceMappingURL=UMLEditor.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"UMLEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/UMLEditor.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"UMLEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/editor-group/uml-editor/UMLEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,+EAA+E,CAAC;AAC/G,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE/E,MAAM,CAAC,MAAM,SAAS,GAAG,QAAQ,CAAC,GAAG,EAAE;IACrC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,cAAc,GAClB,WAAW,CAAC,eAAe,CAAC,qBAAqB,CAAC,cAAc,CAAC,CAAC;IACpE,MAAM,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC;IAE9C,OAAO,CACL,eAAK,SAAS,EAAC,YAAY,aACxB,cAAc,YAAY,KAAK,IAAI,CAClC,KAAC,WAAW,IAAC,MAAM,EAAE,cAAc,GAAI,CACxC,EACA,cAAc,YAAY,WAAW,IAAI,CACxC,KAAC,iBAAiB,IAAC,WAAW,EAAE,cAAc,GAAI,CACnD,EACA,cAAc,YAAY,WAAW,IAAI,CACxC,KAAC,iBAAiB,IAAC,WAAW,EAAE,cAAc,GAAI,CACnD,EACA,cAAc,YAAY,OAAO,IAAI,CACpC,KAAC,aAAa,IAAC,OAAO,EAAE,cAAc,GAAI,CAC3C,IACG,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
@@ -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 ConsolePanel: (() => import("react/jsx-
|
16
|
+
export declare const ConsolePanel: (() => import("react/jsx-runtime").JSX.Element) & {
|
17
17
|
displayName: string;
|
18
18
|
};
|
19
19
|
//# sourceMappingURL=ConsolePanel.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/panel-group/ConsolePanel.tsx";
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
3
2
|
/**
|
4
3
|
* Copyright (c) 2020-present, Goldman Sachs
|
5
4
|
*
|
@@ -19,5 +18,5 @@ import { Panel, PanelContent } from '@finos/legend-art';
|
|
19
18
|
import { observer } from 'mobx-react-lite';
|
20
19
|
// TODO: add `xterm/monaco-editor` so we have a stream/log
|
21
20
|
// See https://github.com/finos/legend-studio/issues/273
|
22
|
-
export const ConsolePanel = observer(() => (
|
21
|
+
export const ConsolePanel = observer(() => (_jsx(Panel, { className: "console-panel", children: _jsx(PanelContent, { className: "console-panel__content" }) })));
|
23
22
|
//# sourceMappingURL=ConsolePanel.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ConsolePanel.js","sourceRoot":"","sources":["../../../../src/components/editor/panel-group/ConsolePanel.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"ConsolePanel.js","sourceRoot":"","sources":["../../../../src/components/editor/panel-group/ConsolePanel.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAE3C,0DAA0D;AAC1D,wDAAwD;AACxD,MAAM,CAAC,MAAM,YAAY,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,CACzC,KAAC,KAAK,IAAC,SAAS,EAAC,eAAe,YAC9B,KAAC,YAAY,IAAC,SAAS,EAAC,wBAAwB,GAAgB,GAC1D,CACT,CAAC,CAAC"}
|
@@ -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 DevToolPanel: (() => import("react/jsx-
|
16
|
+
export declare const DevToolPanel: (() => import("react/jsx-runtime").JSX.Element) & {
|
17
17
|
displayName: string;
|
18
18
|
};
|
19
19
|
//# sourceMappingURL=DevToolPanel.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/panel-group/DevToolPanel.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
|
*
|
@@ -58,14 +57,14 @@ export const DevToolPanel = observer(() => {
|
|
58
57
|
const fileName = `grammar.${getContentTypeFileExtension(ContentType.TEXT_PLAIN)}`;
|
59
58
|
downloadFileUsingDataURI(fileName, `${fullGrammar}`, ContentType.TEXT_PLAIN);
|
60
59
|
};
|
61
|
-
return (
|
62
|
-
.TEMPORARY__serviceRegistrationConfig.length) && (
|
60
|
+
return (_jsx(Panel, { children: _jsxs(PanelForm, { children: [_jsx(PanelFormBooleanField, { name: "Engine client request payload compression", prompt: "Specifies if request payload should be compressed", value: engineConfig.useClientRequestPayloadCompression, isReadOnly: false, update: toggleEngineClientRequestPayloadCompression }), _jsx(PanelFormBooleanField, { name: "Engine client request payload debug", prompt: "Specifies if request payload should be downloaded for debugging purpose", value: engineConfig.enableDebuggingPayload, isReadOnly: false, update: toggleEngineClientRequestPayloadDebugging }), _jsx(PanelFormTextField, { name: "Engine client base URL", value: engineConfig.baseUrl ?? '', isReadOnly: false, update: (value) => engineConfig.setBaseUrl(value === '' ? undefined : value), errorMessage: !isValidUrl(engineConfig.baseUrl ?? '') ? 'Invalid URL' : '' }), _jsx(PanelFormBooleanField, { name: "Use Dev client protocol version", prompt: "Specifies if development client porotocl (v_X_X_X) version should be used for execution", value: engineConfig.useDevClientProtocol, isReadOnly: false, update: toggleSetUseDevClientProtocol }), Boolean(editorStore.applicationStore.config.options
|
61
|
+
.TEMPORARY__serviceRegistrationConfig.length) && (_jsx(PanelFormTextField, { name: "Engine client service registration base URL", value: engineConfig.baseUrlForServiceRegistration ?? '', isReadOnly: false, update: (value) => engineConfig.setBaseUrlForServiceRegistration(value === '' ? undefined : value), errorMessage: Boolean(engineConfig.baseUrlForServiceRegistration) &&
|
63
62
|
!isValidUrl(engineConfig.baseUrlForServiceRegistration ?? '')
|
64
63
|
? 'Invalid URL'
|
65
|
-
: '' }
|
64
|
+
: '' })), _jsx(PanelFormBooleanField, { name: "Engine execution runner", prompt: "Use Base64 encoding for adhoc connection data URLs", value: engineConfig.useBase64ForAdhocConnectionDataUrls, isReadOnly: false, update: toggleEngineClientDataURLEncoding }), _jsx(PanelFormBooleanField, { name: "Graph builder strict mode", prompt: "Use strict-mode when building the graph (some warnings will be treated as errors)", value: editorStore.graphState.enableStrictMode, isReadOnly: false, update: toggleStrictMode }), _jsx(PanelFormBooleanField, { name: "Generate Artifact Generations", prompt: "Include generation of artifacet extensions during generation action (F10)", value: editorStore.graphState.graphGenerationState.enableArtifactGeneration, isReadOnly: false, update: toggleArtifactGeneration }), _jsx(PanelFormListItems, { title: "Download Project Grammar", children: _jsxs("div", { className: "developer-tools__action-groups", children: [_jsxs("div", { className: "developer-tools__action-group", children: [_jsx("button", { className: "developer-tools__action-group__btn", onClick: () => {
|
66
65
|
downloadProjectGrammar(false).catch(editorStore.applicationStore.alertUnhandledError);
|
67
|
-
}, tabIndex: -1, title: "Download Project Grammar", children:
|
66
|
+
}, tabIndex: -1, title: "Download Project Grammar", children: _jsx(CloudDownloadIcon, {}) }), _jsx("div", { className: "developer-tools__action-group__prompt", children: "download grammar without dependency" })] }), _jsxs("div", { className: "developer-tools__action-group", children: [_jsx("button", { className: "developer-tools__action-group__btn", onClick: () => {
|
68
67
|
downloadProjectGrammar(true).catch(editorStore.applicationStore.alertUnhandledError);
|
69
|
-
}, tabIndex: -1, title: "Download Project Grammar with Dependency", children:
|
68
|
+
}, tabIndex: -1, title: "Download Project Grammar with Dependency", children: _jsx(CloudDownloadIcon, {}) }), _jsx("div", { className: "developer-tools__action-group__prompt", children: "download grammar with dependency" })] })] }) })] }) }));
|
70
69
|
});
|
71
70
|
//# sourceMappingURL=DevToolPanel.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DevToolPanel.js","sourceRoot":"","sources":["../../../../src/components/editor/panel-group/DevToolPanel.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"DevToolPanel.js","sourceRoot":"","sources":["../../../../src/components/editor/panel-group/DevToolPanel.tsx"],"names":[],"mappings":"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"}
|
@@ -15,7 +15,7 @@
|
|
15
15
|
*/
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
17
17
|
export declare const PanelGroupItemExperimentalBadge: React.FC;
|
18
|
-
export declare const PanelGroup: (() => import("react/jsx-
|
18
|
+
export declare const PanelGroup: (() => import("react/jsx-runtime").JSX.Element) & {
|
19
19
|
displayName: string;
|
20
20
|
};
|
21
21
|
//# sourceMappingURL=PanelGroup.d.ts.map
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
const _jsxFileName = "/home/runner/work/legend-studio/legend-studio/packages/legend-application-studio/src/components/editor/panel-group/PanelGroup.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
|
*
|
@@ -26,7 +25,7 @@ import { useEditorStore } from '../EditorStoreProvider.js';
|
|
26
25
|
import { ProblemsPanel } from './ProblemsPanel.js';
|
27
26
|
import { SQLPlaygroundPanel } from './SQLPlaygroundPanel.js';
|
28
27
|
import { GraphEditFormModeState } from '../../../stores/editor/GraphEditFormModeState.js';
|
29
|
-
export const PanelGroupItemExperimentalBadge = () => (
|
28
|
+
export const PanelGroupItemExperimentalBadge = () => (_jsx("div", { className: "panel-group__header__tab__experimental-badge", title: "This is an experimental feature", children: _jsx(SparkleIcon, {}) }));
|
30
29
|
export const PanelGroup = observer(() => {
|
31
30
|
const editorStore = useEditorStore();
|
32
31
|
const changeMode = (mode) => () => editorStore.setActivePanelMode(mode);
|
@@ -68,11 +67,11 @@ export const PanelGroup = observer(() => {
|
|
68
67
|
editorStore.setActivePanelMode(PANEL_MODE.CONSOLE);
|
69
68
|
}
|
70
69
|
}, [editorStore, tabsToShow, editorStore.activePanelMode]);
|
71
|
-
return (
|
70
|
+
return (_jsxs("div", { className: "panel panel-group", children: [_jsxs(PanelHeader, { children: [_jsx("div", { className: "panel-group__header__tabs", children: tabsToShow
|
72
71
|
.map((tab) => tabs[tab])
|
73
72
|
.filter(isNonNullable)
|
74
|
-
.map((tab) => (
|
73
|
+
.map((tab) => (_jsxs("button", { tabIndex: -1, className: clsx('panel-group__header__tab', {
|
75
74
|
'panel-group__header__tab--active': editorStore.activePanelMode === tab.mode,
|
76
|
-
}), onClick: changeMode(tab.mode), children: [tab.icon && (
|
75
|
+
}), onClick: changeMode(tab.mode), children: [tab.icon && (_jsx("div", { className: "panel-group__header__tab__icon", children: tab.icon })), _jsxs("div", { className: "panel-group__header__tab__title", children: [tab.name, tab.counter !== undefined && (_jsx(Badge, { title: tab.counter.toString(), className: "panel-group__header__tab__title__problem__count" }))] }), tab.experimental && _jsx(PanelGroupItemExperimentalBadge, {})] }, tab.mode))) }), _jsxs(PanelHeaderActions, { children: [_jsx(PanelHeaderActionItem, { className: "panel-group__header__action", onClick: toggleExpandPanelGroup, title: "Toggle expand/collapse", children: editorStore.panelGroupDisplayState.isMaximized ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronUpIcon, {})) }), _jsx(PanelHeaderActionItem, { className: "panel-group__header__action", onClick: closePanel, title: "Close", children: _jsx(XIcon, {}) })] })] }), _jsxs(PanelContent, { children: [isTabVisible(PANEL_MODE.PROBLEMS) && (_jsx("div", { className: "panel-group__content__tab", children: _jsx(ProblemsPanel, {}) })), isTabVisible(PANEL_MODE.CONSOLE) && (_jsx("div", { className: "panel-group__content__tab", children: _jsx(ConsolePanel, {}) })), isTabVisible(PANEL_MODE.DEV_TOOL) && (_jsx("div", { className: "panel-group__content__tab", children: _jsx(DevToolPanel, {}) })), isTabVisible(PANEL_MODE.SQL_PLAYGROUND) && (_jsx("div", { className: "panel-group__content__tab", children: _jsx(SQLPlaygroundPanel, {}) }))] })] }));
|
77
76
|
});
|
78
77
|
//# sourceMappingURL=PanelGroup.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PanelGroup.js","sourceRoot":"","sources":["../../../../src/components/editor/panel-group/PanelGroup.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"PanelGroup.js","sourceRoot":"","sources":["../../../../src/components/editor/panel-group/PanelGroup.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 ProblemsPanel: (() => import("react/jsx-
|
16
|
+
export declare const ProblemsPanel: (() => import("react/jsx-runtime").JSX.Element) & {
|
17
17
|
displayName: string;
|
18
18
|
};
|
19
19
|
//# sourceMappingURL=ProblemsPanel.d.ts.map
|