gamma-app-controller 2.0.7 → 2.0.9
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.
- package/esm2020/lib/application-controller/application-controller.module.mjs +1 -6
- package/esm2020/lib/application-controller/application-menu-controller/application-create-menu/application-create-menu.component.mjs +18 -3
- package/esm2020/lib/application-controller/application-view-components/create-comp-view/create-comp-view.component.mjs +3 -9
- package/esm2020/lib/application-controller/support-components/geo-map/geo-map.component.mjs +6 -5
- package/esm2020/lib/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component.mjs +64 -24
- package/esm2020/public-api.mjs +1 -3
- package/fesm2015/gamma-app-controller.mjs +1697 -2197
- package/fesm2015/gamma-app-controller.mjs.map +1 -1
- package/fesm2020/gamma-app-controller.mjs +1705 -2199
- package/fesm2020/gamma-app-controller.mjs.map +1 -1
- package/lib/application-controller/application-controller.module.d.ts +25 -26
- package/lib/application-controller/application-menu-controller/application-create-menu/application-create-menu.component.d.ts +2 -0
- package/lib/application-controller/application-view-components/create-comp-view/create-comp-view.component.d.ts +0 -4
- package/lib/application-controller/support-components/geo-map/geo-map.component.d.ts +2 -0
- package/lib/shared/advanced-component/gamma-geo-chart/gamma-geo-chart.component.d.ts +17 -2
- package/package.json +1 -1
- package/public-api.d.ts +0 -2
- package/esm2020/lib/shared/advanced-component/google-geo-map/google-geo-map.component.mjs +0 -547
- package/lib/shared/advanced-component/google-geo-map/google-geo-map.component.d.ts +0 -75
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
-
import { CommonService } from '../../../application-controller/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GoogleGeoMapComponent {
|
|
5
|
-
commonService: CommonService;
|
|
6
|
-
googlMap: ElementRef;
|
|
7
|
-
charData: any;
|
|
8
|
-
chartHeight: any;
|
|
9
|
-
bacgroundColor: any;
|
|
10
|
-
mapColors: any;
|
|
11
|
-
chartType: any;
|
|
12
|
-
tootTipColumn: any;
|
|
13
|
-
region: any;
|
|
14
|
-
getTableConfigOutPut: EventEmitter<any>;
|
|
15
|
-
oRowClick: EventEmitter<any>;
|
|
16
|
-
onrightClickContextSelection: EventEmitter<any>;
|
|
17
|
-
rightClickEnable: boolean;
|
|
18
|
-
isLoader: boolean;
|
|
19
|
-
page_config: any;
|
|
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;
|
|
34
|
-
sortBy: any;
|
|
35
|
-
filteredObjects: any;
|
|
36
|
-
choropleth_map_data_source: Map<string, number>;
|
|
37
|
-
minChoroplethMapCnt: number;
|
|
38
|
-
maxChoroplethMapCnt: number;
|
|
39
|
-
set chartDataSource(value: any);
|
|
40
|
-
constructor(commonService: CommonService);
|
|
41
|
-
ngOnInit(): void;
|
|
42
|
-
ngAfterViewInit(): void;
|
|
43
|
-
loadGoogleCharts(): void;
|
|
44
|
-
drawChart(): void;
|
|
45
|
-
getTooltip(data: any): string;
|
|
46
|
-
getOptionConfig(): {
|
|
47
|
-
backgroundColor: any;
|
|
48
|
-
tooltip: {
|
|
49
|
-
isHtml: boolean;
|
|
50
|
-
};
|
|
51
|
-
colorAxis: {
|
|
52
|
-
colors: any;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
initializeMap(): void;
|
|
56
|
-
addMarkers(): void;
|
|
57
|
-
getInfoWindoData(data: any): string;
|
|
58
|
-
loadGoogleHeatOnlyMaps(data: any): void;
|
|
59
|
-
initializeHeatWithMarkerMap(data: any): void;
|
|
60
|
-
handleZoomChange(): void;
|
|
61
|
-
addBubbleMarkers(): void;
|
|
62
|
-
prepareBubbleData(): void;
|
|
63
|
-
getColor(cnt: number, startColor: string, endColor: string): string;
|
|
64
|
-
lerp(start: number, end: number, ratio: number): number;
|
|
65
|
-
hexToRgb(hex: string): {
|
|
66
|
-
r: number;
|
|
67
|
-
g: number;
|
|
68
|
-
b: number;
|
|
69
|
-
};
|
|
70
|
-
initChoroplethMapMap(chartConfig: any, tootTipColumn: any[], choroplethMapDataSource: Map<string, number>, choroplethTooltipDataSource: Map<string, any>): void;
|
|
71
|
-
getFeatureCenter(feature: any): any;
|
|
72
|
-
buildInfoWindowContent(district: string, row: any, tootTipColumn: any[]): string;
|
|
73
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GoogleGeoMapComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoogleGeoMapComponent, "app-google-geo-map", never, { "rightClickEnable": "rightClickEnable"; "chartDataSource": "chartDataSource"; }, { "getTableConfigOutPut": "getTableConfigOutPut"; "oRowClick": "oRowClick"; "onrightClickContextSelection": "onrightClickContextSelection"; }, never, never, false>;
|
|
75
|
-
}
|