igniteui-angular-maps 21.0.0-beta.0 → 21.0.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.
Files changed (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1045 -1045
  2. package/bundles/igniteui-angular-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/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-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/igx-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-angular-maps.js +1053 -1053
  58. package/fesm5/igniteui-angular-maps.js +1045 -1045
  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 +2 -2
@@ -69,7 +69,7 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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;
@@ -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.f6(d.left, j);
1097
- var m = i.f6(d.bottom, k);
1096
+ var l = h.f7(d.left, j);
1097
+ var m = i.f7(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.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;
1197
+ var a = this.cu.xm;
1198
+ a.ym = this.cu.xy;
1199
+ a.yu = this.cu.xw;
1200
+ a.trianglesSource = this.cu.xv;
1201
+ a.ya = this.cu.x1;
1202
+ a.yc = this.cu.x3;
1203
+ a.ye = this.cu.x5;
1204
1204
  };
1205
1205
  GeographicXYTriangulatingSeriesView.prototype.cx = function () {
1206
- var a = this.cu.xl;
1206
+ var a = this.cu.xm;
1207
1207
  if (this.cu.dc == null) {
1208
- a.xj = null;
1209
1208
  a.xk = null;
1209
+ a.xl = null;
1210
1210
  return;
1211
1211
  }
1212
- a.xj = this.cu.dc.zh;
1213
- a.xk = this.cu.dc.zj;
1212
+ a.xk = this.cu.dc.zh;
1213
+ a.xl = this.cu.dc.zj;
1214
1214
  };
1215
1215
  GeographicXYTriangulatingSeriesView.prototype.cw = function () {
1216
- this.cu.xl.yl = this.cu.xx;
1216
+ this.cu.xm.ym = this.cu.xy;
1217
1217
  };
1218
1218
  GeographicXYTriangulatingSeriesView.prototype.cv = function () {
1219
- this.cu.xl.yt = this.cu.xv;
1219
+ this.cu.xm.yu = this.cu.xw;
1220
1220
  };
1221
1221
  GeographicXYTriangulatingSeriesView.prototype.cy = function () {
1222
- this.cu.xl.trianglesSource = this.cu.xu;
1222
+ this.cu.xm.trianglesSource = this.cu.xv;
1223
1223
  };
1224
1224
  GeographicXYTriangulatingSeriesView.prototype.cz = function () {
1225
- this.cu.xl.x9 = this.cu.x0;
1225
+ this.cu.xm.ya = this.cu.x1;
1226
1226
  };
1227
1227
  GeographicXYTriangulatingSeriesView.prototype.c0 = function () {
1228
- this.cu.xl.yb = this.cu.x2;
1228
+ this.cu.xm.yc = this.cu.x3;
1229
1229
  };
1230
1230
  GeographicXYTriangulatingSeriesView.prototype.c1 = function () {
1231
- this.cu.xl.yd = this.cu.x4;
1231
+ this.cu.xm.ye = this.cu.x5;
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.yf != null) {
1256
- this.c2.yf.zs = this.c2.yj;
1257
- this.c2.yf.zg = this.c2.ye;
1255
+ if (this.c2.yg != null) {
1256
+ this.c2.yg.zt = this.c2.yk;
1257
+ this.c2.yg.zh = this.c2.yf;
1258
1258
  }
1259
1259
  };
1260
1260
  GeographicScatterAreaSeriesView.prototype.c3 = function () {
1261
- if (this.c2.yf != null) {
1262
- this.c2.yf.zs = this.c2.yj;
1261
+ if (this.c2.yg != null) {
1262
+ this.c2.yg.zt = this.c2.yk;
1263
1263
  }
1264
1264
  };
1265
1265
  GeographicScatterAreaSeriesView.prototype.c4 = function () {
1266
- if (this.c2.yf != null) {
1267
- this.c2.yf.zg = this.c2.ye;
1266
+ if (this.c2.yg != null) {
1267
+ this.c2.yg.zh = this.c2.yf;
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.rh = function (a) {
1478
- _super.prototype.rh.call(this, a);
1479
- this.xt = a;
1477
+ GeographicXYTriangulatingSeries.prototype.ri = function (a) {
1478
+ _super.prototype.ri.call(this, a);
1479
+ this.xu = a;
1480
1480
  };
1481
- GeographicXYTriangulatingSeries.prototype.rq = function (a, b, c, d) {
1482
- _super.prototype.rq.call(this, a, b, c, d);
1481
+ GeographicXYTriangulatingSeries.prototype.rr = function (a, b, c, d) {
1482
+ _super.prototype.rr.call(this, a, b, c, d);
1483
1483
  switch (b) {
1484
1484
  case "SeriesViewer":
1485
- this.xt.cx();
1485
+ this.xu.cx();
1486
1486
  break;
1487
1487
  case GeographicXYTriangulatingSeries.$$p[1]:
1488
- this.xt.cw();
1488
+ this.xu.cw();
1489
1489
  break;
1490
1490
  case GeographicXYTriangulatingSeries.$$p[0]:
1491
- this.xt.cv();
1491
+ this.xu.cv();
1492
1492
  break;
1493
1493
  case GeographicXYTriangulatingSeries.$$p[5]:
1494
- this.xt.cy();
1494
+ this.xu.cy();
1495
1495
  break;
1496
1496
  case GeographicXYTriangulatingSeries.$$p[2]:
1497
- this.xt.cz();
1497
+ this.xu.cz();
1498
1498
  break;
1499
1499
  case GeographicXYTriangulatingSeries.$$p[3]:
1500
- this.xt.c0();
1500
+ this.xu.c0();
1501
1501
  break;
1502
1502
  case GeographicXYTriangulatingSeries.$$p[4]:
1503
- this.xt.c1();
1503
+ this.xu.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: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]]);
1508
+ 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]]);
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.yc = null;
1519
+ _this.yd = 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, "ye", {
1530
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "yf", {
1531
1531
  get: function () {
1532
- return this.yc;
1532
+ return this.yd;
1533
1533
  },
1534
1534
  set: function (a) {
1535
- var b = this.yc != a;
1535
+ var b = this.yd != a;
1536
1536
  if (b) {
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));
1537
+ var c = this.yd;
1538
+ if (this.yd != null) {
1539
+ var d = this.yd;
1540
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yn));
1541
1541
  }
1542
- this.yc = a;
1543
- if (this.yc != null) {
1544
- var e = this.yc;
1545
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
1542
+ this.yd = a;
1543
+ if (this.yd != null) {
1544
+ var e = this.yd;
1545
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yn));
1546
1546
  }
1547
- this.raisePropertyChanged("ColorScale", c, this.yc);
1548
- if (this.yf != null) {
1549
- this.yf.zg = a;
1547
+ this.raisePropertyChanged("ColorScale", c, this.yd);
1548
+ if (this.yg != null) {
1549
+ this.yg.zh = a;
1550
1550
  }
1551
1551
  }
1552
1552
  },
1553
1553
  enumerable: false,
1554
1554
  configurable: true
1555
1555
  });
1556
- GeographicScatterAreaSeries.prototype.ym = function (a, b) {
1557
- this.yh.c4();
1558
- this.yo();
1559
- this.r8(false);
1556
+ GeographicScatterAreaSeries.prototype.yn = function (a, b) {
1557
+ this.yi.c4();
1558
+ this.yp();
1559
+ this.r9(false);
1560
1560
  };
1561
- GeographicScatterAreaSeries.prototype.yo = function () {
1562
- if (this.yf != null) {
1563
- this.yd = this.yf.zf;
1561
+ GeographicScatterAreaSeries.prototype.yp = function () {
1562
+ if (this.yg != null) {
1563
+ this.ye = this.yg.zg;
1564
1564
  }
1565
1565
  };
1566
- GeographicScatterAreaSeries.prototype.sz = function () {
1567
- _super.prototype.sz.call(this);
1568
- this.yo();
1566
+ GeographicScatterAreaSeries.prototype.s0 = function () {
1567
+ _super.prototype.s0.call(this);
1568
+ this.yp();
1569
1569
  };
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;
1570
+ GeographicScatterAreaSeries.prototype.xl = function () {
1571
+ this.yg = new ScatterAreaSeries();
1572
+ var a = this.yg;
1573
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yo));
1574
+ return this.yg;
1575
1575
  };
1576
- GeographicScatterAreaSeries.prototype.yn = function (a, b) {
1576
+ GeographicScatterAreaSeries.prototype.yo = function (a, b) {
1577
1577
  if (this.triangulationStatusChanged != null) {
1578
1578
  this.triangulationStatusChanged(this, b);
1579
1579
  }
@@ -1581,30 +1581,30 @@ var GeographicScatterAreaSeries = /** @class */ /*@__PURE__*/ (function (_super)
1581
1581
  GeographicScatterAreaSeries.prototype.ct = function () {
1582
1582
  return new GeographicScatterAreaSeriesView(this);
1583
1583
  };
1584
- GeographicScatterAreaSeries.prototype.rh = function (a) {
1585
- _super.prototype.rh.call(this, a);
1586
- this.yh = a;
1584
+ GeographicScatterAreaSeries.prototype.ri = function (a) {
1585
+ _super.prototype.ri.call(this, a);
1586
+ this.yi = a;
1587
1587
  };
1588
- GeographicScatterAreaSeries.prototype.rq = function (a, b, c, d) {
1589
- _super.prototype.rq.call(this, a, b, c, d);
1588
+ GeographicScatterAreaSeries.prototype.rr = function (a, b, c, d) {
1589
+ _super.prototype.rr.call(this, a, b, c, d);
1590
1590
  switch (b) {
1591
1591
  case GeographicScatterAreaSeries.$$p[1]:
1592
- this.yh.c3();
1592
+ this.yi.c3();
1593
1593
  break;
1594
1594
  case "ColorScale":
1595
- this.yh.c4();
1596
- this.yo();
1595
+ this.yi.c4();
1596
+ this.yp();
1597
1597
  break;
1598
1598
  }
1599
1599
  };
1600
- GeographicScatterAreaSeries.prototype.get_hd = function () {
1600
+ GeographicScatterAreaSeries.prototype.get_he = function () {
1601
1601
  return true;
1602
1602
  };
1603
- GeographicScatterAreaSeries.prototype.set_hd = function (a) {
1604
- _super.prototype.set_hd.call(this, a);
1603
+ GeographicScatterAreaSeries.prototype.set_he = function (a) {
1604
+ _super.prototype.set_he.call(this, a);
1605
1605
  };
1606
1606
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1607
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
1607
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:ye:yq', [ColorScale.$, null], 'ColorMemberPath:yk:yr', [2, "value"]]);
1608
1608
  return GeographicScatterAreaSeries;
1609
1609
  }(GeographicXYTriangulatingSeries));
1610
1610
  export { GeographicScatterAreaSeries };
@@ -37,7 +37,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
37
37
  * Gets whether the current series shows a line contour shape.
38
38
  */
39
39
  get: function () {
40
- return this.i.fm;
40
+ return this.i.fn;
41
41
  },
42
42
  enumerable: false,
43
43
  configurable: true
@@ -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.yk;
50
+ return this.i.yl;
51
51
  },
52
52
  set: function (v) {
53
- this.i.yk = v;
53
+ this.i.yl = 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.yg;
63
+ var r = this.i.yh;
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.yg = null : this.i.yg = v.i;
79
+ v == null ? this.i.yh = null : this.i.yh = 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.yf;
89
+ var r = this.i.yg;
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.yf = null : this.i.yf = v.i;
105
+ v == null ? this.i.yg = null : this.i.yg = 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.yc;
115
+ var r = this.i.yd;
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.yc = null : this.i.yc = v.i;
131
+ v == null ? this.i.yd = null : this.i.yd = v.i;
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true