- Creazione "AbitareGliIblei"

- Mappa Interattiva con i markers
This commit is contained in:
Surya Paolo
2024-07-31 15:02:30 +02:00
parent 3ab18b591f
commit 822585cf33
252 changed files with 3600294 additions and 4300 deletions

View File

@@ -299,6 +299,14 @@
</span>
</div>
</div>
<div v-else-if="col.fieldtype === costanti.FieldType.coordinates">
<CMapEditAddressByCoord
:visuMappa="false"
:editaddress="true"
v-model:model-value="myvalue"
@update:model-value="changeValRecCoordAddr"
></CMapEditAddressByCoord>
</div>
<div
v-else-if="
col.fieldtype === costanti.FieldType.number ||
@@ -368,6 +376,9 @@
v-else-if="col.fieldtype === costanti.FieldType.listimages"
style="text-align: center"
>
<span class="text-h7 text-weight-bold row justify-center">
{{ $t(col.label_trans) }}
</span>
<CGallery
:imagebak="
col.showpicprofile_ifnotset
@@ -399,10 +410,14 @@
>
</CAccomodation>
</div>
<div v-else-if="col.fieldtype === costanti.FieldType.image"
style="text-align: center">
<div
v-else-if="col.fieldtype === costanti.FieldType.image"
style="text-align: center"
>
<div v-if="canEdit">
{{ $t('reg.photo') }}
<span class="text-h7 text-weight-bold row justify-center">
{{ $t(col.label_trans) }}
</span>
<CGallery
:imagebak="
col.showpicprofile_ifnotset
@@ -1120,7 +1135,11 @@
<q-popup-edit
v-if="!isInModif && canEdit && noPopupeditByCol(col)"
v-model="myvalue"
:disable="(col.disable || disable) || (col.fieldtype === costanti.FieldType.image_and_filename)"
:disable="
col.disable ||
disable ||
col.fieldtype === costanti.FieldType.image_and_filename
"
:readonly="col.disable || disable"
:title="col.title ? col.title : col.titlepopupedit"
buttons
@@ -1197,6 +1216,14 @@
>
</CCurrencyValue>
</div>
<div v-else-if="col.fieldtype === costanti.FieldType.coordinates">
<CMapEditAddressByCoord
:visuMappa="false"
:editaddress="true"
v-model:model-value="scope.value"
@update:model-value="changeValRec"
></CMapEditAddressByCoord>
</div>
<div v-else-if="col.fieldtype === costanti.FieldType.hours">
<div v-if="visulabel">
<q-input
@@ -1552,7 +1579,11 @@
</CMyEditor>
</div>
</div>
<div v-else-if="col.fieldtype === costanti.FieldType.image_and_filename">
<div
v-else-if="
col.fieldtype === costanti.FieldType.image_and_filename
"
>
<div v-if="canEdit">
{{ $t('reg.photo') }}
<q-input