Pannello Utente

Aggiornamento Yarn
This commit is contained in:
Paolo Arena
2022-07-10 01:24:54 +02:00
parent 51e13794c3
commit 42cb624f41
82 changed files with 2379 additions and 1162 deletions

View File

@@ -44,7 +44,7 @@
color="white" text-color="blue"
:icon="col.icon ? col.icon : `fas fa-globe`"
:href="tools.getlinkstd(myvalue)"
:label="myvalue"
:label="tools.firstchars(myvalue, 40)"
target="_blank"
>
</q-btn>
@@ -613,6 +613,7 @@
counter
:type="col.fieldtype === costanti.FieldType.crypted ? 'password' : 'text'"
:maxlength="col.maxlength ? col.maxlength : undefined"
:minlength="col.minlength ? col.minlength : undefined"
v-model="scope.value"
:autogrow="col.fieldtype !== costanti.FieldType.crypted"
@keyup.enter.stop
@@ -841,6 +842,7 @@
<q-input
v-model="scope.value"
:maxlength="col.maxlength ? col.maxlength : undefined"
:minlength="col.minlength ? col.minlength : undefined"
type="password"
@keyup.enter="scope.set"
autofocus>