monkey-front-core 0.0.330 → 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.
- package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +37 -33
- package/fesm2015/monkey-front-core.mjs +46 -42
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +36 -32
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +2 -1
- package/monkey-front-core-0.0.331.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.330.tgz +0 -0
|
@@ -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
|
-
}):
|
|
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
|
Binary file
|