igniteui-angular-maps 21.0.1 → 21.1.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 +1381 -1381
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +437 -437
- 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 +21 -21
- 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 +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +431 -431
- 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 +21 -21
- 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 +1394 -1394
- package/fesm5/igniteui-angular-maps.js +1381 -1381
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- 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 +22 -22
- 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 +15 -15
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +102 -102
- 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 aaa;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
43
|
+
pq(): void;
|
|
44
44
|
gh(): boolean;
|
|
45
45
|
gi(): boolean;
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
zw: boolean;
|
|
50
|
-
zx: boolean;
|
|
51
|
-
protected zr(): MapBackgroundTilingMode;
|
|
52
|
-
private zo;
|
|
53
|
-
get zq(): MapBackgroundTilingMode;
|
|
54
|
-
set zq(a: MapBackgroundTilingMode);
|
|
55
|
-
zp: MapBackgroundTilingMode;
|
|
56
|
-
static abf: Rect;
|
|
57
|
-
z3: number;
|
|
46
|
+
z3: boolean;
|
|
47
|
+
static zv: MapResizeBehavior;
|
|
48
|
+
zw: MapResizeBehavior;
|
|
58
49
|
zz: boolean;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
private
|
|
62
|
-
get
|
|
63
|
-
set
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
50
|
+
z0: boolean;
|
|
51
|
+
protected zu(): MapBackgroundTilingMode;
|
|
52
|
+
private zr;
|
|
53
|
+
get zt(): MapBackgroundTilingMode;
|
|
54
|
+
set zt(a: MapBackgroundTilingMode);
|
|
55
|
+
zs: MapBackgroundTilingMode;
|
|
56
|
+
static abi: Rect;
|
|
57
|
+
z6: number;
|
|
58
|
+
z2: boolean;
|
|
59
|
+
z1: boolean;
|
|
60
|
+
aby: Rect;
|
|
61
|
+
private abh;
|
|
62
|
+
get abm(): Rect;
|
|
63
|
+
set abm(a: Rect);
|
|
64
|
+
abq(): Rect;
|
|
65
|
+
private aas;
|
|
66
|
+
private abw;
|
|
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 zo;
|
|
70
|
+
get zl(): NumericXAxis;
|
|
71
|
+
set zl(a: NumericXAxis);
|
|
72
|
+
private zk;
|
|
73
|
+
get zn(): NumericYAxis;
|
|
74
|
+
set zn(a: NumericYAxis);
|
|
75
|
+
private zm;
|
|
76
|
+
zq: GeographicMapImagery;
|
|
77
|
+
private static abl;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
aa2(a: Rect): void;
|
|
80
|
+
aa1(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
abn(a: Rect, b: number): Rect;
|
|
83
|
+
private abo;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
85
|
+
abs(a: Rect): Rect;
|
|
86
|
+
abe(a: Point): Point;
|
|
87
|
+
abf(a: Point): Point;
|
|
88
|
+
abg(a: Point): Point;
|
|
89
|
+
aap(): void;
|
|
90
|
+
aav(a: Brush): void;
|
|
91
91
|
hd(): boolean;
|
|
92
|
-
|
|
93
|
-
protected
|
|
94
|
-
protected
|
|
95
|
-
protected
|
|
92
|
+
aax(): void;
|
|
93
|
+
protected abd: Point;
|
|
94
|
+
protected aa0(): void;
|
|
95
|
+
protected aaw(): void;
|
|
96
96
|
protected get_f7(): boolean;
|
|
97
|
-
protected
|
|
98
|
-
protected
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
private
|
|
102
|
-
protected
|
|
103
|
-
|
|
97
|
+
protected abk: Rect;
|
|
98
|
+
protected yw(): Rect;
|
|
99
|
+
ol(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
y7(): Rect;
|
|
101
|
+
private abp;
|
|
102
|
+
protected yx(a: Rect): Rect;
|
|
103
|
+
abr(a: Rect): Rect;
|
|
104
104
|
protected dv(): SeriesViewerView;
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
105
|
+
private aar;
|
|
106
|
+
protected ry(a: SeriesViewerView): void;
|
|
107
|
+
r9(a: Rect, b: Rect): void;
|
|
108
|
+
z8: number;
|
|
109
|
+
private z5;
|
|
110
|
+
get z7(): number;
|
|
111
|
+
set z7(a: number);
|
|
112
112
|
iv(): number;
|
|
113
113
|
iw(): number;
|
|
114
|
-
protected
|
|
114
|
+
protected t0(): void;
|
|
115
115
|
g1(): boolean;
|
|
116
116
|
dc(): ZoomCoercionMode;
|
|
117
|
-
protected
|
|
117
|
+
protected sa(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 aat;
|
|
120
|
+
private aay;
|
|
121
|
+
private aaz;
|
|
122
|
+
zx: XamGeographicMapView;
|
|
123
|
+
private zy;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
xz(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected tm(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
|
+
aaq(a: boolean): void;
|
|
133
|
+
aab(): any;
|
|
134
|
+
y3(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
aau(): void;
|
|
136
|
+
private abj;
|
|
137
|
+
protected get abx(): Rect;
|
|
138
|
+
protected set abx(a: Rect);
|
|
139
|
+
aa4(a: Rect): void;
|
|
140
|
+
private aa3;
|
|
141
|
+
get z4(): 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 ct(): SeriesView;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
protected
|
|
282
|
+
rj(a: SeriesView): void;
|
|
283
|
+
xv: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
xz: string;
|
|
285
|
+
xx: string;
|
|
286
|
+
xw: IEnumerable;
|
|
287
|
+
x2: string;
|
|
288
|
+
x4: string;
|
|
289
|
+
x6: string;
|
|
290
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
291
291
|
static $$p: string[];
|
|
292
292
|
}
|
|
293
293
|
/**
|
|
@@ -298,23 +298,23 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
|
|
|
298
298
|
protected bk(): Series;
|
|
299
299
|
protected get_ex(): boolean;
|
|
300
300
|
constructor();
|
|
301
|
-
|
|
302
|
-
private
|
|
303
|
-
get
|
|
304
|
-
set
|
|
305
|
-
private yn;
|
|
306
|
-
yp(): void;
|
|
307
|
-
ye: ColorScale;
|
|
308
|
-
protected s0(): void;
|
|
309
|
-
yg: ScatterAreaSeries;
|
|
310
|
-
protected xl(): Series;
|
|
301
|
+
yl: string;
|
|
302
|
+
private ye;
|
|
303
|
+
get yg(): ColorScale;
|
|
304
|
+
set yg(a: ColorScale);
|
|
311
305
|
private yo;
|
|
306
|
+
yq(): void;
|
|
307
|
+
yf: ColorScale;
|
|
308
|
+
protected s1(): void;
|
|
309
|
+
yh: ScatterAreaSeries;
|
|
310
|
+
protected xm(): Series;
|
|
311
|
+
private yp;
|
|
312
312
|
protected ct(): SeriesView;
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
protected
|
|
313
|
+
rj(a: SeriesView): void;
|
|
314
|
+
yj: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected rs(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_hf(): boolean;
|
|
318
|
+
protected set_hf(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": "21.0.
|
|
3
|
+
"version": "21.1.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": "^21.0.0",
|
|
28
28
|
"@angular/compiler": "^21.0.0",
|
|
29
29
|
"@angular/core": "^21.0.0",
|
|
30
|
-
"igniteui-angular-core": "21.0.
|
|
30
|
+
"igniteui-angular-core": "21.1.0-beta.0"
|
|
31
31
|
},
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"typings": "igniteui-angular-maps.d.ts",
|