monkey-front-core 0.0.329 → 0.0.331

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.
@@ -82,6 +82,7 @@ export declare class MonkeyEcxCommonsService {
82
82
  getEmbeddedData(data: any, field: string): any[] | any;
83
83
  getNormalizedUrl(url: string, samePage?: boolean): string;
84
84
  clear(clearData: boolean): void;
85
+ private continueResolve;
85
86
  resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
86
87
  callbackMain: Function;
87
88
  router?: Router;
@@ -111,7 +112,7 @@ export declare class MonkeyEcxCommonsService {
111
112
  callback: Function;
112
113
  name?: string;
113
114
  };
114
- }): Promise<void>;
115
+ }): void;
115
116
  getHTTPHeaderApplicationPDF(): Object;
116
117
  genericMethod(link: any, data?: any, callback?: Function): void;
117
118
  getGenericData(data: any, action: string): Promise<any>;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.329",
3
+ "version": "0.0.331",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file