monkey-front-core 0.0.168 → 0.0.171

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.
@@ -50,6 +50,7 @@ export declare class MonkeyEcxCommonsService {
50
50
  __paginationOptions: {
51
51
  service: MonkeyEcxPaginationService;
52
52
  callback: Function;
53
+ name?: string;
53
54
  } | undefined;
54
55
  __isAbleToDoPagination: {};
55
56
  constructor(monkeyecxService?: MonkeyEcxService | undefined, tokenStorage?: MonkeyEcxTokenStorageService | undefined, otherArgs?: {
@@ -100,6 +101,7 @@ export declare class MonkeyEcxCommonsService {
100
101
  paginationOptions?: {
101
102
  service: MonkeyEcxPaginationService;
102
103
  callback: Function;
104
+ name?: string;
103
105
  };
104
106
  }): void;
105
107
  getHTTPHeaderApplicationPDF(): Object;
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class MonkeyEcxPaginationService {
3
- private callback?;
3
+ private callbacks;
4
4
  constructor();
5
- setCallback(callback: Function): void;
6
- execute(type: string): void;
5
+ setCallback(callback: Function, name?: string): void;
6
+ execute(type: string, name?: string): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPaginationService, never>;
8
8
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxPaginationService>;
9
9
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.168",
3
+ "version": "0.0.171",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
@@ -12,13 +12,13 @@
12
12
  "@ngx-translate/http-loader": "^6.0.0",
13
13
  "launchdarkly-js-client-sdk": "2.19.2",
14
14
  "moment": "^2.29.2",
15
- "monkey-style-guide": "^2.0.135",
15
+ "monkey-style-guide": "^2.0.137",
16
16
  "ngx-cookie-service": "^13.1.1",
17
17
  "ngx-mask": "^12.0.0",
18
18
  "rxjs": "^6.6.3"
19
19
  },
20
20
  "dependencies": {
21
- "monkey-style-guide": "^2.0.135",
21
+ "monkey-style-guide": "^2.0.137",
22
22
  "tslib": "^2.3.0"
23
23
  },
24
24
  "module": "fesm2015/monkey-front-core.mjs",
Binary file