igniteui-webcomponents-maps 6.3.1 → 7.0.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.
Files changed (76) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1097 -1097
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  19. package/esm2015/lib/igc-geographic-map-series-host-component.js +22 -22
  20. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  21. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  22. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  23. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  25. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  26. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  27. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igc-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  46. package/esm5/lib/igc-geographic-map-series-host-component.js +22 -22
  47. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  48. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  49. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  50. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  52. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  53. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  54. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igc-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-webcomponents-maps.js +1106 -1106
  58. package/fesm5/igniteui-webcomponents-maps.js +1097 -1097
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. 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.td = new SphericalMercatorHorizontalScaler();
72
+ _this.zh.tf = 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.td = new SphericalMercatorVerticalScaler();
80
+ _this.zj.tf = 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.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);
260
+ var i = this.zh.f7(d.left, g);
261
+ var j = this.zh.f7(d.right, g);
262
+ var k = this.zj.f7(d.top, h);
263
+ var l = this.zj.f7(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.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);
296
+ var g = b.ga(f.left, d);
297
+ var h = c.ga(f.top, e);
298
+ var i = b.ga(f.right, d);
299
+ var j = c.ga(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.rc(a.x);
313
- var c = this.zj.rc(a.y);
312
+ var b = this.zh.re(a.x);
313
+ var c = this.zj.re(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.gt(a.x);
318
- var c = this.zj.gt(a.y);
317
+ var b = this.zh.gv(a.x);
318
+ var c = this.zj.gv(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.su();
341
+ a.sv();
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.rc(this.y9.left + (this.y9.width / 2));
362
- var b = this.zj.rc(this.y9.top + (this.y9.height / 2));
361
+ var a = this.zh.re(this.y9.left + (this.y9.width / 2));
362
+ var b = this.zj.re(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.rc(this.y9.left);
369
- var d = this.zj.rc(this.y9.top);
368
+ var c = this.zh.re(this.y9.left);
369
+ var d = this.zj.re(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.f6(a, g);
390
+ var h = this.zh.f7(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.f6(b, j);
410
+ var k = this.zj.f7(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.f6(-180, b);
542
- var j = this.zg.f6(180, b);
541
+ var i = this.zg.f7(-180, b);
542
+ var j = this.zg.f7(180, b);
543
543
  e = j - i;
544
544
  }
545
545
  else {
546
- var k = this.zg.f6(-180, b);
547
- var l = this.zg.f6(180, b);
546
+ var k = this.zg.f7(-180, b);
547
+ var l = this.zg.f7(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.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);
558
+ var c = this.zh.f7(XamGeographicMap.abe.left, a);
559
+ var d = this.zh.f7(XamGeographicMap.abe.right, a);
560
+ var e = this.zj.f7(XamGeographicMap.abe.top, b);
561
+ var f = this.zj.f7(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.r8(false);
758
+ g.r9(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.qv();
805
+ i.qw();
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.q9 = this.abi.left;
837
- this.zh.q8 = this.abi.right;
836
+ this.zh.rb = this.abi.left;
837
+ this.zh.ra = this.abi.right;
838
838
  }
839
839
  if (this.zj != null) {
840
- this.zj.q9 = this.abi.top;
841
- this.zj.q8 = this.abi.bottom;
840
+ this.zj.rb = this.abi.top;
841
+ this.zj.ra = this.abi.bottom;
842
842
  }
843
- this.zh.ee(true);
844
- this.zj.ee(true);
843
+ this.zh.ef(true);
844
+ this.zj.ef(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.xu = c.triangulationSource.triangles;
861
+ d.xv = 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.hs();
890
- var c = this.zj.hs();
889
+ var b = this.zh.hu();
890
+ var c = this.zj.hu();
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].kv();
894
+ var e = this.b9._inner[d].kw();
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.f6(d.left, j);
1096
- var m = i.f6(d.bottom, k);
1095
+ var l = h.f7(d.left, j);
1096
+ var m = i.f7(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.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;
1194
+ var a = this.cu.xm;
1195
+ a.ym = this.cu.xy;
1196
+ a.yu = this.cu.xw;
1197
+ a.trianglesSource = this.cu.xv;
1198
+ a.ya = this.cu.x1;
1199
+ a.yc = this.cu.x3;
1200
+ a.ye = this.cu.x5;
1201
1201
  };
1202
1202
  GeographicXYTriangulatingSeriesView.prototype.cx = function () {
1203
- var a = this.cu.xl;
1203
+ var a = this.cu.xm;
1204
1204
  if (this.cu.dc == null) {
1205
- a.xj = null;
1206
1205
  a.xk = null;
1206
+ a.xl = null;
1207
1207
  return;
1208
1208
  }
1209
- a.xj = this.cu.dc.zh;
1210
- a.xk = this.cu.dc.zj;
1209
+ a.xk = this.cu.dc.zh;
1210
+ a.xl = this.cu.dc.zj;
1211
1211
  };
1212
1212
  GeographicXYTriangulatingSeriesView.prototype.cw = function () {
1213
- this.cu.xl.yl = this.cu.xx;
1213
+ this.cu.xm.ym = this.cu.xy;
1214
1214
  };
1215
1215
  GeographicXYTriangulatingSeriesView.prototype.cv = function () {
1216
- this.cu.xl.yt = this.cu.xv;
1216
+ this.cu.xm.yu = this.cu.xw;
1217
1217
  };
1218
1218
  GeographicXYTriangulatingSeriesView.prototype.cy = function () {
1219
- this.cu.xl.trianglesSource = this.cu.xu;
1219
+ this.cu.xm.trianglesSource = this.cu.xv;
1220
1220
  };
1221
1221
  GeographicXYTriangulatingSeriesView.prototype.cz = function () {
1222
- this.cu.xl.x9 = this.cu.x0;
1222
+ this.cu.xm.ya = this.cu.x1;
1223
1223
  };
1224
1224
  GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
1225
- this.cu.xl.yb = this.cu.x2;
1225
+ this.cu.xm.yc = this.cu.x3;
1226
1226
  };
1227
1227
  GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
1228
- this.cu.xl.yd = this.cu.x4;
1228
+ this.cu.xm.ye = this.cu.x5;
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.yf != null) {
1252
- this.c2.yf.zs = this.c2.yj;
1253
- this.c2.yf.zg = this.c2.ye;
1251
+ if (this.c2.yg != null) {
1252
+ this.c2.yg.zt = this.c2.yk;
1253
+ this.c2.yg.zh = this.c2.yf;
1254
1254
  }
1255
1255
  };
1256
1256
  GeographicScatterAreaSeriesView.prototype.c3 = function () {
1257
- if (this.c2.yf != null) {
1258
- this.c2.yf.zs = this.c2.yj;
1257
+ if (this.c2.yg != null) {
1258
+ this.c2.yg.zt = this.c2.yk;
1259
1259
  }
1260
1260
  };
1261
1261
  GeographicScatterAreaSeriesView.prototype.c4 = function () {
1262
- if (this.c2.yf != null) {
1263
- this.c2.yf.zg = this.c2.ye;
1262
+ if (this.c2.yg != null) {
1263
+ this.c2.yg.zh = this.c2.yf;
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.rh = function (a) {
1471
- _super.prototype.rh.call(this, a);
1472
- this.xt = a;
1470
+ GeographicXYTriangulatingSeries.prototype.ri = function (a) {
1471
+ _super.prototype.ri.call(this, a);
1472
+ this.xu = a;
1473
1473
  };
1474
- GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
1475
- _super.prototype.rq.call(this, a, b, c, d);
1474
+ GeographicXYTriangulatingSeries.prototype.rr = function (a, b, c, d) {
1475
+ _super.prototype.rr.call(this, a, b, c, d);
1476
1476
  switch (b) {
1477
1477
  case "SeriesViewer":
1478
- this.xt.cx();
1478
+ this.xu.cx();
1479
1479
  break;
1480
1480
  case GeographicXYTriangulatingSeries.$$p[1]:
1481
- this.xt.cw();
1481
+ this.xu.cw();
1482
1482
  break;
1483
1483
  case GeographicXYTriangulatingSeries.$$p[0]:
1484
- this.xt.cv();
1484
+ this.xu.cv();
1485
1485
  break;
1486
1486
  case GeographicXYTriangulatingSeries.$$p[5]:
1487
- this.xt.cy();
1487
+ this.xu.cy();
1488
1488
  break;
1489
1489
  case GeographicXYTriangulatingSeries.$$p[2]:
1490
- this.xt.cz();
1490
+ this.xu.cz();
1491
1491
  break;
1492
1492
  case GeographicXYTriangulatingSeries.$$p[3]:
1493
- this.xt.c0();
1493
+ this.xu.c0();
1494
1494
  break;
1495
1495
  case GeographicXYTriangulatingSeries.$$p[4]:
1496
- this.xt.c1();
1496
+ this.xu.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: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]]);
1501
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xw:x7', [2, "pointY"], 'LongitudeMemberPath:xy:x8', [2, "pointX"], 'TriangleVertexMemberPath1:x1:ya', [2, "v1"], 'TriangleVertexMemberPath2:x3:yb', [2, "v2"], 'TriangleVertexMemberPath3:x5:yc', [2, "v3"], 'TrianglesSource:xv:x9', [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.yc = null;
1511
+ _this.yd = 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, "ye", {
1522
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "yf", {
1523
1523
  get: function () {
1524
- return this.yc;
1524
+ return this.yd;
1525
1525
  },
1526
1526
  set: function (a) {
1527
- var b = this.yc != a;
1527
+ var b = this.yd != a;
1528
1528
  if (b) {
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));
1529
+ var c = this.yd;
1530
+ if (this.yd != null) {
1531
+ var d = this.yd;
1532
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
1533
1533
  }
1534
- this.yc = a;
1535
- if (this.yc != null) {
1536
- var e = this.yc;
1537
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
1534
+ this.yd = a;
1535
+ if (this.yd != null) {
1536
+ var e = this.yd;
1537
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
1538
1538
  }
1539
- this.raisePropertyChanged("ColorScale", c, this.yc);
1540
- if (this.yf != null) {
1541
- this.yf.zg = a;
1539
+ this.raisePropertyChanged("ColorScale", c, this.yd);
1540
+ if (this.yg != null) {
1541
+ this.yg.zh = a;
1542
1542
  }
1543
1543
  }
1544
1544
  },
1545
1545
  enumerable: false,
1546
1546
  configurable: true
1547
1547
  });
1548
- GeographicScatterAreaSeries.prototype.ym = function (a, b) {
1549
- this.yh.c4();
1550
- this.yo();
1551
- this.r8(false);
1548
+ GeographicScatterAreaSeries.prototype.yn = function (a, b) {
1549
+ this.yi.c4();
1550
+ this.yp();
1551
+ this.r9(false);
1552
1552
  };
1553
- GeographicScatterAreaSeries.prototype.yo = function () {
1554
- if (this.yf != null) {
1555
- this.yd = this.yf.zf;
1553
+ GeographicScatterAreaSeries.prototype.yp = function () {
1554
+ if (this.yg != null) {
1555
+ this.ye = this.yg.zg;
1556
1556
  }
1557
1557
  };
1558
- GeographicScatterAreaSeries.prototype.sz = function () {
1559
- _super.prototype.sz.call(this);
1560
- this.yo();
1558
+ GeographicScatterAreaSeries.prototype.s0 = function () {
1559
+ _super.prototype.s0.call(this);
1560
+ this.yp();
1561
1561
  };
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;
1562
+ GeographicScatterAreaSeries.prototype.xl = function () {
1563
+ this.yg = new ScatterAreaSeries();
1564
+ var a = this.yg;
1565
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
1566
+ return this.yg;
1567
1567
  };
1568
- GeographicScatterAreaSeries.prototype.yn = function (a, b) {
1568
+ GeographicScatterAreaSeries.prototype.yo = 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.rh = function (a) {
1577
- _super.prototype.rh.call(this, a);
1578
- this.yh = a;
1576
+ GeographicScatterAreaSeries.prototype.ri = function (a) {
1577
+ _super.prototype.ri.call(this, a);
1578
+ this.yi = a;
1579
1579
  };
1580
- GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
1581
- _super.prototype.rq.call(this, a, b, c, d);
1580
+ GeographicScatterAreaSeries.prototype.rr = function (a, b, c, d) {
1581
+ _super.prototype.rr.call(this, a, b, c, d);
1582
1582
  switch (b) {
1583
1583
  case GeographicScatterAreaSeries.$$p[1]:
1584
- this.yh.c3();
1584
+ this.yi.c3();
1585
1585
  break;
1586
1586
  case "ColorScale":
1587
- this.yh.c4();
1588
- this.yo();
1587
+ this.yi.c4();
1588
+ this.yp();
1589
1589
  break;
1590
1590
  }
1591
1591
  };
1592
- GeographicScatterAreaSeries.prototype.get_hd = function () {
1592
+ GeographicScatterAreaSeries.prototype.get_he = function () {
1593
1593
  return true;
1594
1594
  };
1595
- GeographicScatterAreaSeries.prototype.set_hd = function (a) {
1596
- _super.prototype.set_hd.call(this, a);
1595
+ GeographicScatterAreaSeries.prototype.set_he = function (a) {
1596
+ _super.prototype.set_he.call(this, a);
1597
1597
  };
1598
1598
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1599
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
1599
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [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.fm;
82
+ return this.i.fn;
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.yk;
92
+ return this.i.yl;
93
93
  },
94
94
  set: function (v) {
95
- this.i.yk = v;
95
+ this.i.yl = 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.yg;
105
+ var r = this.i.yh;
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.yg = null : this.i.yg = v.i;
121
+ v == null ? this.i.yh = null : this.i.yh = 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.yf;
131
+ var r = this.i.yg;
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.yf = null : this.i.yf = v.i;
147
+ v == null ? this.i.yg = null : this.i.yg = 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.yc;
157
+ var r = this.i.yd;
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.yc = null : this.i.yc = v.i;
173
+ v == null ? this.i.yd = null : this.i.yd = v.i;
174
174
  },
175
175
  enumerable: false,
176
176
  configurable: true