Accomodations ...
This commit is contained in:
@@ -39,7 +39,7 @@ export function Debounce(func: Function, wait?: number, immediate?: boolean) {
|
||||
}
|
||||
}
|
||||
|
||||
return function a2() {
|
||||
/*return function a2() {
|
||||
// @ts-ignore
|
||||
context = this
|
||||
// @ts-ignore
|
||||
@@ -55,5 +55,5 @@ export function Debounce(func: Function, wait?: number, immediate?: boolean) {
|
||||
}
|
||||
|
||||
return result
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
@@ -195,6 +195,116 @@ export const shared_consts = {
|
||||
},
|
||||
],
|
||||
|
||||
TypeHosps: [
|
||||
{
|
||||
value: 1,
|
||||
label: 'Scambio Casa',
|
||||
},
|
||||
{
|
||||
value: 2,
|
||||
label: 'Ospitalità',
|
||||
}
|
||||
],
|
||||
|
||||
TypeAccom: [
|
||||
{
|
||||
value: 1,
|
||||
label: 'Letto matrimoniale',
|
||||
},
|
||||
{
|
||||
value: 2,
|
||||
label: 'Letto singolo',
|
||||
},
|
||||
{
|
||||
value: 3,
|
||||
label: 'Divano-letto',
|
||||
},
|
||||
],
|
||||
|
||||
LocationAccom: [
|
||||
{
|
||||
value: 1,
|
||||
label: 'Camera Privata',
|
||||
},
|
||||
{
|
||||
value: 2,
|
||||
label: 'Camera Condivisa',
|
||||
},
|
||||
{
|
||||
value: 3,
|
||||
label: 'Soggiorno',
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
People: [
|
||||
{
|
||||
value: 0,
|
||||
label: 'Nessuna',
|
||||
},
|
||||
{
|
||||
value: 1,
|
||||
label: '1',
|
||||
},
|
||||
{
|
||||
value: 2,
|
||||
label: '2',
|
||||
},
|
||||
{
|
||||
value: 3,
|
||||
label: '3',
|
||||
},
|
||||
{
|
||||
value: 4,
|
||||
label: '4',
|
||||
},
|
||||
{
|
||||
value: 5,
|
||||
label: '5',
|
||||
},
|
||||
{
|
||||
value: 6,
|
||||
label: '6',
|
||||
},
|
||||
{
|
||||
value: 7,
|
||||
label: '7',
|
||||
},
|
||||
{
|
||||
value: 8,
|
||||
label: '8',
|
||||
},
|
||||
{
|
||||
value: 9,
|
||||
label: '9',
|
||||
},
|
||||
{
|
||||
value: 10,
|
||||
label: '10',
|
||||
},
|
||||
{
|
||||
value: 11,
|
||||
label: '11',
|
||||
},
|
||||
{
|
||||
value: 12,
|
||||
label: '12',
|
||||
},
|
||||
{
|
||||
value: 13,
|
||||
label: '13',
|
||||
},
|
||||
{
|
||||
value: 14,
|
||||
label: '14',
|
||||
},
|
||||
{
|
||||
value: 15,
|
||||
label: '15',
|
||||
},
|
||||
],
|
||||
|
||||
Regions: [
|
||||
{
|
||||
value: 'ABR',
|
||||
|
||||
Reference in New Issue
Block a user