@arsedizioni/ars-utils 20.4.31 → 20.4.33

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.
@@ -1033,7 +1033,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
1033
1033
  private changeDetector;
1034
1034
  private clipperService;
1035
1035
  readonly useSelections: _angular_core.InputSignal<boolean>;
1036
- readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
1036
+ readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
1037
1037
  protected selection: () => ClipperDocumentInfo[];
1038
1038
  readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
1039
1039
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
@@ -1633,7 +1633,7 @@ class ClipperService {
1633
1633
  // Create unique client and machine id
1634
1634
  if (!sessionStorage.getItem('clipper_client_id')) {
1635
1635
  sessionStorage.setItem('clipper_client_id', (flags && ClipperServiceFlags.Embedded) > 0
1636
- ? 'clipper'
1636
+ ? 'embedded'
1637
1637
  : SystemUtils.generateUUID());
1638
1638
  }
1639
1639
  // Initialize