@arsedizioni/ars-utils 20.3.59 → 20.3.61

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.
@@ -3996,8 +3996,8 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
3996
3996
  }
3997
3997
  }
3998
3998
  /**
3999
- * Show free text help
4000
- */
3999
+ * Show free text help
4000
+ */
4001
4001
  help() {
4002
4002
  this.dialogService.open(ClipperSearchFreeTextHelpComponent, {
4003
4003
  ariaLabel: 'informazioni ricerca',
@@ -4024,6 +4024,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
4024
4024
  });
4025
4025
  d.componentInstance.done.subscribe((result) => {
4026
4026
  this.filterParams.text = result.query;
4027
+ this.changeDetector.markForCheck();
4027
4028
  d.close();
4028
4029
  });
4029
4030
  }