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
@@ -313,7 +313,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
313
313
  x4() {
314
314
  this.w4.ee();
315
315
  for (let a of fromEnum(this.series)) {
316
- a.sc();
316
+ a.sb();
317
317
  }
318
318
  }
319
319
  x7() {
@@ -709,7 +709,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
709
709
  break;
710
710
  case "ActualWorldRect":
711
711
  for (let g of fromEnum(this.series)) {
712
- g.rr(false);
712
+ g.rq(false);
713
713
  }
714
714
  break;
715
715
  case XamGeographicMap.$$p[5]:
@@ -740,7 +740,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
740
740
  break;
741
741
  case "MarkerAutomaticBehavior":
742
742
  for (let i of fromEnum(this.series)) {
743
- i.qg();
743
+ i.qf();
744
744
  }
745
745
  break;
746
746
  }
@@ -782,7 +782,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
782
782
  let c = b;
783
783
  let d = a;
784
784
  d.itemsSource = c.triangulationSource.points;
785
- d.w9 = c.triangulationSource.triangles;
785
+ d.w8 = c.triangulationSource.triangles;
786
786
  }
787
787
  else {
788
788
  super.rd(a, b);
@@ -815,7 +815,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
815
815
  a.axes.add1(b);
816
816
  a.axes.add1(c);
817
817
  for (let d = 0; d < this.series.count; d++) {
818
- let e = this.series._inner[d].km();
818
+ let e = this.series._inner[d].kl();
819
819
  a.series.add1(e);
820
820
  }
821
821
  a.name = this.name;
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1091
1091
  }
1092
1092
  b5() {
1093
1093
  super.b5();
1094
- let a = this.ch.w0;
1095
- a.x0 = this.ch.xc;
1096
- a.x8 = this.ch.xa;
1097
- a.trianglesSource = this.ch.w9;
1098
- a.xo = this.ch.xf;
1099
- a.xq = this.ch.xh;
1100
- a.xs = this.ch.xj;
1094
+ let a = this.ch.wz;
1095
+ a.xz = this.ch.xb;
1096
+ a.x7 = this.ch.w9;
1097
+ a.trianglesSource = this.ch.w8;
1098
+ a.xn = this.ch.xe;
1099
+ a.xp = this.ch.xg;
1100
+ a.xr = this.ch.xi;
1101
1101
  }
1102
1102
  ck() {
1103
- let a = this.ch.w0;
1103
+ let a = this.ch.wz;
1104
1104
  if (this.ch.db == null) {
1105
+ a.wx = null;
1105
1106
  a.wy = null;
1106
- a.wz = null;
1107
1107
  return;
1108
1108
  }
1109
- a.wy = this.ch.db.ws;
1110
- a.wz = this.ch.db.wu;
1109
+ a.wx = this.ch.db.ws;
1110
+ a.wy = this.ch.db.wu;
1111
1111
  }
1112
1112
  cj() {
1113
- this.ch.w0.x0 = this.ch.xc;
1113
+ this.ch.wz.xz = this.ch.xb;
1114
1114
  }
1115
1115
  ci() {
1116
- this.ch.w0.x8 = this.ch.xa;
1116
+ this.ch.wz.x7 = this.ch.w9;
1117
1117
  }
1118
1118
  cl() {
1119
- this.ch.w0.trianglesSource = this.ch.w9;
1119
+ this.ch.wz.trianglesSource = this.ch.w8;
1120
1120
  }
1121
1121
  cm() {
1122
- this.ch.w0.xo = this.ch.xf;
1122
+ this.ch.wz.xn = this.ch.xe;
1123
1123
  }
1124
1124
  cn() {
1125
- this.ch.w0.xq = this.ch.xh;
1125
+ this.ch.wz.xp = this.ch.xg;
1126
1126
  }
1127
1127
  co() {
1128
- this.ch.w0.xs = this.ch.xj;
1128
+ this.ch.wz.xr = this.ch.xi;
1129
1129
  }
1130
1130
  }
1131
1131
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1148
1148
  }
1149
1149
  b5() {
1150
1150
  super.b5();
1151
- if (this.cp.xu != null) {
1152
- this.cp.xu.y7 = this.cp.xy;
1153
- this.cp.xu.yv = this.cp.xt;
1151
+ if (this.cp.xt != null) {
1152
+ this.cp.xt.y6 = this.cp.xx;
1153
+ this.cp.xt.yu = this.cp.xs;
1154
1154
  }
1155
1155
  }
1156
1156
  cq() {
1157
- if (this.cp.xu != null) {
1158
- this.cp.xu.y7 = this.cp.xy;
1157
+ if (this.cp.xt != null) {
1158
+ this.cp.xt.y6 = this.cp.xx;
1159
1159
  }
1160
1160
  }
1161
1161
  cr() {
1162
- if (this.cp.xu != null) {
1163
- this.cp.xu.yv = this.cp.xt;
1162
+ if (this.cp.xt != null) {
1163
+ this.cp.xt.yu = this.cp.xs;
1164
1164
  }
1165
1165
  }
1166
1166
  }
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1358
1358
  cs() {
1359
1359
  return new GeographicXYTriangulatingSeriesView(this);
1360
1360
  }
1361
- q1(a) {
1362
- super.q1(a);
1363
- this.w8 = a;
1361
+ q0(a) {
1362
+ super.q0(a);
1363
+ this.w7 = a;
1364
1364
  }
1365
- q9(a, b, c, d) {
1366
- super.q9(a, b, c, d);
1365
+ q8(a, b, c, d) {
1366
+ super.q8(a, b, c, d);
1367
1367
  switch (b) {
1368
1368
  case "SeriesViewer":
1369
- this.w8.ck();
1369
+ this.w7.ck();
1370
1370
  break;
1371
1371
  case GeographicXYTriangulatingSeries.$$p[1]:
1372
- this.w8.cj();
1372
+ this.w7.cj();
1373
1373
  break;
1374
1374
  case GeographicXYTriangulatingSeries.$$p[0]:
1375
- this.w8.ci();
1375
+ this.w7.ci();
1376
1376
  break;
1377
1377
  case GeographicXYTriangulatingSeries.$$p[5]:
1378
- this.w8.cl();
1378
+ this.w7.cl();
1379
1379
  break;
1380
1380
  case GeographicXYTriangulatingSeries.$$p[2]:
1381
- this.w8.cm();
1381
+ this.w7.cm();
1382
1382
  break;
1383
1383
  case GeographicXYTriangulatingSeries.$$p[3]:
1384
- this.w8.cn();
1384
+ this.w7.cn();
1385
1385
  break;
1386
1386
  case GeographicXYTriangulatingSeries.$$p[4]:
1387
- this.w8.co();
1387
+ this.w7.co();
1388
1388
  break;
1389
1389
  }
1390
1390
  }
1391
1391
  }
1392
1392
  GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1393
- 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]]);
1393
+ 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]]);
1394
1394
  return GeographicXYTriangulatingSeries;
1395
1395
  })();
1396
1396
  /**
@@ -1400,7 +1400,7 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1400
1400
  class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
1401
1401
  constructor() {
1402
1402
  super();
1403
- this.xr = null;
1403
+ this.xq = null;
1404
1404
  this.triangulationStatusChanged = null;
1405
1405
  this.ab = GeographicScatterAreaSeries.$;
1406
1406
  }
@@ -1410,49 +1410,49 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1410
1410
  get_eu() {
1411
1411
  return true;
1412
1412
  }
1413
- get xt() {
1414
- return this.xr;
1413
+ get xs() {
1414
+ return this.xq;
1415
1415
  }
1416
- set xt(a) {
1417
- let b = this.xr != a;
1416
+ set xs(a) {
1417
+ let b = this.xq != a;
1418
1418
  if (b) {
1419
- let c = this.xr;
1420
- if (this.xr != null) {
1421
- let d = this.xr;
1422
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x1));
1419
+ let c = this.xq;
1420
+ if (this.xq != null) {
1421
+ let d = this.xq;
1422
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x0));
1423
1423
  }
1424
- this.xr = a;
1425
- if (this.xr != null) {
1426
- let e = this.xr;
1427
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x1));
1424
+ this.xq = a;
1425
+ if (this.xq != null) {
1426
+ let e = this.xq;
1427
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x0));
1428
1428
  }
1429
- this.raisePropertyChanged("ColorScale", c, this.xr);
1430
- if (this.xu != null) {
1431
- this.xu.yv = a;
1429
+ this.raisePropertyChanged("ColorScale", c, this.xq);
1430
+ if (this.xt != null) {
1431
+ this.xt.yu = a;
1432
1432
  }
1433
1433
  }
1434
1434
  }
1435
- x1(a, b) {
1436
- this.xw.cr();
1437
- this.x3();
1438
- this.rr(false);
1435
+ x0(a, b) {
1436
+ this.xv.cr();
1437
+ this.x2();
1438
+ this.rq(false);
1439
1439
  }
1440
- x3() {
1441
- if (this.xu != null) {
1442
- this.xs = this.xu.yu;
1440
+ x2() {
1441
+ if (this.xt != null) {
1442
+ this.xr = this.xt.yt;
1443
1443
  }
1444
1444
  }
1445
- sh() {
1446
- super.sh();
1447
- this.x3();
1445
+ sg() {
1446
+ super.sg();
1447
+ this.x2();
1448
1448
  }
1449
- wz() {
1450
- this.xu = new ScatterAreaSeries();
1451
- let a = this.xu;
1452
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x2));
1453
- return this.xu;
1449
+ wy() {
1450
+ this.xt = new ScatterAreaSeries();
1451
+ let a = this.xt;
1452
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
1453
+ return this.xt;
1454
1454
  }
1455
- x2(a, b) {
1455
+ x1(a, b) {
1456
1456
  if (this.triangulationStatusChanged != null) {
1457
1457
  this.triangulationStatusChanged(this, b);
1458
1458
  }
@@ -1460,30 +1460,30 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1460
1460
  cs() {
1461
1461
  return new GeographicScatterAreaSeriesView(this);
1462
1462
  }
1463
- q1(a) {
1464
- super.q1(a);
1465
- this.xw = a;
1463
+ q0(a) {
1464
+ super.q0(a);
1465
+ this.xv = a;
1466
1466
  }
1467
- q9(a, b, c, d) {
1468
- super.q9(a, b, c, d);
1467
+ q8(a, b, c, d) {
1468
+ super.q8(a, b, c, d);
1469
1469
  switch (b) {
1470
1470
  case GeographicScatterAreaSeries.$$p[1]:
1471
- this.xw.cq();
1471
+ this.xv.cq();
1472
1472
  break;
1473
1473
  case "ColorScale":
1474
- this.xw.cr();
1475
- this.x3();
1474
+ this.xv.cr();
1475
+ this.x2();
1476
1476
  break;
1477
1477
  }
1478
1478
  }
1479
- get_g7() {
1479
+ get_g6() {
1480
1480
  return true;
1481
1481
  }
1482
- set_g7(a) {
1483
- super.set_g7(a);
1482
+ set_g6(a) {
1483
+ super.set_g6(a);
1484
1484
  }
1485
1485
  }
1486
1486
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1487
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xs:x4', [ColorScale.$, null], 'ColorMemberPath:xy:x5', [2, "value"]]);
1487
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [ColorScale.$, null], 'ColorMemberPath:xx:x4', [2, "value"]]);
1488
1488
  return GeographicScatterAreaSeries;
1489
1489
  })();
@@ -30,22 +30,22 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
30
30
  * Gets whether the current series shows a line contour shape.
31
31
  */
32
32
  get isLineContour() {
33
- return this.i.fj;
33
+ return this.i.fi;
34
34
  }
35
35
  /**
36
36
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
37
37
  */
38
38
  get valueMemberPath() {
39
- return this.i.xz;
39
+ return this.i.xy;
40
40
  }
41
41
  set valueMemberPath(v) {
42
- this.i.xz = v;
42
+ this.i.xy = v;
43
43
  }
44
44
  /**
45
45
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
46
46
  */
47
47
  get fillScale() {
48
- const r = this.i.xv;
48
+ const r = this.i.xu;
49
49
  if (r == null) {
50
50
  return null;
51
51
  }
@@ -61,13 +61,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
61
61
  set fillScale(v) {
62
62
  if (v != null && this._stylingContainer && v._styling)
63
63
  v._styling(this._stylingContainer, this, this);
64
- v == null ? this.i.xv = null : this.i.xv = v.i;
64
+ v == null ? this.i.xu = null : this.i.xu = v.i;
65
65
  }
66
66
  /**
67
67
  * Gets actual fill scale that is set on the FillScale property or default FillScale
68
68
  */
69
69
  get actualFillScale() {
70
- const r = this.i.xu;
70
+ const r = this.i.xt;
71
71
  if (r == null) {
72
72
  return null;
73
73
  }
@@ -83,13 +83,13 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
83
83
  set actualFillScale(v) {
84
84
  if (v != null && this._stylingContainer && v._styling)
85
85
  v._styling(this._stylingContainer, this, this);
86
- v == null ? this.i.xu = null : this.i.xu = v.i;
86
+ v == null ? this.i.xt = null : this.i.xt = v.i;
87
87
  }
88
88
  /**
89
89
  * The ContourValueResolver used to determine the numeric values of contours.
90
90
  */
91
91
  get valueResolver() {
92
- const r = this.i.xr;
92
+ const r = this.i.xq;
93
93
  if (r == null) {
94
94
  return null;
95
95
  }
@@ -105,7 +105,7 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
105
105
  set valueResolver(v) {
106
106
  if (v != null && this._stylingContainer && v._styling)
107
107
  v._styling(this._stylingContainer, this, this);
108
- v == null ? this.i.xr = null : this.i.xr = v.i;
108
+ v == null ? this.i.xq = null : this.i.xq = v.i;
109
109
  }
110
110
  findByName(name) {
111
111
  var baseResult = super.findByName(name);
@@ -29,106 +29,106 @@ export let IgxGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
29
29
  * Gets whether the current series shows pixels.
30
30
  */
31
31
  get isPixel() {
32
- return this.i.fo;
32
+ return this.i.fn;
33
33
  }
34
34
  /**
35
35
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
36
36
  */
37
37
  get latitudeMemberPath() {
38
- return this.i.xn;
38
+ return this.i.xm;
39
39
  }
40
40
  set latitudeMemberPath(v) {
41
- this.i.xn = v;
41
+ this.i.xm = v;
42
42
  }
43
43
  /**
44
44
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
45
45
  */
46
46
  get longitudeMemberPath() {
47
- return this.i.xp;
47
+ return this.i.xo;
48
48
  }
49
49
  set longitudeMemberPath(v) {
50
- this.i.xp = v;
50
+ this.i.xo = v;
51
51
  }
52
52
  /**
53
53
  * Gets or sets the whether to use use brute force mode.
54
54
  */
55
55
  get useBruteForce() {
56
- return this.i.xc;
56
+ return this.i.xb;
57
57
  }
58
58
  set useBruteForce(v) {
59
- this.i.xc = ensureBool(v);
59
+ this.i.xb = ensureBool(v);
60
60
  }
61
61
  /**
62
62
  * Gets or sets the whether to progressively load the data into the chart.
63
63
  */
64
64
  get progressiveLoad() {
65
- return this.i.xb;
65
+ return this.i.xa;
66
66
  }
67
67
  set progressiveLoad(v) {
68
- this.i.xb = ensureBool(v);
68
+ this.i.xa = ensureBool(v);
69
69
  }
70
70
  /**
71
71
  * Gets or sets the whether the chart reacts to mouse move events.
72
72
  */
73
73
  get mouseOverEnabled() {
74
- return this.i.xa;
74
+ return this.i.w9;
75
75
  }
76
76
  set mouseOverEnabled(v) {
77
- this.i.xa = ensureBool(v);
77
+ this.i.w9 = ensureBool(v);
78
78
  }
79
79
  /**
80
80
  * Gets or sets the density value that maps to the minimum heat color.
81
81
  */
82
82
  get heatMinimum() {
83
- return this.i.xe;
83
+ return this.i.xd;
84
84
  }
85
85
  set heatMinimum(v) {
86
- this.i.xe = +v;
86
+ this.i.xd = +v;
87
87
  }
88
88
  /**
89
89
  * Gets or sets the value that maps to the maximum heat color.
90
90
  */
91
91
  get heatMaximum() {
92
- return this.i.xd;
92
+ return this.i.xc;
93
93
  }
94
94
  set heatMaximum(v) {
95
- this.i.xd = +v;
95
+ this.i.xc = +v;
96
96
  }
97
97
  /**
98
98
  * Gets or sets the color to use for the minimum end of the scale.
99
99
  */
100
100
  get heatMinimumColor() {
101
- return colorToString(this.i.x8);
101
+ return colorToString(this.i.x7);
102
102
  }
103
103
  set heatMinimumColor(v) {
104
- this.i.x8 = stringToColor(v);
104
+ this.i.x7 = stringToColor(v);
105
105
  }
106
106
  /**
107
107
  * Gets or sets the color to use for the maximum end of the scale.
108
108
  */
109
109
  get heatMaximumColor() {
110
- return colorToString(this.i.x7);
110
+ return colorToString(this.i.x6);
111
111
  }
112
112
  set heatMaximumColor(v) {
113
- this.i.x7 = stringToColor(v);
113
+ this.i.x6 = stringToColor(v);
114
114
  }
115
115
  /**
116
116
  * Gets or sets the the pixel extent of the square data points that are rendered.
117
117
  */
118
118
  get pointExtent() {
119
- return this.i.xh;
119
+ return this.i.xg;
120
120
  }
121
121
  set pointExtent(v) {
122
- this.i.xh = +v;
122
+ this.i.xg = +v;
123
123
  }
124
124
  /**
125
125
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
126
126
  */
127
127
  get progressiveStatus() {
128
- return this.i.xi;
128
+ return this.i.xh;
129
129
  }
130
130
  set progressiveStatus(v) {
131
- this.i.xi = +v;
131
+ this.i.xh = +v;
132
132
  }
133
133
  /**
134
134
  * Raised when the progressive loading state of the series has changed.
@@ -20,7 +20,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
20
20
  * Checks if this control is geographic coordinate system
21
21
  */
22
22
  get isGeographic() {
23
- return this.i.fc;
23
+ return this.i.fb;
24
24
  }
25
25
  /**
26
26
  * Gets whether this series supports markers
@@ -33,10 +33,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
33
33
  * The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
34
34
  */
35
35
  get visibleFromScale() {
36
- return this.i.w2;
36
+ return this.i.w1;
37
37
  }
38
38
  set visibleFromScale(v) {
39
- this.i.w2 = +v;
39
+ this.i.w1 = +v;
40
40
  }
41
41
  /**
42
42
  * Gets or sets the coercion methods to use when loading data from data sources.
@@ -54,10 +54,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
54
54
 
55
55
  */
56
56
  notifyIndexedPropertiesChanged() {
57
- this.i.qg();
57
+ this.i.qf();
58
58
  }
59
59
  getItemValue(item, memberPathName) {
60
- let iv = this.i.kq(item, memberPathName);
60
+ let iv = this.i.kp(item, memberPathName);
61
61
  return (iv);
62
62
  }
63
63
  /**
@@ -66,7 +66,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
66
66
  * @param memberPathName * The property name of a valid member path for the series
67
67
  */
68
68
  getMemberPathValue(memberPathName) {
69
- let iv = this.i.md(memberPathName);
69
+ let iv = this.i.mc(memberPathName);
70
70
  return (iv);
71
71
  }
72
72
  /**
@@ -75,23 +75,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
75
75
  * @param world * The world coordinates to use.
76
76
  */
77
77
  getItem(world) {
78
- let iv = this.i.kn(toPoint(world));
78
+ let iv = this.i.km(toPoint(world));
79
79
  return (iv);
80
80
  }
81
81
  getPreviousOrExactIndex(world, skipUnknowns) {
82
- let iv = this.i.ka(toPoint(world), skipUnknowns);
82
+ let iv = this.i.j9(toPoint(world), skipUnknowns);
83
83
  return (iv);
84
84
  }
85
85
  getNextOrExactIndex(world, skipUnknowns) {
86
- let iv = this.i.j8(toPoint(world), skipUnknowns);
86
+ let iv = this.i.j7(toPoint(world), skipUnknowns);
87
87
  return (iv);
88
88
  }
89
89
  getSeriesValue(world, useInterpolation, skipUnknowns) {
90
- let iv = this.i.i5(toPoint(world), useInterpolation, skipUnknowns);
90
+ let iv = this.i.i4(toPoint(world), useInterpolation, skipUnknowns);
91
91
  return (iv);
92
92
  }
93
93
  getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
94
- let iv = this.i.wc(toPoint(world), useInterpolation, skipUnknowns);
94
+ let iv = this.i.wb(toPoint(world), useInterpolation, skipUnknowns);
95
95
  return fromPoint(iv);
96
96
  }
97
97
  /**
@@ -100,7 +100,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
100
100
  * @param world * The world coordinate for which to get a value bounding box for
101
101
  */
102
102
  getSeriesValueBoundingBox(world) {
103
- let iv = this.i.wn(toPoint(world));
103
+ let iv = this.i.wm(toPoint(world));
104
104
  return fromRect(iv);
105
105
  }
106
106
  /**
@@ -109,31 +109,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
109
109
  * @param world * The world coordinates for which to get a value marker bounding box for
110
110
  */
111
111
  getSeriesValueMarkerBoundingBox(world) {
112
- let iv = this.i.wp(toPoint(world));
112
+ let iv = this.i.wo(toPoint(world));
113
113
  return fromRect(iv);
114
114
  }
115
115
  getSeriesHighValue(world, useInterpolation, skipUnknowns) {
116
- let iv = this.i.i1(toPoint(world), useInterpolation, skipUnknowns);
116
+ let iv = this.i.i0(toPoint(world), useInterpolation, skipUnknowns);
117
117
  return (iv);
118
118
  }
119
119
  getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
120
- let iv = this.i.v8(toPoint(world), useInterpolation, skipUnknowns);
120
+ let iv = this.i.v7(toPoint(world), useInterpolation, skipUnknowns);
121
121
  return fromPoint(iv);
122
122
  }
123
123
  getSeriesLowValue(world, useInterpolation, skipUnknowns) {
124
- let iv = this.i.i3(toPoint(world), useInterpolation, skipUnknowns);
124
+ let iv = this.i.i2(toPoint(world), useInterpolation, skipUnknowns);
125
125
  return (iv);
126
126
  }
127
127
  getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
128
- let iv = this.i.wa(toPoint(world), useInterpolation, skipUnknowns);
128
+ let iv = this.i.v9(toPoint(world), useInterpolation, skipUnknowns);
129
129
  return fromPoint(iv);
130
130
  }
131
131
  getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
132
- let iv = this.i.wd(toPoint(mouse), useInterpolation, skipUnknowns);
132
+ let iv = this.i.wc(toPoint(mouse), useInterpolation, skipUnknowns);
133
133
  return fromPoint(iv);
134
134
  }
135
135
  getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
136
- let iv = this.i.i6(toPoint(mouse), useInterpolation, skipUnknowns);
136
+ let iv = this.i.i5(toPoint(mouse), useInterpolation, skipUnknowns);
137
137
  return (iv);
138
138
  }
139
139
  /**
@@ -141,7 +141,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
141
141
 
142
142
  */
143
143
  getItemSpan() {
144
- let iv = this.i.iw();
144
+ let iv = this.i.iv();
145
145
  return (iv);
146
146
  }
147
147
  /**
@@ -150,14 +150,14 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
150
150
  * @param animate * True if the change should be animated.
151
151
  */
152
152
  renderSeries(animate) {
153
- this.i.rr(animate);
153
+ this.i.rq(animate);
154
154
  }
155
155
  /**
156
156
  * Called when this series' Style is updated.
157
157
 
158
158
  */
159
159
  styleUpdated() {
160
- this.i.sc();
160
+ this.i.sb();
161
161
  }
162
162
  }
163
163
  IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });