monkey-front-core 0.0.331 → 0.0.332

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,7 +82,6 @@ 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;
86
85
  resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
87
86
  callbackMain: Function;
88
87
  router?: Router;
@@ -112,7 +111,7 @@ export declare class MonkeyEcxCommonsService {
112
111
  callback: Function;
113
112
  name?: string;
114
113
  };
115
- }): void;
114
+ }): Promise<void>;
116
115
  getHTTPHeaderApplicationPDF(): Object;
117
116
  genericMethod(link: any, data?: any, callback?: Function): void;
118
117
  getGenericData(data: any, action: string): Promise<any>;
@@ -6,7 +6,7 @@ export declare class MonkeyEcxDiscoveryParamsService {
6
6
  private getLastChild;
7
7
  setData(field: string, value: any): any;
8
8
  getData(field: string): any;
9
- getDataFromCurrentNavigation(field: string): any;
9
+ getDataFromCurrentNavigation(field: string, router?: Router): any;
10
10
  getParam(param: string): string | null;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDiscoveryParamsService, never>;
12
12
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxDiscoveryParamsService>;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.331",
3
+ "version": "0.0.332",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file