igniteui-angular-maps 19.0.0 → 19.1.0-beta.0
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/bundles/igniteui-angular-maps.umd.js +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +39 -39
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +469 -469
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +39 -39
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1710 -1710
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +66 -66
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -50
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +43 -43
- package/lib/XamGeographicMap_combined.d.ts +121 -121
- package/package.json +2 -2
|
@@ -13,34 +13,34 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
|
|
|
13
13
|
export declare class GeographicContourLineSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
14
14
|
static $t: Type;
|
|
15
15
|
constructor(a: GeographicContourLineSeries);
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
private c2;
|
|
17
|
+
a4(): void;
|
|
18
|
+
ci(): void;
|
|
19
|
+
c3(): void;
|
|
20
|
+
c4(): void;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* @hidden
|
|
24
24
|
*/
|
|
25
25
|
export declare class GeographicContourLineSeries extends GeographicXYTriangulatingSeries {
|
|
26
26
|
static $t: Type;
|
|
27
|
-
protected
|
|
28
|
-
protected
|
|
27
|
+
protected bk(): Series;
|
|
28
|
+
protected get_fk(): boolean;
|
|
29
29
|
constructor();
|
|
30
|
-
protected
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
protected
|
|
39
|
-
protected
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
30
|
+
protected xa(a: any, b: any): void;
|
|
31
|
+
xx: ScatterContourSeries;
|
|
32
|
+
protected w4(): Series;
|
|
33
|
+
private x7;
|
|
34
|
+
private x8;
|
|
35
|
+
x4: string;
|
|
36
|
+
x0: ValueBrushScale;
|
|
37
|
+
xz: ValueBrushScale;
|
|
38
|
+
protected sl(): void;
|
|
39
|
+
protected ct(): SeriesView;
|
|
40
|
+
q3(a: SeriesView): void;
|
|
41
|
+
x1: GeographicContourLineSeriesView;
|
|
42
|
+
xw: ContourValueResolver;
|
|
43
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
44
44
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
45
45
|
static $$p: string[];
|
|
46
46
|
}
|
|
@@ -11,56 +11,56 @@ import { ProgressiveLoadStatusEventArgs } from "igniteui-angular-charts";
|
|
|
11
11
|
export declare class GeographicHighDensityScatterSeriesView extends HostSeriesView {
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor(a: GeographicHighDensityScatterSeries);
|
|
14
|
-
private
|
|
15
|
-
b5(): void;
|
|
16
|
-
cn(): void;
|
|
17
|
-
cm(): void;
|
|
18
|
-
cs(): void;
|
|
19
|
-
cq(): void;
|
|
20
|
-
co(): void;
|
|
21
|
-
cl(): void;
|
|
22
|
-
cj(): void;
|
|
23
|
-
cr(): void;
|
|
24
|
-
ct(): void;
|
|
25
|
-
cu(): void;
|
|
26
|
-
ck(): void;
|
|
14
|
+
private cu;
|
|
27
15
|
ci(): void;
|
|
28
|
-
|
|
29
|
-
|
|
16
|
+
c0(): void;
|
|
17
|
+
cz(): void;
|
|
18
|
+
c5(): void;
|
|
19
|
+
c3(): void;
|
|
20
|
+
c1(): void;
|
|
21
|
+
cy(): void;
|
|
22
|
+
cw(): void;
|
|
23
|
+
c4(): void;
|
|
24
|
+
c6(): void;
|
|
25
|
+
c7(): void;
|
|
26
|
+
cx(): void;
|
|
27
|
+
cv(): void;
|
|
28
|
+
c2(): void;
|
|
29
|
+
a4(): void;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* @hidden
|
|
33
33
|
*/
|
|
34
34
|
export declare class GeographicHighDensityScatterSeries extends GeographicMapSeriesHost {
|
|
35
35
|
static $t: Type;
|
|
36
|
-
protected
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
36
|
+
protected bk(): Series;
|
|
37
|
+
protected jl(): number;
|
|
38
|
+
protected get_fp(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
40
|
+
protected ct(): SeriesView;
|
|
41
|
+
q3(a: SeriesView): void;
|
|
42
|
+
xe: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected w4(): Series;
|
|
44
|
+
private xd;
|
|
45
|
+
xs: string;
|
|
46
|
+
xu: string;
|
|
47
|
+
xh: boolean;
|
|
48
|
+
xg: boolean;
|
|
49
|
+
xf: boolean;
|
|
50
|
+
xj: number;
|
|
51
|
+
xi: number;
|
|
52
|
+
yd: Color;
|
|
53
|
+
yc: Color;
|
|
54
|
+
xm: number;
|
|
55
55
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
56
|
-
private
|
|
57
|
-
get
|
|
58
|
-
set
|
|
59
|
-
protected
|
|
60
|
-
private
|
|
61
|
-
private
|
|
62
|
-
protected
|
|
63
|
-
protected
|
|
64
|
-
protected
|
|
56
|
+
private xl;
|
|
57
|
+
get xn(): number;
|
|
58
|
+
set xn(a: number);
|
|
59
|
+
protected xa(a: any, b: any): void;
|
|
60
|
+
private x1;
|
|
61
|
+
private x0;
|
|
62
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
protected get_g8(): boolean;
|
|
64
|
+
protected set_g8(a: boolean): void;
|
|
65
65
|
static $$p: string[];
|
|
66
66
|
}
|
|
@@ -15,66 +15,66 @@ import { RenderingContext } from "igniteui-angular-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
qi(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
|
|
20
|
+
private w3;
|
|
21
|
+
protected get_fd(): boolean;
|
|
22
|
+
kr(a: any, b: string): any;
|
|
23
|
+
mf(a: string): string;
|
|
24
|
+
protected get_kj(): any;
|
|
25
|
+
protected set_kj(a: any): void;
|
|
26
|
+
ed(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number, e: boolean): boolean;
|
|
27
27
|
ai(): Axis[];
|
|
28
|
-
|
|
29
|
-
get
|
|
30
|
-
set
|
|
28
|
+
bp(): Series;
|
|
29
|
+
get w5(): Series;
|
|
30
|
+
set w5(a: Series);
|
|
31
31
|
protected get_hasMarkers(): boolean;
|
|
32
|
-
protected
|
|
33
|
-
dg(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
+
protected xa(a: any, b: any): void;
|
|
34
33
|
dh(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
34
|
+
di(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
35
|
+
ko(a: Point): any;
|
|
36
|
+
kb(a: Point, b: boolean): number;
|
|
37
|
+
j9(a: Point, b: boolean): number;
|
|
38
|
+
i6(a: Point, b: boolean, c: boolean): number;
|
|
39
|
+
wh(a: Point, b: boolean, c: boolean): Point;
|
|
40
|
+
ws(a: Point): Rect;
|
|
41
41
|
ao(a: Point): Rect[];
|
|
42
|
-
|
|
42
|
+
wt(a: Point): Rect;
|
|
43
43
|
ap(a: Point): Rect[];
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
i1(a: Point, b: boolean, c: boolean): number;
|
|
47
|
-
v8(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
-
i3(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
wa(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
-
wd(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
-
i6(a: Point, b: boolean, c: boolean): number;
|
|
52
|
-
v9(a: Point, b: boolean, c: boolean): Point;
|
|
44
|
+
wu(a: Point): Rect;
|
|
45
|
+
wv(a: Point): Rect;
|
|
53
46
|
i2(a: Point, b: boolean, c: boolean): number;
|
|
54
|
-
|
|
47
|
+
wd(a: Point, b: boolean, c: boolean): Point;
|
|
55
48
|
i4(a: Point, b: boolean, c: boolean): number;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
protected
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
49
|
+
wf(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
wi(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
i7(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
we(a: Point, b: boolean, c: boolean): Point;
|
|
53
|
+
i3(a: Point, b: boolean, c: boolean): number;
|
|
54
|
+
wg(a: Point, b: boolean, c: boolean): Point;
|
|
55
|
+
i5(a: Point, b: boolean, c: boolean): number;
|
|
56
|
+
j5(a: Point): number;
|
|
57
|
+
ix(): number;
|
|
58
|
+
it(a: Point): number;
|
|
59
|
+
kp(a: Point): any;
|
|
60
|
+
protected abstract w4(): Series;
|
|
61
|
+
protected ct(): SeriesView;
|
|
62
|
+
q3(a: SeriesView): void;
|
|
63
|
+
w6: HostSeriesView;
|
|
64
|
+
static readonly xc: DependencyProperty;
|
|
65
|
+
get w7(): number;
|
|
66
|
+
set w7(a: number);
|
|
67
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
68
|
+
private w9;
|
|
69
|
+
private xb;
|
|
70
|
+
ru(a: boolean): void;
|
|
71
|
+
protected q7(a: boolean): void;
|
|
72
|
+
rt(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
73
73
|
a2(a: Point, b: boolean): DataContext;
|
|
74
|
-
|
|
74
|
+
sg(): void;
|
|
75
75
|
protected get_coercionMethods(): any;
|
|
76
76
|
protected set_coercionMethods(a: any): void;
|
|
77
|
-
protected
|
|
77
|
+
protected p1(a: any): void;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* @hidden
|
|
@@ -82,22 +82,22 @@ export declare abstract class GeographicMapSeriesHost extends Series {
|
|
|
82
82
|
export declare class HostSeriesView extends SeriesView {
|
|
83
83
|
static $t: Type;
|
|
84
84
|
constructor(a: GeographicMapSeriesHost);
|
|
85
|
-
private
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
b1(): void;
|
|
96
|
-
b2(): void;
|
|
97
|
-
b7(): void;
|
|
98
|
-
b8(): void;
|
|
99
|
-
b3(): void;
|
|
100
|
-
b9(): void;
|
|
101
|
-
cb(): void;
|
|
85
|
+
private cd;
|
|
86
|
+
a3(a: RenderingContext, b: RenderingContext): void;
|
|
87
|
+
ci(): void;
|
|
88
|
+
cj(): void;
|
|
89
|
+
cq(): void;
|
|
90
|
+
ct(): void;
|
|
91
|
+
cn(): void;
|
|
92
|
+
cs(): void;
|
|
93
|
+
ch(): void;
|
|
94
|
+
cp(): void;
|
|
102
95
|
ce(): void;
|
|
96
|
+
cf(): void;
|
|
97
|
+
ck(): void;
|
|
98
|
+
cl(): void;
|
|
99
|
+
cg(): void;
|
|
100
|
+
cm(): void;
|
|
101
|
+
co(): void;
|
|
102
|
+
cr(): void;
|
|
103
103
|
}
|
|
@@ -11,23 +11,23 @@ import { Type } from "igniteui-angular-core";
|
|
|
11
11
|
export declare abstract class GeographicMarkerSeries extends GeographicMapSeriesHost {
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
protected
|
|
14
|
+
s3(): DataTemplate;
|
|
15
|
+
vq(): Brush;
|
|
16
|
+
vr(): Brush;
|
|
17
|
+
ip(): number;
|
|
18
|
+
mc(): string;
|
|
19
|
+
private xt;
|
|
20
|
+
xf: MarkerType;
|
|
21
|
+
xg: number;
|
|
22
|
+
xe: MarkerOutlineMode;
|
|
23
|
+
xd: MarkerFillMode;
|
|
24
|
+
xv: DataTemplate;
|
|
25
|
+
x9: Brush;
|
|
26
|
+
ya: Brush;
|
|
27
|
+
xh: number;
|
|
28
|
+
xu: DataTemplate;
|
|
29
|
+
x7: Brush;
|
|
30
|
+
x8: Brush;
|
|
31
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -12,28 +12,28 @@ import { StyleShapeEventArgs } from "igniteui-angular-charts";
|
|
|
12
12
|
export declare class GeographicPolylineSeriesView extends GeographicShapeSeriesBaseView {
|
|
13
13
|
static $t: Type;
|
|
14
14
|
constructor(a: GeographicPolylineSeries);
|
|
15
|
-
protected
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
protected cy: GeographicPolylineSeries;
|
|
16
|
+
a4(): void;
|
|
17
|
+
ci(): void;
|
|
18
|
+
cz(): void;
|
|
19
|
+
c0(): void;
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* @hidden
|
|
23
23
|
*/
|
|
24
24
|
export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase {
|
|
25
25
|
static $t: Type;
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
26
|
+
protected bk(): Series;
|
|
27
|
+
protected get_fs(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
29
|
+
protected ct(): SeriesView;
|
|
30
|
+
q3(a: SeriesView): void;
|
|
31
|
+
yl: GeographicPolylineSeriesView;
|
|
32
|
+
yk: StyleSelector;
|
|
33
|
+
ys: Style;
|
|
34
|
+
protected w4(): Series;
|
|
35
|
+
private yp;
|
|
36
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
37
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
38
38
|
static $$p: string[];
|
|
39
39
|
}
|
|
@@ -14,68 +14,68 @@ import { AssigningScatterMarkerStyleEventArgs } from "igniteui-angular-charts";
|
|
|
14
14
|
export declare class GeographicProportionalSymbolSeriesView extends HostSeriesView {
|
|
15
15
|
static $t: Type;
|
|
16
16
|
constructor(a: GeographicProportionalSymbolSeries);
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
17
|
+
private cu;
|
|
18
|
+
a4(): void;
|
|
19
|
+
ci(): void;
|
|
20
|
+
c3(): void;
|
|
21
|
+
c2(): void;
|
|
22
|
+
c8(): void;
|
|
23
|
+
c6(): void;
|
|
24
|
+
c7(): void;
|
|
25
|
+
c9(): void;
|
|
26
|
+
db(): void;
|
|
27
|
+
dc(): void;
|
|
28
|
+
da(): void;
|
|
29
|
+
c4(): void;
|
|
30
|
+
c5(): void;
|
|
31
|
+
dd(): void;
|
|
32
|
+
de(): void;
|
|
26
33
|
cy(): void;
|
|
27
|
-
|
|
34
|
+
cw(): void;
|
|
35
|
+
cv(): void;
|
|
36
|
+
df(): void;
|
|
28
37
|
cx(): void;
|
|
29
|
-
cr(): void;
|
|
30
|
-
cs(): void;
|
|
31
|
-
c0(): void;
|
|
32
38
|
c1(): void;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
ci(): void;
|
|
36
|
-
c2(): void;
|
|
37
|
-
ck(): void;
|
|
38
|
-
co(): void;
|
|
39
|
-
cn(): void;
|
|
40
|
-
cm(): void;
|
|
39
|
+
c0(): void;
|
|
40
|
+
cz(): void;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* @hidden
|
|
44
44
|
*/
|
|
45
45
|
export declare class GeographicProportionalSymbolSeries extends GeographicMarkerSeries {
|
|
46
46
|
static $t: Type;
|
|
47
|
-
protected
|
|
48
|
-
protected
|
|
47
|
+
protected bk(): Series;
|
|
48
|
+
protected get_ek(): boolean;
|
|
49
49
|
constructor();
|
|
50
|
-
protected
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
protected
|
|
54
|
-
protected
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
yz: string;
|
|
50
|
+
protected ct(): SeriesView;
|
|
51
|
+
q3(a: SeriesView): void;
|
|
52
|
+
yh: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected jm(): number;
|
|
54
|
+
protected w4(): Series;
|
|
55
|
+
private ye;
|
|
56
|
+
y2: string;
|
|
58
57
|
y4: string;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
protected
|
|
72
|
-
protected
|
|
58
|
+
y9: string;
|
|
59
|
+
yg: SizeScale;
|
|
60
|
+
y0: string;
|
|
61
|
+
ys: string;
|
|
62
|
+
yd: BrushScale;
|
|
63
|
+
yk: boolean;
|
|
64
|
+
yn: boolean;
|
|
65
|
+
yq: number;
|
|
66
|
+
yp: number;
|
|
67
|
+
yo: boolean;
|
|
68
|
+
ym: boolean;
|
|
69
|
+
yl: boolean;
|
|
70
|
+
protected yj: boolean;
|
|
71
|
+
protected yi: boolean;
|
|
72
|
+
protected get_ff(): boolean;
|
|
73
73
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
74
74
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
protected
|
|
78
|
-
private
|
|
79
|
-
private
|
|
75
|
+
yf: ScatterItemSearchMode;
|
|
76
|
+
yr: number;
|
|
77
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private ze;
|
|
79
|
+
private zd;
|
|
80
80
|
static $$p: string[];
|
|
81
81
|
}
|
|
@@ -12,36 +12,36 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
12
12
|
*/
|
|
13
13
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
14
14
|
static $t: Type;
|
|
15
|
-
protected
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
protected
|
|
20
|
-
protected
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
protected
|
|
24
|
-
protected
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
15
|
+
protected ct(): SeriesView;
|
|
16
|
+
xh: GeographicShapeSeriesBaseView;
|
|
17
|
+
q3(a: SeriesView): void;
|
|
18
|
+
x4: string;
|
|
19
|
+
protected get_ff(): boolean;
|
|
20
|
+
protected get_ef(): boolean;
|
|
21
|
+
xp: boolean;
|
|
22
|
+
xo: boolean;
|
|
23
|
+
protected xm: boolean;
|
|
24
|
+
protected xl: boolean;
|
|
25
|
+
xg: ShapeItemSearchMode;
|
|
26
|
+
xs: number;
|
|
27
|
+
xt: string;
|
|
28
|
+
xf: BrushScale;
|
|
29
|
+
xn: boolean;
|
|
30
|
+
xr: number;
|
|
31
31
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
32
32
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
private
|
|
37
|
-
private
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
get
|
|
41
|
-
set
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
protected
|
|
33
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
34
|
+
private x7;
|
|
35
|
+
private x6;
|
|
36
|
+
private x8;
|
|
37
|
+
private x9;
|
|
38
|
+
private xi;
|
|
39
|
+
private xk;
|
|
40
|
+
get xj(): ShapefileConverter;
|
|
41
|
+
set xj(a: ShapefileConverter);
|
|
42
|
+
xq: number;
|
|
43
|
+
protected get_g8(): boolean;
|
|
44
|
+
protected set_g8(a: boolean): void;
|
|
45
45
|
static $$p: string[];
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
@@ -50,9 +50,9 @@ export declare abstract class GeographicShapeSeriesBase extends GeographicMapSer
|
|
|
50
50
|
export declare class GeographicShapeSeriesBaseView extends HostSeriesView {
|
|
51
51
|
static $t: Type;
|
|
52
52
|
constructor(a: GeographicShapeSeriesBase);
|
|
53
|
-
private
|
|
54
|
-
b5(): void;
|
|
53
|
+
private cu;
|
|
55
54
|
ci(): void;
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
cv(): void;
|
|
56
|
+
cx(): void;
|
|
57
|
+
cw(): void;
|
|
58
58
|
}
|