@adins/ucviewgeneric 3.4.2 → 3.4.3

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.
@@ -2,7 +2,7 @@ import { OnInit, EventEmitter } from "@angular/core";
2
2
  import { ActivatedRoute } from "@angular/router";
3
3
  import { HttpClient } from "@angular/common/http";
4
4
  import { Observable } from "rxjs";
5
- import { EnvisObj, UcViewGenericObj } from "./model/uc-view-generic-obj.model";
5
+ import { UcViewGenericObj } from "./model/uc-view-generic-obj.model";
6
6
  import { TranslateService } from "@ngx-translate/core";
7
7
  import { CookieService } from "ngx-cookie";
8
8
  import { GridViewObj } from "./model/grid-view-obj.model";
@@ -28,7 +28,7 @@ export declare class UcviewgenericComponent implements OnInit {
28
28
  private CheckIsCard;
29
29
  initiateForm(): void;
30
30
  initializeGridViews(): void;
31
- getEnvironment(envi: any): EnvisObj;
31
+ getEnvironment(envi: any): import("./model/uc-view-generic-obj.model").EnvisObj;
32
32
  GetGridViewData(meta: any, inputGridObj: InputGridObj): Promise<void>;
33
33
  gridEvent(ev: any): void;
34
34
  setConfiguration(data: any): void;
@@ -37,7 +37,8 @@ export declare class UcviewgenericComponent implements OnInit {
37
37
  private DecryptString;
38
38
  genAction(viewObj: any, param: any): {};
39
39
  genRouterLink(urlLink: string): string;
40
- redirectFullPath(fullpath: string, param: Object, target: string): void;
40
+ redirectFullPath(fullpath: string, param: Object, target: string, item: any): void;
41
+ genFullpath(environment: string, path: string): string;
41
42
  callbackFunction(item: any, key?: string): void;
42
43
  switchCase(item: any, condList: any): boolean;
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<UcviewgenericComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adins/ucviewgeneric",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=13.1.2",
6
6
  "@angular/core": ">=13.1.2",
@@ -37,6 +37,6 @@
37
37
  "scripts": {
38
38
  "test": "echo \"Error: no test specified\" && exit 1"
39
39
  },
40
- "author": "kristy",
40
+ "author": "msa",
41
41
  "license": "ISC"
42
42
  }