gamma-app-controller 1.1.28 → 1.1.29

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.
@@ -1,4 +1,4 @@
1
- import { ChangeDetectorRef, ElementRef, OnInit, Renderer2 } from '@angular/core';
1
+ import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit, Renderer2 } from '@angular/core';
2
2
  import { ToastrService } from 'ngx-toastr';
3
3
  import { kpicommonService } from '../../kpi-comon-service';
4
4
  import { CommonService } from '../../../application-controller/common';
@@ -10,6 +10,7 @@ export declare class GammaAdvanceChartComponent implements OnInit {
10
10
  private renderer;
11
11
  private el;
12
12
  private cdr;
13
+ private environment;
13
14
  chartConfig: any;
14
15
  page_config: any;
15
16
  isLoader: boolean;
@@ -23,9 +24,11 @@ export declare class GammaAdvanceChartComponent implements OnInit {
23
24
  isFullScreen: boolean;
24
25
  heatChartDataSource: any;
25
26
  bubbleChartData: any;
26
- constructor(commonService: CommonService, toastr: ToastrService, kpiService: kpicommonService, renderer: Renderer2, el: ElementRef, cdr: ChangeDetectorRef);
27
+ constructor(commonService: CommonService, toastr: ToastrService, kpiService: kpicommonService, renderer: Renderer2, el: ElementRef, cdr: ChangeDetectorRef, environment: any);
28
+ page_parms: any;
27
29
  chartOrderBy: boolean;
28
30
  chartDisplayDateFormat: any;
31
+ onChartPointClick: EventEmitter<any>;
29
32
  set chartDataSource(value: any);
30
33
  ngOnInit(): void;
31
34
  getHourChart(data: any, dataConfig: any): void;
@@ -39,6 +42,7 @@ export declare class GammaAdvanceChartComponent implements OnInit {
39
42
  calculateTotal(pieChart: any): any;
40
43
  formatNumber(value: any): any;
41
44
  pointClickHandler(arg: any): void;
45
+ getAllChartPointClick(event: any): void;
42
46
  getValue(contextKey: any, value: any): any;
43
47
  hasDecimal(number: any): boolean;
44
48
  toggleFullScreen(): void;
@@ -56,5 +60,5 @@ export declare class GammaAdvanceChartComponent implements OnInit {
56
60
  getFormateDataByColorCode(filedata: any, valueField: any, minBubbleSize: any, maxBubbleSize: any): any;
57
61
  mapRange(value: any, inMin: any, inMax: any, outMin: any, outMax: any): any;
58
62
  static ɵfac: i0.ɵɵFactoryDeclaration<GammaAdvanceChartComponent, never>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<GammaAdvanceChartComponent, "app-gamma-advance-chart", never, { "componentId": "componentId"; "kpi_name": "kpi_name"; "chartDataSource": "chartDataSource"; }, {}, never, never, false>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<GammaAdvanceChartComponent, "app-gamma-advance-chart", never, { "componentId": "componentId"; "kpi_name": "kpi_name"; "chartDataSource": "chartDataSource"; }, { "onChartPointClick": "onChartPointClick"; }, never, never, false>;
60
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",