igniteui-angular-maps 17.3.1-alpha.0 → 18.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 +1466 -1460
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +197 -191
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +463 -463
- 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 +40 -40
- 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 +16 -16
- 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 +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +195 -189
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +456 -456
- 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 +40 -40
- 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 +16 -16
- 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 +1483 -1477
- package/fesm5/igniteui-angular-maps.js +1466 -1460
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +56 -54
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +30 -30
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +112 -112
- package/package.json +5 -5
|
@@ -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 bi(): Series;
|
|
22
|
+
protected get_f1(): 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 cq(): SeriesView;
|
|
25
|
+
qw(a: SeriesView): void;
|
|
26
|
+
protected get_xs(): boolean;
|
|
27
|
+
protected zg: TileSeriesView;
|
|
28
|
+
get zk(): GeographicMapImagery;
|
|
29
|
+
set zk(a: GeographicMapImagery);
|
|
30
|
+
private zi;
|
|
31
|
+
private zh;
|
|
32
|
+
protected get zj(): GeographicMapImagery;
|
|
33
|
+
protected set zj(a: GeographicMapImagery);
|
|
34
|
+
protected q4(a: any, b: string, c: any, d: any): void;
|
|
35
|
+
private zp;
|
|
36
36
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
-
private
|
|
38
|
-
private
|
|
37
|
+
private zq;
|
|
38
|
+
private zl;
|
|
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 sj(a: Rect, b: Rect): void;
|
|
44
|
+
private zm;
|
|
45
|
+
rn(a: boolean): void;
|
|
46
|
+
protected zr(a: boolean, b: SeriesView): void;
|
|
47
|
+
rl(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private zs;
|
|
49
|
+
o2(a: boolean, b: SeriesView): void;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @hidden
|
|
@@ -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 wx;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
no(): void;
|
|
44
|
+
fh(): boolean;
|
|
45
|
+
fi(): boolean;
|
|
46
|
+
wq: boolean;
|
|
47
|
+
static wi: MapResizeBehavior;
|
|
48
|
+
wj: MapResizeBehavior;
|
|
46
49
|
wm: boolean;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
x9(): Rect;
|
|
65
|
-
private xb;
|
|
66
|
-
private yf;
|
|
50
|
+
wn: boolean;
|
|
51
|
+
protected wh(): MapBackgroundTilingMode;
|
|
52
|
+
private we;
|
|
53
|
+
get wg(): MapBackgroundTilingMode;
|
|
54
|
+
set wg(a: MapBackgroundTilingMode);
|
|
55
|
+
wf: MapBackgroundTilingMode;
|
|
56
|
+
static x5: Rect;
|
|
57
|
+
wt: number;
|
|
58
|
+
wp: boolean;
|
|
59
|
+
wo: boolean;
|
|
60
|
+
yl: Rect;
|
|
61
|
+
private x4;
|
|
62
|
+
get x9(): Rect;
|
|
63
|
+
set x9(a: Rect);
|
|
64
|
+
yd(): Rect;
|
|
65
|
+
private xf;
|
|
66
|
+
private yj;
|
|
67
67
|
get backgroundContent(): GeographicMapImagery;
|
|
68
68
|
set backgroundContent(a: GeographicMapImagery);
|
|
69
|
+
private wb;
|
|
70
|
+
get v8(): NumericXAxis;
|
|
71
|
+
set v8(a: NumericXAxis);
|
|
69
72
|
private v7;
|
|
70
|
-
get
|
|
71
|
-
set
|
|
72
|
-
private
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
private v5;
|
|
76
|
-
v9: GeographicMapImagery;
|
|
77
|
-
private static x4;
|
|
73
|
+
get wa(): NumericYAxis;
|
|
74
|
+
set wa(a: NumericYAxis);
|
|
75
|
+
private v9;
|
|
76
|
+
wd: GeographicMapImagery;
|
|
77
|
+
private static x8;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
xp(a: Rect): void;
|
|
80
|
+
xo(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
ya(a: Rect, b: number): Rect;
|
|
83
|
+
private yb;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
protected
|
|
85
|
+
yf(a: Rect): Rect;
|
|
86
|
+
x1(a: Point): Point;
|
|
87
|
+
x2(a: Point): Point;
|
|
88
|
+
x3(a: Point): Point;
|
|
89
|
+
xc(): void;
|
|
90
|
+
xi(a: Brush): void;
|
|
91
|
+
ga(): boolean;
|
|
92
|
+
xk(): void;
|
|
93
|
+
protected x0: Point;
|
|
94
|
+
protected xn(): void;
|
|
94
95
|
protected xj(): void;
|
|
95
|
-
protected
|
|
96
|
-
protected
|
|
97
|
-
protected
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
ya(a: Rect): Rect;
|
|
96
|
+
protected get_e9(): boolean;
|
|
97
|
+
protected x7: Rect;
|
|
98
|
+
protected vm(): Rect;
|
|
99
|
+
mt(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
vw(): Rect;
|
|
101
|
+
private yc;
|
|
102
|
+
protected vn(a: Rect): Rect;
|
|
103
|
+
ye(a: Rect): Rect;
|
|
104
104
|
protected c7(): SeriesViewerView;
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
protected
|
|
115
|
-
|
|
105
|
+
private xe;
|
|
106
|
+
protected pr(a: SeriesViewerView): void;
|
|
107
|
+
p2(a: Rect, b: Rect): void;
|
|
108
|
+
wv: number;
|
|
109
|
+
private ws;
|
|
110
|
+
get wu(): number;
|
|
111
|
+
set wu(a: number);
|
|
112
|
+
hl(): number;
|
|
113
|
+
hm(): number;
|
|
114
|
+
protected q6(): void;
|
|
115
|
+
fz(): boolean;
|
|
116
116
|
cs(): ZoomCoercionMode;
|
|
117
|
-
protected
|
|
117
|
+
protected p3(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 xg;
|
|
120
|
+
private xl;
|
|
121
|
+
private xm;
|
|
122
|
+
wk: XamGeographicMapView;
|
|
123
|
+
private wl;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
up(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected qz(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
|
+
xd(a: boolean): void;
|
|
133
|
+
wy(): any;
|
|
134
|
+
vs(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
xh(): void;
|
|
136
|
+
private x6;
|
|
137
|
+
protected get yk(): Rect;
|
|
138
|
+
protected set yk(a: Rect);
|
|
139
|
+
xr(a: Rect): void;
|
|
140
|
+
private xq;
|
|
141
|
+
get wr(): boolean;
|
|
142
142
|
static $$p: string[];
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
@@ -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 cq(): SeriesView;
|
|
282
|
+
qw(a: SeriesView): void;
|
|
283
|
+
wz: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
w3: string;
|
|
285
|
+
w1: string;
|
|
286
|
+
w0: IEnumerable;
|
|
287
|
+
w6: string;
|
|
288
|
+
w8: string;
|
|
289
|
+
xa: string;
|
|
290
|
+
protected q4(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 bi(): Series;
|
|
299
|
+
protected get_es(): 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
|
+
xp: string;
|
|
302
|
+
private xi;
|
|
303
|
+
get xk(): ColorScale;
|
|
304
|
+
set xk(a: ColorScale);
|
|
305
|
+
private xs;
|
|
306
|
+
xu(): void;
|
|
307
|
+
xj: ColorScale;
|
|
308
|
+
protected sa(): void;
|
|
309
|
+
xl: ScatterAreaSeries;
|
|
310
|
+
protected wq(): Series;
|
|
311
|
+
private xt;
|
|
312
|
+
protected cq(): SeriesView;
|
|
313
|
+
qw(a: SeriesView): void;
|
|
314
|
+
xn: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected q4(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_g5(): boolean;
|
|
318
|
+
protected set_g5(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": "
|
|
3
|
+
"version": "18.1.0",
|
|
4
4
|
"description": "Ignite UI Angular map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"tslib": "^2.3.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/common": "^
|
|
20
|
-
"@angular/compiler": "^
|
|
21
|
-
"@angular/core": "^
|
|
22
|
-
"igniteui-angular-core": "
|
|
19
|
+
"@angular/common": "^18.0.0",
|
|
20
|
+
"@angular/compiler": "^18.0.0",
|
|
21
|
+
"@angular/core": "^18.0.0",
|
|
22
|
+
"igniteui-angular-core": "18.1.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|