@finos/legend-application-studio 23.0.0 → 23.0.2
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 +5 -5
- 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
|
@@ -17,10 +17,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
17
17
|
import { Fragment } from 'react';
|
|
18
18
|
import { observer } from 'mobx-react-lite';
|
|
19
19
|
import { flowResult } from 'mobx';
|
|
20
|
-
import { getTextContent, getEditorLanguageForFormat, } from '../../../../stores/editor-state/FileGenerationViewerState.js';
|
|
20
|
+
import { getTextContent, getEditorLanguageForFormat, } from '../../../../stores/editor/editor-state/FileGenerationViewerState.js';
|
|
21
21
|
import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
22
22
|
import { ResizablePanelGroup, ResizablePanel, ResizablePanelSplitter, ResizablePanelSplitterLine, clsx, TreeView, BlankPanelContent, PanelLoadingIndicator, RefreshIcon, ChevronDownIcon, ChevronRightIcon, FolderOpenIcon, FolderIcon, FileCodeIcon, PanelContent, } from '@finos/legend-art';
|
|
23
|
-
import { FileSystem_Directory, FileSystem_File, getFileSystemChildNodes, } from '../../../../stores/shared/FileSystemTreeUtils.js';
|
|
23
|
+
import { FileSystem_Directory, FileSystem_File, getFileSystemChildNodes, } from '../../../../stores/editor/shared/FileSystemTreeUtils.js';
|
|
24
24
|
import { TextInputEditor, useApplicationStore, } from '@finos/legend-application';
|
|
25
25
|
export const FileSystemTreeNodeContainer = (props) => {
|
|
26
26
|
const { node, level, stepPaddingInRem, onNodeSelect, innerProps } = props;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileSystemViewer.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/FileSystemViewer.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EACL,cAAc,EACd,0BAA0B,GAC3B,MAAM,
|
|
1
|
+
{"version":3,"file":"FileSystemViewer.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/element-generation-editor/FileSystemViewer.tsx"],"names":[],"mappings":"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"}
|
|
@@ -17,14 +17,14 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
17
17
|
import { observer } from 'mobx-react-lite';
|
|
18
18
|
import { clsx, CustomSelectorInput, TimesIcon, LockIcon, PanelDropZone, PanelFormSection, } from '@finos/legend-art';
|
|
19
19
|
import { capitalize, filterByType, guaranteeNonNullable, prettyCONSTName, } from '@finos/legend-shared';
|
|
20
|
-
import { BINDING_TAB_TYPE, BindingEditorState, } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js';
|
|
20
|
+
import { BINDING_TAB_TYPE, BindingEditorState, } from '../../../../stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_BindingEditorState.js';
|
|
21
21
|
import { PackageableElementExplicitReference, SchemaSet, } from '@finos/legend-graph';
|
|
22
22
|
import { useCallback, useRef } from 'react';
|
|
23
23
|
import { useDrop } from 'react-dnd';
|
|
24
24
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
25
25
|
import { getElementIcon } from '../../../shared/ElementIconUtils.js';
|
|
26
|
-
import { CORE_DND_TYPE, } from '../../../../stores/shared/DnDUtils.js';
|
|
27
|
-
import { externalFormat_Binding_setContentType, externalFormat_Binding_setSchemaId, externalFormat_Binding_setSchemaSet, externalFormat_modelUnit_addPackageableElementExcludes, externalFormat_modelUnit_addPackageableElementIncludes, externalFormat_modelUnit_deletePackageableElementExcludes, externalFormat_modelUnit_deletePackageableElementIncludes, } from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
26
|
+
import { CORE_DND_TYPE, } from '../../../../stores/editor/shared/DnDUtils.js';
|
|
27
|
+
import { externalFormat_Binding_setContentType, externalFormat_Binding_setSchemaId, externalFormat_Binding_setSchemaSet, externalFormat_modelUnit_addPackageableElementExcludes, externalFormat_modelUnit_addPackageableElementIncludes, externalFormat_modelUnit_deletePackageableElementExcludes, externalFormat_modelUnit_deletePackageableElementIncludes, } from '../../../../stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
28
28
|
const ModelUnitPackagableElementEntryEditor = observer((props) => {
|
|
29
29
|
const { elementRef, removeElement, isReadOnly } = props;
|
|
30
30
|
const editorStore = useEditorStore();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_BindingElementEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAEL,IAAI,EACJ,mBAAmB,EACnB,SAAS,EACT,QAAQ,EACR,aAAa,EACb,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,UAAU,EACV,YAAY,EACZ,oBAAoB,EACpB,eAAe,GAChB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,gBAAgB,EAChB,kBAAkB,GACnB,MAAM
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_BindingElementEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" resolution-mode="require"/>
|
|
2
2
|
import { ExternalFormatConnection, type Binding } from '@finos/legend-graph';
|
|
3
|
-
import { ConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
4
|
-
import type { EditorStore } from '../../../../stores/EditorStore.js';
|
|
3
|
+
import { ConnectionValueState } from '../../../../stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
4
|
+
import type { EditorStore } from '../../../../stores/editor/EditorStore.js';
|
|
5
5
|
import { NewConnectionValueDriver } from '../../../../stores/editor/NewElementState.js';
|
|
6
6
|
export declare class ExternalFormatConnectionValueState extends ConnectionValueState {
|
|
7
7
|
connection: ExternalFormatConnection;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":";AAgBA,OAAO,EACL,wBAAwB,EAGxB,KAAK,OAAO,EACb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":";AAgBA,OAAO,EACL,wBAAwB,EAGxB,KAAK,OAAO,EACb,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,oBAAoB,EAAE,MAAM,iGAAiG,CAAC;AACvI,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAC5E,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAIxF,qBAAa,kCAAmC,SAAQ,oBAAoB;IACjE,UAAU,EAAE,wBAAwB,CAAC;gBAElC,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,wBAAwB;IAK1E,KAAK,IAAI,MAAM;CAGhB;AAED,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,kCAAkC,CAAC;IACzD,UAAU,EAAE,OAAO,CAAC;CACrB;;CA4BF,CAAC;AAEF,qBAAa,iCAAkC,SAAQ,wBAAwB,CAAC,wBAAwB,CAAC;gBAC3F,WAAW,EAAE,WAAW;IAQpC,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,iBAAiB,IAAI,MAAM;IAI3B,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,wBAAwB;CAS3D"}
|
|
@@ -17,10 +17,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
17
17
|
import { observer } from 'mobx-react-lite';
|
|
18
18
|
import { ExternalFormatConnection, PackageableElementExplicitReference, UrlStream, } from '@finos/legend-graph';
|
|
19
19
|
import { computed, makeObservable } from 'mobx';
|
|
20
|
-
import { ConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
20
|
+
import { ConnectionValueState } from '../../../../stores/editor/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
21
21
|
import { NewConnectionValueDriver } from '../../../../stores/editor/NewElementState.js';
|
|
22
|
-
import { externalFormat_urlStream_setUrl } from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
23
|
-
import { EXTERNAL_FORMAT_CONNECTION } from '../../../DSL_ExternalFormat_LegendStudioApplicationPlugin.js';
|
|
22
|
+
import { externalFormat_urlStream_setUrl } from '../../../../stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
23
|
+
import { EXTERNAL_FORMAT_CONNECTION } from '../../../extensions/DSL_ExternalFormat_LegendStudioApplicationPlugin.js';
|
|
24
24
|
export class ExternalFormatConnectionValueState extends ConnectionValueState {
|
|
25
25
|
connection;
|
|
26
26
|
constructor(editorStore, connection) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,wBAAwB,EACxB,mCAAmC,EACnC,SAAS,GAEV,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_ExternalFormatConnectionEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,wBAAwB,EACxB,mCAAmC,EACnC,SAAS,GAEV,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,MAAM,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,iGAAiG,CAAC;AAEvI,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AACxF,OAAO,EAAE,+BAA+B,EAAE,MAAM,qFAAqF,CAAC;AACtI,OAAO,EAAE,0BAA0B,EAAE,MAAM,yEAAyE,CAAC;AAErH,MAAM,OAAO,kCAAmC,SAAQ,oBAAoB;IACjE,UAAU,CAA2B;IAE9C,YAAY,WAAwB,EAAE,UAAoC;QACxE,KAAK,CAAC,WAAW,EAAE,UAAU,CAAC,CAAC;QAC/B,IAAI,CAAC,UAAU,GAAG,UAAU,CAAC;IAC/B,CAAC;IAED,KAAK;QACH,OAAO,4BAA4B,CAAC;IACtC,CAAC;CACF;AAED,MAAM,CAAC,MAAM,8BAA8B,GAAG,QAAQ,CACpD,CAAC,KAGA,EAAE,EAAE;IACH,MAAM,EAAE,oBAAoB,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IACnD,MAAM,UAAU,GAAG,oBAAoB,CAAC,UAAU,CAAC;IACnD,MAAM,SAAS,GAAkD,CAAC,KAAK,EAAE,EAAE,CACzE,+BAA+B,CAC7B,UAAU,CAAC,cAAc,EACzB,KAAK,CAAC,MAAM,CAAC,KAAK,CACnB,CAAC;IACJ,OAAO,CACL,cAAK,SAAS,EAAC,mCAAmC,YAChD,eAAK,SAAS,EAAC,4CAA4C,aACzD,cAAK,SAAS,EAAC,2DAA2D,oBAEpE,EACN,cAAK,SAAS,EAAC,4DAA4D,6CAErE,EACN,mBACE,SAAS,EAAC,sDAAsD,EAChE,UAAU,EAAE,KAAK,EACjB,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC,GAAG,EACpC,QAAQ,EAAE,SAAS,EACnB,QAAQ,EAAE,UAAU,GACpB,IACE,GACF,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,OAAO,iCAAkC,SAAQ,wBAAkD;IACvG,YAAY,WAAwB;QAClC,KAAK,CAAC,WAAW,CAAC,CAAC;QAEnB,cAAc,CAAC,IAAI,EAAE;YACnB,OAAO,EAAE,QAAQ;SAClB,CAAC,CAAC;IACL,CAAC;IAED,IAAI,OAAO;QACT,OAAO,IAAI,CAAC;IACd,CAAC;IAED,iBAAiB;QACf,OAAO,0BAA0B,CAAC;IACpC,CAAC;IAED,gBAAgB,CAAC,KAAc;QAC7B,MAAM,wBAAwB,GAAG,IAAI,wBAAwB,CAC3D,mCAAmC,CAAC,MAAM,CAAC,KAAK,CAAC,CAClD,CAAC;QACF,MAAM,SAAS,GAAG,IAAI,SAAS,EAAE,CAAC;QAClC,+BAA+B,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;QAC/C,wBAAwB,CAAC,cAAc,GAAG,SAAS,CAAC;QACpD,OAAO,wBAAwB,CAAC;IAClC,CAAC;CACF"}
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
17
|
import { SchemaSet } from '@finos/legend-graph';
|
|
18
|
-
import type { EditorStore } from '../../../../stores/EditorStore.js';
|
|
18
|
+
import type { EditorStore } from '../../../../stores/editor/EditorStore.js';
|
|
19
19
|
import { NewElementDriver } from '../../../../stores/editor/NewElementState.js';
|
|
20
|
-
import type { ExternalFormatTypeOption } from '../../../../stores/editor-state/ExternalFormatState.js';
|
|
20
|
+
import type { ExternalFormatTypeOption } from '../../../../stores/editor/editor-state/ExternalFormatState.js';
|
|
21
21
|
export declare class NewSchemaSetDriver extends NewElementDriver<SchemaSet> {
|
|
22
22
|
formatOption?: ExternalFormatTypeOption | undefined;
|
|
23
23
|
constructor(editorStore: EditorStore);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAGH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKhD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0CAA0C,CAAC;AAE5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAChF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+DAA+D,CAAC;AAE9G,qBAAa,kBAAmB,SAAQ,gBAAgB,CAAC,SAAS,CAAC;IACjE,YAAY,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;gBAExC,WAAW,EAAE,WAAW;IAepC,eAAe,CAAC,UAAU,EAAE,wBAAwB,GAAG,SAAS,GAAG,IAAI;IAIvE,IAAI,OAAO,IAAI,OAAO,CAErB;IAED,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS;CAQvC;AAED,eAAO,MAAM,wBAAwB;;CA4BnC,CAAC"}
|
|
@@ -20,7 +20,7 @@ import { guaranteeNonNullable } from '@finos/legend-shared';
|
|
|
20
20
|
import { makeObservable, observable, action } from 'mobx';
|
|
21
21
|
import { observer } from 'mobx-react-lite';
|
|
22
22
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
23
|
-
import { externalFormat_schemaSet_setFormat } from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
23
|
+
import { externalFormat_schemaSet_setFormat } from '../../../../stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
24
24
|
import { NewElementDriver } from '../../../../stores/editor/NewElementState.js';
|
|
25
25
|
export class NewSchemaSetDriver extends NewElementDriver {
|
|
26
26
|
formatOption;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,OAAO,EAAE,kCAAkC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_NewSchemaSetDriver.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,MAAM,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE9D,OAAO,EAAE,kCAAkC,EAAE,MAAM,qFAAqF,CAAC;AACzI,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAGhF,MAAM,OAAO,kBAAmB,SAAQ,gBAA2B;IACjE,YAAY,CAAwC;IAEpD,YAAY,WAAwB;QAClC,KAAK,CAAC,WAAW,CAAC,CAAC;QAEnB,cAAc,CAAC,IAAI,EAAE;YACnB,YAAY,EAAE,UAAU;YACxB,eAAe,EAAE,MAAM;SACxB,CAAC,CAAC;QAEH,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC,UAAU,CAAC,oBAAoB;aAC5D,mBAAmB,CAAC,iBAAiB,CAAC,MAAM;YAC7C,CAAC,CAAC,WAAW,CAAC,UAAU,CAAC,oBAAoB,CAAC,mBAAmB;iBAC5D,iBAAiB,CAAC,CAAC,CAAC;YACzB,CAAC,CAAC,SAAS,CAAC;IAChB,CAAC;IAED,eAAe,CAAC,UAAgD;QAC9D,IAAI,CAAC,YAAY,GAAG,UAAU,CAAC;IACjC,CAAC;IAED,IAAI,OAAO;QACT,OAAO,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;IACpC,CAAC;IAED,aAAa,CAAC,IAAY;QACxB,MAAM,SAAS,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;QACtC,kCAAkC,CAChC,SAAS,EACT,oBAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,KAAK,CAC9C,CAAC;QACF,OAAO,SAAS,CAAC;IACnB,CAAC;CACF;AAED,MAAM,CAAC,MAAM,wBAAwB,GAAG,QAAQ,CAAC,GAAG,EAAE;IACpD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,mBAAmB,GACvB,WAAW,CAAC,eAAe,CAAC,mBAAmB,CAAC,kBAAkB,CAAC,CAAC;IACtE,MAAM,OAAO,GACX,WAAW,CAAC,UAAU,CAAC,oBAAoB,CAAC,mBAAmB;SAC5D,iBAAiB,CAAC;IACvB,MAAM,qBAAqB,GAAG,CAC5B,GAAoC,EAC9B,EAAE;QACR,IAAI,CAAC,GAAG,EAAE;YACR,mBAAmB,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC;SAChD;aAAM;YACL,mBAAmB,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;SAC1C;IACH,CAAC,CAAC;IACF,OAAO,CACL,wBACE,cAAK,SAAS,EAAC,EAAE,YACf,KAAC,mBAAmB,IAClB,SAAS,EAAC,6CAA6C,EACvD,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,qBAAqB,EAC/B,KAAK,EAAE,mBAAmB,CAAC,YAAY,GACvC,GACE,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
|
-
import { SchemaSetEditorState, type InnerSchemaSetEditorState } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
17
|
+
import { SchemaSetEditorState, type InnerSchemaSetEditorState } from '../../../../stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
18
18
|
export declare const SchemaSetGeneralEditor: ((props: {
|
|
19
19
|
schemaSetEditorState: InnerSchemaSetEditorState | SchemaSetEditorState;
|
|
20
20
|
isReadOnly: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2BH,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAE/B,MAAM,
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2BH,OAAO,EACL,oBAAoB,EACpB,KAAK,yBAAyB,EAE/B,MAAM,wHAAwH,CAAC;AAoJhI,eAAO,MAAM,sBAAsB,WACzB;IACN,oBAAoB,EAAE,yBAAyB,GAAG,oBAAoB,CAAC;IACvE,UAAU,EAAE,OAAO,CAAC;CACrB;;CA0KF,CAAC;AAEF,eAAO,MAAM,eAAe;;CA+F1B,CAAC"}
|
|
@@ -18,12 +18,12 @@ import { observer } from 'mobx-react-lite';
|
|
|
18
18
|
import { clsx, ContextMenu, ResizablePanel, ResizablePanelGroup, ResizablePanelSplitter, ResizablePanelSplitterLine, LockIcon, PlusIcon, PanelLoadingIndicator, UploadIcon, Dialog, TimesIcon, BlankPanelContent, MenuContent, MenuContentItem, PanelContent, Modal, ModalBody, ModalFooter, ModalHeader, } from '@finos/legend-art';
|
|
19
19
|
import { ExternalFormatSchema as Schema } from '@finos/legend-graph';
|
|
20
20
|
import { flowResult } from 'mobx';
|
|
21
|
-
import { SchemaSetEditorState, SCHEMA_SET_TAB_TYPE, } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
21
|
+
import { SchemaSetEditorState, SCHEMA_SET_TAB_TYPE, } from '../../../../stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
22
22
|
import { EDITOR_LANGUAGE, TextInputEditor } from '@finos/legend-application';
|
|
23
|
-
import { getEditorLanguageForFormat } from '../../../../stores/editor-state/FileGenerationViewerState.js';
|
|
23
|
+
import { getEditorLanguageForFormat } from '../../../../stores/editor/editor-state/FileGenerationViewerState.js';
|
|
24
24
|
import { guaranteeNonNullable, prettyCONSTName } from '@finos/legend-shared';
|
|
25
25
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
26
|
-
import { externalFormat_schemaSet_addSchema, externalFormat_schemaSet_deleteSchema, externalFormat_schema_setContent, externalFormat_schema_setId, externalFormat_schema_setLocation, } from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
26
|
+
import { externalFormat_schemaSet_addSchema, externalFormat_schemaSet_deleteSchema, externalFormat_schema_setContent, externalFormat_schema_setId, externalFormat_schema_setLocation, } from '../../../../stores/editor/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
27
27
|
import { SchemaSetModelGenerationEditor } from './DSL_ExternalFormat_SchemaSetModelGenerationEditor.js';
|
|
28
28
|
const SchemaLoader = observer((props) => {
|
|
29
29
|
const { schemaSetEditorState } = props;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,IAAI,EACJ,WAAW,EACX,cAAc,EACd,mBAAmB,EACnB,sBAAsB,EACtB,0BAA0B,EAC1B,QAAQ,EACR,QAAQ,EACR,qBAAqB,EACrB,UAAU,EACV,MAAM,EACN,SAAS,EACT,iBAAiB,EACjB,WAAW,EACX,eAAe,EACf,YAAY,EACZ,KAAK,EACL,SAAS,EACT,WAAW,EACX,WAAW,GACZ,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,oBAAoB,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAClC,OAAO,EACL,oBAAoB,EAEpB,mBAAmB,GACpB,MAAM,
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_SchemaSetElementEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
|
-
import type { SchemaSetModelGenerationState } from '../../../../stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
17
|
+
import type { SchemaSetModelGenerationState } from '../../../../stores/editor/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js';
|
|
18
18
|
export declare const SchemaSetModelGenerationEditor: ((props: {
|
|
19
19
|
modelGenerationState: SchemaSetModelGenerationState;
|
|
20
20
|
isReadOnly: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAMH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAMH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,wHAAwH,CAAC;AAmB5K,eAAO,MAAM,8BAA8B,WACjC;IACN,oBAAoB,EAAE,6BAA6B,CAAC;IACpD,UAAU,EAAE,OAAO,CAAC;CACrB;;CAuLF,CAAC"}
|
|
@@ -19,10 +19,10 @@ import { InstanceSetImplementationEditor } from './InstanceSetImplementationEdit
|
|
|
19
19
|
import { OperationSetImplementationEditor } from './OperationSetImplementationEditor.js';
|
|
20
20
|
import { clsx, CustomSelectorInput, PURE_ClassIcon, EmptySquareIcon, CheckSquareIcon, } from '@finos/legend-art';
|
|
21
21
|
import { getElementTypeIcon } from '../../../shared/ElementIconUtils.js';
|
|
22
|
-
import { MappingEditorState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
22
|
+
import { MappingEditorState } from '../../../../stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
23
23
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
24
24
|
import { PureInstanceSetImplementation, FlatDataInstanceSetImplementation, EmbeddedFlatDataPropertyMapping, RootRelationalInstanceSetImplementation, fromElementPathToMappingElementId, OperationSetImplementation, OperationType, } from '@finos/legend-graph';
|
|
25
|
-
import { setImpl_nominateRoot, operationMapping_setOperation, operationMapping_setParameters, setImplementation_setRoot, } from '../../../../stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js';
|
|
25
|
+
import { setImpl_nominateRoot, operationMapping_setOperation, operationMapping_setParameters, setImplementation_setRoot, } from '../../../../stores/editor/shared/modifier/DSL_Mapping_GraphModifierHelper.js';
|
|
26
26
|
export const OperatorSelector = observer((props) => {
|
|
27
27
|
const { setImplementation, isReadOnly } = props;
|
|
28
28
|
const operationsOptions = Object.values(OperationType).map((value) => ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassMappingEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AACzF,OAAO,EACL,IAAI,EACJ,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,eAAe,GAChB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"ClassMappingEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx"],"names":[],"mappings":"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"}
|
|
@@ -17,16 +17,16 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
17
17
|
import { useRef, useState, useEffect, useCallback } from 'react';
|
|
18
18
|
import { observer } from 'mobx-react-lite';
|
|
19
19
|
import { Dialog, ResizablePanel, ResizablePanelGroup, ResizablePanelSplitter, clsx, CustomSelectorInput, BlankPanelPlaceholder, createFilter, PURE_EnumerationIcon, PencilIcon, TimesIcon, PlusIcon, PanelDropZone, Panel, PanelContent, ModalTitle, Modal, } from '@finos/legend-art';
|
|
20
|
-
import { MappingEditorState } from '../../../../stores/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
21
|
-
import { TypeTree } from '
|
|
20
|
+
import { MappingEditorState } from '../../../../stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
21
|
+
import { TypeTree } from './TypeTree.js';
|
|
22
22
|
import { useDrop } from 'react-dnd';
|
|
23
|
-
import { CORE_DND_TYPE, TypeDragSource, } from '../../../../stores/shared/DnDUtils.js';
|
|
24
|
-
import { LEGEND_STUDIO_TEST_ID } from '
|
|
23
|
+
import { CORE_DND_TYPE, TypeDragSource, } from '../../../../stores/editor/shared/DnDUtils.js';
|
|
24
|
+
import { LEGEND_STUDIO_TEST_ID } from '../../../../application/LegendStudioTesting.js';
|
|
25
25
|
import { noop } from '@finos/legend-shared';
|
|
26
|
-
import { MappingElementDecorator, MappingElementDecorationCleaner, } from '../../../../stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js';
|
|
26
|
+
import { MappingElementDecorator, MappingElementDecorationCleaner, } from '../../../../stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.js';
|
|
27
27
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
28
28
|
import { Type, Enum, Enumeration, getEnumValueNames, PackageableElementExplicitReference, PrimitiveType, } from '@finos/legend-graph';
|
|
29
|
-
import { enumerationMapping_updateSourceType, enumValueMapping_addSourceValue, enumValueMapping_deleteSourceValue, enumValueMapping_updateSourceValue, } from '../../../../stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js';
|
|
29
|
+
import { enumerationMapping_updateSourceType, enumValueMapping_addSourceValue, enumValueMapping_deleteSourceValue, enumValueMapping_updateSourceValue, } from '../../../../stores/editor/shared/modifier/DSL_Mapping_GraphModifierHelper.js';
|
|
30
30
|
import { buildElementOption, getPackageableElementOptionFormatter, } from '@finos/legend-application';
|
|
31
31
|
const EnumerationMappingSourceSelectorModal = observer((props) => {
|
|
32
32
|
const { enumerationMapping, closeModal, open } = props;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnumerationMappingEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,MAAM,EAEN,cAAc,EACd,mBAAmB,EACnB,sBAAsB,EACtB,IAAI,EACJ,mBAAmB,EACnB,qBAAqB,EACrB,YAAY,EACZ,oBAAoB,EACpB,UAAU,EACV,SAAS,EACT,QAAQ,EACR,aAAa,EACb,KAAK,EACL,YAAY,EACZ,UAAU,EACV,KAAK,GACN,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oFAAoF,CAAC;AACxH,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAIL,aAAa,EACb,cAAc,GACf,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EACL,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,yFAAyF,CAAC;AACjG,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EACL,IAAI,EACJ,IAAI,EACJ,WAAW,EAKX,iBAAiB,EACjB,mCAAmC,EACnC,aAAa,GACd,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,mCAAmC,EACnC,+BAA+B,EAC/B,kCAAkC,EAClC,kCAAkC,GACnC,MAAM,uEAAuE,CAAC;AAC/E,OAAO,EACL,kBAAkB,EAClB,oCAAoC,GAErC,MAAM,2BAA2B,CAAC;AAEnC,MAAM,qCAAqC,GAAG,QAAQ,CACpD,CAAC,KAIA,EAAE,EAAE;IACH,MAAM,EAAE,kBAAkB,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IACvD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,OAAO,GAAG,CAAC,aAAa,CAAC,OAAO,EAAE,aAAa,CAAC,MAAM,CAAC;SAC1D,GAAG,CAAC,kBAAkB,CAAC;SACvB,MAAM,CACL,WAAW,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,GAAG,CAClD,kBAAkB,CACnB,CACF,CAAC;IAEJ,MAAM,iBAAiB,GAAG,MAAM,CAAkB,IAAI,CAAC,CAAC;IACxD,MAAM,YAAY,GAAG,YAAY,CAAC;QAChC,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,KAAK;QACpB,SAAS,EAAE,CACT,MAAoD,EAC5C,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI;KAC/B,CAAC,CAAC;IACH,MAAM,UAAU,GAAG,kBAAkB,CAAC,UAAU,EAAE,KAAK,CAAC;IACxD,MAAM,kBAAkB,GAAG,UAAU;QACnC,CAAC,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,CAAC,IAAI,EAAE;QAC/C,CAAC,CAAC,IAAI,CAAC;IACT,MAAM,gBAAgB,GAAG,CACvB,GAAwD,EAClD,EAAE;QACR,MAAM,KAAK,GAAG,GAAG,EAAE,KAAK,CAAC;QACzB,IAAI,CAAC,KAAK,IAAI,KAAK,YAAY,IAAI,EAAE;YACnC,mCAAmC,CACjC,kBAAkB,EAClB,KAAK,CAAC,CAAC,CAAC,mCAAmC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS,CACtE,CAAC;SACH;QACD,IAAI,KAAK,EAAE;YACT,UAAU,EAAE,CAAC;SACd;IACH,CAAC,CAAC;IACF,MAAM,WAAW,GAAG,GAAS,EAAE,CAAC,iBAAiB,CAAC,OAAO,EAAE,KAAK,EAAE,CAAC;IAEnE,OAAO,CACL,KAAC,MAAM,IACL,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,UAAU,EACnB,eAAe,EAAE;YACf,OAAO,EAAE,WAAW;SACrB,EACD,OAAO,EAAE;YACP,SAAS,EAAE,yBAAyB;SACrC,EACD,UAAU,EAAE;YACV,OAAO,EAAE;gBACP,IAAI,EAAE,+BAA+B;aACtC;SACF,YAED,MAAC,KAAK,IAAC,SAAS,EAAC,cAAc,aAC7B,KAAC,UAAU,IAAC,KAAK,EAAC,iBAAiB,GAAG,EACtC,KAAC,mBAAmB,IAClB,GAAG,EAAE,iBAAiB,EACtB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,gBAAgB,EAC1B,KAAK,EAAE,kBAAkB,EACzB,WAAW,EAAC,kBAAkB,EAC9B,WAAW,EAAE,IAAI,EACjB,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,oCAAoC,CAAC;wBACtD,KAAK,EAAE,WAAW,CAAC,iBAAiB,CAAC,KAAK;qBAC3C,CAAC,GACF,IACI,GACD,CACV,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,QAAQ,CACtC,CAAC,KAMA,EAAE,EAAE;IACH,MAAM,EACJ,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,YAAY,EACZ,UAAU,GACX,GAAG,KAAK,CAAC;IACV,MAAM,KAAK,GACT,WAAW,CAAC,KAAK,YAAY,IAAI;QAC/B,CAAC,CAAC,WAAW,CAAC,KAAK,CAAC,IAAI;QACxB,CAAC,CAAC,WAAW,CAAC,KAAK,IAAI,EAAE,CAAC;IAC9B,MAAM,QAAQ,GAA+C,CAAC,KAAK,EAAE,EAAE,CACrE,iBAAiB,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACxC,MAAM,MAAM,GAA+C,CAAC,KAAK,EAAE,EAAE;QACnE,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC;QAC/B,gDAAgD;QAChD,qEAAqE;QACrE,IACE,YAAY,YAAY,WAAW;YACnC,CAAC,iBAAiB,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,EAC9C;YACA,iBAAiB,CAAC,SAAS,CAAC,CAAC;SAC9B;aAAM,IACL,YAAY,YAAY,WAAW;YACnC,CAAC,CAAC,WAAW,YAAY,IAAI,CAAC;YAC9B,iBAAiB,CAAC,YAAY,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,EAC7C;YACA,MAAM,SAAS,GAAG,YAAY,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC;YAClE,iBAAiB,CAAC,SAAS,CAAC,CAAC;SAC9B;IACH,CAAC,CAAC;IACF,gBAAgB;IAChB,MAAM,UAAU,GAAG,WAAW,CAC5B,CAAC,IAAyB,EAAQ,EAAE;QAClC,IAAI,CAAC,UAAU,EAAE;YACf,IAAI,IAAI,YAAY,cAAc,IAAI,IAAI,CAAC,IAAI,EAAE;gBAC/C,iBAAiB,CAAC,KAAK,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;aAC5C;SACF;IACH,CAAC,EACD,CAAC,UAAU,EAAE,iBAAiB,EAAE,KAAK,CAAC,CACvC,CAAC;IACF,MAAM,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,GAAG,OAAO,CAKpC,GAAG,EAAE,CAAC,CAAC;QACL,MAAM,EAAE,aAAa,CAAC,cAAc;QACpC,IAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC;QAChC,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;YACrB,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE;SAC3B,CAAC;KACH,CAAC,EACF,CAAC,UAAU,CAAC,CACb,CAAC;IAEF,OAAO,CACL,eACE,GAAG,EAAE,OAAO,EACZ,SAAS,EAAE,IAAI,CACb,sDAAsD,EACtD;YACE,iEAAiE,EAC/D,OAAO,IAAI,CAAC,UAAU;SACzB,CACF,aAED,gBACE,SAAS,EAAC,6DAA6D,EACvE,QAAQ,EAAE,UAAU,EACpB,UAAU,EAAE,KAAK,EACjB,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,MAAM,EACd,WAAW,EAAC,cAAc,EAC1B,IAAI,EAAE,YAAY,KAAK,aAAa,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,GAChE,EACF,cAAK,SAAS,EAAC,4DAA4D,YACzE,cAAK,SAAS,EAAC,4EAA4E,YACxF,YAAY,EAAE,IAAI,IAAI,SAAS,GAC5B,GACF,EACL,CAAC,UAAU,IAAI,CACd,iBACE,SAAS,EAAC,4EAA4E,EACtF,QAAQ,EAAE,UAAU,EACpB,OAAO,EAAE,iBAAiB,EAC1B,QAAQ,EAAE,CAAC,CAAC,EACZ,KAAK,EAAC,QAAQ,YAEd,KAAC,SAAS,KAAG,GACN,CACV,IACG,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,sBAAsB,GAAG,QAAQ,CACrC,CAAC,KAKA,EAAE,EAAE;IACH,MAAM,EAAE,SAAS,EAAE,kBAAkB,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IACxE,MAAM,wBAAwB,GAAG,kBAAkB,CAAC,iBAAiB,CAAC,IAAI,CACxE,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,KAAK,SAAS,CACtC,CAAC;IACF,MAAM,cAAc,GAAG,GAAS,EAAE,CAChC,wBAAwB;QACtB,CAAC,CAAC,+BAA+B,CAAC,wBAAwB,EAAE,SAAS,CAAC;QACtE,CAAC,CAAC,SAAS,CAAC;IAEhB,OAAO,CACL,eAAK,SAAS,EAAC,wCAAwC,aACrD,eAAK,SAAS,EAAC,kDAAkD,aAC/D,cAAK,SAAS,EAAC,8CAA8C,YAC1D,SAAS,CAAC,IAAI,GACX,EACL,wBAAwB,IAAI,CAC3B,iBACE,SAAS,EAAC,iDAAiD,EAC3D,QAAQ,EAAE,UAAU,EACpB,OAAO,EAAE,cAAc,EACvB,QAAQ,EAAE,CAAC,CAAC,EACZ,KAAK,EAAC,gBAAgB,YAEtB,KAAC,QAAQ,KAAG,GACL,CACV,IACG,EACL,wBAAwB,IAAI,CAC3B,0BACG,wBAAwB,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,WAAW,EAAE,GAAG,EAAE,EAAE,CAAC,CAC/D,KAAC,gBAAgB,IAEf,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW,EACxB,YAAY,EAAE,UAAU,EAAE,KAAK,EAC/B,iBAAiB,EAAE,CAAC,GAA8B,EAAQ,EAAE,CAC1D,kCAAkC,CAChC,wBAAwB,EACxB,GAAG,EACH,GAAG,EACH,UAAU,EAAE,KAAK,CAClB,EAEH,iBAAiB,EAAE,GAAS,EAAE,CAC5B,kCAAkC,CAChC,wBAAwB,EACxB,GAAG,CACJ,IAhBE,WAAW,CAAC,KAAK,CAkBtB,CACH,CAAC,EACD,CAAC,wBAAwB,CAAC,YAAY,CAAC,MAAM,IAAI,CAChD,eAAK,SAAS,EAAC,6DAA6D,uCACnD,GAAG,EAC1B,cACE,SAAS,EAAC,sEAAsE,EAChF,OAAO,EAAE,cAAc,YAEvB,KAAC,QAAQ,KAAG,GACR,EAAC,GAAG,mBAEN,CACP,IACG,CACP,IACG,CACP,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,QAAQ,CAC9C,CAAC,KAAsE,EAAE,EAAE;IACzE,MAAM,EAAE,kBAAkB,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IACjD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,kBAAkB,GACtB,WAAW,CAAC,eAAe,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,CAAC;IACxE,MAAM,WAAW,GAAG,kBAAkB,CAAC,WAAW,CAAC;IACnD,KAAK;IACL,MAAM,MAAM,GACV,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,gCAAgC,CAAC,CAAC,MAAM;QACvE,CAAC,CAAC;IACJ,SAAS;IACT,MAAM,UAAU,GAAG,kBAAkB,CAAC,UAAU,EAAE,KAAK,CAAC;IACxD,MAAM,CAAC,uBAAuB,EAAE,0BAA0B,CAAC,GACzD,QAAQ,CAAC,KAAK,CAAC,CAAC;IAClB,MAAM,uBAAuB,GAAG,GAAS,EAAE,CACzC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,0BAA0B,CAAC,IAAI,CAAC,CAAC;IAC5D,MAAM,uBAAuB,GAAG,GAAS,EAAE,CACzC,0BAA0B,CAAC,KAAK,CAAC,CAAC;IACpC,MAAM,UAAU,GAAG,WAAW,CAC5B,CAAC,IAAoC,EAAQ,EAAE;QAC7C,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,IAAI,CAAC,kBAAkB,YAAY,IAAI,EAAE;YAC/D,mCAAmC,CACjC,kBAAkB,EAClB,mCAAmC,CAAC,MAAM,CACxC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAC7B,CACF,CAAC;SACH;IACH,CAAC,EACD,CAAC,kBAAkB,EAAE,UAAU,CAAC,CACjC,CAAC;IACF,MAAM,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,GAAG,OAAO,CAKhD,GAAG,EAAE,CAAC,CAAC;QACL,MAAM,EAAE,aAAa,CAAC,4BAA4B;QAClD,IAAI,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC;QAChC,OAAO,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;YACrB,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;YAC7C,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE;SAC3B,CAAC;KACH,CAAC,EACF,CAAC,UAAU,CAAC,CACb,CAAC;IACF,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,CAAC,UAAU,EAAE;YACf,IAAI,uBAAuB,CAAC,WAAW,CAAC,CAAC,uBAAuB,CAC9D,kBAAkB,CACnB,CAAC;SACH;QACD,OAAO,UAAU;YACf,CAAC,CAAC,IAAI,EAAE;YACR,CAAC,CAAC,GAAS,EAAE,CACT,IAAI,+BAA+B,CACjC,WAAW,CACZ,CAAC,uBAAuB,CAAC,kBAAkB,CAAC,CAAC;IACtD,CAAC,EAAE,CAAC,kBAAkB,EAAE,UAAU,EAAE,WAAW,CAAC,CAAC,CAAC;IAClD,OAAO,CACL,eACE,SAAS,EAAC,mDAAmD,iBAChD,qBAAqB,CAAC,0BAA0B,aAE7D,eAAK,SAAS,EAAC,kCAAkC,aAE/C,eAAK,SAAS,EAAC,kHAAkH,aAC/H,cAAK,SAAS,EAAC,6CAA6C,oCAEtD,EACL,MAAM,IAAI,CACT,cAAK,SAAS,EAAC,4FAA4F,YACxG,kBAAkB,CAAC,EAAE,CAAC,SAAS;oCAC9B,CAAC,CAAC,YAAY;oCACd,CAAC,CAAC,kBAAkB,CAAC,EAAE,CAAC,KAAK,GAC3B,CACP,EACD,cAAK,SAAS,EAAC,6CAA6C,oBAEtD,EACN,eAAK,SAAS,EAAC,sFAAsF,aACnG,cAAK,SAAS,EAAC,qDAAqD,YAClE,KAAC,oBAAoB,KAAG,GACpB,EACN,cAAK,SAAS,EAAC,iDAAiD,YAC7D,WAAW,CAAC,KAAK,CAAC,IAAI,GACnB,IACF,IACF,EAEL,UAAU,IAAI,CACb,eACE,SAAS,EAAE,IAAI,CACb,yCAAyC,EACzC,gDAAgD,EAChD,uBAAuB,EACvB,2DAA2D,EAC3D;4BACE,sDAAsD,EACpD,CAAC,UAAU;yBACd,CACF,aAED,cAAK,SAAS,EAAC,6CAA6C,sBAEtD,EACN,cAAK,SAAS,EAAC,4FAA4F,YACxG,UAAU,CAAC,IAAI,GACZ,IACF,CACP,EACA,CAAC,UAAU,IAAI,CACd,cACE,SAAS,EAAE,IAAI,CACb,yCAAyC,EACzC,gDAAgD,EAChD,sDAAsD,CACvD,YAED,cAAK,SAAS,EAAC,6CAA6C,+BAEtD,GACF,CACP,IACG,EACN,cAAK,SAAS,EAAC,iCAAiC,YAC9C,MAAC,mBAAmB,IAAC,WAAW,EAAC,UAAU,aACzC,KAAC,cAAc,IAAC,OAAO,EAAE,GAAG,YAC1B,MAAC,KAAK,eACJ,cAAK,SAAS,EAAC,eAAe,YAC5B,cAAK,SAAS,EAAC,sBAAsB,YACnC,cAAK,SAAS,EAAC,+BAA+B,sBAAY,GACtD,GACF,EACN,cAAK,SAAS,EAAC,wDAAwD,YACpE,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,CAC3C,KAAC,sBAAsB,IAErB,SAAS,EAAE,SAAS,EACpB,kBAAkB,EAAE,kBAAkB,EACtC,UAAU,EAAE,kBAAkB,CAAC,UAAU,EACzC,UAAU,EAAE,UAAU,IAJjB,SAAS,CAAC,IAAI,CAKnB,CACH,CAAC,GACE,IACA,GACO,EACjB,KAAC,sBAAsB,KAAG,EAC1B,KAAC,cAAc,IAAC,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,YACrC,8BACe,qBAAqB,CAAC,YAAY,EAC/C,SAAS,EAAC,oBAAoB,aAE9B,eAAK,SAAS,EAAC,eAAe,aAC5B,eAAK,SAAS,EAAC,sBAAsB,aACnC,cAAK,SAAS,EAAC,6BAA6B,uBAAa,EACzD,cAAK,SAAS,EAAC,+BAA+B,YAC3C,UAAU,EAAE,IAAI,IAAI,QAAQ,GACzB,IACF,EACN,cAAK,SAAS,EAAC,wBAAwB,YACrC,iBACE,SAAS,EAAC,uBAAuB,EACjC,OAAO,EAAE,uBAAuB,EAChC,QAAQ,EAAE,UAAU,EACpB,QAAQ,EAAE,CAAC,CAAC,EACZ,KAAK,EAAC,oBAAoB,YAE1B,KAAC,UAAU,KAAG,GACP,GACL,IACF,EACN,KAAC,YAAY,cACX,MAAC,aAAa,IACZ,mBAAmB,EAAE,OAAO,EAC5B,UAAU,EACR,OAAO,CAAC,UAAU,CAAC,IAAI,UAAU,IAAI,CAAC,UAAU,aAGjD,UAAU,IAAI,CACb,cAAK,SAAS,EAAC,wBAAwB,YACpC,UAAU,YAAY,WAAW,IAAI,CACpC,KAAC,QAAQ,IAAC,IAAI,EAAE,UAAU,GAAI,CAC/B,GAEG,CACP,EACA,CAAC,UAAU,IAAI,CACd,KAAC,qBAAqB,IACpB,IAAI,EAAC,iBAAiB,EACtB,OAAO,EAAE,uBAAuB,EAChC,eAAe,EAAC,KAAK,EACrB,WAAW,EAAC,qBAAqB,EACjC,gBAAgB,EAAE,OAAO,EACzB,QAAQ,EAAE,UAAU,EACpB,WAAW,EAAC,WAAW,GACvB,CACH,EACD,KAAC,qCAAqC,IACpC,kBAAkB,EAAE,kBAAkB,EACtC,IAAI,EAAE,uBAAuB,EAC7B,UAAU,EAAE,uBAAuB,GACnC,IACY,GACH,IACX,GACS,IACG,GAClB,IACF,CACP,CAAC;AACJ,CAAC,CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"EnumerationMappingEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="react" resolution-mode="require"/>
|
|
17
|
-
import type { FlatDataPropertyMappingState, FlatDataInstanceSetImplementationState } from '../../../../stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js';
|
|
17
|
+
import type { FlatDataPropertyMappingState, FlatDataInstanceSetImplementationState } from '../../../../stores/editor/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js';
|
|
18
18
|
export declare const FlatDataPropertyMappingEditor: ((props: {
|
|
19
19
|
flatDataPropertyMappingState: FlatDataPropertyMappingState;
|
|
20
20
|
flatDataInstanceSetImplementationState: FlatDataInstanceSetImplementationState;
|
package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlatDataPropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAaH,OAAO,KAAK,EACV,4BAA4B,EAC5B,sCAAsC,EACvC,MAAM,
|
|
1
|
+
{"version":3,"file":"FlatDataPropertyMappingEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAaH,OAAO,KAAK,EACV,4BAA4B,EAC5B,sCAAsC,EACvC,MAAM,+GAA+G,CAAC;AAmMvH,eAAO,MAAM,6BAA6B,WAChC;IACN,4BAA4B,EAAE,4BAA4B,CAAC;IAC3D,sCAAsC,EAAE,sCAAsC,CAAC;IAC/E,+BAA+B,EAAE,OAAO,CAAC;IACzC,UAAU,EAAE,OAAO,CAAC;CACrB;;CAkGF,CAAC"}
|
|
@@ -16,15 +16,15 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
16
16
|
*/
|
|
17
17
|
import { useCallback } from 'react';
|
|
18
18
|
import { observer } from 'mobx-react-lite';
|
|
19
|
-
import { CORE_DND_TYPE, FlatDataColumnDragSource, } from '../../../../stores/shared/DnDUtils.js';
|
|
20
|
-
import { MappingEditorState, } from '../../../../stores/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
19
|
+
import { CORE_DND_TYPE, FlatDataColumnDragSource, } from '../../../../stores/editor/shared/DnDUtils.js';
|
|
20
|
+
import { MappingEditorState, } from '../../../../stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
21
21
|
import { clsx, CustomSelectorInput, ArrowCircleRightIcon, } from '@finos/legend-art';
|
|
22
22
|
import { useDrop } from 'react-dnd';
|
|
23
23
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
24
24
|
import { guaranteeType } from '@finos/legend-shared';
|
|
25
25
|
import { Enumeration, EnumerationMapping, FlatDataPropertyMapping, getEnumerationMappingsByEnumeration, getRawGenericType, EnumerationMappingExplicitReference, } from '@finos/legend-graph';
|
|
26
|
-
import { flatDataPropertyMapping_setTransformer } from '../../../../stores/shared/modifier/STO_FlatData_GraphModifierHelper.js';
|
|
27
|
-
import { CLASS_PROPERTY_TYPE, getClassPropertyType, } from '../../../../stores/shared/ModelClassifierUtils.js';
|
|
26
|
+
import { flatDataPropertyMapping_setTransformer } from '../../../../stores/editor/shared/modifier/STO_FlatData_GraphModifierHelper.js';
|
|
27
|
+
import { CLASS_PROPERTY_TYPE, getClassPropertyType, } from '../../../../stores/editor/shared/ModelClassifierUtils.js';
|
|
28
28
|
import { LambdaEditor } from '@finos/legend-query-builder';
|
|
29
29
|
const SimplePropertyMappingEditor = observer((props) => {
|
|
30
30
|
const { propertyMappingState, drop, dragItem, transformProps } = props;
|
package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlatDataPropertyMappingEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAEL,aAAa,EACb,wBAAwB,GACzB,MAAM,
|
|
1
|
+
{"version":3,"file":"FlatDataPropertyMappingEditor.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
17
17
|
import { useState, useEffect } from 'react';
|
|
18
18
|
import { useDrag } from 'react-dnd';
|
|
19
19
|
import { clsx, TreeView, PURE_PrimitiveTypeIcon, } from '@finos/legend-art';
|
|
20
|
-
import { CORE_DND_TYPE, FlatDataColumnDragSource, } from '../../../../stores/shared/DnDUtils.js';
|
|
20
|
+
import { CORE_DND_TYPE, FlatDataColumnDragSource, } from '../../../../stores/editor/shared/DnDUtils.js';
|
|
21
21
|
import { addUniqueEntry } from '@finos/legend-shared';
|
|
22
22
|
import { DEFAULT_SOURCE_PARAMETER_NAME, } from '@finos/legend-graph';
|
|
23
23
|
const getRecordTypeTreeNodeData = (field, parentRecordType) => ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlatDataRecordTypeTree.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAGL,IAAI,EACJ,QAAQ,EACR,sBAAsB,GACvB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,aAAa,EACb,wBAAwB,GACzB,MAAM,
|
|
1
|
+
{"version":3,"file":"FlatDataRecordTypeTree.js","sourceRoot":"","sources":["../../../../../src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx"],"names":[],"mappings":"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"}
|
|
@@ -17,19 +17,19 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
17
17
|
import { useState, useEffect, useCallback } from 'react';
|
|
18
18
|
import { observer } from 'mobx-react-lite';
|
|
19
19
|
import { clsx, BlankPanelPlaceholder, ResizablePanelGroup, ResizablePanel, ResizablePanelSplitter, AsteriskIcon, LongArrowAltDownIcon, PencilEditIcon, PanelDropZone, PanelContent, } from '@finos/legend-art';
|
|
20
|
-
import { CORE_DND_TYPE, } from '../../../../stores/shared/DnDUtils.js';
|
|
21
|
-
import { LEGEND_STUDIO_TEST_ID } from '
|
|
22
|
-
import { InstanceSetImplementationState, MappingElementState, } from '../../../../stores/editor-state/element-editor-state/mapping/MappingElementState.js';
|
|
23
|
-
import { PureInstanceSetImplementationState, } from '../../../../stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js';
|
|
20
|
+
import { CORE_DND_TYPE, } from '../../../../stores/editor/shared/DnDUtils.js';
|
|
21
|
+
import { LEGEND_STUDIO_TEST_ID } from '../../../../application/LegendStudioTesting.js';
|
|
22
|
+
import { InstanceSetImplementationState, MappingElementState, } from '../../../../stores/editor/editor-state/element-editor-state/mapping/MappingElementState.js';
|
|
23
|
+
import { PureInstanceSetImplementationState, } from '../../../../stores/editor/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js';
|
|
24
24
|
import { guaranteeNonNullable, noop } from '@finos/legend-shared';
|
|
25
|
-
import { getMappingElementSource, MappingEditorState, getEmbeddedSetImplementations, } from '../../../../stores/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
26
|
-
import { TypeTree } from '
|
|
25
|
+
import { getMappingElementSource, MappingEditorState, getEmbeddedSetImplementations, } from '../../../../stores/editor/editor-state/element-editor-state/mapping/MappingEditorState.js';
|
|
26
|
+
import { TypeTree } from './TypeTree.js';
|
|
27
27
|
import { FlatDataRecordTypeTree } from './FlatDataRecordTypeTree.js';
|
|
28
28
|
import { PropertyMappingEditor } from './PropertyMappingsEditor.js';
|
|
29
29
|
import { useDrop } from 'react-dnd';
|
|
30
|
-
import { FlatDataInstanceSetImplementationState } from '../../../../stores/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js';
|
|
31
|
-
import { MappingElementDecorationCleaner } from '../../../../stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js';
|
|
32
|
-
import { UnsupportedInstanceSetImplementationState } from '../../../../stores/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js';
|
|
30
|
+
import { FlatDataInstanceSetImplementationState } from '../../../../stores/editor/editor-state/element-editor-state/mapping/FlatDataInstanceSetImplementationState.js';
|
|
31
|
+
import { MappingElementDecorationCleaner } from '../../../../stores/editor/editor-state/element-editor-state/mapping/MappingElementDecorator.js';
|
|
32
|
+
import { UnsupportedInstanceSetImplementationState } from '../../../../stores/editor/editor-state/element-editor-state/mapping/UnsupportedInstanceSetImplementationState.js';
|
|
33
33
|
import { UnsupportedEditorPanel } from '../../../editor/edit-panel/UnsupportedElementEditor.js';
|
|
34
34
|
import { TableOrViewSourceTree } from './relational/TableOrViewSourceTree.js';
|
|
35
35
|
import { getSourceElementLabel, InstanceSetImplementationSourceSelectorModal, } from './InstanceSetImplementationSourceSelectorModal.js';
|