monkey-front-core 0.0.334 → 0.0.336

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,28 +69,19 @@ 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
- security?: {
92
- roles: string[];
93
- byExclusion?: boolean;
94
- };
95
85
  callbackPagination?: Function;
96
86
  translateOptions?: MonkeyEcxTranslateOptions;
97
87
  feature?: {
@@ -124,4 +114,5 @@ export declare class MonkeyEcxCommonsService {
124
114
  setLinks(links: any): void;
125
115
  setSearchByUrl(router: Router, url: string, search: any, extras?: any): void;
126
116
  saveState(state: MonkeyEcxSavedState): void;
117
+ navigateToErrorPage(statusCode: number, router?: Router): void;
127
118
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.334",
3
+ "version": "0.0.336",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file