@arsedizioni/ars-utils 22.0.2 → 22.0.4

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.
Files changed (28) hide show
  1. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +4 -7
  2. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
  3. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +19 -16
  4. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  5. package/fesm2022/arsedizioni-ars-utils-core.mjs +13 -25
  6. package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
  7. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +4 -7
  8. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
  9. package/fesm2022/arsedizioni-ars-utils-help.mjs +4 -7
  10. package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
  11. package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
  12. package/fesm2022/arsedizioni-ars-utils-ui.mjs +3650 -37
  13. package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
  14. package/fesm2022/arsedizioni-ars-utils.mjs +0 -2
  15. package/fesm2022/arsedizioni-ars-utils.mjs.map +1 -1
  16. package/package.json +1 -9
  17. package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -3
  18. package/types/arsedizioni-ars-utils-clipper.ui.d.ts +6 -6
  19. package/types/arsedizioni-ars-utils-evolution.common.d.ts +1 -1
  20. package/types/arsedizioni-ars-utils-support.common.d.ts +1 -1
  21. package/types/arsedizioni-ars-utils-ui.d.ts +1576 -8
  22. package/types/arsedizioni-ars-utils.d.ts +0 -2
  23. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +0 -3350
  24. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +0 -1
  25. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +0 -287
  26. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +0 -1
  27. package/types/arsedizioni-ars-utils-ui.application.d.ts +0 -1497
  28. package/types/arsedizioni-ars-utils-ui.oauth.d.ts +0 -74
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { signal, computed, inject, DestroyRef, Injectable, NgModule } from '@angular/core';
2
+ import { signal, computed, inject, DestroyRef, Service, Injectable, NgModule } from '@angular/core';
3
3
  import { HttpClient, HttpHeaders, HttpRequest, HttpErrorResponse } from '@angular/common/http';
4
4
  import { BroadcastService, SystemUtils } from '@arsedizioni/ars-utils/core';
5
5
  import { EMPTY, throwError, of, catchError as catchError$1 } from 'rxjs';
@@ -3350,14 +3350,11 @@ class ClipperService {
3350
3350
  countNotesTrackingsTroubled() {
3351
3351
  return this.httpClient.get(this._serviceUri + '/account/notes/trackings/troubled');
3352
3352
  }
3353
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
3354
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
3353
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Service }); }
3354
+ static { this.ɵprov = i0.ɵɵngDeclareService({ minVersion: "22.0.0", version: "22.0.0", ngImport: i0, type: ClipperService }); }
3355
3355
  }
3356
3356
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.0", ngImport: i0, type: ClipperService, decorators: [{
3357
- type: Injectable,
3358
- args: [{
3359
- providedIn: 'root',
3360
- }]
3357
+ type: Service
3361
3358
  }] });
3362
3359
 
3363
3360
  /** Minimum milliseconds between consecutive error broadcasts (debounce guard). */