From 2dd8376bcd89acf5d7b200d1a19d315f42bfb565 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 9 Aug 2024 09:32:04 +0200 Subject: [PATCH] typo --- src/pages/Account/Alias/Card/AliasCard.vue | 2 +- src/pages/Account/Card/AccountCard.vue | 2 +- src/pages/Account/Role/Card/RoleCard.vue | 2 +- src/pages/Claim/Card/ClaimCard.vue | 2 +- src/pages/Customer/Card/CustomerCard.vue | 2 +- src/pages/Entry/Card/EntryCard.vue | 2 +- src/pages/InvoiceOut/Card/InvoiceOutCard.vue | 2 +- src/pages/Item/Card/ItemCard.vue | 2 +- src/pages/Parking/Card/ParkingCard.vue | 2 +- src/pages/Route/Agency/Card/AgencyCard.vue | 2 +- src/pages/Route/Roadmap/RoadmapCard.vue | 2 +- src/pages/Ticket/Card/TicketCard.vue | 2 +- src/pages/Travel/Card/TravelCard.vue | 2 +- src/pages/Worker/Card/WorkerCard.vue | 2 +- src/pages/Zone/Card/ZoneCard.vue | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/pages/Account/Alias/Card/AliasCard.vue b/src/pages/Account/Alias/Card/AliasCard.vue index d997af4a9..feb9b6240 100644 --- a/src/pages/Account/Alias/Card/AliasCard.vue +++ b/src/pages/Account/Alias/Card/AliasCard.vue @@ -25,7 +25,7 @@ const searchBarDataKeys = { base-url="MailAliases" :descriptor="AliasDescriptor" :search-data-key="searchBarDataKeys[routeName]" - :searchbarProps="{ + :searchbar-props="{ redirect: !!customRouteRedirectName, customRouteRedirectName, info: t('mailAlias.searchInfo'), diff --git a/src/pages/Account/Card/AccountCard.vue b/src/pages/Account/Card/AccountCard.vue index c64515aab..6418e76d0 100644 --- a/src/pages/Account/Card/AccountCard.vue +++ b/src/pages/Account/Card/AccountCard.vue @@ -26,7 +26,7 @@ const searchBarDataKeys = { data-key="Account" :descriptor="AccountDescriptor" :search-data-key="searchBarDataKeys[routeName]" - :searchbarProps="{ + :searchbar-props="{ redirect: !!customRouteRedirectName, customRouteRedirectName, label: t('account.search'), diff --git a/src/pages/Account/Role/Card/RoleCard.vue b/src/pages/Account/Role/Card/RoleCard.vue index 72134b53d..622bfb1c6 100644 --- a/src/pages/Account/Role/Card/RoleCard.vue +++ b/src/pages/Account/Role/Card/RoleCard.vue @@ -23,7 +23,7 @@ const searchBarDataKeys = { data-key="Role" :descriptor="RoleDescriptor" :search-data-key="searchBarDataKeys[routeName]" - :searchbarProps="{ + :searchbar-props="{ redirect: !!customRouteRedirectName, customRouteRedirectName, label: t('role.searchRoles'), diff --git a/src/pages/Claim/Card/ClaimCard.vue b/src/pages/Claim/Card/ClaimCard.vue index 64cf35f81..3642dc0d0 100644 --- a/src/pages/Claim/Card/ClaimCard.vue +++ b/src/pages/Claim/Card/ClaimCard.vue @@ -12,7 +12,7 @@ import filter from './ClaimFilter.js'; :filter-panel="ClaimFilter" search-data-key="ClaimList" :filter="filter" - :searchbarProps="{ + :searchbar-props="{ url: 'Claims/filter', label: 'Search claim', info: 'You can search by claim id or customer name', diff --git a/src/pages/Customer/Card/CustomerCard.vue b/src/pages/Customer/Card/CustomerCard.vue index c77e429ef..229946ea2 100644 --- a/src/pages/Customer/Card/CustomerCard.vue +++ b/src/pages/Customer/Card/CustomerCard.vue @@ -10,7 +10,7 @@ import CustomerFilter from '../CustomerFilter.vue'; :descriptor="CustomerDescriptor" :filter-panel="CustomerFilter" search-data-key="CustomerList" - :searchbarProps="{ + :searchbar-props="{ url: 'Clients/extendedListFilter', label: 'Search customer', info: 'You can search by customer id or name', diff --git a/src/pages/Entry/Card/EntryCard.vue b/src/pages/Entry/Card/EntryCard.vue index a1fd83d05..436f5b9cd 100644 --- a/src/pages/Entry/Card/EntryCard.vue +++ b/src/pages/Entry/Card/EntryCard.vue @@ -10,7 +10,7 @@ import EntryFilter from '../EntryFilter.vue'; :descriptor="EntryDescriptor" :filter-panel="EntryFilter" search-data-key="EntryList" - :searchbarProps="{ + :searchbar-props="{ url: 'Entries/filter', label: 'Search entries', info: 'You can search by entry reference', diff --git a/src/pages/InvoiceOut/Card/InvoiceOutCard.vue b/src/pages/InvoiceOut/Card/InvoiceOutCard.vue index 26f34d0d3..17b4216da 100644 --- a/src/pages/InvoiceOut/Card/InvoiceOutCard.vue +++ b/src/pages/InvoiceOut/Card/InvoiceOutCard.vue @@ -10,7 +10,7 @@ import InvoiceOutFilter from '../InvoiceOutFilter.vue'; :descriptor="InvoiceOutDescriptor" :filter-panel="InvoiceOutFilter" search-data-key="InvoiceOutList" - :searchbarProps="{ + :searchbar-props="{ url: 'InvoiceOuts/filter', label: 'Search invoice', info: 'You can search by invoice reference', diff --git a/src/pages/Item/Card/ItemCard.vue b/src/pages/Item/Card/ItemCard.vue index d125e9bbd..1162327c1 100644 --- a/src/pages/Item/Card/ItemCard.vue +++ b/src/pages/Item/Card/ItemCard.vue @@ -10,7 +10,7 @@ import ItemListFilter from '../ItemListFilter.vue'; :descriptor="ItemDescriptor" :filter-panel="ItemListFilter" search-data-key="ItemList" - :searchbarProps="{ + :searchbar-props="{ url: 'Items/filter', label: 'searchbar.labelr', info: 'searchbar.info', diff --git a/src/pages/Parking/Card/ParkingCard.vue b/src/pages/Parking/Card/ParkingCard.vue index 5c29e5665..ad37eb630 100644 --- a/src/pages/Parking/Card/ParkingCard.vue +++ b/src/pages/Parking/Card/ParkingCard.vue @@ -16,7 +16,7 @@ const filter = { :descriptor="ParkingDescriptor" :filter-panel="ParkingFilter" search-data-key="ParkingList" - :searchbarProps="{ + :searchbar-props="{ url: 'Parkings', label: 'parking.searchBar.label', info: 'parking.searchBar.info', diff --git a/src/pages/Route/Agency/Card/AgencyCard.vue b/src/pages/Route/Agency/Card/AgencyCard.vue index 65a095e48..9935fc6eb 100644 --- a/src/pages/Route/Agency/Card/AgencyCard.vue +++ b/src/pages/Route/Agency/Card/AgencyCard.vue @@ -8,7 +8,7 @@ import VnCard from 'components/common/VnCard.vue'; base-url="Agencies" :descriptor="AgencyDescriptor" search-data-key="AgencyList" - :searchbarProps="{ + :searchbar-props="{ url: 'Agencies', label: 'agency.searchBar.label', info: 'agency.searchBar.info', diff --git a/src/pages/Route/Roadmap/RoadmapCard.vue b/src/pages/Route/Roadmap/RoadmapCard.vue index 6bd6816ff..148d16ac9 100644 --- a/src/pages/Route/Roadmap/RoadmapCard.vue +++ b/src/pages/Route/Roadmap/RoadmapCard.vue @@ -10,7 +10,7 @@ import RoadmapFilter from 'pages/Route/Roadmap/RoadmapFilter.vue'; :descriptor="RoadmapDescriptor" :filter-panel="RoadmapFilter" search-data-key="RoadmapList" - :searchbarProps="{ + :searchbar-props="{ url: 'Roadmaps', label: 'Search roadmap', info: 'You can search by roadmap id or customer name', diff --git a/src/pages/Ticket/Card/TicketCard.vue b/src/pages/Ticket/Card/TicketCard.vue index b9510576a..cf15cb7fa 100644 --- a/src/pages/Ticket/Card/TicketCard.vue +++ b/src/pages/Ticket/Card/TicketCard.vue @@ -20,7 +20,7 @@ const customRouteRedirectName = computed(() => routeName.value); :filter-panel="TicketFilter" :descriptor="TicketDescriptor" search-data-key="TicketList" - :searchbarProps="{ + :searchbar-props="{ customRouteRedirectName, label: t('card.search'), info: t('card.searchInfo'), diff --git a/src/pages/Travel/Card/TravelCard.vue b/src/pages/Travel/Card/TravelCard.vue index 99271459e..44bd9d430 100644 --- a/src/pages/Travel/Card/TravelCard.vue +++ b/src/pages/Travel/Card/TravelCard.vue @@ -37,7 +37,7 @@ const filter = { search-data-key="TravelList" :filter="filter" :descriptor="TravelDescriptor" - :searchbarProps="{ + :searchbar-props="{ url: 'Travels', label: 'Search travel', info: 'You can search by travel id or name', diff --git a/src/pages/Worker/Card/WorkerCard.vue b/src/pages/Worker/Card/WorkerCard.vue index f5157424d..0abcdcafd 100644 --- a/src/pages/Worker/Card/WorkerCard.vue +++ b/src/pages/Worker/Card/WorkerCard.vue @@ -10,7 +10,7 @@ import WorkerFilter from '../WorkerFilter.vue'; :descriptor="WorkerDescriptor" :filter-panel="WorkerFilter" search-data-key="WorkerList" - :searchbarProps="{ + :searchbar-props="{ url: 'Workers/filter', label: 'Search worker', info: 'You can search by worker id or name', diff --git a/src/pages/Zone/Card/ZoneCard.vue b/src/pages/Zone/Card/ZoneCard.vue index eeece3bd8..02ec12fe7 100644 --- a/src/pages/Zone/Card/ZoneCard.vue +++ b/src/pages/Zone/Card/ZoneCard.vue @@ -29,7 +29,7 @@ const searchBarDataKeys = { :descriptor="ZoneDescriptor" :search-data-key="searchBarDataKeys[routeName]" :filter-panel="ZoneFilterPanel" - :searchbarProps="{ + :searchbar-props="{ url: 'Zones', label: t('list.searchZone'), info: t('list.searchInfo'),