#6683 - createPropertiesSection #1665

Open
jtubau wants to merge 34 commits from 6683-createPropertiesSection into dev
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 223890a1bc - Show all commits

View File

@ -111,6 +111,7 @@ const propertyGroups = ref([]);
<VnInputDate
v-model="params.purchased"
:label="t('property.purchased')"
@update:model-value="searchFn()"
dense
filled
data-cy="purchasedDateInput"
@ -120,6 +121,7 @@ const propertyGroups = ref([]);
<VnInputDate
v-model="params.booked"
:label="t('property.booked')"
@update:model-value="searchFn()"
dense
filled
data-cy="bookedDateInput"
@ -131,6 +133,7 @@ const propertyGroups = ref([]);
<VnCheckbox
v-model="params.hasFormalization"
:label="t('property.hasFormalization')"
@update:model-value="searchFn()"
dense
filled
data-cy="hasFormalizationCheckbox"
@ -142,6 +145,7 @@ const propertyGroups = ref([]);
<VnCheckbox
v-model="params.hasSimpleCopy"
:label="t('property.hasSimpleCopy')"
@update:model-value="searchFn()"
dense
filled
data-cy="hasSimpleCopyCheckbox"
@ -153,6 +157,7 @@ const propertyGroups = ref([]);
<VnCheckbox
v-model="params.hasOriginalPropertyDeed"
:label="t('property.hasOriginalPropertyDeed')"
@update:model-value="searchFn()"
dense
filled
data-cy="hasOriginalPropertyDeedCheckbox"
@ -164,6 +169,7 @@ const propertyGroups = ref([]);
<VnCheckbox
v-model="params.hasFundProvision"
:label="t('property.hasFundProvision')"
@update:model-value="searchFn()"
dense
filled
data-cy="hasFundProvisionCheckbox"