From ab939aa102b3a5c9a29bbaab4d222afbd6ead2bd Mon Sep 17 00:00:00 2001 From: Yannick Kuypers Date: Mon, 5 Feb 2024 13:14:56 +0100 Subject: [PATCH] #210 formatting --- src/components/dumb/FilterInput.vue | 52 ++++-- src/components/dumb/FilterSelect.vue | 17 +- src/components/smart/OeAdres.vue | 253 ++++++++++++++++++++------- 3 files changed, 238 insertions(+), 84 deletions(-) diff --git a/src/components/dumb/FilterInput.vue b/src/components/dumb/FilterInput.vue index 29c4da0..31aca7f 100644 --- a/src/components/dumb/FilterInput.vue +++ b/src/components/dumb/FilterInput.vue @@ -1,32 +1,60 @@ - - - - + {{ error.$message }} @@ -95,15 +144,26 @@ Straat - VERPLICHT + VERPLICHT - + @@ -111,11 +171,21 @@ Geen opties beschikbaar - - - @@ -129,15 +199,26 @@ Huisnummer - VERPLICHT + VERPLICHT - + @@ -146,17 +227,30 @@ - - - - + {{ error.$message }} @@ -165,16 +259,26 @@ Busnummer - VERPLICHT + VERPLICHT - + @@ -183,16 +287,29 @@ - - - - + {{ error.$message }} @@ -219,10 +336,10 @@ import { helpers } from '@vuelidate/validators'; import { AxiosError } from 'axios'; import { pick, sortBy, uniqBy } from 'lodash'; import { computed, onMounted, ref, watch } from 'vue'; -import type { IAdresProps } from '@models/adres'; -import type { IAdres, IGemeente, ILand, ILocatieAdres, IPostinfo, IStraat } from '@models/locatie'; import { CrabApiService } from '@services/crab-api.service'; import { requiredIf } from '@utils/i18n-validators'; +import type { IAdresProps } from '@models/adres'; +import type { IAdres, IGemeente, ILand, ILocatieAdres, IPostinfo, IStraat } from '@models/locatie'; const props = withDefaults(defineProps(), { hideTitle: false,