@finos/legend-application-studio 18.1.0 → 19.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 +3 -9
- package/lib/application/LegendStudio.js.map +1 -1
- package/lib/components/Core_LegendStudioApplicationPlugin.d.ts +2 -1
- package/lib/components/Core_LegendStudioApplicationPlugin.d.ts.map +1 -1
- package/lib/components/Core_LegendStudioApplicationPlugin.js +5 -1
- package/lib/components/Core_LegendStudioApplicationPlugin.js.map +1 -1
- package/lib/components/EditorComponentTestUtils.d.ts.map +1 -1
- package/lib/components/EditorComponentTestUtils.js +3 -3
- package/lib/components/EditorComponentTestUtils.js.map +1 -1
- package/lib/components/LegendStudioApplication.d.ts.map +1 -1
- package/lib/components/LegendStudioApplication.js +11 -8
- package/lib/components/LegendStudioApplication.js.map +1 -1
- package/lib/components/editor/ActivityBar.d.ts.map +1 -1
- package/lib/components/editor/ActivityBar.js +13 -18
- 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 +58 -95
- 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 +4 -6
- 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/command-center/ProjectSearchCommand.d.ts.map +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.js +1 -1
- package/lib/components/editor/command-center/ProjectSearchCommand.js.map +1 -1
- package/lib/components/editor/edit-panel/EditPanel.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/EditPanel.js +5 -5
- package/lib/components/editor/edit-panel/EditPanel.js.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/FileGenerationViewer.js +2 -2
- package/lib/components/editor/edit-panel/FileGenerationViewer.js.map +1 -1
- package/lib/components/editor/edit-panel/FunctionEditor.js +2 -2
- package/lib/components/editor/edit-panel/FunctionEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/GrammarTextEditor.js +4 -16
- 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 +6 -32
- package/lib/components/editor/edit-panel/ModelImporter.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js +2 -3
- package/lib/components/editor/edit-panel/connection-editor/DatabaseBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.js +14 -15
- 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.map +1 -1
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js +12 -6
- package/lib/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/DataElementEditor.d.ts.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.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js +3 -4
- package/lib/components/editor/edit-panel/data-editor/EmbeddedDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.js +7 -8
- 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 +3 -3
- package/lib/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.js.map +1 -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/ElementGenerationEditor.js +4 -5
- package/lib/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.js +2 -3
- package/lib/components/editor/edit-panel/element-generation-editor/ElementNativeView.js.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.js +2 -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_SchemaSetElementEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js +2 -3
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.js +2 -3
- package/lib/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.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/InstanceSetImplementationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js +5 -9
- package/lib/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.js.map +1 -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 +12 -15
- package/lib/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js +9 -12
- package/lib/components/editor/edit-panel/mapping-editor/MappingTestEditor.js.map +1 -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 -5
- package/lib/components/editor/edit-panel/mapping-editor/NewMappingElementModal.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/PurePropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js +4 -4
- package/lib/components/editor/edit-panel/mapping-editor/relational/RelationalPropertyMappingEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js +17 -41
- package/lib/components/editor/edit-panel/project-configuration-editor/ProjectConfigurationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.js +4 -5
- package/lib/components/editor/edit-panel/service-editor/NewServiceModal.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionEditor.js +16 -16
- 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 +6 -7
- package/lib/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js +9 -9
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.js +5 -5
- 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.map +1 -1
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js +4 -2
- package/lib/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js +2 -3
- package/lib/components/editor/edit-panel/testable/TestAssertionEditor.js.map +1 -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 +7 -5
- package/lib/components/editor/edit-panel/uml-editor/AssociationEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js +12 -8
- package/lib/components/editor/edit-panel/uml-editor/ClassEditor.js.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.d.ts.map +1 -1
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js +7 -5
- package/lib/components/editor/edit-panel/uml-editor/EnumerationEditor.js.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.d.ts.map +1 -1
- package/lib/components/editor/side-bar/CreateNewElementModal.js +4 -5
- package/lib/components/editor/side-bar/CreateNewElementModal.js.map +1 -1
- package/lib/components/editor/side-bar/Explorer.d.ts.map +1 -1
- package/lib/components/editor/side-bar/Explorer.js +10 -7
- package/lib/components/editor/side-bar/Explorer.js.map +1 -1
- package/lib/components/editor/side-bar/WorkflowManager.js +3 -5
- 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 +5 -32
- package/lib/components/editor/side-bar/WorkspaceReview.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 -26
- package/lib/components/editor/side-bar/WorkspaceUpdater.js.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.d.ts.map +1 -1
- package/lib/components/editor/side-bar/testable/GlobalTestRunner.js +3 -4
- 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 +19 -33
- 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 +4 -19
- package/lib/components/shared/DiffView.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReview.js +8 -6
- package/lib/components/workspace-review/WorkspaceReview.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewPanel.d.ts.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewPanel.js +2 -2
- package/lib/components/workspace-review/WorkspaceReviewPanel.js.map +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js +1 -1
- package/lib/components/workspace-review/WorkspaceReviewSideBar.js.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.d.ts.map +1 -1
- package/lib/components/workspace-setup/CreateProjectModal.js +10 -6
- package/lib/components/workspace-setup/CreateProjectModal.js.map +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.d.ts.map +1 -1
- package/lib/components/workspace-setup/CreateWorkspaceModal.js +4 -5
- package/lib/components/workspace-setup/CreateWorkspaceModal.js.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.d.ts.map +1 -1
- package/lib/components/workspace-setup/WorkspaceSetup.js +4 -1
- 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 +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/package.json +5 -7
- package/lib/stores/EditorConfig.d.ts +0 -28
- package/lib/stores/EditorConfig.d.ts.map +1 -1
- package/lib/stores/EditorConfig.js +0 -29
- package/lib/stores/EditorConfig.js.map +1 -1
- package/lib/stores/EditorGraphState.d.ts.map +1 -1
- package/lib/stores/EditorGraphState.js +8 -8
- package/lib/stores/EditorGraphState.js.map +1 -1
- package/lib/stores/EditorSDLCState.d.ts.map +1 -1
- package/lib/stores/EditorSDLCState.js +4 -2
- package/lib/stores/EditorSDLCState.js.map +1 -1
- package/lib/stores/EditorStore.d.ts +27 -30
- package/lib/stores/EditorStore.d.ts.map +1 -1
- package/lib/stores/EditorStore.js +183 -146
- package/lib/stores/EditorStore.js.map +1 -1
- package/lib/stores/EmbeddedQueryBuilderState.d.ts +1 -1
- package/lib/stores/EmbeddedQueryBuilderState.d.ts.map +1 -1
- package/lib/stores/EmbeddedQueryBuilderState.js +7 -8
- package/lib/stores/EmbeddedQueryBuilderState.js.map +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts +1 -1
- package/lib/stores/LegendStudioBaseStore.d.ts.map +1 -1
- package/lib/stores/LegendStudioBaseStore.js +25 -17
- package/lib/stores/LegendStudioBaseStore.js.map +1 -1
- package/lib/stores/LegendStudioCommand.d.ts +32 -0
- package/lib/stores/LegendStudioCommand.d.ts.map +1 -0
- package/lib/stores/LegendStudioCommand.js +81 -0
- package/lib/stores/LegendStudioCommand.js.map +1 -0
- package/lib/stores/LegendStudioRouter.d.ts +15 -15
- package/lib/stores/LegendStudioRouter.d.ts.map +1 -1
- package/lib/stores/LegendStudioRouter.js +37 -24
- package/lib/stores/LegendStudioRouter.js.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.d.ts.map +1 -1
- package/lib/stores/editor-state/GraphGenerationState.js +2 -3
- package/lib/stores/editor-state/GraphGenerationState.js.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.d.ts.map +1 -1
- package/lib/stores/editor-state/ModelImporterState.js +21 -21
- package/lib/stores/editor-state/ModelImporterState.js.map +1 -1
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js +2 -2
- package/lib/stores/editor-state/ProjectConfigurationEditorState.js.map +1 -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 +1 -3
- package/lib/stores/editor-state/element-editor-state/mapping/MappingExecutionState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js +1 -3
- package/lib/stores/editor-state/element-editor-state/service/ServiceRegistrationState.js.map +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.d.ts.map +1 -1
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js +2 -2
- package/lib/stores/editor-state/element-editor-state/testable/TestAssertionState.js.map +1 -1
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts +2 -4
- package/lib/stores/project-viewer/ProjectViewerStore.d.ts.map +1 -1
- package/lib/stores/project-viewer/ProjectViewerStore.js +45 -44
- package/lib/stores/project-viewer/ProjectViewerStore.js.map +1 -1
- package/lib/stores/shared/MockDataUtils.d.ts.map +1 -1
- package/lib/stores/shared/MockDataUtils.js +3 -4
- package/lib/stores/shared/MockDataUtils.js.map +1 -1
- package/lib/stores/shared/testable/TestableUtils.d.ts.map +1 -1
- package/lib/stores/shared/testable/TestableUtils.js +6 -6
- package/lib/stores/shared/testable/TestableUtils.js.map +1 -1
- 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 +28 -10
- package/lib/stores/sidebar-state/LocalChangesState.js.map +1 -1
- package/lib/stores/sidebar-state/ProjectOverviewState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/ProjectOverviewState.js +3 -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 +10 -10
- package/lib/stores/sidebar-state/WorkspaceReviewState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceSyncState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceSyncState.js +6 -8
- package/lib/stores/sidebar-state/WorkspaceSyncState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js +20 -17
- package/lib/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.js.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.d.ts.map +1 -1
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js +8 -7
- package/lib/stores/sidebar-state/WorkspaceUpdaterState.js.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 +14 -16
- package/src/application/LegendStudio.tsx +3 -9
- package/src/components/Core_LegendStudioApplicationPlugin.tsx +9 -0
- package/src/components/EditorComponentTestUtils.tsx +8 -2
- package/src/components/LegendStudioApplication.tsx +28 -8
- package/src/components/editor/ActivityBar.tsx +35 -73
- package/src/components/editor/Editor.tsx +135 -172
- package/src/components/editor/StatusBar.tsx +16 -13
- package/src/components/editor/aux-panel/AuxiliaryPanel.tsx +1 -1
- package/src/components/editor/command-center/ProjectSearchCommand.tsx +12 -16
- package/src/components/editor/edit-panel/EditPanel.tsx +14 -22
- package/src/components/editor/edit-panel/FileGenerationViewer.tsx +9 -11
- package/src/components/editor/edit-panel/FunctionEditor.tsx +2 -2
- package/src/components/editor/edit-panel/GrammarTextEditor.tsx +2 -18
- package/src/components/editor/edit-panel/ModelImporter.tsx +10 -38
- package/src/components/editor/edit-panel/connection-editor/DatabaseBuilder.tsx +2 -2
- package/src/components/editor/edit-panel/connection-editor/RelationalDatabaseConnectionEditor.tsx +32 -33
- package/src/components/editor/edit-panel/connection-editor/post-processor-editor/MapperPostProcessorEditor.tsx +28 -23
- package/src/components/editor/edit-panel/data-editor/DataElementEditor.tsx +8 -9
- package/src/components/editor/edit-panel/data-editor/EmbeddedDataEditor.tsx +8 -10
- package/src/components/editor/edit-panel/data-editor/RelationalCSVDataEditor.tsx +7 -8
- package/src/components/editor/edit-panel/diff-editor/EntityChangeConflictEditor.tsx +2 -2
- package/src/components/editor/edit-panel/element-generation-editor/ElementGenerationEditor.tsx +9 -5
- package/src/components/editor/edit-panel/element-generation-editor/ElementNativeView.tsx +2 -2
- package/src/components/editor/edit-panel/element-generation-editor/FileGenerationEditor.tsx +5 -3
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetElementEditor.tsx +2 -3
- package/src/components/editor/edit-panel/external-format-editor/DSL_ExternalFormat_SchemaSetModelGenerationEditor.tsx +2 -3
- package/src/components/editor/edit-panel/mapping-editor/FlatDataPropertyMappingEditor.tsx +3 -3
- package/src/components/editor/edit-panel/mapping-editor/InstanceSetImplementationEditor.tsx +5 -9
- package/src/components/editor/edit-panel/mapping-editor/MappingExecutionBuilder.tsx +23 -27
- package/src/components/editor/edit-panel/mapping-editor/MappingTestEditor.tsx +20 -24
- package/src/components/editor/edit-panel/mapping-editor/NewMappingElementModal.tsx +4 -5
- 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/project-configuration-editor/ProjectConfigurationEditor.tsx +57 -75
- package/src/components/editor/edit-panel/service-editor/NewServiceModal.tsx +7 -5
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionEditor.tsx +16 -16
- package/src/components/editor/edit-panel/service-editor/ServiceExecutionQueryEditor.tsx +15 -14
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestDataEditor.tsx +9 -9
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestableEditor.tsx +5 -5
- package/src/components/editor/edit-panel/service-editor/testable/ServiceTestsEditor.tsx +4 -2
- package/src/components/editor/edit-panel/testable/TestAssertionEditor.tsx +2 -3
- package/src/components/editor/edit-panel/uml-editor/AssociationEditor.tsx +12 -5
- package/src/components/editor/edit-panel/uml-editor/ClassEditor.tsx +17 -11
- package/src/components/editor/edit-panel/uml-editor/EnumerationEditor.tsx +14 -5
- package/src/components/editor/side-bar/CreateNewElementModal.tsx +4 -5
- package/src/components/editor/side-bar/Explorer.tsx +31 -32
- package/src/components/editor/side-bar/WorkflowManager.tsx +3 -3
- package/src/components/editor/side-bar/WorkspaceReview.tsx +5 -35
- package/src/components/editor/side-bar/WorkspaceUpdater.tsx +2 -31
- package/src/components/editor/side-bar/testable/GlobalTestRunner.tsx +3 -4
- package/src/components/project-viewer/ProjectViewer.tsx +65 -78
- package/src/components/shared/DiffView.tsx +3 -22
- package/src/components/workspace-review/WorkspaceReview.tsx +26 -16
- package/src/components/workspace-review/WorkspaceReviewPanel.tsx +5 -9
- package/src/components/workspace-review/WorkspaceReviewSideBar.tsx +1 -1
- package/src/components/workspace-setup/CreateProjectModal.tsx +14 -10
- package/src/components/workspace-setup/CreateWorkspaceModal.tsx +6 -5
- package/src/components/workspace-setup/WorkspaceSetup.tsx +6 -1
- package/src/index.ts +0 -1
- package/src/stores/EditorConfig.ts +0 -30
- package/src/stores/EditorGraphState.ts +9 -8
- package/src/stores/EditorSDLCState.ts +4 -2
- package/src/stores/EditorStore.ts +231 -245
- package/src/stores/EmbeddedQueryBuilderState.ts +14 -9
- package/src/stores/LegendStudioBaseStore.ts +33 -24
- package/src/stores/LegendStudioCommand.ts +83 -0
- package/src/stores/LegendStudioRouter.ts +50 -41
- package/src/stores/editor-state/GraphGenerationState.ts +3 -2
- package/src/stores/editor-state/ModelImporterState.ts +35 -23
- package/src/stores/editor-state/ProjectConfigurationEditorState.ts +2 -2
- package/src/stores/editor-state/element-editor-state/mapping/MappingExecutionState.ts +1 -3
- package/src/stores/editor-state/element-editor-state/service/ServiceRegistrationState.ts +1 -3
- package/src/stores/editor-state/element-editor-state/testable/TestAssertionState.ts +2 -1
- package/src/stores/project-viewer/ProjectViewerStore.ts +65 -59
- package/src/stores/shared/MockDataUtils.ts +4 -3
- package/src/stores/shared/testable/TestableUtils.ts +6 -5
- package/src/stores/sidebar-state/LocalChangesState.ts +29 -9
- package/src/stores/sidebar-state/ProjectOverviewState.ts +4 -2
- package/src/stores/sidebar-state/WorkspaceReviewState.ts +11 -10
- package/src/stores/sidebar-state/WorkspaceSyncState.ts +6 -8
- package/src/stores/sidebar-state/WorkspaceUpdateConflictResolutionState.ts +20 -17
- package/src/stores/sidebar-state/WorkspaceUpdaterState.ts +8 -7
- package/src/stores/workspace-setup/WorkspaceSetupStore.ts +6 -6
- package/tsconfig.json +1 -2
- package/lib/components/shared/StudioLambdaEditor.d.ts +0 -41
- package/lib/components/shared/StudioLambdaEditor.d.ts.map +0 -1
- package/lib/components/shared/StudioLambdaEditor.js +0 -53
- package/lib/components/shared/StudioLambdaEditor.js.map +0 -1
- package/lib/components/shared/StudioTextInputEditor.d.ts +0 -28
- package/lib/components/shared/StudioTextInputEditor.d.ts.map +0 -1
- package/lib/components/shared/StudioTextInputEditor.js +0 -36
- package/lib/components/shared/StudioTextInputEditor.js.map +0 -1
- package/src/components/shared/StudioLambdaEditor.tsx +0 -146
- package/src/components/shared/StudioTextInputEditor.tsx +0 -83
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorSDLCState.d.ts","sourceRoot":"","sources":["../../src/stores/EditorSDLCState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAEL,KAAK,WAAW,EAOjB,MAAM,sBAAsB,CAAC;AAI9B,OAAO,EACL,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,QAAQ,EACR,OAAO,EACP,QAAQ,EAER,OAAO,EACP,SAAS,EAEV,MAAM,2BAA2B,CAAC;AAGnC,eAAO,MAAM,gBAAgB,MAAO,UAAU,KAAK,UAAU,KAAG,MAG7D,CAAC;AAEJ,qBAAa,eAAe;IAC1B,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,gBAAgB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IACzC,uBAAuB,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/C,eAAe,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACvC,mBAAmB,UAAS;IAC5B,kBAAkB,EAAE,QAAQ,EAAE,CAAM;IACpC,eAAe,EAAE,OAAO,EAAE,CAAM;IAChC,+BAA+B,UAAS;IACxC,yBAAyB,UAAS;IAClC,iBAAiB,UAAS;gBAEd,WAAW,EAAE,WAAW;IAYpC,IAAI,aAAa,IAAI,OAAO,CAK3B;IAED,IAAI,eAAe,IAAI,SAAS,CAK/B;IAED,IAAI,cAAc,IAAI,QAAQ,CAK7B;IAED,IAAI,6BAA6B,IAAI,QAAQ,CAK5C;IAED,IAAI,oBAAoB,IAAI,OAAO,CAElC;IAED,iBAAiB,QAAS,OAAO,KAAG,IAAI,CAEtC;IACF,mBAAmB,QAAS,SAAS,KAAG,IAAI,CAE1C;IACF,kBAAkB,QAAS,QAAQ,KAAG,IAAI,CAExC;IAEF,0BAA0B,QAAS,QAAQ,KAAG,IAAI,CAEhD;IAED,mBAAmB,CAClB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE;QAAE,oBAAoB,CAAC,EAAE,OAAO,CAAA;KAAE,GAC3C,WAAW,CAAC,IAAI,CAAC;IAsBnB,qBAAqB,CACpB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE;QAAE,oBAAoB,CAAC,EAAE,OAAO,CAAA;KAAE,GAC3C,WAAW,CAAC,IAAI,CAAC;IA8BnB,oBAAoB,IAAI,WAAW,CAAC,IAAI,CAAC;IAmBzC,iDAAiD,IAAI,WAAW,CAAC,OAAO,CAAC;IAOzE,4BAA4B,CAC3B,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,SAAS,GACnB,WAAW,CAAC,IAAI,CAAC;IA6BnB,oBAAoB,CACnB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,SAAS,GACnB,WAAW,CAAC,IAAI,CAAC;IA2BnB,0BAA0B,IAAI,WAAW,CAAC,IAAI,CAAC;IAwBhD,iCAAiC,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"EditorSDLCState.d.ts","sourceRoot":"","sources":["../../src/stores/EditorSDLCState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAEL,KAAK,WAAW,EAOjB,MAAM,sBAAsB,CAAC;AAI9B,OAAO,EACL,KAAK,UAAU,EACf,KAAK,aAAa,EAClB,QAAQ,EACR,OAAO,EACP,QAAQ,EAER,OAAO,EACP,SAAS,EAEV,MAAM,2BAA2B,CAAC;AAGnC,eAAO,MAAM,gBAAgB,MAAO,UAAU,KAAK,UAAU,KAAG,MAG7D,CAAC;AAEJ,qBAAa,eAAe;IAC1B,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,gBAAgB,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IACzC,uBAAuB,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC/C,eAAe,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACvC,mBAAmB,UAAS;IAC5B,kBAAkB,EAAE,QAAQ,EAAE,CAAM;IACpC,eAAe,EAAE,OAAO,EAAE,CAAM;IAChC,+BAA+B,UAAS;IACxC,yBAAyB,UAAS;IAClC,iBAAiB,UAAS;gBAEd,WAAW,EAAE,WAAW;IAYpC,IAAI,aAAa,IAAI,OAAO,CAK3B;IAED,IAAI,eAAe,IAAI,SAAS,CAK/B;IAED,IAAI,cAAc,IAAI,QAAQ,CAK7B;IAED,IAAI,6BAA6B,IAAI,QAAQ,CAK5C;IAED,IAAI,oBAAoB,IAAI,OAAO,CAElC;IAED,iBAAiB,QAAS,OAAO,KAAG,IAAI,CAEtC;IACF,mBAAmB,QAAS,SAAS,KAAG,IAAI,CAE1C;IACF,kBAAkB,QAAS,QAAQ,KAAG,IAAI,CAExC;IAEF,0BAA0B,QAAS,QAAQ,KAAG,IAAI,CAEhD;IAED,mBAAmB,CAClB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE;QAAE,oBAAoB,CAAC,EAAE,OAAO,CAAA;KAAE,GAC3C,WAAW,CAAC,IAAI,CAAC;IAsBnB,qBAAqB,CACpB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE;QAAE,oBAAoB,CAAC,EAAE,OAAO,CAAA;KAAE,GAC3C,WAAW,CAAC,IAAI,CAAC;IA8BnB,oBAAoB,IAAI,WAAW,CAAC,IAAI,CAAC;IAmBzC,iDAAiD,IAAI,WAAW,CAAC,OAAO,CAAC;IAOzE,4BAA4B,CAC3B,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,SAAS,GACnB,WAAW,CAAC,IAAI,CAAC;IA6BnB,oBAAoB,CACnB,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,SAAS,GACnB,WAAW,CAAC,IAAI,CAAC;IA2BnB,0BAA0B,IAAI,WAAW,CAAC,IAAI,CAAC;IAwBhD,iCAAiC,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAkBpD,6CAA6C,IAAI,WAAW,CAAC,IAAI,CAAC;IAsDlE,2CAA2C,IAAI,WAAW,CAAC,IAAI,CAAC;IA8BhE,2CAA2C,IAAI,WAAW,CAAC,IAAI,CAAC;IA6BhE,uBAAuB,IAAI,WAAW,CAAC,IAAI,CAAC;CAkB9C"}
|
|
@@ -170,13 +170,15 @@ export class EditorSDLCState {
|
|
|
170
170
|
!this.currentWorkspace ||
|
|
171
171
|
(error instanceof NetworkClientError &&
|
|
172
172
|
error.response.status === HttpStatus.NOT_FOUND)) {
|
|
173
|
-
this.editorStore.setBlockingAlert({
|
|
173
|
+
this.editorStore.applicationStore.setBlockingAlert({
|
|
174
174
|
message: 'Current project or workspace no longer exists',
|
|
175
175
|
prompt: 'Please refresh the application',
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
178
|
else {
|
|
179
|
-
this.editorStore.setBlockingAlert({
|
|
179
|
+
this.editorStore.applicationStore.setBlockingAlert({
|
|
180
|
+
message: error.message,
|
|
181
|
+
});
|
|
180
182
|
}
|
|
181
183
|
}
|
|
182
184
|
*buildWorkspaceLatestRevisionEntityHashesIndex() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorSDLCState.js","sourceRoot":"","sources":["../../src/stores/EditorSDLCState.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"EditorSDLCState.js","sourceRoot":"","sources":["../../src/stores/EditorSDLCState.ts"],"names":[],"mappings":"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"}
|
|
@@ -35,13 +35,14 @@ import { EntityChangeConflictEditorState } from './editor-state/entity-diff-edit
|
|
|
35
35
|
import type { GenerationFile } from './shared/FileGenerationTreeUtils.js';
|
|
36
36
|
import type { ElementFileGenerationState } from './editor-state/element-editor-state/ElementFileGenerationState.js';
|
|
37
37
|
import { DevToolState } from './aux-panel-state/DevToolState.js';
|
|
38
|
-
import {
|
|
38
|
+
import { type WorkspaceEditorPathParams } from './LegendStudioRouter.js';
|
|
39
|
+
import { NonBlockingDialogState, PanelDisplayState } from '@finos/legend-art';
|
|
39
40
|
import type { Entity } from '@finos/legend-storage';
|
|
40
|
-
import {
|
|
41
|
+
import { WorkspaceType, type SDLCServerClient } from '@finos/legend-server-sdlc';
|
|
41
42
|
import { type PackageableElement, type GraphManagerState } from '@finos/legend-graph';
|
|
42
43
|
import type { DepotServerClient } from '@finos/legend-server-depot';
|
|
43
44
|
import type { LegendStudioPluginManager } from '../application/LegendStudioPluginManager.js';
|
|
44
|
-
import { type
|
|
45
|
+
import { type CommandRegistrar } from '@finos/legend-application';
|
|
45
46
|
import type { EditorMode } from './editor/EditorMode.js';
|
|
46
47
|
import { WorkspaceUpdateConflictResolutionState } from './sidebar-state/WorkspaceUpdateConflictResolutionState.js';
|
|
47
48
|
import { GlobalTestRunnerState } from './sidebar-state/testable/GlobalTestRunnerState.js';
|
|
@@ -54,17 +55,13 @@ export declare abstract class EditorExtensionState {
|
|
|
54
55
|
*/
|
|
55
56
|
private readonly _$nominalTypeBrand;
|
|
56
57
|
}
|
|
57
|
-
export declare class EditorStore {
|
|
58
|
+
export declare class EditorStore implements CommandRegistrar {
|
|
58
59
|
applicationStore: LegendStudioApplicationStore;
|
|
59
60
|
sdlcServerClient: SDLCServerClient;
|
|
60
61
|
depotServerClient: DepotServerClient;
|
|
61
62
|
pluginManager: LegendStudioPluginManager;
|
|
62
63
|
editorMode: EditorMode;
|
|
63
|
-
setEditorMode(val: EditorMode): void;
|
|
64
64
|
mode: EDITOR_MODE;
|
|
65
|
-
setMode(val: EDITOR_MODE): void;
|
|
66
|
-
get isInViewerMode(): boolean;
|
|
67
|
-
get isInConflictResolutionMode(): boolean;
|
|
68
65
|
editorExtensionStates: EditorExtensionState[];
|
|
69
66
|
explorerTreeState: ExplorerTreeState;
|
|
70
67
|
sdlcState: EditorSDLCState;
|
|
@@ -84,16 +81,13 @@ export declare class EditorStore {
|
|
|
84
81
|
devToolState: DevToolState;
|
|
85
82
|
embeddedQueryBuilderState: EmbeddedQueryBuilderState;
|
|
86
83
|
newElementState: NewElementState;
|
|
87
|
-
|
|
84
|
+
initialEntityPath?: string | undefined;
|
|
88
85
|
initState: ActionState;
|
|
89
86
|
graphEditMode: GRAPH_EDITOR_MODE;
|
|
90
87
|
activeAuxPanelMode: AUX_PANEL_MODE;
|
|
91
88
|
auxPanelDisplayState: PanelDisplayState;
|
|
92
89
|
activeActivity?: ACTIVITY_MODE;
|
|
93
90
|
sideBarDisplayState: PanelDisplayState;
|
|
94
|
-
blockGlobalHotkeys: boolean;
|
|
95
|
-
readonly defaultHotkeys: HotkeyConfiguration[];
|
|
96
|
-
hotkeys: HotkeyConfiguration[];
|
|
97
91
|
currentEditorState?: EditorState | undefined;
|
|
98
92
|
openedEditorStates: EditorState[];
|
|
99
93
|
/**
|
|
@@ -102,25 +96,26 @@ export declare class EditorStore {
|
|
|
102
96
|
*/
|
|
103
97
|
elementGenerationStates: ElementFileGenerationState[];
|
|
104
98
|
searchElementCommandState: NonBlockingDialogState;
|
|
105
|
-
ignoreNavigationBlocking: boolean;
|
|
106
|
-
isDevToolEnabled: boolean;
|
|
107
99
|
constructor(applicationStore: LegendStudioApplicationStore, sdlcServerClient: SDLCServerClient, depotServerClient: DepotServerClient, graphManagerState: GraphManagerState);
|
|
108
100
|
get isInitialized(): boolean;
|
|
109
101
|
get isInGrammarTextMode(): boolean;
|
|
110
102
|
get isInFormMode(): boolean;
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
103
|
+
get isInViewerMode(): boolean;
|
|
104
|
+
get isInConflictResolutionMode(): boolean;
|
|
105
|
+
/**
|
|
106
|
+
* TODO?: we should really think of how we could simplify the trigger condition below
|
|
107
|
+
* after we refactor editor modes
|
|
108
|
+
*
|
|
109
|
+
* See https://github.com/finos/legend-studio/issues/317
|
|
110
|
+
*/
|
|
111
|
+
createEditorCommandTrigger(additionalChecker?: () => boolean): () => boolean;
|
|
112
|
+
setEditorMode(val: EditorMode): void;
|
|
113
|
+
setMode(val: EDITOR_MODE): void;
|
|
122
114
|
cleanUp(): void;
|
|
115
|
+
registerCommands(): void;
|
|
116
|
+
deregisterCommands(): void;
|
|
123
117
|
reset(): void;
|
|
118
|
+
internalizeEntityPath(params: WorkspaceEditorPathParams): void;
|
|
124
119
|
/**
|
|
125
120
|
* This is the entry of the app logic where the initialization of editor states happens
|
|
126
121
|
* Here, we ensure the order of calls after checking existence of current project and workspace
|
|
@@ -131,22 +126,25 @@ export declare class EditorStore {
|
|
|
131
126
|
private initStandardMode;
|
|
132
127
|
private initConflictResolutionMode;
|
|
133
128
|
buildGraph(graphEntities?: Entity[]): GeneratorFn<void>;
|
|
129
|
+
setCurrentEditorState(val: EditorState | undefined): void;
|
|
134
130
|
getCurrentEditorState<T extends EditorState>(clazz: Clazz<T>): T;
|
|
135
131
|
getEditorExtensionState<T extends EditorExtensionState>(clazz: Clazz<T>): T;
|
|
136
|
-
setGraphEditMode(graphEditor: GRAPH_EDITOR_MODE): void;
|
|
137
|
-
setActiveActivity(activity: ACTIVITY_MODE, options?: {
|
|
138
|
-
keepShowingIfMatchedCurrent?: boolean;
|
|
139
|
-
}): void;
|
|
140
132
|
closeState(editorState: EditorState): void;
|
|
141
133
|
closeAllOtherStates(editorState: EditorState): void;
|
|
142
134
|
closeAllStates(): void;
|
|
143
135
|
openState(editorState: EditorState): void;
|
|
136
|
+
refreshCurrentEntityDiffEditorState(): void;
|
|
144
137
|
openEntityDiff(entityDiffEditorState: EntityDiffViewState): void;
|
|
145
138
|
openEntityChangeConflict(entityChangeConflictEditorState: EntityChangeConflictEditorState): void;
|
|
146
139
|
/**
|
|
147
140
|
* This method helps open editor that only exists one instance at at time such as model-loader, project config, settings ...
|
|
148
141
|
*/
|
|
149
142
|
openSingletonEditorState(singularEditorState: ModelImporterState | ProjectConfigurationEditorState): void;
|
|
143
|
+
setGraphEditMode(graphEditor: GRAPH_EDITOR_MODE): void;
|
|
144
|
+
setActiveActivity(activity: ACTIVITY_MODE, options?: {
|
|
145
|
+
keepShowingIfMatchedCurrent?: boolean;
|
|
146
|
+
}): void;
|
|
147
|
+
setActiveAuxPanelMode(val: AUX_PANEL_MODE): void;
|
|
150
148
|
createElementState(element: PackageableElement): ElementEditorState | undefined;
|
|
151
149
|
openElement(element: PackageableElement): void;
|
|
152
150
|
addElement(element: PackageableElement, packagePath: string | undefined, openAfterCreate: boolean): GeneratorFn<void>;
|
|
@@ -155,7 +153,6 @@ export declare class EditorStore {
|
|
|
155
153
|
reprocessElementEditorState: (editorState: EditorState) => EditorState | undefined;
|
|
156
154
|
findCurrentEditorState: (editor: EditorState | undefined) => EditorState | undefined;
|
|
157
155
|
openGeneratedFile(file: GenerationFile): void;
|
|
158
|
-
createGlobalHotKeyAction: (handler: (event?: KeyboardEvent) => void, preventDefault?: boolean) => (event?: KeyboardEvent) => void;
|
|
159
156
|
closeAllEditorTabs(): void;
|
|
160
157
|
toggleTextMode(): GeneratorFn<void>;
|
|
161
158
|
getSupportedElementTypes(): string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorStore.d.ts","sourceRoot":"","sources":["../../src/stores/EditorStore.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EACL,aAAa,EACb,cAAc,EACd,iBAAiB,EACjB,WAAW,
|
|
1
|
+
{"version":3,"file":"EditorStore.d.ts","sourceRoot":"","sources":["../../src/stores/EditorStore.ts"],"names":[],"mappings":"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"}
|