@finos/legend-application-studio 16.0.2 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/application/LegendStudioApplicationConfig.d.ts +4 -3
- package/lib/application/LegendStudioApplicationConfig.d.ts.map +1 -1
- package/lib/application/LegendStudioApplicationConfig.js +9 -3
- package/lib/application/LegendStudioApplicationConfig.js.map +1 -1
- package/lib/components/{DSLExternalFormat_CodeSnippets.d.ts → DSL_ExternalFormat_CodeSnippets.d.ts} +1 -1
- package/lib/components/DSL_ExternalFormat_CodeSnippets.d.ts.map +1 -0
- package/lib/components/{DSLExternalFormat_CodeSnippets.js → DSL_ExternalFormat_CodeSnippets.js} +1 -1
- package/lib/components/DSL_ExternalFormat_CodeSnippets.js.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioApplicationPlugin.d.ts → DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts} +3 -3
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioApplicationPlugin.js → DSL_ExternalFormat_LegendStudioApplicationPlugin.js} +11 -11
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioDocumentation.d.ts → DSL_ExternalFormat_LegendStudioDocumentation.d.ts} +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.d.ts.map +1 -0
- package/lib/components/{DSLExternalFormat_LegendStudioDocumentation.js → DSL_ExternalFormat_LegendStudioDocumentation.js} +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.js.map +1 -0
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +2 -2
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/EmbeddedQueryBuilder.d.ts +1 -0
- package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -1
- package/lib/components/EmbeddedQueryBuilder.js +6 -31
- package/lib/components/EmbeddedQueryBuilder.js.map +1 -1
- package/lib/components/LegendStudioApplication.d.ts +1 -0
- package/lib/components/LegendStudioApplication.d.ts.map +1 -1
- package/lib/components/LegendStudioApplication.js +1 -1
- package/lib/components/LegendStudioApplication.js.map +1 -1
- package/lib/components/LegendStudioBaseStoreProvider.d.ts +0 -2
- package/lib/components/LegendStudioBaseStoreProvider.d.ts.map +1 -1
- package/lib/components/LegendStudioBaseStoreProvider.js +2 -2
- package/lib/components/LegendStudioBaseStoreProvider.js.map +1 -1
- package/lib/components/editor/EditorStoreProvider.d.ts.map +1 -1
- package/lib/components/editor/EditorStoreProvider.js +2 -3
- package/lib/components/editor/EditorStoreProvider.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts +1 -0
- package/lib/components/editor/StatusBar.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts +1 -0
- package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js +2 -2
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js.map +1 -1
- package/lib/components/editor/aux-panel/Console.d.ts +1 -0
- package/lib/components/editor/aux-panel/Console.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/DevTool.d.ts +1 -0
- package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +1 -0
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +1 -0
- package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.js +2 -2
- package/lib/components/editor/edit-panel/FileGenerationViewer.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +4 -4
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +6 -6
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +6 -6
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.d.ts +1 -0
- package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.js +3 -3
- package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js +6 -6
- package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.js +2 -2
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +3 -3
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +2 -2
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js +1 -1
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +1 -33
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +38 -97
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +10 -12
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +2 -2
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +3 -3
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js +2 -2
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +1 -0
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +1 -0
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +7 -7
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/{BindingElementEditor.d.ts → DSL_ExternalFormat_BindingElementEditor.d.ts} +2 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{BindingElementEditor.js → DSL_ExternalFormat_BindingElementEditor.js} +4 -4
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{ExternalFormatConnectionEditor.d.ts → DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts} +2 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{ExternalFormatConnectionEditor.js → DSL_ExternalFormat_ExternalFormatConnectionEditor.js} +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{NewSchemaSetDriver.d.ts → DSL_ExternalFormat_NewSchemaSetDriver.d.ts} +2 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{NewSchemaSetDriver.js → DSL_ExternalFormat_NewSchemaSetDriver.js} +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetElementEditor.d.ts → DSL_ExternalFormat_SchemaSetElementEditor.d.ts} +3 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetElementEditor.js → DSL_ExternalFormat_SchemaSetElementEditor.js} +7 -7
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetModelGenerationEditor.d.ts → DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts} +3 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/external-format-editor/{SchemaSetModelGenerationEditor.js → DSL_ExternalFormat_SchemaSetModelGenerationEditor.js} +4 -4
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +6 -6
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +18 -3
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +7 -10
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +6 -9
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +5 -5
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +4 -3
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +5 -5
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +1 -4
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.js +8 -8
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +2 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +4 -4
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +5 -5
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +1 -0
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -0
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.js +5 -2
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts +1 -0
- package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +4 -4
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.d.ts +1 -0
- package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.js +4 -4
- package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts +1 -0
- package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.js +2 -2
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/SideBar.d.ts +1 -0
- package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.js +2 -2
- package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.js +3 -3
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +4 -4
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +2 -2
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +1 -0
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +3 -3
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -0
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +4 -4
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/shared/DiffView.d.ts +1 -0
- package/lib/components/shared/DiffView.d.ts.map +1 -1
- package/lib/components/shared/DiffView.js +2 -2
- package/lib/components/shared/DiffView.js.map +1 -1
- package/lib/components/shared/ElementIconUtils.js +1 -1
- package/lib/components/shared/ElementIconUtils.js.map +1 -1
- package/lib/components/shared/ProjectSelectorUtils.d.ts +24 -0
- package/lib/components/shared/ProjectSelectorUtils.d.ts.map +1 -0
- package/lib/components/shared/ProjectSelectorUtils.js +28 -0
- package/lib/components/shared/ProjectSelectorUtils.js.map +1 -0
- package/lib/components/shared/StudioLambdaEditor.d.ts +1 -0
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
- package/lib/components/shared/TypeTree.js +2 -2
- package/lib/components/shared/TypeTree.js.map +1 -1
- package/lib/components/shared/WorkspaceSelectorUtils.d.ts +23 -0
- package/lib/components/shared/WorkspaceSelectorUtils.d.ts.map +1 -0
- package/lib/components/shared/WorkspaceSelectorUtils.js +24 -0
- package/lib/components/shared/WorkspaceSelectorUtils.js.map +1 -0
- package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +1 -0
- package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +1 -0
- package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js +2 -2
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js.map +1 -1
- package/lib/components/workspace-setup/{ProjectCreateModal.d.ts → CreateProjectModal.d.ts} +2 -1
- package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -0
- package/lib/components/workspace-setup/{ProjectCreateModal.js → CreateProjectModal.js} +4 -4
- package/lib/components/workspace-setup/{ProjectCreateModal.js.map → CreateProjectModal.js.map} +1 -1
- package/lib/{stores/DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.js → components/workspace-setup/CreateWorkspaceModal.d.ts} +8 -2
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -0
- package/lib/components/workspace-setup/CreateWorkspaceModal.js +67 -0
- package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -0
- package/lib/components/workspace-setup/WorkspaceSetup.d.ts +2 -0
- package/lib/components/workspace-setup/WorkspaceSetup.d.ts.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +96 -115
- package/lib/components/workspace-setup/WorkspaceSetup.js.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +17 -15
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +17 -16
- package/lib/index.js.map +1 -1
- package/lib/package.json +9 -9
- package/lib/stores/{DSLData_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/{DSLData_LegendStudioApplicationPlugin_Extension.js → DSL_Data_LegendStudioApplicationPlugin_Extension.js} +1 -1
- package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/{DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts} +5 -2
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js +17 -0
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/{DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/{DSLService_LegendStudioApplicationPlugin_Extension.js → DSL_Mapping_LegendStudioApplicationPlugin_Extension.js} +1 -1
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/{DSLService_LegendStudioApplicationPlugin_Extension.d.ts → DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/{DSLMapping_LegendStudioApplicationPlugin_Extension.js → DSL_Service_LegendStudioApplicationPlugin_Extension.js} +1 -1
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/EditorGraphState.d.ts +1 -1
- package/lib/stores/EditorGraphState.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.js +3 -2
- package/lib/stores/EditorGraphState.js.map +1 -1
- package/lib/stores/EditorStore.d.ts +6 -8
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +39 -13
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/EditorStoreTestUtils.d.ts.map +1 -1
- package/lib/stores/EditorStoreTestUtils.js +1 -1
- package/lib/stores/EditorStoreTestUtils.js.map +1 -1
- package/lib/stores/ExplorerTreeState.d.ts +2 -2
- package/lib/stores/ExplorerTreeState.d.ts.map +1 -1
- package/lib/stores/ExplorerTreeState.js +2 -2
- package/lib/stores/ExplorerTreeState.js.map +1 -1
- package/lib/stores/LegendStudioAppEvent.d.ts +1 -0
- package/lib/stores/LegendStudioAppEvent.d.ts.map +1 -1
- package/lib/stores/LegendStudioAppEvent.js +3 -0
- package/lib/stores/LegendStudioAppEvent.js.map +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts +2 -3
- package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendStudioBaseStore.js +7 -2
- package/lib/stores/LegendStudioBaseStore.js.map +1 -1
- package/lib/stores/LegendStudioRouter.js +1 -1
- package/lib/stores/LegendStudioRouter.js.map +1 -1
- package/lib/stores/{StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts → STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts} +2 -2
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js +17 -0
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/editor/NewElementState.d.ts.map +1 -1
- package/lib/stores/editor/NewElementState.js +12 -9
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.d.ts +1 -1
- package/lib/stores/editor-state/FileGenerationState.d.ts.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.js +2 -2
- package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationViewerState.d.ts +1 -1
- package/lib/stores/editor-state/FileGenerationViewerState.d.ts.map +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.d.ts +1 -1
- package/lib/stores/editor-state/GraphGenerationState.d.ts.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js +3 -3
- package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.js +3 -3
- package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js +2 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/{BindingEditorState.d.ts → DSL_ExternalFormat_BindingEditorState.d.ts} +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts.map +1 -0
- package/lib/stores/editor-state/element-editor-state/external-format/{BindingEditorState.js → DSL_ExternalFormat_BindingEditorState.js} +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js.map +1 -0
- package/lib/stores/editor-state/element-editor-state/external-format/{SchemaSetEditorState.d.ts → DSL_ExternalFormat_SchemaSetEditorState.d.ts} +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +1 -0
- package/lib/stores/editor-state/element-editor-state/external-format/{SchemaSetEditorState.js → DSL_ExternalFormat_SchemaSetEditorState.js} +2 -2
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -0
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +2 -2
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +5 -5
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js +2 -2
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts +0 -2
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js +1 -12
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +7 -7
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +8 -8
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js +1 -5
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +10 -10
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts +5 -8
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +16 -21
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -1
- package/lib/stores/graphModifier/{DSLData_GraphModifierHelper.d.ts → DSL_Data_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLData_GraphModifierHelper.js → DSL_Data_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLExternalFormat_GraphModifierHelper.d.ts → DSL_ExternalFormat_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLExternalFormat_GraphModifierHelper.js → DSL_ExternalFormat_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLGeneration_GraphModifierHelper.d.ts → DSL_Generation_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLGeneration_GraphModifierHelper.js → DSL_Generation_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLMapping_GraphModifierHelper.d.ts → DSL_Mapping_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLMapping_GraphModifierHelper.js → DSL_Mapping_GraphModifierHelper.js} +2 -2
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{DSLService_GraphModifierHelper.d.ts → DSL_Service_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{DSLService_GraphModifierHelper.js → DSL_Service_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{StoreFlatData_GraphModifierHelper.d.ts → STO_FlatData_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{StoreFlatData_GraphModifierHelper.js → STO_FlatData_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.js.map +1 -0
- package/lib/stores/graphModifier/{StoreRelational_GraphModifierHelper.d.ts → STO_Relational_GraphModifierHelper.d.ts} +1 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/graphModifier/{StoreRelational_GraphModifierHelper.js → STO_Relational_GraphModifierHelper.js} +1 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.js.map +1 -0
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts +1 -2
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +1 -1
- package/lib/stores/project-viewer/ProjectViewerStore.js +4 -3
- package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
- package/lib/stores/shared/{DnDUtil.d.ts → DnDUtils.d.ts} +2 -2
- package/lib/stores/shared/DnDUtils.d.ts.map +1 -0
- package/lib/stores/shared/{DnDUtil.js → DnDUtils.js} +1 -1
- package/lib/stores/shared/DnDUtils.js.map +1 -0
- package/lib/stores/shared/{FileGenerationTreeUtil.d.ts → FileGenerationTreeUtils.d.ts} +1 -1
- package/lib/stores/shared/FileGenerationTreeUtils.d.ts.map +1 -0
- package/lib/stores/shared/{FileGenerationTreeUtil.js → FileGenerationTreeUtils.js} +1 -1
- package/lib/stores/shared/FileGenerationTreeUtils.js.map +1 -0
- package/lib/stores/shared/{MockDataUtil.d.ts → MockDataUtils.d.ts} +1 -1
- package/lib/stores/shared/MockDataUtils.d.ts.map +1 -0
- package/lib/stores/shared/{MockDataUtil.js → MockDataUtils.js} +2 -2
- package/lib/stores/shared/MockDataUtils.js.map +1 -0
- package/lib/stores/shared/{ModelUtil.d.ts → ModelClassifierUtils.d.ts} +1 -1
- package/lib/stores/shared/ModelClassifierUtils.d.ts.map +1 -0
- package/lib/stores/shared/{ModelUtil.js → ModelClassifierUtils.js} +1 -1
- package/lib/stores/shared/ModelClassifierUtils.js.map +1 -0
- package/lib/stores/shared/{PackageTreeUtil.d.ts → PackageTreeUtils.d.ts} +2 -2
- package/lib/stores/shared/PackageTreeUtils.d.ts.map +1 -0
- package/lib/stores/shared/{PackageTreeUtil.js → PackageTreeUtils.js} +2 -2
- package/lib/stores/shared/PackageTreeUtils.js.map +1 -0
- package/lib/stores/shared/{TreeUtil.d.ts → TreeUtils.d.ts} +2 -2
- package/lib/stores/shared/TreeUtils.d.ts.map +1 -0
- package/lib/stores/shared/{TreeUtil.js → TreeUtils.js} +1 -1
- package/lib/stores/shared/TreeUtils.js.map +1 -0
- package/lib/stores/shared/testable/TestableUtils.js +1 -1
- package/lib/stores/shared/testable/TestableUtils.js.map +1 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts +6 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js +13 -0
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.d.ts +18 -33
- package/lib/stores/workspace-setup/WorkspaceSetupStore.d.ts.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js +136 -133
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
- package/package.json +18 -18
- package/src/application/LegendStudioApplicationConfig.ts +12 -5
- package/src/components/{DSLExternalFormat_CodeSnippets.ts → DSL_ExternalFormat_CodeSnippets.ts} +0 -0
- package/src/components/{DSLExternalFormat_LegendStudioApplicationPlugin.tsx → DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx} +13 -13
- package/src/components/{DSLExternalFormat_LegendStudioDocumentation.ts → DSL_ExternalFormat_LegendStudioDocumentation.ts} +0 -0
- package/src/components/EditorComponentTestUtils.tsx +1 -6
- package/src/components/EmbeddedQueryBuilder.tsx +10 -41
- package/src/components/LegendStudioApplication.tsx +1 -1
- package/src/components/LegendStudioBaseStoreProvider.tsx +2 -5
- package/src/components/editor/EditorStoreProvider.tsx +1 -6
- package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +9 -3
- package/src/components/editor/edit-panel/FileGenerationViewer.tsx +6 -4
- package/src/components/editor/edit-panel/FunctionEditor.tsx +7 -6
- package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +16 -14
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +11 -10
- package/src/components/editor/edit-panel/ModelImporter.tsx +3 -3
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +17 -20
- package/src/components/editor/edit-panel/UnsupportedElementEditor.tsx +3 -3
- package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +5 -5
- package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +3 -2
- package/src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +131 -373
- package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +42 -36
- package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +2 -2
- package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +6 -5
- package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +2 -3
- package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +2 -3
- package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +15 -13
- package/src/components/editor/edit-panel/external-format-editor/{BindingElementEditor.tsx → DSL_ExternalFormat_BindingElementEditor.tsx} +3 -3
- package/src/components/editor/edit-panel/external-format-editor/{ExternalFormatConnectionEditor.tsx → DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx} +1 -1
- package/src/components/editor/edit-panel/external-format-editor/{NewSchemaSetDriver.tsx → DSL_ExternalFormat_NewSchemaSetDriver.tsx} +1 -1
- package/src/components/editor/edit-panel/external-format-editor/{SchemaSetElementEditor.tsx → DSL_ExternalFormat_SchemaSetElementEditor.tsx} +6 -6
- package/src/components/editor/edit-panel/external-format-editor/{SchemaSetModelGenerationEditor.tsx → DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx} +6 -5
- package/src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +10 -6
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +8 -7
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +33 -0
- package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +3 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +10 -21
- package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +8 -15
- package/src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +2 -6
- package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +8 -6
- package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +6 -6
- package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +2 -2
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +7 -4
- package/src/components/editor/edit-panel/service-editor/NewServiceModal.tsx +2 -3
- package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +1 -1
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +9 -7
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +1 -8
- package/src/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.tsx +15 -10
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +3 -3
- package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +5 -4
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +5 -4
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +5 -4
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +9 -7
- package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +6 -4
- package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +4 -3
- package/src/components/editor/side-bar/CreateNewElementModal.tsx +7 -4
- package/src/components/editor/side-bar/Explorer.tsx +5 -5
- package/src/components/editor/side-bar/LocalChanges.tsx +8 -7
- package/src/components/editor/side-bar/ProjectOverview.tsx +5 -4
- package/src/components/editor/side-bar/WorkflowManager.tsx +2 -1
- package/src/components/editor/side-bar/WorkspaceReview.tsx +4 -3
- package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +7 -12
- package/src/components/editor/side-bar/WorkspaceUpdateConflictResolver.tsx +3 -2
- package/src/components/editor/side-bar/WorkspaceUpdater.tsx +5 -4
- package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +10 -1
- package/src/components/shared/DiffView.tsx +2 -2
- package/src/components/shared/ElementIconUtils.tsx +1 -1
- package/src/components/shared/ProjectSelectorUtils.tsx +63 -0
- package/src/components/shared/TypeTree.tsx +3 -3
- package/src/components/shared/WorkspaceSelectorUtils.tsx +45 -0
- package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +3 -2
- package/src/components/workspace-setup/{ProjectCreateModal.tsx → CreateProjectModal.tsx} +7 -3
- package/src/components/workspace-setup/CreateWorkspaceModal.tsx +178 -0
- package/src/components/workspace-setup/WorkspaceSetup.tsx +300 -346
- package/src/index.ts +17 -23
- package/src/stores/{DSLData_LegendStudioApplicationPlugin_Extension.ts → DSL_Data_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/{DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.ts → DSL_Generation_LegendStudioApplicationPlugin_Extension.ts} +4 -1
- package/src/stores/{DSLMapping_LegendStudioApplicationPlugin_Extension.ts → DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/{DSLService_LegendStudioApplicationPlugin_Extension.ts → DSL_Service_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/EditorGraphState.ts +4 -5
- package/src/stores/EditorStore.ts +52 -19
- package/src/stores/EditorStoreTestUtils.ts +0 -1
- package/src/stores/ExplorerTreeState.ts +3 -3
- package/src/stores/LegendStudioAppEvent.ts +4 -0
- package/src/stores/LegendStudioBaseStore.ts +7 -4
- package/src/stores/LegendStudioRouter.ts +1 -1
- package/src/stores/{StoreRelational_LegendStudioApplicationPlugin_Extension.ts → STO_Relational_LegendStudioApplicationPlugin_Extension.ts} +1 -1
- package/src/stores/editor/NewElementState.ts +14 -10
- package/src/stores/editor-state/FileGenerationState.ts +2 -2
- package/src/stores/editor-state/FileGenerationViewerState.ts +1 -1
- package/src/stores/editor-state/GenerationSpecificationEditorState.ts +1 -1
- package/src/stores/editor-state/GrammarTextEditorState.ts +2 -2
- package/src/stores/editor-state/GraphGenerationState.ts +7 -7
- package/src/stores/editor-state/ModelImporterState.ts +3 -3
- package/src/stores/editor-state/ProjectConfigurationEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +5 -5
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +9 -9
- package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts +4 -4
- package/src/stores/editor-state/element-editor-state/external-format/{BindingEditorState.ts → DSL_ExternalFormat_BindingEditorState.ts} +0 -0
- package/src/stores/editor-state/element-editor-state/external-format/{SchemaSetEditorState.ts → DSL_ExternalFormat_SchemaSetEditorState.ts} +1 -1
- package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +11 -11
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +5 -5
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts +1 -17
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +7 -7
- package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +9 -9
- package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +1 -5
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +19 -14
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +34 -33
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/testable/TestAssertionState.ts +1 -1
- package/src/stores/graphModifier/{DSLData_GraphModifierHelper.ts → DSL_Data_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{DSLExternalFormat_GraphModifierHelper.ts → DSL_ExternalFormat_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{DSLGeneration_GraphModifierHelper.ts → DSL_Generation_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{DSLMapping_GraphModifierHelper.ts → DSL_Mapping_GraphModifierHelper.ts} +1 -1
- package/src/stores/graphModifier/{DSLService_GraphModifierHelper.ts → DSL_Service_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{StoreFlatData_GraphModifierHelper.ts → STO_FlatData_GraphModifierHelper.ts} +0 -0
- package/src/stores/graphModifier/{StoreRelational_GraphModifierHelper.ts → STO_Relational_GraphModifierHelper.ts} +0 -0
- package/src/stores/project-viewer/ProjectViewerStore.ts +8 -8
- package/src/stores/shared/{DnDUtil.ts → DnDUtils.ts} +1 -1
- package/src/stores/shared/{FileGenerationTreeUtil.ts → FileGenerationTreeUtils.ts} +0 -0
- package/src/stores/shared/{MockDataUtil.ts → MockDataUtils.ts} +4 -1
- package/src/stores/shared/{ModelUtil.ts → ModelClassifierUtils.ts} +0 -0
- package/src/stores/shared/{PackageTreeUtil.ts → PackageTreeUtils.ts} +2 -2
- package/src/stores/shared/{TreeUtil.ts → TreeUtils.ts} +1 -1
- package/src/stores/shared/testable/TestableUtils.ts +1 -1
- package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +18 -0
- package/src/stores/workspace-setup/WorkspaceSetupStore.ts +210 -191
- package/tsconfig.json +33 -33
- package/lib/components/DSLExternalFormat_CodeSnippets.d.ts.map +0 -1
- package/lib/components/DSLExternalFormat_CodeSnippets.js.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.d.ts.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.js.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioDocumentation.d.ts.map +0 -1
- package/lib/components/DSLExternalFormat_LegendStudioDocumentation.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.js.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.d.ts.map +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.js.map +0 -1
- package/lib/components/workspace-setup/ProjectCreateModal.d.ts.map +0 -1
- package/lib/components/workspace-setup/ProjectSelector.d.ts +0 -22
- package/lib/components/workspace-setup/ProjectSelector.d.ts.map +0 -1
- package/lib/components/workspace-setup/ProjectSelector.js +0 -65
- package/lib/components/workspace-setup/ProjectSelector.js.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSelector.d.ts +0 -22
- package/lib/components/workspace-setup/WorkspaceSelector.d.ts.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSelector.js +0 -57
- package/lib/components/workspace-setup/WorkspaceSelector.js.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.d.ts +0 -23
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.d.ts.map +0 -1
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.js +0 -34
- package/lib/components/workspace-setup/WorkspaceSetupStoreProvider.js.map +0 -1
- package/lib/stores/DSLData_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLData_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLGenerationSpecification_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.js +0 -17
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/BindingEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/BindingEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/SchemaSetEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/SchemaSetEditorState.js.map +0 -1
- package/lib/stores/graphModifier/DSLData_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLData_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLExternalFormat_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLExternalFormat_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLGeneration_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLGeneration_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLMapping_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLMapping_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSLService_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSLService_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/StoreFlatData_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/StoreFlatData_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/DnDUtil.d.ts.map +0 -1
- package/lib/stores/shared/DnDUtil.js.map +0 -1
- package/lib/stores/shared/FileGenerationTreeUtil.d.ts.map +0 -1
- package/lib/stores/shared/FileGenerationTreeUtil.js.map +0 -1
- package/lib/stores/shared/MockDataUtil.d.ts.map +0 -1
- package/lib/stores/shared/MockDataUtil.js.map +0 -1
- package/lib/stores/shared/ModelUtil.d.ts.map +0 -1
- package/lib/stores/shared/ModelUtil.js.map +0 -1
- package/lib/stores/shared/PackageTreeUtil.d.ts.map +0 -1
- package/lib/stores/shared/PackageTreeUtil.js.map +0 -1
- package/lib/stores/shared/TreeUtil.d.ts.map +0 -1
- package/lib/stores/shared/TreeUtil.js.map +0 -1
- package/src/components/workspace-setup/ProjectSelector.tsx +0 -148
- package/src/components/workspace-setup/WorkspaceSelector.tsx +0 -135
- package/src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx +0 -56
|
@@ -15,14 +15,15 @@
|
|
|
15
15
|
*/
|
|
16
16
|
import { type PlainObject, type RequestHeaders, SerializationFactory } from '@finos/legend-shared';
|
|
17
17
|
import { LegendApplicationConfig, type LegendApplicationConfigurationInput, type LegendApplicationConfigurationData } from '@finos/legend-application';
|
|
18
|
-
export declare class
|
|
18
|
+
export declare class ServiceRegistrationEnvironmentConfig {
|
|
19
19
|
env: string;
|
|
20
20
|
executionUrl: string;
|
|
21
21
|
modes: string[];
|
|
22
22
|
managementUrl: string;
|
|
23
|
-
static readonly serialization: SerializationFactory<
|
|
23
|
+
static readonly serialization: SerializationFactory<ServiceRegistrationEnvironmentConfig>;
|
|
24
24
|
}
|
|
25
25
|
declare class LegendStudioApplicationCoreOptions {
|
|
26
|
+
projectCreationGroupIdSuggestion: string;
|
|
26
27
|
/**
|
|
27
28
|
* Indicates if we should keep section index and do not rewrite/flatten the paths shortened by section
|
|
28
29
|
* imports.
|
|
@@ -40,7 +41,7 @@ declare class LegendStudioApplicationCoreOptions {
|
|
|
40
41
|
* @modularize
|
|
41
42
|
* See https://github.com/finos/legend-studio/issues/65
|
|
42
43
|
*/
|
|
43
|
-
TEMPORARY__serviceRegistrationConfig:
|
|
44
|
+
TEMPORARY__serviceRegistrationConfig: ServiceRegistrationEnvironmentConfig[];
|
|
44
45
|
private static readonly serialization;
|
|
45
46
|
static create(configData: PlainObject<LegendStudioApplicationCoreOptions>): LegendStudioApplicationCoreOptions;
|
|
46
47
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendStudioApplicationConfig.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,cAAc,EAGnB,oBAAoB,EACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,uBAAuB,EACvB,KAAK,mCAAmC,EACxC,KAAK,kCAAkC,EACxC,MAAM,2BAA2B,CAAC;AAEnC,qBAAa,
|
|
1
|
+
{"version":3,"file":"LegendStudioApplicationConfig.d.ts","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,cAAc,EAGnB,oBAAoB,EACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,uBAAuB,EACvB,KAAK,mCAAmC,EACxC,KAAK,kCAAkC,EACxC,MAAM,2BAA2B,CAAC;AAEnC,qBAAa,oCAAoC;IAC/C,GAAG,EAAG,MAAM,CAAC;IACb,YAAY,EAAG,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,EAAE,CAAM;IACrB,aAAa,EAAG,MAAM,CAAC;IAEvB,MAAM,CAAC,QAAQ,CAAC,aAAa,6DAO3B;CACH;AAED,cAAM,kCAAkC;IACtC,gCAAgC,SAAwB;IACxD;;;;;;OAMG;IACH,+BAA+B,UAAS;IACxC;;;;;;;;OAQG;IACH,oCAAoC,EAAE,oCAAoC,EAAE,CACvE;IAEL,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAQnC;IAEF,MAAM,CAAC,MAAM,CACX,UAAU,EAAE,WAAW,CAAC,kCAAkC,CAAC,GAC1D,kCAAkC;CAKtC;AAED,MAAM,WAAW,wCACf,SAAQ,kCAAkC;IAC1C,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,cAAc,CAAA;KAAE,CAAC;IACpD,KAAK,EAAE;QAAE,GAAG,EAAE,MAAM,CAAA;KAAE,CAAC;IACvB,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC5C;AAED,qBAAa,6BAA8B,SAAQ,uBAAuB;IACxE,QAAQ,CAAC,OAAO,qCAA4C;IAE5D,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnD,QAAQ,CAAC,cAAc,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,qBAAqB,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;gBAG1D,KAAK,EAAE,mCAAmC,CAAC,wCAAwC,CAAC;CA0CvF"}
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
import { createModelSchema, list, object, optional, primitive, } from 'serializr';
|
|
17
17
|
import { assertNonNullable, guaranteeNonEmptyString, SerializationFactory, } from '@finos/legend-shared';
|
|
18
18
|
import { LegendApplicationConfig, } from '@finos/legend-application';
|
|
19
|
-
export class
|
|
19
|
+
export class ServiceRegistrationEnvironmentConfig {
|
|
20
20
|
env;
|
|
21
21
|
executionUrl;
|
|
22
22
|
modes = [];
|
|
23
23
|
managementUrl;
|
|
24
|
-
static serialization = new SerializationFactory(createModelSchema(
|
|
24
|
+
static serialization = new SerializationFactory(createModelSchema(ServiceRegistrationEnvironmentConfig, {
|
|
25
25
|
env: primitive(),
|
|
26
26
|
executionUrl: primitive(),
|
|
27
27
|
managementUrl: primitive(),
|
|
@@ -29,6 +29,7 @@ export class ServiceRegistrationEnvInfo {
|
|
|
29
29
|
}));
|
|
30
30
|
}
|
|
31
31
|
class LegendStudioApplicationCoreOptions {
|
|
32
|
+
projectCreationGroupIdSuggestion = 'org.finos.legend.*';
|
|
32
33
|
/**
|
|
33
34
|
* Indicates if we should keep section index and do not rewrite/flatten the paths shortened by section
|
|
34
35
|
* imports.
|
|
@@ -48,8 +49,9 @@ class LegendStudioApplicationCoreOptions {
|
|
|
48
49
|
*/
|
|
49
50
|
TEMPORARY__serviceRegistrationConfig = [];
|
|
50
51
|
static serialization = new SerializationFactory(createModelSchema(LegendStudioApplicationCoreOptions, {
|
|
52
|
+
projectCreationGroupIdSuggestion: optional(primitive()),
|
|
51
53
|
TEMPORARY__preserveSectionIndex: optional(primitive()),
|
|
52
|
-
TEMPORARY__serviceRegistrationConfig: list(object(
|
|
54
|
+
TEMPORARY__serviceRegistrationConfig: list(object(ServiceRegistrationEnvironmentConfig)),
|
|
53
55
|
}));
|
|
54
56
|
static create(configData) {
|
|
55
57
|
return LegendStudioApplicationCoreOptions.serialization.fromJson(configData);
|
|
@@ -64,14 +66,18 @@ export class LegendStudioApplicationConfig extends LegendApplicationConfig {
|
|
|
64
66
|
SDLCServerBaseHeaders;
|
|
65
67
|
constructor(input) {
|
|
66
68
|
super(input);
|
|
69
|
+
// engine
|
|
67
70
|
assertNonNullable(input.configData.engine, `Can't configure application: 'engine' field is missing`);
|
|
68
71
|
this.engineServerUrl = guaranteeNonEmptyString(input.configData.engine.url, `Can't configure application: 'engine.url' field is missing or empty`);
|
|
69
72
|
this.engineQueryServerUrl = input.configData.engine.queryUrl;
|
|
73
|
+
// depot
|
|
70
74
|
assertNonNullable(input.configData.depot, `Can't configure application: 'depot' field is missing`);
|
|
71
75
|
this.depotServerUrl = guaranteeNonEmptyString(input.configData.depot.url, `Can't configure application: 'depot.url' field is missing or empty`);
|
|
76
|
+
// sdlc
|
|
72
77
|
assertNonNullable(input.configData.sdlc, `Can't configure application: 'sdlc' field is missing`);
|
|
73
78
|
this.sdlcServerUrl = guaranteeNonEmptyString(input.configData.sdlc.url, `Can't configure application: 'sdlc.url' field is missing or empty`);
|
|
74
79
|
this.SDLCServerBaseHeaders = input.configData.sdlc.baseHeaders;
|
|
80
|
+
// options
|
|
75
81
|
this.options = LegendStudioApplicationCoreOptions.create((input.configData.extensions?.core ??
|
|
76
82
|
{}));
|
|
77
83
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendStudioApplicationConfig.js","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,iBAAiB,EACjB,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,SAAS,GACV,MAAM,WAAW,CAAC;AACnB,OAAO,EAGL,iBAAiB,EACjB,uBAAuB,EACvB,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,uBAAuB,GAGxB,MAAM,2BAA2B,CAAC;AAEnC,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"LegendStudioApplicationConfig.js","sourceRoot":"","sources":["../../src/application/LegendStudioApplicationConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,iBAAiB,EACjB,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,SAAS,GACV,MAAM,WAAW,CAAC;AACnB,OAAO,EAGL,iBAAiB,EACjB,uBAAuB,EACvB,oBAAoB,GACrB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,uBAAuB,GAGxB,MAAM,2BAA2B,CAAC;AAEnC,MAAM,OAAO,oCAAoC;IAC/C,GAAG,CAAU;IACb,YAAY,CAAU;IACtB,KAAK,GAAa,EAAE,CAAC;IACrB,aAAa,CAAU;IAEvB,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,oCAAoC,EAAE;QACtD,GAAG,EAAE,SAAS,EAAE;QAChB,YAAY,EAAE,SAAS,EAAE;QACzB,aAAa,EAAE,SAAS,EAAE;QAC1B,KAAK,EAAE,IAAI,CAAC,SAAS,EAAE,CAAC;KACzB,CAAC,CACH,CAAC;;AAGJ,MAAM,kCAAkC;IACtC,gCAAgC,GAAG,oBAAoB,CAAC;IACxD;;;;;;OAMG;IACH,+BAA+B,GAAG,KAAK,CAAC;IACxC;;;;;;;;OAQG;IACH,oCAAoC,GAClC,EAAE,CAAC;IAEG,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CAC9D,iBAAiB,CAAC,kCAAkC,EAAE;QACpD,gCAAgC,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACvD,+BAA+B,EAAE,QAAQ,CAAC,SAAS,EAAE,CAAC;QACtD,oCAAoC,EAAE,IAAI,CACxC,MAAM,CAAC,oCAAoC,CAAC,CAC7C;KACF,CAAC,CACH,CAAC;IAEF,MAAM,CAAC,MAAM,CACX,UAA2D;QAE3D,OAAO,kCAAkC,CAAC,aAAa,CAAC,QAAQ,CAC9D,UAAU,CACX,CAAC;IACJ,CAAC;;AAYH,MAAM,OAAO,6BAA8B,SAAQ,uBAAuB;IAC/D,OAAO,GAAG,IAAI,kCAAkC,EAAE,CAAC;IAEnD,eAAe,CAAS;IACxB,oBAAoB,CAAsB;IAC1C,cAAc,CAAS;IACvB,aAAa,CAAS;IACtB,qBAAqB,CAA8B;IAE5D,YACE,KAAoF;QAEpF,KAAK,CAAC,KAAK,CAAC,CAAC;QAEb,SAAS;QACT,iBAAiB,CACf,KAAK,CAAC,UAAU,CAAC,MAAM,EACvB,wDAAwD,CACzD,CAAC;QACF,IAAI,CAAC,eAAe,GAAG,uBAAuB,CAC5C,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,GAAG,EAC3B,qEAAqE,CACtE,CAAC;QACF,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;QAE7D,QAAQ;QACR,iBAAiB,CACf,KAAK,CAAC,UAAU,CAAC,KAAK,EACtB,uDAAuD,CACxD,CAAC;QACF,IAAI,CAAC,cAAc,GAAG,uBAAuB,CAC3C,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,GAAG,EAC1B,oEAAoE,CACrE,CAAC;QAEF,OAAO;QACP,iBAAiB,CACf,KAAK,CAAC,UAAU,CAAC,IAAI,EACrB,sDAAsD,CACvD,CAAC;QACF,IAAI,CAAC,aAAa,GAAG,uBAAuB,CAC1C,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,EACzB,mEAAmE,CACpE,CAAC;QACF,IAAI,CAAC,qBAAqB,GAAG,KAAK,CAAC,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC;QAE/D,UAAU;QACV,IAAI,CAAC,OAAO,GAAG,kCAAkC,CAAC,MAAM,CACtD,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,EAAE,IAAI;YAChC,EAAE,CAAoD,CACzD,CAAC;IACJ,CAAC;CACF"}
|
package/lib/components/{DSLExternalFormat_CodeSnippets.d.ts → DSL_ExternalFormat_CodeSnippets.d.ts}
RENAMED
|
@@ -18,4 +18,4 @@ export declare const BASIC_SCHEMASET_SNIPPET = "SchemaSet ${1:model::NewSchemaSe
|
|
|
18
18
|
export declare const SCHEMASET_WITH_JSON_SCHEMA_SNIPPET = "SchemaSet ${1:model::NewSchemaSet}\n{\n format: JSON;\n schemas: [\n {\n id: ${2:testId};\n location: '${3:example.json}';\n // example of JSON content\n // content: '{\\n \"\\$schema\": \"http://json-schema.org/draft-07/schema#\",\\n \"type\": \"object\",\\n \"properties\": {\\n \"stringField\": {\\n \"type\": \"string\"\\n },\\n \"floatField\": {\\n \"type\": \"number\"\\n },\\n \"decimalField\": {\\n \"type\": \"number\"\\n },\\n \"integerField\": {\\n \"type\": \"integer\"\\n },\\n \"dateField\": {\\n \"type\": \"string\",\\n \"format\": \"date-time\"\\n },\\n \"dateTimeField\": {\\n \"type\": \"string\",\\n \"format\": \"date-time\"\\n },\\n \"strictDateField\": {\\n \"type\": \"string\",\\n \"format\": \"date\"\\n },\\n \"booleanField\": {\\n \"type\": \"boolean\"\\n }\\n },\\n \"required\": [\\n \"stringField\",\\n \"floatField\",\\n \"decimalField\",\\n \"integerField\",\\n \"dateField\",\\n \"dateTimeField\",\\n \"strictDateField\",\\n \"booleanField\"\\n ]\\n}';\n content: '${4:}';\n }\n ];\n}";
|
|
19
19
|
export declare const SCHEMASET_WITH_XML_SCHEMA_SNIPPET = "SchemaSet ${1:model::NewSchemaSet}\n{\n format: XSD;\n schemas: [\n {\n id: ${2:testId};\n location: '${3:example.xsd}';\n // example of XSD content\n // content: '<?xml version=\\'1.0\\'?>\\n<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">\\n <xs:complexType name=\"Rectangle\">\\n <xs:sequence>\\n <xs:element name=\"height\" type=\"xs:int\" minOccurs=\"1\" maxOccurs=\"unbounded\">\\n <xs:annotation>\\n <xs:documentation xml:lang=\"en\">One of two dimensions of a rectangle</xs:documentation>\\n </xs:annotation>\\n </xs:element>\\n <xs:element name=\"width\" type=\"xs:int\" minOccurs=\"0\" maxOccurs=\"unbounded\"/>\\n </xs:sequence>\\n </xs:complexType>\\n</xs:schema>\\n';\n content: '${4:}';\n }\n ];\n}";
|
|
20
20
|
export declare const SCHEMASET_WITH_FLAT_DATA_SCHEMA_SNIPPET = "SchemaSet ${1:model::NewSchemaSet}\n{\n format: FlatData;\n schemas: [\n {\n id: ${2:testId};\n // example of flat-data content\n // content: 'section data: DelimitedWithHeadings\\n{\\n scope.untilEof;\\n delimiter: \\',\\';\\n\\n Record\\n {\\n FULL_NAME: STRING;\\n NICK_NAME: STRING;\\n }\\n}';\n content: '${3:}';\n }\n ];\n}";
|
|
21
|
-
//# sourceMappingURL=
|
|
21
|
+
//# sourceMappingURL=DSL_ExternalFormat_CodeSnippets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_CodeSnippets.d.ts","sourceRoot":"","sources":["../../src/components/DSL_ExternalFormat_CodeSnippets.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,eAAO,MAAM,qBAAqB,gNAQhC,CAAC;AAEH,eAAO,MAAM,uBAAuB,sKAUlC,CAAC;AAEH,eAAO,MAAM,kCAAkC,qqCAY7C,CAAC;AAEH,eAAO,MAAM,iCAAiC,81BAY5C,CAAC;AAEH,eAAO,MAAM,uCAAuC,sXAWlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_CodeSnippets.js","sourceRoot":"","sources":["../../src/components/DSL_ExternalFormat_CodeSnippets.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAC,MAAM,qBAAqB,GAAG;;;;;;;;EAQnC,CAAC;AAEH,MAAM,CAAC,MAAM,uBAAuB,GAAG;;;;;;;;;;EAUrC,CAAC;AAEH,MAAM,CAAC,MAAM,kCAAkC,GAAG;;;;;;;;;;;;EAYhD,CAAC;AAEH,MAAM,CAAC,MAAM,iCAAiC,GAAG;;;;;;;;;;;;EAY/C,CAAC;AAEH,MAAM,CAAC,MAAM,uCAAuC,GAAG;;;;;;;;;;;EAWrD,CAAC"}
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { type ElementEditorRenderer, type ElementEditorStateCreator, type ElementIconGetter, type DragElementClassifier, type ElementClassifier, type NewElementDriverCreator, type NewElementDriverEditorRenderer, type NewElementFromStateCreator, type PureGrammarParserElementSnippetSuggestionsGetter, type PureGrammarParserElementDocumentationGetter, type PureGrammarParserDocumentationGetter, type PureGrammarParserKeywordSuggestionGetter, LegendStudioApplicationPlugin } from '../stores/LegendStudioApplicationPlugin.js';
|
|
17
|
-
import type { ConnectionEditorRenderer, ConnectionValueEditorStateBuilder, DefaultConnectionValueBuilder,
|
|
18
|
-
export declare class
|
|
17
|
+
import type { ConnectionEditorRenderer, ConnectionValueEditorStateBuilder, DefaultConnectionValueBuilder, DSL_Mapping_LegendStudioApplicationPlugin_Extension, NewConnectionDriverCreator, RuntimeConnectionTooltipTextBuilder } from '../stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js';
|
|
18
|
+
export declare class DSL_ExternalFormat_LegendStudioApplicationPlugin extends LegendStudioApplicationPlugin implements DSL_Mapping_LegendStudioApplicationPlugin_Extension {
|
|
19
19
|
constructor();
|
|
20
20
|
getExtraRequiredDocumentationKeys(): string[];
|
|
21
21
|
getExtraSupportedElementTypes(): string[];
|
|
@@ -38,4 +38,4 @@ export declare class DSLExternalFormat_LegendStudioApplicationPlugin extends Leg
|
|
|
38
38
|
getExtraPureGrammarParserKeywordSuggestionGetters(): PureGrammarParserKeywordSuggestionGetter[];
|
|
39
39
|
getExtraPureGrammarParserElementSnippetSuggestionsGetters(): PureGrammarParserElementSnippetSuggestionsGetter[];
|
|
40
40
|
}
|
|
41
|
-
//# sourceMappingURL=
|
|
41
|
+
//# sourceMappingURL=DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2BH,OAAO,EACL,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,8BAA8B,EACnC,KAAK,0BAA0B,EAC/B,KAAK,gDAAgD,EACrD,KAAK,2CAA2C,EAChD,KAAK,oCAAoC,EACzC,KAAK,wCAAwC,EAE7C,6BAA6B,EAC9B,MAAM,4CAA4C,CAAC;AACpD,OAAO,KAAK,EACV,wBAAwB,EACxB,iCAAiC,EACjC,6BAA6B,EAC7B,mDAAmD,EACnD,0BAA0B,EAC1B,mCAAmC,EACpC,MAAM,kEAAkE,CAAC;AAmC1E,qBAAa,gDACX,SAAQ,6BACR,YAAW,mDAAmD;;IASrD,iCAAiC,IAAI,MAAM,EAAE;IAQtD,6BAA6B,IAAI,MAAM,EAAE;IAIzC,0BAA0B,IAAI,iBAAiB,EAAE;IAajD,0BAA0B,IAAI,iBAAiB,EAAE;IAqBjD,8BAA8B,IAAI,qBAAqB,EAAE;IAazD,mCAAmC,IAAI,0BAA0B,EAAE;IA+BnE,kCAAkC,IAAI,yBAAyB,EAAE;IAgBjE,gCAAgC,IAAI,uBAAuB,EAAE;IAc7D,uCAAuC,IAAI,8BAA8B,EAAE;IAW3E,8BAA8B,IAAI,qBAAqB,EAAE;IAYzD,6CAA6C,IAAI,MAAM,EAAE;IAOzD,4CAA4C,IAAI,mCAAmC,EAAE;IAWrF,sCAAsC,IAAI,6BAA6B,EAAE;IAiBzE,0CAA0C,IAAI,iCAAiC,EAAE;IAiBjF,iCAAiC,IAAI,wBAAwB,EAAE;IAqB/D,mCAAmC,IAAI,0BAA0B,EAAE;IAcnE,oDAAoD,IAAI,2CAA2C,EAAE;IAyBrG,6CAA6C,IAAI,oCAAoC,EAAE;IAgBvF,iDAAiD,IAAI,wCAAwC,EAAE;IAgB/F,yDAAyD,IAAI,gDAAgD,EAAE;CAuChH"}
|
|
@@ -16,23 +16,23 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
16
16
|
*/
|
|
17
17
|
import packageJson from '../../package.json';
|
|
18
18
|
import { BufferIcon, SitemapIcon } from '@finos/legend-art';
|
|
19
|
-
import { SchemaSetEditor } from './editor/edit-panel/external-format-editor/
|
|
19
|
+
import { SchemaSetEditor } from './editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js';
|
|
20
20
|
import { PackageableElementExplicitReference, SchemaSet, Binding, ModelUnit, ExternalFormatConnection, UrlStream, PURE_GRAMMAR_BINDING_ELEMENT_TYPE_LABEL, PURE_GRAMMAR_EXTERNAL_FORMAT_PARSER_NAME, PURE_GRAMMAR_SCHEMA_SET_ELEMENT_TYPE_LABEL, } from '@finos/legend-graph';
|
|
21
|
-
import { ExternalFormatConnectionEditor, ExternalFormatConnectionValueState, NewExternalFormatConnectionDriver, } from './editor/edit-panel/external-format-editor/
|
|
22
|
-
import { BindingEditor } from './editor/edit-panel/external-format-editor/
|
|
21
|
+
import { ExternalFormatConnectionEditor, ExternalFormatConnectionValueState, NewExternalFormatConnectionDriver, } from './editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js';
|
|
22
|
+
import { BindingEditor } from './editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js';
|
|
23
23
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
24
24
|
import { LegendStudioApplicationPlugin, } from '../stores/LegendStudioApplicationPlugin.js';
|
|
25
|
-
import { SchemaSetEditorState } from '../stores/editor-state/element-editor-state/external-format/
|
|
26
|
-
import { BindingEditorState } from '../stores/editor-state/element-editor-state/external-format/
|
|
27
|
-
import { externalFormat_Binding_setContentType, externalFormat_urlStream_setUrl, } from '../stores/graphModifier/
|
|
28
|
-
import { DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY } from './
|
|
29
|
-
import { BASIC_BINDING_SNIPPET, BASIC_SCHEMASET_SNIPPET, SCHEMASET_WITH_JSON_SCHEMA_SNIPPET, SCHEMASET_WITH_XML_SCHEMA_SNIPPET, SCHEMASET_WITH_FLAT_DATA_SCHEMA_SNIPPET, } from './
|
|
30
|
-
import { NewSchemaSetDriver, NewSchemaSetDriverEditor, } from './editor/edit-panel/external-format-editor/
|
|
25
|
+
import { SchemaSetEditorState } from '../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
26
|
+
import { BindingEditorState } from '../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js';
|
|
27
|
+
import { externalFormat_Binding_setContentType, externalFormat_urlStream_setUrl, } from '../stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
28
|
+
import { DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY } from './DSL_ExternalFormat_LegendStudioDocumentation.js';
|
|
29
|
+
import { BASIC_BINDING_SNIPPET, BASIC_SCHEMASET_SNIPPET, SCHEMASET_WITH_JSON_SCHEMA_SNIPPET, SCHEMASET_WITH_XML_SCHEMA_SNIPPET, SCHEMASET_WITH_FLAT_DATA_SCHEMA_SNIPPET, } from './DSL_ExternalFormat_CodeSnippets.js';
|
|
30
|
+
import { NewSchemaSetDriver, NewSchemaSetDriverEditor, } from './editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js';
|
|
31
31
|
const SCHEMA_SET_ELEMENT_TYPE = 'SCHEMASET';
|
|
32
32
|
const SCHEMA_SET_ELEMENT_PROJECT_EXPLORER_DND_TYPE = 'PROJECT_EXPLORER_SCHEMA_SET';
|
|
33
33
|
const BINDING_ELEMENT_TYPE = 'BINDING';
|
|
34
34
|
const BINDING_ELEMENT_PROJECT_EXPLORER_DND_TYPE = 'PROJECT_EXPLORER_BINDING';
|
|
35
|
-
export class
|
|
35
|
+
export class DSL_ExternalFormat_LegendStudioApplicationPlugin extends LegendStudioApplicationPlugin {
|
|
36
36
|
constructor() {
|
|
37
37
|
super(packageJson.extensions.dsl_external_format_applicationStudioPlugin, packageJson.version);
|
|
38
38
|
}
|
|
@@ -286,4 +286,4 @@ export class DSLExternalFormat_LegendStudioApplicationPlugin extends LegendStudi
|
|
|
286
286
|
];
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
|
-
//# sourceMappingURL=
|
|
289
|
+
//# sourceMappingURL=DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_LegendStudioApplicationPlugin.js","sourceRoot":"","sources":["../../src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx"],"names":[],"mappings":"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"}
|
|
@@ -18,4 +18,4 @@ export declare enum DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY {
|
|
|
18
18
|
GRAMMAR_ELEMENT_BINDING = "dsl-external-format.grammar.element.binding",
|
|
19
19
|
GRAMMAR_ELEMENT_SCHEMASET = "dsl-external-format.grammar.element.schema-set"
|
|
20
20
|
}
|
|
21
|
-
//# sourceMappingURL=
|
|
21
|
+
//# sourceMappingURL=DSL_ExternalFormat_LegendStudioDocumentation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_LegendStudioDocumentation.d.ts","sourceRoot":"","sources":["../../src/components/DSL_ExternalFormat_LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,oBAAY,mDAAmD;IAC7D,cAAc,uCAAuC;IACrD,uBAAuB,gDAAgD;IACvE,yBAAyB,mDAAmD;CAC7E"}
|
|
@@ -19,4 +19,4 @@ export var DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY;
|
|
|
19
19
|
DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY["GRAMMAR_ELEMENT_BINDING"] = "dsl-external-format.grammar.element.binding";
|
|
20
20
|
DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY["GRAMMAR_ELEMENT_SCHEMASET"] = "dsl-external-format.grammar.element.schema-set";
|
|
21
21
|
})(DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY = DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY || (DSL_EXTERNAL_FORMAT_LEGEND_STUDIO_DOCUMENTATION_KEY = {}));
|
|
22
|
-
//# sourceMappingURL=
|
|
22
|
+
//# sourceMappingURL=DSL_ExternalFormat_LegendStudioDocumentation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_LegendStudioDocumentation.js","sourceRoot":"","sources":["../../src/components/DSL_ExternalFormat_LegendStudioDocumentation.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,MAAM,CAAN,IAAY,mDAIX;AAJD,WAAY,mDAAmD;IAC7D,4GAAqD,CAAA;IACrD,8HAAuE,CAAA;IACvE,mIAA4E,CAAA;AAC9E,CAAC,EAJW,mDAAmD,GAAnD,mDAAmD,KAAnD,mDAAmD,QAI9D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorComponentTestUtils.d.ts","sourceRoot":"","sources":["../../src/components/EditorComponentTestUtils.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EACL,KAAK,YAAY,EAKlB,MAAM,wBAAwB,CAAC;AAIhC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAGvD,OAAO,KAAK,EAAE,WAAW,EAAuB,MAAM,sBAAsB,CAAC;AAC7E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AACxF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EACL,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,OAAO,EACZ,KAAK,SAAS,EAKf,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,KAAK,kCAAkC,EACvC,KAAK,cAAc,EACnB,KAAK,iBAAiB,EAIvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAG3B,KAAK,qBAAqB,EAC3B,MAAM,4BAA4B,CAAC;AAUpC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAEvF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDtC,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;CAKvC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,KAAK,CAAC,EAAE,CAAC;IACzD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,
|
|
1
|
+
{"version":3,"file":"EditorComponentTestUtils.d.ts","sourceRoot":"","sources":["../../src/components/EditorComponentTestUtils.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EACL,KAAK,YAAY,EAKlB,MAAM,wBAAwB,CAAC;AAIhC,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAGvD,OAAO,KAAK,EAAE,WAAW,EAAuB,MAAM,sBAAsB,CAAC;AAC7E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AACxF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EACL,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,uBAAuB,EAC5B,KAAK,QAAQ,EACb,KAAK,gBAAgB,EACrB,KAAK,OAAO,EACZ,KAAK,SAAS,EAKf,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,KAAK,kCAAkC,EACvC,KAAK,cAAc,EACnB,KAAK,iBAAiB,EAIvB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,iBAAiB,EACtB,KAAK,WAAW,EAChB,KAAK,sBAAsB,EAG3B,KAAK,qBAAqB,EAC3B,MAAM,4BAA4B,CAAC;AAUpC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAEvF,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDtC,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;CAKvC,CAAC;AAEF,eAAO,MAAM,mCAAmC,EAAE,KAAK,CAAC,EAAE,CAAC;IACzD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAEA,CAAC;AAEF,eAAO,MAAM,8BAA8B,mBAAoB;IAC7D,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,gBAAgB,CAAC,EAAE,4BAA4B,CAAC;IAChD,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,aAAa,CAAC,EAAE,yBAAyB,CAAC;CAC3C,KAAG,WAoBH,CAAC;AAEF,eAAO,MAAM,kCAAkC,SACvC,MAAM,gBACE,YAAY,6BAEzB,QAAQ,IAAI,CAiBd,CAAC;AAEF,eAAO,MAAM,iCAAiC,SACtC,MAAM,gBACE,YAAY,KACzB,QAAQ,IAAI,CAOd,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,iBAAiB,sBACT,WAAW,QACxB;IACJ,OAAO,EAAE,YAAY,OAAO,CAAC,CAAC;IAC9B,SAAS,EAAE,YAAY,SAAS,CAAC,CAAC;IAClC,cAAc,EAAE,YAAY,QAAQ,CAAC,CAAC;IACtC,QAAQ,EAAE,YAAY,MAAM,CAAC,EAAE,CAAC;IAChC,eAAe,EAAE,YAAY,OAAO,CAAC,EAAE,CAAC;IACxC,oBAAoB,EAAE,YAAY,oBAAoB,CAAC,CAAC;IACxD,6BAA6B,EAAE,YAAY,uBAAuB,CAAC,CAAC;IACpE,+BAA+B,EAAE,kCAAkC,EAAE,CAAC;IACtE,QAAQ,EAAE,YAAY,WAAW,CAAC,EAAE,CAAC;IACrC,WAAW,EAAE,YAAY,WAAW,CAAC,EAAE,CAAC;IACxC,iBAAiB,EAAE,YAAY,sBAAsB,CAAC,EAAE,CAAC;IACzD,qBAAqB,EAAE,YAAY,qBAAqB,CAAC,CAAC;CAC3D,KACA,QAAQ,YAAY,CA0JtB,CAAC;AAEF,eAAO,MAAM,oCAAoC,sBAC5B,WAAW,cAClB;IACV,OAAO,CAAC,EAAE,YAAY,OAAO,CAAC,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,SAAS,CAAC,CAAC;IACnC,cAAc,CAAC,EAAE,YAAY,QAAQ,CAAC,CAAC;IACvC,QAAQ,CAAC,EAAE,YAAY,MAAM,CAAC,EAAE,CAAC;IACjC,eAAe,CAAC,EAAE,YAAY,OAAO,CAAC,EAAE,CAAC;IACzC,oBAAoB,CAAC,EAAE,YAAY,oBAAoB,CAAC,CAAC;IACzD,6BAA6B,CAAC,EAAE,YAAY,uBAAuB,CAAC,CAAC;IACrE,+BAA+B,CAAC,EAAE,kCAAkC,EAAE,CAAC;IACvE,QAAQ,CAAC,EAAE,YAAY,WAAW,CAAC,EAAE,CAAC;IACtC,WAAW,CAAC,EAAE,YAAY,WAAW,CAAC,EAAE,CAAC;IACzC,iBAAiB,CAAC,EAAE,YAAY,sBAAsB,CAAC,EAAE,CAAC;IAC1D,qBAAqB,CAAC,EAAE,YAAY,qBAAqB,CAAC,CAAC;CAC5D,KACA,QAAQ,YAAY,CAmBnB,CAAC"}
|
|
@@ -87,13 +87,13 @@ export const TEST_DATA__DefaultDepotInfo = {
|
|
|
87
87
|
conflicts: [],
|
|
88
88
|
},
|
|
89
89
|
};
|
|
90
|
-
export const TEST__LegendStudioBaseStoreProvider = ({ children }) => (_jsx(LegendStudioBaseStoreProvider, {
|
|
90
|
+
export const TEST__LegendStudioBaseStoreProvider = ({ children }) => (_jsx(LegendStudioBaseStoreProvider, { children: children }));
|
|
91
91
|
export const TEST__provideMockedEditorStore = (customization) => {
|
|
92
92
|
const pluginManager = customization?.pluginManager ?? LegendStudioPluginManager.create();
|
|
93
93
|
const value = customization?.mock ??
|
|
94
94
|
new EditorStore(customization?.applicationStore ??
|
|
95
95
|
TEST__getTestApplicationStore(TEST__getLegendStudioApplicationConfig(), pluginManager), customization?.sdlcServerClient ?? TEST__getTestSDLCServerClient(), customization?.depotServerClient ?? TEST__getTestDepotServerClient(), customization?.graphManagerState ??
|
|
96
|
-
TEST__getTestGraphManagerState(customization?.pluginManager)
|
|
96
|
+
TEST__getTestGraphManagerState(customization?.pluginManager));
|
|
97
97
|
const MockedEditorStoreProvider = require('./editor/EditorStoreProvider.js'); // eslint-disable-line @typescript-eslint/no-unsafe-assignment
|
|
98
98
|
MockedEditorStoreProvider.useEditorStore = jest.fn();
|
|
99
99
|
MockedEditorStoreProvider.useEditorStore.mockReturnValue(value);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorComponentTestUtils.js","sourceRoot":"","sources":["../../src/components/EditorComponentTestUtils.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"EditorComponentTestUtils.js","sourceRoot":"","sources":["../../src/components/EditorComponentTestUtils.tsx"],"names":[],"mappings":"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"}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
16
17
|
export declare const EmbeddedQueryBuilder: (() => JSX.Element | null) & {
|
|
17
18
|
displayName: string;
|
|
18
19
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbeddedQueryBuilder.d.ts","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"EmbeddedQueryBuilder.d.ts","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA0GH,eAAO,MAAM,oBAAoB;;CAa/B,CAAC"}
|
|
@@ -18,8 +18,8 @@ import { Fragment, useState } from 'react';
|
|
|
18
18
|
import { observer } from 'mobx-react-lite';
|
|
19
19
|
import { clsx, Dialog, TimesIcon, WindowMaximizeIcon, EmptyWindowRestoreIcon, } from '@finos/legend-art';
|
|
20
20
|
import { flowResult } from 'mobx';
|
|
21
|
-
import {
|
|
22
|
-
import { useApplicationNavigationContext,
|
|
21
|
+
import { noop } from '@finos/legend-shared';
|
|
22
|
+
import { useApplicationNavigationContext, useApplicationStore, } from '@finos/legend-application';
|
|
23
23
|
import { QueryBuilder, } from '@finos/legend-query-builder';
|
|
24
24
|
import { LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY } from '../stores/LegendStudioApplicationNavigationContext.js';
|
|
25
25
|
import { useEditorStore } from './editor/EditorStoreProvider.js';
|
|
@@ -32,37 +32,12 @@ const QueryBuilderDialog = observer((props) => {
|
|
|
32
32
|
const applicationStore = useApplicationStore();
|
|
33
33
|
const [isMaximized, setIsMaximized] = useState(false);
|
|
34
34
|
const toggleMaximize = () => setIsMaximized(!isMaximized);
|
|
35
|
-
const closeQueryBuilder = () => {
|
|
36
|
-
flowResult(embeddedQueryBuilderState.setEmbeddedQueryBuilderConfiguration(undefined)).catch(applicationStore.alertUnhandledError);
|
|
37
|
-
};
|
|
38
|
-
useApplicationNavigationContext(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.EMBEDDED_QUERY_BUILDER);
|
|
39
35
|
const confirmCloseQueryBuilder = () => {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
queryBuilderState.changeDetectionState.queryHashCode !==
|
|
44
|
-
hashObject(queryBuilderState.buildQuery())) {
|
|
45
|
-
applicationStore.setActionAlertInfo({
|
|
46
|
-
message: 'Unsaved changes to your query will be lost if you continue. Do you still want to proceed?',
|
|
47
|
-
type: ActionAlertType.CAUTION,
|
|
48
|
-
actions: [
|
|
49
|
-
{
|
|
50
|
-
label: 'Proceed',
|
|
51
|
-
type: ActionAlertActionType.PROCEED_WITH_CAUTION,
|
|
52
|
-
handler: applicationStore.guardUnhandledError(async () => closeQueryBuilder()),
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
label: 'Cancel',
|
|
56
|
-
type: ActionAlertActionType.PROCEED,
|
|
57
|
-
default: true,
|
|
58
|
-
},
|
|
59
|
-
],
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
else {
|
|
63
|
-
closeQueryBuilder();
|
|
64
|
-
}
|
|
36
|
+
queryBuilderState.changeDetectionState.alertUnsavedChanges(() => {
|
|
37
|
+
flowResult(embeddedQueryBuilderState.setEmbeddedQueryBuilderConfiguration(undefined)).catch(applicationStore.alertUnhandledError);
|
|
38
|
+
});
|
|
65
39
|
};
|
|
40
|
+
useApplicationNavigationContext(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY.EMBEDDED_QUERY_BUILDER);
|
|
66
41
|
return (_jsx(Dialog, { open: Boolean(embeddedQueryBuilderState.queryBuilderState), onClose: noop, classes: {
|
|
67
42
|
root: 'editor-modal__root-container',
|
|
68
43
|
container: 'editor-modal__container',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbeddedQueryBuilder.js","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,IAAI,EACJ,MAAM,EACN,SAAS,EACT,kBAAkB,EAClB,sBAAsB,GACvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"EmbeddedQueryBuilder.js","sourceRoot":"","sources":["../../src/components/EmbeddedQueryBuilder.tsx"],"names":[],"mappings":"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"}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
16
17
|
import type { LegendStudioPluginManager } from '../application/LegendStudioPluginManager.js';
|
|
17
18
|
import type { LegendStudioApplicationConfig } from '../application/LegendStudioApplicationConfig.js';
|
|
18
19
|
export declare const LegendStudioApplicationRoot: (() => JSX.Element) & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendStudioApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"LegendStudioApplication.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAgBH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAgB7F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iDAAiD,CAAC;AA4DrG,eAAO,MAAM,2BAA2B;;CA+EtC,CAAC;AAEH,eAAO,MAAM,uBAAuB,WAC1B;IACN,MAAM,EAAE,6BAA6B,CAAC;IACtC,aAAa,EAAE,yBAAyB,CAAC;CAC1C;;CA+BF,CAAC"}
|
|
@@ -75,6 +75,6 @@ export const LegendStudioApplication = observer((props) => {
|
|
|
75
75
|
baseHeaders: config.SDLCServerBaseHeaders,
|
|
76
76
|
}, children: _jsx(DepotServerClientProvider, { config: {
|
|
77
77
|
serverUrl: config.depotServerUrl,
|
|
78
|
-
}, children: _jsx(GraphManagerStateProvider, { pluginManager: pluginManager, log: applicationStore.log, children: _jsx(LegendStudioBaseStoreProvider, {
|
|
78
|
+
}, children: _jsx(GraphManagerStateProvider, { pluginManager: pluginManager, log: applicationStore.log, children: _jsx(LegendStudioBaseStoreProvider, { children: _jsx(LegendApplicationComponentFrameworkProvider, { children: _jsx(LegendStudioApplicationRoot, {}) }) }) }) }) }));
|
|
79
79
|
});
|
|
80
80
|
//# sourceMappingURL=LegendStudioApplication.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendStudioApplication.js","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"LegendStudioApplication.js","sourceRoot":"","sources":["../../src/components/LegendStudioApplication.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,IAAI,EACJ,SAAS,EACT,kBAAkB,EAClB,qBAAqB,GACtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AACvE,OAAO,EACL,6BAA6B,EAC7B,+BAA+B,EAC/B,wBAAwB,GACzB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAChE,OAAO,EACL,2BAA2B,EAC3B,2CAA2C,EAC3C,mBAAmB,EACnB,gBAAgB,GACjB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AAEzF,MAAM,+BAA+B,GAAG,QAAQ,CAAC,GAAG,EAAE;IACpD,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAE/C,MAAM,WAAW,GAAG,gBAAgB,CAAC,SAAS,CAAC,sBAAsB,EAAE,CAAC;IAExE,MAAM,aAAa,GAAG,gBAAgB,CAAC,oBAAoB,CAAC,WAAW,CACrE,+BAA+B,CAAC,cAAc,CAC/C,CAAC;IAEF,OAAO,CACL,cAAK,SAAS,EAAC,WAAW,YACxB,eACE,SAAS,EAAE,IAAI,CAAC,kBAAkB,EAAE;gBAClC,oCAAoC,EAAE,CAAC,aAAa,EAAE,YAAY;aACnE,CAAC,aAEF,eAAK,SAAS,EAAC,wBAAwB,aACrC,cAAK,SAAS,EAAC,+BAA+B,YAC5C,KAAC,SAAS,KAAG,GACT,EACN,cAAK,SAAS,EAAC,gCAAgC,YAC7C,cAAK,OAAO,EAAC,aAAa,YACxB,YAAG,SAAS,EAAC,oBAAoB,YAC/B,kBACE,SAAS,EAAC,uCAAuC,EACjD,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,IAAI,GACE,GACT,GACA,GACF,IACF,EACN,eAAK,SAAS,EAAC,gCAAgC,aAC7C,cAAK,SAAS,EAAC,uCAAuC,+BAEhD,EACN,eAAK,SAAS,EAAC,wCAAwC,kCAErD,eAAM,SAAS,EAAC,6CAA6C,YAC1D,gBAAgB,CAAC,SAAS,CAAC,gBAAgB,CAAC,WAAW,CAAC,GACpD,wCAEH,IACF,EACL,aAAa,EAAE,YAAY,IAAI,CAC9B,cAAK,SAAS,EAAC,iCAAiC,YAC9C,KAAC,kBAAkB,IACjB,KAAK,EAAE,aAAa,CAAC,YAAY,EACjC,SAAS,EAAC,wBAAwB,GAClC,GACE,CACP,IACG,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,2BAA2B,GAAG,QAAQ,CAAC,GAAG,EAAE;IACvD,MAAM,SAAS,GAAG,wBAAwB,EAAE,CAAC;IAC7C,MAAM,gBAAgB,GAAG,+BAA+B,EAAE,CAAC;IAC3D,MAAM,2BAA2B,GAAG,gBAAgB,CAAC,aAAa;SAC/D,qBAAqB,EAAE;SACvB,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,8BAA8B,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC;IAExE,SAAS,CAAC,GAAG,EAAE;QACb,UAAU,CAAC,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC,KAAK,CACtC,gBAAgB,CAAC,mBAAmB,CACrC,CAAC;IACJ,CAAC,EAAE,CAAC,gBAAgB,EAAE,SAAS,CAAC,CAAC,CAAC;IAElC,OAAO,CACL,eAAK,SAAS,EAAC,KAAK,aACjB,CAAC,SAAS,CAAC,gBAAgB,IAAI,CAC9B,cAAK,SAAS,EAAC,WAAW,YACxB,KAAC,qBAAqB,IAAC,SAAS,EAAE,IAAI,GAAI,GACtC,CACP,EACA,SAAS,CAAC,gBAAgB,IAAI,CAC7B,8BAEE,KAAC,gBAAgB,KAAG,EACpB,MAAC,MAAM,eACL,KAAC,KAAK,IACJ,KAAK,EAAE,IAAI,EACX,IAAI,EAAE;oCACJ,2BAA2B,CAAC,IAAI;oCAChC,2BAA2B,CAAC,WAAW;oCACvC,2BAA2B,CAAC,kBAAkB;oCAC9C,2BAA2B,CAAC,cAAc;oCAC1C,2BAA2B,CAAC,gBAAgB;oCAC5C,2BAA2B,CAAC,eAAe;oCAC3C,2BAA2B,CAAC,uBAAuB;oCACnD,2BAA2B,CAAC,sBAAsB;iCACnD,EACD,SAAS,EAAE,aAAa,GACxB,EACF,KAAC,KAAK,IACJ,KAAK,EAAE,IAAI,EACX,IAAI,EAAE,2BAA2B,CAAC,MAAM,EACxC,SAAS,EAAE,eAAe,GAC1B,EACF,KAAC,KAAK,IACJ,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,IAAI,EAAE;oCACJ,2BAA2B,CAAC,UAAU;oCACtC,2BAA2B,CAAC,IAAI;iCACjC,EACD,SAAS,EAAE,MAAM,GACjB,EACF,KAAC,KAAK,IACJ,KAAK,EAAE,IAAI,EACX,IAAI,EAAE;oCACJ,gDAAgD;oCAChD,GAAG;oCACH,2BAA2B,CAAC,KAAK;oCACjC,2BAA2B,CAAC,WAAW;iCACxC,EACD,SAAS,EAAE,cAAc,GACzB,EACD,2BAA2B,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAC1C,KAAC,KAAK,IAEJ,KAAK,EAAE,IAAI,EACX,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,CAAC,2BAA2B,CAAC,EACxD,SAAS,EAAE,KAAK,CAAC,QAAwC,IAHpD,KAAK,CAAC,GAAG,CAId,CACH,CAAC,EACF,KAAC,KAAK,cACJ,KAAC,+BAA+B,KAAG,GAC7B,IACD,IACR,CACJ,IACG,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,uBAAuB,GAAG,QAAQ,CAC7C,CAAC,KAGA,EAAE,EAAE;IACH,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC;IACxC,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAE/C,OAAO,CACL,KAAC,wBAAwB,IACvB,MAAM,EAAE;YACN,GAAG,EAAE,MAAM,CAAC,GAAG;YACf,SAAS,EAAE,MAAM,CAAC,aAAa;YAC/B,WAAW,EAAE,MAAM,CAAC,qBAAqB;SAC1C,YAED,KAAC,yBAAyB,IACxB,MAAM,EAAE;gBACN,SAAS,EAAE,MAAM,CAAC,cAAc;aACjC,YAED,KAAC,yBAAyB,IACxB,aAAa,EAAE,aAAa,EAC5B,GAAG,EAAE,gBAAgB,CAAC,GAAG,YAEzB,KAAC,6BAA6B,cAC5B,KAAC,2CAA2C,cAC1C,KAAC,2BAA2B,KAAG,GACa,GAChB,GACN,GACF,GACH,CAC5B,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
@@ -15,10 +15,8 @@
|
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
17
|
import { type LegendStudioApplicationStore, LegendStudioBaseStore } from '../stores/LegendStudioBaseStore.js';
|
|
18
|
-
import type { LegendStudioPluginManager } from '../application/LegendStudioPluginManager.js';
|
|
19
18
|
export declare const useLegendStudioApplicationStore: () => LegendStudioApplicationStore;
|
|
20
19
|
export declare const LegendStudioBaseStoreProvider: React.FC<{
|
|
21
|
-
pluginManager: LegendStudioPluginManager;
|
|
22
20
|
children: React.ReactNode;
|
|
23
21
|
}>;
|
|
24
22
|
export declare const useLegendStudioBaseStore: () => LegendStudioBaseStore;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendStudioBaseStoreProvider.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioBaseStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAMH,OAAO,EACL,KAAK,4BAA4B,EACjC,qBAAqB,EACtB,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"LegendStudioBaseStoreProvider.d.ts","sourceRoot":"","sources":["../../src/components/LegendStudioBaseStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAMH,OAAO,EACL,KAAK,4BAA4B,EACjC,qBAAqB,EACtB,MAAM,oCAAoC,CAAC;AAM5C,eAAO,MAAM,+BAA+B,oCAKrC,CAAC;AAMR,eAAO,MAAM,6BAA6B,EAAE,KAAK,CAAC,EAAE,CAAC;IACnD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAiBA,CAAC;AAEF,eAAO,MAAM,wBAAwB,QAAO,qBAIzC,CAAC"}
|
|
@@ -23,11 +23,11 @@ import { useLocalObservable } from 'mobx-react-lite';
|
|
|
23
23
|
import { useApplicationStore } from '@finos/legend-application';
|
|
24
24
|
export const useLegendStudioApplicationStore = () => useApplicationStore();
|
|
25
25
|
const LegendStudioBaseStoreContext = createContext(undefined);
|
|
26
|
-
export const LegendStudioBaseStoreProvider = ({
|
|
26
|
+
export const LegendStudioBaseStoreProvider = ({ children }) => {
|
|
27
27
|
const applicationStore = useLegendStudioApplicationStore();
|
|
28
28
|
const sdlcServerClient = useSDLCServerClient();
|
|
29
29
|
const depotServerClient = useDepotServerClient();
|
|
30
|
-
const baseStore = useLocalObservable(() => new LegendStudioBaseStore(applicationStore, sdlcServerClient, depotServerClient
|
|
30
|
+
const baseStore = useLocalObservable(() => new LegendStudioBaseStore(applicationStore, sdlcServerClient, depotServerClient));
|
|
31
31
|
return (_jsx(LegendStudioBaseStoreContext.Provider, { value: baseStore, children: children }));
|
|
32
32
|
};
|
|
33
33
|
export const useLegendStudioBaseStore = () => guaranteeNonNullable(useContext(LegendStudioBaseStoreContext), `Can't find Legend Studio base store in context`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LegendStudioBaseStoreProvider.js","sourceRoot":"","sources":["../../src/components/LegendStudioBaseStoreProvider.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,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAEL,qBAAqB,GACtB,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"LegendStudioBaseStoreProvider.js","sourceRoot":"","sources":["../../src/components/LegendStudioBaseStoreProvider.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,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAEL,qBAAqB,GACtB,MAAM,oCAAoC,CAAC;AAE5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAGhE,MAAM,CAAC,MAAM,+BAA+B,GAC1C,GAAiC,EAAE,CACjC,mBAAmB,EAGhB,CAAC;AAER,MAAM,4BAA4B,GAAG,aAAa,CAEhD,SAAS,CAAC,CAAC;AAEb,MAAM,CAAC,MAAM,6BAA6B,GAErC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpB,MAAM,gBAAgB,GAAG,+BAA+B,EAAE,CAAC;IAC3D,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAC/C,MAAM,iBAAiB,GAAG,oBAAoB,EAAE,CAAC;IACjD,MAAM,SAAS,GAAG,kBAAkB,CAClC,GAAG,EAAE,CACH,IAAI,qBAAqB,CACvB,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,CAClB,CACJ,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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorStoreProvider.d.ts","sourceRoot":"","sources":["../../../src/components/editor/EditorStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"EditorStoreProvider.d.ts","sourceRoot":"","sources":["../../../src/components/editor/EditorStoreProvider.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAIH,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAS1D,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC;IACzC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAmBA,CAAC;AAEF,eAAO,MAAM,cAAc,QAAO,WAI/B,CAAC;AAEJ,eAAO,MAAM,eAAe,qBAAsB,MAAM,EAAE,KAAG,MAAM,EAOhE,CAAC"}
|
|
@@ -20,7 +20,7 @@ import { EditorStore } from '../../stores/EditorStore.js';
|
|
|
20
20
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
21
21
|
import { useSDLCServerClient } from '@finos/legend-server-sdlc';
|
|
22
22
|
import { useDepotServerClient } from '@finos/legend-server-depot';
|
|
23
|
-
import { useLegendStudioApplicationStore
|
|
23
|
+
import { useLegendStudioApplicationStore } from '../LegendStudioBaseStoreProvider.js';
|
|
24
24
|
import { useGraphManagerState } from '@finos/legend-graph';
|
|
25
25
|
const EditorStoreContext = createContext(undefined);
|
|
26
26
|
export const EditorStoreProvider = ({ children }) => {
|
|
@@ -28,8 +28,7 @@ export const EditorStoreProvider = ({ children }) => {
|
|
|
28
28
|
const sdlcServerClient = useSDLCServerClient();
|
|
29
29
|
const depotServerClient = useDepotServerClient();
|
|
30
30
|
const graphManagerState = useGraphManagerState();
|
|
31
|
-
const
|
|
32
|
-
const store = useLocalObservable(() => new EditorStore(applicationStore, sdlcServerClient, depotServerClient, graphManagerState, baseStore.pluginManager));
|
|
31
|
+
const store = useLocalObservable(() => new EditorStore(applicationStore, sdlcServerClient, depotServerClient, graphManagerState));
|
|
33
32
|
return (_jsx(EditorStoreContext.Provider, { value: store, children: children }));
|
|
34
33
|
};
|
|
35
34
|
export const useEditorStore = () => guaranteeNonNullable(useContext(EditorStoreContext), `Can't find editor store in context`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorStoreProvider.js","sourceRoot":"","sources":["../../../src/components/editor/EditorStoreProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,
|
|
1
|
+
{"version":3,"file":"EditorStoreProvider.js","sourceRoot":"","sources":["../../../src/components/editor/EditorStoreProvider.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EAAE,+BAA+B,EAAE,MAAM,qCAAqC,CAAC;AACtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,MAAM,kBAAkB,GAAG,aAAa,CAA0B,SAAS,CAAC,CAAC;AAE7E,MAAM,CAAC,MAAM,mBAAmB,GAE3B,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpB,MAAM,gBAAgB,GAAG,+BAA+B,EAAE,CAAC;IAC3D,MAAM,gBAAgB,GAAG,mBAAmB,EAAE,CAAC;IAC/C,MAAM,iBAAiB,GAAG,oBAAoB,EAAE,CAAC;IACjD,MAAM,iBAAiB,GAAG,oBAAoB,EAAE,CAAC;IACjD,MAAM,KAAK,GAAG,kBAAkB,CAC9B,GAAG,EAAE,CACH,IAAI,WAAW,CACb,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,iBAAiB,CAClB,CACJ,CAAC;IACF,OAAO,CACL,KAAC,kBAAkB,CAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YACtC,QAAQ,GACmB,CAC/B,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAG,GAAgB,EAAE,CAC9C,oBAAoB,CAClB,UAAU,CAAC,kBAAkB,CAAC,EAC9B,oCAAoC,CACrC,CAAC;AAEJ,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,gBAA0B,EAAY,EAAE,CACtE,SAAS,eAAe;IACtB,OAAO,CACL,KAAC,mBAAmB,cAClB,KAAC,gBAAgB,KAAG,GACA,CACvB,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
16
17
|
export declare const StatusBar: ((props: {
|
|
17
18
|
actionsDisabled: boolean;
|
|
18
19
|
}) => JSX.Element) & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../src/components/editor/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../src/components/editor/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA6BH,eAAO,MAAM,SAAS,WAAoB;IAAE,eAAe,EAAE,OAAO,CAAA;CAAE;;CA6TpE,CAAC"}
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
/// <reference types="react" resolution-mode="require"/>
|
|
16
17
|
export declare const AuxiliaryPanel: (() => JSX.Element) & {
|
|
17
18
|
displayName: string;
|
|
18
19
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuxiliaryPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/AuxiliaryPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"AuxiliaryPanel.d.ts","sourceRoot":"","sources":["../../../../src/components/editor/aux-panel/AuxiliaryPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAiBH,eAAO,MAAM,cAAc;;CA6GzB,CAAC"}
|
|
@@ -16,7 +16,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
16
16
|
*/
|
|
17
17
|
import { useEffect } from 'react';
|
|
18
18
|
import { observer } from 'mobx-react-lite';
|
|
19
|
-
import { clsx, ChevronUpIcon, ChevronDownIcon, XIcon } from '@finos/legend-art';
|
|
19
|
+
import { clsx, ChevronUpIcon, ChevronDownIcon, XIcon, PanelContent, } from '@finos/legend-art';
|
|
20
20
|
import { Console } from './Console.js';
|
|
21
21
|
import { AUX_PANEL_MODE } from '../../../stores/EditorConfig.js';
|
|
22
22
|
import { isNonNullable } from '@finos/legend-shared';
|
|
@@ -53,6 +53,6 @@ export const AuxiliaryPanel = observer(() => {
|
|
|
53
53
|
.filter(isNonNullable)
|
|
54
54
|
.map((tab) => (_jsxs("button", { tabIndex: -1, className: clsx('auxiliary-panel__header__tab', {
|
|
55
55
|
'auxiliary-panel__header__tab--active': editorStore.activeAuxPanelMode === tab.mode,
|
|
56
|
-
}), onClick: changeMode(tab.mode), children: [tab.icon && (_jsx("div", { className: "auxiliary-panel__header__tab__icon", children: tab.icon })), _jsx("div", { className: "auxiliary-panel__header__tab__title", children: tab.name })] }, tab.mode))) }), _jsxs("div", { className: "auxiliary-panel__header__actions", children: [_jsx("button", { className: "auxiliary-panel__header__action", onClick: toggleExpandAuxPanel, tabIndex: -1, title: 'Toggle expand/collapse', children: editorStore.auxPanelDisplayState.isMaximized ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronUpIcon, {})) }), _jsx("button", { className: "auxiliary-panel__header__action", onClick: closePanel, tabIndex: -1, title: 'Close', children: _jsx(XIcon, {}) })] })] }), _jsxs(
|
|
56
|
+
}), onClick: changeMode(tab.mode), children: [tab.icon && (_jsx("div", { className: "auxiliary-panel__header__tab__icon", children: tab.icon })), _jsx("div", { className: "auxiliary-panel__header__tab__title", children: tab.name })] }, tab.mode))) }), _jsxs("div", { className: "auxiliary-panel__header__actions", children: [_jsx("button", { className: "auxiliary-panel__header__action", onClick: toggleExpandAuxPanel, tabIndex: -1, title: 'Toggle expand/collapse', children: editorStore.auxPanelDisplayState.isMaximized ? (_jsx(ChevronDownIcon, {})) : (_jsx(ChevronUpIcon, {})) }), _jsx("button", { className: "auxiliary-panel__header__action", onClick: closePanel, tabIndex: -1, title: 'Close', children: _jsx(XIcon, {}) })] })] }), _jsxs(PanelContent, { children: [isTabVisible(AUX_PANEL_MODE.CONSOLE) && (_jsx("div", { className: "auxiliary-panel__content__tab", children: _jsx(Console, {}) })), isTabVisible(AUX_PANEL_MODE.DEV_TOOL) && (_jsx("div", { className: "auxiliary-panel__content__tab", children: _jsx(DevTool, {}) }))] })] }));
|
|
57
57
|
});
|
|
58
58
|
//# sourceMappingURL=AuxiliaryPanel.js.map
|