monkey-front-core 0.0.165 → 0.0.168

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.
@@ -47,6 +47,11 @@ export declare class MonkeyEcxCommonsService {
47
47
  __schedule: MonkeyEcxRequestSchedule | null;
48
48
  __i18n: any;
49
49
  __callbackPagination: Function;
50
+ __paginationOptions: {
51
+ service: MonkeyEcxPaginationService;
52
+ callback: Function;
53
+ } | undefined;
54
+ __isAbleToDoPagination: {};
50
55
  constructor(monkeyecxService?: MonkeyEcxService | undefined, tokenStorage?: MonkeyEcxTokenStorageService | undefined, otherArgs?: {
51
56
  router?: Router | undefined;
52
57
  schedule?: {
@@ -102,6 +107,7 @@ export declare class MonkeyEcxCommonsService {
102
107
  geti18n(translateService: TranslateService, keys: string | string[]): void;
103
108
  doPagination(): void;
104
109
  doPaginationv2(type: string, callback: Function): void;
110
+ setLinks(links: any): void;
105
111
  setSearchByUrl(router: Router, url: string, search: any, extras?: any): void;
106
112
  saveState(state: MonkeyEcxSavedState): void;
107
113
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.165",
3
+ "version": "0.0.168",
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.134",
15
+ "monkey-style-guide": "^2.0.135",
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.134",
21
+ "monkey-style-guide": "^2.0.135",
22
22
  "tslib": "^2.3.0"
23
23
  },
24
24
  "module": "fesm2015/monkey-front-core.mjs",
Binary file