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.
- package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +6 -7
- package/fesm2015/monkey-front-core.mjs +63 -66
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +5 -6
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +4 -1
- package/monkey-front-core-0.0.334.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.332.tgz +0 -0
|
@@ -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
|
-
}):
|
|
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
|
Binary file
|