@arsedizioni/ars-utils 21.0.51 → 21.1.0

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.
@@ -1668,12 +1668,6 @@ class ClipperSearchFacetsSnapshot {
1668
1668
  this.hasFacets = false;
1669
1669
  this.hasMoreFacets = false;
1670
1670
  this.hasTooManyResults = false;
1671
- this.changedInterval = false;
1672
- this.changedSector = false;
1673
- this.changedAuthor = false;
1674
- this.changedAnchor = false;
1675
- this.changedType = false;
1676
- this.changedReason = false;
1677
1671
  }
1678
1672
  }
1679
1673
  class ClipperSearchCalendarSnapshotResult {
@@ -3207,10 +3201,10 @@ class ClipperService {
3207
3201
  downloadArchiveFile(id, otp) {
3208
3202
  return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
3209
3203
  }
3210
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3211
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3204
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3205
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3212
3206
  }
3213
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ClipperService, decorators: [{
3207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperService, decorators: [{
3214
3208
  type: Injectable,
3215
3209
  args: [{
3216
3210
  providedIn: 'root',
@@ -3267,19 +3261,19 @@ class ClipperAuthInterceptor {
3267
3261
  }
3268
3262
  return next.handle(request);
3269
3263
  }
3270
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3271
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ClipperAuthInterceptor }); }
3264
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3265
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperAuthInterceptor }); }
3272
3266
  }
3273
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3267
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
3274
3268
  type: Injectable
3275
3269
  }] });
3276
3270
 
3277
3271
  class ArsClipperCommonModule {
3278
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3279
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.0", ngImport: i0, type: ArsClipperCommonModule }); }
3280
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ArsClipperCommonModule }); }
3272
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3273
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule }); }
3274
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule }); }
3281
3275
  }
3282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.0", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
3283
3277
  type: NgModule
3284
3278
  }] });
3285
3279