- aggiornato Card service, e CGridTableRec.
This commit is contained in:
@@ -187,18 +187,6 @@ export const costanti = {
|
||||
showinoptions: true,
|
||||
showinprofile: true,
|
||||
},
|
||||
// {
|
||||
// visible: false,
|
||||
// title: 'Scuola',
|
||||
// strsingolo: 'Scuola',
|
||||
// to: '/school',
|
||||
// icon: 'fas fa-book-open',
|
||||
// color: 'orange-6',
|
||||
// hint: '',
|
||||
// disable: true,
|
||||
// small: false,
|
||||
// table: '',
|
||||
// },
|
||||
{
|
||||
visible: true,
|
||||
annuncio: true,
|
||||
@@ -248,82 +236,6 @@ export const costanti = {
|
||||
visuonstat: true,
|
||||
showinprofile: true,
|
||||
},
|
||||
// {
|
||||
// visible: false,
|
||||
// strsingolo: 'Luogo',
|
||||
// title: 'Luoghi',
|
||||
// to: '/places',
|
||||
// icon: 'fas fa-map-marker-alt',
|
||||
// color: 'blue-6',
|
||||
// hint: '',
|
||||
// disable: true,
|
||||
// small: false,
|
||||
// table: '',
|
||||
// },
|
||||
// {
|
||||
// visible: false,
|
||||
// strsingolo: 'Idea',
|
||||
// title: 'Tue Idee',
|
||||
// to: '/ideas',
|
||||
// icon: 'fas fa-lightbulb',
|
||||
// color: 'red-6',
|
||||
// textcolor: '',
|
||||
// hint: '',
|
||||
// disable: true,
|
||||
// small: true,
|
||||
// table: '',
|
||||
// },
|
||||
/*{
|
||||
visible: false,
|
||||
title: 'Sostieni il Progetto️',
|
||||
to: '/fundraising',
|
||||
icon: 'fas fa-hand-holding-heart',
|
||||
color: 'green-6',
|
||||
hint: '',
|
||||
disable: false,
|
||||
small: false,
|
||||
link: true,
|
||||
table: '',
|
||||
},
|
||||
{
|
||||
visible: false,
|
||||
title: 'Assistenza',
|
||||
to: '/istruzioni',
|
||||
icon: 'fas fa-question',
|
||||
color: 'yellow',
|
||||
hint: '',
|
||||
disable: false,
|
||||
small: true,
|
||||
link: true,
|
||||
table: '',
|
||||
},*/
|
||||
// {
|
||||
// visible: false,
|
||||
// title: 'Social',
|
||||
// to: '/socialising',
|
||||
// icon: 'fas fa-users',
|
||||
// color: 'blue-6',
|
||||
// hint: '',
|
||||
// disable: true,
|
||||
// small: true,
|
||||
// table: '',
|
||||
// },
|
||||
// {
|
||||
// visible: false,
|
||||
// title: ' Attività ',
|
||||
// subtitle: 'Artigiani, Aziende, Società, Negozi',
|
||||
// strsingolo: 'Attivita',
|
||||
// to: '/activities',
|
||||
// icon: 'fas fa-tshirt',
|
||||
// color: 'indigo-6',
|
||||
// hint: '',
|
||||
// table: 'attivitas',
|
||||
// visuonstat: true,
|
||||
// small: false,
|
||||
// showfavorite: true,
|
||||
// forgroup: true,
|
||||
// showinoptions: false,
|
||||
// },
|
||||
],
|
||||
|
||||
GROUPCARDS: [
|
||||
|
||||
@@ -4415,9 +4415,7 @@ export const colTableProdShort = [
|
||||
field: 'productInfo',
|
||||
subfield: 'description',
|
||||
showWhen:
|
||||
costanti.showWhen.NewRec +
|
||||
costanti.showWhen.InPage +
|
||||
costanti.showWhen.InEdit,
|
||||
costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'productInfo.imagefile',
|
||||
@@ -6167,6 +6165,7 @@ export const colTableCircuitComplete = [
|
||||
costanti.showWhen.InView_OnlyifExist,
|
||||
required: true,
|
||||
}),
|
||||
AddCol({ name: 'card', label_trans: 'circuit.card' }),
|
||||
// AddCol({ name: 'strProv', label_trans: 'reg.provincia', fieldtype: costanti.FieldType.string,
|
||||
// showWhen: costanti.showWhen.NewRec + costanti.showWhen.InPage + costanti.showWhen.InEdit + costanti.showWhen.InView_OnlyifExist,
|
||||
// }),
|
||||
@@ -6472,6 +6471,7 @@ export const colTableCircuit = [
|
||||
costanti.showWhen.InView_OnlyifExist,
|
||||
required: true,
|
||||
}),
|
||||
AddCol({ name: 'card', label_trans: 'circuit.card' }),
|
||||
AddCol({
|
||||
name: 'visibility',
|
||||
label_trans: 'bot.visibility',
|
||||
|
||||
@@ -4554,10 +4554,6 @@ export const tools = {
|
||||
);
|
||||
},
|
||||
|
||||
getheight(mythis: any) {
|
||||
// return height()
|
||||
return mytools.$q.screen.height;
|
||||
},
|
||||
getwidth(mythisq: any, withright = false, withleft = true): number {
|
||||
const globalStore = useGlobalStore();
|
||||
// return height()
|
||||
|
||||
Reference in New Issue
Block a user