igniteui-webcomponents-maps 5.1.0 → 5.1.1-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-webcomponents-maps.umd.js +1595 -1506
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +38 -38
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +206 -191
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +454 -454
- 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 +76 -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 +38 -38
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +80 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +204 -189
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
- package/esm5/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +447 -447
- 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 +88 -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 +1598 -1521
- package/fesm5/igniteui-webcomponents-maps.js +1596 -1507
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +24 -24
- package/lib/GeographicMapSeriesHost_combined.d.ts +48 -47
- package/lib/GeographicMarkerSeries.d.ts +16 -16
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +20 -20
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +107 -107
- package/lib/igc-geographic-shape-series-base-component.d.ts +18 -0
- package/package.json +3 -3
|
@@ -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 xg;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
44
|
-
fk(): boolean;
|
|
43
|
+
n0(): void;
|
|
45
44
|
fl(): boolean;
|
|
45
|
+
fm(): boolean;
|
|
46
|
+
w9: boolean;
|
|
47
|
+
static w1: MapResizeBehavior;
|
|
48
|
+
w2: MapResizeBehavior;
|
|
46
49
|
w5: boolean;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
ys(): Rect;
|
|
65
|
-
private xu;
|
|
66
|
-
private yy;
|
|
50
|
+
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
|
+
w7: boolean;
|
|
60
|
+
y4: Rect;
|
|
61
|
+
private yn;
|
|
62
|
+
get ys(): Rect;
|
|
63
|
+
set ys(a: Rect);
|
|
64
|
+
yw(): Rect;
|
|
65
|
+
private xy;
|
|
66
|
+
private y2;
|
|
67
67
|
get backgroundContent(): GeographicMapImagery;
|
|
68
68
|
set backgroundContent(a: GeographicMapImagery);
|
|
69
|
+
private wu;
|
|
70
|
+
get wr(): NumericXAxis;
|
|
71
|
+
set wr(a: NumericXAxis);
|
|
69
72
|
private wq;
|
|
70
|
-
get
|
|
71
|
-
set
|
|
72
|
-
private
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
private wo;
|
|
76
|
-
ws: GeographicMapImagery;
|
|
77
|
-
private static yn;
|
|
73
|
+
get wt(): NumericYAxis;
|
|
74
|
+
set wt(a: NumericYAxis);
|
|
75
|
+
private ws;
|
|
76
|
+
ww: GeographicMapImagery;
|
|
77
|
+
private static yr;
|
|
78
78
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
x8(a: Rect): void;
|
|
80
|
+
x7(a: Rect): void;
|
|
81
81
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
82
|
-
|
|
83
|
-
private
|
|
82
|
+
yt(a: Rect, b: number): Rect;
|
|
83
|
+
private yu;
|
|
84
84
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
protected
|
|
85
|
+
yy(a: Rect): Rect;
|
|
86
|
+
yk(a: Point): Point;
|
|
87
|
+
yl(a: Point): Point;
|
|
88
|
+
ym(a: Point): Point;
|
|
89
|
+
xv(): void;
|
|
90
|
+
x1(a: Brush): void;
|
|
91
|
+
gg(): boolean;
|
|
92
|
+
x3(): void;
|
|
93
|
+
protected yj: Point;
|
|
94
|
+
protected x6(): void;
|
|
94
95
|
protected x2(): void;
|
|
95
|
-
protected
|
|
96
|
-
protected
|
|
97
|
-
protected
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
yt(a: Rect): Rect;
|
|
96
|
+
protected get_fd(): boolean;
|
|
97
|
+
protected yq: Rect;
|
|
98
|
+
protected v5(): Rect;
|
|
99
|
+
m4(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
100
|
+
wf(): Rect;
|
|
101
|
+
private yv;
|
|
102
|
+
protected v6(a: Rect): Rect;
|
|
103
|
+
yx(a: Rect): Rect;
|
|
104
104
|
protected c8(): SeriesViewerView;
|
|
105
|
-
private
|
|
106
|
-
protected
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
private
|
|
110
|
-
get
|
|
111
|
-
set
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
protected
|
|
115
|
-
|
|
105
|
+
private xx;
|
|
106
|
+
protected p5(a: SeriesViewerView): void;
|
|
107
|
+
qg(a: Rect, b: Rect): void;
|
|
108
|
+
xe: number;
|
|
109
|
+
private xb;
|
|
110
|
+
get xd(): number;
|
|
111
|
+
set xd(a: number);
|
|
112
|
+
hs(): number;
|
|
113
|
+
ht(): number;
|
|
114
|
+
protected rk(): void;
|
|
115
|
+
f4(): boolean;
|
|
116
116
|
cs(): ZoomCoercionMode;
|
|
117
|
-
protected
|
|
117
|
+
protected qh(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 xz;
|
|
120
|
+
private x4;
|
|
121
|
+
private x5;
|
|
122
|
+
w3: XamGeographicMapView;
|
|
123
|
+
private w4;
|
|
124
124
|
getFontInfo(): FontInfo;
|
|
125
|
-
|
|
125
|
+
u8(): Brush;
|
|
126
126
|
getFontBrush(): Brush;
|
|
127
|
-
protected
|
|
127
|
+
protected rd(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
|
+
xw(a: boolean): void;
|
|
133
|
+
xh(): any;
|
|
134
|
+
wb(a: Rect, b: Rect, c: Rect): Rect;
|
|
135
|
+
x0(): void;
|
|
136
|
+
private yp;
|
|
137
|
+
protected get y3(): Rect;
|
|
138
|
+
protected set y3(a: Rect);
|
|
139
|
+
ya(a: Rect): void;
|
|
140
|
+
private x9;
|
|
141
|
+
get xa(): 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
|
-
|
|
281
|
+
protected cs(): SeriesView;
|
|
282
|
+
qz(a: SeriesView): void;
|
|
283
|
+
w6: GeographicXYTriangulatingSeriesView;
|
|
284
|
+
xa: string;
|
|
284
285
|
w8: string;
|
|
285
|
-
|
|
286
|
-
w5: IEnumerable;
|
|
287
|
-
xb: string;
|
|
286
|
+
w7: IEnumerable;
|
|
288
287
|
xd: string;
|
|
289
288
|
xf: string;
|
|
290
|
-
|
|
289
|
+
xh: string;
|
|
290
|
+
protected q7(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 bj(): Series;
|
|
299
|
-
protected
|
|
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
|
|
312
|
-
protected
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
protected
|
|
301
|
+
xw: string;
|
|
302
|
+
private xp;
|
|
303
|
+
get xr(): ColorScale;
|
|
304
|
+
set xr(a: ColorScale);
|
|
305
|
+
private xz;
|
|
306
|
+
x1(): void;
|
|
307
|
+
xq: ColorScale;
|
|
308
|
+
protected sf(): void;
|
|
309
|
+
xs: ScatterAreaSeries;
|
|
310
|
+
protected wx(): Series;
|
|
311
|
+
private x0;
|
|
312
|
+
protected cs(): SeriesView;
|
|
313
|
+
qz(a: SeriesView): void;
|
|
314
|
+
xu: GeographicScatterAreaSeriesView;
|
|
315
|
+
protected q7(a: any, b: string, c: any, d: any): void;
|
|
316
316
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
317
|
-
protected
|
|
318
|
-
protected
|
|
317
|
+
protected get_g7(): boolean;
|
|
318
|
+
protected set_g7(a: boolean): void;
|
|
319
319
|
static $$p: string[];
|
|
320
320
|
}
|
|
@@ -4,6 +4,7 @@ import { IgcShapeDataSource } from "igniteui-webcomponents-core";
|
|
|
4
4
|
import { IgcAssigningShapeStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
5
5
|
import { IgcAssigningShapeMarkerStyleEventArgs } from "igniteui-webcomponents-charts";
|
|
6
6
|
import { ShapeItemSearchMode } from "igniteui-webcomponents-charts";
|
|
7
|
+
import { IgcBrushScaleComponent } from "igniteui-webcomponents-charts";
|
|
7
8
|
/**
|
|
8
9
|
* Base class for series which render polygons on a map.
|
|
9
10
|
*/
|
|
@@ -61,6 +62,22 @@ export declare abstract class IgcGeographicShapeSeriesBaseComponent extends IgcG
|
|
|
61
62
|
*/
|
|
62
63
|
get itemSearchThreshold(): number;
|
|
63
64
|
set itemSearchThreshold(v: number);
|
|
65
|
+
/**
|
|
66
|
+
* Gets or sets the fill mapping property for the current series object.
|
|
67
|
+
*/
|
|
68
|
+
get fillMemberPath(): string;
|
|
69
|
+
set fillMemberPath(v: string);
|
|
70
|
+
/**
|
|
71
|
+
* Gets or sets the brush scale for the fill brush of markers.
|
|
72
|
+
*/
|
|
73
|
+
get fillScale(): IgcBrushScaleComponent;
|
|
74
|
+
set fillScale(v: IgcBrushScaleComponent);
|
|
75
|
+
/**
|
|
76
|
+
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
77
|
+
* This setting applies only if multiple series are using the same FillScale.
|
|
78
|
+
*/
|
|
79
|
+
get fillScaleUseGlobalValues(): boolean;
|
|
80
|
+
set fillScaleUseGlobalValues(v: boolean);
|
|
64
81
|
/**
|
|
65
82
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
66
83
|
*/
|
|
@@ -78,6 +95,7 @@ export declare abstract class IgcGeographicShapeSeriesBaseComponent extends IgcG
|
|
|
78
95
|
get shapeFilterResolution(): number;
|
|
79
96
|
set shapeFilterResolution(v: number);
|
|
80
97
|
findByName(name: string): any;
|
|
98
|
+
protected _styling(container: any, component: any, parent?: any): void;
|
|
81
99
|
private _assigningShapeStyle;
|
|
82
100
|
private _assigningShapeStyle_wrapped;
|
|
83
101
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-maps",
|
|
3
|
-
"version": "5.1.0",
|
|
3
|
+
"version": "5.1.1-beta.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.1.0",
|
|
20
|
-
"igniteui-webcomponents-charts": "5.1.0"
|
|
19
|
+
"igniteui-webcomponents-core": "5.1.1-beta.0",
|
|
20
|
+
"igniteui-webcomponents-charts": "5.1.1-beta.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-webcomponents-maps.d.ts",
|