monkey-front-core 0.0.333 → 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 +19 -63
- package/fesm2015/monkey-front-core.mjs +33 -79
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +18 -62
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +2 -4
- package/monkey-front-core-0.0.335.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.333.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,12 +69,9 @@ 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;
|
|
@@ -83,6 +79,7 @@ export declare class MonkeyEcxCommonsService {
|
|
|
83
79
|
getNormalizedUrl(url: string, samePage?: boolean): string;
|
|
84
80
|
clear(clearData: boolean): void;
|
|
85
81
|
resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
|
|
82
|
+
companyType?: string;
|
|
86
83
|
callbackMain: Function;
|
|
87
84
|
router?: Router;
|
|
88
85
|
security?: {
|
|
@@ -121,4 +118,5 @@ export declare class MonkeyEcxCommonsService {
|
|
|
121
118
|
setLinks(links: any): void;
|
|
122
119
|
setSearchByUrl(router: Router, url: string, search: any, extras?: any): void;
|
|
123
120
|
saveState(state: MonkeyEcxSavedState): void;
|
|
121
|
+
navigateToErrorPage(statusCode: number, router?: Router): void;
|
|
124
122
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|