monkey-front-core 0.0.332 → 0.0.334

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,9 @@ 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
+ /**
86
+ * @param {otherArgs.security} otherArgs.security is deprecated
87
+ */
85
88
  resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
86
89
  callbackMain: Function;
87
90
  router?: Router;
@@ -111,7 +114,7 @@ export declare class MonkeyEcxCommonsService {
111
114
  callback: Function;
112
115
  name?: string;
113
116
  };
114
- }): Promise<void>;
117
+ }): void;
115
118
  getHTTPHeaderApplicationPDF(): Object;
116
119
  genericMethod(link: any, data?: any, callback?: Function): void;
117
120
  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.332",
3
+ "version": "0.0.334",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file