- aggiornato la versione STAMPA, che non funzionava

This commit is contained in:
Surya Paolo
2025-07-07 09:37:48 +02:00
parent e7ead2e66a
commit ee5ac4e554
72 changed files with 3594023 additions and 48 deletions

View File

@@ -237,6 +237,7 @@ export interface IMyPage {
onlyif_logged?: boolean
only_residenti?: boolean
only_consiglio?: boolean
only_collab?: boolean
submenu?: boolean
l_par?: number,
l_child?: number,
@@ -479,6 +480,7 @@ export interface ISelector {
export interface IGlobalState {
finishLoading: boolean
showHeader?: boolean
inStampa?: boolean
conta: number
wasAlreadySubOnDb: boolean
wasAlreadySubscribed: boolean
@@ -612,6 +614,7 @@ export interface IListRoutes {
color?: string
onlyEditor?: boolean
onlyCommerciale?: boolean
onlyCollaboratore?: boolean
onlyGrafico?: boolean
extraclass?: string
meta?: any