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/base-components/inputTermo.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputTermo.ts
index cc44eef2..bb5cca30 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputTermo.ts
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputTermo.ts
@@ -7,35 +7,11 @@ import ToggleButton from "@/components/toggleButton.vue";
@Component({name:"input-termo", components:{slider:Slider, ToggleButton}})
export default class inputTermo extends Vue{
- @Prop()
- value:number;
- // @Prop({default:0})
- // min:number;
- // @Prop({default:0})
- // max:number;
- @Prop({default:""})
- unitMeasure:string;
+
@Prop({})
abilitazione:Recipe.IValue;
@Prop({})
setpoint:Recipe.IValue;
- // @Prop({default:false})
- // visible_abilitazione: boolean;
- // @Prop({default:false})
- // enabled_abilitazione: boolean;
- // @Prop({default:false})
- // hasError_abilitazione: boolean;
-
-
- // abilit:boolean=this.enabled_abilitazione;
- // // mockSet:number=this.setpoint;
- // get mockSet() {
- // return this.value;
- // };
-
- // set mockSet(v: number) {
- // this.$emit('input', v);
- // };
}
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputTermo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputTermo.vue
index 0d070230..43010022 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputTermo.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/inputTermo.vue
@@ -8,7 +8,12 @@
-
+
+
\ No newline at end of file
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/setupSottosquadra.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/setupSottosquadra.vue
index 4c1eac7e..a9eff3eb 100644
--- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/setupSottosquadra.vue
+++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/components/base-components/setupSottosquadra.vue
@@ -3,9 +3,9 @@
-
-
-
+
+
+
\ 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 @@
-
+
+