igniteui-angular-maps 18.2.0-beta.0 → 18.2.0-beta.2
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 +1266 -1266
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +165 -165
- package/esm2015/lib/GeographicMarkerSeries.js +26 -26
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +50 -50
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/TileSeries_combined.js +80 -80
- package/esm2015/lib/XamGeographicMap_combined.js +376 -376
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-component.js +37 -37
- 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 +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- 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 +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -71
- package/esm5/lib/GeographicMapSeriesHost_combined.js +163 -163
- package/esm5/lib/GeographicMarkerSeries.js +26 -26
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +87 -87
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm5/lib/GeographicShapeSeriesView_combined.js +50 -50
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/TileSeries_combined.js +78 -78
- package/esm5/lib/XamGeographicMap_combined.js +370 -370
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-component.js +37 -37
- 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 +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- 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 +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +1278 -1278
- package/fesm5/igniteui-angular-maps.js +1266 -1266
- package/lib/GeographicContourLineSeriesView_combined.d.ts +13 -13
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +14 -14
- 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 +23 -23
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +81 -81
- package/package.json +2 -2
|
@@ -38,77 +38,77 @@ 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 xh;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
43
|
n0(): void;
|
|
44
44
|
fl(): boolean;
|
|
45
45
|
fm(): boolean;
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
w5: boolean;
|
|
46
|
+
xa: boolean;
|
|
47
|
+
static w2: MapResizeBehavior;
|
|
48
|
+
w3: MapResizeBehavior;
|
|
50
49
|
w6: boolean;
|
|
51
|
-
protected w0(): MapBackgroundTilingMode;
|
|
52
|
-
private wx;
|
|
53
|
-
get wz(): MapBackgroundTilingMode;
|
|
54
|
-
set wz(a: MapBackgroundTilingMode);
|
|
55
|
-
wy: MapBackgroundTilingMode;
|
|
56
|
-
static yo: Rect;
|
|
57
|
-
xc: number;
|
|
58
|
-
w8: boolean;
|
|
59
50
|
w7: boolean;
|
|
60
|
-
|
|
61
|
-
private
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
51
|
+
protected w1(): MapBackgroundTilingMode;
|
|
52
|
+
private wy;
|
|
53
|
+
get w0(): MapBackgroundTilingMode;
|
|
54
|
+
set w0(a: MapBackgroundTilingMode);
|
|
55
|
+
wz: MapBackgroundTilingMode;
|
|
56
|
+
static yp: Rect;
|
|
57
|
+
xd: number;
|
|
58
|
+
w9: boolean;
|
|
59
|
+
w8: boolean;
|
|
60
|
+
y5: Rect;
|
|
61
|
+
private yo;
|
|
62
|
+
get yt(): Rect;
|
|
63
|
+
set yt(a: Rect);
|
|
64
|
+
yx(): Rect;
|
|
65
|
+
private xz;
|
|
66
|
+
private y3;
|
|
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 wv;
|
|
70
|
+
get ws(): NumericXAxis;
|
|
71
|
+
set ws(a: NumericXAxis);
|
|
72
|
+
private wr;
|
|
73
|
+
get wu(): NumericYAxis;
|
|
74
|
+
set wu(a: NumericYAxis);
|
|
75
|
+
private wt;
|
|
76
|
+
wx: GeographicMapImagery;
|
|
77
|
+
private static ys;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
+
x9(a: Rect): void;
|
|
79
80
|
x8(a: Rect): void;
|
|
80
|
-
x7(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
yu(a: Rect, b: number): Rect;
|
|
83
|
+
private yv;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
yk(a: Point): Point;
|
|
85
|
+
yz(a: Rect): Rect;
|
|
87
86
|
yl(a: Point): Point;
|
|
88
87
|
ym(a: Point): Point;
|
|
89
|
-
|
|
90
|
-
|
|
88
|
+
yn(a: Point): Point;
|
|
89
|
+
xw(): void;
|
|
90
|
+
x2(a: Brush): void;
|
|
91
91
|
gg(): boolean;
|
|
92
|
-
|
|
93
|
-
protected
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
92
|
+
x4(): void;
|
|
93
|
+
protected yk: Point;
|
|
94
|
+
protected x7(): void;
|
|
95
|
+
protected x3(): void;
|
|
96
96
|
protected get_fd(): boolean;
|
|
97
|
-
protected
|
|
97
|
+
protected yr: Rect;
|
|
98
98
|
protected v5(): Rect;
|
|
99
99
|
m4(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
100
|
wf(): Rect;
|
|
101
|
-
private
|
|
101
|
+
private yw;
|
|
102
102
|
protected v6(a: Rect): Rect;
|
|
103
|
-
|
|
103
|
+
yy(a: Rect): Rect;
|
|
104
104
|
protected c8(): SeriesViewerView;
|
|
105
|
-
private
|
|
105
|
+
private xy;
|
|
106
106
|
protected p5(a: SeriesViewerView): void;
|
|
107
107
|
qg(a: Rect, b: Rect): void;
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
108
|
+
xf: number;
|
|
109
|
+
private xc;
|
|
110
|
+
get xe(): number;
|
|
111
|
+
set xe(a: number);
|
|
112
112
|
hs(): number;
|
|
113
113
|
ht(): number;
|
|
114
114
|
protected rk(): void;
|
|
@@ -116,11 +116,11 @@ export declare class XamGeographicMap extends SeriesViewer implements IMapRender
|
|
|
116
116
|
cs(): ZoomCoercionMode;
|
|
117
117
|
protected qh(a: any, b: string, c: any, d: any): void;
|
|
118
118
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
119
|
-
private
|
|
120
|
-
private x4;
|
|
119
|
+
private x0;
|
|
121
120
|
private x5;
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
private x6;
|
|
122
|
+
w4: XamGeographicMapView;
|
|
123
|
+
private w5;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
125
|
u8(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
@@ -129,16 +129,16 @@ export declare class XamGeographicMap extends SeriesViewer implements IMapRender
|
|
|
129
129
|
unRegister(a: DependencyObject): void;
|
|
130
130
|
deferredRefresh(): void;
|
|
131
131
|
deferAction(a: () => void): void;
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
xx(a: boolean): void;
|
|
133
|
+
xi(): any;
|
|
134
134
|
wb(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
-
|
|
136
|
-
private
|
|
137
|
-
protected get
|
|
138
|
-
protected set
|
|
139
|
-
|
|
140
|
-
private
|
|
141
|
-
get
|
|
135
|
+
x1(): void;
|
|
136
|
+
private yq;
|
|
137
|
+
protected get y4(): Rect;
|
|
138
|
+
protected set y4(a: Rect);
|
|
139
|
+
yb(a: Rect): void;
|
|
140
|
+
private ya;
|
|
141
|
+
get xb(): boolean;
|
|
142
142
|
static $$p: string[];
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
@@ -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 cs(): SeriesView;
|
|
282
|
-
|
|
283
|
-
|
|
282
|
+
q1(a: SeriesView): void;
|
|
283
|
+
w8: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
xc: string;
|
|
284
285
|
xa: string;
|
|
285
|
-
|
|
286
|
-
w7: IEnumerable;
|
|
287
|
-
xd: string;
|
|
286
|
+
w9: IEnumerable;
|
|
288
287
|
xf: string;
|
|
289
288
|
xh: string;
|
|
290
|
-
|
|
289
|
+
xj: string;
|
|
290
|
+
protected q9(a: any, b: string, c: any, d: any): void;
|
|
291
291
|
static $$p: string[];
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
@@ -298,21 +298,21 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
|
|
|
298
298
|
protected bj(): Series;
|
|
299
299
|
protected get_eu(): boolean;
|
|
300
300
|
constructor();
|
|
301
|
-
|
|
302
|
-
private
|
|
303
|
-
get
|
|
304
|
-
set
|
|
305
|
-
private
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
protected
|
|
309
|
-
|
|
310
|
-
protected
|
|
311
|
-
private
|
|
301
|
+
xy: string;
|
|
302
|
+
private xr;
|
|
303
|
+
get xt(): ColorScale;
|
|
304
|
+
set xt(a: ColorScale);
|
|
305
|
+
private x1;
|
|
306
|
+
x3(): void;
|
|
307
|
+
xs: ColorScale;
|
|
308
|
+
protected sh(): void;
|
|
309
|
+
xu: ScatterAreaSeries;
|
|
310
|
+
protected wz(): Series;
|
|
311
|
+
private x2;
|
|
312
312
|
protected cs(): SeriesView;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
protected
|
|
313
|
+
q1(a: SeriesView): void;
|
|
314
|
+
xw: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected q9(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
317
|
protected get_g7(): boolean;
|
|
318
318
|
protected set_g7(a: boolean): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "18.2.0-beta.
|
|
3
|
+
"version": "18.2.0-beta.2",
|
|
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": "^18.0.0",
|
|
20
20
|
"@angular/compiler": "^18.0.0",
|
|
21
21
|
"@angular/core": "^18.0.0",
|
|
22
|
-
"igniteui-angular-core": "18.2.0-beta.
|
|
22
|
+
"igniteui-angular-core": "18.2.0-beta.2"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|