eventi grafica

This commit is contained in:
Surya Paolo
2023-04-17 02:05:03 +02:00
parent 3cf4562285
commit 16e3dcc9d0
6 changed files with 114 additions and 17 deletions

View File

@@ -249,7 +249,14 @@
color="positive"
icon="fas fa-filter"
@click="showfilter = !showfilter"
><q-badge v-if="getNumFilterSelected()" color="red" floating transparent> {{ getNumFilterSelected() }} </q-badge>
><q-badge
v-if="getNumFilterSelected()"
color="red"
floating
transparent
>
{{ getNumFilterSelected() }}
</q-badge>
</q-btn>
<q-btn
@@ -369,8 +376,27 @@
<div v-if="row && shared_consts.TABLES_WITH_DATE.includes(tablesel)">
<div
v-if="
row.dateTimeStart &&
(tools.getstrVeryShortDate(row.dateTimeStart) !== actual) || index === 0
actmonth !== tools.getstrMonth(row.dateTimeStart) || !actmonth
"
>
<span style="display: none">{{
(actmonth = tools.getstrMonth(row.dateTimeStart))
}}</span>
<div class="">
<div>
<strong>{{ tools.getstrMonth(row.dateTimeStart) }}</strong>
</div>
<div>
<q-separator />
</div>
</div>
</div>
<div
v-if="false &&
((row.dateTimeStart &&
tools.getstrVeryShortDate(row.dateTimeStart) !== actual) ||
index === 0)
"
class="actualdate"
>
@@ -1090,7 +1116,6 @@
@hide="hidewindow"
:maximized="$q.screen.lt.sm"
>
<CMyCardGrpPopup
v-if="mytable === toolsext.TABMYGROUPS"
:table="mytable"
@@ -1103,8 +1128,11 @@
:prop_myrec="myrecdialog"
>
</CMyCardCircuitPopup>
<CMyCardService v-else-if="shared_consts.TABLES_FAVORITE_BOOKMARK.includes(mytable)"
:table="mytable" :prop_myrec="myrecdialog">
<CMyCardService
v-else-if="shared_consts.TABLES_FAVORITE_BOOKMARK.includes(mytable)"
:table="mytable"
:prop_myrec="myrecdialog"
>
</CMyCardService>
<CMyCardPopup v-else :table="mytable" :prop_myrec="myrecdialog">
</CMyCardPopup>