igniteui-angular-maps 14.0.0 → 14.1.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 +946 -946
- package/bundles/igniteui-angular-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/igx-geographic-contour-line-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +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/igx-geographic-contour-line-series-component.js +23 -23
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +17 -17
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +954 -954
- package/fesm5/igniteui-angular-maps.js +946 -946
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +26 -26
- 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 +15 -15
- 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 +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +18 -18
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -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,28 +37,28 @@ 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
|
-
|
|
53
|
-
qm: number;
|
|
53
|
+
qn: number;
|
|
54
54
|
progressiveLoadStatusChanged: (sender: any, e: ProgressiveLoadStatusEventArgs) => void;
|
|
55
|
-
private
|
|
56
|
-
get
|
|
57
|
-
set
|
|
58
|
-
protected
|
|
55
|
+
private qm;
|
|
56
|
+
get qo(): number;
|
|
57
|
+
set qo(a: number);
|
|
58
|
+
protected qb(): void;
|
|
59
|
+
private q2;
|
|
59
60
|
private q1;
|
|
60
|
-
|
|
61
|
-
protected l3(a: any, b: string, c: any, d: any): void;
|
|
61
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
62
62
|
protected get_e3(): boolean;
|
|
63
63
|
protected set_e3(a: boolean): void;
|
|
64
64
|
static $$p: string[];
|
|
@@ -15,59 +15,59 @@ import { RenderingContext } from "igniteui-angular-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
|
-
get
|
|
27
|
-
set
|
|
26
|
+
get p6(): Series;
|
|
27
|
+
set p6(a: Series);
|
|
28
28
|
protected get_hasMarkers(): boolean;
|
|
29
|
-
protected
|
|
29
|
+
protected qb(): void;
|
|
30
30
|
aw(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
31
31
|
ax(a: any, b: Point, c: boolean): HighlightingInfo;
|
|
32
32
|
ht(a: Point): any;
|
|
33
33
|
hj(a: Point, b: boolean): number;
|
|
34
34
|
hh(a: Point, b: boolean): number;
|
|
35
35
|
gj(a: Point, b: boolean, c: boolean): number;
|
|
36
|
-
|
|
37
|
-
pu(a: Point): Rect;
|
|
38
|
-
ak(a: Point): Rect[];
|
|
36
|
+
pm(a: Point, b: boolean, c: boolean): Point;
|
|
39
37
|
pv(a: Point): Rect;
|
|
40
|
-
|
|
38
|
+
ak(a: Point): Rect[];
|
|
41
39
|
pw(a: Point): Rect;
|
|
40
|
+
al(a: Point): Rect[];
|
|
42
41
|
px(a: Point): Rect;
|
|
42
|
+
py(a: Point): Rect;
|
|
43
43
|
gf(a: Point, b: boolean, c: boolean): number;
|
|
44
|
-
|
|
44
|
+
pi(a: Point, b: boolean, c: boolean): Point;
|
|
45
45
|
gh(a: Point, b: boolean, c: boolean): number;
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
pk(a: Point, b: boolean, c: boolean): Point;
|
|
47
|
+
pn(a: Point, b: boolean, c: boolean): Point;
|
|
48
48
|
gk(a: Point, b: boolean, c: boolean): number;
|
|
49
|
-
|
|
49
|
+
pj(a: Point, b: boolean, c: boolean): Point;
|
|
50
50
|
gg(a: Point, b: boolean, c: boolean): number;
|
|
51
|
-
|
|
51
|
+
pl(a: Point, b: boolean, c: boolean): Point;
|
|
52
52
|
gi(a: Point, b: boolean, c: boolean): number;
|
|
53
53
|
he(a: Point): number;
|
|
54
54
|
ga(): number;
|
|
55
55
|
f6(a: Point): number;
|
|
56
56
|
hu(a: Point): any;
|
|
57
|
-
protected abstract
|
|
57
|
+
protected abstract p5(): Series;
|
|
58
58
|
protected bx(): SeriesView;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
static readonly
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
protected
|
|
65
|
-
private
|
|
66
|
-
private
|
|
67
|
-
|
|
68
|
-
|
|
59
|
+
lz(a: SeriesView): void;
|
|
60
|
+
p7: HostSeriesView;
|
|
61
|
+
static readonly qd: DependencyProperty;
|
|
62
|
+
get p8(): number;
|
|
63
|
+
set p8(a: number);
|
|
64
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
65
|
+
private qa;
|
|
66
|
+
private qc;
|
|
67
|
+
mi(a: boolean): void;
|
|
68
|
+
mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
69
69
|
at(a: Point, b: boolean): DataContext;
|
|
70
|
-
|
|
70
|
+
ms(): void;
|
|
71
71
|
protected get_coercionMethods(): any;
|
|
72
72
|
protected set_coercionMethods(a: any): void;
|
|
73
73
|
protected k7(a: any): void;
|
|
@@ -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
|
-
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,30 +12,30 @@ 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
|
-
|
|
38
|
-
|
|
33
|
+
private q4;
|
|
34
|
+
private qi;
|
|
35
|
+
private qk;
|
|
36
|
+
get qj(): ShapefileConverter;
|
|
37
|
+
set qj(a: ShapefileConverter);
|
|
38
|
+
qp: number;
|
|
39
39
|
protected get_e3(): boolean;
|
|
40
40
|
protected set_e3(a: boolean): void;
|
|
41
41
|
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,14 +10,14 @@ export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
|
10
10
|
static $t: Type;
|
|
11
11
|
protected get_ei(): boolean;
|
|
12
12
|
constructor();
|
|
13
|
-
get
|
|
14
|
-
set
|
|
13
|
+
get re(): GeographicMapImagery;
|
|
14
|
+
set re(a: GeographicMapImagery);
|
|
15
|
+
private rd;
|
|
16
|
+
ri(): void;
|
|
17
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
15
18
|
private rc;
|
|
16
|
-
|
|
17
|
-
protected
|
|
18
|
-
private rb;
|
|
19
|
-
protected qa(): void;
|
|
20
|
-
protected p4(): Series;
|
|
19
|
+
protected qb(): void;
|
|
20
|
+
protected p5(): Series;
|
|
21
21
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
22
|
-
private
|
|
22
|
+
private rh;
|
|
23
23
|
}
|
|
@@ -20,30 +20,30 @@ 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
|
-
get
|
|
27
|
-
set
|
|
23
|
+
lz(a: SeriesView): void;
|
|
24
|
+
protected get_q7(): boolean;
|
|
25
|
+
protected sr: TileSeriesView;
|
|
26
|
+
get sv(): GeographicMapImagery;
|
|
27
|
+
set sv(a: GeographicMapImagery);
|
|
28
|
+
private st;
|
|
28
29
|
private ss;
|
|
29
|
-
|
|
30
|
-
protected
|
|
31
|
-
protected
|
|
32
|
-
protected l3(a: any, b: string, c: any, d: any): void;
|
|
33
|
-
private sz;
|
|
34
|
-
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
30
|
+
protected get su(): GeographicMapImagery;
|
|
31
|
+
protected set su(a: GeographicMapImagery);
|
|
32
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
35
33
|
private s0;
|
|
36
|
-
|
|
34
|
+
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
35
|
+
private s1;
|
|
36
|
+
private sw;
|
|
37
37
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
38
38
|
unRegister(a: DependencyObject): void;
|
|
39
39
|
deferredRefresh(): void;
|
|
40
40
|
deferAction(a: () => void): void;
|
|
41
|
-
protected
|
|
42
|
-
private
|
|
43
|
-
|
|
44
|
-
protected
|
|
45
|
-
|
|
46
|
-
private
|
|
41
|
+
protected m5(a: Rect, b: Rect): void;
|
|
42
|
+
private sx;
|
|
43
|
+
mj(a: boolean): void;
|
|
44
|
+
protected s2(a: boolean, b: SeriesView): void;
|
|
45
|
+
mh(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
46
|
+
private s3;
|
|
47
47
|
kx(a: boolean, b: SeriesView): void;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
@@ -279,15 +279,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
|
|
|
279
279
|
export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
280
280
|
static $t: Type;
|
|
281
281
|
protected bx(): SeriesView;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
protected
|
|
282
|
+
lz(a: SeriesView): void;
|
|
283
|
+
qe: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
qi: string;
|
|
285
|
+
qg: string;
|
|
286
|
+
qf: IEnumerable;
|
|
287
|
+
ql: string;
|
|
288
|
+
qn: string;
|
|
289
|
+
qp: string;
|
|
290
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
291
291
|
static $$p: string[];
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
@@ -297,21 +297,21 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
|
|
|
297
297
|
static $t: Type;
|
|
298
298
|
protected get_dd(): boolean;
|
|
299
299
|
constructor();
|
|
300
|
-
|
|
301
|
-
private
|
|
302
|
-
get
|
|
303
|
-
set
|
|
304
|
-
private q6;
|
|
305
|
-
q8(): void;
|
|
306
|
-
qx: ColorScale;
|
|
307
|
-
protected mv(): void;
|
|
308
|
-
qz: ScatterAreaSeries;
|
|
309
|
-
protected p4(): Series;
|
|
300
|
+
q4: string;
|
|
301
|
+
private qx;
|
|
302
|
+
get qz(): ColorScale;
|
|
303
|
+
set qz(a: ColorScale);
|
|
310
304
|
private q7;
|
|
305
|
+
q9(): void;
|
|
306
|
+
qy: ColorScale;
|
|
307
|
+
protected mw(): void;
|
|
308
|
+
q0: ScatterAreaSeries;
|
|
309
|
+
protected p5(): Series;
|
|
310
|
+
private q8;
|
|
311
311
|
protected bx(): SeriesView;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
protected
|
|
312
|
+
lz(a: SeriesView): void;
|
|
313
|
+
q2: GeographicScatterAreaSeriesView;
|
|
314
|
+
protected l4(a: any, b: string, c: any, d: any): void;
|
|
315
315
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
316
316
|
protected get_e3(): boolean;
|
|
317
317
|
protected set_e3(a: boolean): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.1.0",
|
|
4
4
|
"description": "Ignite UI Angular map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@angular/common": "^14.0.0",
|
|
20
20
|
"@angular/compiler": "^14.0.0",
|
|
21
21
|
"@angular/core": "^14.0.0",
|
|
22
|
-
"igniteui-angular-core": "14.
|
|
22
|
+
"igniteui-angular-core": "14.1.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|