igniteui-webcomponents-maps 5.4.0-beta.0 → 5.4.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-webcomponents-maps.umd.js +1752 -1752
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +104 -104
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +218 -218
- 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 +121 -121
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -75
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +74 -74
- 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 +478 -478
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +103 -103
- package/esm5/lib/GeographicMapSeriesHost_combined.js +216 -216
- 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 +121 -121
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +74 -74
- 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 +470 -470
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1760 -1760
- package/fesm5/igniteui-webcomponents-maps.js +1752 -1752
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +62 -62
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- 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 +45 -45
- 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 +37 -37
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- 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 +42 -42
- package/lib/XamGeographicMap_combined.d.ts +119 -119
- package/package.json +3 -3
|
@@ -13,34 +13,34 @@ import { TriangulationStatusEventArgs } from "igniteui-webcomponents-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 ct;
|
|
17
|
+
ax(): void;
|
|
18
|
+
b9(): void;
|
|
19
|
+
cu(): void;
|
|
20
|
+
cv(): 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_fj(): 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 w7(a: any, b: any): void;
|
|
31
|
+
xu: ScatterContourSeries;
|
|
32
|
+
protected w1(): Series;
|
|
33
|
+
private x4;
|
|
34
|
+
private x5;
|
|
35
|
+
x1: string;
|
|
36
|
+
xx: ValueBrushScale;
|
|
37
|
+
xw: ValueBrushScale;
|
|
38
|
+
protected sj(): void;
|
|
39
|
+
protected ct(): SeriesView;
|
|
40
|
+
q1(a: SeriesView): void;
|
|
41
|
+
xy: GeographicContourLineSeriesView;
|
|
42
|
+
xt: ContourValueResolver;
|
|
43
|
+
protected ra(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-webcomponents-charts";
|
|
|
11
11
|
export declare class GeographicHighDensityScatterSeriesView extends HostSeriesView {
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor(a: GeographicHighDensityScatterSeries);
|
|
14
|
-
private
|
|
15
|
-
|
|
16
|
-
cn(): void;
|
|
17
|
-
cm(): void;
|
|
18
|
-
cs(): void;
|
|
19
|
-
cq(): void;
|
|
20
|
-
co(): void;
|
|
21
|
-
cl(): void;
|
|
22
|
-
cj(): void;
|
|
14
|
+
private cl;
|
|
15
|
+
b9(): void;
|
|
23
16
|
cr(): void;
|
|
24
|
-
|
|
17
|
+
cq(): void;
|
|
18
|
+
cw(): void;
|
|
25
19
|
cu(): void;
|
|
26
|
-
|
|
27
|
-
ci(): void;
|
|
20
|
+
cs(): void;
|
|
28
21
|
cp(): void;
|
|
29
|
-
|
|
22
|
+
cn(): void;
|
|
23
|
+
cv(): void;
|
|
24
|
+
cx(): void;
|
|
25
|
+
cy(): void;
|
|
26
|
+
co(): void;
|
|
27
|
+
cm(): void;
|
|
28
|
+
ct(): void;
|
|
29
|
+
ax(): 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 jk(): number;
|
|
38
|
+
protected get_fo(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
xd: number;
|
|
51
|
-
xc: number;
|
|
52
|
-
x7: Color;
|
|
53
|
-
x6: Color;
|
|
40
|
+
protected ct(): SeriesView;
|
|
41
|
+
q1(a: SeriesView): void;
|
|
42
|
+
xb: GeographicHighDensityScatterSeriesView;
|
|
43
|
+
protected w1(): Series;
|
|
44
|
+
private xa;
|
|
45
|
+
xp: string;
|
|
46
|
+
xr: string;
|
|
47
|
+
xe: boolean;
|
|
48
|
+
xd: boolean;
|
|
49
|
+
xc: boolean;
|
|
54
50
|
xg: number;
|
|
51
|
+
xf: number;
|
|
52
|
+
ya: Color;
|
|
53
|
+
x9: Color;
|
|
54
|
+
xj: 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 xi;
|
|
57
|
+
get xk(): number;
|
|
58
|
+
set xk(a: number);
|
|
59
|
+
protected w7(a: any, b: any): void;
|
|
60
|
+
private xy;
|
|
61
|
+
private xx;
|
|
62
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
protected get_g7(): boolean;
|
|
64
|
+
protected set_g7(a: boolean): void;
|
|
65
65
|
static $$p: string[];
|
|
66
66
|
}
|
|
@@ -15,66 +15,66 @@ import { RenderingContext } from "igniteui-webcomponents-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
qg(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
|
|
20
|
+
private w0;
|
|
21
|
+
protected get_fc(): boolean;
|
|
22
|
+
kq(a: any, b: string): any;
|
|
23
|
+
md(a: string): string;
|
|
24
|
+
protected get_ki(): any;
|
|
25
|
+
protected set_ki(a: any): void;
|
|
26
|
+
ec(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 w2(): Series;
|
|
30
|
+
set w2(a: Series);
|
|
31
31
|
protected get_hasMarkers(): boolean;
|
|
32
|
-
protected
|
|
33
|
-
dg(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
|
+
protected w7(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
|
+
kn(a: Point): any;
|
|
36
|
+
ka(a: Point, b: boolean): number;
|
|
37
|
+
j8(a: Point, b: boolean): number;
|
|
38
|
+
i5(a: Point, b: boolean, c: boolean): number;
|
|
39
|
+
we(a: Point, b: boolean, c: boolean): Point;
|
|
40
|
+
wp(a: Point): Rect;
|
|
41
41
|
ao(a: Point): Rect[];
|
|
42
|
-
|
|
42
|
+
wq(a: Point): Rect;
|
|
43
43
|
ap(a: Point): Rect[];
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
i0(a: Point, b: boolean, c: boolean): number;
|
|
47
|
-
v7(a: Point, b: boolean, c: boolean): Point;
|
|
48
|
-
i2(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
v9(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
-
wc(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
-
i5(a: Point, b: boolean, c: boolean): number;
|
|
52
|
-
v8(a: Point, b: boolean, c: boolean): Point;
|
|
44
|
+
wr(a: Point): Rect;
|
|
45
|
+
ws(a: Point): Rect;
|
|
53
46
|
i1(a: Point, b: boolean, c: boolean): number;
|
|
54
47
|
wa(a: Point, b: boolean, c: boolean): Point;
|
|
55
48
|
i3(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
|
+
wc(a: Point, b: boolean, c: boolean): Point;
|
|
50
|
+
wf(a: Point, b: boolean, c: boolean): Point;
|
|
51
|
+
i6(a: Point, b: boolean, c: boolean): number;
|
|
52
|
+
wb(a: Point, b: boolean, c: boolean): Point;
|
|
53
|
+
i2(a: Point, b: boolean, c: boolean): number;
|
|
54
|
+
wd(a: Point, b: boolean, c: boolean): Point;
|
|
55
|
+
i4(a: Point, b: boolean, c: boolean): number;
|
|
56
|
+
j4(a: Point): number;
|
|
57
|
+
iw(): number;
|
|
58
|
+
is(a: Point): number;
|
|
59
|
+
ko(a: Point): any;
|
|
60
|
+
protected abstract w1(): Series;
|
|
61
|
+
protected ct(): SeriesView;
|
|
62
|
+
q1(a: SeriesView): void;
|
|
63
|
+
w3: HostSeriesView;
|
|
64
|
+
static readonly w9: DependencyProperty;
|
|
65
|
+
get w4(): number;
|
|
66
|
+
set w4(a: number);
|
|
67
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
68
|
+
private w6;
|
|
69
|
+
private w8;
|
|
70
|
+
rs(a: boolean): void;
|
|
71
|
+
protected q5(a: boolean): void;
|
|
72
|
+
rr(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
73
73
|
a2(a: Point, b: boolean): DataContext;
|
|
74
|
-
|
|
74
|
+
se(): void;
|
|
75
75
|
protected get_coercionMethods(): any;
|
|
76
76
|
protected set_coercionMethods(a: any): void;
|
|
77
|
-
protected
|
|
77
|
+
protected pz(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
|
-
|
|
85
|
+
private b4;
|
|
86
|
+
aw(a: RenderingContext, b: RenderingContext): void;
|
|
87
|
+
b9(): void;
|
|
88
|
+
ca(): void;
|
|
89
|
+
ch(): void;
|
|
90
|
+
ck(): void;
|
|
91
|
+
ce(): void;
|
|
92
|
+
cj(): void;
|
|
93
|
+
b8(): void;
|
|
94
|
+
cg(): void;
|
|
87
95
|
b5(): void;
|
|
88
96
|
b6(): void;
|
|
89
|
-
|
|
90
|
-
cg(): void;
|
|
91
|
-
ca(): void;
|
|
92
|
-
cf(): void;
|
|
93
|
-
b4(): void;
|
|
97
|
+
cb(): void;
|
|
94
98
|
cc(): void;
|
|
95
|
-
b1(): void;
|
|
96
|
-
b2(): void;
|
|
97
99
|
b7(): void;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
cb(): void;
|
|
102
|
-
ce(): void;
|
|
100
|
+
cd(): void;
|
|
101
|
+
cf(): void;
|
|
102
|
+
ci(): void;
|
|
103
103
|
}
|
|
@@ -11,23 +11,23 @@ import { Type } from "igniteui-webcomponents-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
|
-
|
|
14
|
+
s1(): DataTemplate;
|
|
15
|
+
vn(): Brush;
|
|
16
|
+
vo(): Brush;
|
|
17
|
+
io(): number;
|
|
18
|
+
ma(): string;
|
|
19
|
+
private xq;
|
|
20
|
+
xc: MarkerType;
|
|
21
|
+
xd: number;
|
|
22
|
+
xb: MarkerOutlineMode;
|
|
23
|
+
xa: MarkerFillMode;
|
|
24
|
+
xs: DataTemplate;
|
|
25
|
+
x6: Brush;
|
|
26
|
+
x7: Brush;
|
|
27
|
+
xe: number;
|
|
28
|
+
xr: DataTemplate;
|
|
26
29
|
x4: Brush;
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
x1: Brush;
|
|
30
|
-
x2: Brush;
|
|
31
|
-
protected q8(a: any, b: string, c: any, d: any): void;
|
|
30
|
+
x5: Brush;
|
|
31
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -12,28 +12,28 @@ import { StyleShapeEventArgs } from "igniteui-webcomponents-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 cp: GeographicPolylineSeries;
|
|
16
|
+
ax(): void;
|
|
17
|
+
b9(): void;
|
|
18
|
+
cq(): void;
|
|
19
|
+
cr(): 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_fr(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
29
|
+
protected ct(): SeriesView;
|
|
30
|
+
q1(a: SeriesView): void;
|
|
31
|
+
yi: GeographicPolylineSeriesView;
|
|
32
|
+
yh: StyleSelector;
|
|
33
|
+
yp: Style;
|
|
34
|
+
protected w1(): Series;
|
|
35
|
+
private ym;
|
|
36
36
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
37
|
-
protected
|
|
37
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
38
38
|
static $$p: string[];
|
|
39
39
|
}
|
|
@@ -14,68 +14,68 @@ import { AssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-cha
|
|
|
14
14
|
export declare class GeographicProportionalSymbolSeriesView extends HostSeriesView {
|
|
15
15
|
static $t: Type;
|
|
16
16
|
constructor(a: GeographicProportionalSymbolSeries);
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
cq(): void;
|
|
21
|
-
cp(): void;
|
|
22
|
-
cv(): void;
|
|
23
|
-
ct(): void;
|
|
17
|
+
private cl;
|
|
18
|
+
ax(): void;
|
|
19
|
+
b9(): void;
|
|
24
20
|
cu(): void;
|
|
25
|
-
|
|
26
|
-
cy(): void;
|
|
21
|
+
ct(): void;
|
|
27
22
|
cz(): void;
|
|
28
23
|
cx(): void;
|
|
29
|
-
|
|
30
|
-
cs(): void;
|
|
24
|
+
cy(): void;
|
|
31
25
|
c0(): void;
|
|
32
|
-
c1(): void;
|
|
33
|
-
cl(): void;
|
|
34
|
-
cj(): void;
|
|
35
|
-
ci(): void;
|
|
36
26
|
c2(): void;
|
|
37
|
-
|
|
38
|
-
|
|
27
|
+
c3(): void;
|
|
28
|
+
c1(): void;
|
|
29
|
+
cv(): void;
|
|
30
|
+
cw(): void;
|
|
31
|
+
c4(): void;
|
|
32
|
+
c5(): void;
|
|
33
|
+
cp(): void;
|
|
39
34
|
cn(): void;
|
|
40
35
|
cm(): void;
|
|
36
|
+
c6(): void;
|
|
37
|
+
co(): void;
|
|
38
|
+
cs(): void;
|
|
39
|
+
cr(): void;
|
|
40
|
+
cq(): 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_ej(): boolean;
|
|
49
49
|
constructor();
|
|
50
|
-
protected
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
protected
|
|
54
|
-
protected
|
|
55
|
-
private
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
ye: boolean;
|
|
50
|
+
protected ct(): SeriesView;
|
|
51
|
+
q1(a: SeriesView): void;
|
|
52
|
+
ye: GeographicProportionalSymbolSeriesView;
|
|
53
|
+
protected jl(): number;
|
|
54
|
+
protected w1(): Series;
|
|
55
|
+
private yb;
|
|
56
|
+
yz: string;
|
|
57
|
+
y1: string;
|
|
58
|
+
y6: string;
|
|
59
|
+
yd: SizeScale;
|
|
60
|
+
yx: string;
|
|
61
|
+
yp: string;
|
|
62
|
+
ya: BrushScale;
|
|
64
63
|
yh: boolean;
|
|
65
|
-
yk:
|
|
66
|
-
|
|
64
|
+
yk: boolean;
|
|
65
|
+
yn: number;
|
|
66
|
+
ym: number;
|
|
67
|
+
yl: boolean;
|
|
68
|
+
yj: boolean;
|
|
67
69
|
yi: boolean;
|
|
68
|
-
yg: boolean;
|
|
69
|
-
yf: boolean;
|
|
70
|
-
protected
|
|
71
|
-
protected yc: boolean;
|
|
72
|
-
protected get_fd(): boolean;
|
|
70
|
+
protected yg: boolean;
|
|
71
|
+
protected yf: boolean;
|
|
72
|
+
protected get_fe(): 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
|
+
yc: ScatterItemSearchMode;
|
|
76
|
+
yo: number;
|
|
77
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
78
|
+
private zb;
|
|
79
|
+
private za;
|
|
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
|
+
xe: GeographicShapeSeriesBaseView;
|
|
17
|
+
q1(a: SeriesView): void;
|
|
18
|
+
x1: string;
|
|
19
|
+
protected get_fe(): boolean;
|
|
20
|
+
protected get_ee(): boolean;
|
|
21
|
+
xm: boolean;
|
|
22
|
+
xl: boolean;
|
|
23
|
+
protected xj: boolean;
|
|
24
|
+
protected xi: boolean;
|
|
25
|
+
xd: ShapeItemSearchMode;
|
|
26
|
+
xp: number;
|
|
27
|
+
xq: string;
|
|
28
|
+
xc: BrushScale;
|
|
29
|
+
xk: boolean;
|
|
30
|
+
xo: number;
|
|
31
31
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
32
32
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
35
|
-
private x0;
|
|
36
|
-
private x2;
|
|
33
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
34
|
+
private x4;
|
|
37
35
|
private x3;
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
36
|
+
private x5;
|
|
37
|
+
private x6;
|
|
38
|
+
private xf;
|
|
39
|
+
private xh;
|
|
40
|
+
get xg(): ShapefileConverter;
|
|
41
|
+
set xg(a: ShapefileConverter);
|
|
42
|
+
xn: number;
|
|
43
|
+
protected get_g7(): boolean;
|
|
44
|
+
protected set_g7(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
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
53
|
+
private cl;
|
|
54
|
+
b9(): void;
|
|
55
|
+
cm(): void;
|
|
56
|
+
co(): void;
|
|
57
|
+
cn(): void;
|
|
58
58
|
}
|