@arsedizioni/ars-utils 20.0.19 → 20.0.20

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.
@@ -6,7 +6,7 @@ import { LoginOAuthType } from '@arsedizioni/ars-utils/ui.oauth';
6
6
  import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
7
7
  import * as rxjs from 'rxjs';
8
8
  import { Observable, Subscription } from 'rxjs';
9
- import * as _angular_common_module_d_yNBsZ8gb from '@angular/common/module.d-yNBsZ8gb';
9
+ import * as _angular_common_module_d from '@angular/common/module.d';
10
10
  import { ResetPasswordDialogResult, RecoverPasswordDialogData, RecoverPasswordDialogResult } from '@arsedizioni/ars-utils/ui';
11
11
 
12
12
  declare const ClipperMessages: {
@@ -1365,7 +1365,7 @@ declare class ClipperService implements OnDestroy {
1365
1365
  * Import folders
1366
1366
  * @param params : parameters
1367
1367
  */
1368
- importArchiveFolders(params: ClipperArchiveFoldersImportParams): rxjs.Observable<_angular_common_module_d_yNBsZ8gb.HttpEvent<unknown>>;
1368
+ importArchiveFolders(params: ClipperArchiveFoldersImportParams): rxjs.Observable<_angular_common_module_d.HttpEvent<unknown>>;
1369
1369
  /**
1370
1370
  * Get files and folders
1371
1371
  * @param params : parameters
@@ -1385,7 +1385,7 @@ declare class ClipperService implements OnDestroy {
1385
1385
  * Save a file
1386
1386
  * @param params : parameters
1387
1387
  */
1388
- saveArchiveFile(params: ClipperArchiveFileInfo): rxjs.Observable<_angular_common_module_d_yNBsZ8gb.HttpEvent<unknown>>;
1388
+ saveArchiveFile(params: ClipperArchiveFileInfo): rxjs.Observable<_angular_common_module_d.HttpEvent<unknown>>;
1389
1389
  /**
1390
1390
  * Get file data
1391
1391
  * @param id : the item id
@@ -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>;
@@ -3078,10 +3078,10 @@ class ClipperService {
3078
3078
  downloadArchiveFile(id, otp) {
3079
3079
  return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
3080
3080
  }
3081
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3082
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3081
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3082
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3083
3083
  }
3084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ClipperService, decorators: [{
3084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperService, decorators: [{
3085
3085
  type: Injectable,
3086
3086
  args: [{
3087
3087
  providedIn: 'root',
@@ -3174,19 +3174,19 @@ class ClipperAuthInterceptor {
3174
3174
  }
3175
3175
  return request;
3176
3176
  }
3177
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3178
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ClipperAuthInterceptor }); }
3177
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3178
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperAuthInterceptor }); }
3179
3179
  }
3180
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3181
3181
  type: Injectable
3182
3182
  }] });
3183
3183
 
3184
3184
  class ArsClipperCommonModule {
3185
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3186
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.4", ngImport: i0, type: ArsClipperCommonModule }); }
3187
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ArsClipperCommonModule }); }
3185
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3186
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule }); }
3187
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule }); }
3188
3188
  }
3189
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.4", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3190
3190
  type: NgModule
3191
3191
  }] });
3192
3192