From d8e70a9fc07cdce59d22ec9ff8fb4d8effd721f0 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Tue, 23 Apr 2024 13:02:09 +0200 Subject: [PATCH] move dropdown --- .../src/packages/core/property-editor/uis/manifests.ts | 2 +- .../uis => property-editors}/dropdown/manifests.ts | 0 .../dropdown/property-editor-ui-dropdown.element.ts | 0 .../dropdown/property-editor-ui-dropdown.stories.ts | 0 .../dropdown/property-editor-ui-dropdown.test.ts | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/dropdown/manifests.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/dropdown/property-editor-ui-dropdown.element.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/dropdown/property-editor-ui-dropdown.stories.ts (100%) rename src/Umbraco.Web.UI.Client/src/packages/{core/property-editor/uis => property-editors}/dropdown/property-editor-ui-dropdown.test.ts (100%) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts index 19955d6aa0..fc175484e1 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/manifests.ts @@ -2,7 +2,7 @@ import { manifest as checkboxList } from '../../../property-editors/checkbox-lis import { manifest as colorEditor } from '../../../property-editors/color-swatches-editor/manifests.js'; import { manifest as colorPicker } from '../../../property-editors/color-picker/manifests.js'; import { manifest as datePicker } from '../../../property-editors/date-picker/manifests.js'; -import { manifest as dropdown } from './dropdown/manifests.js'; +import { manifest as dropdown } from '../../../property-editors/dropdown/manifests.js'; import { manifest as eyeDropper } from './eye-dropper/manifests.js'; import { manifest as iconPicker } from './icon-picker/manifests.js'; import { manifest as label } from './label/manifests.js'; diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/manifests.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/manifests.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/manifests.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.element.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/property-editor-ui-dropdown.element.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.element.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/property-editor-ui-dropdown.element.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.stories.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/property-editor-ui-dropdown.stories.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.stories.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/property-editor-ui-dropdown.stories.ts diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.test.ts b/src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/property-editor-ui-dropdown.test.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.test.ts rename to src/Umbraco.Web.UI.Client/src/packages/property-editors/dropdown/property-editor-ui-dropdown.test.ts