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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.333",
3
+ "version": "0.0.335",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file