igniteui-angular-maps 18.2.0 → 19.0.1

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 (72) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1008 -1008
  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 +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +87 -87
  14. package/esm2015/lib/XamGeographicMap_combined.js +86 -86
  15. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  17. package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
  18. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  21. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  23. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  24. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  25. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igx-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +85 -85
  39. package/esm5/lib/XamGeographicMap_combined.js +85 -85
  40. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  42. package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
  43. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  44. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  45. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  46. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  48. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  49. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  50. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igx-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-angular-maps.js +1016 -1016
  54. package/fesm5/igniteui-angular-maps.js +1008 -1008
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +20 -20
  71. package/lib/XamGeographicMap_combined.d.ts +24 -24
  72. package/package.json +5 -5
@@ -338,7 +338,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
338
338
  try {
339
339
  for (var _b = __values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
340
340
  var a = _c.value;
341
- a.sc();
341
+ a.sb();
342
342
  }
343
343
  }
344
344
  catch (e_1_1) {
@@ -755,7 +755,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
755
755
  try {
756
756
  for (var _c = __values(fromEnum(this.series)), _d = _c.next(); !_d.done; _d = _c.next()) {
757
757
  var g = _d.value;
758
- g.rr(false);
758
+ g.rq(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.series)), _f = _e.next(); !_f.done; _f = _e.next()) {
804
804
  var i = _f.value;
805
- i.qg();
805
+ i.qf();
806
806
  }
807
807
  }
808
808
  catch (e_3_1) {
@@ -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.w9 = c.triangulationSource.triangles;
861
+ d.w8 = c.triangulationSource.triangles;
862
862
  }
863
863
  else {
864
864
  _super.prototype.rd.call(this, a, b);
@@ -891,7 +891,7 @@ var XamGeographicMap = /** @class */ /*@__PURE__*/ (function (_super) {
891
891
  a.axes.add1(b);
892
892
  a.axes.add1(c);
893
893
  for (var d = 0; d < this.series.count; d++) {
894
- var e = this.series._inner[d].km();
894
+ var e = this.series._inner[d].kl();
895
895
  a.series.add1(e);
896
896
  }
897
897
  a.name = this.name;
@@ -1194,41 +1194,41 @@ var GeographicXYTriangulatingSeriesView = /** @class */ /*@__PURE__*/ (function
1194
1194
  }
1195
1195
  GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
1196
1196
  _super.prototype.b5.call(this);
1197
- var a = this.ch.w0;
1198
- a.x0 = this.ch.xc;
1199
- a.x8 = this.ch.xa;
1200
- a.trianglesSource = this.ch.w9;
1201
- a.xo = this.ch.xf;
1202
- a.xq = this.ch.xh;
1203
- a.xs = this.ch.xj;
1197
+ var a = this.ch.wz;
1198
+ a.xz = this.ch.xb;
1199
+ a.x7 = this.ch.w9;
1200
+ a.trianglesSource = this.ch.w8;
1201
+ a.xn = this.ch.xe;
1202
+ a.xp = this.ch.xg;
1203
+ a.xr = this.ch.xi;
1204
1204
  };
1205
1205
  GeographicXYTriangulatingSeriesView.prototype.ck = function () {
1206
- var a = this.ch.w0;
1206
+ var a = this.ch.wz;
1207
1207
  if (this.ch.db == null) {
1208
+ a.wx = null;
1208
1209
  a.wy = null;
1209
- a.wz = null;
1210
1210
  return;
1211
1211
  }
1212
- a.wy = this.ch.db.ws;
1213
- a.wz = this.ch.db.wu;
1212
+ a.wx = this.ch.db.ws;
1213
+ a.wy = this.ch.db.wu;
1214
1214
  };
1215
1215
  GeographicXYTriangulatingSeriesView.prototype.cj = function () {
1216
- this.ch.w0.x0 = this.ch.xc;
1216
+ this.ch.wz.xz = this.ch.xb;
1217
1217
  };
1218
1218
  GeographicXYTriangulatingSeriesView.prototype.ci = function () {
1219
- this.ch.w0.x8 = this.ch.xa;
1219
+ this.ch.wz.x7 = this.ch.w9;
1220
1220
  };
1221
1221
  GeographicXYTriangulatingSeriesView.prototype.cl = function () {
1222
- this.ch.w0.trianglesSource = this.ch.w9;
1222
+ this.ch.wz.trianglesSource = this.ch.w8;
1223
1223
  };
1224
1224
  GeographicXYTriangulatingSeriesView.prototype.cm = function () {
1225
- this.ch.w0.xo = this.ch.xf;
1225
+ this.ch.wz.xn = this.ch.xe;
1226
1226
  };
1227
1227
  GeographicXYTriangulatingSeriesView.prototype.cn = function () {
1228
- this.ch.w0.xq = this.ch.xh;
1228
+ this.ch.wz.xp = this.ch.xg;
1229
1229
  };
1230
1230
  GeographicXYTriangulatingSeriesView.prototype.co = function () {
1231
- this.ch.w0.xs = this.ch.xj;
1231
+ this.ch.wz.xr = this.ch.xi;
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.b5 = function () {
1254
1254
  _super.prototype.b5.call(this);
1255
- if (this.cp.xu != null) {
1256
- this.cp.xu.y7 = this.cp.xy;
1257
- this.cp.xu.yv = this.cp.xt;
1255
+ if (this.cp.xt != null) {
1256
+ this.cp.xt.y6 = this.cp.xx;
1257
+ this.cp.xt.yu = this.cp.xs;
1258
1258
  }
1259
1259
  };
1260
1260
  GeographicScatterAreaSeriesView.prototype.cq = function () {
1261
- if (this.cp.xu != null) {
1262
- this.cp.xu.y7 = this.cp.xy;
1261
+ if (this.cp.xt != null) {
1262
+ this.cp.xt.y6 = this.cp.xx;
1263
1263
  }
1264
1264
  };
1265
1265
  GeographicScatterAreaSeriesView.prototype.cr = function () {
1266
- if (this.cp.xu != null) {
1267
- this.cp.xu.yv = this.cp.xt;
1266
+ if (this.cp.xt != null) {
1267
+ this.cp.xt.yu = this.cp.xs;
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.cs = function () {
1475
1475
  return new GeographicXYTriangulatingSeriesView(this);
1476
1476
  };
1477
- GeographicXYTriangulatingSeries.prototype.q1 = function (a) {
1478
- _super.prototype.q1.call(this, a);
1479
- this.w8 = a;
1477
+ GeographicXYTriangulatingSeries.prototype.q0 = function (a) {
1478
+ _super.prototype.q0.call(this, a);
1479
+ this.w7 = a;
1480
1480
  };
1481
- GeographicXYTriangulatingSeries.prototype.q9 = function (a, b, c, d) {
1482
- _super.prototype.q9.call(this, a, b, c, d);
1481
+ GeographicXYTriangulatingSeries.prototype.q8 = function (a, b, c, d) {
1482
+ _super.prototype.q8.call(this, a, b, c, d);
1483
1483
  switch (b) {
1484
1484
  case "SeriesViewer":
1485
- this.w8.ck();
1485
+ this.w7.ck();
1486
1486
  break;
1487
1487
  case GeographicXYTriangulatingSeries.$$p[1]:
1488
- this.w8.cj();
1488
+ this.w7.cj();
1489
1489
  break;
1490
1490
  case GeographicXYTriangulatingSeries.$$p[0]:
1491
- this.w8.ci();
1491
+ this.w7.ci();
1492
1492
  break;
1493
1493
  case GeographicXYTriangulatingSeries.$$p[5]:
1494
- this.w8.cl();
1494
+ this.w7.cl();
1495
1495
  break;
1496
1496
  case GeographicXYTriangulatingSeries.$$p[2]:
1497
- this.w8.cm();
1497
+ this.w7.cm();
1498
1498
  break;
1499
1499
  case GeographicXYTriangulatingSeries.$$p[3]:
1500
- this.w8.cn();
1500
+ this.w7.cn();
1501
1501
  break;
1502
1502
  case GeographicXYTriangulatingSeries.$$p[4]:
1503
- this.w8.co();
1503
+ this.w7.co();
1504
1504
  break;
1505
1505
  }
1506
1506
  };
1507
1507
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1508
- GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xa:xl', [2, "pointY"], 'LongitudeMemberPath:xc:xm', [2, "pointX"], 'TriangleVertexMemberPath1:xf:xo', [2, "v1"], 'TriangleVertexMemberPath2:xh:xp', [2, "v2"], 'TriangleVertexMemberPath3:xj:xq', [2, "v3"], 'TrianglesSource:w9:xn', [IEnumerable_$type, null]]);
1508
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w9:xk', [2, "pointY"], 'LongitudeMemberPath:xb:xl', [2, "pointX"], 'TriangleVertexMemberPath1:xe:xn', [2, "v1"], 'TriangleVertexMemberPath2:xg:xo', [2, "v2"], 'TriangleVertexMemberPath3:xi:xp', [2, "v3"], 'TrianglesSource:w8:xm', [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.xr = null;
1519
+ _this.xq = 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_eu = function () {
1528
1528
  return true;
1529
1529
  };
1530
- Object.defineProperty(GeographicScatterAreaSeries.prototype, "xt", {
1530
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "xs", {
1531
1531
  get: function () {
1532
- return this.xr;
1532
+ return this.xq;
1533
1533
  },
1534
1534
  set: function (a) {
1535
- var b = this.xr != a;
1535
+ var b = this.xq != a;
1536
1536
  if (b) {
1537
- var c = this.xr;
1538
- if (this.xr != null) {
1539
- var d = this.xr;
1540
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x1));
1537
+ var c = this.xq;
1538
+ if (this.xq != null) {
1539
+ var d = this.xq;
1540
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x0));
1541
1541
  }
1542
- this.xr = a;
1543
- if (this.xr != null) {
1544
- var e = this.xr;
1545
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x1));
1542
+ this.xq = a;
1543
+ if (this.xq != null) {
1544
+ var e = this.xq;
1545
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x0));
1546
1546
  }
1547
- this.raisePropertyChanged("ColorScale", c, this.xr);
1548
- if (this.xu != null) {
1549
- this.xu.yv = a;
1547
+ this.raisePropertyChanged("ColorScale", c, this.xq);
1548
+ if (this.xt != null) {
1549
+ this.xt.yu = a;
1550
1550
  }
1551
1551
  }
1552
1552
  },
1553
1553
  enumerable: false,
1554
1554
  configurable: true
1555
1555
  });
1556
- GeographicScatterAreaSeries.prototype.x1 = function (a, b) {
1557
- this.xw.cr();
1558
- this.x3();
1559
- this.rr(false);
1556
+ GeographicScatterAreaSeries.prototype.x0 = function (a, b) {
1557
+ this.xv.cr();
1558
+ this.x2();
1559
+ this.rq(false);
1560
1560
  };
1561
- GeographicScatterAreaSeries.prototype.x3 = function () {
1562
- if (this.xu != null) {
1563
- this.xs = this.xu.yu;
1561
+ GeographicScatterAreaSeries.prototype.x2 = function () {
1562
+ if (this.xt != null) {
1563
+ this.xr = this.xt.yt;
1564
1564
  }
1565
1565
  };
1566
- GeographicScatterAreaSeries.prototype.sh = function () {
1567
- _super.prototype.sh.call(this);
1568
- this.x3();
1566
+ GeographicScatterAreaSeries.prototype.sg = function () {
1567
+ _super.prototype.sg.call(this);
1568
+ this.x2();
1569
1569
  };
1570
- GeographicScatterAreaSeries.prototype.wz = function () {
1571
- this.xu = new ScatterAreaSeries();
1572
- var a = this.xu;
1573
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x2));
1574
- return this.xu;
1570
+ GeographicScatterAreaSeries.prototype.wy = function () {
1571
+ this.xt = new ScatterAreaSeries();
1572
+ var a = this.xt;
1573
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
1574
+ return this.xt;
1575
1575
  };
1576
- GeographicScatterAreaSeries.prototype.x2 = function (a, b) {
1576
+ GeographicScatterAreaSeries.prototype.x1 = 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.cs = function () {
1582
1582
  return new GeographicScatterAreaSeriesView(this);
1583
1583
  };
1584
- GeographicScatterAreaSeries.prototype.q1 = function (a) {
1585
- _super.prototype.q1.call(this, a);
1586
- this.xw = a;
1584
+ GeographicScatterAreaSeries.prototype.q0 = function (a) {
1585
+ _super.prototype.q0.call(this, a);
1586
+ this.xv = a;
1587
1587
  };
1588
- GeographicScatterAreaSeries.prototype.q9 = function (a, b, c, d) {
1589
- _super.prototype.q9.call(this, a, b, c, d);
1588
+ GeographicScatterAreaSeries.prototype.q8 = function (a, b, c, d) {
1589
+ _super.prototype.q8.call(this, a, b, c, d);
1590
1590
  switch (b) {
1591
1591
  case GeographicScatterAreaSeries.$$p[1]:
1592
- this.xw.cq();
1592
+ this.xv.cq();
1593
1593
  break;
1594
1594
  case "ColorScale":
1595
- this.xw.cr();
1596
- this.x3();
1595
+ this.xv.cr();
1596
+ this.x2();
1597
1597
  break;
1598
1598
  }
1599
1599
  };
1600
- GeographicScatterAreaSeries.prototype.get_g7 = function () {
1600
+ GeographicScatterAreaSeries.prototype.get_g6 = function () {
1601
1601
  return true;
1602
1602
  };
1603
- GeographicScatterAreaSeries.prototype.set_g7 = function (a) {
1604
- _super.prototype.set_g7.call(this, a);
1603
+ GeographicScatterAreaSeries.prototype.set_g6 = function (a) {
1604
+ _super.prototype.set_g6.call(this, a);
1605
1605
  };
1606
1606
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1607
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xs:x4', [ColorScale.$, null], 'ColorMemberPath:xy:x5', [2, "value"]]);
1607
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [ColorScale.$, null], 'ColorMemberPath:xx:x4', [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.fj;
40
+ return this.i.fi;
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.xz;
50
+ return this.i.xy;
51
51
  },
52
52
  set: function (v) {
53
- this.i.xz = v;
53
+ this.i.xy = 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.xv;
63
+ var r = this.i.xu;
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.xv = null : this.i.xv = v.i;
79
+ v == null ? this.i.xu = null : this.i.xu = 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.xu;
89
+ var r = this.i.xt;
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.xu = null : this.i.xu = v.i;
105
+ v == null ? this.i.xt = null : this.i.xt = 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.xr;
115
+ var r = this.i.xq;
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.xr = null : this.i.xr = v.i;
131
+ v == null ? this.i.xq = null : this.i.xq = v.i;
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true
@@ -36,7 +36,7 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
36
36
  * Gets whether the current series shows pixels.
37
37
  */
38
38
  get: function () {
39
- return this.i.fo;
39
+ return this.i.fn;
40
40
  },
41
41
  enumerable: false,
42
42
  configurable: true
@@ -46,10 +46,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
46
46
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
47
47
  */
48
48
  get: function () {
49
- return this.i.xn;
49
+ return this.i.xm;
50
50
  },
51
51
  set: function (v) {
52
- this.i.xn = v;
52
+ this.i.xm = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
59
59
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
60
60
  */
61
61
  get: function () {
62
- return this.i.xp;
62
+ return this.i.xo;
63
63
  },
64
64
  set: function (v) {
65
- this.i.xp = v;
65
+ this.i.xo = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
72
72
  * Gets or sets the whether to use use brute force mode.
73
73
  */
74
74
  get: function () {
75
- return this.i.xc;
75
+ return this.i.xb;
76
76
  },
77
77
  set: function (v) {
78
- this.i.xc = ensureBool(v);
78
+ this.i.xb = ensureBool(v);
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
85
85
  * Gets or sets the whether to progressively load the data into the chart.
86
86
  */
87
87
  get: function () {
88
- return this.i.xb;
88
+ return this.i.xa;
89
89
  },
90
90
  set: function (v) {
91
- this.i.xb = ensureBool(v);
91
+ this.i.xa = ensureBool(v);
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
98
98
  * Gets or sets the whether the chart reacts to mouse move events.
99
99
  */
100
100
  get: function () {
101
- return this.i.xa;
101
+ return this.i.w9;
102
102
  },
103
103
  set: function (v) {
104
- this.i.xa = ensureBool(v);
104
+ this.i.w9 = ensureBool(v);
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
111
111
  * Gets or sets the density value that maps to the minimum heat color.
112
112
  */
113
113
  get: function () {
114
- return this.i.xe;
114
+ return this.i.xd;
115
115
  },
116
116
  set: function (v) {
117
- this.i.xe = +v;
117
+ this.i.xd = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
124
124
  * Gets or sets the value that maps to the maximum heat color.
125
125
  */
126
126
  get: function () {
127
- return this.i.xd;
127
+ return this.i.xc;
128
128
  },
129
129
  set: function (v) {
130
- this.i.xd = +v;
130
+ this.i.xc = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -137,10 +137,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
137
137
  * Gets or sets the color to use for the minimum end of the scale.
138
138
  */
139
139
  get: function () {
140
- return colorToString(this.i.x8);
140
+ return colorToString(this.i.x7);
141
141
  },
142
142
  set: function (v) {
143
- this.i.x8 = stringToColor(v);
143
+ this.i.x7 = stringToColor(v);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,10 +150,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
150
150
  * Gets or sets the color to use for the maximum end of the scale.
151
151
  */
152
152
  get: function () {
153
- return colorToString(this.i.x7);
153
+ return colorToString(this.i.x6);
154
154
  },
155
155
  set: function (v) {
156
- this.i.x7 = stringToColor(v);
156
+ this.i.x6 = stringToColor(v);
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
@@ -163,10 +163,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
163
163
  * Gets or sets the the pixel extent of the square data points that are rendered.
164
164
  */
165
165
  get: function () {
166
- return this.i.xh;
166
+ return this.i.xg;
167
167
  },
168
168
  set: function (v) {
169
- this.i.xh = +v;
169
+ this.i.xg = +v;
170
170
  },
171
171
  enumerable: false,
172
172
  configurable: true
@@ -176,10 +176,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
176
176
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
177
177
  */
178
178
  get: function () {
179
- return this.i.xi;
179
+ return this.i.xh;
180
180
  },
181
181
  set: function (v) {
182
- this.i.xi = +v;
182
+ this.i.xh = +v;
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true