igniteui-angular-maps 20.2.0 → 20.2.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 +975 -975
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +166 -166
  6. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
  12. package/esm2015/lib/GeographicTileSeries.js +26 -26
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +81 -81
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +32 -32
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +2 -2
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +164 -164
  33. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
  39. package/esm5/lib/GeographicTileSeries.js +25 -25
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +79 -79
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  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 +32 -32
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +2 -2
  57. package/fesm2015/igniteui-angular-maps.js +983 -983
  58. package/fesm5/igniteui-angular-maps.js +975 -975
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
  62. package/lib/GeographicMarkerSeries.d.ts +13 -13
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  72. package/lib/GeographicTileSeries.d.ts +8 -8
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +19 -19
  75. package/lib/XamGeographicMap_combined.d.ts +22 -22
  76. package/package.json +2 -2
@@ -63,20 +63,20 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
63
63
  this.backgroundContent = new OpenStreetMapImagery();
64
64
  let a = ((() => {
65
65
  let $ret = new NumericXAxis();
66
- $ret.b2 = this;
66
+ $ret.b7 = this;
67
67
  return $ret;
68
68
  })());
69
69
  a.dk = true;
70
70
  this.zh = a;
71
- this.zh.ta = new SphericalMercatorHorizontalScaler();
71
+ this.zh.td = new SphericalMercatorHorizontalScaler();
72
72
  let b = ((() => {
73
73
  let $ret = new NumericYAxis();
74
- $ret.b2 = this;
74
+ $ret.b7 = this;
75
75
  return $ret;
76
76
  })());
77
77
  b.dk = true;
78
78
  this.zj = b;
79
- this.zj.ta = new SphericalMercatorVerticalScaler();
79
+ this.zj.td = new SphericalMercatorVerticalScaler();
80
80
  this.aao();
81
81
  this.aav();
82
82
  this.po();
@@ -235,10 +235,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
235
235
  g.c = this.yv;
236
236
  let h = new ScalerParams(1, XamGeographicMap.abh, this.y9, f.dn);
237
237
  h.c = this.yv;
238
- let i = this.zh.f5(d.left, g);
239
- let j = this.zh.f5(d.right, g);
240
- let k = this.zj.f5(d.top, h);
241
- let l = this.zj.f5(d.bottom, h);
238
+ let i = this.zh.f6(d.left, g);
239
+ let j = this.zh.f6(d.right, g);
240
+ let k = this.zj.f6(d.top, h);
241
+ let l = this.zj.f6(d.bottom, h);
242
242
  let m = (i - c) / this.y9.width;
243
243
  let n = (l - c) / this.y9.height;
244
244
  let o = (j - i + (c * 2)) / this.y9.width;
@@ -271,10 +271,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
271
271
  let e = new ScalerParams(1, a, this.y9, c.dn);
272
272
  e.c = this.yv;
273
273
  let f = this.yu;
274
- let g = b.f8(f.left, d);
275
- let h = c.f8(f.top, e);
276
- let i = b.f8(f.right, d);
277
- let j = c.f8(f.bottom, e);
274
+ let g = b.f9(f.left, d);
275
+ let h = c.f9(f.top, e);
276
+ let i = b.f9(f.right, d);
277
+ let j = c.f9(f.bottom, e);
278
278
  let k = i - g;
279
279
  let l = h - j;
280
280
  let m = new Rect(0, g, j, k, l);
@@ -287,13 +287,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
287
287
  return m;
288
288
  }
289
289
  aba(a) {
290
- let b = this.zh.q8(a.x);
291
- let c = this.zj.q8(a.y);
290
+ let b = this.zh.rc(a.x);
291
+ let c = this.zj.rc(a.y);
292
292
  return { $type: Point_$type, x: b, y: c };
293
293
  }
294
294
  abb(a) {
295
- let b = this.zh.gs(a.x);
296
- let c = this.zj.gs(a.y);
295
+ let b = this.zh.gt(a.x);
296
+ let c = this.zj.gt(a.y);
297
297
  return { $type: Point_$type, x: b, y: c };
298
298
  }
299
299
  abc(a) {
@@ -313,21 +313,21 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
313
313
  aat() {
314
314
  this.zt.eh();
315
315
  for (let a of fromEnum(this.b9)) {
316
- a.st();
316
+ a.su();
317
317
  }
318
318
  }
319
319
  aaw() {
320
320
  if (this.zs == 2) {
321
321
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
322
- let a = this.zh.q8(this.y9.left + (this.y9.width / 2));
323
- let b = this.zj.q8(this.y9.top + (this.y9.height / 2));
322
+ let a = this.zh.rc(this.y9.left + (this.y9.width / 2));
323
+ let b = this.zj.rc(this.y9.top + (this.y9.height / 2));
324
324
  this.aa9 = { $type: Point_$type, x: a, y: b };
325
325
  }
326
326
  }
327
327
  else {
328
328
  if (!this.y9.isEmpty && this.y9.width > 0 && this.y9.height > 0) {
329
- let c = this.zh.q8(this.y9.left);
330
- let d = this.zj.q8(this.y9.top);
329
+ let c = this.zh.rc(this.y9.left);
330
+ let d = this.zj.rc(this.y9.top);
331
331
  this.aa9 = { $type: Point_$type, x: c, y: d };
332
332
  }
333
333
  }
@@ -348,7 +348,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
348
348
  else {
349
349
  let g = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zh.dn);
350
350
  g.c = this.yv;
351
- let h = this.zh.f5(a, g);
351
+ let h = this.zh.f6(a, g);
352
352
  if (this.zs == 2) {
353
353
  let i = h / this.y9.width;
354
354
  c = i - (e / 2);
@@ -368,7 +368,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
368
368
  else {
369
369
  let j = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
370
370
  j.c = this.yv;
371
- let k = this.zj.f5(b, j);
371
+ let k = this.zj.f6(b, j);
372
372
  if (this.zs == 2) {
373
373
  let l = k / this.y9.height;
374
374
  d = l - (f / 2);
@@ -499,13 +499,13 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
499
499
  }
500
500
  if (c) {
501
501
  if (d) {
502
- let i = this.zg.f5(-180, b);
503
- let j = this.zg.f5(180, b);
502
+ let i = this.zg.f6(-180, b);
503
+ let j = this.zg.f6(180, b);
504
504
  e = j - i;
505
505
  }
506
506
  else {
507
- let k = this.zg.f5(-180, b);
508
- let l = this.zg.f5(180, b);
507
+ let k = this.zg.f6(-180, b);
508
+ let l = this.zg.f6(180, b);
509
509
  e = k - l;
510
510
  }
511
511
  }
@@ -516,10 +516,10 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
516
516
  a.c = this.yv;
517
517
  let b = new ScalerParams(1, XamGeographicMap.abh, this.y9, this.zj.dn);
518
518
  b.c = this.yv;
519
- let c = this.zh.f5(XamGeographicMap.abe.left, a);
520
- let d = this.zh.f5(XamGeographicMap.abe.right, a);
521
- let e = this.zj.f5(XamGeographicMap.abe.top, b);
522
- let f = this.zj.f5(XamGeographicMap.abe.bottom, b);
519
+ let c = this.zh.f6(XamGeographicMap.abe.left, a);
520
+ let d = this.zh.f6(XamGeographicMap.abe.right, a);
521
+ let e = this.zj.f6(XamGeographicMap.abe.top, b);
522
+ let f = this.zj.f6(XamGeographicMap.abe.bottom, b);
523
523
  this.abg = new Rect(0, c / this.y9.width, f / this.y9.height, (d - c) / this.y9.width, (e - f) / this.y9.height);
524
524
  return this.abg;
525
525
  }
@@ -594,7 +594,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
594
594
  }
595
595
  aan(a) {
596
596
  if (a != null) {
597
- a.b2 = this;
597
+ a.b7 = this;
598
598
  }
599
599
  }
600
600
  rw(a) {
@@ -709,7 +709,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
709
709
  break;
710
710
  case "ActualWorldRect":
711
711
  for (let g of fromEnum(this.b9)) {
712
- g.r7(false);
712
+ g.r8(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.b9)) {
743
- i.qu();
743
+ i.qv();
744
744
  }
745
745
  break;
746
746
  }
@@ -752,20 +752,20 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
752
752
  }
753
753
  aau(a) {
754
754
  if (a != null) {
755
- a.b2 = null;
755
+ a.b7 = null;
756
756
  }
757
757
  }
758
758
  aav() {
759
759
  if (this.zh != null) {
760
- this.zh.q5 = this.abi.left;
761
- this.zh.q4 = this.abi.right;
760
+ this.zh.q9 = this.abi.left;
761
+ this.zh.q8 = this.abi.right;
762
762
  }
763
763
  if (this.zj != null) {
764
- this.zj.q5 = this.abi.top;
765
- this.zj.q4 = this.abi.bottom;
764
+ this.zj.q9 = this.abi.top;
765
+ this.zj.q8 = this.abi.bottom;
766
766
  }
767
- this.zh.ed(true);
768
- this.zj.ed(true);
767
+ this.zh.ee(true);
768
+ this.zj.ee(true);
769
769
  }
770
770
  getFontInfo() {
771
771
  this.zu = this.zt.fr;
@@ -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.xt = c.triangulationSource.triangles;
785
+ d.xu = c.triangulationSource.triangles;
786
786
  }
787
787
  else {
788
788
  super.tk(a, b);
@@ -810,8 +810,8 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
810
810
  }
811
811
  z7() {
812
812
  let a = new ChartVisualData();
813
- let b = this.zh.hr();
814
- let c = this.zj.hr();
813
+ let b = this.zh.hs();
814
+ let c = this.zj.hs();
815
815
  a.axes.add1(b);
816
816
  a.axes.add1(c);
817
817
  for (let d = 0; d < this.b9.count; d++) {
@@ -996,8 +996,8 @@ export let GeographicMapImagery = /*@__PURE__*/ (() => {
996
996
  j.c = c;
997
997
  let k = new ScalerParams(1, this.windowRect, b, i.dn);
998
998
  k.c = c;
999
- let l = h.f5(d.left, j);
1000
- let m = i.f5(d.bottom, k);
999
+ let l = h.f6(d.left, j);
1000
+ let m = i.f6(d.bottom, k);
1001
1001
  let n = (-l / b.width) * this.ao.a5;
1002
1002
  let o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1003
1003
  this.ao.cm = { $type: Point_$type, x: n, y: o };
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1091
1091
  }
1092
1092
  ci() {
1093
1093
  super.ci();
1094
- let a = this.cu.xk;
1095
- a.yk = this.cu.xw;
1096
- a.ys = this.cu.xu;
1097
- a.trianglesSource = this.cu.xt;
1098
- a.x8 = this.cu.xz;
1099
- a.ya = this.cu.x1;
1100
- a.yc = this.cu.x3;
1094
+ let a = this.cu.xl;
1095
+ a.yl = this.cu.xx;
1096
+ a.yt = this.cu.xv;
1097
+ a.trianglesSource = this.cu.xu;
1098
+ a.x9 = this.cu.x0;
1099
+ a.yb = this.cu.x2;
1100
+ a.yd = this.cu.x4;
1101
1101
  }
1102
1102
  cx() {
1103
- let a = this.cu.xk;
1103
+ let a = this.cu.xl;
1104
1104
  if (this.cu.dc == null) {
1105
- a.xi = null;
1106
1105
  a.xj = null;
1106
+ a.xk = null;
1107
1107
  return;
1108
1108
  }
1109
- a.xi = this.cu.dc.zh;
1110
- a.xj = this.cu.dc.zj;
1109
+ a.xj = this.cu.dc.zh;
1110
+ a.xk = this.cu.dc.zj;
1111
1111
  }
1112
1112
  cw() {
1113
- this.cu.xk.yk = this.cu.xw;
1113
+ this.cu.xl.yl = this.cu.xx;
1114
1114
  }
1115
1115
  cv() {
1116
- this.cu.xk.ys = this.cu.xu;
1116
+ this.cu.xl.yt = this.cu.xv;
1117
1117
  }
1118
1118
  cy() {
1119
- this.cu.xk.trianglesSource = this.cu.xt;
1119
+ this.cu.xl.trianglesSource = this.cu.xu;
1120
1120
  }
1121
1121
  cz() {
1122
- this.cu.xk.x8 = this.cu.xz;
1122
+ this.cu.xl.x9 = this.cu.x0;
1123
1123
  }
1124
1124
  c0() {
1125
- this.cu.xk.ya = this.cu.x1;
1125
+ this.cu.xl.yb = this.cu.x2;
1126
1126
  }
1127
1127
  c1() {
1128
- this.cu.xk.yc = this.cu.x3;
1128
+ this.cu.xl.yd = this.cu.x4;
1129
1129
  }
1130
1130
  }
1131
1131
  GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1148
1148
  }
1149
1149
  ci() {
1150
1150
  super.ci();
1151
- if (this.c2.ye != null) {
1152
- this.c2.ye.zr = this.c2.yi;
1153
- this.c2.ye.zf = this.c2.yd;
1151
+ if (this.c2.yf != null) {
1152
+ this.c2.yf.zs = this.c2.yj;
1153
+ this.c2.yf.zg = this.c2.ye;
1154
1154
  }
1155
1155
  }
1156
1156
  c3() {
1157
- if (this.c2.ye != null) {
1158
- this.c2.ye.zr = this.c2.yi;
1157
+ if (this.c2.yf != null) {
1158
+ this.c2.yf.zs = this.c2.yj;
1159
1159
  }
1160
1160
  }
1161
1161
  c4() {
1162
- if (this.c2.ye != null) {
1163
- this.c2.ye.zf = this.c2.yd;
1162
+ if (this.c2.yf != null) {
1163
+ this.c2.yf.zg = this.c2.ye;
1164
1164
  }
1165
1165
  }
1166
1166
  }
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1358
1358
  ct() {
1359
1359
  return new GeographicXYTriangulatingSeriesView(this);
1360
1360
  }
1361
- rg(a) {
1362
- super.rg(a);
1363
- this.xs = a;
1361
+ rh(a) {
1362
+ super.rh(a);
1363
+ this.xt = a;
1364
1364
  }
1365
- rp(a, b, c, d) {
1366
- super.rp(a, b, c, d);
1365
+ rq(a, b, c, d) {
1366
+ super.rq(a, b, c, d);
1367
1367
  switch (b) {
1368
1368
  case "SeriesViewer":
1369
- this.xs.cx();
1369
+ this.xt.cx();
1370
1370
  break;
1371
1371
  case GeographicXYTriangulatingSeries.$$p[1]:
1372
- this.xs.cw();
1372
+ this.xt.cw();
1373
1373
  break;
1374
1374
  case GeographicXYTriangulatingSeries.$$p[0]:
1375
- this.xs.cv();
1375
+ this.xt.cv();
1376
1376
  break;
1377
1377
  case GeographicXYTriangulatingSeries.$$p[5]:
1378
- this.xs.cy();
1378
+ this.xt.cy();
1379
1379
  break;
1380
1380
  case GeographicXYTriangulatingSeries.$$p[2]:
1381
- this.xs.cz();
1381
+ this.xt.cz();
1382
1382
  break;
1383
1383
  case GeographicXYTriangulatingSeries.$$p[3]:
1384
- this.xs.c0();
1384
+ this.xt.c0();
1385
1385
  break;
1386
1386
  case GeographicXYTriangulatingSeries.$$p[4]:
1387
- this.xs.c1();
1387
+ this.xt.c1();
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:xu:x5', [2, "pointY"], 'LongitudeMemberPath:xw:x6', [2, "pointX"], 'TriangleVertexMemberPath1:xz:x8', [2, "v1"], 'TriangleVertexMemberPath2:x1:x9', [2, "v2"], 'TriangleVertexMemberPath3:x3:ya', [2, "v3"], 'TrianglesSource:xt:x7', [IEnumerable_$type, null]]);
1393
+ 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]]);
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.yb = null;
1403
+ this.yc = null;
1404
1404
  this.triangulationStatusChanged = null;
1405
1405
  this.ab = GeographicScatterAreaSeries.$;
1406
1406
  }
@@ -1410,49 +1410,49 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1410
1410
  get_ex() {
1411
1411
  return true;
1412
1412
  }
1413
- get yd() {
1414
- return this.yb;
1413
+ get ye() {
1414
+ return this.yc;
1415
1415
  }
1416
- set yd(a) {
1417
- let b = this.yb != a;
1416
+ set ye(a) {
1417
+ let b = this.yc != a;
1418
1418
  if (b) {
1419
- let c = this.yb;
1420
- if (this.yb != null) {
1421
- let d = this.yb;
1422
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.yl));
1419
+ let c = this.yc;
1420
+ if (this.yc != null) {
1421
+ let d = this.yc;
1422
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.ym));
1423
1423
  }
1424
- this.yb = a;
1425
- if (this.yb != null) {
1426
- let e = this.yb;
1427
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.yl));
1424
+ this.yc = a;
1425
+ if (this.yc != null) {
1426
+ let e = this.yc;
1427
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.ym));
1428
1428
  }
1429
- this.raisePropertyChanged("ColorScale", c, this.yb);
1430
- if (this.ye != null) {
1431
- this.ye.zf = a;
1429
+ this.raisePropertyChanged("ColorScale", c, this.yc);
1430
+ if (this.yf != null) {
1431
+ this.yf.zg = a;
1432
1432
  }
1433
1433
  }
1434
1434
  }
1435
- yl(a, b) {
1436
- this.yg.c4();
1437
- this.yn();
1438
- this.r7(false);
1435
+ ym(a, b) {
1436
+ this.yh.c4();
1437
+ this.yo();
1438
+ this.r8(false);
1439
1439
  }
1440
- yn() {
1441
- if (this.ye != null) {
1442
- this.yc = this.ye.ze;
1440
+ yo() {
1441
+ if (this.yf != null) {
1442
+ this.yd = this.yf.zf;
1443
1443
  }
1444
1444
  }
1445
- sy() {
1446
- super.sy();
1447
- this.yn();
1445
+ sz() {
1446
+ super.sz();
1447
+ this.yo();
1448
1448
  }
1449
- xj() {
1450
- this.ye = new ScatterAreaSeries();
1451
- let a = this.ye;
1452
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.ym));
1453
- return this.ye;
1449
+ xk() {
1450
+ this.yf = new ScatterAreaSeries();
1451
+ let a = this.yf;
1452
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.yn));
1453
+ return this.yf;
1454
1454
  }
1455
- ym(a, b) {
1455
+ yn(a, b) {
1456
1456
  if (this.triangulationStatusChanged != null) {
1457
1457
  this.triangulationStatusChanged(this, b);
1458
1458
  }
@@ -1460,19 +1460,19 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1460
1460
  ct() {
1461
1461
  return new GeographicScatterAreaSeriesView(this);
1462
1462
  }
1463
- rg(a) {
1464
- super.rg(a);
1465
- this.yg = a;
1463
+ rh(a) {
1464
+ super.rh(a);
1465
+ this.yh = a;
1466
1466
  }
1467
- rp(a, b, c, d) {
1468
- super.rp(a, b, c, d);
1467
+ rq(a, b, c, d) {
1468
+ super.rq(a, b, c, d);
1469
1469
  switch (b) {
1470
1470
  case GeographicScatterAreaSeries.$$p[1]:
1471
- this.yg.c3();
1471
+ this.yh.c3();
1472
1472
  break;
1473
1473
  case "ColorScale":
1474
- this.yg.c4();
1475
- this.yn();
1474
+ this.yh.c4();
1475
+ this.yo();
1476
1476
  break;
1477
1477
  }
1478
1478
  }
@@ -1484,6 +1484,6 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1484
1484
  }
1485
1485
  }
1486
1486
  GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1487
- GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yc:yo', [ColorScale.$, null], 'ColorMemberPath:yi:yp', [2, "value"]]);
1487
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:yd:yp', [ColorScale.$, null], 'ColorMemberPath:yj:yq', [2, "value"]]);
1488
1488
  return GeographicScatterAreaSeries;
1489
1489
  })();
@@ -36,16 +36,16 @@ export let IgxGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
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.yj;
39
+ return this.i.yk;
40
40
  }
41
41
  set valueMemberPath(v) {
42
- this.i.yj = v;
42
+ this.i.yk = 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.yf;
48
+ const r = this.i.yg;
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.yf = null : this.i.yf = v.i;
64
+ v == null ? this.i.yg = null : this.i.yg = 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.ye;
70
+ const r = this.i.yf;
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.ye = null : this.i.ye = v.i;
86
+ v == null ? this.i.yf = null : this.i.yf = 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.yb;
92
+ const r = this.i.yc;
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.yb = null : this.i.yb = v.i;
108
+ v == null ? this.i.yc = null : this.i.yc = v.i;
109
109
  }
110
110
  findByName(name) {
111
111
  var baseResult = super.findByName(name);