gamma-app-controller 1.0.5 → 1.0.7

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.
Files changed (67) hide show
  1. package/esm2020/lib/application-controller/app.http.service.mjs +3 -3
  2. package/esm2020/lib/application-controller/application-content.service.mjs +3 -3
  3. package/esm2020/lib/application-controller/application-controller.module.mjs +21 -7
  4. package/esm2020/lib/application-controller/application-dataset-call.service.mjs +3 -3
  5. package/esm2020/lib/application-controller/application-dataset-component/application-dataset/application-dataset.component.mjs +3 -3
  6. package/esm2020/lib/application-controller/application-dataset-component/create-dataset/create-dataset.component.mjs +3 -3
  7. package/esm2020/lib/application-controller/application-dataset-component/create-dataset-json/create-dataset-json.component.mjs +3 -3
  8. package/esm2020/lib/application-controller/application-dataset-component/create-dataset-sql/create-dataset-sql.component.mjs +3 -3
  9. package/esm2020/lib/application-controller/application-dataset-component/create-dataset-sql/sqlFormatter.mjs +3 -3
  10. package/esm2020/lib/application-controller/application-dataset-component/dataset-mongo/dataset-mongo.component.mjs +3 -3
  11. package/esm2020/lib/application-controller/application-dataset-component/dataset-query-bulder/dataset-query-bulder.component.mjs +3 -3
  12. package/esm2020/lib/application-controller/application-dataset-component/dataset-rest-api/dataset-rest-api.component.mjs +3 -3
  13. package/esm2020/lib/application-controller/application-filter/application-filter.component.mjs +30 -5
  14. package/esm2020/lib/application-controller/application-menu-controller/application-create-menu/application-create-menu.component.mjs +84 -0
  15. package/esm2020/lib/application-controller/application-menu-controller/application-menus/application-menus.component.mjs +23 -0
  16. package/esm2020/lib/application-controller/application-view-components/application-views/application-views.component.mjs +3 -3
  17. package/esm2020/lib/application-controller/application-view-components/create-comp-view/create-comp-view.component.mjs +5 -5
  18. package/esm2020/lib/application-controller/common-header/common-header.component.mjs +3 -3
  19. package/esm2020/lib/application-controller/common.mjs +3 -3
  20. package/esm2020/lib/application-controller/kpi-comon-service.mjs +3 -3
  21. package/esm2020/lib/application-controller/kpi-service.mjs +3 -3
  22. package/esm2020/lib/application-controller/loading/loading.component.mjs +3 -3
  23. package/esm2020/lib/application-controller/loading/loadingModule.mjs +4 -4
  24. package/esm2020/lib/application-controller/page-controller/page-config/page-config.component.mjs +16 -5
  25. package/esm2020/lib/application-controller/page-controller/page-controller/page-controller.component.mjs +3 -3
  26. package/esm2020/lib/application-controller/page-templates/cdr-config/cdr-config.component.mjs +3 -3
  27. package/esm2020/lib/application-controller/page-templates/dynamic-route-service.mjs +3 -3
  28. package/esm2020/lib/application-controller/shared/advanced-component/advance-widget-header-filter/advance-widget-header-filter.component.mjs +12 -4
  29. package/esm2020/lib/application-controller/shared/advanced-component/app-advance-header/app-header.component.mjs +17 -4
  30. package/esm2020/lib/application-controller/shared/advanced-component/gamm-single-number-card/gamm-single-number-card.component.mjs +3 -3
  31. package/esm2020/lib/application-controller/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component.mjs +104 -12
  32. package/esm2020/lib/application-controller/shared/advanced-component/gamma-advance-operator-table/gamma-advance-operator-table.component.mjs +3 -3
  33. package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component.mjs +3 -3
  34. package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-with-percentage/contentSafeHtml.mjs +3 -3
  35. package/esm2020/lib/application-controller/shared/advanced-component/gamma-table-with-percentage/gamma-table-with-percentage.component.mjs +3 -3
  36. package/esm2020/lib/application-controller/shared/advanced-component/gamma-today-previous/gamma-today-previous.component.mjs +3 -3
  37. package/esm2020/lib/application-controller/shared/advanced-component/google-geo-map/google-geo-map.component.mjs +243 -44
  38. package/esm2020/lib/application-controller/shared/app-title/app-title.component.mjs +3 -3
  39. package/esm2020/lib/application-controller/shared/gamam-widget/gamam-widget.component.mjs +3 -3
  40. package/esm2020/lib/application-controller/shared/gamma-advance-filter/gamma-advance-filter.component.mjs +12 -4
  41. package/esm2020/lib/application-controller/shared/gamma-bread-crumbs/bread-crumbs.component.mjs +3 -3
  42. package/esm2020/lib/application-controller/shared/kpi-comon-service.mjs +3 -3
  43. package/esm2020/lib/application-controller/shared/loader/loader.component.mjs +3 -3
  44. package/esm2020/lib/application-controller/shared/loading/loading.component.mjs +3 -3
  45. package/esm2020/lib/application-controller/shared/loading/loadingModule.mjs +4 -4
  46. package/esm2020/lib/application-controller/shared/safeHtmlPipe.mjs +3 -3
  47. package/esm2020/lib/application-controller/support-components/dash-chart/dash-chart.component.mjs +3 -3
  48. package/esm2020/lib/application-controller/support-components/dash-table/dash-table.component.mjs +3 -3
  49. package/esm2020/lib/application-controller/support-components/geo-map/geo-map.component.mjs +79 -17
  50. package/esm2020/lib/application-controller/support-components/table-with-bar/table-with-bar.component.mjs +3 -3
  51. package/esm2020/lib/gamma-app-controller.component.mjs +3 -3
  52. package/esm2020/lib/gamma-app-controller.module.mjs +4 -4
  53. package/esm2020/lib/gamma-app-controller.service.mjs +3 -3
  54. package/esm2020/lib/icons.module.mjs +4 -4
  55. package/esm2020/public-api.mjs +2 -1
  56. package/fesm2015/gamma-app-controller.mjs +782 -263
  57. package/fesm2015/gamma-app-controller.mjs.map +1 -1
  58. package/fesm2020/gamma-app-controller.mjs +785 -263
  59. package/fesm2020/gamma-app-controller.mjs.map +1 -1
  60. package/lib/application-controller/application-controller.module.d.ts +13 -11
  61. package/lib/application-controller/application-menu-controller/application-create-menu/application-create-menu.component.d.ts +21 -0
  62. package/lib/application-controller/application-menu-controller/application-menus/application-menus.component.d.ts +13 -0
  63. package/lib/application-controller/shared/advanced-component/gamma-advance-chart/gamma-advance-chart.component.d.ts +9 -0
  64. package/lib/application-controller/shared/advanced-component/google-geo-map/google-geo-map.component.d.ts +30 -1
  65. package/lib/application-controller/support-components/geo-map/geo-map.component.d.ts +22 -1
  66. package/package.json +1 -1
  67. package/public-api.d.ts +1 -0
@@ -34,18 +34,20 @@ import * as i32 from "./shared/safeHtmlPipe";
34
34
  import * as i33 from "./common-header/common-header.component";
35
35
  import * as i34 from "./shared/advanced-component/google-geo-map/google-geo-map.component";
36
36
  import * as i35 from "./shared/advanced-component/gamma-table-clumn-bar-chart/gamma-table-clumn-bar-chart.component";
37
- import * as i36 from "@angular/common";
38
- import * as i37 from "@angular/router";
39
- import * as i38 from "devextreme-angular";
40
- import * as i39 from "@angular/forms";
41
- import * as i40 from "@angular/material/icon";
42
- import * as i41 from "@angular/material/tooltip";
43
- import * as i42 from "@angular/material/button";
44
- import * as i43 from "@angular/material/divider";
45
- import * as i44 from "@angular/material/menu";
46
- import * as i45 from "./shared/loading/loadingModule";
37
+ import * as i36 from "./application-menu-controller/application-menus/application-menus.component";
38
+ import * as i37 from "./application-menu-controller/application-create-menu/application-create-menu.component";
39
+ import * as i38 from "@angular/common";
40
+ import * as i39 from "@angular/router";
41
+ import * as i40 from "devextreme-angular";
42
+ import * as i41 from "@angular/forms";
43
+ import * as i42 from "@angular/material/icon";
44
+ import * as i43 from "@angular/material/tooltip";
45
+ import * as i44 from "@angular/material/button";
46
+ import * as i45 from "@angular/material/divider";
47
+ import * as i46 from "@angular/material/menu";
48
+ import * as i47 from "./shared/loading/loadingModule";
47
49
  export declare class PackageApplicationControllerModule {
48
50
  static ɵfac: i0.ɵɵFactoryDeclaration<PackageApplicationControllerModule, never>;
49
- static ɵmod: i0.ɵɵNgModuleDeclaration<PackageApplicationControllerModule, [typeof i1.ApplicationDatasetComponent, typeof i2.ApplicationViewsComponent, typeof i3.DatasetMongoComponent, typeof i4.DatasetQueryBulderComponent, typeof i5.DatasetRestApiComponent, typeof i6.GeoMapComponent, typeof i7.CreateCompViewComponent, typeof i8.DashChartComponent, typeof i9.DashTableComponent, typeof i10.ApplicationFilterComponent, typeof i11.PageConfigComponent, typeof i12.PageControlerComponent, typeof i13.CdrConfigComponent, typeof i14.CreateDatasetComponent, typeof i15.TableWithBarComponent, typeof i16.CreateDatasetSqlComponent, typeof i17.CreateDatasetJsonComponent, typeof i18.AppTitleComponent, typeof i19.LoaderComponent, typeof i20.GamamWidgetComponent, typeof i21.GammaAdvanceFilterComponent, typeof i22.GammaAdvanceChartComponent, typeof i23.GammaAdvanceOperatorTableComponent, typeof i24.AppAdvanceHeaderComponent, typeof i25.GammaTodayPreviousComponent, typeof i26.GammaTableWithPercentageComponent, typeof i27.contentSafeHtml, typeof i28.GammSingleNumberCardComponent, typeof i29.AdvanceWidgetHeaderFilterComponent, typeof i30.BreadCrumbsComponent, typeof i31.SqlPipe, typeof i32.SafeHtmlPipe, typeof i33.CommonHeaderComponent, typeof i34.GoogleGeoMapComponent, typeof i35.GammaTableClumnBarChartComponent], [typeof i36.CommonModule, typeof i37.RouterModule, typeof i38.DevExtremeModule, typeof i38.DxButtonModule, typeof i38.DxCheckBoxModule, typeof i38.DxNumberBoxModule, typeof i38.DxDataGridModule, typeof i38.DxDropDownBoxModule, typeof i38.DxTreeViewModule, typeof i38.DxScrollViewModule, typeof i38.DxFormModule, typeof i38.DxAccordionModule, typeof i39.FormsModule, typeof i38.DxTagBoxModule, typeof i39.ReactiveFormsModule, typeof i40.MatIconModule, typeof i38.DxHtmlEditorModule, typeof i38.DxBulletModule, typeof i38.DxChartModule, typeof i38.DxDateBoxModule, typeof i38.DxLoadPanelModule, typeof i38.DxLookupModule, typeof i38.DxPivotGridModule, typeof i38.DxTemplateModule, typeof i38.DxTextAreaModule, typeof i38.DxValidationSummaryModule, typeof i38.DxValidatorModule, typeof i38.DxCalendarModule, typeof i38.DxTooltipModule, typeof i38.DxContextMenuModule, typeof i38.DxLoadIndicatorModule, typeof i41.MatTooltipModule, typeof i38.DxPopupModule, typeof i38.DxSelectBoxModule, typeof i38.DxTextBoxModule, typeof i38.DxTreeViewModule, typeof i42.MatButtonModule, typeof i43.MatDividerModule, typeof i44.MatMenuModule, typeof i40.MatIconModule, typeof i45.LoadingModule], [typeof i37.RouterModule, typeof i8.DashChartComponent, typeof i9.DashTableComponent, typeof i10.ApplicationFilterComponent, typeof i14.CreateDatasetComponent, typeof i18.AppTitleComponent, typeof i19.LoaderComponent, typeof i20.GamamWidgetComponent, typeof i21.GammaAdvanceFilterComponent, typeof i22.GammaAdvanceChartComponent, typeof i23.GammaAdvanceOperatorTableComponent, typeof i24.AppAdvanceHeaderComponent, typeof i25.GammaTodayPreviousComponent, typeof i26.GammaTableWithPercentageComponent, typeof i27.contentSafeHtml, typeof i28.GammSingleNumberCardComponent, typeof i29.AdvanceWidgetHeaderFilterComponent, typeof i30.BreadCrumbsComponent, typeof i33.CommonHeaderComponent, typeof i6.GeoMapComponent, typeof i32.SafeHtmlPipe, typeof i34.GoogleGeoMapComponent, typeof i35.GammaTableClumnBarChartComponent]>;
51
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PackageApplicationControllerModule, [typeof i1.ApplicationDatasetComponent, typeof i2.ApplicationViewsComponent, typeof i3.DatasetMongoComponent, typeof i4.DatasetQueryBulderComponent, typeof i5.DatasetRestApiComponent, typeof i6.GeoMapComponent, typeof i7.CreateCompViewComponent, typeof i8.DashChartComponent, typeof i9.DashTableComponent, typeof i10.ApplicationFilterComponent, typeof i11.PageConfigComponent, typeof i12.PageControlerComponent, typeof i13.CdrConfigComponent, typeof i14.CreateDatasetComponent, typeof i15.TableWithBarComponent, typeof i16.CreateDatasetSqlComponent, typeof i17.CreateDatasetJsonComponent, typeof i18.AppTitleComponent, typeof i19.LoaderComponent, typeof i20.GamamWidgetComponent, typeof i21.GammaAdvanceFilterComponent, typeof i22.GammaAdvanceChartComponent, typeof i23.GammaAdvanceOperatorTableComponent, typeof i24.AppAdvanceHeaderComponent, typeof i25.GammaTodayPreviousComponent, typeof i26.GammaTableWithPercentageComponent, typeof i27.contentSafeHtml, typeof i28.GammSingleNumberCardComponent, typeof i29.AdvanceWidgetHeaderFilterComponent, typeof i30.BreadCrumbsComponent, typeof i31.SqlPipe, typeof i32.SafeHtmlPipe, typeof i33.CommonHeaderComponent, typeof i34.GoogleGeoMapComponent, typeof i35.GammaTableClumnBarChartComponent, typeof i36.ApplicationMenusComponent, typeof i37.ApplicationCreateMenuComponent], [typeof i38.CommonModule, typeof i39.RouterModule, typeof i40.DevExtremeModule, typeof i40.DxButtonModule, typeof i40.DxCheckBoxModule, typeof i40.DxNumberBoxModule, typeof i40.DxDataGridModule, typeof i40.DxDropDownBoxModule, typeof i40.DxTreeViewModule, typeof i40.DxScrollViewModule, typeof i40.DxFormModule, typeof i40.DxAccordionModule, typeof i41.FormsModule, typeof i40.DxTagBoxModule, typeof i41.ReactiveFormsModule, typeof i42.MatIconModule, typeof i40.DxHtmlEditorModule, typeof i40.DxBulletModule, typeof i40.DxChartModule, typeof i40.DxDateBoxModule, typeof i40.DxLoadPanelModule, typeof i40.DxLookupModule, typeof i40.DxPivotGridModule, typeof i40.DxTemplateModule, typeof i40.DxTextAreaModule, typeof i40.DxValidationSummaryModule, typeof i40.DxValidatorModule, typeof i40.DxCalendarModule, typeof i40.DxTooltipModule, typeof i40.DxContextMenuModule, typeof i40.DxLoadIndicatorModule, typeof i43.MatTooltipModule, typeof i40.DxPopupModule, typeof i40.DxSelectBoxModule, typeof i40.DxTextBoxModule, typeof i40.DxTreeViewModule, typeof i44.MatButtonModule, typeof i45.MatDividerModule, typeof i46.MatMenuModule, typeof i42.MatIconModule, typeof i47.LoadingModule], [typeof i39.RouterModule, typeof i8.DashChartComponent, typeof i9.DashTableComponent, typeof i10.ApplicationFilterComponent, typeof i14.CreateDatasetComponent, typeof i18.AppTitleComponent, typeof i19.LoaderComponent, typeof i20.GamamWidgetComponent, typeof i21.GammaAdvanceFilterComponent, typeof i22.GammaAdvanceChartComponent, typeof i23.GammaAdvanceOperatorTableComponent, typeof i24.AppAdvanceHeaderComponent, typeof i25.GammaTodayPreviousComponent, typeof i26.GammaTableWithPercentageComponent, typeof i27.contentSafeHtml, typeof i28.GammSingleNumberCardComponent, typeof i29.AdvanceWidgetHeaderFilterComponent, typeof i30.BreadCrumbsComponent, typeof i33.CommonHeaderComponent, typeof i6.GeoMapComponent, typeof i32.SafeHtmlPipe, typeof i34.GoogleGeoMapComponent, typeof i35.GammaTableClumnBarChartComponent]>;
50
52
  static ɵinj: i0.ɵɵInjectorDeclaration<PackageApplicationControllerModule>;
51
53
  }
@@ -0,0 +1,21 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { CommonService } from '../../common';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ApplicationCreateMenuComponent implements OnInit {
5
+ commonservice: CommonService;
6
+ menuObject: any;
7
+ ismenuContainer: boolean;
8
+ paparentMenuDatasource: {
9
+ title: string;
10
+ tid: string;
11
+ }[];
12
+ userOptionContainer: any;
13
+ constructor(commonservice: CommonService);
14
+ ngOnInit(): void;
15
+ getMenuType(e: any): void;
16
+ addNewUser(): void;
17
+ deleteUser(i: any): void;
18
+ submitNewMenu(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationCreateMenuComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationCreateMenuComponent, "lib-application-create-menu", never, {}, {}, never, never, false>;
21
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { CommonService } from '../../common';
3
+ import { Router } from '@angular/router';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ApplicationMenusComponent implements OnInit {
6
+ commonService: CommonService;
7
+ private router;
8
+ constructor(commonService: CommonService, router: Router);
9
+ ngOnInit(): void;
10
+ createNewMenu(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationMenusComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ApplicationMenusComponent, "lib-application-menus", never, {}, {}, never, never, false>;
13
+ }
@@ -21,6 +21,8 @@ export declare class GammaAdvanceChartComponent implements OnInit {
21
21
  finalChartDataSource: any;
22
22
  chartHeight: any;
23
23
  isFullScreen: boolean;
24
+ heatChartDataSource: any;
25
+ bubbleChartData: any;
24
26
  constructor(commonService: CommonService, toastr: ToastrService, kpiService: kpicommonService, renderer: Renderer2, el: ElementRef, cdr: ChangeDetectorRef);
25
27
  set chartDataSource(value: any);
26
28
  ngOnInit(): void;
@@ -44,6 +46,13 @@ export declare class GammaAdvanceChartComponent implements OnInit {
44
46
  argument: any;
45
47
  };
46
48
  }) => string;
49
+ getBubbleChartData(): void;
50
+ generateData(data: any, chartConfig: any): {
51
+ result: any[];
52
+ uniqueDates: unknown[];
53
+ };
54
+ getFormateDataByColorCode(filedata: any, valueField: any, minBubbleSize: any, maxBubbleSize: any): any;
55
+ mapRange(value: any, inMin: any, inMax: any, outMin: any, outMax: any): any;
47
56
  static ɵfac: i0.ɵɵFactoryDeclaration<GammaAdvanceChartComponent, never>;
48
57
  static ɵcmp: i0.ɵɵComponentDeclaration<GammaAdvanceChartComponent, "app-gamma-advance-chart", never, { "componentId": "componentId"; "kpi_name": "kpi_name"; "chartDataSource": "chartDataSource"; }, {}, never, never, false>;
49
58
  }
@@ -3,13 +3,14 @@ import { CommonService } from "../../../common";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class GoogleGeoMapComponent {
5
5
  commonService: CommonService;
6
- inRoamerGeoChart: ElementRef;
6
+ googlMap: ElementRef;
7
7
  charData: any;
8
8
  chartHeight: any;
9
9
  bacgroundColor: any;
10
10
  mapColors: any;
11
11
  chartType: any;
12
12
  tootTipColumn: any;
13
+ region: any;
13
14
  getTableConfigOutPut: EventEmitter<any>;
14
15
  oRowClick: EventEmitter<any>;
15
16
  onrightClickContextSelection: EventEmitter<any>;
@@ -17,6 +18,19 @@ export declare class GoogleGeoMapComponent {
17
18
  isLoader: boolean;
18
19
  page_config: any;
19
20
  page_parms: any;
21
+ regionCode: any;
22
+ map: any;
23
+ locations: any;
24
+ mapTYpe: any;
25
+ mapOptionForHeatMap: {
26
+ zoom: number;
27
+ };
28
+ currentInfoWindow: any;
29
+ markers: any[];
30
+ heatmap: any;
31
+ heatmapData: any;
32
+ zoomValuForAll: number;
33
+ bounds: any;
20
34
  set chartDataSource(value: any);
21
35
  constructor(commonService: CommonService);
22
36
  ngOnInit(): void;
@@ -24,6 +38,21 @@ export declare class GoogleGeoMapComponent {
24
38
  loadGoogleCharts(): void;
25
39
  drawChart(): void;
26
40
  getTooltip(data: any): string;
41
+ getOptionConfig(): {
42
+ backgroundColor: any;
43
+ tooltip: {
44
+ isHtml: boolean;
45
+ };
46
+ colorAxis: {
47
+ colors: any;
48
+ };
49
+ };
50
+ initializeMap(): void;
51
+ addMarkers(): void;
52
+ getInfoWindoData(data: any): string;
53
+ loadGoogleHeatOnlyMaps(data: any): void;
54
+ initializeHeatWithMarkerMap(data: any): void;
55
+ handleZoomChange(): void;
27
56
  static ɵfac: i0.ɵɵFactoryDeclaration<GoogleGeoMapComponent, never>;
28
57
  static ɵcmp: i0.ɵɵComponentDeclaration<GoogleGeoMapComponent, "app-google-geo-map", never, { "rightClickEnable": "rightClickEnable"; "chartDataSource": "chartDataSource"; }, { "getTableConfigOutPut": "getTableConfigOutPut"; "oRowClick": "oRowClick"; "onrightClickContextSelection": "onrightClickContextSelection"; }, never, never, false>;
29
58
  }
@@ -8,6 +8,15 @@ export declare class GeoMapComponent {
8
8
  private cdr;
9
9
  private service;
10
10
  private taostr;
11
+ heatMapTypeDatasource: {
12
+ name: string;
13
+ value: string;
14
+ }[];
15
+ chartViewType: any;
16
+ chartViewTypeDataSource: string[];
17
+ mapIconsDataSource: string[];
18
+ mapType: any;
19
+ regionData: string[];
11
20
  chartDataSourceForMap: any;
12
21
  colors: string[];
13
22
  isJsonPreview: boolean;
@@ -28,9 +37,19 @@ export declare class GeoMapComponent {
28
37
  dataConfig: {};
29
38
  };
30
39
  };
40
+ heatMapConfig: {
41
+ chart_config: any[];
42
+ heatMapCategory: string;
43
+ icon: string;
44
+ markerLatitude: string;
45
+ markerLongitude: string;
46
+ size: string;
47
+ zoom: string;
48
+ };
31
49
  tableDataConfig: {
32
50
  chart_config: any[];
33
- title: string;
51
+ region: string;
52
+ regionCode: string;
34
53
  argumentField: string;
35
54
  chartValueField: string;
36
55
  size: string;
@@ -65,6 +84,8 @@ export declare class GeoMapComponent {
65
84
  removeColor(index: number): void;
66
85
  onColorChange(value: string, index: number): void;
67
86
  viewMapForTest(): void;
87
+ heatMapCategory(e: any): void;
88
+ changeMapType($event: any): void;
68
89
  static ɵfac: i0.ɵɵFactoryDeclaration<GeoMapComponent, never>;
69
90
  static ɵcmp: i0.ɵɵComponentDeclaration<GeoMapComponent, "app-geo-map", never, { "chartconfigData": "datasetmodal"; }, { "createOtherComponentView": "createOtherComponentView"; }, never, never, false>;
70
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
package/public-api.d.ts CHANGED
@@ -31,6 +31,7 @@ export * from './lib/application-controller/shared/gamma-bread-crumbs/bread-crum
31
31
  export * from './lib/application-controller/shared/loader/loader.component';
32
32
  export * from './lib/application-controller/support-components/table-with-bar/table-with-bar.component';
33
33
  export * from './lib/application-controller/support-components/geo-map/geo-map.component';
34
+ export * from './lib/application-controller/shared/advanced-component/google-geo-map/google-geo-map.component';
34
35
  export * from './lib/application-controller/application-dataset-call.service';
35
36
  export * from './lib/application-controller/application-content.service';
36
37
  export * from './lib/application-controller/kpi-service';