igniteui-webcomponents-maps 5.0.2 → 5.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-webcomponents-maps.umd.js +1524 -1524
- package/bundles/igniteui-webcomponents-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 +191 -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 +465 -465
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-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 +189 -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 +458 -458
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1538 -1538
- package/fesm5/igniteui-webcomponents-maps.js +1524 -1524
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -26
- package/lib/GeographicMapSeriesHost_combined.d.ts +49 -49
- 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 +28 -28
- 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 +22 -22
- package/lib/XamGeographicMap_combined.d.ts +114 -114
- package/package.json +3 -3
|
@@ -18,35 +18,35 @@ import { PointCollection } from "igniteui-webcomponents-core";
|
|
|
18
18
|
*/
|
|
19
19
|
export declare class TileSeries extends ShapeSeriesBase implements IMapRenderDeferralHandler {
|
|
20
20
|
static $t: Type;
|
|
21
|
-
protected
|
|
22
|
-
protected
|
|
21
|
+
protected bj(): Series;
|
|
22
|
+
protected get_f2(): 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 cr(): SeriesView;
|
|
25
|
+
qy(a: SeriesView): void;
|
|
26
|
+
protected get_xy(): boolean;
|
|
27
|
+
protected zn: TileSeriesView;
|
|
28
|
+
get zr(): GeographicMapImagery;
|
|
29
|
+
set zr(a: GeographicMapImagery);
|
|
30
|
+
private zp;
|
|
31
|
+
private zo;
|
|
32
|
+
protected get zq(): GeographicMapImagery;
|
|
33
|
+
protected set zq(a: GeographicMapImagery);
|
|
34
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
35
|
+
private zw;
|
|
36
36
|
imageTilesReady: (sender: any, e: EventArgs) => void;
|
|
37
|
-
private
|
|
38
|
-
private
|
|
37
|
+
private zx;
|
|
38
|
+
private zs;
|
|
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 zn;
|
|
45
|
-
ro(a: boolean): void;
|
|
46
|
-
protected zs(a: boolean, b: SeriesView): void;
|
|
47
|
-
rm(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
43
|
+
protected sm(a: Rect, b: Rect): void;
|
|
48
44
|
private zt;
|
|
49
|
-
|
|
45
|
+
rp(a: boolean): void;
|
|
46
|
+
protected zy(a: boolean, b: SeriesView): void;
|
|
47
|
+
rn(a: Rect, b: Rect, c: RenderSurface, d: string, e: number): void;
|
|
48
|
+
private zz;
|
|
49
|
+
o4(a: boolean, b: SeriesView): void;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
52
|
* @hidden
|
|
@@ -38,107 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-webcomponents-core";
|
|
|
38
38
|
export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
|
|
39
39
|
static $t: Type;
|
|
40
40
|
constructor();
|
|
41
|
-
private
|
|
41
|
+
private xc;
|
|
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 x4;
|
|
62
|
-
get x9(): Rect;
|
|
63
|
-
set x9(a: Rect);
|
|
64
|
-
yd(): Rect;
|
|
65
|
-
private xf;
|
|
43
|
+
nx(): void;
|
|
44
|
+
fk(): boolean;
|
|
45
|
+
fl(): boolean;
|
|
46
|
+
w5: boolean;
|
|
47
|
+
static wx: MapResizeBehavior;
|
|
48
|
+
wy: MapResizeBehavior;
|
|
49
|
+
w1: boolean;
|
|
50
|
+
w2: boolean;
|
|
51
|
+
protected ww(): MapBackgroundTilingMode;
|
|
52
|
+
private wt;
|
|
53
|
+
get wv(): MapBackgroundTilingMode;
|
|
54
|
+
set wv(a: MapBackgroundTilingMode);
|
|
55
|
+
wu: MapBackgroundTilingMode;
|
|
56
|
+
static yk: Rect;
|
|
57
|
+
w8: number;
|
|
58
|
+
w4: boolean;
|
|
59
|
+
w3: boolean;
|
|
60
|
+
y0: Rect;
|
|
66
61
|
private yj;
|
|
62
|
+
get yo(): Rect;
|
|
63
|
+
set yo(a: Rect);
|
|
64
|
+
ys(): Rect;
|
|
65
|
+
private xu;
|
|
66
|
+
private yy;
|
|
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 wq;
|
|
70
|
+
get wn(): NumericXAxis;
|
|
71
|
+
set wn(a: NumericXAxis);
|
|
72
|
+
private wm;
|
|
73
|
+
get wp(): NumericYAxis;
|
|
74
|
+
set wp(a: NumericYAxis);
|
|
75
|
+
private wo;
|
|
76
|
+
ws: GeographicMapImagery;
|
|
77
|
+
private static yn;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
x4(a: Rect): void;
|
|
80
|
+
x3(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
yp(a: Rect, b: number): Rect;
|
|
83
|
+
private yq;
|
|
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
|
-
|
|
85
|
+
yu(a: Rect): Rect;
|
|
86
|
+
yg(a: Point): Point;
|
|
87
|
+
yh(a: Point): Point;
|
|
88
|
+
yi(a: Point): Point;
|
|
89
|
+
xr(): void;
|
|
90
|
+
xx(a: Brush): void;
|
|
91
|
+
ge(): boolean;
|
|
92
|
+
xz(): void;
|
|
93
|
+
protected yf: Point;
|
|
94
|
+
protected x2(): void;
|
|
95
|
+
protected xy(): void;
|
|
96
|
+
protected get_fc(): boolean;
|
|
97
|
+
protected ym: Rect;
|
|
98
|
+
protected v1(): Rect;
|
|
99
|
+
m1(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
wb(): Rect;
|
|
101
|
+
private yr;
|
|
102
|
+
protected v2(a: Rect): Rect;
|
|
103
|
+
yt(a: Rect): Rect;
|
|
104
|
+
protected c8(): SeriesViewerView;
|
|
105
|
+
private xt;
|
|
106
|
+
protected p2(a: SeriesViewerView): void;
|
|
107
|
+
qd(a: Rect, b: Rect): void;
|
|
108
|
+
xa: number;
|
|
109
|
+
private w7;
|
|
110
|
+
get w9(): number;
|
|
111
|
+
set w9(a: number);
|
|
112
|
+
hq(): number;
|
|
113
|
+
hr(): number;
|
|
114
|
+
protected rh(): void;
|
|
115
|
+
f3(): boolean;
|
|
116
116
|
cs(): ZoomCoercionMode;
|
|
117
|
-
protected
|
|
117
|
+
protected qe(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 xv;
|
|
120
|
+
private x0;
|
|
121
|
+
private x1;
|
|
122
|
+
wz: XamGeographicMapView;
|
|
123
|
+
private w0;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
u4(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected ra(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
|
+
xs(a: boolean): void;
|
|
133
|
+
xd(): any;
|
|
134
|
+
v7(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
xw(): void;
|
|
136
|
+
private yl;
|
|
137
|
+
protected get yz(): Rect;
|
|
138
|
+
protected set yz(a: Rect);
|
|
139
|
+
x6(a: Rect): void;
|
|
140
|
+
private x5;
|
|
141
|
+
get w6(): 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
|
-
w7: string;
|
|
288
|
-
w9: string;
|
|
281
|
+
protected cr(): SeriesView;
|
|
282
|
+
qy(a: SeriesView): void;
|
|
283
|
+
w4: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
w8: string;
|
|
285
|
+
w6: string;
|
|
286
|
+
w5: IEnumerable;
|
|
289
287
|
xb: string;
|
|
290
|
-
|
|
288
|
+
xd: string;
|
|
289
|
+
xf: string;
|
|
290
|
+
protected q6(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 bj(): Series;
|
|
299
|
+
protected get_et(): 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
|
+
xu: string;
|
|
302
|
+
private xn;
|
|
303
|
+
get xp(): ColorScale;
|
|
304
|
+
set xp(a: ColorScale);
|
|
305
|
+
private xx;
|
|
306
|
+
xz(): void;
|
|
307
|
+
xo: ColorScale;
|
|
308
|
+
protected sd(): void;
|
|
309
|
+
xq: ScatterAreaSeries;
|
|
310
|
+
protected wv(): Series;
|
|
311
|
+
private xy;
|
|
312
|
+
protected cr(): SeriesView;
|
|
313
|
+
qy(a: SeriesView): void;
|
|
314
|
+
xs: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected q6(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_g6(): boolean;
|
|
318
|
+
protected set_g6(a: boolean): void;
|
|
319
319
|
static $$p: string[];
|
|
320
320
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-maps",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.1.0",
|
|
4
4
|
"description": "Ignite UI Web Components map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"tslib": "^2.3.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"igniteui-webcomponents-core": "5.0
|
|
20
|
-
"igniteui-webcomponents-charts": "5.0
|
|
19
|
+
"igniteui-webcomponents-core": "5.1.0",
|
|
20
|
+
"igniteui-webcomponents-charts": "5.1.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-webcomponents-maps.d.ts",
|