- aggiornato l'Editor HTML

This commit is contained in:
Surya Paolo
2024-09-13 19:42:55 +02:00
parent 791e18f167
commit 0872afbb39
55 changed files with 1451 additions and 1137 deletions

View File

@@ -295,10 +295,10 @@ export const shared_consts = {
// Condivise
TABLES_FAVORITE_BOOKMARK: ['myskills', 'mygoods', 'mybachecas', 'myhosps', 'attivitas'],
// Solo per VUE.JS
TABLES_INSERT_ALMOST_ONE_TO_ENABLE_CIRCUIT: ['myskills', 'myhosps', 'mygoods'],
TABLES_WITH_FILTER_FIELD: ['caldate'],
@@ -1139,7 +1139,7 @@ export const shared_consts = {
OrderStat: {
// IN_CART: { label: 'In Carrello', value: 1 }, //IN_CART
IN_CORSO: { label: 'In Corso', value: 2, icon: 'fas fa-tasks', color: 'text-black' }, //CHECKOUT_SENT
PREPARED: { label: 'Preparati', value: 15, icon: 'fas fa-archive', color: 'text-orange' },
PREPARED: { label: 'Preparati', value: 15, icon: 'fas fa-archive', color: 'text-orange' },
CONFERMATI: { label: 'Confermati', value: 3, icon: 'fas fa-calendar', color: 'text-blue' }, //ORDER_CONFIRMED
PAGATI: { label: 'Pagati', value: 4, icon: 'money', color: 'text-green' }, //PAYED
DELIVERED: { label: 'Consegnato', value: 5, icon: 'fas fa-calendar', color: 'text-blue' }, //DELIVERED
@@ -1788,18 +1788,20 @@ export const shared_consts = {
{
value: 20,
label: 'Testo',
icon: 'fas fa-file-alt',
},
{
value: 35,
label: 'Immagine',
icon: '',
},
{
value: 7,
label: 'Scheda (1 Immagine e Testo)',
label: 'Scheda (IMG + Testo)',
},
{
value: 9,
label: 'Poster (1 Immagine + Testo)',
label: 'Poster (IMG + Testo)',
},
{
value: 195,
@@ -2038,7 +2040,7 @@ export const shared_consts = {
idSkill: 1,
idCity: 1,
logo: 1,
photos: 1,
photos: 1,
note: 1,
descr: 1,
website: 1,
@@ -2053,7 +2055,7 @@ export const shared_consts = {
createdBy: 1,
//**ADDFIELD_ATTIVITA
};
} else if (table === this.TABLES_MYBACHECAS) {
proj = {
recSkill: 1,
@@ -2187,9 +2189,9 @@ export const shared_consts = {
EPUB: 105,
MOBI: 106,
PDF: 107,
STREAMING: 108,
STREAMING: 108,
},
VERSIONI_PRODOTTO: [
{
label: '[Nessuno]',
@@ -2218,7 +2220,7 @@ export const shared_consts = {
},
{
label: 'EPUB',
value: 105,
value: 105,
color: 'orange',
},
{
@@ -2236,8 +2238,8 @@ export const shared_consts = {
value: 108,
color: 'red',
},
],
],
}