monkey-front-core 0.0.334 → 0.0.335
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 +18 -61
- package/fesm2015/monkey-front-core.mjs +32 -77
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +17 -60
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +2 -7
- package/monkey-front-core-0.0.335.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.334.tgz +0 -0
|
@@ -46,7 +46,6 @@ export declare class MonkeyEcxCommonsService {
|
|
|
46
46
|
__onZipCodeDataChanged$: BehaviorSubject<any>;
|
|
47
47
|
__oni18nDataChanged$: BehaviorSubject<any>;
|
|
48
48
|
__onDoSearch$: BehaviorSubject<MonkeyEcxRequestPaged>;
|
|
49
|
-
__tokenCredentials: any;
|
|
50
49
|
__schedule: MonkeyEcxRequestSchedule | null;
|
|
51
50
|
__i18n: any;
|
|
52
51
|
__callbackPagination: Function;
|
|
@@ -70,22 +69,17 @@ export declare class MonkeyEcxCommonsService {
|
|
|
70
69
|
} | undefined);
|
|
71
70
|
private handleInit;
|
|
72
71
|
private navigateToPendencyPage;
|
|
73
|
-
private getRole;
|
|
74
72
|
private allowedSecurityAccessByPendency;
|
|
75
73
|
private allowedSecurityAccessByFeature;
|
|
76
74
|
private allowedSecurityAccessByCountry;
|
|
77
|
-
private allowedSecurityAccess;
|
|
78
|
-
private navigateToErrorPage;
|
|
79
75
|
private handlePaginationOptions;
|
|
80
76
|
setPage(requestPaged: MonkeyEcxRequestPaged): this;
|
|
81
77
|
nextPage(): boolean;
|
|
82
78
|
getEmbeddedData(data: any, field: string): any[] | any;
|
|
83
79
|
getNormalizedUrl(url: string, samePage?: boolean): string;
|
|
84
80
|
clear(clearData: boolean): void;
|
|
85
|
-
/**
|
|
86
|
-
* @param {otherArgs.security} otherArgs.security is deprecated
|
|
87
|
-
*/
|
|
88
81
|
resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
|
|
82
|
+
companyType?: string;
|
|
89
83
|
callbackMain: Function;
|
|
90
84
|
router?: Router;
|
|
91
85
|
security?: {
|
|
@@ -124,4 +118,5 @@ export declare class MonkeyEcxCommonsService {
|
|
|
124
118
|
setLinks(links: any): void;
|
|
125
119
|
setSearchByUrl(router: Router, url: string, search: any, extras?: any): void;
|
|
126
120
|
saveState(state: MonkeyEcxSavedState): void;
|
|
121
|
+
navigateToErrorPage(statusCode: number, router?: Router): void;
|
|
127
122
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|