@finos/legend-application-studio 18.0.1 → 18.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/application/LegendStudio.d.ts.map +1 -1
- package/lib/application/LegendStudio.js +1 -2
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js +1 -1
- package/lib/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +1 -3
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/LegendStudioApplication.d.ts.map +1 -1
- package/lib/components/LegendStudioApplication.js +3 -4
- package/lib/components/LegendStudioApplication.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts.map +1 -1
- package/lib/components/editor/ActivityBar.js +3 -3
- package/lib/components/editor/ActivityBar.js.map +1 -1
- package/lib/components/editor/Editor.d.ts.map +1 -1
- package/lib/components/editor/Editor.js +81 -93
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts.map +1 -1
- package/lib/components/editor/StatusBar.js +2 -3
- 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/edit-panel/EditPanel.js +2 -3
- package/lib/components/editor/edit-panel/EditPanel.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +10 -10
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js +5 -5
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +1 -2
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.js +7 -4
- package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.js +2 -2
- package/lib/components/editor/edit-panel/RuntimeEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js +1 -1
- package/lib/components/editor/edit-panel/connection-editor/ConnectionEditor.js.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.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.js +14 -14
- 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.js +2 -2
- 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.js +3 -3
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.js.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.js +3 -3
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js.map +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 -3
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +3 -3
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.js +1 -1
- 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.js +1 -1
- 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.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.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.js +2 -2
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js +36 -49
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +7 -7
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +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 +8 -17
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js +2 -3
- package/lib/components/editor/edit-panel/mapping-editor/MappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +6 -6
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/MappingExplorer.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +5 -5
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.js +3 -3
- 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 +59 -51
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +3 -3
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +58 -24
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js +2 -2
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.js.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.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js +3 -3
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.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 +15 -0
- 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 +3 -3
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +2 -2
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +8 -8
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js +4 -4
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js +2 -2
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +2 -2
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +3 -3
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +3 -3
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.js +8 -8
- package/lib/components/editor/side-bar/ProjectOverview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.js +4 -4
- package/lib/components/editor/side-bar/WorkflowManager.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.js +2 -4
- package/lib/components/editor/side-bar/WorkspaceReview.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.js.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.js +2 -4
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/project-viewer/ProjectViewer.d.ts.map +1 -1
- package/lib/components/project-viewer/ProjectViewer.js +4 -7
- package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
- package/lib/components/shared/DiffView.d.ts.map +1 -1
- package/lib/components/shared/DiffView.js +1 -2
- package/lib/components/shared/DiffView.js.map +1 -1
- package/lib/components/shared/ProjectSelectorUtils.js +1 -1
- package/lib/components/shared/ProjectSelectorUtils.js.map +1 -1
- package/lib/components/shared/StudioLambdaEditor.d.ts +1 -1
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
- package/lib/components/shared/StudioLambdaEditor.js +3 -2
- package/lib/components/shared/StudioLambdaEditor.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.js +4 -6
- package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js +2 -2
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +2 -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 +5 -5
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/lib/package.json +2 -7
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts +0 -5
- package/lib/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.d.ts +2 -14
- package/lib/stores/EditorGraphState.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.js +3 -48
- package/lib/stores/EditorGraphState.js.map +1 -1
- package/lib/stores/EditorStore.d.ts +1 -4
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +9 -20
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendStudioBaseStore.js +7 -4
- package/lib/stores/LegendStudioBaseStore.js.map +1 -1
- package/lib/stores/LegendStudioRouter.js +1 -1
- package/lib/stores/LegendStudioRouter.js.map +1 -1
- package/lib/stores/editor/NewElementState.js +4 -4
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor-state/FileGenerationState.js +1 -1
- package/lib/stores/editor-state/FileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js +1 -1
- package/lib/stores/editor-state/GenerationSpecificationEditorState.js.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts +5 -5
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.js +12 -10
- package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts +3 -2
- package/lib/stores/editor-state/ProjectConfigurationEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js +9 -3
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ClassState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/ClassState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/ElementFileGenerationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/FunctionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/RuntimeEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/data/EmbeddedDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js +4 -4
- package/lib/stores/editor-state/element-editor-state/mapping/MappingEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js +20 -9
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingElementState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js +6 -5
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js +5 -4
- package/lib/stores/editor-state/element-editor-state/mapping/MappingTestState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +4 -3
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js +3 -2
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestableEditorState.js.map +1 -1
- package/lib/stores/project-viewer/ProjectViewerStore.js +2 -2
- package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
- package/lib/stores/shared/ModelClassifierUtils.d.ts +0 -10
- package/lib/stores/shared/ModelClassifierUtils.d.ts.map +1 -1
- package/lib/stores/shared/ModelClassifierUtils.js +0 -11
- package/lib/stores/shared/ModelClassifierUtils.js.map +1 -1
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_Data_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_Generation_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.d.ts +7 -7
- package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.js +15 -16
- package/lib/stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/DSL_Service_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/DomainGraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.js +3 -3
- package/lib/stores/shared/modifier/DomainGraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier/ValueSpecificationGraphModifierHelper.d.ts → shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts} +4 -4
- package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier/ValueSpecificationGraphModifierHelper.js → shared/modifier/RawValueSpecificationGraphModifierHelper.js} +8 -9
- package/lib/stores/shared/modifier/RawValueSpecificationGraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/STO_FlatData_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.d.ts +1 -1
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/STO_Relational_GraphModifierHelper.js.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.d.ts +0 -0
- package/lib/stores/shared/modifier/Testable_GraphModifierHelper.d.ts.map +1 -0
- package/lib/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.js +0 -0
- package/lib/stores/shared/modifier/Testable_GraphModifierHelper.js.map +1 -0
- package/lib/stores/sidebar-state/LocalChangesState.d.ts +1 -0
- package/lib/stores/sidebar-state/LocalChangesState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/LocalChangesState.js +4 -0
- package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
- package/lib/stores/sidebar-state/ProjectOverviewState.js +2 -2
- package/lib/stores/sidebar-state/ProjectOverviewState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceReviewState.js +6 -2
- package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +1 -0
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.d.ts.map +1 -1
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js +6 -6
- package/lib/stores/workspace-setup/WorkspaceSetupStore.js.map +1 -1
- package/package.json +11 -16
- package/src/application/LegendStudio.tsx +1 -1
- package/src/components/DSL_ExternalFormat_LegendStudioApplicationPlugin.tsx +1 -1
- package/src/components/EditorComponentTestUtils.tsx +2 -2
- package/src/components/LegendStudioApplication.tsx +4 -3
- package/src/components/editor/ActivityBar.tsx +6 -8
- package/src/components/editor/Editor.tsx +70 -103
- package/src/components/editor/StatusBar.tsx +25 -14
- package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +2 -2
- package/src/components/editor/edit-panel/EditPanel.tsx +2 -2
- package/src/components/editor/edit-panel/FunctionEditor.tsx +12 -12
- package/src/components/editor/edit-panel/GenerationSpecificationEditor.tsx +7 -7
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +1 -1
- package/src/components/editor/edit-panel/ModelImporter.tsx +7 -8
- package/src/components/editor/edit-panel/RuntimeEditor.tsx +2 -2
- package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +27 -27
- 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 +4 -4
- package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +3 -3
- package/src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx +4 -4
- package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +3 -3
- package/src/components/editor/edit-panel/diff-editor/EntityDiffView.tsx +1 -1
- package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +1 -1
- package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +4 -4
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_BindingElementEditor.tsx +1 -1
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_ExternalFormatConnectionEditor.tsx +1 -1
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_NewSchemaSetDriver.tsx +1 -1
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +5 -5
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/ClassMappingEditor.tsx +45 -84
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +9 -9
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/FlatDataRecordTypeTree.tsx +1 -1
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +13 -33
- package/src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +7 -7
- package/src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +6 -6
- package/src/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.tsx +5 -5
- package/src/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.tsx +199 -206
- package/src/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.tsx +4 -4
- package/src/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.tsx +1 -1
- package/src/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.tsx +250 -86
- package/src/components/editor/edit-panel/service-editor/ServiceEditor.tsx +2 -2
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +4 -4
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +4 -1
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +1 -1
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx +6 -2
- package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +2 -2
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +6 -6
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +11 -11
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +1 -1
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +5 -5
- package/src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx +5 -5
- package/src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx +2 -2
- package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +5 -5
- package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +8 -8
- package/src/components/editor/side-bar/Explorer.tsx +4 -4
- package/src/components/editor/side-bar/ProjectOverview.tsx +56 -35
- package/src/components/editor/side-bar/WorkflowManager.tsx +4 -4
- package/src/components/editor/side-bar/WorkspaceReview.tsx +15 -12
- package/src/components/editor/side-bar/WorkspaceSyncConflictResolver.tsx +1 -1
- package/src/components/editor/side-bar/WorkspaceUpdater.tsx +12 -9
- package/src/components/project-viewer/ProjectViewer.tsx +14 -7
- package/src/components/shared/DiffView.tsx +1 -1
- package/src/components/shared/ProjectSelectorUtils.tsx +2 -2
- package/src/components/shared/StudioLambdaEditor.tsx +8 -8
- package/src/components/workspace-review/WorkspaceReview.tsx +32 -23
- package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +2 -2
- package/src/components/workspace-setup/CreateProjectModal.tsx +1 -1
- package/src/components/workspace-setup/WorkspaceSetup.tsx +2 -2
- package/src/index.ts +5 -5
- package/src/stores/DSL_Mapping_LegendStudioApplicationPlugin_Extension.ts +0 -9
- package/src/stores/EditorGraphState.ts +3 -67
- package/src/stores/EditorStore.ts +12 -24
- package/src/stores/LegendStudioBaseStore.ts +9 -5
- package/src/stores/LegendStudioRouter.ts +1 -1
- package/src/stores/editor/NewElementState.ts +4 -4
- package/src/stores/editor-state/FileGenerationState.ts +1 -1
- package/src/stores/editor-state/GenerationSpecificationEditorState.ts +1 -1
- package/src/stores/editor-state/GraphGenerationState.ts +1 -1
- package/src/stores/editor-state/ModelImporterState.ts +16 -15
- package/src/stores/editor-state/ProjectConfigurationEditorState.ts +15 -1
- package/src/stores/editor-state/element-editor-state/ClassState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/ElementFileGenerationState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/FunctionEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/RuntimeEditorState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/external-format/DSL_ExternalFormat_SchemaSetEditorState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts +4 -4
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts +18 -10
- package/src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +5 -5
- package/src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts +5 -8
- package/src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +9 -7
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestEditorState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestableState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/testable/TestAssertionState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/testable/TestableEditorState.ts +1 -1
- package/src/stores/project-viewer/ProjectViewerStore.ts +2 -2
- package/src/stores/shared/ModelClassifierUtils.ts +0 -11
- package/src/stores/{graphModifier → shared/modifier}/DSL_Data_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DSL_ExternalFormat_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DSL_Generation_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DSL_Mapping_GraphModifierHelper.ts +15 -20
- package/src/stores/{graphModifier → shared/modifier}/DSL_Service_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/DomainGraphModifierHelper.ts +2 -3
- package/src/stores/{graphModifier → shared/modifier}/GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier/ValueSpecificationGraphModifierHelper.ts → shared/modifier/RawValueSpecificationGraphModifierHelper.ts} +6 -9
- package/src/stores/{graphModifier → shared/modifier}/STO_FlatData_GraphModifierHelper.ts +0 -0
- package/src/stores/{graphModifier → shared/modifier}/STO_Relational_GraphModifierHelper.ts +1 -1
- package/src/stores/{graphModifier → shared/modifier}/Testable_GraphModifierHelper.ts +0 -0
- package/src/stores/sidebar-state/LocalChangesState.ts +7 -0
- package/src/stores/sidebar-state/ProjectOverviewState.ts +2 -2
- package/src/stores/sidebar-state/WorkspaceReviewState.ts +7 -4
- package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +1 -0
- package/src/stores/workspace-setup/WorkspaceSetupStore.ts +8 -6
- package/tsconfig.json +11 -11
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Data_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_ExternalFormat_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Generation_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Mapping_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DSL_Service_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/DomainGraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/DomainGraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/STO_FlatData_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/STO_Relational_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/Testable_GraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/Testable_GraphModifierHelper.js.map +0 -1
- package/lib/stores/graphModifier/ValueSpecificationGraphModifierHelper.d.ts.map +0 -1
- package/lib/stores/graphModifier/ValueSpecificationGraphModifierHelper.js.map +0 -1
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
import { observer } from 'mobx-react-lite';
|
|
18
18
|
import type { FlatDataConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
19
|
-
import { flatDataConnection_setUrl } from '../../../../stores/
|
|
19
|
+
import { flatDataConnection_setUrl } from '../../../../stores/shared/modifier/STO_FlatData_GraphModifierHelper.js';
|
|
20
20
|
|
|
21
21
|
export const FlatDataConnectionEditor = observer(
|
|
22
22
|
(props: {
|
package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx
CHANGED
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
type PackageableElementOption,
|
|
82
82
|
} from '@finos/legend-application';
|
|
83
83
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
84
|
-
import { connection_setStore } from '../../../../stores/
|
|
84
|
+
import { connection_setStore } from '../../../../stores/shared/modifier/DSL_Mapping_GraphModifierHelper.js';
|
|
85
85
|
import {
|
|
86
86
|
apiTokenAuthenticationStrategy_setApiToken,
|
|
87
87
|
bigQueryDatasourceSpecification_setDefaultDataset,
|
|
@@ -133,7 +133,7 @@ import {
|
|
|
133
133
|
middleTierUsernamePasswordAuthenticationStrategy_setVaultReference,
|
|
134
134
|
relationalDatabaseConnection_addPostProcessor,
|
|
135
135
|
relationalDatabaseConnection_deletePostProcessor,
|
|
136
|
-
} from '../../../../stores/
|
|
136
|
+
} from '../../../../stores/shared/modifier/STO_Relational_GraphModifierHelper.js';
|
|
137
137
|
import { MapperPostProcessorEditor } from './post-processor-editor/MapperPostProcessorEditor.js';
|
|
138
138
|
import { UnsupportedEditorPanel } from '../UnsupportedElementEditor.js';
|
|
139
139
|
import type { MapperPostProcessorEditorState } from '../../../../stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js';
|
|
@@ -186,7 +186,7 @@ const StaticDatasourceSpecificationEditor = observer(
|
|
|
186
186
|
<PanelFormTextEditor
|
|
187
187
|
isReadOnly={isReadOnly}
|
|
188
188
|
value={sourceSpec.host}
|
|
189
|
-
name=
|
|
189
|
+
name="host"
|
|
190
190
|
update={(value: string | undefined): void =>
|
|
191
191
|
staticDatasourceSpecification_setHost(sourceSpec, value ?? '')
|
|
192
192
|
}
|
|
@@ -203,7 +203,7 @@ const StaticDatasourceSpecificationEditor = observer(
|
|
|
203
203
|
<PanelFormTextEditor
|
|
204
204
|
isReadOnly={isReadOnly}
|
|
205
205
|
value={sourceSpec.databaseName}
|
|
206
|
-
name=
|
|
206
|
+
name="database"
|
|
207
207
|
update={(value: string | undefined): void =>
|
|
208
208
|
staticDatasourceSpecification_setDatabaseName(
|
|
209
209
|
sourceSpec,
|
|
@@ -227,7 +227,7 @@ const EmbeddedH2DatasourceSpecificationEditor = observer(
|
|
|
227
227
|
<PanelFormTextEditor
|
|
228
228
|
isReadOnly={isReadOnly}
|
|
229
229
|
value={sourceSpec.databaseName}
|
|
230
|
-
name=
|
|
230
|
+
name="database"
|
|
231
231
|
update={(value: string | undefined): void =>
|
|
232
232
|
embeddedH2DatasourceSpecification_setDatabaseName(
|
|
233
233
|
sourceSpec,
|
|
@@ -238,7 +238,7 @@ const EmbeddedH2DatasourceSpecificationEditor = observer(
|
|
|
238
238
|
<PanelFormTextEditor
|
|
239
239
|
isReadOnly={isReadOnly}
|
|
240
240
|
value={sourceSpec.directory}
|
|
241
|
-
name=
|
|
241
|
+
name="directory"
|
|
242
242
|
update={(value: string | undefined): void =>
|
|
243
243
|
embeddedH2DatasourceSpecification_setDirectory(
|
|
244
244
|
sourceSpec,
|
|
@@ -249,7 +249,7 @@ const EmbeddedH2DatasourceSpecificationEditor = observer(
|
|
|
249
249
|
<PanelFormBooleanEditor
|
|
250
250
|
isReadOnly={isReadOnly}
|
|
251
251
|
value={sourceSpec.autoServerMode}
|
|
252
|
-
name=
|
|
252
|
+
name="auto server mode"
|
|
253
253
|
update={(value?: boolean): void =>
|
|
254
254
|
embeddedH2DatasourceSpecification_setAutoServerMode(
|
|
255
255
|
sourceSpec,
|
|
@@ -417,7 +417,7 @@ const SnowflakeDatasourceSpecificationEditor = observer(
|
|
|
417
417
|
isReadOnly={isReadOnly}
|
|
418
418
|
value={sourceSpec.quotedIdentifiersIgnoreCase}
|
|
419
419
|
name="quoted identifiers ignore case"
|
|
420
|
-
|
|
420
|
+
prompt="Controls whether Snowflake will treat alphabetic characters in double-quoted identifiers as uppercase"
|
|
421
421
|
update={(value: boolean | undefined): void =>
|
|
422
422
|
snowflakeDatasourceSpec_setQuotedIdentifiersIgnoreCase(
|
|
423
423
|
sourceSpec,
|
|
@@ -521,7 +521,7 @@ const BigQueryDatasourceSpecificationEditor = observer(
|
|
|
521
521
|
<PanelFormTextEditor
|
|
522
522
|
isReadOnly={isReadOnly}
|
|
523
523
|
value={sourceSpec.projectId}
|
|
524
|
-
name=
|
|
524
|
+
name="project id"
|
|
525
525
|
update={(value: string | undefined): void =>
|
|
526
526
|
bigQueryDatasourceSpecification_setProjectId(
|
|
527
527
|
sourceSpec,
|
|
@@ -532,7 +532,7 @@ const BigQueryDatasourceSpecificationEditor = observer(
|
|
|
532
532
|
<PanelFormTextEditor
|
|
533
533
|
isReadOnly={isReadOnly}
|
|
534
534
|
value={sourceSpec.defaultDataset}
|
|
535
|
-
name=
|
|
535
|
+
name="default dataset"
|
|
536
536
|
update={(value: string | undefined): void =>
|
|
537
537
|
bigQueryDatasourceSpecification_setDefaultDataset(
|
|
538
538
|
sourceSpec,
|
|
@@ -544,7 +544,7 @@ const BigQueryDatasourceSpecificationEditor = observer(
|
|
|
544
544
|
isReadOnly={isReadOnly}
|
|
545
545
|
value={sourceSpec.proxyHost}
|
|
546
546
|
name="proxy host"
|
|
547
|
-
|
|
547
|
+
prompt="Specifies proxy host for connection to GCP BigQuery"
|
|
548
548
|
update={(value: string | undefined): void =>
|
|
549
549
|
bigQueryDatasourceSpecification_setProxyHost(
|
|
550
550
|
sourceSpec,
|
|
@@ -556,7 +556,7 @@ const BigQueryDatasourceSpecificationEditor = observer(
|
|
|
556
556
|
isReadOnly={isReadOnly}
|
|
557
557
|
value={sourceSpec.proxyPort}
|
|
558
558
|
name="proxy port"
|
|
559
|
-
|
|
559
|
+
prompt="Specifies proxy port for connection to GCP BigQuery"
|
|
560
560
|
update={(value: string | undefined): void =>
|
|
561
561
|
bigQueryDatasourceSpecification_setProxyPort(
|
|
562
562
|
sourceSpec,
|
|
@@ -582,7 +582,7 @@ const DelegatedKerberosAuthenticationStrategyEditor = observer(
|
|
|
582
582
|
<PanelFormTextEditor
|
|
583
583
|
isReadOnly={isReadOnly}
|
|
584
584
|
value={authSpec.serverPrincipal}
|
|
585
|
-
name=
|
|
585
|
+
name="server principal"
|
|
586
586
|
update={(value: string | undefined): void =>
|
|
587
587
|
delegatedKerberosAuthenticationStrategy_setServerPrincipal(
|
|
588
588
|
authSpec,
|
|
@@ -606,7 +606,7 @@ const ApiTokenAuthenticationStrategyEditor = observer(
|
|
|
606
606
|
<PanelFormTextEditor
|
|
607
607
|
isReadOnly={isReadOnly}
|
|
608
608
|
value={authSpec.apiToken}
|
|
609
|
-
name=
|
|
609
|
+
name="apiTokenRef"
|
|
610
610
|
update={(value: string | undefined): void =>
|
|
611
611
|
apiTokenAuthenticationStrategy_setApiToken(authSpec, value ?? '')
|
|
612
612
|
}
|
|
@@ -627,7 +627,7 @@ const SnowflakePublicAuthenticationStrategyEditor = observer(
|
|
|
627
627
|
<PanelFormTextEditor
|
|
628
628
|
isReadOnly={isReadOnly}
|
|
629
629
|
value={authSpec.privateKeyVaultReference}
|
|
630
|
-
name=
|
|
630
|
+
name="private key vault reference"
|
|
631
631
|
update={(value: string | undefined): void =>
|
|
632
632
|
snowflakePublicAuthenticationStrategy_setPrivateKeyVaultReference(
|
|
633
633
|
authSpec,
|
|
@@ -638,7 +638,7 @@ const SnowflakePublicAuthenticationStrategyEditor = observer(
|
|
|
638
638
|
<PanelFormTextEditor
|
|
639
639
|
isReadOnly={isReadOnly}
|
|
640
640
|
value={authSpec.passPhraseVaultReference}
|
|
641
|
-
name=
|
|
641
|
+
name="pass phrase vault reference"
|
|
642
642
|
update={(value: string | undefined): void =>
|
|
643
643
|
snowflakePublicAuthenticationStrategy_setPassPhraseVaultReference(
|
|
644
644
|
authSpec,
|
|
@@ -649,7 +649,7 @@ const SnowflakePublicAuthenticationStrategyEditor = observer(
|
|
|
649
649
|
<PanelFormTextEditor
|
|
650
650
|
isReadOnly={isReadOnly}
|
|
651
651
|
value={authSpec.publicUserName}
|
|
652
|
-
name=
|
|
652
|
+
name="public user name"
|
|
653
653
|
update={(value: string | undefined): void =>
|
|
654
654
|
snowflakePublicAuthenticationStrategy_setPublicUserName(
|
|
655
655
|
authSpec,
|
|
@@ -670,7 +670,7 @@ const OAuthAuthenticationStrategyEditor = observer(
|
|
|
670
670
|
<PanelFormTextEditor
|
|
671
671
|
isReadOnly={isReadOnly}
|
|
672
672
|
value={authSpec.oauthKey}
|
|
673
|
-
name=
|
|
673
|
+
name="oauth key"
|
|
674
674
|
update={(value: string | undefined): void =>
|
|
675
675
|
oAuthAuthenticationStrategy_setOauthKey(authSpec, value ?? '')
|
|
676
676
|
}
|
|
@@ -678,7 +678,7 @@ const OAuthAuthenticationStrategyEditor = observer(
|
|
|
678
678
|
<PanelFormTextEditor
|
|
679
679
|
isReadOnly={isReadOnly}
|
|
680
680
|
value={authSpec.scopeName}
|
|
681
|
-
name=
|
|
681
|
+
name="scope name"
|
|
682
682
|
update={(value: string | undefined): void =>
|
|
683
683
|
oAuthAuthenticationStrategy_setScopeName(authSpec, value ?? '')
|
|
684
684
|
}
|
|
@@ -699,7 +699,7 @@ const UsernamePasswordAuthenticationStrategyEditor = observer(
|
|
|
699
699
|
<PanelFormTextEditor
|
|
700
700
|
isReadOnly={isReadOnly}
|
|
701
701
|
value={authSpec.baseVaultReference}
|
|
702
|
-
name=
|
|
702
|
+
name="base vault reference"
|
|
703
703
|
update={(value: string | undefined): void =>
|
|
704
704
|
usernamePasswordAuthenticationStrategy_setBaseVaultReference(
|
|
705
705
|
authSpec,
|
|
@@ -710,7 +710,7 @@ const UsernamePasswordAuthenticationStrategyEditor = observer(
|
|
|
710
710
|
<PanelFormTextEditor
|
|
711
711
|
isReadOnly={isReadOnly}
|
|
712
712
|
value={authSpec.userNameVaultReference}
|
|
713
|
-
name=
|
|
713
|
+
name="user name vault reference"
|
|
714
714
|
update={(value: string | undefined): void =>
|
|
715
715
|
usernamePasswordAuthenticationStrategy_setUserNameVaultReference(
|
|
716
716
|
authSpec,
|
|
@@ -721,7 +721,7 @@ const UsernamePasswordAuthenticationStrategyEditor = observer(
|
|
|
721
721
|
<PanelFormTextEditor
|
|
722
722
|
isReadOnly={isReadOnly}
|
|
723
723
|
value={authSpec.passwordVaultReference}
|
|
724
|
-
name=
|
|
724
|
+
name="password vault reference"
|
|
725
725
|
update={(value: string | undefined): void =>
|
|
726
726
|
usernamePasswordAuthenticationStrategy_setPasswordVaultReference(
|
|
727
727
|
authSpec,
|
|
@@ -745,8 +745,8 @@ const MiddleTierUsernamePasswordAuthenticationStrategyEditor = observer(
|
|
|
745
745
|
<PanelFormTextEditor
|
|
746
746
|
isReadOnly={isReadOnly}
|
|
747
747
|
value={authSpec.vaultReference}
|
|
748
|
-
name=
|
|
749
|
-
|
|
748
|
+
name="vault reference"
|
|
749
|
+
prompt="Specifies the credential vault reference containing connection credentials"
|
|
750
750
|
update={(value: string | undefined): void =>
|
|
751
751
|
middleTierUsernamePasswordAuthenticationStrategy_setVaultReference(
|
|
752
752
|
authSpec,
|
|
@@ -771,7 +771,7 @@ const GCPWorkloadIdentityFederationAuthenticationStrategyEditor = observer(
|
|
|
771
771
|
<PanelFormTextEditor
|
|
772
772
|
isReadOnly={isReadOnly}
|
|
773
773
|
value={authSpec.serviceAccountEmail}
|
|
774
|
-
name=
|
|
774
|
+
name="Service Account Email"
|
|
775
775
|
update={(value: string | undefined): void =>
|
|
776
776
|
gcpWorkloadIdentityFederationAuthenticationStrategy_setServiceAccountEmail(
|
|
777
777
|
authSpec,
|
|
@@ -782,7 +782,7 @@ const GCPWorkloadIdentityFederationAuthenticationStrategyEditor = observer(
|
|
|
782
782
|
<PanelFormTextEditor
|
|
783
783
|
isReadOnly={isReadOnly}
|
|
784
784
|
value={GCPScopes}
|
|
785
|
-
name=
|
|
785
|
+
name="Additional GCP Scopes"
|
|
786
786
|
update={(value: string | undefined): void =>
|
|
787
787
|
gcpWorkloadIdentityFederationAuthenticationStrategy_setAdditionalGcpScopes(
|
|
788
788
|
authSpec,
|
|
@@ -1375,7 +1375,7 @@ const RelationalConnectionGeneralEditor = observer(
|
|
|
1375
1375
|
isReadOnly={isReadOnly}
|
|
1376
1376
|
value={connection.quoteIdentifiers}
|
|
1377
1377
|
name="Quote identifiers"
|
|
1378
|
-
|
|
1378
|
+
prompt="Specifies whether to use double-quotes for SQL identifiers"
|
|
1379
1379
|
update={(value?: boolean): void =>
|
|
1380
1380
|
dBConnection_setQuoteIdentifiers(connection, Boolean(value))
|
|
1381
1381
|
}
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
mapper_setTo,
|
|
51
51
|
schemaNameMapper_setFrom,
|
|
52
52
|
schemaNameMapper_setTo,
|
|
53
|
-
} from '../../../../../stores/
|
|
53
|
+
} from '../../../../../stores/shared/modifier/STO_Relational_GraphModifierHelper.js';
|
|
54
54
|
|
|
55
55
|
export const MapperPostProcessorEditor = observer(
|
|
56
56
|
(props: {
|
|
@@ -193,7 +193,7 @@ export const MapperPostProcessorEditor = observer(
|
|
|
193
193
|
? 'Table Mapper'
|
|
194
194
|
: 'Schema Mapper'
|
|
195
195
|
}
|
|
196
|
-
|
|
196
|
+
errorMessage={
|
|
197
197
|
isMapperDuplicated(mapper)
|
|
198
198
|
? 'Mappers have the same values'
|
|
199
199
|
: undefined
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
annotatedElement_addTaggedValue,
|
|
48
48
|
annotatedElement_deleteStereotype,
|
|
49
49
|
annotatedElement_deleteTaggedValue,
|
|
50
|
-
} from '../../../../stores/
|
|
50
|
+
} from '../../../../stores/shared/modifier/DomainGraphModifierHelper.js';
|
|
51
51
|
import { useDrop } from 'react-dnd';
|
|
52
52
|
import {
|
|
53
53
|
CORE_DND_TYPE,
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
import {
|
|
67
67
|
externalFormatData_setContentType,
|
|
68
68
|
externalFormatData_setData,
|
|
69
|
-
} from '../../../../stores/
|
|
69
|
+
} from '../../../../stores/shared/modifier/DSL_Data_GraphModifierHelper.js';
|
|
70
70
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
71
71
|
import { getEditorLanguageFromFormat } from '../../../../stores/editor-state/FileGenerationViewerState.js';
|
|
72
72
|
import type { ExternalFormatDataState } from '../../../../stores/editor-state/element-editor-state/data/EmbeddedDataState.js';
|
|
@@ -315,7 +315,7 @@ export const DataElementEditor = observer(() => {
|
|
|
315
315
|
onClick={addStereotype}
|
|
316
316
|
disabled={isReadOnly}
|
|
317
317
|
tabIndex={-1}
|
|
318
|
-
title=
|
|
318
|
+
title="Add Stereotype"
|
|
319
319
|
>
|
|
320
320
|
<PlusIcon />
|
|
321
321
|
</button>
|
|
@@ -364,7 +364,7 @@ export const DataElementEditor = observer(() => {
|
|
|
364
364
|
onClick={addTaggedValue}
|
|
365
365
|
disabled={isReadOnly}
|
|
366
366
|
tabIndex={-1}
|
|
367
|
-
title=
|
|
367
|
+
title="Add Tagged value"
|
|
368
368
|
>
|
|
369
369
|
<PlusIcon />
|
|
370
370
|
</button>
|
|
@@ -35,7 +35,7 @@ import { UnsupportedEditorPanel } from '../UnsupportedElementEditor.js';
|
|
|
35
35
|
import {
|
|
36
36
|
externalFormatData_setContentType,
|
|
37
37
|
externalFormatData_setData,
|
|
38
|
-
} from '../../../../stores/
|
|
38
|
+
} from '../../../../stores/shared/modifier/DSL_Data_GraphModifierHelper.js';
|
|
39
39
|
import { StudioTextInputEditor } from '../../../shared/StudioTextInputEditor.js';
|
|
40
40
|
import type { DSL_Data_LegendStudioApplicationPlugin_Extension } from '../../../../stores/DSL_Data_LegendStudioApplicationPlugin_Extension.js';
|
|
41
41
|
import { getEditorLanguageFromFormat } from '../../../../stores/editor-state/FileGenerationViewerState.js';
|
|
@@ -99,7 +99,7 @@ export const ExternalFormatDataEditor = observer(
|
|
|
99
99
|
}
|
|
100
100
|
tabIndex={-1}
|
|
101
101
|
onClick={format}
|
|
102
|
-
title=
|
|
102
|
+
title="Format External Format"
|
|
103
103
|
>
|
|
104
104
|
<WrenchIcon />
|
|
105
105
|
</button>
|
|
@@ -201,7 +201,7 @@ export const DataElementReferenceDataEditor = observer(
|
|
|
201
201
|
className="btn--dark btn--sm data-element-reference-editor__value-btn"
|
|
202
202
|
onClick={visitData}
|
|
203
203
|
tabIndex={-1}
|
|
204
|
-
title=
|
|
204
|
+
title="See data element"
|
|
205
205
|
>
|
|
206
206
|
<LongArrowRightIcon />
|
|
207
207
|
</button>
|
|
@@ -75,7 +75,7 @@ const RelationalTableIdentifierModal = observer(
|
|
|
75
75
|
<input
|
|
76
76
|
className="panel__content__form__section__input"
|
|
77
77
|
disabled={isReadOnly}
|
|
78
|
-
placeholder=
|
|
78
|
+
placeholder="schemaName"
|
|
79
79
|
value={tableIdentifierState.schemaName}
|
|
80
80
|
onChange={changeSchemaValue}
|
|
81
81
|
/>
|
|
@@ -84,7 +84,7 @@ const RelationalTableIdentifierModal = observer(
|
|
|
84
84
|
<input
|
|
85
85
|
className="relational-data-editor__identifier__values panel__content__form__section__input"
|
|
86
86
|
disabled={isReadOnly}
|
|
87
|
-
placeholder=
|
|
87
|
+
placeholder="tableName"
|
|
88
88
|
value={tableIdentifierState.tableName}
|
|
89
89
|
onChange={changeTableValue}
|
|
90
90
|
/>
|
|
@@ -159,7 +159,7 @@ export const RelationalCSVDataEditor = observer(
|
|
|
159
159
|
onClick={openIdentifierModal}
|
|
160
160
|
disabled={isReadOnly}
|
|
161
161
|
tabIndex={-1}
|
|
162
|
-
title=
|
|
162
|
+
title="Add Relational Table Data"
|
|
163
163
|
>
|
|
164
164
|
<PlusIcon />
|
|
165
165
|
</button>
|
|
@@ -239,7 +239,7 @@ export const RelationalCSVDataEditor = observer(
|
|
|
239
239
|
onClick={(): void => openIdentifierModal()}
|
|
240
240
|
text="Add a relational data table"
|
|
241
241
|
clickActionType="add"
|
|
242
|
-
tooltipText=
|
|
242
|
+
tooltipText="Click to add new relational data table"
|
|
243
243
|
/>
|
|
244
244
|
)}
|
|
245
245
|
{dataState.showTableIdentifierModal && (
|
|
@@ -28,7 +28,6 @@ import {
|
|
|
28
28
|
EDITOR_LANGUAGE,
|
|
29
29
|
useApplicationStore,
|
|
30
30
|
} from '@finos/legend-application';
|
|
31
|
-
import { useResizeDetector } from 'react-resize-detector';
|
|
32
31
|
import {
|
|
33
32
|
type MergeEditorComparisonViewInfo,
|
|
34
33
|
type MergeConflict,
|
|
@@ -57,6 +56,7 @@ import {
|
|
|
57
56
|
CompareIcon,
|
|
58
57
|
ArrowDownIcon,
|
|
59
58
|
ArrowUpIcon,
|
|
59
|
+
useResizeDetector,
|
|
60
60
|
} from '@finos/legend-art';
|
|
61
61
|
import { TextDiffView } from '../../../shared/DiffView.js';
|
|
62
62
|
import { getPrettyLabelForRevision } from '../../../../stores/editor-state/entity-diff-editor-state/EntityDiffEditorState.js';
|
|
@@ -718,7 +718,7 @@ export const EntityChangeConflictEditor = observer(
|
|
|
718
718
|
className="btn--dark btn--sm entity-change-conflict-editor__header__action"
|
|
719
719
|
disabled={!conflictEditorState.previousConflict}
|
|
720
720
|
onClick={goToPreviousConflict}
|
|
721
|
-
title=
|
|
721
|
+
title="Previous conflict"
|
|
722
722
|
>
|
|
723
723
|
<ArrowUpIcon />
|
|
724
724
|
</button>
|
|
@@ -726,7 +726,7 @@ export const EntityChangeConflictEditor = observer(
|
|
|
726
726
|
className="btn--dark btn--sm entity-change-conflict-editor__header__action"
|
|
727
727
|
disabled={!conflictEditorState.nextConflict}
|
|
728
728
|
onClick={goToNextConflict}
|
|
729
|
-
title=
|
|
729
|
+
title="Next conflict"
|
|
730
730
|
>
|
|
731
731
|
<ArrowDownIcon />
|
|
732
732
|
</button>
|
package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx
CHANGED
|
@@ -157,7 +157,7 @@ export const ElementGenerationEditor = observer(
|
|
|
157
157
|
className="panel__header__action element-generation-editor__leave-btn"
|
|
158
158
|
tabIndex={-1}
|
|
159
159
|
onClick={leaveElementGenerationView}
|
|
160
|
-
title=
|
|
160
|
+
title="Leave element generation view mode"
|
|
161
161
|
>
|
|
162
162
|
<ArrowCircleLeftIcon /> exit generation view
|
|
163
163
|
</button>
|
|
@@ -92,7 +92,7 @@ import {
|
|
|
92
92
|
fileGeneration_changeScopeElement,
|
|
93
93
|
fileGeneration_deleteScopeElement,
|
|
94
94
|
fileGeneration_setGenerationOutputPath,
|
|
95
|
-
} from '../../../../stores/
|
|
95
|
+
} from '../../../../stores/shared/modifier/DSL_Generation_GraphModifierHelper.js';
|
|
96
96
|
|
|
97
97
|
export const FileGenerationTreeNodeContainer: React.FC<
|
|
98
98
|
TreeNodeContainerProps<
|
|
@@ -272,7 +272,7 @@ export const GenerationResultViewer = observer(
|
|
|
272
272
|
tabIndex={-1}
|
|
273
273
|
disabled={fileGenerationState.isGenerating}
|
|
274
274
|
onClick={regenerate}
|
|
275
|
-
title=
|
|
275
|
+
title="Regenerate"
|
|
276
276
|
>
|
|
277
277
|
<RefreshIcon />
|
|
278
278
|
</button>
|
|
@@ -1372,7 +1372,7 @@ export const FileGenerationConfigurationEditor = observer(
|
|
|
1372
1372
|
isReadOnly || !fileGeneration.configurationProperties.length
|
|
1373
1373
|
}
|
|
1374
1374
|
onClick={resetDefaultConfiguration}
|
|
1375
|
-
title=
|
|
1375
|
+
title="Reset to default configuration"
|
|
1376
1376
|
>
|
|
1377
1377
|
<RefreshIcon />
|
|
1378
1378
|
</button>
|
|
@@ -1382,7 +1382,7 @@ export const FileGenerationConfigurationEditor = observer(
|
|
|
1382
1382
|
tabIndex={-1}
|
|
1383
1383
|
disabled={isReadOnly}
|
|
1384
1384
|
onClick={showFileGenerationModal}
|
|
1385
|
-
title=
|
|
1385
|
+
title="Promote to file generation specification..."
|
|
1386
1386
|
>
|
|
1387
1387
|
<SaveIcon />
|
|
1388
1388
|
</button>
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
externalFormat_modelUnit_addPackageableElementIncludes,
|
|
60
60
|
externalFormat_modelUnit_deletePackageableElementExcludes,
|
|
61
61
|
externalFormat_modelUnit_deletePackageableElementIncludes,
|
|
62
|
-
} from '../../../../stores/
|
|
62
|
+
} from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
63
63
|
|
|
64
64
|
const BindingScopeEntryEditor = observer(
|
|
65
65
|
(props: {
|
|
@@ -24,7 +24,7 @@ import { computed, makeObservable } from 'mobx';
|
|
|
24
24
|
import { ConnectionValueState } from '../../../../stores/editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
25
25
|
import type { EditorStore } from '../../../../stores/EditorStore.js';
|
|
26
26
|
import { NewConnectionValueDriver } from '../../../../stores/editor/NewElementState.js';
|
|
27
|
-
import { externalFormat_urlStream_setUrl } from '../../../../stores/
|
|
27
|
+
import { externalFormat_urlStream_setUrl } from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
28
28
|
|
|
29
29
|
export class ExternalFormatConnectionValueState extends ConnectionValueState {
|
|
30
30
|
override connection: ExternalFormatConnection;
|
|
@@ -21,7 +21,7 @@ import { makeObservable, observable, action } from 'mobx';
|
|
|
21
21
|
import { observer } from 'mobx-react-lite';
|
|
22
22
|
import { useEditorStore } from '../../EditorStoreProvider.js';
|
|
23
23
|
import type { EditorStore } from '../../../../stores/EditorStore.js';
|
|
24
|
-
import { externalFormat_schemaSet_setFormat } from '../../../../stores/
|
|
24
|
+
import { externalFormat_schemaSet_setFormat } from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
25
25
|
import { NewElementDriver } from '../../../../stores/editor/NewElementState.js';
|
|
26
26
|
import type { ExternalFormatTypeOption } from '../../../../stores/editor-state/ExternalFormatState.js';
|
|
27
27
|
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
externalFormat_schema_setContent,
|
|
52
52
|
externalFormat_schema_setId,
|
|
53
53
|
externalFormat_schema_setLocation,
|
|
54
|
-
} from '../../../../stores/
|
|
54
|
+
} from '../../../../stores/shared/modifier/DSL_ExternalFormat_GraphModifierHelper.js';
|
|
55
55
|
import { SchemaSetModelGenerationEditor } from './DSL_ExternalFormat_SchemaSetModelGenerationEditor.js';
|
|
56
56
|
|
|
57
57
|
const SchemaLoader = observer(
|
|
@@ -166,7 +166,7 @@ const SchemaBasicEditor = observer(
|
|
|
166
166
|
value={schema.id}
|
|
167
167
|
spellCheck={false}
|
|
168
168
|
onChange={changeId}
|
|
169
|
-
placeholder=
|
|
169
|
+
placeholder="Id"
|
|
170
170
|
/>
|
|
171
171
|
<input
|
|
172
172
|
className="schema-editor__location"
|
|
@@ -174,7 +174,7 @@ const SchemaBasicEditor = observer(
|
|
|
174
174
|
value={schema.location}
|
|
175
175
|
spellCheck={false}
|
|
176
176
|
onChange={changeLocation}
|
|
177
|
-
placeholder=
|
|
177
|
+
placeholder="Location"
|
|
178
178
|
/>
|
|
179
179
|
<div className={clsx('schema-editor__content')}>
|
|
180
180
|
<div className="schema-editor__content__input">
|
|
@@ -268,7 +268,7 @@ export const SchemaSetGeneralEditor = observer(
|
|
|
268
268
|
onClick={openSchemaLoader}
|
|
269
269
|
disabled={isReadOnly}
|
|
270
270
|
tabIndex={-1}
|
|
271
|
-
title=
|
|
271
|
+
title="Import Schemas"
|
|
272
272
|
>
|
|
273
273
|
<UploadIcon />
|
|
274
274
|
</button>
|
|
@@ -277,7 +277,7 @@ export const SchemaSetGeneralEditor = observer(
|
|
|
277
277
|
onClick={addSchema}
|
|
278
278
|
disabled={isReadOnly}
|
|
279
279
|
tabIndex={-1}
|
|
280
|
-
title=
|
|
280
|
+
title="Add Schema"
|
|
281
281
|
>
|
|
282
282
|
<PlusIcon />
|
|
283
283
|
</button>
|
|
@@ -108,7 +108,7 @@ export const SchemaSetModelGenerationEditor = observer(
|
|
|
108
108
|
tabIndex={-1}
|
|
109
109
|
disabled={isReadOnly || !properties.length}
|
|
110
110
|
onClick={regenerate}
|
|
111
|
-
title=
|
|
111
|
+
title="Reset to default configuration"
|
|
112
112
|
>
|
|
113
113
|
<RefreshIcon />
|
|
114
114
|
</button>
|
|
@@ -130,7 +130,7 @@ export const SchemaSetModelGenerationEditor = observer(
|
|
|
130
130
|
spellCheck={false}
|
|
131
131
|
value={modelGenerationState.targetBinding}
|
|
132
132
|
onChange={changeTargetBindingPath}
|
|
133
|
-
placeholder=
|
|
133
|
+
placeholder="Target binding path"
|
|
134
134
|
validationErrorMessage={
|
|
135
135
|
targetBindingPathValidationMessage
|
|
136
136
|
}
|
|
@@ -187,7 +187,7 @@ export const SchemaSetModelGenerationEditor = observer(
|
|
|
187
187
|
.isInProgress
|
|
188
188
|
}
|
|
189
189
|
onClick={regenerate}
|
|
190
|
-
title=
|
|
190
|
+
title="Regenerate"
|
|
191
191
|
>
|
|
192
192
|
<RefreshIcon />
|
|
193
193
|
</button>
|