igniteui-webcomponents-maps 3.2.3 → 3.5.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 +1829 -1522
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +176 -176
- 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 +60 -60
- 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/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +472 -460
- package/esm2015/lib/igc-custom-map-imagery.js +1 -0
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm2015/lib/igc-geographic-map-component.js +63 -60
- package/esm2015/lib/igc-geographic-map-imagery.js +29 -2
- package/esm2015/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm2015/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm2015/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm2015/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm2015/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +19 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicMapSeriesHost_combined.js +174 -174
- 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 +59 -59
- 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/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +465 -453
- package/esm5/lib/igc-custom-map-imagery.js +1 -0
- package/esm5/lib/igc-geographic-contour-line-series-component.js +42 -24
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +47 -32
- package/esm5/lib/igc-geographic-map-component.js +63 -60
- package/esm5/lib/igc-geographic-map-imagery.js +30 -3
- package/esm5/lib/igc-geographic-map-series-host-component.js +36 -22
- package/esm5/lib/igc-geographic-marker-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-marker-series-component.js +45 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +28 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +69 -51
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +34 -17
- package/esm5/lib/igc-geographic-shape-series-base-base-component.js +14 -0
- package/esm5/lib/igc-geographic-shape-series-base-component.js +48 -26
- package/esm5/lib/igc-geographic-shape-series-component.js +59 -44
- package/esm5/lib/igc-geographic-symbol-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-symbol-series-component.js +35 -19
- package/esm5/lib/igc-geographic-tile-series-component.js +21 -5
- package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +14 -0
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +19 -4
- package/fesm2015/igniteui-webcomponents-maps.js +1843 -1536
- package/fesm5/igniteui-webcomponents-maps.js +1830 -1523
- package/lib/GeographicContourLineSeriesView_combined.d.ts +14 -14
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +23 -23
- package/lib/GeographicMapSeriesHost_combined.d.ts +37 -37
- 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 +25 -25
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +22 -22
- 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 +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +105 -105
- package/lib/igc-geographic-contour-line-series-component.d.ts +1 -0
- package/lib/igc-geographic-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-geographic-map-imagery.d.ts +4 -1
- package/lib/igc-geographic-map-series-host-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-marker-series-component.d.ts +1 -0
- package/lib/igc-geographic-polyline-series-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-proportional-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-shape-series-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-base-component.d.ts +1 -0
- package/lib/igc-geographic-symbol-series-component.d.ts +1 -0
- package/lib/igc-geographic-tile-series-component.d.ts +1 -0
- package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +1 -0
- package/lib/igc-tile-series-component.d.ts +1 -0
- package/package.json +3 -3
|
@@ -38,100 +38,100 @@ 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 ul;
|
|
42
42
|
provideContainer(a: any): void;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
static
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
protected
|
|
52
|
-
private
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
static
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
private
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
private
|
|
64
|
-
private
|
|
43
|
+
l3(): void;
|
|
44
|
+
er(): boolean;
|
|
45
|
+
es(): boolean;
|
|
46
|
+
ue: boolean;
|
|
47
|
+
static t6: MapResizeBehavior;
|
|
48
|
+
t7: MapResizeBehavior;
|
|
49
|
+
ua: boolean;
|
|
50
|
+
ub: boolean;
|
|
51
|
+
protected t5(): MapBackgroundTilingMode;
|
|
52
|
+
private t2;
|
|
53
|
+
t4: MapBackgroundTilingMode;
|
|
54
|
+
t3: MapBackgroundTilingMode;
|
|
55
|
+
static vt: Rect;
|
|
56
|
+
uh: number;
|
|
57
|
+
ud: boolean;
|
|
58
|
+
uc: boolean;
|
|
59
|
+
v9: Rect;
|
|
60
|
+
private vs;
|
|
61
|
+
vx: Rect;
|
|
62
|
+
v1(): Rect;
|
|
63
|
+
private u3;
|
|
64
|
+
private v7;
|
|
65
65
|
backgroundContent: GeographicMapImagery;
|
|
66
|
-
private
|
|
67
|
-
|
|
68
|
-
private
|
|
69
|
-
|
|
70
|
-
private
|
|
71
|
-
|
|
72
|
-
private static
|
|
66
|
+
private tz;
|
|
67
|
+
tw: NumericXAxis;
|
|
68
|
+
private tv;
|
|
69
|
+
ty: NumericYAxis;
|
|
70
|
+
private tx;
|
|
71
|
+
t1: GeographicMapImagery;
|
|
72
|
+
private static vw;
|
|
73
73
|
getZoomRectFromGeoRect(a: Rect): Rect;
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
vd(a: Rect): void;
|
|
75
|
+
vc(a: Rect): void;
|
|
76
76
|
getZoomFromGeographicRect(a: Rect): Rect;
|
|
77
|
-
|
|
78
|
-
private
|
|
77
|
+
vy(a: Rect, b: number): Rect;
|
|
78
|
+
private vz;
|
|
79
79
|
getZoomFromGeographicPoints(a: Point, b: Point): Rect;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
protected
|
|
89
|
-
protected
|
|
90
|
-
protected
|
|
91
|
-
protected
|
|
92
|
-
protected
|
|
93
|
-
protected
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
private
|
|
97
|
-
protected
|
|
98
|
-
|
|
99
|
-
protected
|
|
100
|
-
private
|
|
101
|
-
protected
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
private tm;
|
|
105
|
-
to: number;
|
|
106
|
-
ga(): number;
|
|
107
|
-
gb(): number;
|
|
108
|
-
protected og(): void;
|
|
109
|
-
e3(): boolean;
|
|
110
|
-
ca(): ZoomCoercionMode;
|
|
111
|
-
protected nh(a: any, b: string, c: any, d: any): void;
|
|
112
|
-
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
113
|
-
private ua;
|
|
114
|
-
private uf;
|
|
80
|
+
v3(a: Rect): Rect;
|
|
81
|
+
vp(a: Point): Point;
|
|
82
|
+
vq(a: Point): Point;
|
|
83
|
+
vr(a: Point): Point;
|
|
84
|
+
u0(): void;
|
|
85
|
+
u6(a: Brush): void;
|
|
86
|
+
fg(): boolean;
|
|
87
|
+
u8(): void;
|
|
88
|
+
protected vo: Point;
|
|
89
|
+
protected vb(): void;
|
|
90
|
+
protected u7(): void;
|
|
91
|
+
protected get_ej(): boolean;
|
|
92
|
+
protected vv: Rect;
|
|
93
|
+
protected ta(): Rect;
|
|
94
|
+
lh(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
|
|
95
|
+
tk(): Rect;
|
|
96
|
+
private v0;
|
|
97
|
+
protected tb(a: Rect): Rect;
|
|
98
|
+
v2(a: Rect): Rect;
|
|
99
|
+
protected ct(): SeriesViewerView;
|
|
100
|
+
private u2;
|
|
101
|
+
protected ns(a: SeriesViewerView): void;
|
|
102
|
+
n3(a: Rect, b: Rect): void;
|
|
103
|
+
uj: number;
|
|
115
104
|
private ug;
|
|
116
|
-
|
|
117
|
-
|
|
105
|
+
ui: number;
|
|
106
|
+
gm(): number;
|
|
107
|
+
gn(): number;
|
|
108
|
+
protected o3(): void;
|
|
109
|
+
e8(): boolean;
|
|
110
|
+
ce(): ZoomCoercionMode;
|
|
111
|
+
protected n4(a: any, b: string, c: any, d: any): void;
|
|
112
|
+
imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
|
|
113
|
+
private u4;
|
|
114
|
+
private u9;
|
|
115
|
+
private va;
|
|
116
|
+
t8: XamGeographicMapView;
|
|
117
|
+
private t9;
|
|
118
118
|
getFontInfo(): FontInfo;
|
|
119
|
-
|
|
119
|
+
se(): Brush;
|
|
120
120
|
getFontBrush(): Brush;
|
|
121
|
-
protected
|
|
121
|
+
protected ow(a: Series, b: any): void;
|
|
122
122
|
register(a: DependencyObject, b: (arg1: boolean) => void): void;
|
|
123
123
|
unRegister(a: DependencyObject): void;
|
|
124
124
|
deferredRefresh(): void;
|
|
125
125
|
deferAction(a: () => void): void;
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
private
|
|
131
|
-
protected
|
|
132
|
-
|
|
133
|
-
private
|
|
134
|
-
readonly
|
|
126
|
+
u1(a: boolean): void;
|
|
127
|
+
um(): any;
|
|
128
|
+
tg(a: Rect, b: Rect, c: Rect): Rect;
|
|
129
|
+
u5(): void;
|
|
130
|
+
private vu;
|
|
131
|
+
protected v8: Rect;
|
|
132
|
+
vf(a: Rect): void;
|
|
133
|
+
private ve;
|
|
134
|
+
readonly uf: boolean;
|
|
135
135
|
static $$p: string[];
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
@@ -267,15 +267,15 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
|
|
|
267
267
|
export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
|
|
268
268
|
static $t: Type;
|
|
269
269
|
protected bx(): SeriesView;
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
ql: string;
|
|
276
|
-
qn: string;
|
|
270
|
+
l2(a: SeriesView): void;
|
|
271
|
+
qi: GeographicXYTriangulatingSeriesView;
|
|
272
|
+
qm: string;
|
|
273
|
+
qk: string;
|
|
274
|
+
qj: IEnumerable;
|
|
277
275
|
qp: string;
|
|
278
|
-
|
|
276
|
+
qr: string;
|
|
277
|
+
qt: string;
|
|
278
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
279
279
|
static $$p: string[];
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
@@ -285,22 +285,22 @@ export declare class GeographicScatterAreaSeries extends GeographicXYTriangulati
|
|
|
285
285
|
static $t: Type;
|
|
286
286
|
protected get_dd(): boolean;
|
|
287
287
|
constructor();
|
|
288
|
-
|
|
289
|
-
private
|
|
290
|
-
|
|
291
|
-
private
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
protected
|
|
295
|
-
|
|
296
|
-
protected
|
|
297
|
-
private
|
|
288
|
+
q8: string;
|
|
289
|
+
private q1;
|
|
290
|
+
q3: ColorScale;
|
|
291
|
+
private rb;
|
|
292
|
+
rd(): void;
|
|
293
|
+
q2: ColorScale;
|
|
294
|
+
protected mz(): void;
|
|
295
|
+
q4: ScatterAreaSeries;
|
|
296
|
+
protected p9(): Series;
|
|
297
|
+
private rc;
|
|
298
298
|
protected bx(): SeriesView;
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
protected
|
|
299
|
+
l2(a: SeriesView): void;
|
|
300
|
+
q6: GeographicScatterAreaSeriesView;
|
|
301
|
+
protected l7(a: any, b: string, c: any, d: any): void;
|
|
302
302
|
triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
|
|
303
|
-
protected
|
|
304
|
-
protected
|
|
303
|
+
protected get_e5(): boolean;
|
|
304
|
+
protected set_e5(a: boolean): void;
|
|
305
305
|
static $$p: string[];
|
|
306
306
|
}
|
|
@@ -14,6 +14,7 @@ export declare class IgcGeographicContourLineSeriesComponent extends IgcGeograph
|
|
|
14
14
|
readonly i: GeographicContourLineSeries;
|
|
15
15
|
constructor();
|
|
16
16
|
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
17
18
|
private static _observedAttributesIgcGeographicContourLineSeriesComponent;
|
|
18
19
|
static readonly observedAttributes: string[];
|
|
19
20
|
static htmlTagName: string;
|
|
@@ -13,6 +13,7 @@ export declare class IgcGeographicHighDensityScatterSeriesComponent extends IgcG
|
|
|
13
13
|
readonly i: GeographicHighDensityScatterSeries;
|
|
14
14
|
constructor();
|
|
15
15
|
connectedCallback(): void;
|
|
16
|
+
disconnectedCallback(): void;
|
|
16
17
|
private static _observedAttributesIgcGeographicHighDensityScatterSeriesComponent;
|
|
17
18
|
static readonly observedAttributes: string[];
|
|
18
19
|
static htmlTagName: string;
|
|
@@ -15,7 +15,10 @@ export declare abstract class IgcGeographicMapImagery {
|
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
18
|
-
readonly i: GeographicMapImagery_internal;
|
|
18
|
+
readonly i: GeographicMapImagery_internal; /**
|
|
19
|
+
* @hidden
|
|
20
|
+
*/
|
|
21
|
+
static _createFromInternal(internal: any): IgcGeographicMapImagery;
|
|
19
22
|
private onImplementationCreated;
|
|
20
23
|
constructor();
|
|
21
24
|
protected _provideImplementation(i: any): void;
|
|
@@ -12,6 +12,7 @@ export declare abstract class IgcGeographicMapSeriesHostComponent extends IgcSer
|
|
|
12
12
|
readonly i: GeographicMapSeriesHost;
|
|
13
13
|
constructor();
|
|
14
14
|
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
15
16
|
private static _observedAttributesIgcGeographicMapSeriesHostComponent;
|
|
16
17
|
static readonly observedAttributes: string[];
|
|
17
18
|
/**
|
|
@@ -7,6 +7,7 @@ export declare abstract class IgcGeographicMarkerSeriesBaseComponent extends Igc
|
|
|
7
7
|
readonly i: GeographicMarkerSeriesBase;
|
|
8
8
|
constructor();
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
10
11
|
private static _observedAttributesIgcGeographicMarkerSeriesBaseComponent;
|
|
11
12
|
static readonly observedAttributes: string[];
|
|
12
13
|
}
|
|
@@ -14,6 +14,7 @@ export declare abstract class IgcGeographicMarkerSeriesComponent extends IgcGeog
|
|
|
14
14
|
readonly i: GeographicMarkerSeries;
|
|
15
15
|
constructor();
|
|
16
16
|
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
17
18
|
private static _observedAttributesIgcGeographicMarkerSeriesComponent;
|
|
18
19
|
static readonly observedAttributes: string[];
|
|
19
20
|
/**
|
|
@@ -12,6 +12,7 @@ export declare class IgcGeographicPolylineSeriesComponent extends IgcGeographicS
|
|
|
12
12
|
readonly i: GeographicPolylineSeries;
|
|
13
13
|
constructor();
|
|
14
14
|
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
15
16
|
private static _observedAttributesIgcGeographicPolylineSeriesComponent;
|
|
16
17
|
static readonly observedAttributes: string[];
|
|
17
18
|
static htmlTagName: string;
|
|
@@ -7,6 +7,7 @@ export declare abstract class IgcGeographicProportionalSymbolSeriesBaseComponent
|
|
|
7
7
|
readonly i: GeographicProportionalSymbolSeriesBase;
|
|
8
8
|
constructor();
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
10
11
|
private static _observedAttributesIgcGeographicProportionalSymbolSeriesBaseComponent;
|
|
11
12
|
static readonly observedAttributes: string[];
|
|
12
13
|
}
|
|
@@ -17,6 +17,7 @@ export declare class IgcGeographicProportionalSymbolSeriesComponent extends IgcG
|
|
|
17
17
|
readonly i: GeographicProportionalSymbolSeries;
|
|
18
18
|
constructor();
|
|
19
19
|
connectedCallback(): void;
|
|
20
|
+
disconnectedCallback(): void;
|
|
20
21
|
private static _observedAttributesIgcGeographicProportionalSymbolSeriesComponent;
|
|
21
22
|
static readonly observedAttributes: string[];
|
|
22
23
|
static htmlTagName: string;
|
|
@@ -13,6 +13,7 @@ export declare class IgcGeographicScatterAreaSeriesComponent extends IgcGeograph
|
|
|
13
13
|
readonly i: GeographicScatterAreaSeries;
|
|
14
14
|
constructor();
|
|
15
15
|
connectedCallback(): void;
|
|
16
|
+
disconnectedCallback(): void;
|
|
16
17
|
private static _observedAttributesIgcGeographicScatterAreaSeriesComponent;
|
|
17
18
|
static readonly observedAttributes: string[];
|
|
18
19
|
static htmlTagName: string;
|
|
@@ -7,6 +7,7 @@ export declare abstract class IgcGeographicShapeSeriesBaseBaseComponent extends
|
|
|
7
7
|
readonly i: GeographicShapeSeriesBaseBase;
|
|
8
8
|
constructor();
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
10
11
|
private static _observedAttributesIgcGeographicShapeSeriesBaseBaseComponent;
|
|
11
12
|
static readonly observedAttributes: string[];
|
|
12
13
|
}
|
|
@@ -14,6 +14,7 @@ export declare abstract class IgcGeographicShapeSeriesBaseComponent extends IgcG
|
|
|
14
14
|
readonly i: GeographicShapeSeriesBase;
|
|
15
15
|
constructor();
|
|
16
16
|
connectedCallback(): void;
|
|
17
|
+
disconnectedCallback(): void;
|
|
17
18
|
private static _observedAttributesIgcGeographicShapeSeriesBaseComponent;
|
|
18
19
|
static readonly observedAttributes: string[];
|
|
19
20
|
private _shapeDataSource;
|
|
@@ -17,6 +17,7 @@ export declare class IgcGeographicShapeSeriesComponent extends IgcGeographicShap
|
|
|
17
17
|
readonly i: GeographicShapeSeries;
|
|
18
18
|
constructor();
|
|
19
19
|
connectedCallback(): void;
|
|
20
|
+
disconnectedCallback(): void;
|
|
20
21
|
private static _observedAttributesIgcGeographicShapeSeriesComponent;
|
|
21
22
|
static readonly observedAttributes: string[];
|
|
22
23
|
static htmlTagName: string;
|
|
@@ -7,6 +7,7 @@ export declare abstract class IgcGeographicSymbolSeriesBaseComponent extends Igc
|
|
|
7
7
|
readonly i: GeographicSymbolSeriesBase;
|
|
8
8
|
constructor();
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
10
11
|
private static _observedAttributesIgcGeographicSymbolSeriesBaseComponent;
|
|
11
12
|
static readonly observedAttributes: string[];
|
|
12
13
|
}
|
|
@@ -16,6 +16,7 @@ export declare class IgcGeographicSymbolSeriesComponent extends IgcGeographicMar
|
|
|
16
16
|
readonly i: GeographicSymbolSeries;
|
|
17
17
|
constructor();
|
|
18
18
|
connectedCallback(): void;
|
|
19
|
+
disconnectedCallback(): void;
|
|
19
20
|
private static _observedAttributesIgcGeographicSymbolSeriesComponent;
|
|
20
21
|
static readonly observedAttributes: string[];
|
|
21
22
|
static htmlTagName: string;
|
|
@@ -13,6 +13,7 @@ export declare class IgcGeographicTileSeriesComponent extends IgcGeographicShape
|
|
|
13
13
|
readonly i: GeographicTileSeries;
|
|
14
14
|
constructor();
|
|
15
15
|
connectedCallback(): void;
|
|
16
|
+
disconnectedCallback(): void;
|
|
16
17
|
private static _observedAttributesIgcGeographicTileSeriesComponent;
|
|
17
18
|
static readonly observedAttributes: string[];
|
|
18
19
|
static htmlTagName: string;
|
|
@@ -7,6 +7,7 @@ export declare abstract class IgcGeographicXYTriangulatingSeriesBaseComponent ex
|
|
|
7
7
|
readonly i: GeographicXYTriangulatingSeriesBase;
|
|
8
8
|
constructor();
|
|
9
9
|
connectedCallback(): void;
|
|
10
|
+
disconnectedCallback(): void;
|
|
10
11
|
private static _observedAttributesIgcGeographicXYTriangulatingSeriesBaseComponent;
|
|
11
12
|
static readonly observedAttributes: string[];
|
|
12
13
|
}
|
|
@@ -12,6 +12,7 @@ export declare class IgcTileSeriesComponent extends IgcShapeSeriesBaseComponent
|
|
|
12
12
|
readonly i: TileSeries;
|
|
13
13
|
constructor();
|
|
14
14
|
connectedCallback(): void;
|
|
15
|
+
disconnectedCallback(): void;
|
|
15
16
|
private static _observedAttributesIgcTileSeriesComponent;
|
|
16
17
|
static readonly observedAttributes: string[];
|
|
17
18
|
static htmlTagName: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-maps",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.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": "3.
|
|
20
|
-
"igniteui-webcomponents-charts": "3.
|
|
19
|
+
"igniteui-webcomponents-core": "3.5.0",
|
|
20
|
+
"igniteui-webcomponents-charts": "3.5.0"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"typings": "igniteui-webcomponents-maps.d.ts",
|