move repository + workspace
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { UmbEntityWorkspaceContextInterface } from '../../workspace/context/workspace-entity-context.interface';
|
||||
import { UmbEntityWorkspaceContextInterface } from '../../../packages/core/components/workspace/workspace-context/workspace-entity-context.interface';
|
||||
import { UmbContextToken } from './context-token';
|
||||
import type { UmbEntityBase } from '@umbraco-cms/backoffice/models';
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
export * from './workspace-action-base';
|
||||
export * from './save/save.action';
|
||||
@@ -1,3 +0,0 @@
|
||||
export * from './workspace-context.interface';
|
||||
export * from './workspace-entity-context.interface';
|
||||
export * from './workspace-context';
|
||||
@@ -1,3 +0,0 @@
|
||||
export * from './actions';
|
||||
export * from './context';
|
||||
export * from './workspace-split-view-manager.class';
|
||||
@@ -0,0 +1,5 @@
|
||||
export * from './workspace-action';
|
||||
export * from './workspace-action-menu';
|
||||
export * from './workspace-editor';
|
||||
export * from './workspace-context';
|
||||
export * from './workspace-split-view-manager.class';
|
||||
@@ -0,0 +1 @@
|
||||
export * from './workspace-action-menu.element';
|
||||
@@ -0,0 +1,2 @@
|
||||
export * from './workspace-action-base';
|
||||
export * from './workspace-action.element';
|
||||
@@ -1,4 +1,4 @@
|
||||
import { UmbWorkspaceContextInterface } from '../context';
|
||||
import { UmbWorkspaceContextInterface } from '../workspace-context';
|
||||
import type { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api';
|
||||
import { UmbContextConsumerController, UMB_ENTITY_WORKSPACE_CONTEXT } from '@umbraco-cms/backoffice/context-api';
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
export * from './entity-manager-controller';
|
||||
export * from './workspace-context';
|
||||
export * from './workspace-context.interface';
|
||||
export * from './workspace-entity-context.interface';
|
||||
export * from './workspace-invariantable-entity-context.interface';
|
||||
export * from './workspace-variable-entity-context.interface';
|
||||
@@ -0,0 +1 @@
|
||||
export * from './workspace-editor.element';
|
||||
@@ -0,0 +1 @@
|
||||
export * from './save';
|
||||
@@ -0,0 +1 @@
|
||||
export * from './save.action';
|
||||
@@ -1,5 +1,5 @@
|
||||
import { UmbWorkspaceContextInterface } from '../../context/workspace-context.interface';
|
||||
import { UmbWorkspaceActionBase } from '../workspace-action-base';
|
||||
import { UmbWorkspaceContextInterface } from '../../components/workspace/workspace-context/workspace-context.interface';
|
||||
import { UmbWorkspaceActionBase } from '../../components/workspace/workspace-action/workspace-action-base';
|
||||
import type { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api';
|
||||
|
||||
// TODO: add interface for repo/partial repo/save-repo
|
||||
Reference in New Issue
Block a user