@arsedizioni/ars-utils 19.1.9 → 19.1.10

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<"none" | "bag" | "selection">;
16
+ readonly selectionSource: import("@angular/core").InputSignal<"selection" | "bag" | "none">;
17
17
  protected selection: () => ClipperDocumentInfo[];
18
18
  readonly parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
19
19
  readonly item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
@@ -2253,7 +2253,7 @@ class ClipperService {
2253
2253
  if (this.keepAlive === 0) {
2254
2254
  this.keepAlive = window.setInterval(() => {
2255
2255
  this.ping();
2256
- }, 1000 * 60);
2256
+ }, 1000 * 60 * 5);
2257
2257
  }
2258
2258
  }
2259
2259
  /**