@arsedizioni/ars-utils 20.3.25 → 20.3.27

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.
@@ -3479,6 +3479,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
3479
3479
  */
3480
3480
  clearFilter() {
3481
3481
  ClipperSearchUtils.clear(this.filterParams);
3482
+ this.filterParams.modules = [{ name: "Normativa vigente", shortName: "Normativa vigente", value: ClipperModule.NormativaVigente }];
3482
3483
  this.filterSelector()?.reset();
3483
3484
  this.filterParams.searchId = undefined;
3484
3485
  this.filterParams.searchName = undefined;