ng-ipa-library 7.0.3 → 8.0.1

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "ng-ipa-library",
3
- "version": "7.0.3",
3
+ "version": "8.0.1",
4
4
  "peerDependencies": {
5
- "@angular/common": "<21.0.0",
6
- "@angular/core": "<21.0.0",
7
- "@angular/cdk": "<21.0.0"
5
+ "@angular/common": "<22.0.0",
6
+ "@angular/core": "<22.0.0",
7
+ "@angular/cdk": "<22.0.0"
8
8
  },
9
9
  "peerDependenciesMeta": {
10
10
  "@angular/cdk": {
@@ -13,23 +13,24 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.1",
16
- "ngx-toastr": "^19.1.0",
16
+ "ngx-toastr": "^20.0.5",
17
17
  "ngx-captcha": "^14.0.0",
18
18
  "ngx-dropzone-wrapper": "^14.0.0",
19
19
  "moment-hijri": "^3.0.0",
20
20
  "@types/moment-hijri": "^2.1.4",
21
- "@ng-bootstrap/ng-bootstrap": "^19.0.1"
21
+ "@ng-bootstrap/ng-bootstrap": "^20.0.0"
22
22
  },
23
23
  "module": "fesm2022/ng-ipa-library.mjs",
24
- "typings": "index.d.ts",
24
+ "typings": "types/ng-ipa-library.d.ts",
25
25
  "exports": {
26
26
  "./package.json": {
27
27
  "default": "./package.json"
28
28
  },
29
29
  ".": {
30
- "types": "./index.d.ts",
30
+ "types": "./types/ng-ipa-library.d.ts",
31
31
  "default": "./fesm2022/ng-ipa-library.mjs"
32
32
  }
33
33
  },
34
- "sideEffects": false
34
+ "sideEffects": false,
35
+ "type": "module"
35
36
  }
@@ -411,7 +411,7 @@ declare class LoadingInterceptor implements HttpInterceptor {
411
411
  private requests;
412
412
  constructor(loaderService: LoaderService);
413
413
  removeRequest(req: HttpRequest<any>): void;
414
- intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
414
+ intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
415
415
  isException(req: HttpRequest<any>): boolean;
416
416
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingInterceptor, never>;
417
417
  static ɵprov: i0.ɵɵInjectableDeclaration<LoadingInterceptor>;
@@ -455,7 +455,7 @@ declare class ErrorService {
455
455
  declare class ErrorInterceptor implements HttpInterceptor {
456
456
  private errorService;
457
457
  constructor(errorService: ErrorService);
458
- intercept(req: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
458
+ intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
459
459
  private isException;
460
460
  static ɵfac: i0.ɵɵFactoryDeclaration<ErrorInterceptor, never>;
461
461
  static ɵprov: i0.ɵɵInjectableDeclaration<ErrorInterceptor>;
@@ -500,7 +500,7 @@ declare class TokenInterceptor implements HttpInterceptor {
500
500
  private tokenService;
501
501
  refresh: boolean;
502
502
  constructor(authService: AuthService, http: HttpClient, loaderService: LoaderService, tokenService: TokenService);
503
- intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
503
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
504
504
  private isTokenExpired;
505
505
  isException(req: HttpRequest<any>): boolean;
506
506
  static ɵfac: i0.ɵɵFactoryDeclaration<TokenInterceptor, never>;
@@ -511,7 +511,7 @@ declare class myIPATokenInterceptor implements HttpInterceptor {
511
511
  private authService;
512
512
  private tokenService;
513
513
  constructor(authService: AuthService, tokenService: TokenService);
514
- intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
514
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
515
515
  isException(req: HttpRequest<any>): boolean;
516
516
  static ɵfac: i0.ɵɵFactoryDeclaration<myIPATokenInterceptor, never>;
517
517
  static ɵprov: i0.ɵɵInjectableDeclaration<myIPATokenInterceptor>;