igniteui-webcomponents-maps 4.7.1 → 4.7.2-beta.1
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 +84 -84
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +8 -8
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +18 -18
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +8 -8
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +7 -7
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +8 -8
- package/esm2015/lib/GeographicTileSeries.js +1 -1
- package/esm2015/lib/TileSeries_combined.js +9 -9
- package/esm2015/lib/XamGeographicMap_combined.js +20 -20
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +8 -8
- package/esm5/lib/GeographicMapSeriesHost_combined.js +18 -18
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +8 -8
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +7 -7
- package/esm5/lib/GeographicShapeSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +8 -8
- package/esm5/lib/GeographicTileSeries.js +1 -1
- package/esm5/lib/TileSeries_combined.js +9 -9
- package/esm5/lib/XamGeographicMap_combined.js +20 -20
- package/fesm2015/igniteui-webcomponents-maps.js +84 -84
- package/fesm5/igniteui-webcomponents-maps.js +84 -84
- package/lib/GeographicContourLineSeriesView_combined.d.ts +2 -2
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +2 -2
- package/lib/GeographicMapSeriesHost_combined.d.ts +5 -5
- package/lib/GeographicPolylineSeriesView_combined.d.ts +2 -2
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +2 -2
- package/lib/GeographicShapeSeriesBase_combined.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +2 -2
- package/lib/GeographicSymbolSeriesView_combined.d.ts +2 -2
- package/lib/GeographicTileSeries.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +2 -2
- package/lib/XamGeographicMap_combined.d.ts +5 -5
- package/package.json +3 -3
|
@@ -34,10 +34,10 @@ export declare class GeographicSymbolSeriesView extends HostSeriesView {
|
|
|
34
34
|
*/
|
|
35
35
|
export declare class GeographicSymbolSeries extends GeographicMarkerSeries {
|
|
36
36
|
static $t: Type;
|
|
37
|
-
protected
|
|
37
|
+
protected bc(): Series;
|
|
38
38
|
protected get_dy(): boolean;
|
|
39
39
|
constructor();
|
|
40
|
-
protected
|
|
40
|
+
protected cd(): SeriesView;
|
|
41
41
|
o1(a: SeriesView): void;
|
|
42
42
|
vf: GeographicSymbolSeriesView;
|
|
43
43
|
protected ir(): number;
|
|
@@ -8,7 +8,7 @@ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
|
|
|
8
8
|
*/
|
|
9
9
|
export declare class GeographicTileSeries extends GeographicShapeSeriesBase {
|
|
10
10
|
static $t: Type;
|
|
11
|
-
protected
|
|
11
|
+
protected bc(): Series;
|
|
12
12
|
protected get_fh(): boolean;
|
|
13
13
|
constructor();
|
|
14
14
|
get vc(): GeographicMapImagery;
|
|
@@ -18,10 +18,10 @@ 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
|
|
21
|
+
protected bc(): Series;
|
|
22
22
|
protected get_fh(): boolean;
|
|
23
23
|
constructor();
|
|
24
|
-
protected
|
|
24
|
+
protected cd(): SeriesView;
|
|
25
25
|
o1(a: SeriesView): void;
|
|
26
26
|
protected get_u5(): boolean;
|
|
27
27
|
protected wt: TileSeriesView;
|
|
@@ -101,7 +101,7 @@ export declare class XamGeographicMap extends SeriesViewer implements IMapRender
|
|
|
101
101
|
private we;
|
|
102
102
|
protected tp(a: Rect): Rect;
|
|
103
103
|
wg(a: Rect): Rect;
|
|
104
|
-
protected
|
|
104
|
+
protected ct(): SeriesViewerView;
|
|
105
105
|
private vg;
|
|
106
106
|
protected n4(a: SeriesViewerView): void;
|
|
107
107
|
of(a: Rect, b: Rect): void;
|
|
@@ -113,7 +113,7 @@ export declare class XamGeographicMap extends SeriesViewer implements IMapRender
|
|
|
113
113
|
gs(): number;
|
|
114
114
|
protected pg(): void;
|
|
115
115
|
fb(): boolean;
|
|
116
|
-
|
|
116
|
+
ce(): ZoomCoercionMode;
|
|
117
117
|
protected og(a: any, b: string, c: any, d: any): void;
|
|
118
118
|
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
119
119
|
private vi;
|
|
@@ -278,7 +278,7 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
|
|
|
278
278
|
*/
|
|
279
279
|
export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
280
280
|
static $t: Type;
|
|
281
|
-
protected
|
|
281
|
+
protected cd(): SeriesView;
|
|
282
282
|
o1(a: SeriesView): void;
|
|
283
283
|
uc: GeographicXYTriangulatingSeriesView;
|
|
284
284
|
ug: string;
|
|
@@ -295,7 +295,7 @@ export declare abstract class GeographicXYTriangulatingSeries extends Geographic
|
|
|
295
295
|
*/
|
|
296
296
|
export declare class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
|
|
297
297
|
static $t: Type;
|
|
298
|
-
protected
|
|
298
|
+
protected bc(): Series;
|
|
299
299
|
protected get_d9(): boolean;
|
|
300
300
|
constructor();
|
|
301
301
|
u2: string;
|
|
@@ -309,7 +309,7 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
|
|
|
309
309
|
uy: ScatterAreaSeries;
|
|
310
310
|
protected t3(): Series;
|
|
311
311
|
private u6;
|
|
312
|
-
protected
|
|
312
|
+
protected cd(): SeriesView;
|
|
313
313
|
o1(a: SeriesView): void;
|
|
314
314
|
u0: GeographicScatterAreaSeriesView;
|
|
315
315
|
protected o9(a: any, b: string, c: any, d: any): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-maps",
|
|
3
|
-
"version": "4.7.1",
|
|
3
|
+
"version": "4.7.2-beta.1",
|
|
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": "4.7.1",
|
|
20
|
-
"igniteui-webcomponents-charts": "4.7.1"
|
|
19
|
+
"igniteui-webcomponents-core": "4.7.2-beta.1",
|
|
20
|
+
"igniteui-webcomponents-charts": "4.7.2-beta.1"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-webcomponents-maps.d.ts",
|