igniteui-angular-maps 20.0.0 → 20.0.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-angular-maps.umd.js +428 -428
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +3 -3
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +4 -4
- package/esm2015/lib/TileSeries_combined.js +1 -1
- package/esm2015/lib/XamGeographicMap_combined.js +376 -376
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +4 -4
- package/esm5/lib/GeographicMapSeriesHost_combined.js +3 -3
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +4 -4
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +4 -4
- package/esm5/lib/TileSeries_combined.js +1 -1
- package/esm5/lib/XamGeographicMap_combined.js +370 -370
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/fesm2015/igniteui-angular-maps.js +434 -434
- package/fesm5/igniteui-angular-maps.js +428 -428
- package/lib/XamGeographicMap_combined.d.ts +88 -88
- package/package.json +11 -4
|
@@ -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 x8;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
private
|
|
53
|
-
get
|
|
54
|
-
set
|
|
55
|
-
|
|
56
|
-
static
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
private
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
|
|
65
|
-
private
|
|
66
|
-
private
|
|
43
|
+
oi(): void;
|
|
44
|
+
fp(): boolean;
|
|
45
|
+
fq(): boolean;
|
|
46
|
+
x1: boolean;
|
|
47
|
+
static xt: MapResizeBehavior;
|
|
48
|
+
xu: MapResizeBehavior;
|
|
49
|
+
xx: boolean;
|
|
50
|
+
xy: boolean;
|
|
51
|
+
protected xs(): MapBackgroundTilingMode;
|
|
52
|
+
private xp;
|
|
53
|
+
get xr(): MapBackgroundTilingMode;
|
|
54
|
+
set xr(a: MapBackgroundTilingMode);
|
|
55
|
+
xq: MapBackgroundTilingMode;
|
|
56
|
+
static zg: Rect;
|
|
57
|
+
x4: number;
|
|
58
|
+
x0: boolean;
|
|
59
|
+
xz: boolean;
|
|
60
|
+
zw: Rect;
|
|
61
|
+
private zf;
|
|
62
|
+
get zk(): Rect;
|
|
63
|
+
set zk(a: Rect);
|
|
64
|
+
zo(): Rect;
|
|
65
|
+
private yq;
|
|
66
|
+
private zu;
|
|
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 xm;
|
|
70
|
+
get xj(): NumericXAxis;
|
|
71
|
+
set xj(a: NumericXAxis);
|
|
72
|
+
private xi;
|
|
73
|
+
get xl(): NumericYAxis;
|
|
74
|
+
set xl(a: NumericYAxis);
|
|
75
|
+
private xk;
|
|
76
|
+
xo: GeographicMapImagery;
|
|
77
|
+
private static zj;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
y0(a: Rect): void;
|
|
80
|
+
yz(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
zl(a: Rect, b: number): Rect;
|
|
83
|
+
private zm;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
protected
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
96
|
-
protected
|
|
97
|
-
protected
|
|
98
|
-
protected
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
private
|
|
102
|
-
protected
|
|
103
|
-
|
|
104
|
-
protected
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
protected
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
protected
|
|
85
|
+
zq(a: Rect): Rect;
|
|
86
|
+
zc(a: Point): Point;
|
|
87
|
+
zd(a: Point): Point;
|
|
88
|
+
ze(a: Point): Point;
|
|
89
|
+
yn(): void;
|
|
90
|
+
yt(a: Brush): void;
|
|
91
|
+
gk(): boolean;
|
|
92
|
+
yv(): void;
|
|
93
|
+
protected zb: Point;
|
|
94
|
+
protected yy(): void;
|
|
95
|
+
protected yu(): void;
|
|
96
|
+
protected get_fh(): boolean;
|
|
97
|
+
protected zi: Rect;
|
|
98
|
+
protected wu(): Rect;
|
|
99
|
+
nm(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
w5(): Rect;
|
|
101
|
+
private zn;
|
|
102
|
+
protected wv(a: Rect): Rect;
|
|
103
|
+
zp(a: Rect): Rect;
|
|
104
|
+
protected db(): SeriesViewerView;
|
|
105
|
+
private yp;
|
|
106
|
+
protected qo(a: SeriesViewerView): void;
|
|
107
|
+
qz(a: Rect, b: Rect): void;
|
|
108
|
+
x6: number;
|
|
109
|
+
private x3;
|
|
110
|
+
get x5(): number;
|
|
111
|
+
set x5(a: number);
|
|
112
|
+
hz(): number;
|
|
113
|
+
h0(): number;
|
|
114
|
+
protected r4(): void;
|
|
115
|
+
f8(): boolean;
|
|
116
|
+
ct(): ZoomCoercionMode;
|
|
117
|
+
protected q0(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 yr;
|
|
120
|
+
private yw;
|
|
121
|
+
private yx;
|
|
122
|
+
xv: XamGeographicMapView;
|
|
123
|
+
private xw;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
vx(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected rx(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
|
+
yo(a: boolean): void;
|
|
133
|
+
x9(): any;
|
|
134
|
+
w1(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
ys(): void;
|
|
136
|
+
private zh;
|
|
137
|
+
protected get zv(): Rect;
|
|
138
|
+
protected set zv(a: Rect);
|
|
139
|
+
y2(a: Rect): void;
|
|
140
|
+
private y1;
|
|
141
|
+
get x2(): boolean;
|
|
142
142
|
static $$p: string[];
|
|
143
143
|
}
|
|
144
144
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.1",
|
|
4
4
|
"description": "Ignite UI Angular map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -9,7 +9,15 @@
|
|
|
9
9
|
"map",
|
|
10
10
|
"data",
|
|
11
11
|
"infragistics",
|
|
12
|
-
"maps",
|
|
12
|
+
"maps",
|
|
13
|
+
"area",
|
|
14
|
+
"bubble",
|
|
15
|
+
"high density",
|
|
16
|
+
"contour",
|
|
17
|
+
"polyline",
|
|
18
|
+
"polygon",
|
|
19
|
+
"shapefile",
|
|
20
|
+
"shape"
|
|
13
21
|
],
|
|
14
22
|
"license": "Infragistics(R) Ultimate license (http://www.infragistics.com/legal/ultimate/license/)",
|
|
15
23
|
"dependencies": {
|
|
@@ -19,7 +27,7 @@
|
|
|
19
27
|
"@angular/common": "^20.0.0",
|
|
20
28
|
"@angular/compiler": "^20.0.0",
|
|
21
29
|
"@angular/core": "^20.0.0",
|
|
22
|
-
"igniteui-angular-core": "
|
|
30
|
+
"igniteui-angular-core": "25.1.0.45"
|
|
23
31
|
},
|
|
24
32
|
"sideEffects": false,
|
|
25
33
|
"typings": "igniteui-angular-maps.d.ts",
|
|
@@ -38,4 +46,3 @@
|
|
|
38
46
|
}
|
|
39
47
|
]
|
|
40
48
|
}
|
|
41
|
-
|