From 662306b477e54c7bcc2ff8679fd5d101672a759a Mon Sep 17 00:00:00 2001 From: volar Date: Mon, 13 Nov 2023 11:59:58 +0100 Subject: [PATCH] rename --- CHANGELOG.md | 2 +- src/lib.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8a69a4..7624fa38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Features * **chore:** updated dependencies -* **ACustomDataForm:** form to manage `CustomDataAware` entities +* **ACustomDataForm:** new component to manage `CustomDataAware` entities * added several type exports for DAM ### BREAKING CHANGES diff --git a/src/lib.ts b/src/lib.ts index 614fc3a3..c0e63103 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -70,7 +70,7 @@ import AAssetSelect from '@/components/dam/assetSelect/AAssetSelect.vue' import ASortable from '@/components/sortable/ASortable.vue' import ASortableNested from '@/components/sortable/ASortableNested.vue' import ASubjectSelect from '@/components/subjectSelect/ASubjectSelect.vue' -import ACustomForm from '@/components/customDataForm/ACustomDataForm.vue' +import ACustomDataForm from '@/components/customDataForm/ACustomDataForm.vue' import { useSubjectSelect } from '@/components/subjectSelect/useSubjectSelect' import { useCustomDataForm } from '@/components/customDataForm/useCustomDataForm' import { @@ -375,7 +375,7 @@ export { ASortable, ASortableNested, ASubjectSelect, - ACustomForm, + ACustomDataForm, // Dam AAssetSelect,