igniteui-webcomponents-maps 5.4.0-beta.0 → 5.4.1
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
|
@@ -18,54 +18,54 @@ import { StyleShapeEventArgs } from "igniteui-webcomponents-charts";
|
|
|
18
18
|
export declare class GeographicShapeSeriesView extends GeographicShapeSeriesBaseView {
|
|
19
19
|
static $t: Type;
|
|
20
20
|
constructor(a: GeographicShapeSeries);
|
|
21
|
-
protected
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
protected cp: GeographicShapeSeries;
|
|
22
|
+
ax(): void;
|
|
23
|
+
b9(): void;
|
|
24
|
+
cu(): void;
|
|
25
|
+
cw(): void;
|
|
26
|
+
cr(): void;
|
|
27
|
+
cv(): void;
|
|
24
28
|
cq(): void;
|
|
25
29
|
cs(): void;
|
|
26
|
-
cn(): void;
|
|
27
|
-
cr(): void;
|
|
28
|
-
cm(): void;
|
|
29
|
-
co(): void;
|
|
30
|
-
cp(): void;
|
|
31
30
|
ct(): void;
|
|
32
|
-
|
|
31
|
+
cx(): void;
|
|
32
|
+
cy(): 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_fq(): boolean;
|
|
41
41
|
constructor();
|
|
42
|
-
protected
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
protected
|
|
46
|
-
private
|
|
42
|
+
protected ct(): SeriesView;
|
|
43
|
+
ym: GeographicShapeSeriesView;
|
|
44
|
+
q1(a: SeriesView): void;
|
|
45
|
+
protected w1(): Series;
|
|
46
|
+
private y3;
|
|
47
47
|
styleShape: (sender: any, e: StyleShapeEventArgs) => void;
|
|
48
|
-
private
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
48
|
+
private y4;
|
|
49
|
+
yl: StyleSelector;
|
|
50
|
+
zq: Style;
|
|
51
|
+
yk: MarkerType;
|
|
52
|
+
yj: MarkerOutlineMode;
|
|
53
|
+
yi: MarkerFillMode;
|
|
54
|
+
y6: DataTemplate;
|
|
55
|
+
zn: Brush;
|
|
56
|
+
zo: Brush;
|
|
57
|
+
zp: Style;
|
|
58
|
+
yn: number;
|
|
59
|
+
io(): number;
|
|
60
|
+
vn(): Brush;
|
|
61
|
+
vo(): Brush;
|
|
62
|
+
s1(): DataTemplate;
|
|
63
|
+
ma(): string;
|
|
64
|
+
yh: CollisionAvoidanceType;
|
|
65
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
66
|
+
protected jl(): number;
|
|
67
|
+
y5: DataTemplate;
|
|
56
68
|
zl: Brush;
|
|
57
|
-
zm:
|
|
58
|
-
yk: number;
|
|
59
|
-
im(): number;
|
|
60
|
-
vk(): Brush;
|
|
61
|
-
vl(): Brush;
|
|
62
|
-
sy(): DataTemplate;
|
|
63
|
-
l9(): string;
|
|
64
|
-
ye: CollisionAvoidanceType;
|
|
65
|
-
protected q8(a: any, b: string, c: any, d: any): void;
|
|
66
|
-
protected jk(): number;
|
|
67
|
-
y2: DataTemplate;
|
|
68
|
-
zi: Brush;
|
|
69
|
-
zj: Brush;
|
|
69
|
+
zm: Brush;
|
|
70
70
|
static $$p: string[];
|
|
71
71
|
}
|
|
@@ -13,51 +13,51 @@ import { AssigningScatterMarkerStyleEventArgs } from "igniteui-webcomponents-cha
|
|
|
13
13
|
export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
14
14
|
static $t: Type;
|
|
15
15
|
constructor(a: GeographicSymbolSeries);
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
cj(): void;
|
|
20
|
-
ci(): void;
|
|
21
|
-
cp(): void;
|
|
16
|
+
private cl;
|
|
17
|
+
ax(): void;
|
|
18
|
+
b9(): void;
|
|
22
19
|
cn(): void;
|
|
23
|
-
|
|
24
|
-
cq(): void;
|
|
25
|
-
cs(): void;
|
|
20
|
+
cm(): void;
|
|
26
21
|
ct(): void;
|
|
27
22
|
cr(): void;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
23
|
+
cs(): void;
|
|
24
|
+
cu(): void;
|
|
25
|
+
cw(): void;
|
|
26
|
+
cx(): void;
|
|
27
|
+
cv(): void;
|
|
28
|
+
cp(): void;
|
|
29
|
+
co(): void;
|
|
30
|
+
cq(): 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_ej(): 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
|
+
q1(a: SeriesView): void;
|
|
42
|
+
yd: GeographicSymbolSeriesView;
|
|
43
|
+
protected jl(): number;
|
|
44
|
+
protected w1(): Series;
|
|
45
|
+
private yc;
|
|
46
|
+
yo: string;
|
|
47
|
+
yq: string;
|
|
48
|
+
ya: CollisionAvoidanceType;
|
|
49
|
+
yh: boolean;
|
|
50
|
+
yg: boolean;
|
|
51
|
+
protected yf: boolean;
|
|
52
|
+
protected ye: boolean;
|
|
53
|
+
protected get_fe(): 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
|
+
yb: ScatterItemSearchMode;
|
|
57
|
+
yj: number;
|
|
58
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
59
|
+
private yv;
|
|
60
|
+
private yu;
|
|
61
|
+
yi: 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_f3(): boolean;
|
|
13
13
|
constructor();
|
|
14
|
-
get
|
|
15
|
-
set
|
|
16
|
-
private
|
|
17
|
-
|
|
18
|
-
protected
|
|
19
|
-
private
|
|
20
|
-
protected
|
|
21
|
-
protected
|
|
14
|
+
get yj(): GeographicMapImagery;
|
|
15
|
+
set yj(a: GeographicMapImagery);
|
|
16
|
+
private yi;
|
|
17
|
+
yn(): void;
|
|
18
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
19
|
+
private yh;
|
|
20
|
+
protected w7(a: any, b: any): void;
|
|
21
|
+
protected w1(): Series;
|
|
22
22
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
23
|
-
private
|
|
23
|
+
private ym;
|
|
24
24
|
}
|
|
@@ -18,35 +18,35 @@ import { PointCollection } from "igniteui-webcomponents-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_f3(): boolean;
|
|
23
23
|
constructor();
|
|
24
|
-
protected
|
|
25
|
-
|
|
26
|
-
protected
|
|
27
|
-
protected
|
|
28
|
-
get
|
|
29
|
-
set
|
|
30
|
-
private z8;
|
|
31
|
-
private z7;
|
|
32
|
-
protected get z9(): GeographicMapImagery;
|
|
33
|
-
protected set z9(a: GeographicMapImagery);
|
|
34
|
-
protected q8(a: any, b: string, c: any, d: any): void;
|
|
35
|
-
private aaf;
|
|
36
|
-
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
-
private aag;
|
|
24
|
+
protected ct(): SeriesView;
|
|
25
|
+
q1(a: SeriesView): void;
|
|
26
|
+
protected get_yc(): boolean;
|
|
27
|
+
protected z9: TileSeriesView;
|
|
28
|
+
get aad(): GeographicMapImagery;
|
|
29
|
+
set aad(a: GeographicMapImagery);
|
|
38
30
|
private aab;
|
|
31
|
+
private aaa;
|
|
32
|
+
protected get aac(): GeographicMapImagery;
|
|
33
|
+
protected set aac(a: GeographicMapImagery);
|
|
34
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
35
|
+
private aai;
|
|
36
|
+
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
+
private aaj;
|
|
38
|
+
private aae;
|
|
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
|
|
45
|
-
|
|
46
|
-
protected
|
|
47
|
-
|
|
48
|
-
private
|
|
49
|
-
|
|
43
|
+
protected ss(a: Rect, b: Rect): void;
|
|
44
|
+
private aaf;
|
|
45
|
+
rt(a: boolean): void;
|
|
46
|
+
protected aak(a: boolean, b: SeriesView): void;
|
|
47
|
+
rr(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private aal;
|
|
49
|
+
o5(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 db;
|
|
70
|
-
dg(a: GeographicMapImagery, b: GeographicMapImagery): void;
|
|
57
|
+
protected de: TileSeries;
|
|
58
|
+
ax(): void;
|
|
59
|
+
protected co(a: FrameworkElement, b: PathGeometry): void;
|
|
60
|
+
protected c9(a: number, b: List$1<PointCollection>): PathGeometry;
|
|
61
|
+
protected c8(a: number, b: any): FrameworkElement;
|
|
62
|
+
protected cs(a: FrameworkElement, b: boolean): void;
|
|
63
|
+
cq(a: FrameworkElement, b: any, c: boolean): void;
|
|
64
|
+
private dq;
|
|
65
|
+
cy(): void;
|
|
66
|
+
cx(): void;
|
|
67
|
+
dh(a: Rect): void;
|
|
68
|
+
private dg;
|
|
71
69
|
private df;
|
|
72
|
-
|
|
73
|
-
dj
|
|
74
|
-
|
|
70
|
+
dk(a: GeographicMapImagery, b: GeographicMapImagery): void;
|
|
71
|
+
private dj;
|
|
72
|
+
dl(a: GeographicMapImagery, b: GeographicMapImagery): void;
|
|
73
|
+
dn(): void;
|
|
74
|
+
protected bc(a: RenderingContext, b: boolean): void;
|
|
75
|
+
dm(): void;
|
|
75
76
|
di(): void;
|
|
76
|
-
|
|
77
|
-
dk(a: Rect): void;
|
|
77
|
+
dp(a: Rect): void;
|
|
78
78
|
}
|
|
@@ -38,107 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
|
38
38
|
export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
|
|
39
39
|
static $t: Type;
|
|
40
40
|
constructor();
|
|
41
|
-
private
|
|
41
|
+
private xk;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
43
|
+
n1(): void;
|
|
44
|
+
fk(): boolean;
|
|
44
45
|
fl(): boolean;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
w5: MapResizeBehavior;
|
|
49
|
-
w8: boolean;
|
|
46
|
+
xd: boolean;
|
|
47
|
+
static w5: MapResizeBehavior;
|
|
48
|
+
w6: MapResizeBehavior;
|
|
50
49
|
w9: boolean;
|
|
51
|
-
protected w3(): MapBackgroundTilingMode;
|
|
52
|
-
private w0;
|
|
53
|
-
get w2(): MapBackgroundTilingMode;
|
|
54
|
-
set w2(a: MapBackgroundTilingMode);
|
|
55
|
-
w1: MapBackgroundTilingMode;
|
|
56
|
-
static yr: Rect;
|
|
57
|
-
xf: number;
|
|
58
|
-
xb: boolean;
|
|
59
50
|
xa: boolean;
|
|
60
|
-
|
|
61
|
-
private
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
51
|
+
protected w4(): MapBackgroundTilingMode;
|
|
52
|
+
private w1;
|
|
53
|
+
get w3(): MapBackgroundTilingMode;
|
|
54
|
+
set w3(a: MapBackgroundTilingMode);
|
|
55
|
+
w2: MapBackgroundTilingMode;
|
|
56
|
+
static ys: Rect;
|
|
57
|
+
xg: number;
|
|
58
|
+
xc: boolean;
|
|
59
|
+
xb: boolean;
|
|
60
|
+
y8: Rect;
|
|
61
|
+
private yr;
|
|
62
|
+
get yw(): Rect;
|
|
63
|
+
set yw(a: Rect);
|
|
64
|
+
y0(): Rect;
|
|
65
|
+
private x2;
|
|
66
|
+
private y6;
|
|
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 wy;
|
|
70
|
+
get wv(): NumericXAxis;
|
|
71
|
+
set wv(a: NumericXAxis);
|
|
72
|
+
private wu;
|
|
73
|
+
get wx(): NumericYAxis;
|
|
74
|
+
set wx(a: NumericYAxis);
|
|
75
|
+
private ww;
|
|
76
|
+
w0: GeographicMapImagery;
|
|
77
|
+
private static yv;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
+
yc(a: Rect): void;
|
|
79
80
|
yb(a: Rect): void;
|
|
80
|
-
ya(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
yx(a: Rect, b: number): Rect;
|
|
83
|
+
private yy;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
yn(a: Point): Point;
|
|
85
|
+
y2(a: Rect): Rect;
|
|
87
86
|
yo(a: Point): Point;
|
|
88
87
|
yp(a: Point): Point;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
96
|
-
protected
|
|
97
|
-
protected
|
|
98
|
-
protected
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
88
|
+
yq(a: Point): Point;
|
|
89
|
+
xz(): void;
|
|
90
|
+
x5(a: Brush): void;
|
|
91
|
+
gf(): boolean;
|
|
92
|
+
x7(): void;
|
|
93
|
+
protected yn: Point;
|
|
94
|
+
protected ya(): void;
|
|
95
|
+
protected x6(): void;
|
|
96
|
+
protected get_fc(): boolean;
|
|
97
|
+
protected yu: Rect;
|
|
98
|
+
protected v6(): Rect;
|
|
99
|
+
m5(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
wh(): Rect;
|
|
101
|
+
private yz;
|
|
102
|
+
protected v7(a: Rect): Rect;
|
|
103
|
+
y1(a: Rect): Rect;
|
|
104
104
|
protected c8(): SeriesViewerView;
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
112
|
-
hs(): number;
|
|
105
|
+
private x1;
|
|
106
|
+
protected p6(a: SeriesViewerView): void;
|
|
107
|
+
qh(a: Rect, b: Rect): void;
|
|
108
|
+
xi: number;
|
|
109
|
+
private xf;
|
|
110
|
+
get xh(): number;
|
|
111
|
+
set xh(a: number);
|
|
113
112
|
ht(): number;
|
|
114
|
-
|
|
115
|
-
|
|
113
|
+
hu(): number;
|
|
114
|
+
protected rl(): void;
|
|
115
|
+
f3(): boolean;
|
|
116
116
|
cs(): ZoomCoercionMode;
|
|
117
|
-
protected
|
|
117
|
+
protected qi(a: any, b: string, c: any, d: any): void;
|
|
118
118
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
119
|
-
private
|
|
120
|
-
private x7;
|
|
119
|
+
private x3;
|
|
121
120
|
private x8;
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
private x9;
|
|
122
|
+
w7: XamGeographicMapView;
|
|
123
|
+
private w8;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
u9(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected re(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
|
+
x0(a: boolean): void;
|
|
133
|
+
xl(): any;
|
|
134
|
+
wd(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
x4(): void;
|
|
136
|
+
private yt;
|
|
137
|
+
protected get y7(): Rect;
|
|
138
|
+
protected set y7(a: Rect);
|
|
139
|
+
ye(a: Rect): void;
|
|
140
|
+
private yd;
|
|
141
|
+
get xe(): 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
|
-
|
|
216
|
-
ck(): void;
|
|
217
|
-
cj(): void;
|
|
218
|
-
ci(): void;
|
|
219
|
-
cl(): void;
|
|
220
|
-
cm(): void;
|
|
221
|
-
cn(): void;
|
|
214
|
+
protected cl: GeographicXYTriangulatingSeries;
|
|
215
|
+
b9(): void;
|
|
222
216
|
co(): void;
|
|
217
|
+
cn(): void;
|
|
218
|
+
cm(): void;
|
|
219
|
+
cp(): void;
|
|
220
|
+
cq(): void;
|
|
221
|
+
cr(): void;
|
|
222
|
+
cs(): 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 ct;
|
|
231
|
+
ax(): void;
|
|
232
|
+
b9(): void;
|
|
233
|
+
cu(): void;
|
|
234
|
+
cv(): 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
|
-
xb: string;
|
|
285
|
-
w9: string;
|
|
286
|
-
w8: IEnumerable;
|
|
281
|
+
protected ct(): SeriesView;
|
|
282
|
+
q1(a: SeriesView): void;
|
|
283
|
+
xa: GeographicXYTriangulatingSeriesView;
|
|
287
284
|
xe: string;
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
285
|
+
xc: string;
|
|
286
|
+
xb: IEnumerable;
|
|
287
|
+
xh: string;
|
|
288
|
+
xj: string;
|
|
289
|
+
xl: string;
|
|
290
|
+
protected ra(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_ev(): 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
|
+
x0: string;
|
|
302
|
+
private xt;
|
|
303
|
+
get xv(): ColorScale;
|
|
304
|
+
set xv(a: ColorScale);
|
|
305
|
+
private x3;
|
|
306
|
+
x5(): void;
|
|
307
|
+
xu: ColorScale;
|
|
308
|
+
protected sj(): void;
|
|
309
|
+
xw: ScatterAreaSeries;
|
|
310
|
+
protected w1(): Series;
|
|
311
|
+
private x4;
|
|
312
|
+
protected ct(): SeriesView;
|
|
313
|
+
q1(a: SeriesView): void;
|
|
314
|
+
xy: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected ra(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_g7(): boolean;
|
|
318
|
+
protected set_g7(a: boolean): void;
|
|
319
319
|
static $$p: string[];
|
|
320
320
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-maps",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.1",
|
|
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": "5.4.
|
|
20
|
-
"igniteui-webcomponents-charts": "5.4.
|
|
19
|
+
"igniteui-webcomponents-core": "5.4.1",
|
|
20
|
+
"igniteui-webcomponents-charts": "5.4.1"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-webcomponents-maps.d.ts",
|