@arsedizioni/ars-utils 19.0.112 → 19.0.113

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.
@@ -27,6 +27,8 @@ export declare enum ClipperModuleGroup {
27
27
  Giurisprudenza = 5,
28
28
  Calendario = 11,
29
29
  Archivio = 12,
30
+ Evolution = 201,
31
+ Ars = 202,
30
32
  Ricerca = 99
31
33
  }
32
34
  export declare enum ClipperModule {
@@ -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<"selection" | "bag" | "none">;
16
+ readonly selectionSource: import("@angular/core").InputSignal<"none" | "selection" | "bag">;
17
17
  protected selection: () => ClipperDocumentInfo[];
18
18
  readonly parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
19
19
  readonly item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
@@ -76,6 +76,8 @@ var ClipperModuleGroup;
76
76
  ClipperModuleGroup[ClipperModuleGroup["Giurisprudenza"] = 5] = "Giurisprudenza";
77
77
  ClipperModuleGroup[ClipperModuleGroup["Calendario"] = 11] = "Calendario";
78
78
  ClipperModuleGroup[ClipperModuleGroup["Archivio"] = 12] = "Archivio";
79
+ ClipperModuleGroup[ClipperModuleGroup["Evolution"] = 201] = "Evolution";
80
+ ClipperModuleGroup[ClipperModuleGroup["Ars"] = 202] = "Ars";
79
81
  ClipperModuleGroup[ClipperModuleGroup["Ricerca"] = 99] = "Ricerca";
80
82
  })(ClipperModuleGroup || (ClipperModuleGroup = {}));
81
83
  var ClipperModule;
@@ -3093,10 +3095,10 @@ class ClipperService {
3093
3095
  downloadArchiveFile(id, otp = null) {
3094
3096
  return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
3095
3097
  }
3096
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3097
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3098
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3099
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3098
3100
  }
3099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ClipperService, decorators: [{
3101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClipperService, decorators: [{
3100
3102
  type: Injectable,
3101
3103
  args: [{
3102
3104
  providedIn: 'root',
@@ -3189,19 +3191,19 @@ class ClipperAuthInterceptor {
3189
3191
  }
3190
3192
  return request;
3191
3193
  }
3192
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3193
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ClipperAuthInterceptor }); }
3194
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3195
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClipperAuthInterceptor }); }
3194
3196
  }
3195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3196
3198
  type: Injectable
3197
3199
  }] });
3198
3200
 
3199
3201
  class ArsClipperCommonModule {
3200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3201
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.1", ngImport: i0, type: ArsClipperCommonModule }); }
3202
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ArsClipperCommonModule }); }
3202
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3203
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: ArsClipperCommonModule }); }
3204
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ArsClipperCommonModule }); }
3203
3205
  }
3204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3205
3207
  type: NgModule
3206
3208
  }] });
3207
3209