igniteui-angular-maps 17.3.0-beta.0 → 17.3.1-alpha.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 +1471 -1452
- 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 +194 -184
- 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/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- 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 +30 -21
- 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 +192 -182
- 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/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- 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 +30 -21
- 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 +1484 -1465
- package/fesm5/igniteui-angular-maps.js +1471 -1452
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -48
- 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 +116 -116
- package/lib/igx-geographic-map-series-host-component.d.ts +6 -0
- package/package.json +2 -2
|
@@ -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 bb(): Series;
|
|
22
|
+
protected get_fo(): 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 ci(): SeriesView;
|
|
25
|
+
px(a: SeriesView): void;
|
|
26
|
+
protected get_wg(): boolean;
|
|
27
|
+
protected x4: TileSeriesView;
|
|
28
|
+
get x8(): GeographicMapImagery;
|
|
29
|
+
set x8(a: GeographicMapImagery);
|
|
30
|
+
private x6;
|
|
31
|
+
private x5;
|
|
32
|
+
protected get x7(): GeographicMapImagery;
|
|
33
|
+
protected set x7(a: GeographicMapImagery);
|
|
34
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
35
|
+
private yd;
|
|
36
36
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
-
private
|
|
38
|
-
private
|
|
37
|
+
private ye;
|
|
38
|
+
private x9;
|
|
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 rj(a: Rect, b: Rect): void;
|
|
44
|
+
private ya;
|
|
45
|
+
qn(a: boolean): void;
|
|
46
|
+
protected yf(a: boolean, b: SeriesView): void;
|
|
47
|
+
ql(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private yg;
|
|
49
|
+
n7(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 wt;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
private uk;
|
|
53
|
-
get um(): MapBackgroundTilingMode;
|
|
54
|
-
set um(a: MapBackgroundTilingMode);
|
|
55
|
-
ul: MapBackgroundTilingMode;
|
|
56
|
-
static wb: Rect;
|
|
57
|
-
uz: number;
|
|
58
|
-
uv: boolean;
|
|
59
|
-
uu: boolean;
|
|
60
|
-
wr: Rect;
|
|
43
|
+
nk(): void;
|
|
44
|
+
ff(): boolean;
|
|
45
|
+
fg(): boolean;
|
|
46
|
+
wm: boolean;
|
|
47
|
+
static we: MapResizeBehavior;
|
|
48
|
+
wf: MapResizeBehavior;
|
|
49
|
+
wi: boolean;
|
|
50
|
+
wj: boolean;
|
|
51
|
+
protected wd(): MapBackgroundTilingMode;
|
|
61
52
|
private wa;
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
53
|
+
get wc(): MapBackgroundTilingMode;
|
|
54
|
+
set wc(a: MapBackgroundTilingMode);
|
|
55
|
+
wb: MapBackgroundTilingMode;
|
|
56
|
+
static x1: Rect;
|
|
57
|
+
wp: number;
|
|
58
|
+
wl: boolean;
|
|
59
|
+
wk: boolean;
|
|
60
|
+
yh: Rect;
|
|
61
|
+
private x0;
|
|
62
|
+
get x5(): Rect;
|
|
63
|
+
set x5(a: Rect);
|
|
64
|
+
x9(): Rect;
|
|
65
|
+
private xb;
|
|
66
|
+
private yf;
|
|
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 v7;
|
|
70
|
+
get v4(): NumericXAxis;
|
|
71
|
+
set v4(a: NumericXAxis);
|
|
72
|
+
private v3;
|
|
73
|
+
get v6(): NumericYAxis;
|
|
74
|
+
set v6(a: NumericYAxis);
|
|
75
|
+
private v5;
|
|
76
|
+
v9: GeographicMapImagery;
|
|
77
|
+
private static x4;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
xl(a: Rect): void;
|
|
80
|
+
xk(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
x6(a: Rect, b: number): Rect;
|
|
83
|
+
private x7;
|
|
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
|
+
yb(a: Rect): Rect;
|
|
86
|
+
xx(a: Point): Point;
|
|
87
|
+
xy(a: Point): Point;
|
|
88
|
+
xz(a: Point): Point;
|
|
89
|
+
w8(): void;
|
|
90
|
+
xe(a: Brush): void;
|
|
91
|
+
f8(): boolean;
|
|
92
|
+
xg(): void;
|
|
93
|
+
protected xw: Point;
|
|
94
|
+
protected xj(): void;
|
|
95
|
+
protected xf(): void;
|
|
96
|
+
protected get_e7(): boolean;
|
|
97
|
+
protected x3: Rect;
|
|
98
|
+
protected vi(): Rect;
|
|
99
|
+
mp(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
vs(): Rect;
|
|
101
|
+
private x8;
|
|
102
|
+
protected vj(a: Rect): Rect;
|
|
103
|
+
ya(a: Rect): Rect;
|
|
104
|
+
protected c7(): SeriesViewerView;
|
|
105
|
+
private xa;
|
|
106
|
+
protected pn(a: SeriesViewerView): void;
|
|
107
|
+
py(a: Rect, b: Rect): void;
|
|
108
|
+
wr: number;
|
|
109
|
+
private wo;
|
|
110
|
+
get wq(): number;
|
|
111
|
+
set wq(a: number);
|
|
112
|
+
hj(): number;
|
|
113
|
+
hk(): number;
|
|
114
|
+
protected q2(): void;
|
|
115
|
+
fx(): boolean;
|
|
116
|
+
cs(): ZoomCoercionMode;
|
|
117
|
+
protected pz(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 xc;
|
|
120
|
+
private xh;
|
|
121
|
+
private xi;
|
|
122
|
+
wg: XamGeographicMapView;
|
|
123
|
+
private wh;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
ul(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected qv(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
|
+
w9(a: boolean): void;
|
|
133
|
+
wu(): any;
|
|
134
|
+
vo(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
xd(): void;
|
|
136
|
+
private x2;
|
|
137
|
+
protected get yg(): Rect;
|
|
138
|
+
protected set yg(a: Rect);
|
|
139
|
+
xn(a: Rect): void;
|
|
140
|
+
private xm;
|
|
141
|
+
get wn(): 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 ci(): SeriesView;
|
|
282
|
+
px(a: SeriesView): void;
|
|
283
|
+
vn: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
vr: string;
|
|
285
|
+
vp: string;
|
|
286
|
+
vo: IEnumerable;
|
|
287
|
+
vu: string;
|
|
288
|
+
vw: string;
|
|
289
|
+
vy: string;
|
|
290
|
+
protected p5(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 bb(): Series;
|
|
299
|
+
protected get_ef(): 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
|
+
wd: string;
|
|
302
|
+
private v6;
|
|
303
|
+
get v8(): ColorScale;
|
|
304
|
+
set v8(a: ColorScale);
|
|
305
|
+
private wg;
|
|
306
|
+
wi(): void;
|
|
307
|
+
v7: ColorScale;
|
|
308
|
+
protected ra(): void;
|
|
309
|
+
v9: ScatterAreaSeries;
|
|
310
|
+
protected ve(): Series;
|
|
311
|
+
private wh;
|
|
312
|
+
protected ci(): SeriesView;
|
|
313
|
+
px(a: SeriesView): void;
|
|
314
|
+
wb: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected p5(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_gq(): boolean;
|
|
318
|
+
protected set_gq(a: boolean): void;
|
|
319
319
|
static $$p: string[];
|
|
320
320
|
}
|
|
@@ -42,6 +42,12 @@ export declare abstract class IgxGeographicMapSeriesHostComponent extends IgxSer
|
|
|
42
42
|
*/
|
|
43
43
|
notifyIndexedPropertiesChanged(): void;
|
|
44
44
|
getItemValue(item: any, memberPathName: string): any;
|
|
45
|
+
/**
|
|
46
|
+
* Gets the value of a requested member path from the series.
|
|
47
|
+
|
|
48
|
+
* @param memberPathName * The property name of a valid member path for the series
|
|
49
|
+
*/
|
|
50
|
+
getMemberPathValue(memberPathName: string): string;
|
|
45
51
|
/**
|
|
46
52
|
* Gets the item that is the best match for the specified world coordinates.
|
|
47
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.1-alpha.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": "^17.0.0",
|
|
20
20
|
"@angular/compiler": "^17.0.0",
|
|
21
21
|
"@angular/core": "^17.0.0",
|
|
22
|
-
"igniteui-angular-core": "17.3.
|
|
22
|
+
"igniteui-angular-core": "17.3.1-alpha.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|