diff --git a/.env.development b/.env.development index a9327983..08668a21 100755 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.3.18" +APP_VERSION="0.3.19" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/.env.example.production b/.env.example.production index 29fe1d07..ee18921f 100755 --- a/.env.example.production +++ b/.env.example.production @@ -1,4 +1,4 @@ -APP_VERSION="0.3.18" +APP_VERSION="0.3.19" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/_ALL_SITES/insiemesipuo.app/.env.development b/_ALL_SITES/insiemesipuo.app/.env.development index 94544817..1e3497f0 100755 --- a/_ALL_SITES/insiemesipuo.app/.env.development +++ b/_ALL_SITES/insiemesipuo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.3.18" +APP_VERSION="0.3.19" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/popolodelnuovomondo.app/.env.development b/_ALL_SITES/popolodelnuovomondo.app/.env.development index f68b6bc7..12ba628b 100755 --- a/_ALL_SITES/popolodelnuovomondo.app/.env.development +++ b/_ALL_SITES/popolodelnuovomondo.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.3.18" +APP_VERSION="0.3.19" SERVICE_WORKER_FILE="service-worker.js" APP_ID="12" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.development b/_ALL_SITES/riso.app/.env.development index c4ec9c33..8e5c97cc 100755 --- a/_ALL_SITES/riso.app/.env.development +++ b/_ALL_SITES/riso.app/.env.development @@ -1,4 +1,4 @@ -APP_VERSION="0.3.18" +APP_VERSION="0.3.19" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL="newfreeplanet" diff --git a/_ALL_SITES/riso.app/.env.test b/_ALL_SITES/riso.app/.env.test index b8a1147b..81038983 100755 --- a/_ALL_SITES/riso.app/.env.test +++ b/_ALL_SITES/riso.app/.env.test @@ -1,4 +1,4 @@ -APP_VERSION="0.3.18" +APP_VERSION="0.3.19" SERVICE_WORKER_FILE="service-worker.js" APP_ID="13" DIRECTORY_LOCAL=newfreeplanet diff --git a/package.json b/package.json index 226b9065..3d1c0477 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "riso", - "version": "0.3.18", + "version": "0.3.19", "description": "Riso", "productName": "Riso", "author": "Paolo Arena", diff --git a/src/common/shared_vuejs.ts b/src/common/shared_vuejs.ts index 64a5964f..1c94f661 100755 --- a/src/common/shared_vuejs.ts +++ b/src/common/shared_vuejs.ts @@ -95,6 +95,7 @@ export const shared_consts = { TABLES_USER_INCLUDE_MY: ['mygroups'], TABLES_GETCOMPLETEREC: ['myskills', 'mybachecas', 'myhosps', 'mygoods'], TABLES_WITH_FILTER_FIELD: ['caldate'], + COL_WITH_FILTER_GTE: ['numMaxPeopleHosp'], TABLES_WITH_DATE: ['mybachecas', 'myhosps'], TABLES_WITH_SORTING: ['mybachecas', 'myhosps'], TABLES_REC_ID: ['skills', 'goods', 'subskills', 'myskills', 'mybachecas', 'myhosps', 'mygoods'], @@ -346,10 +347,6 @@ export const shared_consts = { ], Preferences: [ - { - value: 1, - label: 'Si accettano bambini', - }, { value: 2, label: 'Si accettano cani', @@ -386,6 +383,42 @@ export const shared_consts = { value: 10, label: 'Cucina Vegana', }, + { + value: 11, + label: 'Uso della Cucina', + }, + { + value: 12, + label: 'Uso della Lavatrice', + }, + { + value: 13, + label: 'Aria condizionata', + }, + { + value: 14, + label: 'Ventilatore', + }, + { + value: 15, + label: 'Doccia all\'aperto', + }, + { + value: 16, + label: 'TV', + }, + { + value: 17, + label: 'Eventi consentiti', + }, + { + value: 18, + label: 'Adatto a bambini da 2 a 12 anni', + }, + { + value: 19, + label: 'Adatto ai neonati (fino ai 2 anni)', + }, ], Regions: [ diff --git a/src/components/CDateTime/CDateTime.ts b/src/components/CDateTime/CDateTime.ts index 10a24417..6f2b945f 100755 --- a/src/components/CDateTime/CDateTime.ts +++ b/src/components/CDateTime/CDateTime.ts @@ -76,7 +76,7 @@ export default defineComponent({ } function Opening() { - // console.log('Opening', 'myvalue', myvalue, 'value', value) + console.log('Opening', 'myvalue', myvalue.value) saveit.value = false valueprec.value = myvalue.value if (myvalue.value === '') { diff --git a/src/components/CDateTime/CDateTime.vue b/src/components/CDateTime/CDateTime.vue index e6fd1f45..782a3909 100755 --- a/src/components/CDateTime/CDateTime.vue +++ b/src/components/CDateTime/CDateTime.vue @@ -38,7 +38,7 @@