From 88558803063855888456661b9a2f7a533343d26d Mon Sep 17 00:00:00 2001 From: Kevin Martinez Date: Thu, 30 Nov 2023 15:58:25 -0300 Subject: [PATCH] Change shelving directory --- .../ShelvingSummaryPage.vue => Card/ShelvingCard.vue} | 4 ++-- .../Shelving/{components => Card}/ShelvingDescriptor.vue | 6 +++--- .../{components => Card}/ShelvingDescriptorMenu.vue | 0 .../{components => Card}/ShelvingDescriptorProxy.vue | 2 +- src/pages/Shelving/{components => Card}/ShelvingFilter.vue | 0 src/pages/Shelving/{components => Card}/ShelvingForm.vue | 0 .../Shelving/{components => Card}/ShelvingSearchbar.vue | 0 src/pages/Shelving/{Summary => Card}/ShelvingSummary.vue | 2 +- .../Shelving/{Summary => Card}/ShelvingSummaryDialog.vue | 2 +- src/pages/Shelving/ShelvingBasicData.vue | 2 +- src/pages/Shelving/ShelvingCreate.vue | 2 +- src/pages/Shelving/ShelvingList.vue | 6 +++--- src/router/modules/shelving.js | 4 ++-- 13 files changed, 15 insertions(+), 15 deletions(-) rename src/pages/Shelving/{Summary/ShelvingSummaryPage.vue => Card/ShelvingCard.vue} (84%) rename src/pages/Shelving/{components => Card}/ShelvingDescriptor.vue (90%) rename src/pages/Shelving/{components => Card}/ShelvingDescriptorMenu.vue (100%) rename src/pages/Shelving/{components => Card}/ShelvingDescriptorProxy.vue (74%) rename src/pages/Shelving/{components => Card}/ShelvingFilter.vue (100%) rename src/pages/Shelving/{components => Card}/ShelvingForm.vue (100%) rename src/pages/Shelving/{components => Card}/ShelvingSearchbar.vue (100%) rename src/pages/Shelving/{Summary => Card}/ShelvingSummary.vue (97%) rename src/pages/Shelving/{Summary => Card}/ShelvingSummaryDialog.vue (88%) diff --git a/src/pages/Shelving/Summary/ShelvingSummaryPage.vue b/src/pages/Shelving/Card/ShelvingCard.vue similarity index 84% rename from src/pages/Shelving/Summary/ShelvingSummaryPage.vue rename to src/pages/Shelving/Card/ShelvingCard.vue index 7b8f0388d9..bdcae4a957 100644 --- a/src/pages/Shelving/Summary/ShelvingSummaryPage.vue +++ b/src/pages/Shelving/Card/ShelvingCard.vue @@ -1,8 +1,8 @@ diff --git a/src/pages/Shelving/components/ShelvingDescriptor.vue b/src/pages/Shelving/Card/ShelvingDescriptor.vue similarity index 90% rename from src/pages/Shelving/components/ShelvingDescriptor.vue rename to src/pages/Shelving/Card/ShelvingDescriptor.vue index e3d4494457..34c3741175 100644 --- a/src/pages/Shelving/components/ShelvingDescriptor.vue +++ b/src/pages/Shelving/Card/ShelvingDescriptor.vue @@ -3,10 +3,10 @@ import { ref, computed } from 'vue'; import { useRoute } from 'vue-router'; import { useI18n } from 'vue-i18n'; import CardDescriptor from 'components/ui/CardDescriptor.vue'; -import VnLv from 'src/components/ui/VnLv.vue'; -import useCardDescription from 'src/composables/useCardDescription'; +import VnLv from 'components/ui/VnLv.vue'; +import useCardDescription from 'composables/useCardDescription'; import WorkerDescriptorProxy from "pages/Worker/Card/WorkerDescriptorProxy.vue"; -import ShelvingDescriptorMenu from "pages/Shelving/components/ShelvingDescriptorMenu.vue"; +import ShelvingDescriptorMenu from "pages/Shelving/Card/ShelvingDescriptorMenu.vue"; const $props = defineProps({ id: { diff --git a/src/pages/Shelving/components/ShelvingDescriptorMenu.vue b/src/pages/Shelving/Card/ShelvingDescriptorMenu.vue similarity index 100% rename from src/pages/Shelving/components/ShelvingDescriptorMenu.vue rename to src/pages/Shelving/Card/ShelvingDescriptorMenu.vue diff --git a/src/pages/Shelving/components/ShelvingDescriptorProxy.vue b/src/pages/Shelving/Card/ShelvingDescriptorProxy.vue similarity index 74% rename from src/pages/Shelving/components/ShelvingDescriptorProxy.vue rename to src/pages/Shelving/Card/ShelvingDescriptorProxy.vue index 69cd63f6b2..8023271b09 100644 --- a/src/pages/Shelving/components/ShelvingDescriptorProxy.vue +++ b/src/pages/Shelving/Card/ShelvingDescriptorProxy.vue @@ -1,5 +1,5 @@