igniteui-angular-maps 19.0.1 → 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 +1709 -1709
- 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 +65 -65
- 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 +51 -51
- 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 +122 -122
- package/package.json +2 -2
|
@@ -18,54 +18,54 @@ import { StyleShapeEventArgs } from "igniteui-angular-charts";
|
|
|
18
18
|
export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
|
|
19
19
|
static $t: Type;
|
|
20
20
|
constructor(a: GeographicShapeSeries);
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
21
|
+
protected cy: GeographicShapeSeries;
|
|
22
|
+
a4(): void;
|
|
23
|
+
ci(): void;
|
|
24
|
+
c3(): void;
|
|
25
|
+
c5(): void;
|
|
26
|
+
c0(): void;
|
|
27
|
+
c4(): void;
|
|
28
|
+
cz(): void;
|
|
29
|
+
c1(): void;
|
|
30
|
+
c2(): void;
|
|
31
|
+
c6(): void;
|
|
32
|
+
c7(): void;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* @hidden
|
|
36
36
|
*/
|
|
37
37
|
export declare class GeographicShapeSeries extends GeographicShapeSeriesBase {
|
|
38
38
|
static $t: Type;
|
|
39
|
-
protected
|
|
40
|
-
protected
|
|
39
|
+
protected bk(): Series;
|
|
40
|
+
protected get_fr(): boolean;
|
|
41
41
|
constructor();
|
|
42
|
-
protected
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private
|
|
42
|
+
protected ct(): SeriesView;
|
|
43
|
+
yp: GeographicShapeSeriesView;
|
|
44
|
+
q3(a: SeriesView): void;
|
|
45
|
+
protected w4(): Series;
|
|
46
|
+
private y6;
|
|
47
47
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
protected
|
|
66
|
-
protected
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
48
|
+
private y7;
|
|
49
|
+
yo: StyleSelector;
|
|
50
|
+
zt: Style;
|
|
51
|
+
yn: MarkerType;
|
|
52
|
+
ym: MarkerOutlineMode;
|
|
53
|
+
yl: MarkerFillMode;
|
|
54
|
+
y9: DataTemplate;
|
|
55
|
+
zq: Brush;
|
|
56
|
+
zr: Brush;
|
|
57
|
+
zs: Style;
|
|
58
|
+
yq: number;
|
|
59
|
+
ip(): number;
|
|
60
|
+
vq(): Brush;
|
|
61
|
+
vr(): Brush;
|
|
62
|
+
s3(): DataTemplate;
|
|
63
|
+
mc(): string;
|
|
64
|
+
yk: CollisionAvoidanceType;
|
|
65
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected jm(): number;
|
|
67
|
+
y8: DataTemplate;
|
|
68
|
+
zo: Brush;
|
|
69
|
+
zp: Brush;
|
|
70
70
|
static $$p: string[];
|
|
71
71
|
}
|
|
@@ -13,51 +13,51 @@ import { AssigningScatterMarkerStyleEventArgs } from "igniteui-angular-charts";
|
|
|
13
13
|
export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
14
14
|
static $t: Type;
|
|
15
15
|
constructor(a: GeographicSymbolSeries);
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
b5(): void;
|
|
19
|
-
cj(): void;
|
|
16
|
+
private cu;
|
|
17
|
+
a4(): void;
|
|
20
18
|
ci(): void;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
19
|
+
cw(): void;
|
|
20
|
+
cv(): void;
|
|
21
|
+
c2(): void;
|
|
22
|
+
c0(): void;
|
|
23
|
+
c1(): void;
|
|
24
|
+
c3(): void;
|
|
25
|
+
c5(): void;
|
|
26
|
+
c6(): void;
|
|
27
|
+
c4(): void;
|
|
28
|
+
cy(): void;
|
|
29
|
+
cx(): void;
|
|
30
|
+
cz(): void;
|
|
31
31
|
}
|
|
32
32
|
/**
|
|
33
33
|
* @hidden
|
|
34
34
|
*/
|
|
35
35
|
export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
36
36
|
static $t: Type;
|
|
37
|
-
protected
|
|
38
|
-
protected
|
|
37
|
+
protected bk(): Series;
|
|
38
|
+
protected get_ek(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
protected
|
|
45
|
-
private
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
protected
|
|
53
|
-
protected
|
|
40
|
+
protected ct(): SeriesView;
|
|
41
|
+
q3(a: SeriesView): void;
|
|
42
|
+
yg: GeographicSymbolSeriesView;
|
|
43
|
+
protected jm(): number;
|
|
44
|
+
protected w4(): Series;
|
|
45
|
+
private yf;
|
|
46
|
+
yr: string;
|
|
47
|
+
yt: string;
|
|
48
|
+
yd: CollisionAvoidanceType;
|
|
49
|
+
yk: boolean;
|
|
50
|
+
yj: boolean;
|
|
51
|
+
protected yi: boolean;
|
|
52
|
+
protected yh: boolean;
|
|
53
|
+
protected get_ff(): boolean;
|
|
54
54
|
assigningScatterStyle: (sender: any, args: AssigningScatterStyleEventArgs) => void;
|
|
55
55
|
assigningScatterMarkerStyle: (sender: any, args: AssigningScatterMarkerStyleEventArgs) => void;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
protected
|
|
59
|
-
private
|
|
60
|
-
private
|
|
61
|
-
|
|
56
|
+
ye: ScatterItemSearchMode;
|
|
57
|
+
ym: number;
|
|
58
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private yy;
|
|
60
|
+
private yx;
|
|
61
|
+
yl: boolean;
|
|
62
62
|
static $$p: string[];
|
|
63
63
|
}
|
|
@@ -8,17 +8,17 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
12
|
-
protected
|
|
11
|
+
protected bk(): Series;
|
|
12
|
+
protected get_f4(): boolean;
|
|
13
13
|
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private
|
|
20
|
-
protected
|
|
21
|
-
protected
|
|
14
|
+
get ym(): GeographicMapImagery;
|
|
15
|
+
set ym(a: GeographicMapImagery);
|
|
16
|
+
private yl;
|
|
17
|
+
yq(): void;
|
|
18
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
19
|
+
private yk;
|
|
20
|
+
protected xa(a: any, b: any): void;
|
|
21
|
+
protected w4(): Series;
|
|
22
22
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
-
private
|
|
23
|
+
private yp;
|
|
24
24
|
}
|
|
@@ -18,35 +18,35 @@ import { PointCollection } from "igniteui-angular-core";
|
|
|
18
18
|
*/
|
|
19
19
|
export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
|
|
20
20
|
static $t: Type;
|
|
21
|
-
protected
|
|
22
|
-
protected
|
|
21
|
+
protected bk(): Series;
|
|
22
|
+
protected get_f4(): boolean;
|
|
23
23
|
constructor();
|
|
24
|
-
protected
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
get
|
|
29
|
-
set
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
protected get
|
|
33
|
-
protected set
|
|
34
|
-
protected
|
|
35
|
-
private
|
|
24
|
+
protected ct(): SeriesView;
|
|
25
|
+
q3(a: SeriesView): void;
|
|
26
|
+
protected get_yf(): boolean;
|
|
27
|
+
protected aac: TileSeriesView;
|
|
28
|
+
get aag(): GeographicMapImagery;
|
|
29
|
+
set aag(a: GeographicMapImagery);
|
|
30
|
+
private aae;
|
|
31
|
+
private aad;
|
|
32
|
+
protected get aaf(): GeographicMapImagery;
|
|
33
|
+
protected set aaf(a: GeographicMapImagery);
|
|
34
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
35
|
+
private aal;
|
|
36
36
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
-
private
|
|
38
|
-
private
|
|
37
|
+
private aam;
|
|
38
|
+
private aah;
|
|
39
39
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
40
40
|
unRegister(a: DependencyObject): void;
|
|
41
41
|
deferredRefresh(): void;
|
|
42
42
|
deferAction(a: () => void): void;
|
|
43
|
-
protected
|
|
44
|
-
private aac;
|
|
45
|
-
rr(a: boolean): void;
|
|
46
|
-
protected aah(a: boolean, b: SeriesView): void;
|
|
47
|
-
rp(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
43
|
+
protected su(a: Rect, b: Rect): void;
|
|
48
44
|
private aai;
|
|
49
|
-
|
|
45
|
+
rv(a: boolean): void;
|
|
46
|
+
protected aan(a: boolean, b: SeriesView): void;
|
|
47
|
+
rt(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private aao;
|
|
49
|
+
o7(a: boolean, b: SeriesView): void;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @hidden
|
|
@@ -54,25 +54,25 @@ export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDef
|
|
|
54
54
|
export declare class TileSeriesView extends ShapeSeriesViewBase {
|
|
55
55
|
static $t: Type;
|
|
56
56
|
constructor(a: TileSeries);
|
|
57
|
-
protected
|
|
58
|
-
|
|
59
|
-
protected
|
|
60
|
-
protected
|
|
61
|
-
protected
|
|
62
|
-
protected
|
|
63
|
-
|
|
64
|
-
private
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
private
|
|
69
|
-
private
|
|
70
|
-
|
|
71
|
-
private
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
protected
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
57
|
+
protected dn: TileSeries;
|
|
58
|
+
a4(): void;
|
|
59
|
+
protected cx(a: FrameworkElement, b: PathGeometry): void;
|
|
60
|
+
protected di(a: number, b: List$1<PointCollection>): PathGeometry;
|
|
61
|
+
protected dh(a: number, b: any): FrameworkElement;
|
|
62
|
+
protected c1(a: FrameworkElement, b: boolean): void;
|
|
63
|
+
cz(a: FrameworkElement, b: any, c: boolean): void;
|
|
64
|
+
private dz;
|
|
65
|
+
c7(): void;
|
|
66
|
+
c6(): void;
|
|
67
|
+
dr(a: Rect): void;
|
|
68
|
+
private dq;
|
|
69
|
+
private dp;
|
|
70
|
+
du(a: GeographicMapImagery, b: GeographicMapImagery): void;
|
|
71
|
+
private dt;
|
|
72
|
+
dv(a: GeographicMapImagery, b: GeographicMapImagery): void;
|
|
73
|
+
dx(): void;
|
|
74
|
+
protected bj(a: RenderingContext, b: boolean): void;
|
|
75
|
+
dw(): void;
|
|
76
|
+
ds(): void;
|
|
77
|
+
dy(a: Rect): void;
|
|
78
78
|
}
|
|
@@ -38,107 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
|
|
|
38
38
|
export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
|
|
39
39
|
static $t: Type;
|
|
40
40
|
constructor();
|
|
41
|
-
private
|
|
41
|
+
private xw;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
43
|
+
n9(): void;
|
|
44
44
|
fl(): boolean;
|
|
45
45
|
fm(): boolean;
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
private
|
|
53
|
-
get
|
|
54
|
-
set
|
|
55
|
-
|
|
56
|
-
static
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
private yo;
|
|
62
|
-
get yt(): Rect;
|
|
63
|
-
set yt(a: Rect);
|
|
64
|
-
yx(): Rect;
|
|
65
|
-
private xz;
|
|
46
|
+
xp: boolean;
|
|
47
|
+
static xh: MapResizeBehavior;
|
|
48
|
+
xi: MapResizeBehavior;
|
|
49
|
+
xl: boolean;
|
|
50
|
+
xm: boolean;
|
|
51
|
+
protected xg(): MapBackgroundTilingMode;
|
|
52
|
+
private xd;
|
|
53
|
+
get xf(): MapBackgroundTilingMode;
|
|
54
|
+
set xf(a: MapBackgroundTilingMode);
|
|
55
|
+
xe: MapBackgroundTilingMode;
|
|
56
|
+
static y4: Rect;
|
|
57
|
+
xs: number;
|
|
58
|
+
xo: boolean;
|
|
59
|
+
xn: boolean;
|
|
60
|
+
zk: Rect;
|
|
66
61
|
private y3;
|
|
62
|
+
get y8(): Rect;
|
|
63
|
+
set y8(a: Rect);
|
|
64
|
+
zc(): Rect;
|
|
65
|
+
private ye;
|
|
66
|
+
private zi;
|
|
67
67
|
get backgroundContent(): GeographicMapImagery;
|
|
68
68
|
set backgroundContent(a: GeographicMapImagery);
|
|
69
|
-
private
|
|
70
|
-
get
|
|
71
|
-
set
|
|
72
|
-
private
|
|
73
|
-
get
|
|
74
|
-
set
|
|
75
|
-
private
|
|
76
|
-
|
|
77
|
-
private static
|
|
69
|
+
private xa;
|
|
70
|
+
get w7(): NumericXAxis;
|
|
71
|
+
set w7(a: NumericXAxis);
|
|
72
|
+
private w6;
|
|
73
|
+
get w9(): NumericYAxis;
|
|
74
|
+
set w9(a: NumericYAxis);
|
|
75
|
+
private w8;
|
|
76
|
+
xc: GeographicMapImagery;
|
|
77
|
+
private static y7;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
yo(a: Rect): void;
|
|
80
|
+
yn(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
y9(a: Rect, b: number): Rect;
|
|
83
|
+
private za;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
85
|
+
ze(a: Rect): Rect;
|
|
86
|
+
y0(a: Point): Point;
|
|
87
|
+
y1(a: Point): Point;
|
|
88
|
+
y2(a: Point): Point;
|
|
89
|
+
yb(): void;
|
|
90
|
+
yh(a: Brush): void;
|
|
91
91
|
gg(): boolean;
|
|
92
|
-
|
|
93
|
-
protected
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
92
|
+
yj(): void;
|
|
93
|
+
protected yz: Point;
|
|
94
|
+
protected ym(): void;
|
|
95
|
+
protected yi(): void;
|
|
96
96
|
protected get_fd(): boolean;
|
|
97
|
-
protected
|
|
98
|
-
protected
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
private
|
|
102
|
-
protected
|
|
103
|
-
|
|
97
|
+
protected y6: Rect;
|
|
98
|
+
protected wi(): Rect;
|
|
99
|
+
nd(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
wt(): Rect;
|
|
101
|
+
private zb;
|
|
102
|
+
protected wj(a: Rect): Rect;
|
|
103
|
+
zd(a: Rect): Rect;
|
|
104
104
|
protected c8(): SeriesViewerView;
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
protected
|
|
105
|
+
private yd;
|
|
106
|
+
protected qe(a: SeriesViewerView): void;
|
|
107
|
+
qp(a: Rect, b: Rect): void;
|
|
108
|
+
xu: number;
|
|
109
|
+
private xr;
|
|
110
|
+
get xt(): number;
|
|
111
|
+
set xt(a: number);
|
|
112
|
+
hu(): number;
|
|
113
|
+
hv(): number;
|
|
114
|
+
protected rt(): void;
|
|
115
115
|
f4(): boolean;
|
|
116
116
|
cs(): ZoomCoercionMode;
|
|
117
|
-
protected
|
|
117
|
+
protected qq(a: any, b: string, c: any, d: any): void;
|
|
118
118
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
119
|
-
private
|
|
120
|
-
private
|
|
121
|
-
private
|
|
122
|
-
|
|
123
|
-
private
|
|
119
|
+
private yf;
|
|
120
|
+
private yk;
|
|
121
|
+
private yl;
|
|
122
|
+
xj: XamGeographicMapView;
|
|
123
|
+
private xk;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
vl(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected rm(a: Series, b: any): void;
|
|
128
128
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
129
129
|
unRegister(a: DependencyObject): void;
|
|
130
130
|
deferredRefresh(): void;
|
|
131
131
|
deferAction(a: () => void): void;
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
private
|
|
137
|
-
protected get
|
|
138
|
-
protected set
|
|
139
|
-
|
|
140
|
-
private
|
|
141
|
-
get
|
|
132
|
+
yc(a: boolean): void;
|
|
133
|
+
xx(): any;
|
|
134
|
+
wp(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
yg(): void;
|
|
136
|
+
private y5;
|
|
137
|
+
protected get zj(): Rect;
|
|
138
|
+
protected set zj(a: Rect);
|
|
139
|
+
yq(a: Rect): void;
|
|
140
|
+
private yp;
|
|
141
|
+
get xq(): boolean;
|
|
142
142
|
static $$p: string[];
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
@@ -211,15 +211,15 @@ export declare class GeographicMapImageryView extends Base {
|
|
|
211
211
|
export declare class GeographicXYTriangulatingSeriesView extends HostSeriesView {
|
|
212
212
|
static $t: Type;
|
|
213
213
|
constructor(a: GeographicXYTriangulatingSeries);
|
|
214
|
-
protected
|
|
215
|
-
b5(): void;
|
|
216
|
-
ck(): void;
|
|
217
|
-
cj(): void;
|
|
214
|
+
protected cu: GeographicXYTriangulatingSeries;
|
|
218
215
|
ci(): void;
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
216
|
+
cx(): void;
|
|
217
|
+
cw(): void;
|
|
218
|
+
cv(): void;
|
|
219
|
+
cy(): void;
|
|
220
|
+
cz(): void;
|
|
221
|
+
c0(): void;
|
|
222
|
+
c1(): void;
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* @hidden
|
|
@@ -227,11 +227,11 @@ export declare class GeographicXYTriangulatingSeriesView extends HostSeriesView
|
|
|
227
227
|
export declare class GeographicScatterAreaSeriesView extends GeographicXYTriangulatingSeriesView {
|
|
228
228
|
static $t: Type;
|
|
229
229
|
constructor(a: GeographicScatterAreaSeries);
|
|
230
|
-
private
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
230
|
+
private c2;
|
|
231
|
+
a4(): void;
|
|
232
|
+
ci(): void;
|
|
233
|
+
c3(): void;
|
|
234
|
+
c4(): void;
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
237
|
* @hidden
|
|
@@ -278,16 +278,16 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
|
|
|
278
278
|
*/
|
|
279
279
|
export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
280
280
|
static $t: Type;
|
|
281
|
-
protected
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
protected
|
|
281
|
+
protected ct(): SeriesView;
|
|
282
|
+
q3(a: SeriesView): void;
|
|
283
|
+
xd: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
xh: string;
|
|
285
|
+
xf: string;
|
|
286
|
+
xe: IEnumerable;
|
|
287
|
+
xk: string;
|
|
288
|
+
xm: string;
|
|
289
|
+
xo: string;
|
|
290
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
291
291
|
static $$p: string[];
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
@@ -295,26 +295,26 @@ export declare abstract class GeographicXYTriangulatingSeries extends Geographic
|
|
|
295
295
|
*/
|
|
296
296
|
export declare class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
297
297
|
static $t: Type;
|
|
298
|
-
protected
|
|
299
|
-
protected
|
|
298
|
+
protected bk(): Series;
|
|
299
|
+
protected get_ew(): boolean;
|
|
300
300
|
constructor();
|
|
301
|
-
|
|
302
|
-
private
|
|
303
|
-
get
|
|
304
|
-
set
|
|
305
|
-
private
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
protected
|
|
309
|
-
|
|
310
|
-
protected
|
|
311
|
-
private
|
|
312
|
-
protected
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
protected
|
|
301
|
+
x3: string;
|
|
302
|
+
private xw;
|
|
303
|
+
get xy(): ColorScale;
|
|
304
|
+
set xy(a: ColorScale);
|
|
305
|
+
private x6;
|
|
306
|
+
x8(): void;
|
|
307
|
+
xx: ColorScale;
|
|
308
|
+
protected sl(): void;
|
|
309
|
+
xz: ScatterAreaSeries;
|
|
310
|
+
protected w4(): Series;
|
|
311
|
+
private x7;
|
|
312
|
+
protected ct(): SeriesView;
|
|
313
|
+
q3(a: SeriesView): void;
|
|
314
|
+
x1: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected rc(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_g8(): boolean;
|
|
318
|
+
protected set_g8(a: boolean): void;
|
|
319
319
|
static $$p: string[];
|
|
320
320
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.1.0-beta.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": "^19.0.0",
|
|
20
20
|
"@angular/compiler": "^19.0.0",
|
|
21
21
|
"@angular/core": "^19.0.0",
|
|
22
|
-
"igniteui-angular-core": "19.0.
|
|
22
|
+
"igniteui-angular-core": "19.1.0-beta.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|