igniteui-angular-maps 18.1.0 → 18.2.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 +1559 -1473
- package/bundles/igniteui-angular-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 +208 -193
- 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 +79 -69
- 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 +466 -466
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-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 +206 -191
- 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 +78 -68
- 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 +459 -459
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1561 -1487
- package/fesm5/igniteui-angular-maps.js +1560 -1474
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +50 -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 +29 -29
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -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 +23 -23
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
- package/package.json +2 -2
|
@@ -22,59 +22,59 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
22
22
|
__extends(TileSeries, _super);
|
|
23
23
|
function TileSeries() {
|
|
24
24
|
var _this = _super.call(this) || this;
|
|
25
|
-
_this.
|
|
26
|
-
_this.
|
|
25
|
+
_this.z7 = null;
|
|
26
|
+
_this.z6 = null;
|
|
27
27
|
_this.imageTilesReady = null;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
28
|
+
_this.aaa = null;
|
|
29
|
+
_this.aab = false;
|
|
30
30
|
_this.ab = TileSeries.$;
|
|
31
31
|
return _this;
|
|
32
32
|
}
|
|
33
|
-
TileSeries.prototype.
|
|
33
|
+
TileSeries.prototype.bj = function () {
|
|
34
34
|
return new TileSeries();
|
|
35
35
|
};
|
|
36
|
-
TileSeries.prototype.
|
|
36
|
+
TileSeries.prototype.get_f3 = function () {
|
|
37
37
|
return true;
|
|
38
38
|
};
|
|
39
|
-
TileSeries.prototype.
|
|
39
|
+
TileSeries.prototype.cs = function () {
|
|
40
40
|
return new TileSeriesView(this);
|
|
41
41
|
};
|
|
42
|
-
TileSeries.prototype.
|
|
43
|
-
_super.prototype.
|
|
44
|
-
this.
|
|
42
|
+
TileSeries.prototype.qz = function (a) {
|
|
43
|
+
_super.prototype.qz.call(this, a);
|
|
44
|
+
this.z5 = a;
|
|
45
45
|
};
|
|
46
|
-
TileSeries.prototype.
|
|
46
|
+
TileSeries.prototype.get_x8 = function () {
|
|
47
47
|
return false;
|
|
48
48
|
};
|
|
49
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
49
|
+
Object.defineProperty(TileSeries.prototype, "z9", {
|
|
50
50
|
get: function () {
|
|
51
|
-
return this.
|
|
51
|
+
return this.z7;
|
|
52
52
|
},
|
|
53
53
|
set: function (a) {
|
|
54
|
-
var b = a != this.
|
|
54
|
+
var b = a != this.z9;
|
|
55
55
|
if (b) {
|
|
56
|
-
var c = this.
|
|
57
|
-
this.
|
|
56
|
+
var c = this.z9;
|
|
57
|
+
this.z7 = a;
|
|
58
58
|
this.raisePropertyChanged("TileImagery", c, a);
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
enumerable: false,
|
|
62
62
|
configurable: true
|
|
63
63
|
});
|
|
64
|
-
Object.defineProperty(TileSeries.prototype, "
|
|
64
|
+
Object.defineProperty(TileSeries.prototype, "z8", {
|
|
65
65
|
get: function () {
|
|
66
|
-
return this.
|
|
66
|
+
return this.z6;
|
|
67
67
|
},
|
|
68
68
|
set: function (a) {
|
|
69
|
-
var b = this.
|
|
70
|
-
this.
|
|
71
|
-
this.raisePropertyChanged("ActualTileImagery", b, this.
|
|
69
|
+
var b = this.z6;
|
|
70
|
+
this.z6 = a;
|
|
71
|
+
this.raisePropertyChanged("ActualTileImagery", b, this.z6);
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
75
75
|
});
|
|
76
|
-
TileSeries.prototype.
|
|
77
|
-
_super.prototype.
|
|
76
|
+
TileSeries.prototype.q7 = function (a, b, c, d) {
|
|
77
|
+
_super.prototype.q7.call(this, a, b, c, d);
|
|
78
78
|
var e;
|
|
79
79
|
var f;
|
|
80
80
|
switch (b) {
|
|
@@ -82,141 +82,141 @@ var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
e = c;
|
|
83
83
|
f = d;
|
|
84
84
|
if (e != null) {
|
|
85
|
-
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.
|
|
85
|
+
e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.aae));
|
|
86
86
|
}
|
|
87
87
|
if (f != null) {
|
|
88
|
-
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.
|
|
88
|
+
f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.aae));
|
|
89
89
|
}
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
90
|
+
this.z5.dh(e, f);
|
|
91
|
+
this.rp(false);
|
|
92
|
+
this.qj();
|
|
93
93
|
break;
|
|
94
94
|
case "ActualTileImagery":
|
|
95
95
|
e = c;
|
|
96
96
|
f = d;
|
|
97
97
|
if (e != null) {
|
|
98
|
-
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.
|
|
98
|
+
e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.aaf));
|
|
99
99
|
e.deferralHandler = null;
|
|
100
100
|
}
|
|
101
101
|
if (f != null) {
|
|
102
|
-
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.
|
|
102
|
+
f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.aaf));
|
|
103
103
|
f.deferralHandler = this;
|
|
104
104
|
}
|
|
105
|
-
this.
|
|
106
|
-
if (f != null && typeCast(XamGeographicMap.$, this.
|
|
107
|
-
f.geographicMap = this.
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
105
|
+
this.z5.dg(e, f);
|
|
106
|
+
if (f != null && typeCast(XamGeographicMap.$, this.db) !== null) {
|
|
107
|
+
f.geographicMap = this.db;
|
|
108
|
+
this.aah(this.cv);
|
|
109
|
+
this.z5.dd(this.db.v4);
|
|
110
110
|
}
|
|
111
|
-
this.
|
|
111
|
+
this.qj();
|
|
112
112
|
break;
|
|
113
113
|
case "ActualWindowRect":
|
|
114
|
-
this.
|
|
114
|
+
this.z5.dd(d);
|
|
115
115
|
break;
|
|
116
116
|
case "WorldRect":
|
|
117
|
-
this.
|
|
117
|
+
this.z5.dk(d);
|
|
118
118
|
break;
|
|
119
119
|
case "SeriesViewer":
|
|
120
120
|
var g = c;
|
|
121
121
|
var h = d;
|
|
122
|
-
if (g != null && this.
|
|
123
|
-
this.
|
|
122
|
+
if (g != null && this.z8 != null) {
|
|
123
|
+
this.z8.be(null);
|
|
124
124
|
}
|
|
125
|
-
if (h != null && this.
|
|
126
|
-
this.
|
|
125
|
+
if (h != null && this.z8 != null) {
|
|
126
|
+
this.z8.be(this.cv.w);
|
|
127
127
|
}
|
|
128
128
|
break;
|
|
129
129
|
case "ActualBrush":
|
|
130
130
|
case "ActualOutline":
|
|
131
131
|
case "ActualThickness":
|
|
132
|
-
this.
|
|
132
|
+
this.ql();
|
|
133
133
|
break;
|
|
134
134
|
}
|
|
135
135
|
};
|
|
136
|
-
TileSeries.prototype.
|
|
136
|
+
TileSeries.prototype.aae = function (a, b) {
|
|
137
137
|
if (b.propertyName == "MultiScaleImage") {
|
|
138
|
-
this.
|
|
138
|
+
this.aah(this.cv);
|
|
139
139
|
}
|
|
140
140
|
};
|
|
141
|
-
TileSeries.prototype.
|
|
141
|
+
TileSeries.prototype.aaf = function (a, b) {
|
|
142
142
|
if (this.imageTilesReady != null) {
|
|
143
143
|
this.imageTilesReady(this, new EventArgs());
|
|
144
144
|
}
|
|
145
|
-
if (!this.
|
|
146
|
-
this.
|
|
145
|
+
if (!this.aab) {
|
|
146
|
+
this.z5.di();
|
|
147
147
|
}
|
|
148
148
|
};
|
|
149
149
|
TileSeries.prototype.register = function (a, b) {
|
|
150
|
-
this.
|
|
150
|
+
this.aaa = b;
|
|
151
151
|
};
|
|
152
152
|
TileSeries.prototype.unRegister = function (a) {
|
|
153
|
-
this.
|
|
153
|
+
this.aaa = null;
|
|
154
154
|
};
|
|
155
155
|
TileSeries.prototype.deferredRefresh = function () {
|
|
156
|
-
this.
|
|
156
|
+
this.rp(false);
|
|
157
157
|
};
|
|
158
158
|
TileSeries.prototype.deferAction = function (a) {
|
|
159
|
-
if (this.
|
|
160
|
-
this.
|
|
159
|
+
if (this.jz != null) {
|
|
160
|
+
this.jz.setTimeout(a, 0);
|
|
161
161
|
}
|
|
162
162
|
else {
|
|
163
163
|
window.setTimeout(a, 0);
|
|
164
164
|
}
|
|
165
165
|
};
|
|
166
|
-
TileSeries.prototype.
|
|
167
|
-
this.
|
|
168
|
-
_super.prototype.
|
|
166
|
+
TileSeries.prototype.so = function (a, b) {
|
|
167
|
+
this.z5.dj();
|
|
168
|
+
_super.prototype.so.call(this, a, b);
|
|
169
169
|
};
|
|
170
|
-
TileSeries.prototype.
|
|
171
|
-
_super.prototype.
|
|
172
|
-
this.
|
|
170
|
+
TileSeries.prototype.rq = function (a) {
|
|
171
|
+
_super.prototype.rq.call(this, a);
|
|
172
|
+
this.aag(a, this.cv);
|
|
173
173
|
};
|
|
174
|
-
TileSeries.prototype.
|
|
174
|
+
TileSeries.prototype.aag = function (a, b) {
|
|
175
175
|
var c;
|
|
176
176
|
var d;
|
|
177
177
|
var e = b;
|
|
178
178
|
var f = b.getViewInfo(c, d);
|
|
179
179
|
c = f.p0;
|
|
180
180
|
d = f.p1;
|
|
181
|
-
this.
|
|
182
|
-
if (this.
|
|
183
|
-
this.
|
|
184
|
-
this.
|
|
185
|
-
this.
|
|
181
|
+
this.aah(b);
|
|
182
|
+
if (this.aaa != null) {
|
|
183
|
+
this.aab = true;
|
|
184
|
+
this.aaa(a);
|
|
185
|
+
this.aab = false;
|
|
186
186
|
}
|
|
187
187
|
e.di();
|
|
188
188
|
};
|
|
189
|
-
TileSeries.prototype.
|
|
190
|
-
_super.prototype.
|
|
191
|
-
var f = this.
|
|
189
|
+
TileSeries.prototype.ro = function (a, b, c, d, e) {
|
|
190
|
+
_super.prototype.ro.call(this, a, b, c, d, e);
|
|
191
|
+
var f = this.hn.item(d);
|
|
192
192
|
f.a3(c);
|
|
193
|
-
if (this.
|
|
193
|
+
if (this.d5(f)) {
|
|
194
194
|
return;
|
|
195
195
|
}
|
|
196
|
-
this.
|
|
196
|
+
this.zl(f);
|
|
197
197
|
};
|
|
198
|
-
TileSeries.prototype.
|
|
198
|
+
TileSeries.prototype.aah = function (a) {
|
|
199
199
|
var b;
|
|
200
200
|
var c;
|
|
201
201
|
var d = a.getViewInfo(b, c);
|
|
202
202
|
b = d.p0;
|
|
203
203
|
c = d.p1;
|
|
204
|
-
if (this.
|
|
205
|
-
if (this.
|
|
206
|
-
this.
|
|
204
|
+
if (this.z9 != null && this.z9.ao != null) {
|
|
205
|
+
if (this.z9 != this.z8) {
|
|
206
|
+
this.z8 = this.z9;
|
|
207
207
|
}
|
|
208
|
-
if (this.
|
|
209
|
-
if (this.
|
|
210
|
-
this.
|
|
208
|
+
if (this.z8 != null && !b.isEmpty) {
|
|
209
|
+
if (this.z8.width != b.width) {
|
|
210
|
+
this.z8.width = b.width;
|
|
211
211
|
}
|
|
212
|
-
if (this.
|
|
213
|
-
this.
|
|
212
|
+
if (this.z8.height != b.height) {
|
|
213
|
+
this.z8.height = b.height;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
|
-
TileSeries.prototype.
|
|
219
|
-
_super.prototype.
|
|
218
|
+
TileSeries.prototype.o5 = function (a, b) {
|
|
219
|
+
_super.prototype.o5.call(this, a, b);
|
|
220
220
|
b.de();
|
|
221
221
|
};
|
|
222
222
|
TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
|
|
@@ -240,8 +240,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
240
240
|
TileSeriesView.prototype.au = function () {
|
|
241
241
|
_super.prototype.au.call(this);
|
|
242
242
|
if (!this.q) {
|
|
243
|
-
this.da.
|
|
244
|
-
this.da.
|
|
243
|
+
this.da.vt = Defaults.ao;
|
|
244
|
+
this.da.vd = Defaults.an;
|
|
245
245
|
}
|
|
246
246
|
};
|
|
247
247
|
TileSeriesView.prototype.ck = function (a, b) {
|
|
@@ -268,14 +268,14 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
268
268
|
this.as();
|
|
269
269
|
};
|
|
270
270
|
TileSeriesView.prototype.dd = function (a) {
|
|
271
|
-
if (this.da.
|
|
272
|
-
this.da.
|
|
271
|
+
if (this.da.z9 != null) {
|
|
272
|
+
this.da.z9.windowRect = a;
|
|
273
273
|
}
|
|
274
274
|
};
|
|
275
275
|
TileSeriesView.prototype.dg = function (a, b) {
|
|
276
276
|
if (this.dc == null) {
|
|
277
|
-
this.dc = this.e.
|
|
278
|
-
var c = this.e.
|
|
277
|
+
this.dc = this.e.jz.createElement("canvas");
|
|
278
|
+
var c = this.e.jz.get2DCanvasContext(this.dc);
|
|
279
279
|
this.db = new RenderingContext(new CanvasViewRenderer(), c);
|
|
280
280
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
281
281
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
@@ -304,8 +304,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
304
304
|
this.dc.setAttribute("width", this.bx.width.toString());
|
|
305
305
|
this.dc.setAttribute("height", this.bx.height.toString());
|
|
306
306
|
}
|
|
307
|
-
if (this.da.
|
|
308
|
-
this.da.
|
|
307
|
+
if (this.da.z9 != null) {
|
|
308
|
+
this.da.z9.bf(this.bx);
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
311
|
TileSeriesView.prototype.a8 = function (a, b) {
|
|
@@ -339,8 +339,8 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
339
339
|
TileSeriesView.prototype.de = function () {
|
|
340
340
|
};
|
|
341
341
|
TileSeriesView.prototype.dk = function (a) {
|
|
342
|
-
if (this.da.
|
|
343
|
-
this.da.
|
|
342
|
+
if (this.da.z9 != null) {
|
|
343
|
+
this.da.z9.a6();
|
|
344
344
|
}
|
|
345
345
|
};
|
|
346
346
|
TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
|