@esfaenza/core 19.2.113 → 19.2.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2021,11 +2021,11 @@ class BaseSelectorComponent {
2021
2021
  this.EntityName = outer.EntityName;
2022
2022
  this.ValidationSubject = outer.ValidationSubject;
2023
2023
  // Bridge degli output da dentro a fuori
2024
- outer.dialogVisible = this.dialogVisible;
2025
- outer.dialogHidden = this.dialogHidden;
2026
- outer.inputFinalized = this.inputFinalized;
2027
- outer.inputChange = this.inputChange;
2028
- outer.firstValueLoaded = this.firstValueLoaded;
2024
+ this.dialogVisible = outer.dialogVisible;
2025
+ this.dialogHidden = outer.dialogHidden;
2026
+ this.inputFinalized = outer.inputFinalized;
2027
+ this.inputChange = outer.inputChange;
2028
+ this.firstValueLoaded = outer.firstValueLoaded;
2029
2029
  // Bridge funzioni di inizializzazione
2030
2030
  this.applyFilters = outer.applyFilters.bind(outer);
2031
2031
  this.applyIdFilter = outer.applyIdFilter.bind(outer);