monkey-front-core 0.0.220 → 0.0.223

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.
@@ -114,6 +114,7 @@ export declare class MonkeyEcxCommonsService {
114
114
  }): void;
115
115
  getHTTPHeaderApplicationPDF(): Object;
116
116
  genericMethod(link: any, data?: any, callback?: Function): void;
117
+ getGenericData(data: any, action: string): Promise<any>;
117
118
  geti18n(translateService: TranslateService, keys: string | string[]): void;
118
119
  doPagination(): void;
119
120
  doPaginationv2(type: string, callback: Function): void;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.220",
3
+ "version": "0.0.223",
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.4",
15
- "monkey-style-guide": "^2.0.146",
15
+ "monkey-style-guide": "^2.0.147",
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.146",
21
+ "monkey-style-guide": "^2.0.147",
22
22
  "tslib": "^2.3.0"
23
23
  },
24
24
  "module": "fesm2015/monkey-front-core.mjs",
Binary file