PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import { IAction } from '@src/model/Projects'
|
||||
import { IFriends, IGroupShort, IMyGroup, IPaymentType } from '@src/model/UserStore'
|
||||
import {
|
||||
IDepartment, IQueryAI, IProducer, IShareWithUs, IStorehouse, IProductInfo, IProvider, IScontistica, ICategory, IGasordine, ICatProd, ISubCatProd, ICatAI,
|
||||
import type { IAction } from '@src/model/Projects'
|
||||
import type { IFriends, IGroupShort, IMyGroup, IPaymentType } from '@src/model/UserStore'
|
||||
import type {
|
||||
IDepartment, IQueryAI, IProducer, IShareWithUs, IStorehouse, IProvider, IScontistica, ICategory, IGasordine, ICatProd, ISubCatProd, ICatAI,
|
||||
IProduct
|
||||
} from '@src/model/Products';
|
||||
import {
|
||||
IProductInfo
|
||||
} from '@src/model/Products'
|
||||
|
||||
import { IUserFields, IUserProfile } from '@src/model/UserStore'
|
||||
import type { IUserFields, IUserProfile } from '@src/model/UserStore'
|
||||
|
||||
export interface IPost {
|
||||
title: string
|
||||
@@ -172,8 +175,8 @@ export interface IMyElem {
|
||||
listcards?: IMyCard[]
|
||||
catalogo?: IOptCatalogo
|
||||
elemsText?: IElemText[]
|
||||
titleBanner: string
|
||||
classBanner: string
|
||||
titleBanner?: string
|
||||
classBanner?: string
|
||||
}
|
||||
|
||||
export interface IElemText {
|
||||
@@ -225,7 +228,7 @@ export interface IMyPage {
|
||||
loadFirst?: boolean
|
||||
showFooter?: boolean
|
||||
mainMenu?: boolean
|
||||
sottoMenu?: String[]
|
||||
sottoMenu?: string[]
|
||||
|
||||
//Memory
|
||||
loaded?: boolean
|
||||
@@ -366,6 +369,7 @@ export interface INewsToSent {
|
||||
_id: string
|
||||
idapp?: string
|
||||
label?: string
|
||||
activate?: boolean
|
||||
templemail_str?: string
|
||||
numemail_tot?: number
|
||||
numemail_sent?: number
|
||||
@@ -476,7 +480,7 @@ export interface IGlobalState {
|
||||
testp1: ITestp1
|
||||
connData: IConnData
|
||||
posts: IPost[]
|
||||
menulinks: {}
|
||||
menulinks: object,
|
||||
listatodo: IMenuList[]
|
||||
arrConfig: IConfig[]
|
||||
lastaction: IAction
|
||||
@@ -591,7 +595,7 @@ export interface IListRoutes {
|
||||
urlroute?: string
|
||||
img?: string
|
||||
mainMenu?: boolean
|
||||
sottoMenu?: String[]
|
||||
sottoMenu?: string[]
|
||||
// ------------------------
|
||||
faIcon?: string
|
||||
text?: string
|
||||
@@ -756,13 +760,13 @@ export interface IDimensioni {
|
||||
|
||||
export interface IAreaDiStampa {
|
||||
margini?: IBorder
|
||||
unit: string
|
||||
format: number[]
|
||||
orientation: string
|
||||
compress: boolean
|
||||
scale: number
|
||||
scale_printable: number
|
||||
scalecanvas: number
|
||||
unit?: string
|
||||
format?: number[]
|
||||
orientation?: string
|
||||
compress?: boolean
|
||||
scale?: number
|
||||
scale_printable?: number
|
||||
scalecanvas?: number
|
||||
}
|
||||
|
||||
export interface IElementiPagina {
|
||||
@@ -779,8 +783,8 @@ export interface IText {
|
||||
export interface IElementiScheda {
|
||||
pagina: IPagina
|
||||
riga: IDimensioni
|
||||
scheda_prodotto: IDimensioni
|
||||
immagine_prodotto: IDimensioni
|
||||
scheda_prodotto: IDimensioni
|
||||
immagine_prodotto: IDimensioni
|
||||
}
|
||||
|
||||
export interface IMyScheda {
|
||||
@@ -817,7 +821,7 @@ export interface ISchedaSingola {
|
||||
scheda?: IMyScheda,
|
||||
order?: number,
|
||||
numPagineMax?: number,
|
||||
|
||||
|
||||
// In Memoria
|
||||
idPageOrig?: string
|
||||
arrProdToShow?: IProduct[][][]
|
||||
@@ -1389,6 +1393,7 @@ export interface ICircuit {
|
||||
admins?: IFriends[]
|
||||
createdBy?: string
|
||||
regulation?: string
|
||||
note?: string
|
||||
numMembers?: number
|
||||
req_users?: IFriends[]
|
||||
refused_users?: IFriends[]
|
||||
@@ -1575,4 +1580,16 @@ export interface IAttivita {
|
||||
date_updated?: Date
|
||||
|
||||
createdBy?: string // Username del creatore (proponente)
|
||||
}
|
||||
}
|
||||
|
||||
export interface IOptQueryGM {
|
||||
nameTable: string
|
||||
campispeciali?: boolean
|
||||
query?: string
|
||||
numrec?: number
|
||||
where?: string
|
||||
fieldGM?: string
|
||||
outhtml: boolean
|
||||
showQtaDisponibile?: boolean
|
||||
cmd?: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user