igniteui-angular-maps 20.1.0-beta.0 → 20.2.0-beta.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 +1518 -1521
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +542 -542
- 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-imagery.js +0 -3
- 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 +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +89 -89
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +56 -56
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +534 -534
- 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-imagery.js +0 -3
- 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 +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- 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 +1532 -1535
- package/fesm5/igniteui-angular-maps.js +1518 -1521
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +26 -26
- package/lib/GeographicShapeSeriesView_combined.d.ts +27 -27
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +19 -19
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +21 -21
- package/lib/XamGeographicMap_combined.d.ts +132 -132
- package/package.json +2 -2
|
@@ -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 z6;
|
|
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 zk;
|
|
43
|
+
po(): void;
|
|
44
|
+
gg(): boolean;
|
|
45
|
+
gh(): boolean;
|
|
46
|
+
zz: boolean;
|
|
47
|
+
static zr: MapResizeBehavior;
|
|
48
|
+
zs: MapResizeBehavior;
|
|
49
|
+
zv: boolean;
|
|
50
|
+
zw: boolean;
|
|
51
|
+
protected zq(): MapBackgroundTilingMode;
|
|
52
|
+
private zn;
|
|
53
|
+
get zp(): MapBackgroundTilingMode;
|
|
54
|
+
set zp(a: MapBackgroundTilingMode);
|
|
55
|
+
zo: MapBackgroundTilingMode;
|
|
56
|
+
static abe: Rect;
|
|
57
|
+
z2: number;
|
|
58
|
+
zy: boolean;
|
|
59
|
+
zx: boolean;
|
|
60
|
+
abu: Rect;
|
|
61
|
+
private abd;
|
|
62
|
+
get abi(): Rect;
|
|
63
|
+
set abi(a: Rect);
|
|
64
|
+
abm(): Rect;
|
|
66
65
|
private aao;
|
|
66
|
+
private abs;
|
|
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 zk;
|
|
70
|
+
get zh(): NumericXAxis;
|
|
71
|
+
set zh(a: NumericXAxis);
|
|
72
|
+
private zg;
|
|
73
|
+
get zj(): NumericYAxis;
|
|
74
|
+
set zj(a: NumericYAxis);
|
|
75
|
+
private zi;
|
|
76
|
+
zm: GeographicMapImagery;
|
|
77
|
+
private static abh;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
aay(a: Rect): void;
|
|
80
|
+
aax(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
abj(a: Rect, b: number): Rect;
|
|
83
|
+
private abk;
|
|
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
|
+
abo(a: Rect): Rect;
|
|
86
|
+
aba(a: Point): Point;
|
|
87
|
+
abb(a: Point): Point;
|
|
88
|
+
abc(a: Point): Point;
|
|
89
|
+
aal(): void;
|
|
90
|
+
aar(a: Brush): void;
|
|
91
|
+
hc(): boolean;
|
|
92
|
+
aat(): void;
|
|
93
|
+
protected aa9: Point;
|
|
94
|
+
protected aaw(): void;
|
|
95
|
+
protected aas(): void;
|
|
96
|
+
protected get_f6(): boolean;
|
|
97
|
+
protected abg: Rect;
|
|
98
|
+
protected ys(): Rect;
|
|
99
|
+
oj(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
y3(): Rect;
|
|
101
|
+
private abl;
|
|
102
|
+
protected yt(a: Rect): Rect;
|
|
103
|
+
abn(a: Rect): Rect;
|
|
104
|
+
protected dv(): SeriesViewerView;
|
|
105
|
+
private aan;
|
|
106
|
+
protected rw(a: SeriesViewerView): void;
|
|
107
|
+
r7(a: Rect, b: Rect): void;
|
|
108
|
+
z4: number;
|
|
109
|
+
private z1;
|
|
110
|
+
get z3(): number;
|
|
111
|
+
set z3(a: number);
|
|
112
|
+
iu(): number;
|
|
113
|
+
iv(): number;
|
|
114
|
+
protected ty(): void;
|
|
115
|
+
g0(): boolean;
|
|
116
|
+
dc(): ZoomCoercionMode;
|
|
117
|
+
protected r8(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 aap;
|
|
120
|
+
private aau;
|
|
121
|
+
private aav;
|
|
122
|
+
zt: XamGeographicMapView;
|
|
123
|
+
private zu;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
xv(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected tk(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
|
+
aam(a: boolean): void;
|
|
133
|
+
z7(): any;
|
|
134
|
+
yz(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
aaq(): void;
|
|
136
|
+
private abf;
|
|
137
|
+
protected get abt(): Rect;
|
|
138
|
+
protected set abt(a: Rect);
|
|
139
|
+
aa0(a: Rect): void;
|
|
140
|
+
private aaz;
|
|
141
|
+
get z0(): boolean;
|
|
142
142
|
static $$p: string[];
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
@@ -240,26 +240,26 @@ export declare class XamGeographicMapView extends SeriesViewerView {
|
|
|
240
240
|
static $t: Type;
|
|
241
241
|
constructor(a: XamGeographicMap);
|
|
242
242
|
m(a: boolean): InteractionState;
|
|
243
|
-
|
|
244
|
-
protected
|
|
245
|
-
protected
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
protected
|
|
249
|
-
protected
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
private
|
|
258
|
-
protected
|
|
259
|
-
|
|
260
|
-
private
|
|
261
|
-
get
|
|
262
|
-
set
|
|
243
|
+
bn(a: boolean): void;
|
|
244
|
+
protected fq: XamGeographicMap;
|
|
245
|
+
protected get_aq(): boolean;
|
|
246
|
+
d7(): void;
|
|
247
|
+
dx(a: RenderingContext): void;
|
|
248
|
+
protected f2: Rect;
|
|
249
|
+
protected dy(a: Rect): void;
|
|
250
|
+
f1(): Rect;
|
|
251
|
+
fv(): void;
|
|
252
|
+
f0: Brush;
|
|
253
|
+
fz: Brush;
|
|
254
|
+
fr: FontInfo;
|
|
255
|
+
fu(a: Rect): void;
|
|
256
|
+
fx(a: GeographicMapImagery, b: GeographicMapImagery): void;
|
|
257
|
+
private fw;
|
|
258
|
+
protected d4(): void;
|
|
259
|
+
fy(a: number): void;
|
|
260
|
+
private fs;
|
|
261
|
+
get ft(): number;
|
|
262
|
+
set ft(a: number);
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
265
265
|
* @hidden
|
|
@@ -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 ct(): SeriesView;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
xl: string;
|
|
286
|
-
xk: IEnumerable;
|
|
287
|
-
xq: string;
|
|
288
|
-
xs: string;
|
|
282
|
+
rg(a: SeriesView): void;
|
|
283
|
+
xs: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
xw: string;
|
|
289
285
|
xu: string;
|
|
290
|
-
|
|
286
|
+
xt: IEnumerable;
|
|
287
|
+
xz: string;
|
|
288
|
+
x1: string;
|
|
289
|
+
x3: string;
|
|
290
|
+
protected rp(a: any, b: string, c: any, d: any): void;
|
|
291
291
|
static $$p: string[];
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
@@ -296,25 +296,25 @@ export declare abstract class GeographicXYTriangulatingSeries extends Geographic
|
|
|
296
296
|
export declare class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
297
297
|
static $t: Type;
|
|
298
298
|
protected bk(): Series;
|
|
299
|
-
protected
|
|
299
|
+
protected get_ex(): boolean;
|
|
300
300
|
constructor();
|
|
301
|
-
|
|
302
|
-
private
|
|
303
|
-
get
|
|
304
|
-
set
|
|
305
|
-
private
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
protected
|
|
309
|
-
|
|
310
|
-
protected
|
|
311
|
-
private
|
|
301
|
+
yi: string;
|
|
302
|
+
private yb;
|
|
303
|
+
get yd(): ColorScale;
|
|
304
|
+
set yd(a: ColorScale);
|
|
305
|
+
private yl;
|
|
306
|
+
yn(): void;
|
|
307
|
+
yc: ColorScale;
|
|
308
|
+
protected sy(): void;
|
|
309
|
+
ye: ScatterAreaSeries;
|
|
310
|
+
protected xj(): Series;
|
|
311
|
+
private ym;
|
|
312
312
|
protected ct(): SeriesView;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
protected
|
|
313
|
+
rg(a: SeriesView): void;
|
|
314
|
+
yg: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected rp(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_hd(): boolean;
|
|
318
|
+
protected set_hd(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": "20.
|
|
3
|
+
"version": "20.2.0-beta.0",
|
|
4
4
|
"description": "Ignite UI Angular map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@angular/common": "^20.0.0",
|
|
28
28
|
"@angular/compiler": "^20.0.0",
|
|
29
29
|
"@angular/core": "^20.0.0",
|
|
30
|
-
"igniteui-angular-core": "20.
|
|
30
|
+
"igniteui-angular-core": "20.2.0-beta.0"
|
|
31
31
|
},
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"typings": "igniteui-angular-maps.d.ts",
|