- Ricerca Titolo per nome o autore o ISBN o codice articolo

This commit is contained in:
Surya Paolo
2025-03-31 23:55:53 +02:00
parent 7624f16723
commit 61c1dc3d0d
67 changed files with 760 additions and 1618 deletions

View File

@@ -747,6 +747,7 @@ export interface IBarCode {
export interface IPagina {
dimensioni?: IDimensioni
testo_title?: IText
testo_up?: IText
testo_down?: IText
}
@@ -1034,6 +1035,7 @@ export interface ISearchList {
keycookie?: string
showcount?: boolean
tablesel?: string
collabel?: string | object
icon?: string
filteradv?: boolean
filter_extra?: object
@@ -1098,6 +1100,7 @@ export interface IDataToSet {
data?: any
myfunc?: any
inviaemail?: any
aggiornainmem?: boolean
}
export interface INewsState {