@arsedizioni/ars-utils 19.0.127 → 19.0.130

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.
@@ -13,7 +13,7 @@ export declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
13
13
  private changeDetector;
14
14
  private clipperService;
15
15
  readonly useSelections: import("@angular/core").InputSignal<boolean>;
16
- readonly selectionSource: import("@angular/core").InputSignal<"selection" | "bag" | "none">;
16
+ readonly selectionSource: import("@angular/core").InputSignal<"none" | "selection" | "bag">;
17
17
  protected selection: () => ClipperDocumentInfo[];
18
18
  readonly parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
19
19
  readonly item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
@@ -1672,7 +1672,7 @@ class ClipperDashboard {
1672
1672
  item.unreadItems += increment;
1673
1673
  }
1674
1674
  }
1675
- this.items.update((values) => [...values]);
1675
+ this.items.update(values => [...values]);
1676
1676
  }
1677
1677
  /***
1678
1678
  * Get the module unread items
@@ -2624,7 +2624,6 @@ class ClipperService {
2624
2624
  updateUnreadItems(module, model, increment) {
2625
2625
  this.dashboard.updateUnreadItems(module, model, increment);
2626
2626
  this.broadcastService.sendMessage(ClipperMessages.COMMAND_DASHBOARD_UPDATED);
2627
- console.log("unread updated inner");
2628
2627
  }
2629
2628
  ///
2630
2629
  // LINKS