From a8f28f8e2913e1195b5118c5b074e0d03cd8a3be Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 8 Mar 2023 19:58:51 +0100 Subject: [PATCH] rename files --- src/Umbraco.Web.UI.Client/libs/modal/modal.context.ts | 4 ++-- ....element.ts => property-editor-ui-picker-modal.element.ts} | 0 ....stories.ts => property-editor-ui-picker-modal.stories.ts} | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/{modal-layout-property-editor-ui-picker.element.ts => property-editor-ui-picker-modal.element.ts} (100%) rename src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/{modal-layout-property-editor-ui-picker.stories.ts => property-editor-ui-picker-modal.stories.ts} (85%) diff --git a/src/Umbraco.Web.UI.Client/libs/modal/modal.context.ts b/src/Umbraco.Web.UI.Client/libs/modal/modal.context.ts index 8a64ec041a..089b3afe44 100644 --- a/src/Umbraco.Web.UI.Client/libs/modal/modal.context.ts +++ b/src/Umbraco.Web.UI.Client/libs/modal/modal.context.ts @@ -1,11 +1,11 @@ -import '../../src/backoffice/shared/property-editors/modals/property-editor-ui-picker/modal-layout-property-editor-ui-picker.element'; +import '../../src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element'; import '../../src/backoffice/settings/languages/modals/language-picker/language-picker-modal.element'; import './layouts/search/modal-layout-search.element'; import { UUIModalSidebarSize } from '@umbraco-ui/uui-modal-sidebar'; import { BehaviorSubject } from 'rxjs'; import type { UUIModalDialogElement } from '@umbraco-ui/uui-modal-dialog'; -import type { UmbModalPropertyEditorUIPickerData } from '../../src/backoffice/shared/property-editors/modals/property-editor-ui-picker/modal-layout-property-editor-ui-picker.element'; +import type { UmbModalPropertyEditorUIPickerData } from '../../src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element'; import { UmbModalHandler } from './modal-handler'; import type { UmbModalToken } from './token/modal-token'; import { UmbContextToken } from '@umbraco-cms/context-api'; diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/modal-layout-property-editor-ui-picker.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts similarity index 100% rename from src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/modal-layout-property-editor-ui-picker.element.ts rename to src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.ts diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/modal-layout-property-editor-ui-picker.stories.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.stories.ts similarity index 85% rename from src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/modal-layout-property-editor-ui-picker.stories.ts rename to src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.stories.ts index 0df9fce8d5..aeb7eba4bc 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/modal-layout-property-editor-ui-picker.stories.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-editors/modals/property-editor-ui-picker/property-editor-ui-picker-modal.stories.ts @@ -3,8 +3,8 @@ import { html } from 'lit'; import type { UmbModalLayoutPropertyEditorUIPickerElement, UmbModalPropertyEditorUIPickerData, -} from './modal-layout-property-editor-ui-picker.element'; -import './modal-layout-property-editor-ui-picker.element'; +} from './property-editor-ui-picker-modal.element'; +import './property-editor-ui-picker-modal.element'; import '../../../components/body-layout/body-layout.element';