PASSAGGIO A VITE !

AGG. 1.1.23
This commit is contained in:
Surya Paolo
2025-03-01 14:14:43 +01:00
parent f0098e57b2
commit bc960d38a1
1044 changed files with 5323 additions and 10823777 deletions

View File

@@ -2,7 +2,11 @@
<div v-if="tools.isDebugOn()"></div>
<div :class="$q.screen.lt.sm ? `` : `q-pa-xs`" v-if="isfinishLoading">
<q-toggle
v-if="(tools.isManager() || tools.isEditor() || tools.isGrafico()) && !showMap && editOn"
v-if="
(tools.isManager() || tools.isEditor() || tools.isGrafico()) &&
!showMap &&
editOn
"
v-model="editOn"
color="green"
icon="fas fa-pencil-alt"
@@ -25,7 +29,7 @@
</div>
<div
v-if="(butt_modif_new || mytitle)"
v-if="butt_modif_new || mytitle"
:class="$q.screen.lt.sm ? `` : `q-ma-xs` + ` `"
>
<q-toolbar v-if="mytitle" class="bg-primary text-white">
@@ -108,7 +112,11 @@
:icon="
!showfilteradv ? 'fas fa-arrow-down' : 'fas fa-arrow-up'
"
:label="!showfilteradv ? $t('grid.advanced_filters') : $t('grid.hide_advanced_filters')"
:label="
!showfilteradv
? $t('grid.advanced_filters')
: $t('grid.hide_advanced_filters')
"
@click="showfilteradv = !showfilteradv"
></q-btn>
</div>
@@ -390,7 +398,7 @@
<CMapByTable
ref="myMapComp"
mytable=""
:arrcord="serverData"
:arrcordprop="serverData"
@clickMarker="clickMarker"
@updateMapBoundaries="updateMapBoundaries"
@updateMapZoomOut="updateMapZoomOut"
@@ -678,7 +686,7 @@
!(
myvertical === costanti.VISUTABLE_SCHEDA_USER ||
myvertical === 2 ||
myvertical === costanti.VISUTABLE_SCHEDA_GROUP
myvertical === costanti.VISUTABLE_SCHEDA_GROUP
)
"
v-slot:header="props"
@@ -734,7 +742,7 @@
:options="tablesList"
:display-value="mytitle"
emit-value
@update:model-value="changeTable"
@update:model-value="changeTable(tablesel)"
>
</q-select>
@@ -782,7 +790,11 @@
:icon="
!showfilteradv ? 'fas fa-arrow-down' : 'fas fa-arrow-up'
"
:label="!showfilteradv ? $t('grid.advanced_filters') : $t('grid.hide_advanced_filters')"
:label="
!showfilteradv
? $t('grid.advanced_filters')
: $t('grid.hide_advanced_filters')
"
@click="showfilteradv = !showfilteradv"
></q-btn>
</div>
@@ -1099,8 +1111,8 @@
{{
fieldsTable.getValByTabAndId(
tablesel,
'adType',
props.row['adType']
"adType",
props.row["adType"]
)
}}
<!--<q-icon
@@ -1409,7 +1421,7 @@
>
<q-card class="dialog_card">
<q-bar dense class="bg-primary text-white">
{{ t('dialog.insert') }} {{ mytitlenew }}:
{{ t("dialog.insert") }} {{ mytitlenew }}:
<q-space />
<q-btn flat round color="white" icon="close" v-close-popup></q-btn>
</q-bar>
@@ -1429,7 +1441,11 @@
dense
rounded
:icon="!showfilteradv ? 'fas fa-arrow-down' : 'fas fa-arrow-up'"
:label="showfilteradv ? $t('grid.hide_campi_avanzati') : $t('grid.show_campi_avanzati')"
:label="
showfilteradv
? $t('grid.hide_campi_avanzati')
: $t('grid.show_campi_avanzati')
"
:class="{ 'q-btn--active': showfilteradv }"
:aria-expanded="showfilteradv.toString()"
@click="showfilteradv = !showfilteradv"
@@ -1510,7 +1526,11 @@
size="md"
dense
:icon="!showfilteradv ? 'fas fa-arrow-down' : 'fas fa-arrow-up'"
:label="!showfilteradv ? $t('grid.show_campi_avanzati') : $t('grid.hide_campi_avanzati')"
:label="
!showfilteradv
? $t('grid.show_campi_avanzati')
: $t('grid.hide_campi_avanzati')
"
@click="showfilteradv = !showfilteradv"
></q-btn>
</div>
@@ -1582,5 +1602,5 @@
</script>
<style lang="scss">
@import './CGridTableRec.scss';
@import "./CGridTableRec.scss";
</style>