- migliorata la grafica dell'aggiungi elemento.

This commit is contained in:
Surya Paolo
2025-09-08 20:42:36 +02:00
parent ac84755dbb
commit cb3baf3dbb
13 changed files with 871 additions and 470 deletions

View File

@@ -125,6 +125,7 @@ export const shared_consts = {
IMAGEUPLOAD: 35,
SEPARATOR: 40,
VIDEO: 50,
VIDEO_YOUTUBE: 52,
PAGE: 55,
PAGEINTRO: 58,
CALENDAR: 70,
@@ -1816,66 +1817,82 @@ export const shared_consts = {
{
value: 5,
label: 'Titolo',
icon: 'fas fa-heading',
},
{
value: 8,
label: 'ImgTitolo',
icon: 'fas fa-image',
},
{
value: 10,
label: 'Testo semplice',
icon: 'fas fa-file-alt',
},
{
value: 30,
label: 'Immagine (nomefile)',
icon: 'fas fa-image',
},
{
value: 130,
label: 'MainView',
icon: 'fas fa-eye',
},
{
value: 140,
label: 'Dashboard',
icon: 'fas fa-tachometer-alt',
},
{
value: 145,
label: 'DashGroup',
icon: 'fas fa-users',
},
{
value: 148,
label: 'Lista Movimenti',
icon: 'fas fa-list',
},
{
value: 150,
label: 'SendCoinTo',
icon: 'fas fa-wallet',
},
{
value: 280,
label: 'Tutorial',
icon: 'fas fa-book',
},
{
value: 400,
label: 'Visualizzatore Tabelle',
icon: 'fas fa-table',
},
{
value: 410,
label: 'Qr Code',
icon: 'fas fa-qrcode',
},
{
value: 420,
label: 'Lista Cataloghi',
icon: 'fas fa-list',
},
{
value: 450,
label: 'Raccolte Cataloghi',
icon: 'fas fa-list',
},
{
value: 460,
label: 'Statistiche Pagine',
icon: 'fas fa-chart-pie',
},
{
value: 430, // SEARCHPRODUCT
label: 'Cerca Prodotto',
icon: 'fas fa-search',
},
],
@@ -1883,130 +1900,162 @@ export const shared_consts = {
{
value: 100,
label: 'Check Email',
icon: 'fas fa-envelope',
},
{
value: 120,
label: 'OpenStreetMap',
icon: 'fas fa-globe',
},
{
value: 160,
label: 'Stato Registrati',
icon: 'fas fa-user',
},
{
value: 170,
label: 'CheckIfIsLogged',
icon: 'fas fa-user-lock',
},
{
value: 180,
label: 'Info Versione',
icon: 'fas fa-info-circle',
},
{
value: 190,
label: 'Bottone Condividi',
icon: 'fas fa-share-alt',
},
{
value: 192,
label: 'Bottone Chat Territoriale',
icon: 'fas fa-comments',
},
{
value: 200,
label: 'Presentazione',
icon: 'fas fa-presentation',
},
{
value: 205,
label: 'Attività',
icon: 'fas fa-briefcase',
},
{
value: 210,
label: 'Notifiche in Top',
icon: 'fas fa-bell',
},
{
value: 135,
label: 'Check App Running',
icon: 'fas fa-spinner',
},
{
value: 258,
label: 'Registration',
icon: 'fas fa-user-plus',
},
{
value: 220,
label: 'CHART',
icon: 'fas fa-chart-pie',
},
{
value: 230,
label: 'Check New Version',
icon: 'fas fa-sync-alt',
},
{
value: 240,
label: 'Check Test Version',
icon: 'fas fa-flask',
},
{
value: 250,
label: 'Butt Registrati',
icon: 'fas fa-user-plus',
},
{
value: 255,
label: 'Butt Registrati col Bot',
icon: 'fas fa-user-plus',
},
{
value: 260,
label: 'Butt Login',
icon: 'fas fa-sign-in-alt',
},
{
value: 270,
label: 'Footer',
icon: 'fas fa-copyright',
},
{
value: 280,
label: 'Visu Promo and PDF',
icon: 'fas fa-file-pdf',
},
{
value: 40,
label: 'Separatore',
icon: 'fas fa-minus',
},
{
value: 70,
label: 'Calendario',
icon: 'fas fa-calendar',
},
{
value: 300,
label: 'E-COMMERCE',
icon: 'fas fa-shopping-cart',
},
{
value: 310,
label: 'CATALOGO',
icon: 'fas fa-list',
},
{
value: 315,
label: 'RACCOLTA CATALOGHI',
icon: 'fas fa-list',
},
{
value: 320,
label: 'TOOLS AI',
icon: 'fas fa-robot',
},
{
value: 325,
label: 'CHATBOT',
icon: 'fas fa-robot',
},
{
value: 350,
label: 'MAPPA',
icon: 'fas fa-globe',
},
{
value: 360,
label: 'MAPPAUTENTI',
icon: 'fas fa-globe',
},
{
value: 370,
label: 'MAPPACOMUNI',
icon: 'fas fa-globe',
},
{
value: 380,
label: 'MAPPA GET COORD',
icon: 'fas fa-globe',
},
{
value: 390,
label: 'EDIT ADDRESS BY COORD',
icon: 'fas fa-globe',
},
],
@@ -2024,11 +2073,12 @@ export const shared_consts = {
{
value: 35,
label: 'Immagine',
icon: '',
icon: 'fas fa-image',
},
{
value: 7,
label: 'Scheda (IMG + Testo)',
icon: 'fas fa-id-card',
},
/*
Disattivato perchè attualmente non funziona bene
@@ -2039,26 +2089,37 @@ export const shared_consts = {
{
value: 195,
label: 'Bottone',
icon: 'fas fa-hand-point-right',
},
{
value: 50,
label: 'Video',
icon: 'fas fa-video',
},
{
value: 52,
label: 'Video Youtube',
icon: 'fab fa-youtube',
},
{
value: 55,
label: 'Pagina',
icon: 'fas fa-file-alt',
},
{
value: 58,
label: 'Pagina (solo Intro)',
icon: 'fas fa-file-alt',
},
{
value: 110,
label: "Galleria d'Immagini",
icon: 'fas fa-images',
},
{
value: 6,
label: 'Margine',
icon: 'fas fa-arrows-alt-h',
},
],