@arsedizioni/ars-utils 19.2.13 → 19.2.14

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.
@@ -2861,7 +2861,8 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
2861
2861
  });
2862
2862
  this.isLaws = (allowEmpty = true) => {
2863
2863
  return (allowEmpty && this.filterParams.modules && this.filterParams.modules.length === 0) || (this.filterParams.modules?.findIndex(x => x.value === ClipperModule.GazzetteBollettiniEFontiDiverse ||
2864
- x.value === ClipperModule.NormativaVigente) !== -1);
2864
+ x.value === ClipperModule.NormativaVigente ||
2865
+ x.value === ClipperModule.GiurisprudenzaRecente) !== -1);
2865
2866
  };
2866
2867
  this.isReadable = () => {
2867
2868
  return ((this.canSearch() && this.filterParams.modules?.length === 0) ||