@arsedizioni/ars-utils 20.2.18 → 20.2.19

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.
@@ -1039,7 +1039,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
1039
1039
  private changeDetector;
1040
1040
  private clipperService;
1041
1041
  readonly useSelections: _angular_core.InputSignal<boolean>;
1042
- readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
1042
+ readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
1043
1043
  protected selection: () => ClipperDocumentInfo[];
1044
1044
  readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
1045
1045
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
@@ -3033,6 +3033,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
3033
3033
  ngOnInit() {
3034
3034
  // Initialize filter
3035
3035
  this.filterParams.version = 7;
3036
+ this.filterParams.modules = [{ name: "Normativa vigente", shortName: "Normativa vigente", value: ClipperModule.NormativaVigente }];
3036
3037
  this.initializeFilter();
3037
3038
  // Initialize selection
3038
3039
  this.selection = new SelectableModel(true, 'documentId');