From 59b3d13f3eb8f63a66e646fa2787e36f28429d35 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 17 May 2023 21:32:48 +0200 Subject: [PATCH] move actions --- .../entity-action/common}/copy/copy.action.ts | 0 .../entity-action/common}/delete-folder/delete-folder.action.ts | 0 .../entity-action/common}/delete/delete.action.ts | 0 .../entity-action/common}/folder-update/folder-update.action.ts | 0 .../{entity-actions => components/entity-action/common}/index.ts | 0 .../entity-action/common}/move/move.action.ts | 0 .../common}/sort-children-of/sort-children-of.action.ts | 0 .../entity-action/common}/trash/trash.action.ts | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/copy/copy.action.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/delete-folder/delete-folder.action.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/delete/delete.action.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/folder-update/folder-update.action.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/index.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/move/move.action.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/sort-children-of/sort-children-of.action.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/core/{entity-actions => components/entity-action/common}/trash/trash.action.ts (100%) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/copy/copy.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/copy/copy.action.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/copy/copy.action.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/copy/copy.action.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/delete-folder/delete-folder.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/delete-folder/delete-folder.action.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/delete-folder/delete-folder.action.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/delete-folder/delete-folder.action.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/delete/delete.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/delete/delete.action.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/delete/delete.action.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/delete/delete.action.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/folder-update/folder-update.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/folder-update/folder-update.action.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/folder-update/folder-update.action.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/folder-update/folder-update.action.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/index.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/index.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/index.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/index.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/move/move.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/move/move.action.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/move/move.action.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/move/move.action.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/sort-children-of/sort-children-of.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/sort-children-of/sort-children-of.action.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/sort-children-of/sort-children-of.action.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/sort-children-of/sort-children-of.action.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/trash/trash.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/trash/trash.action.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/entity-actions/trash/trash.action.ts rename to src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/common/trash/trash.action.ts