vers 1.1.6

- risolto problema cors ?!?
- notifiche transazioni pendenti OK
This commit is contained in:
Surya Paolo
2024-10-29 02:33:39 +01:00
parent baa4188746
commit b6f73019fe
82 changed files with 1771 additions and 294 deletions

View File

@@ -33,6 +33,12 @@
v-if="myel.type === shared_consts.ELEMTYPE.CARD"
class="card-carousel-container"
>
<div
v-if="editOn"
class="elemEdit"
>
Card
</div>
<q-carousel
swipeable
animated
@@ -45,7 +51,8 @@
:height="myel.heightcarousel"
width="100%"
control-type="flat"
class="bg-primary shadow-2 rounded-borders"
class="shadow-2 rounded-borders"
:style="`background-color: ${myel.color} !important`"
@mouseenter="animare = false"
@mouseleave="animare = true"
@transition="handleTransition"
@@ -105,7 +112,7 @@
myel.heightimg || `300px`
} !important; width: ${
myel.widthimg || `300px`
} !important;`
} !important;`
"
@click="rec.link ? tools.openUrl(rec.link) : undefined"
>
@@ -122,13 +129,13 @@
:src="tools.getImgFileByElem(myel, rec)"
/>
</div>
<q-card-section>
<q-card-section class="q-card-section-small">
<div :class="rec.size" :style="`color: ` + rec.color">
{{ tools.getText(rec.alt) }}
</div>
<div
:class="
`q-mt-sm q-mb-xs ` + tools.getClassAnim(myel.anim)
`q-mt-xs q-mb-xs ` + tools.getClassAnim(myel.anim)
"
v-html="rec.content"
></div>
@@ -240,7 +247,7 @@
</div>
<div v-else-if="myel.type === shared_consts.ELEMTYPE.QRCODE">
<div v-if="editOn" class="elemEdit">QRCODE:</div>
<CQRCode
<CQRCode
:read="myel.parambool"
:link="myel.container"
:textlink="myel.container2"