@arsedizioni/ars-utils 20.1.14 → 20.1.17

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.
@@ -7,7 +7,7 @@ import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/c
7
7
  import * as rxjs from 'rxjs';
8
8
  import { Observable, Subscription } from 'rxjs';
9
9
  import * as _angular_common_module_d from '@angular/common/module.d';
10
- import { ResetPasswordDialogResult, RecoverPasswordDialogData, RecoverPasswordDialogResult } from '@arsedizioni/ars-utils/ui';
10
+ import { ResetPasswordDialogResult, RecoverPasswordDialogResult } from '@arsedizioni/ars-utils/ui';
11
11
 
12
12
  declare const ClipperMessages: {
13
13
  /**
@@ -1265,7 +1265,7 @@ declare class ClipperService implements OnDestroy {
1265
1265
  * Recover password
1266
1266
  * @param params parameters
1267
1267
  */
1268
- recoverPassword(params: RecoverPasswordDialogData): rxjs.Observable<ApiResult<RecoverPasswordDialogResult>>;
1268
+ recoverPassword(params: RecoverPasswordDialogResult): rxjs.Observable<ApiResult<boolean>>;
1269
1269
  /**
1270
1270
  * Update settings
1271
1271
  * @param params parameters
@@ -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<"selection" | "bag" | "none">;
1042
+ readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
1043
1043
  protected selection: () => ClipperDocumentInfo[];
1044
1044
  readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
1045
1045
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;