refactor: refs #8316 remove unused ItemTypeSearchbar component
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jose Antonio Tubau 2025-01-14 07:48:18 +01:00
parent 86e0043fc7
commit 0fdff03715
2 changed files with 0 additions and 20 deletions

View File

@ -1,19 +0,0 @@
<script setup>
import VnSearchbar from 'components/ui/VnSearchbar.vue';
import { useI18n } from 'vue-i18n';
const { t } = useI18n();
</script>
<template>
<VnSearchbar
data-key="ItemTypeList"
url="ItemTypes"
:label="t('Search item type')"
:info="t('Search itemType by id, name or code')"
/>
</template>
<i18n>
es:
Search item type: Buscar familia
Search itemType by id, name or code: Buscar familia por id, nombre o código
</i18n>

View File

@ -110,7 +110,6 @@ const columns = computed(() => [
:array-data-props="{
url: 'ItemTypes',
order: 'name ASC',
exprBuilder,
}"
>
<template #rightMenu>