@finos/legend-application-studio 15.1.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/application/LegendStudio.d.ts.map +1 -1
- package/lib/application/LegendStudio.js +5 -2
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/application/LegendStudioPluginManager.js +2 -2
- package/lib/application/LegendStudioPluginManager.js.map +1 -1
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.d.ts +4 -4
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.d.ts.map +1 -1
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.js +3 -3
- package/lib/components/DSLExternalFormat_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/EditorComponentTestUtils.d.ts +1 -1
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +19 -23
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/EmbeddedQueryBuilder.d.ts +19 -0
- package/lib/components/EmbeddedQueryBuilder.d.ts.map +1 -0
- package/lib/components/EmbeddedQueryBuilder.js +80 -0
- package/lib/components/EmbeddedQueryBuilder.js.map +1 -0
- package/lib/components/LegendStudioApplication.d.ts +0 -1
- package/lib/components/LegendStudioApplication.d.ts.map +1 -1
- package/lib/components/editor/Editor.d.ts.map +1 -1
- package/lib/components/editor/Editor.js +12 -13
- package/lib/components/editor/Editor.js.map +1 -1
- package/lib/components/editor/StatusBar.d.ts +0 -1
- package/lib/components/editor/StatusBar.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts +0 -1
- package/lib/components/editor/aux-panel/AuxiliaryPanel.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/Console.d.ts +0 -1
- package/lib/components/editor/aux-panel/Console.d.ts.map +1 -1
- package/lib/components/editor/aux-panel/DevTool.d.ts +0 -1
- package/lib/components/editor/aux-panel/DevTool.d.ts.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts +0 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts +0 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/FunctionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +3 -3
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/GenerationSpecificationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +15 -3
- package/lib/components/editor/edit-panel/GrammarTextEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/ModelImporter.d.ts +0 -1
- package/lib/components/editor/edit-panel/ModelImporter.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/RuntimeEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/UnsupportedElementEditor.d.ts.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 +0 -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 +0 -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/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.d.ts +0 -0
- package/lib/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.d.ts.map +1 -0
- package/lib/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.js +0 -0
- package/lib/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.js.map +1 -0
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts +3 -13
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +103 -41
- 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 +25 -0
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +77 -0
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -0
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts +0 -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 +0 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts +0 -1
- package/lib/components/editor/edit-panel/diff-editor/EntityDiffView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.d.ts +0 -1
- 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 +0 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/BindingElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/ExternalFormatConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.d.ts +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/NewSchemaSetDriver.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/external-format-editor/SchemaSetModelGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/ClassMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +2 -2
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.d.ts +0 -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 +2 -5
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js +40 -8
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts +18 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js +38 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.js.map +1 -0
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts +0 -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 +40 -8
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/OperationSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/PropertyMappingsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.d.ts +0 -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/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 +0 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts +0 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.d.ts +0 -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 +2 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.d.ts +0 -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 +58 -10
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceRegistrationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.d.ts +0 -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 +7 -5
- 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 +0 -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/ServiceTestsEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js +2 -2
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts +0 -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 +9 -7
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts +19 -0
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.d.ts.map +1 -0
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js +80 -0
- package/lib/components/editor/edit-panel/uml-editor/ClassQueryBuilder.js.map +1 -0
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/uml-editor/ProfileEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/uml-editor/PropertyEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js +4 -1
- package/lib/components/editor/edit-panel/uml-editor/StereotypeSelector.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js +4 -1
- package/lib/components/editor/edit-panel/uml-editor/TaggedValueEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts +0 -1
- package/lib/components/editor/edit-panel/uml-editor/UMLEditor.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts +0 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.js +7 -4
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts +0 -1
- package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +15 -8
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/LocalChanges.d.ts +0 -1
- package/lib/components/editor/side-bar/LocalChanges.d.ts.map +1 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts +0 -1
- package/lib/components/editor/side-bar/ProjectOverview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/SideBar.d.ts +0 -1
- package/lib/components/editor/side-bar/SideBar.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts +0 -1
- package/lib/components/editor/side-bar/WorkflowManager.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts +0 -1
- package/lib/components/editor/side-bar/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts +0 -1
- package/lib/components/editor/side-bar/WorkspaceSyncConflictResolver.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts +0 -1
- package/lib/components/editor/side-bar/WorkspaceUpdateConflictResolver.d.ts.map +1 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts +0 -1
- package/lib/components/editor/side-bar/WorkspaceUpdater.d.ts.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts +0 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +8 -2
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js.map +1 -1
- package/lib/components/project-viewer/ProjectViewer.d.ts.map +1 -1
- package/lib/components/project-viewer/ProjectViewer.js +5 -6
- package/lib/components/project-viewer/ProjectViewer.js.map +1 -1
- package/lib/components/shared/DiffView.d.ts +0 -1
- package/lib/components/shared/DiffView.d.ts.map +1 -1
- package/lib/components/shared/StudioLambdaEditor.d.ts +0 -1
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts +0 -1
- package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts +0 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.d.ts.map +1 -1
- package/lib/components/workspace-setup/ProjectCreateModal.d.ts +0 -1
- package/lib/components/workspace-setup/ProjectCreateModal.d.ts.map +1 -1
- package/lib/index.css +2 -2
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +4 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -3
- package/lib/index.js.map +1 -1
- package/lib/package.json +9 -9
- package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts +0 -18
- package/lib/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
- package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.d.ts +0 -10
- package/lib/stores/DSLService_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.js +1 -1
- package/lib/stores/EditorStore.d.ts +3 -9
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +6 -54
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/EmbeddedQueryBuilderState.d.ts +40 -0
- package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/EmbeddedQueryBuilderState.js +80 -0
- package/lib/stores/EmbeddedQueryBuilderState.js.map +1 -0
- package/lib/stores/LegendStudioApplicationNavigationContext.d.ts +1 -0
- package/lib/stores/LegendStudioApplicationNavigationContext.d.ts.map +1 -1
- package/lib/stores/LegendStudioApplicationNavigationContext.js +1 -0
- package/lib/stores/LegendStudioApplicationNavigationContext.js.map +1 -1
- package/lib/stores/LegendStudioApplicationPlugin.d.ts +7 -7
- package/lib/stores/LegendStudioApplicationPlugin.d.ts.map +1 -1
- package/lib/stores/LegendStudioCodeSnippets.d.ts +2 -0
- package/lib/stores/LegendStudioCodeSnippets.d.ts.map +1 -1
- package/lib/stores/LegendStudioCodeSnippets.js +28 -0
- package/lib/stores/LegendStudioCodeSnippets.js.map +1 -1
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts +41 -6
- package/lib/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.d.ts.map +1 -1
- package/lib/stores/editor/NewElementState.d.ts +1 -1
- package/lib/stores/editor/NewElementState.d.ts.map +1 -1
- package/lib/stores/editor/NewElementState.js +5 -3
- package/lib/stores/editor/NewElementState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.js +10 -6
- package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts +9 -2
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js +40 -10
- package/lib/stores/editor-state/element-editor-state/connection/ConnectionEditorState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts +30 -0
- package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.d.ts.map +1 -0
- package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js +49 -0
- package/lib/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.js.map +1 -0
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts +29 -0
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.d.ts.map +1 -0
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js +42 -0
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.js.map +1 -0
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts +2 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js +6 -4
- package/lib/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.js.map +1 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts +10 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.d.ts.map +1 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js +27 -1
- package/lib/stores/graphModifier/StoreRelational_GraphModifierHelper.js.map +1 -1
- package/lib/stores/shared/DnDUtil.js +1 -1
- package/lib/stores/shared/PackageTreeUtil.js +6 -6
- package/lib/stores/shared/PackageTreeUtil.js.map +1 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts +1 -3
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js +1 -4
- package/lib/stores/sidebar-state/testable/GlobalTestRunnerState.js.map +1 -1
- package/package.json +17 -17
- package/src/application/LegendStudio.tsx +8 -2
- package/src/application/LegendStudioPluginManager.ts +2 -2
- package/src/components/DSLExternalFormat_LegendStudioApplicationPlugin.tsx +5 -5
- package/src/components/EditorComponentTestUtils.tsx +20 -35
- package/src/components/EmbeddedQueryBuilder.tsx +165 -0
- package/src/components/editor/Editor.tsx +77 -79
- package/src/components/editor/edit-panel/FunctionEditor.tsx +9 -2
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +24 -2
- package/src/components/editor/edit-panel/UnsupportedElementEditor.tsx +1 -1
- package/src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx +6 -2
- package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +1 -1
- package/src/{stores/editor-state/element-editor-state/mapping/relational → components/editor/edit-panel/connection-editor}/DatabaseEditorHelper.tsx +0 -0
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +371 -172
- package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +279 -0
- package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +2 -1
- package/src/components/editor/edit-panel/mapping-editor/EnumerationMappingEditor.tsx +5 -1
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +2 -2
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx +2 -9
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +88 -15
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx +93 -0
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +81 -16
- package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +4 -3
- package/src/components/editor/edit-panel/mapping-editor/relational/TableOrViewSourceTree.tsx +1 -1
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +6 -2
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +115 -20
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +12 -5
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +3 -1
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +21 -12
- package/src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx +159 -0
- package/src/components/editor/edit-panel/uml-editor/StereotypeSelector.tsx +7 -4
- package/src/components/editor/edit-panel/uml-editor/TaggedValueEditor.tsx +7 -4
- package/src/components/editor/side-bar/CreateNewElementModal.tsx +9 -3
- package/src/components/editor/side-bar/Explorer.tsx +20 -10
- package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +13 -1
- package/src/components/project-viewer/ProjectViewer.tsx +36 -38
- package/src/index.ts +7 -3
- package/src/stores/DSLMapping_LegendStudioApplicationPlugin_Extension.ts +0 -27
- package/src/stores/DSLService_LegendStudioApplicationPlugin_Extension.ts +0 -14
- package/src/stores/EditorGraphState.ts +1 -1
- package/src/stores/EditorStore.ts +5 -81
- package/src/stores/EmbeddedQueryBuilderState.ts +105 -0
- package/src/stores/LegendStudioApplicationNavigationContext.ts +1 -0
- package/src/stores/LegendStudioApplicationPlugin.ts +7 -7
- package/src/stores/LegendStudioCodeSnippets.ts +34 -0
- package/src/stores/StoreRelational_LegendStudioApplicationPlugin_Extension.ts +74 -5
- package/src/stores/editor/NewElementState.ts +8 -7
- package/src/stores/editor-state/ModelImporterState.ts +15 -11
- package/src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts +55 -9
- package/src/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.ts +73 -0
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts +58 -0
- package/src/stores/editor-state/element-editor-state/service/ServiceExecutionState.ts +1 -1
- package/src/stores/editor-state/element-editor-state/service/testable/ServiceTestDataState.ts +14 -4
- package/src/stores/graphModifier/StoreRelational_GraphModifierHelper.ts +64 -0
- package/src/stores/shared/DnDUtil.ts +1 -1
- package/src/stores/shared/PackageTreeUtil.ts +6 -6
- package/src/stores/sidebar-state/testable/GlobalTestRunnerState.ts +2 -9
- package/tsconfig.json +10 -3
- package/tsconfig.package.json +38 -0
- package/lib/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.d.ts.map +0 -1
- package/lib/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.js.map +0 -1
|
@@ -42,6 +42,8 @@ import {
|
|
|
42
42
|
type ObserverContext,
|
|
43
43
|
type EnumerationMappingReference,
|
|
44
44
|
type TableAlias,
|
|
45
|
+
type Mapper,
|
|
46
|
+
type PostProcessor,
|
|
45
47
|
getRelationalInputType,
|
|
46
48
|
observe_DatasourceSpecification,
|
|
47
49
|
observe_AuthenticationStrategy,
|
|
@@ -49,8 +51,14 @@ import {
|
|
|
49
51
|
observe_PropertyMapping,
|
|
50
52
|
observe_EnumerationMappingReference,
|
|
51
53
|
observe_TableAlias,
|
|
54
|
+
type SchemaNameMapper,
|
|
55
|
+
type MapperPostProcessor,
|
|
56
|
+
observe_PostProcessor,
|
|
57
|
+
observe_Mapper,
|
|
52
58
|
} from '@finos/legend-graph';
|
|
59
|
+
import { addUniqueEntry, deleteEntry } from '@finos/legend-shared';
|
|
53
60
|
import { action } from 'mobx';
|
|
61
|
+
import type { RelationalDatabaseConnectionValueState } from '../editor-state/element-editor-state/connection/ConnectionEditorState.js';
|
|
54
62
|
|
|
55
63
|
// --------------------------------------------- DB Connection -------------------------------------
|
|
56
64
|
|
|
@@ -421,3 +429,59 @@ export const rootRelationalSetImp_setPropertyMappings = action(
|
|
|
421
429
|
);
|
|
422
430
|
},
|
|
423
431
|
);
|
|
432
|
+
|
|
433
|
+
// --------------------------------------------- Post-Processor -------------------------------------
|
|
434
|
+
|
|
435
|
+
export const relationalDatabaseConnection_addPostProcessor = action(
|
|
436
|
+
(
|
|
437
|
+
connectionValueState: RelationalDatabaseConnectionValueState,
|
|
438
|
+
postProcessor: PostProcessor,
|
|
439
|
+
observerContext: ObserverContext,
|
|
440
|
+
): void => {
|
|
441
|
+
addUniqueEntry(
|
|
442
|
+
connectionValueState.connection.postProcessors,
|
|
443
|
+
observe_PostProcessor(postProcessor, observerContext),
|
|
444
|
+
);
|
|
445
|
+
},
|
|
446
|
+
);
|
|
447
|
+
|
|
448
|
+
export const relationalDatabaseConnection_deletePostProcessor = action(
|
|
449
|
+
(
|
|
450
|
+
connectionValueState: RelationalDatabaseConnectionValueState,
|
|
451
|
+
postProcessor: PostProcessor,
|
|
452
|
+
): void => {
|
|
453
|
+
deleteEntry(connectionValueState.connection.postProcessors, postProcessor);
|
|
454
|
+
},
|
|
455
|
+
);
|
|
456
|
+
|
|
457
|
+
export const mapperPostProcessor_addMapper = action(
|
|
458
|
+
(mapperPostProcessor: MapperPostProcessor, mapper: Mapper): void => {
|
|
459
|
+
addUniqueEntry(mapperPostProcessor.mappers, observe_Mapper(mapper));
|
|
460
|
+
},
|
|
461
|
+
);
|
|
462
|
+
|
|
463
|
+
export const mapper_setFrom = action((mapper: Mapper, val: string): void => {
|
|
464
|
+
mapper.from = val;
|
|
465
|
+
});
|
|
466
|
+
|
|
467
|
+
export const mapper_setTo = action((mapper: Mapper, val: string): void => {
|
|
468
|
+
mapper.to = val;
|
|
469
|
+
});
|
|
470
|
+
|
|
471
|
+
export const schemaNameMapper_setTo = action(
|
|
472
|
+
(schemaNameMapper: SchemaNameMapper, val: string): void => {
|
|
473
|
+
schemaNameMapper.to = val;
|
|
474
|
+
},
|
|
475
|
+
);
|
|
476
|
+
|
|
477
|
+
export const schemaNameMapper_setFrom = action(
|
|
478
|
+
(schemaNameMapper: SchemaNameMapper, val: string): void => {
|
|
479
|
+
schemaNameMapper.from = val;
|
|
480
|
+
},
|
|
481
|
+
);
|
|
482
|
+
|
|
483
|
+
export const mapperPostProcessor_deleteMapper = action(
|
|
484
|
+
(mapperPostProcessor: MapperPostProcessor, val: Mapper): void => {
|
|
485
|
+
deleteEntry(mapperPostProcessor.mappers, val);
|
|
486
|
+
},
|
|
487
|
+
);
|
|
@@ -51,7 +51,7 @@ export enum CORE_DND_TYPE {
|
|
|
51
51
|
MAPPING_EXPLORER_ASSOCIATION_MAPPING = 'MAPPING_EXPLORER_ASSOCIATION_MAPPING',
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
//
|
|
54
|
+
// react-dnd uses Redux under the hood and also it champions the use of plain object over class instance
|
|
55
55
|
// There is some practical reason for that (due to the potential need to serialize the item object), but as for now
|
|
56
56
|
// this way of creating the drag itm is still very convenient for us since we can do direct type comparison rather than having
|
|
57
57
|
// to use element full path, we might need follow the following threads if there are any breaking changes
|
|
@@ -79,18 +79,18 @@ const getElementProjectExplorerDnDType = (
|
|
|
79
79
|
} else if (element instanceof DataElement) {
|
|
80
80
|
return CORE_DND_TYPE.PROJECT_EXPLORER_DATA;
|
|
81
81
|
}
|
|
82
|
-
const
|
|
82
|
+
const extraDragElementClassifiers = editorStore.pluginManager
|
|
83
83
|
.getApplicationPlugins()
|
|
84
84
|
.flatMap(
|
|
85
85
|
(plugin) =>
|
|
86
86
|
(
|
|
87
87
|
plugin as DSL_LegendStudioApplicationPlugin_Extension
|
|
88
|
-
).
|
|
88
|
+
).getExtraDragElementClassifiers?.() ?? [],
|
|
89
89
|
);
|
|
90
|
-
for (const
|
|
91
|
-
const
|
|
92
|
-
if (
|
|
93
|
-
return
|
|
90
|
+
for (const classifier of extraDragElementClassifiers) {
|
|
91
|
+
const dragType = classifier(element);
|
|
92
|
+
if (dragType) {
|
|
93
|
+
return dragType;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
return CORE_DND_TYPE.NONE;
|
|
@@ -46,7 +46,6 @@ import {
|
|
|
46
46
|
filterByType,
|
|
47
47
|
} from '@finos/legend-shared';
|
|
48
48
|
import { action, flow, makeObservable, observable } from 'mobx';
|
|
49
|
-
import { getElementTypeIcon } from '../../../components/shared/ElementIconUtils.js';
|
|
50
49
|
import type { EditorSDLCState } from '../../EditorSDLCState.js';
|
|
51
50
|
import type { EditorStore } from '../../EditorStore.js';
|
|
52
51
|
import type {
|
|
@@ -56,10 +55,9 @@ import type {
|
|
|
56
55
|
|
|
57
56
|
// Testable Metadata
|
|
58
57
|
export interface TestableMetadata {
|
|
59
|
-
testable: Testable;
|
|
60
58
|
id: string;
|
|
61
59
|
name: string;
|
|
62
|
-
|
|
60
|
+
testable: Testable;
|
|
63
61
|
}
|
|
64
62
|
|
|
65
63
|
export const getTestableMetadata = (
|
|
@@ -69,7 +67,7 @@ export const getTestableMetadata = (
|
|
|
69
67
|
): TestableMetadata => {
|
|
70
68
|
if (testable instanceof PackageableElement) {
|
|
71
69
|
return {
|
|
72
|
-
testable
|
|
70
|
+
testable,
|
|
73
71
|
id:
|
|
74
72
|
getNullableIDFromTestable(
|
|
75
73
|
testable,
|
|
@@ -77,10 +75,6 @@ export const getTestableMetadata = (
|
|
|
77
75
|
editorStore.graphManagerState.pluginManager.getPureGraphManagerPlugins(),
|
|
78
76
|
) ?? uuid(),
|
|
79
77
|
name: testable.name,
|
|
80
|
-
icon: getElementTypeIcon(
|
|
81
|
-
editorStore,
|
|
82
|
-
editorStore.graphState.getPackageableElementType(testable),
|
|
83
|
-
),
|
|
84
78
|
};
|
|
85
79
|
}
|
|
86
80
|
const extraTestables = extraTestableMetadataGetters
|
|
@@ -91,7 +85,6 @@ export const getTestableMetadata = (
|
|
|
91
85
|
testable,
|
|
92
86
|
id: uuid(),
|
|
93
87
|
name: '(unknown)',
|
|
94
|
-
icon: null,
|
|
95
88
|
}
|
|
96
89
|
);
|
|
97
90
|
};
|
package/tsconfig.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"noImplicitOverride": true,
|
|
22
22
|
"noUncheckedIndexedAccess": true,
|
|
23
23
|
"exactOptionalPropertyTypes": true,
|
|
24
|
-
"forceConsistentCasingInFileNames":
|
|
24
|
+
"forceConsistentCasingInFileNames": true,
|
|
25
25
|
"outDir": "./lib",
|
|
26
26
|
"tsBuildInfoFile": "./build/prod.tsbuildinfo",
|
|
27
27
|
"rootDir": "./src",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"./src/stores/EditorSDLCState.ts",
|
|
52
52
|
"./src/stores/EditorStore.ts",
|
|
53
53
|
"./src/stores/EditorStoreTestUtils.ts",
|
|
54
|
+
"./src/stores/EmbeddedQueryBuilderState.ts",
|
|
54
55
|
"./src/stores/ExplorerTreeState.ts",
|
|
55
56
|
"./src/stores/LegendStudioAppEvent.ts",
|
|
56
57
|
"./src/stores/LegendStudioApplicationNavigationContext.ts",
|
|
@@ -85,6 +86,7 @@
|
|
|
85
86
|
"./src/stores/editor-state/element-editor-state/UMLEditorState.ts",
|
|
86
87
|
"./src/stores/editor-state/element-editor-state/connection/ConnectionEditorState.ts",
|
|
87
88
|
"./src/stores/editor-state/element-editor-state/connection/DatabaseBuilderState.ts",
|
|
89
|
+
"./src/stores/editor-state/element-editor-state/connection/PostProcessorEditorState.ts",
|
|
88
90
|
"./src/stores/editor-state/element-editor-state/data/DataEditorState.ts",
|
|
89
91
|
"./src/stores/editor-state/element-editor-state/data/EmbeddedDataState.ts",
|
|
90
92
|
"./src/stores/editor-state/element-editor-state/external-format/BindingEditorState.ts",
|
|
@@ -93,6 +95,7 @@
|
|
|
93
95
|
"./src/stores/editor-state/element-editor-state/mapping/MappingEditorState.ts",
|
|
94
96
|
"./src/stores/editor-state/element-editor-state/mapping/MappingElementDecorator.ts",
|
|
95
97
|
"./src/stores/editor-state/element-editor-state/mapping/MappingElementState.ts",
|
|
98
|
+
"./src/stores/editor-state/element-editor-state/mapping/MappingExecutionQueryBuilderState.ts",
|
|
96
99
|
"./src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts",
|
|
97
100
|
"./src/stores/editor-state/element-editor-state/mapping/MappingTestState.ts",
|
|
98
101
|
"./src/stores/editor-state/element-editor-state/mapping/PureInstanceSetImplementationState.ts",
|
|
@@ -144,6 +147,7 @@
|
|
|
144
147
|
"./src/components/Core_LegendStudioApplicationPlugin.tsx",
|
|
145
148
|
"./src/components/DSLExternalFormat_LegendStudioApplicationPlugin.tsx",
|
|
146
149
|
"./src/components/EditorComponentTestUtils.tsx",
|
|
150
|
+
"./src/components/EmbeddedQueryBuilder.tsx",
|
|
147
151
|
"./src/components/LegendStudioAppInfo.tsx",
|
|
148
152
|
"./src/components/LegendStudioApplication.tsx",
|
|
149
153
|
"./src/components/LegendStudioBaseStoreProvider.tsx",
|
|
@@ -165,8 +169,10 @@
|
|
|
165
169
|
"./src/components/editor/edit-panel/UnsupportedElementEditor.tsx",
|
|
166
170
|
"./src/components/editor/edit-panel/connection-editor/ConnectionEditor.tsx",
|
|
167
171
|
"./src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx",
|
|
172
|
+
"./src/components/editor/edit-panel/connection-editor/DatabaseEditorHelper.tsx",
|
|
168
173
|
"./src/components/editor/edit-panel/connection-editor/FlatDataConnectionEditor.tsx",
|
|
169
174
|
"./src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx",
|
|
175
|
+
"./src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx",
|
|
170
176
|
"./src/components/editor/edit-panel/data-editor/DataElementEditor.tsx",
|
|
171
177
|
"./src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx",
|
|
172
178
|
"./src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx",
|
|
@@ -188,6 +194,7 @@
|
|
|
188
194
|
"./src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationSourceSelectorModal.tsx",
|
|
189
195
|
"./src/components/editor/edit-panel/mapping-editor/MappingEditor.tsx",
|
|
190
196
|
"./src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx",
|
|
197
|
+
"./src/components/editor/edit-panel/mapping-editor/MappingExecutionQueryBuilder.tsx",
|
|
191
198
|
"./src/components/editor/edit-panel/mapping-editor/MappingExplorer.tsx",
|
|
192
199
|
"./src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx",
|
|
193
200
|
"./src/components/editor/edit-panel/mapping-editor/MappingTestsExplorer.tsx",
|
|
@@ -209,6 +216,7 @@
|
|
|
209
216
|
"./src/components/editor/edit-panel/testable/TestAssertionEditor.tsx",
|
|
210
217
|
"./src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx",
|
|
211
218
|
"./src/components/editor/edit-panel/uml-editor/ClassEditor.tsx",
|
|
219
|
+
"./src/components/editor/edit-panel/uml-editor/ClassQueryBuilder.tsx",
|
|
212
220
|
"./src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx",
|
|
213
221
|
"./src/components/editor/edit-panel/uml-editor/ProfileEditor.tsx",
|
|
214
222
|
"./src/components/editor/edit-panel/uml-editor/PropertyEditor.tsx",
|
|
@@ -242,8 +250,7 @@
|
|
|
242
250
|
"./src/components/workspace-setup/ProjectSelector.tsx",
|
|
243
251
|
"./src/components/workspace-setup/WorkspaceSelector.tsx",
|
|
244
252
|
"./src/components/workspace-setup/WorkspaceSetup.tsx",
|
|
245
|
-
"./src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx"
|
|
246
|
-
"./src/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.tsx"
|
|
253
|
+
"./src/components/workspace-setup/WorkspaceSetupStoreProvider.tsx"
|
|
247
254
|
],
|
|
248
255
|
"include": [
|
|
249
256
|
"src/**/*.ts",
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": [
|
|
4
|
+
"dom",
|
|
5
|
+
"dom.iterable",
|
|
6
|
+
"esnext",
|
|
7
|
+
"webworker",
|
|
8
|
+
"scripthost"
|
|
9
|
+
],
|
|
10
|
+
"composite": true,
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"declarationMap": true,
|
|
13
|
+
"sourceMap": true,
|
|
14
|
+
"target": "esnext",
|
|
15
|
+
"module": "nodenext",
|
|
16
|
+
"skipLibCheck": true,
|
|
17
|
+
"resolveJsonModule": true,
|
|
18
|
+
"isolatedModules": true,
|
|
19
|
+
"importsNotUsedAsValues": "error",
|
|
20
|
+
"strict": true,
|
|
21
|
+
"noImplicitOverride": true,
|
|
22
|
+
"noUncheckedIndexedAccess": true,
|
|
23
|
+
"exactOptionalPropertyTypes": true,
|
|
24
|
+
"forceConsistentCasingInFileNames": true,
|
|
25
|
+
"outDir": "./lib",
|
|
26
|
+
"tsBuildInfoFile": "./build/package.tsbuildinfo",
|
|
27
|
+
"rootDir": "./"
|
|
28
|
+
},
|
|
29
|
+
"files": [
|
|
30
|
+
"./package.json"
|
|
31
|
+
],
|
|
32
|
+
"include": [
|
|
33
|
+
"package.json"
|
|
34
|
+
],
|
|
35
|
+
"exclude": [
|
|
36
|
+
"lib"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatabaseEditorHelper.d.ts","sourceRoot":"","sources":["../../../../../../src/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH,OAAO,EACL,KAAK,kBAAkB,EAmBxB,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,uBAAuB,SAAU,kBAAkB,KAAG,MAuClE,CAAC;AAEF,eAAO,MAAM,oBAAoB,SACzB,kBAAkB,KACvB,MAAM,SA2CR,CAAC"}
|
package/lib/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DatabaseEditorHelper.js","sourceRoot":"","sources":["../../../../../../src/stores/editor-state/element-editor-state/mapping/relational/DatabaseEditorHelper.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,cAAc,EACd,UAAU,EACV,SAAS,EACT,WAAW,EACX,kBAAkB,EAClB,cAAc,EACd,iBAAiB,GAClB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAEL,IAAI,EACJ,MAAM,EACN,GAAG,EACH,KAAK,EACL,IAAI,EACJ,SAAS,EACT,OAAO,EACP,OAAO,EACP,SAAS,EACT,IAAI,EACJ,OAAO,EACP,MAAM,EACN,KAAK,EACL,OAAO,EACP,OAAO,EACP,QAAQ,EACR,MAAM,EACN,cAAc,GACf,MAAM,qBAAqB,CAAC;AAE7B,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,IAAwB,EAAU,EAAE;IAC1E,IAAI,IAAI,YAAY,OAAO,EAAE;QAC3B,OAAO,WAAW,IAAI,CAAC,IAAI,GAAG,CAAC;KAChC;SAAM,IAAI,IAAI,YAAY,IAAI,EAAE;QAC/B,OAAO,QAAQ,IAAI,CAAC,IAAI,GAAG,CAAC;KAC7B;SAAM,IAAI,IAAI,YAAY,SAAS,EAAE;QACpC,OAAO,aAAa,IAAI,CAAC,IAAI,GAAG,CAAC;KAClC;SAAM,IAAI,IAAI,YAAY,MAAM,EAAE;QACjC,OAAO,UAAU,IAAI,CAAC,IAAI,GAAG,CAAC;KAC/B;SAAM,IAAI,IAAI,YAAY,GAAG,EAAE;QAC9B,OAAO,KAAK,CAAC;KACd;SAAM,IAAI,IAAI,YAAY,OAAO,EAAE;QAClC,OAAO,WAAW,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,KAAK,GAAG,CAAC;KACnD;SAAM,IAAI,IAAI,YAAY,OAAO,EAAE;QAClC,OAAO,WAAW,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,KAAK,GAAG,CAAC;KACnD;SAAM,IAAI,IAAI,YAAY,MAAM,EAAE;QACjC,OAAO,QAAQ,CAAC;KACjB;SAAM,IAAI,IAAI,YAAY,KAAK,EAAE;QAChC,OAAO,OAAO,CAAC;KAChB;SAAM,IAAI,IAAI,YAAY,IAAI,EAAE;QAC/B,OAAO,MAAM,CAAC;KACf;SAAM,IAAI,IAAI,YAAY,OAAO,EAAE;QAClC,OAAO,KAAK,CAAC;KACd;SAAM,IAAI,IAAI,YAAY,MAAM,EAAE;QACjC,OAAO,QAAQ,CAAC;KACjB;SAAM,IAAI,IAAI,YAAY,QAAQ,EAAE;QACnC,OAAO,UAAU,CAAC;KACnB;SAAM,IAAI,IAAI,YAAY,OAAO,EAAE;QAClC,OAAO,SAAS,CAAC;KAClB;SAAM,IAAI,IAAI,YAAY,IAAI,EAAE;QAC/B,OAAO,MAAM,CAAC;KACf;SAAM,IAAI,IAAI,YAAY,SAAS,EAAE;QACpC,OAAO,WAAW,CAAC;KACpB;SAAM,IAAI,IAAI,YAAY,KAAK,EAAE;QAChC,OAAO,OAAO,CAAC;KAChB;SAAM,IAAI,IAAI,YAAY,cAAc,EAAE;QACzC,OAAO,iBAAiB,CAAC;KAC1B;IACD,OAAO,WAAW,CAAC;AACrB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAClC,IAAwB,EACP,EAAE;IACnB,IAAI,IAAI,YAAY,OAAO,IAAI,IAAI,YAAY,IAAI,EAAE;QACnD,OAAO,CACL,KAAC,cAAc,IAAC,SAAS,EAAC,+DAA+D,GAAG,CAC7F,CAAC;KACH;SAAM,IAAI,IAAI,YAAY,SAAS,IAAI,IAAI,YAAY,MAAM,EAAE;QAC9D,OAAO,CACL,KAAC,cAAc,IAAC,SAAS,EAAC,+DAA+D,GAAG,CAC7F,CAAC;KACH;SAAM,IAAI,IAAI,YAAY,GAAG,EAAE;QAC9B,OAAO,CACL,KAAC,UAAU,IAAC,SAAS,EAAC,gEAAgE,GAAG,CAC1F,CAAC;KACH;SAAM,IACL,IAAI,YAAY,OAAO;QACvB,IAAI,YAAY,OAAO;QACvB,IAAI,YAAY,MAAM;QACtB,IAAI,YAAY,KAAK;QACrB,IAAI,YAAY,IAAI;QACpB,IAAI,YAAY,OAAO;QACvB,IAAI,YAAY,MAAM;QACtB,IAAI,YAAY,QAAQ;QACxB,IAAI,YAAY,OAAO,EACvB;QACA,OAAO,CACL,KAAC,WAAW,IAAC,SAAS,EAAC,+DAA+D,GAAG,CAC1F,CAAC;KACH;SAAM,IAAI,IAAI,YAAY,IAAI,IAAI,IAAI,YAAY,SAAS,EAAE;QAC5D,OAAO,CACL,KAAC,SAAS,IAAC,SAAS,EAAC,6DAA6D,GAAG,CACtF,CAAC;KACH;SAAM,IAAI,IAAI,YAAY,cAAc,EAAE;QACzC,OAAO,CACL,KAAC,iBAAiB,IAAC,SAAS,EAAC,wEAAwE,GAAG,CACzG,CAAC;KACH;SAAM,IAAI,IAAI,YAAY,KAAK,EAAE;QAChC,OAAO,CACL,KAAC,kBAAkB,IAAC,SAAS,EAAC,gEAAgE,GAAG,CAClG,CAAC;KACH;IACD,OAAO,CACL,KAAC,kBAAkB,IAAC,SAAS,EAAC,gEAAgE,GAAG,CAClG,CAAC;AACJ,CAAC,CAAC"}
|