igniteui-webcomponents-maps 3.2.1 → 3.2.2
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 +997 -997
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +34 -34
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +154 -154
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +79 -79
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +34 -34
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +152 -152
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +77 -77
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igc-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +31 -31
- package/esm5/lib/igc-geographic-map-series-host-component.js +12 -12
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +12 -12
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +51 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igc-geographic-shape-series-base-component.js +26 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +43 -43
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +1006 -1006
- package/fesm5/igniteui-webcomponents-maps.js +997 -997
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +15 -15
- package/lib/GeographicMapSeriesHost_combined.d.ts +24 -24
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +14 -14
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +7 -7
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +16 -16
- package/lib/XamGeographicMap_combined.d.ts +21 -21
- package/package.json +3 -3
|
@@ -26,20 +26,20 @@ export declare class GeographicContourLineSeries extends GeographicXYTriangulati
|
|
|
26
26
|
static $t: Type;
|
|
27
27
|
protected get_d0(): boolean;
|
|
28
28
|
constructor();
|
|
29
|
-
protected
|
|
30
|
-
|
|
31
|
-
protected
|
|
32
|
-
private q7;
|
|
29
|
+
protected qb(): void;
|
|
30
|
+
qy: ScatterContourSeries;
|
|
31
|
+
protected p5(): Series;
|
|
33
32
|
private q8;
|
|
34
|
-
|
|
33
|
+
private q9;
|
|
34
|
+
q5: string;
|
|
35
|
+
q1: ValueBrushScale;
|
|
35
36
|
q0: ValueBrushScale;
|
|
36
|
-
|
|
37
|
-
protected mv(): void;
|
|
37
|
+
protected mw(): void;
|
|
38
38
|
protected bx(): SeriesView;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
39
|
+
lz(a: SeriesView): void;
|
|
40
|
+
q2: GeographicContourLineSeriesView;
|
|
41
|
+
qx: ContourValueResolver;
|
|
42
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
43
43
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
44
44
|
static $$p: string[];
|
|
45
45
|
}
|
|
@@ -37,27 +37,27 @@ export declare class GeographicHighDensityScatterSeries extends GeographicMapSer
|
|
|
37
37
|
protected get_d5(): boolean;
|
|
38
38
|
constructor();
|
|
39
39
|
protected bx(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
private
|
|
44
|
-
|
|
45
|
-
|
|
40
|
+
lz(a: SeriesView): void;
|
|
41
|
+
qf: GeographicHighDensityScatterSeriesView;
|
|
42
|
+
protected p5(): Series;
|
|
43
|
+
private qe;
|
|
44
|
+
qt: string;
|
|
45
|
+
qv: string;
|
|
46
|
+
qi: boolean;
|
|
46
47
|
qh: boolean;
|
|
47
48
|
qg: boolean;
|
|
48
|
-
|
|
49
|
+
qk: number;
|
|
49
50
|
qj: number;
|
|
50
|
-
|
|
51
|
+
re: Color;
|
|
51
52
|
rd: Color;
|
|
52
|
-
rc: Color;
|
|
53
|
-
qm: number;
|
|
54
|
-
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
55
|
-
private ql;
|
|
56
53
|
qn: number;
|
|
57
|
-
|
|
54
|
+
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
55
|
+
private qm;
|
|
56
|
+
qo: number;
|
|
57
|
+
protected qb(): void;
|
|
58
|
+
private q2;
|
|
58
59
|
private q1;
|
|
59
|
-
|
|
60
|
-
protected l3(a: any, b: string, c: any, d: any): void;
|
|
60
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
61
61
|
protected get_e3(): boolean;
|
|
62
62
|
protected set_e3(a: boolean): void;
|
|
63
63
|
static $$p: string[];
|
|
@@ -15,57 +15,57 @@ import { RenderingContext } from "igniteui-webcomponents-core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare abstract class GeographicMapSeriesHost extends Series {
|
|
17
17
|
static $t: Type;
|
|
18
|
-
|
|
18
|
+
lk(): void;
|
|
19
19
|
constructor();
|
|
20
|
-
private
|
|
20
|
+
private p4;
|
|
21
21
|
protected get_dv(): boolean;
|
|
22
22
|
hw(a: any, b: string): any;
|
|
23
23
|
c1(a: List$1<SeriesPointOfInterest>, b: boolean, c: boolean, d: number): boolean;
|
|
24
24
|
ag(): Axis[];
|
|
25
25
|
be(): Series;
|
|
26
|
-
|
|
26
|
+
p6: Series;
|
|
27
27
|
protected get_hasMarkers(): boolean;
|
|
28
|
-
protected
|
|
28
|
+
protected qb(): void;
|
|
29
29
|
aw(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
30
30
|
ax(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
31
31
|
ht(a: Point): any;
|
|
32
32
|
hj(a: Point, b: boolean): number;
|
|
33
33
|
hh(a: Point, b: boolean): number;
|
|
34
34
|
gj(a: Point, b: boolean, c: boolean): number;
|
|
35
|
-
|
|
36
|
-
pu(a: Point): Rect;
|
|
37
|
-
ak(a: Point): Rect[];
|
|
35
|
+
pm(a: Point, b: boolean, c: boolean): Point;
|
|
38
36
|
pv(a: Point): Rect;
|
|
39
|
-
|
|
37
|
+
ak(a: Point): Rect[];
|
|
40
38
|
pw(a: Point): Rect;
|
|
39
|
+
al(a: Point): Rect[];
|
|
41
40
|
px(a: Point): Rect;
|
|
41
|
+
py(a: Point): Rect;
|
|
42
42
|
gf(a: Point, b: boolean, c: boolean): number;
|
|
43
|
-
|
|
43
|
+
pi(a: Point, b: boolean, c: boolean): Point;
|
|
44
44
|
gh(a: Point, b: boolean, c: boolean): number;
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
pk(a: Point, b: boolean, c: boolean): Point;
|
|
46
|
+
pn(a: Point, b: boolean, c: boolean): Point;
|
|
47
47
|
gk(a: Point, b: boolean, c: boolean): number;
|
|
48
|
-
|
|
48
|
+
pj(a: Point, b: boolean, c: boolean): Point;
|
|
49
49
|
gg(a: Point, b: boolean, c: boolean): number;
|
|
50
|
-
|
|
50
|
+
pl(a: Point, b: boolean, c: boolean): Point;
|
|
51
51
|
gi(a: Point, b: boolean, c: boolean): number;
|
|
52
52
|
he(a: Point): number;
|
|
53
53
|
ga(): number;
|
|
54
54
|
f6(a: Point): number;
|
|
55
55
|
hu(a: Point): any;
|
|
56
|
-
protected abstract
|
|
56
|
+
protected abstract p5(): Series;
|
|
57
57
|
protected bx(): SeriesView;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
static readonly
|
|
61
|
-
|
|
62
|
-
protected
|
|
63
|
-
private
|
|
64
|
-
private
|
|
65
|
-
|
|
66
|
-
|
|
58
|
+
lz(a: SeriesView): void;
|
|
59
|
+
p7: HostSeriesView;
|
|
60
|
+
static readonly qd: DependencyProperty;
|
|
61
|
+
p8: number;
|
|
62
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
63
|
+
private qa;
|
|
64
|
+
private qc;
|
|
65
|
+
mi(a: boolean): void;
|
|
66
|
+
mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
67
67
|
at(a: Point, b: boolean): DataContext;
|
|
68
|
-
|
|
68
|
+
ms(): void;
|
|
69
69
|
protected get_coercionMethods(): any;
|
|
70
70
|
protected set_coercionMethods(a: any): void;
|
|
71
71
|
protected k7(a: any): void;
|
|
@@ -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
|
-
o5(): Brush;
|
|
14
|
+
ne(): DataTemplate;
|
|
16
15
|
o6(): Brush;
|
|
16
|
+
o7(): Brush;
|
|
17
17
|
f2(): number;
|
|
18
18
|
iy(): string;
|
|
19
|
-
private
|
|
20
|
-
|
|
21
|
-
qg: number;
|
|
22
|
-
qe: MarkerOutlineMode;
|
|
23
|
-
qd: MarkerFillMode;
|
|
24
|
-
qv: DataTemplate;
|
|
25
|
-
q9: Brush;
|
|
26
|
-
ra: Brush;
|
|
19
|
+
private qu;
|
|
20
|
+
qg: MarkerType;
|
|
27
21
|
qh: number;
|
|
28
|
-
|
|
29
|
-
|
|
22
|
+
qf: MarkerOutlineMode;
|
|
23
|
+
qe: MarkerFillMode;
|
|
24
|
+
qw: DataTemplate;
|
|
25
|
+
ra: Brush;
|
|
26
|
+
rb: Brush;
|
|
27
|
+
qi: number;
|
|
28
|
+
qv: DataTemplate;
|
|
30
29
|
q8: Brush;
|
|
31
|
-
|
|
30
|
+
q9: Brush;
|
|
31
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
32
32
|
static $$p: string[];
|
|
33
33
|
}
|
|
@@ -26,13 +26,13 @@ export declare class GeographicPolylineSeries extends GeographicShapeSeriesBase
|
|
|
26
26
|
protected get_d8(): boolean;
|
|
27
27
|
constructor();
|
|
28
28
|
protected bx(): SeriesView;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
protected
|
|
34
|
-
private
|
|
29
|
+
lz(a: SeriesView): void;
|
|
30
|
+
rd: GeographicPolylineSeriesView;
|
|
31
|
+
rc: StyleSelector;
|
|
32
|
+
rk: Style;
|
|
33
|
+
protected p5(): Series;
|
|
34
|
+
private rh;
|
|
35
35
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
36
|
-
protected
|
|
36
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
37
37
|
static $$p: string[];
|
|
38
38
|
}
|
|
@@ -47,34 +47,34 @@ export declare class GeographicProportionalSymbolSeries extends GeographicMarker
|
|
|
47
47
|
protected get_c4(): boolean;
|
|
48
48
|
constructor();
|
|
49
49
|
protected bx(): SeriesView;
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
lz(a: SeriesView): void;
|
|
51
|
+
ri: GeographicProportionalSymbolSeriesView;
|
|
52
52
|
protected gv(): number;
|
|
53
|
-
protected
|
|
54
|
-
private
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
rn: boolean;
|
|
64
|
-
rq: number;
|
|
65
|
-
rp: number;
|
|
53
|
+
protected p5(): Series;
|
|
54
|
+
private rf;
|
|
55
|
+
r3: string;
|
|
56
|
+
r5: string;
|
|
57
|
+
sa: string;
|
|
58
|
+
rh: SizeScale;
|
|
59
|
+
r1: string;
|
|
60
|
+
rt: string;
|
|
61
|
+
re: BrushScale;
|
|
62
|
+
rl: boolean;
|
|
66
63
|
ro: boolean;
|
|
64
|
+
rr: number;
|
|
65
|
+
rq: number;
|
|
66
|
+
rp: boolean;
|
|
67
|
+
rn: boolean;
|
|
67
68
|
rm: boolean;
|
|
68
|
-
|
|
69
|
+
protected rk: boolean;
|
|
69
70
|
protected rj: boolean;
|
|
70
|
-
protected ri: boolean;
|
|
71
71
|
protected get_dx(): boolean;
|
|
72
72
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
73
73
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
protected
|
|
74
|
+
rg: ScatterItemSearchMode;
|
|
75
|
+
rs: number;
|
|
76
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
77
|
+
private sf;
|
|
77
78
|
private se;
|
|
78
|
-
private sd;
|
|
79
79
|
static $$p: string[];
|
|
80
80
|
}
|
|
@@ -12,29 +12,29 @@ import { HostSeriesView } from "./HostSeriesView";
|
|
|
12
12
|
export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost {
|
|
13
13
|
static $t: Type;
|
|
14
14
|
protected bx(): SeriesView;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
qh: GeographicShapeSeriesBaseView;
|
|
16
|
+
lz(a: SeriesView): void;
|
|
17
|
+
qz: string;
|
|
18
18
|
protected get_dx(): boolean;
|
|
19
19
|
protected get_c2(): boolean;
|
|
20
|
+
qo: boolean;
|
|
20
21
|
qn: boolean;
|
|
21
|
-
qm: boolean;
|
|
22
|
+
protected qm: boolean;
|
|
22
23
|
protected ql: boolean;
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
qg: ShapeItemSearchMode;
|
|
25
|
+
qr: number;
|
|
25
26
|
qq: number;
|
|
26
|
-
qp: number;
|
|
27
27
|
assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void;
|
|
28
28
|
assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void;
|
|
29
|
-
protected
|
|
30
|
-
private q1;
|
|
31
|
-
private q0;
|
|
29
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
32
30
|
private q2;
|
|
31
|
+
private q1;
|
|
33
32
|
private q3;
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
|
|
37
|
-
|
|
33
|
+
private q4;
|
|
34
|
+
private qi;
|
|
35
|
+
private qk;
|
|
36
|
+
qj: ShapefileConverter;
|
|
37
|
+
qp: number;
|
|
38
38
|
protected get_e3(): boolean;
|
|
39
39
|
protected set_e3(a: boolean): void;
|
|
40
40
|
static $$p: string[];
|
|
@@ -39,32 +39,32 @@ export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
|
39
39
|
protected get_d7(): boolean;
|
|
40
40
|
constructor();
|
|
41
41
|
protected bx(): SeriesView;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
protected
|
|
45
|
-
private rx;
|
|
46
|
-
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
42
|
+
rh: GeographicShapeSeriesView;
|
|
43
|
+
lz(a: SeriesView): void;
|
|
44
|
+
protected p5(): Series;
|
|
47
45
|
private ry;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
46
|
+
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
47
|
+
private rz;
|
|
48
|
+
rg: StyleSelector;
|
|
49
|
+
sl: Style;
|
|
50
|
+
rf: MarkerType;
|
|
51
|
+
re: MarkerOutlineMode;
|
|
52
|
+
rd: MarkerFillMode;
|
|
53
|
+
r1: DataTemplate;
|
|
55
54
|
si: Brush;
|
|
56
|
-
sj:
|
|
57
|
-
|
|
55
|
+
sj: Brush;
|
|
56
|
+
sk: Style;
|
|
57
|
+
ri: number;
|
|
58
58
|
f2(): number;
|
|
59
|
-
o5(): Brush;
|
|
60
59
|
o6(): Brush;
|
|
61
|
-
|
|
60
|
+
o7(): Brush;
|
|
61
|
+
ne(): DataTemplate;
|
|
62
62
|
iy(): string;
|
|
63
|
-
|
|
64
|
-
protected
|
|
63
|
+
rc: CollisionAvoidanceType;
|
|
64
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
65
65
|
protected gv(): number;
|
|
66
|
-
|
|
67
|
-
sf: Brush;
|
|
66
|
+
r0: DataTemplate;
|
|
68
67
|
sg: Brush;
|
|
68
|
+
sh: Brush;
|
|
69
69
|
static $$p: string[];
|
|
70
70
|
}
|
|
@@ -37,26 +37,26 @@ export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
|
37
37
|
protected get_c4(): boolean;
|
|
38
38
|
constructor();
|
|
39
39
|
protected bx(): SeriesView;
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
lz(a: SeriesView): void;
|
|
41
|
+
rh: GeographicSymbolSeriesView;
|
|
42
42
|
protected gv(): number;
|
|
43
|
-
protected
|
|
44
|
-
private
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
43
|
+
protected p5(): Series;
|
|
44
|
+
private rg;
|
|
45
|
+
rs: string;
|
|
46
|
+
ru: string;
|
|
47
|
+
re: CollisionAvoidanceType;
|
|
48
|
+
rl: boolean;
|
|
48
49
|
rk: boolean;
|
|
49
|
-
rj: boolean;
|
|
50
|
+
protected rj: boolean;
|
|
50
51
|
protected ri: boolean;
|
|
51
|
-
protected rh: boolean;
|
|
52
52
|
protected get_dx(): boolean;
|
|
53
53
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
54
54
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
protected
|
|
55
|
+
rf: ScatterItemSearchMode;
|
|
56
|
+
rn: number;
|
|
57
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
58
|
+
private rz;
|
|
58
59
|
private ry;
|
|
59
|
-
|
|
60
|
-
rl: boolean;
|
|
60
|
+
rm: boolean;
|
|
61
61
|
static $$p: string[];
|
|
62
62
|
}
|
|
@@ -10,13 +10,13 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
|
10
10
|
static $t: Type;
|
|
11
11
|
protected get_ei(): boolean;
|
|
12
12
|
constructor();
|
|
13
|
-
|
|
13
|
+
re: GeographicMapImagery;
|
|
14
|
+
private rd;
|
|
15
|
+
ri(): void;
|
|
16
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
14
17
|
private rc;
|
|
15
|
-
|
|
16
|
-
protected
|
|
17
|
-
private rb;
|
|
18
|
-
protected qa(): void;
|
|
19
|
-
protected p4(): Series;
|
|
18
|
+
protected qb(): void;
|
|
19
|
+
protected p5(): Series;
|
|
20
20
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
21
|
-
private
|
|
21
|
+
private rh;
|
|
22
22
|
}
|
|
@@ -20,28 +20,28 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
|
|
|
20
20
|
protected get_ei(): boolean;
|
|
21
21
|
constructor();
|
|
22
22
|
protected bx(): SeriesView;
|
|
23
|
-
|
|
24
|
-
protected
|
|
25
|
-
protected
|
|
26
|
-
|
|
23
|
+
lz(a: SeriesView): void;
|
|
24
|
+
protected get_q7(): boolean;
|
|
25
|
+
protected sr: TileSeriesView;
|
|
26
|
+
sv: GeographicMapImagery;
|
|
27
|
+
private st;
|
|
27
28
|
private ss;
|
|
28
|
-
|
|
29
|
-
protected
|
|
30
|
-
protected l3(a: any, b: string, c: any, d: any): void;
|
|
31
|
-
private sz;
|
|
32
|
-
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
29
|
+
protected su: GeographicMapImagery;
|
|
30
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
33
31
|
private s0;
|
|
34
|
-
|
|
32
|
+
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
33
|
+
private s1;
|
|
34
|
+
private sw;
|
|
35
35
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
36
36
|
unRegister(a: DependencyObject): void;
|
|
37
37
|
deferredRefresh(): void;
|
|
38
38
|
deferAction(a: () => void): void;
|
|
39
|
-
protected
|
|
40
|
-
private
|
|
41
|
-
|
|
42
|
-
protected
|
|
43
|
-
|
|
44
|
-
private
|
|
39
|
+
protected m5(a: Rect, b: Rect): void;
|
|
40
|
+
private sx;
|
|
41
|
+
mj(a: boolean): void;
|
|
42
|
+
protected s2(a: boolean, b: SeriesView): void;
|
|
43
|
+
mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
44
|
+
private s3;
|
|
45
45
|
kx(a: boolean, b: SeriesView): void;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
@@ -267,15 +267,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
|
|
|
267
267
|
export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
268
268
|
static $t: Type;
|
|
269
269
|
protected bx(): SeriesView;
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
protected
|
|
270
|
+
lz(a: SeriesView): void;
|
|
271
|
+
qe: GeographicXYTriangulatingSeriesView;
|
|
272
|
+
qi: string;
|
|
273
|
+
qg: string;
|
|
274
|
+
qf: IEnumerable;
|
|
275
|
+
ql: string;
|
|
276
|
+
qn: string;
|
|
277
|
+
qp: string;
|
|
278
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
279
279
|
static $$p: string[];
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
@@ -285,20 +285,20 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
|
|
|
285
285
|
static $t: Type;
|
|
286
286
|
protected get_dd(): boolean;
|
|
287
287
|
constructor();
|
|
288
|
-
|
|
289
|
-
private
|
|
290
|
-
|
|
291
|
-
private q6;
|
|
292
|
-
q8(): void;
|
|
293
|
-
qx: ColorScale;
|
|
294
|
-
protected mv(): void;
|
|
295
|
-
qz: ScatterAreaSeries;
|
|
296
|
-
protected p4(): Series;
|
|
288
|
+
q4: string;
|
|
289
|
+
private qx;
|
|
290
|
+
qz: ColorScale;
|
|
297
291
|
private q7;
|
|
292
|
+
q9(): void;
|
|
293
|
+
qy: ColorScale;
|
|
294
|
+
protected mw(): void;
|
|
295
|
+
q0: ScatterAreaSeries;
|
|
296
|
+
protected p5(): Series;
|
|
297
|
+
private q8;
|
|
298
298
|
protected bx(): SeriesView;
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
protected
|
|
299
|
+
lz(a: SeriesView): void;
|
|
300
|
+
q2: GeographicScatterAreaSeriesView;
|
|
301
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
302
302
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
303
303
|
protected get_e3(): boolean;
|
|
304
304
|
protected set_e3(a: boolean): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-maps",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "Ignite UI Web Components map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"tslib": "^2.3.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"igniteui-webcomponents-core": "3.2.
|
|
20
|
-
"igniteui-webcomponents-charts": "3.2.
|
|
19
|
+
"igniteui-webcomponents-core": "3.2.2",
|
|
20
|
+
"igniteui-webcomponents-charts": "3.2.2"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-webcomponents-maps.d.ts",
|