igniteui-angular-maps 20.2.0 → 20.2.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-angular-maps.umd.js +975 -975
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
- package/esm2015/lib/GeographicMarkerSeries.js +25 -25
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
- package/esm5/lib/GeographicMarkerSeries.js +25 -25
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
- package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +983 -983
- package/fesm5/igniteui-angular-maps.js +975 -975
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +13 -13
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
- package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -64,20 +64,20 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64
64
|
_this.backgroundContent = new OpenStreetMapImagery();
|
|
65
65
|
var a = ((function () {
|
|
66
66
|
var $ret = new NumericXAxis();
|
|
67
|
-
$ret.
|
|
67
|
+
$ret.b7 = _this;
|
|
68
68
|
return $ret;
|
|
69
69
|
})());
|
|
70
70
|
a.dk = true;
|
|
71
71
|
_this.zh = a;
|
|
72
|
-
_this.zh.
|
|
72
|
+
_this.zh.td = new SphericalMercatorHorizontalScaler();
|
|
73
73
|
var b = ((function () {
|
|
74
74
|
var $ret = new NumericYAxis();
|
|
75
|
-
$ret.
|
|
75
|
+
$ret.b7 = _this;
|
|
76
76
|
return $ret;
|
|
77
77
|
})());
|
|
78
78
|
b.dk = true;
|
|
79
79
|
_this.zj = b;
|
|
80
|
-
_this.zj.
|
|
80
|
+
_this.zj.td = new SphericalMercatorVerticalScaler();
|
|
81
81
|
_this.aao();
|
|
82
82
|
_this.aav();
|
|
83
83
|
_this.po();
|
|
@@ -257,10 +257,10 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
257
257
|
g.c = this.yv;
|
|
258
258
|
var h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
|
|
259
259
|
h.c = this.yv;
|
|
260
|
-
var i = this.zh.
|
|
261
|
-
var j = this.zh.
|
|
262
|
-
var k = this.zj.
|
|
263
|
-
var l = this.zj.
|
|
260
|
+
var i = this.zh.f6(d.left, g);
|
|
261
|
+
var j = this.zh.f6(d.right, g);
|
|
262
|
+
var k = this.zj.f6(d.top, h);
|
|
263
|
+
var l = this.zj.f6(d.bottom, h);
|
|
264
264
|
var m = (i - c) / this.y9.width;
|
|
265
265
|
var n = (l - c) / this.y9.height;
|
|
266
266
|
var o = (j - i + (c * 2)) / this.y9.width;
|
|
@@ -293,10 +293,10 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
293
|
var e = new ScalerParams(1, a, this.y9, c.dn);
|
|
294
294
|
e.c = this.yv;
|
|
295
295
|
var f = this.yu;
|
|
296
|
-
var g = b.
|
|
297
|
-
var h = c.
|
|
298
|
-
var i = b.
|
|
299
|
-
var j = c.
|
|
296
|
+
var g = b.f9(f.left, d);
|
|
297
|
+
var h = c.f9(f.top, e);
|
|
298
|
+
var i = b.f9(f.right, d);
|
|
299
|
+
var j = c.f9(f.bottom, e);
|
|
300
300
|
var k = i - g;
|
|
301
301
|
var l = h - j;
|
|
302
302
|
var m = new Rect(0, g, j, k, l);
|
|
@@ -309,13 +309,13 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
309
309
|
return m;
|
|
310
310
|
};
|
|
311
311
|
XamGeographicMap.prototype.aba = function (a) {
|
|
312
|
-
var b = this.zh.
|
|
313
|
-
var c = this.zj.
|
|
312
|
+
var b = this.zh.rc(a.x);
|
|
313
|
+
var c = this.zj.rc(a.y);
|
|
314
314
|
return { $type: Point_$type, x: b, y: c };
|
|
315
315
|
};
|
|
316
316
|
XamGeographicMap.prototype.abb = function (a) {
|
|
317
|
-
var b = this.zh.
|
|
318
|
-
var c = this.zj.
|
|
317
|
+
var b = this.zh.gt(a.x);
|
|
318
|
+
var c = this.zj.gt(a.y);
|
|
319
319
|
return { $type: Point_$type, x: b, y: c };
|
|
320
320
|
};
|
|
321
321
|
XamGeographicMap.prototype.abc = function (a) {
|
|
@@ -338,7 +338,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
338
338
|
try {
|
|
339
339
|
for (var _b = __values(fromEnum(this.b9)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
340
340
|
var a = _c.value;
|
|
341
|
-
a.
|
|
341
|
+
a.su();
|
|
342
342
|
}
|
|
343
343
|
}
|
|
344
344
|
catch (e_1_1) {
|
|
@@ -358,15 +358,15 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
358
358
|
XamGeographicMap.prototype.aaw = function () {
|
|
359
359
|
if (this.zs == 2) {
|
|
360
360
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
361
|
-
var a = this.zh.
|
|
362
|
-
var b = this.zj.
|
|
361
|
+
var a = this.zh.rc(this.y9.left + (this.y9.width / 2));
|
|
362
|
+
var b = this.zj.rc(this.y9.top + (this.y9.height / 2));
|
|
363
363
|
this.aa9 = { $type: Point_$type, x: a, y: b };
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
else {
|
|
367
367
|
if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
|
|
368
|
-
var c = this.zh.
|
|
369
|
-
var d = this.zj.
|
|
368
|
+
var c = this.zh.rc(this.y9.left);
|
|
369
|
+
var d = this.zj.rc(this.y9.top);
|
|
370
370
|
this.aa9 = { $type: Point_$type, x: c, y: d };
|
|
371
371
|
}
|
|
372
372
|
}
|
|
@@ -387,7 +387,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
387
387
|
else {
|
|
388
388
|
var g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
|
|
389
389
|
g.c = this.yv;
|
|
390
|
-
var h = this.zh.
|
|
390
|
+
var h = this.zh.f6(a, g);
|
|
391
391
|
if (this.zs == 2) {
|
|
392
392
|
var i = h / this.y9.width;
|
|
393
393
|
c = i - (e / 2);
|
|
@@ -407,7 +407,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
407
407
|
else {
|
|
408
408
|
var j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
409
409
|
j.c = this.yv;
|
|
410
|
-
var k = this.zj.
|
|
410
|
+
var k = this.zj.f6(b, j);
|
|
411
411
|
if (this.zs == 2) {
|
|
412
412
|
var l = k / this.y9.height;
|
|
413
413
|
d = l - (f / 2);
|
|
@@ -538,13 +538,13 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
538
538
|
}
|
|
539
539
|
if (c) {
|
|
540
540
|
if (d) {
|
|
541
|
-
var i = this.zg.
|
|
542
|
-
var j = this.zg.
|
|
541
|
+
var i = this.zg.f6(-180, b);
|
|
542
|
+
var j = this.zg.f6(180, b);
|
|
543
543
|
e = j - i;
|
|
544
544
|
}
|
|
545
545
|
else {
|
|
546
|
-
var k = this.zg.
|
|
547
|
-
var l = this.zg.
|
|
546
|
+
var k = this.zg.f6(-180, b);
|
|
547
|
+
var l = this.zg.f6(180, b);
|
|
548
548
|
e = k - l;
|
|
549
549
|
}
|
|
550
550
|
}
|
|
@@ -555,10 +555,10 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
555
555
|
a.c = this.yv;
|
|
556
556
|
var b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
|
|
557
557
|
b.c = this.yv;
|
|
558
|
-
var c = this.zh.
|
|
559
|
-
var d = this.zh.
|
|
560
|
-
var e = this.zj.
|
|
561
|
-
var f = this.zj.
|
|
558
|
+
var c = this.zh.f6(XamGeographicMap.abe.left, a);
|
|
559
|
+
var d = this.zh.f6(XamGeographicMap.abe.right, a);
|
|
560
|
+
var e = this.zj.f6(XamGeographicMap.abe.top, b);
|
|
561
|
+
var f = this.zj.f6(XamGeographicMap.abe.bottom, b);
|
|
562
562
|
this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
|
|
563
563
|
return this.abg;
|
|
564
564
|
};
|
|
@@ -633,7 +633,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
633
633
|
};
|
|
634
634
|
XamGeographicMap.prototype.aan = function (a) {
|
|
635
635
|
if (a != null) {
|
|
636
|
-
a.
|
|
636
|
+
a.b7 = this;
|
|
637
637
|
}
|
|
638
638
|
};
|
|
639
639
|
XamGeographicMap.prototype.rw = function (a) {
|
|
@@ -755,7 +755,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
755
755
|
try {
|
|
756
756
|
for (var _c = __values(fromEnum(this.b9)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
757
757
|
var g = _d.value;
|
|
758
|
-
g.
|
|
758
|
+
g.r8(false);
|
|
759
759
|
}
|
|
760
760
|
}
|
|
761
761
|
catch (e_2_1) {
|
|
@@ -802,7 +802,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
802
|
try {
|
|
803
803
|
for (var _e = __values(fromEnum(this.b9)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
804
804
|
var i = _f.value;
|
|
805
|
-
i.
|
|
805
|
+
i.qv();
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
808
|
catch (e_3_1) {
|
|
@@ -828,20 +828,20 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
828
|
};
|
|
829
829
|
XamGeographicMap.prototype.aau = function (a) {
|
|
830
830
|
if (a != null) {
|
|
831
|
-
a.
|
|
831
|
+
a.b7 = null;
|
|
832
832
|
}
|
|
833
833
|
};
|
|
834
834
|
XamGeographicMap.prototype.aav = function () {
|
|
835
835
|
if (this.zh != null) {
|
|
836
|
-
this.zh.
|
|
837
|
-
this.zh.
|
|
836
|
+
this.zh.q9 = this.abi.left;
|
|
837
|
+
this.zh.q8 = this.abi.right;
|
|
838
838
|
}
|
|
839
839
|
if (this.zj != null) {
|
|
840
|
-
this.zj.
|
|
841
|
-
this.zj.
|
|
840
|
+
this.zj.q9 = this.abi.top;
|
|
841
|
+
this.zj.q8 = this.abi.bottom;
|
|
842
842
|
}
|
|
843
|
-
this.zh.
|
|
844
|
-
this.zj.
|
|
843
|
+
this.zh.ee(true);
|
|
844
|
+
this.zj.ee(true);
|
|
845
845
|
};
|
|
846
846
|
XamGeographicMap.prototype.getFontInfo = function () {
|
|
847
847
|
this.zu = this.zt.fr;
|
|
@@ -858,7 +858,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
858
858
|
var c = b;
|
|
859
859
|
var d = a;
|
|
860
860
|
d.itemsSource = c.triangulationSource.points;
|
|
861
|
-
d.
|
|
861
|
+
d.xu = c.triangulationSource.triangles;
|
|
862
862
|
}
|
|
863
863
|
else {
|
|
864
864
|
_super.prototype.tk.call(this, a, b);
|
|
@@ -886,8 +886,8 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
886
886
|
};
|
|
887
887
|
XamGeographicMap.prototype.z7 = function () {
|
|
888
888
|
var a = new ChartVisualData();
|
|
889
|
-
var b = this.zh.
|
|
890
|
-
var c = this.zj.
|
|
889
|
+
var b = this.zh.hs();
|
|
890
|
+
var c = this.zj.hs();
|
|
891
891
|
a.axes.add1(b);
|
|
892
892
|
a.axes.add1(c);
|
|
893
893
|
for (var d = 0; d < this.b9.count; d++) {
|
|
@@ -1093,8 +1093,8 @@ var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1093
1093
|
j.c = c;
|
|
1094
1094
|
var k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
1095
1095
|
k.c = c;
|
|
1096
|
-
var l = h.
|
|
1097
|
-
var m = i.
|
|
1096
|
+
var l = h.f6(d.left, j);
|
|
1097
|
+
var m = i.f6(d.bottom, k);
|
|
1098
1098
|
var n = (-l / b.width) * this.ao.a5;
|
|
1099
1099
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1100
1100
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1194,41 +1194,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
|
|
|
1194
1194
|
}
|
|
1195
1195
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
1196
1196
|
_super.prototype.ci.call(this);
|
|
1197
|
-
var a = this.cu.
|
|
1198
|
-
a.
|
|
1199
|
-
a.
|
|
1200
|
-
a.trianglesSource = this.cu.
|
|
1201
|
-
a.
|
|
1202
|
-
a.
|
|
1203
|
-
a.
|
|
1197
|
+
var a = this.cu.xl;
|
|
1198
|
+
a.yl = this.cu.xx;
|
|
1199
|
+
a.yt = this.cu.xv;
|
|
1200
|
+
a.trianglesSource = this.cu.xu;
|
|
1201
|
+
a.x9 = this.cu.x0;
|
|
1202
|
+
a.yb = this.cu.x2;
|
|
1203
|
+
a.yd = this.cu.x4;
|
|
1204
1204
|
};
|
|
1205
1205
|
GeographicXYTriangulatingSeriesView.prototype.cx = function () {
|
|
1206
|
-
var a = this.cu.
|
|
1206
|
+
var a = this.cu.xl;
|
|
1207
1207
|
if (this.cu.dc == null) {
|
|
1208
|
-
a.xi = null;
|
|
1209
1208
|
a.xj = null;
|
|
1209
|
+
a.xk = null;
|
|
1210
1210
|
return;
|
|
1211
1211
|
}
|
|
1212
|
-
a.
|
|
1213
|
-
a.
|
|
1212
|
+
a.xj = this.cu.dc.zh;
|
|
1213
|
+
a.xk = this.cu.dc.zj;
|
|
1214
1214
|
};
|
|
1215
1215
|
GeographicXYTriangulatingSeriesView.prototype.cw = function () {
|
|
1216
|
-
this.cu.
|
|
1216
|
+
this.cu.xl.yl = this.cu.xx;
|
|
1217
1217
|
};
|
|
1218
1218
|
GeographicXYTriangulatingSeriesView.prototype.cv = function () {
|
|
1219
|
-
this.cu.
|
|
1219
|
+
this.cu.xl.yt = this.cu.xv;
|
|
1220
1220
|
};
|
|
1221
1221
|
GeographicXYTriangulatingSeriesView.prototype.cy = function () {
|
|
1222
|
-
this.cu.
|
|
1222
|
+
this.cu.xl.trianglesSource = this.cu.xu;
|
|
1223
1223
|
};
|
|
1224
1224
|
GeographicXYTriangulatingSeriesView.prototype.cz = function () {
|
|
1225
|
-
this.cu.
|
|
1225
|
+
this.cu.xl.x9 = this.cu.x0;
|
|
1226
1226
|
};
|
|
1227
1227
|
GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
|
|
1228
|
-
this.cu.
|
|
1228
|
+
this.cu.xl.yb = this.cu.x2;
|
|
1229
1229
|
};
|
|
1230
1230
|
GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
|
|
1231
|
-
this.cu.
|
|
1231
|
+
this.cu.xl.yd = this.cu.x4;
|
|
1232
1232
|
};
|
|
1233
1233
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1234
1234
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -1252,19 +1252,19 @@ var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1252
1252
|
};
|
|
1253
1253
|
GeographicScatterAreaSeriesView.prototype.ci = function () {
|
|
1254
1254
|
_super.prototype.ci.call(this);
|
|
1255
|
-
if (this.c2.
|
|
1256
|
-
this.c2.
|
|
1257
|
-
this.c2.
|
|
1255
|
+
if (this.c2.yf != null) {
|
|
1256
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1257
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1258
1258
|
}
|
|
1259
1259
|
};
|
|
1260
1260
|
GeographicScatterAreaSeriesView.prototype.c3 = function () {
|
|
1261
|
-
if (this.c2.
|
|
1262
|
-
this.c2.
|
|
1261
|
+
if (this.c2.yf != null) {
|
|
1262
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1263
1263
|
}
|
|
1264
1264
|
};
|
|
1265
1265
|
GeographicScatterAreaSeriesView.prototype.c4 = function () {
|
|
1266
|
-
if (this.c2.
|
|
1267
|
-
this.c2.
|
|
1266
|
+
if (this.c2.yf != null) {
|
|
1267
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1268
1268
|
}
|
|
1269
1269
|
};
|
|
1270
1270
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -1474,38 +1474,38 @@ var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1474
1474
|
GeographicXYTriangulatingSeries.prototype.ct = function () {
|
|
1475
1475
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1476
1476
|
};
|
|
1477
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1478
|
-
_super.prototype.
|
|
1479
|
-
this.
|
|
1477
|
+
GeographicXYTriangulatingSeries.prototype.rh = function (a) {
|
|
1478
|
+
_super.prototype.rh.call(this, a);
|
|
1479
|
+
this.xt = a;
|
|
1480
1480
|
};
|
|
1481
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1482
|
-
_super.prototype.
|
|
1481
|
+
GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
|
|
1482
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
1483
1483
|
switch (b) {
|
|
1484
1484
|
case "SeriesViewer":
|
|
1485
|
-
this.
|
|
1485
|
+
this.xt.cx();
|
|
1486
1486
|
break;
|
|
1487
1487
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1488
|
-
this.
|
|
1488
|
+
this.xt.cw();
|
|
1489
1489
|
break;
|
|
1490
1490
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1491
|
-
this.
|
|
1491
|
+
this.xt.cv();
|
|
1492
1492
|
break;
|
|
1493
1493
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1494
|
-
this.
|
|
1494
|
+
this.xt.cy();
|
|
1495
1495
|
break;
|
|
1496
1496
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1497
|
-
this.
|
|
1497
|
+
this.xt.cz();
|
|
1498
1498
|
break;
|
|
1499
1499
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1500
|
-
this.
|
|
1500
|
+
this.xt.c0();
|
|
1501
1501
|
break;
|
|
1502
1502
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1503
|
-
this.
|
|
1503
|
+
this.xt.c1();
|
|
1504
1504
|
break;
|
|
1505
1505
|
}
|
|
1506
1506
|
};
|
|
1507
1507
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1508
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1508
|
+
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xv:x6', [2, "pointY"], 'LongitudeMemberPath:xx:x7', [2, "pointX"], 'TriangleVertexMemberPath1:x0:x9', [2, "v1"], 'TriangleVertexMemberPath2:x2:ya', [2, "v2"], 'TriangleVertexMemberPath3:x4:yb', [2, "v3"], 'TrianglesSource:xu:x8', [IEnumerable_$type, null]]);
|
|
1509
1509
|
return GeographicXYTriangulatingSeries;
|
|
1510
1510
|
}(GeographicMapSeriesHost));
|
|
1511
1511
|
export { GeographicXYTriangulatingSeries };
|
|
@@ -1516,7 +1516,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1516
1516
|
__extends(GeographicScatterAreaSeries, _super);
|
|
1517
1517
|
function GeographicScatterAreaSeries() {
|
|
1518
1518
|
var _this = _super.call(this) || this;
|
|
1519
|
-
_this.
|
|
1519
|
+
_this.yc = null;
|
|
1520
1520
|
_this.triangulationStatusChanged = null;
|
|
1521
1521
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1522
1522
|
return _this;
|
|
@@ -1527,53 +1527,53 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1527
1527
|
GeographicScatterAreaSeries.prototype.get_ex = function () {
|
|
1528
1528
|
return true;
|
|
1529
1529
|
};
|
|
1530
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
1530
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "ye", {
|
|
1531
1531
|
get: function () {
|
|
1532
|
-
return this.
|
|
1532
|
+
return this.yc;
|
|
1533
1533
|
},
|
|
1534
1534
|
set: function (a) {
|
|
1535
|
-
var b = this.
|
|
1535
|
+
var b = this.yc != a;
|
|
1536
1536
|
if (b) {
|
|
1537
|
-
var c = this.
|
|
1538
|
-
if (this.
|
|
1539
|
-
var d = this.
|
|
1540
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1537
|
+
var c = this.yc;
|
|
1538
|
+
if (this.yc != null) {
|
|
1539
|
+
var d = this.yc;
|
|
1540
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
|
|
1541
1541
|
}
|
|
1542
|
-
this.
|
|
1543
|
-
if (this.
|
|
1544
|
-
var e = this.
|
|
1545
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1542
|
+
this.yc = a;
|
|
1543
|
+
if (this.yc != null) {
|
|
1544
|
+
var e = this.yc;
|
|
1545
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
|
|
1546
1546
|
}
|
|
1547
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1548
|
-
if (this.
|
|
1549
|
-
this.
|
|
1547
|
+
this.raisePropertyChanged("ColorScale", c, this.yc);
|
|
1548
|
+
if (this.yf != null) {
|
|
1549
|
+
this.yf.zg = a;
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
1552
1552
|
},
|
|
1553
1553
|
enumerable: false,
|
|
1554
1554
|
configurable: true
|
|
1555
1555
|
});
|
|
1556
|
-
GeographicScatterAreaSeries.prototype.
|
|
1557
|
-
this.
|
|
1558
|
-
this.
|
|
1559
|
-
this.
|
|
1556
|
+
GeographicScatterAreaSeries.prototype.ym = function (a, b) {
|
|
1557
|
+
this.yh.c4();
|
|
1558
|
+
this.yo();
|
|
1559
|
+
this.r8(false);
|
|
1560
1560
|
};
|
|
1561
|
-
GeographicScatterAreaSeries.prototype.
|
|
1562
|
-
if (this.
|
|
1563
|
-
this.
|
|
1561
|
+
GeographicScatterAreaSeries.prototype.yo = function () {
|
|
1562
|
+
if (this.yf != null) {
|
|
1563
|
+
this.yd = this.yf.zf;
|
|
1564
1564
|
}
|
|
1565
1565
|
};
|
|
1566
|
-
GeographicScatterAreaSeries.prototype.
|
|
1567
|
-
_super.prototype.
|
|
1568
|
-
this.
|
|
1566
|
+
GeographicScatterAreaSeries.prototype.sz = function () {
|
|
1567
|
+
_super.prototype.sz.call(this);
|
|
1568
|
+
this.yo();
|
|
1569
1569
|
};
|
|
1570
|
-
GeographicScatterAreaSeries.prototype.
|
|
1571
|
-
this.
|
|
1572
|
-
var a = this.
|
|
1573
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1574
|
-
return this.
|
|
1570
|
+
GeographicScatterAreaSeries.prototype.xk = function () {
|
|
1571
|
+
this.yf = new ScatterAreaSeries();
|
|
1572
|
+
var a = this.yf;
|
|
1573
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
|
|
1574
|
+
return this.yf;
|
|
1575
1575
|
};
|
|
1576
|
-
GeographicScatterAreaSeries.prototype.
|
|
1576
|
+
GeographicScatterAreaSeries.prototype.yn = function (a, b) {
|
|
1577
1577
|
if (this.triangulationStatusChanged != null) {
|
|
1578
1578
|
this.triangulationStatusChanged(this, b);
|
|
1579
1579
|
}
|
|
@@ -1581,19 +1581,19 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1581
1581
|
GeographicScatterAreaSeries.prototype.ct = function () {
|
|
1582
1582
|
return new GeographicScatterAreaSeriesView(this);
|
|
1583
1583
|
};
|
|
1584
|
-
GeographicScatterAreaSeries.prototype.
|
|
1585
|
-
_super.prototype.
|
|
1586
|
-
this.
|
|
1584
|
+
GeographicScatterAreaSeries.prototype.rh = function (a) {
|
|
1585
|
+
_super.prototype.rh.call(this, a);
|
|
1586
|
+
this.yh = a;
|
|
1587
1587
|
};
|
|
1588
|
-
GeographicScatterAreaSeries.prototype.
|
|
1589
|
-
_super.prototype.
|
|
1588
|
+
GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
|
|
1589
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
1590
1590
|
switch (b) {
|
|
1591
1591
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1592
|
-
this.
|
|
1592
|
+
this.yh.c3();
|
|
1593
1593
|
break;
|
|
1594
1594
|
case "ColorScale":
|
|
1595
|
-
this.
|
|
1596
|
-
this.
|
|
1595
|
+
this.yh.c4();
|
|
1596
|
+
this.yo();
|
|
1597
1597
|
break;
|
|
1598
1598
|
}
|
|
1599
1599
|
};
|
|
@@ -1604,7 +1604,7 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1604
1604
|
_super.prototype.set_hd.call(this, a);
|
|
1605
1605
|
};
|
|
1606
1606
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1607
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1607
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
|
|
1608
1608
|
return GeographicScatterAreaSeries;
|
|
1609
1609
|
}(GeographicXYTriangulatingSeries));
|
|
1610
1610
|
export { GeographicScatterAreaSeries };
|
|
@@ -47,10 +47,10 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
47
47
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.yk;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.yk = v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,7 +60,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
60
60
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
var r = this.i.
|
|
63
|
+
var r = this.i.yg;
|
|
64
64
|
if (r == null) {
|
|
65
65
|
return null;
|
|
66
66
|
}
|
|
@@ -76,7 +76,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
76
76
|
set: function (v) {
|
|
77
77
|
if (v != null && this._stylingContainer && v._styling)
|
|
78
78
|
v._styling(this._stylingContainer, this, this);
|
|
79
|
-
v == null ? this.i.
|
|
79
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
@@ -86,7 +86,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
86
86
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
87
87
|
*/
|
|
88
88
|
get: function () {
|
|
89
|
-
var r = this.i.
|
|
89
|
+
var r = this.i.yf;
|
|
90
90
|
if (r == null) {
|
|
91
91
|
return null;
|
|
92
92
|
}
|
|
@@ -102,7 +102,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
102
102
|
set: function (v) {
|
|
103
103
|
if (v != null && this._stylingContainer && v._styling)
|
|
104
104
|
v._styling(this._stylingContainer, this, this);
|
|
105
|
-
v == null ? this.i.
|
|
105
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
106
106
|
},
|
|
107
107
|
enumerable: false,
|
|
108
108
|
configurable: true
|
|
@@ -112,7 +112,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
112
112
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
113
113
|
*/
|
|
114
114
|
get: function () {
|
|
115
|
-
var r = this.i.
|
|
115
|
+
var r = this.i.yc;
|
|
116
116
|
if (r == null) {
|
|
117
117
|
return null;
|
|
118
118
|
}
|
|
@@ -128,7 +128,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
128
128
|
set: function (v) {
|
|
129
129
|
if (v != null && this._stylingContainer && v._styling)
|
|
130
130
|
v._styling(this._stylingContainer, this, this);
|
|
131
|
-
v == null ? this.i.
|
|
131
|
+
v == null ? this.i.yc = null : this.i.yc = v.i;
|
|
132
132
|
},
|
|
133
133
|
enumerable: false,
|
|
134
134
|
configurable: true
|