From 9a5f23287ffa2b970b17f5d1ab83cf8e6f5cc025 Mon Sep 17 00:00:00 2001 From: mustafa-rezae Date: Wed, 26 Feb 2025 11:22:46 +0330 Subject: [PATCH] Modify addresses --- .../entity/components/ComparisonEntity.vue | 2 +- components/entity/components/LibraryText.vue | 406 ++++++++++++++++++ components/global/AutoComplation.vue | 4 +- components/search/SearchItemShow.vue | 2 +- components/search/SearchNavigationFilter.vue | 2 - .../search/modals/SearchSubjectModal.vue | 2 +- components/search/view/ChartContent.vue | 2 +- .../search/view/MajlesQaSectionContent.vue | 2 +- components/search/view/SearchContent.vue | 2 +- components/search/view/SearchSummary.vue | 2 +- json/entity/commentContextMenu.json | 41 ++ .../json => entity}/comprisonEntity.json | 0 json/entity/detailMenu.json | 26 ++ json/entity/detailMenuMajles.json | 11 + json/entity/entityAnnotation.json | 87 ++++ json/entity/entityFish.json | 165 +++++++ json/entity/entityMenu.json | 36 ++ json/entity/entityMenuMajles.json | 11 + json/entity/helpMenu.json | 11 + json/entity/propetyBuilderForm.json | 384 +++++++++++++++++ json/entity/stopWordContextMenu.json | 32 ++ json/entity/toolsHeader.json | 31 ++ json/search/{json => }/chart.json | 0 json/search/comprisonEntity.json | 90 ++++ json/search/entityMenuMajles.json | 11 + json/search/{json => }/largeTreeMap.json | 0 .../{json => }/listTableContextMenu.json | 0 json/search/{json => }/menu.json | 0 json/search/{json => }/newEntityBuilder.json | 0 json/search/{json => }/permissions.json | 0 json/search/{json => }/sidbarMenuMin.json | 0 json/search/{json => }/sidebar.json | 0 .../{json => }/stopWordContextMenu.json | 0 .../{json => }/subjectTableContextMenu.json | 0 json/search/{json => }/summary.json | 0 pages/search/(show)/[key]/[id]/index.vue | 66 +-- pages/search/charts.vue | 8 +- pages/search/index.vue | 6 +- pages/search/lists.vue | 6 +- stores/searchStore.ts | 19 +- 40 files changed, 1397 insertions(+), 70 deletions(-) create mode 100644 components/entity/components/LibraryText.vue create mode 100644 json/entity/commentContextMenu.json rename json/{search/json => entity}/comprisonEntity.json (100%) create mode 100644 json/entity/detailMenu.json create mode 100644 json/entity/detailMenuMajles.json create mode 100644 json/entity/entityAnnotation.json create mode 100644 json/entity/entityFish.json create mode 100644 json/entity/entityMenu.json create mode 100644 json/entity/entityMenuMajles.json create mode 100644 json/entity/helpMenu.json create mode 100644 json/entity/propetyBuilderForm.json create mode 100644 json/entity/stopWordContextMenu.json create mode 100644 json/entity/toolsHeader.json rename json/search/{json => }/chart.json (100%) create mode 100644 json/search/comprisonEntity.json create mode 100644 json/search/entityMenuMajles.json rename json/search/{json => }/largeTreeMap.json (100%) rename json/search/{json => }/listTableContextMenu.json (100%) rename json/search/{json => }/menu.json (100%) rename json/search/{json => }/newEntityBuilder.json (100%) rename json/search/{json => }/permissions.json (100%) rename json/search/{json => }/sidbarMenuMin.json (100%) rename json/search/{json => }/sidebar.json (100%) rename json/search/{json => }/stopWordContextMenu.json (100%) rename json/search/{json => }/subjectTableContextMenu.json (100%) rename json/search/{json => }/summary.json (100%) diff --git a/components/entity/components/ComparisonEntity.vue b/components/entity/components/ComparisonEntity.vue index 2d38697..281d1b3 100644 --- a/components/entity/components/ComparisonEntity.vue +++ b/components/entity/components/ComparisonEntity.vue @@ -264,7 +264,7 @@ + + diff --git a/components/global/AutoComplation.vue b/components/global/AutoComplation.vue index 6741829..2d31e76 100644 --- a/components/global/AutoComplation.vue +++ b/components/global/AutoComplation.vue @@ -149,8 +149,8 @@