ng-ipa-library 1.2.1 → 1.2.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.
@@ -1,17 +1,11 @@
1
- import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor, HttpClient } from '@angular/common/http';
1
+ import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { AuthService } from '../services/auth.service';
4
- import { LoaderService } from '../services/loader.service';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class myIPATokenInterceptor implements HttpInterceptor {
7
6
  private authService;
8
- private http;
9
- private loaderService;
10
- refresh: boolean;
11
- constructor(authService: AuthService, http: HttpClient, loaderService: LoaderService);
7
+ constructor(authService: AuthService);
12
8
  intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
13
- private isTokenExpired;
14
- private isException;
15
9
  static ɵfac: i0.ɵɵFactoryDeclaration<myIPATokenInterceptor, never>;
16
10
  static ɵprov: i0.ɵɵInjectableDeclaration<myIPATokenInterceptor>;
17
11
  }
@@ -14,8 +14,8 @@ export interface Column {
14
14
  size?: number;
15
15
  required: boolean;
16
16
  data?: Data[] | any[];
17
- searchable: boolean;
18
- notFoundText: string;
17
+ searchable?: boolean;
18
+ notFoundText?: string;
19
19
  acceptedFiles?: string;
20
20
  multipleFile?: number;
21
21
  apiUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-ipa-library",
3
- "version": "1.2.1",
3
+ "version": "1.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.2.2",
6
6
  "@angular/core": "~13.2.2",