@arsedizioni/ars-utils 20.0.2 → 20.0.3

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.
@@ -1031,7 +1031,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
1031
1031
  private changeDetector;
1032
1032
  private clipperService;
1033
1033
  readonly useSelections: _angular_core.InputSignal<boolean>;
1034
- readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
1034
+ readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
1035
1035
  protected selection: () => ClipperDocumentInfo[];
1036
1036
  readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
1037
1037
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
@@ -3912,7 +3912,7 @@ class ClipperBrowserComponent extends ClipperSearchResultManager {
3912
3912
  addTopic() {
3913
3913
  this.dialogService
3914
3914
  .selectTree(this.topics, 'Seleziona un argomento', undefined, (this.filterParams.topics && this.filterParams.topics.length > 0)
3915
- ? this.filterParams.topics[this.filterParams.topics.length - 1].value
3915
+ ? this.filterParams.topics[this.filterParams.topics.length - 1].name
3916
3916
  : undefined)
3917
3917
  .componentInstance.done.subscribe(r => {
3918
3918
  if (!this.filterParams.topics) {