- Ricerca Titolo per nome o autore o ISBN o codice articolo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { IImg } from "./GlobalStore"
|
||||
import type { ICollana } from "./Products"
|
||||
import type { ICollana, IProduct } from "./Products"
|
||||
|
||||
|
||||
export interface ICatalog {
|
||||
@@ -26,7 +26,7 @@ export interface ICatalog {
|
||||
data_generato?: Date
|
||||
pdf_online?: string
|
||||
data_online?: Date
|
||||
|
||||
|
||||
pdf_generato_stampa?: string
|
||||
data_generato_stampa?: Date
|
||||
pdf_online_stampa?: string
|
||||
@@ -34,8 +34,10 @@ export interface ICatalog {
|
||||
|
||||
date_created?: Date,
|
||||
date_updated?: Date,
|
||||
|
||||
lista_prodotti?: IProduct[]
|
||||
}
|
||||
|
||||
export interface ICatalogState {
|
||||
catalogs?: ICatalog[]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user