@finos/legend-application-studio 23.0.0 → 23.0.1
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/DSL_ExternalFormat_LegendStudioCodeSnippet.d.ts +21 -0
- package/lib/application/DSL_ExternalFormat_LegendStudioCodeSnippet.d.ts.map +1 -0
- package/lib/application/DSL_ExternalFormat_LegendStudioCodeSnippet.js +74 -0
- package/lib/application/DSL_ExternalFormat_LegendStudioCodeSnippet.js.map +1 -0
- package/lib/application/DSL_ExternalFormat_LegendStudioDocumentation.d.ts.map +1 -0
- package/lib/application/DSL_ExternalFormat_LegendStudioDocumentation.js.map +1 -0
- package/lib/application/LegendStudio.js +1 -1
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/application/LegendStudioCodeSnippet.d.ts +45 -0
- package/lib/application/LegendStudioCodeSnippet.d.ts.map +1 -0
- package/lib/application/LegendStudioCodeSnippet.js +322 -0
- package/lib/application/LegendStudioCodeSnippet.js.map +1 -0
- package/lib/application/LegendStudioEvent.d.ts +12 -1
- package/lib/application/LegendStudioEvent.d.ts.map +1 -1
- package/lib/application/LegendStudioEvent.js +12 -0
- package/lib/application/LegendStudioEvent.js.map +1 -1
- package/lib/application/LegendStudioNavigation.d.ts +1 -2
- package/lib/application/LegendStudioNavigation.d.ts.map +1 -1
- package/lib/application/LegendStudioNavigation.js +1 -22
- package/lib/application/LegendStudioNavigation.js.map +1 -1
- package/lib/application/LegendStudioPluginManager.js +1 -1
- package/lib/application/LegendStudioPluginManager.js.map +1 -1
- package/lib/application/LegendStudioTesting.d.ts +47 -0
- package/lib/application/LegendStudioTesting.d.ts.map +1 -0
- package/lib/application/LegendStudioTesting.js +52 -0
- package/lib/application/LegendStudioTesting.js.map +1 -0
- package/lib/components/EditorComponentTestUtils.d.ts +1 -1
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +3 -3
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- 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/editor/ActivityBar.d.ts +1 -1
- package/lib/components/editor/ActivityBar.d.ts.map +1 -1
- package/lib/components/editor/ActivityBar.js +2 -2
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.js +1 -1
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/EditorStoreProvider.d.ts +1 -1
- package/lib/components/editor/EditorStoreProvider.d.ts.map +1 -1
- package/lib/components/editor/EditorStoreProvider.js +1 -1
- package/lib/components/editor/EditorStoreProvider.js.map +1 -1
- package/lib/components/editor/StatusBar.js +2 -2
- package/lib/components/editor/StatusBar.js.map +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.js.map +1 -1
- package/lib/components/editor/aux-panel/Problems.js +1 -1
- package/lib/components/editor/aux-panel/Problems.js.map +1 -1
- package/lib/components/editor/edit-panel/EditPanel.js +19 -19
- package/lib/components/editor/edit-panel/EditPanel.js.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.js +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +6 -6
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +4 -4
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +3 -3
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.js +2 -2
- package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js +3 -3
- package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.js +1 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +2 -2
- 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 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +1 -1
- 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 -1
- 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 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +3 -3
- 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 -1
- 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 +1 -1
- 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 +2 -2
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js +5 -5
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts +2 -2
- 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 -1
- 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 -1
- 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 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js +2 -2
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +2 -2
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.js +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.d.ts +2 -2
- package/lib/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts +2 -2
- 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 +4 -4
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.d.ts +2 -2
- package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.js +2 -2
- package/lib/components/editor/edit-panel/element-generation-editor/FileSystemViewer.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +3 -3
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js +3 -3
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +3 -3
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.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.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 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js +4 -4
- 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.js +9 -9
- 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 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +5 -5
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +2 -2
- 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 -7
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.d.ts +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +7 -7
- 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 -1
- 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 -6
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.d.ts +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.js.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.js +4 -4
- 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 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js +13 -8
- 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 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/TypeTree.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/TypeTree.js +165 -0
- package/lib/components/editor/edit-panel/mapping-editor/TypeTree.js.map +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +1 -1
- 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 +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js +3 -3
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +3 -3
- 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 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +3 -3
- 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 -1
- 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 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.js +2 -2
- 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 -1
- 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 +1 -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 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts +2 -2
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js +4 -4
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +3 -3
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +5 -5
- 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 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +6 -6
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts.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.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.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.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.js +1 -1
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.js.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.js +3 -3
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +8 -8
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.js +6 -6
- package/lib/components/editor/side-bar/LocalChanges.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectDependantsEditor.d.ts.map +1 -1
- package/lib/components/editor/side-bar/ProjectDependantsEditor.js +19 -7
- package/lib/components/editor/side-bar/ProjectDependantsEditor.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.js +3 -2
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/RegisterService.d.ts +1 -1
- package/lib/components/editor/side-bar/RegisterService.d.ts.map +1 -1
- package/lib/components/editor/side-bar/RegisterService.js +1 -1
- package/lib/components/editor/side-bar/RegisterService.js.map +1 -1
- package/lib/components/editor/side-bar/SideBar.js +1 -1
- package/lib/components/editor/side-bar/SideBar.js.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.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.js +4 -4
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +3 -3
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js +4 -4
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +4 -4
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +3 -3
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/element-preview/ElementPreview.d.ts +2 -0
- package/lib/components/element-preview/ElementPreview.d.ts.map +1 -0
- package/lib/components/element-preview/ElementPreview.js +2 -0
- package/lib/components/element-preview/ElementPreview.js.map +1 -0
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.d.ts +27 -0
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.d.ts.map +1 -0
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js +90 -0
- package/lib/components/extensions/Core_LegendStudioApplicationPlugin.js.map +1 -0
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts +43 -0
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts.map +1 -0
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +301 -0
- package/lib/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -0
- package/lib/components/project-view/ProjectViewer.d.ts.map +1 -0
- package/lib/components/project-view/ProjectViewer.js +151 -0
- package/lib/components/project-view/ProjectViewer.js.map +1 -0
- package/lib/components/project-view/ProjectViewerStoreProvider.d.ts +23 -0
- package/lib/components/project-view/ProjectViewerStoreProvider.d.ts.map +1 -0
- package/lib/components/project-view/ProjectViewerStoreProvider.js +36 -0
- package/lib/components/project-view/ProjectViewerStoreProvider.js.map +1 -0
- package/lib/components/shared/ElementIconUtils.d.ts +1 -1
- package/lib/components/shared/ElementIconUtils.d.ts.map +1 -1
- package/lib/components/shared/ElementIconUtils.js +1 -1
- package/lib/components/shared/ElementIconUtils.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.js +1 -1
- package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewPanel.js +1 -1
- package/lib/components/workspace-review/WorkspaceReviewPanel.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js +3 -3
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewStoreProvider.js +1 -1
- package/lib/components/workspace-review/WorkspaceReviewStoreProvider.js.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
- package/lib/components/workspace-setup/ProjectSelectorUtils.d.ts.map +1 -0
- package/lib/components/workspace-setup/ProjectSelectorUtils.js.map +1 -0
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.d.ts.map +1 -0
- package/lib/components/workspace-setup/WorkspaceSelectorUtils.js.map +1 -0
- package/lib/components/workspace-setup/WorkspaceSetup.js +3 -3
- 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 +42 -42
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +41 -41
- package/lib/index.js.map +1 -1
- package/lib/package.json +1 -1
- package/lib/stores/LegendStudioApplicationPlugin.d.ts +4 -4
- package/lib/stores/LegendStudioApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendStudioBaseStore.js +1 -0
- package/lib/stores/LegendStudioBaseStore.js.map +1 -1
- package/lib/stores/editor/AbstractConflictResolutionState.d.ts.map +1 -0
- package/lib/stores/editor/AbstractConflictResolutionState.js.map +1 -0
- package/lib/stores/editor/ChangeDetectionState.d.ts.map +1 -0
- package/lib/stores/editor/ChangeDetectionState.js +599 -0
- package/lib/stores/editor/ChangeDetectionState.js.map +1 -0
- package/lib/stores/editor/DependencyProjectViewerHelper.d.ts +19 -0
- package/lib/stores/editor/DependencyProjectViewerHelper.d.ts.map +1 -0
- package/lib/stores/editor/DependencyProjectViewerHelper.js +23 -0
- package/lib/stores/editor/DependencyProjectViewerHelper.js.map +1 -0
- package/lib/stores/editor/EditorConfig.d.ts.map +1 -0
- package/lib/stores/editor/EditorConfig.js.map +1 -0
- package/lib/stores/editor/EditorGraphState.d.ts.map +1 -0
- package/lib/stores/editor/EditorGraphState.js +529 -0
- package/lib/stores/editor/EditorGraphState.js.map +1 -0
- package/lib/stores/editor/EditorSDLCState.d.ts.map +1 -0
- package/lib/stores/editor/EditorSDLCState.js +271 -0
- package/lib/stores/editor/EditorSDLCState.js.map +1 -0
- package/lib/stores/editor/EditorStore.d.ts +135 -0
- package/lib/stores/editor/EditorStore.d.ts.map +1 -0
- package/lib/stores/editor/EditorStore.js +701 -0
- package/lib/stores/editor/EditorStore.js.map +1 -0
- package/lib/stores/editor/EditorStoreTestUtils.d.ts +21 -0
- package/lib/stores/editor/EditorStoreTestUtils.d.ts.map +1 -0
- package/lib/stores/editor/EditorStoreTestUtils.js +53 -0
- package/lib/stores/editor/EditorStoreTestUtils.js.map +1 -0
- package/lib/stores/editor/EditorTabManagerState.d.ts.map +1 -0
- package/lib/stores/editor/EditorTabManagerState.js.map +1 -0
- package/lib/stores/editor/EmbeddedQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/editor/EmbeddedQueryBuilderState.js.map +1 -0
- package/lib/stores/editor/ExplorerTreeState.d.ts.map +1 -0
- package/lib/stores/editor/ExplorerTreeState.js +328 -0
- package/lib/stores/editor/ExplorerTreeState.js.map +1 -0
- package/lib/stores/editor/GraphEditFormModeState.d.ts.map +1 -0
- package/lib/stores/editor/GraphEditFormModeState.js +370 -0
- package/lib/stores/editor/GraphEditFormModeState.js.map +1 -0
- package/lib/stores/editor/GraphEditGrammarModeState.d.ts.map +1 -0
- package/lib/stores/editor/GraphEditGrammarModeState.js +315 -0
- package/lib/stores/editor/GraphEditGrammarModeState.js.map +1 -0
- package/lib/stores/editor/GraphEditorMode.d.ts.map +1 -0
- package/lib/stores/editor/GraphEditorMode.js.map +1 -0
- package/lib/stores/editor/NewElementState.d.ts +3 -3
- package/lib/stores/editor/NewElementState.d.ts.map +1 -1
- package/lib/stores/editor/NewElementState.js +9 -9
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor/StandardEditorMode.d.ts +1 -1
- package/lib/stores/editor/StandardEditorMode.d.ts.map +1 -1
- package/lib/stores/editor/aux-panel-state/DevToolState.d.ts.map +1 -0
- package/lib/stores/editor/aux-panel-state/DevToolState.js.map +1 -0
- package/lib/stores/editor/editor-state/EditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/EditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/ExternalFormatState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/ExternalFormatState.js +83 -0
- package/lib/stores/editor/editor-state/ExternalFormatState.js.map +1 -0
- package/lib/stores/editor/editor-state/FileGenerationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/FileGenerationState.js +174 -0
- package/lib/stores/editor/editor-state/FileGenerationState.js.map +1 -0
- package/lib/stores/editor/editor-state/FileGenerationViewerState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/FileGenerationViewerState.js.map +1 -0
- package/lib/stores/editor/editor-state/FileSystemState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/FileSystemState.js.map +1 -0
- package/lib/stores/editor/editor-state/GenerationSpecificationEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/GenerationSpecificationEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/GrammarTextEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/GrammarTextEditorState.js +158 -0
- package/lib/stores/editor/editor-state/GrammarTextEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/GraphGenerationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/GraphGenerationState.js +344 -0
- package/lib/stores/editor/editor-state/GraphGenerationState.js.map +1 -0
- package/lib/stores/editor/editor-state/ModelImporterState.d.ts +101 -0
- package/lib/stores/editor/editor-state/ModelImporterState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/ModelImporterState.js +367 -0
- package/lib/stores/editor/editor-state/ModelImporterState.js.map +1 -0
- package/lib/stores/editor/editor-state/UnsupportedElementEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/UnsupportedElementEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ClassEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ClassEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ClassState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ClassState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.js +172 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.js +70 -0
- package/lib/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/FileGenerationEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/FileGenerationEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/FunctionEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/UMLEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/UMLEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.js +425 -0
- package/lib/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/connection/PostProcessorEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/data/DataEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +398 -0
- package/lib/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +108 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingElementState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js +42 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.js +483 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTabManagerState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTabManagerState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts +55 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.js +229 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceTestRunnerState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/ServiceTestRunnerState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +247 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js +224 -0
- package/lib/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js +143 -0
- package/lib/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.js +179 -0
- package/lib/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.js.map +1 -0
- package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js +212 -0
- package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js.map +1 -0
- package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.d.ts.map +1 -0
- package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js +315 -0
- package/lib/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js.map +1 -0
- package/lib/stores/editor/shared/DnDUtils.d.ts.map +1 -0
- package/lib/stores/editor/shared/DnDUtils.js.map +1 -0
- package/lib/stores/editor/shared/FileSystemTreeUtils.d.ts.map +1 -0
- package/lib/stores/editor/shared/FileSystemTreeUtils.js.map +1 -0
- package/lib/stores/editor/shared/MockDataUtils.d.ts.map +1 -0
- package/lib/stores/editor/shared/MockDataUtils.js.map +1 -0
- package/lib/stores/editor/shared/ModelClassifierUtils.d.ts.map +1 -0
- package/lib/stores/editor/shared/ModelClassifierUtils.js.map +1 -0
- package/lib/stores/editor/shared/PackageTreeUtils.d.ts.map +1 -0
- package/lib/stores/editor/shared/PackageTreeUtils.js.map +1 -0
- package/lib/stores/editor/shared/TestableUtils.d.ts +45 -0
- package/lib/stores/editor/shared/TestableUtils.d.ts.map +1 -0
- package/lib/stores/editor/shared/TestableUtils.js +143 -0
- package/lib/stores/editor/shared/TestableUtils.js.map +1 -0
- package/lib/stores/editor/shared/TreeUtils.d.ts.map +1 -0
- package/lib/stores/editor/shared/TreeUtils.js.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Data_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Data_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Service_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/DSL_Service_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/DomainGraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/DomainGraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/RawValueSpecificationGraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/STO_FlatData_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/STO_FlatData_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/STO_Relational_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/shared/modifier/Testable_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/editor/shared/modifier/Testable_GraphModifierHelper.js.map +1 -0
- package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.d.ts +51 -0
- package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.js +237 -0
- package/lib/stores/editor/sidebar-state/BulkServiceRegistrationState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/LocalChangesState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/LocalChangesState.js +543 -0
- package/lib/stores/editor/sidebar-state/LocalChangesState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/ProjectDependantEditorState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/ProjectDependantEditorState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/ProjectOverviewState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/ProjectOverviewState.js +234 -0
- package/lib/stores/editor/sidebar-state/ProjectOverviewState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkflowManagerState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkflowManagerState.js +356 -0
- package/lib/stores/editor/sidebar-state/WorkflowManagerState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceReviewState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceReviewState.js +272 -0
- package/lib/stores/editor/sidebar-state/WorkspaceReviewState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceSyncState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceSyncState.js +382 -0
- package/lib/stores/editor/sidebar-state/WorkspaceSyncState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.js +474 -0
- package/lib/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/WorkspaceUpdaterState.js +215 -0
- package/lib/stores/editor/sidebar-state/WorkspaceUpdaterState.js.map +1 -0
- package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.d.ts +100 -0
- package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -0
- package/lib/stores/editor/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -0
- package/lib/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts +52 -0
- package/lib/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts +45 -0
- package/lib/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts +129 -0
- package/lib/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts +25 -0
- package/lib/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts +31 -0
- package/lib/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts +97 -0
- package/lib/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -0
- package/lib/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.js.map +1 -0
- package/lib/stores/project-view/ProjectViewerEditorMode.d.ts.map +1 -0
- package/lib/stores/project-view/ProjectViewerEditorMode.js.map +1 -0
- package/lib/stores/project-view/ProjectViewerStore.d.ts +56 -0
- package/lib/stores/project-view/ProjectViewerStore.d.ts.map +1 -0
- package/lib/stores/project-view/ProjectViewerStore.js +351 -0
- package/lib/stores/project-view/ProjectViewerStore.js.map +1 -0
- package/lib/stores/workspace-review/WorkspaceReviewStore.d.ts +1 -1
- package/lib/stores/workspace-review/WorkspaceReviewStore.d.ts.map +1 -1
- package/lib/stores/workspace-review/WorkspaceReviewStore.js +3 -4
- package/lib/stores/workspace-review/WorkspaceReviewStore.js.map +1 -1
- package/package.json +4 -4
- package/src/application/LegendStudio.tsx +1 -1
- package/src/application/LegendStudioEvent.ts +17 -0
- package/src/application/LegendStudioNavigation.ts +1 -42
- package/src/application/LegendStudioPluginManager.ts +1 -1
- package/src/components/EditorComponentTestUtils.tsx +3 -3
- package/src/components/EmbeddedQueryBuilder.tsx +1 -1
- package/src/components/LegendStudioApplication.tsx +8 -1
- package/src/components/editor/ActivityBar.tsx +5 -2
- package/src/components/editor/Editor.tsx +1 -1
- package/src/components/editor/EditorStoreProvider.tsx +1 -1
- package/src/components/editor/StatusBar.tsx +2 -2
- package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +1 -1
- package/src/components/editor/aux-panel/Problems.tsx +2 -2
- package/src/components/editor/edit-panel/EditPanel.tsx +19 -19
- package/src/components/editor/edit-panel/FileGenerationViewer.tsx +1 -1
- package/src/components/editor/edit-panel/FunctionEditor.tsx +7 -7
- package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +5 -5
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +7 -7
- package/src/components/editor/edit-panel/ModelImporter.tsx +2 -2
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +7 -7
- package/src/components/editor/edit-panel/UnsupportedElementEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +3 -3
- package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx +2 -2
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +5 -5
- package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +2 -2
- package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +6 -6
- package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +5 -5
- package/src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx +1 -1
- package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +2 -2
- package/src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx +2 -2
- package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +2 -2
- package/src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx +2 -2
- package/src/components/editor/edit-panel/element-generation-editor/ElementXTGenerationEditor.tsx +2 -2
- package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +6 -6
- package/src/components/editor/edit-panel/element-generation-editor/FileSystemViewer.tsx +4 -4
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx +3 -3
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx +4 -4
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx +3 -3
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +3 -3
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +6 -6
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +5 -5
- package/src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +11 -11
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +6 -6
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +7 -7
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +7 -7
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +6 -6
- package/src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +32 -9
- package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +5 -5
- package/src/components/editor/edit-panel/mapping-editor/TypeTree.tsx +293 -0
- package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +1 -1
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectDependencyEditor.tsx +3 -3
- package/src/components/editor/edit-panel/service-editor/BulkServiceRegistrationEditor.tsx +1 -1
- package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +3 -3
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +3 -3
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +2 -2
- package/src/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.tsx +2 -2
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +4 -4
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +2 -2
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx +6 -6
- package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +3 -3
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +5 -5
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +6 -6
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +3 -3
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +4 -4
- package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +3 -3
- package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +4 -4
- package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/UMLEditor.tsx +1 -1
- package/src/components/editor/side-bar/CreateNewElementModal.tsx +8 -8
- package/src/components/editor/side-bar/Explorer.tsx +9 -9
- package/src/components/editor/side-bar/LocalChanges.tsx +6 -6
- package/src/components/editor/side-bar/ProjectDependantsEditor.tsx +16 -20
- package/src/components/editor/side-bar/ProjectOverview.tsx +3 -2
- package/src/components/editor/side-bar/RegisterService.tsx +2 -2
- package/src/components/editor/side-bar/SideBar.tsx +1 -1
- package/src/components/editor/side-bar/WorkflowManager.tsx +2 -2
- package/src/components/editor/side-bar/WorkspaceReview.tsx +4 -4
- package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +4 -4
- package/src/components/editor/side-bar/WorkspaceUpdateConflictResolver.tsx +4 -4
- package/src/components/editor/side-bar/WorkspaceUpdater.tsx +4 -4
- package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +4 -4
- package/src/components/element-preview/ElementPreview.tsx +0 -0
- package/src/components/extensions/Core_LegendStudioApplicationPlugin.tsx +112 -0
- package/src/components/extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx +453 -0
- package/src/components/project-view/ProjectViewer.tsx +356 -0
- package/src/components/project-view/ProjectViewerStoreProvider.tsx +56 -0
- package/src/components/shared/ElementIconUtils.tsx +2 -2
- package/src/components/workspace-review/WorkspaceReview.tsx +1 -1
- package/src/components/workspace-review/WorkspaceReviewPanel.tsx +2 -2
- package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +3 -3
- package/src/components/workspace-review/WorkspaceReviewStoreProvider.tsx +1 -1
- package/src/components/workspace-setup/CreateProjectModal.tsx +1 -1
- package/src/components/workspace-setup/WorkspaceSetup.tsx +3 -3
- package/src/index.ts +42 -41
- package/src/stores/LegendStudioApplicationPlugin.ts +7 -4
- package/src/stores/LegendStudioBaseStore.ts +1 -0
- package/src/stores/editor/ChangeDetectionState.ts +954 -0
- package/src/stores/editor/DependencyProjectViewerHelper.ts +39 -0
- package/src/stores/editor/EditorGraphState.ts +841 -0
- package/src/stores/editor/EditorSDLCState.ts +480 -0
- package/src/stores/editor/EditorStore.ts +977 -0
- package/src/stores/editor/EditorStoreTestUtils.ts +70 -0
- package/src/stores/editor/EditorTabManagerState.ts +203 -0
- package/src/stores/editor/ExplorerTreeState.ts +548 -0
- package/src/stores/editor/GraphEditFormModeState.ts +605 -0
- package/src/stores/editor/GraphEditGrammarModeState.ts +512 -0
- package/src/stores/editor/NewElementState.ts +12 -12
- package/src/stores/editor/StandardEditorMode.ts +1 -1
- package/src/stores/editor/editor-state/ExternalFormatState.ts +119 -0
- package/src/stores/editor/editor-state/FileGenerationState.ts +285 -0
- package/src/stores/editor/editor-state/GrammarTextEditorState.ts +201 -0
- package/src/stores/editor/editor-state/GraphGenerationState.ts +560 -0
- package/src/stores/editor/editor-state/ModelImporterState.ts +539 -0
- package/src/stores/editor/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts +266 -0
- package/src/stores/editor/editor-state/element-editor-state/ElementFileGenerationState.ts +100 -0
- package/src/stores/editor/editor-state/element-editor-state/RuntimeEditorState.ts +935 -0
- package/src/stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.ts +539 -0
- package/src/stores/editor/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +644 -0
- package/src/stores/editor/editor-state/element-editor-state/data/EmbeddedDataState.ts +351 -0
- package/src/stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +585 -0
- package/src/stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.ts +1512 -0
- package/src/stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +794 -0
- package/src/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts +58 -0
- package/src/stores/editor/editor-state/element-editor-state/mapping/MappingExecutionState.ts +980 -0
- package/src/stores/editor/editor-state/element-editor-state/service/ServiceRegistrationState.ts +368 -0
- package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +398 -0
- package/src/stores/editor/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +314 -0
- package/src/stores/editor/editor-state/element-editor-state/testable/TestableEditorState.ts +213 -0
- package/src/stores/editor/editor-state/entity-diff-editor-state/EntityDiffViewState.ts +244 -0
- package/src/stores/editor/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts +346 -0
- package/src/stores/editor/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts +450 -0
- package/src/stores/editor/shared/PackageTreeUtils.ts +469 -0
- package/src/stores/editor/shared/TestableUtils.ts +219 -0
- package/src/stores/editor/sidebar-state/BulkServiceRegistrationState.ts +370 -0
- package/src/stores/editor/sidebar-state/LocalChangesState.ts +876 -0
- package/src/stores/editor/sidebar-state/ProjectOverviewState.ts +391 -0
- package/src/stores/editor/sidebar-state/WorkflowManagerState.ts +645 -0
- package/src/stores/editor/sidebar-state/WorkspaceReviewState.ts +409 -0
- package/src/stores/editor/sidebar-state/WorkspaceSyncState.ts +578 -0
- package/src/stores/editor/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +736 -0
- package/src/stores/editor/sidebar-state/WorkspaceUpdaterState.ts +367 -0
- package/src/stores/editor/sidebar-state/testable/GlobalTestRunnerState.ts +641 -0
- package/src/stores/extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.ts +70 -0
- package/src/stores/extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.ts +52 -0
- package/src/stores/extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts +212 -0
- package/src/stores/extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.ts +32 -0
- package/src/stores/extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.ts +40 -0
- package/src/stores/extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.ts +167 -0
- package/src/stores/project-view/ProjectViewerStore.ts +614 -0
- package/src/stores/workspace-review/WorkspaceReviewStore.ts +4 -5
- package/tsconfig.json +114 -115
- package/lib/components/Core_LegendStudioApplicationPlugin.d.ts +0 -27
- package/lib/components/Core_LegendStudioApplicationPlugin.d.ts.map +0 -1
- package/lib/components/Core_LegendStudioApplicationPlugin.js +0 -90
- package/lib/components/Core_LegendStudioApplicationPlugin.js.map +0 -1
- package/lib/components/DSL_ExternalFormat_CodeSnippets.d.ts +0 -21
- package/lib/components/DSL_ExternalFormat_CodeSnippets.d.ts.map +0 -1
- package/lib/components/DSL_ExternalFormat_CodeSnippets.js +0 -74
- package/lib/components/DSL_ExternalFormat_CodeSnippets.js.map +0 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts +0 -43
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.d.ts.map +0 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +0 -301
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +0 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.d.ts.map +0 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioDocumentation.js.map +0 -1
- package/lib/components/LegendStudioTestID.d.ts +0 -47
- package/lib/components/LegendStudioTestID.d.ts.map +0 -1
- package/lib/components/LegendStudioTestID.js +0 -52
- package/lib/components/LegendStudioTestID.js.map +0 -1
- package/lib/components/project-viewer/ProjectViewer.d.ts.map +0 -1
- package/lib/components/project-viewer/ProjectViewer.js +0 -151
- package/lib/components/project-viewer/ProjectViewer.js.map +0 -1
- package/lib/components/project-viewer/ProjectViewerStoreProvider.d.ts +0 -23
- package/lib/components/project-viewer/ProjectViewerStoreProvider.d.ts.map +0 -1
- package/lib/components/project-viewer/ProjectViewerStoreProvider.js +0 -36
- package/lib/components/project-viewer/ProjectViewerStoreProvider.js.map +0 -1
- package/lib/components/shared/MultiplicityBadge.d.ts +0 -21
- package/lib/components/shared/MultiplicityBadge.d.ts.map +0 -1
- package/lib/components/shared/MultiplicityBadge.js +0 -25
- package/lib/components/shared/MultiplicityBadge.js.map +0 -1
- package/lib/components/shared/ProjectSelectorUtils.d.ts.map +0 -1
- package/lib/components/shared/ProjectSelectorUtils.js.map +0 -1
- package/lib/components/shared/TypeTree.d.ts.map +0 -1
- package/lib/components/shared/TypeTree.js +0 -165
- package/lib/components/shared/TypeTree.js.map +0 -1
- package/lib/components/shared/WorkspaceSelectorUtils.d.ts.map +0 -1
- package/lib/components/shared/WorkspaceSelectorUtils.js.map +0 -1
- package/lib/stores/AbstractConflictResolutionState.d.ts.map +0 -1
- package/lib/stores/AbstractConflictResolutionState.js.map +0 -1
- package/lib/stores/ChangeDetectionEvent.d.ts +0 -29
- package/lib/stores/ChangeDetectionEvent.d.ts.map +0 -1
- package/lib/stores/ChangeDetectionEvent.js +0 -31
- package/lib/stores/ChangeDetectionEvent.js.map +0 -1
- package/lib/stores/ChangeDetectionState.d.ts.map +0 -1
- package/lib/stores/ChangeDetectionState.js +0 -599
- package/lib/stores/ChangeDetectionState.js.map +0 -1
- package/lib/stores/Core_CodeSnippets.d.ts +0 -45
- package/lib/stores/Core_CodeSnippets.d.ts.map +0 -1
- package/lib/stores/Core_CodeSnippets.js +0 -322
- package/lib/stores/Core_CodeSnippets.js.map +0 -1
- package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts +0 -52
- package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts +0 -45
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts +0 -129
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts +0 -25
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/DependencyProjectViewerHelper.d.ts +0 -19
- package/lib/stores/DependencyProjectViewerHelper.d.ts.map +0 -1
- package/lib/stores/DependencyProjectViewerHelper.js +0 -23
- package/lib/stores/DependencyProjectViewerHelper.js.map +0 -1
- package/lib/stores/EditorConfig.d.ts.map +0 -1
- package/lib/stores/EditorConfig.js.map +0 -1
- package/lib/stores/EditorGraphState.d.ts.map +0 -1
- package/lib/stores/EditorGraphState.js +0 -529
- package/lib/stores/EditorGraphState.js.map +0 -1
- package/lib/stores/EditorSDLCState.d.ts.map +0 -1
- package/lib/stores/EditorSDLCState.js +0 -272
- package/lib/stores/EditorSDLCState.js.map +0 -1
- package/lib/stores/EditorStore.d.ts +0 -135
- package/lib/stores/EditorStore.d.ts.map +0 -1
- package/lib/stores/EditorStore.js +0 -702
- package/lib/stores/EditorStore.js.map +0 -1
- package/lib/stores/EditorStoreTestUtils.d.ts +0 -21
- package/lib/stores/EditorStoreTestUtils.d.ts.map +0 -1
- package/lib/stores/EditorStoreTestUtils.js +0 -53
- package/lib/stores/EditorStoreTestUtils.js.map +0 -1
- package/lib/stores/EditorTabManagerState.d.ts.map +0 -1
- package/lib/stores/EditorTabManagerState.js.map +0 -1
- package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +0 -1
- package/lib/stores/EmbeddedQueryBuilderState.js.map +0 -1
- package/lib/stores/ExplorerTreeState.d.ts.map +0 -1
- package/lib/stores/ExplorerTreeState.js +0 -328
- package/lib/stores/ExplorerTreeState.js.map +0 -1
- package/lib/stores/GraphEditFormModeState.d.ts.map +0 -1
- package/lib/stores/GraphEditFormModeState.js +0 -370
- package/lib/stores/GraphEditFormModeState.js.map +0 -1
- package/lib/stores/GraphEditGrammarModeState.d.ts.map +0 -1
- package/lib/stores/GraphEditGrammarModeState.js +0 -315
- package/lib/stores/GraphEditGrammarModeState.js.map +0 -1
- package/lib/stores/GraphEditorMode.d.ts.map +0 -1
- package/lib/stores/GraphEditorMode.js.map +0 -1
- package/lib/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts +0 -31
- package/lib/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts +0 -97
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.d.ts.map +0 -1
- package/lib/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.js.map +0 -1
- package/lib/stores/aux-panel-state/DevToolState.d.ts.map +0 -1
- package/lib/stores/aux-panel-state/DevToolState.js.map +0 -1
- package/lib/stores/editor-state/EditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/EditorState.js.map +0 -1
- package/lib/stores/editor-state/ExternalFormatState.d.ts.map +0 -1
- package/lib/stores/editor-state/ExternalFormatState.js +0 -83
- package/lib/stores/editor-state/ExternalFormatState.js.map +0 -1
- package/lib/stores/editor-state/FileGenerationState.d.ts.map +0 -1
- package/lib/stores/editor-state/FileGenerationState.js +0 -174
- package/lib/stores/editor-state/FileGenerationState.js.map +0 -1
- package/lib/stores/editor-state/FileGenerationViewerState.d.ts.map +0 -1
- package/lib/stores/editor-state/FileGenerationViewerState.js.map +0 -1
- package/lib/stores/editor-state/FileSystemState.d.ts.map +0 -1
- package/lib/stores/editor-state/FileSystemState.js.map +0 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +0 -1
- package/lib/stores/editor-state/GrammarTextEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/GrammarTextEditorState.js +0 -158
- package/lib/stores/editor-state/GrammarTextEditorState.js.map +0 -1
- package/lib/stores/editor-state/GraphGenerationState.d.ts.map +0 -1
- package/lib/stores/editor-state/GraphGenerationState.js +0 -344
- package/lib/stores/editor-state/GraphGenerationState.js.map +0 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts +0 -101
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +0 -1
- package/lib/stores/editor-state/ModelImporterState.js +0 -367
- package/lib/stores/editor-state/ModelImporterState.js.map +0 -1
- package/lib/stores/editor-state/UnsupportedElementEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/UnsupportedElementEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ClassEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ClassEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ElementEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ElementEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js +0 -172
- package/lib/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +0 -70
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/FileGenerationEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/FileGenerationEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/UMLEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/UMLEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +0 -425
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/data/DataEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/data/DataEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +0 -398
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts +0 -108
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js +0 -42
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +0 -483
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTabManagerState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTabManagerState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts +0 -55
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +0 -229
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceTestRunnerState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceTestRunnerState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +0 -247
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js +0 -224
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +0 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js +0 -143
- package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js.map +0 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityChangeConflictEditorState.js.map +0 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffEditorState.js.map +0 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.d.ts.map +0 -1
- package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js +0 -179
- package/lib/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.js.map +0 -1
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js +0 -212
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.js.map +0 -1
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.d.ts.map +0 -1
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js +0 -315
- package/lib/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.js.map +0 -1
- package/lib/stores/project-viewer/ProjectViewerEditorMode.d.ts.map +0 -1
- package/lib/stores/project-viewer/ProjectViewerEditorMode.js.map +0 -1
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts +0 -56
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +0 -1
- package/lib/stores/project-viewer/ProjectViewerStore.js +0 -351
- package/lib/stores/project-viewer/ProjectViewerStore.js.map +0 -1
- package/lib/stores/shared/DnDUtils.d.ts.map +0 -1
- package/lib/stores/shared/DnDUtils.js.map +0 -1
- package/lib/stores/shared/FileSystemTreeUtils.d.ts.map +0 -1
- package/lib/stores/shared/FileSystemTreeUtils.js.map +0 -1
- package/lib/stores/shared/MockDataUtils.d.ts.map +0 -1
- package/lib/stores/shared/MockDataUtils.js.map +0 -1
- package/lib/stores/shared/ModelClassifierUtils.d.ts.map +0 -1
- package/lib/stores/shared/ModelClassifierUtils.js.map +0 -1
- package/lib/stores/shared/PackageTreeUtils.d.ts.map +0 -1
- package/lib/stores/shared/PackageTreeUtils.js.map +0 -1
- package/lib/stores/shared/TreeUtils.d.ts.map +0 -1
- package/lib/stores/shared/TreeUtils.js.map +0 -1
- package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/DomainGraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/DomainGraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/modifier/Testable_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/shared/modifier/Testable_GraphModifierHelper.js.map +0 -1
- package/lib/stores/shared/testable/TestableUtils.d.ts +0 -45
- package/lib/stores/shared/testable/TestableUtils.d.ts.map +0 -1
- package/lib/stores/shared/testable/TestableUtils.js +0 -143
- package/lib/stores/shared/testable/TestableUtils.js.map +0 -1
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts +0 -51
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.js +0 -237
- package/lib/stores/sidebar-state/BulkServiceRegistrationState.js.map +0 -1
- package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/LocalChangesState.js +0 -544
- package/lib/stores/sidebar-state/LocalChangesState.js.map +0 -1
- package/lib/stores/sidebar-state/ProjectDependantEditorState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/ProjectDependantEditorState.js.map +0 -1
- package/lib/stores/sidebar-state/ProjectOverviewState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/ProjectOverviewState.js +0 -234
- package/lib/stores/sidebar-state/ProjectOverviewState.js.map +0 -1
- package/lib/stores/sidebar-state/WorkflowManagerState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/WorkflowManagerState.js +0 -356
- package/lib/stores/sidebar-state/WorkflowManagerState.js.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.js +0 -273
- package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceSyncState.js +0 -382
- package/lib/stores/sidebar-state/WorkspaceSyncState.js.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js +0 -475
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +0 -216
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +0 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts +0 -100
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +0 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +0 -1
- package/src/components/Core_LegendStudioApplicationPlugin.tsx +0 -112
- package/src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx +0 -453
- package/src/components/project-viewer/ProjectViewer.tsx +0 -353
- package/src/components/project-viewer/ProjectViewerStoreProvider.tsx +0 -56
- package/src/components/shared/MultiplicityBadge.tsx +0 -39
- package/src/components/shared/TypeTree.tsx +0 -290
- package/src/stores/ChangeDetectionEvent.ts +0 -34
- package/src/stores/ChangeDetectionState.ts +0 -954
- package/src/stores/DSL_Data_LegendStudioApplicationPlugin_Extension.ts +0 -70
- package/src/stores/DSL_Generation_LegendStudioApplicationPlugin_Extension.ts +0 -52
- package/src/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts +0 -212
- package/src/stores/DSL_Service_LegendStudioApplicationPlugin_Extension.ts +0 -32
- package/src/stores/DependencyProjectViewerHelper.ts +0 -39
- package/src/stores/EditorGraphState.ts +0 -841
- package/src/stores/EditorSDLCState.ts +0 -481
- package/src/stores/EditorStore.ts +0 -978
- package/src/stores/EditorStoreTestUtils.ts +0 -70
- package/src/stores/EditorTabManagerState.ts +0 -203
- package/src/stores/ExplorerTreeState.ts +0 -548
- package/src/stores/GraphEditFormModeState.ts +0 -605
- package/src/stores/GraphEditGrammarModeState.ts +0 -512
- package/src/stores/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.ts +0 -40
- package/src/stores/STO_Relational_LegendStudioApplicationPlugin_Extension.ts +0 -167
- package/src/stores/editor-state/ExternalFormatState.ts +0 -119
- package/src/stores/editor-state/FileGenerationState.ts +0 -285
- package/src/stores/editor-state/GrammarTextEditorState.ts +0 -201
- package/src/stores/editor-state/GraphGenerationState.ts +0 -560
- package/src/stores/editor-state/ModelImporterState.ts +0 -539
- package/src/stores/editor-state/element-editor-state/ElementExternalFormatGenerationState.ts +0 -266
- package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +0 -100
- package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +0 -935
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +0 -539
- package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +0 -644
- package/src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts +0 -351
- package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +0 -585
- package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +0 -1512
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +0 -794
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts +0 -58
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +0 -980
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +0 -368
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +0 -398
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +0 -314
- package/src/stores/editor-state/element-editor-state/testable/TestableEditorState.ts +0 -213
- package/src/stores/editor-state/entity-diff-editor-state/EntityDiffViewState.ts +0 -244
- package/src/stores/editor-state/project-configuration-editor-state/ProjectConfigurationEditorState.ts +0 -346
- package/src/stores/editor-state/project-configuration-editor-state/ProjectDependencyEditorState.ts +0 -450
- package/src/stores/project-viewer/ProjectViewerStore.ts +0 -614
- package/src/stores/shared/PackageTreeUtils.ts +0 -469
- package/src/stores/shared/testable/TestableUtils.ts +0 -219
- package/src/stores/sidebar-state/BulkServiceRegistrationState.ts +0 -370
- package/src/stores/sidebar-state/LocalChangesState.ts +0 -877
- package/src/stores/sidebar-state/ProjectOverviewState.ts +0 -391
- package/src/stores/sidebar-state/WorkflowManagerState.ts +0 -645
- package/src/stores/sidebar-state/WorkspaceReviewState.ts +0 -410
- package/src/stores/sidebar-state/WorkspaceSyncState.ts +0 -578
- package/src/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +0 -737
- package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +0 -368
- package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +0 -641
- /package/lib/{components → application}/DSL_ExternalFormat_LegendStudioDocumentation.d.ts +0 -0
- /package/lib/{components → application}/DSL_ExternalFormat_LegendStudioDocumentation.js +0 -0
- /package/lib/components/{shared → editor/edit-panel/mapping-editor}/TypeTree.d.ts +0 -0
- /package/lib/components/{project-viewer → project-view}/ProjectViewer.d.ts +0 -0
- /package/lib/components/{shared → workspace-setup}/ProjectSelectorUtils.d.ts +0 -0
- /package/lib/components/{shared → workspace-setup}/ProjectSelectorUtils.js +0 -0
- /package/lib/components/{shared → workspace-setup}/WorkspaceSelectorUtils.d.ts +0 -0
- /package/lib/components/{shared → workspace-setup}/WorkspaceSelectorUtils.js +0 -0
- /package/lib/stores/{AbstractConflictResolutionState.d.ts → editor/AbstractConflictResolutionState.d.ts} +0 -0
- /package/lib/stores/{AbstractConflictResolutionState.js → editor/AbstractConflictResolutionState.js} +0 -0
- /package/lib/stores/{ChangeDetectionState.d.ts → editor/ChangeDetectionState.d.ts} +0 -0
- /package/lib/stores/{EditorConfig.d.ts → editor/EditorConfig.d.ts} +0 -0
- /package/lib/stores/{EditorConfig.js → editor/EditorConfig.js} +0 -0
- /package/lib/stores/{EditorGraphState.d.ts → editor/EditorGraphState.d.ts} +0 -0
- /package/lib/stores/{EditorSDLCState.d.ts → editor/EditorSDLCState.d.ts} +0 -0
- /package/lib/stores/{EditorTabManagerState.d.ts → editor/EditorTabManagerState.d.ts} +0 -0
- /package/lib/stores/{EditorTabManagerState.js → editor/EditorTabManagerState.js} +0 -0
- /package/lib/stores/{EmbeddedQueryBuilderState.d.ts → editor/EmbeddedQueryBuilderState.d.ts} +0 -0
- /package/lib/stores/{EmbeddedQueryBuilderState.js → editor/EmbeddedQueryBuilderState.js} +0 -0
- /package/lib/stores/{ExplorerTreeState.d.ts → editor/ExplorerTreeState.d.ts} +0 -0
- /package/lib/stores/{GraphEditFormModeState.d.ts → editor/GraphEditFormModeState.d.ts} +0 -0
- /package/lib/stores/{GraphEditGrammarModeState.d.ts → editor/GraphEditGrammarModeState.d.ts} +0 -0
- /package/lib/stores/{GraphEditorMode.d.ts → editor/GraphEditorMode.d.ts} +0 -0
- /package/lib/stores/{GraphEditorMode.js → editor/GraphEditorMode.js} +0 -0
- /package/lib/stores/{aux-panel-state → editor/aux-panel-state}/DevToolState.d.ts +0 -0
- /package/lib/stores/{aux-panel-state → editor/aux-panel-state}/DevToolState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/EditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/EditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/ExternalFormatState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/FileGenerationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/FileGenerationViewerState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/FileGenerationViewerState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/FileSystemState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/FileSystemState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/GenerationSpecificationEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/GenerationSpecificationEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/GrammarTextEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/GraphGenerationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/UnsupportedElementEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/UnsupportedElementEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ClassState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementExternalFormatGenerationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/ElementFileGenerationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FileGenerationEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FileGenerationEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FunctionEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/FunctionEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/RuntimeEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/RuntimeEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/UMLEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/UMLEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/ConnectionEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/ConnectionEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/DatabaseBuilderState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/PostProcessorEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/connection/PostProcessorEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/DataEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/DataEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/EmbeddedDataState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/data/EmbeddedDataState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/FlatDataInstanceSetImplementationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementDecorator.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementDecorator.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingExecutionState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTabManagerState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTabManagerState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTestState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTestState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/PureInstanceSetImplementationState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceExecutionState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceExecutionState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceTestRunnerState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceTestRunnerState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestDataState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestableState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestAssertionState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestAssertionState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestableEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityChangeConflictEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityChangeConflictEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffEditorState.js +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffViewState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/project-configuration-editor-state/ProjectConfigurationEditorState.d.ts +0 -0
- /package/lib/stores/{editor-state → editor/editor-state}/project-configuration-editor-state/ProjectDependencyEditorState.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/DnDUtils.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/DnDUtils.js +0 -0
- /package/lib/stores/{shared → editor/shared}/FileSystemTreeUtils.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/FileSystemTreeUtils.js +0 -0
- /package/lib/stores/{shared → editor/shared}/MockDataUtils.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/MockDataUtils.js +0 -0
- /package/lib/stores/{shared → editor/shared}/ModelClassifierUtils.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/ModelClassifierUtils.js +0 -0
- /package/lib/stores/{shared → editor/shared}/PackageTreeUtils.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/PackageTreeUtils.js +0 -0
- /package/lib/stores/{shared → editor/shared}/TreeUtils.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/TreeUtils.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Data_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Data_GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_ExternalFormat_GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Generation_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Generation_GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Mapping_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Mapping_GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Service_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DSL_Service_GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DomainGraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/DomainGraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/RawValueSpecificationGraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/RawValueSpecificationGraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/STO_FlatData_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/STO_FlatData_GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/STO_Relational_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/STO_Relational_GraphModifierHelper.js +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/Testable_GraphModifierHelper.d.ts +0 -0
- /package/lib/stores/{shared → editor/shared}/modifier/Testable_GraphModifierHelper.js +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/LocalChangesState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/ProjectDependantEditorState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/ProjectDependantEditorState.js +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/ProjectOverviewState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkflowManagerState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceReviewState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceSyncState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceUpdateConflictResolutionState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/WorkspaceUpdaterState.d.ts +0 -0
- /package/lib/stores/{sidebar-state → editor/sidebar-state}/testable/GlobalTestRunnerState.js +0 -0
- /package/lib/stores/{DSL_Data_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Data_LegendStudioApplicationPlugin_Extension.js} +0 -0
- /package/lib/stores/{DSL_Generation_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Generation_LegendStudioApplicationPlugin_Extension.js} +0 -0
- /package/lib/stores/{DSL_Mapping_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Mapping_LegendStudioApplicationPlugin_Extension.js} +0 -0
- /package/lib/stores/{DSL_Service_LegendStudioApplicationPlugin_Extension.js → extensions/DSL_Service_LegendStudioApplicationPlugin_Extension.js} +0 -0
- /package/lib/stores/{STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js → extensions/STO_ProjectOverview_LegendStudioApplicationPlugin_Extension.js} +0 -0
- /package/lib/stores/{STO_Relational_LegendStudioApplicationPlugin_Extension.js → extensions/STO_Relational_LegendStudioApplicationPlugin_Extension.js} +0 -0
- /package/lib/stores/{project-viewer → project-view}/ProjectViewerEditorMode.d.ts +0 -0
- /package/lib/stores/{project-viewer → project-view}/ProjectViewerEditorMode.js +0 -0
- /package/src/{components/DSL_ExternalFormat_CodeSnippets.ts → application/DSL_ExternalFormat_LegendStudioCodeSnippet.ts} +0 -0
- /package/src/{components → application}/DSL_ExternalFormat_LegendStudioDocumentation.ts +0 -0
- /package/src/{stores/Core_CodeSnippets.ts → application/LegendStudioCodeSnippet.ts} +0 -0
- /package/src/{components/LegendStudioTestID.ts → application/LegendStudioTesting.ts} +0 -0
- /package/src/components/{shared → workspace-setup}/ProjectSelectorUtils.tsx +0 -0
- /package/src/components/{shared → workspace-setup}/WorkspaceSelectorUtils.tsx +0 -0
- /package/src/stores/{AbstractConflictResolutionState.ts → editor/AbstractConflictResolutionState.ts} +0 -0
- /package/src/stores/{EditorConfig.ts → editor/EditorConfig.ts} +0 -0
- /package/src/stores/{EmbeddedQueryBuilderState.ts → editor/EmbeddedQueryBuilderState.ts} +0 -0
- /package/src/stores/{GraphEditorMode.ts → editor/GraphEditorMode.ts} +0 -0
- /package/src/stores/{aux-panel-state → editor/aux-panel-state}/DevToolState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/EditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/FileGenerationViewerState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/FileSystemState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/GenerationSpecificationEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/UnsupportedElementEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/ClassEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/ClassState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/ElementEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/FileGenerationEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/FunctionEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/UMLEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/connection/PostProcessorEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/data/DataEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/FlatDataInstanceSetImplementationState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingElementState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTabManagerState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/MappingTestState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/PureInstanceSetImplementationState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/mapping/relational/RelationalInstanceSetImplementationState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceExecutionState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/ServiceTestRunnerState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/service/testable/ServiceTestEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/element-editor-state/testable/TestAssertionState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityChangeConflictEditorState.ts +0 -0
- /package/src/stores/{editor-state → editor/editor-state}/entity-diff-editor-state/EntityDiffEditorState.ts +0 -0
- /package/src/stores/{shared → editor/shared}/DnDUtils.ts +0 -0
- /package/src/stores/{shared → editor/shared}/FileSystemTreeUtils.ts +0 -0
- /package/src/stores/{shared → editor/shared}/MockDataUtils.ts +0 -0
- /package/src/stores/{shared → editor/shared}/ModelClassifierUtils.ts +0 -0
- /package/src/stores/{shared → editor/shared}/TreeUtils.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/DSL_Data_GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/DSL_ExternalFormat_GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/DSL_Generation_GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/DSL_Mapping_GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/DSL_Service_GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/DomainGraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/RawValueSpecificationGraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/STO_FlatData_GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/STO_Relational_GraphModifierHelper.ts +0 -0
- /package/src/stores/{shared → editor/shared}/modifier/Testable_GraphModifierHelper.ts +0 -0
- /package/src/stores/{sidebar-state → editor/sidebar-state}/ProjectDependantEditorState.ts +0 -0
- /package/src/stores/{project-viewer → project-view}/ProjectViewerEditorMode.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DomainGraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/DomainGraphModifierHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DomainGraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/DomainGraphModifierHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,UAAU,EACf,KAAK,eAAe,EACpB,KAAK,kBAAkB,EACvB,KAAK,SAAS,EAGf,MAAM,qBAAqB,CAAC;AAI7B,eAAO,MAAM,aAAa,iFAIxB,CAAC;AAEH,eAAO,MAAM,sBAAsB,UACzB,UAAU,WAAW,kBAAkB,KAAG,IAGnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAElB,SAAS,WACP,kBAAkB,eACd,MAAM,GAAG,SAAS,WACtB,eAAe,KACvB,IAUJ,CAAC;AAEF,eAAO,MAAM,mBAAmB,UACtB,SAAS,WAAW,kBAAkB,KAAG,IAGlD,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAErB,SAAS,WACP,kBAAkB,WAClB,MAAM,WACN,eAAe,KACvB,IAUJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAKL,0BAA0B,EAC1B,eAAe,GAChB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAEpC,MAAM,CAAC,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,CAAC,EACzC,KAAiB;IAEjB,MAAM,KAAK,CAAC,OAAO,EAAE,CAAC;AACxB,CAAC,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,sBAAsB,GAAG,MAAM,CAC1C,CAAC,KAAiB,EAAE,OAA2B,EAAQ,EAAE;IACvD,KAAK,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;AAClC,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CACE,KAAgB,EAChB,OAA2B,EAC3B,WAA+B,EAC/B,OAAwB,EAClB,EAAE;IACR,KAAK,CAAC,UAAU,CAAC,0BAA0B,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,WAAW,CAAC,CAAC;IAE5E,2DAA2D;IAC3D,IAAI,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IACrC,OAAO,cAAc,EAAE;QACrB,eAAe,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QACzC,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC;KACzC;AACH,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CACvC,CAAC,KAAgB,EAAE,OAA2B,EAAQ,EAAE;IACtD,KAAK,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;AAC/B,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CACvC,CACE,KAAgB,EAChB,OAA2B,EAC3B,OAAe,EACf,OAAwB,EAClB,EAAE;IACR,KAAK,CAAC,aAAa,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;IAEtC,2DAA2D;IAC3D,IAAI,cAAc,GAAG,OAAO,CAAC,OAAO,CAAC;IACrC,OAAO,cAAc,EAAE;QACrB,eAAe,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;QACzC,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC;KACzC;AACH,CAAC,CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RawValueSpecificationGraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,IAAI,EAEV,MAAM,qBAAqB,CAAC;AAG7B,eAAO,MAAM,6BAA6B,WAC/B,qBAAqB,SAAS,MAAM,KAAG,IAGjD,CAAC;AACF,eAAO,MAAM,6BAA6B,WAC/B,qBAAqB,SAAS,IAAI,KAAG,IAG/C,CAAC;AACF,eAAO,MAAM,qCAAqC,WACvC,qBAAqB,SAAS,YAAY,KAAG,IAGvD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RawValueSpecificationGraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAIL,YAAY,GACb,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,MAAM,CAAC,MAAM,6BAA6B,GAAG,MAAM,CACjD,CAAC,MAA6B,EAAE,KAAa,EAAQ,EAAE;IACrD,MAAM,CAAC,IAAI,GAAG,KAAK,CAAC;AACtB,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,6BAA6B,GAAG,MAAM,CACjD,CAAC,MAA6B,EAAE,KAAW,EAAQ,EAAE;IACnD,MAAM,CAAC,IAAI,CAAC,KAAK,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC;AAC1C,CAAC,CACF,CAAC;AACF,MAAM,CAAC,MAAM,qCAAqC,GAAG,MAAM,CACzD,CAAC,MAA6B,EAAE,KAAmB,EAAQ,EAAE;IAC3D,MAAM,CAAC,YAAY,GAAG,KAAK,CAAC;AAC9B,CAAC,CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"STO_FlatData_GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_FlatData_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,iCAAiC,EACtC,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,kBAAkB,EAGvB,KAAK,2BAA2B,EACjC,MAAM,qBAAqB,CAAC;AAG7B,eAAO,MAAM,gCAAgC,OAErC,iCAAiC,SAC9B,sBAAsB,KAC5B,IAIJ,CAAC;AAEF,eAAO,MAAM,gBAAgB,UACnB,iBAAiB,SAAS,MAAM,KAAG,IAG5C,CAAC;AAEF,eAAO,MAAM,sCAAsC,QAE1C,uBAAuB,SACrB,2BAA2B,GAAG,SAAS,KAC7C,IAKJ,CAAC;AAEF,eAAO,MAAM,yBAAyB,OAC/B,kBAAkB,OAAO,MAAM,KAAG,IAGxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"STO_FlatData_GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_FlatData_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAML,8BAA8B,EAC9B,mCAAmC,GAEpC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,MAAM,CAAC,MAAM,gCAAgC,GAAG,MAAM,CACpD,CACE,EAAqC,EACrC,KAA6B,EACvB,EAAE;IACR,8BAA8B,CAAC,KAAK,CAAC,CAAC;IACtC,EAAE,CAAC,oBAAoB,CAAC,KAAK,GAAG,KAAK,CAAC;AACxC,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CAAC,KAAwB,EAAE,KAAa,EAAQ,EAAE;IAChD,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC;AACrB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sCAAsC,GAAG,MAAM,CAC1D,CACE,GAA4B,EAC5B,KAA8C,EACxC,EAAE;IACR,GAAG,CAAC,WAAW,GAAG,KAAK;QACrB,CAAC,CAAC,mCAAmC,CAAC,KAAK,CAAC;QAC5C,CAAC,CAAC,SAAS,CAAC;AAChB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,MAAM,CAC7C,CAAC,EAAsB,EAAE,GAAW,EAAQ,EAAE;IAC5C,EAAE,CAAC,GAAG,GAAG,GAAG,CAAC;AACf,CAAC,CACF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"STO_Relational_GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_Relational_GraphModifierHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"STO_Relational_GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/STO_Relational_GraphModifierHelper.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Testable_GraphModifierHelper.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/Testable_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,WAAW,EAChB,KAAK,kBAAkB,EACvB,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,KAAK,gBAAgB,EAGtB,MAAM,qBAAqB,CAAC;AAI7B,eAAO,MAAM,uBAAuB,gBACpB,WAAW,OAAO,kBAAkB,KAAG,IAGtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SACvB,aAAa,OAAO,MAAM,KAAG,IAGrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,SAC3B,UAAU,OAAO,aAAa,KAAG,IAIzC,CAAC;AAEF,eAAO,MAAM,gBAAgB,SACpB,UAAU,OAAO,MAAM,KAAG,IAGlC,CAAC;AAEF,eAAO,MAAM,eAAe,SACnB,gBAAgB,OAAO,MAAM,KAAG,IAGxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Testable_GraphModifierHelper.js","sourceRoot":"","sources":["../../../../src/stores/shared/modifier/Testable_GraphModifierHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAML,qBAAqB,EACrB,0BAA0B,GAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAE9B,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAC3C,CAAC,WAAwB,EAAE,GAAuB,EAAQ,EAAE;IAC1D,WAAW,CAAC,QAAQ,GAAG,0BAA0B,CAAC,GAAG,CAAC,CAAC;AACzD,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CACvC,CAAC,IAAmB,EAAE,GAAW,EAAQ,EAAE;IACzC,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC;AAChB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,MAAM,CAC3C,CAAC,IAAgB,EAAE,GAAkB,EAAQ,EAAE;IAC7C,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC;IACtB,cAAc,CAAC,IAAI,CAAC,UAAU,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAC9D,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CACpC,CAAC,IAAgB,EAAE,GAAW,EAAQ,EAAE;IACtC,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC;AAChB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,MAAM,CACnC,CAAC,IAAsB,EAAE,GAAW,EAAQ,EAAE;IAC5C,IAAI,CAAC,EAAE,GAAG,GAAG,CAAC;AAChB,CAAC,CACF,CAAC"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { type Connection, type ConnectionPointer, type ConnectionVisitor, type EmbeddedData, type FlatDataConnection, type JsonModelConnection, type ModelChainConnection, type RelationalDatabaseConnection, type XmlModelConnection, type Runtime, type IdentifiedConnection, type TestAssertion, type AtomicTest, ExternalFormatData, RelationalCSVData, ConnectionTestData } from '@finos/legend-graph';
|
|
17
|
-
import type { EditorStore } from '../../EditorStore.js';
|
|
18
|
-
export declare const createBareExternalFormat: (contentType?: string | undefined) => ExternalFormatData;
|
|
19
|
-
export declare const getAllIdentifiedConnectionsFromRuntime: (runtime: Runtime) => IdentifiedConnection[];
|
|
20
|
-
export declare class TEMPORARY__EmbeddedDataConnectionVisitor implements ConnectionVisitor<EmbeddedData> {
|
|
21
|
-
editorStore: EditorStore;
|
|
22
|
-
constructor(editorStore: EditorStore);
|
|
23
|
-
visit_Connection(connection: Connection): EmbeddedData;
|
|
24
|
-
visit_ConnectionPointer(connection: ConnectionPointer): EmbeddedData;
|
|
25
|
-
visit_ModelChainConnection(connection: ModelChainConnection): EmbeddedData;
|
|
26
|
-
visit_JsonModelConnection(connection: JsonModelConnection): EmbeddedData;
|
|
27
|
-
visit_XmlModelConnection(connection: XmlModelConnection): EmbeddedData;
|
|
28
|
-
visit_FlatDataConnection(connection: FlatDataConnection): EmbeddedData;
|
|
29
|
-
visit_RelationalDatabaseConnection(connection: RelationalDatabaseConnection): EmbeddedData;
|
|
30
|
-
}
|
|
31
|
-
export declare class EmbeddedDataConnectionTypeVisitor implements ConnectionVisitor<string> {
|
|
32
|
-
editorStore: EditorStore;
|
|
33
|
-
constructor(editorStore: EditorStore);
|
|
34
|
-
visit_Connection(connection: Connection): string;
|
|
35
|
-
visit_ConnectionPointer(connection: ConnectionPointer): string;
|
|
36
|
-
visit_ModelChainConnection(connection: ModelChainConnection): string;
|
|
37
|
-
visit_JsonModelConnection(connection: JsonModelConnection): string;
|
|
38
|
-
visit_XmlModelConnection(connection: XmlModelConnection): string;
|
|
39
|
-
visit_FlatDataConnection(connection: FlatDataConnection): string;
|
|
40
|
-
visit_RelationalDatabaseConnection(connection: RelationalDatabaseConnection): string;
|
|
41
|
-
}
|
|
42
|
-
export declare const initializeConnectionDataFromRuntime: (runtime: Runtime, editorStore: EditorStore) => ConnectionTestData[];
|
|
43
|
-
export declare const createEmptyEqualToJsonAssertion: (test: AtomicTest) => TestAssertion;
|
|
44
|
-
export declare const TEMPORARY__createRelationalDataFromCSV: (val: string) => RelationalCSVData;
|
|
45
|
-
//# sourceMappingURL=TestableUtils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TestableUtils.d.ts","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,KAAK,UAAU,EACf,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,YAAY,EACjB,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,OAAO,EACZ,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAMnB,MAAM,qBAAqB,CAAC;AAW7B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,eAAO,MAAM,wBAAwB,iBACrB,MAAM,GAAG,SAAS,KAC/B,kBAKF,CAAC;AAEF,eAAO,MAAM,sCAAsC,YACxC,OAAO,KACf,oBAAoB,EAYtB,CAAC;AAIF,qBAAa,wCACX,YAAW,iBAAiB,CAAC,YAAY,CAAC;IAE1C,WAAW,EAAE,WAAW,CAAC;gBACb,WAAW,EAAE,WAAW;IAIpC,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,YAAY;IAGtD,uBAAuB,CAAC,UAAU,EAAE,iBAAiB,GAAG,YAAY;IAKpE,0BAA0B,CAAC,UAAU,EAAE,oBAAoB,GAAG,YAAY;IAG1E,yBAAyB,CAAC,UAAU,EAAE,mBAAmB,GAAG,YAAY;IAUxE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,YAAY;IAGtE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,YAAY;IAGtE,kCAAkC,CAChC,UAAU,EAAE,4BAA4B,GACvC,YAAY;CAGhB;AAED,qBAAa,iCACX,YAAW,iBAAiB,CAAC,MAAM,CAAC;IAEpC,WAAW,EAAE,WAAW,CAAC;gBACb,WAAW,EAAE,WAAW;IAIpC,gBAAgB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM;IAGhD,uBAAuB,CAAC,UAAU,EAAE,iBAAiB,GAAG,MAAM;IAK9D,0BAA0B,CAAC,UAAU,EAAE,oBAAoB,GAAG,MAAM;IAGpE,yBAAyB,CAAC,UAAU,EAAE,mBAAmB,GAAG,MAAM;IAGlE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,MAAM;IAIhE,wBAAwB,CAAC,UAAU,EAAE,kBAAkB,GAAG,MAAM;IAGhE,kCAAkC,CAChC,UAAU,EAAE,4BAA4B,GACvC,MAAM;CAGV;AAED,eAAO,MAAM,mCAAmC,YACrC,OAAO,eACH,WAAW,KACvB,kBAAkB,EAmBpB,CAAC;AAEF,eAAO,MAAM,+BAA+B,SACpC,UAAU,KACf,aASF,CAAC;AAGF,eAAO,MAAM,sCAAsC,QAC5C,MAAM,KACV,iBAqBF,CAAC"}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { ExternalFormatData, RelationalCSVData, ConnectionTestData, EngineRuntime, RuntimePointer, EqualToJson, DEFAULT_TEST_ASSERTION_PREFIX, RelationalCSVDataTable, } from '@finos/legend-graph';
|
|
17
|
-
import { assertTrue, ContentType, generateEnumerableNameFromToken, guaranteeNonEmptyString, isNonNullable, returnUndefOnError, UnsupportedOperationError, } from '@finos/legend-shared';
|
|
18
|
-
import { EmbeddedDataType } from '../../editor-state/ExternalFormatState.js';
|
|
19
|
-
import { createMockDataForMappingElementSource } from '../MockDataUtils.js';
|
|
20
|
-
export const createBareExternalFormat = (contentType) => {
|
|
21
|
-
const data = new ExternalFormatData();
|
|
22
|
-
data.contentType = contentType ?? ContentType.APPLICATION_JSON;
|
|
23
|
-
data.data = '';
|
|
24
|
-
return data;
|
|
25
|
-
};
|
|
26
|
-
export const getAllIdentifiedConnectionsFromRuntime = (runtime) => {
|
|
27
|
-
const resolvedRuntimes = [];
|
|
28
|
-
if (runtime instanceof RuntimePointer) {
|
|
29
|
-
resolvedRuntimes.push(runtime.packageableRuntime.value.runtimeValue);
|
|
30
|
-
}
|
|
31
|
-
else if (runtime instanceof EngineRuntime) {
|
|
32
|
-
resolvedRuntimes.push(runtime);
|
|
33
|
-
}
|
|
34
|
-
return resolvedRuntimes
|
|
35
|
-
.flatMap((e) => e.connections.map((connection) => connection.storeConnections))
|
|
36
|
-
.flat();
|
|
37
|
-
};
|
|
38
|
-
// NOTE: this will all move to `engine` once engine support generating test data for all connections
|
|
39
|
-
// Throws if unable to generate test data
|
|
40
|
-
export class TEMPORARY__EmbeddedDataConnectionVisitor {
|
|
41
|
-
editorStore;
|
|
42
|
-
constructor(editorStore) {
|
|
43
|
-
this.editorStore = editorStore;
|
|
44
|
-
}
|
|
45
|
-
visit_Connection(connection) {
|
|
46
|
-
throw new UnsupportedOperationError();
|
|
47
|
-
}
|
|
48
|
-
visit_ConnectionPointer(connection) {
|
|
49
|
-
const packageableConnection = connection.packageableConnection.value.connectionValue;
|
|
50
|
-
return packageableConnection.accept_ConnectionVisitor(this);
|
|
51
|
-
}
|
|
52
|
-
visit_ModelChainConnection(connection) {
|
|
53
|
-
throw new UnsupportedOperationError();
|
|
54
|
-
}
|
|
55
|
-
visit_JsonModelConnection(connection) {
|
|
56
|
-
const _class = connection.class.value;
|
|
57
|
-
const _json = createMockDataForMappingElementSource(_class, this.editorStore);
|
|
58
|
-
const data = createBareExternalFormat();
|
|
59
|
-
data.data = _json;
|
|
60
|
-
return data;
|
|
61
|
-
}
|
|
62
|
-
visit_XmlModelConnection(connection) {
|
|
63
|
-
throw new UnsupportedOperationError();
|
|
64
|
-
}
|
|
65
|
-
visit_FlatDataConnection(connection) {
|
|
66
|
-
throw new UnsupportedOperationError();
|
|
67
|
-
}
|
|
68
|
-
visit_RelationalDatabaseConnection(connection) {
|
|
69
|
-
throw new UnsupportedOperationError();
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
export class EmbeddedDataConnectionTypeVisitor {
|
|
73
|
-
editorStore;
|
|
74
|
-
constructor(editorStore) {
|
|
75
|
-
this.editorStore = editorStore;
|
|
76
|
-
}
|
|
77
|
-
visit_Connection(connection) {
|
|
78
|
-
return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
|
|
79
|
-
}
|
|
80
|
-
visit_ConnectionPointer(connection) {
|
|
81
|
-
const packageableConnection = connection.packageableConnection.value.connectionValue;
|
|
82
|
-
return packageableConnection.accept_ConnectionVisitor(this);
|
|
83
|
-
}
|
|
84
|
-
visit_ModelChainConnection(connection) {
|
|
85
|
-
return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
|
|
86
|
-
}
|
|
87
|
-
visit_JsonModelConnection(connection) {
|
|
88
|
-
return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
|
|
89
|
-
}
|
|
90
|
-
visit_XmlModelConnection(connection) {
|
|
91
|
-
return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
|
|
92
|
-
}
|
|
93
|
-
visit_FlatDataConnection(connection) {
|
|
94
|
-
return EmbeddedDataType.EXTERNAL_FORMAT_DATA;
|
|
95
|
-
}
|
|
96
|
-
visit_RelationalDatabaseConnection(connection) {
|
|
97
|
-
return EmbeddedDataType.RELATIONAL_CSV;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
export const initializeConnectionDataFromRuntime = (runtime, editorStore) => {
|
|
101
|
-
const identifiedConnections = getAllIdentifiedConnectionsFromRuntime(runtime);
|
|
102
|
-
return identifiedConnections
|
|
103
|
-
.map((identifiedConnection) => {
|
|
104
|
-
const connection = identifiedConnection.connection;
|
|
105
|
-
const embeddedData = returnUndefOnError(() => connection.accept_ConnectionVisitor(new TEMPORARY__EmbeddedDataConnectionVisitor(editorStore)));
|
|
106
|
-
if (embeddedData) {
|
|
107
|
-
const connectionTestData = new ConnectionTestData();
|
|
108
|
-
connectionTestData.connectionId = identifiedConnection.id;
|
|
109
|
-
connectionTestData.testData = embeddedData;
|
|
110
|
-
return connectionTestData;
|
|
111
|
-
}
|
|
112
|
-
return undefined;
|
|
113
|
-
})
|
|
114
|
-
.filter(isNonNullable);
|
|
115
|
-
};
|
|
116
|
-
export const createEmptyEqualToJsonAssertion = (test) => {
|
|
117
|
-
const assert = new EqualToJson();
|
|
118
|
-
assert.id = generateEnumerableNameFromToken(test.assertions.map((a) => a.id), DEFAULT_TEST_ASSERTION_PREFIX);
|
|
119
|
-
assert.expected = createBareExternalFormat();
|
|
120
|
-
assert.parentTest = test;
|
|
121
|
-
return assert;
|
|
122
|
-
};
|
|
123
|
-
// Temproary as engine should return an embedded data type
|
|
124
|
-
export const TEMPORARY__createRelationalDataFromCSV = (val) => {
|
|
125
|
-
const NEW_LINE = '\n';
|
|
126
|
-
const data = new RelationalCSVData();
|
|
127
|
-
const separator = `${NEW_LINE}-----${NEW_LINE}`;
|
|
128
|
-
const lineBreak = /\r?\n/;
|
|
129
|
-
const tables = val
|
|
130
|
-
.split(separator)
|
|
131
|
-
.filter((e) => !(e === NEW_LINE || e === '\r' || e === ''));
|
|
132
|
-
tables.forEach((tableData) => {
|
|
133
|
-
const tableInfo = tableData.split(lineBreak);
|
|
134
|
-
assertTrue(tableInfo.length >= 2, 'Table and Schema Name required from test data');
|
|
135
|
-
const table = new RelationalCSVDataTable();
|
|
136
|
-
table.schema = guaranteeNonEmptyString(tableInfo.shift());
|
|
137
|
-
table.table = guaranteeNonEmptyString(tableInfo.shift());
|
|
138
|
-
table.values = tableInfo.join(NEW_LINE) + NEW_LINE;
|
|
139
|
-
data.tables.push(table);
|
|
140
|
-
});
|
|
141
|
-
return data;
|
|
142
|
-
};
|
|
143
|
-
//# sourceMappingURL=TestableUtils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TestableUtils.js","sourceRoot":"","sources":["../../../../src/stores/shared/testable/TestableUtils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { EditorSDLCState } from '../EditorSDLCState.js';
|
|
2
|
-
import type { EditorStore } from '../EditorStore.js';
|
|
3
|
-
import { ServiceExecutionMode } from '@finos/legend-graph';
|
|
4
|
-
import { type GeneratorFn, ActionState } from '@finos/legend-shared';
|
|
5
|
-
import { Version } from '@finos/legend-server-sdlc';
|
|
6
|
-
import { ServiceRegistrationEnvironmentConfig } from '../../application/LegendStudioApplicationConfig.js';
|
|
7
|
-
export declare const LATEST_PROJECT_REVISION = "Latest Project Revision";
|
|
8
|
-
interface ServiceVersionOption {
|
|
9
|
-
label: string;
|
|
10
|
-
value: Version | string;
|
|
11
|
-
}
|
|
12
|
-
interface ServiceRegistrationResult {
|
|
13
|
-
successfulServices: string[];
|
|
14
|
-
failedServices: string[];
|
|
15
|
-
serviceLinks: string[];
|
|
16
|
-
}
|
|
17
|
-
export declare class ServiceConfigState {
|
|
18
|
-
readonly editorStore: EditorStore;
|
|
19
|
-
readonly registrationOptions: ServiceRegistrationEnvironmentConfig[];
|
|
20
|
-
readonly registrationState: ActionState;
|
|
21
|
-
registrationResult: ServiceRegistrationResult | undefined;
|
|
22
|
-
serviceEnv?: string | undefined;
|
|
23
|
-
serviceExecutionMode?: ServiceExecutionMode | undefined;
|
|
24
|
-
projectVersion?: Version | string | undefined;
|
|
25
|
-
enableModesWithVersioning: boolean;
|
|
26
|
-
TEMPORARY__useStoreModel: boolean;
|
|
27
|
-
constructor(editorStore: EditorStore, registrationOptions: ServiceRegistrationEnvironmentConfig[], enableModesWithVersioning: boolean);
|
|
28
|
-
get options(): ServiceRegistrationEnvironmentConfig[];
|
|
29
|
-
get executionModes(): ServiceExecutionMode[];
|
|
30
|
-
get versionOptions(): ServiceVersionOption[] | undefined;
|
|
31
|
-
setServiceEnv(val: string | undefined): void;
|
|
32
|
-
setServiceExecutionMode(val: ServiceExecutionMode | undefined): void;
|
|
33
|
-
setProjectVersion(val: Version | string | undefined): void;
|
|
34
|
-
setUseStoreModelWithFullInteractive(val: boolean): void;
|
|
35
|
-
initialize(): void;
|
|
36
|
-
updateVersion(): void;
|
|
37
|
-
updateType(val: ServiceExecutionMode | undefined): void;
|
|
38
|
-
updateEnv(val: string | undefined): void;
|
|
39
|
-
}
|
|
40
|
-
export declare class BulkServiceRegistrationState {
|
|
41
|
-
editorStore: EditorStore;
|
|
42
|
-
sdlcState: EditorSDLCState;
|
|
43
|
-
serviceConfigState: ServiceConfigState;
|
|
44
|
-
showSuccessModel: boolean;
|
|
45
|
-
constructor(editorStore: EditorStore, sdlcState: EditorSDLCState);
|
|
46
|
-
setSuccessModal(val: boolean): void;
|
|
47
|
-
registerServices(): GeneratorFn<void>;
|
|
48
|
-
validateServiceForRegistration(): void;
|
|
49
|
-
}
|
|
50
|
-
export {};
|
|
51
|
-
//# sourceMappingURL=BulkServiceRegistrationState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BulkServiceRegistrationState.d.ts","sourceRoot":"","sources":["../../../src/stores/sidebar-state/BulkServiceRegistrationState.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,EAOL,oBAAoB,EAIrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,KAAK,WAAW,EAChB,WAAW,EAUZ,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EAAE,oCAAoC,EAAE,MAAM,oDAAoD,CAAC;AAI1G,eAAO,MAAM,uBAAuB,4BAA4B,CAAC;AAejE,UAAU,oBAAoB;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB;AACD,UAAU,yBAAyB;IACjC,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AACD,qBAAa,kBAAkB;IAC7B,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAC;IAClC,QAAQ,CAAC,mBAAmB,EAAE,oCAAoC,EAAE,CAAM;IAC1E,QAAQ,CAAC,iBAAiB,cAAwB;IAClD,kBAAkB,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC1D,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,oBAAoB,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACxD,cAAc,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAC9C,yBAAyB,EAAE,OAAO,CAAC;IACnC,wBAAwB,UAAS;gBAG/B,WAAW,EAAE,WAAW,EACxB,mBAAmB,EAAE,oCAAoC,EAAE,EAC3D,yBAAyB,EAAE,OAAO;IA8BpC,IAAI,OAAO,IAAI,oCAAoC,EAAE,CAiBpD;IAED,IAAI,cAAc,IAAI,oBAAoB,EAAE,CAI3C;IAED,IAAI,cAAc,IAAI,oBAAoB,EAAE,GAAG,SAAS,CAsBvD;IAED,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI;IAI5C,uBAAuB,CAAC,GAAG,EAAE,oBAAoB,GAAG,SAAS,GAAG,IAAI;IAIpE,iBAAiB,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI;IAI1D,mCAAmC,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAIvD,UAAU,IAAI,IAAI;IAMlB,aAAa,IAAI,IAAI;IAUrB,UAAU,CAAC,GAAG,EAAE,oBAAoB,GAAG,SAAS,GAAG,IAAI;IAKvD,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI;CAIzC;AAED,qBAAa,4BAA4B;IACvC,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,eAAe,CAAC;IAC3B,kBAAkB,EAAE,kBAAkB,CAAC;IACvC,gBAAgB,UAAS;gBAEb,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,eAAe;IAiBhE,eAAe,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI;IAGlC,gBAAgB,IAAI,WAAW,CAAC,IAAI,CAAC;IAwEtC,8BAA8B,IAAI,IAAI;CA8DvC"}
|
|
@@ -1,237 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { action, computed, makeObservable, observable, flow } from 'mobx';
|
|
17
|
-
import { areMultiplicitiesEqual, buildLambdaVariableExpressions, generateMultiplicityString, Multiplicity, VariableExpression, ServiceExecutionMode, BulkRegistrationResultSuccess, } from '@finos/legend-graph';
|
|
18
|
-
import { ActionState, assertNonEmptyString, assertTrue, filterByType, getNullableFirstElement, guaranteeNonNullable, prettyCONSTName, UnsupportedOperationError, assertErrorThrown, LogEvent, } from '@finos/legend-shared';
|
|
19
|
-
import { Version } from '@finos/legend-server-sdlc';
|
|
20
|
-
import { MINIMUM_SERVICE_OWNERS } from '../editor-state/element-editor-state/service/ServiceEditorState.js';
|
|
21
|
-
import { ServiceRegistrationEnvironmentConfig } from '../../application/LegendStudioApplicationConfig.js';
|
|
22
|
-
import { LEGEND_STUDIO_APP_EVENT } from '../../application/LegendStudioEvent.js';
|
|
23
|
-
import { generateServiceManagementUrl } from '../editor-state/element-editor-state/service/ServiceRegistrationState.js';
|
|
24
|
-
export const LATEST_PROJECT_REVISION = 'Latest Project Revision';
|
|
25
|
-
const getServiceExecutionMode = (mode) => {
|
|
26
|
-
switch (mode) {
|
|
27
|
-
case ServiceExecutionMode.FULL_INTERACTIVE:
|
|
28
|
-
return ServiceExecutionMode.FULL_INTERACTIVE;
|
|
29
|
-
case ServiceExecutionMode.SEMI_INTERACTIVE:
|
|
30
|
-
return ServiceExecutionMode.SEMI_INTERACTIVE;
|
|
31
|
-
case ServiceExecutionMode.PROD:
|
|
32
|
-
return ServiceExecutionMode.PROD;
|
|
33
|
-
default:
|
|
34
|
-
throw new UnsupportedOperationError(`Encountered unsupported service execution mode '${mode}'`);
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
export class ServiceConfigState {
|
|
38
|
-
editorStore;
|
|
39
|
-
registrationOptions = [];
|
|
40
|
-
registrationState = ActionState.create();
|
|
41
|
-
registrationResult;
|
|
42
|
-
serviceEnv;
|
|
43
|
-
serviceExecutionMode;
|
|
44
|
-
projectVersion;
|
|
45
|
-
enableModesWithVersioning;
|
|
46
|
-
TEMPORARY__useStoreModel = false;
|
|
47
|
-
constructor(editorStore, registrationOptions, enableModesWithVersioning) {
|
|
48
|
-
makeObservable(this, {
|
|
49
|
-
serviceEnv: observable,
|
|
50
|
-
serviceExecutionMode: observable,
|
|
51
|
-
projectVersion: observable,
|
|
52
|
-
enableModesWithVersioning: observable,
|
|
53
|
-
TEMPORARY__useStoreModel: observable,
|
|
54
|
-
executionModes: computed,
|
|
55
|
-
options: computed,
|
|
56
|
-
versionOptions: computed,
|
|
57
|
-
setServiceEnv: action,
|
|
58
|
-
setServiceExecutionMode: action,
|
|
59
|
-
setProjectVersion: action,
|
|
60
|
-
setUseStoreModelWithFullInteractive: action,
|
|
61
|
-
initialize: action,
|
|
62
|
-
updateVersion: action,
|
|
63
|
-
updateType: action,
|
|
64
|
-
updateEnv: action,
|
|
65
|
-
});
|
|
66
|
-
this.editorStore = editorStore;
|
|
67
|
-
this.registrationOptions = registrationOptions;
|
|
68
|
-
this.enableModesWithVersioning = enableModesWithVersioning;
|
|
69
|
-
this.initialize();
|
|
70
|
-
this.registrationState.setMessageFormatter(prettyCONSTName);
|
|
71
|
-
}
|
|
72
|
-
get options() {
|
|
73
|
-
if (this.enableModesWithVersioning) {
|
|
74
|
-
return this.registrationOptions;
|
|
75
|
-
}
|
|
76
|
-
return this.registrationOptions
|
|
77
|
-
.map((_envConfig) => {
|
|
78
|
-
const envConfig = new ServiceRegistrationEnvironmentConfig();
|
|
79
|
-
envConfig.env = _envConfig.env;
|
|
80
|
-
envConfig.executionUrl = _envConfig.executionUrl;
|
|
81
|
-
envConfig.managementUrl = _envConfig.managementUrl;
|
|
82
|
-
// NOTE: For projects that we cannot create a version for, only fully-interactive mode is supported
|
|
83
|
-
envConfig.modes = _envConfig.modes.filter((mode) => mode === ServiceExecutionMode.FULL_INTERACTIVE);
|
|
84
|
-
return envConfig;
|
|
85
|
-
})
|
|
86
|
-
.filter((envConfig) => envConfig.modes.length);
|
|
87
|
-
}
|
|
88
|
-
get executionModes() {
|
|
89
|
-
return (this.options.find((e) => e.env === this.serviceEnv)?.modes ?? []).map(getServiceExecutionMode);
|
|
90
|
-
}
|
|
91
|
-
get versionOptions() {
|
|
92
|
-
if (this.enableModesWithVersioning &&
|
|
93
|
-
this.serviceExecutionMode !== ServiceExecutionMode.FULL_INTERACTIVE) {
|
|
94
|
-
const options = this.editorStore.sdlcState.projectVersions.map((version) => ({
|
|
95
|
-
label: version.id.id,
|
|
96
|
-
value: version,
|
|
97
|
-
}));
|
|
98
|
-
if (this.serviceExecutionMode !== ServiceExecutionMode.PROD) {
|
|
99
|
-
return [
|
|
100
|
-
{
|
|
101
|
-
label: prettyCONSTName(LATEST_PROJECT_REVISION),
|
|
102
|
-
value: LATEST_PROJECT_REVISION,
|
|
103
|
-
},
|
|
104
|
-
...options,
|
|
105
|
-
];
|
|
106
|
-
}
|
|
107
|
-
return options;
|
|
108
|
-
}
|
|
109
|
-
return undefined;
|
|
110
|
-
}
|
|
111
|
-
setServiceEnv(val) {
|
|
112
|
-
this.serviceEnv = val;
|
|
113
|
-
}
|
|
114
|
-
setServiceExecutionMode(val) {
|
|
115
|
-
this.serviceExecutionMode = val;
|
|
116
|
-
}
|
|
117
|
-
setProjectVersion(val) {
|
|
118
|
-
this.projectVersion = val;
|
|
119
|
-
}
|
|
120
|
-
setUseStoreModelWithFullInteractive(val) {
|
|
121
|
-
this.TEMPORARY__useStoreModel = val;
|
|
122
|
-
}
|
|
123
|
-
initialize() {
|
|
124
|
-
this.serviceEnv = getNullableFirstElement(this.registrationOptions)?.env;
|
|
125
|
-
this.serviceExecutionMode = this.executionModes[0];
|
|
126
|
-
this.updateVersion();
|
|
127
|
-
}
|
|
128
|
-
updateVersion() {
|
|
129
|
-
if (this.serviceExecutionMode === ServiceExecutionMode.SEMI_INTERACTIVE) {
|
|
130
|
-
this.projectVersion = LATEST_PROJECT_REVISION;
|
|
131
|
-
}
|
|
132
|
-
else if (this.serviceExecutionMode === ServiceExecutionMode.PROD) {
|
|
133
|
-
this.projectVersion = this.editorStore.sdlcState.projectVersions[0];
|
|
134
|
-
}
|
|
135
|
-
else {
|
|
136
|
-
this.projectVersion = undefined;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
updateType(val) {
|
|
140
|
-
this.setServiceExecutionMode(val);
|
|
141
|
-
this.updateVersion();
|
|
142
|
-
}
|
|
143
|
-
updateEnv(val) {
|
|
144
|
-
this.setServiceEnv(val);
|
|
145
|
-
this.setServiceExecutionMode(this.executionModes[0]);
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
export class BulkServiceRegistrationState {
|
|
149
|
-
editorStore;
|
|
150
|
-
sdlcState;
|
|
151
|
-
serviceConfigState;
|
|
152
|
-
showSuccessModel = false;
|
|
153
|
-
constructor(editorStore, sdlcState) {
|
|
154
|
-
makeObservable(this, {
|
|
155
|
-
showSuccessModel: observable,
|
|
156
|
-
editorStore: false,
|
|
157
|
-
sdlcState: false,
|
|
158
|
-
registerServices: flow,
|
|
159
|
-
setSuccessModal: action,
|
|
160
|
-
});
|
|
161
|
-
this.editorStore = editorStore;
|
|
162
|
-
this.sdlcState = sdlcState;
|
|
163
|
-
this.serviceConfigState = new ServiceConfigState(editorStore, editorStore.applicationStore.config.options.TEMPORARY__serviceRegistrationConfig, editorStore.sdlcServerClient.featuresConfigHasBeenFetched &&
|
|
164
|
-
editorStore.sdlcServerClient.features.canCreateVersion);
|
|
165
|
-
}
|
|
166
|
-
setSuccessModal(val) {
|
|
167
|
-
this.showSuccessModel = val;
|
|
168
|
-
}
|
|
169
|
-
*registerServices() {
|
|
170
|
-
const successfulServices = [];
|
|
171
|
-
const failedServices = [];
|
|
172
|
-
const serviceManagementURL = [];
|
|
173
|
-
this.serviceConfigState.registrationState.inProgress();
|
|
174
|
-
this.validateServiceForRegistration();
|
|
175
|
-
try {
|
|
176
|
-
const projectConfig = guaranteeNonNullable(this.editorStore.projectConfigurationEditorState.projectConfiguration);
|
|
177
|
-
const versionInput = this.serviceConfigState.projectVersion instanceof Version
|
|
178
|
-
? this.serviceConfigState.projectVersion.id.id
|
|
179
|
-
: undefined;
|
|
180
|
-
const config = guaranteeNonNullable(this.serviceConfigState.options.find((info) => info.env === this.serviceConfigState.serviceEnv));
|
|
181
|
-
const serviceRegistrationResult = (yield this.editorStore.graphManagerState.graphManager.bulkServiceRegistration(this.editorStore.graphManagerState.graph.ownServices, this.editorStore.graphManagerState.graph, projectConfig.groupId, projectConfig.artifactId, versionInput, config.executionUrl, guaranteeNonNullable(this.serviceConfigState.serviceExecutionMode), {
|
|
182
|
-
TEMPORARY__useStoreModel: this.serviceConfigState.TEMPORARY__useStoreModel,
|
|
183
|
-
}));
|
|
184
|
-
serviceRegistrationResult.forEach((result) => {
|
|
185
|
-
if (result instanceof BulkRegistrationResultSuccess) {
|
|
186
|
-
const serviceURL = generateServiceManagementUrl(config.managementUrl, result.pattern);
|
|
187
|
-
serviceManagementURL.push(serviceURL);
|
|
188
|
-
successfulServices.push(result.pattern);
|
|
189
|
-
}
|
|
190
|
-
else {
|
|
191
|
-
failedServices.push(`${result.servicePath} ERROR: ${result.errorMessage}`);
|
|
192
|
-
}
|
|
193
|
-
});
|
|
194
|
-
this.serviceConfigState.registrationResult = {
|
|
195
|
-
successfulServices: successfulServices,
|
|
196
|
-
serviceLinks: serviceManagementURL,
|
|
197
|
-
failedServices: failedServices,
|
|
198
|
-
};
|
|
199
|
-
this.showSuccessModel = true;
|
|
200
|
-
}
|
|
201
|
-
catch (error) {
|
|
202
|
-
assertErrorThrown(error);
|
|
203
|
-
this.editorStore.applicationStore.logService.error(LogEvent.create(LEGEND_STUDIO_APP_EVENT.SERVICE_REGISTRATION_FAILURE), error);
|
|
204
|
-
this.editorStore.applicationStore.notificationService.notifyError(error);
|
|
205
|
-
}
|
|
206
|
-
finally {
|
|
207
|
-
this.serviceConfigState.registrationState.reset();
|
|
208
|
-
this.serviceConfigState.registrationState.setMessage(undefined);
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
validateServiceForRegistration() {
|
|
212
|
-
const services = this.editorStore.graphManagerState.graph.ownServices;
|
|
213
|
-
services.forEach((service) => {
|
|
214
|
-
service.owners.forEach((owner) => assertNonEmptyString(owner, `Service can't have an empty owner name`));
|
|
215
|
-
assertTrue(service.owners.length >= MINIMUM_SERVICE_OWNERS, `Service needs to have at least 2 owners in order to be registered`);
|
|
216
|
-
guaranteeNonNullable(this.serviceConfigState.serviceEnv, 'Service registration environment can not be empty');
|
|
217
|
-
guaranteeNonNullable(this.serviceConfigState.serviceExecutionMode, 'Service type can not be empty');
|
|
218
|
-
if (this.serviceConfigState.serviceExecutionMode ===
|
|
219
|
-
ServiceExecutionMode.PROD ||
|
|
220
|
-
this.serviceConfigState.serviceExecutionMode ===
|
|
221
|
-
ServiceExecutionMode.SEMI_INTERACTIVE) {
|
|
222
|
-
guaranteeNonNullable(this.serviceConfigState.projectVersion, 'Service version can not be empty in Semi-interactive and Prod service type');
|
|
223
|
-
}
|
|
224
|
-
// validate service parameter multiplicities
|
|
225
|
-
const SUPPORTED_SERVICE_PARAMETER_MULTIPLICITIES = [
|
|
226
|
-
Multiplicity.ONE,
|
|
227
|
-
Multiplicity.ZERO_MANY,
|
|
228
|
-
Multiplicity.ZERO_ONE,
|
|
229
|
-
];
|
|
230
|
-
const invalidParams = buildLambdaVariableExpressions(service.execution.func, this.editorStore.graphManagerState)
|
|
231
|
-
.filter(filterByType(VariableExpression))
|
|
232
|
-
.filter((p) => !SUPPORTED_SERVICE_PARAMETER_MULTIPLICITIES.some((m) => areMultiplicitiesEqual(m, p.multiplicity)));
|
|
233
|
-
assertTrue(invalidParams.length === 0, `Parameter(s)${invalidParams.map((p) => ` ${p.name}: [${generateMultiplicityString(p.multiplicity.lowerBound, p.multiplicity.upperBound)}]`)} has/have unsupported multiplicity. Supported multiplicities include ${SUPPORTED_SERVICE_PARAMETER_MULTIPLICITIES.map((m) => ` [${generateMultiplicityString(m.lowerBound, m.upperBound)}]`)}.`);
|
|
234
|
-
});
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
//# sourceMappingURL=BulkServiceRegistrationState.js.map
|