@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.
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +4 -7
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +19 -16
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +13 -25
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +4 -7
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs +4 -7
- package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +3650 -37
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils.mjs +0 -2
- package/fesm2022/arsedizioni-ars-utils.mjs.map +1 -1
- package/package.json +1 -9
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -3
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +6 -6
- package/types/arsedizioni-ars-utils-evolution.common.d.ts +1 -1
- package/types/arsedizioni-ars-utils-support.common.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.d.ts +1576 -8
- package/types/arsedizioni-ars-utils.d.ts +0 -2
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +0 -3350
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +0 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +0 -287
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +0 -1
- package/types/arsedizioni-ars-utils-ui.application.d.ts +0 -1497
- 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.
|
|
3354
|
-
static { this.ɵprov = i0.ɵɵ
|
|
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:
|
|
3358
|
-
args: [{
|
|
3359
|
-
providedIn: 'root',
|
|
3360
|
-
}]
|
|
3357
|
+
type: Service
|
|
3361
3358
|
}] });
|
|
3362
3359
|
|
|
3363
3360
|
/** Minimum milliseconds between consecutive error broadcasts (debounce guard). */
|