gamma-app-controller 1.1.7 → 1.1.8

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.
@@ -12,6 +12,7 @@ export declare class CreateCompViewComponent implements OnInit {
12
12
  private kpiService;
13
13
  private router;
14
14
  private activatedRoute;
15
+ private environment;
15
16
  kpiTreeData: any;
16
17
  isLoader: boolean;
17
18
  isGenerate: boolean;
@@ -38,7 +39,7 @@ export declare class CreateCompViewComponent implements OnInit {
38
39
  inputViewId: any;
39
40
  isHeader: boolean;
40
41
  set selectedViewId(value: any);
41
- constructor(toastr: ToastrService, commonService: CommonService, service: ApplicationContentService, kpiService: kpicommonService, router: Router, activatedRoute: ActivatedRoute);
42
+ constructor(toastr: ToastrService, commonService: CommonService, service: ApplicationContentService, kpiService: kpicommonService, router: Router, activatedRoute: ActivatedRoute, environment: any);
42
43
  ngOnInit(): void;
43
44
  getViewType(e: any): void;
44
45
  getDataSet(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",