diff --git a/Thermo.Active/wwwroot/assets/svg/disegno-termosuperiore.svg b/Thermo.Active/wwwroot/assets/svg/disegno-termo.svg similarity index 100% rename from Thermo.Active/wwwroot/assets/svg/disegno-termosuperiore.svg rename to Thermo.Active/wwwroot/assets/svg/disegno-termo.svg diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts index 07dfb50a..ab0fac0d 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts @@ -10,7 +10,7 @@ export class KeyboardHelper { if (KeyboardHelper.currentKeyboard) { KeyboardHelper.currentKeyboard.resetTo(value); KeyboardHelper.currentKeyboard.positionX = x; - debugger + KeyboardHelper.currentKeyboard.positionY = y; KeyboardHelper.currentKeyboard.visible = true; } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts index 11d3a3a9..38a77b6b 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts @@ -53,7 +53,7 @@ export default class ShowCicloInfo extends Vue { cycle_loader_manualunloading_enabled: this.recipe.cycle_loader_manualunloading_enabled, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts index 47137936..4736895e 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts @@ -70,7 +70,7 @@ export default class ShowControstampoInfo extends Vue { upperplate_extraction_manual: this.recipe.upperplate_extraction_manual, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts index 19f948c1..b6e74b5c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts @@ -50,7 +50,7 @@ export default class ShowEstrazioneInfo extends Vue { extraction_aux_manual: this.recipe.extraction_aux_manual, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts index 9658a4a4..2c389ec8 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts @@ -6,5 +6,5 @@ import {Prop} from 'vue-property-decorator'; export default class ControstampoSVG extends Vue{ @Prop({}) - alt:Recipe.IValue; + recipe:Recipe.IRecipe; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue index 36868f28..8371d378 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue @@ -4,7 +4,7 @@