From 85a387cc8657d1df65da79c2dd2fb0f7d07d85ca Mon Sep 17 00:00:00 2001 From: Alessio Date: Thu, 7 May 2020 12:22:12 +0200 Subject: [PATCH] fix merge --- .../wwwroot/assets/styles/base/paddle.css | 65 ------------------- .../base-components/estrazione-principale.ts | 8 --- .../base-components/estrazione-principale.vue | 15 +++-- .../base-components/inputSottosquadra.vue | 21 +++++- .../components/base-components/inputTermo.ts | 26 +------- .../components/base-components/inputTermo.vue | 7 +- .../base-components/setupSottosquadra.vue | 6 +- .../components/sottosquadra-stampo.vue | 35 +++++----- .../opzioni/components/termoregolatori.vue | 13 +--- .../components/base-components/ventilatori.ts | 6 -- .../base-components/ventilatori.vue | 14 +++- .../components/show-raffreddamento-info.vue | 2 +- .../base-components/vuoto-principale.vue | 17 +++-- 13 files changed, 77 insertions(+), 158 deletions(-) delete mode 100644 Thermo.Active/wwwroot/assets/styles/base/paddle.css diff --git a/Thermo.Active/wwwroot/assets/styles/base/paddle.css b/Thermo.Active/wwwroot/assets/styles/base/paddle.css deleted file mode 100644 index ecc5a8e2..00000000 --- a/Thermo.Active/wwwroot/assets/styles/base/paddle.css +++ /dev/null @@ -1,65 +0,0 @@ -.hidden { - visibility: hidden; -} -button { - cursor: pointer; -} -/* remove blue outline */ -button:focus { - outline: 0; -} -.burger-button { - position: relative; - height: 30px; - width: 32px; - display: block; - z-index: 999; - border: 0; - border-radius: 0; - background-color: transparent; - pointer-events: all; - transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); -} -.burger-bar { - background-color: #130f40; - position: absolute; - top: 50%; - right: 6px; - left: 6px; - height: 2px; - width: auto; - margin-top: -1px; - transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); -} -.burger-bar--1 { - -webkit-transform: translateY(-6px); - transform: translateY(-6px); -} -.burger-bar--2 { - transform-origin: 100% 50%; - transform: scaleX(0.8); -} -.burger-button:hover .burger-bar--2 { - transform: scaleX(1); -} -.no-touchevents .burger-bar--2:hover { - transform: scaleX(1); -} -.burger-bar--3 { - transform: translateY(6px); -} -#burger.active .burger-button { - transform: rotate(-180deg); -} -#burger.active .burger-bar { - background-color: #fff; -} -#burger.active .burger-bar--1 { - transform: rotate(45deg); -} -#burger.active .burger-bar--2 { - opacity: 0; -} -#burger.active .burger-bar--3 { - transform: rotate(-45deg); -} diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.ts index 49a756e9..7a3f942e 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.ts @@ -10,11 +10,6 @@ scheda:Scheda, slider:Slider}}) export default class EstrazionePrincipale extends Vue{ -recipe:Recipe.IRecipe={ - - -} - recipe:Recipe.IRecipe={ extraction_main_delay:{ @@ -58,9 +53,6 @@ recipe:Recipe.IRecipe={ } }; - @Prop({default:0}) - ritardo:number; - mockR:number=this.ritardo; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.vue index eafdf147..8735e2ed 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/base-components/estrazione-principale.vue @@ -6,7 +6,12 @@ - + +
- + +
- + +
- + + \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/sottosquadra-stampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/sottosquadra-stampo.vue index a3e81c01..231ba3e8 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/sottosquadra-stampo.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/sottosquadra-stampo.vue @@ -6,9 +6,9 @@ :numSottoSq="1" status="On" modalita="Label modalità" - :quota="recipe.options_undercutupperplate_1_position.valueAct" - :ritardoAtt="recipe.options_undercutupperplate_1_delay_acti.valueAct" - :ritardoDisatt="recipe.options_undercutupperplate_1_delay_dis.valueAct" + :quota="recipe.options_undercutupperplate_1_position" + :ritardoAtt="recipe.options_undercutupperplate_1_delay_acti" + :ritardoDisatt="recipe.options_undercutupperplate_1_delay_dis" > @@ -61,7 +61,6 @@ :quota="recipe.options_undercutupperplate_1_position" :ritardoAtt="recipe.options_undercutupperplate_1_delay_acti" :ritardoDisatt="recipe.options_undercutupperplate_1_delay_dis" - :unitMeasure="recipe.options_undercutupperplate_1_position.unitMeasure" > @@ -70,7 +69,6 @@ :quota="recipe.options_undercutupperplate_2_position" :ritardoAtt="recipe.options_undercutupperplate_2_delay_acti" :ritardoDisatt="recipe.options_undercutupperplate_2_delay_dis" - :unitMeasure="recipe.options_undercutupperplate_2_position.unitMeasure" > @@ -79,7 +77,6 @@ :quota="recipe.options_undercutupperplate_3_position" :ritardoAtt="recipe.options_undercutupperplate_3_delay_acti" :ritardoDisatt="recipe.options_undercutupperplate_3_delay_dis" - :unitMeasure="recipe.options_undercutupperplate_3_position.unitMeasure" > @@ -88,7 +85,6 @@ :quota="recipe.options_undercutupperplate_4_position" :ritardoAtt="recipe.options_undercutupperplate_4_delay_acti" :ritardoDisatt="recipe.options_undercutupperplate_4_delay_dis" - :unitMeasure="recipe.options_undercutupperplate_4_position.unitMeasure" > @@ -97,7 +93,6 @@ :quota="recipe.options_undercutupperplate_5_position" :ritardoAtt="recipe.options_undercutupperplate_5_delay_acti" :ritardoDisatt="recipe.options_undercutupperplate_5_delay_dis" - :unitMeasure="recipe.options_undercutupperplate_5_position.unitMeasure" > diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/termoregolatori.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/termoregolatori.vue index 7d158e54..21a0691a 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/termoregolatori.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/termoregolatori.vue @@ -80,15 +80,12 @@ - + >
@@ -96,7 +93,6 @@ @@ -104,7 +100,6 @@ @@ -112,7 +107,6 @@ @@ -120,7 +114,6 @@ @@ -128,7 +121,6 @@ @@ -136,7 +128,6 @@ @@ -144,7 +135,6 @@ @@ -152,7 +142,6 @@ diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.ts index 82d425e3..0b45d876 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.ts @@ -39,12 +39,6 @@ export default class Ventilatori extends Vue{ } }; - @Prop({default:0}) - durata:number; - @Prop({default:0}) - ritardo:number; - mockD:number=this.durata; - mockR:number=this.ritardo; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.vue index 56e8fb85..78095f9b 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/base-components/ventilatori.vue @@ -12,12 +12,22 @@ - + +
- + + diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/show-raffreddamento-info.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/show-raffreddamento-info.vue index 6dd8bf9b..e19c0a5b 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/show-raffreddamento-info.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/raffreddamento/components/show-raffreddamento-info.vue @@ -19,7 +19,7 @@ Conferma - + diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue index 034a30f1..71563151 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue @@ -15,7 +15,12 @@ - + +
@@ -23,24 +28,26 @@ - + +