igniteui-webcomponents-maps 7.0.1-beta.0 → 7.1.0-alpha.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 +1097 -1097
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm2015/lib/GeographicTileSeries.js +27 -27
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +87 -87
- package/esm2015/lib/XamGeographicMap_combined.js +124 -124
- 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-series-host-component.js +22 -22
- 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 +41 -41
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
- package/esm5/lib/GeographicTileSeries.js +26 -26
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +85 -85
- package/esm5/lib/XamGeographicMap_combined.js +123 -123
- 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-series-host-component.js +22 -22
- 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 +41 -41
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
- 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 +1106 -1106
- package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
- package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- 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 +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- package/lib/GeographicTileSeries.d.ts +9 -9
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +20 -20
- package/lib/XamGeographicMap_combined.d.ts +24 -24
- package/package.json +3 -3
|
@@ -69,7 +69,7 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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
75
|
$ret.b7 = _this;
|
|
@@ -77,7 +77,7 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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 @@ export 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 @@ export 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 @@ export 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 @@ export 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 @@ export 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 @@ export 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 @@ export 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 @@ export 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 @@ export 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
|
};
|
|
@@ -755,7 +755,7 @@ export 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 @@ export 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) {
|
|
@@ -833,15 +833,15 @@ export var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
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 @@ export 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,12 +886,12 @@ export 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++) {
|
|
894
|
-
var e = this.b9._inner[d].
|
|
894
|
+
var e = this.b9._inner[d].kv();
|
|
895
895
|
a.series.add1(e);
|
|
896
896
|
}
|
|
897
897
|
a.name = this.name;
|
|
@@ -1092,8 +1092,8 @@ export var GeographicMapImagery = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1092
1092
|
j.c = c;
|
|
1093
1093
|
var k = new ScalerParams(1, this.windowRect, b, i.dn);
|
|
1094
1094
|
k.c = c;
|
|
1095
|
-
var l = h.
|
|
1096
|
-
var m = i.
|
|
1095
|
+
var l = h.f6(d.left, j);
|
|
1096
|
+
var m = i.f6(d.bottom, k);
|
|
1097
1097
|
var n = (-l / b.width) * this.ao.a5;
|
|
1098
1098
|
var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
|
|
1099
1099
|
this.ao.cm = { $type: Point_$type, x: n, y: o };
|
|
@@ -1191,41 +1191,41 @@ export var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (fu
|
|
|
1191
1191
|
}
|
|
1192
1192
|
GeographicXYTriangulatingSeriesView.prototype.ci = function () {
|
|
1193
1193
|
_super.prototype.ci.call(this);
|
|
1194
|
-
var a = this.cu.
|
|
1195
|
-
a.
|
|
1196
|
-
a.
|
|
1197
|
-
a.trianglesSource = this.cu.
|
|
1198
|
-
a.
|
|
1199
|
-
a.
|
|
1200
|
-
a.
|
|
1194
|
+
var a = this.cu.xl;
|
|
1195
|
+
a.yl = this.cu.xx;
|
|
1196
|
+
a.yt = this.cu.xv;
|
|
1197
|
+
a.trianglesSource = this.cu.xu;
|
|
1198
|
+
a.x9 = this.cu.x0;
|
|
1199
|
+
a.yb = this.cu.x2;
|
|
1200
|
+
a.yd = this.cu.x4;
|
|
1201
1201
|
};
|
|
1202
1202
|
GeographicXYTriangulatingSeriesView.prototype.cx = function () {
|
|
1203
|
-
var a = this.cu.
|
|
1203
|
+
var a = this.cu.xl;
|
|
1204
1204
|
if (this.cu.dc == null) {
|
|
1205
|
+
a.xj = null;
|
|
1205
1206
|
a.xk = null;
|
|
1206
|
-
a.xl = null;
|
|
1207
1207
|
return;
|
|
1208
1208
|
}
|
|
1209
|
-
a.
|
|
1210
|
-
a.
|
|
1209
|
+
a.xj = this.cu.dc.zh;
|
|
1210
|
+
a.xk = this.cu.dc.zj;
|
|
1211
1211
|
};
|
|
1212
1212
|
GeographicXYTriangulatingSeriesView.prototype.cw = function () {
|
|
1213
|
-
this.cu.
|
|
1213
|
+
this.cu.xl.yl = this.cu.xx;
|
|
1214
1214
|
};
|
|
1215
1215
|
GeographicXYTriangulatingSeriesView.prototype.cv = function () {
|
|
1216
|
-
this.cu.
|
|
1216
|
+
this.cu.xl.yt = this.cu.xv;
|
|
1217
1217
|
};
|
|
1218
1218
|
GeographicXYTriangulatingSeriesView.prototype.cy = function () {
|
|
1219
|
-
this.cu.
|
|
1219
|
+
this.cu.xl.trianglesSource = this.cu.xu;
|
|
1220
1220
|
};
|
|
1221
1221
|
GeographicXYTriangulatingSeriesView.prototype.cz = function () {
|
|
1222
|
-
this.cu.
|
|
1222
|
+
this.cu.xl.x9 = this.cu.x0;
|
|
1223
1223
|
};
|
|
1224
1224
|
GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
|
|
1225
|
-
this.cu.
|
|
1225
|
+
this.cu.xl.yb = this.cu.x2;
|
|
1226
1226
|
};
|
|
1227
1227
|
GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
|
|
1228
|
-
this.cu.
|
|
1228
|
+
this.cu.xl.yd = this.cu.x4;
|
|
1229
1229
|
};
|
|
1230
1230
|
GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
|
|
1231
1231
|
return GeographicXYTriangulatingSeriesView;
|
|
@@ -1248,19 +1248,19 @@ export var GeographicScatterAreaSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
1248
1248
|
};
|
|
1249
1249
|
GeographicScatterAreaSeriesView.prototype.ci = function () {
|
|
1250
1250
|
_super.prototype.ci.call(this);
|
|
1251
|
-
if (this.c2.
|
|
1252
|
-
this.c2.
|
|
1253
|
-
this.c2.
|
|
1251
|
+
if (this.c2.yf != null) {
|
|
1252
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1253
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1254
1254
|
}
|
|
1255
1255
|
};
|
|
1256
1256
|
GeographicScatterAreaSeriesView.prototype.c3 = function () {
|
|
1257
|
-
if (this.c2.
|
|
1258
|
-
this.c2.
|
|
1257
|
+
if (this.c2.yf != null) {
|
|
1258
|
+
this.c2.yf.zs = this.c2.yj;
|
|
1259
1259
|
}
|
|
1260
1260
|
};
|
|
1261
1261
|
GeographicScatterAreaSeriesView.prototype.c4 = function () {
|
|
1262
|
-
if (this.c2.
|
|
1263
|
-
this.c2.
|
|
1262
|
+
if (this.c2.yf != null) {
|
|
1263
|
+
this.c2.yf.zg = this.c2.ye;
|
|
1264
1264
|
}
|
|
1265
1265
|
};
|
|
1266
1266
|
GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
|
|
@@ -1467,38 +1467,38 @@ export var GeographicXYTriangulatingSeries = /** @class */ /*@__PURE__*/ (functi
|
|
|
1467
1467
|
GeographicXYTriangulatingSeries.prototype.ct = function () {
|
|
1468
1468
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
1469
1469
|
};
|
|
1470
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1471
|
-
_super.prototype.
|
|
1472
|
-
this.
|
|
1470
|
+
GeographicXYTriangulatingSeries.prototype.rh = function (a) {
|
|
1471
|
+
_super.prototype.rh.call(this, a);
|
|
1472
|
+
this.xt = a;
|
|
1473
1473
|
};
|
|
1474
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
1475
|
-
_super.prototype.
|
|
1474
|
+
GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
|
|
1475
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
1476
1476
|
switch (b) {
|
|
1477
1477
|
case "SeriesViewer":
|
|
1478
|
-
this.
|
|
1478
|
+
this.xt.cx();
|
|
1479
1479
|
break;
|
|
1480
1480
|
case GeographicXYTriangulatingSeries.$$p[1]:
|
|
1481
|
-
this.
|
|
1481
|
+
this.xt.cw();
|
|
1482
1482
|
break;
|
|
1483
1483
|
case GeographicXYTriangulatingSeries.$$p[0]:
|
|
1484
|
-
this.
|
|
1484
|
+
this.xt.cv();
|
|
1485
1485
|
break;
|
|
1486
1486
|
case GeographicXYTriangulatingSeries.$$p[5]:
|
|
1487
|
-
this.
|
|
1487
|
+
this.xt.cy();
|
|
1488
1488
|
break;
|
|
1489
1489
|
case GeographicXYTriangulatingSeries.$$p[2]:
|
|
1490
|
-
this.
|
|
1490
|
+
this.xt.cz();
|
|
1491
1491
|
break;
|
|
1492
1492
|
case GeographicXYTriangulatingSeries.$$p[3]:
|
|
1493
|
-
this.
|
|
1493
|
+
this.xt.c0();
|
|
1494
1494
|
break;
|
|
1495
1495
|
case GeographicXYTriangulatingSeries.$$p[4]:
|
|
1496
|
-
this.
|
|
1496
|
+
this.xt.c1();
|
|
1497
1497
|
break;
|
|
1498
1498
|
}
|
|
1499
1499
|
};
|
|
1500
1500
|
GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
|
|
1501
|
-
GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:
|
|
1501
|
+
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]]);
|
|
1502
1502
|
return GeographicXYTriangulatingSeries;
|
|
1503
1503
|
}(GeographicMapSeriesHost));
|
|
1504
1504
|
/**
|
|
@@ -1508,7 +1508,7 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
1508
1508
|
__extends(GeographicScatterAreaSeries, _super);
|
|
1509
1509
|
function GeographicScatterAreaSeries() {
|
|
1510
1510
|
var _this = _super.call(this) || this;
|
|
1511
|
-
_this.
|
|
1511
|
+
_this.yc = null;
|
|
1512
1512
|
_this.triangulationStatusChanged = null;
|
|
1513
1513
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
1514
1514
|
return _this;
|
|
@@ -1519,53 +1519,53 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
1519
1519
|
GeographicScatterAreaSeries.prototype.get_ex = function () {
|
|
1520
1520
|
return true;
|
|
1521
1521
|
};
|
|
1522
|
-
Object.defineProperty(GeographicScatterAreaSeries.prototype, "
|
|
1522
|
+
Object.defineProperty(GeographicScatterAreaSeries.prototype, "ye", {
|
|
1523
1523
|
get: function () {
|
|
1524
|
-
return this.
|
|
1524
|
+
return this.yc;
|
|
1525
1525
|
},
|
|
1526
1526
|
set: function (a) {
|
|
1527
|
-
var b = this.
|
|
1527
|
+
var b = this.yc != a;
|
|
1528
1528
|
if (b) {
|
|
1529
|
-
var c = this.
|
|
1530
|
-
if (this.
|
|
1531
|
-
var d = this.
|
|
1532
|
-
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.
|
|
1529
|
+
var c = this.yc;
|
|
1530
|
+
if (this.yc != null) {
|
|
1531
|
+
var d = this.yc;
|
|
1532
|
+
d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
|
|
1533
1533
|
}
|
|
1534
|
-
this.
|
|
1535
|
-
if (this.
|
|
1536
|
-
var e = this.
|
|
1537
|
-
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.
|
|
1534
|
+
this.yc = a;
|
|
1535
|
+
if (this.yc != null) {
|
|
1536
|
+
var e = this.yc;
|
|
1537
|
+
e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
|
|
1538
1538
|
}
|
|
1539
|
-
this.raisePropertyChanged("ColorScale", c, this.
|
|
1540
|
-
if (this.
|
|
1541
|
-
this.
|
|
1539
|
+
this.raisePropertyChanged("ColorScale", c, this.yc);
|
|
1540
|
+
if (this.yf != null) {
|
|
1541
|
+
this.yf.zg = a;
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
1544
1544
|
},
|
|
1545
1545
|
enumerable: false,
|
|
1546
1546
|
configurable: true
|
|
1547
1547
|
});
|
|
1548
|
-
GeographicScatterAreaSeries.prototype.
|
|
1549
|
-
this.
|
|
1550
|
-
this.
|
|
1551
|
-
this.
|
|
1548
|
+
GeographicScatterAreaSeries.prototype.ym = function (a, b) {
|
|
1549
|
+
this.yh.c4();
|
|
1550
|
+
this.yo();
|
|
1551
|
+
this.r8(false);
|
|
1552
1552
|
};
|
|
1553
|
-
GeographicScatterAreaSeries.prototype.
|
|
1554
|
-
if (this.
|
|
1555
|
-
this.
|
|
1553
|
+
GeographicScatterAreaSeries.prototype.yo = function () {
|
|
1554
|
+
if (this.yf != null) {
|
|
1555
|
+
this.yd = this.yf.zf;
|
|
1556
1556
|
}
|
|
1557
1557
|
};
|
|
1558
|
-
GeographicScatterAreaSeries.prototype.
|
|
1559
|
-
_super.prototype.
|
|
1560
|
-
this.
|
|
1558
|
+
GeographicScatterAreaSeries.prototype.sz = function () {
|
|
1559
|
+
_super.prototype.sz.call(this);
|
|
1560
|
+
this.yo();
|
|
1561
1561
|
};
|
|
1562
|
-
GeographicScatterAreaSeries.prototype.
|
|
1563
|
-
this.
|
|
1564
|
-
var a = this.
|
|
1565
|
-
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.
|
|
1566
|
-
return this.
|
|
1562
|
+
GeographicScatterAreaSeries.prototype.xk = function () {
|
|
1563
|
+
this.yf = new ScatterAreaSeries();
|
|
1564
|
+
var a = this.yf;
|
|
1565
|
+
a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
|
|
1566
|
+
return this.yf;
|
|
1567
1567
|
};
|
|
1568
|
-
GeographicScatterAreaSeries.prototype.
|
|
1568
|
+
GeographicScatterAreaSeries.prototype.yn = function (a, b) {
|
|
1569
1569
|
if (this.triangulationStatusChanged != null) {
|
|
1570
1570
|
this.triangulationStatusChanged(this, b);
|
|
1571
1571
|
}
|
|
@@ -1573,29 +1573,29 @@ export var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
1573
1573
|
GeographicScatterAreaSeries.prototype.ct = function () {
|
|
1574
1574
|
return new GeographicScatterAreaSeriesView(this);
|
|
1575
1575
|
};
|
|
1576
|
-
GeographicScatterAreaSeries.prototype.
|
|
1577
|
-
_super.prototype.
|
|
1578
|
-
this.
|
|
1576
|
+
GeographicScatterAreaSeries.prototype.rh = function (a) {
|
|
1577
|
+
_super.prototype.rh.call(this, a);
|
|
1578
|
+
this.yh = a;
|
|
1579
1579
|
};
|
|
1580
|
-
GeographicScatterAreaSeries.prototype.
|
|
1581
|
-
_super.prototype.
|
|
1580
|
+
GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
|
|
1581
|
+
_super.prototype.rq.call(this, a, b, c, d);
|
|
1582
1582
|
switch (b) {
|
|
1583
1583
|
case GeographicScatterAreaSeries.$$p[1]:
|
|
1584
|
-
this.
|
|
1584
|
+
this.yh.c3();
|
|
1585
1585
|
break;
|
|
1586
1586
|
case "ColorScale":
|
|
1587
|
-
this.
|
|
1588
|
-
this.
|
|
1587
|
+
this.yh.c4();
|
|
1588
|
+
this.yo();
|
|
1589
1589
|
break;
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
|
-
GeographicScatterAreaSeries.prototype.
|
|
1592
|
+
GeographicScatterAreaSeries.prototype.get_hd = function () {
|
|
1593
1593
|
return true;
|
|
1594
1594
|
};
|
|
1595
|
-
GeographicScatterAreaSeries.prototype.
|
|
1596
|
-
_super.prototype.
|
|
1595
|
+
GeographicScatterAreaSeries.prototype.set_hd = function (a) {
|
|
1596
|
+
_super.prototype.set_hd.call(this, a);
|
|
1597
1597
|
};
|
|
1598
1598
|
GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
|
|
1599
|
-
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:
|
|
1599
|
+
GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
|
|
1600
1600
|
return GeographicScatterAreaSeries;
|
|
1601
1601
|
}(GeographicXYTriangulatingSeries));
|
|
@@ -79,7 +79,7 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
79
79
|
* Gets whether the current series shows a line contour shape.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.fm;
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,10 +89,10 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
89
89
|
* The name of the property from which to retrieve the numeric values from the ItemsSource items.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.yk;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.yk = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -102,7 +102,7 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
102
102
|
* The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
var r = this.i.
|
|
105
|
+
var r = this.i.yg;
|
|
106
106
|
if (r == null) {
|
|
107
107
|
return null;
|
|
108
108
|
}
|
|
@@ -118,7 +118,7 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
118
118
|
set: function (v) {
|
|
119
119
|
if (v != null && this._stylingContainer && v._styling)
|
|
120
120
|
v._styling(this._stylingContainer, this, this);
|
|
121
|
-
v == null ? this.i.
|
|
121
|
+
v == null ? this.i.yg = null : this.i.yg = v.i;
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -128,7 +128,7 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
128
128
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
129
129
|
*/
|
|
130
130
|
get: function () {
|
|
131
|
-
var r = this.i.
|
|
131
|
+
var r = this.i.yf;
|
|
132
132
|
if (r == null) {
|
|
133
133
|
return null;
|
|
134
134
|
}
|
|
@@ -144,7 +144,7 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
144
144
|
set: function (v) {
|
|
145
145
|
if (v != null && this._stylingContainer && v._styling)
|
|
146
146
|
v._styling(this._stylingContainer, this, this);
|
|
147
|
-
v == null ? this.i.
|
|
147
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
148
148
|
},
|
|
149
149
|
enumerable: false,
|
|
150
150
|
configurable: true
|
|
@@ -154,7 +154,7 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
154
154
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
155
155
|
*/
|
|
156
156
|
get: function () {
|
|
157
|
-
var r = this.i.
|
|
157
|
+
var r = this.i.yc;
|
|
158
158
|
if (r == null) {
|
|
159
159
|
return null;
|
|
160
160
|
}
|
|
@@ -170,7 +170,7 @@ export var IgcGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
170
170
|
set: function (v) {
|
|
171
171
|
if (v != null && this._stylingContainer && v._styling)
|
|
172
172
|
v._styling(this._stylingContainer, this, this);
|
|
173
|
-
v == null ? this.i.
|
|
173
|
+
v == null ? this.i.yc = null : this.i.yc = v.i;
|
|
174
174
|
},
|
|
175
175
|
enumerable: false,
|
|
176
176
|
configurable: true
|